@das-fed/ui 7.1.0-dev.1 → 7.1.0-dev.10
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 -2
- package/package.json +5 -5
- package/packages/business-components/ai-panel/{index-8yffh0Id.js → index-DMJXZM7n.js} +1067 -1056
- package/packages/business-components/ai-panel/index-DMJXZM7n.js.gz +0 -0
- package/packages/business-components/ai-panel/{index-IzGl26KU.js → index-MqhMkLo9.js} +9 -9
- package/packages/business-components/ai-panel/index-MqhMkLo9.js.gz +0 -0
- package/packages/business-components/ai-panel/{index-OwRrV6K8.js → index-_q72oKSF.js} +63 -62
- package/packages/business-components/ai-panel/index-_q72oKSF.js.gz +0 -0
- package/packages/business-components/ai-panel/index.js +1 -1
- package/packages/business-components/app-container/style.css +1 -1
- package/packages/business-components/app-container/style.css.gz +0 -0
- package/packages/business-components/area-phone-select/index.d.ts +23 -23
- package/packages/business-components/area-phone-select/src/Index.vue.d.ts +2 -2
- package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +2 -2
- package/packages/business-components/device-panel/i18n/index.d.ts +40 -0
- package/packages/business-components/device-panel/index.js +20949 -19425
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/hooks/use-knowledge.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/Index.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/apis.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/Info.vue.d.ts +44 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/downloadFile.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/components/use-info/info.d.ts +24 -0
- package/packages/business-components/device-panel/src/components/alarmDevicePanel/knowledge/utils/get-file-details.d.ts +2 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/hooks/use-knowledge.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/Index.vue.d.ts +6 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/apis.d.ts +5 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/Info.vue.d.ts +44 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/downloadFile.d.ts +8 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/components/use-info/info.d.ts +24 -0
- package/packages/business-components/device-panel/src/components/devicePanelModal/knowledge/utils/get-file-details.d.ts +2 -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/echarts/index.js +2056 -2049
- package/packages/business-components/echarts/index.js.gz +0 -0
- package/packages/business-components/index.d.ts +1 -0
- package/packages/business-components/index.js +1 -0
- package/packages/business-components/payment/index.d.ts +9 -11
- package/packages/business-components/payment/index.js +122 -129
- package/packages/business-components/payment/index.js.gz +0 -0
- package/packages/business-components/payment/style.css +1 -1
- package/packages/business-components/payment/type.d.ts +2 -0
- package/packages/business-components/process-configuration/index.js +46 -46
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/index.js +675 -655
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-form/src/utils/common-methods.d.ts +6 -0
- package/packages/business-components/process-search-form/index.js +73 -73
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/index.js +215 -213
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/update-confirm-dialog/i18n/index.d.ts +23 -0
- package/packages/business-components/update-confirm-dialog/index.d.ts +61 -0
- package/packages/business-components/update-confirm-dialog/index.js +105 -0
- package/packages/business-components/update-confirm-dialog/index.js.gz +0 -0
- package/packages/business-components/update-confirm-dialog/src/App.vue.d.ts +11 -0
- package/packages/business-components/update-confirm-dialog/src/type.d.ts +4 -0
- package/packages/business-components/urgent-panel/index.js +1104 -1096
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/index.js +243 -240
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/index.d.ts +10 -0
- package/packages/business-components/video-dialog/index.js +357 -337
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/src/api.d.ts +1 -0
- package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +6 -0
- package/packages/business-components/video-dialog/src/index.vue.d.ts +2 -0
- package/packages/business-components/video-dialog/src/type.d.ts +7 -1
- package/packages/business-components/video-dialog/style.css +1 -1
- package/packages/business-components/video-dialog/style.css.gz +0 -0
- package/packages/components/autocomplete/index.d.ts +15 -15
- package/packages/components/autocomplete/index.js +12 -6
- package/packages/components/autocomplete/index.js.gz +0 -0
- package/packages/components/autocomplete/src/index.vue.d.ts +2 -2
- package/packages/components/calendar/index.js +99 -99
- package/packages/components/calendar/index.js.gz +0 -0
- package/packages/components/cascader/index.js +2 -2
- package/packages/components/cascader/index.js.gz +0 -0
- package/packages/components/checkbox/index.d.ts +15 -15
- package/packages/components/checkbox/index.js +30 -30
- package/packages/components/checkbox/index.js.gz +0 -0
- package/packages/components/checkbox/src/Index.vue.d.ts +2 -2
- package/packages/components/color-picker/index.d.ts +8 -8
- package/packages/components/color-picker/src/Index.vue.d.ts +2 -2
- package/packages/components/custom-search-item/index.d.ts +15 -15
- package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -2
- package/packages/components/date-picker/index.js +212 -212
- package/packages/components/date-picker/index.js.gz +0 -0
- package/packages/components/dialog/index.d.ts +6 -3
- package/packages/components/dialog/index.js +281 -184
- package/packages/components/dialog/index.js.gz +0 -0
- package/packages/components/dialog/src/Index.vue.d.ts +2 -1
- package/packages/components/dialog/src/directives/dialogResize.d.ts +2 -0
- package/packages/components/dialog/src/type.d.ts +2 -0
- package/packages/components/dialog/style.css +1 -1
- package/packages/components/dialog/style.css.gz +0 -0
- package/packages/components/dimple-layout/index.js +77 -75
- package/packages/components/dimple-layout/index.js.gz +0 -0
- package/packages/components/dropdown/index.js +25 -24
- package/packages/components/dropdown/index.js.gz +0 -0
- package/packages/components/edit-table/index.js +398 -397
- package/packages/components/edit-table/index.js.gz +0 -0
- package/packages/components/error-overlay-model/index.js +47 -45
- package/packages/components/error-overlay-model/index.js.gz +0 -0
- package/packages/components/form-item/index.js +67 -67
- package/packages/components/form-item/index.js.gz +0 -0
- package/packages/components/hls-player/index.js +496 -485
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/type.d.ts +3 -0
- package/packages/components/hls-player/style.css +1 -1
- package/packages/components/hls-player/style.css.gz +0 -0
- package/packages/components/image-upload/index.js +147 -143
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-viewer/index.js +297 -293
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/input/index.d.ts +5 -5
- package/packages/components/input/index.js +52 -52
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input/src/index.vue.d.ts +2 -2
- package/packages/components/input-dialog-select/index.d.ts +2 -2
- package/packages/components/input-dialog-select/src/Index.vue.d.ts +2 -2
- package/packages/components/input-number/index.d.ts +8 -8
- package/packages/components/input-number/index.js +26 -26
- package/packages/components/input-number/index.js.gz +0 -0
- package/packages/components/input-number/src/App.vue.d.ts +2 -2
- package/packages/components/live-player/index.d.ts +2 -0
- package/packages/components/live-player/index.js +988 -977
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/src/type.d.ts +3 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/map/index.js +421 -415
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/index.js +1 -1
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/message/index.js +6 -6
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/popover/index.js +12 -12
- package/packages/components/popover/index.js.gz +0 -0
- package/packages/components/radio/index.d.ts +15 -15
- package/packages/components/radio/src/Index.vue.d.ts +2 -2
- package/packages/components/radio-tabs/index.js +34 -34
- package/packages/components/radio-tabs/index.js.gz +0 -0
- package/packages/components/rich-editor/index.d.ts +8 -8
- package/packages/components/rich-editor/index.js +4613 -4583
- package/packages/components/rich-editor/index.js.gz +0 -0
- package/packages/components/rich-editor/src/Index.vue.d.ts +2 -2
- package/packages/components/scrollbar/index.d.ts +9 -3
- package/packages/components/scrollbar/index.js +394 -390
- package/packages/components/scrollbar/index.js.gz +0 -0
- package/packages/components/scrollbar/src/scrollbar.vue.d.ts +3 -1
- package/packages/components/scrollbar/style.css +1 -1
- package/packages/components/scrollbar/style.css.gz +0 -0
- package/packages/components/search/index.d.ts +2 -2
- package/packages/components/search/index.js +24 -24
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/src/Index.vue.d.ts +2 -2
- package/packages/components/search-form/index.js +175 -174
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/select/index.js +60 -60
- package/packages/components/select/index.js.gz +0 -0
- package/packages/components/select-list/index.js +9 -5
- package/packages/components/select-list/index.js.gz +0 -0
- package/packages/components/special-range-picker-month/index.d.ts +2 -2
- package/packages/components/special-range-picker-month/index.js +16 -14
- package/packages/components/special-range-picker-month/index.js.gz +0 -0
- package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.d.ts +2 -2
- package/packages/components/special-range-picker-year/index.js +53 -51
- package/packages/components/special-range-picker-year/index.js.gz +0 -0
- package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
- package/packages/components/spin/index.js +33 -33
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/split-panel/index.js +129 -128
- package/packages/components/split-panel/index.js.gz +0 -0
- package/packages/components/table/index.js +179 -178
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/time-line/index.js +1 -1
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/tree-select/index.js +1 -1
- package/packages/components/tree-select/index.js.gz +0 -0
- package/packages/components/tree-select/src/App.vue.d.ts +2 -2
- package/packages/components/tree-table/index.js +2 -2
- package/packages/components/tree-table/index.js.gz +0 -0
- package/packages/components/tree-v2/index.js +1117 -1093
- package/packages/components/tree-v2/index.js.gz +0 -0
- package/packages/business-components/ai-panel/index-8yffh0Id.js.gz +0 -0
- package/packages/business-components/ai-panel/index-IzGl26KU.js.gz +0 -0
- package/packages/business-components/ai-panel/index-OwRrV6K8.js.gz +0 -0
|
Binary file
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as g, ref as a, createBlock as v, openBlock as x, unref as s, withCtx as y, createTextVNode as c, createElementVNode as D, toDisplayString as r } from "vue";
|
|
2
2
|
import { DasDialog as C } from "@das-fed/ui/packages/components/dialog/index";
|
|
3
3
|
import { t as V } from "@das-fed/web/packages/i18n/index";
|
|
4
4
|
const b = {
|
|
5
5
|
name: "deleteDialog"
|
|
6
|
-
}, B = /* @__PURE__ */
|
|
6
|
+
}, B = /* @__PURE__ */ g({
|
|
7
7
|
...b,
|
|
8
8
|
emits: ["confirm", "cancel", "close"],
|
|
9
9
|
setup(k, { expose: i, emit: f }) {
|
|
10
|
-
const
|
|
11
|
-
e.value = !1,
|
|
10
|
+
const t = a(""), e = a(!1), l = f, m = () => {
|
|
11
|
+
e.value = !1, l("cancel");
|
|
12
12
|
}, u = () => {
|
|
13
|
-
e.value = !1,
|
|
13
|
+
e.value = !1, l("confirm");
|
|
14
14
|
}, d = (n) => {
|
|
15
|
-
|
|
15
|
+
t.value = n, e.value = !0;
|
|
16
16
|
}, p = () => {
|
|
17
|
-
|
|
17
|
+
console.log("close"), l("close");
|
|
18
18
|
};
|
|
19
19
|
return i({
|
|
20
20
|
open: d
|
|
21
|
-
}), (n, o) => (x(),
|
|
21
|
+
}), (n, o) => (x(), v(s(C), {
|
|
22
22
|
onClose: p,
|
|
23
23
|
onCancel: m,
|
|
24
24
|
onConfirm: u,
|
|
@@ -33,7 +33,7 @@ const b = {
|
|
|
33
33
|
}, {
|
|
34
34
|
default: y(() => [
|
|
35
35
|
c(
|
|
36
|
-
r(
|
|
36
|
+
r(t.value),
|
|
37
37
|
1
|
|
38
38
|
/* TEXT */
|
|
39
39
|
),
|
|
Binary file
|
|
@@ -1,25 +1,26 @@
|
|
|
1
|
-
import { ref as a, defineComponent as R, watch as U, createElementBlock as A, openBlock as O, createVNode as v, unref as
|
|
2
|
-
import { t as
|
|
1
|
+
import { ref as a, defineComponent as R, watch as U, createElementBlock as A, openBlock as O, createVNode as v, unref as s, withCtx as g, createElementVNode as b, createCommentVNode as x, createTextVNode as k, toDisplayString as D } from "vue";
|
|
2
|
+
import { t as c } from "@das-fed/web/packages/i18n/index";
|
|
3
3
|
import { DasMessage as N } from "@das-fed/ui/packages/components/message/index";
|
|
4
|
-
import { DasButton as
|
|
4
|
+
import { DasButton as V } from "@das-fed/ui/packages/components/button/index";
|
|
5
5
|
import { DasTree as $ } from "@das-fed/ui/packages/components/tree/index";
|
|
6
6
|
import { DasDialog as M } from "@das-fed/ui/packages/components/dialog/index";
|
|
7
|
-
import { s as P, g as j, _ as q } from "./index-
|
|
8
|
-
const G = (
|
|
9
|
-
var
|
|
10
|
-
|
|
11
|
-
|
|
7
|
+
import { s as P, g as j, _ as q } from "./index-DMJXZM7n.js";
|
|
8
|
+
const G = (m) => (a(null), { saveKnow: async (l) => {
|
|
9
|
+
var i;
|
|
10
|
+
console.log("saveKnow", l);
|
|
11
|
+
const h = (i = l.dom.textContent) == null ? void 0 : i.replace(/^\s*[\r\n]/gm, ""), u = {
|
|
12
|
+
folderId: l.folderId,
|
|
12
13
|
// 文件夹id
|
|
13
|
-
title:
|
|
14
|
+
title: l.sendVal,
|
|
14
15
|
// 标题20-50 第一次输入内容/语音转为文字的内容为标题(超出部分切断),
|
|
15
16
|
sourceType: 3,
|
|
16
17
|
// 来源类型 0:手动创建 3-为系统自动创建,
|
|
17
18
|
mainBody: h
|
|
18
19
|
// 正文
|
|
19
20
|
};
|
|
20
|
-
|
|
21
|
-
const [
|
|
22
|
-
return f.value = !1,
|
|
21
|
+
console.log("addInfoFn"), m.value = !0;
|
|
22
|
+
const [d, f] = await P(u).run();
|
|
23
|
+
return console.log("addInfoFn", d, f), m.value = !1, d ? !1 : (l.currentItem.saved = !0, N.success(c("保存成功")), !0);
|
|
23
24
|
} }), H = { class: "das-ai-folder-dialog" }, J = { class: "das-ai-folder-dialog-box" }, Q = { class: "foot-btn-box" }, W = {
|
|
24
25
|
name: "index"
|
|
25
26
|
}, X = /* @__PURE__ */ R({
|
|
@@ -29,15 +30,15 @@ const G = (f) => (a(null), { saveKnow: async (o) => {
|
|
|
29
30
|
content: {}
|
|
30
31
|
},
|
|
31
32
|
emits: ["submit", "cancel", "close"],
|
|
32
|
-
setup(
|
|
33
|
-
const
|
|
33
|
+
setup(m, { emit: T }) {
|
|
34
|
+
const l = m, h = a(c("选择文件夹")), u = T, d = a(!1), f = a([]), i = a(""), n = a(""), w = a(null), C = a(null), p = a(!1);
|
|
34
35
|
a(!1), U(
|
|
35
|
-
() =>
|
|
36
|
+
() => l.dialogShow,
|
|
36
37
|
(e) => {
|
|
37
|
-
e && (
|
|
38
|
+
e && (console.log("dialogShow", e, l.content), l.content, F()), d.value = e;
|
|
38
39
|
}
|
|
39
40
|
);
|
|
40
|
-
const { saveKnow: I } = G(p),
|
|
41
|
+
const { saveKnow: I } = G(p), F = async () => {
|
|
41
42
|
const e = {
|
|
42
43
|
folderName: "",
|
|
43
44
|
// 文件夹名称
|
|
@@ -46,42 +47,42 @@ const G = (f) => (a(null), { saveKnow: async (o) => {
|
|
|
46
47
|
// 是否排除内置文件夹 默认不排除
|
|
47
48
|
};
|
|
48
49
|
p.value = !0;
|
|
49
|
-
const [
|
|
50
|
-
if (p.value = !1,
|
|
50
|
+
const [o, t] = await j(e).run();
|
|
51
|
+
if (p.value = !1, o)
|
|
51
52
|
return;
|
|
52
|
-
let
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
}),
|
|
56
|
-
},
|
|
57
|
-
e.disabled = !e.authority, e.path =
|
|
58
|
-
|
|
53
|
+
let r = t;
|
|
54
|
+
console.log("getTreeData", r), r && r.length && r.forEach((K) => {
|
|
55
|
+
_(K);
|
|
56
|
+
}), console.log("treedata", r), f.value = r;
|
|
57
|
+
}, _ = (e, o, t) => {
|
|
58
|
+
e.disabled = !e.authority, e.path = o ? o + `/${e.id}` : e.id, e.pathName = t ? t + `/${e.folderName}` : e.folderName, e.childFolderList && e.childFolderList.length && e.childFolderList.forEach((r) => {
|
|
59
|
+
_(r, e.path, e.pathName);
|
|
59
60
|
});
|
|
60
|
-
},
|
|
61
|
-
|
|
61
|
+
}, L = (e) => {
|
|
62
|
+
console.log("nodeClick", e), n.value = e.id, w.value = e;
|
|
62
63
|
}, y = () => {
|
|
63
|
-
|
|
64
|
-
},
|
|
65
|
-
y(),
|
|
64
|
+
i.value = "", w.value = null, n.value = "", f.value = [];
|
|
65
|
+
}, B = () => {
|
|
66
|
+
y(), u("cancel");
|
|
66
67
|
}, z = async () => {
|
|
67
|
-
if (!
|
|
68
|
-
N.warning(
|
|
68
|
+
if (!n.value) {
|
|
69
|
+
N.warning(c("请选择文件夹"));
|
|
69
70
|
return;
|
|
70
71
|
}
|
|
71
72
|
const e = await I({
|
|
72
|
-
...
|
|
73
|
-
folderId:
|
|
73
|
+
...l.content,
|
|
74
|
+
folderId: n.value
|
|
74
75
|
});
|
|
75
|
-
e && (
|
|
76
|
+
console.log("submitDialog", e), e && (u("submit", e), y());
|
|
76
77
|
}, E = () => {
|
|
77
|
-
|
|
78
|
+
console.log("close"), u("close"), y();
|
|
78
79
|
};
|
|
79
|
-
return (e,
|
|
80
|
-
v(
|
|
80
|
+
return (e, o) => (O(), A("div", H, [
|
|
81
|
+
v(s(M), {
|
|
81
82
|
onClose: E,
|
|
82
83
|
size: "mini",
|
|
83
|
-
modelValue:
|
|
84
|
-
"onUpdate:modelValue":
|
|
84
|
+
modelValue: d.value,
|
|
85
|
+
"onUpdate:modelValue": o[2] || (o[2] = (t) => d.value = t),
|
|
85
86
|
title: h.value,
|
|
86
87
|
"destroy-on-close": "",
|
|
87
88
|
loading: p.value,
|
|
@@ -91,14 +92,14 @@ const G = (f) => (a(null), { saveKnow: async (o) => {
|
|
|
91
92
|
"body-style": { padding: 0 }
|
|
92
93
|
}, {
|
|
93
94
|
footer: g(() => [
|
|
94
|
-
|
|
95
|
-
v(
|
|
95
|
+
b("div", Q, [
|
|
96
|
+
v(s(V), {
|
|
96
97
|
size: "middle",
|
|
97
|
-
onClick:
|
|
98
|
+
onClick: B
|
|
98
99
|
}, {
|
|
99
100
|
default: g(() => [
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
k(
|
|
102
|
+
D(s(c)("取消")),
|
|
102
103
|
1
|
|
103
104
|
/* TEXT */
|
|
104
105
|
)
|
|
@@ -106,14 +107,14 @@ const G = (f) => (a(null), { saveKnow: async (o) => {
|
|
|
106
107
|
_: 1
|
|
107
108
|
/* STABLE */
|
|
108
109
|
}),
|
|
109
|
-
v(
|
|
110
|
+
v(s(V), {
|
|
110
111
|
btnType: "primary",
|
|
111
112
|
size: "middle",
|
|
112
113
|
onClick: z
|
|
113
114
|
}, {
|
|
114
115
|
default: g(() => [
|
|
115
|
-
|
|
116
|
-
|
|
116
|
+
k(
|
|
117
|
+
D(s(c)("确定")),
|
|
117
118
|
1
|
|
118
119
|
/* TEXT */
|
|
119
120
|
)
|
|
@@ -124,23 +125,23 @@ const G = (f) => (a(null), { saveKnow: async (o) => {
|
|
|
124
125
|
])
|
|
125
126
|
]),
|
|
126
127
|
default: g(() => [
|
|
127
|
-
|
|
128
|
-
v(
|
|
128
|
+
b("div", J, [
|
|
129
|
+
v(s($), {
|
|
129
130
|
ref_key: "folderTreeRef",
|
|
130
131
|
ref: C,
|
|
131
|
-
data:
|
|
132
|
+
data: f.value,
|
|
132
133
|
isFilter: "",
|
|
133
134
|
"node-key": "id",
|
|
134
135
|
isEllipsis: "",
|
|
135
136
|
props: { label: "folderName", children: "childFolderList" },
|
|
136
|
-
inputOptions: { placeholder:
|
|
137
|
-
modelValue:
|
|
138
|
-
"onUpdate:modelValue":
|
|
139
|
-
"filter-value":
|
|
140
|
-
"onUpdate:filterValue":
|
|
141
|
-
onNodeClick:
|
|
137
|
+
inputOptions: { placeholder: s(c)("搜索文件夹名称") },
|
|
138
|
+
modelValue: n.value,
|
|
139
|
+
"onUpdate:modelValue": o[0] || (o[0] = (t) => n.value = t),
|
|
140
|
+
"filter-value": i.value,
|
|
141
|
+
"onUpdate:filterValue": o[1] || (o[1] = (t) => i.value = t),
|
|
142
|
+
onNodeClick: L
|
|
142
143
|
}, null, 8, ["data", "inputOptions", "modelValue", "filter-value"]),
|
|
143
|
-
|
|
144
|
+
x(` <das-tree\r
|
|
144
145
|
ref="folderTreeRef"\r
|
|
145
146
|
node-key="id"\r
|
|
146
147
|
:input-options="{ placeholder: t('搜索文件夹名称') }"\r
|
|
@@ -154,7 +155,7 @@ const G = (f) => (a(null), { saveKnow: async (o) => {
|
|
|
154
155
|
style="margin-top: 8px"\r
|
|
155
156
|
>\r
|
|
156
157
|
</das-tree> `),
|
|
157
|
-
|
|
158
|
+
x(` <das-tree-v2\r
|
|
158
159
|
v-if="dialogVisible"\r
|
|
159
160
|
ref="folderTreeRef"\r
|
|
160
161
|
node-key="id"\r
|
|
@@ -174,7 +175,7 @@ const G = (f) => (a(null), { saveKnow: async (o) => {
|
|
|
174
175
|
}, 8, ["modelValue", "title", "loading"])
|
|
175
176
|
]));
|
|
176
177
|
}
|
|
177
|
-
}),
|
|
178
|
+
}), ae = /* @__PURE__ */ q(X, [["__scopeId", "data-v-71075df3"]]);
|
|
178
179
|
export {
|
|
179
|
-
|
|
180
|
+
ae as default
|
|
180
181
|
};
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '@das-fed/ui/packages/business-components/ai-panel/style.css';
|
|
2
2
|
import "vue";
|
|
3
3
|
import "@das-fed/utils/with-install/index";
|
|
4
|
-
import { D as m, a as p } from "./index-
|
|
4
|
+
import { D as m, a as p } from "./index-DMJXZM7n.js";
|
|
5
5
|
import "@das-fed/web/packages/i18n/index";
|
|
6
6
|
export {
|
|
7
7
|
m as DasAiPanel,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.application-content{position:relative;padding:30px 20px 10px;box-sizing:border-box}.application-content .application-list{width:100%}.application-content .application-list .table{display:table;width:100%;margin-bottom:20px}.application-content .application-list .table .table-row{display:table-row}.application-content .application-list .table .table-row .table-cell{display:table-cell}.application-content .application-list .table .table-row .table-cell.column_1{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background:var(--das-application-app-bg-color);position:relative}.application-content .application-list .table .table-row .table-cell.column_1 .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:20px 8px}.application-content .application-list .table .table-row .table-cell.column_2{box-sizing:border-box;width:calc(100% - 110px);padding-left:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row:not(:first-child){margin-top:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app{height:100%;display:flex;align-items:center;padding:0 30px;min-height:98px;box-shadow:0 4px 12px #86a2d233;background-color:var(--das-application-subapp-bg-color);cursor:pointer}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item{width:100%;height:48px;display:flex}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .img{width:48px;height:48px;border-radius:6px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content{flex:1;padding-left:10px;box-sizing:border-box;overflow:hidden}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .name{font-size:16px;font-weight:400;color:var(--das-application-subapp-name-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .describe{font-size:12px;font-weight:400;color:var(--das-application-subapp-describe-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:hover,.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:active{box-shadow:0 0 20px #0003;border-radius:2px}
|
|
1
|
+
.application-content{position:relative;padding:30px 20px 10px;box-sizing:border-box}.application-content .application-list{width:100%}.application-content .application-list .table{display:table;width:100%;margin-bottom:20px}.application-content .application-list .table .table-row{display:table-row}.application-content .application-list .table .table-row .table-cell{display:table-cell}.application-content .application-list .table .table-row .table-cell.column_1{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background:var(--das-application-app-bg-color);position:relative}.application-content .application-list .table .table-row .table-cell.column_1 .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:20px 8px}.application-content .application-list .table .table-row .table-cell.column_2{box-sizing:border-box;width:calc(100% - 110px);padding-left:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row:not(:first-child){margin-top:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app{height:100%;display:flex;align-items:center;padding:0 30px;min-height:98px;box-shadow:0 4px 12px #86a2d233;background-color:var(--das-application-subapp-bg-color);cursor:pointer}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item{width:100%;height:48px;display:flex}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .img{width:48px;height:48px;border-radius:6px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content{flex:1;padding-left:10px;box-sizing:border-box;overflow:hidden}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .name{font-size:16px;font-weight:400;color:var(--das-application-subapp-name-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .describe{font-size:12px;font-weight:400;color:var(--das-application-subapp-describe-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:hover,.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:active{box-shadow:0 0 20px #0003;border-radius:2px}@media screen and (max-width: 1365px){.application-content .application-list .el-col-6{max-width:33.33%;flex:0 0 33.33%}.application-content .application-list .el-col-6:nth-child(n+4){margin-top:20px}}@media screen and (max-width: 1002px){.application-content .application-list .el-col-6{max-width:50%;flex:0 0 50%}.application-content .application-list .el-col-6:nth-child(n+3){margin-top:20px}}@media screen and (max-width: 718px){.application-content .application-list .el-col-6{max-width:100%;flex:0 0 100%}.application-content .application-list .el-col-6:nth-child(n+2){margin-top:20px}}
|
|
Binary file
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
2
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
3
2
|
onChange?: ((value: string | number) => any) | undefined;
|
|
3
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4
4
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
5
5
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
6
6
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
7
|
-
"update:modelValue": (value: string) => any;
|
|
8
7
|
change: (value: string | number) => any;
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
9
|
"update:areaItem": (value: Record<any, any>) => any;
|
|
10
10
|
"area-change": (value: Record<any, any>) => any;
|
|
11
11
|
}, import("vue").PublicProps, {
|
|
@@ -18,20 +18,20 @@ declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").Creat
|
|
|
18
18
|
M: {};
|
|
19
19
|
Defaults: {};
|
|
20
20
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
21
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
22
21
|
onChange?: ((value: string | number) => any) | undefined;
|
|
22
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
23
23
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
24
24
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
25
25
|
}>, {}, {}, {}, {}, {
|
|
26
26
|
modelValue: any;
|
|
27
27
|
}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
28
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
29
28
|
onChange?: ((value: string | number) => any) | undefined;
|
|
29
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
30
30
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
31
31
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
32
32
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
33
|
-
"update:modelValue": (value: string) => any;
|
|
34
33
|
change: (value: string | number) => any;
|
|
34
|
+
"update:modelValue": (value: string) => any;
|
|
35
35
|
"update:areaItem": (value: Record<any, any>) => any;
|
|
36
36
|
"area-change": (value: Record<any, any>) => any;
|
|
37
37
|
}, import("vue").PublicProps, {
|
|
@@ -44,8 +44,8 @@ declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").Creat
|
|
|
44
44
|
M: {};
|
|
45
45
|
Defaults: {};
|
|
46
46
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
47
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
48
47
|
onChange?: ((value: string | number) => any) | undefined;
|
|
48
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
49
49
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
50
50
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
51
51
|
}>, {}, {}, {}, {}, {
|
|
@@ -63,8 +63,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
63
63
|
readonly disabled?: boolean | undefined;
|
|
64
64
|
readonly showArrow?: boolean | undefined;
|
|
65
65
|
readonly filter?: boolean | undefined;
|
|
66
|
-
readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
67
66
|
readonly onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
67
|
+
readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
68
68
|
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
69
69
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
70
70
|
$attrs: {
|
|
@@ -79,11 +79,11 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
79
79
|
$root: import("vue").ComponentPublicInstance | null;
|
|
80
80
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
81
81
|
$host: Element | null;
|
|
82
|
-
$emit: ((event: "
|
|
82
|
+
$emit: ((event: "change", value: Record<any, any>) => void) & ((event: "update:modelValue", value: Record<any, any>) => void) & ((event: "update:visible", value: boolean) => void);
|
|
83
83
|
$el: any;
|
|
84
84
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
85
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
86
85
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
86
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
87
87
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
88
88
|
}>, {
|
|
89
89
|
popoverRef: import("vue").Ref<({
|
|
@@ -244,8 +244,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
244
244
|
};
|
|
245
245
|
}) | null>;
|
|
246
246
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
247
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
248
247
|
change: (value: Record<any, any>) => any;
|
|
248
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
249
249
|
"update:visible": (value: boolean) => any;
|
|
250
250
|
}, string, {
|
|
251
251
|
filter: boolean;
|
|
@@ -278,8 +278,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
278
278
|
visible: boolean;
|
|
279
279
|
showArrow: boolean;
|
|
280
280
|
}> & Omit<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
281
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
282
281
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
282
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
283
283
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
284
284
|
}>, "popoverRef" | ("filter" | "label" | "visible" | "showArrow")> & import("vue").ShallowUnwrapRef<{
|
|
285
285
|
popoverRef: import("vue").Ref<({
|
|
@@ -455,8 +455,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
455
455
|
readonly disabled?: boolean | undefined;
|
|
456
456
|
readonly showArrow?: boolean | undefined;
|
|
457
457
|
readonly filter?: boolean | undefined;
|
|
458
|
-
readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
459
458
|
readonly onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
459
|
+
readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
460
460
|
readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
461
461
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
462
462
|
$attrs: {
|
|
@@ -471,11 +471,11 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
471
471
|
$root: import("vue").ComponentPublicInstance | null;
|
|
472
472
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
473
473
|
$host: Element | null;
|
|
474
|
-
$emit: ((event: "
|
|
474
|
+
$emit: ((event: "change", value: Record<any, any>) => void) & ((event: "update:modelValue", value: Record<any, any>) => void) & ((event: "update:visible", value: boolean) => void);
|
|
475
475
|
$el: any;
|
|
476
476
|
$options: import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
477
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
478
477
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
478
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
479
479
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
480
480
|
}>, {
|
|
481
481
|
popoverRef: import("vue").Ref<({
|
|
@@ -636,8 +636,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
636
636
|
};
|
|
637
637
|
}) | null>;
|
|
638
638
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
639
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
640
639
|
change: (value: Record<any, any>) => any;
|
|
640
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
641
641
|
"update:visible": (value: boolean) => any;
|
|
642
642
|
}, string, {
|
|
643
643
|
filter: boolean;
|
|
@@ -670,8 +670,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
670
670
|
visible: boolean;
|
|
671
671
|
showArrow: boolean;
|
|
672
672
|
}> & Omit<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
673
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
674
673
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
674
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
675
675
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
676
676
|
}>, "popoverRef" | ("filter" | "label" | "visible" | "showArrow")> & import("vue").ShallowUnwrapRef<{
|
|
677
677
|
popoverRef: import("vue").Ref<({
|
|
@@ -837,13 +837,13 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
|
|
|
837
837
|
};
|
|
838
838
|
}) | null>;
|
|
839
839
|
declare const DasAreaPhoneSelect: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
840
|
-
"update:modelValue": (value: string) => any;
|
|
841
840
|
change: (value: string | number) => any;
|
|
841
|
+
"update:modelValue": (value: string) => any;
|
|
842
842
|
"update:areaItem": (value: Record<any, any>) => any;
|
|
843
843
|
"area-change": (value: Record<any, any>) => any;
|
|
844
844
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
845
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
846
845
|
onChange?: ((value: string | number) => any) | undefined;
|
|
846
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
847
847
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
848
848
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
849
849
|
}>, {
|
|
@@ -851,8 +851,8 @@ declare const DasAreaPhoneSelect: import("@das-fed/utils").SFCWithInstall<import
|
|
|
851
851
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
852
852
|
declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
853
853
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
854
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
855
854
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
855
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
856
856
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
857
857
|
}>, {
|
|
858
858
|
popoverRef: import("vue").Ref<({
|
|
@@ -1013,8 +1013,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
|
1013
1013
|
};
|
|
1014
1014
|
}) | null>;
|
|
1015
1015
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
1016
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
1017
1016
|
change: (value: Record<any, any>) => any;
|
|
1017
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
1018
1018
|
"update:visible": (value: boolean) => any;
|
|
1019
1019
|
}, import("vue").PublicProps, {
|
|
1020
1020
|
filter: boolean;
|
|
@@ -1029,8 +1029,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
|
1029
1029
|
M: {};
|
|
1030
1030
|
Defaults: {};
|
|
1031
1031
|
}, Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
1032
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
1033
1032
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
1033
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
1034
1034
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1035
1035
|
}>, {
|
|
1036
1036
|
popoverRef: import("vue").Ref<({
|
|
@@ -1200,8 +1200,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
|
1200
1200
|
__isTeleport?: never;
|
|
1201
1201
|
__isSuspense?: never;
|
|
1202
1202
|
} & import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
|
|
1203
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
1204
1203
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
1204
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
1205
1205
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
1206
1206
|
}>, {
|
|
1207
1207
|
popoverRef: import("vue").Ref<({
|
|
@@ -1362,8 +1362,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
|
|
|
1362
1362
|
};
|
|
1363
1363
|
}) | null>;
|
|
1364
1364
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
1365
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
1366
1365
|
change: (value: Record<any, any>) => any;
|
|
1366
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
1367
1367
|
"update:visible": (value: boolean) => any;
|
|
1368
1368
|
}, string, {
|
|
1369
1369
|
filter: boolean;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import type { Props } from './type';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
3
|
-
"update:modelValue": (value: string) => any;
|
|
4
3
|
change: (value: string | number) => any;
|
|
4
|
+
"update:modelValue": (value: string) => any;
|
|
5
5
|
"update:areaItem": (value: Record<any, any>) => any;
|
|
6
6
|
"area-change": (value: Record<any, any>) => any;
|
|
7
7
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
8
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
9
8
|
onChange?: ((value: string | number) => any) | undefined;
|
|
9
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
10
10
|
"onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
|
|
11
11
|
"onArea-change"?: ((value: Record<any, any>) => any) | undefined;
|
|
12
12
|
}>, {
|
|
@@ -158,12 +158,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
|
|
|
158
158
|
};
|
|
159
159
|
}) | null>;
|
|
160
160
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
161
|
-
"update:modelValue": (value: Record<any, any>) => any;
|
|
162
161
|
change: (value: Record<any, any>) => any;
|
|
162
|
+
"update:modelValue": (value: Record<any, any>) => any;
|
|
163
163
|
"update:visible": (value: boolean) => any;
|
|
164
164
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
165
|
-
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
166
165
|
onChange?: ((value: Record<any, any>) => any) | undefined;
|
|
166
|
+
"onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
|
|
167
167
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
168
168
|
}>, {
|
|
169
169
|
filter: boolean;
|
|
@@ -1211,5 +1211,45 @@ declare const _default: {
|
|
|
1211
1211
|
'zh-CN': string;
|
|
1212
1212
|
en: string;
|
|
1213
1213
|
};
|
|
1214
|
+
'knowledge-base-files-folders-number-text': {
|
|
1215
|
+
'zh-CN': string;
|
|
1216
|
+
en: string;
|
|
1217
|
+
};
|
|
1218
|
+
'knowledge-base-folder': {
|
|
1219
|
+
'zh-CN': string;
|
|
1220
|
+
en: string;
|
|
1221
|
+
};
|
|
1222
|
+
'knowledge-base-file': {
|
|
1223
|
+
'zh-CN': string;
|
|
1224
|
+
en: string;
|
|
1225
|
+
};
|
|
1226
|
+
'knowledge-base-search-placeholder': {
|
|
1227
|
+
'zh-CN': string;
|
|
1228
|
+
en: string;
|
|
1229
|
+
};
|
|
1230
|
+
'knowledge-base-my-files': {
|
|
1231
|
+
'zh-CN': string;
|
|
1232
|
+
en: string;
|
|
1233
|
+
};
|
|
1234
|
+
'knowledge-base-enclosure': {
|
|
1235
|
+
'zh-CN': string;
|
|
1236
|
+
en: string;
|
|
1237
|
+
};
|
|
1238
|
+
'knowledge-base-manually-create': {
|
|
1239
|
+
'zh-CN': string;
|
|
1240
|
+
en: string;
|
|
1241
|
+
};
|
|
1242
|
+
'knowledge-base-automatically-generated': {
|
|
1243
|
+
'zh-CN': string;
|
|
1244
|
+
en: string;
|
|
1245
|
+
};
|
|
1246
|
+
'knowledge-base-preview': {
|
|
1247
|
+
'zh-CN': string;
|
|
1248
|
+
en: string;
|
|
1249
|
+
};
|
|
1250
|
+
'knowledge-base-title': {
|
|
1251
|
+
'zh-CN': string;
|
|
1252
|
+
en: string;
|
|
1253
|
+
};
|
|
1214
1254
|
};
|
|
1215
1255
|
export default _default;
|