@ace-grid/svelte 1.0.7 → 1.0.8

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 (2) hide show
  1. package/README.md +14 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # @ace-grid/svelte
2
2
 
3
- Ace Grid Svelte provides Svelte bindings for Ace Grid Core, Pro, and Enterprise runtimes. The wrapper is tier-neutral and delegates grid behavior to the runtime package installed by your application.
3
+ Ace Grid Svelte provides Svelte bindings for Ace Grid Core, Pro, and Enterprise.
4
+ The wrapper is tier-neutral and delegates grid behavior to the runtime package
5
+ installed by your application.
4
6
 
5
7
  ## Install
6
8
 
@@ -20,9 +22,11 @@ npm install @ace-grid/svelte @ace-grid/enterprise svelte react react-dom
20
22
  ```svelte
21
23
  <script lang="ts">
22
24
  import AceGrid from "@ace-grid/svelte/core";
25
+
26
+ const data = { rows, columns };
23
27
  </script>
24
28
 
25
- <AceGrid data={{ rows, columns }} layout={{ height: 520 }} columns={{}} />
29
+ <AceGrid {data} layout={{ height: 520 }} />
26
30
  ```
27
31
 
28
32
  Use the tier-specific entry point that matches your runtime:
@@ -31,9 +35,15 @@ Use the tier-specific entry point that matches your runtime:
31
35
  - `@ace-grid/svelte/pro`
32
36
  - `@ace-grid/svelte/enterprise`
33
37
 
34
- ## Package boundaries
38
+ ## Related packages
39
+
40
+ - `@ace-grid/core` for free grid features.
41
+ - `@ace-grid/pro` for formulas, validation, Excel workflows, grouping, and
42
+ sparklines.
43
+ - `@ace-grid/enterprise` for server row model, pivoting, charts, and
44
+ master-detail.
35
45
 
36
- This package contains the Svelte wrapper only. Grid features are provided by `@ace-grid/core`, `@ace-grid/pro`, or `@ace-grid/enterprise`.
46
+ Docs and API reference: https://ace-grid.com
37
47
 
38
48
  ## License
39
49
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ace-grid/svelte",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Tier-neutral Svelte wrapper for Ace Grid Core, Pro, and Enterprise runtimes.",
5
5
  "type": "module",
6
6
  "svelte": "./dist/svelte.js",
@@ -68,10 +68,10 @@
68
68
  "license": "MIT",
69
69
  "repository": {
70
70
  "type": "git",
71
- "url": "git+https://github.com/Vitashev/gridix.git"
71
+ "url": "git+https://github.com/Vitashev/ace-grid-core.git"
72
72
  },
73
73
  "bugs": {
74
- "url": "https://github.com/Vitashev/gridix/issues"
74
+ "url": "https://github.com/Vitashev/ace-grid-core/issues"
75
75
  },
76
76
  "homepage": "https://ace-grid.com",
77
77
  "keywords": [