3h1-ui 3.0.0-next.87 → 3.0.0-next.88
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 +275 -206
- package/es/style.css +46 -46
- package/lib/index.js +275 -206
- package/lib/style.css +8961 -0
- package/package.json +3 -3
package/es/style.css
CHANGED
|
@@ -1047,11 +1047,11 @@ span.iconify {
|
|
|
1047
1047
|
}
|
|
1048
1048
|
.shy-basic-help__wrap p {
|
|
1049
1049
|
margin-bottom: 0;
|
|
1050
|
-
}.shy-basic-title[data-v-
|
|
1050
|
+
}.shy-basic-title[data-v-3f576a81] {
|
|
1051
1051
|
position: relative;
|
|
1052
1052
|
display: flex;
|
|
1053
1053
|
font-family: PingFangSC, PingFang SC;
|
|
1054
|
-
font-weight:
|
|
1054
|
+
font-weight: bold;
|
|
1055
1055
|
font-size: 14px;
|
|
1056
1056
|
color: var(--gray-9);
|
|
1057
1057
|
line-height: 20px;
|
|
@@ -1060,7 +1060,7 @@ span.iconify {
|
|
|
1060
1060
|
align-items: center;
|
|
1061
1061
|
gap: 8px;
|
|
1062
1062
|
}
|
|
1063
|
-
.shy-basic-title-show-span[data-v-
|
|
1063
|
+
.shy-basic-title-show-span[data-v-3f576a81]::before {
|
|
1064
1064
|
content: '';
|
|
1065
1065
|
position: absolute;
|
|
1066
1066
|
width: 2px;
|
|
@@ -1071,7 +1071,7 @@ span.iconify {
|
|
|
1071
1071
|
top: 50%;
|
|
1072
1072
|
transform: translateY(-50%);
|
|
1073
1073
|
}
|
|
1074
|
-
.shy-basic-title-help[data-v-
|
|
1074
|
+
.shy-basic-title-help[data-v-3f576a81] {
|
|
1075
1075
|
margin-left: 10px;
|
|
1076
1076
|
}.shy-collapse-container-arrow {
|
|
1077
1077
|
font-size: 14px !important;
|
|
@@ -1202,40 +1202,40 @@ span.iconify {
|
|
|
1202
1202
|
.shy-tinymce-container textarea {
|
|
1203
1203
|
z-index: -1;
|
|
1204
1204
|
visibility: hidden;
|
|
1205
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
1205
|
+
}.shy-table-edit-icon-plus[data-v-95018c58] {
|
|
1206
1206
|
width: 30px;
|
|
1207
1207
|
height: 30px;
|
|
1208
1208
|
font-size: 30px;
|
|
1209
1209
|
cursor: pointer;
|
|
1210
1210
|
display: flex;
|
|
1211
1211
|
}
|
|
1212
|
-
.table-children[data-v-
|
|
1212
|
+
.table-children[data-v-95018c58] .ant-form-item {
|
|
1213
1213
|
margin-bottom: 0 !important;
|
|
1214
1214
|
}
|
|
1215
|
-
.table-children-required[data-v-
|
|
1215
|
+
.table-children-required[data-v-95018c58] {
|
|
1216
1216
|
color: #ff4d4f;
|
|
1217
1217
|
margin-right: 4px;
|
|
1218
1218
|
}
|
|
1219
|
-
.table-children[data-v-
|
|
1219
|
+
.table-children[data-v-95018c58] .ant-table-cell {
|
|
1220
1220
|
padding: 8px !important;
|
|
1221
1221
|
}
|
|
1222
|
-
.table-children[data-v-
|
|
1222
|
+
.table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
|
|
1223
1223
|
display: none;
|
|
1224
1224
|
}
|
|
1225
|
-
.table-children-delete-wrapper[data-v-
|
|
1225
|
+
.table-children-delete-wrapper[data-v-95018c58] {
|
|
1226
1226
|
display: flex;
|
|
1227
1227
|
height: 100%;
|
|
1228
1228
|
justify-content: center;
|
|
1229
1229
|
}
|
|
1230
|
-
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-
|
|
1230
|
+
.table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
|
|
1231
1231
|
display: flex;
|
|
1232
1232
|
justify-content: center;
|
|
1233
1233
|
align-items: center;
|
|
1234
1234
|
}
|
|
1235
|
-
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-
|
|
1235
|
+
.table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
|
|
1236
1236
|
display: none;
|
|
1237
1237
|
}
|
|
1238
|
-
.table-children-delete-item[data-v-
|
|
1238
|
+
.table-children-delete-item[data-v-95018c58] {
|
|
1239
1239
|
background-color: red;
|
|
1240
1240
|
border-radius: 50%;
|
|
1241
1241
|
width: 30px;
|
|
@@ -1244,7 +1244,7 @@ span.iconify {
|
|
|
1244
1244
|
display: none;
|
|
1245
1245
|
cursor: pointer;
|
|
1246
1246
|
}
|
|
1247
|
-
.table-children-delete-index[data-v-
|
|
1247
|
+
.table-children-delete-index[data-v-95018c58] {
|
|
1248
1248
|
user-select: none;
|
|
1249
1249
|
display: inline-block;
|
|
1250
1250
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
@@ -1422,7 +1422,7 @@ html[data-theme='light'] {
|
|
|
1422
1422
|
}
|
|
1423
1423
|
.shy-basic-help__wrap p {
|
|
1424
1424
|
margin-bottom: 0;
|
|
1425
|
-
}[data-v-
|
|
1425
|
+
}[data-v-1b6517cc]:root {
|
|
1426
1426
|
--shadow-2: 0px 2px 4px 0px rgba(0, 0, 0, 0.04),
|
|
1427
1427
|
0px 1px 1px 0px rgba(0, 0, 0, 0.02);
|
|
1428
1428
|
--shadow-3: 0px 4px 10px 0px rgba(0, 0, 0, 0.08),
|
|
@@ -1434,17 +1434,17 @@ html[data-theme='light'] {
|
|
|
1434
1434
|
--light: #fff;
|
|
1435
1435
|
--dark: #141414;
|
|
1436
1436
|
}
|
|
1437
|
-
html[data-theme='dark'][data-v-
|
|
1437
|
+
html[data-theme='dark'][data-v-1b6517cc] {
|
|
1438
1438
|
--theme: var(--dark);
|
|
1439
1439
|
--text-color: var(--light);
|
|
1440
1440
|
color-scheme: dark;
|
|
1441
1441
|
}
|
|
1442
|
-
html[data-theme='light'][data-v-
|
|
1442
|
+
html[data-theme='light'][data-v-1b6517cc] {
|
|
1443
1443
|
--theme: var(--light);
|
|
1444
1444
|
--text-color: var(--dark);
|
|
1445
1445
|
color-scheme: light;
|
|
1446
1446
|
}
|
|
1447
|
-
.shy-basic-title[data-v-
|
|
1447
|
+
.shy-basic-title[data-v-1b6517cc] {
|
|
1448
1448
|
position: relative;
|
|
1449
1449
|
display: flex;
|
|
1450
1450
|
font-size: 16px;
|
|
@@ -1454,11 +1454,11 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
1454
1454
|
cursor: pointer;
|
|
1455
1455
|
user-select: none;
|
|
1456
1456
|
}
|
|
1457
|
-
.shy-basic-title-normal[data-v-
|
|
1457
|
+
.shy-basic-title-normal[data-v-1b6517cc] {
|
|
1458
1458
|
font-size: 14px;
|
|
1459
1459
|
font-weight: 500;
|
|
1460
1460
|
}
|
|
1461
|
-
.shy-basic-title-show-span[data-v-
|
|
1461
|
+
.shy-basic-title-show-span[data-v-1b6517cc]::before {
|
|
1462
1462
|
position: absolute;
|
|
1463
1463
|
top: 4px;
|
|
1464
1464
|
left: 0;
|
|
@@ -1468,7 +1468,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
1468
1468
|
background-color: #006eff;
|
|
1469
1469
|
content: '';
|
|
1470
1470
|
}
|
|
1471
|
-
.shy-basic-title-help[data-v-
|
|
1471
|
+
.shy-basic-title-help[data-v-1b6517cc] {
|
|
1472
1472
|
margin-left: 10px;
|
|
1473
1473
|
}.shy-basic-modal :is(.ant-modal-content) {
|
|
1474
1474
|
padding: 0;
|
|
@@ -1760,7 +1760,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
1760
1760
|
}
|
|
1761
1761
|
.table-children-err-popover .ant-popover-inner-content {
|
|
1762
1762
|
padding: 6px 16px;
|
|
1763
|
-
}.shy-search[data-v-
|
|
1763
|
+
}.shy-search[data-v-fd31ab3e] {
|
|
1764
1764
|
position: relative;
|
|
1765
1765
|
display: flex;
|
|
1766
1766
|
align-items: center;
|
|
@@ -1880,7 +1880,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
1880
1880
|
.shy-ant-tree-node-title {
|
|
1881
1881
|
flex: 1;
|
|
1882
1882
|
display: block;
|
|
1883
|
-
padding
|
|
1883
|
+
padding: 0 4px;
|
|
1884
1884
|
overflow: hidden;
|
|
1885
1885
|
text-overflow: ellipsis;
|
|
1886
1886
|
white-space: nowrap;
|
|
@@ -2153,7 +2153,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2153
2153
|
}
|
|
2154
2154
|
.shy-basic-table-header__toolbar > * {
|
|
2155
2155
|
margin-right: 8px;
|
|
2156
|
-
}.shy-basic-table-global-search[data-v-
|
|
2156
|
+
}.shy-basic-table-global-search[data-v-c66f26d7] {
|
|
2157
2157
|
position: absolute;
|
|
2158
2158
|
top: 40px;
|
|
2159
2159
|
right: 131px;
|
|
@@ -2165,7 +2165,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2165
2165
|
border: 1px solid #ebebeb;
|
|
2166
2166
|
padding: 10px;
|
|
2167
2167
|
}
|
|
2168
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
2168
|
+
.shy-basic-table-global-search-item-global[data-v-c66f26d7] {
|
|
2169
2169
|
height: 32px;
|
|
2170
2170
|
line-height: 32px;
|
|
2171
2171
|
font-size: 14px;
|
|
@@ -2176,7 +2176,7 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2176
2176
|
align-items: center;
|
|
2177
2177
|
justify-content: space-between;
|
|
2178
2178
|
}
|
|
2179
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
2179
|
+
.shy-basic-table-global-search-item-special[data-v-c66f26d7] {
|
|
2180
2180
|
height: 32px;
|
|
2181
2181
|
line-height: 32px;
|
|
2182
2182
|
font-size: 14px;
|
|
@@ -2187,10 +2187,10 @@ html[data-theme='light'][data-v-d388ea3f] {
|
|
|
2187
2187
|
align-items: center;
|
|
2188
2188
|
justify-content: space-between;
|
|
2189
2189
|
}
|
|
2190
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
2190
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-c66f26d7] {
|
|
2191
2191
|
padding: 0 8px;
|
|
2192
2192
|
}
|
|
2193
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
2193
|
+
.shy-basic-table-global-search .selected-bg[data-v-c66f26d7] {
|
|
2194
2194
|
background-color: #ebf1ff;
|
|
2195
2195
|
}.shy-basic-table-img .ant-image {
|
|
2196
2196
|
margin-right: 4px;
|
|
@@ -8270,30 +8270,30 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8270
8270
|
min-width: var(--min-width--large);
|
|
8271
8271
|
max-width: var(--max-width-large);
|
|
8272
8272
|
}
|
|
8273
|
-
}.shy-table-edit-icon-plus[data-v-
|
|
8273
|
+
}.shy-table-edit-icon-plus[data-v-08f6f4a1] {
|
|
8274
8274
|
width: 30px;
|
|
8275
8275
|
height: 30px;
|
|
8276
8276
|
font-size: 30px;
|
|
8277
8277
|
cursor: pointer;
|
|
8278
8278
|
display: flex;
|
|
8279
8279
|
}
|
|
8280
|
-
.table-children[data-v-
|
|
8280
|
+
.table-children[data-v-08f6f4a1] .ant-form-item {
|
|
8281
8281
|
margin-bottom: 0 !important;
|
|
8282
8282
|
}
|
|
8283
|
-
.table-children[data-v-
|
|
8283
|
+
.table-children[data-v-08f6f4a1] {
|
|
8284
8284
|
width: 100%;
|
|
8285
8285
|
}
|
|
8286
|
-
.table-children-required[data-v-
|
|
8286
|
+
.table-children-required[data-v-08f6f4a1] {
|
|
8287
8287
|
color: #ff4d4f;
|
|
8288
8288
|
margin-right: 4px;
|
|
8289
8289
|
}
|
|
8290
|
-
.table-children[data-v-
|
|
8290
|
+
.table-children[data-v-08f6f4a1] .ant-table-cell {
|
|
8291
8291
|
padding: 8px !important;
|
|
8292
8292
|
}
|
|
8293
|
-
.table-children[data-v-
|
|
8293
|
+
.table-children[data-v-08f6f4a1] .ant-table-cell .ant-form-item-explain {
|
|
8294
8294
|
display: none;
|
|
8295
8295
|
}
|
|
8296
|
-
.table-children-add-btn[data-v-
|
|
8296
|
+
.table-children-add-btn[data-v-08f6f4a1] {
|
|
8297
8297
|
display: flex;
|
|
8298
8298
|
align-items: center;
|
|
8299
8299
|
padding-inline: 8px;
|
|
@@ -8303,21 +8303,21 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8303
8303
|
border-bottom-left-radius: 4px;
|
|
8304
8304
|
border-bottom-right-radius: 4px;
|
|
8305
8305
|
}
|
|
8306
|
-
.table-children-add-btn[data-v-
|
|
8306
|
+
.table-children-add-btn[data-v-08f6f4a1] .ant-btn {
|
|
8307
8307
|
width: 100%;
|
|
8308
|
-
}.wrapper[data-v-
|
|
8308
|
+
}.wrapper[data-v-0ca4fd85] {
|
|
8309
8309
|
display: flex;
|
|
8310
8310
|
}
|
|
8311
|
-
.tree[data-v-
|
|
8311
|
+
.tree[data-v-0ca4fd85] {
|
|
8312
8312
|
flex: none;
|
|
8313
8313
|
}
|
|
8314
|
-
.table-wrapper[data-v-
|
|
8314
|
+
.table-wrapper[data-v-0ca4fd85] {
|
|
8315
8315
|
flex: 1 1 0%;
|
|
8316
8316
|
overflow: hidden;
|
|
8317
|
-
}[data-v-
|
|
8317
|
+
}[data-v-45845a8d] .ant-input-group-addon {
|
|
8318
8318
|
padding: 0;
|
|
8319
8319
|
}
|
|
8320
|
-
.btn-wrapper[data-v-
|
|
8320
|
+
.btn-wrapper[data-v-45845a8d] {
|
|
8321
8321
|
padding: 0 5px;
|
|
8322
8322
|
display: flex;
|
|
8323
8323
|
align-items: center;
|
|
@@ -8477,7 +8477,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8477
8477
|
font-size: 20px;
|
|
8478
8478
|
line-height: 24px;
|
|
8479
8479
|
font-weight: 500;
|
|
8480
|
-
}.shy-basic-table-global-search[data-v-
|
|
8480
|
+
}.shy-basic-table-global-search[data-v-e87e82dc] {
|
|
8481
8481
|
position: absolute;
|
|
8482
8482
|
top: 80px;
|
|
8483
8483
|
right: 131px;
|
|
@@ -8489,7 +8489,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8489
8489
|
border: 1px solid #ebebeb;
|
|
8490
8490
|
padding: 10px;
|
|
8491
8491
|
}
|
|
8492
|
-
.shy-basic-table-global-search-item-global[data-v-
|
|
8492
|
+
.shy-basic-table-global-search-item-global[data-v-e87e82dc] {
|
|
8493
8493
|
height: 32px;
|
|
8494
8494
|
line-height: 32px;
|
|
8495
8495
|
font-size: 14px;
|
|
@@ -8500,7 +8500,7 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8500
8500
|
align-items: center;
|
|
8501
8501
|
justify-content: space-between;
|
|
8502
8502
|
}
|
|
8503
|
-
.shy-basic-table-global-search-item-special[data-v-
|
|
8503
|
+
.shy-basic-table-global-search-item-special[data-v-e87e82dc] {
|
|
8504
8504
|
height: 32px;
|
|
8505
8505
|
line-height: 32px;
|
|
8506
8506
|
font-size: 14px;
|
|
@@ -8511,10 +8511,10 @@ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
|
|
|
8511
8511
|
align-items: center;
|
|
8512
8512
|
justify-content: space-between;
|
|
8513
8513
|
}
|
|
8514
|
-
.shy-basic-table-global-search-checkbox-wrapper[data-v-
|
|
8514
|
+
.shy-basic-table-global-search-checkbox-wrapper[data-v-e87e82dc] {
|
|
8515
8515
|
padding: 0 8px;
|
|
8516
8516
|
}
|
|
8517
|
-
.shy-basic-table-global-search .selected-bg[data-v-
|
|
8517
|
+
.shy-basic-table-global-search .selected-bg[data-v-e87e82dc] {
|
|
8518
8518
|
background-color: #ebf1ff;
|
|
8519
8519
|
}.shy-basic-table-header-cell__help {
|
|
8520
8520
|
margin-left: 8px;
|