@genesislcap/foundation-zero-grid-tabulator 14.483.3-alpha-92cb1f2a8.0 → 14.484.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.
@@ -1031,7 +1031,7 @@
1031
1031
  ],
1032
1032
  "events": [
1033
1033
  {
1034
- "description": "Fired when the Tabulator instance is ready (detail is the Tabulator instance)",
1034
+ "description": "Fired when the Tabulator instance is ready (detail is the Tabulator instance). detail: `Tabulator | undefined`",
1035
1035
  "name": "gridReady",
1036
1036
  "inheritedFrom": {
1037
1037
  "name": "GridTabulator",
@@ -5,6 +5,7 @@
5
5
 
6
6
  import type React from 'react';
7
7
  import type { ZeroGridTabulator as ZeroGridTabulatorWC } from './grid-tabulator';
8
+ import type { Tabulator } from 'tabulator-tables';
8
9
 
9
10
  /** @internal Maps a web component class to its public props only.
10
11
  * keyof T skips private/protected members, so this avoids the TS error
@@ -39,7 +40,7 @@ export declare const ZeroGridTabulator: React.ForwardRefExoticComponent<
39
40
  React.PropsWithChildren<
40
41
  Omit<PublicOf<ZeroGridTabulatorWC>, 'children' | 'style'> &
41
42
  HTMLWCProps & {
42
- onGridReady?: (event: CustomEvent<unknown>) => void;
43
+ onGridReady?: (event: CustomEvent<Tabulator | undefined>) => void;
43
44
  }
44
45
  > & React.RefAttributes<ZeroGridTabulatorWC>
45
46
  >;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero-grid-tabulator",
3
3
  "description": "Genesis Foundation Zero Grid Tabulator",
4
- "version": "14.483.3-alpha-92cb1f2a8.0",
4
+ "version": "14.484.0",
5
5
  "private": false,
6
6
  "sideEffects": false,
7
7
  "license": "SEE LICENSE IN license.txt",
@@ -35,19 +35,19 @@
35
35
  }
36
36
  },
37
37
  "devDependencies": {
38
- "@genesislcap/genx": "14.483.3-alpha-92cb1f2a8.0",
39
- "@genesislcap/rollup-builder": "14.483.3-alpha-92cb1f2a8.0",
40
- "@genesislcap/ts-builder": "14.483.3-alpha-92cb1f2a8.0",
41
- "@genesislcap/uvu-playwright-builder": "14.483.3-alpha-92cb1f2a8.0",
42
- "@genesislcap/vite-builder": "14.483.3-alpha-92cb1f2a8.0",
43
- "@genesislcap/webpack-builder": "14.483.3-alpha-92cb1f2a8.0"
38
+ "@genesislcap/genx": "14.484.0",
39
+ "@genesislcap/rollup-builder": "14.484.0",
40
+ "@genesislcap/ts-builder": "14.484.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.484.0",
42
+ "@genesislcap/vite-builder": "14.484.0",
43
+ "@genesislcap/webpack-builder": "14.484.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-comms": "14.483.3-alpha-92cb1f2a8.0",
47
- "@genesislcap/foundation-ui": "14.483.3-alpha-92cb1f2a8.0",
48
- "@genesislcap/foundation-utils": "14.483.3-alpha-92cb1f2a8.0",
49
- "@genesislcap/foundation-zero": "14.483.3-alpha-92cb1f2a8.0",
50
- "@genesislcap/grid-tabulator": "14.483.3-alpha-92cb1f2a8.0",
46
+ "@genesislcap/foundation-comms": "14.484.0",
47
+ "@genesislcap/foundation-ui": "14.484.0",
48
+ "@genesislcap/foundation-utils": "14.484.0",
49
+ "@genesislcap/foundation-zero": "14.484.0",
50
+ "@genesislcap/grid-tabulator": "14.484.0",
51
51
  "@microsoft/fast-colors": "5.3.1",
52
52
  "@microsoft/fast-components": "2.30.6",
53
53
  "@microsoft/fast-element": "1.14.0",
@@ -66,5 +66,5 @@
66
66
  "access": "public"
67
67
  },
68
68
  "customElements": "dist/custom-elements.json",
69
- "gitHead": "0eb24727d93845a0d201332a85a26d9b0b4fd7df"
69
+ "gitHead": "1ec7b2318e2447c2cd3ad877666b6fd1f3b87c05"
70
70
  }