Commit 785564c
feat: implement PivotModel two-way binding with complete feature set
- Add v-model:pivotModel support to VPivottableUi component
- Implement PivotModel interface and comprehensive type system
- Fix filter changes to immediately reflect in PivotModel
- Modify props to Partial<DefaultPropsType> for flexible pivotModel usage
- Add PivotModel utility functions (compare, create, clone)
- Add PivotModel history management composable (usePivotModelHistory)
- Add PivotModel serialization/deserialization utilities
- Fix ESLint duplicate key error by renaming imported aggregators
- Merge memory leak fixes from PR #285
- Add comprehensive documentation in English and Korean
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a5b65f2 commit 785564c
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
218 | 219 | | |
219 | 220 | | |
220 | 221 | | |
221 | | - | |
| 222 | + | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
| |||
0 commit comments