@energinet/watt 4.2.15 → 4.2.16

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 (802) hide show
  1. package/badge/index.d.ts +17 -15
  2. package/breadcrumbs/index.d.ts +24 -15
  3. package/button/index.d.ts +23 -17
  4. package/card/index.d.ts +22 -16
  5. package/checkbox/index.d.ts +20 -17
  6. package/chip/index.d.ts +104 -23
  7. package/clipboard/index.d.ts +22 -18
  8. package/code/index.d.ts +40 -3
  9. package/core/breakpoints/index.d.ts +38 -2
  10. package/core/color/index.d.ts +48 -2
  11. package/core/date/index.d.ts +121 -7
  12. package/data/index.d.ts +61 -20
  13. package/datetime-field/index.d.ts +44 -17
  14. package/description-list/index.d.ts +30 -15
  15. package/drawer/index.d.ts +73 -21
  16. package/dropdown/index.d.ts +151 -3
  17. package/dropzone/index.d.ts +65 -17
  18. package/empty-state/index.d.ts +37 -19
  19. package/expandable-card/index.d.ts +39 -2
  20. package/{esm2022/badge/watt-badge.component.js → fesm2022/energinet-watt-badge.mjs} +30 -4
  21. package/fesm2022/energinet-watt-badge.mjs.map +1 -0
  22. package/{esm2022/breadcrumbs/watt-breadcrumbs.component.js → fesm2022/energinet-watt-breadcrumbs.mjs} +36 -10
  23. package/fesm2022/energinet-watt-breadcrumbs.mjs.map +1 -0
  24. package/{esm2022/button/watt-button.component.js → fesm2022/energinet-watt-button.mjs} +35 -9
  25. package/fesm2022/energinet-watt-button.mjs.map +1 -0
  26. package/{esm2022/card/watt-card.component.js → fesm2022/energinet-watt-card.mjs} +63 -7
  27. package/fesm2022/energinet-watt-card.mjs.map +1 -0
  28. package/{esm2022/checkbox/watt-checkbox.component.js → fesm2022/energinet-watt-checkbox.mjs} +32 -6
  29. package/fesm2022/energinet-watt-checkbox.mjs.map +1 -0
  30. package/fesm2022/energinet-watt-chip.mjs +694 -0
  31. package/fesm2022/energinet-watt-chip.mjs.map +1 -0
  32. package/{esm2022/clipboard/watt-copy-to-clipboard.directive.js → fesm2022/energinet-watt-clipboard.mjs} +61 -7
  33. package/fesm2022/energinet-watt-clipboard.mjs.map +1 -0
  34. package/{esm2022/code/watt-code.component.js → fesm2022/energinet-watt-code.mjs} +83 -11
  35. package/fesm2022/energinet-watt-code.mjs.map +1 -0
  36. package/fesm2022/energinet-watt-core-breakpoints.mjs +97 -0
  37. package/fesm2022/energinet-watt-core-breakpoints.mjs.map +1 -0
  38. package/fesm2022/energinet-watt-core-color.mjs +124 -0
  39. package/fesm2022/energinet-watt-core-color.mjs.map +1 -0
  40. package/fesm2022/energinet-watt-core-date.mjs +256 -0
  41. package/fesm2022/energinet-watt-core-date.mjs.map +1 -0
  42. package/{esm2022/data/watt-data-table.component.js → fesm2022/energinet-watt-data.mjs} +134 -12
  43. package/fesm2022/energinet-watt-data.mjs.map +1 -0
  44. package/{esm2022/datetime-field/watt-datetime-field.component.js → fesm2022/energinet-watt-datetime-field.mjs} +40 -14
  45. package/fesm2022/energinet-watt-datetime-field.mjs.map +1 -0
  46. package/{esm2022/description-list/watt-description-list.component.js → fesm2022/energinet-watt-description-list.mjs} +77 -8
  47. package/fesm2022/energinet-watt-description-list.mjs.map +1 -0
  48. package/{esm2022/drawer/watt-drawer.component.js → fesm2022/energinet-watt-drawer.mjs} +150 -17
  49. package/fesm2022/energinet-watt-drawer.mjs.map +1 -0
  50. package/{esm2022/dropdown/watt-dropdown.component.js → fesm2022/energinet-watt-dropdown.mjs} +44 -18
  51. package/fesm2022/energinet-watt-dropdown.mjs.map +1 -0
  52. package/{esm2022/dropzone/watt-dropzone.js → fesm2022/energinet-watt-dropzone.mjs} +133 -14
  53. package/fesm2022/energinet-watt-dropzone.mjs.map +1 -0
  54. package/{esm2022/empty-state/icons/not-found.js → fesm2022/energinet-watt-empty-state.mjs} +301 -4
  55. package/fesm2022/energinet-watt-empty-state.mjs.map +1 -0
  56. package/{esm2022/expandable-card/watt-expandable-card.component.js → fesm2022/energinet-watt-expandable-card.mjs} +40 -9
  57. package/fesm2022/energinet-watt-expandable-card.mjs.map +1 -0
  58. package/{esm2022/field/watt-field.component.js → fesm2022/energinet-watt-field.mjs} +149 -14
  59. package/fesm2022/energinet-watt-field.mjs.map +1 -0
  60. package/{esm2022/file-field/watt-file-field.component.js → fesm2022/energinet-watt-file-field.mjs} +32 -6
  61. package/fesm2022/energinet-watt-file-field.mjs.map +1 -0
  62. package/fesm2022/energinet-watt-icon-flags.mjs +547 -0
  63. package/fesm2022/energinet-watt-icon-flags.mjs.map +1 -0
  64. package/{esm2022/icon/icon.component.js → fesm2022/energinet-watt-icon.mjs} +135 -6
  65. package/fesm2022/energinet-watt-icon.mjs.map +1 -0
  66. package/fesm2022/energinet-watt-menu.mjs +282 -0
  67. package/fesm2022/energinet-watt-menu.mjs.map +1 -0
  68. package/{esm2022/modal/watt-modal.component.js → fesm2022/energinet-watt-modal.mjs} +109 -13
  69. package/fesm2022/energinet-watt-modal.mjs.map +1 -0
  70. package/{esm2022/paginator/watt-paginator.component.js → fesm2022/energinet-watt-paginator.mjs} +69 -9
  71. package/fesm2022/energinet-watt-paginator.mjs.map +1 -0
  72. package/{esm2022/phone-field/watt-phone-field.component.js → fesm2022/energinet-watt-phone-field.mjs} +80 -16
  73. package/fesm2022/energinet-watt-phone-field.mjs.map +1 -0
  74. package/fesm2022/energinet-watt-picker-__shared.mjs +292 -0
  75. package/fesm2022/energinet-watt-picker-__shared.mjs.map +1 -0
  76. package/{esm2022/picker/datepicker/watt-datepicker.component.js → fesm2022/energinet-watt-picker-datepicker.mjs} +71 -16
  77. package/fesm2022/energinet-watt-picker-datepicker.mjs.map +1 -0
  78. package/{esm2022/picker/timepicker/watt-timepicker.component.js → fesm2022/energinet-watt-picker-timepicker.mjs} +126 -20
  79. package/fesm2022/energinet-watt-picker-timepicker.mjs.map +1 -0
  80. package/{esm2022/progress-tracker/watt-progress-tracker-step.component.js → fesm2022/energinet-watt-progress-tracker.mjs} +64 -6
  81. package/fesm2022/energinet-watt-progress-tracker.mjs.map +1 -0
  82. package/{esm2022/query-params/watt-query-params.directive.js → fesm2022/energinet-watt-query-params.mjs} +32 -6
  83. package/fesm2022/energinet-watt-query-params.mjs.map +1 -0
  84. package/{esm2022/radio/watt-radio.component.js → fesm2022/energinet-watt-radio.mjs} +146 -5
  85. package/fesm2022/energinet-watt-radio.mjs.map +1 -0
  86. package/{esm2022/search/watt-search.component.js → fesm2022/energinet-watt-search.mjs} +33 -7
  87. package/fesm2022/energinet-watt-search.mjs.map +1 -0
  88. package/{esm2022/segmented-buttons/watt-segmented-buttons.component.js → fesm2022/energinet-watt-segmented-buttons.mjs} +77 -11
  89. package/fesm2022/energinet-watt-segmented-buttons.mjs.map +1 -0
  90. package/fesm2022/energinet-watt-shell.mjs +303 -0
  91. package/fesm2022/energinet-watt-shell.mjs.map +1 -0
  92. package/{esm2022/slide-toggle/watt-slide-toggle.component.js → fesm2022/energinet-watt-slide-toggle.mjs} +34 -8
  93. package/fesm2022/energinet-watt-slide-toggle.mjs.map +1 -0
  94. package/{esm2022/slider/watt-slider.component.js → fesm2022/energinet-watt-slider.mjs} +33 -7
  95. package/fesm2022/energinet-watt-slider.mjs.map +1 -0
  96. package/{esm2022/spinner/watt-spinner.component.js → fesm2022/energinet-watt-spinner.mjs} +30 -4
  97. package/fesm2022/energinet-watt-spinner.mjs.map +1 -0
  98. package/{esm2022/stepper/watt-stepper.component.js → fesm2022/energinet-watt-stepper.mjs} +85 -15
  99. package/fesm2022/energinet-watt-stepper.mjs.map +1 -0
  100. package/{esm2022/table/watt-table.component.js → fesm2022/energinet-watt-table.mjs} +134 -22
  101. package/fesm2022/energinet-watt-table.mjs.map +1 -0
  102. package/fesm2022/energinet-watt-tabs.mjs +254 -0
  103. package/fesm2022/energinet-watt-tabs.mjs.map +1 -0
  104. package/{esm2022/text-field/watt-text-field.component.js → fesm2022/energinet-watt-text-field.mjs} +36 -10
  105. package/fesm2022/energinet-watt-text-field.mjs.map +1 -0
  106. package/{esm2022/textarea-field/watt-textarea-field.component.js → fesm2022/energinet-watt-textarea-field.mjs} +32 -6
  107. package/fesm2022/energinet-watt-textarea-field.mjs.map +1 -0
  108. package/{esm2022/toast/watt-toast.component.js → fesm2022/energinet-watt-toast.mjs} +82 -9
  109. package/fesm2022/energinet-watt-toast.mjs.map +1 -0
  110. package/{esm2022/tooltip/watt-tooltip.component.js → fesm2022/energinet-watt-tooltip.mjs} +98 -8
  111. package/fesm2022/energinet-watt-tooltip.mjs.map +1 -0
  112. package/{esm2022/utils/css/css-custom-properties.service.js → fesm2022/energinet-watt-utils-css.mjs} +30 -4
  113. package/fesm2022/energinet-watt-utils-css.mjs.map +1 -0
  114. package/{esm2022/utils/intersection-observer/watt-intersection-observer.service.js → fesm2022/energinet-watt-utils-intersection-observer.mjs} +31 -5
  115. package/fesm2022/energinet-watt-utils-intersection-observer.mjs.map +1 -0
  116. package/fesm2022/energinet-watt-utils-resize-observer.mjs +143 -0
  117. package/fesm2022/energinet-watt-utils-resize-observer.mjs.map +1 -0
  118. package/{esm2022/validation-message/watt-validation-message.component.js → fesm2022/energinet-watt-validation-message.mjs} +31 -5
  119. package/fesm2022/energinet-watt-validation-message.mjs.map +1 -0
  120. package/{esm2022/validators/watt-range.validators.js → fesm2022/energinet-watt-validators.mjs} +28 -2
  121. package/fesm2022/energinet-watt-validators.mjs.map +1 -0
  122. package/fesm2022/energinet-watt-vater.mjs +248 -0
  123. package/fesm2022/energinet-watt-vater.mjs.map +1 -0
  124. package/{esm2022/year-field/watt-year-field.component.js → fesm2022/energinet-watt-year-field.mjs} +39 -13
  125. package/fesm2022/energinet-watt-year-field.mjs.map +1 -0
  126. package/{esm2022/yearmonth-field/watt-yearmonth-field.component.js → fesm2022/energinet-watt-yearmonth-field.mjs} +79 -13
  127. package/fesm2022/energinet-watt-yearmonth-field.mjs.map +1 -0
  128. package/{esm2022/index.js → fesm2022/energinet-watt.mjs} +8 -2
  129. package/fesm2022/energinet-watt.mjs.map +1 -0
  130. package/field/index.d.ts +62 -21
  131. package/file-field/index.d.ts +13 -17
  132. package/icon/flags/index.d.ts +61 -26
  133. package/icon/index.d.ts +105 -1
  134. package/index.d.ts +3 -1
  135. package/menu/index.d.ts +103 -9
  136. package/modal/index.d.ts +111 -2
  137. package/package.json +9 -9
  138. package/paginator/index.d.ts +52 -16
  139. package/phone-field/index.d.ts +79 -18
  140. package/picker/__shared/index.d.ts +88 -3
  141. package/picker/datepicker/index.d.ts +87 -16
  142. package/picker/timepicker/index.d.ts +70 -14
  143. package/progress-tracker/index.d.ts +21 -4
  144. package/query-params/index.d.ts +12 -17
  145. package/radio/index.d.ts +71 -18
  146. package/search/index.d.ts +47 -17
  147. package/segmented-buttons/index.d.ts +32 -5
  148. package/shell/index.d.ts +47 -18
  149. package/slide-toggle/index.d.ts +18 -15
  150. package/slider/index.d.ts +33 -15
  151. package/spinner/index.d.ts +16 -15
  152. package/stepper/index.d.ts +43 -2
  153. package/table/index.d.ts +301 -2
  154. package/tabs/index.d.ts +52 -10
  155. package/text-field/index.d.ts +67 -17
  156. package/textarea-field/index.d.ts +31 -17
  157. package/toast/index.d.ts +59 -17
  158. package/tooltip/index.d.ts +20 -17
  159. package/utils/css/index.d.ts +12 -17
  160. package/utils/intersection-observer/index.d.ts +22 -14
  161. package/utils/resize-observer/index.d.ts +46 -2
  162. package/validation-message/index.d.ts +36 -15
  163. package/validators/index.d.ts +12 -1
  164. package/vater/index.d.ts +71 -5
  165. package/year-field/index.d.ts +60 -17
  166. package/yearmonth-field/index.d.ts +64 -18
  167. package/badge/energinet-watt-badge.d.ts +0 -5
  168. package/badge/watt-badge.component.d.ts +0 -15
  169. package/breadcrumbs/energinet-watt-breadcrumbs.d.ts +0 -5
  170. package/breadcrumbs/watt-breadcrumbs.component.d.ts +0 -23
  171. package/button/energinet-watt-button.d.ts +0 -5
  172. package/button/watt-button.component.d.ts +0 -22
  173. package/card/energinet-watt-card.d.ts +0 -5
  174. package/card/watt-card-title.component.d.ts +0 -6
  175. package/card/watt-card.component.d.ts +0 -15
  176. package/checkbox/energinet-watt-checkbox.d.ts +0 -5
  177. package/checkbox/watt-checkbox.component.d.ts +0 -17
  178. package/chip/energinet-watt-chip.d.ts +0 -5
  179. package/chip/watt-action-chip.component.d.ts +0 -8
  180. package/chip/watt-chip.component.d.ts +0 -8
  181. package/chip/watt-chip.directive.d.ts +0 -16
  182. package/chip/watt-date-chip.component.d.ts +0 -12
  183. package/chip/watt-date-range-chip.component.d.ts +0 -50
  184. package/chip/watt-filter-chip.component.d.ts +0 -13
  185. package/chip/watt-menu-chip.component.d.ts +0 -13
  186. package/clipboard/energinet-watt-clipboard.d.ts +0 -5
  187. package/clipboard/watt-clipboard-intl.service.d.ts +0 -7
  188. package/clipboard/watt-copy-to-clipboard.directive.d.ts +0 -12
  189. package/code/energinet-watt-code.d.ts +0 -5
  190. package/code/watt-code-intl.service.d.ts +0 -6
  191. package/code/watt-code.component.d.ts +0 -45
  192. package/code/watt-code.worker.token.d.ts +0 -18
  193. package/core/breakpoints/breakpoints-observer.d.ts +0 -21
  194. package/core/breakpoints/breakpoints.d.ts +0 -29
  195. package/core/breakpoints/energinet-watt-core-breakpoints.d.ts +0 -5
  196. package/core/color/color-helper.service.d.ts +0 -10
  197. package/core/color/colors.d.ts +0 -51
  198. package/core/color/energinet-watt-core-color.d.ts +0 -5
  199. package/core/date/dayjs.d.ts +0 -22
  200. package/core/date/energinet-watt-core-date.d.ts +0 -5
  201. package/core/date/watt-danish-datetime.providers.d.ts +0 -1
  202. package/core/date/watt-date-adapter.d.ts +0 -31
  203. package/core/date/watt-date-range.d.ts +0 -25
  204. package/core/date/watt-date.pipe.d.ts +0 -28
  205. package/core/date/watt-format-date.d.ts +0 -11
  206. package/core/date/watt-locale.service.d.ts +0 -11
  207. package/data/energinet-watt-data.d.ts +0 -5
  208. package/data/watt-data-actions.component.d.ts +0 -5
  209. package/data/watt-data-filters.component.d.ts +0 -5
  210. package/data/watt-data-intl.service.d.ts +0 -15
  211. package/data/watt-data-table.component.d.ts +0 -34
  212. package/datetime-field/energinet-watt-datetime-field.d.ts +0 -5
  213. package/datetime-field/watt-datetime-field.component.d.ts +0 -39
  214. package/description-list/energinet-watt-description-list.d.ts +0 -5
  215. package/description-list/watt-description-list-item.component.d.ts +0 -27
  216. package/description-list/watt-description-list.component.d.ts +0 -20
  217. package/drawer/energinet-watt-drawer.d.ts +0 -5
  218. package/drawer/watt-drawer-actions.component.d.ts +0 -5
  219. package/drawer/watt-drawer-content.component.d.ts +0 -5
  220. package/drawer/watt-drawer-heading.component.d.ts +0 -5
  221. package/drawer/watt-drawer-topbar.component.d.ts +0 -5
  222. package/drawer/watt-drawer.component.d.ts +0 -66
  223. package/dropdown/energinet-watt-dropdown.d.ts +0 -5
  224. package/dropdown/watt-dropdown-option.d.ts +0 -28
  225. package/dropdown/watt-dropdown-value.d.ts +0 -17
  226. package/dropdown/watt-dropdown.component.d.ts +0 -133
  227. package/dropzone/energinet-watt-dropzone.d.ts +0 -5
  228. package/dropzone/watt-dropzone-intl.d.ts +0 -11
  229. package/dropzone/watt-dropzone-validators.d.ts +0 -27
  230. package/dropzone/watt-dropzone.d.ts +0 -31
  231. package/empty-state/energinet-watt-empty-state.d.ts +0 -5
  232. package/empty-state/icons/explore.d.ts +0 -5
  233. package/empty-state/icons/no-results.d.ts +0 -5
  234. package/empty-state/icons/not-found.d.ts +0 -5
  235. package/empty-state/icons/power.d.ts +0 -5
  236. package/empty-state/watt-empty-state.component.d.ts +0 -16
  237. package/energinet-watt.d.ts +0 -5
  238. package/esm2022/badge/energinet-watt-badge.js +0 -5
  239. package/esm2022/badge/energinet-watt-badge.js.map +0 -1
  240. package/esm2022/badge/index.js +0 -20
  241. package/esm2022/badge/index.js.map +0 -1
  242. package/esm2022/badge/watt-badge.component.js.map +0 -1
  243. package/esm2022/breadcrumbs/energinet-watt-breadcrumbs.js +0 -5
  244. package/esm2022/breadcrumbs/energinet-watt-breadcrumbs.js.map +0 -1
  245. package/esm2022/breadcrumbs/index.js +0 -20
  246. package/esm2022/breadcrumbs/index.js.map +0 -1
  247. package/esm2022/breadcrumbs/watt-breadcrumbs.component.js.map +0 -1
  248. package/esm2022/button/energinet-watt-button.js +0 -5
  249. package/esm2022/button/energinet-watt-button.js.map +0 -1
  250. package/esm2022/button/index.js +0 -20
  251. package/esm2022/button/index.js.map +0 -1
  252. package/esm2022/button/watt-button.component.js.map +0 -1
  253. package/esm2022/card/energinet-watt-card.js +0 -5
  254. package/esm2022/card/energinet-watt-card.js.map +0 -1
  255. package/esm2022/card/index.js +0 -21
  256. package/esm2022/card/index.js.map +0 -1
  257. package/esm2022/card/watt-card-title.component.js +0 -33
  258. package/esm2022/card/watt-card-title.component.js.map +0 -1
  259. package/esm2022/card/watt-card.component.js.map +0 -1
  260. package/esm2022/checkbox/energinet-watt-checkbox.js +0 -5
  261. package/esm2022/checkbox/energinet-watt-checkbox.js.map +0 -1
  262. package/esm2022/checkbox/index.js +0 -20
  263. package/esm2022/checkbox/index.js.map +0 -1
  264. package/esm2022/checkbox/watt-checkbox.component.js.map +0 -1
  265. package/esm2022/chip/energinet-watt-chip.js +0 -5
  266. package/esm2022/chip/energinet-watt-chip.js.map +0 -1
  267. package/esm2022/chip/index.js +0 -26
  268. package/esm2022/chip/index.js.map +0 -1
  269. package/esm2022/chip/watt-action-chip.component.js +0 -68
  270. package/esm2022/chip/watt-action-chip.component.js.map +0 -1
  271. package/esm2022/chip/watt-chip.component.js +0 -55
  272. package/esm2022/chip/watt-chip.component.js.map +0 -1
  273. package/esm2022/chip/watt-chip.directive.js +0 -92
  274. package/esm2022/chip/watt-chip.directive.js.map +0 -1
  275. package/esm2022/chip/watt-date-chip.component.js +0 -104
  276. package/esm2022/chip/watt-date-chip.component.js.map +0 -1
  277. package/esm2022/chip/watt-date-range-chip.component.js +0 -213
  278. package/esm2022/chip/watt-date-range-chip.component.js.map +0 -1
  279. package/esm2022/chip/watt-filter-chip.component.js +0 -82
  280. package/esm2022/chip/watt-filter-chip.component.js.map +0 -1
  281. package/esm2022/chip/watt-menu-chip.component.js +0 -80
  282. package/esm2022/chip/watt-menu-chip.component.js.map +0 -1
  283. package/esm2022/clipboard/energinet-watt-clipboard.js +0 -5
  284. package/esm2022/clipboard/energinet-watt-clipboard.js.map +0 -1
  285. package/esm2022/clipboard/index.js +0 -21
  286. package/esm2022/clipboard/index.js.map +0 -1
  287. package/esm2022/clipboard/watt-clipboard-intl.service.js +0 -31
  288. package/esm2022/clipboard/watt-clipboard-intl.service.js.map +0 -1
  289. package/esm2022/clipboard/watt-copy-to-clipboard.directive.js.map +0 -1
  290. package/esm2022/code/energinet-watt-code.js +0 -5
  291. package/esm2022/code/energinet-watt-code.js.map +0 -1
  292. package/esm2022/code/index.js +0 -22
  293. package/esm2022/code/index.js.map +0 -1
  294. package/esm2022/code/watt-code-intl.service.js +0 -30
  295. package/esm2022/code/watt-code-intl.service.js.map +0 -1
  296. package/esm2022/code/watt-code.component.js.map +0 -1
  297. package/esm2022/code/watt-code.worker.token.js +0 -21
  298. package/esm2022/code/watt-code.worker.token.js.map +0 -1
  299. package/esm2022/core/breakpoints/breakpoints-observer.js +0 -41
  300. package/esm2022/core/breakpoints/breakpoints-observer.js.map +0 -1
  301. package/esm2022/core/breakpoints/breakpoints.js +0 -31
  302. package/esm2022/core/breakpoints/breakpoints.js.map +0 -1
  303. package/esm2022/core/breakpoints/energinet-watt-core-breakpoints.js +0 -5
  304. package/esm2022/core/breakpoints/energinet-watt-core-breakpoints.js.map +0 -1
  305. package/esm2022/core/breakpoints/index.js +0 -21
  306. package/esm2022/core/breakpoints/index.js.map +0 -1
  307. package/esm2022/core/color/color-helper.service.js +0 -41
  308. package/esm2022/core/color/color-helper.service.js.map +0 -1
  309. package/esm2022/core/color/colors.js +0 -58
  310. package/esm2022/core/color/colors.js.map +0 -1
  311. package/esm2022/core/color/energinet-watt-core-color.js +0 -5
  312. package/esm2022/core/color/energinet-watt-core-color.js.map +0 -1
  313. package/esm2022/core/color/index.js +0 -21
  314. package/esm2022/core/color/index.js.map +0 -1
  315. package/esm2022/core/date/dayjs.js +0 -34
  316. package/esm2022/core/date/dayjs.js.map +0 -1
  317. package/esm2022/core/date/energinet-watt-core-date.js +0 -5
  318. package/esm2022/core/date/energinet-watt-core-date.js.map +0 -1
  319. package/esm2022/core/date/index.js +0 -25
  320. package/esm2022/core/date/index.js.map +0 -1
  321. package/esm2022/core/date/watt-danish-datetime.providers.js +0 -31
  322. package/esm2022/core/date/watt-danish-datetime.providers.js.map +0 -1
  323. package/esm2022/core/date/watt-date-adapter.js +0 -43
  324. package/esm2022/core/date/watt-date-adapter.js.map +0 -1
  325. package/esm2022/core/date/watt-date-range.js +0 -2
  326. package/esm2022/core/date/watt-date-range.js.map +0 -1
  327. package/esm2022/core/date/watt-date.pipe.js +0 -38
  328. package/esm2022/core/date/watt-date.pipe.js.map +0 -1
  329. package/esm2022/core/date/watt-format-date.js +0 -50
  330. package/esm2022/core/date/watt-format-date.js.map +0 -1
  331. package/esm2022/core/date/watt-locale.service.js +0 -48
  332. package/esm2022/core/date/watt-locale.service.js.map +0 -1
  333. package/esm2022/data/energinet-watt-data.js +0 -5
  334. package/esm2022/data/energinet-watt-data.js.map +0 -1
  335. package/esm2022/data/index.js +0 -23
  336. package/esm2022/data/index.js.map +0 -1
  337. package/esm2022/data/watt-data-actions.component.js +0 -32
  338. package/esm2022/data/watt-data-actions.component.js.map +0 -1
  339. package/esm2022/data/watt-data-filters.component.js +0 -32
  340. package/esm2022/data/watt-data-filters.component.js.map +0 -1
  341. package/esm2022/data/watt-data-intl.service.js +0 -39
  342. package/esm2022/data/watt-data-intl.service.js.map +0 -1
  343. package/esm2022/data/watt-data-table.component.js.map +0 -1
  344. package/esm2022/datetime-field/energinet-watt-datetime-field.js +0 -5
  345. package/esm2022/datetime-field/energinet-watt-datetime-field.js.map +0 -1
  346. package/esm2022/datetime-field/index.js +0 -20
  347. package/esm2022/datetime-field/index.js.map +0 -1
  348. package/esm2022/datetime-field/watt-datetime-field.component.js.map +0 -1
  349. package/esm2022/description-list/energinet-watt-description-list.js +0 -5
  350. package/esm2022/description-list/energinet-watt-description-list.js.map +0 -1
  351. package/esm2022/description-list/index.js +0 -20
  352. package/esm2022/description-list/index.js.map +0 -1
  353. package/esm2022/description-list/watt-description-list-item.component.js +0 -49
  354. package/esm2022/description-list/watt-description-list-item.component.js.map +0 -1
  355. package/esm2022/description-list/watt-description-list.component.js.map +0 -1
  356. package/esm2022/drawer/energinet-watt-drawer.js +0 -5
  357. package/esm2022/drawer/energinet-watt-drawer.js.map +0 -1
  358. package/esm2022/drawer/index.js +0 -24
  359. package/esm2022/drawer/index.js.map +0 -1
  360. package/esm2022/drawer/watt-drawer-actions.component.js +0 -29
  361. package/esm2022/drawer/watt-drawer-actions.component.js.map +0 -1
  362. package/esm2022/drawer/watt-drawer-content.component.js +0 -29
  363. package/esm2022/drawer/watt-drawer-content.component.js.map +0 -1
  364. package/esm2022/drawer/watt-drawer-heading.component.js +0 -29
  365. package/esm2022/drawer/watt-drawer-heading.component.js.map +0 -1
  366. package/esm2022/drawer/watt-drawer-topbar.component.js +0 -32
  367. package/esm2022/drawer/watt-drawer-topbar.component.js.map +0 -1
  368. package/esm2022/drawer/watt-drawer.component.js.map +0 -1
  369. package/esm2022/dropdown/energinet-watt-dropdown.js +0 -5
  370. package/esm2022/dropdown/energinet-watt-dropdown.js.map +0 -1
  371. package/esm2022/dropdown/index.js +0 -20
  372. package/esm2022/dropdown/index.js.map +0 -1
  373. package/esm2022/dropdown/watt-dropdown-option.js +0 -2
  374. package/esm2022/dropdown/watt-dropdown-option.js.map +0 -1
  375. package/esm2022/dropdown/watt-dropdown-value.js +0 -2
  376. package/esm2022/dropdown/watt-dropdown-value.js.map +0 -1
  377. package/esm2022/dropdown/watt-dropdown.component.js.map +0 -1
  378. package/esm2022/dropzone/energinet-watt-dropzone.js +0 -5
  379. package/esm2022/dropzone/energinet-watt-dropzone.js.map +0 -1
  380. package/esm2022/dropzone/index.js +0 -22
  381. package/esm2022/dropzone/index.js.map +0 -1
  382. package/esm2022/dropzone/watt-dropzone-intl.js +0 -35
  383. package/esm2022/dropzone/watt-dropzone-intl.js.map +0 -1
  384. package/esm2022/dropzone/watt-dropzone-validators.js +0 -67
  385. package/esm2022/dropzone/watt-dropzone-validators.js.map +0 -1
  386. package/esm2022/dropzone/watt-dropzone.js.map +0 -1
  387. package/esm2022/empty-state/energinet-watt-empty-state.js +0 -5
  388. package/esm2022/empty-state/energinet-watt-empty-state.js.map +0 -1
  389. package/esm2022/empty-state/icons/explore.js +0 -54
  390. package/esm2022/empty-state/icons/explore.js.map +0 -1
  391. package/esm2022/empty-state/icons/no-results.js +0 -62
  392. package/esm2022/empty-state/icons/no-results.js.map +0 -1
  393. package/esm2022/empty-state/icons/not-found.js.map +0 -1
  394. package/esm2022/empty-state/icons/power.js +0 -46
  395. package/esm2022/empty-state/icons/power.js.map +0 -1
  396. package/esm2022/empty-state/index.js +0 -24
  397. package/esm2022/empty-state/index.js.map +0 -1
  398. package/esm2022/empty-state/watt-empty-state.component.js +0 -120
  399. package/esm2022/empty-state/watt-empty-state.component.js.map +0 -1
  400. package/esm2022/energinet-watt.js +0 -5
  401. package/esm2022/energinet-watt.js.map +0 -1
  402. package/esm2022/expandable-card/energinet-watt-expandable-card.js +0 -5
  403. package/esm2022/expandable-card/energinet-watt-expandable-card.js.map +0 -1
  404. package/esm2022/expandable-card/index.js +0 -26
  405. package/esm2022/expandable-card/index.js.map +0 -1
  406. package/esm2022/expandable-card/watt-expandable-card.component.js.map +0 -1
  407. package/esm2022/field/energinet-watt-field.js +0 -5
  408. package/esm2022/field/energinet-watt-field.js.map +0 -1
  409. package/esm2022/field/index.js +0 -24
  410. package/esm2022/field/index.js.map +0 -1
  411. package/esm2022/field/watt-field-error.component.js +0 -29
  412. package/esm2022/field/watt-field-error.component.js.map +0 -1
  413. package/esm2022/field/watt-field-hint.component.js +0 -29
  414. package/esm2022/field/watt-field-hint.component.js.map +0 -1
  415. package/esm2022/field/watt-field-intl.service.js +0 -32
  416. package/esm2022/field/watt-field-intl.service.js.map +0 -1
  417. package/esm2022/field/watt-field-warning.component.js +0 -29
  418. package/esm2022/field/watt-field-warning.component.js.map +0 -1
  419. package/esm2022/field/watt-field.component.js.map +0 -1
  420. package/esm2022/file-field/energinet-watt-file-field.js +0 -5
  421. package/esm2022/file-field/energinet-watt-file-field.js.map +0 -1
  422. package/esm2022/file-field/index.js +0 -20
  423. package/esm2022/file-field/index.js.map +0 -1
  424. package/esm2022/file-field/watt-file-field.component.js.map +0 -1
  425. package/esm2022/icon/energinet-watt-icon.js +0 -5
  426. package/esm2022/icon/energinet-watt-icon.js.map +0 -1
  427. package/esm2022/icon/flags/energinet-watt-icon-flags.js +0 -5
  428. package/esm2022/icon/flags/energinet-watt-icon-flags.js.map +0 -1
  429. package/esm2022/icon/flags/index.js +0 -29
  430. package/esm2022/icon/flags/index.js.map +0 -1
  431. package/esm2022/icon/flags/watt-flag-ch.js +0 -52
  432. package/esm2022/icon/flags/watt-flag-ch.js.map +0 -1
  433. package/esm2022/icon/flags/watt-flag-de.js +0 -44
  434. package/esm2022/icon/flags/watt-flag-de.js.map +0 -1
  435. package/esm2022/icon/flags/watt-flag-dk.js +0 -44
  436. package/esm2022/icon/flags/watt-flag-dk.js.map +0 -1
  437. package/esm2022/icon/flags/watt-flag-fi.js +0 -44
  438. package/esm2022/icon/flags/watt-flag-fi.js.map +0 -1
  439. package/esm2022/icon/flags/watt-flag-gb.js +0 -60
  440. package/esm2022/icon/flags/watt-flag-gb.js.map +0 -1
  441. package/esm2022/icon/flags/watt-flag-nl.js +0 -44
  442. package/esm2022/icon/flags/watt-flag-nl.js.map +0 -1
  443. package/esm2022/icon/flags/watt-flag-no.js +0 -48
  444. package/esm2022/icon/flags/watt-flag-no.js.map +0 -1
  445. package/esm2022/icon/flags/watt-flag-pl.js +0 -46
  446. package/esm2022/icon/flags/watt-flag-pl.js.map +0 -1
  447. package/esm2022/icon/flags/watt-flag-se.js +0 -42
  448. package/esm2022/icon/flags/watt-flag-se.js.map +0 -1
  449. package/esm2022/icon/flags/watt-flag.js +0 -124
  450. package/esm2022/icon/flags/watt-flag.js.map +0 -1
  451. package/esm2022/icon/icon.component.js.map +0 -1
  452. package/esm2022/icon/icons.js +0 -104
  453. package/esm2022/icon/icons.js.map +0 -1
  454. package/esm2022/icon/index.js +0 -20
  455. package/esm2022/icon/index.js.map +0 -1
  456. package/esm2022/index.js.map +0 -1
  457. package/esm2022/menu/energinet-watt-menu.js +0 -5
  458. package/esm2022/menu/energinet-watt-menu.js.map +0 -1
  459. package/esm2022/menu/index.js +0 -36
  460. package/esm2022/menu/index.js.map +0 -1
  461. package/esm2022/menu/watt-menu-group.component.js +0 -45
  462. package/esm2022/menu/watt-menu-group.component.js.map +0 -1
  463. package/esm2022/menu/watt-menu-item.component.js +0 -50
  464. package/esm2022/menu/watt-menu-item.component.js.map +0 -1
  465. package/esm2022/menu/watt-menu-trigger.directive.js +0 -85
  466. package/esm2022/menu/watt-menu-trigger.directive.js.map +0 -1
  467. package/esm2022/menu/watt-menu.component.js +0 -77
  468. package/esm2022/menu/watt-menu.component.js.map +0 -1
  469. package/esm2022/modal/energinet-watt-modal.js +0 -5
  470. package/esm2022/modal/energinet-watt-modal.js.map +0 -1
  471. package/esm2022/modal/index.js +0 -21
  472. package/esm2022/modal/index.js.map +0 -1
  473. package/esm2022/modal/watt-modal.component.js.map +0 -1
  474. package/esm2022/modal/watt-modal.service.js +0 -74
  475. package/esm2022/modal/watt-modal.service.js.map +0 -1
  476. package/esm2022/paginator/energinet-watt-paginator.js +0 -5
  477. package/esm2022/paginator/energinet-watt-paginator.js.map +0 -1
  478. package/esm2022/paginator/index.js +0 -21
  479. package/esm2022/paginator/index.js.map +0 -1
  480. package/esm2022/paginator/watt-paginator-intl.service.js +0 -38
  481. package/esm2022/paginator/watt-paginator-intl.service.js.map +0 -1
  482. package/esm2022/paginator/watt-paginator.component.js.map +0 -1
  483. package/esm2022/phone-field/energinet-watt-phone-field.js +0 -5
  484. package/esm2022/phone-field/energinet-watt-phone-field.js.map +0 -1
  485. package/esm2022/phone-field/index.js +0 -21
  486. package/esm2022/phone-field/index.js.map +0 -1
  487. package/esm2022/phone-field/watt-phone-field-intl.service.js +0 -41
  488. package/esm2022/phone-field/watt-phone-field-intl.service.js.map +0 -1
  489. package/esm2022/phone-field/watt-phone-field.component.js.map +0 -1
  490. package/esm2022/picker/__shared/energinet-watt-picker-__shared.js +0 -5
  491. package/esm2022/picker/__shared/energinet-watt-picker-__shared.js.map +0 -1
  492. package/esm2022/picker/__shared/index.js +0 -21
  493. package/esm2022/picker/__shared/index.js.map +0 -1
  494. package/esm2022/picker/__shared/placeholder-mask/watt-placeholder-mask.component.js +0 -71
  495. package/esm2022/picker/__shared/placeholder-mask/watt-placeholder-mask.component.js.map +0 -1
  496. package/esm2022/picker/__shared/watt-picker-base.js +0 -197
  497. package/esm2022/picker/__shared/watt-picker-base.js.map +0 -1
  498. package/esm2022/picker/__shared/watt-picker-value.js +0 -2
  499. package/esm2022/picker/__shared/watt-picker-value.js.map +0 -1
  500. package/esm2022/picker/datepicker/energinet-watt-picker-datepicker.js +0 -5
  501. package/esm2022/picker/datepicker/energinet-watt-picker-datepicker.js.map +0 -1
  502. package/esm2022/picker/datepicker/index.js +0 -22
  503. package/esm2022/picker/datepicker/index.js.map +0 -1
  504. package/esm2022/picker/datepicker/watt-datepicker-intl.service.js +0 -31
  505. package/esm2022/picker/datepicker/watt-datepicker-intl.service.js.map +0 -1
  506. package/esm2022/picker/datepicker/watt-datepicker.component.js.map +0 -1
  507. package/esm2022/picker/timepicker/energinet-watt-picker-timepicker.js +0 -5
  508. package/esm2022/picker/timepicker/energinet-watt-picker-timepicker.js.map +0 -1
  509. package/esm2022/picker/timepicker/index.js +0 -20
  510. package/esm2022/picker/timepicker/index.js.map +0 -1
  511. package/esm2022/picker/timepicker/maskito-time-range-mask.js +0 -81
  512. package/esm2022/picker/timepicker/maskito-time-range-mask.js.map +0 -1
  513. package/esm2022/picker/timepicker/watt-timepicker.component.js.map +0 -1
  514. package/esm2022/progress-tracker/energinet-watt-progress-tracker.js +0 -5
  515. package/esm2022/progress-tracker/energinet-watt-progress-tracker.js.map +0 -1
  516. package/esm2022/progress-tracker/index.js +0 -27
  517. package/esm2022/progress-tracker/index.js.map +0 -1
  518. package/esm2022/progress-tracker/watt-progress-tracker-step.component.js.map +0 -1
  519. package/esm2022/progress-tracker/watt-progress-tracker.component.js +0 -30
  520. package/esm2022/progress-tracker/watt-progress-tracker.component.js.map +0 -1
  521. package/esm2022/query-params/energinet-watt-query-params.js +0 -5
  522. package/esm2022/query-params/energinet-watt-query-params.js.map +0 -1
  523. package/esm2022/query-params/index.js +0 -20
  524. package/esm2022/query-params/index.js.map +0 -1
  525. package/esm2022/query-params/watt-query-params.directive.js.map +0 -1
  526. package/esm2022/radio/energinet-watt-radio.js +0 -5
  527. package/esm2022/radio/energinet-watt-radio.js.map +0 -1
  528. package/esm2022/radio/index.js +0 -21
  529. package/esm2022/radio/index.js.map +0 -1
  530. package/esm2022/radio/watt-radio-group.component.js +0 -119
  531. package/esm2022/radio/watt-radio-group.component.js.map +0 -1
  532. package/esm2022/radio/watt-radio.component.js.map +0 -1
  533. package/esm2022/search/energinet-watt-search.js +0 -5
  534. package/esm2022/search/energinet-watt-search.js.map +0 -1
  535. package/esm2022/search/index.js +0 -20
  536. package/esm2022/search/index.js.map +0 -1
  537. package/esm2022/search/watt-search.component.js.map +0 -1
  538. package/esm2022/segmented-buttons/energinet-watt-segmented-buttons.js +0 -5
  539. package/esm2022/segmented-buttons/energinet-watt-segmented-buttons.js.map +0 -1
  540. package/esm2022/segmented-buttons/index.js +0 -27
  541. package/esm2022/segmented-buttons/index.js.map +0 -1
  542. package/esm2022/segmented-buttons/watt-segmented-button.component.js +0 -39
  543. package/esm2022/segmented-buttons/watt-segmented-button.component.js.map +0 -1
  544. package/esm2022/segmented-buttons/watt-segmented-buttons.component.js.map +0 -1
  545. package/esm2022/shell/energinet-watt-shell.js +0 -5
  546. package/esm2022/shell/energinet-watt-shell.js.map +0 -1
  547. package/esm2022/shell/index.js +0 -21
  548. package/esm2022/shell/index.js.map +0 -1
  549. package/esm2022/shell/nav-list/index.js +0 -21
  550. package/esm2022/shell/nav-list/index.js.map +0 -1
  551. package/esm2022/shell/nav-list/watt-expand-on-active-link.directive.js +0 -47
  552. package/esm2022/shell/nav-list/watt-expand-on-active-link.directive.js.map +0 -1
  553. package/esm2022/shell/nav-list/watt-nav-list-item.component.js +0 -83
  554. package/esm2022/shell/nav-list/watt-nav-list-item.component.js.map +0 -1
  555. package/esm2022/shell/nav-list/watt-nav-list.component.js +0 -80
  556. package/esm2022/shell/nav-list/watt-nav-list.component.js.map +0 -1
  557. package/esm2022/shell/shell.component.js +0 -59
  558. package/esm2022/shell/shell.component.js.map +0 -1
  559. package/esm2022/slide-toggle/energinet-watt-slide-toggle.js +0 -5
  560. package/esm2022/slide-toggle/energinet-watt-slide-toggle.js.map +0 -1
  561. package/esm2022/slide-toggle/index.js +0 -20
  562. package/esm2022/slide-toggle/index.js.map +0 -1
  563. package/esm2022/slide-toggle/watt-slide-toggle.component.js.map +0 -1
  564. package/esm2022/slider/energinet-watt-slider.js +0 -5
  565. package/esm2022/slider/energinet-watt-slider.js.map +0 -1
  566. package/esm2022/slider/index.js +0 -20
  567. package/esm2022/slider/index.js.map +0 -1
  568. package/esm2022/slider/watt-slider.component.js.map +0 -1
  569. package/esm2022/spinner/energinet-watt-spinner.js +0 -5
  570. package/esm2022/spinner/energinet-watt-spinner.js.map +0 -1
  571. package/esm2022/spinner/index.js +0 -20
  572. package/esm2022/spinner/index.js.map +0 -1
  573. package/esm2022/spinner/watt-spinner.component.js.map +0 -1
  574. package/esm2022/stepper/energinet-watt-stepper.js +0 -5
  575. package/esm2022/stepper/energinet-watt-stepper.js.map +0 -1
  576. package/esm2022/stepper/index.js +0 -21
  577. package/esm2022/stepper/index.js.map +0 -1
  578. package/esm2022/stepper/watt-stepper-step.component.js +0 -49
  579. package/esm2022/stepper/watt-stepper-step.component.js.map +0 -1
  580. package/esm2022/stepper/watt-stepper.component.js.map +0 -1
  581. package/esm2022/table/energinet-watt-table.js +0 -5
  582. package/esm2022/table/energinet-watt-table.js.map +0 -1
  583. package/esm2022/table/index.js +0 -21
  584. package/esm2022/table/index.js.map +0 -1
  585. package/esm2022/table/watt-table-data-source.js +0 -27
  586. package/esm2022/table/watt-table-data-source.js.map +0 -1
  587. package/esm2022/table/watt-table-expand-animation.js +0 -65
  588. package/esm2022/table/watt-table-expand-animation.js.map +0 -1
  589. package/esm2022/table/watt-table.component.js.map +0 -1
  590. package/esm2022/tabs/energinet-watt-tabs.js +0 -5
  591. package/esm2022/tabs/energinet-watt-tabs.js.map +0 -1
  592. package/esm2022/tabs/index.js +0 -31
  593. package/esm2022/tabs/index.js.map +0 -1
  594. package/esm2022/tabs/watt-link-tab.component.js +0 -34
  595. package/esm2022/tabs/watt-link-tab.component.js.map +0 -1
  596. package/esm2022/tabs/watt-link-tabs.component.js +0 -71
  597. package/esm2022/tabs/watt-link-tabs.component.js.map +0 -1
  598. package/esm2022/tabs/watt-tab.component.js +0 -42
  599. package/esm2022/tabs/watt-tab.component.js.map +0 -1
  600. package/esm2022/tabs/watt-tabs-action.component.js +0 -32
  601. package/esm2022/tabs/watt-tabs-action.component.js.map +0 -1
  602. package/esm2022/tabs/watt-tabs.component.js +0 -60
  603. package/esm2022/tabs/watt-tabs.component.js.map +0 -1
  604. package/esm2022/text-field/energinet-watt-text-field.js +0 -5
  605. package/esm2022/text-field/energinet-watt-text-field.js.map +0 -1
  606. package/esm2022/text-field/index.js +0 -20
  607. package/esm2022/text-field/index.js.map +0 -1
  608. package/esm2022/text-field/watt-text-field.component.js.map +0 -1
  609. package/esm2022/textarea-field/energinet-watt-textarea-field.js +0 -5
  610. package/esm2022/textarea-field/energinet-watt-textarea-field.js.map +0 -1
  611. package/esm2022/textarea-field/index.js +0 -20
  612. package/esm2022/textarea-field/index.js.map +0 -1
  613. package/esm2022/textarea-field/watt-textarea-field.component.js.map +0 -1
  614. package/esm2022/toast/energinet-watt-toast.js +0 -5
  615. package/esm2022/toast/energinet-watt-toast.js.map +0 -1
  616. package/esm2022/toast/index.js +0 -21
  617. package/esm2022/toast/index.js.map +0 -1
  618. package/esm2022/toast/watt-toast.component.js.map +0 -1
  619. package/esm2022/toast/watt-toast.service.js +0 -51
  620. package/esm2022/toast/watt-toast.service.js.map +0 -1
  621. package/esm2022/tooltip/energinet-watt-tooltip.js +0 -5
  622. package/esm2022/tooltip/energinet-watt-tooltip.js.map +0 -1
  623. package/esm2022/tooltip/index.js +0 -20
  624. package/esm2022/tooltip/index.js.map +0 -1
  625. package/esm2022/tooltip/watt-tooltip.component.js.map +0 -1
  626. package/esm2022/tooltip/watt-tooltip.directive.js +0 -67
  627. package/esm2022/tooltip/watt-tooltip.directive.js.map +0 -1
  628. package/esm2022/utils/css/css-custom-properties.service.js.map +0 -1
  629. package/esm2022/utils/css/energinet-watt-utils-css.js +0 -5
  630. package/esm2022/utils/css/energinet-watt-utils-css.js.map +0 -1
  631. package/esm2022/utils/css/index.js +0 -20
  632. package/esm2022/utils/css/index.js.map +0 -1
  633. package/esm2022/utils/intersection-observer/energinet-watt-utils-intersection-observer.js +0 -5
  634. package/esm2022/utils/intersection-observer/energinet-watt-utils-intersection-observer.js.map +0 -1
  635. package/esm2022/utils/intersection-observer/index.js +0 -20
  636. package/esm2022/utils/intersection-observer/index.js.map +0 -1
  637. package/esm2022/utils/intersection-observer/watt-intersection-observer.service.js.map +0 -1
  638. package/esm2022/utils/resize-observer/energinet-watt-utils-resize-observer.js +0 -5
  639. package/esm2022/utils/resize-observer/energinet-watt-utils-resize-observer.js.map +0 -1
  640. package/esm2022/utils/resize-observer/index.js +0 -21
  641. package/esm2022/utils/resize-observer/index.js.map +0 -1
  642. package/esm2022/utils/resize-observer/watt-resize-observer.directive.js +0 -53
  643. package/esm2022/utils/resize-observer/watt-resize-observer.directive.js.map +0 -1
  644. package/esm2022/utils/resize-observer/watt-resize-observer.service.js +0 -67
  645. package/esm2022/utils/resize-observer/watt-resize-observer.service.js.map +0 -1
  646. package/esm2022/validation-message/energinet-watt-validation-message.js +0 -5
  647. package/esm2022/validation-message/energinet-watt-validation-message.js.map +0 -1
  648. package/esm2022/validation-message/index.js +0 -20
  649. package/esm2022/validation-message/index.js.map +0 -1
  650. package/esm2022/validation-message/watt-validation-message.component.js.map +0 -1
  651. package/esm2022/validators/energinet-watt-validators.js +0 -5
  652. package/esm2022/validators/energinet-watt-validators.js.map +0 -1
  653. package/esm2022/validators/index.js +0 -20
  654. package/esm2022/validators/index.js.map +0 -1
  655. package/esm2022/validators/watt-range.validators.js.map +0 -1
  656. package/esm2022/vater/energinet-watt-vater.js +0 -5
  657. package/esm2022/vater/energinet-watt-vater.js.map +0 -1
  658. package/esm2022/vater/index.js +0 -24
  659. package/esm2022/vater/index.js.map +0 -1
  660. package/esm2022/vater/types.js +0 -20
  661. package/esm2022/vater/types.js.map +0 -1
  662. package/esm2022/vater/vater-flex.component.js +0 -49
  663. package/esm2022/vater/vater-flex.component.js.map +0 -1
  664. package/esm2022/vater/vater-layout.directive.js +0 -65
  665. package/esm2022/vater/vater-layout.directive.js.map +0 -1
  666. package/esm2022/vater/vater-spacer.component.js +0 -29
  667. package/esm2022/vater/vater-spacer.component.js.map +0 -1
  668. package/esm2022/vater/vater-stack.component.js +0 -42
  669. package/esm2022/vater/vater-stack.component.js.map +0 -1
  670. package/esm2022/vater/vater-utility.directive.js +0 -53
  671. package/esm2022/vater/vater-utility.directive.js.map +0 -1
  672. package/esm2022/year-field/energinet-watt-year-field.js +0 -5
  673. package/esm2022/year-field/energinet-watt-year-field.js.map +0 -1
  674. package/esm2022/year-field/index.js +0 -20
  675. package/esm2022/year-field/index.js.map +0 -1
  676. package/esm2022/year-field/watt-year-field.component.js.map +0 -1
  677. package/esm2022/yearmonth-field/energinet-watt-yearmonth-field.js +0 -5
  678. package/esm2022/yearmonth-field/energinet-watt-yearmonth-field.js.map +0 -1
  679. package/esm2022/yearmonth-field/index.js +0 -21
  680. package/esm2022/yearmonth-field/index.js.map +0 -1
  681. package/esm2022/yearmonth-field/watt-yearmonth-field.component.js.map +0 -1
  682. package/esm2022/yearmonth-field/year-month.js +0 -42
  683. package/esm2022/yearmonth-field/year-month.js.map +0 -1
  684. package/expandable-card/energinet-watt-expandable-card.d.ts +0 -5
  685. package/expandable-card/watt-expandable-card.component.d.ts +0 -34
  686. package/field/energinet-watt-field.d.ts +0 -5
  687. package/field/watt-field-error.component.d.ts +0 -5
  688. package/field/watt-field-hint.component.d.ts +0 -5
  689. package/field/watt-field-intl.service.d.ts +0 -8
  690. package/field/watt-field-warning.component.d.ts +0 -5
  691. package/field/watt-field.component.d.ts +0 -53
  692. package/file-field/energinet-watt-file-field.d.ts +0 -5
  693. package/file-field/watt-file-field.component.d.ts +0 -10
  694. package/icon/energinet-watt-icon.d.ts +0 -5
  695. package/icon/flags/energinet-watt-icon-flags.d.ts +0 -5
  696. package/icon/flags/watt-flag-ch.d.ts +0 -5
  697. package/icon/flags/watt-flag-de.d.ts +0 -5
  698. package/icon/flags/watt-flag-dk.d.ts +0 -5
  699. package/icon/flags/watt-flag-fi.d.ts +0 -5
  700. package/icon/flags/watt-flag-gb.d.ts +0 -5
  701. package/icon/flags/watt-flag-nl.d.ts +0 -5
  702. package/icon/flags/watt-flag-no.d.ts +0 -5
  703. package/icon/flags/watt-flag-pl.d.ts +0 -5
  704. package/icon/flags/watt-flag-se.d.ts +0 -5
  705. package/icon/flags/watt-flag.d.ts +0 -13
  706. package/icon/icon.component.d.ts +0 -20
  707. package/icon/icons.d.ts +0 -97
  708. package/menu/energinet-watt-menu.d.ts +0 -5
  709. package/menu/watt-menu-group.component.d.ts +0 -9
  710. package/menu/watt-menu-item.component.d.ts +0 -9
  711. package/menu/watt-menu-trigger.directive.d.ts +0 -36
  712. package/menu/watt-menu.component.d.ts +0 -44
  713. package/modal/energinet-watt-modal.d.ts +0 -5
  714. package/modal/watt-modal.component.d.ts +0 -84
  715. package/modal/watt-modal.service.d.ts +0 -56
  716. package/paginator/energinet-watt-paginator.d.ts +0 -5
  717. package/paginator/watt-paginator-intl.service.d.ts +0 -14
  718. package/paginator/watt-paginator.component.d.ts +0 -53
  719. package/phone-field/energinet-watt-phone-field.d.ts +0 -5
  720. package/phone-field/watt-phone-field-intl.service.d.ts +0 -17
  721. package/phone-field/watt-phone-field.component.d.ts +0 -75
  722. package/picker/__shared/energinet-watt-picker-__shared.d.ts +0 -5
  723. package/picker/__shared/placeholder-mask/watt-placeholder-mask.component.d.ts +0 -34
  724. package/picker/__shared/watt-picker-base.d.ts +0 -81
  725. package/picker/__shared/watt-picker-value.d.ts +0 -18
  726. package/picker/datepicker/energinet-watt-picker-datepicker.d.ts +0 -5
  727. package/picker/datepicker/watt-datepicker-intl.service.d.ts +0 -7
  728. package/picker/datepicker/watt-datepicker.component.d.ts +0 -95
  729. package/picker/timepicker/energinet-watt-picker-timepicker.d.ts +0 -5
  730. package/picker/timepicker/maskito-time-range-mask.d.ts +0 -18
  731. package/picker/timepicker/watt-timepicker.component.d.ts +0 -69
  732. package/progress-tracker/energinet-watt-progress-tracker.d.ts +0 -5
  733. package/progress-tracker/watt-progress-tracker-step.component.d.ts +0 -10
  734. package/progress-tracker/watt-progress-tracker.component.d.ts +0 -5
  735. package/query-params/energinet-watt-query-params.d.ts +0 -5
  736. package/query-params/watt-query-params.directive.d.ts +0 -9
  737. package/radio/energinet-watt-radio.d.ts +0 -5
  738. package/radio/watt-radio-group.component.d.ts +0 -47
  739. package/radio/watt-radio.component.d.ts +0 -23
  740. package/search/energinet-watt-search.d.ts +0 -5
  741. package/search/watt-search.component.d.ts +0 -44
  742. package/segmented-buttons/energinet-watt-segmented-buttons.d.ts +0 -5
  743. package/segmented-buttons/watt-segmented-button.component.d.ts +0 -25
  744. package/segmented-buttons/watt-segmented-buttons.component.d.ts +0 -18
  745. package/shell/energinet-watt-shell.d.ts +0 -5
  746. package/shell/nav-list/index.d.ts +0 -18
  747. package/shell/nav-list/watt-expand-on-active-link.directive.d.ts +0 -9
  748. package/shell/nav-list/watt-nav-list-item.component.d.ts +0 -16
  749. package/shell/nav-list/watt-nav-list.component.d.ts +0 -12
  750. package/shell/shell.component.d.ts +0 -17
  751. package/slide-toggle/energinet-watt-slide-toggle.d.ts +0 -5
  752. package/slide-toggle/watt-slide-toggle.component.d.ts +0 -33
  753. package/slider/energinet-watt-slider.d.ts +0 -5
  754. package/slider/watt-slider.component.d.ts +0 -47
  755. package/spinner/energinet-watt-spinner.d.ts +0 -5
  756. package/spinner/watt-spinner.component.d.ts +0 -15
  757. package/stepper/energinet-watt-stepper.d.ts +0 -5
  758. package/stepper/watt-stepper-step.component.d.ts +0 -35
  759. package/stepper/watt-stepper.component.d.ts +0 -40
  760. package/table/energinet-watt-table.d.ts +0 -5
  761. package/table/watt-table-data-source.d.ts +0 -39
  762. package/table/watt-table-expand-animation.d.ts +0 -18
  763. package/table/watt-table.component.d.ts +0 -294
  764. package/tabs/energinet-watt-tabs.d.ts +0 -5
  765. package/tabs/watt-link-tab.component.d.ts +0 -7
  766. package/tabs/watt-link-tabs.component.d.ts +0 -7
  767. package/tabs/watt-tab.component.d.ts +0 -26
  768. package/tabs/watt-tabs-action.component.d.ts +0 -5
  769. package/tabs/watt-tabs.component.d.ts +0 -36
  770. package/text-field/energinet-watt-text-field.d.ts +0 -5
  771. package/text-field/watt-text-field.component.d.ts +0 -80
  772. package/textarea-field/energinet-watt-textarea-field.d.ts +0 -5
  773. package/textarea-field/watt-textarea-field.component.d.ts +0 -28
  774. package/toast/energinet-watt-toast.d.ts +0 -5
  775. package/toast/watt-toast.component.d.ts +0 -47
  776. package/toast/watt-toast.service.d.ts +0 -12
  777. package/tooltip/energinet-watt-tooltip.d.ts +0 -5
  778. package/tooltip/watt-tooltip.component.d.ts +0 -26
  779. package/tooltip/watt-tooltip.directive.d.ts +0 -16
  780. package/utils/css/css-custom-properties.service.d.ts +0 -9
  781. package/utils/css/energinet-watt-utils-css.d.ts +0 -5
  782. package/utils/intersection-observer/energinet-watt-utils-intersection-observer.d.ts +0 -5
  783. package/utils/intersection-observer/watt-intersection-observer.service.d.ts +0 -21
  784. package/utils/resize-observer/energinet-watt-utils-resize-observer.d.ts +0 -5
  785. package/utils/resize-observer/watt-resize-observer.directive.d.ts +0 -35
  786. package/utils/resize-observer/watt-resize-observer.service.d.ts +0 -22
  787. package/validation-message/energinet-watt-validation-message.d.ts +0 -5
  788. package/validation-message/watt-validation-message.component.d.ts +0 -50
  789. package/validators/energinet-watt-validators.d.ts +0 -5
  790. package/validators/watt-range.validators.d.ts +0 -24
  791. package/vater/energinet-watt-vater.d.ts +0 -5
  792. package/vater/types.d.ts +0 -22
  793. package/vater/vater-flex.component.d.ts +0 -14
  794. package/vater/vater-layout.directive.d.ts +0 -24
  795. package/vater/vater-spacer.component.d.ts +0 -5
  796. package/vater/vater-stack.component.d.ts +0 -7
  797. package/vater/vater-utility.directive.d.ts +0 -17
  798. package/year-field/energinet-watt-year-field.d.ts +0 -5
  799. package/year-field/watt-year-field.component.d.ts +0 -56
  800. package/yearmonth-field/energinet-watt-yearmonth-field.d.ts +0 -5
  801. package/yearmonth-field/watt-yearmonth-field.component.d.ts +0 -58
  802. package/yearmonth-field/year-month.d.ts +0 -20
