@designsystem-se/af 38.0.1-beta.1 → 38.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (408) hide show
  1. package/components/digi-bar-chart.js +171 -71
  2. package/components/digi-button.js +1 -1
  3. package/components/digi-calendar-datepicker.js +10 -9
  4. package/components/digi-calendar-week-view.js +1 -1
  5. package/components/digi-calendar.js +1 -1
  6. package/components/digi-chart-line.js +13 -9
  7. package/components/digi-code-block.js +1 -1
  8. package/components/digi-code-example.js +4 -4
  9. package/components/digi-context-menu.js +2 -2
  10. package/components/digi-dialog.js +4 -3
  11. package/components/digi-expandable-faq-item.js +1 -1
  12. package/components/digi-footer.js +2 -1
  13. package/components/digi-form-category-filter.js +1 -1
  14. package/components/digi-form-checkbox.js +1 -1
  15. package/components/digi-form-error-list.js +5 -6
  16. package/components/digi-form-file-upload.js +24 -10
  17. package/components/digi-form-filter.js +3 -3
  18. package/components/digi-form-input-search.js +1 -1
  19. package/components/digi-form-radiobutton.js +1 -1
  20. package/components/digi-form-receipt.js +2 -1
  21. package/components/digi-form-select-filter.js +4 -3
  22. package/components/digi-form-select.js +1 -1
  23. package/components/digi-header-avatar.js +1 -1
  24. package/components/digi-header-navigation.js +3 -2
  25. package/components/digi-header.js +6 -5
  26. package/components/digi-info-card-multi.js +1 -1
  27. package/components/digi-info-card.js +2 -2
  28. package/components/digi-link-internal.js +1 -1
  29. package/components/digi-navigation-pagination.js +3 -2
  30. package/components/digi-navigation-sidebar-button.js +1 -1
  31. package/components/digi-navigation-sidebar.js +1 -1
  32. package/components/digi-navigation-vertical-menu-item.js +1 -1
  33. package/components/digi-notification-alert.js +1 -1
  34. package/components/digi-notification-error-page.js +2 -1
  35. package/components/digi-progress-circle.js +1 -6
  36. package/components/digi-progress-indicator.js +1 -1
  37. package/components/digi-quote.js +1 -1
  38. package/components/digi-tablist.js +5 -5
  39. package/components/digi-tag.js +2 -2
  40. package/components/digi-title-logo.js +2 -1
  41. package/components/digi-tools-feedback.js +4 -3
  42. package/components/digi-tools-theme-provider.js +5 -18
  43. package/components/index.js +2 -1
  44. package/components/p-13c09880.js +177 -0
  45. package/components/p-4bad4fb0.js +7 -0
  46. package/components/p-70fad0ea.js +165 -0
  47. package/components/{p-74c7dd5f.js → p-75c8d67e.js} +3 -2
  48. package/components/{p-b24c2842.js → p-77d8d575.js} +2 -2
  49. package/components/{p-fb8dd721.js → p-9df35672.js} +1 -1
  50. package/components/p-ab07faba.js +66 -0
  51. package/components/{p-4dc6d374.js → p-bc5b7057.js} +3 -2
  52. package/components/p-be4fd246.js +7 -0
  53. package/components/{p-90548d3f.js → p-dbb0665a.js} +2 -2
  54. package/components/{p-b94458ed.js → p-e2a68e2b.js} +1 -1
  55. package/custom-elements.json +0 -4
  56. package/dist/cjs/digi-arbetsformedlingen.cjs.js +1 -1
  57. package/dist/cjs/digi-bar-chart.cjs.entry.js +170 -70
  58. package/dist/cjs/digi-button_27.cjs.entry.js +1380 -0
  59. package/dist/cjs/digi-calendar-datepicker.cjs.entry.js +2599 -0
  60. package/dist/cjs/digi-calendar-week-view.cjs.entry.js +51 -50
  61. package/dist/cjs/digi-calendar_2.cjs.entry.js +464 -0
  62. package/dist/cjs/digi-chart-line.cjs.entry.js +12 -8
  63. package/dist/cjs/{digi-code-block_2.cjs.entry.js → digi-code-block_3.cjs.entry.js} +134 -2
  64. package/dist/cjs/digi-code-example.cjs.entry.js +1 -1
  65. package/dist/cjs/digi-context-menu.cjs.entry.js +240 -0
  66. package/dist/cjs/digi-dialog.cjs.entry.js +20 -3
  67. package/dist/cjs/digi-expandable-faq-item.cjs.entry.js +97 -0
  68. package/dist/cjs/digi-form-category-filter.cjs.entry.js +121 -0
  69. package/dist/cjs/digi-form-checkbox.cjs.entry.js +139 -0
  70. package/dist/cjs/digi-form-error-list.cjs.entry.js +20 -4
  71. package/dist/cjs/digi-form-file-upload.cjs.entry.js +602 -0
  72. package/dist/cjs/digi-form-filter.cjs.entry.js +248 -0
  73. package/dist/cjs/digi-form-input-search.cjs.entry.js +7 -6
  74. package/dist/cjs/digi-form-input.cjs.entry.js +194 -0
  75. package/dist/cjs/digi-form-label_3.cjs.entry.js +129 -0
  76. package/dist/cjs/digi-form-receipt.cjs.entry.js +19 -2
  77. package/dist/cjs/digi-form-select-filter.cjs.entry.js +564 -0
  78. package/dist/cjs/digi-form-select_2.cjs.entry.js +186 -0
  79. package/dist/cjs/digi-icon-check-circle-solid_4.cjs.entry.js +99 -0
  80. package/dist/cjs/digi-icon-check.cjs.entry.js +30 -0
  81. package/dist/cjs/digi-icon-chevron-down.cjs.entry.js +30 -0
  82. package/dist/cjs/digi-icon-chevron-left_2.cjs.entry.js +53 -0
  83. package/dist/cjs/digi-icon-copy.cjs.entry.js +30 -0
  84. package/dist/cjs/digi-icon-list-ul_6.cjs.entry.js +145 -0
  85. package/dist/cjs/digi-icon-minus_2.cjs.entry.js +53 -0
  86. package/dist/cjs/digi-icon-notification-error_4.cjs.entry.js +99 -0
  87. package/dist/cjs/digi-icon-spinner.cjs.entry.js +31 -0
  88. package/dist/cjs/digi-icon-validation-error_2.cjs.entry.js +53 -0
  89. package/dist/cjs/digi-info-card-multi-container.cjs.entry.js +22 -0
  90. package/dist/cjs/digi-info-card-multi.cjs.entry.js +58 -0
  91. package/dist/cjs/digi-info-card.cjs.entry.js +79 -0
  92. package/dist/cjs/digi-layout-columns.cjs.entry.js +33 -0
  93. package/dist/cjs/digi-link-button.cjs.entry.js +66 -0
  94. package/dist/cjs/digi-link-external.cjs.entry.js +36 -0
  95. package/dist/cjs/digi-link-internal.cjs.entry.js +37 -0
  96. package/dist/cjs/digi-navigation-pagination.cjs.entry.js +19 -2
  97. package/dist/cjs/digi-navigation-vertical-menu-item.cjs.entry.js +150 -0
  98. package/dist/cjs/digi-navigation-vertical-menu.cjs.entry.js +177 -0
  99. package/dist/cjs/digi-notification-alert.cjs.entry.js +112 -0
  100. package/dist/cjs/digi-notification-error-page.cjs.entry.js +19 -2
  101. package/dist/cjs/digi-progress-circle.cjs.entry.js +4 -9
  102. package/dist/cjs/digi-progress-indicator.cjs.entry.js +137 -0
  103. package/dist/cjs/digi-quote.cjs.entry.js +1 -1
  104. package/dist/cjs/digi-tablist.cjs.entry.js +5 -5
  105. package/dist/cjs/digi-tag-media.cjs.entry.js +47 -0
  106. package/dist/cjs/digi-tag.cjs.entry.js +1 -1
  107. package/dist/cjs/digi-tools-feedback.cjs.entry.js +20 -3
  108. package/dist/cjs/digi-tools-theme-provider.cjs.entry.js +28 -0
  109. package/dist/cjs/digi-typography-heading-jumbo.cjs.entry.js +38 -0
  110. package/dist/cjs/digi-typography-preamble.cjs.entry.js +20 -0
  111. package/dist/cjs/digi-util-mutation-observer.cjs.entry.js +64 -0
  112. package/dist/cjs/expandable-faq-item-variation.enum-89427195.js +18 -0
  113. package/dist/cjs/form-checkbox-variation.enum-d2ca879e.js +19 -0
  114. package/dist/cjs/form-file-upload-variation.enum-634cfae8.js +24 -0
  115. package/dist/cjs/form-input-search-variation.enum-e0e025b1.js +15 -0
  116. package/dist/cjs/{form-input-type.enum-1fb2180a.js → form-input-type.enum-9c8ee12a.js} +0 -14
  117. package/dist/cjs/form-input-variation.enum-c750520c.js +29 -0
  118. package/dist/cjs/form-select-variation.enum-528c1bf0.js +16 -0
  119. package/dist/cjs/form-validation-message-variation.enum-855ae0be.js +8 -0
  120. package/dist/cjs/index-7a477838.js +156 -4
  121. package/dist/cjs/{index-acb7b350.js → index-ac8e01b4.js} +19 -189
  122. package/dist/cjs/index-cad91a90.js +66 -0
  123. package/dist/cjs/index-e8333bcc.js +174 -0
  124. package/dist/cjs/index.cjs.js +205 -188
  125. package/dist/cjs/info-card-multi-type.enum-14746572.js +8 -0
  126. package/dist/cjs/info-card-variation.enum-64cef637.js +24 -0
  127. package/dist/cjs/layout-columns-variation.enum-65675649.js +23 -0
  128. package/dist/cjs/link-button-variation.enum-137785e3.js +9 -0
  129. package/dist/cjs/loader.cjs.js +1 -1
  130. package/dist/cjs/navigation-vertical-menu-variation.enum-c237edd3.js +13 -0
  131. package/dist/cjs/progress-circle-role.enum-b7fdcf0c.js +7 -0
  132. package/dist/cjs/progress-indicator-variation.enum-7cf8e0e4.js +13 -0
  133. package/dist/cjs/tag-media-icon.enum-372563c5.js +11 -0
  134. package/dist/cjs/tools-theme-provider.brand.enum-bc855272.js +7 -0
  135. package/dist/cjs/typography-heading-jumbo-variation.enum-8677e099.js +17 -0
  136. package/dist/cjs/{typography-variation.enum-ad1b2403.js → typography-variation.enum-c0ef9190.js} +0 -230
  137. package/dist/collection/components/_button/button/button.css +10 -10
  138. package/dist/collection/components/_calendar/calendar/calendar.css +2 -7
  139. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.css +106 -411
  140. package/dist/collection/components/_calendar/calendar-datepicker/calendar-datepicker.js +5 -5
  141. package/dist/collection/components/_chart/bar-chart/bar-chart.js +171 -70
  142. package/dist/collection/components/_chart/chart-line/chart-line.js +12 -8
  143. package/dist/collection/components/_code/code-example/code-example.css +0 -6
  144. package/dist/collection/components/_dialog/dialog/dialog.css +1 -1
  145. package/dist/collection/components/_expandable/expandable-faq-item/expandable-faq-item.css +2 -2
  146. package/dist/collection/components/_form/form-checkbox/form-checkbox.css +106 -411
  147. package/dist/collection/components/_form/form-checkbox/form-checkbox.js +2 -2
  148. package/dist/collection/components/_form/form-error-list/form-error-list.js +1 -7
  149. package/dist/collection/components/_form/form-file-upload/form-file-upload.css +3 -4
  150. package/dist/collection/components/_form/form-file-upload/form-file-upload.js +41 -8
  151. package/dist/collection/components/_form/form-filter/form-filter.css +1 -1
  152. package/dist/collection/components/_form/form-radiobutton/form-radiobutton.js +2 -2
  153. package/dist/collection/components/_form/form-select/form-select.css +2 -2
  154. package/dist/collection/components/_form/form-select-filter/form-select-filter.css +2 -2
  155. package/dist/collection/components/_header/header/header.js +2 -2
  156. package/dist/collection/components/_header/header-avatar/header-avatar.css +105 -410
  157. package/dist/collection/components/_info-card/info-card/info-card.css +2 -2
  158. package/dist/collection/components/_info-card/info-card-multi/info-card-multi.css +1 -1
  159. package/dist/collection/components/_link/link-internal/link-internal.css +105 -410
  160. package/dist/collection/components/_navigation/navigation-context-menu/navigation-context-menu.css +2 -3
  161. package/dist/collection/components/_navigation/navigation-tablist/navigation-tablist.js +5 -5
  162. package/dist/collection/components/_navigation/navigation-vertical-menu-item/navigation-vertical-menu-item.css +3 -3
  163. package/dist/collection/components/_progress/progress-indicator/progress-indicator.css +3 -4
  164. package/dist/collection/components/_quote/quote/quote.css +2 -2
  165. package/dist/collection/components/_tag/tag/tag.js +1 -1
  166. package/dist/collection/components/_tools/tools-feedback/tools-feedback.css +1 -1
  167. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.css +2 -157
  168. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.js +2 -43
  169. package/dist/collection/design-tokens/components/_button.variables.scss +10 -10
  170. package/dist/collection/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  171. package/dist/collection/design-tokens/components/_calendar.variables.scss +2 -3
  172. package/dist/collection/design-tokens/components/_dialog.variables.scss +1 -1
  173. package/dist/collection/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  174. package/dist/collection/design-tokens/components/_form-checkbox.variables.scss +1 -1
  175. package/dist/collection/design-tokens/components/_form-file-upload.variables.scss +0 -2
  176. package/dist/collection/design-tokens/components/_form-filter.variables.scss +1 -1
  177. package/dist/collection/design-tokens/components/_form-select-filter.variables.scss +2 -2
  178. package/dist/collection/design-tokens/components/_form-select.variables.scss +2 -2
  179. package/dist/collection/design-tokens/components/_info-card-multi.variables.scss +1 -1
  180. package/dist/collection/design-tokens/components/_info-card.variables.scss +2 -2
  181. package/dist/collection/design-tokens/components/_logo.variables.scss +14 -18
  182. package/dist/collection/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  183. package/dist/collection/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  184. package/dist/collection/design-tokens/components/_quote.variables.scss +2 -2
  185. package/dist/collection/design-tokens/components/_tools-feedback.variables.scss +1 -1
  186. package/dist/collection/enums.js +7 -1
  187. package/dist/collection/styles/src/_alias.mixin.scss +105 -246
  188. package/dist/collection/styles/src/themes/_brand-af18.mixin.scss +0 -16
  189. package/dist/collection/styles/src/themes/_brand-af25.mixin.scss +0 -138
  190. package/dist/collection/styles/src/themes/_brand-common.mixin.scss +0 -7
  191. package/dist/collection/styles/src/tokens-documentation/web-AF25.json +14 -3171
  192. package/dist/digi-arbetsformedlingen/design-tokens/components/_button.variables.scss +10 -10
  193. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar-datepicker.variables.scss +1 -1
  194. package/dist/digi-arbetsformedlingen/design-tokens/components/_calendar.variables.scss +2 -3
  195. package/dist/digi-arbetsformedlingen/design-tokens/components/_dialog.variables.scss +1 -1
  196. package/dist/digi-arbetsformedlingen/design-tokens/components/_expandable-faq-item.variables.scss +2 -2
  197. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-checkbox.variables.scss +1 -1
  198. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-file-upload.variables.scss +0 -2
  199. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-filter.variables.scss +1 -1
  200. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select-filter.variables.scss +2 -2
  201. package/dist/digi-arbetsformedlingen/design-tokens/components/_form-select.variables.scss +2 -2
  202. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card-multi.variables.scss +1 -1
  203. package/dist/digi-arbetsformedlingen/design-tokens/components/_info-card.variables.scss +2 -2
  204. package/dist/digi-arbetsformedlingen/design-tokens/components/_logo.variables.scss +0 -2
  205. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-context-menu.variables.scss +1 -1
  206. package/dist/digi-arbetsformedlingen/design-tokens/components/_navigation-vertical-menu-item.variables.scss +3 -3
  207. package/dist/digi-arbetsformedlingen/design-tokens/components/_quote.variables.scss +2 -2
  208. package/dist/digi-arbetsformedlingen/design-tokens/components/_tools-feedback.variables.scss +1 -1
  209. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.css +1 -1
  210. package/dist/digi-arbetsformedlingen/digi-arbetsformedlingen.esm.js +1 -1
  211. package/dist/digi-arbetsformedlingen/index.esm.js +1 -1
  212. package/dist/digi-arbetsformedlingen/{p-60738889.entry.js → p-01874a31.entry.js} +1 -1
  213. package/dist/digi-arbetsformedlingen/p-07303cb5.js +1 -0
  214. package/dist/digi-arbetsformedlingen/p-0f6c0360.js +1 -0
  215. package/dist/digi-arbetsformedlingen/p-0fbe6e50.entry.js +1 -0
  216. package/dist/digi-arbetsformedlingen/p-111fb07d.entry.js +1 -0
  217. package/dist/digi-arbetsformedlingen/p-13ee320b.entry.js +1 -0
  218. package/dist/digi-arbetsformedlingen/p-1486034d.entry.js +1 -0
  219. package/dist/digi-arbetsformedlingen/p-18880083.entry.js +1 -0
  220. package/dist/digi-arbetsformedlingen/p-1f3345e9.js +1 -0
  221. package/dist/digi-arbetsformedlingen/p-1f956af8.js +1 -0
  222. package/dist/digi-arbetsformedlingen/p-2788683e.entry.js +1 -0
  223. package/dist/digi-arbetsformedlingen/p-2a023831.js +1 -0
  224. package/dist/digi-arbetsformedlingen/p-2d2f6950.entry.js +1 -0
  225. package/dist/digi-arbetsformedlingen/p-30dc159d.entry.js +1 -0
  226. package/dist/digi-arbetsformedlingen/p-37c0ea9e.entry.js +1 -0
  227. package/dist/digi-arbetsformedlingen/p-39468f49.entry.js +1 -0
  228. package/dist/digi-arbetsformedlingen/p-398d0f60.entry.js +1 -0
  229. package/dist/digi-arbetsformedlingen/p-3b20ec86.js +1 -0
  230. package/dist/digi-arbetsformedlingen/p-3c9195db.entry.js +1 -0
  231. package/dist/digi-arbetsformedlingen/p-3f9dfdb0.entry.js +1 -0
  232. package/dist/digi-arbetsformedlingen/p-408e9b2a.entry.js +1 -0
  233. package/dist/digi-arbetsformedlingen/p-416992c0.entry.js +1 -0
  234. package/dist/digi-arbetsformedlingen/p-4841b4e1.js +1 -0
  235. package/dist/digi-arbetsformedlingen/p-4b8cae8a.entry.js +1 -0
  236. package/dist/digi-arbetsformedlingen/p-4bad4fb0.js +1 -0
  237. package/dist/digi-arbetsformedlingen/p-501f9b16.entry.js +1 -0
  238. package/dist/digi-arbetsformedlingen/p-51149879.entry.js +1 -0
  239. package/dist/digi-arbetsformedlingen/{p-d670e0e0.entry.js → p-54d5aa93.entry.js} +1 -1
  240. package/dist/digi-arbetsformedlingen/p-55bcba7c.entry.js +1 -0
  241. package/dist/digi-arbetsformedlingen/p-55d02ef7.entry.js +1 -0
  242. package/dist/digi-arbetsformedlingen/p-577f6995.entry.js +1 -0
  243. package/dist/digi-arbetsformedlingen/p-59073668.entry.js +1 -0
  244. package/dist/digi-arbetsformedlingen/p-5f20045a.entry.js +1 -0
  245. package/dist/digi-arbetsformedlingen/p-5f4ece29.entry.js +1 -0
  246. package/dist/digi-arbetsformedlingen/p-6fb0f1a4.entry.js +1 -0
  247. package/dist/digi-arbetsformedlingen/p-70da2307.entry.js +1 -0
  248. package/dist/digi-arbetsformedlingen/p-7933b555.js +1 -0
  249. package/dist/digi-arbetsformedlingen/p-7aacd45f.js +1 -0
  250. package/dist/digi-arbetsformedlingen/p-8142cc73.js +1 -0
  251. package/dist/digi-arbetsformedlingen/p-814ca2ad.js +1 -0
  252. package/dist/digi-arbetsformedlingen/p-820e795b.js +1 -0
  253. package/dist/digi-arbetsformedlingen/p-82611050.entry.js +1 -0
  254. package/dist/digi-arbetsformedlingen/p-82a74908.entry.js +1 -0
  255. package/dist/digi-arbetsformedlingen/p-8833044b.entry.js +1 -0
  256. package/dist/digi-arbetsformedlingen/p-88b4d03a.js +1 -0
  257. package/dist/digi-arbetsformedlingen/p-8fa50755.entry.js +1 -0
  258. package/dist/digi-arbetsformedlingen/p-905ccb30.js +1 -0
  259. package/dist/digi-arbetsformedlingen/p-915b2a14.entry.js +1 -0
  260. package/dist/digi-arbetsformedlingen/p-97f66789.entry.js +1 -0
  261. package/dist/digi-arbetsformedlingen/p-9c053cf8.entry.js +1 -0
  262. package/dist/digi-arbetsformedlingen/p-9dae073c.entry.js +1 -0
  263. package/dist/digi-arbetsformedlingen/p-9dd5d6c8.js +1 -0
  264. package/dist/digi-arbetsformedlingen/p-9f47d4b7.entry.js +1 -0
  265. package/dist/digi-arbetsformedlingen/p-a186888d.entry.js +1 -0
  266. package/dist/digi-arbetsformedlingen/p-a969ba67.entry.js +1 -0
  267. package/dist/digi-arbetsformedlingen/p-af72f16f.entry.js +1 -0
  268. package/dist/digi-arbetsformedlingen/p-b3d93b8b.entry.js +1 -0
  269. package/dist/digi-arbetsformedlingen/p-be4fd246.js +1 -0
  270. package/dist/digi-arbetsformedlingen/p-c04ae2fc.entry.js +1 -0
  271. package/dist/digi-arbetsformedlingen/p-c06930c2.entry.js +1 -0
  272. package/dist/digi-arbetsformedlingen/p-c461917d.entry.js +1 -0
  273. package/dist/digi-arbetsformedlingen/p-c7949525.js +1 -0
  274. package/dist/digi-arbetsformedlingen/{p-0a6d26f7.entry.js → p-cea5ef63.entry.js} +1 -1
  275. package/dist/digi-arbetsformedlingen/p-d182d8bb.entry.js +1 -0
  276. package/dist/digi-arbetsformedlingen/p-d1886fff.js +1 -0
  277. package/dist/digi-arbetsformedlingen/{p-67ba87db.entry.js → p-d3e14568.entry.js} +1 -1
  278. package/dist/digi-arbetsformedlingen/p-d595e8a3.js +1 -0
  279. package/dist/digi-arbetsformedlingen/p-ddd659bf.entry.js +1 -0
  280. package/dist/digi-arbetsformedlingen/p-e5bd5a7e.entry.js +1 -0
  281. package/dist/digi-arbetsformedlingen/p-eda570be.entry.js +1 -0
  282. package/dist/digi-arbetsformedlingen/p-ef689144.entry.js +1 -0
  283. package/dist/digi-arbetsformedlingen/p-f0a405ca.entry.js +1 -0
  284. package/dist/digi-arbetsformedlingen/p-f40f4b2a.js +1 -0
  285. package/dist/digi-arbetsformedlingen/p-f447b984.js +1 -0
  286. package/dist/digi-arbetsformedlingen/p-f4edca16.entry.js +1 -0
  287. package/dist/digi-arbetsformedlingen/p-fb9b3544.entry.js +1 -0
  288. package/dist/digi-arbetsformedlingen/p-fdca581c.entry.js +1 -0
  289. package/dist/digi-arbetsformedlingen/styles/src/_alias.mixin.scss +105 -246
  290. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af18.mixin.scss +0 -16
  291. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-af25.mixin.scss +0 -138
  292. package/dist/digi-arbetsformedlingen/styles/src/themes/_brand-common.mixin.scss +0 -7
  293. package/dist/digi-arbetsformedlingen/styles/src/tokens-documentation/web-AF25.json +14 -3171
  294. package/dist/esm/digi-arbetsformedlingen.js +1 -1
  295. package/dist/esm/digi-bar-chart.entry.js +170 -70
  296. package/dist/esm/digi-button_27.entry.js +1350 -0
  297. package/dist/esm/digi-calendar-datepicker.entry.js +2595 -0
  298. package/dist/esm/digi-calendar-week-view.entry.js +2 -1
  299. package/dist/esm/digi-calendar_2.entry.js +459 -0
  300. package/dist/esm/digi-chart-line.entry.js +12 -8
  301. package/dist/esm/{digi-code-block_2.entry.js → digi-code-block_3.entry.js} +135 -4
  302. package/dist/esm/digi-code-example.entry.js +1 -1
  303. package/dist/esm/digi-context-menu.entry.js +236 -0
  304. package/dist/esm/digi-dialog.entry.js +20 -3
  305. package/dist/esm/digi-expandable-faq-item.entry.js +93 -0
  306. package/dist/esm/digi-form-category-filter.entry.js +117 -0
  307. package/dist/esm/digi-form-checkbox.entry.js +135 -0
  308. package/dist/esm/digi-form-error-list.entry.js +20 -4
  309. package/dist/esm/digi-form-file-upload.entry.js +598 -0
  310. package/dist/esm/digi-form-filter.entry.js +244 -0
  311. package/dist/esm/digi-form-input-search.entry.js +2 -1
  312. package/dist/esm/digi-form-input.entry.js +190 -0
  313. package/dist/esm/digi-form-label_3.entry.js +123 -0
  314. package/dist/esm/digi-form-receipt.entry.js +19 -2
  315. package/dist/esm/digi-form-select-filter.entry.js +560 -0
  316. package/dist/esm/digi-form-select_2.entry.js +181 -0
  317. package/dist/esm/digi-icon-check-circle-solid_4.entry.js +92 -0
  318. package/dist/esm/digi-icon-check.entry.js +26 -0
  319. package/dist/esm/digi-icon-chevron-down.entry.js +26 -0
  320. package/dist/esm/digi-icon-chevron-left_2.entry.js +48 -0
  321. package/dist/esm/digi-icon-copy.entry.js +26 -0
  322. package/dist/esm/digi-icon-list-ul_6.entry.js +136 -0
  323. package/dist/esm/digi-icon-minus_2.entry.js +48 -0
  324. package/dist/esm/digi-icon-notification-error_4.entry.js +92 -0
  325. package/dist/esm/digi-icon-spinner.entry.js +27 -0
  326. package/dist/esm/digi-icon-validation-error_2.entry.js +48 -0
  327. package/dist/esm/digi-info-card-multi-container.entry.js +18 -0
  328. package/dist/esm/digi-info-card-multi.entry.js +54 -0
  329. package/dist/esm/digi-info-card.entry.js +75 -0
  330. package/dist/esm/digi-layout-columns.entry.js +29 -0
  331. package/dist/esm/digi-link-button.entry.js +62 -0
  332. package/dist/esm/digi-link-external.entry.js +32 -0
  333. package/dist/esm/digi-link-internal.entry.js +33 -0
  334. package/dist/esm/digi-navigation-pagination.entry.js +19 -2
  335. package/dist/esm/digi-navigation-vertical-menu-item.entry.js +146 -0
  336. package/dist/esm/digi-navigation-vertical-menu.entry.js +173 -0
  337. package/dist/esm/digi-notification-alert.entry.js +108 -0
  338. package/dist/esm/digi-notification-error-page.entry.js +19 -2
  339. package/dist/esm/digi-progress-circle.entry.js +1 -6
  340. package/dist/esm/digi-progress-indicator.entry.js +133 -0
  341. package/dist/esm/digi-quote.entry.js +1 -1
  342. package/dist/esm/digi-tablist.entry.js +5 -5
  343. package/dist/esm/digi-tag-media.entry.js +43 -0
  344. package/dist/esm/digi-tag.entry.js +1 -1
  345. package/dist/esm/digi-tools-feedback.entry.js +20 -3
  346. package/dist/esm/digi-tools-theme-provider.entry.js +24 -0
  347. package/dist/esm/digi-typography-heading-jumbo.entry.js +34 -0
  348. package/dist/esm/digi-typography-preamble.entry.js +16 -0
  349. package/dist/esm/digi-util-mutation-observer.entry.js +60 -0
  350. package/dist/esm/expandable-faq-item-variation.enum-a8cb225b.js +18 -0
  351. package/dist/esm/form-checkbox-variation.enum-83e906fc.js +19 -0
  352. package/dist/esm/form-file-upload-variation.enum-9c49ec5e.js +24 -0
  353. package/dist/esm/form-input-search-variation.enum-6d8dc10a.js +15 -0
  354. package/dist/esm/{form-input-type.enum-a6bba983.js → form-input-type.enum-3da3db27.js} +1 -15
  355. package/dist/esm/form-input-variation.enum-64d9450f.js +29 -0
  356. package/dist/esm/form-select-variation.enum-f2f6098d.js +16 -0
  357. package/dist/esm/form-validation-message-variation.enum-bcef8a9d.js +8 -0
  358. package/dist/esm/index-148a7577.js +156 -4
  359. package/dist/esm/{index-dc6b83f7.js → index-2fce392f.js} +3 -170
  360. package/dist/esm/index-5b6c95c6.js +63 -0
  361. package/dist/esm/index-8685f88d.js +170 -0
  362. package/dist/esm/index.js +19 -2
  363. package/dist/esm/info-card-multi-type.enum-07ee124f.js +8 -0
  364. package/dist/esm/info-card-variation.enum-2ccc52c1.js +24 -0
  365. package/dist/esm/layout-columns-variation.enum-34f7754e.js +23 -0
  366. package/dist/esm/link-button-variation.enum-84d4976f.js +9 -0
  367. package/dist/esm/loader.js +1 -1
  368. package/dist/esm/navigation-vertical-menu-variation.enum-c30b0ea9.js +13 -0
  369. package/dist/esm/progress-circle-role.enum-7737a2c6.js +7 -0
  370. package/dist/esm/progress-indicator-variation.enum-b12ba50a.js +13 -0
  371. package/dist/esm/tag-media-icon.enum-fefa191c.js +11 -0
  372. package/dist/esm/tools-theme-provider.brand.enum-8c5a98c9.js +7 -0
  373. package/dist/esm/typography-heading-jumbo-variation.enum-eb737f1b.js +17 -0
  374. package/dist/esm/typography-variation.enum-c85d7857.js +271 -0
  375. package/dist/types/components/_calendar/calendar-datepicker/calendar-datepicker.d.ts +2 -2
  376. package/dist/types/components/_form/form-error-list/form-error-list.d.ts +0 -1
  377. package/dist/types/components/_form/form-file-upload/form-file-upload.d.ts +5 -0
  378. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.d.ts +0 -9
  379. package/dist/types/components.d.ts +5 -12
  380. package/dist/types/enums.d.ts +7 -1
  381. package/hydrate/index.js +252 -155
  382. package/hydrate/index.mjs +252 -155
  383. package/package.json +1 -1
  384. package/components/p-1af1c5ea.js +0 -165
  385. package/components/p-adb4322e.js +0 -66
  386. package/components/p-bd92430e.js +0 -177
  387. package/components/p-d7ef9cb1.js +0 -13
  388. package/dist/cjs/digi-button_84.cjs.entry.js +0 -8405
  389. package/dist/collection/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.js +0 -5
  390. package/dist/digi-arbetsformedlingen/p-0467a3ec.entry.js +0 -1
  391. package/dist/digi-arbetsformedlingen/p-1995b9cc.entry.js +0 -1
  392. package/dist/digi-arbetsformedlingen/p-3f47ec44.entry.js +0 -1
  393. package/dist/digi-arbetsformedlingen/p-47ab0b39.entry.js +0 -1
  394. package/dist/digi-arbetsformedlingen/p-5ad6d46d.entry.js +0 -1
  395. package/dist/digi-arbetsformedlingen/p-6f2ac316.entry.js +0 -1
  396. package/dist/digi-arbetsformedlingen/p-72ef7f99.entry.js +0 -1
  397. package/dist/digi-arbetsformedlingen/p-740c6ad8.entry.js +0 -1
  398. package/dist/digi-arbetsformedlingen/p-8d055a17.js +0 -1
  399. package/dist/digi-arbetsformedlingen/p-94ded2bd.entry.js +0 -1
  400. package/dist/digi-arbetsformedlingen/p-a105d9fe.js +0 -1
  401. package/dist/digi-arbetsformedlingen/p-b471f287.entry.js +0 -1
  402. package/dist/digi-arbetsformedlingen/p-c64b4626.js +0 -1
  403. package/dist/digi-arbetsformedlingen/p-ed832d4e.entry.js +0 -1
  404. package/dist/digi-arbetsformedlingen/p-ede12626.entry.js +0 -1
  405. package/dist/digi-arbetsformedlingen/p-f601908d.entry.js +0 -1
  406. package/dist/esm/digi-button_84.entry.js +0 -8318
  407. package/dist/esm/typography-variation.enum-7319240b.js +0 -501
  408. package/dist/types/components/_tools/tools-theme-provider/tools-theme-provider.theme.enum.d.ts +0 -4
