@das-fed/upf-ui 6.4.0-dev.249 → 6.4.0-dev.251
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/front-end/i18n/front-end-page/dasui_en-US.js +1 -1
- package/front-end/i18n/front-end-page/dasui_zh-CN.js +1 -1
- package/front-end/i18n/front-end-page/dasui_zh-MO.js +1 -1
- package/package.json +3 -3
- package/packages/business-components/process-search-form/hooks/useSearchOptions.d.ts +2 -2
- package/packages/components/button/index.js +260 -216
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/button/style.css +1 -1
- package/packages/components/button/style.css.gz +0 -0
- package/packages/components/checkbox/index.d.ts +9 -9
- package/packages/components/checkbox/src/Index.vue.d.ts +1 -1
- package/packages/components/date-picker/index.js +637 -636
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- package/packages/components/input/index.js +782 -777
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +1 -1
- package/packages/components/input/src/type.d.ts +2 -2
- package/packages/components/input/style.css +1 -1
- package/packages/components/input/style.css.gz +0 -0
- package/packages/components/loading/index.js +176 -174
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/progress/index.js +207 -213
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/style.css +1 -1
- package/packages/components/progress/style.css.gz +0 -0
- package/packages/components/radio/index.d.ts +9 -9
- package/packages/components/radio/src/Index.vue.d.ts +1 -1
- package/packages/components/search-form/index.js +124 -124
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
- package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
- package/packages/components/search-form/src/hooks/searchFormItem.d.ts +1 -1
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/index.js +139 -138
- 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/spin/index.js +46 -52
- package/packages/components/spin/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-v2/index.js +1080 -1075
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/components/tree-v2/style.css +1 -1
- package/packages/components/tree-v2/style.css.gz +0 -0
- package/packages/components/virtual-tree/index.js +99 -105
- package/packages/components/virtual-tree/index.js.gz +0 -0
|
@@ -1,59 +1,56 @@
|
|
|
1
|
-
import { withInstall as
|
|
2
|
-
import {
|
|
3
|
-
import "element-plus
|
|
4
|
-
import "
|
|
5
|
-
import "element-plus/es/components/icon/style/css";
|
|
6
|
-
import { defineComponent as _, openBlock as t, createElementBlock as r, createElementVNode as v, useCssVars as O, computed as n, ref as R, normalizeStyle as P, createVNode as V, mergeProps as j, withCtx as b, createCommentVNode as l, renderSlot as q, Fragment as G, toDisplayString as u, createBlock as y, unref as h, normalizeClass as E } from "vue";
|
|
7
|
-
import { DasAutoRegisterIcon as H, DasIcon as I } from "@das-fed/upf-ui/packages/components/icon/index";
|
|
1
|
+
import { withInstall as D } from "@das-fed/upf-utils/with-install/index";
|
|
2
|
+
import { defineComponent as k, openBlock as t, createElementBlock as o, createElementVNode as d, useCssVars as N, computed as n, ref as S, normalizeStyle as P, createVNode as V, unref as v, mergeProps as W, withCtx as b, createCommentVNode as r, renderSlot as F, Fragment as O, toDisplayString as c, createBlock as h, normalizeClass as E } from "vue";
|
|
3
|
+
import { ElProgress as R, ElIcon as j } from "element-plus";
|
|
4
|
+
import { DasAutoRegisterIcon as q, DasIcon as I } from "@das-fed/upf-ui/packages/components/icon/index";
|
|
8
5
|
import { t as w } from "@das-fed/upf-web/packages/i18n/index"
|
|
9
6
|
import '@das-fed/upf-ui/packages/components/progress/style.css';
|
|
10
7
|
;
|
|
11
8
|
/*! Element Plus Icons Vue v2.3.2 */
|
|
12
|
-
var
|
|
9
|
+
var G = /* @__PURE__ */ k({
|
|
13
10
|
name: "CloseBold",
|
|
14
11
|
__name: "close-bold",
|
|
15
12
|
setup(s) {
|
|
16
|
-
return (
|
|
13
|
+
return (f, e) => (t(), o("svg", {
|
|
17
14
|
xmlns: "http://www.w3.org/2000/svg",
|
|
18
15
|
viewBox: "0 0 1024 1024"
|
|
19
16
|
}, [
|
|
20
|
-
|
|
17
|
+
d("path", {
|
|
21
18
|
fill: "currentColor",
|
|
22
19
|
d: "M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496"
|
|
23
20
|
})
|
|
24
21
|
]));
|
|
25
22
|
}
|
|
26
|
-
}),
|
|
23
|
+
}), H = G, J = /* @__PURE__ */ k({
|
|
27
24
|
name: "Select",
|
|
28
25
|
__name: "select",
|
|
29
26
|
setup(s) {
|
|
30
|
-
return (
|
|
27
|
+
return (f, e) => (t(), o("svg", {
|
|
31
28
|
xmlns: "http://www.w3.org/2000/svg",
|
|
32
29
|
viewBox: "0 0 1024 1024"
|
|
33
30
|
}, [
|
|
34
|
-
|
|
31
|
+
d("path", {
|
|
35
32
|
fill: "currentColor",
|
|
36
33
|
d: "M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496"
|
|
37
34
|
})
|
|
38
35
|
]));
|
|
39
36
|
}
|
|
40
|
-
}),
|
|
41
|
-
const
|
|
37
|
+
}), K = J;
|
|
38
|
+
const Q = {
|
|
42
39
|
key: 0,
|
|
43
40
|
class: "percentage-color"
|
|
44
|
-
},
|
|
41
|
+
}, U = { key: 0 }, X = { class: "percentage-value" }, Y = { key: 1 }, Z = { class: "percentage-value" }, ee = { key: 1 }, te = {
|
|
45
42
|
key: 0,
|
|
46
43
|
class: "end-text"
|
|
47
|
-
},
|
|
44
|
+
}, se = {
|
|
48
45
|
key: 1,
|
|
49
46
|
class: "end-text"
|
|
50
|
-
},
|
|
47
|
+
}, le = {
|
|
51
48
|
key: 0,
|
|
52
49
|
class: "line-left"
|
|
53
|
-
},
|
|
50
|
+
}, re = { key: 1 }, oe = { key: 2 }, ae = {
|
|
54
51
|
key: 1,
|
|
55
52
|
class: "tip-circle"
|
|
56
|
-
},
|
|
53
|
+
}, ne = /* @__PURE__ */ k({
|
|
57
54
|
__name: "Index",
|
|
58
55
|
props: {
|
|
59
56
|
modelValue: { default: 0 },
|
|
@@ -71,19 +68,19 @@ const X = {
|
|
|
71
68
|
showEndText: { type: Boolean, default: !1 },
|
|
72
69
|
singleTipPosition: { default: "" }
|
|
73
70
|
},
|
|
74
|
-
setup(s, { expose:
|
|
75
|
-
|
|
76
|
-
|
|
71
|
+
setup(s, { expose: f }) {
|
|
72
|
+
N((a) => ({
|
|
73
|
+
v8adf965e: A.value
|
|
77
74
|
}));
|
|
78
75
|
const e = s;
|
|
79
|
-
|
|
76
|
+
q({
|
|
80
77
|
success: import("@das-fed/upf-ui/packages/icons/success"),
|
|
81
78
|
reload: import("@das-fed/upf-ui/packages/icons/reload")
|
|
82
79
|
});
|
|
83
|
-
const g = n(() => e.textMap ?? [w("正在加载中..."), w("加载失败"), w("加载成功")]), i = n(() => e.tipType === "percentage" ? 100 : e.percentages),
|
|
80
|
+
const g = n(() => e.textMap ?? [w("正在加载中..."), w("加载失败"), w("加载成功")]), i = n(() => e.tipType === "percentage" ? 100 : e.percentages), u = n(() => {
|
|
84
81
|
let a = e.modelValue;
|
|
85
82
|
return a < 0 && (a = 0), a > i.value && (a = i.value), a;
|
|
86
|
-
}), L = n(() => e.tipType === "percentage" ?
|
|
83
|
+
}), L = n(() => e.tipType === "percentage" ? u.value : u.value !== 0 ? Number(u.value / i.value) * 100 : 0), l = n(() => !e.status || e.status === "normal" ? i.value > 0 && u.value === i.value ? "success" : "normal" : e.status), M = n(() => {
|
|
87
84
|
if (e.strokeWidth)
|
|
88
85
|
return e.strokeWidth;
|
|
89
86
|
if (e.type === "line") return 8;
|
|
@@ -97,199 +94,196 @@ const X = {
|
|
|
97
94
|
normal: "var(--upf-color-primary)",
|
|
98
95
|
success: "var(--upf-color-success)",
|
|
99
96
|
exception: "var(--upf-color-error)"
|
|
100
|
-
}, x = n(() => m[
|
|
97
|
+
}, x = n(() => m[l.value] || m.normal), A = n(() => l.value === "normal" ? "var(--upf-text-secondary)" : m[l.value] || m.normal), T = n(() => {
|
|
101
98
|
let a = 1;
|
|
102
|
-
return
|
|
99
|
+
return l.value === "normal" && (a = 0), l.value === "exception" && (a = 1), l.value === "success" && (a = 2), g.value[a];
|
|
103
100
|
}), $ = n(() => {
|
|
104
|
-
if (["success", "exception"].includes(
|
|
105
|
-
if (
|
|
101
|
+
if (["success", "exception"].includes(l.value)) return "center";
|
|
102
|
+
if (y.value && p.value) return "";
|
|
106
103
|
if (e.singleTipPosition) return e.singleTipPosition;
|
|
107
|
-
if (!
|
|
108
|
-
if (
|
|
109
|
-
}), p = n(() => ["success", "exception"].includes(
|
|
110
|
-
return
|
|
111
|
-
$progress:
|
|
112
|
-
}), (a, B) =>
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
"
|
|
116
|
-
{
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"
|
|
123
|
-
{
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
default
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
/* STYLE */
|
|
283
|
-
);
|
|
284
|
-
};
|
|
104
|
+
if (!y.value && p.value) return "right";
|
|
105
|
+
if (y.value && !p.value) return "left";
|
|
106
|
+
}), p = n(() => ["success", "exception"].includes(l.value) ? !1 : e.showProcessTip), y = n(() => e.showTextTip), _ = S(null);
|
|
107
|
+
return f({
|
|
108
|
+
$progress: _
|
|
109
|
+
}), (a, B) => (t(), o(
|
|
110
|
+
"div",
|
|
111
|
+
{
|
|
112
|
+
class: "das-ui-progress",
|
|
113
|
+
style: P({ display: s.type == "circle" ? "inline-block" : "block" })
|
|
114
|
+
},
|
|
115
|
+
[
|
|
116
|
+
d(
|
|
117
|
+
"div",
|
|
118
|
+
{
|
|
119
|
+
class: "percentage-graph",
|
|
120
|
+
style: P({ width: s.type == "circle" ? s.width + "px" : "100%" })
|
|
121
|
+
},
|
|
122
|
+
[
|
|
123
|
+
V(v(R), W({
|
|
124
|
+
ref_key: "$progress",
|
|
125
|
+
ref: _,
|
|
126
|
+
class: {
|
|
127
|
+
showLoading: e.showAnimation && e.type === "line" && l.value === "normal" && !a.$attrs.indeterminate
|
|
128
|
+
},
|
|
129
|
+
type: s.type
|
|
130
|
+
}, a.$attrs, {
|
|
131
|
+
color: x.value,
|
|
132
|
+
percentage: L.value,
|
|
133
|
+
width: s.width,
|
|
134
|
+
"stroke-width": M.value,
|
|
135
|
+
"show-text": z.value
|
|
136
|
+
}), {
|
|
137
|
+
default: b(({ percentage: C }) => [
|
|
138
|
+
r(" @slot 默认插槽 "),
|
|
139
|
+
F(a.$slots, "default", { percentage: C }, () => [
|
|
140
|
+
e.type === "circle" ? (t(), o(
|
|
141
|
+
O,
|
|
142
|
+
{ key: 0 },
|
|
143
|
+
[
|
|
144
|
+
l.value === "normal" ? (t(), o("div", Q, [
|
|
145
|
+
s.tipType === "percentage" ? (t(), o("div", U, [
|
|
146
|
+
d(
|
|
147
|
+
"span",
|
|
148
|
+
X,
|
|
149
|
+
c(C),
|
|
150
|
+
1
|
|
151
|
+
/* TEXT */
|
|
152
|
+
),
|
|
153
|
+
B[0] || (B[0] = d(
|
|
154
|
+
"span",
|
|
155
|
+
null,
|
|
156
|
+
"%",
|
|
157
|
+
-1
|
|
158
|
+
/* CACHED */
|
|
159
|
+
))
|
|
160
|
+
])) : r("v-if", !0),
|
|
161
|
+
s.tipType === "score" ? (t(), o("div", Y, [
|
|
162
|
+
d(
|
|
163
|
+
"span",
|
|
164
|
+
Z,
|
|
165
|
+
c(u.value + "/" + i.value),
|
|
166
|
+
1
|
|
167
|
+
/* TEXT */
|
|
168
|
+
)
|
|
169
|
+
])) : r("v-if", !0)
|
|
170
|
+
])) : (t(), o("div", ee, [
|
|
171
|
+
V(v(j), { size: 40 }, {
|
|
172
|
+
default: b(() => [
|
|
173
|
+
l.value === "success" ? (t(), h(v(K), {
|
|
174
|
+
key: 0,
|
|
175
|
+
color: x.value
|
|
176
|
+
}, null, 8, ["color"])) : r("v-if", !0),
|
|
177
|
+
l.value === "exception" ? (t(), h(v(H), {
|
|
178
|
+
key: 1,
|
|
179
|
+
color: x.value
|
|
180
|
+
}, null, 8, ["color"])) : r("v-if", !0)
|
|
181
|
+
]),
|
|
182
|
+
_: 1
|
|
183
|
+
/* STABLE */
|
|
184
|
+
})
|
|
185
|
+
]))
|
|
186
|
+
],
|
|
187
|
+
64
|
|
188
|
+
/* STABLE_FRAGMENT */
|
|
189
|
+
)) : r("v-if", !0)
|
|
190
|
+
], !0)
|
|
191
|
+
]),
|
|
192
|
+
_: 3
|
|
193
|
+
/* FORWARDED */
|
|
194
|
+
}, 16, ["class", "type", "color", "percentage", "width", "stroke-width", "show-text"]),
|
|
195
|
+
e.type === "line" ? (t(), o(
|
|
196
|
+
"div",
|
|
197
|
+
{
|
|
198
|
+
key: 0,
|
|
199
|
+
class: E(["line-icon", l.value])
|
|
200
|
+
},
|
|
201
|
+
[
|
|
202
|
+
s.tipType === "percentage" && s.showEndText && l.value === "normal" ? (t(), o(
|
|
203
|
+
"span",
|
|
204
|
+
te,
|
|
205
|
+
c(u.value) + "%",
|
|
206
|
+
1
|
|
207
|
+
/* TEXT */
|
|
208
|
+
)) : r("v-if", !0),
|
|
209
|
+
s.tipType === "score" && s.showEndText && l.value === "normal" ? (t(), o(
|
|
210
|
+
"span",
|
|
211
|
+
se,
|
|
212
|
+
c(u.value + "/" + i.value),
|
|
213
|
+
1
|
|
214
|
+
/* TEXT */
|
|
215
|
+
)) : r("v-if", !0),
|
|
216
|
+
l.value === "success" ? (t(), h(v(I), {
|
|
217
|
+
key: 2,
|
|
218
|
+
icon: "success",
|
|
219
|
+
"icon-color": "#12AA53",
|
|
220
|
+
"custom-size": "14px"
|
|
221
|
+
})) : r("v-if", !0),
|
|
222
|
+
l.value === "exception" ? (t(), h(v(I), {
|
|
223
|
+
key: 3,
|
|
224
|
+
icon: "reload",
|
|
225
|
+
"icon-color": "red",
|
|
226
|
+
"custom-size": "16px"
|
|
227
|
+
})) : r("v-if", !0)
|
|
228
|
+
],
|
|
229
|
+
2
|
|
230
|
+
/* CLASS */
|
|
231
|
+
)) : r("v-if", !0)
|
|
232
|
+
],
|
|
233
|
+
4
|
|
234
|
+
/* STYLE */
|
|
235
|
+
),
|
|
236
|
+
e.type === "line" && (y.value || p.value) ? (t(), o(
|
|
237
|
+
"div",
|
|
238
|
+
{
|
|
239
|
+
key: 0,
|
|
240
|
+
class: E(["tip-line", $.value])
|
|
241
|
+
},
|
|
242
|
+
[
|
|
243
|
+
y.value ? (t(), o(
|
|
244
|
+
"div",
|
|
245
|
+
le,
|
|
246
|
+
c(T.value),
|
|
247
|
+
1
|
|
248
|
+
/* TEXT */
|
|
249
|
+
)) : r("v-if", !0),
|
|
250
|
+
s.tipType === "percentage" && p.value ? (t(), o(
|
|
251
|
+
"div",
|
|
252
|
+
re,
|
|
253
|
+
c(u.value) + "%",
|
|
254
|
+
1
|
|
255
|
+
/* TEXT */
|
|
256
|
+
)) : r("v-if", !0),
|
|
257
|
+
s.tipType === "score" && p.value ? (t(), o(
|
|
258
|
+
"div",
|
|
259
|
+
oe,
|
|
260
|
+
c(u.value + "/" + i.value),
|
|
261
|
+
1
|
|
262
|
+
/* TEXT */
|
|
263
|
+
)) : r("v-if", !0)
|
|
264
|
+
],
|
|
265
|
+
2
|
|
266
|
+
/* CLASS */
|
|
267
|
+
)) : r("v-if", !0),
|
|
268
|
+
e.type === "circle" ? (t(), o(
|
|
269
|
+
"div",
|
|
270
|
+
ae,
|
|
271
|
+
c(T.value),
|
|
272
|
+
1
|
|
273
|
+
/* TEXT */
|
|
274
|
+
)) : r("v-if", !0)
|
|
275
|
+
],
|
|
276
|
+
4
|
|
277
|
+
/* STYLE */
|
|
278
|
+
));
|
|
285
279
|
}
|
|
286
|
-
}),
|
|
280
|
+
}), ie = (s, f) => {
|
|
287
281
|
const e = s.__vccOpts || s;
|
|
288
|
-
for (const [g, i] of
|
|
282
|
+
for (const [g, i] of f)
|
|
289
283
|
e[g] = i;
|
|
290
284
|
return e;
|
|
291
|
-
},
|
|
285
|
+
}, ue = /* @__PURE__ */ ie(ne, [["__scopeId", "data-v-3773e9ed"]]), ye = D(ue);
|
|
292
286
|
export {
|
|
293
|
-
|
|
294
|
-
|
|
287
|
+
ye as DasProgress,
|
|
288
|
+
ye as default
|
|
295
289
|
};
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.das-ui-progress[data-v-
|
|
1
|
+
@charset "UTF-8";.das-ui-progress[data-v-3773e9ed] .el-progress-bar__outer{background-color:var(--upf-bg-secondary)}.das-ui-progress[data-v-3773e9ed] svg path:first-child{stroke:var(--upf-bg-secondary)}.das-ui-progress .percentage-graph[data-v-3773e9ed]{margin:0 auto;position:relative}.das-ui-progress .percentage-graph .line-icon[data-v-3773e9ed]{position:absolute;top:50%;right:-9px;transform:translate(100%,-50%)}.das-ui-progress .percentage-graph .line-icon.normal[data-v-3773e9ed]{display:flex;align-items:center}.das-ui-progress .percentage-graph .line-icon.normal .end-text[data-v-3773e9ed]{font-family:Arial;font-size:16px;font-weight:400;line-height:1px;text-align:right;letter-spacing:0px;color:var(--upf-text-primary)}.das-ui-progress .percentage-color[data-v-3773e9ed]{color:var(--upf-text-primary)}.das-ui-progress .percentage-value[data-v-3773e9ed]{font-size:26px}.das-ui-progress .tip-line[data-v-3773e9ed]{margin-top:12px;color:var(--upf-text-primary);display:flex;justify-content:space-between;font-size:16px;font-weight:400;line-height:24px;letter-spacing:0px}.das-ui-progress .tip-line .line-left[data-v-3773e9ed]{max-width:65%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.das-ui-progress .tip-line.center[data-v-3773e9ed]{justify-content:center}.das-ui-progress .tip-line.left[data-v-3773e9ed]{justify-content:flex-start}.das-ui-progress .tip-line.right[data-v-3773e9ed]{justify-content:flex-end}.das-ui-progress .tip-circle[data-v-3773e9ed]{font-size:16px;text-align:center;color:var(--v8adf965e);margin-top:2px}.das-ui-progress .showLoading[data-v-3773e9ed] .el-progress-bar__inner{overflow:hidden}.das-ui-progress .showLoading[data-v-3773e9ed] .el-progress-bar__inner:before{content:"";display:block;position:absolute;width:107px;height:100%;border-radius:4px;right:100%;background:linear-gradient(270deg,color-mix(in srgb,var(--upf-color-primary) 55%,var(--upf-bg-primary) 45%) 34%,var(--upf-color-primary) 100%);animation:loading-3773e9ed 3s ease 0s infinite}@keyframes loading-3773e9ed{0%{right:100%}80%{right:-107px}to{right:-107px}}
|
|
Binary file
|
|
@@ -43,8 +43,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
43
43
|
"update:modelValue": (n: any) => any;
|
|
44
44
|
}, string, {
|
|
45
45
|
options: any[];
|
|
46
|
-
disabled: boolean;
|
|
47
46
|
name: string;
|
|
47
|
+
disabled: boolean;
|
|
48
48
|
modelValue: any;
|
|
49
49
|
isView: boolean;
|
|
50
50
|
noSetDefaultVal: boolean;
|
|
@@ -74,8 +74,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
74
74
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
75
75
|
} & Readonly<{
|
|
76
76
|
options: any[];
|
|
77
|
-
disabled: boolean;
|
|
78
77
|
name: string;
|
|
78
|
+
disabled: boolean;
|
|
79
79
|
modelValue: any;
|
|
80
80
|
isView: boolean;
|
|
81
81
|
noSetDefaultVal: boolean;
|
|
@@ -86,7 +86,7 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
86
86
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
87
87
|
onChange?: ((e: any) => any) | undefined;
|
|
88
88
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
89
|
-
}>, "options" | "
|
|
89
|
+
}>, "options" | "name" | "disabled" | "modelValue" | "isView" | "noSetDefaultVal" | "optionType" | "defaultProps" | "layout" | "radioType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
90
90
|
$slots: {
|
|
91
91
|
default?: (props: {}) => any;
|
|
92
92
|
} & {
|
|
@@ -144,8 +144,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
144
144
|
"update:modelValue": (n: any) => any;
|
|
145
145
|
}, string, {
|
|
146
146
|
options: any[];
|
|
147
|
-
disabled: boolean;
|
|
148
147
|
name: string;
|
|
148
|
+
disabled: boolean;
|
|
149
149
|
modelValue: any;
|
|
150
150
|
isView: boolean;
|
|
151
151
|
noSetDefaultVal: boolean;
|
|
@@ -175,8 +175,8 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
175
175
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
176
176
|
} & Readonly<{
|
|
177
177
|
options: any[];
|
|
178
|
-
disabled: boolean;
|
|
179
178
|
name: string;
|
|
179
|
+
disabled: boolean;
|
|
180
180
|
modelValue: any;
|
|
181
181
|
isView: boolean;
|
|
182
182
|
noSetDefaultVal: boolean;
|
|
@@ -187,7 +187,7 @@ declare const DasRadioRef: () => import("vue").Ref<({
|
|
|
187
187
|
}> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
188
188
|
onChange?: ((e: any) => any) | undefined;
|
|
189
189
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
190
|
-
}>, "options" | "
|
|
190
|
+
}>, "options" | "name" | "disabled" | "modelValue" | "isView" | "noSetDefaultVal" | "optionType" | "defaultProps" | "layout" | "radioType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
|
191
191
|
$slots: {
|
|
192
192
|
default?: (props: {}) => any;
|
|
193
193
|
} & {
|
|
@@ -211,8 +211,8 @@ declare const DasRadio: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
211
211
|
"update:modelValue": (n: any) => any;
|
|
212
212
|
}, import("vue").PublicProps, {
|
|
213
213
|
options: any[];
|
|
214
|
-
disabled: boolean;
|
|
215
214
|
name: string;
|
|
215
|
+
disabled: boolean;
|
|
216
216
|
modelValue: any;
|
|
217
217
|
isView: boolean;
|
|
218
218
|
noSetDefaultVal: boolean;
|
|
@@ -232,8 +232,8 @@ declare const DasRadio: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
232
232
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
233
233
|
}>, {}, {}, {}, {}, {
|
|
234
234
|
options: any[];
|
|
235
|
-
disabled: boolean;
|
|
236
235
|
name: string;
|
|
236
|
+
disabled: boolean;
|
|
237
237
|
modelValue: any;
|
|
238
238
|
isView: boolean;
|
|
239
239
|
noSetDefaultVal: boolean;
|
|
@@ -253,8 +253,8 @@ declare const DasRadio: import("@das-fed/upf-utils").SFCWithInstall<{
|
|
|
253
253
|
"update:modelValue": (n: any) => any;
|
|
254
254
|
}, string, {
|
|
255
255
|
options: any[];
|
|
256
|
-
disabled: boolean;
|
|
257
256
|
name: string;
|
|
257
|
+
disabled: boolean;
|
|
258
258
|
modelValue: any;
|
|
259
259
|
isView: boolean;
|
|
260
260
|
noSetDefaultVal: boolean;
|
|
@@ -22,8 +22,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
|
|
|
22
22
|
"onUpdate:modelValue"?: ((n: any) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
options: any[];
|
|
25
|
-
disabled: boolean;
|
|
26
25
|
name: string;
|
|
26
|
+
disabled: boolean;
|
|
27
27
|
modelValue: any;
|
|
28
28
|
isView: boolean;
|
|
29
29
|
noSetDefaultVal: boolean;
|