@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
|
@@ -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 |
|
|
634
|
+
panelClass: _angular_core.InputSignal<string | string[] | Set<string> | {
|
|
635
635
|
[key: string]: any;
|
|
636
636
|
}>;
|
|
637
637
|
searchSectionBackgroundColor: _angular_core.InputSignal<string | null>;
|