@@ -372,7 +372,7 @@ export class CalendarDatepicker {
372
372
  return this.afSelectedDates;
373
373
  }
374
374
  render() {
375
- return (h(Host, { key: 'e6dcf21e94a0cf58081b2cc351291a9489eadcb6', tabindex: -1 }, h("div", { key: '4040e430dd3c55e9ed0a0e6ed5aa69dea906e7c3', class: Object.assign({ 'digi-calendar-datepicker': true }, this.cssModifiers), id: `${this.afId}-datepicker` }, h("div", { key: '823f9480cb8a77c1e3cecdc1f3982e426ab2e658', class: "digi-calendar-datepicker__input-field" }, h("digi-form-input", { key: '454ca3d0a8d489826891da25bba8d9e0359c1df0', ref: (el) => (this._input = el), class: 'digi-calendar-datepicker__input-component', afLabel: this.afLabel, afLabelDescription: this.afLabelDescription, afName: this.afName, afValue: this.inputValue, afValidation: this.hasBuiltInValidationError()
375
+ return (h(Host, { key: '6b080d933e012fe050aee0181f927c3252b0bb7e', tabindex: -1 }, h("div", { key: 'ec59a7f209f7a5e06c62d4443fbca980b1030d12', class: Object.assign({ 'digi-calendar-datepicker': true }, this.cssModifiers), id: `${this.afId}-datepicker` }, h("div", { key: '2bf3bd4f0a82c14c4fb04610dab19767fbba595d', class: "digi-calendar-datepicker__input-field" }, h("digi-form-input", { key: 'ebde8123611c021b60104f75c2e4085e35fb4697', ref: (el) => (this._input = el), class: 'digi-calendar-datepicker__input-component', afLabel: this.afLabel, afLabelDescription: this.afLabelDescription, afName: this.afName, afValue: this.inputValue, afValidation: this.hasBuiltInValidationError()
376
376
  ? FormInputValidation.ERROR
377
377
  : this.afValidation, afValidationText: this.getErrorText(), afId: this.afId, afAriaDescribedby: `${this.afId}--validation-message`, afRequired: this.afRequired, afRequiredText: this.afRequiredText, onAfOnChange: (evt) => {
378
378
  evt.stopImmediatePropagation();
@@ -389,11 +389,11 @@ export class CalendarDatepicker {
389
389
  e.preventDefault();
390
390
  const focusableDateButton = this.hostElement.querySelector('.digi-calendar__date[tabindex="0"]');
391
391
  focusableDateButton === null || focusableDateButton === void 0 ? void 0 : focusableDateButton.focus();
392
- } }, h("button", { key: '0ea8d3a9092c41f96a0cf24a2cdc4aa764e40bce', id: this.afId + '-button', class: "digi-calendar-datepicker__input-button", slot: "button", "aria-label": this.showCalendar
392
+ } }, h("button", { key: '04df5ccb789271d7ba2f693b740f316301f9fae0', id: this.afId + '-button', class: "digi-calendar-datepicker__input-button", slot: "button", "aria-label": this.showCalendar
393
393
  ? this.afCloseCalendarAriaLabel
394
- : this.afOpenCalendarAriaLabel, "aria-controls": "calendar-popup", "aria-expanded": this.showCalendar ? 'true' : 'false', onClick: () => this.toggleCalendar(), type: "button" }, h("digi-icon-calendar-alt", { key: '31ceefc7f2be65159840b1ba6d998a71ba0c5543', class: "digi-calendar-datepicker__button-icon", slot: "icon" })))), h("div", { key: 'f8105569c6065a353300f87d1eabd88a10227081', class: "digi-calendar-datepicker__calendar", id: "calendar-popup" }, h("p", { key: 'b7e3556711de8ddb43a17874dada58193341ffcc', role: "alert", class: "digi-calendar-datepicker__sr-instructions" }, this.showCalendar
394
+ : this.afOpenCalendarAriaLabel, "aria-controls": "calendar-popup", "aria-expanded": this.showCalendar ? 'true' : 'false', onClick: () => this.toggleCalendar(), type: "button" }, h("digi-icon-calendar-alt", { key: '65b9a472f629bbaa46a64c8a304f358da76b0830', class: "digi-calendar-datepicker__button-icon", slot: "icon" })))), h("div", { key: 'd0df89ce680bb2a0ca7f311b2c0ead0f72dc30b6', class: "digi-calendar-datepicker__calendar", id: "calendar-popup" }, h("p", { key: '9796876e15e88b1599d772863c29fc472da24c69', role: "alert", class: "digi-calendar-datepicker__sr-instructions" }, this.showCalendar
395
395
  ? `${_t.calendar.screenReaderInstructions}${this.screenReaderUpdateTrigger ? '\u200B' : ''}`
396
- : ''), h("digi-calendar", { key: '55286f75c9ff74bb5f11a5098d06aac6f5120017', afActive: this.showCalendar, afShowWeekNumber: this.afShowWeekNumber, afMultipleDates: this.afMultipleDates, afYearSelect: this.afYearSelect, afSelectedDates: this.getSelectedDates, afMinDate: this.afMinDate, afMaxDate: this.afMaxDate, "aria-hidden": !this.showCalendar, afOpenCalendarTo: this.afOpenCalendarTo, onAfOnDateSelectedChange: (evt) => {
396
+ : ''), h("digi-calendar", { key: 'bd5f34bcdbcb2276b5080c43479337c514861ba9', afActive: this.showCalendar, afShowWeekNumber: this.afShowWeekNumber, afMultipleDates: this.afMultipleDates, afYearSelect: this.afYearSelect, afSelectedDates: this.getSelectedDates, afMinDate: this.afMinDate, afMaxDate: this.afMaxDate, "aria-hidden": !this.showCalendar, afOpenCalendarTo: this.afOpenCalendarTo, onAfOnDateSelectedChange: (evt) => {
397
397
  evt.stopImmediatePropagation();
398
398
  this.parseCalendar(evt);
399
399
  }, onKeyDown: (e) => {
@@ -404,7 +404,7 @@ export class CalendarDatepicker {
404
404
  return;
405
405
  e.preventDefault();
406
406
  this.focusOnCalendarInput();
407
- } })), this.afCloseOnSelect && !this.afMultipleDates && (h("div", { key: 'f3d56c38d789cb0874ef1510e9ddd3e618255a76', class: "digi-calendar-datepicker__selected-date-alert", role: this.errorMessageIsAlert ? 'alert' : null }, this.afSelectedDates.length > 0
407
+ } })), this.afCloseOnSelect && !this.afMultipleDates && (h("div", { key: 'fc150d20f14731e8f67f38c6042e8af4e24eae38', class: "digi-calendar-datepicker__selected-date-alert", role: this.errorMessageIsAlert ? 'alert' : null }, this.afSelectedDates.length > 0
408
408
  ? `${_t.calendar.datepicker.selectedDate}: ${this.datesToInputString(this.afSelectedDates)}`
409
409
  : '')))));
410
410
  }
@@ -36,7 +36,13 @@ export class barChart {
36
36
  this.defaultDuration = 400;
37
37
  // Text and formats
38
38
  this.fontSize = '0.875rem';
39
- this.colorPalettes = ['--digi--color--background--brand-primary', '--digi--color--infographic--brand--primary', '--digi--color--background--sentiment--beta--primary', '--digi--color--text--interactive--visited', '--digi--color--icon--validation--error'];
39
+ this.colorPalettes = [
40
+ '--digi--color--background--brand-primary',
41
+ '--digi--color--infographic--brand--primary',
42
+ '--digi--color--background--sentiment--beta--primary',
43
+ '--digi--color--text--interactive--visited',
44
+ '--digi--color--icon--validation--error'
45
+ ];
40
46
  // Observer for watching size changes when in line chart mode
41
47
  this.barChartObserver = new ResizeObserver((entries) => {
42
48
  entries.forEach(() => {
@@ -46,7 +52,8 @@ export class barChart {
46
52
  });
47
53
  });
48
54
  this.highlightBars = (serie) => {
49
- this.barChartContainer.selectAll('.bar')
55
+ this.barChartContainer
56
+ .selectAll('.bar')
50
57
  .attr('fill', (barData) => this.colorFunction(barData.serie))
51
58
  .transition('color')
52
59
  .duration(150)
@@ -55,47 +62,78 @@ export class barChart {
55
62
  if (barData.serie === serie)
56
63
  return this.colorFunction(barData.serie);
57
64
  else {
58
- if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) && this.series.indexOf(barData.serie) > 0) {
65
+ if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) &&
66
+ this.series.indexOf(barData.serie) > 0) {
59
67
  return 'url(#prognosisInactive)';
60
68
  }
61
69
  return this.evalColorVar('--digi--color--background--secondary-accent');
62
70
  }
63
71
  });
64
- d3.select(this.legendDiv).selectAll('.legendChip').transition('colorLegend').duration(150).style('opacity', (title) => title === serie ? 1 : 0.25);
72
+ d3.select(this.legendDiv)
73
+ .selectAll('.legendChip')
74
+ .transition('colorLegend')
75
+ .duration(150)
76
+ .style('opacity', (title) => (title === serie ? 1 : 0.25));
65
77
  };
66
78
  this.resetBarColor = () => {
67
- this.barChartContainer.selectAll('.bar').transition('color').duration(150).attr('fill', (barData) => this.colorFunction(barData.serie));
68
- d3.select(this.legendDiv).selectAll('.legendChip').transition('colorLegend').duration(150).style('opacity', 1);
79
+ this.barChartContainer
80
+ .selectAll('.bar')
81
+ .transition('color')
82
+ .duration(150)
83
+ .attr('fill', (barData) => this.colorFunction(barData.serie));
84
+ d3.select(this.legendDiv)
85
+ .selectAll('.legendChip')
86
+ .transition('colorLegend')
87
+ .duration(150)
88
+ .style('opacity', 1);
69
89
  if (this.chartData.data.averageLine) {
70
- this.barChartContainer.selectAll('.averageLine').transition('avgLine').style('mix-blend-mode', 'plus-lighter')
90
+ this.barChartContainer
91
+ .selectAll('.averageLine')
92
+ .transition('avgLine')
93
+ .style('mix-blend-mode', 'plus-lighter')
71
94
  .style('filter', 'contrast(0.5)');
72
95
  /* this.barChartContainer.selectAll('.averageLineText').transition('avgLine').style('mix-blend-mode', 'plus-lighter')
73
96
  .style('filter', 'contrast(0.5)'); */
74
97
  }
75
98
  };
76
99
  this.highlightAverageLine = (serie) => {
77
- this.barChartContainer.selectAll('.bar')
100
+ this.barChartContainer
101
+ .selectAll('.bar')
78
102
  .transition('color')
79
103
  .duration(150)
80
104
  .attr('fill', (barData) => {
81
105
  var _a;
82
- if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) && this.series.indexOf(barData.serie) > 0) {
106
+ if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) &&
107
+ this.series.indexOf(barData.serie) > 0) {
83
108
  return 'url(#prognosisInactive)';
84
109
  }
85
110
  else
86
111
  return this.evalColorVar('--digi--color--background--secondary-accent');
87
112
  });
88
- this.barChartContainer.selectAll('.averageLine').transition('avgLine')
89
- .duration(150).style('mix-blend-mode', null).style('filter', null);
113
+ this.barChartContainer
114
+ .selectAll('.averageLine')
115
+ .transition('avgLine')
116
+ .duration(150)
117
+ .style('mix-blend-mode', null)
118
+ .style('filter', null);
90
119
  /* this.barChartContainer.selectAll('.averageLineText').transition('avgLineText')
91
120
  .duration(150).style('mix-blend-mode', null).style('filter', null) */
92
- d3.select(this.legendDiv).selectAll('.legendChip').transition('colorLegend').duration(150).style('opacity', (title) => title === serie ? 1 : 0.25);
121
+ d3.select(this.legendDiv)
122
+ .selectAll('.legendChip')
123
+ .transition('colorLegend')
124
+ .duration(150)
125
+ .style('opacity', (title) => (title === serie ? 1 : 0.25));
93
126
  };
94
127
  // Sets and resizespositions the average line
95
128
  this.averageLine = () => {
96
129
  if (!this.chartData.data.averageLine)
97
130
  return;
98
- const avLineGroup = this.barChartContainer.select('.interactiveElements').selectAll('.averageLineGroup').data([this.chartData.data.averageLine]).join('g').attr('class', 'averageLineGroup');
131
+ const avLineGroup = this.barChartContainer
132
+ .select('.interactiveElements')
133
+ .selectAll('.averageLineGroup')
134
+ .data([this.chartData.data.averageLine])
135
+ .join('g')
136
+ .attr('class', 'averageLineGroup');
99
137
  /* avLineGroup.selectAll('.averageLineText')
100
138
  .data(d => [d])
101
139
  .join('text')
@@ -108,8 +146,9 @@ export class barChart {
108
146
  .attr('fill', 'var(--digi--color--infographic--lineart)')
109
147
  .style('mix-blend-mode', 'plus-lighter')
110
148
  .style('filter', 'contrast(0.5)'); */
111
- avLineGroup.selectAll('.averageLine')
112
- .data(d => [d.value])
149
+ avLineGroup
150
+ .selectAll('.averageLine')
151
+ .data((d) => [d.value])
113
152
  .join('line')
114
153
  .attr('class', 'averageLine')
115
154
  .attr('x1', this.xScale.range()[0])
@@ -157,11 +196,15 @@ export class barChart {
157
196
  this.highlightBarGroup = (_event, datum) => {
158
197
  if (typeof datum === 'string') {
159
198
  const barGroupID = '#' + this.barGroupID(datum);
160
- this.barChartContainer.select(barGroupID).selectAll('.bar').transition('color')
199
+ this.barChartContainer
200
+ .select(barGroupID)
201
+ .selectAll('.bar')
202
+ .transition('color')
161
203
  .duration(20)
162
204
  .attr('fill', (d) => {
163
205
  var _a;
164
- if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) && this.series.indexOf(d.serie) > 0) {
206
+ if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) &&
207
+ this.series.indexOf(d.serie) > 0) {
165
208
  return 'url(#prognosisHighlight)';
166
209
  }
167
210
  else
@@ -170,7 +213,9 @@ export class barChart {
170
213
  }
171
214
  };
172
215
  this.unHighlightBarGroup = () => {
173
- this.barSelection.selectAll('.bar').transition('color')
216
+ this.barSelection
217
+ .selectAll('.bar')
218
+ .transition('color')
174
219
  .duration(100)
175
220
  .attr('fill', (d) => {
176
221
  return this.colorFunction(d.serie);
@@ -267,13 +312,15 @@ export class barChart {
267
312
  return 'barGroup' + key.replace(/[^A-Z0-9]+/gi, '');
268
313
  };
269
314
  this.updateBars = () => {
270
- this.barSelection = this.barChartContainer.select('.interactiveElements')
315
+ this.barSelection = this.barChartContainer
316
+ .select('.interactiveElements')
271
317
  .selectAll('.barGroup')
272
318
  .data(this.mappedData)
273
319
  .join('g')
274
320
  .attr('class', 'barGroup')
275
321
  .attr('id', (d) => this.barGroupID(d.key));
276
- this.barSelection.selectAll('.bar')
322
+ this.barSelection
323
+ .selectAll('.bar')
277
324
  .data((d) => {
278
325
  return d.series;
279
326
  })
@@ -352,7 +399,9 @@ export class barChart {
352
399
  key: key,
353
400
  serie: serie.title,
354
401
  value: serie.yValues[index],
355
- len: serie.yValues[index] ? this.getTextSize(serie.yValues[index].toLocaleString()) : 0
402
+ len: serie.yValues[index]
403
+ ? this.getTextSize(serie.yValues[index].toLocaleString())
404
+ : 0
356
405
  });
357
406
  }
358
407
  });
@@ -368,7 +417,9 @@ export class barChart {
368
417
  key: key.toString(),
369
418
  serie: serie.title,
370
419
  value: serie.yValues[index],
371
- len: serie.yValues[index] ? this.getTextSize(serie.yValues[index].toLocaleString()) : 0
420
+ len: serie.yValues[index]
421
+ ? this.getTextSize(serie.yValues[index].toLocaleString())
422
+ : 0
372
423
  });
373
424
  }
374
425
  });
