@kg-ui/kg-ui-plus 0.1.20 → 0.1.21
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/README.md +3 -3
- package/dist/es/KgCopilot/CopiContent/AnswerHead.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiContent/AnswerHead.vue2.mjs +1 -1
- package/dist/es/KgCopilot/CopiContent/AnswerHead.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiContent/UserHead.vue.mjs +2 -2
- package/dist/es/KgCopilot/CopiContent/UserHead.vue2.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/SearchInput/NewTheme.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/SearchInput/NewTheme.vue2.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/SearchInput/NewTheme.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/SearchInput/SelectPluginByKey.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/SearchInput/SelectPluginByKey.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/SearchInput/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/SearchInput/index.vue2.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/SearchInput/index.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/index.vue3.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/index.vue2.mjs +3 -2
- package/dist/es/KgCopilot/dialogue/index.vue3.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/messageParse/edit.vue.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/messageParse/edit.vue3.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/messageParse/fileBox.vue.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/messageParse/fileBox.vue2.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/messageParse/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/messageParse/index.vue2.mjs +52 -42
- package/dist/es/KgCopilot/dialogue/messageParse/index.vue3.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/messageParse/readMd.vue.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/messageParse/readMd.vue2.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/messageParse/readMd.vue3.mjs +2 -2
- package/dist/es/KgCopilot/historyRecord/index.vue.mjs +7 -0
- package/dist/es/KgCopilot/historyRecord/index.vue2.mjs +142 -0
- package/dist/es/KgCopilot/historyRecord/index.vue3.mjs +4 -0
- package/dist/es/KgCopilot/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/index.vue2.mjs +33 -7
- package/dist/es/KgCopilot/index.vue3.mjs +2 -2
- package/dist/es/api/copilot.mjs +55 -2
- package/dist/es/home/LFilter/FilterArea.vue.mjs +1 -1
- package/dist/es/home/LFilter/FilterArea.vue2.mjs +1 -1
- package/dist/es/home/LFilter/FilterArea.vue3.mjs +2 -2
- package/dist/es/home/LFilter/FilterItem.vue.mjs +1 -1
- package/dist/es/home/LFilter/FilterItem.vue2.mjs +1 -1
- package/dist/es/home/LFilter/FilterItem.vue3.mjs +2 -2
- package/dist/es/home/LFilter/FilterItemIcon.vue.mjs +1 -1
- package/dist/es/home/LFilter/FilterItemIcon.vue2.mjs +1 -1
- package/dist/es/home/LFilter/FilterItemIcon.vue3.mjs +2 -2
- package/dist/es/home/LProject/index.vue.mjs +1 -1
- package/dist/es/home/LProject/index.vue3.mjs +2 -2
- package/dist/es/home/index.vue.mjs +1 -1
- package/dist/es/home/index.vue3.mjs +2 -2
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/arrow-left.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/arrow-right.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/delete.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/search.mjs +8 -0
- package/dist/es/node_modules/.pnpm/{dompurify@3.0.10 → dompurify@3.1.5}/node_modules/dompurify/dist/purify.es.mjs +48 -11
- package/dist/es/node_modules/.pnpm/{marked@12.0.1 → marked@12.0.2}/node_modules/marked/lib/marked.esm.mjs +2 -1
- package/dist/es/store/modules/copilot.mjs +124 -7
- package/dist/es/style.css +1 -1
- package/dist/es/utils/home.mjs +1 -0
- package/dist/es/utils/http/index.mjs +7 -0
- package/package.json +123 -123
@@ -0,0 +1,142 @@
|
|
1
|
+
import { defineComponent, ref, computed, resolveComponent, openBlock, createElementBlock, createTextVNode, createElementVNode, createVNode, unref, withCtx, Fragment, renderList, normalizeClass, withDirectives, withModifiers, toDisplayString, vShow } from "vue";
|
2
|
+
import data$1 from "../../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/delete.mjs";
|
3
|
+
import data from "../../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/search.mjs";
|
4
|
+
import data$3 from "../../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/check.mjs";
|
5
|
+
import data$2 from "../../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/close.mjs";
|
6
|
+
import { ElMessageBox } from "element-plus";
|
7
|
+
import { useCopilotStoreHook } from "../../store/modules/copilot.mjs";
|
8
|
+
import { storeToRefs } from "pinia";
|
9
|
+
const _hoisted_1 = { class: "history" };
|
10
|
+
const _hoisted_2 = { class: "search_box" };
|
11
|
+
const _hoisted_3 = { class: "list_box" };
|
12
|
+
const _hoisted_4 = ["onClick"];
|
13
|
+
const _hoisted_5 = { class: "content" };
|
14
|
+
const _hoisted_6 = ["title", "onDblclick"];
|
15
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
16
|
+
__name: "index",
|
17
|
+
setup(__props) {
|
18
|
+
const copilotStore = useCopilotStoreHook();
|
19
|
+
const { historyList, currentHistoryRecord } = storeToRefs(copilotStore);
|
20
|
+
const { changeCurrentRecord, delHistoryRecord, updataHistoryName } = copilotStore;
|
21
|
+
const searchText = ref("");
|
22
|
+
let timeOut = null;
|
23
|
+
const changeActive = (item) => {
|
24
|
+
clearTimeout(timeOut);
|
25
|
+
timeOut = setTimeout(() => {
|
26
|
+
changeCurrentRecord(item);
|
27
|
+
}, 260);
|
28
|
+
};
|
29
|
+
const searchList = computed(() => {
|
30
|
+
return historyList.value.filter((item) => item.name.includes(searchText.value));
|
31
|
+
});
|
32
|
+
const deleteItem = (item) => {
|
33
|
+
ElMessageBox.confirm("删除后无法恢复,是否继续删除?", "提示", {
|
34
|
+
confirmButtonText: "确定",
|
35
|
+
cancelButtonText: "取消",
|
36
|
+
type: "warning"
|
37
|
+
}).then(() => {
|
38
|
+
delHistoryRecord(item);
|
39
|
+
}).catch(() => {
|
40
|
+
});
|
41
|
+
};
|
42
|
+
const deleteAll = () => {
|
43
|
+
ElMessageBox.confirm("删除后无法恢复,是否继续删除所有历史记录?", "提示", {
|
44
|
+
confirmButtonText: "确定",
|
45
|
+
cancelButtonText: "取消",
|
46
|
+
type: "warning"
|
47
|
+
}).then(() => {
|
48
|
+
delHistoryRecord({ isAll: true });
|
49
|
+
}).catch(() => {
|
50
|
+
});
|
51
|
+
};
|
52
|
+
const close = (item) => {
|
53
|
+
item.showInput = false;
|
54
|
+
};
|
55
|
+
const check = async (item) => {
|
56
|
+
await updataHistoryName({ sessionId: item.sessionId, name: item.editName });
|
57
|
+
item.showInput = false;
|
58
|
+
};
|
59
|
+
const toShowInput = (item) => {
|
60
|
+
clearTimeout(timeOut);
|
61
|
+
item.editName = item.name;
|
62
|
+
item.showInput = true;
|
63
|
+
};
|
64
|
+
return (_ctx, _cache) => {
|
65
|
+
const _component_IconifyIconOffline = resolveComponent("IconifyIconOffline");
|
66
|
+
const _component_el_input = resolveComponent("el-input");
|
67
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
68
|
+
createTextVNode(" 历史记录 "),
|
69
|
+
createElementVNode("div", _hoisted_2, [
|
70
|
+
createVNode(_component_el_input, {
|
71
|
+
modelValue: searchText.value,
|
72
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => searchText.value = $event),
|
73
|
+
placeholder: "搜索历史纪录",
|
74
|
+
"suffix-icon": unref(data)
|
75
|
+
}, {
|
76
|
+
suffix: withCtx(() => [
|
77
|
+
createVNode(_component_IconifyIconOffline, { icon: unref(data) }, null, 8, ["icon"])
|
78
|
+
]),
|
79
|
+
_: 1
|
80
|
+
}, 8, ["modelValue", "suffix-icon"]),
|
81
|
+
createVNode(_component_IconifyIconOffline, {
|
82
|
+
class: "icon",
|
83
|
+
icon: unref(data$1),
|
84
|
+
onClick: deleteAll
|
85
|
+
}, null, 8, ["icon"])
|
86
|
+
]),
|
87
|
+
createElementVNode("div", _hoisted_3, [
|
88
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(searchList), (item) => {
|
89
|
+
return openBlock(), createElementBlock("div", {
|
90
|
+
key: item.name,
|
91
|
+
onClick: ($event) => changeActive(item),
|
92
|
+
class: normalizeClass({
|
93
|
+
list_item: true,
|
94
|
+
active: item.sessionId === unref(currentHistoryRecord).sessionId
|
95
|
+
})
|
96
|
+
}, [
|
97
|
+
createElementVNode("div", _hoisted_5, [
|
98
|
+
withDirectives(createElementVNode("span", {
|
99
|
+
title: item.name,
|
100
|
+
onDblclick: withModifiers(($event) => toShowInput(item), ["stop"])
|
101
|
+
}, toDisplayString(item.name), 41, _hoisted_6), [
|
102
|
+
[vShow, !item.showInput]
|
103
|
+
]),
|
104
|
+
withDirectives(createVNode(_component_el_input, {
|
105
|
+
modelValue: item.editName,
|
106
|
+
"onUpdate:modelValue": ($event) => item.editName = $event,
|
107
|
+
onClick: _cache[1] || (_cache[1] = withModifiers(() => {
|
108
|
+
}, ["stop"])),
|
109
|
+
spellcheck: "false"
|
110
|
+
}, {
|
111
|
+
suffix: withCtx(() => [
|
112
|
+
createVNode(_component_IconifyIconOffline, {
|
113
|
+
icon: unref(data$2),
|
114
|
+
class: "icon",
|
115
|
+
onClick: withModifiers(($event) => close(item), ["stop"])
|
116
|
+
}, null, 8, ["icon", "onClick"]),
|
117
|
+
createVNode(_component_IconifyIconOffline, {
|
118
|
+
class: "icon",
|
119
|
+
icon: unref(data$3),
|
120
|
+
onClick: withModifiers(($event) => check(item), ["stop"])
|
121
|
+
}, null, 8, ["icon", "onClick"])
|
122
|
+
]),
|
123
|
+
_: 2
|
124
|
+
}, 1032, ["modelValue", "onUpdate:modelValue"]), [
|
125
|
+
[vShow, item.showInput]
|
126
|
+
])
|
127
|
+
]),
|
128
|
+
createVNode(_component_IconifyIconOffline, {
|
129
|
+
class: "icon",
|
130
|
+
icon: unref(data$1),
|
131
|
+
onClick: withModifiers(($event) => deleteItem(item), ["stop"])
|
132
|
+
}, null, 8, ["icon", "onClick"])
|
133
|
+
], 10, _hoisted_4);
|
134
|
+
}), 128))
|
135
|
+
])
|
136
|
+
]);
|
137
|
+
};
|
138
|
+
}
|
139
|
+
});
|
140
|
+
export {
|
141
|
+
_sfc_main as default
|
142
|
+
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./index.vue2.mjs";
|
2
2
|
import "./index.vue3.mjs";
|
3
3
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const KgCopilot = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const KgCopilot = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-77f10b90"]]);
|
5
5
|
export {
|
6
6
|
KgCopilot as default
|
7
7
|
};
|
@@ -1,16 +1,23 @@
|
|
1
|
-
import { defineComponent, onMounted, watch, useSlots, openBlock, createElementBlock,
|
1
|
+
import { defineComponent, onMounted, watch, useSlots, ref, resolveComponent, openBlock, createElementBlock, withDirectives, createVNode, vShow, unref, createCommentVNode, createElementVNode, createSlots, renderList, withCtx, renderSlot, toRaw } from "vue";
|
2
2
|
import dialogue from "./dialogue/index.vue.mjs";
|
3
3
|
import "../style/tailwind.css.mjs";
|
4
4
|
import "../style/index.scss.mjs";
|
5
5
|
import CopiFooter from "./CopiFooter/index.vue.mjs";
|
6
6
|
import { useCopilotStoreHook } from "../store/modules/copilot.mjs";
|
7
7
|
import { storeToRefs } from "pinia";
|
8
|
+
import data$1 from "../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/arrow-right.mjs";
|
9
|
+
import data from "../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/arrow-left.mjs";
|
10
|
+
import HistoryReport from "./historyRecord/index.vue.mjs";
|
8
11
|
const _hoisted_1 = {
|
9
12
|
class: "wrap",
|
10
13
|
style: { "height": "100%" }
|
11
14
|
};
|
12
|
-
const _hoisted_2 = {
|
13
|
-
|
15
|
+
const _hoisted_2 = {
|
16
|
+
key: 0,
|
17
|
+
class: "left-wrap"
|
18
|
+
};
|
19
|
+
const _hoisted_3 = { class: "copilot-box" };
|
20
|
+
const _hoisted_4 = { class: "copilot-bottom-box" };
|
14
21
|
const __default__ = {
|
15
22
|
name: "KgCopilot"
|
16
23
|
};
|
@@ -24,7 +31,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
24
31
|
intelligentAnalysisConfig: null,
|
25
32
|
defaultDeal: null,
|
26
33
|
plugins: null,
|
27
|
-
pluginsPayload: null
|
34
|
+
pluginsPayload: null,
|
35
|
+
useHistoryRecord: { type: Boolean, default: false },
|
36
|
+
knowledgeToken: null
|
28
37
|
},
|
29
38
|
emits: ["cancleBtnEvent"],
|
30
39
|
setup(__props, { expose, emit }) {
|
@@ -41,7 +50,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
41
50
|
placeholder: props.placeholder,
|
42
51
|
intelligentAnalysisConfig: props.intelligentAnalysisConfig,
|
43
52
|
defaultDeal: props.defaultDeal,
|
44
|
-
pluginsPayload: props.pluginsPayload || {}
|
53
|
+
pluginsPayload: props.pluginsPayload || {},
|
54
|
+
useHistoryRecord: props.useHistoryRecord,
|
55
|
+
knowledgeToken: props.knowledgeToken
|
45
56
|
});
|
46
57
|
});
|
47
58
|
const getSearchText = () => {
|
@@ -67,9 +78,24 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
67
78
|
sendMsgAuto
|
68
79
|
});
|
69
80
|
const slots = useSlots();
|
81
|
+
const showHistoryList = ref(false);
|
82
|
+
const changeExpand = () => {
|
83
|
+
showHistoryList.value = !showHistoryList.value;
|
84
|
+
};
|
70
85
|
return (_ctx, _cache) => {
|
86
|
+
const _component_IconifyIconOffline = resolveComponent("IconifyIconOffline");
|
71
87
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
72
|
-
|
88
|
+
props.useHistoryRecord ? (openBlock(), createElementBlock("div", _hoisted_2, [
|
89
|
+
withDirectives(createVNode(HistoryReport, null, null, 512), [
|
90
|
+
[vShow, showHistoryList.value]
|
91
|
+
]),
|
92
|
+
createVNode(_component_IconifyIconOffline, {
|
93
|
+
class: "icon",
|
94
|
+
icon: showHistoryList.value ? unref(data) : unref(data$1),
|
95
|
+
onClick: changeExpand
|
96
|
+
}, null, 8, ["icon"])
|
97
|
+
])) : createCommentVNode("", true),
|
98
|
+
createElementVNode("div", _hoisted_3, [
|
73
99
|
createVNode(dialogue, null, createSlots({ _: 2 }, [
|
74
100
|
renderList(unref(slots), (item, key) => {
|
75
101
|
return {
|
@@ -80,7 +106,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
80
106
|
};
|
81
107
|
})
|
82
108
|
]), 1024),
|
83
|
-
createElementVNode("div",
|
109
|
+
createElementVNode("div", _hoisted_4, [
|
84
110
|
createVNode(CopiFooter, {
|
85
111
|
onCancleBtnEvent: _cache[0] || (_cache[0] = () => {
|
86
112
|
emit("cancleBtnEvent");
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const index_vue_vue_type_style_index_0_scoped_77f10b90_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
index_vue_vue_type_style_index_0_scoped_77f10b90_lang as default
|
4
4
|
};
|
package/dist/es/api/copilot.mjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import "../utils/http/index.mjs";
|
1
|
+
import { http } from "../utils/http/index.mjs";
|
2
2
|
import { fetchEventSource } from "../node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs";
|
3
3
|
const getReport = (param) => {
|
4
4
|
const controller = new AbortController();
|
@@ -32,6 +32,59 @@ const getReport = (param) => {
|
|
32
32
|
controller.abort();
|
33
33
|
};
|
34
34
|
};
|
35
|
+
const getHistoryRecordList = (data = {}) => {
|
36
|
+
return http.request("get", "/api/chatHistory/list", {
|
37
|
+
data,
|
38
|
+
timeout: 6e4
|
39
|
+
});
|
40
|
+
};
|
41
|
+
const createHistoryRecord = (data) => {
|
42
|
+
return http.request("post", "/api/chatHistory/session", {
|
43
|
+
data,
|
44
|
+
timeout: 6e4
|
45
|
+
});
|
46
|
+
};
|
47
|
+
const deleteHistoryRecord = (params) => {
|
48
|
+
return http.request(
|
49
|
+
"delete",
|
50
|
+
"/api/chatHistory/session",
|
51
|
+
{
|
52
|
+
params,
|
53
|
+
timeout: 6e4
|
54
|
+
}
|
55
|
+
);
|
56
|
+
};
|
57
|
+
const updataHistoryInfo = (data) => {
|
58
|
+
return http.request("patch", "/api/chatHistory/info", {
|
59
|
+
data,
|
60
|
+
timeout: 6e4
|
61
|
+
});
|
62
|
+
};
|
63
|
+
const createHistoryInfo = (data) => {
|
64
|
+
return http.request("post", "/api/chatHistory/info", {
|
65
|
+
data,
|
66
|
+
timeout: 6e4
|
67
|
+
});
|
68
|
+
};
|
69
|
+
const getHistoryInfo = (params) => {
|
70
|
+
return http.request("get", "/api/chatHistory/records", {
|
71
|
+
params,
|
72
|
+
timeout: 6e4
|
73
|
+
});
|
74
|
+
};
|
75
|
+
const updataHistoryRecord = (data) => {
|
76
|
+
return http.request("patch", "/api/chatHistory/session", {
|
77
|
+
data,
|
78
|
+
timeout: 6e4
|
79
|
+
});
|
80
|
+
};
|
35
81
|
export {
|
36
|
-
|
82
|
+
createHistoryInfo,
|
83
|
+
createHistoryRecord,
|
84
|
+
deleteHistoryRecord,
|
85
|
+
getHistoryInfo,
|
86
|
+
getHistoryRecordList,
|
87
|
+
getReport,
|
88
|
+
updataHistoryInfo,
|
89
|
+
updataHistoryRecord
|
37
90
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./FilterArea.vue2.mjs";
|
2
2
|
import "./FilterArea.vue3.mjs";
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const FilterArea = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const FilterArea = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4e04c24d"]]);
|
5
5
|
export {
|
6
6
|
FilterArea as default
|
7
7
|
};
|
@@ -9,7 +9,7 @@ import data$2 from "../../node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_module
|
|
9
9
|
import { checkFilterShow_xinyuan, checkFilterShow, checkFilterShow_letter } from "../../utils/home.mjs";
|
10
10
|
import FilterItem from "./FilterItem.vue.mjs";
|
11
11
|
import FilterItemIcon from "./FilterItemIcon.vue.mjs";
|
12
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
12
|
+
const _withScopeId = (n) => (pushScopeId("data-v-4e04c24d"), n = n(), popScopeId(), n);
|
13
13
|
const _hoisted_1 = { id: "filterWrap" };
|
14
14
|
const _hoisted_2 = { key: 0 };
|
15
15
|
const _hoisted_3 = { class: "flex flex-1 align-middle justify-items-start flex-wrap" };
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const FilterArea_vue_vue_type_style_index_0_scoped_4e04c24d_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
FilterArea_vue_vue_type_style_index_0_scoped_4e04c24d_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./FilterItem.vue2.mjs";
|
2
2
|
import "./FilterItem.vue3.mjs";
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const FilterItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const FilterItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-be1d5ffc"]]);
|
5
5
|
export {
|
6
6
|
FilterItem as default
|
7
7
|
};
|
@@ -4,7 +4,7 @@ import { useFilterStoreHook } from "../../store/modules/filters.mjs";
|
|
4
4
|
import { EnumFilterKind } from "../../store/modules/types.mjs";
|
5
5
|
import data from "../../node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/more-2-fill.mjs";
|
6
6
|
import { getFilterRemark } from "../../utils/home.mjs";
|
7
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
7
|
+
const _withScopeId = (n) => (pushScopeId("data-v-be1d5ffc"), n = n(), popScopeId(), n);
|
8
8
|
const _hoisted_1 = { class: "p-2" };
|
9
9
|
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("line", null, null, -1));
|
10
10
|
const _hoisted_3 = ["innerHTML"];
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const FilterItem_vue_vue_type_style_index_0_scoped_be1d5ffc_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
FilterItem_vue_vue_type_style_index_0_scoped_be1d5ffc_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./FilterItemIcon.vue2.mjs";
|
2
2
|
import "./FilterItemIcon.vue3.mjs";
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const FilterItemIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const FilterItemIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c55b8933"]]);
|
5
5
|
export {
|
6
6
|
FilterItemIcon as default
|
7
7
|
};
|
@@ -4,7 +4,7 @@ import { useFilterStoreHook } from "../../store/modules/filters.mjs";
|
|
4
4
|
import data from "../../node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/more-2-fill.mjs";
|
5
5
|
import data$1 from "../../node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/check-fill.mjs";
|
6
6
|
import { getFilterRemark } from "../../utils/home.mjs";
|
7
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
7
|
+
const _withScopeId = (n) => (pushScopeId("data-v-c55b8933"), n = n(), popScopeId(), n);
|
8
8
|
const _hoisted_1 = {
|
9
9
|
key: 0,
|
10
10
|
class: "flex items-end"
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const FilterItemIcon_vue_vue_type_style_index_0_scoped_c55b8933_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
FilterItemIcon_vue_vue_type_style_index_0_scoped_c55b8933_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./index.vue2.mjs";
|
2
2
|
import "./index.vue3.mjs";
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const LProject = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const LProject = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7a0e9ea7"]]);
|
5
5
|
export {
|
6
6
|
LProject as default
|
7
7
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const index_vue_vue_type_style_index_0_scoped_7a0e9ea7_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
index_vue_vue_type_style_index_0_scoped_7a0e9ea7_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./index.vue2.mjs";
|
2
2
|
import "./index.vue3.mjs";
|
3
3
|
import _export_sfc from "../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const Home = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const Home = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c86d30a0"]]);
|
5
5
|
export {
|
6
6
|
Home as default
|
7
7
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const index_vue_vue_type_style_index_0_scoped_c86d30a0_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
index_vue_vue_type_style_index_0_scoped_c86d30a0_lang as default
|
4
4
|
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 1024,
|
3
|
+
"height": 1024,
|
4
|
+
"body": '<path fill="currentColor" d="M609.408 149.376L277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0a30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688a29.12 29.12 0 0 0-41.728 0z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 1024,
|
3
|
+
"height": 1024,
|
4
|
+
"body": '<path fill="currentColor" d="M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512L340.864 831.872a30.592 30.592 0 0 0 0 42.752a29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|
package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/delete.mjs
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 1024,
|
3
|
+
"height": 1024,
|
4
|
+
"body": '<path fill="currentColor" d="M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|
package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/search.mjs
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 1024,
|
3
|
+
"height": 1024,
|
4
|
+
"body": '<path fill="currentColor" d="m795.904 750.72l124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704a352 352 0 0 0 0 704z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|