@@ -1,3 +1,8 @@
1
+ import * as i0 from '@angular/core';
2
+ import { inject, ElementRef, input, booleanAttribute, model, signal, forwardRef, ViewEncapsulation, Component } from '@angular/core';
3
+ import { FormsModule, NG_VALUE_ACCESSOR } from '@angular/forms';
4
+ import { WattFieldComponent } from '@energinet/watt/field';
5
+
1
6
  //#region License
2
7
  /**
3
8
  * @license
@@ -16,11 +21,7 @@
16
21
  * limitations under the License.
17
22
  */
18
23
  //#endregion
19
- import { Component, forwardRef, ViewEncapsulation, inject, ElementRef, input, model, signal, booleanAttribute, } from '@angular/core';
20
- import { FormsModule, NG_VALUE_ACCESSOR } from '@angular/forms';
21
- import { WattFieldComponent } from '@energinet/watt/field';
22
- import * as i0 from "@angular/core";
23
- export class WattTextAreaFieldComponent {
24
+ class WattTextAreaFieldComponent {
24
25
  /** @ignore */
25
26
  element = inject(ElementRef);
26
27
  formControl = input.required(...(ngDevMode ? [{ debugName: "formControl" }] : []));
@@ -99,4 +100,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
99
100
  '[attr.resize]': 'resize()',
100
101
  }, styles: ["watt-textarea-field{display:block;width:100%;--watt-textarea-min-height: 200px}watt-textarea-field[small=true]{--watt-textarea-min-height: 80px}watt-textarea-field textarea{border:none;width:100%;outline:none;padding:var(--watt-space-s);padding-left:0;background-color:transparent;min-height:var(--watt-textarea-min-height)}watt-textarea-field[resize=none] textarea{resize:none}watt-textarea-field[resize=horizontal] textarea{resize:horizontal}watt-textarea-field[resize=vertical] textarea{resize:vertical}watt-textarea-field[resize=both] textarea{resize:both}\n"] }]
