@xbuilder/bunadmin-source-strapi
Advanced tools
Comparing version 1.4.0-beta.3 to 1.5.0-beta.0
import { Action } from "material-table"; | ||
import { BulkDeleteProps } from "@xbuilder/bunadmin"; | ||
export default function bulkDeleteCtrl<RowData extends object>(props: BulkDeleteProps): Action<RowData>; |
@@ -0,0 +0,0 @@ "use strict"; |
import { DataCtrl } from "../types"; | ||
import { QueryResult } from "material-table"; | ||
export default function dataCtrl<RowData extends object>({ t, listService, ...sharedProps }: DataCtrl<RowData>): Promise<QueryResult<RowData>>; |
@@ -0,0 +0,0 @@ "use strict"; |
import { EditableCtrl, EditableDataType } from "@xbuilder/bunadmin"; | ||
export default function editableCtrl({ t, SchemaName, disableAdd }: EditableCtrl): EditableDataType<any>; |
@@ -0,0 +0,0 @@ "use strict"; |
export { default as dataCtrl } from "./dataCtrl"; | ||
export { default as editableCtrl } from "./editableCtrl"; | ||
export { default as bulkDeleteCtrl } from "./bulkDeleteCtrl"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Query } from "material-table"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { EditableCtrl } from "@xbuilder/bunadmin"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { BulkDeleteProps } from "@xbuilder/bunadmin"; |
@@ -0,0 +0,0 @@ "use strict"; |
import { BulkUpdateProps } from "@xbuilder/bunadmin"; | ||
export default function bulkUpdateSer<T>({ t, SchemaName, changes }: BulkUpdateProps<T>): Promise<any[]>; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { EditableCtrl } from "@xbuilder/bunadmin"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export { default as addSer } from "./addSer"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ListService } from "../types"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { EditableCtrl } from "@xbuilder/bunadmin"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { TFunction } from "i18next"; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
{ | ||
"name": "@xbuilder/bunadmin-source-strapi", | ||
"version": "1.4.0-beta.3", | ||
"version": "1.5.0-beta.0", | ||
"license": "Apache-2.0", | ||
@@ -19,3 +19,4 @@ "main": "lib/index.js", | ||
"test": "prettier --check --no-semi src/** pages/** test/** && jest" | ||
} | ||
} | ||
}, | ||
"gitHead": "929bef09c3ad7c9996a1fdb24f92e067db68697c" | ||
} |
@@ -0,0 +0,0 @@ # bunadmin-source-strapi |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65570