@tachybase/plugin-multi-app-share-collection 0.23.40 → 0.23.47
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,3 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const TableTransfer: React.ForwardRefExoticComponent<Omit<
|
|
2
|
+
export declare const TableTransfer: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
|
|
3
3
|
export default TableTransfer;
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "0.23.
|
|
4
|
-
"@tachybase/module-multi-app": "0.23.
|
|
5
|
-
"@tachybase/schema": "0.23.
|
|
3
|
+
"@tachybase/client": "0.23.47",
|
|
4
|
+
"@tachybase/module-multi-app": "0.23.47",
|
|
5
|
+
"@tachybase/schema": "0.23.47",
|
|
6
6
|
"antd": "5.22.5",
|
|
7
|
-
"@tachybase/utils": "0.23.
|
|
7
|
+
"@tachybase/utils": "0.23.47",
|
|
8
8
|
"react-i18next": "15.2.0",
|
|
9
|
-
"@tachybase/database": "0.23.
|
|
10
|
-
"@tachybase/server": "0.23.
|
|
9
|
+
"@tachybase/database": "0.23.47",
|
|
10
|
+
"@tachybase/server": "0.23.47",
|
|
11
11
|
"lodash": "4.17.21"
|
|
12
12
|
};
|
|
@@ -23,7 +23,10 @@ module.exports = __toCommonJS(update_apps_collections_exports);
|
|
|
23
23
|
var import_server = require("@tachybase/server");
|
|
24
24
|
var import_utils = require("@tachybase/utils");
|
|
25
25
|
class update_apps_collections_default extends import_server.Migration {
|
|
26
|
-
|
|
26
|
+
constructor() {
|
|
27
|
+
super(...arguments);
|
|
28
|
+
this.appVersion = "<0.9.3-alpha.1";
|
|
29
|
+
}
|
|
27
30
|
async up() {
|
|
28
31
|
const result = await this.app.version.satisfies("<0.9.3-alpha.1");
|
|
29
32
|
if (!result) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-multi-app-share-collection",
|
|
3
3
|
"displayName": "Multi-app share collection",
|
|
4
|
-
"version": "0.23.
|
|
4
|
+
"version": "0.23.47",
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -13,18 +13,18 @@
|
|
|
13
13
|
"lodash": "4.17.21",
|
|
14
14
|
"react": "~18.3.1",
|
|
15
15
|
"react-i18next": "^15.2.0",
|
|
16
|
-
"@tachybase/schema": "0.23.
|
|
16
|
+
"@tachybase/schema": "0.23.47"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@tachybase/client": "0.23.
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/module-collection": "0.23.
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/module-
|
|
24
|
-
"@tachybase/module-
|
|
25
|
-
"@tachybase/server": "0.23.
|
|
26
|
-
"@tachybase/
|
|
27
|
-
"@tachybase/
|
|
19
|
+
"@tachybase/client": "0.23.47",
|
|
20
|
+
"@tachybase/database": "0.23.47",
|
|
21
|
+
"@tachybase/module-collection": "0.23.47",
|
|
22
|
+
"@tachybase/module-user": "0.23.47",
|
|
23
|
+
"@tachybase/module-error-handler": "0.23.47",
|
|
24
|
+
"@tachybase/module-multi-app": "0.23.47",
|
|
25
|
+
"@tachybase/server": "0.23.47",
|
|
26
|
+
"@tachybase/utils": "0.23.47",
|
|
27
|
+
"@tachybase/test": "0.23.47"
|
|
28
28
|
},
|
|
29
29
|
"description.zh-CN": "多应用数据共享",
|
|
30
30
|
"displayName.zh-CN": "多应用数据共享",
|