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 +4 -0
- package/dist/aloha-vue.es.js +5 -0
- package/dist/aloha-vue.umd.js +41 -41
- package/package.json +1 -1
- package/src/compositionAPI/APopupAPI.js +2 -2
- package/src/index.js +7 -0
package/CHANGELOG.md
CHANGED
package/dist/aloha-vue.es.js
CHANGED
|
@@ -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,
|