@visactor/vseed 0.0.26 → 0.0.27

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.
@@ -1,3 +1,4 @@
1
1
  export { datasetYX } from './datasetYX';
2
2
  export { datasetXY } from './datasetXY';
3
3
  export { datasetPivot } from './datasetPivot';
4
+ export { progressive } from './progressive';
@@ -0,0 +1,2 @@
1
+ import type { SpecPipe } from '../../../../../types';
2
+ export declare const progressive: SpecPipe;
@@ -372,7 +372,7 @@ export declare const zArea: z.ZodObject<{
372
372
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
373
373
  }, z.core.$strip>>;
374
374
  theme: z.ZodOptional<z.ZodString>;
375
- pointStyle: z.ZodOptional<z.ZodObject<{
375
+ pointStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
376
376
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
377
377
  field: z.ZodString;
378
378
  operator: z.ZodOptional<z.ZodEnum<{
@@ -452,8 +452,88 @@ export declare const zArea: z.ZodObject<{
452
452
  dashed: "dashed";
453
453
  dotted: "dotted";
454
454
  }>]>>;
455
- }, z.core.$strip>>;
456
- lineStyle: z.ZodOptional<z.ZodObject<{
455
+ }, z.core.$strip>>, z.ZodObject<{
456
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
457
+ field: z.ZodString;
458
+ operator: z.ZodOptional<z.ZodEnum<{
459
+ "=": "=";
460
+ "==": "==";
461
+ "!=": "!=";
462
+ ">": ">";
463
+ "<": "<";
464
+ ">=": ">=";
465
+ "<=": "<=";
466
+ between: "between";
467
+ }>>;
468
+ op: z.ZodOptional<z.ZodEnum<{
469
+ "=": "=";
470
+ "==": "==";
471
+ "!=": "!=";
472
+ ">": ">";
473
+ "<": "<";
474
+ ">=": ">=";
475
+ "<=": "<=";
476
+ between: "between";
477
+ }>>;
478
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
479
+ }, z.core.$strip>, z.ZodObject<{
480
+ field: z.ZodString;
481
+ operator: z.ZodOptional<z.ZodEnum<{
482
+ in: "in";
483
+ "not in": "not in";
484
+ }>>;
485
+ op: z.ZodOptional<z.ZodEnum<{
486
+ in: "in";
487
+ "not in": "not in";
488
+ }>>;
489
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
490
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
491
+ field: z.ZodString;
492
+ operator: z.ZodOptional<z.ZodEnum<{
493
+ "=": "=";
494
+ "==": "==";
495
+ "!=": "!=";
496
+ ">": ">";
497
+ "<": "<";
498
+ ">=": ">=";
499
+ "<=": "<=";
500
+ between: "between";
501
+ }>>;
502
+ op: z.ZodOptional<z.ZodEnum<{
503
+ "=": "=";
504
+ "==": "==";
505
+ "!=": "!=";
506
+ ">": ">";
507
+ "<": "<";
508
+ ">=": ">=";
509
+ "<=": "<=";
510
+ between: "between";
511
+ }>>;
512
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
513
+ }, z.core.$strip>, z.ZodObject<{
514
+ field: z.ZodString;
515
+ operator: z.ZodOptional<z.ZodEnum<{
516
+ in: "in";
517
+ "not in": "not in";
518
+ }>>;
519
+ op: z.ZodOptional<z.ZodEnum<{
520
+ in: "in";
521
+ "not in": "not in";
522
+ }>>;
523
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
524
+ }, z.core.$strip>]>>]>>;
525
+ pointSize: z.ZodOptional<z.ZodNumber>;
526
+ pointColor: z.ZodOptional<z.ZodString>;
527
+ pointColorOpacity: z.ZodOptional<z.ZodNumber>;
528
+ pointBorderColor: z.ZodOptional<z.ZodString>;
529
+ pointBorderWidth: z.ZodOptional<z.ZodNumber>;
530
+ pointBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
531
+ solid: "solid";
532
+ dashed: "dashed";
533
+ dotted: "dotted";
534
+ }>]>>;
535
+ }, z.core.$strip>]>>;
536
+ lineStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
457
537
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
458
538
  field: z.ZodString;
