@svgrid/enterprise 2.7.0 → 3.0.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.
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>SvGrid Studio - Designer</title>
7
- <script type="module" crossorigin src="./assets/index-BvaLmQSd.js"></script>
7
+ <script type="module" crossorigin src="./assets/index-zUBix-JQ.js"></script>
8
8
  <link rel="modulepreload" crossorigin href="./assets/rolldown-runtime-Dd_uD5pT.js">
9
9
  <link rel="modulepreload" crossorigin href="./assets/disclose-version-CIm4S9xS.js">
10
10
  <link rel="modulepreload" crossorigin href="./assets/export-format-DwjuTfrQ.js">
@@ -20,7 +20,7 @@
20
20
  <link rel="modulepreload" crossorigin href="./assets/easing-zaypKrr0.js">
21
21
  <link rel="modulepreload" crossorigin href="./assets/chart-DHEgt4lN.js">
22
22
  <link rel="modulepreload" crossorigin href="./assets/SvGridChart-BEDNTdc5.js">
23
- <link rel="modulepreload" crossorigin href="./assets/src-7qOYsBug.js">
23
+ <link rel="modulepreload" crossorigin href="./assets/src-BoYyigAC.js">
24
24
  <link rel="modulepreload" crossorigin href="./assets/SvDateRangeInput-CVn-yqrQ.js">
25
25
  <link rel="modulepreload" crossorigin href="./assets/SvListBox-CVYQcLX9.js">
26
26
  <link rel="stylesheet" crossorigin href="./assets/SvField-BF-9TJSd.css">
@@ -15880,7 +15880,7 @@ function hasFieldConditions(schema) {
15880
15880
  *
15881
15881
  * `version.test.ts` asserts this matches `package.json`, so the two cannot drift.
15882
15882
  */
15883
- var SVGRID_VERSION = "2.7.0";
15883
+ var SVGRID_VERSION = "3.0.0";
15884
15884
  //#endregion
15885
15885
  //#region src/studio/emit-project.ts
15886
15886
  var has = (blocks, kind) => blocks.some((b) => b.config.kind === kind);
package/dist/version.d.ts CHANGED
@@ -10,4 +10,4 @@
10
10
  *
11
11
  * `version.test.ts` asserts this matches `package.json`, so the two cannot drift.
12
12
  */
13
- export declare const SVGRID_VERSION = "2.7.0";
13
+ export declare const SVGRID_VERSION = "3.0.0";
package/dist/version.js CHANGED
@@ -10,4 +10,4 @@
10
10
  *
11
11
  * `version.test.ts` asserts this matches `package.json`, so the two cannot drift.
12
12
  */
13
- export const SVGRID_VERSION = '2.7.0';
13
+ export const SVGRID_VERSION = '3.0.0';
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "commercial",
5
5
  "url": "https://svgrid.com/pricing"
6
6
  },
7
- "version": "2.7.0",
7
+ "version": "3.0.0",
8
8
  "description": "Enterprise feature pack for SvGrid: Excel (xlsx) and PDF export, Excel/CSV/JSON import, pivot tables with a drag-and-drop designer, paginated print, Kanban board and scheduler renderers, no-code alerts and batch editing. CSV, TSV and JSON export are already free in @svgrid/grid. Requires a paid license key.",
9
9
  "license": "SEE LICENSE IN LICENSE",
10
10
  "author": "jQWidgets <sales@jqwidgets.com>",
@@ -70,7 +70,7 @@
70
70
  "jszip": "^3.10.0",
71
71
  "pdfmake": "^0.2.0",
72
72
  "svelte": "^5.0.0",
73
- "@svgrid/grid": "^2.6.21"
73
+ "@svgrid/grid": "^3.0.0"
74
74
  },
75
75
  "peerDependenciesMeta": {
76
76
  "jszip": {
@@ -88,7 +88,7 @@
88
88
  "svelte": "^5.55.5",
89
89
  "typescript": "6.0.3",
90
90
  "vite": "^8.2.1",
91
- "@svgrid/grid": "^2.6.21"
91
+ "@svgrid/grid": "^3.0.0"
92
92
  },
93
93
  "repository": {
94
94
  "type": "git",