@svgrid/enterprise 2.6.2 → 2.6.4

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 (34) hide show
  1. package/README.md +1 -1
  2. package/dist/cdn/svgrid-enterprise.svelte-external.js +1682 -1677
  3. package/dist/designer/assets/{GridMenus-Bjr19Tz_.js → GridMenus-BIU7Nfbr.js} +1 -1
  4. package/dist/designer/assets/SvGrid.helpers-C6wxF55r.js +1 -0
  5. package/dist/designer/assets/SvGridCellEditor-CMtmQINJ.js +2 -0
  6. package/dist/designer/assets/SvListBox-D-_I_Aff.js +1 -0
  7. package/dist/designer/assets/editor-registry-BB1Qb5mp.js +1 -0
  8. package/dist/designer/assets/{index-xjfKckuH.js → index-DxBZuosR.js} +42 -42
  9. package/dist/designer/assets/js-scroller.svelte-03aI6ovu.js +110 -0
  10. package/dist/designer/assets/row-drag-touch-IuJPEt0z.js +1 -0
  11. package/dist/designer/assets/src-D8qr49rE.css +1 -0
  12. package/dist/designer/assets/src-Dn1Axx6T.js +2896 -0
  13. package/dist/designer/index.html +7 -5
  14. package/dist/license-core.d.ts +1 -1
  15. package/dist/license-core.js +1 -1
  16. package/dist/node/studio.js +114 -78
  17. package/dist/studio/emit-project.js +16 -7
  18. package/dist/studio/emit-schema.d.ts +1 -4
  19. package/dist/studio/emit-schema.js +7 -29
  20. package/dist/studio/init-flow.js +2 -2
  21. package/dist/studio/scaffold-app.d.ts +8 -0
  22. package/dist/studio/scaffold-app.js +7 -2
  23. package/dist/studio/scaffold.d.ts +8 -0
  24. package/dist/studio/scaffold.js +5 -0
  25. package/dist/studio/themes.d.ts +17 -1
  26. package/dist/studio/themes.js +26 -1
  27. package/dist/studio/ui-components.generated.js +8 -1
  28. package/dist/version.d.ts +1 -1
  29. package/dist/version.js +1 -1
  30. package/package.json +6 -6
  31. package/dist/designer/assets/SvListBox-BB8rt4aP.js +0 -1
  32. package/dist/designer/assets/js-scroller.svelte-CGkUUXwV.js +0 -110
  33. package/dist/designer/assets/src-BT3LjWJL.css +0 -1
  34. package/dist/designer/assets/src-DDhAK0WP.js +0 -2893
package/README.md CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ## What it adds
26
26
 
27
- - **Data export** - Excel (`.xlsx`), PDF, CSV, TSV, and HTML, with theme-matched styling, headers/footers, and image support.
27
+ - **Data export** - Excel (`.xlsx`), PDF, styled HTML and XML, with theme-matched styling, headers/footers, and image support. CSV, TSV and JSON export (and copy-to-clipboard) are free in `@svgrid/grid`; Enterprise adds the paid formats and a single `exportGrid()` entry point over all of them.
28
28
  - **Data import** - read Excel / CSV / TSV / JSON into typed rows with column auto-mapping, type inference, and per-row validation, plus a ready-made `SvImportDialog`.
29
29
  - **Paginated print** - opens a clean, paginated, printable view of the grid with title and page breaks.
30
30
  - **Pivot tables** - drag-and-drop pivot Designer with row/column/value fields, aggregation, drill-through to source rows, and pivot-to-chart.