459
539
  operator: z.ZodOptional<z.ZodEnum<{
@@ -532,8 +612,87 @@ export declare const zArea: z.ZodObject<{
532
612
  dashed: "dashed";
533
613
  dotted: "dotted";
534
614
  }>]>>;
535
- }, z.core.$strip>>;
536
- areaStyle: z.ZodOptional<z.ZodObject<{
615
+ }, z.core.$strip>>, z.ZodObject<{
616
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
617
+ field: z.ZodString;
618
+ operator: z.ZodOptional<z.ZodEnum<{
619
+ "=": "=";
620
+ "==": "==";
621
+ "!=": "!=";
622
+ ">": ">";
623
+ "<": "<";
624
+ ">=": ">=";
625
+ "<=": "<=";
626
+ between: "between";
627
+ }>>;
628
+ op: z.ZodOptional<z.ZodEnum<{
629
+ "=": "=";
630
+ "==": "==";
631
+ "!=": "!=";
632
+ ">": ">";
633
+ "<": "<";
634
+ ">=": ">=";
635
+ "<=": "<=";
636
+ between: "between";
637
+ }>>;
638
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
639
+ }, z.core.$strip>, z.ZodObject<{
640
+ field: z.ZodString;
641
+ operator: z.ZodOptional<z.ZodEnum<{
642
+ in: "in";
643
+ "not in": "not in";
644
+ }>>;
645
+ op: z.ZodOptional<z.ZodEnum<{
646
+ in: "in";
647
+ "not in": "not in";
648
+ }>>;
649
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
650
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
651
+ field: z.ZodString;
652
+ operator: z.ZodOptional<z.ZodEnum<{
653
+ "=": "=";
654
+ "==": "==";
655
+ "!=": "!=";
656
+ ">": ">";
657
+ "<": "<";
658
+ ">=": ">=";
659
+ "<=": "<=";
660
+ between: "between";
661
+ }>>;
662
+ op: z.ZodOptional<z.ZodEnum<{
663
+ "=": "=";
664
+ "==": "==";
665
+ "!=": "!=";
666
+ ">": ">";
667
+ "<": "<";
668
+ ">=": ">=";
669
+ "<=": "<=";
670
+ between: "between";
671
+ }>>;
672
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
673
+ }, z.core.$strip>, z.ZodObject<{
674
+ field: z.ZodString;
675
+ operator: z.ZodOptional<z.ZodEnum<{
676
+ in: "in";
677
+ "not in": "not in";
678
+ }>>;
679
+ op: z.ZodOptional<z.ZodEnum<{
680
+ in: "in";
681
+ "not in": "not in";
682
+ }>>;
683
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
684
+ }, z.core.$strip>]>>]>>;
685
+ lineSmooth: z.ZodOptional<z.ZodBoolean>;
686
+ lineColor: z.ZodOptional<z.ZodString>;
687
+ lineColorOpacity: z.ZodOptional<z.ZodNumber>;
688
+ lineWidth: z.ZodOptional<z.ZodNumber>;
689
+ lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
690
+ solid: "solid";
691
+ dashed: "dashed";
692
+ dotted: "dotted";
693
+ }>]>>;
694
+ }, z.core.$strip>]>>;
695
+ areaStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
537
696
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
538
697
  field: z.ZodString;
539
698
  operator: z.ZodOptional<z.ZodEnum<{
@@ -605,7 +764,79 @@ export declare const zArea: z.ZodObject<{
605
764
  }, z.core.$strip>]>>]>>;
606
765
  areaColor: z.ZodOptional<z.ZodString>;
607
766
  areaColorOpacity: z.ZodOptional<z.ZodNumber>;
