@semi-bot/semi-theme-hishelper 1.0.3 → 1.0.4
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/README.md +1 -1
- package/package.json +1 -1
- package/semi.css +265 -19
- package/semi.min.css +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/semi.css
CHANGED
|
@@ -6253,7 +6253,7 @@ body, :host {
|
|
|
6253
6253
|
color: var(--semi-color-text-0);
|
|
6254
6254
|
font-size: 13px;
|
|
6255
6255
|
text-shadow: none;
|
|
6256
|
-
font-family: "SFMono-Regular", Consolas, "Liberation Mono",
|
|
6256
|
+
font-family: ui-monospace, "SFMono-Regular", "SF Mono", Menlo, Monaco, Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
|
|
6257
6257
|
direction: ltr;
|
|
6258
6258
|
text-align: left;
|
|
6259
6259
|
white-space: pre;
|
|
@@ -7429,10 +7429,38 @@ body, :host {
|
|
|
7429
7429
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7430
7430
|
line-height: 13px;
|
|
7431
7431
|
line-height: 20px;
|
|
7432
|
+
display: inline-block;
|
|
7433
|
+
max-width: calc(100vw - 32px);
|
|
7434
|
+
}
|
|
7435
|
+
.semi-datepicker-compact:not(.semi-datepicker-compact-insetInput) {
|
|
7436
|
+
width: max-content;
|
|
7437
|
+
}
|
|
7438
|
+
.semi-datepicker-compact .semi-datepicker-container {
|
|
7439
|
+
width: max-content;
|
|
7440
|
+
}
|
|
7441
|
+
.semi-datepicker-compact .semi-datepicker-month-grid {
|
|
7442
|
+
width: max-content;
|
|
7443
|
+
}
|
|
7444
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month-grid-left,
|
|
7445
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month-grid-right {
|
|
7446
|
+
min-width: 216px;
|
|
7447
|
+
max-width: calc(100vw - 32px);
|
|
7448
|
+
}
|
|
7449
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-month {
|
|
7450
|
+
margin-left: auto;
|
|
7451
|
+
margin-right: auto;
|
|
7432
7452
|
}
|
|
7433
7453
|
.semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTime] .semi-datepicker-yam, .semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTimeRange] .semi-datepicker-yam {
|
|
7434
7454
|
height: calc(100% - 32px);
|
|
7435
7455
|
}
|
|
7456
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yam {
|
|
7457
|
+
position: relative;
|
|
7458
|
+
width: 100%;
|
|
7459
|
+
max-width: 100%;
|
|
7460
|
+
max-height: 256px;
|
|
7461
|
+
overflow-x: auto;
|
|
7462
|
+
overflow-y: hidden;
|
|
7463
|
+
}
|
|
7436
7464
|
.semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateRange] .semi-datepicker-month-grid-left, .semi-datepicker-compact .semi-datepicker-month-grid[x-type=dateTimeRange] .semi-datepicker-month-grid-left {
|
|
7437
7465
|
border-right: 1px solid var(--semi-color-border);
|
|
7438
7466
|
}
|
|
@@ -7450,6 +7478,16 @@ body, :host {
|
|
|
7450
7478
|
box-sizing: border-box;
|
|
7451
7479
|
height: 48px;
|
|
7452
7480
|
padding: 12px;
|
|
7481
|
+
width: 100%;
|
|
7482
|
+
max-width: 100%;
|
|
7483
|
+
}
|
|
7484
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-header button,
|
|
7485
|
+
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-header .semi-button {
|
|
7486
|
+
width: 100%;
|
|
7487
|
+
max-width: 100%;
|
|
7488
|
+
overflow: hidden;
|
|
7489
|
+
text-overflow: ellipsis;
|
|
7490
|
+
white-space: nowrap;
|
|
7453
7491
|
}
|
|
7454
7492
|
.semi-datepicker-compact .semi-datepicker-month-grid .semi-datepicker-yearmonth-body {
|
|
7455
7493
|
display: flex;
|
|
@@ -7511,9 +7549,12 @@ body, :host {
|
|
|
7511
7549
|
height: calc(100% - 32px);
|
|
7512
7550
|
}
|
|
7513
7551
|
.semi-datepicker-compact .semi-datepicker-navigation {
|
|
7552
|
+
box-sizing: border-box;
|
|
7514
7553
|
height: 24px;
|
|
7515
7554
|
padding: 12px;
|
|
7516
7555
|
padding-bottom: 0;
|
|
7556
|
+
width: 100%;
|
|
7557
|
+
max-width: 100%;
|
|
7517
7558
|
}
|
|
7518
7559
|
.semi-datepicker-compact .semi-datepicker-navigation-left, .semi-datepicker-compact .semi-datepicker-navigation-right {
|
|
7519
7560
|
width: 24px;
|
|
@@ -7523,11 +7564,22 @@ body, :host {
|
|
|
7523
7564
|
min-width: 24px;
|
|
7524
7565
|
min-height: 24px;
|
|
7525
7566
|
}
|
|
7567
|
+
.semi-datepicker-compact .semi-datepicker-navigation-month {
|
|
7568
|
+
min-width: 0;
|
|
7569
|
+
overflow: hidden;
|
|
7570
|
+
}
|
|
7526
7571
|
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button {
|
|
7527
7572
|
font-size: 13px;
|
|
7528
7573
|
font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
|
7529
7574
|
line-height: 13px;
|
|
7530
7575
|
line-height: 20px;
|
|
7576
|
+
max-width: 100%;
|
|
7577
|
+
}
|
|
7578
|
+
.semi-datepicker-compact .semi-datepicker-navigation-month .semi-button > span {
|
|
7579
|
+
display: block;
|
|
7580
|
+
overflow: hidden;
|
|
7581
|
+
text-overflow: ellipsis;
|
|
7582
|
+
white-space: nowrap;
|
|
7531
7583
|
}
|
|
7532
7584
|
.semi-datepicker-compact .semi-datepicker-month {
|
|
7533
7585
|
width: 216px;
|
|
@@ -7672,7 +7724,9 @@ body, :host {
|
|
|
7672
7724
|
color: var(--semi-color-primary);
|
|
7673
7725
|
}
|
|
7674
7726
|
.semi-datepicker-compact .semi-datepicker-quick-control-month {
|
|
7675
|
-
|
|
7727
|
+
min-width: 216px;
|
|
7728
|
+
width: max-content;
|
|
7729
|
+
max-width: calc(100vw - 32px);
|
|
7676
7730
|
}
|
|
7677
7731
|
.semi-datepicker-compact .semi-datepicker-quick-control-month[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7678
7732
|
.semi-datepicker-compact .semi-datepicker-quick-control-month[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7683,7 +7737,9 @@ body, :host {
|
|
|
7683
7737
|
max-height: 218px;
|
|
7684
7738
|
}
|
|
7685
7739
|
.semi-datepicker-compact .semi-datepicker-quick-control-date {
|
|
7686
|
-
|
|
7740
|
+
min-width: 216px;
|
|
7741
|
+
width: max-content;
|
|
7742
|
+
max-width: calc(100vw - 32px);
|
|
7687
7743
|
}
|
|
7688
7744
|
.semi-datepicker-compact .semi-datepicker-quick-control-date[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7689
7745
|
.semi-datepicker-compact .semi-datepicker-quick-control-date[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7694,7 +7750,9 @@ body, :host {
|
|
|
7694
7750
|
max-height: 208px;
|
|
7695
7751
|
}
|
|
7696
7752
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime {
|
|
7697
|
-
|
|
7753
|
+
min-width: 216px;
|
|
7754
|
+
width: max-content;
|
|
7755
|
+
max-width: calc(100vw - 32px);
|
|
7698
7756
|
}
|
|
7699
7757
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7700
7758
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTime[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7705,7 +7763,9 @@ body, :host {
|
|
|
7705
7763
|
max-height: 240px;
|
|
7706
7764
|
}
|
|
7707
7765
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange {
|
|
7708
|
-
|
|
7766
|
+
min-width: min(432px, calc(100vw - 32px));
|
|
7767
|
+
width: max-content;
|
|
7768
|
+
max-width: calc(100vw - 32px);
|
|
7709
7769
|
}
|
|
7710
7770
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7711
7771
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateRange[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -7716,7 +7776,9 @@ body, :host {
|
|
|
7716
7776
|
max-height: 208px;
|
|
7717
7777
|
}
|
|
7718
7778
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange {
|
|
7719
|
-
|
|
7779
|
+
min-width: min(432px, calc(100vw - 32px));
|
|
7780
|
+
width: max-content;
|
|
7781
|
+
max-width: calc(100vw - 32px);
|
|
7720
7782
|
}
|
|
7721
7783
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange[x-insetinput=true] .semi-datepicker-quick-control-right-content-wrapper,
|
|
7722
7784
|
.semi-datepicker-compact .semi-datepicker-quick-control-dateTimeRange[x-insetinput=true] .semi-datepicker-quick-control-left-content-wrapper {
|
|
@@ -15317,7 +15379,7 @@ img[src=""], img:not([src]) {
|
|
|
15317
15379
|
color: rgba(var(--semi-blue-7), 1);
|
|
15318
15380
|
}
|
|
15319
15381
|
.semi-json-viewer-view-line {
|
|
15320
|
-
font-family:
|
|
15382
|
+
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, "Fira Code", Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
|
|
15321
15383
|
font-weight: normal;
|
|
15322
15384
|
font-size: 12px;
|
|
15323
15385
|
font-feature-settings: "liga" 0, "calt" 0;
|
|
@@ -15328,7 +15390,7 @@ img[src=""], img:not([src]) {
|
|
|
15328
15390
|
white-space: pre-wrap !important;
|
|
15329
15391
|
}
|
|
15330
15392
|
.semi-json-viewer-line-number {
|
|
15331
|
-
font-family:
|
|
15393
|
+
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Monaco, "Fira Code", Consolas, "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
|
|
15332
15394
|
font-weight: normal;
|
|
15333
15395
|
font-size: 12px;
|
|
15334
15396
|
font-feature-settings: "liga" 0, "calt" 0;
|
|
@@ -15684,7 +15746,7 @@ img[src=""], img:not([src]) {
|
|
|
15684
15746
|
}
|
|
15685
15747
|
.semi-modal-wrap-center {
|
|
15686
15748
|
display: flex;
|
|
15687
|
-
align-items:
|
|
15749
|
+
align-items: flex-start;
|
|
15688
15750
|
}
|
|
15689
15751
|
.semi-modal-title {
|
|
15690
15752
|
display: inline-flex;
|
|
@@ -15795,7 +15857,7 @@ img[src=""], img:not([src]) {
|
|
|
15795
15857
|
}
|
|
15796
15858
|
|
|
15797
15859
|
.semi-modal-centered {
|
|
15798
|
-
margin:
|
|
15860
|
+
margin: auto;
|
|
15799
15861
|
}
|
|
15800
15862
|
|
|
15801
15863
|
.semi-modal-popup .semi-modal-mask,
|
|
@@ -16439,7 +16501,7 @@ img[src=""], img:not([src]) {
|
|
|
16439
16501
|
transition: padding-left 100ms ease-out, width 200ms cubic-bezier(0.62, 0.05, 0.36, 0.95);
|
|
16440
16502
|
}
|
|
16441
16503
|
.semi-navigation-vertical .semi-navigation-footer {
|
|
16442
|
-
color: var(--semi-color-text-
|
|
16504
|
+
color: var(--semi-color-text-1);
|
|
16443
16505
|
padding-left: 8px;
|
|
16444
16506
|
padding-right: 8px;
|
|
16445
16507
|
}
|
|
@@ -16451,6 +16513,7 @@ img[src=""], img:not([src]) {
|
|
|
16451
16513
|
.semi-navigation-vertical .semi-navigation-footer .semi-navigation-collapse-btn > .semi-button {
|
|
16452
16514
|
padding-left: 8px;
|
|
16453
16515
|
padding-right: 8px;
|
|
16516
|
+
color: var(--semi-color-text-1);
|
|
16454
16517
|
}
|
|
16455
16518
|
.semi-navigation-vertical .semi-navigation-footer-collapsed {
|
|
16456
16519
|
justify-content: center;
|
|
@@ -17443,7 +17506,7 @@ img[src=""], img:not([src]) {
|
|
|
17443
17506
|
color: unset;
|
|
17444
17507
|
}
|
|
17445
17508
|
.semi-popover-wrapper[x-placement=top] .semi-popover-icon-arrow {
|
|
17446
|
-
left: 50
|
|
17509
|
+
left: var(--semi-tooltip-arrow-offset-x, 50%);
|
|
17447
17510
|
transform: translateX(-50%);
|
|
17448
17511
|
bottom: -7px;
|
|
17449
17512
|
}
|
|
@@ -17481,7 +17544,7 @@ img[src=""], img:not([src]) {
|
|
|
17481
17544
|
width: 8px;
|
|
17482
17545
|
height: 24px;
|
|
17483
17546
|
right: -7px;
|
|
17484
|
-
top: 50
|
|
17547
|
+
top: var(--semi-tooltip-arrow-offset-y, 50%);
|
|
17485
17548
|
transform: translateY(-50%);
|
|
17486
17549
|
}
|
|
17487
17550
|
.semi-popover-wrapper[x-placement=left].semi-popover-with-arrow,
|
|
@@ -17513,7 +17576,7 @@ img[src=""], img:not([src]) {
|
|
|
17513
17576
|
width: 8px;
|
|
17514
17577
|
height: 24px;
|
|
17515
17578
|
left: -7px;
|
|
17516
|
-
top: 50
|
|
17579
|
+
top: var(--semi-tooltip-arrow-offset-y, 50%);
|
|
17517
17580
|
transform: translateY(-50%) rotate(180deg);
|
|
17518
17581
|
}
|
|
17519
17582
|
.semi-popover-wrapper[x-placement=right].semi-popover-with-arrow,
|
|
@@ -17542,7 +17605,7 @@ img[src=""], img:not([src]) {
|
|
|
17542
17605
|
}
|
|
17543
17606
|
.semi-popover-wrapper[x-placement=bottom] .semi-popover-icon-arrow {
|
|
17544
17607
|
top: -7px;
|
|
17545
|
-
left: 50
|
|
17608
|
+
left: var(--semi-tooltip-arrow-offset-x, 50%);
|
|
17546
17609
|
transform: translateX(-50%) rotate(180deg);
|
|
17547
17610
|
}
|
|
17548
17611
|
.semi-popover-wrapper[x-placement=bottom].semi-popover-with-arrow,
|
|
@@ -20080,6 +20143,51 @@ img[src=""], img:not([src]) {
|
|
|
20080
20143
|
transform: rotate(180deg);
|
|
20081
20144
|
}
|
|
20082
20145
|
|
|
20146
|
+
.semi-rtl .semi-slider,
|
|
20147
|
+
.semi-portal-rtl .semi-slider {
|
|
20148
|
+
direction: rtl;
|
|
20149
|
+
}
|
|
20150
|
+
.semi-rtl .semi-slider-handle,
|
|
20151
|
+
.semi-portal-rtl .semi-slider-handle {
|
|
20152
|
+
transform: var(--semi-transform_scale-small) translateX(50%) translateY(0px);
|
|
20153
|
+
}
|
|
20154
|
+
.semi-rtl .semi-slider-mark,
|
|
20155
|
+
.semi-portal-rtl .semi-slider-mark {
|
|
20156
|
+
transform: translate(50%, 0);
|
|
20157
|
+
}
|
|
20158
|
+
.semi-rtl .semi-slider-mark-reverse,
|
|
20159
|
+
.semi-portal-rtl .semi-slider-mark-reverse {
|
|
20160
|
+
transform: translate(50%, 0) rotate(-180deg);
|
|
20161
|
+
}
|
|
20162
|
+
.semi-rtl .semi-slider-boundary-min,
|
|
20163
|
+
.semi-portal-rtl .semi-slider-boundary-min {
|
|
20164
|
+
left: auto;
|
|
20165
|
+
right: 0px;
|
|
20166
|
+
}
|
|
20167
|
+
.semi-rtl .semi-slider-boundary-max,
|
|
20168
|
+
.semi-portal-rtl .semi-slider-boundary-max {
|
|
20169
|
+
right: auto;
|
|
20170
|
+
left: 0px;
|
|
20171
|
+
}
|
|
20172
|
+
|
|
20173
|
+
.semi-slider-rtl .semi-slider-handle {
|
|
20174
|
+
transform: var(--semi-transform_scale-small) translateX(50%) translateY(0px);
|
|
20175
|
+
}
|
|
20176
|
+
.semi-slider-rtl .semi-slider-mark {
|
|
20177
|
+
transform: translate(50%, 0);
|
|
20178
|
+
}
|
|
20179
|
+
.semi-slider-rtl .semi-slider-mark-reverse {
|
|
20180
|
+
transform: translate(50%, 0) rotate(-180deg);
|
|
20181
|
+
}
|
|
20182
|
+
.semi-slider-rtl .semi-slider-boundary-min {
|
|
20183
|
+
left: auto;
|
|
20184
|
+
right: 0px;
|
|
20185
|
+
}
|
|
20186
|
+
.semi-slider-rtl .semi-slider-boundary-max {
|
|
20187
|
+
right: auto;
|
|
20188
|
+
left: 0px;
|
|
20189
|
+
}
|
|
20190
|
+
|
|
20083
20191
|
.semi-space {
|
|
20084
20192
|
display: inline-flex;
|
|
20085
20193
|
}
|
|
@@ -20728,6 +20836,7 @@ img[src=""], img:not([src]) {
|
|
|
20728
20836
|
}
|
|
20729
20837
|
.semi-switch-checked .semi-switch-knob {
|
|
20730
20838
|
transform: translateX(18px);
|
|
20839
|
+
background-color: rgba(var(--semi-white), 1);
|
|
20731
20840
|
}
|
|
20732
20841
|
.semi-switch-checked:active .semi-switch-knob {
|
|
20733
20842
|
transform: translateX(12px);
|
|
@@ -21219,6 +21328,14 @@ img[src=""], img:not([src]) {
|
|
|
21219
21328
|
display: table-row;
|
|
21220
21329
|
background-color: var(--semi-color-bg-1);
|
|
21221
21330
|
}
|
|
21331
|
+
.semi-table-tbody > .semi-table-row.semi-table-row-hovered > .semi-table-row-cell {
|
|
21332
|
+
background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
|
|
21333
|
+
background-color: var(--semi-color-bg-0);
|
|
21334
|
+
}
|
|
21335
|
+
.semi-table-tbody > .semi-table-row.semi-table-row-hovered > .semi-table-row-cell.semi-table-cell-fixed-left, .semi-table-tbody > .semi-table-row.semi-table-row-hovered > .semi-table-row-cell.semi-table-cell-fixed-right {
|
|
21336
|
+
background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
|
|
21337
|
+
background-color: var(--semi-color-bg-1);
|
|
21338
|
+
}
|
|
21222
21339
|
.semi-table-tbody > .semi-table-row:hover > .semi-table-row-cell {
|
|
21223
21340
|
background-image: linear-gradient(0deg, var(--semi-color-fill-0), var(--semi-color-fill-0));
|
|
21224
21341
|
background-color: var(--semi-color-bg-0);
|
|
@@ -21405,6 +21522,21 @@ img[src=""], img:not([src]) {
|
|
|
21405
21522
|
border-right: 1px solid var(--semi-color-border);
|
|
21406
21523
|
border-bottom: 1px solid var(--semi-color-border);
|
|
21407
21524
|
}
|
|
21525
|
+
.semi-table-bordered:not(.semi-table-scroll-position-right) > .semi-table-container::after {
|
|
21526
|
+
content: "";
|
|
21527
|
+
position: absolute;
|
|
21528
|
+
top: 0;
|
|
21529
|
+
right: 0;
|
|
21530
|
+
bottom: 0;
|
|
21531
|
+
width: 1px;
|
|
21532
|
+
background-color: var(--semi-color-border);
|
|
21533
|
+
display: block;
|
|
21534
|
+
z-index: 103;
|
|
21535
|
+
pointer-events: none;
|
|
21536
|
+
}
|
|
21537
|
+
.semi-table-bordered:not(.semi-table-scroll-position-right) > .semi-table-container > .semi-table-header {
|
|
21538
|
+
box-shadow: inset -1px 0 0 0 var(--semi-color-border);
|
|
21539
|
+
}
|
|
21408
21540
|
:where(.semi-table-bordered > .semi-table-container) > .semi-table-body > .semi-table-placeholder {
|
|
21409
21541
|
border-right: 1px solid var(--semi-color-border);
|
|
21410
21542
|
}
|
|
@@ -21424,6 +21556,7 @@ img[src=""], img:not([src]) {
|
|
|
21424
21556
|
position: sticky;
|
|
21425
21557
|
left: 0px;
|
|
21426
21558
|
z-index: 1;
|
|
21559
|
+
box-sizing: border-box;
|
|
21427
21560
|
padding: 16px 12px;
|
|
21428
21561
|
color: var(--semi-color-text-2);
|
|
21429
21562
|
font-size: 14px;
|
|
@@ -21581,6 +21714,18 @@ img[src=""], img:not([src]) {
|
|
|
21581
21714
|
border-right: 0;
|
|
21582
21715
|
border-left: 1px solid var(--semi-color-border);
|
|
21583
21716
|
}
|
|
21717
|
+
.semi-table-wrapper-rtl .semi-table-bordered:not(.semi-table-scroll-position-left) > .semi-table-container::after {
|
|
21718
|
+
content: "";
|
|
21719
|
+
position: absolute;
|
|
21720
|
+
top: 0;
|
|
21721
|
+
left: 0;
|
|
21722
|
+
bottom: 0;
|
|
21723
|
+
width: 1px;
|
|
21724
|
+
background-color: var(--semi-color-border);
|
|
21725
|
+
display: block;
|
|
21726
|
+
z-index: 103;
|
|
21727
|
+
pointer-events: none;
|
|
21728
|
+
}
|
|
21584
21729
|
.semi-table-wrapper-rtl .semi-table-fixed > .semi-table-tbody > .semi-table-row-expand > .semi-table-row-cell > .semi-table-expand-inner, .semi-table-wrapper-rtl .semi-table-fixed > .semi-table-tbody > .semi-table-row-section > .semi-table-row-cell > .semi-table-section-inner {
|
|
21585
21730
|
left: auto;
|
|
21586
21731
|
right: 0;
|
|
@@ -22875,6 +23020,32 @@ img[src=""], img:not([src]) {
|
|
|
22875
23020
|
color: var(--semi-color-text-0);
|
|
22876
23021
|
}
|
|
22877
23022
|
|
|
23023
|
+
.semi-tag-split {
|
|
23024
|
+
display: inline-flex;
|
|
23025
|
+
align-items: center;
|
|
23026
|
+
}
|
|
23027
|
+
.semi-tag-split .semi-tag {
|
|
23028
|
+
border-radius: 0;
|
|
23029
|
+
margin-right: 1px;
|
|
23030
|
+
}
|
|
23031
|
+
.semi-tag-split .semi-tag-first {
|
|
23032
|
+
border-top-left-radius: var(--semi-border-radius-small);
|
|
23033
|
+
border-bottom-left-radius: var(--semi-border-radius-small);
|
|
23034
|
+
}
|
|
23035
|
+
.semi-tag-split .semi-tag-last {
|
|
23036
|
+
border-top-right-radius: var(--semi-border-radius-small);
|
|
23037
|
+
border-bottom-right-radius: var(--semi-border-radius-small);
|
|
23038
|
+
margin-right: unset;
|
|
23039
|
+
}
|
|
23040
|
+
.semi-tag-split .semi-tag-circle.semi-tag-first {
|
|
23041
|
+
border-top-left-radius: var(--semi-border-radius-full);
|
|
23042
|
+
border-bottom-left-radius: var(--semi-border-radius-full);
|
|
23043
|
+
}
|
|
23044
|
+
.semi-tag-split .semi-tag-circle.semi-tag-last {
|
|
23045
|
+
border-top-right-radius: var(--semi-border-radius-full);
|
|
23046
|
+
border-bottom-right-radius: var(--semi-border-radius-full);
|
|
23047
|
+
}
|
|
23048
|
+
|
|
22878
23049
|
.semi-rtl .semi-tag,
|
|
22879
23050
|
.semi-portal-rtl .semi-tag {
|
|
22880
23051
|
direction: rtl;
|
|
@@ -23038,6 +23209,8 @@ img[src=""], img:not([src]) {
|
|
|
23038
23209
|
padding-left: 4px;
|
|
23039
23210
|
padding-right: 4px;
|
|
23040
23211
|
overflow: hidden;
|
|
23212
|
+
position: relative;
|
|
23213
|
+
/* hidden mirror used to measure input text width */
|
|
23041
23214
|
}
|
|
23042
23215
|
.semi-tagInput-wrapper-tag {
|
|
23043
23216
|
margin-right: 4px;
|
|
@@ -23080,6 +23253,8 @@ img[src=""], img:not([src]) {
|
|
|
23080
23253
|
.semi-tagInput-wrapper .semi-tagInput-wrapper-input {
|
|
23081
23254
|
flex-grow: 1;
|
|
23082
23255
|
width: min-content;
|
|
23256
|
+
min-width: 2px;
|
|
23257
|
+
max-width: 100%;
|
|
23083
23258
|
border: none;
|
|
23084
23259
|
outline: none;
|
|
23085
23260
|
background-color: transparent;
|
|
@@ -23121,6 +23296,19 @@ img[src=""], img:not([src]) {
|
|
|
23121
23296
|
height: 24px;
|
|
23122
23297
|
line-height: 24px;
|
|
23123
23298
|
}
|
|
23299
|
+
.semi-tagInput-wrapper-inputMirror {
|
|
23300
|
+
position: absolute;
|
|
23301
|
+
top: 0;
|
|
23302
|
+
left: 0;
|
|
23303
|
+
visibility: hidden;
|
|
23304
|
+
pointer-events: none;
|
|
23305
|
+
height: 0;
|
|
23306
|
+
overflow: hidden;
|
|
23307
|
+
white-space: pre;
|
|
23308
|
+
font-size: 14px;
|
|
23309
|
+
font-weight: 400;
|
|
23310
|
+
font-family: inherit;
|
|
23311
|
+
}
|
|
23124
23312
|
.semi-tagInput-clearBtn {
|
|
23125
23313
|
display: flex;
|
|
23126
23314
|
justify-content: center;
|
|
@@ -23723,7 +23911,7 @@ img[src=""], img:not([src]) {
|
|
|
23723
23911
|
color: rgba(var(--semi-grey-7), 1);
|
|
23724
23912
|
}
|
|
23725
23913
|
.semi-tooltip-wrapper[x-placement=top] .semi-tooltip-icon-arrow {
|
|
23726
|
-
left: 50
|
|
23914
|
+
left: var(--semi-tooltip-arrow-offset-x, 50%);
|
|
23727
23915
|
transform: translateX(-50%);
|
|
23728
23916
|
bottom: -6px;
|
|
23729
23917
|
}
|
|
@@ -23761,7 +23949,7 @@ img[src=""], img:not([src]) {
|
|
|
23761
23949
|
width: 7px;
|
|
23762
23950
|
height: 24px;
|
|
23763
23951
|
right: -6px;
|
|
23764
|
-
top: 50
|
|
23952
|
+
top: var(--semi-tooltip-arrow-offset-y, 50%);
|
|
23765
23953
|
transform: translateY(-50%);
|
|
23766
23954
|
}
|
|
23767
23955
|
.semi-tooltip-wrapper[x-placement=left].semi-tooltip-with-arrow,
|
|
@@ -23793,7 +23981,7 @@ img[src=""], img:not([src]) {
|
|
|
23793
23981
|
width: 7px;
|
|
23794
23982
|
height: 24px;
|
|
23795
23983
|
left: -6px;
|
|
23796
|
-
top: 50
|
|
23984
|
+
top: var(--semi-tooltip-arrow-offset-y, 50%);
|
|
23797
23985
|
transform: translateY(-50%) rotate(180deg);
|
|
23798
23986
|
}
|
|
23799
23987
|
.semi-tooltip-wrapper[x-placement=right].semi-tooltip-with-arrow,
|
|
@@ -23822,7 +24010,7 @@ img[src=""], img:not([src]) {
|
|
|
23822
24010
|
}
|
|
23823
24011
|
.semi-tooltip-wrapper[x-placement=bottom] .semi-tooltip-icon-arrow {
|
|
23824
24012
|
top: -6px;
|
|
23825
|
-
left: 50
|
|
24013
|
+
left: var(--semi-tooltip-arrow-offset-x, 50%);
|
|
23826
24014
|
transform: translateX(-50%) rotate(180deg);
|
|
23827
24015
|
}
|
|
23828
24016
|
.semi-tooltip-wrapper[x-placement=bottom].semi-tooltip-with-arrow,
|
|
@@ -23949,6 +24137,15 @@ img[src=""], img:not([src]) {
|
|
|
23949
24137
|
overflow: auto;
|
|
23950
24138
|
flex-grow: 1;
|
|
23951
24139
|
}
|
|
24140
|
+
.semi-transfer-left-pagination {
|
|
24141
|
+
padding-top: 12px;
|
|
24142
|
+
padding-bottom: 12px;
|
|
24143
|
+
padding-left: 12px;
|
|
24144
|
+
padding-right: 12px;
|
|
24145
|
+
flex-shrink: 0;
|
|
24146
|
+
display: flex;
|
|
24147
|
+
justify-content: center;
|
|
24148
|
+
}
|
|
23952
24149
|
.semi-transfer-left-empty {
|
|
23953
24150
|
height: 36px;
|
|
23954
24151
|
}
|
|
@@ -24612,6 +24809,10 @@ img[src=""], img:not([src]) {
|
|
|
24612
24809
|
align-items: center;
|
|
24613
24810
|
position: relative;
|
|
24614
24811
|
cursor: pointer;
|
|
24812
|
+
/**
|
|
24813
|
+
* Enable wrapping selected tags in trigger.
|
|
24814
|
+
* Only takes effect in multiple + searchPosition="trigger" mode (class added by component).
|
|
24815
|
+
*/
|
|
24615
24816
|
}
|
|
24616
24817
|
.semi-tree-select:hover {
|
|
24617
24818
|
background-color: var(--semi-color-fill-1);
|
|
@@ -24798,6 +24999,34 @@ img[src=""], img:not([src]) {
|
|
|
24798
24999
|
.semi-tree-select-multiple .semi-tree-select-selection-placeholder {
|
|
24799
25000
|
padding-left: 8px;
|
|
24800
25001
|
}
|
|
25002
|
+
.semi-tree-select-triggerTagWrap {
|
|
25003
|
+
max-width: 100%;
|
|
25004
|
+
}
|
|
25005
|
+
.semi-tree-select-triggerTagWrap .semi-tree-select-selection {
|
|
25006
|
+
min-width: 0;
|
|
25007
|
+
}
|
|
25008
|
+
.semi-tree-select-triggerTagWrap.semi-tree-select-multiple {
|
|
25009
|
+
height: auto;
|
|
25010
|
+
}
|
|
25011
|
+
.semi-tree-select-triggerTagWrap.semi-tree-select-multiple .semi-tree-select-selection {
|
|
25012
|
+
height: auto;
|
|
25013
|
+
min-height: 30px;
|
|
25014
|
+
overflow: visible;
|
|
25015
|
+
}
|
|
25016
|
+
.semi-tree-select-triggerTagWrap.semi-tree-select-multiple.semi-tree-select-small .semi-tree-select-selection {
|
|
25017
|
+
min-height: 22px;
|
|
25018
|
+
}
|
|
25019
|
+
.semi-tree-select-triggerTagWrap.semi-tree-select-multiple.semi-tree-select-large .semi-tree-select-selection {
|
|
25020
|
+
min-height: 38px;
|
|
25021
|
+
}
|
|
25022
|
+
.semi-tree-select-triggerTagWrap .semi-tagInput {
|
|
25023
|
+
min-width: 0;
|
|
25024
|
+
max-width: 100%;
|
|
25025
|
+
flex: 1 1 auto;
|
|
25026
|
+
}
|
|
25027
|
+
.semi-tree-select-triggerTagWrap .semi-tagInput .semi-tagInput-wrapper-input {
|
|
25028
|
+
max-width: 100%;
|
|
25029
|
+
}
|
|
24801
25030
|
.semi-tree-select-small {
|
|
24802
25031
|
min-height: 24px;
|
|
24803
25032
|
line-height: 24px;
|
|
@@ -26488,6 +26717,11 @@ p.semi-typography-extended,
|
|
|
26488
26717
|
background-color: var(--semi-color-fill-0);
|
|
26489
26718
|
transition: background-color var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none), border var(--semi-transition_duration-none) var(--semi-transition_function-easeIn) var(--semi-transition_delay-none);
|
|
26490
26719
|
}
|
|
26720
|
+
.semi-input-textarea-wrapper-resizeX {
|
|
26721
|
+
display: inline-block;
|
|
26722
|
+
width: fit-content;
|
|
26723
|
+
max-width: 100%;
|
|
26724
|
+
}
|
|
26491
26725
|
.semi-input-textarea-wrapper:hover {
|
|
26492
26726
|
background-color: var(--semi-color-fill-1);
|
|
26493
26727
|
}
|
|
@@ -26508,6 +26742,9 @@ p.semi-typography-extended,
|
|
|
26508
26742
|
color: var(--semi-color-text-2);
|
|
26509
26743
|
right: 4px;
|
|
26510
26744
|
height: 32px;
|
|
26745
|
+
display: flex;
|
|
26746
|
+
align-items: center;
|
|
26747
|
+
justify-content: center;
|
|
26511
26748
|
}
|
|
26512
26749
|
.semi-input-textarea-wrapper .semi-input-clearbtn > svg {
|
|
26513
26750
|
pointer-events: none;
|
|
@@ -26610,6 +26847,7 @@ p.semi-typography-extended,
|
|
|
26610
26847
|
}
|
|
26611
26848
|
.semi-input-textarea-autosize {
|
|
26612
26849
|
overflow: hidden;
|
|
26850
|
+
resize: none;
|
|
26613
26851
|
}
|
|
26614
26852
|
.semi-input-textarea-counter {
|
|
26615
26853
|
font-size: 13px;
|
|
@@ -26652,6 +26890,14 @@ p.semi-typography-extended,
|
|
|
26652
26890
|
padding: 0;
|
|
26653
26891
|
align-items: flex-start;
|
|
26654
26892
|
}
|
|
26893
|
+
.semi-input-textarea-wrapper-withLineNumber.semi-input-textarea-wrapper-resizeX {
|
|
26894
|
+
display: inline-flex;
|
|
26895
|
+
width: fit-content;
|
|
26896
|
+
max-width: 100%;
|
|
26897
|
+
}
|
|
26898
|
+
.semi-input-textarea-wrapper-withLineNumber.semi-input-textarea-wrapper-resizeX .semi-input-textarea-content {
|
|
26899
|
+
flex: 0 0 auto;
|
|
26900
|
+
}
|
|
26655
26901
|
.semi-input-textarea-wrapper-withLineNumber .semi-input-textarea-lineNumber {
|
|
26656
26902
|
flex-shrink: 0;
|
|
26657
26903
|
padding: 5px 12px;
|