@arsedizioni/ars-utils 21.1.2 → 21.1.3
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
|
@@ -900,7 +900,7 @@ declare class FileInputComponent implements OnInit, OnDestroy, DoCheck, OnChange
|
|
|
900
900
|
readonly minSizeMb: _angular_core.InputSignal<number>;
|
|
901
901
|
readonly isNew: _angular_core.InputSignal<boolean>;
|
|
902
902
|
readonly canPreview: _angular_core.InputSignal<boolean>;
|
|
903
|
-
readonly appearance: _angular_core.InputSignal<"
|
|
903
|
+
readonly appearance: _angular_core.InputSignal<"fill" | "outline">;
|
|
904
904
|
readonly accept: _angular_core.InputSignal<string>;
|
|
905
905
|
get empty(): boolean;
|
|
906
906
|
get errorState(): boolean;
|
|
@@ -1005,7 +1005,7 @@ declare class FilterBarComponent implements OnInit {
|
|
|
1005
1005
|
readonly text2Length: _angular_core.InputSignal<string>;
|
|
1006
1006
|
readonly text3Length: _angular_core.InputSignal<string>;
|
|
1007
1007
|
readonly showTextSearchButton: _angular_core.InputSignal<boolean>;
|
|
1008
|
-
readonly appearance: _angular_core.InputSignal<"
|
|
1008
|
+
readonly appearance: _angular_core.InputSignal<"fill" | "outline">;
|
|
1009
1009
|
protected text?: string;
|
|
1010
1010
|
protected text2?: string;
|
|
1011
1011
|
protected text3?: string;
|