@fangzhongya/fang-ui 0.1.55 → 0.1.56

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 (232) hide show
  1. package/dist/components/audios/src/index2.cjs +16 -10
  2. package/dist/components/audios/src/index2.js +16 -10
  3. package/dist/components/box-adjust/src/index2.cjs +6 -4
  4. package/dist/components/box-adjust/src/index2.js +6 -4
  5. package/dist/components/box-title/src/index2.cjs +3 -2
  6. package/dist/components/box-title/src/index2.js +3 -2
  7. package/dist/components/buttons/src/data.d.ts +5 -5
  8. package/dist/components/buttons/src/index2.cjs +2 -2
  9. package/dist/components/buttons/src/index2.js +2 -2
  10. package/dist/components/cascaders/src/data.d.ts +5 -5
  11. package/dist/components/checks/src/data.d.ts +5 -5
  12. package/dist/components/common/list.d.ts +1 -1
  13. package/dist/components/common/use.cjs +1 -1
  14. package/dist/components/common/use.js +1 -1
  15. package/dist/components/dates/src/data.d.ts +5 -5
  16. package/dist/components/dates2/src/data.d.ts +5 -5
  17. package/dist/components/double/src/index2.cjs +3 -2
  18. package/dist/components/double/src/index2.js +3 -2
  19. package/dist/components/edit/src/index2.cjs +3 -2
  20. package/dist/components/edit/src/index2.js +3 -2
  21. package/dist/components/edit-data/src/area/array-json2.cjs +8 -4
  22. package/dist/components/edit-data/src/area/array-json2.js +8 -4
  23. package/dist/components/edit-data/src/area/array2.cjs +46 -8
  24. package/dist/components/edit-data/src/area/array2.js +47 -9
  25. package/dist/components/edit-data/src/area/editor2.cjs +22 -4
  26. package/dist/components/edit-data/src/area/editor2.js +22 -4
  27. package/dist/components/edit-data/src/area/general2.cjs +8 -1
  28. package/dist/components/edit-data/src/area/general2.js +8 -1
  29. package/dist/components/edit-data/src/area/object-json2.cjs +5 -1
  30. package/dist/components/edit-data/src/area/object-json2.js +5 -1
  31. package/dist/components/edit-data/src/area/object2.cjs +48 -11
  32. package/dist/components/edit-data/src/area/object2.js +49 -12
  33. package/dist/components/edit-data/src/data/array2.cjs +9 -5
  34. package/dist/components/edit-data/src/data/array2.js +9 -5
  35. package/dist/components/edit-data/src/data/bigint2.cjs +7 -3
  36. package/dist/components/edit-data/src/data/bigint2.js +7 -3
  37. package/dist/components/edit-data/src/data/boolean2.cjs +7 -3
  38. package/dist/components/edit-data/src/data/boolean2.js +7 -3
  39. package/dist/components/edit-data/src/data/date.cjs +4 -0
  40. package/dist/components/edit-data/src/data/date.js +4 -0
  41. package/dist/components/edit-data/src/data/date2.cjs +48 -0
  42. package/dist/components/edit-data/src/data/date2.js +48 -0
  43. package/dist/components/edit-data/src/data/function2.cjs +16 -7
  44. package/dist/components/edit-data/src/data/function2.js +17 -8
  45. package/dist/components/edit-data/src/data/null2.cjs +3 -1
  46. package/dist/components/edit-data/src/data/null2.js +4 -2
  47. package/dist/components/edit-data/src/data/number2.cjs +7 -3
  48. package/dist/components/edit-data/src/data/number2.js +7 -3
  49. package/dist/components/edit-data/src/data/object2.cjs +9 -5
  50. package/dist/components/edit-data/src/data/object2.js +9 -5
  51. package/dist/components/edit-data/src/data/other2.cjs +13 -5
  52. package/dist/components/edit-data/src/data/other2.js +14 -6
  53. package/dist/components/edit-data/src/data/string2.cjs +7 -3
  54. package/dist/components/edit-data/src/data/string2.js +7 -3
  55. package/dist/components/edit-data/src/data/symbol2.cjs +7 -3
  56. package/dist/components/edit-data/src/data/symbol2.js +7 -3
  57. package/dist/components/edit-data/src/data/undefined2.cjs +3 -1
  58. package/dist/components/edit-data/src/data/undefined2.js +4 -2
  59. package/dist/components/edit-data/src/data.cjs +10 -0
  60. package/dist/components/edit-data/src/data.d.ts +20 -0
  61. package/dist/components/edit-data/src/data.js +10 -0
  62. package/dist/components/edit-data/src/index2.cjs +31 -2
  63. package/dist/components/edit-data/src/index2.js +45 -16
  64. package/dist/components/edit-data-add/src/index2.cjs +2 -0
  65. package/dist/components/edit-data-add/src/index2.js +2 -0
  66. package/dist/components/edit-float/src/index2.cjs +3 -2
  67. package/dist/components/edit-float/src/index2.js +3 -2
  68. package/dist/components/history/src/index2.cjs +6 -4
  69. package/dist/components/history/src/index2.js +6 -4
  70. package/dist/components/input-array/src/index2.cjs +3 -2
  71. package/dist/components/input-array/src/index2.js +3 -2
  72. package/dist/components/input-history/src/index2.cjs +3 -2
  73. package/dist/components/input-history/src/index2.js +3 -2
  74. package/dist/components/input-select/src/index2.cjs +6 -4
  75. package/dist/components/input-select/src/index2.js +6 -4
  76. package/dist/components/labels/src/data.d.ts +5 -5
  77. package/dist/components/message/index.d.ts +11 -4
  78. package/dist/components/message/src/function.d.ts +11 -4
  79. package/dist/components/message-box/index.d.ts +2 -3
  80. package/dist/components/message-box/src/function.d.ts +2 -3
  81. package/dist/components/retract/index.css +23 -20
  82. package/dist/components/retract/index.scss +39 -20
  83. package/dist/components/retract/src/data.cjs +4 -1
  84. package/dist/components/retract/src/data.d.ts +4 -1
  85. package/dist/components/retract/src/data.js +4 -1
  86. package/dist/components/retract/src/index2.cjs +12 -10
  87. package/dist/components/retract/src/index2.js +9 -7
  88. package/dist/components/right-key/index.css +2 -1
  89. package/dist/components/right-key/index.scss +2 -1
  90. package/dist/components/right-key/src/data.cjs +7 -2
  91. package/dist/components/right-key/src/data.d.ts +5 -0
  92. package/dist/components/right-key/src/data.js +7 -2
  93. package/dist/components/right-key/src/index2.cjs +134 -60
  94. package/dist/components/right-key/src/index2.js +135 -61
  95. package/dist/components/selects/src/data.d.ts +5 -5
  96. package/dist/components/stick-window/src/index2.cjs +3 -2
  97. package/dist/components/stick-window/src/index2.js +3 -2
  98. package/dist/components/switchs/src/data.d.ts +5 -4
  99. package/dist/components/uploads/src/data.d.ts +5 -5
  100. package/dist/components/uploads/src/index2.cjs +26 -21
  101. package/dist/components/uploads/src/index2.js +15 -10
  102. package/dist/components/videos/src/index2.cjs +30 -19
  103. package/dist/components/videos/src/index2.js +30 -19
  104. package/dist/components/window/src/index2.cjs +9 -6
  105. package/dist/components/window/src/index2.js +9 -6
  106. package/dist/css/index.css +25 -21
  107. package/dist/css/retract.css +23 -20
  108. package/dist/css/right-key.css +2 -1
  109. package/dist/hooks/model/index.cjs +25 -0
  110. package/dist/hooks/model/index.d.ts +2 -0
  111. package/dist/hooks/model/index.js +25 -0
  112. package/dist/icons/index.json +1 -1
  113. package/dist/icons/vue/bar.cjs +2 -18
  114. package/dist/icons/vue/bar.js +1 -17
  115. package/dist/icons/vue/bar2.cjs +21 -2
  116. package/dist/icons/vue/bar2.js +21 -2
  117. package/dist/icons/vue/below.cjs +2 -18
  118. package/dist/icons/vue/below.js +1 -17
  119. package/dist/icons/vue/below2.cjs +21 -2
  120. package/dist/icons/vue/below2.js +21 -2
  121. package/dist/icons/vue/bicycle.cjs +2 -15
  122. package/dist/icons/vue/bicycle.js +1 -14
  123. package/dist/icons/vue/bicycle2.cjs +18 -2
  124. package/dist/icons/vue/bicycle2.js +18 -2
  125. package/dist/icons/vue/bottom-left.cjs +2 -22
  126. package/dist/icons/vue/bottom-left.js +1 -21
  127. package/dist/icons/vue/bottom-left2.cjs +25 -2
  128. package/dist/icons/vue/bottom-left2.js +25 -2
  129. package/dist/icons/vue/bottom-right.cjs +2 -22
  130. package/dist/icons/vue/bottom-right.js +1 -21
  131. package/dist/icons/vue/bottom-right2.cjs +25 -2
  132. package/dist/icons/vue/bottom-right2.js +25 -2
  133. package/dist/icons/vue/bottom.cjs +2 -18
  134. package/dist/icons/vue/bottom.js +1 -17
  135. package/dist/icons/vue/bottom2.cjs +21 -2
  136. package/dist/icons/vue/bottom2.js +21 -2
  137. package/dist/icons/vue/catalogue.cjs +2 -23
  138. package/dist/icons/vue/catalogue.js +1 -22
  139. package/dist/icons/vue/catalogue2.cjs +26 -2
  140. package/dist/icons/vue/catalogue2.js +26 -2
  141. package/dist/icons/vue/clear.cjs +2 -23
  142. package/dist/icons/vue/clear.js +1 -22
  143. package/dist/icons/vue/clear2.cjs +26 -2
  144. package/dist/icons/vue/clear2.js +26 -2
  145. package/dist/icons/vue/close.cjs +2 -18
  146. package/dist/icons/vue/close.js +1 -17
  147. package/dist/icons/vue/close2.cjs +21 -2
  148. package/dist/icons/vue/close2.js +21 -2
  149. package/dist/icons/vue/delete.cjs +2 -18
  150. package/dist/icons/vue/delete.js +1 -17
  151. package/dist/icons/vue/delete2.cjs +21 -2
  152. package/dist/icons/vue/delete2.js +21 -2
  153. package/dist/icons/vue/document.cjs +2 -23
  154. package/dist/icons/vue/document.js +1 -22
  155. package/dist/icons/vue/document2.cjs +26 -2
  156. package/dist/icons/vue/document2.js +26 -2
  157. package/dist/icons/vue/down.cjs +2 -18
  158. package/dist/icons/vue/down.js +1 -17
  159. package/dist/icons/vue/down2.cjs +21 -2
  160. package/dist/icons/vue/down2.js +21 -2
  161. package/dist/icons/vue/download.cjs +2 -18
  162. package/dist/icons/vue/download.js +1 -17
  163. package/dist/icons/vue/download2.cjs +21 -2
  164. package/dist/icons/vue/download2.js +21 -2
  165. package/dist/icons/vue/edit.cjs +2 -23
  166. package/dist/icons/vue/edit.js +1 -22
  167. package/dist/icons/vue/edit2.cjs +26 -2
  168. package/dist/icons/vue/edit2.js +26 -2
  169. package/dist/icons/vue/enter.cjs +2 -19
  170. package/dist/icons/vue/enter.js +1 -18
  171. package/dist/icons/vue/enter2.cjs +22 -2
  172. package/dist/icons/vue/enter2.js +22 -2
  173. package/dist/icons/vue/frame.cjs +2 -15
  174. package/dist/icons/vue/frame.js +1 -14
  175. package/dist/icons/vue/frame2.cjs +18 -2
  176. package/dist/icons/vue/frame2.js +18 -2
  177. package/dist/icons/vue/index.cjs +81 -54
  178. package/dist/icons/vue/index.js +54 -27
  179. package/dist/icons/vue/left.cjs +2 -18
  180. package/dist/icons/vue/left.js +1 -17
  181. package/dist/icons/vue/left2.cjs +21 -2
  182. package/dist/icons/vue/left2.js +21 -2
  183. package/dist/icons/vue/mute.cjs +2 -18
  184. package/dist/icons/vue/mute.js +1 -17
  185. package/dist/icons/vue/mute2.cjs +21 -2
  186. package/dist/icons/vue/mute2.js +21 -2
  187. package/dist/icons/vue/pause.cjs +2 -24
  188. package/dist/icons/vue/pause.js +1 -23
  189. package/dist/icons/vue/pause2.cjs +27 -2
  190. package/dist/icons/vue/pause2.js +27 -2
  191. package/dist/icons/vue/play.cjs +2 -19
  192. package/dist/icons/vue/play.js +1 -18
  193. package/dist/icons/vue/play2.cjs +22 -2
  194. package/dist/icons/vue/play2.js +22 -2
  195. package/dist/icons/vue/plus.cjs +2 -18
  196. package/dist/icons/vue/plus.js +1 -17
  197. package/dist/icons/vue/plus2.cjs +21 -2
  198. package/dist/icons/vue/plus2.js +21 -2
  199. package/dist/icons/vue/retreat.cjs +2 -19
  200. package/dist/icons/vue/retreat.js +1 -18
  201. package/dist/icons/vue/retreat2.cjs +22 -2
  202. package/dist/icons/vue/retreat2.js +22 -2
  203. package/dist/icons/vue/right.cjs +2 -18
  204. package/dist/icons/vue/right.js +1 -17
  205. package/dist/icons/vue/right2.cjs +21 -2
  206. package/dist/icons/vue/right2.js +21 -2
  207. package/dist/icons/vue/sound.cjs +2 -22
  208. package/dist/icons/vue/sound.js +1 -21
  209. package/dist/icons/vue/sound2.cjs +25 -2
  210. package/dist/icons/vue/sound2.js +25 -2
  211. package/dist/icons/vue/star.cjs +2 -22
  212. package/dist/icons/vue/star.js +1 -21
  213. package/dist/icons/vue/star2.cjs +25 -2
  214. package/dist/icons/vue/star2.js +25 -2
  215. package/dist/icons/vue/up.cjs +2 -18
  216. package/dist/icons/vue/up.js +1 -17
  217. package/dist/icons/vue/up2.cjs +21 -2
  218. package/dist/icons/vue/up2.js +21 -2
  219. package/dist/icons/vue/views.cjs +2 -18
  220. package/dist/icons/vue/views.js +1 -17
  221. package/dist/icons/vue/views2.cjs +21 -2
  222. package/dist/icons/vue/views2.js +21 -2
  223. package/dist/index.css +25 -21
  224. package/dist/utils/vues/index.d.ts +1 -0
  225. package/dist/utils/vues/shared.cjs +19 -0
  226. package/dist/utils/vues/shared.d.ts +5 -0
  227. package/dist/utils/vues/shared.js +19 -0
  228. package/package.json +12 -13
  229. package/dist/_virtual/_plugin-vue_export-helper.cjs +0 -10
  230. package/dist/_virtual/_plugin-vue_export-helper.js +0 -10
  231. /package/dist/components/{box-fun → box}/index.css +0 -0
  232. /package/dist/css/{box-fun.css → box.css} +0 -0
