@genesislcap/grid-pro 14.403.0 → 14.406.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.
Files changed (65) hide show
  1. package/dist/custom-elements.json +2069 -1252
  2. package/dist/dts/grid-components.d.ts +9 -0
  3. package/dist/dts/grid-components.d.ts.map +1 -1
  4. package/dist/dts/index.d.ts +1 -0
  5. package/dist/dts/index.d.ts.map +1 -1
  6. package/dist/dts/multicolumn-dropdown/index.d.ts +4 -0
  7. package/dist/dts/multicolumn-dropdown/index.d.ts.map +1 -0
  8. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts +487 -0
  9. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.d.ts.map +1 -0
  10. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts +12 -0
  11. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.styles.d.ts.map +1 -0
  12. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts +14 -0
  13. package/dist/dts/multicolumn-dropdown/multicolumn-dropdown.template.d.ts.map +1 -0
  14. package/dist/esm/grid-components.js +2 -0
  15. package/dist/esm/index.js +1 -0
  16. package/dist/esm/multicolumn-dropdown/index.js +3 -0
  17. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.js +380 -0
  18. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.styles.js +148 -0
  19. package/dist/esm/multicolumn-dropdown/multicolumn-dropdown.template.js +75 -0
  20. package/dist/grid-pro.api.json +1597 -115
  21. package/dist/grid-pro.d.ts +523 -0
  22. package/docs/api/grid-pro.display_none_class.md +13 -0
  23. package/docs/api/grid-pro.dropdownwidthvar.md +13 -0
  24. package/docs/api/grid-pro.foundationgridcomponents.md +9 -0
  25. package/docs/api/grid-pro.foundationmulticolumndropdown.md +66 -0
  26. package/docs/api/grid-pro.getmulticolumndropdowntemplate.md +56 -0
  27. package/docs/api/grid-pro.md +99 -0
  28. package/docs/api/grid-pro.multicolumndropdown.basecriteria.md +13 -0
  29. package/docs/api/grid-pro.multicolumndropdown.changehandler.md +50 -0
  30. package/docs/api/grid-pro.multicolumndropdown.columndefinitions.md +13 -0
  31. package/docs/api/grid-pro.multicolumndropdown.columndefinitionschanged.md +15 -0
  32. package/docs/api/grid-pro.multicolumndropdown.connect.md +15 -0
  33. package/docs/api/grid-pro.multicolumndropdown.connectedcallback.md +15 -0
  34. package/docs/api/grid-pro.multicolumndropdown.defaultslottednodes.md +11 -0
  35. package/docs/api/grid-pro.multicolumndropdown.disabled.md +13 -0
  36. package/docs/api/grid-pro.multicolumndropdown.disconnectedcallback.md +15 -0
  37. package/docs/api/grid-pro.multicolumndropdown.displayvalue.md +13 -0
  38. package/docs/api/grid-pro.multicolumndropdown.dropdownplacement.md +13 -0
  39. package/docs/api/grid-pro.multicolumndropdown.dropdownwidth.md +13 -0
  40. package/docs/api/grid-pro.multicolumndropdown.dropdownwidthchanged.md +15 -0
  41. package/docs/api/grid-pro.multicolumndropdown.filtersearch.md +13 -0
  42. package/docs/api/grid-pro.multicolumndropdown.filtersearchchanged.md +15 -0
  43. package/docs/api/grid-pro.multicolumndropdown.grid.md +11 -0
  44. package/docs/api/grid-pro.multicolumndropdown.hassearchkey.md +11 -0
  45. package/docs/api/grid-pro.multicolumndropdown.hasslottedcontent.md +11 -0
  46. package/docs/api/grid-pro.multicolumndropdown.labelkey.md +13 -0
  47. package/docs/api/grid-pro.multicolumndropdown.md +580 -0
  48. package/docs/api/grid-pro.multicolumndropdown.open.md +13 -0
  49. package/docs/api/grid-pro.multicolumndropdown.openchanged.md +15 -0
  50. package/docs/api/grid-pro.multicolumndropdown.optionselement.md +11 -0
  51. package/docs/api/grid-pro.multicolumndropdown.request.md +13 -0
  52. package/docs/api/grid-pro.multicolumndropdown.requestchanged.md +15 -0
  53. package/docs/api/grid-pro.multicolumndropdown.requestsupportsadvancedsearch.md +18 -0
  54. package/docs/api/grid-pro.multicolumndropdown.resourcename.md +13 -0
  55. package/docs/api/grid-pro.multicolumndropdown.searchkey.md +13 -0
  56. package/docs/api/grid-pro.multicolumndropdown.selectedrow.md +13 -0
  57. package/docs/api/grid-pro.multicolumndropdown.toggle.md +15 -0
  58. package/docs/api/grid-pro.multicolumndropdown.value.md +13 -0
  59. package/docs/api/grid-pro.multicolumndropdown.valuekey.md +13 -0
  60. package/docs/api/grid-pro.multicolumndropdownstyles.md +13 -0
  61. package/docs/api/grid-pro.multicolumndropdowntemplate.md +13 -0
  62. package/docs/api/grid-pro.optionsclass.md +13 -0
  63. package/docs/api/grid-pro.wasclickoutsideelement.md +66 -0
  64. package/docs/api-report.md.api.md +95 -0
  65. package/package.json +14 -13
