@genesislcap/expression-builder 14.483.3-alpha-92cb1f2a8.0 → 14.484.1

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.
@@ -184,6 +184,113 @@
184
184
  "name": "",
185
185
  "preserveMemberOrder": false,
186
186
  "members": [
187
+ {
188
+ "kind": "TypeAlias",
189
+ "canonicalReference": "@genesislcap/expression-builder!AddGroupEventDetail:type",
190
+ "docComment": "/**\n * Detail payload for the `add-group` event.\n *\n * @beta\n */\n",
191
+ "excerptTokens": [
192
+ {
193
+ "kind": "Content",
194
+ "text": "export type AddGroupEventDetail = "
195
+ },
196
+ {
197
+ "kind": "Reference",
198
+ "text": "EventsDetailMap",
199
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
200
+ },
201
+ {
202
+ "kind": "Content",
203
+ "text": "["
204
+ },
205
+ {
206
+ "kind": "Reference",
207
+ "text": "Events.AddGroup",
208
+ "canonicalReference": "@genesislcap/expression-builder!Events.AddGroup:member"
209
+ },
210
+ {
211
+ "kind": "Content",
212
+ "text": "]"
213
+ },
214
+ {
215
+ "kind": "Content",
216
+ "text": ";"
217
+ }
218
+ ],
219
+ "fileUrlPath": "src/main/events.ts",
220
+ "releaseTag": "Beta",
221
+ "name": "AddGroupEventDetail",
222
+ "typeTokenRange": {
223
+ "startIndex": 1,
224
+ "endIndex": 5
225
+ }
226
+ },
227
+ {
228
+ "kind": "TypeAlias",
229
+ "canonicalReference": "@genesislcap/expression-builder!AddRuleEventDetail:type",
230
+ "docComment": "/**\n * Detail payload for the `add-rule` event.\n *\n * @beta\n */\n",
231
+ "excerptTokens": [
232
+ {
233
+ "kind": "Content",
234
+ "text": "export type AddRuleEventDetail = "
235
+ },
236
+ {
237
+ "kind": "Reference",
238
+ "text": "EventsDetailMap",
239
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
240
+ },
241
+ {
242
+ "kind": "Content",
243
+ "text": "["
244
+ },
245
+ {
246
+ "kind": "Reference",
247
+ "text": "Events.AddRule",
248
+ "canonicalReference": "@genesislcap/expression-builder!Events.AddRule:member"
249
+ },
250
+ {
251
+ "kind": "Content",
252
+ "text": "]"
253
+ },
254
+ {
255
+ "kind": "Content",
256
+ "text": ";"
257
+ }
258
+ ],
259
+ "fileUrlPath": "src/main/events.ts",
260
+ "releaseTag": "Beta",
261
+ "name": "AddRuleEventDetail",
262
+ "typeTokenRange": {
263
+ "startIndex": 1,
264
+ "endIndex": 5
265
+ }
266
+ },
267
+ {
268
+ "kind": "TypeAlias",
269
+ "canonicalReference": "@genesislcap/expression-builder!ChangeEventDetail:type",
270
+ "docComment": "/**\n * Detail payload for the `change` event fired by the expression builder component. Alias of `Types.Group` exposed as a plain identifier: `Group` is otherwise only reachable through the `Types` namespace re-export, which the generated React wrapper's detail-type resolution can't follow.\n *\n * @beta\n */\n",
271
+ "excerptTokens": [
272
+ {
273
+ "kind": "Content",
274
+ "text": "export type ChangeEventDetail = "
275
+ },
276
+ {
277
+ "kind": "Reference",
278
+ "text": "Group",
279
+ "canonicalReference": "@genesislcap/expression-builder!Types.Group:type"
280
+ },
281
+ {
282
+ "kind": "Content",
283
+ "text": ";"
284
+ }
285
+ ],
286
+ "fileUrlPath": "src/main/events.ts",
287
+ "releaseTag": "Beta",
288
+ "name": "ChangeEventDetail",
289
+ "typeTokenRange": {
290
+ "startIndex": 1,
291
+ "endIndex": 2
292
+ }
293
+ },
187
294
  {
188
295
  "kind": "Namespace",
189
296
  "canonicalReference": "@genesislcap/expression-builder!Config:namespace",
@@ -223,91 +330,559 @@
223
330
  }
224
331
  },
