@das-fed/ui 6.4.0-hot.22 → 6.4.0-hot.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +6 -6
- package/packages/business-components/device-panel/index.js +37397 -37395
- 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/index.js +60 -60
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/export-button/style.css +1 -1
- package/packages/business-components/import-button/hooks/file.d.ts +1 -0
- package/packages/business-components/import-button/hooks/useImport.d.ts +1 -0
- package/packages/business-components/import-button/index.js +239 -235
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/import-button/style.css +1 -1
- package/packages/business-components/model-table-dialog/index.js +37 -37
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- 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/index.js +176 -176
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-configuration/style.css +1 -1
- package/packages/business-components/process-configuration/style.css.gz +0 -0
- package/packages/business-components/process-log/index.js +252 -252
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-log/style.css +1 -1
- package/packages/business-components/process-log/style.css.gz +0 -0
- package/packages/business-components/urgent-panel/index.js +1319 -1322
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/src/components/urgentPanelModal/urgentMonitorPanel.vue.d.ts +8 -3
- package/packages/business-components/urgent-panel/style.css +1 -1
- package/packages/business-components/urgent-panel/style.css.gz +0 -0
- package/packages/business-components/user-org-dialog/index.js +3 -3
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/style.css +1 -1
- package/packages/business-components/user-org-dialog/style.css.gz +0 -0
- package/packages/business-components/video-dialog/index.js +301 -273
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/calendar/index.js +56 -56
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/color-picker/index.js +41 -41
- package/packages/components/color-picker/index.js.gz +0 -0
- package/packages/components/color-picker/style.css +1 -1
- package/packages/components/color-picker/style.css.gz +0 -0
- package/packages/components/date-picker/index.js +444 -444
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/date-picker/style.css +1 -1
- package/packages/components/date-picker/style.css.gz +0 -0
- package/packages/components/dimple-layout/index.js +2299 -2293
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dropdown/index.js +26 -25
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/input/index.js +73 -73
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/style.css +1 -1
- package/packages/components/input/style.css.gz +0 -0
- package/packages/components/loading/index.js +66 -65
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/index.js +358 -355
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/map/src/hooks/use-map.d.ts +1 -2
- package/packages/components/map/style.css +1 -1
- package/packages/components/message/index.js +20 -19
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/notification/index.js +22 -21
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/progress/index.js +80 -80
- package/packages/components/progress/index.js.gz +0 -0
- package/packages/components/progress/style.css +1 -1
- package/packages/components/progress/style.css.gz +0 -0
- package/packages/components/select/index.js +102 -102
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select/style.css +1 -1
- package/packages/components/select/style.css.gz +0 -0
- package/packages/components/spin/index.js +31 -30
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/table/index.js +2419 -2418
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tooltip/index.js +23 -22
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tree/index.js +1428 -1427
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +9 -11
- package/packages/components/tree-select/index.js +274 -274
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/virtual-tree/index.js +64 -64
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/packages/components/virtual-tree/src/App.vue.d.ts +4 -12
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.das-import-button[data-v-
|
|
1
|
+
.das-import-button[data-v-a38bd509]{display:inline-block}.das-import-button .upload-dialog .second-line[data-v-a38bd509]{margin-bottom:20px}.das-import-button .upload-dialog .tips[data-v-a38bd509]{font-size:16px}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/business-components/model-table-dialog/style.css';
|
|
2
|
-
import { defineComponent as At,
|
|
2
|
+
import { defineComponent as At, computed as I, watch as Y, ref as j, openBlock as R, createElementBlock as G, createVNode as M, unref as y, mergeProps as H, isRef as Re, withCtx as L, createTextVNode as ft, toDisplayString as dt, createBlock as Le, createSlots as It, renderList as Et, renderSlot as ie, createCommentVNode as q, onMounted as fr, createElementVNode as dr, normalizeProps as pr, guardReactiveProps as vr, Fragment as gr, normalizeStyle as pt, nextTick as hr } from "vue";
|
|
3
3
|
import { withInstall as Kt } from "@das-fed/utils/with-install/index";
|
|
4
4
|
import { i18n as br } from "@das-fed/web/packages/i18n/index";
|
|
5
5
|
import { DasDialog as mr } from "@das-fed/ui/packages/components/dialog/index";
|
|
@@ -34,23 +34,23 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
|
|
|
34
34
|
emits: ["confirm", "close", "open", "update:modelValue", "treeChange", "tableChange", "update:resultTree", "update:resultTable"],
|
|
35
35
|
setup(e, { expose: t, emit: r }) {
|
|
36
36
|
var D;
|
|
37
|
-
const a = Rt(), u = e, d = r, h =
|
|
37
|
+
const a = Rt(), u = e, d = r, h = I(() => u.title || a("标题")), { getServiceApi: f, isEmpty: v } = Lt(), O = me(u, "options"), T = me(u, "modelValue"), x = (g) => {
|
|
38
38
|
T.value = g;
|
|
39
39
|
};
|
|
40
40
|
Y(T, (g) => {
|
|
41
41
|
d("update:modelValue", g), d(g ? "open" : "close");
|
|
42
42
|
});
|
|
43
43
|
const z = () => {
|
|
44
|
-
const { left: g, content: w } = O.value,
|
|
44
|
+
const { left: g, content: w } = O.value, C = g == null ? void 0 : g.selectListProps, A = w == null ? void 0 : w.selectListProps, _ = typeof C == "boolean" ? C : v(C || {}), ne = typeof A == "boolean" ? A : v(A || {}), N = _ && ne ? { treeSelectList: $.value, tableSelectList: W.value } : _ ? $.value : W.value, X = u == null ? void 0 : u.beforeConfirm;
|
|
45
45
|
X && typeof X == "function" && !X(N) || te(N);
|
|
46
|
-
}, $ =
|
|
46
|
+
}, $ = j([]), F = (g) => {
|
|
47
47
|
$.value = g || {};
|
|
48
|
-
}, W =
|
|
48
|
+
}, W = j([]), Ce = (g) => {
|
|
49
49
|
W.value = g || {};
|
|
50
50
|
}, { run: k, loading: ee, data: je, error: Pe } = f((D = u.submitOptions) == null ? void 0 : D.api), te = async (g) => {
|
|
51
51
|
var N;
|
|
52
52
|
if (!k) return d("confirm", g), x(!1);
|
|
53
|
-
const { params: w = {}, query:
|
|
53
|
+
const { params: w = {}, query: C = {}, searchKey: A = "" } = u.submitOptions, _ = { ...w, ...C };
|
|
54
54
|
if (A && (_[A] = g), await k(_), Pe.value) return;
|
|
55
55
|
const ne = je.value;
|
|
56
56
|
yr.success(((N = u.submitOptions) == null ? void 0 : N.successText) || a("提交成功")), d("confirm", ne || g), x(!1);
|
|
@@ -67,13 +67,13 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
|
|
|
67
67
|
width: g.width,
|
|
68
68
|
height: g.height,
|
|
69
69
|
modelValue: y(T),
|
|
70
|
-
"onUpdate:modelValue": w[1] || (w[1] = (
|
|
70
|
+
"onUpdate:modelValue": w[1] || (w[1] = (C) => Re(T) ? T.value = C : null)
|
|
71
71
|
}), {
|
|
72
72
|
footer: L(() => [
|
|
73
73
|
M(y(vt), {
|
|
74
74
|
size: "middle",
|
|
75
75
|
style: { "margin-right": "12px" },
|
|
76
|
-
onClick: w[0] || (w[0] = (
|
|
76
|
+
onClick: w[0] || (w[0] = (C) => x(!1))
|
|
77
77
|
}, {
|
|
78
78
|
default: L(() => [
|
|
79
79
|
ft(
|
|
@@ -116,7 +116,7 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
|
|
|
116
116
|
_: 2
|
|
117
117
|
/* DYNAMIC */
|
|
118
118
|
}, [
|
|
119
|
-
Et(g.$slots, (
|
|
119
|
+
Et(g.$slots, (C, A, _) => ({
|
|
120
120
|
name: A,
|
|
121
121
|
fn: L(() => [
|
|
122
122
|
ie(g.$slots, A, {}, void 0, !0)
|
|
@@ -133,7 +133,7 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
|
|
|
133
133
|
g.$slots.default ? (R(), G("div", {
|
|
134
134
|
key: 0,
|
|
135
135
|
class: "button-slot-box",
|
|
136
|
-
onClick: w[2] || (w[2] = (
|
|
136
|
+
onClick: w[2] || (w[2] = (C) => x(!0))
|
|
137
137
|
}, [
|
|
138
138
|
ie(g.$slots, "default", {}, void 0, !0)
|
|
139
139
|
])) : q("v-if", !0)
|
|
@@ -144,7 +144,7 @@ const Rt = () => (e) => br(e).value, Lt = () => ({
|
|
|
144
144
|
for (const [a, u] of t)
|
|
145
145
|
r[a] = u;
|
|
146
146
|
return r;
|
|
147
|
-
}, xr = /* @__PURE__ */ zt(Pr, [["__scopeId", "data-v-
|
|
147
|
+
}, xr = /* @__PURE__ */ zt(Pr, [["__scopeId", "data-v-8ee60eb5"]]);
|
|
148
148
|
function $r() {
|
|
149
149
|
this.__data__ = [], this.size = 0;
|
|
150
150
|
}
|
|
@@ -672,23 +672,23 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
672
672
|
setup(e, { expose: t, emit: r }) {
|
|
673
673
|
var at, ot, lt;
|
|
674
674
|
const a = e, u = r, d = Rt(), { getServiceApi: h, isEmpty: f } = Lt(), v = "id" + (/* @__PURE__ */ new Date()).getTime(), O = ((at = a.left) == null ? void 0 : at.vNodeName) || d("全部"), T = async (n) => {
|
|
675
|
-
var P,
|
|
675
|
+
var P, E, U, B;
|
|
676
676
|
const { query: o = {}, params: s = {}, api: i, searchKey: l = "id" } = ((P = a.left) == null ? void 0 : P.grandChildren) || {};
|
|
677
677
|
if (!i) return [];
|
|
678
|
-
const c = { ...o, ...s }, p = ((U = (
|
|
678
|
+
const c = { ...o, ...s }, p = ((U = (E = a.left) == null ? void 0 : E.props) == null ? void 0 : U.nodeKey) || "id";
|
|
679
679
|
n != null && n[p] && (c[l] = n[p]);
|
|
680
680
|
const [S, b] = await ((B = i(c)) == null ? void 0 : B.run());
|
|
681
681
|
return S ? {} : (rt(b.data || b), qe(b.data || b), b.data || b);
|
|
682
682
|
}, x = async (n) => {
|
|
683
|
-
var P,
|
|
683
|
+
var P, E, U, B;
|
|
684
684
|
const { query: o = {}, params: s = {}, api: i, searchKey: l = "id" } = a.left;
|
|
685
685
|
if (!i) return [];
|
|
686
686
|
let c = { ...s, ...o };
|
|
687
|
-
const p = ((
|
|
687
|
+
const p = ((E = (P = a.left) == null ? void 0 : P.props) == null ? void 0 : E.nodeKey) || "id";
|
|
688
688
|
c[l] = n[p] || "";
|
|
689
689
|
const [S, b] = await ((U = i(c)) == null ? void 0 : U.run());
|
|
690
690
|
return S ? {} : ((B = a.left) != null && B.multiple || rt(), qe(b.data || b), b);
|
|
691
|
-
}, z =
|
|
691
|
+
}, z = I(() => {
|
|
692
692
|
var o, s, i, l, c, p;
|
|
693
693
|
const n = {
|
|
694
694
|
nodeKey: "id",
|
|
@@ -712,7 +712,7 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
712
712
|
getGrandChildren: T,
|
|
713
713
|
defaultExpandedKeys: [Ke]
|
|
714
714
|
}), Dt(n, ((p = a.left) == null ? void 0 : p.props) || {});
|
|
715
|
-
}), $ =
|
|
715
|
+
}), $ = I(() => {
|
|
716
716
|
var o, s, i, l, c;
|
|
717
717
|
const n = {
|
|
718
718
|
data: [],
|
|
@@ -720,7 +720,7 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
720
720
|
labelKey: ((l = (i = a.left) == null ? void 0 : i.props) == null ? void 0 : l.nodeName) || "name"
|
|
721
721
|
};
|
|
722
722
|
return Object.assign(n, ((c = a.left) == null ? void 0 : c.selectListProps) || {}), n;
|
|
723
|
-
}), F =
|
|
723
|
+
}), F = I(() => {
|
|
724
724
|
var o, s, i, l, c;
|
|
725
725
|
const n = {
|
|
726
726
|
data: [],
|
|
@@ -728,25 +728,25 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
728
728
|
labelKey: ((l = (i = a.content) == null ? void 0 : i.props) == null ? void 0 : l.rowName) || "name"
|
|
729
729
|
};
|
|
730
730
|
return Object.assign(n, ((c = a.content) == null ? void 0 : c.selectListProps) || {}), n;
|
|
731
|
-
}), W =
|
|
731
|
+
}), W = I(() => ge(a.content)), Ce = I(() => {
|
|
732
732
|
var o;
|
|
733
733
|
const n = (o = a.left) == null ? void 0 : o.selectListProps;
|
|
734
734
|
return n != null && n.height ? `height:${n == null ? void 0 : n.height}` : "flex: 1;";
|
|
735
|
-
}), k =
|
|
735
|
+
}), k = I(() => {
|
|
736
736
|
var o;
|
|
737
737
|
const n = (o = a.left) == null ? void 0 : o.selectListProps;
|
|
738
738
|
return typeof n == "boolean" ? n : f(n || {});
|
|
739
|
-
}), ee =
|
|
739
|
+
}), ee = I(() => {
|
|
740
740
|
var o;
|
|
741
741
|
const n = (o = a.content) == null ? void 0 : o.selectListProps;
|
|
742
742
|
return typeof n > "u" ? !0 : typeof n == "boolean" ? n : f(n || {});
|
|
743
|
-
}), je =
|
|
743
|
+
}), je = I(() => {
|
|
744
744
|
var n, o, s, i;
|
|
745
745
|
return (o = (n = a.left) == null ? void 0 : n.props) != null && o.width || (i = (s = a.content) == null ? void 0 : s.props) != null && i.width ? "width:auto" : "width:250px";
|
|
746
|
-
}), Pe =
|
|
746
|
+
}), Pe = I(() => {
|
|
747
747
|
var n;
|
|
748
748
|
return (n = a.content) != null && n.searchKey && X.value || De.value;
|
|
749
|
-
}), te =
|
|
749
|
+
}), te = I(() => {
|
|
750
750
|
var s;
|
|
751
751
|
const n = {
|
|
752
752
|
rowKey: "id",
|
|
@@ -762,10 +762,10 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
762
762
|
toolip: !1
|
|
763
763
|
}
|
|
764
764
|
}), Dt(n, ((s = a.content) == null ? void 0 : s.props) || {});
|
|
765
|
-
}), re =
|
|
765
|
+
}), re = I(() => f(a.left)), ge = (n) => {
|
|
766
766
|
var o;
|
|
767
767
|
return (n == null ? void 0 : n.selectAll) || f(((o = n == null ? void 0 : n.props) == null ? void 0 : o.selection) || {});
|
|
768
|
-
}, D = me(F.value, "data"), g = me($.value, "data"), w =
|
|
768
|
+
}, D = me(F.value, "data"), g = me($.value, "data"), w = j([]), C = j([]), A = j(""), _ = j(null), ne = Sr(), {
|
|
769
769
|
run: N,
|
|
770
770
|
loading: X,
|
|
771
771
|
data: He,
|
|
@@ -780,8 +780,8 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
780
780
|
}, qe = (n) => {
|
|
781
781
|
var i, l;
|
|
782
782
|
const o = [], s = ((l = (i = a.left) == null ? void 0 : i.props) == null ? void 0 : l.nodeKey) || "id";
|
|
783
|
-
|
|
784
|
-
}, We =
|
|
783
|
+
C.value.forEach((c) => o.push(c[s])), n.forEach((c) => !o.includes(c[s]) && C.value.push(c)), u("update:resultTree", C.value);
|
|
784
|
+
}, We = j([]), Xe = j([]), ae = j(te.value.pageIndex), he = j(te.value.pageSize), Je = j(0), oe = j([]), le = j(""), {
|
|
785
785
|
run: $e,
|
|
786
786
|
loading: De,
|
|
787
787
|
data: rr,
|
|
@@ -848,15 +848,15 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
848
848
|
oe.value = [], le.value = "";
|
|
849
849
|
}, lr = (n) => {
|
|
850
850
|
var U, B, it, st;
|
|
851
|
-
const { showCheckbox: o, nodeKey: s, props: i } = z.value, { valueKey: l } = $.value, c = (o ? n.value : [n.value]).filter((
|
|
851
|
+
const { showCheckbox: o, nodeKey: s, props: i } = z.value, { valueKey: l } = $.value, c = (o ? n.value : [n.value]).filter((K) => K !== v), p = [], S = Array.from((B = (U = a.left) == null ? void 0 : U.grandChildren) != null && B.api ? C.value : w.value), b = [], P = !((it = a.left) != null && it.disabledSort);
|
|
852
852
|
P && o && (p.push(...new Array(c.length).fill({})), (st = g.value) == null || st.forEach(
|
|
853
|
-
(
|
|
853
|
+
(K) => c.includes(K[l || s]) && b.push(K[s])
|
|
854
854
|
));
|
|
855
|
-
const
|
|
855
|
+
const E = [...new Set(b.concat(c))];
|
|
856
856
|
for (; S.length; ) {
|
|
857
|
-
const
|
|
858
|
-
ut !== -1 && (P ? p.splice(ut, 1,
|
|
859
|
-
const ct = (
|
|
857
|
+
const K = S.shift(), ut = E.findIndex((cr) => K[s] === cr);
|
|
858
|
+
ut !== -1 && (P ? p.splice(ut, 1, K) : p.push(K));
|
|
859
|
+
const ct = (K == null ? void 0 : K[(i == null ? void 0 : i.children) || "children"]) || [];
|
|
860
860
|
ct.length && S.unshift(...ct);
|
|
861
861
|
}
|
|
862
862
|
return p;
|
|
@@ -905,8 +905,8 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
905
905
|
for (; p.length; ) {
|
|
906
906
|
const b = p.shift();
|
|
907
907
|
!(typeof i.disabled == "string" ? b[i.disabled] : i.disabled(b)) && !c.includes(b[s]) && c.push(b[s]);
|
|
908
|
-
const
|
|
909
|
-
|
|
908
|
+
const E = b[i.children || "children"] || [];
|
|
909
|
+
E.length && (o ? p.unshift(...E) : p.push(...E));
|
|
910
910
|
}
|
|
911
911
|
o || (_.value = c[0] || ""), o && !k.value && (_.value = (n == null ? void 0 : n.length) > 1 ? [v] : [], _.value.push(...c));
|
|
912
912
|
}, ur = (n) => {
|
|
@@ -1113,7 +1113,7 @@ const ro = { class: "business-dialog-content" }, no = { class: "table-list-box"
|
|
|
1113
1113
|
]);
|
|
1114
1114
|
};
|
|
1115
1115
|
}
|
|
1116
|
-
}), io = /* @__PURE__ */ zt(lo, [["__scopeId", "data-v-a3eb80e3"]]), So = () =>
|
|
1116
|
+
}), io = /* @__PURE__ */ zt(lo, [["__scopeId", "data-v-a3eb80e3"]]), So = () => j(null), Oo = () => j(null), Co = Kt(xr), jo = Kt(io), Po = { name: "modelTable 表格弹窗" };
|
|
1117
1117
|
export {
|
|
1118
1118
|
jo as DasModelTable,
|
|
1119
1119
|
Co as DasModelTableDialog,
|
|
Binary file
|
|
@@ -1 +1 @@
|
|
|
1
|
-
[data-v-
|
|
1
|
+
[data-v-8ee60eb5] .business-dialog.das-ui-dialog.basic .das-dialog__body{padding:0}.business-dialog-content[data-v-a3eb80e3]{width:100%;height:100%;display:flex}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-first,.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second{display:flex;flex-direction:column}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second .table-list-box{flex:1;overflow-y:hidden}.business-dialog-content[data-v-a3eb80e3] .das-ui-split-panel .das-split-panel-second .table-list-box .el-table__inner-wrapper:before{height:0}.business-dialog-content .right-box[data-v-a3eb80e3]{display:flex;flex-direction:column;overflow:hidden;border-left:1px solid #d9d9d9}.business-dialog-content .right-box .tree-select[data-v-a3eb80e3]{overflow:hidden}.business-dialog-content .right-box .line[data-v-a3eb80e3]{border-top:1px solid #d9d9d9}.business-dialog-content .right-box .table-select[data-v-a3eb80e3]{flex:1;overflow:hidden}
|
|
Binary file
|