@genesislcap/grid-pro 14.417.0 → 14.417.1-alpha-efccb2a.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 +21 -21
- package/dist/dts/index.d.ts +1 -0
- package/dist/dts/react-jsx-runtime.d.ts +598 -0
- package/package.json +14 -14
|
@@ -18974,6 +18974,27 @@
|
|
|
18974
18974
|
"declarations": [],
|
|
18975
18975
|
"exports": []
|
|
18976
18976
|
},
|
|
18977
|
+
{
|
|
18978
|
+
"kind": "javascript-module",
|
|
18979
|
+
"path": "src/tooltips/error-tooltip.ts",
|
|
18980
|
+
"declarations": [],
|
|
18981
|
+
"exports": []
|
|
18982
|
+
},
|
|
18983
|
+
{
|
|
18984
|
+
"kind": "javascript-module",
|
|
18985
|
+
"path": "src/tooltips/index.ts",
|
|
18986
|
+
"declarations": [],
|
|
18987
|
+
"exports": [
|
|
18988
|
+
{
|
|
18989
|
+
"kind": "js",
|
|
18990
|
+
"name": "*",
|
|
18991
|
+
"declaration": {
|
|
18992
|
+
"name": "*",
|
|
18993
|
+
"package": "./error-tooltip"
|
|
18994
|
+
}
|
|
18995
|
+
}
|
|
18996
|
+
]
|
|
18997
|
+
},
|
|
18977
18998
|
{
|
|
18978
18999
|
"kind": "javascript-module",
|
|
18979
19000
|
"path": "src/utils/array.ts",
|
|
@@ -19364,27 +19385,6 @@
|
|
|
19364
19385
|
}
|
|
19365
19386
|
]
|
|
19366
19387
|
},
|
|
19367
|
-
{
|
|
19368
|
-
"kind": "javascript-module",
|
|
19369
|
-
"path": "src/tooltips/error-tooltip.ts",
|
|
19370
|
-
"declarations": [],
|
|
19371
|
-
"exports": []
|
|
19372
|
-
},
|
|
19373
|
-
{
|
|
19374
|
-
"kind": "javascript-module",
|
|
19375
|
-
"path": "src/tooltips/index.ts",
|
|
19376
|
-
"declarations": [],
|
|
19377
|
-
"exports": [
|
|
19378
|
-
{
|
|
19379
|
-
"kind": "js",
|
|
19380
|
-
"name": "*",
|
|
19381
|
-
"declaration": {
|
|
19382
|
-
"name": "*",
|
|
19383
|
-
"package": "./error-tooltip"
|
|
19384
|
-
}
|
|
19385
|
-
}
|
|
19386
|
-
]
|
|
19387
|
-
},
|
|
19388
19388
|
{
|
|
19389
19389
|
"kind": "javascript-module",
|
|
19390
19390
|
"path": "src/column/utils/grid-pro-columns.ts",
|
package/dist/dts/index.d.ts
CHANGED
|
@@ -0,0 +1,598 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* AUTO-GENERATED FILE - DO NOT EDIT.
|
|
3
|
+
* Source package: @genesislcap/grid-pro
|
|
4
|
+
* Generated from custom-elements manifest.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
declare module 'react/jsx-runtime' {
|
|
8
|
+
namespace JSX {
|
|
9
|
+
interface GenesislcapGridProReactElementProps3 {
|
|
10
|
+
children?: unknown;
|
|
11
|
+
class?: string;
|
|
12
|
+
className?: string;
|
|
13
|
+
id?: string;
|
|
14
|
+
slot?: string;
|
|
15
|
+
part?: string;
|
|
16
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
17
|
+
role?: string;
|
|
18
|
+
tabIndex?: number | string;
|
|
19
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
20
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
21
|
+
}
|
|
22
|
+
interface GenesislcapGridProReactElementProps18 {
|
|
23
|
+
children?: unknown;
|
|
24
|
+
class?: string;
|
|
25
|
+
className?: string;
|
|
26
|
+
id?: string;
|
|
27
|
+
slot?: string;
|
|
28
|
+
part?: string;
|
|
29
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
30
|
+
role?: string;
|
|
31
|
+
tabIndex?: number | string;
|
|
32
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
33
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
34
|
+
'keepColDefsOnClearRowData'?: boolean;
|
|
35
|
+
'criteria'?: string;
|
|
36
|
+
'isSnapshot'?: boolean;
|
|
37
|
+
'maxRows'?: number;
|
|
38
|
+
'orderBy'?: string;
|
|
39
|
+
'resourceName'?: string;
|
|
40
|
+
'viewNumber'?: number;
|
|
41
|
+
'fields'?: string;
|
|
42
|
+
'maxView'?: number;
|
|
43
|
+
'movingView'?: boolean;
|
|
44
|
+
'reverse'?: number;
|
|
45
|
+
'disablePolling'?: boolean;
|
|
46
|
+
'pollingInterval'?: number;
|
|
47
|
+
'requestAutoSetup'?: boolean;
|
|
48
|
+
'rowIdAttr'?: unknown;
|
|
49
|
+
'restartOnReconnection'?: boolean;
|
|
50
|
+
}
|
|
51
|
+
interface GenesislcapGridProReactElementProps17 {
|
|
52
|
+
children?: unknown;
|
|
53
|
+
class?: string;
|
|
54
|
+
className?: string;
|
|
55
|
+
id?: string;
|
|
56
|
+
slot?: string;
|
|
57
|
+
part?: string;
|
|
58
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
59
|
+
role?: string;
|
|
60
|
+
tabIndex?: number | string;
|
|
61
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
62
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
63
|
+
}
|
|
64
|
+
interface GenesislcapGridProReactElementProps20 {
|
|
65
|
+
children?: unknown;
|
|
66
|
+
class?: string;
|
|
67
|
+
className?: string;
|
|
68
|
+
id?: string;
|
|
69
|
+
slot?: string;
|
|
70
|
+
part?: string;
|
|
71
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
72
|
+
role?: string;
|
|
73
|
+
tabIndex?: number | string;
|
|
74
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
75
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
76
|
+
'keepColDefsOnClearRowData'?: boolean;
|
|
77
|
+
'criteria'?: string;
|
|
78
|
+
'isSnapshot'?: boolean;
|
|
79
|
+
'maxRows'?: number;
|
|
80
|
+
'orderBy'?: string;
|
|
81
|
+
'resourceName'?: string;
|
|
82
|
+
'viewNumber'?: number;
|
|
83
|
+
'fields'?: string;
|
|
84
|
+
'maxView'?: number;
|
|
85
|
+
'movingView'?: boolean;
|
|
86
|
+
'reverse'?: number;
|
|
87
|
+
'disablePolling'?: boolean;
|
|
88
|
+
'pollingInterval'?: number;
|
|
89
|
+
'requestAutoSetup'?: boolean;
|
|
90
|
+
'rowIdAttr'?: unknown;
|
|
91
|
+
'restartOnReconnection'?: boolean;
|
|
92
|
+
}
|
|
93
|
+
interface GenesislcapGridProReactElementProps19 {
|
|
94
|
+
children?: unknown;
|
|
95
|
+
class?: string;
|
|
96
|
+
className?: string;
|
|
97
|
+
id?: string;
|
|
98
|
+
slot?: string;
|
|
99
|
+
part?: string;
|
|
100
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
101
|
+
role?: string;
|
|
102
|
+
tabIndex?: number | string;
|
|
103
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
104
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
105
|
+
'zeroBasedViewNumber'?: boolean;
|
|
106
|
+
'liveUpdates'?: boolean;
|
|
107
|
+
'pagingMode'?: unknown;
|
|
108
|
+
'criteria'?: string;
|
|
109
|
+
'isSnapshot'?: boolean;
|
|
110
|
+
'maxRows'?: number;
|
|
111
|
+
'orderBy'?: string;
|
|
112
|
+
'resourceName'?: string;
|
|
113
|
+
'viewNumber'?: number;
|
|
114
|
+
'fields'?: string;
|
|
115
|
+
'maxView'?: number;
|
|
116
|
+
'movingView'?: boolean;
|
|
117
|
+
'reverse'?: number;
|
|
118
|
+
'disablePolling'?: boolean;
|
|
119
|
+
'pollingInterval'?: number;
|
|
120
|
+
'requestAutoSetup'?: boolean;
|
|
121
|
+
'rowIdAttr'?: unknown;
|
|
122
|
+
'restartOnReconnection'?: boolean;
|
|
123
|
+
}
|
|
124
|
+
interface GenesislcapGridProReactElementProps11 {
|
|
125
|
+
children?: unknown;
|
|
126
|
+
class?: string;
|
|
127
|
+
className?: string;
|
|
128
|
+
id?: string;
|
|
129
|
+
slot?: string;
|
|
130
|
+
part?: string;
|
|
131
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
132
|
+
role?: string;
|
|
133
|
+
tabIndex?: number | string;
|
|
134
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
135
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
136
|
+
}
|
|
137
|
+
interface GenesislcapGridProReactElementProps4 {
|
|
138
|
+
children?: unknown;
|
|
139
|
+
class?: string;
|
|
140
|
+
className?: string;
|
|
141
|
+
id?: string;
|
|
142
|
+
slot?: string;
|
|
143
|
+
part?: string;
|
|
144
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
145
|
+
role?: string;
|
|
146
|
+
tabIndex?: number | string;
|
|
147
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
148
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
149
|
+
}
|
|
150
|
+
interface GenesislcapGridProReactElementProps12 {
|
|
151
|
+
children?: unknown;
|
|
152
|
+
class?: string;
|
|
153
|
+
className?: string;
|
|
154
|
+
id?: string;
|
|
155
|
+
slot?: string;
|
|
156
|
+
part?: string;
|
|
157
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
158
|
+
role?: string;
|
|
159
|
+
tabIndex?: number | string;
|
|
160
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
161
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
162
|
+
}
|
|
163
|
+
interface GenesislcapGridProReactElementProps1 {
|
|
164
|
+
children?: unknown;
|
|
165
|
+
class?: string;
|
|
166
|
+
className?: string;
|
|
167
|
+
id?: string;
|
|
168
|
+
slot?: string;
|
|
169
|
+
part?: string;
|
|
170
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
171
|
+
role?: string;
|
|
172
|
+
tabIndex?: number | string;
|
|
173
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
174
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
175
|
+
'autoCellRendererByType'?: boolean;
|
|
176
|
+
'onlyTemplateColDefs'?: boolean;
|
|
177
|
+
'gridAutosizingEnabled'?: boolean;
|
|
178
|
+
'enableCellFlashing'?: boolean;
|
|
179
|
+
'enableRowFlashing'?: boolean;
|
|
180
|
+
'persistColumnStateKey'?: string;
|
|
181
|
+
'persistFilterModelKey'?: string;
|
|
182
|
+
'headerCaseType'?: unknown;
|
|
183
|
+
'columnComponentName'?: string;
|
|
184
|
+
'headerHeight'?: number;
|
|
185
|
+
'rowHeight'?: number;
|
|
186
|
+
'pagination'?: boolean;
|
|
187
|
+
'paginationPageSize'?: number;
|
|
188
|
+
'withStatusBar'?: boolean;
|
|
189
|
+
}
|
|
190
|
+
interface GenesislcapGridProReactElementProps9 {
|
|
191
|
+
children?: unknown;
|
|
192
|
+
class?: string;
|
|
193
|
+
className?: string;
|
|
194
|
+
id?: string;
|
|
195
|
+
slot?: string;
|
|
196
|
+
part?: string;
|
|
197
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
198
|
+
role?: string;
|
|
199
|
+
tabIndex?: number | string;
|
|
200
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
201
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
202
|
+
}
|
|
203
|
+
interface GenesislcapGridProReactElementProps10 {
|
|
204
|
+
children?: unknown;
|
|
205
|
+
class?: string;
|
|
206
|
+
className?: string;
|
|
207
|
+
id?: string;
|
|
208
|
+
slot?: string;
|
|
209
|
+
part?: string;
|
|
210
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
211
|
+
role?: string;
|
|
212
|
+
tabIndex?: number | string;
|
|
213
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
214
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
215
|
+
}
|
|
216
|
+
interface GenesislcapGridProReactElementProps15 {
|
|
217
|
+
children?: unknown;
|
|
218
|
+
class?: string;
|
|
219
|
+
className?: string;
|
|
220
|
+
id?: string;
|
|
221
|
+
slot?: string;
|
|
222
|
+
part?: string;
|
|
223
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
224
|
+
role?: string;
|
|
225
|
+
tabIndex?: number | string;
|
|
226
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
227
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
228
|
+
}
|
|
229
|
+
interface GenesislcapGridProReactElementProps16 {
|
|
230
|
+
children?: unknown;
|
|
231
|
+
class?: string;
|
|
232
|
+
className?: string;
|
|
233
|
+
id?: string;
|
|
234
|
+
slot?: string;
|
|
235
|
+
part?: string;
|
|
236
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
237
|
+
role?: string;
|
|
238
|
+
tabIndex?: number | string;
|
|
239
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
240
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
241
|
+
}
|
|
242
|
+
interface GenesislcapGridProReactElementProps21 {
|
|
243
|
+
children?: unknown;
|
|
244
|
+
class?: string;
|
|
245
|
+
className?: string;
|
|
246
|
+
id?: string;
|
|
247
|
+
slot?: string;
|
|
248
|
+
part?: string;
|
|
249
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
250
|
+
role?: string;
|
|
251
|
+
tabIndex?: number | string;
|
|
252
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
253
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
254
|
+
'disabled'?: boolean;
|
|
255
|
+
'resourceName'?: string;
|
|
256
|
+
'searchKey'?: string | string[] | undefined;
|
|
257
|
+
'requestSupportsAdvancedSearch'?: boolean;
|
|
258
|
+
'valueKey'?: string;
|
|
259
|
+
'labelKey'?: string;
|
|
260
|
+
'dropdownPlacement'?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
|
|
261
|
+
'dropdownWidth'?: number;
|
|
262
|
+
}
|
|
263
|
+
interface GenesislcapGridProReactElementProps5 {
|
|
264
|
+
children?: unknown;
|
|
265
|
+
class?: string;
|
|
266
|
+
className?: string;
|
|
267
|
+
id?: string;
|
|
268
|
+
slot?: string;
|
|
269
|
+
part?: string;
|
|
270
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
271
|
+
role?: string;
|
|
272
|
+
tabIndex?: number | string;
|
|
273
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
274
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
275
|
+
}
|
|
276
|
+
interface GenesislcapGridProReactElementProps6 {
|
|
277
|
+
children?: unknown;
|
|
278
|
+
class?: string;
|
|
279
|
+
className?: string;
|
|
280
|
+
id?: string;
|
|
281
|
+
slot?: string;
|
|
282
|
+
part?: string;
|
|
283
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
284
|
+
role?: string;
|
|
285
|
+
tabIndex?: number | string;
|
|
286
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
287
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
288
|
+
}
|
|
289
|
+
interface GenesislcapGridProReactElementProps7 {
|
|
290
|
+
children?: unknown;
|
|
291
|
+
class?: string;
|
|
292
|
+
className?: string;
|
|
293
|
+
id?: string;
|
|
294
|
+
slot?: string;
|
|
295
|
+
part?: string;
|
|
296
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
297
|
+
role?: string;
|
|
298
|
+
tabIndex?: number | string;
|
|
299
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
300
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
301
|
+
}
|
|
302
|
+
interface GenesislcapGridProReactElementProps13 {
|
|
303
|
+
children?: unknown;
|
|
304
|
+
class?: string;
|
|
305
|
+
className?: string;
|
|
306
|
+
id?: string;
|
|
307
|
+
slot?: string;
|
|
308
|
+
part?: string;
|
|
309
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
310
|
+
role?: string;
|
|
311
|
+
tabIndex?: number | string;
|
|
312
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
313
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
314
|
+
}
|
|
315
|
+
interface GenesislcapGridProReactElementProps14 {
|
|
316
|
+
children?: unknown;
|
|
317
|
+
class?: string;
|
|
318
|
+
className?: string;
|
|
319
|
+
id?: string;
|
|
320
|
+
slot?: string;
|
|
321
|
+
part?: string;
|
|
322
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
323
|
+
role?: string;
|
|
324
|
+
tabIndex?: number | string;
|
|
325
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
326
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
327
|
+
}
|
|
328
|
+
interface GenesislcapGridProReactElementProps8 {
|
|
329
|
+
children?: unknown;
|
|
330
|
+
class?: string;
|
|
331
|
+
className?: string;
|
|
332
|
+
id?: string;
|
|
333
|
+
slot?: string;
|
|
334
|
+
part?: string;
|
|
335
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
336
|
+
role?: string;
|
|
337
|
+
tabIndex?: number | string;
|
|
338
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
339
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
340
|
+
}
|
|
341
|
+
interface GenesislcapGridProReactElementProps11 {
|
|
342
|
+
children?: unknown;
|
|
343
|
+
class?: string;
|
|
344
|
+
className?: string;
|
|
345
|
+
id?: string;
|
|
346
|
+
slot?: string;
|
|
347
|
+
part?: string;
|
|
348
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
349
|
+
role?: string;
|
|
350
|
+
tabIndex?: number | string;
|
|
351
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
352
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
353
|
+
}
|
|
354
|
+
interface GenesislcapGridProReactElementProps4 {
|
|
355
|
+
children?: unknown;
|
|
356
|
+
class?: string;
|
|
357
|
+
className?: string;
|
|
358
|
+
id?: string;
|
|
359
|
+
slot?: string;
|
|
360
|
+
part?: string;
|
|
361
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
362
|
+
role?: string;
|
|
363
|
+
tabIndex?: number | string;
|
|
364
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
365
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
366
|
+
}
|
|
367
|
+
interface GenesislcapGridProReactElementProps12 {
|
|
368
|
+
children?: unknown;
|
|
369
|
+
class?: string;
|
|
370
|
+
className?: string;
|
|
371
|
+
id?: string;
|
|
372
|
+
slot?: string;
|
|
373
|
+
part?: string;
|
|
374
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
375
|
+
role?: string;
|
|
376
|
+
tabIndex?: number | string;
|
|
377
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
378
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
379
|
+
}
|
|
380
|
+
interface GenesislcapGridProReactElementProps1 {
|
|
381
|
+
children?: unknown;
|
|
382
|
+
class?: string;
|
|
383
|
+
className?: string;
|
|
384
|
+
id?: string;
|
|
385
|
+
slot?: string;
|
|
386
|
+
part?: string;
|
|
387
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
388
|
+
role?: string;
|
|
389
|
+
tabIndex?: number | string;
|
|
390
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
391
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
392
|
+
'autoCellRendererByType'?: boolean;
|
|
393
|
+
'onlyTemplateColDefs'?: boolean;
|
|
394
|
+
'gridAutosizingEnabled'?: boolean;
|
|
395
|
+
'enableCellFlashing'?: boolean;
|
|
396
|
+
'enableRowFlashing'?: boolean;
|
|
397
|
+
'persistColumnStateKey'?: string;
|
|
398
|
+
'persistFilterModelKey'?: string;
|
|
399
|
+
'headerCaseType'?: unknown;
|
|
400
|
+
'columnComponentName'?: string;
|
|
401
|
+
'headerHeight'?: number;
|
|
402
|
+
'rowHeight'?: number;
|
|
403
|
+
'pagination'?: boolean;
|
|
404
|
+
'paginationPageSize'?: number;
|
|
405
|
+
'withStatusBar'?: boolean;
|
|
406
|
+
}
|
|
407
|
+
interface GenesislcapGridProReactElementProps9 {
|
|
408
|
+
children?: unknown;
|
|
409
|
+
class?: string;
|
|
410
|
+
className?: string;
|
|
411
|
+
id?: string;
|
|
412
|
+
slot?: string;
|
|
413
|
+
part?: string;
|
|
414
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
415
|
+
role?: string;
|
|
416
|
+
tabIndex?: number | string;
|
|
417
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
418
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
419
|
+
}
|
|
420
|
+
interface GenesislcapGridProReactElementProps10 {
|
|
421
|
+
children?: unknown;
|
|
422
|
+
class?: string;
|
|
423
|
+
className?: string;
|
|
424
|
+
id?: string;
|
|
425
|
+
slot?: string;
|
|
426
|
+
part?: string;
|
|
427
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
428
|
+
role?: string;
|
|
429
|
+
tabIndex?: number | string;
|
|
430
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
431
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
432
|
+
}
|
|
433
|
+
interface GenesislcapGridProReactElementProps15 {
|
|
434
|
+
children?: unknown;
|
|
435
|
+
class?: string;
|
|
436
|
+
className?: string;
|
|
437
|
+
id?: string;
|
|
438
|
+
slot?: string;
|
|
439
|
+
part?: string;
|
|
440
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
441
|
+
role?: string;
|
|
442
|
+
tabIndex?: number | string;
|
|
443
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
444
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
445
|
+
}
|
|
446
|
+
interface GenesislcapGridProReactElementProps16 {
|
|
447
|
+
children?: unknown;
|
|
448
|
+
class?: string;
|
|
449
|
+
className?: string;
|
|
450
|
+
id?: string;
|
|
451
|
+
slot?: string;
|
|
452
|
+
part?: string;
|
|
453
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
454
|
+
role?: string;
|
|
455
|
+
tabIndex?: number | string;
|
|
456
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
457
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
458
|
+
}
|
|
459
|
+
interface GenesislcapGridProReactElementProps21 {
|
|
460
|
+
children?: unknown;
|
|
461
|
+
class?: string;
|
|
462
|
+
className?: string;
|
|
463
|
+
id?: string;
|
|
464
|
+
slot?: string;
|
|
465
|
+
part?: string;
|
|
466
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
467
|
+
role?: string;
|
|
468
|
+
tabIndex?: number | string;
|
|
469
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
470
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
471
|
+
'disabled'?: boolean;
|
|
472
|
+
'resourceName'?: string;
|
|
473
|
+
'searchKey'?: string | string[] | undefined;
|
|
474
|
+
'requestSupportsAdvancedSearch'?: boolean;
|
|
475
|
+
'valueKey'?: string;
|
|
476
|
+
'labelKey'?: string;
|
|
477
|
+
'dropdownPlacement'?: 'bottom-right' | 'bottom-left' | 'top-right' | 'top-left';
|
|
478
|
+
'dropdownWidth'?: number;
|
|
479
|
+
}
|
|
480
|
+
interface GenesislcapGridProReactElementProps5 {
|
|
481
|
+
children?: unknown;
|
|
482
|
+
class?: string;
|
|
483
|
+
className?: string;
|
|
484
|
+
id?: string;
|
|
485
|
+
slot?: string;
|
|
486
|
+
part?: string;
|
|
487
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
488
|
+
role?: string;
|
|
489
|
+
tabIndex?: number | string;
|
|
490
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
491
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
492
|
+
}
|
|
493
|
+
interface GenesislcapGridProReactElementProps6 {
|
|
494
|
+
children?: unknown;
|
|
495
|
+
class?: string;
|
|
496
|
+
className?: string;
|
|
497
|
+
id?: string;
|
|
498
|
+
slot?: string;
|
|
499
|
+
part?: string;
|
|
500
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
501
|
+
role?: string;
|
|
502
|
+
tabIndex?: number | string;
|
|
503
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
504
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
505
|
+
}
|
|
506
|
+
interface GenesislcapGridProReactElementProps7 {
|
|
507
|
+
children?: unknown;
|
|
508
|
+
class?: string;
|
|
509
|
+
className?: string;
|
|
510
|
+
id?: string;
|
|
511
|
+
slot?: string;
|
|
512
|
+
part?: string;
|
|
513
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
514
|
+
role?: string;
|
|
515
|
+
tabIndex?: number | string;
|
|
516
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
517
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
518
|
+
}
|
|
519
|
+
interface GenesislcapGridProReactElementProps13 {
|
|
520
|
+
children?: unknown;
|
|
521
|
+
class?: string;
|
|
522
|
+
className?: string;
|
|
523
|
+
id?: string;
|
|
524
|
+
slot?: string;
|
|
525
|
+
part?: string;
|
|
526
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
527
|
+
role?: string;
|
|
528
|
+
tabIndex?: number | string;
|
|
529
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
530
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
531
|
+
}
|
|
532
|
+
interface GenesislcapGridProReactElementProps14 {
|
|
533
|
+
children?: unknown;
|
|
534
|
+
class?: string;
|
|
535
|
+
className?: string;
|
|
536
|
+
id?: string;
|
|
537
|
+
slot?: string;
|
|
538
|
+
part?: string;
|
|
539
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
540
|
+
role?: string;
|
|
541
|
+
tabIndex?: number | string;
|
|
542
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
543
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
544
|
+
}
|
|
545
|
+
interface GenesislcapGridProReactElementProps8 {
|
|
546
|
+
children?: unknown;
|
|
547
|
+
class?: string;
|
|
548
|
+
className?: string;
|
|
549
|
+
id?: string;
|
|
550
|
+
slot?: string;
|
|
551
|
+
part?: string;
|
|
552
|
+
style?: string | Partial<CSSStyleDeclaration>;
|
|
553
|
+
role?: string;
|
|
554
|
+
tabIndex?: number | string;
|
|
555
|
+
[key: `data-${string}`]: string | number | boolean | undefined;
|
|
556
|
+
[key: `aria-${string}`]: string | number | boolean | undefined;
|
|
557
|
+
}
|
|
558
|
+
interface IntrinsicElements {
|
|
559
|
+
'grid-pro-cell': GenesislcapGridProReactElementProps3;
|
|
560
|
+
'grid-pro-client-side-datasource': GenesislcapGridProReactElementProps18;
|
|
561
|
+
'grid-pro-column': GenesislcapGridProReactElementProps17;
|
|
562
|
+
'grid-pro-genesis-datasource': GenesislcapGridProReactElementProps20;
|
|
563
|
+
'grid-pro-server-side-datasource': GenesislcapGridProReactElementProps19;
|
|
564
|
+
'rapid-boolean-renderer': GenesislcapGridProReactElementProps11;
|
|
565
|
+
'rapid-date-editor': GenesislcapGridProReactElementProps4;
|
|
566
|
+
'rapid-editable-renderer': GenesislcapGridProReactElementProps12;
|
|
567
|
+
'rapid-grid-pro': GenesislcapGridProReactElementProps1;
|
|
568
|
+
'rapid-grid-pro-action-renderer': GenesislcapGridProReactElementProps9;
|
|
569
|
+
'rapid-grid-pro-actions-menu-renderer': GenesislcapGridProReactElementProps10;
|
|
570
|
+
'rapid-grid-text-field-renderer': GenesislcapGridProReactElementProps15;
|
|
571
|
+
'rapid-grid-text-renderer': GenesislcapGridProReactElementProps16;
|
|
572
|
+
'rapid-multicolumn-dropdown': GenesislcapGridProReactElementProps21;
|
|
573
|
+
'rapid-multiselect-editor': GenesislcapGridProReactElementProps5;
|
|
574
|
+
'rapid-number-editor': GenesislcapGridProReactElementProps6;
|
|
575
|
+
'rapid-select-editor': GenesislcapGridProReactElementProps7;
|
|
576
|
+
'rapid-select-renderer': GenesislcapGridProReactElementProps13;
|
|
577
|
+
'rapid-status-pill-renderer': GenesislcapGridProReactElementProps14;
|
|
578
|
+
'rapid-string-editor': GenesislcapGridProReactElementProps8;
|
|
579
|
+
'zero-boolean-renderer': GenesislcapGridProReactElementProps11;
|
|
580
|
+
'zero-date-editor': GenesislcapGridProReactElementProps4;
|
|
581
|
+
'zero-editable-renderer': GenesislcapGridProReactElementProps12;
|
|
582
|
+
'zero-grid-pro': GenesislcapGridProReactElementProps1;
|
|
583
|
+
'zero-grid-pro-action-renderer': GenesislcapGridProReactElementProps9;
|
|
584
|
+
'zero-grid-pro-actions-menu-renderer': GenesislcapGridProReactElementProps10;
|
|
585
|
+
'zero-grid-text-field-renderer': GenesislcapGridProReactElementProps15;
|
|
586
|
+
'zero-grid-text-renderer': GenesislcapGridProReactElementProps16;
|
|
587
|
+
'zero-multicolumn-dropdown': GenesislcapGridProReactElementProps21;
|
|
588
|
+
'zero-multiselect-editor': GenesislcapGridProReactElementProps5;
|
|
589
|
+
'zero-number-editor': GenesislcapGridProReactElementProps6;
|
|
590
|
+
'zero-select-editor': GenesislcapGridProReactElementProps7;
|
|
591
|
+
'zero-select-renderer': GenesislcapGridProReactElementProps13;
|
|
592
|
+
'zero-status-pill-renderer': GenesislcapGridProReactElementProps14;
|
|
593
|
+
'zero-string-editor': GenesislcapGridProReactElementProps8;
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
export {};
|
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.417.0",
|
|
4
|
+
"version": "14.417.1-alpha-efccb2a.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.417.0",
|
|
44
|
-
"@genesislcap/genx": "14.417.0",
|
|
45
|
-
"@genesislcap/rollup-builder": "14.417.0",
|
|
46
|
-
"@genesislcap/ts-builder": "14.417.0",
|
|
47
|
-
"@genesislcap/uvu-playwright-builder": "14.417.0",
|
|
48
|
-
"@genesislcap/vite-builder": "14.417.0",
|
|
49
|
-
"@genesislcap/webpack-builder": "14.417.0"
|
|
43
|
+
"@genesislcap/foundation-testing": "14.417.1-alpha-efccb2a.0",
|
|
44
|
+
"@genesislcap/genx": "14.417.1-alpha-efccb2a.0",
|
|
45
|
+
"@genesislcap/rollup-builder": "14.417.1-alpha-efccb2a.0",
|
|
46
|
+
"@genesislcap/ts-builder": "14.417.1-alpha-efccb2a.0",
|
|
47
|
+
"@genesislcap/uvu-playwright-builder": "14.417.1-alpha-efccb2a.0",
|
|
48
|
+
"@genesislcap/vite-builder": "14.417.1-alpha-efccb2a.0",
|
|
49
|
+
"@genesislcap/webpack-builder": "14.417.1-alpha-efccb2a.0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.417.0",
|
|
53
|
-
"@genesislcap/foundation-criteria": "14.417.0",
|
|
54
|
-
"@genesislcap/foundation-logger": "14.417.0",
|
|
55
|
-
"@genesislcap/foundation-ui": "14.417.0",
|
|
56
|
-
"@genesislcap/foundation-utils": "14.417.0",
|
|
52
|
+
"@genesislcap/foundation-comms": "14.417.1-alpha-efccb2a.0",
|
|
53
|
+
"@genesislcap/foundation-criteria": "14.417.1-alpha-efccb2a.0",
|
|
54
|
+
"@genesislcap/foundation-logger": "14.417.1-alpha-efccb2a.0",
|
|
55
|
+
"@genesislcap/foundation-ui": "14.417.1-alpha-efccb2a.0",
|
|
56
|
+
"@genesislcap/foundation-utils": "14.417.1-alpha-efccb2a.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",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
82
|
"customElements": "dist/custom-elements.json",
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "00d0d357de82849ea9dc574f615ba69d71b78ede"
|
|
84
84
|
}
|