@das-fed/ui 6.4.0-test.40 → 6.4.0-test.50
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/package.json +5 -5
- package/packages/business-components/ai-panel/{index-BY-YZuV-.js → index-BVbGcP9e.js} +1 -1
- package/packages/business-components/ai-panel/index-BVbGcP9e.js.gz +0 -0
- package/packages/business-components/ai-panel/{index-Cbga17VS.js → index-D4944ccN.js} +614 -610
- package/packages/business-components/ai-panel/index-D4944ccN.js.gz +0 -0
- package/packages/business-components/ai-panel/index.js +1 -1
- package/packages/business-components/ai-panel/style.css +1 -1
- package/packages/business-components/ai-panel/style.css.gz +0 -0
- package/packages/business-components/device-panel/index.js +2232 -2210
- package/packages/business-components/device-panel/index.js.gz +0 -0
- 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/layout-breadcrumb/index.js +23 -26
- package/packages/business-components/layout-breadcrumb/index.js.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/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/tree-select/index.js +1 -0
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/business-components/ai-panel/index-BY-YZuV-.js.gz +0 -0
- package/packages/business-components/ai-panel/index-Cbga17VS.js.gz +0 -0
|
Binary file
|
|
@@ -6,22 +6,19 @@ import { useRouter as $, useRoute as j } from "vue-router";
|
|
|
6
6
|
import { flatTree as q } from "@das-fed/utils/common-tools";
|
|
7
7
|
import { getSubApps as k } from "@das-fed/utils/common-info";
|
|
8
8
|
import { setThemeRule as E } from "@das-fed/web/packages/theme/index";
|
|
9
|
-
const J = (
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
const o = ()
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
o();
|
|
20
|
-
});
|
|
21
|
-
}, h = async (e, i) => {
|
|
9
|
+
const J = (a, l) => {
|
|
10
|
+
const i = S([]), f = R(() => [...i.value, ...a.data || []]), p = () => new Promise((e) => {
|
|
11
|
+
const s = () => {
|
|
12
|
+
var n, t;
|
|
13
|
+
const { app: o = "" } = (u == null ? void 0 : u.query) || {}, d = ((t = (n = k()) == null ? void 0 : n.currentSubApp) == null ? void 0 : t.menus) ?? [];
|
|
14
|
+
if (o === k().currentSubAppCode && d.length) return e();
|
|
15
|
+
setTimeout(() => s(), 50);
|
|
16
|
+
};
|
|
17
|
+
s();
|
|
18
|
+
}), h = async (e, s) => {
|
|
22
19
|
var b, c;
|
|
23
20
|
await I(), await p();
|
|
24
|
-
const o = [], d =
|
|
21
|
+
const o = [], d = s.menu || "", n = ((c = (b = k()) == null ? void 0 : b.currentSubApp) == null ? void 0 : c.menus) ?? [];
|
|
25
22
|
if (!n || !n.length) return;
|
|
26
23
|
let t = null;
|
|
27
24
|
const r = q(n);
|
|
@@ -38,25 +35,25 @@ const J = (s, l) => {
|
|
|
38
35
|
};
|
|
39
36
|
o.push(M);
|
|
40
37
|
}
|
|
41
|
-
|
|
38
|
+
i.value = o;
|
|
42
39
|
}, C = (e) => {
|
|
43
40
|
e.disabled || l("click-item", e);
|
|
44
41
|
}, y = $(), u = j();
|
|
45
42
|
L(
|
|
46
43
|
() => y.currentRoute.value,
|
|
47
44
|
(e) => {
|
|
48
|
-
const
|
|
49
|
-
h(
|
|
45
|
+
const s = (e == null ? void 0 : e.path) ?? "", o = (e == null ? void 0 : e.query) ?? {};
|
|
46
|
+
h(s, o);
|
|
50
47
|
}
|
|
51
48
|
), h(u.path, u.query);
|
|
52
49
|
const B = S(!1);
|
|
53
50
|
return L(
|
|
54
|
-
() =>
|
|
51
|
+
() => a.data,
|
|
55
52
|
() => {
|
|
56
53
|
I(() => {
|
|
57
54
|
p().then(() => {
|
|
58
55
|
var t;
|
|
59
|
-
const e = k(),
|
|
56
|
+
const e = k(), s = u.query.app || e.currentSubApp.code || "";
|
|
60
57
|
let o = u.query.menu || "";
|
|
61
58
|
if (!o) {
|
|
62
59
|
const r = ((t = e.currentSubApp) == null ? void 0 : t.menus) ?? [], b = q(r).find(
|
|
@@ -64,7 +61,7 @@ const J = (s, l) => {
|
|
|
64
61
|
);
|
|
65
62
|
b && (o = b.code);
|
|
66
63
|
}
|
|
67
|
-
const d = JSON.parse(sessionStorage.getItem("breadcrumb") || "{}")[
|
|
64
|
+
const d = JSON.parse(sessionStorage.getItem("breadcrumb") || "{}")[s], n = [];
|
|
68
65
|
for (let r in d) d[r] && n.push(r);
|
|
69
66
|
B.value = !!n.find((r) => o === r);
|
|
70
67
|
});
|
|
@@ -87,8 +84,8 @@ const J = (s, l) => {
|
|
|
87
84
|
data: { default: () => [] }
|
|
88
85
|
},
|
|
89
86
|
emits: ["click-item"],
|
|
90
|
-
setup(
|
|
91
|
-
const
|
|
87
|
+
setup(a, { emit: l }) {
|
|
88
|
+
const i = a, f = l, { isShow: p, breadcrumbList: h, clickItem: C } = J(i, f);
|
|
92
89
|
return (y, u) => g(p) && y.data && y.data.length ? (x(), N("div", z, [
|
|
93
90
|
D(g(O), {
|
|
94
91
|
data: g(h),
|
|
@@ -96,11 +93,11 @@ const J = (s, l) => {
|
|
|
96
93
|
}, null, 8, ["data", "onClickItem"])
|
|
97
94
|
])) : U("v-if", !0);
|
|
98
95
|
}
|
|
99
|
-
}), H = (
|
|
100
|
-
const
|
|
96
|
+
}), H = (a, l) => {
|
|
97
|
+
const i = a.__vccOpts || a;
|
|
101
98
|
for (const [f, p] of l)
|
|
102
|
-
|
|
103
|
-
return
|
|
99
|
+
i[f] = p;
|
|
100
|
+
return i;
|
|
104
101
|
}, K = /* @__PURE__ */ H(G, [["__scopeId", "data-v-878cd70a"]]), Q = {
|
|
105
102
|
"--das-layout-micro-container-bg-color": "#e2e7ef",
|
|
106
103
|
"--das-layout-breadcrumb-bg-color": "#ffffff"
|
|
Binary file
|
|
@@ -20915,7 +20915,7 @@ const h1 = (i, t, e) => {
|
|
|
20915
20915
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
20916
20916
|
function v1(i) {
|
|
20917
20917
|
i.style.pointerEvents = "none", i.querySelectorAll("*").forEach((e) => {
|
|
20918
|
-
e.style.pointerEvents = "none", e.getAttribute("d") && (e.style.pointerEvents = "all");
|
|
20918
|
+
e.style.pointerEvents = "none", e.getAttribute("d") && (e.style.pointerEvents = "all"), e.tagName === "rect" && (e.style.pointerEvents = "all"), e.tagName === "title" && (e.innerHTML = "");
|
|
20919
20919
|
});
|
|
20920
20920
|
}
|
|
20921
20921
|
const _n = {
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/input-dialog-select/style.css';
|
|
2
2
|
import { withInstall as R } from "@das-fed/utils/with-install/index";
|
|
3
|
-
import { defineComponent as W, ref as s, computed as B, watch as j, nextTick as P, createElementBlock as c, openBlock as
|
|
3
|
+
import { defineComponent as W, ref as s, computed as B, watch as j, nextTick as P, createElementBlock as c, openBlock as d, mergeProps as H, createElementVNode as D, createCommentVNode as g, createBlock as q, normalizeClass as G, unref as t, withDirectives as T, toDisplayString as M, Fragment as J, createVNode as Q, withModifiers as U } from "vue";
|
|
4
4
|
import { DasAutoRegisterIcon as X, DasIcon as Y } from "@das-fed/ui/packages/components/icon/index";
|
|
5
5
|
import { vDasTooltip as $ } from "@das-fed/ui/packages/components/text-tooltip/index";
|
|
6
6
|
import { DasErrorOverlayModel as x } from "@das-fed/ui/packages/components/error-overlay-model/index";
|
|
@@ -16,7 +16,7 @@ const ae = {
|
|
|
16
16
|
}, se = {
|
|
17
17
|
key: 2,
|
|
18
18
|
class: "reset-plus"
|
|
19
|
-
}, ie = { class: "das-input-dialog-select-label-content" },
|
|
19
|
+
}, ie = { class: "das-input-dialog-select-label-content" }, de = ["title"], ne = /* @__PURE__ */ W({
|
|
20
20
|
__name: "Index",
|
|
21
21
|
props: {
|
|
22
22
|
modelValue: {},
|
|
@@ -32,7 +32,7 @@ const ae = {
|
|
|
32
32
|
borderType: { default: "bottom" },
|
|
33
33
|
optionsLabelKey: { default: "name" },
|
|
34
34
|
optionsValueKey: { default: "id" },
|
|
35
|
-
placeholder: {
|
|
35
|
+
placeholder: {},
|
|
36
36
|
errorMode: { default: "default" },
|
|
37
37
|
errorModelZIndex: { default: 2e3 },
|
|
38
38
|
noSetDefaultVal: { type: Boolean }
|
|
@@ -42,10 +42,10 @@ const ae = {
|
|
|
42
42
|
X({
|
|
43
43
|
search: import("@das-fed/ui/packages/icons/search")
|
|
44
44
|
});
|
|
45
|
-
const l = k, a = C, h = s(!1), p = B(() => l.isView), E = B(() => l.placeholder), N = B(() => `width:${l.width === "auto" ? "100%" : l.width}`);
|
|
45
|
+
const l = k, a = C, h = s(!1), p = B(() => l.isView), E = B(() => l.placeholder ? l.placeholder : F("请选择")), N = B(() => `width:${l.width === "auto" ? "100%" : l.width}`);
|
|
46
46
|
let r = s("");
|
|
47
47
|
r.value = l.modelValue;
|
|
48
|
-
const
|
|
48
|
+
const n = s(null), u = s(null);
|
|
49
49
|
let f = s(""), z = s([]);
|
|
50
50
|
j(
|
|
51
51
|
() => l.selectedOptions,
|
|
@@ -76,7 +76,7 @@ const ae = {
|
|
|
76
76
|
const A = l.noSetDefaultVal ? "" : "-";
|
|
77
77
|
r.value = (p.value || l.disabled) && i(b) ? A : b, z.value = I, I.length || (f.value = ""), a("update:modelValue", z.value), a("change", z.value, l.selectedOptions), P(() => {
|
|
78
78
|
var v, o, w, S;
|
|
79
|
-
((v =
|
|
79
|
+
((v = n == null ? void 0 : n.value) == null ? void 0 : v.offsetWidth) > 0 && ((o = u == null ? void 0 : u.value) == null ? void 0 : o.offsetWidth) > 0 && ((w = u == null ? void 0 : u.value) == null ? void 0 : w.offsetWidth) > ((S = n == null ? void 0 : n.value) == null ? void 0 : S.offsetWidth) - 20 && y.length > 1 ? f.value = I.length > 0 ? `${F("das-framework-input-dialog-select-total-items", y.length)}` : "" : f.value = "";
|
|
80
80
|
});
|
|
81
81
|
},
|
|
82
82
|
{
|
|
@@ -100,7 +100,7 @@ const ae = {
|
|
|
100
100
|
}, _ = () => {
|
|
101
101
|
h.value = !1, l.errorMode === "overlay" && (L.value = !1);
|
|
102
102
|
};
|
|
103
|
-
return (e, m) => (
|
|
103
|
+
return (e, m) => (d(), c(
|
|
104
104
|
"div",
|
|
105
105
|
H({
|
|
106
106
|
class: "das-ui-input-dialog-select",
|
|
@@ -125,7 +125,7 @@ const ae = {
|
|
|
125
125
|
"div",
|
|
126
126
|
{
|
|
127
127
|
ref_key: "dialogTextWrap",
|
|
128
|
-
ref:
|
|
128
|
+
ref: n,
|
|
129
129
|
class: G([
|
|
130
130
|
"das-ui-input-dialog-select-content",
|
|
131
131
|
{ "only-border-bottom": e.borderType === "bottom" },
|
|
@@ -134,7 +134,7 @@ const ae = {
|
|
|
134
134
|
])
|
|
135
135
|
},
|
|
136
136
|
[
|
|
137
|
-
t(i)(t(r)) && !t(i)(E.value) && !p.value && !e.disabled ? T((
|
|
137
|
+
t(i)(t(r)) && !t(i)(E.value) && !p.value && !e.disabled ? T((d(), c("div", ae, [
|
|
138
138
|
D(
|
|
139
139
|
"span",
|
|
140
140
|
null,
|
|
@@ -144,7 +144,7 @@ const ae = {
|
|
|
144
144
|
)
|
|
145
145
|
])), [
|
|
146
146
|
[t($)]
|
|
147
|
-
]) : T((
|
|
147
|
+
]) : T((d(), c("div", re, [
|
|
148
148
|
D(
|
|
149
149
|
"span",
|
|
150
150
|
{
|
|
@@ -158,18 +158,18 @@ const ae = {
|
|
|
158
158
|
])), [
|
|
159
159
|
[t($)]
|
|
160
160
|
]),
|
|
161
|
-
p.value ? g("v-if", !0) : (
|
|
161
|
+
p.value ? g("v-if", !0) : (d(), c(
|
|
162
162
|
"span",
|
|
163
163
|
se,
|
|
164
164
|
M(t(f)),
|
|
165
165
|
1
|
|
166
166
|
/* TEXT */
|
|
167
167
|
)),
|
|
168
|
-
!p.value && !e.disabled ? (
|
|
168
|
+
!p.value && !e.disabled ? (d(), c(
|
|
169
169
|
J,
|
|
170
170
|
{ key: 3 },
|
|
171
171
|
[
|
|
172
|
-
!t(i)(t(r)) && e.isClear ? (
|
|
172
|
+
!t(i)(t(r)) && e.isClear ? (d(), c("span", {
|
|
173
173
|
key: 0,
|
|
174
174
|
class: "das-ui-input-dialog-select-clear",
|
|
175
175
|
onClick: U(K, ["stop"])
|
|
@@ -188,14 +188,14 @@ const ae = {
|
|
|
188
188
|
/* CLASS */
|
|
189
189
|
),
|
|
190
190
|
D("div", ie, [
|
|
191
|
-
e.error && e.errorLabel && e.errorMode === "default" ? (
|
|
191
|
+
e.error && e.errorLabel && e.errorMode === "default" ? (d(), c("span", {
|
|
192
192
|
key: 0,
|
|
193
193
|
class: "das-input-dialog-select-error-label",
|
|
194
194
|
title: e.errorLabel
|
|
195
|
-
}, M(e.errorLabel), 9,
|
|
195
|
+
}, M(e.errorLabel), 9, de)) : g("v-if", !0)
|
|
196
196
|
]),
|
|
197
197
|
g(" 错误状态 "),
|
|
198
|
-
e.error && e.errorLabel && h.value && e.errorMode === "overlay" && L.value ? (
|
|
198
|
+
e.error && e.errorLabel && h.value && e.errorMode === "overlay" && L.value ? (d(), q(t(x), {
|
|
199
199
|
key: 0,
|
|
200
200
|
errorLabel: e.errorLabel,
|
|
201
201
|
getEl: () => O.value,
|
|
@@ -211,7 +211,7 @@ const ae = {
|
|
|
211
211
|
for (const [a, h] of C)
|
|
212
212
|
l[a] = h;
|
|
213
213
|
return l;
|
|
214
|
-
}, ce = /* @__PURE__ */ ue(
|
|
214
|
+
}, ce = /* @__PURE__ */ ue(ne, [["__scopeId", "data-v-f6defb6e"]]), pe = {
|
|
215
215
|
请选择: { "zh-CN": "请选择", en: "Please select", _appCode: "framework" },
|
|
216
216
|
"das-framework-input-dialog-select-total-items": { "zh-CN": "共$0项", en: "Total $0 Items", _appCode: "framework" }
|
|
217
217
|
}, fe = {
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-input-dialog-select[data-v-
|
|
1
|
+
.das-ui-input-dialog-select[data-v-f6defb6e]{display:inline-block;position:relative;vertical-align:bottom}.das-ui-input-dialog-select:hover .das-ui-input-dialog-select-content[data-v-f6defb6e],.das-ui-input-dialog-select:focus .das-ui-input-dialog-select-content[data-v-f6defb6e]{border-color:var(--das-ui-input-dialog-select-border-active)}.das-ui-input-dialog-select:hover .das-ui-input-dialog-select-content.only-border-bottom[data-v-f6defb6e],.das-ui-input-dialog-select:focus .das-ui-input-dialog-select-content.only-border-bottom[data-v-f6defb6e]{border-color:var(--das-ui-input-dialog-select-border-active)}.das-ui-input-dialog-select:hover .das-ui-input-dialog-select-content.only-border-bottom.das-input-dialog-select-clear-mode .das-ui-input-dialog-select-clear[data-v-f6defb6e],.das-ui-input-dialog-select:focus .das-ui-input-dialog-select-content.only-border-bottom.das-input-dialog-select-clear-mode .das-ui-input-dialog-select-clear[data-v-f6defb6e]{right:18px}.das-ui-input-dialog-select:hover .das-ui-input-dialog-select-content.das-input-dialog-select-clear-mode .das-ui-input-dialog-select-clear[data-v-f6defb6e],.das-ui-input-dialog-select:focus .das-ui-input-dialog-select-content.das-input-dialog-select-clear-mode .das-ui-input-dialog-select-clear[data-v-f6defb6e]{visibility:visible}.das-ui-input-dialog-select:hover .das-ui-input-dialog-select-content.das-input-dialog-select-clear-mode .das-ui-input-dialog-select-clear[data-v-f6defb6e],.das-ui-input-dialog-select:focus .das-ui-input-dialog-select-content.das-input-dialog-select-clear-mode .das-ui-input-dialog-select-clear[data-v-f6defb6e]{right:30px}.das-ui-input-dialog-select.normal-size[data-v-f6defb6e]{width:230px}.das-ui-input-dialog-select.normal-size .reset-plus[data-v-f6defb6e]{height:20px;line-height:20px}.das-ui-input-dialog-select.auto-size[data-v-f6defb6e]{width:100%}.das-ui-input-dialog-select.small-size .das-ui-input-dialog-select-content[data-v-f6defb6e]{padding:1px 8px}.das-ui-input-dialog-select.small-size .das-ui-input-dialog-select-content .dialog-text[data-v-f6defb6e]{height:20px;line-height:20px;font-size:14px}.das-ui-input-dialog-select.small-size .reset-plus[data-v-f6defb6e]{height:20px;line-height:20px}.das-ui-input-dialog-select.small-size .das-ui-input-dialog-select-content .placeholder-text[data-v-f6defb6e]{height:20px;line-height:20px;font-size:14px}.das-ui-input-dialog-select.table-size[data-v-f6defb6e]{width:100%}.das-ui-input-dialog-select.table-size .das-ui-input-dialog-select-content .dialog-text[data-v-f6defb6e],.das-ui-input-dialog-select.table-size .das-ui-input-dialog-select-content .placeholder-text[data-v-f6defb6e]{height:24px;line-height:24px;font-size:12px}.das-ui-input-dialog-select.table-size .reset-plus[data-v-f6defb6e]{height:24px;line-height:24px}.das-ui-input-dialog-select.disabled .das-ui-input-dialog-select-content[data-v-f6defb6e]{border-color:var(--das-ui-input-dialog-select-view-border)}.das-ui-input-dialog-select.disabled .das-ui-input-dialog-select-content .dialog-text[data-v-f6defb6e],.das-ui-input-dialog-select.disabled .das-ui-input-dialog-select-content .reset-plus[data-v-f6defb6e]{color:#b2b2b2}.das-ui-input-dialog-select.disabled .das-ui-input-dialog-select-content .das-icon[data-v-f6defb6e]{cursor:not-allowed}.das-ui-input-dialog-select.disabled .das-ui-input-dialog-select-content.das-input-dialog-select-error[data-v-f6defb6e],.das-ui-input-dialog-select.disabled .das-ui-input-dialog-select-content.only-border-bottom[data-v-f6defb6e],.das-ui-input-dialog-select.isview .das-ui-input-dialog-select-content[data-v-f6defb6e]{border-color:var(--das-ui-input-dialog-select-view-border)}.das-ui-input-dialog-select.isview .das-ui-input-dialog-select-content .dialog-text[data-v-f6defb6e]{color:var(--das-ui-input-dialog-select-text)}.das-ui-input-dialog-select.isview .das-ui-input-dialog-select-content .das-icon[data-v-f6defb6e]{cursor:not-allowed}.das-ui-input-dialog-select.isview .das-ui-input-dialog-select-content.das-input-dialog-select-error[data-v-f6defb6e],.das-ui-input-dialog-select.isview .das-ui-input-dialog-select-content.only-border-bottom[data-v-f6defb6e]{border-color:var(--das-ui-input-dialog-select-view-border)}.das-ui-input-dialog-select .das-ui-input-dialog-select-content[data-v-f6defb6e]{border:1px solid var(--das-ui-input-dialog-select-border-all);background:#fff;border-radius:2px;padding:2px 8px;display:flex;align-items:center}.das-ui-input-dialog-select .das-ui-input-dialog-select-content.das-input-dialog-select-error[data-v-f6defb6e]{border-color:var(--das-ui-input-dialog-select-error-color)!important}.das-ui-input-dialog-select .das-ui-input-dialog-select-content.only-border-bottom[data-v-f6defb6e]{border-color:var(--das-ui-input-dialog-select-border);padding:1px 0 2px;border-width:0 0 1px 0!important;border-radius:0;background:none}.das-ui-input-dialog-select .das-ui-input-dialog-select-content.only-border-bottom[data-v-f6defb6e]:focus{border-width:0 0 1px 0!important}.das-ui-input-dialog-select .das-ui-input-dialog-select-content.das-input-dialog-select-clear-mode .das-icon[data-v-f6defb6e]{margin-left:15px}.das-ui-input-dialog-select .das-ui-input-dialog-select-content .dialog-text[data-v-f6defb6e]{height:20px;flex:1;min-width:0;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;color:var(--das-ui-input-dialog-select-text);font-size:14px}.das-ui-input-dialog-select .das-ui-input-dialog-select-content .placeholder-text[data-v-f6defb6e]{height:20px;line-height:20px;flex:1;min-width:0;white-space:nowrap;-webkit-user-select:none;user-select:none;overflow:hidden;color:var(--das-ui-input-dialog-select-disabled-text);font-size:14px}.das-ui-input-dialog-select .das-ui-input-dialog-select-content .das-icon[data-v-f6defb6e]{cursor:pointer;color:var(--das-ui-input-dialog-select-icon);margin-left:10px}.das-ui-input-dialog-select .das-ui-input-dialog-select-content .das-icon[data-v-f6defb6e]:hover{color:var(--das-ui-input-dialog-select-border-active)}.das-ui-input-dialog-select .das-ui-input-dialog-select-content .das-ui-input-dialog-select-clear[data-v-f6defb6e]{position:absolute;right:10px;visibility:hidden;margin-left:10px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1685934237687'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='2634'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M512%20128c212.064%200%20384%20171.936%20384%20384s-171.936%20384-384%20384S128%20724.064%20128%20512%20299.936%20128%20512%20128z%20m-140.384%20198.72a32%2032%200%200%200-42.24%202.656l-2.656%203.008a32%2032%200%200%200%202.656%2042.24L466.72%20512l-137.344%20137.376a32%2032%200%200%200%2045.248%2045.248L512%20557.28l137.376%20137.344%203.008%202.656a32%2032%200%200%200%2042.24-2.656l2.656-3.008a32%2032%200%200%200-2.656-42.24L557.28%20512l137.344-137.376a32%2032%200%200%200-45.248-45.248L512%20466.72l-137.376-137.344z'%20fill='%23d9d9d9'%20fill-opacity='1'%20p-id='2635'%3e%3c/path%3e%3c/svg%3e");background-size:cover;width:16px;height:16px;cursor:pointer}.das-ui-input-dialog-select .das-ui-input-dialog-select-content .das-ui-input-dialog-select-clear[data-v-f6defb6e]:hover{background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20standalone='no'?%3e%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3csvg%20t='1685934237687'%20class='icon'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%20p-id='2634'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='200'%20height='200'%3e%3cpath%20d='M512%20128c212.064%200%20384%20171.936%20384%20384s-171.936%20384-384%20384S128%20724.064%20128%20512%20299.936%20128%20512%20128z%20m-140.384%20198.72a32%2032%200%200%200-42.24%202.656l-2.656%203.008a32%2032%200%200%200%202.656%2042.24L466.72%20512l-137.344%20137.376a32%2032%200%200%200%2045.248%2045.248L512%20557.28l137.376%20137.344%203.008%202.656a32%2032%200%200%200%2042.24-2.656l2.656-3.008a32%2032%200%200%200-2.656-42.24L557.28%20512l137.344-137.376a32%2032%200%200%200-45.248-45.248L512%20466.72l-137.376-137.344z'%20fill='%23999999'%20fill-opacity='1'%20p-id='2635'%3e%3c/path%3e%3c/svg%3e")}.das-ui-input-dialog-select .das-ui-input-dialog-select-content .das-ui-input-dialog-select-clear svg[data-v-f6defb6e]{display:none}.das-ui-input-dialog-select .das-ui-input-dialog-select-content .das-ui-input-dialog-select-search[data-v-f6defb6e]{visibility:visible}.das-ui-input-dialog-select .das-input-dialog-select-label-content[data-v-f6defb6e]{font-size:12px}.das-ui-input-dialog-select .das-input-dialog-select-label-content .das-input-dialog-select-error-label[data-v-f6defb6e]{display:block;color:var(--das-ui-input-dialog-select-error-color);word-wrap:break-word}.das-ui-input-dialog-select .das-input-dialog-select-overlay-error-label-content[data-v-f6defb6e]{width:100%;position:absolute;left:0;background-color:#ffdbe0;box-shadow:0 4px 10px #0003;border-radius:1px;padding:2px 8px;box-sizing:border-box;z-index:1;transition:.2s;word-wrap:break-word}.das-ui-input-dialog-select .das-input-dialog-select-overlay-error-label-content .label[data-v-f6defb6e]{font-size:12px;color:var(--das-ui-input-dialog-select-error-color)}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|