@arsedizioni/ars-utils 21.2.258 → 21.2.260
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
|
@@ -1362,6 +1362,7 @@ declare class ClipperSearchResultItemComponent {
|
|
|
1362
1362
|
readonly parent: _angular_core.InputSignal<ClipperSearchResultManager>;
|
|
1363
1363
|
readonly item: _angular_core.ModelSignal<ClipperDocumentInfo>;
|
|
1364
1364
|
readonly actions: _angular_core.InputSignal<MatMenu>;
|
|
1365
|
+
protected readonly taxonomy: _angular_core.WritableSignal<string[]>;
|
|
1365
1366
|
readonly tileNoPictureUrl: _angular_core.InputSignal<string>;
|
|
1366
1367
|
readonly tilePictureUrl: _angular_core.InputSignal<string>;
|
|
1367
1368
|
readonly isSelectable: _angular_core.InputSignal<boolean>;
|