@das-fed/upf-ui 6.4.0-dev.248 → 6.4.0-dev.250

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.
Files changed (58) hide show
  1. package/front-end/i18n/front-end-page/dasui_en-US.js +2 -2
  2. package/front-end/i18n/front-end-page/dasui_zh-CN.js +2 -2
  3. package/front-end/i18n/front-end-page/dasui_zh-MO.js +2 -2
  4. package/package.json +3 -3
  5. package/packages/components/button/style.css +1 -1
  6. package/packages/components/button/style.css.gz +0 -0
  7. package/packages/components/checkbox/index.d.ts +9 -9
  8. package/packages/components/checkbox/index.js +1 -1
  9. package/packages/components/checkbox/index.js.gz +0 -0
  10. package/packages/components/checkbox/src/Index.vue.d.ts +1 -1
  11. package/packages/components/checkbox/style.css +1 -1
  12. package/packages/components/checkbox/style.css.gz +0 -0
  13. package/packages/components/date-picker/index.js +637 -636
  14. package/packages/components/date-picker/index.js.gz +0 -0
  15. package/packages/components/date-picker/style.css +1 -1
  16. package/packages/components/date-picker/style.css.gz +0 -0
  17. package/packages/components/icon/style.css +1 -1
  18. package/packages/components/loading/index.js +176 -174
  19. package/packages/components/loading/index.js.gz +0 -0
  20. package/packages/components/progress/index.js +207 -213
  21. package/packages/components/progress/index.js.gz +0 -0
  22. package/packages/components/progress/style.css +1 -1
  23. package/packages/components/progress/style.css.gz +0 -0
  24. package/packages/components/radio/index.d.ts +9 -9
  25. package/packages/components/radio/src/Index.vue.d.ts +1 -1
  26. package/packages/components/radio/style.css +1 -1
  27. package/packages/components/radio/style.css.gz +0 -0
  28. package/packages/components/search-form/index.js +124 -124
  29. package/packages/components/search-form/index.js.gz +0 -0
  30. package/packages/components/search-form/src/InputSelect.vue.d.ts +2 -2
  31. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +2 -2
  32. package/packages/components/search-form/src/hooks/searchFormItem.d.ts +1 -1
  33. package/packages/components/search-form/style.css +1 -1
  34. package/packages/components/search-form/style.css.gz +0 -0
  35. package/packages/components/select/index.d.ts +12 -0
  36. package/packages/components/select/index.js +521 -426
  37. package/packages/components/select/index.js.gz +0 -0
  38. package/packages/components/select/src/Select.vue.d.ts +4 -0
  39. package/packages/components/select/src/type.d.ts +10 -0
  40. package/packages/components/select/style.css +1 -1
  41. package/packages/components/select/style.css.gz +0 -0
  42. package/packages/components/spin/index.js +46 -52
  43. package/packages/components/spin/index.js.gz +0 -0
  44. package/packages/components/tag/index.d.ts +3 -3
  45. package/packages/components/tag/src/Index.vue.d.ts +1 -1
  46. package/packages/components/tooltip/index.d.ts +9 -9
  47. package/packages/components/tooltip/src/index.vue.d.ts +1 -1
  48. package/packages/components/tree-select/src/App.vue.d.ts +28 -2
  49. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +28 -2
  50. package/packages/components/tree-v2/style.css +1 -1
  51. package/packages/components/tree-v2/style.css.gz +0 -0
  52. package/packages/components/virtual-tree/index.js +99 -105
  53. package/packages/components/virtual-tree/index.js.gz +0 -0
  54. package/presets/theme-cjb.css +14 -11
  55. package/presets/theme-default.css +14 -11
  56. package/presets/theme-dkh.css +14 -11
  57. package/presets/theme-ssl.css +24 -21
  58. package/theme-default.css +14 -11