@@ -1,6 +1,29 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const _sfc_main = {
4
- name: "BottomRight"
3
+ const vue = require("vue");
4
+ const _hoisted_1 = {
5
+ id: "icon-bottom-right",
6
+ viewBox: "0 0 1024 1024",
7
+ xmlns: "http://www.w3.org/2000/svg"
5
8
  };
9
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
10
+ ...{
11
+ name: "BottomRight"
12
+ },
13
+ __name: "bottom-right",
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
17
+ vue.createElementVNode("path", {
18
+ fill: "currentColor",
19
+ d: "M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z"
20
+ }, null, -1),
21
+ vue.createElementVNode("path", {
22
+ fill: "currentColor",
23
+ d: "M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z"
24
+ }, null, -1)
25
+ ])]);
26
+ };
27
+ }
28
+ });
6
29
  exports.default = _sfc_main;
@@ -1,6 +1,29 @@
1
- const _sfc_main = {
2
- name: "BottomRight"
1
+ import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
2
+ const _hoisted_1 = {
3
+ id: "icon-bottom-right",
4
+ viewBox: "0 0 1024 1024",
5
+ xmlns: "http://www.w3.org/2000/svg"
3
6
  };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ ...{
9
+ name: "BottomRight"
10
+ },
11
+ __name: "bottom-right",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
15
+ createElementVNode("path", {
16
+ fill: "currentColor",
17
+ d: "M352 768a32 32 0 1 0 0 64h448a32 32 0 0 0 32-32V352a32 32 0 0 0-64 0v416H352z"
18
+ }, null, -1),
19
+ createElementVNode("path", {
20
+ fill: "currentColor",
21
+ d: "M777.344 822.656a32 32 0 0 0 45.312-45.312l-544-544a32 32 0 0 0-45.312 45.312l544 544z"
22
+ }, null, -1)
23
+ ])]);
24
+ };
25
+ }
26
+ });
4
27
  export {
5
28
  _sfc_main as default
6
29
  };
