@ansible/ansible-ui-framework 2.4.1133 → 2.4.1163

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,14 @@
1
+ /// <reference types="react" />
2
+ type KeyValue = {
3
+ key: string;
4
+ value: string;
5
+ };
6
+ type KeyValueProps = {
7
+ keyValue: KeyValue[];
8
+ title: string;
9
+ keyColumn: string;
10
+ valueColumn: string;
11
+ renderValue?: (item: KeyValue) => JSX.Element;
12
+ };
13
+ export declare function PageDetailKeyValueList(props: KeyValueProps): import("react/jsx-runtime").JSX.Element;
14
+ export {};
@@ -0,0 +1,5 @@
1
+ export type MarkdownPreviewProps = {
2
+ value: string | undefined;
3
+ label?: string | undefined;
4
+ };
5
+ export declare function PageMarkdownDetail(props: MarkdownPreviewProps): import("react/jsx-runtime").JSX.Element;
@@ -24,6 +24,3 @@ export declare function usePageSingleSelectContext(): {
24
24
  open: boolean;
25
25
  setOpen: (open: boolean) => void;
26
26
  };
27
- export declare function PageSingleSelectProvider(props: {
28
- children: ReactNode;
29
- }): import("react/jsx-runtime").JSX.Element;
@@ -6,6 +6,7 @@ export interface PageWizardStep {
6
6
  inputs?: React.ReactNode;
7
7
  element?: React.ReactNode;
8
8
  hidden?: (wizardData: object) => boolean;
9
+ validate?: (formData: object, wizardData: object) => Promise<void> | void;
9
10
  }
