@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arsedizioni/ars-utils",
3
- "version": "20.4.9",
3
+ "version": "20.4.11",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -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<"dropdown" | "button">;
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>;