@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.
- package/dist/@ajaxjs/ui.common.js +9 -12
- package/dist/@ajaxjs/ui.common.js.map +1 -1
- package/dist/@ajaxjs/ui.umd.js +9 -12
- 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 +1 -1
- package/src/index.js +11 -6
|
@@ -4174,7 +4174,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4174
4174
|
|
|
4175
4175
|
// EXPORTS
|
|
4176
4176
|
__webpack_require__.d(__webpack_exports__, {
|
|
4177
|
-
|
|
4177
|
+
IAM: function() { return /* reexport */ iam; },
|
|
4178
|
+
List: function() { return /* reexport */ list/* default */.A; },
|
|
4179
|
+
install: function() { return /* reexport */ install; }
|
|
4178
4180
|
});
|
|
4179
4181
|
|
|
4180
4182
|
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/setPublicPath.js
|
|
@@ -4194,8 +4196,6 @@ if (typeof window !== 'undefined') {
|
|
|
4194
4196
|
// Indicate to webpack that this file can be concatenated
|
|
4195
4197
|
/* harmony default export */ var setPublicPath = (null);
|
|
4196
4198
|
|
|
4197
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.array.push.js
|
|
4198
|
-
var es_array_push = __webpack_require__(4114);
|
|
4199
4199
|
// EXTERNAL MODULE: ./src/iview-ext/list.ts
|
|
4200
4200
|
var list = __webpack_require__(7184);
|
|
4201
4201
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom-exception.stack.js
|
|
@@ -4266,16 +4266,15 @@ function getQueryParam(variable, isParent) {
|
|
|
4266
4266
|
return null;
|
|
4267
4267
|
}
|
|
4268
4268
|
;// CONCATENATED MODULE: ./src/index.js
|
|
4269
|
-
|
|
4270
4269
|
// 动态引入组件
|
|
4271
4270
|
const requireComponent = __webpack_require__(9887);
|
|
4272
4271
|
|
|
4273
4272
|
|
|
4274
|
-
const components =
|
|
4273
|
+
const components = {};
|
|
4275
4274
|
requireComponent.keys().forEach(fileName => {
|
|
4276
4275
|
if (fileName != './App.vue') {
|
|
4277
4276
|
const cmp = requireComponent(fileName).default || requireComponent(fileName);
|
|
4278
|
-
if (cmp.extendOptions) components.
|
|
4277
|
+
if (cmp.extendOptions) components[cmp.extendOptions.name] = cmp;
|
|
4279
4278
|
}
|
|
4280
4279
|
});
|
|
4281
4280
|
|
|
@@ -4305,16 +4304,14 @@ const install = Vue => {
|
|
|
4305
4304
|
|
|
4306
4305
|
// 环境检测
|
|
4307
4306
|
if (typeof window !== 'undefined' && window.Vue) install(window.Vue);
|
|
4308
|
-
|
|
4307
|
+
const ss = {
|
|
4309
4308
|
install,
|
|
4310
4309
|
List: list/* default */.A,
|
|
4311
|
-
IAM: iam
|
|
4312
|
-
|
|
4313
|
-
});
|
|
4314
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
4310
|
+
IAM: iam
|
|
4311
|
+
};
|
|
4315
4312
|
|
|
4313
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
|
|
4316
4314
|
|
|
4317
|
-
/* harmony default export */ var entry_lib = (src_0);
|
|
4318
4315
|
|
|
4319
4316
|
|
|
4320
4317
|
}();
|