@dso-toolkit/core 51.2.1 → 51.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. package/dist/cjs/annotation.service-e980f478.js +21 -0
  2. package/dist/cjs/dso-accordion.cjs.entry.js +2 -192
  3. package/dist/cjs/dso-annotation-button.cjs.entry.js +25 -0
  4. package/dist/cjs/dso-annotation-output.cjs.entry.js +35 -0
  5. package/dist/cjs/dso-badge.cjs.entry.js +1 -1
  6. package/dist/cjs/dso-card.cjs.entry.js +5 -3
  7. package/dist/cjs/dso-expandable-heading.cjs.entry.js +47 -0
  8. package/dist/cjs/dso-expandable.cjs.entry.js +20 -0
  9. package/dist/cjs/dso-image-overlay.cjs.entry.js +1 -2
  10. package/dist/cjs/dso-label.cjs.entry.js +2 -2
  11. package/dist/cjs/dso-toolkit.cjs.js +1 -1
  12. package/dist/cjs/index-71b733b1.js +196 -0
  13. package/dist/cjs/loader.cjs.js +1 -1
  14. package/dist/collection/collection-manifest.json +4 -0
  15. package/dist/collection/components/annotation-button/annotation-button.css +3 -0
  16. package/dist/collection/components/annotation-button/annotation-button.js +45 -0
  17. package/dist/collection/components/annotation-output/annotation-output.css +82 -0
  18. package/dist/collection/components/annotation-output/annotation-output.interfaces.js +1 -0
  19. package/dist/collection/components/annotation-output/annotation-output.js +126 -0
  20. package/dist/collection/components/badge/badge.css +5 -0
  21. package/dist/collection/components/badge/badge.js +2 -2
  22. package/dist/collection/components/card/card.css +0 -1
  23. package/dist/collection/components/card/card.js +22 -2
  24. package/dist/collection/components/expandable/expandable.css +24 -0
  25. package/dist/collection/components/expandable/expandable.js +42 -0
  26. package/dist/collection/components/expandable-heading/expandable-heading.css +145 -0
  27. package/dist/collection/components/expandable-heading/expandable-heading.interfaces.js +1 -0
  28. package/dist/collection/components/expandable-heading/expandable-heading.js +117 -0
  29. package/dist/collection/components/expandable-heading/heading.js +16 -0
  30. package/dist/collection/components/image-overlay/image-overlay.js +1 -3
  31. package/dist/collection/components/label/label.css +9 -8
  32. package/dist/collection/components/label/label.js +3 -3
  33. package/dist/collection/index.js +2 -0
  34. package/dist/collection/services/annotation.service.js +16 -0
  35. package/dist/components/annotation.service.js +19 -0
  36. package/dist/components/dso-accordion-section.js +1 -1
  37. package/dist/components/dso-accordion.js +2 -192
  38. package/dist/components/dso-annotation-button.d.ts +11 -0
  39. package/dist/components/dso-annotation-button.js +45 -0
  40. package/dist/components/dso-annotation-output.d.ts +11 -0
  41. package/dist/components/dso-annotation-output.js +69 -0
  42. package/dist/components/dso-autosuggest.js +1 -1
  43. package/dist/components/dso-badge.js +1 -1
  44. package/dist/components/dso-card.js +7 -4
  45. package/dist/components/dso-expandable-heading.d.ts +11 -0
  46. package/dist/components/dso-expandable-heading.js +77 -0
  47. package/dist/components/dso-expandable.d.ts +11 -0
  48. package/dist/components/dso-expandable.js +6 -0
  49. package/dist/components/dso-header.js +1 -1
  50. package/dist/components/dso-image-overlay.js +2 -4
  51. package/dist/components/dso-label.js +2 -2
  52. package/dist/components/dso-table.js +1 -1
  53. package/dist/components/expandable.js +33 -0
  54. package/dist/components/index.d.ts +4 -0
  55. package/dist/components/index.js +4 -0
  56. package/dist/components/index2.js +185 -61
  57. package/dist/components/index3.js +70 -0
  58. package/dist/dso-toolkit/dso-toolkit.esm.js +1 -1
  59. package/dist/dso-toolkit/p-09424a1d.entry.js +1 -0
  60. package/dist/dso-toolkit/{p-a9baa631.entry.js → p-0af9bfb1.entry.js} +1 -1
  61. package/dist/dso-toolkit/{p-0e5315a3.entry.js → p-0bc8885e.entry.js} +1 -1
  62. package/dist/dso-toolkit/{p-ce475f06.entry.js → p-0ca60778.entry.js} +1 -1
  63. package/dist/dso-toolkit/{p-746dc38a.entry.js → p-0fce0861.entry.js} +1 -1
  64. package/dist/dso-toolkit/{p-04ffcc93.entry.js → p-1854d6ed.entry.js} +1 -1
  65. package/dist/dso-toolkit/{p-a8cb2eae.entry.js → p-1aef13ee.entry.js} +1 -1
  66. package/dist/dso-toolkit/{p-19323600.entry.js → p-1cb94d7d.entry.js} +1 -1
  67. package/dist/dso-toolkit/{p-abbcbe6a.entry.js → p-1f0672f2.entry.js} +1 -1
  68. package/dist/dso-toolkit/{p-c846d208.entry.js → p-22f9240a.entry.js} +1 -1
  69. package/dist/dso-toolkit/p-2af58b20.entry.js +1 -0
  70. package/dist/dso-toolkit/{p-427f6d90.entry.js → p-3914ad70.entry.js} +1 -1
  71. package/dist/dso-toolkit/{p-67c4987c.entry.js → p-43f3d736.entry.js} +1 -1
  72. package/dist/dso-toolkit/p-452c7fbb.entry.js +1 -0
  73. package/dist/dso-toolkit/{p-3b8cbd05.entry.js → p-494fe8e5.entry.js} +1 -1
  74. package/dist/dso-toolkit/p-4b8535b7.js +1 -0
  75. package/dist/dso-toolkit/{p-ff72ee4c.entry.js → p-588bc4d7.entry.js} +1 -1
  76. package/dist/dso-toolkit/{p-c7ec6e6e.entry.js → p-5b7c0fa5.entry.js} +1 -1
  77. package/dist/dso-toolkit/p-67df25a7.entry.js +1 -0
  78. package/dist/dso-toolkit/p-6cdc1acd.entry.js +1 -0
  79. package/dist/dso-toolkit/{p-11176cb8.entry.js → p-82465cdc.entry.js} +1 -1
  80. package/dist/dso-toolkit/p-89b97fce.js +1 -0
  81. package/dist/dso-toolkit/{p-8aa39e7f.entry.js → p-8de85ae7.entry.js} +1 -1
  82. package/dist/dso-toolkit/{p-8e9f6355.entry.js → p-96efc763.entry.js} +1 -1
  83. package/dist/dso-toolkit/{p-8f35c8f8.js → p-98fd1658.js} +1 -1
  84. package/dist/dso-toolkit/p-9b07b034.entry.js +1 -0
  85. package/dist/dso-toolkit/p-ad0b38cf.entry.js +1 -0
  86. package/dist/dso-toolkit/{p-06b4f78d.entry.js → p-b337f001.entry.js} +1 -1
  87. package/dist/dso-toolkit/{p-6080bb9e.entry.js → p-ba0da696.entry.js} +1 -1
  88. package/dist/dso-toolkit/{p-520a2cdd.entry.js → p-c16ce11e.entry.js} +1 -1
  89. package/dist/dso-toolkit/p-c4c309b5.entry.js +1 -0
  90. package/dist/dso-toolkit/{p-655eff47.entry.js → p-c54ad578.entry.js} +1 -1
  91. package/dist/dso-toolkit/{p-35687d62.entry.js → p-d4772fb0.entry.js} +1 -1
  92. package/dist/dso-toolkit/{p-2fa96ac0.entry.js → p-d6ea8670.entry.js} +1 -1
  93. package/dist/dso-toolkit/{p-ec25868b.entry.js → p-d987ef37.entry.js} +1 -1
  94. package/dist/dso-toolkit/{p-92ad1cdb.entry.js → p-e00a3019.entry.js} +1 -1
  95. package/dist/dso-toolkit/{p-ec4501bb.entry.js → p-e4f667b3.entry.js} +1 -1
  96. package/dist/dso-toolkit/p-ee1acb32.entry.js +1 -0
  97. package/dist/dso-toolkit/{p-55142124.entry.js → p-efdf5c91.entry.js} +1 -1
  98. package/dist/dso-toolkit/p-f3f0d6c9.entry.js +1 -0
  99. package/dist/dso-toolkit/{p-76a1428a.entry.js → p-f8a08ba1.entry.js} +1 -1
  100. package/dist/dso-toolkit/{p-c2157b55.entry.js → p-fbb20550.entry.js} +1 -1
  101. package/dist/esm/annotation.service-d0add3fc.js +19 -0
  102. package/dist/esm/dso-accordion-section.entry.js +1 -1
  103. package/dist/esm/dso-accordion.entry.js +2 -192
  104. package/dist/esm/dso-alert.entry.js +1 -1
  105. package/dist/esm/dso-annotation-button.entry.js +21 -0
  106. package/dist/esm/dso-annotation-output.entry.js +31 -0
  107. package/dist/esm/dso-attachments-counter.entry.js +1 -1
  108. package/dist/esm/dso-autosuggest.entry.js +1 -1
  109. package/dist/esm/dso-badge.entry.js +2 -2
  110. package/dist/esm/dso-banner.entry.js +1 -1
  111. package/dist/esm/dso-card-container.entry.js +1 -1
  112. package/dist/esm/dso-card.entry.js +6 -4
  113. package/dist/esm/dso-date-picker.entry.js +1 -1
  114. package/dist/esm/dso-dropdown-menu.entry.js +1 -1
  115. package/dist/esm/dso-expandable-heading.entry.js +43 -0
  116. package/dist/esm/dso-expandable.entry.js +16 -0
  117. package/dist/esm/dso-header.entry.js +1 -1
  118. package/dist/esm/dso-helpcenter-panel.entry.js +1 -1
  119. package/dist/esm/dso-highlight-box.entry.js +1 -1
  120. package/dist/esm/dso-icon.entry.js +1 -1
  121. package/dist/esm/dso-image-overlay.entry.js +2 -3
  122. package/dist/esm/dso-info-button.entry.js +1 -1
  123. package/dist/esm/dso-info_2.entry.js +1 -1
  124. package/dist/esm/dso-label.entry.js +3 -3
  125. package/dist/esm/dso-list-button.entry.js +1 -1
  126. package/dist/esm/dso-map-base-layers.entry.js +1 -1
  127. package/dist/esm/dso-map-controls.entry.js +1 -1
  128. package/dist/esm/dso-map-overlays.entry.js +1 -1
  129. package/dist/esm/dso-modal.entry.js +1 -1
  130. package/dist/esm/dso-ozon-content.entry.js +1 -1
  131. package/dist/esm/dso-pagination.entry.js +1 -1
  132. package/dist/esm/dso-progress-bar.entry.js +1 -1
  133. package/dist/esm/dso-progress-indicator.entry.js +1 -1
  134. package/dist/esm/dso-responsive-element.entry.js +1 -1
  135. package/dist/esm/dso-slide-toggle.entry.js +1 -1
  136. package/dist/esm/dso-table.entry.js +1 -1
  137. package/dist/esm/dso-toggletip.entry.js +1 -1
  138. package/dist/esm/dso-toolkit.js +2 -2
  139. package/dist/esm/dso-tooltip.entry.js +1 -1
  140. package/dist/esm/dso-tree-view.entry.js +1 -1
  141. package/dist/esm/dso-viewer-grid.entry.js +1 -1
  142. package/dist/esm/{index-1a4dda48.js → index-ac5a22a3.js} +1 -1
  143. package/dist/esm/index-d6ffb688.js +194 -0
  144. package/dist/esm/loader.js +2 -2
  145. package/dist/types/components/annotation-button/annotation-button.d.ts +7 -0
  146. package/dist/types/components/annotation-output/annotation-output.d.ts +12 -0
  147. package/dist/types/components/annotation-output/annotation-output.interfaces.d.ts +4 -0
  148. package/dist/types/components/badge/badge.d.ts +1 -1
  149. package/dist/types/components/card/card.d.ts +1 -0
  150. package/dist/types/components/expandable/expandable.d.ts +4 -0
  151. package/dist/types/components/expandable-heading/expandable-heading.d.ts +11 -0
  152. package/dist/types/components/expandable-heading/expandable-heading.interfaces.d.ts +5 -0
  153. package/dist/types/components/expandable-heading/heading.d.ts +9 -0
  154. package/dist/types/components/image-overlay/image-overlay.d.ts +0 -1
  155. package/dist/types/components/label/label.d.ts +1 -1
  156. package/dist/types/components.d.ts +97 -4
  157. package/dist/types/index.d.ts +2 -0
  158. package/dist/types/services/annotation.service.d.ts +10 -0
  159. package/package.json +2 -2
  160. package/dist/dso-toolkit/p-36cd87c4.entry.js +0 -1
  161. package/dist/dso-toolkit/p-46acc09f.entry.js +0 -1
  162. package/dist/dso-toolkit/p-6bd8515a.entry.js +0 -1
  163. package/dist/dso-toolkit/p-78ee23c5.entry.js +0 -1
  164. package/dist/dso-toolkit/p-9287b2f2.entry.js +0 -1
  165. package/dist/dso-toolkit/p-d7b2adc3.entry.js +0 -1
