@steedos-widgets/amis-object 1.2.2 → 1.2.3
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/AmisObjectListview.d.ts +12 -4
- package/dist/amis-object.cjs.css +0 -8
- package/dist/amis-object.cjs.js +209 -194
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +0 -8
- package/dist/amis-object.esm.js +209 -195
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +0 -8
- package/dist/amis-object.umd.js +209 -194
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +11 -11
- package/dist/meta.js +395 -345
- package/dist/pages/PageListView.d.ts +1 -3
- package/dist/pages/PageObject.d.ts +65 -0
- package/dist/pages/PageObject.meta.d.ts +2 -0
- package/dist/pages/PageRecordDetail.d.ts +1 -2
- package/dist/pages/index.d.ts +1 -0
- 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.3/dist/fullcalendar.umd.js",
|
|
15
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@1.2.3/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.3/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.3/dist/amis-object.umd.js",
|
|
30
|
+
"https://unpkg.com/@steedos-widgets/amis-object@1.2.3/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.3/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.3/dist/meta.js",
|
|
44
|
+
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.2.3/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.3/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.3/dist/meta.js",
|
|
55
|
+
"design": "https://unpkg.com/@steedos-widgets/amis-object@1.2.3/dist/meta.js"
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
]
|