@das-fed/ui 7.0.0-zhaohang.6 → 7.0.0-zhongshen.1
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/esm-map.json +28 -1
- package/package.json +12 -5
- package/packages/business-components/ai-panel/i18n/index.d.ts +244 -0
- package/packages/business-components/ai-panel/index-CD2YNg3j.js +5856 -0
- package/packages/business-components/ai-panel/index-CD2YNg3j.js.gz +0 -0
- package/packages/business-components/ai-panel/index-CJeKTaAS.js +60 -0
- package/packages/business-components/ai-panel/index-CJeKTaAS.js.gz +0 -0
- package/packages/business-components/ai-panel/index-DWHxqEh3.js +180 -0
- package/packages/business-components/ai-panel/index-DWHxqEh3.js.gz +0 -0
- package/packages/business-components/ai-panel/index.js +9 -0
- package/packages/business-components/ai-panel/src/dasAI/apis.d.ts +17 -0
- package/packages/business-components/ai-panel/src/dasAI/components/addNew/index.vue.d.ts +6 -0
- package/packages/business-components/ai-panel/src/dasAI/components/deleteDialog/index.d.ts +7 -0
- package/packages/business-components/ai-panel/src/dasAI/components/deleteDialog/index.vue.d.ts +12 -0
- package/packages/business-components/ai-panel/src/dasAI/components/folderDialog/index.d.ts +6 -0
- package/packages/business-components/ai-panel/src/dasAI/components/sender/components/senderOpt.vue.d.ts +2 -0
- package/packages/business-components/ai-panel/src/dasAI/hooks/audio.d.ts +8 -0
- package/packages/business-components/ai-panel/src/dasAI/hooks/knowbase.d.ts +4 -0
- package/packages/business-components/ai-panel/src/dasAI/index.vue.d.ts +16 -0
- package/packages/business-components/ai-panel/src/dasAI/store/index.d.ts +21 -0
- package/packages/business-components/ai-panel/src/index.vue.d.ts +31 -0
- package/packages/business-components/ai-panel/src/type.d.ts +13 -0
- package/packages/business-components/ai-panel/style.css +1 -0
- package/packages/business-components/ai-panel/style.css.gz +0 -0
- package/packages/business-components/change-pwd/index.js +13 -10
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/change-pwd/style.css +1 -1
- package/packages/business-components/device-panel/index.js +2819 -2799
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/src/components/devicePanelModal/linkDialog.vue.d.ts +1 -1
- package/packages/business-components/device-panel/style.css +1 -1
- package/packages/business-components/device-panel/style.css.gz +0 -0
- package/packages/business-components/index.d.ts +1 -0
- package/packages/business-components/index.js +1 -0
- package/packages/business-components/layout-breadcrumb/index.js +57 -57
- package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/index.d.ts +9 -9
- package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +3 -3
- package/packages/business-components/payment/index.js +8 -8
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/process-search-form/hooks/useService.d.ts +1 -1
- package/packages/business-components/user-org-dialog/index.js +2 -2
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/style.css +1 -1
- package/packages/business-components/user-org-dialog/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.d.ts +5 -0
- package/packages/business-components/video-dialog/index.js +378 -332
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +3 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +11 -1
- package/packages/business-components/video-dialog/src/index.vue.d.ts +1 -0
- package/packages/business-components/video-dialog/src/type.d.ts +2 -0
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/dimple-layout/index.js +1 -1
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/hls-player/i18n/index.d.ts +13 -0
- package/packages/components/hls-player/index.d.ts +172 -0
- package/packages/components/hls-player/index.js +21183 -0
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/das-hls-player.vue.d.ts +47 -0
- package/packages/components/hls-player/src/type.d.ts +33 -0
- package/packages/components/hls-player/style.css +1 -0
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/image-upload/index.d.ts +2 -0
- package/packages/components/image-upload/index.js +770 -114
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-upload/src/Index.vue.d.ts +2 -0
- package/packages/components/image-upload/src/hooks/use-compress-image.d.ts +1 -0
- package/packages/components/image-upload/src/type.d.ts +6 -0
- package/packages/components/image-upload/style.css +1 -1
- package/packages/components/image-upload/style.css.gz +0 -0
- package/packages/components/image-viewer/index.d.ts +6 -2
- package/packages/components/image-viewer/index.js +1117 -432
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/image-viewer/src/Index.vue.d.ts +6 -2
- package/packages/components/image-viewer/src/hooks/use-compress-image.d.ts +1 -0
- package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +1 -0
- package/packages/components/image-viewer/src/type.d.ts +9 -0
- package/packages/components/image-viewer/style.css +1 -1
- package/packages/components/image-viewer/style.css.gz +0 -0
- package/packages/components/index.d.ts +1 -0
- package/packages/components/index.js +1 -0
- package/packages/components/input-dialog-select/index.d.ts +0 -1
- package/packages/components/input-dialog-select/index.js +17 -17
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +0 -1
- package/packages/components/input-dialog-select/style.css +1 -1
- package/packages/components/input-dialog-select/style.css.gz +0 -0
- package/packages/components/radio-tabs/index.js +1 -1
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/radio-tabs/style.css +1 -1
- package/packages/components/radio-tabs/style.css.gz +0 -0
- package/packages/components/scrollbar/index.js +1 -1
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/select/index.js +58 -57
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/src/type.d.ts +2 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/select-list/index.d.ts +3 -3
- package/packages/components/select-list/index.js +390 -377
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/select-list/src/Index.vue.d.ts +4 -3
- package/packages/components/select-list/src/hooks/use-select-list.d.ts +1 -0
- package/packages/components/select-list/src/type.d.ts +1 -1
- package/packages/components/select-list/style.css +1 -1
- package/packages/components/select-list/style.css.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tree/index.js +90 -86
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree-select/index.js +1 -0
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +2 -0
- package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +2 -0
- package/packages/components/tree-table/index.js +291 -263
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-table/src/hooks/use-five.d.ts +4 -0
- package/packages/components/tree-table/src/hooks/use-four.d.ts +4 -0
- package/packages/components/tree-table/src/type.d.ts +1 -1
- package/packages/components/tree-table/style.css +1 -1
- package/packages/components/tree-table/style.css.gz +0 -0
- package/packages/icons/audioing/index.d.ts +1 -0
- package/packages/icons/audioing/index.js +17 -0
- package/packages/icons/audioing/index.js.gz +0 -0
- package/packages/icons/audioing/index.vue.d.ts +19 -0
- package/packages/icons/bobaoguanbi/index.d.ts +1 -0
- package/packages/icons/bobaoguanbi/index.js +17 -0
- package/packages/icons/bobaoguanbi/index.js.gz +0 -0
- package/packages/icons/bobaoguanbi/index.vue.d.ts +19 -0
- package/packages/icons/bobaokaiqi/index.d.ts +1 -0
- package/packages/icons/bobaokaiqi/index.js +17 -0
- package/packages/icons/bobaokaiqi/index.js.gz +0 -0
- package/packages/icons/bobaokaiqi/index.vue.d.ts +19 -0
- package/packages/icons/cankaoneirong/index.d.ts +1 -0
- package/packages/icons/cankaoneirong/index.js +22 -0
- package/packages/icons/cankaoneirong/index.js.gz +0 -0
- package/packages/icons/cankaoneirong/index.vue.d.ts +19 -0
- package/packages/icons/closeaudio/index.d.ts +1 -0
- package/packages/icons/closeaudio/index.js +17 -0
- package/packages/icons/closeaudio/index.js.gz +0 -0
- package/packages/icons/closeaudio/index.vue.d.ts +19 -0
- package/packages/icons/fasong/index.d.ts +1 -0
- package/packages/icons/fasong/index.js +22 -0
- package/packages/icons/fasong/index.js.gz +0 -0
- package/packages/icons/fasong/index.vue.d.ts +19 -0
- package/packages/icons/fresh/index.d.ts +1 -0
- package/packages/icons/fresh/index.js +22 -0
- package/packages/icons/fresh/index.js.gz +0 -0
- package/packages/icons/fresh/index.vue.d.ts +19 -0
- package/packages/icons/fuzhineirong/index.d.ts +1 -0
- package/packages/icons/fuzhineirong/index.js +22 -0
- package/packages/icons/fuzhineirong/index.js.gz +0 -0
- package/packages/icons/fuzhineirong/index.vue.d.ts +19 -0
- package/packages/icons/huida/index.d.ts +1 -0
- package/packages/icons/huida/index.js +22 -0
- package/packages/icons/huida/index.js.gz +0 -0
- package/packages/icons/huida/index.vue.d.ts +19 -0
- package/packages/icons/huidaodibu/index.d.ts +1 -0
- package/packages/icons/huidaodibu/index.js +22 -0
- package/packages/icons/huidaodibu/index.js.gz +0 -0
- package/packages/icons/huidaodibu/index.vue.d.ts +19 -0
- package/packages/icons/index.d.ts +23 -0
- package/packages/icons/index.js +23 -0
- package/packages/icons/intnet/index.d.ts +1 -0
- package/packages/icons/intnet/index.js +17 -0
- package/packages/icons/intnet/index.js.gz +0 -0
- package/packages/icons/intnet/index.vue.d.ts +19 -0
- package/packages/icons/know/index.d.ts +1 -0
- package/packages/icons/know/index.js +17 -0
- package/packages/icons/know/index.js.gz +0 -0
- package/packages/icons/know/index.vue.d.ts +19 -0
- package/packages/icons/knowed/index.d.ts +1 -0
- package/packages/icons/knowed/index.js +17 -0
- package/packages/icons/knowed/index.js.gz +0 -0
- package/packages/icons/knowed/index.vue.d.ts +19 -0
- package/packages/icons/knowopen/index.d.ts +1 -0
- package/packages/icons/knowopen/index.js +17 -0
- package/packages/icons/knowopen/index.js.gz +0 -0
- package/packages/icons/knowopen/index.vue.d.ts +19 -0
- package/packages/icons/lianjie/index.d.ts +1 -0
- package/packages/icons/lianjie/index.js +22 -0
- package/packages/icons/lianjie/index.js.gz +0 -0
- package/packages/icons/lianjie/index.vue.d.ts +19 -0
- package/packages/icons/lishihuihua/index.d.ts +1 -0
- package/packages/icons/lishihuihua/index.js +22 -0
- package/packages/icons/lishihuihua/index.js.gz +0 -0
- package/packages/icons/lishihuihua/index.vue.d.ts +19 -0
- package/packages/icons/qingkong/index.d.ts +1 -0
- package/packages/icons/qingkong/index.js +22 -0
- package/packages/icons/qingkong/index.js.gz +0 -0
- package/packages/icons/qingkong/index.vue.d.ts +19 -0
- package/packages/icons/select2/index.d.ts +1 -0
- package/packages/icons/select2/index.js +17 -0
- package/packages/icons/select2/index.vue.d.ts +19 -0
- package/packages/icons/shendusikao/index.d.ts +1 -0
- package/packages/icons/shendusikao/index.js +22 -0
- package/packages/icons/shendusikao/index.js.gz +0 -0
- package/packages/icons/shendusikao/index.vue.d.ts +19 -0
- package/packages/icons/tianjiaxinhuati/index.d.ts +1 -0
- package/packages/icons/tianjiaxinhuati/index.js +22 -0
- package/packages/icons/tianjiaxinhuati/index.js.gz +0 -0
- package/packages/icons/tianjiaxinhuati/index.vue.d.ts +19 -0
- package/packages/icons/yingyong/index.d.ts +1 -0
- package/packages/icons/yingyong/index.js +17 -0
- package/packages/icons/yingyong/index.js.gz +0 -0
- package/packages/icons/yingyong/index.vue.d.ts +19 -0
- package/packages/icons/yuyin/index.d.ts +1 -0
- package/packages/icons/yuyin/index.js +17 -0
- package/packages/icons/yuyin/index.js.gz +0 -0
- package/packages/icons/yuyin/index.vue.d.ts +19 -0
- package/packages/icons/zhongxinshengcheng/index.d.ts +1 -0
- package/packages/icons/zhongxinshengcheng/index.js +22 -0
- package/packages/icons/zhongxinshengcheng/index.js.gz +0 -0
- package/packages/icons/zhongxinshengcheng/index.vue.d.ts +19 -0
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/select/style.css';
|
|
2
|
-
import { withInstall as
|
|
3
|
-
import { defineComponent as
|
|
2
|
+
import { withInstall as _e } from "@das-fed/utils/with-install/index";
|
|
3
|
+
import { defineComponent as $e, useCssVars as ul, computed as d, ref as n, watch as G, useSlots as il, onMounted as ie, onUnmounted as Ve, watchEffect as de, nextTick as T, resolveComponent as dl, createElementBlock as g, openBlock as c, normalizeStyle as q, normalizeClass as cl, createVNode as y, withDirectives as ce, createCommentVNode as k, createElementVNode as h, unref as r, createBlock as H, mergeProps as me, withModifiers as J, isRef as vl, createSlots as fl, withCtx as f, renderSlot as C, normalizeProps as Q, guardReactiveProps as Y, withKeys as pl, toDisplayString as W, createTextVNode as ve, Fragment as fe } from "vue";
|
|
4
4
|
import { Select as ml, Tag as pe } from "ant-design-vue";
|
|
5
|
-
import { DasCheckbox as
|
|
5
|
+
import { DasCheckbox as ze } from "@das-fed/ui/packages/components/checkbox/index";
|
|
6
6
|
import { vScrollbar as hl } from "@das-fed/ui/packages/components/scrollbar/index";
|
|
7
7
|
import { DasTooltip as bl } from "@das-fed/ui/packages/components/tooltip/index";
|
|
8
|
-
import { vDasTooltip as
|
|
8
|
+
import { vDasTooltip as Le } from "@das-fed/ui/packages/components/text-tooltip/index";
|
|
9
9
|
import { DasInput as gl } from "@das-fed/ui/packages/components/input/index";
|
|
10
10
|
import { DasIconXiala as yl } from "@das-fed/ui/packages/icons/xiala/index";
|
|
11
11
|
import { DasIconEmpty as Cl } from "@das-fed/ui/packages/icons/empty/index";
|
|
12
12
|
import { DasErrorOverlayModel as wl } from "@das-fed/ui/packages/components/error-overlay-model/index";
|
|
13
13
|
import { vHoverInside as xl } from "@das-fed/utils/directive";
|
|
14
|
-
import { getVarValue as Tl, getVar as
|
|
14
|
+
import { getVarValue as Tl, getVar as Ne, setThemeRule as kl } from "@das-fed/web/packages/theme/index";
|
|
15
15
|
import { t as P, currentLang as Il, setI18nRule as Sl } from "@das-fed/web/packages/i18n/index";
|
|
16
16
|
import { useZIndex as Vl } from "@das-fed/utils/hooks/popup-manager/use-zindex";
|
|
17
17
|
import { useModelValue as zl } from "@das-fed/utils/vue";
|
|
@@ -19,15 +19,15 @@ import { calcTextWidth as Ll } from "@das-fed/utils/common-tools";
|
|
|
19
19
|
import "ant-design-vue/es/select/style/css";
|
|
20
20
|
import "ant-design-vue/es/tag/style/css";
|
|
21
21
|
import { SelectOption as Nl } from "ant-design-vue/es";
|
|
22
|
-
const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style: { display: "inline-block" } }, Ml = { key: 0 },
|
|
22
|
+
const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style: { display: "inline-block" } }, Ml = { key: 0 }, Al = { key: 2 }, Bl = { style: { display: "inline-block" } }, Dl = ["innerHTML"], El = ["innerHTML"], Ol = {
|
|
23
23
|
key: 0,
|
|
24
24
|
class: "das-select-error-label-content das-select-label-content"
|
|
25
|
-
}, Wl = { class: "ant-select ant-select-multiple ant-select-selection-overflow-item ant-select-selection-overflow-item-rest" }, Pl = { class: "ant-select-selection-item" }, Rl = { class: "ant-select-selection-item-content" }, ql = ["innerHTML"], Hl =
|
|
25
|
+
}, Wl = { class: "ant-select ant-select-multiple ant-select-selection-overflow-item ant-select-selection-overflow-item-rest" }, Pl = { class: "ant-select-selection-item" }, Rl = { class: "ant-select-selection-item-content" }, ql = ["innerHTML"], Hl = $e({
|
|
26
26
|
inheritAttrs: !1,
|
|
27
27
|
components: {
|
|
28
28
|
VNodes: (I, { attrs: $ }) => $.vnodes
|
|
29
29
|
}
|
|
30
|
-
}), Zl = /* @__PURE__ */
|
|
30
|
+
}), Zl = /* @__PURE__ */ $e({
|
|
31
31
|
...Hl,
|
|
32
32
|
__name: "Select",
|
|
33
33
|
props: {
|
|
@@ -61,21 +61,22 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
61
61
|
teleported: { type: Boolean, default: !0 },
|
|
62
62
|
errorModelZIndex: { default: 2e3 },
|
|
63
63
|
isExterControlCount: { type: Boolean, default: !1 },
|
|
64
|
-
dropdownMode: {}
|
|
64
|
+
dropdownMode: {},
|
|
65
|
+
inputAttrs: {}
|
|
65
66
|
},
|
|
66
67
|
emits: ["update:model-value", "change", "focus", "blur", "dropdownVisibleChange", "addCustomItem"],
|
|
67
68
|
setup(I, { expose: $, emit: F }) {
|
|
68
69
|
ul((e) => ({
|
|
69
|
-
"
|
|
70
|
-
"
|
|
70
|
+
"3e85892a": Pe.value,
|
|
71
|
+
"785ca243": Re.value
|
|
71
72
|
}));
|
|
72
73
|
const l = I, w = F, s = zl(l, "modelValue"), ee = d(() => {
|
|
73
74
|
var e;
|
|
74
75
|
return `<span class='key'>${((e = s.value) == null ? void 0 : e.length) ?? 0}</span>`;
|
|
75
|
-
}), M = n(null),
|
|
76
|
+
}), M = n(null), he = n(null), b = n(!1), Z = d(() => l.isView ? l.noSetDefaultVal ? "" : "-" : l.placeholder || P("请选择")), Me = d(() => M.value ? M.value.querySelector(".ant-select-selector") : null), A = n(0), B = n(0), Ae = d(() => l.isTooltip && S.value ? !1 : !l.isTooltip || z.value || !Ie.value || !ae.value), Be = d(() => (Array.isArray(s.value) ? s.value.length : s.value) ? Ie.value : Z.value), be = () => {
|
|
76
77
|
const e = l.size === "table" ? 12 : 14;
|
|
77
78
|
return Ll(Z.value, e);
|
|
78
|
-
},
|
|
79
|
+
}, ge = () => {
|
|
79
80
|
var _;
|
|
80
81
|
const e = M.value.querySelector(".ant-select-selection-placeholder"), t = (_ = x.value) == null ? void 0 : _.$el.querySelectorAll(".ant-select-selection-item");
|
|
81
82
|
t && t.length && t.forEach((X) => X.removeAttribute("title"));
|
|
@@ -86,12 +87,12 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
86
87
|
}, S = n(!1);
|
|
87
88
|
G(() => [Z.value, s.value], () => {
|
|
88
89
|
T(() => {
|
|
89
|
-
|
|
90
|
+
B.value = ge(), A.value = be(), ((Array.isArray(s.value) ? s.value.length : s.value) || B.value === A.value || A.value - B.value < 1) && (S.value = !1);
|
|
90
91
|
});
|
|
91
92
|
}), G(
|
|
92
93
|
() => {
|
|
93
94
|
var e;
|
|
94
|
-
return (e =
|
|
95
|
+
return (e = he.value) == null ? void 0 : e.$tooltipRef.popperRef.contentRef;
|
|
95
96
|
},
|
|
96
97
|
(e) => {
|
|
97
98
|
e && (e.addEventListener("mouseenter", function() {
|
|
@@ -103,25 +104,25 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
103
104
|
}));
|
|
104
105
|
}
|
|
105
106
|
);
|
|
106
|
-
const
|
|
107
|
+
const ye = n(null), Ce = d(() => l.dropdownMode ?? l.mode ?? ""), D = n(null), De = n(null), E = n(""), Ee = () => {
|
|
107
108
|
D.value = !0;
|
|
108
109
|
}, Oe = () => {
|
|
109
110
|
D.value = null;
|
|
110
|
-
},
|
|
111
|
+
}, we = () => {
|
|
111
112
|
E.value && (w("addCustomItem", E.value), T(() => {
|
|
112
113
|
x.value.focus(), E.value = "";
|
|
113
114
|
}));
|
|
114
|
-
},
|
|
115
|
-
l.dropdownMode === "custom" && !
|
|
115
|
+
}, xe = il(), le = () => {
|
|
116
|
+
l.dropdownMode === "custom" && !xe.dropdownRender && (D.value = !1, T(() => {
|
|
116
117
|
D.value = null;
|
|
117
118
|
}));
|
|
118
119
|
};
|
|
119
120
|
ie(() => {
|
|
120
121
|
document.addEventListener("click", le);
|
|
121
|
-
}),
|
|
122
|
+
}), Ve(() => {
|
|
122
123
|
document.removeEventListener("click", le);
|
|
123
124
|
});
|
|
124
|
-
const x = n(),
|
|
125
|
+
const x = n(), Te = n(), te = n(!1), oe = d(() => {
|
|
125
126
|
if (D.value !== null) return D.value;
|
|
126
127
|
if (l.open !== void 0) return l.open;
|
|
127
128
|
}), V = 1e6, u = n(100), i = n(100), z = n(!1), ae = n(!0), se = n(!1);
|
|
@@ -136,7 +137,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
136
137
|
}
|
|
137
138
|
}, 300));
|
|
138
139
|
}), de(() => {
|
|
139
|
-
l.options && (
|
|
140
|
+
l.options && (Te.value = l.options.map((e) => (e.title = e.title ? e.title : "", e)));
|
|
140
141
|
});
|
|
141
142
|
const We = () => {
|
|
142
143
|
setTimeout(async () => {
|
|
@@ -148,9 +149,9 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
148
149
|
}), ie(() => {
|
|
149
150
|
se.value = !0, l.focusOpen || (i.value = 1, u.value = i.value, b.value = !0);
|
|
150
151
|
});
|
|
151
|
-
const Pe = d(() => l.width ? l.width : "230px"), Re = d(() => l.height ? l.height : "auto"),
|
|
152
|
-
"z-index":
|
|
153
|
-
})),
|
|
152
|
+
const Pe = d(() => l.width ? l.width : "230px"), Re = d(() => l.height ? l.height : "auto"), ke = n(3e3), qe = d(() => ({
|
|
153
|
+
"z-index": ke.value
|
|
154
|
+
})), Ie = d(() => {
|
|
154
155
|
var t;
|
|
155
156
|
let e = [];
|
|
156
157
|
if (l.mode != "combobox" && Array.isArray(s.value))
|
|
@@ -191,9 +192,9 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
191
192
|
"white-space": "break-spaces"
|
|
192
193
|
}), O = n(), Xe = () => {
|
|
193
194
|
var a;
|
|
194
|
-
|
|
195
|
+
B.value = ge(), A.value = be();
|
|
195
196
|
let e = (a = x.value) == null ? void 0 : a.$el.querySelectorAll(".ant-select-selection-item");
|
|
196
|
-
!!(Array.isArray(s.value) ? s.value.length : e != null && e.length) ||
|
|
197
|
+
!!(Array.isArray(s.value) ? s.value.length : e != null && e.length) || B.value === A.value || A.value - B.value < 1 ? S.value = !1 : (S.value = !0, O.value && clearTimeout(O.value)), ne.value = !0;
|
|
197
198
|
}, Ge = () => {
|
|
198
199
|
O.value = setTimeout(() => {
|
|
199
200
|
S.value = !1;
|
|
@@ -201,7 +202,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
201
202
|
}, Je = (e, t) => {
|
|
202
203
|
e ? Xe() : Ge();
|
|
203
204
|
}, Qe = (e) => {
|
|
204
|
-
e && (
|
|
205
|
+
e && (ke.value = Vl().nextZIndex(), E.value = ""), U.value = e, l.mode == "combobox" && (e || setTimeout(() => {
|
|
205
206
|
var t, a;
|
|
206
207
|
(a = (t = x.value) == null ? void 0 : t.blur) == null || a.call(t);
|
|
207
208
|
})), w("dropdownVisibleChange", e);
|
|
@@ -233,7 +234,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
233
234
|
var e, t;
|
|
234
235
|
(t = (e = x.value) == null ? void 0 : e.blur) == null || t.call(e);
|
|
235
236
|
}), l.mode != "combobox";
|
|
236
|
-
},
|
|
237
|
+
}, Se = (e) => {
|
|
237
238
|
if (T(() => {
|
|
238
239
|
U.value = !1;
|
|
239
240
|
}), l.mode == "combobox") {
|
|
@@ -252,7 +253,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
252
253
|
if (e && l.mode !== "combobox") {
|
|
253
254
|
te.value = !1;
|
|
254
255
|
let t = new Event("blur");
|
|
255
|
-
|
|
256
|
+
Se(t);
|
|
256
257
|
}
|
|
257
258
|
}
|
|
258
259
|
);
|
|
@@ -269,7 +270,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
269
270
|
N(), u.value = i.value, b.value = !0;
|
|
270
271
|
}));
|
|
271
272
|
}), j.observe(M.value);
|
|
272
|
-
}),
|
|
273
|
+
}), Ve(() => {
|
|
273
274
|
j && j.disconnect();
|
|
274
275
|
});
|
|
275
276
|
const N = () => {
|
|
@@ -280,7 +281,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
280
281
|
if (!t) return;
|
|
281
282
|
let a = t.offsetWidth - 5;
|
|
282
283
|
l.borderType === "underline" && (a -= 10);
|
|
283
|
-
const p = Math.ceil(
|
|
284
|
+
const p = Math.ceil(ye.value.querySelector(".ant-tag").offsetWidth) + 4;
|
|
284
285
|
let v = e.querySelectorAll(".ant-select-selection-overflow-item");
|
|
285
286
|
if (v.length < 1) return;
|
|
286
287
|
u.value = V;
|
|
@@ -294,7 +295,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
294
295
|
}
|
|
295
296
|
if (i.value === 0) {
|
|
296
297
|
let m = v[0], rl = m.querySelector(".anticon-close") ? 86 : 69;
|
|
297
|
-
m && !m.classList.contains("ant-select-selection-overflow-item-rest") && rl <= a - p && !
|
|
298
|
+
m && !m.classList.contains("ant-select-selection-overflow-item-rest") && rl <= a - p && !xe.tagRender && (i.value = 1, m.classList.add("ellipsis"));
|
|
298
299
|
}
|
|
299
300
|
}, re = n(!1);
|
|
300
301
|
G(
|
|
@@ -333,19 +334,19 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
333
334
|
[
|
|
334
335
|
y(r(bl), {
|
|
335
336
|
ref_key: "inputTooltipRef",
|
|
336
|
-
ref:
|
|
337
|
+
ref: he,
|
|
337
338
|
placement: "top",
|
|
338
339
|
"virtual-triggering": "",
|
|
339
340
|
"virtual-ref": Me.value,
|
|
340
|
-
disabled:
|
|
341
|
-
content:
|
|
341
|
+
disabled: Ae.value,
|
|
342
|
+
content: Be.value
|
|
342
343
|
}, null, 8, ["virtual-ref", "disabled", "content"]),
|
|
343
|
-
ce((c(), H(r(ml),
|
|
344
|
+
ce((c(), H(r(ml), me({ mode: e.mode }, e.$attrs, {
|
|
344
345
|
value: r(s),
|
|
345
346
|
"onUpdate:value": t[4] || (t[4] = (o) => vl(s) ? s.value = o : null),
|
|
346
347
|
ref_key: "$select",
|
|
347
348
|
ref: x,
|
|
348
|
-
options:
|
|
349
|
+
options: Te.value,
|
|
349
350
|
fieldNames: e.fieldNames,
|
|
350
351
|
bordered: l.borderType === "bordered",
|
|
351
352
|
disabled: l.disabled || l.isView,
|
|
@@ -367,7 +368,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
367
368
|
t[5] || (t[5] = J(() => {
|
|
368
369
|
}, ["stop"]))
|
|
369
370
|
],
|
|
370
|
-
onBlur:
|
|
371
|
+
onBlur: Se
|
|
371
372
|
}), fl({
|
|
372
373
|
option: f((o) => [
|
|
373
374
|
C(e.$slots, "option", Q(Y(o)), () => {
|
|
@@ -388,14 +389,14 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
388
389
|
/* TEXT */
|
|
389
390
|
)
|
|
390
391
|
])), [
|
|
391
|
-
[r(
|
|
392
|
+
[r(Le)]
|
|
392
393
|
]) : (c(), g(
|
|
393
394
|
fe,
|
|
394
395
|
{ key: 1 },
|
|
395
396
|
[
|
|
396
397
|
k(` <das-tooltip v-if="mode === 'combobox'" placement="right-start" :text="option[labelKeyName]"></das-tooltip> `),
|
|
397
398
|
h("div", $l, [
|
|
398
|
-
(c(), H(r(
|
|
399
|
+
(c(), H(r(ze), {
|
|
399
400
|
class: "das-select-checkbox",
|
|
400
401
|
modelValue: (p = r(s)) == null ? void 0 : p.includes(o[L.value]),
|
|
401
402
|
key: o[L.value],
|
|
@@ -408,7 +409,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
408
409
|
/* TEXT */
|
|
409
410
|
)
|
|
410
411
|
])), [
|
|
411
|
-
[r(
|
|
412
|
+
[r(Le)]
|
|
412
413
|
])
|
|
413
414
|
])
|
|
414
415
|
],
|
|
@@ -450,9 +451,9 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
450
451
|
C(e.$slots, "dropdownRender", Q(Y({ menuNode: o })), () => {
|
|
451
452
|
var p;
|
|
452
453
|
return [
|
|
453
|
-
|
|
454
|
+
Ce.value === "combobox" ? (c(), g("div", Ml, [
|
|
454
455
|
y(a, { vnodes: o }, null, 8, ["vnodes"])
|
|
455
|
-
])) :
|
|
456
|
+
])) : Ce.value === "custom" ? (c(), g("div", {
|
|
456
457
|
key: 1,
|
|
457
458
|
onClick: t[2] || (t[2] = J(() => {
|
|
458
459
|
}, ["stop"]))
|
|
@@ -465,22 +466,22 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
465
466
|
onMousedown: t[1] || (t[1] = (v) => v.preventDefault())
|
|
466
467
|
},
|
|
467
468
|
[
|
|
468
|
-
y(r(gl), {
|
|
469
|
+
y(r(gl), me({
|
|
469
470
|
ref_key: "testInput",
|
|
470
471
|
ref: De,
|
|
471
472
|
modelValue: E.value,
|
|
472
473
|
"onUpdate:modelValue": t[0] || (t[0] = (v) => E.value = v),
|
|
473
|
-
onKeyup: pl(
|
|
474
|
+
onKeyup: pl(we, ["enter"]),
|
|
474
475
|
onFocus: J(Ee, ["stop"]),
|
|
475
476
|
onBlur: J(Oe, ["stop"]),
|
|
476
477
|
width: "100%",
|
|
477
478
|
borderType: "bordered"
|
|
478
|
-
}, null,
|
|
479
|
+
}, l.inputAttrs), null, 16, ["modelValue"]),
|
|
479
480
|
h(
|
|
480
481
|
"div",
|
|
481
482
|
{
|
|
482
483
|
class: "addBtn",
|
|
483
|
-
onClick:
|
|
484
|
+
onClick: we
|
|
484
485
|
},
|
|
485
486
|
W(r(P)("添加")),
|
|
486
487
|
1
|
|
@@ -490,7 +491,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
490
491
|
32
|
|
491
492
|
/* NEED_HYDRATION */
|
|
492
493
|
)
|
|
493
|
-
])) : (c(), g("div",
|
|
494
|
+
])) : (c(), g("div", Al, [
|
|
494
495
|
y(a, { vnodes: o }, null, 8, ["vnodes"]),
|
|
495
496
|
(p = l.options) != null && p.length ? (c(), g(
|
|
496
497
|
"div",
|
|
@@ -500,8 +501,8 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
500
501
|
onMousedown: t[3] || (t[3] = (v) => v.preventDefault())
|
|
501
502
|
},
|
|
502
503
|
[
|
|
503
|
-
h("div",
|
|
504
|
-
y(r(
|
|
504
|
+
h("div", Bl, [
|
|
505
|
+
y(r(ze), {
|
|
505
506
|
modelValue: He.value,
|
|
506
507
|
indeterminate: Ze.value,
|
|
507
508
|
onChange: ll,
|
|
@@ -628,7 +629,7 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
628
629
|
{
|
|
629
630
|
class: "ant-select-selection-overflow",
|
|
630
631
|
ref_key: "virtualTotalCount",
|
|
631
|
-
ref:
|
|
632
|
+
ref: ye,
|
|
632
633
|
style: { position: "absolute", left: "-50%", top: "-50%", opacity: "0", "pointer-events": "none" }
|
|
633
634
|
},
|
|
634
635
|
[
|
|
@@ -664,12 +665,12 @@ const _l = { key: 0 }, $l = { class: "das-multiple-option-item" }, Fl = { style:
|
|
|
664
665
|
for (const [l, w] of $)
|
|
665
666
|
F[l] = w;
|
|
666
667
|
return F;
|
|
667
|
-
}, Kl = /* @__PURE__ */ Fe(Zl, [["__scopeId", "data-v-
|
|
668
|
+
}, Kl = /* @__PURE__ */ Fe(Zl, [["__scopeId", "data-v-ff4b9c6d"]]), Ul = {};
|
|
668
669
|
function jl(I, $) {
|
|
669
670
|
const F = Nl;
|
|
670
671
|
return c(), H(
|
|
671
672
|
F,
|
|
672
|
-
|
|
673
|
+
me({ class: "das-ui-select-option" }, I.$attrs),
|
|
673
674
|
null,
|
|
674
675
|
16
|
|
675
676
|
/* FULL_PROPS */
|
|
@@ -678,13 +679,13 @@ function jl(I, $) {
|
|
|
678
679
|
const Xl = /* @__PURE__ */ Fe(Ul, [["render", jl]]), Gl = {
|
|
679
680
|
"--das-ui-select-color-bg": "#FFFFFF",
|
|
680
681
|
// 默认背景色
|
|
681
|
-
"--das-ui-select-color-primary":
|
|
682
|
+
"--das-ui-select-color-primary": Ne("--das-ui-color-primary"),
|
|
682
683
|
// 主题色
|
|
683
684
|
"--das-ui-select-color-text": "#212121",
|
|
684
685
|
// 主文本色
|
|
685
686
|
"--das-ui-select-color-border": "#d9d9d9",
|
|
686
687
|
// 边框基础色
|
|
687
|
-
"--das-ui-select-color-underline":
|
|
688
|
+
"--das-ui-select-color-underline": Ne("--das-ui-color-help"),
|
|
688
689
|
// 下划线基础色
|
|
689
690
|
"--das-ui-select-color-error": "#FB2323",
|
|
690
691
|
// 错误边框色
|
|
@@ -734,7 +735,7 @@ const Xl = /* @__PURE__ */ Fe(Ul, [["render", jl]]), Gl = {
|
|
|
734
735
|
};
|
|
735
736
|
Sl(Jl);
|
|
736
737
|
kl(Gl);
|
|
737
|
-
const yt =
|
|
738
|
+
const yt = _e(Kl), Ct = _e(Xl), wt = { name: "select 选择器" };
|
|
738
739
|
export {
|
|
739
740
|
yt as DasSelect,
|
|
740
741
|
Ct as DasSelectOption,
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-select[data-v-c5311fc8]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-c5311fc8]{position:absolute;top:100%;left:0;width:var(--39ebb276)}.das-ui-select.show-ellipsis[data-v-c5311fc8] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-c5311fc8] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-c5311fc8] .ant-select{width:100%;height:var(--2c88bb12)}.das-ui-select[data-v-c5311fc8] .ant-select .das-select-error-label-content{width:var(--39ebb276);font-size:12px}.das-ui-select[data-v-c5311fc8] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-c5311fc8] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-c5311fc8] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-md)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--das-ui-select-height-md) - 2px);line-height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-tag{color:var(--das-ui-select-color-text);height:calc(var(--das-ui-select-height-md) - 4px);line-height:calc(var(--das-ui-select-height-md) - 5px);font-size:var(--das-ui-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--das-ui-select-height-md) - 3px);line-height:calc(var(--das-ui-select-height-md) - 3px);font-size:var(--das-ui-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--das-ui-select-height-sm) - 4px);line-height:calc(var(--das-ui-select-height-sm) - 5px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-sm)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--das-ui-select-height-lg) - 2px);line-height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--das-ui-select-height-lg) - 8px);line-height:calc(var(--das-ui-select-height-lg) - 8px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--das-ui-select-height-lg) - 7px);line-height:calc(var(--das-ui-select-height-lg) - 7px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-lg)}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-c5311fc8] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-c5311fc8] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-c5311fc8] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-c5311fc8] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-c5311fc8] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-c5311fc8] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--das-ui-select-color-underline)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-c5311fc8] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-c5311fc8] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-c5311fc8] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-c5311fc8] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-c5311fc8] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-c5311fc8] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-disabled-underline)!important}.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-c5311fc8] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-c5311fc8] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-c5311fc8] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-c5311fc8] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-disabled-border)!important}.das-ui-select.none[data-v-c5311fc8] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-c5311fc8] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--das-ui-color-normal);border-color:transparent}.das-ui-select.readonly[data-v-c5311fc8] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-c5311fc8] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-c5311fc8] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-c5311fc8]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-c5311fc8]{display:block;color:var(--das-ui-select-color-error)}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--das-ui-select-color-option-active-bg);font-weight:400;color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--das-ui-select-color-text)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--das-ui-select-color-border)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--das-ui-select-color-help)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid #d9d9d9}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:#212121}
|
|
1
|
+
.das-ui-select[data-v-ff4b9c6d]{display:inline-block;position:relative}.das-ui-select .das-select-overlay-error-label-content[data-v-ff4b9c6d]{position:absolute;top:100%;left:0;width:var(--3e85892a)}.das-ui-select.show-ellipsis[data-v-ff4b9c6d] .ant-select-selection-overflow-item.ellipsis .ant-tag{display:flex;align-items:center}.das-ui-select.show-ellipsis[data-v-ff4b9c6d] .ant-select-selection-overflow-item.ellipsis .ant-tag span:nth-of-type(1){width:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.das-ui-select[data-v-ff4b9c6d] .ant-select{width:100%;height:var(--785ca243)}.das-ui-select[data-v-ff4b9c6d] .ant-select .das-select-error-label-content{width:var(--3e85892a);font-size:12px}.das-ui-select[data-v-ff4b9c6d] .ant-select .das-select-error-label-content .label{display:block;color:var(--das-ui-select-overlay-error-color);white-space:break-spaces}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-arrow{color:#666;width:16px;height:16px;margin-top:0;transform:translateY(-50%)}.das-ui-select[data-v-ff4b9c6d] .ant-select:hover .ant-select-arrow{color:var(--das-ui-select-color-primary)}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-clear{color:#d9d9d9;width:16px;height:16px;margin-top:0;transform:translateY(-50%);z-index:auto}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-clear:hover{color:#999}.das-ui-select[data-v-ff4b9c6d] .ant-select .os-scrollbar.os-scrollbar-vertical{z-index:1}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selector{box-sizing:border-box;box-shadow:none!important}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-tag{margin-bottom:1px;background-color:transparent}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-search{left:0}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-placeholder{padding-left:0;left:0}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-md)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector{height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input,.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after{height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selector{min-height:var(--das-ui-select-height-md)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selection-search{margin-inline-start:0px;-webkit-margin-start:0px;height:calc(var(--das-ui-select-height-md) - 2px);line-height:calc(var(--das-ui-select-height-md) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-tag{color:var(--das-ui-select-color-text);height:calc(var(--das-ui-select-height-md) - 4px);line-height:calc(var(--das-ui-select-height-md) - 5px);font-size:var(--das-ui-select-tag-font-size-md);margin-bottom:0;margin-right:0}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selection-item{height:calc(var(--das-ui-select-height-md) - 3px);line-height:calc(var(--das-ui-select-height-md) - 3px);font-size:var(--das-ui-select-tag-font-size-md);margin-top:0;margin-bottom:0;border:none;background-color:transparent;-webkit-margin-end:0px;margin-inline-end:0px;-webkit-padding-start:0px;padding-inline-start:0px;-webkit-padding-end:0px;padding-inline-end:0px}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-md)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selector{min-height:var(--das-ui-select-height-sm)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-search{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-sm .ant-tag{height:calc(var(--das-ui-select-height-sm) - 4px);line-height:calc(var(--das-ui-select-height-sm) - 5px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-item{height:calc(var(--das-ui-select-height-sm) - 2px);line-height:calc(var(--das-ui-select-height-sm) - 2px);font-size:var(--das-ui-select-tag-font-size-sm)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-sm .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-sm)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selector{min-height:var(--das-ui-select-height-lg)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-search{height:calc(var(--das-ui-select-height-lg) - 2px);line-height:calc(var(--das-ui-select-height-lg) - 2px)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-lg .ant-tag{height:calc(var(--das-ui-select-height-lg) - 8px);line-height:calc(var(--das-ui-select-height-lg) - 8px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-item{height:calc(var(--das-ui-select-height-lg) - 7px);line-height:calc(var(--das-ui-select-height-lg) - 7px);font-size:var(--das-ui-select-tag-font-size-lg)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-multiple.ant-select-lg .ant-select-selection-overflow{max-height:var(--das-ui-select-max-height-lg)}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-single .ant-select-selector{padding:0!important}.das-ui-select[data-v-ff4b9c6d] .ant-select-multiple .ant-select-selector{padding-top:0;padding-bottom:0}.das-ui-select[data-v-ff4b9c6d] .ant-select-multiple .ant-select-selector:after{margin:0}.das-ui-select[data-v-ff4b9c6d] .ant-select-multiple .anticon svg{vertical-align:baseline}.das-ui-select[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-arrow{color:var(--das-ui-select-color-disabled-underline)}.das-ui-select[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selection-item,.das-ui-select[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-tag{color:var(--das-ui-select-color-disabled-text)}.das-ui-select[data-v-ff4b9c6d] .ant-select .das-suffix-icon{transition:transform .5s}.das-ui-select[data-v-ff4b9c6d] .ant-select.ant-select-open .das-suffix-icon{transform:rotate(180deg)}.das-ui-select.underline[data-v-ff4b9c6d] .ant-select .ant-select-selector{border-radius:0;border-color:transparent!important;border-bottom-color:var(--das-ui-select-color-underline)!important;background-color:transparent!important;padding:0!important}.das-ui-select.underline[data-v-ff4b9c6d] .ant-select .ant-select-selector:hover,.das-ui-select.underline[data-v-ff4b9c6d] .ant-select.ant-select-focused .ant-select-selector{border-bottom-color:var(--das-ui-select-color-primary)!important}.das-ui-select.underline[data-v-ff4b9c6d] .ant-select .ant-select-arrow,.das-ui-select.underline[data-v-ff4b9c6d] .ant-select .ant-select-clear{right:0}.das-ui-select.underline.is-error[data-v-ff4b9c6d] .ant-select .ant-select-selector,.das-ui-select.underline.is-error[data-v-ff4b9c6d] .ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-error)!important}.das-ui-select.underline[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.underline[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector:hover{border-bottom-color:var(--das-ui-select-color-disabled-underline)!important}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector{border-color:var(--das-ui-select-color-border)!important}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector:hover,.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-focused .ant-select-selector{border-color:var(--das-ui-select-color-primary)!important}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-search{left:8px}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-placeholder,.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select .ant-select-selector .ant-select-selection-item{padding-left:8px}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{padding-right:24px}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selector{padding-left:3px}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-item{padding-left:0;height:auto}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select.ant-select-multiple .ant-select-selector .ant-select-selection-search{left:5px}.das-ui-select.bordered.is-error[data-v-ff4b9c6d] .ant-select .ant-select-selector,.das-ui-select.bordered.is-error[data-v-ff4b9c6d] .ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-error)!important}.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector,.das-ui-select.bordered[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector:hover{border-color:var(--das-ui-select-color-disabled-border)!important}.das-ui-select.none[data-v-ff4b9c6d] .ant-select .ant-select-arrow,.das-ui-select.none[data-v-ff4b9c6d] .ant-select .ant-select-clear{right:0}.das-ui-select.none[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector{background-color:transparent!important;cursor:default}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selector input{cursor:default}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selection-item{color:var(--das-ui-select-color-text);cursor:default}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-tag,.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select-multiple .ant-select-selection-item{color:var(--das-ui-color-normal);border-color:transparent}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select-disabled.ant-select-multiple .ant-select-selection-placeholder{color:var(--das-ui-select-color-text)}.das-ui-select.readonly[data-v-ff4b9c6d] .ant-select .ant-select-arrow{display:none}.das-ui-select.readonly.underline[data-v-ff4b9c6d] .ant-select .ant-select-clear{right:0}.das-ui-select .das-select-label-content[data-v-ff4b9c6d]{font-size:12px}.das-ui-select .das-select-label-content .das-select-error-label[data-v-ff4b9c6d]{display:block;color:var(--das-ui-select-color-error)}.das-ui-select-dorpdown .das-select-checkbox.das-ui-checkbox .ant-checkbox-wrapper .ant-checkbox+span{padding:0!important}.das-ui-select-dorpdown .das-multiple-option-item{display:flex}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--das-ui-select-color-option-active-bg);font-weight:400;color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .das-multiple-option-item{color:var(--das-ui-select-color-text)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall{height:40px;line-height:40px;padding:0 12px;border-top:1px solid var(--das-ui-select-color-border)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked{font-size:12px;color:var(--das-ui-select-color-help)}.das-ui-select-dorpdown .das-ui-select-dropdown-checkall .das-ui-dropdown-has-checked .key{color:var(--das-ui-select-color-primary)}.das-ui-select-dorpdown .ant-select-item-option-state{display:none}.das-ui-select-dorpdown .das-ui-checkbox{display:inline-block;margin-right:5px}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-show{right:4px!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb{width:8px!important;left:1px!important;background:#b2b2b2!important}.das-ui-select-dorpdown .rc-virtual-list-scrollbar-thumb:hover{width:10px!important;left:0!important;background:#999!important}.das-ui-select-dorpdown .customDropdown{display:flex;align-items:center;padding:6px 12px 2px;cursor:pointer;border-top:1px solid #d9d9d9}.das-ui-select-dorpdown .customDropdown .el-input{height:28px}.das-ui-select-dorpdown .customDropdown .addBtn{margin-left:12px;cursor:pointer;flex-shrink:0;font-family:Microsoft YaHei;font-size:12px;font-weight:400;height:28px;line-height:28px;text-align:center;letter-spacing:0px;color:#212121}
|
|
Binary file
|
|
@@ -29,7 +29,7 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
|
|
|
29
29
|
selectdValue: string | number;
|
|
30
30
|
valueKey: string;
|
|
31
31
|
labelKey: string;
|
|
32
|
-
closeable: boolean;
|
|
32
|
+
closeable: boolean | ((item: import("./src/type.js").ItemProps) => boolean);
|
|
33
33
|
customTitle: string;
|
|
34
34
|
itemHeight: number;
|
|
35
35
|
infiniteDisabled: boolean;
|
|
@@ -60,7 +60,7 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
|
|
|
60
60
|
selectdValue: string | number;
|
|
61
61
|
valueKey: string;
|
|
62
62
|
labelKey: string;
|
|
63
|
-
closeable: boolean;
|
|
63
|
+
closeable: boolean | ((item: import("./src/type.js").ItemProps) => boolean);
|
|
64
64
|
customTitle: string;
|
|
65
65
|
itemHeight: number;
|
|
66
66
|
infiniteDisabled: boolean;
|
|
@@ -96,7 +96,7 @@ declare const DasSelectList: import("@das-fed/utils").SFCWithInstall<{
|
|
|
96
96
|
selectdValue: string | number;
|
|
97
97
|
valueKey: string;
|
|
98
98
|
labelKey: string;
|
|
99
|
-
closeable: boolean;
|
|
99
|
+
closeable: boolean | ((item: import("./src/type.js").ItemProps) => boolean);
|
|
100
100
|
customTitle: string;
|
|
101
101
|
itemHeight: number;
|
|
102
102
|
infiniteDisabled: boolean;
|