aloha-vue 2.43.0 → 2.44.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 +10 -0
- package/dist/aloha-vue.es.js +231 -221
- package/dist/aloha-vue.umd.js +12 -12
- package/package.json +1 -1
- package/src/ATable/ATableTopPanel/ATableTopPanel.js +433 -432
- package/src/plugins/ASelectPlugin.js +2 -0
- package/src/ui/ASelect/ASelect.js +8 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@
|
|
|
7
7
|
---
|
|
8
8
|
# Versions
|
|
9
9
|
|
|
10
|
+
## 2.44.0
|
|
11
|
+
|
|
12
|
+
- Feature: Add `class` and `classMenuSearch` props to `ASelect`, with default values in `ASelectPluginOptions`. Enhance menu class binding to support conditional styling for search functionality.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## 2.43.1
|
|
16
|
+
|
|
17
|
+
- Feature: `countAllRows` in ATableTopPanel multipleActionActiveSlot
|
|
18
|
+
|
|
19
|
+
|
|
10
20
|
## 2.43.0
|
|
11
21
|
|
|
12
22
|
- Feature: Introduce `aSortBy` utility with extended sorting capabilities, including case-insensitive sorting and mixed iteratee support. Add comprehensive test coverage.
|