@ansible/ansible-ui-framework 2.4.1968 → 2.4.1969

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.1968",
4
+ "version": "2.4.1969",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",
@@ -6,7 +6,7 @@ declare var _1e: any;
6
6
  declare var S1e: any;
7
7
  declare var x1e: any;
8
8
  declare var w1e: any;
9
- declare var Mv: any;
9
+ declare var M0: any;
10
10
  declare var Xa: any;
11
11
  declare const _xe: any;
12
12
  declare function qCe(e: any): any;
@@ -26,7 +26,7 @@ declare var Oy: any;
26
26
  declare var Je: any;
27
27
  declare var lt: any;
28
28
  declare function ia(e: any): any;
29
- declare const FE: C.Context<{
29
+ declare const FE: O.Context<{
30
30
  addAlert: () => null;
31
31
  removeAlert: () => null;
32
32
  replaceAlert: () => null;
@@ -35,11 +35,11 @@ declare const FE: C.Context<{
35
35
  declare function IR(e: any): any;
36
36
  declare function xOe(e: any): any;
37
37
  declare function HCe(e: any): any;
38
- declare function e0(e: any): any;
38
+ declare function ev(e: any): any;
39
39
  declare function XCe(e: any): any;
40
40
  declare function Wy(e: any): any;
41
41
  declare function ZCe(e: any): any;
42
- declare const ZT: C.Context<{
42
+ declare const ZT: O.Context<{
43
43
  columns: number;
44
44
  }>;
45
45
  declare function JCe(e: any): any;
@@ -66,7 +66,7 @@ declare function oCe(e: any): any;
66
66
  declare function sCe(e: any): any;
67
67
  declare function vOe(e: any): any;
68
68
  declare function lCe(): any;
69
- declare const iD: C.Context<{
69
+ declare const iD: O.Context<{
70
70
  isOpen: boolean;
71
71
  setState: () => {};
72
72
  }>;
@@ -75,7 +75,7 @@ declare function cCe(e: any): any;
75
75
  declare function Wxe(e: any): any;
76
76
  declare function sOe(): any;
77
77
  declare function yOe(): any;
78
- declare const el: C.Context<{}[]>;
78
+ declare const el: O.Context<{}[]>;
79
79
  declare function lN(e: any): any;
80
80
  declare function nO(e: any): any;
81
81
  declare function tg(e: any): any;
@@ -125,7 +125,7 @@ declare function Dxe(e?: (e: any) => {
125
125
  name: string;
126
126
  message: string;
127
127
  }[];
128
- }): C.Dispatch<C.SetStateAction<undefined>>;
128
+ }): O.Dispatch<O.SetStateAction<undefined>>;
129
129
  declare function iOe(e?: (e: any) => {
130
130
  genericErrors: {
131
131
  message: string;
@@ -156,7 +156,7 @@ declare function qj(e: any, t: any, n?: boolean): {
156
156
  form: undefined;
157
157
  handleSubmit: any;
158
158
  error: null;
159
- setError: C.Dispatch<C.SetStateAction<null>>;
159
+ setError: O.Dispatch<O.SetStateAction<null>>;
160
160
  handleSubmitError: (c: any) => void;
161
161
  setFieldError: any;
162
162
  };
@@ -210,15 +210,15 @@ declare function EOe(e: any): {
210
210
  keyFn: any;
211
211
  unselectItems: (h: any) => void;
212
212
  page: number;
213
- setPage: C.Dispatch<C.SetStateAction<number>>;
213
+ setPage: O.Dispatch<O.SetStateAction<number>>;
214
214
  perPage: number;
215
- setPerPage: C.Dispatch<C.SetStateAction<number>>;
215
+ setPerPage: O.Dispatch<O.SetStateAction<number>>;
216
216
  sort: any;
217
- setSort: C.Dispatch<any>;
217
+ setSort: O.Dispatch<any>;
218
218
  sortDirection: any;
219
- setSortDirection: C.Dispatch<any>;
219
+ setSortDirection: O.Dispatch<any>;
220
220
  filterState: any;
221
- setFilterState: C.Dispatch<any>;
221
+ setFilterState: O.Dispatch<any>;
222
222
  clearAllFilters: () => void;
223
223
  itemCount: number | undefined;
224
224
  pageItems: never[] | undefined;
@@ -248,9 +248,9 @@ declare function tl(): {};
248
248
  declare function eg(e: any): {
249
249
  paged: never[];
250
250
  page: number;
251
- setPage: C.Dispatch<C.SetStateAction<number>>;
251
+ setPage: O.Dispatch<O.SetStateAction<number>>;
252
252
  perPage: number;
253
- setPerPage: C.Dispatch<C.SetStateAction<number>>;
253
+ setPerPage: O.Dispatch<O.SetStateAction<number>>;
254
254
  };
255
255
  declare function oOe(e: any): (m: any, v: any) => void;
256
256
  declare function Oj(e: any, t: any, n: any): {
@@ -280,7 +280,7 @@ declare function ixe(e: any, t: any): {
280
280
  declare function Ej(e: any): {
281
281
  sorted: any;
282
282
  sort: undefined;
283
- setSort: C.Dispatch<C.SetStateAction<undefined>>;
283
+ setSort: O.Dispatch<O.SetStateAction<undefined>>;
284
284
  };
285
285
  declare function rOe(e: any, t: any, n: any): {
286
286
  allSelected: boolean;
@@ -296,11 +296,11 @@ declare function rOe(e: any, t: any, n: any): {
296
296
  selectPage: () => void;
297
297
  selectedItems: any[];
298
298
  setFilterFn: (c: any) => void;
299
- setPage: C.Dispatch<C.SetStateAction<number>>;
300
- setPerPage: C.Dispatch<C.SetStateAction<number>>;
299
+ setPage: O.Dispatch<O.SetStateAction<number>>;
300
+ setPerPage: O.Dispatch<O.SetStateAction<number>>;
301
301
  setSearch: any;
302
302
  setSearchFn: (h: any) => void;
303
- setSort: C.Dispatch<C.SetStateAction<undefined>>;
303
+ setSort: O.Dispatch<O.SetStateAction<undefined>>;
304
304
  sort: undefined;
305
305
  sorted: any;
306
306
  unselectAll: () => void;
@@ -308,15 +308,15 @@ declare function rOe(e: any, t: any, n: any): {
308
308
  };
309
309
  declare function $Ce(e: any): {
310
310
  page: number;
311
- setPage: C.Dispatch<C.SetStateAction<number>>;
311
+ setPage: O.Dispatch<O.SetStateAction<number>>;
312
312
  perPage: number;
313
- setPerPage: C.Dispatch<C.SetStateAction<number>>;
313
+ setPerPage: O.Dispatch<O.SetStateAction<number>>;
314
314
  sort: any;
315
- setSort: C.Dispatch<any>;
315
+ setSort: O.Dispatch<any>;
316
316
  sortDirection: any;
317
- setSortDirection: C.Dispatch<any>;
317
+ setSortDirection: O.Dispatch<any>;
318
318
  filterState: any;
319
- setFilterState: C.Dispatch<any>;
319
+ setFilterState: O.Dispatch<any>;
320
320
  clearAllFilters: () => void;
321
321
  };
322
322
  declare function O1e(e: any): any;
@@ -326,5 +326,5 @@ declare function k1(e: any): any;
326
326
  declare function bj(e: any): any;
327
327
  declare function f$(): string;
328
328
  declare function ga(e: any, t: any): any;
329
- import * as C from "react";
330
- export { jxe as BulkActionDialog, M1e as BulkSelector, GCe as BytesCell, JS as Collapse, _1e as ColumnCardOption, S1e as ColumnDashboardOption, x1e as ColumnListOption, w1e as ColumnModalOption, Mv as ColumnPriority, Xa as ColumnTableOption, _xe as ColumnsDiv, qCe as CopyCell, GSe as DataEditorActions, HSe as DataEditorButtons, YCe as DateCell, fN as DateTimeCell, KCe as ElapsedTimeCell, ER as FrameworkTranslationsProvider, lOe as GenericForm, zy as Help, OR as LabelColorE, dN as LabelsCell, OOe as LoadingPage, aOe as MultiSelectDialog, Oy as PFColorE, Je as PageActionSelection, lt as PageActionType, ia as PageActions, FE as PageAlertToasterContext, IR as PageAlertToasterProvider, xOe as PageApp, HCe as PageBody, e0 as PageChartContainer, XCe as PageDashboard, Wy as PageDashboardCard, ZCe as PageDashboardChart, ZT as PageDashboardContext, JCe as PageDashboardCount, eOe as PageDashboardDonutCard, QCe as PageDashboardGettingStarted, ic as PageDetail, xxe as PageDetailDiv, y1e as PageDetails, P1e as PageDetailsFromColumns, nxe as PageDialogProvider, g1e as PageDonutChart, s5e as PageForm, i5e as PageFormCancelButton, cOe as PageFormCheckbox, fOe as PageFormDataEditor, l5e as PageFormGrid, dOe as PageFormSelect, Gj as PageFormSubmitButton, hOe as PageFormSwitch, pOe as PageFormTextArea, gOe as PageFormTextInput, mOe as PageFramework, oCe as PageHeader, sCe as PageLayout, vOe as PageMasthead, lCe as PageMastheadToggle, iD as PageNavSideBarContext, qSe as PageNavSideBarProvider, cCe as PageNavigation, Wxe as PageNotFound, sOe as PageNotImplemented, yOe as PageNotificationsIcon, el as PageSettingsContext, lN as PageSettingsProvider, nO as PageTab, tg as PageTable, wxe as PageTableCard, KS as PageTableCards, SOe as PageTabs, bOe as PageThemeSwitcher, J1e as PageToolbar, G1e as PageToolbarFilters, COe as PageWizard, DCe as RunningIcon, ni as Scrollable, zxe as SelectDialog, hxe as Small, nn as TableColumnCell, hN as TextCell, H1e as ToolbarFilterType, hCe as addNavigationItem, pCe as addNavigationItemAfter, gCe as addNavigationItemBefore, Ixe as compareNumbers, Nf as compareStrings, $xe as compareUnknowns, UCe as errorToAlertProps, fCe as findNavigationItemById, bc as getPatternflyColor, ma as objectToString, DE as pfDanger, IE as pfDisabled, $E as pfInfo, BCe as pfLink, jE as pfSuccess, VCe as pfUnreachable, CR as pfWarning, _Oe as removeLeadingSlash, dCe as removeNavigationItemById, On as useBreakpoint, Dxe as useBulkActionDialog, iOe as useBulkConfirmation, Sxe as useColumnsToTableCardFn, k1e as useColumnsWithoutExpandedRow, A1e as useColumnsWithoutSort, tOe as useDashboardColumns, E1e as useDescriptionColumns, T1e as useExpandedColumns, Tj as useFiltered, qj as useFormErrors, Vt as useFrameworkTranslations, mCe as useGetPageUrl, EOe as useInMemoryView, zCe as useOrientation, Ty as usePageAlertToaster, Ba as usePageDialog, rxe as usePageDialogs, YSe as usePageNavBarClick, K1 as usePageNavSideBar, wOe as usePageNavigate, tl as usePageSettings, eg as usePaged, oOe as useSelectDialog, Oj as useSelected, ixe as useSelectedInMemory, Ej as useSorted, rOe as useTableItems, $Ce as useView, O1e as useVisibleCardColumns, nOe as useVisibleColumns, C1e as useVisibleListColumns, k1 as useVisibleModalColumns, bj as useVisibleTableColumns, f$ as useWindowSize, ga as valueToObject };
329
+ import * as O from "react";
330
+ export { jxe as BulkActionDialog, M1e as BulkSelector, GCe as BytesCell, JS as Collapse, _1e as ColumnCardOption, S1e as ColumnDashboardOption, x1e as ColumnListOption, w1e as ColumnModalOption, M0 as ColumnPriority, Xa as ColumnTableOption, _xe as ColumnsDiv, qCe as CopyCell, GSe as DataEditorActions, HSe as DataEditorButtons, YCe as DateCell, fN as DateTimeCell, KCe as ElapsedTimeCell, ER as FrameworkTranslationsProvider, lOe as GenericForm, zy as Help, OR as LabelColorE, dN as LabelsCell, OOe as LoadingPage, aOe as MultiSelectDialog, Oy as PFColorE, Je as PageActionSelection, lt as PageActionType, ia as PageActions, FE as PageAlertToasterContext, IR as PageAlertToasterProvider, xOe as PageApp, HCe as PageBody, ev as PageChartContainer, XCe as PageDashboard, Wy as PageDashboardCard, ZCe as PageDashboardChart, ZT as PageDashboardContext, JCe as PageDashboardCount, eOe as PageDashboardDonutCard, QCe as PageDashboardGettingStarted, ic as PageDetail, xxe as PageDetailDiv, y1e as PageDetails, P1e as PageDetailsFromColumns, nxe as PageDialogProvider, g1e as PageDonutChart, s5e as PageForm, i5e as PageFormCancelButton, cOe as PageFormCheckbox, fOe as PageFormDataEditor, l5e as PageFormGrid, dOe as PageFormSelect, Gj as PageFormSubmitButton, hOe as PageFormSwitch, pOe as PageFormTextArea, gOe as PageFormTextInput, mOe as PageFramework, oCe as PageHeader, sCe as PageLayout, vOe as PageMasthead, lCe as PageMastheadToggle, iD as PageNavSideBarContext, qSe as PageNavSideBarProvider, cCe as PageNavigation, Wxe as PageNotFound, sOe as PageNotImplemented, yOe as PageNotificationsIcon, el as PageSettingsContext, lN as PageSettingsProvider, nO as PageTab, tg as PageTable, wxe as PageTableCard, KS as PageTableCards, SOe as PageTabs, bOe as PageThemeSwitcher, J1e as PageToolbar, G1e as PageToolbarFilters, COe as PageWizard, DCe as RunningIcon, ni as Scrollable, zxe as SelectDialog, hxe as Small, nn as TableColumnCell, hN as TextCell, H1e as ToolbarFilterType, hCe as addNavigationItem, pCe as addNavigationItemAfter, gCe as addNavigationItemBefore, Ixe as compareNumbers, Nf as compareStrings, $xe as compareUnknowns, UCe as errorToAlertProps, fCe as findNavigationItemById, bc as getPatternflyColor, ma as objectToString, DE as pfDanger, IE as pfDisabled, $E as pfInfo, BCe as pfLink, jE as pfSuccess, VCe as pfUnreachable, CR as pfWarning, _Oe as removeLeadingSlash, dCe as removeNavigationItemById, On as useBreakpoint, Dxe as useBulkActionDialog, iOe as useBulkConfirmation, Sxe as useColumnsToTableCardFn, k1e as useColumnsWithoutExpandedRow, A1e as useColumnsWithoutSort, tOe as useDashboardColumns, E1e as useDescriptionColumns, T1e as useExpandedColumns, Tj as useFiltered, qj as useFormErrors, Vt as useFrameworkTranslations, mCe as useGetPageUrl, EOe as useInMemoryView, zCe as useOrientation, Ty as usePageAlertToaster, Ba as usePageDialog, rxe as usePageDialogs, YSe as usePageNavBarClick, K1 as usePageNavSideBar, wOe as usePageNavigate, tl as usePageSettings, eg as usePaged, oOe as useSelectDialog, Oj as useSelected, ixe as useSelectedInMemory, Ej as useSorted, rOe as useTableItems, $Ce as useView, O1e as useVisibleCardColumns, nOe as useVisibleColumns, C1e as useVisibleListColumns, k1 as useVisibleModalColumns, bj as useVisibleTableColumns, f$ as useWindowSize, ga as valueToObject };