3h1-ui 3.0.0-next.67 → 3.0.0-next.69

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.
Files changed (5) hide show
  1. package/es/index.js +220 -155
  2. package/es/style.css +132 -121
  3. package/index.ts +42 -0
  4. package/lib/index.js +220 -155
  5. package/package.json +5 -5
package/es/style.css CHANGED
@@ -1016,14 +1016,14 @@ input:focus.ant-input {
1016
1016
  .ant-btn-dashed.ant-btn-dashed:hover, .ant-btn-dashed.ant-btn-dashed:active, .ant-btn-dashed.ant-btn-dashed:focus {
1017
1017
  color: var(--gray-0);
1018
1018
  background-color: var(--primary-5);
1019
- }.shy-strength-meter-bar[data-v-678d40fd] {
1019
+ }.shy-strength-meter-bar[data-v-c8d77eaa] {
1020
1020
  position: relative;
1021
1021
  margin: 10px auto 6px;
1022
1022
  height: 6px;
1023
1023
  background-color: rgba(0, 0, 0, 0.25);
1024
1024
  border-radius: 6px;
1025
1025
  }
1026
- .shy-strength-meter-bar[data-v-678d40fd]::before, .shy-strength-meter-bar[data-v-678d40fd]::after {
1026
+ .shy-strength-meter-bar[data-v-c8d77eaa]::before, .shy-strength-meter-bar[data-v-c8d77eaa]::after {
1027
1027
  position: absolute;
1028
1028
  z-index: 10;
1029
1029
  display: block;
@@ -1035,13 +1035,13 @@ input:focus.ant-input {
1035
1035
  border-color: #fff;
1036
1036
  content: '';
1037
1037
  }
1038
- .shy-strength-meter-bar[data-v-678d40fd]::before {
1038
+ .shy-strength-meter-bar[data-v-c8d77eaa]::before {
1039
1039
  left: 20%;
1040
1040
  }
1041
- .shy-strength-meter-bar[data-v-678d40fd]::after {
1041
+ .shy-strength-meter-bar[data-v-c8d77eaa]::after {
1042
1042
  right: 20%;
1043
1043
  }
1044
- .shy-strength-meter-bar--fill[data-v-678d40fd] {
1044
+ .shy-strength-meter-bar--fill[data-v-c8d77eaa] {
1045
1045
  position: absolute;
1046
1046
  width: 0;
1047
1047
  height: inherit;
@@ -1049,32 +1049,32 @@ input:focus.ant-input {
1049
1049
  border-radius: inherit;
1050
1050
  transition: width 0.5s ease-in-out, background 0.25s;
1051
1051
  }
1052
- .shy-strength-meter-bar--fill[data-score='0'][data-v-678d40fd] {
1052
+ .shy-strength-meter-bar--fill[data-score='0'][data-v-c8d77eaa] {
1053
1053
  width: 20%;
1054
1054
  background-color: #e74242;
1055
1055
  }
1056
- .shy-strength-meter-bar--fill[data-score='1'][data-v-678d40fd] {
1056
+ .shy-strength-meter-bar--fill[data-score='1'][data-v-c8d77eaa] {
1057
1057
  width: 40%;
1058
1058
  background-color: #ED6F6F;
1059
1059
  }
1060
- .shy-strength-meter-bar--fill[data-score='2'][data-v-678d40fd] {
1060
+ .shy-strength-meter-bar--fill[data-score='2'][data-v-c8d77eaa] {
1061
1061
  width: 60%;
1062
1062
  background-color: #EFBD47;
1063
1063
  }
1064
- .shy-strength-meter-bar--fill[data-score='3'][data-v-678d40fd] {
1064
+ .shy-strength-meter-bar--fill[data-score='3'][data-v-c8d77eaa] {
1065
1065
  width: 80%;
1066
1066
  background-color: rgba(85, 209, 135, 0.5);
1067
1067
  }
1068
- .shy-strength-meter-bar--fill[data-score='4'][data-v-678d40fd] {
1068
+ .shy-strength-meter-bar--fill[data-score='4'][data-v-c8d77eaa] {
1069
1069
  width: 100%;
1070
1070
  background-color: #55D187;
1071
- }.shy-svg-icon[data-v-905fa4a6] {
1071
+ }.shy-svg-icon[data-v-fa64fe87] {
1072
1072
  display: inline-block;
1073
1073
  overflow: hidden;
1074
1074
  vertical-align: -0.15em;
1075
1075
  fill: currentcolor;
1076
1076
  }
1077
- .svg-icon-spin[data-v-905fa4a6] {
1077
+ .svg-icon-spin[data-v-fa64fe87] {
1078
1078
  animation: loadingCircle 1s infinite linear;
1079
1079
  }.app-iconify {
1080
1080
  display: inline-block;
@@ -1088,29 +1088,29 @@ span.iconify {
1088
1088
  min-height: 1em;
1089
1089
  background-color: #5551;
1090
1090
  border-radius: 100%;
1091
- }.shy-basic-arrow[data-v-fea26917] {
1091
+ }.shy-basic-arrow[data-v-03d87956] {
1092
1092
  display: inline-block;
1093
1093
  cursor: pointer;
1094
1094
  transform: rotate(0deg);
1095
1095
  transition: all 0.3s ease 0.1s;
1096
1096
  transform-origin: center center;
1097
1097
  }
1098
- .shy-basic-arrow--active[data-v-fea26917] {
1098
+ .shy-basic-arrow--active[data-v-03d87956] {
1099
1099
  transform: rotate(90deg);
1100
1100
  }
1101
- .shy-basic-arrow.inset[data-v-fea26917] {
1101
+ .shy-basic-arrow.inset[data-v-03d87956] {
1102
1102
  line-height: 0px;
1103
1103
  }
1104
- .shy-basic-arrow.up[data-v-fea26917] {
1104
+ .shy-basic-arrow.up[data-v-03d87956] {
1105
1105
  transform: rotate(-90deg);
1106
1106
  }
1107
- .shy-basic-arrow.down[data-v-fea26917] {
1107
+ .shy-basic-arrow.down[data-v-03d87956] {
1108
1108
  transform: rotate(90deg);
1109
1109
  }
1110
- .shy-basic-arrow.up.shy-basic-arrow--active[data-v-fea26917] {
1110
+ .shy-basic-arrow.up.shy-basic-arrow--active[data-v-03d87956] {
1111
1111
  transform: rotate(90deg);
1112
1112
  }
1113
- .shy-basic-arrow.down.shy-basic-arrow--active[data-v-fea26917] {
1113
+ .shy-basic-arrow.down.shy-basic-arrow--active[data-v-03d87956] {
1114
1114
  transform: rotate(-90deg);
1115
1115
  }.shy-basic-help {
1116
1116
  display: inline-block;
@@ -1124,7 +1124,7 @@ span.iconify {
1124
1124
  }
1125
1125
  .shy-basic-help__wrap p {
1126
1126
  margin-bottom: 0;
1127
- }.shy-basic-title[data-v-b0cf71c3] {
1127
+ }.shy-basic-title[data-v-004c9d3e] {
1128
1128
  position: relative;
1129
1129
  display: flex;
1130
1130
  font-family: PingFangSC, PingFang SC;
@@ -1134,15 +1134,10 @@ span.iconify {
1134
1134
  line-height: 20px;
1135
1135
  padding: 0 0 0 10px;
1136
1136
  margin: 10px 0;
1137
- justify-content: space-between;
1138
1137
  align-items: center;
1139
- }
1140
- .shy-basic-title-label[data-v-b0cf71c3] {
1141
- display: flex;
1142
1138
  gap: 8px;
1143
- align-items: center;
1144
1139
  }
1145
- .shy-basic-title-show-span[data-v-b0cf71c3]::before {
1140
+ .shy-basic-title-show-span[data-v-004c9d3e]::before {
1146
1141
  content: '';
1147
1142
  position: absolute;
1148
1143
  width: 2px;
@@ -1153,7 +1148,7 @@ span.iconify {
1153
1148
  top: 50%;
1154
1149
  transform: translateY(-50%);
1155
1150
  }
1156
- .shy-basic-title-help[data-v-b0cf71c3] {
1151
+ .shy-basic-title-help[data-v-004c9d3e] {
1157
1152
  margin-left: 10px;
1158
1153
  }.shy-collapse-container-arrow {
1159
1154
  font-size: 14px !important;
@@ -1284,40 +1279,40 @@ span.iconify {
1284
1279
  .shy-tinymce-container textarea {
1285
1280
  z-index: -1;
1286
1281
  visibility: hidden;
1287
- }.shy-table-edit-icon-plus[data-v-95018c58] {
1282
+ }.shy-table-edit-icon-plus[data-v-9232fde4] {
1288
1283
  width: 30px;
1289
1284
  height: 30px;
1290
1285
  font-size: 30px;
1291
1286
  cursor: pointer;
1292
1287
  display: flex;
1293
1288
  }
1294
- .table-children[data-v-95018c58] .ant-form-item {
1289
+ .table-children[data-v-9232fde4] .ant-form-item {
1295
1290
  margin-bottom: 0 !important;
1296
1291
  }
1297
- .table-children-required[data-v-95018c58] {
1292
+ .table-children-required[data-v-9232fde4] {
1298
1293
  color: #ff4d4f;
1299
1294
  margin-right: 4px;
1300
1295
  }
1301
- .table-children[data-v-95018c58] .ant-table-cell {
1296
+ .table-children[data-v-9232fde4] .ant-table-cell {
1302
1297
  padding: 8px !important;
1303
1298
  }
1304
- .table-children[data-v-95018c58] .ant-table-cell .ant-form-item-explain {
1299
+ .table-children[data-v-9232fde4] .ant-table-cell .ant-form-item-explain {
1305
1300
  display: none;
1306
1301
  }
1307
- .table-children-delete-wrapper[data-v-95018c58] {
1302
+ .table-children-delete-wrapper[data-v-9232fde4] {
1308
1303
  display: flex;
1309
1304
  height: 100%;
1310
1305
  justify-content: center;
1311
1306
  }
1312
- .table-children-delete-wrapper:hover .table-children-delete-item[data-v-95018c58] {
1307
+ .table-children-delete-wrapper:hover .table-children-delete-item[data-v-9232fde4] {
1313
1308
  display: flex;
1314
1309
  justify-content: center;
1315
1310
  align-items: center;
1316
1311
  }
1317
- .table-children-delete-wrapper:hover .table-children-delete-index[data-v-95018c58] {
1312
+ .table-children-delete-wrapper:hover .table-children-delete-index[data-v-9232fde4] {
1318
1313
  display: none;
1319
1314
  }
1320
- .table-children-delete-item[data-v-95018c58] {
1315
+ .table-children-delete-item[data-v-9232fde4] {
1321
1316
  background-color: red;
1322
1317
  border-radius: 50%;
1323
1318
  width: 30px;
@@ -1326,7 +1321,7 @@ span.iconify {
1326
1321
  display: none;
1327
1322
  cursor: pointer;
1328
1323
  }
1329
- .table-children-delete-index[data-v-95018c58] {
1324
+ .table-children-delete-index[data-v-9232fde4] {
1330
1325
  user-select: none;
1331
1326
  display: inline-block;
1332
1327
  }.shy-basic-modal :is(.ant-modal-content) {
@@ -1662,7 +1657,7 @@ span.iconify {
1662
1657
  }
1663
1658
  .shy-basic-help__wrap p {
1664
1659
  margin-bottom: 0;
1665
- }[data-v-fdc837af]:root {
1660
+ }[data-v-a48f9d86]:root {
1666
1661
  --primary-1: #dafbe1;
1667
1662
  --primary-2: #aceebb;
1668
1663
  --primary-3: #6fdd8b;
@@ -1763,7 +1758,7 @@ span.iconify {
1763
1758
  --shadow-5: 0px 24px 60px 0px rgba(0, 0, 0, 0.12),
1764
1759
  0px 8px 20px 0px rgba(0, 0, 0, 0.06);
1765
1760
  }
1766
- .shy-basic-title[data-v-fdc837af] {
1761
+ .shy-basic-title[data-v-a48f9d86] {
1767
1762
  position: relative;
1768
1763
  display: flex;
1769
1764
  padding-left: 7px;
@@ -1774,11 +1769,11 @@ span.iconify {
1774
1769
  cursor: pointer;
1775
1770
  user-select: none;
1776
1771
  }
1777
- .shy-basic-title-normal[data-v-fdc837af] {
1772
+ .shy-basic-title-normal[data-v-a48f9d86] {
1778
1773
  font-size: 14px;
1779
1774
  font-weight: 500;
1780
1775
  }
1781
- .shy-basic-title-show-span[data-v-fdc837af]::before {
1776
+ .shy-basic-title-show-span[data-v-a48f9d86]::before {
1782
1777
  position: absolute;
1783
1778
  top: 4px;
1784
1779
  left: 0;
@@ -1788,7 +1783,7 @@ span.iconify {
1788
1783
  background-color: #006eff;
1789
1784
  content: '';
1790
1785
  }
1791
- .shy-basic-title-help[data-v-fdc837af] {
1786
+ .shy-basic-title-help[data-v-a48f9d86] {
1792
1787
  margin-left: 10px;
1793
1788
  }.shy-basic-modal :is(.ant-modal-content) {
1794
1789
  padding: 0;
@@ -2080,7 +2075,7 @@ span.iconify {
2080
2075
  }
2081
2076
  .table-children-err-popover .ant-popover-inner-content {
2082
2077
  padding: 6px 16px;
2083
- }.shy-search[data-v-743e62ba] {
2078
+ }.shy-search[data-v-8f421346] {
2084
2079
  position: relative;
2085
2080
  display: flex;
2086
2081
  align-items: center;
@@ -2184,7 +2179,7 @@ span.iconify {
2184
2179
  .shy-tree__action {
2185
2180
  margin-left: 4px;
2186
2181
  visibility: hidden;
2187
- }.shy-page-footer[data-v-44a47dbd] {
2182
+ }.shy-page-footer[data-v-b4695833] {
2188
2183
  position: fixed;
2189
2184
  right: 0;
2190
2185
  bottom: 0;
@@ -2199,7 +2194,7 @@ span.iconify {
2199
2194
  line-height: 44px;
2200
2195
  border-top: 1px solid #E4E7ED;
2201
2196
  }
2202
- .shy-page-footer__left[data-v-44a47dbd] {
2197
+ .shy-page-footer__left[data-v-b4695833] {
2203
2198
  flex: 1 1;
2204
2199
  }.shy-page-wrapper {
2205
2200
  position: relative;
@@ -2371,7 +2366,7 @@ span.iconify {
2371
2366
  }
2372
2367
  .shy-basic-column-setting__cloumn-list .scrollbar {
2373
2368
  height: 220px;
2374
- }.icon-selected[data-v-f74ee46a] {
2369
+ }.icon-selected[data-v-c5892da8] {
2375
2370
  color: #498bf8;
2376
2371
  }.shy-ui-advanced-search .ant-form-item {
2377
2372
  margin-bottom: 0;
@@ -2441,7 +2436,7 @@ span.iconify {
2441
2436
  }
2442
2437
  .shy-basic-table-header__toolbar > * {
2443
2438
  margin-right: 8px;
2444
- }.shy-basic-table-global-search[data-v-90331d26] {
2439
+ }.shy-basic-table-global-search[data-v-5f6e7403] {
2445
2440
  position: absolute;
2446
2441
  top: 40px;
2447
2442
  right: 131px;
@@ -2453,7 +2448,7 @@ span.iconify {
2453
2448
  border: 1px solid #ebebeb;
2454
2449
  padding: 10px;
2455
2450
  }
2456
- .shy-basic-table-global-search-item-global[data-v-90331d26] {
2451
+ .shy-basic-table-global-search-item-global[data-v-5f6e7403] {
2457
2452
  height: 32px;
2458
2453
  line-height: 32px;
2459
2454
  font-size: 14px;
@@ -2464,7 +2459,7 @@ span.iconify {
2464
2459
  align-items: center;
2465
2460
  justify-content: space-between;
2466
2461
  }
2467
- .shy-basic-table-global-search-item-special[data-v-90331d26] {
2462
+ .shy-basic-table-global-search-item-special[data-v-5f6e7403] {
2468
2463
  height: 32px;
2469
2464
  line-height: 32px;
2470
2465
  font-size: 14px;
@@ -2475,10 +2470,10 @@ span.iconify {
2475
2470
  align-items: center;
2476
2471
  justify-content: space-between;
2477
2472
  }
2478
- .shy-basic-table-global-search-checkbox-wrapper[data-v-90331d26] {
2473
+ .shy-basic-table-global-search-checkbox-wrapper[data-v-5f6e7403] {
2479
2474
  padding: 0 8px;
2480
2475
  }
2481
- .shy-basic-table-global-search .selected-bg[data-v-90331d26] {
2476
+ .shy-basic-table-global-search .selected-bg[data-v-5f6e7403] {
2482
2477
  background-color: #ebf1ff;
2483
2478
  }.shy-basic-table-img .ant-image {
2484
2479
  margin-right: 4px;
@@ -2489,7 +2484,7 @@ span.iconify {
2489
2484
  }
2490
2485
  .shy-basic-table-img .img-div {
2491
2486
  display: inline-grid;
2492
- }.app-iconify[data-v-7d89a0e9] {
2487
+ }.app-iconify[data-v-21146269] {
2493
2488
  vertical-align: middle;
2494
2489
  }.shy-basic-table .ant-table-expanded-row-fixed {
2495
2490
  width: 100% !important;
@@ -2634,19 +2629,19 @@ span.iconify {
2634
2629
  }
2635
2630
  .hide-scrollbar-y .ant-spin-nested-loading .ant-spin-container .ant-table .ant-table-content .ant-table-fixed-left .ant-table-body-outer .ant-table-body-inner {
2636
2631
  overflow-y: auto !important;
2637
- }.wrapper[data-v-4dc415ac] {
2632
+ }.wrapper[data-v-24f758b3] {
2638
2633
  display: flex;
2639
2634
  }
2640
- .tree[data-v-4dc415ac] {
2635
+ .tree[data-v-24f758b3] {
2641
2636
  flex: none;
2642
2637
  }
2643
- .table-wrapper[data-v-4dc415ac] {
2638
+ .table-wrapper[data-v-24f758b3] {
2644
2639
  flex: 1 1 0%;
2645
2640
  overflow: hidden;
2646
- }[data-v-fb4fe18d] .ant-input-group-addon {
2641
+ }[data-v-5427533c] .ant-input-group-addon {
2647
2642
  padding: 0;
2648
2643
  }
2649
- .btn-wrapper[data-v-fb4fe18d] {
2644
+ .btn-wrapper[data-v-5427533c] {
2650
2645
  padding: 0 5px;
2651
2646
  display: flex;
2652
2647
  align-items: center;
@@ -3087,21 +3082,21 @@ span.iconify {
3087
3082
  padding-top: 8px;
3088
3083
  margin-top: 8px;
3089
3084
  border-top: 1px solid #E4E7ED;
3090
- }.shy-cropper-avatar[data-v-31315934] {
3085
+ }.shy-cropper-avatar[data-v-6ac45907] {
3091
3086
  display: inline-block;
3092
3087
  text-align: center;
3093
3088
  }
3094
- .shy-cropper-avatar-image-wrapper[data-v-31315934] {
3089
+ .shy-cropper-avatar-image-wrapper[data-v-6ac45907] {
3095
3090
  overflow: hidden;
3096
3091
  cursor: pointer;
3097
3092
  background: #ffffff;
3098
3093
  border: 1px solid #E4E7ED;
3099
3094
  border-radius: 50%;
3100
3095
  }
3101
- .shy-cropper-avatar-image-wrapper img[data-v-31315934] {
3096
+ .shy-cropper-avatar-image-wrapper img[data-v-6ac45907] {
3102
3097
  width: 100%;
3103
3098
  }
3104
- .shy-cropper-avatar-image-mask[data-v-31315934] {
3099
+ .shy-cropper-avatar-image-mask[data-v-6ac45907] {
3105
3100
  position: absolute;
3106
3101
  width: inherit;
3107
3102
  height: inherit;
@@ -3112,15 +3107,15 @@ span.iconify {
3112
3107
  transition: opacity 0.4s;
3113
3108
  cursor: pointer;
3114
3109
  }
3115
- .shy-cropper-avatar-image-mask[data-v-31315934] svg {
3110
+ .shy-cropper-avatar-image-mask[data-v-6ac45907] svg {
3116
3111
  margin: auto;
3117
3112
  }
3118
- .shy-cropper-avatar-image-mask[data-v-31315934]:hover {
3113
+ .shy-cropper-avatar-image-mask[data-v-6ac45907]:hover {
3119
3114
  opacity: 40;
3120
3115
  }
3121
- .shy-cropper-avatar-upload-btn[data-v-31315934] {
3116
+ .shy-cropper-avatar-upload-btn[data-v-6ac45907] {
3122
3117
  margin: 10px auto;
3123
- }.full-loading[data-v-ee545744] {
3118
+ }.full-loading[data-v-33b23b82] {
3124
3119
  position: fixed;
3125
3120
  top: 0;
3126
3121
  left: 0;
@@ -3132,16 +3127,16 @@ span.iconify {
3132
3127
  align-items: center;
3133
3128
  background-color: rgba(240, 242, 245, 0.4);
3134
3129
  }
3135
- .full-loading.absolute[data-v-ee545744] {
3130
+ .full-loading.absolute[data-v-33b23b82] {
3136
3131
  position: absolute;
3137
3132
  top: 0;
3138
3133
  left: 0;
3139
3134
  z-index: 300;
3140
3135
  }
3141
- html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
3136
+ html[data-theme='dark'] .full-loading[data-v-33b23b82]:not(.light) {
3142
3137
  background-color: rgba(0, 0, 0, 0.45);
3143
3138
  }
3144
- .full-loading.dark[data-v-ee545744] {
3139
+ .full-loading.dark[data-v-33b23b82] {
3145
3140
  background-color: rgba(0, 0, 0, 0.45);
3146
3141
  }.shy-basic-table-plus-wrapper {
3147
3142
  display: flex;
@@ -8216,19 +8211,19 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8216
8211
  }
8217
8212
  .shy-basic-container-footer-cancel-right {
8218
8213
  flex-direction: row-reverse;
8219
- }[data-v-2d2eda80] .ant-descriptions-item-content {
8214
+ }[data-v-b1ced086] .ant-descriptions-item-content {
8220
8215
  padding: 0 !important;
8221
8216
  flex: 1;
8222
8217
  height: 100%;
8223
8218
  }
8224
- [data-v-2d2eda80] .ant-form-item {
8219
+ [data-v-b1ced086] .ant-form-item {
8225
8220
  margin: 0;
8226
8221
  }
8227
- [data-v-2d2eda80] .ant-form-item-explain {
8222
+ [data-v-b1ced086] .ant-form-item-explain {
8228
8223
  display: none;
8229
8224
  }
8230
- [data-v-2d2eda80] .ant-descriptions-item-label {
8231
- --label-width: var(--989efb00);
8225
+ [data-v-b1ced086] .ant-descriptions-item-label {
8226
+ --label-width: var(--7210fae1);
8232
8227
  justify-content: right;
8233
8228
  align-items: center;
8234
8229
  width: var(--label-width) !important;
@@ -8237,59 +8232,59 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8237
8232
  text-overflow: ellipsis;
8238
8233
  color: #b1b1b1;
8239
8234
  }
8240
- [data-v-2d2eda80] .ant-descriptions-item-label span {
8235
+ [data-v-b1ced086] .ant-descriptions-item-label span {
8241
8236
  white-space: nowrap;
8242
8237
  overflow: hidden;
8243
8238
  text-overflow: ellipsis;
8244
8239
  }
8245
- [data-v-2d2eda80] .ant-descriptions-view tbody {
8240
+ [data-v-b1ced086] .ant-descriptions-view tbody {
8246
8241
  display: block;
8247
8242
  }
8248
- [data-v-2d2eda80] .ant-descriptions-view .ant-descriptions-row {
8243
+ [data-v-b1ced086] .ant-descriptions-view .ant-descriptions-row {
8249
8244
  display: flex;
8250
8245
  width: 100%;
8251
8246
  align-items: center;
8252
8247
  gap: 0 10px;
8253
8248
  }
8254
- [data-v-2d2eda80] .ant-descriptions-item-label.description-active::before {
8249
+ [data-v-b1ced086] .ant-descriptions-item-label.description-active::before {
8255
8250
  content: '*';
8256
8251
  color: red;
8257
8252
  }
8258
- [data-v-2d2eda80] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
8253
+ [data-v-b1ced086] .ant-descriptions-item.description-active .ant-descriptions-item-label::before {
8259
8254
  content: '*';
8260
8255
  color: red;
8261
8256
  }
8262
- [data-v-2d2eda80] .ant-descriptions-item-label::after {
8257
+ [data-v-b1ced086] .ant-descriptions-item-label::after {
8263
8258
  content: '';
8264
8259
  }
8265
- [data-v-2d2eda80] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
8260
+ [data-v-b1ced086] .ant-descriptions-item.description-placeholder .ant-descriptions-item-label::after {
8266
8261
  content: '';
8267
8262
  }
8268
- [data-v-2d2eda80] .ant-form-item-has-error .ant-select-selection-placeholder {
8263
+ [data-v-b1ced086] .ant-form-item-has-error .ant-select-selection-placeholder {
8269
8264
  color: #ff4d4f !important;
8270
8265
  }
8271
- [data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
8266
+ [data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-descriptions-view .ant-descriptions-row {
8272
8267
  gap: 0;
8273
8268
  }
8274
- [data-v-2d2eda80] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
8269
+ [data-v-b1ced086] .ant-descriptions.ant-descriptions-bordered .ant-form-item div {
8275
8270
  border: unset !important;
8276
8271
  }
8277
- [data-v-2d2eda80] .ant-descriptions-item-label.description-placeholder {
8272
+ [data-v-b1ced086] .ant-descriptions-item-label.description-placeholder {
8278
8273
  background-color: unset;
8279
8274
  border-right: unset;
8280
8275
  }
8281
- [data-v-2d2eda80] .ant-descriptions-item {
8276
+ [data-v-b1ced086] .ant-descriptions-item {
8282
8277
  flex: 1;
8283
8278
  }
8284
- [data-v-2d2eda80] .ant-row.ant-form-item {
8279
+ [data-v-b1ced086] .ant-row.ant-form-item {
8285
8280
  width: 100%;
8286
8281
  height: 100%;
8287
8282
  }
8288
- .descriptions-item-content[data-v-2d2eda80] {
8283
+ .descriptions-item-content[data-v-b1ced086] {
8289
8284
  padding: 0 8px;
8290
8285
  }.shy-basic-resize-wrapper {
8291
- --design-width: var(--0aaa544f);
8292
- --design-height: var(--30d13bbe);
8286
+ --design-width: var(--1a93f028);
8287
+ --design-height: var(--1e1b1b05);
8293
8288
  }
8294
8289
  .shy-basic-resize-wrapper-view {
8295
8290
  position: absolute;
@@ -8305,30 +8300,30 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8305
8300
  overflow: auto;
8306
8301
  padding: 0 0;
8307
8302
  height: 100%;
8308
- }.shy-table-edit-icon-plus[data-v-221ba907] {
8303
+ }.shy-table-edit-icon-plus[data-v-d3bdc269] {
8309
8304
  width: 30px;
8310
8305
  height: 30px;
8311
8306
  font-size: 30px;
8312
8307
  cursor: pointer;
8313
8308
  display: flex;
8314
8309
  }
8315
- .table-children[data-v-221ba907] .ant-form-item {
8310
+ .table-children[data-v-d3bdc269] .ant-form-item {
8316
8311
  margin-bottom: 0 !important;
8317
8312
  }
8318
- .table-children[data-v-221ba907] {
8313
+ .table-children[data-v-d3bdc269] {
8319
8314
  width: 100%;
8320
8315
  }
8321
- .table-children-required[data-v-221ba907] {
8316
+ .table-children-required[data-v-d3bdc269] {
8322
8317
  color: #ff4d4f;
8323
8318
  margin-right: 4px;
8324
8319
  }
8325
- .table-children[data-v-221ba907] .ant-table-cell {
8320
+ .table-children[data-v-d3bdc269] .ant-table-cell {
8326
8321
  padding: 8px !important;
8327
8322
  }
8328
- .table-children[data-v-221ba907] .ant-table-cell .ant-form-item-explain {
8323
+ .table-children[data-v-d3bdc269] .ant-table-cell .ant-form-item-explain {
8329
8324
  display: none;
8330
8325
  }
8331
- .table-children-add-btn[data-v-221ba907] {
8326
+ .table-children-add-btn[data-v-d3bdc269] {
8332
8327
  display: flex;
8333
8328
  align-items: center;
8334
8329
  padding-inline: 8px;
@@ -8338,7 +8333,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8338
8333
  border-bottom-left-radius: 4px;
8339
8334
  border-bottom-right-radius: 4px;
8340
8335
  }
8341
- .table-children-add-btn[data-v-221ba907] .ant-btn {
8336
+ .table-children-add-btn[data-v-d3bdc269] .ant-btn {
8342
8337
  width: 100%;
8343
8338
  }.shy-ant-form {
8344
8339
  display: flex;
@@ -8523,19 +8518,19 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8523
8518
  min-width: var(--min-width--large);
8524
8519
  max-width: var(--max-width-large);
8525
8520
  }
8526
- }.wrapper[data-v-0ca4fd85] {
8521
+ }.wrapper[data-v-15e2dcbb] {
8527
8522
  display: flex;
8528
8523
  }
8529
- .tree[data-v-0ca4fd85] {
8524
+ .tree[data-v-15e2dcbb] {
8530
8525
  flex: none;
8531
8526
  }
8532
- .table-wrapper[data-v-0ca4fd85] {
8527
+ .table-wrapper[data-v-15e2dcbb] {
8533
8528
  flex: 1 1 0%;
8534
8529
  overflow: hidden;
8535
- }[data-v-45845a8d] .ant-input-group-addon {
8530
+ }[data-v-5019fbdf] .ant-input-group-addon {
8536
8531
  padding: 0;
8537
8532
  }
8538
- .btn-wrapper[data-v-45845a8d] {
8533
+ .btn-wrapper[data-v-5019fbdf] {
8539
8534
  padding: 0 5px;
8540
8535
  display: flex;
8541
8536
  align-items: center;
@@ -8695,7 +8690,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8695
8690
  font-size: 20px;
8696
8691
  line-height: 24px;
8697
8692
  font-weight: 500;
8698
- }.shy-basic-table-global-search[data-v-b3419d34] {
8693
+ }.shy-basic-table-global-search[data-v-ac81b595] {
8699
8694
  position: absolute;
8700
8695
  top: 80px;
8701
8696
  right: 131px;
@@ -8707,7 +8702,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8707
8702
  border: 1px solid #ebebeb;
8708
8703
  padding: 10px;
8709
8704
  }
8710
- .shy-basic-table-global-search-item-global[data-v-b3419d34] {
8705
+ .shy-basic-table-global-search-item-global[data-v-ac81b595] {
8711
8706
  height: 32px;
8712
8707
  line-height: 32px;
8713
8708
  font-size: 14px;
@@ -8718,7 +8713,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8718
8713
  align-items: center;
8719
8714
  justify-content: space-between;
8720
8715
  }
8721
- .shy-basic-table-global-search-item-special[data-v-b3419d34] {
8716
+ .shy-basic-table-global-search-item-special[data-v-ac81b595] {
8722
8717
  height: 32px;
8723
8718
  line-height: 32px;
8724
8719
  font-size: 14px;
@@ -8729,10 +8724,10 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8729
8724
  align-items: center;
8730
8725
  justify-content: space-between;
8731
8726
  }
8732
- .shy-basic-table-global-search-checkbox-wrapper[data-v-b3419d34] {
8727
+ .shy-basic-table-global-search-checkbox-wrapper[data-v-ac81b595] {
8733
8728
  padding: 0 8px;
8734
8729
  }
8735
- .shy-basic-table-global-search .selected-bg[data-v-b3419d34] {
8730
+ .shy-basic-table-global-search .selected-bg[data-v-ac81b595] {
8736
8731
  background-color: #ebf1ff;
8737
8732
  }.shy-basic-table-header-cell__help {
8738
8733
  margin-left: 8px;
@@ -8808,6 +8803,22 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
8808
8803
  padding-left: 0;
8809
8804
  padding-right: 20px;
8810
8805
  }
8806
+ .shy-ant-table-column-tag {
8807
+ display: flex;
8808
+ gap: 8px;
8809
+ align-items: center;
8810
+ }
8811
+ .shy-ant-table-column-tag-pointer {
8812
+ min-width: 6px;
8813
+ max-width: 6px;
8814
+ min-height: 6px;
8815
+ max-height: 6px;
8816
+ border-radius: 6px;
8817
+ background-color: var(--pointer-color);
8818
+ }
8819
+ .shy-ant-table-column-tag-label {
8820
+ color: var(--pointer-color);
8821
+ }
8811
8822
  .shy-ant-table--inset .ant-table-wrapper {
8812
8823
  padding: 0;
8813
8824
  }
@@ -9019,7 +9030,7 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
9019
9030
  }
9020
9031
  .shy-container-footer-cancel-right {
9021
9032
  flex-direction: row-reverse;
9022
- }.process-wrapper[data-v-0cf797c8] {
9033
+ }.process-wrapper[data-v-5c48c981] {
9023
9034
  position: relative;
9024
9035
  display: flex;
9025
9036
  flex-direction: column;
@@ -9035,39 +9046,39 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
9035
9046
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 1px 1px 0px rgba(0, 0, 0, 0.02);
9036
9047
  z-index: 100;
9037
9048
  }
9038
- .process-wrapper .process-header[data-v-0cf797c8] {
9049
+ .process-wrapper .process-header[data-v-5c48c981] {
9039
9050
  font-family: PingFangSC, PingFang SC;
9040
9051
  font-weight: 500;
9041
9052
  color: #1b1f24;
9042
9053
  text-align: left;
9043
9054
  font-style: normal;
9044
9055
  }
9045
- .process-wrapper .process-body[data-v-0cf797c8] {
9056
+ .process-wrapper .process-body[data-v-5c48c981] {
9046
9057
  padding-top: 4px;
9047
9058
  padding-left: 10px;
9048
9059
  overflow-y: auto;
9049
9060
  }
9050
- .process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar {
9061
+ .process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar {
9051
9062
  position: absolute;
9052
9063
  height: 10px;
9053
9064
  width: 10px;
9054
9065
  }
9055
- .process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb {
9066
+ .process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar-thumb {
9056
9067
  box-shadow: inset 0 0 10px 10px var(--gray-2);
9057
9068
  border: solid 2px transparent;
9058
9069
  background-color: transparent;
9059
9070
  border-radius: 10px;
9060
9071
  }
9061
- .process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-thumb:hover {
9072
+ .process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar-thumb:active, .process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar-thumb:hover {
9062
9073
  box-shadow: inset 0 0 10px 10px var(--gray-3);
9063
9074
  background-color: transparent;
9064
9075
  }
9065
- .process-wrapper .process-body[data-v-0cf797c8]::-webkit-scrollbar-track {
9076
+ .process-wrapper .process-body[data-v-5c48c981]::-webkit-scrollbar-track {
9066
9077
  border-radius: 10px;
9067
9078
  border: solid 2px transparent;
9068
9079
  background: transparent;
9069
9080
  }
9070
- .process-wrapper .process-body .process-item[data-v-0cf797c8] {
9081
+ .process-wrapper .process-body .process-item[data-v-5c48c981] {
9071
9082
  font-family: PingFangSC, PingFang SC;
9072
9083
  font-weight: 400;
9073
9084
  font-size: 12px;
@@ -9077,21 +9088,21 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
9077
9088
  font-style: normal;
9078
9089
  padding: 2px 0;
9079
9090
  }
9080
- .process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-child(1) {
9091
+ .process-wrapper .process-body .process-item[data-v-5c48c981]:nth-child(1) {
9081
9092
  padding: 3px 0;
9082
9093
  font-size: 14px;
9083
9094
  }
9084
- .process-wrapper .process-body .process-item[data-v-0cf797c8]:nth-last-child(1) {
9095
+ .process-wrapper .process-body .process-item[data-v-5c48c981]:nth-last-child(1) {
9085
9096
  font-family: unset;
9086
9097
  color: var(--gray-4);
9087
9098
  }
9088
- .process-wrapper .process-body .process-dot[data-v-0cf797c8] {
9099
+ .process-wrapper .process-body .process-dot[data-v-5c48c981] {
9089
9100
  width: 12px;
9090
9101
  height: 12px;
9091
9102
  border-radius: 12px;
9092
9103
  border: 1px solid var(--gray-3);
9093
9104
  }
9094
- .process-wrapper .process-body .process-dot[data-v-0cf797c8]::before {
9105
+ .process-wrapper .process-body .process-dot[data-v-5c48c981]::before {
9095
9106
  content: '';
9096
9107
  width: 6px;
9097
9108
  height: 6px;
@@ -9102,9 +9113,9 @@ html[data-theme='dark'] .full-loading[data-v-ee545744]:not(.light) {
9102
9113
  left: 50%;
9103
9114
  transform: translate(-50%, -50%);
9104
9115
  }
9105
- .process-wrapper .process-body .process-dot-last[data-v-0cf797c8] {
9116
+ .process-wrapper .process-body .process-dot-last[data-v-5c48c981] {
9106
9117
  border: 1px solid var(--primary-5);
9107
9118
  }
9108
- .process-wrapper .process-body .process-dot-last[data-v-0cf797c8]::before {
9119
+ .process-wrapper .process-body .process-dot-last[data-v-5c48c981]::before {
9109
9120
  background: var(--primary-5);
9110
9121
  }