aloha-vue 2.1.7 → 2.1.8
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 +5 -0
- package/dist/aloha-vue.es.js +4 -0
- package/dist/aloha-vue.umd.js +28 -28
- package/package.json +1 -1
- package/src/index.js +4 -0
package/CHANGELOG.md
CHANGED
package/dist/aloha-vue.es.js
CHANGED
|
@@ -48013,6 +48013,7 @@ export {
|
|
|
48013
48013
|
bv as ADropdownGlobalAPI,
|
|
48014
48014
|
Ne as AElement,
|
|
48015
48015
|
Z2 as AErrors,
|
|
48016
|
+
mn as AErrorsText,
|
|
48016
48017
|
wV as AEventOutsideAPI,
|
|
48017
48018
|
ZV as AFieldset,
|
|
48018
48019
|
Ta as AFieldsetI18n,
|
|
@@ -48142,6 +48143,9 @@ export {
|
|
|
48142
48143
|
dEe as AlohaPlugin,
|
|
48143
48144
|
qt as EventBus,
|
|
48144
48145
|
Na as Filters18n,
|
|
48146
|
+
jt as UIExcludeRenderAttributesAPI,
|
|
48147
|
+
bn as UiAPI,
|
|
48148
|
+
un as UiStyleHideAPI,
|
|
48145
48149
|
Wc as colorToHex,
|
|
48146
48150
|
Yu as concatTwoStringsWithSpace,
|
|
48147
48151
|
gAe as dompurify,
|