@genesislcap/grid-pro 14.450.1-alpha-19ffad5.0 → 14.451.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.
@@ -133,15 +133,6 @@ export declare const StringEditor: React.ForwardRefExoticComponent<
133
133
  >;
134
134
  export type StringEditorRef = StringEditorWC;
135
135
 
136
- export declare const GridProColumn: React.ForwardRefExoticComponent<
137
- React.PropsWithChildren<
138
- Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
139
- HTMLWCProps & {
140
- }
141
- > & React.RefAttributes<GridProColumnWC>
142
- >;
143
- export type GridProColumnRef = GridProColumnWC;
144
-
145
136
  export declare const ActionRenderer: React.ForwardRefExoticComponent<
146
137
  React.PropsWithChildren<
147
138
  Omit<PublicOf<ActionRendererWC>, 'children' | 'style'> &
@@ -214,6 +205,15 @@ export declare const AgTextRenderer: React.ForwardRefExoticComponent<
214
205
  >;
215
206
  export type AgTextRendererRef = AgTextRendererWC;
216
207
 
208
+ export declare const GridProColumn: React.ForwardRefExoticComponent<
209
+ React.PropsWithChildren<
210
+ Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
211
+ HTMLWCProps & {
212
+ }
213
+ > & React.RefAttributes<GridProColumnWC>
214
+ >;
215
+ export type GridProColumnRef = GridProColumnWC;
216
+
217
217
  export declare const GridProClientSideDatasource: React.ForwardRefExoticComponent<
218
218
  React.PropsWithChildren<
219
219
  Omit<PublicOf<GridProClientSideDatasourceWC>, 'children' | 'style'> &
@@ -269,15 +269,6 @@ export declare const GridProServerSideDatasource: React.ForwardRefExoticComponen
269
269
  >;
270
270
  export type GridProServerSideDatasourceRef = GridProServerSideDatasourceWC;
271
271
 
272
- export declare const MulticolumnDropdown: React.ForwardRefExoticComponent<
273
- React.PropsWithChildren<
274
- Omit<PublicOf<MulticolumnDropdownWC>, 'children' | 'style'> &
275
- HTMLWCProps & {
276
- }
277
- > & React.RefAttributes<MulticolumnDropdownWC>
278
- >;
279
- export type MulticolumnDropdownRef = MulticolumnDropdownWC;
280
-
281
272
  export declare const GridProGenesisDatasource: React.ForwardRefExoticComponent<
282
273
  React.PropsWithChildren<
283
274
  Omit<PublicOf<GridProGenesisDatasourceWC>, 'children' | 'style'> &
@@ -305,4 +296,13 @@ export declare const GridProGenesisDatasource: React.ForwardRefExoticComponent<
305
296
  >;
306
297
  export type GridProGenesisDatasourceRef = GridProGenesisDatasourceWC;
307
298
 
299
+ export declare const MulticolumnDropdown: React.ForwardRefExoticComponent<
300
+ React.PropsWithChildren<
301
+ Omit<PublicOf<MulticolumnDropdownWC>, 'children' | 'style'> &
302
+ HTMLWCProps & {
303
+ }
304
+ > & React.RefAttributes<MulticolumnDropdownWC>
305
+ >;
306
+ export type MulticolumnDropdownRef = MulticolumnDropdownWC;
307
+
308
308
  export {};
package/dist/react.cjs CHANGED
@@ -121,11 +121,6 @@ const StringEditor = React.forwardRef(function StringEditor(props, ref) {
121
121
  return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
122
122
  });
123
123
 
124
- const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
125
- const { children, ...rest } = props;
126
- return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
127
- });
128
-
129
124
  const ActionRenderer = React.forwardRef(function ActionRenderer(props, ref) {
130
125
  const { children, ...rest } = props;
131
126
  return React.createElement(customElements.getName(ActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
@@ -166,6 +161,11 @@ const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, ref) {
166
161
  return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
167
162
  });
168
163
 
164
+ const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
165
+ const { children, ...rest } = props;
166
+ return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
167
+ });
168
+
169
169
  const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
170
170
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
171
171
  const _innerRef = React.useRef(null);
@@ -375,11 +375,6 @@ const GridProServerSideDatasource = React.forwardRef(function GridProServerSideD
375
375
  return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
376
376
  });
377
377
 
378
- const MulticolumnDropdown = React.forwardRef(function MulticolumnDropdown(props, ref) {
379
- const { children, ...rest } = props;
380
- return React.createElement(customElements.getName(MulticolumnDropdownWC) ?? '%%prefix%%-multicolumn-dropdown', { ...rest, ref }, children);
381
- });
382
-
383
378
  const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
384
379
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
385
380
  const _innerRef = React.useRef(null);
@@ -482,6 +477,11 @@ const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasou
482
477
  return React.createElement(customElements.getName(GridProGenesisDatasourceWC) ?? 'grid-pro-genesis-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
483
478
  });
484
479
 
