@nocobase/plugin-action-custom-request 2.1.0-alpha.21 → 2.1.0-alpha.23
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.
|
@@ -9,6 +9,6 @@
|
|
|
9
9
|
import { ActionModel } from '@nocobase/client';
|
|
10
10
|
import type { ButtonProps } from 'antd/es/button';
|
|
11
11
|
export declare class CustomRequestActionModel extends ActionModel {
|
|
12
|
-
static scene: import("@nocobase/client").ActionSceneType;
|
|
12
|
+
static scene: import("@nocobase/client-v2").ActionSceneType;
|
|
13
13
|
defaultProps: ButtonProps;
|
|
14
14
|
}
|
|
@@ -47,7 +47,7 @@ export declare const customRequestUiSchema: {
|
|
|
47
47
|
title: string;
|
|
48
48
|
required: boolean;
|
|
49
49
|
'x-decorator': string;
|
|
50
|
-
'x-component': import("react").FC<import("@nocobase/client").TextAreaWithContextSelectorProps>;
|
|
50
|
+
'x-component': import("react").FC<import("@nocobase/client-v2").TextAreaWithContextSelectorProps>;
|
|
51
51
|
'x-component-props': {
|
|
52
52
|
placeholder: string;
|
|
53
53
|
};
|
|
@@ -83,7 +83,7 @@ export declare const customRequestUiSchema: {
|
|
|
83
83
|
value: {
|
|
84
84
|
type: string;
|
|
85
85
|
'x-decorator': string;
|
|
86
|
-
'x-component': import("react").FC<import("@nocobase/client").TextAreaWithContextSelectorProps>;
|
|
86
|
+
'x-component': import("react").FC<import("@nocobase/client-v2").TextAreaWithContextSelectorProps>;
|
|
87
87
|
'x-component-props': {
|
|
88
88
|
rows: number;
|
|
89
89
|
};
|
|
@@ -136,7 +136,7 @@ export declare const customRequestUiSchema: {
|
|
|
136
136
|
value: {
|
|
137
137
|
type: string;
|
|
138
138
|
'x-decorator': string;
|
|
139
|
-
'x-component': import("react").FC<import("@nocobase/client").TextAreaWithContextSelectorProps>;
|
|
139
|
+
'x-component': import("react").FC<import("@nocobase/client-v2").TextAreaWithContextSelectorProps>;
|
|
140
140
|
'x-component-props': {
|
|
141
141
|
rows: number;
|
|
142
142
|
};
|
package/dist/externalVersion.js
CHANGED
|
@@ -8,23 +8,23 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "2.1.0-alpha.
|
|
11
|
+
"@nocobase/client": "2.1.0-alpha.23",
|
|
12
12
|
"react": "18.2.0",
|
|
13
13
|
"react-i18next": "11.18.6",
|
|
14
14
|
"@formily/react": "2.3.7",
|
|
15
|
-
"@nocobase/logger": "2.1.0-alpha.
|
|
16
|
-
"@nocobase/server": "2.1.0-alpha.
|
|
17
|
-
"@nocobase/test": "2.1.0-alpha.
|
|
15
|
+
"@nocobase/logger": "2.1.0-alpha.23",
|
|
16
|
+
"@nocobase/server": "2.1.0-alpha.23",
|
|
17
|
+
"@nocobase/test": "2.1.0-alpha.23",
|
|
18
18
|
"@formily/antd-v5": "1.2.3",
|
|
19
19
|
"lodash": "4.18.1",
|
|
20
|
-
"@nocobase/utils": "2.1.0-alpha.
|
|
20
|
+
"@nocobase/utils": "2.1.0-alpha.23",
|
|
21
21
|
"antd": "5.24.2",
|
|
22
22
|
"file-saver": "2.0.5",
|
|
23
23
|
"@formily/shared": "2.3.7",
|
|
24
|
-
"@nocobase/flow-engine": "2.1.0-alpha.
|
|
24
|
+
"@nocobase/flow-engine": "2.1.0-alpha.23",
|
|
25
25
|
"@emotion/css": "11.13.0",
|
|
26
|
-
"@nocobase/actions": "2.1.0-alpha.
|
|
27
|
-
"@nocobase/evaluators": "2.1.0-alpha.
|
|
26
|
+
"@nocobase/actions": "2.1.0-alpha.23",
|
|
27
|
+
"@nocobase/evaluators": "2.1.0-alpha.23",
|
|
28
28
|
"axios": "1.7.7",
|
|
29
|
-
"@nocobase/database": "2.1.0-alpha.
|
|
29
|
+
"@nocobase/database": "2.1.0-alpha.23"
|
|
30
30
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-action-custom-request",
|
|
3
|
-
"version": "2.1.0-alpha.
|
|
3
|
+
"version": "2.1.0-alpha.23",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/action-custom-request",
|
|
6
6
|
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/action-custom-request",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@nocobase/server": "2.x",
|
|
32
32
|
"@nocobase/test": "2.x"
|
|
33
33
|
},
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "baa19dafe25e85b680b2fea7451f202831930c1c",
|
|
35
35
|
"keywords": [
|
|
36
36
|
"Actions"
|
|
37
37
|
]
|