@dso-toolkit/angular 89.0.0 → 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.
|
@@ -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';
|
|
@@ -60,19 +60,21 @@ import { defineCustomElement as defineCustomElement$T } from '@dso-toolkit/core/
|
|
|
60
60
|
import { defineCustomElement as defineCustomElement$U } from '@dso-toolkit/core/dist/components/dso-renvooi.js';
|
|
61
61
|
import { defineCustomElement as defineCustomElement$V } from '@dso-toolkit/core/dist/components/dso-responsive-element.js';
|
|
62
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-
|
|
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/dso-
|
|
75
|
-
import { defineCustomElement as defineCustomElement$17 } from '@dso-toolkit/core/dist/components/
|
|
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';
|
|
76
78
|
|
|
77
79
|
/* eslint-disable */
|
|
78
80
|
/* tslint:disable */
|
|
@@ -135,6 +137,18 @@ function ProxyCmp(opts) {
|
|
|
135
137
|
let DsoAccordion = class DsoAccordion {
|
|
136
138
|
z;
|
|
137
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
|
+
;
|
|
138
152
|
constructor(c, r, z) {
|
|
139
153
|
this.z = z;
|
|
140
154
|
c.detach();
|
|
@@ -162,6 +176,78 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
162
176
|
let DsoAccordionSection = class DsoAccordionSection {
|
|
163
177
|
z;
|
|
164
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
|
+
;
|
|
165
251
|
dsoActiveChange = new EventEmitter();
|
|
166
252
|
dsoToggleClick = new EventEmitter();
|
|
167
253
|
dsoAnimationStart = new EventEmitter();
|
|
@@ -203,6 +289,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.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();
|
|
@@ -230,6 +321,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
230
321
|
let DsoActionListItem = class DsoActionListItem {
|
|
231
322
|
z;
|
|
232
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
|
+
;
|
|
233
349
|
constructor(c, r, z) {
|
|
234
350
|
this.z = z;
|
|
235
351
|
c.detach();
|
|
@@ -257,6 +373,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
257
373
|
let DsoAdvancedSelect = class DsoAdvancedSelect {
|
|
258
374
|
z;
|
|
259
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
|
+
;
|
|
260
391
|
dsoChange = new EventEmitter();
|
|
261
392
|
dsoRedirect = new EventEmitter();
|
|
262
393
|
constructor(c, r, z) {
|
|
@@ -291,6 +422,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
291
422
|
let DsoAlert = class DsoAlert {
|
|
292
423
|
z;
|
|
293
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
|
+
;
|
|
294
445
|
dsoClose = new EventEmitter();
|
|
295
446
|
constructor(c, r, z) {
|
|
296
447
|
this.z = z;
|
|
@@ -322,6 +473,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
322
473
|
let DsoAnnotationActiviteit = class DsoAnnotationActiviteit {
|
|
323
474
|
z;
|
|
324
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
|
+
;
|
|
325
511
|
dsoActiveChange = new EventEmitter();
|
|
326
512
|
constructor(c, r, z) {
|
|
327
513
|
this.z = z;
|
|
@@ -353,6 +539,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
353
539
|
let DsoAnnotationGebiedsaanwijzing = class DsoAnnotationGebiedsaanwijzing {
|
|
354
540
|
z;
|
|
355
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
|
+
;
|
|
356
562
|
dsoActiveChange = new EventEmitter();
|
|
357
563
|
constructor(c, r, z) {
|
|
358
564
|
this.z = z;
|
|
@@ -384,6 +590,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
384
590
|
let DsoAnnotationKaart = class DsoAnnotationKaart {
|
|
385
591
|
z;
|
|
386
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
|
+
;
|
|
387
610
|
dsoClick = new EventEmitter();
|
|
388
611
|
constructor(c, r, z) {
|
|
389
612
|
this.z = z;
|
|
@@ -415,6 +638,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
415
638
|
let DsoAnnotationLocatie = class DsoAnnotationLocatie {
|
|
416
639
|
z;
|
|
417
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
|
+
;
|
|
418
661
|
dsoActiveChange = new EventEmitter();
|
|
419
662
|
constructor(c, r, z) {
|
|
420
663
|
this.z = z;
|
|
@@ -446,6 +689,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
446
689
|
let DsoAnnotationOmgevingsnormwaarde = class DsoAnnotationOmgevingsnormwaarde {
|
|
447
690
|
z;
|
|
448
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
|
+
;
|
|
449
727
|
dsoActiveChange = new EventEmitter();
|
|
450
728
|
constructor(c, r, z) {
|
|
451
729
|
this.z = z;
|
|
@@ -477,6 +755,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
477
755
|
let DsoAttachmentsCounter = class DsoAttachmentsCounter {
|
|
478
756
|
z;
|
|
479
757
|
el;
|
|
758
|
+
/**
|
|
759
|
+
* The number of attachments.
|
|
760
|
+
*/
|
|
761
|
+
set count(_) { }
|
|
762
|
+
;
|
|
480
763
|
constructor(c, r, z) {
|
|
481
764
|
this.z = z;
|
|
482
765
|
c.detach();
|
|
@@ -504,6 +787,47 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
504
787
|
let DsoAutosuggest = class DsoAutosuggest {
|
|
505
788
|
z;
|
|
506
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
|
+
;
|
|
507
831
|
dsoSelect = new EventEmitter();
|
|
508
832
|
dsoChange = new EventEmitter();
|
|
509
833
|
dsoSearch = new EventEmitter();
|
|
@@ -541,6 +865,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
541
865
|
let DsoBadge = class DsoBadge {
|
|
542
866
|
z;
|
|
543
867
|
el;
|
|
868
|
+
/**
|
|
869
|
+
* The status of the Badge.
|
|
870
|
+
*/
|
|
871
|
+
set status(_) { }
|
|
872
|
+
;
|
|
544
873
|
constructor(c, r, z) {
|
|
545
874
|
this.z = z;
|
|
546
875
|
c.detach();
|
|
@@ -568,6 +897,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
568
897
|
let DsoBanner = class DsoBanner {
|
|
569
898
|
z;
|
|
570
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
|
+
;
|
|
571
917
|
constructor(c, r, z) {
|
|
572
918
|
this.z = z;
|
|
573
919
|
c.detach();
|
|
@@ -595,6 +941,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
595
941
|
let DsoButtonGroup = class DsoButtonGroup {
|
|
596
942
|
z;
|
|
597
943
|
el;
|
|
944
|
+
/**
|
|
945
|
+
* The direction in which the buttons are displayed.
|
|
946
|
+
|
|
947
|
+
Defaults to `row`. @default "row"
|
|
948
|
+
*/
|
|
949
|
+
set direction(_) { }
|
|
950
|
+
;
|
|
598
951
|
constructor(c, r, z) {
|
|
599
952
|
this.z = z;
|
|
600
953
|
c.detach();
|
|
@@ -622,6 +975,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
622
975
|
let DsoCard = class DsoCard {
|
|
623
976
|
z;
|
|
624
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
|
+
;
|
|
625
995
|
dsoCardClick = new EventEmitter();
|
|
626
996
|
constructor(c, r, z) {
|
|
627
997
|
this.z = z;
|
|
@@ -653,6 +1023,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
653
1023
|
let DsoCardContainer = class DsoCardContainer {
|
|
654
1024
|
z;
|
|
655
1025
|
el;
|
|
1026
|
+
/**
|
|
1027
|
+
* The mode of the Card Container. @default "list"
|
|
1028
|
+
*/
|
|
1029
|
+
set mode(_) { }
|
|
1030
|
+
;
|
|
656
1031
|
constructor(c, r, z) {
|
|
657
1032
|
this.z = z;
|
|
658
1033
|
c.detach();
|
|
@@ -732,6 +1107,59 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
732
1107
|
let DsoDatePicker = class DsoDatePicker {
|
|
733
1108
|
z;
|
|
734
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
|
+
;
|
|
735
1163
|
dsoDateChange = new EventEmitter();
|
|
736
1164
|
dsoBlur = new EventEmitter();
|
|
737
1165
|
dsoKeyUp = new EventEmitter();
|
|
@@ -775,6 +1203,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
775
1203
|
let DsoDocumentCard = class DsoDocumentCard {
|
|
776
1204
|
z;
|
|
777
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
|
+
;
|
|
778
1216
|
dsoDocumentCardClick = new EventEmitter();
|
|
779
1217
|
constructor(c, r, z) {
|
|
780
1218
|
this.z = z;
|
|
@@ -806,6 +1244,132 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
806
1244
|
let DsoDocumentComponent = class DsoDocumentComponent {
|
|
807
1245
|
z;
|
|
808
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
|
+
;
|
|
809
1373
|
dsoRecursiveToggle = new EventEmitter();
|
|
810
1374
|
dsoOpenToggle = new EventEmitter();
|
|
811
1375
|
dsoTableOfContentsClick = new EventEmitter();
|
|
@@ -833,7 +1397,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
833
1397
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
834
1398
|
template: '<ng-content></ng-content>',
|
|
835
1399
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
836
|
-
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'],
|
|
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'],
|
|
837
1401
|
outputs: ['dsoRecursiveToggle', 'dsoOpenToggle', 'dsoTableOfContentsClick', 'dsoOzonContentClick', 'dsoAnnotationToggle', 'dsoMarkItemHighlight'],
|
|
838
1402
|
}]
|
|
839
1403
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoRecursiveToggle: [{
|
|
@@ -852,6 +1416,27 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
852
1416
|
let DsoDropdownMenu = class DsoDropdownMenu {
|
|
853
1417
|
z;
|
|
854
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
|
+
;
|
|
855
1440
|
constructor(c, r, z) {
|
|
856
1441
|
this.z = z;
|
|
857
1442
|
c.detach();
|
|
@@ -879,6 +1464,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
879
1464
|
let DsoExpandable = class DsoExpandable {
|
|
880
1465
|
z;
|
|
881
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
|
+
;
|
|
882
1482
|
dsoExpandableAnimationStart = new EventEmitter();
|
|
883
1483
|
dsoExpandableAnimationEnd = new EventEmitter();
|
|
884
1484
|
constructor(c, r, z) {
|
|
@@ -913,6 +1513,65 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
913
1513
|
let DsoHeader = class DsoHeader {
|
|
914
1514
|
z;
|
|
915
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
|
+
;
|
|
916
1575
|
dsoHeaderClick = new EventEmitter();
|
|
917
1576
|
constructor(c, r, z) {
|
|
918
1577
|
this.z = z;
|
|
@@ -944,6 +1603,36 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
944
1603
|
let DsoHighlightBox = class DsoHighlightBox {
|
|
945
1604
|
z;
|
|
946
1605
|
el;
|
|
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
|
+
;
|
|
947
1636
|
constructor(c, r, z) {
|
|
948
1637
|
this.z = z;
|
|
949
1638
|
c.detach();
|
|
@@ -971,6 +1660,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
971
1660
|
let DsoHistoryItem = class DsoHistoryItem {
|
|
972
1661
|
z;
|
|
973
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
|
+
;
|
|
974
1673
|
dsoClick = new EventEmitter();
|
|
975
1674
|
constructor(c, r, z) {
|
|
976
1675
|
this.z = z;
|
|
@@ -1002,6 +1701,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1002
1701
|
let DsoIcon = class DsoIcon {
|
|
1003
1702
|
z;
|
|
1004
1703
|
el;
|
|
1704
|
+
/**
|
|
1705
|
+
* The alias of the icon.
|
|
1706
|
+
*/
|
|
1707
|
+
set icon(_) { }
|
|
1708
|
+
;
|
|
1005
1709
|
constructor(c, r, z) {
|
|
1006
1710
|
this.z = z;
|
|
1007
1711
|
c.detach();
|
|
@@ -1029,6 +1733,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1029
1733
|
let DsoIconButton = class DsoIconButton {
|
|
1030
1734
|
z;
|
|
1031
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
|
+
;
|
|
1032
1761
|
dsoClick = new EventEmitter();
|
|
1033
1762
|
constructor(c, r, z) {
|
|
1034
1763
|
this.z = z;
|
|
@@ -1061,6 +1790,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1061
1790
|
let DsoImageOverlay = class DsoImageOverlay {
|
|
1062
1791
|
z;
|
|
1063
1792
|
el;
|
|
1793
|
+
/**
|
|
1794
|
+
* The wijzigactie.
|
|
1795
|
+
*/
|
|
1796
|
+
set wijzigactie(_) { }
|
|
1797
|
+
;
|
|
1064
1798
|
constructor(c, r, z) {
|
|
1065
1799
|
this.z = z;
|
|
1066
1800
|
c.detach();
|
|
@@ -1088,6 +1822,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1088
1822
|
let DsoInfo = class DsoInfo {
|
|
1089
1823
|
z;
|
|
1090
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
|
+
;
|
|
1091
1835
|
dsoClose = new EventEmitter();
|
|
1092
1836
|
constructor(c, r, z) {
|
|
1093
1837
|
this.z = z;
|
|
@@ -1119,6 +1863,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1119
1863
|
let DsoInfoButton = class DsoInfoButton {
|
|
1120
1864
|
z;
|
|
1121
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
|
+
;
|
|
1122
1886
|
dsoToggle = new EventEmitter();
|
|
1123
1887
|
constructor(c, r, z) {
|
|
1124
1888
|
this.z = z;
|
|
@@ -1151,6 +1915,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1151
1915
|
let DsoInputRange = class DsoInputRange {
|
|
1152
1916
|
z;
|
|
1153
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
|
+
;
|
|
1154
1953
|
dsoChange = new EventEmitter();
|
|
1155
1954
|
constructor(c, r, z) {
|
|
1156
1955
|
this.z = z;
|
|
@@ -1182,6 +1981,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1182
1981
|
let DsoLabel = class DsoLabel {
|
|
1183
1982
|
z;
|
|
1184
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
|
+
;
|
|
1185
2004
|
dsoRemoveClick = new EventEmitter();
|
|
1186
2005
|
constructor(c, r, z) {
|
|
1187
2006
|
this.z = z;
|
|
@@ -1213,6 +2032,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1213
2032
|
let DsoLegend = class DsoLegend {
|
|
1214
2033
|
z;
|
|
1215
2034
|
el;
|
|
2035
|
+
/**
|
|
2036
|
+
* TabItems in the legend topbar @default []
|
|
2037
|
+
*/
|
|
2038
|
+
set tabItems(_) { }
|
|
2039
|
+
;
|
|
1216
2040
|
dsoContentSwitch = new EventEmitter();
|
|
1217
2041
|
dsoClose = new EventEmitter();
|
|
1218
2042
|
constructor(c, r, z) {
|
|
@@ -1247,6 +2071,12 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1247
2071
|
let DsoLegendGroup = class DsoLegendGroup {
|
|
1248
2072
|
z;
|
|
1249
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
|
+
;
|
|
1250
2080
|
dsoLegendGroupModeChange = new EventEmitter();
|
|
1251
2081
|
constructor(c, r, z) {
|
|
1252
2082
|
this.z = z;
|
|
@@ -1278,6 +2108,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1278
2108
|
let DsoLegendItem = class DsoLegendItem {
|
|
1279
2109
|
z;
|
|
1280
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
|
+
;
|
|
1281
2131
|
dsoActiveChange = new EventEmitter();
|
|
1282
2132
|
dsoDelete = new EventEmitter();
|
|
1283
2133
|
dsoMouseEnter = new EventEmitter();
|
|
@@ -1318,6 +2168,46 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1318
2168
|
let DsoListButton = class DsoListButton {
|
|
1319
2169
|
z;
|
|
1320
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
|
+
;
|
|
1321
2211
|
dsoCountChange = new EventEmitter();
|
|
1322
2212
|
dsoSelectedChange = new EventEmitter();
|
|
1323
2213
|
constructor(c, r, z) {
|
|
@@ -1352,6 +2242,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1352
2242
|
let DsoLogo = class DsoLogo {
|
|
1353
2243
|
z;
|
|
1354
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
|
+
;
|
|
1355
2276
|
dsoLogoClick = new EventEmitter();
|
|
1356
2277
|
dsoLabelClick = new EventEmitter();
|
|
1357
2278
|
constructor(c, r, z) {
|
|
@@ -1386,6 +2307,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1386
2307
|
let DsoMapBaseLayers = class DsoMapBaseLayers {
|
|
1387
2308
|
z;
|
|
1388
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
|
+
;
|
|
1389
2320
|
dsoBaseLayerChange = new EventEmitter();
|
|
1390
2321
|
constructor(c, r, z) {
|
|
1391
2322
|
this.z = z;
|
|
@@ -1417,6 +2348,20 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1417
2348
|
let DsoMapControls = class DsoMapControls {
|
|
1418
2349
|
z;
|
|
1419
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
|
+
;
|
|
1420
2365
|
dsoZoomIn = new EventEmitter();
|
|
1421
2366
|
dsoZoomOut = new EventEmitter();
|
|
1422
2367
|
dsoToggle = new EventEmitter();
|
|
@@ -1455,6 +2400,22 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1455
2400
|
let DsoMapLayer = class DsoMapLayer {
|
|
1456
2401
|
z;
|
|
1457
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
|
+
;
|
|
1458
2419
|
dsoActiveChange = new EventEmitter();
|
|
1459
2420
|
constructor(c, r, z) {
|
|
1460
2421
|
this.z = z;
|
|
@@ -1486,6 +2447,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1486
2447
|
let DsoMapLayerObject = class DsoMapLayerObject {
|
|
1487
2448
|
z;
|
|
1488
2449
|
el;
|
|
2450
|
+
/**
|
|
2451
|
+
* An optional boolean indicating whether the Map Layer Object is active.
|
|
2452
|
+
*/
|
|
2453
|
+
set active(_) { }
|
|
2454
|
+
;
|
|
1489
2455
|
dsoActiveChange = new EventEmitter();
|
|
1490
2456
|
dsoMouseEnter = new EventEmitter();
|
|
1491
2457
|
dsoMouseLeave = new EventEmitter();
|
|
@@ -1523,6 +2489,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1523
2489
|
let DsoMapOverlays = class DsoMapOverlays {
|
|
1524
2490
|
z;
|
|
1525
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
|
+
;
|
|
1526
2502
|
dsoToggleOverlay = new EventEmitter();
|
|
1527
2503
|
constructor(c, r, z) {
|
|
1528
2504
|
this.z = z;
|
|
@@ -1554,6 +2530,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1554
2530
|
let DsoMarkBar = class DsoMarkBar {
|
|
1555
2531
|
z;
|
|
1556
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
|
+
;
|
|
1557
2553
|
dsoInput = new EventEmitter();
|
|
1558
2554
|
dsoNext = new EventEmitter();
|
|
1559
2555
|
dsoPrevious = new EventEmitter();
|
|
@@ -1595,6 +2591,37 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1595
2591
|
let DsoModal = class DsoModal {
|
|
1596
2592
|
z;
|
|
1597
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
|
+
;
|
|
1598
2625
|
dsoClose = new EventEmitter();
|
|
1599
2626
|
constructor(c, r, z) {
|
|
1600
2627
|
this.z = z;
|
|
@@ -1626,6 +2653,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1626
2653
|
let DsoOnboardingTip = class DsoOnboardingTip {
|
|
1627
2654
|
z;
|
|
1628
2655
|
el;
|
|
2656
|
+
/**
|
|
2657
|
+
* Where to place the Onboarding Tip relative to its reference element. @default "right"
|
|
2658
|
+
*/
|
|
2659
|
+
set placement(_) { }
|
|
2660
|
+
;
|
|
1629
2661
|
dsoClose = new EventEmitter();
|
|
1630
2662
|
constructor(c, r, z) {
|
|
1631
2663
|
this.z = z;
|
|
@@ -1657,6 +2689,38 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1657
2689
|
let DsoOzonContent = class DsoOzonContent {
|
|
1658
2690
|
z;
|
|
1659
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
|
+
;
|
|
1660
2724
|
dsoClick = new EventEmitter();
|
|
1661
2725
|
dsoOzonContentMarkItemHighlight = new EventEmitter();
|
|
1662
2726
|
constructor(c, r, z) {
|
|
@@ -1691,6 +2755,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1691
2755
|
let DsoOzonContentToggletip = class DsoOzonContentToggletip {
|
|
1692
2756
|
z;
|
|
1693
2757
|
el;
|
|
2758
|
+
/**
|
|
2759
|
+
* The alias of the icon in the button.
|
|
2760
|
+
*/
|
|
2761
|
+
set icon(_) { }
|
|
2762
|
+
;
|
|
1694
2763
|
constructor(c, r, z) {
|
|
1695
2764
|
this.z = z;
|
|
1696
2765
|
c.detach();
|
|
@@ -1718,6 +2787,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1718
2787
|
let DsoPagination = class DsoPagination {
|
|
1719
2788
|
z;
|
|
1720
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
|
+
;
|
|
1721
2805
|
dsoSelectPage = new EventEmitter();
|
|
1722
2806
|
constructor(c, r, z) {
|
|
1723
2807
|
this.z = z;
|
|
@@ -1749,6 +2833,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1749
2833
|
let DsoPanel = class DsoPanel {
|
|
1750
2834
|
z;
|
|
1751
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
|
+
;
|
|
1752
2846
|
dsoCloseClick = new EventEmitter();
|
|
1753
2847
|
constructor(c, r, z) {
|
|
1754
2848
|
this.z = z;
|
|
@@ -1780,6 +2874,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1780
2874
|
let DsoPlekinfoCard = class DsoPlekinfoCard {
|
|
1781
2875
|
z;
|
|
1782
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
|
+
;
|
|
1783
2897
|
dsoPlekinfoCardClick = new EventEmitter();
|
|
1784
2898
|
constructor(c, r, z) {
|
|
1785
2899
|
this.z = z;
|
|
@@ -1811,6 +2925,23 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1811
2925
|
let DsoProgressIndicator = class DsoProgressIndicator {
|
|
1812
2926
|
z;
|
|
1813
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
|
+
;
|
|
1814
2945
|
constructor(c, r, z) {
|
|
1815
2946
|
this.z = z;
|
|
1816
2947
|
c.detach();
|
|
@@ -1838,6 +2969,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1838
2969
|
let DsoProjectItem = class DsoProjectItem {
|
|
1839
2970
|
z;
|
|
1840
2971
|
el;
|
|
2972
|
+
/**
|
|
2973
|
+
* The label of the project item.
|
|
2974
|
+
*/
|
|
2975
|
+
set label(_) { }
|
|
2976
|
+
;
|
|
1841
2977
|
constructor(c, r, z) {
|
|
1842
2978
|
this.z = z;
|
|
1843
2979
|
c.detach();
|
|
@@ -1865,6 +3001,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1865
3001
|
let DsoRenvooi = class DsoRenvooi {
|
|
1866
3002
|
z;
|
|
1867
3003
|
el;
|
|
3004
|
+
/**
|
|
3005
|
+
* The renvooi value to render.
|
|
3006
|
+
*/
|
|
3007
|
+
set value(_) { }
|
|
3008
|
+
;
|
|
3009
|
+
/**
|
|
3010
|
+
* To mark text.
|
|
3011
|
+
*/
|
|
3012
|
+
set mark(_) { }
|
|
3013
|
+
;
|
|
1868
3014
|
dsoRenvooiMarkItemHighlight = new EventEmitter();
|
|
1869
3015
|
constructor(c, r, z) {
|
|
1870
3016
|
this.z = z;
|
|
@@ -1954,9 +3100,130 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1954
3100
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoScrollEnd: [{
|
|
1955
3101
|
type: Output
|
|
1956
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
|
+
}] } });
|
|
1957
3159
|
let DsoSelectable = class DsoSelectable {
|
|
1958
3160
|
z;
|
|
1959
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
|
+
;
|
|
1960
3227
|
dsoChange = new EventEmitter();
|
|
1961
3228
|
constructor(c, r, z) {
|
|
1962
3229
|
this.z = z;
|
|
@@ -1968,7 +3235,7 @@ let DsoSelectable = class DsoSelectable {
|
|
|
1968
3235
|
};
|
|
1969
3236
|
DsoSelectable = __decorate([
|
|
1970
3237
|
ProxyCmp({
|
|
1971
|
-
defineCustomElementFn: defineCustomElement$
|
|
3238
|
+
defineCustomElementFn: defineCustomElement$Y,
|
|
1972
3239
|
inputs: ['checked', 'describedById', 'disabled', 'identifier', 'indeterminate', 'infoFixed', 'invalid', 'labelledById', 'name', 'required', 'type', 'value'],
|
|
1973
3240
|
methods: ['toggleInfo']
|
|
1974
3241
|
})
|
|
@@ -1989,6 +3256,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
1989
3256
|
let DsoSkiplink = class DsoSkiplink {
|
|
1990
3257
|
z;
|
|
1991
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
|
+
;
|
|
1992
3269
|
dsoSkiplinkClick = new EventEmitter();
|
|
1993
3270
|
constructor(c, r, z) {
|
|
1994
3271
|
this.z = z;
|
|
@@ -2000,7 +3277,7 @@ let DsoSkiplink = class DsoSkiplink {
|
|
|
2000
3277
|
};
|
|
2001
3278
|
DsoSkiplink = __decorate([
|
|
2002
3279
|
ProxyCmp({
|
|
2003
|
-
defineCustomElementFn: defineCustomElement$
|
|
3280
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
2004
3281
|
inputs: ['label', 'to']
|
|
2005
3282
|
})
|
|
2006
3283
|
], DsoSkiplink);
|
|
@@ -2020,6 +3297,31 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2020
3297
|
let DsoSlideToggle = class DsoSlideToggle {
|
|
2021
3298
|
z;
|
|
2022
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
|
+
;
|
|
2023
3325
|
dsoActiveChange = new EventEmitter();
|
|
2024
3326
|
constructor(c, r, z) {
|
|
2025
3327
|
this.z = z;
|
|
@@ -2031,7 +3333,7 @@ let DsoSlideToggle = class DsoSlideToggle {
|
|
|
2031
3333
|
};
|
|
2032
3334
|
DsoSlideToggle = __decorate([
|
|
2033
3335
|
ProxyCmp({
|
|
2034
|
-
defineCustomElementFn: defineCustomElement$
|
|
3336
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
2035
3337
|
inputs: ['accessibleLabel', 'checked', 'disabled', 'identifier', 'labelledbyId']
|
|
2036
3338
|
})
|
|
2037
3339
|
], DsoSlideToggle);
|
|
@@ -2063,7 +3365,7 @@ let DsoSurveyRating = class DsoSurveyRating {
|
|
|
2063
3365
|
};
|
|
2064
3366
|
DsoSurveyRating = __decorate([
|
|
2065
3367
|
ProxyCmp({
|
|
2066
|
-
defineCustomElementFn: defineCustomElement
|
|
3368
|
+
defineCustomElementFn: defineCustomElement$$
|
|
2067
3369
|
})
|
|
2068
3370
|
], DsoSurveyRating);
|
|
2069
3371
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoSurveyRating, decorators: [{
|
|
@@ -2084,6 +3386,21 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2084
3386
|
let DsoTab = class DsoTab {
|
|
2085
3387
|
z;
|
|
2086
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
|
+
;
|
|
2087
3404
|
dsoTabSwitch = new EventEmitter();
|
|
2088
3405
|
constructor(c, r, z) {
|
|
2089
3406
|
this.z = z;
|
|
@@ -2095,7 +3412,7 @@ let DsoTab = class DsoTab {
|
|
|
2095
3412
|
};
|
|
2096
3413
|
DsoTab = __decorate([
|
|
2097
3414
|
ProxyCmp({
|
|
2098
|
-
defineCustomElementFn: defineCustomElement
|
|
3415
|
+
defineCustomElementFn: defineCustomElement$10,
|
|
2099
3416
|
inputs: ['active', 'disabled', 'href']
|
|
2100
3417
|
})
|
|
2101
3418
|
], DsoTab);
|
|
@@ -2115,6 +3432,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2115
3432
|
let DsoTable = class DsoTable {
|
|
2116
3433
|
z;
|
|
2117
3434
|
el;
|
|
3435
|
+
/**
|
|
3436
|
+
* Prevents the table being opened in a modal. @default false
|
|
3437
|
+
*/
|
|
3438
|
+
set noModal(_) { }
|
|
3439
|
+
;
|
|
2118
3440
|
constructor(c, r, z) {
|
|
2119
3441
|
this.z = z;
|
|
2120
3442
|
c.detach();
|
|
@@ -2125,7 +3447,7 @@ let DsoTable = class DsoTable {
|
|
|
2125
3447
|
};
|
|
2126
3448
|
DsoTable = __decorate([
|
|
2127
3449
|
ProxyCmp({
|
|
2128
|
-
defineCustomElementFn: defineCustomElement$
|
|
3450
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
2129
3451
|
inputs: ['noModal']
|
|
2130
3452
|
})
|
|
2131
3453
|
], DsoTable);
|
|
@@ -2152,7 +3474,7 @@ let DsoTabs = class DsoTabs {
|
|
|
2152
3474
|
};
|
|
2153
3475
|
DsoTabs = __decorate([
|
|
2154
3476
|
ProxyCmp({
|
|
2155
|
-
defineCustomElementFn: defineCustomElement$
|
|
3477
|
+
defineCustomElementFn: defineCustomElement$12
|
|
2156
3478
|
})
|
|
2157
3479
|
], DsoTabs);
|
|
2158
3480
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTabs, decorators: [{
|
|
@@ -2178,7 +3500,7 @@ let DsoTijdreisBanner = class DsoTijdreisBanner {
|
|
|
2178
3500
|
};
|
|
2179
3501
|
DsoTijdreisBanner = __decorate([
|
|
2180
3502
|
ProxyCmp({
|
|
2181
|
-
defineCustomElementFn: defineCustomElement$
|
|
3503
|
+
defineCustomElementFn: defineCustomElement$13
|
|
2182
3504
|
})
|
|
2183
3505
|
], DsoTijdreisBanner);
|
|
2184
3506
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoTijdreisBanner, decorators: [{
|
|
@@ -2194,6 +3516,26 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2194
3516
|
let DsoToggletip = class DsoToggletip {
|
|
2195
3517
|
z;
|
|
2196
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
|
+
;
|
|
2197
3539
|
constructor(c, r, z) {
|
|
2198
3540
|
this.z = z;
|
|
2199
3541
|
c.detach();
|
|
@@ -2204,7 +3546,7 @@ let DsoToggletip = class DsoToggletip {
|
|
|
2204
3546
|
};
|
|
2205
3547
|
DsoToggletip = __decorate([
|
|
2206
3548
|
ProxyCmp({
|
|
2207
|
-
defineCustomElementFn: defineCustomElement$
|
|
3549
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
2208
3550
|
inputs: ['label', 'position', 'secondary', 'small']
|
|
2209
3551
|
})
|
|
2210
3552
|
], DsoToggletip);
|
|
@@ -2221,6 +3563,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2221
3563
|
let DsoTooltip = class DsoTooltip {
|
|
2222
3564
|
z;
|
|
2223
3565
|
el;
|
|
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
|
+
;
|
|
2224
3601
|
constructor(c, r, z) {
|
|
2225
3602
|
this.z = z;
|
|
2226
3603
|
c.detach();
|
|
@@ -2231,7 +3608,7 @@ let DsoTooltip = class DsoTooltip {
|
|
|
2231
3608
|
};
|
|
2232
3609
|
DsoTooltip = __decorate([
|
|
2233
3610
|
ProxyCmp({
|
|
2234
|
-
defineCustomElementFn: defineCustomElement$
|
|
3611
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2235
3612
|
inputs: ['active', 'descriptive', 'noArrow', 'position', 'small', 'stateless', 'strategy'],
|
|
2236
3613
|
methods: ['activate', 'deactivate']
|
|
2237
3614
|
})
|
|
@@ -2249,6 +3626,11 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2249
3626
|
let DsoTreeView = class DsoTreeView {
|
|
2250
3627
|
z;
|
|
2251
3628
|
el;
|
|
3629
|
+
/**
|
|
3630
|
+
* The collection of TreeViewItems
|
|
3631
|
+
*/
|
|
3632
|
+
set collection(_) { }
|
|
3633
|
+
;
|
|
2252
3634
|
dsoOpenItem = new EventEmitter();
|
|
2253
3635
|
dsoCloseItem = new EventEmitter();
|
|
2254
3636
|
dsoClickItem = new EventEmitter();
|
|
@@ -2262,7 +3644,7 @@ let DsoTreeView = class DsoTreeView {
|
|
|
2262
3644
|
};
|
|
2263
3645
|
DsoTreeView = __decorate([
|
|
2264
3646
|
ProxyCmp({
|
|
2265
|
-
defineCustomElementFn: defineCustomElement$
|
|
3647
|
+
defineCustomElementFn: defineCustomElement$16,
|
|
2266
3648
|
inputs: ['collection'],
|
|
2267
3649
|
methods: ['focusItem']
|
|
2268
3650
|
})
|
|
@@ -2287,6 +3669,55 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2287
3669
|
let DsoViewerGrid = class DsoViewerGrid {
|
|
2288
3670
|
z;
|
|
2289
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
|
+
;
|
|
2290
3721
|
dsoCloseOverlay = new EventEmitter();
|
|
2291
3722
|
dsoCloseFilterPanel = new EventEmitter();
|
|
2292
3723
|
dsoActiveTabSwitch = new EventEmitter();
|
|
@@ -2304,7 +3735,7 @@ let DsoViewerGrid = class DsoViewerGrid {
|
|
|
2304
3735
|
};
|
|
2305
3736
|
DsoViewerGrid = __decorate([
|
|
2306
3737
|
ProxyCmp({
|
|
2307
|
-
defineCustomElementFn: defineCustomElement$
|
|
3738
|
+
defineCustomElementFn: defineCustomElement$17,
|
|
2308
3739
|
inputs: ['activeTab', 'documentPanelOpen', 'documentPanelSize', 'filterPanelOpen', 'filterPanelTitle', 'mainPanelExpanded', 'mainPanelHidden', 'mainSize', 'overlayOpen']
|
|
2309
3740
|
})
|
|
2310
3741
|
], DsoViewerGrid);
|
|
@@ -2336,6 +3767,41 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2336
3767
|
let DsotDocumentComponentDemo = class DsotDocumentComponentDemo {
|
|
2337
3768
|
z;
|
|
2338
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
|
+
;
|
|
2339
3805
|
dsotOzonContentClick = new EventEmitter();
|
|
2340
3806
|
dsotTableOfContentsClick = new EventEmitter();
|
|
2341
3807
|
constructor(c, r, z) {
|
|
@@ -2348,7 +3814,7 @@ let DsotDocumentComponentDemo = class DsotDocumentComponentDemo {
|
|
|
2348
3814
|
};
|
|
2349
3815
|
DsotDocumentComponentDemo = __decorate([
|
|
2350
3816
|
ProxyCmp({
|
|
2351
|
-
defineCustomElementFn: defineCustomElement$
|
|
3817
|
+
defineCustomElementFn: defineCustomElement$18,
|
|
2352
3818
|
inputs: ['jsonFile', 'mode', 'openDefault', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'showBesluitversie', 'showCanvas']
|
|
2353
3819
|
})
|
|
2354
3820
|
], DsotDocumentComponentDemo);
|
|
@@ -2427,6 +3893,7 @@ const DIRECTIVES = [
|
|
|
2427
3893
|
DsoRenvooi,
|
|
2428
3894
|
DsoResponsiveElement,
|
|
2429
3895
|
DsoScrollable,
|
|
3896
|
+
DsoSegmentedButton,
|
|
2430
3897
|
DsoSelectable,
|
|
2431
3898
|
DsoSkiplink,
|
|
2432
3899
|
DsoSlideToggle,
|
|
@@ -2442,16 +3909,130 @@ const DIRECTIVES = [
|
|
|
2442
3909
|
DsotDocumentComponentDemo
|
|
2443
3910
|
];
|
|
2444
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];
|
|
2445
4026
|
class DsoToolkitModule {
|
|
2446
4027
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2447
|
-
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, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo], 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, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo] });
|
|
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] });
|
|
2448
4029
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule });
|
|
2449
4030
|
}
|
|
2450
4031
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImport: i0, type: DsoToolkitModule, decorators: [{
|
|
2451
4032
|
type: NgModule,
|
|
2452
4033
|
args: [{
|
|
2453
|
-
imports: [...DIRECTIVES],
|
|
2454
|
-
exports: [...DIRECTIVES],
|
|
4034
|
+
imports: [...DIRECTIVES, ...VALUE_ACCESSORS],
|
|
4035
|
+
exports: [...DIRECTIVES, ...VALUE_ACCESSORS],
|
|
2455
4036
|
}]
|
|
2456
4037
|
}] });
|
|
2457
4038
|
|
|
@@ -2463,5 +4044,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.5", ngImpor
|
|
|
2463
4044
|
* Generated bundle index. Do not edit.
|
|
2464
4045
|
*/
|
|
2465
4046
|
|
|
2466
|
-
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, DsoLegendGroup, 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 };
|
|
2467
4048
|
//# sourceMappingURL=dso-toolkit-angular.mjs.map
|