@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
@@ -118,7 +118,13 @@ const barChart = class {
118
118
  this.defaultDuration = 400;
119
119
  // Text and formats
120
120
  this.fontSize = '0.875rem';
121
- 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'];
121
+ this.colorPalettes = [
122
+ '--digi--color--background--brand-primary',
123
+ '--digi--color--infographic--brand--primary',
124
+ '--digi--color--background--sentiment--beta--primary',
125
+ '--digi--color--text--interactive--visited',
126
+ '--digi--color--icon--validation--error'
127
+ ];
122
128
  // Observer for watching size changes when in line chart mode
123
129
  this.barChartObserver = new ResizeObserver((entries) => {
124
130
  entries.forEach(() => {
@@ -128,7 +134,8 @@ const barChart = class {
128
134
  });
129
135
  });
130
136
  this.highlightBars = (serie) => {
131
- this.barChartContainer.selectAll('.bar')
137
+ this.barChartContainer
138
+ .selectAll('.bar')
132
139
  .attr('fill', (barData) => this.colorFunction(barData.serie))
133
140
  .transition('color')
134
141
  .duration(150)
@@ -137,47 +144,78 @@ const barChart = class {
137
144
  if (barData.serie === serie)
138
145
  return this.colorFunction(barData.serie);
139
146
  else {
140
- if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) && this.series.indexOf(barData.serie) > 0) {
147
+ if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) &&
148
+ this.series.indexOf(barData.serie) > 0) {
141
149
  return 'url(#prognosisInactive)';
142
150
  }
143
151
  return this.evalColorVar('--digi--color--background--secondary-accent');
144
152
  }
145
153
  });
146
- linear.select(this.legendDiv).selectAll('.legendChip').transition('colorLegend').duration(150).style('opacity', (title) => title === serie ? 1 : 0.25);
154
+ linear.select(this.legendDiv)
155
+ .selectAll('.legendChip')
156
+ .transition('colorLegend')
157
+ .duration(150)
158
+ .style('opacity', (title) => (title === serie ? 1 : 0.25));
147
159
  };
148
160
  this.resetBarColor = () => {
149
- this.barChartContainer.selectAll('.bar').transition('color').duration(150).attr('fill', (barData) => this.colorFunction(barData.serie));
150
- linear.select(this.legendDiv).selectAll('.legendChip').transition('colorLegend').duration(150).style('opacity', 1);
161
+ this.barChartContainer
162
+ .selectAll('.bar')
163
+ .transition('color')
164
+ .duration(150)
165
+ .attr('fill', (barData) => this.colorFunction(barData.serie));
166
+ linear.select(this.legendDiv)
167
+ .selectAll('.legendChip')
168
+ .transition('colorLegend')
169
+ .duration(150)
170
+ .style('opacity', 1);
151
171
  if (this.chartData.data.averageLine) {
152
- this.barChartContainer.selectAll('.averageLine').transition('avgLine').style('mix-blend-mode', 'plus-lighter')
172
+ this.barChartContainer
173
+ .selectAll('.averageLine')
174
+ .transition('avgLine')
175
+ .style('mix-blend-mode', 'plus-lighter')
153
176
  .style('filter', 'contrast(0.5)');
154
177
  /* this.barChartContainer.selectAll('.averageLineText').transition('avgLine').style('mix-blend-mode', 'plus-lighter')
155
178
  .style('filter', 'contrast(0.5)'); */
156
179
  }
157
180
  };
158
181
  this.highlightAverageLine = (serie) => {
159
- this.barChartContainer.selectAll('.bar')
182
+ this.barChartContainer
183
+ .selectAll('.bar')
160
184
  .transition('color')
161
185
  .duration(150)
162
186
  .attr('fill', (barData) => {
163
187
  var _a;
164
- if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) && this.series.indexOf(barData.serie) > 0) {
188
+ if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) &&
189
+ this.series.indexOf(barData.serie) > 0) {
165
190
  return 'url(#prognosisInactive)';
166
191
  }
167
192
  else
168
193
  return this.evalColorVar('--digi--color--background--secondary-accent');
169
194
  });
170
- this.barChartContainer.selectAll('.averageLine').transition('avgLine')
171
- .duration(150).style('mix-blend-mode', null).style('filter', null);
195
+ this.barChartContainer
196
+ .selectAll('.averageLine')
197
+ .transition('avgLine')
198
+ .duration(150)
199
+ .style('mix-blend-mode', null)
200
+ .style('filter', null);
172
201
  /* this.barChartContainer.selectAll('.averageLineText').transition('avgLineText')
173
202
  .duration(150).style('mix-blend-mode', null).style('filter', null) */
