aloha-vue 2.3.0 → 2.3.1

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,10 @@
7
7
  ---
8
8
  # Versions
9
9
 
10
+ ## 2.3.1
11
+
12
+ - Fix: import `APopupAPI` and functions
13
+
10
14
  ## 2.3.0
11
15
 
12
16
  - `AModal`: don't close modal if popup opened
@@ -45794,6 +45794,11 @@ export {
45794
45794
  bU as APagination,
45795
45795
  Ji as APaginationI18n,
45796
45796
  Ir as APlacements,
45797
+ ef as APopupAPI,
45798
+ kd as APopupAPI_closePopup,
45799
+ od as APopupAPI_isCurrentPopupOpen,
45800
+ qd as APopupAPI_openPopup,
45801
+ qM as APopupAPI_togglePopup,
45797
45802
  hue as AProgress,
45798
45803
  Aue as AProgressCircle,
45799
45804
  RS as ARadio,