aloha-vue 2.30.1 → 2.30.2
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/CHANGELOG.md +4 -0
- package/dist/aloha-vue.es.js +9 -6
- package/dist/aloha-vue.umd.js +1 -1
- package/package.json +1 -1
- package/src/plugins/ARemPxPlugin.js +4 -1
package/CHANGELOG.md
CHANGED
package/dist/aloha-vue.es.js
CHANGED
|
@@ -52417,12 +52417,15 @@ const xKe = {
|
|
|
52417
52417
|
};
|
|
52418
52418
|
}
|
|
52419
52419
|
}, GKe = {
|
|
52420
|
-
install(
|
|
52421
|
-
|
|
52422
|
-
|
|
52423
|
-
|
|
52424
|
-
|
|
52425
|
-
|
|
52420
|
+
install(e, {
|
|
52421
|
+
changeFontSize: t = () => {
|
|
52422
|
+
}
|
|
52423
|
+
} = {}) {
|
|
52424
|
+
const _ = document.createElement("div");
|
|
52425
|
+
_.style.position = "absolute", _.style.visibility = "hidden", _.style.height = "1rem", _.style.width = "1rem", document.body.appendChild(_), new ResizeObserver(() => {
|
|
52426
|
+
const r = _.offsetHeight;
|
|
52427
|
+
r !== Rd.value && (Rd.value = r, t(r));
|
|
52428
|
+
}).observe(_);
|
|
52426
52429
|
}
|
|
52427
52430
|
}, qKe = {
|
|
52428
52431
|
install: (e, { axiosCreateOptions: t = {}, baseUrl: _ = "/api/", errorCallbacks: n = {}, headerParams: r = {}, setUrlForArray: s = void 0 } = {}) => {
|