@@ -0,0 +1,21 @@
1
+ 'use strict';
2
+
3
+ const index = require('./index-71b733b1.js');
4
+
5
+ class AnnotationService {
6
+ static get state() {
7
+ if (!this._state) {
8
+ AnnotationService.initializeStore();
9
+ }
10
+ return this._state;
11
+ }
12
+ static toggle(id) {
13
+ this._state[id] = !this._state[id];
14
+ }
15
+ static initializeStore() {
16
+ const { state } = index.createStore({});
17
+ AnnotationService._state = state;
18
+ }
19
+ }
20
+
21
+ exports.AnnotationService = AnnotationService;
@@ -3,197 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ecec64a0.js');
6
-
7
- const appendToMap = (map, propName, value) => {
8
- const items = map.get(propName);
9
- if (!items) {
10
- map.set(propName, [value]);
11
- }
12
- else if (!items.includes(value)) {
13
- items.push(value);
14
- }
15
- };
16
- const debounce = (fn, ms) => {
17
- let timeoutId;
18
- return (...args) => {
19
- if (timeoutId) {
20
- clearTimeout(timeoutId);
21
- }
22
- timeoutId = setTimeout(() => {
23
- timeoutId = 0;
24
- fn(...args);
25
- }, ms);
26
- };
27
- };
28
-
29
- /**
30
- * Check if a possible element isConnected.
31
- * The property might not be there, so we check for it.
32
- *
33
- * We want it to return true if isConnected is not a property,
34
- * otherwise we would remove these elements and would not update.
35
- *
36
- * Better leak in Edge than to be useless.
37
- */
38
- const isConnected = (maybeElement) => !('isConnected' in maybeElement) || maybeElement.isConnected;
39
- const cleanupElements = debounce((map) => {
40
- for (let key of map.keys()) {
41
- map.set(key, map.get(key).filter(isConnected));
42
- }
43
- }, 2000);
44
- const stencilSubscription = () => {
45
- if (typeof index.getRenderingRef !== 'function') {
46
- // If we are not in a stencil project, we do nothing.
47
- // This function is not really exported by @stencil/core.
48
- return {};
49
- }
50
- const elmsToUpdate = new Map();
51
- return {
52
- dispose: () => elmsToUpdate.clear(),
53
- get: (propName) => {
54
- const elm = index.getRenderingRef();
55
- if (elm) {
56
- appendToMap(elmsToUpdate, propName, elm);
57
- }
58
- },
59
- set: (propName) => {
60
- const elements = elmsToUpdate.get(propName);
61
- if (elements) {
62
- elmsToUpdate.set(propName, elements.filter(index.forceUpdate));
63
- }
64
- cleanupElements(elmsToUpdate);
65
- },
66
- reset: () => {
67
- elmsToUpdate.forEach((elms) => elms.forEach(index.forceUpdate));
68
- cleanupElements(elmsToUpdate);
69
- },
70
- };
71
- };
72
-
73
- const unwrap = (val) => (typeof val === 'function' ? val() : val);
74
- const createObservableMap = (defaultState, shouldUpdate = (a, b) => a !== b) => {
75
- const unwrappedState = unwrap(defaultState);
76
- let states = new Map(Object.entries(unwrappedState !== null && unwrappedState !== void 0 ? unwrappedState : {}));
77
- const handlers = {
78
- dispose: [],
79
- get: [],
80
- set: [],
81
- reset: [],
82
- };
83
- const reset = () => {
84
- var _a;
85
- // When resetting the state, the default state may be a function - unwrap it to invoke it.
86
- // otherwise, the state won't be properly reset
87
- states = new Map(Object.entries((_a = unwrap(defaultState)) !== null && _a !== void 0 ? _a : {}));
88
- handlers.reset.forEach((cb) => cb());
89
- };
90
- const dispose = () => {
91
- // Call first dispose as resetting the state would
92
- // cause less updates ;)
93
- handlers.dispose.forEach((cb) => cb());
94
- reset();
95
- };
96
- const get = (propName) => {
97
- handlers.get.forEach((cb) => cb(propName));
98
- return states.get(propName);
99
- };
100
- const set = (propName, value) => {
101
- const oldValue = states.get(propName);
102
- if (shouldUpdate(value, oldValue, propName)) {
103
- states.set(propName, value);
104
- handlers.set.forEach((cb) => cb(propName, value, oldValue));
105
- }
106
- };
107
- const state = (typeof Proxy === 'undefined'
108
- ? {}
109
- : new Proxy(unwrappedState, {
110
- get(_, propName) {
111
- return get(propName);
112
- },
113
- ownKeys(_) {
114
- return Array.from(states.keys());
115
- },
116
- getOwnPropertyDescriptor() {
117
- return {
118
- enumerable: true,
119
- configurable: true,
120
- };
121
- },
122
- has(_, propName) {
123
- return states.has(propName);
124
- },
125
- set(_, propName, value) {
126
- set(propName, value);
127
- return true;
128
- },
129
- }));
130
- const on = (eventName, callback) => {
131
- handlers[eventName].push(callback);
132
- return () => {
133
- removeFromArray(handlers[eventName], callback);
134
- };
135
- };
136
- const onChange = (propName, cb) => {
137
- const unSet = on('set', (key, newValue) => {
138
- if (key === propName) {
139
- cb(newValue);
140
- }
141
- });
142
- // We need to unwrap the defaultState because it might be a function.
143
- // Otherwise we might not be sending the right reset value.
144
- const unReset = on('reset', () => cb(unwrap(defaultState)[propName]));
145
- return () => {
146
- unSet();
147
- unReset();
148
- };
149
- };
150
- const use = (...subscriptions) => {
151
- const unsubs = subscriptions.reduce((unsubs, subscription) => {
152
- if (subscription.set) {
153
- unsubs.push(on('set', subscription.set));
154
- }
155
- if (subscription.get) {
156
- unsubs.push(on('get', subscription.get));
157
- }
158
- if (subscription.reset) {
159
- unsubs.push(on('reset', subscription.reset));
160
- }
161
- if (subscription.dispose) {
162
- unsubs.push(on('dispose', subscription.dispose));
163
- }
164
- return unsubs;
165
- }, []);
166
- return () => unsubs.forEach((unsub) => unsub());
167
- };
168
- const forceUpdate = (key) => {
169
- const oldValue = states.get(key);
170
- handlers.set.forEach((cb) => cb(key, oldValue, oldValue));
171
- };
172
- return {
173
- state,
174
- get,
175
- set,
176
- on,
177
- onChange,
178
- use,
179
- dispose,
180
- reset,
181
- forceUpdate,
182
- };
183
- };
184
- const removeFromArray = (array, item) => {
185
- const index = array.indexOf(item);
186
- if (index >= 0) {
187
- array[index] = array[array.length - 1];
188
- array.length--;
189
- }
190
- };
191
-
192
- const createStore = (defaultState, shouldUpdate) => {
193
- const map = createObservableMap(defaultState, shouldUpdate);
194
- map.use(stencilSubscription());
195
- return map;
196
- };
6
+ const index$1 = require('./index-71b733b1.js');
197
7
 
