@dso-toolkit/core 45.0.1 → 45.2.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-accordion-section.cjs.entry.js +110 -0
- package/dist/cjs/dso-accordion.cjs.entry.js +297 -0
- package/dist/cjs/dso-alert.cjs.entry.js +3 -3
- package/dist/cjs/dso-attachments-counter.cjs.entry.js +3 -3
- package/dist/cjs/dso-autosuggest.cjs.entry.js +1 -1
- package/dist/cjs/dso-badge.cjs.entry.js +1 -1
- package/dist/cjs/dso-banner.cjs.entry.js +2 -2
- package/dist/cjs/dso-date-picker.cjs.entry.js +2 -2
- package/dist/cjs/dso-dropdown-menu.cjs.entry.js +3 -3
- package/dist/cjs/dso-header.cjs.entry.js +6 -6
- package/dist/cjs/dso-helpcenter-panel.cjs.entry.js +59 -3
- package/dist/cjs/dso-highlight-box.cjs.entry.js +2 -2
- package/dist/cjs/dso-icon.cjs.entry.js +2 -2
- package/dist/cjs/dso-image-overlay.cjs.entry.js +11 -5
- package/dist/cjs/dso-info-button.cjs.entry.js +4 -3
- package/dist/cjs/dso-info_2.cjs.entry.js +3 -3
- package/dist/cjs/dso-label.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 +2 -2
- package/dist/cjs/dso-map-overlays.cjs.entry.js +1 -1
- package/dist/cjs/dso-ozon-content.cjs.entry.js +77 -16
- package/dist/cjs/dso-pagination.cjs.entry.js +99 -7
- package/dist/cjs/dso-progress-bar.cjs.entry.js +2 -2
- package/dist/cjs/dso-progress-indicator.cjs.entry.js +1 -1
- package/dist/cjs/dso-responsive-element.cjs.entry.js +6 -1
- package/dist/cjs/dso-table.cjs.entry.js +89 -0
- package/dist/cjs/dso-toggletip.cjs.entry.js +2 -2
- package/dist/cjs/dso-toolkit.cjs.js +2 -2
- package/dist/cjs/dso-tooltip.cjs.entry.js +1 -1
- package/dist/cjs/dso-tree-view.cjs.entry.js +1 -1
- package/dist/cjs/dso-viewer-grid.cjs.entry.js +11 -5
- package/dist/cjs/{focus-trap.esm-a85643b0.js → focus-trap.esm-e2addb10.js} +28 -11
- package/dist/cjs/{index-0a7c679a.js → index-4066351a.js} +7 -0
- package/dist/cjs/{index.esm-3520a2a6.js → index.esm-50325ea2.js} +110 -12
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +3 -0
- package/dist/collection/components/accordion/accordion.css +9 -0
- package/dist/collection/components/accordion/accordion.interfaces.js +1 -0
- package/dist/collection/components/accordion/accordion.js +260 -0
- package/dist/collection/components/accordion/accordion.template.js +26 -0
- package/dist/collection/components/accordion/components/accordion-section.css +221 -0
- package/dist/collection/components/accordion/components/accordion-section.js +292 -0
- package/dist/collection/components/alert/alert.css +14 -51
- package/dist/collection/components/alert/alert.js +1 -0
- package/dist/collection/components/attachments-counter/attachments-counter.css +0 -12
- package/dist/collection/components/attachments-counter/attachments-counter.js +2 -1
- package/dist/collection/components/banner/banner.css +0 -4
- package/dist/collection/components/date-picker/date-picker.css +2 -2
- package/dist/collection/components/dropdown-menu/dropdown-menu.css +0 -7
- package/dist/collection/components/header/header.css +38 -390
- package/dist/collection/components/header/header.js +22 -24
- package/dist/collection/components/header/header.template.js +1 -1
- package/dist/collection/components/helpcenter-panel/helpcenter-panel.css +21 -104
- package/dist/collection/components/helpcenter-panel/helpcenter-panel.js +71 -5
- package/dist/collection/components/highlight-box/highlight-box.css +1 -3
- package/dist/collection/components/image-overlay/image-overlay.css +37 -1134
- package/dist/collection/components/image-overlay/image-overlay.js +13 -3
- package/dist/collection/components/image-overlay/image-overlay.template.js +9 -1
- package/dist/collection/components/info/info.css +19 -1070
- package/dist/collection/components/info/info.js +1 -0
- package/dist/collection/components/info-button/info-button.css +8 -17
- package/dist/collection/components/info-button/info-button.js +9 -3
- package/dist/collection/components/map-controls/map-controls.css +20 -1172
- package/dist/collection/components/ozon-content/nodes/figuur.node.js +41 -6
- package/dist/collection/components/ozon-content/nodes/lijst.node.js +25 -0
- package/dist/collection/components/ozon-content/nodes/table.node/table.node.js +8 -7
- package/dist/collection/components/ozon-content/ozon-content-mapper.js +2 -0
- package/dist/collection/components/ozon-content/ozon-content.css +39 -49
- package/dist/collection/components/pagination/pagination.css +1 -0
- package/dist/collection/components/pagination/pagination.js +122 -14
- package/dist/collection/components/progress-bar/progress-bar.css +1 -1
- package/dist/collection/components/responsive-element/responsive-element.interfaces.js +1 -0
- package/dist/collection/components/responsive-element/responsive-element.js +48 -1
- package/dist/collection/components/responsive-element/responsive-element.template.js +4 -2
- package/dist/collection/components/table/table.css +296 -0
- package/dist/collection/components/table/table.interfaces.js +1 -0
- package/dist/collection/components/table/table.js +146 -0
- package/dist/collection/components/table/table.template.js +26 -0
- package/dist/collection/components/toggletip/toggletip.css +4 -0
- package/dist/collection/components/viewer-grid/viewer-grid.css +34 -1300
- package/dist/collection/components/viewer-grid/viewer-grid.js +12 -1
- package/dist/custom-elements/index.d.ts +18 -0
- package/dist/custom-elements/index.js +2052 -1230
- package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
- package/dist/dso-toolkit/p-02b2e01c.entry.js +1 -0
- package/dist/dso-toolkit/{p-d780f9ff.entry.js → p-05a9e206.entry.js} +1 -1
- package/dist/dso-toolkit/p-1a19ce42.entry.js +1 -0
- package/dist/dso-toolkit/p-22c35db5.js +5 -0
- package/dist/dso-toolkit/{p-361528b4.entry.js → p-2e74485e.entry.js} +1 -1
- package/dist/dso-toolkit/p-2f6b1092.entry.js +1 -0
- package/dist/dso-toolkit/{p-bf4d6f63.entry.js → p-3381c859.entry.js} +1 -1
- package/dist/dso-toolkit/{p-3799366e.entry.js → p-37a34037.entry.js} +1 -1
- package/dist/dso-toolkit/p-383227b9.entry.js +1 -0
- package/dist/dso-toolkit/p-42450cfe.js +1 -0
- package/dist/dso-toolkit/p-4c44d27c.entry.js +1 -0
- package/dist/dso-toolkit/{p-91b6a181.entry.js → p-4fd140e9.entry.js} +1 -1
- package/dist/dso-toolkit/p-53c7bf4f.entry.js +1 -0
- package/dist/dso-toolkit/p-662b7663.entry.js +1 -0
- package/dist/dso-toolkit/{p-d60876c2.entry.js → p-67b11174.entry.js} +1 -1
- package/dist/dso-toolkit/{p-375a2523.entry.js → p-6a414479.entry.js} +1 -1
- package/dist/dso-toolkit/{p-e4bcafc4.entry.js → p-6cac0292.entry.js} +1 -1
- package/dist/dso-toolkit/p-7213783b.entry.js +1 -0
- package/dist/dso-toolkit/p-83de460b.entry.js +1 -0
- package/dist/dso-toolkit/p-9aaadf4f.entry.js +1 -0
- package/dist/dso-toolkit/p-a5a5b24b.entry.js +1 -0
- package/dist/dso-toolkit/p-a9b0a83e.entry.js +1 -0
- package/dist/dso-toolkit/p-ac0c0eee.entry.js +1 -0
- package/dist/dso-toolkit/p-b6afe104.entry.js +1 -0
- package/dist/dso-toolkit/{p-590cbab6.entry.js → p-b9531adb.entry.js} +1 -1
- package/dist/dso-toolkit/{p-6bc71e48.entry.js → p-d2255268.entry.js} +1 -1
- package/dist/dso-toolkit/p-de50f5f1.entry.js +1 -0
- package/dist/dso-toolkit/p-e16b5d71.entry.js +1 -0
- package/dist/dso-toolkit/p-ea1d4c81.entry.js +1 -0
- package/dist/dso-toolkit/p-eb326df8.entry.js +1 -0
- package/dist/dso-toolkit/{p-25f8dbc6.entry.js → p-ec3b8800.entry.js} +1 -1
- package/dist/dso-toolkit/{p-16635f4b.entry.js → p-f1b5baf9.entry.js} +1 -1
- package/dist/dso-toolkit/p-f8b023c4.js +5 -0
- package/dist/esm/dso-accordion-section.entry.js +106 -0
- package/dist/esm/dso-accordion.entry.js +293 -0
- package/dist/esm/dso-alert.entry.js +3 -3
- package/dist/esm/dso-attachments-counter.entry.js +3 -3
- package/dist/esm/dso-autosuggest.entry.js +1 -1
- package/dist/esm/dso-badge.entry.js +1 -1
- package/dist/esm/dso-banner.entry.js +2 -2
- package/dist/esm/dso-date-picker.entry.js +2 -2
- package/dist/esm/dso-dropdown-menu.entry.js +3 -3
- package/dist/esm/dso-header.entry.js +6 -6
- package/dist/esm/dso-helpcenter-panel.entry.js +59 -3
- package/dist/esm/dso-highlight-box.entry.js +2 -2
- package/dist/esm/dso-icon.entry.js +2 -2
- package/dist/esm/dso-image-overlay.entry.js +11 -5
- package/dist/esm/dso-info-button.entry.js +4 -3
- package/dist/esm/dso-info_2.entry.js +3 -3
- package/dist/esm/dso-label.entry.js +1 -1
- package/dist/esm/dso-map-base-layers.entry.js +1 -1
- package/dist/esm/dso-map-controls.entry.js +2 -2
- package/dist/esm/dso-map-overlays.entry.js +1 -1
- package/dist/esm/dso-ozon-content.entry.js +77 -16
- package/dist/esm/dso-pagination.entry.js +99 -7
- package/dist/esm/dso-progress-bar.entry.js +2 -2
- package/dist/esm/dso-progress-indicator.entry.js +1 -1
- package/dist/esm/dso-responsive-element.entry.js +6 -1
- package/dist/esm/dso-table.entry.js +85 -0
- package/dist/esm/dso-toggletip.entry.js +2 -2
- package/dist/esm/dso-toolkit.js +2 -2
- package/dist/esm/dso-tooltip.entry.js +1 -1
- package/dist/esm/dso-tree-view.entry.js +1 -1
- package/dist/esm/dso-viewer-grid.entry.js +11 -5
- package/dist/esm/{focus-trap.esm-a01ad6c9.js → focus-trap.esm-e3b5bde3.js} +28 -11
- package/dist/esm/{index-1602fde1.js → index-771c1291.js} +7 -1
- package/dist/esm/{index.esm-45465af7.js → index.esm-4510c39e.js} +110 -12
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/accordion/accordion.d.ts +32 -0
- package/dist/types/components/accordion/accordion.interfaces.d.ts +20 -0
- package/dist/types/components/accordion/accordion.template.d.ts +2 -0
- package/dist/types/components/accordion/components/accordion-section.d.ts +25 -0
- package/dist/types/components/helpcenter-panel/helpcenter-panel.d.ts +11 -0
- package/dist/types/components/image-overlay/image-overlay.d.ts +3 -0
- package/dist/types/components/info-button/info-button.d.ts +1 -0
- package/dist/types/components/ozon-content/nodes/figuur.node.d.ts +4 -1
- package/dist/types/components/ozon-content/nodes/lijst.node.d.ts +6 -0
- package/dist/types/components/pagination/pagination.d.ts +15 -0
- package/dist/types/components/responsive-element/responsive-element.d.ts +5 -2
- package/dist/types/components/responsive-element/responsive-element.interfaces.d.ts +5 -0
- package/dist/types/components/responsive-element/responsive-element.template.d.ts +1 -1
- package/dist/types/components/table/table.d.ts +26 -0
- package/dist/types/components/table/table.interfaces.d.ts +3 -0
- package/dist/types/components/table/table.template.d.ts +2 -0
- package/dist/types/components.d.ts +128 -0
- package/package.json +4 -3
- package/readme.md +0 -7
- package/dist/collection/icon/dso-icon-sass-function.js +0 -42
- package/dist/dso-toolkit/dso-toolkit.css +0 -1
- package/dist/dso-toolkit/p-02272301.entry.js +0 -1
- package/dist/dso-toolkit/p-10a6db1a.entry.js +0 -1
- package/dist/dso-toolkit/p-131d54e3.js +0 -5
- package/dist/dso-toolkit/p-1450f113.entry.js +0 -1
- package/dist/dso-toolkit/p-15d0f2eb.entry.js +0 -1
- package/dist/dso-toolkit/p-3b5f957e.entry.js +0 -1
- package/dist/dso-toolkit/p-49938275.entry.js +0 -1
- package/dist/dso-toolkit/p-5a56d726.entry.js +0 -1
- package/dist/dso-toolkit/p-5e5fbd41.js +0 -5
- package/dist/dso-toolkit/p-68d49733.entry.js +0 -1
- package/dist/dso-toolkit/p-7b716383.entry.js +0 -1
- package/dist/dso-toolkit/p-b95bc2c7.entry.js +0 -1
- package/dist/dso-toolkit/p-c1070a58.entry.js +0 -1
- package/dist/dso-toolkit/p-c62606a3.js +0 -1
- package/dist/dso-toolkit/p-e7888d49.entry.js +0 -1
- package/dist/dso-toolkit/p-eb17d45e.entry.js +0 -1
- package/dist/dso-toolkit/p-f726111e.entry.js +0 -1
- package/dist/dso-toolkit/p-fd8a8509.entry.js +0 -1
- package/dist/types/icon/dso-icon-sass-function.d.ts +0 -4
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
.dso-date__input {
|
|
26
26
|
display: block;
|
|
27
27
|
width: 100%;
|
|
28
|
-
height:
|
|
28
|
+
height: 40px;
|
|
29
29
|
padding: 6px 14px;
|
|
30
30
|
font-size: 1rem;
|
|
31
31
|
line-height: 1.5;
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
border-width: 1px;
|
|
71
71
|
}
|
|
72
72
|
.dso-date__input[type=text] {
|
|
73
|
-
line-height:
|
|
73
|
+
line-height: 40px;
|
|
74
74
|
}
|
|
75
75
|
.dso-date__input[size] {
|
|
76
76
|
width: auto;
|
|
@@ -3,13 +3,6 @@
|
|
|
3
3
|
}
|
|
4
4
|
|
|
5
5
|
:host {
|
|
6
|
-
--di-check-wit: url("data:image/svg+xml,%3csvg id='check' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: white%3b'%3e %3cpath fill='currentColor' d='M10.11%2c18%2c5.29%2c13.31A.92.92%2c0%2c0%2c1%2c5.3%2c12a1%2c1%2c0%2c0%2c1%2c1.41%2c0l3.4%2c3.3%2c7.18-7a1%2c1%2c0%2c0%2c1%2c1.41%2c0%2c.92.92%2c0%2c0%2c1%2c0%2c1.35Z'/%3e %3c/svg%3e");
|
|
7
|
-
--di-chevron-down: url("data:image/svg+xml,%3csvg id='chevron-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: %2339870c%3b'%3e %3cpath fill='currentColor' d='M12%2c16%2c5.29%2c9.63a.93.93%2c0%2c0%2c1%2c0-1.35%2c1%2c1%2c0%2c0%2c1%2c1.42%2c0l5.29%2c5%2c5.29-5a1%2c1%2c0%2c0%2c1%2c1.42%2c0%2c.91.91%2c0%2c0%2c1%2c0%2c1.34Z'/%3e %3c/svg%3e");
|
|
8
|
-
--di-chevron-down-scampi: url("data:image/svg+xml,%3csvg id='chevron-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: %23676cb0%3b'%3e %3cpath fill='currentColor' d='M12%2c16%2c5.29%2c9.63a.93.93%2c0%2c0%2c1%2c0-1.35%2c1%2c1%2c0%2c0%2c1%2c1.42%2c0l5.29%2c5%2c5.29-5a1%2c1%2c0%2c0%2c1%2c1.42%2c0%2c.91.91%2c0%2c0%2c1%2c0%2c1.34Z'/%3e %3c/svg%3e");
|
|
9
|
-
--di-chevron-down-wit: url("data:image/svg+xml,%3csvg id='chevron-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: white%3b'%3e %3cpath fill='currentColor' d='M12%2c16%2c5.29%2c9.63a.93.93%2c0%2c0%2c1%2c0-1.35%2c1%2c1%2c0%2c0%2c1%2c1.42%2c0l5.29%2c5%2c5.29-5a1%2c1%2c0%2c0%2c1%2c1.42%2c0%2c.91.91%2c0%2c0%2c1%2c0%2c1.34Z'/%3e %3c/svg%3e");
|
|
10
|
-
--di-chevron-up: url("data:image/svg+xml,%3csvg id='chevron-up' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: %2339870c%3b'%3e %3cpath fill='currentColor' d='M18%2c16a1%2c1%2c0%2c0%2c1-.71-.28l-5.29-5-5.29%2c5a1%2c1%2c0%2c0%2c1-1.42%2c0%2c.93.93%2c0%2c0%2c1%2c0-1.35L12%2c8l6.71%2c6.38a.91.91%2c0%2c0%2c1%2c0%2c1.34A1%2c1%2c0%2c0%2c1%2c18%2c16Z'/%3e %3c/svg%3e");
|
|
11
|
-
--di-chevron-up-scampi: url("data:image/svg+xml,%3csvg id='chevron-up' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: %23676cb0%3b'%3e %3cpath fill='currentColor' d='M18%2c16a1%2c1%2c0%2c0%2c1-.71-.28l-5.29-5-5.29%2c5a1%2c1%2c0%2c0%2c1-1.42%2c0%2c.93.93%2c0%2c0%2c1%2c0-1.35L12%2c8l6.71%2c6.38a.91.91%2c0%2c0%2c1%2c0%2c1.34A1%2c1%2c0%2c0%2c1%2c18%2c16Z'/%3e %3c/svg%3e");
|
|
12
|
-
--di-chevron-up-wit: url("data:image/svg+xml,%3csvg id='chevron-up' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: white%3b'%3e %3cpath fill='currentColor' d='M18%2c16a1%2c1%2c0%2c0%2c1-.71-.28l-5.29-5-5.29%2c5a1%2c1%2c0%2c0%2c1-1.42%2c0%2c.93.93%2c0%2c0%2c1%2c0-1.35L12%2c8l6.71%2c6.38a.91.91%2c0%2c0%2c1%2c0%2c1.34A1%2c1%2c0%2c0%2c1%2c18%2c16Z'/%3e %3c/svg%3e");
|
|
13
6
|
display: inline-block;
|
|
14
7
|
position: relative;
|
|
15
8
|
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
:host {
|
|
2
|
-
--di-chevron-down-bosgroen: url("data:image/svg+xml,%3csvg id='chevron-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: %23275937%3b'%3e %3cpath fill='currentColor' d='M12%2c16%2c5.29%2c9.63a.93.93%2c0%2c0%2c1%2c0-1.35%2c1%2c1%2c0%2c0%2c1%2c1.42%2c0l5.29%2c5%2c5.29-5a1%2c1%2c0%2c0%2c1%2c1.42%2c0%2c.91.91%2c0%2c0%2c1%2c0%2c1.34Z'/%3e %3c/svg%3e");
|
|
3
|
-
--di-chevron-up-bosgroen: url("data:image/svg+xml,%3csvg id='chevron-up' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' style='color: %23275937%3b'%3e %3cpath fill='currentColor' d='M18%2c16a1%2c1%2c0%2c0%2c1-.71-.28l-5.29-5-5.29%2c5a1%2c1%2c0%2c0%2c1-1.42%2c0%2c.93.93%2c0%2c0%2c1%2c0-1.35L12%2c8l6.71%2c6.38a.91.91%2c0%2c0%2c1%2c0%2c1.34A1%2c1%2c0%2c0%2c1%2c18%2c16Z'/%3e %3c/svg%3e");
|
|
4
2
|
display: block;
|
|
5
3
|
}
|
|
6
4
|
|
|
@@ -8,7 +6,6 @@
|
|
|
8
6
|
border-bottom: 1px solid #ccc;
|
|
9
7
|
display: flex;
|
|
10
8
|
flex-wrap: wrap;
|
|
11
|
-
padding: 0 16px;
|
|
12
9
|
position: relative;
|
|
13
10
|
}
|
|
14
11
|
@media screen and (min-width: 768px) {
|
|
@@ -21,6 +18,9 @@
|
|
|
21
18
|
flex-wrap: nowrap;
|
|
22
19
|
}
|
|
23
20
|
}
|
|
21
|
+
.dso-header .dso-nav {
|
|
22
|
+
border: 0;
|
|
23
|
+
}
|
|
24
24
|
|
|
25
25
|
.logo-container {
|
|
26
26
|
display: flex;
|
|
@@ -30,12 +30,9 @@
|
|
|
30
30
|
}
|
|
31
31
|
@media screen and (max-width: 767px) {
|
|
32
32
|
.logo-container {
|
|
33
|
-
max-
|
|
33
|
+
max-height: 40px;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
36
|
-
.logo-container + .dropdown dso-dropdown-menu {
|
|
37
|
-
position: static;
|
|
38
|
-
}
|
|
39
36
|
|
|
40
37
|
@media screen and (min-width: 768px) {
|
|
41
38
|
.sub-logo {
|
|
@@ -48,175 +45,13 @@
|
|
|
48
45
|
}
|
|
49
46
|
}
|
|
50
47
|
|
|
51
|
-
.login,
|
|
52
|
-
.logout {
|
|
53
|
-
margin-right: 16px;
|
|
54
|
-
}
|
|
55
48
|
.login .dso-tertiary,
|
|
56
49
|
.logout .dso-tertiary {
|
|
57
|
-
display: inline-block;
|
|
58
|
-
font-size: 1em;
|
|
59
|
-
font-weight: 500;
|
|
60
|
-
margin-bottom: 0;
|
|
61
|
-
text-decoration: none;
|
|
62
|
-
touch-action: manipulation;
|
|
63
|
-
text-align: left;
|
|
64
|
-
user-select: none;
|
|
65
|
-
vertical-align: middle;
|
|
66
|
-
border: 0;
|
|
67
|
-
color: #39870c;
|
|
68
|
-
line-height: 1;
|
|
69
|
-
padding: 0;
|
|
70
|
-
background-color: transparent;
|
|
71
50
|
cursor: pointer;
|
|
72
51
|
font-family: Asap, sans-serif;
|
|
73
52
|
font-weight: 600;
|
|
74
53
|
vertical-align: text-bottom;
|
|
75
54
|
}
|
|
76
|
-
.login .dso-tertiary:focus, .login .dso-tertiary:focus-visible,
|
|
77
|
-
.logout .dso-tertiary:focus,
|
|
78
|
-
.logout .dso-tertiary:focus-visible {
|
|
79
|
-
outline-offset: 2px;
|
|
80
|
-
}
|
|
81
|
-
.login .dso-tertiary:active,
|
|
82
|
-
.logout .dso-tertiary:active {
|
|
83
|
-
outline: 0;
|
|
84
|
-
}
|
|
85
|
-
.login .dso-tertiary.extern::after, .login .dso-tertiary.download::after,
|
|
86
|
-
.logout .dso-tertiary.extern::after,
|
|
87
|
-
.logout .dso-tertiary.download::after {
|
|
88
|
-
content: "";
|
|
89
|
-
display: inline-block;
|
|
90
|
-
height: 1.5em;
|
|
91
|
-
margin-left: 8px;
|
|
92
|
-
vertical-align: top;
|
|
93
|
-
width: 1.5em;
|
|
94
|
-
}
|
|
95
|
-
.login .dso-tertiary[disabled],
|
|
96
|
-
.logout .dso-tertiary[disabled] {
|
|
97
|
-
color: #afcf9d;
|
|
98
|
-
}
|
|
99
|
-
.login .dso-tertiary[disabled].dso-spinner-left, .login .dso-tertiary[disabled].dso-spinner-right,
|
|
100
|
-
.logout .dso-tertiary[disabled].dso-spinner-left,
|
|
101
|
-
.logout .dso-tertiary[disabled].dso-spinner-right {
|
|
102
|
-
color: #39870c;
|
|
103
|
-
}
|
|
104
|
-
.login .dso-tertiary:not([disabled]):hover,
|
|
105
|
-
.logout .dso-tertiary:not([disabled]):hover {
|
|
106
|
-
color: #676cb0;
|
|
107
|
-
text-decoration: underline;
|
|
108
|
-
text-underline-position: under;
|
|
109
|
-
}
|
|
110
|
-
.login .dso-tertiary:not([disabled]):active,
|
|
111
|
-
.logout .dso-tertiary:not([disabled]):active {
|
|
112
|
-
color: #676cb0;
|
|
113
|
-
}
|
|
114
|
-
.login .dso-tertiary.btn-align,
|
|
115
|
-
.logout .dso-tertiary.btn-align {
|
|
116
|
-
line-height: calc(1.5em - 1px);
|
|
117
|
-
padding: 11px 0;
|
|
118
|
-
position: relative;
|
|
119
|
-
}
|
|
120
|
-
.login .dso-tertiary.extern::after, .login .dso-tertiary.download::after,
|
|
121
|
-
.logout .dso-tertiary.extern::after,
|
|
122
|
-
.logout .dso-tertiary.download::after {
|
|
123
|
-
position: relative;
|
|
124
|
-
top: -2px;
|
|
125
|
-
}
|
|
126
|
-
.login .dso-tertiary.download::after,
|
|
127
|
-
.logout .dso-tertiary.download::after {
|
|
128
|
-
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
129
|
-
background-position: center;
|
|
130
|
-
background-size: cover;
|
|
131
|
-
height: 24px;
|
|
132
|
-
vertical-align: top;
|
|
133
|
-
width: 24px;
|
|
134
|
-
}
|
|
135
|
-
.login .dso-tertiary.download[disabled]::after,
|
|
136
|
-
.logout .dso-tertiary.download[disabled]::after {
|
|
137
|
-
--dso-icon: var(--di-download-grasgroen-40);
|
|
138
|
-
}
|
|
139
|
-
.login .dso-tertiary.download:not([disabled]):hover::after, .login .dso-tertiary.download:not([disabled]):active::after,
|
|
140
|
-
.logout .dso-tertiary.download:not([disabled]):hover::after,
|
|
141
|
-
.logout .dso-tertiary.download:not([disabled]):active::after {
|
|
142
|
-
--dso-icon: var(--di-download-scampi);
|
|
143
|
-
}
|
|
144
|
-
.login .dso-tertiary.extern::after,
|
|
145
|
-
.logout .dso-tertiary.extern::after {
|
|
146
|
-
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
147
|
-
background-position: center;
|
|
148
|
-
background-size: cover;
|
|
149
|
-
height: 24px;
|
|
150
|
-
vertical-align: top;
|
|
151
|
-
width: 24px;
|
|
152
|
-
}
|
|
153
|
-
.login .dso-tertiary.extern[disabled]::after,
|
|
154
|
-
.logout .dso-tertiary.extern[disabled]::after {
|
|
155
|
-
--dso-icon: var(--di-external-link-grasgroen-40);
|
|
156
|
-
}
|
|
157
|
-
.login .dso-tertiary.extern:not([disabled]):hover::after, .login .dso-tertiary.extern:not([disabled]):active::after,
|
|
158
|
-
.logout .dso-tertiary.extern:not([disabled]):hover::after,
|
|
159
|
-
.logout .dso-tertiary.extern:not([disabled]):active::after {
|
|
160
|
-
--dso-icon: var(--di-external-link-scampi);
|
|
161
|
-
}
|
|
162
|
-
.login .dso-tertiary.dso-spinner-left::before,
|
|
163
|
-
.logout .dso-tertiary.dso-spinner-left::before {
|
|
164
|
-
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
165
|
-
background-repeat: no-repeat;
|
|
166
|
-
content: "";
|
|
167
|
-
display: inline-block;
|
|
168
|
-
height: 24px;
|
|
169
|
-
vertical-align: middle;
|
|
170
|
-
width: 24px;
|
|
171
|
-
margin-right: 8px;
|
|
172
|
-
}
|
|
173
|
-
.login .dso-tertiary.dso-spinner-right::after,
|
|
174
|
-
.logout .dso-tertiary.dso-spinner-right::after {
|
|
175
|
-
background-image: url("data:image/svg+xml,%3Csvg class='spinner' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg' %3E%3Cstyle%3E .spinner %7B animation: rotator 8s linear infinite; transform-origin: center; %7D @keyframes rotator %7B 0%25 %7B transform: rotate(0deg); %7D 100%25 %7B transform: rotate(360deg); %7D %7D .path %7B stroke-dasharray: 265; stroke-dashoffset: 0; transform-origin: center; stroke: %2339870c; animation: dash 2s ease-in-out infinite; %7D @keyframes dash %7B 0%25 %7B stroke-dashoffset: 265; %7D 50%25 %7B stroke-dashoffset: 65; transform:rotate(90deg); %7D 100%25 %7B stroke-dashoffset: 265; transform:rotate(360deg); %7D %3C/style%3E%3Ccircle class='path' fill='none' stroke-width='10' stroke-linecap='butt' cx='50' cy='50' r='45'%3E%3C/circle%3E%3C/svg%3E");
|
|
176
|
-
background-repeat: no-repeat;
|
|
177
|
-
content: "";
|
|
178
|
-
display: inline-block;
|
|
179
|
-
height: 24px;
|
|
180
|
-
vertical-align: middle;
|
|
181
|
-
width: 24px;
|
|
182
|
-
margin-left: 8px;
|
|
183
|
-
}
|
|
184
|
-
.login .dso-tertiary dso-icon + span:not(.sr-only),
|
|
185
|
-
.login .dso-tertiary svg.di + span:not(.sr-only),
|
|
186
|
-
.login .dso-tertiary span:not(.sr-only) + dso-icon,
|
|
187
|
-
.login .dso-tertiary span:not(.sr-only) + svg.di,
|
|
188
|
-
.logout .dso-tertiary dso-icon + span:not(.sr-only),
|
|
189
|
-
.logout .dso-tertiary svg.di + span:not(.sr-only),
|
|
190
|
-
.logout .dso-tertiary span:not(.sr-only) + dso-icon,
|
|
191
|
-
.logout .dso-tertiary span:not(.sr-only) + svg.di {
|
|
192
|
-
margin-left: 8px;
|
|
193
|
-
}
|
|
194
|
-
.login .dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
195
|
-
.login .dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
196
|
-
.login .dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
|
|
197
|
-
.login .dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
|
|
198
|
-
.login .dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
|
|
199
|
-
.login .dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
|
|
200
|
-
.login .dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
201
|
-
.login .dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right],
|
|
202
|
-
.logout .dso-tertiary dso-icon[icon=chevron-left] + span:not(.sr-only),
|
|
203
|
-
.logout .dso-tertiary dso-icon[icon=chevron-right] + span:not(.sr-only),
|
|
204
|
-
.logout .dso-tertiary svg.di.di-angle-down + span:not(.sr-only),
|
|
205
|
-
.logout .dso-tertiary svg.di.di-angle-up + span:not(.sr-only),
|
|
206
|
-
.logout .dso-tertiary span:not(.sr-only) + svg.di.di-angle-down,
|
|
207
|
-
.logout .dso-tertiary span:not(.sr-only) + svg.di.di-angle-up,
|
|
208
|
-
.logout .dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-left],
|
|
209
|
-
.logout .dso-tertiary span:not(.sr-only) + dso-icon[icon=chevron-right] {
|
|
210
|
-
margin-left: 0;
|
|
211
|
-
}
|
|
212
|
-
.login .dso-tertiary dso-icon,
|
|
213
|
-
.login .dso-tertiary svg.di,
|
|
214
|
-
.login .dso-tertiary span,
|
|
215
|
-
.logout .dso-tertiary dso-icon,
|
|
216
|
-
.logout .dso-tertiary svg.di,
|
|
217
|
-
.logout .dso-tertiary span {
|
|
218
|
-
vertical-align: middle;
|
|
219
|
-
}
|
|
220
55
|
|
|
221
56
|
.profile a,
|
|
222
57
|
.logout a,
|
|
@@ -254,186 +89,10 @@
|
|
|
254
89
|
.dso-navbar {
|
|
255
90
|
flex-basis: 100%;
|
|
256
91
|
}
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
dso-dropdown-menu > .dso-secondary::after,
|
|
260
|
-
dso-dropdown-menu > .dso-tertiary::after,
|
|
261
|
-
dso-dropdown-menu > .btn::after {
|
|
262
|
-
content: "";
|
|
263
|
-
display: inline-block;
|
|
264
|
-
}
|
|
265
|
-
dso-dropdown-menu > .dso-primary::after,
|
|
266
|
-
dso-dropdown-menu > .dso-secondary::after,
|
|
267
|
-
dso-dropdown-menu > .btn::after {
|
|
268
|
-
margin-left: 8px;
|
|
269
|
-
}
|
|
270
|
-
dso-dropdown-menu > .dso-primary::after,
|
|
271
|
-
dso-dropdown-menu > .btn-primary::after {
|
|
272
|
-
background: var(--dso-icon, var(--di-chevron-down-wit)) no-repeat;
|
|
273
|
-
background-position: center;
|
|
274
|
-
background-size: cover;
|
|
275
|
-
height: 24px;
|
|
276
|
-
vertical-align: top;
|
|
277
|
-
width: 24px;
|
|
278
|
-
}
|
|
279
|
-
dso-dropdown-menu > .dso-secondary::after,
|
|
280
|
-
dso-dropdown-menu > .btn-default::after {
|
|
281
|
-
background: var(--dso-icon, var(--di-chevron-down)) no-repeat;
|
|
282
|
-
background-position: center;
|
|
283
|
-
background-size: cover;
|
|
284
|
-
height: 24px;
|
|
285
|
-
vertical-align: top;
|
|
286
|
-
width: 24px;
|
|
287
|
-
}
|
|
288
|
-
dso-dropdown-menu > .dso-secondary:hover::after,
|
|
289
|
-
dso-dropdown-menu > .btn-default:hover::after {
|
|
290
|
-
--dso-icon: var(--di-chevron-down-wit);
|
|
291
|
-
}
|
|
292
|
-
dso-dropdown-menu > .dso-tertiary::after,
|
|
293
|
-
dso-dropdown-menu > .btn-link::after {
|
|
294
|
-
background: var(--dso-icon, var(--di-chevron-down)) no-repeat;
|
|
295
|
-
background-position: center;
|
|
296
|
-
background-size: cover;
|
|
297
|
-
height: 24px;
|
|
298
|
-
vertical-align: top;
|
|
299
|
-
width: 24px;
|
|
300
|
-
margin-left: 4px;
|
|
301
|
-
position: relative;
|
|
302
|
-
top: -2px;
|
|
303
|
-
}
|
|
304
|
-
dso-dropdown-menu > .dso-tertiary:hover::after,
|
|
305
|
-
dso-dropdown-menu > .btn-link:hover::after {
|
|
306
|
-
--dso-icon: var(--di-chevron-down-scampi);
|
|
307
|
-
}
|
|
308
|
-
dso-dropdown-menu .dso-group-label {
|
|
309
|
-
color: #999;
|
|
310
|
-
font-size: 0.875em;
|
|
311
|
-
font-weight: 400;
|
|
312
|
-
margin: 0;
|
|
313
|
-
padding: 4px 20px 2px;
|
|
314
|
-
text-transform: uppercase;
|
|
315
|
-
}
|
|
316
|
-
dso-dropdown-menu ul {
|
|
317
|
-
margin: 0;
|
|
318
|
-
padding: 0;
|
|
319
|
-
}
|
|
320
|
-
dso-dropdown-menu ul:not(:last-child) {
|
|
321
|
-
border-bottom: 1px solid #e5e5e5;
|
|
322
|
-
margin-bottom: 11px;
|
|
323
|
-
padding-bottom: 11px;
|
|
324
|
-
}
|
|
325
|
-
dso-dropdown-menu .dso-dropdown-options {
|
|
326
|
-
background-clip: padding-box;
|
|
327
|
-
background-color: #fff;
|
|
328
|
-
border-radius: 4px;
|
|
329
|
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
330
|
-
box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.4);
|
|
331
|
-
font-size: 1rem;
|
|
332
|
-
margin: 2px 0 0;
|
|
333
|
-
min-width: 160px;
|
|
334
|
-
padding: 5px 0;
|
|
335
|
-
position: absolute;
|
|
336
|
-
text-align: left;
|
|
337
|
-
top: 100%;
|
|
338
|
-
z-index: 220;
|
|
339
|
-
}
|
|
340
|
-
dso-dropdown-menu .dso-dropdown-options li {
|
|
341
|
-
list-style: none;
|
|
342
|
-
}
|
|
343
|
-
dso-dropdown-menu .dso-dropdown-options li a:visited {
|
|
344
|
-
color: #191919;
|
|
345
|
-
}
|
|
346
|
-
dso-dropdown-menu .dso-dropdown-options li a,
|
|
347
|
-
dso-dropdown-menu .dso-dropdown-options li button {
|
|
348
|
-
text-decoration: none;
|
|
349
|
-
clear: both;
|
|
350
|
-
color: #191919;
|
|
351
|
-
display: block;
|
|
352
|
-
font-weight: 400;
|
|
353
|
-
line-height: 1.5;
|
|
354
|
-
padding: 3px 20px;
|
|
355
|
-
text-decoration: none;
|
|
356
|
-
white-space: nowrap;
|
|
357
|
-
}
|
|
358
|
-
dso-dropdown-menu .dso-dropdown-options li a:hover, dso-dropdown-menu .dso-dropdown-options li a:focus, dso-dropdown-menu .dso-dropdown-options li a:active,
|
|
359
|
-
dso-dropdown-menu .dso-dropdown-options li button:hover,
|
|
360
|
-
dso-dropdown-menu .dso-dropdown-options li button:focus,
|
|
361
|
-
dso-dropdown-menu .dso-dropdown-options li button:active {
|
|
362
|
-
text-decoration: underline;
|
|
363
|
-
}
|
|
364
|
-
dso-dropdown-menu .dso-dropdown-options li a:hover, dso-dropdown-menu .dso-dropdown-options li a:focus,
|
|
365
|
-
dso-dropdown-menu .dso-dropdown-options li button:hover,
|
|
366
|
-
dso-dropdown-menu .dso-dropdown-options li button:focus {
|
|
367
|
-
background-color: #39870c;
|
|
368
|
-
border-color: #39870c;
|
|
369
|
-
color: #fff;
|
|
370
|
-
text-decoration: none;
|
|
371
|
-
}
|
|
372
|
-
dso-dropdown-menu .dso-dropdown-options li button {
|
|
373
|
-
background-color: transparent;
|
|
374
|
-
border: 0;
|
|
375
|
-
border-radius: 0;
|
|
376
|
-
text-align: inherit;
|
|
377
|
-
width: 100%;
|
|
378
|
-
}
|
|
379
|
-
dso-dropdown-menu[dropdown-align=right] .dso-dropdown-options {
|
|
380
|
-
right: 0;
|
|
381
|
-
}
|
|
382
|
-
dso-dropdown-menu[open] > .dso-primary::after,
|
|
383
|
-
dso-dropdown-menu[open] > .btn-primary::after {
|
|
384
|
-
--dso-icon: var(--di-chevron-up-wit);
|
|
385
|
-
}
|
|
386
|
-
dso-dropdown-menu[open] > .dso-secondary::after,
|
|
387
|
-
dso-dropdown-menu[open] > .btn-default::after {
|
|
388
|
-
--dso-icon: var(--di-chevron-up);
|
|
389
|
-
}
|
|
390
|
-
dso-dropdown-menu[open] > .dso-secondary:hover::after,
|
|
391
|
-
dso-dropdown-menu[open] > .btn-default:hover::after {
|
|
392
|
-
--dso-icon: var(--di-chevron-up-wit);
|
|
393
|
-
}
|
|
394
|
-
dso-dropdown-menu[open] > .dso-tertiary::after,
|
|
395
|
-
dso-dropdown-menu[open] > .btn-link::after {
|
|
396
|
-
--dso-icon: var(--di-chevron-up);
|
|
397
|
-
}
|
|
398
|
-
dso-dropdown-menu[open] > .dso-tertiary:hover::after,
|
|
399
|
-
dso-dropdown-menu[open] > .btn-link:hover::after {
|
|
400
|
-
--dso-icon: var(--di-chevron-up-scampi);
|
|
401
|
-
}
|
|
402
|
-
dso-dropdown-menu[open] button::after {
|
|
403
|
-
background: var(--dso-icon, var(--di-chevron-up-bosgroen)) no-repeat;
|
|
404
|
-
background-position: center;
|
|
405
|
-
background-size: cover;
|
|
406
|
-
height: 1.2em;
|
|
407
|
-
vertical-align: top;
|
|
408
|
-
width: 1.2em;
|
|
409
|
-
}
|
|
410
|
-
dso-dropdown-menu[checkable] .dso-group-label {
|
|
411
|
-
padding-left: 40px;
|
|
412
|
-
}
|
|
413
|
-
dso-dropdown-menu[checkable] li a,
|
|
414
|
-
dso-dropdown-menu[checkable] li button {
|
|
415
|
-
padding-left: 40px;
|
|
416
|
-
}
|
|
417
|
-
dso-dropdown-menu[checkable] li.dso-checked a:not(:focus),
|
|
418
|
-
dso-dropdown-menu[checkable] li.dso-checked button:not(:focus) {
|
|
419
|
-
background-color: #39870c;
|
|
420
|
-
border-color: #39870c;
|
|
421
|
-
color: #fff;
|
|
422
|
-
}
|
|
423
|
-
dso-dropdown-menu[checkable] li.dso-checked a::before,
|
|
424
|
-
dso-dropdown-menu[checkable] li.dso-checked button::before {
|
|
425
|
-
background: var(--dso-icon, var(--di-check-wit)) no-repeat;
|
|
426
|
-
background-position: center;
|
|
427
|
-
background-size: cover;
|
|
428
|
-
height: 24px;
|
|
429
|
-
vertical-align: top;
|
|
430
|
-
width: 24px;
|
|
431
|
-
content: "";
|
|
432
|
-
display: block;
|
|
433
|
-
float: left;
|
|
434
|
-
margin-left: -32px;
|
|
435
|
-
margin-right: 8px;
|
|
92
|
+
.dso-navbar .dso-dropdown-options {
|
|
93
|
+
border-top: 1px solid #ccc;
|
|
436
94
|
}
|
|
95
|
+
|
|
437
96
|
dso-dropdown-menu button {
|
|
438
97
|
align-items: flex-end;
|
|
439
98
|
background-color: transparent;
|
|
@@ -442,21 +101,6 @@ dso-dropdown-menu button {
|
|
|
442
101
|
font-family: Asap, sans-serif;
|
|
443
102
|
padding-right: 32px;
|
|
444
103
|
}
|
|
445
|
-
dso-dropdown-menu button::after {
|
|
446
|
-
background: var(--dso-icon, var(--di-chevron-down-bosgroen)) no-repeat;
|
|
447
|
-
background-position: center;
|
|
448
|
-
background-size: cover;
|
|
449
|
-
height: 1.2em;
|
|
450
|
-
vertical-align: top;
|
|
451
|
-
width: 1.2em;
|
|
452
|
-
content: "";
|
|
453
|
-
display: inline-block;
|
|
454
|
-
margin-left: 8px;
|
|
455
|
-
position: absolute;
|
|
456
|
-
right: 0;
|
|
457
|
-
top: 50%;
|
|
458
|
-
transform: translateY(-50%);
|
|
459
|
-
}
|
|
460
104
|
@media screen and (max-width: 767px) {
|
|
461
105
|
dso-dropdown-menu {
|
|
462
106
|
top: 12px;
|
|
@@ -466,70 +110,70 @@ dso-dropdown-menu .dso-dropdown-options {
|
|
|
466
110
|
border: 0;
|
|
467
111
|
border-radius: 0;
|
|
468
112
|
}
|
|
469
|
-
|
|
470
|
-
|
|
113
|
+
@media screen and (min-width: 768px) {
|
|
114
|
+
dso-dropdown-menu .dso-dropdown-options {
|
|
115
|
+
width: 375px;
|
|
116
|
+
}
|
|
471
117
|
}
|
|
472
|
-
@media screen and (max-width:
|
|
473
|
-
dso-dropdown-menu .dso-dropdown-options
|
|
118
|
+
@media screen and (max-width: 767px) {
|
|
119
|
+
dso-dropdown-menu .dso-dropdown-options {
|
|
474
120
|
width: 100%;
|
|
475
121
|
}
|
|
476
122
|
}
|
|
477
|
-
dso-dropdown-menu .dso-dropdown-options
|
|
123
|
+
dso-dropdown-menu .dso-dropdown-options ul li a {
|
|
478
124
|
color: #275937;
|
|
479
125
|
font-size: 1.25rem;
|
|
480
126
|
padding: 16px;
|
|
127
|
+
white-space: pre-wrap;
|
|
128
|
+
}
|
|
129
|
+
dso-dropdown-menu .dso-dropdown-options ul li a:focus {
|
|
130
|
+
color: #fff;
|
|
481
131
|
}
|
|
482
|
-
dso-dropdown-menu .dso-dropdown-options
|
|
132
|
+
dso-dropdown-menu .dso-dropdown-options ul li a:hover {
|
|
483
133
|
background-color: #fff;
|
|
484
134
|
color: #275937;
|
|
485
135
|
text-decoration: underline;
|
|
486
136
|
}
|
|
487
|
-
dso-dropdown-menu .dso-dropdown-options
|
|
137
|
+
dso-dropdown-menu .dso-dropdown-options ul li.dso-active a {
|
|
488
138
|
font-weight: 600;
|
|
489
139
|
}
|
|
490
|
-
dso-dropdown-menu .dso-dropdown-options
|
|
140
|
+
dso-dropdown-menu .dso-dropdown-options ul li + li {
|
|
491
141
|
border-top: 1px solid #ccc;
|
|
492
142
|
}
|
|
493
143
|
|
|
494
144
|
.dropdown {
|
|
495
145
|
margin-left: auto;
|
|
496
146
|
}
|
|
147
|
+
.dropdown dso-dropdown-menu {
|
|
148
|
+
position: static;
|
|
149
|
+
}
|
|
497
150
|
@media screen and (max-width: 767px) {
|
|
498
151
|
.dropdown dso-dropdown-menu {
|
|
499
152
|
margin-top: 28px;
|
|
500
153
|
}
|
|
501
154
|
}
|
|
502
155
|
.dropdown dso-dropdown-menu .dso-dropdown-options {
|
|
503
|
-
left: 0;
|
|
504
156
|
right: 0;
|
|
505
157
|
top: 100%;
|
|
506
158
|
}
|
|
507
|
-
.dropdown dso-dropdown-menu[open] button::after {
|
|
508
|
-
background: var(--dso-icon, var(--di-chevron-up)) no-repeat;
|
|
509
|
-
background-position: center;
|
|
510
|
-
background-size: cover;
|
|
511
|
-
height: 1.5em;
|
|
512
|
-
vertical-align: top;
|
|
513
|
-
width: 1.5em;
|
|
514
|
-
}
|
|
515
159
|
.dropdown dso-dropdown-menu button {
|
|
516
160
|
color: #39870c;
|
|
517
|
-
font-size:
|
|
161
|
+
font-size: 16px;
|
|
518
162
|
font-weight: 600;
|
|
163
|
+
line-height: normal;
|
|
519
164
|
position: relative;
|
|
520
165
|
}
|
|
166
|
+
.dropdown dso-dropdown-menu button::after {
|
|
167
|
+
margin-left: 8px;
|
|
168
|
+
position: absolute;
|
|
169
|
+
right: 0px;
|
|
170
|
+
top: 50%;
|
|
171
|
+
transform: translateY(-50%);
|
|
172
|
+
}
|
|
521
173
|
.dropdown dso-dropdown-menu button:hover, .dropdown dso-dropdown-menu button:active {
|
|
522
174
|
cursor: pointer;
|
|
523
175
|
text-decoration: underline;
|
|
524
176
|
}
|
|
525
|
-
.dropdown dso-dropdown-menu button::after {
|
|
526
|
-
background: var(--dso-icon, var(--di-chevron-down)) no-repeat;
|
|
527
|
-
background-position: center;
|
|
528
|
-
background-size: cover;
|
|
529
|
-
height: 1.5em;
|
|
530
|
-
vertical-align: top;
|
|
531
|
-
width: 1.5em;
|
|
532
|
-
}
|
|
533
177
|
|
|
534
178
|
.dso-nav {
|
|
535
179
|
align-items: end;
|
|
@@ -568,6 +212,7 @@ dso-dropdown-menu .dso-dropdown-options dso-dropdown-options li + li {
|
|
|
568
212
|
text-decoration: underline;
|
|
569
213
|
}
|
|
570
214
|
.dso-nav.dso-nav-main dso-dropdown-menu .dso-dropdown-options {
|
|
215
|
+
left: -1rem;
|
|
571
216
|
top: calc(100% + 3px);
|
|
572
217
|
}
|
|
573
218
|
.dso-nav.dso-nav-main dso-dropdown-menu button {
|
|
@@ -584,6 +229,9 @@ dso-dropdown-menu .dso-dropdown-options dso-dropdown-options li + li {
|
|
|
584
229
|
text-decoration: underline;
|
|
585
230
|
}
|
|
586
231
|
.dso-nav.dso-nav-main dso-dropdown-menu button::after {
|
|
232
|
+
margin-left: 8px;
|
|
233
|
+
position: absolute;
|
|
234
|
+
right: 0px;
|
|
587
235
|
top: auto;
|
|
588
236
|
transform: none;
|
|
589
237
|
}
|
|
@@ -592,7 +240,7 @@ dso-dropdown-menu .dso-dropdown-options dso-dropdown-options li + li {
|
|
|
592
240
|
}
|
|
593
241
|
.dso-nav.dso-nav-sub > li > a {
|
|
594
242
|
text-decoration: none;
|
|
595
|
-
font-size:
|
|
243
|
+
font-size: 16px;
|
|
596
244
|
margin-top: 4px;
|
|
597
245
|
padding: 4px 8px 3px;
|
|
598
246
|
}
|
|
@@ -100,26 +100,25 @@ export class Header {
|
|
|
100
100
|
h("slot", { name: "sub-logo" }))),
|
|
101
101
|
this.showDropDown && this.mainMenu && this.mainMenu.length > 0 && (h("div", { class: "dropdown" },
|
|
102
102
|
h("dso-dropdown-menu", { "dropdown-align": "right" },
|
|
103
|
-
h("button", { type: "button",
|
|
103
|
+
h("button", { type: "button", slot: "toggle" },
|
|
104
104
|
h("span", null, "Menu")),
|
|
105
105
|
h("div", { class: "dso-dropdown-options" },
|
|
106
|
-
h("
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
this.userHomeUrl
|
|
110
|
-
|
|
111
|
-
this.
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
this.
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
this.
|
|
121
|
-
|
|
122
|
-
: h("button", { type: "button", onClick: e => this.clickHandler(e, 'logout') }, "Uitloggen"))))))))),
|
|
106
|
+
h("ul", null,
|
|
107
|
+
this.mainMenu.map(this.MenuItem),
|
|
108
|
+
this.userHomeUrl && (h("li", null,
|
|
109
|
+
h("a", { href: this.userHomeUrl, onClick: e => this.clickHandler(e, 'userHome', { url: this.userHomeUrl }) }, "Mijn Omgevingsloket"))),
|
|
110
|
+
this.userProfileUrl &&
|
|
111
|
+
this.userProfileName &&
|
|
112
|
+
this.authStatus === 'loggedIn' && (h("li", null,
|
|
113
|
+
h("a", { href: this.userProfileUrl, onClick: e => this.clickHandler(e, 'profile', { url: this.userProfileUrl }) },
|
|
114
|
+
this.userProfileName,
|
|
115
|
+
h("span", { class: "profile-label" }, " - Mijn profiel")))),
|
|
116
|
+
this.authStatus === 'loggedOut' && (h("li", null, this.loginUrl
|
|
117
|
+
? h("a", { href: this.loginUrl, onClick: e => this.clickHandler(e, 'login', { url: this.loginUrl }) }, "Inloggen")
|
|
118
|
+
: h("button", { type: "button", onClick: e => this.clickHandler(e, 'login') }, "Inloggen"))),
|
|
119
|
+
this.authStatus === 'loggedIn' && (h("li", null, this.logoutUrl
|
|
120
|
+
? h("a", { href: this.logoutUrl, onClick: e => this.clickHandler(e, 'logout', { url: this.logoutUrl }) }, "Uitloggen")
|
|
121
|
+
: h("button", { type: "button", onClick: e => this.clickHandler(e, 'logout') }, "Uitloggen")))))))),
|
|
123
122
|
!this.showDropDown && (h(Fragment, null,
|
|
124
123
|
h("div", { class: "dso-header-session" },
|
|
125
124
|
this.userProfileUrl &&
|
|
@@ -140,20 +139,19 @@ export class Header {
|
|
|
140
139
|
.map(this.MenuItem),
|
|
141
140
|
this.overflowMenuItems > 0 && (h("li", null,
|
|
142
141
|
h("dso-dropdown-menu", { "dropdown-align": "left" },
|
|
143
|
-
h("button", { type: "button",
|
|
142
|
+
h("button", { type: "button", slot: "toggle" },
|
|
144
143
|
h("span", null, "Meer")),
|
|
145
144
|
h("div", { class: "dso-dropdown-options" },
|
|
146
|
-
h("
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
.map(this.MenuItem))))))),
|
|
145
|
+
h("ul", null, this.mainMenu && this.mainMenu
|
|
146
|
+
.filter((_, index) => index >= this.mainMenu.length - this.overflowMenuItems)
|
|
147
|
+
.map(this.MenuItem)))))),
|
|
150
148
|
this.userHomeUrl && (h("li", { class: "menu-user-home" },
|
|
151
149
|
h("a", { href: this.userHomeUrl, onClick: e => this.clickHandler(e, 'userHome', { url: this.userHomeUrl }) },
|
|
152
150
|
h("dso-icon", { icon: "user-line" }),
|
|
153
151
|
"Mijn Omgevingsloket")))))))))));
|
|
154
152
|
}
|
|
155
153
|
static get is() { return "dso-header"; }
|
|
156
|
-
static get encapsulation() { return "
|
|
154
|
+
static get encapsulation() { return "scoped"; }
|
|
157
155
|
static get originalStyleUrls() { return {
|
|
158
156
|
"$": ["header.scss"]
|
|
159
157
|
}; }
|
|
@@ -12,7 +12,7 @@ export function headerTemplate({ logo, subLogo, mainMenu, useDropDownMenu, authS
|
|
|
12
12
|
user-home-url=${ifDefined(userHomeUrl)}
|
|
13
13
|
@dsoHeaderClick=${dsoHeaderClick}
|
|
14
14
|
>
|
|
15
|
-
<div slot="logo"><img
|
|
15
|
+
<div slot="logo"><img alt="Omgevingsloket" src="${logo}" /></div>
|
|
16
16
|
${subLogo ? html `<div slot="sub-logo"><img alt="Regels op de kaart" src="${subLogo}" /></div>` : undefined}
|
|
17
17
|
</dso-header>`;
|
|
18
18
|
}
|