@steedos-widgets/amis-object 1.0.29 → 1.0.32
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/AmisObjectTable.d.ts +0 -1
- package/dist/amis/AmisRecordDetail.d.ts +4 -0
- package/dist/amis/AmisRecordDetailRelatedList.d.ts +1 -0
- package/dist/amis-object.cjs.css +49 -22
- package/dist/amis-object.cjs.js +1 -1
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +49 -22
- package/dist/amis-object.esm.js +1 -1
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +49 -22
- package/dist/amis-object.umd.js +1 -1
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets-dev.json +11 -11
- package/dist/assets.json +10 -10
- package/dist/meta.js +371 -307
- package/dist/pages/PageListView.d.ts +2 -4
- package/dist/pages/PageRecordDetail.d.ts +2 -11
- package/package.json +3 -3
package/dist/amis-object.cjs.css
CHANGED
|
@@ -45,7 +45,10 @@
|
|
|
45
45
|
--Nav-Item-maxWidth--tabs: 200px;
|
|
46
46
|
--Crud-toolbar-gap: 2px;
|
|
47
47
|
--DropDown-caret-marginLeft: 0;
|
|
48
|
-
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.steedos-header-container .antd-Nav-Menu {
|
|
51
|
+
--Menu-light-backgroundColor: transparent;
|
|
49
52
|
}
|
|
50
53
|
|
|
51
54
|
fieldset.antd-Collapse {
|
|
@@ -262,24 +265,12 @@ body {
|
|
|
262
265
|
.absolute {
|
|
263
266
|
position: absolute
|
|
264
267
|
}
|
|
265
|
-
.inset-0 {
|
|
266
|
-
top: 0px;
|
|
267
|
-
right: 0px;
|
|
268
|
-
bottom: 0px;
|
|
269
|
-
left: 0px
|
|
270
|
-
}
|
|
271
268
|
.bottom-4 {
|
|
272
269
|
bottom: 1rem
|
|
273
270
|
}
|
|
274
271
|
.right-4 {
|
|
275
272
|
right: 1rem
|
|
276
273
|
}
|
|
277
|
-
.top-0 {
|
|
278
|
-
top: 0px
|
|
279
|
-
}
|
|
280
|
-
.bottom-0 {
|
|
281
|
-
bottom: 0px
|
|
282
|
-
}
|
|
283
274
|
.col-span-2 {
|
|
284
275
|
grid-column: span 2 / span 2
|
|
285
276
|
}
|
|
@@ -416,9 +407,6 @@ body {
|
|
|
416
407
|
.w-6 {
|
|
417
408
|
width: 1.5rem
|
|
418
409
|
}
|
|
419
|
-
.w-72 {
|
|
420
|
-
width: 18rem
|
|
421
|
-
}
|
|
422
410
|
.w-4 {
|
|
423
411
|
width: 1rem
|
|
424
412
|
}
|
|
@@ -434,6 +422,9 @@ body {
|
|
|
434
422
|
.w-auto {
|
|
435
423
|
width: auto
|
|
436
424
|
}
|
|
425
|
+
.w-96 {
|
|
426
|
+
width: 24rem
|
|
427
|
+
}
|
|
437
428
|
.\!w-full {
|
|
438
429
|
width: 100% !important
|
|
439
430
|
}
|
|
@@ -443,18 +434,18 @@ body {
|
|
|
443
434
|
.w-8 {
|
|
444
435
|
width: 2rem
|
|
445
436
|
}
|
|
446
|
-
.w-1\/2 {
|
|
447
|
-
width: 50%
|
|
448
|
-
}
|
|
449
|
-
.w-\[388px\] {
|
|
450
|
-
width: 388px
|
|
451
|
-
}
|
|
452
437
|
.\!min-w-\[160px\] {
|
|
453
438
|
min-width: 160px !important
|
|
454
439
|
}
|
|
455
440
|
.min-w-\[300px\] {
|
|
456
441
|
min-width: 300px
|
|
457
442
|
}
|
|
443
|
+
.min-w-\[200px\] {
|
|
444
|
+
min-width: 200px
|
|
445
|
+
}
|
|
446
|
+
.min-w-\[388px\] {
|
|
447
|
+
min-width: 388px
|
|
448
|
+
}
|
|
458
449
|
.max-w-md {
|
|
459
450
|
max-width: 28rem
|
|
460
451
|
}
|
|
@@ -464,6 +455,9 @@ body {
|
|
|
464
455
|
.flex-none {
|
|
465
456
|
flex: none
|
|
466
457
|
}
|
|
458
|
+
.flex-1 {
|
|
459
|
+
flex: 1 1 0%
|
|
460
|
+
}
|
|
467
461
|
.flex-shrink-0 {
|
|
468
462
|
flex-shrink: 0
|
|
469
463
|
}
|
|
@@ -495,6 +489,12 @@ body {
|
|
|
495
489
|
.overflow-auto {
|
|
496
490
|
overflow: auto
|
|
497
491
|
}
|
|
492
|
+
.overflow-hidden {
|
|
493
|
+
overflow: hidden
|
|
494
|
+
}
|
|
495
|
+
.overflow-y-auto {
|
|
496
|
+
overflow-y: auto
|
|
497
|
+
}
|
|
498
498
|
.truncate {
|
|
499
499
|
overflow: hidden;
|
|
500
500
|
text-overflow: ellipsis;
|
|
@@ -551,6 +551,10 @@ body {
|
|
|
551
551
|
--tw-border-opacity: 1;
|
|
552
552
|
border-color: rgb(209 213 219 / var(--tw-border-opacity))
|
|
553
553
|
}
|
|
554
|
+
.border-gray-200 {
|
|
555
|
+
--tw-border-opacity: 1;
|
|
556
|
+
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|
|
557
|
+
}
|
|
554
558
|
.bg-white {
|
|
555
559
|
--tw-bg-opacity: 1;
|
|
556
560
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity))
|
|
@@ -744,6 +748,10 @@ body {
|
|
|
744
748
|
--tw-bg-opacity: 1;
|
|
745
749
|
background-color: rgb(240 249 255 / var(--tw-bg-opacity))
|
|
746
750
|
}
|
|
751
|
+
.focus\:outline-none:focus {
|
|
752
|
+
outline: 2px solid transparent;
|
|
753
|
+
outline-offset: 2px
|
|
754
|
+
}
|
|
747
755
|
@media (min-width: 640px) {
|
|
748
756
|
.sm\:m-3 {
|
|
749
757
|
margin: 0.75rem
|
|
@@ -796,6 +804,25 @@ body {
|
|
|
796
804
|
border-bottom-width: 1px
|
|
797
805
|
}
|
|
798
806
|
}
|
|
807
|
+
@media (min-width: 1024px) {
|
|
808
|
+
.lg\:order-first {
|
|
809
|
+
order: -9999
|
|
810
|
+
}
|
|
811
|
+
.lg\:order-last {
|
|
812
|
+
order: 9999
|
|
813
|
+
}
|
|
814
|
+
.lg\:flex {
|
|
815
|
+
display: flex
|
|
816
|
+
}
|
|
817
|
+
.lg\:flex-col {
|
|
818
|
+
flex-direction: column
|
|
819
|
+
}
|
|
820
|
+
}
|
|
821
|
+
@media (min-width: 1280px) {
|
|
822
|
+
.xl\:order-last {
|
|
823
|
+
order: 9999
|
|
824
|
+
}
|
|
825
|
+
}
|
|
799
826
|
|
|
800
827
|
.ant-dropdown-menu {
|
|
801
828
|
border: 1px solid #e5e5e5;
|