@dso-toolkit/core 36.3.0 → 37.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/dso-attachments-counter.cjs.entry.js +1 -1
- package/dist/cjs/dso-badge.cjs.entry.js +2 -8
- package/dist/cjs/dso-header.cjs.entry.js +1 -1
- 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-image-overlay.cjs.entry.js +1 -1
- package/dist/cjs/dso-info_2.cjs.entry.js +1 -1
- package/dist/cjs/dso-map-controls.cjs.entry.js +1 -1
- package/dist/cjs/dso-ozon-content.cjs.entry.js +28 -4
- package/dist/cjs/dso-toolkit.cjs.js +1 -1
- package/dist/cjs/dso-viewer-grid.cjs.entry.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/collection/components/attachments-counter/attachments-counter.css +2 -2
- package/dist/collection/components/badge/badge.css +5 -0
- package/dist/collection/components/badge/badge.js +2 -11
- package/dist/collection/components/header/header.css +6 -6
- package/dist/collection/components/helpcenter-panel/helpcenter-panel.css +12 -12
- package/dist/collection/components/highlight-box/highlight-box.css +4 -1
- package/dist/collection/components/icon/icon.css +2 -2
- package/dist/collection/components/image-overlay/image-overlay.css +8 -8
- package/dist/collection/components/info/info.css +2 -2
- package/dist/collection/components/map-controls/map-controls.css +12 -12
- package/dist/collection/components/ozon-content/nodes/al.node.js +4 -1
- package/dist/collection/components/ozon-content/nodes/inhoud.node.js +0 -1
- package/dist/collection/components/ozon-content/nodes/opschrift.node.js +9 -0
- package/dist/collection/components/ozon-content/ozon-content-mapper.js +2 -0
- package/dist/collection/components/ozon-content/ozon-content.css +25 -5
- package/dist/collection/components/ozon-content/ozon-content.js +54 -3
- package/dist/collection/components/ozon-content/ozon-content.template.js +3 -1
- package/dist/collection/components/viewer-grid/viewer-grid.css +16 -16
- package/dist/custom-elements/index.js +40 -22
- package/dist/dso-toolkit/dso-toolkit.css +1 -1
- package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
- package/dist/dso-toolkit/{p-af8a4337.entry.js → p-076400f4.entry.js} +1 -1
- package/dist/dso-toolkit/p-0e535c2b.entry.js +1 -0
- package/dist/dso-toolkit/{p-121c3588.entry.js → p-1894c7ae.entry.js} +1 -1
- package/dist/dso-toolkit/p-1dc02e51.entry.js +1 -0
- package/dist/dso-toolkit/{p-b29184e1.entry.js → p-2daedd0a.entry.js} +1 -1
- package/dist/dso-toolkit/{p-efb7575f.entry.js → p-50c71bd2.entry.js} +1 -1
- package/dist/dso-toolkit/{p-efa4a33d.entry.js → p-5a56d726.entry.js} +1 -1
- package/dist/dso-toolkit/p-6ec616ee.entry.js +1 -0
- package/dist/dso-toolkit/{p-4f904355.entry.js → p-c0b7f435.entry.js} +1 -1
- package/dist/dso-toolkit/p-c32860a3.entry.js +1 -0
- package/dist/dso-toolkit/p-d76c1151.entry.js +1 -0
- package/dist/esm/dso-attachments-counter.entry.js +1 -1
- package/dist/esm/dso-badge.entry.js +2 -8
- package/dist/esm/dso-header.entry.js +1 -1
- 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-image-overlay.entry.js +1 -1
- package/dist/esm/dso-info_2.entry.js +1 -1
- package/dist/esm/dso-map-controls.entry.js +1 -1
- package/dist/esm/dso-ozon-content.entry.js +28 -4
- package/dist/esm/dso-toolkit.js +1 -1
- package/dist/esm/dso-viewer-grid.entry.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/types/components/badge/badge.d.ts +1 -2
- package/dist/types/components/ozon-content/nodes/opschrift.node.d.ts +6 -0
- package/dist/types/components/ozon-content/ozon-content.d.ts +11 -0
- package/dist/types/components/ozon-content/ozon-content.template.d.ts +1 -1
- package/dist/types/components.d.ts +24 -2
- package/package.json +1 -1
- package/dist/dso-toolkit/p-1fd3d18d.entry.js +0 -1
- package/dist/dso-toolkit/p-2a611af3.entry.js +0 -1
- package/dist/dso-toolkit/p-72e47943.entry.js +0 -1
- package/dist/dso-toolkit/p-a58b3108.entry.js +0 -1
- package/dist/dso-toolkit/p-a93e9760.entry.js +0 -1
|
@@ -123,17 +123,17 @@
|
|
|
123
123
|
background: var(--dso-icon, var(--di-download-wit)) no-repeat;
|
|
124
124
|
background-position: center;
|
|
125
125
|
background-size: cover;
|
|
126
|
-
height:
|
|
126
|
+
height: 24px;
|
|
127
127
|
vertical-align: top;
|
|
128
|
-
width:
|
|
128
|
+
width: 24px;
|
|
129
129
|
}
|
|
130
130
|
.open-button.extern::after {
|
|
131
131
|
background: var(--dso-icon, var(--di-external-link-wit)) no-repeat;
|
|
132
132
|
background-position: center;
|
|
133
133
|
background-size: cover;
|
|
134
|
-
height:
|
|
134
|
+
height: 24px;
|
|
135
135
|
vertical-align: top;
|
|
136
|
-
width:
|
|
136
|
+
width: 24px;
|
|
137
137
|
}
|
|
138
138
|
.open-button dso-icon,
|
|
139
139
|
.open-button svg.di {
|
|
@@ -223,9 +223,9 @@
|
|
|
223
223
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
224
224
|
background-position: center;
|
|
225
225
|
background-size: cover;
|
|
226
|
-
height:
|
|
226
|
+
height: 24px;
|
|
227
227
|
vertical-align: top;
|
|
228
|
-
width:
|
|
228
|
+
width: 24px;
|
|
229
229
|
}
|
|
230
230
|
.close-button.download:hover::after {
|
|
231
231
|
--dso-icon: var(--di-download-wit);
|
|
@@ -237,9 +237,9 @@
|
|
|
237
237
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
238
238
|
background-position: center;
|
|
239
239
|
background-size: cover;
|
|
240
|
-
height:
|
|
240
|
+
height: 24px;
|
|
241
241
|
vertical-align: top;
|
|
242
|
-
width:
|
|
242
|
+
width: 24px;
|
|
243
243
|
}
|
|
244
244
|
.close-button.extern:hover::after {
|
|
245
245
|
--dso-icon: var(--di-external-link-wit);
|
|
@@ -261,9 +261,9 @@
|
|
|
261
261
|
background: var(--dso-icon, var(--di-times)) no-repeat;
|
|
262
262
|
background-position: center;
|
|
263
263
|
background-size: cover;
|
|
264
|
-
height:
|
|
264
|
+
height: 24px;
|
|
265
265
|
vertical-align: top;
|
|
266
|
-
width:
|
|
266
|
+
width: 24px;
|
|
267
267
|
content: "";
|
|
268
268
|
display: inline-block;
|
|
269
269
|
position: absolute;
|
|
@@ -278,9 +278,9 @@
|
|
|
278
278
|
background: var(--dso-icon, var(--di-times-wit)) no-repeat;
|
|
279
279
|
background-position: center;
|
|
280
280
|
background-size: cover;
|
|
281
|
-
height:
|
|
281
|
+
height: 24px;
|
|
282
282
|
vertical-align: top;
|
|
283
|
-
width:
|
|
283
|
+
width: 24px;
|
|
284
284
|
}
|
|
285
285
|
.close-button.close {
|
|
286
286
|
display: none;
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
position: relative;
|
|
53
53
|
}
|
|
54
54
|
.dso-highlight-box .dso-step-counter {
|
|
55
|
-
background-color: #
|
|
55
|
+
background-color: #275937;
|
|
56
56
|
border: 8px solid #79b929;
|
|
57
57
|
border-radius: 50%;
|
|
58
58
|
box-sizing: content-box;
|
|
@@ -66,4 +66,7 @@
|
|
|
66
66
|
text-align: center;
|
|
67
67
|
top: -24px;
|
|
68
68
|
width: 32px;
|
|
69
|
+
}
|
|
70
|
+
.dso-highlight-box dso-icon {
|
|
71
|
+
vertical-align: text-top;
|
|
69
72
|
}
|
|
@@ -97,9 +97,9 @@ button::-moz-focus-inner {
|
|
|
97
97
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
98
98
|
background-position: center;
|
|
99
99
|
background-size: cover;
|
|
100
|
-
height:
|
|
100
|
+
height: 24px;
|
|
101
101
|
vertical-align: top;
|
|
102
|
-
width:
|
|
102
|
+
width: 24px;
|
|
103
103
|
}
|
|
104
104
|
.open.download:hover::after {
|
|
105
105
|
--dso-icon: var(--di-download-wit);
|
|
@@ -111,9 +111,9 @@ button::-moz-focus-inner {
|
|
|
111
111
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
112
112
|
background-position: center;
|
|
113
113
|
background-size: cover;
|
|
114
|
-
height:
|
|
114
|
+
height: 24px;
|
|
115
115
|
vertical-align: top;
|
|
116
|
-
width:
|
|
116
|
+
width: 24px;
|
|
117
117
|
}
|
|
118
118
|
.open.extern:hover::after {
|
|
119
119
|
--dso-icon: var(--di-external-link-wit);
|
|
@@ -227,9 +227,9 @@ button::-moz-focus-inner {
|
|
|
227
227
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
228
228
|
background-position: center;
|
|
229
229
|
background-size: cover;
|
|
230
|
-
height:
|
|
230
|
+
height: 24px;
|
|
231
231
|
vertical-align: top;
|
|
232
|
-
width:
|
|
232
|
+
width: 24px;
|
|
233
233
|
}
|
|
234
234
|
.close.download:hover::after {
|
|
235
235
|
--dso-icon: var(--di-download-wit);
|
|
@@ -241,9 +241,9 @@ button::-moz-focus-inner {
|
|
|
241
241
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
242
242
|
background-position: center;
|
|
243
243
|
background-size: cover;
|
|
244
|
-
height:
|
|
244
|
+
height: 24px;
|
|
245
245
|
vertical-align: top;
|
|
246
|
-
width:
|
|
246
|
+
width: 24px;
|
|
247
247
|
}
|
|
248
248
|
.close.extern:hover::after {
|
|
249
249
|
--dso-icon: var(--di-external-link-wit);
|
|
@@ -37,9 +37,9 @@ button::-moz-focus-inner {
|
|
|
37
37
|
background: var(--dso-icon, var(--di-times-grijs90)) no-repeat;
|
|
38
38
|
background-position: center;
|
|
39
39
|
background-size: cover;
|
|
40
|
-
height:
|
|
40
|
+
height: 24px;
|
|
41
41
|
vertical-align: top;
|
|
42
|
-
width:
|
|
42
|
+
width: 24px;
|
|
43
43
|
content: "";
|
|
44
44
|
display: inline-block;
|
|
45
45
|
}
|
|
@@ -115,9 +115,9 @@ button::-moz-focus-inner {
|
|
|
115
115
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
116
116
|
background-position: center;
|
|
117
117
|
background-size: cover;
|
|
118
|
-
height:
|
|
118
|
+
height: 24px;
|
|
119
119
|
vertical-align: top;
|
|
120
|
-
width:
|
|
120
|
+
width: 24px;
|
|
121
121
|
}
|
|
122
122
|
#toggle-visibility-button.download:hover::after {
|
|
123
123
|
--dso-icon: var(--di-download-wit);
|
|
@@ -129,9 +129,9 @@ button::-moz-focus-inner {
|
|
|
129
129
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
130
130
|
background-position: center;
|
|
131
131
|
background-size: cover;
|
|
132
|
-
height:
|
|
132
|
+
height: 24px;
|
|
133
133
|
vertical-align: top;
|
|
134
|
-
width:
|
|
134
|
+
width: 24px;
|
|
135
135
|
}
|
|
136
136
|
#toggle-visibility-button.extern:hover::after {
|
|
137
137
|
--dso-icon: var(--di-external-link-wit);
|
|
@@ -236,9 +236,9 @@ button::-moz-focus-inner {
|
|
|
236
236
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
237
237
|
background-position: center;
|
|
238
238
|
background-size: cover;
|
|
239
|
-
height:
|
|
239
|
+
height: 24px;
|
|
240
240
|
vertical-align: top;
|
|
241
|
-
width:
|
|
241
|
+
width: 24px;
|
|
242
242
|
}
|
|
243
243
|
#zoom-buttons button.download:hover::after {
|
|
244
244
|
--dso-icon: var(--di-download-wit);
|
|
@@ -250,9 +250,9 @@ button::-moz-focus-inner {
|
|
|
250
250
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
251
251
|
background-position: center;
|
|
252
252
|
background-size: cover;
|
|
253
|
-
height:
|
|
253
|
+
height: 24px;
|
|
254
254
|
vertical-align: top;
|
|
255
|
-
width:
|
|
255
|
+
width: 24px;
|
|
256
256
|
}
|
|
257
257
|
#zoom-buttons button.extern:hover::after {
|
|
258
258
|
--dso-icon: var(--di-external-link-wit);
|
|
@@ -340,9 +340,9 @@ button::-moz-focus-inner {
|
|
|
340
340
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
341
341
|
background-position: center;
|
|
342
342
|
background-size: cover;
|
|
343
|
-
height:
|
|
343
|
+
height: 24px;
|
|
344
344
|
vertical-align: top;
|
|
345
|
-
width:
|
|
345
|
+
width: 24px;
|
|
346
346
|
}
|
|
347
347
|
#close-button.download[disabled]::after {
|
|
348
348
|
--dso-icon: var(--di-download-grasgroen-40);
|
|
@@ -354,9 +354,9 @@ button::-moz-focus-inner {
|
|
|
354
354
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
355
355
|
background-position: center;
|
|
356
356
|
background-size: cover;
|
|
357
|
-
height:
|
|
357
|
+
height: 24px;
|
|
358
358
|
vertical-align: top;
|
|
359
|
-
width:
|
|
359
|
+
width: 24px;
|
|
360
360
|
}
|
|
361
361
|
#close-button.extern[disabled]::after {
|
|
362
362
|
--dso-icon: var(--di-external-link-grasgroen-40);
|
|
@@ -5,7 +5,10 @@ export class OzonContentAlNode {
|
|
|
5
5
|
this.name = 'Al';
|
|
6
6
|
}
|
|
7
7
|
render(node, { mapNodeToJsx, path }) {
|
|
8
|
-
const nestedAl = path.some(node =>
|
|
8
|
+
const nestedAl = path.some(node => {
|
|
9
|
+
const nodeName = getNodeName(node);
|
|
10
|
+
return nodeName === 'Al' || nodeName === 'Opschrift';
|
|
11
|
+
});
|
|
9
12
|
const content = mapNodeToJsx(node.childNodes);
|
|
10
13
|
return nestedAl
|
|
11
14
|
? h("span", { role: "paragraph" }, content)
|
|
@@ -4,6 +4,7 @@ import { OzonContentDocumentNode } from './nodes/document.node';
|
|
|
4
4
|
import { OzonContentExtRefNode } from './nodes/ext-ref.node';
|
|
5
5
|
import { OzonContentIllustratieNode } from './nodes/illustratie.node';
|
|
6
6
|
import { OzonContentInhoudNode } from './nodes/inhoud.node';
|
|
7
|
+
import { OzonContentOpschriftNode } from './nodes/opschrift.node';
|
|
7
8
|
import { OzonContentInlineNodes } from './nodes/inline.nodes';
|
|
8
9
|
import { OzonContentIntRefNode } from './nodes/int-ref.node';
|
|
9
10
|
import { OzonContentNootNode } from './nodes/noot.node';
|
|
@@ -17,6 +18,7 @@ export class Mapper {
|
|
|
17
18
|
new OzonContentTextNode(),
|
|
18
19
|
new OzonContentDocumentNode(),
|
|
19
20
|
new OzonContentInhoudNode(),
|
|
21
|
+
new OzonContentOpschriftNode(),
|
|
20
22
|
new OzonContentIntRefNode(),
|
|
21
23
|
new OzonContentExtRefNode(),
|
|
22
24
|
new OzonContentAlNode(),
|
|
@@ -1,7 +1,27 @@
|
|
|
1
|
-
:host {
|
|
1
|
+
:host(:not([inline])) {
|
|
2
2
|
display: block;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
+
:host([inline]) {
|
|
6
|
+
display: inline;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
:host([deleted]) * {
|
|
10
|
+
text-decoration: line-through !important;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.deleted-start,
|
|
14
|
+
.deleted-end {
|
|
15
|
+
position: absolute;
|
|
16
|
+
width: 1px;
|
|
17
|
+
height: 1px;
|
|
18
|
+
padding: 0;
|
|
19
|
+
margin: -1px;
|
|
20
|
+
overflow: hidden;
|
|
21
|
+
clip: rect(0, 0, 0, 0);
|
|
22
|
+
border: 0;
|
|
23
|
+
}
|
|
24
|
+
|
|
5
25
|
button.toggle-note {
|
|
6
26
|
display: inline-block;
|
|
7
27
|
font-size: 1em;
|
|
@@ -55,9 +75,9 @@ button.toggle-note.download::after {
|
|
|
55
75
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
56
76
|
background-position: center;
|
|
57
77
|
background-size: cover;
|
|
58
|
-
height:
|
|
78
|
+
height: 24px;
|
|
59
79
|
vertical-align: top;
|
|
60
|
-
width:
|
|
80
|
+
width: 24px;
|
|
61
81
|
}
|
|
62
82
|
button.toggle-note.download[disabled]::after {
|
|
63
83
|
--dso-icon: var(--di-download-grasgroen-40);
|
|
@@ -69,9 +89,9 @@ button.toggle-note.extern::after {
|
|
|
69
89
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
70
90
|
background-position: center;
|
|
71
91
|
background-size: cover;
|
|
72
|
-
height:
|
|
92
|
+
height: 24px;
|
|
73
93
|
vertical-align: top;
|
|
74
|
-
width:
|
|
94
|
+
width: 24px;
|
|
75
95
|
}
|
|
76
96
|
button.toggle-note.extern[disabled]::after {
|
|
77
97
|
--dso-icon: var(--di-external-link-grasgroen-40);
|
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
import { Component, Event, Prop, State
|
|
1
|
+
import { h, Component, Event, Prop, State } from '@stencil/core';
|
|
2
2
|
import { Mapper } from './ozon-content-mapper';
|
|
3
3
|
export class OzonContent {
|
|
4
4
|
constructor() {
|
|
5
|
+
/**
|
|
6
|
+
* Setting this property creates dso-ozon-content as inline element instead of a block element.
|
|
7
|
+
*/
|
|
8
|
+
this.inline = false;
|
|
9
|
+
/**
|
|
10
|
+
* Marks content as deleted using visual and accessible clues.
|
|
11
|
+
*/
|
|
12
|
+
this.deleted = false;
|
|
5
13
|
this.state = {};
|
|
6
14
|
this.mapper = new Mapper();
|
|
7
15
|
}
|
|
@@ -12,7 +20,14 @@ export class OzonContent {
|
|
|
12
20
|
setState: state => this.state = state,
|
|
13
21
|
emitAnchorClick: this.anchorClick.emit
|
|
14
22
|
};
|
|
15
|
-
|
|
23
|
+
const transformed = this.mapper.transform((_a = this.content) !== null && _a !== void 0 ? _a : '', context);
|
|
24
|
+
if (this.deleted) {
|
|
25
|
+
return (h("section", null,
|
|
26
|
+
h("span", { class: "deleted-start" }, "Begin verwijderd element"),
|
|
27
|
+
transformed,
|
|
28
|
+
h("span", { class: "deleted-end" }, "Einde verwijderd element")));
|
|
29
|
+
}
|
|
30
|
+
return transformed;
|
|
16
31
|
}
|
|
17
32
|
static get is() { return "dso-ozon-content"; }
|
|
18
33
|
static get encapsulation() { return "scoped"; }
|
|
@@ -35,10 +50,46 @@ export class OzonContent {
|
|
|
35
50
|
"optional": false,
|
|
36
51
|
"docs": {
|
|
37
52
|
"tags": [],
|
|
38
|
-
"text": ""
|
|
53
|
+
"text": "The XML to be rendered."
|
|
39
54
|
},
|
|
40
55
|
"attribute": "content",
|
|
41
56
|
"reflect": false
|
|
57
|
+
},
|
|
58
|
+
"inline": {
|
|
59
|
+
"type": "boolean",
|
|
60
|
+
"mutable": false,
|
|
61
|
+
"complexType": {
|
|
62
|
+
"original": "boolean",
|
|
63
|
+
"resolved": "boolean",
|
|
64
|
+
"references": {}
|
|
65
|
+
},
|
|
66
|
+
"required": false,
|
|
67
|
+
"optional": false,
|
|
68
|
+
"docs": {
|
|
69
|
+
"tags": [],
|
|
70
|
+
"text": "Setting this property creates dso-ozon-content as inline element instead of a block element."
|
|
71
|
+
},
|
|
72
|
+
"attribute": "inline",
|
|
73
|
+
"reflect": true,
|
|
74
|
+
"defaultValue": "false"
|
|
75
|
+
},
|
|
76
|
+
"deleted": {
|
|
77
|
+
"type": "boolean",
|
|
78
|
+
"mutable": false,
|
|
79
|
+
"complexType": {
|
|
80
|
+
"original": "boolean",
|
|
81
|
+
"resolved": "boolean",
|
|
82
|
+
"references": {}
|
|
83
|
+
},
|
|
84
|
+
"required": false,
|
|
85
|
+
"optional": false,
|
|
86
|
+
"docs": {
|
|
87
|
+
"tags": [],
|
|
88
|
+
"text": "Marks content as deleted using visual and accessible clues."
|
|
89
|
+
},
|
|
90
|
+
"attribute": "deleted",
|
|
91
|
+
"reflect": true,
|
|
92
|
+
"defaultValue": "false"
|
|
42
93
|
}
|
|
43
94
|
}; }
|
|
44
95
|
static get states() { return {
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { html } from 'lit-html';
|
|
2
|
-
export function ozonContentTemplate({ content, onAnchorClick }) {
|
|
2
|
+
export function ozonContentTemplate({ content, inline, deleted, onAnchorClick }) {
|
|
3
3
|
return html `
|
|
4
4
|
<dso-ozon-content
|
|
5
5
|
.content=${content}
|
|
6
|
+
?inline=${inline}
|
|
7
|
+
?deleted=${deleted}
|
|
6
8
|
@anchorClick=${onAnchorClick}
|
|
7
9
|
></dso-ozon-content>
|
|
8
10
|
`;
|
|
@@ -232,9 +232,9 @@ h6,
|
|
|
232
232
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
233
233
|
background-position: center;
|
|
234
234
|
background-size: cover;
|
|
235
|
-
height:
|
|
235
|
+
height: 24px;
|
|
236
236
|
vertical-align: top;
|
|
237
|
-
width:
|
|
237
|
+
width: 24px;
|
|
238
238
|
}
|
|
239
239
|
.shrink.download[disabled]::after,
|
|
240
240
|
.expand.download[disabled]::after,
|
|
@@ -254,9 +254,9 @@ h6,
|
|
|
254
254
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
255
255
|
background-position: center;
|
|
256
256
|
background-size: cover;
|
|
257
|
-
height:
|
|
257
|
+
height: 24px;
|
|
258
258
|
vertical-align: top;
|
|
259
|
-
width:
|
|
259
|
+
width: 24px;
|
|
260
260
|
}
|
|
261
261
|
.shrink.extern[disabled]::after,
|
|
262
262
|
.expand.extern[disabled]::after,
|
|
@@ -423,9 +423,9 @@ h6,
|
|
|
423
423
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
424
424
|
background-position: center;
|
|
425
425
|
background-size: cover;
|
|
426
|
-
height:
|
|
426
|
+
height: 24px;
|
|
427
427
|
vertical-align: top;
|
|
428
|
-
width:
|
|
428
|
+
width: 24px;
|
|
429
429
|
}
|
|
430
430
|
.sizing-buttons button.download:hover::after {
|
|
431
431
|
--dso-icon: var(--di-download-wit);
|
|
@@ -437,9 +437,9 @@ h6,
|
|
|
437
437
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
438
438
|
background-position: center;
|
|
439
439
|
background-size: cover;
|
|
440
|
-
height:
|
|
440
|
+
height: 24px;
|
|
441
441
|
vertical-align: top;
|
|
442
|
-
width:
|
|
442
|
+
width: 24px;
|
|
443
443
|
}
|
|
444
444
|
.sizing-buttons button.extern:hover::after {
|
|
445
445
|
--dso-icon: var(--di-external-link-wit);
|
|
@@ -601,9 +601,9 @@ h6,
|
|
|
601
601
|
background: var(--dso-icon, var(--di-download)) no-repeat;
|
|
602
602
|
background-position: center;
|
|
603
603
|
background-size: cover;
|
|
604
|
-
height:
|
|
604
|
+
height: 24px;
|
|
605
605
|
vertical-align: top;
|
|
606
|
-
width:
|
|
606
|
+
width: 24px;
|
|
607
607
|
}
|
|
608
608
|
.filterpanel-buttons .cancel-button.download:hover::after {
|
|
609
609
|
--dso-icon: var(--di-download-wit);
|
|
@@ -615,9 +615,9 @@ h6,
|
|
|
615
615
|
background: var(--dso-icon, var(--di-external-link)) no-repeat;
|
|
616
616
|
background-position: center;
|
|
617
617
|
background-size: cover;
|
|
618
|
-
height:
|
|
618
|
+
height: 24px;
|
|
619
619
|
vertical-align: top;
|
|
620
|
-
width:
|
|
620
|
+
width: 24px;
|
|
621
621
|
}
|
|
622
622
|
.filterpanel-buttons .cancel-button.extern:hover::after {
|
|
623
623
|
--dso-icon: var(--di-external-link-wit);
|
|
@@ -702,17 +702,17 @@ h6,
|
|
|
702
702
|
background: var(--dso-icon, var(--di-download-wit)) no-repeat;
|
|
703
703
|
background-position: center;
|
|
704
704
|
background-size: cover;
|
|
705
|
-
height:
|
|
705
|
+
height: 24px;
|
|
706
706
|
vertical-align: top;
|
|
707
|
-
width:
|
|
707
|
+
width: 24px;
|
|
708
708
|
}
|
|
709
709
|
.filterpanel-buttons .apply-button.extern::after {
|
|
710
710
|
background: var(--dso-icon, var(--di-external-link-wit)) no-repeat;
|
|
711
711
|
background-position: center;
|
|
712
712
|
background-size: cover;
|
|
713
|
-
height:
|
|
713
|
+
height: 24px;
|
|
714
714
|
vertical-align: top;
|
|
715
|
-
width:
|
|
715
|
+
width: 24px;
|
|
716
716
|
}
|
|
717
717
|
.filterpanel-buttons .apply-button dso-icon,
|
|
718
718
|
.filterpanel-buttons .apply-button svg.di {
|