@genesislcap/rapid-grid-pro 14.349.0 → 14.350.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.
@@ -26,6 +26,1428 @@
26
26
  }
27
27
  ]
28
28
  },
29
+ {
30
+ "kind": "javascript-module",
31
+ "path": "src/grid-pro-v34.ts",
32
+ "declarations": [
33
+ {
34
+ "kind": "class",
35
+ "description": "",
36
+ "name": "RapidGridProV34",
37
+ "members": [
38
+ {
39
+ "kind": "field",
40
+ "name": "provider",
41
+ "type": {
42
+ "text": "any"
43
+ },
44
+ "inheritedFrom": {
45
+ "name": "GridProV34",
46
+ "module": "src/grid-pro-v34.ts"
47
+ }
48
+ },
49
+ {
50
+ "kind": "field",
51
+ "name": "gridOptions",
52
+ "type": {
53
+ "text": "GridOptions"
54
+ },
55
+ "privacy": "public",
56
+ "description": "Handles extra Rapid configs",
57
+ "inheritedFrom": {
58
+ "name": "GridProV34",
59
+ "module": "src/grid-pro-v34.ts"
60
+ }
61
+ },
62
+ {
63
+ "kind": "method",
64
+ "name": "cloneNode",
65
+ "return": {
66
+ "type": {
67
+ "text": "Node"
68
+ }
69
+ },
70
+ "parameters": [
71
+ {
72
+ "name": "deep",
73
+ "optional": true,
74
+ "type": {
75
+ "text": "boolean"
76
+ }
77
+ }
78
+ ],
79
+ "inheritedFrom": {
80
+ "name": "LifecycleMixin",
81
+ "module": "src/mixins/lifecycle/lifecycle.ts"
82
+ }
83
+ },
84
+ {
85
+ "kind": "method",
86
+ "name": "deepClone",
87
+ "return": {
88
+ "type": {
89
+ "text": "Node"
90
+ }
91
+ },
92
+ "inheritedFrom": {
93
+ "name": "LifecycleMixin",
94
+ "module": "src/mixins/lifecycle/lifecycle.ts"
95
+ }
96
+ },
97
+ {
98
+ "kind": "field",
99
+ "name": "shouldRunDisconnect",
100
+ "return": {
101
+ "type": {
102
+ "text": ""
103
+ }
104
+ },
105
+ "readonly": true,
106
+ "inheritedFrom": {
107
+ "name": "LifecycleMixin",
108
+ "module": "src/mixins/lifecycle/lifecycle.ts"
109
+ }
110
+ },
111
+ {
112
+ "kind": "field",
113
+ "name": "shouldRunConnect",
114
+ "return": {
115
+ "type": {
116
+ "text": ""
117
+ }
118
+ },
119
+ "readonly": true,
120
+ "inheritedFrom": {
121
+ "name": "LifecycleMixin",
122
+ "module": "src/mixins/lifecycle/lifecycle.ts"
123
+ }
124
+ },
125
+ {
126
+ "kind": "method",
127
+ "name": "#_blockLifecycleDueToTokenChange",
128
+ "return": {
129
+ "type": {
130
+ "text": "boolean"
131
+ }
132
+ },
133
+ "parameters": [
134
+ {
135
+ "name": "lifecycleType",
136
+ "type": {
137
+ "text": "Lifecycletype"
138
+ }
139
+ }
140
+ ],
141
+ "inheritedFrom": {
142
+ "name": "LifecycleMixin",
143
+ "module": "src/mixins/lifecycle/lifecycle.ts"
144
+ }
145
+ },
146
+ {
147
+ "kind": "field",
148
+ "name": "gridApi",
149
+ "type": {
150
+ "text": "GridApi"
151
+ },
152
+ "inheritedFrom": {
153
+ "name": "GridProV34",
154
+ "module": "src/grid-pro-v34.ts"
155
+ }
156
+ },
157
+ {
158
+ "kind": "field",
159
+ "name": "gridErrorItems",
160
+ "type": {
161
+ "text": "GridProErrorItem<GridProErrorEvent['detail']>[]"
162
+ },
163
+ "default": "[]",
164
+ "inheritedFrom": {
165
+ "name": "GridProV34",
166
+ "module": "src/grid-pro-v34.ts"
167
+ }
168
+ },
169
+ {
170
+ "kind": "field",
171
+ "name": "statePersistence",
172
+ "type": {
173
+ "text": "StatePersistence"
174
+ },
175
+ "inheritedFrom": {
176
+ "name": "GridProV34",
177
+ "module": "src/grid-pro-v34.ts"
178
+ }
179
+ },
180
+ {
181
+ "kind": "field",
182
+ "name": "autoCellRendererByType",
183
+ "type": {
184
+ "text": "boolean"
185
+ },
186
+ "default": "false",
187
+ "inheritedFrom": {
188
+ "name": "GridProV34",
189
+ "module": "src/grid-pro-v34.ts"
190
+ }
191
+ },
192
+ {
193
+ "kind": "field",
194
+ "name": "onlyTemplateColDefs",
195
+ "type": {
196
+ "text": "boolean"
197
+ },
198
+ "default": "false",
199
+ "inheritedFrom": {
200
+ "name": "GridProV34",
201
+ "module": "src/grid-pro-v34.ts"
202
+ }
203
+ },
204
+ {
205
+ "kind": "field",
206
+ "name": "gridAutosizingEnabled",
207
+ "type": {
208
+ "text": "boolean"
209
+ },
210
+ "default": "false",
211
+ "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
212
+ "inheritedFrom": {
213
+ "name": "GridProV34",
214
+ "module": "src/grid-pro-v34.ts"
215
+ }
216
+ },
217
+ {
218
+ "kind": "field",
219
+ "name": "enableCellFlashing",
220
+ "type": {
221
+ "text": "boolean"
222
+ },
223
+ "default": "false",
224
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
225
+ "inheritedFrom": {
226
+ "name": "GridProV34",
227
+ "module": "src/grid-pro-v34.ts"
228
+ }
229
+ },
230
+ {
231
+ "kind": "field",
232
+ "name": "enableRowFlashing",
233
+ "type": {
234
+ "text": "boolean"
235
+ },
236
+ "default": "false",
237
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
238
+ "inheritedFrom": {
239
+ "name": "GridProV34",
240
+ "module": "src/grid-pro-v34.ts"
241
+ }
242
+ },
243
+ {
244
+ "kind": "field",
245
+ "name": "persistColumnStateKey",
246
+ "type": {
247
+ "text": "string"
248
+ },
249
+ "description": "The key to use for persisting the column state in local browser or KV storage.",
250
+ "inheritedFrom": {
251
+ "name": "GridProV34",
252
+ "module": "src/grid-pro-v34.ts"
253
+ }
254
+ },
255
+ {
256
+ "kind": "field",
257
+ "name": "persistFilterModelKey",
258
+ "type": {
259
+ "text": "string"
260
+ },
261
+ "description": "The key to use for persisting the filter model in local browser or KV storage.",
262
+ "inheritedFrom": {
263
+ "name": "GridProV34",
264
+ "module": "src/grid-pro-v34.ts"
265
+ }
266
+ },
267
+ {
268
+ "kind": "field",
269
+ "name": "headerCaseType",
270
+ "type": {
271
+ "text": "GridProCaseType"
272
+ },
273
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
274
+ "privacy": "public",
275
+ "inheritedFrom": {
276
+ "name": "GridProV34",
277
+ "module": "src/grid-pro-v34.ts"
278
+ }
279
+ },
280
+ {
281
+ "kind": "field",
282
+ "name": "rowData",
283
+ "type": {
284
+ "text": "any[]"
285
+ },
286
+ "description": "The row data to display in the grid.",
287
+ "privacy": "public",
288
+ "inheritedFrom": {
289
+ "name": "GridProV34",
290
+ "module": "src/grid-pro-v34.ts"
291
+ }
292
+ },
293
+ {
294
+ "kind": "method",
295
+ "name": "rowDataChanged",
296
+ "parameters": [
297
+ {
298
+ "name": "_"
299
+ },
300
+ {
301
+ "name": "rowData"
302
+ }
303
+ ],
304
+ "inheritedFrom": {
305
+ "name": "GridProV34",
306
+ "module": "src/grid-pro-v34.ts"
307
+ }
308
+ },
309
+ {
310
+ "kind": "field",
311
+ "name": "columnComponentName",
312
+ "type": {
313
+ "text": "string"
314
+ },
315
+ "default": "'grid-pro-column'",
316
+ "inheritedFrom": {
317
+ "name": "GridProV34",
318
+ "module": "src/grid-pro-v34.ts"
319
+ }
320
+ },
321
+ {
322
+ "kind": "field",
323
+ "name": "eventsAndCallbacks",
324
+ "type": {
325
+ "text": "GridProEventsAndCallbacks"
326
+ },
327
+ "inheritedFrom": {
328
+ "name": "GridProV34",
329
+ "module": "src/grid-pro-v34.ts"
330
+ }
331
+ },
332
+ {
333
+ "kind": "field",
334
+ "name": "headerHeight",
335
+ "type": {
336
+ "text": "number"
337
+ },
338
+ "inheritedFrom": {
339
+ "name": "GridProV34",
340
+ "module": "src/grid-pro-v34.ts"
341
+ }
342
+ },
343
+ {
344
+ "kind": "field",
345
+ "name": "rowHeight",
346
+ "type": {
347
+ "text": "number"
348
+ },
349
+ "inheritedFrom": {
350
+ "name": "GridProV34",
351
+ "module": "src/grid-pro-v34.ts"
352
+ }
353
+ },
354
+ {
355
+ "kind": "field",
356
+ "name": "classNames",
357
+ "type": {
358
+ "text": "string"
359
+ },
360
+ "inheritedFrom": {
361
+ "name": "GridProV34",
362
+ "module": "src/grid-pro-v34.ts"
363
+ }
364
+ },
365
+ {
366
+ "kind": "field",
367
+ "name": "agGrid",
368
+ "type": {
369
+ "text": "GridApi"
370
+ },
371
+ "inheritedFrom": {
372
+ "name": "GridProV34",
373
+ "module": "src/grid-pro-v34.ts"
374
+ }
375
+ },
376
+ {
377
+ "kind": "field",
378
+ "name": "gridSlot",
379
+ "type": {
380
+ "text": "HTMLSlotElement"
381
+ },
382
+ "inheritedFrom": {
383
+ "name": "GridProV34",
384
+ "module": "src/grid-pro-v34.ts"
385
+ }
386
+ },
387
+ {
388
+ "kind": "field",
389
+ "name": "themeMode",
390
+ "type": {
391
+ "text": "'light' | 'dark'"
392
+ },
393
+ "default": "'dark'",
394
+ "inheritedFrom": {
395
+ "name": "GridProV34",
396
+ "module": "src/grid-pro-v34.ts"
397
+ }
398
+ },
399
+ {
400
+ "kind": "field",
401
+ "name": "gridComponents",
402
+ "type": {
403
+ "text": "{ [componentName: string]: any }"
404
+ },
405
+ "inheritedFrom": {
406
+ "name": "GridProV34",
407
+ "module": "src/grid-pro-v34.ts"
408
+ }
409
+ },
410
+ {
411
+ "kind": "field",
412
+ "name": "pagination",
413
+ "type": {
414
+ "text": "boolean"
415
+ },
416
+ "default": "false",
417
+ "description": "Enable pagination for the grid.",
418
+ "inheritedFrom": {
419
+ "name": "GridProV34",
420
+ "module": "src/grid-pro-v34.ts"
421
+ }
422
+ },
423
+ {
424
+ "kind": "field",
425
+ "name": "paginationPageSize",
426
+ "type": {
427
+ "text": "number"
428
+ },
429
+ "description": "Number of rows per page when pagination is enabled.",
430
+ "inheritedFrom": {
431
+ "name": "GridProV34",
432
+ "module": "src/grid-pro-v34.ts"
433
+ }
434
+ },
435
+ {
436
+ "kind": "field",
437
+ "name": "statusBarConfig",
438
+ "type": {
439
+ "text": "GridProStatusBarConfig"
440
+ },
441
+ "default": "DEFAULT_STATUS_BAR_CONFIG",
442
+ "description": "Configuration for the grid status bar components.",
443
+ "inheritedFrom": {
444
+ "name": "GridProV34",
445
+ "module": "src/grid-pro-v34.ts"
446
+ }
447
+ },
448
+ {
449
+ "kind": "field",
450
+ "name": "withStatusBar",
451
+ "type": {
452
+ "text": "boolean"
453
+ },
454
+ "default": "false",
455
+ "description": "Enables or disables the grid status bar.",
456
+ "inheritedFrom": {
457
+ "name": "GridProV34",
458
+ "module": "src/grid-pro-v34.ts"
459
+ }
460
+ },
461
+ {
462
+ "kind": "field",
463
+ "name": "customErrorHandlerTemplate",
464
+ "type": {
465
+ "text": "(\n prefix: string,\n gridErrorItems: GridProErrorItem<any>[],\n ) => ViewTemplate | undefined"
466
+ },
467
+ "description": "Custom error handler dialog template function.",
468
+ "inheritedFrom": {
469
+ "name": "GridProV34",
470
+ "module": "src/grid-pro-v34.ts"
471
+ }
472
+ },
473
+ {
474
+ "kind": "field",
475
+ "name": "columnState",
476
+ "type": {
477
+ "text": "ColumnState[]"
478
+ },
479
+ "privacy": "private",
480
+ "inheritedFrom": {
481
+ "name": "GridProV34",
482
+ "module": "src/grid-pro-v34.ts"
483
+ }
484
+ },
485
+ {
486
+ "kind": "field",
487
+ "name": "agGridOptions",
488
+ "type": {
489
+ "text": "GridOptions"
490
+ },
491
+ "privacy": "protected",
492
+ "inheritedFrom": {
493
+ "name": "GridProV34",
494
+ "module": "src/grid-pro-v34.ts"
495
+ }
496
+ },
497
+ {
498
+ "kind": "field",
499
+ "name": "initialised",
500
+ "type": {
501
+ "text": "boolean"
502
+ },
503
+ "privacy": "protected",
504
+ "inheritedFrom": {
505
+ "name": "GridProV34",
506
+ "module": "src/grid-pro-v34.ts"
507
+ }
508
+ },
509
+ {
510
+ "kind": "field",
511
+ "name": "rehydrationAttempted",
512
+ "type": {
513
+ "text": "boolean"
514
+ },
515
+ "privacy": "private",
516
+ "default": "false",
517
+ "inheritedFrom": {
518
+ "name": "GridProV34",
519
+ "module": "src/grid-pro-v34.ts"
520
+ }
521
+ },
522
+ {
523
+ "kind": "field",
524
+ "name": "rootEventsListeners",
525
+ "type": {
526
+ "text": "GridProEventsListeners"
527
+ },
528
+ "privacy": "private",
529
+ "default": "[]",
530
+ "inheritedFrom": {
531
+ "name": "GridProV34",
532
+ "module": "src/grid-pro-v34.ts"
533
+ }
534
+ },
535
+ {
536
+ "kind": "field",
537
+ "name": "gridEventsQueue",
538
+ "type": {
539
+ "text": "string[]"
540
+ },
541
+ "privacy": "private",
542
+ "default": "[]",
543
+ "inheritedFrom": {
544
+ "name": "GridProV34",
545
+ "module": "src/grid-pro-v34.ts"
546
+ }
547
+ },
548
+ {
549
+ "kind": "field",
550
+ "name": "registeredGridEvents",
551
+ "type": {
552
+ "text": "Set<string>"
553
+ },
554
+ "privacy": "private",
555
+ "default": "new Set()",
556
+ "inheritedFrom": {
557
+ "name": "GridProV34",
558
+ "module": "src/grid-pro-v34.ts"
559
+ }
560
+ },
561
+ {
562
+ "kind": "field",
563
+ "name": "_filterConfig",
564
+ "type": {
565
+ "text": "{ [key: string]: any } | undefined"
566
+ },
567
+ "privacy": "private",
568
+ "default": "undefined",
569
+ "inheritedFrom": {
570
+ "name": "GridProV34",
571
+ "module": "src/grid-pro-v34.ts"
572
+ }
573
+ },
574
+ {
575
+ "kind": "method",
576
+ "name": "getfilterModel",
577
+ "return": {
578
+ "type": {
579
+ "text": "Promise<{ [key: string]: any }>"
580
+ }
581
+ },
582
+ "inheritedFrom": {
583
+ "name": "GridProV34",
584
+ "module": "src/grid-pro-v34.ts"
585
+ }
586
+ },
587
+ {
588
+ "kind": "method",
589
+ "name": "setFilterModel",
590
+ "return": {
591
+ "type": {
592
+ "text": "Promise<void>"
593
+ }
594
+ },
595
+ "parameters": [
596
+ {
597
+ "name": "value",
598
+ "type": {
599
+ "text": "{ [key: string]: any }"
600
+ }
601
+ }
602
+ ],
603
+ "inheritedFrom": {
604
+ "name": "GridProV34",
605
+ "module": "src/grid-pro-v34.ts"
606
+ }
607
+ },
608
+ {
609
+ "kind": "field",
610
+ "name": "gridOptionsConfig",
611
+ "type": {
612
+ "text": "GridOptionsConfig"
613
+ },
614
+ "description": "Injectable config that allows to change grid options on an app level basis\nTo modify options, register instance of the config in DOM container that is\nabove the grid or on the top level of the application, so it applies to all grids.",
615
+ "inheritedFrom": {
616
+ "name": "GridProV34",
617
+ "module": "src/grid-pro-v34.ts"
618
+ }
619
+ },
620
+ {
621
+ "kind": "method",
622
+ "name": "addEventListener",
623
+ "parameters": [
624
+ {
625
+ "name": "eventType",
626
+ "type": {
627
+ "text": "string"
628
+ },
629
+ "description": "The event type to listen for. Recommened to use the `Events` from AG Grid."
630
+ },
631
+ {
632
+ "name": "listener",
633
+ "description": "The event listener to call when the event is fired."
634
+ },
635
+ {
636
+ "name": "options",
637
+ "optional": true,
638
+ "type": {
639
+ "text": "boolean | AddEventListenerOptions"
640
+ },
641
+ "description": "An options object that specifies characteristics about the event listener."
642
+ }
643
+ ],
644
+ "description": "Adds an event listener to the grid element.",
645
+ "inheritedFrom": {
646
+ "name": "GridProV34",
647
+ "module": "src/grid-pro-v34.ts"
648
+ }
649
+ },
650
+ {
651
+ "kind": "method",
652
+ "name": "addGridEventListener",
653
+ "privacy": "private",
654
+ "parameters": [
655
+ {
656
+ "name": "eventType",
657
+ "type": {
658
+ "text": "string"
659
+ }
660
+ }
661
+ ],
662
+ "inheritedFrom": {
663
+ "name": "GridProV34",
664
+ "module": "src/grid-pro-v34.ts"
665
+ }
666
+ },
667
+ {
668
+ "kind": "method",
669
+ "name": "handleError",
670
+ "privacy": "private",
671
+ "parameters": [
672
+ {
673
+ "name": "type",
674
+ "type": {
675
+ "text": "GridProErrorTypes"
676
+ }
677
+ },
678
+ {
679
+ "name": "event",
680
+ "type": {
681
+ "text": "GridProErrorEvent"
682
+ }
683
+ }
684
+ ],
685
+ "inheritedFrom": {
686
+ "name": "GridProV34",
687
+ "module": "src/grid-pro-v34.ts"
688
+ }
689
+ },
690
+ {
691
+ "kind": "method",
692
+ "name": "handleBaseDatasourceError",
693
+ "privacy": "private",
694
+ "parameters": [
695
+ {
696
+ "name": "event",
697
+ "type": {
698
+ "text": "BaseDatasourceErrorEvent"
699
+ }
700
+ }
701
+ ],
702
+ "inheritedFrom": {
703
+ "name": "GridProV34",
704
+ "module": "src/grid-pro-v34.ts"
705
+ }
706
+ },
707
+ {
708
+ "kind": "method",
709
+ "name": "hideDatasourceError",
710
+ "inheritedFrom": {
711
+ "name": "GridProV34",
712
+ "module": "src/grid-pro-v34.ts"
713
+ }
714
+ },
715
+ {
716
+ "kind": "method",
717
+ "name": "flashAddedCells",
718
+ "privacy": "private",
719
+ "parameters": [
720
+ {
721
+ "name": "rowNodes"
722
+ }
723
+ ],
724
+ "inheritedFrom": {
725
+ "name": "GridProV34",
726
+ "module": "src/grid-pro-v34.ts"
727
+ }
728
+ },
729
+ {
730
+ "kind": "method",
731
+ "name": "combineAllGridComponents",
732
+ "return": {
733
+ "type": {
734
+ "text": "GridComponents"
735
+ }
736
+ },
737
+ "parameters": [
738
+ {
739
+ "name": "gridOptionsComponents",
740
+ "type": {
741
+ "text": "GridComponents"
742
+ }
743
+ }
744
+ ],
745
+ "inheritedFrom": {
746
+ "name": "GridProV34",
747
+ "module": "src/grid-pro-v34.ts"
748
+ }
749
+ },
750
+ {
751
+ "kind": "method",
752
+ "name": "statePersistanceEnabled",
753
+ "return": {
754
+ "type": {
755
+ "text": "boolean"
756
+ }
757
+ },
758
+ "inheritedFrom": {
759
+ "name": "GridProV34",
760
+ "module": "src/grid-pro-v34.ts"
761
+ }
762
+ },
763
+ {
764
+ "kind": "method",
765
+ "name": "getSelectedRows",
766
+ "return": {
767
+ "type": {
768
+ "text": ""
769
+ }
770
+ },
771
+ "description": "Gets the currently selected rows from the grid",
772
+ "privacy": "public",
773
+ "inheritedFrom": {
774
+ "name": "GridProV34",
775
+ "module": "src/grid-pro-v34.ts"
776
+ }
777
+ },
778
+ {
779
+ "kind": "method",
780
+ "name": "hasSelectedRows",
781
+ "return": {
782
+ "type": {
783
+ "text": ""
784
+ }
785
+ },
786
+ "description": "Checks if any rows are currently selected",
787
+ "privacy": "public",
788
+ "inheritedFrom": {
789
+ "name": "GridProV34",
790
+ "module": "src/grid-pro-v34.ts"
791
+ }
792
+ },
793
+ {
794
+ "kind": "method",
795
+ "name": "saveColumnState",
796
+ "privacy": "private",
797
+ "return": {
798
+ "type": {
799
+ "text": "Promise<void>"
800
+ }
801
+ },
802
+ "inheritedFrom": {
803
+ "name": "GridProV34",
804
+ "module": "src/grid-pro-v34.ts"
805
+ }
806
+ },
807
+ {
808
+ "kind": "method",
809
+ "name": "getSavedColumnState",
810
+ "return": {
811
+ "type": {
812
+ "text": "Promise<ColumnState[]>"
813
+ }
814
+ },
815
+ "description": "Gets the saved grid ColumnState[] from storage",
816
+ "privacy": "public",
817
+ "inheritedFrom": {
818
+ "name": "GridProV34",
819
+ "module": "src/grid-pro-v34.ts"
820
+ }
821
+ },
822
+ {
823
+ "kind": "method",
824
+ "name": "restoreColumnState",
825
+ "privacy": "private",
826
+ "return": {
827
+ "type": {
828
+ "text": "Promise<void>"
829
+ }
830
+ },
831
+ "inheritedFrom": {
832
+ "name": "GridProV34",
833
+ "module": "src/grid-pro-v34.ts"
834
+ }
835
+ },
836
+ {
837
+ "kind": "method",
838
+ "name": "cacheFilterConfig",
839
+ "return": {
840
+ "type": {
841
+ "text": "void"
842
+ }
843
+ },
844
+ "inheritedFrom": {
845
+ "name": "GridProV34",
846
+ "module": "src/grid-pro-v34.ts"
847
+ }
848
+ },
849
+ {
850
+ "kind": "method",
851
+ "name": "restoreCachedFilterConfig",
852
+ "return": {
853
+ "type": {
854
+ "text": "Promise<void>"
855
+ }
856
+ },
857
+ "inheritedFrom": {
858
+ "name": "GridProV34",
859
+ "module": "src/grid-pro-v34.ts"
860
+ }
861
+ },
862
+ {
863
+ "kind": "field",
864
+ "name": "isServerSide",
865
+ "type": {
866
+ "text": "boolean"
867
+ },
868
+ "privacy": "public",
869
+ "readonly": true,
870
+ "inheritedFrom": {
871
+ "name": "GridProV34",
872
+ "module": "src/grid-pro-v34.ts"
873
+ }
874
+ },
875
+ {
876
+ "kind": "field",
877
+ "name": "gridParams",
878
+ "type": {
879
+ "text": "GridParams"
880
+ },
881
+ "privacy": "public",
882
+ "readonly": true,
883
+ "inheritedFrom": {
884
+ "name": "GridProV34",
885
+ "module": "src/grid-pro-v34.ts"
886
+ }
887
+ },
888
+ {
889
+ "kind": "field",
890
+ "name": "gridProDatasource",
891
+ "type": {
892
+ "text": "GridProBaseDatasource"
893
+ },
894
+ "description": "Get the datasource element.",
895
+ "privacy": "public",
896
+ "readonly": true,
897
+ "inheritedFrom": {
898
+ "name": "GridProV34",
899
+ "module": "src/grid-pro-v34.ts"
900
+ }
901
+ },
902
+ {
903
+ "kind": "method",
904
+ "name": "setLocalGridOptions",
905
+ "privacy": "private",
906
+ "parameters": [
907
+ {
908
+ "name": "derivedOptions",
909
+ "type": {
910
+ "text": "GridOptions"
911
+ }
912
+ }
913
+ ],
914
+ "inheritedFrom": {
915
+ "name": "GridProV34",
916
+ "module": "src/grid-pro-v34.ts"
917
+ }
918
+ },
919
+ {
920
+ "kind": "method",
921
+ "name": "clearLocalGridOptions",
922
+ "description": "Clears the local grid options, this is used to clear the grid options when the grid is restarted.",
923
+ "privacy": "public",
924
+ "inheritedFrom": {
925
+ "name": "GridProV34",
926
+ "module": "src/grid-pro-v34.ts"
927
+ }
928
+ },
929
+ {
930
+ "kind": "method",
931
+ "name": "initGrid",
932
+ "privacy": "private",
933
+ "inheritedFrom": {
934
+ "name": "GridProV34",
935
+ "module": "src/grid-pro-v34.ts"
936
+ }
937
+ },
938
+ {
939
+ "kind": "method",
940
+ "name": "mergeAllColumnDefsAndStates",
941
+ "parameters": [
942
+ {
943
+ "name": "columnDefs",
944
+ "type": {
945
+ "text": "ColDef[]"
946
+ },
947
+ "description": "The column definitions to apply to the grid."
948
+ },
949
+ {
950
+ "name": "deferredColumnDefsOrState",
951
+ "default": "false",
952
+ "description": "If true, will merge the column definitions with the saved column state or the `deferredColumnStates` property\non the `grid-pro-genesis-datasource` element. Defaults to false but `grid-pro-genesis-datasource` will set this to true."
953
+ }
954
+ ],
955
+ "description": "Will merge templated column definitions with `columnDefs` plus localStorage's column state or `deferredColumnStates`.",
956
+ "privacy": "public",
957
+ "return": {
958
+ "type": {
959
+ "text": ""
960
+ }
961
+ },
962
+ "inheritedFrom": {
963
+ "name": "GridProV34",
964
+ "module": "src/grid-pro-v34.ts"
965
+ }
966
+ },
967
+ {
968
+ "kind": "method",
969
+ "name": "panelExists",
970
+ "privacy": "private",
971
+ "return": {
972
+ "type": {
973
+ "text": "boolean"
974
+ }
975
+ },
976
+ "parameters": [
977
+ {
978
+ "name": "statusPanelType",
979
+ "type": {
980
+ "text": "string"
981
+ }
982
+ },
983
+ {
984
+ "name": "panels",
985
+ "type": {
986
+ "text": "any[]"
987
+ }
988
+ }
989
+ ],
990
+ "inheritedFrom": {
991
+ "name": "GridProV34",
992
+ "module": "src/grid-pro-v34.ts"
993
+ }
994
+ },
995
+ {
996
+ "kind": "method",
997
+ "name": "addRowCountPanel",
998
+ "privacy": "private",
999
+ "return": {
1000
+ "type": {
1001
+ "text": "void"
1002
+ }
1003
+ },
1004
+ "parameters": [
1005
+ {
1006
+ "name": "statusPanels",
1007
+ "type": {
1008
+ "text": "any[]"
1009
+ }
1010
+ }
1011
+ ],
1012
+ "inheritedFrom": {
1013
+ "name": "GridProV34",
1014
+ "module": "src/grid-pro-v34.ts"
1015
+ }
1016
+ },
1017
+ {
1018
+ "kind": "method",
1019
+ "name": "addMaxRowsPanel",
1020
+ "privacy": "private",
1021
+ "return": {
1022
+ "type": {
1023
+ "text": "void"
1024
+ }
1025
+ },
1026
+ "parameters": [
1027
+ {
1028
+ "name": "statusPanels",
1029
+ "type": {
1030
+ "text": "any[]"
1031
+ }
1032
+ }
1033
+ ],
1034
+ "inheritedFrom": {
1035
+ "name": "GridProV34",
1036
+ "module": "src/grid-pro-v34.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "method",
1041
+ "name": "addAggregationPanel",
1042
+ "privacy": "private",
1043
+ "return": {
1044
+ "type": {
1045
+ "text": "void"
1046
+ }
1047
+ },
1048
+ "parameters": [
1049
+ {
1050
+ "name": "statusPanels",
1051
+ "type": {
1052
+ "text": "any[]"
1053
+ }
1054
+ }
1055
+ ],
1056
+ "inheritedFrom": {
1057
+ "name": "GridProV34",
1058
+ "module": "src/grid-pro-v34.ts"
1059
+ }
1060
+ },
1061
+ {
1062
+ "kind": "method",
1063
+ "name": "addDatasourcePanels",
1064
+ "privacy": "private",
1065
+ "return": {
1066
+ "type": {
1067
+ "text": "void"
1068
+ }
1069
+ },
1070
+ "parameters": [
1071
+ {
1072
+ "name": "statusPanels",
1073
+ "type": {
1074
+ "text": "any[]"
1075
+ }
1076
+ }
1077
+ ],
1078
+ "inheritedFrom": {
1079
+ "name": "GridProV34",
1080
+ "module": "src/grid-pro-v34.ts"
1081
+ }
1082
+ },
1083
+ {
1084
+ "kind": "method",
1085
+ "name": "addPaginationPanel",
1086
+ "privacy": "private",
1087
+ "return": {
1088
+ "type": {
1089
+ "text": "void"
1090
+ }
1091
+ },
1092
+ "parameters": [
1093
+ {
1094
+ "name": "statusPanels",
1095
+ "type": {
1096
+ "text": "any[]"
1097
+ }
1098
+ }
1099
+ ],
1100
+ "inheritedFrom": {
1101
+ "name": "GridProV34",
1102
+ "module": "src/grid-pro-v34.ts"
1103
+ }
1104
+ },
1105
+ {
1106
+ "kind": "method",
1107
+ "name": "setupPaginationAndStatusBar",
1108
+ "privacy": "protected",
1109
+ "parameters": [
1110
+ {
1111
+ "name": "gridOptions",
1112
+ "type": {
1113
+ "text": "GridOptions"
1114
+ }
1115
+ }
1116
+ ],
1117
+ "inheritedFrom": {
1118
+ "name": "GridProV34",
1119
+ "module": "src/grid-pro-v34.ts"
1120
+ }
1121
+ },
1122
+ {
1123
+ "kind": "method",
1124
+ "name": "globalEventListener",
1125
+ "parameters": [
1126
+ {
1127
+ "name": "eventType"
1128
+ },
1129
+ {
1130
+ "name": "event"
1131
+ }
1132
+ ],
1133
+ "inheritedFrom": {
1134
+ "name": "GridProV34",
1135
+ "module": "src/grid-pro-v34.ts"
1136
+ }
1137
+ },
1138
+ {
1139
+ "kind": "field",
1140
+ "name": "_presentation",
1141
+ "type": {
1142
+ "text": "ComponentPresentation | null | undefined"
1143
+ },
1144
+ "privacy": "private",
1145
+ "default": "void 0",
1146
+ "inheritedFrom": {
1147
+ "name": "FoundationElement",
1148
+ "module": "src/foundation-element/foundation-element.ts"
1149
+ }
1150
+ },
1151
+ {
1152
+ "kind": "field",
1153
+ "name": "$presentation",
1154
+ "type": {
1155
+ "text": "ComponentPresentation | null"
1156
+ },
1157
+ "privacy": "public",
1158
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1159
+ "inheritedFrom": {
1160
+ "name": "FoundationElement",
1161
+ "module": "src/foundation-element/foundation-element.ts"
1162
+ }
1163
+ },
1164
+ {
1165
+ "kind": "field",
1166
+ "name": "template",
1167
+ "type": {
1168
+ "text": "ElementViewTemplate | void | null"
1169
+ },
1170
+ "privacy": "public",
1171
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1172
+ "inheritedFrom": {
1173
+ "name": "FoundationElement",
1174
+ "module": "src/foundation-element/foundation-element.ts"
1175
+ }
1176
+ },
1177
+ {
1178
+ "kind": "method",
1179
+ "name": "templateChanged",
1180
+ "privacy": "protected",
1181
+ "return": {
1182
+ "type": {
1183
+ "text": "void"
1184
+ }
1185
+ },
1186
+ "inheritedFrom": {
1187
+ "name": "FoundationElement",
1188
+ "module": "src/foundation-element/foundation-element.ts"
1189
+ }
1190
+ },
1191
+ {
1192
+ "kind": "field",
1193
+ "name": "styles",
1194
+ "type": {
1195
+ "text": "ElementStyles | void | null"
1196
+ },
1197
+ "privacy": "public",
1198
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1199
+ "inheritedFrom": {
1200
+ "name": "FoundationElement",
1201
+ "module": "src/foundation-element/foundation-element.ts"
1202
+ }
1203
+ },
1204
+ {
1205
+ "kind": "method",
1206
+ "name": "stylesChanged",
1207
+ "privacy": "protected",
1208
+ "return": {
1209
+ "type": {
1210
+ "text": "void"
1211
+ }
1212
+ },
1213
+ "inheritedFrom": {
1214
+ "name": "FoundationElement",
1215
+ "module": "src/foundation-element/foundation-element.ts"
1216
+ }
1217
+ },
1218
+ {
1219
+ "kind": "method",
1220
+ "name": "compose",
1221
+ "privacy": "public",
1222
+ "static": true,
1223
+ "return": {
1224
+ "type": {
1225
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1226
+ }
1227
+ },
1228
+ "parameters": [
1229
+ {
1230
+ "name": "this",
1231
+ "type": {
1232
+ "text": "K"
1233
+ }
1234
+ },
1235
+ {
1236
+ "name": "elementDefinition",
1237
+ "type": {
1238
+ "text": "T"
1239
+ },
1240
+ "description": "The definition of the element to create the registry\nfunction for."
1241
+ }
1242
+ ],
1243
+ "description": "Defines an element registry function with a set of element definition defaults.",
1244
+ "inheritedFrom": {
1245
+ "name": "FoundationElement",
1246
+ "module": "src/foundation-element/foundation-element.ts"
1247
+ }
1248
+ }
1249
+ ],
1250
+ "superclass": {
1251
+ "name": "GridProV34",
1252
+ "package": "@genesislcap/grid-pro"
1253
+ },
1254
+ "attributes": [
1255
+ {
1256
+ "name": "auto-cell-renderer-by-type",
1257
+ "type": {
1258
+ "text": "boolean"
1259
+ },
1260
+ "default": "false",
1261
+ "fieldName": "autoCellRendererByType",
1262
+ "inheritedFrom": {
1263
+ "name": "GridProV34",
1264
+ "module": "src/grid-pro-v34.ts"
1265
+ }
1266
+ },
1267
+ {
1268
+ "name": "only-template-col-defs",
1269
+ "type": {
1270
+ "text": "boolean"
1271
+ },
1272
+ "default": "false",
1273
+ "fieldName": "onlyTemplateColDefs",
1274
+ "inheritedFrom": {
1275
+ "name": "GridProV34",
1276
+ "module": "src/grid-pro-v34.ts"
1277
+ }
1278
+ },
1279
+ {
1280
+ "name": "grid-autosizing",
1281
+ "type": {
1282
+ "text": "boolean"
1283
+ },
1284
+ "default": "false",
1285
+ "description": "Boolean attribute to control whether the grid autosizes the columns upon interaction.\nThis will disable the column widths from being manually set, and doesn't save the widths\nin local storage if you are using `persist-column-state-key`.",
1286
+ "fieldName": "gridAutosizingEnabled",
1287
+ "inheritedFrom": {
1288
+ "name": "GridProV34",
1289
+ "module": "src/grid-pro-v34.ts"
1290
+ }
1291
+ },
1292
+ {
1293
+ "name": "enable-cell-flashing",
1294
+ "type": {
1295
+ "text": "boolean"
1296
+ },
1297
+ "default": "false",
1298
+ "description": "If false, will disable cell flashing for all cells by default, unless otherwise defined in custom colDef",
1299
+ "fieldName": "enableCellFlashing",
1300
+ "inheritedFrom": {
1301
+ "name": "GridProV34",
1302
+ "module": "src/grid-pro-v34.ts"
1303
+ }
1304
+ },
1305
+ {
1306
+ "name": "enable-row-flashing",
1307
+ "type": {
1308
+ "text": "boolean"
1309
+ },
1310
+ "default": "false",
1311
+ "description": "If true, will enable row flashing for all rows for `add` async transactions",
1312
+ "fieldName": "enableRowFlashing",
1313
+ "inheritedFrom": {
1314
+ "name": "GridProV34",
1315
+ "module": "src/grid-pro-v34.ts"
1316
+ }
1317
+ },
1318
+ {
1319
+ "name": "persist-column-state-key",
1320
+ "type": {
1321
+ "text": "string"
1322
+ },
1323
+ "description": "The key to use for persisting the column state in local browser or KV storage.",
1324
+ "fieldName": "persistColumnStateKey",
1325
+ "inheritedFrom": {
1326
+ "name": "GridProV34",
1327
+ "module": "src/grid-pro-v34.ts"
1328
+ }
1329
+ },
1330
+ {
1331
+ "name": "persist-filter-model-key",
1332
+ "type": {
1333
+ "text": "string"
1334
+ },
1335
+ "description": "The key to use for persisting the filter model in local browser or KV storage.",
1336
+ "fieldName": "persistFilterModelKey",
1337
+ "inheritedFrom": {
1338
+ "name": "GridProV34",
1339
+ "module": "src/grid-pro-v34.ts"
1340
+ }
1341
+ },
1342
+ {
1343
+ "name": "header-case-type",
1344
+ "type": {
1345
+ "text": "GridProCaseType"
1346
+ },
1347
+ "description": "The case type to use for the header names. If not set, the default CONSTANT_CASE will be used.",
1348
+ "fieldName": "headerCaseType",
1349
+ "inheritedFrom": {
1350
+ "name": "GridProV34",
1351
+ "module": "src/grid-pro-v34.ts"
1352
+ }
1353
+ },
1354
+ {
1355
+ "name": "columnComponentName",
1356
+ "type": {
1357
+ "text": "string"
1358
+ },
1359
+ "default": "'grid-pro-column'",
1360
+ "fieldName": "columnComponentName",
1361
+ "inheritedFrom": {
1362
+ "name": "GridProV34",
1363
+ "module": "src/grid-pro-v34.ts"
1364
+ }
1365
+ },
1366
+ {
1367
+ "name": "headerHeight",
1368
+ "type": {
1369
+ "text": "number"
1370
+ },
1371
+ "fieldName": "headerHeight",
1372
+ "inheritedFrom": {
1373
+ "name": "GridProV34",
1374
+ "module": "src/grid-pro-v34.ts"
1375
+ }
1376
+ },
1377
+ {
1378
+ "name": "rowHeight",
1379
+ "type": {
1380
+ "text": "number"
1381
+ },
1382
+ "fieldName": "rowHeight",
1383
+ "inheritedFrom": {
1384
+ "name": "GridProV34",
1385
+ "module": "src/grid-pro-v34.ts"
1386
+ }
1387
+ },
1388
+ {
1389
+ "type": {
1390
+ "text": "boolean"
1391
+ },
1392
+ "default": "false",
1393
+ "description": "Enable pagination for the grid.",
1394
+ "fieldName": "pagination",
1395
+ "inheritedFrom": {
1396
+ "name": "GridProV34",
1397
+ "module": "src/grid-pro-v34.ts"
1398
+ }
1399
+ },
1400
+ {
1401
+ "name": "pagination-page-size",
1402
+ "type": {
1403
+ "text": "number"
1404
+ },
1405
+ "description": "Number of rows per page when pagination is enabled.",
1406
+ "fieldName": "paginationPageSize",
1407
+ "inheritedFrom": {
1408
+ "name": "GridProV34",
1409
+ "module": "src/grid-pro-v34.ts"
1410
+ }
1411
+ },
1412
+ {
1413
+ "name": "with-status-bar",
1414
+ "type": {
1415
+ "text": "boolean"
1416
+ },
1417
+ "default": "false",
1418
+ "description": "Enables or disables the grid status bar.",
1419
+ "fieldName": "withStatusBar",
1420
+ "inheritedFrom": {
1421
+ "name": "GridProV34",
1422
+ "module": "src/grid-pro-v34.ts"
1423
+ }
1424
+ }
1425
+ ]
1426
+ },
1427
+ {
1428
+ "kind": "variable",
1429
+ "name": "rapidGridProV34"
1430
+ }
1431
+ ],
1432
+ "exports": [
1433
+ {
1434
+ "kind": "js",
1435
+ "name": "RapidGridProV34",
1436
+ "declaration": {
1437
+ "name": "RapidGridProV34",
1438
+ "module": "src/grid-pro-v34.ts"
1439
+ }
1440
+ },
1441
+ {
1442
+ "kind": "js",
1443
+ "name": "rapidGridProV34",
1444
+ "declaration": {
1445
+ "name": "rapidGridProV34",
1446
+ "module": "src/grid-pro-v34.ts"
1447
+ }
1448
+ }
1449
+ ]
1450
+ },
29
1451
  {
30
1452
  "kind": "javascript-module",
31
1453
  "path": "src/grid-pro.styles.ts",
@@ -33,7 +1455,7 @@
33
1455
  {
34
1456
  "kind": "variable",
35
1457
  "name": "rapidGridProStyles",
36
- "default": "css`\n /* All the AG themes */\n ${foundationGridProStyles}\n\n /* 100% custom, CSS based, our own name: ag-theme-genesis-rapid */\n ${agThemeGenesisRapid}\n ${agThemeGenesisRapidDark}\n ${agThemeGenesisRapidLight}\n`"
1458
+ "default": "css`\n /* All the AG themes */\n ${foundationGridProStyles}\n ${agHeadCSS}\n\n /* 100% custom, CSS based, our own name: ag-theme-genesis-rapid */\n ${agThemeGenesisRapid}\n ${agThemeGenesisRapidDark}\n ${agThemeGenesisRapidLight}\n`"
37
1459
  }
38
1460
  ],
39
1461
  "exports": [
@@ -607,6 +2029,18 @@
607
2029
  "module": "src/grid-pro.ts"
608
2030
  }
609
2031
  },
