@fangzhongya/icons 0.0.22 → 0.0.24

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 (40) hide show
  1. package/dist/async.cjs +18 -18
  2. package/dist/async.d.cts +17 -17
  3. package/dist/async.d.ts +17 -17
  4. package/dist/async.js +18 -18
  5. package/dist/chunk-3376ZTRC.cjs +1 -0
  6. package/dist/{chunk-TOMRI4OW.js → chunk-5JGXNE36.js} +80 -35
  7. package/dist/chunk-BYXBJQAS.js +0 -0
  8. package/dist/{chunk-E432JW5M.js → chunk-KI2ZVBGS.js} +1 -1
  9. package/dist/{chunk-S7ZK22ZV.cjs → chunk-MPD6UWMU.cjs} +1 -1
  10. package/dist/{chunk-TZA4B6RT.cjs → chunk-Q4QUAF3W.cjs} +81 -36
  11. package/dist/{chunk-HSJ3RNOH.js → chunk-SDYAFYDS.js} +12 -11
  12. package/dist/{chunk-OSHAEKZL.cjs → chunk-TKPAHR5G.cjs} +13 -12
  13. package/dist/icon/index.cjs +4 -2
  14. package/dist/icon/index.d.cts +11 -2
  15. package/dist/icon/index.d.ts +11 -2
  16. package/dist/icon/index.js +3 -1
  17. package/dist/iconify.cjs +5 -2
  18. package/dist/iconify.d.cts +12 -1
  19. package/dist/iconify.d.ts +12 -1
  20. package/dist/iconify.js +4 -1
  21. package/dist/index.cjs +13 -11
  22. package/dist/index.d.cts +1 -1
  23. package/dist/index.d.ts +1 -1
  24. package/dist/index.js +13 -11
  25. package/dist/index.json +1 -1
  26. package/dist/json.cjs +2 -2
  27. package/dist/json.d.cts +1 -1
  28. package/dist/json.d.ts +1 -1
  29. package/dist/json.js +1 -1
  30. package/dist/picker/index.cjs +9 -18
  31. package/dist/picker/index.d.cts +0 -19
  32. package/dist/picker/index.d.ts +0 -19
  33. package/dist/picker/index.js +6 -15
  34. package/dist/vite/index.cjs +17 -7
  35. package/dist/vite/index.js +14 -4
  36. package/dist/vue/index.cjs +8 -8
  37. package/dist/vue/index.js +9 -9
  38. package/package.json +1 -1
  39. package/dist/{chunk-SRJ74PQ7.js → chunk-3YRVWHZK.js} +8 -8
  40. package/dist/{chunk-5ATJRRFS.cjs → chunk-BWFROGEZ.cjs} +7 -7
package/dist/json.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  var prefix = "fang-icons";
2
2
  var info = {
3
3
  };
4
- var lastModified = 1767840097809;
4
+ var lastModified = 1767873985044;
5
5
  var icons = {
6
6
  bar: {
7
7
  body: "<path d=\"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64z\"></path>"
package/dist/json.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  json_default
3
- } from "./chunk-E432JW5M.js";
3
+ } from "./chunk-KI2ZVBGS.js";
4
4
  import "./chunk-MLKGABMK.js";
5
5
  export {
6
6
  json_default as default
@@ -1,6 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkTZA4B6RTcjs = require('../chunk-TZA4B6RT.cjs');
3
+ var _chunkQ4QUAF3Wcjs = require('../chunk-Q4QUAF3W.cjs');
4
+ require('../chunk-3376ZTRC.cjs');
5
+ require('../chunk-IIVF4KK5.cjs');
4
6
 
5
7
 
6
8
  var _chunkEEMF44IHcjs = require('../chunk-EEMF44IH.cjs');
@@ -42,19 +44,10 @@ var picker_default = _vue.defineComponent.call(void 0, {
42
44
  }
43
45
  },
44
46
  /**
45
- * @props { String} type= ( 'css' | 'id' | 'img' | 'font' | 'str' | 'com' )
46
47
  * 图标类型
47
48
  */
48
49
  type: {
49
50
  type: String
50
- },
51
- /**
52
- * @props { String } separator=':' ( )
53
- * 拼接值
54
- */
55
- separator: {
56
- type: String,
57
- default: ":"
58
51
  }
59
52
  },
60
53
  emits: ["update:modelValue"],
