@genesislcap/rapid-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",
@@ -1652,21 +1652,6 @@
1652
1652
  }
1653
1653
  ]
1654
1654
  },
1655
- {
1656
- "kind": "javascript-module",
1657
- "path": "src/themes/index.ts",
1658
- "declarations": [],
1659
- "exports": [
1660
- {
1661
- "kind": "js",
1662
- "name": "*",
1663
- "declaration": {
1664
- "name": "*",
1665
- "package": "./genesis-rapid/theme-genesis-rapid"
1666
- }
1667
- }
1668
- ]
1669
- },
1670
1655
  {
1671
1656
  "kind": "javascript-module",
1672
1657
  "path": "src/utils/index.ts",
@@ -1718,6 +1703,21 @@
1718
1703
  }
1719
1704
  ]
1720
1705
  },
1706
+ {
1707
+ "kind": "javascript-module",
1708
+ "path": "src/themes/index.ts",
1709
+ "declarations": [],
1710
+ "exports": [
1711
+ {
1712
+ "kind": "js",
1713
+ "name": "*",
1714
+ "declaration": {
1715
+ "name": "*",
1716
+ "package": "./genesis-rapid/theme-genesis-rapid"
1717
+ }
1718
+ }
1719
+ ]
1720
+ },
1721
1721
  {
1722
1722
  "kind": "javascript-module",
1723
1723
  "path": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts",
@@ -5,6 +5,7 @@
5
5
 
6
6
  import type React from 'react';
7
7
  import type { RapidGridTabulator as RapidGridTabulatorWC } 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 RapidGridTabulator: React.ForwardRefExoticComponent<
39
40
  React.PropsWithChildren<
40
41
  Omit<PublicOf<RapidGridTabulatorWC>, 'children' | 'style'> &
41
42
  HTMLWCProps & {
42
- onGridReady?: (event: CustomEvent<unknown>) => void;
43
+ onGridReady?: (event: CustomEvent<Tabulator | undefined>) => void;
43
44
  }
44
45
  > & React.RefAttributes<RapidGridTabulatorWC>
45
46
  >;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/rapid-grid-tabulator",
3
3
  "description": "Genesis Rapid 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/grid-tabulator": "14.483.3-alpha-92cb1f2a8.0",
50
- "@genesislcap/rapid-design-system": "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/grid-tabulator": "14.484.0",
50
+ "@genesislcap/rapid-design-system": "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
  }