608
- }, z.core.$strip>>;
767
+ }, z.core.$strip>>, z.ZodObject<{
768
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
769
+ field: z.ZodString;
770
+ operator: z.ZodOptional<z.ZodEnum<{
771
+ "=": "=";
772
+ "==": "==";
773
+ "!=": "!=";
774
+ ">": ">";
775
+ "<": "<";
776
+ ">=": ">=";
777
+ "<=": "<=";
778
+ between: "between";
779
+ }>>;
780
+ op: z.ZodOptional<z.ZodEnum<{
781
+ "=": "=";
782
+ "==": "==";
783
+ "!=": "!=";
784
+ ">": ">";
785
+ "<": "<";
786
+ ">=": ">=";
787
+ "<=": "<=";
788
+ between: "between";
789
+ }>>;
790
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
791
+ }, z.core.$strip>, z.ZodObject<{
792
+ field: z.ZodString;
793
+ operator: z.ZodOptional<z.ZodEnum<{
794
+ in: "in";
795
+ "not in": "not in";
796
+ }>>;
797
+ op: z.ZodOptional<z.ZodEnum<{
798
+ in: "in";
799
+ "not in": "not in";
800
+ }>>;
801
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
802
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
803
+ field: z.ZodString;
804
+ operator: z.ZodOptional<z.ZodEnum<{
805
+ "=": "=";
806
+ "==": "==";
807
+ "!=": "!=";
808
+ ">": ">";
809
+ "<": "<";
810
+ ">=": ">=";
811
+ "<=": "<=";
812
+ between: "between";
813
+ }>>;
814
+ op: z.ZodOptional<z.ZodEnum<{
815
+ "=": "=";
816
+ "==": "==";
817
+ "!=": "!=";
818
+ ">": ">";
819
+ "<": "<";
820
+ ">=": ">=";
821
+ "<=": "<=";
822
+ between: "between";
823
+ }>>;
824
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
825
+ }, z.core.$strip>, z.ZodObject<{
826
+ field: z.ZodString;
827
+ operator: z.ZodOptional<z.ZodEnum<{
828
+ in: "in";
829
+ "not in": "not in";
830
+ }>>;
831
+ op: z.ZodOptional<z.ZodEnum<{
832
+ in: "in";
833
+ "not in": "not in";
834
+ }>>;
835
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
836
+ }, z.core.$strip>]>>]>>;
837
+ areaColor: z.ZodOptional<z.ZodString>;
838
+ areaColorOpacity: z.ZodOptional<z.ZodNumber>;
839
+ }, z.core.$strip>]>>;
609
840
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
610
841
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
611
842
  field: z.ZodString;
@@ -371,7 +371,7 @@ export declare const zAreaPercent: z.ZodObject<{
371
371
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
372
372
  }, z.core.$strip>>;
373
373
  theme: z.ZodOptional<z.ZodString>;