225
332
  {
226
- "kind": "Variable",
227
- "canonicalReference": "@genesislcap/expression-builder!Config.BASE_OPERATORS:var",
228
- "docComment": "/**\n * *\n *\n * @alpha\n */\n",
229
- "excerptTokens": [
230
- {
231
- "kind": "Content",
232
- "text": "BASE_OPERATORS: "
233
- },
234
- {
235
- "kind": "Reference",
236
- "text": "Operator",
237
- "canonicalReference": "@genesislcap/expression-builder!Types.Operator:type"
238
- },
239
- {
240
- "kind": "Content",
241
- "text": "[]"
242
- }
243
- ],
244
- "fileUrlPath": "src/config/operators.ts",
245
- "isReadonly": true,
246
- "releaseTag": "Alpha",
247
- "name": "BASE_OPERATORS",
248
- "variableTypeTokenRange": {
249
- "startIndex": 1,
250
- "endIndex": 3
251
- }
333
+ "kind": "Variable",
334
+ "canonicalReference": "@genesislcap/expression-builder!Config.BASE_OPERATORS:var",
335
+ "docComment": "/**\n * *\n *\n * @alpha\n */\n",
336
+ "excerptTokens": [
337
+ {
338
+ "kind": "Content",
339
+ "text": "BASE_OPERATORS: "
340
+ },
341
+ {
342
+ "kind": "Reference",
343
+ "text": "Operator",
344
+ "canonicalReference": "@genesislcap/expression-builder!Types.Operator:type"
345
+ },
346
+ {
347
+ "kind": "Content",
348
+ "text": "[]"
349
+ }
350
+ ],
351
+ "fileUrlPath": "src/config/operators.ts",
352
+ "isReadonly": true,
353
+ "releaseTag": "Alpha",
354
+ "name": "BASE_OPERATORS",
355
+ "variableTypeTokenRange": {
356
+ "startIndex": 1,
357
+ "endIndex": 3
358
+ }
359
+ },
360
+ {
361
+ "kind": "Variable",
362
+ "canonicalReference": "@genesislcap/expression-builder!Config.LOGICAL_COMBINATORS:var",
363
+ "docComment": "/**\n * A set of boolean logic combinators which configure the expression builder to produce boolean expressions.\n *\n * @beta\n */\n",
364
+ "excerptTokens": [
365
+ {
366
+ "kind": "Content",
367
+ "text": "LOGICAL_COMBINATORS: "
368
+ },
369
+ {
370
+ "kind": "Reference",
371
+ "text": "Combinator",
372
+ "canonicalReference": "@genesislcap/expression-builder!Types.Combinator:type"
373
+ },
374
+ {
375
+ "kind": "Content",
376
+ "text": "[]"
377
+ }
378
+ ],
379
+ "fileUrlPath": "src/config/combinators.ts",
380
+ "isReadonly": true,
381
+ "releaseTag": "Beta",
382
+ "name": "LOGICAL_COMBINATORS",
383
+ "variableTypeTokenRange": {
384
+ "startIndex": 1,
385
+ "endIndex": 3
386
+ }
387
+ },
388
+ {
389
+ "kind": "Variable",
390
+ "canonicalReference": "@genesislcap/expression-builder!Config.NULL_COMBINATOR:var",
391
+ "docComment": "/**\n * A combinator which has a null action.\n *\n * If configured as the only combinator then it configures the expression builder to only create a single rule.\n *\n * @beta\n */\n",
392
+ "excerptTokens": [
393
+ {
394
+ "kind": "Content",
395
+ "text": "NULL_COMBINATOR: "
396
+ },
397
+ {
398
+ "kind": "Reference",
399
+ "text": "Combinator",
400
+ "canonicalReference": "@genesislcap/expression-builder!Types.Combinator:type"
401
+ }
402
+ ],
403
+ "fileUrlPath": "src/config/combinators.ts",
404
+ "isReadonly": true,
405
+ "releaseTag": "Beta",
406
+ "name": "NULL_COMBINATOR",
407
+ "variableTypeTokenRange": {
408
+ "startIndex": 1,
409
+ "endIndex": 2
410
+ }
411
+ }
412
+ ]
413
+ },
414
+ {
415
+ "kind": "TypeAlias",
416
+ "canonicalReference": "@genesislcap/expression-builder!DelGroupEventDetail:type",
417
+ "docComment": "/**\n * Detail payload for the `del-group` event.\n *\n * @beta\n */\n",
418
+ "excerptTokens": [
419
+ {
420
+ "kind": "Content",
421
+ "text": "export type DelGroupEventDetail = "
422
+ },
423
+ {
424
+ "kind": "Reference",
425
+ "text": "EventsDetailMap",
426
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
427
+ },
428
+ {
429
+ "kind": "Content",
430
+ "text": "["
431
+ },
432
+ {
433
+ "kind": "Reference",
434
+ "text": "Events.DelGroup",
435
+ "canonicalReference": "@genesislcap/expression-builder!Events.DelGroup:member"
436
+ },
437
+ {
438
+ "kind": "Content",
439
+ "text": "]"
440
+ },
441
+ {
442
+ "kind": "Content",
443
+ "text": ";"
444
+ }
445
+ ],
446
+ "fileUrlPath": "src/main/events.ts",
447
+ "releaseTag": "Beta",
448
+ "name": "DelGroupEventDetail",
449
+ "typeTokenRange": {
450
+ "startIndex": 1,
451
+ "endIndex": 5
452
+ }
453
+ },
454
+ {
455
+ "kind": "TypeAlias",
456
+ "canonicalReference": "@genesislcap/expression-builder!DelRuleEventDetail:type",
457
+ "docComment": "/**\n * Detail payload for the `del-rule` event.\n *\n * @beta\n */\n",
458
+ "excerptTokens": [
459
+ {
460
+ "kind": "Content",
461
+ "text": "export type DelRuleEventDetail = "
462
+ },
463
+ {
464
+ "kind": "Reference",
465
+ "text": "EventsDetailMap",
466
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
467
+ },
468
+ {
469
+ "kind": "Content",
470
+ "text": "["
471
+ },
472
+ {
473
+ "kind": "Reference",
474
+ "text": "Events.DelRule",
475
+ "canonicalReference": "@genesislcap/expression-builder!Events.DelRule:member"
476
+ },
477
+ {
478
+ "kind": "Content",
479
+ "text": "]"
480
+ },
481
+ {
482
+ "kind": "Content",
483
+ "text": ";"
484
+ }
485
+ ],
486
+ "fileUrlPath": "src/main/events.ts",
487
+ "releaseTag": "Beta",
488
+ "name": "DelRuleEventDetail",
489
+ "typeTokenRange": {
490
+ "startIndex": 1,
491
+ "endIndex": 5
492
+ }
493
+ },
494
+ {
495
+ "kind": "Enum",
496
+ "canonicalReference": "@genesislcap/expression-builder!Events:enum",
497
+ "docComment": "/**\n * Event names dispatched by the expression builder component family.\n *\n * @beta\n */\n",
498
+ "excerptTokens": [
499
+ {
500
+ "kind": "Content",
501
+ "text": "export declare enum Events "
502
+ }
503
+ ],
504
+ "fileUrlPath": "src/main/events.ts",
505
+ "releaseTag": "Beta",
506
+ "name": "Events",
507
+ "preserveMemberOrder": false,
508
+ "members": [
509
+ {
510
+ "kind": "EnumMember",
511
+ "canonicalReference": "@genesislcap/expression-builder!Events.AddGroup:member",
512
+ "docComment": "",
513
+ "excerptTokens": [
514
+ {
515
+ "kind": "Content",
516
+ "text": "AddGroup = "
517
+ },
518
+ {
519
+ "kind": "Content",
520
+ "text": "\"add-group\""
521
+ }
522
+ ],
523
+ "initializerTokenRange": {
524
+ "startIndex": 1,
525
+ "endIndex": 2
526
+ },
527
+ "releaseTag": "Beta",
528
+ "name": "AddGroup"
529
+ },
530
+ {
531
+ "kind": "EnumMember",
532
+ "canonicalReference": "@genesislcap/expression-builder!Events.AddRule:member",
533
+ "docComment": "",
534
+ "excerptTokens": [
535
+ {
536
+ "kind": "Content",
537
+ "text": "AddRule = "
538
+ },
539
+ {
540
+ "kind": "Content",
541
+ "text": "\"add-rule\""
542
+ }
543
+ ],
544
+ "initializerTokenRange": {
545
+ "startIndex": 1,
546
+ "endIndex": 2
547
+ },
548
+ "releaseTag": "Beta",
549
+ "name": "AddRule"
550
+ },
551
+ {
552
+ "kind": "EnumMember",
553
+ "canonicalReference": "@genesislcap/expression-builder!Events.DelGroup:member",
554
+ "docComment": "",
555
+ "excerptTokens": [
556
+ {
557
+ "kind": "Content",
558
+ "text": "DelGroup = "
559
+ },
560
+ {
561
+ "kind": "Content",
562
+ "text": "\"del-group\""
563
+ }
564
+ ],
565
+ "initializerTokenRange": {
566
+ "startIndex": 1,
567
+ "endIndex": 2
568
+ },
569
+ "releaseTag": "Beta",
570
+ "name": "DelGroup"
571
+ },
572
+ {
573
+ "kind": "EnumMember",
574
+ "canonicalReference": "@genesislcap/expression-builder!Events.DelRule:member",
575
+ "docComment": "",
576
+ "excerptTokens": [
577
+ {
578
+ "kind": "Content",
579
+ "text": "DelRule = "
580
+ },
581
+ {
582
+ "kind": "Content",
583
+ "text": "\"del-rule\""
584
+ }
585
+ ],
586
+ "initializerTokenRange": {
587
+ "startIndex": 1,
588
+ "endIndex": 2
589
+ },
590
+ "releaseTag": "Beta",
591
+ "name": "DelRule"
592
+ },
593
+ {
594
+ "kind": "EnumMember",
595
+ "canonicalReference": "@genesislcap/expression-builder!Events.FieldSelected:member",
596
+ "docComment": "",
597
+ "excerptTokens": [
598
+ {
599
+ "kind": "Content",
600
+ "text": "FieldSelected = "
601
+ },
602
+ {
603
+ "kind": "Content",
604
+ "text": "\"field-selected\""
605
+ }
606
+ ],
607
+ "initializerTokenRange": {
608
+ "startIndex": 1,
609
+ "endIndex": 2
610
+ },
611
+ "releaseTag": "Beta",
612
+ "name": "FieldSelected"
613
+ },
614
+ {
615
+ "kind": "EnumMember",
616
+ "canonicalReference": "@genesislcap/expression-builder!Events.OperatorSelected:member",
617
+ "docComment": "",
618
+ "excerptTokens": [
619
+ {
620
+ "kind": "Content",
621
+ "text": "OperatorSelected = "
622
+ },
623
+ {
624
+ "kind": "Content",
625
+ "text": "\"operator-selected\""
626
+ }
627
+ ],
628
+ "initializerTokenRange": {
629
+ "startIndex": 1,
630
+ "endIndex": 2
631
+ },
632
+ "releaseTag": "Beta",
633
+ "name": "OperatorSelected"
634
+ },
635
+ {
636
+ "kind": "EnumMember",
637
+ "canonicalReference": "@genesislcap/expression-builder!Events.RemoveVarArg:member",
638
+ "docComment": "",
639
+ "excerptTokens": [
640
+ {
641
+ "kind": "Content",
642
+ "text": "RemoveVarArg = "
643
+ },
644
+ {
645
+ "kind": "Content",
646
+ "text": "\"remove-variadic-operand\""
647
+ }
648
+ ],
649
+ "initializerTokenRange": {
650
+ "startIndex": 1,
651
+ "endIndex": 2
652
+ },
653
+ "releaseTag": "Beta",
654
+ "name": "RemoveVarArg"
655
+ },
656
+ {
657
+ "kind": "EnumMember",
658
+ "canonicalReference": "@genesislcap/expression-builder!Events.UpdateGroup:member",
659
+ "docComment": "",
660
+ "excerptTokens": [
661
+ {
662
+ "kind": "Content",
663
+ "text": "UpdateGroup = "
664
+ },
665
+ {
666
+ "kind": "Content",
667
+ "text": "\"update-group\""
668
+ }
669
+ ],
670
+ "initializerTokenRange": {
671
+ "startIndex": 1,
672
+ "endIndex": 2
673
+ },
674
+ "releaseTag": "Beta",
675
+ "name": "UpdateGroup"
676
+ },
677
+ {
678
+ "kind": "EnumMember",
679
+ "canonicalReference": "@genesislcap/expression-builder!Events.UpdateRule:member",
680
+ "docComment": "",
681
+ "excerptTokens": [
682
+ {
683
+ "kind": "Content",
684
+ "text": "UpdateRule = "
685
+ },
686
+ {
687
+ "kind": "Content",
688
+ "text": "\"update-rule\""
689
+ }
690
+ ],
691
+ "initializerTokenRange": {
692
+ "startIndex": 1,
693
+ "endIndex": 2
694
+ },
695
+ "releaseTag": "Beta",
696
+ "name": "UpdateRule"
697
+ },
698
+ {
699
+ "kind": "EnumMember",
700
+ "canonicalReference": "@genesislcap/expression-builder!Events.ValueUpdated:member",
701
+ "docComment": "",
702
+ "excerptTokens": [
703
+ {
704
+ "kind": "Content",
705
+ "text": "ValueUpdated = "
706
+ },
707
+ {
708
+ "kind": "Content",
709
+ "text": "\"value-updated\""
710
+ }
711
+ ],
712
+ "initializerTokenRange": {
713
+ "startIndex": 1,
714
+ "endIndex": 2
715
+ },
716
+ "releaseTag": "Beta",
717
+ "name": "ValueUpdated"
718
+ }
719
+ ]
720
+ },
721
+ {
722
+ "kind": "TypeAlias",
723
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type",
724
+ "docComment": "/**\n * Maps each event name to the `detail` payload carried by its CustomEvent.\n *\n * @beta\n */\n",
725
+ "excerptTokens": [
726
+ {
727
+ "kind": "Content",
728
+ "text": "export type EventsDetailMap = "
729
+ },
730
+ {
731
+ "kind": "Content",
732
+ "text": "{\n ["
733
+ },
734
+ {
735
+ "kind": "Reference",
736
+ "text": "Events.AddGroup",
737
+ "canonicalReference": "@genesislcap/expression-builder!Events.AddGroup:member"
738
+ },
739
+ {
740
+ "kind": "Content",
741
+ "text": "]: {\n parentGroupId: string;\n newGroup: "
742
+ },
743
+ {
744
+ "kind": "Reference",
745
+ "text": "Pick",
746
+ "canonicalReference": "!Pick:type"
747
+ },
748
+ {
749
+ "kind": "Content",
750
+ "text": "<"
751
+ },
752
+ {
753
+ "kind": "Reference",
754
+ "text": "GroupMetadata",
755
+ "canonicalReference": "@genesislcap/expression-builder!~GroupMetadata:type"
756
+ },
757
+ {
758
+ "kind": "Content",
759
+ "text": ", 'level'>;\n };\n ["
760
+ },
761
+ {
762
+ "kind": "Reference",
763
+ "text": "Events.DelGroup",
764
+ "canonicalReference": "@genesislcap/expression-builder!Events.DelGroup:member"
765
+ },
766
+ {
767
+ "kind": "Content",
768
+ "text": "]: {\n groupId: string;\n };\n ["
769
+ },
770
+ {
771
+ "kind": "Reference",
772
+ "text": "Events.AddRule",
773
+ "canonicalReference": "@genesislcap/expression-builder!Events.AddRule:member"
774
+ },
775
+ {
776
+ "kind": "Content",
777
+ "text": "]: {\n parentGroupId: string;\n };\n ["
778
+ },
779
+ {
780
+ "kind": "Reference",
781
+ "text": "Events.DelRule",
782
+ "canonicalReference": "@genesislcap/expression-builder!Events.DelRule:member"
783
+ },
784
+ {
785
+ "kind": "Content",
786
+ "text": "]: {\n ruleId: string;\n };\n ["
787
+ },
788
+ {
789
+ "kind": "Reference",
790
+ "text": "Events.UpdateGroup",
791
+ "canonicalReference": "@genesislcap/expression-builder!Events.UpdateGroup:member"
792
+ },
793
+ {
794
+ "kind": "Content",
795
+ "text": "]: {\n groupId: string;\n newData: "
796
+ },
797
+ {
798
+ "kind": "Reference",
799
+ "text": "Omit",
800
+ "canonicalReference": "!Omit:type"
801
+ },
802
+ {
803
+ "kind": "Content",
804
+ "text": "<"
805
+ },
806
+ {
807
+ "kind": "Reference",
808
+ "text": "Group",
809
+ "canonicalReference": "@genesislcap/expression-builder!Types.Group:type"
810
+ },
811
+ {
812
+ "kind": "Content",
813
+ "text": ", 'children'>;\n };\n ["
814
+ },
815
+ {
816
+ "kind": "Reference",
817
+ "text": "Events.UpdateRule",
818
+ "canonicalReference": "@genesislcap/expression-builder!Events.UpdateRule:member"
819
+ },
820
+ {
821
+ "kind": "Content",
822
+ "text": "]: {\n ruleId: string;\n newData: "
823
+ },
824
+ {
825
+ "kind": "Reference",
826
+ "text": "Rule",
827
+ "canonicalReference": "@genesislcap/expression-builder!Types.Rule:type"
252
828
  },
253
829
  {
254
- "kind": "Variable",
255
- "canonicalReference": "@genesislcap/expression-builder!Config.LOGICAL_COMBINATORS:var",
256
- "docComment": "/**\n * A set of boolean logic combinators which configure the expression builder to produce boolean expressions.\n *\n * @beta\n */\n",
257
- "excerptTokens": [
258
- {
259
- "kind": "Content",
260
- "text": "LOGICAL_COMBINATORS: "
261
- },
262
- {
263
- "kind": "Reference",
264
- "text": "Combinator",
265
- "canonicalReference": "@genesislcap/expression-builder!Types.Combinator:type"
266
- },
267
- {
268
- "kind": "Content",
269
- "text": "[]"
270
- }
271
- ],
272
- "fileUrlPath": "src/config/combinators.ts",
273
- "isReadonly": true,
274
- "releaseTag": "Beta",
275
- "name": "LOGICAL_COMBINATORS",
276
- "variableTypeTokenRange": {
277
- "startIndex": 1,
278
- "endIndex": 3
279
- }
830
+ "kind": "Content",
831
+ "text": ";\n };\n ["
280
832
  },
281
833
  {
282
- "kind": "Variable",
283
- "canonicalReference": "@genesislcap/expression-builder!Config.NULL_COMBINATOR:var",
284
- "docComment": "/**\n * A combinator which has a null action.\n *\n * If configured as the only combinator then it configures the expression builder to only create a single rule.\n *\n * @beta\n */\n",
285
- "excerptTokens": [
286
- {
287
- "kind": "Content",
288
- "text": "NULL_COMBINATOR: "
289
- },
290
- {
291
- "kind": "Reference",
292
- "text": "Combinator",
293
- "canonicalReference": "@genesislcap/expression-builder!Types.Combinator:type"
294
- }
295
- ],
296
- "fileUrlPath": "src/config/combinators.ts",
297
- "isReadonly": true,
298
- "releaseTag": "Beta",
299
- "name": "NULL_COMBINATOR",
300
- "variableTypeTokenRange": {
301
- "startIndex": 1,
302
- "endIndex": 2
303
- }
834
+ "kind": "Reference",
835
+ "text": "Events.FieldSelected",
836
+ "canonicalReference": "@genesislcap/expression-builder!Events.FieldSelected:member"
837
+ },
838
+ {
839
+ "kind": "Content",
840
+ "text": "]: {\n fieldId: string;\n };\n ["
841
+ },
842
+ {
843
+ "kind": "Reference",
844
+ "text": "Events.OperatorSelected",
845
+ "canonicalReference": "@genesislcap/expression-builder!Events.OperatorSelected:member"
846
+ },
847
+ {
848
+ "kind": "Content",
849
+ "text": "]: {\n operatorId: string;\n };\n ["
850
+ },
851
+ {
852
+ "kind": "Reference",
853
+ "text": "Events.ValueUpdated",
854
+ "canonicalReference": "@genesislcap/expression-builder!Events.ValueUpdated:member"
855
+ },
856
+ {
857
+ "kind": "Content",
858
+ "text": "]: {\n value: any;\n index: number;\n };\n ["
859
+ },
860
+ {
861
+ "kind": "Reference",
862
+ "text": "Events.RemoveVarArg",
863
+ "canonicalReference": "@genesislcap/expression-builder!Events.RemoveVarArg:member"
864
+ },
865
+ {
866
+ "kind": "Content",
867
+ "text": "]: {\n index: number;\n };\n}"
868
+ },
869
+ {
870
+ "kind": "Content",
871
+ "text": ";"
304
872
  }
305
- ]
873
+ ],
874
+ "fileUrlPath": "src/main/events.ts",
875
+ "releaseTag": "Beta",
876
+ "name": "EventsDetailMap",
877
+ "typeTokenRange": {
878
+ "startIndex": 1,
879
+ "endIndex": 32
880
+ }
306
881
  },
