@das-fed/ui 6.4.0-dev.52 → 6.4.0-dev.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm-map.json +3 -1
- package/i18n-collection/en.js +407 -406
- package/i18n-collection/zh-CN.js +437 -437
- package/package.json +5 -5
- package/packages/business-components/change-enterprises/i18n/index.d.ts +15 -0
- package/packages/business-components/change-enterprises/index.js +51 -45
- package/packages/business-components/change-enterprises/index.js.gz +0 -0
- package/packages/business-components/change-pwd/i18n/index.d.ts +77 -1
- package/packages/business-components/change-pwd/index.js +118 -99
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/currency-page/i18n/index.d.ts +19 -0
- package/packages/business-components/currency-page/index.js +27 -20
- package/packages/business-components/currency-page/index.js.gz +0 -0
- package/packages/business-components/device-panel/i18n/index.d.ts +767 -0
- package/packages/business-components/device-panel/index.js +4961 -4767
- 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/export-button/i18n/index.d.ts +51 -0
- package/packages/business-components/export-button/index.js +117 -102
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/import-button/i18n/index.d.ts +103 -0
- package/packages/business-components/import-button/index.js +220 -192
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/i18n/index.d.ts +27 -0
- package/packages/business-components/model-table-dialog/index.js +663 -660
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +48 -16
- 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 +114 -1
- package/packages/business-components/process-configuration/index.js +158 -130
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/api-service/formPreView.d.ts +7 -0
- package/packages/business-components/process-form/apis.d.ts +1 -0
- package/packages/business-components/process-form/i18n/index.d.ts +279 -0
- package/packages/business-components/process-form/index.js +1170 -1071
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/widgets/store.d.ts +1 -0
- package/packages/business-components/process-form/style.css +1 -1
- package/packages/business-components/process-log/i18n/index.d.ts +33 -1
- package/packages/business-components/process-log/index.js +151 -146
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-search-form/i18n/index.d.ts +39 -0
- package/packages/business-components/process-search-form/index.d.ts +2 -2
- package/packages/business-components/process-search-form/index.js +420 -389
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-search-form/src/App.vue.d.ts +2 -2
- package/packages/business-components/process-search-form/src/type.d.ts +1 -1
- package/packages/business-components/process-table/i18n/index.d.ts +35 -0
- package/packages/business-components/process-table/index.js +265 -254
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/upload-file/i18n/index.d.ts +7 -0
- package/packages/business-components/upload-file/index.js +26 -22
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/i18n/index.d.ts +331 -0
- package/packages/business-components/urgent-panel/index.js +900 -814
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/i18n/index.d.ts +53 -1
- package/packages/business-components/user-org-dialog/index.js +196 -186
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/i18n/index.d.ts +71 -0
- package/packages/business-components/video-dialog/index.js +199 -179
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/components/button/i18n/index.d.ts +1 -6
- package/packages/components/button/index.js +16 -21
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/calendar/i18n/index.d.ts +52 -44
- package/packages/components/calendar/index.js +77 -75
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/cascader/i18n/index.d.ts +7 -0
- package/packages/components/cascader/index.js +38 -35
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/color-picker/i18n/index.d.ts +7 -0
- package/packages/components/color-picker/index.js +37 -34
- package/packages/components/color-picker/index.js.gz +0 -0
- package/packages/components/custom-search-item/i18n/index.d.ts +7 -0
- package/packages/components/custom-search-item/index.js +27 -24
- package/packages/components/custom-search-item/index.js.gz +0 -0
- package/packages/components/date-picker/i18n/index.d.ts +15 -0
- package/packages/components/date-picker/index.js +81 -76
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/dialog/i18n/index.d.ts +6 -6
- package/packages/components/dialog/index.js +58 -58
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dimple-layout/i18n/index.d.ts +43 -0
- package/packages/components/dimple-layout/index.js +1077 -1064
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dropdown/i18n/index.d.ts +7 -0
- package/packages/components/dropdown/index.js +32 -29
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/empty/index.js +14 -16
- package/packages/components/empty/index.js.gz +0 -0
- package/packages/components/image-upload/i18n/index.d.ts +27 -3
- package/packages/components/image-upload/index.js +84 -78
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-viewer/i18n/index.d.ts +31 -0
- package/packages/components/image-viewer/index.js +246 -237
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/input/i18n/index.d.ts +15 -0
- package/packages/components/input/index.js +50 -45
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input-dialog-select/i18n/index.d.ts +1 -1
- package/packages/components/input-dialog-select/index.js +20 -23
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/live-player/i18n/index.d.ts +15 -0
- package/packages/components/live-player/index.js +15 -9
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/loading/i18n/index.d.ts +7 -0
- package/packages/components/loading/index.js +93 -90
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/i18n/index.d.ts +23 -0
- package/packages/components/map/index.js +355 -347
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/i18n/index.d.ts +7 -0
- package/packages/components/menu-aside/index.js +150 -147
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/message/i18n/index.d.ts +7 -0
- package/packages/components/message/index.js +17 -14
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/notification/i18n/index.d.ts +7 -0
- package/packages/components/notification/index.js +10 -7
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/pagination/i18n/index.d.ts +19 -0
- package/packages/components/pagination/index.js +81 -75
- package/packages/components/pagination/index.js.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 -1
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/rich-editor/i18n/index.d.ts +10 -3
- package/packages/components/rich-editor/index.js +4 -3
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/search/i18n/index.d.ts +25 -1
- package/packages/components/search/index.js +31 -28
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/select/i18n/index.d.ts +23 -0
- package/packages/components/select/index.js +204 -197
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select-list/i18n/index.d.ts +4 -4
- package/packages/components/select-list/index.js +4 -4
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/special-range-picker-month/i18n/index.d.ts +4 -4
- package/packages/components/special-range-picker-month/index.js +15 -15
- package/packages/components/special-range-picker-month/index.js.gz +0 -0
- package/packages/components/special-range-picker-year/i18n/index.d.ts +3 -3
- package/packages/components/special-range-picker-year/index.js +81 -81
- package/packages/components/special-range-picker-year/index.js.gz +0 -0
- package/packages/components/spin/i18n/index.d.ts +7 -0
- package/packages/components/spin/index.js +35 -32
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +72 -2
- package/packages/components/table/index.js +1245 -1225
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/tabs/i18n/index.d.ts +15 -0
- package/packages/components/tabs/index.js +70 -65
- package/packages/components/tabs/index.js.gz +0 -0
- package/packages/components/time-line/i18n/index.d.ts +1 -1
- package/packages/components/time-line/index.js +6 -9
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/tooltip/i18n/index.d.ts +7 -0
- package/packages/components/tooltip/index.js +38 -35
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tree/i18n/index.d.ts +35 -0
- package/packages/components/tree/index.js +692 -682
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/upload/i18n/index.d.ts +5 -5
- package/packages/components/upload/index.js +50 -50
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/virtual-tree/i18n/index.d.ts +7 -0
- package/packages/components/virtual-tree/index.js +35 -31
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/icons/edit-3/index.d.ts +1 -0
- package/packages/icons/edit-3/index.js +17 -0
- package/packages/icons/edit-3/index.js.gz +0 -0
- package/packages/icons/edit-3/index.vue.d.ts +16 -0
- package/packages/icons/index.d.ts +2 -0
- package/packages/icons/index.js +2 -0
- package/packages/icons/right-3/index.d.ts +1 -0
- package/packages/icons/right-3/index.js +17 -0
- package/packages/icons/right-3/index.js.gz +0 -0
- package/packages/icons/right-3/index.vue.d.ts +16 -0
|
Binary file
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
'das-upload-text': {
|
|
3
|
-
|
|
3
|
+
"zh-CN": string;
|
|
4
4
|
en: string;
|
|
5
5
|
};
|
|
6
6
|
'das-upload-btn-text': {
|
|
7
|
-
|
|
7
|
+
"zh-CN": string;
|
|
8
8
|
en: string;
|
|
9
9
|
};
|
|
10
10
|
'das-upload-download': {
|
|
11
|
-
|
|
11
|
+
"zh-CN": string;
|
|
12
12
|
en: string;
|
|
13
13
|
};
|
|
14
14
|
'das-upload-delete': {
|
|
15
|
-
|
|
15
|
+
"zh-CN": string;
|
|
16
16
|
en: string;
|
|
17
17
|
};
|
|
18
18
|
'das-upload-tips': {
|
|
19
|
-
|
|
19
|
+
"zh-CN": string;
|
|
20
20
|
en: string;
|
|
21
21
|
};
|
|
22
22
|
};
|
|
@@ -2,10 +2,10 @@ import '@das-fed/ui/packages/components/upload/style.css';
|
|
|
2
2
|
import { withInstall as L } from "@das-fed/utils/with-install/index";
|
|
3
3
|
import { t as f, setI18nRule as M } from "@das-fed/web/packages/i18n/index";
|
|
4
4
|
import { getVar as k, setThemeRule as O } from "@das-fed/web/packages/theme/index";
|
|
5
|
-
import { useAttrs as T, computed as
|
|
5
|
+
import { useAttrs as T, computed as U, defineComponent as j, openBlock as n, createElementBlock as c, Fragment as Z, createVNode as v, unref as e, mergeProps as x, isRef as B, withCtx as p, renderSlot as _, createElementVNode as m, withDirectives as C, createTextVNode as g, toDisplayString as s, createCommentVNode as F, createBlock as D, vShow as $ } from "vue";
|
|
6
6
|
import { UploadDragger as G, Upload as K } from "ant-design-vue";
|
|
7
7
|
import "ant-design-vue/es/upload/style/css";
|
|
8
|
-
import { DasButton as
|
|
8
|
+
import { DasButton as S } from "@das-fed/ui/packages/components/button/index";
|
|
9
9
|
import { vDasTooltip as R } from "@das-fed/ui/packages/components/text-tooltip/index";
|
|
10
10
|
import { DasIconLink as A } from "@das-fed/ui/packages/icons/link/index";
|
|
11
11
|
import { DasIconAddto as P } from "@das-fed/ui/packages/icons/addto/index";
|
|
@@ -19,11 +19,11 @@ const H = (t) => {
|
|
|
19
19
|
u++, t /= 1024;
|
|
20
20
|
return t = Number(Number(t).toFixed(1)), `${t}${l[u]}`;
|
|
21
21
|
}, J = (t, d) => {
|
|
22
|
-
const l = w(t, "modelValue"), u = w(t, "error"),
|
|
22
|
+
const l = w(t, "modelValue"), u = w(t, "error"), i = w(t, "errorMessage"), z = w(t, "errorFileName"), h = T(), b = U(() => !h.multiple && t.maxCount === 1), N = U(() => b.value && l.value.length ? "none" : "block");
|
|
23
23
|
return {
|
|
24
24
|
fileList: l,
|
|
25
25
|
error: u,
|
|
26
|
-
errorMessage:
|
|
26
|
+
errorMessage: i,
|
|
27
27
|
errorFileName: z,
|
|
28
28
|
uploadDiaplay: N,
|
|
29
29
|
beforeupload: (o) => (o.sizeText = H(o.size), h.multiple ? (l.value = l.value.map((a) => a.originFileObj ? a.originFileObj : a), t.maxCount > l.value.length && l.value.push(o)) : l.value = [o], d("update:modelValue", l.value), d("file-upload", o), !1),
|
|
@@ -40,7 +40,7 @@ const H = (t) => {
|
|
|
40
40
|
}, le = { class: "error-container" }, te = { class: "file-list" }, re = { class: "filename error-file-name" }, ae = {
|
|
41
41
|
key: 0,
|
|
42
42
|
class: "file-size"
|
|
43
|
-
},
|
|
43
|
+
}, ie = { class: "error-message" }, se = /* @__PURE__ */ j({
|
|
44
44
|
__name: "Index",
|
|
45
45
|
props: {
|
|
46
46
|
draggle: { type: Boolean, default: !0 },
|
|
@@ -61,7 +61,7 @@ const H = (t) => {
|
|
|
61
61
|
shangchuan: import("@das-fed/ui/packages/icons/shangchuan")
|
|
62
62
|
});
|
|
63
63
|
const l = t, u = d, {
|
|
64
|
-
fileList:
|
|
64
|
+
fileList: i,
|
|
65
65
|
error: z,
|
|
66
66
|
errorMessage: h,
|
|
67
67
|
errorFileName: b,
|
|
@@ -75,28 +75,28 @@ const H = (t) => {
|
|
|
75
75
|
Z,
|
|
76
76
|
{ key: 0 },
|
|
77
77
|
[
|
|
78
|
-
v(e(G),
|
|
78
|
+
v(e(G), x({
|
|
79
79
|
class: "das-ui-upload-dragger",
|
|
80
|
-
fileList: e(
|
|
81
|
-
"onUpdate:fileList": a[0] || (a[0] = (r) =>
|
|
80
|
+
fileList: e(i),
|
|
81
|
+
"onUpdate:fileList": a[0] || (a[0] = (r) => B(i) ? i.value = r : null),
|
|
82
82
|
"max-count": o.maxCount,
|
|
83
83
|
style: { width: o.width, display: e(N) },
|
|
84
84
|
"before-upload": e(V),
|
|
85
85
|
disabled: o.isView
|
|
86
86
|
}, o.$attrs), {
|
|
87
|
-
itemRender:
|
|
87
|
+
itemRender: p(({ file: r, actions: y }) => [
|
|
88
88
|
_(o.$slots, "itemRender", {
|
|
89
89
|
file: r,
|
|
90
90
|
actions: y
|
|
91
91
|
}, () => [
|
|
92
|
-
|
|
92
|
+
m("div", Y, [
|
|
93
93
|
v(e(A), {
|
|
94
94
|
iconColor: e(k)("--das-ui-color-secondary"),
|
|
95
95
|
size: "medium"
|
|
96
96
|
}, null, 8, ["iconColor"]),
|
|
97
97
|
C((n(), c("div", ee, [
|
|
98
98
|
g(
|
|
99
|
-
|
|
99
|
+
s(r.name),
|
|
100
100
|
1
|
|
101
101
|
/* TEXT */
|
|
102
102
|
)
|
|
@@ -106,20 +106,20 @@ const H = (t) => {
|
|
|
106
106
|
o.showSize ? (n(), c(
|
|
107
107
|
"div",
|
|
108
108
|
oe,
|
|
109
|
-
"(" +
|
|
109
|
+
"(" + s(r.sizeText) + ")",
|
|
110
110
|
1
|
|
111
111
|
/* TEXT */
|
|
112
112
|
)) : F("v-if", !0),
|
|
113
|
-
o.isView ? F("v-if", !0) : (n(),
|
|
113
|
+
o.isView ? F("v-if", !0) : (n(), D(e(S), {
|
|
114
114
|
key: 1,
|
|
115
115
|
"btn-type": "primary-text",
|
|
116
116
|
size: "large",
|
|
117
|
-
onClick: (
|
|
117
|
+
onClick: (me) => e(I)(y, r),
|
|
118
118
|
block: ""
|
|
119
119
|
}, {
|
|
120
|
-
default:
|
|
120
|
+
default: p(() => [
|
|
121
121
|
g(
|
|
122
|
-
|
|
122
|
+
s(e(f)("das-upload-delete")),
|
|
123
123
|
1
|
|
124
124
|
/* TEXT */
|
|
125
125
|
)
|
|
@@ -130,15 +130,15 @@ const H = (t) => {
|
|
|
130
130
|
])
|
|
131
131
|
], !0)
|
|
132
132
|
]),
|
|
133
|
-
default:
|
|
134
|
-
|
|
133
|
+
default: p(() => [
|
|
134
|
+
m("div", W, [
|
|
135
135
|
v(e(P), {
|
|
136
136
|
iconColor: e(k)("--das-ui-color-secondary")
|
|
137
137
|
}, null, 8, ["iconColor"]),
|
|
138
|
-
|
|
138
|
+
m(
|
|
139
139
|
"div",
|
|
140
140
|
X,
|
|
141
|
-
|
|
141
|
+
s(e(f)("das-upload-text")),
|
|
142
142
|
1
|
|
143
143
|
/* TEXT */
|
|
144
144
|
)
|
|
@@ -147,11 +147,11 @@ const H = (t) => {
|
|
|
147
147
|
_: 3
|
|
148
148
|
/* FORWARDED */
|
|
149
149
|
}, 16, ["fileList", "max-count", "style", "before-upload", "disabled"]),
|
|
150
|
-
C(
|
|
150
|
+
C(m(
|
|
151
151
|
"div",
|
|
152
152
|
le,
|
|
153
153
|
[
|
|
154
|
-
C(
|
|
154
|
+
C(m(
|
|
155
155
|
"div",
|
|
156
156
|
te,
|
|
157
157
|
[
|
|
@@ -161,7 +161,7 @@ const H = (t) => {
|
|
|
161
161
|
}, null, 8, ["iconColor"]),
|
|
162
162
|
C((n(), c("div", re, [
|
|
163
163
|
g(
|
|
164
|
-
|
|
164
|
+
s(e(b)),
|
|
165
165
|
1
|
|
166
166
|
/* TEXT */
|
|
167
167
|
)
|
|
@@ -171,19 +171,19 @@ const H = (t) => {
|
|
|
171
171
|
o.showSize ? (n(), c(
|
|
172
172
|
"div",
|
|
173
173
|
ae,
|
|
174
|
-
"(" +
|
|
174
|
+
"(" + s(o.errorFileSize) + ")",
|
|
175
175
|
1
|
|
176
176
|
/* TEXT */
|
|
177
177
|
)) : F("v-if", !0),
|
|
178
|
-
v(e(
|
|
178
|
+
v(e(S), {
|
|
179
179
|
"btn-type": "primary-text",
|
|
180
180
|
block: "",
|
|
181
181
|
size: "large",
|
|
182
182
|
onClick: e(E)
|
|
183
183
|
}, {
|
|
184
|
-
default:
|
|
184
|
+
default: p(() => [
|
|
185
185
|
g(
|
|
186
|
-
|
|
186
|
+
s(e(f)("das-upload-download")),
|
|
187
187
|
1
|
|
188
188
|
/* TEXT */
|
|
189
189
|
)
|
|
@@ -197,10 +197,10 @@ const H = (t) => {
|
|
|
197
197
|
), [
|
|
198
198
|
[$, e(b)]
|
|
199
199
|
]),
|
|
200
|
-
|
|
200
|
+
m(
|
|
201
201
|
"div",
|
|
202
|
-
|
|
203
|
-
|
|
202
|
+
ie,
|
|
203
|
+
s(e(f)("das-upload-tips")) + s(e(h)),
|
|
204
204
|
1
|
|
205
205
|
/* TEXT */
|
|
206
206
|
)
|
|
@@ -213,20 +213,20 @@ const H = (t) => {
|
|
|
213
213
|
],
|
|
214
214
|
64
|
|
215
215
|
/* STABLE_FRAGMENT */
|
|
216
|
-
)) : (n(),
|
|
216
|
+
)) : (n(), D(e(K), x({
|
|
217
217
|
key: 1,
|
|
218
|
-
"file-list": e(
|
|
219
|
-
"onUpdate:fileList": a[1] || (a[1] = (r) =>
|
|
218
|
+
"file-list": e(i),
|
|
219
|
+
"onUpdate:fileList": a[1] || (a[1] = (r) => B(i) ? i.value = r : null),
|
|
220
220
|
"before-upload": e(V),
|
|
221
221
|
"max-count": o.maxCount,
|
|
222
222
|
disabled: o.isView
|
|
223
223
|
}, o.$attrs), {
|
|
224
|
-
itemRender:
|
|
224
|
+
itemRender: p(({ file: r, actions: y }) => [
|
|
225
225
|
_(o.$slots, "itemRender", {
|
|
226
226
|
file: r,
|
|
227
227
|
actions: y
|
|
228
228
|
}, () => [
|
|
229
|
-
a[2] || (a[2] =
|
|
229
|
+
a[2] || (a[2] = m(
|
|
230
230
|
"div",
|
|
231
231
|
null,
|
|
232
232
|
null,
|
|
@@ -235,16 +235,16 @@ const H = (t) => {
|
|
|
235
235
|
))
|
|
236
236
|
], !0)
|
|
237
237
|
]),
|
|
238
|
-
default:
|
|
238
|
+
default: p(() => [
|
|
239
239
|
_(o.$slots, "customUpload", {}, () => [
|
|
240
|
-
o.isView ? F("v-if", !0) : (n(),
|
|
240
|
+
o.isView ? F("v-if", !0) : (n(), D(e(S), {
|
|
241
241
|
key: 0,
|
|
242
242
|
icon: "shangchuan",
|
|
243
243
|
block: ""
|
|
244
244
|
}, {
|
|
245
|
-
default:
|
|
245
|
+
default: p(() => [
|
|
246
246
|
g(
|
|
247
|
-
|
|
247
|
+
s(o.btnName || e(f)("das-upload-btn-text")),
|
|
248
248
|
1
|
|
249
249
|
/* TEXT */
|
|
250
250
|
)
|
|
@@ -261,23 +261,23 @@ const H = (t) => {
|
|
|
261
261
|
}
|
|
262
262
|
}), de = (t, d) => {
|
|
263
263
|
const l = t.__vccOpts || t;
|
|
264
|
-
for (const [u,
|
|
265
|
-
l[u] =
|
|
264
|
+
for (const [u, i] of d)
|
|
265
|
+
l[u] = i;
|
|
266
266
|
return l;
|
|
267
|
-
}, ne = /* @__PURE__ */ de(
|
|
268
|
-
"das-upload-text": { "zh-CN": "点击或拖拽上传", en: "
|
|
269
|
-
"das-upload-btn-text": { "zh-CN": "上传文件", en: "
|
|
270
|
-
"das-upload-download": { "zh-CN": "下载", en: "
|
|
271
|
-
"das-upload-delete": { "zh-CN": "删除", en: "
|
|
272
|
-
"das-upload-tips": { "zh-CN": "提示: ", en: "
|
|
273
|
-
},
|
|
267
|
+
}, ne = /* @__PURE__ */ de(se, [["__scopeId", "data-v-5d8aeac3"]]), ue = {
|
|
268
|
+
"das-upload-text": { "zh-CN": "点击或拖拽上传", en: "Click or drag to upload" },
|
|
269
|
+
"das-upload-btn-text": { "zh-CN": "上传文件", en: "Upload File" },
|
|
270
|
+
"das-upload-download": { "zh-CN": "下载", en: "Download" },
|
|
271
|
+
"das-upload-delete": { "zh-CN": "删除", en: "Delete" },
|
|
272
|
+
"das-upload-tips": { "zh-CN": "提示: ", en: "Note: " }
|
|
273
|
+
}, pe = {
|
|
274
274
|
"--das-ui-upload-bgcolor": { light: "#FAFAFA" },
|
|
275
275
|
"--das-ui-upload-border-color": { light: "#E5E5E5" },
|
|
276
276
|
"--das-ui-upload-bgcolor-hover": k("--das-ui-color-primary-level1"),
|
|
277
277
|
"--das-ui-upload-border-color-hover": { light: "#5582F3" }
|
|
278
278
|
}, Ve = L(ne);
|
|
279
279
|
M(ue);
|
|
280
|
-
O(
|
|
280
|
+
O(pe);
|
|
281
281
|
export {
|
|
282
282
|
Ve as DasUpload,
|
|
283
283
|
Ve as default
|
|
Binary file
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/virtual-tree/style.css';
|
|
2
|
-
import { defineComponent as B, openBlock as r, createBlock as _, unref as h, ref as i, computed as c, watch as
|
|
2
|
+
import { defineComponent as B, openBlock as r, createBlock as _, unref as h, ref as i, computed as c, watch as C, onMounted as A, onBeforeUnmount as F, createElementBlock as g, normalizeStyle as M, mergeProps as V, withCtx as v, renderSlot as T, createElementVNode as E, toDisplayString as $, Fragment as D, createCommentVNode as b, createSlots as H, createVNode as L, nextTick as J } from "vue";
|
|
3
3
|
import { withInstall as P } from "@das-fed/utils/with-install/index";
|
|
4
4
|
import { ElTreeV2 as W } from "element-plus";
|
|
5
5
|
import "element-plus/es/components/tree-v2/style/css";
|
|
6
|
-
import { t as U } from "@das-fed/web/packages/i18n/index";
|
|
7
|
-
import { DasTreeEmpty as
|
|
8
|
-
import { DasSpin as
|
|
9
|
-
import { DasIconCaretRight as
|
|
10
|
-
import { SizeWatcher as
|
|
6
|
+
import { t as U, setI18nRule as j } from "@das-fed/web/packages/i18n/index";
|
|
7
|
+
import { DasTreeEmpty as q } from "@das-fed/ui/packages/components/tree/index";
|
|
8
|
+
import { DasSpin as G } from "@das-fed/ui/packages/components/spin/index";
|
|
9
|
+
import { DasIconCaretRight as Q } from "@das-fed/ui/packages/icons/caret-right/index";
|
|
10
|
+
import { SizeWatcher as X } from "@das-fed/utils/size-watcher";
|
|
11
11
|
import { flatTree as x } from "@das-fed/utils/common-tools";
|
|
12
|
-
const
|
|
12
|
+
const Y = /* @__PURE__ */ B({
|
|
13
13
|
__name: "expand-icon",
|
|
14
14
|
setup(s) {
|
|
15
|
-
return (f, o) => (r(), _(h(
|
|
15
|
+
return (f, o) => (r(), _(h(Q), {
|
|
16
16
|
class: "das-tree__expand-icon",
|
|
17
17
|
size: "medium"
|
|
18
18
|
}));
|
|
19
19
|
}
|
|
20
|
-
}),
|
|
20
|
+
}), Z = (s, f) => {
|
|
21
21
|
const o = s.__vccOpts || s;
|
|
22
22
|
for (const [d, p] of f)
|
|
23
23
|
o[d] = p;
|
|
24
24
|
return o;
|
|
25
|
-
},
|
|
25
|
+
}, ee = /* @__PURE__ */ Z(Y, [["__scopeId", "data-v-d51f7d20"]]), te = { class: "tree-normal-node" }, ae = {
|
|
26
26
|
name: "DasVirtualTree",
|
|
27
27
|
inheritAttrs: !1
|
|
28
|
-
},
|
|
29
|
-
...
|
|
28
|
+
}, ne = /* @__PURE__ */ B({
|
|
29
|
+
...ae,
|
|
30
30
|
props: {
|
|
31
31
|
data: { default: () => [] },
|
|
32
32
|
loading: { type: Boolean },
|
|
@@ -41,7 +41,7 @@ const X = /* @__PURE__ */ B({
|
|
|
41
41
|
filterMethod: {}
|
|
42
42
|
},
|
|
43
43
|
setup(s, { expose: f }) {
|
|
44
|
-
const o = i(), d = i(), p = i(0), t = s, k = c(() => t.emptyText || U("暂无数据")), l = c(() => ({ value: t.nodeKey, label: "name", children: "children", disabled: "disabled", ...t.props })),
|
|
44
|
+
const o = i(), d = i(), p = i(0), t = s, k = c(() => t.emptyText || U("暂无数据")), l = c(() => ({ value: t.nodeKey, label: "name", children: "children", disabled: "disabled", ...t.props })), I = c(() => t != null && t.height ? t.height + "px" : "100%"), S = c(() => t != null && t.height ? t.height : p.value), z = (e, n) => e ? n[l.value.label].toLowerCase().includes(e.toLowerCase()) : !0, K = c(() => (t == null ? void 0 : t.filterMethod) ?? z), R = () => {
|
|
45
45
|
if (t.data && t.data.length) {
|
|
46
46
|
const n = x(t.data, l.value.children, !1).filter((a) => a[l.value.children] && a[l.value.children].length).map((a) => a[t.nodeKey]);
|
|
47
47
|
J(() => {
|
|
@@ -50,17 +50,17 @@ const X = /* @__PURE__ */ B({
|
|
|
50
50
|
});
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
|
-
|
|
53
|
+
C(
|
|
54
54
|
() => t.data,
|
|
55
55
|
(e, n) => {
|
|
56
56
|
if (!t.defaultExpandAll) return;
|
|
57
|
-
const a = e && e.length ? e : [], u = n && n.length ? n : [],
|
|
58
|
-
u.length && JSON.stringify(
|
|
57
|
+
const a = e && e.length ? e : [], u = n && n.length ? n : [], w = x(a).map((y) => y[t.nodeKey]), O = x(u).map((y) => y[t.nodeKey]);
|
|
58
|
+
u.length && JSON.stringify(w) === JSON.stringify(O) || R();
|
|
59
59
|
},
|
|
60
60
|
{ immediate: !0 }
|
|
61
61
|
);
|
|
62
62
|
const m = i(!1);
|
|
63
|
-
|
|
63
|
+
C(
|
|
64
64
|
() => t.data,
|
|
65
65
|
(e) => {
|
|
66
66
|
if (e && e.length) {
|
|
@@ -73,16 +73,16 @@ const X = /* @__PURE__ */ B({
|
|
|
73
73
|
},
|
|
74
74
|
{ immediate: !0, deep: !0 }
|
|
75
75
|
);
|
|
76
|
-
const
|
|
76
|
+
const N = i();
|
|
77
77
|
return A(() => {
|
|
78
|
-
|
|
78
|
+
N.value = X(
|
|
79
79
|
(e) => {
|
|
80
80
|
p.value = e.height;
|
|
81
81
|
},
|
|
82
82
|
o.value.parentElement
|
|
83
83
|
);
|
|
84
84
|
}), F(() => {
|
|
85
|
-
|
|
85
|
+
N.value.disconnect();
|
|
86
86
|
}), f({
|
|
87
87
|
treeRef: d
|
|
88
88
|
}), (e, n) => (r(), g(
|
|
@@ -91,7 +91,7 @@ const X = /* @__PURE__ */ B({
|
|
|
91
91
|
ref_key: "cotainerRef",
|
|
92
92
|
ref: o,
|
|
93
93
|
class: "das-ui-tree das-ui-virtual-tree",
|
|
94
|
-
style: M({ height:
|
|
94
|
+
style: M({ height: I.value })
|
|
95
95
|
},
|
|
96
96
|
[
|
|
97
97
|
e.data && e.data.length ? (r(), _(h(W), V({
|
|
@@ -100,14 +100,14 @@ const X = /* @__PURE__ */ B({
|
|
|
100
100
|
ref: d,
|
|
101
101
|
data: e.data,
|
|
102
102
|
class: { "is-root-all-left": m.value },
|
|
103
|
-
icon:
|
|
103
|
+
icon: ee,
|
|
104
104
|
props: l.value,
|
|
105
105
|
"show-checkbox": !1,
|
|
106
106
|
"expand-on-click-node": e.expandOnClickNode,
|
|
107
|
-
height:
|
|
107
|
+
height: S.value,
|
|
108
108
|
"item-size": 32,
|
|
109
109
|
"default-expand-all": "",
|
|
110
|
-
"filter-method":
|
|
110
|
+
"filter-method": K.value,
|
|
111
111
|
"empty-text": k.value
|
|
112
112
|
}, e.$attrs), {
|
|
113
113
|
default: v(({ node: a, data: u }) => [
|
|
@@ -117,7 +117,7 @@ const X = /* @__PURE__ */ B({
|
|
|
117
117
|
}, () => [
|
|
118
118
|
E(
|
|
119
119
|
"div",
|
|
120
|
-
|
|
120
|
+
te,
|
|
121
121
|
$(u[l.value.label]),
|
|
122
122
|
1
|
|
123
123
|
/* TEXT */
|
|
@@ -136,7 +136,7 @@ const X = /* @__PURE__ */ B({
|
|
|
136
136
|
{ key: 1 },
|
|
137
137
|
[
|
|
138
138
|
b(" 加载状态 "),
|
|
139
|
-
L(h(
|
|
139
|
+
L(h(G), {
|
|
140
140
|
size: "small",
|
|
141
141
|
spinning: e.loading
|
|
142
142
|
}, {
|
|
@@ -155,7 +155,7 @@ const X = /* @__PURE__ */ B({
|
|
|
155
155
|
],
|
|
156
156
|
2112
|
|
157
157
|
/* STABLE_FRAGMENT, DEV_ROOT_FRAGMENT */
|
|
158
|
-
)) : (r(), _(h(
|
|
158
|
+
)) : (r(), _(h(q), {
|
|
159
159
|
key: 0,
|
|
160
160
|
"empty-text": k.value
|
|
161
161
|
}, H({
|
|
@@ -179,9 +179,13 @@ const X = /* @__PURE__ */ B({
|
|
|
179
179
|
/* STYLE */
|
|
180
180
|
));
|
|
181
181
|
}
|
|
182
|
-
}),
|
|
182
|
+
}), le = {
|
|
183
|
+
暂无数据: { "zh-CN": "暂无数据", en: "No data" }
|
|
184
|
+
};
|
|
185
|
+
j(le);
|
|
186
|
+
const me = P(ne), ye = () => i(null), ge = { title: "virtual-tree 虚拟树" };
|
|
183
187
|
export {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
188
|
+
me as DasVirtualTree,
|
|
189
|
+
ye as DasVirtualTreeRef,
|
|
190
|
+
ge as default
|
|
187
191
|
};
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconEdit3 } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as o, openBlock as n, createBlock as t, unref as e, mergeProps as i, withCtx as r, renderSlot as l } from "vue";
|
|
2
|
+
import { DasBaseIcon as s } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const a = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g><g><path d="M2.97138,11.620590648841858C2.93717,11.517990648841858,2.93717,11.406990648841857,2.97138,11.304390648841858L3.99472,8.234370648841857C4.043810000000001,8.087090648841858,4.12652,7.953260648841858,4.23629,7.843490648841858L10.78688,1.2929016488418579C11.17741,0.902377748841858,11.8106,0.902377748841858,12.2011,1.2929026488418578L13.6153,2.707120648841858C14.0058,3.0976406488418577,14.0058,3.730800648841858,13.6153,4.121330648841858L7.06472,10.671920648841859C6.95495,10.781690648841858,6.82112,10.864400648841858,6.67384,10.913490648841858L3.60384,11.936790648841859C3.34187,12.024190648841858,3.05871,11.882590648841857,2.97138,11.620590648841858ZM4.943350000000001,8.550640648841858L4.2362,10.672010648841859L6.35757,9.964860648841858L12.9082,3.4142706488418577L11.49394,2.000056648841858L4.943350000000001,8.550640648841858ZM2,13.467090648841857Q1.9507539999999999,13.467090648841857,1.902455,13.476690648841858Q1.854155,13.486290648841859,1.8086579999999999,13.505090648841858Q1.763161,13.523990648841858,1.722215,13.551290648841858Q1.681269,13.578690648841858,1.646447,13.613490648841857Q1.611625,13.648290648841858,1.5842652,13.689290648841858Q1.5569057,13.730190648841857,1.5380602,13.775690648841858Q1.5192147,13.821190648841858,1.50960736,13.869490648841857Q1.5,13.917790648841859,1.5,13.967090648841857Q1.5,14.016290648841858,1.50960736,14.064590648841858Q1.5192147,14.112890648841859,1.5380602,14.158390648841857Q1.5569057,14.203890648841858,1.5842652,14.244890648841858Q1.611625,14.285790648841857,1.646447,14.320590648841858Q1.681269,14.355390648841858,1.722215,14.382790648841858Q1.763161,14.410190648841859,1.8086579999999999,14.428990648841857Q1.854155,14.447890648841858,1.902455,14.457490648841858Q1.9507539999999999,14.467090648841857,2,14.467090648841857L14,14.467090648841857Q14.0492,14.467090648841857,14.0975,14.457490648841858Q14.1458,14.447890648841858,14.1913,14.428990648841857Q14.2368,14.410190648841859,14.2778,14.382790648841858Q14.3187,14.355390648841858,14.3536,14.320590648841858Q14.3884,14.285790648841857,14.4157,14.244890648841858Q14.4431,14.203890648841858,14.4619,14.158390648841857Q14.4808,14.112890648841859,14.4904,14.064590648841858Q14.5,14.016290648841858,14.5,13.967090648841857Q14.5,13.917790648841859,14.4904,13.869490648841857Q14.4808,13.821190648841858,14.4619,13.775690648841858Q14.4431,13.730190648841857,14.4157,13.689290648841858Q14.3884,13.648290648841858,14.3536,13.613490648841857Q14.3187,13.578690648841858,14.2778,13.551290648841858Q14.2368,13.523990648841858,14.1913,13.505090648841858Q14.1458,13.486290648841859,14.0975,13.476690648841858Q14.0492,13.467090648841857,14,13.467090648841857L2,13.467090648841857Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g></g></svg>', g = /* @__PURE__ */ o({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(c) {
|
|
6
|
+
return (Q, p) => (n(), t(e(s), i({ icon: e(a) }, Q.$attrs), {
|
|
7
|
+
default: r(() => [
|
|
8
|
+
l(Q.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
g as DasIconEdit3
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
@@ -64,6 +64,7 @@ export * from './drag';
|
|
|
64
64
|
export * from './drawing';
|
|
65
65
|
export * from './edit';
|
|
66
66
|
export * from './edit-1';
|
|
67
|
+
export * from './edit-3';
|
|
67
68
|
export * from './empty';
|
|
68
69
|
export * from './enlarge';
|
|
69
70
|
export * from './entry';
|
|
@@ -139,6 +140,7 @@ export * from './refresh';
|
|
|
139
140
|
export * from './reload';
|
|
140
141
|
export * from './reset';
|
|
141
142
|
export * from './right';
|
|
143
|
+
export * from './right-3';
|
|
142
144
|
export * from './riqixuanze';
|
|
143
145
|
export * from './rise';
|
|
144
146
|
export * from './save';
|
package/packages/icons/index.js
CHANGED
|
@@ -64,6 +64,7 @@ export * from './drag'
|
|
|
64
64
|
export * from './drawing'
|
|
65
65
|
export * from './edit'
|
|
66
66
|
export * from './edit-1'
|
|
67
|
+
export * from './edit-3'
|
|
67
68
|
export * from './empty'
|
|
68
69
|
export * from './enlarge'
|
|
69
70
|
export * from './entry'
|
|
@@ -139,6 +140,7 @@ export * from './refresh'
|
|
|
139
140
|
export * from './reload'
|
|
140
141
|
export * from './reset'
|
|
141
142
|
export * from './right'
|
|
143
|
+
export * from './right-3'
|
|
142
144
|
export * from './riqixuanze'
|
|
143
145
|
export * from './rise'
|
|
144
146
|
export * from './save'
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as DasIconRight3 } from './index.vue';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { defineComponent as e, openBlock as t, createBlock as n, unref as o, mergeProps as r, withCtx as i, renderSlot as s } from "vue";
|
|
2
|
+
import { DasBaseIcon as l } from "@das-fed/ui/packages/components/icon";
|
|
3
|
+
const a = '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="16" height="16" viewBox="0 0 16 16"><g transform="matrix(0,1,-1,0,16,-16)"><g><path d="M31,8Q31,8.17184,30.9916,8.34347Q30.9831,8.51511,30.9663,8.686119999999999Q30.9494,8.85713,30.9242,9.02711Q30.899,9.19709,30.8655,9.36563Q30.832,9.53417,30.7902,9.70086Q30.7485,9.86755,30.6986,10.03199Q30.648699999999998,10.19643,30.5908,10.35823Q30.532899999999998,10.52002,30.4672,10.67878Q30.401400000000002,10.83754,30.3279,10.99288Q30.2545,11.1482,30.1734,11.2998Q30.092399999999998,11.4513,30.0041,11.5987Q29.9158,11.7461,29.8203,11.889Q29.724800000000002,12.0319,29.622500000000002,12.1699Q29.5201,12.3079,29.411099999999998,12.4408Q29.3021,12.5736,29.186700000000002,12.7009Q29.0713,12.8282,28.9497,12.9497Q28.828200000000002,13.0713,28.7009,13.1867Q28.5736,13.3021,28.4408,13.4111Q28.3079,13.5201,28.1699,13.6225Q28.0319,13.7248,27.889,13.8203Q27.7461,13.9158,27.5987,14.0041Q27.4513,14.0924,27.299799999999998,14.1734Q27.1482,14.2545,26.99288,14.3279Q26.83754,14.4014,26.67878,14.4672Q26.520020000000002,14.5329,26.35823,14.5908Q26.19643,14.6487,26.03199,14.6986Q25.86755,14.7485,25.70086,14.7902Q25.53417,14.832,25.36563,14.8655Q25.19709,14.899,25.02711,14.9242Q24.857129999999998,14.9494,24.68612,14.9663Q24.51511,14.9831,24.34347,14.9916Q24.17184,15,24,15Q23.82816,15,23.65653,14.9916Q23.48489,14.9831,23.31388,14.9663Q23.142870000000002,14.9494,22.97289,14.9242Q22.80291,14.899,22.63437,14.8655Q22.46583,14.832,22.29914,14.7902Q22.13245,14.7485,21.96801,14.6986Q21.80357,14.6487,21.64177,14.5908Q21.47998,14.5329,21.32122,14.4672Q21.16246,14.4014,21.00711,14.3279Q20.851770000000002,14.2545,20.70022,14.1734Q20.54867,14.0924,20.40128,14.0041Q20.25389,13.9158,20.11101,13.8203Q19.96813,13.7248,19.8301,13.6225Q19.69208,13.5201,19.55925,13.4111Q19.42641,13.3021,19.29909,13.1867Q19.17176,13.0713,19.05025,12.9497Q18.92874,12.8282,18.81334,12.7009Q18.69794,12.5736,18.58893,12.4408Q18.47991,12.3079,18.37755,12.1699Q18.27518,12.0319,18.17971,11.889Q18.08424,11.7461,17.9959,11.5987Q17.907556,11.4513,17.826551,11.2998Q17.745546,11.1482,17.672075,10.99288Q17.598604,10.83754,17.532843,10.67878Q17.467083,10.52002,17.409191,10.35823Q17.3513,10.19643,17.301418,10.03199Q17.251535,9.86755,17.209781,9.70086Q17.168027,9.53417,17.134503,9.36563Q17.100979,9.19709,17.0757644,9.02711Q17.0505502,8.85713,17.0337069,8.686119999999999Q17.0168636,8.51511,17.0084318,8.34347Q17,8.17184,17,8Q17,7.82816,17.0084318,7.65653Q17.0168636,7.48489,17.0337069,7.31388Q17.0505502,7.14287,17.0757644,6.97289Q17.100979,6.80291,17.134503,6.63437Q17.168027,6.46583,17.209781,6.29914Q17.251535,6.13245,17.301418,5.96801Q17.3513,5.80357,17.409191,5.64177Q17.467083,5.47998,17.532843,5.32122Q17.598604,5.16246,17.672075,5.00711Q17.745546,4.85177,17.826551,4.70022Q17.907556,4.5486699999999995,17.995899,4.40128Q18.08424,4.25389,18.17971,4.11101Q18.27518,3.96813,18.37755,3.8301Q18.47991,3.69208,18.58893,3.55925Q18.69794,3.42641,18.81334,3.29909Q18.92874,3.17176,19.05025,3.05025Q19.17176,2.92874,19.29909,2.81334Q19.42641,2.69794,19.55925,2.58893Q19.69208,2.4799100000000003,19.8301,2.3775500000000003Q19.96813,2.2751799999999998,20.11101,2.17971Q20.25389,2.0842400000000003,20.40128,1.9959Q20.54867,1.907556,20.70022,1.826551Q20.851770000000002,1.745546,21.00711,1.672075Q21.16246,1.598604,21.32122,1.532843Q21.47998,1.4670830000000001,21.64177,1.409191Q21.80357,1.3513,21.96801,1.301418Q22.13245,1.251535,22.29914,1.209781Q22.46583,1.168027,22.63437,1.134503Q22.80291,1.100979,22.97289,1.0757644Q23.142870000000002,1.0505502,23.31388,1.0337069Q23.48489,1.0168636,23.65653,1.0084318Q23.82816,1,24,1Q24.17184,1,24.34347,1.0084318Q24.51511,1.0168636,24.68612,1.0337069Q24.857129999999998,1.0505502,25.02711,1.0757644Q25.19709,1.100979,25.36563,1.134503Q25.53417,1.168027,25.70086,1.209781Q25.86755,1.251535,26.03199,1.301418Q26.19643,1.3513,26.35823,1.409191Q26.520020000000002,1.4670830000000001,26.67878,1.532843Q26.83754,1.598604,26.99288,1.672075Q27.1482,1.745546,27.299799999999998,1.826551Q27.4513,1.907556,27.5987,1.995899Q27.7461,2.0842400000000003,27.889,2.17971Q28.0319,2.2751799999999998,28.1699,2.3775500000000003Q28.3079,2.4799100000000003,28.4408,2.58893Q28.5736,2.69794,28.7009,2.81334Q28.828200000000002,2.92874,28.9497,3.05025Q29.0713,3.17176,29.186700000000002,3.29909Q29.3021,3.42641,29.411099999999998,3.55925Q29.5201,3.69208,29.622500000000002,3.8301Q29.724800000000002,3.96813,29.8203,4.11101Q29.9158,4.25389,30.0041,4.40128Q30.092399999999998,4.5486699999999995,30.1734,4.70022Q30.2545,4.85177,30.3279,5.00711Q30.401400000000002,5.16246,30.4672,5.32122Q30.532899999999998,5.47998,30.5908,5.64177Q30.648699999999998,5.80357,30.6986,5.96801Q30.7485,6.13245,30.7902,6.29914Q30.832,6.46583,30.8655,6.63437Q30.899,6.80291,30.9242,6.97289Q30.9494,7.14287,30.9663,7.31388Q30.9831,7.48489,30.9916,7.65653Q31,7.82816,31,8ZM30.125,8Q30.125,8.15036,30.1176,8.30054Q30.1102,8.45072,30.0955,8.60036Q30.0808,8.74999,30.0587,8.89872Q30.0366,9.04746,30.0073,9.19493Q29.978,9.3424,29.9414,9.48825Q29.904899999999998,9.63411,29.8613,9.77799Q29.8176,9.92188,29.767,10.06345Q29.7163,10.20502,29.6588,10.34394Q29.6012,10.48285,29.5369,10.61878Q29.4726,10.7547,29.4018,10.88731Q29.3309,11.0199,29.2536,11.1489Q29.176299999999998,11.2778,29.0928,11.4029Q29.0092,11.5279,28.919600000000003,11.6487Q28.8301,11.7694,28.7347,11.8857Q28.6393,12.0019,28.5383,12.1133Q28.4373,12.2247,28.331,12.331Q28.2247,12.4373,28.113300000000002,12.5383Q28.0019,12.6393,27.8857,12.7347Q27.769399999999997,12.8301,27.648699999999998,12.9196Q27.527900000000002,13.0092,27.402900000000002,13.0928Q27.2778,13.1763,27.148899999999998,13.2536Q27.0199,13.3309,26.88731,13.4018Q26.7547,13.4726,26.61878,13.5369Q26.48285,13.6012,26.34394,13.6588Q26.205019999999998,13.7163,26.06345,13.767Q25.92188,13.8176,25.777990000000003,13.8613Q25.63411,13.9049,25.48825,13.9414Q25.342399999999998,13.978,25.19493,14.0073Q25.04746,14.0366,24.89872,14.0587Q24.74999,14.0808,24.600360000000002,14.0955Q24.45072,14.1102,24.300539999999998,14.1176Q24.15036,14.125,24,14.125Q23.84964,14.125,23.699460000000002,14.1176Q23.54928,14.1102,23.39965,14.0955Q23.25001,14.0808,23.10128,14.0587Q22.95254,14.0366,22.80507,14.0073Q22.657600000000002,13.978,22.51175,13.9414Q22.36589,13.9049,22.22201,13.8613Q22.07812,13.8176,21.93655,13.767Q21.79498,13.7163,21.65606,13.6588Q21.51715,13.6012,21.38122,13.5369Q21.2453,13.4726,21.11269,13.4018Q20.98009,13.3309,20.85112,13.2536Q20.72215,13.1763,20.59713,13.0928Q20.47211,13.0092,20.35134,12.9196Q20.23057,12.8301,20.11434,12.7347Q19.99811,12.6393,19.8867,12.5383Q19.77529,12.4373,19.66897,12.331Q19.56265,12.2247,19.461669999999998,12.1133Q19.3607,12.0019,19.26531,11.8857Q19.16992,11.7694,19.08035,11.6487Q18.99078,11.5279,18.90725,11.4029Q18.82371,11.2778,18.74641,11.1489Q18.66911,11.0199,18.59823,10.88731Q18.52735,10.7547,18.463070000000002,10.61878Q18.39878,10.48285,18.34124,10.34394Q18.2837,10.20502,18.23304,10.06345Q18.18239,9.92188,18.13874,9.77799Q18.09509,9.63411,18.05856,9.48825Q18.02202,9.3424,17.99269,9.19493Q17.963356,9.04746,17.941294,8.89872Q17.919231,8.74999,17.904494,8.60036Q17.889756,8.45072,17.882378,8.30054Q17.875,8.15036,17.875,8Q17.875,7.84964,17.882378,7.69946Q17.889756,7.54928,17.904494,7.39965Q17.919231,7.25001,17.941294,7.10128Q17.963356,6.95254,17.99269,6.80507Q18.02202,6.6576,18.05856,6.51175Q18.09509,6.36589,18.13874,6.22201Q18.18239,6.07812,18.23304,5.93655Q18.2837,5.79498,18.34124,5.65606Q18.39878,5.51715,18.463070000000002,5.38122Q18.52735,5.2453,18.59823,5.11269Q18.66911,4.980090000000001,18.74641,4.85112Q18.82371,4.72215,18.90725,4.59713Q18.99078,4.47211,19.08035,4.35134Q19.16992,4.23057,19.26531,4.11434Q19.3607,3.99811,19.461669999999998,3.8867Q19.56265,3.77529,19.66897,3.66897Q19.77529,3.56265,19.8867,3.46167Q19.99811,3.3607,20.11434,3.26531Q20.23057,3.16992,20.35134,3.08035Q20.47211,2.99078,20.59713,2.90725Q20.72215,2.82371,20.85112,2.74641Q20.98009,2.66911,21.11269,2.59823Q21.2453,2.52735,21.38122,2.46307Q21.51715,2.39878,21.65606,2.34124Q21.79498,2.2837,21.93655,2.23304Q22.07812,2.18239,22.22201,2.1387400000000003Q22.36589,2.09509,22.51175,2.05856Q22.657600000000002,2.02202,22.80507,1.99269Q22.95254,1.963356,23.10128,1.941294Q23.25001,1.919231,23.39965,1.9044940000000001Q23.54928,1.889756,23.699460000000002,1.882378Q23.84964,1.875,24,1.875Q24.15036,1.875,24.300539999999998,1.882378Q24.45072,1.889756,24.600360000000002,1.9044940000000001Q24.74999,1.919231,24.89872,1.941294Q25.04746,1.963356,25.19493,1.99269Q25.342399999999998,2.02202,25.48825,2.05856Q25.63411,2.09509,25.777990000000003,2.1387400000000003Q25.92188,2.18239,26.06345,2.23304Q26.205019999999998,2.2837,26.34394,2.34124Q26.48285,2.39878,26.61878,2.46307Q26.7547,2.52735,26.88731,2.59823Q27.0199,2.66911,27.148899999999998,2.74641Q27.2778,2.82371,27.402900000000002,2.90725Q27.527900000000002,2.99078,27.648699999999998,3.08035Q27.769399999999997,3.16992,27.8857,3.26531Q28.0019,3.3607,28.113300000000002,3.46167Q28.2247,3.56265,28.331,3.66897Q28.4373,3.77529,28.5383,3.8867Q28.6393,3.99811,28.7347,4.11434Q28.8301,4.23057,28.919600000000003,4.35134Q29.0092,4.47211,29.0928,4.59713Q29.176299999999998,4.72215,29.2536,4.85112Q29.3309,4.980090000000001,29.4018,5.11269Q29.4726,5.2453,29.5369,5.38122Q29.6012,5.51715,29.6588,5.65606Q29.7163,5.79498,29.767,5.93655Q29.8176,6.07812,29.8613,6.22201Q29.904899999999998,6.36589,29.9414,6.51175Q29.978,6.6576,30.0073,6.80507Q30.0366,6.95254,30.0587,7.10128Q30.0808,7.25001,30.0955,7.39965Q30.1102,7.54928,30.1176,7.69946Q30.125,7.84964,30.125,8ZM23.55799,11.058L23.55799,6.21155L22.44109,7.34135C22.26711,7.51734,21.98289,7.51734,21.80891,7.34135C21.63773,7.1682,21.63773,6.88955,21.80891,6.71639L23.9747,4.5256C23.98863,4.5115,24.01138,4.5115,24.02532,4.52558L24.625880000000002,5.13222L26.191200000000002,6.71636C26.36233,6.88954,26.36229,7.16817,26.191119999999998,7.34131C26.01712,7.51732,25.73288,7.51732,25.558880000000002,7.34131L24.44201,6.21155L24.44201,11.058C24.44201,11.3021,24.24411,11.5,24,11.5C23.75589,11.5,23.55799,11.3021,23.55799,11.058Z" fill-rule="evenodd" fill="#666666" fill-opacity="1"/></g></g></svg>', m = /* @__PURE__ */ e({
|
|
4
|
+
__name: "index",
|
|
5
|
+
setup(c) {
|
|
6
|
+
return (Q, p) => (t(), n(o(l), r({ icon: o(a) }, Q.$attrs), {
|
|
7
|
+
default: i(() => [
|
|
8
|
+
s(Q.$slots, "default")
|
|
9
|
+
]),
|
|
10
|
+
_: 3
|
|
11
|
+
/* FORWARDED */
|
|
12
|
+
}, 16, ["icon"]));
|
|
13
|
+
}
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
m as DasIconRight3
|
|
17
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
slots: {
|
|
3
|
+
default?(_: {}): any;
|
|
4
|
+
};
|
|
5
|
+
refs: {};
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
};
|
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
11
|
+
export default _default;
|
|
12
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
13
|
+
new (): {
|
|
14
|
+
$slots: S;
|
|
15
|
+
};
|
|
16
|
+
};
|