fangguo-component 1.1.2 → 1.1.4

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.
Files changed (150) hide show
  1. package/dist/ArgHover.css +20 -1
  2. package/dist/ArgHover.vue_vue_type_style_index_0_lang-CSymSDRl.js +56 -0
  3. package/dist/ButtonGroup-DqViorHX.js +134 -0
  4. package/dist/ButtonGroup.css +35 -1
  5. package/dist/CitySelect.vue_vue_type_script_setup_true_lang-DZp6834K.js +224 -0
  6. package/dist/ContentTitle-By0Zk1u7.js +30 -0
  7. package/dist/ContentTitle.css +6 -1
  8. package/dist/CustomInputV2-BqhBSO53.js +157 -0
  9. package/dist/CustomInputV2.css +5 -1
  10. package/dist/CustomMultipleInput-DRMTUtkE.js +125 -0
  11. package/dist/CustomMultipleInput.css +8 -1
  12. package/dist/DragResizable.css +126 -1
  13. package/dist/DragResizable.vue_vue_type_style_index_0_lang-BePpQHve.js +331 -0
  14. package/dist/DragSort-5WetnkmW.js +98 -0
  15. package/dist/DragSort.css +5 -1
  16. package/dist/ErrorImage-Ao9kEEUg.js +36 -0
  17. package/dist/ErrorImage.css +4 -1
  18. package/dist/FgCascader.css +37 -1
  19. package/dist/FgCascader.vue_vue_type_style_index_0_lang-CM8FxFLJ.js +2424 -0
  20. package/dist/HSelect-BFkWiCFi.js +671 -0
  21. package/dist/HSelect.css +80 -1
  22. package/dist/HSelectAll.vue_vue_type_script_setup_true_lang-BZX7ch2I.js +50 -0
  23. package/dist/HSelectSJ-DZmtdyjF.js +671 -0
  24. package/dist/HSelectSJ.css +88 -1
  25. package/dist/IdentifyAddress.vue_vue_type_script_setup_true_lang-BCIOF-Oy.js +5202 -0
  26. package/dist/ImageLoupe.vue_vue_type_script_setup_true_lang-BaXHYlDu.js +92 -0
  27. package/dist/LazyComponent.vue_vue_type_script_setup_true_lang-D5KGqlj4.js +107 -0
  28. package/dist/LazyPopover.vue_vue_type_script_setup_true_lang-B2vtU4f4.js +34 -0
  29. package/dist/LoadingBtn-DWm2cY9k.js +87 -0
  30. package/dist/LoadingBtn.css +12 -1
  31. package/dist/MInput-s_P63myh.js +114 -0
  32. package/dist/MInput.css +21 -1
  33. package/dist/MyTable-CHvxPYgk.js +94 -0
  34. package/dist/MyTable.css +33 -1
  35. package/dist/NoRender.vue_vue_type_script_setup_true_lang-B0G6jxPg.js +31 -0
  36. package/dist/SelectAddress-CCepDxu8.js +254 -0
  37. package/dist/SelectAddress.css +18 -1
  38. package/dist/SelectAll.vue_vue_type_script_setup_true_lang-CyzY8ams.js +101 -0
  39. package/dist/SelectAll2.vue_vue_type_script_setup_true_lang-CrsaohxU.js +103 -0
  40. package/dist/SelectCustomAll.css +8 -1
  41. package/dist/SelectCustomAll.vue_vue_type_style_index_0_lang-BEZwlGXa.js +111 -0
  42. package/dist/SelectTimePicker.vue_vue_type_script_setup_true_lang-Dk4TpTBN.js +48 -0
  43. package/dist/SelectTree-DHbWogEU.js +1276 -0
  44. package/dist/SelectTree.css +74 -1
  45. package/dist/SvgIcon-DIg0upEk.js +33 -0
  46. package/dist/TextCopy-th0FAxwl.js +44 -0
  47. package/dist/TextCopy.css +7 -1
  48. package/dist/TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-DVE1CxPm.js +174 -0
  49. package/dist/VirtualTable-Cm_L7q9W.js +703 -0
  50. package/dist/VirtualTable.css +185 -1
  51. package/dist/_commonjsHelpers-DnzVkjQg.js +38 -0
  52. package/dist/_plugin-vue_export-helper-1tPrXgE0.js +10 -0
  53. package/dist/common-B1nSpTGn.js +9669 -0
  54. package/dist/components/VirtualTable/index.js +2 -2
  55. package/dist/components/argHover/index.js +2 -2
  56. package/dist/components/buttonGroup/index.js +2 -2
  57. package/dist/components/cascader/index.js +2 -2
  58. package/dist/components/citySelect/index.js +2 -2
  59. package/dist/components/contentTitle/index.js +2 -2
  60. package/dist/components/customInputV2/index.js +2 -2
  61. package/dist/components/customMultipleInput/index.js +2 -2
  62. package/dist/components/dragResizable/index.js +2 -2
  63. package/dist/components/dragSort/index.js +2 -2
  64. package/dist/components/errorImage/index.js +2 -2
  65. package/dist/components/hSelect/index.js +2 -2
  66. package/dist/components/hSelectAll/index.js +2 -2
  67. package/dist/components/hSelectSJ/index.js +2 -2
  68. package/dist/components/identifyAddress/index.js +2 -2
  69. package/dist/components/imageLoupe/index.js +2 -2
  70. package/dist/components/index.js +62 -62
  71. package/dist/components/lazyComponent/index.js +2 -2
  72. package/dist/components/lazyPopover/index.js +2 -2
  73. package/dist/components/loadingBtn/index.js +2 -2
  74. package/dist/components/mInput/index.js +2 -2
  75. package/dist/components/myTable/index.js +2 -2
  76. package/dist/components/noRender/index.js +2 -2
  77. package/dist/components/selectAddress/index.js +2 -2
  78. package/dist/components/selectAll/index.js +2 -2
  79. package/dist/components/selectAll2/index.js +2 -2
  80. package/dist/components/selectCustomAll/index.js +2 -2
  81. package/dist/components/selectTimePicker/index.js +2 -2
  82. package/dist/components/selectTree/index.js +2 -2
  83. package/dist/components/svgIcon/index.js +2 -2
  84. package/dist/components/textCopy/index.js +2 -2
  85. package/dist/components/textEllipsisTooltip/index.js +2 -2
  86. package/dist/dateShortcuts-DjFC_Txu.js +27 -0
  87. package/dist/directive/index.js +2 -2
  88. package/dist/directive/loading/index.js +2 -2
  89. package/dist/hooks/index.js +2 -2
  90. package/dist/hooks/usePagination/index.js +2 -2
  91. package/dist/index-BPnixsfc.js +103 -0
  92. package/dist/index-C9zyi90j.js +165 -0
  93. package/dist/index-CSMWzzp0.js +8 -0
  94. package/dist/index-DfQiknXJ.js +8 -0
  95. package/dist/index-DzdLpetc.js +29184 -0
  96. package/dist/index-uQXqC9BF.js +68 -0
  97. package/dist/index.css +1 -1
  98. package/dist/index.js +204 -194
  99. package/dist/loading-CGrVcnNl.js +47 -0
  100. package/dist/loading.css +110 -1
  101. package/dist/tools/ImageParserUtils/index.js +17239 -9074
  102. package/dist/tools/common/index.js +86 -86
  103. package/dist/tools/index.js +95 -95
  104. package/dist/usePagination-C63IRXjZ.js +29 -0
  105. package/dist/vue-virtual-scroller.esm-ZgBoGAjX.js +1507 -0
  106. package/package.json +1 -1
  107. package/dist/ArgHover.vue_vue_type_style_index_0_lang-CMhRP09M.js +0 -54
  108. package/dist/ButtonGroup-C0yZEkxK.js +0 -103
  109. package/dist/CitySelect.vue_vue_type_script_setup_true_lang-8EbHD3Nt.js +0 -159
  110. package/dist/ContentTitle-mqrusLjx.js +0 -24
  111. package/dist/CustomInputV2-uARhbFc8.js +0 -135
  112. package/dist/CustomMultipleInput-DDaqoHVU.js +0 -109
  113. package/dist/DragResizable.vue_vue_type_style_index_0_lang-CHv0gJmo.js +0 -179
  114. package/dist/DragSort-CfDeFAIG.js +0 -66
  115. package/dist/ErrorImage-CTP_5sal.js +0 -32
  116. package/dist/FgCascader.vue_vue_type_style_index_0_lang-BUZDDcVn.js +0 -1656
  117. package/dist/HSelect-Drf6YBwO.js +0 -468
  118. package/dist/HSelectAll.vue_vue_type_script_setup_true_lang-Blq9xpfa.js +0 -36
  119. package/dist/HSelectSJ-D3GrXmvj.js +0 -462
  120. package/dist/IdentifyAddress.vue_vue_type_script_setup_true_lang-BJheMI1q.js +0 -4743
  121. package/dist/ImageLoupe.vue_vue_type_script_setup_true_lang-BlX4VbRi.js +0 -79
  122. package/dist/LazyComponent.vue_vue_type_script_setup_true_lang-vNk68D8E.js +0 -82
  123. package/dist/LazyPopover.vue_vue_type_script_setup_true_lang-DcOrcH0T.js +0 -33
  124. package/dist/LoadingBtn-BhbhNboo.js +0 -66
  125. package/dist/MInput-CpoW17Wh.js +0 -101
  126. package/dist/MyTable-DmwyEVJb.js +0 -68
  127. package/dist/NoRender.vue_vue_type_script_setup_true_lang-Do36nSsV.js +0 -30
  128. package/dist/SelectAddress-B4oK5erq.js +0 -173
  129. package/dist/SelectAll.vue_vue_type_script_setup_true_lang-BC3q2U8f.js +0 -79
  130. package/dist/SelectAll2.vue_vue_type_script_setup_true_lang-CaET5eli.js +0 -74
  131. package/dist/SelectCustomAll.vue_vue_type_style_index_0_lang-_wCRO217.js +0 -83
  132. package/dist/SelectTimePicker.vue_vue_type_script_setup_true_lang-Bj0KMOKv.js +0 -45
  133. package/dist/SelectTree-Dm5259kY.js +0 -911
  134. package/dist/SvgIcon-C2ah8E0Z.js +0 -30
  135. package/dist/TextCopy-hOj-Wj2H.js +0 -41
  136. package/dist/TextEllipsisTooltip.vue_vue_type_script_setup_true_lang-aZbEQmbM.js +0 -112
  137. package/dist/VirtualTable-BWugJiQ5.js +0 -349
  138. package/dist/_commonjsHelpers-ByYUsBRP.js +0 -33
  139. package/dist/_plugin-vue_export-helper-CHgC5LLL.js +0 -9
  140. package/dist/common-BIEgCXbl.js +0 -7030
  141. package/dist/dateShortcuts-DDPtAhDI.js +0 -26
  142. package/dist/index-BRcBDlVs.js +0 -68
  143. package/dist/index-CeWudY6u.js +0 -8
  144. package/dist/index-DIX8TpoT.js +0 -118
  145. package/dist/index-DpPsTMp0.js +0 -8
  146. package/dist/index-epuVZjZV.js +0 -103
  147. package/dist/index-uf7oyYDF.js +0 -16847
  148. package/dist/loading-DJVNc0eN.js +0 -36
  149. package/dist/usePagination-CwShBEjA.js +0 -20
  150. package/dist/vue-virtual-scroller.esm-CH-jx4ri.js +0 -1051
