@ajaxjs/ui 1.3.5 → 1.3.7

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.
@@ -4184,7 +4184,9 @@ __webpack_require__.r(__webpack_exports__);
4184
4184
 
4185
4185
  // EXPORTS
4186
4186
  __webpack_require__.d(__webpack_exports__, {
4187
- "default": function() { return /* binding */ entry_lib; }
4187
+ IAM: function() { return /* reexport */ iam; },
4188
+ List: function() { return /* reexport */ list/* default */.A; },
4189
+ install: function() { return /* reexport */ install; }
4188
4190
  });
4189
4191
 
4190
4192
  ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
@@ -4204,8 +4206,6 @@ if (typeof window !== 'undefined') {
4204
4206
  // Indicate to webpack that this file can be concatenated
4205
4207
  /* harmony default export */ var setPublicPath = (null);
4206
4208
 
4207
- // EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
4208
- var es_array_push = __webpack_require__(4114);
4209
4209
  // EXTERNAL MODULE: ./src/iview-ext/list.ts
4210
4210
  var list = __webpack_require__(6361);
4211
4211
  // EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-exception.stack.js
@@ -4276,16 +4276,15 @@ function getQueryParam(variable, isParent) {
4276
4276
  return null;
4277
4277
  }
4278
4278
  ;// CONCATENATED MODULE: ./src/index.js
4279
-
4280
4279
  // 动态引入组件
4281
4280
  const requireComponent = __webpack_require__(9887);
4282
4281
 
4283
4282
 
4284
- const components = [];
4283
+ const components = {};
4285
4284
  requireComponent.keys().forEach(fileName => {
4286
4285
  if (fileName != './App.vue') {
4287
4286
  const cmp = requireComponent(fileName).default || requireComponent(fileName);
4288
- if (cmp.extendOptions) components.push(cmp);
4287
+ if (cmp.extendOptions) components[cmp.extendOptions.name] = cmp;
4289
4288
  }
4290
4289
  });
4291
4290
 
@@ -4315,16 +4314,14 @@ const install = Vue => {
4315
4314
 
4316
4315
  // 环境检测
4317
4316
  if (typeof window !== 'undefined' && window.Vue) install(window.Vue);
4318
- /* harmony default export */ var src_0 = ({
4317
+ const ss = {
4319
4318
  install,
4320
4319
  List: list/* default */.A,
4321
- IAM: iam,
4322
- ...components //组件也一样要暴露
4323
- });
4324
- ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
4320
+ IAM: iam
4321
+ };
4325
4322
 
4323
+ ;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
4326
4324
 
4327
- /* harmony default export */ var entry_lib = (src_0);
4328
4325
 
4329
4326
 
4330
4327
  }();