@toolbox-web/grid 1.19.2 → 1.19.3

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/index.js +2 -2
  2. package/package.json +11 -1
package/index.js CHANGED
@@ -2803,7 +2803,7 @@ ${Qi}
2803
2803
  `;
2804
2804
  class I extends HTMLElement {
2805
2805
  static tagName = "tbw-grid";
2806
- static version = "1.19.2";
2806
+ static version = "1.19.3";
2807
2807
  static #l = 0;
2808
2808
  static adapters = [];
2809
2809
  static registerAdapter(e) {
@@ -4004,7 +4004,7 @@ const lo = {
4004
4004
  class ao {
4005
4005
  static dependencies;
4006
4006
  static manifest;
4007
- version = "1.19.2";
4007
+ version = "1.19.3";
4008
4008
  styles;
4009
4009
  cellRenderers;
4010
4010
  headerRenderers;
package/package.json CHANGED
@@ -1,11 +1,21 @@
1
1
  {
2
2
  "name": "@toolbox-web/grid",
3
- "version": "1.19.2",
3
+ "version": "1.19.3",
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",
7
7
  "module": "./index.js",
8
8
  "types": "./index.d.ts",
9
+ "typesVersions": {
10
+ "*": {
11
+ "all": [
12
+ "all.d.ts"
13
+ ],
14
+ "plugins/*": [
15
+ "lib/plugins/*/index.d.ts"
16
+ ]
17
+ }
18
+ },
9
19
  "exports": {
10
20
  ".": {
11
21
  "types": "./index.d.ts",