@@ -1,20 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const bottom_vue_vue_type_script_lang = require("./bottom2.cjs");
4
- const vue = require("vue");
5
- const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
- const _hoisted_1 = {
7
- id: "icon-bottom",
8
- viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- };
11
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
- vue.createElementVNode("path", {
14
- fill: "currentColor",
15
- d: "M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"
16
- }, null, -1)
17
- ])]);
18
- }
19
- const bottom = /* @__PURE__ */ _pluginVue_exportHelper.default(bottom_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
20
- exports.default = bottom;
3
+ const bottom_vue_vue_type_script_setup_true_lang = require("./bottom2.cjs");
4
+ exports.default = bottom_vue_vue_type_script_setup_true_lang.default;
@@ -1,20 +1,4 @@
1
1
  import _sfc_main from "./bottom2.js";
2
- import { createElementBlock, openBlock, createElementVNode } from "vue";
3
- import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _hoisted_1 = {
5
- id: "icon-bottom",
6
- viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg"
8
- };
9
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
- createElementVNode("path", {
12
- fill: "currentColor",
13
- d: "M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"
14
- }, null, -1)
15
- ])]);
16
- }
17
- const bottom = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
18
2
  export {
19
- bottom as default
3
+ _sfc_main as default
20
4
  };
@@ -1,6 +1,25 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const _sfc_main = {
4
- name: "Bottom"
3
+ const vue = require("vue");
4
+ const _hoisted_1 = {
5
+ id: "icon-bottom",
6
+ viewBox: "0 0 1024 1024",
7
+ xmlns: "http://www.w3.org/2000/svg"
5
8
  };
9
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
10
+ ...{
11
+ name: "Bottom"
12
+ },
13
+ __name: "bottom",
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
17
+ vue.createElementVNode("path", {
18
+ fill: "currentColor",
19
+ d: "M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"
20
+ }, null, -1)
21
+ ])]);
22
+ };
23
+ }
24
+ });
6
25
  exports.default = _sfc_main;
