@ansible/ansible-ui-framework 2.4.1869 → 2.4.1871
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +1 -0
- package/index.js +5 -0
- package/index.umd.cjs +126 -126
- package/package.json +1 -1
- package/publish/index.d.ts +13 -1
package/index.d.ts
CHANGED
|
@@ -48,6 +48,7 @@ export * from './PageNavigation/useGetPageUrl';
|
|
|
48
48
|
export * from './PageNavigation/usePageNavigate';
|
|
49
49
|
export * from './PageSettings/PageSettingsProvider';
|
|
50
50
|
export * from './PageTable/PageTable';
|
|
51
|
+
export * from './PageTable/PageTableCard';
|
|
51
52
|
export * from './PageTable/PageTableCards';
|
|
52
53
|
export * from './PageTable/PageTableColumn';
|
|
53
54
|
export * from './PageTable/useTableItems';
|
package/index.js
CHANGED
|
@@ -48039,6 +48039,7 @@ export {
|
|
|
48039
48039
|
_1e as ColumnModalOption,
|
|
48040
48040
|
Mv as ColumnPriority,
|
|
48041
48041
|
Xa as ColumnTableOption,
|
|
48042
|
+
xxe as ColumnsDiv,
|
|
48042
48043
|
GCe as CopyCell,
|
|
48043
48044
|
HSe as DataEditorActions,
|
|
48044
48045
|
USe as DataEditorButtons,
|
|
@@ -48069,6 +48070,7 @@ export {
|
|
|
48069
48070
|
QCe as PageDashboardDonutCard,
|
|
48070
48071
|
JCe as PageDashboardGettingStarted,
|
|
48071
48072
|
ic as PageDetail,
|
|
48073
|
+
bxe as PageDetailDiv,
|
|
48072
48074
|
v1e as PageDetails,
|
|
48073
48075
|
k1e as PageDetailsFromColumns,
|
|
48074
48076
|
txe as PageDialogProvider,
|
|
@@ -48098,6 +48100,7 @@ export {
|
|
|
48098
48100
|
sN as PageSettingsProvider,
|
|
48099
48101
|
tO as PageTab,
|
|
48100
48102
|
ng as PageTable,
|
|
48103
|
+
_xe as PageTableCard,
|
|
48101
48104
|
YS as PageTableCards,
|
|
48102
48105
|
wOe as PageTabs,
|
|
48103
48106
|
yOe as PageThemeSwitcher,
|
|
@@ -48107,6 +48110,7 @@ export {
|
|
|
48107
48110
|
jCe as RunningIcon,
|
|
48108
48111
|
ti as Scrollable,
|
|
48109
48112
|
Fxe as SelectDialog,
|
|
48113
|
+
dxe as Small,
|
|
48110
48114
|
nn as TableColumnCell,
|
|
48111
48115
|
dN as TextCell,
|
|
48112
48116
|
U1e as ToolbarFilterType,
|
|
@@ -48132,6 +48136,7 @@ export {
|
|
|
48132
48136
|
On as useBreakpoint,
|
|
48133
48137
|
jxe as useBulkActionDialog,
|
|
48134
48138
|
rOe as useBulkConfirmation,
|
|
48139
|
+
wxe as useColumnsToTableCardFn,
|
|
48135
48140
|
A1e as useColumnsWithoutExpandedRow,
|
|
48136
48141
|
T1e as useColumnsWithoutSort,
|
|
48137
48142
|
eOe as useDashboardColumns,
|