@@ -107,11 +100,10 @@ var picker_default = _vue.defineComponent.call(void 0, {
107
100
  }
108
101
  },
109
102
  [
110
- _vue.h.call(void 0, _chunkTZA4B6RTcjs.icon_default, {
103
+ _vue.h.call(void 0, _chunkQ4QUAF3Wcjs.icon_default, {
111
104
  type: props.type,
112
105
  size: props.size,
113
- name: props.modelValue,
114
- default: "pub"
106
+ name: props.modelValue
115
107
  })
116
108
  ]
117
109
  ),
@@ -189,11 +181,10 @@ var picker_default = _vue.defineComponent.call(void 0, {
189
181
  },
190
182
  name.value
191
183
  ),
192
- _vue.h.call(void 0, _chunkTZA4B6RTcjs.icon_default, {
184
+ _vue.h.call(void 0, _chunkQ4QUAF3Wcjs.icon_default, {
193
185
  type: props.type,
194
186
  size: props.size,
195
- name: name.value,
196
- default: "pub"
187
+ name: name.value
197
188
  })
198
189
  ]
199
190
  )
@@ -241,13 +232,13 @@ var picker_default = _vue.defineComponent.call(void 0, {
241
232
  }
242
233
  },
243
234
  [
244
- _vue.h.call(void 0, _chunkTZA4B6RTcjs.icon_default, {
235
+ _vue.h.call(void 0, _chunkQ4QUAF3Wcjs.icon_default, {
245
236
  style: {
246
237
  margin: "5px",
247
238
  marginBottom: 0,
248
239
  backgroundColor: key === name.value ? "#e0edff" : ""
249
240
  },
250
- type: "str",
241
+ type: "svg",
251
242
  size: props.size,
252
243
  name: v
253
244
  }),
@@ -48,20 +48,11 @@ declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{
48
48
  default(): {};
49
49
  };
50
50
  /**
51
- * @props { String} type= ( 'css' | 'id' | 'img' | 'font' | 'str' | 'com' )
52
51
  * 图标类型
53
52
  */
54
53
  type: {
55
54
  type: () => IconType;
56
55
  };
57
- /**
58
- * @props { String } separator=':' ( )
59
- * 拼接值
60
- */
61
- separator: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
56
  }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
66
57
  [key: string]: any;
67
58
  }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
@@ -92,26 +83,16 @@ declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{
92
83
  default(): {};
93
84
  };
94
85
  /**
95
- * @props { String} type= ( 'css' | 'id' | 'img' | 'font' | 'str' | 'com' )
96
86
  * 图标类型
97
87
  */
98
88
  type: {
99
89
  type: () => IconType;
100
90
  };
101
- /**
102
- * @props { String } separator=':' ( )
103
- * 拼接值
104
- */
105
- separator: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
91
  }>> & Readonly<{
110
92
  "onUpdate:modelValue"?: (...args: any[]) => any;
111
93
  }>, {
112
94
  size: string | number;
113
95
  icons: Icons;
114
- separator: string;
115
96
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
116
97
 
117
98
  export { type Icons, type IconsValue, type IconsValueObj, _default as default };
@@ -48,20 +48,11 @@ declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{
48
48
  default(): {};
49
49
  };
50
50
  /**
51
- * @props { String} type= ( 'css' | 'id' | 'img' | 'font' | 'str' | 'com' )
52
51
  * 图标类型
53
52
  */
54
53
  type: {
55
54
  type: () => IconType;
56
55
  };
57
- /**
58
- * @props { String } separator=':' ( )
59
- * 拼接值
60
- */
61
- separator: {
62
- type: StringConstructor;
63
- default: string;
64
- };
65
56
  }>, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
66
57
  [key: string]: any;
67
58
  }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", vue.PublicProps, Readonly<vue.ExtractPropTypes<{
@@ -92,26 +83,16 @@ declare const _default: vue.DefineComponent<vue.ExtractPropTypes<{
92
83
  default(): {};
93
84
  };
94
85
  /**
95
- * @props { String} type= ( 'css' | 'id' | 'img' | 'font' | 'str' | 'com' )
96
86
  * 图标类型
97
87
  */
98
88
  type: {
99
89
  type: () => IconType;
100
90
  };
101
- /**
102
- * @props { String } separator=':' ( )
103
- * 拼接值
104
- */
105
- separator: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
91
  }>> & Readonly<{
110
92
  "onUpdate:modelValue"?: (...args: any[]) => any;
111
93
  }>, {
112
94
  size: string | number;
113
95
  icons: Icons;
114
- separator: string;
115
96
  }, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
