@steedos-widgets/amis-lib 6.10.1-beta.32 → 6.10.1-beta.34
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/cjs/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +81 -42
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +81 -42
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +19 -20
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/converter/amis/toolbars/setting_listview/filters.d.ts +0 -1
- package/dist/types/lib/converter/amis/toolbars/setting_listview.d.ts +0 -1
- package/dist/types/lib/objects.d.ts +2 -0
- package/dist/types/lib/objectsRelated.d.ts +3 -0
- package/dist/types/workflow/approve.d.ts +1 -1
- package/dist/types/workflow/attachment.d.ts +1 -5
- package/dist/types/workflow/flow.d.ts +23 -11
- package/dist/types/workflow/instance.d.ts +1 -4
- package/dist/types/workflow/related.d.ts +1 -5
- package/package.json +2 -2
|
@@ -97,6 +97,7 @@ export function getListSchema(appName: any, objectName: any, listViewName: any,
|
|
|
97
97
|
headerToolbarItems: any;
|
|
98
98
|
filterVisible: any;
|
|
99
99
|
rowClassNameExpr: any;
|
|
100
|
+
crud: any;
|
|
100
101
|
crudDataFilter: any;
|
|
101
102
|
onCrudDataFilter: any;
|
|
102
103
|
};
|
|
@@ -401,6 +402,7 @@ export function getObjectRelated({ appName, masterObjectName, objectName, relate
|
|
|
401
402
|
headerToolbarItems: any;
|
|
402
403
|
filterVisible: any;
|
|
403
404
|
rowClassNameExpr: any;
|
|
405
|
+
crud: any;
|
|
404
406
|
crudDataFilter: any;
|
|
405
407
|
onCrudDataFilter: any;
|
|
406
408
|
};
|
|
@@ -10,7 +10,7 @@ export function getApprovalDrawerSchema(instance: any): Promise<{
|
|
|
10
10
|
headerClassName: string;
|
|
11
11
|
bodyClassName: string;
|
|
12
12
|
footerClassName: string;
|
|
13
|
-
drawerContainer: () =>
|
|
13
|
+
drawerContainer: () => HTMLElement;
|
|
14
14
|
body: {
|
|
15
15
|
type: string;
|
|
16
16
|
debug: boolean;
|
|
@@ -3,6 +3,7 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
|
|
|
3
3
|
name: string;
|
|
4
4
|
className: string;
|
|
5
5
|
bodyClassName: string;
|
|
6
|
+
headerClassName: string;
|
|
6
7
|
title: {
|
|
7
8
|
type: string;
|
|
8
9
|
label: string;
|
|
@@ -25,6 +26,25 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
|
|
|
25
26
|
"font-size": string;
|
|
26
27
|
"font-weight": string;
|
|
27
28
|
};
|
|
29
|
+
".steedos-object-record-detail-header .antd-Grid-col--mdAuto": {
|
|
30
|
+
padding: string;
|
|
31
|
+
};
|
|
32
|
+
".steedos-amis-instance-view .antd-Page-body": {
|
|
33
|
+
width: string;
|
|
34
|
+
};
|
|
35
|
+
".antd-List-placeholder": {
|
|
36
|
+
display: string;
|
|
37
|
+
};
|
|
38
|
+
".steedos-amis-instance-view .antd-Table-fixedTop:after": {
|
|
39
|
+
"box-shadow": string;
|
|
40
|
+
};
|
|
41
|
+
".antd-List-items": {
|
|
42
|
+
border: string;
|
|
43
|
+
};
|
|
44
|
+
".antd-ListItem": {
|
|
45
|
+
"border-top": string;
|
|
46
|
+
background: string;
|
|
47
|
+
};
|
|
28
48
|
};
|
|
29
49
|
body: ({
|
|
30
50
|
type: string;
|
|
@@ -125,11 +145,7 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
|
|
|
125
145
|
inline: boolean;
|
|
126
146
|
tpl: string;
|
|
127
147
|
}[];
|
|
128
|
-
actions:
|
|
129
|
-
icon: string;
|
|
130
|
-
type: string;
|
|
131
|
-
id: string;
|
|
132
|
-
}[];
|
|
148
|
+
actions: any[];
|
|
133
149
|
id: string;
|
|
134
150
|
};
|
|
135
151
|
id: string;
|
|
@@ -149,11 +165,7 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
|
|
|
149
165
|
inline: boolean;
|
|
150
166
|
tpl: string;
|
|
151
167
|
}[];
|
|
152
|
-
actions:
|
|
153
|
-
icon: string;
|
|
154
|
-
type: string;
|
|
155
|
-
id: string;
|
|
156
|
-
}[];
|
|
168
|
+
actions: any[];
|
|
157
169
|
id: string;
|
|
158
170
|
};
|
|
159
171
|
id: string;
|
|
@@ -207,7 +219,7 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
|
|
|
207
219
|
headerClassName: string;
|
|
208
220
|
bodyClassName: string;
|
|
209
221
|
footerClassName: string;
|
|
210
|
-
drawerContainer: () =>
|
|
222
|
+
drawerContainer: () => HTMLElement;
|
|
211
223
|
body: {
|
|
212
224
|
type: string;
|
|
213
225
|
debug: boolean;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.10.1-beta.
|
|
4
|
+
"version": "6.10.1-beta.34",
|
|
5
5
|
"unpkg": "./dist/index.umd.js",
|
|
6
6
|
"main": "./dist/index.cjs.js",
|
|
7
7
|
"module": "./dist/index.esm.js",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"react-i18next": "12.3.1"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "d40bc79af79605e814273b3f695a821a7e9a2e1d"
|
|
65
65
|
}
|