@bryntum/grid-vue-3-thin 7.3.0 → 7.3.1

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.
Files changed (35) hide show
  1. package/README.md +4 -4
  2. package/lib/chunks/Bc2x_WPR.js.map +1 -1
  3. package/lib/chunks/Be7ZZzGW.js.map +1 -1
  4. package/lib/chunks/BpNo5v3W.js.map +1 -1
  5. package/lib/chunks/{BeyOFZne.js → C87PnYXS.js} +11 -9
  6. package/lib/chunks/C87PnYXS.js.map +1 -0
  7. package/lib/chunks/{Ba35uKyP.js → C9RmZYoQ.js} +7 -5
  8. package/lib/chunks/C9RmZYoQ.js.map +1 -0
  9. package/lib/chunks/CAlh-Y8B.js.map +1 -1
  10. package/lib/chunks/CWYhi4DG.js.map +1 -1
  11. package/lib/chunks/CcfDAcJD.js.map +1 -1
  12. package/lib/chunks/{BGeNcVH6.js → DZ2V6NNc.js} +12 -10
  13. package/lib/chunks/DZ2V6NNc.js.map +1 -0
  14. package/lib/chunks/w2GDktIt.js.map +1 -1
  15. package/lib/components/BryntumAIFilterField.js +1 -1
  16. package/lib/components/BryntumChecklistFilterCombo.js +1 -1
  17. package/lib/components/BryntumTreeCombo.js +1 -1
  18. package/lib/index.js +3 -3
  19. package/package.json +1 -1
  20. package/src/components/BryntumAIFilterField.vue +80 -106
  21. package/src/components/BryntumAIFilterFieldProps.ts +9 -0
  22. package/src/components/BryntumChecklistFilterCombo.vue +81 -109
  23. package/src/components/BryntumChecklistFilterComboProps.ts +9 -0
  24. package/src/components/BryntumGrid.vue +523 -755
  25. package/src/components/BryntumGridBase.vue +523 -755
  26. package/src/components/BryntumGridChartDesigner.vue +43 -69
  27. package/src/components/BryntumGridFieldFilterPicker.vue +53 -85
  28. package/src/components/BryntumGridFieldFilterPickerGroup.vue +57 -91
  29. package/src/components/BryntumGroupBar.vue +65 -101
  30. package/src/components/BryntumTreeCombo.vue +81 -109
  31. package/src/components/BryntumTreeComboProps.ts +9 -0
  32. package/src/components/BryntumTreeGrid.vue +523 -755
  33. package/lib/chunks/BGeNcVH6.js.map +0 -1
  34. package/lib/chunks/Ba35uKyP.js.map +0 -1
  35. package/lib/chunks/BeyOFZne.js.map +0 -1
package/README.md CHANGED
@@ -155,8 +155,8 @@ API packages:
155
155
  ```json
156
156
  {
157
157
  "dependencies": {
158
- "@bryntum/core-thin": "7.3.0",
159
- "@bryntum/grid-thin": "7.3.0"
158
+ "@bryntum/core-thin": "7.3.1",
159
+ "@bryntum/grid-thin": "7.3.1"
160
160
  }
161
161
  }
162
162
  ```
@@ -166,8 +166,8 @@ Framework wrapper packages:
166
166
  ```json
167
167
  {
168
168
  "dependencies": {
169
- "@bryntum/core-vue-3-thin": "7.3.0",
170
- "@bryntum/grid-vue-3-thin": "7.3.0"
169
+ "@bryntum/core-vue-3-thin": "7.3.1",
170
+ "@bryntum/grid-vue-3-thin": "7.3.1"
171
171
  }
172
172
  }
173
173
  ```