@ajaxjs/ui 1.3.4 → 1.3.6
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/dist/@ajaxjs/ui.common.js +2 -5
- package/dist/@ajaxjs/ui.common.js.map +1 -1
- package/dist/@ajaxjs/ui.umd.js +2 -5
- package/dist/@ajaxjs/ui.umd.js.map +1 -1
- package/dist/@ajaxjs/ui.umd.min.js +1 -1
- package/dist/@ajaxjs/ui.umd.min.js.map +1 -1
- package/package.json +2 -2
- package/src/index.js +2 -2
package/dist/@ajaxjs/ui.umd.js
CHANGED
|
@@ -4204,8 +4204,6 @@ if (typeof window !== 'undefined') {
|
|
|
4204
4204
|
// Indicate to webpack that this file can be concatenated
|
|
4205
4205
|
/* harmony default export */ var setPublicPath = (null);
|
|
4206
4206
|
|
|
4207
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
4208
|
-
var es_array_push = __webpack_require__(4114);
|
|
4209
4207
|
// EXTERNAL MODULE: ./src/iview-ext/list.ts
|
|
4210
4208
|
var list = __webpack_require__(6361);
|
|
4211
4209
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-exception.stack.js
|
|
@@ -4276,16 +4274,15 @@ function getQueryParam(variable, isParent) {
|
|
|
4276
4274
|
return null;
|
|
4277
4275
|
}
|
|
4278
4276
|
;// CONCATENATED MODULE: ./src/index.js
|
|
4279
|
-
|
|
4280
4277
|
// 动态引入组件
|
|
4281
4278
|
const requireComponent = __webpack_require__(9887);
|
|
4282
4279
|
|
|
4283
4280
|
|
|
4284
|
-
const components =
|
|
4281
|
+
const components = {};
|
|
4285
4282
|
requireComponent.keys().forEach(fileName => {
|
|
4286
4283
|
if (fileName != './App.vue') {
|
|
4287
4284
|
const cmp = requireComponent(fileName).default || requireComponent(fileName);
|
|
4288
|
-
if (cmp.extendOptions) components.
|
|
4285
|
+
if (cmp.extendOptions) components[cmp.extendOptions.name] = cmp;
|
|
4289
4286
|
}
|
|
4290
4287
|
});
|
|
4291
4288
|
|