@ansible/ansible-ui-framework 2.4.513 → 2.4.514

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { FieldPath, FieldPathValue, FieldValues, Validate } from 'react-hook-form';
3
- import { IFormGroupSelectOption } from './FormGroupSelectOption';
3
+ import { PageSelectOption } from '../../PageInputs/PageSelectOption';
4
4
  export type PageFormSelectProps<TFieldValues extends FieldValues = FieldValues, TFieldName extends FieldPath<TFieldValues> = FieldPath<TFieldValues>, TSelection = unknown> = {
5
5
  id?: string;
6
6
  name: TFieldName;
@@ -9,7 +9,7 @@ export type PageFormSelectProps<TFieldValues extends FieldValues = FieldValues,
9
9
  labelHelp?: ReactNode;
10
10
  additionalControls?: ReactNode;
11
11
  placeholderText?: string;
12
- options: IFormGroupSelectOption<TSelection>[];
12
+ options: PageSelectOption<TSelection>[];
13
13
  footer?: ReactNode;
14
14
  helperText?: string;
15
15
  isDisabled?: boolean;
@@ -11,5 +11,6 @@ export interface PageSingleSelectProps<ValueT> {
11
11
  options: PageSelectOption<ValueT>[];
12
12
  footer?: ReactNode;
13
13
  isRequired?: boolean;
14
+ label?: string;
14
15
  }
15
16
  export declare function PageSingleSelect<ValueT>(props: PageSingleSelectProps<ValueT>): import("react/jsx-runtime").JSX.Element;
@@ -91,7 +91,7 @@ export declare function useColumnsWithoutSort<T extends object>(columns: ITableC
91
91
  defaultSort?: boolean | undefined;
92
92
  icon?: ((item: T) => ReactNode) | undefined;
93
93
  table?: ColumnTableOption | undefined;
94
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
94
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
95
95
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
96
96
  modal?: ColumnModalOption | undefined;
97
97
  } | {
@@ -108,7 +108,7 @@ export declare function useColumnsWithoutSort<T extends object>(columns: ITableC
108
108
  defaultSort?: boolean | undefined;
109
109
  icon?: ((item: T) => ReactNode) | undefined;
110
110
  table?: ColumnTableOption | undefined;
111
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
111
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
112
112
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
113
113
  modal?: ColumnModalOption | undefined;
114
114
  } | {
@@ -125,7 +125,7 @@ export declare function useColumnsWithoutSort<T extends object>(columns: ITableC
125
125
  defaultSort?: boolean | undefined;
126
126
  icon?: ((item: T) => ReactNode) | undefined;
127
127
  table?: ColumnTableOption | undefined;
128
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
128
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
129
129
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
130
130
  modal?: ColumnModalOption | undefined;
131
131
  } | {
@@ -142,7 +142,7 @@ export declare function useColumnsWithoutSort<T extends object>(columns: ITableC
142
142
  defaultSort?: boolean | undefined;
143
143
  icon?: ((item: T) => ReactNode) | undefined;
144
144
  table?: ColumnTableOption | undefined;
145
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
145
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
146
146
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
147
147
  modal?: ColumnModalOption | undefined;
148
148
  } | {
@@ -159,7 +159,7 @@ export declare function useColumnsWithoutSort<T extends object>(columns: ITableC
159
159
  defaultSort?: boolean | undefined;
160
160
  icon?: ((item: T) => ReactNode) | undefined;
161
161
  table?: ColumnTableOption | undefined;
162
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
162
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
163
163
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
164
164
  modal?: ColumnModalOption | undefined;
165
165
  } | {
@@ -176,7 +176,7 @@ export declare function useColumnsWithoutSort<T extends object>(columns: ITableC
176
176
  defaultSort?: boolean | undefined;
177
177
  icon?: ((item: T) => ReactNode) | undefined;
178
178
  table?: ColumnTableOption | undefined;
179
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
179
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
180
180
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
181
181
  modal?: ColumnModalOption | undefined;
182
182
  })[];
@@ -195,7 +195,7 @@ export declare function useColumnsWithoutExpandedRow<T extends object>(columns:
195
195
  defaultSortDirection?: "desc" | "asc" | undefined;
196
196
  defaultSort?: boolean | undefined;
197
197
  icon?: ((item: T) => ReactNode) | undefined;
198
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
198
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
199
199
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
200
200
  modal?: ColumnModalOption | undefined;
201
201
  } | {
@@ -212,7 +212,7 @@ export declare function useColumnsWithoutExpandedRow<T extends object>(columns:
212
212
  defaultSortDirection?: "desc" | "asc" | undefined;
213
213
  defaultSort?: boolean | undefined;
214
214
  icon?: ((item: T) => ReactNode) | undefined;
215
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
215
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
216
216
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
217
217
  modal?: ColumnModalOption | undefined;
218
218
  } | {
@@ -229,7 +229,7 @@ export declare function useColumnsWithoutExpandedRow<T extends object>(columns:
229
229
  defaultSortDirection?: "desc" | "asc" | undefined;
230
230
  defaultSort?: boolean | undefined;
231
231
  icon?: ((item: T) => ReactNode) | undefined;
232
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
232
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
233
233
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
234
234
  modal?: ColumnModalOption | undefined;
235
235
  } | {
@@ -246,7 +246,7 @@ export declare function useColumnsWithoutExpandedRow<T extends object>(columns:
246
246
  defaultSortDirection?: "desc" | "asc" | undefined;
247
247
  defaultSort?: boolean | undefined;
248
248
  icon?: ((item: T) => ReactNode) | undefined;
249
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
249
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
250
250
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
251
251
  modal?: ColumnModalOption | undefined;
252
252
  } | {
@@ -263,7 +263,7 @@ export declare function useColumnsWithoutExpandedRow<T extends object>(columns:
263
263
  defaultSortDirection?: "desc" | "asc" | undefined;
264
264
  defaultSort?: boolean | undefined;
265
265
  icon?: ((item: T) => ReactNode) | undefined;
266
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
266
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
267
267
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
268
268
  modal?: ColumnModalOption | undefined;
269
269
  } | {
@@ -280,7 +280,7 @@ export declare function useColumnsWithoutExpandedRow<T extends object>(columns:
280
280
  defaultSortDirection?: "desc" | "asc" | undefined;
281
281
  defaultSort?: boolean | undefined;
282
282
  icon?: ((item: T) => ReactNode) | undefined;
283
- list?: "name" | "hidden" | "primary" | "secondary" | "description" | "subtitle" | undefined;
283
+ list?: "name" | "hidden" | "description" | "primary" | "secondary" | "subtitle" | undefined;
284
284
  card?: "name" | "hidden" | "description" | "subtitle" | undefined;
285
285
  modal?: ColumnModalOption | undefined;
286
286
  })[];
@@ -24,8 +24,6 @@ export * from './PageDialogs/BulkConfirmationDialog';
24
24
  export * from './PageDialogs/MultiSelectDialog';
25
25
  export * from './PageDialogs/PageDialog';
26
26
  export * from './PageDialogs/useSelectDialog';
27
- export * from './PageForm/Inputs/FormGroupSelect';
28
- export * from './PageForm/Inputs/FormGroupSelectOption';
29
27
  export * from './PageForm/Inputs/FormGroupTextArea';
30
28
  export * from './PageForm/Inputs/FormGroupTextInput';
31
29
  export * from './PageForm/Inputs/PageFormCheckbox';
@@ -1,125 +1,123 @@
1
- declare function f_e(e: any): any;
2
- declare function kAe(e: any): any;
1
+ declare function qxe(e: any): any;
2
+ declare function AAe(e: any): any;
3
+ declare function $Ae(e: any): any;
4
+ declare function ld(e: any): any;
5
+ declare var Lxe: any;
6
+ declare var Ixe: any;
7
+ declare var Rxe: any;
8
+ declare var yi: any;
9
+ declare function jAe(e: any): any;
3
10
  declare function DAe(e: any): any;
4
- declare function sd(e: any): any;
5
- declare var t_e: any;
6
- declare var e_e: any;
7
- declare var n_e: any;
8
- declare var bi: any;
11
+ declare function V4(e: any): any;
12
+ declare const TAe: L.Context<undefined>;
9
13
  declare function MAe(e: any): any;
10
- declare function IAe(e: any): any;
11
- declare function sI(e: any): any;
12
- declare const PAe: L.Context<undefined>;
13
- declare function LAe(e: any): any;
14
- declare function Gl(e: any): any;
15
- declare function XAe(e: any): any;
16
- declare function Y5e(e: any): any;
17
- declare function JAe(e: any): any;
18
- declare function S7(e: any): any;
19
- declare function Zs(e: any): any;
20
- declare var dI: any;
21
- declare function cI(e: any): any;
22
- declare function uTe(e: any): any;
23
- declare function KAe(e: any): any;
24
- declare var uI: any;
14
+ declare function H5e(e: any): any;
15
+ declare function YAe(e: any): any;
16
+ declare function _7(e: any): any;
17
+ declare function ac(e: any): any;
18
+ declare var G4: any;
19
+ declare function U4(e: any): any;
20
+ declare function oTe(e: any): any;
21
+ declare function qAe(e: any): any;
22
+ declare var H4: any;
25
23
  declare var mt: any;
26
24
  declare var zt: any;
27
- declare function Ks(e: any): any;
28
- declare const MO: L.Context<{
25
+ declare function Ys(e: any): any;
26
+ declare const $O: L.Context<{
29
27
  addAlert: () => null;
30
28
  removeAlert: () => null;
31
29
  replaceAlert: () => null;
32
30
  removeAlerts: () => null;
33
31
  }>;
34
- declare function L7(e: any): any;
35
- declare function oTe(e: any): any;
36
- declare function R7(e: any): any;
32
+ declare function D7(e: any): any;
33
+ declare function nTe(e: any): any;
34
+ declare function M7(e: any): any;
37
35
  declare function C0(e: any): any;
38
- declare function NAe(e: any): any;
39
- declare function Zp(e: any): any;
40
- declare function FAe(e: any): any;
41
- declare const ZC: L.Context<{
36
+ declare function LAe(e: any): any;
37
+ declare function iv(e: any): any;
38
+ declare function RAe(e: any): any;
39
+ declare const sA: L.Context<{
42
40
  columns: number;
43
41
  }>;
42
+ declare function NAe(e: any): any;
44
43
  declare function zAe(e: any): any;
45
- declare function BAe(e: any): any;
46
- declare function WAe(e: any): any;
47
- declare function xu(e: any): any;
48
- declare function Q1e(e: any): any;
49
- declare function l_e(e: any): any;
50
- declare function N7(e: any): any;
51
- declare function Z1e(e: any): any;
52
- declare function NCe(e: any): any;
53
- declare function zCe(e: any): any;
44
+ declare function FAe(e: any): any;
45
+ declare function wu(e: any): any;
46
+ declare function Mxe(e: any): any;
47
+ declare function Bxe(e: any): any;
48
+ declare function I7(e: any): any;
49
+ declare function $xe(e: any): any;
50
+ declare function ICe(e: any): any;
51
+ declare function RCe(e: any): any;
52
+ declare function KAe(e: any): any;
53
+ declare function ZAe(e: any): any;
54
+ declare function LCe(e: any): any;
55
+ declare function XAe(e: any): any;
56
+ declare function _3(e: any): any;
57
+ declare function JAe(e: any): any;
54
58
  declare function QAe(e: any): any;
55
59
  declare function eTe(e: any): any;
56
- declare function FCe(e: any): any;
57
- declare function tTe(e: any): any;
58
- declare function S3(e: any): any;
59
- declare function nTe(e: any): any;
60
- declare function rTe(e: any): any;
61
- declare function aTe(e: any): any;
60
+ declare function zCe(e: any): any;
61
+ declare function BCe(e: any): any;
62
62
  declare function VCe(e: any): any;
63
- declare function HCe(e: any): any;
64
- declare function qCe(e: any): any;
65
- declare function iTe(e: any): any;
66
- declare function GCe(): any;
67
- declare const O3: L.Context<{
63
+ declare function tTe(e: any): any;
64
+ declare function UCe(): any;
65
+ declare const x3: L.Context<{
68
66
  isOpen: boolean;
69
67
  setState: () => {};
70
68
  }>;
71
- declare function WCe(e: any): any;
72
- declare function KCe(e: any): any;
73
- declare function FS(e: any): any;
74
- declare function Rh(e: any): any;
75
- declare function Kw(e: any): any;
76
- declare function iAe(e: any): any;
77
- declare function s5e(e: any): any;
78
- declare function n5e(e: any): any;
79
- declare function cTe(e: any): any;
80
- declare const hAe: any;
81
- declare function wi(e: any): any;
82
- declare function G5e(e: any): any;
83
- declare const jAe: L.Context<() => null>;
84
- declare const Xs: L.Context<{}[]>;
85
- declare function W7(e: any): any;
86
- declare function z7(e: any): any;
69
+ declare function NCe(e: any): any;
70
+ declare function qCe(e: any): any;
71
+ declare function LS(e: any): any;
72
+ declare function Mh(e: any): any;
73
+ declare function qw(e: any): any;
74
+ declare function nAe(e: any): any;
75
+ declare function i5e(e: any): any;
76
+ declare function Qxe(e: any): any;
77
+ declare function iTe(e: any): any;
78
+ declare const uAe: any;
79
+ declare function xi(e: any): any;
80
+ declare function U5e(e: any): any;
81
+ declare const EAe: L.Context<() => null>;
82
+ declare const Js: L.Context<{}[]>;
83
+ declare function HM(e: any): any;
84
+ declare function UM(e: any): any;
87
85
  declare function Jt(e: any): any;
88
- declare function I1(e: any): any;
89
- declare var t5e: any;
90
- declare function tAe(e: any, t: any, n: any): void;
91
- declare function nAe(e: any, t: any, n: any): void;
92
- declare function rAe(e: any, t: any, n: any): void;
93
- declare function B5e(e: any, t: any): 1 | -1 | 0;
94
- declare function Ou(e: any, t: any): 1 | -1 | 0;
95
- declare function W5e(e: any, t: any): 1 | -1 | 0;
96
- declare function EAe(e: any): {
86
+ declare function q1(e: any): any;
87
+ declare var Jxe: any;
88
+ declare function JCe(e: any, t: any, n: any): void;
89
+ declare function QCe(e: any, t: any, n: any): void;
90
+ declare function eAe(e: any, t: any, n: any): void;
91
+ declare function F5e(e: any, t: any): 1 | -1 | 0;
92
+ declare function Su(e: any, t: any): 1 | -1 | 0;
93
+ declare function N5e(e: any, t: any): 1 | -1 | 0;
94
+ declare function CAe(e: any): {
97
95
  title: string;
98
96
  variant: string;
99
97
  timeout: number;
100
98
  };
101
- declare function QCe(e: any, t: any): any;
99
+ declare function ZCe(e: any, t: any): any;
102
100
  declare function S0(e: any): "var(--pf-global--danger-color--100)" | "var(--pf-global--success-color--100)" | "var(--pf-global--warning-color--100)" | "var(--pf-global--info-color--100)" | "var(--pf-global--disabled-color--100)" | undefined;
103
- declare const WC: "var(--pf-global--danger-color--100)";
104
- declare const VC: "var(--pf-global--disabled-color--100)";
105
- declare const BC: "var(--pf-global--info-color--100)";
106
- declare const RAe: "var(--pf-global--link--Color)";
107
- declare const zC: "var(--pf-global--success-color--100)";
108
- declare const fI: "var(--pf-global--warning-color--100)";
109
- declare function lTe(e: any): any;
110
- declare function eAe(e: any, t: any): any;
111
- declare function Rn(e: any): boolean | undefined;
112
- declare function z5e(): L.Dispatch<L.SetStateAction<undefined>>;
113
- declare function YAe(): (n: any) => void;
114
- declare function HAe(e: any): any;
115
- declare function UAe(e: any): any;
116
- declare function i_e(e: any): any;
117
- declare function o_e(e: any): any;
118
- declare function Zk(e: any, t: any): {
101
+ declare const QC: "var(--pf-global--danger-color--100)";
102
+ declare const tA: "var(--pf-global--disabled-color--100)";
103
+ declare const eA: "var(--pf-global--info-color--100)";
104
+ declare const IAe: "var(--pf-global--link--Color)";
105
+ declare const JC: "var(--pf-global--success-color--100)";
106
+ declare const q4: "var(--pf-global--warning-color--100)";
107
+ declare function rTe(e: any): any;
108
+ declare function XCe(e: any, t: any): any;
109
+ declare function Ln(e: any): boolean | undefined;
110
+ declare function R5e(): L.Dispatch<L.SetStateAction<undefined>>;
111
+ declare function HAe(): (n: any) => void;
112
+ declare function VAe(e: any): any;
113
+ declare function BAe(e: any): any;
114
+ declare function zxe(e: any): any;
115
+ declare function Wxe(e: any): any;
116
+ declare function Gk(e: any, t: any): {
119
117
  filtered: never[];
120
118
  setFilterFn: (c: any) => void;
121
119
  };
122
- declare function jt(): ({
120
+ declare function Pt(): ({
123
121
  by: string;
124
122
  cancelText: string;
125
123
  canceledText: string;
@@ -156,8 +154,8 @@ declare function jt(): ({
156
154
  unknownError: string;
157
155
  validating: string;
158
156
  } | (() => void))[];
159
- declare function aAe(): (t: any, n: any) => any;
160
- declare function fTe(e: any): {
157
+ declare function tAe(): (t: any, n: any) => any;
158
+ declare function lTe(e: any): {
161
159
  selectedItems: any[];
162
160
  selectItem: (h: any) => void;
163
161
  unselectItem: (h: any) => void;
@@ -183,41 +181,41 @@ declare function fTe(e: any): {
183
181
  pageItems: never[] | undefined;
184
182
  error: any;
185
183
  };
186
- declare function TAe(): string;
187
- declare function IO(): {
184
+ declare function OAe(): string;
185
+ declare function jO(): {
188
186
  addAlert: () => null;
189
187
  removeAlert: () => null;
190
188
  replaceAlert: () => null;
191
189
  removeAlerts: () => null;
192
190
  };
193
191
  declare function Ea(): ((() => void) | undefined)[];
194
- declare function BCe(): (a: any) => void;
195
- declare function Uh(): {
192
+ declare function FCe(): (a: any) => void;
193
+ declare function Wh(): {
196
194
  isOpen: boolean;
197
195
  setState: () => {};
198
196
  };
199
- declare function sTe(): (n: any, r: any) => void;
200
- declare function Lh(e: any): {
197
+ declare function aTe(): (n: any, r: any) => void;
198
+ declare function Dh(e: any): {
201
199
  paged: never[];
202
200
  page: number;
203
201
  setPage: L.Dispatch<L.SetStateAction<number>>;
204
202
  perPage: number;
205
203
  setPerPage: L.Dispatch<L.SetStateAction<number>>;
206
204
  };
207
- declare function ZAe(e: any): (p: any, y: any) => void;
208
- declare function Yk(e: any, t: any, n: any): {
205
+ declare function GAe(e: any): (p: any, y: any) => void;
206
+ declare function Hk(e: any, t: any, n: any): {
209
207
  selectedItems: any[];
210
- selectItem: (m: any) => void;
211
- unselectItem: (m: any) => void;
212
- isSelected: (m: any) => boolean;
213
- selectItems: (m: any) => void;
208
+ selectItem: (g: any) => void;
209
+ unselectItem: (g: any) => void;
210
+ isSelected: (g: any) => boolean;
211
+ selectItems: (g: any) => void;
214
212
  selectAll: () => void;
215
213
  unselectAll: () => void;
216
214
  allSelected: boolean;
217
215
  keyFn: any;
218
- unselectItems: (m: any) => void;
216
+ unselectItems: (g: any) => void;
219
217
  };
220
- declare function m5e(e: any, t: any): {
218
+ declare function f5e(e: any, t: any): {
221
219
  selectedItems: any[];
222
220
  selectItem: (h: any) => void;
223
221
  unselectItem: (h: any) => void;
@@ -229,24 +227,24 @@ declare function m5e(e: any, t: any): {
229
227
  keyFn: any;
230
228
  unselectItems: (h: any) => void;
231
229
  };
232
- declare function Js(): {};
233
- declare function $Ae(e: any): () => void;
234
- declare function Kk(e: any): {
230
+ declare function Qs(): {};
231
+ declare function PAe(e: any): () => void;
232
+ declare function qk(e: any): {
235
233
  sorted: any;
236
234
  sort: undefined;
237
235
  setSort: L.Dispatch<L.SetStateAction<undefined>>;
238
236
  };
239
- declare function GAe(e: any, t: any, n: any): {
237
+ declare function UAe(e: any, t: any, n: any): {
240
238
  allSelected: boolean;
241
239
  filtered: never[];
242
- isSelected: (m: any) => boolean;
240
+ isSelected: (g: any) => boolean;
243
241
  page: number;
244
242
  paged: never[];
245
243
  perPage: number;
246
244
  search: any;
247
245
  searched: never[];
248
246
  selectAll: () => void;
249
- selectItem: (m: any) => void;
247
+ selectItem: (g: any) => void;
250
248
  selectPage: () => void;
251
249
  selectedItems: any[];
252
250
  setFilterFn: (c: any) => void;
@@ -258,9 +256,9 @@ declare function GAe(e: any, t: any, n: any): {
258
256
  sort: undefined;
259
257
  sorted: any;
260
258
  unselectAll: () => void;
261
- unselectItem: (m: any) => void;
259
+ unselectItem: (g: any) => void;
262
260
  };
263
- declare function _Ae(e: any): {
261
+ declare function vAe(e: any): {
264
262
  page: number;
265
263
  setPage: L.Dispatch<L.SetStateAction<number>>;
266
264
  perPage: number;
@@ -273,11 +271,11 @@ declare function _Ae(e: any): {
273
271
  setFilterState: L.Dispatch<any>;
274
272
  clearAllFilters: () => void;
275
273
  };
276
- declare function a_e(e: any): any;
277
- declare function VAe(e: any, t: any): any;
278
- declare function r_e(e: any): any;
279
- declare function jk(e: any): any;
280
- declare function Pk(e: any): any;
281
- declare function A$(): string;
274
+ declare function Fxe(e: any): any;
275
+ declare function WAe(e: any, t: any): any;
276
+ declare function Nxe(e: any): any;
277
+ declare function Vk(e: any): any;
278
+ declare function Bk(e: any): any;
279
+ declare function Sj(): string;
282
280
  import * as L from "react";
283
- export { f_e as BulkSelector, kAe as BytesCell, DAe as CapacityCell, sd as Collapse, t_e as ColumnCardOption, e_e as ColumnListOption, n_e as ColumnModalOption, bi as ColumnTableOption, MAe as CopyCell, IAe as DateCell, sI as DateTimeCell, PAe as DialogContext, LAe as ElapsedTimeCell, Gl as FormGroupSelect, XAe as FormGroupSelectOption, Y5e as FormGroupTextArea, JAe as FormGroupTextInput, S7 as FrameworkTranslationsProvider, Zs as Help, dI as LabelColorE, cI as LabelsCell, uTe as LoadingPage, KAe as MultiSelectDialog, uI as PFColorE, mt as PageActionSelection, zt as PageActionType, Ks as PageActions, MO as PageAlertToasterContext, L7 as PageAlertToasterProvider, oTe as PageApp, R7 as PageBody, C0 as PageChartContainer, NAe as PageDashboard, Zp as PageDashboardCard, FAe as PageDashboardChart, ZC as PageDashboardContext, zAe as PageDashboardCount, BAe as PageDashboardDonutCard, WAe as PageDashboardGettingStarted, xu as PageDetail, Q1e as PageDetails, l_e as PageDetailsFromColumns, N7 as PageDialogProvider, Z1e as PageDonutChart, NCe as PageForm, zCe as PageFormCancelButton, QAe as PageFormCheckbox, eTe as PageFormDataEditor, FCe as PageFormGrid, tTe as PageFormSelect, S3 as PageFormSubmitButton, nTe as PageFormSwitch, rTe as PageFormTextArea, aTe as PageFormTextInput, VCe as PageFramework, HCe as PageHeader, qCe as PageLayout, iTe as PageMasthead, GCe as PageMastheadToggle, O3 as PageNavSideBarContext, WCe as PageNavSideBarProvider, KCe as PageNavigation, FS as PageTab, Rh as PageTable, Kw as PageTableCards, iAe as PageTabs, s5e as PageToolbar, n5e as PageToolbarFilters, cTe as PageWizard, hAe as RunningIcon, wi as Scrollable, G5e as SelectDialog, jAe as SetDialogContext, Xs as SettingsContext, W7 as SettingsDialog, z7 as SettingsProvider, Jt as TableColumnCell, I1 as TextCell, t5e as ToolbarFilterType, tAe as addNavigationItem, nAe as addNavigationItemAfter, rAe as addNavigationItemBefore, B5e as compareNumbers, Ou as compareStrings, W5e as compareUnknowns, EAe as errorToAlertProps, QCe as findNavigationItemById, S0 as getPatternflyColor, WC as pfDanger, VC as pfDisabled, BC as pfInfo, RAe as pfLink, zC as pfSuccess, fI as pfWarning, lTe as removeLeadingSlash, eAe as removeNavigationItemById, Rn as useBreakpoint, z5e as useBulkActionDialog, YAe as useBulkConfirmation, HAe as useColumnsWithoutExpandedRow, UAe as useColumnsWithoutSort, i_e as useDescriptionColumns, o_e as useExpandedColumns, Zk as useFiltered, jt as useFrameworkTranslations, aAe as useGetPageUrl, fTe as useInMemoryView, TAe as useOrientation, IO as usePageAlertToaster, Ea as usePageDialog, BCe as usePageNavBarClick, Uh as usePageNavSideBar, sTe as usePageNavigate, Lh as usePaged, ZAe as useSelectDialog, Yk as useSelected, m5e as useSelectedInMemory, Js as useSettings, $Ae as useSettingsDialog, Kk as useSorted, GAe as useTableItems, _Ae as useView, a_e as useVisibleCardColumns, VAe as useVisibleColumns, r_e as useVisibleListColumns, jk as useVisibleModalColumns, Pk as useVisibleTableColumns, A$ as useWindowSize };
281
+ export { qxe as BulkSelector, AAe as BytesCell, $Ae as CapacityCell, ld as Collapse, Lxe as ColumnCardOption, Ixe as ColumnListOption, Rxe as ColumnModalOption, yi as ColumnTableOption, jAe as CopyCell, DAe as DateCell, V4 as DateTimeCell, TAe as DialogContext, MAe as ElapsedTimeCell, H5e as FormGroupTextArea, YAe as FormGroupTextInput, _7 as FrameworkTranslationsProvider, ac as Help, G4 as LabelColorE, U4 as LabelsCell, oTe as LoadingPage, qAe as MultiSelectDialog, H4 as PFColorE, mt as PageActionSelection, zt as PageActionType, Ys as PageActions, $O as PageAlertToasterContext, D7 as PageAlertToasterProvider, nTe as PageApp, M7 as PageBody, C0 as PageChartContainer, LAe as PageDashboard, iv as PageDashboardCard, RAe as PageDashboardChart, sA as PageDashboardContext, NAe as PageDashboardCount, zAe as PageDashboardDonutCard, FAe as PageDashboardGettingStarted, wu as PageDetail, Mxe as PageDetails, Bxe as PageDetailsFromColumns, I7 as PageDialogProvider, $xe as PageDonutChart, ICe as PageForm, RCe as PageFormCancelButton, KAe as PageFormCheckbox, ZAe as PageFormDataEditor, LCe as PageFormGrid, XAe as PageFormSelect, _3 as PageFormSubmitButton, JAe as PageFormSwitch, QAe as PageFormTextArea, eTe as PageFormTextInput, zCe as PageFramework, BCe as PageHeader, VCe as PageLayout, tTe as PageMasthead, UCe as PageMastheadToggle, x3 as PageNavSideBarContext, NCe as PageNavSideBarProvider, qCe as PageNavigation, LS as PageTab, Mh as PageTable, qw as PageTableCards, nAe as PageTabs, i5e as PageToolbar, Qxe as PageToolbarFilters, iTe as PageWizard, uAe as RunningIcon, xi as Scrollable, U5e as SelectDialog, EAe as SetDialogContext, Js as SettingsContext, HM as SettingsDialog, UM as SettingsProvider, Jt as TableColumnCell, q1 as TextCell, Jxe as ToolbarFilterType, JCe as addNavigationItem, QCe as addNavigationItemAfter, eAe as addNavigationItemBefore, F5e as compareNumbers, Su as compareStrings, N5e as compareUnknowns, CAe as errorToAlertProps, ZCe as findNavigationItemById, S0 as getPatternflyColor, QC as pfDanger, tA as pfDisabled, eA as pfInfo, IAe as pfLink, JC as pfSuccess, q4 as pfWarning, rTe as removeLeadingSlash, XCe as removeNavigationItemById, Ln as useBreakpoint, R5e as useBulkActionDialog, HAe as useBulkConfirmation, VAe as useColumnsWithoutExpandedRow, BAe as useColumnsWithoutSort, zxe as useDescriptionColumns, Wxe as useExpandedColumns, Gk as useFiltered, Pt as useFrameworkTranslations, tAe as useGetPageUrl, lTe as useInMemoryView, OAe as useOrientation, jO as usePageAlertToaster, Ea as usePageDialog, FCe as usePageNavBarClick, Wh as usePageNavSideBar, aTe as usePageNavigate, Dh as usePaged, GAe as useSelectDialog, Hk as useSelected, f5e as useSelectedInMemory, Qs as useSettings, PAe as useSettingsDialog, qk as useSorted, UAe as useTableItems, vAe as useView, Fxe as useVisibleCardColumns, WAe as useVisibleColumns, Nxe as useVisibleListColumns, Vk as useVisibleModalColumns, Bk as useVisibleTableColumns, Sj as useWindowSize };