@dso-toolkit/core 56.1.0 → 58.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 (292) hide show
  1. package/dist/cjs/dso-accordion-section.cjs.entry.js +2 -2
  2. package/dist/cjs/dso-accordion-section.cjs.entry.js.map +1 -1
  3. package/dist/cjs/dso-accordion.cjs.entry.js +1 -1
  4. package/dist/cjs/dso-action-list-item.cjs.entry.js +1 -1
  5. package/dist/cjs/dso-action-list.cjs.entry.js +1 -1
  6. package/dist/cjs/dso-alert_5.cjs.entry.js +3 -3
  7. package/dist/cjs/dso-alert_5.cjs.entry.js.map +1 -1
  8. package/dist/cjs/dso-annotation-output_3.cjs.entry.js +1 -1
  9. package/dist/cjs/dso-attachments-counter.cjs.entry.js +1 -1
  10. package/dist/cjs/dso-autosuggest.cjs.entry.js +1 -1
  11. package/dist/cjs/dso-banner.cjs.entry.js +1 -1
  12. package/dist/cjs/dso-card-container.cjs.entry.js +1 -1
  13. package/dist/cjs/dso-card.cjs.entry.js +1 -1
  14. package/dist/cjs/dso-date-picker.cjs.entry.js +1 -1
  15. package/dist/cjs/dso-dropdown-menu.cjs.entry.js +1 -1
  16. package/dist/cjs/dso-expandable.cjs.entry.js +1 -1
  17. package/dist/cjs/dso-header.cjs.entry.js +2 -2
  18. package/dist/cjs/dso-header.cjs.entry.js.map +1 -1
  19. package/dist/cjs/dso-helpcenter-panel.cjs.entry.js +2 -2
  20. package/dist/cjs/dso-helpcenter-panel.cjs.entry.js.map +1 -1
  21. package/dist/cjs/dso-highlight-box.cjs.entry.js +1 -1
  22. package/dist/cjs/dso-icon.cjs.entry.js +1 -1
  23. package/dist/cjs/dso-image-overlay.cjs.entry.js +2 -2
  24. package/dist/cjs/dso-image-overlay.cjs.entry.js.map +1 -1
  25. package/dist/cjs/dso-info-button.cjs.entry.js +2 -2
  26. package/dist/cjs/dso-info-button.cjs.entry.js.map +1 -1
  27. package/dist/cjs/dso-info_2.cjs.entry.js +1 -1
  28. package/dist/cjs/dso-list-button.cjs.entry.js +3 -3
  29. package/dist/cjs/dso-list-button.cjs.entry.js.map +1 -1
  30. package/dist/cjs/dso-map-base-layers.cjs.entry.js +1 -1
  31. package/dist/cjs/dso-map-controls.cjs.entry.js +2 -2
  32. package/dist/cjs/dso-map-controls.cjs.entry.js.map +1 -1
  33. package/dist/cjs/dso-map-overlays.cjs.entry.js +1 -1
  34. package/dist/cjs/dso-modal.cjs.entry.js +13 -45
  35. package/dist/cjs/dso-modal.cjs.entry.js.map +1 -1
  36. package/dist/cjs/dso-pagination.cjs.entry.js +1 -1
  37. package/dist/cjs/dso-progress-bar.cjs.entry.js +1 -1
  38. package/dist/cjs/dso-progress-indicator.cjs.entry.js +1 -1
  39. package/dist/cjs/dso-responsive-element.cjs.entry.js +1 -1
  40. package/dist/cjs/dso-scrollable.cjs.entry.js +1 -1
  41. package/dist/cjs/dso-table.cjs.entry.js +2 -2
  42. package/dist/cjs/dso-table.cjs.entry.js.map +1 -1
  43. package/dist/cjs/dso-toggletip.cjs.entry.js +1 -1
  44. package/dist/cjs/dso-toolkit.cjs.js +2 -2
  45. package/dist/cjs/dso-tooltip.cjs.entry.js +1 -1
  46. package/dist/cjs/dso-tree-view.cjs.entry.js +1 -1
  47. package/dist/cjs/dso-viewer-grid.cjs.entry.js +83 -62
  48. package/dist/cjs/dso-viewer-grid.cjs.entry.js.map +1 -1
  49. package/dist/cjs/dsot-document-component-demo.cjs.entry.js +1 -1
  50. package/dist/cjs/{index-efc2222e.js → index-d4003ee3.js} +1 -4
  51. package/dist/cjs/index-d4003ee3.js.map +1 -0
  52. package/dist/cjs/index.cjs.js +0 -72
  53. package/dist/cjs/index.cjs.js.map +1 -1
  54. package/dist/cjs/loader.cjs.js +2 -2
  55. package/dist/collection/components/accordion/accordion.interfaces.js.map +1 -1
  56. package/dist/collection/components/accordion/accordion.js +1 -1
  57. package/dist/collection/components/accordion/components/accordion-section.css +66 -1
  58. package/dist/collection/components/annotation-button/annotation-button.css +59 -383
  59. package/dist/collection/components/header/header.css +3 -3
  60. package/dist/collection/components/helpcenter-panel/helpcenter-panel.css +12 -12
  61. package/dist/collection/components/image-overlay/image-overlay.css +14 -14
  62. package/dist/collection/components/info-button/info-button.js +1 -1
  63. package/dist/collection/components/info-button/info-button.js.map +1 -1
  64. package/dist/collection/components/list-button/list-button.css +29 -23
  65. package/dist/collection/components/list-button/list-button.js +1 -1
  66. package/dist/collection/components/list-button/list-button.js.map +1 -1
  67. package/dist/collection/components/map-controls/map-controls.css +21 -15
  68. package/dist/collection/components/modal/modal.css +92 -65
  69. package/dist/collection/components/modal/modal.interfaces.js.map +1 -1
  70. package/dist/collection/components/modal/modal.js +33 -90
  71. package/dist/collection/components/modal/modal.js.map +1 -1
  72. package/dist/collection/components/ozon-content/ozon-content.css +7 -1
  73. package/dist/collection/components/table/table.css +60 -55
  74. package/dist/collection/components/viewer-grid/components/filterpanel.js +7 -0
  75. package/dist/collection/components/viewer-grid/components/filterpanel.js.map +1 -0
  76. package/dist/collection/components/viewer-grid/components/index.js +4 -0
  77. package/dist/collection/components/viewer-grid/components/index.js.map +1 -0
  78. package/dist/collection/components/viewer-grid/components/main-panel.js +10 -0
  79. package/dist/collection/components/viewer-grid/components/main-panel.js.map +1 -0
  80. package/dist/collection/components/viewer-grid/components/overlay.js +6 -0
  81. package/dist/collection/components/viewer-grid/components/overlay.js.map +1 -0
  82. package/dist/collection/components/viewer-grid/components/viewer-grid-filterpanel-buttons.js.map +1 -0
  83. package/dist/collection/components/viewer-grid/viewer-grid.css +331 -108
  84. package/dist/collection/components/viewer-grid/viewer-grid.interfaces.js +1 -1
  85. package/dist/collection/components/viewer-grid/viewer-grid.interfaces.js.map +1 -1
  86. package/dist/collection/components/viewer-grid/viewer-grid.js +59 -73
  87. package/dist/collection/components/viewer-grid/viewer-grid.js.map +1 -1
  88. package/dist/collection/index.js +0 -1
  89. package/dist/collection/index.js.map +1 -1
  90. package/dist/components/annotation-button.js +1 -1
  91. package/dist/components/annotation-button.js.map +1 -1
  92. package/dist/components/dso-accordion-section.js +1 -1
  93. package/dist/components/dso-accordion-section.js.map +1 -1
  94. package/dist/components/dso-header.js +1 -1
  95. package/dist/components/dso-header.js.map +1 -1
  96. package/dist/components/dso-helpcenter-panel.js +1 -1
  97. package/dist/components/dso-helpcenter-panel.js.map +1 -1
  98. package/dist/components/dso-image-overlay.js +1 -1
  99. package/dist/components/dso-image-overlay.js.map +1 -1
  100. package/dist/components/dso-list-button.js +2 -2
  101. package/dist/components/dso-list-button.js.map +1 -1
  102. package/dist/components/dso-map-controls.js +1 -1
  103. package/dist/components/dso-map-controls.js.map +1 -1
  104. package/dist/components/dso-modal.js +14 -46
  105. package/dist/components/dso-modal.js.map +1 -1
  106. package/dist/components/dso-table.js +1 -1
  107. package/dist/components/dso-table.js.map +1 -1
  108. package/dist/components/dso-viewer-grid.js +86 -68
  109. package/dist/components/dso-viewer-grid.js.map +1 -1
  110. package/dist/components/index.js +0 -71
  111. package/dist/components/index.js.map +1 -1
  112. package/dist/components/info-button.js +1 -1
  113. package/dist/components/info-button.js.map +1 -1
  114. package/dist/components/ozon-content.js +1 -1
  115. package/dist/components/ozon-content.js.map +1 -1
  116. package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
  117. package/dist/dso-toolkit/dso-toolkit.esm.js.map +1 -1
  118. package/dist/dso-toolkit/index.esm.js +1 -1
  119. package/dist/dso-toolkit/index.esm.js.map +1 -1
  120. package/dist/dso-toolkit/p-0dffb117.entry.js +2 -0
  121. package/dist/dso-toolkit/{p-29752a45.entry.js.map → p-0dffb117.entry.js.map} +1 -1
  122. package/dist/dso-toolkit/{p-14453f73.entry.js → p-14aa091d.entry.js} +2 -2
  123. package/dist/dso-toolkit/p-1a1a43fd.js +3 -0
  124. package/dist/dso-toolkit/p-1a1a43fd.js.map +1 -0
  125. package/dist/dso-toolkit/{p-d8c137b5.entry.js → p-1c721290.entry.js} +2 -2
  126. package/dist/dso-toolkit/{p-56d87a53.entry.js → p-22baee8e.entry.js} +2 -2
  127. package/dist/dso-toolkit/{p-a616ab8a.entry.js → p-2ccbf58d.entry.js} +2 -2
  128. package/dist/dso-toolkit/{p-9f2bb98b.entry.js → p-3cbf8b97.entry.js} +2 -2
  129. package/dist/dso-toolkit/{p-29b741cb.entry.js → p-3d4308ba.entry.js} +2 -2
  130. package/dist/dso-toolkit/{p-c8165a50.entry.js → p-420e0d23.entry.js} +2 -2
  131. package/dist/dso-toolkit/{p-bf203ab8.entry.js → p-423fa057.entry.js} +2 -2
  132. package/dist/dso-toolkit/{p-debbe184.entry.js → p-440fc4ae.entry.js} +2 -2
  133. package/dist/dso-toolkit/{p-d3f69d06.entry.js → p-49bce8b2.entry.js} +2 -2
  134. package/dist/dso-toolkit/{p-f56c1b28.entry.js → p-4bc67e5c.entry.js} +2 -2
  135. package/dist/dso-toolkit/{p-9b587a94.entry.js → p-4da2fa8b.entry.js} +2 -2
  136. package/dist/dso-toolkit/{p-0e5a93c3.entry.js → p-4e86089d.entry.js} +2 -2
  137. package/dist/dso-toolkit/{p-68e9f61b.entry.js → p-51f19c06.entry.js} +2 -2
  138. package/dist/dso-toolkit/{p-05ea1fba.entry.js → p-54c65314.entry.js} +2 -2
  139. package/dist/dso-toolkit/p-5e5302ef.entry.js +2 -0
  140. package/dist/dso-toolkit/p-5e5302ef.entry.js.map +1 -0
  141. package/dist/dso-toolkit/{p-818d032e.entry.js → p-5ee79846.entry.js} +2 -2
  142. package/dist/dso-toolkit/p-604eb60b.entry.js +2 -0
  143. package/dist/dso-toolkit/p-604eb60b.entry.js.map +1 -0
  144. package/dist/dso-toolkit/p-669c3743.entry.js +2 -0
  145. package/dist/dso-toolkit/{p-88f4366e.entry.js.map → p-669c3743.entry.js.map} +1 -1
  146. package/dist/dso-toolkit/p-712fca2c.entry.js +2 -0
  147. package/dist/dso-toolkit/p-712fca2c.entry.js.map +1 -0
  148. package/dist/dso-toolkit/{p-b67631ef.entry.js → p-745b6678.entry.js} +2 -2
  149. package/dist/dso-toolkit/{p-cfd6f4ef.entry.js → p-7a6be9c1.entry.js} +2 -2
  150. package/dist/dso-toolkit/p-8b77b083.entry.js +2 -0
  151. package/dist/dso-toolkit/{p-b627d9ac.entry.js.map → p-8b77b083.entry.js.map} +1 -1
  152. package/dist/dso-toolkit/{p-3fa7489e.entry.js → p-8f8dd254.entry.js} +2 -2
  153. package/dist/dso-toolkit/p-918bcdbe.entry.js +2 -0
  154. package/dist/dso-toolkit/p-918bcdbe.entry.js.map +1 -0
  155. package/dist/dso-toolkit/p-98f7ede6.entry.js +2 -0
  156. package/dist/dso-toolkit/p-98f7ede6.entry.js.map +1 -0
  157. package/dist/dso-toolkit/{p-fafa5ea1.entry.js → p-a00c4003.entry.js} +2 -2
  158. package/dist/dso-toolkit/p-a0798096.entry.js +2 -0
  159. package/dist/dso-toolkit/{p-42d3c595.entry.js.map → p-a0798096.entry.js.map} +1 -1
  160. package/dist/dso-toolkit/{p-9fee52e5.entry.js → p-a1060560.entry.js} +2 -2
  161. package/dist/dso-toolkit/{p-6050e8e6.entry.js → p-b34f24b4.entry.js} +2 -2
  162. package/dist/dso-toolkit/{p-168750a2.entry.js → p-b76768a5.entry.js} +2 -2
  163. package/dist/dso-toolkit/{p-674e2406.entry.js → p-b9d441d5.entry.js} +2 -2
  164. package/dist/dso-toolkit/p-b9d441d5.entry.js.map +1 -0
  165. package/dist/dso-toolkit/p-bc9e3037.entry.js +2 -0
  166. package/dist/dso-toolkit/{p-422bcf93.entry.js.map → p-bc9e3037.entry.js.map} +1 -1
  167. package/dist/dso-toolkit/{p-bcae3f55.entry.js → p-bcecc743.entry.js} +2 -2
  168. package/dist/dso-toolkit/p-e69d7e62.entry.js +2 -0
  169. package/dist/dso-toolkit/{p-5265e22b.entry.js.map → p-e69d7e62.entry.js.map} +1 -1
  170. package/dist/dso-toolkit/{p-83cdfde8.entry.js → p-f21e4ccc.entry.js} +2 -2
  171. package/dist/dso-toolkit/{p-83cdfde8.entry.js.map → p-f21e4ccc.entry.js.map} +1 -1
  172. package/dist/esm/dso-accordion-section.entry.js +2 -2
  173. package/dist/esm/dso-accordion-section.entry.js.map +1 -1
  174. package/dist/esm/dso-accordion.entry.js +1 -1
  175. package/dist/esm/dso-action-list-item.entry.js +1 -1
  176. package/dist/esm/dso-action-list.entry.js +1 -1
  177. package/dist/esm/dso-alert_5.entry.js +3 -3
  178. package/dist/esm/dso-alert_5.entry.js.map +1 -1
  179. package/dist/esm/dso-annotation-output_3.entry.js +1 -1
  180. package/dist/esm/dso-attachments-counter.entry.js +1 -1
  181. package/dist/esm/dso-autosuggest.entry.js +1 -1
  182. package/dist/esm/dso-banner.entry.js +1 -1
  183. package/dist/esm/dso-card-container.entry.js +1 -1
  184. package/dist/esm/dso-card.entry.js +1 -1
  185. package/dist/esm/dso-date-picker.entry.js +1 -1
  186. package/dist/esm/dso-dropdown-menu.entry.js +1 -1
  187. package/dist/esm/dso-expandable.entry.js +1 -1
  188. package/dist/esm/dso-header.entry.js +2 -2
  189. package/dist/esm/dso-header.entry.js.map +1 -1
  190. package/dist/esm/dso-helpcenter-panel.entry.js +2 -2
  191. package/dist/esm/dso-helpcenter-panel.entry.js.map +1 -1
  192. package/dist/esm/dso-highlight-box.entry.js +1 -1
  193. package/dist/esm/dso-icon.entry.js +1 -1
  194. package/dist/esm/dso-image-overlay.entry.js +2 -2
  195. package/dist/esm/dso-image-overlay.entry.js.map +1 -1
  196. package/dist/esm/dso-info-button.entry.js +2 -2
  197. package/dist/esm/dso-info-button.entry.js.map +1 -1
  198. package/dist/esm/dso-info_2.entry.js +1 -1
  199. package/dist/esm/dso-list-button.entry.js +3 -3
  200. package/dist/esm/dso-list-button.entry.js.map +1 -1
  201. package/dist/esm/dso-map-base-layers.entry.js +1 -1
  202. package/dist/esm/dso-map-controls.entry.js +2 -2
  203. package/dist/esm/dso-map-controls.entry.js.map +1 -1
  204. package/dist/esm/dso-map-overlays.entry.js +1 -1
  205. package/dist/esm/dso-modal.entry.js +13 -45
  206. package/dist/esm/dso-modal.entry.js.map +1 -1
  207. package/dist/esm/dso-pagination.entry.js +1 -1
  208. package/dist/esm/dso-progress-bar.entry.js +1 -1
  209. package/dist/esm/dso-progress-indicator.entry.js +1 -1
  210. package/dist/esm/dso-responsive-element.entry.js +1 -1
  211. package/dist/esm/dso-scrollable.entry.js +1 -1
  212. package/dist/esm/dso-table.entry.js +2 -2
  213. package/dist/esm/dso-table.entry.js.map +1 -1
  214. package/dist/esm/dso-toggletip.entry.js +1 -1
  215. package/dist/esm/dso-toolkit.js +3 -3
  216. package/dist/esm/dso-tooltip.entry.js +1 -1
  217. package/dist/esm/dso-tree-view.entry.js +1 -1
  218. package/dist/esm/dso-viewer-grid.entry.js +83 -62
  219. package/dist/esm/dso-viewer-grid.entry.js.map +1 -1
  220. package/dist/esm/dsot-document-component-demo.entry.js +1 -1
  221. package/dist/esm/{index-367cff36.js → index-3e9ed0c5.js} +1 -4
  222. package/dist/esm/index-3e9ed0c5.js.map +1 -0
  223. package/dist/esm/index.js +0 -69
  224. package/dist/esm/index.js.map +1 -1
  225. package/dist/esm/loader.js +3 -3
  226. package/dist/types/components/accordion/accordion.interfaces.d.ts +1 -1
  227. package/dist/types/components/modal/modal.d.ts +9 -15
  228. package/dist/types/components/modal/modal.interfaces.d.ts +2 -13
  229. package/dist/types/components/viewer-grid/components/filterpanel.d.ts +7 -0
  230. package/dist/types/components/viewer-grid/components/index.d.ts +3 -0
  231. package/dist/types/components/viewer-grid/components/main-panel.d.ts +10 -0
  232. package/dist/types/components/viewer-grid/components/overlay.d.ts +6 -0
  233. package/dist/types/components/viewer-grid/components/viewer-grid-filterpanel-buttons.d.ts +6 -0
  234. package/dist/types/components/viewer-grid/viewer-grid.d.ts +12 -11
  235. package/dist/types/components/viewer-grid/viewer-grid.interfaces.d.ts +13 -2
  236. package/dist/types/components.d.ts +14 -24
  237. package/dist/types/index.d.ts +0 -1
  238. package/package.json +2 -2
  239. package/dist/cjs/index-efc2222e.js.map +0 -1
  240. package/dist/collection/components/modal/modal-ref.js +0 -19
  241. package/dist/collection/components/modal/modal-ref.js.map +0 -1
  242. package/dist/collection/components/modal/modal.controller.js +0 -51
  243. package/dist/collection/components/modal/modal.controller.js.map +0 -1
  244. package/dist/collection/components/viewer-grid/viewer-grid-filterpanel-buttons.js.map +0 -1
  245. package/dist/dso-toolkit/p-021589dc.entry.js +0 -2
  246. package/dist/dso-toolkit/p-021589dc.entry.js.map +0 -1
  247. package/dist/dso-toolkit/p-29752a45.entry.js +0 -2
  248. package/dist/dso-toolkit/p-3c554a18.entry.js +0 -2
  249. package/dist/dso-toolkit/p-3c554a18.entry.js.map +0 -1
  250. package/dist/dso-toolkit/p-422bcf93.entry.js +0 -2
  251. package/dist/dso-toolkit/p-42d3c595.entry.js +0 -2
  252. package/dist/dso-toolkit/p-5265e22b.entry.js +0 -2
  253. package/dist/dso-toolkit/p-674e2406.entry.js.map +0 -1
  254. package/dist/dso-toolkit/p-88f4366e.entry.js +0 -2
  255. package/dist/dso-toolkit/p-909ccf98.entry.js +0 -2
  256. package/dist/dso-toolkit/p-909ccf98.entry.js.map +0 -1
  257. package/dist/dso-toolkit/p-9c0477fc.entry.js +0 -2
  258. package/dist/dso-toolkit/p-9c0477fc.entry.js.map +0 -1
  259. package/dist/dso-toolkit/p-b627d9ac.entry.js +0 -2
  260. package/dist/dso-toolkit/p-ce928197.js +0 -3
  261. package/dist/dso-toolkit/p-ce928197.js.map +0 -1
  262. package/dist/dso-toolkit/p-d4320890.entry.js +0 -2
  263. package/dist/dso-toolkit/p-d4320890.entry.js.map +0 -1
  264. package/dist/esm/index-367cff36.js.map +0 -1
  265. package/dist/types/components/modal/modal-ref.d.ts +0 -8
  266. package/dist/types/components/modal/modal.controller.d.ts +0 -6
  267. package/dist/types/components/viewer-grid/viewer-grid-filterpanel-buttons.d.ts +0 -6
  268. /package/dist/collection/components/viewer-grid/{viewer-grid-filterpanel-buttons.js → components/viewer-grid-filterpanel-buttons.js} +0 -0
  269. /package/dist/dso-toolkit/{p-14453f73.entry.js.map → p-14aa091d.entry.js.map} +0 -0
  270. /package/dist/dso-toolkit/{p-d8c137b5.entry.js.map → p-1c721290.entry.js.map} +0 -0
  271. /package/dist/dso-toolkit/{p-56d87a53.entry.js.map → p-22baee8e.entry.js.map} +0 -0
  272. /package/dist/dso-toolkit/{p-a616ab8a.entry.js.map → p-2ccbf58d.entry.js.map} +0 -0
  273. /package/dist/dso-toolkit/{p-9f2bb98b.entry.js.map → p-3cbf8b97.entry.js.map} +0 -0
  274. /package/dist/dso-toolkit/{p-29b741cb.entry.js.map → p-3d4308ba.entry.js.map} +0 -0
  275. /package/dist/dso-toolkit/{p-c8165a50.entry.js.map → p-420e0d23.entry.js.map} +0 -0
  276. /package/dist/dso-toolkit/{p-bf203ab8.entry.js.map → p-423fa057.entry.js.map} +0 -0
  277. /package/dist/dso-toolkit/{p-debbe184.entry.js.map → p-440fc4ae.entry.js.map} +0 -0
  278. /package/dist/dso-toolkit/{p-d3f69d06.entry.js.map → p-49bce8b2.entry.js.map} +0 -0
  279. /package/dist/dso-toolkit/{p-f56c1b28.entry.js.map → p-4bc67e5c.entry.js.map} +0 -0
  280. /package/dist/dso-toolkit/{p-9b587a94.entry.js.map → p-4da2fa8b.entry.js.map} +0 -0
  281. /package/dist/dso-toolkit/{p-0e5a93c3.entry.js.map → p-4e86089d.entry.js.map} +0 -0
  282. /package/dist/dso-toolkit/{p-68e9f61b.entry.js.map → p-51f19c06.entry.js.map} +0 -0
  283. /package/dist/dso-toolkit/{p-05ea1fba.entry.js.map → p-54c65314.entry.js.map} +0 -0
  284. /package/dist/dso-toolkit/{p-818d032e.entry.js.map → p-5ee79846.entry.js.map} +0 -0
  285. /package/dist/dso-toolkit/{p-b67631ef.entry.js.map → p-745b6678.entry.js.map} +0 -0
  286. /package/dist/dso-toolkit/{p-cfd6f4ef.entry.js.map → p-7a6be9c1.entry.js.map} +0 -0
  287. /package/dist/dso-toolkit/{p-3fa7489e.entry.js.map → p-8f8dd254.entry.js.map} +0 -0
  288. /package/dist/dso-toolkit/{p-fafa5ea1.entry.js.map → p-a00c4003.entry.js.map} +0 -0
  289. /package/dist/dso-toolkit/{p-9fee52e5.entry.js.map → p-a1060560.entry.js.map} +0 -0
  290. /package/dist/dso-toolkit/{p-6050e8e6.entry.js.map → p-b34f24b4.entry.js.map} +0 -0
  291. /package/dist/dso-toolkit/{p-168750a2.entry.js.map → p-b76768a5.entry.js.map} +0 -0
  292. /package/dist/dso-toolkit/{p-bcae3f55.entry.js.map → p-bcecc743.entry.js.map} +0 -0