101
102
  }], propDecorators: { formControl: [{ type: i0.Input, args: [{ isSignal: true, alias: "formControl", required: true }] }], placeholder: [{ type: i0.Input, args: [{ isSignal: true, alias: "placeholder", required: false }] }], required: [{ type: i0.Input, args: [{ isSignal: true, alias: "required", required: false }] }], maxLength: [{ type: i0.Input, args: [{ isSignal: true, alias: "maxLength", required: false }] }], label: [{ type: i0.Input, args: [{ isSignal: true, alias: "label", required: false }] }], small: [{ type: i0.Input, args: [{ isSignal: true, alias: "small", required: false }] }], resize: [{ type: i0.Input, args: [{ isSignal: true, alias: "resize", required: false }] }], value: [{ type: i0.Input, args: [{ isSignal: true, alias: "value", required: false }] }, { type: i0.Output, args: ["valueChange"] }] } });
102
- //# sourceMappingURL=watt-textarea-field.component.js.map
103
+
104
+ //#region License
105
+ /**
106
+ * @license
107
+ * Copyright 2020 Energinet DataHub A/S
108
+ *
109
+ * Licensed under the Apache License, Version 2.0 (the "License2");
110
+ * you may not use this file except in compliance with the License.
111
+ * You may obtain a copy of the License at
112
+ *
113
+ * http://www.apache.org/licenses/LICENSE-2.0
114
+ *
115
+ * Unless required by applicable law or agreed to in writing, software
116
+ * distributed under the License is distributed on an "AS IS" BASIS,
117
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
118
+ * See the License for the specific language governing permissions and
119
+ * limitations under the License.
120
+ */
121
+ //#endregion
122
+
123
+ /**
124
+ * Generated bundle index. Do not edit.
125
+ */
126
+
127
+ export { WattTextAreaFieldComponent };
128
+ //# sourceMappingURL=energinet-watt-textarea-field.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"energinet-watt-textarea-field.mjs","sources":["../../../libs/watt/package/textarea-field/watt-textarea-field.component.ts","../../../libs/watt/package/textarea-field/index.ts","../../../libs/watt/package/textarea-field/energinet-watt-textarea-field.ts"],"sourcesContent":["//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nimport {\n Component,\n forwardRef,\n ViewEncapsulation,\n inject,\n ElementRef,\n input,\n model,\n signal,\n booleanAttribute,\n} from '@angular/core';\nimport { ControlValueAccessor, FormControl, FormsModule, NG_VALUE_ACCESSOR } from '@angular/forms';\n\nimport { WattFieldComponent } from '@energinet/watt/field';\n\n@Component({\n imports: [FormsModule, WattFieldComponent],\n providers: [\n {\n provide: NG_VALUE_ACCESSOR,\n useExisting: forwardRef(() => WattTextAreaFieldComponent),\n multi: true,\n },\n ],\n selector: 'watt-textarea-field',\n styleUrls: ['./watt-textarea-field.component.scss'],\n encapsulation: ViewEncapsulation.None,\n template: `<watt-field [label]=\"label()\" [control]=\"formControl()\">\n <textarea\n [attr.placeholder]=\"placeholder()\"\n [value]=\"value()\"\n [disabled]=\"isDisabled()\"\n [required]=\"required()\"\n [attr.maxlength]=\"maxLength()\"\n (input)=\"onInput($event)\"\n ></textarea>\n <ng-content ngProjectAs=\"watt-field-hint\" select=\"watt-field-hint\" />\n <ng-content ngProjectAs=\"watt-field-error\" select=\"watt-field-error\" />\n </watt-field>`,\n host: {\n '[attr.watt-field-disabled]': 'isDisabled()',\n '[attr.small]': 'small()',\n '[attr.resize]': 'resize()',\n },\n})\nexport class WattTextAreaFieldComponent implements ControlValueAccessor {\n /** @ignore */\n private element = inject(ElementRef);\n formControl = input.required<FormControl>();\n placeholder = input<string>();\n required = input(false);\n maxLength = input<string | number | null>(null);\n label = input<string>();\n small = input(false, { transform: booleanAttribute });\n resize = input<'none' | 'horizontal' | 'vertical' | 'both'>('none');\n\n onInput(event: Event) {\n const target = event.target as HTMLTextAreaElement;\n this.value.set(target.value);\n }\n\n /** @ignore */\n value = model<string>('');\n\n /** @ignore */\n isDisabled = signal(false);\n\n /** @ignore */\n writeValue(value: string): void {\n this.value.set(value);\n }\n\n /** @ignore */\n registerOnChange(fn: (value: string) => void): void {\n this.value.subscribe(fn);\n }\n\n /** @ignore */\n registerOnTouched(fn: () => void): void {\n this.element.nativeElement.addEventListener('focusout', fn);\n }\n\n /** @ignore */\n setDisabledState(isDisabled: boolean): void {\n this.isDisabled.set(isDisabled);\n }\n}\n","//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nexport { WattTextAreaFieldComponent } from './watt-textarea-field.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,3 +1,11 @@
1
+ import * as i0 from '@angular/core';
2
+ import { inject, ChangeDetectorRef, ElementRef, HostBinding, ViewEncapsulation, ChangeDetectionStrategy, Component, Injectable } from '@angular/core';
3
+ import { MAT_SNACK_BAR_DATA, MatSnackBarRef, MatSnackBarModule, MatSnackBar } from '@angular/material/snack-bar';
4
+ import { fromEvent, timer, tap, takeUntil, repeat } from 'rxjs';
5
+ import { WattIconComponent } from '@energinet/watt/icon';
6
+ import { WattButtonComponent } from '@energinet/watt/button';
7
+ import { WattSpinnerComponent } from '@energinet/watt/spinner';
8
+
1
9
  //#region License
