@ansible/ansible-ui-framework 2.4.2478 → 2.4.2479
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/PageDialogs/BulkActionDialog.d.ts +6 -1
- package/PageDialogs/BulkConfirmationDialog.d.ts +2 -2
- package/index.js +1185 -1170
- package/index.umd.cjs +64 -64
- package/package.json +1 -1
- package/publish/index.d.ts +4 -4
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
@@ -117,7 +117,7 @@ declare const MI: "var(--pf-v5-global--warning-color--100)";
|
|
117
117
|
declare function mOe(e: any): any;
|
118
118
|
declare function sCe(e: any, t: any): any;
|
119
119
|
declare function On(e: any): boolean | undefined;
|
120
|
-
declare function $xe(e
|
120
|
+
declare function $xe(e: ((e: any) => {
|
121
121
|
genericErrors: {
|
122
122
|
message: string;
|
123
123
|
}[];
|
@@ -125,8 +125,8 @@ declare function $xe(e?: (e: any) => {
|
|
125
125
|
name: string;
|
126
126
|
message: string;
|
127
127
|
}[];
|
128
|
-
}): O.Dispatch<O.SetStateAction<undefined>>;
|
129
|
-
declare function QCe(e
|
128
|
+
}) | undefined, t: any): O.Dispatch<O.SetStateAction<undefined>>;
|
129
|
+
declare function QCe(e: ((e: any) => {
|
130
130
|
genericErrors: {
|
131
131
|
message: string;
|
132
132
|
}[];
|
@@ -134,7 +134,7 @@ declare function QCe(e?: (e: any) => {
|
|
134
134
|
name: string;
|
135
135
|
message: string;
|
136
136
|
}[];
|
137
|
-
}): (
|
137
|
+
}) | undefined, t: any): (i: any) => void;
|
138
138
|
declare function Cxe(e: any, t: any): (c: any) => {
|
139
139
|
id: any;
|
140
140
|
icon: any;
|