@arsedizioni/ars-utils 21.2.154 → 21.2.157
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
|
@@ -1049,7 +1049,7 @@ declare class ClipperDocumentMenuComponent implements OnInit {
|
|
|
1049
1049
|
private readonly changeDetector;
|
|
1050
1050
|
private readonly clipperService;
|
|
1051
1051
|
readonly useSelections: _angular_core.InputSignal<boolean>;
|
|
1052
|
-
readonly selectionSource: _angular_core.InputSignal<"
|
|
1052
|
+
readonly selectionSource: _angular_core.InputSignal<"none" | "selection" | "bag">;
|
|
1053
1053
|
protected selection: () => ClipperDocumentInfo[];
|
|
1054
1054
|
readonly parent: _angular_core.InputSignal<any>;
|
|
1055
1055
|
readonly item: _angular_core.InputSignal<ClipperDocumentInfo>;
|
|
@@ -826,7 +826,7 @@ declare class FileInputComponent implements OnInit, OnDestroy, DoCheck, OnChange
|
|
|
826
826
|
readonly minSizeMb: _angular_core.InputSignal<number>;
|
|
827
827
|
readonly isNew: _angular_core.InputSignal<boolean>;
|
|
828
828
|
readonly canPreview: _angular_core.InputSignal<boolean>;
|
|
829
|
-
readonly appearance: _angular_core.InputSignal<"
|
|
829
|
+
readonly appearance: _angular_core.InputSignal<"outline" | "fill">;
|
|
830
830
|
readonly accept: _angular_core.InputSignal<string>;
|
|
831
831
|
get empty(): boolean;
|
|
832
832
|
get errorState(): boolean;
|
|
@@ -930,7 +930,7 @@ declare class FilterBarComponent implements OnInit {
|
|
|
930
930
|
readonly text2Length: _angular_core.InputSignal<string>;
|
|
931
931
|
readonly text3Length: _angular_core.InputSignal<string>;
|
|
932
932
|
readonly showTextSearchButton: _angular_core.InputSignal<boolean>;
|
|
933
|
-
readonly appearance: _angular_core.InputSignal<"
|
|
933
|
+
readonly appearance: _angular_core.InputSignal<"outline" | "fill">;
|
|
934
934
|
protected text?: string;
|
|
935
935
|
protected text2?: string;
|
|
936
936
|
protected text3?: string;
|