@dso-toolkit/core 65.0.2 → 66.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (273) hide show
  1. package/dist/cjs/dso-alert_6.cjs.entry.js +3 -4
  2. package/dist/cjs/dso-alert_6.cjs.entry.js.map +1 -1
  3. package/dist/cjs/dso-annotation-locatie_2.cjs.entry.js +1 -1
  4. package/dist/cjs/dso-card-container.cjs.entry.js +1 -1
  5. package/dist/cjs/dso-card.cjs.entry.js +7 -35
  6. package/dist/cjs/dso-card.cjs.entry.js.map +1 -1
  7. package/dist/cjs/dso-date-picker-legacy.cjs.entry.js +3 -3
  8. package/dist/cjs/dso-date-picker.cjs.entry.js +1 -1
  9. package/dist/cjs/dso-document-card.cjs.entry.js +45 -0
  10. package/dist/cjs/dso-document-card.cjs.entry.js.map +1 -0
  11. package/dist/cjs/dso-dropdown-menu.cjs.entry.js +1 -1
  12. package/dist/cjs/dso-helpcenter-panel.cjs.entry.js +2 -2
  13. package/dist/cjs/dso-highlight-box.cjs.entry.js +1 -1
  14. package/dist/cjs/dso-icon.cjs.entry.js +1 -1
  15. package/dist/cjs/dso-info-button.cjs.entry.js +2 -2
  16. package/dist/cjs/dso-info-button.cjs.entry.js.map +1 -1
  17. package/dist/cjs/dso-info_2.cjs.entry.js +2 -2
  18. package/dist/cjs/dso-input-range.cjs.entry.js +2 -2
  19. package/dist/cjs/dso-label_2.cjs.entry.js +4 -4
  20. package/dist/cjs/dso-legend-item.cjs.entry.js +2 -2
  21. package/dist/cjs/dso-list-button.cjs.entry.js +1 -1
  22. package/dist/cjs/dso-logo.cjs.entry.js +1 -1
  23. package/dist/cjs/dso-map-base-layers.cjs.entry.js +1 -1
  24. package/dist/cjs/dso-map-controls.cjs.entry.js +1 -1
  25. package/dist/cjs/dso-map-overlays.cjs.entry.js +1 -1
  26. package/dist/cjs/dso-mark-bar.cjs.entry.js +1 -1
  27. package/dist/cjs/dso-modal.cjs.entry.js +2 -2
  28. package/dist/cjs/dso-plekinfo-card.cjs.entry.js +59 -0
  29. package/dist/cjs/dso-plekinfo-card.cjs.entry.js.map +1 -0
  30. package/dist/cjs/dso-progress-bar.cjs.entry.js +1 -1
  31. package/dist/cjs/dso-progress-indicator.cjs.entry.js +1 -1
  32. package/dist/cjs/dso-project-item.cjs.entry.js +1 -1
  33. package/dist/cjs/dso-renvooi_2.cjs.entry.js +1 -1
  34. package/dist/cjs/dso-responsive-element.cjs.entry.js +1 -1
  35. package/dist/cjs/dso-scrollable.cjs.entry.js +2 -2
  36. package/dist/cjs/dso-tabs.cjs.entry.js +1 -1
  37. package/dist/cjs/dso-toggletip.cjs.entry.js +1 -1
  38. package/dist/cjs/dso-toolkit.cjs.js +1 -1
  39. package/dist/cjs/dso-tree-view.cjs.entry.js +1 -1
  40. package/dist/cjs/dso-viewer-grid.cjs.entry.js +1 -1
  41. package/dist/cjs/dsot-document-component-demo.cjs.entry.js +1 -1
  42. package/dist/cjs/loader.cjs.js +1 -1
  43. package/dist/collection/collection-manifest.json +2 -0
  44. package/dist/collection/components/card/card.css +33 -17
  45. package/dist/collection/components/card/card.interfaces.js.map +1 -1
  46. package/dist/collection/components/card/card.js +35 -79
  47. package/dist/collection/components/card/card.js.map +1 -1
  48. package/dist/collection/components/card-container/card-container.js +1 -1
  49. package/dist/collection/components/date-picker/date-picker.js +1 -1
  50. package/dist/collection/components/date-picker-legacy/date-picker-legacy.js +3 -3
  51. package/dist/collection/components/document-card/document-card.css +90 -0
  52. package/dist/collection/components/document-card/document-card.interfaces.js +2 -0
  53. package/dist/collection/components/document-card/document-card.interfaces.js.map +1 -0
  54. package/dist/collection/components/document-card/document-card.js +111 -0
  55. package/dist/collection/components/document-card/document-card.js.map +1 -0
  56. package/dist/collection/components/document-component/document-component.js +1 -1
  57. package/dist/collection/components/document-component-demo/document-component.demo.js +1 -1
  58. package/dist/collection/components/dropdown-menu/dropdown-menu.js +1 -1
  59. package/dist/collection/components/helpcenter-panel/helpcenter-panel.js +2 -2
  60. package/dist/collection/components/highlight-box/highlight-box.js +1 -1
  61. package/dist/collection/components/icon/icon.js +1 -1
  62. package/dist/collection/components/image-overlay/image-overlay.js +1 -2
  63. package/dist/collection/components/image-overlay/image-overlay.js.map +1 -1
  64. package/dist/collection/components/info/info.js +1 -1
  65. package/dist/collection/components/info-button/info-button.css +1 -1
  66. package/dist/collection/components/info-button/info-button.js +1 -1
  67. package/dist/collection/components/input-range/input-range.js +2 -2
  68. package/dist/collection/components/label/label.js +3 -3
  69. package/dist/collection/components/legend-item/legend-item.js +2 -2
  70. package/dist/collection/components/list-button/list-button.js +1 -1
  71. package/dist/collection/components/logo/logo.js +1 -1
  72. package/dist/collection/components/map-base-layers/map-base-layers.js +1 -1
  73. package/dist/collection/components/map-controls/map-controls.js +1 -1
  74. package/dist/collection/components/map-overlays/map-overlays.js +1 -1
  75. package/dist/collection/components/mark-bar/mark-bar.js +1 -1
  76. package/dist/collection/components/modal/modal.js +2 -2
  77. package/dist/collection/components/ozon-content/ozon-content.js +1 -1
  78. package/dist/collection/components/plekinfo-card/plekinfo-card.css +157 -0
  79. package/dist/collection/components/plekinfo-card/plekinfo-card.interfaces.js +2 -0
  80. package/dist/collection/components/plekinfo-card/plekinfo-card.interfaces.js.map +1 -0
  81. package/dist/collection/components/plekinfo-card/plekinfo-card.js +148 -0
  82. package/dist/collection/components/plekinfo-card/plekinfo-card.js.map +1 -0
  83. package/dist/collection/components/progress-bar/progress-bar.js +1 -1
  84. package/dist/collection/components/progress-indicator/progress-indicator.js +1 -1
  85. package/dist/collection/components/project-item/project-item.js +1 -1
  86. package/dist/collection/components/responsive-element/responsive-element.js +1 -1
  87. package/dist/collection/components/scrollable/scrollable.js +2 -2
  88. package/dist/collection/components/selectable/selectable.js +1 -1
  89. package/dist/collection/components/slide-toggle/slide-toggle.js +1 -1
  90. package/dist/collection/components/table/table.js +1 -1
  91. package/dist/collection/components/tabs/tabs.js +1 -1
  92. package/dist/collection/components/toggletip/toggletip.js +1 -1
  93. package/dist/collection/components/tooltip/tooltip.js +1 -1
  94. package/dist/collection/components/tree-view/tree-view.js +1 -1
  95. package/dist/collection/components/viewer-grid/viewer-grid.js +1 -1
  96. package/dist/components/document-component.js +1 -1
  97. package/dist/components/dropdown-menu.js +1 -1
  98. package/dist/components/dso-card-container.js +1 -1
  99. package/dist/components/dso-card.js +9 -38
  100. package/dist/components/dso-card.js.map +1 -1
  101. package/dist/components/dso-date-picker-legacy.js +3 -3
  102. package/dist/components/dso-date-picker.js +1 -1
  103. package/dist/components/dso-document-card.d.ts +11 -0
  104. package/dist/components/dso-document-card.js +68 -0
  105. package/dist/components/dso-document-card.js.map +1 -0
  106. package/dist/components/dso-helpcenter-panel.js +2 -2
  107. package/dist/components/dso-highlight-box.js +1 -1
  108. package/dist/components/dso-input-range.js +2 -2
  109. package/dist/components/dso-legend-item.js +2 -2
  110. package/dist/components/dso-list-button.js +1 -1
  111. package/dist/components/dso-logo.js +1 -1
  112. package/dist/components/dso-map-base-layers.js +1 -1
  113. package/dist/components/dso-map-controls.js +1 -1
  114. package/dist/components/dso-map-overlays.js +1 -1
  115. package/dist/components/dso-mark-bar.js +1 -1
  116. package/dist/components/dso-modal.js +2 -2
  117. package/dist/components/dso-plekinfo-card.d.ts +11 -0
  118. package/dist/components/dso-plekinfo-card.js +83 -0
  119. package/dist/components/dso-plekinfo-card.js.map +1 -0
  120. package/dist/components/dso-progress-bar.js +1 -1
  121. package/dist/components/dso-project-item.js +1 -1
  122. package/dist/components/dso-tabs.js +1 -1
  123. package/dist/components/dso-tree-view.js +1 -1
  124. package/dist/components/dso-viewer-grid.js +1 -1
  125. package/dist/components/dsot-document-component-demo.js +1 -1
  126. package/dist/components/icon.js +1 -1
  127. package/dist/components/image-overlay.js +1 -2
  128. package/dist/components/image-overlay.js.map +1 -1
  129. package/dist/components/index.d.ts +4 -0
  130. package/dist/components/index.js +2 -0
  131. package/dist/components/index.js.map +1 -1
  132. package/dist/components/info-button.js +2 -2
  133. package/dist/components/info-button.js.map +1 -1
  134. package/dist/components/info.js +1 -1
  135. package/dist/components/label.js +3 -3
  136. package/dist/components/ozon-content.js +1 -1
  137. package/dist/components/progress-indicator.js +1 -1
  138. package/dist/components/responsive-element.js +1 -1
  139. package/dist/components/scrollable.js +2 -2
  140. package/dist/components/selectable.js +1 -1
  141. package/dist/components/slide-toggle.js +1 -1
  142. package/dist/components/table.js +1 -1
  143. package/dist/components/toggletip.js +1 -1
  144. package/dist/components/tooltip.js +1 -1
  145. package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
  146. package/dist/dso-toolkit/dso-toolkit.esm.js.map +1 -1
  147. package/dist/dso-toolkit/p-05094f69.entry.js +2 -0
  148. package/dist/dso-toolkit/{p-9772e3b6.entry.js → p-228e4c2d.entry.js} +2 -2
  149. package/dist/dso-toolkit/{p-33629822.entry.js → p-34f1afd3.entry.js} +2 -2
  150. package/dist/dso-toolkit/{p-e4eed4a2.entry.js → p-3be4c978.entry.js} +2 -2
  151. package/dist/dso-toolkit/{p-4948f5e5.entry.js → p-3cdfb92e.entry.js} +2 -2
  152. package/dist/dso-toolkit/p-462d045d.entry.js +2 -0
  153. package/dist/dso-toolkit/p-462d045d.entry.js.map +1 -0
  154. package/dist/dso-toolkit/{p-34c19fc1.entry.js → p-64bf55d1.entry.js} +2 -2
  155. package/dist/dso-toolkit/{p-19dd99c6.entry.js → p-65f73444.entry.js} +2 -2
  156. package/dist/dso-toolkit/p-6a414b15.entry.js +2 -0
  157. package/dist/dso-toolkit/{p-d7358e77.entry.js.map → p-6a414b15.entry.js.map} +1 -1
  158. package/dist/dso-toolkit/p-6ff3146e.entry.js +2 -0
  159. package/dist/dso-toolkit/p-6ff3146e.entry.js.map +1 -0
  160. package/dist/dso-toolkit/{p-ff8a8429.entry.js → p-8b9ee8d3.entry.js} +2 -2
  161. package/dist/dso-toolkit/{p-c0460667.entry.js → p-8dbf4868.entry.js} +2 -2
  162. package/dist/dso-toolkit/{p-e563fe5b.entry.js → p-950d43d8.entry.js} +2 -2
  163. package/dist/dso-toolkit/p-9a3879d8.entry.js +2 -0
  164. package/dist/dso-toolkit/p-9a3879d8.entry.js.map +1 -0
  165. package/dist/dso-toolkit/{p-0cd85e9b.entry.js → p-9ebf26d8.entry.js} +2 -2
  166. package/dist/dso-toolkit/{p-54dd8d20.entry.js → p-a168dbd1.entry.js} +2 -2
  167. package/dist/dso-toolkit/{p-9af9870b.entry.js → p-a6f19891.entry.js} +2 -2
  168. package/dist/dso-toolkit/{p-4d1af9b6.entry.js → p-a801f428.entry.js} +2 -2
  169. package/dist/dso-toolkit/{p-afb2d842.entry.js → p-a9427715.entry.js} +2 -2
  170. package/dist/dso-toolkit/{p-e96c2531.entry.js → p-ab22347c.entry.js} +2 -2
  171. package/dist/dso-toolkit/{p-2ab51dba.entry.js → p-ae076d5b.entry.js} +2 -2
  172. package/dist/dso-toolkit/{p-f9a0b819.entry.js → p-bb87ef29.entry.js} +2 -2
  173. package/dist/dso-toolkit/p-bda2d5ce.entry.js +2 -0
  174. package/dist/dso-toolkit/{p-85d58afe.entry.js → p-c228d56a.entry.js} +2 -2
  175. package/dist/dso-toolkit/{p-2a83ec2c.entry.js → p-c7b2a5ef.entry.js} +2 -2
  176. package/dist/dso-toolkit/p-d67efa9d.entry.js +2 -0
  177. package/dist/dso-toolkit/p-d67efa9d.entry.js.map +1 -0
  178. package/dist/dso-toolkit/{p-5db11fa4.entry.js → p-d885c651.entry.js} +2 -2
  179. package/dist/dso-toolkit/{p-2f9c5d0e.entry.js → p-dd6cf2cd.entry.js} +2 -2
  180. package/dist/dso-toolkit/{p-4e6511c3.entry.js → p-e132910b.entry.js} +2 -2
  181. package/dist/dso-toolkit/{p-5fa80df5.entry.js → p-e3fea9f8.entry.js} +2 -2
  182. package/dist/dso-toolkit/{p-18318bd5.entry.js → p-e773c47e.entry.js} +2 -2
  183. package/dist/dso-toolkit/{p-d3d7cd07.entry.js → p-e96183ae.entry.js} +2 -2
  184. package/dist/dso-toolkit/{p-aa4d13b4.entry.js → p-e9896db2.entry.js} +2 -2
  185. package/dist/dso-toolkit/{p-0c228908.entry.js → p-ea46d648.entry.js} +2 -2
  186. package/dist/dso-toolkit/{p-448d84e3.entry.js → p-ef8fbe01.entry.js} +2 -2
  187. package/dist/esm/dso-alert_6.entry.js +3 -4
  188. package/dist/esm/dso-alert_6.entry.js.map +1 -1
  189. package/dist/esm/dso-annotation-locatie_2.entry.js +1 -1
  190. package/dist/esm/dso-card-container.entry.js +1 -1
  191. package/dist/esm/dso-card.entry.js +7 -35
  192. package/dist/esm/dso-card.entry.js.map +1 -1
  193. package/dist/esm/dso-date-picker-legacy.entry.js +3 -3
  194. package/dist/esm/dso-date-picker.entry.js +1 -1
  195. package/dist/esm/dso-document-card.entry.js +41 -0
  196. package/dist/esm/dso-document-card.entry.js.map +1 -0
  197. package/dist/esm/dso-dropdown-menu.entry.js +1 -1
  198. package/dist/esm/dso-helpcenter-panel.entry.js +2 -2
  199. package/dist/esm/dso-highlight-box.entry.js +1 -1
  200. package/dist/esm/dso-icon.entry.js +1 -1
  201. package/dist/esm/dso-info-button.entry.js +2 -2
  202. package/dist/esm/dso-info-button.entry.js.map +1 -1
  203. package/dist/esm/dso-info_2.entry.js +2 -2
  204. package/dist/esm/dso-input-range.entry.js +2 -2
  205. package/dist/esm/dso-label_2.entry.js +4 -4
  206. package/dist/esm/dso-legend-item.entry.js +2 -2
  207. package/dist/esm/dso-list-button.entry.js +1 -1
  208. package/dist/esm/dso-logo.entry.js +1 -1
  209. package/dist/esm/dso-map-base-layers.entry.js +1 -1
  210. package/dist/esm/dso-map-controls.entry.js +1 -1
  211. package/dist/esm/dso-map-overlays.entry.js +1 -1
  212. package/dist/esm/dso-mark-bar.entry.js +1 -1
  213. package/dist/esm/dso-modal.entry.js +2 -2
  214. package/dist/esm/dso-plekinfo-card.entry.js +55 -0
  215. package/dist/esm/dso-plekinfo-card.entry.js.map +1 -0
  216. package/dist/esm/dso-progress-bar.entry.js +1 -1
  217. package/dist/esm/dso-progress-indicator.entry.js +1 -1
  218. package/dist/esm/dso-project-item.entry.js +1 -1
  219. package/dist/esm/dso-renvooi_2.entry.js +1 -1
  220. package/dist/esm/dso-responsive-element.entry.js +1 -1
  221. package/dist/esm/dso-scrollable.entry.js +2 -2
  222. package/dist/esm/dso-tabs.entry.js +1 -1
  223. package/dist/esm/dso-toggletip.entry.js +1 -1
  224. package/dist/esm/dso-toolkit.js +1 -1
  225. package/dist/esm/dso-tree-view.entry.js +1 -1
  226. package/dist/esm/dso-viewer-grid.entry.js +1 -1
  227. package/dist/esm/dsot-document-component-demo.entry.js +1 -1
  228. package/dist/esm/loader.js +1 -1
  229. package/dist/types/components/card/card.d.ts +14 -18
  230. package/dist/types/components/card/card.interfaces.d.ts +2 -3
  231. package/dist/types/components/document-card/document-card.d.ts +29 -0
  232. package/dist/types/components/document-card/document-card.interfaces.d.ts +5 -0
  233. package/dist/types/components/plekinfo-card/plekinfo-card.d.ts +34 -0
  234. package/dist/types/components/plekinfo-card/plekinfo-card.interfaces.d.ts +6 -0
  235. package/dist/types/components.d.ts +119 -21
  236. package/package.json +2 -2
  237. package/dist/dso-toolkit/p-2e413e3d.entry.js +0 -2
  238. package/dist/dso-toolkit/p-391deb2a.entry.js +0 -2
  239. package/dist/dso-toolkit/p-391deb2a.entry.js.map +0 -1
  240. package/dist/dso-toolkit/p-502f51b9.entry.js +0 -2
  241. package/dist/dso-toolkit/p-88aebd15.entry.js +0 -2
  242. package/dist/dso-toolkit/p-88aebd15.entry.js.map +0 -1
  243. package/dist/dso-toolkit/p-d7358e77.entry.js +0 -2
  244. /package/dist/dso-toolkit/{p-2e413e3d.entry.js.map → p-05094f69.entry.js.map} +0 -0
  245. /package/dist/dso-toolkit/{p-9772e3b6.entry.js.map → p-228e4c2d.entry.js.map} +0 -0
  246. /package/dist/dso-toolkit/{p-33629822.entry.js.map → p-34f1afd3.entry.js.map} +0 -0
  247. /package/dist/dso-toolkit/{p-e4eed4a2.entry.js.map → p-3be4c978.entry.js.map} +0 -0
  248. /package/dist/dso-toolkit/{p-4948f5e5.entry.js.map → p-3cdfb92e.entry.js.map} +0 -0
  249. /package/dist/dso-toolkit/{p-34c19fc1.entry.js.map → p-64bf55d1.entry.js.map} +0 -0
  250. /package/dist/dso-toolkit/{p-19dd99c6.entry.js.map → p-65f73444.entry.js.map} +0 -0
  251. /package/dist/dso-toolkit/{p-ff8a8429.entry.js.map → p-8b9ee8d3.entry.js.map} +0 -0
  252. /package/dist/dso-toolkit/{p-c0460667.entry.js.map → p-8dbf4868.entry.js.map} +0 -0
  253. /package/dist/dso-toolkit/{p-e563fe5b.entry.js.map → p-950d43d8.entry.js.map} +0 -0
  254. /package/dist/dso-toolkit/{p-0cd85e9b.entry.js.map → p-9ebf26d8.entry.js.map} +0 -0
  255. /package/dist/dso-toolkit/{p-54dd8d20.entry.js.map → p-a168dbd1.entry.js.map} +0 -0
  256. /package/dist/dso-toolkit/{p-9af9870b.entry.js.map → p-a6f19891.entry.js.map} +0 -0
  257. /package/dist/dso-toolkit/{p-4d1af9b6.entry.js.map → p-a801f428.entry.js.map} +0 -0
  258. /package/dist/dso-toolkit/{p-afb2d842.entry.js.map → p-a9427715.entry.js.map} +0 -0
  259. /package/dist/dso-toolkit/{p-e96c2531.entry.js.map → p-ab22347c.entry.js.map} +0 -0
  260. /package/dist/dso-toolkit/{p-2ab51dba.entry.js.map → p-ae076d5b.entry.js.map} +0 -0
  261. /package/dist/dso-toolkit/{p-f9a0b819.entry.js.map → p-bb87ef29.entry.js.map} +0 -0
  262. /package/dist/dso-toolkit/{p-502f51b9.entry.js.map → p-bda2d5ce.entry.js.map} +0 -0
  263. /package/dist/dso-toolkit/{p-85d58afe.entry.js.map → p-c228d56a.entry.js.map} +0 -0
  264. /package/dist/dso-toolkit/{p-2a83ec2c.entry.js.map → p-c7b2a5ef.entry.js.map} +0 -0
  265. /package/dist/dso-toolkit/{p-5db11fa4.entry.js.map → p-d885c651.entry.js.map} +0 -0
  266. /package/dist/dso-toolkit/{p-2f9c5d0e.entry.js.map → p-dd6cf2cd.entry.js.map} +0 -0
  267. /package/dist/dso-toolkit/{p-4e6511c3.entry.js.map → p-e132910b.entry.js.map} +0 -0
  268. /package/dist/dso-toolkit/{p-5fa80df5.entry.js.map → p-e3fea9f8.entry.js.map} +0 -0
  269. /package/dist/dso-toolkit/{p-18318bd5.entry.js.map → p-e773c47e.entry.js.map} +0 -0
  270. /package/dist/dso-toolkit/{p-d3d7cd07.entry.js.map → p-e96183ae.entry.js.map} +0 -0
  271. /package/dist/dso-toolkit/{p-aa4d13b4.entry.js.map → p-e9896db2.entry.js.map} +0 -0
  272. /package/dist/dso-toolkit/{p-0c228908.entry.js.map → p-ea46d648.entry.js.map} +0 -0
  273. /package/dist/dso-toolkit/{p-448d84e3.entry.js.map → p-ef8fbe01.entry.js.map} +0 -0
