@steedos/service-plugin-amis 2.4.15-beta.3 → 2.4.15-beta.4
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.
|
@@ -161,13 +161,24 @@
|
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
163
|
"name": "showSidebar",
|
|
164
|
-
"label": "
|
|
164
|
+
"label": "显示左侧导航",
|
|
165
165
|
"type": "checkbox",
|
|
166
166
|
"tpl": null,
|
|
167
167
|
"className": "m-0",
|
|
168
168
|
"labelClassName": "text-left",
|
|
169
169
|
"id": "u:07a8a4c5f877"
|
|
170
170
|
},
|
|
171
|
+
{
|
|
172
|
+
"name": "enable_nav_schema",
|
|
173
|
+
"label": "启用自定义导航",
|
|
174
|
+
"required": false,
|
|
175
|
+
"type": "checkbox",
|
|
176
|
+
"tpl": null,
|
|
177
|
+
"className": "m-0",
|
|
178
|
+
"labelClassName": "text-left",
|
|
179
|
+
"clearValueOnHidden": true,
|
|
180
|
+
"fieldName": "enable_nav_schema"
|
|
181
|
+
},
|
|
171
182
|
{
|
|
172
183
|
"name": "description",
|
|
173
184
|
"label": "描述",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-plugin-amis",
|
|
3
|
-
"version": "2.4.15-beta.
|
|
3
|
+
"version": "2.4.15-beta.4",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:tailwind-base && yarn build:tailwind",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "e194dfdd0682b117f8442cd72db0c55414885f4c",
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"tailwindcss": "3.2.4"
|
|
19
19
|
}
|
|
@@ -46,37 +46,6 @@
|
|
|
46
46
|
position: static
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.fixed {
|
|
50
|
-
position: fixed
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.absolute {
|
|
54
|
-
position: absolute
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.sticky {
|
|
58
|
-
position: sticky
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.inset-0 {
|
|
62
|
-
top: 0px;
|
|
63
|
-
right: 0px;
|
|
64
|
-
bottom: 0px;
|
|
65
|
-
left: 0px
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.top-0 {
|
|
69
|
-
top: 0px
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.z-40 {
|
|
73
|
-
z-index: 40
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.z-20 {
|
|
77
|
-
z-index: 20
|
|
78
|
-
}
|
|
79
|
-
|
|
80
49
|
.col-span-2 {
|
|
81
50
|
grid-column: span 2 / span 2
|
|
82
51
|
}
|
|
@@ -108,18 +77,6 @@
|
|
|
108
77
|
margin-right: -2.75rem
|
|
109
78
|
}
|
|
110
79
|
|
|
111
|
-
.mr-4 {
|
|
112
|
-
margin-right: 1rem
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
.mb-\[-3px\] {
|
|
116
|
-
margin-bottom: -3px
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
.mt-\[50px\] {
|
|
120
|
-
margin-top: 50px
|
|
121
|
-
}
|
|
122
|
-
|
|
123
80
|
.mt-0\.5 {
|
|
124
81
|
margin-top: 0.125rem
|
|
125
82
|
}
|
|
@@ -172,26 +129,6 @@
|
|
|
172
129
|
height: 100%
|
|
173
130
|
}
|
|
174
131
|
|
|
175
|
-
.h-\[50px\] {
|
|
176
|
-
height: 50px
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.h-10 {
|
|
180
|
-
height: 2.5rem
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.w-full {
|
|
184
|
-
width: 100%
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.w-auto {
|
|
188
|
-
width: auto
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.w-64 {
|
|
192
|
-
width: 16rem
|
|
193
|
-
}
|
|
194
|
-
|
|
195
132
|
.w-10 {
|
|
196
133
|
width: 2.5rem
|
|
197
134
|
}
|
|
@@ -200,36 +137,23 @@
|
|
|
200
137
|
width: 50%
|
|
201
138
|
}
|
|
202
139
|
|
|
140
|
+
.w-full {
|
|
141
|
+
width: 100%
|
|
142
|
+
}
|
|
143
|
+
|
|
203
144
|
.min-w-max {
|
|
204
145
|
min-width: -moz-max-content;
|
|
205
146
|
min-width: max-content
|
|
206
147
|
}
|
|
207
148
|
|
|
208
|
-
.flex-none {
|
|
209
|
-
flex: none
|
|
210
|
-
}
|
|
211
|
-
|
|
212
149
|
.flex-1 {
|
|
213
150
|
flex: 1 1 0%
|
|
214
151
|
}
|
|
215
152
|
|
|
216
|
-
.-translate-x-0 {
|
|
217
|
-
--tw-translate-x: -0px;
|
|
218
|
-
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
|
219
|
-
}
|
|
220
|
-
|
|
221
153
|
.flex-row {
|
|
222
154
|
flex-direction: row
|
|
223
155
|
}
|
|
224
156
|
|
|
225
|
-
.flex-col {
|
|
226
|
-
flex-direction: column
|
|
227
|
-
}
|
|
228
|
-
|
|
229
|
-
.flex-nowrap {
|
|
230
|
-
flex-wrap: nowrap
|
|
231
|
-
}
|
|
232
|
-
|
|
233
157
|
.items-center {
|
|
234
158
|
align-items: center
|
|
235
159
|
}
|
|
@@ -238,53 +162,14 @@
|
|
|
238
162
|
justify-content: center
|
|
239
163
|
}
|
|
240
164
|
|
|
241
|
-
.justify-between {
|
|
242
|
-
justify-content: space-between
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.gap-x-3 {
|
|
246
|
-
-moz-column-gap: 0.75rem;
|
|
247
|
-
column-gap: 0.75rem
|
|
248
|
-
}
|
|
249
|
-
|
|
250
165
|
.overflow-auto {
|
|
251
166
|
overflow: auto
|
|
252
167
|
}
|
|
253
168
|
|
|
254
|
-
.overflow-hidden {
|
|
255
|
-
overflow: hidden
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.overflow-y-auto {
|
|
259
|
-
overflow-y: auto
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
.border-b-\[3px\] {
|
|
263
|
-
border-bottom-width: 3px
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
.border-r {
|
|
267
|
-
border-right-width: 1px
|
|
268
|
-
}
|
|
269
|
-
|
|
270
169
|
.border-b {
|
|
271
170
|
border-bottom-width: 1px
|
|
272
171
|
}
|
|
273
172
|
|
|
274
|
-
.border-solid {
|
|
275
|
-
border-style: solid
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
.border-sky-500 {
|
|
279
|
-
--tw-border-opacity: 1;
|
|
280
|
-
border-color: rgb(14 165 233 / var(--tw-border-opacity))
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
.border-slate-200 {
|
|
284
|
-
--tw-border-opacity: 1;
|
|
285
|
-
border-color: rgb(226 232 240 / var(--tw-border-opacity))
|
|
286
|
-
}
|
|
287
|
-
|
|
288
173
|
.border-slate-300 {
|
|
289
174
|
--tw-border-opacity: 1;
|
|
290
175
|
border-color: rgb(203 213 225 / var(--tw-border-opacity))
|
|
@@ -303,16 +188,6 @@
|
|
|
303
188
|
padding: 1rem
|
|
304
189
|
}
|
|
305
190
|
|
|
306
|
-
.px-4 {
|
|
307
|
-
padding-left: 1rem;
|
|
308
|
-
padding-right: 1rem
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
.px-0 {
|
|
312
|
-
padding-left: 0px;
|
|
313
|
-
padding-right: 0px
|
|
314
|
-
}
|
|
315
|
-
|
|
316
191
|
.px-1 {
|
|
317
192
|
padding-left: 0.25rem;
|
|
318
193
|
padding-right: 0.25rem
|
|
@@ -333,28 +208,9 @@
|
|
|
333
208
|
padding-bottom: 0.5rem
|
|
334
209
|
}
|
|
335
210
|
|
|
336
|
-
.
|
|
337
|
-
padding-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
.pl-4 {
|
|
341
|
-
padding-left: 1rem
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.pb-0 {
|
|
345
|
-
padding-bottom: 0px
|
|
346
|
-
}
|
|
347
|
-
|
|
348
|
-
.pt-4 {
|
|
349
|
-
padding-top: 1rem
|
|
350
|
-
}
|
|
351
|
-
|
|
352
|
-
.pb-24 {
|
|
353
|
-
padding-bottom: 6rem
|
|
354
|
-
}
|
|
355
|
-
|
|
356
|
-
.pb-4 {
|
|
357
|
-
padding-bottom: 1rem
|
|
211
|
+
.px-0 {
|
|
212
|
+
padding-left: 0px;
|
|
213
|
+
padding-right: 0px
|
|
358
214
|
}
|
|
359
215
|
|
|
360
216
|
.pl-1\.5 {
|
|
@@ -381,10 +237,6 @@
|
|
|
381
237
|
font-style: italic
|
|
382
238
|
}
|
|
383
239
|
|
|
384
|
-
.leading-5 {
|
|
385
|
-
line-height: 1.25rem
|
|
386
|
-
}
|
|
387
|
-
|
|
388
240
|
.leading-none {
|
|
389
241
|
line-height: 1
|
|
390
242
|
}
|
|
@@ -408,43 +260,11 @@
|
|
|
408
260
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
|
409
261
|
}
|
|
410
262
|
|
|
411
|
-
.backdrop-blur {
|
|
412
|
-
--tw-backdrop-blur: blur(8px);
|
|
413
|
-
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
414
|
-
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.transition-colors {
|
|
418
|
-
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
|
|
419
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
420
|
-
transition-duration: 150ms
|
|
421
|
-
}
|
|
422
|
-
|
|
423
|
-
.duration-500 {
|
|
424
|
-
transition-duration: 500ms
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
.duration-300 {
|
|
428
|
-
transition-duration: 300ms
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
.ease-in-out {
|
|
432
|
-
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
|
|
433
|
-
}
|
|
434
|
-
|
|
435
263
|
@media (min-width: 640px) {
|
|
436
|
-
.sm\:mt-\[90px\] {
|
|
437
|
-
margin-top: 90px
|
|
438
|
-
}
|
|
439
|
-
|
|
440
264
|
.sm\:mt-3 {
|
|
441
265
|
margin-top: 0.75rem
|
|
442
266
|
}
|
|
443
267
|
|
|
444
|
-
.sm\:w-\[220px\] {
|
|
445
|
-
width: 220px
|
|
446
|
-
}
|
|
447
|
-
|
|
448
268
|
.sm\:rounded-lg {
|
|
449
269
|
border-radius: 0.5rem
|
|
450
270
|
}
|
|
@@ -468,9 +288,3 @@
|
|
|
468
288
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
|
469
289
|
}
|
|
470
290
|
}
|
|
471
|
-
|
|
472
|
-
@media (min-width: 1024px) {
|
|
473
|
-
.lg\:z-50 {
|
|
474
|
-
z-index: 50
|
|
475
|
-
}
|
|
476
|
-
}
|