116
97
 
117
98
  export { type Icons, type IconsValue, type IconsValueObj, _default as default };
@@ -1,6 +1,8 @@
1
1
  import {
2
2
  icon_default
3
- } from "../chunk-TOMRI4OW.js";
3
+ } from "../chunk-5JGXNE36.js";
4
+ import "../chunk-BYXBJQAS.js";
5
+ import "../chunk-MOHILOKE.js";
4
6
  import {
5
7
  dialog_default
6
8
  } from "../chunk-I5KQLZMG.js";
@@ -42,19 +44,10 @@ var picker_default = defineComponent({
42
44
  }
43
45
  },
44
46
  /**
45
- * @props { String} type= ( 'css' | 'id' | 'img' | 'font' | 'str' | 'com' )
46
47
  * 图标类型
47
48
  */
48
49
  type: {
49
50
  type: String
50
- },
51
- /**
52
- * @props { String } separator=':' ( )
53
- * 拼接值
54
- */
55
- separator: {
56
- type: String,
57
- default: ":"
58
51
  }
59
52
  },
60
53
  emits: ["update:modelValue"],
@@ -110,8 +103,7 @@ var picker_default = defineComponent({
110
103
  h(icon_default, {
111
104
  type: props.type,
112
105
  size: props.size,
113
- name: props.modelValue,
114
- default: "pub"
106
+ name: props.modelValue
115
107
  })
116
108
  ]
117
109
  ),
@@ -192,8 +184,7 @@ var picker_default = defineComponent({
192
184
  h(icon_default, {
193
185
  type: props.type,
194
186
  size: props.size,
195
- name: name.value,
196
- default: "pub"
187
+ name: name.value
197
188
  })
198
189
  ]
199
190
  )
@@ -247,7 +238,7 @@ var picker_default = defineComponent({
247
238
  marginBottom: 0,
248
239
  backgroundColor: key === name.value ? "#e0edff" : ""
249
240
  },
250
- type: "str",
241
+ type: "svg",
251
242
  size: props.size,
252
243
  name: v
253
244
  }),
@@ -1,11 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkOSHAEKZLcjs = require('../chunk-OSHAEKZL.cjs');
5
- require('../chunk-IIVF4KK5.cjs');
4
+ var _chunkTKPAHR5Gcjs = require('../chunk-TKPAHR5G.cjs');
6
5
 
7
6
 
8
- var _chunkS7ZK22ZVcjs = require('../chunk-S7ZK22ZV.cjs');
7
+ var _chunkMPD6UWMUcjs = require('../chunk-MPD6UWMU.cjs');
8
+ require('../chunk-3376ZTRC.cjs');
9
+ require('../chunk-IIVF4KK5.cjs');
9
10
  require('../chunk-75ZPJI57.cjs');
10
11
 
11
12
  // node_modules/.pnpm/@fangzhongya+create@0.2.49/node_modules/@fangzhongya/create/dist/chunk-4CBOJSDB.js
