@steedos-widgets/amis-object 1.2.19 → 1.2.26
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/amis/AmisObjectForm.d.ts +1 -0
- package/dist/amis-object.cjs.css +63 -5
- package/dist/amis-object.cjs.js +239 -127
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +63 -5
- package/dist/amis-object.esm.js +239 -127
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +63 -5
- package/dist/amis-object.umd.js +239 -127
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +11 -11
- package/dist/components/fields/AmisObjectFieldLookup.d.ts +1 -0
- package/dist/meta.js +5 -5
- package/dist/pages/PageObject.d.ts +2 -2
- package/package.json +3 -3
package/dist/assets.json
CHANGED
|
@@ -11,23 +11,23 @@
|
|
|
11
11
|
{
|
|
12
12
|
"package": "@steedos-widgets/fullcalendar",
|
|
13
13
|
"urls": [
|
|
14
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@1.2.
|
|
15
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@1.2.
|
|
14
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@1.2.26/dist/fullcalendar.umd.js",
|
|
15
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@1.2.26/dist/fullcalendar.umd.css"
|
|
16
16
|
],
|
|
17
17
|
"library": "BuilderFullCalendar"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"package": "steedos-lib",
|
|
21
21
|
"urls": [
|
|
22
|
-
"https://unpkg.com/@steedos-widgets/steedos-lib@1.2.
|
|
22
|
+
"https://unpkg.com/@steedos-widgets/steedos-lib@1.2.26/dist/index.umd.js"
|
|
23
23
|
],
|
|
24
24
|
"library": "SteedosLib"
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"package": "@steedos-widgets/amis-object",
|
|
28
28
|
"urls": [
|
|
29
|
-
"https://unpkg.com/@steedos-widgets/amis-object@1.2.
|
|
30
|
-
"https://unpkg.com/@steedos-widgets/amis-object@1.2.
|
|
29
|
+
"https://unpkg.com/@steedos-widgets/amis-object@1.2.26/dist/amis-object.umd.js",
|
|
30
|
+
"https://unpkg.com/@steedos-widgets/amis-object@1.2.26/dist/amis-object.umd.css"
|
|
31
31
|
],
|
|
32
32
|
"library": "BuilderAmisObject"
|
|
33
33
|
}
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"npm": {
|
|
39
39
|
"package": "@steedos-widgets/fullcalendar"
|
|
40
40
|
},
|
|
41
|
-
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.
|
|
41
|
+
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.26/dist/meta.js",
|
|
42
42
|
"urls": {
|
|
43
|
-
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.
|
|
44
|
-
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.
|
|
43
|
+
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.26/dist/meta.js",
|
|
44
|
+
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.26/dist/meta.js"
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
{
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"npm": {
|
|
50
50
|
"package": "@steedos-widgets/amis-object"
|
|
51
51
|
},
|
|
52
|
-
"url": "https://unpkg.com/@steedos-widgets/amis-object@1.2.
|
|
52
|
+
"url": "https://unpkg.com/@steedos-widgets/amis-object@1.2.26/dist/meta.js",
|
|
53
53
|
"urls": {
|
|
54
|
-
"default": "https://unpkg.com/@steedos-widgets/amis-object@1.2.
|
|
55
|
-
"design": "https://unpkg.com/@steedos-widgets/amis-object@1.2.
|
|
54
|
+
"default": "https://unpkg.com/@steedos-widgets/amis-object@1.2.26/dist/meta.js",
|
|
55
|
+
"design": "https://unpkg.com/@steedos-widgets/amis-object@1.2.26/dist/meta.js"
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
]
|
package/dist/meta.js
CHANGED
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
* @Author: baozhoutao@steedos.com
|
|
35
35
|
* @Date: 2022-08-31 16:32:35
|
|
36
36
|
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
37
|
-
* @LastEditTime: 2023-06-
|
|
37
|
+
* @LastEditTime: 2023-06-20 10:55:30
|
|
38
38
|
* @Description:
|
|
39
39
|
*/
|
|
40
40
|
var config$w = {
|
|
@@ -312,7 +312,7 @@
|
|
|
312
312
|
"data": {
|
|
313
313
|
"objectName": "${objectName}"
|
|
314
314
|
},
|
|
315
|
-
"requestAdaptor": "
|
|
315
|
+
"requestAdaptor": "api.url = api.url.replaceAll('${objectName}',api.body.objectName); return api;",
|
|
316
316
|
"adaptor": "",
|
|
317
317
|
"sendOn": "this.objectApiName"
|
|
318
318
|
},
|
|
@@ -345,7 +345,7 @@
|
|
|
345
345
|
"data": {
|
|
346
346
|
"objectName": "${objectName}"
|
|
347
347
|
},
|
|
348
|
-
"requestAdaptor": "
|
|
348
|
+
"requestAdaptor": "api.url = api.url.replaceAll('${objectName}',api.body.objectName); return api;",
|
|
349
349
|
"adaptor": "",
|
|
350
350
|
"sendOn": "this.objectApiName"
|
|
351
351
|
},
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
* @Author: baozhoutao@steedos.com
|
|
813
813
|
* @Date: 2022-08-31 16:32:35
|
|
814
814
|
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
815
|
-
* @LastEditTime: 2023-06-
|
|
815
|
+
* @LastEditTime: 2023-06-20 10:55:46
|
|
816
816
|
* @Description:
|
|
817
817
|
*/
|
|
818
818
|
var config$t = {
|
|
@@ -987,7 +987,7 @@
|
|
|
987
987
|
"data": {
|
|
988
988
|
"objectName": "${objectName}"
|
|
989
989
|
},
|
|
990
|
-
"requestAdaptor": "
|
|
990
|
+
"requestAdaptor": "api.url = api.url.replaceAll('${objectName}',api.body.objectName); return api;",
|
|
991
991
|
"adaptor": "",
|
|
992
992
|
"sendOn": "this.objectApiName"
|
|
993
993
|
},
|
|
@@ -15,7 +15,7 @@ export declare const PageObject: (props: any) => Promise<{
|
|
|
15
15
|
type: string;
|
|
16
16
|
size: string;
|
|
17
17
|
className: {
|
|
18
|
-
"p-0 flex-shrink-0 w-[388px] border-r border-gray-300 bg-gray-100 shadow lg:order-first lg:flex lg:flex-col": string;
|
|
18
|
+
"p-0 flex-shrink-0 min-w-[388px] w-fit border-r border-gray-300 bg-gray-100 shadow lg:order-first lg:flex lg:flex-col": string;
|
|
19
19
|
'h-full': string;
|
|
20
20
|
"overflow-y-auto p-0 flex-1 focus:outline-none lg:order-last h-full"?: undefined;
|
|
21
21
|
};
|
|
@@ -38,7 +38,7 @@ export declare const PageObject: (props: any) => Promise<{
|
|
|
38
38
|
className: {
|
|
39
39
|
"overflow-y-auto p-0 flex-1 focus:outline-none lg:order-last h-full": string;
|
|
40
40
|
'h-full': string;
|
|
41
|
-
"p-0 flex-shrink-0 w-[388px] border-r border-gray-300 bg-gray-100 shadow lg:order-first lg:flex lg:flex-col"?: undefined;
|
|
41
|
+
"p-0 flex-shrink-0 min-w-[388px] w-fit border-r border-gray-300 bg-gray-100 shadow lg:order-first lg:flex lg:flex-col"?: undefined;
|
|
42
42
|
};
|
|
43
43
|
body: {
|
|
44
44
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-object",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.26",
|
|
5
5
|
"main": "dist/amis-object.cjs.js",
|
|
6
6
|
"module": "dist/amis-object.esm.js",
|
|
7
7
|
"unpkg": "dist/amis-object.umd.js",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"uglify-js": "^3.17.0"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@steedos-widgets/amis-lib": "1.2.
|
|
64
|
+
"@steedos-widgets/amis-lib": "1.2.26",
|
|
65
65
|
"autoprefixer": "^10.4.13",
|
|
66
66
|
"postcss": "^8.4.19",
|
|
67
67
|
"tailwindcss": "^3.2.4"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "3887f2be0a6054c27019caf08ecfb40227b63573"
|
|
70
70
|
}
|