@kg-ui/kg-ui-plus 0.0.9 → 0.0.11
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 +3 -12
- package/dist/es/KgCopilot/CopiContent/AnswerHead.vue2.mjs +25 -2
- package/dist/es/KgCopilot/CopiContent/AnswerHead.vue3.mjs +4 -0
- 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/components/NewTheme.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/components/NewTheme.vue2.mjs +3 -1
- package/dist/es/KgCopilot/CopiFooter/components/NewTheme.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue2.mjs +116 -42
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPluginByKey.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPluginByKey.vue2.mjs +45 -38
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPluginByKey.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SpeechControl.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SpeechControl.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue2.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue3.mjs +2 -2
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/index.vue2.mjs +33 -42
- package/dist/es/KgCopilot/CopiFooter/components/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 +62 -49
- package/dist/es/KgCopilot/dialogue/index.vue3.mjs +2 -2
- package/dist/es/KgCopilot/dialogue/readMd.vue.mjs +1 -1
- package/dist/es/KgCopilot/dialogue/readMd.vue2.mjs +19 -19
- package/dist/es/KgCopilot/dialogue/readMd.vue3.mjs +2 -2
- package/dist/es/KgCopilot/index.vue.mjs +1 -1
- package/dist/es/KgCopilot/index.vue2.mjs +24 -5
- package/dist/es/KgCopilot/index.vue3.mjs +2 -2
- package/dist/es/api/copilot.mjs +25 -4
- package/dist/es/directives/heighlight/index.mjs +1 -1
- 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/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs +90 -0
- package/dist/es/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs +109 -0
- package/dist/es/store/modules/copilot.mjs +70 -38
- package/dist/es/style.css +1 -1
- package/dist/es/utils/home.mjs +10 -0
- package/dist/es/utils/http/index.mjs +9 -0
- package/package.json +122 -121
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/circle-plus.mjs +0 -8
package/README.md
CHANGED
@@ -1,3 +1,3 @@
|
|
1
|
-
# 星光探索-组件库
|
2
|
-
|
3
|
-
## 基于vue3 elemet-plus封装的组件库
|
1
|
+
# 星光探索-组件库
|
2
|
+
|
3
|
+
## 基于vue3 elemet-plus封装的组件库
|
@@ -1,16 +1,7 @@
|
|
1
|
-
import
|
2
|
-
import "./AnswerHead.
|
1
|
+
import _sfc_main from "./AnswerHead.vue2.mjs";
|
2
|
+
import "./AnswerHead.vue3.mjs";
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const
|
5
|
-
const _hoisted_1 = { class: "answer" };
|
6
|
-
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<div class="icon" data-v-955c9d85><svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-955c9d85><g clip-path="url(#clip0_3984_10372)" data-v-955c9d85><path d="M35.1201 6.46024C34.4524 4.39741 32.5312 3 30.363 3L28.7093 3C26.2926 3 24.2217 4.72855 23.7898 7.10639L21.448 19.9984L22.1587 17.5866C22.7854 15.46 24.7377 14 26.9548 14H35.2947L38.8884 15.7857L42.3527 14H41.1975C39.0293 14 37.1082 12.6026 36.4405 10.5398L35.1201 6.46024Z" fill="url(#paint0_radial_3984_10372)" data-v-955c9d85></path><path d="M13.3948 41.5178C14.0556 43.5918 15.9822 45 18.1589 45H21.397C24.1428 45 26.3748 42.7858 26.3968 40.0401L26.4921 28.1641L25.8179 30.428C25.1866 32.5478 23.2377 34.0009 21.0259 34.0009L12.623 34.0009L9.54267 31.9459L6.20776 34.0009H7.34528C9.52197 34.0009 11.4486 35.4091 12.1093 37.4831L13.3948 41.5178Z" fill="url(#paint1_radial_3984_10372)" data-v-955c9d85></path><path d="M30 3H12.5C7.49997 3 4.49997 9.5 2.49997 16C0.13049 23.7008 -2.97003 34 5.99997 34H13.6122C15.8393 34 17.7964 32.5325 18.4179 30.394C19.7318 25.8726 22.0338 17.9871 23.8421 11.9841C24.7611 8.93305 25.5266 6.31272 26.7015 4.68095C27.3602 3.76611 28.458 3 30 3Z" fill="url(#paint2_linear_3984_10372)" data-v-955c9d85></path><path d="M30 3H12.5C7.49997 3 4.49997 9.5 2.49997 16C0.13049 23.7008 -2.97003 34 5.99997 34H13.6122C15.8393 34 17.7964 32.5325 18.4179 30.394C19.7318 25.8726 22.0338 17.9871 23.8421 11.9841C24.7611 8.93305 25.5266 6.31272 26.7015 4.68095C27.3602 3.76611 28.458 3 30 3Z" fill="url(#paint3_linear_3984_10372)" data-v-955c9d85></path><path d="M17.9963 45H35.4963C40.4963 45 43.4963 38.5 45.4963 32C47.8658 24.2992 50.9663 14 41.9963 14H34.3841C32.157 14 30.1999 15.4675 29.5784 17.606C28.2645 22.1274 25.9625 30.0129 24.1543 36.0159C23.2352 39.0669 22.4697 41.6873 21.2948 43.319C20.6361 44.2339 19.5383 45 17.9963 45Z" fill="url(#paint4_radial_3984_10372)" data-v-955c9d85></path><path d="M17.9963 45H35.4963C40.4963 45 43.4963 38.5 45.4963 32C47.8658 24.2992 50.9663 14 41.9963 14H34.3841C32.157 14 30.1999 15.4675 29.5784 17.606C28.2645 22.1274 25.9625 30.0129 24.1543 36.0159C23.2352 39.0669 22.4697 41.6873 21.2948 43.319C20.6361 44.2339 19.5383 45 17.9963 45Z" fill="url(#paint5_linear_3984_10372)" data-v-955c9d85></path></g><defs data-v-955c9d85><radialGradient id="paint0_radial_3984_10372" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(39.3087 20.1095) rotate(-130.498) scale(18.242 17.2825)" data-v-955c9d85><stop offset="0.0955758" stop-color="#00AEFF" data-v-955c9d85></stop><stop offset="0.773185" stop-color="#2253CE" data-v-955c9d85></stop><stop offset="1" stop-color="#0736C4" data-v-955c9d85></stop></radialGradient><radialGradient id="paint1_radial_3984_10372" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.88779 33.7078) rotate(50.1259) scale(16.5438 16.2528)" data-v-955c9d85><stop stop-color="#FFB657" data-v-955c9d85></stop><stop offset="0.633728" stop-color="#FF5F3D" data-v-955c9d85></stop><stop offset="0.923392" stop-color="#C02B3C" data-v-955c9d85></stop></radialGradient><linearGradient id="paint2_linear_3984_10372" x1="11.4526" y1="6.75624" x2="13.8689" y2="35.1765" gradientUnits="userSpaceOnUse" data-v-955c9d85><stop offset="0.156162" stop-color="#0D91E1" data-v-955c9d85></stop><stop offset="0.487484" stop-color="#52B471" data-v-955c9d85></stop><stop offset="0.652394" stop-color="#98BD42" data-v-955c9d85></stop><stop offset="0.937361" stop-color="#FFC800" data-v-955c9d85></stop></linearGradient><linearGradient id="paint3_linear_3984_10372" x1="13.6347" y1="3" x2="14.954" y2="34.0019" gradientUnits="userSpaceOnUse" data-v-955c9d85><stop stop-color="#3DCBFF" data-v-955c9d85></stop><stop offset="0.246674" stop-color="#0588F7" stop-opacity="0" data-v-955c9d85></stop></linearGradient><radialGradient id="paint4_radial_3984_10372" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(42.8953 10.9649) rotate(109.574) scale(41.2667 50.0822)" data-v-955c9d85><stop offset="0.0661714" stop-color="#8C48FF" data-v-955c9d85></stop><stop offset="0.5" stop-color="#F2598A" data-v-955c9d85></stop><stop offset="0.895833" stop-color="#FFB152" data-v-955c9d85></stop></radialGradient><linearGradient id="paint5_linear_3984_10372" x1="44.2778" y1="12.1074" x2="44.2606" y2="20.5507" gradientUnits="userSpaceOnUse" data-v-955c9d85><stop offset="0.0581535" stop-color="#F8ADFA" data-v-955c9d85></stop><stop offset="0.708063" stop-color="#A86EDD" stop-opacity="0" data-v-955c9d85></stop></linearGradient><clipPath id="clip0_3984_10372" data-v-955c9d85><rect width="48" height="48" fill="white" data-v-955c9d85></rect></clipPath></defs></svg></div><div class="head-label" data-v-955c9d85>Copilot</div>', 2);
|
7
|
-
const _hoisted_4 = [
|
8
|
-
_hoisted_2
|
9
|
-
];
|
10
|
-
function _sfc_render(_ctx, _cache) {
|
11
|
-
return openBlock(), createElementBlock("div", _hoisted_1, _hoisted_4);
|
12
|
-
}
|
13
|
-
const AnswerHead = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-955c9d85"]]);
|
4
|
+
const AnswerHead = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7714b264"]]);
|
14
5
|
export {
|
15
6
|
AnswerHead as default
|
16
7
|
};
|
@@ -1,4 +1,27 @@
|
|
1
|
-
|
1
|
+
import { defineComponent, openBlock, createElementBlock, createElementVNode, renderSlot, toDisplayString, unref, createStaticVNode } from "vue";
|
2
|
+
import { useCopilotStoreHook } from "../../store/modules/copilot.mjs";
|
3
|
+
import { storeToRefs } from "pinia";
|
4
|
+
const _hoisted_1 = { class: "answer" };
|
5
|
+
const _hoisted_2 = { class: "icon" };
|
6
|
+
const _hoisted_3 = /* @__PURE__ */ createStaticVNode('<svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg" data-v-7714b264><g clip-path="url(#clip0_3984_10372)" data-v-7714b264><path d="M35.1201 6.46024C34.4524 4.39741 32.5312 3 30.363 3L28.7093 3C26.2926 3 24.2217 4.72855 23.7898 7.10639L21.448 19.9984L22.1587 17.5866C22.7854 15.46 24.7377 14 26.9548 14H35.2947L38.8884 15.7857L42.3527 14H41.1975C39.0293 14 37.1082 12.6026 36.4405 10.5398L35.1201 6.46024Z" fill="url(#paint0_radial_3984_10372)" data-v-7714b264></path><path d="M13.3948 41.5178C14.0556 43.5918 15.9822 45 18.1589 45H21.397C24.1428 45 26.3748 42.7858 26.3968 40.0401L26.4921 28.1641L25.8179 30.428C25.1866 32.5478 23.2377 34.0009 21.0259 34.0009L12.623 34.0009L9.54267 31.9459L6.20776 34.0009H7.34528C9.52197 34.0009 11.4486 35.4091 12.1093 37.4831L13.3948 41.5178Z" fill="url(#paint1_radial_3984_10372)" data-v-7714b264></path><path d="M30 3H12.5C7.49997 3 4.49997 9.5 2.49997 16C0.13049 23.7008 -2.97003 34 5.99997 34H13.6122C15.8393 34 17.7964 32.5325 18.4179 30.394C19.7318 25.8726 22.0338 17.9871 23.8421 11.9841C24.7611 8.93305 25.5266 6.31272 26.7015 4.68095C27.3602 3.76611 28.458 3 30 3Z" fill="url(#paint2_linear_3984_10372)" data-v-7714b264></path><path d="M30 3H12.5C7.49997 3 4.49997 9.5 2.49997 16C0.13049 23.7008 -2.97003 34 5.99997 34H13.6122C15.8393 34 17.7964 32.5325 18.4179 30.394C19.7318 25.8726 22.0338 17.9871 23.8421 11.9841C24.7611 8.93305 25.5266 6.31272 26.7015 4.68095C27.3602 3.76611 28.458 3 30 3Z" fill="url(#paint3_linear_3984_10372)" data-v-7714b264></path><path d="M17.9963 45H35.4963C40.4963 45 43.4963 38.5 45.4963 32C47.8658 24.2992 50.9663 14 41.9963 14H34.3841C32.157 14 30.1999 15.4675 29.5784 17.606C28.2645 22.1274 25.9625 30.0129 24.1543 36.0159C23.2352 39.0669 22.4697 41.6873 21.2948 43.319C20.6361 44.2339 19.5383 45 17.9963 45Z" fill="url(#paint4_radial_3984_10372)" data-v-7714b264></path><path d="M17.9963 45H35.4963C40.4963 45 43.4963 38.5 45.4963 32C47.8658 24.2992 50.9663 14 41.9963 14H34.3841C32.157 14 30.1999 15.4675 29.5784 17.606C28.2645 22.1274 25.9625 30.0129 24.1543 36.0159C23.2352 39.0669 22.4697 41.6873 21.2948 43.319C20.6361 44.2339 19.5383 45 17.9963 45Z" fill="url(#paint5_linear_3984_10372)" data-v-7714b264></path></g><defs data-v-7714b264><radialGradient id="paint0_radial_3984_10372" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(39.3087 20.1095) rotate(-130.498) scale(18.242 17.2825)" data-v-7714b264><stop offset="0.0955758" stop-color="#00AEFF" data-v-7714b264></stop><stop offset="0.773185" stop-color="#2253CE" data-v-7714b264></stop><stop offset="1" stop-color="#0736C4" data-v-7714b264></stop></radialGradient><radialGradient id="paint1_radial_3984_10372" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(9.88779 33.7078) rotate(50.1259) scale(16.5438 16.2528)" data-v-7714b264><stop stop-color="#FFB657" data-v-7714b264></stop><stop offset="0.633728" stop-color="#FF5F3D" data-v-7714b264></stop><stop offset="0.923392" stop-color="#C02B3C" data-v-7714b264></stop></radialGradient><linearGradient id="paint2_linear_3984_10372" x1="11.4526" y1="6.75624" x2="13.8689" y2="35.1765" gradientUnits="userSpaceOnUse" data-v-7714b264><stop offset="0.156162" stop-color="#0D91E1" data-v-7714b264></stop><stop offset="0.487484" stop-color="#52B471" data-v-7714b264></stop><stop offset="0.652394" stop-color="#98BD42" data-v-7714b264></stop><stop offset="0.937361" stop-color="#FFC800" data-v-7714b264></stop></linearGradient><linearGradient id="paint3_linear_3984_10372" x1="13.6347" y1="3" x2="14.954" y2="34.0019" gradientUnits="userSpaceOnUse" data-v-7714b264><stop stop-color="#3DCBFF" data-v-7714b264></stop><stop offset="0.246674" stop-color="#0588F7" stop-opacity="0" data-v-7714b264></stop></linearGradient><radialGradient id="paint4_radial_3984_10372" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(42.8953 10.9649) rotate(109.574) scale(41.2667 50.0822)" data-v-7714b264><stop offset="0.0661714" stop-color="#8C48FF" data-v-7714b264></stop><stop offset="0.5" stop-color="#F2598A" data-v-7714b264></stop><stop offset="0.895833" stop-color="#FFB152" data-v-7714b264></stop></radialGradient><linearGradient id="paint5_linear_3984_10372" x1="44.2778" y1="12.1074" x2="44.2606" y2="20.5507" gradientUnits="userSpaceOnUse" data-v-7714b264><stop offset="0.0581535" stop-color="#F8ADFA" data-v-7714b264></stop><stop offset="0.708063" stop-color="#A86EDD" stop-opacity="0" data-v-7714b264></stop></linearGradient><clipPath id="clip0_3984_10372" data-v-7714b264><rect width="48" height="48" fill="white" data-v-7714b264></rect></clipPath></defs></svg>', 1);
|
7
|
+
const _hoisted_4 = { class: "head-label" };
|
8
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
9
|
+
__name: "AnswerHead",
|
10
|
+
setup(__props) {
|
11
|
+
const CopilotStore = useCopilotStoreHook();
|
12
|
+
const { aiName } = storeToRefs(CopilotStore);
|
13
|
+
return (_ctx, _cache) => {
|
14
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
15
|
+
createElementVNode("div", _hoisted_2, [
|
16
|
+
renderSlot(_ctx.$slots, "avatar", {}, () => [
|
17
|
+
_hoisted_3
|
18
|
+
], true)
|
19
|
+
]),
|
20
|
+
createElementVNode("div", _hoisted_4, toDisplayString(unref(aiName)), 1)
|
21
|
+
]);
|
22
|
+
};
|
23
|
+
}
|
24
|
+
});
|
2
25
|
export {
|
3
|
-
|
26
|
+
_sfc_main as default
|
4
27
|
};
|
@@ -2,7 +2,7 @@ import { openBlock, createElementBlock, pushScopeId, popScopeId, createElementVN
|
|
2
2
|
import "./UserHead.vue2.mjs";
|
3
3
|
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
4
|
const _sfc_main = {};
|
5
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
5
|
+
const _withScopeId = (n) => (pushScopeId("data-v-1975030b"), n = n(), popScopeId(), n);
|
6
6
|
const _hoisted_1 = { class: "user" };
|
7
7
|
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("div", { class: "icon header-avatar rounded-full" }, [
|
8
8
|
/* @__PURE__ */ createElementVNode("svg", {
|
@@ -20,7 +20,7 @@ const _hoisted_4 = [
|
|
20
20
|
function _sfc_render(_ctx, _cache) {
|
21
21
|
return openBlock(), createElementBlock("div", _hoisted_1, _hoisted_4);
|
22
22
|
}
|
23
|
-
const UserHead = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-
|
23
|
+
const UserHead = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-1975030b"]]);
|
24
24
|
export {
|
25
25
|
UserHead as default
|
26
26
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const UserHead_vue_vue_type_style_index_0_scoped_1975030b_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
UserHead_vue_vue_type_style_index_0_scoped_1975030b_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./NewTheme.vue2.mjs";
|
2
2
|
import "./NewTheme.vue3.mjs";
|
3
3
|
import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const NewTheme = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const NewTheme = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-06361a79"]]);
|
5
5
|
export {
|
6
6
|
NewTheme as default
|
7
7
|
};
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, watch, openBlock, createElementBlock, createEleme
|
|
2
2
|
import { useCopilotStoreHook } from "../../../store/modules/copilot.mjs";
|
3
3
|
import { storeToRefs } from "pinia";
|
4
4
|
const _hoisted_1 = { class: "outside-left-container" };
|
5
|
-
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<div class="button-compose-content" data-v-
|
5
|
+
const _hoisted_2 = /* @__PURE__ */ createStaticVNode('<div class="button-compose-content" data-v-06361a79><div class="button-compose-icon" data-v-06361a79><svg class="button-compose-icon" width="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" data-v-06361a79><path fill="#fff" d="M12 2C17.5228 2 22 6.47715 22 12C22 12.2628 21.9899 12.5232 21.97 12.7809C21.5319 12.3658 21.0361 12.0111 20.4958 11.73C20.3532 7.16054 16.6041 3.5 12 3.5C7.30558 3.5 3.5 7.30558 3.5 12C3.5 13.4696 3.87277 14.8834 4.57303 16.1375L4.72368 16.4072L3.61096 20.3914L7.59755 19.2792L7.86709 19.4295C9.04305 20.0852 10.3592 20.4531 11.73 20.4958C12.0111 21.0361 12.3658 21.5319 12.7809 21.97C12.5232 21.9899 12.2628 22 12 22C10.3817 22 8.81782 21.6146 7.41286 20.888L3.58704 21.9553C2.92212 22.141 2.23258 21.7525 2.04691 21.0876C1.98546 20.8676 1.98549 20.6349 2.04695 20.4151L3.11461 16.5922C2.38637 15.186 2 13.6203 2 12C2 6.47715 6.47715 2 12 2ZM23 17.5C23 14.4624 20.5376 12 17.5 12C14.4624 12 12 14.4624 12 17.5C12 20.5376 14.4624 23 17.5 23C20.5376 23 23 20.5376 23 17.5ZM18.0006 18L18.0011 20.5035C18.0011 20.7797 17.7773 21.0035 17.5011 21.0035C17.225 21.0035 17.0011 20.7797 17.0011 20.5035L17.0006 18H14.4956C14.2197 18 13.9961 17.7762 13.9961 17.5C13.9961 17.2239 14.2197 17 14.4956 17H17.0005L17 14.4993C17 14.2231 17.2239 13.9993 17.5 13.9993C17.7761 13.9993 18 14.2231 18 14.4993L18.0005 17H20.4966C20.7725 17 20.9961 17.2239 20.9961 17.5C20.9961 17.7762 20.7725 18 20.4966 18H18.0006Z" data-v-06361a79></path></svg></div><div class="button-compose-text" data-v-06361a79>新主题</div></div>', 1);
|
6
6
|
const _hoisted_3 = [
|
7
7
|
_hoisted_2
|
8
8
|
];
|
@@ -11,6 +11,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
11
11
|
setup(__props) {
|
12
12
|
const CopilotStore = useCopilotStoreHook();
|
13
13
|
const { isShowNewTheme } = storeToRefs(CopilotStore);
|
14
|
+
const { resetCopilot } = CopilotStore;
|
14
15
|
const newthemeWidth = ref(50);
|
15
16
|
watch(isShowNewTheme, (val) => {
|
16
17
|
if (val) {
|
@@ -20,6 +21,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
21
|
}
|
21
22
|
});
|
22
23
|
const getNewTheme = () => {
|
24
|
+
resetCopilot();
|
23
25
|
};
|
24
26
|
const mouseEnterBtn = () => {
|
25
27
|
newthemeWidth.value = 110;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const NewTheme_vue_vue_type_style_index_0_scoped_06361a79_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
NewTheme_vue_vue_type_style_index_0_scoped_06361a79_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./SelectPlugin.vue2.mjs";
|
2
2
|
import "./SelectPlugin.vue3.mjs";
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const SelectPlugin = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const SelectPlugin = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c4b5af14"]]);
|
5
5
|
export {
|
6
6
|
SelectPlugin as default
|
7
7
|
};
|
@@ -1,24 +1,65 @@
|
|
1
|
-
import { defineComponent, ref, watch, resolveComponent, openBlock, createElementBlock,
|
1
|
+
import { defineComponent, ref, watch, resolveComponent, openBlock, createElementBlock, createVNode, Transition, withCtx, withDirectives, createElementVNode, toDisplayString, unref, Fragment, renderList, normalizeClass, createBlock, createCommentVNode, withModifiers, pushScopeId, popScopeId } from "vue";
|
2
2
|
import { ClickOutside } from "element-plus";
|
3
|
-
import data
|
4
|
-
import
|
3
|
+
import data from "../../../../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/check.mjs";
|
4
|
+
import { debounce } from "../../../../utils/home.mjs";
|
5
5
|
import { useCopilotStoreHook } from "../../../../store/modules/copilot.mjs";
|
6
6
|
import { storeToRefs } from "pinia";
|
7
|
+
const _withScopeId = (n) => (pushScopeId("data-v-c4b5af14"), n = n(), popScopeId(), n);
|
7
8
|
const _hoisted_1 = { class: "select-plugin-box" };
|
8
|
-
const _hoisted_2 =
|
9
|
-
|
10
|
-
key: 1,
|
9
|
+
const _hoisted_2 = {
|
10
|
+
key: 0,
|
11
11
|
class: "selection"
|
12
12
|
};
|
13
|
-
const
|
14
|
-
const
|
13
|
+
const _hoisted_3 = { class: "input-container" };
|
14
|
+
const _hoisted_4 = { class: "plugin-number" };
|
15
|
+
const _hoisted_5 = { class: "plugin-content" };
|
16
|
+
const _hoisted_6 = ["onClick", "onMouseover"];
|
17
|
+
const _hoisted_7 = ["onClick"];
|
18
|
+
const _hoisted_8 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("svg", {
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
20
|
+
width: "32",
|
21
|
+
height: "32",
|
22
|
+
fill: "currentColor"
|
23
|
+
}, [
|
24
|
+
/* @__PURE__ */ createElementVNode("path", {
|
25
|
+
"fill-rule": "evenodd",
|
26
|
+
d: "M16 0a2.4 2.4 0 012.4 2.4l-.001 11.199L29.6 13.6a2.4 2.4 0 010 4.8l-11.201-.001L18.4 29.6a2.4 2.4 0 01-4.8 0l-.001-11.201L2.4 18.4a2.4 2.4 0 010-4.8l11.199-.001L13.6 2.4A2.4 2.4 0 0116 0z"
|
27
|
+
})
|
28
|
+
], -1));
|
29
|
+
const _hoisted_9 = [
|
30
|
+
_hoisted_8
|
31
|
+
];
|
15
32
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
16
33
|
__name: "SelectPlugin",
|
17
34
|
setup(__props) {
|
18
35
|
const CopilotStore = useCopilotStoreHook();
|
19
36
|
const { setCheckedPluginList } = CopilotStore;
|
20
37
|
const { sendLonding, checkedPluginByBtn, plugins } = storeToRefs(CopilotStore);
|
38
|
+
const selectPluginList = ref([]);
|
39
|
+
watch(
|
40
|
+
() => plugins.value,
|
41
|
+
() => {
|
42
|
+
selectPluginList.value = plugins.value;
|
43
|
+
},
|
44
|
+
{
|
45
|
+
immediate: true
|
46
|
+
}
|
47
|
+
);
|
48
|
+
const buttonText = ref("选择插件");
|
21
49
|
const isShowSelection = ref(false);
|
50
|
+
watch(
|
51
|
+
checkedPluginByBtn.value,
|
52
|
+
(val) => {
|
53
|
+
if (val.length) {
|
54
|
+
buttonText.value = "已选插件";
|
55
|
+
} else {
|
56
|
+
buttonText.value = "选择插件";
|
57
|
+
}
|
58
|
+
},
|
59
|
+
{
|
60
|
+
immediate: true
|
61
|
+
}
|
62
|
+
);
|
22
63
|
const outsideClose = ref(false);
|
23
64
|
watch(sendLonding, (val) => {
|
24
65
|
if (val) {
|
@@ -36,48 +77,81 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
36
77
|
const choosePlugin = (plugin) => {
|
37
78
|
setCheckedPluginList(plugin);
|
38
79
|
};
|
80
|
+
const searchPlugin = debounce((event) => {
|
81
|
+
const target = event.target;
|
82
|
+
const filteredPlugins = plugins.value.filter(
|
83
|
+
(item) => item.name.includes(target.value)
|
84
|
+
);
|
85
|
+
selectPluginList.value = filteredPlugins.length > 0 ? filteredPlugins : plugins.value;
|
86
|
+
});
|
87
|
+
const hoverIndex = ref(null);
|
88
|
+
const showButton = (index) => {
|
89
|
+
hoverIndex.value = index;
|
90
|
+
};
|
91
|
+
const hideButton = () => {
|
92
|
+
hoverIndex.value = null;
|
93
|
+
};
|
39
94
|
return (_ctx, _cache) => {
|
40
95
|
const _component_IconifyIconOffline = resolveComponent("IconifyIconOffline");
|
41
96
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
97
|
+
createVNode(Transition, { name: "fade-scale" }, {
|
98
|
+
default: withCtx(() => [
|
99
|
+
isShowSelection.value ? withDirectives((openBlock(), createElementBlock("div", _hoisted_2, [
|
100
|
+
createElementVNode("div", _hoisted_3, [
|
101
|
+
createElementVNode("div", _hoisted_4, [
|
102
|
+
createElementVNode("span", null, "已选用" + toDisplayString(unref(checkedPluginByBtn).length) + "/" + toDisplayString(unref(plugins).length < 3 ? unref(plugins).length : 3) + "个插件", 1)
|
103
|
+
]),
|
104
|
+
createElementVNode("input", {
|
105
|
+
type: "text",
|
106
|
+
placeholder: "请输入插件名",
|
107
|
+
class: "select-input",
|
108
|
+
onInput: _cache[0] || (_cache[0] = //@ts-ignore
|
109
|
+
(...args) => unref(searchPlugin) && unref(searchPlugin)(...args))
|
110
|
+
}, null, 32)
|
111
|
+
]),
|
112
|
+
createElementVNode("div", _hoisted_5, [
|
113
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(selectPluginList.value, (plugin, index) => {
|
114
|
+
return openBlock(), createElementBlock("div", {
|
115
|
+
key: index,
|
116
|
+
class: "plugin-item",
|
117
|
+
onClick: ($event) => choosePlugin(plugin),
|
118
|
+
onMouseover: ($event) => showButton(index),
|
119
|
+
onMouseleave: _cache[1] || (_cache[1] = ($event) => hideButton())
|
120
|
+
}, [
|
121
|
+
createElementVNode("span", null, toDisplayString(plugin.name), 1),
|
122
|
+
createElementVNode("div", {
|
123
|
+
class: normalizeClass(["select-radio", [unref(checkedPluginByBtn).includes(plugin) && "active-radio"]])
|
124
|
+
}, [
|
125
|
+
unref(checkedPluginByBtn).includes(plugin) || hoverIndex.value === index ? (openBlock(), createBlock(_component_IconifyIconOffline, {
|
126
|
+
key: 0,
|
127
|
+
class: "icon",
|
128
|
+
icon: unref(data)
|
129
|
+
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
130
|
+
], 2)
|
131
|
+
], 40, _hoisted_6);
|
132
|
+
}), 128))
|
133
|
+
])
|
134
|
+
])), [
|
135
|
+
[
|
136
|
+
unref(ClickOutside),
|
137
|
+
onClickOutside,
|
138
|
+
void 0,
|
139
|
+
{ stop: true }
|
140
|
+
]
|
141
|
+
]) : createCommentVNode("", true)
|
142
|
+
]),
|
143
|
+
_: 1
|
144
|
+
}),
|
42
145
|
!unref(sendLonding) ? (openBlock(), createElementBlock("button", {
|
43
146
|
key: 0,
|
44
147
|
class: "select-button",
|
45
148
|
onClick: withModifiers(selectPlugin, ["stop"])
|
46
149
|
}, [
|
47
|
-
|
48
|
-
|
49
|
-
class: normalizeClass(["icon", [isShowSelection.value && "rotated"]])
|
50
|
-
|
51
|
-
|
52
|
-
], 8, _hoisted_2)) : createCommentVNode("", true),
|
53
|
-
isShowSelection.value ? withDirectives((openBlock(), createElementBlock("div", _hoisted_3, [
|
54
|
-
createElementVNode("div", _hoisted_4, [
|
55
|
-
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(plugins), (plugin, index) => {
|
56
|
-
return openBlock(), createElementBlock("div", {
|
57
|
-
key: index,
|
58
|
-
class: "plugin-item",
|
59
|
-
onClick: ($event) => choosePlugin(plugin)
|
60
|
-
}, [
|
61
|
-
createElementVNode("span", null, toDisplayString(plugin.name), 1),
|
62
|
-
createElementVNode("div", {
|
63
|
-
class: normalizeClass(["select-radio", [unref(checkedPluginByBtn).includes(plugin) && "active-radio"]])
|
64
|
-
}, [
|
65
|
-
createVNode(_component_IconifyIconOffline, {
|
66
|
-
class: "icon",
|
67
|
-
icon: unref(data$1)
|
68
|
-
}, null, 8, ["icon"])
|
69
|
-
], 2)
|
70
|
-
], 8, _hoisted_5);
|
71
|
-
}), 128))
|
72
|
-
])
|
73
|
-
])), [
|
74
|
-
[
|
75
|
-
unref(ClickOutside),
|
76
|
-
onClickOutside,
|
77
|
-
void 0,
|
78
|
-
{ stop: true }
|
79
|
-
]
|
80
|
-
]) : createCommentVNode("", true)
|
150
|
+
createElementVNode("span", null, toDisplayString(buttonText.value), 1),
|
151
|
+
createElementVNode("div", {
|
152
|
+
class: normalizeClass(["icon", [isShowSelection.value && "rotated"]])
|
153
|
+
}, _hoisted_9, 2)
|
154
|
+
], 8, _hoisted_7)) : createCommentVNode("", true)
|
81
155
|
]);
|
82
156
|
};
|
83
157
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const SelectPlugin_vue_vue_type_style_index_0_scoped_c4b5af14_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
SelectPlugin_vue_vue_type_style_index_0_scoped_c4b5af14_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./SelectPluginByKey.vue2.mjs";
|
2
2
|
import "./SelectPluginByKey.vue3.mjs";
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const SelectPluginByKey = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const SelectPluginByKey = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ee33a269"]]);
|
5
5
|
export {
|
6
6
|
SelectPluginByKey as default
|
7
7
|
};
|
@@ -1,5 +1,6 @@
|
|
1
|
-
import { defineComponent, ref,
|
1
|
+
import { defineComponent, ref, watch, openBlock, createBlock, Transition, withCtx, withDirectives, createElementBlock, createElementVNode, unref, Fragment, renderList, normalizeClass, toDisplayString, createCommentVNode } from "vue";
|
2
2
|
import { ClickOutside } from "element-plus";
|
3
|
+
import { debounce } from "../../../../utils/home.mjs";
|
3
4
|
import { useCopilotStoreHook } from "../../../../store/modules/copilot.mjs";
|
4
5
|
import { storeToRefs } from "pinia";
|
5
6
|
const _hoisted_1 = {
|
@@ -17,57 +18,63 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
17
18
|
emits: ["close", "deleteText"],
|
18
19
|
setup(__props, { emit }) {
|
19
20
|
const CopilotStore = useCopilotStoreHook();
|
20
|
-
const {
|
21
|
-
const {
|
21
|
+
const { setCheckedPluginList } = CopilotStore;
|
22
|
+
const { plugins, checkedPluginByBtn } = storeToRefs(CopilotStore);
|
22
23
|
const selectPluginList = ref([]);
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
24
|
+
watch(
|
25
|
+
() => plugins.value,
|
26
|
+
() => {
|
27
|
+
selectPluginList.value = plugins.value;
|
28
|
+
},
|
29
|
+
{
|
30
|
+
immediate: true
|
30
31
|
}
|
31
|
-
|
32
|
+
);
|
32
33
|
const onClickOutside = () => {
|
33
34
|
emit("close");
|
34
35
|
};
|
35
36
|
const choosePlugin = (plugin) => {
|
36
|
-
|
37
|
-
emit("close");
|
37
|
+
setCheckedPluginList(plugin);
|
38
38
|
emit("deleteText");
|
39
|
+
emit("close");
|
39
40
|
};
|
40
|
-
const searchPlugin = (event) => {
|
41
|
+
const searchPlugin = debounce((event) => {
|
41
42
|
const target = event.target;
|
42
43
|
const filteredPlugins = plugins.value.filter(
|
43
|
-
(item) => item.includes(target.value)
|
44
|
+
(item) => item.name.includes(target.value)
|
44
45
|
);
|
45
46
|
selectPluginList.value = filteredPlugins.length > 0 ? filteredPlugins : plugins.value;
|
46
|
-
};
|
47
|
+
});
|
47
48
|
return (_ctx, _cache) => {
|
48
|
-
return
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
49
|
+
return openBlock(), createBlock(Transition, { name: "fade-scale" }, {
|
50
|
+
default: withCtx(() => [
|
51
|
+
__props.isShowSelect ? withDirectives((openBlock(), createElementBlock("div", _hoisted_1, [
|
52
|
+
createElementVNode("div", _hoisted_2, [
|
53
|
+
createElementVNode("input", {
|
54
|
+
type: "text",
|
55
|
+
placeholder: "请输入插件名",
|
56
|
+
class: "select-input",
|
57
|
+
onInput: _cache[0] || (_cache[0] = //@ts-ignore
|
58
|
+
(...args) => unref(searchPlugin) && unref(searchPlugin)(...args))
|
59
|
+
}, null, 32)
|
60
|
+
]),
|
61
|
+
createElementVNode("div", _hoisted_3, [
|
62
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(selectPluginList.value, (plugin, index) => {
|
63
|
+
return openBlock(), createElementBlock("div", {
|
64
|
+
key: index,
|
65
|
+
class: normalizeClass(["plugin-item", { isSel: unref(checkedPluginByBtn).includes(plugin) }]),
|
66
|
+
onClick: ($event) => choosePlugin(plugin)
|
67
|
+
}, [
|
68
|
+
createElementVNode("span", null, toDisplayString(plugin.name), 1)
|
69
|
+
], 10, _hoisted_4);
|
70
|
+
}), 128))
|
71
|
+
])
|
72
|
+
])), [
|
73
|
+
[unref(ClickOutside), onClickOutside]
|
74
|
+
]) : createCommentVNode("", true)
|
56
75
|
]),
|
57
|
-
|
58
|
-
|
59
|
-
return openBlock(), createElementBlock("div", {
|
60
|
-
key: index,
|
61
|
-
class: "plugin-item",
|
62
|
-
onClick: ($event) => choosePlugin(plugin)
|
63
|
-
}, [
|
64
|
-
createElementVNode("span", null, toDisplayString(plugin.name), 1)
|
65
|
-
], 8, _hoisted_4);
|
66
|
-
}), 128))
|
67
|
-
])
|
68
|
-
])), [
|
69
|
-
[unref(ClickOutside), onClickOutside]
|
70
|
-
]) : createCommentVNode("", true);
|
76
|
+
_: 1
|
77
|
+
});
|
71
78
|
};
|
72
79
|
}
|
73
80
|
});
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const SelectPluginByKey_vue_vue_type_style_index_0_scoped_ee33a269_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
SelectPluginByKey_vue_vue_type_style_index_0_scoped_ee33a269_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./SpeechControl.vue2.mjs";
|
2
2
|
import "./SpeechControl.vue3.mjs";
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const SpeechControl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const SpeechControl = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-76e68868"]]);
|
5
5
|
export {
|
6
6
|
SpeechControl as default
|
7
7
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const SpeechControl_vue_vue_type_style_index_0_scoped_76e68868_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
SpeechControl_vue_vue_type_style_index_0_scoped_76e68868_lang as default
|
4
4
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import _sfc_main from "./Upload.vue2.mjs";
|
2
2
|
import "./Upload.vue3.mjs";
|
3
3
|
import _export_sfc from "../../../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
-
const Upload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const Upload = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-f5eca4be"]]);
|
5
5
|
export {
|
6
6
|
Upload as default
|
7
7
|
};
|
@@ -2,7 +2,7 @@ import { defineComponent, ref, resolveComponent, openBlock, createElementBlock,
|
|
2
2
|
import data from "../../../../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/upload.mjs";
|
3
3
|
import data$1 from "../../../../node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/paperclip.mjs";
|
4
4
|
import { ClickOutside, genFileId } from "element-plus";
|
5
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
5
|
+
const _withScopeId = (n) => (pushScopeId("data-v-f5eca4be"), n = n(), popScopeId(), n);
|
6
6
|
const _hoisted_1 = { class: "pic-control" };
|
7
7
|
const _hoisted_2 = { class: "visual-search" };
|
8
8
|
const _hoisted_3 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("span", { class: "visual-search-title" }, "添加图像", -1));
|
@@ -1,4 +1,4 @@
|
|
1
|
-
const
|
1
|
+
const Upload_vue_vue_type_style_index_0_scoped_f5eca4be_lang = "";
|
2
2
|
export {
|
3
|
-
|
3
|
+
Upload_vue_vue_type_style_index_0_scoped_f5eca4be_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 SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
4
|
+
const SearchInput = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2337064c"]]);
|
5
5
|
export {
|
6
6
|
SearchInput as default
|
7
7
|
};
|