@trimble-oss/moduswebcomponents-angular 1.9.1-ng17 → 1.9.1-ng18

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.
@@ -86,7 +86,7 @@ export declare class ModusWcAppMenu {
86
86
  protected z: NgZone;
87
87
  protected el: HTMLModusWcAppMenuElement;
88
88
  layoutChange: EventEmitter<ModusWcAppMenuCustomEvent<{
89
- layout: 'list' | 'grid';
89
+ layout: "list" | "grid";
90
90
  }>>;
91
91
  itemsOrderChange: EventEmitter<ModusWcAppMenuCustomEvent<IModusWcAppMenuIAppMenuItem[]>>;
92
92
  itemClick: EventEmitter<ModusWcAppMenuCustomEvent<{
@@ -514,7 +514,7 @@ export declare class ModusWcMenuItem {
514
514
  protected el: HTMLModusWcMenuItemElement;
515
515
  itemSelect: EventEmitter<ModusWcMenuItemCustomEvent<{
516
516
  value: string;
517
- selected?: boolean | undefined;
517
+ selected?: boolean;
518
518
  }>>;
519
519
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
520
520
  static ɵfac: i0.ɵɵFactoryDeclaration<ModusWcMenuItem, never>;
@@ -1076,7 +1076,7 @@ export declare class ModusWcTreeItem {
1076
1076
  protected el: HTMLModusWcTreeItemElement;
1077
1077
  itemSelect: EventEmitter<ModusWcTreeItemCustomEvent<{
1078
1078
  value: string;
1079
- selected?: boolean | undefined;
1079
+ selected?: boolean;
1080
1080
  }>>;
1081
1081
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1082
1082
  static ɵfac: i0.ɵɵFactoryDeclaration<ModusWcTreeItem, never>;
package/package.json CHANGED
@@ -1,9 +1,12 @@
1
1
  {
2
2
  "name": "@trimble-oss/moduswebcomponents-angular",
3
- "version": "1.9.1-ng17",
3
+ "version": "1.9.1-ng18",
4
+ "description": "Trimble Modus Angular Component Library",
5
+ "license": "MIT",
6
+ "author": "Trimble Inc.",
4
7
  "peerDependencies": {
5
- "@angular/common": "^17.3.0",
6
- "@angular/core": "^17.3.0",
8
+ "@angular/common": "^18.2.0",
9
+ "@angular/core": "^18.2.0",
7
10
  "@trimble-oss/moduswebcomponents": "1.9.1"
8
11
  },
9
12
  "dependencies": {