2
10
  /**
3
11
  * @license
@@ -16,18 +24,11 @@
16
24
  * limitations under the License.
17
25
  */
18
26
  //#endregion
19
- import { ChangeDetectionStrategy, ChangeDetectorRef, Component, ElementRef, HostBinding, ViewEncapsulation, inject, } from '@angular/core';
20
- import { MatSnackBarModule, MatSnackBarRef, MAT_SNACK_BAR_DATA } from '@angular/material/snack-bar';
21
- import { fromEvent, repeat, takeUntil, tap, timer } from 'rxjs';
22
- import { WattIconComponent } from '@energinet/watt/icon';
23
- import { WattButtonComponent } from '@energinet/watt/button';
24
- import { WattSpinnerComponent } from '@energinet/watt/spinner';
25
- import * as i0 from "@angular/core";
26
27
  /**
27
28
  * Usage:
28
29
  * `import { WattToastService } from '@energinet/watt/toast';`
29
30
  */
30
- export class WattToastComponent {
31
+ class WattToastComponent {
31
32
  _config = inject(MAT_SNACK_BAR_DATA);
32
33
  cd = inject(ChangeDetectorRef);
33
34
  _matSnackBarRef = inject(MatSnackBarRef);
@@ -94,4 +95,76 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
94
95
  type: HostBinding,
95
96
  args: ['class']
96
97
  }] } });
