@steedos-widgets/amis-object 3.6.2-beta.8 → 3.6.2
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/AmisInputTable.d.ts +25 -15
- package/dist/amis-object.cjs.css +337 -217
- package/dist/amis-object.cjs.js +1113 -286
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +337 -217
- package/dist/amis-object.esm.js +1113 -286
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +337 -217
- package/dist/amis-object.umd.js +247 -129
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +21 -21
- package/dist/meta.js +8 -7
- package/dist/tailwind-base.css +37 -6
- package/package.json +3 -3
package/dist/assets.json
CHANGED
|
@@ -11,39 +11,39 @@
|
|
|
11
11
|
{
|
|
12
12
|
"package": "@steedos-widgets/fullcalendar",
|
|
13
13
|
"urls": [
|
|
14
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2
|
|
15
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2
|
|
14
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2/dist/fullcalendar.umd.js",
|
|
15
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2/dist/fullcalendar.umd.css"
|
|
16
16
|
],
|
|
17
17
|
"library": "BuilderFullCalendar"
|
|
18
18
|
},
|
|
19
19
|
{
|
|
20
20
|
"package": "@steedos-widgets/reactflow",
|
|
21
21
|
"urls": [
|
|
22
|
-
"https://unpkg.com/@steedos-widgets/reactflow@3.6.2
|
|
23
|
-
"https://unpkg.com/@steedos-widgets/reactflow@3.6.2
|
|
22
|
+
"https://unpkg.com/@steedos-widgets/reactflow@3.6.2/dist/reactflow.umd.js",
|
|
23
|
+
"https://unpkg.com/@steedos-widgets/reactflow@3.6.2/dist/reactflow.umd.css"
|
|
24
24
|
],
|
|
25
25
|
"library": "BuilderReactFlow"
|
|
26
26
|
},
|
|
27
27
|
{
|
|
28
28
|
"package": "@steedos-widgets/sortable",
|
|
29
29
|
"urls": [
|
|
30
|
-
"https://unpkg.com/@steedos-widgets/sortable@3.6.2
|
|
31
|
-
"https://unpkg.com/@steedos-widgets/sortable@3.6.2
|
|
30
|
+
"https://unpkg.com/@steedos-widgets/sortable@3.6.2/dist/sortable.umd.js",
|
|
31
|
+
"https://unpkg.com/@steedos-widgets/sortable@3.6.2/dist/sortable.umd.css"
|
|
32
32
|
],
|
|
33
33
|
"library": "BuilderSortable"
|
|
34
34
|
},
|
|
35
35
|
{
|
|
36
36
|
"package": "steedos-lib",
|
|
37
37
|
"urls": [
|
|
38
|
-
"https://unpkg.com/@steedos-widgets/steedos-lib@3.6.2
|
|
38
|
+
"https://unpkg.com/@steedos-widgets/steedos-lib@3.6.2/dist/index.umd.js"
|
|
39
39
|
],
|
|
40
40
|
"library": "SteedosLib"
|
|
41
41
|
},
|
|
42
42
|
{
|
|
43
43
|
"package": "@steedos-widgets/amis-object",
|
|
44
44
|
"urls": [
|
|
45
|
-
"https://unpkg.com/@steedos-widgets/amis-object@3.6.2
|
|
46
|
-
"https://unpkg.com/@steedos-widgets/amis-object@3.6.2
|
|
45
|
+
"https://unpkg.com/@steedos-widgets/amis-object@3.6.2/dist/amis-object.umd.js",
|
|
46
|
+
"https://unpkg.com/@steedos-widgets/amis-object@3.6.2/dist/amis-object.umd.css"
|
|
47
47
|
],
|
|
48
48
|
"library": "BuilderAmisObject"
|
|
49
49
|
}
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"npm": {
|
|
55
55
|
"package": "@steedos-widgets/fullcalendar"
|
|
56
56
|
},
|
|
57
|
-
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2
|
|
57
|
+
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2/dist/meta.js",
|
|
58
58
|
"urls": {
|
|
59
|
-
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2
|
|
60
|
-
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2
|
|
59
|
+
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2/dist/meta.js",
|
|
60
|
+
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@3.6.2/dist/meta.js"
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
{
|
|
@@ -65,10 +65,10 @@
|
|
|
65
65
|
"npm": {
|
|
66
66
|
"package": "@steedos-widgets/reactflow"
|
|
67
67
|
},
|
|
68
|
-
"url": "https://unpkg.com/@steedos-widgets/reactflow@3.6.2
|
|
68
|
+
"url": "https://unpkg.com/@steedos-widgets/reactflow@3.6.2/dist/meta.js",
|
|
69
69
|
"urls": {
|
|
70
|
-
"default": "https://unpkg.com/@steedos-widgets/reactflow@3.6.2
|
|
71
|
-
"design": "https://unpkg.com/@steedos-widgets/reactflow@3.6.2
|
|
70
|
+
"default": "https://unpkg.com/@steedos-widgets/reactflow@3.6.2/dist/meta.js",
|
|
71
|
+
"design": "https://unpkg.com/@steedos-widgets/reactflow@3.6.2/dist/meta.js"
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
74
|
{
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"npm": {
|
|
77
77
|
"package": "@steedos-widgets/sortable"
|
|
78
78
|
},
|
|
79
|
-
"url": "https://unpkg.com/@steedos-widgets/sortable@3.6.2
|
|
79
|
+
"url": "https://unpkg.com/@steedos-widgets/sortable@3.6.2/dist/meta.js",
|
|
80
80
|
"urls": {
|
|
81
|
-
"default": "https://unpkg.com/@steedos-widgets/sortable@3.6.2
|
|
82
|
-
"design": "https://unpkg.com/@steedos-widgets/sortable@3.6.2
|
|
81
|
+
"default": "https://unpkg.com/@steedos-widgets/sortable@3.6.2/dist/meta.js",
|
|
82
|
+
"design": "https://unpkg.com/@steedos-widgets/sortable@3.6.2/dist/meta.js"
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
85
|
{
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"npm": {
|
|
88
88
|
"package": "@steedos-widgets/amis-object"
|
|
89
89
|
},
|
|
90
|
-
"url": "https://unpkg.com/@steedos-widgets/amis-object@3.6.2
|
|
90
|
+
"url": "https://unpkg.com/@steedos-widgets/amis-object@3.6.2/dist/meta.js",
|
|
91
91
|
"urls": {
|
|
92
|
-
"default": "https://unpkg.com/@steedos-widgets/amis-object@3.6.2
|
|
93
|
-
"design": "https://unpkg.com/@steedos-widgets/amis-object@3.6.2
|
|
92
|
+
"default": "https://unpkg.com/@steedos-widgets/amis-object@3.6.2/dist/meta.js",
|
|
93
|
+
"design": "https://unpkg.com/@steedos-widgets/amis-object@3.6.2/dist/meta.js"
|
|
94
94
|
}
|
|
95
95
|
}
|
|
96
96
|
]
|
package/dist/meta.js
CHANGED
|
@@ -144,6 +144,7 @@
|
|
|
144
144
|
label: config$y.title,
|
|
145
145
|
objectApiName: "${objectName}",
|
|
146
146
|
recordId: "${recordId}",
|
|
147
|
+
"mode": "edit",
|
|
147
148
|
className: "sm:border sm:rounded sm:border-gray-300 bg-white p-4"
|
|
148
149
|
},
|
|
149
150
|
previewSchema: {
|
|
@@ -226,12 +227,12 @@
|
|
|
226
227
|
},
|
|
227
228
|
name: "mode",
|
|
228
229
|
label: "显示状态",
|
|
229
|
-
value: "
|
|
230
|
+
value: "edit",
|
|
230
231
|
options: [
|
|
231
|
-
{
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
},
|
|
232
|
+
// {
|
|
233
|
+
// "label": "只读",
|
|
234
|
+
// "value": "read"
|
|
235
|
+
// },
|
|
235
236
|
{
|
|
236
237
|
"label": "编辑",
|
|
237
238
|
"value": "edit"
|
|
@@ -693,7 +694,7 @@
|
|
|
693
694
|
objectApiName: "${objectName}",
|
|
694
695
|
listName: "all",
|
|
695
696
|
showHeader: true,
|
|
696
|
-
className: "sm:border sm:rounded sm:border-gray-300 mb-4"
|
|
697
|
+
// className: "sm:border sm:rounded sm:border-gray-300 mb-4"
|
|
697
698
|
},
|
|
698
699
|
previewSchema: {
|
|
699
700
|
type: config$x.amis.name,
|
|
@@ -1092,7 +1093,7 @@
|
|
|
1092
1093
|
label: config$v.title,
|
|
1093
1094
|
objectApiName: "${objectName}",
|
|
1094
1095
|
fields: ["name"],
|
|
1095
|
-
className: "sm:border sm:rounded sm:border-gray-300"
|
|
1096
|
+
// className: "sm:border sm:rounded sm:border-gray-300"
|
|
1096
1097
|
},
|
|
1097
1098
|
previewSchema: {
|
|
1098
1099
|
type: config$v.amis.name,
|
package/dist/tailwind-base.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
! tailwindcss v3.
|
|
2
|
+
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
/*
|
|
@@ -31,9 +31,12 @@
|
|
|
31
31
|
3. Use a more readable tab size.
|
|
32
32
|
4. Use the user's configured `sans` font-family by default.
|
|
33
33
|
5. Use the user's configured `sans` font-feature-settings by default.
|
|
34
|
+
6. Use the user's configured `sans` font-variation-settings by default.
|
|
35
|
+
7. Disable tap highlights on iOS
|
|
34
36
|
*/
|
|
35
37
|
|
|
36
|
-
html
|
|
38
|
+
html,
|
|
39
|
+
:host {
|
|
37
40
|
line-height: 1.5;
|
|
38
41
|
/* 1 */
|
|
39
42
|
-webkit-text-size-adjust: 100%;
|
|
@@ -43,10 +46,14 @@ html {
|
|
|
43
46
|
-o-tab-size: 4;
|
|
44
47
|
tab-size: 4;
|
|
45
48
|
/* 3 */
|
|
46
|
-
font-family: ui-sans-serif, system-ui,
|
|
49
|
+
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
47
50
|
/* 4 */
|
|
48
51
|
font-feature-settings: normal;
|
|
49
52
|
/* 5 */
|
|
53
|
+
font-variation-settings: normal;
|
|
54
|
+
/* 6 */
|
|
55
|
+
-webkit-tap-highlight-color: transparent;
|
|
56
|
+
/* 7 */
|
|
50
57
|
}
|
|
51
58
|
|
|
52
59
|
/*
|
|
@@ -118,8 +125,10 @@ strong {
|
|
|
118
125
|
}
|
|
119
126
|
|
|
120
127
|
/*
|
|
121
|
-
1. Use the user's configured `mono` font
|
|
122
|
-
2.
|
|
128
|
+
1. Use the user's configured `mono` font-family by default.
|
|
129
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
|
130
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
|
131
|
+
4. Correct the odd `em` font sizing in all browsers.
|
|
123
132
|
*/
|
|
124
133
|
|
|
125
134
|
code,
|
|
@@ -128,8 +137,12 @@ samp,
|
|
|
128
137
|
pre {
|
|
129
138
|
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
130
139
|
/* 1 */
|
|
131
|
-
font-
|
|
140
|
+
font-feature-settings: normal;
|
|
132
141
|
/* 2 */
|
|
142
|
+
font-variation-settings: normal;
|
|
143
|
+
/* 3 */
|
|
144
|
+
font-size: 1em;
|
|
145
|
+
/* 4 */
|
|
133
146
|
}
|
|
134
147
|
|
|
135
148
|
/*
|
|
@@ -188,6 +201,10 @@ select,
|
|
|
188
201
|
textarea {
|
|
189
202
|
font-family: inherit;
|
|
190
203
|
/* 1 */
|
|
204
|
+
font-feature-settings: inherit;
|
|
205
|
+
/* 1 */
|
|
206
|
+
font-variation-settings: inherit;
|
|
207
|
+
/* 1 */
|
|
191
208
|
font-size: 100%;
|
|
192
209
|
/* 1 */
|
|
193
210
|
font-weight: inherit;
|
|
@@ -338,6 +355,14 @@ menu {
|
|
|
338
355
|
padding: 0;
|
|
339
356
|
}
|
|
340
357
|
|
|
358
|
+
/*
|
|
359
|
+
Reset default styling for dialogs.
|
|
360
|
+
*/
|
|
361
|
+
|
|
362
|
+
dialog {
|
|
363
|
+
padding: 0;
|
|
364
|
+
}
|
|
365
|
+
|
|
341
366
|
/*
|
|
342
367
|
Prevent resizing textareas horizontally by default.
|
|
343
368
|
*/
|
|
@@ -433,6 +458,9 @@ video {
|
|
|
433
458
|
--tw-pan-y: ;
|
|
434
459
|
--tw-pinch-zoom: ;
|
|
435
460
|
--tw-scroll-snap-strictness: proximity;
|
|
461
|
+
--tw-gradient-from-position: ;
|
|
462
|
+
--tw-gradient-via-position: ;
|
|
463
|
+
--tw-gradient-to-position: ;
|
|
436
464
|
--tw-ordinal: ;
|
|
437
465
|
--tw-slashed-zero: ;
|
|
438
466
|
--tw-numeric-figure: ;
|
|
@@ -480,6 +508,9 @@ video {
|
|
|
480
508
|
--tw-pan-y: ;
|
|
481
509
|
--tw-pinch-zoom: ;
|
|
482
510
|
--tw-scroll-snap-strictness: proximity;
|
|
511
|
+
--tw-gradient-from-position: ;
|
|
512
|
+
--tw-gradient-via-position: ;
|
|
513
|
+
--tw-gradient-to-position: ;
|
|
483
514
|
--tw-ordinal: ;
|
|
484
515
|
--tw-slashed-zero: ;
|
|
485
516
|
--tw-numeric-figure: ;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos-widgets/amis-object",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.6.2
|
|
4
|
+
"version": "3.6.2",
|
|
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": "3.6.2
|
|
64
|
+
"@steedos-widgets/amis-lib": "3.6.2",
|
|
65
65
|
"autoprefixer": "^10.4.13",
|
|
66
66
|
"postcss": "^8.4.19",
|
|
67
67
|
"tailwindcss": "^3.2.4"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "7135e6c808dafc1ebd60d75376fdad6791e4d165"
|
|
70
70
|
}
|