@kg-ui/kg-ui-plus 0.0.1 → 0.0.3
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 +16 -0
- package/dist/es/KgCopilot/CopiContent/AnswerHead.vue2.mjs +4 -0
- package/dist/es/KgCopilot/CopiContent/UserHead.vue.mjs +26 -0
- package/dist/es/KgCopilot/CopiContent/UserHead.vue2.mjs +4 -0
- package/dist/es/KgCopilot/CopiFooter/components/NewTheme.vue.mjs +7 -0
- package/dist/es/KgCopilot/CopiFooter/components/NewTheme.vue2.mjs +49 -0
- package/dist/es/KgCopilot/CopiFooter/components/NewTheme.vue3.mjs +4 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue.mjs +7 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue2.mjs +94 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SelectPlugin.vue3.mjs +4 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SpeechControl.vue.mjs +7 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SpeechControl.vue2.mjs +33 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/SpeechControl.vue3.mjs +4 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue.mjs +7 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue2.mjs +140 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/Upload.vue3.mjs +4 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/index.vue.mjs +7 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/index.vue2.mjs +131 -0
- package/dist/es/KgCopilot/CopiFooter/components/SearchInput/index.vue3.mjs +4 -0
- package/dist/es/KgCopilot/CopiFooter/index.vue.mjs +7 -0
- package/dist/es/KgCopilot/CopiFooter/index.vue2.mjs +21 -0
- package/dist/es/KgCopilot/CopiFooter/index.vue3.mjs +4 -0
- package/dist/es/KgCopilot/dialogue/index.vue.mjs +7 -0
- package/dist/es/KgCopilot/dialogue/index.vue2.mjs +131 -0
- package/dist/es/KgCopilot/dialogue/index.vue3.mjs +4 -0
- package/dist/es/KgCopilot/dialogue/mdInCode.mjs +56 -0
- package/dist/es/KgCopilot/dialogue/readMd.vue.mjs +7 -0
- package/dist/es/KgCopilot/dialogue/readMd.vue2.mjs +87 -0
- package/dist/es/KgCopilot/dialogue/readMd.vue3.mjs +4 -0
- package/dist/es/KgCopilot/index.vue.mjs +7 -0
- package/dist/es/KgCopilot/index.vue2.mjs +49 -0
- package/dist/es/KgCopilot/index.vue3.mjs +4 -0
- package/dist/es/_virtual/___vite-browser-external.mjs +6 -0
- package/dist/es/_virtual/__vite-browser-external.mjs +4 -0
- package/dist/es/_virtual/_commonjsHelpers.mjs +34 -0
- package/dist/es/_virtual/_plugin-vue_export-helper.mjs +10 -0
- package/dist/es/_virtual/index.mjs +13 -0
- package/dist/es/api/project.mjs +51 -0
- package/dist/es/directives/heighlight/index.mjs +69 -0
- package/dist/es/directives/index.mjs +4 -0
- package/dist/es/home/LFilter/FilterArea.vue.mjs +7 -0
- package/dist/es/home/LFilter/FilterArea.vue2.mjs +507 -0
- package/dist/es/home/LFilter/FilterArea.vue3.mjs +4 -0
- package/dist/es/home/LFilter/FilterHead.vue.mjs +129 -0
- package/dist/es/home/LFilter/FilterHead.vue2.mjs +4 -0
- package/dist/es/home/LFilter/FilterItem.vue.mjs +7 -0
- package/dist/es/home/LFilter/FilterItem.vue2.mjs +114 -0
- package/dist/es/home/LFilter/FilterItem.vue3.mjs +4 -0
- package/dist/es/home/LFilter/FilterItemIcon.vue.mjs +7 -0
- package/dist/es/home/LFilter/FilterItemIcon.vue2.mjs +171 -0
- package/dist/es/home/LFilter/FilterItemIcon.vue3.mjs +4 -0
- package/dist/es/home/LFilter/index.vue.mjs +17 -0
- package/dist/es/home/LFilter/index.vue2.mjs +4 -0
- package/dist/es/home/LProject/index.vue.mjs +7 -0
- package/dist/es/home/LProject/index.vue2.mjs +70 -0
- package/dist/es/home/LProject/index.vue3.mjs +4 -0
- package/dist/es/home/index.vue.mjs +7 -0
- package/dist/es/home/index.vue2.mjs +80 -0
- package/dist/es/home/index.vue3.mjs +4 -0
- package/dist/es/index.mjs +26 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/check.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/circle-plus.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/close.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/microphone.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/paperclip.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/promotion.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ep@1.2.7/node_modules/@iconify-icons/ep/upload.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/copy-simple.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/speaker-high-light.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/thumbs-down-thin.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/thumbs-up-thin.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ph@1.2.5/node_modules/@iconify-icons/ph/warning-bold.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/add-line.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/arrow-down-s-line.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/arrow-up-s-line.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/check-fill.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/download-line.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/more-2-fill.mjs +8 -0
- package/dist/es/node_modules/.pnpm/@pureadmin_utils@1.8.5_vue@3.2.45/node_modules/@pureadmin/utils/dist/index.mjs +70 -0
- package/dist/es/node_modules/.pnpm/call-bind@1.0.7/node_modules/call-bind/callBound.mjs +16 -0
- package/dist/es/node_modules/.pnpm/call-bind@1.0.7/node_modules/call-bind/index.mjs +36 -0
- package/dist/es/node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.mjs +48 -0
- package/dist/es/node_modules/.pnpm/dompurify@3.0.10/node_modules/dompurify/dist/purify.es.mjs +949 -0
- package/dist/es/node_modules/.pnpm/es-define-property@1.0.0/node_modules/es-define-property/index.mjs +22 -0
- package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.mjs +4 -0
- package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.mjs +4 -0
- package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.mjs +4 -0
- package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.mjs +4 -0
- package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.mjs +4 -0
- package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.mjs +4 -0
- package/dist/es/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.mjs +4 -0
- package/dist/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.mjs +72 -0
- package/dist/es/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.mjs +6 -0
- package/dist/es/node_modules/.pnpm/get-intrinsic@1.2.4/node_modules/get-intrinsic/index.mjs +320 -0
- package/dist/es/node_modules/.pnpm/gopd@1.0.1/node_modules/gopd/index.mjs +14 -0
- package/dist/es/node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.mjs +19 -0
- package/dist/es/node_modules/.pnpm/has-proto@1.0.3/node_modules/has-proto/index.mjs +11 -0
- package/dist/es/node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/index.mjs +21 -0
- package/dist/es/node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/shams.mjs +48 -0
- package/dist/es/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.mjs +8 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/core.mjs +5 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/apache.mjs +91 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/bash.mjs +377 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/basic.mjs +221 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/c.mjs +280 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/css.mjs +732 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/dart.mjs +247 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/django.mjs +47 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/dns.mjs +71 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/dos.mjs +160 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/dust.mjs +38 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/erlang.mjs +176 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/go.mjs +135 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/http.mjs +89 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/java.mjs +254 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/javascript.mjs +698 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/json.mjs +40 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/markdown.mjs +227 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/nginx.mjs +144 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/php.mjs +589 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/python.mjs +414 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/ruby.mjs +414 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/stylus.mjs +766 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/swift.mjs +832 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/typescript.mjs +788 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/es/languages/xml.mjs +227 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/lib/core.mjs +1580 -0
- package/dist/es/node_modules/.pnpm/highlight.js@11.9.0/node_modules/highlight.js/styles/paraiso-light.css.mjs +4 -0
- package/dist/es/node_modules/.pnpm/marked@12.0.1/node_modules/marked/lib/marked.esm.mjs +2045 -0
- package/dist/es/node_modules/.pnpm/object-inspect@1.13.1/node_modules/object-inspect/index.mjs +514 -0
- package/dist/es/node_modules/.pnpm/pinyin-match@1.2.4/node_modules/pinyin-match/es/main.mjs +124 -0
- package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/formats.mjs +22 -0
- package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/index.mjs +14 -0
- package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/parse.mjs +199 -0
- package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/stringify.mjs +262 -0
- package/dist/es/node_modules/.pnpm/qs@6.11.0/node_modules/qs/lib/utils.mjs +196 -0
- package/dist/es/node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.mjs +54 -0
- package/dist/es/node_modules/.pnpm/side-channel@1.0.6/node_modules/side-channel/index.mjs +115 -0
- package/dist/es/store/index.mjs +8 -0
- package/dist/es/store/modules/copilot.mjs +111 -0
- package/dist/es/store/modules/filters.mjs +346 -0
- package/dist/es/store/modules/types.mjs +19 -0
- package/dist/es/style/index.scss.mjs +4 -0
- package/dist/es/style/tailwind.css.mjs +4 -0
- package/dist/es/style.css +1 -0
- package/dist/es/utils/home.mjs +129 -0
- package/dist/es/utils/http/index.mjs +90 -0
- package/dist/es/utils/message.mjs +42 -0
- package/package.json +23 -32
@@ -0,0 +1,114 @@
|
|
1
|
+
import { defineComponent, toRefs, ref, watch, resolveComponent, unref, openBlock, createBlock, withCtx, createTextVNode, toDisplayString, createElementVNode, createVNode, withDirectives, vShow, createCommentVNode, createElementBlock, pushScopeId, popScopeId } from "vue";
|
2
|
+
import { storeToRefs } from "pinia";
|
3
|
+
import { useFilterStoreHook } from "../../store/modules/filters.mjs";
|
4
|
+
import { EnumFilterKind } from "../../store/modules/types.mjs";
|
5
|
+
import data from "../../node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/more-2-fill.mjs";
|
6
|
+
import { getFilterRemark } from "../../utils/home.mjs";
|
7
|
+
const _withScopeId = (n) => (pushScopeId("data-v-0b91dded"), n = n(), popScopeId(), n);
|
8
|
+
const _hoisted_1 = { class: "p-2" };
|
9
|
+
const _hoisted_2 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("line", null, null, -1));
|
10
|
+
const _hoisted_3 = ["innerHTML"];
|
11
|
+
const _hoisted_4 = {
|
12
|
+
key: 1,
|
13
|
+
class: "flex items-center text-xs text-[#606266]"
|
14
|
+
};
|
15
|
+
const _hoisted_5 = { class: "tagText" };
|
16
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
17
|
+
__name: "FilterItem",
|
18
|
+
props: {
|
19
|
+
subFilter: null,
|
20
|
+
rowIndex: null,
|
21
|
+
multipleSel: { type: Boolean },
|
22
|
+
checkout_prop: { type: Boolean }
|
23
|
+
},
|
24
|
+
emits: ["clickF", "edit"],
|
25
|
+
setup(__props, { expose, emit }) {
|
26
|
+
const props = __props;
|
27
|
+
const { subFilter, multipleSel, checkout_prop } = toRefs(props);
|
28
|
+
const filterStore = useFilterStoreHook();
|
29
|
+
const { selFilterIds, filterList } = storeToRefs(filterStore);
|
30
|
+
const { selFilter } = filterStore;
|
31
|
+
const checkOut = ref(false);
|
32
|
+
watch(multipleSel, () => {
|
33
|
+
if (multipleSel.value) {
|
34
|
+
checkOut.value = checkout_prop.value;
|
35
|
+
} else {
|
36
|
+
checkOut.value = false;
|
37
|
+
}
|
38
|
+
});
|
39
|
+
const clickFilter = (filter) => {
|
40
|
+
selFilter(filter);
|
41
|
+
emit("clickF");
|
42
|
+
};
|
43
|
+
const showEdit = ref(false);
|
44
|
+
const handleHoverAccount = (isShow) => {
|
45
|
+
showEdit.value = isShow;
|
46
|
+
};
|
47
|
+
expose({
|
48
|
+
checkOut
|
49
|
+
});
|
50
|
+
return (_ctx, _cache) => {
|
51
|
+
const _component_el_divider = resolveComponent("el-divider");
|
52
|
+
const _component_IconifyIconOffline = resolveComponent("IconifyIconOffline");
|
53
|
+
const _component_el_tooltip = resolveComponent("el-tooltip");
|
54
|
+
const _component_el_button = resolveComponent("el-button");
|
55
|
+
const _component_el_checkbox = resolveComponent("el-checkbox");
|
56
|
+
return !unref(multipleSel) ? (openBlock(), createBlock(_component_el_button, {
|
57
|
+
key: 0,
|
58
|
+
size: "small",
|
59
|
+
class: "tagText gap-1.5",
|
60
|
+
link: "",
|
61
|
+
type: unref(selFilterIds).includes(unref(subFilter).id) ? "warning" : "",
|
62
|
+
onClick: _cache[0] || (_cache[0] = ($event) => clickFilter(unref(subFilter))),
|
63
|
+
onMouseenter: _cache[1] || (_cache[1] = ($event) => handleHoverAccount(true)),
|
64
|
+
onMouseleave: _cache[2] || (_cache[2] = ($event) => handleHoverAccount(false))
|
65
|
+
}, {
|
66
|
+
default: withCtx(() => [
|
67
|
+
createTextVNode(toDisplayString(unref(subFilter).name) + " ", 1),
|
68
|
+
unref(subFilter).kind !== unref(EnumFilterKind).XinYuan ? (openBlock(), createBlock(_component_el_tooltip, {
|
69
|
+
key: 0,
|
70
|
+
class: "box-item",
|
71
|
+
effect: "light",
|
72
|
+
"show-after": 300,
|
73
|
+
placement: "right"
|
74
|
+
}, {
|
75
|
+
content: withCtx(() => [
|
76
|
+
createElementVNode("div", _hoisted_1, [
|
77
|
+
createElementVNode("p", null, toDisplayString(unref(subFilter).name), 1),
|
78
|
+
createVNode(_component_el_divider, { style: { "padding": "0", "margin": "5px 5px 5px 0" } }),
|
79
|
+
_hoisted_2,
|
80
|
+
createElementVNode("div", {
|
81
|
+
innerHTML: unref(getFilterRemark)(unref(subFilter), unref(filterList))
|
82
|
+
}, null, 8, _hoisted_3),
|
83
|
+
createVNode(_component_el_divider, { style: { "padding": "0", "margin": "5px 5px 5px 0" } })
|
84
|
+
])
|
85
|
+
]),
|
86
|
+
default: withCtx(() => [
|
87
|
+
withDirectives(createVNode(_component_IconifyIconOffline, {
|
88
|
+
class: "ml-3",
|
89
|
+
icon: unref(data)
|
90
|
+
}, null, 8, ["icon"]), [
|
91
|
+
[vShow, showEdit.value]
|
92
|
+
])
|
93
|
+
]),
|
94
|
+
_: 1
|
95
|
+
})) : createCommentVNode("", true)
|
96
|
+
]),
|
97
|
+
_: 1
|
98
|
+
}, 8, ["type"])) : (openBlock(), createElementBlock("div", _hoisted_4, [
|
99
|
+
createVNode(_component_el_checkbox, {
|
100
|
+
modelValue: checkOut.value,
|
101
|
+
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => checkOut.value = $event)
|
102
|
+
}, {
|
103
|
+
default: withCtx(() => [
|
104
|
+
createElementVNode("span", _hoisted_5, toDisplayString(unref(subFilter).name), 1)
|
105
|
+
]),
|
106
|
+
_: 1
|
107
|
+
}, 8, ["modelValue"])
|
108
|
+
]));
|
109
|
+
};
|
110
|
+
}
|
111
|
+
});
|
112
|
+
export {
|
113
|
+
_sfc_main as default
|
114
|
+
};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import _sfc_main from "./FilterItemIcon.vue2.mjs";
|
2
|
+
import "./FilterItemIcon.vue3.mjs";
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
+
const FilterItemIcon = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2688e0da"]]);
|
5
|
+
export {
|
6
|
+
FilterItemIcon as default
|
7
|
+
};
|
@@ -0,0 +1,171 @@
|
|
1
|
+
import { defineComponent, toRefs, ref, watch, resolveComponent, openBlock, createElementBlock, normalizeClass, unref, createVNode, withCtx, withDirectives, createElementVNode, toDisplayString, vShow, createBlock, createCommentVNode, pushScopeId, popScopeId } from "vue";
|
2
|
+
import { storeToRefs } from "pinia";
|
3
|
+
import { useFilterStoreHook } from "../../store/modules/filters.mjs";
|
4
|
+
import data from "../../node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/more-2-fill.mjs";
|
5
|
+
import data$1 from "../../node_modules/.pnpm/@iconify-icons_ri@1.2.3/node_modules/@iconify-icons/ri/check-fill.mjs";
|
6
|
+
import { getFilterRemark } from "../../utils/home.mjs";
|
7
|
+
const _withScopeId = (n) => (pushScopeId("data-v-2688e0da"), n = n(), popScopeId(), n);
|
8
|
+
const _hoisted_1 = {
|
9
|
+
key: 0,
|
10
|
+
class: "flex items-end"
|
11
|
+
};
|
12
|
+
const _hoisted_2 = { class: "image-slot" };
|
13
|
+
const _hoisted_3 = { class: "p-2" };
|
14
|
+
const _hoisted_4 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createElementVNode("line", null, null, -1));
|
15
|
+
const _hoisted_5 = ["innerHTML"];
|
16
|
+
const _hoisted_6 = {
|
17
|
+
key: 1,
|
18
|
+
class: "flex items-center text-xs text-[#606266]"
|
19
|
+
};
|
20
|
+
const _hoisted_7 = { class: "image-slot" };
|
21
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
22
|
+
__name: "FilterItemIcon",
|
23
|
+
props: {
|
24
|
+
subFilter: null,
|
25
|
+
rowIndex: null,
|
26
|
+
multipleSel: { type: Boolean },
|
27
|
+
checkout_prop: { type: Boolean }
|
28
|
+
},
|
29
|
+
emits: ["clickF", "edit"],
|
30
|
+
setup(__props, { expose, emit }) {
|
31
|
+
const props = __props;
|
32
|
+
const { subFilter, multipleSel, checkout_prop } = toRefs(props);
|
33
|
+
const filterStore = useFilterStoreHook();
|
34
|
+
const { selFilterIds, filterList } = storeToRefs(filterStore);
|
35
|
+
const { selFilter } = filterStore;
|
36
|
+
const checkOut = ref(false);
|
37
|
+
watch(multipleSel, () => {
|
38
|
+
if (multipleSel.value) {
|
39
|
+
checkOut.value = checkout_prop.value;
|
40
|
+
} else {
|
41
|
+
checkOut.value = false;
|
42
|
+
}
|
43
|
+
});
|
44
|
+
const clickFilter = (filter) => {
|
45
|
+
selFilter(filter);
|
46
|
+
emit("clickF");
|
47
|
+
};
|
48
|
+
const showEdit = ref(false);
|
49
|
+
const handleHoverAccount = (isShow) => {
|
50
|
+
showEdit.value = isShow;
|
51
|
+
};
|
52
|
+
const hancleClickCheck = () => {
|
53
|
+
checkOut.value = !checkOut.value;
|
54
|
+
};
|
55
|
+
expose({
|
56
|
+
checkOut
|
57
|
+
});
|
58
|
+
return (_ctx, _cache) => {
|
59
|
+
const _component_el_image = resolveComponent("el-image");
|
60
|
+
const _component_el_divider = resolveComponent("el-divider");
|
61
|
+
const _component_IconifyIconOffline = resolveComponent("IconifyIconOffline");
|
62
|
+
const _component_el_tooltip = resolveComponent("el-tooltip");
|
63
|
+
const _component_el_button = resolveComponent("el-button");
|
64
|
+
return openBlock(), createElementBlock("div", {
|
65
|
+
class: normalizeClass([{ hover: showEdit.value }, "relative"])
|
66
|
+
}, [
|
67
|
+
!unref(multipleSel) ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
68
|
+
createVNode(_component_el_button, {
|
69
|
+
size: "small",
|
70
|
+
link: "",
|
71
|
+
class: "tagText gap-1.5",
|
72
|
+
type: unref(selFilterIds).includes(unref(subFilter).id) ? "warning" : "",
|
73
|
+
onClick: _cache[0] || (_cache[0] = ($event) => clickFilter(unref(subFilter))),
|
74
|
+
onMouseenter: _cache[1] || (_cache[1] = ($event) => handleHoverAccount(true)),
|
75
|
+
onMouseleave: _cache[2] || (_cache[2] = ($event) => handleHoverAccount(false))
|
76
|
+
}, {
|
77
|
+
default: withCtx(() => [
|
78
|
+
withDirectives(createVNode(_component_el_image, {
|
79
|
+
style: { "width": "103px", "height": "36px" },
|
80
|
+
src: unref(subFilter).icon,
|
81
|
+
fit: "none"
|
82
|
+
}, {
|
83
|
+
error: withCtx(() => [
|
84
|
+
createElementVNode("div", _hoisted_2, toDisplayString(unref(subFilter).name), 1)
|
85
|
+
]),
|
86
|
+
_: 1
|
87
|
+
}, 8, ["src"]), [
|
88
|
+
[vShow, !showEdit.value]
|
89
|
+
]),
|
90
|
+
withDirectives(createElementVNode("div", {
|
91
|
+
class: "truncate flex items-center justify-center",
|
92
|
+
style: { "width": "103px", "height": "36px" }
|
93
|
+
}, toDisplayString(unref(subFilter).name), 513), [
|
94
|
+
[vShow, showEdit.value]
|
95
|
+
]),
|
96
|
+
createVNode(_component_el_tooltip, {
|
97
|
+
class: "box-item",
|
98
|
+
effect: "light",
|
99
|
+
"show-after": 300,
|
100
|
+
placement: "right"
|
101
|
+
}, {
|
102
|
+
content: withCtx(() => [
|
103
|
+
createElementVNode("div", _hoisted_3, [
|
104
|
+
createElementVNode("p", null, toDisplayString(unref(subFilter).name), 1),
|
105
|
+
createVNode(_component_el_divider, { style: { "padding": "0", "margin": "5px 5px 5px 0" } }),
|
106
|
+
_hoisted_4,
|
107
|
+
createElementVNode("div", {
|
108
|
+
innerHTML: unref(getFilterRemark)(unref(subFilter), unref(filterList))
|
109
|
+
}, null, 8, _hoisted_5),
|
110
|
+
createVNode(_component_el_divider, { style: { "padding": "0", "margin": "5px 5px 5px 0" } })
|
111
|
+
])
|
112
|
+
]),
|
113
|
+
default: withCtx(() => [
|
114
|
+
withDirectives(createVNode(_component_IconifyIconOffline, {
|
115
|
+
class: "ml-3",
|
116
|
+
icon: unref(data)
|
117
|
+
}, null, 8, ["icon"]), [
|
118
|
+
[vShow, showEdit.value]
|
119
|
+
])
|
120
|
+
]),
|
121
|
+
_: 1
|
122
|
+
})
|
123
|
+
]),
|
124
|
+
_: 1
|
125
|
+
}, 8, ["type"])
|
126
|
+
])) : (openBlock(), createElementBlock("div", _hoisted_6, [
|
127
|
+
createVNode(_component_el_button, {
|
128
|
+
size: "small",
|
129
|
+
link: "",
|
130
|
+
class: "tagText gap-1.5",
|
131
|
+
type: unref(selFilterIds).includes(unref(subFilter).id) ? "warning" : "",
|
132
|
+
onClick: hancleClickCheck,
|
133
|
+
onMouseenter: _cache[3] || (_cache[3] = ($event) => handleHoverAccount(true)),
|
134
|
+
onMouseleave: _cache[4] || (_cache[4] = ($event) => handleHoverAccount(false))
|
135
|
+
}, {
|
136
|
+
default: withCtx(() => [
|
137
|
+
withDirectives(createVNode(_component_el_image, {
|
138
|
+
style: { "width": "103px", "height": "36px" },
|
139
|
+
src: unref(subFilter).icon,
|
140
|
+
fit: "none"
|
141
|
+
}, {
|
142
|
+
error: withCtx(() => [
|
143
|
+
createElementVNode("div", _hoisted_7, toDisplayString(unref(subFilter).name), 1)
|
144
|
+
]),
|
145
|
+
_: 1
|
146
|
+
}, 8, ["src"]), [
|
147
|
+
[vShow, !showEdit.value]
|
148
|
+
]),
|
149
|
+
withDirectives(createElementVNode("div", {
|
150
|
+
class: "truncate",
|
151
|
+
style: { "width": "80px" }
|
152
|
+
}, toDisplayString(unref(subFilter).name), 513), [
|
153
|
+
[vShow, showEdit.value]
|
154
|
+
])
|
155
|
+
]),
|
156
|
+
_: 1
|
157
|
+
}, 8, ["type"]),
|
158
|
+
checkOut.value ? (openBlock(), createBlock(_component_IconifyIconOffline, {
|
159
|
+
key: 0,
|
160
|
+
class: "absolute right-0 bottom-0",
|
161
|
+
icon: unref(data$1),
|
162
|
+
style: { "color": "red", "width": "16px", "height": "16px" }
|
163
|
+
}, null, 8, ["icon"])) : createCommentVNode("", true)
|
164
|
+
]))
|
165
|
+
], 2);
|
166
|
+
};
|
167
|
+
}
|
168
|
+
});
|
169
|
+
export {
|
170
|
+
_sfc_main as default
|
171
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { defineComponent, openBlock, createElementBlock, Fragment, createVNode } from "vue";
|
2
|
+
import FilterArea from "./FilterArea.vue.mjs";
|
3
|
+
import _sfc_main$1 from "./FilterHead.vue.mjs";
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
5
|
+
__name: "index",
|
6
|
+
setup(__props) {
|
7
|
+
return (_ctx, _cache) => {
|
8
|
+
return openBlock(), createElementBlock(Fragment, null, [
|
9
|
+
createVNode(_sfc_main$1),
|
10
|
+
createVNode(FilterArea)
|
11
|
+
], 64);
|
12
|
+
};
|
13
|
+
}
|
14
|
+
});
|
15
|
+
export {
|
16
|
+
_sfc_main as default
|
17
|
+
};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import _sfc_main from "./index.vue2.mjs";
|
2
|
+
import "./index.vue3.mjs";
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
4
|
+
const LProject = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-e7243feb"]]);
|
5
|
+
export {
|
6
|
+
LProject as default
|
7
|
+
};
|
@@ -0,0 +1,70 @@
|
|
1
|
+
import { defineComponent, watch, resolveComponent, openBlock, createElementBlock, unref, createCommentVNode, createElementVNode, createVNode, withCtx, Fragment, renderList, createBlock, toDisplayString } from "vue";
|
2
|
+
import { useFilterStoreHook } from "../../store/modules/filters.mjs";
|
3
|
+
import { storeToRefs } from "pinia";
|
4
|
+
const _hoisted_1 = { class: "flex p-2 bg-white align-middle justify-items-start flex-wrap mb-1" };
|
5
|
+
const _hoisted_2 = {
|
6
|
+
key: 0,
|
7
|
+
class: "flex items-center text-gray-800"
|
8
|
+
};
|
9
|
+
const _hoisted_3 = {
|
10
|
+
class: "",
|
11
|
+
style: { "max-width": "calc(100% - 40px)" }
|
12
|
+
};
|
13
|
+
const _hoisted_4 = { class: "flex" };
|
14
|
+
const _hoisted_5 = { class: "font-bold" };
|
15
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
16
|
+
__name: "index",
|
17
|
+
setup(__props) {
|
18
|
+
const filterStore = useFilterStoreHook();
|
19
|
+
const { projectList, selProjectId, selProject } = storeToRefs(filterStore);
|
20
|
+
const {
|
21
|
+
getFilterList,
|
22
|
+
clearFilterList,
|
23
|
+
getAllMapData_xinyuan,
|
24
|
+
getXinyuanHead,
|
25
|
+
setSelProjectId
|
26
|
+
} = filterStore;
|
27
|
+
const clickPro = (pro) => {
|
28
|
+
setSelProjectId(pro.id);
|
29
|
+
};
|
30
|
+
watch(selProjectId, () => {
|
31
|
+
clearFilterList();
|
32
|
+
getFilterList();
|
33
|
+
getAllMapData_xinyuan();
|
34
|
+
getXinyuanHead();
|
35
|
+
});
|
36
|
+
return (_ctx, _cache) => {
|
37
|
+
const _component_el_button = resolveComponent("el-button");
|
38
|
+
const _component_el_scrollbar = resolveComponent("el-scrollbar");
|
39
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
40
|
+
unref(projectList).length === 0 ? (openBlock(), createElementBlock("div", _hoisted_2, " 空 ")) : createCommentVNode("", true),
|
41
|
+
createElementVNode("div", _hoisted_3, [
|
42
|
+
createVNode(_component_el_scrollbar, null, {
|
43
|
+
default: withCtx(() => [
|
44
|
+
createElementVNode("div", _hoisted_4, [
|
45
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(projectList), (pro) => {
|
46
|
+
var _a;
|
47
|
+
return openBlock(), createBlock(_component_el_button, {
|
48
|
+
key: pro.id,
|
49
|
+
class: "last:pr-10 my-1",
|
50
|
+
onClick: ($event) => clickPro(pro),
|
51
|
+
type: pro.id === ((_a = unref(selProject)) == null ? void 0 : _a.id) ? "warning" : ""
|
52
|
+
}, {
|
53
|
+
default: withCtx(() => [
|
54
|
+
createElementVNode("span", _hoisted_5, toDisplayString(pro.name), 1)
|
55
|
+
]),
|
56
|
+
_: 2
|
57
|
+
}, 1032, ["onClick", "type"]);
|
58
|
+
}), 128))
|
59
|
+
])
|
60
|
+
]),
|
61
|
+
_: 1
|
62
|
+
})
|
63
|
+
])
|
64
|
+
]);
|
65
|
+
};
|
66
|
+
}
|
67
|
+
});
|
68
|
+
export {
|
69
|
+
_sfc_main as default
|
70
|
+
};
|
@@ -0,0 +1,80 @@
|
|
1
|
+
import { defineComponent, onMounted, onUnmounted, watch, resolveComponent, openBlock, createElementBlock, createVNode, withCtx } from "vue";
|
2
|
+
import { useFilterStoreHook } from "../store/modules/filters.mjs";
|
3
|
+
import LProject from "./LProject/index.vue.mjs";
|
4
|
+
import _sfc_main$1 from "./LFilter/index.vue.mjs";
|
5
|
+
import { storeToRefs } from "pinia";
|
6
|
+
const _hoisted_1 = { class: "panel common-layout" };
|
7
|
+
const __default__ = defineComponent({
|
8
|
+
name: "Home"
|
9
|
+
});
|
10
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
11
|
+
...__default__,
|
12
|
+
props: {
|
13
|
+
token: null
|
14
|
+
},
|
15
|
+
emits: ["selFilterChange"],
|
16
|
+
setup(__props, { expose, emit }) {
|
17
|
+
const props = __props;
|
18
|
+
const filterStore = useFilterStoreHook();
|
19
|
+
const { getProjectList, setSelProjectId } = filterStore;
|
20
|
+
const { projectList, selProject, getCurSelFilter, filterList, selFilterIds } = storeToRefs(filterStore);
|
21
|
+
onMounted(() => {
|
22
|
+
init();
|
23
|
+
});
|
24
|
+
onUnmounted(() => {
|
25
|
+
setSelProjectId(0);
|
26
|
+
});
|
27
|
+
const init = async () => {
|
28
|
+
window["know_token"] = props.token;
|
29
|
+
await getProjectList();
|
30
|
+
};
|
31
|
+
const getAllProject = () => {
|
32
|
+
return projectList.value;
|
33
|
+
};
|
34
|
+
const getSelProject = () => {
|
35
|
+
return selProject.value;
|
36
|
+
};
|
37
|
+
const getSelFilter = () => {
|
38
|
+
return getCurSelFilter.value;
|
39
|
+
};
|
40
|
+
const getAllFilter = () => {
|
41
|
+
return filterList.value;
|
42
|
+
};
|
43
|
+
watch(selFilterIds.value, () => {
|
44
|
+
emit("selFilterChange", getCurSelFilter.value);
|
45
|
+
});
|
46
|
+
expose({
|
47
|
+
getAllProject,
|
48
|
+
getSelProject,
|
49
|
+
getSelFilter,
|
50
|
+
getAllFilter
|
51
|
+
});
|
52
|
+
return (_ctx, _cache) => {
|
53
|
+
const _component_el_header = resolveComponent("el-header");
|
54
|
+
const _component_el_container = resolveComponent("el-container");
|
55
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
56
|
+
createVNode(_component_el_container, {
|
57
|
+
class: "",
|
58
|
+
style: { "height": "100%" }
|
59
|
+
}, {
|
60
|
+
default: withCtx(() => [
|
61
|
+
createVNode(_component_el_header, {
|
62
|
+
class: "mb-1",
|
63
|
+
style: { "padding": "0", "height": "auto" }
|
64
|
+
}, {
|
65
|
+
default: withCtx(() => [
|
66
|
+
createVNode(LProject),
|
67
|
+
createVNode(_sfc_main$1, { ref: "filterArea" }, null, 512)
|
68
|
+
]),
|
69
|
+
_: 1
|
70
|
+
})
|
71
|
+
]),
|
72
|
+
_: 1
|
73
|
+
})
|
74
|
+
]);
|
75
|
+
};
|
76
|
+
}
|
77
|
+
});
|
78
|
+
export {
|
79
|
+
_sfc_main as default
|
80
|
+
};
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import Home from "./home/index.vue.mjs";
|
2
|
+
import KgCopilot from "./KgCopilot/index.vue.mjs";
|
3
|
+
import * as index from "./directives/index.mjs";
|
4
|
+
import { setupStore } from "./store/index.mjs";
|
5
|
+
const component = [Home, KgCopilot];
|
6
|
+
const KnowUI = {
|
7
|
+
install(App, options = {}) {
|
8
|
+
const { store } = options;
|
9
|
+
if (store) {
|
10
|
+
setupStore(App, store);
|
11
|
+
} else {
|
12
|
+
console.error("请使用pinia");
|
13
|
+
}
|
14
|
+
Object.keys(index).forEach((key) => {
|
15
|
+
App.directive(key, index[key]);
|
16
|
+
});
|
17
|
+
component.forEach((item) => {
|
18
|
+
App.component(item.name, item);
|
19
|
+
});
|
20
|
+
}
|
21
|
+
};
|
22
|
+
export {
|
23
|
+
Home,
|
24
|
+
KgCopilot,
|
25
|
+
KnowUI as default
|
26
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 1024,
|
3
|
+
"height": 1024,
|
4
|
+
"body": '<path fill="currentColor" d="M352 480h320a32 32 0 1 1 0 64H352a32 32 0 0 1 0-64z"/><path fill="currentColor" d="M480 672V352a32 32 0 1 1 64 0v320a32 32 0 0 1-64 0z"/><path fill="currentColor" d="M512 896a384 384 0 1 0 0-768a384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896a448 448 0 0 1 0 896z"/>'
|
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/close.mjs
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 1024,
|
3
|
+
"height": 1024,
|
4
|
+
"body": '<path fill="currentColor" d="M764.288 214.592L512 466.88L259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512L214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"/>'
|
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="M512 128a128 128 0 0 0-128 128v256a128 128 0 1 0 256 0V256a128 128 0 0 0-128-128zm0-64a192 192 0 0 1 192 192v256a192 192 0 1 1-384 0V256A192 192 0 0 1 512 64zm-32 832v-64a288 288 0 0 1-288-288v-32a32 32 0 0 1 64 0v32a224 224 0 0 0 224 224h64a224 224 0 0 0 224-224v-32a32 32 0 1 1 64 0v32a288 288 0 0 1-288 288v64h64a32 32 0 1 1 0 64H416a32 32 0 1 1 0-64h64z"/>'
|
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="M602.496 240.448A192 192 0 1 1 874.048 512l-316.8 316.8A256 256 0 0 1 195.2 466.752L602.496 59.456l45.248 45.248L240.448 512A192 192 0 0 0 512 783.552l316.8-316.8a128 128 0 1 0-181.056-181.056L353.6 579.904a32 32 0 1 0 45.248 45.248l294.144-294.144l45.312 45.248L444.096 670.4a96 96 0 1 1-135.744-135.744l294.144-294.208z"/>'
|
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/upload.mjs
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 1024,
|
3
|
+
"height": 1024,
|
4
|
+
"body": '<path fill="currentColor" d="M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64zm384-578.304V704h-64V247.296L237.248 490.048L192 444.8L508.8 128l316.8 316.8l-45.312 45.248L544 253.696z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 256,
|
3
|
+
"height": 256,
|
4
|
+
"body": '<path fill="currentColor" d="M184 64H40a8 8 0 0 0-8 8v144a8 8 0 0 0 8 8h144a8 8 0 0 0 8-8V72a8 8 0 0 0-8-8Zm-8 144H48V80h128Zm48-168v144a8 8 0 0 1-16 0V48H72a8 8 0 0 1 0-16h144a8 8 0 0 1 8 8Z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 256,
|
3
|
+
"height": 256,
|
4
|
+
"body": '<path fill="currentColor" d="M154.64 26.61a6 6 0 0 0-6.32.65L77.94 82H32a14 14 0 0 0-14 14v64a14 14 0 0 0 14 14h45.94l70.38 54.74A6 6 0 0 0 158 224V32a6 6 0 0 0-3.36-5.39ZM30 160V96a2 2 0 0 1 2-2h42v68H32a2 2 0 0 1-2-2Zm116 51.73l-60-46.66V90.93l60-46.66Zm50.53-108.85a38 38 0 0 1 0 50.24a6 6 0 1 1-9-7.94a26 26 0 0 0 0-34.37a6 6 0 0 1 9-7.93ZM246 128a77.86 77.86 0 0 1-19.86 52a6 6 0 1 1-8.94-8a66 66 0 0 0 0-88a6 6 0 1 1 8.94-8A77.86 77.86 0 0 1 246 128Z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 256,
|
3
|
+
"height": 256,
|
4
|
+
"body": '<path fill="currentColor" d="m235.85 157.52l-12-96A20 20 0 0 0 204 44H32a12 12 0 0 0-12 12v88a12 12 0 0 0 12 12h45.53l38.89 77.79A4 4 0 0 0 120 236a36 36 0 0 0 36-36v-20h60a20 20 0 0 0 19.85-22.48ZM76 148H32a4 4 0 0 1-4-4V56a4 4 0 0 1 4-4h44Zm149 19.94a12 12 0 0 1-9 4.06h-64a4 4 0 0 0-4 4v24a28 28 0 0 1-25.58 27.9L84 151.06V52h120a12 12 0 0 1 11.91 10.51l12 96a12 12 0 0 1-2.91 9.43Z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 256,
|
3
|
+
"height": 256,
|
4
|
+
"body": '<path fill="currentColor" d="M231 82.76A20 20 0 0 0 216 76h-60V56a36 36 0 0 0-36-36a4 4 0 0 0-3.58 2.21L77.53 100H32a12 12 0 0 0-12 12v88a12 12 0 0 0 12 12h172a20 20 0 0 0 19.85-17.52l12-96A20 20 0 0 0 231 82.76ZM76 204H32a4 4 0 0 1-4-4v-88a4 4 0 0 1 4-4h44ZM227.91 97.49l-12 96A12 12 0 0 1 204 204H84v-99.06l38.42-76.84A28 28 0 0 1 148 56v24a4 4 0 0 0 4 4h64a12 12 0 0 1 11.91 13.49Z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
const data = {
|
2
|
+
"width": 256,
|
3
|
+
"height": 256,
|
4
|
+
"body": '<path fill="currentColor" d="M240.26 186.1L152.81 34.23a28.74 28.74 0 0 0-49.62 0L15.74 186.1a27.45 27.45 0 0 0 0 27.71A28.31 28.31 0 0 0 40.55 228h174.9a28.31 28.31 0 0 0 24.79-14.19a27.45 27.45 0 0 0 .02-27.71Zm-20.8 15.7a4.46 4.46 0 0 1-4 2.2H40.55a4.46 4.46 0 0 1-4-2.2a3.56 3.56 0 0 1 0-3.73L124 46.2a4.77 4.77 0 0 1 8 0l87.44 151.87a3.56 3.56 0 0 1 .02 3.73ZM116 136v-32a12 12 0 0 1 24 0v32a12 12 0 0 1-24 0Zm28 40a16 16 0 1 1-16-16a16 16 0 0 1 16 16Z"/>'
|
5
|
+
};
|
6
|
+
export {
|
7
|
+
data as default
|
8
|
+
};
|