97
- //# sourceMappingURL=watt-toast.component.js.map
98
+
99
+ //#region License
100
+ /**
101
+ * @license
102
+ * Copyright 2020 Energinet DataHub A/S
103
+ *
104
+ * Licensed under the Apache License, Version 2.0 (the "License2");
105
+ * you may not use this file except in compliance with the License.
106
+ * You may obtain a copy of the License at
107
+ *
108
+ * http://www.apache.org/licenses/LICENSE-2.0
109
+ *
110
+ * Unless required by applicable law or agreed to in writing, software
111
+ * distributed under the License is distributed on an "AS IS" BASIS,
112
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
113
+ * See the License for the specific language governing permissions and
114
+ * limitations under the License.
115
+ */
116
+ //#endregion
117
+ class WattToastService {
118
+ _snackBar = inject(MatSnackBar);
119
+ ref;
120
+ open(config) {
121
+ this.ref = this._snackBar.openFromComponent(WattToastComponent, {
122
+ data: config,
123
+ });
124
+ return this.ref;
125
+ }
126
+ update(config) {
127
+ if (!this.ref)
128
+ return;
129
+ this.ref.instance.update(config);
130
+ }
131
+ dismiss() {
132
+ if (!this.ref)
133
+ return;
134
+ this.ref.dismiss();
135
+ }
136
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattToastService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
137
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattToastService, providedIn: 'root' });
138
+ }
139
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattToastService, decorators: [{
140
+ type: Injectable,
141
+ args: [{
142
+ providedIn: 'root',
143
+ }]
144
+ }] });
145
+
146
+ //#region License
147
+ /**
148
+ * @license
149
+ * Copyright 2020 Energinet DataHub A/S
150
+ *
151
+ * Licensed under the Apache License, Version 2.0 (the "License2");
152
+ * you may not use this file except in compliance with the License.
153
+ * You may obtain a copy of the License at
154
+ *
155
+ * http://www.apache.org/licenses/LICENSE-2.0
156
+ *
157
+ * Unless required by applicable law or agreed to in writing, software
158
+ * distributed under the License is distributed on an "AS IS" BASIS,
159
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
160
+ * See the License for the specific language governing permissions and
161
+ * limitations under the License.
162
+ */
163
+ //#endregion
164
+
165
+ /**
166
+ * Generated bundle index. Do not edit.
167
+ */
168
+
169
+ export { WattToastComponent, WattToastService };
170
+ //# sourceMappingURL=energinet-watt-toast.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"energinet-watt-toast.mjs","sources":["../../../libs/watt/package/toast/watt-toast.component.ts","../../../libs/watt/package/toast/watt-toast.component.html","../../../libs/watt/package/toast/watt-toast.service.ts","../../../libs/watt/package/toast/index.ts","../../../libs/watt/package/toast/energinet-watt-toast.ts"],"sourcesContent":["//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nimport {\n ChangeDetectionStrategy,\n ChangeDetectorRef,\n Component,\n ElementRef,\n HostBinding,\n ViewEncapsulation,\n inject,\n} from '@angular/core';\nimport { MatSnackBarModule, MatSnackBarRef, MAT_SNACK_BAR_DATA } from '@angular/material/snack-bar';\nimport { fromEvent, repeat, Subscription, takeUntil, tap, timer } from 'rxjs';\n\nimport { WattIconComponent } from '@energinet/watt/icon';\nimport { WattButtonComponent } from '@energinet/watt/button';\nimport { WattSpinnerComponent } from '@energinet/watt/spinner';\n\nexport type WattToastType = 'success' | 'info' | 'warning' | 'danger' | 'loading';\n\nexport interface WattToastConfig {\n duration?: number;\n type?: WattToastType;\n message: string;\n action?: (wattToastRef: WattToastRef) => void;\n actionLabel?: string;\n}\n\nexport type WattToastRef = MatSnackBarRef<WattToastComponent>;\n\n/**\n * Usage:\n * `import { WattToastService } from '@energinet/watt/toast';`\n */\n@Component({\n changeDetection: ChangeDetectionStrategy.OnPush,\n encapsulation: ViewEncapsulation.None,\n selector: 'watt-toast',\n styleUrls: ['./watt-toast.component.scss'],\n templateUrl: './watt-toast.component.html',\n imports: [MatSnackBarModule, WattButtonComponent, WattIconComponent, WattSpinnerComponent],\n})\nexport class WattToastComponent {\n private _config = inject(MAT_SNACK_BAR_DATA);\n private cd = inject(ChangeDetectorRef);\n private _matSnackBarRef = inject<MatSnackBarRef<WattToastComponent>>(MatSnackBarRef);\n private elementRef = inject(ElementRef);\n\n @HostBinding('class')\n get class() {\n this.cd.detectChanges(); // Make sure changes to the config will be detected\n return this.config.type ? `watt-toast watt-toast--${this.config.type}` : 'watt-toast';\n }\n\n /**\n * @ignore\n */\n config: WattToastConfig;\n\n /**\n * @ignore\n */\n matSnackBarRef: WattToastRef;\n\n /**\n * @ignore\n */\n private dissmissToastSubscription?: Subscription;\n\n constructor() {\n this.config = this._config;\n this.matSnackBarRef = this._matSnackBarRef;\n this.initDuration(this.config.duration);\n }\n\n /**\n * @ignore\n */\n onClose(): void {\n if (!this.matSnackBarRef) return;\n this.matSnackBarRef.dismiss();\n this.dissmissToastSubscription?.unsubscribe();\n }\n\n update(config: Partial<WattToastConfig>) {\n this.config = { ...this.config, ...config };\n if (this.dissmissToastSubscription) {\n this.dissmissToastSubscription.unsubscribe();\n }\n this.initDuration();\n this.cd.detectChanges();\n }\n\n /**\n * @ignore\n * Ensure the toast won't get dismissed when the user hovers over it.\n */\n private initDuration(duration = 5000): void {\n // When the type is loading, the developer is responsible for dismissing the toast manually.\n if (this.config.type === 'loading') return;\n\n const mouseEnter$ = fromEvent(this.elementRef.nativeElement, 'mouseenter');\n const mouseLeave$ = fromEvent(this.elementRef.nativeElement, 'mouseleave');\n\n this.dissmissToastSubscription = timer(duration)\n .pipe(\n tap(() => this.onClose()),\n takeUntil(mouseEnter$),\n repeat({ delay: () => mouseLeave$ })\n )\n .subscribe();\n }\n}\n","<!--\n@license\nCopyright 2020 Energinet DataHub A/S\n\nLicensed under the Apache License, Version 2.0 (the \"License2\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n-->\n<span>\n @if (config.type === \"loading\") {\n <watt-spinner [diameter]=\"24\" />\n }\n\n @if (config.type && config.type !== \"loading\") {\n <watt-icon [name]=\"config.type\" />\n }\n <p>{{ config.message }}</p>\n</span>\n<span class=\"toast__actions\">\n @if (config.action && config.actionLabel) {\n <watt-button variant=\"text\" (click)=\"config.action(matSnackBarRef)\">{{\n config.actionLabel\n }}</watt-button>\n }\n\n @if (config.type !== \"loading\") {\n <watt-button data-testid=\"dismiss\" variant=\"icon\" icon=\"close\" (click)=\"onClose()\" />\n }\n</span>\n","//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nimport { Injectable, inject } from '@angular/core';\nimport { MatSnackBar, MatSnackBarRef } from '@angular/material/snack-bar';\n\nimport { WattToastComponent, WattToastConfig } from './watt-toast.component';\n\n@Injectable({\n providedIn: 'root',\n})\nexport class WattToastService {\n private readonly _snackBar = inject(MatSnackBar);\n private ref?: MatSnackBarRef<WattToastComponent>;\n\n open(config: WattToastConfig): MatSnackBarRef<WattToastComponent> {\n this.ref = this._snackBar.openFromComponent(WattToastComponent, {\n data: config,\n });\n return this.ref;\n }\n\n update(config: Partial<WattToastConfig>): void {\n if (!this.ref) return;\n this.ref.instance.update(config);\n }\n\n dismiss() {\n if (!this.ref) return;\n this.ref.dismiss();\n }\n}\n","//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nexport { WattToastComponent, WattToastType } from './watt-toast.component';\nexport { WattToastService } from './watt-toast.service';\nexport type { WattToastRef } from './watt-toast.component';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,3 +1,10 @@
1
+ import * as i0 from '@angular/core';
2
+ import { input, computed, inject, ElementRef, Renderer2, DestroyRef, effect, Component, ViewContainerRef, Directive } from '@angular/core';
3
+ import { createPopper } from '@popperjs/core';
4
+ import { Platform } from '@angular/cdk/platform';
5
+ import { FocusMonitor } from '@angular/cdk/a11y';
6
+ import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
7
+
1
8
  //#region License
