@arsedizioni/ars-utils 21.2.300 → 21.2.301
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
|
@@ -535,6 +535,11 @@ declare class ClipperBrowserComponent extends ClipperSearchResultManager {
|
|
|
535
535
|
protected hasTags(): boolean;
|
|
536
536
|
protected reasons: _angular_core.WritableSignal<NameValueItem<number>[]>;
|
|
537
537
|
protected modules: _angular_core.WritableSignal<NameValueItem<ClipperModule>[]>;
|
|
538
|
+
/**
|
|
539
|
+
* The subset of modules available for selection, filtered by `selectableModules` when it is non-empty.
|
|
540
|
+
* Falls back to all modules when `selectableModules` is empty or null.
|
|
541
|
+
*/
|
|
542
|
+
protected readonly filteredModules: _angular_core.Signal<NameValueItem<ClipperModule>[]>;
|
|
538
543
|
protected interval: DateInterval;
|
|
539
544
|
protected sourceInterval: DateInterval;
|
|
540
545
|
protected user: ClipperUserInfo | undefined;
|