@svgrid/grid-wc 3.0.0 → 3.0.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 (36) hide show
  1. package/README.md +110 -110
  2. package/dist/{GridMenus-DpmS1pzo.js → GridMenus-YwTw9Upd.js} +64 -62
  3. package/dist/{SvDateRangeInput-u4ibte8S.js → SvDateRangeInput-CrxeppBV.js} +6 -6
  4. package/dist/{shadow/SvDateTimePicker-DVFiDxUq.js → SvDateTimePicker-xAO-Pb4S.js} +22 -22
  5. package/dist/{shadow/SvField-ChCI-O2O.js → SvField-CE345DyF.js} +3 -3
  6. package/dist/{SvGridCellEditor-DvsQyE9a.js → SvGridCellEditor-D7SyHtff.js} +2 -2
  7. package/dist/SvGridChart-CMaVmlso.js +1477 -0
  8. package/dist/SvGridChartPanel-Pc_IW0eA.js +833 -0
  9. package/dist/{SvGridChartView-ScXTF6t-.js → SvGridChartView-DLhhzmFy.js} +6 -4
  10. package/dist/{shadow/SvGridDropdown-DnAESFDu.js → SvGridDropdown-DUncHqM-.js} +2 -2
  11. package/dist/{cell-formatting-C0OsDmi_.js → cell-formatting-Eypm-id0.js} +1 -1
  12. package/dist/chart-GRBAgN1M.js +1658 -0
  13. package/dist/{date-format-CPHqTHN6.js → date-format-D_oQ5Yw0.js} +13 -13
  14. package/dist/{export-format-B6FUgOll.js → export-format-uGayRKWM.js} +3 -3
  15. package/dist/shadow/{GridMenus-DpmS1pzo.js → GridMenus-YwTw9Upd.js} +64 -62
  16. package/dist/shadow/{SvDateRangeInput-u4ibte8S.js → SvDateRangeInput-CrxeppBV.js} +6 -6
  17. package/dist/{SvDateTimePicker-DVFiDxUq.js → shadow/SvDateTimePicker-xAO-Pb4S.js} +22 -22
  18. package/dist/{SvField-ChCI-O2O.js → shadow/SvField-CE345DyF.js} +3 -3
  19. package/dist/shadow/{SvGridCellEditor-DvsQyE9a.js → SvGridCellEditor-D7SyHtff.js} +2 -2
  20. package/dist/shadow/SvGridChart-CMaVmlso.js +1477 -0
  21. package/dist/shadow/SvGridChartPanel-Pc_IW0eA.js +833 -0
  22. package/dist/shadow/{SvGridChartView-ScXTF6t-.js → SvGridChartView-DLhhzmFy.js} +6 -4
  23. package/dist/{SvGridDropdown-DnAESFDu.js → shadow/SvGridDropdown-DUncHqM-.js} +2 -2
  24. package/dist/shadow/{cell-formatting-C0OsDmi_.js → cell-formatting-Eypm-id0.js} +1 -1
  25. package/dist/shadow/chart-GRBAgN1M.js +1658 -0
  26. package/dist/shadow/{date-format-CPHqTHN6.js → date-format-D_oQ5Yw0.js} +13 -13
  27. package/dist/shadow/{export-format-C8kZGZfz.js → export-format-DhdZREP1.js} +3 -3
  28. package/dist/shadow/sv-grid-shadow-element.js +2160 -2000
  29. package/dist/sv-grid-element.js +2158 -1998
  30. package/package.json +3 -3
  31. package/dist/SvGridChart-yK5Zv85y.js +0 -1199
  32. package/dist/SvGridChartPanel-B38_VjXM.js +0 -584
  33. package/dist/chart-uvs3sFJA.js +0 -1220
  34. package/dist/shadow/SvGridChart-yK5Zv85y.js +0 -1199
  35. package/dist/shadow/SvGridChartPanel-B38_VjXM.js +0 -584
  36. package/dist/shadow/chart-uvs3sFJA.js +0 -1220
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "commercial",
5
5
  "url": "https://svgrid.com/pricing"
6
6
  },
7
- "version": "3.0.0",
7
+ "version": "3.0.1",
8
8
  "description": "SvGrid as a framework-agnostic web component (<sv-grid> custom element, plus <sv-grid-shadow> for an open shadow root). Drop into React, Vue, Angular, or plain HTML - no build step required.",
9
9
  "type": "module",
10
10
  "license": "MIT",
@@ -99,8 +99,8 @@
99
99
  "vite": "^8.2.1",
100
100
  "vue": "^3.5.42",
101
101
  "vue-tsc": "^3.3.11",
102
- "@svgrid/enterprise": "^3.0.0",
103
- "@svgrid/grid": "^3.0.0"
102
+ "@svgrid/enterprise": "^3.0.1",
103
+ "@svgrid/grid": "^3.0.3"
104
104
  },
105
105
  "types": "./dist/sv-grid-element.d.ts",
106
106
  "peerDependencies": {