2
9
  /**
3
10
  * @license
@@ -16,13 +23,7 @@
16
23
  * limitations under the License.
17
24
  */
18
25
  //#endregion
19
- import { Component, computed, DestroyRef, effect, ElementRef, inject, input, Renderer2, } from '@angular/core';
20
- import { createPopper } from '@popperjs/core';
21
- import { Platform } from '@angular/cdk/platform';
22
- import { FocusMonitor } from '@angular/cdk/a11y';
23
- import { takeUntilDestroyed } from '@angular/core/rxjs-interop';
24
- import * as i0 from "@angular/core";
25
- export class WattTooltipComponent {
26
+ class WattTooltipComponent {
26
27
  static nextId = 0;
27
28
  text = input.required(...(ngDevMode ? [{ debugName: "text" }] : []));
28
29
  target = input.required(...(ngDevMode ? [{ debugName: "target" }] : []));
@@ -108,4 +109,93 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
108
109
  '[class]': 'hostClass()',
109
110
  }, styles: [":host{position:absolute;left:0;pointer-events:none;z-index:1000;display:inline-block;line-height:18px;border-radius:6px;padding:var(--watt-space-xs) var(--watt-space-s);font-size:.875rem;line-height:1.25rem;font-weight:400;text-transform:none;letter-spacing:0;white-space:pre-wrap;opacity:0;transition:opacity .3s ease-in-out}:host.tooltip-dark{background:var(--watt-color-primary-dark);color:var(--watt-color-primary-dark-contrast)}:host.tooltip-light{background:var(--watt-color-neutral-white);color:var(--watt-color-primary-light-contrast)}:host.show{opacity:1}:host[data-popper-placement^=top]{inset-block-end:6px!important}:host[data-popper-placement^=bottom]{inset-block-start:6px!important}:host[data-popper-placement^=bottom]>.arrow{top:-4px}:host[data-popper-placement^=left]{inset-inline-end:6px!important}:host[data-popper-placement^=left]>.arrow{right:-4px}:host[data-popper-placement^=right]{inset-inline-start:6px!important}:host[data-popper-placement^=right]>.arrow{left:-4px}:host[data-popper-placement=left]>.arrow,:host[data-popper-placement=right]>.arrow{top:calc(50% - 4px)}:host[data-popper-placement=top]>.arrow,:host[data-popper-placement=bottom]>.arrow{left:calc(50% - 4px)!important}:host[data-popper-placement=top-end]>.arrow,:host[data-popper-placement=bottom-end]>.arrow{left:10px!important}:host[data-popper-placement=top-start]>.arrow,:host[data-popper-placement=bottom-start]>.arrow{left:calc(100% - 18px)}.arrow,.arrow:before{position:absolute;width:8px;height:8px;background:inherit}.arrow{visibility:hidden}.arrow:before{visibility:visible;content:\"\";transform:rotate(45deg)}\n"] }]
