@arsedizioni/ars-utils 20.4.9 → 20.4.11
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
|
@@ -1056,7 +1056,7 @@ declare class ChipsSelectorComponent implements OnInit, OnDestroy, AfterContentI
|
|
|
1056
1056
|
private changesEnabled;
|
|
1057
1057
|
readonly options: _angular_core.InputSignal<NameValueItem<any>[]>;
|
|
1058
1058
|
readonly collapsedWidth: _angular_core.InputSignal<number>;
|
|
1059
|
-
readonly collapsedDisplayMode: _angular_core.InputSignal<"
|
|
1059
|
+
readonly collapsedDisplayMode: _angular_core.InputSignal<"button" | "dropdown">;
|
|
1060
1060
|
readonly collapseAt: _angular_core.InputSignal<number>;
|
|
1061
1061
|
readonly collapseAtContainer: _angular_core.InputSignal<boolean>;
|
|
1062
1062
|
protected collapsed: Signal<boolean>;
|