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