480
+ const MulticolumnDropdown = React.forwardRef(function MulticolumnDropdown(props, ref) {
481
+ const { children, ...rest } = props;
482
+ return React.createElement(customElements.getName(MulticolumnDropdownWC) ?? '%%prefix%%-multicolumn-dropdown', { ...rest, ref }, children);
483
+ });
484
+
485
485
  module.exports = {
486
486
  GridProBeta,
487
487
  GridPro,
@@ -491,7 +491,6 @@ module.exports = {
491
491
  NumberEditor,
492
492
  SelectEditor,
493
493
  StringEditor,
494
- GridProColumn,
495
494
  ActionRenderer,
496
495
  ActionsMenuRenderer,
497
496
  BooleanRenderer,
@@ -500,8 +499,9 @@ module.exports = {
500
499
  StatusPillRenderer,
501
500
  AgTextFieldRenderer,
502
501
  AgTextRenderer,
502
+ GridProColumn,
503
503
  GridProClientSideDatasource,
504
504
  GridProServerSideDatasource,
505
- MulticolumnDropdown,
506
505
  GridProGenesisDatasource,
506
+ MulticolumnDropdown,
507
507
  };
package/dist/react.mjs CHANGED
@@ -119,11 +119,6 @@ export const StringEditor = React.forwardRef(function StringEditor(props, ref) {
119
119
  return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
120
120
  });
121
121
 
122
- export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
123
- const { children, ...rest } = props;
124
- return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
125
- });
126
-
127
122
  export const ActionRenderer = React.forwardRef(function ActionRenderer(props, ref) {
128
123
  const { children, ...rest } = props;
129
124
  return React.createElement(customElements.getName(ActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
@@ -164,6 +159,11 @@ export const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, re
164
159
  return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
165
160
  });
166
161
 
162
+ export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
163
+ const { children, ...rest } = props;
164
+ return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
165
+ });
166
+
167
167
  export const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
168
168
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
169
169
  const _innerRef = React.useRef(null);
@@ -373,11 +373,6 @@ export const GridProServerSideDatasource = React.forwardRef(function GridProServ
373
373
  return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
374
374
  });
375
375
 
376
- export const MulticolumnDropdown = React.forwardRef(function MulticolumnDropdown(props, ref) {
377
- const { children, ...rest } = props;
378
- return React.createElement(customElements.getName(MulticolumnDropdownWC) ?? '%%prefix%%-multicolumn-dropdown', { ...rest, ref }, children);
379
- });
380
-
381
376
  export const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
382
377
  const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
383
378
  const _innerRef = React.useRef(null);
@@ -479,3 +474,8 @@ export const GridProGenesisDatasource = React.forwardRef(function GridProGenesis
479
474
  }, []);
480
475
  return React.createElement(customElements.getName(GridProGenesisDatasourceWC) ?? 'grid-pro-genesis-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
481
476
  });
477
+
478
+ export const MulticolumnDropdown = React.forwardRef(function MulticolumnDropdown(props, ref) {
479
+ const { children, ...rest } = props;
480
+ return React.createElement(customElements.getName(MulticolumnDropdownWC) ?? '%%prefix%%-multicolumn-dropdown', { ...rest, ref }, children);
481
+ });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/grid-pro",
3
3
  "description": "Genesis Foundation AG Grid",
4
- "version": "14.450.1-alpha-19ffad5.0",
4
+ "version": "14.451.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -40,20 +40,20 @@
40
40
  }
41
41
  },
42
42
  "devDependencies": {
43
- "@genesislcap/foundation-testing": "14.450.1-alpha-19ffad5.0",
44
- "@genesislcap/genx": "14.450.1-alpha-19ffad5.0",
45
- "@genesislcap/rollup-builder": "14.450.1-alpha-19ffad5.0",
46
- "@genesislcap/ts-builder": "14.450.1-alpha-19ffad5.0",
47
- "@genesislcap/uvu-playwright-builder": "14.450.1-alpha-19ffad5.0",
48
- "@genesislcap/vite-builder": "14.450.1-alpha-19ffad5.0",
49
- "@genesislcap/webpack-builder": "14.450.1-alpha-19ffad5.0"
43
+ "@genesislcap/foundation-testing": "14.451.0",
44
+ "@genesislcap/genx": "14.451.0",
45
+ "@genesislcap/rollup-builder": "14.451.0",
46
+ "@genesislcap/ts-builder": "14.451.0",
47
+ "@genesislcap/uvu-playwright-builder": "14.451.0",
48
+ "@genesislcap/vite-builder": "14.451.0",
49
+ "@genesislcap/webpack-builder": "14.451.0"
50
50
  },
51
51
  "dependencies": {
52
- "@genesislcap/foundation-comms": "14.450.1-alpha-19ffad5.0",
53
- "@genesislcap/foundation-criteria": "14.450.1-alpha-19ffad5.0",
54
- "@genesislcap/foundation-logger": "14.450.1-alpha-19ffad5.0",
55
- "@genesislcap/foundation-ui": "14.450.1-alpha-19ffad5.0",
56
- "@genesislcap/foundation-utils": "14.450.1-alpha-19ffad5.0",
52
+ "@genesislcap/foundation-comms": "14.451.0",
53
+ "@genesislcap/foundation-criteria": "14.451.0",
54
+ "@genesislcap/foundation-logger": "14.451.0",
55
+ "@genesislcap/foundation-ui": "14.451.0",
56
+ "@genesislcap/foundation-utils": "14.451.0",
57
57
  "@microsoft/fast-colors": "5.3.1",
58
58
  "@microsoft/fast-components": "2.30.6",
59
59
  "@microsoft/fast-element": "1.14.0",
@@ -91,5 +91,5 @@
91
91
  "require": "./dist/react.cjs"
92
92
  }
93
93
  },
94
- "gitHead": "9e965c29d2b23e10f313837cad3eee8c35a47898"
94
+ "gitHead": "0e6d8695edfcba1901f3f42f12e9387bee747c60"
95
95
  }