@genesislcap/grid-tabulator 14.494.0 → 14.496.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.
@@ -50,14 +50,14 @@ export declare const GridTabulator: React.ForwardRefExoticComponent<
50
50
  >;
51
51
  export type GridTabulatorRef = GridTabulatorWC;
52
52
 
53
- export declare const GridTabulatorColumn: React.ForwardRefExoticComponent<
53
+ export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
54
54
  React.PropsWithChildren<
55
- Omit<PublicOf<GridTabulatorColumnWC>, 'children' | 'style'> &
55
+ Omit<PublicOf<GridTabulatorCellWC>, 'children' | 'style'> &
56
56
  HTMLWCProps & {
57
57
  }
58
- > & React.RefAttributes<GridTabulatorColumnWC>
58
+ > & React.RefAttributes<GridTabulatorCellWC>
59
59
  >;
60
- export type GridTabulatorColumnRef = GridTabulatorColumnWC;
60
+ export type GridTabulatorCellRef = GridTabulatorCellWC;
61
61
 
62
62
  export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticComponent<
63
63
  React.PropsWithChildren<
@@ -71,13 +71,13 @@ export declare const GridTabulatorClientSideDatasource: React.ForwardRefExoticCo
71
71
  >;
72
72
  export type GridTabulatorClientSideDatasourceRef = GridTabulatorClientSideDatasourceWC;
73
73
 
74
- export declare const GridTabulatorCell: React.ForwardRefExoticComponent<
74
+ export declare const GridTabulatorColumn: React.ForwardRefExoticComponent<
75
75
  React.PropsWithChildren<
76
- Omit<PublicOf<GridTabulatorCellWC>, 'children' | 'style'> &
76
+ Omit<PublicOf<GridTabulatorColumnWC>, 'children' | 'style'> &
77
77
  HTMLWCProps & {
78
78
  }
79
- > & React.RefAttributes<GridTabulatorCellWC>
79
+ > & React.RefAttributes<GridTabulatorColumnWC>
80
80
  >;
81
- export type GridTabulatorCellRef = GridTabulatorCellWC;
81
+ export type GridTabulatorColumnRef = GridTabulatorColumnWC;
82
82
 
83
83
  export {};
package/dist/react.cjs CHANGED
@@ -37,9 +37,9 @@ 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 GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
40
+ const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
41
41
  const { children, ...rest } = props;
42
- return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
42
+ return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
43
43
  });
44
44
 
45
45
  const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulatorClientSideDatasource(props, ref) {
@@ -69,14 +69,14 @@ const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulato
69
69
  return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
70
70
  });
71
71
 
72
- const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
72
+ const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
73
73
  const { children, ...rest } = props;
74
- return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
74
+ return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
75
75
  });
76
76
 
77
77
  module.exports = {
78
78
  GridTabulator,
79
- GridTabulatorColumn,
80
- GridTabulatorClientSideDatasource,
81
79
  GridTabulatorCell,
80
+ GridTabulatorClientSideDatasource,
81
+ GridTabulatorColumn,
82
82
  };
package/dist/react.mjs CHANGED
@@ -35,9 +35,9 @@ 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 GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
38
+ export const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
39
39
  const { children, ...rest } = props;
40
- return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
40
+ return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
41
41
  });
42
42
 
43
43
  export const GridTabulatorClientSideDatasource = React.forwardRef(function GridTabulatorClientSideDatasource(props, ref) {
@@ -67,7 +67,7 @@ export const GridTabulatorClientSideDatasource = React.forwardRef(function GridT
67
67
  return React.createElement(customElements.getName(GridTabulatorClientSideDatasourceWC) ?? 'grid-tabulator-client-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
68
68
  });
69
69
 
70
- export const GridTabulatorCell = React.forwardRef(function GridTabulatorCell(props, ref) {
70
+ export const GridTabulatorColumn = React.forwardRef(function GridTabulatorColumn(props, ref) {
71
71
  const { children, ...rest } = props;
72
- return React.createElement(customElements.getName(GridTabulatorCellWC) ?? 'grid-tabulator-cell', { ...rest, ref }, children);
72
+ return React.createElement(customElements.getName(GridTabulatorColumnWC) ?? 'grid-tabulator-column', { ...rest, ref }, children);
73
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.494.0",
4
+ "version": "14.496.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.494.0",
45
- "@genesislcap/genx": "14.494.0",
46
- "@genesislcap/rollup-builder": "14.494.0",
47
- "@genesislcap/ts-builder": "14.494.0",
48
- "@genesislcap/uvu-playwright-builder": "14.494.0",
49
- "@genesislcap/vite-builder": "14.494.0",
50
- "@genesislcap/webpack-builder": "14.494.0",
44
+ "@genesislcap/foundation-testing": "14.496.0",
45
+ "@genesislcap/genx": "14.496.0",
46
+ "@genesislcap/rollup-builder": "14.496.0",
47
+ "@genesislcap/ts-builder": "14.496.0",
48
+ "@genesislcap/uvu-playwright-builder": "14.496.0",
49
+ "@genesislcap/vite-builder": "14.496.0",
50
+ "@genesislcap/webpack-builder": "14.496.0",
51
51
  "@types/tabulator-tables": "6.2.6"
52
52
  },
53
53
  "dependencies": {
54
- "@genesislcap/foundation-comms": "14.494.0",
55
- "@genesislcap/foundation-logger": "14.494.0",
56
- "@genesislcap/foundation-ui": "14.494.0",
57
- "@genesislcap/foundation-utils": "14.494.0",
54
+ "@genesislcap/foundation-comms": "14.496.0",
55
+ "@genesislcap/foundation-logger": "14.496.0",
56
+ "@genesislcap/foundation-ui": "14.496.0",
57
+ "@genesislcap/foundation-utils": "14.496.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": "df845b67dcc681aa3775bdc87b9d91b404791868"
89
+ "gitHead": "2ae3ec60cab8440c6beb1da84e2d47239b11e9b5"
90
90
  }