@arsedizioni/ars-utils 19.3.28 → 19.3.29
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/fesm2022/arsedizioni-ars-utils-ui.application.mjs.map +1 -1
- package/package.json +1 -1
- package/ui.application/ui/components/file-input/file-input.component.d.ts +1 -1
- package/ui.application/ui/components/filter-bar/filter-bar.component.d.ts +1 -1
- package/ui.application/ui/dialogs/select/select-dialog.component.d.ts +1 -1
package/package.json
CHANGED
|
@@ -34,7 +34,7 @@ export declare class FileInputComponent implements OnDestroy, AfterViewInit, DoC
|
|
|
34
34
|
readonly minSizeMb: import("@angular/core").InputSignal<number>;
|
|
35
35
|
readonly isNew: import("@angular/core").InputSignal<boolean>;
|
|
36
36
|
readonly canPreview: import("@angular/core").InputSignal<boolean>;
|
|
37
|
-
readonly appearance: import("@angular/core").InputSignal<"
|
|
37
|
+
readonly appearance: import("@angular/core").InputSignal<"outline" | "fill">;
|
|
38
38
|
readonly accept: import("@angular/core").InputSignal<string>;
|
|
39
39
|
get empty(): boolean;
|
|
40
40
|
get errorState(): boolean;
|
|
@@ -23,7 +23,7 @@ export declare class FilterBarComponent implements OnInit {
|
|
|
23
23
|
readonly text2Length: import("@angular/core").InputSignal<string>;
|
|
24
24
|
readonly text3Length: import("@angular/core").InputSignal<string>;
|
|
25
25
|
readonly showTextSearchButton: import("@angular/core").InputSignal<boolean>;
|
|
26
|
-
readonly appearance: import("@angular/core").InputSignal<"
|
|
26
|
+
readonly appearance: import("@angular/core").InputSignal<"outline" | "fill">;
|
|
27
27
|
protected text: string | null;
|
|
28
28
|
protected text2: string | null;
|
|
29
29
|
protected text3: string | null;
|
|
@@ -90,7 +90,7 @@ export declare class SelectDialogComponent implements OnInit {
|
|
|
90
90
|
* Apply filter. This is accessible from public
|
|
91
91
|
* @param params : the object with current parameters
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
doLookup(params: any): void;
|
|
94
94
|
/**
|
|
95
95
|
* Update lookup paginatro
|
|
96
96
|
* @param total : the new total items
|