@@ -690,14 +690,14 @@ const DsoDatePickerLegacy$1 = /*@__PURE__*/ proxyCustomElement(class DsoDatePick
690
690
  if (maxDate) {
691
691
  maxYear = Math.min(maxYear, maxDate.getFullYear());
692
692
  }
693
- return (h(Host, { key: '2923901f9bdbccbd5ef5903d629412f5fd83d638' }, h("div", { key: 'dab6969a1692b0d79d1b39f624470cb92ef6978c', class: { "dso-date": true, "dso-visible": this.visible } }, h("div", { key: 'dceb33fc1b6b03f17338ac1eb93055ffc01dfeed', class: "dso-date__input-wrapper" }, h("input", { key: 'a69e06e7a3ffad161363e23289e1a430208c8f60', class: "dso-date__input", value: this.value, placeholder: this.localization.placeholder, id: this.identifier, disabled: this.disabled, role: (_a = this.role) !== null && _a !== void 0 ? _a : undefined, required: this.required ? true : undefined, "aria-autocomplete": "none", "aria-invalid": (_b = this.invalid) === null || _b === void 0 ? void 0 : _b.toString(), "aria-describedby": this.describedBy, onInput: this.handleInputChange, onFocus: this.handleFocus, onBlur: this.handleBlur, onKeyUp: this.handleKeyUp, onKeyDown: this.handleKeyDown, autoComplete: "off", ref: (element) => (this.datePickerLegacyInput = element) }), h("button", { key: 'e5512a64cd0d9f2e0867e6665d2e2fa1288b4d72', type: "button", class: "dso-date__toggle", onClick: this.toggleOpen, disabled: this.disabled, ref: (element) => (this.datePickerLegacyButton = element) }, h("span", { key: 'b06a7695d80f8e26e20227ce55da2e5099da9799', class: "dso-date__toggle-icon" }, h("dso-icon", { key: 'ace62b7cf13b2b0ae2d2798e1f4363d251b7b4c5', icon: "calendar" })), h("span", { key: '46b9b7c9e37b1eb378620df1c66201677f0ab4dd', class: "dso-date__vhidden" }, this.localization.buttonLabel, formattedDate && (h("span", { key: '157db057463d015ae84f892e2fd73ddd67a6ffaf' }, ", ", this.localization.selectedDateMessage, " ", formattedDate))))), h("div", { key: '83da0014367c9bdbe64e93ef1dd4ea4cab7bee7b', class: {
693
+ return (h(Host, { key: '21048228f8ece85acafa575b65effd49c8eb06fd' }, h("div", { key: '2e8c37e0bd890e5426e18b34c293d59e0dc28fd9', class: { "dso-date": true, "dso-visible": this.visible } }, h("div", { key: '4b5498556f0ecb2959301c6274fa1ba8beeb56ba', class: "dso-date__input-wrapper" }, h("input", { key: 'e4a9c11617188151109278dca34392a7a6fd7acf', class: "dso-date__input", value: this.value, placeholder: this.localization.placeholder, id: this.identifier, disabled: this.disabled, role: (_a = this.role) !== null && _a !== void 0 ? _a : undefined, required: this.required ? true : undefined, "aria-autocomplete": "none", "aria-invalid": (_b = this.invalid) === null || _b === void 0 ? void 0 : _b.toString(), "aria-describedby": this.describedBy, onInput: this.handleInputChange, onFocus: this.handleFocus, onBlur: this.handleBlur, onKeyUp: this.handleKeyUp, onKeyDown: this.handleKeyDown, autoComplete: "off", ref: (element) => (this.datePickerLegacyInput = element) }), h("button", { key: '59d003f5d3e0692fa692f10d2a6ea74c9d03bc73', type: "button", class: "dso-date__toggle", onClick: this.toggleOpen, disabled: this.disabled, ref: (element) => (this.datePickerLegacyButton = element) }, h("span", { key: '35499b0c092f6b64507ef47a8d453e3a9dcab0df', class: "dso-date__toggle-icon" }, h("dso-icon", { key: 'd479c33bec38d9c79aad1dbf135a8656da2bf54d', icon: "calendar" })), h("span", { key: '5868bdd17a5c2f5bfc05c7a662dd19be605f90a2', class: "dso-date__vhidden" }, this.localization.buttonLabel, formattedDate && (h("span", { key: '987d9d6cbad6763ecf3e8c3b1dc6cd7d60a372c0' }, ", ", this.localization.selectedDateMessage, " ", formattedDate))))), h("div", { key: 'bc69058909195de2555bda78e5849d4377e552b8', class: {
694
694
  "dso-date__dialog": true,
695
695
  "is-left": this.direction === "left",
696
696
  "is-active": this.open,
697
- }, role: "dialog", "aria-modal": "true", "aria-hidden": this.open ? "false" : "true", "aria-labelledby": this.dialogLabelId, onTouchMove: this.handleTouchMove, onTouchStart: this.handleTouchStart, onTouchEnd: this.handleTouchEnd }, h("div", { key: '42bd9a53e0cb0eb90a6469064964af8552f272e4', class: "dso-date__dialog-content", onKeyDown: this.handleEscKey }, h("div", { key: '91c1b6eec67012c493f54eab7c52d7e653d4d9a1', class: "dso-date__vhidden dso-date__instructions", "aria-live": "polite" }, this.localization.keyboardInstruction), h("div", { key: 'f4fd5892e4b42f1da1cf9581c6543b705b43d557', class: "dso-date__mobile", onFocusin: this.disableActiveFocus }, h("label", { key: 'c912fa9fdb19ed6915b7c01b8710cefb8957e2d2', class: "dso-date__mobile-heading" }, this.localization.calendarHeading), h("button", { key: '83c6aedf8ea8715654bcbd4a2546f0c8d75df0b9', class: "dso-date__close", ref: (element) => (this.firstFocusableElement = element), onKeyDown: this.handleFirstFocusableKeydown, onClick: () => this.hide(), type: "button" }, h("dso-icon", { key: '5403e2ed31318fdb9014c18492db444c8b83c51a', icon: "times" }), h("span", { key: '90f8f264d4dfb8b7f365124d91af8b5474810a06', class: "dso-date__vhidden" }, this.localization.closeLabel))), h("div", { key: '463f744fb48c7912cbb6522a82f0435ba7d99351', class: "dso-date__header", onFocusin: this.disableActiveFocus }, h("div", { key: 'cd45d2b6302d593fc73f5a42fecadd8f6599c18a' }, h("h2", { key: '2ccbb5082c9311feb81fc91e93bfbd6c2c34d640', id: this.dialogLabelId, class: "dso-date__vhidden", "aria-live": "polite" }, this.localization.monthNames[focusedMonth], " ", this.focusedDay.getFullYear()), h("label", { key: '48b8bc9d4321ab70c997385fe119bcc64663434d', htmlFor: this.monthSelectId, class: "dso-date__vhidden" }, this.localization.monthSelectLabel), h("div", { key: '9df2297e9c3b7218923f50ed719e4957dbdc55d4', class: "dso-date__select" }, h("select", { key: '022dc27bcda66e7f877a2061fdf83db5f0c8d5a5', id: this.monthSelectId, class: "dso-date__select--month", ref: (element) => (this.monthSelectNode = element), onChange: this.handleMonthSelect }, monthRange(this.localization, selectedYear, minDate, maxDate).map((month) => {
697
+ }, role: "dialog", "aria-modal": "true", "aria-hidden": this.open ? "false" : "true", "aria-labelledby": this.dialogLabelId, onTouchMove: this.handleTouchMove, onTouchStart: this.handleTouchStart, onTouchEnd: this.handleTouchEnd }, h("div", { key: '710d763d3b6fe8df45baddcfe3fa64b7f618f20b', class: "dso-date__dialog-content", onKeyDown: this.handleEscKey }, h("div", { key: 'f5825ef31295efa446836948e0af0fcc4ee36ab8', class: "dso-date__vhidden dso-date__instructions", "aria-live": "polite" }, this.localization.keyboardInstruction), h("div", { key: '83fb9c2a5a7121ddafec462c54d06b0ca4e7721b', class: "dso-date__mobile", onFocusin: this.disableActiveFocus }, h("label", { key: 'bfbbd91d21a62d54d04b231f49d2ec125b011bb8', class: "dso-date__mobile-heading" }, this.localization.calendarHeading), h("button", { key: 'a7a8dd097438f089517dedd43b7aea18dced74cd', class: "dso-date__close", ref: (element) => (this.firstFocusableElement = element), onKeyDown: this.handleFirstFocusableKeydown, onClick: () => this.hide(), type: "button" }, h("dso-icon", { key: 'a68b9956250b7884f4138d7b8e9ff9fac1ad8824', icon: "times" }), h("span", { key: '76f352ec95530ae49a75e81093d57f5ec6c0fa3b', class: "dso-date__vhidden" }, this.localization.closeLabel))), h("div", { key: '3406397370206832afd1dc7036ea25b930f72efa', class: "dso-date__header", onFocusin: this.disableActiveFocus }, h("div", { key: '2bd8c6328596ce2587452fc2dc3715b05c754d28' }, h("h2", { key: '8b9c739b4535ad8e0ce8403e615fa587e6d8aadb', id: this.dialogLabelId, class: "dso-date__vhidden", "aria-live": "polite" }, this.localization.monthNames[focusedMonth], " ", this.focusedDay.getFullYear()), h("label", { key: 'ce7cefb6892d05290f5524d02901cc1e8812b40b', htmlFor: this.monthSelectId, class: "dso-date__vhidden" }, this.localization.monthSelectLabel), h("div", { key: '28c13137c007701fbe0a3231eab38c9fb7d33e44', class: "dso-date__select" }, h("select", { key: 'b6d9ec18b2951b69b07315222bd943fa81ca7790', id: this.monthSelectId, class: "dso-date__select--month", ref: (element) => (this.monthSelectNode = element), onChange: this.handleMonthSelect }, monthRange(this.localization, selectedYear, minDate, maxDate).map((month) => {
698
698
  const index = this.localization.monthNames.indexOf(month);
699
699
  return (h("option", { key: month, value: index, selected: index === focusedMonth }, month));
700
- })), h("div", { key: '7c47642e0c754395d1c0a2d1640d92cf727533cf', class: "dso-date__select-label", "aria-hidden": "true" }, h("span", { key: 'b72e0ad1bef955c73aeac34344224d036199c2c3' }, this.localization.monthNamesShort[focusedMonth]), h("dso-icon", { key: '55fd550d1573262f24e8e23013be73f8b697775a', icon: "chevron-down" }))), h("label", { key: '8fd80561dd849ee6b4a599e7ca96f1a26acd8582', htmlFor: this.yearSelectId, class: "dso-date__vhidden" }, this.localization.yearSelectLabel), h("div", { key: '176ef978e8e325abd4c3136afe969ced69e68910', class: "dso-date__select" }, h("select", { key: '0a03aef1d277e895b3788ed755e0e77198b9e795', id: this.yearSelectId, class: "dso-date__select--year", onChange: this.handleYearSelect }, range(minYear, maxYear).map((year) => (h("option", { key: year, selected: year === focusedYear }, year)))), h("div", { key: 'd9a24296905e9d0909ce6df6e7c80dd1a9453b55', class: "dso-date__select-label", "aria-hidden": "true" }, h("span", { key: 'de2c0d294f86d2d4fddb506eca8253ddb5951c66' }, this.focusedDay.getFullYear()), h("dso-icon", { key: '7e94e19543b7235d4d58287cc4b2b53fa17993ce', icon: "chevron-down" })))), h("div", { key: '2b3e3042ab9d90bf809ba051b76b5c1ce01ae54c', class: "dso-date__nav" }, h("button", { key: '4aaa04b7fa451f802c4ec94f08375064ace4c88d', class: "dso-date__prev", onClick: this.handlePreviousMonthClick, disabled: prevMonthDisabled, type: "button" }, h("dso-icon", { key: 'a99c430d48a0ed22c100cd1205db4e32192ce3b1', icon: "chevron-left" }), h("span", { key: '9908b1c22f3fcbfc65a68233d1b14f916401280e', class: "dso-date__vhidden" }, this.localization.prevMonthLabel)), h("button", { key: 'd469f09d74a85481b689eebc93497ba4bb8d4a68', class: "dso-date__next", onClick: this.handleNextMonthClick, disabled: nextMonthDisabled, type: "button" }, h("dso-icon", { key: '4d13b57208116ae603ed46e38c04025643ac4b8b', icon: "chevron-right" }), h("span", { key: 'e54bb9b92ef06d69b6bca8faef002b37e729d910', class: "dso-date__vhidden" }, this.localization.nextMonthLabel)))), h(DatePickerLegacyMonth, { key: '5674295fcc06f2d5887d17c52b998e1887d6bb37', selectedDate: valueAsDate, focusedDate: this.focusedDay, onDateSelect: this.handleDaySelect, onKeyboardNavigation: this.handleKeyboardNavigation, labelledById: this.dialogLabelId, localization: this.localization, firstDayOfWeek: this.firstDayOfWeek, focusedDayRef: this.processFocusedDayNode, min: minDate, max: maxDate }))))));
700
+ })), h("div", { key: 'b90d2b48cfe943b91bfae7f6e0002c59e28c471b', class: "dso-date__select-label", "aria-hidden": "true" }, h("span", { key: 'e5b72a3f93ed11b68ea21a84d302072956c78d67' }, this.localization.monthNamesShort[focusedMonth]), h("dso-icon", { key: '80be2680bd6f72d1c501ddbbacf6b9f4b15d9488', icon: "chevron-down" }))), h("label", { key: 'cd80f19fa89fb2f8715e28d6480d2fc9047d1296', htmlFor: this.yearSelectId, class: "dso-date__vhidden" }, this.localization.yearSelectLabel), h("div", { key: 'a50afb24985b062fb92a649d7bc42b3d87598dd2', class: "dso-date__select" }, h("select", { key: '90902c118e070b881d157e9f6c62352086da0c7a', id: this.yearSelectId, class: "dso-date__select--year", onChange: this.handleYearSelect }, range(minYear, maxYear).map((year) => (h("option", { key: year, selected: year === focusedYear }, year)))), h("div", { key: '4f2eb767b984cfe734d8cadd9398af6cc36487d8', class: "dso-date__select-label", "aria-hidden": "true" }, h("span", { key: 'c6942320ed7fb30b89b397de2db6d45edb49812f' }, this.focusedDay.getFullYear()), h("dso-icon", { key: '47f33877c1bf98dffac4786a93fa04904354e52c', icon: "chevron-down" })))), h("div", { key: 'c4755a4ad89a3be55666ed5d107c93f314774241', class: "dso-date__nav" }, h("button", { key: '64ae003276cf0086c824f0b108ad076eeb6a090e', class: "dso-date__prev", onClick: this.handlePreviousMonthClick, disabled: prevMonthDisabled, type: "button" }, h("dso-icon", { key: '24bb4171871179fb898b40f5b30d7188d4365cce', icon: "chevron-left" }), h("span", { key: '1f25eee813d9732235b382e513d851e1e47a5b1b', class: "dso-date__vhidden" }, this.localization.prevMonthLabel)), h("button", { key: 'a1f01fd959e030d8c6bff6f0c7d47aa5ccae9fe3', class: "dso-date__next", onClick: this.handleNextMonthClick, disabled: nextMonthDisabled, type: "button" }, h("dso-icon", { key: '03b4b21054ed24422283cde0ea3de83a547c3537', icon: "chevron-right" }), h("span", { key: 'd9706fd79cb7fd362a9853d6f9ba0556095fa3de', class: "dso-date__vhidden" }, this.localization.nextMonthLabel)))), h(DatePickerLegacyMonth, { key: '710479d8e9823855ad515bf3b0d2cb6f8a0cc914', selectedDate: valueAsDate, focusedDate: this.focusedDay, onDateSelect: this.handleDaySelect, onKeyboardNavigation: this.handleKeyboardNavigation, labelledById: this.dialogLabelId, localization: this.localization, firstDayOfWeek: this.firstDayOfWeek, focusedDayRef: this.processFocusedDayNode, min: minDate, max: maxDate }))))));
701
701
  }
