@toclocoinc/lattice-grid 1.1.1 → 1.4.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.
- package/LICENSE +2 -0
- package/README.md +2 -1
- package/lattice-grid.d.ts +847 -21
- package/lattice-grid.esm.min.js +11103 -777
- package/lattice-grid.min.css +1 -1
- package/lattice-grid.min.js +11097 -777
- package/modules/devtools.esm.js +1611 -0
- package/modules/devtools.esm.min.js +985 -0
- package/modules/react.esm.js +430 -0
- package/modules/react.esm.min.js +201 -0
- package/modules/svelte.esm.js +412 -0
- package/modules/svelte.esm.min.js +179 -0
- package/modules/vue.esm.js +432 -0
- package/modules/vue.esm.min.js +199 -0
- package/{lattice-grid.esm.js → modules/webcomponent.esm.js} +58405 -35926
- package/modules/webcomponent.esm.min.js +47024 -0
- package/package.json +2 -3
- package/lattice-core.esm.js +0 -38814
- package/lattice-grid.css +0 -4393
- package/lattice-grid.umd.js +0 -71701
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
**A high-performance data grid for the browser.** Vanilla JavaScript, no runtime
|
|
4
4
|
dependencies, no framework wrapper, no build step required.
|
|
5
5
|
|
|
6
|
-
Version 1.
|
|
6
|
+
Version 1.4.0 · [latticegrid.dev](https://www.latticegrid.dev) · TOCLOCO Inc
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
@@ -158,3 +158,4 @@ is no IE11 build and no polyfill bundle.
|
|
|
158
158
|
---
|
|
159
159
|
|
|
160
160
|
Copyright © 2026 TOCLOCO Inc. All rights reserved.
|
|
161
|
+
Lattice Grid and the Lattice Grid logo are trademarks of TOCLOCO Inc.
|