307
882
  {
308
883
  "kind": "Class",
309
884
  "canonicalReference": "@genesislcap/expression-builder!ExpressionBuilder:class",
310
- "docComment": "/**\n * Top level component to allow the user to build expressions. It produces a generic payload which doesn't have any system by itself to evaluate or execute the built expression.\n *\n * The basics required to work with this component:\n *\n * {@link ExpressionBuilder.config} property to configure and input data and models into the component.\n *\n * _Event_ change - `Types.Group` emits the model configuration on change. If you create a child component of the expression builder where you want to use a different (e.g. domain specific) model then it will likely override then emit event and instead emit it's own model. To check the underlying `Types.Group` model check the {@link ExpressionBuilder.model} property.\n *\n * @fires\n *\n * change - Fired when the expression model changes\n *\n * @fires\n *\n * add-group - Bubbled when a nested group add is requested\n *\n * @fires\n *\n * del-group - Bubbled when a group delete is requested\n *\n * @fires\n *\n * add-rule - Bubbled when a rule add is requested\n *\n * @fires\n *\n * del-rule - Bubbled when a rule delete is requested\n *\n * @fires\n *\n * update-group - Bubbled when group data changes\n *\n * @fires\n *\n * update-rule - Bubbled when rule data changes\n *\n * @beta\n */\n",
885
+ "docComment": "/**\n * Top level component to allow the user to build expressions. It produces a generic payload which doesn't have any system by itself to evaluate or execute the built expression.\n *\n * The basics required to work with this component:\n *\n * {@link ExpressionBuilder.config} property to configure and input data and models into the component.\n *\n * _Event_ change - `Types.Group` emits the model configuration on change. If you create a child component of the expression builder where you want to use a different (e.g. domain specific) model then it will likely override then emit event and instead emit it's own model. To check the underlying `Types.Group` model check the {@link ExpressionBuilder.model} property.\n *\n * @fires\n *\n * change - Fired when the expression model changes. detail: `ChangeEventDetail`\n *\n * @fires\n *\n * add-group - Bubbled when a nested group add is requested. detail: `AddGroupEventDetail`\n *\n * @fires\n *\n * del-group - Bubbled when a group delete is requested. detail: `DelGroupEventDetail`\n *\n * @fires\n *\n * add-rule - Bubbled when a rule add is requested. detail: `AddRuleEventDetail`\n *\n * @fires\n *\n * del-rule - Bubbled when a rule delete is requested. detail: `DelRuleEventDetail`\n *\n * @fires\n *\n * update-group - Bubbled when group data changes. detail: `UpdateGroupEventDetail`\n *\n * @fires\n *\n * update-rule - Bubbled when rule data changes. detail: `UpdateRuleEventDetail`\n *\n * @beta\n */\n",
311
886
  "excerptTokens": [
312
887
  {
313
888
  "kind": "Content",
@@ -496,6 +1071,46 @@
496
1071
  }
497
1072
  ]
498
1073
  },