@@ -1,6 +1,25 @@
1
- const _sfc_main = {
2
- name: "Bottom"
1
+ import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
2
+ const _hoisted_1 = {
3
+ id: "icon-bottom",
4
+ viewBox: "0 0 1024 1024",
5
+ xmlns: "http://www.w3.org/2000/svg"
3
6
  };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ ...{
9
+ name: "Bottom"
10
+ },
11
+ __name: "bottom",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
15
+ createElementVNode("path", {
16
+ fill: "currentColor",
17
+ d: "M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"
18
+ }, null, -1)
19
+ ])]);
20
+ };
21
+ }
22
+ });
4
23
  export {
5
24
  _sfc_main as default
6
25
  };
@@ -1,25 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const catalogue_vue_vue_type_script_lang = require("./catalogue2.cjs");
4
- const vue = require("vue");
5
- const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
- const _hoisted_1 = {
7
- id: "icon-catalogue",
8
- viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- };
11
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
- vue.createElementVNode("path", {
14
- d: "M316.0586872 317.99186435h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079268v-68.48970482c0-4.28060655 3.45210207-7.87079269 7.87079269-7.8707927h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.8707927v68.48970482c0 4.28060655-3.59018613 7.87079269-7.8707927 7.87079268z m460.51041449-10.49439025H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.87079268v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.8707927h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.8707927v47.63900839c-0.13808409 4.41869063-3.72827022 7.87079269-8.00887678 7.87079268zM316.0586872 788.72050094h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079269v-68.48970484c0-4.28060655 3.45210207-7.87079269 7.87079269-7.87079268h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.87079268v68.48970484c0 4.41869063-3.59018613 7.87079269-7.8707927 7.87079269z m460.51041449-10.35630618H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.87079268v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.87079271h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.87079271v47.63900839c-0.13808409 4.28060655-3.72827022 7.87079269-8.00887678 7.87079268zM316.0586872 554.1156451h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079268v-68.48970484c0-4.28060655 3.45210207-7.87079269 7.87079269-7.87079268h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.87079268v68.48970484c0 4.28060655-3.59018613 7.87079269-7.8707927 7.87079268z m460.51041449-10.49439025H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.8707927v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.87079269h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.87079269v47.63900839c-0.13808409 4.41869063-3.72827022 7.87079269-8.00887678 7.8707927z",
15
- "p-id": "1205"
16
- }, null, -1),
17
- vue.createTextVNode(),
18
- vue.createElementVNode("path", {
19
- d: "M945.79977482 574.65565235V172.96042667s0-31.97509531-18.1235358-60.06657581c-13.98101333-21.74824297-38.83614815-41.16631703-83.10935705-41.16631703h-337.87448888c-0.25890765 0-0.38836148 0-0.64726914 0.12945382H179.30366419s-101.10343902 0-101.10343901 101.10343902l0.12945384 276.25446716V851.16902717s0 31.97509531 17.99408196 59.93712197c13.98101333 21.74824297 38.83614815 41.16631703 83.10935705 41.16631703h338.00394272c0.25890765 0 0.38836148 0 0.64726912-0.12945382H844.69633581s101.10343902 0 101.10343901-101.10343902l-0.12945384-276.25446716 0.12945384-0.12945382z m-50.4869926 276.51337482c-1.68289975 49.83972347-50.35753876 50.48699259-50.35753875 50.48699258h-665.39267162c-1.68289975-0.12945383-3.23634569-0.25890765-4.91924543-0.38836148-6.99050667-1.4239921-20.32425086-5.30760691-30.93946469-15.14609777-11.65084445-12.55702124-14.49882864-28.86820347-15.14609778-33.78744889v-0.90617679l0.12945383-678.59696199c1.68289975-49.83972347 50.35753876-50.48699259 50.35753875-50.48699258h665.39267162c1.68289975 0.12945383 3.23634569 0.25890765 4.7897916 0.38836148 6.99050667 1.4239921 20.32425086 5.30760691 30.9394647 15.14609777 11.65084445 12.55702124 14.49882864 28.73874963 15.14609777 33.65799507 0 0.25890765 0 0.64726914 0.12945383 0.90617679l-0.12945383 678.72641581z",
20
- "p-id": "1206"
21
- }, null, -1)
22
- ])]);
23
- }
24
- const Catalogue = /* @__PURE__ */ _pluginVue_exportHelper.default(catalogue_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
25
- exports.default = Catalogue;
3
+ const catalogue_vue_vue_type_script_setup_true_lang = require("./catalogue2.cjs");
4
+ exports.default = catalogue_vue_vue_type_script_setup_true_lang.default;
@@ -1,25 +1,4 @@
1
1
  import _sfc_main from "./catalogue2.js";
2
- import { createElementBlock, openBlock, createElementVNode, createTextVNode } from "vue";
3
- import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _hoisted_1 = {
5
- id: "icon-catalogue",
6
- viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg"
8
- };
9
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
- createElementVNode("path", {
12
- d: "M316.0586872 317.99186435h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079268v-68.48970482c0-4.28060655 3.45210207-7.87079269 7.87079269-7.8707927h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.8707927v68.48970482c0 4.28060655-3.59018613 7.87079269-7.8707927 7.87079268z m460.51041449-10.49439025H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.87079268v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.8707927h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.8707927v47.63900839c-0.13808409 4.41869063-3.72827022 7.87079269-8.00887678 7.87079268zM316.0586872 788.72050094h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079269v-68.48970484c0-4.28060655 3.45210207-7.87079269 7.87079269-7.87079268h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.87079268v68.48970484c0 4.41869063-3.59018613 7.87079269-7.8707927 7.87079269z m460.51041449-10.35630618H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.87079268v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.87079271h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.87079271v47.63900839c-0.13808409 4.28060655-3.72827022 7.87079269-8.00887678 7.87079268zM316.0586872 554.1156451h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079268v-68.48970484c0-4.28060655 3.45210207-7.87079269 7.87079269-7.87079268h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.87079268v68.48970484c0 4.28060655-3.59018613 7.87079269-7.8707927 7.87079268z m460.51041449-10.49439025H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.8707927v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.87079269h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.87079269v47.63900839c-0.13808409 4.41869063-3.72827022 7.87079269-8.00887678 7.8707927z",
13
- "p-id": "1205"
14
- }, null, -1),
15
- createTextVNode(),
16
- createElementVNode("path", {
17
- d: "M945.79977482 574.65565235V172.96042667s0-31.97509531-18.1235358-60.06657581c-13.98101333-21.74824297-38.83614815-41.16631703-83.10935705-41.16631703h-337.87448888c-0.25890765 0-0.38836148 0-0.64726914 0.12945382H179.30366419s-101.10343902 0-101.10343901 101.10343902l0.12945384 276.25446716V851.16902717s0 31.97509531 17.99408196 59.93712197c13.98101333 21.74824297 38.83614815 41.16631703 83.10935705 41.16631703h338.00394272c0.25890765 0 0.38836148 0 0.64726912-0.12945382H844.69633581s101.10343902 0 101.10343901-101.10343902l-0.12945384-276.25446716 0.12945384-0.12945382z m-50.4869926 276.51337482c-1.68289975 49.83972347-50.35753876 50.48699259-50.35753875 50.48699258h-665.39267162c-1.68289975-0.12945383-3.23634569-0.25890765-4.91924543-0.38836148-6.99050667-1.4239921-20.32425086-5.30760691-30.93946469-15.14609777-11.65084445-12.55702124-14.49882864-28.86820347-15.14609778-33.78744889v-0.90617679l0.12945383-678.59696199c1.68289975-49.83972347 50.35753876-50.48699259 50.35753875-50.48699258h665.39267162c1.68289975 0.12945383 3.23634569 0.25890765 4.7897916 0.38836148 6.99050667 1.4239921 20.32425086 5.30760691 30.9394647 15.14609777 11.65084445 12.55702124 14.49882864 28.73874963 15.14609777 33.65799507 0 0.25890765 0 0.64726914 0.12945383 0.90617679l-0.12945383 678.72641581z",
18
- "p-id": "1206"
19
- }, null, -1)
20
- ])]);
21
- }
22
- const Catalogue = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
2
  export {
24
- Catalogue as default
3
+ _sfc_main as default
25
4
  };
