@dso-toolkit/core 65.0.2 → 66.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/dso-alert_6.cjs.entry.js +6 -7
- package/dist/cjs/dso-alert_6.cjs.entry.js.map +1 -1
- package/dist/cjs/dso-annotation-locatie_2.cjs.entry.js +1 -1
- package/dist/cjs/dso-autosuggest.cjs.entry.js +1 -1
- package/dist/cjs/dso-card-container.cjs.entry.js +1 -1
- package/dist/cjs/dso-card.cjs.entry.js +7 -35
- package/dist/cjs/dso-card.cjs.entry.js.map +1 -1
- package/dist/cjs/dso-date-picker-legacy.cjs.entry.js +3 -3
- package/dist/cjs/dso-date-picker.cjs.entry.js +1 -1
- package/dist/cjs/dso-document-card.cjs.entry.js +45 -0
- package/dist/cjs/dso-document-card.cjs.entry.js.map +1 -0
- package/dist/cjs/dso-dropdown-menu.cjs.entry.js +1 -1
- package/dist/cjs/dso-header.cjs.entry.js +1 -1
- package/dist/cjs/dso-helpcenter-panel.cjs.entry.js +2 -2
- package/dist/cjs/dso-highlight-box.cjs.entry.js +1 -1
- package/dist/cjs/dso-icon.cjs.entry.js +1 -1
- package/dist/cjs/dso-info-button.cjs.entry.js +2 -2
- package/dist/cjs/dso-info-button.cjs.entry.js.map +1 -1
- package/dist/cjs/dso-info_2.cjs.entry.js +2 -2
- package/dist/cjs/dso-input-range.cjs.entry.js +2 -2
- package/dist/cjs/dso-label_2.cjs.entry.js +5 -5
- package/dist/cjs/dso-legend-item.cjs.entry.js +2 -2
- package/dist/cjs/dso-list-button.cjs.entry.js +1 -1
- package/dist/cjs/dso-logo.cjs.entry.js +1 -1
- package/dist/cjs/dso-map-base-layers.cjs.entry.js +1 -1
- package/dist/cjs/dso-map-controls.cjs.entry.js +1 -1
- package/dist/cjs/dso-map-overlays.cjs.entry.js +1 -1
- package/dist/cjs/dso-mark-bar.cjs.entry.js +1 -1
- package/dist/cjs/dso-modal.cjs.entry.js +3 -3
- package/dist/cjs/dso-modal.cjs.entry.js.map +1 -1
- package/dist/cjs/dso-plekinfo-card.cjs.entry.js +59 -0
- package/dist/cjs/dso-plekinfo-card.cjs.entry.js.map +1 -0
- package/dist/cjs/dso-progress-bar.cjs.entry.js +1 -1
- package/dist/cjs/dso-progress-indicator.cjs.entry.js +1 -1
- package/dist/cjs/dso-project-item.cjs.entry.js +1 -1
- package/dist/cjs/dso-renvooi_2.cjs.entry.js +1 -1
- package/dist/cjs/dso-responsive-element.cjs.entry.js +1 -1
- package/dist/cjs/dso-scrollable.cjs.entry.js +3 -3
- package/dist/cjs/dso-tabs.cjs.entry.js +1 -1
- package/dist/cjs/dso-toggletip.cjs.entry.js +1 -1
- package/dist/cjs/dso-toolkit.cjs.js +1 -1
- package/dist/cjs/dso-tree-view.cjs.entry.js +1 -1
- package/dist/cjs/dso-viewer-grid.cjs.entry.js +2 -2
- package/dist/cjs/dsot-document-component-demo.cjs.entry.js +1 -1
- package/dist/cjs/{index-7244933f.js → index-a49786b9.js} +7 -1
- package/dist/cjs/index-a49786b9.js.map +1 -0
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +2 -0
- package/dist/collection/components/card/card.css +33 -17
- package/dist/collection/components/card/card.interfaces.js.map +1 -1
- package/dist/collection/components/card/card.js +35 -79
- package/dist/collection/components/card/card.js.map +1 -1
- package/dist/collection/components/card-container/card-container.js +1 -1
- package/dist/collection/components/date-picker/date-picker.js +1 -1
- package/dist/collection/components/date-picker-legacy/date-picker-legacy.js +3 -3
- package/dist/collection/components/document-card/document-card.css +90 -0
- package/dist/collection/components/document-card/document-card.interfaces.js +2 -0
- package/dist/collection/components/document-card/document-card.interfaces.js.map +1 -0
- package/dist/collection/components/document-card/document-card.js +111 -0
- package/dist/collection/components/document-card/document-card.js.map +1 -0
- package/dist/collection/components/document-component/document-component.js +1 -1
- package/dist/collection/components/document-component-demo/document-component.demo.js +1 -1
- package/dist/collection/components/dropdown-menu/dropdown-menu.js +1 -1
- package/dist/collection/components/helpcenter-panel/helpcenter-panel.js +2 -2
- package/dist/collection/components/highlight-box/highlight-box.js +1 -1
- package/dist/collection/components/icon/icon.js +1 -1
- package/dist/collection/components/image-overlay/image-overlay.js +1 -2
- package/dist/collection/components/image-overlay/image-overlay.js.map +1 -1
- package/dist/collection/components/info/info.js +1 -1
- package/dist/collection/components/info-button/info-button.css +1 -1
- package/dist/collection/components/info-button/info-button.js +1 -1
- package/dist/collection/components/input-range/input-range.js +2 -2
- package/dist/collection/components/label/label.js +3 -3
- package/dist/collection/components/legend-item/legend-item.js +2 -2
- package/dist/collection/components/list-button/list-button.js +1 -1
- package/dist/collection/components/logo/logo.js +1 -1
- package/dist/collection/components/map-base-layers/map-base-layers.js +1 -1
- package/dist/collection/components/map-controls/map-controls.js +1 -1
- package/dist/collection/components/map-overlays/map-overlays.js +1 -1
- package/dist/collection/components/mark-bar/mark-bar.js +1 -1
- package/dist/collection/components/modal/modal.css +2 -2
- package/dist/collection/components/modal/modal.js +2 -2
- package/dist/collection/components/ozon-content/ozon-content.css +2 -2
- package/dist/collection/components/ozon-content/ozon-content.js +1 -1
- package/dist/collection/components/plekinfo-card/plekinfo-card.css +165 -0
- package/dist/collection/components/plekinfo-card/plekinfo-card.interfaces.js +2 -0
- package/dist/collection/components/plekinfo-card/plekinfo-card.interfaces.js.map +1 -0
- package/dist/collection/components/plekinfo-card/plekinfo-card.js +148 -0
- package/dist/collection/components/plekinfo-card/plekinfo-card.js.map +1 -0
- package/dist/collection/components/progress-bar/progress-bar.js +1 -1
- package/dist/collection/components/progress-indicator/progress-indicator.js +1 -1
- package/dist/collection/components/project-item/project-item.js +1 -1
- package/dist/collection/components/responsive-element/responsive-element.js +1 -1
- package/dist/collection/components/scrollable/scrollable.js +2 -2
- package/dist/collection/components/selectable/selectable.js +1 -1
- package/dist/collection/components/slide-toggle/slide-toggle.js +1 -1
- package/dist/collection/components/table/table.css +2 -2
- package/dist/collection/components/table/table.js +1 -1
- package/dist/collection/components/tabs/tabs.js +1 -1
- package/dist/collection/components/toggletip/toggletip.js +1 -1
- package/dist/collection/components/tooltip/tooltip.js +1 -1
- package/dist/collection/components/tree-view/tree-view.js +1 -1
- package/dist/collection/components/viewer-grid/viewer-grid.js +1 -1
- package/dist/components/document-component.js +1 -1
- package/dist/components/dropdown-menu.js +1 -1
- package/dist/components/dso-card-container.js +1 -1
- package/dist/components/dso-card.js +9 -38
- package/dist/components/dso-card.js.map +1 -1
- package/dist/components/dso-date-picker-legacy.js +3 -3
- package/dist/components/dso-date-picker.js +1 -1
- package/dist/components/dso-document-card.d.ts +11 -0
- package/dist/components/dso-document-card.js +68 -0
- package/dist/components/dso-document-card.js.map +1 -0
- package/dist/components/dso-helpcenter-panel.js +2 -2
- package/dist/components/dso-highlight-box.js +1 -1
- package/dist/components/dso-input-range.js +2 -2
- package/dist/components/dso-legend-item.js +2 -2
- package/dist/components/dso-list-button.js +1 -1
- package/dist/components/dso-logo.js +1 -1
- package/dist/components/dso-map-base-layers.js +1 -1
- package/dist/components/dso-map-controls.js +1 -1
- package/dist/components/dso-map-overlays.js +1 -1
- package/dist/components/dso-mark-bar.js +1 -1
- package/dist/components/dso-modal.js +3 -3
- package/dist/components/dso-modal.js.map +1 -1
- package/dist/components/dso-plekinfo-card.d.ts +11 -0
- package/dist/components/dso-plekinfo-card.js +83 -0
- package/dist/components/dso-plekinfo-card.js.map +1 -0
- package/dist/components/dso-progress-bar.js +1 -1
- package/dist/components/dso-project-item.js +1 -1
- package/dist/components/dso-tabs.js +1 -1
- package/dist/components/dso-tree-view.js +1 -1
- package/dist/components/dso-viewer-grid.js +1 -1
- package/dist/components/dsot-document-component-demo.js +1 -1
- package/dist/components/icon.js +1 -1
- package/dist/components/image-overlay.js +1 -2
- package/dist/components/image-overlay.js.map +1 -1
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.js +2 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/index2.js +6 -0
- package/dist/components/index2.js.map +1 -1
- package/dist/components/info-button.js +2 -2
- package/dist/components/info-button.js.map +1 -1
- package/dist/components/info.js +1 -1
- package/dist/components/label.js +3 -3
- package/dist/components/ozon-content.js +2 -2
- package/dist/components/ozon-content.js.map +1 -1
- package/dist/components/progress-indicator.js +1 -1
- package/dist/components/responsive-element.js +1 -1
- package/dist/components/scrollable.js +2 -2
- package/dist/components/selectable.js +1 -1
- package/dist/components/slide-toggle.js +1 -1
- package/dist/components/table.js +2 -2
- package/dist/components/table.js.map +1 -1
- package/dist/components/toggletip.js +1 -1
- package/dist/components/tooltip.js +1 -1
- package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
- package/dist/dso-toolkit/dso-toolkit.esm.js.map +1 -1
- package/dist/dso-toolkit/p-05094f69.entry.js +2 -0
- package/dist/dso-toolkit/p-16e112f1.js +2 -0
- package/dist/dso-toolkit/p-16e112f1.js.map +1 -0
- package/dist/dso-toolkit/{p-9772e3b6.entry.js → p-228e4c2d.entry.js} +2 -2
- package/dist/dso-toolkit/p-2d9b7138.entry.js +2 -0
- package/dist/dso-toolkit/p-2d9b7138.entry.js.map +1 -0
- package/dist/dso-toolkit/{p-33629822.entry.js → p-34f1afd3.entry.js} +2 -2
- package/dist/dso-toolkit/{p-e4eed4a2.entry.js → p-3be4c978.entry.js} +2 -2
- package/dist/dso-toolkit/{p-4948f5e5.entry.js → p-3cdfb92e.entry.js} +2 -2
- package/dist/dso-toolkit/{p-8d57cfcf.entry.js → p-46e446b0.entry.js} +2 -2
- package/dist/dso-toolkit/p-587779a5.entry.js +2 -0
- package/dist/dso-toolkit/{p-19dd99c6.entry.js.map → p-587779a5.entry.js.map} +1 -1
- package/dist/dso-toolkit/{p-1f8b5c49.entry.js → p-608835d8.entry.js} +2 -2
- package/dist/dso-toolkit/{p-34c19fc1.entry.js → p-64bf55d1.entry.js} +2 -2
- package/dist/dso-toolkit/p-6a414b15.entry.js +2 -0
- package/dist/dso-toolkit/{p-d7358e77.entry.js.map → p-6a414b15.entry.js.map} +1 -1
- package/dist/dso-toolkit/p-778c0381.entry.js +2 -0
- package/dist/dso-toolkit/p-778c0381.entry.js.map +1 -0
- package/dist/dso-toolkit/{p-ff8a8429.entry.js → p-8b9ee8d3.entry.js} +2 -2
- package/dist/dso-toolkit/p-8e699eb2.entry.js +2 -0
- package/dist/dso-toolkit/p-8e699eb2.entry.js.map +1 -0
- package/dist/dso-toolkit/{p-e563fe5b.entry.js → p-950d43d8.entry.js} +2 -2
- package/dist/dso-toolkit/{p-0cd85e9b.entry.js → p-9ebf26d8.entry.js} +2 -2
- package/dist/dso-toolkit/{p-54dd8d20.entry.js → p-a168dbd1.entry.js} +2 -2
- package/dist/dso-toolkit/{p-9af9870b.entry.js → p-a6f19891.entry.js} +2 -2
- package/dist/dso-toolkit/{p-4d1af9b6.entry.js → p-a801f428.entry.js} +2 -2
- package/dist/dso-toolkit/{p-afb2d842.entry.js → p-a9427715.entry.js} +2 -2
- package/dist/dso-toolkit/{p-e96c2531.entry.js → p-ab22347c.entry.js} +2 -2
- package/dist/dso-toolkit/{p-2ab51dba.entry.js → p-ae076d5b.entry.js} +2 -2
- package/dist/dso-toolkit/{p-f9a0b819.entry.js → p-bb87ef29.entry.js} +2 -2
- package/dist/dso-toolkit/p-bda2d5ce.entry.js +2 -0
- package/dist/dso-toolkit/{p-c0460667.entry.js → p-cc6c428b.entry.js} +2 -2
- package/dist/dso-toolkit/{p-5db11fa4.entry.js → p-d885c651.entry.js} +2 -2
- package/dist/dso-toolkit/p-dcea90be.entry.js +2 -0
- package/dist/dso-toolkit/p-dcea90be.entry.js.map +1 -0
- package/dist/dso-toolkit/{p-2f9c5d0e.entry.js → p-dd6cf2cd.entry.js} +2 -2
- package/dist/dso-toolkit/{p-4e6511c3.entry.js → p-e132910b.entry.js} +2 -2
- package/dist/dso-toolkit/{p-5fa80df5.entry.js → p-e3fea9f8.entry.js} +2 -2
- package/dist/dso-toolkit/{p-18318bd5.entry.js → p-e773c47e.entry.js} +2 -2
- package/dist/dso-toolkit/{p-2a83ec2c.entry.js → p-e8322c5b.entry.js} +2 -2
- package/dist/dso-toolkit/{p-d3d7cd07.entry.js → p-e96183ae.entry.js} +2 -2
- package/dist/dso-toolkit/{p-aa4d13b4.entry.js → p-e9896db2.entry.js} +2 -2
- package/dist/dso-toolkit/{p-0c228908.entry.js → p-ea46d648.entry.js} +2 -2
- package/dist/dso-toolkit/{p-448d84e3.entry.js → p-ef8fbe01.entry.js} +2 -2
- package/dist/dso-toolkit/{p-85d58afe.entry.js → p-fc82b0d0.entry.js} +2 -2
- package/dist/esm/dso-alert_6.entry.js +6 -7
- package/dist/esm/dso-alert_6.entry.js.map +1 -1
- package/dist/esm/dso-annotation-locatie_2.entry.js +1 -1
- package/dist/esm/dso-autosuggest.entry.js +1 -1
- package/dist/esm/dso-card-container.entry.js +1 -1
- package/dist/esm/dso-card.entry.js +7 -35
- package/dist/esm/dso-card.entry.js.map +1 -1
- package/dist/esm/dso-date-picker-legacy.entry.js +3 -3
- package/dist/esm/dso-date-picker.entry.js +1 -1
- package/dist/esm/dso-document-card.entry.js +41 -0
- package/dist/esm/dso-document-card.entry.js.map +1 -0
- package/dist/esm/dso-dropdown-menu.entry.js +1 -1
- package/dist/esm/dso-header.entry.js +1 -1
- package/dist/esm/dso-helpcenter-panel.entry.js +2 -2
- package/dist/esm/dso-highlight-box.entry.js +1 -1
- package/dist/esm/dso-icon.entry.js +1 -1
- package/dist/esm/dso-info-button.entry.js +2 -2
- package/dist/esm/dso-info-button.entry.js.map +1 -1
- package/dist/esm/dso-info_2.entry.js +2 -2
- package/dist/esm/dso-input-range.entry.js +2 -2
- package/dist/esm/dso-label_2.entry.js +5 -5
- package/dist/esm/dso-legend-item.entry.js +2 -2
- package/dist/esm/dso-list-button.entry.js +1 -1
- package/dist/esm/dso-logo.entry.js +1 -1
- package/dist/esm/dso-map-base-layers.entry.js +1 -1
- package/dist/esm/dso-map-controls.entry.js +1 -1
- package/dist/esm/dso-map-overlays.entry.js +1 -1
- package/dist/esm/dso-mark-bar.entry.js +1 -1
- package/dist/esm/dso-modal.entry.js +3 -3
- package/dist/esm/dso-modal.entry.js.map +1 -1
- package/dist/esm/dso-plekinfo-card.entry.js +55 -0
- package/dist/esm/dso-plekinfo-card.entry.js.map +1 -0
- package/dist/esm/dso-progress-bar.entry.js +1 -1
- package/dist/esm/dso-progress-indicator.entry.js +1 -1
- package/dist/esm/dso-project-item.entry.js +1 -1
- package/dist/esm/dso-renvooi_2.entry.js +1 -1
- package/dist/esm/dso-responsive-element.entry.js +1 -1
- package/dist/esm/dso-scrollable.entry.js +3 -3
- package/dist/esm/dso-tabs.entry.js +1 -1
- package/dist/esm/dso-toggletip.entry.js +1 -1
- package/dist/esm/dso-toolkit.js +1 -1
- package/dist/esm/dso-tree-view.entry.js +1 -1
- package/dist/esm/dso-viewer-grid.entry.js +2 -2
- package/dist/esm/dsot-document-component-demo.entry.js +1 -1
- package/dist/esm/{index-f62149d1.js → index-e112e225.js} +7 -1
- package/dist/esm/index-e112e225.js.map +1 -0
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/card/card.d.ts +14 -18
- package/dist/types/components/card/card.interfaces.d.ts +2 -3
- package/dist/types/components/document-card/document-card.d.ts +29 -0
- package/dist/types/components/document-card/document-card.interfaces.d.ts +5 -0
- package/dist/types/components/plekinfo-card/plekinfo-card.d.ts +34 -0
- package/dist/types/components/plekinfo-card/plekinfo-card.interfaces.d.ts +6 -0
- package/dist/types/components.d.ts +119 -21
- package/package.json +5 -5
- package/dist/cjs/index-7244933f.js.map +0 -1
- package/dist/dso-toolkit/p-19dd99c6.entry.js +0 -2
- package/dist/dso-toolkit/p-2e413e3d.entry.js +0 -2
- package/dist/dso-toolkit/p-391deb2a.entry.js +0 -2
- package/dist/dso-toolkit/p-391deb2a.entry.js.map +0 -1
- package/dist/dso-toolkit/p-502f51b9.entry.js +0 -2
- package/dist/dso-toolkit/p-709ff0a5.js +0 -2
- package/dist/dso-toolkit/p-709ff0a5.js.map +0 -1
- package/dist/dso-toolkit/p-88aebd15.entry.js +0 -2
- package/dist/dso-toolkit/p-88aebd15.entry.js.map +0 -1
- package/dist/dso-toolkit/p-d7358e77.entry.js +0 -2
- package/dist/esm/index-f62149d1.js.map +0 -1
- /package/dist/dso-toolkit/{p-2e413e3d.entry.js.map → p-05094f69.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-9772e3b6.entry.js.map → p-228e4c2d.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-33629822.entry.js.map → p-34f1afd3.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-e4eed4a2.entry.js.map → p-3be4c978.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-4948f5e5.entry.js.map → p-3cdfb92e.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-8d57cfcf.entry.js.map → p-46e446b0.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-1f8b5c49.entry.js.map → p-608835d8.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-34c19fc1.entry.js.map → p-64bf55d1.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-ff8a8429.entry.js.map → p-8b9ee8d3.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-e563fe5b.entry.js.map → p-950d43d8.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-0cd85e9b.entry.js.map → p-9ebf26d8.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-54dd8d20.entry.js.map → p-a168dbd1.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-9af9870b.entry.js.map → p-a6f19891.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-4d1af9b6.entry.js.map → p-a801f428.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-afb2d842.entry.js.map → p-a9427715.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-e96c2531.entry.js.map → p-ab22347c.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-2ab51dba.entry.js.map → p-ae076d5b.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-f9a0b819.entry.js.map → p-bb87ef29.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-502f51b9.entry.js.map → p-bda2d5ce.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-c0460667.entry.js.map → p-cc6c428b.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-5db11fa4.entry.js.map → p-d885c651.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-2f9c5d0e.entry.js.map → p-dd6cf2cd.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-4e6511c3.entry.js.map → p-e132910b.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-5fa80df5.entry.js.map → p-e3fea9f8.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-18318bd5.entry.js.map → p-e773c47e.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-2a83ec2c.entry.js.map → p-e8322c5b.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-d3d7cd07.entry.js.map → p-e96183ae.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-aa4d13b4.entry.js.map → p-e9896db2.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-0c228908.entry.js.map → p-ea46d648.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-448d84e3.entry.js.map → p-ef8fbe01.entry.js.map} +0 -0
- /package/dist/dso-toolkit/{p-85d58afe.entry.js.map → p-fc82b0d0.entry.js.map} +0 -0
|
@@ -23,7 +23,7 @@ export class MapOverlays {
|
|
|
23
23
|
for (const ref in this.selectableRefs) {
|
|
24
24
|
delete this.selectableRefs[ref];
|
|
25
25
|
}
|
|
26
|
-
return (h("fieldset", { key: '
|
|
26
|
+
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))))));
|
|
27
27
|
}
|
|
28
28
|
static get is() { return "dso-map-overlays"; }
|
|
29
29
|
static get encapsulation() { return "shadow"; }
|
|
@@ -42,7 +42,7 @@ export class MarkBar {
|
|
|
42
42
|
render() {
|
|
43
43
|
const current = this.current || 0;
|
|
44
44
|
const totalCount = this.totalCount || 0;
|
|
45
|
-
return (h("div", { key: '
|
|
45
|
+
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")))));
|
|
46
46
|
}
|
|
47
47
|
static get is() { return "dso-mark-bar"; }
|
|
48
48
|
static get encapsulation() { return "shadow"; }
|
|
@@ -121,7 +121,7 @@ button::-moz-focus-inner {
|
|
|
121
121
|
text-align: center;
|
|
122
122
|
}
|
|
123
123
|
.dso-modal > .dso-dialog > .dso-body p {
|
|
124
|
-
margin-block: 0 16px;
|
|
124
|
+
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
125
125
|
margin-inline: 0;
|
|
126
126
|
}
|
|
127
127
|
.dso-modal > .dso-dialog > .dso-body ul,
|
|
@@ -167,7 +167,7 @@ button::-moz-focus-inner {
|
|
|
167
167
|
min-block-size: 6.5rem;
|
|
168
168
|
}
|
|
169
169
|
.dso-modal > .dso-dialog > dso-scrollable .dso-body p {
|
|
170
|
-
margin-block: 0 16px;
|
|
170
|
+
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
171
171
|
margin-inline: 0;
|
|
172
172
|
}
|
|
173
173
|
.dso-modal > .dso-dialog > dso-scrollable .dso-body ul,
|
|
@@ -33,10 +33,10 @@ export class Modal {
|
|
|
33
33
|
}
|
|
34
34
|
render() {
|
|
35
35
|
var _a;
|
|
36
|
-
return (h("dialog", { key: '
|
|
36
|
+
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) => {
|
|
37
37
|
e.preventDefault();
|
|
38
38
|
this.dsoClose.emit({ originalEvent: e });
|
|
39
|
-
} }, h("div", { key: '
|
|
39
|
+
} }, 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" }))))));
|
|
40
40
|
}
|
|
41
41
|
static get is() { return "dso-modal"; }
|
|
42
42
|
static get encapsulation() { return "shadow"; }
|
|
@@ -746,7 +746,7 @@ th {
|
|
|
746
746
|
|
|
747
747
|
table.table td:not(.plain-content) p,
|
|
748
748
|
table.table th p {
|
|
749
|
-
margin-block: 0 16px;
|
|
749
|
+
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
750
750
|
margin-inline: 0;
|
|
751
751
|
}
|
|
752
752
|
table.table td:not(.plain-content) ul,
|
|
@@ -1633,7 +1633,7 @@ del.editaction-remove p:last-child {
|
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
1635
|
.dso-rich-content p {
|
|
1636
|
-
margin-block: 0 16px;
|
|
1636
|
+
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
1637
1637
|
margin-inline: 0;
|
|
1638
1638
|
}
|
|
1639
1639
|
.dso-rich-content ul,
|
|
@@ -24,7 +24,7 @@ export class OzonContent {
|
|
|
24
24
|
emitAnchorClick: this.dsoAnchorClick.emit,
|
|
25
25
|
};
|
|
26
26
|
const transformed = mapper.transform(this.content, context);
|
|
27
|
-
return h(Fragment, { key: '
|
|
27
|
+
return h(Fragment, { key: '459ea450266fa2d454979645ea517426e6af21ee' }, transformed);
|
|
28
28
|
}
|
|
29
29
|
static get is() { return "dso-ozon-content"; }
|
|
30
30
|
static get encapsulation() { return "shadow"; }
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
ins {
|
|
2
|
+
text-decoration: none;
|
|
3
|
+
}
|
|
4
|
+
ins {
|
|
5
|
+
--link-color: currentColor;
|
|
6
|
+
--link-hover-color: currentColor;
|
|
7
|
+
--link-visited-color: currentColor;
|
|
8
|
+
background-color: #e4f1d4;
|
|
9
|
+
border-color: #e4f1d4;
|
|
10
|
+
color: #191919;
|
|
11
|
+
}
|
|
12
|
+
ins a:is(.download, .download:hover, .download:focus-visible) {
|
|
13
|
+
background-image: url("./dso-icons.svg#img-download-zwart");
|
|
14
|
+
}
|
|
15
|
+
ins a:is(.extern, .extern:hover, .extern:focus-visible) {
|
|
16
|
+
background-image: url("./dso-icons.svg#img-external-link-zwart");
|
|
17
|
+
}
|
|
18
|
+
ins a:is([href^="tel:"], [href^="tel:"]:hover, [href^="tel:"]:focus-visible) {
|
|
19
|
+
background-image: url("./dso-icons.svg#img-call-zwart");
|
|
20
|
+
}
|
|
21
|
+
ins a:is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
22
|
+
background-image: url("./dso-icons.svg#img-email-zwart");
|
|
23
|
+
}
|
|
24
|
+
ins {
|
|
25
|
+
box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
del {
|
|
29
|
+
--link-color: currentColor;
|
|
30
|
+
--link-hover-color: currentColor;
|
|
31
|
+
--link-visited-color: currentColor;
|
|
32
|
+
background-color: #f5d8dc;
|
|
33
|
+
border-color: #f5d8dc;
|
|
34
|
+
color: #191919;
|
|
35
|
+
}
|
|
36
|
+
del a:is(.download, .download:hover, .download:focus-visible) {
|
|
37
|
+
background-image: url("./dso-icons.svg#img-download-zwart");
|
|
38
|
+
}
|
|
39
|
+
del a:is(.extern, .extern:hover, .extern:focus-visible) {
|
|
40
|
+
background-image: url("./dso-icons.svg#img-external-link-zwart");
|
|
41
|
+
}
|
|
42
|
+
del a:is([href^="tel:"], [href^="tel:"]:hover, [href^="tel:"]:focus-visible) {
|
|
43
|
+
background-image: url("./dso-icons.svg#img-call-zwart");
|
|
44
|
+
}
|
|
45
|
+
del a:is([href^="mailto:"], [href^="mailto:"]:hover, [href^="mailto:"]:focus-visible) {
|
|
46
|
+
background-image: url("./dso-icons.svg#img-email-zwart");
|
|
47
|
+
}
|
|
48
|
+
del {
|
|
49
|
+
text-decoration: line-through;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
*,
|
|
53
|
+
*::after,
|
|
54
|
+
*::before {
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
:host {
|
|
59
|
+
display: block;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.dso-plekinfo-card-container {
|
|
63
|
+
padding-block: 16px;
|
|
64
|
+
padding-inline: 16px;
|
|
65
|
+
inline-size: 100%;
|
|
66
|
+
}
|
|
67
|
+
.dso-plekinfo-card-container .dso-plekinfo-card-heading {
|
|
68
|
+
align-items: center;
|
|
69
|
+
display: flex;
|
|
70
|
+
}
|
|
71
|
+
@media screen and (max-width: 480px) {
|
|
72
|
+
.dso-plekinfo-card-container .dso-plekinfo-card-heading {
|
|
73
|
+
flex-wrap: wrap;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
.dso-plekinfo-card-container .dso-plekinfo-card-heading + .dso-plekinfo-card-content {
|
|
77
|
+
margin-block-start: 8px;
|
|
78
|
+
}
|
|
79
|
+
.dso-plekinfo-card-container .dso-plekinfo-card-symbol {
|
|
80
|
+
grid-row: span 2;
|
|
81
|
+
margin-inline-end: 8px;
|
|
82
|
+
}
|
|
83
|
+
.dso-plekinfo-card-container:has(.dso-plekinfo-card-heading a:is(:hover, :focus-visible)) {
|
|
84
|
+
background-color: #f2f2f2;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
ins.dso-plekinfo-card-container:has(.dso-plekinfo-card-heading a:is(:hover, :focus-visible)) {
|
|
88
|
+
background-color: #d8e5c9;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
del.dso-plekinfo-card-container:has(.dso-plekinfo-card-heading a:is(:hover, :focus-visible)) {
|
|
92
|
+
background-color: #e9cdd1;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
:host([active]:not([active=false])) .dso-plekinfo-card-container {
|
|
96
|
+
background-color: #e5e5e5;
|
|
97
|
+
}
|
|
98
|
+
:host([active]:not([active=false])) ins.dso-plekinfo-card-container {
|
|
99
|
+
background-color: #ced9bf;
|
|
100
|
+
}
|
|
101
|
+
:host([active]:not([active=false])) del.dso-plekinfo-card-container {
|
|
102
|
+
background-color: #ddc3c6;
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
:host([has-symbol]) .dso-plekinfo-card-container {
|
|
106
|
+
display: grid;
|
|
107
|
+
grid-template-columns: 1fr minmax(0, 100%);
|
|
108
|
+
}
|
|
109
|
+
:host([has-symbol]) .dso-plekinfo-card-container .dso-plekinfo-card-heading,
|
|
110
|
+
:host([has-symbol]) .dso-plekinfo-card-container .dso-plekinfo-card-content {
|
|
111
|
+
grid-column: 2/-1;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
::slotted([slot=meta]) {
|
|
115
|
+
display: flex !important;
|
|
116
|
+
justify-content: space-between !important;
|
|
117
|
+
margin-inline-start: auto !important;
|
|
118
|
+
}
|
|
119
|
+
@media screen and (max-width: 480px) {
|
|
120
|
+
::slotted([slot=meta]) {
|
|
121
|
+
flex-basis: 100% !important;
|
|
122
|
+
margin-block-start: 16px !important;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
::slotted([slot=heading]) {
|
|
127
|
+
align-items: center !important;
|
|
128
|
+
display: flex !important;
|
|
129
|
+
font-size: 1.125em !important;
|
|
130
|
+
margin-block-end: 0 !important;
|
|
131
|
+
margin-block-start: 0 !important;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
::slotted([slot=content]) {
|
|
135
|
+
--_dt-rich-content-margin-block: 8px;
|
|
136
|
+
--_dt-rich-content-margin-block-end: 0;
|
|
137
|
+
--_dt-rich-content-margin-block-start: 0;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.heading-anchor {
|
|
141
|
+
display: flex;
|
|
142
|
+
gap: 4px;
|
|
143
|
+
color: #275937;
|
|
144
|
+
text-decoration: none;
|
|
145
|
+
}
|
|
146
|
+
.heading-anchor:hover {
|
|
147
|
+
color: #275937;
|
|
148
|
+
text-decoration: underline;
|
|
149
|
+
}
|
|
150
|
+
.heading-anchor:visited {
|
|
151
|
+
color: #275937;
|
|
152
|
+
}
|
|
153
|
+
.heading-anchor dso-icon {
|
|
154
|
+
flex-shrink: 0;
|
|
155
|
+
}
|
|
156
|
+
.heading-anchor .sr-only {
|
|
157
|
+
position: absolute;
|
|
158
|
+
inline-size: 1px;
|
|
159
|
+
block-size: 1px;
|
|
160
|
+
padding: 0;
|
|
161
|
+
margin: -1px;
|
|
162
|
+
overflow: hidden;
|
|
163
|
+
clip: rect(0, 0, 0, 0);
|
|
164
|
+
border: 0;
|
|
165
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plekinfo-card.interfaces.js","sourceRoot":"","sources":["../../../../src/components/plekinfo-card/plekinfo-card.interfaces.ts"],"names":[],"mappings":"","sourcesContent":["export interface PlekinfoCardClickEvent {\r\n originalEvent: MouseEvent;\r\n /** True when user clicked the card while holding Ctrl, Alt or other modifiers, or when the card is right-clicked. Can be used to determine navigation. */\r\n isModifiedEvent: boolean;\r\n}\r\n\r\nexport type PlekinfoWijzigactie = \"voegtoe\" | \"verwijder\";\r\n"]}
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import { h, Host, forceUpdate, } from "@stencil/core";
|
|
2
|
+
import { isModifiedEvent } from "../../utils/is-modified-event";
|
|
3
|
+
const WrapWijzigactie = ({ wijzigactie }, children) => {
|
|
4
|
+
if (wijzigactie === "voegtoe") {
|
|
5
|
+
return h("ins", { class: "dso-plekinfo-card-container" }, children);
|
|
6
|
+
}
|
|
7
|
+
if (wijzigactie === "verwijder") {
|
|
8
|
+
return h("del", { class: "dso-plekinfo-card-container" }, children);
|
|
9
|
+
}
|
|
10
|
+
return h("div", { class: "dso-plekinfo-card-container" }, children);
|
|
11
|
+
};
|
|
12
|
+
/**
|
|
13
|
+
* @slot symbol - An optional slot to place a symbol, representing the plekinfo item, in.
|
|
14
|
+
* @slot heading - A slot to place the title of the card in.
|
|
15
|
+
* @slot meta - An optional slot to place a `Label` in.
|
|
16
|
+
* @slot content - An optional slot to place `Rich Content` in.
|
|
17
|
+
*/
|
|
18
|
+
export class PlekinfoCard {
|
|
19
|
+
constructor() {
|
|
20
|
+
this.wijzigactie = undefined;
|
|
21
|
+
this.href = undefined;
|
|
22
|
+
this.active = undefined;
|
|
23
|
+
}
|
|
24
|
+
connectedCallback() {
|
|
25
|
+
this.mutationObserver = new MutationObserver(() => forceUpdate(this.host));
|
|
26
|
+
this.mutationObserver.observe(this.host, { attributes: true, childList: true });
|
|
27
|
+
}
|
|
28
|
+
disconnectedCallback() {
|
|
29
|
+
var _a;
|
|
30
|
+
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
31
|
+
delete this.mutationObserver;
|
|
32
|
+
}
|
|
33
|
+
clickEventHandler(e) {
|
|
34
|
+
if (!(e.target instanceof HTMLElement) || !this.href) {
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
return this.dsoPlekinfoCardClick.emit({ originalEvent: e, isModifiedEvent: isModifiedEvent(e) });
|
|
38
|
+
}
|
|
39
|
+
get symbolSlottedElement() {
|
|
40
|
+
return this.host.querySelector("[slot='symbol']");
|
|
41
|
+
}
|
|
42
|
+
get metaSlottedElement() {
|
|
43
|
+
return this.host.querySelector("[slot='meta']");
|
|
44
|
+
}
|
|
45
|
+
render() {
|
|
46
|
+
const hasSymbol = this.symbolSlottedElement !== null;
|
|
47
|
+
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" })))));
|
|
48
|
+
}
|
|
49
|
+
static get is() { return "dso-plekinfo-card"; }
|
|
50
|
+
static get encapsulation() { return "shadow"; }
|
|
51
|
+
static get originalStyleUrls() {
|
|
52
|
+
return {
|
|
53
|
+
"$": ["plekinfo-card.scss"]
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
static get styleUrls() {
|
|
57
|
+
return {
|
|
58
|
+
"$": ["plekinfo-card.css"]
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
static get properties() {
|
|
62
|
+
return {
|
|
63
|
+
"wijzigactie": {
|
|
64
|
+
"type": "string",
|
|
65
|
+
"mutable": false,
|
|
66
|
+
"complexType": {
|
|
67
|
+
"original": "PlekinfoWijzigactie",
|
|
68
|
+
"resolved": "\"verwijder\" | \"voegtoe\" | undefined",
|
|
69
|
+
"references": {
|
|
70
|
+
"PlekinfoWijzigactie": {
|
|
71
|
+
"location": "import",
|
|
72
|
+
"path": "./plekinfo-card.interfaces",
|
|
73
|
+
"id": "src/components/plekinfo-card/plekinfo-card.interfaces.ts::PlekinfoWijzigactie"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"required": false,
|
|
78
|
+
"optional": true,
|
|
79
|
+
"docs": {
|
|
80
|
+
"tags": [],
|
|
81
|
+
"text": "An optional 'wijzigactie' that signals if the plekinfo on the card is added or removed."
|
|
82
|
+
},
|
|
83
|
+
"attribute": "wijzigactie",
|
|
84
|
+
"reflect": true
|
|
85
|
+
},
|
|
86
|
+
"href": {
|
|
87
|
+
"type": "string",
|
|
88
|
+
"mutable": false,
|
|
89
|
+
"complexType": {
|
|
90
|
+
"original": "string | undefined",
|
|
91
|
+
"resolved": "string | undefined",
|
|
92
|
+
"references": {}
|
|
93
|
+
},
|
|
94
|
+
"required": true,
|
|
95
|
+
"optional": false,
|
|
96
|
+
"docs": {
|
|
97
|
+
"tags": [],
|
|
98
|
+
"text": "The URL to which the PlekinfoCard heading links."
|
|
99
|
+
},
|
|
100
|
+
"attribute": "href",
|
|
101
|
+
"reflect": true
|
|
102
|
+
},
|
|
103
|
+
"active": {
|
|
104
|
+
"type": "boolean",
|
|
105
|
+
"mutable": false,
|
|
106
|
+
"complexType": {
|
|
107
|
+
"original": "boolean",
|
|
108
|
+
"resolved": "boolean | undefined",
|
|
109
|
+
"references": {}
|
|
110
|
+
},
|
|
111
|
+
"required": false,
|
|
112
|
+
"optional": true,
|
|
113
|
+
"docs": {
|
|
114
|
+
"tags": [],
|
|
115
|
+
"text": "Makes the PlekinfoCard active."
|
|
116
|
+
},
|
|
117
|
+
"attribute": "active",
|
|
118
|
+
"reflect": true
|
|
119
|
+
}
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
static get events() {
|
|
123
|
+
return [{
|
|
124
|
+
"method": "dsoPlekinfoCardClick",
|
|
125
|
+
"name": "dsoPlekinfoCardClick",
|
|
126
|
+
"bubbles": true,
|
|
127
|
+
"cancelable": true,
|
|
128
|
+
"composed": true,
|
|
129
|
+
"docs": {
|
|
130
|
+
"tags": [],
|
|
131
|
+
"text": "Emitted when the PlekinfoCard heading is clicked."
|
|
132
|
+
},
|
|
133
|
+
"complexType": {
|
|
134
|
+
"original": "PlekinfoCardClickEvent",
|
|
135
|
+
"resolved": "PlekinfoCardClickEvent",
|
|
136
|
+
"references": {
|
|
137
|
+
"PlekinfoCardClickEvent": {
|
|
138
|
+
"location": "import",
|
|
139
|
+
"path": "./plekinfo-card.interfaces",
|
|
140
|
+
"id": "src/components/plekinfo-card/plekinfo-card.interfaces.ts::PlekinfoCardClickEvent"
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}];
|
|
145
|
+
}
|
|
146
|
+
static get elementRef() { return "host"; }
|
|
147
|
+
}
|
|
148
|
+
//# sourceMappingURL=plekinfo-card.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plekinfo-card.js","sourceRoot":"","sources":["../../../../src/components/plekinfo-card/plekinfo-card.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,CAAC,EACD,SAAS,EAET,OAAO,EACP,KAAK,EAEL,IAAI,EACJ,IAAI,EACJ,WAAW,GAEZ,MAAM,eAAe,CAAC;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAC;AAQhE,MAAM,eAAe,GAA8C,CAAC,EAAE,WAAW,EAAE,EAAE,QAAQ,EAAE,EAAE;IAC/F,IAAI,WAAW,KAAK,SAAS,EAAE,CAAC;QAC9B,OAAO,WAAK,KAAK,EAAC,6BAA6B,IAAE,QAAQ,CAAO,CAAC;IACnE,CAAC;IAED,IAAI,WAAW,KAAK,WAAW,EAAE,CAAC;QAChC,OAAO,WAAK,KAAK,EAAC,6BAA6B,IAAE,QAAQ,CAAO,CAAC;IACnE,CAAC;IAED,OAAO,WAAK,KAAK,EAAC,6BAA6B,IAAE,QAAQ,CAAO,CAAC;AACnE,CAAC,CAAC;AAEF;;;;;GAKG;AAMH,MAAM,OAAO,YAAY;;;;;;IA8BvB,iBAAiB;QACf,IAAI,CAAC,gBAAgB,GAAG,IAAI,gBAAgB,CAAC,GAAG,EAAE,CAAC,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;IAClF,CAAC;IAED,oBAAoB;;QAClB,MAAA,IAAI,CAAC,gBAAgB,0CAAE,UAAU,EAAE,CAAC;QAEpC,OAAO,IAAI,CAAC,gBAAgB,CAAC;IAC/B,CAAC;IAEO,iBAAiB,CAAC,CAAa;QACrC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,YAAY,WAAW,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;YACrD,OAAO;QACT,CAAC;QAED,OAAO,IAAI,CAAC,oBAAoB,CAAC,IAAI,CAAC,EAAE,aAAa,EAAE,CAAC,EAAE,eAAe,EAAE,eAAe,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;IACnG,CAAC;IAED,IAAI,oBAAoB;QACtB,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,iBAAiB,CAAC,CAAC;IACpD,CAAC;IAED,IAAI,kBAAkB;QACpB,OAAO,IAAI,CAAC,IAAI,CAAC,aAAa,CAAC,eAAe,CAAC,CAAC;IAClD,CAAC;IAED,MAAM;QACJ,MAAM,SAAS,GAAG,IAAI,CAAC,oBAAoB,KAAK,IAAI,CAAC;QAErD,OAAO,CACL,EAAC,IAAI,mEAAa,SAAS;YACzB,EAAC,eAAe,qDAAC,WAAW,EAAE,IAAI,CAAC,WAAW;gBAC5C,4DAAK,KAAK,EAAC,0BAA0B,EAAC,MAAM,EAAE,CAAC,SAAS;oBACtD,6DAAM,IAAI,EAAC,QAAQ,GAAG,CAClB;gBACN,4DAAK,KAAK,EAAC,2BAA2B;oBACpC,0DAAG,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,KAAK,EAAC,gBAAgB,EAAC,OAAO,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC;wBAClF,6DAAM,IAAI,EAAC,SAAS,GAAG;wBACvB,iEAAU,IAAI,EAAC,eAAe,GAAY,CACxC;oBACH,IAAI,CAAC,kBAAkB,KAAK,IAAI,IAAI,6DAAM,IAAI,EAAC,MAAM,GAAG,CACrD;gBACN,4DAAK,KAAK,EAAC,2BAA2B;oBACpC,6DAAM,IAAI,EAAC,SAAS,GAAG,CACnB,CACU,CACb,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["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"]}
|
|
@@ -8,7 +8,7 @@ export class ProgressBar {
|
|
|
8
8
|
render() {
|
|
9
9
|
const progressNumber = Math.round(this.progress);
|
|
10
10
|
const progressPercentage = `${progressNumber}%`;
|
|
11
|
-
return (h("div", { key: '
|
|
11
|
+
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' }))));
|
|
12
12
|
}
|
|
13
13
|
static get is() { return "dso-progress-bar"; }
|
|
14
14
|
static get encapsulation() { return "shadow"; }
|
|
@@ -6,7 +6,7 @@ export class Progressindicator {
|
|
|
6
6
|
this.block = undefined;
|
|
7
7
|
}
|
|
8
8
|
render() {
|
|
9
|
-
return (h(Host, { key: '
|
|
9
|
+
return (h(Host, { key: '883509272d723b8104ffbcb476d6ba9007104088' }, h("span", { key: '27bc8c852af735c19e928e5bf07ca856f26846ae', class: "dso-progress-indicator-spinner", role: "progressbar", "aria-labelledby": "progress-indicator-label" }, h("dso-icon", { key: '21d86cd9a6573926b376e4e478945477ea191776', icon: "spinner" })), h("span", { key: '2957362f7e96d955310de9821f7744e88892324c', id: "progress-indicator-label", class: "dso-progress-indicator-label" }, this.label)));
|
|
10
10
|
}
|
|
11
11
|
static get is() { return "dso-progress-indicator"; }
|
|
12
12
|
static get encapsulation() { return "shadow"; }
|
|
@@ -4,7 +4,7 @@ export class ProjectItem {
|
|
|
4
4
|
this.label = undefined;
|
|
5
5
|
}
|
|
6
6
|
render() {
|
|
7
|
-
return (h(Fragment, null, h("div", { key: '
|
|
7
|
+
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" })))));
|
|
8
8
|
}
|
|
9
9
|
static get is() { return "dso-project-item"; }
|
|
10
10
|
static get encapsulation() { return "shadow"; }
|
|
@@ -40,7 +40,7 @@ export class ResponsiveElement {
|
|
|
40
40
|
this.observer.unobserve(this.host);
|
|
41
41
|
}
|
|
42
42
|
render() {
|
|
43
|
-
return (h(Host, { key: '
|
|
43
|
+
return (h(Host, { key: '7df8a0107dec10534a1ee68c12b0718675ca37d0', small: this.sizeAlias === "small", medium: this.sizeAlias === "medium", large: this.sizeAlias === "large" }, h("slot", { key: '376cdb5c8b4b349877b7289b9bb5b0ae597620b6' })));
|
|
44
44
|
}
|
|
45
45
|
static get is() { return "dso-responsive-element"; }
|
|
46
46
|
static get encapsulation() { return "shadow"; }
|
|
@@ -81,9 +81,9 @@ export class Scrollable {
|
|
|
81
81
|
this.slottedElements.forEach((element) => resizeObserver.unobserve(element));
|
|
82
82
|
}
|
|
83
83
|
render() {
|
|
84
|
-
return (h("div", { key: '
|
|
84
|
+
return (h("div", { key: 'ff6794620912d49f124f4bac4222fd278dbd6b29', ref: (el) => (this.shadowContainerDiv = el), class: "dso-shadow-container" }, h("div", { key: '532d8178bd3755a10e3d3adbe582c8dfa894347a', ref: (el) => (this.scrollContainerDiv = el), class: clsx("dso-scroll-container", {
|
|
85
85
|
[`dso-scroll-${this.scrollPosition}`]: this.scrollPosition !== "noScroll",
|
|
86
|
-
}), onScroll: () => this._setScrollState() }, h("slot", { key: '
|
|
86
|
+
}), onScroll: () => this._setScrollState() }, h("slot", { key: 'ae425415162ffd8d13adae1e42c9e4728106d5d5' }))));
|
|
87
87
|
}
|
|
88
88
|
static get is() { return "dso-scrollable"; }
|
|
89
89
|
static get encapsulation() { return "shadow"; }
|
|
@@ -63,7 +63,7 @@ export class Selectable {
|
|
|
63
63
|
render() {
|
|
64
64
|
var _a;
|
|
65
65
|
const hasInfo = !!this.host.querySelector('[slot="info"]');
|
|
66
|
-
return (h(Fragment, { key: '
|
|
66
|
+
return (h(Fragment, { key: '8eaf459e1b418a9c5eb61c12939aa137b1e9a9b7' }, h("div", { key: 'ecbf02645dd338d6071fb06426662d78649bd8c8', class: "dso-selectable-container" }, h("div", { key: 'c244e0254c468e30c22ec958c6be91e532d77392', class: clsx("dso-selectable-input-wrapper", { "dso-keyboard-focus": this.keyboardFocus }) }, h("input", { key: 'df920ead7e69f3e136a058cd5ab7953ecad8c707', type: this.type, id: this.getIdentifier(), value: this.value, name: this.name, "aria-invalid": (_a = this.invalid) === null || _a === void 0 ? void 0 : _a.toString(), "aria-describedby": hasInfo && this.infoFixed ? this.describedById : undefined, "aria-labelledBy": this.labelledById, disabled: this.disabled, required: this.required, checked: this.checked, onChange: this.handleOnChange, onBlur: () => (this.keyboardFocus = false), onKeyUp: () => (this.keyboardFocus = true), ref: (el) => (this.input = el) }), !this.labelledById ? (h("label", { htmlFor: this.getIdentifier() }, h("slot", null))) : (h("label", null, h("slot", null)))), hasInfo && !this.infoFixed && (h("dso-info-button", { key: 'f539a4ea7af6bb4c1412895c2af316b9014d8420', active: this.infoActive, onDsoToggle: (e) => (this.infoActive = e.detail.active) }))), hasInfo && (h("dso-info", { key: '69bde115eba8f18261c79886654defb9f0f703f6', id: hasInfo && this.infoFixed ? this.describedById : undefined, fixed: this.infoFixed, active: this.infoActive, onDsoClose: () => (this.infoActive = false) }, h("div", { key: '9d92cccb1adfd77adc579f57281dddc56a2225ba' }, h("slot", { key: '4fee8b038cb69e5321c23502eb6a5dad31c3c9ee', name: "info" })))), h("slot", { key: 'fd69188bb07390259d9ac58f328d3a7c8b42fe12', name: "options" })));
|
|
67
67
|
}
|
|
68
68
|
componentDidRender() {
|
|
69
69
|
if (this.input && typeof this.checked === "boolean" && this.input.checked !== this.checked) {
|
|
@@ -19,7 +19,7 @@ export class SlideToggle {
|
|
|
19
19
|
this.hasVisibleLabel = this.host.querySelector("*") !== null;
|
|
20
20
|
}
|
|
21
21
|
render() {
|
|
22
|
-
return (h(Fragment, null, h("button", Object.assign({ key: '
|
|
22
|
+
return (h(Fragment, null, h("button", Object.assign({ key: '1d0bd72208407db78bf18151ca091cc52ee8fb01', id: this.identifier, role: "switch", class: "dso-slider", "aria-checked": "" + this.checked, disabled: this.disabled, onClick: (e) => this.handleSwitch(e) }, (this.accessibleLabel ? { "aria-label": this.accessibleLabel } : {}), (this.labelledbyId ? { "aria-labelledby": this.labelledbyId } : {})), h("svg", { key: 'aeab86c82b268e0090b94867fd8f404cc2c52ba2', xmlns: "http://www.w3.org/2000/svg", width: "40", height: "20", viewBox: "0 0 40 20" }, h("g", { key: '8ba58bfc4e94d0ef9ed98a2a3a6c6820f7ad0e43', fill: "none", "fill-rule": "evenodd" }, h("rect", { key: '992551dcb7d56e2db0f71816b2d7af218dc1b1f3', width: "40", height: "20", fill: "currentColor", rx: "10" }), h("circle", { key: 'a3aca9759480ab267897c3d156945e8df7f6af70', cy: "10", r: "8", fill: "currentColor" })))), this.hasVisibleLabel && (h("label", { key: '688ed90390ee4454f4361b8d44018a7f40502886', htmlFor: this.identifier }, h("slot", { key: '1681d2d582523acb101921eb6653328676213392' })))));
|
|
23
23
|
}
|
|
24
24
|
static get is() { return "dso-slide-toggle"; }
|
|
25
25
|
static get originalStyleUrls() {
|
|
@@ -755,7 +755,7 @@ a.dso-tertiary, a.dso-tertiary:visited {
|
|
|
755
755
|
text-align: center;
|
|
756
756
|
}
|
|
757
757
|
:host .dso-modal > .dso-dialog > .dso-body p {
|
|
758
|
-
margin-block: 0 16px;
|
|
758
|
+
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
759
759
|
margin-inline: 0;
|
|
760
760
|
}
|
|
761
761
|
:host .dso-modal > .dso-dialog > .dso-body ul,
|
|
@@ -801,7 +801,7 @@ a.dso-tertiary, a.dso-tertiary:visited {
|
|
|
801
801
|
min-block-size: 6.5rem;
|
|
802
802
|
}
|
|
803
803
|
:host .dso-modal > .dso-dialog > dso-scrollable .dso-body p {
|
|
804
|
-
margin-block: 0 16px;
|
|
804
|
+
margin-block: 0 var(--_dt-rich-content-margin-block, 16px);
|
|
805
805
|
margin-inline: 0;
|
|
806
806
|
}
|
|
807
807
|
:host .dso-modal > .dso-dialog > dso-scrollable .dso-body ul,
|
|
@@ -30,7 +30,7 @@ export class Table {
|
|
|
30
30
|
render() {
|
|
31
31
|
var _a, _b;
|
|
32
32
|
const caption = (_b = (_a = this.host.querySelector(":scope > table > caption")) === null || _a === void 0 ? void 0 : _a.textContent) === null || _b === void 0 ? void 0 : _b.trim();
|
|
33
|
-
return (h(Host, { key: '
|
|
33
|
+
return (h(Host, { key: 'fc92288fe7d379ec8b56dbb49931b023a1aa669c' }, this.modalActive && this.placeholderHeight && (h("div", { key: '651f19822424b8385f4854840100fceb3b6819ca', class: "dso-table-placeholder", style: { height: `${this.placeholderHeight}px` } })), this.modalActive && h("div", { key: '80c8515444552216f26e5733d2c928cc4c7b3822', class: "dso-modal-overlay" }), h("div", { key: '82f023fb532ebbe9b8192229d5db55e555ec5f93', class: { "dso-modal": this.modalActive } }, h("div", Object.assign({ key: 'b150734ceb13ddfa0ff8412961917869273c7c34', class: { "dso-dialog": this.modalActive, "dso-table-dialog": true }, ref: (element) => (this.focusTrapElement = element) }, (this.modalActive ? { ["aria-labelledby"]: this.labelledbyId, role: "dialog" } : {})), (this.isResponsive || !this.noModal) && (h("div", { key: '35c156e2e76ebee21a56700e0265bb2e0270b69c', class: "dso-table-utilities", style: this.modalActive ? { display: "none" } : undefined }, this.isResponsive && (h("div", { key: '49984412ae1616077b9934babd0e2b3bc518d151', class: "dso-responsive-message" }, h("span", { key: '6ed229941d728f12a068b489534e41b60e2b4ff9' }, "beweeg de tabel van links naar rechts"))), !this.noModal && (h("button", { key: '2f412f2795b0410883f975721e51ebebf1dddcc5', type: "button", class: "dso-tertiary open-modal-button", ref: (element) => (this.buttonElement = element), onClick: () => this.openModal() }, h("span", { key: '2332690378cead455b420576bf9cd5f68d993278', class: "sr-only" }, "tabel ", caption !== null && caption !== void 0 ? caption : "", " "), h("span", { key: '90351eded6efd138705cf08bfadc6ee9109a0e69' }, "vergroten"), h("dso-icon", { key: 'd314dfede218f9258a3ca2e109c6e93dfde97b81', icon: "external-link" }))))), this.modalActive && (h("div", { key: '05890549bb56488890bc886989b524bdeed073d4', class: "dso-header" }, h("h2", { key: '271ad27174b676b41cb20de4c1f579e999b61ce0', id: this.labelledbyId, class: { "sr-only": !caption } }, caption || "Uitvergrote tabel dialoog"), h("button", { key: 'd42b834be57bb606eeb52f68ef8a5f23bf4b2668', type: "button", class: "dso-close", onClick: () => this.closeModal() }, h("dso-icon", { key: '947a77978e4b53e615a1f785721b4bb7e615d120', icon: "times" }), h("span", { key: 'e19dd743a47fc7df5ab9a6b3fd9bf8ba5cb0cff8', class: "sr-only" }, "Sluiten")))), h("div", { key: '30f4d60debabc4919fbd4350ad3fa750da006936', class: { "dso-body": this.modalActive, "dso-table-body": true } }, h("slot", { key: '084aec8bb7315257e20414361124419ef555201c' }))))));
|
|
34
34
|
}
|
|
35
35
|
openModal() {
|
|
36
36
|
this.placeholderHeight = this.host.clientHeight;
|
|
@@ -64,7 +64,7 @@ export class Tabs {
|
|
|
64
64
|
(_a = this.mutationObserver) === null || _a === void 0 ? void 0 : _a.disconnect();
|
|
65
65
|
}
|
|
66
66
|
render() {
|
|
67
|
-
return (h(Host, { key: '
|
|
67
|
+
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" }))));
|
|
68
68
|
}
|
|
69
69
|
static get is() { return "dso-tabs"; }
|
|
70
70
|
static get encapsulation() { return "shadow"; }
|
|
@@ -40,7 +40,7 @@ export class Toggletip {
|
|
|
40
40
|
this.secondary = undefined;
|
|
41
41
|
}
|
|
42
42
|
render() {
|
|
43
|
-
return (h(Fragment, null, h("dso-info-button", { key: '
|
|
43
|
+
return (h(Fragment, null, h("dso-info-button", { key: 'f7e6f87ddaa464cbf64ca4b18341a33611e3f72a', "aria-describedby": "toggle", onClick: this.click, label: this.label, active: this.active, secondary: this.secondary, ref: (element) => (this.infoButton = element) }), h("dso-tooltip", { key: '29128e6c5cc5c3ea6d17aa3a27f76b09c00b059f', stateless: true, descriptive: true, id: "toggle", strategy: "absolute", active: this.active, position: this.position, small: this.small }, h("slot", { key: '6d4157cdfa69e23487aa758fbd8d8f3dac612bea' }))));
|
|
44
44
|
}
|
|
45
45
|
static get is() { return "dso-toggletip"; }
|
|
46
46
|
static get encapsulation() { return "shadow"; }
|
|
@@ -168,7 +168,7 @@ export class Tooltip {
|
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
render() {
|
|
171
|
-
return (h(Host, { key: '
|
|
171
|
+
return (h(Host, { key: '01e63a4cd76dca4d1d07bbbb35c8e67f7c4883e7', class: { hidden: this.hidden }, role: "tooltip", onClick: this.listenClick }, h("div", { key: '39c3989e697df79021b782aa1ba0100f352fef0c', class: clsx("tooltip", { in: this.active }) }, !this.noArrow && h("div", { key: 'ce11016b943b0a32bde7da78a1a039cec0523681', "data-popper-arrow": true, class: "tooltip-arrow" }), h("div", { key: 'e2fff499e2bbf78bb4c542f6cd4b23b30c26ba50', "aria-hidden": !this.descriptive || undefined, class: clsx("tooltip-inner", { "dso-small": this.small }) }, h("slot", { key: '54ff66606cc1dc120768ee6b9f3cd4f66cec1aec' })))));
|
|
172
172
|
}
|
|
173
173
|
activatePopper() {
|
|
174
174
|
var _a;
|
|
@@ -175,7 +175,7 @@ export class TreeView {
|
|
|
175
175
|
}
|
|
176
176
|
render() {
|
|
177
177
|
var _a;
|
|
178
|
-
return (h("div", { key: '
|
|
178
|
+
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 }))))));
|
|
179
179
|
}
|
|
180
180
|
static get is() { return "dso-tree-view"; }
|
|
181
181
|
static get encapsulation() { return "shadow"; }
|