@das-fed/ui 6.4.0-dev.23 → 6.4.0-dev.25
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/package.json +5 -5
- package/packages/business-components/index.d.ts +1 -0
- package/packages/business-components/index.js +1 -0
- package/packages/business-components/process-form/App.vue.d.ts +3 -0
- package/packages/business-components/process-form/index.d.ts +3 -0
- package/packages/business-components/process-form/index.js +1019 -971
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/hooks/useSelector.d.ts +1 -1
- 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-form/type.d.ts +1 -0
- package/packages/business-components/process-search-form/hooks/useSearchOptions.d.ts +1 -172
- package/packages/business-components/process-search-form/index.js +236 -337
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/hooks/useProcessTable.d.ts +12 -4
- package/packages/business-components/process-table/hooks/useTableShow.d.ts +8 -12
- package/packages/business-components/process-table/index.d.ts +18 -2
- package/packages/business-components/process-table/index.js +613 -591
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/process-table/src/App.vue.d.ts +2 -0
- package/packages/business-components/process-table/src/type.d.ts +21 -0
- package/packages/business-components/process-table/style.css +1 -1
- package/packages/business-components/upload-file/index.d.ts +87 -0
- package/packages/business-components/upload-file/index.js +111 -0
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/upload-file/src/App.vue.d.ts +16 -0
- package/packages/business-components/upload-file/src/hooks/use-upload.d.ts +7 -0
- package/packages/business-components/upload-file/src/type.d.ts +51 -0
- package/packages/business-components/upload-file/style.css +1 -0
- package/packages/components/form/index.js +21 -21
- package/packages/components/form/index.js.gz +0 -0
- package/packages/components/form/style.css +1 -1
- package/packages/components/form-item/index.js +2 -2
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/form-item/style.css +1 -1
- package/packages/components/form-item/style.css.gz +0 -0
- package/packages/components/rich-editor/index.js +1 -0
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/search/index.js +19 -19
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/style.css +1 -1
- package/packages/components/search/style.css.gz +0 -0
- package/packages/components/tree/index.js +2 -1
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +50 -40
|
Binary file
|
|
@@ -2411,8 +2411,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
|
|
|
2411
2411
|
reqTableList: () => Promise<void>;
|
|
2412
2412
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
2413
2413
|
getSearchQuery: (val: any) => any;
|
|
2414
|
+
changeSlotShow: (val: import("./type").ITableShowColumn[]) => any;
|
|
2414
2415
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
2415
2416
|
onGetSearchQuery?: ((val: any) => any) | undefined;
|
|
2417
|
+
onChangeSlotShow?: ((val: import("./type").ITableShowColumn[]) => any) | undefined;
|
|
2416
2418
|
}>, {
|
|
2417
2419
|
flowKey: string;
|
|
2418
2420
|
needDisplayFileds: boolean;
|
|
@@ -70,6 +70,20 @@ export interface IModelData {
|
|
|
70
70
|
tableName: string
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
+
|
|
74
|
+
export interface ITableSlotMap {
|
|
75
|
+
|
|
76
|
+
desc: string
|
|
77
|
+
|
|
78
|
+
name: string
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
export interface ITableShowColumn extends ITableSlotMap {
|
|
83
|
+
|
|
84
|
+
switch: boolean
|
|
85
|
+
}
|
|
86
|
+
|
|
73
87
|
export interface Props {
|
|
74
88
|
|
|
75
89
|
flowKey: string
|
|
@@ -125,4 +139,11 @@ export interface Props {
|
|
|
125
139
|
export interface Emits {
|
|
126
140
|
|
|
127
141
|
(e: 'getSearchQuery', val: any): void
|
|
142
|
+
|
|
143
|
+
(e: 'changeSlotShow', val: ITableShowColumn[]): void
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export type Slot = {
|
|
147
|
+
append?: () => { props: { label: string; prop: string } }[]
|
|
148
|
+
prepend?: () => { props: { label: string; prop: string } }[]
|
|
128
149
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-process-table[data-v-
|
|
1
|
+
.das-process-table[data-v-eb1af03b]{width:100%;height:100%}.das-process-table .setting-top[data-v-eb1af03b]{border-bottom:1px solid #e5e5e5}.das-process-table .setting-top .setting-top-content[data-v-eb1af03b]{width:88px;height:32px;line-height:32px;text-align:center;background:#fff;font-size:12px;color:#5582f3;letter-spacing:0;font-weight:400;border-bottom:2px solid #5582f3}.das-process-table .operate[data-v-eb1af03b]{display:flex;justify-content:flex-end;align-items:center;height:40px}.das-process-table .operate .text-btn[data-v-eb1af03b]{font-size:14px;color:#5582f3;letter-spacing:0;line-height:21px;font-weight:400;cursor:pointer}.das-process-table[data-v-eb1af03b] .das-ui-switch{display:block}.no-header-column[data-v-eb1af03b] .el-table td.el-table__cell,.no-header-column[data-v-eb1af03b] .el-table th.el-table__cell.is-leaf{border-bottom:none}
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
declare const DasBusinessUploadFile: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
2
|
+
"update:modelValue": (val: string) => any;
|
|
3
|
+
"upload-success": (file: import("ant-design-vue").UploadFile<any>, url: string) => any;
|
|
4
|
+
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
5
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
6
|
+
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
type: "input" | "image";
|
|
9
|
+
minioTokenApi: string;
|
|
10
|
+
imageWidth: string;
|
|
11
|
+
imageHeight: string;
|
|
12
|
+
inputProps: Record<any, any>;
|
|
13
|
+
imageProps: Record<any, any>;
|
|
14
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
15
|
+
/** 获取组件实例 */
|
|
16
|
+
declare const DasBusinessUploadFileRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
18
|
+
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
19
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
20
|
+
"update:modelValue": (val: string) => any;
|
|
21
|
+
"upload-success": (file: import("ant-design-vue").UploadFile<any>, url: string) => any;
|
|
22
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("./src/type.js").Props> & Readonly<{
|
|
23
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
24
|
+
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
25
|
+
}>, {
|
|
26
|
+
type: "input" | "image";
|
|
27
|
+
minioTokenApi: string;
|
|
28
|
+
imageWidth: string;
|
|
29
|
+
imageHeight: string;
|
|
30
|
+
inputProps: Record<any, any>;
|
|
31
|
+
imageProps: Record<any, any>;
|
|
32
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
33
|
+
P: {};
|
|
34
|
+
B: {};
|
|
35
|
+
D: {};
|
|
36
|
+
C: {};
|
|
37
|
+
M: {};
|
|
38
|
+
Defaults: {};
|
|
39
|
+
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
40
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
41
|
+
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
42
|
+
}>, {}, {}, {}, {}, {
|
|
43
|
+
type: "input" | "image";
|
|
44
|
+
minioTokenApi: string;
|
|
45
|
+
imageWidth: string;
|
|
46
|
+
imageHeight: string;
|
|
47
|
+
inputProps: Record<any, any>;
|
|
48
|
+
imageProps: Record<any, any>;
|
|
49
|
+
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
50
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
51
|
+
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
52
|
+
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
53
|
+
"update:modelValue": (val: string) => any;
|
|
54
|
+
"upload-success": (file: import("ant-design-vue").UploadFile<any>, url: string) => any;
|
|
55
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("./src/type.js").Props> & Readonly<{
|
|
56
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
57
|
+
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
58
|
+
}>, {
|
|
59
|
+
type: "input" | "image";
|
|
60
|
+
minioTokenApi: string;
|
|
61
|
+
imageWidth: string;
|
|
62
|
+
imageHeight: string;
|
|
63
|
+
inputProps: Record<any, any>;
|
|
64
|
+
imageProps: Record<any, any>;
|
|
65
|
+
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
66
|
+
P: {};
|
|
67
|
+
B: {};
|
|
68
|
+
D: {};
|
|
69
|
+
C: {};
|
|
70
|
+
M: {};
|
|
71
|
+
Defaults: {};
|
|
72
|
+
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
73
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
74
|
+
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
75
|
+
}>, {}, {}, {}, {}, {
|
|
76
|
+
type: "input" | "image";
|
|
77
|
+
minioTokenApi: string;
|
|
78
|
+
imageWidth: string;
|
|
79
|
+
imageHeight: string;
|
|
80
|
+
inputProps: Record<any, any>;
|
|
81
|
+
imageProps: Record<any, any>;
|
|
82
|
+
}> | null>;
|
|
83
|
+
export { DasBusinessUploadFile, DasBusinessUploadFileRef };
|
|
84
|
+
declare const _default: {
|
|
85
|
+
name: string;
|
|
86
|
+
};
|
|
87
|
+
export default _default;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
import '@das-fed/ui/packages/business-components/upload-file/style.css';
|
|
2
|
+
import { ref as V, computed as h, defineComponent as z, useCssVars as y, openBlock as f, createElementBlock as c, createVNode as g, unref as d, mergeProps as v, isRef as w, createCommentVNode as U, normalizeClass as k, createElementVNode as F } from "vue";
|
|
3
|
+
import { withInstall as b } from "@das-fed/utils/with-install/index";
|
|
4
|
+
import { DasInput as B } from "@das-fed/ui/packages/components/input/index";
|
|
5
|
+
import { DasUpload as S } from "@das-fed/ui/packages/components/upload/index";
|
|
6
|
+
import { useCalculateSize as D, minioUpload as P, DasImageViewer as x } from "@das-fed/ui/packages/components/image-viewer/index";
|
|
7
|
+
import { i18n as C } from "@das-fed/web/packages/i18n/index";
|
|
8
|
+
import { DasMessage as N } from "@das-fed/ui/packages/components/message/index";
|
|
9
|
+
const I = (i, n) => {
|
|
10
|
+
const a = V(!1), { size2B: r } = D(), { upload: u } = P(i), m = (s) => {
|
|
11
|
+
if (i.maxSize) {
|
|
12
|
+
const { finalSize: e, sizeText: t } = r(i.maxSize);
|
|
13
|
+
if (s.size > e) {
|
|
14
|
+
const o = C(`上传的文件大小不能超过${t}`).value;
|
|
15
|
+
return N.warning(o), !1;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
return !0;
|
|
19
|
+
}, p = h({
|
|
20
|
+
get: () => i.modelValue,
|
|
21
|
+
set: (s) => n("update:modelValue", s)
|
|
22
|
+
});
|
|
23
|
+
return {
|
|
24
|
+
loading: a,
|
|
25
|
+
imgUrl: p,
|
|
26
|
+
uploadFile: async (s) => {
|
|
27
|
+
if (a.value = !0, m(s)) {
|
|
28
|
+
const e = await u(s);
|
|
29
|
+
p.value = e, n("upload-success", s, e);
|
|
30
|
+
}
|
|
31
|
+
a.value = !1;
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
}, A = { class: "das-business-file-upload" }, H = {
|
|
35
|
+
key: 0,
|
|
36
|
+
class: "input-box"
|
|
37
|
+
}, W = { class: "upload-box" }, E = /* @__PURE__ */ z({
|
|
38
|
+
inheritAttrs: !1,
|
|
39
|
+
__name: "App",
|
|
40
|
+
props: {
|
|
41
|
+
modelValue: {},
|
|
42
|
+
width: {},
|
|
43
|
+
isView: { type: Boolean },
|
|
44
|
+
type: { default: "input" },
|
|
45
|
+
imageWidth: { default: "100px" },
|
|
46
|
+
imageHeight: { default: "100px" },
|
|
47
|
+
maxSize: {},
|
|
48
|
+
baseUrl: {},
|
|
49
|
+
serviceName: {},
|
|
50
|
+
pathPrefix: {},
|
|
51
|
+
bucketName: {},
|
|
52
|
+
minioTokenApi: { default: "token" },
|
|
53
|
+
inputProps: { default: () => ({}) },
|
|
54
|
+
imageProps: { default: () => ({}) }
|
|
55
|
+
},
|
|
56
|
+
emits: ["update:modelValue", "upload-success"],
|
|
57
|
+
setup(i, { emit: n }) {
|
|
58
|
+
y((e) => ({
|
|
59
|
+
"66b28a84": m.value,
|
|
60
|
+
"52afe674": e.imageHeight
|
|
61
|
+
}));
|
|
62
|
+
const a = i, r = n, u = V([]), m = h(() => (a == null ? void 0 : a.width) ?? "100%"), { loading: p, imgUrl: l, uploadFile: s } = I(a, r);
|
|
63
|
+
return (e, t) => (f(), c("div", A, [
|
|
64
|
+
e.type === "input" ? (f(), c("div", H, [
|
|
65
|
+
g(d(B), v({
|
|
66
|
+
width: "100%",
|
|
67
|
+
modelValue: d(l),
|
|
68
|
+
"onUpdate:modelValue": t[0] || (t[0] = (o) => w(l) ? l.value = o : null),
|
|
69
|
+
"is-view": e.isView
|
|
70
|
+
}, e.inputProps), null, 16, ["modelValue", "is-view"])
|
|
71
|
+
])) : U("v-if", !0),
|
|
72
|
+
e.type === "image" ? (f(), c(
|
|
73
|
+
"div",
|
|
74
|
+
{
|
|
75
|
+
key: 1,
|
|
76
|
+
class: k(["image-box", e.isView ? "is-view" : ""])
|
|
77
|
+
},
|
|
78
|
+
[
|
|
79
|
+
g(d(x), v({
|
|
80
|
+
style: { width: e.imageWidth, height: e.imageHeight },
|
|
81
|
+
modelValue: d(l),
|
|
82
|
+
"onUpdate:modelValue": t[1] || (t[1] = (o) => w(l) ? l.value = o : null),
|
|
83
|
+
status: "info",
|
|
84
|
+
"is-view": !0
|
|
85
|
+
}, e.imageProps), null, 16, ["style", "modelValue"])
|
|
86
|
+
],
|
|
87
|
+
2
|
|
88
|
+
/* CLASS */
|
|
89
|
+
)) : U("v-if", !0),
|
|
90
|
+
F("div", W, [
|
|
91
|
+
g(d(S), v({
|
|
92
|
+
modelValue: u.value,
|
|
93
|
+
"onUpdate:modelValue": t[2] || (t[2] = (o) => u.value = o),
|
|
94
|
+
draggle: !1,
|
|
95
|
+
onFileUpload: d(s),
|
|
96
|
+
"is-view": e.isView
|
|
97
|
+
}, e.$attrs), null, 16, ["modelValue", "onFileUpload", "is-view"])
|
|
98
|
+
])
|
|
99
|
+
]));
|
|
100
|
+
}
|
|
101
|
+
}), M = (i, n) => {
|
|
102
|
+
const a = i.__vccOpts || i;
|
|
103
|
+
for (const [r, u] of n)
|
|
104
|
+
a[r] = u;
|
|
105
|
+
return a;
|
|
106
|
+
}, R = /* @__PURE__ */ M(E, [["__scopeId", "data-v-57c87228"]]), G = b(R), J = () => V(null), K = { name: "复合型文件上传 upload-file" };
|
|
107
|
+
export {
|
|
108
|
+
G as DasBusinessUploadFile,
|
|
109
|
+
J as DasBusinessUploadFileRef,
|
|
110
|
+
K as default
|
|
111
|
+
};
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import type { Props } from './type';
|
|
2
|
+
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
+
"update:modelValue": (val: string) => any;
|
|
4
|
+
"upload-success": (file: import("ant-design-vue").UploadFile<any>, url: string) => any;
|
|
5
|
+
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
6
|
+
"onUpdate:modelValue"?: ((val: string) => any) | undefined;
|
|
7
|
+
"onUpload-success"?: ((file: import("ant-design-vue").UploadFile<any>, url: string) => any) | undefined;
|
|
8
|
+
}>, {
|
|
9
|
+
type: "input" | "image";
|
|
10
|
+
minioTokenApi: string;
|
|
11
|
+
imageWidth: string;
|
|
12
|
+
imageHeight: string;
|
|
13
|
+
inputProps: Record<any, any>;
|
|
14
|
+
imageProps: Record<any, any>;
|
|
15
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Props, Emits } from '../type';
|
|
2
|
+
import type { UploadFile } from 'ant-design-vue';
|
|
3
|
+
export declare const useUpload: (props: Props, emit: Emits) => {
|
|
4
|
+
loading: import("vue").Ref<boolean, boolean>;
|
|
5
|
+
imgUrl: import("vue").WritableComputedRef<string, string>;
|
|
6
|
+
uploadFile: (file: UploadFile) => Promise<void>;
|
|
7
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { UploadFile } from 'ant-design-vue'
|
|
2
|
+
|
|
3
|
+
export interface Props {
|
|
4
|
+
modelValue: string
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
width?: string
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
isView?: boolean
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
type?: 'input' | 'image'
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
imageWidth?: string
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
imageHeight?: string
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
maxSize?: number | string
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
baseUrl?: string
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
serviceName?: string
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
pathPrefix?: string
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
bucketName?: string
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
minioTokenApi?: string
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
inputProps?: Record<any, any>
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
imageProps?: Record<any, any>
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface Emits {
|
|
47
|
+
(e: 'update:modelValue', val: string): void
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
(e: 'upload-success', file: UploadFile, url: string): void
|
|
51
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.das-business-file-upload[data-v-57c87228]{display:flex;align-items:center;width:var(--66b28a84)}.das-business-file-upload .input-box[data-v-57c87228]{flex:1;min-width:0;padding-right:20px;box-sizing:border-box}.das-business-file-upload .image-box[data-v-57c87228]{position:relative;padding-right:60px}.das-business-file-upload .image-box[data-v-57c87228]:not(.is-view):after{position:absolute;display:block;content:"";height:calc(var(--52afe674) - 10px);width:1px;right:30px;top:50%;transform:translateY(-50%);background-color:#d9d9d9}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/form/style.css';
|
|
2
|
-
import { defineComponent as
|
|
2
|
+
import { defineComponent as _, ref as p, useSlots as x, watch as N, nextTick as I, provide as M, reactive as b, onMounted as k, openBlock as S, createElementBlock as w, normalizeClass as z, normalizeStyle as B, renderSlot as C } from "vue";
|
|
3
3
|
import { withInstall as E } from "@das-fed/utils/with-install/index";
|
|
4
4
|
import "@das-fed/ui/packages/global/theme";
|
|
5
|
-
const
|
|
5
|
+
const L = /* @__PURE__ */ _({
|
|
6
6
|
__name: "Index",
|
|
7
7
|
props: {
|
|
8
8
|
labelLength: { default: 4 },
|
|
@@ -20,16 +20,16 @@ const T = /* @__PURE__ */ x({
|
|
|
20
20
|
autoMarginRight: { type: Boolean, default: !1 }
|
|
21
21
|
},
|
|
22
22
|
setup(n, { expose: d }) {
|
|
23
|
-
const a = n, i = p(), c =
|
|
23
|
+
const a = n, i = p(), c = x(), g = () => {
|
|
24
24
|
const e = ["#comment", "#text"], t = Array.from(i.value.childNodes).filter(
|
|
25
|
-
(
|
|
25
|
+
(r) => !e.includes(r.nodeName)
|
|
26
26
|
), l = a.cols || 4;
|
|
27
27
|
let o = 0;
|
|
28
|
-
t.forEach((
|
|
29
|
-
const f = Number(
|
|
28
|
+
t.forEach((r, R) => {
|
|
29
|
+
const f = Number(r.dataset.col ?? 1);
|
|
30
30
|
o += f;
|
|
31
|
-
const m = t[
|
|
32
|
-
o === l || o > l && f === l ? m.
|
|
31
|
+
const m = t[R];
|
|
32
|
+
o === l || o > l && f === l ? m.classList.add("marin-right-0") : m.classList.remove("marin-right-0"), o === l ? o = 0 : o > l && (o = f);
|
|
33
33
|
});
|
|
34
34
|
};
|
|
35
35
|
N(
|
|
@@ -43,35 +43,35 @@ const T = /* @__PURE__ */ x({
|
|
|
43
43
|
deep: !0
|
|
44
44
|
}
|
|
45
45
|
);
|
|
46
|
-
let
|
|
47
|
-
M("DasForm",
|
|
48
|
-
|
|
46
|
+
let s = [];
|
|
47
|
+
M("DasForm", b({ props: a, addField: (e) => {
|
|
48
|
+
s.push(e);
|
|
49
49
|
}, removeField: (e) => {
|
|
50
|
-
|
|
50
|
+
s = s.filter((t) => t.timeStamp !== e.timeStamp);
|
|
51
51
|
} }));
|
|
52
52
|
const h = async (e) => {
|
|
53
53
|
const t = await y();
|
|
54
54
|
e(t);
|
|
55
55
|
}, v = async (e, t) => {
|
|
56
|
-
const o = await
|
|
56
|
+
const o = await s.find((r) => r.propName === e && r.rules.length > 0).validate();
|
|
57
57
|
t(o);
|
|
58
58
|
}, y = async () => {
|
|
59
59
|
let e = !0;
|
|
60
|
-
for (const t of
|
|
60
|
+
for (const t of s)
|
|
61
61
|
t.propName && t.rules.length > 0 && (await t.validate() || (e = !1));
|
|
62
62
|
return e;
|
|
63
|
-
},
|
|
64
|
-
|
|
63
|
+
}, F = () => {
|
|
64
|
+
s.forEach((e) => {
|
|
65
65
|
e.resetError();
|
|
66
66
|
});
|
|
67
67
|
}, u = () => {
|
|
68
68
|
a.autoMarginRight && a.alignType === "horizontal" && g();
|
|
69
69
|
};
|
|
70
|
-
return
|
|
70
|
+
return k(u), d({
|
|
71
71
|
validate: h,
|
|
72
72
|
validateField: v,
|
|
73
|
-
resetField:
|
|
74
|
-
}), (e, t) => (
|
|
73
|
+
resetField: F
|
|
74
|
+
}), (e, t) => (S(), w(
|
|
75
75
|
"div",
|
|
76
76
|
{
|
|
77
77
|
class: z(["das-ui-form", { horizontal: e.alignType === "horizontal" }]),
|
|
@@ -86,12 +86,12 @@ const T = /* @__PURE__ */ x({
|
|
|
86
86
|
/* CLASS, STYLE */
|
|
87
87
|
));
|
|
88
88
|
}
|
|
89
|
-
}),
|
|
89
|
+
}), T = (n, d) => {
|
|
90
90
|
const a = n.__vccOpts || n;
|
|
91
91
|
for (const [i, c] of d)
|
|
92
92
|
a[i] = c;
|
|
93
93
|
return a;
|
|
94
|
-
},
|
|
94
|
+
}, A = /* @__PURE__ */ T(L, [["__scopeId", "data-v-e05eb9be"]]), j = E(A), q = () => p(null);
|
|
95
95
|
export {
|
|
96
96
|
j as DasForm,
|
|
97
97
|
q as DasFormRef,
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-form[data-v-
|
|
1
|
+
.das-ui-form[data-v-e05eb9be]{display:flex;flex-direction:column;align-content:flex-start}.das-ui-form.horizontal[data-v-e05eb9be]{flex-direction:row;flex-wrap:wrap}
|
|
@@ -1412,7 +1412,7 @@ const Lo = (e, t, r) => {
|
|
|
1412
1412
|
emits: ["update:modelValue", "update:optionValue", "update:error", "change", "input", "select-change"],
|
|
1413
1413
|
setup(e, { expose: t, emit: r }) {
|
|
1414
1414
|
fr((s) => ({
|
|
1415
|
-
|
|
1415
|
+
cf197e58: l(j)
|
|
1416
1416
|
}));
|
|
1417
1417
|
const n = e, a = r, i = pr(), { isShow: o } = Pr(n), {
|
|
1418
1418
|
innerError: u,
|
|
@@ -1916,7 +1916,7 @@ const Lo = (e, t, r) => {
|
|
|
1916
1916
|
for (const [n, a] of t)
|
|
1917
1917
|
r[n] = a;
|
|
1918
1918
|
return r;
|
|
1919
|
-
}, Yo = /* @__PURE__ */ Zo(Jo, [["__scopeId", "data-v-
|
|
1919
|
+
}, Yo = /* @__PURE__ */ Zo(Jo, [["__scopeId", "data-v-1ce9227b"]]), Xo = {
|
|
1920
1920
|
"--das-ui-form-error-label-color": { light: "#fb2323" },
|
|
1921
1921
|
"--das-ui-form-label-normal": { light: rr("--das-ui-color-secondary") }
|
|
1922
1922
|
}, vs = tr(Yo);
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-form-item[data-v-
|
|
1
|
+
.das-ui-form-item[data-v-1ce9227b]{display:flex;flex-direction:column}.das-ui-form-item.marin-right-0[data-v-1ce9227b]{margin-right:0!important}.das-ui-form-item.top[data-v-1ce9227b]{align-items:flex-start!important}.das-ui-form-item.top .das-ui-form-item-label[data-v-1ce9227b]{margin-bottom:3px;margin-right:0!important}.das-ui-form-item.left[data-v-1ce9227b]{flex-direction:row}.das-ui-form-item.left .das-ui-form-item-label[data-v-1ce9227b]{text-align:left}.das-ui-form-item.right[data-v-1ce9227b]{flex-direction:row}.das-ui-form-item.right .das-ui-form-item-label[data-v-1ce9227b]{text-align:right}.das-ui-form-item.right .das-ui-form-item-label .label[data-v-1ce9227b]{width:auto}.das-ui-form-item.flex-layout[data-v-1ce9227b]{width:100%}.das-ui-form-item.flex-layout .das-ui-form-container[data-v-1ce9227b]{flex:1}.das-ui-form-item .das-ui-form-item-label[data-v-1ce9227b]{font-size:var(--das-ui-font-size-sm);height:18px;line-height:18px}.das-ui-form-item .das-ui-form-item-label .label[data-v-1ce9227b]{width:fit-content;position:relative;max-width:100%;display:flex;color:var(--das-ui-form-label-normal)}.das-ui-form-item .das-ui-form-item-label .label .label-context[data-v-1ce9227b]{width:100%}.das-ui-form-item .das-ui-form-item-label .label.required-mark[data-v-1ce9227b]:after{content:"*";position:absolute;top:0;right:-8px;width:6px;height:18px;line-height:18px;text-align:left;color:var(--das-ui-form-error-label-color)}.das-ui-form-item .das-ui-form-item-label .label .help-icon[data-v-1ce9227b]{position:absolute;right:-28px;top:1px}.das-ui-form-item .das-ui-form-item-label .label .help-icon.no-required[data-v-1ce9227b]{right:-20px}.das-ui-form-item .das-ui-form-container[data-v-1ce9227b]{display:flex;position:relative}.das-ui-form-item .das-ui-form-container .error-label[data-v-1ce9227b]{position:absolute;height:22px;width:100%;font-size:12px;left:0;top:100%;line-height:18px;font-weight:400;letter-spacing:0;color:var(--das-ui-form-error-label-color);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.das-ui-form-item .das-ui-form-container .error-label--overlay[data-v-1ce9227b]{position:absolute;width:100%;left:0;top:100%;background-color:var(--das-ui-input-number-overlay-error-bg-color);box-shadow:0 4px 10px #0003;border-radius:1px;padding:2px 8px;box-sizing:border-box;font-size:12px;z-index:99;color:var(--das-ui-form-error-label-color)}.das-form-item-overlay-error-label-content[data-v-1ce9227b]{position:absolute;top:100%;left:0;width:var(--cf197e58)}.das-ui-form-item.flex-layout .das-ui-form-container .das-ui-input{width:100%}
|
|
Binary file
|
|
@@ -21882,6 +21882,7 @@ const p2t = {
|
|
|
21882
21882
|
onCustomPaste: po(q)
|
|
21883
21883
|
}, null, 8, ["class", "mode", "modelValue", "default-content", "onOnCreated", "onOnChange", "onOnFocus", "onOnBlur", "onCustomPaste"]), [
|
|
21884
21884
|
[po(L$), {
|
|
21885
|
+
usePrevOverlay: !0,
|
|
21885
21886
|
target: Z,
|
|
21886
21887
|
x: !1,
|
|
21887
21888
|
"z-index": 0
|
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/components/search/style.css';
|
|
2
2
|
import { withInstall as z } from "@das-fed/utils/with-install/index";
|
|
3
|
-
import { defineComponent as S, ref as I, computed as V, watchEffect as L, openBlock as n, createElementBlock as w, normalizeClass as M, createBlock as
|
|
3
|
+
import { defineComponent as S, ref as I, computed as V, watchEffect as L, openBlock as n, createElementBlock as w, normalizeClass as M, createBlock as u, unref as o, mergeProps as p, withCtx as v, createCommentVNode as i } from "vue";
|
|
4
4
|
import { DasAutoRegisterIcon as T, DasIcon as s } from "@das-fed/ui/packages/components/icon/index";
|
|
5
|
-
import { Input as
|
|
5
|
+
import { Input as B } from "ant-design-vue";
|
|
6
6
|
import "ant-design-vue/es/input/style/css";
|
|
7
7
|
import { setI18nRule as E } from "@das-fed/web/packages/i18n/index";
|
|
8
8
|
import { setThemeRule as F } from "@das-fed/web/packages/theme/index";
|
|
@@ -84,7 +84,7 @@ const D = {
|
|
|
84
84
|
let h = I(!0), y = I(!0), l = I(c.modelValue);
|
|
85
85
|
const a = V({
|
|
86
86
|
get: () => c.modelValue,
|
|
87
|
-
set: (
|
|
87
|
+
set: (d) => t("update:modelValue", d)
|
|
88
88
|
});
|
|
89
89
|
L(() => {
|
|
90
90
|
});
|
|
@@ -94,38 +94,38 @@ const D = {
|
|
|
94
94
|
y.value = !0;
|
|
95
95
|
}, k = () => {
|
|
96
96
|
h.value = !y.value;
|
|
97
|
-
},
|
|
97
|
+
}, $ = () => {
|
|
98
98
|
l.value !== a.value && (l.value = a.value, t("change", a.value)), a.value === "" && (l.value = ""), t("press-enter");
|
|
99
99
|
}, C = () => {
|
|
100
100
|
a.value = "", l.value = "", t("change", "");
|
|
101
101
|
}, r = () => {
|
|
102
102
|
l.value !== a.value && (l.value = a.value, t("change", a.value)), a.value === "" && (l.value = ""), t("search");
|
|
103
103
|
};
|
|
104
|
-
return (
|
|
104
|
+
return (d, f) => (n(), w(
|
|
105
105
|
"div",
|
|
106
106
|
{
|
|
107
107
|
class: M(`das-ui-search ${e.size}`)
|
|
108
108
|
},
|
|
109
109
|
[
|
|
110
|
-
e.searchType === "basis" ? (n(), o(
|
|
110
|
+
e.searchType === "basis" ? (n(), u(o(B), p({ key: 0 }, d.$attrs, {
|
|
111
111
|
type: e.searchType,
|
|
112
|
-
class: `main-input ${e.size} ${e.border ? "border" : ""} ${e.isIconLeft ? "left" : ""}`,
|
|
112
|
+
class: `das-ui-search-input main-input ${e.size} ${e.border ? "border" : ""} ${e.isIconLeft ? "left" : ""}`,
|
|
113
113
|
value: a.value,
|
|
114
|
-
"onUpdate:value":
|
|
114
|
+
"onUpdate:value": f[0] || (f[0] = (b) => a.value = b),
|
|
115
115
|
disabled: e.disabled,
|
|
116
116
|
onBlur: g,
|
|
117
117
|
onFocus: x,
|
|
118
|
-
onPressEnter:
|
|
118
|
+
onPressEnter: $
|
|
119
119
|
}), {
|
|
120
120
|
prefix: v(() => [
|
|
121
|
-
e.isIconLeft ? (n(), o(
|
|
121
|
+
e.isIconLeft ? (n(), u(o(s), {
|
|
122
122
|
key: 0,
|
|
123
123
|
icon: e.prefixIcon ? e.prefixIcon : "search",
|
|
124
124
|
onMousedown: r
|
|
125
125
|
}, null, 8, ["icon"])) : i("v-if", !0)
|
|
126
126
|
]),
|
|
127
127
|
suffix: v(() => [
|
|
128
|
-
e.clearable && a.value.length ? (n(), o(
|
|
128
|
+
e.clearable && a.value.length ? (n(), u(o(s), {
|
|
129
129
|
key: 0,
|
|
130
130
|
class: "close-icon",
|
|
131
131
|
size: "large",
|
|
@@ -134,7 +134,7 @@ const D = {
|
|
|
134
134
|
onMousedown: C,
|
|
135
135
|
onMouseenter: k
|
|
136
136
|
})) : i("v-if", !0),
|
|
137
|
-
e.isIconLeft ? i("v-if", !0) : (n(), o(
|
|
137
|
+
e.isIconLeft ? i("v-if", !0) : (n(), u(o(s), {
|
|
138
138
|
key: 1,
|
|
139
139
|
icon: e.suffixIcon ? e.suffixIcon : "search",
|
|
140
140
|
onMousedown: r
|
|
@@ -142,24 +142,24 @@ const D = {
|
|
|
142
142
|
]),
|
|
143
143
|
_: 1
|
|
144
144
|
/* STABLE */
|
|
145
|
-
}, 16, ["type", "class", "value", "disabled"])) : (n(), o(
|
|
145
|
+
}, 16, ["type", "class", "value", "disabled"])) : (n(), u(o(B), p({ key: 1 }, d.$attrs, {
|
|
146
146
|
type: e.searchType,
|
|
147
|
-
class: `main-input ${e.size} ${e.border ? "border" : ""} ${e.isIconLeft ? "left" : ""}`,
|
|
147
|
+
class: `das-ui-search-input main-input ${e.size} ${e.border ? "border" : ""} ${e.isIconLeft ? "left" : ""}`,
|
|
148
148
|
value: a.value,
|
|
149
|
-
"onUpdate:value":
|
|
149
|
+
"onUpdate:value": f[1] || (f[1] = (b) => a.value = b),
|
|
150
150
|
disabled: e.disabled,
|
|
151
151
|
onFocus: x,
|
|
152
152
|
onBlur: g
|
|
153
153
|
}), {
|
|
154
154
|
prefix: v(() => [
|
|
155
|
-
e.isIconLeft ? (n(), o(
|
|
155
|
+
e.isIconLeft ? (n(), u(o(s), {
|
|
156
156
|
key: 0,
|
|
157
157
|
icon: e.prefixIcon ? e.prefixIcon : "search",
|
|
158
158
|
onClick: r
|
|
159
159
|
}, null, 8, ["icon"])) : i("v-if", !0)
|
|
160
160
|
]),
|
|
161
161
|
suffix: v(() => [
|
|
162
|
-
e.clearable && a.value.length ? (n(), o(
|
|
162
|
+
e.clearable && a.value.length ? (n(), u(o(s), {
|
|
163
163
|
key: 0,
|
|
164
164
|
class: "close-icon",
|
|
165
165
|
size: "large",
|
|
@@ -168,7 +168,7 @@ const D = {
|
|
|
168
168
|
onClick: C,
|
|
169
169
|
onMouseenter: k
|
|
170
170
|
})) : i("v-if", !0),
|
|
171
|
-
e.isIconLeft ? i("v-if", !0) : (n(), o(
|
|
171
|
+
e.isIconLeft ? i("v-if", !0) : (n(), u(o(s), {
|
|
172
172
|
key: 1,
|
|
173
173
|
icon: e.suffixIcon ? e.suffixIcon : "search",
|
|
174
174
|
onClick: r
|
|
@@ -187,7 +187,7 @@ const D = {
|
|
|
187
187
|
for (const [t, h] of m)
|
|
188
188
|
c[t] = h;
|
|
189
189
|
return c;
|
|
190
|
-
}, A = /* @__PURE__ */ R(P, [["__scopeId", "data-v-
|
|
190
|
+
}, A = /* @__PURE__ */ R(P, [["__scopeId", "data-v-f8207fd2"]]), N = {
|
|
191
191
|
"demo-msg": {
|
|
192
192
|
"zh-CN": "这是第一个示例路由页面",
|
|
193
193
|
en: "This is Demo Page"
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-ui-search.small[data-v-
|
|
1
|
+
.das-ui-search.small[data-v-f8207fd2]{width:200px}.das-ui-search.large[data-v-f8207fd2]{width:320px}.das-ui-search.middle[data-v-f8207fd2]{width:260px}.das-ui-search .das-ui-search-input.main-input[data-v-f8207fd2]{border-width:0 0 1px 0!important;border-color:var(--das-ui-search-border);box-shadow:none!important;outline:none;color:var(--das-ui-search-text);border-radius:0}.das-ui-search .das-ui-search-input.main-input.border[data-v-f8207fd2]{border-width:1px!important;border-radius:2px}.das-ui-search .das-ui-search-input.main-input[data-v-f8207fd2]:hover,.das-ui-search .das-ui-search-input.main-input[data-v-f8207fd2]:active,.das-ui-search .das-ui-search-input.main-input[data-v-f8207fd2]:focus{border-color:var(--das-ui-search-border-active)}.das-ui-search .das-ui-search-input.main-input:hover.ant-input-affix-wrapper .ant-input-prefix .das-icon[data-v-f8207fd2],.das-ui-search .das-ui-search-input.main-input:hover.ant-input-affix-wrapper .ant-input-suffix .das-icon[data-v-f8207fd2]:not(.close-icon),.das-ui-search .das-ui-search-input.main-input:active.ant-input-affix-wrapper .ant-input-prefix .das-icon[data-v-f8207fd2],.das-ui-search .das-ui-search-input.main-input:active.ant-input-affix-wrapper .ant-input-suffix .das-icon[data-v-f8207fd2]:not(.close-icon),.das-ui-search .das-ui-search-input.main-input:focus.ant-input-affix-wrapper .ant-input-prefix .das-icon[data-v-f8207fd2],.das-ui-search .das-ui-search-input.main-input:focus.ant-input-affix-wrapper .ant-input-suffix .das-icon[data-v-f8207fd2]:not(.close-icon){color:var(--das-ui-search-border-active)}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper[data-v-f8207fd2]{padding:0 0 1px;box-sizing:border-box}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper.border[data-v-f8207fd2]{padding:5px}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper.left .ant-input-suffix .das-icon.close-icon[data-v-f8207fd2]{margin-right:0}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper .ant-input-prefix .das-icon[data-v-f8207fd2]{color:var(--das-ui-search-icon)}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper .ant-input-prefix .das-icon[data-v-f8207fd2]:hover{color:var(--das-ui-search-border-active)}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper .ant-input-suffix .das-icon[data-v-f8207fd2]{color:var(--das-ui-search-icon);cursor:pointer}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper .ant-input-suffix .das-icon.close-icon[data-v-f8207fd2]{margin-right:4px}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper .ant-input-suffix .das-icon.close-icon[data-v-f8207fd2]:hover{color:#999}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper .ant-input-suffix .das-icon[data-v-f8207fd2]:hover{color:var(--das-ui-search-border-active)}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper-focused[data-v-f8207fd2]{border-color:var(--das-ui-search-border-active)}.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper-focused.ant-input-affix-wrapper .ant-input-prefix .das-icon[data-v-f8207fd2],.das-ui-search .das-ui-search-input.main-input.ant-input-affix-wrapper-focused.ant-input-affix-wrapper .ant-input-suffix .das-icon[data-v-f8207fd2]:not(.close-icon){color:var(--das-ui-search-border-active)}.das-ui-search .das-ui-search-input.main-input.small[data-v-f8207fd2]{height:24px}.das-ui-search .das-ui-search-input.main-input.middle[data-v-f8207fd2],.das-ui-search .das-ui-search-input.main-input.custom[data-v-f8207fd2]{height:28px}.das-ui-search .das-ui-search-input.main-input.middle-l[data-v-f8207fd2]{height:30px}.das-ui-search .das-ui-search-input.main-input.middle-xl[data-v-f8207fd2]{height:32px}.das-ui-search .das-ui-search-input.main-input.large[data-v-f8207fd2]{height:36px}.das-ui-search .result-container[data-v-f8207fd2]{background:#fff;box-shadow:0 4px 10px #0003;border-radius:2px;padding:8px 0;box-sizing:border-box;margin-top:4px}.das-ui-search .result-container .tips[data-v-f8207fd2]{display:inline-block;font-size:12px;color:#999;padding-left:12px}.das-ui-search .result-container .result-list .result-item[data-v-f8207fd2]{padding-left:12px;font-size:12px;color:var(--das-ui-search-text);list-style:none;height:32px;line-height:32px;cursor:pointer}.das-ui-search .result-container .result-list .result-item[data-v-f8207fd2]:hover{background:#f2f6ff;color:var(--das-ui-search-border-active)}.das-ui-search .main-input.small .ant-input,.das-ui-search .main-input.small .das-icon{font-size:12px}.das-ui-search .main-input.large .ant-input,.das-ui-search .main-input.large .das-icon{font-size:16px}.das-ui-search .main-input.middle .ant-input,.das-ui-search .main-input.custom .ant-input,.das-ui-search .main-input.middle-l .ant-input,.das-ui-search .main-input.middle-xl .ant-input{font-size:12px}.das-ui-search .main-input.middle .das-icon,.das-ui-search .main-input.custom .das-icon,.das-ui-search .main-input.middle-l .das-icon,.das-ui-search .main-input.middle-xl .das-icon{font-size:16px}.das-ui-search .main-input .ant-input,.das-ui-search .main-input .das-icon{color:var(--das-ui-search-text)}
|
|
Binary file
|