702
702
  get element() { return this; }
703
703
  static get style() { return DsoDatePickerLegacyStyle0; }
@@ -138,7 +138,7 @@ const DsoDatePicker$1 = /*@__PURE__*/ proxyCustomElement(class DsoDatePicker ext
138
138
  }
139
139
  render() {
140
140
  var _a;
141
- return (h("input", { key: 'ab327f9e162793c1abdcdd3b7e1242b6ddee1ddb', type: "date", id: this.identifier, class: "dso-date__input", value: parseToValueFormat(this.value), name: this.name, min: parseToValueFormat(this.min), max: parseToValueFormat(this.max), disabled: this.disabled || undefined, required: this.required || undefined, "aria-autocomplete": "none", "aria-invalid": (_a = this.invalid) === null || _a === void 0 ? void 0 : _a.toString(), "aria-describedby": this.describedBy, autoComplete: "off", autofocus: this.dsoAutofocus || undefined, onBlur: this.handleBlur, onFocus: this.handleFocus, onKeyUp: this.handleKeyUp, onKeyDown: this.handleKeyDown, onChange: this.handleInputChange }));
141
+ return (h("input", { key: '396b62306362c143d28c80cae648f11b59886c22', type: "date", id: this.identifier, class: "dso-date__input", value: parseToValueFormat(this.value), name: this.name, min: parseToValueFormat(this.min), max: parseToValueFormat(this.max), disabled: this.disabled || undefined, required: this.required || undefined, "aria-autocomplete": "none", "aria-invalid": (_a = this.invalid) === null || _a === void 0 ? void 0 : _a.toString(), "aria-describedby": this.describedBy, autoComplete: "off", autofocus: this.dsoAutofocus || undefined, onBlur: this.handleBlur, onFocus: this.handleFocus, onKeyUp: this.handleKeyUp, onKeyDown: this.handleKeyDown, onChange: this.handleInputChange }));
142
142
  }
143
143
  get element() { return this; }
144
144
  static get style() { return DsoDatePickerStyle0; }
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface DsoDocumentCard extends Components.DsoDocumentCard, HTMLElement {}
4
+ export const DsoDocumentCard: {
5
+ prototype: DsoDocumentCard;
6
+ new (): DsoDocumentCard;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,68 @@
1
+ import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h } from '@stencil/core/internal/client';
2
+ import { i as isModifiedEvent } from './is-modified-event.js';
3
+ import { d as defineCustomElement$2 } from './icon.js';
4
+
5
+ const documentCardCss = "*,*::after,*::before{box-sizing:border-box}:host{display:block}.dso-document-card-container{padding-block:16px 8px;padding-inline:16px;inline-size:100%}.dso-document-card-container .dso-document-card-heading{align-items:center;display:flex}@media screen and (max-width: 480px){.dso-document-card-container .dso-document-card-heading{flex-wrap:wrap}}.dso-document-card-container:has(.dso-document-card-heading a:is(:hover,:focus-visible)){background-color:#f2f2f2}:host([active]:not([active=false])) .dso-document-card-container{background-color:#e5e5e5}::slotted([slot=meta]){display:flex !important;justify-content:space-between !important;margin-inline-start:auto !important}@media screen and (max-width: 480px){::slotted([slot=meta]){flex-basis:100% !important;margin-block-start:16px !important}}::slotted([slot=heading]){align-items:center !important;display:flex !important;font-size:1.125em !important;margin-block-end:0 !important;margin-block-start:0 !important}.heading-anchor{display:flex;gap:4px;color:#275937;text-decoration:none}.heading-anchor:hover{color:#275937;text-decoration:underline}.heading-anchor:visited{color:#275937}.heading-anchor dso-icon{flex-shrink:0}.heading-anchor .sr-only{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}::slotted([slot=type]){--_dt-info-button-margin-inline-start:0;display:flex !important;gap:8px !important}.dso-document-card-heading+.dso-document-card-type,.dso-document-card-heading+.dso-document-card-status,.dso-document-card-type+.dso-document-card-status{margin-block-start:8px}";
6
+ const DsoDocumentCardStyle0 = documentCardCss;
7
+
8
+ const DocumentCard = /*@__PURE__*/ proxyCustomElement(class DocumentCard extends HTMLElement {
9
+ constructor() {
10
+ super();
11
+ this.__registerHost();
12
+ this.__attachShadow();
13
+ this.dsoDocumentCardClick = createEvent(this, "dsoDocumentCardClick", 7);
14
+ this.href = undefined;
15
+ this.active = undefined;
16
+ }
17
+ connectedCallback() {
18
+ this.mutationObserver = new MutationObserver(() => forceUpdate(this.host));
19
+ this.mutationObserver.observe(this.host, { attributes: true, childList: true });
20
+ }
21
+ disconnectedCallback() {
22
+ var _a;
23
+ (_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
24
+ delete this.mutationObserver;
25
+ }
26
+ clickEventHandler(e) {
27
+ if (!(e.target instanceof HTMLElement) || !this.href) {
28
+ return;
29
+ }
30
+ return this.dsoDocumentCardClick.emit({ originalEvent: e, isModifiedEvent: isModifiedEvent(e) });
31
+ }
32
+ get metaSlottedElement() {
33
+ return this.host.querySelector("[slot='meta']");
34
+ }
35
+ render() {
36
+ return (h("div", { key: 'da5f35bfb4340de8123393e31d955f5e232ac1da', class: "dso-document-card-container" }, h("div", { key: 'ebb1766cc91cddff11952de180ae5c4f5e974300', class: "dso-document-card-heading" }, h("a", { key: '44c19ab92d9adce26bf92b71cc763e7f1b55df9a', href: this.href, class: "heading-anchor", onClick: (e) => this.clickEventHandler(e) }, h("slot", { key: 'd528a084a56638ec201e4494559cc5c414a22fc6', name: "heading" }), h("dso-icon", { key: 'ec5fce61c68a57ca116f8e7a836fc7cdf2fed653', icon: "chevron-right" })), this.metaSlottedElement !== null && h("slot", { key: 'ed4e4d9029de18af9cfcb34e4bb3da413b38dd84', name: "meta" })), h("div", { key: '0850812c5838eec5dcae5dbe0615a15984e3cefb', class: "dso-document-card-type" }, h("slot", { key: 'e6ad51fac2e3f166dbbd51dee7931cc1b4d74c4f', name: "type" })), h("div", { key: '1c77dc25e082ad3e82299ff991793d92713a0574', class: "dso-document-card-status" }, h("slot", { key: 'ee43d829ce2ac1457cedba9f0c4c0dbaeece098c', name: "status" }))));
37
+ }
38
+ get host() { return this; }
39
+ static get style() { return DsoDocumentCardStyle0; }
40
+ }, [1, "dso-document-card", {
41
+ "href": [513],
42
+ "active": [516]
43
+ }]);
44
+ function defineCustomElement$1() {
45
+ if (typeof customElements === "undefined") {
46
+ return;
47
+ }
48
+ const components = ["dso-document-card", "dso-icon"];
49
+ components.forEach(tagName => { switch (tagName) {
50
+ case "dso-document-card":
51
+ if (!customElements.get(tagName)) {
52
+ customElements.define(tagName, DocumentCard);
53
+ }
54
+ break;
55
+ case "dso-icon":
56
+ if (!customElements.get(tagName)) {
57
+ defineCustomElement$2();
58
+ }
59
+ break;
60
+ } });
61
+ }
62
+
63
+ const DsoDocumentCard = DocumentCard;
64
+ const defineCustomElement = defineCustomElement$1;
65
+
66
+ export { DsoDocumentCard, defineCustomElement };
67
+
68
+ //# sourceMappingURL=dso-document-card.js.map
@@ -0,0 +1 @@
1
+ {"file":"dso-document-card.js","mappings":";;;;AAAA,MAAM,eAAe,GAAG,0kDAA0kD,CAAC;AACnmD,8BAAe,eAAe;;MCgBjB,YAAY;;;;;;;;;IAwBvB,iBAAiB;QACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,gBAAgB,CAAC,MAAM,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;QAE3E,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;KACjF;IAED,oBAAoB;;QAClB,MAAA,IAAI,CAAC,gBAAgB,0CAAE,UAAU,EAAE,CAAC;QAEpC,OAAO,IAAI,CAAC,gBAAgB,CAAC;KAC9B;IAEO,iBAAiB,CAAC,CAAa;QACrC,IAAI,EAAE,CAAC,CAAC,MAAM,YAAY,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;YACpD,OAAO;SACR;QAED,OAAO,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,aAAa,EAAE,CAAC,EAAE,eAAe,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;KAClG;IAED,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;KACjD;IAED,MAAM;QACJ,QACE,4DAAK,KAAK,EAAC,6BAA6B,IACtC,4DAAK,KAAK,EAAC,2BAA2B,IACpC,0DAAG,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,IAClF,6DAAM,IAAI,EAAC,SAAS,GAAG,EACvB,iEAAU,IAAI,EAAC,eAAe,GAAY,CACxC,EACH,IAAI,CAAC,kBAAkB,KAAK,IAAI,IAAI,6DAAM,IAAI,EAAC,MAAM,GAAG,CACrD,EACN,4DAAK,KAAK,EAAC,wBAAwB,IACjC,6DAAM,IAAI,EAAC,MAAM,GAAG,CAChB,EACN,4DAAK,KAAK,EAAC,0BAA0B,IACnC,6DAAM,IAAI,EAAC,QAAQ,GAAG,CAClB,CACF,EACN;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/document-card/document-card.scss?tag=dso-document-card&encapsulation=shadow","src/components/document-card/document-card.tsx"],"sourcesContent":["@use \"~dso-toolkit/src/utilities\";\r\n@use \"~dso-toolkit/src/variables/media-query-breakpoints\";\r\n@use \"~dso-toolkit/src/variables/units\";\r\n@use \"~dso-toolkit/src/components/document-card\";\r\n\r\n@include utilities.box-sizing();\r\n\r\n:host {\r\n display: block;\r\n}\r\n\r\n.dso-document-card-container {\r\n padding-block: units.$u2 units.$u1;\r\n padding-inline: units.$u2;\r\n inline-size: 100%;\r\n\r\n .dso-document-card-heading {\r\n align-items: center;\r\n display: flex;\r\n\r\n @media screen and (max-width: media-query-breakpoints.$screen-xs-min) {\r\n flex-wrap: wrap;\r\n }\r\n }\r\n\r\n &:has(.dso-document-card-heading a:is(:hover, :focus-visible)) {\r\n background-color: document-card.$background-color-hover;\r\n }\r\n}\r\n\r\n:host([active]:not([active=\"false\"])) {\r\n .dso-document-card-container {\r\n background-color: document-card.$background-color-active;\r\n }\r\n}\r\n\r\n::slotted([slot=\"meta\"]) {\r\n display: flex !important;\r\n justify-content: space-between !important;\r\n margin-inline-start: auto !important;\r\n\r\n @media screen and (max-width: media-query-breakpoints.$screen-xs-min) {\r\n flex-basis: 100% !important;\r\n margin-block-start: units.$u2 !important;\r\n }\r\n}\r\n\r\n::slotted([slot=\"heading\"]) {\r\n align-items: center !important;\r\n display: flex !important;\r\n font-size: 1.125em !important;\r\n margin-block-end: 0 !important;\r\n margin-block-start: 0 !important;\r\n}\r\n\r\n.heading-anchor {\r\n display: flex;\r\n gap: units.$u1 * 0.5;\r\n\r\n color: document-card.$heading-anchor-color;\r\n text-decoration: none;\r\n\r\n &:hover {\r\n color: document-card.$heading-anchor-hover-color;\r\n text-decoration: underline;\r\n }\r\n\r\n &:visited {\r\n color: document-card.$heading-anchor-color;\r\n }\r\n\r\n dso-icon {\r\n flex-shrink: 0;\r\n }\r\n\r\n .sr-only {\r\n @include utilities.sr-only();\r\n }\r\n}\r\n\r\n::slotted([slot=\"type\"]) {\r\n --_dt-info-button-margin-inline-start: 0;\r\n\r\n display: flex !important;\r\n gap: units.$u1 !important;\r\n}\r\n\r\n.dso-document-card-heading + .dso-document-card-type,\r\n.dso-document-card-heading + .dso-document-card-status,\r\n.dso-document-card-type + .dso-document-card-status {\r\n margin-block-start: units.$u1;\r\n}\r\n","import { h, Component, ComponentInterface, Element, Event, EventEmitter, Prop, forceUpdate } from \"@stencil/core\";\r\n\r\nimport { isModifiedEvent } from \"../../utils/is-modified-event\";\r\n\r\nimport { DocumentCardClickEvent } from \"./document-card.interfaces\";\r\n\r\n/**\r\n * @slot heading - A slot to place the title of the card in.\r\n * @slot meta - An optional slot to place a `Label` in.\r\n * @slot type - A slot to hold type of document with an optional `Toggletip`.\r\n * @slot status - A slot to hold some status information on the document.\r\n */\r\n@Component({\r\n tag: \"dso-document-card\",\r\n styleUrl: \"document-card.scss\",\r\n shadow: true,\r\n})\r\nexport class DocumentCard implements ComponentInterface {\r\n @Element()\r\n host!: HTMLDsoDocumentCardElement;\r\n\r\n /**\r\n * The URL to which the DocumentCard heading links.\r\n */\r\n @Prop({ reflect: true })\r\n href!: string | undefined;\r\n\r\n /**\r\n * Makes the DocumentCard active.\r\n */\r\n @Prop({ reflect: true })\r\n active?: boolean;\r\n\r\n /**\r\n * Emitted when the DocumentCard heading is clicked.\r\n */\r\n @Event()\r\n dsoDocumentCardClick!: EventEmitter<DocumentCardClickEvent>;\r\n\r\n private mutationObserver?: MutationObserver;\r\n\r\n connectedCallback(): void {\r\n this.mutationObserver = new MutationObserver(() => forceUpdate(this.host));\r\n\r\n this.mutationObserver.observe(this.host, { attributes: true, childList: true });\r\n }\r\n\r\n disconnectedCallback(): void {\r\n this.mutationObserver?.disconnect();\r\n\r\n delete this.mutationObserver;\r\n }\r\n\r\n private clickEventHandler(e: MouseEvent) {\r\n if (!(e.target instanceof HTMLElement) || !this.href) {\r\n return;\r\n }\r\n\r\n return this.dsoDocumentCardClick.emit({ originalEvent: e, isModifiedEvent: isModifiedEvent(e) });\r\n }\r\n\r\n get metaSlottedElement() {\r\n return this.host.querySelector(\"[slot='meta']\");\r\n }\r\n\r\n render() {\r\n return (\r\n <div class=\"dso-document-card-container\">\r\n <div class=\"dso-document-card-heading\">\r\n <a href={this.href} class=\"heading-anchor\" onClick={(e) => this.clickEventHandler(e)}>\r\n <slot name=\"heading\" />\r\n <dso-icon icon=\"chevron-right\"></dso-icon>\r\n </a>\r\n {this.metaSlottedElement !== null && <slot name=\"meta\" />}\r\n </div>\r\n <div class=\"dso-document-card-type\">\r\n <slot name=\"type\" />\r\n </div>\r\n <div class=\"dso-document-card-status\">\r\n <slot name=\"status\" />\r\n </div>\r\n </div>\r\n );\r\n }\r\n}\r\n"],"version":3}
@@ -85,10 +85,10 @@ const HelpcenterPanel = /*@__PURE__*/ proxyCustomElement(class HelpcenterPanel e
85
85
  }