1074
+ {
1075
+ "kind": "TypeAlias",
1076
+ "canonicalReference": "@genesislcap/expression-builder!FieldSelectedEventDetail:type",
1077
+ "docComment": "/**\n * Detail payload for the `field-selected` event.\n *\n * @beta\n */\n",
1078
+ "excerptTokens": [
1079
+ {
1080
+ "kind": "Content",
1081
+ "text": "export type FieldSelectedEventDetail = "
1082
+ },
1083
+ {
1084
+ "kind": "Reference",
1085
+ "text": "EventsDetailMap",
1086
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
1087
+ },
1088
+ {
1089
+ "kind": "Content",
1090
+ "text": "["
1091
+ },
1092
+ {
1093
+ "kind": "Reference",
1094
+ "text": "Events.FieldSelected",
1095
+ "canonicalReference": "@genesislcap/expression-builder!Events.FieldSelected:member"
1096
+ },
1097
+ {
1098
+ "kind": "Content",
1099
+ "text": "]"
1100
+ },
1101
+ {
1102
+ "kind": "Content",
1103
+ "text": ";"
1104
+ }
1105
+ ],
1106
+ "fileUrlPath": "src/main/events.ts",
1107
+ "releaseTag": "Beta",
1108
+ "name": "FieldSelectedEventDetail",
1109
+ "typeTokenRange": {
1110
+ "startIndex": 1,
1111
+ "endIndex": 5
1112
+ }
1113
+ },
499
1114
  {
500
1115
  "kind": "Function",
501
1116
  "canonicalReference": "@genesislcap/expression-builder!formatDateString:function(1)",
@@ -580,6 +1195,86 @@
580
1195
  ],
