@ansible/ansible-ui-framework 2.4.2626 → 2.4.2627
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +2905 -2889
- package/index.umd.cjs +67 -67
- package/package.json +1 -1
- package/publish/index.d.ts +23 -23
package/package.json
CHANGED
package/publish/index.d.ts
CHANGED
@@ -28,7 +28,7 @@ declare var ph: any;
|
|
28
28
|
declare var Qe: any;
|
29
29
|
declare var ut: any;
|
30
30
|
declare function oo(e: any): any;
|
31
|
-
declare const JS:
|
31
|
+
declare const JS: w.Context<{
|
32
32
|
addAlert: () => null;
|
33
33
|
removeAlert: () => null;
|
34
34
|
replaceAlert: () => null;
|
@@ -41,7 +41,7 @@ declare function ag(e: any): any;
|
|
41
41
|
declare function i5e(e: any): any;
|
42
42
|
declare function Kp(e: any): any;
|
43
43
|
declare function a5e(e: any): any;
|
44
|
-
declare const oO:
|
44
|
+
declare const oO: w.Context<{
|
45
45
|
columns: number;
|
46
46
|
}>;
|
47
47
|
declare function s5e(e: any): any;
|
@@ -68,7 +68,7 @@ declare function zP(e: any): any;
|
|
68
68
|
declare function p1e(e: any): any;
|
69
69
|
declare function E5e(e: any): any;
|
70
70
|
declare function y1e(): any;
|
71
|
-
declare const i7:
|
71
|
+
declare const i7: w.Context<{
|
72
72
|
isOpen: boolean;
|
73
73
|
setState: () => {};
|
74
74
|
}>;
|
@@ -77,7 +77,7 @@ declare function v1e(e: any): any;
|
|
77
77
|
declare function G0e(): any;
|
78
78
|
declare function p5e(): any;
|
79
79
|
declare function T5e(): any;
|
80
|
-
declare const el:
|
80
|
+
declare const el: w.Context<{}[]>;
|
81
81
|
declare function IL(e: any): any;
|
82
82
|
declare function DC(e: any): any;
|
83
83
|
declare function h0(e: any): any;
|
@@ -132,7 +132,7 @@ declare function F0e(e: ((e: any) => {
|
|
132
132
|
name: string;
|
133
133
|
message: string;
|
134
134
|
}[];
|
135
|
-
}) | undefined, t: any):
|
135
|
+
}) | undefined, t: any): w.Dispatch<w.SetStateAction<undefined>>;
|
136
136
|
declare function h5e(e: ((e: any) => {
|
137
137
|
genericErrors: {
|
138
138
|
message: string;
|
@@ -163,7 +163,7 @@ declare function D3(e: any, t: any, n?: boolean): {
|
|
163
163
|
form: undefined;
|
164
164
|
handleSubmit: any;
|
165
165
|
error: null;
|
166
|
-
setError:
|
166
|
+
setError: w.Dispatch<w.SetStateAction<null>>;
|
167
167
|
handleSubmitError: (c: any) => void;
|
168
168
|
setFieldError: any;
|
169
169
|
};
|
@@ -217,15 +217,15 @@ declare function I5e(e: any): {
|
|
217
217
|
keyFn: any;
|
218
218
|
unselectItems: (h: any) => void;
|
219
219
|
page: number;
|
220
|
-
setPage:
|
220
|
+
setPage: w.Dispatch<w.SetStateAction<number>>;
|
221
221
|
perPage: number;
|
222
|
-
setPerPage:
|
222
|
+
setPerPage: w.Dispatch<w.SetStateAction<number>>;
|
223
223
|
sort: any;
|
224
|
-
setSort:
|
224
|
+
setSort: w.Dispatch<any>;
|
225
225
|
sortDirection: any;
|
226
|
-
setSortDirection:
|
226
|
+
setSortDirection: w.Dispatch<any>;
|
227
227
|
filterState: any;
|
228
|
-
setFilterState:
|
228
|
+
setFilterState: w.Dispatch<any>;
|
229
229
|
clearAllFilters: () => void;
|
230
230
|
itemCount: number | undefined;
|
231
231
|
pageItems: never[] | undefined;
|
@@ -255,9 +255,9 @@ declare function tl(): {};
|
|
255
255
|
declare function f0(e: any): {
|
256
256
|
paged: never[];
|
257
257
|
page: number;
|
258
|
-
setPage:
|
258
|
+
setPage: w.Dispatch<w.SetStateAction<number>>;
|
259
259
|
perPage: number;
|
260
|
-
setPerPage:
|
260
|
+
setPerPage: w.Dispatch<w.SetStateAction<number>>;
|
261
261
|
};
|
262
262
|
declare function g5e(e: any): (p: any, y: any) => void;
|
263
263
|
declare function l3(e: any, t: any, n: any): {
|
@@ -287,7 +287,7 @@ declare function u0e(e: any, t: any): {
|
|
287
287
|
declare function c3(e: any): {
|
288
288
|
sorted: any;
|
289
289
|
sort: undefined;
|
290
|
-
setSort:
|
290
|
+
setSort: w.Dispatch<w.SetStateAction<undefined>>;
|
291
291
|
};
|
292
292
|
declare function f5e(e: any, t: any, n: any): {
|
293
293
|
allSelected: boolean;
|
@@ -303,11 +303,11 @@ declare function f5e(e: any, t: any, n: any): {
|
|
303
303
|
selectPage: () => void;
|
304
304
|
selectedItems: any[];
|
305
305
|
setFilterFn: (c: any) => void;
|
306
|
-
setPage:
|
307
|
-
setPerPage:
|
306
|
+
setPage: w.Dispatch<w.SetStateAction<number>>;
|
307
|
+
setPerPage: w.Dispatch<w.SetStateAction<number>>;
|
308
308
|
setSearch: any;
|
309
309
|
setSearchFn: (h: any) => void;
|
310
|
-
setSort:
|
310
|
+
setSort: w.Dispatch<w.SetStateAction<undefined>>;
|
311
311
|
sort: undefined;
|
312
312
|
sorted: any;
|
313
313
|
unselectAll: () => void;
|
@@ -315,15 +315,15 @@ declare function f5e(e: any, t: any, n: any): {
|
|
315
315
|
};
|
316
316
|
declare function N1e(e: any): {
|
317
317
|
page: number;
|
318
|
-
setPage:
|
318
|
+
setPage: w.Dispatch<w.SetStateAction<number>>;
|
319
319
|
perPage: number;
|
320
|
-
setPerPage:
|
320
|
+
setPerPage: w.Dispatch<w.SetStateAction<number>>;
|
321
321
|
sort: any;
|
322
|
-
setSort:
|
322
|
+
setSort: w.Dispatch<any>;
|
323
323
|
sortDirection: any;
|
324
|
-
setSortDirection:
|
324
|
+
setSortDirection: w.Dispatch<any>;
|
325
325
|
filterState: any;
|
326
|
-
setFilterState:
|
326
|
+
setFilterState: w.Dispatch<any>;
|
327
327
|
clearAllFilters: () => void;
|
328
328
|
};
|
329
329
|
declare function Phe(e: any): any;
|
@@ -333,5 +333,5 @@ declare function Fv(e: any): any;
|
|
333
333
|
declare function n3(e: any): any;
|
334
334
|
declare function TD(): string;
|
335
335
|
declare function go(e: any, t: any): any;
|
336
|
-
import * as
|
336
|
+
import * as w from "react";
|
337
337
|
export { R0e as BulkActionDialog, kD as BulkSelector, e5e as BytesCell, Rb as Collapse, khe as ColumnCardOption, jhe as ColumnDashboardOption, The as ColumnListOption, Ahe as ColumnModalOption, ip as ColumnPriority, ia as ColumnTableOption, T0e as ColumnsDiv, t5e as CopyCell, mve as DataEditorActions, hve as DataEditorButtons, n5e as DateCell, Khe as DateRange, Ghe as DateRangeFilterPresets, NL as DateTimeCell, r5e as ElapsedTimeCell, xD as FrameworkTranslationsProvider, y5e as GenericForm, Lp as Help, UP as LabelColorE, WL as LabelsCell, K1e as LoadingPage, m5e as MultiSelectDialog, ph as PFColorE, Qe as PageActionSelection, ut as PageActionType, oo as PageActions, JS as PageAlertToasterContext, aM as PageAlertToasterProvider, A5e as PageApp, Q1e as PageBody, ag as PageChartContainer, i5e as PageDashboard, Kp as PageDashboardCard, a5e as PageDashboardChart, oO as PageDashboardContext, s5e as PageDashboardCount, c5e as PageDashboardDonutCard, l5e as PageDashboardGettingStarted, tc as PageDetail, E0e as PageDetailDiv, Ohe as PageDetails, Rhe as PageDetailsFromColumns, l0e as PageDialogProvider, Tfe as PageDonutChart, hme as PageForm, ume as PageFormCancelButton, v5e as PageFormCheckbox, b5e as PageFormDataEditor, mme as PageFormGrid, _5e as PageFormSelect, j3 as PageFormSubmitButton, C5e as PageFormSwitch, S5e as PageFormTextArea, w5e as PageFormTextInput, O5e as PageFramework, zP as PageHeader, p1e as PageLayout, E5e as PageMasthead, y1e as PageMastheadToggle, i7 as PageNavSideBarContext, a1e as PageNavSideBarProvider, v1e as PageNavigation, G0e as PageNotFound, p5e as PageNotImplemented, T5e as PageNotificationsIcon, el as PageSettingsContext, IL as PageSettingsProvider, DC as PageTab, h0 as PageTable, k0e as PageTableCard, i_ as PageTableCards, P5e as PageTabs, k5e as PageThemeSwitcher, i0e as PageToolbar, Jhe as PageToolbarFilters, L5e as PageWizard, RP as RunningIcon, Ir as Scrollable, q0e as SelectDialog, b0e as Small, vn as TableColumnCell, zL as TextCell, Yhe as ToolbarDateRangeFilter, Zhe as ToolbarFilterType, e_ as ToolbarSingleTextFilter, Xhe as ToolbarTextMultiFilter, C1e as addNavigationItem, S1e as addNavigationItemAfter, w1e as addNavigationItemBefore, W0e as compareNumbers, Ed as compareStrings, N0e as compareUnknowns, J1e as errorToAlertProps, x1e as findNavigationItemById, As as getPatternflyColor, M5e as multiSelectBrowseAdapter, ki as objectToString, GS as pfDanger, KS as pfDisabled, YS as pfInfo, X1e as pfLink, qS as pfSuccess, Z1e as pfUnreachable, VP as pfWarning, j5e as removeLeadingSlash, _1e as removeNavigationItemById, $5e as singleSelectBrowseAdapter, jn as useBreakpoint, F0e as useBulkActionDialog, h5e as useBulkConfirmation, A0e as useColumnsToTableCardFn, Ihe as useColumnsWithoutExpandedRow, Lhe as useColumnsWithoutSort, u5e as useDashboardColumns, Mhe as useDescriptionColumns, $he as useExpandedColumns, u3 as useFiltered, D3 as useFormErrors, Kt as useFrameworkTranslations, O1e as useGetPageUrl, I5e as useInMemoryView, Y1e as useOrientation, Rp as usePageAlertToaster, qo as usePageDialog, c0e as usePageDialogs, s1e as usePageNavBarClick, vb as usePageNavSideBar, D5e as usePageNavigate, tl as usePageSettings, f0 as usePaged, g5e as useSelectDialog, l3 as useSelected, u0e as useSelectedInMemory, c3 as useSorted, f5e as useTableItems, N1e as useView, Phe as useVisibleCardColumns, d5e as useVisibleColumns, Dhe as useVisibleListColumns, Fv as useVisibleModalColumns, n3 as useVisibleTableColumns, TD as useWindowSize, go as valueToObject };
|