10
11
  export interface PageWizardState {
11
12
  activeStep: PageWizardStep | null;
@@ -1,7 +1,9 @@
1
1
  import { ReactNode } from 'react';
2
+ import { Accept } from 'react-dropzone';
2
3
  export declare function DropZone(props: {
3
4
  children?: ReactNode;
4
5
  onDrop: (contents: string) => void;
5
6
  isDisabled?: boolean;
6
7
  inputRef?: React.RefObject<HTMLInputElement>;
8
+ accept?: Accept;
7
9
  }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,3 @@
1
+ declare var bA: <T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>) => T;
2
+ declare function vA(Ps: any, ts: any, Bs: any): any;
3
+ declare function ks(Ps: any, ts: any, Bs: any): any;
@@ -1,119 +1,119 @@
1
- declare function QSe(e: any): any;
2
- declare function lSe(e: any): any;
3
- declare function Zke(e: any): any;
4
- declare function Qh(e: any): any;
5
- declare var w2e: any;
6
- declare var O2e: any;
7
- declare var _2e: any;
8
- declare var S2e: any;
9
- declare var My: any;
10
- declare var co: any;
1
+ declare function FSe(e: any): any;
2
+ declare function Y2e(e: any): any;
3
+ declare function qke(e: any): any;
4
+ declare function Bh(e: any): any;
5
+ declare var l2e: any;
6
+ declare var u2e: any;
7
+ declare var s2e: any;
8
+ declare var c2e: any;
9
+ declare var by: any;
10
+ declare var to: any;
11
+ declare function Yke(e: any): any;
12
+ declare function XAe(e: any): any;
13
+ declare function KAe(e: any): any;
14
+ declare function Kke(e: any): any;
15
+ declare function AF(e: any): any;
11
16
  declare function Xke(e: any): any;
12
- declare function QAe(e: any): any;
13
- declare function JAe(e: any): any;
14
- declare function Jke(e: any): any;
15
- declare function GF(e: any): any;
16
- declare function Qke(e: any): any;
17
- declare function w4(e: any): any;
18
- declare function h6e(e: any): any;
19
- declare function Nb(e: any): any;
20
- declare var XF: any;
21
- declare function YF(e: any): any;
22
- declare function j6e(e: any): any;
17
+ declare function i4(e: any): any;
23
18
  declare function u6e(e: any): any;
24
- declare var KF: any;
25
- declare var kt: any;
26
- declare var an: any;
27
- declare function Cu(e: any): any;
28
- declare const _A: C.Context<{
19
+ declare function Cb(e: any): any;
20
+ declare var $F: any;
21
+ declare function kF(e: any): any;
22
+ declare function A6e(e: any): any;
23
+ declare function s6e(e: any): any;
24
+ declare var PF: any;
25
+ declare var Et: any;
26
+ declare var en: any;
27
+ declare function bu(e: any): any;
28
+ declare const iA: C.Context<{
29
29
  addAlert: () => null;
30
30
  removeAlert: () => null;
31
31
  replaceAlert: () => null;
32
32
  removeAlerts: () => null;
33
33
  }>;
34
- declare function M4(e: any): any;
35
- declare function T6e(e: any): any;
36
- declare function Kke(e: any): any;
37
- declare function J0(e: any): any;
38
- declare function t6e(e: any): any;
39
- declare function Fb(e: any): any;
40
- declare function n6e(e: any): any;
41
- declare const Fk: C.Context<{
34
+ declare function v4(e: any): any;
35
+ declare function S6e(e: any): any;
36
+ declare function Gke(e: any): any;
37
+ declare function L0(e: any): any;
38
+ declare function Jke(e: any): any;
39
+ declare function Eb(e: any): any;
40
+ declare function Qke(e: any): any;
41
+ declare const Sk: C.Context<{
42
42
  columns: number;
43
43
  }>;
44
- declare function r6e(e: any): any;
45
- declare function a6e(e: any): any;
46
- declare function i6e(e: any): any;
47
- declare function kc(e: any): any;
48
- declare function b2e(e: any): any;
49
- declare function j2e(e: any): any;
50
- declare function RF(e: any): any;
51
- declare function g2e(e: any): any;
52
- declare function AOe(e: any): any;
53
- declare function COe(e: any): any;
44
+ declare function e6e(e: any): any;
45
+ declare function n6e(e: any): any;
46
+ declare function t6e(e: any): any;
47
+ declare function wc(e: any): any;
48
+ declare function a2e(e: any): any;
49
+ declare function v2e(e: any): any;
50
+ declare function yF(e: any): any;
51
+ declare function n2e(e: any): any;
52
+ declare function gOe(e: any): any;
53
+ declare function dOe(e: any): any;
54
+ declare function f6e(e: any): any;
55
+ declare function h6e(e: any): any;
56
+ declare function mOe(e: any): any;
54
57
  declare function p6e(e: any): any;
58
+ declare function D$(e: any): any;
55
59
  declare function g6e(e: any): any;
56
- declare function kOe(e: any): any;
60
+ declare function m6e(e: any): any;
57
61
  declare function v6e(e: any): any;
58
- declare function eD(e: any): any;
62
+ declare function oke(e: any): any;
63
+ declare function lke(e: any): any;
59
64
  declare function y6e(e: any): any;
60
65
  declare function b6e(e: any): any;
61
- declare function x6e(e: any): any;
62
- declare function cke(e: any): any;
63
- declare function fke(e: any): any;
64
- declare function _6e(e: any): any;
65
- declare function w6e(e: any): any;
66
- declare function dke(): any;
67
- declare const u7: C.Context<{
66
+ declare function cke(): any;
67
+ declare const UD: C.Context<{
68
68
  isOpen: boolean;
69
69
  setState: () => {};
70
70
  }>;
71
- declare function eke(e: any): any;
72
- declare function hke(e: any): any;
73
- declare function lOe(e: any): any;
74
- declare function d6e(): any;
75
- declare function S6e(): any;
76
- declare function O6e(): any;
77
- declare function zT(e: any): any;
78
- declare function Ym(e: any): any;
79
- declare function VC(e: any): any;
80
- declare function k6e(e: any): any;
81
- declare function C6e(): any;
82
- declare function SSe(e: any): any;
83
- declare function vSe(e: any): any;
84
- declare function P6e(e: any): any;
85
- declare const $ke: any;
86
- declare function Hr(e: any): any;
87
- declare function sOe(e: any): any;
88
- declare const Go: C.Context<{}[]>;
89
- declare function VF(e: any): any;
90
- declare function WF(e: any): any;
91
- declare function fn(e: any): any;
92
- declare function JF(e: any): any;
93
- declare var gSe: any;
94
- declare function bke(e: any, t: any, n: any): void;
95
- declare function xke(e: any, t: any, n: any): void;
96
- declare function _ke(e: any, t: any, n: any): void;
97
- declare function nOe(e: any, t: any): 1 | -1 | 0;
98
- declare function md(e: any, t: any): 1 | -1 | 0;
99
- declare function tOe(e: any, t: any): 1 | -1 | 0;
100
- declare function Yke(e: any): {
71
+ declare function ZAe(e: any): any;
72
+ declare function uke(e: any): any;
73
+ declare function YSe(e: any): any;
74
+ declare function c6e(): any;
75
+ declare function x6e(): any;
76
+ declare function _6e(): any;
77
+ declare function SE(e: any): any;
78
+ declare function Ig(e: any): any;
79
+ declare function xC(e: any): any;
80
+ declare function E6e(e: any): any;
81
+ declare function w6e(): any;
82
+ declare function cSe(e: any): any;
83
+ declare function rSe(e: any): any;
84
+ declare function T6e(e: any): any;
85
+ declare const kke: any;
86
+ declare function Fr(e: any): any;
87
+ declare function qSe(e: any): any;
88
+ declare const Wo: C.Context<{}[]>;
89
+ declare function OF(e: any): any;
90
+ declare function wF(e: any): any;
91
+ declare function sn(e: any): any;
92
+ declare function DF(e: any): any;
93
+ declare var nSe: any;
94
+ declare function mke(e: any, t: any, n: any): void;
95
+ declare function vke(e: any, t: any, n: any): void;
96
+ declare function yke(e: any, t: any, n: any): void;
97
+ declare function BSe(e: any, t: any): 1 | -1 | 0;
98
+ declare function ud(e: any, t: any): 1 | -1 | 0;
99
+ declare function zSe(e: any, t: any): 1 | -1 | 0;
100
+ declare function Hke(e: any): {
101
101
  title: string;
102
102
  variant: string;
103
103
  timeout: number;
104
104
  };
105
- declare function vke(e: any, t: any): any;
106
- declare function X0(e: any): "var(--pf-v5-global--danger-color--100)" | "var(--pf-v5-global--success-color--100)" | "var(--pf-v5-global--warning-color--100)" | "var(--pf-v5-global--info-color--100)" | "var(--pf-v5-global--disabled-color--100)" | undefined;
107
- declare const Lk: "var(--pf-v5-global--danger-color--100)";
108
- declare const Nk: "var(--pf-v5-global--disabled-color--100)";
109
- declare const Rk: "var(--pf-v5-global--info-color--100)";
110
- declare const e6e: "var(--pf-v5-global--link--Color)";
111
- declare const Mk: "var(--pf-v5-global--success-color--100)";
112
- declare const ZF: "var(--pf-v5-global--warning-color--100)";
113
- declare function E6e(e: any): any;
114
- declare function yke(e: any, t: any): any;
115
- declare function Mn(e: any): boolean | undefined;
116
- declare function eOe(e?: (e: any) => {
105
+ declare function pke(e: any, t: any): any;
106
+ declare function M0(e: any): "var(--pf-v5-global--danger-color--100)" | "var(--pf-v5-global--success-color--100)" | "var(--pf-v5-global--warning-color--100)" | "var(--pf-v5-global--info-color--100)" | "var(--pf-v5-global--disabled-color--100)" | undefined;
107
+ declare const xk: "var(--pf-v5-global--danger-color--100)";
108
+ declare const wk: "var(--pf-v5-global--disabled-color--100)";
109
+ declare const _k: "var(--pf-v5-global--info-color--100)";
110
+ declare const Zke: "var(--pf-v5-global--link--Color)";
111
+ declare const bk: "var(--pf-v5-global--success-color--100)";
112
+ declare const jF: "var(--pf-v5-global--warning-color--100)";
113
+ declare function O6e(e: any): any;
114
+ declare function gke(e: any, t: any): any;
115
+ declare function Pn(e: any): boolean | undefined;
116
+ declare function WSe(e?: (e: any) => {
117
117
  genericErrors: {
118
118
  message: string;
119
119
  }[];
@@ -122,7 +122,7 @@ declare function eOe(e?: (e: any) => {
122
122
  message: string;
123
123
  }[];
124
124
  }): C.Dispatch<C.SetStateAction<undefined>>;
125
- declare function c6e(e?: (e: any) => {
125
+ declare function o6e(e?: (e: any) => {
126
126
  genericErrors: {
127
127
  message: string;
128
128
  }[];
@@ -131,16 +131,16 @@ declare function c6e(e?: (e: any) => {
131
131
  message: string;
132
132
  }[];
133
133
  }): (r: any) => void;
134
- declare function P2e(e: any): any;
135
- declare function k2e(e: any): any;
136
- declare function o6e(e: any): any;
137
- declare function E2e(e: any): any;
138
- declare function A2e(e: any): any;
139
- declare function M$(e: any, t: any): {
134
+ declare function m2e(e: any): any;
135
+ declare function g2e(e: any): any;
136
+ declare function r6e(e: any): any;
137
+ declare function h2e(e: any): any;
138
+ declare function p2e(e: any): any;
139
+ declare function p$(e: any, t: any): {
140
140
  filtered: never[];
141
141
  setFilterFn: (c: any) => void;
142
142
  };
143
- declare function tD(e: any, t: any): {
143
+ declare function I$(e: any, t: any): {
144
144
  form: undefined;
145
145
  handleSubmit: any;
146
146
  error: null;
@@ -148,7 +148,7 @@ declare function tD(e: any, t: any): {
148
148
  handleSubmitError: (l: any) => void;
149
149
  setFieldError: any;
150
150
  };
151
- declare function Gt(): ({
151
+ declare function Ht(): ({
152
152
  by: string;
153
153
  cancelText: string;
154
154
  canceledText: string;
@@ -185,8 +185,8 @@ declare function Gt(): ({
185
185
  unknownError: string;
186
186
  validating: string;
187
187
  } | (() => void))[];
188
- declare function wke(): (t: any, n: any) => any;
189
- declare function $6e(e: any): {
188
+ declare function bke(): (t: any, n: any) => any;
189
+ declare function k6e(e: any): {
190
190
  selectedItems: any[];
191
191
  selectItem: (h: any) => void;
192
192
  unselectItem: (h: any) => void;
@@ -212,35 +212,35 @@ declare function $6e(e: any): {
212
212
  pageItems: never[] | undefined;
213
213
  error: any;
214
214
  };
215
- declare function qke(): string;
216
- declare function Eb(): {
215
+ declare function Vke(): string;
216
+ declare function pb(): {
217
217
  addAlert: () => null;
218
218
  removeAlert: () => null;
219
219
  replaceAlert: () => null;
220
220
  removeAlerts: () => null;
221
221
  };
222
- declare function ya(): (((a: any) => void) | undefined)[];
223
- declare function NF(): {
222
+ declare function ua(): (((a: any) => void) | undefined)[];
223
+ declare function bF(): {
224
224
  dialogs: never[];
225
225
  clearDialogs: () => void;
226
226
  pushDialog: (e: any) => void;
227
227
  popDialog: () => void;
228
228
  };
229
- declare function tke(): (i: any) => void;
230
- declare function d5(): {
229
+ declare function JAe(): (i: any) => void;
230
+ declare function Vx(): {
231
231
  isOpen: boolean;
232
232
  setState: () => {};
233
233
  };
234
- declare function A6e(): (n: any, r: any) => void;
235
- declare function Gm(e: any): {
234
+ declare function C6e(): (n: any, r: any) => void;
235
+ declare function Dg(e: any): {
236
236
  paged: never[];
237
237
  page: number;
238
238
  setPage: C.Dispatch<C.SetStateAction<number>>;
239
239
  perPage: number;
240
240
  setPerPage: C.Dispatch<C.SetStateAction<number>>;
241
241
  };
242
- declare function f6e(e: any): (g: any, v: any) => void;
243
- declare function D$(e: any, t: any, n: any): {
242
+ declare function l6e(e: any): (g: any, v: any) => void;
243
+ declare function d$(e: any, t: any, n: any): {
244
244
  selectedItems: any[];
245
245
  selectItem: (p: any) => void;
246
246
  unselectItem: (p: any) => void;
@@ -252,7 +252,7 @@ declare function D$(e: any, t: any, n: any): {
252
252
  keyFn: any;
253
253
  unselectItems: (p: any) => void;
254
254
  };
255
- declare function ESe(e: any, t: any): {
255
+ declare function hSe(e: any, t: any): {
256
256
  selectedItems: any[];
257
257
  selectItem: (h: any) => void;
258
258
  unselectItem: (h: any) => void;
@@ -264,14 +264,14 @@ declare function ESe(e: any, t: any): {
264
264
  keyFn: any;
265
265
  unselectItems: (h: any) => void;
266
266
  };
267
- declare function Pu(): {};
268
- declare function BF(e: any): () => void;
269
- declare function I$(e: any): {
267
+ declare function Ou(): {};
268
+ declare function SF(e: any): () => void;
269
+ declare function h$(e: any): {
270
270
  sorted: any;
271
271
  sort: undefined;
272
272
  setSort: C.Dispatch<C.SetStateAction<undefined>>;
273
273
  };
274
- declare function l6e(e: any, t: any, n: any): {
274
+ declare function a6e(e: any, t: any, n: any): {
275
275
  allSelected: boolean;
276
276
  filtered: never[];
277
277
  isSelected: (p: any) => boolean;
@@ -295,7 +295,7 @@ declare function l6e(e: any, t: any, n: any): {
295
295
  unselectAll: () => void;
296
296
  unselectItem: (p: any) => void;
297
297
  };
298
- declare function Fke(e: any): {
298
+ declare function Lke(e: any): {
299
299
  page: number;
300
300
  setPage: C.Dispatch<C.SetStateAction<number>>;
301
301
  perPage: number;
@@ -308,11 +308,11 @@ declare function Fke(e: any): {
308
308
  setFilterState: C.Dispatch<any>;
309
309
  clearAllFilters: () => void;
310
310
  };
311
- declare function T2e(e: any): any;
312
- declare function s6e(e: any, t: any): any;
313
- declare function C2e(e: any): any;
314
- declare function Fx(e: any): any;
315
- declare function x$(e: any): any;
316
- declare function dM(): string;
311
+ declare function d2e(e: any): any;
312
+ declare function i6e(e: any, t: any): any;
313
+ declare function f2e(e: any): any;
314
+ declare function gx(e: any): any;
315
+ declare function Q3(e: any): any;
316
+ declare function HI(): string;
317
317
  import * as C from "react";
318
- export { QSe as BulkActionDialog, lSe as BulkSelector, Zke as BytesCell, Qh as Collapse, w2e as ColumnCardOption, O2e as ColumnDashboardOption, _2e as ColumnListOption, S2e as ColumnModalOption, My as ColumnPriority, co as ColumnTableOption, Xke as CopyCell, QAe as DataEditorActions, JAe as DataEditorButtons, Jke as DateCell, GF as DateTimeCell, Qke as ElapsedTimeCell, w4 as FrameworkTranslationsProvider, h6e as GenericForm, Nb as Help, XF as LabelColorE, YF as LabelsCell, j6e as LoadingPage, u6e as MultiSelectDialog, KF as PFColorE, kt as PageActionSelection, an as PageActionType, Cu as PageActions, _A as PageAlertToasterContext, M4 as PageAlertToasterProvider, T6e as PageApp, Kke as PageBody, J0 as PageChartContainer, t6e as PageDashboard, Fb as PageDashboardCard, n6e as PageDashboardChart, Fk as PageDashboardContext, r6e as PageDashboardCount, a6e as PageDashboardDonutCard, i6e as PageDashboardGettingStarted, kc as PageDetail, b2e as PageDetails, j2e as PageDetailsFromColumns, RF as PageDialogProvider, g2e as PageDonutChart, AOe as PageForm, COe as PageFormCancelButton, p6e as PageFormCheckbox, g6e as PageFormDataEditor, kOe as PageFormGrid, v6e as PageFormSelect, eD as PageFormSubmitButton, y6e as PageFormSwitch, b6e as PageFormTextArea, x6e as PageFormTextInput, cke as PageFramework, fke as PageHeader, _6e as PageLayout, w6e as PageMasthead, dke as PageMastheadToggle, u7 as PageNavSideBarContext, eke as PageNavSideBarProvider, hke as PageNavigation, lOe as PageNotFound, d6e as PageNotImplemented, S6e as PageNotificationsIcon, O6e as PageSettingsIcon, zT as PageTab, Ym as PageTable, VC as PageTableCards, k6e as PageTabs, C6e as PageThemeSwitcher, SSe as PageToolbar, vSe as PageToolbarFilters, P6e as PageWizard, $ke as RunningIcon, Hr as Scrollable, sOe as SelectDialog, Go as SettingsContext, VF as SettingsDialog, WF as SettingsProvider, fn as TableColumnCell, JF as TextCell, gSe as ToolbarFilterType, bke as addNavigationItem, xke as addNavigationItemAfter, _ke as addNavigationItemBefore, nOe as compareNumbers, md as compareStrings, tOe as compareUnknowns, Yke as errorToAlertProps, vke as findNavigationItemById, X0 as getPatternflyColor, Lk as pfDanger, Nk as pfDisabled, Rk as pfInfo, e6e as pfLink, Mk as pfSuccess, ZF as pfWarning, E6e as removeLeadingSlash, yke as removeNavigationItemById, Mn as useBreakpoint, eOe as useBulkActionDialog, c6e as useBulkConfirmation, P2e as useColumnsWithoutExpandedRow, k2e as useColumnsWithoutSort, o6e as useDashboardColumns, E2e as useDescriptionColumns, A2e as useExpandedColumns, M$ as useFiltered, tD as useFormErrors, Gt as useFrameworkTranslations, wke as useGetPageUrl, $6e as useInMemoryView, qke as useOrientation, Eb as usePageAlertToaster, ya as usePageDialog, NF as usePageDialogs, tke as usePageNavBarClick, d5 as usePageNavSideBar, A6e as usePageNavigate, Gm as usePaged, f6e as useSelectDialog, D$ as useSelected, ESe as useSelectedInMemory, Pu as useSettings, BF as useSettingsDialog, I$ as useSorted, l6e as useTableItems, Fke as useView, T2e as useVisibleCardColumns, s6e as useVisibleColumns, C2e as useVisibleListColumns, Fx as useVisibleModalColumns, x$ as useVisibleTableColumns, dM as useWindowSize };
318
+ export { FSe as BulkActionDialog, Y2e as BulkSelector, qke as BytesCell, Bh as Collapse, l2e as ColumnCardOption, u2e as ColumnDashboardOption, s2e as ColumnListOption, c2e as ColumnModalOption, by as ColumnPriority, to as ColumnTableOption, Yke as CopyCell, XAe as DataEditorActions, KAe as DataEditorButtons, Kke as DateCell, AF as DateTimeCell, Xke as ElapsedTimeCell, i4 as FrameworkTranslationsProvider, u6e as GenericForm, Cb as Help, $F as LabelColorE, kF as LabelsCell, A6e as LoadingPage, s6e as MultiSelectDialog, PF as PFColorE, Et as PageActionSelection, en as PageActionType, bu as PageActions, iA as PageAlertToasterContext, v4 as PageAlertToasterProvider, S6e as PageApp, Gke as PageBody, L0 as PageChartContainer, Jke as PageDashboard, Eb as PageDashboardCard, Qke as PageDashboardChart, Sk as PageDashboardContext, e6e as PageDashboardCount, n6e as PageDashboardDonutCard, t6e as PageDashboardGettingStarted, wc as PageDetail, a2e as PageDetails, v2e as PageDetailsFromColumns, yF as PageDialogProvider, n2e as PageDonutChart, gOe as PageForm, dOe as PageFormCancelButton, f6e as PageFormCheckbox, h6e as PageFormDataEditor, mOe as PageFormGrid, p6e as PageFormSelect, D$ as PageFormSubmitButton, g6e as PageFormSwitch, m6e as PageFormTextArea, v6e as PageFormTextInput, oke as PageFramework, lke as PageHeader, y6e as PageLayout, b6e as PageMasthead, cke as PageMastheadToggle, UD as PageNavSideBarContext, ZAe as PageNavSideBarProvider, uke as PageNavigation, YSe as PageNotFound, c6e as PageNotImplemented, x6e as PageNotificationsIcon, _6e as PageSettingsIcon, SE as PageTab, Ig as PageTable, xC as PageTableCards, E6e as PageTabs, w6e as PageThemeSwitcher, cSe as PageToolbar, rSe as PageToolbarFilters, T6e as PageWizard, kke as RunningIcon, Fr as Scrollable, qSe as SelectDialog, Wo as SettingsContext, OF as SettingsDialog, wF as SettingsProvider, sn as TableColumnCell, DF as TextCell, nSe as ToolbarFilterType, mke as addNavigationItem, vke as addNavigationItemAfter, yke as addNavigationItemBefore, BSe as compareNumbers, ud as compareStrings, zSe as compareUnknowns, Hke as errorToAlertProps, pke as findNavigationItemById, M0 as getPatternflyColor, xk as pfDanger, wk as pfDisabled, _k as pfInfo, Zke as pfLink, bk as pfSuccess, jF as pfWarning, O6e as removeLeadingSlash, gke as removeNavigationItemById, Pn as useBreakpoint, WSe as useBulkActionDialog, o6e as useBulkConfirmation, m2e as useColumnsWithoutExpandedRow, g2e as useColumnsWithoutSort, r6e as useDashboardColumns, h2e as useDescriptionColumns, p2e as useExpandedColumns, p$ as useFiltered, I$ as useFormErrors, Ht as useFrameworkTranslations, bke as useGetPageUrl, k6e as useInMemoryView, Vke as useOrientation, pb as usePageAlertToaster, ua as usePageDialog, bF as usePageDialogs, JAe as usePageNavBarClick, Vx as usePageNavSideBar, C6e as usePageNavigate, Dg as usePaged, l6e as useSelectDialog, d$ as useSelected, hSe as useSelectedInMemory, Ou as useSettings, SF as useSettingsDialog, h$ as useSorted, a6e as useTableItems, Lke as useView, d2e as useVisibleCardColumns, i6e as useVisibleColumns, f2e as useVisibleListColumns, gx as useVisibleModalColumns, Q3 as useVisibleTableColumns, HI as useWindowSize };
@@ -1,2 +1,3 @@
1
1
  export declare function formatDateString(dateObj: string, tz?: string): string;
2
2
  export declare function dateToInputDateTime(dt: string, tz?: string | null): string[];
3
+ export declare function secondsToHHMMSS(seconds: number): string;
@@ -1,3 +1,4 @@
1
1
  export declare function randomString(length: number, base?: number, options?: {
2
2
  isLowercase: boolean;
3
3
  }): string;
4
+ export declare function randomLowercaseString(length: number): string;