@arsedizioni/ars-utils 19.0.168 → 19.0.169
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.
|
@@ -28,7 +28,8 @@ export declare class ClipperBrowserComponent extends ClipperSearchResultManager
|
|
|
28
28
|
protected hasAIAssistant: boolean;
|
|
29
29
|
protected hasFilters: Signal<boolean>;
|
|
30
30
|
protected isLaws: (allowEmpty?: boolean) => boolean;
|
|
31
|
-
protected isReadable()
|
|
31
|
+
protected isReadable: () => boolean;
|
|
32
|
+
protected isCoordination: () => boolean;
|
|
32
33
|
protected canSearch: () => boolean;
|
|
33
34
|
protected sectors: import("@angular/core").WritableSignal<SectorInfo[]>;
|
|
34
35
|
protected hasSectors: () => boolean;
|
|
@@ -127,7 +128,7 @@ export declare class ClipperBrowserComponent extends ClipperSearchResultManager
|
|
|
127
128
|
* @param block : the block id
|
|
128
129
|
* @returns true if at least a value is set
|
|
129
130
|
*/
|
|
130
|
-
protected hasFilterBlock(block: 'source' | 'other'): boolean;
|
|
131
|
+
protected hasFilterBlock(block: 'source' | 'other' | 'modifier'): boolean;
|
|
131
132
|
/**
|
|
132
133
|
* Manage sectors selection changes
|
|
133
134
|
*/
|