@compill/admin 1.0.51 → 1.0.52

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.cjs.js CHANGED
@@ -3628,6 +3628,8 @@ function TableRowPublishPostButton(_a) {
3628
3628
  exports.AdminLayout = AdminLayout;
3629
3629
  exports.AttachDialog = AttachDialog;
3630
3630
  exports.Breadcrumbs = Breadcrumbs;
3631
+ exports.ButtonBar = ButtonBar;
3632
+ exports.ButtonBarButton = ButtonBarButton;
3631
3633
  exports.DialogButton = DialogButton;
3632
3634
  exports.FormActionDialog = FormActionDialog;
3633
3635
  exports.InvalidateButton = InvalidateButton;
package/index.esm.js CHANGED
@@ -3616,4 +3616,4 @@ function TableRowPublishPostButton(_a) {
3616
3616
  }));
3617
3617
  }
3618
3618
 
3619
- export { AdminLayout, AttachDialog, Breadcrumbs, DialogButton, FormActionDialog, InvalidateButton, ItemEditDialog, NavigateButton, OrderCell, PageContainer, PageContentEditor, PageMain, PageQueryStateContainer, PageSectionTitle, PageSidebar, PageSidebarSection, PageStateContainer, PageSubSectionTitle, PageTabbedTopBar, PageTabbedTopBarProvider, PageTitle, PageTopBar, PageTopBarToolbar, PublishButton, ScreenRenderer, SectionTitle, StatusBadge, TableContainer, TableCreateButton, TableFilterButton, TableRowActionBar, TableRowDeleteButton, TableRowEditButton, TableRowNavigateButton, TableRowPublishPostButton, TableRowViewButton, TableTopBar, UpdateButton, ViewButton };
3619
+ export { AdminLayout, AttachDialog, Breadcrumbs, ButtonBar, ButtonBarButton, DialogButton, FormActionDialog, InvalidateButton, ItemEditDialog, NavigateButton, OrderCell, PageContainer, PageContentEditor, PageMain, PageQueryStateContainer, PageSectionTitle, PageSidebar, PageSidebarSection, PageStateContainer, PageSubSectionTitle, PageTabbedTopBar, PageTabbedTopBarProvider, PageTitle, PageTopBar, PageTopBarToolbar, PublishButton, ScreenRenderer, SectionTitle, StatusBadge, TableContainer, TableCreateButton, TableFilterButton, TableRowActionBar, TableRowDeleteButton, TableRowEditButton, TableRowNavigateButton, TableRowPublishPostButton, TableRowViewButton, TableTopBar, UpdateButton, ViewButton };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compill/admin",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "module": "./index.esm.js",
5
5
  "main": "./index.cjs.js"
6
6
  }
package/src/index.d.ts CHANGED
@@ -17,6 +17,7 @@ export * from "./lib/json/types/QueryWrapperDialog";
17
17
  export * from "./lib/json/types/MultiQueryWrapper";
18
18
  export * from "./lib/json/ScreenRenderer";
19
19
  export * from "./lib/layout/AdminLayout";
20
+ export * from "./lib/layout/ButtonBar";
20
21
  export { MenuConfig } from "./lib/layout/Menu";
21
22
  export * from "./lib/modal/AttachDialog";
22
23
  export * from "./lib/modal/FormActionDialog";