86
86
  }
87
87
  render() {
88
- return (h(Fragment, null, h("button", { key: '7ebc1495b2933c451a256a4006cc8282e8f2325e', type: "button", onClick: this.openClick, class: `open-button ${this.isOpen}`, "aria-expanded": this.isOpen === "open" ? "true" : "false", "aria-haspopup": "dialog", "aria-controls": "dso-panel-wrapper", ref: (element) => (this.openButtonElement = element) }, h("dso-icon", { key: '119fcbef430ef1808b1a7890dafae7a989ac84d8', icon: "help" }), h("span", { key: '2d92f7abc9c01f217e59f3560ff6ebfb7cc1161b' }, this.label)), h("div", { key: 'f57b69556a038441adc316cce74c5e29b455ff4c', id: "dso-panel-wrapper", class: `wrapper ${this.visibility}`, "aria-label": "helpcentrum", role: "dialog", ref: (element) => (this.panelWrapperElement = element) }, h("div", { key: '4ca3979f6e933c0b102d8443f494d52a51629605', class: "dimscreen", onClick: this.closeClick }), h("div", { key: 'da51b5c07f9bca49f35c0894997634ab736ab44d', class: `iframe-container ${this.slideState}`, "aria-live": "polite" }, this.loadIframe ? (h("iframe", { src: this.iframeUrl, tabindex: "0", onLoad: () => {
88
+ return (h(Fragment, null, h("button", { key: 'e1d37d4e3ebaf06b7a9c2d0aaed9298502d9754e', type: "button", onClick: this.openClick, class: `open-button ${this.isOpen}`, "aria-expanded": this.isOpen === "open" ? "true" : "false", "aria-haspopup": "dialog", "aria-controls": "dso-panel-wrapper", ref: (element) => (this.openButtonElement = element) }, h("dso-icon", { key: 'ba6afadc90c7f5f141416ce5d9930705e11e1e6d', icon: "help" }), h("span", { key: 'a7ac2634e19c2399d930cf65d71b922de37764b9' }, this.label)), h("div", { key: '752eef938f8b873229c972aa7cf2c384abb44527', id: "dso-panel-wrapper", class: `wrapper ${this.visibility}`, "aria-label": "helpcentrum", role: "dialog", ref: (element) => (this.panelWrapperElement = element) }, h("div", { key: '303a49bd479cf7df430fcbb109bcd71bacbb4997', class: "dimscreen", onClick: this.closeClick }), h("div", { key: '888e1c17800a263743d485ceae498019cb48e5d6', class: `iframe-container ${this.slideState}`, "aria-live": "polite" }, this.loadIframe ? (h("iframe", { src: this.iframeUrl, tabindex: "0", onLoad: () => {
89
89
  this.createTrap();
90
90
  this.iframeLoaded = true;
91
- } })) : (h("div", null))), h("button", { key: 'bf2c1b8eee6509c14ea3710e60c83c2fbc949517', type: "button", class: `close-button ${this.isOpen}`, onClick: this.closeClick, "aria-expanded": this.isOpen === "open" ? "true" : "false", "aria-controls": "dso-panel-wrapper", ref: (element) => (this.closeButtonElement = element) }, h("dso-icon", { key: '3ece8241d7f302a9471ce232e763955a8ffb3094', icon: "times" }), h("span", { key: '284e9eadf0404f45c34b128ff833f0e0e5e81642', class: "sr-only" }, "sluiten")))));
91
+ } })) : (h("div", null))), h("button", { key: '845463ff6598b4465b5dfd70f2df1c58a2fcf9bf', type: "button", class: `close-button ${this.isOpen}`, onClick: this.closeClick, "aria-expanded": this.isOpen === "open" ? "true" : "false", "aria-controls": "dso-panel-wrapper", ref: (element) => (this.closeButtonElement = element) }, h("dso-icon", { key: '4275abd1d65644a8ec6e8dff7d8d8a7faaa708e5', icon: "times" }), h("span", { key: '2b3d764a46b5a4a02862b9f1523bd9b055879581', class: "sr-only" }, "sluiten")))));
92
92
  }
