3h1-ui 3.0.0-next.5 → 3.0.0-next.7
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/es/index.js +309 -127
- package/es/style.css +73 -30
- package/lib/index.js +306 -124
- package/package.json +3 -3
- package/lib/style.css +0 -8149
package/es/style.css
CHANGED
|
@@ -297,6 +297,10 @@ ul {
|
|
|
297
297
|
max-width: 1600px;
|
|
298
298
|
}
|
|
299
299
|
}
|
|
300
|
+
.bg-gray-100 {
|
|
301
|
+
--tw-bg-opacity: 1;
|
|
302
|
+
background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
|
|
303
|
+
}
|
|
300
304
|
.border-primary {
|
|
301
305
|
--tw-border-opacity: 1;
|
|
302
306
|
border-color: rgba(24, 144, 255, var(--tw-border-opacity));
|
|
@@ -459,6 +463,10 @@ ul {
|
|
|
459
463
|
.resize {
|
|
460
464
|
resize: both;
|
|
461
465
|
}
|
|
466
|
+
.text-red-500 {
|
|
467
|
+
--tw-text-opacity: 1;
|
|
468
|
+
color: rgba(239, 68, 68, var(--tw-text-opacity));
|
|
469
|
+
}
|
|
462
470
|
.truncate {
|
|
463
471
|
overflow: hidden;
|
|
464
472
|
-o-text-overflow: ellipsis;
|
|
@@ -951,7 +959,6 @@ span.iconify {
|
|
|
951
959
|
}
|
|
952
960
|
.scroll-container .scrollbar__wrap {
|
|
953
961
|
overflow-x: hidden;
|
|
954
|
-
margin-bottom: 18px !important;
|
|
955
962
|
}
|
|
956
963
|
.scroll-container .scrollbar__view {
|
|
957
964
|
box-sizing: border-box;
|
|
@@ -990,28 +997,40 @@ span.iconify {
|
|
|
990
997
|
.shy-tinymce-container textarea {
|
|
991
998
|
z-index: -1;
|
|
992
999
|
visibility: hidden;
|
|
993
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1000
|
+
}.shy-table-edit-icon-plus[data-v-9232fde4] {
|
|
994
1001
|
width: 30px;
|
|
995
1002
|
height: 30px;
|
|
996
1003
|
font-size: 30px;
|
|
997
1004
|
cursor: pointer;
|
|
998
1005
|
display: flex;
|
|
999
1006
|
}
|
|
1000
|
-
.table-children[data-v-
|
|
1007
|
+
.table-children[data-v-9232fde4] .ant-form-item {
|
|
1001
1008
|
margin-bottom: 0 !important;
|
|
1002
1009
|
}
|
|
1003
|
-
.
|
|
1010
|
+
.table-children-required[data-v-9232fde4] {
|
|
1011
|
+
color: #ff4d4f;
|
|
1012
|
+
margin-right: 4px;
|
|
1013
|
+
}
|
|
1014
|
+
.table-children[data-v-9232fde4] .ant-table-cell {
|
|
1015
|
+
padding: 8px !important;
|
|
1016
|
+
}
|
|
1017
|
+
.table-children[data-v-9232fde4] .ant-table-cell .ant-form-item-explain {
|
|
1018
|
+
display: none;
|
|
1019
|
+
}
|
|
1020
|
+
.table-children-delete-wrapper[data-v-9232fde4] {
|
|
1021
|
+
display: flex;
|
|
1004
1022
|
height: 100%;
|
|
1023
|
+
justify-content: center;
|
|
1005
1024
|
}
|
|
1006
|
-
.delete-wrapper:hover .delete-item[data-v-
|
|
1025
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-9232fde4] {
|
|
1007
1026
|
display: flex;
|
|
1008
1027
|
justify-content: center;
|
|
1009
1028
|
align-items: center;
|
|
1010
1029
|
}
|
|
1011
|
-
.delete-wrapper:hover .delete-index[data-v-
|
|
1030
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-9232fde4] {
|
|
1012
1031
|
display: none;
|
|
1013
1032
|
}
|
|
1014
|
-
.
|
|
1033
|
+
.table-children-delete-item[data-v-9232fde4] {
|
|
1015
1034
|
background-color: red;
|
|
1016
1035
|
border-radius: 50%;
|
|
1017
1036
|
width: 30px;
|
|
@@ -1020,7 +1039,8 @@ span.iconify {
|
|
|
1020
1039
|
display: none;
|
|
1021
1040
|
cursor: pointer;
|
|
1022
1041
|
}
|
|
1023
|
-
.
|
|
1042
|
+
.table-children-delete-index[data-v-9232fde4] {
|
|
1043
|
+
user-select: none;
|
|
1024
1044
|
display: inline-block;
|
|
1025
1045
|
}@media screen and (max-height: 600px) {
|
|
1026
1046
|
.ant-modal {
|
|
@@ -1040,15 +1060,22 @@ span.iconify {
|
|
|
1040
1060
|
.fullscreen-modal {
|
|
1041
1061
|
overflow: hidden;
|
|
1042
1062
|
}
|
|
1063
|
+
.fullscreen-modal .ant-modal-header {
|
|
1064
|
+
pointer-events: none;
|
|
1065
|
+
}
|
|
1043
1066
|
.fullscreen-modal .ant-modal {
|
|
1044
1067
|
top: 0 !important;
|
|
1045
1068
|
right: 0 !important;
|
|
1046
1069
|
bottom: 0 !important;
|
|
1047
1070
|
left: 0 !important;
|
|
1071
|
+
padding-bottom: 0;
|
|
1072
|
+
margin: 0;
|
|
1048
1073
|
width: 100% !important;
|
|
1049
|
-
|
|
1074
|
+
max-width: 100%;
|
|
1050
1075
|
}
|
|
1051
1076
|
.fullscreen-modal .ant-modal-content {
|
|
1077
|
+
display: flex;
|
|
1078
|
+
flex-direction: column;
|
|
1052
1079
|
height: 100%;
|
|
1053
1080
|
}
|
|
1054
1081
|
.ant-modal {
|
|
@@ -1058,6 +1085,25 @@ span.iconify {
|
|
|
1058
1085
|
.ant-modal .ant-modal-body > .scrollbar {
|
|
1059
1086
|
padding: 14px;
|
|
1060
1087
|
}
|
|
1088
|
+
.ant-modal-content {
|
|
1089
|
+
padding: 0 !important;
|
|
1090
|
+
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
1091
|
+
}
|
|
1092
|
+
.ant-modal-close {
|
|
1093
|
+
top: unset !important;
|
|
1094
|
+
width: unset !important;
|
|
1095
|
+
height: unset !important;
|
|
1096
|
+
font-weight: normal;
|
|
1097
|
+
outline: none;
|
|
1098
|
+
}
|
|
1099
|
+
.ant-modal-close:hover, .ant-modal-close:active {
|
|
1100
|
+
background: unset !important;
|
|
1101
|
+
}
|
|
1102
|
+
.ant-modal-close-x .shy-basic-modal-close {
|
|
1103
|
+
justify-content: flex-end;
|
|
1104
|
+
height: 56px;
|
|
1105
|
+
line-height: 56px;
|
|
1106
|
+
}
|
|
1061
1107
|
.ant-modal-title {
|
|
1062
1108
|
font-size: 16px;
|
|
1063
1109
|
font-weight: bold;
|
|
@@ -1080,24 +1126,15 @@ span.iconify {
|
|
|
1080
1126
|
.ant-modal-header {
|
|
1081
1127
|
padding: 16px;
|
|
1082
1128
|
}
|
|
1083
|
-
.ant-modal-content {
|
|
1084
|
-
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
1085
|
-
}
|
|
1086
1129
|
.ant-modal-footer {
|
|
1087
|
-
|
|
1130
|
+
border-radius: unset !important;
|
|
1088
1131
|
}
|
|
1089
1132
|
.ant-modal-footer button + button {
|
|
1090
1133
|
margin-left: 10px;
|
|
1091
1134
|
}
|
|
1092
|
-
.ant-modal-close {
|
|
1093
|
-
font-weight: normal;
|
|
1094
|
-
outline: none;
|
|
1095
|
-
}
|
|
1096
1135
|
.ant-modal-close-x {
|
|
1097
1136
|
display: inline-block;
|
|
1098
1137
|
width: 96px !important;
|
|
1099
|
-
height: 56px;
|
|
1100
|
-
line-height: 56px;
|
|
1101
1138
|
}
|
|
1102
1139
|
.ant-modal-confirm-body .ant-modal-confirm-content > * {
|
|
1103
1140
|
color: #909399;
|
|
@@ -1122,7 +1159,6 @@ span.iconify {
|
|
|
1122
1159
|
}
|
|
1123
1160
|
.scroll-container .scrollbar__wrap {
|
|
1124
1161
|
overflow-x: hidden;
|
|
1125
|
-
margin-bottom: 18px !important;
|
|
1126
1162
|
}
|
|
1127
1163
|
.scroll-container .scrollbar__view {
|
|
1128
1164
|
box-sizing: border-box;
|
|
@@ -1286,6 +1322,7 @@ span.iconify {
|
|
|
1286
1322
|
width: 250px !important;
|
|
1287
1323
|
}
|
|
1288
1324
|
.shy-basic-form-input {
|
|
1325
|
+
width: 100%;
|
|
1289
1326
|
flex: 1;
|
|
1290
1327
|
}
|
|
1291
1328
|
.shy-basic-form-toggle {
|
|
@@ -1338,6 +1375,9 @@ span.iconify {
|
|
|
1338
1375
|
.shy-basic-form .ant-form-item:not(.ant-form-item-with-help) {
|
|
1339
1376
|
margin-bottom: 20px;
|
|
1340
1377
|
}
|
|
1378
|
+
.shy-basic-form .ant-form-item-control-input-content > div > div:not(.ant-input-number-handler-wrap) {
|
|
1379
|
+
width: 100%;
|
|
1380
|
+
}
|
|
1341
1381
|
.shy-basic-form .ant-form-item.suffix-item .ant-form-item-children {
|
|
1342
1382
|
display: flex;
|
|
1343
1383
|
}
|
|
@@ -1383,6 +1423,9 @@ span.iconify {
|
|
|
1383
1423
|
height: 14px;
|
|
1384
1424
|
content: '';
|
|
1385
1425
|
background: #2991ff;
|
|
1426
|
+
}
|
|
1427
|
+
.table-children-err-popover .ant-popover-inner-content {
|
|
1428
|
+
padding: 6px 16px;
|
|
1386
1429
|
}.shy-search[data-v-a0f20f9d] {
|
|
1387
1430
|
position: relative;
|
|
1388
1431
|
display: flex;
|
|
@@ -8077,7 +8120,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8077
8120
|
border-color: transparent;
|
|
8078
8121
|
border-bottom: 12px solid #000;
|
|
8079
8122
|
border-radius: 8px 8px 0 0;
|
|
8080
|
-
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
8123
|
+
background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0)),
|
|
8081
8124
|
linear-gradient(to right, #fff, rgba(255, 255, 255, 0));
|
|
8082
8125
|
}
|
|
8083
8126
|
.vue-colorful__pointer-fill, .vue-colorful__alpha-gradient {
|
|
@@ -8098,15 +8141,15 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8098
8141
|
height: 24px;
|
|
8099
8142
|
}
|
|
8100
8143
|
.vue-colorful__hue {
|
|
8101
|
-
background: linear-gradient(
|
|
8102
|
-
to right,
|
|
8103
|
-
#f00 0%,
|
|
8104
|
-
#ff0 17%,
|
|
8105
|
-
#0f0 33%,
|
|
8106
|
-
#0ff 50%,
|
|
8107
|
-
#00f 67%,
|
|
8108
|
-
#f0f 83%,
|
|
8109
|
-
#f00 100%
|
|
8144
|
+
background: linear-gradient(
|
|
8145
|
+
to right,
|
|
8146
|
+
#f00 0%,
|
|
8147
|
+
#ff0 17%,
|
|
8148
|
+
#0f0 33%,
|
|
8149
|
+
#0ff 50%,
|
|
8150
|
+
#00f 67%,
|
|
8151
|
+
#f0f 83%,
|
|
8152
|
+
#f00 100%
|
|
8110
8153
|
);
|
|
8111
8154
|
}
|
|
8112
8155
|
.vue-colorful__last-control {
|