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