110
111
  }], ctorParameters: () => [], propDecorators: { text: [{ type: i0.Input, args: [{ isSignal: true, alias: "text", required: true }] }], target: [{ type: i0.Input, args: [{ isSignal: true, alias: "target", required: true }] }], position: [{ type: i0.Input, args: [{ isSignal: true, alias: "position", required: true }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "variant", required: true }] }] } });
111
- //# sourceMappingURL=watt-tooltip.component.js.map
112
+
113
+ //#region License
114
+ /**
115
+ * @license
116
+ * Copyright 2020 Energinet DataHub A/S
117
+ *
118
+ * Licensed under the Apache License, Version 2.0 (the "License2");
119
+ * you may not use this file except in compliance with the License.
120
+ * You may obtain a copy of the License at
121
+ *
122
+ * http://www.apache.org/licenses/LICENSE-2.0
123
+ *
124
+ * Unless required by applicable law or agreed to in writing, software
125
+ * distributed under the License is distributed on an "AS IS" BASIS,
126
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
127
+ * See the License for the specific language governing permissions and
128
+ * limitations under the License.
129
+ */
130
+ //#endregion
131
+ class WattTooltipDirective {
132
+ text = input('', ...(ngDevMode ? [{ debugName: "text", alias: 'wattTooltip' }] : [{ alias: 'wattTooltip' }]));
133
+ position = input('top', ...(ngDevMode ? [{ debugName: "position", alias: 'wattTooltipPosition' }] : [{ alias: 'wattTooltipPosition' }]));
134
+ variant = input('dark', ...(ngDevMode ? [{ debugName: "variant", alias: 'wattTooltipVariant' }] : [{ alias: 'wattTooltipVariant' }]));
135
+ element = inject(ElementRef).nativeElement;
136
+ viewContainerRef = inject(ViewContainerRef);
137
+ destroyRef = inject(DestroyRef);
138
+ tooltip = computed(() => this.createTooltipComponent(), ...(ngDevMode ? [{ debugName: "tooltip" }] : []));
139
+ constructor() {
140
+ // Setup effect to manage tooltip component lifecycle
141
+ effect(() => {
142
+ // Access the tooltip computed to create/update it when inputs change
143
+ const tooltipComponent = this.tooltip();
144
+ // Cleanup on destroy
145
+ this.destroyRef.onDestroy(() => {
146
+ tooltipComponent?.destroy();
147
+ this.element.removeAttribute('aria-describedby');
148
+ });
149
+ });
150
+ }
151
+ createTooltipComponent() {
152
+ if (!this.text())
153
+ return null;
154
+ // Create the component
155
+ const tooltipComponent = this.viewContainerRef.createComponent(WattTooltipComponent);
156
+ // Get the component instance
157
+ const instance = tooltipComponent.instance;
158
+ // Set up bindings
159
+ tooltipComponent.setInput('text', this.text());
160
+ tooltipComponent.setInput('target', this.element);
161
+ tooltipComponent.setInput('position', this.position());
162
+ tooltipComponent.setInput('variant', this.variant());
163
+ this.element.setAttribute('aria-describedby', instance.id);
164
+ return tooltipComponent;
165
+ }
166
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattTooltipDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
167
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.15", type: WattTooltipDirective, isStandalone: true, selector: "[wattTooltip]", inputs: { text: { classPropertyName: "text", publicName: "wattTooltip", isSignal: true, isRequired: false, transformFunction: null }, position: { classPropertyName: "position", publicName: "wattTooltipPosition", isSignal: true, isRequired: false, transformFunction: null }, variant: { classPropertyName: "variant", publicName: "wattTooltipVariant", isSignal: true, isRequired: false, transformFunction: null } }, exportAs: ["wattTooltip"], ngImport: i0 });
168
+ }
169
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattTooltipDirective, decorators: [{
170
+ type: Directive,
171
+ args: [{
172
+ selector: '[wattTooltip]',
173
+ exportAs: 'wattTooltip',
174
+ }]
175
+ }], ctorParameters: () => [], propDecorators: { text: [{ type: i0.Input, args: [{ isSignal: true, alias: "wattTooltip", required: false }] }], position: [{ type: i0.Input, args: [{ isSignal: true, alias: "wattTooltipPosition", required: false }] }], variant: [{ type: i0.Input, args: [{ isSignal: true, alias: "wattTooltipVariant", required: false }] }] } });
176
+
177
+ //#region License
178
+ /**
179
+ * @license
180
+ * Copyright 2020 Energinet DataHub A/S
181
+ *
182
+ * Licensed under the Apache License, Version 2.0 (the "License2");
183
+ * you may not use this file except in compliance with the License.
184
+ * You may obtain a copy of the License at
185
+ *
186
+ * http://www.apache.org/licenses/LICENSE-2.0
187
+ *
188
+ * Unless required by applicable law or agreed to in writing, software
189
+ * distributed under the License is distributed on an "AS IS" BASIS,
190
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
191
+ * See the License for the specific language governing permissions and
192
+ * limitations under the License.
193
+ */
194
+ //#endregion
195
+
196
+ /**
197
+ * Generated bundle index. Do not edit.
198
+ */
199
+
200
+ export { WattTooltipDirective };
201
+ //# sourceMappingURL=energinet-watt-tooltip.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"energinet-watt-tooltip.mjs","sources":["../../../libs/watt/package/tooltip/watt-tooltip.component.ts","../../../libs/watt/package/tooltip/watt-tooltip.directive.ts","../../../libs/watt/package/tooltip/index.ts","../../../libs/watt/package/tooltip/energinet-watt-tooltip.ts"],"sourcesContent":["//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nimport {\n Component,\n computed,\n DestroyRef,\n effect,\n ElementRef,\n inject,\n input,\n Renderer2,\n} from '@angular/core';\nimport { createPopper, Instance } from '@popperjs/core';\nimport { Platform } from '@angular/cdk/platform';\n\nimport { wattTooltipPosition, wattTooltipVariant } from './watt-tooltip.directive';\nimport { FocusMonitor } from '@angular/cdk/a11y';\nimport { takeUntilDestroyed } from '@angular/core/rxjs-interop';\n\ntype unlistenerFunction = () => void;\n\n@Component({\n template: `\n {{ text() }}\n <div #arrow class=\"arrow\"></div>\n `,\n selector: 'watt-tooltip',\n styleUrls: ['./watt-tooltip.component.scss'],\n host: {\n '[id]': 'id',\n '[attr.role]': '\"tooltip\"',\n '[class]': 'hostClass()',\n },\n})\nexport class WattTooltipComponent {\n static nextId = 0;\n\n text = input.required<string>();\n target = input.required<HTMLElement>();\n position = input.required<wattTooltipPosition>();\n variant = input.required<wattTooltipVariant>();\n\n readonly id = `watt-tooltip-${WattTooltipComponent.nextId++}`; // used by aria-describedby\n hostClass = computed(() => `tooltip-${this.variant()}`);\n\n private element: HTMLElement = inject(ElementRef).nativeElement;\n private platform = inject(Platform);\n private renderer: Renderer2 = inject(Renderer2);\n private focusMonitor: FocusMonitor = inject(FocusMonitor);\n private destroyRef = inject(DestroyRef);\n\n private listeners: unlistenerFunction[] = [];\n private showClass = 'show';\n private popper: Instance | null = null;\n\n constructor() {\n this.destroyRef.onDestroy(() => {\n this.popper?.destroy();\n this.listeners.forEach((listener) => listener());\n });\n\n effect(() => {\n this.setupEventListeners();\n\n this.focusMonitor\n .monitor(this.target(), true)\n .pipe(takeUntilDestroyed(this.destroyRef))\n .subscribe((origin) => {\n if (!origin) {\n this.hide();\n } else if (origin === 'keyboard') {\n this.show();\n }\n });\n });\n }\n\n private setupEventListeners(): void {\n // The mouse events shouldn't be bound on mobile devices, because they can prevent the\n // first tap from firing its click event or can cause the tooltip to open for clicks.\n if (this.platformSupportsMouseEvents()) {\n const mouseEnter = this.renderer.listen(this.target(), 'mouseenter', this.show.bind(this));\n const mouseLeave = this.renderer.listen(this.target(), 'mouseleave', this.hide.bind(this));\n const wheel = this.renderer.listen(this.target(), 'wheel', this.hide.bind(this));\n this.listeners.push(mouseEnter, mouseLeave, wheel);\n } else {\n const touchStart = this.renderer.listen(this.target(), 'touchstart', this.show.bind(this));\n const touchEnd = this.renderer.listen(this.target(), 'touchend', this.hide.bind(this));\n const touchCancel = this.renderer.listen(this.target(), 'touchcancel', this.hide.bind(this));\n this.listeners.push(touchStart, touchEnd, touchCancel);\n }\n }\n\n private show(): void {\n if (!this.popper) {\n this.popper = createPopper(this.target(), this.element, {\n placement: this.position(),\n });\n } else {\n this.popper.forceUpdate();\n }\n this.renderer.addClass(this.element, this.showClass);\n }\n\n private hide(): void {\n this.renderer.removeClass(this.element, this.showClass);\n }\n\n private platformSupportsMouseEvents() {\n return !this.platform.IOS && !this.platform.ANDROID;\n }\n}\n","//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nimport {\n computed,\n DestroyRef,\n Directive,\n effect,\n ElementRef,\n inject,\n input,\n ViewContainerRef,\n} from '@angular/core';\n\nimport { WattTooltipComponent } from './watt-tooltip.component';\n\nexport type wattTooltipPosition =\n | 'top-start'\n | 'top'\n | 'top-end'\n | 'right'\n | 'bottom-start'\n | 'bottom'\n | 'bottom-end'\n | 'left';\n\nexport type wattTooltipVariant = 'dark' | 'light';\n\n@Directive({\n selector: '[wattTooltip]',\n exportAs: 'wattTooltip',\n})\nexport class WattTooltipDirective {\n readonly text = input<string>('', { alias: 'wattTooltip' });\n readonly position = input<wattTooltipPosition>('top', { alias: 'wattTooltipPosition' });\n readonly variant = input<wattTooltipVariant>('dark', { alias: 'wattTooltipVariant' });\n\n private readonly element = inject(ElementRef).nativeElement;\n private readonly viewContainerRef = inject(ViewContainerRef);\n private readonly destroyRef = inject(DestroyRef);\n private tooltip = computed(() => this.createTooltipComponent());\n\n constructor() {\n // Setup effect to manage tooltip component lifecycle\n effect(() => {\n // Access the tooltip computed to create/update it when inputs change\n const tooltipComponent = this.tooltip();\n\n // Cleanup on destroy\n this.destroyRef.onDestroy(() => {\n tooltipComponent?.destroy();\n this.element.removeAttribute('aria-describedby');\n });\n });\n }\n\n private createTooltipComponent() {\n if (!this.text()) return null;\n\n // Create the component\n const tooltipComponent = this.viewContainerRef.createComponent(WattTooltipComponent);\n\n // Get the component instance\n const instance = tooltipComponent.instance;\n\n // Set up bindings\n tooltipComponent.setInput('text', this.text());\n tooltipComponent.setInput('target', this.element);\n tooltipComponent.setInput('position', this.position());\n tooltipComponent.setInput('variant', this.variant());\n\n this.element.setAttribute('aria-describedby', instance.id);\n\n return tooltipComponent;\n }\n}\n","//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nexport {\n WattTooltipDirective,\n wattTooltipPosition,\n wattTooltipVariant,\n} from './watt-tooltip.directive';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -1,3 +1,6 @@
1
+ import * as i0 from '@angular/core';
2
+ import { inject, DOCUMENT, Injectable } from '@angular/core';
3
+
1
4
  //#region License
2
5
  /**
3
6
  * @license
@@ -16,9 +19,7 @@
16
19
  * limitations under the License.
17
20
  */
18
21
  //#endregion
19
- import { Injectable, DOCUMENT, inject } from '@angular/core';
20
- import * as i0 from "@angular/core";
21
- export class WattCssCustomPropertiesService {
22
+ class WattCssCustomPropertiesService {
22
23
  document = inject(DOCUMENT);
23
24
  get rootElement() {
24
25
  return this.document.documentElement;
@@ -36,4 +37,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
36
37
  type: Injectable,
37
38
  args: [{ providedIn: 'root' }]
38
39
  }] });
