@toolbox-web/grid 1.21.0 → 1.21.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/index.js +2 -2
- package/package.json +4 -5
package/index.js
CHANGED
|
@@ -2810,7 +2810,7 @@ ${Zi}
|
|
|
2810
2810
|
`;
|
|
2811
2811
|
class I extends HTMLElement {
|
|
2812
2812
|
static tagName = "tbw-grid";
|
|
2813
|
-
static version = "1.21.
|
|
2813
|
+
static version = "1.21.1";
|
|
2814
2814
|
static #a = 0;
|
|
2815
2815
|
static adapters = [];
|
|
2816
2816
|
static registerAdapter(e) {
|
|
@@ -4049,7 +4049,7 @@ const ao = {
|
|
|
4049
4049
|
class co {
|
|
4050
4050
|
static dependencies;
|
|
4051
4051
|
static manifest;
|
|
4052
|
-
version = "1.21.
|
|
4052
|
+
version = "1.21.1";
|
|
4053
4053
|
styles;
|
|
4054
4054
|
cellRenderers;
|
|
4055
4055
|
headerRenderers;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@toolbox-web/grid",
|
|
3
|
-
"version": "1.21.
|
|
3
|
+
"version": "1.21.1",
|
|
4
4
|
"description": "Zero-dependency, framework-agnostic data grid web component with virtualization, sorting, filtering, editing, and 20+ plugins. Works in vanilla JS, React, Vue, Angular, and any framework.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -41,10 +41,9 @@
|
|
|
41
41
|
],
|
|
42
42
|
"sideEffects": [
|
|
43
43
|
"*.css",
|
|
44
|
-
"./
|
|
45
|
-
"./
|
|
46
|
-
"./
|
|
47
|
-
"./src/lib/core/grid.js"
|
|
44
|
+
"./index.js",
|
|
45
|
+
"./all.js",
|
|
46
|
+
"./lib/plugins/*/index.js"
|
|
48
47
|
],
|
|
49
48
|
"keywords": [
|
|
50
49
|
"data-grid",
|