@@ -0,0 +1,580 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md)
4
+
5
+ ## MulticolumnDropdown class
6
+
7
+ A dropdown component that displays its options in a multi-column AG Grid. Search triggers a reqrep and displays the results in the grid dropdown.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ export declare class MulticolumnDropdown extends MulticolumnDropdown_base
13
+ ```
14
+ **Extends:** MulticolumnDropdown\_base
15
+
16
+ ## Properties
17
+
18
+ <table><thead><tr><th>
19
+
20
+ Property
21
+
22
+
23
+ </th><th>
24
+
25
+ Modifiers
26
+
27
+
28
+ </th><th>
29
+
30
+ Type
31
+
32
+
33
+ </th><th>
34
+
35
+ Description
36
+
37
+
38
+ </th></tr></thead>
39
+ <tbody><tr><td>
40
+
41
+ [baseCriteria?](./grid-pro.multicolumndropdown.basecriteria.md)
42
+
43
+
44
+ </td><td>
45
+
46
+
47
+ </td><td>
48
+
49
+ string
50
+
51
+
52
+ </td><td>
53
+
54
+ _(Optional)_ Base criteria that is always applied to requests combined with search criteria via AND. Use this to pre-filter results.
55
+
56
+
57
+ </td></tr>
58
+ <tr><td>
59
+
60
+ [columnDefinitions](./grid-pro.multicolumndropdown.columndefinitions.md)
61
+
62
+
63
+ </td><td>
64
+
65
+
66
+ </td><td>
67
+
68
+ ColDef\[\]
69
+
70
+
71
+ </td><td>
72
+
73
+ An array of AG Grid column definitions to use in the grid to display the data
74
+
75
+
76
+ </td></tr>
77
+ <tr><td>
78
+
79
+ [connect](./grid-pro.multicolumndropdown.connect.md)
80
+
81
+
82
+ </td><td>
83
+
84
+
85
+ </td><td>
86
+
87
+ Connect
88
+
89
+
90
+ </td><td>
91
+
92
+ The connect service - uses DI by default, but can be manually set for dynamic element creation
93
+
94
+
95
+ </td></tr>
96
+ <tr><td>
97
+
98
+ [defaultSlottedNodes](./grid-pro.multicolumndropdown.defaultslottednodes.md)
99
+
100
+
101
+ </td><td>
102
+
103
+
104
+ </td><td>
105
+
106
+ Node\[\]
107
+
108
+
109
+ </td><td>
110
+
111
+
112
+ </td></tr>
113
+ <tr><td>
114
+
115
+ [disabled](./grid-pro.multicolumndropdown.disabled.md)
116
+
117
+
118
+ </td><td>
119
+
120
+
121
+ </td><td>
122
+
123
+ boolean
124
+
125
+
126
+ </td><td>
127
+
128
+ Whether to disable control of the component
129
+
130
+
131
+ </td></tr>
132
+ <tr><td>
133
+
134
+ [displayValue](./grid-pro.multicolumndropdown.displayvalue.md)
135
+
136
+
137
+ </td><td>
138
+
139
+ `readonly`
140
+
141
+
142
+ </td><td>
143
+
144
+ any
145
+
146
+
147
+ </td><td>
148
+
149
+ Value to display in the form field
150
+
151
+
152
+ </td></tr>
153
+ <tr><td>
154
+
155
+ [dropdownPlacement](./grid-pro.multicolumndropdown.dropdownplacement.md)
156
+
157
+
158
+ </td><td>
159
+
160
+
161
+ </td><td>
162
+
163
+ 'bottom-right' \| 'bottom-left' \| 'top-right' \| 'top-left'
164
+
165
+
166
+ </td><td>
167
+
168
+ Position of the dropdown panel relative to the control. - `'bottom-right'` – default; opens below and aligns to the right edge of the control - `'bottom-left'` – opens below and extends to the left - `'top-right'` – opens above and aligns to the right edge of the control - `'top-left'` – opens above and extends to the left
169
+
170
+
171
+ </td></tr>
172
+ <tr><td>
173
+
174
+ [dropdownWidth](./grid-pro.multicolumndropdown.dropdownwidth.md)
175
+
176
+
177
+ </td><td>
178
+
179
+
180
+ </td><td>
181
+
182
+ number
183
+
184
+
185
+ </td><td>
186
+
187
+ Optionally specifies the width of the dropdown
188
+
189
+
190
+ </td></tr>
191
+ <tr><td>
192
+
193
+ [filterSearch](./grid-pro.multicolumndropdown.filtersearch.md)
194
+
195
+
196
+ </td><td>
197
+
198
+
199
+ </td><td>
200
+
201
+ string
202
+
203
+
204
+ </td><td>
205
+
206
+ The criteria to search by
207
+
208
+
209
+ </td></tr>
210
+ <tr><td>
211
+
212
+ [grid](./grid-pro.multicolumndropdown.grid.md)
213
+
214
+
215
+ </td><td>
216
+
217
+
218
+ </td><td>
219
+
220
+ [GridPro](./grid-pro.gridpro.md)
221
+
222
+
223
+ </td><td>
224
+
225
+
226
+ </td></tr>
227
+ <tr><td>
228
+
229
+ [hasSearchKey](./grid-pro.multicolumndropdown.hassearchkey.md)
230
+
231
+
232
+ </td><td>
233
+
234
+ `readonly`
235
+
236
+
237
+ </td><td>
238
+
239
+ boolean
240
+
241
+
242
+ </td><td>
243
+
244
+
245
+ </td></tr>
246
+ <tr><td>
247
+
248
+ [hasSlottedContent](./grid-pro.multicolumndropdown.hasslottedcontent.md)
249
+
250
+
251
+ </td><td>
252
+
253
+ `readonly`
254
+
255
+
256
+ </td><td>
257
+
258
+ boolean
259
+
260
+
261
+ </td><td>
262
+
263
+
264
+ </td></tr>
265
+ <tr><td>
266
+
267
+ [labelKey](./grid-pro.multicolumndropdown.labelkey.md)
268
+
269
+
270
+ </td><td>
271
+
272
+
273
+ </td><td>
274
+
275
+ string
276
+
277
+
278
+ </td><td>
279
+
280
+ The key used as the label displayed in the UI
281
+
282
+
283
+ </td></tr>
284
+ <tr><td>
285
+
286
+ [open](./grid-pro.multicolumndropdown.open.md)
287
+
288
+
289
+ </td><td>
290
+
291
+
292
+ </td><td>
293
+
294
+ boolean
295
+
296
+
297
+ </td><td>
298
+
299
+ Whether the dropdown is open or not
300
+
301
+
302
+ </td></tr>
303
+ <tr><td>
304
+
305
+ [optionsElement](./grid-pro.multicolumndropdown.optionselement.md)
306
+
307
+
308
+ </td><td>
309
+
310
+
311
+ </td><td>
312
+
313
+ HTMLElement
314
+
315
+
316
+ </td><td>
317
+
318
+
319
+ </td></tr>
320
+ <tr><td>
321
+
322
+ [request](./grid-pro.multicolumndropdown.request.md)
323
+
324
+
325
+ </td><td>
326
+
327
+
328
+ </td><td>
329
+
330
+ object
331
+
332
+
333
+ </td><td>
334
+
335
+ A request object to pass in the reqrep
336
+
337
+
338
+ </td></tr>
339
+ <tr><td>
340
+
341
+ [requestSupportsAdvancedSearch](./grid-pro.multicolumndropdown.requestsupportsadvancedsearch.md)
342
+
343
+
344
+ </td><td>
345
+
346
+
347
+ </td><td>
348
+
349
+ boolean
350
+
351
+
352
+ </td><td>
353
+
354
+ Tells whether a given request supports lookup by Groovy Expressions.
355
+
356
+
357
+ </td></tr>
358
+ <tr><td>
359
+
360
+ [resourceName](./grid-pro.multicolumndropdown.resourcename.md)
361
+
362
+
363
+ </td><td>
364
+
365
+
366
+ </td><td>
367
+
368
+ string
369
+
370
+
371
+ </td><td>
372
+
373
+ The name of the reqrep to get the options from
374
+
375
+
376
+ </td></tr>
377
+ <tr><td>
378
+
379
+ [searchKey?](./grid-pro.multicolumndropdown.searchkey.md)
380
+
381
+
382
+ </td><td>
383
+
384
+
385
+ </td><td>
386
+
387
+ string \| string\[\]
388
+
389
+
390
+ </td><td>
391
+
392
+ _(Optional)_ The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key="NAME,ID").
393
+
394
+
395
+ </td></tr>
396
+ <tr><td>
397
+
398
+ [selectedRow](./grid-pro.multicolumndropdown.selectedrow.md)
399
+
400
+
401
+ </td><td>
402
+
403
+
404
+ </td><td>
405
+
406
+ object
407
+
408
+
409
+ </td><td>
410
+
411
+ Data for the selected row
412
+
413
+
414
+ </td></tr>
415
+ <tr><td>
416
+
417
+ [value](./grid-pro.multicolumndropdown.value.md)
418
+
419
+
420
+ </td><td>
421
+
422
+
423
+ </td><td>
424
+
425
+ string
426
+
427
+
428
+ </td><td>
429
+
430
+
431
+ </td></tr>
432
+ <tr><td>
433
+
434
+ [valueKey](./grid-pro.multicolumndropdown.valuekey.md)
435
+
436
+
437
+ </td><td>
438
+
439
+
440
+ </td><td>
441
+
442
+ string
443
+
444
+
445
+ </td><td>
446
+
447
+ The key used as the value sent to the server
448
+
449
+
450
+ </td></tr>
451
+ </tbody></table>
452
+
453
+ ## Methods
454
+
455
+ <table><thead><tr><th>
456
+
457
+ Method
458
+
459
+
460
+ </th><th>
461
+
462
+ Modifiers
463
+
464
+
465
+ </th><th>
466
+
467
+ Description
468
+
469
+
470
+ </th></tr></thead>
471
+ <tbody><tr><td>
472
+
473
+ [changeHandler(event)](./grid-pro.multicolumndropdown.changehandler.md)
474
+
475
+
476
+ </td><td>
477
+
478
+
479
+ </td><td>
480
+
481
+
482
+ </td></tr>
483
+ <tr><td>
484
+
485
+ [columnDefinitionsChanged()](./grid-pro.multicolumndropdown.columndefinitionschanged.md)
486
+
487
+
488
+ </td><td>
489
+
490
+
491
+ </td><td>
492
+
493
+
494
+ </td></tr>
495
+ <tr><td>
496
+
497
+ [connectedCallback()](./grid-pro.multicolumndropdown.connectedcallback.md)
498
+
499
+
500
+ </td><td>
501
+
502
+
503
+ </td><td>
504
+
505
+
506
+ </td></tr>
507
+ <tr><td>
508
+
509
+ [disconnectedCallback()](./grid-pro.multicolumndropdown.disconnectedcallback.md)
510
+
511
+
512
+ </td><td>
513
+
514
+
515
+ </td><td>
516
+
517
+
518
+ </td></tr>
519
+ <tr><td>
520
+
521
+ [dropdownWidthChanged()](./grid-pro.multicolumndropdown.dropdownwidthchanged.md)
522
+
523
+
524
+ </td><td>
525
+
526
+
527
+ </td><td>
528
+
529
+
530
+ </td></tr>
531
+ <tr><td>
532
+
533
+ [filterSearchChanged()](./grid-pro.multicolumndropdown.filtersearchchanged.md)
534
+
535
+
536
+ </td><td>
537
+
538
+
539
+ </td><td>
540
+
541
+
542
+ </td></tr>
543
+ <tr><td>
544
+
545
+ [openChanged()](./grid-pro.multicolumndropdown.openchanged.md)
546
+
547
+
548
+ </td><td>
549
+
550
+
551
+ </td><td>
552
+
553
+
554
+ </td></tr>
555
+ <tr><td>
556
+
557
+ [requestChanged()](./grid-pro.multicolumndropdown.requestchanged.md)
558
+
559
+
560
+ </td><td>
561
+
562
+
563
+ </td><td>
564
+
565
+
566
+ </td></tr>
567
+ <tr><td>
568
+
569
+ [toggle()](./grid-pro.multicolumndropdown.toggle.md)
570
+
571
+
572
+ </td><td>
573
+
574
+
575
+ </td><td>
576
+
577
+
578
+ </td></tr>
579
+ </tbody></table>
580
+
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [open](./grid-pro.multicolumndropdown.open.md)
4
+
5
+ ## MulticolumnDropdown.open property
6
+
7
+ Whether the dropdown is open or not
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ open: boolean;
13
+ ```
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [openChanged](./grid-pro.multicolumndropdown.openchanged.md)
4
+
5
+ ## MulticolumnDropdown.openChanged() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ openChanged(): void;
11
+ ```
12
+ **Returns:**
13
+
14
+ void
15
+
@@ -0,0 +1,11 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [optionsElement](./grid-pro.multicolumndropdown.optionselement.md)
4
+
5
+ ## MulticolumnDropdown.optionsElement property
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ optionsElement: HTMLElement;
11
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [request](./grid-pro.multicolumndropdown.request.md)
4
+
5
+ ## MulticolumnDropdown.request property
6
+
7
+ A request object to pass in the reqrep
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ request: object;
13
+ ```
@@ -0,0 +1,15 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [requestChanged](./grid-pro.multicolumndropdown.requestchanged.md)
4
+
5
+ ## MulticolumnDropdown.requestChanged() method
6
+
7
+ **Signature:**
8
+
9
+ ```typescript
10
+ requestChanged(): void;
11
+ ```
12
+ **Returns:**
13
+
14
+ void
15
+
@@ -0,0 +1,18 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [requestSupportsAdvancedSearch](./grid-pro.multicolumndropdown.requestsupportsadvancedsearch.md)
4
+
5
+ ## MulticolumnDropdown.requestSupportsAdvancedSearch property
6
+
7
+ Tells whether a given request supports lookup by Groovy Expressions.
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ requestSupportsAdvancedSearch: boolean;
13
+ ```
14
+
15
+ ## Remarks
16
+
17
+ Only set this to TRUE for GPAL ReqReps when you want to search on multiple fields. Custom ReqReps don't support groovy expressions for criteria match.
18
+
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [resourceName](./grid-pro.multicolumndropdown.resourcename.md)
4
+
5
+ ## MulticolumnDropdown.resourceName property
6
+
7
+ The name of the reqrep to get the options from
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ resourceName: string;
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [searchKey](./grid-pro.multicolumndropdown.searchkey.md)
4
+
5
+ ## MulticolumnDropdown.searchKey property
6
+
7
+ The key(s) to search by. Use comma-separated values for multiple keys (e.g. search-key="NAME,ID").
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ searchKey?: string | string[];
13
+ ```
@@ -0,0 +1,13 @@
1
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
2
+
3
+ [Home](./index.md) &gt; [@genesislcap/grid-pro](./grid-pro.md) &gt; [MulticolumnDropdown](./grid-pro.multicolumndropdown.md) &gt; [selectedRow](./grid-pro.multicolumndropdown.selectedrow.md)
4
+
5
+ ## MulticolumnDropdown.selectedRow property
6
+
7
+ Data for the selected row
8
+
9
+ **Signature:**
10
+
11
+ ```typescript
12
+ selectedRow: object;
13
+ ```