@ansible/ansible-ui-framework 2.4.1133 → 2.4.1164

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;
@@ -0,0 +1,18 @@
1
+ import { IToolbarFilter } from '../PageToolbar/PageToolbarFilter';
2
+ import { IView } from '../useView';
3
+ import { ITableColumn } from './PageTableColumn';
4
+ import { ISelected } from './useTableItems';
5
+ export type PageMultiSelectListProps<T extends object> = {
6
+ labelForSelectedItems?: string;
7
+ view: IView & ISelected<T> & {
8
+ itemCount?: number;
9
+ pageItems: T[] | undefined;
10
+ };
11
+ tableColumns: ITableColumn<T>[];
12
+ toolbarFilters: IToolbarFilter[];
13
+ emptyStateTitle?: string;
14
+ errorStateTitle?: string;
15
+ defaultSort?: string;
16
+ maxSelections?: number;
17
+ };
18
+ export declare function PageMultiSelectList<T extends object>(props: PageMultiSelectListProps<T>): 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 Yke(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 Kke(e: any): any;
12
+ declare function ZAe(e: any): any;
13
+ declare function XAe(e: any): any;
11
14
  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;
23
- 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<{
15
+ declare function AF(e: any): any;
16
+ declare function Zke(e: any): any;
17
+ declare function i4(e: any): any;
18
+ declare function f6e(e: any): any;
19
+ declare function Cb(e: any): any;
20
+ declare var $F: any;
21
+ declare function kF(e: any): any;
22
+ declare function k6e(e: any): any;
23
+ declare function l6e(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 O6e(e: any): any;
36
+ declare function qke(e: any): any;
37
+ declare function L0(e: any): any;
38
+ declare function Qke(e: any): any;
39
+ declare function Eb(e: any): any;
40
+ declare function e6e(e: any): any;
41
+ declare const Sk: C.Context<{
42
42
  columns: number;
43
43
  }>;
44
+ declare function t6e(e: any): any;
44
45
  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;
46
+ declare function n6e(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 mOe(e: any): any;
53
+ declare function hOe(e: any): any;
54
+ declare function d6e(e: any): any;
54
55
  declare function p6e(e: any): any;
56
+ declare function vOe(e: any): any;
55
57
  declare function g6e(e: any): any;
56
- declare function kOe(e: any): any;
58
+ declare function D$(e: any): any;
59
+ declare function m6e(e: any): any;
57
60
  declare function v6e(e: any): any;
58
- declare function eD(e: any): any;
59
61
  declare function y6e(e: any): any;
62
+ declare function ske(e: any): any;
63
+ declare function cke(e: any): any;
60
64
  declare function b6e(e: any): any;
61
65
  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 uke(): 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;
71
+ declare function JAe(e: any): any;
72
+ declare function fke(e: any): any;
73
+ declare function KSe(e: any): any;
74
+ declare function u6e(): any;
75
+ declare function _6e(): any;
76
+ declare function w6e(): 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 T6e(e: any): any;
75
81
  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;
82
+ declare function cSe(e: any): any;
83
+ declare function rSe(e: any): any;
84
+ declare function A6e(e: any): any;
85
+ declare const Pke: any;
86
+ declare function Fr(e: any): any;
87
+ declare function YSe(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 vke(e: any, t: any, n: any): void;
95
+ declare function yke(e: any, t: any, n: any): void;
94
96
  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): {
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 Gke(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 gke(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 Jke: "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 C6e(e: any): any;
114
+ declare function mke(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 s6e(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 i6e(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 It(): ({
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 xke(): (t: any, n: any) => any;
189
+ declare function P6e(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 Uke(): 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 QAe(): (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 E6e(): (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 c6e(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 o6e(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 Rke(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 a6e(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, Yke as BytesCell, Bh as Collapse, l2e as ColumnCardOption, u2e as ColumnDashboardOption, s2e as ColumnListOption, c2e as ColumnModalOption, by as ColumnPriority, to as ColumnTableOption, Kke as CopyCell, ZAe as DataEditorActions, XAe as DataEditorButtons, Xke as DateCell, AF as DateTimeCell, Zke as ElapsedTimeCell, i4 as FrameworkTranslationsProvider, f6e as GenericForm, Cb as Help, $F as LabelColorE, kF as LabelsCell, k6e as LoadingPage, l6e as MultiSelectDialog, PF as PFColorE, Et as PageActionSelection, en as PageActionType, bu as PageActions, iA as PageAlertToasterContext, v4 as PageAlertToasterProvider, O6e as PageApp, qke as PageBody, L0 as PageChartContainer, Qke as PageDashboard, Eb as PageDashboardCard, e6e as PageDashboardChart, Sk as PageDashboardContext, t6e as PageDashboardCount, r6e as PageDashboardDonutCard, n6e as PageDashboardGettingStarted, wc as PageDetail, a2e as PageDetails, v2e as PageDetailsFromColumns, yF as PageDialogProvider, n2e as PageDonutChart, mOe as PageForm, hOe as PageFormCancelButton, d6e as PageFormCheckbox, p6e as PageFormDataEditor, vOe as PageFormGrid, g6e as PageFormSelect, D$ as PageFormSubmitButton, m6e as PageFormSwitch, v6e as PageFormTextArea, y6e as PageFormTextInput, ske as PageFramework, cke as PageHeader, b6e as PageLayout, x6e as PageMasthead, uke as PageMastheadToggle, UD as PageNavSideBarContext, JAe as PageNavSideBarProvider, fke as PageNavigation, KSe as PageNotFound, u6e as PageNotImplemented, _6e as PageNotificationsIcon, w6e as PageSettingsIcon, SE as PageTab, Ig as PageTable, xC as PageTableCards, T6e as PageTabs, S6e as PageThemeSwitcher, cSe as PageToolbar, rSe as PageToolbarFilters, A6e as PageWizard, Pke as RunningIcon, Fr as Scrollable, YSe as SelectDialog, Wo as SettingsContext, OF as SettingsDialog, wF as SettingsProvider, sn as TableColumnCell, DF as TextCell, nSe as ToolbarFilterType, vke as addNavigationItem, yke as addNavigationItemAfter, bke as addNavigationItemBefore, BSe as compareNumbers, ud as compareStrings, zSe as compareUnknowns, Gke as errorToAlertProps, gke as findNavigationItemById, M0 as getPatternflyColor, xk as pfDanger, wk as pfDisabled, _k as pfInfo, Jke as pfLink, bk as pfSuccess, jF as pfWarning, C6e as removeLeadingSlash, mke as removeNavigationItemById, Pn as useBreakpoint, WSe as useBulkActionDialog, s6e as useBulkConfirmation, m2e as useColumnsWithoutExpandedRow, g2e as useColumnsWithoutSort, i6e as useDashboardColumns, h2e as useDescriptionColumns, p2e as useExpandedColumns, p$ as useFiltered, I$ as useFormErrors, It as useFrameworkTranslations, xke as useGetPageUrl, P6e as useInMemoryView, Uke as useOrientation, pb as usePageAlertToaster, ua as usePageDialog, bF as usePageDialogs, QAe as usePageNavBarClick, Vx as usePageNavSideBar, E6e as usePageNavigate, Dg as usePaged, c6e as useSelectDialog, d$ as useSelected, hSe as useSelectedInMemory, Ou as useSettings, SF as useSettingsDialog, h$ as useSorted, o6e as useTableItems, Rke as useView, d2e as useVisibleCardColumns, a6e 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;