@arsedizioni/ars-utils 21.2.303 → 21.2.305
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
|
@@ -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<"
|
|
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.
|
|
@@ -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.
|