174
- linear.select(this.legendDiv).selectAll('.legendChip').transition('colorLegend').duration(150).style('opacity', (title) => title === serie ? 1 : 0.25);
203
+ linear.select(this.legendDiv)
204
+ .selectAll('.legendChip')
205
+ .transition('colorLegend')
206
+ .duration(150)
207
+ .style('opacity', (title) => (title === serie ? 1 : 0.25));
175
208
  };
176
209
  // Sets and resizespositions the average line
177
210
  this.averageLine = () => {
178
211
  if (!this.chartData.data.averageLine)
179
212
  return;
180
- const avLineGroup = this.barChartContainer.select('.interactiveElements').selectAll('.averageLineGroup').data([this.chartData.data.averageLine]).join('g').attr('class', 'averageLineGroup');
213
+ const avLineGroup = this.barChartContainer
214
+ .select('.interactiveElements')
215
+ .selectAll('.averageLineGroup')
216
+ .data([this.chartData.data.averageLine])
217
+ .join('g')
218
+ .attr('class', 'averageLineGroup');
181
219
  /* avLineGroup.selectAll('.averageLineText')
182
220
  .data(d => [d])
183
221
  .join('text')
@@ -190,8 +228,9 @@ const barChart = class {
190
228
  .attr('fill', 'var(--digi--color--infographic--lineart)')
191
229
  .style('mix-blend-mode', 'plus-lighter')
192
230
  .style('filter', 'contrast(0.5)'); */
193
- avLineGroup.selectAll('.averageLine')
194
- .data(d => [d.value])
231
+ avLineGroup
232
+ .selectAll('.averageLine')
233
+ .data((d) => [d.value])
195
234
  .join('line')
196
235
  .attr('class', 'averageLine')
197
236
  .attr('x1', this.xScale.range()[0])
@@ -239,11 +278,15 @@ const barChart = class {
239
278
  this.highlightBarGroup = (_event, datum) => {
240
279
  if (typeof datum === 'string') {
241
280
  const barGroupID = '#' + this.barGroupID(datum);
242
- this.barChartContainer.select(barGroupID).selectAll('.bar').transition('color')
281
+ this.barChartContainer
282
+ .select(barGroupID)
283
+ .selectAll('.bar')
284
+ .transition('color')
243
285
  .duration(20)
244
286
  .attr('fill', (d) => {
245
287
  var _a;
246
- if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) && this.series.indexOf(d.serie) > 0) {
288
+ if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) &&
289
+ this.series.indexOf(d.serie) > 0) {
247
290
  return 'url(#prognosisHighlight)';
248
291
  }
249
292
  else
@@ -252,7 +295,9 @@ const barChart = class {
252
295
  }
253
296
  };
254
297
  this.unHighlightBarGroup = () => {
255
- this.barSelection.selectAll('.bar').transition('color')
298
+ this.barSelection
299
+ .selectAll('.bar')
300
+ .transition('color')
256
301
  .duration(100)
257
302
  .attr('fill', (d) => {
258
303
  return this.colorFunction(d.serie);
@@ -345,13 +390,15 @@ const barChart = class {
345
390
  return 'barGroup' + key.replace(/[^A-Z0-9]+/gi, '');
346
391
  };
347
392
  this.updateBars = () => {
348
- this.barSelection = this.barChartContainer.select('.interactiveElements')
393
+ this.barSelection = this.barChartContainer
394
+ .select('.interactiveElements')
349
395
  .selectAll('.barGroup')
350
396
  .data(this.mappedData)
351
397
  .join('g')
352
398
  .attr('class', 'barGroup')
353
399
  .attr('id', (d) => this.barGroupID(d.key));
354
- this.barSelection.selectAll('.bar')
400
+ this.barSelection
401
+ .selectAll('.bar')
355
402
  .data((d) => {
356
403
  return d.series;
357
404
  })
@@ -430,7 +477,9 @@ const barChart = class {
430
477
  key: key,
431
478
  serie: serie.title,
432
479
  value: serie.yValues[index],
433
- len: serie.yValues[index] ? this.getTextSize(serie.yValues[index].toLocaleString()) : 0
480
+ len: serie.yValues[index]
481
+ ? this.getTextSize(serie.yValues[index].toLocaleString())
482
+ : 0
434
483
  });
435
484
  }
436
485
  });
@@ -446,7 +495,9 @@ const barChart = class {
446
495
  key: key.toString(),
447
496
  serie: serie.title,
448
497
  value: serie.yValues[index],
449
- len: serie.yValues[index] ? this.getTextSize(serie.yValues[index].toLocaleString()) : 0
498
+ len: serie.yValues[index]
499
+ ? this.getTextSize(serie.yValues[index].toLocaleString())
500
+ : 0
450
501
  });
451
502
  }
