@das-fed/ui 6.4.0-dev.54.7 → 6.4.0-dev.54.9
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/change-enterprises/i18n/index.d.ts +3 -3
- package/packages/business-components/change-pwd/i18n/index.d.ts +26 -34
- package/packages/business-components/change-pwd/index.js +66 -65
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/device-panel/i18n/index.d.ts +172 -0
- package/packages/business-components/device-panel/index.js +331 -261
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/export-button/i18n/index.d.ts +16 -20
- package/packages/business-components/export-button/index.js +88 -86
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/import-button/i18n/index.d.ts +34 -30
- package/packages/business-components/import-button/index.js +148 -144
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/i18n/index.d.ts +6 -6
- package/packages/business-components/model-table-dialog/index.js +82 -83
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +17 -49
- package/packages/business-components/model-table-dialog/style.css +1 -1
- package/packages/business-components/model-table-dialog/style.css.gz +0 -0
- package/packages/business-components/process-configuration/i18n/index.d.ts +37 -29
- package/packages/business-components/process-configuration/index.js +103 -92
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/i18n/index.d.ts +109 -69
- package/packages/business-components/process-form/index.js +691 -672
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-log/i18n/index.d.ts +4 -0
- package/packages/business-components/process-log/index.js +29 -28
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-search-form/i18n/index.d.ts +9 -9
- package/packages/business-components/process-search-form/index.js +2 -2
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/i18n/index.d.ts +8 -8
- package/packages/business-components/process-table/index.js +36 -36
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/upload-file/i18n/index.d.ts +2 -2
- package/packages/business-components/upload-file/index.js +45 -42
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/i18n/index.d.ts +28 -0
- package/packages/business-components/urgent-panel/index.js +595 -576
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/i18n/index.d.ts +7 -3
- package/packages/business-components/user-org-dialog/index.js +92 -91
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/i18n/index.d.ts +29 -17
- package/packages/business-components/video-dialog/index.js +116 -113
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/components/button/index.js +54 -56
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/image-upload/i18n/index.d.ts +9 -21
- package/packages/components/image-upload/index.js +92 -92
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-viewer/i18n/index.d.ts +1 -30
- package/packages/components/image-viewer/index.js +213 -219
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/input/i18n/index.d.ts +3 -3
- package/packages/components/input/index.js +1 -1
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input-dialog-select/i18n/index.d.ts +1 -6
- package/packages/components/input-dialog-select/index.js +49 -51
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/live-player/i18n/index.d.ts +3 -7
- package/packages/components/live-player/index.js +7 -5
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/loading/i18n/index.d.ts +1 -1
- package/packages/components/loading/index.js +1 -3
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/i18n/index.d.ts +7 -11
- package/packages/components/map/index.js +168 -167
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/i18n/index.d.ts +1 -1
- package/packages/components/menu-aside/index.js +1 -3
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/message/i18n/index.d.ts +1 -1
- package/packages/components/message/index.js +1 -3
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/notification/i18n/index.d.ts +1 -1
- package/packages/components/notification/index.js +1 -3
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/pagination/i18n/index.d.ts +8 -8
- package/packages/components/pagination/index.js +124 -124
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/popover/i18n/index.d.ts +2 -2
- package/packages/components/preview/i18n/index.d.ts +1 -1
- package/packages/components/preview/index.js +1 -3
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/search/index.js +26 -36
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/style.css +1 -1
- package/packages/components/search/style.css.gz +0 -0
- package/packages/components/{search → search-form}/i18n/index.d.ts +6 -10
- package/packages/components/search-form/index.js +426 -418
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/spin/i18n/index.d.ts +1 -1
- package/packages/components/spin/index.js +1 -3
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +19 -19
- package/packages/components/table/index.js +7 -7
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/i18n/index.d.ts +3 -3
- package/packages/components/time-line/index.js +36 -40
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/tooltip/i18n/index.d.ts +1 -1
- package/packages/components/tooltip/index.js +1 -3
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tree/i18n/index.d.ts +8 -12
- package/packages/components/tree/index.js +137 -135
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +9 -27
- package/packages/components/upload/i18n/index.d.ts +5 -5
- package/packages/components/upload/index.js +1 -1
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/virtual-tree/i18n/index.d.ts +1 -1
- package/packages/components/virtual-tree/index.js +1 -3
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/i18n-collection/en.js +0 -537
- package/i18n-collection/zh-CN.js +0 -537
- package/packages/components/button/i18n/index.d.ts +0 -2
- package/packages/components/time-line/i18n/index.d.ts +0 -7
|
Binary file
|
|
@@ -328,7 +328,7 @@ const fe = ["auto", "fit-content", "inherit", "initial", "max-content", "min-con
|
|
|
328
328
|
"--das-ui-input-error-color": "#FB2323"
|
|
329
329
|
}, we = {
|
|
330
330
|
共: { "zh-CN": "共", en: "Total" },
|
|
331
|
-
项: { "zh-CN": "项", en: "Item
|
|
331
|
+
项: { "zh-CN": "项", en: "Item" },
|
|
332
332
|
请输入: { "zh-CN": "请输入", en: "Please enter" }
|
|
333
333
|
};
|
|
334
334
|
pe(we);
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/input-dialog-select/style.css';
|
|
2
2
|
import { withInstall as q } from "@das-fed/utils/with-install/index";
|
|
3
|
-
import { defineComponent as G, ref as l, computed as
|
|
3
|
+
import { defineComponent as G, ref as l, computed as S, watch as J, nextTick as Q, openBlock as r, createElementBlock as i, mergeProps as U, createElementVNode as y, normalizeClass as X, unref as a, toDisplayString as h, withDirectives as Y, createCommentVNode as k, Fragment as x, withModifiers as ee, createVNode as te, createBlock as oe, Teleport as le, normalizeStyle as E } from "vue";
|
|
4
4
|
import { DasAutoRegisterIcon as ae, DasIcon as re } from "@das-fed/ui/packages/components/icon/index";
|
|
5
5
|
import { vDasTooltip as se } from "@das-fed/ui/packages/components/text-tooltip/index";
|
|
6
6
|
import { getVarValue as F, setThemeRule as ie } from "@das-fed/web/packages/theme/index";
|
|
@@ -18,7 +18,7 @@ const de = {
|
|
|
18
18
|
}, ce = { class: "das-input-dialog-select-label-content" }, fe = ["title"], ve = {
|
|
19
19
|
key: 1,
|
|
20
20
|
class: "das-input-dialog-select-overlay-error-label-content"
|
|
21
|
-
}, be = { class: "label" },
|
|
21
|
+
}, be = { class: "label" }, ge = /* @__PURE__ */ G({
|
|
22
22
|
__name: "Index",
|
|
23
23
|
props: {
|
|
24
24
|
modelValue: {},
|
|
@@ -41,15 +41,15 @@ const de = {
|
|
|
41
41
|
noSetDefaultVal: { type: Boolean }
|
|
42
42
|
},
|
|
43
43
|
emits: ["update:modelValue", "open-dialog", "clear-dialog", "update:selectedOptions", "change"],
|
|
44
|
-
setup(B, { emit:
|
|
44
|
+
setup(B, { emit: C }) {
|
|
45
45
|
ae({
|
|
46
46
|
search: import("@das-fed/ui/packages/icons/search")
|
|
47
47
|
});
|
|
48
|
-
const t = B, s =
|
|
48
|
+
const t = B, s = C, M = l(!1), W = S(() => t.teleported), g = S(() => t.isView), K = S(() => `width:${t.width === "auto" ? "100%" : t.width}`);
|
|
49
49
|
let n = l("");
|
|
50
50
|
n.value = t.modelValue;
|
|
51
51
|
const d = l(null), u = l(null);
|
|
52
|
-
let
|
|
52
|
+
let z = l(""), w = l([]);
|
|
53
53
|
J(
|
|
54
54
|
() => t.selectedOptions,
|
|
55
55
|
(e, p) => {
|
|
@@ -59,23 +59,23 @@ const de = {
|
|
|
59
59
|
c = e;
|
|
60
60
|
else if (e instanceof Array) {
|
|
61
61
|
if (!(e != null && e.length) && !(p != null && p.length)) {
|
|
62
|
-
n.value =
|
|
62
|
+
n.value = g.value || t.disabled ? "-" : "";
|
|
63
63
|
return;
|
|
64
64
|
}
|
|
65
|
-
v = e.map((
|
|
66
|
-
const o =
|
|
65
|
+
v = e.map((m) => {
|
|
66
|
+
const o = m[t.optionsLabelKey];
|
|
67
67
|
if (!(o === null || typeof o > "u" || o === ""))
|
|
68
68
|
return o;
|
|
69
|
-
}), f = e.map((
|
|
70
|
-
const o =
|
|
69
|
+
}), f = e.map((m) => {
|
|
70
|
+
const o = m[t.optionsValueKey];
|
|
71
71
|
if (!(o === null || typeof o > "u" || o === ""))
|
|
72
72
|
return o;
|
|
73
73
|
}), c = v.join("、");
|
|
74
74
|
}
|
|
75
75
|
const L = t.noSetDefaultVal ? "" : "-";
|
|
76
|
-
n.value = (
|
|
77
|
-
var
|
|
78
|
-
((
|
|
76
|
+
n.value = (g.value || t.disabled) && b(c) ? L : c, w.value = f, f.length || (z.value = ""), s("update:modelValue", w.value), s("change", w.value, t.selectedOptions), Q(() => {
|
|
77
|
+
var m, o, T, $;
|
|
78
|
+
((m = d == null ? void 0 : d.value) == null ? void 0 : m.offsetWidth) > 0 && ((o = u == null ? void 0 : u.value) == null ? void 0 : o.offsetWidth) > 0 && ((T = u == null ? void 0 : u.value) == null ? void 0 : T.offsetWidth) > (($ = d == null ? void 0 : d.value) == null ? void 0 : $.offsetWidth) - 20 && v.length > 1 ? z.value = f.length > 0 ? `${V("共")}${v.length}${V("项")}` : "" : z.value = "";
|
|
79
79
|
});
|
|
80
80
|
},
|
|
81
81
|
{
|
|
@@ -86,22 +86,22 @@ const de = {
|
|
|
86
86
|
const D = l(), I = l({
|
|
87
87
|
x: 0,
|
|
88
88
|
y: 0
|
|
89
|
-
}),
|
|
89
|
+
}), O = l(0), R = l({
|
|
90
90
|
"font-size": "12px",
|
|
91
91
|
"background-color": F("--das-ui-input-number-overlay-error-bg-color").value,
|
|
92
92
|
"box-shadow": "0px 4px 10px 0px rgba(0, 0, 0, 0.2)",
|
|
93
93
|
"border-radius": "1px",
|
|
94
94
|
padding: "2px 8px",
|
|
95
95
|
"box-sizing": "border-box"
|
|
96
|
-
}),
|
|
97
|
-
...
|
|
98
|
-
width:
|
|
96
|
+
}), _ = S(() => ({
|
|
97
|
+
...R.value,
|
|
98
|
+
width: O.value + "px",
|
|
99
99
|
position: "fixed",
|
|
100
100
|
visibility: "visible",
|
|
101
101
|
top: I.value.y + "px",
|
|
102
102
|
left: I.value.x + "px",
|
|
103
103
|
"z-index": t.errorModelZIndex
|
|
104
|
-
})),
|
|
104
|
+
})), N = l({
|
|
105
105
|
display: "block",
|
|
106
106
|
color: F("--das-ui-input-error-color").value,
|
|
107
107
|
"white-space": "break-spaces",
|
|
@@ -109,15 +109,15 @@ const de = {
|
|
|
109
109
|
}), P = () => {
|
|
110
110
|
s("open-dialog");
|
|
111
111
|
}, A = () => {
|
|
112
|
-
|
|
112
|
+
z.value = "", n.value = "", s("update:selectedOptions", []), s("update:modelValue", []), s("clear-dialog"), s("change", [], []);
|
|
113
113
|
}, Z = () => {
|
|
114
114
|
var f, v, L;
|
|
115
115
|
const { top: e, left: p } = (f = D.value) == null ? void 0 : f.getBoundingClientRect(), c = (v = D.value) == null ? void 0 : v.clientHeight;
|
|
116
|
-
|
|
116
|
+
O.value = (L = D.value) == null ? void 0 : L.clientWidth, I.value.x = p, I.value.y = e + c;
|
|
117
117
|
}, j = () => {
|
|
118
|
-
|
|
118
|
+
M.value = !0, Z();
|
|
119
119
|
}, H = () => {
|
|
120
|
-
|
|
120
|
+
M.value = !1;
|
|
121
121
|
};
|
|
122
122
|
return (e, p) => (r(), i(
|
|
123
123
|
"div",
|
|
@@ -135,12 +135,12 @@ const de = {
|
|
|
135
135
|
{ "auto-size": e.size === "auto" },
|
|
136
136
|
{ "small-size": e.size === "small" },
|
|
137
137
|
{ "table-size": e.size === "table" },
|
|
138
|
-
{ isview:
|
|
138
|
+
{ isview: g.value },
|
|
139
139
|
{ disabled: e.disabled }
|
|
140
140
|
]
|
|
141
141
|
}),
|
|
142
142
|
[
|
|
143
|
-
|
|
143
|
+
y(
|
|
144
144
|
"div",
|
|
145
145
|
{
|
|
146
146
|
ref_key: "dialogTextWrap",
|
|
@@ -153,34 +153,34 @@ const de = {
|
|
|
153
153
|
])
|
|
154
154
|
},
|
|
155
155
|
[
|
|
156
|
-
a(b)(a(n)) && !a(b)(e.placeholder) && !
|
|
156
|
+
a(b)(a(n)) && !a(b)(e.placeholder) && !g.value && !e.disabled ? (r(), i(
|
|
157
157
|
"div",
|
|
158
158
|
de,
|
|
159
|
-
|
|
159
|
+
h(e.placeholder),
|
|
160
160
|
1
|
|
161
161
|
/* TEXT */
|
|
162
162
|
)) : Y((r(), i("div", ue, [
|
|
163
|
-
|
|
163
|
+
y(
|
|
164
164
|
"span",
|
|
165
165
|
{
|
|
166
166
|
ref_key: "dialogText",
|
|
167
167
|
ref: u
|
|
168
168
|
},
|
|
169
|
-
|
|
169
|
+
h(a(n)),
|
|
170
170
|
513
|
|
171
171
|
/* TEXT, NEED_PATCH */
|
|
172
172
|
)
|
|
173
173
|
])), [
|
|
174
174
|
[a(se)]
|
|
175
175
|
]),
|
|
176
|
-
|
|
176
|
+
g.value ? k("v-if", !0) : (r(), i(
|
|
177
177
|
"span",
|
|
178
178
|
pe,
|
|
179
|
-
|
|
179
|
+
h(a(z)),
|
|
180
180
|
1
|
|
181
181
|
/* TEXT */
|
|
182
182
|
)),
|
|
183
|
-
!
|
|
183
|
+
!g.value && !e.disabled ? (r(), i(
|
|
184
184
|
x,
|
|
185
185
|
{ key: 3 },
|
|
186
186
|
[
|
|
@@ -202,15 +202,15 @@ const de = {
|
|
|
202
202
|
2
|
|
203
203
|
/* CLASS */
|
|
204
204
|
),
|
|
205
|
-
|
|
205
|
+
y("div", ce, [
|
|
206
206
|
e.error && e.errorLabel && e.errorMode === "default" ? (r(), i("span", {
|
|
207
207
|
key: 0,
|
|
208
208
|
class: "das-input-dialog-select-error-label",
|
|
209
209
|
title: e.errorLabel
|
|
210
|
-
},
|
|
210
|
+
}, h(e.errorLabel), 9, fe)) : k("v-if", !0)
|
|
211
211
|
]),
|
|
212
212
|
k(" 错误状态 "),
|
|
213
|
-
e.error && e.errorLabel &&
|
|
213
|
+
e.error && e.errorLabel && M.value && e.errorMode === "overlay" ? (r(), i(
|
|
214
214
|
x,
|
|
215
215
|
{ key: 0 },
|
|
216
216
|
[
|
|
@@ -218,18 +218,18 @@ const de = {
|
|
|
218
218
|
key: 0,
|
|
219
219
|
to: "body"
|
|
220
220
|
}, [
|
|
221
|
-
|
|
221
|
+
y(
|
|
222
222
|
"div",
|
|
223
223
|
{
|
|
224
|
-
style: E(
|
|
224
|
+
style: E(_.value)
|
|
225
225
|
},
|
|
226
226
|
[
|
|
227
|
-
|
|
227
|
+
y(
|
|
228
228
|
"span",
|
|
229
229
|
{
|
|
230
|
-
style: E(
|
|
230
|
+
style: E(N.value)
|
|
231
231
|
},
|
|
232
|
-
|
|
232
|
+
h(e.errorLabel),
|
|
233
233
|
5
|
|
234
234
|
/* TEXT, STYLE */
|
|
235
235
|
)
|
|
@@ -238,10 +238,10 @@ const de = {
|
|
|
238
238
|
/* STYLE */
|
|
239
239
|
)
|
|
240
240
|
])) : (r(), i("div", ve, [
|
|
241
|
-
|
|
241
|
+
y(
|
|
242
242
|
"span",
|
|
243
243
|
be,
|
|
244
|
-
|
|
244
|
+
h(e.errorLabel),
|
|
245
245
|
1
|
|
246
246
|
/* TEXT */
|
|
247
247
|
)
|
|
@@ -255,14 +255,12 @@ const de = {
|
|
|
255
255
|
/* FULL_PROPS */
|
|
256
256
|
));
|
|
257
257
|
}
|
|
258
|
-
}),
|
|
258
|
+
}), me = (B, C) => {
|
|
259
259
|
const t = B.__vccOpts || B;
|
|
260
|
-
for (const [s,
|
|
261
|
-
t[s] =
|
|
260
|
+
for (const [s, M] of C)
|
|
261
|
+
t[s] = M;
|
|
262
262
|
return t;
|
|
263
|
-
},
|
|
264
|
-
"demo-msg": { "zh-CN": "这是第一个示例路由页面", en: "This is the first sample route page" }
|
|
265
|
-
}, ke = {
|
|
263
|
+
}, ye = /* @__PURE__ */ me(ge, [["__scopeId", "data-v-788fc540"]]), he = {}, ke = {
|
|
266
264
|
"--demo-alert-bg": {
|
|
267
265
|
light: "#fff",
|
|
268
266
|
dark: "rgba(255,255,255,.2)"
|
|
@@ -278,10 +276,10 @@ const de = {
|
|
|
278
276
|
"--das-ui-input-number-overlay-error-bg-color": "#FFDBE0",
|
|
279
277
|
"--das-ui-input-error-color": "#FB2323"
|
|
280
278
|
};
|
|
281
|
-
ne(
|
|
279
|
+
ne(he);
|
|
282
280
|
ie(ke);
|
|
283
|
-
const
|
|
281
|
+
const Ce = q(ye);
|
|
284
282
|
export {
|
|
285
|
-
|
|
286
|
-
|
|
283
|
+
Ce as DasInputDialogSelect,
|
|
284
|
+
Ce as default
|
|
287
285
|
};
|
|
Binary file
|
|
@@ -1,14 +1,10 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
加载中: {
|
|
3
|
-
|
|
3
|
+
'zh-CN': string;
|
|
4
4
|
en: string;
|
|
5
5
|
};
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
en: string;
|
|
9
|
-
};
|
|
10
|
-
请点击重试: {
|
|
11
|
-
"zh-CN": string;
|
|
6
|
+
'das-ui-live-player-videoLoadFailedRetry': {
|
|
7
|
+
'zh-CN': string;
|
|
12
8
|
en: string;
|
|
13
9
|
};
|
|
14
10
|
};
|
|
@@ -4363,7 +4363,7 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
|
|
|
4363
4363
|
emits: ["loaded", "errorClick"],
|
|
4364
4364
|
setup(Ie, { expose: Ye, emit: fe }) {
|
|
4365
4365
|
Jt((h) => ({
|
|
4366
|
-
"
|
|
4366
|
+
"600c0879": G.value
|
|
4367
4367
|
}));
|
|
4368
4368
|
const Z = Ie, O = fe;
|
|
4369
4369
|
let U;
|
|
@@ -4372,7 +4372,7 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
|
|
|
4372
4372
|
loadingText: m = At("加载中"),
|
|
4373
4373
|
loading: b = !1,
|
|
4374
4374
|
error: v = !1,
|
|
4375
|
-
errorText: f = At("
|
|
4375
|
+
errorText: f = At("das-ui-live-player-videoLoadFailedRetry")
|
|
4376
4376
|
} = Zt(Z), L = ot(() => Z.src || ""), x = ot(() => {
|
|
4377
4377
|
const h = L.value.split(".").pop() || void 0;
|
|
4378
4378
|
return Z.type ?? h ?? "flv";
|
|
@@ -4445,10 +4445,12 @@ const Rt = /* @__PURE__ */ di(_i), hi = ["element-loading-text", "element-loadin
|
|
|
4445
4445
|
for (const [Z, O] of Ye)
|
|
4446
4446
|
fe[Z] = O;
|
|
4447
4447
|
return fe;
|
|
4448
|
-
}, ui = /* @__PURE__ */ li(ci, [["__scopeId", "data-v-
|
|
4448
|
+
}, ui = /* @__PURE__ */ li(ci, [["__scopeId", "data-v-70d5eba5"]]), fi = {
|
|
4449
4449
|
加载中: { "zh-CN": "加载中", en: "Loading" },
|
|
4450
|
-
|
|
4451
|
-
|
|
4450
|
+
"das-ui-live-player-videoLoadFailedRetry": {
|
|
4451
|
+
"zh-CN": "视频加载失败,请点击重试",
|
|
4452
|
+
en: "Video loading failed. Please click to retry"
|
|
4453
|
+
}
|
|
4452
4454
|
};
|
|
4453
4455
|
oi(fi);
|
|
4454
4456
|
const Si = ri(ui), Ei = () => Xe(null);
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-live-player[data-v-
|
|
1
|
+
.das-live-player[data-v-70d5eba5]{height:100%;width:100%;min-width:10px;min-height:10px;position:relative}.das-live-player .video[data-v-70d5eba5]{width:100%;height:100%;object-fit:fill;background:#000}.das-live-player .error[data-v-70d5eba5]{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#409eff;font-size:12px;cursor:pointer;background:var(--600c0879)}
|
|
@@ -320,9 +320,7 @@ const Y = function(t = {}) {
|
|
|
320
320
|
"--das-ui-loading-logo-4-color": "#a06eff",
|
|
321
321
|
"--das-ui-loading-logo-5-color": "#5582f3",
|
|
322
322
|
"--das-ui-loading-logo-6-color": "#ebebeb"
|
|
323
|
-
}, Pe = {
|
|
324
|
-
加载: { "zh-CN": "加载", en: "Loading" }
|
|
325
|
-
};
|
|
323
|
+
}, Pe = { 加载: { "zh-CN": "加载", en: "Loading" } };
|
|
326
324
|
re(Pe);
|
|
327
325
|
ce(Te);
|
|
328
326
|
const Ke = {
|
|
Binary file
|
|
@@ -1,22 +1,18 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
第三方地图配置参数错误或地址信息无效: {
|
|
3
|
-
"zh-CN": string;
|
|
4
|
-
en: string;
|
|
5
|
-
};
|
|
6
|
-
请检查后再重试: {
|
|
7
|
-
"zh-CN": string;
|
|
8
|
-
en: string;
|
|
9
|
-
};
|
|
10
2
|
请输入位置: {
|
|
11
|
-
|
|
3
|
+
'zh-CN': string;
|
|
12
4
|
en: string;
|
|
13
5
|
};
|
|
14
6
|
获取地图配置信息失败: {
|
|
15
|
-
|
|
7
|
+
'zh-CN': string;
|
|
16
8
|
en: string;
|
|
17
9
|
};
|
|
18
10
|
暂未配置地图: {
|
|
19
|
-
|
|
11
|
+
'zh-CN': string;
|
|
12
|
+
en: string;
|
|
13
|
+
};
|
|
14
|
+
thirdPartyMapErrorRetry: {
|
|
15
|
+
'zh-CN': string;
|
|
20
16
|
en: string;
|
|
21
17
|
};
|
|
22
18
|
};
|