@@ -1,179 +0,0 @@
1
- import { defineComponent as I, ref as J, onMounted as K, openBlock as y, createElementBlock as H, normalizeClass as S, Fragment as O, renderList as Q, createElementVNode as k, createCommentVNode as C, renderSlot as q } from "vue";
2
- import './DragResizable.css';const T = ["data-direction"], U = { class: "dialog-content" }, _ = /* @__PURE__ */ I({
3
- __name: "DragResizable",
4
- props: {
5
- width: { default: 100 },
6
- height: { default: 100 },
7
- minWidth: { default: 100 },
8
- minHeight: { default: 100 },
9
- maxWidth: {},
10
- maxHeight: {},
11
- left: {},
12
- top: {},
13
- handles: { default: () => ["t", "r", "b", "l", "rt", "rb", "lb", "lt"] },
14
- draggable: { type: Boolean, default: !0 },
15
- resizable: { type: Boolean, default: !0 },
16
- overflowScreen: { type: Boolean, default: !1 },
17
- floating: { type: Boolean, default: !0 },
18
- parentSelector: { default: "" }
19
- },
20
- emits: ["resizing", "dragging", "resizeStop", "dragStop"],
21
- setup(f, { emit: N }) {
22
- const L = J(), n = f, w = N;
23
- let i = null, v, x, g, c, m, u, r, E, B, W = !1, z = !1;
24
- const P = () => {
25
- if (!n.parentSelector)
26
- return {
27
- left: 0,
28
- top: 0,
29
- right: window.innerWidth,
30
- bottom: window.innerHeight,
31
- width: window.innerWidth,
32
- height: window.innerHeight
33
- };
34
- const t = document.querySelector(n.parentSelector);
35
- if (!t)
36
- return {
37
- left: 0,
38
- top: 0,
39
- right: window.innerWidth,
40
- bottom: window.innerHeight,
41
- width: window.innerWidth,
42
- height: window.innerHeight
43
- };
44
- const e = t.getBoundingClientRect();
45
- return {
46
- left: 0,
47
- // 相对于父元素的左边距
48
- top: 0,
49
- // 相对于父元素的上边距
50
- right: e.width,
51
- bottom: e.height,
52
- width: e.width,
53
- height: e.height
54
- };
55
- }, V = () => {
56
- var e, o;
57
- if (i = L.value, !i) return;
58
- let t = {
59
- left: (e = n.left) != null ? e : window.innerWidth - n.width,
60
- top: (o = n.top) != null ? o : window.innerHeight - n.height,
61
- width: n.width,
62
- height: n.height
63
- };
64
- if (t = $(t.left, t.top, t.width, t.height), t = b(t.left, t.top, t.width, t.height), t = M(t.left, t.top, t.width, t.height), n.floating ? (i.style.left = `${t.left}px`, i.style.top = `${t.top}px`, i.style.height = `${t.height}px`) : i.style.height = "100%", n.parentSelector) {
65
- const h = document.querySelector(n.parentSelector);
66
- h && window.getComputedStyle(h).position === "static" && (h.style.position = "relative");
67
- }
68
- i.style.width = `${t.width}px`, A(), t.width, t.height, t.left, t.top;
69
- }, M = (t, e, o, h) => {
70
- let a = Math.max(o, n.minWidth), p = Math.max(h, n.minHeight);
71
- return n.maxWidth != null && (a = Math.min(a, n.maxWidth)), n.maxHeight != null && (p = Math.min(p, n.maxHeight)), {
72
- left: t,
73
- top: e,
74
- width: a,
75
- height: p
76
- };
77
- }, A = () => {
78
- i.style.minWidth = `${n.minWidth}px`, i.style.minHeight = `${n.minHeight}px`, n.maxWidth != null && (i.style.maxWidth = `${n.maxWidth}px`), n.maxHeight != null && (i.style.maxHeight = `${n.maxHeight}px`);
79
- };
80
- function F(t) {
81
- t.preventDefault(), W = !0, r = t.target.getAttribute("data-direction"), v = t.clientX, x = t.clientY, g = i.offsetWidth, c = i.offsetHeight, m = i.offsetTop, u = i.offsetLeft, document.addEventListener("mousemove", D), document.addEventListener("mouseup", R), i.classList.add("resizing");
82
- }
83
- function D(t) {
84
- if (!W) return;
85
- let e = g, o = c, h = m, a = u;
86
- const p = t.clientX, G = t.clientY, d = p - v, s = G - x;
87
- r.includes("t") ? (o = c - s, h = m + s) : r.includes("r") ? e = g + d : r.includes("b") ? (o = c + s, console.log(o, s, 1111)) : r.includes("l") && (e = g - d, a = u + d), r.length === 2 && (r === "rt" ? (o = c - s, h = m + s, e = g + d) : r === "rb" ? (e = g + d, o = c + s) : r === "lb" ? (e = g - d, a = u + d, o = c + s) : r === "lt" && (e = g - d, o = c - s, a = u + d, h = m + s));
88
- let l = {
89
- left: a,
90
- top: h,
91
- width: e,
92
- height: o
93
- };
94
- l = $(l.left, l.top, l.width, l.height), l = b(l.left, l.top, l.width, l.height), l = M(l.left, l.top, l.width, l.height), i.style.width = `${l.width}px`, i.style.height = `${l.height}px`, console.log(l.height, 2222), n.floating && (i.style.top = `${l.top}px`, i.style.left = `${l.left}px`), l.width, l.height, l.left, l.top, w("resizing", l);
95
- }
96
- function R() {
97
- W = !1, document.removeEventListener("mousemove", D), document.removeEventListener("mouseup", R), i.classList.remove("resizing"), w("resizeStop", {
98
- width: i.offsetWidth,
99
- height: i.offsetHeight,
100
- left: i.offsetLeft,
101
- top: i.offsetTop
102
- });
103
- }
104
- function j(t) {
105
- n.draggable && (t.preventDefault(), z = !0, E = i.offsetLeft, B = i.offsetTop, v = t.clientX, x = t.clientY, document.addEventListener("mousemove", X), document.addEventListener("mouseup", Y), i.classList.add("dragging"));
106
- }
107
- function X(t) {
108
- if (!n.floating || !z) return;
109
- let e = {
110
- left: E + (t.clientX - v),
111
- top: B + (t.clientY - x),
112
- width: i.offsetWidth,
113
- height: i.offsetHeight
114
- };
115
- e = $(e.left, e.top, e.width, e.height), e = b(e.left, e.top, e.width, e.height), e = M(e.left, e.top, e.width, e.height), i.style.left = `${e.left}px`, i.style.top = `${e.top}px`, e.left, e.top, w("dragging", {
116
- left: e.left,
117
- top: e.top,
118
- width: e.width,
119
- height: e.height
120
- });
121
- }
122
- function Y() {
123
- z = !1, document.removeEventListener("mousemove", X), document.removeEventListener("mouseup", Y), i.classList.remove("dragging"), w("dragStop", {
124
- left: i.offsetLeft,
125
- top: i.offsetTop,
126
- width: i.offsetWidth,
127
- height: i.offsetHeight
128
- });
129
- }
130
- const $ = (t, e, o, h) => (!n.overflowScreen && n.floating && (t = Math.min(Math.max(t, 0), window.innerWidth - i.offsetWidth), e = Math.min(Math.max(e, 0), window.innerHeight - i.offsetHeight), o = Math.min(o, window.innerWidth - t), h = Math.min(h, window.innerHeight - e)), {
131
- left: t,
132
- top: e,
133
- width: o,
134
- height: h
135
- }), b = (t, e, o, h) => {
136
- if (n.parentSelector) {
137
- const a = P();
138
- t = Math.min(t, a.width - i.offsetWidth), e = Math.min(e, a.height - i.offsetHeight), t = Math.max(t, 0), e = Math.max(e, 0), o = Math.min(o, a.width - t), h = Math.min(h, a.height - e);
139
- }
140
- return {
141
- left: t,
142
- top: e,
143
- width: o,
144
- height: h
145
- };
146
- };
147
- return K(() => {
148
- V();
149
- }), (t, e) => (y(), H("div", {
150
- class: S(["customer-move-dialog", { floating: f.floating, "parent-constrained": f.floating && f.parentSelector }]),
151
- ref_key: "moveDialogRef",
152
- ref: L
153
- }, [
154
- f.resizable ? (y(!0), H(O, { key: 0 }, Q(f.handles, (o, h) => (y(), H("div", {
155
- class: S(["resize-handle", `resize-handle-${o}`]),
156
- "data-direction": o,
157
- key: h,
158
- onMousedown: F
159
- }, [
160
- k("div", {
161
- class: S(["resize-handle-area", `resize-handle-area-${o}`])
162
- }, null, 2)
163
- ], 42, T))), 128)) : C("", !0),
164
- f.floating ? (y(), H("div", {
165
- key: 1,
166
- class: S(["drag-header", f.draggable ? "draggable" : ""]),
167
- onMousedown: j
168
- }, [
169
- q(t.$slots, "header")
170
- ], 34)) : C("", !0),
171
- k("div", U, [
172
- q(t.$slots, "default")
173
- ])
174
- ], 2));
175
- }
176
- });
177
- export {
178
- _
179
- };
@@ -1,66 +0,0 @@
1
- import { defineComponent as S, ref as x, watch as I, resolveComponent as h, openBlock as p, createBlock as k, withCtx as g, createElementVNode as B, createVNode as E, TransitionGroup as $, createElementBlock as f, Fragment as y, renderList as L, withModifiers as N, normalizeClass as V, renderSlot as j } from "vue";
2
- import { _ as z } from "./_plugin-vue_export-helper-CHgC5LLL.js";
3
- import './DragSort.css';const A = { class: "drag-list" }, F = ["draggable", "onDragstart", "onDragenter"], G = /* @__PURE__ */ S({
4
- __name: "DragSort",
5
- props: {
6
- list: { default: () => [] },
7
- props: { default: () => ({ id: "id" }) }
8
- },
9
- emits: ["sortChange"],
10
- setup(v, { expose: D, emit: _ }) {
11
- const l = v, i = _, n = x(l.list);
12
- let d = null, u = null;
13
- const m = (t) => {
14
- t.preventDefault();
15
- let e = null, a = null, o = {};
16
- const s = [...n.value];
17
- n.value.forEach((r, c) => {
18
- (r[l.props.id] || r) === d && (e = c, o = r), (r[l.props.id] || r) === u && (a = c);
19
- }), s.splice(e, 1), s.splice(a, 0, o), n.value = s, d = null, u = null, i("sortChange", n.value);
20
- }, w = (t, e) => {
21
- d = e[l.props.id] || e;
22
- }, b = (t) => {
23
- t.preventDefault();
24
- }, C = (t, e) => {
25
- t.preventDefault(), u = e[l.props.id] || e;
26
- };
27
- return I(l, (t) => {
28
- n.value = t.list;
29
- }), D({ $getSort: () => {
30
- i("sortChange", n.value);
31
- }, sortList: n }), (t, e) => {
32
- const a = h("el-scrollbar");
33
- return p(), k(a, null, {
34
- default: g(() => [
35
- B("ul", A, [
36
- E($, null, {
37
- default: g(() => [
38
- (p(!0), f(y, null, L(n.value, (o, s) => (p(), f("li", {
39
- key: o[l.props.id] || o,
40
- class: V(["drag-container drag-list-item flex justify-between", { "cursor-move": !o.noSort }]),
41
- draggable: !o.noSort,
42
- onDragstart: (r) => w(r, o),
43
- onDragend: e[0] || (e[0] = (r) => m(r)),
44
- onDragover: e[1] || (e[1] = N(() => {
45
- }, ["prevent"])),
46
- onDragenter: (r) => C(r, o),
47
- onDragleave: e[2] || (e[2] = (r) => b(r))
48
- }, [
49
- j(t.$slots, "main", {
50
- data: o,
51
- index: s
52
- }, void 0, !0)
53
- ], 42, F))), 128))
54
- ]),
55
- _: 3
56
- })
57
- ])
58
- ]),
59
- _: 3
60
- });
61
- };
62
- }
63
- }), H = /* @__PURE__ */ z(G, [["__scopeId", "data-v-b9b2c678"]]);
64
- export {
65
- H as D
66
- };
@@ -1,32 +0,0 @@
1
- import { defineComponent as l, openBlock as c, createElementBlock as s, createElementVNode as o } from "vue";
2
- import { _ as n } from "./_plugin-vue_export-helper-CHgC5LLL.js";
3
- import './ErrorImage.css';const p = ["fill"], m = /* @__PURE__ */ l({
4
- __name: "ErrorImage",
5
- props: {
6
- color: {
7
- type: String,
8
- default: "#f5f5f5"
9
- },
10
- offset: {
11
- type: Number,
12
- default: () => 0
13
- }
14
- },
15
- setup(t) {
16
- const r = t;
17
- return (v, e) => (c(), s("svg", {
18
- class: "error-image",
19
- fill: r.color,
20
- viewBox: "0 0 1024 1024",
21
- version: "1.1",
22
- xmlns: "http://www.w3.org/2000/svg",
23
- "xmlns:xlink": "http://www.w3.org/1999/xlink"
24
- }, [...e[0] || (e[0] = [
25
- o("path", { d: "M537.5 611.3L323.1 338.8 71.5 764.6V155.1h773.8v282.2c24.2 4.2 47.3 11.4 68.9 21.4V121.1c0-19.3-15.6-34.9-34.9-34.9H34.9C15.6 86.2 0 101.8 0 121.1v739C0 879.4 15.6 895 34.9 895h552.7c-42.7-48.5-68.8-112.6-68.8-182.8v-0.4c0-35.5 6.6-69.3 18.7-100.5z" }, null, -1),
26
- o("path", { d: "M839.8 630.1v0.3l-0.1 0.2v0.2l-0.1 0.2S812 759.3 812 759.6c0 0 1.9-9.6 0 0-1.9 9.7-6.7 15-15 15s-12.6-6.1-15.2-16.1c-2.6-10-26.9-124.7-26.9-124.8v-0.2l-0.1-0.2v-0.7l-0.1-0.1v-0.3l-0.1-0.2v-0.4l-0.1-0.2v-0.8l-0.1-0.2v-0.4c-0.6-2.7-0.9-5.7-0.9-8.9 0-24.1 19.6-43.7 43.7-43.7s43.7 19.6 43.7 43.7c0 3.1-0.3 6.2-1 9.2l-0.1-0.2zM797 872.9c-18.1 0-32.7-14.6-32.7-32.6s14.6-32.6 32.6-32.6 32.6 14.6 32.6 32.6c0.1 18-14.5 32.6-32.5 32.6z m0.7-387.2c-125 0-226.2 101.2-226.3 226.1 0.1 124.9 101.3 226.1 226.2 226.1h0.2c124.9 0 226.1-101.2 226.2-226.1-0.1-124.9-101.3-226.1-226.3-226.1 0.1 0 0 0 0 0z" }, null, -1)
27
- ])], 8, p));
28
- }
29
- }), i = /* @__PURE__ */ n(m, [["__scopeId", "data-v-612063c5"]]);
30
- export {
31
- i as E
32
- };