198
8
  const accordionCss = ":host{display:block}*,*::after,*::before{box-sizing:border-box}";
199
9
 
@@ -205,7 +15,7 @@ const Accordion = class {
205
15
  this.variant = "default";
206
16
  this.reverseAlign = false;
207
17
  this.allowMultipleOpen = false;
208
- const { state } = createStore({
18
+ const { state } = index$1.createStore({
209
19
  variant: this.variant || "default",
210
20
  reverseAlign: this.reverseAlign,
211
21
  allowMultipleOpen: this.allowMultipleOpen,
@@ -0,0 +1,25 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-ecec64a0.js');
6
+ const annotation_service = require('./annotation.service-e980f478.js');
7
+ require('./index-71b733b1.js');
8
+
9
+ const annotationButtonCss = "dso-annotation-button{display:block}";
10
+
11
+ const AnnotationButton = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ this.identifier = undefined;
15
+ }
16
+ componentDidLoad() {
17
+ this.annotationOutput = document.querySelector(`dso-annotation-output[identifier='${this.identifier}']`);
18
+ }
19
+ render() {
20
+ return (index.h("button", { type: "button", class: "dso-tertiary", "aria-controls": this.identifier, "aria-expanded": annotation_service.AnnotationService.state[this.identifier] ? "true" : "false", onClick: (e) => { var _a; return (_a = this.annotationOutput) === null || _a === void 0 ? void 0 : _a.toggleAnnotation(e, this.identifier); } }, index.h("dso-icon", { icon: "label" }), index.h("span", { class: "sr-only" }, "Toelichting bekijken")));
21
+ }
22
+ };
23
+ AnnotationButton.style = annotationButtonCss;
24
+
25
+ exports.dso_annotation_button = AnnotationButton;
@@ -0,0 +1,35 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-ecec64a0.js');
6
+ const annotation_service = require('./annotation.service-e980f478.js');
7
+ require('./index-71b733b1.js');
8
+
9
+ const annotationOutputCss = "*,*::after,*::before{box-sizing:border-box}dso-annotation-output{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.dso-annotation-header{align-items:center;background-color:#f2f2f2;clear:both;display:flex;margin-bottom:2px;margin-top:8px;padding-left:16px;padding-right:8px;padding-top:8px;padding-bottom:8px}.dso-annotation-header>*[slot=title]{color:#000;font-size:1.25rem;margin-bottom:0;margin-top:0}.dso-annotation-header>*:nth-child(2){margin-left:auto}dso-responsive-element[small] .dso-annotation-header,dso-responsive-element[medium] .dso-annotation-header{display:grid;row-gap:8px}dso-responsive-element[small] .dso-annotation-header *[slot=title],dso-responsive-element[medium] .dso-annotation-header *[slot=title]{grid-row:1;grid-column:1}dso-responsive-element[small] .dso-annotation-header *[slot=addons],dso-responsive-element[medium] .dso-annotation-header *[slot=addons]{grid-row:2;grid-column:1;margin-left:initial}dso-responsive-element[small] .dso-annotation-header .dso-annotation-close-button,dso-responsive-element[medium] .dso-annotation-header .dso-annotation-close-button{grid-row:1;grid-column:2;margin-left:8px;text-align:end}.dso-annotation-content{background-color:#f2f2f2;padding-left:16px;padding-right:8px;padding-top:8px;padding-bottom:8px}.dso-annotation-close-button{margin-left:32px}.dso-annotation-prefix{font-style:italic}";
10
+
11
+ const AnnotationOutput = class {
12
+ constructor(hostRef) {
13
+ index.registerInstance(this, hostRef);
14
+ this.dsoToggle = index.createEvent(this, "dsoToggle", 7);
15
+ this.identifier = undefined;
16
+ this.annotationPrefix = undefined;
17
+ }
18
+ async toggleAnnotation(e, identifier) {
19
+ annotation_service.AnnotationService.toggle(identifier);
20
+ this.dsoToggle.emit({
21
+ originalEvent: e,
22
+ open: annotation_service.AnnotationService.state[this.identifier],
23
+ });
24
+ }
25
+ toggleHandler(e) {
26
+ this.toggleAnnotation(e, this.identifier);
27
+ }
28
+ render() {
29
+ const expandableProperties = annotation_service.AnnotationService.state[this.identifier] ? { open: true } : {};
30
+ return (index.h("dso-responsive-element", null, index.h("dso-expandable", Object.assign({ id: this.identifier }, expandableProperties), this.annotationPrefix && index.h("span", { class: "dso-annotation-prefix" }, this.annotationPrefix), index.h("div", { class: "dso-annotation-header" }, index.h("slot", { name: "title" }), index.h("slot", { name: "addons" }), index.h("button", { type: "button", class: "dso-tertiary dso-annotation-close-button", onClick: (e) => this.toggleHandler(e) }, index.h("dso-icon", { icon: "times" }), index.h("span", { class: "sr-only" }, "Toelichting sluiten"))), index.h("div", { class: "dso-annotation-content" }, index.h("slot", null)))));
31
+ }
32
+ };
33
+ AnnotationOutput.style = annotationOutputCss;
34
+
35
+ exports.dso_annotation_output = AnnotationOutput;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-ecec64a0.js');
6
6
  const clsx_m = require('./clsx.m-b81c6b86.js');
7
7
 
8
- const badgeCss = ":host{display:inline-block}*,*::after,*::before{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.dso-badge{background-color:#666;border:1px solid #666;border-radius:1em;color:#fff;display:inline-block;font-size:0.875em;line-height:1;min-width:1.5rem;padding:4px 8px;text-align:center}.dso-badge.badge-info{background-color:#6ca4d9;border-color:#6ca4d9;color:#191919}.dso-badge.badge-primary{background-color:#275937;border-color:#275937;color:#fff}.dso-badge.badge-success{background-color:#39870c;border-color:#39870c;color:#fff}.dso-badge.badge-warning{background-color:#dcd400;border-color:#dcd400;color:#191919}.dso-badge.badge-danger{background-color:#ce3f51;border-color:#ce3f51;color:#fff}.dso-badge.badge-error{background-color:#ce3f51;border-color:#ce3f51;color:#fff}.dso-badge.badge-outline{background-color:#fff;border-color:#191919;color:#191919}";
8
+ const badgeCss = ":host{display:inline-block}*,*::after,*::before{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.dso-badge{background-color:#666;border:1px solid #666;border-radius:1em;color:#fff;display:inline-block;font-size:0.875em;line-height:1;min-width:1.5rem;padding:4px 8px;text-align:center}.dso-badge.badge-info{background-color:#6ca4d9;border-color:#6ca4d9;color:#191919}.dso-badge.badge-primary{background-color:#275937;border-color:#275937;color:#fff}.dso-badge.badge-success{background-color:#39870c;border-color:#39870c;color:#fff}.dso-badge.badge-warning{background-color:#dcd400;border-color:#dcd400;color:#191919}.dso-badge.badge-danger{background-color:#ce3f51;border-color:#ce3f51;color:#fff}.dso-badge.badge-error{background-color:#ce3f51;border-color:#ce3f51;color:#fff}.dso-badge.badge-outline{background-color:#fff;border-color:#191919;color:#191919}.dso-badge.badge-attention{background-color:#8b4a6a;border-color:#8b4a6a;color:#fff}";
9
9
 
10
10
  const Badge = class {
11
11
  constructor(hostRef) {
@@ -3,6 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-ecec64a0.js');
6
+ const clsx_m = require('./clsx.m-b81c6b86.js');
6
7
  const isModifiedEvent = require('./is-modified-event-dcab03a0.js');
7
8
 
8
9
  const isInteractiveElement = (element) => {
@@ -12,7 +13,7 @@ const isInteractiveElement = (element) => {
12
13
  element.tagName.startsWith("DSO-TOGGLETIP"));
13
14
  };
14
15
 
15
- const cardCss = ":host .dso-card-selectable,:host .dso-card-image{grid-row:span 2}*,*::after,*::before{box-sizing:border-box}:host{display:block}:host .dso-card-heading{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}@media screen and (max-width: 480px){:host .dso-card-heading{flex-wrap:wrap}}:host .dso-card-image{margin-right:8px}";
16
+ const cardCss = ":host .dso-card-selectable,:host .dso-card-image{grid-row:span 2}*,*::after,*::before{box-sizing:border-box}:host{display:block}:host .dso-card-heading{align-items:center;display:flex;margin-bottom:8px}@media screen and (max-width: 480px){:host .dso-card-heading{flex-wrap:wrap}}:host .dso-card-image{margin-right:8px}";
16
17
 
17
18
  const Card = class {
18
19
  constructor(hostRef) {
@@ -20,9 +21,10 @@ const Card = class {
20
21
  this.dsoCardClicked = index.createEvent(this, "dsoCardClicked", 7);
21
22
  this.isSelectable = false;
22
23
  this.hasImage = false;
24
+ this.clickable = true;
23
25
  }
24
26
  clickEventHandler(e) {
25
- if (!(e.target instanceof HTMLElement)) {
27
+ if (!(e.target instanceof HTMLElement) || !this.clickable) {
26
28
  return;
27
29
  }
28
30
  let element = e.target;
@@ -44,7 +46,7 @@ const Card = class {
44
46
  this.hasImage = this.host.querySelector("*[slot = 'image']") !== null;
45
47
  }
46
48
  render() {
47
- return (index.h(index.Host, { onClick: (e) => this.clickEventHandler(e) }, index.h("div", { class: "dso-card-selectable", hidden: !this.isSelectable }, index.h("slot", { name: "selectable" })), index.h("div", { class: "dso-card-image", hidden: !this.hasImage }, index.h("slot", { name: "image" })), index.h("div", { class: "dso-card-heading" }, index.h("slot", { name: "heading" }), index.h("slot", { name: "interactions" })), index.h("div", { class: "dso-card-content" }, index.h("slot", { name: "content" }))));
49
+ return (index.h(index.Host, { class: clsx_m.clsx({ "dso-not-clickable": !this.clickable }), onClick: (e) => this.clickEventHandler(e) }, index.h("div", { class: "dso-card-selectable", hidden: !this.isSelectable }, index.h("slot", { name: "selectable" })), index.h("div", { class: "dso-card-image", hidden: !this.hasImage }, index.h("slot", { name: "image" })), index.h("div", { class: "dso-card-heading" }, index.h("slot", { name: "heading" }), index.h("slot", { name: "interactions" })), index.h("div", { class: "dso-card-content" }, index.h("slot", { name: "content" }))));
48
50
  }
49
51
  get host() { return index.getElement(this); }
50
52
  };
@@ -0,0 +1,47 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-ecec64a0.js');
6
+ const clsx_m = require('./clsx.m-b81c6b86.js');
7
+ const v4 = require('./v4-abb5dc0c.js');
8
+
9
+ const Heading = ({ heading, ref, className }, children) => {
10
+ switch (heading) {
11
+ default:
12
+ case "h2":
13
+ return (index.h("h2", { ref: ref, class: className }, children));
14
+ case "h3":
15
+ return (index.h("h3", { ref: ref, class: className }, children));
16
+ case "h4":
17
+ return (index.h("h4", { ref: ref, class: className }, children));
18
+ case "h5":
19
+ return (index.h("h5", { ref: ref, class: className }, children));
20
+ case "h6":
21
+ return (index.h("h6", { ref: ref, class: className }, children));
22
+ }
23
+ };
24
+
25
+ const expandableHeadingCss = "h1,.h1,h2,.h2,h3,.h3{margin-bottom:16px;margin-top:24px}h1,.h1{line-height:1.25}h1{color:#275937;font-size:2rem;font-weight:700}h2,.h2{line-height:1.33}h2{color:#275937;font-size:1.5rem;font-weight:700}h3,.h3{line-height:1.2}h3{color:#275937;font-size:1.25rem;font-weight:600}h4,.h4,h5,.h5,h6,.h6{margin-bottom:16px;margin-top:12px}h4,.h4{line-height:1.5}h4{color:#275937;font-size:1rem;font-weight:600}h5,.h5{line-height:1.5}h5{color:#191919;font-size:1rem;font-weight:600}h6,.h6{line-height:1.5}:host{display:block}*,*::after,*::before{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.expandable-heading{align-items:center;display:flex;margin-bottom:8px;margin-top:8px}.expandable-heading h2,.expandable-heading h3,.expandable-heading h4,.expandable-heading h5,.expandable-heading h6{font-size:1rem;margin-bottom:0;margin-right:8px;margin-top:0}.expandable-heading button{align-items:flex-start;cursor:pointer;background-color:transparent;border:0;color:inherit;display:flex;line-height:24px;font-size:inherit;font-weight:inherit;padding:0;text-align:left}.expandable-heading button>dso-icon{flex-shrink:0}.expandable-heading.dso-expandable-heading-black button{color:#000}dso-expandable{padding-left:24px}.addons-end{display:inline-block;margin-left:auto}";
26
+
27
+ const ExpandableHeading = class {
28
+ constructor(hostRef) {
29
+ index.registerInstance(this, hostRef);
30
+ this.dsoToggle = index.createEvent(this, "dsoToggle", 7);
31
+ this.identifier = v4.v4();
32
+ this.open = undefined;
33
+ this.heading = "h2";
34
+ this.color = "default";
35
+ }
36
+ toggle(e) {
37
+ this.open = !this.open;
38
+ this.dsoToggle.emit({ originalEvent: e, open: this.open });
39
+ }
40
+ render() {
41
+ const expandableProperties = this.open ? { open: true } : {};
42
+ return (index.h(index.Fragment, null, index.h("div", { class: clsx_m.clsx("expandable-heading", this.color === "black" ? "dso-expandable-heading-black" : "") }, index.h(Heading, { heading: this.heading }, index.h("button", { type: "button", "aria-expanded": this.open ? "true" : "false", "aria-controls": this.identifier, onClick: (e) => this.toggle(e) }, index.h("dso-icon", { icon: this.open ? "chevron-down" : "chevron-right" }), index.h("slot", { name: "title" }))), index.h("slot", { name: "addons-start" }), index.h("div", { class: "addons-end" }, index.h("slot", { name: "addons-end" }))), index.h("dso-expandable", Object.assign({ id: this.identifier }, expandableProperties), index.h("slot", null))));
43
+ }
44
+ };
45
+ ExpandableHeading.style = expandableHeadingCss;
46
+
47
+ exports.dso_expandable_heading = ExpandableHeading;
@@ -0,0 +1,20 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ const index = require('./index-ecec64a0.js');
6
+
7
+ const expandableCss = ":host{display:none}:host([open]){display:block}*,*::after,*::before{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}";
8
+
9
+ const Expandable = class {
10
+ constructor(hostRef) {
11
+ index.registerInstance(this, hostRef);
12
+ this.open = undefined;
13
+ }
14
+ render() {
15
+ return (index.h(index.Host, { "aria-hidden": this.open ? "false" : "true" }, index.h("slot", null)));
16
+ }
17
+ };
18
+ Expandable.style = expandableCss;
19
+
20
+ exports.dso_expandable = Expandable;
@@ -15,7 +15,6 @@ const ImageOverlay = class {
15
15
  this.titelSlot = null;
16
16
  this.bijschriftSlot = null;
17
17
  this.active = false;
18
- this.focused = false;
19
18
  this.zoomable = false;
20
19
  }
21
20
  loadListener(event) {
@@ -76,7 +75,7 @@ const ImageOverlay = class {
76
75
  render() {
77
76
  var _a;
78
77
  const { src, alt } = (_a = this.host.querySelector("img")) !== null && _a !== void 0 ? _a : {};
79
- return (index.h(index.Host, { tabindex: this.focused || !this.zoomable ? -1 : 0, onFocus: () => { var _a; return (_a = this.buttonElement) === null || _a === void 0 ? void 0 : _a.focus(); } }, this.active && src && alt && (index.h("div", { class: "dimmer" }, index.h("div", { class: "wrapper", ref: (element) => (this.wrapperElement = element) }, index.h("div", { class: "titel", hidden: !this.titelSlot }, index.h("slot", { name: "titel" })), index.h("img", { src: src, alt: alt }), index.h("button", { type: "button", class: "close", onClick: () => (this.active = false) }, index.h("dso-icon", { icon: "times" }), index.h("span", null, "Sluiten")), index.h("div", { class: "figuur-bijschrift", hidden: !this.bijschriftSlot }, index.h("slot", { name: "bijschrift" }))))), index.h("slot", null), this.zoomable && (index.h("button", { type: "button", class: "open", ref: (element) => (this.buttonElement = element), onClick: () => (this.active = true), onFocus: () => (this.focused = true), onBlur: () => (this.focused = false) }, index.h("dso-icon", { icon: "external-link" }), index.h("span", null, "Afbeelding vergroot weergeven")))));
78
+ return (index.h(index.Host, { onClick: () => { var _a; return (_a = this.buttonElement) === null || _a === void 0 ? void 0 : _a.focus(); } }, this.active && src && alt && (index.h("div", { class: "dimmer" }, index.h("div", { class: "wrapper", ref: (element) => (this.wrapperElement = element) }, index.h("div", { class: "titel", hidden: !this.titelSlot }, index.h("slot", { name: "titel" })), index.h("img", { src: src, alt: alt }), index.h("button", { type: "button", class: "close", onClick: () => (this.active = false) }, index.h("dso-icon", { icon: "times" }), index.h("span", null, "Sluiten")), index.h("div", { class: "figuur-bijschrift", hidden: !this.bijschriftSlot }, index.h("slot", { name: "bijschrift" }))))), index.h("slot", null), this.zoomable && (index.h("button", { type: "button", class: "open", ref: (element) => (this.buttonElement = element), onClick: () => (this.active = true) }, index.h("dso-icon", { icon: "external-link" }), index.h("span", null, "Afbeelding vergroot weergeven")))));
80
79
  }
81
80
  componentDidRender() {
82
81
  var _a, _b;
@@ -5,7 +5,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
5
5
  const index = require('./index-ecec64a0.js');
6
6
  const clsx_m = require('./clsx.m-b81c6b86.js');
7
7
 
8
- const labelCss = ":host{display:inline-block;max-width:100%}*,*::after,*::before{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.dso-label{background-color:#f2f2f2;border-radius:4px;color:#191919;display:inline-block;line-height:1.5;max-width:100%}.dso-label:not(.dso-label-bright){padding:4px 8px}.dso-label:focus-within,.dso-label.dso-hover{text-decoration:line-through}.dso-label button{background:none;border:0;border-radius:0 4px 4px 0;color:inherit;float:right;font-size:1rem;margin-bottom:-4px;margin-left:8px;margin-right:-4px;margin-top:0;padding:0}.dso-label button:hover{cursor:pointer}.dso-label button>dso-icon,.dso-label button>svg.di{display:block}.dso-label.dso-compact{border:0;padding:0 8px}.dso-label.dso-label-info{background-color:#6ca4d9;color:#191919}.dso-label.dso-label-primary{background-color:#275937;color:#fff}.dso-label.dso-label-success{background-color:#39870c;color:#fff}.dso-label.dso-label-warning{background-color:#dcd400;color:#191919}.dso-label.dso-label-danger{background-color:#ce3f51;color:#fff}.dso-label.dso-label-error{background-color:#ce3f51;color:#fff}.dso-label.dso-label-bright{background-color:#fff;color:#191919;border:1px solid #ccc;padding:3px 7px}.dso-label.dso-hover .dso-label-content{text-decoration:line-through}.dso-truncate.dso-label-content{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}:host([removable]) .dso-truncate.dso-label-content{max-width:calc(100% - 28px)}";
8
+ const labelCss = ":host{display:inline-block;max-width:100%}*,*::after,*::before{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.dso-label{background-color:#f2f2f2;border-radius:4px;color:#191919;display:inline-block;line-height:1.5;max-width:100%;padding:4px 8px}.dso-label:focus-within,.dso-label.dso-hover{text-decoration:line-through}.dso-label button{background:none;border:0;border-radius:0 4px 4px 0;color:inherit;float:right;font-size:1rem;margin-bottom:-4px;margin-left:8px;margin-right:-4px;margin-top:0;padding:0}.dso-label button:hover{cursor:pointer}.dso-label button>dso-icon,.dso-label button>svg.di{display:block}.dso-label.dso-label-info{background-color:#6ca4d9;color:#191919}.dso-label.dso-label-primary{background-color:#275937;color:#fff}.dso-label.dso-label-success{background-color:#39870c;color:#fff}.dso-label.dso-label-warning{background-color:#dcd400;color:#191919}.dso-label.dso-label-danger{background-color:#ce3f51;color:#fff}.dso-label.dso-label-error{background-color:#ce3f51;color:#fff}.dso-label.dso-label-bright{background-color:#fff;color:#191919;outline:1px solid #ccc;outline-offset:-1px}.dso-label.dso-label-attention{background-color:#8b4a6a;color:#fff}.dso-label.dso-compact{padding:0 8px}.dso-label.dso-hover .dso-label-content{text-decoration:line-through}.dso-truncate.dso-label-content{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}:host([removable]) .dso-truncate.dso-label-content{max-width:calc(100% - 28px)}";
9
9
 
10
10
  function hasEllipses(el) {
11
11
  return el.scrollWidth > el.clientWidth;
@@ -99,7 +99,7 @@ const Label = class {
99
99
  "dso-hover": this.removeHover || this.removeFocus,
100
100
  }) }, index.h("slot", { name: "symbol" }), status && index.h("span", { class: "sr-only" }, status, ": "), index.h("span", { class: clsx_m.clsx("dso-label-content", {
101
101
  "dso-truncate": !!this.truncate,
102
- }), ref: (element) => (this.labelContent = element), tabindex: this.truncate && this.truncatedContent ? 0 : -1, onMouseEnter: () => (this.textHover = true), onMouseLeave: () => (this.textHover = false), onFocus: () => (this.textFocus = true), onBlur: () => (this.textFocus = false) }, index.h("slot", null)), this.removable && (index.h("button", { type: "button", onClick: (e) => this.dsoRemoveClick.emit(e), onMouseEnter: () => (this.removeHover = true), onMouseLeave: () => (this.removeHover = false), onFocus: () => (this.removeFocus = true), onBlur: () => (this.removeFocus = false) }, index.h("span", { class: "sr-only" }, "Verwijder: ", this.labelText), index.h("dso-icon", { icon: "times" })))), index.h("dso-tooltip", { stateless: true, id: "toggle-anchor", active: !!this.truncatedContent && (this.textHover || this.textFocus), position: "top", strategy: "absolute" }, this.truncatedContent)));
102
+ }), ref: (element) => (this.labelContent = element), tabindex: this.truncate && this.truncatedContent ? 0 : undefined, onMouseEnter: () => (this.textHover = true), onMouseLeave: () => (this.textHover = false), onFocus: () => (this.textFocus = true), onBlur: () => (this.textFocus = false) }, index.h("slot", null)), this.removable && (index.h("button", { type: "button", onClick: (e) => this.dsoRemoveClick.emit(e), onMouseEnter: () => (this.removeHover = true), onMouseLeave: () => (this.removeHover = false), onFocus: () => (this.removeFocus = true), onBlur: () => (this.removeFocus = false) }, index.h("span", { class: "sr-only" }, "Verwijder: ", this.labelText), index.h("dso-icon", { icon: "times" })))), index.h("dso-tooltip", { stateless: true, id: "toggle-anchor", active: !!this.truncatedContent && (this.textHover || this.textFocus), position: "top", strategy: "absolute" }, this.truncatedContent)));
103
103
  }
