aloha-vue 2.1.6 → 2.1.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/CHANGELOG.md +8 -0
- package/dist/aloha-vue.es.js +2 -0
- package/dist/aloha-vue.umd.js +49 -49
- package/package.json +1 -1
- package/src/index.js +2 -0
package/CHANGELOG.md
CHANGED
package/dist/aloha-vue.es.js
CHANGED
|
@@ -48083,6 +48083,7 @@ export {
|
|
|
48083
48083
|
ZAe as AMenu,
|
|
48084
48084
|
Ca as AMenu2I18n,
|
|
48085
48085
|
R4 as AMenuButtonToggle,
|
|
48086
|
+
Hv as AMenuButtonToggle_ToggleAPI,
|
|
48086
48087
|
Cn as AMobileAPI,
|
|
48087
48088
|
Qu as AMobileAPI_isMobileWidth,
|
|
48088
48089
|
ku as AMobileAPI_setIsMobileWidth,
|
|
@@ -48200,5 +48201,6 @@ export {
|
|
|
48200
48201
|
rh as timeTranslationLastChanged,
|
|
48201
48202
|
ju as toPrecision,
|
|
48202
48203
|
JM as toggleTranslate,
|
|
48204
|
+
NS as translation,
|
|
48203
48205
|
PS as updateTranslation
|
|
48204
48206
|
};
|