@dmlibs/dm-cmps 0.1.17 → 0.1.18

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dmlibs/dm-cmps",
3
- "version": "0.1.17",
3
+ "version": "0.1.18",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -603,7 +603,7 @@ declare class DmMatSelect<T = any> implements DmMatSelectConfig<T>, OnDestroy {
603
603
  value: _angular_core.ModelSignal<DmMatSelectOutput<T>>;
604
604
  formControl: _angular_core.InputSignal<FormControl<DmMatSelectOutput<T>> | null>;
605
605
  panelWidth: _angular_core.InputSignal<string | null>;
606
- panelClass: _angular_core.InputSignal<string | Set<string> | string[] | {
606
+ panelClass: _angular_core.InputSignal<string | string[] | Set<string> | {
607
607
  [key: string]: any;
608
608
  }>;
609
609
  searchSectionBackgroundColor: _angular_core.InputSignal<string | null>;