@dmlibs/dm-cmps 0.1.37 → 0.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,9 +1,9 @@
1
1
  {
2
2
  "name": "@dmlibs/dm-cmps",
3
- "version": "0.1.37",
3
+ "version": "0.2.0",
4
4
  "peerDependencies": {
5
- "@angular/common": "^21.0.0",
6
- "@angular/core": "^21.0.0"
5
+ "@angular/common": "^22.0.0",
6
+ "@angular/core": "^22.0.0"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
@@ -19,5 +19,6 @@
19
19
  "types": "./types/dmlibs-dm-cmps.d.ts",
20
20
  "default": "./fesm2022/dmlibs-dm-cmps.mjs"
21
21
  }
22
- }
22
+ },
23
+ "type": "module"
23
24
  }
@@ -652,7 +652,7 @@ declare class DmMatSelect<T = any> implements DmMatSelectConfig<T>, OnDestroy {
652
652
  value: _angular_core.ModelSignal<DmMatSelectOutput<T>>;
653
653
  formControl: _angular_core.InputSignal<FormControl<DmMatSelectOutput<T>> | null>;
654
654
  panelWidth: _angular_core.InputSignal<string | null>;
655
- panelClass: _angular_core.InputSignal<string | Set<string> | string[] | {
655
+ panelClass: _angular_core.InputSignal<string | string[] | Set<string> | {
656
656
  [key: string]: any;
657
657
  }>;
658
658
  searchSectionBackgroundColor: _angular_core.InputSignal<string | null>;