581
1196
  "name": "formatDateTimeString"
582
1197
  },
1198
+ {
1199
+ "kind": "TypeAlias",
1200
+ "canonicalReference": "@genesislcap/expression-builder!OperatorSelectedEventDetail:type",
1201
+ "docComment": "/**\n * Detail payload for the `operator-selected` event.\n *\n * @beta\n */\n",
1202
+ "excerptTokens": [
1203
+ {
1204
+ "kind": "Content",
1205
+ "text": "export type OperatorSelectedEventDetail = "
1206
+ },
1207
+ {
1208
+ "kind": "Reference",
1209
+ "text": "EventsDetailMap",
1210
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
1211
+ },
1212
+ {
1213
+ "kind": "Content",
1214
+ "text": "["
1215
+ },
1216
+ {
1217
+ "kind": "Reference",
1218
+ "text": "Events.OperatorSelected",
1219
+ "canonicalReference": "@genesislcap/expression-builder!Events.OperatorSelected:member"
1220
+ },
1221
+ {
1222
+ "kind": "Content",
1223
+ "text": "]"
1224
+ },
1225
+ {
1226
+ "kind": "Content",
1227
+ "text": ";"
1228
+ }
1229
+ ],
1230
+ "fileUrlPath": "src/main/events.ts",
1231
+ "releaseTag": "Beta",
1232
+ "name": "OperatorSelectedEventDetail",
1233
+ "typeTokenRange": {
1234
+ "startIndex": 1,
1235
+ "endIndex": 5
1236
+ }
1237
+ },
1238
+ {
1239
+ "kind": "TypeAlias",
1240
+ "canonicalReference": "@genesislcap/expression-builder!RemoveVarArgEventDetail:type",
1241
+ "docComment": "/**\n * Detail payload for the `remove-variadic-operand` event.\n *\n * @beta\n */\n",
1242
+ "excerptTokens": [
1243
+ {
1244
+ "kind": "Content",
1245
+ "text": "export type RemoveVarArgEventDetail = "
1246
+ },
1247
+ {
1248
+ "kind": "Reference",
1249
+ "text": "EventsDetailMap",
1250
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
1251
+ },
1252
+ {
1253
+ "kind": "Content",
1254
+ "text": "["
1255
+ },
1256
+ {
1257
+ "kind": "Reference",
1258
+ "text": "Events.RemoveVarArg",
1259
+ "canonicalReference": "@genesislcap/expression-builder!Events.RemoveVarArg:member"
1260
+ },
1261
+ {
1262
+ "kind": "Content",
1263
+ "text": "]"
1264
+ },
1265
+ {
1266
+ "kind": "Content",
1267
+ "text": ";"
1268
+ }
1269
+ ],
1270
+ "fileUrlPath": "src/main/events.ts",
1271
+ "releaseTag": "Beta",
1272
+ "name": "RemoveVarArgEventDetail",
1273
+ "typeTokenRange": {
1274
+ "startIndex": 1,
1275
+ "endIndex": 5
1276
+ }
1277
+ },
583
1278
  {
584
1279
  "kind": "Variable",
585
1280
  "canonicalReference": "@genesislcap/expression-builder!styles:var",
@@ -1485,6 +2180,126 @@
1485
2180
  }
