@tachybase/plugin-block-step-form 1.3.20 → 1.3.22
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/dist/externalVersion.js +3 -3
- package/dist/server/plugin.d.ts +1 -1
- package/dist/server/plugin.js +1 -1
- package/package.json +9 -13
package/dist/externalVersion.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.22",
|
|
3
3
|
"react-i18next": "15.2.0",
|
|
4
|
-
"@
|
|
4
|
+
"@tego/server": "1.3.39",
|
|
5
5
|
"antd": "5.22.5",
|
|
6
6
|
"react": "18.3.1",
|
|
7
|
-
"@tachybase/schema": "1.3.
|
|
7
|
+
"@tachybase/schema": "1.3.39"
|
|
8
8
|
};
|
package/dist/server/plugin.d.ts
CHANGED
package/dist/server/plugin.js
CHANGED
|
@@ -21,7 +21,7 @@ __export(plugin_exports, {
|
|
|
21
21
|
default: () => plugin_default
|
|
22
22
|
});
|
|
23
23
|
module.exports = __toCommonJS(plugin_exports);
|
|
24
|
-
var import_server = require("@
|
|
24
|
+
var import_server = require("@tego/server");
|
|
25
25
|
class PluginBlockStepFormServer extends import_server.Plugin {
|
|
26
26
|
async afterAdd() {
|
|
27
27
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-block-step-form",
|
|
3
3
|
"displayName": "Card: Step form",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.22",
|
|
5
5
|
"description": "Provides Step form card.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Blocks",
|
|
@@ -11,22 +11,18 @@
|
|
|
11
11
|
"main": "dist/server/index.js",
|
|
12
12
|
"dependencies": {},
|
|
13
13
|
"devDependencies": {
|
|
14
|
-
"@ant-design/icons": "^5.
|
|
14
|
+
"@ant-design/icons": "^5.6.1",
|
|
15
|
+
"@tachybase/schema": "^1.3.39",
|
|
16
|
+
"@tachybase/test": "^1.3.39",
|
|
17
|
+
"@tego/client": "^1.3.39",
|
|
18
|
+
"@tego/server": "^1.3.39",
|
|
15
19
|
"antd": "5.22.5",
|
|
16
20
|
"lodash": "4.17.21",
|
|
17
21
|
"react-beautiful-dnd": "^13.1.1",
|
|
18
|
-
"react-i18next": "
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/schema": "1.3.20"
|
|
21
|
-
},
|
|
22
|
-
"peerDependencies": {
|
|
23
|
-
"@tachybase/client": "1.3.20",
|
|
24
|
-
"@tachybase/server": "1.3.20",
|
|
25
|
-
"@tachybase/test": "1.3.20"
|
|
22
|
+
"react-i18next": "15.2.0",
|
|
23
|
+
"@tachybase/client": "1.3.22"
|
|
26
24
|
},
|
|
27
25
|
"description.zh-CN": "提供分步表单卡片。",
|
|
28
26
|
"displayName.zh-CN": "卡片:分步表单",
|
|
29
|
-
"scripts": {
|
|
30
|
-
"build": "tachybase-build --no-dts @tachybase/plugin-block-step-form"
|
|
31
|
-
}
|
|
27
|
+
"scripts": {}
|
|
32
28
|
}
|