@dmlibs/dm-cmps 0.1.30 → 0.1.31

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.30",
3
+ "version": "0.1.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -631,7 +631,7 @@ declare class DmMatSelect<T = any> implements DmMatSelectConfig<T>, OnDestroy {
631
631
  value: _angular_core.ModelSignal<DmMatSelectOutput<T>>;
632
632
  formControl: _angular_core.InputSignal<FormControl<DmMatSelectOutput<T>> | null>;
633
633
  panelWidth: _angular_core.InputSignal<string | null>;
634
- panelClass: _angular_core.InputSignal<string | Set<string> | string[] | {
634
+ panelClass: _angular_core.InputSignal<string | string[] | Set<string> | {
635
635
  [key: string]: any;
636
636
  }>;
637
637
  searchSectionBackgroundColor: _angular_core.InputSignal<string | null>;