@dmlibs/dm-cmps 0.1.33 → 0.1.35

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