2032
+ {
2033
+ "kind": "field",
2034
+ "name": "themeMode",
2035
+ "type": {
2036
+ "text": "'light' | 'dark'"
2037
+ },
2038
+ "default": "'dark'",
2039
+ "inheritedFrom": {
2040
+ "name": "GridPro",
2041
+ "module": "src/grid-pro.ts"
2042
+ }
2043
+ },
610
2044
  {
611
2045
  "kind": "field",
612
2046
  "name": "gridComponents",
@@ -948,6 +2382,20 @@
948
2382
  "module": "src/grid-pro.ts"
949
2383
  }
950
2384
  },
2385
+ {
2386
+ "kind": "method",
2387
+ "name": "flashAddedCells",
2388
+ "privacy": "private",
2389
+ "parameters": [
2390
+ {
2391
+ "name": "rowNodes"
2392
+ }
2393
+ ],
2394
+ "inheritedFrom": {
2395
+ "name": "GridPro",
2396
+ "module": "src/grid-pro.ts"
2397
+ }
2398
+ },
951
2399
  {
952
2400
  "kind": "method",
953
2401
  "name": "combineAllGridComponents",
@@ -1283,6 +2731,12 @@
1283
2731
  "type": {
1284
2732
  "text": "any[]"
1285
2733
  }
2734
+ },
2735
+ {
2736
+ "name": "gridOptions",
2737
+ "type": {
2738
+ "text": "GridOptions"
2739
+ }
1286
2740
  }