1486
2181
  }
1487
2182
  ]
2183
+ },
2184
+ {
2185
+ "kind": "TypeAlias",
2186
+ "canonicalReference": "@genesislcap/expression-builder!UpdateGroupEventDetail:type",
2187
+ "docComment": "/**\n * Detail payload for the `update-group` event.\n *\n * @beta\n */\n",
2188
+ "excerptTokens": [
2189
+ {
2190
+ "kind": "Content",
2191
+ "text": "export type UpdateGroupEventDetail = "
2192
+ },
2193
+ {
2194
+ "kind": "Reference",
2195
+ "text": "EventsDetailMap",
2196
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
2197
+ },
2198
+ {
2199
+ "kind": "Content",
2200
+ "text": "["
2201
+ },
2202
+ {
2203
+ "kind": "Reference",
2204
+ "text": "Events.UpdateGroup",
2205
+ "canonicalReference": "@genesislcap/expression-builder!Events.UpdateGroup:member"
2206
+ },
2207
+ {
2208
+ "kind": "Content",
2209
+ "text": "]"
2210
+ },
2211
+ {
2212
+ "kind": "Content",
2213
+ "text": ";"
2214
+ }
2215
+ ],
2216
+ "fileUrlPath": "src/main/events.ts",
2217
+ "releaseTag": "Beta",
2218
+ "name": "UpdateGroupEventDetail",
2219
+ "typeTokenRange": {
2220
+ "startIndex": 1,
2221
+ "endIndex": 5
2222
+ }
2223
+ },
2224
+ {
2225
+ "kind": "TypeAlias",
2226
+ "canonicalReference": "@genesislcap/expression-builder!UpdateRuleEventDetail:type",
2227
+ "docComment": "/**\n * Detail payload for the `update-rule` event.\n *\n * @beta\n */\n",
2228
+ "excerptTokens": [
2229
+ {
2230
+ "kind": "Content",
2231
+ "text": "export type UpdateRuleEventDetail = "
2232
+ },
2233
+ {
2234
+ "kind": "Reference",
2235
+ "text": "EventsDetailMap",
2236
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
2237
+ },
2238
+ {
2239
+ "kind": "Content",
2240
+ "text": "["
2241
+ },
2242
+ {
2243
+ "kind": "Reference",
2244
+ "text": "Events.UpdateRule",
2245
+ "canonicalReference": "@genesislcap/expression-builder!Events.UpdateRule:member"
2246
+ },
2247
+ {
2248
+ "kind": "Content",
2249
+ "text": "]"
2250
+ },
2251
+ {
2252
+ "kind": "Content",
2253
+ "text": ";"
2254
+ }
2255
+ ],
2256
+ "fileUrlPath": "src/main/events.ts",
2257
+ "releaseTag": "Beta",
2258
+ "name": "UpdateRuleEventDetail",
2259
+ "typeTokenRange": {
2260
+ "startIndex": 1,
2261
+ "endIndex": 5
2262
+ }
2263
+ },
2264
+ {
2265
+ "kind": "TypeAlias",
2266
+ "canonicalReference": "@genesislcap/expression-builder!ValueUpdatedEventDetail:type",
2267
+ "docComment": "/**\n * Detail payload for the `value-updated` event.\n *\n * @beta\n */\n",
2268
+ "excerptTokens": [
2269
+ {
2270
+ "kind": "Content",
2271
+ "text": "export type ValueUpdatedEventDetail = "
2272
+ },
2273
+ {
2274
+ "kind": "Reference",
2275
+ "text": "EventsDetailMap",
2276
+ "canonicalReference": "@genesislcap/expression-builder!EventsDetailMap:type"
2277
+ },
2278
+ {
2279
+ "kind": "Content",
2280
+ "text": "["
2281
+ },
2282
+ {
2283
+ "kind": "Reference",
2284
+ "text": "Events.ValueUpdated",
2285
+ "canonicalReference": "@genesislcap/expression-builder!Events.ValueUpdated:member"
2286
+ },
2287
+ {
2288
+ "kind": "Content",
2289
+ "text": "]"
2290
+ },
2291
+ {
2292
+ "kind": "Content",
2293
+ "text": ";"
2294
+ }
2295
+ ],
2296
+ "fileUrlPath": "src/main/events.ts",
2297
+ "releaseTag": "Beta",
2298
+ "name": "ValueUpdatedEventDetail",
2299
+ "typeTokenRange": {
2300
+ "startIndex": 1,
2301
+ "endIndex": 5
2302
+ }
1488
2303
  }
1489
2304
  ]
1490
2305
  }