104
104
  get host() { return index.getElement(this); }
105
105
  static get watchers() { return {
@@ -15,5 +15,5 @@ const patchBrowser = () => {
15
15
  };
16
16
 
17
17
  patchBrowser().then(options => {
18
- return index.bootstrapLazy([["dso-icon.cjs",[[1,"dso-icon",{"icon":[1]}]]],["dso-map-base-layers.cjs",[[1,"dso-map-base-layers",{"group":[1],"baseLayers":[16]}]]],["dso-map-overlays.cjs",[[1,"dso-map-overlays",{"group":[1],"overlays":[16]}]]],["dso-toggletip.cjs",[[1,"dso-toggletip",{"label":[1],"position":[1],"small":[4],"secondary":[4],"active":[32]}]]],["dso-header.cjs",[[6,"dso-header",{"mainMenu":[16],"useDropDownMenu":[1,"use-drop-down-menu"],"authStatus":[1,"auth-status"],"loginUrl":[1,"login-url"],"logoutUrl":[1,"logout-url"],"userProfileName":[1,"user-profile-name"],"userProfileUrl":[1,"user-profile-url"],"userHomeUrl":[1,"user-home-url"],"showDropDown":[32],"hasSubLogo":[32],"overflowMenuItems":[32]}]]],["dso-label.cjs",[[1,"dso-label",{"compact":[4],"removable":[4],"status":[1],"truncate":[4],"removeHover":[32],"removeFocus":[32],"textHover":[32],"textFocus":[32],"truncatedContent":[32],"labelText":[32]}]]],["dso-pagination.cjs",[[1,"dso-pagination",{"totalPages":[2,"total-pages"],"currentPage":[2,"current-page"],"formatHref":[16],"availablePositions":[32]},[[0,"dsoSizeChange","sizeChangeHandler"]]]]],["dso-tree-view.cjs",[[1,"dso-tree-view",{"collection":[16],"focusItem":[64]}]]],["dso-accordion-section.cjs",[[1,"dso-accordion-section",{"handleTitle":[1,"handle-title"],"heading":[1],"handleUrl":[1,"handle-url"],"state":[1],"attachmentCount":[2,"attachment-count"],"icon":[1],"status":[1],"open":[1540],"hasNestedSection":[32],"toggleSection":[64],"scrollSectionIntoView":[64]}]]],["dso-alert.cjs",[[1,"dso-alert",{"status":[1],"roleAlert":[4,"role-alert"]}]]],["dso-attachments-counter.cjs",[[1,"dso-attachments-counter",{"count":[2]}]]],["dso-autosuggest.cjs",[[6,"dso-autosuggest",{"suggestions":[16],"loading":[4],"loadingLabel":[1,"loading-label"],"loadingDelayed":[2,"loading-delayed"],"notFoundLabel":[1,"not-found-label"],"suggestOnFocus":[4,"suggest-on-focus"],"showSuggestions":[32],"selectedSuggestion":[32],"notFound":[32],"showLoading":[32]},[[4,"click","onDocumentClick"]]]]],["dso-date-picker.cjs",[[2,"dso-date-picker",{"name":[1],"identifier":[1],"disabled":[516],"role":[1],"direction":[1],"required":[4],"dsoAutofocus":[4,"dso-autofocus"],"value":[1537],"min":[1],"max":[1],"activeFocus":[32],"focusedDay":[32],"open":[32],"visible":[32],"setFocus":[64],"show":[64],"hide":[64]},[[6,"click","handleDocumentClick"]]]]],["dso-helpcenter-panel.cjs",[[1,"dso-helpcenter-panel",{"label":[1],"url":[1],"visibility":[32],"isOpen":[32],"slideState":[32],"loadIframe":[32]},[[8,"keydown","keyDownListener"]]]]],["dso-image-overlay.cjs",[[1,"dso-image-overlay",{"active":[32],"focused":[32],"zoomable":[32]},[[2,"load","loadListener"]]]]],["dso-list-button.cjs",[[1,"dso-list-button",{"label":[1],"sublabel":[1],"subcontent":[1],"count":[2],"min":[8],"max":[8],"checked":[516],"disabled":[516],"manualInputWrapperElement":[32],"manualCount":[32]}]]],["dso-map-controls.cjs",[[1,"dso-map-controls",{"open":[1540],"disableZoom":[1,"disable-zoom"],"hideContent":[32]}]]],["dso-modal.cjs",[[1,"dso-modal",{"modalTitle":[1,"modal-title"],"role":[1],"showCloseButton":[4,"show-close-button"],"initialFocus":[1,"initial-focus"],"ariaId":[32],"hasFooter":[32]}]]],["dso-table.cjs",[[1,"dso-table",{"noModal":[516,"no-modal"],"isResponsive":[516,"is-responsive"],"modalActive":[32],"placeholderHeight":[32]}]]],["dso-viewer-grid.cjs",[[1,"dso-viewer-grid",{"filterpanelOpen":[516,"filterpanel-open"],"overlayOpen":[516,"overlay-open"],"initialMainSize":[1,"initial-main-size"],"mainSize":[32]}]]],["dso-accordion.cjs",[[1,"dso-accordion",{"variant":[513],"reverseAlign":[516,"reverse-align"],"allowMultipleOpen":[516,"allow-multiple-open"],"getState":[64],"toggleSection":[64],"animationEnd":[64],"closeOpenSections":[64]}]]],["dso-badge.cjs",[[1,"dso-badge",{"status":[1]}]]],["dso-banner.cjs",[[1,"dso-banner",{"status":[513]}]]],["dso-card.cjs",[[1,"dso-card",{"isSelectable":[516,"is-selectable"],"hasImage":[516,"has-image"]}]]],["dso-card-container.cjs",[[1,"dso-card-container",{"mode":[513]}]]],["dso-highlight-box.cjs",[[1,"dso-highlight-box",{"yellow":[4],"border":[4],"white":[4],"dropShadow":[4,"drop-shadow"],"step":[2]}]]],["dso-ozon-content.cjs",[[6,"dso-ozon-content",{"content":[1],"inline":[516],"deleted":[516],"interactive":[520],"state":[32]}]]],["dso-progress-bar.cjs",[[1,"dso-progress-bar",{"progress":[2],"min":[2],"max":[2]}]]],["dso-slide-toggle.cjs",[[4,"dso-slide-toggle",{"checked":[4],"disabled":[4],"accessibleLabel":[1,"accessible-label"],"labelledbyId":[1,"labelledby-id"],"identifier":[1],"hasVisibleLabel":[32]}]]],["dso-dropdown-menu.cjs",[[1,"dso-dropdown-menu",{"open":[1540],"dropdownAlign":[1,"dropdown-align"],"checkable":[4]}]]],["dso-responsive-element.cjs",[[1,"dso-responsive-element",{"sizeAlias":[32],"sizeWidth":[32],"getSize":[64]}]]],["dso-progress-indicator.cjs",[[1,"dso-progress-indicator",{"label":[1],"size":[513],"block":[4]}]]],["dso-tooltip.cjs",[[1,"dso-tooltip",{"descriptive":[516],"position":[1],"strategy":[1],"noArrow":[4,"no-arrow"],"stateless":[4],"small":[4],"active":[1540],"hidden":[32],"activate":[64],"deactivate":[64]},[[0,"click","listenClick"]]]]],["dso-info-button.cjs",[[1,"dso-info-button",{"active":[1540],"secondary":[4],"label":[1],"hover":[32],"setFocus":[64]}]]],["dso-info_2.cjs",[[6,"dso-selectable",{"type":[1],"identifier":[1],"name":[1],"value":[1],"invalid":[4],"describedById":[1,"described-by-id"],"disabled":[4],"required":[4],"checked":[4],"indeterminate":[4],"infoFixed":[4,"info-fixed"],"infoActive":[32],"toggleInfo":[64]}],[1,"dso-info",{"fixed":[516],"active":[516]}]]]], options);
18
+ return index.bootstrapLazy([["dso-icon.cjs",[[1,"dso-icon",{"icon":[1]}]]],["dso-map-base-layers.cjs",[[1,"dso-map-base-layers",{"group":[1],"baseLayers":[16]}]]],["dso-map-overlays.cjs",[[1,"dso-map-overlays",{"group":[1],"overlays":[16]}]]],["dso-annotation-output.cjs",[[4,"dso-annotation-output",{"identifier":[1],"annotationPrefix":[1,"annotation-prefix"],"toggleAnnotation":[64]}]]],["dso-toggletip.cjs",[[1,"dso-toggletip",{"label":[1],"position":[1],"small":[4],"secondary":[4],"active":[32]}]]],["dso-expandable-heading.cjs",[[1,"dso-expandable-heading",{"open":[4],"heading":[1],"color":[1]}]]],["dso-header.cjs",[[6,"dso-header",{"mainMenu":[16],"useDropDownMenu":[1,"use-drop-down-menu"],"authStatus":[1,"auth-status"],"loginUrl":[1,"login-url"],"logoutUrl":[1,"logout-url"],"userProfileName":[1,"user-profile-name"],"userProfileUrl":[1,"user-profile-url"],"userHomeUrl":[1,"user-home-url"],"showDropDown":[32],"hasSubLogo":[32],"overflowMenuItems":[32]}]]],["dso-label.cjs",[[1,"dso-label",{"compact":[4],"removable":[4],"status":[1],"truncate":[4],"removeHover":[32],"removeFocus":[32],"textHover":[32],"textFocus":[32],"truncatedContent":[32],"labelText":[32]}]]],["dso-pagination.cjs",[[1,"dso-pagination",{"totalPages":[2,"total-pages"],"currentPage":[2,"current-page"],"formatHref":[16],"availablePositions":[32]},[[0,"dsoSizeChange","sizeChangeHandler"]]]]],["dso-tree-view.cjs",[[1,"dso-tree-view",{"collection":[16],"focusItem":[64]}]]],["dso-accordion-section.cjs",[[1,"dso-accordion-section",{"handleTitle":[1,"handle-title"],"heading":[1],"handleUrl":[1,"handle-url"],"state":[1],"attachmentCount":[2,"attachment-count"],"icon":[1],"status":[1],"open":[1540],"hasNestedSection":[32],"toggleSection":[64],"scrollSectionIntoView":[64]}]]],["dso-alert.cjs",[[1,"dso-alert",{"status":[1],"roleAlert":[4,"role-alert"]}]]],["dso-annotation-button.cjs",[[0,"dso-annotation-button",{"identifier":[1]}]]],["dso-attachments-counter.cjs",[[1,"dso-attachments-counter",{"count":[2]}]]],["dso-autosuggest.cjs",[[6,"dso-autosuggest",{"suggestions":[16],"loading":[4],"loadingLabel":[1,"loading-label"],"loadingDelayed":[2,"loading-delayed"],"notFoundLabel":[1,"not-found-label"],"suggestOnFocus":[4,"suggest-on-focus"],"showSuggestions":[32],"selectedSuggestion":[32],"notFound":[32],"showLoading":[32]},[[4,"click","onDocumentClick"]]]]],["dso-date-picker.cjs",[[2,"dso-date-picker",{"name":[1],"identifier":[1],"disabled":[516],"role":[1],"direction":[1],"required":[4],"dsoAutofocus":[4,"dso-autofocus"],"value":[1537],"min":[1],"max":[1],"activeFocus":[32],"focusedDay":[32],"open":[32],"visible":[32],"setFocus":[64],"show":[64],"hide":[64]},[[6,"click","handleDocumentClick"]]]]],["dso-helpcenter-panel.cjs",[[1,"dso-helpcenter-panel",{"label":[1],"url":[1],"visibility":[32],"isOpen":[32],"slideState":[32],"loadIframe":[32]},[[8,"keydown","keyDownListener"]]]]],["dso-image-overlay.cjs",[[1,"dso-image-overlay",{"active":[32],"zoomable":[32]},[[2,"load","loadListener"]]]]],["dso-list-button.cjs",[[1,"dso-list-button",{"label":[1],"sublabel":[1],"subcontent":[1],"count":[2],"min":[8],"max":[8],"checked":[516],"disabled":[516],"manualInputWrapperElement":[32],"manualCount":[32]}]]],["dso-map-controls.cjs",[[1,"dso-map-controls",{"open":[1540],"disableZoom":[1,"disable-zoom"],"hideContent":[32]}]]],["dso-modal.cjs",[[1,"dso-modal",{"modalTitle":[1,"modal-title"],"role":[1],"showCloseButton":[4,"show-close-button"],"initialFocus":[1,"initial-focus"],"ariaId":[32],"hasFooter":[32]}]]],["dso-table.cjs",[[1,"dso-table",{"noModal":[516,"no-modal"],"isResponsive":[516,"is-responsive"],"modalActive":[32],"placeholderHeight":[32]}]]],["dso-viewer-grid.cjs",[[1,"dso-viewer-grid",{"filterpanelOpen":[516,"filterpanel-open"],"overlayOpen":[516,"overlay-open"],"initialMainSize":[1,"initial-main-size"],"mainSize":[32]}]]],["dso-accordion.cjs",[[1,"dso-accordion",{"variant":[513],"reverseAlign":[516,"reverse-align"],"allowMultipleOpen":[516,"allow-multiple-open"],"getState":[64],"toggleSection":[64],"animationEnd":[64],"closeOpenSections":[64]}]]],["dso-badge.cjs",[[1,"dso-badge",{"status":[1]}]]],["dso-banner.cjs",[[1,"dso-banner",{"status":[513]}]]],["dso-card.cjs",[[1,"dso-card",{"isSelectable":[516,"is-selectable"],"hasImage":[516,"has-image"],"clickable":[4]}]]],["dso-card-container.cjs",[[1,"dso-card-container",{"mode":[513]}]]],["dso-highlight-box.cjs",[[1,"dso-highlight-box",{"yellow":[4],"border":[4],"white":[4],"dropShadow":[4,"drop-shadow"],"step":[2]}]]],["dso-ozon-content.cjs",[[6,"dso-ozon-content",{"content":[1],"inline":[516],"deleted":[516],"interactive":[520],"state":[32]}]]],["dso-progress-bar.cjs",[[1,"dso-progress-bar",{"progress":[2],"min":[2],"max":[2]}]]],["dso-slide-toggle.cjs",[[4,"dso-slide-toggle",{"checked":[4],"disabled":[4],"accessibleLabel":[1,"accessible-label"],"labelledbyId":[1,"labelledby-id"],"identifier":[1],"hasVisibleLabel":[32]}]]],["dso-dropdown-menu.cjs",[[1,"dso-dropdown-menu",{"open":[1540],"dropdownAlign":[1,"dropdown-align"],"checkable":[4]}]]],["dso-expandable.cjs",[[1,"dso-expandable",{"open":[516]}]]],["dso-progress-indicator.cjs",[[1,"dso-progress-indicator",{"label":[1],"size":[513],"block":[4]}]]],["dso-responsive-element.cjs",[[1,"dso-responsive-element",{"sizeAlias":[32],"sizeWidth":[32],"getSize":[64]}]]],["dso-tooltip.cjs",[[1,"dso-tooltip",{"descriptive":[516],"position":[1],"strategy":[1],"noArrow":[4,"no-arrow"],"stateless":[4],"small":[4],"active":[1540],"hidden":[32],"activate":[64],"deactivate":[64]},[[0,"click","listenClick"]]]]],["dso-info-button.cjs",[[1,"dso-info-button",{"active":[1540],"secondary":[4],"label":[1],"hover":[32],"setFocus":[64]}]]],["dso-info_2.cjs",[[6,"dso-selectable",{"type":[1],"identifier":[1],"name":[1],"value":[1],"invalid":[4],"describedById":[1,"described-by-id"],"disabled":[4],"required":[4],"checked":[4],"indeterminate":[4],"infoFixed":[4,"info-fixed"],"infoActive":[32],"toggleInfo":[64]}],[1,"dso-info",{"fixed":[516],"active":[516]}]]]], options);
19
19
  });