@ajaxjs/ui 1.3.6 → 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 +7 -7
- package/dist/@ajaxjs/ui.common.js.map +1 -1
- package/dist/@ajaxjs/ui.umd.js +7 -7
- 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 +9 -4
|
@@ -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
|
|
@@ -4302,16 +4304,14 @@ const install = Vue => {
|
|
|
4302
4304
|
|
|
4303
4305
|
// 环境检测
|
|
4304
4306
|
if (typeof window !== 'undefined' && window.Vue) install(window.Vue);
|
|
4305
|
-
|
|
4307
|
+
const ss = {
|
|
4306
4308
|
install,
|
|
4307
4309
|
List: list/* default */.A,
|
|
4308
|
-
IAM: iam
|
|
4309
|
-
|
|
4310
|
-
});
|
|
4311
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
4310
|
+
IAM: iam
|
|
4311
|
+
};
|
|
4312
4312
|
|
|
4313
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
|
|
4313
4314
|
|
|
4314
|
-
/* harmony default export */ var entry_lib = (src_0);
|
|
4315
4315
|
|
|
4316
4316
|
|
|
4317
4317
|
}();
|