1287
2741
  ],
1288
2742
  "inheritedFrom": {
@@ -2015,6 +3469,14 @@
2015
3469
  "package": "./grid-pro"
2016
3470
  }
2017
3471
  },
3472
+ {
3473
+ "kind": "js",
3474
+ "name": "*",
3475
+ "declaration": {
3476
+ "name": "*",
3477
+ "package": "./grid-pro-v34"
3478
+ }
3479
+ },
2018
3480
  {
2019
3481
  "kind": "js",
2020
3482
  "name": "*",
@@ -4974,17 +6436,112 @@
4974
6436
  }
4975
6437
  ]
4976
6438
  },
6439
+ {
6440
+ "kind": "javascript-module",
6441
+ "path": "src/themes/index.ts",
6442
+ "declarations": [],
6443
+ "exports": [
6444
+ {
6445
+ "kind": "js",
6446
+ "name": "*",
6447
+ "declaration": {
6448
+ "name": "*",
6449
+ "package": "./genesis-rapid/ag-theme-genesis-rapid"
6450
+ }
6451
+ }
6452
+ ]
6453
+ },
4977
6454
  {
4978
6455
  "kind": "javascript-module",
4979
6456
  "path": "src/style/colors.ts",
4980
6457
  "declarations": [
6458
+ {
6459
+ "kind": "variable",
6460
+ "name": "DARK_FOREGROUND_HEX",
6461
+ "type": {
6462
+ "text": "string"
6463
+ },
6464
+ "default": "'#cccccc'"
6465
+ },
6466
+ {
6467
+ "kind": "variable",
6468
+ "name": "DARK_HEADER_FOREGROUND_HEX",
6469
+ "type": {
6470
+ "text": "string"
6471
+ },
6472
+ "default": "'#879ba6'"
6473
+ },
6474
+ {
6475
+ "kind": "variable",
6476
+ "name": "DARK_BACKGROUND_HEX",
6477
+ "type": {
6478
+ "text": "string"
6479
+ },
6480
+ "default": "'#1f2126'"
6481
+ },
6482
+ {
6483
+ "kind": "variable",
6484
+ "name": "DARK_BORDER_HEX",
6485
+ "type": {
6486
+ "text": "string"
6487
+ },
6488
+ "default": "'#2e3339'"
6489
+ },
6490
+ {
6491
+ "kind": "variable",
6492
+ "name": "DARK_ROW_HOVER_HEX",
6493
+ "type": {
6494
+ "text": "string"
6495
+ },
6496
+ "default": "'#2b2e34'"
6497
+ },
6498
+ {
6499
+ "kind": "variable",
6500
+ "name": "LIGHT_FOREGROUND_HEX",
6501
+ "type": {
6502
+ "text": "string"
6503
+ },
6504
+ "default": "'#000000'"
6505
+ },
6506
+ {
6507
+ "kind": "variable",
6508
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
6509
+ "type": {
6510
+ "text": "string"
6511
+ },
6512
+ "default": "'#181d1f'"
6513
+ },
6514
+ {
6515
+ "kind": "variable",
6516
+ "name": "LIGHT_BACKGROUND_HEX",
6517
+ "type": {
6518
+ "text": "string"
6519
+ },
6520
+ "default": "'#FFFFFF'"
6521
+ },
6522
+ {
6523
+ "kind": "variable",
6524
+ "name": "LIGHT_BORDER_HEX",
6525
+ "type": {
6526
+ "text": "string"
6527
+ },
6528
+ "default": "'#babfc7'"
6529
+ },
6530
+ {
6531
+ "kind": "variable",
6532
+ "name": "LIGHT_ROW_HOVER_HEX",
6533
+ "type": {
6534
+ "text": "string"
6535
+ },
6536
+ "default": "'#2196f3'"
6537
+ },
4981
6538
  {
4982
6539
  "kind": "variable",
4983
6540
  "name": "darkColors",
4984
6541
  "type": {
4985
6542
  "text": "object"
4986
6543
  },
4987
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#cccccc')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#879ba6')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#1f2126')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#2e3339')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2b2e34')),\n}"
6544
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(DARK_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(DARK_ROW_HOVER_HEX)),\n}"
4988
6545
  },
4989
6546
  {
4990
6547
  "kind": "variable",
@@ -4992,10 +6549,90 @@
4992
6549
  "type": {
4993
6550
  "text": "object"
4994
6551
  },
4995
- "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#000000')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#181d1f')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#FFFFFF')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#babfc7')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2196f3')),\n}"
6552
+ "default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_FOREGROUND_HEX)),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_HEADER_FOREGROUND_HEX)),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BACKGROUND_HEX)),\n borderSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_BORDER_HEX)),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB(LIGHT_ROW_HOVER_HEX)),\n}"
4996
6553
  }
4997
6554
  ],
