@fangzhongya/vue-components 0.1.23 → 0.1.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.
@@ -1061,10 +1061,10 @@ var FangImport = class {
1061
1061
  matchexts: this.config.matchexts,
1062
1062
  nomatchs: this.config.nomatchs,
1063
1063
  nomatchexts: this.config.nomatchexts,
1064
- fileSet: (name, url, text, wjm, _imp, surl) => {
1065
- const v = surl || _path.join.call(void 0, url, name);
1066
- const es = getExports(text);
1064
+ fileSet: (name, url, text, wjm) => {
1067
1065
  const dm = wjm || name.replace(/\.([^.]+)$/, "");
1066
+ const v = _path.join.call(void 0, url, dm);
1067
+ const es = getExports(text);
1068
1068
  if (es.default) {
1069
1069
  es.default = dm;
1070
1070
  }
@@ -1061,10 +1061,10 @@ var FangImport = class {
1061
1061
  matchexts: this.config.matchexts,
1062
1062
  nomatchs: this.config.nomatchs,
1063
1063
  nomatchexts: this.config.nomatchexts,
1064
- fileSet: (name, url, text, wjm, _imp, surl) => {
1065
- const v = surl || join4(url, name);
1066
- const es = getExports(text);
1064
+ fileSet: (name, url, text, wjm) => {
1067
1065
  const dm = wjm || name.replace(/\.([^.]+)$/, "");
1066
+ const v = join4(url, dm);
1067
+ const es = getExports(text);
1068
1068
  if (es.default) {
1069
1069
  es.default = dm;
1070
1070
  }
package/dist/import.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkPCU5YQMBcjs = require('./chunk-PCU5YQMB.cjs');
3
+ var _chunkO3DK76MHcjs = require('./chunk-O3DK76MH.cjs');
4
4
 
5
5
 
6
6
  var _chunkNLSI7A24cjs = require('./chunk-NLSI7A24.cjs');
@@ -18,7 +18,7 @@ function ImportsResolver(config = {}) {
18
18
  config,
19
19
  1
20
20
  );
21
- const fangImpo = new (0, _chunkPCU5YQMBcjs.imports_default)(configs);
21
+ const fangImpo = new (0, _chunkO3DK76MHcjs.imports_default)(configs);
22
22
  return (name) => {
23
23
  return fangImpo.resolve(name);
24
24
  };
package/dist/import.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  imports_default
3
- } from "./chunk-SDVC6K2I.js";
3
+ } from "./chunk-U5XEYNKC.js";
4
4
  import {
5
5
  unmergeObject
6
6
  } from "./chunk-3XFEJIQP.js";
package/dist/imports.cjs CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkPCU5YQMBcjs = require('./chunk-PCU5YQMB.cjs');
3
+ var _chunkO3DK76MHcjs = require('./chunk-O3DK76MH.cjs');
4
4
  require('./chunk-NLSI7A24.cjs');
5
5
  require('./chunk-AKNB7BKJ.cjs');
6
6
 
7
7
 
8
- exports.default = _chunkPCU5YQMBcjs.imports_default;
8
+ exports.default = _chunkO3DK76MHcjs.imports_default;
package/dist/imports.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  imports_default
3
- } from "./chunk-SDVC6K2I.js";
3
+ } from "./chunk-U5XEYNKC.js";
4
4
  import "./chunk-3XFEJIQP.js";
5
5
  import "./chunk-TVGK2KRP.js";
6
6
  export {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fangzhongya/vue-components",
3
3
  "private": false,
4
4
  "type": "module",
5
- "version": "0.1.23",
5
+ "version": "0.1.24",
6
6
  "description ": "unplugin-vue-components插件",
7
7
  "author": "fangzhongya ",
8
8
  "license": "MIT",