@toclocoinc/lattice-grid 1.14.0 → 1.16.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.
- package/README.md +5 -2
- package/docs/API.html +375 -11
- package/docs/api-detail.html +277 -1
- package/lattice-grid.d.ts +216 -2
- package/lattice-grid.esm.min.js +2742 -393
- package/lattice-grid.min.cjs +2742 -393
- package/lattice-grid.min.css +1 -1
- package/lattice-grid.min.js +2742 -393
- package/modules/charts.esm.min.js +89 -4
- package/modules/devtools.esm.min.js +2 -2
- package/modules/dhtmlx-compat.esm.min.js +31 -65164
- package/modules/htmx.esm.min.js +2721 -393
- package/modules/htmx.min.cjs +2721 -393
- package/modules/htmx.min.js +2721 -393
- package/modules/react.esm.min.js +2 -2
- package/modules/svelte.esm.min.js +2 -2
- package/modules/vue.esm.min.js +2 -2
- package/modules/webcomponent.esm.min.js +2742 -393
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
dependencies, no build step required. Optional adapters for React, Vue, Svelte
|
|
5
5
|
and Web Components ship alongside it.
|
|
6
6
|
|
|
7
|
-
Version 1.
|
|
7
|
+
Version 1.16.0 · [latticegrid.dev](https://www.latticegrid.dev) · TOCLOCO Inc
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -250,7 +250,10 @@ imports this and never the base package as well.
|
|
|
250
250
|
|
|
251
251
|
**dhtmlx.** `modules/dhtmlx-compat` exposes a dhtmlx Grid-shaped API over
|
|
252
252
|
Lattice, for moving an existing integration across a piece at a time rather
|
|
253
|
-
than rewriting it in one go.
|
|
253
|
+
than rewriting it in one go. It shares the core the page already loads rather
|
|
254
|
+
than carrying its own, so load `lattice-grid` alongside it — a bundler wires
|
|
255
|
+
the shared import for you, and a `<script src>` page loads the global build
|
|
256
|
+
first — and a licence set on that core applies to these grids too.
|
|
254
257
|
|
|
255
258
|
### TypeScript
|
|
256
259
|
|