4998
6555
  "exports": [
6556
+ {
6557
+ "kind": "js",
6558
+ "name": "DARK_FOREGROUND_HEX",
6559
+ "declaration": {
6560
+ "name": "DARK_FOREGROUND_HEX",
6561
+ "module": "src/style/colors.ts"
6562
+ }
6563
+ },
6564
+ {
6565
+ "kind": "js",
6566
+ "name": "DARK_HEADER_FOREGROUND_HEX",
6567
+ "declaration": {
6568
+ "name": "DARK_HEADER_FOREGROUND_HEX",
6569
+ "module": "src/style/colors.ts"
6570
+ }
6571
+ },
6572
+ {
6573
+ "kind": "js",
6574
+ "name": "DARK_BACKGROUND_HEX",
6575
+ "declaration": {
6576
+ "name": "DARK_BACKGROUND_HEX",
6577
+ "module": "src/style/colors.ts"
6578
+ }
6579
+ },
6580
+ {
6581
+ "kind": "js",
6582
+ "name": "DARK_BORDER_HEX",
6583
+ "declaration": {
6584
+ "name": "DARK_BORDER_HEX",
6585
+ "module": "src/style/colors.ts"
6586
+ }
6587
+ },
6588
+ {
6589
+ "kind": "js",
6590
+ "name": "DARK_ROW_HOVER_HEX",
6591
+ "declaration": {
6592
+ "name": "DARK_ROW_HOVER_HEX",
6593
+ "module": "src/style/colors.ts"
6594
+ }
6595
+ },
6596
+ {
6597
+ "kind": "js",
6598
+ "name": "LIGHT_FOREGROUND_HEX",
6599
+ "declaration": {
6600
+ "name": "LIGHT_FOREGROUND_HEX",
6601
+ "module": "src/style/colors.ts"
6602
+ }
6603
+ },
6604
+ {
6605
+ "kind": "js",
6606
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
6607
+ "declaration": {
6608
+ "name": "LIGHT_HEADER_FOREGROUND_HEX",
6609
+ "module": "src/style/colors.ts"
6610
+ }
6611
+ },
6612
+ {
6613
+ "kind": "js",
6614
+ "name": "LIGHT_BACKGROUND_HEX",
6615
+ "declaration": {
6616
+ "name": "LIGHT_BACKGROUND_HEX",
6617
+ "module": "src/style/colors.ts"
6618
+ }
6619
+ },
6620
+ {
6621
+ "kind": "js",
6622
+ "name": "LIGHT_BORDER_HEX",
6623
+ "declaration": {
6624
+ "name": "LIGHT_BORDER_HEX",
6625
+ "module": "src/style/colors.ts"
6626
+ }
6627
+ },
6628
+ {
6629
+ "kind": "js",
6630
+ "name": "LIGHT_ROW_HOVER_HEX",
6631
+ "declaration": {
6632
+ "name": "LIGHT_ROW_HOVER_HEX",
6633
+ "module": "src/style/colors.ts"
6634
+ }
6635
+ },
4999
6636
  {
5000
6637
  "kind": "js",
5001
6638
  "name": "darkColors",
@@ -5061,21 +6698,6 @@
5061
6698
  }
5062
6699
  ]
5063
6700
  },
5064
- {
5065
- "kind": "javascript-module",
5066
- "path": "src/themes/index.ts",
5067
- "declarations": [],
5068
- "exports": [
5069
- {
5070
- "kind": "js",
5071
- "name": "*",
5072
- "declaration": {
5073
- "name": "*",
5074
- "package": "./genesis-rapid/ag-theme-genesis-rapid"
5075
- }
5076
- }
5077
- ]
5078
- },
5079
6701
  {
5080
6702
  "kind": "javascript-module",
5081
6703
  "path": "src/themes/genesis-rapid/ag-theme-genesis-rapid-css.ts",