@dso-toolkit/angular 90.1.0 → 91.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/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": "
|
|
4
|
+
"version": "91.0.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": "
|
|
17
|
+
"@dso-toolkit/core": "91.0.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
|
/**
|
|
@@ -982,10 +983,14 @@ declare class DsoHistoryItem {
|
|
|
982
983
|
* The optional URL to which the History Item title links. Needs to be provided when slot `title` is used.
|
|
983
984
|
*/
|
|
984
985
|
set href(_: Components.DsoHistoryItem['href']);
|
|
986
|
+
/**
|
|
987
|
+
* Optional boolean indicating if this history item is the current/active one.
|
|
988
|
+
*/
|
|
989
|
+
set current(_: Components.DsoHistoryItem['current']);
|
|
985
990
|
dsoClick: EventEmitter<CustomEvent<HistoryItemClickEvent>>;
|
|
986
991
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
987
992
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoHistoryItem, never>;
|
|
988
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoHistoryItem, "dso-history-item", never, { "href": { "alias": "href"; "required": false; }; "type": { "alias": "type"; "required": true; }; }, { "dsoClick": "dsoClick"; }, never, ["*"], true, never>;
|
|
993
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoHistoryItem, "dso-history-item", never, { "current": { "alias": "current"; "required": false; }; "href": { "alias": "href"; "required": false; }; "type": { "alias": "type"; "required": true; }; }, { "dsoClick": "dsoClick"; }, never, ["*"], true, never>;
|
|
989
994
|
}
|
|
990
995
|
declare interface DsoHistoryItem extends Components.DsoHistoryItem {
|
|
991
996
|
/**
|
|
@@ -1083,10 +1088,6 @@ declare class DsoInfoButton {
|
|
|
1083
1088
|
*/
|
|
1084
1089
|
set active(_: Components.DsoInfoButton['active']);
|
|
1085
1090
|
/**
|
|
1086
|
-
* For secondary Info Button.
|
|
1087
|
-
*/
|
|
1088
|
-
set secondary(_: Components.DsoInfoButton['secondary']);
|
|
1089
|
-
/**
|
|
1090
1091
|
* The label. @default "Toelichting bij optie"
|
|
1091
1092
|
*/
|
|
1092
1093
|
set label(_: Components.DsoInfoButton['label']);
|
|
@@ -1097,7 +1098,7 @@ declare class DsoInfoButton {
|
|
|
1097
1098
|
dsoToggle: EventEmitter<CustomEvent<InfoButtonToggleEvent>>;
|
|
1098
1099
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1099
1100
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoInfoButton, never>;
|
|
1100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoInfoButton, "dso-info-button", never, { "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required": false; }; "
|
|
1101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoInfoButton, "dso-info-button", never, { "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required": false; }; "toggletipPlacement": { "alias": "toggletipPlacement"; "required": false; }; }, { "dsoToggle": "dsoToggle"; }, never, ["*"], true, never>;
|
|
1101
1102
|
}
|
|
1102
1103
|
declare interface DsoInfoButton extends Components.DsoInfoButton {
|
|
1103
1104
|
/**
|
|
@@ -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>>;
|
|
@@ -2089,13 +2094,9 @@ declare class DsoToggletip {
|
|
|
2089
2094
|
* Set to true for small Toggletip.
|
|
2090
2095
|
*/
|
|
2091
2096
|
set small(_: Components.DsoToggletip['small']);
|
|
2092
|
-
/**
|
|
2093
|
-
* Set to true for secondary Toggletip.
|
|
2094
|
-
*/
|
|
2095
|
-
set secondary(_: Components.DsoToggletip['secondary']);
|
|
2096
2097
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
2097
2098
|
static ɵfac: i0.ɵɵFactoryDeclaration<DsoToggletip, never>;
|
|
2098
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DsoToggletip, "dso-toggletip", never, { "label": { "alias": "label"; "required": false; }; "position": { "alias": "position"; "required": false; }; "
|
|
2099
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DsoToggletip, "dso-toggletip", never, { "label": { "alias": "label"; "required": false; }; "position": { "alias": "position"; "required": false; }; "small": { "alias": "small"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
2099
2100
|
}
|
|
2100
2101
|
declare interface DsoToggletip extends Components.DsoToggletip {
|
|
2101
2102
|
}
|