@@ -916,7 +917,7 @@ function runDev(config, configCallback, callback) {
916
917
 
917
918
  // packages/vite/index.ts
918
919
 
919
- var runType = "svg";
920
+ var runType = "vue";
920
921
  var virtualModuleId = "virtual:fang-icon";
921
922
  function simpleFangIcon(options = {}) {
922
923
  const {
@@ -1078,6 +1079,7 @@ function simpleFangIcon(options = {}) {
1078
1079
  imports.add(
1079
1080
  `import ${name} from '@fangzhongya/icons/icon/index'`
1080
1081
  );
1082
+ replacedCount++;
1081
1083
  }
1082
1084
  for (let i = components.length - 1; i >= 0; i--) {
1083
1085
  const component = components[i];
@@ -1220,13 +1222,13 @@ function findComponents(code, name) {
1220
1222
  return components;
1221
1223
  }
1222
1224
  function getText(iconName, match) {
1223
- const svg = _chunkOSHAEKZLcjs.getIconifySVG.call(void 0, _chunkS7ZK22ZVcjs.json_default, iconName, 'v-bind="scope"');
1225
+ const svg = _chunkTKPAHR5Gcjs.getIconifySVG.call(void 0, _chunkMPD6UWMUcjs.json_default, iconName, 'v-bind="scope"');
1224
1226
  const s = match.fullMatch.replace(`name="${iconName}"`, "").replace(`</${match.componentName}>`, "");
1225
1227
  const text = `${s}<template #default="scope">${svg}</template></${match.componentName}>`;
1226
1228
  return { text, imptext: "" };
1227
1229
  }
1228
1230
  function getImportName(iconName) {
1229
- return _chunkOSHAEKZLcjs.lineToLargeHump.call(void 0, "fang-icon-" + iconName);
1231
+ return _chunkTKPAHR5Gcjs.lineToLargeHump.call(void 0, "fang-icon-" + iconName);
1230
1232
  }
1231
1233
  function getVue(iconName, match) {
1232
1234
  const text = match.fullMatch.replace(
@@ -1246,7 +1248,7 @@ function replaceComponent(match, type, dynamic, customReplacement) {
1246
1248
  if (customReplacement) {
1247
1249
  return customReplacement(iconName, attributes);
1248
1250
  }
1249
- let svgContent = _chunkS7ZK22ZVcjs.json_default.icons[iconName];
1251
+ let svgContent = _chunkMPD6UWMUcjs.json_default.icons[iconName];
1250
1252
  if (!svgContent) {
1251
1253
  return { text: match.fullMatch, imptext: "" };
1252
1254
  }
@@ -1257,6 +1259,14 @@ function replaceComponent(match, type, dynamic, customReplacement) {
1257
1259
  return getText(iconName, match);
1258
1260
  }
1259
1261
  }
1262
+ if (type === "pub" && !attributes.type && !attributes.default) {
1263
+ let text = match.fullMatch;
1264
+ text = text.replace(
1265
+ `<${match.componentName}`,
1266
+ `<${match.componentName} default="${type}"`
1267
+ );
1268
+ return { text, imptext: "" };
1269
+ }
1260
1270
  return { text: match.fullMatch, imptext: "" };
1261
1271
  }
1262
1272
  function shouldProcess(id) {
@@ -1,11 +1,12 @@
1
1
  import {
2
2
  getIconifySVG,
3
3
  lineToLargeHump
4
- } from "../chunk-HSJ3RNOH.js";
5
- import "../chunk-MOHILOKE.js";
4
+ } from "../chunk-SDYAFYDS.js";
6
5
  import {
7
6
  json_default
8
- } from "../chunk-E432JW5M.js";
7
+ } from "../chunk-KI2ZVBGS.js";
8
+ import "../chunk-BYXBJQAS.js";
9
+ import "../chunk-MOHILOKE.js";
9
10
  import "../chunk-MLKGABMK.js";
10
11
 
11
12
  // node_modules/.pnpm/@fangzhongya+create@0.2.49/node_modules/@fangzhongya/create/dist/chunk-4CBOJSDB.js
@@ -916,7 +917,7 @@ function runDev(config, configCallback, callback) {
916
917
 
917
918
  // packages/vite/index.ts
918
919
  import { join as join5 } from "path";
919
- var runType = "svg";
920
+ var runType = "vue";
920
921
  var virtualModuleId = "virtual:fang-icon";
921
922
  function simpleFangIcon(options = {}) {
922
923
  const {
@@ -1078,6 +1079,7 @@ function simpleFangIcon(options = {}) {
1078
1079
  imports.add(
1079
1080
  `import ${name} from '@fangzhongya/icons/icon/index'`
1080
1081
  );
1082
+ replacedCount++;
1081
1083
  }
1082
1084
  for (let i = components.length - 1; i >= 0; i--) {
1083
1085
  const component = components[i];
@@ -1257,6 +1259,14 @@ function replaceComponent(match, type, dynamic, customReplacement) {
1257
1259
  return getText(iconName, match);
1258
1260
  }
1259
1261
  }
1262
+ if (type === "pub" && !attributes.type && !attributes.default) {
1263
+ let text = match.fullMatch;
1264
+ text = text.replace(
1265
+ `<${match.componentName}`,
1266
+ `<${match.componentName} default="${type}"`
1267
+ );
1268
+ return { text, imptext: "" };
1269
+ }
1260
1270
  return { text: match.fullMatch, imptext: "" };
1261
1271
  }
1262
1272
  function shouldProcess(id) {
@@ -1,4 +1,7 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-5ATJRRFS.cjs');
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-BWFROGEZ.cjs');
2
+
3
+
4
+ var _chunkWOAJW7OBcjs = require('../chunk-WOAJW7OB.cjs');
2
5
 
3
6
 
4
7
  var _chunkY2W7MENXcjs = require('../chunk-Y2W7MENX.cjs');
@@ -19,6 +22,9 @@ var _chunk53VWOQDNcjs = require('../chunk-53VWOQDN.cjs');
19
22
  var _chunkESPY25SVcjs = require('../chunk-ESPY25SV.cjs');
20
23
 
21
24
 
25
+ var _chunkIPHYXYU4cjs = require('../chunk-IPHYXYU4.cjs');
26
+
27
+
22
28
  var _chunk32F77IBUcjs = require('../chunk-32F77IBU.cjs');
23
29
 
24
30
 
@@ -37,7 +43,7 @@ var _chunkIBTK77R3cjs = require('../chunk-IBTK77R3.cjs');
37
43
  var _chunkI3A3AEAAcjs = require('../chunk-I3A3AEAA.cjs');
38
44
 
39
45
 
40
- var _chunkWOAJW7OBcjs = require('../chunk-WOAJW7OB.cjs');
46
+ var _chunkKDGKC2ADcjs = require('../chunk-KDGKC2AD.cjs');
41
47
 
42
48
 
43
49
  var _chunkVDTZORF6cjs = require('../chunk-VDTZORF6.cjs');
@@ -61,9 +67,6 @@ var _chunkL7KCN6DVcjs = require('../chunk-L7KCN6DV.cjs');
61
67
  var _chunkDOKVIYQPcjs = require('../chunk-DOKVIYQP.cjs');
62
68
 
63
69
 
64
- var _chunkIPHYXYU4cjs = require('../chunk-IPHYXYU4.cjs');
65
-
66
-
67
70
  var _chunkH4PA2G3Ncjs = require('../chunk-H4PA2G3N.cjs');
68
71
 
69
72
 
@@ -83,9 +86,6 @@ var _chunk76TLDMR4cjs = require('../chunk-76TLDMR4.cjs');
83
86
 
84
87
 
85
88
  var _chunk2TQQMTHZcjs = require('../chunk-2TQQMTHZ.cjs');
86
-
87
-
88
- var _chunkKDGKC2ADcjs = require('../chunk-KDGKC2AD.cjs');
89
89
  require('../chunk-75ZPJI57.cjs');
90
90
 
91
91
 
package/dist/vue/index.js CHANGED
@@ -1,4 +1,7 @@
1
- import "../chunk-SRJ74PQ7.js";
1
+ import "../chunk-3YRVWHZK.js";
2
+ import {
3
+ plus_default
4
+ } from "../chunk-7IBXEWY5.js";
2
5
  import {
3
6
  retreat_default
4
7
  } from "../chunk-WLDTS6EO.js";
@@ -17,6 +20,9 @@ import {
17
20
  import {
18
21
  views_default
19
22
  } from "../chunk-3AMDUJDV.js";
23
+ import {
24
+ edit_default
25
+ } from "../chunk-BEQYH4ZH.js";
20
26
  import {
21
27
  enter_default
22
28
  } from "../chunk-YSDDIRK3.js";
@@ -36,8 +42,8 @@ import {
36
42
  play_default
37
43
  } from "../chunk-T7E6HY2F.js";
38
44
  import {
39
- plus_default
40
- } from "../chunk-7IBXEWY5.js";
45
+ catalogue_default
46
+ } from "../chunk-BMEJLYYZ.js";
41
47
  import {
42
48
  clear_default
43
49
  } from "../chunk-Z7LHYEQW.js";
@@ -59,9 +65,6 @@ import {
59
65
  import {
60
66
  download_default
61
67
  } from "../chunk-5PXZNWE4.js";
62
- import {
63
- edit_default
64
- } from "../chunk-BEQYH4ZH.js";
65
68
  import {
66
69
  bar_default
67
70
  } from "../chunk-NEHQ24EP.js";
@@ -83,9 +86,6 @@ import {
83
86
  import {
84
87
  cascader_field_default
85
88
  } from "../chunk-VQ54VGY3.js";
86
- import {
87
- catalogue_default
88
- } from "../chunk-BMEJLYYZ.js";
89
89
  import "../chunk-MLKGABMK.js";
90
90
  export {
91
91
  bar_default as Bar,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzhongya/icons",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.0.22",
5
+ "version": "0.0.24",
6
6
  "description ": "个人图标库",
7
7
  "author": "fangzhongya ",
8
8
  "license": "MIT",
@@ -1,3 +1,6 @@
1
+ import {
2
+ plus_default
3
+ } from "./chunk-7IBXEWY5.js";
1
4
  import {
2
5
  retreat_default
3
6
  } from "./chunk-WLDTS6EO.js";
@@ -16,6 +19,9 @@ import {
16
19
  import {
17
20
  views_default
18
21
  } from "./chunk-3AMDUJDV.js";
22
+ import {
23
+ edit_default
24
+ } from "./chunk-BEQYH4ZH.js";
19
25
  import {
20
26
  enter_default
21
27
  } from "./chunk-YSDDIRK3.js";
@@ -35,8 +41,8 @@ import {
35
41
  play_default
36
42
  } from "./chunk-T7E6HY2F.js";
37
43
  import {
38
- plus_default
39
- } from "./chunk-7IBXEWY5.js";
44
+ catalogue_default
45
+ } from "./chunk-BMEJLYYZ.js";
40
46
  import {
41
47
  clear_default
42
48
  } from "./chunk-Z7LHYEQW.js";
@@ -58,9 +64,6 @@ import {
58
64
  import {
59
65
  download_default
60
66
  } from "./chunk-5PXZNWE4.js";
61
- import {
62
- edit_default
63
- } from "./chunk-BEQYH4ZH.js";
64
67
  import {
65
68
  bar_default
66
69
  } from "./chunk-NEHQ24EP.js";
@@ -82,9 +85,6 @@ import {
82
85
  import {
83
86
  cascader_field_default
84
87
  } from "./chunk-VQ54VGY3.js";
85
- import {
86
- catalogue_default
87
- } from "./chunk-BMEJLYYZ.js";
88
88
  import {
89
89
  __export
90
90
  } from "./chunk-MLKGABMK.js";
@@ -1,5 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
+ var _chunkWOAJW7OBcjs = require('./chunk-WOAJW7OB.cjs');
4
+
5
+
3
6
  var _chunkY2W7MENXcjs = require('./chunk-Y2W7MENX.cjs');
4
7
 
5
8
 
@@ -18,6 +21,9 @@ var _chunk53VWOQDNcjs = require('./chunk-53VWOQDN.cjs');
18
21
  var _chunkESPY25SVcjs = require('./chunk-ESPY25SV.cjs');
19
22
 
20
23
 
24
+ var _chunkIPHYXYU4cjs = require('./chunk-IPHYXYU4.cjs');
25
+
26
+
21
27
  var _chunk32F77IBUcjs = require('./chunk-32F77IBU.cjs');
22
28
 
23
29
 
@@ -36,7 +42,7 @@ var _chunkIBTK77R3cjs = require('./chunk-IBTK77R3.cjs');
36
42
  var _chunkI3A3AEAAcjs = require('./chunk-I3A3AEAA.cjs');
37
43
 
38
44
 
39
- var _chunkWOAJW7OBcjs = require('./chunk-WOAJW7OB.cjs');
45
+ var _chunkKDGKC2ADcjs = require('./chunk-KDGKC2AD.cjs');
40
46
 
41
47
 
42
48
  var _chunkVDTZORF6cjs = require('./chunk-VDTZORF6.cjs');
@@ -60,9 +66,6 @@ var _chunkL7KCN6DVcjs = require('./chunk-L7KCN6DV.cjs');
60
66
  var _chunkDOKVIYQPcjs = require('./chunk-DOKVIYQP.cjs');
61
67
 
62
68
 
63
- var _chunkIPHYXYU4cjs = require('./chunk-IPHYXYU4.cjs');
64
-
65
-
66
69
  var _chunkH4PA2G3Ncjs = require('./chunk-H4PA2G3N.cjs');
67
70
 
68
71
 
@@ -84,9 +87,6 @@ var _chunk76TLDMR4cjs = require('./chunk-76TLDMR4.cjs');
84
87
  var _chunk2TQQMTHZcjs = require('./chunk-2TQQMTHZ.cjs');
85
88
 
86
89
 
87
- var _chunkKDGKC2ADcjs = require('./chunk-KDGKC2AD.cjs');
88
-
89
-
90
90
  var _chunk75ZPJI57cjs = require('./chunk-75ZPJI57.cjs');
91
91
 
92
92
  // packages/vue/index.ts