meixioacomponent 0.9.53 → 0.9.54

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/babel.config.js CHANGED
@@ -1,6 +1,14 @@
1
1
  module.exports = {
2
2
  presets: [
3
- '@vue/cli-plugin-babel/preset'
3
+ '@vue/cli-plugin-babel/preset',
4
+ ["@babel/preset-env", {"modules": false}]
4
5
  ],
5
- plugins: [['@babel/plugin-proposal-optional-chaining']]
6
+ plugins: [['@babel/plugin-proposal-optional-chaining'], [
7
+ "component",
8
+ {
9
+ "libraryName": "element-ui",
10
+ "styleLibraryName": "theme-chalk"
11
+ }
12
+ ]
13
+ ]
6
14
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/index.ts"],"names":[],"mappings":"AAqDA,OAAO,iBAAiB,MAAM,kCAAkC,CAAA;AAGhE,OAAO,OAAO,MAAM,uBAAuB,CAAC;AAS5C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAsFpD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoErB,CAAA;AAID,eAAe,gBAAgB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/index.ts"],"names":[],"mappings":"AAwDA,OAAO,iBAAiB,MAAM,kCAAkC,CAAA;AAGhE,OAAO,OAAO,MAAM,uBAAuB,CAAC;AAS5C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAqFpD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoErB,CAAA;AAID,eAAe,gBAAgB,CAAA"}
@@ -51,6 +51,8 @@ const baseText_1 = __importDefault(require("./base/baseText"));
51
51
  const baseTag_1 = __importDefault(require("./base/baseTag"));
52
52
  const oaProTableSearch_1 = __importDefault(require("./proPageTable/oaProTableSearch"));
53
53
  const baseWait_1 = __importDefault(require("./base/baseWait"));
54
+ //element
55
+ const useElement_js_1 = require("../config/useElement.js");
54
56
  // js 文件相关
55
57
  const theme_1 = __importDefault(require("../config/theme/theme"));
56
58
  const dynamicmount_1 = __importDefault(require("./dynamicmount"));
@@ -137,6 +139,7 @@ const install = (Vue) => {
137
139
  window[`meixiComponentConfig`] = componentConfig_1.default;
138
140
  componentConfig_1.default.createDialogCacheWrap();
139
141
  componentConfig_1.default.eventBus = new componentConfig_1.default.Vue();
142
+ (0, useElement_js_1.useElementComponent)();
140
143
  };
141
144
  //
142
145
  if (typeof window !== 'undefined' && window[`Vue`]) {
@@ -1 +1 @@
1
- {"version":3,"file":"componentConfig.d.ts","sourceRoot":"","sources":["../../packages/config/componentConfig.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AAEpD,QAAA,MAAM,eAAe,EAAE,mBAoEtB,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"componentConfig.d.ts","sourceRoot":"","sources":["../../packages/config/componentConfig.ts"],"names":[],"mappings":"AAKA,OAAO,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AAEpD,QAAA,MAAM,eAAe,EAAE,mBAmEtB,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -34,7 +34,6 @@ const componentConfig = {
34
34
  componentConfig.uploadUrl = url;
35
35
  },
36
36
  initConfig: (_store, _router) => {
37
- // 注册element 组件
38
37
  // 动态注册vuex modules
39
38
  _store[`registerModule`]('selectStore', selectStore_1.default);
40
39
  // 注册vuex里面selectStore管理类