@dso-toolkit/angular 90.2.0 → 91.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/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.2.0",
4
+ "version": "91.1.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.2.0"
17
+ "@dso-toolkit/core": "91.1.0"
18
18
  },
19
19
  "dependencies": {
20
20
  "tslib": "^2.8.1"
@@ -983,10 +983,14 @@ declare class DsoHistoryItem {
983
983
  * The optional URL to which the History Item title links. Needs to be provided when slot `title` is used.
984
984
  */
985
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']);
986
990
  dsoClick: EventEmitter<CustomEvent<HistoryItemClickEvent>>;
987
991
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
988
992
  static ɵfac: i0.ɵɵFactoryDeclaration<DsoHistoryItem, never>;
989
- 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>;
990
994
  }
991
995
  declare interface DsoHistoryItem extends Components.DsoHistoryItem {
992
996
  /**
@@ -1084,10 +1088,6 @@ declare class DsoInfoButton {
1084
1088
  */
1085
1089
  set active(_: Components.DsoInfoButton['active']);
1086
1090
  /**
1087
- * For secondary Info Button.
1088
- */
1089
- set secondary(_: Components.DsoInfoButton['secondary']);
1090
- /**
1091
1091
  * The label. @default "Toelichting bij optie"
1092
1092
  */
1093
1093
  set label(_: Components.DsoInfoButton['label']);
@@ -1098,7 +1098,7 @@ declare class DsoInfoButton {
1098
1098
  dsoToggle: EventEmitter<CustomEvent<InfoButtonToggleEvent>>;
1099
1099
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1100
1100
  static ɵfac: i0.ɵɵFactoryDeclaration<DsoInfoButton, never>;
1101
- static ɵcmp: i0.ɵɵComponentDeclaration<DsoInfoButton, "dso-info-button", never, { "active": { "alias": "active"; "required": false; }; "label": { "alias": "label"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; "toggletipPlacement": { "alias": "toggletipPlacement"; "required": false; }; }, { "dsoToggle": "dsoToggle"; }, never, ["*"], true, never>;
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>;
1102
1102
  }
1103
1103
  declare interface DsoInfoButton extends Components.DsoInfoButton {
1104
1104
  /**
@@ -2094,13 +2094,9 @@ declare class DsoToggletip {
2094
2094
  * Set to true for small Toggletip.
2095
2095
  */
2096
2096
  set small(_: Components.DsoToggletip['small']);
2097
- /**
2098
- * Set to true for secondary Toggletip.
2099
- */
2100
- set secondary(_: Components.DsoToggletip['secondary']);
2101
2097
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2102
2098
  static ɵfac: i0.ɵɵFactoryDeclaration<DsoToggletip, never>;
2103
- static ɵcmp: i0.ɵɵComponentDeclaration<DsoToggletip, "dso-toggletip", never, { "label": { "alias": "label"; "required": false; }; "position": { "alias": "position"; "required": false; }; "secondary": { "alias": "secondary"; "required": false; }; "small": { "alias": "small"; "required": false; }; }, {}, never, ["*"], true, never>;
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>;
2104
2100
  }
2105
2101
  declare interface DsoToggletip extends Components.DsoToggletip {
2106
2102
  }