@@ -379,7 +430,8 @@ export class barChart {
379
430
  return toReturn;
380
431
  };
381
432
  this.adjustBarSize = () => {
382
- this.barSelection.selectAll('.bar')
433
+ this.barSelection
434
+ .selectAll('.bar')
383
435
  .attr('x', this.xFunction)
384
436
  .attr('y', this.yFunction)
385
437
  .attr('width', this.widthFunction)
@@ -394,30 +446,38 @@ export class barChart {
394
446
  // Handling x positioning of bars
395
447
  this.xFunction = (d, i) => {
396
448
  return this.afVariation === BarChartVariation.Horizontal
397
- ? (d.value > 0 ? this.xScale(0) : this.xScale(d.value))
398
- : this.xScale(d.key) + ((this.xScale.bandwidth() / this.dataWidth) * i + (this.barGap * i));
449
+ ? d.value > 0
450
+ ? this.xScale(0)
451
+ : this.xScale(d.value)
452
+ : this.xScale(d.key) +
453
+ ((this.xScale.bandwidth() / this.dataWidth) * i + this.barGap * i);
399
454
  };
400
455
  // Handling y positioning of bars
401
456
  this.yFunction = (d, i) => {
402
457
  if (!d.value)
403
458
  return 0;
404
459
  return this.afVariation === BarChartVariation.Horizontal
405
- ? this.yScale(d.key) + ((this.yScale.bandwidth() / this.dataWidth) * i + (this.barGap * i))
406
- : (d.value < 0 ? this.yScale(0) : this.yScale(d.value));
460
+ ? this.yScale(d.key) +
461
+ ((this.yScale.bandwidth() / this.dataWidth) * i + this.barGap * i)
462
+ : d.value < 0
463
+ ? this.yScale(0)
464
+ : this.yScale(d.value);
407
465
  };
408
466
  // Handling height for bars
409
467
  this.heightFunction = (d) => {
410
468
  if (!d.value)
411
469
  return 0;
412
470
  return this.afVariation === BarChartVariation.Horizontal
413
- ? this.yScale.bandwidth() / this.dataWidth - (this.barGap)
414
- : (d.value < 0 ? this.yScale(d.value) - this.yScale(0) : this.yScale(0) - this.yScale(d.value));
471
+ ? this.yScale.bandwidth() / this.dataWidth - this.barGap
472
+ : d.value < 0
473
+ ? this.yScale(d.value) - this.yScale(0)
474
+ : this.yScale(0) - this.yScale(d.value);
415
475
  };
416
476
  // Handling width for bars
417
477
  this.widthFunction = (d) => {
418
478
  return this.afVariation === BarChartVariation.Horizontal
419
479
  ? Math.abs(this.xScale(0) - this.xScale(d.value))
420
- : this.xScale.bandwidth() / this.dataWidth - (this.barGap);
480
+ : this.xScale.bandwidth() / this.dataWidth - this.barGap;
421
481
  };
422
482
  // Setting dimension variable
423
483
  this.setDims = (onlyHeight = false) => {
@@ -660,7 +720,8 @@ export class barChart {
660
720
  .attr('fill', (d) => {
661
721
  var _a;
662
722
  if (event.target.tagName === 'rect') {
663
- if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) && this.series.indexOf(d.serie) > 0) {
723
+ if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) &&
724
+ this.series.indexOf(d.serie) > 0) {
664
725
  return 'url(#prognosisHighlight)';
665
726
  }
666
727
  else
@@ -676,7 +737,9 @@ export class barChart {
676
737
  d3.select(event.target)
677
738
  .transition('color')
678
739
  .duration(this.defaultDuration)
679
- .attr('fill', (d) => event.target.tagName === 'rect' ? this.colorFunction(d.serie) : '#333333');
740
+ .attr('fill', (d) => event.target.tagName === 'rect'
741
+ ? this.colorFunction(d.serie)
742
+ : '#333333');
680
743
  };
681
744
  this.openTooltip = (...[, d]) => {
682
745
  // If type is string, the user has clicked on a y-axis tick
@@ -688,9 +751,7 @@ export class barChart {
688
751
  else
689
752
  this.tooltipData = d;
690
753
  const tooltipBody = this.tooltip.select('.tooltipBody');
691
- this.tooltip
692
- .select('.tooltipHeading')
693
- .html(this.tooltipData.key);
754
+ this.tooltip.select('.tooltipHeading').html(this.tooltipData.key);
694
755
  tooltipBody
695
756
  .selectAll('div')
696
757
  .data(this.tooltipData.series ? this.tooltipData.series : [this.tooltipData])
@@ -729,15 +790,25 @@ export class barChart {
729
790
  .style('transform', `translate(${diff > 0 ? width / 2 - 10 : this.xScale(data.value) / 2}px,0)`);
730
791
  }
731
792
  else {
732
- const index = (_a = this.mappedData.find(xPoint => xPoint.key === data.key)) === null || _a === void 0 ? void 0 : _a.series.findIndex(serie => serie.serie === data.serie);
733
- const barIndex = ((this.xScale.bandwidth() / this.dataWidth) * (index ? index + 1 : 1)) - (this.xScale.bandwidth() / this.dataWidth) / 2;
793
+ const index = (_a = this.mappedData
794
+ .find((xPoint) => xPoint.key === data.key)) === null || _a === void 0 ? void 0 : _a.series.findIndex((serie) => serie.serie === data.serie);
795
+ const barIndex = (this.xScale.bandwidth() / this.dataWidth) * (index ? index + 1 : 1) -
796
+ this.xScale.bandwidth() / this.dataWidth / 2;
734
797
  // This should be where the x-axis starts
735
798
  const xStart = this.margin.left + this.tickPadding + this.yTickSize;
736
799
  // Creating adjustment for tooltip to not appear outside of chart
737
800
  const spaceToSVGEdge = 5;
738
- const inlineAdjustment = (this.dims.width - spaceToSVGEdge) < (this.xScale(data.key) + xStart + barIndex + width / 2) ? (((this.xScale(data.key) + xStart + barIndex + width / 2) - (this.dims.width - spaceToSVGEdge)) / width) * 100 : 0;
739
- this.tooltip
740
- .style('transform', `translate( calc(${this.xScale(data.key) + xStart + barIndex}px - ${50 + inlineAdjustment}%), calc(-100% + ${(data.value > 0 ? this.yScale(data.value) : this.yScale(0)) - 2}px) )`);
801
+ const inlineAdjustment = this.dims.width - spaceToSVGEdge <
802
+ this.xScale(data.key) + xStart + barIndex + width / 2
803
+ ? ((this.xScale(data.key) +
804
+ xStart +
805
+ barIndex +
806
+ width / 2 -
807
+ (this.dims.width - spaceToSVGEdge)) /
808
+ width) *
809
+ 100
810
+ : 0;
811
+ this.tooltip.style('transform', `translate( calc(${this.xScale(data.key) + xStart + barIndex}px - ${50 + inlineAdjustment}%), calc(-100% + ${(data.value > 0 ? this.yScale(data.value) : this.yScale(0)) - 2}px) )`);
741
812
  this.tooltip
742
813
  .select('digi-icon-caret-down')
743
814
  .style('position', 'absolute')
@@ -747,8 +818,7 @@ export class barChart {
747
818
  }
748
819
  else {
749
820
  if (this.afVariation === BarChartVariation.Horizontal) {
750
- this.tooltip
751
- .style('transform', `translate(${this.tickPadding}px, ${this.yScale(data.key) + this.series.length * this.yScale.bandwidth() + 5}px )` // 5 is for half caret size
821
+ this.tooltip.style('transform', `translate(${this.tickPadding}px, ${this.yScale(data.key) + this.series.length * this.yScale.bandwidth() + 5}px )` // 5 is for half caret size
752
822
  );
753
823
  this.tooltip
754
824
  .select('digi-icon-caret-up')
@@ -761,12 +831,17 @@ export class barChart {
761
831
  else {
762
832
  const xStart = this.margin.left + this.tickPadding + this.yTickSize;
763
833
  const translatePoint = this.xScale(data.key) + xStart + this.xScale.bandwidth() / 2;
764
- const yMax = d3.max(data.series.map(elem => elem.value));
834
+ const yMax = d3.max(data.series.map((elem) => elem.value));
765
835
  // Creating adjustment for tooltip to not appear outside of chart
766
836
  const spaceToSVGEdge = 5;
767
- const inlineAdjustment = (this.dims.width - spaceToSVGEdge) < (translatePoint + width / 2) ? (((translatePoint + width / 2) - (this.dims.width - spaceToSVGEdge)) / width) * 100 : 0;
768
- this.tooltip
769
- .style('transform', `translate( calc(${this.xScale(data.key) + xStart + this.xScale.bandwidth() / 2}px - ${50 + inlineAdjustment}%), calc(-100% + ${this.yScale(yMax && yMax > 0 ? yMax : 0) - 1}px) )`);
837
+ const inlineAdjustment = this.dims.width - spaceToSVGEdge < translatePoint + width / 2
838
+ ? ((translatePoint +
839
+ width / 2 -
840
+ (this.dims.width - spaceToSVGEdge)) /
841
+ width) *
842
+ 100
843
+ : 0;
844
+ this.tooltip.style('transform', `translate( calc(${this.xScale(data.key) + xStart + this.xScale.bandwidth() / 2}px - ${50 + inlineAdjustment}%), calc(-100% + ${this.yScale(yMax && yMax > 0 ? yMax : 0) - 1}px) )`);
770
845
  this.tooltip
771
846
  .select('digi-icon-caret-down')
772
847
  .style('position', 'absolute')
@@ -802,7 +877,10 @@ export class barChart {
802
877
  .attr('opacity', 0)
803
878
  .on('end', () => {
804
879
  this.svg.remove();
805
- d3.select(this.legendDiv).select('.legend').selectAll('.legendChip').remove();
880
+ d3.select(this.legendDiv)
881
+ .select('.legend')
882
+ .selectAll('.legendChip')
883
+ .remove();
806
884
  this.legendDiv.style['display'] = 'none';
807
885
  this.tableDiv.style['display'] = 'block';
808
886
  this.setTableContent();
@@ -856,12 +934,13 @@ export class barChart {
856
934
  this.afChartData = undefined;
857
935
  }
858
936
  afChartDataUpdate(data) {
859
- if (typeof data === 'string' && Object.keys(JSON.parse(data)).length > 0 || typeof data !== 'string' && Object.keys(data).length > 0) {
937
+ if ((typeof data === 'string' && Object.keys(JSON.parse(data)).length > 0) ||
938
+ (typeof data !== 'string' && Object.keys(data).length > 0)) {
860
939
  if (typeof data != 'string')
861
940
  this.chartData = data;
862
941
  else
863
942
  this.chartData = JSON.parse(data);
864
- this.series = this.chartData.data.series.map(serie => serie.title);
943
+ this.series = this.chartData.data.series.map((serie) => serie.title);
865
944
  }
866
945
  this.mappedData = this.reshapeData();
867
946
  // checking for width of each tick
@@ -906,10 +985,12 @@ export class barChart {
906
985
  }
907
986
  initLegend() {
908
987
  const rectSize = 18;
909
- const legendData = this.chartData.data.series.map(serie => serie.title);
988
+ const legendData = this.chartData.data.series.map((serie) => serie.title);
910
989
  if (this.chartData.data.averageLine)
911
990
  legendData.push(this.chartData.data.averageLine.text);
912
- const legendChips = d3.select(this.legendDiv).select('.legend')
991
+ const legendChips = d3
992
+ .select(this.legendDiv)
993
+ .select('.legend')
913
994
  .style('margin-left', `${this.margin.left + this.tickPadding + this.yTickSize}px`)
914
995
  .style('margin-top', '0.5rem')
915
996
  .selectAll('.legendChip')
@@ -923,7 +1004,8 @@ export class barChart {
923
1004
  .style('cursor', 'default')
924
1005
  .on('mouseenter', (_event, serie) => this.highlightBars(serie))
925
1006
  .on('mouseleave', this.resetBarColor);
926
- legendChips.append('svg')
1007
+ legendChips
1008
+ .append('svg')
927
1009
  .attr('width', rectSize + 1)
928
1010
  .attr('height', rectSize + 1)
929
1011
  .append('rect')
@@ -934,15 +1016,19 @@ export class barChart {
934
1016
  .attr('rx', 4)
935
1017
  .attr('ry', 4)
936
1018
  .attr('fill', (title) => this.colorFunction(title));
937
- legendChips.append('span').style('text-wrap', 'nowrap').style('font-size', '0.875rem').text((d) => d);
1019
+ legendChips
1020
+ .append('span')
1021
+ .style('text-wrap', 'nowrap')
1022
+ .style('font-size', '0.875rem')
1023
+ .text((d) => d);
938
1024
  if (this.chartData.data.averageLine) {
939
- const averageLine = legendChips.filter(':last-child')
1025
+ const averageLine = legendChips
1026
+ .filter(':last-child')
940
1027
  .on('mouseenter', (_event, serie) => this.highlightAverageLine(serie));
941
- const miniSVG = averageLine
942
- .select('svg')
943
- .attr('width', rectSize * 2);
1028
+ const miniSVG = averageLine.select('svg').attr('width', rectSize * 2);
944
1029
  miniSVG.select('rect').remove();
945
- miniSVG.append('line')
1030
+ miniSVG
1031
+ .append('line')
946
1032
  .attr('x1', 1)
947
1033
  .attr('x2', rectSize * 2 - 1)
948
1034
  .attr('y1', rectSize / 2 + 1)
@@ -987,7 +1073,8 @@ export class barChart {
987
1073
  .attr('role', 'img')
988
1074
  .attr('aria-label', this.chartData && this.chartData.title
989
1075
  ? 'Stapeldiagram om ' + this.chartData.title.toLowerCase()
990
- : 'Stapeldiagram').attr('style', 'display: flex;min-width: 0;width: 100%;height: auto;');
1076
+ : 'Stapeldiagram')
1077
+ .attr('style', 'display: flex;min-width: 0;width: 100%;height: auto;');
991
1078
  // Hide unusable components
992
1079
  d3.select(this.titleDiv)
993
1080
  .select(this.afHeadingLevel)
@@ -1049,7 +1136,8 @@ export class barChart {
1049
1136
  .join('g')
1050
1137
  .attr('class', 'barGroup')
1051
1138
  .attr('id', (d) => this.barGroupID(d.key));
1052
- this.barSelection.selectAll('bar')
1139
+ this.barSelection
1140
+ .selectAll('bar')
1053
1141
  .data((d) => {
1054
1142
  return d.series;
1055
1143
  })
@@ -1064,13 +1152,15 @@ export class barChart {
1064
1152
  .attr('width', this.widthFunction)
1065
1153
  .attr('height', () => 0)
1066
1154
  .attr('fill', 'gray');
1067
- this.barChartContainer.selectAll('.bar')
1155
+ this.barChartContainer
1156
+ .selectAll('.bar')
1068
1157
  .transition('animateBar')
1069
1158
  .duration(400)
1070
1159
  .delay((...[, i]) => i * 150)
1071
1160
  .attr('y', this.yFunction)
1072
1161
  .attr('height', this.heightFunction);
1073
- this.barChartContainer.selectAll('.bar')
1162
+ this.barChartContainer
1163
+ .selectAll('.bar')
1074
1164
  .transition('animateBar')
1075
1165
  .duration(400)
1076
1166
  .ease(d3.easeLinear)
@@ -1181,7 +1271,8 @@ export class barChart {
1181
1271
  .join('g')
1182
1272
  .attr('class', 'barGroup')
1183
1273
  .attr('id', (d) => this.barGroupID(d.key));
1184
- this.barSelection.selectAll('.barGroup')
1274
+ this.barSelection
1275
+ .selectAll('.barGroup')
1185
1276
  .data((d) => {
1186
1277
  return d.series;
1187
1278
  })
@@ -1208,7 +1299,9 @@ export class barChart {
1208
1299
  .append('text');
1209
1300
  this.textSelection
1210
1301
  .text((d) => {
1211
- return d.value ? d.value.toLocaleString(undefined, this.numberFormat) : undefined;
1302
+ return d.value
1303
+ ? d.value.toLocaleString(undefined, this.numberFormat)
1304
+ : undefined;
1212
1305
  })
1213
1306
  .attr('class', 'barText')
1214
1307
  .attr('font-size', this.fontSize)
@@ -1272,8 +1365,7 @@ export class barChart {
1272
1365
  this.setMinMax();
1273
1366
  const newHeight = this.setDims();
1274
1367
  this.transitionTitle();
1275
- this.svg
1276
- .attr('aria-label', this.chartData && this.chartData.title
1368
+ this.svg.attr('aria-label', this.chartData && this.chartData.title
1277
1369
  ? 'Stapeldiagram om ' + this.chartData.title.toLowerCase()
1278
1370
  : 'Stapeldiagram');
1279
1371
  this.setMargins();
@@ -1329,7 +1421,9 @@ export class barChart {
1329
1421
  d3.select(this.titleDiv).select('.loadingHeader').remove();
1330
1422
  this.loading = false;
1331
1423
  this.barChartContainer.selectAll('.bar').interrupt('animateBar');
1332
- this.barChartContainer.selectAll('.bar').transition()
1424
+ this.barChartContainer
1425
+ .selectAll('.bar')
1426
+ .transition()
1333
1427
  .duration(this.defaultDuration)
1334
1428
  .attr('y', (d) => this.afVariation === BarChartVariation.Horizontal
1335
1429
  ? this.yScale(d.key)
@@ -1417,7 +1511,11 @@ export class barChart {
1417
1511
  return width;
1418
1512
  }
1419
1513
  adjustColor(color, amount) {
1420
- return '#' + color.replace(/^#/, '').replace(/../g, color => ('0' + Math.min(255, Math.max(0, parseInt(color, 16) + amount)).toString(16)).substr(-2));
1514
+ return ('#' +
1515
+ color
1516
+ .replace(/^#/, '')
1517
+ .replace(/../g, (color) => ('0' +
1518
+ Math.min(255, Math.max(0, parseInt(color, 16) + amount)).toString(16)).substr(-2)));
1421
1519
  }
1422
1520
  componentWillLoad() {
1423
1521
  this.afChartDataUpdate(this.afChartData);
@@ -1480,7 +1578,10 @@ export class barChart {
1480
1578
  }
1481
1579
  setTableDimensions() {
1482
1580
  const table = d3.select(this.tableDiv);
1483
- table.style('display', 'flex').style('height', '100%').style('width', '100%');
1581
+ table
1582
+ .style('display', 'flex')
1583
+ .style('height', '100%')
1584
+ .style('width', '100%');
1484
1585
  }
1485
1586
  // Extracting all headings from data and returning a string with <th>-elements with headings
1486
1587
  headings() {
@@ -1519,7 +1620,7 @@ export class barChart {
1519
1620
  if (this.chartData.infoText)
1520
1621
  heading = `${heading}<span style="display:block;margin-top:0.25rem;font-size:0.875rem;color:var(--digi--global--color--neutral--grayscale--darkest-3)">${this.chartData.infoText}</span>`;
1521
1622
  }
1522
- return (h(Host, { key: 'd39019eecd4013769648a7cdb1e5dc48712de934', ref: (el) => (this.host = el) }, h("svg", { key: '9e4dbfcd19038c6b9c8cfe26b4e8b3c5ef624896', xmlns: "http://www.w3.org/2000/svg", width: "0", height: "0" }, h("defs", { key: '9ed2bc8b3064642d01e9028fa91c55577ed2da1c' }, h("pattern", { key: 'ca867a03dac364d29de422bc074c7ff3a8bac858', id: "prognosis", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, h("rect", { key: '2f2169ba84fcbb198a8f109bc57971beb3c3ca09', width: "8", height: "8", fill: 'white' }), h("line", { key: 'ad51412cb272233eb58a82a293643c4e865e34e9', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.evalColorVar(this.colorPalettes[0]), "stroke-width": "8" })), h("pattern", { key: 'ecc0ffeb0eda0d84102678c17163d0afc472cde5', id: "prognosisInactive", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, h("rect", { key: 'ca9a51785850ea8e26f4ca3b84dc28401325af63', width: "8", height: "8", fill: 'white' }), h("line", { key: 'd7dd225c20b588f74bff91d44ff5abc8839bc445', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.evalColorVar('--digi--color--background--secondary-accent'), "stroke-width": "8" })), h("pattern", { key: '654a002d89f6ce33fc4958afe3997829511b867e', id: "prognosisHighlight", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, h("rect", { key: '6d0286f1d11de92c88083618d4acb3300f36857d', width: "8", height: "8", fill: 'white' }), h("line", { key: '4acd94253dbdb1fc85090d677d246028a6e595d6', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.adjustColor(this.colorFunction(0), 50), "stroke-width": "8" })))), h("div", { key: '9022c75fa8077b2c025aac91b8c1a565b50ad8f0', class: "topWrapper", ref: (el) => (this.titleDiv = el) }, h("digi-typography", { key: '4a28b8506806ca2418fd21512460baebe84614d5', class: "chartTitle", innerHTML: heading }), h("digi-button", { key: '69f4603b0fde842906e17abee241c6e3b4de1059', class: "buttonWrapper tableButton", "af-size": "medium", "af-variation": "function", "af-full-width": "false", onAfOnClick: this.activateTable, afAriaLabel: `Visa tabell ${((_a = this.chartData) === null || _a === void 0 ? void 0 : _a.title) ? (_b = this.chartData) === null || _b === void 0 ? void 0 : _b.title.toLowerCase() : ''}` }, h("digi-icon-table", { key: '803f63ac1912c5979c43e7c58d28591a1d6ce461', slot: "icon" }), "Visa tabell"), h("digi-button", { key: '7d87badd6ae3df65127bdfe4c4308c0d38d5ccb7', style: { display: 'none' }, class: "buttonWrapper chartButton", "af-size": "medium", "af-variation": "function", "af-full-width": "false", onAfOnClick: this.reInitChart, afAriaLabel: `Visa diagram ${((_c = this.chartData) === null || _c === void 0 ? void 0 : _c.title) ? (_d = this.chartData) === null || _d === void 0 ? void 0 : _d.title.toLowerCase() : ''}` }, h("digi-icon-chart", { key: 'f92c2eb9f08bf7f13a7eaea287b80a233efd95ef', slot: "icon" }), "Visa diagram"), h("div", { key: 'ee5b3ad8cdcfcf00891f56f7a7e738adf76f36c1', class: "scChartStatus", role: "status", ref: (el) => (this.status = el) })), h("div", { key: 'cbc0c8724ac73a07a4f2d01044d4928214e63f43', class: "svgWrap", ref: (el) => (this.chartDiv = el) }, h("div", { key: '52cb24ae1a29f5381860031513b7b9e835044935', class: "chartTooltip", id: this.afId }, h("div", { key: '17c4c08dcf63cd263db4f32fecae7ec5216e3014', class: "tooltipHead" }, h("digi-icon-x", { key: 'f44a9a534ae02fe674fc0f9161e5c4b5a3eecb30', class: "tooltipClose" })), h("div", { key: 'ffbe44f6a8db4dc67d6980bd69ca2209e4a75745', class: "tooltipBody" }), this.afVariation === BarChartVariation.Horizontal ? (h("digi-icon-caret-up", { class: "caret" })) : (h("digi-icon-caret-down", { class: "caret" })))), h("div", { key: '5d9cce591ea02a7b8ebdb42af55f378ee064a48a', class: "legendWrap", ref: (el) => (this.legendDiv = el) }, h("div", { key: '8b8b7cd614e5d6202bfce04e57c98ee040f15dab', class: "legend" })), h("div", { key: '64a35d431e28638ffece4dd12bdf04678ed13768', class: "table", ref: (el) => (this.tableDiv = el) }, ' ')));
1623
+ return (h(Host, { key: 'cb70095467051cf1142891bc63694623e707d92f', ref: (el) => (this.host = el) }, h("svg", { key: 'c040fe2f27d9a5e3de1471fe7e4d853757f6a754', xmlns: "http://www.w3.org/2000/svg", width: "0", height: "0" }, h("defs", { key: '17fd52f2cac5a3225e097aee80e8dc1a99909840' }, h("pattern", { key: '2940e729359dad1acc4635363cd5a8f3ee4d8ea1', id: "prognosis", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, h("rect", { key: '4b47d41ea9f4699a4bcc7b0f04d00b8bbd124946', width: "8", height: "8", fill: "white" }), h("line", { key: 'd5c3a32fb715a5271a784771d9812ea599390fc3', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.evalColorVar(this.colorPalettes[0]), "stroke-width": "8" })), h("pattern", { key: '8038bb4d62fd87a118e0bcf4e750165eed48f789', id: "prognosisInactive", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, h("rect", { key: 'b1247b7d27e73836c7b5a05fb77a872e89853d3b', width: "8", height: "8", fill: "white" }), h("line", { key: '14265bcba469f08b890654315a86d6278271d64d', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.evalColorVar('--digi--color--background--secondary-accent'), "stroke-width": "8" })), h("pattern", { key: '4069999fd742795379f093c83c00cca488b6139c', id: "prognosisHighlight", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, h("rect", { key: 'c525ae39e05acf3e7522f1b92feffdfe5221e528', width: "8", height: "8", fill: "white" }), h("line", { key: 'fa183e0678f6f3794e094b97975fe96955b49e0a', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.adjustColor(this.colorFunction(0), 50), "stroke-width": "8" })))), h("div", { key: 'b6e46d7f4701775a177b02a98f46ca40308e9938', class: "topWrapper", ref: (el) => (this.titleDiv = el) }, h("digi-typography", { key: '88d49833d43776a2bc23d7f73bb8cc9442350634', class: "chartTitle", innerHTML: heading }), h("digi-button", { key: '75e2ef09c3f9f91a08b3596d02ad308b244586bb', class: "buttonWrapper tableButton", "af-size": "medium", "af-variation": "function", "af-full-width": "false", onAfOnClick: this.activateTable, afAriaLabel: `Visa tabell ${((_a = this.chartData) === null || _a === void 0 ? void 0 : _a.title) ? (_b = this.chartData) === null || _b === void 0 ? void 0 : _b.title.toLowerCase() : ''}` }, h("digi-icon-table", { key: '7712b56f991bb5214aa3bebb9e380221156b6bbf', slot: "icon" }), "Visa tabell"), h("digi-button", { key: 'b9d442ea0b62303c2bf1018651ce3206063f3b35', style: { display: 'none' }, class: "buttonWrapper chartButton", "af-size": "medium", "af-variation": "function", "af-full-width": "false", onAfOnClick: this.reInitChart, afAriaLabel: `Visa diagram ${((_c = this.chartData) === null || _c === void 0 ? void 0 : _c.title) ? (_d = this.chartData) === null || _d === void 0 ? void 0 : _d.title.toLowerCase() : ''}` }, h("digi-icon-chart", { key: '260c432d04f8ea00216cd485b5ec3a29df4b4db1', slot: "icon" }), "Visa diagram"), h("div", { key: 'a7fd6276b5738e9cf040f0e9b99e983b27ec25cf', class: "scChartStatus", role: "status", ref: (el) => (this.status = el) })), h("div", { key: '705ec9e3931b91009ff565bbd8f4ba300bd8dbd7', class: "svgWrap", ref: (el) => (this.chartDiv = el) }, h("div", { key: '242fd5b7afba36df00aa7fb256bd8578712d25e7', class: "chartTooltip", id: this.afId }, h("div", { key: '6417cc30962396164fe4840ecfef62c4ef7591d6', class: "tooltipHead" }, h("digi-icon-x", { key: 'dc4edb442bfb342fbdb64b06e70f1e19ccc5ffb1', class: "tooltipClose" })), h("div", { key: 'da625c879d4c0eebffa02193dc36d794c755b768', class: "tooltipBody" }), this.afVariation === BarChartVariation.Horizontal ? (h("digi-icon-caret-up", { class: "caret" })) : (h("digi-icon-caret-down", { class: "caret" })))), h("div", { key: 'a003a616c2ee8b848d402b38009261539ebf0c50', class: "legendWrap", ref: (el) => (this.legendDiv = el) }, h("div", { key: '44a6db8daa836ccf910aafd6fd996f153c337bf4', class: "legend" })), h("div", { key: 'a872281035f2799fe8aa9128a953d0c5d9f6b2cc', class: "table", ref: (el) => (this.tableDiv = el) }, ' ')));
1523
1624
  }
1524
1625
  static get is() { return "digi-bar-chart"; }
1525
1626
  static get encapsulation() { return "scoped"; }