39
- //# sourceMappingURL=css-custom-properties.service.js.map
40
+
41
+ //#region License
42
+ /**
43
+ * @license
44
+ * Copyright 2020 Energinet DataHub A/S
45
+ *
46
+ * Licensed under the Apache License, Version 2.0 (the "License2");
47
+ * you may not use this file except in compliance with the License.
48
+ * You may obtain a copy of the License at
49
+ *
50
+ * http://www.apache.org/licenses/LICENSE-2.0
51
+ *
52
+ * Unless required by applicable law or agreed to in writing, software
53
+ * distributed under the License is distributed on an "AS IS" BASIS,
54
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55
+ * See the License for the specific language governing permissions and
56
+ * limitations under the License.
57
+ */
58
+ //#endregion
59
+
60
+ /**
61
+ * Generated bundle index. Do not edit.
62
+ */
63
+
64
+ export { WattCssCustomPropertiesService };
65
+ //# sourceMappingURL=energinet-watt-utils-css.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"energinet-watt-utils-css.mjs","sources":["../../../libs/watt/package/utils/css/css-custom-properties.service.ts","../../../libs/watt/package/utils/css/index.ts","../../../libs/watt/package/utils/css/energinet-watt-utils-css.ts"],"sourcesContent":["//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\n\nimport { Injectable, DOCUMENT, inject } from '@angular/core';\n\n@Injectable({ providedIn: 'root' })\nexport class WattCssCustomPropertiesService {\n private readonly document = inject<Document>(DOCUMENT);\n\n private get rootElement() {\n return this.document.documentElement;\n }\n\n public getPropertyValue(name: string): string {\n return getComputedStyle(this.rootElement).getPropertyValue(name);\n }\n\n public setPropertyValue(name: string, value: string): void {\n this.rootElement.style.setProperty(name, value);\n }\n}\n","//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nexport * from './css-custom-properties.service';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;AAAA;AACA;;;;;;;;;;;;;;;AAeG;AACH;MAKa,8BAA8B,CAAA;AACxB,IAAA,QAAQ,GAAG,MAAM,CAAW,QAAQ,CAAC;AAEtD,IAAA,IAAY,WAAW,GAAA;AACrB,QAAA,OAAO,IAAI,CAAC,QAAQ,CAAC,eAAe;IACtC;AAEO,IAAA,gBAAgB,CAAC,IAAY,EAAA;QAClC,OAAO,gBAAgB,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,gBAAgB,CAAC,IAAI,CAAC;IAClE;IAEO,gBAAgB,CAAC,IAAY,EAAE,KAAa,EAAA;QACjD,IAAI,CAAC,WAAW,CAAC,KAAK,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC;IACjD;wGAbW,8BAA8B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA;AAA9B,IAAA,OAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,8BAA8B,cADjB,MAAM,EAAA,CAAA;;4FACnB,8BAA8B,EAAA,UAAA,EAAA,CAAA;kBAD1C,UAAU;mBAAC,EAAE,UAAU,EAAE,MAAM,EAAE;;;ACrBlC;AACA;;;;;;;;;;;;;;;AAeG;AACH;;ACjBA;;AAEG;;;;"}
@@ -1,3 +1,7 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Injectable } from '@angular/core';
3
+ import { Subject, filter, finalize } from 'rxjs';
4
+
1
5
  //#region License
2
6
  /**
3
7
  * @license
@@ -16,9 +20,6 @@
16
20
  * limitations under the License.
17
21
  */
18
22
  //#endregion
19
- import { Injectable } from '@angular/core';
20
- import { filter, finalize, Subject } from 'rxjs';
21
- import * as i0 from "@angular/core";
22
23
  /**
23
24
  * Service for observing changes in the intersection of a target element with
24
25
  * the viewport.
@@ -26,7 +27,7 @@ import * as i0 from "@angular/core";
26
27
  * Usage:
27
28
  * `import { WattIntersectionObserverService } from '@energinet/watt/intersection-observer';`
28
29
  */
29
- export class WattIntersectionObserverService {
30
+ class WattIntersectionObserverService {
30
31
  intersectionObserver;
31
32
  entrySubject = new Subject();
32
33
  constructor() {
@@ -54,4 +55,29 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImpo
54
55
  type: Injectable,
55
56
  args: [{ providedIn: 'root' }]
56
57
  }], ctorParameters: () => [] });
57
- //# sourceMappingURL=watt-intersection-observer.service.js.map
58
+
59
+ //#region License
60
+ /**
61
+ * @license
62
+ * Copyright 2020 Energinet DataHub A/S
63
+ *
64
+ * Licensed under the Apache License, Version 2.0 (the "License2");
65
+ * you may not use this file except in compliance with the License.
66
+ * You may obtain a copy of the License at
67
+ *
68
+ * http://www.apache.org/licenses/LICENSE-2.0
69
+ *
70
+ * Unless required by applicable law or agreed to in writing, software
71
+ * distributed under the License is distributed on an "AS IS" BASIS,
72
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
73
+ * See the License for the specific language governing permissions and
74
+ * limitations under the License.
75
+ */
76
+ //#endregion
77
+
78
+ /**
79
+ * Generated bundle index. Do not edit.
80
+ */
81
+
82
+ export { WattIntersectionObserverService };
83
+ //# sourceMappingURL=energinet-watt-utils-intersection-observer.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"energinet-watt-utils-intersection-observer.mjs","sources":["../../../libs/watt/package/utils/intersection-observer/watt-intersection-observer.service.ts","../../../libs/watt/package/utils/intersection-observer/index.ts","../../../libs/watt/package/utils/intersection-observer/energinet-watt-utils-intersection-observer.ts"],"sourcesContent":["//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nimport { Injectable } from '@angular/core';\nimport { filter, finalize, Subject } from 'rxjs';\n\n/**\n * Service for observing changes in the intersection of a target element with\n * the viewport.\n *\n * Usage:\n * `import { WattIntersectionObserverService } from '@energinet/watt/intersection-observer';`\n */\n@Injectable({ providedIn: 'root' })\nexport class WattIntersectionObserverService {\n private intersectionObserver?: IntersectionObserver;\n private entrySubject = new Subject<IntersectionObserverEntry>();\n\n constructor() {\n if (window.IntersectionObserver) {\n this.intersectionObserver = new IntersectionObserver((entries) => {\n for (const entry of entries) {\n this.entrySubject.next(entry);\n }\n });\n }\n }\n\n /**\n * Add an element to be observed, returning an observable that emits\n * whenever that element enters or leaves the viewport. Element will\n * automatically be unobserved when the observable is unsubscribed.\n */\n observe(element: Element) {\n this.intersectionObserver?.observe(element);\n return this.entrySubject.asObservable().pipe(\n filter((entry) => entry.target === element),\n finalize(() => this.intersectionObserver?.unobserve(element))\n );\n }\n}\n","//#region License\n/**\n * @license\n * Copyright 2020 Energinet DataHub A/S\n *\n * Licensed under the Apache License, Version 2.0 (the \"License2\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n//#endregion\nexport { WattIntersectionObserverService } from './watt-intersection-observer.service';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;AAAA;AACA;;;;;;;;;;;;;;;AAeG;AACH;AAIA;;;;;;AAMG;MAEU,+BAA+B,CAAA;AAClC,IAAA,oBAAoB;AACpB,IAAA,YAAY,GAAG,IAAI,OAAO,EAA6B;AAE/D,IAAA,WAAA,GAAA;AACE,QAAA,IAAI,MAAM,CAAC,oBAAoB,EAAE;YAC/B,IAAI,CAAC,oBAAoB,GAAG,IAAI,oBAAoB,CAAC,CAAC,OAAO,KAAI;AAC/D,gBAAA,KAAK,MAAM,KAAK,IAAI,OAAO,EAAE;AAC3B,oBAAA,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,KAAK,CAAC;gBAC/B;AACF,YAAA,CAAC,CAAC;QACJ;IACF;AAEA;;;;AAIG;AACH,IAAA,OAAO,CAAC,OAAgB,EAAA;AACtB,QAAA,IAAI,CAAC,oBAAoB,EAAE,OAAO,CAAC,OAAO,CAAC;AAC3C,QAAA,OAAO,IAAI,CAAC,YAAY,CAAC,YAAY,EAAE,CAAC,IAAI,CAC1C,MAAM,CAAC,CAAC,KAAK,KAAK,KAAK,CAAC,MAAM,KAAK,OAAO,CAAC,EAC3C,QAAQ,CAAC,MAAM,IAAI,CAAC,oBAAoB,EAAE,SAAS,CAAC,OAAO,CAAC,CAAC,CAC9D;IACH;wGAzBW,+BAA+B,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA;AAA/B,IAAA,OAAA,KAAA,GAAA,EAAA,CAAA,qBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,+BAA+B,cADlB,MAAM,EAAA,CAAA;;4FACnB,+BAA+B,EAAA,UAAA,EAAA,CAAA;kBAD3C,UAAU;mBAAC,EAAE,UAAU,EAAE,MAAM,EAAE;;;AC5BlC;AACA;;;;;;;;;;;;;;;AAeG;AACH;;ACjBA;;AAEG;;;;"}
@@ -0,0 +1,143 @@
1
+ import * as i0 from '@angular/core';
2
+ import { inject, NgZone, Injectable, ElementRef, EventEmitter, Output, Directive } from '@angular/core';
3
+ import { Subject, filter, finalize } from 'rxjs';
4
+
5
+ //#region License
6
+ /**
7
+ * @license
8
+ * Copyright 2020 Energinet DataHub A/S
9
+ *
10
+ * Licensed under the Apache License, Version 2.0 (the "License2");
11
+ * you may not use this file except in compliance with the License.
12
+ * You may obtain a copy of the License at
13
+ *
14
+ * http://www.apache.org/licenses/LICENSE-2.0
15
+ *
16
+ * Unless required by applicable law or agreed to in writing, software
17
+ * distributed under the License is distributed on an "AS IS" BASIS,
18
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19
+ * See the License for the specific language governing permissions and
20
+ * limitations under the License.
21
+ */
22
+ //#endregion
23
+ /**
24
+ * Service for observing changes to an elements size. Typically used by
25
+ * the `WattResizeObserverDirective`, but can also be imported directly.
26
+ *
27
+ * Usage:
28
+ * `import { WattResizeObserverService } from '@energinet/watt/resize-observer';`
29
+ */
30
+ class WattResizeObserverService {
31
+ ngZone = inject(NgZone);
32
+ resizeObserver;
33
+ entrySubject = new Subject();
34
+ constructor() {
35
+ if (window.ResizeObserver) {
36
+ this.resizeObserver = new ResizeObserver((entries) => {
37
+ // Resize callback is running outside of Angular zone
38
+ this.ngZone.run(() => {
39
+ /**
40
+ * Ensure that the function is executed only once per frame, and avoid:
41
+ * "Error: ResizeObserver loop limit exceeded"
42
+ */
43
+ requestAnimationFrame(() => {
44
+ for (const entry of entries) {
45
+ this.entrySubject.next(entry);
46
+ }
47
+ });
48
+ });
49
+ });
50
+ }
51
+ }
52
+ /**
53
+ * Add an element to be observed, returning an observable that
54
+ * emits whenever that element changes size. Element will
55
+ * automatically be unobserved when the observable is unsubscribed.
56
+ */
57
+ observe(element) {
58
+ this.resizeObserver?.observe(element);
59
+ return this.entrySubject.asObservable().pipe(filter((entry) => entry.target === element), finalize(() => this.resizeObserver?.unobserve(element)));
60
+ }
61
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattResizeObserverService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
62
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattResizeObserverService, providedIn: 'root' });
63
+ }
64
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattResizeObserverService, decorators: [{
65
+ type: Injectable,
66
+ args: [{ providedIn: 'root' }]
67
+ }], ctorParameters: () => [] });
68
+
69
+ //#region License
70
+ /**
71
+ * @license
72
+ * Copyright 2020 Energinet DataHub A/S
73
+ *
74
+ * Licensed under the Apache License, Version 2.0 (the "License2");
75
+ * you may not use this file except in compliance with the License.
76
+ * You may obtain a copy of the License at
77
+ *
78
+ * http://www.apache.org/licenses/LICENSE-2.0
79
+ *
80
+ * Unless required by applicable law or agreed to in writing, software
81
+ * distributed under the License is distributed on an "AS IS" BASIS,
82
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
83
+ * See the License for the specific language governing permissions and
84
+ * limitations under the License.
85
+ */
86
+ //#endregion
87
+ /**
88
+ * A directive for subscribing to changes to the size of an element.
89
+ * The `resize` event emits initially and then everytime the element is resized.
90
+ *
91
+ * Usage:
92
+ * `import { WattResizeObserverDirective } from '@energinet/watt/resize-observer';`
93
+ */
94
+ class WattResizeObserverDirective {
95
+ el = inject(ElementRef);
96
+ resizeObserverService = inject(WattResizeObserverService);
97
+ // The `resize` event only natively exists on `window`.
98
+ // eslint-disable-next-line @angular-eslint/no-output-native
99
+ resize = new EventEmitter();
100
+ subscription;
101
+ constructor() {
102
+ this.subscription = this.resizeObserverService
103
+ .observe(this.el.nativeElement)
104
+ .subscribe((entry) => this.resize.emit(entry));
105
+ }
106
+ ngOnDestroy() {
107
+ this.subscription.unsubscribe();
108
+ }
109
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattResizeObserverDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
110
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.15", type: WattResizeObserverDirective, isStandalone: true, selector: "[wattResizeObserver]", outputs: { resize: "resize" }, ngImport: i0 });
111
+ }
112
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.15", ngImport: i0, type: WattResizeObserverDirective, decorators: [{
113
+ type: Directive,
114
+ args: [{ selector: '[wattResizeObserver]' }]
115
+ }], ctorParameters: () => [], propDecorators: { resize: [{
116
+ type: Output
117
+ }] } });
118
+
119
+ //#region License
120
+ /**
121
+ * @license
122
+ * Copyright 2020 Energinet DataHub A/S
123
+ *
124
+ * Licensed under the Apache License, Version 2.0 (the "License2");
125
+ * you may not use this file except in compliance with the License.
126
+ * You may obtain a copy of the License at
127
+ *
128
+ * http://www.apache.org/licenses/LICENSE-2.0
129
+ *
130
+ * Unless required by applicable law or agreed to in writing, software
131
+ * distributed under the License is distributed on an "AS IS" BASIS,
132
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
133
+ * See the License for the specific language governing permissions and
134
+ * limitations under the License.
135
+ */
136
+ //#endregion
137
+
138
+ /**
139
+ * Generated bundle index. Do not edit.
140
+ */
141
+
142
+ export { WattResizeObserverDirective, WattResizeObserverService };
143
+ //# sourceMappingURL=energinet-watt-utils-resize-observer.mjs.map