@dso-toolkit/angular 84.0.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 +109 -73
- package/fesm2022/dso-toolkit-angular.mjs.map +1 -1
- package/index.d.ts +24 -5
- package/package.json +2 -2
|
@@ -36,40 +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-map-layer
|
|
46
|
-
import { defineCustomElement as defineCustomElement$G } from '@dso-toolkit/core/dist/components/dso-map-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$H } from '@dso-toolkit/core/dist/components/dso-
|
|
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-ozon-content
|
|
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/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/
|
|
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';
|
|
73
74
|
|
|
74
75
|
/* eslint-disable */
|
|
75
76
|
/* tslint:disable */
|
|
@@ -1194,6 +1195,40 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1194
1195
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoRemoveClick: [{
|
|
1195
1196
|
type: Output
|
|
1196
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
|
+
}] } });
|
|
1197
1232
|
let DsoLegendItem = class DsoLegendItem {
|
|
1198
1233
|
z;
|
|
1199
1234
|
dsoActiveChange = new EventEmitter();
|
|
@@ -1210,7 +1245,7 @@ let DsoLegendItem = class DsoLegendItem {
|
|
|
1210
1245
|
};
|
|
1211
1246
|
DsoLegendItem = __decorate([
|
|
1212
1247
|
ProxyCmp({
|
|
1213
|
-
defineCustomElementFn: defineCustomElement$
|
|
1248
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1214
1249
|
inputs: ['activatable', 'active', 'disabled', 'disabledMessage']
|
|
1215
1250
|
})
|
|
1216
1251
|
], DsoLegendItem);
|
|
@@ -1246,7 +1281,7 @@ let DsoListButton = class DsoListButton {
|
|
|
1246
1281
|
};
|
|
1247
1282
|
DsoListButton = __decorate([
|
|
1248
1283
|
ProxyCmp({
|
|
1249
|
-
defineCustomElementFn: defineCustomElement$
|
|
1284
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1250
1285
|
inputs: ['checked', 'count', 'disabled', 'label', 'max', 'min', 'subcontentPrefix', 'sublabel']
|
|
1251
1286
|
})
|
|
1252
1287
|
], DsoListButton);
|
|
@@ -1280,7 +1315,7 @@ let DsoLogo = class DsoLogo {
|
|
|
1280
1315
|
};
|
|
1281
1316
|
DsoLogo = __decorate([
|
|
1282
1317
|
ProxyCmp({
|
|
1283
|
-
defineCustomElementFn: defineCustomElement$
|
|
1318
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1284
1319
|
inputs: ['label', 'labelUrl', 'logoUrl', 'name', 'ribbon']
|
|
1285
1320
|
})
|
|
1286
1321
|
], DsoLogo);
|
|
@@ -1313,7 +1348,7 @@ let DsoMapBaseLayers = class DsoMapBaseLayers {
|
|
|
1313
1348
|
};
|
|
1314
1349
|
DsoMapBaseLayers = __decorate([
|
|
1315
1350
|
ProxyCmp({
|
|
1316
|
-
defineCustomElementFn: defineCustomElement$
|
|
1351
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1317
1352
|
inputs: ['baseLayers', 'group']
|
|
1318
1353
|
})
|
|
1319
1354
|
], DsoMapBaseLayers);
|
|
@@ -1346,7 +1381,7 @@ let DsoMapControls = class DsoMapControls {
|
|
|
1346
1381
|
};
|
|
1347
1382
|
DsoMapControls = __decorate([
|
|
1348
1383
|
ProxyCmp({
|
|
1349
|
-
defineCustomElementFn: defineCustomElement$
|
|
1384
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1350
1385
|
inputs: ['disableZoom', 'open'],
|
|
1351
1386
|
methods: ['toggleVisibility']
|
|
1352
1387
|
})
|
|
@@ -1382,7 +1417,7 @@ let DsoMapLayer = class DsoMapLayer {
|
|
|
1382
1417
|
};
|
|
1383
1418
|
DsoMapLayer = __decorate([
|
|
1384
1419
|
ProxyCmp({
|
|
1385
|
-
defineCustomElementFn: defineCustomElement$
|
|
1420
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1386
1421
|
inputs: ['activatable', 'active', 'label']
|
|
1387
1422
|
})
|
|
1388
1423
|
], DsoMapLayer);
|
|
@@ -1415,7 +1450,7 @@ let DsoMapLayerObject = class DsoMapLayerObject {
|
|
|
1415
1450
|
};
|
|
1416
1451
|
DsoMapLayerObject = __decorate([
|
|
1417
1452
|
ProxyCmp({
|
|
1418
|
-
defineCustomElementFn: defineCustomElement$
|
|
1453
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1419
1454
|
inputs: ['active']
|
|
1420
1455
|
})
|
|
1421
1456
|
], DsoMapLayerObject);
|
|
@@ -1450,7 +1485,7 @@ let DsoMapOverlays = class DsoMapOverlays {
|
|
|
1450
1485
|
};
|
|
1451
1486
|
DsoMapOverlays = __decorate([
|
|
1452
1487
|
ProxyCmp({
|
|
1453
|
-
defineCustomElementFn: defineCustomElement$
|
|
1488
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1454
1489
|
inputs: ['group', 'overlays']
|
|
1455
1490
|
})
|
|
1456
1491
|
], DsoMapOverlays);
|
|
@@ -1484,7 +1519,7 @@ let DsoMarkBar = class DsoMarkBar {
|
|
|
1484
1519
|
};
|
|
1485
1520
|
DsoMarkBar = __decorate([
|
|
1486
1521
|
ProxyCmp({
|
|
1487
|
-
defineCustomElementFn: defineCustomElement$
|
|
1522
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1488
1523
|
inputs: ['current', 'label', 'totalCount', 'value'],
|
|
1489
1524
|
methods: ['dsoFocus']
|
|
1490
1525
|
})
|
|
@@ -1522,7 +1557,7 @@ let DsoModal = class DsoModal {
|
|
|
1522
1557
|
};
|
|
1523
1558
|
DsoModal = __decorate([
|
|
1524
1559
|
ProxyCmp({
|
|
1525
|
-
defineCustomElementFn: defineCustomElement$
|
|
1560
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1526
1561
|
inputs: ['closable', 'dialogRole', 'fullscreen', 'modalTitle', 'returnFocus']
|
|
1527
1562
|
})
|
|
1528
1563
|
], DsoModal);
|
|
@@ -1553,7 +1588,7 @@ let DsoOnboardingTip = class DsoOnboardingTip {
|
|
|
1553
1588
|
};
|
|
1554
1589
|
DsoOnboardingTip = __decorate([
|
|
1555
1590
|
ProxyCmp({
|
|
1556
|
-
defineCustomElementFn: defineCustomElement$
|
|
1591
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1557
1592
|
inputs: ['placement']
|
|
1558
1593
|
})
|
|
1559
1594
|
], DsoOnboardingTip);
|
|
@@ -1581,12 +1616,12 @@ let DsoOzonContent = class DsoOzonContent {
|
|
|
1581
1616
|
this.el = r.nativeElement;
|
|
1582
1617
|
}
|
|
1583
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 });
|
|
1584
|
-
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 });
|
|
1585
1620
|
};
|
|
1586
1621
|
DsoOzonContent = __decorate([
|
|
1587
1622
|
ProxyCmp({
|
|
1588
|
-
defineCustomElementFn: defineCustomElement$
|
|
1589
|
-
inputs: ['begripResolver', 'content', 'inline', 'mark', 'urlResolver']
|
|
1623
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1624
|
+
inputs: ['annotated', 'begripResolver', 'content', 'inline', 'mark', 'urlResolver']
|
|
1590
1625
|
})
|
|
1591
1626
|
], DsoOzonContent);
|
|
1592
1627
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoOzonContent, decorators: [{
|
|
@@ -1596,7 +1631,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
1596
1631
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1597
1632
|
template: '<ng-content></ng-content>',
|
|
1598
1633
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1599
|
-
inputs: ['begripResolver', 'content', 'inline', 'mark', 'urlResolver'], outputs: ['dsoClick', 'dsoOzonContentMarkItemHighlight'],
|
|
1634
|
+
inputs: ['annotated', 'begripResolver', 'content', 'inline', 'mark', 'urlResolver'], outputs: ['dsoClick', 'dsoOzonContentMarkItemHighlight'],
|
|
1600
1635
|
standalone: true
|
|
1601
1636
|
}]
|
|
1602
1637
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { dsoClick: [{
|
|
@@ -1617,7 +1652,7 @@ let DsoOzonContentToggletip = class DsoOzonContentToggletip {
|
|
|
1617
1652
|
};
|
|
1618
1653
|
DsoOzonContentToggletip = __decorate([
|
|
1619
1654
|
ProxyCmp({
|
|
1620
|
-
defineCustomElementFn: defineCustomElement$
|
|
1655
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1621
1656
|
inputs: ['icon']
|
|
1622
1657
|
})
|
|
1623
1658
|
], DsoOzonContentToggletip);
|
|
@@ -1646,7 +1681,7 @@ let DsoPagination = class DsoPagination {
|
|
|
1646
1681
|
};
|
|
1647
1682
|
DsoPagination = __decorate([
|
|
1648
1683
|
ProxyCmp({
|
|
1649
|
-
defineCustomElementFn: defineCustomElement$
|
|
1684
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1650
1685
|
inputs: ['currentPage', 'formatHref', 'totalPages']
|
|
1651
1686
|
})
|
|
1652
1687
|
], DsoPagination);
|
|
@@ -1677,7 +1712,7 @@ let DsoPanel = class DsoPanel {
|
|
|
1677
1712
|
};
|
|
1678
1713
|
DsoPanel = __decorate([
|
|
1679
1714
|
ProxyCmp({
|
|
1680
|
-
defineCustomElementFn: defineCustomElement$
|
|
1715
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1681
1716
|
inputs: ['closeButtonLabel', 'emphasized']
|
|
1682
1717
|
})
|
|
1683
1718
|
], DsoPanel);
|
|
@@ -1708,7 +1743,7 @@ let DsoPlekinfoCard = class DsoPlekinfoCard {
|
|
|
1708
1743
|
};
|
|
1709
1744
|
DsoPlekinfoCard = __decorate([
|
|
1710
1745
|
ProxyCmp({
|
|
1711
|
-
defineCustomElementFn: defineCustomElement$
|
|
1746
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1712
1747
|
inputs: ['active', 'href', 'targetBlank', 'wijzigactie']
|
|
1713
1748
|
})
|
|
1714
1749
|
], DsoPlekinfoCard);
|
|
@@ -1738,7 +1773,7 @@ let DsoProgressIndicator = class DsoProgressIndicator {
|
|
|
1738
1773
|
};
|
|
1739
1774
|
DsoProgressIndicator = __decorate([
|
|
1740
1775
|
ProxyCmp({
|
|
1741
|
-
defineCustomElementFn: defineCustomElement$
|
|
1776
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1742
1777
|
inputs: ['block', 'label', 'size']
|
|
1743
1778
|
})
|
|
1744
1779
|
], DsoProgressIndicator);
|
|
@@ -1766,7 +1801,7 @@ let DsoProjectItem = class DsoProjectItem {
|
|
|
1766
1801
|
};
|
|
1767
1802
|
DsoProjectItem = __decorate([
|
|
1768
1803
|
ProxyCmp({
|
|
1769
|
-
defineCustomElementFn: defineCustomElement$
|
|
1804
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1770
1805
|
inputs: ['label']
|
|
1771
1806
|
})
|
|
1772
1807
|
], DsoProjectItem);
|
|
@@ -1795,7 +1830,7 @@ let DsoRenvooi = class DsoRenvooi {
|
|
|
1795
1830
|
};
|
|
1796
1831
|
DsoRenvooi = __decorate([
|
|
1797
1832
|
ProxyCmp({
|
|
1798
|
-
defineCustomElementFn: defineCustomElement$
|
|
1833
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1799
1834
|
inputs: ['mark', 'value']
|
|
1800
1835
|
})
|
|
1801
1836
|
], DsoRenvooi);
|
|
@@ -1826,7 +1861,7 @@ let DsoResponsiveElement = class DsoResponsiveElement {
|
|
|
1826
1861
|
};
|
|
1827
1862
|
DsoResponsiveElement = __decorate([
|
|
1828
1863
|
ProxyCmp({
|
|
1829
|
-
defineCustomElementFn: defineCustomElement$
|
|
1864
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1830
1865
|
methods: ['getSize']
|
|
1831
1866
|
})
|
|
1832
1867
|
], DsoResponsiveElement);
|
|
@@ -1857,7 +1892,7 @@ let DsoScrollable = class DsoScrollable {
|
|
|
1857
1892
|
};
|
|
1858
1893
|
DsoScrollable = __decorate([
|
|
1859
1894
|
ProxyCmp({
|
|
1860
|
-
defineCustomElementFn: defineCustomElement$
|
|
1895
|
+
defineCustomElementFn: defineCustomElement$U
|
|
1861
1896
|
})
|
|
1862
1897
|
], DsoScrollable);
|
|
1863
1898
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoScrollable, decorators: [{
|
|
@@ -1887,7 +1922,7 @@ let DsoSelectable = class DsoSelectable {
|
|
|
1887
1922
|
};
|
|
1888
1923
|
DsoSelectable = __decorate([
|
|
1889
1924
|
ProxyCmp({
|
|
1890
|
-
defineCustomElementFn: defineCustomElement$
|
|
1925
|
+
defineCustomElementFn: defineCustomElement$V,
|
|
1891
1926
|
inputs: ['checked', 'describedById', 'disabled', 'identifier', 'indeterminate', 'infoFixed', 'invalid', 'labelledById', 'name', 'required', 'type', 'value'],
|
|
1892
1927
|
methods: ['toggleInfo']
|
|
1893
1928
|
})
|
|
@@ -1919,7 +1954,7 @@ let DsoSkiplink = class DsoSkiplink {
|
|
|
1919
1954
|
};
|
|
1920
1955
|
DsoSkiplink = __decorate([
|
|
1921
1956
|
ProxyCmp({
|
|
1922
|
-
defineCustomElementFn: defineCustomElement$
|
|
1957
|
+
defineCustomElementFn: defineCustomElement$W,
|
|
1923
1958
|
inputs: ['label', 'to']
|
|
1924
1959
|
})
|
|
1925
1960
|
], DsoSkiplink);
|
|
@@ -1950,7 +1985,7 @@ let DsoSlideToggle = class DsoSlideToggle {
|
|
|
1950
1985
|
};
|
|
1951
1986
|
DsoSlideToggle = __decorate([
|
|
1952
1987
|
ProxyCmp({
|
|
1953
|
-
defineCustomElementFn: defineCustomElement$
|
|
1988
|
+
defineCustomElementFn: defineCustomElement$X,
|
|
1954
1989
|
inputs: ['accessibleLabel', 'checked', 'disabled', 'identifier', 'labelledbyId']
|
|
1955
1990
|
})
|
|
1956
1991
|
], DsoSlideToggle);
|
|
@@ -1982,7 +2017,7 @@ let DsoSurveyRating = class DsoSurveyRating {
|
|
|
1982
2017
|
};
|
|
1983
2018
|
DsoSurveyRating = __decorate([
|
|
1984
2019
|
ProxyCmp({
|
|
1985
|
-
defineCustomElementFn: defineCustomElement$
|
|
2020
|
+
defineCustomElementFn: defineCustomElement$Y
|
|
1986
2021
|
})
|
|
1987
2022
|
], DsoSurveyRating);
|
|
1988
2023
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoSurveyRating, decorators: [{
|
|
@@ -2014,7 +2049,7 @@ let DsoTab = class DsoTab {
|
|
|
2014
2049
|
};
|
|
2015
2050
|
DsoTab = __decorate([
|
|
2016
2051
|
ProxyCmp({
|
|
2017
|
-
defineCustomElementFn: defineCustomElement$
|
|
2052
|
+
defineCustomElementFn: defineCustomElement$Z,
|
|
2018
2053
|
inputs: ['active', 'disabled', 'href']
|
|
2019
2054
|
})
|
|
2020
2055
|
], DsoTab);
|
|
@@ -2044,7 +2079,7 @@ let DsoTable = class DsoTable {
|
|
|
2044
2079
|
};
|
|
2045
2080
|
DsoTable = __decorate([
|
|
2046
2081
|
ProxyCmp({
|
|
2047
|
-
defineCustomElementFn: defineCustomElement$
|
|
2082
|
+
defineCustomElementFn: defineCustomElement$_,
|
|
2048
2083
|
inputs: ['noModal']
|
|
2049
2084
|
})
|
|
2050
2085
|
], DsoTable);
|
|
@@ -2072,7 +2107,7 @@ let DsoTabs = class DsoTabs {
|
|
|
2072
2107
|
};
|
|
2073
2108
|
DsoTabs = __decorate([
|
|
2074
2109
|
ProxyCmp({
|
|
2075
|
-
defineCustomElementFn: defineCustomElement
|
|
2110
|
+
defineCustomElementFn: defineCustomElement$$
|
|
2076
2111
|
})
|
|
2077
2112
|
], DsoTabs);
|
|
2078
2113
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoTabs, decorators: [{
|
|
@@ -2099,7 +2134,7 @@ let DsoTijdreisBanner = class DsoTijdreisBanner {
|
|
|
2099
2134
|
};
|
|
2100
2135
|
DsoTijdreisBanner = __decorate([
|
|
2101
2136
|
ProxyCmp({
|
|
2102
|
-
defineCustomElementFn: defineCustomElement
|
|
2137
|
+
defineCustomElementFn: defineCustomElement$10
|
|
2103
2138
|
})
|
|
2104
2139
|
], DsoTijdreisBanner);
|
|
2105
2140
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoTijdreisBanner, decorators: [{
|
|
@@ -2126,7 +2161,7 @@ let DsoToggletip = class DsoToggletip {
|
|
|
2126
2161
|
};
|
|
2127
2162
|
DsoToggletip = __decorate([
|
|
2128
2163
|
ProxyCmp({
|
|
2129
|
-
defineCustomElementFn: defineCustomElement$
|
|
2164
|
+
defineCustomElementFn: defineCustomElement$11,
|
|
2130
2165
|
inputs: ['label', 'position', 'secondary', 'small']
|
|
2131
2166
|
})
|
|
2132
2167
|
], DsoToggletip);
|
|
@@ -2154,7 +2189,7 @@ let DsoTooltip = class DsoTooltip {
|
|
|
2154
2189
|
};
|
|
2155
2190
|
DsoTooltip = __decorate([
|
|
2156
2191
|
ProxyCmp({
|
|
2157
|
-
defineCustomElementFn: defineCustomElement$
|
|
2192
|
+
defineCustomElementFn: defineCustomElement$12,
|
|
2158
2193
|
inputs: ['active', 'descriptive', 'noArrow', 'position', 'small', 'stateless', 'strategy'],
|
|
2159
2194
|
methods: ['activate', 'deactivate']
|
|
2160
2195
|
})
|
|
@@ -2186,7 +2221,7 @@ let DsoTreeView = class DsoTreeView {
|
|
|
2186
2221
|
};
|
|
2187
2222
|
DsoTreeView = __decorate([
|
|
2188
2223
|
ProxyCmp({
|
|
2189
|
-
defineCustomElementFn: defineCustomElement$
|
|
2224
|
+
defineCustomElementFn: defineCustomElement$13,
|
|
2190
2225
|
inputs: ['collection'],
|
|
2191
2226
|
methods: ['focusItem']
|
|
2192
2227
|
})
|
|
@@ -2228,7 +2263,7 @@ let DsoViewerGrid = class DsoViewerGrid {
|
|
|
2228
2263
|
};
|
|
2229
2264
|
DsoViewerGrid = __decorate([
|
|
2230
2265
|
ProxyCmp({
|
|
2231
|
-
defineCustomElementFn: defineCustomElement$
|
|
2266
|
+
defineCustomElementFn: defineCustomElement$14,
|
|
2232
2267
|
inputs: ['activeTab', 'documentPanelOpen', 'documentPanelSize', 'filterPanelOpen', 'filterPanelTitle', 'mainPanelExpanded', 'mainPanelHidden', 'mainSize', 'overlayOpen']
|
|
2233
2268
|
})
|
|
2234
2269
|
], DsoViewerGrid);
|
|
@@ -2272,7 +2307,7 @@ let DsotDocumentComponentDemo = class DsotDocumentComponentDemo {
|
|
|
2272
2307
|
};
|
|
2273
2308
|
DsotDocumentComponentDemo = __decorate([
|
|
2274
2309
|
ProxyCmp({
|
|
2275
|
-
defineCustomElementFn: defineCustomElement$
|
|
2310
|
+
defineCustomElementFn: defineCustomElement$15,
|
|
2276
2311
|
inputs: ['jsonFile', 'mode', 'openDefault', 'ozonContentBegripResolver', 'ozonContentUrlResolver', 'showCanvas']
|
|
2277
2312
|
})
|
|
2278
2313
|
], DsotDocumentComponentDemo);
|
|
@@ -2327,6 +2362,7 @@ const DIRECTIVES = [
|
|
|
2327
2362
|
DsoInfoButton,
|
|
2328
2363
|
DsoInputRange,
|
|
2329
2364
|
DsoLabel,
|
|
2365
|
+
DsoLegend,
|
|
2330
2366
|
DsoLegendItem,
|
|
2331
2367
|
DsoListButton,
|
|
2332
2368
|
DsoLogo,
|
|
@@ -2365,7 +2401,7 @@ const DIRECTIVES = [
|
|
|
2365
2401
|
|
|
2366
2402
|
class DsoToolkitModule {
|
|
2367
2403
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoToolkitModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
2368
|
-
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, 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, 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] });
|
|
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] });
|
|
2369
2405
|
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoToolkitModule });
|
|
2370
2406
|
}
|
|
2371
2407
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImport: i0, type: DsoToolkitModule, decorators: [{
|
|
@@ -2384,5 +2420,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.13", ngImpo
|
|
|
2384
2420
|
* Generated bundle index. Do not edit.
|
|
2385
2421
|
*/
|
|
2386
2422
|
|
|
2387
|
-
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, 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 };
|
|
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 };
|
|
2388
2424
|
//# sourceMappingURL=dso-toolkit-angular.mjs.map
|