@@ -1,76 +1,4 @@
1
1
  'use strict';
2
2
 
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- class DsoModalRef {
6
- constructor(modalElement) {
7
- this.modalElement = modalElement;
8
- if (!modalElement) {
9
- throw new Error("unable to add event listener. try opening the modal first");
10
- }
11
- }
12
- /** Removes the modal from the DOM. */
13
- close() {
14
- document.body.removeChild(this.modalElement);
15
- }
16
- addEventListener(eventName, fn) {
17
- this.modalElement.addEventListener(eventName, fn);
18
- }
19
- removeEventListener(eventName, fn) {
20
- this.modalElement.removeEventListener(eventName, fn);
21
- }
22
- }
23
-
24
- class DsoModalController {
25
- open(modal, options) {
26
- const dsoModalElement = this.createModal(modal, options);
27
- document.body.appendChild(dsoModalElement);
28
- return new DsoModalRef(dsoModalElement);
29
- }
30
- createModal({ title, body, footer }, options) {
31
- const element = document.createElement(`dso-modal`);
32
- if (title) {
33
- element.setAttribute("modal-title", title);
34
- }
35
- if (options) {
36
- const { role, showCloseButton, initialFocus, returnFocus } = options;
37
- if (role) {
38
- element.role = role;
39
- }
40
- if (showCloseButton) {
41
- element.setAttribute("show-close-button", showCloseButton ? "true" : "false");
42
- }
43
- if (initialFocus) {
44
- element.setAttribute("initial-focus", initialFocus);
45
- }
46
- if (returnFocus) {
47
- element.returnFocus = returnFocus;
48
- }
49
- }
50
- const bodyDiv = document.createElement("div");
51
- bodyDiv.setAttribute("slot", "body");
52
- if (typeof body === "string") {
53
- bodyDiv.innerHTML = body;
54
- }
55
- else {
56
- bodyDiv.appendChild(body);
57
- }
58
- element.appendChild(bodyDiv);
59
- if (footer) {
60
- const footerDiv = document.createElement("div");
61
- footerDiv.setAttribute("slot", "footer");
62
- if (typeof footer === "string") {
63
- footerDiv.innerHTML = footer;
64
- }
65
- else {
66
- footerDiv.appendChild(footer);
67
- }
68
- element.appendChild(footerDiv);
69
- }
70
- return element;
71
- }
72
- }
73
-
74
- exports.DsoModalController = DsoModalController;
75
3
 