@@ -1,59 +1,56 @@
1
- import { withInstall as S } from "@das-fed/upf-utils/with-install/index";
2
- import { ElIcon as W, ElProgress as F } from "element-plus/es";
3
- import "element-plus/es/components/base/style/css";
4
- import "element-plus/es/components/progress/style/css";
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 J = /* @__PURE__ */ _({
9
+ var G = /* @__PURE__ */ k({
13
10
  name: "CloseBold",
14
11
  __name: "close-bold",
15
12
  setup(s) {
16
- return (d, e) => (t(), r("svg", {
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
- v("path", {
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
- }), K = J, Q = /* @__PURE__ */ _({
23
+ }), H = G, J = /* @__PURE__ */ k({
27
24
  name: "Select",
28
25
  __name: "select",
29
26
  setup(s) {
30
- return (d, e) => (t(), r("svg", {
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
- v("path", {
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
- }), U = Q;
41
- const X = {
37
+ }), K = J;
38
+ const Q = {
42
39
  key: 0,
43
40
  class: "percentage-color"
44
- }, Y = { key: 0 }, Z = { class: "percentage-value" }, ee = { key: 1 }, te = { class: "percentage-value" }, se = { key: 1 }, oe = {
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
- }, le = {
44
+ }, se = {
48
45
  key: 1,
49
46
  class: "end-text"
50
- }, re = {
47
+ }, le = {
51
48
  key: 0,
52
49
  class: "line-left"
53
- }, ae = { key: 1 }, ne = { key: 2 }, ie = {
50
+ }, re = { key: 1 }, oe = { key: 2 }, ae = {
54
51
  key: 1,
55
52
  class: "tip-circle"
56
- }, ce = /* @__PURE__ */ _({
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: d }) {
75
- O((a) => ({
76
- v65035b45: A.value
71
+ setup(s, { expose: f }) {
72
+ N((a) => ({
73
+ v8adf965e: A.value
77
74
  }));
78
75
  const e = s;
79
- H({
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), c = n(() => {
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" ? c.value : c.value !== 0 ? Number(c.value / i.value) * 100 : 0), o = n(() => !e.status || e.status === "normal" ? i.value > 0 && c.value === i.value ? "success" : "normal" : e.status), M = n(() => {
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[o.value] || m.normal), A = n(() => o.value === "normal" ? "var(--upf-text-secondary)" : m[o.value] || m.normal), k = n(() => {
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 o.value === "normal" && (a = 0), o.value === "exception" && (a = 1), o.value === "success" && (a = 2), g.value[a];
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(o.value)) return "center";
105
- if (f.value && p.value) return "";
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 (!f.value && p.value) return "right";
108
- if (f.value && !p.value) return "left";
109
- }), p = n(() => ["success", "exception"].includes(o.value) ? !1 : e.showProcessTip), f = n(() => e.showTextTip), T = R(null);
110
- return d({
111
- $progress: T
112
- }), (a, B) => {
113
- const D = W, N = F;
114
- return t(), r(
115
- "div",
116
- {
117
- class: "das-ui-progress",
118
- style: P({ display: s.type == "circle" ? "inline-block" : "block" })
119
- },
120
- [
121
- v(
122
- "div",
123
- {
124
- class: "percentage-graph",
125
- style: P({ width: s.type == "circle" ? s.width + "px" : "100%" })
126
- },
127
- [
128
- V(N, j({
129
- ref_key: "$progress",
130
- ref: T,
131
- class: {
132
- showLoading: e.showAnimation && e.type === "line" && o.value === "normal" && !a.$attrs.indeterminate
133
- },
134
- type: s.type
135
- }, a.$attrs, {
136
- color: x.value,
137
- percentage: L.value,
138
- width: s.width,
139
- "stroke-width": M.value,
140
- "show-text": z.value
141
- }), {
142
- default: b(({ percentage: C }) => [
143
- l(" @slot 默认插槽 "),
144
- q(a.$slots, "default", { percentage: C }, () => [
145
- e.type === "circle" ? (t(), r(
146
- G,
147
- { key: 0 },
148
- [
149
- o.value === "normal" ? (t(), r("div", X, [
150
- s.tipType === "percentage" ? (t(), r("div", Y, [
151
- v(
152
- "span",
153
- Z,
154
- u(C),
155
- 1
156
- /* TEXT */
157
- ),
158
- B[0] || (B[0] = v(
159
- "span",
160
- null,
161
- "%",
162
- -1
163
- /* CACHED */
164
- ))
165
- ])) : l("v-if", !0),
166
- s.tipType === "score" ? (t(), r("div", ee, [
167
- v(
168
- "span",
169
- te,
170
- u(c.value + "/" + i.value),
171
- 1
172
- /* TEXT */
173
- )
174
- ])) : l("v-if", !0)
175
- ])) : (t(), r("div", se, [
176
- V(D, { size: 40 }, {
177
- default: b(() => [
178
- o.value === "success" ? (t(), y(h(U), {
179
- key: 0,
180
- color: x.value
181
- }, null, 8, ["color"])) : l("v-if", !0),
182
- o.value === "exception" ? (t(), y(h(K), {
183
- key: 1,
184
- color: x.value
185
- }, null, 8, ["color"])) : l("v-if", !0)
186
- ]),
187
- _: 1
188
- /* STABLE */
189
- })
190
- ]))
191
- ],
192
- 64
193
- /* STABLE_FRAGMENT */
194
- )) : l("v-if", !0)
195
- ], !0)
196
- ]),
197
- _: 3
198
- /* FORWARDED */
199
- }, 16, ["class", "type", "color", "percentage", "width", "stroke-width", "show-text"]),
200
- e.type === "line" ? (t(), r(
201
- "div",
202
- {
203
- key: 0,
204
- class: E(["line-icon", o.value])
205
- },
206
- [
207
- s.tipType === "percentage" && s.showEndText && o.value === "normal" ? (t(), r(
208
- "span",
209
- oe,
210
- u(c.value) + "%",
211
- 1
212
- /* TEXT */
213
- )) : l("v-if", !0),
214
- s.tipType === "score" && s.showEndText && o.value === "normal" ? (t(), r(
215
- "span",
216
- le,
217
- u(c.value + "/" + i.value),
218
- 1
219
- /* TEXT */
220
- )) : l("v-if", !0),
221
- o.value === "success" ? (t(), y(h(I), {
222
- key: 2,
223
- icon: "success",
224
- "icon-color": "#12AA53",
225
- "custom-size": "14px"
226
- })) : l("v-if", !0),
227
- o.value === "exception" ? (t(), y(h(I), {
228
- key: 3,
229
- icon: "reload",
230
- "icon-color": "red",
231
- "custom-size": "16px"
232
- })) : l("v-if", !0)
233
- ],
234
- 2
235
- /* CLASS */
236
- )) : l("v-if", !0)
237
- ],
238
- 4
239
- /* STYLE */
240
- ),
241
- e.type === "line" && (f.value || p.value) ? (t(), r(
242
- "div",
243
- {
244
- key: 0,
245
- class: E(["tip-line", $.value])
246
- },
247
- [
248
- f.value ? (t(), r(
249
- "div",
250
- re,
251
- u(k.value),
252
- 1
253
- /* TEXT */
254
- )) : l("v-if", !0),
255
- s.tipType === "percentage" && p.value ? (t(), r(
256
- "div",
257
- ae,
258
- u(c.value) + "%",
259
- 1
260
- /* TEXT */
261
- )) : l("v-if", !0),
262
- s.tipType === "score" && p.value ? (t(), r(
263
- "div",
264
- ne,
265
- u(c.value + "/" + i.value),
266
- 1
267
- /* TEXT */
268
- )) : l("v-if", !0)
269
- ],
270
- 2
271
- /* CLASS */
272
- )) : l("v-if", !0),
273
- e.type === "circle" ? (t(), r(
274
- "div",
275
- ie,
276
- u(k.value),
277
- 1
278
- /* TEXT */
279
- )) : l("v-if", !0)
280
- ],
281
- 4
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
- }), ue = (s, d) => {
280
+ }), ie = (s, f) => {
287
281
  const e = s.__vccOpts || s;
288
- for (const [g, i] of d)
282
+ for (const [g, i] of f)
289
283
  e[g] = i;
290
284
  return e;
291
- }, pe = /* @__PURE__ */ ue(ce, [["__scopeId", "data-v-52282ce8"]]), we = S(pe);
285
+ }, ue = /* @__PURE__ */ ie(ne, [["__scopeId", "data-v-3773e9ed"]]), ye = D(ue);
292
286
  export {
293
- we as DasProgress,
294
- we as default
287
+ ye as DasProgress,
288
+ ye as default
295
289
  };
@@ -1 +1 @@
1
- @charset "UTF-8";.das-ui-progress[data-v-52282ce8] .el-progress-bar__outer{background-color:var(--upf-bg-secondary)}.das-ui-progress[data-v-52282ce8] svg path:first-child{stroke:var(--upf-bg-secondary)}.das-ui-progress .percentage-graph[data-v-52282ce8]{margin:0 auto;position:relative}.das-ui-progress .percentage-graph .line-icon[data-v-52282ce8]{position:absolute;top:50%;right:-9px;transform:translate(100%,-50%)}.das-ui-progress .percentage-graph .line-icon.normal[data-v-52282ce8]{display:flex;align-items:center}.das-ui-progress .percentage-graph .line-icon.normal .end-text[data-v-52282ce8]{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-52282ce8]{color:var(--upf-text-primary)}.das-ui-progress .percentage-value[data-v-52282ce8]{font-size:26px}.das-ui-progress .tip-line[data-v-52282ce8]{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-52282ce8]{max-width:65%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.das-ui-progress .tip-line.center[data-v-52282ce8]{justify-content:center}.das-ui-progress .tip-line.left[data-v-52282ce8]{justify-content:flex-start}.das-ui-progress .tip-line.right[data-v-52282ce8]{justify-content:flex-end}.das-ui-progress .tip-circle[data-v-52282ce8]{font-size:16px;text-align:center;color:var(--v65035b45);margin-top:2px}.das-ui-progress .showLoading[data-v-52282ce8] .el-progress-bar__inner{overflow:hidden}.das-ui-progress .showLoading[data-v-52282ce8] .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-52282ce8 3s ease 0s infinite}@keyframes loading-52282ce8{0%{right:100%}80%{right:-107px}to{right:-107px}}
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}}
@@ -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" | "disabled" | "name" | "modelValue" | "isView" | "noSetDefaultVal" | "optionType" | "defaultProps" | "layout" | "radioType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
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" | "disabled" | "name" | "modelValue" | "isView" | "noSetDefaultVal" | "optionType" | "defaultProps" | "layout" | "radioType"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
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;