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 +10 -2
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +3 -0
- package/lib/config/componentConfig.d.ts.map +1 -1
- package/lib/config/componentConfig.js +0 -1
- package/lib/fonts/element-icons.f1a45d74.ttf +0 -0
- package/lib/fonts/element-icons.ff18efd1.woff +0 -0
- package/lib/meixioacomponent.common.js +73512 -58470
- package/lib/meixioacomponent.umd.js +73085 -58043
- package/lib/meixioacomponent.umd.min.js +28 -67
- package/package.json +11 -8
- package/packages/components/index.js +3 -0
- package/packages/components/index.ts +5 -3
- package/packages/components/proPageTable/oa_pro_table.vue +5 -3
- package/packages/config/componentConfig.js +0 -1
- package/packages/config/componentConfig.ts +0 -1
- package/packages/config/useElement.js +68 -70
- package/vue.config.js +5 -0
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":"
|
|
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"}
|
package/lib/components/index.js
CHANGED
|
@@ -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,
|
|
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"}
|
|
Binary file
|
|
Binary file
|