374
- pointStyle: z.ZodOptional<z.ZodObject<{
374
+ pointStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
375
375
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
376
376
  field: z.ZodString;
377
377
  operator: z.ZodOptional<z.ZodEnum<{
@@ -451,8 +451,88 @@ export declare const zAreaPercent: z.ZodObject<{
451
451
  dashed: "dashed";
452
452
  dotted: "dotted";
453
453
  }>]>>;
454
- }, z.core.$strip>>;
455
- lineStyle: z.ZodOptional<z.ZodObject<{
454
+ }, z.core.$strip>>, z.ZodObject<{
455
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
456
+ field: z.ZodString;
457
+ operator: z.ZodOptional<z.ZodEnum<{
458
+ "=": "=";
459
+ "==": "==";
460
+ "!=": "!=";
461
+ ">": ">";
462
+ "<": "<";
463
+ ">=": ">=";
464
+ "<=": "<=";
465
+ between: "between";
466
+ }>>;
467
+ op: z.ZodOptional<z.ZodEnum<{
468
+ "=": "=";
469
+ "==": "==";
470
+ "!=": "!=";
471
+ ">": ">";
472
+ "<": "<";
473
+ ">=": ">=";
474
+ "<=": "<=";
475
+ between: "between";
476
+ }>>;
477
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
478
+ }, z.core.$strip>, z.ZodObject<{
479
+ field: z.ZodString;
480
+ operator: z.ZodOptional<z.ZodEnum<{
481
+ in: "in";
482
+ "not in": "not in";
483
+ }>>;
484
+ op: z.ZodOptional<z.ZodEnum<{
485
+ in: "in";
486
+ "not in": "not in";
487
+ }>>;
488
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
489
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
490
+ field: z.ZodString;
491
+ operator: z.ZodOptional<z.ZodEnum<{
492
+ "=": "=";
493
+ "==": "==";
494
+ "!=": "!=";
495
+ ">": ">";
496
+ "<": "<";
497
+ ">=": ">=";
498
+ "<=": "<=";
499
+ between: "between";
500
+ }>>;
501
+ op: z.ZodOptional<z.ZodEnum<{
502
+ "=": "=";
503
+ "==": "==";
504
+ "!=": "!=";
505
+ ">": ">";
506
+ "<": "<";
507
+ ">=": ">=";
508
+ "<=": "<=";
509
+ between: "between";
510
+ }>>;
511
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
512
+ }, z.core.$strip>, z.ZodObject<{
513
+ field: z.ZodString;
514
+ operator: z.ZodOptional<z.ZodEnum<{
515
+ in: "in";
516
+ "not in": "not in";
517
+ }>>;
518
+ op: z.ZodOptional<z.ZodEnum<{
519
+ in: "in";
520
+ "not in": "not in";
521
+ }>>;
522
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
523
+ }, z.core.$strip>]>>]>>;
524
+ pointSize: z.ZodOptional<z.ZodNumber>;
525
+ pointColor: z.ZodOptional<z.ZodString>;
526
+ pointColorOpacity: z.ZodOptional<z.ZodNumber>;
527
+ pointBorderColor: z.ZodOptional<z.ZodString>;
528
+ pointBorderWidth: z.ZodOptional<z.ZodNumber>;
529
+ pointBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
530
+ solid: "solid";
531
+ dashed: "dashed";
532
+ dotted: "dotted";
533
+ }>]>>;
534
+ }, z.core.$strip>]>>;
535
+ lineStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
456
536
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
457
537
  field: z.ZodString;
458
538
  operator: z.ZodOptional<z.ZodEnum<{
@@ -531,8 +611,87 @@ export declare const zAreaPercent: z.ZodObject<{
531
611
  dashed: "dashed";
532
612
  dotted: "dotted";
533
613
  }>]>>;
534
- }, z.core.$strip>>;
535
- areaStyle: z.ZodOptional<z.ZodObject<{
614
+ }, z.core.$strip>>, z.ZodObject<{
615
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
616
+ field: z.ZodString;
617
+ operator: z.ZodOptional<z.ZodEnum<{
618
+ "=": "=";
619
+ "==": "==";
620
+ "!=": "!=";
621
+ ">": ">";
622
+ "<": "<";
623
+ ">=": ">=";
624
+ "<=": "<=";
625
+ between: "between";
626
+ }>>;
627
+ op: z.ZodOptional<z.ZodEnum<{
628
+ "=": "=";
629
+ "==": "==";
630
+ "!=": "!=";
631
+ ">": ">";
632
+ "<": "<";
633
+ ">=": ">=";
634
+ "<=": "<=";
635
+ between: "between";
636
+ }>>;
637
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
638
+ }, z.core.$strip>, z.ZodObject<{
639
+ field: z.ZodString;
640
+ operator: z.ZodOptional<z.ZodEnum<{
641
+ in: "in";
642
+ "not in": "not in";
643
+ }>>;
644
+ op: z.ZodOptional<z.ZodEnum<{
645
+ in: "in";
646
+ "not in": "not in";
647
+ }>>;
648
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
649
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
650
+ field: z.ZodString;
651
+ operator: z.ZodOptional<z.ZodEnum<{
652
+ "=": "=";
653
+ "==": "==";
654
+ "!=": "!=";
655
+ ">": ">";
656
+ "<": "<";
657
+ ">=": ">=";
658
+ "<=": "<=";
659
+ between: "between";
660
+ }>>;
661
+ op: z.ZodOptional<z.ZodEnum<{
662
+ "=": "=";
663
+ "==": "==";
664
+ "!=": "!=";
665
+ ">": ">";
666
+ "<": "<";
667
+ ">=": ">=";
668
+ "<=": "<=";
669
+ between: "between";
670
+ }>>;
671
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
672
+ }, z.core.$strip>, z.ZodObject<{
673
+ field: z.ZodString;
674
+ operator: z.ZodOptional<z.ZodEnum<{
675
+ in: "in";
676
+ "not in": "not in";
677
+ }>>;
678
+ op: z.ZodOptional<z.ZodEnum<{
679
+ in: "in";
680
+ "not in": "not in";
681
+ }>>;
682
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
683
+ }, z.core.$strip>]>>]>>;
684
+ lineSmooth: z.ZodOptional<z.ZodBoolean>;
685
+ lineColor: z.ZodOptional<z.ZodString>;
686
+ lineColorOpacity: z.ZodOptional<z.ZodNumber>;
687
+ lineWidth: z.ZodOptional<z.ZodNumber>;
688
+ lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
689
+ solid: "solid";
690
+ dashed: "dashed";
691
+ dotted: "dotted";
692
+ }>]>>;
693
+ }, z.core.$strip>]>>;
694
+ areaStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
536
695
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
537
696
  field: z.ZodString;
