aloha-vue 2.57.6 → 2.57.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 +9 -0
- package/dist/aloha-vue.css +13555 -13535
- package/dist/aloha-vue.css.map +1 -1
- package/dist/aloha-vue.es.js +861 -848
- package/dist/aloha-vue.umd.js +33 -33
- package/package.json +1 -1
- package/scss/components/ATableForm.scss +27 -1
- package/src/ATableForm/ATableForm.js +8 -4
- package/src/ATableForm/compositionAPI/ColumnsAPI.js +6 -1
- package/src/ATableForm/compositionAPI/ColumnsGrowAPI.js +3 -3
- package/src/ATableForm/compositionAPI/EditAPI.js +2 -2
- package/src/ui/AInputCurrency/compositionAPI/InputEventsAPI.js +5 -7
- package/src/utils/utilsDOM.js +18 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,15 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.57.8
|
|
11
|
+
|
|
12
|
+
- Fix: Preserve programmatic focus and add visible focus styles for `ATableForm` rows and tables
|
|
13
|
+
- Fix: Exclude `ATableForm` columns with `isRender: false` from headers, cells, validation, colspan, and width calculations
|
|
14
|
+
|
|
15
|
+
## 2.57.7
|
|
16
|
+
|
|
17
|
+
- Fix: Respect `skipRequiredModelInit` on blur and validation in `AInputCurrency`
|
|
18
|
+
|
|
10
19
|
## 2.57.6
|
|
11
20
|
|
|
12
21
|
- Fix: Fix duplicate minus in currency `AInputCurrency` formatting
|