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 CHANGED
@@ -7,6 +7,14 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.1.7
11
+
12
+ - **New Exports Added**
13
+ - **ATranslationAPI**
14
+ - `translation`
15
+ - **AMenuButtonToggle**
16
+ - `AMenuButtonToggle_ToggleAPI`
17
+
10
18
  ## 2.1.6
11
19
 
12
20
  - **New Exports Added**
@@ -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
  };