meixioacomponent 0.9.59 → 0.9.60
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/components/index.d.ts.map +1 -1
- package/lib/components/index.js +0 -3
- package/lib/meixioacomponent.common.js +22422 -74549
- package/lib/meixioacomponent.umd.js +22437 -74564
- package/lib/meixioacomponent.umd.min.js +27 -27
- package/package.json +3 -3
- package/packages/components/index.js +0 -3
- package/packages/components/index.ts +1 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../packages/components/index.ts"],"names":[],"mappings":"AAuDA,OAAO,iBAAiB,MAAM,kCAAkC,CAAA;AAGhE,OAAO,OAAO,MAAM,uBAAuB,CAAC;AAS5C,OAAO,aAAa,MAAM,yBAAyB,CAAC;AAoFpD,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoErB,CAAA;AAID,eAAe,gBAAgB,CAAA"}
|
package/lib/components/index.js
CHANGED
|
@@ -51,8 +51,6 @@ 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");
|
|
56
54
|
// js 文件相关
|
|
57
55
|
const theme_1 = __importDefault(require("../config/theme/theme"));
|
|
58
56
|
const dynamicmount_1 = __importDefault(require("./dynamicmount"));
|
|
@@ -139,7 +137,6 @@ const install = (Vue) => {
|
|
|
139
137
|
window[`meixiComponentConfig`] = componentConfig_1.default;
|
|
140
138
|
componentConfig_1.default.createDialogCacheWrap();
|
|
141
139
|
componentConfig_1.default.eventBus = new componentConfig_1.default.Vue();
|
|
142
|
-
(0, useElement_js_1.useElementComponent)();
|
|
143
140
|
};
|
|
144
141
|
//
|
|
145
142
|
if (typeof window !== 'undefined' && window[`Vue`]) {
|