@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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.2478",
4
+ "version": "2.4.2479",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -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?: (e: any) => {
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?: (e: any) => {
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
- }): (r: any) => void;
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;