452
503
  });
@@ -457,7 +508,8 @@ const barChart = class {
457
508
  return toReturn;
458
509
  };
459
510
  this.adjustBarSize = () => {
460
- this.barSelection.selectAll('.bar')
511
+ this.barSelection
512
+ .selectAll('.bar')
461
513
  .attr('x', this.xFunction)
462
514
  .attr('y', this.yFunction)
463
515
  .attr('width', this.widthFunction)
@@ -472,30 +524,38 @@ const barChart = class {
472
524
  // Handling x positioning of bars
473
525
  this.xFunction = (d, i) => {
474
526
  return this.afVariation === barChartVariation_enum.BarChartVariation.Horizontal
475
- ? (d.value > 0 ? this.xScale(0) : this.xScale(d.value))
476
- : this.xScale(d.key) + ((this.xScale.bandwidth() / this.dataWidth) * i + (this.barGap * i));
527
+ ? d.value > 0
528
+ ? this.xScale(0)
529
+ : this.xScale(d.value)
530
+ : this.xScale(d.key) +
531
+ ((this.xScale.bandwidth() / this.dataWidth) * i + this.barGap * i);
477
532
  };
478
533
  // Handling y positioning of bars
479
534
  this.yFunction = (d, i) => {
480
535
  if (!d.value)
481
536
  return 0;
482
537
  return this.afVariation === barChartVariation_enum.BarChartVariation.Horizontal
483
- ? this.yScale(d.key) + ((this.yScale.bandwidth() / this.dataWidth) * i + (this.barGap * i))
484
- : (d.value < 0 ? this.yScale(0) : this.yScale(d.value));
538
+ ? this.yScale(d.key) +
539
+ ((this.yScale.bandwidth() / this.dataWidth) * i + this.barGap * i)
540
+ : d.value < 0
541
+ ? this.yScale(0)
542
+ : this.yScale(d.value);
485
543
  };
486
544
  // Handling height for bars
487
545
  this.heightFunction = (d) => {
488
546
  if (!d.value)
489
547
  return 0;
490
548
  return this.afVariation === barChartVariation_enum.BarChartVariation.Horizontal
491
- ? this.yScale.bandwidth() / this.dataWidth - (this.barGap)
492
- : (d.value < 0 ? this.yScale(d.value) - this.yScale(0) : this.yScale(0) - this.yScale(d.value));
549
+ ? this.yScale.bandwidth() / this.dataWidth - this.barGap
550
+ : d.value < 0
551
+ ? this.yScale(d.value) - this.yScale(0)
552
+ : this.yScale(0) - this.yScale(d.value);
493
553
  };
494
554
  // Handling width for bars
495
555
  this.widthFunction = (d) => {
496
556
  return this.afVariation === barChartVariation_enum.BarChartVariation.Horizontal
497
557
  ? Math.abs(this.xScale(0) - this.xScale(d.value))
498
- : this.xScale.bandwidth() / this.dataWidth - (this.barGap);
558
+ : this.xScale.bandwidth() / this.dataWidth - this.barGap;
499
559
  };
500
560
  // Setting dimension variable
501
561
  this.setDims = (onlyHeight = false) => {
@@ -738,7 +798,8 @@ const barChart = class {
738
798
  .attr('fill', (d) => {
739
799
  var _a;
740
800
  if (event.target.tagName === 'rect') {
741
- if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) && this.series.indexOf(d.serie) > 0) {
801
+ if (((_a = this.chartData.meta) === null || _a === void 0 ? void 0 : _a.prognosisPattern) &&
802
+ this.series.indexOf(d.serie) > 0) {
742
803
  return 'url(#prognosisHighlight)';
743
804
  }
744
805
  else
@@ -754,7 +815,9 @@ const barChart = class {
754
815
  linear.select(event.target)
755
816
  .transition('color')
756
817
  .duration(this.defaultDuration)
757
- .attr('fill', (d) => event.target.tagName === 'rect' ? this.colorFunction(d.serie) : '#333333');
818
+ .attr('fill', (d) => event.target.tagName === 'rect'
819
+ ? this.colorFunction(d.serie)
820
+ : '#333333');
758
821
  };
759
822
  this.openTooltip = (...[, d]) => {
760
823
  // If type is string, the user has clicked on a y-axis tick
@@ -766,9 +829,7 @@ const barChart = class {
766
829
  else
767
830
  this.tooltipData = d;
768
831
  const tooltipBody = this.tooltip.select('.tooltipBody');
769
- this.tooltip
770
- .select('.tooltipHeading')
771
- .html(this.tooltipData.key);
832
+ this.tooltip.select('.tooltipHeading').html(this.tooltipData.key);
772
833
  tooltipBody
773
834
  .selectAll('div')
774
835
  .data(this.tooltipData.series ? this.tooltipData.series : [this.tooltipData])
@@ -807,15 +868,25 @@ const barChart = class {
807
868
  .style('transform', `translate(${diff > 0 ? width / 2 - 10 : this.xScale(data.value) / 2}px,0)`);
808
869
  }
809
870
  else {
810
- 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);
811
- const barIndex = ((this.xScale.bandwidth() / this.dataWidth) * (index ? index + 1 : 1)) - (this.xScale.bandwidth() / this.dataWidth) / 2;
871
+ const index = (_a = this.mappedData
872
+ .find((xPoint) => xPoint.key === data.key)) === null || _a === void 0 ? void 0 : _a.series.findIndex((serie) => serie.serie === data.serie);
873
+ const barIndex = (this.xScale.bandwidth() / this.dataWidth) * (index ? index + 1 : 1) -
874
+ this.xScale.bandwidth() / this.dataWidth / 2;
812
875
  // This should be where the x-axis starts
813
876
  const xStart = this.margin.left + this.tickPadding + this.yTickSize;
814
877
  // Creating adjustment for tooltip to not appear outside of chart
815
878
  const spaceToSVGEdge = 5;
816
- 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;
817
- this.tooltip
818
- .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) )`);
879
+ const inlineAdjustment = this.dims.width - spaceToSVGEdge <
880
+ this.xScale(data.key) + xStart + barIndex + width / 2
881
+ ? ((this.xScale(data.key) +
882
+ xStart +
883
+ barIndex +
884
+ width / 2 -
885
+ (this.dims.width - spaceToSVGEdge)) /
886
+ width) *
887
+ 100
888
+ : 0;
889
+ 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) )`);
819
890
  this.tooltip
820
891
  .select('digi-icon-caret-down')
821
892
  .style('position', 'absolute')
@@ -825,8 +896,7 @@ const barChart = class {
825
896
  }
826
897
  else {
827
898
  if (this.afVariation === barChartVariation_enum.BarChartVariation.Horizontal) {
828
- this.tooltip
829
- .style('transform', `translate(${this.tickPadding}px, ${this.yScale(data.key) + this.series.length * this.yScale.bandwidth() + 5}px )` // 5 is for half caret size
899
+ 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
830
900
  );
831
901
  this.tooltip
832
902
  .select('digi-icon-caret-up')
@@ -839,12 +909,17 @@ const barChart = class {
839
909
  else {
840
910
  const xStart = this.margin.left + this.tickPadding + this.yTickSize;
841
911
  const translatePoint = this.xScale(data.key) + xStart + this.xScale.bandwidth() / 2;
842
- const yMax = linear.max(data.series.map(elem => elem.value));
912
+ const yMax = linear.max(data.series.map((elem) => elem.value));
843
913
  // Creating adjustment for tooltip to not appear outside of chart
844
914
  const spaceToSVGEdge = 5;
845
- const inlineAdjustment = (this.dims.width - spaceToSVGEdge) < (translatePoint + width / 2) ? (((translatePoint + width / 2) - (this.dims.width - spaceToSVGEdge)) / width) * 100 : 0;
846
- this.tooltip
847
- .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) )`);
915
+ const inlineAdjustment = this.dims.width - spaceToSVGEdge < translatePoint + width / 2
916
+ ? ((translatePoint +
917
+ width / 2 -
918
+ (this.dims.width - spaceToSVGEdge)) /
919
+ width) *
920
+ 100
921
+ : 0;
922
+ 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) )`);
848
923
  this.tooltip
849
924
  .select('digi-icon-caret-down')
850
925
  .style('position', 'absolute')
@@ -880,7 +955,10 @@ const barChart = class {
880
955
  .attr('opacity', 0)
881
956
  .on('end', () => {
882
957
  this.svg.remove();
883
- linear.select(this.legendDiv).select('.legend').selectAll('.legendChip').remove();
958
+ linear.select(this.legendDiv)
959
+ .select('.legend')
960
+ .selectAll('.legendChip')
961
+ .remove();
884
962
  this.legendDiv.style['display'] = 'none';
885
963
  this.tableDiv.style['display'] = 'block';
886
964
  this.setTableContent();
@@ -934,12 +1012,13 @@ const barChart = class {
934
1012
  this.afChartData = undefined;
935
1013
  }
936
1014
  afChartDataUpdate(data) {
937
- if (typeof data === 'string' && Object.keys(JSON.parse(data)).length > 0 || typeof data !== 'string' && Object.keys(data).length > 0) {
1015
+ if ((typeof data === 'string' && Object.keys(JSON.parse(data)).length > 0) ||
1016
+ (typeof data !== 'string' && Object.keys(data).length > 0)) {
938
1017
  if (typeof data != 'string')
939
1018
  this.chartData = data;
940
1019
  else
941
1020
  this.chartData = JSON.parse(data);
942
- this.series = this.chartData.data.series.map(serie => serie.title);
1021
+ this.series = this.chartData.data.series.map((serie) => serie.title);
943
1022
  }
944
1023
  this.mappedData = this.reshapeData();
945
1024
  // checking for width of each tick
@@ -982,10 +1061,11 @@ const barChart = class {
982
1061
  }
983
1062
  initLegend() {
984
1063
  const rectSize = 18;
985
- const legendData = this.chartData.data.series.map(serie => serie.title);
1064
+ const legendData = this.chartData.data.series.map((serie) => serie.title);
986
1065
  if (this.chartData.data.averageLine)
987
1066
  legendData.push(this.chartData.data.averageLine.text);
988
- const legendChips = linear.select(this.legendDiv).select('.legend')
1067
+ const legendChips = linear.select(this.legendDiv)
1068
+ .select('.legend')
989
1069
  .style('margin-left', `${this.margin.left + this.tickPadding + this.yTickSize}px`)
990
1070
  .style('margin-top', '0.5rem')
991
1071
  .selectAll('.legendChip')
@@ -999,7 +1079,8 @@ const barChart = class {
999
1079
  .style('cursor', 'default')
1000
1080
  .on('mouseenter', (_event, serie) => this.highlightBars(serie))
1001
1081
  .on('mouseleave', this.resetBarColor);
1002
- legendChips.append('svg')
1082
+ legendChips
1083
+ .append('svg')
1003
1084
  .attr('width', rectSize + 1)
1004
1085
  .attr('height', rectSize + 1)
1005
1086
  .append('rect')
@@ -1010,15 +1091,19 @@ const barChart = class {
1010
1091
  .attr('rx', 4)
1011
1092
  .attr('ry', 4)
1012
1093
  .attr('fill', (title) => this.colorFunction(title));
1013
- legendChips.append('span').style('text-wrap', 'nowrap').style('font-size', '0.875rem').text((d) => d);
1094
+ legendChips
1095
+ .append('span')
1096
+ .style('text-wrap', 'nowrap')
1097
+ .style('font-size', '0.875rem')
1098
+ .text((d) => d);
1014
1099
  if (this.chartData.data.averageLine) {
1015
- const averageLine = legendChips.filter(':last-child')
1100
+ const averageLine = legendChips
1101
+ .filter(':last-child')
1016
1102
  .on('mouseenter', (_event, serie) => this.highlightAverageLine(serie));
1017
- const miniSVG = averageLine
1018
- .select('svg')
1019
- .attr('width', rectSize * 2);
1103
+ const miniSVG = averageLine.select('svg').attr('width', rectSize * 2);
1020
1104
  miniSVG.select('rect').remove();
1021
- miniSVG.append('line')
1105
+ miniSVG
1106
+ .append('line')
1022
1107
  .attr('x1', 1)
1023
1108
  .attr('x2', rectSize * 2 - 1)
1024
1109
  .attr('y1', rectSize / 2 + 1)
@@ -1061,7 +1146,8 @@ const barChart = class {
1061
1146
  .attr('role', 'img')
1062
1147
  .attr('aria-label', this.chartData && this.chartData.title
1063
1148
  ? 'Stapeldiagram om ' + this.chartData.title.toLowerCase()
1064
- : 'Stapeldiagram').attr('style', 'display: flex;min-width: 0;width: 100%;height: auto;');
1149
+ : 'Stapeldiagram')
1150
+ .attr('style', 'display: flex;min-width: 0;width: 100%;height: auto;');
1065
1151
  // Hide unusable components
1066
1152
  linear.select(this.titleDiv)
1067
1153
  .select(this.afHeadingLevel)
@@ -1123,7 +1209,8 @@ const barChart = class {
1123
1209
  .join('g')
1124
1210
  .attr('class', 'barGroup')
1125
1211
  .attr('id', (d) => this.barGroupID(d.key));
1126
- this.barSelection.selectAll('bar')
1212
+ this.barSelection
1213
+ .selectAll('bar')
1127
1214
  .data((d) => {
1128
1215
  return d.series;
1129
1216
  })
@@ -1138,13 +1225,15 @@ const barChart = class {
1138
1225
  .attr('width', this.widthFunction)
1139
1226
  .attr('height', () => 0)
1140
1227
  .attr('fill', 'gray');
1141
- this.barChartContainer.selectAll('.bar')
1228
+ this.barChartContainer
1229
+ .selectAll('.bar')
1142
1230
  .transition('animateBar')
1143
1231
  .duration(400)
1144
1232
  .delay((...[, i]) => i * 150)
1145
1233
  .attr('y', this.yFunction)
1146
1234
  .attr('height', this.heightFunction);
1147
- this.barChartContainer.selectAll('.bar')
1235
+ this.barChartContainer
1236
+ .selectAll('.bar')
1148
1237
  .transition('animateBar')
1149
1238
  .duration(400)
1150
1239
  .ease(linear.linear$1)
@@ -1254,7 +1343,8 @@ const barChart = class {
1254
1343
  .join('g')
1255
1344
  .attr('class', 'barGroup')
1256
1345
  .attr('id', (d) => this.barGroupID(d.key));
1257
- this.barSelection.selectAll('.barGroup')
1346
+ this.barSelection
1347
+ .selectAll('.barGroup')
1258
1348
  .data((d) => {
1259
1349
  return d.series;
1260
1350
  })
@@ -1281,7 +1371,9 @@ const barChart = class {
1281
1371
  .append('text');
1282
1372
  this.textSelection
1283
1373
  .text((d) => {
1284
- return d.value ? d.value.toLocaleString(undefined, this.numberFormat) : undefined;
1374
+ return d.value
1375
+ ? d.value.toLocaleString(undefined, this.numberFormat)
1376
+ : undefined;
1285
1377
  })
1286
1378
  .attr('class', 'barText')
1287
1379
  .attr('font-size', this.fontSize)
@@ -1345,8 +1437,7 @@ const barChart = class {
1345
1437
  this.setMinMax();
1346
1438
  const newHeight = this.setDims();
1347
1439
  this.transitionTitle();
1348
- this.svg
1349
- .attr('aria-label', this.chartData && this.chartData.title
1440
+ this.svg.attr('aria-label', this.chartData && this.chartData.title
1350
1441
  ? 'Stapeldiagram om ' + this.chartData.title.toLowerCase()
1351
1442
  : 'Stapeldiagram');
1352
1443
  this.setMargins();
@@ -1402,7 +1493,9 @@ const barChart = class {
1402
1493
  linear.select(this.titleDiv).select('.loadingHeader').remove();
1403
1494
  this.loading = false;
1404
1495
  this.barChartContainer.selectAll('.bar').interrupt('animateBar');
1405
- this.barChartContainer.selectAll('.bar').transition()
1496
+ this.barChartContainer
1497
+ .selectAll('.bar')
1498
+ .transition()
1406
1499
  .duration(this.defaultDuration)
1407
1500
  .attr('y', (d) => this.afVariation === barChartVariation_enum.BarChartVariation.Horizontal
1408
1501
  ? this.yScale(d.key)
@@ -1490,7 +1583,11 @@ const barChart = class {
1490
1583
  return width;
1491
1584
  }
1492
1585
  adjustColor(color, amount) {
1493
- return '#' + color.replace(/^#/, '').replace(/../g, color => ('0' + Math.min(255, Math.max(0, parseInt(color, 16) + amount)).toString(16)).substr(-2));
1586
+ return ('#' +
1587
+ color
1588
+ .replace(/^#/, '')
1589
+ .replace(/../g, (color) => ('0' +
1590
+ Math.min(255, Math.max(0, parseInt(color, 16) + amount)).toString(16)).substr(-2)));
1494
1591
  }
1495
1592
  componentWillLoad() {
1496
1593
  this.afChartDataUpdate(this.afChartData);
@@ -1553,7 +1650,10 @@ const barChart = class {
1553
1650
  }
1554
1651
  setTableDimensions() {
1555
1652
  const table = linear.select(this.tableDiv);
1556
- table.style('display', 'flex').style('height', '100%').style('width', '100%');
1653
+ table
1654
+ .style('display', 'flex')
1655
+ .style('height', '100%')
1656
+ .style('width', '100%');
1557
1657
  }
1558
1658
  // Extracting all headings from data and returning a string with <th>-elements with headings
1559
1659
  headings() {
@@ -1592,7 +1692,7 @@ const barChart = class {
1592
1692
  if (this.chartData.infoText)
1593
1693
  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>`;
1594
1694
  }
1595
- return (index.h(index.Host, { key: 'd39019eecd4013769648a7cdb1e5dc48712de934', ref: (el) => (this.host = el) }, index.h("svg", { key: '9e4dbfcd19038c6b9c8cfe26b4e8b3c5ef624896', xmlns: "http://www.w3.org/2000/svg", width: "0", height: "0" }, index.h("defs", { key: '9ed2bc8b3064642d01e9028fa91c55577ed2da1c' }, index.h("pattern", { key: 'ca867a03dac364d29de422bc074c7ff3a8bac858', id: "prognosis", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, index.h("rect", { key: '2f2169ba84fcbb198a8f109bc57971beb3c3ca09', width: "8", height: "8", fill: 'white' }), index.h("line", { key: 'ad51412cb272233eb58a82a293643c4e865e34e9', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.evalColorVar(this.colorPalettes[0]), "stroke-width": "8" })), index.h("pattern", { key: 'ecc0ffeb0eda0d84102678c17163d0afc472cde5', id: "prognosisInactive", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, index.h("rect", { key: 'ca9a51785850ea8e26f4ca3b84dc28401325af63', width: "8", height: "8", fill: 'white' }), index.h("line", { key: 'd7dd225c20b588f74bff91d44ff5abc8839bc445', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.evalColorVar('--digi--color--background--secondary-accent'), "stroke-width": "8" })), index.h("pattern", { key: '654a002d89f6ce33fc4958afe3997829511b867e', id: "prognosisHighlight", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, index.h("rect", { key: '6d0286f1d11de92c88083618d4acb3300f36857d', width: "8", height: "8", fill: 'white' }), index.h("line", { key: '4acd94253dbdb1fc85090d677d246028a6e595d6', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.adjustColor(this.colorFunction(0), 50), "stroke-width": "8" })))), index.h("div", { key: '9022c75fa8077b2c025aac91b8c1a565b50ad8f0', class: "topWrapper", ref: (el) => (this.titleDiv = el) }, index.h("digi-typography", { key: '4a28b8506806ca2418fd21512460baebe84614d5', class: "chartTitle", innerHTML: heading }), index.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() : ''}` }, index.h("digi-icon-table", { key: '803f63ac1912c5979c43e7c58d28591a1d6ce461', slot: "icon" }), "Visa tabell"), index.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() : ''}` }, index.h("digi-icon-chart", { key: 'f92c2eb9f08bf7f13a7eaea287b80a233efd95ef', slot: "icon" }), "Visa diagram"), index.h("div", { key: 'ee5b3ad8cdcfcf00891f56f7a7e738adf76f36c1', class: "scChartStatus", role: "status", ref: (el) => (this.status = el) })), index.h("div", { key: 'cbc0c8724ac73a07a4f2d01044d4928214e63f43', class: "svgWrap", ref: (el) => (this.chartDiv = el) }, index.h("div", { key: '52cb24ae1a29f5381860031513b7b9e835044935', class: "chartTooltip", id: this.afId }, index.h("div", { key: '17c4c08dcf63cd263db4f32fecae7ec5216e3014', class: "tooltipHead" }, index.h("digi-icon-x", { key: 'f44a9a534ae02fe674fc0f9161e5c4b5a3eecb30', class: "tooltipClose" })), index.h("div", { key: 'ffbe44f6a8db4dc67d6980bd69ca2209e4a75745', class: "tooltipBody" }), this.afVariation === barChartVariation_enum.BarChartVariation.Horizontal ? (index.h("digi-icon-caret-up", { class: "caret" })) : (index.h("digi-icon-caret-down", { class: "caret" })))), index.h("div", { key: '5d9cce591ea02a7b8ebdb42af55f378ee064a48a', class: "legendWrap", ref: (el) => (this.legendDiv = el) }, index.h("div", { key: '8b8b7cd614e5d6202bfce04e57c98ee040f15dab', class: "legend" })), index.h("div", { key: '64a35d431e28638ffece4dd12bdf04678ed13768', class: "table", ref: (el) => (this.tableDiv = el) }, ' ')));
1695
+ return (index.h(index.Host, { key: 'cb70095467051cf1142891bc63694623e707d92f', ref: (el) => (this.host = el) }, index.h("svg", { key: 'c040fe2f27d9a5e3de1471fe7e4d853757f6a754', xmlns: "http://www.w3.org/2000/svg", width: "0", height: "0" }, index.h("defs", { key: '17fd52f2cac5a3225e097aee80e8dc1a99909840' }, index.h("pattern", { key: '2940e729359dad1acc4635363cd5a8f3ee4d8ea1', id: "prognosis", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, index.h("rect", { key: '4b47d41ea9f4699a4bcc7b0f04d00b8bbd124946', width: "8", height: "8", fill: "white" }), index.h("line", { key: 'd5c3a32fb715a5271a784771d9812ea599390fc3', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.evalColorVar(this.colorPalettes[0]), "stroke-width": "8" })), index.h("pattern", { key: '8038bb4d62fd87a118e0bcf4e750165eed48f789', id: "prognosisInactive", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, index.h("rect", { key: 'b1247b7d27e73836c7b5a05fb77a872e89853d3b', width: "8", height: "8", fill: "white" }), index.h("line", { key: '14265bcba469f08b890654315a86d6278271d64d', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.evalColorVar('--digi--color--background--secondary-accent'), "stroke-width": "8" })), index.h("pattern", { key: '4069999fd742795379f093c83c00cca488b6139c', id: "prognosisHighlight", patternUnits: "userSpaceOnUse", width: "8", height: "8", patternTransform: "rotate(45)" }, index.h("rect", { key: 'c525ae39e05acf3e7522f1b92feffdfe5221e528', width: "8", height: "8", fill: "white" }), index.h("line", { key: 'fa183e0678f6f3794e094b97975fe96955b49e0a', x1: "0", y: "0", x2: "0", y2: "12", stroke: this.adjustColor(this.colorFunction(0), 50), "stroke-width": "8" })))), index.h("div", { key: 'b6e46d7f4701775a177b02a98f46ca40308e9938', class: "topWrapper", ref: (el) => (this.titleDiv = el) }, index.h("digi-typography", { key: '88d49833d43776a2bc23d7f73bb8cc9442350634', class: "chartTitle", innerHTML: heading }), index.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() : ''}` }, index.h("digi-icon-table", { key: '7712b56f991bb5214aa3bebb9e380221156b6bbf', slot: "icon" }), "Visa tabell"), index.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() : ''}` }, index.h("digi-icon-chart", { key: '260c432d04f8ea00216cd485b5ec3a29df4b4db1', slot: "icon" }), "Visa diagram"), index.h("div", { key: 'a7fd6276b5738e9cf040f0e9b99e983b27ec25cf', class: "scChartStatus", role: "status", ref: (el) => (this.status = el) })), index.h("div", { key: '705ec9e3931b91009ff565bbd8f4ba300bd8dbd7', class: "svgWrap", ref: (el) => (this.chartDiv = el) }, index.h("div", { key: '242fd5b7afba36df00aa7fb256bd8578712d25e7', class: "chartTooltip", id: this.afId }, index.h("div", { key: '6417cc30962396164fe4840ecfef62c4ef7591d6', class: "tooltipHead" }, index.h("digi-icon-x", { key: 'dc4edb442bfb342fbdb64b06e70f1e19ccc5ffb1', class: "tooltipClose" })), index.h("div", { key: 'da625c879d4c0eebffa02193dc36d794c755b768', class: "tooltipBody" }), this.afVariation === barChartVariation_enum.BarChartVariation.Horizontal ? (index.h("digi-icon-caret-up", { class: "caret" })) : (index.h("digi-icon-caret-down", { class: "caret" })))), index.h("div", { key: 'a003a616c2ee8b848d402b38009261539ebf0c50', class: "legendWrap", ref: (el) => (this.legendDiv = el) }, index.h("div", { key: '44a6db8daa836ccf910aafd6fd996f153c337bf4', class: "legend" })), index.h("div", { key: 'a872281035f2799fe8aa9128a953d0c5d9f6b2cc', class: "table", ref: (el) => (this.tableDiv = el) }, ' ')));
1596
1696
  }
1597
1697
  get hostElement() { return index.getElement(this); }
1598
1698
  static get watchers() { return {