@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
package/dist/@ajaxjs/ui.umd.js
CHANGED
|
@@ -4184,7 +4184,9 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
4184
4184
|
|
|
4185
4185
|
// EXPORTS
|
|
4186
4186
|
__webpack_require__.d(__webpack_exports__, {
|
|
4187
|
-
|
|
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
|
|
@@ -4312,16 +4314,14 @@ const install = Vue => {
|
|
|
4312
4314
|
|
|
4313
4315
|
// 环境检测
|
|
4314
4316
|
if (typeof window !== 'undefined' && window.Vue) install(window.Vue);
|
|
4315
|
-
|
|
4317
|
+
const ss = {
|
|
4316
4318
|
install,
|
|
4317
4319
|
List: list/* default */.A,
|
|
4318
|
-
IAM: iam
|
|
4319
|
-
|
|
4320
|
-
});
|
|
4321
|
-
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib.js
|
|
4320
|
+
IAM: iam
|
|
4321
|
+
};
|
|
4322
4322
|
|
|
4323
|
+
;// CONCATENATED MODULE: ./node_modules/@vue/cli-service/lib/commands/build/entry-lib-no-default.js
|
|
4323
4324
|
|
|
4324
|
-
/* harmony default export */ var entry_lib = (src_0);
|
|
4325
4325
|
|
|
4326
4326
|
|
|
4327
4327
|
}();
|