@douyinfe/semi-ui 2.38.2-alpha.1 → 2.39.0-beta.0
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/css/semi.css +8 -1
- package/dist/css/semi.min.css +1 -1
- package/dist/umd/semi-ui.js +3 -3
- package/dist/umd/semi-ui.js.map +1 -1
- package/dist/umd/semi-ui.min.js +1 -1
- package/dist/umd/semi-ui.min.js.map +1 -1
- package/lib/cjs/datePicker/dateInput.d.ts +1 -1
- package/lib/cjs/datePicker/datePicker.d.ts +1 -1
- package/lib/cjs/datePicker/monthsGrid.d.ts +1 -1
- package/lib/cjs/datePicker/yearAndMonth.d.ts +1 -1
- package/lib/cjs/form/baseForm.d.ts +1 -1
- package/lib/cjs/form/field.d.ts +1 -1
- package/lib/cjs/input/textarea.js +1 -1
- package/lib/cjs/modal/confirm.d.ts +15 -15
- package/lib/cjs/table/Body/index.js +1 -1
- package/lib/cjs/treeSelect/index.js +1 -1
- package/lib/es/datePicker/dateInput.d.ts +1 -1
- package/lib/es/datePicker/datePicker.d.ts +1 -1
- package/lib/es/datePicker/monthsGrid.d.ts +1 -1
- package/lib/es/datePicker/yearAndMonth.d.ts +1 -1
- package/lib/es/form/baseForm.d.ts +1 -1
- package/lib/es/form/field.d.ts +1 -1
- package/lib/es/input/textarea.js +1 -1
- package/lib/es/modal/confirm.d.ts +15 -15
- package/lib/es/table/Body/index.js +1 -1
- package/lib/es/treeSelect/index.js +1 -1
- package/package.json +8 -8
package/dist/css/semi.css
CHANGED
|
@@ -20384,11 +20384,14 @@ img[src=""], img:not([src]) {
|
|
|
20384
20384
|
padding-right: 0;
|
|
20385
20385
|
cursor: pointer;
|
|
20386
20386
|
color: var(--semi-color-text-0);
|
|
20387
|
+
position: relative;
|
|
20387
20388
|
}
|
|
20388
|
-
.semi-tree-select-selection-
|
|
20389
|
+
.semi-tree-select-selection-content {
|
|
20389
20390
|
overflow: hidden;
|
|
20390
20391
|
white-space: nowrap;
|
|
20391
20392
|
text-overflow: ellipsis;
|
|
20393
|
+
}
|
|
20394
|
+
.semi-tree-select-selection-placeholder {
|
|
20392
20395
|
color: var(--semi-color-text-2);
|
|
20393
20396
|
}
|
|
20394
20397
|
.semi-tree-select-selection .semi-tag-group {
|
|
@@ -20402,6 +20405,10 @@ img[src=""], img:not([src]) {
|
|
|
20402
20405
|
}
|
|
20403
20406
|
.semi-tree-select-selection-TriggerSearchItem {
|
|
20404
20407
|
position: absolute;
|
|
20408
|
+
max-width: calc(100% - 12px);
|
|
20409
|
+
text-overflow: ellipsis;
|
|
20410
|
+
overflow: hidden;
|
|
20411
|
+
white-space: nowrap;
|
|
20405
20412
|
}
|
|
20406
20413
|
.semi-tree-select-selection-TriggerSearchItem-placeholder {
|
|
20407
20414
|
opacity: 0.6;
|