76
4
  //# sourceMappingURL=index.cjs.js.map
@@ -1 +1 @@
1
- {"file":"index.cjs.js","mappings":";;;;MAAa,WAAW;EACtB,YAAoB,YAAyB;IAAzB,iBAAY,GAAZ,YAAY,CAAa;IAC3C,IAAI,CAAC,YAAY,EAAE;MACjB,MAAM,IAAI,KAAK,CAAC,2DAA2D,CAAC,CAAC;KAC9E;GACF;;EAGD,KAAK;IACH,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC;GAC9C;EAED,gBAAgB,CAAC,SAAqB,EAAE,EAAsC;IAC5E,IAAI,CAAC,YAAY,CAAC,gBAAgB,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;GACnD;EAED,mBAAmB,CAAC,SAAqB,EAAE,EAAsC;IAC/E,IAAI,CAAC,YAAY,CAAC,mBAAmB,CAAC,SAAS,EAAE,EAAE,CAAC,CAAC;GACtD;;;MCdU,kBAAkB;EAC7B,IAAI,CAAC,KAAmB,EAAE,OAAsB;IAC9C,MAAM,eAAe,GAAG,IAAI,CAAC,WAAW,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;IAEzD,QAAQ,CAAC,IAAI,CAAC,WAAW,CAAC,eAAe,CAAC,CAAC;IAE3C,OAAO,IAAI,WAAW,CAAC,eAAe,CAAC,CAAC;GACzC;EAEO,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,MAAM,EAAgB,EAAE,OAAsB;IAC/E,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,WAAW,CAAC,CAAC;IAEpD,IAAI,KAAK,EAAE;MACT,OAAO,CAAC,YAAY,CAAC,aAAa,EAAE,KAAK,CAAC,CAAC;KAC5C;IAED,IAAI,OAAO,EAAE;MACX,MAAM,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,WAAW,EAAE,GAAG,OAAO,CAAC;MAErE,IAAI,IAAI,EAAE;QACR,OAAO,CAAC,IAAI,GAAG,IAAI,CAAC;OACrB;MAED,IAAI,eAAe,EAAE;QACnB,OAAO,CAAC,YAAY,CAAC,mBAAmB,EAAE,eAAe,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC;OAC/E;MAED,IAAI,YAAY,EAAE;QAChB,OAAO,CAAC,YAAY,CAAC,eAAe,EAAE,YAAY,CAAC,CAAC;OACrD;MAED,IAAI,WAAW,EAAE;QACf,OAAO,CAAC,WAAW,GAAG,WAAW,CAAC;OACnC;KACF;IAED,MAAM,OAAO,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;IAC9C,OAAO,CAAC,YAAY,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAErC,IAAI,OAAO,IAAI,KAAK,QAAQ,EAAE;MAC5B,OAAO,CAAC,SAAS,GAAG,IAAI,CAAC;KAC1B;SAAM;MACL,OAAO,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;KAC3B;IAED,OAAO,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;IAE7B,IAAI,MAAM,EAAE;MACV,MAAM,SAAS,GAAG,QAAQ,CAAC,aAAa,CAAC,KAAK,CAAC,CAAC;MAChD,SAAS,CAAC,YAAY,CAAC,MAAM,EAAE,QAAQ,CAAC,CAAC;MAEzC,IAAI,OAAO,MAAM,KAAK,QAAQ,EAAE;QAC9B,SAAS,CAAC,SAAS,GAAG,MAAM,CAAC;OAC9B;WAAM;QACL,SAAS,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC;OAC/B;MAED,OAAO,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC;KAChC;IAED,OAAO,OAAO,CAAC;GAChB;;;;;","names":[],"sources":["./src/components/modal/modal-ref.ts","./src/components/modal/modal.controller.ts"],"sourcesContent":["export class DsoModalRef {\r\n constructor(private modalElement: HTMLElement) {\r\n if (!modalElement) {\r\n throw new Error(\"unable to add event listener. try opening the modal first\");\r\n }\r\n }\r\n\r\n /** Removes the modal from the DOM. */\r\n close() {\r\n document.body.removeChild(this.modalElement);\r\n }\r\n\r\n addEventListener(eventName: \"dsoClose\", fn: EventListenerOrEventListenerObject) {\r\n this.modalElement.addEventListener(eventName, fn);\r\n }\r\n\r\n removeEventListener(eventName: \"dsoClose\", fn: EventListenerOrEventListenerObject) {\r\n this.modalElement.removeEventListener(eventName, fn);\r\n }\r\n}\r\n","import { ModalContent, ModalOptions } from \"./modal.interfaces\";\r\n\r\nimport { DsoModalRef } from \"./modal-ref\";\r\n\r\nexport class DsoModalController {\r\n open(modal: ModalContent, options?: ModalOptions): DsoModalRef {\r\n const dsoModalElement = this.createModal(modal, options);\r\n\r\n document.body.appendChild(dsoModalElement);\r\n\r\n return new DsoModalRef(dsoModalElement);\r\n }\r\n\r\n private createModal({ title, body, footer }: ModalContent, options?: ModalOptions): HTMLElement {\r\n const element = document.createElement(`dso-modal`);\r\n\r\n if (title) {\r\n element.setAttribute(\"modal-title\", title);\r\n }\r\n\r\n if (options) {\r\n const { role, showCloseButton, initialFocus, returnFocus } = options;\r\n\r\n if (role) {\r\n element.role = role;\r\n }\r\n\r\n if (showCloseButton) {\r\n element.setAttribute(\"show-close-button\", showCloseButton ? \"true\" : \"false\");\r\n }\r\n\r\n if (initialFocus) {\r\n element.setAttribute(\"initial-focus\", initialFocus);\r\n }\r\n\r\n if (returnFocus) {\r\n element.returnFocus = returnFocus;\r\n }\r\n }\r\n\r\n const bodyDiv = document.createElement(\"div\");\r\n bodyDiv.setAttribute(\"slot\", \"body\");\r\n\r\n if (typeof body === \"string\") {\r\n bodyDiv.innerHTML = body;\r\n } else {\r\n bodyDiv.appendChild(body);\r\n }\r\n\r\n element.appendChild(bodyDiv);\r\n\r\n if (footer) {\r\n const footerDiv = document.createElement(\"div\");\r\n footerDiv.setAttribute(\"slot\", \"footer\");\r\n\r\n if (typeof footer === \"string\") {\r\n footerDiv.innerHTML = footer;\r\n } else {\r\n footerDiv.appendChild(footer);\r\n }\r\n\r\n element.appendChild(footerDiv);\r\n }\r\n\r\n return element;\r\n }\r\n}\r\n"],"version":3}
1
+ {"file":"index.cjs.js","mappings":";;","names":[],"sources":[],"sourcesContent":[],"version":3}
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-efc2222e.js');
5
+ const index = require('./index-d4003ee3.js');
6
6
 
