@genesislcap/grid-pro 14.435.0 → 14.436.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 +5891 -5891
- package/dist/dts/react.d.ts +54 -54
- package/dist/react.cjs +36 -36
- package/dist/react.mjs +30 -30
- package/package.json +14 -14
package/dist/dts/react.d.ts
CHANGED
|
@@ -88,51 +88,6 @@ export declare const GridProCell: React.ForwardRefExoticComponent<
|
|
|
88
88
|
>;
|
|
89
89
|
export type GridProCellRef = GridProCellWC;
|
|
90
90
|
|
|
91
|
-
export declare const DateEditor: React.ForwardRefExoticComponent<
|
|
92
|
-
React.PropsWithChildren<
|
|
93
|
-
Omit<PublicOf<DateEditorWC>, 'children' | 'style'> &
|
|
94
|
-
HTMLWCProps & {
|
|
95
|
-
}
|
|
96
|
-
> & React.RefAttributes<DateEditorWC>
|
|
97
|
-
>;
|
|
98
|
-
export type DateEditorRef = DateEditorWC;
|
|
99
|
-
|
|
100
|
-
export declare const MultiselectEditor: React.ForwardRefExoticComponent<
|
|
101
|
-
React.PropsWithChildren<
|
|
102
|
-
Omit<PublicOf<MultiselectEditorWC>, 'children' | 'style'> &
|
|
103
|
-
HTMLWCProps & {
|
|
104
|
-
}
|
|
105
|
-
> & React.RefAttributes<MultiselectEditorWC>
|
|
106
|
-
>;
|
|
107
|
-
export type MultiselectEditorRef = MultiselectEditorWC;
|
|
108
|
-
|
|
109
|
-
export declare const NumberEditor: React.ForwardRefExoticComponent<
|
|
110
|
-
React.PropsWithChildren<
|
|
111
|
-
Omit<PublicOf<NumberEditorWC>, 'children' | 'style'> &
|
|
112
|
-
HTMLWCProps & {
|
|
113
|
-
}
|
|
114
|
-
> & React.RefAttributes<NumberEditorWC>
|
|
115
|
-
>;
|
|
116
|
-
export type NumberEditorRef = NumberEditorWC;
|
|
117
|
-
|
|
118
|
-
export declare const SelectEditor: React.ForwardRefExoticComponent<
|
|
119
|
-
React.PropsWithChildren<
|
|
120
|
-
Omit<PublicOf<SelectEditorWC>, 'children' | 'style'> &
|
|
121
|
-
HTMLWCProps & {
|
|
122
|
-
}
|
|
123
|
-
> & React.RefAttributes<SelectEditorWC>
|
|
124
|
-
>;
|
|
125
|
-
export type SelectEditorRef = SelectEditorWC;
|
|
126
|
-
|
|
127
|
-
export declare const StringEditor: React.ForwardRefExoticComponent<
|
|
128
|
-
React.PropsWithChildren<
|
|
129
|
-
Omit<PublicOf<StringEditorWC>, 'children' | 'style'> &
|
|
130
|
-
HTMLWCProps & {
|
|
131
|
-
}
|
|
132
|
-
> & React.RefAttributes<StringEditorWC>
|
|
133
|
-
>;
|
|
134
|
-
export type StringEditorRef = StringEditorWC;
|
|
135
|
-
|
|
136
91
|
export declare const ActionRenderer: React.ForwardRefExoticComponent<
|
|
137
92
|
React.PropsWithChildren<
|
|
138
93
|
Omit<PublicOf<ActionRendererWC>, 'children' | 'style'> &
|
|
@@ -205,6 +160,60 @@ export declare const AgTextRenderer: React.ForwardRefExoticComponent<
|
|
|
205
160
|
>;
|
|
206
161
|
export type AgTextRendererRef = AgTextRendererWC;
|
|
207
162
|
|
|
163
|
+
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
164
|
+
React.PropsWithChildren<
|
|
165
|
+
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
166
|
+
HTMLWCProps & {
|
|
167
|
+
}
|
|
168
|
+
> & React.RefAttributes<GridProColumnWC>
|
|
169
|
+
>;
|
|
170
|
+
export type GridProColumnRef = GridProColumnWC;
|
|
171
|
+
|
|
172
|
+
export declare const DateEditor: React.ForwardRefExoticComponent<
|
|
173
|
+
React.PropsWithChildren<
|
|
174
|
+
Omit<PublicOf<DateEditorWC>, 'children' | 'style'> &
|
|
175
|
+
HTMLWCProps & {
|
|
176
|
+
}
|
|
177
|
+
> & React.RefAttributes<DateEditorWC>
|
|
178
|
+
>;
|
|
179
|
+
export type DateEditorRef = DateEditorWC;
|
|
180
|
+
|
|
181
|
+
export declare const MultiselectEditor: React.ForwardRefExoticComponent<
|
|
182
|
+
React.PropsWithChildren<
|
|
183
|
+
Omit<PublicOf<MultiselectEditorWC>, 'children' | 'style'> &
|
|
184
|
+
HTMLWCProps & {
|
|
185
|
+
}
|
|
186
|
+
> & React.RefAttributes<MultiselectEditorWC>
|
|
187
|
+
>;
|
|
188
|
+
export type MultiselectEditorRef = MultiselectEditorWC;
|
|
189
|
+
|
|
190
|
+
export declare const NumberEditor: React.ForwardRefExoticComponent<
|
|
191
|
+
React.PropsWithChildren<
|
|
192
|
+
Omit<PublicOf<NumberEditorWC>, 'children' | 'style'> &
|
|
193
|
+
HTMLWCProps & {
|
|
194
|
+
}
|
|
195
|
+
> & React.RefAttributes<NumberEditorWC>
|
|
196
|
+
>;
|
|
197
|
+
export type NumberEditorRef = NumberEditorWC;
|
|
198
|
+
|
|
199
|
+
export declare const SelectEditor: React.ForwardRefExoticComponent<
|
|
200
|
+
React.PropsWithChildren<
|
|
201
|
+
Omit<PublicOf<SelectEditorWC>, 'children' | 'style'> &
|
|
202
|
+
HTMLWCProps & {
|
|
203
|
+
}
|
|
204
|
+
> & React.RefAttributes<SelectEditorWC>
|
|
205
|
+
>;
|
|
206
|
+
export type SelectEditorRef = SelectEditorWC;
|
|
207
|
+
|
|
208
|
+
export declare const StringEditor: React.ForwardRefExoticComponent<
|
|
209
|
+
React.PropsWithChildren<
|
|
210
|
+
Omit<PublicOf<StringEditorWC>, 'children' | 'style'> &
|
|
211
|
+
HTMLWCProps & {
|
|
212
|
+
}
|
|
213
|
+
> & React.RefAttributes<StringEditorWC>
|
|
214
|
+
>;
|
|
215
|
+
export type StringEditorRef = StringEditorWC;
|
|
216
|
+
|
|
208
217
|
export declare const GridProClientSideDatasource: React.ForwardRefExoticComponent<
|
|
209
218
|
React.PropsWithChildren<
|
|
210
219
|
Omit<PublicOf<GridProClientSideDatasourceWC>, 'children' | 'style'> &
|
|
@@ -260,15 +269,6 @@ export declare const GridProServerSideDatasource: React.ForwardRefExoticComponen
|
|
|
260
269
|
>;
|
|
261
270
|
export type GridProServerSideDatasourceRef = GridProServerSideDatasourceWC;
|
|
262
271
|
|
|
263
|
-
export declare const GridProColumn: React.ForwardRefExoticComponent<
|
|
264
|
-
React.PropsWithChildren<
|
|
265
|
-
Omit<PublicOf<GridProColumnWC>, 'children' | 'style'> &
|
|
266
|
-
HTMLWCProps & {
|
|
267
|
-
}
|
|
268
|
-
> & React.RefAttributes<GridProColumnWC>
|
|
269
|
-
>;
|
|
270
|
-
export type GridProColumnRef = GridProColumnWC;
|
|
271
|
-
|
|
272
272
|
export declare const GridProGenesisDatasource: React.ForwardRefExoticComponent<
|
|
273
273
|
React.PropsWithChildren<
|
|
274
274
|
Omit<PublicOf<GridProGenesisDatasourceWC>, 'children' | 'style'> &
|
package/dist/react.cjs
CHANGED
|
@@ -96,31 +96,6 @@ const GridProCell = React.forwardRef(function GridProCell(props, ref) {
|
|
|
96
96
|
return React.createElement(customElements.getName(GridProCellWC) ?? 'grid-pro-cell', { ...rest, ref }, children);
|
|
97
97
|
});
|
|
98
98
|
|
|
99
|
-
const DateEditor = React.forwardRef(function DateEditor(props, ref) {
|
|
100
|
-
const { children, ...rest } = props;
|
|
101
|
-
return React.createElement(customElements.getName(DateEditorWC) ?? '%%prefix%%-date-editor', { ...rest, ref }, children);
|
|
102
|
-
});
|
|
103
|
-
|
|
104
|
-
const MultiselectEditor = React.forwardRef(function MultiselectEditor(props, ref) {
|
|
105
|
-
const { children, ...rest } = props;
|
|
106
|
-
return React.createElement(customElements.getName(MultiselectEditorWC) ?? '%%prefix%%-multiselect-editor', { ...rest, ref }, children);
|
|
107
|
-
});
|
|
108
|
-
|
|
109
|
-
const NumberEditor = React.forwardRef(function NumberEditor(props, ref) {
|
|
110
|
-
const { children, ...rest } = props;
|
|
111
|
-
return React.createElement(customElements.getName(NumberEditorWC) ?? '%%prefix%%-number-editor', { ...rest, ref }, children);
|
|
112
|
-
});
|
|
113
|
-
|
|
114
|
-
const SelectEditor = React.forwardRef(function SelectEditor(props, ref) {
|
|
115
|
-
const { children, ...rest } = props;
|
|
116
|
-
return React.createElement(customElements.getName(SelectEditorWC) ?? '%%prefix%%-select-editor', { ...rest, ref }, children);
|
|
117
|
-
});
|
|
118
|
-
|
|
119
|
-
const StringEditor = React.forwardRef(function StringEditor(props, ref) {
|
|
120
|
-
const { children, ...rest } = props;
|
|
121
|
-
return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
122
|
-
});
|
|
123
|
-
|
|
124
99
|
const ActionRenderer = React.forwardRef(function ActionRenderer(props, ref) {
|
|
125
100
|
const { children, ...rest } = props;
|
|
126
101
|
return React.createElement(customElements.getName(ActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -161,6 +136,36 @@ const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, ref) {
|
|
|
161
136
|
return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
162
137
|
});
|
|
163
138
|
|
|
139
|
+
const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
140
|
+
const { children, ...rest } = props;
|
|
141
|
+
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
142
|
+
});
|
|
143
|
+
|
|
144
|
+
const DateEditor = React.forwardRef(function DateEditor(props, ref) {
|
|
145
|
+
const { children, ...rest } = props;
|
|
146
|
+
return React.createElement(customElements.getName(DateEditorWC) ?? '%%prefix%%-date-editor', { ...rest, ref }, children);
|
|
147
|
+
});
|
|
148
|
+
|
|
149
|
+
const MultiselectEditor = React.forwardRef(function MultiselectEditor(props, ref) {
|
|
150
|
+
const { children, ...rest } = props;
|
|
151
|
+
return React.createElement(customElements.getName(MultiselectEditorWC) ?? '%%prefix%%-multiselect-editor', { ...rest, ref }, children);
|
|
152
|
+
});
|
|
153
|
+
|
|
154
|
+
const NumberEditor = React.forwardRef(function NumberEditor(props, ref) {
|
|
155
|
+
const { children, ...rest } = props;
|
|
156
|
+
return React.createElement(customElements.getName(NumberEditorWC) ?? '%%prefix%%-number-editor', { ...rest, ref }, children);
|
|
157
|
+
});
|
|
158
|
+
|
|
159
|
+
const SelectEditor = React.forwardRef(function SelectEditor(props, ref) {
|
|
160
|
+
const { children, ...rest } = props;
|
|
161
|
+
return React.createElement(customElements.getName(SelectEditorWC) ?? '%%prefix%%-select-editor', { ...rest, ref }, children);
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
const StringEditor = React.forwardRef(function StringEditor(props, ref) {
|
|
165
|
+
const { children, ...rest } = props;
|
|
166
|
+
return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
167
|
+
});
|
|
168
|
+
|
|
164
169
|
const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
|
|
165
170
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
166
171
|
const _innerRef = React.useRef(null);
|
|
@@ -370,11 +375,6 @@ const GridProServerSideDatasource = React.forwardRef(function GridProServerSideD
|
|
|
370
375
|
return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
371
376
|
});
|
|
372
377
|
|
|
373
|
-
const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
374
|
-
const { children, ...rest } = props;
|
|
375
|
-
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
376
|
-
});
|
|
377
|
-
|
|
378
378
|
const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
|
|
379
379
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
380
380
|
const _innerRef = React.useRef(null);
|
|
@@ -486,11 +486,6 @@ module.exports = {
|
|
|
486
486
|
GridProBeta,
|
|
487
487
|
GridPro,
|
|
488
488
|
GridProCell,
|
|
489
|
-
DateEditor,
|
|
490
|
-
MultiselectEditor,
|
|
491
|
-
NumberEditor,
|
|
492
|
-
SelectEditor,
|
|
493
|
-
StringEditor,
|
|
494
489
|
ActionRenderer,
|
|
495
490
|
ActionsMenuRenderer,
|
|
496
491
|
BooleanRenderer,
|
|
@@ -499,9 +494,14 @@ module.exports = {
|
|
|
499
494
|
StatusPillRenderer,
|
|
500
495
|
AgTextFieldRenderer,
|
|
501
496
|
AgTextRenderer,
|
|
497
|
+
GridProColumn,
|
|
498
|
+
DateEditor,
|
|
499
|
+
MultiselectEditor,
|
|
500
|
+
NumberEditor,
|
|
501
|
+
SelectEditor,
|
|
502
|
+
StringEditor,
|
|
502
503
|
GridProClientSideDatasource,
|
|
503
504
|
GridProServerSideDatasource,
|
|
504
|
-
GridProColumn,
|
|
505
505
|
GridProGenesisDatasource,
|
|
506
506
|
MulticolumnDropdown,
|
|
507
507
|
};
|
package/dist/react.mjs
CHANGED
|
@@ -94,31 +94,6 @@ export const GridProCell = React.forwardRef(function GridProCell(props, ref) {
|
|
|
94
94
|
return React.createElement(customElements.getName(GridProCellWC) ?? 'grid-pro-cell', { ...rest, ref }, children);
|
|
95
95
|
});
|
|
96
96
|
|
|
97
|
-
export const DateEditor = React.forwardRef(function DateEditor(props, ref) {
|
|
98
|
-
const { children, ...rest } = props;
|
|
99
|
-
return React.createElement(customElements.getName(DateEditorWC) ?? '%%prefix%%-date-editor', { ...rest, ref }, children);
|
|
100
|
-
});
|
|
101
|
-
|
|
102
|
-
export const MultiselectEditor = React.forwardRef(function MultiselectEditor(props, ref) {
|
|
103
|
-
const { children, ...rest } = props;
|
|
104
|
-
return React.createElement(customElements.getName(MultiselectEditorWC) ?? '%%prefix%%-multiselect-editor', { ...rest, ref }, children);
|
|
105
|
-
});
|
|
106
|
-
|
|
107
|
-
export const NumberEditor = React.forwardRef(function NumberEditor(props, ref) {
|
|
108
|
-
const { children, ...rest } = props;
|
|
109
|
-
return React.createElement(customElements.getName(NumberEditorWC) ?? '%%prefix%%-number-editor', { ...rest, ref }, children);
|
|
110
|
-
});
|
|
111
|
-
|
|
112
|
-
export const SelectEditor = React.forwardRef(function SelectEditor(props, ref) {
|
|
113
|
-
const { children, ...rest } = props;
|
|
114
|
-
return React.createElement(customElements.getName(SelectEditorWC) ?? '%%prefix%%-select-editor', { ...rest, ref }, children);
|
|
115
|
-
});
|
|
116
|
-
|
|
117
|
-
export const StringEditor = React.forwardRef(function StringEditor(props, ref) {
|
|
118
|
-
const { children, ...rest } = props;
|
|
119
|
-
return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
120
|
-
});
|
|
121
|
-
|
|
122
97
|
export const ActionRenderer = React.forwardRef(function ActionRenderer(props, ref) {
|
|
123
98
|
const { children, ...rest } = props;
|
|
124
99
|
return React.createElement(customElements.getName(ActionRendererWC) ?? '%%prefix%%-grid-pro-action-renderer', { ...rest, ref }, children);
|
|
@@ -159,6 +134,36 @@ export const AgTextRenderer = React.forwardRef(function AgTextRenderer(props, re
|
|
|
159
134
|
return React.createElement(customElements.getName(AgTextRendererWC) ?? '%%prefix%%-grid-text-renderer', { ...rest, ref }, children);
|
|
160
135
|
});
|
|
161
136
|
|
|
137
|
+
export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
138
|
+
const { children, ...rest } = props;
|
|
139
|
+
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
export const DateEditor = React.forwardRef(function DateEditor(props, ref) {
|
|
143
|
+
const { children, ...rest } = props;
|
|
144
|
+
return React.createElement(customElements.getName(DateEditorWC) ?? '%%prefix%%-date-editor', { ...rest, ref }, children);
|
|
145
|
+
});
|
|
146
|
+
|
|
147
|
+
export const MultiselectEditor = React.forwardRef(function MultiselectEditor(props, ref) {
|
|
148
|
+
const { children, ...rest } = props;
|
|
149
|
+
return React.createElement(customElements.getName(MultiselectEditorWC) ?? '%%prefix%%-multiselect-editor', { ...rest, ref }, children);
|
|
150
|
+
});
|
|
151
|
+
|
|
152
|
+
export const NumberEditor = React.forwardRef(function NumberEditor(props, ref) {
|
|
153
|
+
const { children, ...rest } = props;
|
|
154
|
+
return React.createElement(customElements.getName(NumberEditorWC) ?? '%%prefix%%-number-editor', { ...rest, ref }, children);
|
|
155
|
+
});
|
|
156
|
+
|
|
157
|
+
export const SelectEditor = React.forwardRef(function SelectEditor(props, ref) {
|
|
158
|
+
const { children, ...rest } = props;
|
|
159
|
+
return React.createElement(customElements.getName(SelectEditorWC) ?? '%%prefix%%-select-editor', { ...rest, ref }, children);
|
|
160
|
+
});
|
|
161
|
+
|
|
162
|
+
export const StringEditor = React.forwardRef(function StringEditor(props, ref) {
|
|
163
|
+
const { children, ...rest } = props;
|
|
164
|
+
return React.createElement(customElements.getName(StringEditorWC) ?? '%%prefix%%-string-editor', { ...rest, ref }, children);
|
|
165
|
+
});
|
|
166
|
+
|
|
162
167
|
export const GridProClientSideDatasource = React.forwardRef(function GridProClientSideDatasource(props, ref) {
|
|
163
168
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
164
169
|
const _innerRef = React.useRef(null);
|
|
@@ -368,11 +373,6 @@ export const GridProServerSideDatasource = React.forwardRef(function GridProServ
|
|
|
368
373
|
return React.createElement(customElements.getName(GridProServerSideDatasourceWC) ?? 'grid-pro-server-side-datasource', { ...rest, ref: _mergeRefs(_innerRef, ref) }, children);
|
|
369
374
|
});
|
|
370
375
|
|
|
371
|
-
export const GridProColumn = React.forwardRef(function GridProColumn(props, ref) {
|
|
372
|
-
const { children, ...rest } = props;
|
|
373
|
-
return React.createElement(customElements.getName(GridProColumnWC) ?? 'grid-pro-column', { ...rest, ref }, children);
|
|
374
|
-
});
|
|
375
|
-
|
|
376
376
|
export const GridProGenesisDatasource = React.forwardRef(function GridProGenesisDatasource(props, ref) {
|
|
377
377
|
const { onBaseDatasourceError, onDatasourceError, onBaseDatasourceConnected, onDatasourceLoadingFinished, onDatasourceNoDataAvailable, onDatasourceDataChanged, onDatasourceInitialize, onDatasourceDestroy, onDatasourceDataCleared, onDatasourceSchemaUpdated, onDatasourceFiltersRestored, onDatasourceDataLoaded, onDatasourceLoadingStarted, onDatasourceMoreDataAvailable, onDatasourceReady, onDatasourceInit, onMoreRowsChanged, onDatasourceSizeChanged, children, ...rest } = props;
|
|
378
378
|
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": "14.
|
|
4
|
+
"version": "14.436.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.
|
|
44
|
-
"@genesislcap/genx": "14.
|
|
45
|
-
"@genesislcap/rollup-builder": "14.
|
|
46
|
-
"@genesislcap/ts-builder": "14.
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
48
|
-
"@genesislcap/vite-builder": "14.
|
|
49
|
-
"@genesislcap/webpack-builder": "14.
|
|
43
|
+
"@genesislcap/foundation-testing": "14.436.0",
|
|
44
|
+
"@genesislcap/genx": "14.436.0",
|
|
45
|
+
"@genesislcap/rollup-builder": "14.436.0",
|
|
46
|
+
"@genesislcap/ts-builder": "14.436.0",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "14.436.0",
|
|
48
|
+
"@genesislcap/vite-builder": "14.436.0",
|
|
49
|
+
"@genesislcap/webpack-builder": "14.436.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.
|
|
53
|
-
"@genesislcap/foundation-criteria": "14.
|
|
54
|
-
"@genesislcap/foundation-logger": "14.
|
|
55
|
-
"@genesislcap/foundation-ui": "14.
|
|
56
|
-
"@genesislcap/foundation-utils": "14.
|
|
52
|
+
"@genesislcap/foundation-comms": "14.436.0",
|
|
53
|
+
"@genesislcap/foundation-criteria": "14.436.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.436.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.436.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.436.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": "
|
|
94
|
+
"gitHead": "87ef9b53cc5f3030651cbc3126bd26f07ffd6819"
|
|
95
95
|
}
|