@steedos-widgets/amis-lib 3.6.2-beta.12 → 3.6.2-beta.14
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 +158 -105
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +158 -105
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +34 -23
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/converter/amis/fields/lookup.d.ts +2 -0
- package/dist/types/lib/converter/amis/util.d.ts +5 -0
- package/dist/types/lib/input_table.d.ts +7 -6
- package/dist/types/schema/standard_import_data.amis.d.ts +7 -0
- package/dist/types/standard/button.d.ts +7 -0
- package/package.json +2 -2
|
@@ -30,6 +30,7 @@ export function getLookupSapceUserTreeSchema(isMobile: any): ({
|
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
label: string;
|
|
33
|
+
mode: string;
|
|
33
34
|
name: string;
|
|
34
35
|
multiple: boolean;
|
|
35
36
|
joinValues: boolean;
|
|
@@ -80,6 +81,7 @@ export function getLookupSapceUserTreeSchema(isMobile: any): ({
|
|
|
80
81
|
};
|
|
81
82
|
};
|
|
82
83
|
label: string;
|
|
84
|
+
mode: string;
|
|
83
85
|
name: string;
|
|
84
86
|
multiple: boolean;
|
|
85
87
|
joinValues: boolean;
|
|
@@ -7,3 +7,8 @@ export function getLookupListView(refObjectConfig: any): null;
|
|
|
7
7
|
* @returns 只返回前两位版本,第三位忽略,比如3.6.3返回3.6
|
|
8
8
|
*/
|
|
9
9
|
export function getComparableAmisVersion(): number;
|
|
10
|
+
/**
|
|
11
|
+
* 判断浏览器类型
|
|
12
|
+
* @returns 按需返回浏览器类型;
|
|
13
|
+
*/
|
|
14
|
+
export function getBowserType(): "Chrome" | "Safari" | "Firefox" | "Edge" | "Unknown browser";
|
|
@@ -18,11 +18,12 @@ export function getAmisInputTableSchema(props: any): Promise<{
|
|
|
18
18
|
pipeIn: (value: any, data: any) => any;
|
|
19
19
|
pipeOut: (value: any, data: any) => any;
|
|
20
20
|
}[];
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
id: string;
|
|
22
|
+
};
|
|
23
|
+
label: any;
|
|
24
|
+
labelClassName: any;
|
|
25
|
+
labelRemark: any;
|
|
26
|
+
labelAlign: any;
|
|
27
|
+
mode: any;
|
|
26
28
|
className: any;
|
|
27
|
-
id: string;
|
|
28
29
|
}>;
|
|
@@ -35,9 +35,16 @@ export function getSchema(uiSchema: any): {
|
|
|
35
35
|
form: {
|
|
36
36
|
debug: boolean;
|
|
37
37
|
resetAfterSubmit: boolean;
|
|
38
|
+
data: {
|
|
39
|
+
editFormInited: boolean;
|
|
40
|
+
};
|
|
38
41
|
initApi: {
|
|
42
|
+
method: string;
|
|
39
43
|
url: string;
|
|
40
44
|
sendOn: string;
|
|
45
|
+
data: any;
|
|
46
|
+
requestAdaptor: string;
|
|
47
|
+
adaptor: string;
|
|
41
48
|
responseData: {
|
|
42
49
|
importState: string;
|
|
43
50
|
};
|
|
@@ -277,9 +277,16 @@ export namespace StandardButtons {
|
|
|
277
277
|
form: {
|
|
278
278
|
debug: boolean;
|
|
279
279
|
resetAfterSubmit: boolean;
|
|
280
|
+
data: {
|
|
281
|
+
editFormInited: boolean;
|
|
282
|
+
};
|
|
280
283
|
initApi: {
|
|
284
|
+
method: string;
|
|
281
285
|
url: string;
|
|
282
286
|
sendOn: string;
|
|
287
|
+
data: any;
|
|
288
|
+
requestAdaptor: string;
|
|
289
|
+
adaptor: string;
|
|
283
290
|
responseData: {
|
|
284
291
|
importState: string;
|
|
285
292
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-lib",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.6.2-beta.
|
|
4
|
+
"version": "3.6.2-beta.14",
|
|
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": "2a262e978bb60a8cbba19c572024289c7f7ebcbb"
|
|
65
65
|
}
|