@genesislcap/grid-tabulator 14.427.0 → 14.427.2-alpha-e0ffaad.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.
@@ -48,15 +48,6 @@ export declare const GridTabulator: React.ForwardRefExoticComponent<
48
48
  >;
49
49
  export type GridTabulatorRef = GridTabulatorWC;
50
50
 
51
- export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
52
- React.PropsWithChildren<
53
- Omit<PublicOf<GridTabulatorCellWC>, 'children' | 'style'> &
54
- HTMLWCProps & {
55
- }
56
- > & React.RefAttributes<GridTabulatorCellWC>
57
- >;
58
- export type GridTabulatorCellRef = GridTabulatorCellWC;
59
-
60
51
  export declare const GridTabulatorColumn: React.ForwardRefExoticComponent<
61
52
  React.PropsWithChildren<
62
53
  Omit<PublicOf<GridTabulatorColumnWC>, 'children' | 'style'> &
@@ -78,4 +69,13 @@ export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticCo
78
69
  >;
79
70
  export type GridTabulatorClientSideDatasourceRef = GridTabulatorClientSideDatasourceWC;
80
71
 
72
+ export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
73
+ React.PropsWithChildren<
74
+ Omit<PublicOf<GridTabulatorCellWC>, 'children' | 'style'> &
75
+ HTMLWCProps & {
76
+ }
77
+ > & React.RefAttributes<GridTabulatorCellWC>
78
+ >;
79
+ export type GridTabulatorCellRef = GridTabulatorCellWC;
80
+
81
81
  export {};
package/dist/react.cjs CHANGED
@@ -37,11 +37,6 @@ const GridTabulator = React.forwardRef(function GridTabulator(props, ref) {
37
37
  return React.createElement(customElements.getName(GridTabulatorWC) ?? '%%prefix%%-grid-tabulator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
38
38
  });
39
39
 
40
- const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
41
- const { children, ...rest } = props;
42
- return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
43
- });
44
-
45
40
  const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
46
41
  const { children, ...rest } = props;
47
42
  return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
@@ -74,9 +69,14 @@ const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulato
74
69
  return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
75
70
  });
76
71
 
72
+ const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
73
+ const { children, ...rest } = props;
74
+ return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
75
+ });
76
+
77
77
  module.exports = {
78
78
  GridTabulator,
79
- GridTabulatorCell,
80
79
  GridTabulatorColumn,
81
80
  GridTabulatorClientSideDatasource,
81
+ GridTabulatorCell,
82
82
  };
package/dist/react.mjs CHANGED
@@ -35,11 +35,6 @@ export const GridTabulator = React.forwardRef(function GridTabulator(props, ref)
35
35
  return React.createElement(customElements.getName(GridTabulatorWC) ?? '%%prefix%%-grid-tabulator', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
36
36
  });
37
37
 
38
- export const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
39
- const { children, ...rest } = props;
40
- return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
41
- });
42
-
43
38
  export const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
44
39
  const { children, ...rest } = props;
45
40
  return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
@@ -71,3 +66,8 @@ export const GridTabulatorClientSideDatasource = React.forwardRef(function GridT
71
66
  }, []);
72
67
  return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
73
68
  });
69
+
70
+ export const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
71
+ const { children, ...rest } = props;
72
+ return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
73
+ });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-tabulator",
3
3
  "description": "Genesis Foundation Grid Tabulator",
4
- "version": "14.427.0",
4
+ "version": "14.427.2-alpha-e0ffaad.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -41,20 +41,20 @@
41
41
  }
42
42
  },
43
43
  "devDependencies": {
44
- "@genesislcap/foundation-testing": "14.427.0",
45
- "@genesislcap/genx": "14.427.0",
46
- "@genesislcap/rollup-builder": "14.427.0",
47
- "@genesislcap/ts-builder": "14.427.0",
48
- "@genesislcap/uvu-playwright-builder": "14.427.0",
49
- "@genesislcap/vite-builder": "14.427.0",
50
- "@genesislcap/webpack-builder": "14.427.0",
44
+ "@genesislcap/foundation-testing": "14.427.2-alpha-e0ffaad.0",
45
+ "@genesislcap/genx": "14.427.2-alpha-e0ffaad.0",
46
+ "@genesislcap/rollup-builder": "14.427.2-alpha-e0ffaad.0",
47
+ "@genesislcap/ts-builder": "14.427.2-alpha-e0ffaad.0",
48
+ "@genesislcap/uvu-playwright-builder": "14.427.2-alpha-e0ffaad.0",
49
+ "@genesislcap/vite-builder": "14.427.2-alpha-e0ffaad.0",
50
+ "@genesislcap/webpack-builder": "14.427.2-alpha-e0ffaad.0",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.427.0",
55
- "@genesislcap/foundation-logger": "14.427.0",
56
- "@genesislcap/foundation-ui": "14.427.0",
57
- "@genesislcap/foundation-utils": "14.427.0",
54
+ "@genesislcap/foundation-comms": "14.427.2-alpha-e0ffaad.0",
55
+ "@genesislcap/foundation-logger": "14.427.2-alpha-e0ffaad.0",
56
+ "@genesislcap/foundation-ui": "14.427.2-alpha-e0ffaad.0",
57
+ "@genesislcap/foundation-utils": "14.427.2-alpha-e0ffaad.0",
58
58
  "@microsoft/fast-colors": "5.3.1",
59
59
  "@microsoft/fast-components": "2.30.6",
60
60
  "@microsoft/fast-element": "1.14.0",
@@ -86,5 +86,5 @@
86
86
  "require": "./dist/react.cjs"
87
87
  }
88
88
  },
89
- "gitHead": "8906c7c7a03330a19b81a9aa77b6c45f66b3ef6d"
89
+ "gitHead": "189e38590abb21df6ac6c641d58b758f5eba8eca"
90
90
  }