@arsedizioni/ars-utils 21.2.302 → 21.2.304

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": "21.2.302",
3
+ "version": "21.2.304",
4
4
  "author": {
5
5
  "email": "software@arsedizioni.it",
6
6
  "name": "Fabio Buscaroli, Alberto Doria"
@@ -1143,9 +1143,6 @@ declare class ClipperService {
1143
1143
  readonly visible: _angular_core.WritableSignal<boolean>;
1144
1144
  private _teams;
1145
1145
  get teams(): NameValueItem<string>[];
1146
- currentTeamId: _angular_core.WritableSignal<string>;
1147
- currentTeamName: _angular_core.WritableSignal<string>;
1148
- currentTeamIsPrivate: Signal<boolean>;
1149
1146
  readonly availableChannels: _angular_core.WritableSignal<ClipperAvailableChannel[]>;
1150
1147
  readonly activeChannels: Signal<ClipperAvailableChannel[]>;
1151
1148
  readonly allowTags: _angular_core.WritableSignal<boolean>;
@@ -1025,7 +1025,7 @@ declare class ClipperDocumentMenuComponent {
1025
1025
  /** Internal counter incremented on each external selection-model change to drive signal re-evaluation. */
1026
1026
  private readonly selectionChangeTick;
1027
1027
  readonly useSelections: _angular_core.InputSignal<boolean>;
1028
- readonly selectionSource: _angular_core.InputSignal<"selection" | "bag" | "none">;
1028
+ readonly selectionSource: _angular_core.InputSignal<"bag" | "selection" | "none">;
1029
1029
  /**
1030
1030
  * Computed signal that returns the current effective document selection.
1031
1031
  * Re-evaluates when any input signal or the underlying selection model changes.
@@ -998,7 +998,7 @@ declare class ChipsSelectorComponent implements OnDestroy, ControlValueAccessor
998
998
  /** Minimum width in pixels when collapsed. Use `-1` for automatic. */
999
999
  readonly collapsedWidth: _angular_core.InputSignal<number>;
1000
1000
  /** Display mode used when the selector is in collapsed state. */
1001
- readonly collapsedDisplayMode: _angular_core.InputSignal<"button" | "dropdown">;
1001
+ readonly collapsedDisplayMode: _angular_core.InputSignal<"dropdown" | "button">;
1002
1002
  /** Pixel threshold below which the selector collapses. Use `-1` to disable. */
1003
1003
  readonly collapseAt: _angular_core.InputSignal<number>;
1004
1004
  /** When `true`, `collapseAt` is compared against the container width rather than the window width. */
@@ -1038,6 +1038,7 @@ declare class ChipsSelectorComponent implements OnDestroy, ControlValueAccessor
1038
1038
  private propagateChange;
1039
1039
  private propagateTouched;
1040
1040
  private readonly renderer;
1041
+ private readonly cdr;
1041
1042
  /** Currently selected items (may contain multiple entries when `multiple` is `true`). */
1042
1043
  protected selection: NameValueItem<any>[];
1043
1044
  /** The single selected item — used in `button` collapsed-display mode. */
@@ -1294,6 +1295,7 @@ declare class FilterBarComponent {
1294
1295
  /** True when filter slot 5 has an action or item list. */
1295
1296
  protected readonly canFilterByFlt5: _angular_core.Signal<boolean>;
1296
1297
  readonly currentFilter: CurrentFilter;
1298
+ private readonly cdr;
1297
1299
  constructor();
1298
1300
  /**
1299
1301
  * No-op kept for API compatibility.