@genesislcap/foundation-zero-grid-tabulator 14.417.1-alpha-9899dad.0 → 14.418.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.
@@ -1028,16 +1028,6 @@
1028
1028
  "module": "src/grid-tabulator.ts"
1029
1029
  }
1030
1030
  }
1031
- ],
1032
- "events": [
1033
- {
1034
- "description": "Fired when the Tabulator instance is ready (detail is the Tabulator instance)",
1035
- "name": "gridReady",
1036
- "inheritedFrom": {
1037
- "name": "GridTabulator",
1038
- "module": "src/grid-tabulator.ts"
1039
- }
1040
- }
1041
1031
  ]
1042
1032
  },
1043
1033
  {
@@ -1652,21 +1642,6 @@
1652
1642
  }
1653
1643
  ]
1654
1644
  },
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
1645
  {
1671
1646
  "kind": "javascript-module",
1672
1647
  "path": "src/utils/index.ts",
@@ -1718,6 +1693,21 @@
1718
1693
  }
1719
1694
  ]
1720
1695
  },
1696
+ {
1697
+ "kind": "javascript-module",
1698
+ "path": "src/themes/index.ts",
1699
+ "declarations": [],
1700
+ "exports": [
1701
+ {
1702
+ "kind": "js",
1703
+ "name": "*",
1704
+ "declaration": {
1705
+ "name": "*",
1706
+ "package": "./genesis-rapid/theme-genesis-rapid"
1707
+ }
1708
+ }
1709
+ ]
1710
+ },
1721
1711
  {
1722
1712
  "kind": "javascript-module",
1723
1713
  "path": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts",
@@ -1,4 +1,3 @@
1
- /// <reference path="./react-jsx-runtime.d.ts" />
2
1
  export * from './cell-formatters';
3
2
  export * from './style';
4
3
  export * from './themes';
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.417.1-alpha-9899dad.0",
4
+ "version": "14.418.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.417.1-alpha-9899dad.0",
39
- "@genesislcap/rollup-builder": "14.417.1-alpha-9899dad.0",
40
- "@genesislcap/ts-builder": "14.417.1-alpha-9899dad.0",
41
- "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-9899dad.0",
42
- "@genesislcap/vite-builder": "14.417.1-alpha-9899dad.0",
43
- "@genesislcap/webpack-builder": "14.417.1-alpha-9899dad.0"
38
+ "@genesislcap/genx": "14.418.0",
39
+ "@genesislcap/rollup-builder": "14.418.0",
40
+ "@genesislcap/ts-builder": "14.418.0",
41
+ "@genesislcap/uvu-playwright-builder": "14.418.0",
42
+ "@genesislcap/vite-builder": "14.418.0",
43
+ "@genesislcap/webpack-builder": "14.418.0"
44
44
  },
45
45
  "dependencies": {
46
- "@genesislcap/foundation-comms": "14.417.1-alpha-9899dad.0",
47
- "@genesislcap/foundation-ui": "14.417.1-alpha-9899dad.0",
48
- "@genesislcap/foundation-utils": "14.417.1-alpha-9899dad.0",
49
- "@genesislcap/foundation-zero": "14.417.1-alpha-9899dad.0",
50
- "@genesislcap/grid-tabulator": "14.417.1-alpha-9899dad.0",
46
+ "@genesislcap/foundation-comms": "14.418.0",
47
+ "@genesislcap/foundation-ui": "14.418.0",
48
+ "@genesislcap/foundation-utils": "14.418.0",
49
+ "@genesislcap/foundation-zero": "14.418.0",
50
+ "@genesislcap/grid-tabulator": "14.418.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": "ab998e0014ae724c04ffb7d30118f816645b094c"
69
+ "gitHead": "68fd71f55a50ce36c71a9635972e6384e2214f67"
70
70
  }
@@ -1,35 +0,0 @@
1
- /**
2
- * AUTO-GENERATED FILE - DO NOT EDIT.
3
- * Source package: @genesislcap/foundation-zero-grid-tabulator
4
- * Generated from custom-elements manifest.
5
- */
6
-
7
- import type { HTMLAttributes } from 'react';
8
- import type { GridTabulatorCaseType } from '@genesislcap/grid-tabulator';
9
-
10
- declare module 'react/jsx-runtime' {
11
- namespace JSX {
12
- interface GenesislcapFoundationZeroGridTabulatorReactElementProps1 extends HTMLAttributes<HTMLElement> {
13
- class?: string;
14
- part?: string;
15
- [key: `data-${string}`]: string | number | boolean | undefined;
16
- 'autoCellRendererByType'?: boolean;
17
- 'onlyTemplateColDefs'?: boolean;
18
- 'persistColumnStateKey'?: string;
19
- 'persistFilterModelKey'?: string;
20
- 'rowHeight'?: number;
21
- 'theme'?: string;
22
- 'headerCaseType'?: GridTabulatorCaseType;
23
- 'gridAutosizingEnabled'?: boolean;
24
- 'enableCellFlashing'?: boolean;
25
- 'enableRowFlashing'?: boolean;
26
- 'showHeaderFilters'?: boolean;
27
- 'onGridReady'?: (event: CustomEvent<unknown>) => void;
28
- }
29
- interface IntrinsicElements {
30
- 'zero-grid-tabulator': GenesislcapFoundationZeroGridTabulatorReactElementProps1;
31
- }
32
- }
33
- }
34
-
35
- export {};