@dso-toolkit/angular 83.1.0 → 84.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/dso-toolkit-angular.mjs +180 -72
- package/fesm2022/dso-toolkit-angular.mjs.map +1 -1
- package/index.d.ts +63 -6
- package/package.json +2 -2
|
@@ -36,38 +36,41 @@ import { defineCustomElement as defineCustomElement$v } from '@dso-toolkit/core/
|
|
|
36
36
|
import { defineCustomElement as defineCustomElement$w } from '@dso-toolkit/core/dist/components/dso-info-button.js';
|
|
37
37
|
import { defineCustomElement as defineCustomElement$x } from '@dso-toolkit/core/dist/components/dso-input-range.js';
|
|
38
38
|
import { defineCustomElement as defineCustomElement$y } from '@dso-toolkit/core/dist/components/dso-label.js';
|
|
39
|
-
import { defineCustomElement as defineCustomElement$z } from '@dso-toolkit/core/dist/components/dso-legend
|
|
40
|
-
import { defineCustomElement as defineCustomElement$A } from '@dso-toolkit/core/dist/components/dso-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$B } from '@dso-toolkit/core/dist/components/dso-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$C } from '@dso-toolkit/core/dist/components/dso-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$D } from '@dso-toolkit/core/dist/components/dso-map-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$E } from '@dso-toolkit/core/dist/components/dso-map-
|
|
45
|
-
import { defineCustomElement as defineCustomElement$F } from '@dso-toolkit/core/dist/components/dso-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$G } from '@dso-toolkit/core/dist/components/dso-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$H } from '@dso-toolkit/core/dist/components/dso-
|
|
48
|
-
import { defineCustomElement as defineCustomElement$I } from '@dso-toolkit/core/dist/components/dso-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$J } from '@dso-toolkit/core/dist/components/dso-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$K } from '@dso-toolkit/core/dist/components/dso-
|
|
51
|
-
import { defineCustomElement as defineCustomElement$L } from '@dso-toolkit/core/dist/components/dso-
|
|
52
|
-
import { defineCustomElement as defineCustomElement$M } from '@dso-toolkit/core/dist/components/dso-
|
|
53
|
-
import { defineCustomElement as defineCustomElement$N } from '@dso-toolkit/core/dist/components/dso-
|
|
54
|
-
import { defineCustomElement as defineCustomElement$O } from '@dso-toolkit/core/dist/components/dso-
|
|
55
|
-
import { defineCustomElement as defineCustomElement$P } from '@dso-toolkit/core/dist/components/dso-
|
|
56
|
-
import { defineCustomElement as defineCustomElement$Q } from '@dso-toolkit/core/dist/components/dso-
|
|
57
|
-
import { defineCustomElement as defineCustomElement$R } from '@dso-toolkit/core/dist/components/dso-
|
|
58
|
-
import { defineCustomElement as defineCustomElement$S } from '@dso-toolkit/core/dist/components/dso-
|
|
59
|
-
import { defineCustomElement as defineCustomElement$T } from '@dso-toolkit/core/dist/components/dso-
|
|
60
|
-
import { defineCustomElement as defineCustomElement$U } from '@dso-toolkit/core/dist/components/dso-
|
|
61
|
-
import { defineCustomElement as defineCustomElement$V } from '@dso-toolkit/core/dist/components/dso-
|
|
62
|
-
import { defineCustomElement as defineCustomElement$W } from '@dso-toolkit/core/dist/components/dso-
|
|
63
|
-
import { defineCustomElement as defineCustomElement$X } from '@dso-toolkit/core/dist/components/dso-
|
|
64
|
-
import { defineCustomElement as defineCustomElement$Y } from '@dso-toolkit/core/dist/components/dso-
|
|
65
|
-
import { defineCustomElement as defineCustomElement$Z } from '@dso-toolkit/core/dist/components/dso-
|
|
66
|
-
import { defineCustomElement as defineCustomElement$_ } from '@dso-toolkit/core/dist/components/dso-
|
|
67
|
-
import { defineCustomElement as defineCustomElement$$ } from '@dso-toolkit/core/dist/components/dso-
|
|
68
|
-
import { defineCustomElement as defineCustomElement$10 } from '@dso-toolkit/core/dist/components/dso-
|
|
69
|
-
import { defineCustomElement as defineCustomElement$11 } from '@dso-toolkit/core/dist/components/dso-
|
|
70
|
-
import { defineCustomElement as defineCustomElement$12 } from '@dso-toolkit/core/dist/components/
|
|
39
|
+
import { defineCustomElement as defineCustomElement$z } from '@dso-toolkit/core/dist/components/dso-legend.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$A } from '@dso-toolkit/core/dist/components/dso-legend-item.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$B } from '@dso-toolkit/core/dist/components/dso-list-button.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$C } from '@dso-toolkit/core/dist/components/dso-logo.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$D } from '@dso-toolkit/core/dist/components/dso-map-base-layers.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$E } from '@dso-toolkit/core/dist/components/dso-map-controls.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$F } from '@dso-toolkit/core/dist/components/dso-map-layer.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$G } from '@dso-toolkit/core/dist/components/dso-map-layer-object.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$H } from '@dso-toolkit/core/dist/components/dso-map-overlays.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$I } from '@dso-toolkit/core/dist/components/dso-mark-bar.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$J } from '@dso-toolkit/core/dist/components/dso-modal.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$K } from '@dso-toolkit/core/dist/components/dso-onboarding-tip.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$L } from '@dso-toolkit/core/dist/components/dso-ozon-content.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$M } from '@dso-toolkit/core/dist/components/dso-ozon-content-toggletip.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$N } from '@dso-toolkit/core/dist/components/dso-pagination.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$O } from '@dso-toolkit/core/dist/components/dso-panel.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$P } from '@dso-toolkit/core/dist/components/dso-plekinfo-card.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$Q } from '@dso-toolkit/core/dist/components/dso-progress-indicator.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$R } from '@dso-toolkit/core/dist/components/dso-project-item.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$S } from '@dso-toolkit/core/dist/components/dso-renvooi.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$T } from '@dso-toolkit/core/dist/components/dso-responsive-element.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$U } from '@dso-toolkit/core/dist/components/dso-scrollable.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$V } from '@dso-toolkit/core/dist/components/dso-selectable.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$W } from '@dso-toolkit/core/dist/components/dso-skiplink.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$X } from '@dso-toolkit/core/dist/components/dso-slide-toggle.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$Y } from '@dso-toolkit/core/dist/components/dso-survey-rating.js';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$Z } from '@dso-toolkit/core/dist/components/dso-tab.js';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$_ } from '@dso-toolkit/core/dist/components/dso-table.js';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$$ } from '@dso-toolkit/core/dist/components/dso-tabs.js';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$10 } from '@dso-toolkit/core/dist/components/dso-tijdreis-banner.js';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$11 } from '@dso-toolkit/core/dist/components/dso-toggletip.js';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$12 } from '@dso-toolkit/core/dist/components/dso-tooltip.js';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$13 } from '@dso-toolkit/core/dist/components/dso-tree-view.js';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$14 } from '@dso-toolkit/core/dist/components/dso-viewer-grid.js';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$15 } from '@dso-toolkit/core/dist/components/dsot-document-component-demo.js';
|
|
71
74
|
|
|
72
75
|
/* eslint-disable */
|
|
73
76
|
/* tslint:disable */
|
|
@@ -512,12 +515,12 @@ let DsoAutosuggest = class DsoAutosuggest {
|
|
|
512
515
|
this.el = r.nativeElement;
|
|
513
516
|
}
|
|
514
517
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoAutosuggest, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
515
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: DsoAutosuggest, isStandalone: true, selector: "dso-autosuggest", inputs: { loading: "loading", loadingDelayed: "loadingDelayed", loadingLabel: "loadingLabel", mark: "mark", notFoundLabel: "notFoundLabel",
|
|
518
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: DsoAutosuggest, isStandalone: true, selector: "dso-autosuggest", inputs: { loading: "loading", loadingDelayed: "loadingDelayed", loadingLabel: "loadingLabel", mark: "mark", notFoundLabel: "notFoundLabel", suggestions: "suggestions" }, outputs: { dsoSelect: "dsoSelect", dsoChange: "dsoChange", dsoSearch: "dsoSearch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
516
519
|
};
|
|
517
520
|
DsoAutosuggest = __decorate([
|
|
518
521
|
ProxyCmp({
|
|
519
522
|
defineCustomElementFn: defineCustomElement$d,
|
|
520
|
-
inputs: ['loading', 'loadingDelayed', 'loadingLabel', 'mark', 'notFoundLabel', '
|
|
523
|
+
inputs: ['loading', 'loadingDelayed', 'loadingLabel', 'mark', 'notFoundLabel', 'suggestions']
|
|
521
524
|
})
|
|
522
525
|
], DsoAutosuggest);
|
|
523
526
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoAutosuggest, decorators: [{
|
|
@@ -527,7 +530,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
527
530
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
528
531
|
template: '<ng-content></ng-content>',
|
|
529
532
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
530
|
-
inputs: ['loading', 'loadingDelayed', 'loadingLabel', 'mark', 'notFoundLabel', '
|
|
533
|
+
inputs: ['loading', 'loadingDelayed', 'loadingLabel', 'mark', 'notFoundLabel', 'suggestions'], outputs: ['dsoSelect', 'dsoChange', 'dsoSearch'],
|
|
531
534
|
standalone: true
|
|
532
535
|
}]
|
|
533
536
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoSelect: [{
|
|
@@ -1192,6 +1195,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1192
1195
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoRemoveClick: [{
|
|
1193
1196
|
type: Output
|
|
1194
1197
|
}] } });
|
|
1198
|
+
let DsoLegend = class DsoLegend {
|
|
1199
|
+
z;
|
|
1200
|
+
dsoContentSwitch = new EventEmitter();
|
|
1201
|
+
dsoClose = new EventEmitter();
|
|
1202
|
+
el;
|
|
1203
|
+
constructor(c, r, z) {
|
|
1204
|
+
this.z = z;
|
|
1205
|
+
c.detach();
|
|
1206
|
+
this.el = r.nativeElement;
|
|
1207
|
+
}
|
|
1208
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoLegend, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1209
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: DsoLegend, isStandalone: true, selector: "dso-legend", inputs: { tabItems: "tabItems" }, outputs: { dsoContentSwitch: "dsoContentSwitch", dsoClose: "dsoClose" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1210
|
+
};
|
|
1211
|
+
DsoLegend = __decorate([
|
|
1212
|
+
ProxyCmp({
|
|
1213
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1214
|
+
inputs: ['tabItems']
|
|
1215
|
+
})
|
|
1216
|
+
], DsoLegend);
|
|
1217
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoLegend, decorators: [{
|
|
1218
|
+
type: Component,
|
|
1219
|
+
args: [{
|
|
1220
|
+
selector: 'dso-legend',
|
|
1221
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1222
|
+
template: '<ng-content></ng-content>',
|
|
1223
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1224
|
+
inputs: ['tabItems'], outputs: ['dsoContentSwitch', 'dsoClose'],
|
|
1225
|
+
standalone: true
|
|
1226
|
+
}]
|
|
1227
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoContentSwitch: [{
|
|
1228
|
+
type: Output
|
|
1229
|
+
}], dsoClose: [{
|
|
1230
|
+
type: Output
|
|
1231
|
+
}] } });
|
|
1195
1232
|
let DsoLegendItem = class DsoLegendItem {
|
|
1196
1233
|
z;
|
|
1197
1234
|
dsoActiveChange = new EventEmitter();
|
|
@@ -1208,7 +1245,7 @@ let DsoLegendItem = class DsoLegendItem {
|
|
|
1208
1245
|
};
|
|
1209
1246
|
DsoLegendItem = __decorate([
|
|
1210
1247
|
ProxyCmp({
|
|
1211
|
-
defineCustomElementFn: defineCustomElement$
|
|
1248
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1212
1249
|
inputs: ['activatable', 'active', 'disabled', 'disabledMessage']
|
|
1213
1250
|
})
|
|
1214
1251
|
], DsoLegendItem);
|
|
@@ -1244,7 +1281,7 @@ let DsoListButton = class DsoListButton {
|
|
|
1244
1281
|
};
|
|
1245
1282
|
DsoListButton = __decorate([
|
|
1246
1283
|
ProxyCmp({
|
|
1247
|
-
defineCustomElementFn: defineCustomElement$
|
|
1284
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1248
1285
|
inputs: ['checked', 'count', 'disabled', 'label', 'max', 'min', 'subcontentPrefix', 'sublabel']
|
|
1249
1286
|
})
|
|
1250
1287
|
], DsoListButton);
|
|
@@ -1278,7 +1315,7 @@ let DsoLogo = class DsoLogo {
|
|
|
1278
1315
|
};
|
|
1279
1316
|
DsoLogo = __decorate([
|
|
1280
1317
|
ProxyCmp({
|
|
1281
|
-
defineCustomElementFn: defineCustomElement$
|
|
1318
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1282
1319
|
inputs: ['label', 'labelUrl', 'logoUrl', 'name', 'ribbon']
|
|
1283
1320
|
})
|
|
1284
1321
|
], DsoLogo);
|
|
@@ -1311,7 +1348,7 @@ let DsoMapBaseLayers = class DsoMapBaseLayers {
|
|
|
1311
1348
|
};
|
|
1312
1349
|
DsoMapBaseLayers = __decorate([
|
|
1313
1350
|
ProxyCmp({
|
|
1314
|
-
defineCustomElementFn: defineCustomElement$
|
|
1351
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1315
1352
|
inputs: ['baseLayers', 'group']
|
|
1316
1353
|
})
|
|
1317
1354
|
], DsoMapBaseLayers);
|
|
@@ -1344,7 +1381,7 @@ let DsoMapControls = class DsoMapControls {
|
|
|
1344
1381
|
};
|
|
1345
1382
|
DsoMapControls = __decorate([
|
|
1346
1383
|
ProxyCmp({
|
|
1347
|
-
defineCustomElementFn: defineCustomElement$
|
|
1384
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1348
1385
|
inputs: ['disableZoom', 'open'],
|
|
1349
1386
|
methods: ['toggleVisibility']
|
|
1350
1387
|
})
|
|
@@ -1366,6 +1403,74 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1366
1403
|
}], dsoToggle: [{
|
|
1367
1404
|
type: Output
|
|
1368
1405
|
}] } });
|
|
1406
|
+
let DsoMapLayer = class DsoMapLayer {
|
|
1407
|
+
z;
|
|
1408
|
+
dsoActiveChange = new EventEmitter();
|
|
1409
|
+
el;
|
|
1410
|
+
constructor(c, r, z) {
|
|
1411
|
+
this.z = z;
|
|
1412
|
+
c.detach();
|
|
1413
|
+
this.el = r.nativeElement;
|
|
1414
|
+
}
|
|
1415
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoMapLayer, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1416
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: DsoMapLayer, isStandalone: true, selector: "dso-map-layer", inputs: { activatable: "activatable", active: "active", label: "label" }, outputs: { dsoActiveChange: "dsoActiveChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1417
|
+
};
|
|
1418
|
+
DsoMapLayer = __decorate([
|
|
1419
|
+
ProxyCmp({
|
|
1420
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1421
|
+
inputs: ['activatable', 'active', 'label']
|
|
1422
|
+
})
|
|
1423
|
+
], DsoMapLayer);
|
|
1424
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoMapLayer, decorators: [{
|
|
1425
|
+
type: Component,
|
|
1426
|
+
args: [{
|
|
1427
|
+
selector: 'dso-map-layer',
|
|
1428
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1429
|
+
template: '<ng-content></ng-content>',
|
|
1430
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1431
|
+
inputs: ['activatable', 'active', 'label'], outputs: ['dsoActiveChange'],
|
|
1432
|
+
standalone: true
|
|
1433
|
+
}]
|
|
1434
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
1435
|
+
type: Output
|
|
1436
|
+
}] } });
|
|
1437
|
+
let DsoMapLayerObject = class DsoMapLayerObject {
|
|
1438
|
+
z;
|
|
1439
|
+
dsoActiveChange = new EventEmitter();
|
|
1440
|
+
dsoMouseEnter = new EventEmitter();
|
|
1441
|
+
dsoMouseLeave = new EventEmitter();
|
|
1442
|
+
el;
|
|
1443
|
+
constructor(c, r, z) {
|
|
1444
|
+
this.z = z;
|
|
1445
|
+
c.detach();
|
|
1446
|
+
this.el = r.nativeElement;
|
|
1447
|
+
}
|
|
1448
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoMapLayerObject, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1449
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: DsoMapLayerObject, isStandalone: true, selector: "dso-map-layer-object", inputs: { active: "active" }, outputs: { dsoActiveChange: "dsoActiveChange", dsoMouseEnter: "dsoMouseEnter", dsoMouseLeave: "dsoMouseLeave" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1450
|
+
};
|
|
1451
|
+
DsoMapLayerObject = __decorate([
|
|
1452
|
+
ProxyCmp({
|
|
1453
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1454
|
+
inputs: ['active']
|
|
1455
|
+
})
|
|
1456
|
+
], DsoMapLayerObject);
|
|
1457
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoMapLayerObject, decorators: [{
|
|
1458
|
+
type: Component,
|
|
1459
|
+
args: [{
|
|
1460
|
+
selector: 'dso-map-layer-object',
|
|
1461
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1462
|
+
template: '<ng-content></ng-content>',
|
|
1463
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1464
|
+
inputs: ['active'], outputs: ['dsoActiveChange', 'dsoMouseEnter', 'dsoMouseLeave'],
|
|
1465
|
+
standalone: true
|
|
1466
|
+
}]
|
|
1467
|
+
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoActiveChange: [{
|
|
1468
|
+
type: Output
|
|
1469
|
+
}], dsoMouseEnter: [{
|
|
1470
|
+
type: Output
|
|
1471
|
+
}], dsoMouseLeave: [{
|
|
1472
|
+
type: Output
|
|
1473
|
+
}] } });
|
|
1369
1474
|
let DsoMapOverlays = class DsoMapOverlays {
|
|
1370
1475
|
z;
|
|
1371
1476
|
dsoToggleOverlay = new EventEmitter();
|
|
@@ -1380,7 +1485,7 @@ let DsoMapOverlays = class DsoMapOverlays {
|
|
|
1380
1485
|
};
|
|
1381
1486
|
DsoMapOverlays = __decorate([
|
|
1382
1487
|
ProxyCmp({
|
|
1383
|
-
defineCustomElementFn: defineCustomElement$
|
|
1488
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1384
1489
|
inputs: ['group', 'overlays']
|
|
1385
1490
|
})
|
|
1386
1491
|
], DsoMapOverlays);
|
|
@@ -1414,7 +1519,7 @@ let DsoMarkBar = class DsoMarkBar {
|
|
|
1414
1519
|
};
|
|
1415
1520
|
DsoMarkBar = __decorate([
|
|
1416
1521
|
ProxyCmp({
|
|
1417
|
-
defineCustomElementFn: defineCustomElement$
|
|
1522
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1418
1523
|
inputs: ['current', 'label', 'totalCount', 'value'],
|
|
1419
1524
|
methods: ['dsoFocus']
|
|
1420
1525
|
})
|
|
@@ -1452,7 +1557,7 @@ let DsoModal = class DsoModal {
|
|
|
1452
1557
|
};
|
|
1453
1558
|
DsoModal = __decorate([
|
|
1454
1559
|
ProxyCmp({
|
|
1455
|
-
defineCustomElementFn: defineCustomElement$
|
|
1560
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1456
1561
|
inputs: ['closable', 'dialogRole', 'fullscreen', 'modalTitle', 'returnFocus']
|
|
1457
1562
|
})
|
|
1458
1563
|
], DsoModal);
|
|
@@ -1483,7 +1588,7 @@ let DsoOnboardingTip = class DsoOnboardingTip {
|
|
|
1483
1588
|
};
|
|
1484
1589
|
DsoOnboardingTip = __decorate([
|
|
1485
1590
|
ProxyCmp({
|
|
1486
|
-
defineCustomElementFn: defineCustomElement$
|
|
1591
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1487
1592
|
inputs: ['placement']
|
|
1488
1593
|
})
|
|
1489
1594
|
], DsoOnboardingTip);
|
|
@@ -1511,12 +1616,12 @@ let DsoOzonContent = class DsoOzonContent {
|
|
|
1511
1616
|
this.el = r.nativeElement;
|
|
1512
1617
|
}
|
|
1513
1618
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoOzonContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1514
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: DsoOzonContent, isStandalone: true, selector: "dso-ozon-content", inputs: { begripResolver: "begripResolver", content: "content", inline: "inline", mark: "mark", urlResolver: "urlResolver" }, outputs: { dsoClick: "dsoClick", dsoOzonContentMarkItemHighlight: "dsoOzonContentMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1619
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.13", type: DsoOzonContent, isStandalone: true, selector: "dso-ozon-content", inputs: { annotated: "annotated", begripResolver: "begripResolver", content: "content", inline: "inline", mark: "mark", urlResolver: "urlResolver" }, outputs: { dsoClick: "dsoClick", dsoOzonContentMarkItemHighlight: "dsoOzonContentMarkItemHighlight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1515
1620
|
};
|
|
1516
1621
|
DsoOzonContent = __decorate([
|
|
1517
1622
|
ProxyCmp({
|
|
1518
|
-
defineCustomElementFn: defineCustomElement$
|
|
1519
|
-
inputs: ['begripResolver', 'content', 'inline', 'mark', 'urlResolver']
|
|
1623
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1624
|
+
inputs: ['annotated', 'begripResolver', 'content', 'inline', 'mark', 'urlResolver']
|
|
1520
1625
|
})
|
|
1521
1626
|
], DsoOzonContent);
|
|
1522
1627
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoOzonContent, decorators: [{
|
|
@@ -1526,7 +1631,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1526
1631
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1527
1632
|
template: '<ng-content></ng-content>',
|
|
1528
1633
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1529
|
-
inputs: ['begripResolver', 'content', 'inline', 'mark', 'urlResolver'], outputs: ['dsoClick', 'dsoOzonContentMarkItemHighlight'],
|
|
1634
|
+
inputs: ['annotated', 'begripResolver', 'content', 'inline', 'mark', 'urlResolver'], outputs: ['dsoClick', 'dsoOzonContentMarkItemHighlight'],
|
|
1530
1635
|
standalone: true
|
|
1531
1636
|
}]
|
|
1532
1637
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClick: [{
|
|
@@ -1547,7 +1652,7 @@ let DsoOzonContentToggletip = class DsoOzonContentToggletip {
|
|
|
1547
1652
|
};
|
|
1548
1653
|
DsoOzonContentToggletip = __decorate([
|
|
1549
1654
|
ProxyCmp({
|
|
1550
|
-
defineCustomElementFn: defineCustomElement$
|
|
1655
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1551
1656
|
inputs: ['icon']
|
|
1552
1657
|
})
|
|
1553
1658
|
], DsoOzonContentToggletip);
|
|
@@ -1576,7 +1681,7 @@ let DsoPagination = class DsoPagination {
|
|
|
1576
1681
|
};
|
|
1577
1682
|
DsoPagination = __decorate([
|
|
1578
1683
|
ProxyCmp({
|
|
1579
|
-
defineCustomElementFn: defineCustomElement$
|
|
1684
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1580
1685
|
inputs: ['currentPage', 'formatHref', 'totalPages']
|
|
1581
1686
|
})
|
|
1582
1687
|
], DsoPagination);
|
|
@@ -1607,7 +1712,7 @@ let DsoPanel = class DsoPanel {
|
|
|
1607
1712
|
};
|
|
1608
1713
|
DsoPanel = __decorate([
|
|
1609
1714
|
ProxyCmp({
|
|
1610
|
-
defineCustomElementFn: defineCustomElement$
|
|
1715
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1611
1716
|
inputs: ['closeButtonLabel', 'emphasized']
|
|
1612
1717
|
})
|
|
1613
1718
|
], DsoPanel);
|
|
@@ -1638,7 +1743,7 @@ let DsoPlekinfoCard = class DsoPlekinfoCard {
|
|
|
1638
1743
|
};
|
|
1639
1744
|
DsoPlekinfoCard = __decorate([
|
|
1640
1745
|
ProxyCmp({
|
|
1641
|
-
defineCustomElementFn: defineCustomElement$
|
|
1746
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1642
1747
|
inputs: ['active', 'href', 'targetBlank', 'wijzigactie']
|
|
1643
1748
|
})
|
|
1644
1749
|
], DsoPlekinfoCard);
|
|
@@ -1668,7 +1773,7 @@ let DsoProgressIndicator = class DsoProgressIndicator {
|
|
|
1668
1773
|
};
|
|
1669
1774
|
DsoProgressIndicator = __decorate([
|
|
1670
1775
|
ProxyCmp({
|
|
1671
|
-
defineCustomElementFn: defineCustomElement$
|
|
1776
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1672
1777
|
inputs: ['block', 'label', 'size']
|
|
1673
1778
|
})
|
|
1674
1779
|
], DsoProgressIndicator);
|
|
@@ -1696,7 +1801,7 @@ let DsoProjectItem = class DsoProjectItem {
|
|
|
1696
1801
|
};
|
|
1697
1802
|
DsoProjectItem = __decorate([
|
|
1698
1803
|
ProxyCmp({
|
|
1699
|
-
defineCustomElementFn: defineCustomElement$
|
|
1804
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1700
1805
|
inputs: ['label']
|
|
1701
1806
|
})
|
|
1702
1807
|
], DsoProjectItem);
|
|
@@ -1725,7 +1830,7 @@ let DsoRenvooi = class DsoRenvooi {
|
|
|
1725
1830
|
};
|
|
1726
1831
|
DsoRenvooi = __decorate([
|
|
1727
1832
|
ProxyCmp({
|
|
1728
|
-
defineCustomElementFn: defineCustomElement$
|
|
1833
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1729
1834
|
inputs: ['mark', 'value']
|
|
1730
1835
|
})
|
|
1731
1836
|
], DsoRenvooi);
|
|
@@ -1756,7 +1861,7 @@ let DsoResponsiveElement = class DsoResponsiveElement {
|
|
|
1756
1861
|
};
|
|
1757
1862
|
DsoResponsiveElement = __decorate([
|
|
1758
1863
|
ProxyCmp({
|
|
1759
|
-
defineCustomElementFn: defineCustomElement$
|
|
1864
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1760
1865
|
methods: ['getSize']
|
|
1761
1866
|
})
|
|
1762
1867
|
], DsoResponsiveElement);
|
|
@@ -1787,7 +1892,7 @@ let DsoScrollable = class DsoScrollable {
|
|
|
1787
1892
|
};
|
|
1788
1893
|
DsoScrollable = __decorate([
|
|
1789
1894
|
ProxyCmp({
|
|
1790
|
-
defineCustomElementFn: defineCustomElement$
|
|
1895
|
+
defineCustomElementFn: defineCustomElement$U
|
|
1791
1896
|
})
|
|
1792
1897
|
], DsoScrollable);
|
|
1793
1898
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoScrollable, decorators: [{
|
|
@@ -1817,7 +1922,7 @@ let DsoSelectable = class DsoSelectable {
|
|
|
1817
1922
|
};
|
|
1818
1923
|
DsoSelectable = __decorate([
|
|
1819
1924
|
ProxyCmp({
|
|
1820
|
-
defineCustomElementFn: defineCustomElement$
|
|
1925
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1821
1926
|
inputs: ['checked', 'describedById', 'disabled', 'identifier', 'indeterminate', 'infoFixed', 'invalid', 'labelledById', 'name', 'required', 'type', 'value'],
|
|
1822
1927
|
methods: ['toggleInfo']
|
|
1823
1928
|
})
|
|
@@ -1849,7 +1954,7 @@ let DsoSkiplink = class DsoSkiplink {
|
|
|
1849
1954
|
};
|
|
1850
1955
|
DsoSkiplink = __decorate([
|
|
1851
1956
|
ProxyCmp({
|
|
1852
|
-
defineCustomElementFn: defineCustomElement$
|
|
1957
|
+
defineCustomElementFn: defineCustomElement$W,
|
|
1853
1958
|
inputs: ['label', 'to']
|
|
1854
1959
|
})
|
|
1855
1960
|
], DsoSkiplink);
|
|
@@ -1880,7 +1985,7 @@ let DsoSlideToggle = class DsoSlideToggle {
|
|
|
1880
1985
|
};
|
|
1881
1986
|
DsoSlideToggle = __decorate([
|
|
1882
1987
|
ProxyCmp({
|
|
1883
|
-
defineCustomElementFn: defineCustomElement$
|
|
1988
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
1884
1989
|
inputs: ['accessibleLabel', 'checked', 'disabled', 'identifier', 'labelledbyId']
|
|
1885
1990
|
})
|
|
1886
1991
|
], DsoSlideToggle);
|
|
@@ -1912,7 +2017,7 @@ let DsoSurveyRating = class DsoSurveyRating {
|
|
|
1912
2017
|
};
|
|
1913
2018
|
DsoSurveyRating = __decorate([
|
|
1914
2019
|
ProxyCmp({
|
|
1915
|
-
defineCustomElementFn: defineCustomElement$
|
|
2020
|
+
defineCustomElementFn: defineCustomElement$Y
|
|
1916
2021
|
})
|
|
1917
2022
|
], DsoSurveyRating);
|
|
1918
2023
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoSurveyRating, decorators: [{
|
|
@@ -1944,7 +2049,7 @@ let DsoTab = class DsoTab {
|
|
|
1944
2049
|
};
|
|
1945
2050
|
DsoTab = __decorate([
|
|
1946
2051
|
ProxyCmp({
|
|
1947
|
-
defineCustomElementFn: defineCustomElement$
|
|
2052
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
1948
2053
|
inputs: ['active', 'disabled', 'href']
|
|
1949
2054
|
})
|
|
1950
2055
|
], DsoTab);
|
|
@@ -1974,7 +2079,7 @@ let DsoTable = class DsoTable {
|
|
|
1974
2079
|
};
|
|
1975
2080
|
DsoTable = __decorate([
|
|
1976
2081
|
ProxyCmp({
|
|
1977
|
-
defineCustomElementFn: defineCustomElement$
|
|
2082
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
1978
2083
|
inputs: ['noModal']
|
|
1979
2084
|
})
|
|
1980
2085
|
], DsoTable);
|
|
@@ -2002,7 +2107,7 @@ let DsoTabs = class DsoTabs {
|
|
|
2002
2107
|
};
|
|
2003
2108
|
DsoTabs = __decorate([
|
|
2004
2109
|
ProxyCmp({
|
|
2005
|
-
defineCustomElementFn: defineCustomElement
|
|
2110
|
+
defineCustomElementFn: defineCustomElement$$
|
|
2006
2111
|
})
|
|
2007
2112
|
], DsoTabs);
|
|
2008
2113
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoTabs, decorators: [{
|
|
@@ -2029,7 +2134,7 @@ let DsoTijdreisBanner = class DsoTijdreisBanner {
|
|
|
2029
2134
|
};
|
|
2030
2135
|
DsoTijdreisBanner = __decorate([
|
|
2031
2136
|
ProxyCmp({
|
|
2032
|
-
defineCustomElementFn: defineCustomElement$
|
|
2137
|
+
defineCustomElementFn: defineCustomElement$10
|
|
2033
2138
|
})
|
|
2034
2139
|
], DsoTijdreisBanner);
|
|
2035
2140
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoTijdreisBanner, decorators: [{
|
|
@@ -2056,7 +2161,7 @@ let DsoToggletip = class DsoToggletip {
|
|
|
2056
2161
|
};
|
|
2057
2162
|
DsoToggletip = __decorate([
|
|
2058
2163
|
ProxyCmp({
|
|
2059
|
-
defineCustomElementFn: defineCustomElement$
|
|
2164
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
2060
2165
|
inputs: ['label', 'position', 'secondary', 'small']
|
|
2061
2166
|
})
|
|
2062
2167
|
], DsoToggletip);
|
|
@@ -2084,7 +2189,7 @@ let DsoTooltip = class DsoTooltip {
|
|
|
2084
2189
|
};
|
|
2085
2190
|
DsoTooltip = __decorate([
|
|
2086
2191
|
ProxyCmp({
|
|
2087
|
-
defineCustomElementFn: defineCustomElement
|
|
2192
|
+
defineCustomElementFn: defineCustomElement$12,
|
|
2088
2193
|
inputs: ['active', 'descriptive', 'noArrow', 'position', 'small', 'stateless', 'strategy'],
|
|
2089
2194
|
methods: ['activate', 'deactivate']
|
|
2090
2195
|
})
|
|
@@ -2116,7 +2221,7 @@ let DsoTreeView = class DsoTreeView {
|
|
|
2116
2221
|
};
|
|
2117
2222
|
DsoTreeView = __decorate([
|
|
2118
2223
|
ProxyCmp({
|
|
2119
|
-
defineCustomElementFn: defineCustomElement$
|
|
2224
|
+
defineCustomElementFn: defineCustomElement$13,
|
|
2120
2225
|
inputs: ['collection'],
|
|
2121
2226
|
methods: ['focusItem']
|
|
2122
2227
|
})
|
|
@@ -2158,7 +2263,7 @@ let DsoViewerGrid = class DsoViewerGrid {
|
|
|
2158
2263
|
};
|
|
2159
2264
|
DsoViewerGrid = __decorate([
|
|
2160
2265
|
ProxyCmp({
|
|
2161
|
-
defineCustomElementFn: defineCustomElement$
|
|
2266
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
2162
2267
|
inputs: ['activeTab', 'documentPanelOpen', 'documentPanelSize', 'filterPanelOpen', 'filterPanelTitle', 'mainPanelExpanded', 'mainPanelHidden', 'mainSize', 'overlayOpen']
|
|
2163
2268
|
})
|
|
2164
2269
|
], DsoViewerGrid);
|
|
@@ -2202,7 +2307,7 @@ let DsotDocumentComponentDemo = class DsotDocumentComponentDemo {
|
|
|
2202
2307
|
};
|
|
2203
2308
|
DsotDocumentComponentDemo = __decorate([
|
|
2204
2309
|
ProxyCmp({
|
|
2205
|
-
defineCustomElementFn: defineCustomElement$
|
|
2310
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2206
2311
|
inputs: ['jsonFile', 'mode', 'openDefault', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'showCanvas']
|
|
2207
2312
|
})
|
|
2208
2313
|
], DsotDocumentComponentDemo);
|
|
@@ -2257,11 +2362,14 @@ const DIRECTIVES = [
|
|
|
2257
2362
|
DsoInfoButton,
|
|
2258
2363
|
DsoInputRange,
|
|
2259
2364
|
DsoLabel,
|
|
2365
|
+
DsoLegend,
|
|
2260
2366
|
DsoLegendItem,
|
|
2261
2367
|
DsoListButton,
|
|
2262
2368
|
DsoLogo,
|
|
2263
2369
|
DsoMapBaseLayers,
|
|
2264
2370
|
DsoMapControls,
|
|
2371
|
+
DsoMapLayer,
|
|
2372
|
+
DsoMapLayerObject,
|
|
2265
2373
|
DsoMapOverlays,
|
|
2266
2374
|
DsoMarkBar,
|
|
2267
2375
|
DsoModal,
|
|
@@ -2293,7 +2401,7 @@ const DIRECTIVES = [
|
|
|
2293
2401
|
|
|
2294
2402
|
class DsoToolkitModule {
|
|
2295
2403
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoToolkitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2296
|
-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: DsoToolkitModule, imports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, 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, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, 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] });
|
|
2404
|
+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.3.13", ngImport: i0, type: DsoToolkitModule, imports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo], exports: [DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo] });
|
|
2297
2405
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoToolkitModule });
|
|
2298
2406
|
}
|
|
2299
2407
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoToolkitModule, decorators: [{
|
|
@@ -2312,5 +2420,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2312
2420
|
* Generated bundle index. Do not edit.
|
|
2313
2421
|
*/
|
|
2314
2422
|
|
|
2315
|
-
export { DIRECTIVES, DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, 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 };
|
|
2423
|
+
export { DIRECTIVES, DsoAccordion, DsoAccordionSection, DsoActionList, DsoActionListItem, DsoAdvancedSelect, DsoAlert, DsoAnnotationActiviteit, DsoAnnotationGebiedsaanwijzing, DsoAnnotationKaart, DsoAnnotationLocatie, DsoAnnotationOmgevingsnormwaarde, DsoAttachmentsCounter, DsoAutosuggest, DsoBadge, DsoBanner, DsoButtonGroup, DsoCard, DsoCardContainer, DsoContactInformation, DsoDatePicker, DsoDocumentCard, DsoDocumentComponent, DsoDropdownMenu, DsoExpandable, DsoHeader, DsoHighlightBox, DsoHistoryItem, DsoIcon, DsoIconButton, DsoImageOverlay, DsoInfo, DsoInfoButton, DsoInputRange, DsoLabel, DsoLegend, DsoLegendItem, DsoListButton, DsoLogo, DsoMapBaseLayers, DsoMapControls, DsoMapLayer, DsoMapLayerObject, DsoMapOverlays, DsoMarkBar, DsoModal, DsoOnboardingTip, DsoOzonContent, DsoOzonContentToggletip, DsoPagination, DsoPanel, DsoPlekinfoCard, DsoProgressIndicator, DsoProjectItem, DsoRenvooi, DsoResponsiveElement, DsoScrollable, DsoSelectable, DsoSkiplink, DsoSlideToggle, DsoSurveyRating, DsoTab, DsoTable, DsoTabs, DsoTijdreisBanner, DsoToggletip, DsoToolkitModule, DsoTooltip, DsoTreeView, DsoViewerGrid, DsotDocumentComponentDemo };
|
|
2316
2424
|
//# sourceMappingURL=dso-toolkit-angular.mjs.map
|