@@ -1,6 +1,30 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const _sfc_main = {
4
- name: "Catalogue"
3
+ const vue = require("vue");
4
+ const _hoisted_1 = {
5
+ id: "icon-catalogue",
6
+ viewBox: "0 0 1024 1024",
7
+ xmlns: "http://www.w3.org/2000/svg"
5
8
  };
9
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
10
+ ...{
11
+ name: "Catalogue"
12
+ },
13
+ __name: "catalogue",
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
17
+ vue.createElementVNode("path", {
18
+ d: "M316.0586872 317.99186435h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079268v-68.48970482c0-4.28060655 3.45210207-7.87079269 7.87079269-7.8707927h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.8707927v68.48970482c0 4.28060655-3.59018613 7.87079269-7.8707927 7.87079268z m460.51041449-10.49439025H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.87079268v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.8707927h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.8707927v47.63900839c-0.13808409 4.41869063-3.72827022 7.87079269-8.00887678 7.87079268zM316.0586872 788.72050094h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079269v-68.48970484c0-4.28060655 3.45210207-7.87079269 7.87079269-7.87079268h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.87079268v68.48970484c0 4.41869063-3.59018613 7.87079269-7.8707927 7.87079269z m460.51041449-10.35630618H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.87079268v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.87079271h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.87079271v47.63900839c-0.13808409 4.28060655-3.72827022 7.87079269-8.00887678 7.87079268zM316.0586872 554.1156451h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079268v-68.48970484c0-4.28060655 3.45210207-7.87079269 7.87079269-7.87079268h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.87079268v68.48970484c0 4.28060655-3.59018613 7.87079269-7.8707927 7.87079268z m460.51041449-10.49439025H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.8707927v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.87079269h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.87079269v47.63900839c-0.13808409 4.41869063-3.72827022 7.87079269-8.00887678 7.8707927z",
19
+ "p-id": "1205"
20
+ }, null, -1),
21
+ vue.createTextVNode(),
22
+ vue.createElementVNode("path", {
23
+ d: "M945.79977482 574.65565235V172.96042667s0-31.97509531-18.1235358-60.06657581c-13.98101333-21.74824297-38.83614815-41.16631703-83.10935705-41.16631703h-337.87448888c-0.25890765 0-0.38836148 0-0.64726914 0.12945382H179.30366419s-101.10343902 0-101.10343901 101.10343902l0.12945384 276.25446716V851.16902717s0 31.97509531 17.99408196 59.93712197c13.98101333 21.74824297 38.83614815 41.16631703 83.10935705 41.16631703h338.00394272c0.25890765 0 0.38836148 0 0.64726912-0.12945382H844.69633581s101.10343902 0 101.10343901-101.10343902l-0.12945384-276.25446716 0.12945384-0.12945382z m-50.4869926 276.51337482c-1.68289975 49.83972347-50.35753876 50.48699259-50.35753875 50.48699258h-665.39267162c-1.68289975-0.12945383-3.23634569-0.25890765-4.91924543-0.38836148-6.99050667-1.4239921-20.32425086-5.30760691-30.93946469-15.14609777-11.65084445-12.55702124-14.49882864-28.86820347-15.14609778-33.78744889v-0.90617679l0.12945383-678.59696199c1.68289975-49.83972347 50.35753876-50.48699259 50.35753875-50.48699258h665.39267162c1.68289975 0.12945383 3.23634569 0.25890765 4.7897916 0.38836148 6.99050667 1.4239921 20.32425086 5.30760691 30.9394647 15.14609777 11.65084445 12.55702124 14.49882864 28.73874963 15.14609777 33.65799507 0 0.25890765 0 0.64726914 0.12945383 0.90617679l-0.12945383 678.72641581z",
24
+ "p-id": "1206"
25
+ }, null, -1)
26
+ ])]);
27
+ };
28
+ }
29
+ });
6
30
  exports.default = _sfc_main;
