@compill/admin 1.0.29 → 1.0.30
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 +44 -44
- package/index.umd.js +6 -6
- package/lib/SectionTitle.d.ts +2 -2
- package/lib/breadcrumbs/BreadCrumbs.d.ts +2 -2
- package/lib/buttons/DialogButton.d.ts +4 -3
- package/lib/buttons/IconButton.d.ts +2 -2
- package/lib/buttons/InvalidateButton.d.ts +2 -2
- package/lib/buttons/NavigateButton.d.ts +2 -2
- package/lib/buttons/PublishButton.d.ts +2 -2
- package/lib/buttons/UpdateButton.d.ts +2 -2
- package/lib/buttons/ViewButton.d.ts +2 -2
- package/lib/json/DetailsView.d.ts +3 -3
- package/lib/json/EditItemView.d.ts +2 -2
- package/lib/json/MultiQueryWrapper.d.ts +3 -3
- package/lib/json/QueryWrapper.d.ts +3 -3
- package/lib/json/ScreenRenderer.d.ts +3 -3
- package/lib/json/ScreenTopBar.d.ts +3 -3
- package/lib/json/TabbedView.d.ts +3 -3
- package/lib/json/buttons/ActionButton.d.ts +2 -2
- package/lib/json/buttons/ConfirmationActionButton.d.ts +2 -2
- package/lib/json/dialog/DialogRenderer.d.ts +4 -4
- package/lib/json/dialog/ItemDeleteDialog.d.ts +2 -2
- package/lib/json/dialog/ItemEditDialog.d.ts +6 -5
- package/lib/json/dialog/MultiQueryWrapperDialog.d.ts +2 -2
- package/lib/json/dialog/QueryWrapperDialog.d.ts +3 -3
- package/lib/json/table/TableRowActionsView.d.ts +2 -2
- package/lib/json/table/TableRowPublishPostButton.d.ts +2 -2
- package/lib/json/table/TableView.d.ts +3 -3
- package/lib/json/table/TableViewContext.d.ts +5 -4
- package/lib/json/table/useTableProps.d.ts +2 -1
- package/lib/json/types/DetailsView.d.ts +3 -3
- package/lib/json/types/EditItemDialog.d.ts +2 -1
- package/lib/json/types/MultiQueryWrapper.d.ts +4 -3
- package/lib/json/types/MultiQueryWrapperDialog.d.ts +2 -1
- package/lib/json/types/QueryWrapper.d.ts +4 -3
- package/lib/json/types/QueryWrapperDialog.d.ts +2 -1
- package/lib/json/types/ScreenConfig.d.ts +7 -6
- package/lib/json/types/TabbedView.d.ts +6 -6
- package/lib/json/types/TableView.d.ts +9 -9
- package/lib/modal/AttachDialog.d.ts +4 -4
- package/lib/modal/FormActionDialog.d.ts +6 -5
- package/lib/modal/ItemEditDialog.d.ts +5 -4
- package/lib/page/PageContainer.d.ts +2 -2
- package/lib/page/PageContentEditor.d.ts +2 -2
- package/lib/page/PageMain.d.ts +2 -2
- package/lib/page/PageQueryStateContainer.d.ts +3 -2
- package/lib/page/PageSectionTitle.d.ts +2 -2
- package/lib/page/PageSidebar.d.ts +2 -2
- package/lib/page/PageSidebarSection.d.ts +2 -2
- package/lib/page/PageStateContainer.d.ts +3 -2
- package/lib/page/PageSubSectionTitle.d.ts +2 -2
- package/lib/page/PageTitle.d.ts +2 -2
- package/lib/page/PageTopBar.d.ts +4 -3
- package/lib/status/StatusBadge.d.ts +2 -2
- package/lib/table/TableContainer.d.ts +3 -3
- package/lib/table/TableContainerContext.d.ts +3 -2
- package/lib/table/TableCreateButton.d.ts +2 -2
- package/lib/table/TableFilterButton.d.ts +2 -2
- package/lib/table/TableFilters.d.ts +1 -1
- package/lib/table/TableMassActions.d.ts +2 -2
- package/lib/table/TableRowActionBar.d.ts +2 -2
- package/lib/table/TableRowDeleteButton.d.ts +2 -2
- package/lib/table/TableRowEditButton.d.ts +2 -2
- package/lib/table/TableRowNavigateButton.d.ts +2 -2
- package/lib/table/TableRowPublishPostButton.d.ts +2 -2
- package/lib/table/TableRowViewButton.d.ts +2 -2
- package/lib/table/TableTopBar.d.ts +2 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
@@ -1,44 +1,44 @@
|
|
1
|
-
export * from
|
2
|
-
export * from
|
3
|
-
export * from
|
4
|
-
export * from
|
5
|
-
export * from
|
6
|
-
export * from
|
7
|
-
export * from
|
8
|
-
export * from
|
9
|
-
export * from
|
10
|
-
export * from
|
11
|
-
export * from
|
12
|
-
export * from
|
13
|
-
export * from
|
14
|
-
export * from
|
15
|
-
export * from
|
16
|
-
export * from
|
17
|
-
export * from
|
18
|
-
export * from
|
19
|
-
export * from
|
20
|
-
export * from
|
21
|
-
export * from
|
22
|
-
export * from
|
23
|
-
export * from
|
24
|
-
export * from
|
25
|
-
export * from
|
26
|
-
export * from
|
27
|
-
export * from
|
28
|
-
export * from
|
29
|
-
export * from
|
30
|
-
export * from
|
31
|
-
export * from
|
32
|
-
export * from
|
33
|
-
export * from
|
34
|
-
export * from
|
35
|
-
export * from
|
36
|
-
export * from
|
37
|
-
export * from
|
38
|
-
export * from
|
39
|
-
export * from
|
40
|
-
export * from
|
41
|
-
export * from
|
42
|
-
export * from
|
43
|
-
export * from
|
44
|
-
export * from
|
1
|
+
export * from './lib/SectionTitle';
|
2
|
+
export * from './lib/breadcrumbs/BreadCrumbs';
|
3
|
+
export * from './lib/buttons/DialogButton';
|
4
|
+
export * from './lib/buttons/IconButton';
|
5
|
+
export * from './lib/buttons/InvalidateButton';
|
6
|
+
export * from './lib/buttons/NavigateButton';
|
7
|
+
export * from './lib/buttons/PublishButton';
|
8
|
+
export * from './lib/buttons/UpdateButton';
|
9
|
+
export * from './lib/buttons/ViewButton';
|
10
|
+
export * from './lib/cells/OrderCell';
|
11
|
+
export * from './lib/json/types/ScreenConfig';
|
12
|
+
export * from './lib/json/types/EditItemDialog';
|
13
|
+
export * from './lib/json/types/TableView';
|
14
|
+
export * from './lib/json/types/TabbedView';
|
15
|
+
export * from './lib/json/types/DetailsView';
|
16
|
+
export * from './lib/json/types/QueryWrapper';
|
17
|
+
export * from './lib/json/types/QueryWrapperDialog';
|
18
|
+
export * from './lib/json/types/MultiQueryWrapper';
|
19
|
+
export * from './lib/json/ScreenRenderer';
|
20
|
+
export * from './lib/modal/AttachDialog';
|
21
|
+
export * from './lib/modal/FormActionDialog';
|
22
|
+
export * from './lib/modal/ItemEditDialog';
|
23
|
+
export * from './lib/page/PageContainer';
|
24
|
+
export * from './lib/page/PageContentEditor';
|
25
|
+
export * from './lib/page/PageMain';
|
26
|
+
export * from './lib/page/PageQueryStateContainer';
|
27
|
+
export * from './lib/page/PageSectionTitle';
|
28
|
+
export * from './lib/page/PageSidebar';
|
29
|
+
export * from './lib/page/PageSidebarSection';
|
30
|
+
export * from './lib/page/PageStateContainer';
|
31
|
+
export * from './lib/page/PageSubSectionTitle';
|
32
|
+
export * from './lib/page/PageTitle';
|
33
|
+
export * from './lib/page/PageTopBar';
|
34
|
+
export * from './lib/status/StatusBadge';
|
35
|
+
export * from './lib/table/TableContainer';
|
36
|
+
export * from './lib/table/TableCreateButton';
|
37
|
+
export * from './lib/table/TableFilterButton';
|
38
|
+
export * from './lib/table/TableRowActionBar';
|
39
|
+
export * from './lib/table/TableRowDeleteButton';
|
40
|
+
export * from './lib/table/TableRowEditButton';
|
41
|
+
export * from './lib/table/TableRowNavigateButton';
|
42
|
+
export * from './lib/table/TableRowPublishPostButton';
|
43
|
+
export * from './lib/table/TableRowViewButton';
|
44
|
+
export * from './lib/table/TableTopBar';
|