@steedos-widgets/amis-object 6.10.1-beta.13 → 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-object.cjs.css +27 -0
- package/dist/amis-object.cjs.js +10 -28
- package/dist/amis-object.cjs.js.map +1 -1
- package/dist/amis-object.esm.css +27 -0
- package/dist/amis-object.esm.js +10 -28
- package/dist/amis-object.esm.js.map +1 -1
- package/dist/amis-object.umd.css +27 -0
- package/dist/amis-object.umd.js +14 -12
- 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
|
}
|
|
@@ -938,6 +941,9 @@ fieldset.antd-Collapse > legend{
|
|
|
938
941
|
.items-center {
|
|
939
942
|
align-items: center
|
|
940
943
|
}
|
|
944
|
+
.justify-start {
|
|
945
|
+
justify-content: flex-start
|
|
946
|
+
}
|
|
941
947
|
.justify-end {
|
|
942
948
|
justify-content: flex-end
|
|
943
949
|
}
|
|
@@ -997,6 +1003,9 @@ fieldset.antd-Collapse > legend{
|
|
|
997
1003
|
.rounded-md {
|
|
998
1004
|
border-radius: 0.375rem
|
|
999
1005
|
}
|
|
1006
|
+
.rounded-none {
|
|
1007
|
+
border-radius: 0px
|
|
1008
|
+
}
|
|
1000
1009
|
.rounded-xl {
|
|
1001
1010
|
border-radius: 0.75rem
|
|
1002
1011
|
}
|
|
@@ -1013,6 +1022,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1013
1022
|
.\!border-b-0 {
|
|
1014
1023
|
border-bottom-width: 0px !important
|
|
1015
1024
|
}
|
|
1025
|
+
.\!border-t {
|
|
1026
|
+
border-top-width: 1px !important
|
|
1027
|
+
}
|
|
1016
1028
|
.border-b {
|
|
1017
1029
|
border-bottom-width: 1px
|
|
1018
1030
|
}
|
|
@@ -1025,6 +1037,9 @@ fieldset.antd-Collapse > legend{
|
|
|
1025
1037
|
.border-t {
|
|
1026
1038
|
border-top-width: 1px
|
|
1027
1039
|
}
|
|
1040
|
+
.\!border-solid {
|
|
1041
|
+
border-style: solid !important
|
|
1042
|
+
}
|
|
1028
1043
|
.border-solid {
|
|
1029
1044
|
border-style: solid
|
|
1030
1045
|
}
|
|
@@ -1034,6 +1049,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1034
1049
|
.border-none {
|
|
1035
1050
|
border-style: none
|
|
1036
1051
|
}
|
|
1052
|
+
.\!border-slate-300 {
|
|
1053
|
+
--tw-border-opacity: 1 !important;
|
|
1054
|
+
border-color: rgb(203 213 225 / var(--tw-border-opacity)) !important
|
|
1055
|
+
}
|
|
1037
1056
|
.border-gray-200 {
|
|
1038
1057
|
--tw-border-opacity: 1;
|
|
1039
1058
|
border-color: rgb(229 231 235 / var(--tw-border-opacity))
|
|
@@ -1225,6 +1244,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1225
1244
|
.leading-none {
|
|
1226
1245
|
line-height: 1
|
|
1227
1246
|
}
|
|
1247
|
+
.\!text-black {
|
|
1248
|
+
--tw-text-opacity: 1 !important;
|
|
1249
|
+
color: rgb(0 0 0 / var(--tw-text-opacity)) !important
|
|
1250
|
+
}
|
|
1228
1251
|
.\!text-gray-700 {
|
|
1229
1252
|
--tw-text-opacity: 1 !important;
|
|
1230
1253
|
color: rgb(55 65 81 / var(--tw-text-opacity)) !important
|
|
@@ -1328,6 +1351,10 @@ fieldset.antd-Collapse > legend{
|
|
|
1328
1351
|
.last\:mb-0:last-child {
|
|
1329
1352
|
margin-bottom: 0px
|
|
1330
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
|
+
}
|
|
1331
1358
|
.hover\:bg-\[\#1589EE1A\]:hover {
|
|
1332
1359
|
background-color: #1589EE1A
|
|
1333
1360
|
}
|