@@ -1,6 +1,30 @@
1
- const _sfc_main = {
2
- name: "Catalogue"
1
+ import { defineComponent, createElementBlock, openBlock, createElementVNode, createTextVNode } from "vue";
2
+ const _hoisted_1 = {
3
+ id: "icon-catalogue",
4
+ viewBox: "0 0 1024 1024",
5
+ xmlns: "http://www.w3.org/2000/svg"
3
6
  };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ ...{
9
+ name: "Catalogue"
10
+ },
11
+ __name: "catalogue",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
15
+ createElementVNode("path", {
16
+ d: "M316.0586872 317.99186435h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079268v-68.48970482c0-4.28060655 3.45210207-7.87079269 7.87079269-7.8707927h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.8707927v68.48970482c0 4.28060655-3.59018613 7.87079269-7.8707927 7.87079268z m460.51041449-10.49439025H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.87079268v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.8707927h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.8707927v47.63900839c-0.13808409 4.41869063-3.72827022 7.87079269-8.00887678 7.87079268zM316.0586872 788.72050094h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079269v-68.48970484c0-4.28060655 3.45210207-7.87079269 7.87079269-7.87079268h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.87079268v68.48970484c0 4.41869063-3.59018613 7.87079269-7.8707927 7.87079269z m460.51041449-10.35630618H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.87079268v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.87079271h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.87079271v47.63900839c-0.13808409 4.28060655-3.72827022 7.87079269-8.00887678 7.87079268zM316.0586872 554.1156451h-68.48970482c-4.28060655 0-7.87079269-3.45210207-7.87079269-7.87079268v-68.48970484c0-4.28060655 3.45210207-7.87079269 7.87079269-7.87079268h68.48970482c4.28060655 0 7.87079269 3.45210207 7.8707927 7.87079268v68.48970484c0 4.28060655-3.59018613 7.87079269-7.8707927 7.87079268z m460.51041449-10.49439025H440.88669762c-4.28060655 0-7.87079269-3.45210207-7.8707927-7.8707927v-47.63900839c0-4.28060655 3.45210207-7.87079269 7.8707927-7.87079269h335.82048816c4.28060655 0 7.87079269 3.45210207 7.87079269 7.87079269v47.63900839c-0.13808409 4.41869063-3.72827022 7.87079269-8.00887678 7.8707927z",
17
+ "p-id": "1205"
18
+ }, null, -1),
19
+ createTextVNode(),
20
+ createElementVNode("path", {
21
+ d: "M945.79977482 574.65565235V172.96042667s0-31.97509531-18.1235358-60.06657581c-13.98101333-21.74824297-38.83614815-41.16631703-83.10935705-41.16631703h-337.87448888c-0.25890765 0-0.38836148 0-0.64726914 0.12945382H179.30366419s-101.10343902 0-101.10343901 101.10343902l0.12945384 276.25446716V851.16902717s0 31.97509531 17.99408196 59.93712197c13.98101333 21.74824297 38.83614815 41.16631703 83.10935705 41.16631703h338.00394272c0.25890765 0 0.38836148 0 0.64726912-0.12945382H844.69633581s101.10343902 0 101.10343901-101.10343902l-0.12945384-276.25446716 0.12945384-0.12945382z m-50.4869926 276.51337482c-1.68289975 49.83972347-50.35753876 50.48699259-50.35753875 50.48699258h-665.39267162c-1.68289975-0.12945383-3.23634569-0.25890765-4.91924543-0.38836148-6.99050667-1.4239921-20.32425086-5.30760691-30.93946469-15.14609777-11.65084445-12.55702124-14.49882864-28.86820347-15.14609778-33.78744889v-0.90617679l0.12945383-678.59696199c1.68289975-49.83972347 50.35753876-50.48699259 50.35753875-50.48699258h665.39267162c1.68289975 0.12945383 3.23634569 0.25890765 4.7897916 0.38836148 6.99050667 1.4239921 20.32425086 5.30760691 30.9394647 15.14609777 11.65084445 12.55702124 14.49882864 28.73874963 15.14609777 33.65799507 0 0.25890765 0 0.64726914 0.12945383 0.90617679l-0.12945383 678.72641581z",
22
+ "p-id": "1206"
23
+ }, null, -1)
24
+ ])]);
25
+ };
26
+ }
27
+ });
4
28
  export {
5
29
  _sfc_main as default
6
30
  };
