@genesislcap/grid-pro 15.30.2 → 15.31.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.
- package/dist/custom-elements.json +8048 -8048
- package/dist/dts/react.d.ts +18 -18
- package/dist/react.cjs +12 -12
- package/dist/react.mjs +10 -10
- package/package.json +13 -13
package/dist/dts/react.d.ts
CHANGED
|
@@ -136,15 +136,6 @@ export declare const StringEditor: React.ForwardRefExoticComponent<
|
|
|
136
136
|
>;
|
|
137
137
|
export type StringEditorRef = StringEditorWC;
|
|
138
138
|
|
|
139
|
-
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
140
|
-
React.PropsWithChildren<
|
|
141
|
-
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
142
|
-
HTMLWCProps & {
|
|
143
|
-
}
|
|
144
|
-
> & React.RefAttributes<GridProColumnWC>
|
|
145
|
-
>;
|
|
146
|
-
export type GridProColumnRef = GridProColumnWC;
|
|
147
|
-
|
|
148
139
|
export declare const ActionRenderer: React.ForwardRefExoticComponent<
|
|
149
140
|
React.PropsWithChildren<
|
|
150
141
|
Omit<PublicOf<ActionRendererWC>, 'children' | 'style'> &
|
|
@@ -217,6 +208,24 @@ export declare const AgTextRenderer: React.ForwardRefExoticComponent<
|
|
|
217
208
|
>;
|
|
218
209
|
export type AgTextRendererRef = AgTextRendererWC;
|
|
219
210
|
|
|
211
|
+
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
212
|
+
React.PropsWithChildren<
|
|
213
|
+
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
214
|
+
HTMLWCProps & {
|
|
215
|
+
}
|
|
216
|
+
> & React.RefAttributes<GridProColumnWC>
|
|
217
|
+
>;
|
|
218
|
+
export type GridProColumnRef = GridProColumnWC;
|
|
219
|
+
|
|
220
|
+
export declare const ColumnSelection: React.ForwardRefExoticComponent<
|
|
221
|
+
React.PropsWithChildren<
|
|
222
|
+
Omit<PublicOf<ColumnSelectionWC>, 'children' | 'style'> &
|
|
223
|
+
HTMLWCProps & {
|
|
224
|
+
}
|
|
225
|
+
> & React.RefAttributes<ColumnSelectionWC>
|
|
226
|
+
>;
|
|
227
|
+
export type ColumnSelectionRef = ColumnSelectionWC;
|
|
228
|
+
|
|
220
229
|
export declare const GridProClientSideDatasource: React.ForwardRefExoticComponent<
|
|
221
230
|
React.PropsWithChildren<
|
|
222
231
|
Omit<PublicOf<GridProClientSideDatasourceWC>, 'children' | 'style'> &
|
|
@@ -297,15 +306,6 @@ export declare const GridProServerSideDatasource: React.ForwardRefExoticComponen
|
|
|
297
306
|
>;
|
|
298
307
|
export type GridProServerSideDatasourceRef = GridProServerSideDatasourceWC;
|
|
299
308
|
|
|
300
|
-
export declare const ColumnSelection: React.ForwardRefExoticComponent<
|
|
301
|
-
React.PropsWithChildren<
|
|
302
|
-
Omit<PublicOf<ColumnSelectionWC>, 'children' | 'style'> &
|
|
303
|
-
HTMLWCProps & {
|
|
304
|
-
}
|
|
305
|
-
> & React.RefAttributes<ColumnSelectionWC>
|
|
306
|
-
>;
|
|
307
|
-
export type ColumnSelectionRef = ColumnSelectionWC;
|
|
308
|
-
|
|
309
309
|
export declare const GridProGenesisDatasource: React.ForwardRefExoticComponent<
|
|
310
310
|
React.PropsWithChildren<
|
|
311
311
|
Omit<PublicOf<GridProGenesisDatasourceWC>, 'children' | 'style'> &
|
package/dist/react.cjs
CHANGED
|
@@ -123,11 +123,6 @@ const StringEditor = React.forwardRef(function StringEditor(props, ref) {
|
|
|
123
123
|
return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
124
124
|
});
|
|
125
125
|
|
|
126
|
-
const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
127
|
-
const { children, ...rest } = props;
|
|
128
|
-
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
129
|
-
});
|
|
130
|
-
|
|
131
126
|
const ActionRenderer = React.forwardRef(function ActionRenderer(props, ref) {
|
|
132
127
|
const { children, ...rest } = props;
|
|
133
128
|
return React.createElement(customElements.getName(ActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -168,6 +163,16 @@ const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, ref) {
|
|
|
168
163
|
return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
169
164
|
});
|
|
170
165
|
|
|
166
|
+
const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
167
|
+
const { children, ...rest } = props;
|
|
168
|
+
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
169
|
+
});
|
|
170
|
+
|
|
171
|
+
const ColumnSelection = React.forwardRef(function ColumnSelection(props, ref) {
|
|
172
|
+
const { children, ...rest } = props;
|
|
173
|
+
return React.createElement(customElements.getName(ColumnSelectionWC) ?? '%%prefix%%-column-selection', { ...rest, ref }, children);
|
|
174
|
+
});
|
|
175
|
+
|
|
171
176
|
const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
|
|
172
177
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
173
178
|
const _innerRef = React.useRef(null);
|
|
@@ -469,11 +474,6 @@ const GridProServerSideDatasource = React.forwardRef(function GridProServerSideD
|
|
|
469
474
|
return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
470
475
|
});
|
|
471
476
|
|
|
472
|
-
const ColumnSelection = React.forwardRef(function ColumnSelection(props, ref) {
|
|
473
|
-
const { children, ...rest } = props;
|
|
474
|
-
return React.createElement(customElements.getName(ColumnSelectionWC) ?? '%%prefix%%-column-selection', { ...rest, ref }, children);
|
|
475
|
-
});
|
|
476
|
-
|
|
477
477
|
const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
|
|
478
478
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
479
479
|
const _innerRef = React.useRef(null);
|
|
@@ -590,7 +590,6 @@ module.exports = {
|
|
|
590
590
|
NumberEditor,
|
|
591
591
|
SelectEditor,
|
|
592
592
|
StringEditor,
|
|
593
|
-
GridProColumn,
|
|
594
593
|
ActionRenderer,
|
|
595
594
|
ActionsMenuRenderer,
|
|
596
595
|
BooleanRenderer,
|
|
@@ -599,10 +598,11 @@ module.exports = {
|
|
|
599
598
|
StatusPillRenderer,
|
|
600
599
|
AgTextFieldRenderer,
|
|
601
600
|
AgTextRenderer,
|
|
601
|
+
GridProColumn,
|
|
602
|
+
ColumnSelection,
|
|
602
603
|
GridProClientSideDatasource,
|
|
603
604
|
GridProInfiniteDatasource,
|
|
604
605
|
GridProServerSideDatasource,
|
|
605
|
-
ColumnSelection,
|
|
606
606
|
GridProGenesisDatasource,
|
|
607
607
|
MulticolumnDropdown,
|
|
608
608
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -121,11 +121,6 @@ export 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
|
-
export 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
|
export 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,16 @@ export const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, re
|
|
|
166
161
|
return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
167
162
|
});
|
|
168
163
|
|
|
164
|
+
export 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
|
+
export const ColumnSelection = React.forwardRef(function ColumnSelection(props, ref) {
|
|
170
|
+
const { children, ...rest } = props;
|
|
171
|
+
return React.createElement(customElements.getName(ColumnSelectionWC) ?? '%%prefix%%-column-selection', { ...rest, ref }, children);
|
|
172
|
+
});
|
|
173
|
+
|
|
169
174
|
export const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
|
|
170
175
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
171
176
|
const _innerRef = React.useRef(null);
|
|
@@ -467,11 +472,6 @@ export const GridProServerSideDatasource = React.forwardRef(function GridProServ
|
|
|
467
472
|
return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
468
473
|
});
|
|
469
474
|
|
|
470
|
-
export const ColumnSelection = React.forwardRef(function ColumnSelection(props, ref) {
|
|
471
|
-
const { children, ...rest } = props;
|
|
472
|
-
return React.createElement(customElements.getName(ColumnSelectionWC) ?? '%%prefix%%-column-selection', { ...rest, ref }, children);
|
|
473
|
-
});
|
|
474
|
-
|
|
475
475
|
export const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
|
|
476
476
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
477
477
|
const _innerRef = React.useRef(null);
|
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": "15.
|
|
4
|
+
"version": "15.31.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": "15.
|
|
44
|
-
"@genesislcap/genx": "15.
|
|
45
|
-
"@genesislcap/rollup-builder": "15.
|
|
46
|
-
"@genesislcap/ts-builder": "15.
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "15.
|
|
48
|
-
"@genesislcap/vite-builder": "15.
|
|
49
|
-
"@genesislcap/webpack-builder": "15.
|
|
43
|
+
"@genesislcap/foundation-testing": "15.31.0",
|
|
44
|
+
"@genesislcap/genx": "15.31.0",
|
|
45
|
+
"@genesislcap/rollup-builder": "15.31.0",
|
|
46
|
+
"@genesislcap/ts-builder": "15.31.0",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "15.31.0",
|
|
48
|
+
"@genesislcap/vite-builder": "15.31.0",
|
|
49
|
+
"@genesislcap/webpack-builder": "15.31.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "15.
|
|
53
|
-
"@genesislcap/foundation-criteria": "15.
|
|
54
|
-
"@genesislcap/foundation-logger": "15.
|
|
55
|
-
"@genesislcap/foundation-ui": "15.
|
|
56
|
-
"@genesislcap/foundation-utils": "15.
|
|
52
|
+
"@genesislcap/foundation-comms": "15.31.0",
|
|
53
|
+
"@genesislcap/foundation-criteria": "15.31.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "15.31.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "15.31.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "15.31.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",
|