@arsedizioni/ars-utils 21.2.135 → 21.2.136
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
|
@@ -1047,7 +1047,7 @@ declare class ClipperDocumentMenuComponent implements OnInit {
|
|
|
1047
1047
|
private readonly changeDetector;
|
|
1048
1048
|
private readonly clipperService;
|
|
1049
1049
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1050
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1050
|
+
readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
|
|
1051
1051
|
protected selection: () => ClipperDocumentInfo[];
|
|
1052
1052
|
readonly parent: _angular_core.InputSignal<any>;
|
|
1053
1053
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|
|
@@ -813,7 +813,7 @@ declare class FileInputComponent implements OnInit, OnDestroy, DoCheck, OnChange
|
|
|
813
813
|
readonly minSizeMb: _angular_core.InputSignal<number>;
|
|
814
814
|
readonly isNew: _angular_core.InputSignal<boolean>;
|
|
815
815
|
readonly canPreview: _angular_core.InputSignal<boolean>;
|
|
816
|
-
readonly appearance: _angular_core.InputSignal<"
|
|
816
|
+
readonly appearance: _angular_core.InputSignal<"outline" | "fill">;
|
|
817
817
|
readonly accept: _angular_core.InputSignal<string>;
|
|
818
818
|
get empty(): boolean;
|
|
819
819
|
get errorState(): boolean;
|
|
@@ -917,7 +917,7 @@ declare class FilterBarComponent implements OnInit {
|
|
|
917
917
|
readonly text2Length: _angular_core.InputSignal<string>;
|
|
918
918
|
readonly text3Length: _angular_core.InputSignal<string>;
|
|
919
919
|
readonly showTextSearchButton: _angular_core.InputSignal<boolean>;
|
|
920
|
-
readonly appearance: _angular_core.InputSignal<"
|
|
920
|
+
readonly appearance: _angular_core.InputSignal<"outline" | "fill">;
|
|
921
921
|
protected text?: string;
|
|
922
922
|
protected text2?: string;
|
|
923
923
|
protected text3?: string;
|