538
697
  operator: z.ZodOptional<z.ZodEnum<{
@@ -604,7 +763,79 @@ export declare const zAreaPercent: z.ZodObject<{
604
763
  }, z.core.$strip>]>>]>>;
605
764
  areaColor: z.ZodOptional<z.ZodString>;
606
765
  areaColorOpacity: z.ZodOptional<z.ZodNumber>;
607
- }, z.core.$strip>>;
766
+ }, z.core.$strip>>, z.ZodObject<{
767
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
768
+ field: z.ZodString;
769
+ operator: z.ZodOptional<z.ZodEnum<{
770
+ "=": "=";
771
+ "==": "==";
772
+ "!=": "!=";
773
+ ">": ">";
774
+ "<": "<";
775
+ ">=": ">=";
776
+ "<=": "<=";
777
+ between: "between";
778
+ }>>;
779
+ op: z.ZodOptional<z.ZodEnum<{
780
+ "=": "=";
781
+ "==": "==";
782
+ "!=": "!=";
783
+ ">": ">";
784
+ "<": "<";
785
+ ">=": ">=";
786
+ "<=": "<=";
787
+ between: "between";
788
+ }>>;
789
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
790
+ }, z.core.$strip>, z.ZodObject<{
791
+ field: z.ZodString;
792
+ operator: z.ZodOptional<z.ZodEnum<{
793
+ in: "in";
794
+ "not in": "not in";
795
+ }>>;
796
+ op: z.ZodOptional<z.ZodEnum<{
797
+ in: "in";
798
+ "not in": "not in";
799
+ }>>;
800
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
801
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
802
+ field: z.ZodString;
803
+ operator: z.ZodOptional<z.ZodEnum<{
804
+ "=": "=";
805
+ "==": "==";
806
+ "!=": "!=";
807
+ ">": ">";
808
+ "<": "<";
809
+ ">=": ">=";
810
+ "<=": "<=";
811
+ between: "between";
812
+ }>>;
813
+ op: z.ZodOptional<z.ZodEnum<{
814
+ "=": "=";
815
+ "==": "==";
816
+ "!=": "!=";
817
+ ">": ">";
818
+ "<": "<";
819
+ ">=": ">=";
820
+ "<=": "<=";
821
+ between: "between";
822
+ }>>;
823
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
824
+ }, z.core.$strip>, z.ZodObject<{
825
+ field: z.ZodString;
826
+ operator: z.ZodOptional<z.ZodEnum<{
827
+ in: "in";
828
+ "not in": "not in";
829
+ }>>;
830
+ op: z.ZodOptional<z.ZodEnum<{
831
+ in: "in";
832
+ "not in": "not in";
833
+ }>>;
834
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
835
+ }, z.core.$strip>]>>]>>;
836
+ areaColor: z.ZodOptional<z.ZodString>;
837
+ areaColorOpacity: z.ZodOptional<z.ZodNumber>;
838
+ }, z.core.$strip>]>>;
608
839
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
609
840
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
610
841
  field: z.ZodString;