bkui-vue 0.0.2-beta.139 → 0.0.2-beta.140

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/dist.index.js CHANGED
@@ -1,4 +1,4 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_styles_5e77b831__ from "../styles";
1
+ import * as __WEBPACK_EXTERNAL_MODULE__styles_9b7bdad5__ from "./styles";
2
2
  import * as __WEBPACK_EXTERNAL_MODULE__preset_b854ea38__ from "./preset";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE__components_96ad247a__ from "./components";
4
4
  import * as __WEBPACK_EXTERNAL_MODULE__directives_37095733__ from "./directives";
@@ -32,10 +32,10 @@ __webpack_require__.d(__webpack_exports__, {
32
32
  "default": () => (/* reexport */ external_preset_namespaceObject["default"])
33
33
  });
34
34
 
35
- ;// CONCATENATED MODULE: external "../styles"
35
+ ;// CONCATENATED MODULE: external "./styles"
36
36
  var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
37
37
  var y = x => () => x
38
- const styles_namespaceObject = x({ });
38
+ const external_styles_namespaceObject = x({ });
39
39
  ;// CONCATENATED MODULE: external "./preset"
40
40
  var external_preset_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
41
41
  var external_preset_y = x => () => x
package/lib/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as __WEBPACK_EXTERNAL_MODULE__preset_b854ea38__ from "./preset";
2
2
  import * as __WEBPACK_EXTERNAL_MODULE__components_96ad247a__ from "./components";
3
3
  import * as __WEBPACK_EXTERNAL_MODULE__directives_37095733__ from "./directives";
4
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugins_2b35d7e4__ from "../plugins";
4
+ import * as __WEBPACK_EXTERNAL_MODULE__plugins_a82c42d7__ from "./plugins";
5
5
  import * as __WEBPACK_EXTERNAL_MODULE__config_provider_e8e4cbd4__ from "./config-provider";
6
6
  import * as __WEBPACK_EXTERNAL_MODULE__hooks_627f7bfe__ from "./hooks";
7
7
  /******/ // The require scope
@@ -31,7 +31,7 @@ var __webpack_exports__ = {};
31
31
  // EXPORTS
32
32
  __webpack_require__.d(__webpack_exports__, {
33
33
  "default": () => (/* reexport */ external_preset_namespaceObject["default"]),
34
- plugins: () => (/* reexport */ plugins_namespaceObject)
34
+ plugins: () => (/* reexport */ external_plugins_namespaceObject)
35
35
  });
36
36
 
37
37
  ;// CONCATENATED MODULE: external "./preset"
@@ -46,10 +46,10 @@ const external_components_namespaceObject = external_components_x({ });
46
46
  var external_directives_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
47
47
  var external_directives_y = x => () => x
48
48
  const external_directives_namespaceObject = external_directives_x({ });
49
- ;// CONCATENATED MODULE: external "../plugins"
50
- var plugins_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
51
- var plugins_y = x => () => x
52
- const plugins_namespaceObject = __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_plugins_2b35d7e4__;
49
+ ;// CONCATENATED MODULE: external "./plugins"
50
+ var external_plugins_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
51
+ var external_plugins_y = x => () => x
52
+ const external_plugins_namespaceObject = __WEBPACK_EXTERNAL_MODULE__plugins_a82c42d7__;
53
53
  ;// CONCATENATED MODULE: external "./config-provider"
54
54
  var external_config_provider_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
55
55
  var external_config_provider_y = x => () => x
package/lib/preset.js CHANGED
@@ -1,4 +1,4 @@
1
- import * as __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__ from "../config-provider";
1
+ import * as __WEBPACK_EXTERNAL_MODULE__config_provider_e8e4cbd4__ from "./config-provider";
2
2
  import * as __WEBPACK_EXTERNAL_MODULE__components_96ad247a__ from "./components";
3
3
  /******/ // The require scope
4
4
  /******/ var __webpack_require__ = {};
@@ -29,10 +29,10 @@ __webpack_require__.d(__webpack_exports__, {
29
29
  Z: () => (/* binding */ preset)
30
30
  });
31
31
 
32
- ;// CONCATENATED MODULE: external "../config-provider"
32
+ ;// CONCATENATED MODULE: external "./config-provider"
33
33
  var x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
34
34
  var y = x => () => x
35
- const config_provider_namespaceObject = x({ ["provideGlobalConfig"]: () => __WEBPACK_EXTERNAL_MODULE_bkui_vue_lib_config_provider_fe8577a3__.provideGlobalConfig });
35
+ const external_config_provider_namespaceObject = x({ ["provideGlobalConfig"]: () => __WEBPACK_EXTERNAL_MODULE__config_provider_e8e4cbd4__.provideGlobalConfig });
36
36
  ;// CONCATENATED MODULE: external "./components"
37
37
  var external_components_x = y => { var x = {}; __webpack_require__.d(x, y); return x; }
38
38
  var external_components_y = x => () => x
@@ -80,7 +80,7 @@ var createInstall = function createInstall() {
80
80
  }
81
81
  });
82
82
  if (options) {
83
- (0,config_provider_namespaceObject.provideGlobalConfig)(options);
83
+ (0,external_config_provider_namespaceObject.provideGlobalConfig)(options);
84
84
  }
85
85
  };
86
86
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.2-beta.139",
3
+ "version": "0.0.2-beta.140",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",
@@ -127,6 +127,7 @@
127
127
  "vue": "^3.2.0"
128
128
  },
129
129
  "main": "dist/index.esm.js",
130
+ "module": "lib/index.js",
130
131
  "typings": "lib/index.d.ts",
131
132
  "lint-staged": {
132
133
  "scripts/**/*.(vue|ts|tsx|js)": [