@ansible/ansible-ui-framework 2.4.672 → 2.4.1113

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. package/README.md +3 -105
  2. package/assets/editor.worker-CKha-MBL.js +11 -0
  3. package/assets/json.worker-BXgpME0S.js +42 -0
  4. package/assets/yaml.worker-DhJ2nZ1S.js +466 -0
  5. package/framework/PageActions/PageAction.d.ts +2 -0
  6. package/framework/PageCells/DateTimeCell.d.ts +0 -1
  7. package/framework/PageCells/LabelsCell.d.ts +4 -0
  8. package/framework/PageDashboard/PageDashboardCard.d.ts +3 -1
  9. package/framework/PageDetails/PageDetails.d.ts +2 -0
  10. package/framework/PageDetails/PageDetailsFromColumns.d.ts +2 -2
  11. package/framework/PageDialogs/BulkActionDialog.d.ts +3 -1
  12. package/framework/PageDialogs/BulkConfirmationDialog.d.ts +3 -1
  13. package/framework/PageDialogs/MultiSelectDialog.d.ts +1 -0
  14. package/framework/PageDialogs/PageDialog.d.ts +8 -3
  15. package/framework/PageDialogs/{SelectSingleDialog.d.ts → SingleSelectDialog.d.ts} +3 -2
  16. package/framework/PageForm/Inputs/FormGroupTypeAheadMultiSelect.d.ts +1 -0
  17. package/framework/PageForm/Inputs/PageFormAsyncMultiSelect.d.ts +1 -1
  18. package/framework/PageForm/Inputs/PageFormCheckbox.d.ts +3 -0
  19. package/framework/PageForm/Inputs/PageFormDataEditor.d.ts +30 -14
  20. package/framework/PageForm/Inputs/PageFormMarkdown.d.ts +19 -0
  21. package/framework/PageForm/Inputs/PageFormMarkdownEditor.cy.d.ts +1 -0
  22. package/framework/PageForm/Inputs/PageFormMultiInput.d.ts +1 -0
  23. package/framework/PageForm/Inputs/PageFormSecret.cy.d.ts +1 -0
  24. package/framework/{PageInputs/PageHiddenInput.d.ts → PageForm/Inputs/PageFormSecret.d.ts} +2 -2
  25. package/framework/PageForm/Inputs/PageFormSwitch.d.ts +2 -0
  26. package/framework/PageForm/Inputs/validation-hooks.d.ts +4 -0
  27. package/framework/PageForm/PageForm.d.ts +2 -0
  28. package/framework/PageForm/Utils/PageFormSection.d.ts +1 -0
  29. package/framework/PageForm/Utils/PageFormSetError.d.ts +5 -0
  30. package/framework/PageForm/Utils/PageFormSetValue.d.ts +5 -0
  31. package/framework/PageForm/Utils/PageFormWatch.d.ts +4 -3
  32. package/framework/PageForm/typesErrorAdapter.d.ts +1 -1
  33. package/framework/PageHeader.d.ts +1 -0
  34. package/framework/PageInputs/PageMultiSelect.d.ts +2 -0
  35. package/framework/PageInputs/PageSelectOption.d.ts +2 -1
  36. package/framework/PageInputs/PageSingleSelect.d.ts +15 -0
  37. package/framework/PageMasonry.d.ts +6 -0
  38. package/framework/PageMasthead/PageMasthead.d.ts +1 -3
  39. package/framework/PageMasthead/PageNotificationsIcon.d.ts +1 -4
  40. package/framework/PageNavigation/PageNavigationItem.d.ts +4 -0
  41. package/framework/PageNotifications/PageNotificationsProvider.cy.d.ts +1 -0
  42. package/framework/PageNotifications/PageNotificationsProvider.d.ts +27 -0
  43. package/framework/PageTable/PageTable.d.ts +1 -0
  44. package/framework/PageTable/PageTableCard.d.ts +3 -3
  45. package/framework/PageTable/PageTableColumn.d.ts +103 -80
  46. package/framework/PageTable/useTableItems.d.ts +2 -5
  47. package/framework/PageTabs/PageBreadcrumbs.d.ts +11 -0
  48. package/framework/PageTabs/PageRoutedTabs.d.ts +6 -0
  49. package/framework/PageTabs/PageTabs.d.ts +1 -0
  50. package/framework/PageToolbar/PageToolbar.d.ts +2 -0
  51. package/framework/PageToolbar/PageToolbarFilter.d.ts +10 -8
  52. package/framework/PageToolbar/PageToolbarFilters/ToolbarAsyncMultiSelectFilter.d.ts +7 -2
  53. package/framework/PageToolbar/PageToolbarFilters/ToolbarAsyncSelectFilterBuilder.d.ts +4 -2
  54. package/framework/PageToolbar/PageToolbarFilters/ToolbarAsyncSingleSelectFilter.d.ts +2 -1
  55. package/framework/PageToolbar/PageToolbarFilters/ToolbarTextFilter.d.ts +16 -5
  56. package/framework/PageWizard/PageWizard.d.ts +3 -1
  57. package/framework/PageWizard/PageWizardBody.d.ts +2 -6
  58. package/framework/PageWizard/PageWizardFooter.d.ts +1 -1
  59. package/framework/PageWizard/PageWizardHeader.d.ts +5 -0
  60. package/framework/PageWizard/PageWizardNavigation.d.ts +1 -1
  61. package/framework/PageWizard/PageWizardProvider.d.ts +1 -0
  62. package/framework/PageWizard/PageWizardToggle.d.ts +1 -1
  63. package/framework/PageWizard/index.d.ts +1 -1
  64. package/framework/PageWizard/types.d.ts +12 -1
  65. package/framework/Settings.d.ts +2 -0
  66. package/framework/components/DataEditor.d.ts +12 -0
  67. package/framework/components/DropZone.d.ts +7 -0
  68. package/framework/components/ErrorBoundary.d.ts +3 -3
  69. package/framework/components/IconButton.d.ts +2 -0
  70. package/framework/components/Scrollable.d.ts +3 -1
  71. package/framework/components/icons/ExpandIcon.d.ts +4 -0
  72. package/framework/components/icons/RunningIcon.d.ts +1 -1
  73. package/framework/hooks/useID.d.ts +1 -0
  74. package/framework/index.d.ts +0 -1
  75. package/framework/publish/assets/editor.worker-CKha-MBL.d.ts +0 -0
  76. package/framework/publish/assets/json.worker-BXgpME0S.d.ts +3 -0
  77. package/framework/publish/assets/yaml.worker-DhJ2nZ1S.d.ts +3 -0
  78. package/framework/publish/index.d.ts +166 -141
  79. package/framework/utils/codeEditorUtils.d.ts +0 -4
  80. package/framework/utils/download-file.d.ts +1 -1
  81. package/index.js +28505 -25209
  82. package/index.umd.cjs +336 -281
  83. package/package.json +1 -1
  84. package/style.css +1 -1
  85. package/framework/PageCells/CapacityCell.d.ts +0 -5
  86. package/framework/PageForm/Inputs/DataEditor.d.ts +0 -12
  87. /package/framework/{PageInputs/PageHiddenInput.cy.d.ts → PageDialogs/PageDialog.cy.d.ts} +0 -0
