@dso-toolkit/core 33.3.0 → 34.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-alert.cjs.entry.js +1 -1
- package/dist/cjs/dso-attachments-counter.cjs.entry.js +2 -2
- 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 +1 -1
- package/dist/cjs/dso-date-picker.cjs.entry.js +48 -26
- package/dist/cjs/dso-dropdown-menu.cjs.entry.js +4 -228
- package/dist/cjs/dso-header.cjs.entry.js +2 -2
- package/dist/cjs/dso-helpcenter-panel.cjs.entry.js +1 -1
- 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 +1 -1
- package/dist/cjs/dso-info_2.cjs.entry.js +5 -2
- package/dist/cjs/dso-label.cjs.entry.js +1 -1
- package/dist/cjs/dso-map-base-layers.cjs.entry.js +18 -3
- package/dist/cjs/dso-map-controls.cjs.entry.js +2 -2
- package/dist/cjs/dso-map-overlays.cjs.entry.js +18 -3
- package/dist/cjs/dso-ozon-content.cjs.entry.js +1 -1
- 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-toggletip.cjs.entry.js +1 -1
- 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 +2 -2
- package/dist/cjs/dso-viewer-grid.cjs.entry.js +815 -0
- package/dist/cjs/{index-fcdfdd38.js → index-5ea63531.js} +26 -2
- package/dist/cjs/index.esm-2ac7081c.js +267 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/alert/alert.css +0 -3
- package/dist/collection/components/anchor/anchor.template.js +17 -0
- package/dist/collection/components/attachments-counter/attachments-counter.css +0 -4
- package/dist/collection/components/autosuggest/autosuggest.css +0 -3
- package/dist/collection/components/badge/badge.css +0 -3
- package/dist/collection/components/banner/banner.css +0 -3
- package/dist/collection/components/button/button.template.js +48 -0
- package/dist/collection/components/context/context.template.js +42 -0
- package/dist/collection/components/date-picker/date-picker.css +3 -5
- package/dist/collection/components/date-picker/date-picker.js +47 -25
- package/dist/collection/components/date-picker/date-picker.template.js +2 -1
- package/dist/collection/components/definition-list/definition-list.template.js +36 -0
- package/dist/collection/components/dropdown-menu/dropdown-menu.css +0 -3
- package/dist/collection/components/header/header.css +21 -19
- package/dist/collection/components/helpcenter-panel/helpcenter-panel.css +0 -3
- package/dist/collection/components/highlight-box/highlight-box.css +0 -3
- package/dist/collection/components/icon/icon.css +0 -4
- package/dist/collection/components/info/info.css +21 -4
- package/dist/collection/components/info-button/info-button.css +0 -3
- package/dist/collection/components/label/label.css +0 -3
- package/dist/collection/components/label-group/label-group.template.js +7 -0
- package/dist/collection/components/list/list.template.js +37 -0
- package/dist/collection/components/map-base-layers/map-base-layers.css +4 -3
- package/dist/collection/components/map-base-layers/map-base-layers.js +20 -1
- package/dist/collection/components/map-controls/map-controls.css +12 -3
- package/dist/collection/components/map-controls/map-controls.template.js +11 -16
- package/dist/collection/components/map-overlays/map-overlays.css +4 -3
- package/dist/collection/components/map-overlays/map-overlays.js +20 -1
- package/dist/collection/components/ozon-content/ozon-content.css +0 -3
- package/dist/collection/components/progress-bar/progress-bar.css +0 -3
- package/dist/collection/components/progress-indicator/progress-indicator.css +0 -3
- package/dist/collection/components/selectable/selectable.css +0 -3
- package/dist/collection/components/selectable/selectable.js +25 -1
- package/dist/collection/components/toggletip/toggletip.css +0 -3
- package/dist/collection/components/tooltip/tooltip.css +0 -3
- package/dist/collection/components/tree-view/tree-view.css +3 -3
- package/dist/collection/components/viewer-grid/viewer-grid-document-header.template.js +39 -0
- package/dist/collection/components/viewer-grid/viewer-grid-document-list-item.template.js +19 -0
- package/dist/collection/components/viewer-grid/viewer-grid-filterblok.template.js +28 -0
- package/dist/collection/components/viewer-grid/viewer-grid-filterpanel-buttons.js +7 -0
- package/dist/collection/components/viewer-grid/viewer-grid.css +706 -0
- package/dist/collection/components/viewer-grid/viewer-grid.js +218 -0
- package/dist/collection/components/viewer-grid/viewer-grid.template.js +27 -0
- package/dist/custom-elements/index.d.ts +6 -0
- package/dist/custom-elements/index.js +938 -36
- package/dist/dso-toolkit/dso-toolkit.css +1 -1
- package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
- package/dist/dso-toolkit/{p-75233655.entry.js → p-1fefbf8c.entry.js} +1 -1
- package/dist/dso-toolkit/{p-a52d3623.entry.js → p-20856f91.entry.js} +1 -1
- package/dist/dso-toolkit/{p-262858dd.entry.js → p-2b6a3dfa.entry.js} +1 -1
- package/dist/dso-toolkit/{p-be5682cc.entry.js → p-348414bf.entry.js} +1 -1
- package/dist/dso-toolkit/{p-984551a8.entry.js → p-3b493a2c.entry.js} +1 -1
- package/dist/dso-toolkit/p-3c4dbd89.entry.js +1 -0
- package/dist/dso-toolkit/{p-0a08ac9f.entry.js → p-4e573fc5.entry.js} +1 -1
- package/dist/dso-toolkit/{p-c9c1bc8f.entry.js → p-5037944e.entry.js} +1 -1
- package/dist/dso-toolkit/p-50b63cf4.entry.js +1 -0
- package/dist/dso-toolkit/{p-ff767c21.entry.js → p-88bc5873.entry.js} +1 -1
- package/dist/dso-toolkit/p-8b6e3abc.entry.js +1 -0
- package/dist/dso-toolkit/p-8bf3a60e.js +5 -0
- package/dist/dso-toolkit/p-94b79e43.entry.js +1 -0
- package/dist/dso-toolkit/{p-83f166b3.entry.js → p-94dffa65.entry.js} +1 -1
- package/dist/dso-toolkit/{p-b07991b9.entry.js → p-951f5872.entry.js} +1 -1
- package/dist/dso-toolkit/{p-da3be034.entry.js → p-a7306b7b.entry.js} +1 -1
- package/dist/dso-toolkit/p-ad2210ad.entry.js +1 -0
- package/dist/dso-toolkit/p-ad540748.entry.js +1 -0
- package/dist/dso-toolkit/{p-b5b946de.entry.js → p-bc14cafd.entry.js} +1 -1
- package/dist/dso-toolkit/{p-4a78a31b.entry.js → p-c54ecae1.entry.js} +1 -1
- package/dist/dso-toolkit/{p-72e4484a.entry.js → p-c95108fe.entry.js} +1 -1
- package/dist/dso-toolkit/{p-e814d644.entry.js → p-daa1e29d.entry.js} +1 -1
- package/dist/dso-toolkit/p-dad72605.js +1 -0
- package/dist/dso-toolkit/{p-2e7d535c.entry.js → p-dc86d830.entry.js} +1 -1
- package/dist/dso-toolkit/p-de3ab027.entry.js +5 -0
- package/dist/dso-toolkit/{p-19de4cc7.entry.js → p-f0b67246.entry.js} +1 -1
- package/dist/esm/dso-alert.entry.js +1 -1
- package/dist/esm/dso-attachments-counter.entry.js +2 -2
- 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 +1 -1
- package/dist/esm/dso-date-picker.entry.js +48 -26
- package/dist/esm/dso-dropdown-menu.entry.js +2 -226
- package/dist/esm/dso-header.entry.js +2 -2
- package/dist/esm/dso-helpcenter-panel.entry.js +1 -1
- 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 +1 -1
- package/dist/esm/dso-info_2.entry.js +5 -2
- package/dist/esm/dso-label.entry.js +1 -1
- package/dist/esm/dso-map-base-layers.entry.js +18 -3
- package/dist/esm/dso-map-controls.entry.js +2 -2
- package/dist/esm/dso-map-overlays.entry.js +18 -3
- package/dist/esm/dso-ozon-content.entry.js +1 -1
- package/dist/esm/dso-progress-bar.entry.js +1 -1
- package/dist/esm/dso-progress-indicator.entry.js +1 -1
- package/dist/esm/dso-toggletip.entry.js +1 -1
- 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 +2 -2
- package/dist/esm/dso-viewer-grid.entry.js +811 -0
- package/dist/esm/{index-61410be2.js → index-d54cae76.js} +26 -2
- package/dist/esm/index.esm-a1362957.js +262 -0
- package/dist/esm/loader.js +2 -2
- package/dist/types/components/anchor/anchor.template.d.ts +2 -0
- package/dist/types/components/button/button.template.d.ts +2 -0
- package/dist/types/components/context/context.template.d.ts +3 -0
- package/dist/types/components/date-picker/date-picker.d.ts +3 -1
- package/dist/types/components/date-picker/date-picker.template.d.ts +1 -1
- package/dist/types/components/definition-list/definition-list.template.d.ts +3 -0
- package/dist/types/components/label-group/label-group.template.d.ts +2 -0
- package/dist/types/components/list/list.template.d.ts +3 -0
- package/dist/types/components/map-base-layers/map-base-layers.d.ts +7 -2
- package/dist/types/components/map-base-layers/map-base-layers.interfaces.d.ts +1 -0
- package/dist/types/components/map-overlays/map-overlays.d.ts +7 -2
- package/dist/types/components/map-overlays/map-overlays.interfaces.d.ts +1 -0
- package/dist/types/components/selectable/selectable.d.ts +1 -0
- package/dist/types/components/viewer-grid/viewer-grid-document-header.template.d.ts +3 -0
- package/dist/types/components/viewer-grid/viewer-grid-document-list-item.template.d.ts +3 -0
- package/dist/types/components/viewer-grid/viewer-grid-filterblok.template.d.ts +3 -0
- package/dist/types/components/viewer-grid/viewer-grid-filterpanel-buttons.d.ts +6 -0
- package/dist/types/components/viewer-grid/viewer-grid.d.ts +33 -0
- package/dist/types/components/viewer-grid/viewer-grid.template.d.ts +3 -0
- package/dist/types/components.d.ts +22 -0
- package/package.json +2 -1
- package/dist/dso-toolkit/p-22bc904d.entry.js +0 -1
- package/dist/dso-toolkit/p-7a043467.entry.js +0 -1
- package/dist/dso-toolkit/p-99b93d2e.entry.js +0 -5
- package/dist/dso-toolkit/p-a40eeb32.js +0 -1
- package/dist/dso-toolkit/p-affe82e6.entry.js +0 -1
- package/dist/dso-toolkit/p-b3e6d377.entry.js +0 -1
- package/dist/dso-toolkit/p-ec8b74f7.entry.js +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { h } from '@stencil/core';
|
|
2
|
+
export const ViewerGridFilterpanelButtons = ({ onApply, onCancel }) => (h("div", { class: "filterpanel-buttons" },
|
|
3
|
+
h("button", { type: "button", class: "cancel-button", onClick: onCancel },
|
|
4
|
+
h("span", null, "Annuleren")),
|
|
5
|
+
h("button", { type: "button", class: "apply-button", onClick: onApply },
|
|
6
|
+
h("span", null, "Toepassen"),
|
|
7
|
+
h("dso-icon", { icon: "chevron-right" }))));
|
|
@@ -0,0 +1,706 @@
|
|
|
1
|
+
button {
|
|
2
|
+
-webkit-appearance: button;
|
|
3
|
+
color: inherit;
|
|
4
|
+
cursor: pointer;
|
|
5
|
+
font: inherit;
|
|
6
|
+
font-family: inherit;
|
|
7
|
+
font-size: inherit;
|
|
8
|
+
line-height: inherit;
|
|
9
|
+
margin: 0;
|
|
10
|
+
overflow: visible;
|
|
11
|
+
text-transform: none;
|
|
12
|
+
}
|
|
13
|
+
button[disabled] {
|
|
14
|
+
cursor: default;
|
|
15
|
+
}
|
|
16
|
+
button::-moz-focus-inner {
|
|
17
|
+
border: 0;
|
|
18
|
+
padding: 0;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
h1,
|
|
22
|
+
.h1,
|
|
23
|
+
h2,
|
|
24
|
+
.h2,
|
|
25
|
+
h3,
|
|
26
|
+
.h3 {
|
|
27
|
+
margin-top: 24px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
h1 {
|
|
31
|
+
color: #275937;
|
|
32
|
+
font-size: 2rem;
|
|
33
|
+
font-weight: 700;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
h2 {
|
|
37
|
+
color: #275937;
|
|
38
|
+
font-size: 1.5rem;
|
|
39
|
+
font-weight: 700;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
h3 {
|
|
43
|
+
color: #275937;
|
|
44
|
+
font-size: 1.25rem;
|
|
45
|
+
font-weight: 600;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
h4,
|
|
49
|
+
.h4,
|
|
50
|
+
h5,
|
|
51
|
+
.h5,
|
|
52
|
+
h6,
|
|
53
|
+
.h6 {
|
|
54
|
+
margin-top: 12px;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
h4 {
|
|
58
|
+
color: #275937;
|
|
59
|
+
font-size: 1rem;
|
|
60
|
+
font-weight: 600;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
h5 {
|
|
64
|
+
color: #191919;
|
|
65
|
+
font-size: 1rem;
|
|
66
|
+
font-weight: 600;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
|
|
70
|
+
margin-bottom: 12px;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
*,
|
|
74
|
+
*::after,
|
|
75
|
+
*::before {
|
|
76
|
+
box-sizing: border-box;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
:host {
|
|
80
|
+
display: flex;
|
|
81
|
+
height: 100vh;
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
position: relative;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
:host([small]) .dso-map-panel {
|
|
87
|
+
flex-basis: 375px;
|
|
88
|
+
min-width: 0;
|
|
89
|
+
max-width: 375px;
|
|
90
|
+
}
|
|
91
|
+
@media screen and (max-width: 375px) {
|
|
92
|
+
:host([small]) .dso-map-panel {
|
|
93
|
+
flex-basis: 100vw;
|
|
94
|
+
max-width: 100vw;
|
|
95
|
+
min-width: 0;
|
|
96
|
+
transition: none;
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
:host([medium]) .dso-map-panel {
|
|
101
|
+
flex-basis: 624px;
|
|
102
|
+
min-width: 375px;
|
|
103
|
+
max-width: 624px;
|
|
104
|
+
}
|
|
105
|
+
@media screen and (max-width: 624px) {
|
|
106
|
+
:host([medium]) .dso-map-panel {
|
|
107
|
+
flex-basis: 100vw;
|
|
108
|
+
max-width: 100vw;
|
|
109
|
+
min-width: 375px;
|
|
110
|
+
transition: none;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
:host([large]) .dso-map-panel {
|
|
115
|
+
flex-basis: 60%;
|
|
116
|
+
min-width: 768px;
|
|
117
|
+
max-width: 1024px;
|
|
118
|
+
}
|
|
119
|
+
@media screen and (max-width: 768px) {
|
|
120
|
+
:host([large]) .dso-map-panel {
|
|
121
|
+
flex-basis: 100vw;
|
|
122
|
+
max-width: 100vw;
|
|
123
|
+
min-width: 768px;
|
|
124
|
+
transition: none;
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.shrink,
|
|
129
|
+
.expand,
|
|
130
|
+
.overlay-close-button {
|
|
131
|
+
display: inline-block;
|
|
132
|
+
font-size: 1em;
|
|
133
|
+
font-weight: 500;
|
|
134
|
+
margin-bottom: 0;
|
|
135
|
+
text-decoration: none;
|
|
136
|
+
touch-action: manipulation;
|
|
137
|
+
text-align: left;
|
|
138
|
+
user-select: none;
|
|
139
|
+
vertical-align: middle;
|
|
140
|
+
border: 0;
|
|
141
|
+
color: #39870c;
|
|
142
|
+
line-height: 1;
|
|
143
|
+
padding: 0;
|
|
144
|
+
background-color: transparent;
|
|
145
|
+
}
|
|
146
|
+
.shrink:focus, .shrink:focus-visible,
|
|
147
|
+
.expand:focus,
|
|
148
|
+
.expand:focus-visible,
|
|
149
|
+
.overlay-close-button:focus,
|
|
150
|
+
.overlay-close-button:focus-visible {
|
|
151
|
+
outline-offset: 2px;
|
|
152
|
+
}
|
|
153
|
+
.shrink:active,
|
|
154
|
+
.expand:active,
|
|
155
|
+
.overlay-close-button:active {
|
|
156
|
+
outline: 0;
|
|
157
|
+
}
|
|
158
|
+
.shrink.extern::after, .shrink.download::after,
|
|
159
|
+
.expand.extern::after,
|
|
160
|
+
.expand.download::after,
|
|
161
|
+
.overlay-close-button.extern::after,
|
|
162
|
+
.overlay-close-button.download::after {
|
|
163
|
+
content: "";
|
|
164
|
+
display: inline-block;
|
|
165
|
+
height: 1.5em;
|
|
166
|
+
margin-left: 8px;
|
|
167
|
+
vertical-align: top;
|
|
168
|
+
width: 1.5em;
|
|
169
|
+
}
|
|
170
|
+
.shrink[disabled],
|
|
171
|
+
.expand[disabled],
|
|
172
|
+
.overlay-close-button[disabled] {
|
|
173
|
+
color: #afcf9d;
|
|
174
|
+
}
|
|
175
|
+
.shrink:not([disabled]):hover,
|
|
176
|
+
.expand:not([disabled]):hover,
|
|
177
|
+
.overlay-close-button:not([disabled]):hover {
|
|
178
|
+
color: #676cb0;
|
|
179
|
+
text-decoration: underline;
|
|
180
|
+
}
|
|
181
|
+
.shrink:not([disabled]):active,
|
|
182
|
+
.expand:not([disabled]):active,
|
|
183
|
+
.overlay-close-button:not([disabled]):active {
|
|
184
|
+
color: #676cb0;
|
|
185
|
+
}
|
|
186
|
+
.shrink.btn-align,
|
|
187
|
+
.expand.btn-align,
|
|
188
|
+
.overlay-close-button.btn-align {
|
|
189
|
+
line-height: calc(1.5em - 1px);
|
|
190
|
+
padding: 11px 0;
|
|
191
|
+
position: relative;
|
|
192
|
+
}
|
|
193
|
+
.shrink.extern::after, .shrink.download::after,
|
|
194
|
+
.expand.extern::after,
|
|
195
|
+
.expand.download::after,
|
|
196
|
+
.overlay-close-button.extern::after,
|
|
197
|
+
.overlay-close-button.download::after {
|
|
198
|
+
position: relative;
|
|
199
|
+
top: -2px;
|
|
200
|
+
}
|
|
201
|
+
.shrink.download::after,
|
|
202
|
+
.expand.download::after,
|
|
203
|
+
.overlay-close-button.download::after {
|
|
204
|
+
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
205
|
+
background-position: center;
|
|
206
|
+
background-size: cover;
|
|
207
|
+
height: 1.5em;
|
|
208
|
+
vertical-align: top;
|
|
209
|
+
width: 1.5em;
|
|
210
|
+
}
|
|
211
|
+
.shrink.download[disabled]::after,
|
|
212
|
+
.expand.download[disabled]::after,
|
|
213
|
+
.overlay-close-button.download[disabled]::after {
|
|
214
|
+
--dso-icon: var(--di-download-grasgroen-40);
|
|
215
|
+
}
|
|
216
|
+
.shrink.download:not([disabled]):hover::after, .shrink.download:not([disabled]):active::after,
|
|
217
|
+
.expand.download:not([disabled]):hover::after,
|
|
218
|
+
.expand.download:not([disabled]):active::after,
|
|
219
|
+
.overlay-close-button.download:not([disabled]):hover::after,
|
|
220
|
+
.overlay-close-button.download:not([disabled]):active::after {
|
|
221
|
+
--dso-icon: var(--di-download-scampi);
|
|
222
|
+
}
|
|
223
|
+
.shrink.extern::after,
|
|
224
|
+
.expand.extern::after,
|
|
225
|
+
.overlay-close-button.extern::after {
|
|
226
|
+
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
227
|
+
background-position: center;
|
|
228
|
+
background-size: cover;
|
|
229
|
+
height: 1.5em;
|
|
230
|
+
vertical-align: top;
|
|
231
|
+
width: 1.5em;
|
|
232
|
+
}
|
|
233
|
+
.shrink.extern[disabled]::after,
|
|
234
|
+
.expand.extern[disabled]::after,
|
|
235
|
+
.overlay-close-button.extern[disabled]::after {
|
|
236
|
+
--dso-icon: var(--di-external-link-grasgroen-40);
|
|
237
|
+
}
|
|
238
|
+
.shrink.extern:not([disabled]):hover::after, .shrink.extern:not([disabled]):active::after,
|
|
239
|
+
.expand.extern:not([disabled]):hover::after,
|
|
240
|
+
.expand.extern:not([disabled]):active::after,
|
|
241
|
+
.overlay-close-button.extern:not([disabled]):hover::after,
|
|
242
|
+
.overlay-close-button.extern:not([disabled]):active::after {
|
|
243
|
+
--dso-icon: var(--di-external-link-scampi);
|
|
244
|
+
}
|
|
245
|
+
.shrink dso-icon + span:not(.sr-only),
|
|
246
|
+
.shrink svg.di + span:not(.sr-only),
|
|
247
|
+
.shrink span:not(.sr-only) + dso-icon,
|
|
248
|
+
.shrink span:not(.sr-only) + svg.di,
|
|
249
|
+
.expand dso-icon + span:not(.sr-only),
|
|
250
|
+
.expand svg.di + span:not(.sr-only),
|
|
251
|
+
.expand span:not(.sr-only) + dso-icon,
|
|
252
|
+
.expand span:not(.sr-only) + svg.di,
|
|
253
|
+
.overlay-close-button dso-icon + span:not(.sr-only),
|
|
254
|
+
.overlay-close-button svg.di + span:not(.sr-only),
|
|
255
|
+
.overlay-close-button span:not(.sr-only) + dso-icon,
|
|
256
|
+
.overlay-close-button span:not(.sr-only) + svg.di {
|
|
257
|
+
margin-left: 8px;
|
|
258
|
+
}
|
|
259
|
+
.shrink dso-icon,
|
|
260
|
+
.shrink svg.di,
|
|
261
|
+
.shrink span,
|
|
262
|
+
.expand dso-icon,
|
|
263
|
+
.expand svg.di,
|
|
264
|
+
.expand span,
|
|
265
|
+
.overlay-close-button dso-icon,
|
|
266
|
+
.overlay-close-button svg.di,
|
|
267
|
+
.overlay-close-button span {
|
|
268
|
+
vertical-align: middle;
|
|
269
|
+
}
|
|
270
|
+
.shrink:hover,
|
|
271
|
+
.expand:hover,
|
|
272
|
+
.overlay-close-button:hover {
|
|
273
|
+
cursor: pointer;
|
|
274
|
+
}
|
|
275
|
+
.shrink[disabled],
|
|
276
|
+
.expand[disabled],
|
|
277
|
+
.overlay-close-button[disabled] {
|
|
278
|
+
display: none;
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
.overlay-close-button {
|
|
282
|
+
position: absolute;
|
|
283
|
+
top: 8px;
|
|
284
|
+
right: 16px;
|
|
285
|
+
}
|
|
286
|
+
.overlay-close-button .sr-only {
|
|
287
|
+
position: absolute;
|
|
288
|
+
width: 1px;
|
|
289
|
+
height: 1px;
|
|
290
|
+
padding: 0;
|
|
291
|
+
margin: -1px;
|
|
292
|
+
overflow: hidden;
|
|
293
|
+
clip: rect(0, 0, 0, 0);
|
|
294
|
+
border: 0;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
.dso-map-panel {
|
|
298
|
+
background-color: #fff;
|
|
299
|
+
box-shadow: 2px 0 8px 0 rgba(0, 0, 0, 0.4);
|
|
300
|
+
flex-shrink: 0;
|
|
301
|
+
flex-grow: 0;
|
|
302
|
+
padding-right: 8px;
|
|
303
|
+
position: relative;
|
|
304
|
+
transition: flex-basis 0.2s ease-in, max-width 0.2s ease-in, min-width 0.2s ease-in;
|
|
305
|
+
z-index: 1;
|
|
306
|
+
}
|
|
307
|
+
.dso-map-panel .dso-filterblok-address {
|
|
308
|
+
font-weight: bold;
|
|
309
|
+
margin: 8px 0;
|
|
310
|
+
}
|
|
311
|
+
.dso-map-panel .main {
|
|
312
|
+
height: 100%;
|
|
313
|
+
overflow-y: scroll;
|
|
314
|
+
padding: 8px 16px;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.sizing-buttons {
|
|
318
|
+
left: calc(100% + 1px);
|
|
319
|
+
overflow-x: hidden;
|
|
320
|
+
padding: 0 4px 4px 0;
|
|
321
|
+
position: absolute;
|
|
322
|
+
top: 16px;
|
|
323
|
+
transition: left 0.2s ease-in;
|
|
324
|
+
width: 44px;
|
|
325
|
+
z-index: -1;
|
|
326
|
+
}
|
|
327
|
+
.sizing-buttons button {
|
|
328
|
+
display: inline-block;
|
|
329
|
+
font-size: 1em;
|
|
330
|
+
font-weight: 500;
|
|
331
|
+
margin-bottom: 0;
|
|
332
|
+
text-decoration: none;
|
|
333
|
+
touch-action: manipulation;
|
|
334
|
+
text-align: left;
|
|
335
|
+
user-select: none;
|
|
336
|
+
vertical-align: middle;
|
|
337
|
+
background-color: #fff;
|
|
338
|
+
border-color: #39870c;
|
|
339
|
+
color: #39870c;
|
|
340
|
+
border-width: 1px;
|
|
341
|
+
border-style: solid;
|
|
342
|
+
border-radius: 4px;
|
|
343
|
+
line-height: 1.5;
|
|
344
|
+
min-width: 56px;
|
|
345
|
+
padding: 11px 15px;
|
|
346
|
+
border: 0;
|
|
347
|
+
padding: 8px;
|
|
348
|
+
border-radius: 0;
|
|
349
|
+
border-bottom-right-radius: 4px;
|
|
350
|
+
border-top-right-radius: 4px;
|
|
351
|
+
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
|
|
352
|
+
flex: 0 0 100%;
|
|
353
|
+
height: 40px;
|
|
354
|
+
min-width: auto;
|
|
355
|
+
width: 40px;
|
|
356
|
+
}
|
|
357
|
+
.sizing-buttons button:focus, .sizing-buttons button:focus-visible {
|
|
358
|
+
outline-offset: 2px;
|
|
359
|
+
}
|
|
360
|
+
.sizing-buttons button:active {
|
|
361
|
+
outline: 0;
|
|
362
|
+
}
|
|
363
|
+
.sizing-buttons button.extern::after, .sizing-buttons button.download::after {
|
|
364
|
+
content: "";
|
|
365
|
+
display: inline-block;
|
|
366
|
+
height: 1.5em;
|
|
367
|
+
margin-left: 8px;
|
|
368
|
+
vertical-align: top;
|
|
369
|
+
width: 1.5em;
|
|
370
|
+
}
|
|
371
|
+
.sizing-buttons button:hover {
|
|
372
|
+
background-color: #39870c;
|
|
373
|
+
border-color: #39870c;
|
|
374
|
+
color: #fff;
|
|
375
|
+
}
|
|
376
|
+
.sizing-buttons button:active {
|
|
377
|
+
background-color: #275937;
|
|
378
|
+
border-color: #275937;
|
|
379
|
+
color: #fff;
|
|
380
|
+
}
|
|
381
|
+
.sizing-buttons button[disabled], .sizing-buttons button[disabled]:hover {
|
|
382
|
+
background-color: #fff;
|
|
383
|
+
border-color: #afcf9d;
|
|
384
|
+
color: #afcf9d;
|
|
385
|
+
}
|
|
386
|
+
.sizing-buttons button.btn-sm {
|
|
387
|
+
line-height: 16px;
|
|
388
|
+
}
|
|
389
|
+
.sizing-buttons button.btn-sm dso-icon,
|
|
390
|
+
.sizing-buttons button.btn-sm svg.di, .sizing-buttons button.btn-sm.extern::after, .sizing-buttons button.btn-sm.download::after {
|
|
391
|
+
margin-bottom: -4px;
|
|
392
|
+
margin-top: -4px;
|
|
393
|
+
}
|
|
394
|
+
.sizing-buttons button.download::after {
|
|
395
|
+
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
396
|
+
background-position: center;
|
|
397
|
+
background-size: cover;
|
|
398
|
+
height: 1.5em;
|
|
399
|
+
vertical-align: top;
|
|
400
|
+
width: 1.5em;
|
|
401
|
+
}
|
|
402
|
+
.sizing-buttons button.download:hover::after {
|
|
403
|
+
--dso-icon: var(--di-download-wit);
|
|
404
|
+
}
|
|
405
|
+
.sizing-buttons button.download[disabled]::after {
|
|
406
|
+
--dso-icon: var(--di-download-grasgroen-40);
|
|
407
|
+
}
|
|
408
|
+
.sizing-buttons button.extern::after {
|
|
409
|
+
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
410
|
+
background-position: center;
|
|
411
|
+
background-size: cover;
|
|
412
|
+
height: 1.5em;
|
|
413
|
+
vertical-align: top;
|
|
414
|
+
width: 1.5em;
|
|
415
|
+
}
|
|
416
|
+
.sizing-buttons button.extern:hover::after {
|
|
417
|
+
--dso-icon: var(--di-external-link-wit);
|
|
418
|
+
}
|
|
419
|
+
.sizing-buttons button.extern[disabled]::after {
|
|
420
|
+
--dso-icon: var(--di-external-link-grasgroen-40);
|
|
421
|
+
}
|
|
422
|
+
.sizing-buttons button > span {
|
|
423
|
+
position: absolute;
|
|
424
|
+
width: 1px;
|
|
425
|
+
height: 1px;
|
|
426
|
+
padding: 0;
|
|
427
|
+
margin: -1px;
|
|
428
|
+
overflow: hidden;
|
|
429
|
+
clip: rect(0, 0, 0, 0);
|
|
430
|
+
border: 0;
|
|
431
|
+
}
|
|
432
|
+
.sizing-buttons button:focus-visible {
|
|
433
|
+
background-color: #39870c;
|
|
434
|
+
border-color: #39870c;
|
|
435
|
+
color: #fff;
|
|
436
|
+
outline: none;
|
|
437
|
+
}
|
|
438
|
+
.sizing-buttons button:hover dso-icon {
|
|
439
|
+
color: #fff;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.map {
|
|
443
|
+
height: 100%;
|
|
444
|
+
width: 100%;
|
|
445
|
+
overflow: hidden;
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
#filterpanel,
|
|
449
|
+
.overlay {
|
|
450
|
+
background-color: #fff;
|
|
451
|
+
height: 100%;
|
|
452
|
+
overflow-y: auto;
|
|
453
|
+
position: absolute;
|
|
454
|
+
z-index: 2;
|
|
455
|
+
}
|
|
456
|
+
|
|
457
|
+
#filterpanel {
|
|
458
|
+
box-shadow: 2px 0 5px #666;
|
|
459
|
+
padding: 40px 16px 8px;
|
|
460
|
+
left: 0;
|
|
461
|
+
max-width: 896px;
|
|
462
|
+
width: calc(100vw - 40px);
|
|
463
|
+
}
|
|
464
|
+
@media screen and (max-width: 768px) {
|
|
465
|
+
#filterpanel {
|
|
466
|
+
width: 100vw;
|
|
467
|
+
}
|
|
468
|
+
#filterpanel::before {
|
|
469
|
+
display: none !important;
|
|
470
|
+
}
|
|
471
|
+
}
|
|
472
|
+
#filterpanel::before {
|
|
473
|
+
content: "";
|
|
474
|
+
display: block;
|
|
475
|
+
position: fixed;
|
|
476
|
+
top: 0;
|
|
477
|
+
bottom: 0;
|
|
478
|
+
right: 0;
|
|
479
|
+
left: 896px;
|
|
480
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
481
|
+
}
|
|
482
|
+
@media screen and (max-width: 936px) {
|
|
483
|
+
#filterpanel::before {
|
|
484
|
+
left: auto;
|
|
485
|
+
width: 40px;
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
|
|
489
|
+
.overlay {
|
|
490
|
+
box-shadow: -2px 0 5px #666;
|
|
491
|
+
padding: 40px 16px 8px;
|
|
492
|
+
right: 0;
|
|
493
|
+
width: 624px;
|
|
494
|
+
}
|
|
495
|
+
@media screen and (max-width: 624px) {
|
|
496
|
+
.overlay {
|
|
497
|
+
width: 100vw;
|
|
498
|
+
}
|
|
499
|
+
}
|
|
500
|
+
.overlay::before {
|
|
501
|
+
content: "";
|
|
502
|
+
display: block;
|
|
503
|
+
position: fixed;
|
|
504
|
+
top: 0;
|
|
505
|
+
bottom: 0;
|
|
506
|
+
left: 0;
|
|
507
|
+
right: 624px;
|
|
508
|
+
background-color: rgba(0, 0, 0, 0.5);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.filterpanel-buttons {
|
|
512
|
+
text-align: right;
|
|
513
|
+
}
|
|
514
|
+
.filterpanel-buttons .cancel-button {
|
|
515
|
+
display: inline-block;
|
|
516
|
+
font-size: 1em;
|
|
517
|
+
font-weight: 500;
|
|
518
|
+
margin-bottom: 0;
|
|
519
|
+
text-decoration: none;
|
|
520
|
+
touch-action: manipulation;
|
|
521
|
+
text-align: left;
|
|
522
|
+
user-select: none;
|
|
523
|
+
vertical-align: middle;
|
|
524
|
+
background-color: #fff;
|
|
525
|
+
border-color: #39870c;
|
|
526
|
+
color: #39870c;
|
|
527
|
+
border-width: 1px;
|
|
528
|
+
border-style: solid;
|
|
529
|
+
border-radius: 4px;
|
|
530
|
+
line-height: 1.5;
|
|
531
|
+
min-width: 56px;
|
|
532
|
+
padding: 11px 15px;
|
|
533
|
+
line-height: 16px;
|
|
534
|
+
}
|
|
535
|
+
.filterpanel-buttons .cancel-button:focus, .filterpanel-buttons .cancel-button:focus-visible {
|
|
536
|
+
outline-offset: 2px;
|
|
537
|
+
}
|
|
538
|
+
.filterpanel-buttons .cancel-button:active {
|
|
539
|
+
outline: 0;
|
|
540
|
+
}
|
|
541
|
+
.filterpanel-buttons .cancel-button.extern::after, .filterpanel-buttons .cancel-button.download::after {
|
|
542
|
+
content: "";
|
|
543
|
+
display: inline-block;
|
|
544
|
+
height: 1.5em;
|
|
545
|
+
margin-left: 8px;
|
|
546
|
+
vertical-align: top;
|
|
547
|
+
width: 1.5em;
|
|
548
|
+
}
|
|
549
|
+
.filterpanel-buttons .cancel-button:hover {
|
|
550
|
+
background-color: #39870c;
|
|
551
|
+
border-color: #39870c;
|
|
552
|
+
color: #fff;
|
|
553
|
+
}
|
|
554
|
+
.filterpanel-buttons .cancel-button:active {
|
|
555
|
+
background-color: #275937;
|
|
556
|
+
border-color: #275937;
|
|
557
|
+
color: #fff;
|
|
558
|
+
}
|
|
559
|
+
.filterpanel-buttons .cancel-button[disabled], .filterpanel-buttons .cancel-button[disabled]:hover {
|
|
560
|
+
background-color: #fff;
|
|
561
|
+
border-color: #afcf9d;
|
|
562
|
+
color: #afcf9d;
|
|
563
|
+
}
|
|
564
|
+
.filterpanel-buttons .cancel-button.btn-sm {
|
|
565
|
+
line-height: 16px;
|
|
566
|
+
}
|
|
567
|
+
.filterpanel-buttons .cancel-button.btn-sm dso-icon,
|
|
568
|
+
.filterpanel-buttons .cancel-button.btn-sm svg.di, .filterpanel-buttons .cancel-button.btn-sm.extern::after, .filterpanel-buttons .cancel-button.btn-sm.download::after {
|
|
569
|
+
margin-bottom: -4px;
|
|
570
|
+
margin-top: -4px;
|
|
571
|
+
}
|
|
572
|
+
.filterpanel-buttons .cancel-button.download::after {
|
|
573
|
+
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
574
|
+
background-position: center;
|
|
575
|
+
background-size: cover;
|
|
576
|
+
height: 1.5em;
|
|
577
|
+
vertical-align: top;
|
|
578
|
+
width: 1.5em;
|
|
579
|
+
}
|
|
580
|
+
.filterpanel-buttons .cancel-button.download:hover::after {
|
|
581
|
+
--dso-icon: var(--di-download-wit);
|
|
582
|
+
}
|
|
583
|
+
.filterpanel-buttons .cancel-button.download[disabled]::after {
|
|
584
|
+
--dso-icon: var(--di-download-grasgroen-40);
|
|
585
|
+
}
|
|
586
|
+
.filterpanel-buttons .cancel-button.extern::after {
|
|
587
|
+
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
588
|
+
background-position: center;
|
|
589
|
+
background-size: cover;
|
|
590
|
+
height: 1.5em;
|
|
591
|
+
vertical-align: top;
|
|
592
|
+
width: 1.5em;
|
|
593
|
+
}
|
|
594
|
+
.filterpanel-buttons .cancel-button.extern:hover::after {
|
|
595
|
+
--dso-icon: var(--di-external-link-wit);
|
|
596
|
+
}
|
|
597
|
+
.filterpanel-buttons .cancel-button.extern[disabled]::after {
|
|
598
|
+
--dso-icon: var(--di-external-link-grasgroen-40);
|
|
599
|
+
}
|
|
600
|
+
.filterpanel-buttons .cancel-button dso-icon,
|
|
601
|
+
.filterpanel-buttons .cancel-button svg.di {
|
|
602
|
+
margin-left: -8px;
|
|
603
|
+
margin-right: 8px;
|
|
604
|
+
}
|
|
605
|
+
.filterpanel-buttons .cancel-button span + dso-icon,
|
|
606
|
+
.filterpanel-buttons .cancel-button span + svg.di {
|
|
607
|
+
margin-left: 8px;
|
|
608
|
+
margin-right: -8px;
|
|
609
|
+
}
|
|
610
|
+
.filterpanel-buttons .cancel-button dso-icon,
|
|
611
|
+
.filterpanel-buttons .cancel-button svg.di, .filterpanel-buttons .cancel-button.extern::after, .filterpanel-buttons .cancel-button.download::after {
|
|
612
|
+
margin-bottom: -4px;
|
|
613
|
+
margin-top: -4px;
|
|
614
|
+
}
|
|
615
|
+
.filterpanel-buttons .apply-button {
|
|
616
|
+
display: inline-block;
|
|
617
|
+
font-size: 1em;
|
|
618
|
+
font-weight: 500;
|
|
619
|
+
margin-bottom: 0;
|
|
620
|
+
text-decoration: none;
|
|
621
|
+
touch-action: manipulation;
|
|
622
|
+
text-align: left;
|
|
623
|
+
user-select: none;
|
|
624
|
+
vertical-align: middle;
|
|
625
|
+
background-color: #39870c;
|
|
626
|
+
border-color: #39870c;
|
|
627
|
+
color: #fff;
|
|
628
|
+
border-width: 1px;
|
|
629
|
+
border-style: solid;
|
|
630
|
+
border-radius: 4px;
|
|
631
|
+
line-height: 1.5;
|
|
632
|
+
min-width: 56px;
|
|
633
|
+
padding: 11px 15px;
|
|
634
|
+
line-height: 16px;
|
|
635
|
+
}
|
|
636
|
+
.filterpanel-buttons .apply-button:focus, .filterpanel-buttons .apply-button:focus-visible {
|
|
637
|
+
outline-offset: 2px;
|
|
638
|
+
}
|
|
639
|
+
.filterpanel-buttons .apply-button:active {
|
|
640
|
+
outline: 0;
|
|
641
|
+
}
|
|
642
|
+
.filterpanel-buttons .apply-button.extern::after, .filterpanel-buttons .apply-button.download::after {
|
|
643
|
+
content: "";
|
|
644
|
+
display: inline-block;
|
|
645
|
+
height: 1.5em;
|
|
646
|
+
margin-left: 8px;
|
|
647
|
+
vertical-align: top;
|
|
648
|
+
width: 1.5em;
|
|
649
|
+
}
|
|
650
|
+
.filterpanel-buttons .apply-button:hover {
|
|
651
|
+
background-color: #275937;
|
|
652
|
+
border-color: #275937;
|
|
653
|
+
color: #fff;
|
|
654
|
+
}
|
|
655
|
+
.filterpanel-buttons .apply-button:active {
|
|
656
|
+
background-color: #15301e;
|
|
657
|
+
border-color: #15301e;
|
|
658
|
+
color: #fff;
|
|
659
|
+
}
|
|
660
|
+
.filterpanel-buttons .apply-button[disabled], .filterpanel-buttons .apply-button[disabled]:hover {
|
|
661
|
+
background-color: #afcf9d;
|
|
662
|
+
border-color: #afcf9d;
|
|
663
|
+
color: #fff;
|
|
664
|
+
}
|
|
665
|
+
.filterpanel-buttons .apply-button.btn-sm {
|
|
666
|
+
line-height: 16px;
|
|
667
|
+
}
|
|
668
|
+
.filterpanel-buttons .apply-button.btn-sm dso-icon,
|
|
669
|
+
.filterpanel-buttons .apply-button.btn-sm svg.di, .filterpanel-buttons .apply-button.btn-sm.extern::after, .filterpanel-buttons .apply-button.btn-sm.download::after {
|
|
670
|
+
margin-bottom: -4px;
|
|
671
|
+
margin-top: -4px;
|
|
672
|
+
}
|
|
673
|
+
.filterpanel-buttons .apply-button.download::after {
|
|
674
|
+
background: var(--dso-icon, var(--di-download-wit)) no-repeat;
|
|
675
|
+
background-position: center;
|
|
676
|
+
background-size: cover;
|
|
677
|
+
height: 1.5em;
|
|
678
|
+
vertical-align: top;
|
|
679
|
+
width: 1.5em;
|
|
680
|
+
}
|
|
681
|
+
.filterpanel-buttons .apply-button.extern::after {
|
|
682
|
+
background: var(--dso-icon, var(--di-external-link-wit)) no-repeat;
|
|
683
|
+
background-position: center;
|
|
684
|
+
background-size: cover;
|
|
685
|
+
height: 1.5em;
|
|
686
|
+
vertical-align: top;
|
|
687
|
+
width: 1.5em;
|
|
688
|
+
}
|
|
689
|
+
.filterpanel-buttons .apply-button dso-icon,
|
|
690
|
+
.filterpanel-buttons .apply-button svg.di {
|
|
691
|
+
margin-left: -8px;
|
|
692
|
+
margin-right: 8px;
|
|
693
|
+
}
|
|
694
|
+
.filterpanel-buttons .apply-button span + dso-icon,
|
|
695
|
+
.filterpanel-buttons .apply-button span + svg.di {
|
|
696
|
+
margin-left: 8px;
|
|
697
|
+
margin-right: -8px;
|
|
698
|
+
}
|
|
699
|
+
.filterpanel-buttons .apply-button dso-icon,
|
|
700
|
+
.filterpanel-buttons .apply-button svg.di, .filterpanel-buttons .apply-button.extern::after, .filterpanel-buttons .apply-button.download::after {
|
|
701
|
+
margin-bottom: -4px;
|
|
702
|
+
margin-top: -4px;
|
|
703
|
+
}
|
|
704
|
+
.filterpanel-buttons .cancel-button + .apply-button {
|
|
705
|
+
margin-left: 16px;
|
|
706
|
+
}
|