@@ -1,25 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const clear_vue_vue_type_script_lang = require("./clear2.cjs");
4
- const vue = require("vue");
5
- const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
- const _hoisted_1 = {
7
- id: "icon-clear",
8
- viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- };
11
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
- vue.createElementVNode("path", {
14
- fill: "currentColor",
15
- d: "m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z"
16
- }, null, -1),
17
- vue.createTextVNode(),
18
- vue.createElementVNode("path", {
19
- fill: "currentColor",
20
- d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
21
- }, null, -1)
22
- ])]);
23
- }
24
- const Clear = /* @__PURE__ */ _pluginVue_exportHelper.default(clear_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
25
- exports.default = Clear;
3
+ const clear_vue_vue_type_script_setup_true_lang = require("./clear2.cjs");
4
+ exports.default = clear_vue_vue_type_script_setup_true_lang.default;
@@ -1,25 +1,4 @@
1
1
  import _sfc_main from "./clear2.js";
2
- import { createElementBlock, openBlock, createElementVNode, createTextVNode } from "vue";
3
- import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _hoisted_1 = {
5
- id: "icon-clear",
6
- viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg"
8
- };
9
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
- createElementVNode("path", {
12
- fill: "currentColor",
13
- d: "m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z"
14
- }, null, -1),
15
- createTextVNode(),
16
- createElementVNode("path", {
17
- fill: "currentColor",
18
- d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
19
- }, null, -1)
20
- ])]);
21
- }
22
- const Clear = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
23
2
  export {
24
- Clear as default
3
+ _sfc_main as default
25
4
  };
@@ -1,6 +1,30 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const _sfc_main = {
4
- name: "Clear"
3
+ const vue = require("vue");
4
+ const _hoisted_1 = {
5
+ id: "icon-clear",
6
+ viewBox: "0 0 1024 1024",
7
+ xmlns: "http://www.w3.org/2000/svg"
5
8
  };
9
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
10
+ ...{
11
+ name: "Clear"
12
+ },
13
+ __name: "clear",
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
17
+ vue.createElementVNode("path", {
18
+ fill: "currentColor",
19
+ d: "m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z"
20
+ }, null, -1),
21
+ vue.createTextVNode(),
22
+ vue.createElementVNode("path", {
23
+ fill: "currentColor",
24
+ d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
25
+ }, null, -1)
26
+ ])]);
27
+ };
28
+ }
29
+ });
6
30
  exports.default = _sfc_main;
@@ -1,6 +1,30 @@
1
- const _sfc_main = {
2
- name: "Clear"
1
+ import { defineComponent, createElementBlock, openBlock, createElementVNode, createTextVNode } from "vue";
2
+ const _hoisted_1 = {
3
+ id: "icon-clear",
4
+ viewBox: "0 0 1024 1024",
5
+ xmlns: "http://www.w3.org/2000/svg"
3
6
  };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ ...{
9
+ name: "Clear"
10
+ },
11
+ __name: "clear",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
15
+ createElementVNode("path", {
16
+ fill: "currentColor",
17
+ d: "m466.752 512-90.496-90.496a32 32 0 0 1 45.248-45.248L512 466.752l90.496-90.496a32 32 0 1 1 45.248 45.248L557.248 512l90.496 90.496a32 32 0 1 1-45.248 45.248L512 557.248l-90.496 90.496a32 32 0 0 1-45.248-45.248L466.752 512z"
18
+ }, null, -1),
19
+ createTextVNode(),
20
+ createElementVNode("path", {
21
+ fill: "currentColor",
22
+ d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768zm0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896z"
23
+ }, null, -1)
24
+ ])]);
25
+ };
26
+ }
27
+ });
4
28
  export {
5
29
  _sfc_main as default
6
30
  };