93
93
  static get watchers() { return {
94
94
  "url": ["watchUrl"],
@@ -17,7 +17,7 @@ const HighlightBox = /*@__PURE__*/ proxyCustomElement(class HighlightBox extends
17
17
  render() {
18
18
  var _a;
19
19
  const hasCounter = this.step || !!this.element.querySelector("[slot=icon]");
20
- return (h(Host, { key: '94dfaf9efb9d2cb1f5910b8dd0f4cc37f8b24c17', "has-counter": hasCounter }, hasCounter && h("div", { key: '005ab4e5b5cec05e4b16e32e8fa6ee8e1da0eb06', class: "dso-step-counter" }, (_a = this.step) !== null && _a !== void 0 ? _a : h("slot", { key: 'e6f814e0bb7f5f791f441cd78bd25a0c14e3e60e', name: "icon" })), h("slot", { key: '2dfc8c0d8ea3222c2e8b5a59f168b3df80b70bcc' })));
20
+ return (h(Host, { key: '25d12143159d00c5e9b4e63f29fac2574add29c4', "has-counter": hasCounter }, hasCounter && h("div", { key: '22f247b99977aee14d66ee8b9bf90da3438fcf18', class: "dso-step-counter" }, (_a = this.step) !== null && _a !== void 0 ? _a : h("slot", { key: '2d08d1ea5381f056d3bf24d483ec1c0d223df4b8', name: "icon" })), h("slot", { key: '6a9a6a522dd16cb01471eeab3ebe156f82e57686' })));
21
21
  }
22
22
  get element() { return this; }
23
23
  static get style() { return DsoHighlightBoxStyle0; }
@@ -21,13 +21,13 @@ const InputRange = /*@__PURE__*/ proxyCustomElement(class InputRange extends HTM
21
21
  const min = this.min || 0;
22
22
  const max = this.max || 100;
23
23
  const step = this.step || 1;
24
- return (h(Fragment, null, this.description && (h("span", { key: '01c22533d0eddbb7bb513317c531bcc04ab5d12f', id: "description", hidden: true }, this.description)), h("span", { key: 'fc58429b96deef9728b7ede4707176124d5b2ca5', class: "counter min", "aria-hidden": "true" }, min, this.unit), h("input", { key: 'a9bee5cb4aef9a32141b12237a8cd80d453599a1', type: "range", min: this.min, max: this.max, value: this.value, class: "input", "aria-label": this.label, "aria-describedby": this.description ? "description" : undefined, onChange: (event) => this.dsoChange.emit({
24
+ return (h(Fragment, null, this.description && (h("span", { key: 'bafd8f561096b1c122444e422218bae57805bc4a', id: "description", hidden: true }, this.description)), h("span", { key: '2cd87a76024596c12da99f52de025a34535cc137', class: "counter min", "aria-hidden": "true" }, min, this.unit), h("input", { key: '096fd4d114eb459c331b0d9f684a807537a9f85e', type: "range", min: this.min, max: this.max, value: this.value, class: "input", "aria-label": this.label, "aria-describedby": this.description ? "description" : undefined, onChange: (event) => this.dsoChange.emit({
25
25
  originalEvent: event,
26
26
  value: event.target instanceof HTMLInputElement ? parseInt(event.target.value, 10) : undefined,
27
27
  max,
28
28
  min,
29
29
  step,
30
- }) }), h("span", { key: '883c3c66f15ae009ea147c265da96ba1b8e2167a', class: "counter max", "aria-hidden": "true" }, max, this.unit)));
30
+ }) }), h("span", { key: '158967493692699e1bf8314354b66eeddbf61d38', class: "counter max", "aria-hidden": "true" }, max, this.unit)));
31
31
  }
32
32
  get host() { return this; }
33
33
  static get style() { return DsoInputRangeStyle0; }
@@ -34,10 +34,10 @@ const LegendItem = /*@__PURE__*/ proxyCustomElement(class LegendItem extends HTM
34
34
  const hasSymbol = this.symbolSlottedElement !== null;
35
35
  const hasBody = this.bodySlottedElement !== null;
36
36
  const isSelectable = this.selectableSlottedElement !== null;
37
- return (h(Host, { key: '3a732bff9d1e998b7468c7e508edf41e472cdf1f', onMouseEnter: () => this.dsoMouseEnter.emit(), onMouseLeave: () => this.dsoMouseLeave.emit() }, h("div", { key: '8b2bba6b998955c91e5d67fa6dcd4424807b7c2a', class: clsx("legend-item", {
37
+ return (h(Host, { key: 'f3ed2e3af15bc7afaefe3e7dc1867e5d009343a9', onMouseEnter: () => this.dsoMouseEnter.emit(), onMouseLeave: () => this.dsoMouseLeave.emit() }, h("div", { key: '426bdfbe6aee907c9999a3deb7651fffbafee29b', class: clsx("legend-item", {
38
38
  "legend-item-symbol": hasSymbol,
39
39
  "legend-item-selectable": isSelectable,
40
- }) }, h("div", { key: '1f3bb12d214ed0877786a195dbae6185b00b6c97', hidden: !hasSymbol }, h("slot", { key: '032e27bcad7cf0a711e7afe05f782c7d51246d1d', name: "symbol" })), h("div", { key: '7ba425d10db6401e450090b94824bb66ff709e9b' }, h("slot", { key: 'a4f911e41c0a700a4aa13a7fb4aab1fcdbeffe8a' })), this.disabled && this.disabledMessage && (h("dso-toggletip", { key: 'f094a3c424c1d1fd181b57bfd51638bfb8ea0797', position: "bottom" }, this.disabledMessage)), this.removable && (h("button", { key: '025272a3802507a54d2e50741dd79ed8bd1ba130', id: "remove-button", type: "button", onClick: (e) => this.dsoRemoveClick.emit({ originalEvent: e }) }, h("span", { key: 'a1f96e0028b2af5d115216676bb2a2f31403f53d', class: "sr-only" }, "Legenda item verwijderen"), h("dso-icon", { key: 'b2c18e31618d3ce43536c1b2d3d48f5d66c16658', icon: "trash" }))), hasBody && !this.disabled && (h("button", { key: 'ef084b28d39bac92df86f5e4e9f441588fa77d3f', id: "edit-button", type: "button", onClick: () => (this.showBody = !this.showBody) }, h("span", { key: '2ca66b1cadf279727750086f02e3423029b39fec', class: "sr-only" }, "Legenda item aanpassen"), h("dso-icon", { key: '6fe03e75ecbc08e02956d75c10212ad3f566d6f4', icon: this.showBody ? "times" : "more" })))), h("div", { key: '061973981aa31be8a7b1ab51f94e301a1c4aa68b', hidden: !hasBody || this.disabled || !this.showBody, class: "body" }, h("slot", { key: '9817bbb5df6790ecf30c97c688aed899a7b9ef9e', name: "body" }))));
40
+ }) }, h("div", { key: '4745ac64124b02f4744d7d8b1c1b58e6d6b8cb7c', hidden: !hasSymbol }, h("slot", { key: '16557ca73d29fe764a5d830036e5e4b38adc5c15', name: "symbol" })), h("div", { key: '50545fc88deb5d382a473b4e379a16a178de041d' }, h("slot", { key: '9b0d7272f4d3fa3aad9041ebd08641bce90eded8' })), this.disabled && this.disabledMessage && (h("dso-toggletip", { key: '489ada2ea0a5c9119929a96a53a03753543c79f7', position: "bottom" }, this.disabledMessage)), this.removable && (h("button", { key: '16853ececc9b1281edca10fd0713eaa561f75d81', id: "remove-button", type: "button", onClick: (e) => this.dsoRemoveClick.emit({ originalEvent: e }) }, h("span", { key: 'b8ec91d205b0e46c2ac67cc3c55c8aad0719d874', class: "sr-only" }, "Legenda item verwijderen"), h("dso-icon", { key: '4768c9bf633e54e6ad4b391a4c7cce38029ebe4f', icon: "trash" }))), hasBody && !this.disabled && (h("button", { key: 'dca39e77e8506bf21c008c0ea7cc3c615d0037eb', id: "edit-button", type: "button", onClick: () => (this.showBody = !this.showBody) }, h("span", { key: 'a79baa28a2f466d2accba74b9440cd4cb0afdf7e', class: "sr-only" }, "Legenda item aanpassen"), h("dso-icon", { key: '80bd62ff175e0913bcbed1031be74a9f41cdfbdf', icon: this.showBody ? "times" : "more" })))), h("div", { key: 'c2aa88a49822109a0d4e8c110e0467b29d1fe764', hidden: !hasBody || this.disabled || !this.showBody, class: "body" }, h("slot", { key: '4cd3703e27f8d3b847aad0f59783a6a65363c60b', name: "body" }))));
41
41
  }
42
42
  get host() { return this; }
43
43
  static get style() { return DsoLegendItemStyle0; }
@@ -123,7 +123,7 @@ const ListButton = /*@__PURE__*/ proxyCustomElement(class ListButton extends HTM
123
123
  render() {
124
124
  const showButtonInputs = this.manualCount === undefined;
125
125
  const selected = this.checked || (this.count !== undefined && this.count > 0);
126
- return (h("div", { key: 'd40fdadfac45c00b7657ff365ddfac8769c72710', class: clsx(["dso-button-group", { "dso-disabled": this.disabled }]) }, h("div", { key: '916de1d699fdb155530dfb5aa5b4b9315eb78b33', class: clsx(["dso-list-button", { "dso-selected": selected, "dso-single-count": this.count === 1 }]), onClick: (e) => this.handleSelectClick(e) }, h("div", { key: 'cf718524bcc8bff10602d19701319522276390b6', class: "dso-selectable" }, h("input", { key: '2d36b3e7a9377ff765cbfbbd19874f2db49786e4', id: "dso-list-button-checkbox", type: "checkbox", value: "list-button", name: "naam", "aria-describedby": [this.sublabel && "sublabel", this.subcontentSlot && "description"].filter((s) => !!s).join(" ") || null, checked: selected, disabled: this.disabled }), h("label", { key: 'b5997457d4260bcf7971d2e57c7cb22ba036ef17', htmlFor: "dso-list-button-checkbox" }, this.label), this.subcontentSlot && (h("div", { key: 'c3747912f68572b004672ae49d770037cc40ed3c', class: "sr-only", id: "description" }, this.subcontentPrefix && this.subcontentPrefix + ":", h("div", { key: '85bd8620045f43ee3af685fcc9805f287b992ebd', innerHTML: this.subcontentSlot.innerHTML })))), this.sublabel && (h("span", { key: '0936df007aa982b94bd63f63d2744dc342d0ec96', class: "dso-sublabel", id: "sublabel" }, this.sublabel)), h("slot", { key: '4e54fda951864d13c59bbf70f9052b7aeabb6bdb', name: "subcontent" })), this.count !== undefined && this.count > 0 && (h("div", { key: '8bd1030c7f7e779da73c67886c6da74e59eee9e9', class: "dso-input-number" }, this.manualCount === undefined && this.count > 1 && (h("button", { key: 'eeaf4920e388b5315a705859832fafe6d14920e3', type: "button", class: "dso-tertiary", disabled: this.count === Number(this.min) || this.disabled, onClick: (e) => this.stepValue(e, "decrement") }, h("dso-icon", { key: '60020bb171ed5b33e9850bc7472a7caa08bfbfd6', icon: "minus-circle" }), h("span", { key: '6f085b670db936d7ae44405a87d5aa04e663de8e', class: "sr-only" }, "Aantal verlagen"))), h("div", { key: 'aeacf135c45b4b255a5399dcded381769cc5962b', class: "dso-input-wrapper" }, this.manualCount === undefined && this.count > 1 && (h("input", { key: '84dd0679203c6ff85ea858e689366fb952a9e666', class: "dso-input-step-counter", type: "number", tabIndex: -1, "aria-label": "Aantal", value: this.count, readOnly: true })), h("form", { key: '19b9381145862bf3893284594479ff009f37a310', onSubmit: (e) => this.setCount(e) }, h("div", { key: 'e6bb25bd9ba9b848431e7451154ab91888f3193d', ref: (element) => (this.manualInputWrapperElement = element) }, h("input", { key: 'da5757dc2be34a994e1a54ceae73e176cccb99b8', class: clsx("form-control", { hidden: showButtonInputs }), type: "number", "aria-label": "Aantal", value: this.manualCount, min: this.min, max: this.max, onInput: (e) => this.handleOnChange(e) })), this.manual && (h("button", { key: 'cce6b85e2cbb094c7dbe9b008320758c075106d6', class: clsx("dso-manual-input-button", { "sr-only": !showButtonInputs }), type: !showButtonInputs ? "submit" : "button", disabled: this.disabled, onClick: () => showButtonInputs && this.startManualCountInput() }, showButtonInputs ? (h("span", { class: "sr-only" }, "Handmatig aantal invullen")) : (h("span", { class: "sr-only" }, "Zet waarde")))))), showButtonInputs && (h("button", { key: '09fd129b37155929d83573123cb15fd4c072cee3', type: "button", class: "dso-tertiary", disabled: this.count === Number(this.max) || this.disabled, onClick: (e) => this.stepValue(e, "increment") }, h("dso-icon", { key: '53bc95e299e1c0af676e397382f15137016c58e7', icon: "plus-circle" }), h("span", { key: 'a22ef9ead527e8ba09685fc9ec89b26661f22c7e', class: "sr-only" }, "Aantal verhogen")))))));
126
+ return (h("div", { key: 'e7bf049a644612d767b69bd7b8f9a7a2a3415aee', class: clsx(["dso-button-group", { "dso-disabled": this.disabled }]) }, h("div", { key: 'ea3f55d4606d1b5d918e87f85dd41fb88359129b', class: clsx(["dso-list-button", { "dso-selected": selected, "dso-single-count": this.count === 1 }]), onClick: (e) => this.handleSelectClick(e) }, h("div", { key: 'b380324080a4b14237d0ba9c577cb94ac86e3537', class: "dso-selectable" }, h("input", { key: '28a63c6a3f6c2db3ff0ec6a496ecb3d47fe259da', id: "dso-list-button-checkbox", type: "checkbox", value: "list-button", name: "naam", "aria-describedby": [this.sublabel && "sublabel", this.subcontentSlot && "description"].filter((s) => !!s).join(" ") || null, checked: selected, disabled: this.disabled }), h("label", { key: '9d504627106c1a20a8e163366ba5d2609acb0d34', htmlFor: "dso-list-button-checkbox" }, this.label), this.subcontentSlot && (h("div", { key: 'ed2ba786c38106c3ff4b3d6087627fe22a318ff6', class: "sr-only", id: "description" }, this.subcontentPrefix && this.subcontentPrefix + ":", h("div", { key: '6e7c6a7846ab52e6af57844def31d11de17c5883', innerHTML: this.subcontentSlot.innerHTML })))), this.sublabel && (h("span", { key: '791c2945ae74a09a4dcce87e8e5a50bb8ae5370c', class: "dso-sublabel", id: "sublabel" }, this.sublabel)), h("slot", { key: '73ab87343afd7b01762c9207f9f9871606a8e7a5', name: "subcontent" })), this.count !== undefined && this.count > 0 && (h("div", { key: '44b882307beab09c69b324374af82c03d4dc3ceb', class: "dso-input-number" }, this.manualCount === undefined && this.count > 1 && (h("button", { key: '403a0f1f8897191e9a32c6567ae4e094a89418ca', type: "button", class: "dso-tertiary", disabled: this.count === Number(this.min) || this.disabled, onClick: (e) => this.stepValue(e, "decrement") }, h("dso-icon", { key: 'f7e054b48d58184d8403a30839d6b5042ef95076', icon: "minus-circle" }), h("span", { key: 'dbc39db429a1a134d4bd6b092034bc26bba2b008', class: "sr-only" }, "Aantal verlagen"))), h("div", { key: 'b68d42b10d5066d00ccd30bc1710fca145801c29', class: "dso-input-wrapper" }, this.manualCount === undefined && this.count > 1 && (h("input", { key: 'f26110be0cd8171ec879108ce8c0630cd18e797d', class: "dso-input-step-counter", type: "number", tabIndex: -1, "aria-label": "Aantal", value: this.count, readOnly: true })), h("form", { key: 'db761f994cc9e8f681e85e618fce6cfab5087083', onSubmit: (e) => this.setCount(e) }, h("div", { key: '724b28bf6a1ddc86e44c6d1f1ae0bb7ede612937', ref: (element) => (this.manualInputWrapperElement = element) }, h("input", { key: '0bd8409e0ecb7fce7c65ac479145bfdf61601e59', class: clsx("form-control", { hidden: showButtonInputs }), type: "number", "aria-label": "Aantal", value: this.manualCount, min: this.min, max: this.max, onInput: (e) => this.handleOnChange(e) })), this.manual && (h("button", { key: '1c72996a4eb4a280c0dfc46748c4ce075a11453b', class: clsx("dso-manual-input-button", { "sr-only": !showButtonInputs }), type: !showButtonInputs ? "submit" : "button", disabled: this.disabled, onClick: () => showButtonInputs && this.startManualCountInput() }, showButtonInputs ? (h("span", { class: "sr-only" }, "Handmatig aantal invullen")) : (h("span", { class: "sr-only" }, "Zet waarde")))))), showButtonInputs && (h("button", { key: '69cdc0b55ca1c4bbd87d9869374d00777bb39916', type: "button", class: "dso-tertiary", disabled: this.count === Number(this.max) || this.disabled, onClick: (e) => this.stepValue(e, "increment") }, h("dso-icon", { key: '968533a4f8a8a0a322309f98f49814faf4df98be', icon: "plus-circle" }), h("span", { key: 'b2bf82b374c5244b0574a44215f06a2b4f988ab2', class: "sr-only" }, "Aantal verhogen")))))));
127
127
  }
128
128
  get host() { return this; }
129
129
  static get watchers() { return {
@@ -25,7 +25,7 @@ const Logo = /*@__PURE__*/ proxyCustomElement(class Logo extends HTMLElement {
25
25
  }
26
26
  render() {
27
27
  return (h(Fragment, null, this.logoUrl ? (h("a", { class: "logo-url", href: this.logoUrl, onClick: this.handleLogoClick }, h(DsoLogo$1, null))) : (h(DsoLogo$1, null)), this.label &&
28
- (!this.labelUrl ? (h("span", { class: "logo-label" }, this.label)) : (h("a", { class: "logo-label-url", href: this.labelUrl, onClick: this.handleLabelClick }, h("span", { class: "logo-label" }, this.label)))), this.ribbon && h("div", { key: '5f99258c907bac9a3b9de9b194c860986947faa9', class: "logo-ribbon" }, this.ribbon)));
28
+ (!this.labelUrl ? (h("span", { class: "logo-label" }, this.label)) : (h("a", { class: "logo-label-url", href: this.labelUrl, onClick: this.handleLabelClick }, h("span", { class: "logo-label" }, this.label)))), this.ribbon && h("div", { key: '4539eec0153c2ad7ce3ec0797ba61a5080f02e76', class: "logo-ribbon" }, this.ribbon)));
29
29
  }
30
30
  static get style() { return DsoLogoStyle0; }
31
31
  }, [1, "dso-logo", {
@@ -34,7 +34,7 @@ const MapBaseLayers = /*@__PURE__*/ proxyCustomElement(class MapBaseLayers exten
34
34
  for (const ref in this.selectableRefs) {
35
35
  delete this.selectableRefs[ref];
36
36
  }
37
- return (h("fieldset", { key: '6202c08aabadaf082aa7268b9869e9961db25323', class: "form-group dso-radios" }, h("legend", { key: '4f98ce54b7cc0ac7043dcfdbf6ba5dc0c14eaff7', class: "sr-only" }, "Achtergrond"), h("div", { key: 'afc2b38161a7706c8d2b3a616cbd61b1304772f2', class: "dso-label-container" }, h("span", { key: 'e205e3bc1f4725b8c38df48da06eb2bacbeafd91', class: "control-label", "aria-hidden": "true" }, "Achtergrond")), h("div", { key: '042feb469b10a84622a1c3c1986df3d25bd3be3d', class: "dso-field-container" }, this.baseLayers.map((baseLayer) => (h("dso-selectable", { key: baseLayer.id, type: "radio", value: baseLayer.name, checked: baseLayer.checked, disabled: baseLayer.disabled, name: this.group, ref: (ref) => ref && (this.selectableRefs[baseLayer.id] = ref), onDsoChange: () => this.baseLayerChangeHandler(baseLayer) }, baseLayer.name, baseLayer.info ? h("p", { slot: "info" }, baseLayer.info) : null))))));
37
+ return (h("fieldset", { key: '3658bb4710a5d3d54f805f0246cc2167d19fbd9a', class: "form-group dso-radios" }, h("legend", { key: '777f25fc490dce9b6b4d8015ed7af355528a7699', class: "sr-only" }, "Achtergrond"), h("div", { key: '698d8f5dd021b8ded00fe7f1bec99b88be71b576', class: "dso-label-container" }, h("span", { key: '435580370bd7d68b36f425d0d75d67dfd7184580', class: "control-label", "aria-hidden": "true" }, "Achtergrond")), h("div", { key: '903b11b76609320aa36ab7a8b0a617cd19362997', class: "dso-field-container" }, this.baseLayers.map((baseLayer) => (h("dso-selectable", { key: baseLayer.id, type: "radio", value: baseLayer.name, checked: baseLayer.checked, disabled: baseLayer.disabled, name: this.group, ref: (ref) => ref && (this.selectableRefs[baseLayer.id] = ref), onDsoChange: () => this.baseLayerChangeHandler(baseLayer) }, baseLayer.name, baseLayer.info ? h("p", { slot: "info" }, baseLayer.info) : null))))));
38
38
  }
39
39
  static get style() { return DsoMapBaseLayersStyle0; }
40
40
  }, [1, "dso-map-base-layers", {
@@ -66,7 +66,7 @@ const MapControls = /*@__PURE__*/ proxyCustomElement(class MapControls extends H
66
66
  });
67
67
  }
68
68
  render() {
69
- return (h(Host, { key: 'b41883b94f5e3333343021ea1bcc6461b5ddb00a' }, h("button", { key: '1dd02163b1007a0401cd3262dd0096c14fb24d02', type: "button", id: "toggle-visibility-button", class: "toggle-visibility-button", onClick: (e) => this.toggleVisibility(e), ref: (element) => (__classPrivateFieldSet(this, _MapControls_toggleButtonElement, element, "f")) }, h("dso-icon", { key: '39b35af58f5db864fe57b5f73b50fd03099a7c35', icon: "layers" }), h("span", { key: '2b8db6cd75c639f4960fb6fea6aa5ea10b346b91' }, "Kaartlagen")), h("div", { key: '992ad8d136703549b54d209d4f0353b044266036', class: "zoom-buttons" }, h("button", { key: '9c2308d3b4519a912839bb7bd279263c43358e99', type: "button", onClick: (e) => this.dsoZoomIn.emit(e), disabled: this.disableZoom === "in" || this.disableZoom === "both" }, h("span", { key: '8f8c8a3834eb7a382202e601bb965af8f81b5551' }, "Zoom in"), h("dso-icon", { key: 'c941dc9d1759127cea74d053423e30617db34a48', icon: "plus" })), h("button", { key: 'f85503edb7f8d13cb7adf5c63574966d8e5b7450', type: "button", onClick: (e) => this.dsoZoomOut.emit(e), disabled: this.disableZoom === "out" || this.disableZoom === "both" }, h("span", { key: 'e16c47520350de121d8729ec2e2e5e56039edb6e' }, "Zoom uit"), h("dso-icon", { key: 'efc5b88940f06bec9c4823025b989777ed13ec72', icon: "minus" }))), h("section", { key: 'f32404ee213539b03736cd18e22040906b77feca', hidden: this.hideContent }, h("header", { key: '746ae45a47d5cca218aa32287658fed5b34e04a8' }, h("h2", { key: 'b6ea4b4e95271620f44dcd5e21e8cfbd51d3ef73' }, this.panelTitle), h("button", { key: 'a29f8bc57db84589e98a377f4a80243952cd9b91', type: "button", class: "close-button", onClick: (e) => this.toggleVisibility(e), ref: (element) => (__classPrivateFieldSet(this, _MapControls_closeButtonElement, element, "f")) }, h("span", { key: '290e9b1374945030e0d01495fc92a792f4cbb39d' }, "Verberg paneel ", this.panelTitle), h("dso-icon", { key: '6f16acda8d9002dd24993226d682c9082dad4c81', icon: "times" }))), h("dso-scrollable", { key: '72166f0fd12f7fe77bdd3ac6682e904380a5baaa' }, h("div", { key: 'b9a7225e47fb4bbc78f6ce46c0b9048b2acbccc3', class: "content" }, h("slot", { key: '0c76b990517858b062abdfe30df6beccd16f735f' }))))));
69
+ return (h(Host, { key: '90b70306a6a949c5c476e1dff5674117162c6c45' }, h("button", { key: 'bce19eedd68b22975e6cea9401cd52558709772c', type: "button", id: "toggle-visibility-button", class: "toggle-visibility-button", onClick: (e) => this.toggleVisibility(e), ref: (element) => (__classPrivateFieldSet(this, _MapControls_toggleButtonElement, element, "f")) }, h("dso-icon", { key: '66f725dcb18892c46f62b381958c08b2c00ff5e9', icon: "layers" }), h("span", { key: '83990c0b5a4b6b6deb698aa13096c09daa5fb13b' }, "Kaartlagen")), h("div", { key: 'b4033b5d836c21e88719419b861d45a5ceb850ff', class: "zoom-buttons" }, h("button", { key: 'beba5fd412d7050037ce403a95bce92832bbc123', type: "button", onClick: (e) => this.dsoZoomIn.emit(e), disabled: this.disableZoom === "in" || this.disableZoom === "both" }, h("span", { key: '3bbf8907a376b22d57c595ac155a86e9a91ed123' }, "Zoom in"), h("dso-icon", { key: 'f1f820b0854d1a3f3056f88225fc446d970fe97b', icon: "plus" })), h("button", { key: 'e97da939c757a68527703c052751e41284fd99d7', type: "button", onClick: (e) => this.dsoZoomOut.emit(e), disabled: this.disableZoom === "out" || this.disableZoom === "both" }, h("span", { key: '16667fea438726e529fe5b7dda73b37f4e2042af' }, "Zoom uit"), h("dso-icon", { key: '1ba3ffaa108ed4bdfce3aba80060e5ae1a657ea2', icon: "minus" }))), h("section", { key: 'b02968e3ca6967d3af0c3231f6cb54b826e29c88', hidden: this.hideContent }, h("header", { key: '553cbeb52ed118aab913d739f4a4273fe318068d' }, h("h2", { key: 'c86f34e526b42856d539fa5e7c8f0f78c44a02f6' }, this.panelTitle), h("button", { key: 'd168e7f5972f8aba349f6d314c1f215a3f358d9c', type: "button", class: "close-button", onClick: (e) => this.toggleVisibility(e), ref: (element) => (__classPrivateFieldSet(this, _MapControls_closeButtonElement, element, "f")) }, h("span", { key: '15dd92a796f4944eeab386c100ad8f625d9f987c' }, "Verberg paneel ", this.panelTitle), h("dso-icon", { key: '4da15bc6df5f507d742b2c489cb2513d8d34e60b', icon: "times" }))), h("dso-scrollable", { key: '9d13f21fdc5c49b5708aa7faed8dae04806375fd' }, h("div", { key: '26591e1aff5b87bcb61333a53cfe02c7e823fb2e', class: "content" }, h("slot", { key: 'f33b663a5690932a745a0438db4188c3d9e5c135' }))))));
70
70
  }
71
71
  static get watchers() { return {
72
72
  "open": ["watchOpen"]
@@ -35,7 +35,7 @@ const MapOverlays = /*@__PURE__*/ proxyCustomElement(class MapOverlays extends H
35
35
  for (const ref in this.selectableRefs) {
36
36
  delete this.selectableRefs[ref];
37
37
  }
38
- return (h("fieldset", { key: '9690b8f1aced2232adc3cda2c519921e2deb4611', class: "form-group dso-checkboxes" }, h("legend", { key: '812287677e887e635f2256afcc747008b3b67e87', class: "sr-only" }, "Kaartlagen"), h("div", { key: 'e901a9c7115f2f1bf02afe3be33579952aa0bab1', class: "dso-label-container" }, h("span", { key: '7ae751d72d3142ebdbb1bad7b9ca2d70860ac400', class: "control-label", "aria-hidden": "true" }, "Kaartlagen")), h("div", { key: 'dda63540f9a602103bee0c9b8321d4f9ab9e3b67', class: "dso-field-container" }, this.overlays.map((overlay) => (h("dso-selectable", { key: overlay.id, type: "checkbox", value: overlay.name, checked: overlay.checked, disabled: overlay.disabled, name: this.group, ref: (ref) => ref && (this.selectableRefs[overlay.id] = ref), onDsoChange: (e) => this.overlayChangeHandler(overlay, e) }, overlay.name, overlay.info ? h("p", { slot: "info" }, overlay.info) : null))))));
38
+ return (h("fieldset", { key: 'b5f18235c37359b2b309019f8e8a2b160d332aa7', class: "form-group dso-checkboxes" }, h("legend", { key: 'fde629e752057bd8f70bd3f1c14acf6b5d768db4', class: "sr-only" }, "Kaartlagen"), h("div", { key: '8eb1b33fa8586482db4d89ee2e495d2e2124a3f3', class: "dso-label-container" }, h("span", { key: '1642765d6f64ce34d490f1a06aa54001f1dd3d8a', class: "control-label", "aria-hidden": "true" }, "Kaartlagen")), h("div", { key: 'b6b5964687ede94e3c52150aabbc494d6d82be9b', class: "dso-field-container" }, this.overlays.map((overlay) => (h("dso-selectable", { key: overlay.id, type: "checkbox", value: overlay.name, checked: overlay.checked, disabled: overlay.disabled, name: this.group, ref: (ref) => ref && (this.selectableRefs[overlay.id] = ref), onDsoChange: (e) => this.overlayChangeHandler(overlay, e) }, overlay.name, overlay.info ? h("p", { slot: "info" }, overlay.info) : null))))));
39
39
  }
40
40
  static get style() { return DsoMapOverlaysStyle0; }
41
41
  }, [1, "dso-map-overlays", {
@@ -54,7 +54,7 @@ const MarkBar = /*@__PURE__*/ proxyCustomElement(class MarkBar extends HTMLEleme
54
54
  render() {
55
55
  const current = this.current || 0;
56
56
  const totalCount = this.totalCount || 0;
57
- return (h("div", { key: '3df6289ae5ac91adf0ba9473e38adab8dc6b91f4', class: "dso-mark-bar" }, h("div", { key: '702a95a26990c2afdc62726b23f2c5e278b2649c', class: "dso-mark-bar-input" }, h("input", { key: 'adbe69018b986b2ca4d73099ff8c6ece2fac1e5a', type: "text", id: "search-input", value: this.value, onInput: this.handleInput, onKeyDown: this.handleKeyDown, placeholder: " ", ref: (element) => (this.inputElement = element) }), h("label", { key: '26a364def7585a8390c70f124b7be806fabda74c', htmlFor: "search-input" }, h("dso-icon", { key: 'bd2c98273728bff66236989d40807de2995eb2aa', class: "dso-search-icon", icon: "search" }), h("span", { key: '4cde1a75df6bb62dd1970c8aae52e31ac8ff9d00', class: "label-text" }, this.label)), h("button", { key: '103d37170e51d078da432eb43fbd8edb5540758b', type: "button", onClick: this.handleClear }, h("dso-icon", { key: 'b11abdeabc4c91964ea0aad97c10ccb6a420cb5a', icon: "times" }), h("span", { key: 'c4718f33f2c0acd1f78292a542351097b4ff31a1', class: "sr-only" }, "Zoekopdracht legen"))), h("div", { key: '015d21fe0562ae31d55d46ce15353ad0853fb8db', class: "dso-button-container" }, h("span", { key: 'ad2efabb6240583c0279309e13111355a899a73d', class: "divider" }), h("button", { key: 'd48f48ebb1be93f4b8132353ee0749bd1e4a5428', type: "button", onClick: this.handlePrevious, disabled: current <= 1 }, h("dso-icon", { key: 'cca9b200cbfc41d8af151f08077a0c3c48999a85', icon: "chevron-up", class: "hydrated" }), h("span", { key: 'b21a8eabf37d9319f89908e1ec29e05f941cd5a4', class: "sr-only" }, "Vorig zoekresultaat")), h("span", { key: '5a6a7483b0ecaa818f5a40370030230a26b13988' }, current, "/", totalCount), h("button", { key: 'cf226989ea402fcb66d5549b48867bc20a923c79', type: "button", onClick: this.handleNext, disabled: current >= totalCount }, h("dso-icon", { key: '9b1a3178daa8746ca7434e7f4c03755f62deeece', icon: "chevron-down", class: "hydrated" }), h("span", { key: '71e707b2cfe6de7679819ee4fc8c5910a6681cd1', class: "sr-only" }, "Volgend zoekresultaat")))));
57
+ return (h("div", { key: '38315a5c6fdd546f5bdb68a69989c7564d2fc984', class: "dso-mark-bar" }, h("div", { key: '9227d64e53424a72c38dd73e6d4d98d8bc2b10ee', class: "dso-mark-bar-input" }, h("input", { key: 'ec64eca77b63b2b674e866fa18de418fc85a744b', type: "text", id: "search-input", value: this.value, onInput: this.handleInput, onKeyDown: this.handleKeyDown, placeholder: " ", ref: (element) => (this.inputElement = element) }), h("label", { key: '15a7a40c3bfe98846d085ad29fad50124af73c38', htmlFor: "search-input" }, h("dso-icon", { key: '1519f069586b8ba7369867d553419a52bce72bf5', class: "dso-search-icon", icon: "search" }), h("span", { key: '3ba6cdfb9014ef20ad68ad85be10c584cde1d09b', class: "label-text" }, this.label)), h("button", { key: '49ee8be37cd063d583e9a5f20687a3b2aff37fb3', type: "button", onClick: this.handleClear }, h("dso-icon", { key: 'db43938400494f54bcb14016164c76ad5f6d85f8', icon: "times" }), h("span", { key: 'c187ac415225cb620f187f380e582729ce209b51', class: "sr-only" }, "Zoekopdracht legen"))), h("div", { key: 'a568e7b12daa1915f335f596d1ff4e98041f4eaf', class: "dso-button-container" }, h("span", { key: 'e0669d5e0ce2382728f0a2b145130fc36c379087', class: "divider" }), h("button", { key: '0b9eeb4451d580469f77550eca153c4d58c1aea2', type: "button", onClick: this.handlePrevious, disabled: current <= 1 }, h("dso-icon", { key: 'eb2bb9a30279691ed08c4ae033850dfee029d444', icon: "chevron-up", class: "hydrated" }), h("span", { key: 'f9a46edc77309ec09e1c805fb7ca2e436d472d83', class: "sr-only" }, "Vorig zoekresultaat")), h("span", { key: '6f75282b1ae0c76e65f32383ac10ff751be0a561' }, current, "/", totalCount), h("button", { key: '048cd720312a6485c5d6882c56cc2f610bd74c7a', type: "button", onClick: this.handleNext, disabled: current >= totalCount }, h("dso-icon", { key: 'e8a081ab544f0af52204d990b1ac6bc65a2fd901', icon: "chevron-down", class: "hydrated" }), h("span", { key: 'c6761a83ce03cf977ea673949e2b6b102bcfc8e3', class: "sr-only" }, "Volgend zoekresultaat")))));
58
58
  }
59
59
  static get style() { return DsoMarkBarStyle0; }
60
60
  }, [1, "dso-mark-bar", {
@@ -43,10 +43,10 @@ const Modal = /*@__PURE__*/ proxyCustomElement(class Modal extends HTMLElement {
43
43
  }
44
44
  render() {
45
45
  var _a;
46
- return (h("dialog", { key: '4d48030b3432279a8e2df190e1f4ad1fc48c9c3f', class: "dso-modal", role: (_a = this.role) !== null && _a !== void 0 ? _a : undefined, "aria-modal": "true", "aria-labelledby": this.ariaId, ref: (element) => (this.htmlDialogElement = element), onCancel: (e) => {
46
+ return (h("dialog", { key: '7d60b29c6ebf626653447f0684c2fd524dd0d39f', class: "dso-modal", role: (_a = this.role) !== null && _a !== void 0 ? _a : undefined, "aria-modal": "true", "aria-labelledby": this.ariaId, ref: (element) => (this.htmlDialogElement = element), onCancel: (e) => {
47
47
  e.preventDefault();
48
48
  this.dsoClose.emit({ originalEvent: e });
49
- } }, h("div", { key: '0baad3eadc4cb8b63de70cfdfb7b131d2dc9fd06', class: "dso-dialog", role: "document" }, this.modalTitle ? (h("div", { class: "dso-header" }, h("h2", { id: this.ariaId }, this.modalTitle), this.showCloseButton && (h("button", { type: "button", class: "dso-close", onClick: (e) => this.dsoClose.emit({ originalEvent: e }) }, h("dso-icon", { icon: "times" }), h("span", { class: "sr-only" }, "Sluiten"))))) : (h("span", { class: "sr-only", id: this.ariaId }, "Dialoog")), h("dso-scrollable", { key: '176addc8c6b77a1df17fcaf318f7c223e38976e0' }, h("div", { key: '66f6999737317fea2762ba995fa241e0e0853a8a', class: "dso-body", tabIndex: 0 }, h("slot", { key: '4e4fb13dfc8989ac6892746707c9643020e9974d', name: "body" }))), this.hasFooter && (h("div", { key: '702cd2d1749a76937441c0514a424660f02d2571', class: "dso-footer" }, h("slot", { key: '27d2d4151e3bf97b871f01f8f0d537d69f7b9ce5', name: "footer" }))))));
49
+ } }, h("div", { key: 'c15644a770097b08db2ddd7d720ab629730cbf5b', class: "dso-dialog", role: "document" }, this.modalTitle ? (h("div", { class: "dso-header" }, h("h2", { id: this.ariaId }, this.modalTitle), this.showCloseButton && (h("button", { type: "button", class: "dso-close", onClick: (e) => this.dsoClose.emit({ originalEvent: e }) }, h("dso-icon", { icon: "times" }), h("span", { class: "sr-only" }, "Sluiten"))))) : (h("span", { class: "sr-only", id: this.ariaId }, "Dialoog")), h("dso-scrollable", { key: '2ce76e5936cd00e1127397e6a2bd3268855f8de0' }, h("div", { key: '4674be860f24edb85b4cfe95919be480b905f0eb', class: "dso-body", tabIndex: 0 }, h("slot", { key: '617f8bc8c264ac3ecf87759b7f6cde8c24a2ded8', name: "body" }))), this.hasFooter && (h("div", { key: 'fc33d41ff52ff698cc525defe28f5b3975ed4b98', class: "dso-footer" }, h("slot", { key: '6de996d2003a521dc8c9863ae2cb58d0b65a8144', name: "footer" }))))));
50
50
  }
51
51
  get host() { return this; }
52
52
  static get style() { return DsoModalStyle0; }
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface DsoPlekinfoCard extends Components.DsoPlekinfoCard, HTMLElement {}
4
+ export const DsoPlekinfoCard: {
5
+ prototype: DsoPlekinfoCard;
6
+ new (): DsoPlekinfoCard;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,83 @@
1
+ import { proxyCustomElement, HTMLElement, createEvent, forceUpdate, h, Host } from '@stencil/core/internal/client';
2
+ import { i as isModifiedEvent } from './is-modified-event.js';
3
+ import { d as defineCustomElement$2 } from './icon.js';
4
+
5
+ const plekinfoCardCss = "ins{text-decoration:none}ins{--link-color:currentColor;--link-hover-color:currentColor;--link-visited-color:currentColor;background-color:#e4f1d4;border-color:#e4f1d4;color:#191919}ins a:is(.download,.download:hover,.download:focus-visible){background-image:url(\"./dso-icons.svg#img-download-zwart\")}ins a:is(.extern,.extern:hover,.extern:focus-visible){background-image:url(\"./dso-icons.svg#img-external-link-zwart\")}ins a:is([href^=\"tel:\"],[href^=\"tel:\"]:hover,[href^=\"tel:\"]:focus-visible){background-image:url(\"./dso-icons.svg#img-call-zwart\")}ins a:is([href^=\"mailto:\"],[href^=\"mailto:\"]:hover,[href^=\"mailto:\"]:focus-visible){background-image:url(\"./dso-icons.svg#img-email-zwart\")}ins{box-shadow:0 1px 3px 1px rgba(0, 0, 0, 0.25)}del{--link-color:currentColor;--link-hover-color:currentColor;--link-visited-color:currentColor;background-color:#f5d8dc;border-color:#f5d8dc;color:#191919}del a:is(.download,.download:hover,.download:focus-visible){background-image:url(\"./dso-icons.svg#img-download-zwart\")}del a:is(.extern,.extern:hover,.extern:focus-visible){background-image:url(\"./dso-icons.svg#img-external-link-zwart\")}del a:is([href^=\"tel:\"],[href^=\"tel:\"]:hover,[href^=\"tel:\"]:focus-visible){background-image:url(\"./dso-icons.svg#img-call-zwart\")}del a:is([href^=\"mailto:\"],[href^=\"mailto:\"]:hover,[href^=\"mailto:\"]:focus-visible){background-image:url(\"./dso-icons.svg#img-email-zwart\")}del{text-decoration:line-through}*,*::after,*::before{box-sizing:border-box}:host{display:block}.dso-plekinfo-card-container{padding-block:16px 8px;padding-inline:16px;inline-size:100%}.dso-plekinfo-card-container .dso-plekinfo-card-heading{align-items:center;display:flex;margin-block-end:8px}@media screen and (max-width: 480px){.dso-plekinfo-card-container .dso-plekinfo-card-heading{flex-wrap:wrap}}.dso-plekinfo-card-container .dso-plekinfo-card-symbol{grid-row:span 2;margin-inline-end:8px}.dso-plekinfo-card-container:has(.dso-plekinfo-card-heading a:is(:hover,:focus-visible)){background-color:#f2f2f2}ins.dso-plekinfo-card-container:has(.dso-plekinfo-card-heading a:is(:hover,:focus-visible)){background-color:#d8e5c9}del.dso-plekinfo-card-container:has(.dso-plekinfo-card-heading a:is(:hover,:focus-visible)){background-color:#e9cdd1}:host([active]:not([active=false])) .dso-plekinfo-card-container{background-color:#e5e5e5}:host([active]:not([active=false])) ins.dso-plekinfo-card-container{background-color:#ced9bf}:host([active]:not([active=false])) del.dso-plekinfo-card-container{background-color:#ddc3c6}:host([has-symbol]) .dso-plekinfo-card-container{display:grid;grid-template-columns:1fr minmax(0, 100%)}:host([has-symbol]) .dso-plekinfo-card-container .dso-plekinfo-card-heading,:host([has-symbol]) .dso-plekinfo-card-container .dso-plekinfo-card-content{grid-column:2/-1}::slotted([slot=meta]){display:flex !important;justify-content:space-between !important;margin-inline-start:auto !important}@media screen and (max-width: 480px){::slotted([slot=meta]){flex-basis:100% !important;margin-block-start:16px !important}}::slotted([slot=heading]){align-items:center !important;display:flex !important;font-size:1.125em !important;margin-block-end:0 !important;margin-block-start:0 !important}.heading-anchor{display:flex;gap:4px;color:#275937;text-decoration:none}.heading-anchor:hover{color:#275937;text-decoration:underline}.heading-anchor:visited{color:#275937}.heading-anchor dso-icon{flex-shrink:0}.heading-anchor .sr-only{position:absolute;inline-size:1px;block-size:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}";
6
+ const DsoPlekinfoCardStyle0 = plekinfoCardCss;
7
+
8
+ const WrapWijzigactie = ({ wijzigactie }, children) => {
9
+ if (wijzigactie === "voegtoe") {
10
+ return h("ins", { class: "dso-plekinfo-card-container" }, children);
11
+ }
12
+ if (wijzigactie === "verwijder") {
13
+ return h("del", { class: "dso-plekinfo-card-container" }, children);
14
+ }
15
+ return h("div", { class: "dso-plekinfo-card-container" }, children);
16
+ };
17
+ const PlekinfoCard = /*@__PURE__*/ proxyCustomElement(class PlekinfoCard extends HTMLElement {
18
+ constructor() {
19
+ super();
20
+ this.__registerHost();
21
+ this.__attachShadow();
22
+ this.dsoPlekinfoCardClick = createEvent(this, "dsoPlekinfoCardClick", 7);
23
+ this.wijzigactie = undefined;
24
+ this.href = undefined;
25
+ this.active = undefined;
26
+ }
27
+ connectedCallback() {
28
+ this.mutationObserver = new MutationObserver(() => forceUpdate(this.host));
29
+ this.mutationObserver.observe(this.host, { attributes: true, childList: true });
30
+ }
31
+ disconnectedCallback() {
32
+ var _a;
33
+ (_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
34
+ delete this.mutationObserver;
35
+ }
36
+ clickEventHandler(e) {
37
+ if (!(e.target instanceof HTMLElement) || !this.href) {
38
+ return;
39
+ }
40
+ return this.dsoPlekinfoCardClick.emit({ originalEvent: e, isModifiedEvent: isModifiedEvent(e) });
41
+ }
42
+ get symbolSlottedElement() {
43
+ return this.host.querySelector("[slot='symbol']");
44
+ }
45
+ get metaSlottedElement() {
46
+ return this.host.querySelector("[slot='meta']");
47
+ }
48
+ render() {
49
+ const hasSymbol = this.symbolSlottedElement !== null;
50
+ return (h(Host, { key: '37cd380e9794177ebec616327eabaedbbe5d7fc5', "has-symbol": hasSymbol }, h(WrapWijzigactie, { key: '349d9142ce7a49ec456b2d2431fe690b31dff7db', wijzigactie: this.wijzigactie }, h("div", { key: '4f7a68e5fbdcdd1cedad76e15949d1073b79d246', class: "dso-plekinfo-card-symbol", hidden: !hasSymbol }, h("slot", { key: '3fdc691ed1a17ee8d580a3d70cf343e5c115f3c2', name: "symbol" })), h("div", { key: 'b0d118f634389a8eff0ab0997f98ce9badac3ff3', class: "dso-plekinfo-card-heading" }, h("a", { key: 'c7d18df577714e0afe5c62a33be189f4681343c5', href: this.href, class: "heading-anchor", onClick: (e) => this.clickEventHandler(e) }, h("slot", { key: '3d8318ec4f0bf9e0479067a90a990ffbfcb49d53', name: "heading" }), h("dso-icon", { key: 'a1b5beefcd8ffbfc05f41e15a018a1c6fb41e4dd', icon: "chevron-right" })), this.metaSlottedElement !== null && h("slot", { key: 'dfb3867000025ad5aa55e2bccd7257d1ad27d340', name: "meta" })), h("div", { key: 'c1237a91ede9d02c37036383642635db0d5501c9', class: "dso-plekinfo-card-content" }, h("slot", { key: 'f168d9ce668308ec4afe95b6f893de53cecf49d5', name: "content" })))));
51
+ }
52
+ get host() { return this; }
53
+ static get style() { return DsoPlekinfoCardStyle0; }
54
+ }, [1, "dso-plekinfo-card", {
55
+ "wijzigactie": [513],
56
+ "href": [513],
57
+ "active": [516]
58
+ }]);
59
+ function defineCustomElement$1() {
60
+ if (typeof customElements === "undefined") {
61
+ return;
62
+ }
63
+ const components = ["dso-plekinfo-card", "dso-icon"];
64
+ components.forEach(tagName => { switch (tagName) {
65
+ case "dso-plekinfo-card":
66
+ if (!customElements.get(tagName)) {
67
+ customElements.define(tagName, PlekinfoCard);
68
+ }
69
+ break;
70
+ case "dso-icon":
71
+ if (!customElements.get(tagName)) {
72
+ defineCustomElement$2();
73
+ }
74
+ break;
75
+ } });
76
+ }
77
+
78
+ const DsoPlekinfoCard = PlekinfoCard;
79
+ const defineCustomElement = defineCustomElement$1;
80
+
81
+ export { DsoPlekinfoCard, defineCustomElement };
82
+
83
+ //# sourceMappingURL=dso-plekinfo-card.js.map
@@ -0,0 +1 @@
1
+ {"file":"dso-plekinfo-card.js","mappings":";;;;AAAA,MAAM,eAAe,GAAG,uhHAAuhH,CAAC;AAChjH,8BAAe,eAAe;;ACoB9B,MAAM,eAAe,GAA8C,CAAC,EAAE,WAAW,EAAE,EAAE,QAAQ;IAC3F,IAAI,WAAW,KAAK,SAAS,EAAE;QAC7B,OAAO,WAAK,KAAK,EAAC,6BAA6B,IAAE,QAAQ,CAAO,CAAC;KAClE;IAED,IAAI,WAAW,KAAK,WAAW,EAAE;QAC/B,OAAO,WAAK,KAAK,EAAC,6BAA6B,IAAE,QAAQ,CAAO,CAAC;KAClE;IAED,OAAO,WAAK,KAAK,EAAC,6BAA6B,IAAE,QAAQ,CAAO,CAAC;AACnE,CAAC,CAAC;MAaW,YAAY;;;;;;;;;;IA8BvB,iBAAiB;QACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,gBAAgB,CAAC,MAAM,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC;QAE3E,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,EAAE,EAAE,UAAU,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,CAAC;KACjF;IAED,oBAAoB;;QAClB,MAAA,IAAI,CAAC,gBAAgB,0CAAE,UAAU,EAAE,CAAC;QAEpC,OAAO,IAAI,CAAC,gBAAgB,CAAC;KAC9B;IAEO,iBAAiB,CAAC,CAAa;QACrC,IAAI,EAAE,CAAC,CAAC,MAAM,YAAY,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;YACpD,OAAO;SACR;QAED,OAAO,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,aAAa,EAAE,CAAC,EAAE,eAAe,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;KAClG;IAED,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;KACnD;IAED,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;KACjD;IAED,MAAM;QACJ,MAAM,SAAS,GAAG,IAAI,CAAC,oBAAoB,KAAK,IAAI,CAAC;QAErD,QACE,EAAC,IAAI,mEAAa,SAAS,IACzB,EAAC,eAAe,qDAAC,WAAW,EAAE,IAAI,CAAC,WAAW,IAC5C,4DAAK,KAAK,EAAC,0BAA0B,EAAC,MAAM,EAAE,CAAC,SAAS,IACtD,6DAAM,IAAI,EAAC,QAAQ,GAAG,CAClB,EACN,4DAAK,KAAK,EAAC,2BAA2B,IACpC,0DAAG,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,OAAO,EAAE,CAAC,CAAC,KAAK,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,IAClF,6DAAM,IAAI,EAAC,SAAS,GAAG,EACvB,iEAAU,IAAI,EAAC,eAAe,GAAY,CACxC,EACH,IAAI,CAAC,kBAAkB,KAAK,IAAI,IAAI,6DAAM,IAAI,EAAC,MAAM,GAAG,CACrD,EACN,4DAAK,KAAK,EAAC,2BAA2B,IACpC,6DAAM,IAAI,EAAC,SAAS,GAAG,CACnB,CACU,CACb,EACP;KACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","names":[],"sources":["src/components/plekinfo-card/plekinfo-card.scss?tag=dso-plekinfo-card&encapsulation=shadow","src/components/plekinfo-card/plekinfo-card.tsx"],"sourcesContent":["@use \"~dso-toolkit/src/utilities\";\r\n@use \"~dso-toolkit/src/variables/media-query-breakpoints\";\r\n@use \"~dso-toolkit/src/variables/units\";\r\n@use \"~dso-toolkit/src/components/plekinfo-card\";\r\n\r\n@use \"~dso-toolkit/src/components/insert/insert\";\r\n@use \"~dso-toolkit/src/components/delete/delete\";\r\n\r\n@include utilities.box-sizing();\r\n\r\n:host {\r\n display: block;\r\n}\r\n\r\n.dso-plekinfo-card-container {\r\n padding-block: units.$u2 units.$u1;\r\n padding-inline: units.$u2;\r\n inline-size: 100%;\r\n\r\n .dso-plekinfo-card-heading {\r\n align-items: center;\r\n display: flex;\r\n margin-block-end: units.$u1;\r\n\r\n @media screen and (max-width: media-query-breakpoints.$screen-xs-min) {\r\n flex-wrap: wrap;\r\n }\r\n }\r\n\r\n .dso-plekinfo-card-symbol {\r\n grid-row: span 2;\r\n\r\n margin-inline-end: units.$u1;\r\n }\r\n\r\n &:has(.dso-plekinfo-card-heading a:is(:hover, :focus-visible)) {\r\n background-color: plekinfo-card.$background-color-hover;\r\n }\r\n}\r\n\r\nins.dso-plekinfo-card-container {\r\n &:has(.dso-plekinfo-card-heading a:is(:hover, :focus-visible)) {\r\n background-color: plekinfo-card.$background-color-hover-voegtoe;\r\n }\r\n}\r\n\r\ndel.dso-plekinfo-card-container {\r\n &:has(.dso-plekinfo-card-heading a:is(:hover, :focus-visible)) {\r\n background-color: plekinfo-card.$background-color-hover-verwijder;\r\n }\r\n}\r\n\r\n:host([active]:not([active=\"false\"])) {\r\n .dso-plekinfo-card-container {\r\n background-color: plekinfo-card.$background-color-active;\r\n }\r\n\r\n ins.dso-plekinfo-card-container {\r\n background-color: plekinfo-card.$background-color-active-voegtoe;\r\n }\r\n\r\n del.dso-plekinfo-card-container {\r\n background-color: plekinfo-card.$background-color-active-verwijder;\r\n }\r\n}\r\n\r\n:host([has-symbol]) {\r\n .dso-plekinfo-card-container {\r\n display: grid;\r\n grid-template-columns: 1fr minmax(0, 100%);\r\n\r\n .dso-plekinfo-card-heading,\r\n .dso-plekinfo-card-content {\r\n grid-column: 2 /-1;\r\n }\r\n }\r\n}\r\n\r\n::slotted([slot=\"meta\"]) {\r\n display: flex !important;\r\n justify-content: space-between !important;\r\n margin-inline-start: auto !important;\r\n\r\n @media screen and (max-width: media-query-breakpoints.$screen-xs-min) {\r\n flex-basis: 100% !important;\r\n margin-block-start: units.$u2 !important;\r\n }\r\n}\r\n\r\n::slotted([slot=\"heading\"]) {\r\n align-items: center !important;\r\n display: flex !important;\r\n font-size: 1.125em !important;\r\n margin-block-end: 0 !important;\r\n margin-block-start: 0 !important;\r\n}\r\n\r\n.heading-anchor {\r\n display: flex;\r\n gap: units.$u1 * 0.5;\r\n\r\n color: plekinfo-card.$heading-anchor-color;\r\n text-decoration: none;\r\n\r\n &:hover {\r\n color: plekinfo-card.$heading-anchor-hover-color;\r\n text-decoration: underline;\r\n }\r\n\r\n &:visited {\r\n color: plekinfo-card.$heading-anchor-color;\r\n }\r\n\r\n dso-icon {\r\n flex-shrink: 0;\r\n }\r\n\r\n .sr-only {\r\n @include utilities.sr-only();\r\n }\r\n}\r\n","import {\r\n h,\r\n Component,\r\n ComponentInterface,\r\n Element,\r\n Event,\r\n EventEmitter,\r\n Host,\r\n Prop,\r\n forceUpdate,\r\n FunctionalComponent,\r\n} from \"@stencil/core\";\r\n\r\nimport { isModifiedEvent } from \"../../utils/is-modified-event\";\r\n\r\nimport { PlekinfoCardClickEvent, PlekinfoWijzigactie } from \"./plekinfo-card.interfaces\";\r\n\r\ninterface WrapWijzigactieProps {\r\n wijzigactie: PlekinfoWijzigactie | undefined;\r\n}\r\n\r\nconst WrapWijzigactie: FunctionalComponent<WrapWijzigactieProps> = ({ wijzigactie }, children) => {\r\n if (wijzigactie === \"voegtoe\") {\r\n return <ins class=\"dso-plekinfo-card-container\">{children}</ins>;\r\n }\r\n\r\n if (wijzigactie === \"verwijder\") {\r\n return <del class=\"dso-plekinfo-card-container\">{children}</del>;\r\n }\r\n\r\n return <div class=\"dso-plekinfo-card-container\">{children}</div>;\r\n};\r\n\r\n/**\r\n * @slot symbol - An optional slot to place a symbol, representing the plekinfo item, in.\r\n * @slot heading - A slot to place the title of the card in.\r\n * @slot meta - An optional slot to place a `Label` in.\r\n * @slot content - An optional slot to place `Rich Content` in.\r\n */\r\n@Component({\r\n tag: \"dso-plekinfo-card\",\r\n styleUrl: \"plekinfo-card.scss\",\r\n shadow: true,\r\n})\r\nexport class PlekinfoCard implements ComponentInterface {\r\n @Element()\r\n host!: HTMLDsoPlekinfoCardElement;\r\n\r\n /**\r\n * An optional 'wijzigactie' that signals if the plekinfo on the card is added or removed.\r\n */\r\n @Prop({ reflect: true })\r\n wijzigactie?: PlekinfoWijzigactie;\r\n\r\n /**\r\n * The URL to which the PlekinfoCard heading links.\r\n */\r\n @Prop({ reflect: true })\r\n href!: string | undefined;\r\n\r\n /**\r\n * Makes the PlekinfoCard active.\r\n */\r\n @Prop({ reflect: true })\r\n active?: boolean;\r\n\r\n /**\r\n * Emitted when the PlekinfoCard heading is clicked.\r\n */\r\n @Event()\r\n dsoPlekinfoCardClick!: EventEmitter<PlekinfoCardClickEvent>;\r\n\r\n private mutationObserver?: MutationObserver;\r\n\r\n connectedCallback(): void {\r\n this.mutationObserver = new MutationObserver(() => forceUpdate(this.host));\r\n\r\n this.mutationObserver.observe(this.host, { attributes: true, childList: true });\r\n }\r\n\r\n disconnectedCallback(): void {\r\n this.mutationObserver?.disconnect();\r\n\r\n delete this.mutationObserver;\r\n }\r\n\r\n private clickEventHandler(e: MouseEvent) {\r\n if (!(e.target instanceof HTMLElement) || !this.href) {\r\n return;\r\n }\r\n\r\n return this.dsoPlekinfoCardClick.emit({ originalEvent: e, isModifiedEvent: isModifiedEvent(e) });\r\n }\r\n\r\n get symbolSlottedElement() {\r\n return this.host.querySelector(\"[slot='symbol']\");\r\n }\r\n\r\n get metaSlottedElement() {\r\n return this.host.querySelector(\"[slot='meta']\");\r\n }\r\n\r\n render() {\r\n const hasSymbol = this.symbolSlottedElement !== null;\r\n\r\n return (\r\n <Host has-symbol={hasSymbol}>\r\n <WrapWijzigactie wijzigactie={this.wijzigactie}>\r\n <div class=\"dso-plekinfo-card-symbol\" hidden={!hasSymbol}>\r\n <slot name=\"symbol\" />\r\n </div>\r\n <div class=\"dso-plekinfo-card-heading\">\r\n <a href={this.href} class=\"heading-anchor\" onClick={(e) => this.clickEventHandler(e)}>\r\n <slot name=\"heading\" />\r\n <dso-icon icon=\"chevron-right\"></dso-icon>\r\n </a>\r\n {this.metaSlottedElement !== null && <slot name=\"meta\" />}\r\n </div>\r\n <div class=\"dso-plekinfo-card-content\">\r\n <slot name=\"content\" />\r\n </div>\r\n </WrapWijzigactie>\r\n </Host>\r\n );\r\n }\r\n}\r\n"],"version":3}
@@ -15,7 +15,7 @@ const ProgressBar = /*@__PURE__*/ proxyCustomElement(class ProgressBar extends H
15
15
  render() {
16
16
  const progressNumber = Math.round(this.progress);
17
17
  const progressPercentage = `${progressNumber}%`;
18
- return (h("div", { key: 'd1b4e6eb8fc5a1ee9b96f0774474420c271f759b', class: "progress" }, h("span", { key: 'b7a00ad201b2c7001c6ec7286b4aed496b7d8d2a', class: "progress-bar", role: "progressbar", "aria-labelledby": "progress-bar-label", "aria-valuenow": progressNumber, "aria-valuemin": this.min, "aria-valuemax": this.max }, h("span", { key: '471b0487eeec277707610bc0b81bb2c860fe02ac', style: { width: `${progressPercentage}` } })), h("span", { key: '513aa7c0f9881c9d95d54264553b16ddf0121e42', id: "progress-bar-label" }, h("slot", { key: '6ad0ef5debf6fb5d67c3b38ab0ad148c855a4242' }))));
18
+ return (h("div", { key: '6a49ff9babffe7922e2a3a5b545cd3d132e39787', class: "progress" }, h("span", { key: 'e5a05911d83b5ffcc9c9fe800944b30ba74ca19a', class: "progress-bar", role: "progressbar", "aria-labelledby": "progress-bar-label", "aria-valuenow": progressNumber, "aria-valuemin": this.min, "aria-valuemax": this.max }, h("span", { key: '425b8690e838da624b0436fe6b50fc0383d05cf4', style: { width: `${progressPercentage}` } })), h("span", { key: 'ad1bbcaed9fc43340b1e6a21a7d82ccef0cf4256', id: "progress-bar-label" }, h("slot", { key: '12c73a2b1de830c868f72d9c40b50808958955eb' }))));
19
19
  }
20
20
  static get style() { return DsoProgressBarStyle0; }
21
21
  }, [1, "dso-progress-bar", {
@@ -14,7 +14,7 @@ const ProjectItem = /*@__PURE__*/ proxyCustomElement(class ProjectItem extends H
14
14
  this.label = undefined;
15
15
  }
16
16
  render() {
17
- return (h(Fragment, null, h("div", { key: '7e8ce0768a4d29b8f0e0870e514fb0cb839dca70', class: "project-item-header" }, h("div", { key: '5c7b01e378c96a972b1780aff226af0437569148', class: "project-item-title" }, h("slot", { key: 'e8af48f1b1ef400f6598b299dc424e1c068c493a', name: "title" }), this.label && (h("dso-label", { key: '7d4d6bfb4104391af6feeef50c8abfdf0112a19c', status: "danger", compact: true }, this.label))), h("div", { key: 'cb66a125f18494e5504a86a530a92fc07b972fd9', class: "project-item-actions" }, h("slot", { key: '3fd674fe94215b163cbd741febf8a255d2e69ee6', name: "actions" }))), h("div", { key: 'cee317bf938c9d5f3943f2f5df46377748963108', class: "project-item-info" }, h("div", { key: '91402c05f20e06d21e219be63da508c2116beb45', class: "project-item-progress" }, h("slot", { key: '60fe0fa198bd97e757ce867460ef1b0124a56129', name: "progress" })), h("div", { key: '2f2252fe030f12d87d956848aca9bd6559794fbf', class: "project-item-status" }, h("slot", { key: '7e15b524f5ca6d20dc8b9550dd80162614e1c3c6', name: "status" })))));
17
+ return (h(Fragment, null, h("div", { key: '86884445244ba13707f047d729a8b193ee381635', class: "project-item-header" }, h("div", { key: '326f36e6b4765e903f18781a8c465b4741153a50', class: "project-item-title" }, h("slot", { key: 'd48ca3b2801f525970effc4f6c48caf6f467a12c', name: "title" }), this.label && (h("dso-label", { key: '046b005d9a0dcae01c34c6549878fc4205a1f24d', status: "danger", compact: true }, this.label))), h("div", { key: 'f2e5e03cfa19b75fea2e7da0d20a44fb23e28573', class: "project-item-actions" }, h("slot", { key: '939dcd5c9312905143d429ef25acbcb9b71d68dc', name: "actions" }))), h("div", { key: '116ad5128076f3c07d5a7314a6aae6d35c4003b2', class: "project-item-info" }, h("div", { key: 'e827260fe0ddc522827433e26cf8521400f5ca0b', class: "project-item-progress" }, h("slot", { key: '91113a46e216c0fb1a7b27ed997e77ac3e33cfa1', name: "progress" })), h("div", { key: 'bc23f3f23342c7f1285839406cf1a0108d546fdd', class: "project-item-status" }, h("slot", { key: '865229ea9fcf2243778e4e4d52a67941c9cc6604', name: "status" })))));
18
18
  }
19
19
  static get style() { return DsoProjectItemStyle0; }
20
20
  }, [1, "dso-project-item", {
@@ -67,7 +67,7 @@ const Tabs = /*@__PURE__*/ proxyCustomElement(class Tabs extends HTMLElement {
67
67
  (_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
68
68
  }
69
69
  render() {
70
- return (h(Host, { key: 'ce49553d33f63de258e8ff3466fa37d539e4734f' }, h("div", { key: '22a863b05306509b718237a071a072a52c3cfd73', class: "tabs", role: "tablist", onKeyUp: this.keyUpHandler }, h("slot", { key: '75d01af59d70f79e059948d9239c7c9ccdef297b' })), h("div", { key: '2304bbce1b0c27566ae04f7c1c5dd13cd9e588eb', role: "tabpanel", tabindex: "0" }, h("slot", { key: 'bc1a82a606d37dd50beb5f5acd575cc57b41182e', name: "panel" }))));
70
+ return (h(Host, { key: 'd115f11054298f6f4ba09e97f0e8c1b726aac09c' }, h("div", { key: '74e724fc01facb00f7ca14f3420b68172c313927', class: "tabs", role: "tablist", onKeyUp: this.keyUpHandler }, h("slot", { key: '7d65307f3dd7372b30eccf57ae2c552451d0920f' })), h("div", { key: '251184652aace25225b69336bf9c0bae0ab98e68', role: "tabpanel", tabindex: "0" }, h("slot", { key: '79e95365db5486bd5e54161919f653df5ac525cc', name: "panel" }))));
71
71
  }
72
72
  get host() { return this; }
73
73
  static get style() { return DsoTabsStyle0; }
@@ -199,7 +199,7 @@ const TreeView = /*@__PURE__*/ proxyCustomElement(class TreeView extends HTMLEle
199
199
  }
200
200
  render() {
201
201
  var _a;
202
- return (h("div", { key: '297a05e4f779433dea7c7e297200b5205c9a835e', id: "tree", class: "dso-tree", onKeyDown: (e) => this.keyDownListener(e), ref: (element) => (this.tree = element) }, h("ul", { key: '095ee29e9af3861b29e413e7120e79ca32a46364', role: "tree", "aria-label": "Objectenboom" }, (_a = this.collection) === null || _a === void 0 ? void 0 : _a.map((item, index) => (h(DsoTreeItem, { owner: this, ancestors: [], item: item, index: index, level: 1, setSize: this.collection.length }))))));
202
+ return (h("div", { key: '733757192ac89c90806872d71a6b9d1079a33514', id: "tree", class: "dso-tree", onKeyDown: (e) => this.keyDownListener(e), ref: (element) => (this.tree = element) }, h("ul", { key: '29f84b165163e1ada0f411e8127ac3e213a775b0', role: "tree", "aria-label": "Objectenboom" }, (_a = this.collection) === null || _a === void 0 ? void 0 : _a.map((item, index) => (h(DsoTreeItem, { owner: this, ancestors: [], item: item, index: index, level: 1, setSize: this.collection.length }))))));
203
203
  }
204
204
  static get style() { return DsoTreeViewStyle0; }
205
205
  }, [1, "dso-tree-view", {
@@ -251,7 +251,7 @@ const ViewerGrid = /*@__PURE__*/ proxyCustomElement(class ViewerGrid extends HTM
251
251
  }
252
252
  render() {
253
253
  const tabLabels = this.mode === "vdk" ? viewerGridVdkTabs : viewerGridVrkTabs;
254
- return (h(Fragment, null, this.tabView && (h("nav", { key: '8ca85b7872476a2afdcb8d41d9d7d3d8fd9d130c', class: "dso-navbar" }, h("ul", { key: '83195a76dbb5770f6a38fe8feec3c1f85a70f102', class: "dso-nav dso-nav-sub" }, tabLabels.map((tab) => (h("li", { key: tab, class: clsx({ "dso-active": this.activeTab === tab }) }, h("button", { type: "button", class: "dso-tertiary", onClick: () => this.switchActiveTab(tab) }, viewerGridTabLabelMap[tab]))))))), (!this.tabView || (this.tabView && (this.activeTab === "main" || this.activeTab === "search"))) && (h(MainPanel, { key: '2b13de9e342ee70f4b6f225742f19f4a48387f49', mode: this.mode, tabView: this.tabView, mainSize: this.mainSize, documentPanelOpen: this.documentPanelOpen, mainPanelExpanded: this.mainPanelExpanded, mainPanelHidden: this.mainPanelHidden, shrinkMain: this.emitShrinkMain, expandMain: this.emitExpandMain, toggleMainPanel: this.toggleMainPanel, dsoMainSizeChangeAnimationEnd: this.dsoMainSizeChangeAnimationEnd })), h(Filterpanel, { key: 'c31ce856aacd1c762e4988187e71533c09a554f6', ref: (element) => (this.filterpanel = element), onApply: this.handleFilterpanelApply, onCancel: this.handleFilterpanelCancel }), (!this.tabView || (this.tabView && this.activeTab === "map")) && (h("div", { key: '31e87407557de7024832b5cc57b8e4d0cd882e6f', class: "map", ref: (element) => (this.mapElement = element) }, h("slot", { key: '6ed2d2a928d67f175293c4b16dffc5f836a1beba', name: "map" }))), ((!this.tabView && this.documentPanelOpen) || (this.tabView && this.activeTab === "document")) && (h(DocumentPanel, { key: '32d6858043486f36421a73ab0431cf49db6d0d8b', tabView: this.tabView, panelSize: this.documentPanelSize, shrinkDocumentPanel: this.shrinkDocumentPanel, expandDocumentPanel: this.expandDocumentPanel, dsoDocumentPanelSizeChangeAnimationEnd: this.dsoDocumentPanelSizeChangeAnimationEnd })), h(Overlay, { key: '3e947e34d6693ecfef90f1606d5e8af37fd28efc', ref: (element) => (this.overlay = element), dsoCloseOverlay: (e) => this.dsoCloseOverlay.emit({ originalEvent: e }) })));
254
+ return (h(Fragment, null, this.tabView && (h("nav", { key: '5bb28bca2da923349ff553a3e32ad6afc6292189', class: "dso-navbar" }, h("ul", { key: '0ec74cb43fb25056ca47b063c94e19deaf12e5a2', class: "dso-nav dso-nav-sub" }, tabLabels.map((tab) => (h("li", { key: tab, class: clsx({ "dso-active": this.activeTab === tab }) }, h("button", { type: "button", class: "dso-tertiary", onClick: () => this.switchActiveTab(tab) }, viewerGridTabLabelMap[tab]))))))), (!this.tabView || (this.tabView && (this.activeTab === "main" || this.activeTab === "search"))) && (h(MainPanel, { key: '92b77fad12d794fe466f0eefb1c077545887970b', mode: this.mode, tabView: this.tabView, mainSize: this.mainSize, documentPanelOpen: this.documentPanelOpen, mainPanelExpanded: this.mainPanelExpanded, mainPanelHidden: this.mainPanelHidden, shrinkMain: this.emitShrinkMain, expandMain: this.emitExpandMain, toggleMainPanel: this.toggleMainPanel, dsoMainSizeChangeAnimationEnd: this.dsoMainSizeChangeAnimationEnd })), h(Filterpanel, { key: 'ecb109bf285a6838c5ec84ef069bd53ba581c5a7', ref: (element) => (this.filterpanel = element), onApply: this.handleFilterpanelApply, onCancel: this.handleFilterpanelCancel }), (!this.tabView || (this.tabView && this.activeTab === "map")) && (h("div", { key: 'b4a056be215b05ffb730f82aee8eebb7adf1c7b1', class: "map", ref: (element) => (this.mapElement = element) }, h("slot", { key: '26a55ded1adf6f6d12814c4f327538e6cc14dbe8', name: "map" }))), ((!this.tabView && this.documentPanelOpen) || (this.tabView && this.activeTab === "document")) && (h(DocumentPanel, { key: 'b2ebd498fa85c639196525cda9f4386613bae869', tabView: this.tabView, panelSize: this.documentPanelSize, shrinkDocumentPanel: this.shrinkDocumentPanel, expandDocumentPanel: this.expandDocumentPanel, dsoDocumentPanelSizeChangeAnimationEnd: this.dsoDocumentPanelSizeChangeAnimationEnd })), h(Overlay, { key: '718aa0f258d94bad2336b14f13cd0ba26d465205', ref: (element) => (this.overlay = element), dsoCloseOverlay: (e) => this.dsoCloseOverlay.emit({ originalEvent: e }) })));
255
255
  }
256
256
  get host() { return this; }
257
257
  static get watchers() { return {
@@ -1801,7 +1801,7 @@ const DocumentComponentDemo = /*@__PURE__*/ proxyCustomElement(class DocumentCom
1801
1801
  render() {
1802
1802
  var _a, _b;
1803
1803
  const { DocumentComponent, MenuButton } = this;
1804
- return (h("dso-responsive-element", { key: '16b7d10e045d7786c6f19636bcf720d18abc47dd', class: "dso-document-components" }, h("div", { key: 'a2c8d69d1bc709801116ac60218f3fec75fe5acd', class: "dso-navbar" }, h("ul", { key: 'fe169b6c35ad011116758e50df84b4d7caf87596', class: "dso-nav dso-nav-sub" }, (_b = (_a = this.getEmbeddedDocumentComponents(this.response)) === null || _a === void 0 ? void 0 : _a.documentComponents) === null || _b === void 0 ? void 0 : _b.map((d) => (h("li", { class: this.document === d ? "dso-active" : undefined }, h(MenuButton, { documentComponent: d })))))), this.document && h(DocumentComponent, { key: '3b8096824ba9b544674c09f1cec7e7ae1bc2f9eb', path: [this.document] })));
1804
+ return (h("dso-responsive-element", { key: 'eb14018ecf203c585208d7fed484da71b925f0a3', class: "dso-document-components" }, h("div", { key: 'a18087f3642b6eceb0075883b5379c9b97b972eb', class: "dso-navbar" }, h("ul", { key: '2a2060d8b89a19855e1a40bc9ddb6bca3647dd3d', class: "dso-nav dso-nav-sub" }, (_b = (_a = this.getEmbeddedDocumentComponents(this.response)) === null || _a === void 0 ? void 0 : _a.documentComponents) === null || _b === void 0 ? void 0 : _b.map((d) => (h("li", { class: this.document === d ? "dso-active" : undefined }, h(MenuButton, { documentComponent: d })))))), this.document && h(DocumentComponent, { key: '900eef95c0756a28f5a44383e1f2c4286f6d374d', path: [this.document] })));
1805
1805
  }
1806
1806
  static get watchers() { return {
1807
1807
  "jsonFile": ["jsonFileWatcher"],