@tachybase/client 0.23.8-alpha.29 → 0.23.8-alpha.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.
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as __WEBPACK_EXTERNAL_MODULE__application_Plugin_mjs__ from "../../application/Plugin.mjs";
|
|
2
2
|
import * as __WEBPACK_EXTERNAL_MODULE__ACLProvider_mjs__ from "./ACLProvider.mjs";
|
|
3
3
|
|
|
4
|
-
;// CONCATENATED MODULE: external "../../application/
|
|
4
|
+
;// CONCATENATED MODULE: external "../../application/Plugin.mjs"
|
|
5
5
|
|
|
6
6
|
;// CONCATENATED MODULE: external "./ACLProvider.mjs"
|
|
7
7
|
|
|
8
8
|
;// CONCATENATED MODULE: ./packages/client/src/built-in/acl/ACLPlugin.ts?__rslib_entry__
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
class ACLPlugin extends
|
|
11
|
+
class ACLPlugin extends __WEBPACK_EXTERNAL_MODULE__application_Plugin_mjs__.Plugin {
|
|
12
12
|
async load() {
|
|
13
13
|
this.app.addComponents({
|
|
14
14
|
ACLCollectionFieldProvider: __WEBPACK_EXTERNAL_MODULE__ACLProvider_mjs__.ACLCollectionFieldProvider,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/client",
|
|
3
|
-
"version": "0.23.8-alpha.
|
|
3
|
+
"version": "0.23.8-alpha.30",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"module": "lib/index.mjs",
|
|
6
6
|
"types": "es/index.d.ts",
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"react-zoom-pan-pinch": "^3.6.1",
|
|
67
67
|
"sanitize-html": "2.14.0",
|
|
68
68
|
"use-deep-compare-effect": "^1.8.1",
|
|
69
|
+
"@tachybase/components": "0.23.8",
|
|
70
|
+
"@tachybase/requirejs": "0.23.8",
|
|
69
71
|
"@tachybase/evaluators": "0.23.8",
|
|
70
72
|
"@tachybase/sdk": "0.23.8",
|
|
71
73
|
"@tachybase/schema": "0.23.8",
|
|
72
|
-
"@tachybase/components": "0.23.8",
|
|
73
|
-
"@tachybase/requirejs": "0.23.8",
|
|
74
74
|
"@tachybase/utils": "0.23.8"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|