7
7
  /*
8
8
  Stencil Client Patch Esm v3.4.0 | MIT Licensed | https://stenciljs.com
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["dso-icon.cjs",[[1,"dso-icon",{"icon":[1]}]]],["dsot-document-component-demo.cjs",[[0,"dsot-document-component-demo",{"response":[32],"open":[32],"openedAnnotation":[32],"filtered":[32],"notApplicable":[32],"activeAnnotationSelectables":[32]}]]],["dso-map-base-layers.cjs",[[1,"dso-map-base-layers",{"group":[1],"baseLayers":[16]}]]],["dso-map-overlays.cjs",[[1,"dso-map-overlays",{"group":[1],"overlays":[16]}]]],["dso-toggletip.cjs",[[1,"dso-toggletip",{"label":[1],"position":[1],"small":[4],"secondary":[4],"active":[32]}]]],["dso-accordion-section.cjs",[[1,"dso-accordion-section",{"handleTitle":[1,"handle-title"],"heading":[1],"handleUrl":[1,"handle-url"],"status":[1],"attachmentCount":[2,"attachment-count"],"icon":[1],"statusDescription":[1,"status-description"],"open":[516],"hasNestedAccordion":[32],"hover":[32]}]]],["dso-header.cjs",[[6,"dso-header",{"mainMenu":[16],"useDropDownMenu":[1,"use-drop-down-menu"],"authStatus":[1,"auth-status"],"loginUrl":[1,"login-url"],"logoutUrl":[1,"logout-url"],"userProfileName":[1,"user-profile-name"],"userProfileUrl":[1,"user-profile-url"],"userHomeUrl":[1,"user-home-url"],"userHomeActive":[4,"user-home-active"],"showDropDown":[32],"hasSubLogo":[32],"overflowMenuItems":[32],"dropdownOptionsOffset":[32]}]]],["dso-map-controls.cjs",[[1,"dso-map-controls",{"open":[1540],"disableZoom":[1,"disable-zoom"],"hideContent":[32],"toggleVisibility":[64]}]]],["dso-modal.cjs",[[1,"dso-modal",{"modalTitle":[1,"modal-title"],"role":[1],"showCloseButton":[4,"show-close-button"],"initialFocus":[1,"initial-focus"],"returnFocus":[16],"ariaId":[32],"hasFooter":[32]}]]],["dso-pagination.cjs",[[1,"dso-pagination",{"totalPages":[2,"total-pages"],"currentPage":[2,"current-page"],"formatHref":[16],"availablePositions":[32]},[[0,"dsoSizeChange","sizeChangeHandler"]]]]],["dso-tree-view.cjs",[[1,"dso-tree-view",{"collection":[16],"focusItem":[64]}]]],["dso-action-list-item.cjs",[[1,"dso-action-list-item",{"step":[2],"itemTitle":[1,"item-title"],"flowLine":[4,"flow-line"],"warning":[4],"divider":[4]}]]],["dso-attachments-counter.cjs",[[1,"dso-attachments-counter",{"count":[2]}]]],["dso-autosuggest.cjs",[[6,"dso-autosuggest",{"suggestions":[16],"loading":[4],"loadingLabel":[1,"loading-label"],"loadingDelayed":[2,"loading-delayed"],"notFoundLabel":[1,"not-found-label"],"suggestOnFocus":[4,"suggest-on-focus"],"showSuggestions":[32],"selectedSuggestion":[32],"notFound":[32],"showLoading":[32]},[[4,"click","onDocumentClick"]]]]],["dso-date-picker.cjs",[[2,"dso-date-picker",{"name":[1],"identifier":[1],"disabled":[516],"role":[1],"direction":[1],"required":[4],"invalid":[516],"describedBy":[1,"described-by"],"dsoAutofocus":[4,"dso-autofocus"],"value":[1537],"min":[1],"max":[1],"activeFocus":[32],"focusedDay":[32],"open":[32],"visible":[32],"setFocus":[64],"show":[64],"hide":[64]},[[6,"click","handleDocumentClick"]]]]],["dso-helpcenter-panel.cjs",[[1,"dso-helpcenter-panel",{"label":[1],"url":[1],"visibility":[32],"isOpen":[32],"slideState":[32],"loadIframe":[32]},[[8,"keydown","keyDownListener"]]]]],["dso-image-overlay.cjs",[[1,"dso-image-overlay",{"active":[32],"zoomable":[32]},[[2,"load","loadListener"]]]]],["dso-list-button.cjs",[[1,"dso-list-button",{"label":[1],"sublabel":[1],"count":[2],"min":[8],"max":[8],"checked":[516],"disabled":[516],"manual":[4],"manualInputWrapperElement":[32],"manualCount":[32]}]]],["dso-table.cjs",[[1,"dso-table",{"noModal":[516,"no-modal"],"isResponsive":[516,"is-responsive"],"modalActive":[32],"placeholderHeight":[32]}]]],["dso-viewer-grid.cjs",[[1,"dso-viewer-grid",{"filterpanelOpen":[516,"filterpanel-open"],"overlayOpen":[516,"overlay-open"],"initialMainSize":[1,"initial-main-size"],"mainSize":[32]}]]],["dso-accordion.cjs",[[1,"dso-accordion",{"variant":[513],"reverseAlign":[516,"reverse-align"],"_getState":[64]}]]],["dso-action-list.cjs",[[1,"dso-action-list",{"listTitle":[1,"list-title"]}]]],["dso-banner.cjs",[[1,"dso-banner",{"status":[513]}]]],["dso-card.cjs",[[1,"dso-card",{"isSelectable":[516,"is-selectable"],"hasImage":[516,"has-image"],"clickable":[4],"imageShape":[513,"image-shape"]}]]],["dso-card-container.cjs",[[1,"dso-card-container",{"mode":[513]}]]],["dso-highlight-box.cjs",[[1,"dso-highlight-box",{"yellow":[4],"border":[4],"white":[4],"dropShadow":[4,"drop-shadow"],"step":[2]}]]],["dso-progress-bar.cjs",[[1,"dso-progress-bar",{"progress":[2],"min":[2],"max":[2]}]]],["dso-dropdown-menu.cjs",[[1,"dso-dropdown-menu",{"open":[1540],"dropdownAlign":[1,"dropdown-align"],"dropdownOptionsOffset":[2,"dropdown-options-offset"],"checkable":[4],"boundary":[1],"strategy":[1]}]]],["dso-progress-indicator.cjs",[[1,"dso-progress-indicator",{"label":[1],"size":[513],"block":[4]}]]],["dso-scrollable.cjs",[[1,"dso-scrollable",{"scrollPosition":[32],"_setScrollState":[64]}]]],["dso-expandable.cjs",[[1,"dso-expandable",{"open":[516],"enableAnimation":[4,"enable-animation"],"minimumHeight":[2,"minimum-height"],"animationReady":[32]}]]],["dso-responsive-element.cjs",[[1,"dso-responsive-element",{"sizeAlias":[32],"sizeWidth":[32],"getSize":[64]}]]],["dso-info-button.cjs",[[1,"dso-info-button",{"active":[1540],"secondary":[4],"label":[1],"hover":[32],"setFocus":[64]}]]],["dso-tooltip.cjs",[[1,"dso-tooltip",{"descriptive":[516],"position":[1],"strategy":[1],"noArrow":[4,"no-arrow"],"stateless":[4],"small":[4],"active":[1540],"hidden":[32],"activate":[64],"deactivate":[64]}]]],["dso-info_2.cjs",[[6,"dso-selectable",{"type":[1],"identifier":[1],"name":[1],"value":[1],"invalid":[4],"describedById":[1,"described-by-id"],"labelledById":[1,"labelled-by-id"],"disabled":[4],"required":[4],"checked":[4],"indeterminate":[4],"infoFixed":[4,"info-fixed"],"infoActive":[32],"keyboardFocus":[32],"toggleInfo":[64]}],[1,"dso-info",{"fixed":[516],"active":[516]}]]],["dso-alert_5.cjs",[[1,"dso-label",{"compact":[4],"removable":[4],"status":[1],"truncate":[4],"removeHover":[32],"removeFocus":[32],"textHover":[32],"textFocus":[32],"isTruncated":[32],"labelText":[32],"_truncateLabel":[64]},[[4,"keydown","keyDownListener"]]],[1,"dso-alert",{"status":[1],"roleAlert":[4,"role-alert"]}],[0,"dso-annotation-button",{"identifier":[1],"open":[4]}],[1,"dso-badge",{"status":[1]}],[1,"dso-ozon-content",{"content":[1],"inline":[516],"deleted":[516],"interactive":[520],"state":[32]}]]],["dso-annotation-output_3.cjs",[[1,"dso-document-component",{"heading":[1],"label":[1],"nummer":[1],"opschrift":[1],"inhoud":[1],"open":[516],"filtered":[516],"notApplicable":[516,"not-applicable"],"genesteOntwerpInformatie":[516,"geneste-ontwerp-informatie"],"bevatOntwerpInformatie":[516,"bevat-ontwerp-informatie"],"annotated":[516],"gereserveerd":[4],"vervallen":[4],"openAnnotation":[4,"open-annotation"],"alternativeTitle":[1,"alternative-title"],"type":[513],"wijzigactie":[513]}],[4,"dso-annotation-output",{"identifier":[513],"annotationPrefix":[513,"annotation-prefix"],"open":[516]}],[4,"dso-slide-toggle",{"checked":[4],"disabled":[4],"accessibleLabel":[1,"accessible-label"],"labelledbyId":[1,"labelledby-id"],"identifier":[1],"hasVisibleLabel":[32]}]]]], options);
17
+ return index.bootstrapLazy([["dsot-document-component-demo.cjs",[[0,"dsot-document-component-demo",{"response":[32],"open":[32],"openedAnnotation":[32],"filtered":[32],"notApplicable":[32],"activeAnnotationSelectables":[32]}]]],["dso-map-base-layers.cjs",[[1,"dso-map-base-layers",{"group":[1],"baseLayers":[16]}]]],["dso-map-overlays.cjs",[[1,"dso-map-overlays",{"group":[1],"overlays":[16]}]]],["dso-toggletip.cjs",[[1,"dso-toggletip",{"label":[1],"position":[1],"small":[4],"secondary":[4],"active":[32]}]]],["dso-accordion-section.cjs",[[1,"dso-accordion-section",{"handleTitle":[1,"handle-title"],"heading":[1],"handleUrl":[1,"handle-url"],"status":[1],"attachmentCount":[2,"attachment-count"],"icon":[1],"statusDescription":[1,"status-description"],"open":[516],"hasNestedAccordion":[32],"hover":[32]}]]],["dso-header.cjs",[[6,"dso-header",{"mainMenu":[16],"useDropDownMenu":[1,"use-drop-down-menu"],"authStatus":[1,"auth-status"],"loginUrl":[1,"login-url"],"logoutUrl":[1,"logout-url"],"userProfileName":[1,"user-profile-name"],"userProfileUrl":[1,"user-profile-url"],"userHomeUrl":[1,"user-home-url"],"userHomeActive":[4,"user-home-active"],"showDropDown":[32],"hasSubLogo":[32],"overflowMenuItems":[32],"dropdownOptionsOffset":[32]}]]],["dso-map-controls.cjs",[[1,"dso-map-controls",{"open":[1540],"disableZoom":[1,"disable-zoom"],"hideContent":[32],"toggleVisibility":[64]}]]],["dso-modal.cjs",[[1,"dso-modal",{"fullscreen":[516],"modalTitle":[1,"modal-title"],"role":[1],"showCloseButton":[4,"show-close-button"],"ariaId":[32],"hasFooter":[32]}]]],["dso-pagination.cjs",[[1,"dso-pagination",{"totalPages":[2,"total-pages"],"currentPage":[2,"current-page"],"formatHref":[16],"availablePositions":[32]},[[0,"dsoSizeChange","sizeChangeHandler"]]]]],["dso-tree-view.cjs",[[1,"dso-tree-view",{"collection":[16],"focusItem":[64]}]]],["dso-action-list-item.cjs",[[1,"dso-action-list-item",{"step":[2],"itemTitle":[1,"item-title"],"flowLine":[4,"flow-line"],"warning":[4],"divider":[4]}]]],["dso-attachments-counter.cjs",[[1,"dso-attachments-counter",{"count":[2]}]]],["dso-autosuggest.cjs",[[6,"dso-autosuggest",{"suggestions":[16],"loading":[4],"loadingLabel":[1,"loading-label"],"loadingDelayed":[2,"loading-delayed"],"notFoundLabel":[1,"not-found-label"],"suggestOnFocus":[4,"suggest-on-focus"],"showSuggestions":[32],"selectedSuggestion":[32],"notFound":[32],"showLoading":[32]},[[4,"click","onDocumentClick"]]]]],["dso-date-picker.cjs",[[2,"dso-date-picker",{"name":[1],"identifier":[1],"disabled":[516],"role":[1],"direction":[1],"required":[4],"invalid":[516],"describedBy":[1,"described-by"],"dsoAutofocus":[4,"dso-autofocus"],"value":[1537],"min":[1],"max":[1],"activeFocus":[32],"focusedDay":[32],"open":[32],"visible":[32],"setFocus":[64],"show":[64],"hide":[64]},[[6,"click","handleDocumentClick"]]]]],["dso-helpcenter-panel.cjs",[[1,"dso-helpcenter-panel",{"label":[1],"url":[1],"visibility":[32],"isOpen":[32],"slideState":[32],"loadIframe":[32]},[[8,"keydown","keyDownListener"]]]]],["dso-image-overlay.cjs",[[1,"dso-image-overlay",{"active":[32],"zoomable":[32]},[[2,"load","loadListener"]]]]],["dso-list-button.cjs",[[1,"dso-list-button",{"label":[1],"sublabel":[1],"count":[2],"min":[8],"max":[8],"checked":[516],"disabled":[516],"manual":[4],"manualInputWrapperElement":[32],"manualCount":[32]}]]],["dso-table.cjs",[[1,"dso-table",{"noModal":[516,"no-modal"],"isResponsive":[516,"is-responsive"],"modalActive":[32],"placeholderHeight":[32]}]]],["dso-accordion.cjs",[[1,"dso-accordion",{"variant":[513],"reverseAlign":[516,"reverse-align"],"_getState":[64]}]]],["dso-action-list.cjs",[[1,"dso-action-list",{"listTitle":[1,"list-title"]}]]],["dso-banner.cjs",[[1,"dso-banner",{"status":[513]}]]],["dso-card.cjs",[[1,"dso-card",{"isSelectable":[516,"is-selectable"],"hasImage":[516,"has-image"],"clickable":[4],"imageShape":[513,"image-shape"]}]]],["dso-card-container.cjs",[[1,"dso-card-container",{"mode":[513]}]]],["dso-highlight-box.cjs",[[1,"dso-highlight-box",{"yellow":[4],"border":[4],"white":[4],"dropShadow":[4,"drop-shadow"],"step":[2]}]]],["dso-progress-bar.cjs",[[1,"dso-progress-bar",{"progress":[2],"min":[2],"max":[2]}]]],["dso-viewer-grid.cjs",[[1,"dso-viewer-grid",{"filterpanelOpen":[516,"filterpanel-open"],"overlayOpen":[516,"overlay-open"],"initialMainSize":[1,"initial-main-size"],"mainSize":[32],"tabView":[32],"activeTab":[32]}]]],["dso-dropdown-menu.cjs",[[1,"dso-dropdown-menu",{"open":[1540],"dropdownAlign":[1,"dropdown-align"],"dropdownOptionsOffset":[2,"dropdown-options-offset"],"checkable":[4],"boundary":[1],"strategy":[1]}]]],["dso-progress-indicator.cjs",[[1,"dso-progress-indicator",{"label":[1],"size":[513],"block":[4]}]]],["dso-scrollable.cjs",[[1,"dso-scrollable",{"scrollPosition":[32],"_setScrollState":[64]}]]],["dso-expandable.cjs",[[1,"dso-expandable",{"open":[516],"enableAnimation":[4,"enable-animation"],"minimumHeight":[2,"minimum-height"],"animationReady":[32]}]]],["dso-responsive-element.cjs",[[1,"dso-responsive-element",{"sizeAlias":[32],"sizeWidth":[32],"getSize":[64]}]]],["dso-info-button.cjs",[[1,"dso-info-button",{"active":[1540],"secondary":[4],"label":[1],"hover":[32],"setFocus":[64]}]]],["dso-tooltip.cjs",[[1,"dso-tooltip",{"descriptive":[516],"position":[1],"strategy":[1],"noArrow":[4,"no-arrow"],"stateless":[4],"small":[4],"active":[1540],"hidden":[32],"activate":[64],"deactivate":[64]}]]],["dso-icon.cjs",[[1,"dso-icon",{"icon":[1]}]]],["dso-info_2.cjs",[[6,"dso-selectable",{"type":[1],"identifier":[1],"name":[1],"value":[1],"invalid":[4],"describedById":[1,"described-by-id"],"labelledById":[1,"labelled-by-id"],"disabled":[4],"required":[4],"checked":[4],"indeterminate":[4],"infoFixed":[4,"info-fixed"],"infoActive":[32],"keyboardFocus":[32],"toggleInfo":[64]}],[1,"dso-info",{"fixed":[516],"active":[516]}]]],["dso-alert_5.cjs",[[1,"dso-label",{"compact":[4],"removable":[4],"status":[1],"truncate":[4],"removeHover":[32],"removeFocus":[32],"textHover":[32],"textFocus":[32],"isTruncated":[32],"labelText":[32],"_truncateLabel":[64]},[[4,"keydown","keyDownListener"]]],[1,"dso-alert",{"status":[1],"roleAlert":[4,"role-alert"]}],[0,"dso-annotation-button",{"identifier":[1],"open":[4]}],[1,"dso-badge",{"status":[1]}],[1,"dso-ozon-content",{"content":[1],"inline":[516],"deleted":[516],"interactive":[520],"state":[32]}]]],["dso-annotation-output_3.cjs",[[1,"dso-document-component",{"heading":[1],"label":[1],"nummer":[1],"opschrift":[1],"inhoud":[1],"open":[516],"filtered":[516],"notApplicable":[516,"not-applicable"],"genesteOntwerpInformatie":[516,"geneste-ontwerp-informatie"],"bevatOntwerpInformatie":[516,"bevat-ontwerp-informatie"],"annotated":[516],"gereserveerd":[4],"vervallen":[4],"openAnnotation":[4,"open-annotation"],"alternativeTitle":[1,"alternative-title"],"type":[513],"wijzigactie":[513]}],[4,"dso-annotation-output",{"identifier":[513],"annotationPrefix":[513,"annotation-prefix"],"open":[516]}],[4,"dso-slide-toggle",{"checked":[4],"disabled":[4],"accessibleLabel":[1,"accessible-label"],"labelledbyId":[1,"labelledby-id"],"identifier":[1],"hasVisibleLabel":[32]}]]]], options);
18
18
  });
19
19
  };
20
20
 
@@ -1 +1 @@
1
- {"version":3,"file":"accordion.interfaces.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion.interfaces.ts"],"names":[],"mappings":"","sourcesContent":["export type AccordionVariant = \"default\" | \"compact\" | \"conclusion\" | \"neutral\";\r\n\r\nexport interface AccordionInternalState {\r\n variant?: AccordionVariant;\r\n reverseAlign?: boolean;\r\n}\r\n"]}
1
+ {"version":3,"file":"accordion.interfaces.js","sourceRoot":"","sources":["../../../src/components/accordion/accordion.interfaces.ts"],"names":[],"mappings":"","sourcesContent":["export type AccordionVariant = \"default\" | \"compact\" | \"conclusion\" | \"neutral\" | \"compact-black\";\r\n\r\nexport interface AccordionInternalState {\r\n variant?: AccordionVariant;\r\n reverseAlign?: boolean;\r\n}\r\n"]}
@@ -45,7 +45,7 @@ export class Accordion {
45
45
  "mutable": false,
46
46
  "complexType": {
47
47
  "original": "AccordionVariant",
48
- "resolved": "\"compact\" | \"conclusion\" | \"default\" | \"neutral\"",
48
+ "resolved": "\"compact\" | \"compact-black\" | \"conclusion\" | \"default\" | \"neutral\"",
49
49
  "references": {
50
50
  "AccordionVariant": {
51
51
  "location": "import",
@@ -43,7 +43,7 @@
43
43
  }
44
44
  :host .dso-section-handle > button,
45
45
  :host .dso-section-handle > a {
46
- align-items: flex-start;
46
+ align-items: center;
47
47
  background-color: transparent;
48
48
  border: 0;
49
49
  cursor: pointer;
@@ -207,6 +207,67 @@
207
207
  border-bottom: 0;
208
208
  }
209
209
 
210
+ :host(.dso-accordion-compact-black) .dso-section-handle {
211
+ border-bottom: 1px solid transparent;
212
+ border-top: 1px solid #ccc;
213
+ }
214
+ :host(.dso-accordion-compact-black) .dso-section-handle a,
215
+ :host(.dso-accordion-compact-black) .dso-section-handle button {
216
+ color: #000;
217
+ padding-bottom: 11px;
218
+ padding-left: 0;
219
+ padding-top: 11px;
220
+ }
221
+ :host(.dso-accordion-compact-black) .dso-section-handle a:hover, :host(.dso-accordion-compact-black) .dso-section-handle a:active, :host(.dso-accordion-compact-black) .dso-section-handle a.active,
222
+ :host(.dso-accordion-compact-black) .dso-section-handle button:hover,
223
+ :host(.dso-accordion-compact-black) .dso-section-handle button:active,
224
+ :host(.dso-accordion-compact-black) .dso-section-handle button.active {
225
+ color: #000;
226
+ }
227
+ :host(.dso-accordion-compact-black) .dso-section-body .dso-section-body-content {
228
+ padding-left: 32px;
229
+ padding-top: 0;
230
+ padding-right: 0;
231
+ }
232
+
233
+ :host(.dso-accordion-compact-black.dso-accordion-reverse-align) .dso-section-handle a,
234
+ :host(.dso-accordion-compact-black.dso-accordion-reverse-align) .dso-section-handle button {
235
+ padding-left: 16px;
236
+ }
237
+ :host(.dso-accordion-compact-black.dso-accordion-reverse-align) .dso-section-body .dso-section-body-content {
238
+ padding-left: 16px;
239
+ padding-right: 0;
240
+ }
241
+
242
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle {
243
+ background-color: transparent;
244
+ }
245
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle a,
246
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle button {
247
+ color: #000;
248
+ }
249
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle a:hover, :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle a:active, :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle a.active,
250
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle button:hover,
251
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle button:active,
252
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle button.active {
253
+ color: #000;
254
+ }
255
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle a dso-attachments-counter,
256
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-handle button dso-attachments-counter {
257
+ --dso-attachments-counter-color: #666;
258
+ --dso-icon: var(--di-paperclip-grijs);
259
+ }
260
+ :host(.dso-accordion-compact-black[open]:not([open=false])) > .dso-section-body {
261
+ border-top: 0;
262
+ }
263
+
264
+ :host(.dso-accordion-compact-black.dso-nested-accordion[open]:not([open=false])) > .dso-section-body {
265
+ padding-bottom: 0;
266
+ }
267
+ :host(.dso-accordion-compact-black.dso-nested-accordion[open]:not([open=false])) > .dso-section-body dso-accordion-section:last-child {
268
+ border-bottom: 0;
269
+ }
270
+
210
271
  :host(.dso-accordion-conclusion) .dso-section-handle {
211
272
  background-color: #f2f2f2;
212
273
  border: 1px solid #f2f2f2;
@@ -260,6 +321,10 @@
260
321
  color: #39870c;
261
322
  margin-inline-start: 8px;
262
323
  }
324
+ :host(.dso-accordion-neutral) .dso-section-handle dso-icon,
325
+ :host(.dso-accordion-neutral) .dso-section-handle svg.di {
326
+ vertical-align: top;
327
+ }
263
328
  :host(.dso-accordion-neutral) .dso-section-body {
264
329
  background-color: transparent;
265
330
  border: 1px solid #275937;