@steedos-widgets/amis-object 6.10.1-beta.11 → 6.10.1-beta.14
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/AmisAppLauncher.d.ts +0 -6
- package/dist/amis/AmisAppMenu.d.ts +0 -3
- package/dist/amis/AmisRecordDetail.d.ts +1 -0
- package/dist/amis-object.cjs.css +41 -4
- package/dist/amis-object.cjs.js +31 -50
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +41 -4
- package/dist/amis-object.esm.js +31 -50
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +41 -4
- package/dist/amis-object.umd.js +29 -27
- package/dist/amis-object.umd.js.map +1 -1
- package/dist/assets.json +19 -19
- package/package.json +3 -3
|
@@ -196,9 +196,6 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
|
|
|
196
196
|
method: string;
|
|
197
197
|
cache: string;
|
|
198
198
|
url: string;
|
|
199
|
-
headers: {
|
|
200
|
-
Authorization: string;
|
|
201
|
-
};
|
|
202
199
|
adaptor: string;
|
|
203
200
|
messages: {};
|
|
204
201
|
};
|
|
@@ -415,9 +412,6 @@ export declare const AmisAppLauncher: (props: any) => Promise<{
|
|
|
415
412
|
method: string;
|
|
416
413
|
cache: string;
|
|
417
414
|
url: string;
|
|
418
|
-
headers: {
|
|
419
|
-
Authorization: string;
|
|
420
|
-
};
|
|
421
415
|
adaptor: string;
|
|
422
416
|
messages: {};
|
|
423
417
|
};
|
package/dist/amis-object.cjs.css
CHANGED
|
@@ -629,6 +629,9 @@ fieldset.antd-Collapse > legend{
|
|
|
629
629
|
.inset-0 {
|
|
630
630
|
inset: 0px
|
|
631
631
|
}
|
|
632
|
+
.bottom-0 {
|
|
633
|
+
bottom: 0px
|
|
634
|
+
}
|
|
632
635
|
.bottom-4 {
|
|
633
636
|
bottom: 1rem
|
|
634
637
|
}
|
|
@@ -663,10 +666,6 @@ fieldset.antd-Collapse > legend{
|
|
|
663
666
|
margin-left: 0px !important;
|
|
664
667
|
margin-right: 0px !important
|
|
665
668
|
}
|
|
666
|
-
.mx-3 {
|
|
667
|
-
margin-left: 0.75rem;
|
|
668
|
-
margin-right: 0.75rem
|
|
669
|
-
}
|
|
670
669
|
.my-2 {
|
|
671
670
|
margin-top: 0.5rem;
|
|
672
671
|
margin-bottom: 0.5rem
|
|
@@ -942,6 +941,9 @@ fieldset.antd-Collapse > legend{
|
|
|
942
941
|
.items-center {
|
|
943
942
|
align-items: center
|
|
944
943
|
}
|
|
944
|
+
.justify-start {
|
|
945
|
+
justify-content: flex-start
|
|
946
|
+
}
|
|
945
947
|
.justify-end {
|
|
946
948
|
justify-content: flex-end
|
|
947
949
|
}
|
|
@@ -1001,6 +1003,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1001
1003
|
.rounded-md {
|
|
1002
1004
|
border-radius: 0.375rem
|
|
1003
1005
|
}
|
|
1006
|
+
.rounded-none {
|
|
1007
|
+
border-radius: 0px
|
|
1008
|
+
}
|
|
1004
1009
|
.rounded-xl {
|
|
1005
1010
|
border-radius: 0.75rem
|
|
1006
1011
|
}
|
|
@@ -1017,6 +1022,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1017
1022
|
.\!border-b-0 {
|
|
1018
1023
|
border-bottom-width: 0px !important
|
|
1019
1024
|
}
|
|
1025
|
+
.\!border-t {
|
|
1026
|
+
border-top-width: 1px !important
|
|
1027
|
+
}
|
|
1020
1028
|
.border-b {
|
|
1021
1029
|
border-bottom-width: 1px
|
|
1022
1030
|
}
|
|
@@ -1029,6 +1037,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1029
1037
|
.border-t {
|
|
1030
1038
|
border-top-width: 1px
|
|
1031
1039
|
}
|
|
1040
|
+
.\!border-solid {
|
|
1041
|
+
border-style: solid !important
|
|
1042
|
+
}
|
|
1032
1043
|
.border-solid {
|
|
1033
1044
|
border-style: solid
|
|
1034
1045
|
}
|
|
@@ -1038,6 +1049,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1038
1049
|
.border-none {
|
|
1039
1050
|
border-style: none
|
|
1040
1051
|
}
|
|
1052
|
+
.\!border-slate-300 {
|
|
1053
|
+
--tw-border-opacity: 1 !important;
|
|
1054
|
+
border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important
|
|
1055
|
+
}
|
|
1041
1056
|
.border-gray-200 {
|
|
1042
1057
|
--tw-border-opacity: 1;
|
|
1043
1058
|
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|
|
@@ -1106,6 +1121,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1106
1121
|
padding-left: 0px;
|
|
1107
1122
|
padding-right: 0px
|
|
1108
1123
|
}
|
|
1124
|
+
.px-1 {
|
|
1125
|
+
padding-left: 0.25rem;
|
|
1126
|
+
padding-right: 0.25rem
|
|
1127
|
+
}
|
|
1109
1128
|
.px-2 {
|
|
1110
1129
|
padding-left: 0.5rem;
|
|
1111
1130
|
padding-right: 0.5rem
|
|
@@ -1159,6 +1178,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1159
1178
|
.pl-1\.5 {
|
|
1160
1179
|
padding-left: 0.375rem
|
|
1161
1180
|
}
|
|
1181
|
+
.pl-2 {
|
|
1182
|
+
padding-left: 0.5rem
|
|
1183
|
+
}
|
|
1162
1184
|
.pl-4 {
|
|
1163
1185
|
padding-left: 1rem
|
|
1164
1186
|
}
|
|
@@ -1222,6 +1244,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1222
1244
|
.leading-none {
|
|
1223
1245
|
line-height: 1
|
|
1224
1246
|
}
|
|
1247
|
+
.\!text-black {
|
|
1248
|
+
--tw-text-opacity: 1 !important;
|
|
1249
|
+
color: rgb(0 0 0 / var(--tw-text-opacity)) !important
|
|
1250
|
+
}
|
|
1225
1251
|
.\!text-gray-700 {
|
|
1226
1252
|
--tw-text-opacity: 1 !important;
|
|
1227
1253
|
color: rgb(55 65 81 / var(--tw-text-opacity)) !important
|
|
@@ -1325,6 +1351,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1325
1351
|
.last\:mb-0:last-child {
|
|
1326
1352
|
margin-bottom: 0px
|
|
1327
1353
|
}
|
|
1354
|
+
.hover\:\!bg-slate-200:hover {
|
|
1355
|
+
--tw-bg-opacity: 1 !important;
|
|
1356
|
+
background-color: rgb(226 232 240 / var(--tw-bg-opacity)) !important
|
|
1357
|
+
}
|
|
1328
1358
|
.hover\:bg-\[\#1589EE1A\]:hover {
|
|
1329
1359
|
background-color: #1589EE1A
|
|
1330
1360
|
}
|
|
@@ -2697,6 +2727,13 @@ steedosfieldset.antd-Collapse .antd-Collapse-header.is-mobile:hover {
|
|
|
2697
2727
|
display: none;
|
|
2698
2728
|
}
|
|
2699
2729
|
|
|
2730
|
+
.steedos-record-tabs.steedos-record-tabs--single .antd-Tabs-linksContainer-wrapper {
|
|
2731
|
+
display: none;
|
|
2732
|
+
}
|
|
2733
|
+
.steedos-record-tabs.steedos-record-tabs--single .antd-Tabs-content {
|
|
2734
|
+
margin-top: -1rem;
|
|
2735
|
+
}
|
|
2736
|
+
|
|
2700
2737
|
.steedos-context-bar .antd-Nav-list {
|
|
2701
2738
|
border-bottom: 0px;
|
|
2702
2739
|
height: 40px;
|