@@ -1,10 +1,12 @@
1
1
  import { ReactNode } from 'react';
2
2
  export interface Settings {
3
+ refreshInterval?: 60;
3
4
  theme?: 'system' | 'light' | 'dark';
4
5
  activeTheme?: 'light' | 'dark';
5
6
  tableLayout?: 'compact' | 'comfortable';
6
7
  formColumns?: 'single' | 'multiple';
7
8
  formLayout?: 'vertical' | 'horizontal';
9
+ dateFormat?: 'since' | 'date-time';
8
10
  }
9
11
  export declare const SettingsContext: import("react").Context<[Settings, (settings: Settings) => void]>;
10
12
  export declare function useSettings(): Settings;
@@ -0,0 +1,12 @@
1
+ import './DataEditor.css';
2
+ export type DataEditorLanguages = 'json' | 'yaml' | 'markdown';
3
+ export declare function DataEditor(props: {
4
+ id?: string;
5
+ name: string;
6
+ language: DataEditorLanguages;
7
+ value: string;
8
+ onChange: (value: string) => void;
9
+ setError: (error?: string) => void;
10
+ isReadOnly?: boolean;
11
+ className?: string;
12
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { ReactNode } from 'react';
2
+ export declare function DropZone(props: {
3
+ children?: ReactNode;
4
+ onDrop: (contents: string) => void;
5
+ isDisabled?: boolean;
6
+ inputRef?: React.RefObject<HTMLInputElement>;
7
+ }): import("react/jsx-runtime").JSX.Element;
@@ -6,10 +6,10 @@ interface Props {
6
6
  interface State {
7
7
  hasError: boolean;
8
8
  }
9
- declare class ErrorBoundary extends Component<Props, State> {
9
+ export declare class ErrorBoundary extends Component<Props, State> {
10
10
  state: State;
11
11
  static getDerivedStateFromError(_: Error): State;
12
12
  componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
13
- render(): string | number | boolean | import("react/jsx-runtime").JSX.Element | Iterable<ReactNode> | null | undefined;
13
+ render(): string | number | boolean | Iterable<ReactNode> | import("react/jsx-runtime").JSX.Element | null | undefined;
14
14
  }
15
- export default ErrorBoundary;
15
+ export {};
@@ -0,0 +1,2 @@
1
+ /// <reference types="react" />
2
+ export declare const IconButton: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>>;
@@ -1,7 +1,9 @@
1
- import { ReactNode } from 'react';
1
+ import { CSSProperties, ReactNode } from 'react';
2
2
  import './Scrollable.css';
3
3
  export declare function Scrollable(props: {
4
4
  children?: ReactNode;
5
+ className?: string;
5
6
  borderTop?: boolean;
6
7
  borderBottom?: boolean;
8
+ style?: CSSProperties;
7
9
  }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,4 @@
1
+ export declare function ExpandIcon(props: {
2
+ isExpanded: boolean;
3
+ setExpanded: (expanded: boolean) => void;
4
+ }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,2 @@
1
1
  /// <reference types="react" />
2
- export declare const RunningIcon: import("styled-components").StyledComponent<import("react").ComponentClass<import("@patternfly/react-icons/dist/esm/createIcon").SVGIconProps, any>, any, {}, never>;
2
+ export declare const RunningIcon: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").FastOmit<import("@patternfly/react-icons/dist/esm/createIcon").SVGIconProps & import("react").RefAttributes<import("react").Component<import("@patternfly/react-icons/dist/esm/createIcon").SVGIconProps, any, any>>, never>> & Omit<import("react").ComponentClass<import("@patternfly/react-icons/dist/esm/createIcon").SVGIconProps, any>, keyof import("react").Component<any, {}, any>>;
@@ -7,4 +7,5 @@ export declare function getID(props: {
7
7
  id?: string;
8
8
  label?: string;
9
9
  name?: string;
10
+ title?: string;
10
11
  } | string): string | undefined;
@@ -3,7 +3,6 @@ export * from './PageActions/PageActions';
3
3
  export * from './PageAlertToaster';
4
4
  export * from './PageBody';
5
5
  export * from './PageCells/BytesCell';
6
- export * from './PageCells/CapacityCell';
7
6
  export * from './PageCells/CopyCell';
8
7
  export * from './PageCells/DateTimeCell';
9
8
  export * from './PageCells/ElapsedTimeCell';
@@ -0,0 +1,3 @@
1
+ declare var Wu: <T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>) => T;
2
+ declare function Hu(st: any, Oe: any, We: any): any;
3
+ declare function tn(st: any, Oe: any, We: any): any;
@@ -0,0 +1,3 @@
1
+ declare var DA: <T>(o: T, p: PropertyKey, attributes: PropertyDescriptor & ThisType<any>) => T;
2
+ declare function bA(Is: any, es: any, Os: any): any;
3
+ declare function Ms(Is: any, es: any, Os: any): any;
@@ -1,135 +1,154 @@
1
- declare function uwe(e: any): any;
2
- declare function _2e(e: any): any;
3
- declare function eEe(e: any): any;
4
- declare function nEe(e: any): any;
5
- declare function oh(e: any): any;
6
- declare var c2e: any;
7
- declare var s2e: any;
8
- declare var u2e: any;
9
- declare var Ha: any;
10
- declare function rEe(e: any): any;
11
- declare function iEe(e: any): any;
12
- declare function hR(e: any): any;
13
- declare const tEe: C.Context<undefined>;
14
- declare function aEe(e: any): any;
15
- declare function AI(e: any): any;
16
- declare function _Ee(e: any): any;
17
- declare function tT(e: any): any;
18
- declare var vR: any;
19
- declare function mR(e: any): any;
20
- declare function LEe(e: any): any;
21
- declare function vEe(e: any): any;
22
- declare var pR: any;
23
- declare var At: any;
24
- declare var Jt: any;
25
- declare function Wc(e: any): any;
26
- declare const ZO: C.Context<{
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;
11
+ 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<{
27
29
  addAlert: () => null;
28
30
  removeAlert: () => null;
29
31
  replaceAlert: () => null;
30
32
  removeAlerts: () => null;
31
33
  }>;
32
- declare function c4(e: any): any;
33
- declare function jEe(e: any): any;
34
- declare function QAe(e: any): any;
35
- declare function Pg(e: any): any;
36
- declare function lEe(e: any): any;
37
- declare function cy(e: any): any;
38
- declare function sEe(e: any): any;
39
- declare const dA: C.Context<{
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<{
40
42
  columns: number;
41
43
  }>;
42
- declare function cEe(e: any): any;
43
- declare function fEe(e: any): any;
44
- declare function uEe(e: any): any;
45
- declare function bf(e: any): any;
46
- declare function l2e(e: any): any;
47
- declare function p2e(e: any): any;
48
- declare function u4(e: any): any;
49
- declare function i2e(e: any): any;
50
- declare function uSe(e: any): any;
51
- declare function lSe(e: any): any;
52
- declare function xEe(e: any): any;
53
- declare function wEe(e: any): any;
54
- declare function fSe(e: any): any;
55
- declare function SEe(e: any): any;
56
- declare function O3(e: any): any;
57
- declare function CEe(e: any): any;
58
- declare function OEe(e: any): any;
59
- declare function TEe(e: any): any;
60
- declare function mAe(e: any): any;
61
- declare function gAe(e: any): any;
62
- declare function AEe(e: any): any;
63
- declare function EEe(e: any): any;
64
- declare function vAe(): any;
65
- declare const P$: C.Context<{
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;
54
+ declare function p6e(e: any): any;
55
+ declare function g6e(e: any): any;
56
+ declare function kOe(e: any): any;
57
+ declare function v6e(e: any): any;
58
+ declare function eD(e: any): any;
59
+ declare function y6e(e: any): any;
60
+ 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
68
  isOpen: boolean;
67
69
  setState: () => {};
68
70
  }>;
69
- declare function dAe(e: any): any;
70
- declare function yAe(e: any): any;
71
- declare function bwe(e: any): any;
72
- declare function bEe(): any;
73
- declare function kEe(e: any): any;
74
- declare function PEe(): any;
75
- declare function kC(e: any): any;
76
- declare function Rm(e: any): any;
77
- declare function NS(e: any): any;
78
- declare function EAe(e: any): any;
79
- declare function $Ee(): any;
80
- declare function D2e(e: any): any;
81
- declare function A2e(e: any): any;
82
- declare function IEe(e: any): any;
83
- declare const LAe: any;
84
- declare function Ya(e: any): any;
85
- declare function ywe(e: any): any;
86
- declare const Oo: C.Context<{}[]>;
87
- declare function m4(e: any): any;
88
- declare function d4(e: any): any;
89
- declare function dn(e: any): any;
90
- declare function t5(e: any): any;
91
- declare var T2e: any;
92
- declare function CAe(e: any, t: any, n: any): void;
93
- declare function OAe(e: any, t: any, n: any): void;
94
- declare function TAe(e: any, t: any, n: any): void;
95
- declare function hwe(e: any, t: any): 1 | -1 | 0;
96
- declare function _f(e: any, t: any): 1 | -1 | 0;
97
- declare function dwe(e: any, t: any): 1 | -1 | 0;
98
- declare function JAe(e: any): {
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 yi(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): {
99
101
  title: string;
100
102
  variant: string;
101
103
  timeout: number;
102
104
  };
103
- declare function wAe(e: any, t: any): any;
104
- declare function Eg(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;
105
- declare const rA: "var(--pf-v5-global--danger-color--100)";
106
- declare const aA: "var(--pf-v5-global--disabled-color--100)";
107
- declare const iA: "var(--pf-v5-global--info-color--100)";
108
- declare const oEe: "var(--pf-v5-global--link--Color)";
109
- declare const nA: "var(--pf-v5-global--success-color--100)";
110
- declare const gR: "var(--pf-v5-global--warning-color--100)";
111
- declare function DEe(e: any): any;
112
- declare function SAe(e: any, t: any): any;
113
- declare function pn(e: any): boolean | undefined;
114
- declare function fwe(): C.Dispatch<C.SetStateAction<undefined>>;
115
- declare function gEe(): (n: any) => void;
116
- declare function mEe(e: any): any;
117
- declare function hEe(e: any): any;
118
- declare function h2e(e: any): any;
119
- declare function m2e(e: any): any;
120
- declare function ZP(e: any, t: any): {
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) => {
117
+ genericErrors: {
118
+ message: string;
119
+ }[];
120
+ fieldErrors: {
121
+ name: string;
122
+ message: string;
123
+ }[];
124
+ }): C.Dispatch<C.SetStateAction<undefined>>;
125
+ declare function c6e(e?: (e: any) => {
126
+ genericErrors: {
127
+ message: string;
128
+ }[];
129
+ fieldErrors: {
130
+ name: string;
131
+ message: string;
132
+ }[];
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): {
121
140
  filtered: never[];
122
141
  setFilterFn: (c: any) => void;
123
142
  };
124
- declare function T3(e: any, t: any): {
143
+ declare function tD(e: any, t: any): {
125
144
  form: undefined;
126
145
  handleSubmit: any;
127
146
  error: null;
128
147
  setError: C.Dispatch<C.SetStateAction<null>>;
129
- handleSubmitError: (s: any) => void;
148
+ handleSubmitError: (l: any) => void;
130
149
  setFieldError: any;
131
150
  };
132
- declare function Dt(): ({
151
+ declare function Gt(): ({
133
152
  by: string;
134
153
  cancelText: string;
135
154
  canceledText: string;
@@ -166,8 +185,8 @@ declare function Dt(): ({
166
185
  unknownError: string;
167
186
  validating: string;
168
187
  } | (() => void))[];
169
- declare function AAe(): (t: any, n: any) => any;
170
- declare function REe(e: any): {
188
+ declare function wke(): (t: any, n: any) => any;
189
+ declare function $6e(e: any): {
171
190
  selectedItems: any[];
172
191
  selectItem: (h: any) => void;
173
192
  unselectItem: (h: any) => void;
@@ -193,41 +212,47 @@ declare function REe(e: any): {
193
212
  pageItems: never[] | undefined;
194
213
  error: any;
195
214
  };
196
- declare function XAe(): string;
197
- declare function JO(): {
215
+ declare function qke(): string;
216
+ declare function Eb(): {
198
217
  addAlert: () => null;
199
218
  removeAlert: () => null;
200
219
  replaceAlert: () => null;
201
220
  removeAlerts: () => null;
202
221
  };
203
- declare function ea(): ((() => void) | undefined)[];
204
- declare function hAe(): (i: any) => void;
205
- declare function P1(): {
222
+ declare function ya(): (((a: any) => void) | undefined)[];
223
+ declare function NF(): {
224
+ dialogs: never[];
225
+ clearDialogs: () => void;
226
+ pushDialog: (e: any) => void;
227
+ popDialog: () => void;
228
+ };
229
+ declare function tke(): (i: any) => void;
230
+ declare function d5(): {
206
231
  isOpen: boolean;
207
232
  setState: () => {};
208
233
  };
209
- declare function MEe(): (n: any, r: any) => void;
210
- declare function Lm(e: any): {
234
+ declare function A6e(): (n: any, r: any) => void;
235
+ declare function Gm(e: any): {
211
236
  paged: never[];
212
237
  page: number;
213
238
  setPage: C.Dispatch<C.SetStateAction<number>>;
214
239
  perPage: number;
215
240
  setPerPage: C.Dispatch<C.SetStateAction<number>>;
216
241
  };
217
- declare function yEe(e: any): (g: any, y: any) => void;
218
- declare function KP(e: any, t: any, n: any): {
242
+ declare function f6e(e: any): (g: any, y: any) => void;
243
+ declare function D$(e: any, t: any, n: any): {
219
244
  selectedItems: any[];
220
- selectItem: (m: any) => void;
221
- unselectItem: (m: any) => void;
222
- isSelected: (m: any) => boolean;
223
- selectItems: (m: any) => void;
245
+ selectItem: (p: any) => void;
246
+ unselectItem: (p: any) => void;
247
+ isSelected: (p: any) => boolean;
248
+ selectItems: (p: any) => void;
224
249
  selectAll: () => void;
225
250
  unselectAll: () => void;
226
251
  allSelected: boolean;
227
252
  keyFn: any;
228
- unselectItems: (m: any) => void;
253
+ unselectItems: (p: any) => void;
229
254
  };
230
- declare function F2e(e: any, t: any): {
255
+ declare function ESe(e: any, t: any): {
231
256
  selectedItems: any[];
232
257
  selectItem: (h: any) => void;
233
258
  unselectItem: (h: any) => void;
@@ -239,24 +264,24 @@ declare function F2e(e: any, t: any): {
239
264
  keyFn: any;
240
265
  unselectItems: (h: any) => void;
241
266
  };
242
- declare function Bc(): {};
243
- declare function h4(e: any): () => void;
244
- declare function XP(e: any): {
267
+ declare function Pu(): {};
268
+ declare function BF(e: any): () => void;
269
+ declare function I$(e: any): {
245
270
  sorted: any;
246
271
  sort: undefined;
247
272
  setSort: C.Dispatch<C.SetStateAction<undefined>>;
248
273
  };
249
- declare function pEe(e: any, t: any, n: any): {
274
+ declare function l6e(e: any, t: any, n: any): {
250
275
  allSelected: boolean;
251
276
  filtered: never[];
252
- isSelected: (m: any) => boolean;
277
+ isSelected: (p: any) => boolean;
253
278
  page: number;
254
279
  paged: never[];
255
280
  perPage: number;
256
281
  search: any;
257
282
  searched: never[];
258
283
  selectAll: () => void;
259
- selectItem: (m: any) => void;
284
+ selectItem: (p: any) => void;
260
285
  selectPage: () => void;
261
286
  selectedItems: any[];
262
287
  setFilterFn: (c: any) => void;
@@ -268,9 +293,9 @@ declare function pEe(e: any, t: any, n: any): {
268
293
  sort: undefined;
269
294
  sorted: any;
270
295
  unselectAll: () => void;
271
- unselectItem: (m: any) => void;
296
+ unselectItem: (p: any) => void;
272
297
  };
273
- declare function VAe(e: any): {
298
+ declare function Fke(e: any): {
274
299
  page: number;
275
300
  setPage: C.Dispatch<C.SetStateAction<number>>;
276
301
  perPage: number;
@@ -283,11 +308,11 @@ declare function VAe(e: any): {
283
308
  setFilterState: C.Dispatch<any>;
284
309
  clearAllFilters: () => void;
285
310
  };
286
- declare function d2e(e: any): any;
287
- declare function dEe(e: any, t: any): any;
288
- declare function f2e(e: any): any;
289
- declare function GP(e: any): any;
290
- declare function UP(e: any): any;
291
- declare function w7(): string;
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;
292
317
  import * as C from "react";
293
- export { uwe as BulkActionDialog, _2e as BulkSelector, eEe as BytesCell, nEe as CapacityCell, oh as Collapse, c2e as ColumnCardOption, s2e as ColumnListOption, u2e as ColumnModalOption, Ha as ColumnTableOption, rEe as CopyCell, iEe as DateCell, hR as DateTimeCell, tEe as DialogContext, aEe as ElapsedTimeCell, AI as FrameworkTranslationsProvider, _Ee as GenericForm, tT as Help, vR as LabelColorE, mR as LabelsCell, LEe as LoadingPage, vEe as MultiSelectDialog, pR as PFColorE, At as PageActionSelection, Jt as PageActionType, Wc as PageActions, ZO as PageAlertToasterContext, c4 as PageAlertToasterProvider, jEe as PageApp, QAe as PageBody, Pg as PageChartContainer, lEe as PageDashboard, cy as PageDashboardCard, sEe as PageDashboardChart, dA as PageDashboardContext, cEe as PageDashboardCount, fEe as PageDashboardDonutCard, uEe as PageDashboardGettingStarted, bf as PageDetail, l2e as PageDetails, p2e as PageDetailsFromColumns, u4 as PageDialogProvider, i2e as PageDonutChart, uSe as PageForm, lSe as PageFormCancelButton, xEe as PageFormCheckbox, wEe as PageFormDataEditor, fSe as PageFormGrid, SEe as PageFormSelect, O3 as PageFormSubmitButton, CEe as PageFormSwitch, OEe as PageFormTextArea, TEe as PageFormTextInput, mAe as PageFramework, gAe as PageHeader, AEe as PageLayout, EEe as PageMasthead, vAe as PageMastheadToggle, P$ as PageNavSideBarContext, dAe as PageNavSideBarProvider, yAe as PageNavigation, bwe as PageNotFound, bEe as PageNotImplemented, kEe as PageNotificationsIcon, PEe as PageSettingsIcon, kC as PageTab, Rm as PageTable, NS as PageTableCards, EAe as PageTabs, $Ee as PageThemeSwitcher, D2e as PageToolbar, A2e as PageToolbarFilters, IEe as PageWizard, LAe as RunningIcon, Ya as Scrollable, ywe as SelectDialog, Oo as SettingsContext, m4 as SettingsDialog, d4 as SettingsProvider, dn as TableColumnCell, t5 as TextCell, T2e as ToolbarFilterType, CAe as addNavigationItem, OAe as addNavigationItemAfter, TAe as addNavigationItemBefore, hwe as compareNumbers, _f as compareStrings, dwe as compareUnknowns, JAe as errorToAlertProps, wAe as findNavigationItemById, Eg as getPatternflyColor, rA as pfDanger, aA as pfDisabled, iA as pfInfo, oEe as pfLink, nA as pfSuccess, gR as pfWarning, DEe as removeLeadingSlash, SAe as removeNavigationItemById, pn as useBreakpoint, fwe as useBulkActionDialog, gEe as useBulkConfirmation, mEe as useColumnsWithoutExpandedRow, hEe as useColumnsWithoutSort, h2e as useDescriptionColumns, m2e as useExpandedColumns, ZP as useFiltered, T3 as useFormErrors, Dt as useFrameworkTranslations, AAe as useGetPageUrl, REe as useInMemoryView, XAe as useOrientation, JO as usePageAlertToaster, ea as usePageDialog, hAe as usePageNavBarClick, P1 as usePageNavSideBar, MEe as usePageNavigate, Lm as usePaged, yEe as useSelectDialog, KP as useSelected, F2e as useSelectedInMemory, Bc as useSettings, h4 as useSettingsDialog, XP as useSorted, pEe as useTableItems, VAe as useView, d2e as useVisibleCardColumns, dEe as useVisibleColumns, f2e as useVisibleListColumns, GP as useVisibleModalColumns, UP as useVisibleTableColumns, w7 as useWindowSize };
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, yi 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 };
@@ -1,5 +1 @@
1
- export declare function yamlToJson(yamlString: string): string;
2
1
  export declare function jsonToYaml(jsonString: string): string;
3
- export declare function isJsonObject(value: unknown): boolean;
4
- export declare function isJsonString(jsonString: unknown): boolean;
5
- export declare function parseVariableField(variableField: string): object;
@@ -1,2 +1,2 @@
1
- export declare function downloadTextFile(name: string, content: string): void;
1
+ export declare function downloadTextFile(name: string, content: string, extension?: string): void;
2
2
  export declare function downloadCvsFile(name: string, content: string[]): void;