aloha-vue 2.69.0 → 2.70.0
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 +351 -322
- package/dist/aloha-vue.umd.js +1 -1
- package/package.json +1 -1
- package/src/ATableForm/ATableForm.js +17 -10
- package/src/ATableForm/ATableFormRow/ATableFormRow.js +144 -109
- package/src/ATableForm/__tests__/ATableForm.ListView.test.js +111 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,10 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.70.0
|
|
11
|
+
|
|
12
|
+
Feature: Add `fullWidthRowCallback` and `fullWidthRow` slot to `ATableForm` for rendering selected body and footer rows as a single full-width cell
|
|
13
|
+
|
|
10
14
|
## 2.69.0
|
|
11
15
|
|
|
12
16
|
- Feature: Add readonly `displayValueReadonly` to `AInputCurrency` for formatted display handling, update API, and add comprehensive tests
|