@dso-toolkit/angular 88.1.1 → 90.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/fesm2022/dso-toolkit-angular.mjs +2079 -484
- package/fesm2022/dso-toolkit-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/types/dso-toolkit-angular.d.ts +1294 -71
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { __decorate } from 'tslib';
|
|
2
2
|
import * as i0 from '@angular/core';
|
|
3
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Output, NgModule } from '@angular/core';
|
|
3
|
+
import { ChangeDetectionStrategy, Component, EventEmitter, Output, forwardRef, HostListener, Directive, NgModule } from '@angular/core';
|
|
4
4
|
import { fromEvent } from 'rxjs';
|
|
5
5
|
import { defineCustomElement as defineCustomElement$1 } from '@dso-toolkit/core/dist/components/dso-accordion.js';
|
|
6
6
|
import { defineCustomElement as defineCustomElement$2 } from '@dso-toolkit/core/dist/components/dso-accordion-section.js';
|
|
@@ -38,40 +38,43 @@ import { defineCustomElement as defineCustomElement$x } from '@dso-toolkit/core/
|
|
|
38
38
|
import { defineCustomElement as defineCustomElement$y } from '@dso-toolkit/core/dist/components/dso-input-range.js';
|
|
39
39
|
import { defineCustomElement as defineCustomElement$z } from '@dso-toolkit/core/dist/components/dso-label.js';
|
|
40
40
|
import { defineCustomElement as defineCustomElement$A } from '@dso-toolkit/core/dist/components/dso-legend.js';
|
|
41
|
-
import { defineCustomElement as defineCustomElement$B } from '@dso-toolkit/core/dist/components/dso-legend-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$C } from '@dso-toolkit/core/dist/components/dso-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$D } from '@dso-toolkit/core/dist/components/dso-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$E } from '@dso-toolkit/core/dist/components/dso-
|
|
45
|
-
import { defineCustomElement as defineCustomElement$F } from '@dso-toolkit/core/dist/components/dso-map-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$G } from '@dso-toolkit/core/dist/components/dso-map-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$H } from '@dso-toolkit/core/dist/components/dso-map-layer
|
|
48
|
-
import { defineCustomElement as defineCustomElement$I } from '@dso-toolkit/core/dist/components/dso-map-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$J } from '@dso-toolkit/core/dist/components/dso-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$K } from '@dso-toolkit/core/dist/components/dso-
|
|
51
|
-
import { defineCustomElement as defineCustomElement$L } from '@dso-toolkit/core/dist/components/dso-
|
|
52
|
-
import { defineCustomElement as defineCustomElement$M } from '@dso-toolkit/core/dist/components/dso-
|
|
53
|
-
import { defineCustomElement as defineCustomElement$N } from '@dso-toolkit/core/dist/components/dso-ozon-content
|
|
54
|
-
import { defineCustomElement as defineCustomElement$O } from '@dso-toolkit/core/dist/components/dso-
|
|
55
|
-
import { defineCustomElement as defineCustomElement$P } from '@dso-toolkit/core/dist/components/dso-
|
|
56
|
-
import { defineCustomElement as defineCustomElement$Q } from '@dso-toolkit/core/dist/components/dso-
|
|
57
|
-
import { defineCustomElement as defineCustomElement$R } from '@dso-toolkit/core/dist/components/dso-
|
|
58
|
-
import { defineCustomElement as defineCustomElement$S } from '@dso-toolkit/core/dist/components/dso-
|
|
59
|
-
import { defineCustomElement as defineCustomElement$T } from '@dso-toolkit/core/dist/components/dso-
|
|
60
|
-
import { defineCustomElement as defineCustomElement$U } from '@dso-toolkit/core/dist/components/dso-
|
|
61
|
-
import { defineCustomElement as defineCustomElement$V } from '@dso-toolkit/core/dist/components/dso-
|
|
62
|
-
import { defineCustomElement as defineCustomElement$W } from '@dso-toolkit/core/dist/components/dso-
|
|
63
|
-
import { defineCustomElement as defineCustomElement$X } from '@dso-toolkit/core/dist/components/dso-
|
|
64
|
-
import { defineCustomElement as defineCustomElement$Y } from '@dso-toolkit/core/dist/components/dso-
|
|
65
|
-
import { defineCustomElement as defineCustomElement$Z } from '@dso-toolkit/core/dist/components/dso-
|
|
66
|
-
import { defineCustomElement as defineCustomElement$_ } from '@dso-toolkit/core/dist/components/dso-
|
|
67
|
-
import { defineCustomElement as defineCustomElement$$ } from '@dso-toolkit/core/dist/components/dso-
|
|
68
|
-
import { defineCustomElement as defineCustomElement$10 } from '@dso-toolkit/core/dist/components/dso-
|
|
69
|
-
import { defineCustomElement as defineCustomElement$11 } from '@dso-toolkit/core/dist/components/dso-
|
|
70
|
-
import { defineCustomElement as defineCustomElement$12 } from '@dso-toolkit/core/dist/components/dso-
|
|
71
|
-
import { defineCustomElement as defineCustomElement$13 } from '@dso-toolkit/core/dist/components/dso-
|
|
72
|
-
import { defineCustomElement as defineCustomElement$14 } from '@dso-toolkit/core/dist/components/dso-
|
|
73
|
-
import { defineCustomElement as defineCustomElement$15 } from '@dso-toolkit/core/dist/components/dso-
|
|
74
|
-
import { defineCustomElement as defineCustomElement$16 } from '@dso-toolkit/core/dist/components/
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@dso-toolkit/core/dist/components/dso-legend-group.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@dso-toolkit/core/dist/components/dso-legend-item.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@dso-toolkit/core/dist/components/dso-list-button.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@dso-toolkit/core/dist/components/dso-logo.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$F } from '@dso-toolkit/core/dist/components/dso-map-base-layers.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$G } from '@dso-toolkit/core/dist/components/dso-map-controls.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$H } from '@dso-toolkit/core/dist/components/dso-map-layer.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$I } from '@dso-toolkit/core/dist/components/dso-map-layer-object.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$J } from '@dso-toolkit/core/dist/components/dso-map-overlays.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$K } from '@dso-toolkit/core/dist/components/dso-mark-bar.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$L } from '@dso-toolkit/core/dist/components/dso-modal.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$M } from '@dso-toolkit/core/dist/components/dso-onboarding-tip.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$N } from '@dso-toolkit/core/dist/components/dso-ozon-content.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$O } from '@dso-toolkit/core/dist/components/dso-ozon-content-toggletip.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$P } from '@dso-toolkit/core/dist/components/dso-pagination.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$Q } from '@dso-toolkit/core/dist/components/dso-panel.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$R } from '@dso-toolkit/core/dist/components/dso-plekinfo-card.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$S } from '@dso-toolkit/core/dist/components/dso-progress-indicator.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$T } from '@dso-toolkit/core/dist/components/dso-project-item.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$U } from '@dso-toolkit/core/dist/components/dso-renvooi.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$V } from '@dso-toolkit/core/dist/components/dso-responsive-element.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$W } from '@dso-toolkit/core/dist/components/dso-scrollable.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$X } from '@dso-toolkit/core/dist/components/dso-segmented-button.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$Y } from '@dso-toolkit/core/dist/components/dso-selectable.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$Z } from '@dso-toolkit/core/dist/components/dso-skiplink.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$_ } from '@dso-toolkit/core/dist/components/dso-slide-toggle.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$$ } from '@dso-toolkit/core/dist/components/dso-survey-rating.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$10 } from '@dso-toolkit/core/dist/components/dso-tab.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$11 } from '@dso-toolkit/core/dist/components/dso-table.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$12 } from '@dso-toolkit/core/dist/components/dso-tabs.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$13 } from '@dso-toolkit/core/dist/components/dso-tijdreis-banner.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$14 } from '@dso-toolkit/core/dist/components/dso-toggletip.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$15 } from '@dso-toolkit/core/dist/components/dso-tooltip.js';
|
|
74
|
+
import { defineCustomElement as defineCustomElement$16 } from '@dso-toolkit/core/dist/components/dso-tree-view.js';
|
|
75
|
+
import { defineCustomElement as defineCustomElement$17 } from '@dso-toolkit/core/dist/components/dso-viewer-grid.js';
|
|
76
|
+
import { defineCustomElement as defineCustomElement$18 } from '@dso-toolkit/core/dist/components/dsot-document-component-demo.js';
|
|
77
|
+
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
75
78
|
|
|
76
79
|
/* eslint-disable */
|
|
77
80
|
/* tslint:disable */
|
|
@@ -134,13 +137,25 @@ function ProxyCmp(opts) {
|
|
|
134
137
|
let DsoAccordion = class DsoAccordion {
|
|
135
138
|
z;
|
|
136
139
|
el;
|
|
140
|
+
/**
|
|
141
|
+
* The variant of the Accordion.
|
|
142
|
+
*/
|
|
143
|
+
set variant(_) { }
|
|
144
|
+
;
|
|
145
|
+
/**
|
|
146
|
+
* Places the chevron at the opposite side.
|
|
147
|
+
|
|
148
|
+
Note: this mode does not display `state`, `attachmentCount` or `status` props on Accordion Sections
|
|
149
|
+
*/
|
|
150
|
+
set reverseAlign(_) { }
|
|
151
|
+
;
|
|
137
152
|
constructor(c, r, z) {
|
|
138
153
|
this.z = z;
|
|
139
154
|
c.detach();
|
|
140
155
|
this.el = r.nativeElement;
|
|
141
156
|
}
|
|
142
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
143
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
157
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
158
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAccordion, isStandalone: true, selector: "dso-accordion", inputs: { reverseAlign: "reverseAlign", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
144
159
|
};
|
|
145
160
|
DsoAccordion = __decorate([
|
|
146
161
|
ProxyCmp({
|
|
@@ -148,31 +163,102 @@ DsoAccordion = __decorate([
|
|
|
148
163
|
inputs: ['reverseAlign', 'variant']
|
|
149
164
|
})
|
|
150
165
|
], DsoAccordion);
|
|
151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
166
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAccordion, decorators: [{
|
|
152
167
|
type: Component,
|
|
153
168
|
args: [{
|
|
154
169
|
selector: 'dso-accordion',
|
|
155
170
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
156
171
|
template: '<ng-content></ng-content>',
|
|
157
172
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
158
|
-
inputs: ['reverseAlign', 'variant'],
|
|
159
|
-
standalone: true
|
|
173
|
+
inputs: ['reverseAlign', 'variant'],
|
|
160
174
|
}]
|
|
161
175
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
162
176
|
let DsoAccordionSection = class DsoAccordionSection {
|
|
163
177
|
z;
|
|
178
|
+
el;
|
|
179
|
+
/**
|
|
180
|
+
* The title of the handle
|
|
181
|
+
*/
|
|
182
|
+
set handleTitle(_) { }
|
|
183
|
+
;
|
|
184
|
+
/**
|
|
185
|
+
* An optional 'wijzigactie' that signals if the section is added or removed.
|
|
186
|
+
*/
|
|
187
|
+
set wijzigactie(_) { }
|
|
188
|
+
;
|
|
189
|
+
/**
|
|
190
|
+
* Which heading element to use. @default "h2"
|
|
191
|
+
*/
|
|
192
|
+
set heading(_) { }
|
|
193
|
+
;
|
|
194
|
+
/**
|
|
195
|
+
* When set the handle will render as a `<a>`. When undefined it renders as a `<button>`
|
|
196
|
+
*/
|
|
197
|
+
set handleUrl(_) { }
|
|
198
|
+
;
|
|
199
|
+
/**
|
|
200
|
+
* `state` takes precedence over `attachmentCount` and `icon`
|
|
201
|
+
*/
|
|
202
|
+
set status(_) { }
|
|
203
|
+
;
|
|
204
|
+
/**
|
|
205
|
+
* `attachmentCount` takes precedence over `icon`
|
|
206
|
+
*/
|
|
207
|
+
set attachmentCount(_) { }
|
|
208
|
+
;
|
|
209
|
+
/**
|
|
210
|
+
* The alias of the icon in the heading handle.
|
|
211
|
+
*/
|
|
212
|
+
set icon(_) { }
|
|
213
|
+
;
|
|
214
|
+
/**
|
|
215
|
+
* The status of the section.
|
|
216
|
+
*/
|
|
217
|
+
set statusDescription(_) { }
|
|
218
|
+
;
|
|
219
|
+
/**
|
|
220
|
+
* Set the Accordion Section open. @default false
|
|
221
|
+
*/
|
|
222
|
+
set open(_) { }
|
|
223
|
+
;
|
|
224
|
+
/**
|
|
225
|
+
* Set when this Accordion Section contains or will contain an Accordion. @default false
|
|
226
|
+
*/
|
|
227
|
+
set hasNestedAccordion(_) { }
|
|
228
|
+
;
|
|
229
|
+
/**
|
|
230
|
+
* The label to be displayed in the heading handle inside a Label (optional)
|
|
231
|
+
*/
|
|
232
|
+
set label(_) { }
|
|
233
|
+
;
|
|
234
|
+
/**
|
|
235
|
+
* The status of the Label in the heading handle (optional)
|
|
236
|
+
*/
|
|
237
|
+
set labelStatus(_) { }
|
|
238
|
+
;
|
|
239
|
+
/**
|
|
240
|
+
* A boolean to indicate if the Accordion Section is capable of being activated. When `true` a Slide Toggle displays
|
|
241
|
+
on the right in the heading handle (optional). Works only for `variant` `compact-black` and `reverseAlign` false. @default false
|
|
242
|
+
*/
|
|
243
|
+
set activatable(_) { }
|
|
244
|
+
;
|
|
245
|
+
/**
|
|
246
|
+
* A boolean to indicate if the Accordion Section is `active`. Only applicable when the Accordion Section is
|
|
247
|
+
`activatable`. @default false
|
|
248
|
+
*/
|
|
249
|
+
set active(_) { }
|
|
250
|
+
;
|
|
164
251
|
dsoActiveChange = new EventEmitter();
|
|
165
252
|
dsoToggleClick = new EventEmitter();
|
|
166
253
|
dsoAnimationStart = new EventEmitter();
|
|
167
254
|
dsoAnimationEnd = new EventEmitter();
|
|
168
|
-
el;
|
|
169
255
|
constructor(c, r, z) {
|
|
170
256
|
this.z = z;
|
|
171
257
|
c.detach();
|
|
172
258
|
this.el = r.nativeElement;
|
|
173
259
|
}
|
|
174
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
175
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
260
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAccordionSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
261
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAccordionSection, isStandalone: true, selector: "dso-accordion-section", inputs: { activatable: "activatable", active: "active", attachmentCount: "attachmentCount", handleTitle: "handleTitle", handleUrl: "handleUrl", hasNestedAccordion: "hasNestedAccordion", heading: "heading", icon: "icon", label: "label", labelStatus: "labelStatus", open: "open", status: "status", statusDescription: "statusDescription", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoToggleClick: "dsoToggleClick", dsoAnimationStart: "dsoAnimationStart", dsoAnimationEnd: "dsoAnimationEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
176
262
|
};
|
|
177
263
|
DsoAccordionSection = __decorate([
|
|
178
264
|
ProxyCmp({
|
|
@@ -181,15 +267,15 @@ DsoAccordionSection = __decorate([
|
|
|
181
267
|
methods: ['focusHandle']
|
|
182
268
|
})
|
|
183
269
|
], DsoAccordionSection);
|
|
184
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
270
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAccordionSection, decorators: [{
|
|
185
271
|
type: Component,
|
|
186
272
|
args: [{
|
|
187
273
|
selector: 'dso-accordion-section',
|
|
188
274
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
189
275
|
template: '<ng-content></ng-content>',
|
|
190
276
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
191
|
-
inputs: ['activatable', 'active', 'attachmentCount', 'handleTitle', 'handleUrl', 'hasNestedAccordion', 'heading', 'icon', 'label', 'labelStatus', 'open', 'status', 'statusDescription', 'wijzigactie'],
|
|
192
|
-
|
|
277
|
+
inputs: ['activatable', 'active', 'attachmentCount', { name: 'handleTitle', required: true }, 'handleUrl', 'hasNestedAccordion', 'heading', 'icon', 'label', 'labelStatus', 'open', 'status', 'statusDescription', 'wijzigactie'],
|
|
278
|
+
outputs: ['dsoActiveChange', 'dsoToggleClick', 'dsoAnimationStart', 'dsoAnimationEnd'],
|
|
193
279
|
}]
|
|
194
280
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
195
281
|
type: Output
|
|
@@ -203,13 +289,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
203
289
|
let DsoActionList = class DsoActionList {
|
|
204
290
|
z;
|
|
205
291
|
el;
|
|
292
|
+
/**
|
|
293
|
+
* The title.
|
|
294
|
+
*/
|
|
295
|
+
set listTitle(_) { }
|
|
296
|
+
;
|
|
206
297
|
constructor(c, r, z) {
|
|
207
298
|
this.z = z;
|
|
208
299
|
c.detach();
|
|
209
300
|
this.el = r.nativeElement;
|
|
210
301
|
}
|
|
211
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
212
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
302
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoActionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
303
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoActionList, isStandalone: true, selector: "dso-action-list", inputs: { listTitle: "listTitle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
213
304
|
};
|
|
214
305
|
DsoActionList = __decorate([
|
|
215
306
|
ProxyCmp({
|
|
@@ -217,27 +308,51 @@ DsoActionList = __decorate([
|
|
|
217
308
|
inputs: ['listTitle']
|
|
218
309
|
})
|
|
219
310
|
], DsoActionList);
|
|
220
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
311
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoActionList, decorators: [{
|
|
221
312
|
type: Component,
|
|
222
313
|
args: [{
|
|
223
314
|
selector: 'dso-action-list',
|
|
224
315
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
225
316
|
template: '<ng-content></ng-content>',
|
|
226
317
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
227
|
-
inputs: ['listTitle'
|
|
228
|
-
standalone: true
|
|
318
|
+
inputs: [{ name: 'listTitle', required: true }],
|
|
229
319
|
}]
|
|
230
320
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
231
321
|
let DsoActionListItem = class DsoActionListItem {
|
|
232
322
|
z;
|
|
233
323
|
el;
|
|
324
|
+
/**
|
|
325
|
+
* The step of the Action List Item.
|
|
326
|
+
*/
|
|
327
|
+
set step(_) { }
|
|
328
|
+
;
|
|
329
|
+
/**
|
|
330
|
+
* The title of the item.
|
|
331
|
+
*/
|
|
332
|
+
set itemTitle(_) { }
|
|
333
|
+
;
|
|
334
|
+
/**
|
|
335
|
+
* Show flow line to next step @default false
|
|
336
|
+
*/
|
|
337
|
+
set flowLine(_) { }
|
|
338
|
+
;
|
|
339
|
+
/**
|
|
340
|
+
* When there is a warning. @default false
|
|
341
|
+
*/
|
|
342
|
+
set warning(_) { }
|
|
343
|
+
;
|
|
344
|
+
/**
|
|
345
|
+
* Places a dashed line at the bottom of the item. @default false
|
|
346
|
+
*/
|
|
347
|
+
set divider(_) { }
|
|
348
|
+
;
|
|
234
349
|
constructor(c, r, z) {
|
|
235
350
|
this.z = z;
|
|
236
351
|
c.detach();
|
|
237
352
|
this.el = r.nativeElement;
|
|
238
353
|
}
|
|
239
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
240
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
354
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoActionListItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
355
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoActionListItem, isStandalone: true, selector: "dso-action-list-item", inputs: { divider: "divider", flowLine: "flowLine", itemTitle: "itemTitle", step: "step", warning: "warning" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
241
356
|
};
|
|
242
357
|
DsoActionListItem = __decorate([
|
|
243
358
|
ProxyCmp({
|
|
@@ -245,29 +360,43 @@ DsoActionListItem = __decorate([
|
|
|
245
360
|
inputs: ['divider', 'flowLine', 'itemTitle', 'step', 'warning']
|
|
246
361
|
})
|
|
247
362
|
], DsoActionListItem);
|
|
248
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
363
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoActionListItem, decorators: [{
|
|
249
364
|
type: Component,
|
|
250
365
|
args: [{
|
|
251
366
|
selector: 'dso-action-list-item',
|
|
252
367
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
253
368
|
template: '<ng-content></ng-content>',
|
|
254
369
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
255
|
-
inputs: ['divider', 'flowLine', 'itemTitle', 'step', 'warning'],
|
|
256
|
-
standalone: true
|
|
370
|
+
inputs: ['divider', 'flowLine', 'itemTitle', { name: 'step', required: true }, 'warning'],
|
|
257
371
|
}]
|
|
258
372
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
259
373
|
let DsoAdvancedSelect = class DsoAdvancedSelect {
|
|
260
374
|
z;
|
|
375
|
+
el;
|
|
376
|
+
/**
|
|
377
|
+
* The options to display in the select. @default []
|
|
378
|
+
*/
|
|
379
|
+
set options(_) { }
|
|
380
|
+
;
|
|
381
|
+
/**
|
|
382
|
+
* The active option. By object reference.
|
|
383
|
+
*/
|
|
384
|
+
set active(_) { }
|
|
385
|
+
;
|
|
386
|
+
/**
|
|
387
|
+
* An extra text for the active option. Only visible in the list of options.
|
|
388
|
+
*/
|
|
389
|
+
set activeHint(_) { }
|
|
390
|
+
;
|
|
261
391
|
dsoChange = new EventEmitter();
|
|
262
392
|
dsoRedirect = new EventEmitter();
|
|
263
|
-
el;
|
|
264
393
|
constructor(c, r, z) {
|
|
265
394
|
this.z = z;
|
|
266
395
|
c.detach();
|
|
267
396
|
this.el = r.nativeElement;
|
|
268
397
|
}
|
|
269
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
270
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
398
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAdvancedSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
399
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAdvancedSelect, isStandalone: true, selector: "dso-advanced-select", inputs: { active: "active", activeHint: "activeHint", options: "options" }, outputs: { dsoChange: "dsoChange", dsoRedirect: "dsoRedirect" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
271
400
|
};
|
|
272
401
|
DsoAdvancedSelect = __decorate([
|
|
273
402
|
ProxyCmp({
|
|
@@ -275,15 +404,15 @@ DsoAdvancedSelect = __decorate([
|
|
|
275
404
|
inputs: ['active', 'activeHint', 'options']
|
|
276
405
|
})
|
|
277
406
|
], DsoAdvancedSelect);
|
|
278
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
407
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAdvancedSelect, decorators: [{
|
|
279
408
|
type: Component,
|
|
280
409
|
args: [{
|
|
281
410
|
selector: 'dso-advanced-select',
|
|
282
411
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
283
412
|
template: '<ng-content></ng-content>',
|
|
284
413
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
285
|
-
inputs: ['active', 'activeHint', 'options'],
|
|
286
|
-
|
|
414
|
+
inputs: ['active', 'activeHint', 'options'],
|
|
415
|
+
outputs: ['dsoChange', 'dsoRedirect'],
|
|
287
416
|
}]
|
|
288
417
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoChange: [{
|
|
289
418
|
type: Output
|
|
@@ -292,15 +421,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
292
421
|
}] } });
|
|
293
422
|
let DsoAlert = class DsoAlert {
|
|
294
423
|
z;
|
|
295
|
-
dsoClose = new EventEmitter();
|
|
296
424
|
el;
|
|
425
|
+
/**
|
|
426
|
+
* Set status of alert
|
|
427
|
+
*/
|
|
428
|
+
set status(_) { }
|
|
429
|
+
;
|
|
430
|
+
/**
|
|
431
|
+
* Whether or not to show the role attribute with value "alert". To control the tooltip add the `role-alert` attribute.
|
|
432
|
+
*/
|
|
433
|
+
set roleAlert(_) { }
|
|
434
|
+
;
|
|
435
|
+
/**
|
|
436
|
+
* Show alert as compact variant (without icon)
|
|
437
|
+
*/
|
|
438
|
+
set compact(_) { }
|
|
439
|
+
;
|
|
440
|
+
/**
|
|
441
|
+
* When `false` the close button in the alert will not be rendered. @default false
|
|
442
|
+
*/
|
|
443
|
+
set closable(_) { }
|
|
444
|
+
;
|
|
445
|
+
dsoClose = new EventEmitter();
|
|
297
446
|
constructor(c, r, z) {
|
|
298
447
|
this.z = z;
|
|
299
448
|
c.detach();
|
|
300
449
|
this.el = r.nativeElement;
|
|
301
450
|
}
|
|
302
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
303
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
451
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
452
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAlert, isStandalone: true, selector: "dso-alert", inputs: { closable: "closable", compact: "compact", roleAlert: "roleAlert", status: "status" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
304
453
|
};
|
|
305
454
|
DsoAlert = __decorate([
|
|
306
455
|
ProxyCmp({
|
|
@@ -308,30 +457,65 @@ DsoAlert = __decorate([
|
|
|
308
457
|
inputs: ['closable', 'compact', 'roleAlert', 'status']
|
|
309
458
|
})
|
|
310
459
|
], DsoAlert);
|
|
311
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
460
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAlert, decorators: [{
|
|
312
461
|
type: Component,
|
|
313
462
|
args: [{
|
|
314
463
|
selector: 'dso-alert',
|
|
315
464
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
316
465
|
template: '<ng-content></ng-content>',
|
|
317
466
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
318
|
-
inputs: ['closable', 'compact', 'roleAlert', 'status'
|
|
319
|
-
|
|
467
|
+
inputs: ['closable', 'compact', 'roleAlert', { name: 'status', required: true }],
|
|
468
|
+
outputs: ['dsoClose'],
|
|
320
469
|
}]
|
|
321
470
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClose: [{
|
|
322
471
|
type: Output
|
|
323
472
|
}] } });
|
|
324
473
|
let DsoAnnotationActiviteit = class DsoAnnotationActiviteit {
|
|
325
474
|
z;
|
|
326
|
-
dsoActiveChange = new EventEmitter();
|
|
327
475
|
el;
|
|
476
|
+
/**
|
|
477
|
+
* Een optionele wijzigactie die aangeeft of de annotatie toegevoegd of verwijderd is.
|
|
478
|
+
*/
|
|
479
|
+
set wijzigactie(_) { }
|
|
480
|
+
;
|
|
481
|
+
/**
|
|
482
|
+
* Een optionele boolean die aangeeft of de annotatie actief is.
|
|
483
|
+
*/
|
|
484
|
+
set active(_) { }
|
|
485
|
+
;
|
|
486
|
+
/**
|
|
487
|
+
* Een optionele boolean die aangeeft of de locatie van de annotatie gewijzigd is.
|
|
488
|
+
*/
|
|
489
|
+
set gewijzigdeLocatie(_) { }
|
|
490
|
+
;
|
|
491
|
+
/**
|
|
492
|
+
* De naam van de activiteit.
|
|
493
|
+
*/
|
|
494
|
+
set naam(_) { }
|
|
495
|
+
;
|
|
496
|
+
/**
|
|
497
|
+
* De activiteit regel kwalificatie.
|
|
498
|
+
*/
|
|
499
|
+
set regelKwalificatie(_) { }
|
|
500
|
+
;
|
|
501
|
+
/**
|
|
502
|
+
* De noemer van de locatie.
|
|
503
|
+
*/
|
|
504
|
+
set locatieNoemers(_) { }
|
|
505
|
+
;
|
|
506
|
+
/**
|
|
507
|
+
* Voorzetsel van de regelKwalificatie. Exclusief dubbele punt.
|
|
508
|
+
*/
|
|
509
|
+
set regelKwalificatieVoorzetsel(_) { }
|
|
510
|
+
;
|
|
511
|
+
dsoActiveChange = new EventEmitter();
|
|
328
512
|
constructor(c, r, z) {
|
|
329
513
|
this.z = z;
|
|
330
514
|
c.detach();
|
|
331
515
|
this.el = r.nativeElement;
|
|
332
516
|
}
|
|
333
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
334
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
517
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationActiviteit, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
518
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationActiviteit, isStandalone: true, selector: "dso-annotation-activiteit", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", locatieNoemers: "locatieNoemers", naam: "naam", regelKwalificatie: "regelKwalificatie", regelKwalificatieVoorzetsel: "regelKwalificatieVoorzetsel", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
335
519
|
};
|
|
336
520
|
DsoAnnotationActiviteit = __decorate([
|
|
337
521
|
ProxyCmp({
|
|
@@ -339,30 +523,50 @@ DsoAnnotationActiviteit = __decorate([
|
|
|
339
523
|
inputs: ['active', 'gewijzigdeLocatie', 'locatieNoemers', 'naam', 'regelKwalificatie', 'regelKwalificatieVoorzetsel', 'wijzigactie']
|
|
340
524
|
})
|
|
341
525
|
], DsoAnnotationActiviteit);
|
|
342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
526
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationActiviteit, decorators: [{
|
|
343
527
|
type: Component,
|
|
344
528
|
args: [{
|
|
345
529
|
selector: 'dso-annotation-activiteit',
|
|
346
530
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
347
531
|
template: '<ng-content></ng-content>',
|
|
348
532
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
349
|
-
inputs: ['active', 'gewijzigdeLocatie', 'locatieNoemers', 'naam', 'regelKwalificatie', 'regelKwalificatieVoorzetsel', 'wijzigactie'],
|
|
350
|
-
|
|
533
|
+
inputs: ['active', 'gewijzigdeLocatie', 'locatieNoemers', 'naam', 'regelKwalificatie', 'regelKwalificatieVoorzetsel', 'wijzigactie'],
|
|
534
|
+
outputs: ['dsoActiveChange'],
|
|
351
535
|
}]
|
|
352
536
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
353
537
|
type: Output
|
|
354
538
|
}] } });
|
|
355
539
|
let DsoAnnotationGebiedsaanwijzing = class DsoAnnotationGebiedsaanwijzing {
|
|
356
540
|
z;
|
|
357
|
-
dsoActiveChange = new EventEmitter();
|
|
358
541
|
el;
|
|
542
|
+
/**
|
|
543
|
+
* Een optionele wijzigactie die aangeeft of de annotatie toegevoegd of verwijderd is.
|
|
544
|
+
*/
|
|
545
|
+
set wijzigactie(_) { }
|
|
546
|
+
;
|
|
547
|
+
/**
|
|
548
|
+
* Een optionele boolean die aangeeft of de annotatie actief is.
|
|
549
|
+
*/
|
|
550
|
+
set active(_) { }
|
|
551
|
+
;
|
|
552
|
+
/**
|
|
553
|
+
* Een optionele boolean die aangeeft of de locatie van de annotatie gewijzigd is.
|
|
554
|
+
*/
|
|
555
|
+
set gewijzigdeLocatie(_) { }
|
|
556
|
+
;
|
|
557
|
+
/**
|
|
558
|
+
* De naam van de gebiedsaanwijzing.
|
|
559
|
+
*/
|
|
560
|
+
set naam(_) { }
|
|
561
|
+
;
|
|
562
|
+
dsoActiveChange = new EventEmitter();
|
|
359
563
|
constructor(c, r, z) {
|
|
360
564
|
this.z = z;
|
|
361
565
|
c.detach();
|
|
362
566
|
this.el = r.nativeElement;
|
|
363
567
|
}
|
|
364
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
365
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
568
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationGebiedsaanwijzing, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
569
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationGebiedsaanwijzing, isStandalone: true, selector: "dso-annotation-gebiedsaanwijzing", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", naam: "naam", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
366
570
|
};
|
|
367
571
|
DsoAnnotationGebiedsaanwijzing = __decorate([
|
|
368
572
|
ProxyCmp({
|
|
@@ -370,30 +574,47 @@ DsoAnnotationGebiedsaanwijzing = __decorate([
|
|
|
370
574
|
inputs: ['active', 'gewijzigdeLocatie', 'naam', 'wijzigactie']
|
|
371
575
|
})
|
|
372
576
|
], DsoAnnotationGebiedsaanwijzing);
|
|
373
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
577
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationGebiedsaanwijzing, decorators: [{
|
|
374
578
|
type: Component,
|
|
375
579
|
args: [{
|
|
376
580
|
selector: 'dso-annotation-gebiedsaanwijzing',
|
|
377
581
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
378
582
|
template: '<ng-content></ng-content>',
|
|
379
583
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
380
|
-
inputs: ['active', 'gewijzigdeLocatie', 'naam', 'wijzigactie'],
|
|
381
|
-
|
|
584
|
+
inputs: ['active', 'gewijzigdeLocatie', 'naam', 'wijzigactie'],
|
|
585
|
+
outputs: ['dsoActiveChange'],
|
|
382
586
|
}]
|
|
383
587
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
384
588
|
type: Output
|
|
385
589
|
}] } });
|
|
386
590
|
let DsoAnnotationKaart = class DsoAnnotationKaart {
|
|
387
591
|
z;
|
|
388
|
-
dsoClick = new EventEmitter();
|
|
389
592
|
el;
|
|
593
|
+
/**
|
|
594
|
+
* Een optionele wijzigactie die aangeeft of de annotatie is toegevoegd of verwijderd.
|
|
595
|
+
*/
|
|
596
|
+
set wijzigactie(_) { }
|
|
597
|
+
;
|
|
598
|
+
/**
|
|
599
|
+
* De naam van de kaart.
|
|
600
|
+
*/
|
|
601
|
+
set naam(_) { }
|
|
602
|
+
;
|
|
603
|
+
/**
|
|
604
|
+
* De url naar de kaart.
|
|
605
|
+
|
|
606
|
+
Gebruik het event `dsoClick` om de navigatie aan de router te koppelen.
|
|
607
|
+
*/
|
|
608
|
+
set href(_) { }
|
|
609
|
+
;
|
|
610
|
+
dsoClick = new EventEmitter();
|
|
390
611
|
constructor(c, r, z) {
|
|
391
612
|
this.z = z;
|
|
392
613
|
c.detach();
|
|
393
614
|
this.el = r.nativeElement;
|
|
394
615
|
}
|
|
395
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
396
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
616
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationKaart, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
617
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationKaart, isStandalone: true, selector: "dso-annotation-kaart", inputs: { href: "href", naam: "naam", wijzigactie: "wijzigactie" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
397
618
|
};
|
|
398
619
|
DsoAnnotationKaart = __decorate([
|
|
399
620
|
ProxyCmp({
|
|
@@ -401,30 +622,50 @@ DsoAnnotationKaart = __decorate([
|
|
|
401
622
|
inputs: ['href', 'naam', 'wijzigactie']
|
|
402
623
|
})
|
|
403
624
|
], DsoAnnotationKaart);
|
|
404
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
625
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationKaart, decorators: [{
|
|
405
626
|
type: Component,
|
|
406
627
|
args: [{
|
|
407
628
|
selector: 'dso-annotation-kaart',
|
|
408
629
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
409
630
|
template: '<ng-content></ng-content>',
|
|
410
631
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
411
|
-
inputs: ['href', 'naam', 'wijzigactie'],
|
|
412
|
-
|
|
632
|
+
inputs: ['href', 'naam', 'wijzigactie'],
|
|
633
|
+
outputs: ['dsoClick'],
|
|
413
634
|
}]
|
|
414
635
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClick: [{
|
|
415
636
|
type: Output
|
|
416
637
|
}] } });
|
|
417
638
|
let DsoAnnotationLocatie = class DsoAnnotationLocatie {
|
|
418
639
|
z;
|
|
419
|
-
dsoActiveChange = new EventEmitter();
|
|
420
640
|
el;
|
|
641
|
+
/**
|
|
642
|
+
* Een optionele wijzigactie die aangeeft of de annotatie toegevoegd of verwijderd is.
|
|
643
|
+
*/
|
|
644
|
+
set wijzigactie(_) { }
|
|
645
|
+
;
|
|
646
|
+
/**
|
|
647
|
+
* Een optionele boolean die aangeeft of de annotatie actief is.
|
|
648
|
+
*/
|
|
649
|
+
set active(_) { }
|
|
650
|
+
;
|
|
651
|
+
/**
|
|
652
|
+
* Een optionele boolean die aangeeft of de locatie van de annotatie gewijzigd is.
|
|
653
|
+
*/
|
|
654
|
+
set gewijzigdeLocatie(_) { }
|
|
655
|
+
;
|
|
656
|
+
/**
|
|
657
|
+
* De noemer van de locatie.
|
|
658
|
+
*/
|
|
659
|
+
set locatieNoemer(_) { }
|
|
660
|
+
;
|
|
661
|
+
dsoActiveChange = new EventEmitter();
|
|
421
662
|
constructor(c, r, z) {
|
|
422
663
|
this.z = z;
|
|
423
664
|
c.detach();
|
|
424
665
|
this.el = r.nativeElement;
|
|
425
666
|
}
|
|
426
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
427
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
667
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationLocatie, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
668
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationLocatie, isStandalone: true, selector: "dso-annotation-locatie", inputs: { active: "active", gewijzigdeLocatie: "gewijzigdeLocatie", locatieNoemer: "locatieNoemer", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
428
669
|
};
|
|
429
670
|
DsoAnnotationLocatie = __decorate([
|
|
430
671
|
ProxyCmp({
|
|
@@ -432,30 +673,65 @@ DsoAnnotationLocatie = __decorate([
|
|
|
432
673
|
inputs: ['active', 'gewijzigdeLocatie', 'locatieNoemer', 'wijzigactie']
|
|
433
674
|
})
|
|
434
675
|
], DsoAnnotationLocatie);
|
|
435
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationLocatie, decorators: [{
|
|
436
677
|
type: Component,
|
|
437
678
|
args: [{
|
|
438
679
|
selector: 'dso-annotation-locatie',
|
|
439
680
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
440
681
|
template: '<ng-content></ng-content>',
|
|
441
682
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
442
|
-
inputs: ['active', 'gewijzigdeLocatie', 'locatieNoemer', 'wijzigactie'],
|
|
443
|
-
|
|
683
|
+
inputs: ['active', 'gewijzigdeLocatie', 'locatieNoemer', 'wijzigactie'],
|
|
684
|
+
outputs: ['dsoActiveChange'],
|
|
444
685
|
}]
|
|
445
686
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
446
687
|
type: Output
|
|
447
688
|
}] } });
|
|
448
689
|
let DsoAnnotationOmgevingsnormwaarde = class DsoAnnotationOmgevingsnormwaarde {
|
|
449
690
|
z;
|
|
450
|
-
dsoActiveChange = new EventEmitter();
|
|
451
691
|
el;
|
|
692
|
+
/**
|
|
693
|
+
* Een optionele wijzigactie die aangeeft of de annotatie toegevoegd of verwijderd is.
|
|
694
|
+
*/
|
|
695
|
+
set wijzigactie(_) { }
|
|
696
|
+
;
|
|
697
|
+
/**
|
|
698
|
+
* Een optionele boolean die aangeeft of de annotatie actief is.
|
|
699
|
+
*/
|
|
700
|
+
set active(_) { }
|
|
701
|
+
;
|
|
702
|
+
/**
|
|
703
|
+
* Een optionele boolean die aangeeft of de locatie van de annotatie gewijzigd is.
|
|
704
|
+
*/
|
|
705
|
+
set gewijzigdeLocatie(_) { }
|
|
706
|
+
;
|
|
707
|
+
/**
|
|
708
|
+
* De naam van de omgevingsnorm of omgevingswaarde.
|
|
709
|
+
*/
|
|
710
|
+
set naam(_) { }
|
|
711
|
+
;
|
|
712
|
+
/**
|
|
713
|
+
* De toelichting van de waardes.
|
|
714
|
+
*/
|
|
715
|
+
set toelichting(_) { }
|
|
716
|
+
;
|
|
717
|
+
/**
|
|
718
|
+
* De waardes van de omgevingsnorm of omgevingswaarde.
|
|
719
|
+
*/
|
|
720
|
+
set waardes(_) { }
|
|
721
|
+
;
|
|
722
|
+
/**
|
|
723
|
+
* De eenheid van de omgevingsnorm of omgevingswaarde.
|
|
724
|
+
*/
|
|
725
|
+
set eenheid(_) { }
|
|
726
|
+
;
|
|
727
|
+
dsoActiveChange = new EventEmitter();
|
|
452
728
|
constructor(c, r, z) {
|
|
453
729
|
this.z = z;
|
|
454
730
|
c.detach();
|
|
455
731
|
this.el = r.nativeElement;
|
|
456
732
|
}
|
|
457
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
458
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
733
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationOmgevingsnormwaarde, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
734
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAnnotationOmgevingsnormwaarde, isStandalone: true, selector: "dso-annotation-omgevingsnormwaarde", inputs: { active: "active", eenheid: "eenheid", gewijzigdeLocatie: "gewijzigdeLocatie", naam: "naam", toelichting: "toelichting", waardes: "waardes", wijzigactie: "wijzigactie" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
459
735
|
};
|
|
460
736
|
DsoAnnotationOmgevingsnormwaarde = __decorate([
|
|
461
737
|
ProxyCmp({
|
|
@@ -463,15 +739,15 @@ DsoAnnotationOmgevingsnormwaarde = __decorate([
|
|
|
463
739
|
inputs: ['active', 'eenheid', 'gewijzigdeLocatie', 'naam', 'toelichting', 'waardes', 'wijzigactie']
|
|
464
740
|
})
|
|
465
741
|
], DsoAnnotationOmgevingsnormwaarde);
|
|
466
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAnnotationOmgevingsnormwaarde, decorators: [{
|
|
467
743
|
type: Component,
|
|
468
744
|
args: [{
|
|
469
745
|
selector: 'dso-annotation-omgevingsnormwaarde',
|
|
470
746
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
471
747
|
template: '<ng-content></ng-content>',
|
|
472
748
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
473
|
-
inputs: ['active', 'eenheid', 'gewijzigdeLocatie', 'naam', 'toelichting', 'waardes', 'wijzigactie'],
|
|
474
|
-
|
|
749
|
+
inputs: ['active', 'eenheid', 'gewijzigdeLocatie', 'naam', 'toelichting', 'waardes', 'wijzigactie'],
|
|
750
|
+
outputs: ['dsoActiveChange'],
|
|
475
751
|
}]
|
|
476
752
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
477
753
|
type: Output
|
|
@@ -479,13 +755,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
479
755
|
let DsoAttachmentsCounter = class DsoAttachmentsCounter {
|
|
480
756
|
z;
|
|
481
757
|
el;
|
|
758
|
+
/**
|
|
759
|
+
* The number of attachments.
|
|
760
|
+
*/
|
|
761
|
+
set count(_) { }
|
|
762
|
+
;
|
|
482
763
|
constructor(c, r, z) {
|
|
483
764
|
this.z = z;
|
|
484
765
|
c.detach();
|
|
485
766
|
this.el = r.nativeElement;
|
|
486
767
|
}
|
|
487
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
488
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
768
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAttachmentsCounter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
769
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAttachmentsCounter, isStandalone: true, selector: "dso-attachments-counter", inputs: { count: "count" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
489
770
|
};
|
|
490
771
|
DsoAttachmentsCounter = __decorate([
|
|
491
772
|
ProxyCmp({
|
|
@@ -493,30 +774,70 @@ DsoAttachmentsCounter = __decorate([
|
|
|
493
774
|
inputs: ['count']
|
|
494
775
|
})
|
|
495
776
|
], DsoAttachmentsCounter);
|
|
496
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAttachmentsCounter, decorators: [{
|
|
497
778
|
type: Component,
|
|
498
779
|
args: [{
|
|
499
780
|
selector: 'dso-attachments-counter',
|
|
500
781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
501
782
|
template: '<ng-content></ng-content>',
|
|
502
783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
503
|
-
inputs: ['count'
|
|
504
|
-
standalone: true
|
|
784
|
+
inputs: [{ name: 'count', required: true }],
|
|
505
785
|
}]
|
|
506
786
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
507
787
|
let DsoAutosuggest = class DsoAutosuggest {
|
|
508
788
|
z;
|
|
789
|
+
el;
|
|
790
|
+
/**
|
|
791
|
+
* The suggestions for the value of the slotted input element.
|
|
792
|
+
|
|
793
|
+
This can be an array of type Suggestion or an Array of type SuggestionGroup.
|
|
794
|
+
|
|
795
|
+
A suggestionGroup must have a `groupLabel` and `suggestions`.
|
|
796
|
+
|
|
797
|
+
A suggestion must have a `value` and can have a `type`, an `item` or `extras`.
|
|
798
|
+
|
|
799
|
+
The `type` is used to style the suggestion. `item` can be use to reference the original object that was used to
|
|
800
|
+
create the suggestion. `extras` is an array of additional strings to further specify the suggestion.
|
|
801
|
+
|
|
802
|
+
The value should be null when no suggestions have been fetched. @default null
|
|
803
|
+
*/
|
|
804
|
+
set suggestions(_) { }
|
|
805
|
+
;
|
|
806
|
+
/**
|
|
807
|
+
* Shows progress indicator when fetching results. @default false
|
|
808
|
+
*/
|
|
809
|
+
set loading(_) { }
|
|
810
|
+
;
|
|
811
|
+
/**
|
|
812
|
+
* To override progress indicator's default loading label. @default "Een moment geduld."
|
|
813
|
+
*/
|
|
814
|
+
set loadingLabel(_) { }
|
|
815
|
+
;
|
|
816
|
+
/**
|
|
817
|
+
* To delay progress indicator showing (in ms).
|
|
818
|
+
*/
|
|
819
|
+
set loadingDelayed(_) { }
|
|
820
|
+
;
|
|
821
|
+
/**
|
|
822
|
+
* To show text when no results are found.
|
|
823
|
+
*/
|
|
824
|
+
set notFoundLabel(_) { }
|
|
825
|
+
;
|
|
826
|
+
/**
|
|
827
|
+
* A function provided by the consumer of the autosuggest component, that returns an array of `AutosuggestMarkItem`s
|
|
828
|
+
*/
|
|
829
|
+
set mark(_) { }
|
|
830
|
+
;
|
|
509
831
|
dsoSelect = new EventEmitter();
|
|
510
832
|
dsoChange = new EventEmitter();
|
|
511
833
|
dsoSearch = new EventEmitter();
|
|
512
|
-
el;
|
|
513
834
|
constructor(c, r, z) {
|
|
514
835
|
this.z = z;
|
|
515
836
|
c.detach();
|
|
516
837
|
this.el = r.nativeElement;
|
|
517
838
|
}
|
|
518
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
519
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
839
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAutosuggest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
840
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoAutosuggest, isStandalone: true, selector: "dso-autosuggest", inputs: { loading: "loading", loadingDelayed: "loadingDelayed", loadingLabel: "loadingLabel", mark: "mark", notFoundLabel: "notFoundLabel", suggestions: "suggestions" }, outputs: { dsoSelect: "dsoSelect", dsoChange: "dsoChange", dsoSearch: "dsoSearch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
520
841
|
};
|
|
521
842
|
DsoAutosuggest = __decorate([
|
|
522
843
|
ProxyCmp({
|
|
@@ -524,15 +845,15 @@ DsoAutosuggest = __decorate([
|
|
|
524
845
|
inputs: ['loading', 'loadingDelayed', 'loadingLabel', 'mark', 'notFoundLabel', 'suggestions']
|
|
525
846
|
})
|
|
526
847
|
], DsoAutosuggest);
|
|
527
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
848
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoAutosuggest, decorators: [{
|
|
528
849
|
type: Component,
|
|
529
850
|
args: [{
|
|
530
851
|
selector: 'dso-autosuggest',
|
|
531
852
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
532
853
|
template: '<ng-content></ng-content>',
|
|
533
854
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
534
|
-
inputs: ['loading', 'loadingDelayed', 'loadingLabel', 'mark', 'notFoundLabel', 'suggestions'],
|
|
535
|
-
|
|
855
|
+
inputs: ['loading', 'loadingDelayed', 'loadingLabel', 'mark', 'notFoundLabel', 'suggestions'],
|
|
856
|
+
outputs: ['dsoSelect', 'dsoChange', 'dsoSearch'],
|
|
536
857
|
}]
|
|
537
858
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoSelect: [{
|
|
538
859
|
type: Output
|
|
@@ -544,13 +865,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
544
865
|
let DsoBadge = class DsoBadge {
|
|
545
866
|
z;
|
|
546
867
|
el;
|
|
868
|
+
/**
|
|
869
|
+
* The status of the Badge.
|
|
870
|
+
*/
|
|
871
|
+
set status(_) { }
|
|
872
|
+
;
|
|
547
873
|
constructor(c, r, z) {
|
|
548
874
|
this.z = z;
|
|
549
875
|
c.detach();
|
|
550
876
|
this.el = r.nativeElement;
|
|
551
877
|
}
|
|
552
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
553
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
878
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoBadge, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
879
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoBadge, isStandalone: true, selector: "dso-badge", inputs: { status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
554
880
|
};
|
|
555
881
|
DsoBadge = __decorate([
|
|
556
882
|
ProxyCmp({
|
|
@@ -558,27 +884,43 @@ DsoBadge = __decorate([
|
|
|
558
884
|
inputs: ['status']
|
|
559
885
|
})
|
|
560
886
|
], DsoBadge);
|
|
561
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
887
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoBadge, decorators: [{
|
|
562
888
|
type: Component,
|
|
563
889
|
args: [{
|
|
564
890
|
selector: 'dso-badge',
|
|
565
891
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
566
892
|
template: '<ng-content></ng-content>',
|
|
567
893
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
568
|
-
inputs: ['status'],
|
|
569
|
-
standalone: true
|
|
894
|
+
inputs: ['status'],
|
|
570
895
|
}]
|
|
571
896
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
572
897
|
let DsoBanner = class DsoBanner {
|
|
573
898
|
z;
|
|
574
899
|
el;
|
|
900
|
+
/**
|
|
901
|
+
* The status of the banner.
|
|
902
|
+
*/
|
|
903
|
+
set status(_) { }
|
|
904
|
+
;
|
|
905
|
+
/**
|
|
906
|
+
* Compact mode. @default false
|
|
907
|
+
*/
|
|
908
|
+
set compact(_) { }
|
|
909
|
+
;
|
|
910
|
+
/**
|
|
911
|
+
* *Icon can only be hidden when the 'compact' property is set to true.
|
|
912
|
+
|
|
913
|
+
Option to show banner icon. @default false
|
|
914
|
+
*/
|
|
915
|
+
set icon(_) { }
|
|
916
|
+
;
|
|
575
917
|
constructor(c, r, z) {
|
|
576
918
|
this.z = z;
|
|
577
919
|
c.detach();
|
|
578
920
|
this.el = r.nativeElement;
|
|
579
921
|
}
|
|
580
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
581
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
922
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
923
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoBanner, isStandalone: true, selector: "dso-banner", inputs: { compact: "compact", icon: "icon", status: "status" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
582
924
|
};
|
|
583
925
|
DsoBanner = __decorate([
|
|
584
926
|
ProxyCmp({
|
|
@@ -586,27 +928,33 @@ DsoBanner = __decorate([
|
|
|
586
928
|
inputs: ['compact', 'icon', 'status']
|
|
587
929
|
})
|
|
588
930
|
], DsoBanner);
|
|
589
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
931
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoBanner, decorators: [{
|
|
590
932
|
type: Component,
|
|
591
933
|
args: [{
|
|
592
934
|
selector: 'dso-banner',
|
|
593
935
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
594
936
|
template: '<ng-content></ng-content>',
|
|
595
937
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
596
|
-
inputs: ['compact', 'icon', 'status'
|
|
597
|
-
standalone: true
|
|
938
|
+
inputs: ['compact', 'icon', { name: 'status', required: true }],
|
|
598
939
|
}]
|
|
599
940
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
600
941
|
let DsoButtonGroup = class DsoButtonGroup {
|
|
601
942
|
z;
|
|
602
943
|
el;
|
|
944
|
+
/**
|
|
945
|
+
* The direction in which the buttons are displayed.
|
|
946
|
+
|
|
947
|
+
Defaults to `row`. @default "row"
|
|
948
|
+
*/
|
|
949
|
+
set direction(_) { }
|
|
950
|
+
;
|
|
603
951
|
constructor(c, r, z) {
|
|
604
952
|
this.z = z;
|
|
605
953
|
c.detach();
|
|
606
954
|
this.el = r.nativeElement;
|
|
607
955
|
}
|
|
608
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
609
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
956
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
957
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoButtonGroup, isStandalone: true, selector: "dso-button-group", inputs: { direction: "direction" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
610
958
|
};
|
|
611
959
|
DsoButtonGroup = __decorate([
|
|
612
960
|
ProxyCmp({
|
|
@@ -614,28 +962,44 @@ DsoButtonGroup = __decorate([
|
|
|
614
962
|
inputs: ['direction']
|
|
615
963
|
})
|
|
616
964
|
], DsoButtonGroup);
|
|
617
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
965
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoButtonGroup, decorators: [{
|
|
618
966
|
type: Component,
|
|
619
967
|
args: [{
|
|
620
968
|
selector: 'dso-button-group',
|
|
621
969
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
622
970
|
template: '<ng-content></ng-content>',
|
|
623
971
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
624
|
-
inputs: ['direction'],
|
|
625
|
-
standalone: true
|
|
972
|
+
inputs: ['direction'],
|
|
626
973
|
}]
|
|
627
974
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
628
975
|
let DsoCard = class DsoCard {
|
|
629
976
|
z;
|
|
630
|
-
dsoCardClick = new EventEmitter();
|
|
631
977
|
el;
|
|
978
|
+
/**
|
|
979
|
+
* The URL to which the Card heading links.
|
|
980
|
+
*/
|
|
981
|
+
set href(_) { }
|
|
982
|
+
;
|
|
983
|
+
/**
|
|
984
|
+
* Display the link as an external link or a download link
|
|
985
|
+
- "download"
|
|
986
|
+
- "extern"
|
|
987
|
+
*/
|
|
988
|
+
set mode(_) { }
|
|
989
|
+
;
|
|
990
|
+
/**
|
|
991
|
+
* Makes the Card active.
|
|
992
|
+
*/
|
|
993
|
+
set active(_) { }
|
|
994
|
+
;
|
|
995
|
+
dsoCardClick = new EventEmitter();
|
|
632
996
|
constructor(c, r, z) {
|
|
633
997
|
this.z = z;
|
|
634
998
|
c.detach();
|
|
635
999
|
this.el = r.nativeElement;
|
|
636
1000
|
}
|
|
637
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
638
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1001
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1002
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoCard, isStandalone: true, selector: "dso-card", inputs: { active: "active", href: "href", mode: "mode" }, outputs: { dsoCardClick: "dsoCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
639
1003
|
};
|
|
640
1004
|
DsoCard = __decorate([
|
|
641
1005
|
ProxyCmp({
|
|
@@ -643,15 +1007,15 @@ DsoCard = __decorate([
|
|
|
643
1007
|
inputs: ['active', 'href', 'mode']
|
|
644
1008
|
})
|
|
645
1009
|
], DsoCard);
|
|
646
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1010
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCard, decorators: [{
|
|
647
1011
|
type: Component,
|
|
648
1012
|
args: [{
|
|
649
1013
|
selector: 'dso-card',
|
|
650
1014
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
651
1015
|
template: '<ng-content></ng-content>',
|
|
652
1016
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
653
|
-
inputs: ['active', 'href',
|
|
654
|
-
|
|
1017
|
+
inputs: ['active', { name: 'href', required: true }, 'mode'],
|
|
1018
|
+
outputs: ['dsoCardClick'],
|
|
655
1019
|
}]
|
|
656
1020
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoCardClick: [{
|
|
657
1021
|
type: Output
|
|
@@ -659,13 +1023,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
659
1023
|
let DsoCardContainer = class DsoCardContainer {
|
|
660
1024
|
z;
|
|
661
1025
|
el;
|
|
1026
|
+
/**
|
|
1027
|
+
* The mode of the Card Container. @default "list"
|
|
1028
|
+
*/
|
|
1029
|
+
set mode(_) { }
|
|
1030
|
+
;
|
|
662
1031
|
constructor(c, r, z) {
|
|
663
1032
|
this.z = z;
|
|
664
1033
|
c.detach();
|
|
665
1034
|
this.el = r.nativeElement;
|
|
666
1035
|
}
|
|
667
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
668
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1036
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCardContainer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1037
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoCardContainer, isStandalone: true, selector: "dso-card-container", inputs: { mode: "mode" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
669
1038
|
};
|
|
670
1039
|
DsoCardContainer = __decorate([
|
|
671
1040
|
ProxyCmp({
|
|
@@ -673,15 +1042,14 @@ DsoCardContainer = __decorate([
|
|
|
673
1042
|
inputs: ['mode']
|
|
674
1043
|
})
|
|
675
1044
|
], DsoCardContainer);
|
|
676
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1045
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCardContainer, decorators: [{
|
|
677
1046
|
type: Component,
|
|
678
1047
|
args: [{
|
|
679
1048
|
selector: 'dso-card-container',
|
|
680
1049
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
681
1050
|
template: '<ng-content></ng-content>',
|
|
682
1051
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
683
|
-
inputs: ['mode'],
|
|
684
|
-
standalone: true
|
|
1052
|
+
inputs: ['mode'],
|
|
685
1053
|
}]
|
|
686
1054
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
687
1055
|
let DsoContactInformation = class DsoContactInformation {
|
|
@@ -692,23 +1060,22 @@ let DsoContactInformation = class DsoContactInformation {
|
|
|
692
1060
|
c.detach();
|
|
693
1061
|
this.el = r.nativeElement;
|
|
694
1062
|
}
|
|
695
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
696
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1063
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoContactInformation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1064
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoContactInformation, isStandalone: true, selector: "dso-contact-information", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
697
1065
|
};
|
|
698
1066
|
DsoContactInformation = __decorate([
|
|
699
1067
|
ProxyCmp({
|
|
700
1068
|
defineCustomElementFn: defineCustomElement$j
|
|
701
1069
|
})
|
|
702
1070
|
], DsoContactInformation);
|
|
703
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1071
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoContactInformation, decorators: [{
|
|
704
1072
|
type: Component,
|
|
705
1073
|
args: [{
|
|
706
1074
|
selector: 'dso-contact-information',
|
|
707
1075
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
708
1076
|
template: '<ng-content></ng-content>',
|
|
709
1077
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
710
|
-
inputs: [],
|
|
711
|
-
standalone: true
|
|
1078
|
+
inputs: [],
|
|
712
1079
|
}]
|
|
713
1080
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
714
1081
|
let DsoCursorTooltip = class DsoCursorTooltip {
|
|
@@ -719,40 +1086,92 @@ let DsoCursorTooltip = class DsoCursorTooltip {
|
|
|
719
1086
|
c.detach();
|
|
720
1087
|
this.el = r.nativeElement;
|
|
721
1088
|
}
|
|
722
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
723
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1089
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCursorTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1090
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoCursorTooltip, isStandalone: true, selector: "dso-cursor-tooltip", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
724
1091
|
};
|
|
725
1092
|
DsoCursorTooltip = __decorate([
|
|
726
1093
|
ProxyCmp({
|
|
727
1094
|
defineCustomElementFn: defineCustomElement$k
|
|
728
1095
|
})
|
|
729
1096
|
], DsoCursorTooltip);
|
|
730
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1097
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoCursorTooltip, decorators: [{
|
|
731
1098
|
type: Component,
|
|
732
1099
|
args: [{
|
|
733
1100
|
selector: 'dso-cursor-tooltip',
|
|
734
1101
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
735
1102
|
template: '<ng-content></ng-content>',
|
|
736
1103
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
737
|
-
inputs: [],
|
|
738
|
-
standalone: true
|
|
1104
|
+
inputs: [],
|
|
739
1105
|
}]
|
|
740
1106
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
741
1107
|
let DsoDatePicker = class DsoDatePicker {
|
|
742
1108
|
z;
|
|
1109
|
+
el;
|
|
1110
|
+
/**
|
|
1111
|
+
* Name of the date picker input. @default "dso-date"
|
|
1112
|
+
*/
|
|
1113
|
+
set name(_) { }
|
|
1114
|
+
;
|
|
1115
|
+
/**
|
|
1116
|
+
* Adds a unique identifier for the date picker input. Use this instead of html `id` attribute.
|
|
1117
|
+
*/
|
|
1118
|
+
set identifier(_) { }
|
|
1119
|
+
;
|
|
1120
|
+
/**
|
|
1121
|
+
* Makes the date picker input component disabled. This prevents users from being able to
|
|
1122
|
+
interact with the input, and conveys its inactive state to assistive technologies. @default false
|
|
1123
|
+
*/
|
|
1124
|
+
set disabled(_) { }
|
|
1125
|
+
;
|
|
1126
|
+
/**
|
|
1127
|
+
* Should the input be marked as required? @default false
|
|
1128
|
+
*/
|
|
1129
|
+
set required(_) { }
|
|
1130
|
+
;
|
|
1131
|
+
/**
|
|
1132
|
+
* Is input invalid?
|
|
1133
|
+
*/
|
|
1134
|
+
set invalid(_) { }
|
|
1135
|
+
;
|
|
1136
|
+
/**
|
|
1137
|
+
* ID of element that describes the input element
|
|
1138
|
+
*/
|
|
1139
|
+
set describedBy(_) { }
|
|
1140
|
+
;
|
|
1141
|
+
/**
|
|
1142
|
+
* Should the input be focused on load? @default false
|
|
1143
|
+
*/
|
|
1144
|
+
set dsoAutofocus(_) { }
|
|
1145
|
+
;
|
|
1146
|
+
/**
|
|
1147
|
+
* Date value. Must be in Dutch date format: DD-MM-YYYY. @default ""
|
|
1148
|
+
*/
|
|
1149
|
+
set value(_) { }
|
|
1150
|
+
;
|
|
1151
|
+
/**
|
|
1152
|
+
* Minimum date allowed to be picked. Must be in Dutch date format: DD-MM-YYYY.
|
|
1153
|
+
This setting can be used alone or together with the max property.
|
|
1154
|
+
*/
|
|
1155
|
+
set min(_) { }
|
|
1156
|
+
;
|
|
1157
|
+
/**
|
|
1158
|
+
* Maximum date allowed to be picked. Must be in Dutch date format: DD-MM-YYYY.
|
|
1159
|
+
This setting can be used alone or together with the min property.
|
|
1160
|
+
*/
|
|
1161
|
+
set max(_) { }
|
|
1162
|
+
;
|
|
743
1163
|
dsoDateChange = new EventEmitter();
|
|
744
1164
|
dsoBlur = new EventEmitter();
|
|
745
1165
|
dsoKeyUp = new EventEmitter();
|
|
746
1166
|
dsoKeyDown = new EventEmitter();
|
|
747
1167
|
dsoFocus = new EventEmitter();
|
|
748
|
-
el;
|
|
749
1168
|
constructor(c, r, z) {
|
|
750
1169
|
this.z = z;
|
|
751
1170
|
c.detach();
|
|
752
1171
|
this.el = r.nativeElement;
|
|
753
1172
|
}
|
|
754
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
755
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1173
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDatePicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1174
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoDatePicker, isStandalone: true, selector: "dso-date-picker", inputs: { describedBy: "describedBy", disabled: "disabled", dsoAutofocus: "dsoAutofocus", identifier: "identifier", invalid: "invalid", max: "max", min: "min", name: "name", required: "required", value: "value" }, outputs: { dsoDateChange: "dsoDateChange", dsoBlur: "dsoBlur", dsoKeyUp: "dsoKeyUp", dsoKeyDown: "dsoKeyDown", dsoFocus: "dsoFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
756
1175
|
};
|
|
757
1176
|
DsoDatePicker = __decorate([
|
|
758
1177
|
ProxyCmp({
|
|
@@ -760,15 +1179,15 @@ DsoDatePicker = __decorate([
|
|
|
760
1179
|
inputs: ['describedBy', 'disabled', 'dsoAutofocus', 'identifier', 'invalid', 'max', 'min', 'name', 'required', 'value']
|
|
761
1180
|
})
|
|
762
1181
|
], DsoDatePicker);
|
|
763
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1182
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDatePicker, decorators: [{
|
|
764
1183
|
type: Component,
|
|
765
1184
|
args: [{
|
|
766
1185
|
selector: 'dso-date-picker',
|
|
767
1186
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
768
1187
|
template: '<ng-content></ng-content>',
|
|
769
1188
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
770
|
-
inputs: ['describedBy', 'disabled', 'dsoAutofocus', 'identifier', 'invalid', 'max', 'min', 'name', 'required', 'value'],
|
|
771
|
-
|
|
1189
|
+
inputs: ['describedBy', 'disabled', 'dsoAutofocus', 'identifier', 'invalid', 'max', 'min', 'name', 'required', 'value'],
|
|
1190
|
+
outputs: ['dsoDateChange', 'dsoBlur', 'dsoKeyUp', 'dsoKeyDown', 'dsoFocus'],
|
|
772
1191
|
}]
|
|
773
1192
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoDateChange: [{
|
|
774
1193
|
type: Output
|
|
@@ -783,15 +1202,25 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
783
1202
|
}] } });
|
|
784
1203
|
let DsoDocumentCard = class DsoDocumentCard {
|
|
785
1204
|
z;
|
|
786
|
-
dsoDocumentCardClick = new EventEmitter();
|
|
787
1205
|
el;
|
|
1206
|
+
/**
|
|
1207
|
+
* The URL to which the DocumentCard heading links.
|
|
1208
|
+
*/
|
|
1209
|
+
set href(_) { }
|
|
1210
|
+
;
|
|
1211
|
+
/**
|
|
1212
|
+
* Makes the DocumentCard active.
|
|
1213
|
+
*/
|
|
1214
|
+
set active(_) { }
|
|
1215
|
+
;
|
|
1216
|
+
dsoDocumentCardClick = new EventEmitter();
|
|
788
1217
|
constructor(c, r, z) {
|
|
789
1218
|
this.z = z;
|
|
790
1219
|
c.detach();
|
|
791
1220
|
this.el = r.nativeElement;
|
|
792
1221
|
}
|
|
793
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
794
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1222
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDocumentCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1223
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoDocumentCard, isStandalone: true, selector: "dso-document-card", inputs: { active: "active", href: "href" }, outputs: { dsoDocumentCardClick: "dsoDocumentCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
795
1224
|
};
|
|
796
1225
|
DsoDocumentCard = __decorate([
|
|
797
1226
|
ProxyCmp({
|
|
@@ -799,35 +1228,161 @@ DsoDocumentCard = __decorate([
|
|
|
799
1228
|
inputs: ['active', 'href']
|
|
800
1229
|
})
|
|
801
1230
|
], DsoDocumentCard);
|
|
802
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1231
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDocumentCard, decorators: [{
|
|
803
1232
|
type: Component,
|
|
804
1233
|
args: [{
|
|
805
1234
|
selector: 'dso-document-card',
|
|
806
1235
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
807
1236
|
template: '<ng-content></ng-content>',
|
|
808
1237
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
809
|
-
inputs: ['active', 'href'
|
|
810
|
-
|
|
1238
|
+
inputs: ['active', { name: 'href', required: true }],
|
|
1239
|
+
outputs: ['dsoDocumentCardClick'],
|
|
811
1240
|
}]
|
|
812
1241
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoDocumentCardClick: [{
|
|
813
1242
|
type: Output
|
|
814
1243
|
}] } });
|
|
815
1244
|
let DsoDocumentComponent = class DsoDocumentComponent {
|
|
816
1245
|
z;
|
|
1246
|
+
el;
|
|
1247
|
+
/**
|
|
1248
|
+
* The heading element to use. @default "h2"
|
|
1249
|
+
*/
|
|
1250
|
+
set heading(_) { }
|
|
1251
|
+
;
|
|
1252
|
+
/**
|
|
1253
|
+
* The Kop XML.
|
|
1254
|
+
*/
|
|
1255
|
+
set kop(_) { }
|
|
1256
|
+
;
|
|
1257
|
+
/**
|
|
1258
|
+
* The Inhoud XML.
|
|
1259
|
+
*/
|
|
1260
|
+
set inhoud(_) { }
|
|
1261
|
+
;
|
|
1262
|
+
/**
|
|
1263
|
+
* This boolean attribute indicates whether the children are visible. @default false
|
|
1264
|
+
*/
|
|
1265
|
+
set open(_) { }
|
|
1266
|
+
;
|
|
1267
|
+
/**
|
|
1268
|
+
* Marks this Document Component as belonging to an active filter. @default false
|
|
1269
|
+
*/
|
|
1270
|
+
set filtered(_) { }
|
|
1271
|
+
;
|
|
1272
|
+
/**
|
|
1273
|
+
* Marks this Document Component as not-applicable. @default false
|
|
1274
|
+
*/
|
|
1275
|
+
set notApplicable(_) { }
|
|
1276
|
+
;
|
|
1277
|
+
/**
|
|
1278
|
+
* Text to display in the badge (e.g. "!").
|
|
1279
|
+
*/
|
|
1280
|
+
set badge(_) { }
|
|
1281
|
+
;
|
|
1282
|
+
/**
|
|
1283
|
+
* Status/color of the badge.
|
|
1284
|
+
*/
|
|
1285
|
+
set badgeStatus(_) { }
|
|
1286
|
+
;
|
|
1287
|
+
/**
|
|
1288
|
+
* Tooltip text for the badge.
|
|
1289
|
+
*/
|
|
1290
|
+
set badgeTooltip(_) { }
|
|
1291
|
+
;
|
|
1292
|
+
/**
|
|
1293
|
+
* Text to display in the label (e.g. "Ontwerp", "Besluitversie").
|
|
1294
|
+
*/
|
|
1295
|
+
set label(_) { }
|
|
1296
|
+
;
|
|
1297
|
+
/**
|
|
1298
|
+
* Status/color of the label.
|
|
1299
|
+
*/
|
|
1300
|
+
set labelStatus(_) { }
|
|
1301
|
+
;
|
|
1302
|
+
/**
|
|
1303
|
+
* Enables annotations. @default false
|
|
1304
|
+
*/
|
|
1305
|
+
set annotated(_) { }
|
|
1306
|
+
;
|
|
1307
|
+
/**
|
|
1308
|
+
* Marks Document Component as reserved.
|
|
1309
|
+
*/
|
|
1310
|
+
set gereserveerd(_) { }
|
|
1311
|
+
;
|
|
1312
|
+
/**
|
|
1313
|
+
* Marks the Document Component as expired.
|
|
1314
|
+
*/
|
|
1315
|
+
set vervallen(_) { }
|
|
1316
|
+
;
|
|
1317
|
+
/**
|
|
1318
|
+
* When the Annotation is opened, set this to true. @default false
|
|
1319
|
+
*/
|
|
1320
|
+
set openAnnotation(_) { }
|
|
1321
|
+
;
|
|
1322
|
+
/**
|
|
1323
|
+
* An alternative title to show when there is nothing to create a title.
|
|
1324
|
+
*/
|
|
1325
|
+
set alternativeTitle(_) { }
|
|
1326
|
+
;
|
|
1327
|
+
/**
|
|
1328
|
+
* Type of Document Component.
|
|
1329
|
+
*/
|
|
1330
|
+
set type(_) { }
|
|
1331
|
+
;
|
|
1332
|
+
/**
|
|
1333
|
+
* The wijzigactie as in STOP.
|
|
1334
|
+
*/
|
|
1335
|
+
set wijzigactie(_) { }
|
|
1336
|
+
;
|
|
1337
|
+
/**
|
|
1338
|
+
* The wijzigactie for all annotations.
|
|
1339
|
+
*/
|
|
1340
|
+
set annotationsWijzigactie(_) { }
|
|
1341
|
+
;
|
|
1342
|
+
/**
|
|
1343
|
+
* To mark text.
|
|
1344
|
+
*/
|
|
1345
|
+
set mark(_) { }
|
|
1346
|
+
;
|
|
1347
|
+
/**
|
|
1348
|
+
* Shows the recursive toggle button. When the user activates this button the event `dsoRecursiveToggle` is emitted.
|
|
1349
|
+
*/
|
|
1350
|
+
set recursiveToggle(_) { }
|
|
1351
|
+
;
|
|
1352
|
+
/**
|
|
1353
|
+
* A UrlResolver that will be called for all STOP elements that render to HTML5 elements with external references.
|
|
1354
|
+
*/
|
|
1355
|
+
set ozonContentUrlResolver(_) { }
|
|
1356
|
+
;
|
|
1357
|
+
/**
|
|
1358
|
+
* A BegripResolver that will be called for STOP element "IntRef". If the ref-attribute of IntRef points to a Begrip it
|
|
1359
|
+
should return the `<Definitie>` of that Begrip otherwise it should return undefined.
|
|
1360
|
+
*/
|
|
1361
|
+
set ozonContentBegripResolver(_) { }
|
|
1362
|
+
;
|
|
1363
|
+
/**
|
|
1364
|
+
* The mode of the Document Component. One of "document" or "table-of-contents". Defaults to "document" @default "document"
|
|
1365
|
+
*/
|
|
1366
|
+
set mode(_) { }
|
|
1367
|
+
;
|
|
1368
|
+
/**
|
|
1369
|
+
* The URL to which the Heading links (only in mode="table-of-contents").
|
|
1370
|
+
*/
|
|
1371
|
+
set href(_) { }
|
|
1372
|
+
;
|
|
817
1373
|
dsoRecursiveToggle = new EventEmitter();
|
|
818
1374
|
dsoOpenToggle = new EventEmitter();
|
|
819
1375
|
dsoTableOfContentsClick = new EventEmitter();
|
|
820
1376
|
dsoOzonContentClick = new EventEmitter();
|
|
821
1377
|
dsoAnnotationToggle = new EventEmitter();
|
|
822
1378
|
dsoMarkItemHighlight = new EventEmitter();
|
|
823
|
-
el;
|
|
824
1379
|
constructor(c, r, z) {
|
|
825
1380
|
this.z = z;
|
|
826
1381
|
c.detach();
|
|
827
1382
|
this.el = r.nativeElement;
|
|
828
1383
|
}
|
|
829
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
830
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1384
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDocumentComponent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1385
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoDocumentComponent, isStandalone: true, selector: "dso-document-component", inputs: { alternativeTitle: "alternativeTitle", annotated: "annotated", annotationsWijzigactie: "annotationsWijzigactie", badge: "badge", badgeStatus: "badgeStatus", badgeTooltip: "badgeTooltip", filtered: "filtered", gereserveerd: "gereserveerd", heading: "heading", href: "href", inhoud: "inhoud", kop: "kop", label: "label", labelStatus: "labelStatus", mark: "mark", mode: "mode", notApplicable: "notApplicable", open: "open", openAnnotation: "openAnnotation", ozonContentBegripResolver: "ozonContentBegripResolver", ozonContentUrlResolver: "ozonContentUrlResolver", recursiveToggle: "recursiveToggle", type: "type", vervallen: "vervallen", wijzigactie: "wijzigactie" }, outputs: { dsoRecursiveToggle: "dsoRecursiveToggle", dsoOpenToggle: "dsoOpenToggle", dsoTableOfContentsClick: "dsoTableOfContentsClick", dsoOzonContentClick: "dsoOzonContentClick", dsoAnnotationToggle: "dsoAnnotationToggle", dsoMarkItemHighlight: "dsoMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
831
1386
|
};
|
|
832
1387
|
DsoDocumentComponent = __decorate([
|
|
833
1388
|
ProxyCmp({
|
|
@@ -835,15 +1390,15 @@ DsoDocumentComponent = __decorate([
|
|
|
835
1390
|
inputs: ['alternativeTitle', 'annotated', 'annotationsWijzigactie', 'badge', 'badgeStatus', 'badgeTooltip', 'filtered', 'gereserveerd', 'heading', 'href', 'inhoud', 'kop', 'label', 'labelStatus', 'mark', 'mode', 'notApplicable', 'open', 'openAnnotation', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'recursiveToggle', 'type', 'vervallen', 'wijzigactie']
|
|
836
1391
|
})
|
|
837
1392
|
], DsoDocumentComponent);
|
|
838
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1393
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDocumentComponent, decorators: [{
|
|
839
1394
|
type: Component,
|
|
840
1395
|
args: [{
|
|
841
1396
|
selector: 'dso-document-component',
|
|
842
1397
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
843
1398
|
template: '<ng-content></ng-content>',
|
|
844
1399
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
845
|
-
inputs: ['alternativeTitle', 'annotated', 'annotationsWijzigactie', 'badge', 'badgeStatus', 'badgeTooltip', 'filtered', 'gereserveerd', 'heading', 'href', 'inhoud', 'kop', 'label', 'labelStatus', 'mark', 'mode', 'notApplicable', 'open', 'openAnnotation', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'recursiveToggle',
|
|
846
|
-
|
|
1400
|
+
inputs: ['alternativeTitle', 'annotated', 'annotationsWijzigactie', 'badge', 'badgeStatus', 'badgeTooltip', 'filtered', 'gereserveerd', 'heading', 'href', 'inhoud', 'kop', 'label', 'labelStatus', 'mark', 'mode', 'notApplicable', 'open', 'openAnnotation', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'recursiveToggle', { name: 'type', required: true }, 'vervallen', 'wijzigactie'],
|
|
1401
|
+
outputs: ['dsoRecursiveToggle', 'dsoOpenToggle', 'dsoTableOfContentsClick', 'dsoOzonContentClick', 'dsoAnnotationToggle', 'dsoMarkItemHighlight'],
|
|
847
1402
|
}]
|
|
848
1403
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoRecursiveToggle: [{
|
|
849
1404
|
type: Output
|
|
@@ -861,13 +1416,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
861
1416
|
let DsoDropdownMenu = class DsoDropdownMenu {
|
|
862
1417
|
z;
|
|
863
1418
|
el;
|
|
1419
|
+
/**
|
|
1420
|
+
* Whether the menu is open or closed.
|
|
1421
|
+
This attribute is reflected and mutable. @default false
|
|
1422
|
+
*/
|
|
1423
|
+
set open(_) { }
|
|
1424
|
+
;
|
|
1425
|
+
/**
|
|
1426
|
+
* Alignment of the dropdown @default "left"
|
|
1427
|
+
*/
|
|
1428
|
+
set dropdownAlign(_) { }
|
|
1429
|
+
;
|
|
1430
|
+
/**
|
|
1431
|
+
* Space between button and dropdown options @default 2
|
|
1432
|
+
*/
|
|
1433
|
+
set dropdownOptionsOffset(_) { }
|
|
1434
|
+
;
|
|
1435
|
+
/**
|
|
1436
|
+
* Whether the menu is checkable. @default false
|
|
1437
|
+
*/
|
|
1438
|
+
set checkable(_) { }
|
|
1439
|
+
;
|
|
864
1440
|
constructor(c, r, z) {
|
|
865
1441
|
this.z = z;
|
|
866
1442
|
c.detach();
|
|
867
1443
|
this.el = r.nativeElement;
|
|
868
1444
|
}
|
|
869
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
870
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1445
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDropdownMenu, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1446
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoDropdownMenu, isStandalone: true, selector: "dso-dropdown-menu", inputs: { checkable: "checkable", dropdownAlign: "dropdownAlign", dropdownOptionsOffset: "dropdownOptionsOffset", open: "open" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
871
1447
|
};
|
|
872
1448
|
DsoDropdownMenu = __decorate([
|
|
873
1449
|
ProxyCmp({
|
|
@@ -875,29 +1451,43 @@ DsoDropdownMenu = __decorate([
|
|
|
875
1451
|
inputs: ['checkable', 'dropdownAlign', 'dropdownOptionsOffset', 'open']
|
|
876
1452
|
})
|
|
877
1453
|
], DsoDropdownMenu);
|
|
878
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoDropdownMenu, decorators: [{
|
|
879
1455
|
type: Component,
|
|
880
1456
|
args: [{
|
|
881
1457
|
selector: 'dso-dropdown-menu',
|
|
882
1458
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
883
1459
|
template: '<ng-content></ng-content>',
|
|
884
1460
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
885
|
-
inputs: ['checkable', 'dropdownAlign', 'dropdownOptionsOffset', 'open'],
|
|
886
|
-
standalone: true
|
|
1461
|
+
inputs: ['checkable', 'dropdownAlign', 'dropdownOptionsOffset', 'open'],
|
|
887
1462
|
}]
|
|
888
1463
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
889
1464
|
let DsoExpandable = class DsoExpandable {
|
|
890
1465
|
z;
|
|
1466
|
+
el;
|
|
1467
|
+
/**
|
|
1468
|
+
* Set to `true` to expand the content.
|
|
1469
|
+
*/
|
|
1470
|
+
set open(_) { }
|
|
1471
|
+
;
|
|
1472
|
+
/**
|
|
1473
|
+
* Set to `true` to show the content animated. @default false
|
|
1474
|
+
*/
|
|
1475
|
+
set enableAnimation(_) { }
|
|
1476
|
+
;
|
|
1477
|
+
/**
|
|
1478
|
+
* When enableAnimation is set to `true`, this property specifies the height of this element at which the animation will expand from / collapse to
|
|
1479
|
+
*/
|
|
1480
|
+
set minimumHeight(_) { }
|
|
1481
|
+
;
|
|
891
1482
|
dsoExpandableAnimationStart = new EventEmitter();
|
|
892
1483
|
dsoExpandableAnimationEnd = new EventEmitter();
|
|
893
|
-
el;
|
|
894
1484
|
constructor(c, r, z) {
|
|
895
1485
|
this.z = z;
|
|
896
1486
|
c.detach();
|
|
897
1487
|
this.el = r.nativeElement;
|
|
898
1488
|
}
|
|
899
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
900
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1489
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoExpandable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1490
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoExpandable, isStandalone: true, selector: "dso-expandable", inputs: { enableAnimation: "enableAnimation", minimumHeight: "minimumHeight", open: "open" }, outputs: { dsoExpandableAnimationStart: "dsoExpandableAnimationStart", dsoExpandableAnimationEnd: "dsoExpandableAnimationEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
901
1491
|
};
|
|
902
1492
|
DsoExpandable = __decorate([
|
|
903
1493
|
ProxyCmp({
|
|
@@ -905,15 +1495,15 @@ DsoExpandable = __decorate([
|
|
|
905
1495
|
inputs: ['enableAnimation', 'minimumHeight', 'open']
|
|
906
1496
|
})
|
|
907
1497
|
], DsoExpandable);
|
|
908
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1498
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoExpandable, decorators: [{
|
|
909
1499
|
type: Component,
|
|
910
1500
|
args: [{
|
|
911
1501
|
selector: 'dso-expandable',
|
|
912
1502
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
913
1503
|
template: '<ng-content></ng-content>',
|
|
914
1504
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
915
|
-
inputs: ['enableAnimation', 'minimumHeight', 'open'],
|
|
916
|
-
|
|
1505
|
+
inputs: ['enableAnimation', 'minimumHeight', 'open'],
|
|
1506
|
+
outputs: ['dsoExpandableAnimationStart', 'dsoExpandableAnimationEnd'],
|
|
917
1507
|
}]
|
|
918
1508
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoExpandableAnimationStart: [{
|
|
919
1509
|
type: Output
|
|
@@ -922,15 +1512,74 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
922
1512
|
}] } });
|
|
923
1513
|
let DsoHeader = class DsoHeader {
|
|
924
1514
|
z;
|
|
925
|
-
dsoHeaderClick = new EventEmitter();
|
|
926
1515
|
el;
|
|
1516
|
+
/**
|
|
1517
|
+
* The main menu items. @default []
|
|
1518
|
+
*/
|
|
1519
|
+
set mainMenu(_) { }
|
|
1520
|
+
;
|
|
1521
|
+
/**
|
|
1522
|
+
* Set to "always" to force the header to be compact. Otherwise it will be compact when
|
|
1523
|
+
the viewport is smaller than 992px. @default "auto"
|
|
1524
|
+
*/
|
|
1525
|
+
set compact(_) { }
|
|
1526
|
+
;
|
|
1527
|
+
/**
|
|
1528
|
+
* Used to show the login/logout option. 'none' renders nothing. @default "none"
|
|
1529
|
+
*/
|
|
1530
|
+
set authStatus(_) { }
|
|
1531
|
+
;
|
|
1532
|
+
/**
|
|
1533
|
+
* When the `authStatus` is `loggedOut` a loginUrl can be provided.
|
|
1534
|
+
The login button will then render as an anchor.
|
|
1535
|
+
*/
|
|
1536
|
+
set loginUrl(_) { }
|
|
1537
|
+
;
|
|
1538
|
+
/**
|
|
1539
|
+
* The URL to open when the user activates "logout".
|
|
1540
|
+
If no URL is specified, a button element is used instead.
|
|
1541
|
+
*/
|
|
1542
|
+
set logoutUrl(_) { }
|
|
1543
|
+
;
|
|
1544
|
+
/**
|
|
1545
|
+
* Show a help-button or link in the header @default false
|
|
1546
|
+
*/
|
|
1547
|
+
set showHelp(_) { }
|
|
1548
|
+
;
|
|
1549
|
+
/**
|
|
1550
|
+
* The URL to open when the user activates "help".
|
|
1551
|
+
If no URL is specified, a button element is used instead.
|
|
1552
|
+
*/
|
|
1553
|
+
set helpUrl(_) { }
|
|
1554
|
+
;
|
|
1555
|
+
/**
|
|
1556
|
+
* The name to show when the user is logged in.
|
|
1557
|
+
*/
|
|
1558
|
+
set userProfileName(_) { }
|
|
1559
|
+
;
|
|
1560
|
+
/**
|
|
1561
|
+
* The URL to open when the user activates the profile url.
|
|
1562
|
+
*/
|
|
1563
|
+
set userProfileUrl(_) { }
|
|
1564
|
+
;
|
|
1565
|
+
/**
|
|
1566
|
+
* The URL to open when the user activates "Mijn Omgevingsloket".
|
|
1567
|
+
*/
|
|
1568
|
+
set userHomeUrl(_) { }
|
|
1569
|
+
;
|
|
1570
|
+
/**
|
|
1571
|
+
* Set this to true when the user is at "Mijn Omgevingsloket". @default false
|
|
1572
|
+
*/
|
|
1573
|
+
set userHomeActive(_) { }
|
|
1574
|
+
;
|
|
1575
|
+
dsoHeaderClick = new EventEmitter();
|
|
927
1576
|
constructor(c, r, z) {
|
|
928
1577
|
this.z = z;
|
|
929
1578
|
c.detach();
|
|
930
1579
|
this.el = r.nativeElement;
|
|
931
1580
|
}
|
|
932
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
933
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1581
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1582
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoHeader, isStandalone: true, selector: "dso-header", inputs: { authStatus: "authStatus", compact: "compact", helpUrl: "helpUrl", loginUrl: "loginUrl", logoutUrl: "logoutUrl", mainMenu: "mainMenu", showHelp: "showHelp", userHomeActive: "userHomeActive", userHomeUrl: "userHomeUrl", userProfileName: "userProfileName", userProfileUrl: "userProfileUrl" }, outputs: { dsoHeaderClick: "dsoHeaderClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
934
1583
|
};
|
|
935
1584
|
DsoHeader = __decorate([
|
|
936
1585
|
ProxyCmp({
|
|
@@ -938,15 +1587,15 @@ DsoHeader = __decorate([
|
|
|
938
1587
|
inputs: ['authStatus', 'compact', 'helpUrl', 'loginUrl', 'logoutUrl', 'mainMenu', 'showHelp', 'userHomeActive', 'userHomeUrl', 'userProfileName', 'userProfileUrl']
|
|
939
1588
|
})
|
|
940
1589
|
], DsoHeader);
|
|
941
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1590
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHeader, decorators: [{
|
|
942
1591
|
type: Component,
|
|
943
1592
|
args: [{
|
|
944
1593
|
selector: 'dso-header',
|
|
945
1594
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
946
1595
|
template: '<ng-content></ng-content>',
|
|
947
1596
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
948
|
-
inputs: ['authStatus', 'compact', 'helpUrl', 'loginUrl', 'logoutUrl', 'mainMenu', 'showHelp', 'userHomeActive', 'userHomeUrl', 'userProfileName', 'userProfileUrl'],
|
|
949
|
-
|
|
1597
|
+
inputs: ['authStatus', 'compact', 'helpUrl', 'loginUrl', 'logoutUrl', 'mainMenu', 'showHelp', 'userHomeActive', 'userHomeUrl', 'userProfileName', 'userProfileUrl'],
|
|
1598
|
+
outputs: ['dsoHeaderClick'],
|
|
950
1599
|
}]
|
|
951
1600
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoHeaderClick: [{
|
|
952
1601
|
type: Output
|
|
@@ -954,13 +1603,43 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
954
1603
|
let DsoHighlightBox = class DsoHighlightBox {
|
|
955
1604
|
z;
|
|
956
1605
|
el;
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
1606
|
+
/**
|
|
1607
|
+
* For yellow Highlight Box.
|
|
1608
|
+
*/
|
|
1609
|
+
set yellow(_) { }
|
|
1610
|
+
;
|
|
1611
|
+
/**
|
|
1612
|
+
* For a bordered Highlight Box.
|
|
1613
|
+
*/
|
|
1614
|
+
set border(_) { }
|
|
1615
|
+
;
|
|
1616
|
+
/**
|
|
1617
|
+
* For a white Highlight Box.
|
|
1618
|
+
*/
|
|
1619
|
+
set white(_) { }
|
|
1620
|
+
;
|
|
1621
|
+
/**
|
|
1622
|
+
* For a green Highlight Box.
|
|
1623
|
+
*/
|
|
1624
|
+
set green(_) { }
|
|
1625
|
+
;
|
|
1626
|
+
/**
|
|
1627
|
+
* For an Highlight Box with a drop shadow.
|
|
1628
|
+
*/
|
|
1629
|
+
set dropShadow(_) { }
|
|
1630
|
+
;
|
|
1631
|
+
/**
|
|
1632
|
+
* To create a step indicator.
|
|
1633
|
+
*/
|
|
1634
|
+
set step(_) { }
|
|
1635
|
+
;
|
|
1636
|
+
constructor(c, r, z) {
|
|
1637
|
+
this.z = z;
|
|
1638
|
+
c.detach();
|
|
1639
|
+
this.el = r.nativeElement;
|
|
1640
|
+
}
|
|
1641
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHighlightBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1642
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoHighlightBox, isStandalone: true, selector: "dso-highlight-box", inputs: { border: "border", dropShadow: "dropShadow", green: "green", step: "step", white: "white", yellow: "yellow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
964
1643
|
};
|
|
965
1644
|
DsoHighlightBox = __decorate([
|
|
966
1645
|
ProxyCmp({
|
|
@@ -968,28 +1647,37 @@ DsoHighlightBox = __decorate([
|
|
|
968
1647
|
inputs: ['border', 'dropShadow', 'green', 'step', 'white', 'yellow']
|
|
969
1648
|
})
|
|
970
1649
|
], DsoHighlightBox);
|
|
971
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1650
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHighlightBox, decorators: [{
|
|
972
1651
|
type: Component,
|
|
973
1652
|
args: [{
|
|
974
1653
|
selector: 'dso-highlight-box',
|
|
975
1654
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
976
1655
|
template: '<ng-content></ng-content>',
|
|
977
1656
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
978
|
-
inputs: ['border', 'dropShadow', 'green', 'step', 'white', 'yellow'],
|
|
979
|
-
standalone: true
|
|
1657
|
+
inputs: ['border', 'dropShadow', 'green', 'step', 'white', 'yellow'],
|
|
980
1658
|
}]
|
|
981
1659
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
982
1660
|
let DsoHistoryItem = class DsoHistoryItem {
|
|
983
1661
|
z;
|
|
984
|
-
dsoClick = new EventEmitter();
|
|
985
1662
|
el;
|
|
1663
|
+
/**
|
|
1664
|
+
* The type of History Item
|
|
1665
|
+
*/
|
|
1666
|
+
set type(_) { }
|
|
1667
|
+
;
|
|
1668
|
+
/**
|
|
1669
|
+
* The optional URL to which the History Item title links. Needs to be provided when slot `title` is used.
|
|
1670
|
+
*/
|
|
1671
|
+
set href(_) { }
|
|
1672
|
+
;
|
|
1673
|
+
dsoClick = new EventEmitter();
|
|
986
1674
|
constructor(c, r, z) {
|
|
987
1675
|
this.z = z;
|
|
988
1676
|
c.detach();
|
|
989
1677
|
this.el = r.nativeElement;
|
|
990
1678
|
}
|
|
991
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
992
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1679
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHistoryItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1680
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoHistoryItem, isStandalone: true, selector: "dso-history-item", inputs: { href: "href", type: "type" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
993
1681
|
};
|
|
994
1682
|
DsoHistoryItem = __decorate([
|
|
995
1683
|
ProxyCmp({
|
|
@@ -997,15 +1685,15 @@ DsoHistoryItem = __decorate([
|
|
|
997
1685
|
inputs: ['href', 'type']
|
|
998
1686
|
})
|
|
999
1687
|
], DsoHistoryItem);
|
|
1000
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1688
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoHistoryItem, decorators: [{
|
|
1001
1689
|
type: Component,
|
|
1002
1690
|
args: [{
|
|
1003
1691
|
selector: 'dso-history-item',
|
|
1004
1692
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1005
1693
|
template: '<ng-content></ng-content>',
|
|
1006
1694
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1007
|
-
inputs: ['href', 'type'
|
|
1008
|
-
|
|
1695
|
+
inputs: ['href', { name: 'type', required: true }],
|
|
1696
|
+
outputs: ['dsoClick'],
|
|
1009
1697
|
}]
|
|
1010
1698
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClick: [{
|
|
1011
1699
|
type: Output
|
|
@@ -1013,13 +1701,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1013
1701
|
let DsoIcon = class DsoIcon {
|
|
1014
1702
|
z;
|
|
1015
1703
|
el;
|
|
1704
|
+
/**
|
|
1705
|
+
* The alias of the icon.
|
|
1706
|
+
*/
|
|
1707
|
+
set icon(_) { }
|
|
1708
|
+
;
|
|
1016
1709
|
constructor(c, r, z) {
|
|
1017
1710
|
this.z = z;
|
|
1018
1711
|
c.detach();
|
|
1019
1712
|
this.el = r.nativeElement;
|
|
1020
1713
|
}
|
|
1021
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1022
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1714
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1715
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoIcon, isStandalone: true, selector: "dso-icon", inputs: { icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1023
1716
|
};
|
|
1024
1717
|
DsoIcon = __decorate([
|
|
1025
1718
|
ProxyCmp({
|
|
@@ -1027,28 +1720,52 @@ DsoIcon = __decorate([
|
|
|
1027
1720
|
inputs: ['icon']
|
|
1028
1721
|
})
|
|
1029
1722
|
], DsoIcon);
|
|
1030
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1723
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoIcon, decorators: [{
|
|
1031
1724
|
type: Component,
|
|
1032
1725
|
args: [{
|
|
1033
1726
|
selector: 'dso-icon',
|
|
1034
1727
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1035
1728
|
template: '<ng-content></ng-content>',
|
|
1036
1729
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1037
|
-
inputs: ['icon'],
|
|
1038
|
-
standalone: true
|
|
1730
|
+
inputs: ['icon'],
|
|
1039
1731
|
}]
|
|
1040
1732
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1041
1733
|
let DsoIconButton = class DsoIconButton {
|
|
1042
1734
|
z;
|
|
1043
|
-
dsoClick = new EventEmitter();
|
|
1044
1735
|
el;
|
|
1736
|
+
/**
|
|
1737
|
+
* The alias of the icon in the button.
|
|
1738
|
+
*/
|
|
1739
|
+
set icon(_) { }
|
|
1740
|
+
;
|
|
1741
|
+
/**
|
|
1742
|
+
* The label of the Icon Button which is shown on hover in a tooltip.
|
|
1743
|
+
*/
|
|
1744
|
+
set label(_) { }
|
|
1745
|
+
;
|
|
1746
|
+
/**
|
|
1747
|
+
* The variant of the Icon Button. @default "secondary"
|
|
1748
|
+
*/
|
|
1749
|
+
set variant(_) { }
|
|
1750
|
+
;
|
|
1751
|
+
/**
|
|
1752
|
+
* The placement of the tooltip on hover and focus of the Icon Button. @default "top"
|
|
1753
|
+
*/
|
|
1754
|
+
set tooltipPlacement(_) { }
|
|
1755
|
+
;
|
|
1756
|
+
/**
|
|
1757
|
+
* To disable the Icon Button @default false
|
|
1758
|
+
*/
|
|
1759
|
+
set disabled(_) { }
|
|
1760
|
+
;
|
|
1761
|
+
dsoClick = new EventEmitter();
|
|
1045
1762
|
constructor(c, r, z) {
|
|
1046
1763
|
this.z = z;
|
|
1047
1764
|
c.detach();
|
|
1048
1765
|
this.el = r.nativeElement;
|
|
1049
1766
|
}
|
|
1050
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1051
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1767
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoIconButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1768
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoIconButton, isStandalone: true, selector: "dso-icon-button", inputs: { disabled: "disabled", icon: "icon", label: "label", tooltipPlacement: "tooltipPlacement", variant: "variant" }, outputs: { dsoClick: "dsoClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1052
1769
|
};
|
|
1053
1770
|
DsoIconButton = __decorate([
|
|
1054
1771
|
ProxyCmp({
|
|
@@ -1057,15 +1774,15 @@ DsoIconButton = __decorate([
|
|
|
1057
1774
|
methods: ['setFocus']
|
|
1058
1775
|
})
|
|
1059
1776
|
], DsoIconButton);
|
|
1060
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoIconButton, decorators: [{
|
|
1061
1778
|
type: Component,
|
|
1062
1779
|
args: [{
|
|
1063
1780
|
selector: 'dso-icon-button',
|
|
1064
1781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1065
1782
|
template: '<ng-content></ng-content>',
|
|
1066
1783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1067
|
-
inputs: ['disabled', 'icon', 'label', 'tooltipPlacement', 'variant'],
|
|
1068
|
-
|
|
1784
|
+
inputs: ['disabled', { name: 'icon', required: true }, { name: 'label', required: true }, 'tooltipPlacement', 'variant'],
|
|
1785
|
+
outputs: ['dsoClick'],
|
|
1069
1786
|
}]
|
|
1070
1787
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClick: [{
|
|
1071
1788
|
type: Output
|
|
@@ -1073,13 +1790,18 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1073
1790
|
let DsoImageOverlay = class DsoImageOverlay {
|
|
1074
1791
|
z;
|
|
1075
1792
|
el;
|
|
1793
|
+
/**
|
|
1794
|
+
* The wijzigactie.
|
|
1795
|
+
*/
|
|
1796
|
+
set wijzigactie(_) { }
|
|
1797
|
+
;
|
|
1076
1798
|
constructor(c, r, z) {
|
|
1077
1799
|
this.z = z;
|
|
1078
1800
|
c.detach();
|
|
1079
1801
|
this.el = r.nativeElement;
|
|
1080
1802
|
}
|
|
1081
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1082
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1803
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoImageOverlay, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1804
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoImageOverlay, isStandalone: true, selector: "dso-image-overlay", inputs: { wijzigactie: "wijzigactie" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1083
1805
|
};
|
|
1084
1806
|
DsoImageOverlay = __decorate([
|
|
1085
1807
|
ProxyCmp({
|
|
@@ -1087,28 +1809,37 @@ DsoImageOverlay = __decorate([
|
|
|
1087
1809
|
inputs: ['wijzigactie']
|
|
1088
1810
|
})
|
|
1089
1811
|
], DsoImageOverlay);
|
|
1090
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1812
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoImageOverlay, decorators: [{
|
|
1091
1813
|
type: Component,
|
|
1092
1814
|
args: [{
|
|
1093
1815
|
selector: 'dso-image-overlay',
|
|
1094
1816
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1095
1817
|
template: '<ng-content></ng-content>',
|
|
1096
1818
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1097
|
-
inputs: ['wijzigactie'],
|
|
1098
|
-
standalone: true
|
|
1819
|
+
inputs: ['wijzigactie'],
|
|
1099
1820
|
}]
|
|
1100
1821
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1101
1822
|
let DsoInfo = class DsoInfo {
|
|
1102
1823
|
z;
|
|
1103
|
-
dsoClose = new EventEmitter();
|
|
1104
1824
|
el;
|
|
1825
|
+
/**
|
|
1826
|
+
* Set to true if the Info should not be toggled and always visible.
|
|
1827
|
+
*/
|
|
1828
|
+
set fixed(_) { }
|
|
1829
|
+
;
|
|
1830
|
+
/**
|
|
1831
|
+
* Whether the Info is active.
|
|
1832
|
+
*/
|
|
1833
|
+
set active(_) { }
|
|
1834
|
+
;
|
|
1835
|
+
dsoClose = new EventEmitter();
|
|
1105
1836
|
constructor(c, r, z) {
|
|
1106
1837
|
this.z = z;
|
|
1107
1838
|
c.detach();
|
|
1108
1839
|
this.el = r.nativeElement;
|
|
1109
1840
|
}
|
|
1110
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1111
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1841
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInfo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1842
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoInfo, isStandalone: true, selector: "dso-info", inputs: { active: "active", fixed: "fixed" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1112
1843
|
};
|
|
1113
1844
|
DsoInfo = __decorate([
|
|
1114
1845
|
ProxyCmp({
|
|
@@ -1116,30 +1847,50 @@ DsoInfo = __decorate([
|
|
|
1116
1847
|
inputs: ['active', 'fixed']
|
|
1117
1848
|
})
|
|
1118
1849
|
], DsoInfo);
|
|
1119
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1850
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInfo, decorators: [{
|
|
1120
1851
|
type: Component,
|
|
1121
1852
|
args: [{
|
|
1122
1853
|
selector: 'dso-info',
|
|
1123
1854
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1124
1855
|
template: '<ng-content></ng-content>',
|
|
1125
1856
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1126
|
-
inputs: ['active', 'fixed'],
|
|
1127
|
-
|
|
1857
|
+
inputs: ['active', 'fixed'],
|
|
1858
|
+
outputs: ['dsoClose'],
|
|
1128
1859
|
}]
|
|
1129
1860
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClose: [{
|
|
1130
1861
|
type: Output
|
|
1131
1862
|
}] } });
|
|
1132
1863
|
let DsoInfoButton = class DsoInfoButton {
|
|
1133
1864
|
z;
|
|
1134
|
-
dsoToggle = new EventEmitter();
|
|
1135
1865
|
el;
|
|
1866
|
+
/**
|
|
1867
|
+
* Whether the InfoButton is active. @default false
|
|
1868
|
+
*/
|
|
1869
|
+
set active(_) { }
|
|
1870
|
+
;
|
|
1871
|
+
/**
|
|
1872
|
+
* For secondary Info Button.
|
|
1873
|
+
*/
|
|
1874
|
+
set secondary(_) { }
|
|
1875
|
+
;
|
|
1876
|
+
/**
|
|
1877
|
+
* The label. @default "Toelichting bij optie"
|
|
1878
|
+
*/
|
|
1879
|
+
set label(_) { }
|
|
1880
|
+
;
|
|
1881
|
+
/**
|
|
1882
|
+
* The placement of the Toggletip on click. @default "top"
|
|
1883
|
+
*/
|
|
1884
|
+
set toggletipPlacement(_) { }
|
|
1885
|
+
;
|
|
1886
|
+
dsoToggle = new EventEmitter();
|
|
1136
1887
|
constructor(c, r, z) {
|
|
1137
1888
|
this.z = z;
|
|
1138
1889
|
c.detach();
|
|
1139
1890
|
this.el = r.nativeElement;
|
|
1140
1891
|
}
|
|
1141
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1142
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1892
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInfoButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1893
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoInfoButton, isStandalone: true, selector: "dso-info-button", inputs: { active: "active", label: "label", secondary: "secondary", toggletipPlacement: "toggletipPlacement" }, outputs: { dsoToggle: "dsoToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1143
1894
|
};
|
|
1144
1895
|
DsoInfoButton = __decorate([
|
|
1145
1896
|
ProxyCmp({
|
|
@@ -1148,30 +1899,65 @@ DsoInfoButton = __decorate([
|
|
|
1148
1899
|
methods: ['setFocus']
|
|
1149
1900
|
})
|
|
1150
1901
|
], DsoInfoButton);
|
|
1151
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1902
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInfoButton, decorators: [{
|
|
1152
1903
|
type: Component,
|
|
1153
1904
|
args: [{
|
|
1154
1905
|
selector: 'dso-info-button',
|
|
1155
1906
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1156
1907
|
template: '<ng-content></ng-content>',
|
|
1157
1908
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1158
|
-
inputs: ['active', 'label', 'secondary', 'toggletipPlacement'],
|
|
1159
|
-
|
|
1909
|
+
inputs: ['active', 'label', 'secondary', 'toggletipPlacement'],
|
|
1910
|
+
outputs: ['dsoToggle'],
|
|
1160
1911
|
}]
|
|
1161
1912
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoToggle: [{
|
|
1162
1913
|
type: Output
|
|
1163
1914
|
}] } });
|
|
1164
1915
|
let DsoInputRange = class DsoInputRange {
|
|
1165
1916
|
z;
|
|
1166
|
-
dsoChange = new EventEmitter();
|
|
1167
1917
|
el;
|
|
1918
|
+
/**
|
|
1919
|
+
* The minimum value of the range.
|
|
1920
|
+
*/
|
|
1921
|
+
set min(_) { }
|
|
1922
|
+
;
|
|
1923
|
+
/**
|
|
1924
|
+
* The maximum value of the range.
|
|
1925
|
+
*/
|
|
1926
|
+
set max(_) { }
|
|
1927
|
+
;
|
|
1928
|
+
/**
|
|
1929
|
+
* The value of the range.
|
|
1930
|
+
*/
|
|
1931
|
+
set value(_) { }
|
|
1932
|
+
;
|
|
1933
|
+
/**
|
|
1934
|
+
* The step to increment the value by.
|
|
1935
|
+
*/
|
|
1936
|
+
set step(_) { }
|
|
1937
|
+
;
|
|
1938
|
+
/**
|
|
1939
|
+
* The label of the range.
|
|
1940
|
+
*/
|
|
1941
|
+
set label(_) { }
|
|
1942
|
+
;
|
|
1943
|
+
/**
|
|
1944
|
+
* The unit of the range. @default ""
|
|
1945
|
+
*/
|
|
1946
|
+
set unit(_) { }
|
|
1947
|
+
;
|
|
1948
|
+
/**
|
|
1949
|
+
* The description of the range.
|
|
1950
|
+
*/
|
|
1951
|
+
set description(_) { }
|
|
1952
|
+
;
|
|
1953
|
+
dsoChange = new EventEmitter();
|
|
1168
1954
|
constructor(c, r, z) {
|
|
1169
1955
|
this.z = z;
|
|
1170
1956
|
c.detach();
|
|
1171
1957
|
this.el = r.nativeElement;
|
|
1172
1958
|
}
|
|
1173
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1174
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
1959
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInputRange, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1960
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoInputRange, isStandalone: true, selector: "dso-input-range", inputs: { description: "description", label: "label", max: "max", min: "min", step: "step", unit: "unit", value: "value" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1175
1961
|
};
|
|
1176
1962
|
DsoInputRange = __decorate([
|
|
1177
1963
|
ProxyCmp({
|
|
@@ -1179,30 +1965,50 @@ DsoInputRange = __decorate([
|
|
|
1179
1965
|
inputs: ['description', 'label', 'max', 'min', 'step', 'unit', 'value']
|
|
1180
1966
|
})
|
|
1181
1967
|
], DsoInputRange);
|
|
1182
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
1968
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoInputRange, decorators: [{
|
|
1183
1969
|
type: Component,
|
|
1184
1970
|
args: [{
|
|
1185
1971
|
selector: 'dso-input-range',
|
|
1186
1972
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1187
1973
|
template: '<ng-content></ng-content>',
|
|
1188
1974
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1189
|
-
inputs: ['description', 'label', 'max', 'min', 'step', 'unit', 'value'],
|
|
1190
|
-
|
|
1975
|
+
inputs: ['description', 'label', 'max', 'min', 'step', 'unit', 'value'],
|
|
1976
|
+
outputs: ['dsoChange'],
|
|
1191
1977
|
}]
|
|
1192
1978
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoChange: [{
|
|
1193
1979
|
type: Output
|
|
1194
1980
|
}] } });
|
|
1195
1981
|
let DsoLabel = class DsoLabel {
|
|
1196
1982
|
z;
|
|
1197
|
-
dsoRemoveClick = new EventEmitter();
|
|
1198
1983
|
el;
|
|
1984
|
+
/**
|
|
1985
|
+
* For compact Label
|
|
1986
|
+
*/
|
|
1987
|
+
set compact(_) { }
|
|
1988
|
+
;
|
|
1989
|
+
/**
|
|
1990
|
+
* Shows a button that can be used to remove the Label.
|
|
1991
|
+
*/
|
|
1992
|
+
set removable(_) { }
|
|
1993
|
+
;
|
|
1994
|
+
/**
|
|
1995
|
+
* The status of this Label.
|
|
1996
|
+
*/
|
|
1997
|
+
set status(_) { }
|
|
1998
|
+
;
|
|
1999
|
+
/**
|
|
2000
|
+
* Whether the Label is allowed to truncate the contents if it does not fit the container element.
|
|
2001
|
+
*/
|
|
2002
|
+
set truncate(_) { }
|
|
2003
|
+
;
|
|
2004
|
+
dsoRemoveClick = new EventEmitter();
|
|
1199
2005
|
constructor(c, r, z) {
|
|
1200
2006
|
this.z = z;
|
|
1201
2007
|
c.detach();
|
|
1202
2008
|
this.el = r.nativeElement;
|
|
1203
2009
|
}
|
|
1204
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1205
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2010
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLabel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2011
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLabel, isStandalone: true, selector: "dso-label", inputs: { compact: "compact", removable: "removable", status: "status", truncate: "truncate" }, outputs: { dsoRemoveClick: "dsoRemoveClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1206
2012
|
};
|
|
1207
2013
|
DsoLabel = __decorate([
|
|
1208
2014
|
ProxyCmp({
|
|
@@ -1210,31 +2016,36 @@ DsoLabel = __decorate([
|
|
|
1210
2016
|
inputs: ['compact', 'removable', 'status', 'truncate']
|
|
1211
2017
|
})
|
|
1212
2018
|
], DsoLabel);
|
|
1213
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2019
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLabel, decorators: [{
|
|
1214
2020
|
type: Component,
|
|
1215
2021
|
args: [{
|
|
1216
2022
|
selector: 'dso-label',
|
|
1217
2023
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1218
2024
|
template: '<ng-content></ng-content>',
|
|
1219
2025
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1220
|
-
inputs: ['compact', 'removable', 'status', 'truncate'],
|
|
1221
|
-
|
|
2026
|
+
inputs: ['compact', 'removable', 'status', 'truncate'],
|
|
2027
|
+
outputs: ['dsoRemoveClick'],
|
|
1222
2028
|
}]
|
|
1223
2029
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoRemoveClick: [{
|
|
1224
2030
|
type: Output
|
|
1225
2031
|
}] } });
|
|
1226
2032
|
let DsoLegend = class DsoLegend {
|
|
1227
2033
|
z;
|
|
2034
|
+
el;
|
|
2035
|
+
/**
|
|
2036
|
+
* TabItems in the legend topbar @default []
|
|
2037
|
+
*/
|
|
2038
|
+
set tabItems(_) { }
|
|
2039
|
+
;
|
|
1228
2040
|
dsoContentSwitch = new EventEmitter();
|
|
1229
2041
|
dsoClose = new EventEmitter();
|
|
1230
|
-
el;
|
|
1231
2042
|
constructor(c, r, z) {
|
|
1232
2043
|
this.z = z;
|
|
1233
2044
|
c.detach();
|
|
1234
2045
|
this.el = r.nativeElement;
|
|
1235
2046
|
}
|
|
1236
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1237
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2047
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegend, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2048
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLegend, isStandalone: true, selector: "dso-legend", inputs: { tabItems: "tabItems" }, outputs: { dsoContentSwitch: "dsoContentSwitch", dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1238
2049
|
};
|
|
1239
2050
|
DsoLegend = __decorate([
|
|
1240
2051
|
ProxyCmp({
|
|
@@ -1242,53 +2053,113 @@ DsoLegend = __decorate([
|
|
|
1242
2053
|
inputs: ['tabItems']
|
|
1243
2054
|
})
|
|
1244
2055
|
], DsoLegend);
|
|
1245
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2056
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegend, decorators: [{
|
|
1246
2057
|
type: Component,
|
|
1247
2058
|
args: [{
|
|
1248
2059
|
selector: 'dso-legend',
|
|
1249
2060
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1250
2061
|
template: '<ng-content></ng-content>',
|
|
1251
2062
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1252
|
-
inputs: ['tabItems'],
|
|
1253
|
-
|
|
2063
|
+
inputs: ['tabItems'],
|
|
2064
|
+
outputs: ['dsoContentSwitch', 'dsoClose'],
|
|
1254
2065
|
}]
|
|
1255
2066
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoContentSwitch: [{
|
|
1256
2067
|
type: Output
|
|
1257
2068
|
}], dsoClose: [{
|
|
1258
2069
|
type: Output
|
|
1259
2070
|
}] } });
|
|
2071
|
+
let DsoLegendGroup = class DsoLegendGroup {
|
|
2072
|
+
z;
|
|
2073
|
+
el;
|
|
2074
|
+
/**
|
|
2075
|
+
* Controls whether this Legend Group and its child Legend Items are in edit or view mode.
|
|
2076
|
+
When not set, no edit/view toggle icon is shown.
|
|
2077
|
+
*/
|
|
2078
|
+
set mode(_) { }
|
|
2079
|
+
;
|
|
2080
|
+
dsoLegendGroupModeChange = new EventEmitter();
|
|
2081
|
+
constructor(c, r, z) {
|
|
2082
|
+
this.z = z;
|
|
2083
|
+
c.detach();
|
|
2084
|
+
this.el = r.nativeElement;
|
|
2085
|
+
}
|
|
2086
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegendGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2087
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLegendGroup, isStandalone: true, selector: "dso-legend-group", inputs: { mode: "mode" }, outputs: { dsoLegendGroupModeChange: "dsoLegendGroupModeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2088
|
+
};
|
|
2089
|
+
DsoLegendGroup = __decorate([
|
|
2090
|
+
ProxyCmp({
|
|
2091
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
2092
|
+
inputs: ['mode']
|
|
2093
|
+
})
|
|
2094
|
+
], DsoLegendGroup);
|
|
2095
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegendGroup, decorators: [{
|
|
2096
|
+
type: Component,
|
|
2097
|
+
args: [{
|
|
2098
|
+
selector: 'dso-legend-group',
|
|
2099
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2100
|
+
template: '<ng-content></ng-content>',
|
|
2101
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2102
|
+
inputs: ['mode'],
|
|
2103
|
+
outputs: ['dsoLegendGroupModeChange'],
|
|
2104
|
+
}]
|
|
2105
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoLegendGroupModeChange: [{
|
|
2106
|
+
type: Output
|
|
2107
|
+
}] } });
|
|
1260
2108
|
let DsoLegendItem = class DsoLegendItem {
|
|
1261
2109
|
z;
|
|
2110
|
+
el;
|
|
2111
|
+
/**
|
|
2112
|
+
* To disable the Legend Item @default false
|
|
2113
|
+
*/
|
|
2114
|
+
set disabled(_) { }
|
|
2115
|
+
;
|
|
2116
|
+
/**
|
|
2117
|
+
* Message to be shown in an info-button tooltip when the Legend Item is disabled
|
|
2118
|
+
*/
|
|
2119
|
+
set disabledMessage(_) { }
|
|
2120
|
+
;
|
|
2121
|
+
/**
|
|
2122
|
+
* Controls whether this Legend Item can be active or not
|
|
2123
|
+
*/
|
|
2124
|
+
set activatable(_) { }
|
|
2125
|
+
;
|
|
2126
|
+
/**
|
|
2127
|
+
* Controls whether this Legend Item is active or not
|
|
2128
|
+
*/
|
|
2129
|
+
set active(_) { }
|
|
2130
|
+
;
|
|
1262
2131
|
dsoActiveChange = new EventEmitter();
|
|
2132
|
+
dsoDelete = new EventEmitter();
|
|
1263
2133
|
dsoMouseEnter = new EventEmitter();
|
|
1264
2134
|
dsoMouseLeave = new EventEmitter();
|
|
1265
|
-
el;
|
|
1266
2135
|
constructor(c, r, z) {
|
|
1267
2136
|
this.z = z;
|
|
1268
2137
|
c.detach();
|
|
1269
2138
|
this.el = r.nativeElement;
|
|
1270
2139
|
}
|
|
1271
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1272
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2140
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegendItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2141
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLegendItem, isStandalone: true, selector: "dso-legend-item", inputs: { activatable: "activatable", active: "active", disabled: "disabled", disabledMessage: "disabledMessage" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoDelete: "dsoDelete", dsoMouseEnter: "dsoMouseEnter", dsoMouseLeave: "dsoMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1273
2142
|
};
|
|
1274
2143
|
DsoLegendItem = __decorate([
|
|
1275
2144
|
ProxyCmp({
|
|
1276
|
-
defineCustomElementFn: defineCustomElement$
|
|
2145
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1277
2146
|
inputs: ['activatable', 'active', 'disabled', 'disabledMessage']
|
|
1278
2147
|
})
|
|
1279
2148
|
], DsoLegendItem);
|
|
1280
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2149
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLegendItem, decorators: [{
|
|
1281
2150
|
type: Component,
|
|
1282
2151
|
args: [{
|
|
1283
2152
|
selector: 'dso-legend-item',
|
|
1284
2153
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1285
2154
|
template: '<ng-content></ng-content>',
|
|
1286
2155
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1287
|
-
inputs: ['activatable', 'active', 'disabled', 'disabledMessage'],
|
|
1288
|
-
|
|
2156
|
+
inputs: ['activatable', 'active', 'disabled', 'disabledMessage'],
|
|
2157
|
+
outputs: ['dsoActiveChange', 'dsoDelete', 'dsoMouseEnter', 'dsoMouseLeave'],
|
|
1289
2158
|
}]
|
|
1290
2159
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
1291
2160
|
type: Output
|
|
2161
|
+
}], dsoDelete: [{
|
|
2162
|
+
type: Output
|
|
1292
2163
|
}], dsoMouseEnter: [{
|
|
1293
2164
|
type: Output
|
|
1294
2165
|
}], dsoMouseLeave: [{
|
|
@@ -1296,32 +2167,72 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1296
2167
|
}] } });
|
|
1297
2168
|
let DsoListButton = class DsoListButton {
|
|
1298
2169
|
z;
|
|
2170
|
+
el;
|
|
2171
|
+
/**
|
|
2172
|
+
* The label of the List Button.
|
|
2173
|
+
*/
|
|
2174
|
+
set label(_) { }
|
|
2175
|
+
;
|
|
2176
|
+
/**
|
|
2177
|
+
* The sublabel of the List Button.
|
|
2178
|
+
*/
|
|
2179
|
+
set sublabel(_) { }
|
|
2180
|
+
;
|
|
2181
|
+
/**
|
|
2182
|
+
* When defined the count can show on the List Button.
|
|
2183
|
+
*/
|
|
2184
|
+
set count(_) { }
|
|
2185
|
+
;
|
|
2186
|
+
/**
|
|
2187
|
+
* The minimum value.
|
|
2188
|
+
*/
|
|
2189
|
+
set min(_) { }
|
|
2190
|
+
;
|
|
2191
|
+
/**
|
|
2192
|
+
* The maximum value.
|
|
2193
|
+
*/
|
|
2194
|
+
set max(_) { }
|
|
2195
|
+
;
|
|
2196
|
+
/**
|
|
2197
|
+
* Whether the List Button is checked. @default false
|
|
2198
|
+
*/
|
|
2199
|
+
set checked(_) { }
|
|
2200
|
+
;
|
|
2201
|
+
/**
|
|
2202
|
+
* Whether the List Button is disabled. @default false
|
|
2203
|
+
*/
|
|
2204
|
+
set disabled(_) { }
|
|
2205
|
+
;
|
|
2206
|
+
/**
|
|
2207
|
+
* Prefix to subcontent for the purpose of screenreading.
|
|
2208
|
+
*/
|
|
2209
|
+
set subcontentPrefix(_) { }
|
|
2210
|
+
;
|
|
1299
2211
|
dsoCountChange = new EventEmitter();
|
|
1300
2212
|
dsoSelectedChange = new EventEmitter();
|
|
1301
|
-
el;
|
|
1302
2213
|
constructor(c, r, z) {
|
|
1303
2214
|
this.z = z;
|
|
1304
2215
|
c.detach();
|
|
1305
2216
|
this.el = r.nativeElement;
|
|
1306
2217
|
}
|
|
1307
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1308
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2218
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoListButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2219
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoListButton, isStandalone: true, selector: "dso-list-button", inputs: { checked: "checked", count: "count", disabled: "disabled", label: "label", max: "max", min: "min", subcontentPrefix: "subcontentPrefix", sublabel: "sublabel" }, outputs: { dsoCountChange: "dsoCountChange", dsoSelectedChange: "dsoSelectedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1309
2220
|
};
|
|
1310
2221
|
DsoListButton = __decorate([
|
|
1311
2222
|
ProxyCmp({
|
|
1312
|
-
defineCustomElementFn: defineCustomElement$
|
|
2223
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1313
2224
|
inputs: ['checked', 'count', 'disabled', 'label', 'max', 'min', 'subcontentPrefix', 'sublabel']
|
|
1314
2225
|
})
|
|
1315
2226
|
], DsoListButton);
|
|
1316
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2227
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoListButton, decorators: [{
|
|
1317
2228
|
type: Component,
|
|
1318
2229
|
args: [{
|
|
1319
2230
|
selector: 'dso-list-button',
|
|
1320
2231
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1321
2232
|
template: '<ng-content></ng-content>',
|
|
1322
2233
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1323
|
-
inputs: ['checked', 'count', 'disabled', 'label', 'max', 'min', 'subcontentPrefix', 'sublabel'],
|
|
1324
|
-
|
|
2234
|
+
inputs: ['checked', 'count', 'disabled', 'label', 'max', 'min', 'subcontentPrefix', 'sublabel'],
|
|
2235
|
+
outputs: ['dsoCountChange', 'dsoSelectedChange'],
|
|
1325
2236
|
}]
|
|
1326
2237
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoCountChange: [{
|
|
1327
2238
|
type: Output
|
|
@@ -1330,32 +2241,63 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1330
2241
|
}] } });
|
|
1331
2242
|
let DsoLogo = class DsoLogo {
|
|
1332
2243
|
z;
|
|
2244
|
+
el;
|
|
2245
|
+
/**
|
|
2246
|
+
* An alternative name for the logo wordmark Omgevingsloket. For instance `Environment| Desk`. It should contains a
|
|
2247
|
+
pipe-character: the left-hand side of the pipe will be shown in grasgroen, the right-hand side of the pipe will be
|
|
2248
|
+
shown in bosgroen.
|
|
2249
|
+
When omitted the logo wordmark will default to Omgevingsloket, with 'Omgevings' shown in grasgroen and 'loket' in
|
|
2250
|
+
bosgroen. @default "Omgevings|loket"
|
|
2251
|
+
*/
|
|
2252
|
+
set name(_) { }
|
|
2253
|
+
;
|
|
2254
|
+
/**
|
|
2255
|
+
* The url the logo is pointing to.
|
|
2256
|
+
*/
|
|
2257
|
+
set logoUrl(_) { }
|
|
2258
|
+
;
|
|
2259
|
+
/**
|
|
2260
|
+
* The label clarifies the service within the Omgevingsloket, shown
|
|
2261
|
+
as a subtitle (and on smaller screens as the main wordmark itself).
|
|
2262
|
+
*/
|
|
2263
|
+
set label(_) { }
|
|
2264
|
+
;
|
|
2265
|
+
/**
|
|
2266
|
+
* The url the label is pointing to.
|
|
2267
|
+
*/
|
|
2268
|
+
set labelUrl(_) { }
|
|
2269
|
+
;
|
|
2270
|
+
/**
|
|
2271
|
+
* The ribbon contains the text for a possible 'sticker' on top of the logo.
|
|
2272
|
+
Used to clarify the (non-production) server environment ("int", "kta", "pfm", "pre", or "dmo")
|
|
2273
|
+
*/
|
|
2274
|
+
set ribbon(_) { }
|
|
2275
|
+
;
|
|
1333
2276
|
dsoLogoClick = new EventEmitter();
|
|
1334
2277
|
dsoLabelClick = new EventEmitter();
|
|
1335
|
-
el;
|
|
1336
2278
|
constructor(c, r, z) {
|
|
1337
2279
|
this.z = z;
|
|
1338
2280
|
c.detach();
|
|
1339
2281
|
this.el = r.nativeElement;
|
|
1340
2282
|
}
|
|
1341
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1342
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2283
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLogo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2284
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoLogo, isStandalone: true, selector: "dso-logo", inputs: { label: "label", labelUrl: "labelUrl", logoUrl: "logoUrl", name: "name", ribbon: "ribbon" }, outputs: { dsoLogoClick: "dsoLogoClick", dsoLabelClick: "dsoLabelClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1343
2285
|
};
|
|
1344
2286
|
DsoLogo = __decorate([
|
|
1345
2287
|
ProxyCmp({
|
|
1346
|
-
defineCustomElementFn: defineCustomElement$
|
|
2288
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1347
2289
|
inputs: ['label', 'labelUrl', 'logoUrl', 'name', 'ribbon']
|
|
1348
2290
|
})
|
|
1349
2291
|
], DsoLogo);
|
|
1350
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2292
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoLogo, decorators: [{
|
|
1351
2293
|
type: Component,
|
|
1352
2294
|
args: [{
|
|
1353
2295
|
selector: 'dso-logo',
|
|
1354
2296
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1355
2297
|
template: '<ng-content></ng-content>',
|
|
1356
2298
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1357
|
-
inputs: ['label', 'labelUrl', 'logoUrl', 'name', 'ribbon'],
|
|
1358
|
-
|
|
2299
|
+
inputs: ['label', 'labelUrl', 'logoUrl', 'name', 'ribbon'],
|
|
2300
|
+
outputs: ['dsoLogoClick', 'dsoLabelClick'],
|
|
1359
2301
|
}]
|
|
1360
2302
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoLogoClick: [{
|
|
1361
2303
|
type: Output
|
|
@@ -1364,65 +2306,89 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1364
2306
|
}] } });
|
|
1365
2307
|
let DsoMapBaseLayers = class DsoMapBaseLayers {
|
|
1366
2308
|
z;
|
|
1367
|
-
dsoBaseLayerChange = new EventEmitter();
|
|
1368
2309
|
el;
|
|
2310
|
+
/**
|
|
2311
|
+
* To group the overlays together. Generally the default value suffices. @default uuidv4()
|
|
2312
|
+
*/
|
|
2313
|
+
set group(_) { }
|
|
2314
|
+
;
|
|
2315
|
+
/**
|
|
2316
|
+
* The base layers.
|
|
2317
|
+
*/
|
|
2318
|
+
set baseLayers(_) { }
|
|
2319
|
+
;
|
|
2320
|
+
dsoBaseLayerChange = new EventEmitter();
|
|
1369
2321
|
constructor(c, r, z) {
|
|
1370
2322
|
this.z = z;
|
|
1371
2323
|
c.detach();
|
|
1372
2324
|
this.el = r.nativeElement;
|
|
1373
2325
|
}
|
|
1374
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1375
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2326
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapBaseLayers, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2327
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapBaseLayers, isStandalone: true, selector: "dso-map-base-layers", inputs: { baseLayers: "baseLayers", group: "group" }, outputs: { dsoBaseLayerChange: "dsoBaseLayerChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1376
2328
|
};
|
|
1377
2329
|
DsoMapBaseLayers = __decorate([
|
|
1378
2330
|
ProxyCmp({
|
|
1379
|
-
defineCustomElementFn: defineCustomElement$
|
|
2331
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1380
2332
|
inputs: ['baseLayers', 'group']
|
|
1381
2333
|
})
|
|
1382
2334
|
], DsoMapBaseLayers);
|
|
1383
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2335
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapBaseLayers, decorators: [{
|
|
1384
2336
|
type: Component,
|
|
1385
2337
|
args: [{
|
|
1386
2338
|
selector: 'dso-map-base-layers',
|
|
1387
2339
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1388
2340
|
template: '<ng-content></ng-content>',
|
|
1389
2341
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1390
|
-
inputs: ['baseLayers',
|
|
1391
|
-
|
|
2342
|
+
inputs: [{ name: 'baseLayers', required: true }, 'group'],
|
|
2343
|
+
outputs: ['dsoBaseLayerChange'],
|
|
1392
2344
|
}]
|
|
1393
2345
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoBaseLayerChange: [{
|
|
1394
2346
|
type: Output
|
|
1395
2347
|
}] } });
|
|
1396
2348
|
let DsoMapControls = class DsoMapControls {
|
|
1397
2349
|
z;
|
|
2350
|
+
el;
|
|
2351
|
+
/**
|
|
2352
|
+
* To show and hide the Map Controls. @default false
|
|
2353
|
+
*/
|
|
2354
|
+
set open(_) { }
|
|
2355
|
+
;
|
|
2356
|
+
/**
|
|
2357
|
+
* To disable the zoom controls:
|
|
2358
|
+
|
|
2359
|
+
* `in`: Disable zoom in button.
|
|
2360
|
+
* `out`: Disable zoom out button.
|
|
2361
|
+
* `both`: Disable zoom in and zoom out.
|
|
2362
|
+
*/
|
|
2363
|
+
set disableZoom(_) { }
|
|
2364
|
+
;
|
|
1398
2365
|
dsoZoomIn = new EventEmitter();
|
|
1399
2366
|
dsoZoomOut = new EventEmitter();
|
|
1400
2367
|
dsoToggle = new EventEmitter();
|
|
1401
|
-
el;
|
|
1402
2368
|
constructor(c, r, z) {
|
|
1403
2369
|
this.z = z;
|
|
1404
2370
|
c.detach();
|
|
1405
2371
|
this.el = r.nativeElement;
|
|
1406
2372
|
}
|
|
1407
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1408
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2373
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapControls, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2374
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapControls, isStandalone: true, selector: "dso-map-controls", inputs: { disableZoom: "disableZoom", open: "open" }, outputs: { dsoZoomIn: "dsoZoomIn", dsoZoomOut: "dsoZoomOut", dsoToggle: "dsoToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1409
2375
|
};
|
|
1410
2376
|
DsoMapControls = __decorate([
|
|
1411
2377
|
ProxyCmp({
|
|
1412
|
-
defineCustomElementFn: defineCustomElement$
|
|
2378
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1413
2379
|
inputs: ['disableZoom', 'open'],
|
|
1414
2380
|
methods: ['toggleVisibility']
|
|
1415
2381
|
})
|
|
1416
2382
|
], DsoMapControls);
|
|
1417
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2383
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapControls, decorators: [{
|
|
1418
2384
|
type: Component,
|
|
1419
2385
|
args: [{
|
|
1420
2386
|
selector: 'dso-map-controls',
|
|
1421
2387
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1422
2388
|
template: '<ng-content></ng-content>',
|
|
1423
2389
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1424
|
-
inputs: ['disableZoom', 'open'],
|
|
1425
|
-
|
|
2390
|
+
inputs: ['disableZoom', 'open'],
|
|
2391
|
+
outputs: ['dsoZoomIn', 'dsoZoomOut', 'dsoToggle'],
|
|
1426
2392
|
}]
|
|
1427
2393
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoZoomIn: [{
|
|
1428
2394
|
type: Output
|
|
@@ -1433,64 +2399,85 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1433
2399
|
}] } });
|
|
1434
2400
|
let DsoMapLayer = class DsoMapLayer {
|
|
1435
2401
|
z;
|
|
1436
|
-
dsoActiveChange = new EventEmitter();
|
|
1437
2402
|
el;
|
|
2403
|
+
/**
|
|
2404
|
+
* The label of the Map Layer.
|
|
2405
|
+
*/
|
|
2406
|
+
set label(_) { }
|
|
2407
|
+
;
|
|
2408
|
+
/**
|
|
2409
|
+
* A boolean to indicate if the Map Layer is capable of being activated. When `true` a Slide Toggle displays
|
|
2410
|
+
on the right. @default false
|
|
2411
|
+
*/
|
|
2412
|
+
set activatable(_) { }
|
|
2413
|
+
;
|
|
2414
|
+
/**
|
|
2415
|
+
* An optional boolean indicating whether the Map Layer is active.
|
|
2416
|
+
*/
|
|
2417
|
+
set active(_) { }
|
|
2418
|
+
;
|
|
2419
|
+
dsoActiveChange = new EventEmitter();
|
|
1438
2420
|
constructor(c, r, z) {
|
|
1439
2421
|
this.z = z;
|
|
1440
2422
|
c.detach();
|
|
1441
2423
|
this.el = r.nativeElement;
|
|
1442
2424
|
}
|
|
1443
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1444
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2425
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2426
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapLayer, isStandalone: true, selector: "dso-map-layer", inputs: { activatable: "activatable", active: "active", label: "label" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1445
2427
|
};
|
|
1446
2428
|
DsoMapLayer = __decorate([
|
|
1447
2429
|
ProxyCmp({
|
|
1448
|
-
defineCustomElementFn: defineCustomElement$
|
|
2430
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1449
2431
|
inputs: ['activatable', 'active', 'label']
|
|
1450
2432
|
})
|
|
1451
2433
|
], DsoMapLayer);
|
|
1452
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2434
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayer, decorators: [{
|
|
1453
2435
|
type: Component,
|
|
1454
2436
|
args: [{
|
|
1455
2437
|
selector: 'dso-map-layer',
|
|
1456
2438
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1457
2439
|
template: '<ng-content></ng-content>',
|
|
1458
2440
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1459
|
-
inputs: ['activatable', 'active', 'label'
|
|
1460
|
-
|
|
2441
|
+
inputs: ['activatable', 'active', { name: 'label', required: true }],
|
|
2442
|
+
outputs: ['dsoActiveChange'],
|
|
1461
2443
|
}]
|
|
1462
2444
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
1463
2445
|
type: Output
|
|
1464
2446
|
}] } });
|
|
1465
2447
|
let DsoMapLayerObject = class DsoMapLayerObject {
|
|
1466
2448
|
z;
|
|
2449
|
+
el;
|
|
2450
|
+
/**
|
|
2451
|
+
* An optional boolean indicating whether the Map Layer Object is active.
|
|
2452
|
+
*/
|
|
2453
|
+
set active(_) { }
|
|
2454
|
+
;
|
|
1467
2455
|
dsoActiveChange = new EventEmitter();
|
|
1468
2456
|
dsoMouseEnter = new EventEmitter();
|
|
1469
2457
|
dsoMouseLeave = new EventEmitter();
|
|
1470
|
-
el;
|
|
1471
2458
|
constructor(c, r, z) {
|
|
1472
2459
|
this.z = z;
|
|
1473
2460
|
c.detach();
|
|
1474
2461
|
this.el = r.nativeElement;
|
|
1475
2462
|
}
|
|
1476
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1477
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2463
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayerObject, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2464
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapLayerObject, isStandalone: true, selector: "dso-map-layer-object", inputs: { active: "active" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoMouseEnter: "dsoMouseEnter", dsoMouseLeave: "dsoMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1478
2465
|
};
|
|
1479
2466
|
DsoMapLayerObject = __decorate([
|
|
1480
2467
|
ProxyCmp({
|
|
1481
|
-
defineCustomElementFn: defineCustomElement$
|
|
2468
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1482
2469
|
inputs: ['active']
|
|
1483
2470
|
})
|
|
1484
2471
|
], DsoMapLayerObject);
|
|
1485
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2472
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapLayerObject, decorators: [{
|
|
1486
2473
|
type: Component,
|
|
1487
2474
|
args: [{
|
|
1488
2475
|
selector: 'dso-map-layer-object',
|
|
1489
2476
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1490
2477
|
template: '<ng-content></ng-content>',
|
|
1491
2478
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1492
|
-
inputs: ['active'],
|
|
1493
|
-
|
|
2479
|
+
inputs: ['active'],
|
|
2480
|
+
outputs: ['dsoActiveChange', 'dsoMouseEnter', 'dsoMouseLeave'],
|
|
1494
2481
|
}]
|
|
1495
2482
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
1496
2483
|
type: Output
|
|
@@ -1501,66 +2488,96 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1501
2488
|
}] } });
|
|
1502
2489
|
let DsoMapOverlays = class DsoMapOverlays {
|
|
1503
2490
|
z;
|
|
1504
|
-
dsoToggleOverlay = new EventEmitter();
|
|
1505
2491
|
el;
|
|
2492
|
+
/**
|
|
2493
|
+
* To group the overlays together. Generally the default value suffices. @default uuidv4()
|
|
2494
|
+
*/
|
|
2495
|
+
set group(_) { }
|
|
2496
|
+
;
|
|
2497
|
+
/**
|
|
2498
|
+
* The overlays.
|
|
2499
|
+
*/
|
|
2500
|
+
set overlays(_) { }
|
|
2501
|
+
;
|
|
2502
|
+
dsoToggleOverlay = new EventEmitter();
|
|
1506
2503
|
constructor(c, r, z) {
|
|
1507
2504
|
this.z = z;
|
|
1508
2505
|
c.detach();
|
|
1509
2506
|
this.el = r.nativeElement;
|
|
1510
2507
|
}
|
|
1511
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1512
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2508
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapOverlays, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2509
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMapOverlays, isStandalone: true, selector: "dso-map-overlays", inputs: { group: "group", overlays: "overlays" }, outputs: { dsoToggleOverlay: "dsoToggleOverlay" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1513
2510
|
};
|
|
1514
2511
|
DsoMapOverlays = __decorate([
|
|
1515
2512
|
ProxyCmp({
|
|
1516
|
-
defineCustomElementFn: defineCustomElement$
|
|
2513
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1517
2514
|
inputs: ['group', 'overlays']
|
|
1518
2515
|
})
|
|
1519
2516
|
], DsoMapOverlays);
|
|
1520
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2517
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMapOverlays, decorators: [{
|
|
1521
2518
|
type: Component,
|
|
1522
2519
|
args: [{
|
|
1523
2520
|
selector: 'dso-map-overlays',
|
|
1524
2521
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1525
2522
|
template: '<ng-content></ng-content>',
|
|
1526
2523
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1527
|
-
inputs: ['group', 'overlays'
|
|
1528
|
-
|
|
2524
|
+
inputs: ['group', { name: 'overlays', required: true }],
|
|
2525
|
+
outputs: ['dsoToggleOverlay'],
|
|
1529
2526
|
}]
|
|
1530
2527
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoToggleOverlay: [{
|
|
1531
2528
|
type: Output
|
|
1532
2529
|
}] } });
|
|
1533
2530
|
let DsoMarkBar = class DsoMarkBar {
|
|
1534
2531
|
z;
|
|
2532
|
+
el;
|
|
2533
|
+
/**
|
|
2534
|
+
* The current search value.
|
|
2535
|
+
*/
|
|
2536
|
+
set value(_) { }
|
|
2537
|
+
;
|
|
2538
|
+
/**
|
|
2539
|
+
* The label for the input field. @default "Zoeken in document"
|
|
2540
|
+
*/
|
|
2541
|
+
set label(_) { }
|
|
2542
|
+
;
|
|
2543
|
+
/**
|
|
2544
|
+
* The current (one-based) highlighted search item.
|
|
2545
|
+
*/
|
|
2546
|
+
set current(_) { }
|
|
2547
|
+
;
|
|
2548
|
+
/**
|
|
2549
|
+
* Total number of search results.
|
|
2550
|
+
*/
|
|
2551
|
+
set totalCount(_) { }
|
|
2552
|
+
;
|
|
1535
2553
|
dsoInput = new EventEmitter();
|
|
1536
2554
|
dsoNext = new EventEmitter();
|
|
1537
2555
|
dsoPrevious = new EventEmitter();
|
|
1538
2556
|
dsoClear = new EventEmitter();
|
|
1539
|
-
el;
|
|
1540
2557
|
constructor(c, r, z) {
|
|
1541
2558
|
this.z = z;
|
|
1542
2559
|
c.detach();
|
|
1543
2560
|
this.el = r.nativeElement;
|
|
1544
2561
|
}
|
|
1545
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1546
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2562
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMarkBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2563
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoMarkBar, isStandalone: true, selector: "dso-mark-bar", inputs: { current: "current", label: "label", totalCount: "totalCount", value: "value" }, outputs: { dsoInput: "dsoInput", dsoNext: "dsoNext", dsoPrevious: "dsoPrevious", dsoClear: "dsoClear" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1547
2564
|
};
|
|
1548
2565
|
DsoMarkBar = __decorate([
|
|
1549
2566
|
ProxyCmp({
|
|
1550
|
-
defineCustomElementFn: defineCustomElement$
|
|
2567
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1551
2568
|
inputs: ['current', 'label', 'totalCount', 'value'],
|
|
1552
2569
|
methods: ['dsoFocus']
|
|
1553
2570
|
})
|
|
1554
2571
|
], DsoMarkBar);
|
|
1555
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2572
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoMarkBar, decorators: [{
|
|
1556
2573
|
type: Component,
|
|
1557
2574
|
args: [{
|
|
1558
2575
|
selector: 'dso-mark-bar',
|
|
1559
2576
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1560
2577
|
template: '<ng-content></ng-content>',
|
|
1561
2578
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1562
|
-
inputs: ['current', 'label', 'totalCount', 'value'],
|
|
1563
|
-
|
|
2579
|
+
inputs: ['current', 'label', 'totalCount', 'value'],
|
|
2580
|
+
outputs: ['dsoInput', 'dsoNext', 'dsoPrevious', 'dsoClear'],
|
|
1564
2581
|
}]
|
|
1565
2582
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoInput: [{
|
|
1566
2583
|
type: Output
|
|
@@ -1573,94 +2590,162 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1573
2590
|
}] } });
|
|
1574
2591
|
let DsoModal = class DsoModal {
|
|
1575
2592
|
z;
|
|
1576
|
-
dsoClose = new EventEmitter();
|
|
1577
2593
|
el;
|
|
2594
|
+
/**
|
|
2595
|
+
* when set the modal will be shown in fullscreen.
|
|
2596
|
+
*/
|
|
2597
|
+
set fullscreen(_) { }
|
|
2598
|
+
;
|
|
2599
|
+
/**
|
|
2600
|
+
* The title of the Modal.
|
|
2601
|
+
*/
|
|
2602
|
+
set modalTitle(_) { }
|
|
2603
|
+
;
|
|
2604
|
+
/**
|
|
2605
|
+
* the role for the modal `dialog` | `alert` | `alertdialog`. @default "dialog"
|
|
2606
|
+
*/
|
|
2607
|
+
set dialogRole(_) { }
|
|
2608
|
+
;
|
|
2609
|
+
/**
|
|
2610
|
+
* The element to return focus to after the modal is closed.
|
|
2611
|
+
|
|
2612
|
+
* `undefined` will return focus to the previously focused element (default).
|
|
2613
|
+
* `false` will not return focus to any element.
|
|
2614
|
+
* or, provide your own `HTMLElement` that will receive focus upon closing. @default undefined
|
|
2615
|
+
*/
|
|
2616
|
+
set returnFocus(_) { }
|
|
2617
|
+
;
|
|
2618
|
+
/**
|
|
2619
|
+
* when `false` the close button in the header will not be rendered.
|
|
2620
|
+
|
|
2621
|
+
Needs `modalTitle` to be set. @default false
|
|
2622
|
+
*/
|
|
2623
|
+
set closable(_) { }
|
|
2624
|
+
;
|
|
2625
|
+
dsoClose = new EventEmitter();
|
|
1578
2626
|
constructor(c, r, z) {
|
|
1579
2627
|
this.z = z;
|
|
1580
2628
|
c.detach();
|
|
1581
2629
|
this.el = r.nativeElement;
|
|
1582
2630
|
}
|
|
1583
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1584
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2631
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2632
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoModal, isStandalone: true, selector: "dso-modal", inputs: { closable: "closable", dialogRole: "dialogRole", fullscreen: "fullscreen", modalTitle: "modalTitle", returnFocus: "returnFocus" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1585
2633
|
};
|
|
1586
2634
|
DsoModal = __decorate([
|
|
1587
2635
|
ProxyCmp({
|
|
1588
|
-
defineCustomElementFn: defineCustomElement$
|
|
2636
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1589
2637
|
inputs: ['closable', 'dialogRole', 'fullscreen', 'modalTitle', 'returnFocus']
|
|
1590
2638
|
})
|
|
1591
2639
|
], DsoModal);
|
|
1592
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2640
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoModal, decorators: [{
|
|
1593
2641
|
type: Component,
|
|
1594
2642
|
args: [{
|
|
1595
2643
|
selector: 'dso-modal',
|
|
1596
2644
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1597
2645
|
template: '<ng-content></ng-content>',
|
|
1598
2646
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1599
|
-
inputs: ['closable', 'dialogRole', 'fullscreen', 'modalTitle', 'returnFocus'],
|
|
1600
|
-
|
|
2647
|
+
inputs: ['closable', 'dialogRole', 'fullscreen', 'modalTitle', 'returnFocus'],
|
|
2648
|
+
outputs: ['dsoClose'],
|
|
1601
2649
|
}]
|
|
1602
2650
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClose: [{
|
|
1603
2651
|
type: Output
|
|
1604
2652
|
}] } });
|
|
1605
2653
|
let DsoOnboardingTip = class DsoOnboardingTip {
|
|
1606
2654
|
z;
|
|
1607
|
-
dsoClose = new EventEmitter();
|
|
1608
2655
|
el;
|
|
2656
|
+
/**
|
|
2657
|
+
* Where to place the Onboarding Tip relative to its reference element. @default "right"
|
|
2658
|
+
*/
|
|
2659
|
+
set placement(_) { }
|
|
2660
|
+
;
|
|
2661
|
+
dsoClose = new EventEmitter();
|
|
1609
2662
|
constructor(c, r, z) {
|
|
1610
2663
|
this.z = z;
|
|
1611
2664
|
c.detach();
|
|
1612
2665
|
this.el = r.nativeElement;
|
|
1613
2666
|
}
|
|
1614
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1615
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2667
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOnboardingTip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2668
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoOnboardingTip, isStandalone: true, selector: "dso-onboarding-tip", inputs: { placement: "placement" }, outputs: { dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1616
2669
|
};
|
|
1617
2670
|
DsoOnboardingTip = __decorate([
|
|
1618
2671
|
ProxyCmp({
|
|
1619
|
-
defineCustomElementFn: defineCustomElement$
|
|
2672
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1620
2673
|
inputs: ['placement']
|
|
1621
2674
|
})
|
|
1622
2675
|
], DsoOnboardingTip);
|
|
1623
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2676
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOnboardingTip, decorators: [{
|
|
1624
2677
|
type: Component,
|
|
1625
2678
|
args: [{
|
|
1626
2679
|
selector: 'dso-onboarding-tip',
|
|
1627
2680
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1628
2681
|
template: '<ng-content></ng-content>',
|
|
1629
2682
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1630
|
-
inputs: ['placement'],
|
|
1631
|
-
|
|
2683
|
+
inputs: ['placement'],
|
|
2684
|
+
outputs: ['dsoClose'],
|
|
1632
2685
|
}]
|
|
1633
2686
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClose: [{
|
|
1634
2687
|
type: Output
|
|
1635
2688
|
}] } });
|
|
1636
2689
|
let DsoOzonContent = class DsoOzonContent {
|
|
1637
2690
|
z;
|
|
2691
|
+
el;
|
|
2692
|
+
/**
|
|
2693
|
+
* The XML to be rendered.
|
|
2694
|
+
*/
|
|
2695
|
+
set content(_) { }
|
|
2696
|
+
;
|
|
2697
|
+
/**
|
|
2698
|
+
* Setting this property creates dso-ozon-content as inline element instead of a block element. @default false
|
|
2699
|
+
*/
|
|
2700
|
+
set inline(_) { }
|
|
2701
|
+
;
|
|
2702
|
+
/**
|
|
2703
|
+
* To mark text.
|
|
2704
|
+
*/
|
|
2705
|
+
set mark(_) { }
|
|
2706
|
+
;
|
|
2707
|
+
/**
|
|
2708
|
+
* A UrlResolver that will be called for all STOP elements that render to HTML5 elements with external references.
|
|
2709
|
+
*/
|
|
2710
|
+
set urlResolver(_) { }
|
|
2711
|
+
;
|
|
2712
|
+
/**
|
|
2713
|
+
* A BegripResolver that will be called for STOP element "IntRef". If the ref-attribute of IntRef points to a Begrip it
|
|
2714
|
+
should return the `<Definitie>` of that Begrip otherwise it should return undefined.
|
|
2715
|
+
*/
|
|
2716
|
+
set begripResolver(_) { }
|
|
2717
|
+
;
|
|
2718
|
+
/**
|
|
2719
|
+
* Boolean indicating that this dso-ozon-content is part of an annotated context. If true the content of the
|
|
2720
|
+
toggletip for "IntIoRef" will show a "Kenmerken en kaart" annotation button. @default false
|
|
2721
|
+
*/
|
|
2722
|
+
set annotated(_) { }
|
|
2723
|
+
;
|
|
1638
2724
|
dsoClick = new EventEmitter();
|
|
1639
2725
|
dsoOzonContentMarkItemHighlight = new EventEmitter();
|
|
1640
|
-
el;
|
|
1641
2726
|
constructor(c, r, z) {
|
|
1642
2727
|
this.z = z;
|
|
1643
2728
|
c.detach();
|
|
1644
2729
|
this.el = r.nativeElement;
|
|
1645
2730
|
}
|
|
1646
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1647
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2731
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOzonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2732
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoOzonContent, isStandalone: true, selector: "dso-ozon-content", inputs: { annotated: "annotated", begripResolver: "begripResolver", content: "content", inline: "inline", mark: "mark", urlResolver: "urlResolver" }, outputs: { dsoClick: "dsoClick", dsoOzonContentMarkItemHighlight: "dsoOzonContentMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1648
2733
|
};
|
|
1649
2734
|
DsoOzonContent = __decorate([
|
|
1650
2735
|
ProxyCmp({
|
|
1651
|
-
defineCustomElementFn: defineCustomElement$
|
|
2736
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1652
2737
|
inputs: ['annotated', 'begripResolver', 'content', 'inline', 'mark', 'urlResolver']
|
|
1653
2738
|
})
|
|
1654
2739
|
], DsoOzonContent);
|
|
1655
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2740
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOzonContent, decorators: [{
|
|
1656
2741
|
type: Component,
|
|
1657
2742
|
args: [{
|
|
1658
2743
|
selector: 'dso-ozon-content',
|
|
1659
2744
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1660
2745
|
template: '<ng-content></ng-content>',
|
|
1661
2746
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1662
|
-
inputs: ['annotated', 'begripResolver', 'content', 'inline', 'mark', 'urlResolver'],
|
|
1663
|
-
|
|
2747
|
+
inputs: ['annotated', 'begripResolver', 'content', 'inline', 'mark', 'urlResolver'],
|
|
2748
|
+
outputs: ['dsoClick', 'dsoOzonContentMarkItemHighlight'],
|
|
1664
2749
|
}]
|
|
1665
2750
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClick: [{
|
|
1666
2751
|
type: Output
|
|
@@ -1670,120 +2755,169 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1670
2755
|
let DsoOzonContentToggletip = class DsoOzonContentToggletip {
|
|
1671
2756
|
z;
|
|
1672
2757
|
el;
|
|
2758
|
+
/**
|
|
2759
|
+
* The alias of the icon in the button.
|
|
2760
|
+
*/
|
|
2761
|
+
set icon(_) { }
|
|
2762
|
+
;
|
|
1673
2763
|
constructor(c, r, z) {
|
|
1674
2764
|
this.z = z;
|
|
1675
2765
|
c.detach();
|
|
1676
2766
|
this.el = r.nativeElement;
|
|
1677
2767
|
}
|
|
1678
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1679
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2768
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOzonContentToggletip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2769
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoOzonContentToggletip, isStandalone: true, selector: "dso-ozon-content-toggletip", inputs: { icon: "icon" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1680
2770
|
};
|
|
1681
2771
|
DsoOzonContentToggletip = __decorate([
|
|
1682
2772
|
ProxyCmp({
|
|
1683
|
-
defineCustomElementFn: defineCustomElement$
|
|
2773
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1684
2774
|
inputs: ['icon']
|
|
1685
2775
|
})
|
|
1686
2776
|
], DsoOzonContentToggletip);
|
|
1687
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2777
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoOzonContentToggletip, decorators: [{
|
|
1688
2778
|
type: Component,
|
|
1689
2779
|
args: [{
|
|
1690
2780
|
selector: 'dso-ozon-content-toggletip',
|
|
1691
2781
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1692
2782
|
template: '<ng-content></ng-content>',
|
|
1693
2783
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1694
|
-
inputs: ['icon'],
|
|
1695
|
-
standalone: true
|
|
2784
|
+
inputs: ['icon'],
|
|
1696
2785
|
}]
|
|
1697
2786
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1698
2787
|
let DsoPagination = class DsoPagination {
|
|
1699
2788
|
z;
|
|
1700
|
-
dsoSelectPage = new EventEmitter();
|
|
1701
2789
|
el;
|
|
2790
|
+
/**
|
|
2791
|
+
* Total pages
|
|
2792
|
+
*/
|
|
2793
|
+
set totalPages(_) { }
|
|
2794
|
+
;
|
|
2795
|
+
/**
|
|
2796
|
+
* Current page
|
|
2797
|
+
*/
|
|
2798
|
+
set currentPage(_) { }
|
|
2799
|
+
;
|
|
2800
|
+
/**
|
|
2801
|
+
* This function is called to format the href @default (page) => "#" + page
|
|
2802
|
+
*/
|
|
2803
|
+
set formatHref(_) { }
|
|
2804
|
+
;
|
|
2805
|
+
dsoSelectPage = new EventEmitter();
|
|
1702
2806
|
constructor(c, r, z) {
|
|
1703
2807
|
this.z = z;
|
|
1704
2808
|
c.detach();
|
|
1705
2809
|
this.el = r.nativeElement;
|
|
1706
2810
|
}
|
|
1707
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1708
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2811
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPagination, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2812
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoPagination, isStandalone: true, selector: "dso-pagination", inputs: { currentPage: "currentPage", formatHref: "formatHref", totalPages: "totalPages" }, outputs: { dsoSelectPage: "dsoSelectPage" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1709
2813
|
};
|
|
1710
2814
|
DsoPagination = __decorate([
|
|
1711
2815
|
ProxyCmp({
|
|
1712
|
-
defineCustomElementFn: defineCustomElement$
|
|
2816
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1713
2817
|
inputs: ['currentPage', 'formatHref', 'totalPages']
|
|
1714
2818
|
})
|
|
1715
2819
|
], DsoPagination);
|
|
1716
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2820
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPagination, decorators: [{
|
|
1717
2821
|
type: Component,
|
|
1718
2822
|
args: [{
|
|
1719
2823
|
selector: 'dso-pagination',
|
|
1720
2824
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1721
2825
|
template: '<ng-content></ng-content>',
|
|
1722
2826
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1723
|
-
inputs: ['currentPage', 'formatHref', 'totalPages'],
|
|
1724
|
-
|
|
2827
|
+
inputs: ['currentPage', 'formatHref', 'totalPages'],
|
|
2828
|
+
outputs: ['dsoSelectPage'],
|
|
1725
2829
|
}]
|
|
1726
2830
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoSelectPage: [{
|
|
1727
2831
|
type: Output
|
|
1728
2832
|
}] } });
|
|
1729
2833
|
let DsoPanel = class DsoPanel {
|
|
1730
2834
|
z;
|
|
1731
|
-
dsoCloseClick = new EventEmitter();
|
|
1732
2835
|
el;
|
|
2836
|
+
/**
|
|
2837
|
+
* The accessible name for the close button.
|
|
2838
|
+
*/
|
|
2839
|
+
set closeButtonLabel(_) { }
|
|
2840
|
+
;
|
|
2841
|
+
/**
|
|
2842
|
+
* To display the panel as an emphasized panel. @default false
|
|
2843
|
+
*/
|
|
2844
|
+
set emphasized(_) { }
|
|
2845
|
+
;
|
|
2846
|
+
dsoCloseClick = new EventEmitter();
|
|
1733
2847
|
constructor(c, r, z) {
|
|
1734
2848
|
this.z = z;
|
|
1735
2849
|
c.detach();
|
|
1736
2850
|
this.el = r.nativeElement;
|
|
1737
2851
|
}
|
|
1738
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1739
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2852
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2853
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoPanel, isStandalone: true, selector: "dso-panel", inputs: { closeButtonLabel: "closeButtonLabel", emphasized: "emphasized" }, outputs: { dsoCloseClick: "dsoCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1740
2854
|
};
|
|
1741
2855
|
DsoPanel = __decorate([
|
|
1742
2856
|
ProxyCmp({
|
|
1743
|
-
defineCustomElementFn: defineCustomElement$
|
|
2857
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1744
2858
|
inputs: ['closeButtonLabel', 'emphasized']
|
|
1745
2859
|
})
|
|
1746
2860
|
], DsoPanel);
|
|
1747
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2861
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPanel, decorators: [{
|
|
1748
2862
|
type: Component,
|
|
1749
2863
|
args: [{
|
|
1750
2864
|
selector: 'dso-panel',
|
|
1751
2865
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1752
2866
|
template: '<ng-content></ng-content>',
|
|
1753
2867
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1754
|
-
inputs: ['closeButtonLabel', 'emphasized'],
|
|
1755
|
-
|
|
2868
|
+
inputs: ['closeButtonLabel', 'emphasized'],
|
|
2869
|
+
outputs: ['dsoCloseClick'],
|
|
1756
2870
|
}]
|
|
1757
2871
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoCloseClick: [{
|
|
1758
2872
|
type: Output
|
|
1759
2873
|
}] } });
|
|
1760
2874
|
let DsoPlekinfoCard = class DsoPlekinfoCard {
|
|
1761
2875
|
z;
|
|
1762
|
-
dsoPlekinfoCardClick = new EventEmitter();
|
|
1763
2876
|
el;
|
|
2877
|
+
/**
|
|
2878
|
+
* An optional 'wijzigactie' that signals if the plekinfo on the card is added or removed.
|
|
2879
|
+
*/
|
|
2880
|
+
set wijzigactie(_) { }
|
|
2881
|
+
;
|
|
2882
|
+
/**
|
|
2883
|
+
* The URL to which the PlekinfoCard heading links.
|
|
2884
|
+
*/
|
|
2885
|
+
set href(_) { }
|
|
2886
|
+
;
|
|
2887
|
+
/**
|
|
2888
|
+
* Opens the urls in a new window or tab @default false
|
|
2889
|
+
*/
|
|
2890
|
+
set targetBlank(_) { }
|
|
2891
|
+
;
|
|
2892
|
+
/**
|
|
2893
|
+
* Makes the PlekinfoCard active.
|
|
2894
|
+
*/
|
|
2895
|
+
set active(_) { }
|
|
2896
|
+
;
|
|
2897
|
+
dsoPlekinfoCardClick = new EventEmitter();
|
|
1764
2898
|
constructor(c, r, z) {
|
|
1765
2899
|
this.z = z;
|
|
1766
2900
|
c.detach();
|
|
1767
2901
|
this.el = r.nativeElement;
|
|
1768
2902
|
}
|
|
1769
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1770
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2903
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPlekinfoCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2904
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoPlekinfoCard, isStandalone: true, selector: "dso-plekinfo-card", inputs: { active: "active", href: "href", targetBlank: "targetBlank", wijzigactie: "wijzigactie" }, outputs: { dsoPlekinfoCardClick: "dsoPlekinfoCardClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1771
2905
|
};
|
|
1772
2906
|
DsoPlekinfoCard = __decorate([
|
|
1773
2907
|
ProxyCmp({
|
|
1774
|
-
defineCustomElementFn: defineCustomElement$
|
|
2908
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1775
2909
|
inputs: ['active', 'href', 'targetBlank', 'wijzigactie']
|
|
1776
2910
|
})
|
|
1777
2911
|
], DsoPlekinfoCard);
|
|
1778
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2912
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoPlekinfoCard, decorators: [{
|
|
1779
2913
|
type: Component,
|
|
1780
2914
|
args: [{
|
|
1781
2915
|
selector: 'dso-plekinfo-card',
|
|
1782
2916
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1783
2917
|
template: '<ng-content></ng-content>',
|
|
1784
2918
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1785
|
-
inputs: ['active', 'href', 'targetBlank', 'wijzigactie'],
|
|
1786
|
-
|
|
2919
|
+
inputs: ['active', { name: 'href', required: true }, 'targetBlank', 'wijzigactie'],
|
|
2920
|
+
outputs: ['dsoPlekinfoCardClick'],
|
|
1787
2921
|
}]
|
|
1788
2922
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoPlekinfoCardClick: [{
|
|
1789
2923
|
type: Output
|
|
@@ -1791,272 +2925,458 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
1791
2925
|
let DsoProgressIndicator = class DsoProgressIndicator {
|
|
1792
2926
|
z;
|
|
1793
2927
|
el;
|
|
2928
|
+
/**
|
|
2929
|
+
* The label of the Progress Indicator.
|
|
2930
|
+
*/
|
|
2931
|
+
set label(_) { }
|
|
2932
|
+
;
|
|
2933
|
+
/**
|
|
2934
|
+
* The size (width) of the Progress Indicator.
|
|
2935
|
+
|
|
2936
|
+
If no size is set, falls back to `small`.
|
|
2937
|
+
*/
|
|
2938
|
+
set size(_) { }
|
|
2939
|
+
;
|
|
2940
|
+
/**
|
|
2941
|
+
* Set for bloatier Progress Indicator.
|
|
2942
|
+
*/
|
|
2943
|
+
set block(_) { }
|
|
2944
|
+
;
|
|
1794
2945
|
constructor(c, r, z) {
|
|
1795
2946
|
this.z = z;
|
|
1796
2947
|
c.detach();
|
|
1797
2948
|
this.el = r.nativeElement;
|
|
1798
2949
|
}
|
|
1799
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1800
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2950
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoProgressIndicator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2951
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoProgressIndicator, isStandalone: true, selector: "dso-progress-indicator", inputs: { block: "block", label: "label", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1801
2952
|
};
|
|
1802
2953
|
DsoProgressIndicator = __decorate([
|
|
1803
2954
|
ProxyCmp({
|
|
1804
|
-
defineCustomElementFn: defineCustomElement$
|
|
2955
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1805
2956
|
inputs: ['block', 'label', 'size']
|
|
1806
2957
|
})
|
|
1807
2958
|
], DsoProgressIndicator);
|
|
1808
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2959
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoProgressIndicator, decorators: [{
|
|
1809
2960
|
type: Component,
|
|
1810
2961
|
args: [{
|
|
1811
2962
|
selector: 'dso-progress-indicator',
|
|
1812
2963
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1813
2964
|
template: '<ng-content></ng-content>',
|
|
1814
2965
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1815
|
-
inputs: ['block', 'label', 'size'],
|
|
1816
|
-
standalone: true
|
|
2966
|
+
inputs: ['block', 'label', 'size'],
|
|
1817
2967
|
}]
|
|
1818
2968
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1819
2969
|
let DsoProjectItem = class DsoProjectItem {
|
|
1820
2970
|
z;
|
|
1821
2971
|
el;
|
|
2972
|
+
/**
|
|
2973
|
+
* The label of the project item.
|
|
2974
|
+
*/
|
|
2975
|
+
set label(_) { }
|
|
2976
|
+
;
|
|
1822
2977
|
constructor(c, r, z) {
|
|
1823
2978
|
this.z = z;
|
|
1824
2979
|
c.detach();
|
|
1825
2980
|
this.el = r.nativeElement;
|
|
1826
2981
|
}
|
|
1827
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1828
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
2982
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoProjectItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2983
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoProjectItem, isStandalone: true, selector: "dso-project-item", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1829
2984
|
};
|
|
1830
2985
|
DsoProjectItem = __decorate([
|
|
1831
2986
|
ProxyCmp({
|
|
1832
|
-
defineCustomElementFn: defineCustomElement$
|
|
2987
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1833
2988
|
inputs: ['label']
|
|
1834
2989
|
})
|
|
1835
2990
|
], DsoProjectItem);
|
|
1836
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
2991
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoProjectItem, decorators: [{
|
|
1837
2992
|
type: Component,
|
|
1838
2993
|
args: [{
|
|
1839
2994
|
selector: 'dso-project-item',
|
|
1840
2995
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1841
2996
|
template: '<ng-content></ng-content>',
|
|
1842
2997
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1843
|
-
inputs: ['label'],
|
|
1844
|
-
standalone: true
|
|
2998
|
+
inputs: ['label'],
|
|
1845
2999
|
}]
|
|
1846
3000
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
1847
3001
|
let DsoRenvooi = class DsoRenvooi {
|
|
1848
3002
|
z;
|
|
1849
|
-
dsoRenvooiMarkItemHighlight = new EventEmitter();
|
|
1850
3003
|
el;
|
|
3004
|
+
/**
|
|
3005
|
+
* The renvooi value to render.
|
|
3006
|
+
*/
|
|
3007
|
+
set value(_) { }
|
|
3008
|
+
;
|
|
3009
|
+
/**
|
|
3010
|
+
* To mark text.
|
|
3011
|
+
*/
|
|
3012
|
+
set mark(_) { }
|
|
3013
|
+
;
|
|
3014
|
+
dsoRenvooiMarkItemHighlight = new EventEmitter();
|
|
1851
3015
|
constructor(c, r, z) {
|
|
1852
3016
|
this.z = z;
|
|
1853
3017
|
c.detach();
|
|
1854
3018
|
this.el = r.nativeElement;
|
|
1855
3019
|
}
|
|
1856
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1857
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3020
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoRenvooi, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3021
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoRenvooi, isStandalone: true, selector: "dso-renvooi", inputs: { mark: "mark", value: "value" }, outputs: { dsoRenvooiMarkItemHighlight: "dsoRenvooiMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1858
3022
|
};
|
|
1859
3023
|
DsoRenvooi = __decorate([
|
|
1860
3024
|
ProxyCmp({
|
|
1861
|
-
defineCustomElementFn: defineCustomElement$
|
|
3025
|
+
defineCustomElementFn: defineCustomElement$U,
|
|
1862
3026
|
inputs: ['mark', 'value']
|
|
1863
3027
|
})
|
|
1864
3028
|
], DsoRenvooi);
|
|
1865
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3029
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoRenvooi, decorators: [{
|
|
1866
3030
|
type: Component,
|
|
1867
3031
|
args: [{
|
|
1868
3032
|
selector: 'dso-renvooi',
|
|
1869
3033
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1870
3034
|
template: '<ng-content></ng-content>',
|
|
1871
3035
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1872
|
-
inputs: ['mark', 'value'],
|
|
1873
|
-
|
|
3036
|
+
inputs: ['mark', 'value'],
|
|
3037
|
+
outputs: ['dsoRenvooiMarkItemHighlight'],
|
|
1874
3038
|
}]
|
|
1875
3039
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoRenvooiMarkItemHighlight: [{
|
|
1876
3040
|
type: Output
|
|
1877
3041
|
}] } });
|
|
1878
3042
|
let DsoResponsiveElement = class DsoResponsiveElement {
|
|
1879
3043
|
z;
|
|
1880
|
-
dsoSizeChange = new EventEmitter();
|
|
1881
3044
|
el;
|
|
3045
|
+
dsoSizeChange = new EventEmitter();
|
|
1882
3046
|
constructor(c, r, z) {
|
|
1883
3047
|
this.z = z;
|
|
1884
3048
|
c.detach();
|
|
1885
3049
|
this.el = r.nativeElement;
|
|
1886
3050
|
}
|
|
1887
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1888
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3051
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoResponsiveElement, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3052
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoResponsiveElement, isStandalone: true, selector: "dso-responsive-element", outputs: { dsoSizeChange: "dsoSizeChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1889
3053
|
};
|
|
1890
3054
|
DsoResponsiveElement = __decorate([
|
|
1891
3055
|
ProxyCmp({
|
|
1892
|
-
defineCustomElementFn: defineCustomElement$
|
|
3056
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1893
3057
|
methods: ['getSize']
|
|
1894
3058
|
})
|
|
1895
3059
|
], DsoResponsiveElement);
|
|
1896
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3060
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoResponsiveElement, decorators: [{
|
|
1897
3061
|
type: Component,
|
|
1898
3062
|
args: [{
|
|
1899
3063
|
selector: 'dso-responsive-element',
|
|
1900
3064
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1901
3065
|
template: '<ng-content></ng-content>',
|
|
1902
3066
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1903
|
-
inputs: [],
|
|
1904
|
-
|
|
3067
|
+
inputs: [],
|
|
3068
|
+
outputs: ['dsoSizeChange'],
|
|
1905
3069
|
}]
|
|
1906
3070
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoSizeChange: [{
|
|
1907
3071
|
type: Output
|
|
1908
3072
|
}] } });
|
|
1909
3073
|
let DsoScrollable = class DsoScrollable {
|
|
1910
3074
|
z;
|
|
1911
|
-
dsoScrollEnd = new EventEmitter();
|
|
1912
3075
|
el;
|
|
3076
|
+
dsoScrollEnd = new EventEmitter();
|
|
1913
3077
|
constructor(c, r, z) {
|
|
1914
3078
|
this.z = z;
|
|
1915
3079
|
c.detach();
|
|
1916
3080
|
this.el = r.nativeElement;
|
|
1917
3081
|
}
|
|
1918
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1919
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3082
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoScrollable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3083
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoScrollable, isStandalone: true, selector: "dso-scrollable", outputs: { dsoScrollEnd: "dsoScrollEnd" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1920
3084
|
};
|
|
1921
3085
|
DsoScrollable = __decorate([
|
|
1922
3086
|
ProxyCmp({
|
|
1923
|
-
defineCustomElementFn: defineCustomElement$
|
|
3087
|
+
defineCustomElementFn: defineCustomElement$W
|
|
1924
3088
|
})
|
|
1925
3089
|
], DsoScrollable);
|
|
1926
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3090
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoScrollable, decorators: [{
|
|
1927
3091
|
type: Component,
|
|
1928
3092
|
args: [{
|
|
1929
3093
|
selector: 'dso-scrollable',
|
|
1930
3094
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1931
3095
|
template: '<ng-content></ng-content>',
|
|
1932
3096
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1933
|
-
inputs: [],
|
|
1934
|
-
|
|
3097
|
+
inputs: [],
|
|
3098
|
+
outputs: ['dsoScrollEnd'],
|
|
1935
3099
|
}]
|
|
1936
3100
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoScrollEnd: [{
|
|
1937
3101
|
type: Output
|
|
1938
3102
|
}] } });
|
|
3103
|
+
let DsoSegmentedButton = class DsoSegmentedButton {
|
|
3104
|
+
z;
|
|
3105
|
+
el;
|
|
3106
|
+
/**
|
|
3107
|
+
* Optional custom group name
|
|
3108
|
+
*/
|
|
3109
|
+
set groupName(_) { }
|
|
3110
|
+
;
|
|
3111
|
+
/**
|
|
3112
|
+
* Options to render in the segmented button
|
|
3113
|
+
*/
|
|
3114
|
+
set options(_) { }
|
|
3115
|
+
;
|
|
3116
|
+
/**
|
|
3117
|
+
* Label for the segmented button group.
|
|
3118
|
+
*/
|
|
3119
|
+
set label(_) { }
|
|
3120
|
+
;
|
|
3121
|
+
/**
|
|
3122
|
+
* Whether selection is required
|
|
3123
|
+
*/
|
|
3124
|
+
set required(_) { }
|
|
3125
|
+
;
|
|
3126
|
+
/**
|
|
3127
|
+
* Index of the currently active option
|
|
3128
|
+
*/
|
|
3129
|
+
set activeOption(_) { }
|
|
3130
|
+
;
|
|
3131
|
+
dsoChange = new EventEmitter();
|
|
3132
|
+
constructor(c, r, z) {
|
|
3133
|
+
this.z = z;
|
|
3134
|
+
c.detach();
|
|
3135
|
+
this.el = r.nativeElement;
|
|
3136
|
+
}
|
|
3137
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSegmentedButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3138
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSegmentedButton, isStandalone: true, selector: "dso-segmented-button", inputs: { activeOption: "activeOption", groupName: "groupName", label: "label", options: "options", required: "required" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3139
|
+
};
|
|
3140
|
+
DsoSegmentedButton = __decorate([
|
|
3141
|
+
ProxyCmp({
|
|
3142
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
3143
|
+
inputs: ['activeOption', 'groupName', 'label', 'options', 'required']
|
|
3144
|
+
})
|
|
3145
|
+
], DsoSegmentedButton);
|
|
3146
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSegmentedButton, decorators: [{
|
|
3147
|
+
type: Component,
|
|
3148
|
+
args: [{
|
|
3149
|
+
selector: 'dso-segmented-button',
|
|
3150
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3151
|
+
template: '<ng-content></ng-content>',
|
|
3152
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
3153
|
+
inputs: [{ name: 'activeOption', required: true }, 'groupName', { name: 'label', required: true }, { name: 'options', required: true }, 'required'],
|
|
3154
|
+
outputs: ['dsoChange'],
|
|
3155
|
+
}]
|
|
3156
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoChange: [{
|
|
3157
|
+
type: Output
|
|
3158
|
+
}] } });
|
|
1939
3159
|
let DsoSelectable = class DsoSelectable {
|
|
1940
3160
|
z;
|
|
1941
|
-
dsoChange = new EventEmitter();
|
|
1942
3161
|
el;
|
|
3162
|
+
/**
|
|
3163
|
+
* Type of Selectable.
|
|
3164
|
+
|
|
3165
|
+
`checkbox`: Multiple options
|
|
3166
|
+
`radio`: Single option.
|
|
3167
|
+
*/
|
|
3168
|
+
set type(_) { }
|
|
3169
|
+
;
|
|
3170
|
+
/**
|
|
3171
|
+
* To set `<input id>` attribute for external references.
|
|
3172
|
+
*/
|
|
3173
|
+
set identifier(_) { }
|
|
3174
|
+
;
|
|
3175
|
+
/**
|
|
3176
|
+
* Name of the Selectable. Can be used to group Selectables.
|
|
3177
|
+
*/
|
|
3178
|
+
set name(_) { }
|
|
3179
|
+
;
|
|
3180
|
+
/**
|
|
3181
|
+
* The value of the Selectable.
|
|
3182
|
+
*/
|
|
3183
|
+
set value(_) { }
|
|
3184
|
+
;
|
|
3185
|
+
/**
|
|
3186
|
+
* Set to true of the current value is not valid.
|
|
3187
|
+
*/
|
|
3188
|
+
set invalid(_) { }
|
|
3189
|
+
;
|
|
3190
|
+
/**
|
|
3191
|
+
* To link this control to an element that describes it.
|
|
3192
|
+
*/
|
|
3193
|
+
set describedById(_) { }
|
|
3194
|
+
;
|
|
3195
|
+
/**
|
|
3196
|
+
* To link this control to an element that labels it.
|
|
3197
|
+
*/
|
|
3198
|
+
set labelledById(_) { }
|
|
3199
|
+
;
|
|
3200
|
+
/**
|
|
3201
|
+
* To disable the Selectable.
|
|
3202
|
+
*/
|
|
3203
|
+
set disabled(_) { }
|
|
3204
|
+
;
|
|
3205
|
+
/**
|
|
3206
|
+
* To mark the Selectable as required.
|
|
3207
|
+
*/
|
|
3208
|
+
set required(_) { }
|
|
3209
|
+
;
|
|
3210
|
+
/**
|
|
3211
|
+
* Mark the Selectable as checked
|
|
3212
|
+
*/
|
|
3213
|
+
set checked(_) { }
|
|
3214
|
+
;
|
|
3215
|
+
/**
|
|
3216
|
+
* An indeterminate state is neither true or false. It means the answer is somewhere in between.
|
|
3217
|
+
|
|
3218
|
+
Can be used to indicate child Selectables that are a mix of checked and unchecked.
|
|
3219
|
+
*/
|
|
3220
|
+
set indeterminate(_) { }
|
|
3221
|
+
;
|
|
3222
|
+
/**
|
|
3223
|
+
* Set to true if the Info should not be toggled and always visible.
|
|
3224
|
+
*/
|
|
3225
|
+
set infoFixed(_) { }
|
|
3226
|
+
;
|
|
3227
|
+
dsoChange = new EventEmitter();
|
|
1943
3228
|
constructor(c, r, z) {
|
|
1944
3229
|
this.z = z;
|
|
1945
3230
|
c.detach();
|
|
1946
3231
|
this.el = r.nativeElement;
|
|
1947
3232
|
}
|
|
1948
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1949
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3233
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSelectable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3234
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSelectable, isStandalone: true, selector: "dso-selectable", inputs: { checked: "checked", describedById: "describedById", disabled: "disabled", identifier: "identifier", indeterminate: "indeterminate", infoFixed: "infoFixed", invalid: "invalid", labelledById: "labelledById", name: "name", required: "required", type: "type", value: "value" }, outputs: { dsoChange: "dsoChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1950
3235
|
};
|
|
1951
3236
|
DsoSelectable = __decorate([
|
|
1952
3237
|
ProxyCmp({
|
|
1953
|
-
defineCustomElementFn: defineCustomElement$
|
|
3238
|
+
defineCustomElementFn: defineCustomElement$Y,
|
|
1954
3239
|
inputs: ['checked', 'describedById', 'disabled', 'identifier', 'indeterminate', 'infoFixed', 'invalid', 'labelledById', 'name', 'required', 'type', 'value'],
|
|
1955
3240
|
methods: ['toggleInfo']
|
|
1956
3241
|
})
|
|
1957
3242
|
], DsoSelectable);
|
|
1958
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3243
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSelectable, decorators: [{
|
|
1959
3244
|
type: Component,
|
|
1960
3245
|
args: [{
|
|
1961
3246
|
selector: 'dso-selectable',
|
|
1962
3247
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1963
3248
|
template: '<ng-content></ng-content>',
|
|
1964
3249
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1965
|
-
inputs: ['checked', 'describedById', 'disabled', 'identifier', 'indeterminate', 'infoFixed', 'invalid', 'labelledById', 'name', 'required', 'type', 'value'
|
|
1966
|
-
|
|
3250
|
+
inputs: ['checked', 'describedById', 'disabled', 'identifier', 'indeterminate', 'infoFixed', 'invalid', 'labelledById', 'name', 'required', { name: 'type', required: true }, { name: 'value', required: true }],
|
|
3251
|
+
outputs: ['dsoChange'],
|
|
1967
3252
|
}]
|
|
1968
3253
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoChange: [{
|
|
1969
3254
|
type: Output
|
|
1970
3255
|
}] } });
|
|
1971
3256
|
let DsoSkiplink = class DsoSkiplink {
|
|
1972
3257
|
z;
|
|
1973
|
-
dsoSkiplinkClick = new EventEmitter();
|
|
1974
3258
|
el;
|
|
3259
|
+
/**
|
|
3260
|
+
* The location to which the skiplink links.
|
|
3261
|
+
*/
|
|
3262
|
+
set to(_) { }
|
|
3263
|
+
;
|
|
3264
|
+
/**
|
|
3265
|
+
* link text
|
|
3266
|
+
*/
|
|
3267
|
+
set label(_) { }
|
|
3268
|
+
;
|
|
3269
|
+
dsoSkiplinkClick = new EventEmitter();
|
|
1975
3270
|
constructor(c, r, z) {
|
|
1976
3271
|
this.z = z;
|
|
1977
3272
|
c.detach();
|
|
1978
3273
|
this.el = r.nativeElement;
|
|
1979
3274
|
}
|
|
1980
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
1981
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3275
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSkiplink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3276
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSkiplink, isStandalone: true, selector: "dso-skiplink", inputs: { label: "label", to: "to" }, outputs: { dsoSkiplinkClick: "dsoSkiplinkClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1982
3277
|
};
|
|
1983
3278
|
DsoSkiplink = __decorate([
|
|
1984
3279
|
ProxyCmp({
|
|
1985
|
-
defineCustomElementFn: defineCustomElement$
|
|
3280
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
1986
3281
|
inputs: ['label', 'to']
|
|
1987
3282
|
})
|
|
1988
3283
|
], DsoSkiplink);
|
|
1989
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3284
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSkiplink, decorators: [{
|
|
1990
3285
|
type: Component,
|
|
1991
3286
|
args: [{
|
|
1992
3287
|
selector: 'dso-skiplink',
|
|
1993
3288
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1994
3289
|
template: '<ng-content></ng-content>',
|
|
1995
3290
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1996
|
-
inputs: ['label', 'to'
|
|
1997
|
-
|
|
3291
|
+
inputs: [{ name: 'label', required: true }, { name: 'to', required: true }],
|
|
3292
|
+
outputs: ['dsoSkiplinkClick'],
|
|
1998
3293
|
}]
|
|
1999
3294
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoSkiplinkClick: [{
|
|
2000
3295
|
type: Output
|
|
2001
3296
|
}] } });
|
|
2002
3297
|
let DsoSlideToggle = class DsoSlideToggle {
|
|
2003
3298
|
z;
|
|
2004
|
-
dsoActiveChange = new EventEmitter();
|
|
2005
3299
|
el;
|
|
3300
|
+
/**
|
|
3301
|
+
* Set to true if Slide Toggle is checked. @default false
|
|
3302
|
+
*/
|
|
3303
|
+
set checked(_) { }
|
|
3304
|
+
;
|
|
3305
|
+
/**
|
|
3306
|
+
* Disables the Slide Toggle, preventing it from checking/unchecking and therefor not emitting any events. @default false
|
|
3307
|
+
*/
|
|
3308
|
+
set disabled(_) { }
|
|
3309
|
+
;
|
|
3310
|
+
/**
|
|
3311
|
+
* When provided the `<button>` will be labelled with `aria-label`. For a visible label provide a `<span>` inside the component.
|
|
3312
|
+
*/
|
|
3313
|
+
set accessibleLabel(_) { }
|
|
3314
|
+
;
|
|
3315
|
+
/**
|
|
3316
|
+
* Provide the `id` of the element that labels this element. this property sets the `aria-labelledby` on the switch button.
|
|
3317
|
+
*/
|
|
3318
|
+
set labelledbyId(_) { }
|
|
3319
|
+
;
|
|
3320
|
+
/**
|
|
3321
|
+
* Provide an `id` for the `<button>`. Useful for placing your to place your own `<label for="id">`. @default v4()
|
|
3322
|
+
*/
|
|
3323
|
+
set identifier(_) { }
|
|
3324
|
+
;
|
|
3325
|
+
dsoActiveChange = new EventEmitter();
|
|
2006
3326
|
constructor(c, r, z) {
|
|
2007
3327
|
this.z = z;
|
|
2008
3328
|
c.detach();
|
|
2009
3329
|
this.el = r.nativeElement;
|
|
2010
3330
|
}
|
|
2011
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2012
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3331
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSlideToggle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3332
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSlideToggle, isStandalone: true, selector: "dso-slide-toggle", inputs: { accessibleLabel: "accessibleLabel", checked: "checked", disabled: "disabled", identifier: "identifier", labelledbyId: "labelledbyId" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2013
3333
|
};
|
|
2014
3334
|
DsoSlideToggle = __decorate([
|
|
2015
3335
|
ProxyCmp({
|
|
2016
|
-
defineCustomElementFn: defineCustomElement$
|
|
3336
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
2017
3337
|
inputs: ['accessibleLabel', 'checked', 'disabled', 'identifier', 'labelledbyId']
|
|
2018
3338
|
})
|
|
2019
3339
|
], DsoSlideToggle);
|
|
2020
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3340
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSlideToggle, decorators: [{
|
|
2021
3341
|
type: Component,
|
|
2022
3342
|
args: [{
|
|
2023
3343
|
selector: 'dso-slide-toggle',
|
|
2024
3344
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2025
3345
|
template: '<ng-content></ng-content>',
|
|
2026
3346
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2027
|
-
inputs: ['accessibleLabel', 'checked', 'disabled', 'identifier', 'labelledbyId'],
|
|
2028
|
-
|
|
3347
|
+
inputs: ['accessibleLabel', 'checked', 'disabled', 'identifier', 'labelledbyId'],
|
|
3348
|
+
outputs: ['dsoActiveChange'],
|
|
2029
3349
|
}]
|
|
2030
3350
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
2031
3351
|
type: Output
|
|
2032
3352
|
}] } });
|
|
2033
3353
|
let DsoSurveyRating = class DsoSurveyRating {
|
|
2034
3354
|
z;
|
|
3355
|
+
el;
|
|
2035
3356
|
dsoSubmit = new EventEmitter();
|
|
2036
3357
|
dsoClose = new EventEmitter();
|
|
2037
|
-
el;
|
|
2038
3358
|
constructor(c, r, z) {
|
|
2039
3359
|
this.z = z;
|
|
2040
3360
|
c.detach();
|
|
2041
3361
|
this.el = r.nativeElement;
|
|
2042
3362
|
}
|
|
2043
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2044
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3363
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSurveyRating, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3364
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoSurveyRating, isStandalone: true, selector: "dso-survey-rating", outputs: { dsoSubmit: "dsoSubmit", dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2045
3365
|
};
|
|
2046
3366
|
DsoSurveyRating = __decorate([
|
|
2047
3367
|
ProxyCmp({
|
|
2048
|
-
defineCustomElementFn: defineCustomElement
|
|
3368
|
+
defineCustomElementFn: defineCustomElement$$
|
|
2049
3369
|
})
|
|
2050
3370
|
], DsoSurveyRating);
|
|
2051
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3371
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSurveyRating, decorators: [{
|
|
2052
3372
|
type: Component,
|
|
2053
3373
|
args: [{
|
|
2054
3374
|
selector: 'dso-survey-rating',
|
|
2055
3375
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2056
3376
|
template: '<ng-content></ng-content>',
|
|
2057
3377
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2058
|
-
inputs: [],
|
|
2059
|
-
|
|
3378
|
+
inputs: [],
|
|
3379
|
+
outputs: ['dsoSubmit', 'dsoClose'],
|
|
2060
3380
|
}]
|
|
2061
3381
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoSubmit: [{
|
|
2062
3382
|
type: Output
|
|
@@ -2065,31 +3385,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
2065
3385
|
}] } });
|
|
2066
3386
|
let DsoTab = class DsoTab {
|
|
2067
3387
|
z;
|
|
2068
|
-
dsoTabSwitch = new EventEmitter();
|
|
2069
3388
|
el;
|
|
3389
|
+
/**
|
|
3390
|
+
* Makes the tab active. The tab for which the tabpanel is visible is the active tab.
|
|
3391
|
+
*/
|
|
3392
|
+
set active(_) { }
|
|
3393
|
+
;
|
|
3394
|
+
/**
|
|
3395
|
+
* Disables the tab. A disabled tab cannot be activated and it's tabpanel cannot be shown.
|
|
3396
|
+
*/
|
|
3397
|
+
set disabled(_) { }
|
|
3398
|
+
;
|
|
3399
|
+
/**
|
|
3400
|
+
* The optional href of the tab. Creates an anchor if present. Creates a button if absent.
|
|
3401
|
+
*/
|
|
3402
|
+
set href(_) { }
|
|
3403
|
+
;
|
|
3404
|
+
dsoTabSwitch = new EventEmitter();
|
|
2070
3405
|
constructor(c, r, z) {
|
|
2071
3406
|
this.z = z;
|
|
2072
3407
|
c.detach();
|
|
2073
3408
|
this.el = r.nativeElement;
|
|
2074
3409
|
}
|
|
2075
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2076
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3410
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3411
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTab, isStandalone: true, selector: "dso-tab", inputs: { active: "active", disabled: "disabled", href: "href" }, outputs: { dsoTabSwitch: "dsoTabSwitch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2077
3412
|
};
|
|
2078
3413
|
DsoTab = __decorate([
|
|
2079
3414
|
ProxyCmp({
|
|
2080
|
-
defineCustomElementFn: defineCustomElement$
|
|
3415
|
+
defineCustomElementFn: defineCustomElement$10,
|
|
2081
3416
|
inputs: ['active', 'disabled', 'href']
|
|
2082
3417
|
})
|
|
2083
3418
|
], DsoTab);
|
|
2084
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3419
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTab, decorators: [{
|
|
2085
3420
|
type: Component,
|
|
2086
3421
|
args: [{
|
|
2087
3422
|
selector: 'dso-tab',
|
|
2088
3423
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2089
3424
|
template: '<ng-content></ng-content>',
|
|
2090
3425
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2091
|
-
inputs: ['active', 'disabled', 'href'],
|
|
2092
|
-
|
|
3426
|
+
inputs: ['active', 'disabled', 'href'],
|
|
3427
|
+
outputs: ['dsoTabSwitch'],
|
|
2093
3428
|
}]
|
|
2094
3429
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoTabSwitch: [{
|
|
2095
3430
|
type: Output
|
|
@@ -2097,29 +3432,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
2097
3432
|
let DsoTable = class DsoTable {
|
|
2098
3433
|
z;
|
|
2099
3434
|
el;
|
|
3435
|
+
/**
|
|
3436
|
+
* Prevents the table being opened in a modal. @default false
|
|
3437
|
+
*/
|
|
3438
|
+
set noModal(_) { }
|
|
3439
|
+
;
|
|
2100
3440
|
constructor(c, r, z) {
|
|
2101
3441
|
this.z = z;
|
|
2102
3442
|
c.detach();
|
|
2103
3443
|
this.el = r.nativeElement;
|
|
2104
3444
|
}
|
|
2105
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2106
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3445
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTable, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3446
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTable, isStandalone: true, selector: "dso-table", inputs: { noModal: "noModal" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2107
3447
|
};
|
|
2108
3448
|
DsoTable = __decorate([
|
|
2109
3449
|
ProxyCmp({
|
|
2110
|
-
defineCustomElementFn: defineCustomElement
|
|
3450
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
2111
3451
|
inputs: ['noModal']
|
|
2112
3452
|
})
|
|
2113
3453
|
], DsoTable);
|
|
2114
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3454
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTable, decorators: [{
|
|
2115
3455
|
type: Component,
|
|
2116
3456
|
args: [{
|
|
2117
3457
|
selector: 'dso-table',
|
|
2118
3458
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2119
3459
|
template: '<ng-content></ng-content>',
|
|
2120
3460
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2121
|
-
inputs: ['noModal'],
|
|
2122
|
-
standalone: true
|
|
3461
|
+
inputs: ['noModal'],
|
|
2123
3462
|
}]
|
|
2124
3463
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2125
3464
|
let DsoTabs = class DsoTabs {
|
|
@@ -2130,23 +3469,22 @@ let DsoTabs = class DsoTabs {
|
|
|
2130
3469
|
c.detach();
|
|
2131
3470
|
this.el = r.nativeElement;
|
|
2132
3471
|
}
|
|
2133
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2134
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3472
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTabs, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3473
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTabs, isStandalone: true, selector: "dso-tabs", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2135
3474
|
};
|
|
2136
3475
|
DsoTabs = __decorate([
|
|
2137
3476
|
ProxyCmp({
|
|
2138
|
-
defineCustomElementFn: defineCustomElement$
|
|
3477
|
+
defineCustomElementFn: defineCustomElement$12
|
|
2139
3478
|
})
|
|
2140
3479
|
], DsoTabs);
|
|
2141
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3480
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTabs, decorators: [{
|
|
2142
3481
|
type: Component,
|
|
2143
3482
|
args: [{
|
|
2144
3483
|
selector: 'dso-tabs',
|
|
2145
3484
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2146
3485
|
template: '<ng-content></ng-content>',
|
|
2147
3486
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2148
|
-
inputs: [],
|
|
2149
|
-
standalone: true
|
|
3487
|
+
inputs: [],
|
|
2150
3488
|
}]
|
|
2151
3489
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2152
3490
|
let DsoTijdreisBanner = class DsoTijdreisBanner {
|
|
@@ -2157,112 +3495,169 @@ let DsoTijdreisBanner = class DsoTijdreisBanner {
|
|
|
2157
3495
|
c.detach();
|
|
2158
3496
|
this.el = r.nativeElement;
|
|
2159
3497
|
}
|
|
2160
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2161
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3498
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTijdreisBanner, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3499
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTijdreisBanner, isStandalone: true, selector: "dso-tijdreis-banner", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2162
3500
|
};
|
|
2163
3501
|
DsoTijdreisBanner = __decorate([
|
|
2164
3502
|
ProxyCmp({
|
|
2165
|
-
defineCustomElementFn: defineCustomElement$
|
|
3503
|
+
defineCustomElementFn: defineCustomElement$13
|
|
2166
3504
|
})
|
|
2167
3505
|
], DsoTijdreisBanner);
|
|
2168
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3506
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTijdreisBanner, decorators: [{
|
|
2169
3507
|
type: Component,
|
|
2170
3508
|
args: [{
|
|
2171
3509
|
selector: 'dso-tijdreis-banner',
|
|
2172
3510
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2173
3511
|
template: '<ng-content></ng-content>',
|
|
2174
3512
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2175
|
-
inputs: [],
|
|
2176
|
-
standalone: true
|
|
3513
|
+
inputs: [],
|
|
2177
3514
|
}]
|
|
2178
3515
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2179
3516
|
let DsoToggletip = class DsoToggletip {
|
|
2180
3517
|
z;
|
|
2181
3518
|
el;
|
|
3519
|
+
/**
|
|
3520
|
+
* Toggletip label. @default "Toelichting"
|
|
3521
|
+
*/
|
|
3522
|
+
set label(_) { }
|
|
3523
|
+
;
|
|
3524
|
+
/**
|
|
3525
|
+
* Toggletip position. @default "right"
|
|
3526
|
+
*/
|
|
3527
|
+
set position(_) { }
|
|
3528
|
+
;
|
|
3529
|
+
/**
|
|
3530
|
+
* Set to true for small Toggletip.
|
|
3531
|
+
*/
|
|
3532
|
+
set small(_) { }
|
|
3533
|
+
;
|
|
3534
|
+
/**
|
|
3535
|
+
* Set to true for secondary Toggletip.
|
|
3536
|
+
*/
|
|
3537
|
+
set secondary(_) { }
|
|
3538
|
+
;
|
|
2182
3539
|
constructor(c, r, z) {
|
|
2183
3540
|
this.z = z;
|
|
2184
3541
|
c.detach();
|
|
2185
3542
|
this.el = r.nativeElement;
|
|
2186
3543
|
}
|
|
2187
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2188
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3544
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToggletip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3545
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoToggletip, isStandalone: true, selector: "dso-toggletip", inputs: { label: "label", position: "position", secondary: "secondary", small: "small" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2189
3546
|
};
|
|
2190
3547
|
DsoToggletip = __decorate([
|
|
2191
3548
|
ProxyCmp({
|
|
2192
|
-
defineCustomElementFn: defineCustomElement$
|
|
3549
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
2193
3550
|
inputs: ['label', 'position', 'secondary', 'small']
|
|
2194
3551
|
})
|
|
2195
3552
|
], DsoToggletip);
|
|
2196
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3553
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToggletip, decorators: [{
|
|
2197
3554
|
type: Component,
|
|
2198
3555
|
args: [{
|
|
2199
3556
|
selector: 'dso-toggletip',
|
|
2200
3557
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2201
3558
|
template: '<ng-content></ng-content>',
|
|
2202
3559
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2203
|
-
inputs: ['label', 'position', 'secondary', 'small'],
|
|
2204
|
-
standalone: true
|
|
3560
|
+
inputs: ['label', 'position', 'secondary', 'small'],
|
|
2205
3561
|
}]
|
|
2206
3562
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2207
3563
|
let DsoTooltip = class DsoTooltip {
|
|
2208
3564
|
z;
|
|
2209
3565
|
el;
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
3566
|
+
/**
|
|
3567
|
+
* Defines if the tooltip is descriptive. A descriptive tooltip contains a meaningful message. Tooltips that are not descriptive are hidden from screenreaders using `aria-hidden`. @default false
|
|
3568
|
+
*/
|
|
3569
|
+
set descriptive(_) { }
|
|
3570
|
+
;
|
|
3571
|
+
/**
|
|
3572
|
+
* Set position of tooltip relative to target @default "top"
|
|
3573
|
+
*/
|
|
3574
|
+
set position(_) { }
|
|
3575
|
+
;
|
|
3576
|
+
/**
|
|
3577
|
+
* Set position strategy of tooltip @default "auto"
|
|
3578
|
+
*/
|
|
3579
|
+
set strategy(_) { }
|
|
3580
|
+
;
|
|
3581
|
+
/**
|
|
3582
|
+
* Set attribute `no-arrow` to hide the arrow @default false
|
|
3583
|
+
*/
|
|
3584
|
+
set noArrow(_) { }
|
|
3585
|
+
;
|
|
3586
|
+
/**
|
|
3587
|
+
* Deactivates mouseover behaviour
|
|
3588
|
+
*/
|
|
3589
|
+
set stateless(_) { }
|
|
3590
|
+
;
|
|
3591
|
+
/**
|
|
3592
|
+
* Defines if the tooltip has a smaller max-width
|
|
3593
|
+
*/
|
|
3594
|
+
set small(_) { }
|
|
3595
|
+
;
|
|
3596
|
+
/**
|
|
3597
|
+
* Whether or not to show the tooltip. To control the tooltip add the `active` attribute or use the `activate()` and `deactivate()` instance methods. @default false
|
|
3598
|
+
*/
|
|
3599
|
+
set active(_) { }
|
|
3600
|
+
;
|
|
3601
|
+
constructor(c, r, z) {
|
|
3602
|
+
this.z = z;
|
|
3603
|
+
c.detach();
|
|
3604
|
+
this.el = r.nativeElement;
|
|
3605
|
+
}
|
|
3606
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTooltip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3607
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTooltip, isStandalone: true, selector: "dso-tooltip", inputs: { active: "active", descriptive: "descriptive", noArrow: "noArrow", position: "position", small: "small", stateless: "stateless", strategy: "strategy" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2217
3608
|
};
|
|
2218
3609
|
DsoTooltip = __decorate([
|
|
2219
3610
|
ProxyCmp({
|
|
2220
|
-
defineCustomElementFn: defineCustomElement$
|
|
3611
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2221
3612
|
inputs: ['active', 'descriptive', 'noArrow', 'position', 'small', 'stateless', 'strategy'],
|
|
2222
3613
|
methods: ['activate', 'deactivate']
|
|
2223
3614
|
})
|
|
2224
3615
|
], DsoTooltip);
|
|
2225
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3616
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTooltip, decorators: [{
|
|
2226
3617
|
type: Component,
|
|
2227
3618
|
args: [{
|
|
2228
3619
|
selector: 'dso-tooltip',
|
|
2229
3620
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2230
3621
|
template: '<ng-content></ng-content>',
|
|
2231
3622
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2232
|
-
inputs: ['active', 'descriptive', 'noArrow', 'position', 'small', 'stateless', 'strategy'],
|
|
2233
|
-
standalone: true
|
|
3623
|
+
inputs: ['active', 'descriptive', 'noArrow', 'position', 'small', 'stateless', 'strategy'],
|
|
2234
3624
|
}]
|
|
2235
3625
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
2236
3626
|
let DsoTreeView = class DsoTreeView {
|
|
2237
3627
|
z;
|
|
3628
|
+
el;
|
|
3629
|
+
/**
|
|
3630
|
+
* The collection of TreeViewItems
|
|
3631
|
+
*/
|
|
3632
|
+
set collection(_) { }
|
|
3633
|
+
;
|
|
2238
3634
|
dsoOpenItem = new EventEmitter();
|
|
2239
3635
|
dsoCloseItem = new EventEmitter();
|
|
2240
3636
|
dsoClickItem = new EventEmitter();
|
|
2241
|
-
el;
|
|
2242
3637
|
constructor(c, r, z) {
|
|
2243
3638
|
this.z = z;
|
|
2244
3639
|
c.detach();
|
|
2245
3640
|
this.el = r.nativeElement;
|
|
2246
3641
|
}
|
|
2247
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2248
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3642
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTreeView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3643
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoTreeView, isStandalone: true, selector: "dso-tree-view", inputs: { collection: "collection" }, outputs: { dsoOpenItem: "dsoOpenItem", dsoCloseItem: "dsoCloseItem", dsoClickItem: "dsoClickItem" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2249
3644
|
};
|
|
2250
3645
|
DsoTreeView = __decorate([
|
|
2251
3646
|
ProxyCmp({
|
|
2252
|
-
defineCustomElementFn: defineCustomElement$
|
|
3647
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
2253
3648
|
inputs: ['collection'],
|
|
2254
3649
|
methods: ['focusItem']
|
|
2255
3650
|
})
|
|
2256
3651
|
], DsoTreeView);
|
|
2257
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3652
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTreeView, decorators: [{
|
|
2258
3653
|
type: Component,
|
|
2259
3654
|
args: [{
|
|
2260
3655
|
selector: 'dso-tree-view',
|
|
2261
3656
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2262
3657
|
template: '<ng-content></ng-content>',
|
|
2263
3658
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2264
|
-
inputs: ['collection'
|
|
2265
|
-
|
|
3659
|
+
inputs: [{ name: 'collection', required: true }],
|
|
3660
|
+
outputs: ['dsoOpenItem', 'dsoCloseItem', 'dsoClickItem'],
|
|
2266
3661
|
}]
|
|
2267
3662
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoOpenItem: [{
|
|
2268
3663
|
type: Output
|
|
@@ -2273,6 +3668,56 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
2273
3668
|
}] } });
|
|
2274
3669
|
let DsoViewerGrid = class DsoViewerGrid {
|
|
2275
3670
|
z;
|
|
3671
|
+
el;
|
|
3672
|
+
/**
|
|
3673
|
+
* The title of the filter panel
|
|
3674
|
+
*/
|
|
3675
|
+
set filterPanelTitle(_) { }
|
|
3676
|
+
;
|
|
3677
|
+
/**
|
|
3678
|
+
* Set to true when filter panel should show. @default false
|
|
3679
|
+
*/
|
|
3680
|
+
set filterPanelOpen(_) { }
|
|
3681
|
+
;
|
|
3682
|
+
/**
|
|
3683
|
+
* Set to true when overlay should show. @default false
|
|
3684
|
+
*/
|
|
3685
|
+
set overlayOpen(_) { }
|
|
3686
|
+
;
|
|
3687
|
+
/**
|
|
3688
|
+
* Set to true when document panel should show. @default false
|
|
3689
|
+
*/
|
|
3690
|
+
set documentPanelOpen(_) { }
|
|
3691
|
+
;
|
|
3692
|
+
/**
|
|
3693
|
+
* Size of the panel when component loads.
|
|
3694
|
+
|
|
3695
|
+
Default size is `large`. @default "large"
|
|
3696
|
+
*/
|
|
3697
|
+
set mainSize(_) { }
|
|
3698
|
+
;
|
|
3699
|
+
/**
|
|
3700
|
+
* Set active tab in tab view.
|
|
3701
|
+
*/
|
|
3702
|
+
set activeTab(_) { }
|
|
3703
|
+
;
|
|
3704
|
+
/**
|
|
3705
|
+
* Size of the panel when component loads.
|
|
3706
|
+
|
|
3707
|
+
Default size is `large`. @default "large"
|
|
3708
|
+
*/
|
|
3709
|
+
set documentPanelSize(_) { }
|
|
3710
|
+
;
|
|
3711
|
+
/**
|
|
3712
|
+
* Set to show main panel expanded. @default false
|
|
3713
|
+
*/
|
|
3714
|
+
set mainPanelExpanded(_) { }
|
|
3715
|
+
;
|
|
3716
|
+
/**
|
|
3717
|
+
* Set to hide the main panel. @default false
|
|
3718
|
+
*/
|
|
3719
|
+
set mainPanelHidden(_) { }
|
|
3720
|
+
;
|
|
2276
3721
|
dsoCloseOverlay = new EventEmitter();
|
|
2277
3722
|
dsoCloseFilterPanel = new EventEmitter();
|
|
2278
3723
|
dsoActiveTabSwitch = new EventEmitter();
|
|
@@ -2280,30 +3725,29 @@ let DsoViewerGrid = class DsoViewerGrid {
|
|
|
2280
3725
|
dsoDocumentPanelSizeChange = new EventEmitter();
|
|
2281
3726
|
dsoDocumentPanelSizeChangeAnimationEnd = new EventEmitter();
|
|
2282
3727
|
dsoMainPanelToggle = new EventEmitter();
|
|
2283
|
-
el;
|
|
2284
3728
|
constructor(c, r, z) {
|
|
2285
3729
|
this.z = z;
|
|
2286
3730
|
c.detach();
|
|
2287
3731
|
this.el = r.nativeElement;
|
|
2288
3732
|
}
|
|
2289
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2290
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3733
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoViewerGrid, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3734
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsoViewerGrid, isStandalone: true, selector: "dso-viewer-grid", inputs: { activeTab: "activeTab", documentPanelOpen: "documentPanelOpen", documentPanelSize: "documentPanelSize", filterPanelOpen: "filterPanelOpen", filterPanelTitle: "filterPanelTitle", mainPanelExpanded: "mainPanelExpanded", mainPanelHidden: "mainPanelHidden", mainSize: "mainSize", overlayOpen: "overlayOpen" }, outputs: { dsoCloseOverlay: "dsoCloseOverlay", dsoCloseFilterPanel: "dsoCloseFilterPanel", dsoActiveTabSwitch: "dsoActiveTabSwitch", dsoMainSizeChangeAnimationEnd: "dsoMainSizeChangeAnimationEnd", dsoDocumentPanelSizeChange: "dsoDocumentPanelSizeChange", dsoDocumentPanelSizeChangeAnimationEnd: "dsoDocumentPanelSizeChangeAnimationEnd", dsoMainPanelToggle: "dsoMainPanelToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2291
3735
|
};
|
|
2292
3736
|
DsoViewerGrid = __decorate([
|
|
2293
3737
|
ProxyCmp({
|
|
2294
|
-
defineCustomElementFn: defineCustomElement$
|
|
3738
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
2295
3739
|
inputs: ['activeTab', 'documentPanelOpen', 'documentPanelSize', 'filterPanelOpen', 'filterPanelTitle', 'mainPanelExpanded', 'mainPanelHidden', 'mainSize', 'overlayOpen']
|
|
2296
3740
|
})
|
|
2297
3741
|
], DsoViewerGrid);
|
|
2298
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3742
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoViewerGrid, decorators: [{
|
|
2299
3743
|
type: Component,
|
|
2300
3744
|
args: [{
|
|
2301
3745
|
selector: 'dso-viewer-grid',
|
|
2302
3746
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2303
3747
|
template: '<ng-content></ng-content>',
|
|
2304
3748
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2305
|
-
inputs: ['activeTab', 'documentPanelOpen', 'documentPanelSize', 'filterPanelOpen', 'filterPanelTitle', 'mainPanelExpanded', 'mainPanelHidden', 'mainSize', 'overlayOpen'],
|
|
2306
|
-
|
|
3749
|
+
inputs: ['activeTab', 'documentPanelOpen', 'documentPanelSize', 'filterPanelOpen', 'filterPanelTitle', 'mainPanelExpanded', 'mainPanelHidden', 'mainSize', 'overlayOpen'],
|
|
3750
|
+
outputs: ['dsoCloseOverlay', 'dsoCloseFilterPanel', 'dsoActiveTabSwitch', 'dsoMainSizeChangeAnimationEnd', 'dsoDocumentPanelSizeChange', 'dsoDocumentPanelSizeChangeAnimationEnd', 'dsoMainPanelToggle'],
|
|
2307
3751
|
}]
|
|
2308
3752
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoCloseOverlay: [{
|
|
2309
3753
|
type: Output
|
|
@@ -2322,32 +3766,67 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
2322
3766
|
}] } });
|
|
2323
3767
|
let DsotDocumentComponentDemo = class DsotDocumentComponentDemo {
|
|
2324
3768
|
z;
|
|
3769
|
+
el;
|
|
3770
|
+
/**
|
|
3771
|
+
* Show canvas to where Document Component extends. @default false
|
|
3772
|
+
*/
|
|
3773
|
+
set showCanvas(_) { }
|
|
3774
|
+
;
|
|
3775
|
+
/**
|
|
3776
|
+
* Show besluitversie version of the badge and label. @default false
|
|
3777
|
+
*/
|
|
3778
|
+
set showBesluitversie(_) { }
|
|
3779
|
+
;
|
|
3780
|
+
/**
|
|
3781
|
+
* Name of the file to load.
|
|
3782
|
+
*/
|
|
3783
|
+
set jsonFile(_) { }
|
|
3784
|
+
;
|
|
3785
|
+
/**
|
|
3786
|
+
* The default state for all Document Components. @default false
|
|
3787
|
+
*/
|
|
3788
|
+
set openDefault(_) { }
|
|
3789
|
+
;
|
|
3790
|
+
/**
|
|
3791
|
+
* The mode of the Document Component. One of "document" or "table-of-contents". Defaults to "document" @default "document"
|
|
3792
|
+
*/
|
|
3793
|
+
set mode(_) { }
|
|
3794
|
+
;
|
|
3795
|
+
/**
|
|
3796
|
+
* A UrlResolver that will be called for all STOP elements that render to HTML5 elements with external references.
|
|
3797
|
+
*/
|
|
3798
|
+
set ozonContentUrlResolver(_) { }
|
|
3799
|
+
;
|
|
3800
|
+
/**
|
|
3801
|
+
* A BegripResolver that will be called for STOP element "IntRef" with @scope ="Begrip".
|
|
3802
|
+
*/
|
|
3803
|
+
set ozonContentBegripResolver(_) { }
|
|
3804
|
+
;
|
|
2325
3805
|
dsotOzonContentClick = new EventEmitter();
|
|
2326
3806
|
dsotTableOfContentsClick = new EventEmitter();
|
|
2327
|
-
el;
|
|
2328
3807
|
constructor(c, r, z) {
|
|
2329
3808
|
this.z = z;
|
|
2330
3809
|
c.detach();
|
|
2331
3810
|
this.el = r.nativeElement;
|
|
2332
3811
|
}
|
|
2333
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2334
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.
|
|
3812
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsotDocumentComponentDemo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3813
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.1.5", type: DsotDocumentComponentDemo, isStandalone: true, selector: "dsot-document-component-demo", inputs: { jsonFile: "jsonFile", mode: "mode", openDefault: "openDefault", ozonContentBegripResolver: "ozonContentBegripResolver", ozonContentUrlResolver: "ozonContentUrlResolver", showBesluitversie: "showBesluitversie", showCanvas: "showCanvas" }, outputs: { dsotOzonContentClick: "dsotOzonContentClick", dsotTableOfContentsClick: "dsotTableOfContentsClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2335
3814
|
};
|
|
2336
3815
|
DsotDocumentComponentDemo = __decorate([
|
|
2337
3816
|
ProxyCmp({
|
|
2338
|
-
defineCustomElementFn: defineCustomElement$
|
|
3817
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
2339
3818
|
inputs: ['jsonFile', 'mode', 'openDefault', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'showBesluitversie', 'showCanvas']
|
|
2340
3819
|
})
|
|
2341
3820
|
], DsotDocumentComponentDemo);
|
|
2342
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
3821
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsotDocumentComponentDemo, decorators: [{
|
|
2343
3822
|
type: Component,
|
|
2344
3823
|
args: [{
|
|
2345
3824
|
selector: 'dsot-document-component-demo',
|
|
2346
3825
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2347
3826
|
template: '<ng-content></ng-content>',
|
|
2348
3827
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2349
|
-
inputs: ['jsonFile', 'mode', 'openDefault', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'showBesluitversie', 'showCanvas'],
|
|
2350
|
-
|
|
3828
|
+
inputs: ['jsonFile', 'mode', 'openDefault', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'showBesluitversie', 'showCanvas'],
|
|
3829
|
+
outputs: ['dsotOzonContentClick', 'dsotTableOfContentsClick'],
|
|
2351
3830
|
}]
|
|
2352
3831
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsotOzonContentClick: [{
|
|
2353
3832
|
type: Output
|
|
@@ -2392,6 +3871,7 @@ const DIRECTIVES = [
|
|
|
2392
3871
|
DsoInputRange,
|
|
2393
3872
|
DsoLabel,
|
|
2394
3873
|
DsoLegend,
|
|
3874
|
+
DsoLegendGroup,
|
|
2395
3875
|
DsoLegendItem,
|
|
2396
3876
|
DsoListButton,
|
|
2397
3877
|
DsoLogo,
|
|
@@ -2413,6 +3893,7 @@ const DIRECTIVES = [
|
|
|
2413
3893
|
DsoRenvooi,
|
|
2414
3894
|
DsoResponsiveElement,
|
|
2415
3895
|
DsoScrollable,
|
|
3896
|
+
DsoSegmentedButton,
|
|
2416
3897
|
DsoSelectable,
|
|
2417
3898
|
DsoSkiplink,
|
|
2418
3899
|
DsoSlideToggle,
|
|
@@ -2428,16 +3909,130 @@ const DIRECTIVES = [
|
|
|
2428
3909
|
DsotDocumentComponentDemo
|
|
2429
3910
|
];
|
|
2430
3911
|
|
|
3912
|
+
class BooleanValueAccessor {
|
|
3913
|
+
el;
|
|
3914
|
+
onChange = (_) => { };
|
|
3915
|
+
onTouched = () => { };
|
|
3916
|
+
constructor(el) {
|
|
3917
|
+
this.el = el;
|
|
3918
|
+
}
|
|
3919
|
+
onFocusOut() {
|
|
3920
|
+
this.onTouched();
|
|
3921
|
+
}
|
|
3922
|
+
onDsoChange(event) {
|
|
3923
|
+
const checked = event.detail?.checked ?? false;
|
|
3924
|
+
this.el.nativeElement.checked = checked;
|
|
3925
|
+
this.onChange(checked);
|
|
3926
|
+
}
|
|
3927
|
+
writeValue(value) {
|
|
3928
|
+
this.el.nativeElement.checked = value ?? false;
|
|
3929
|
+
}
|
|
3930
|
+
registerOnChange(fn) {
|
|
3931
|
+
this.onChange = fn;
|
|
3932
|
+
}
|
|
3933
|
+
registerOnTouched(fn) {
|
|
3934
|
+
this.onTouched = fn;
|
|
3935
|
+
}
|
|
3936
|
+
setDisabledState(isDisabled) {
|
|
3937
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
3938
|
+
}
|
|
3939
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: BooleanValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3940
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: BooleanValueAccessor, isStandalone: true, selector: "dso-selectable[type=checkbox]", host: { listeners: { "focusout": "onFocusOut()", "dsoChange": "onDsoChange($event)" } }, providers: [
|
|
3941
|
+
{
|
|
3942
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3943
|
+
useExisting: forwardRef(() => BooleanValueAccessor),
|
|
3944
|
+
multi: true,
|
|
3945
|
+
},
|
|
3946
|
+
], ngImport: i0 });
|
|
3947
|
+
}
|
|
3948
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: BooleanValueAccessor, decorators: [{
|
|
3949
|
+
type: Directive,
|
|
3950
|
+
args: [{
|
|
3951
|
+
selector: "dso-selectable[type=checkbox]",
|
|
3952
|
+
standalone: true,
|
|
3953
|
+
providers: [
|
|
3954
|
+
{
|
|
3955
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3956
|
+
useExisting: forwardRef(() => BooleanValueAccessor),
|
|
3957
|
+
multi: true,
|
|
3958
|
+
},
|
|
3959
|
+
],
|
|
3960
|
+
}]
|
|
3961
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { onFocusOut: [{
|
|
3962
|
+
type: HostListener,
|
|
3963
|
+
args: ["focusout"]
|
|
3964
|
+
}], onDsoChange: [{
|
|
3965
|
+
type: HostListener,
|
|
3966
|
+
args: ["dsoChange", ["$event"]]
|
|
3967
|
+
}] } });
|
|
3968
|
+
|
|
3969
|
+
class RadioValueAccessor {
|
|
3970
|
+
el;
|
|
3971
|
+
onChange = (_) => { };
|
|
3972
|
+
onTouched = () => { };
|
|
3973
|
+
constructor(el) {
|
|
3974
|
+
this.el = el;
|
|
3975
|
+
}
|
|
3976
|
+
onFocusOut() {
|
|
3977
|
+
this.onTouched();
|
|
3978
|
+
}
|
|
3979
|
+
onDsoChange() {
|
|
3980
|
+
this.el.nativeElement.checked = true;
|
|
3981
|
+
this.onChange(this.el.nativeElement.value);
|
|
3982
|
+
}
|
|
3983
|
+
writeValue(value) {
|
|
3984
|
+
this.el.nativeElement.checked = value === this.el.nativeElement.value;
|
|
3985
|
+
}
|
|
3986
|
+
registerOnChange(fn) {
|
|
3987
|
+
this.onChange = fn;
|
|
3988
|
+
}
|
|
3989
|
+
registerOnTouched(fn) {
|
|
3990
|
+
this.onTouched = fn;
|
|
3991
|
+
}
|
|
3992
|
+
setDisabledState(isDisabled) {
|
|
3993
|
+
this.el.nativeElement.disabled = isDisabled;
|
|
3994
|
+
}
|
|
3995
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: RadioValueAccessor, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
|
|
3996
|
+
static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "21.1.5", type: RadioValueAccessor, isStandalone: true, selector: "dso-selectable[type=radio]", host: { listeners: { "focusout": "onFocusOut()", "dsoChange": "onDsoChange()" } }, providers: [
|
|
3997
|
+
{
|
|
3998
|
+
provide: NG_VALUE_ACCESSOR,
|
|
3999
|
+
useExisting: forwardRef(() => RadioValueAccessor),
|
|
4000
|
+
multi: true,
|
|
4001
|
+
},
|
|
4002
|
+
], ngImport: i0 });
|
|
4003
|
+
}
|
|
4004
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: RadioValueAccessor, decorators: [{
|
|
4005
|
+
type: Directive,
|
|
4006
|
+
args: [{
|
|
4007
|
+
selector: "dso-selectable[type=radio]",
|
|
4008
|
+
standalone: true,
|
|
4009
|
+
providers: [
|
|
4010
|
+
{
|
|
4011
|
+
provide: NG_VALUE_ACCESSOR,
|
|
4012
|
+
useExisting: forwardRef(() => RadioValueAccessor),
|
|
4013
|
+
multi: true,
|
|
4014
|
+
},
|
|
4015
|
+
],
|
|
4016
|
+
}]
|
|
4017
|
+
}], ctorParameters: () => [{ type: i0.ElementRef }], propDecorators: { onFocusOut: [{
|
|
4018
|
+
type: HostListener,
|
|
4019
|
+
args: ["focusout"]
|
|
4020
|
+
}], onDsoChange: [{
|
|
4021
|
+
type: HostListener,
|
|
4022
|
+
args: ["dsoChange"]
|
|
4023
|
+
}] } });
|
|
4024
|
+
|
|
4025
|
+
const VALUE_ACCESSORS = [BooleanValueAccessor, RadioValueAccessor];
|
|
2431
4026
|
class DsoToolkitModule {
|
|
2432
|
-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.
|
|
2433
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.
|
|
2434
|
-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.
|
|
4027
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
4028
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule, imports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendGroup, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, BooleanValueAccessor, RadioValueAccessor], exports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendGroup, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, BooleanValueAccessor, RadioValueAccessor] });
|
|
4029
|
+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule });
|
|
2435
4030
|
}
|
|
2436
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.
|
|
4031
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule, decorators: [{
|
|
2437
4032
|
type: NgModule,
|
|
2438
4033
|
args: [{
|
|
2439
|
-
imports: [...DIRECTIVES],
|
|
2440
|
-
exports: [...DIRECTIVES],
|
|
4034
|
+
imports: [...DIRECTIVES, ...VALUE_ACCESSORS],
|
|
4035
|
+
exports: [...DIRECTIVES, ...VALUE_ACCESSORS],
|
|
2441
4036
|
}]
|
|
2442
4037
|
}] });
|
|
2443
4038
|
|
|
@@ -2449,5 +4044,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.0.5", ngImpor
|
|
|
2449
4044
|
* Generated bundle index. Do not edit.
|
|
2450
4045
|
*/
|
|
2451
4046
|
|
|
2452
|
-
export { DIRECTIVES, DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoToolkitModule, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo };
|
|
4047
|
+
export { BooleanValueAccessor, DIRECTIVES, DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoCursorTooltip, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendGroup, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSegmentedButton, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoToolkitModule, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo, RadioValueAccessor };
|
|
2453
4048
|
//# sourceMappingURL=dso-toolkit-angular.mjs.map
|