@@ -1,20 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const close_vue_vue_type_script_lang = require("./close2.cjs");
4
- const vue = require("vue");
5
- const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
- const _hoisted_1 = {
7
- id: "icon-close",
8
- viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- };
11
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
- vue.createElementVNode("path", {
14
- fill: "currentColor",
15
- d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.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"
16
- }, null, -1)
17
- ])]);
18
- }
19
- const Close = /* @__PURE__ */ _pluginVue_exportHelper.default(close_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
20
- exports.default = Close;
3
+ const close_vue_vue_type_script_setup_true_lang = require("./close2.cjs");
4
+ exports.default = close_vue_vue_type_script_setup_true_lang.default;
@@ -1,20 +1,4 @@
1
1
  import _sfc_main from "./close2.js";
2
- import { createElementBlock, openBlock, createElementVNode } from "vue";
3
- import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _hoisted_1 = {
5
- id: "icon-close",
6
- viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg"
8
- };
9
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
- createElementVNode("path", {
12
- fill: "currentColor",
13
- d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.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"
14
- }, null, -1)
15
- ])]);
16
- }
17
- const Close = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
18
2
  export {
19
- Close as default
3
+ _sfc_main as default
20
4
  };
@@ -1,6 +1,25 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const _sfc_main = {
4
- name: "Close"
3
+ const vue = require("vue");
4
+ const _hoisted_1 = {
5
+ id: "icon-close",
6
+ viewBox: "0 0 1024 1024",
7
+ xmlns: "http://www.w3.org/2000/svg"
5
8
  };
9
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
10
+ ...{
11
+ name: "Close"
12
+ },
13
+ __name: "close",
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
17
+ vue.createElementVNode("path", {
18
+ fill: "currentColor",
19
+ d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.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"
20
+ }, null, -1)
21
+ ])]);
22
+ };
23
+ }
24
+ });
6
25
  exports.default = _sfc_main;
@@ -1,6 +1,25 @@
1
- const _sfc_main = {
2
- name: "Close"
1
+ import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
2
+ const _hoisted_1 = {
3
+ id: "icon-close",
4
+ viewBox: "0 0 1024 1024",
5
+ xmlns: "http://www.w3.org/2000/svg"
3
6
  };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ ...{
9
+ name: "Close"
10
+ },
11
+ __name: "close",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
15
+ createElementVNode("path", {
16
+ fill: "currentColor",
17
+ d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.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"
18
+ }, null, -1)
19
+ ])]);
20
+ };
21
+ }
22
+ });
4
23
  export {
5
24
  _sfc_main as default
6
25
  };
@@ -1,20 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const delete_vue_vue_type_script_lang = require("./delete2.cjs");
4
- const vue = require("vue");
5
- const _pluginVue_exportHelper = require("../../_virtual/_plugin-vue_export-helper.cjs");
6
- const _hoisted_1 = {
7
- id: "icon-delete",
8
- viewBox: "0 0 1024 1024",
9
- xmlns: "http://www.w3.org/2000/svg"
10
- };
11
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
12
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
13
- vue.createElementVNode("path", {
14
- fill: "currentColor",
15
- d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
16
- }, null, -1)
17
- ])]);
18
- }
19
- const Delete = /* @__PURE__ */ _pluginVue_exportHelper.default(delete_vue_vue_type_script_lang.default, [["render", _sfc_render]]);
20
- exports.default = Delete;
3
+ const delete_vue_vue_type_script_setup_true_lang = require("./delete2.cjs");
4
+ exports.default = delete_vue_vue_type_script_setup_true_lang.default;
@@ -1,20 +1,4 @@
1
1
  import _sfc_main from "./delete2.js";
2
- import { createElementBlock, openBlock, createElementVNode } from "vue";
3
- import _export_sfc from "../../_virtual/_plugin-vue_export-helper.js";
4
- const _hoisted_1 = {
5
- id: "icon-delete",
6
- viewBox: "0 0 1024 1024",
7
- xmlns: "http://www.w3.org/2000/svg"
8
- };
9
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
10
- return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
11
- createElementVNode("path", {
12
- fill: "currentColor",
13
- d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
14
- }, null, -1)
15
- ])]);
16
- }
17
- const Delete = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
18
2
  export {
19
- Delete as default
3
+ _sfc_main as default
20
4
  };
@@ -1,6 +1,25 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
- const _sfc_main = {
4
- name: "Delete"
3
+ const vue = require("vue");
4
+ const _hoisted_1 = {
5
+ id: "icon-delete",
6
+ viewBox: "0 0 1024 1024",
7
+ xmlns: "http://www.w3.org/2000/svg"
5
8
  };
9
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
10
+ ...{
11
+ name: "Delete"
12
+ },
13
+ __name: "delete",
14
+ setup(__props) {
15
+ return (_ctx, _cache) => {
16
+ return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
17
+ vue.createElementVNode("path", {
18
+ fill: "currentColor",
19
+ d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
20
+ }, null, -1)
21
+ ])]);
22
+ };
23
+ }
24
+ });
6
25
  exports.default = _sfc_main;
@@ -1,6 +1,25 @@
1
- const _sfc_main = {
2
- name: "Delete"
1
+ import { defineComponent, createElementBlock, openBlock, createElementVNode } from "vue";
2
+ const _hoisted_1 = {
3
+ id: "icon-delete",
4
+ viewBox: "0 0 1024 1024",
5
+ xmlns: "http://www.w3.org/2000/svg"
3
6
  };
7
+ const _sfc_main = /* @__PURE__ */ defineComponent({
8
+ ...{
9
+ name: "Delete"
10
+ },
11
+ __name: "delete",
12
+ setup(__props) {
13
+ return (_ctx, _cache) => {
14
+ return openBlock(), createElementBlock("svg", _hoisted_1, [..._cache[0] || (_cache[0] = [
15
+ createElementVNode("path", {
16
+ fill: "currentColor",
17
+ d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
18
+ }, null, -1)
19
+ ])]);
20
+ };
21
+ }
22
+ });
4
23
  export {
5
24
  _sfc_main as default
6
25
  };