@dso-toolkit/angular 90.1.0 → 90.2.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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dso-toolkit/angular",
|
|
3
3
|
"description": "DSO Toolkit Angular bindings for Web Components",
|
|
4
|
-
"version": "90.
|
|
4
|
+
"version": "90.2.0",
|
|
5
5
|
"homepage": "https://www.dso-toolkit.nl/",
|
|
6
6
|
"publishConfig": {
|
|
7
7
|
"access": "public"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/common": "^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
15
15
|
"@angular/core": "^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
16
16
|
"@angular/cdk": "^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
17
|
-
"@dso-toolkit/core": "90.
|
|
17
|
+
"@dso-toolkit/core": "90.2.0"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"tslib": "^2.8.1"
|
|
@@ -805,11 +805,12 @@ declare interface DsoDocumentComponent extends Components.DsoDocumentComponent {
|
|
|
805
805
|
*/
|
|
806
806
|
dsoTableOfContentsClick: EventEmitter<CustomEvent<DocumentComponentTableOfContentsClickEvent>>;
|
|
807
807
|
/**
|
|
808
|
-
* Emitted when the user interacts with
|
|
808
|
+
* Emitted when the user interacts with IntRef in Ozon Content
|
|
809
809
|
*/
|
|
810
810
|
dsoOzonContentClick: EventEmitter<CustomEvent<DocumentComponentOzonContentClickEvent>>;
|
|
811
811
|
/**
|
|
812
|
-
* Emitted when the user
|
|
812
|
+
* Emitted when the user clicks the annotation button, the close button of the annotation panel and the
|
|
813
|
+
Kenmerken en Kaart button of IntIoRef in Ozon Content.
|
|
813
814
|
*/
|
|
814
815
|
dsoAnnotationToggle: EventEmitter<CustomEvent<DocumentComponentToggleAnnotationEvent>>;
|
|
815
816
|
/**
|
|
@@ -1427,10 +1428,6 @@ declare class DsoMapLayer {
|
|
|
1427
1428
|
protected z: NgZone;
|
|
1428
1429
|
protected el: HTMLDsoMapLayerElement;
|
|
1429
1430
|
/**
|
|
1430
|
-
* The label of the Map Layer.
|
|
1431
|
-
*/
|
|
1432
|
-
set label(_: Components.DsoMapLayer['label']);
|
|
1433
|
-
/**
|
|
1434
1431
|
* A boolean to indicate if the Map Layer is capable of being activated. When `true` a Slide Toggle displays
|
|
1435
1432
|
on the right. @default false
|
|
1436
1433
|
*/
|
|
@@ -1439,10 +1436,14 @@ on the right. @default false
|
|
|
1439
1436
|
* An optional boolean indicating whether the Map Layer is active.
|
|
1440
1437
|
*/
|
|
1441
1438
|
set active(_: Components.DsoMapLayer['active']);
|
|
1439
|
+
/**
|
|
1440
|
+
* An optional 'wijzigactie' that signals if the Map Layer is added or removed.
|
|
1441
|
+
*/
|
|
1442
|
+
set wijzigactie(_: Components.DsoMapLayer['wijzigactie']);
|
|
1442
1443
|
dsoActiveChange: EventEmitter<CustomEvent<MapLayerActiveChangeEvent>>;
|
|
1443
1444
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1444
1445
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoMapLayer, never>;
|
|
1445
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapLayer, "dso-map-layer", never, { "activatable": { "alias": "activatable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "
|
|
1446
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapLayer, "dso-map-layer", never, { "activatable": { "alias": "activatable"; "required": false; }; "active": { "alias": "active"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": true; }; }, { "dsoActiveChange": "dsoActiveChange"; }, never, ["*"], true, never>;
|
|
1446
1447
|
}
|
|
1447
1448
|
declare interface DsoMapLayer extends Components.DsoMapLayer {
|
|
1448
1449
|
/**
|
|
@@ -1457,12 +1458,16 @@ declare class DsoMapLayerObject {
|
|
|
1457
1458
|
* An optional boolean indicating whether the Map Layer Object is active.
|
|
1458
1459
|
*/
|
|
1459
1460
|
set active(_: Components.DsoMapLayerObject['active']);
|
|
1461
|
+
/**
|
|
1462
|
+
* An optional 'wijzigactie' that signals if the Map Layer is added or removed.
|
|
1463
|
+
*/
|
|
1464
|
+
set wijzigactie(_: Components.DsoMapLayerObject['wijzigactie']);
|
|
1460
1465
|
dsoActiveChange: EventEmitter<CustomEvent<MapLayerObjectActiveChangeEvent>>;
|
|
1461
1466
|
dsoMouseEnter: EventEmitter<CustomEvent<any>>;
|
|
1462
1467
|
dsoMouseLeave: EventEmitter<CustomEvent<any>>;
|
|
1463
1468
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1464
1469
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoMapLayerObject, never>;
|
|
1465
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapLayerObject, "dso-map-layer-object", never, { "active": { "alias": "active"; "required": false; }; }, { "dsoActiveChange": "dsoActiveChange"; "dsoMouseEnter": "dsoMouseEnter"; "dsoMouseLeave": "dsoMouseLeave"; }, never, ["*"], true, never>;
|
|
1470
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoMapLayerObject, "dso-map-layer-object", never, { "active": { "alias": "active"; "required": false; }; "wijzigactie": { "alias": "wijzigactie"; "required": true; }; }, { "dsoActiveChange": "dsoActiveChange"; "dsoMouseEnter": "dsoMouseEnter"; "dsoMouseLeave": "dsoMouseLeave"; }, never, ["*"], true, never>;
|
|
1466
1471
|
}
|
|
1467
1472
|
declare interface DsoMapLayerObject extends Components.DsoMapLayerObject {
|
|
1468
1473
|
/**
|
|
@@ -1861,7 +1866,7 @@ declare class DsoSegmentedButton {
|
|
|
1861
1866
|
*/
|
|
1862
1867
|
set required(_: Components.DsoSegmentedButton['required']);
|
|
1863
1868
|
/**
|
|
1864
|
-
*
|
|
1869
|
+
* The currently active option
|
|
1865
1870
|
*/
|
|
1866
1871
|
set activeOption(_: Components.DsoSegmentedButton['activeOption']);
|
|
1867
1872
|
dsoChange: EventEmitter<CustomEvent<SegmentedButtonChangeEvent>>;
|