@visactor/vseed 0.0.26 → 0.0.28

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.
@@ -284,7 +284,7 @@ export declare const zAreaRange: z.ZodObject<{
284
284
  labelBackgroundColor: z.ZodOptional<z.ZodString>;
285
285
  }, z.core.$strip>>;
286
286
  theme: z.ZodOptional<z.ZodString>;
287
- pointStyle: z.ZodOptional<z.ZodObject<{
287
+ pointStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
288
288
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
289
289
  field: z.ZodString;
290
290
  operator: z.ZodOptional<z.ZodEnum<{
@@ -364,8 +364,88 @@ export declare const zAreaRange: z.ZodObject<{
364
364
  dashed: "dashed";
365
365
  dotted: "dotted";
366
366
  }>]>>;
367
- }, z.core.$strip>>;
368
- lineStyle: z.ZodOptional<z.ZodObject<{
367
+ }, z.core.$strip>>, z.ZodObject<{
368
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
369
+ field: z.ZodString;
370
+ operator: z.ZodOptional<z.ZodEnum<{
371
+ "=": "=";
372
+ "==": "==";
373
+ "!=": "!=";
374
+ ">": ">";
375
+ "<": "<";
376
+ ">=": ">=";
377
+ "<=": "<=";
378
+ between: "between";
379
+ }>>;
380
+ op: z.ZodOptional<z.ZodEnum<{
381
+ "=": "=";
382
+ "==": "==";
383
+ "!=": "!=";
384
+ ">": ">";
385
+ "<": "<";
386
+ ">=": ">=";
387
+ "<=": "<=";
388
+ between: "between";
389
+ }>>;
390
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
391
+ }, z.core.$strip>, z.ZodObject<{
392
+ field: z.ZodString;
393
+ operator: z.ZodOptional<z.ZodEnum<{
394
+ in: "in";
395
+ "not in": "not in";
396
+ }>>;
397
+ op: z.ZodOptional<z.ZodEnum<{
398
+ in: "in";
399
+ "not in": "not in";
400
+ }>>;
401
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
402
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
403
+ field: z.ZodString;
404
+ operator: z.ZodOptional<z.ZodEnum<{
405
+ "=": "=";
406
+ "==": "==";
407
+ "!=": "!=";
408
+ ">": ">";
409
+ "<": "<";
410
+ ">=": ">=";
411
+ "<=": "<=";
412
+ between: "between";
413
+ }>>;
414
+ op: z.ZodOptional<z.ZodEnum<{
415
+ "=": "=";
416
+ "==": "==";
417
+ "!=": "!=";
418
+ ">": ">";
419
+ "<": "<";
420
+ ">=": ">=";
421
+ "<=": "<=";
422
+ between: "between";
423
+ }>>;
424
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
425
+ }, z.core.$strip>, z.ZodObject<{
426
+ field: z.ZodString;
427
+ operator: z.ZodOptional<z.ZodEnum<{
428
+ in: "in";
429
+ "not in": "not in";
430
+ }>>;
431
+ op: z.ZodOptional<z.ZodEnum<{
432
+ in: "in";
433
+ "not in": "not in";
434
+ }>>;
435
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
436
+ }, z.core.$strip>]>>]>>;
437
+ pointSize: z.ZodOptional<z.ZodNumber>;
438
+ pointColor: z.ZodOptional<z.ZodString>;
439
+ pointColorOpacity: z.ZodOptional<z.ZodNumber>;
440
+ pointBorderColor: z.ZodOptional<z.ZodString>;
441
+ pointBorderWidth: z.ZodOptional<z.ZodNumber>;
442
+ pointBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
443
+ solid: "solid";
444
+ dashed: "dashed";
445
+ dotted: "dotted";
446
+ }>]>>;
447
+ }, z.core.$strip>]>>;
448
+ lineStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
369
449
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
370
450
  field: z.ZodString;
371
451
  operator: z.ZodOptional<z.ZodEnum<{
@@ -444,8 +524,87 @@ export declare const zAreaRange: z.ZodObject<{
444
524
  dashed: "dashed";
445
525
  dotted: "dotted";
446
526
  }>]>>;
447
- }, z.core.$strip>>;
448
- areaStyle: z.ZodOptional<z.ZodObject<{
527
+ }, z.core.$strip>>, z.ZodObject<{
528
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
529
+ field: z.ZodString;
530
+ operator: z.ZodOptional<z.ZodEnum<{
531
+ "=": "=";
532
+ "==": "==";
533
+ "!=": "!=";
534
+ ">": ">";
535
+ "<": "<";
536
+ ">=": ">=";
537
+ "<=": "<=";
538
+ between: "between";
539
+ }>>;
540
+ op: z.ZodOptional<z.ZodEnum<{
541
+ "=": "=";
542
+ "==": "==";
543
+ "!=": "!=";
544
+ ">": ">";
545
+ "<": "<";
546
+ ">=": ">=";
547
+ "<=": "<=";
548
+ between: "between";
549
+ }>>;
550
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
551
+ }, z.core.$strip>, z.ZodObject<{
552
+ field: z.ZodString;
553
+ operator: z.ZodOptional<z.ZodEnum<{
554
+ in: "in";
555
+ "not in": "not in";
556
+ }>>;
557
+ op: z.ZodOptional<z.ZodEnum<{
558
+ in: "in";
559
+ "not in": "not in";
560
+ }>>;
561
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
562
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
563
+ field: z.ZodString;
564
+ operator: z.ZodOptional<z.ZodEnum<{
565
+ "=": "=";
566
+ "==": "==";
567
+ "!=": "!=";
568
+ ">": ">";
569
+ "<": "<";
570
+ ">=": ">=";
571
+ "<=": "<=";
572
+ between: "between";
573
+ }>>;
574
+ op: z.ZodOptional<z.ZodEnum<{
575
+ "=": "=";
576
+ "==": "==";
577
+ "!=": "!=";
578
+ ">": ">";
579
+ "<": "<";
580
+ ">=": ">=";
581
+ "<=": "<=";
582
+ between: "between";
583
+ }>>;
584
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
585
+ }, z.core.$strip>, z.ZodObject<{
586
+ field: z.ZodString;
587
+ operator: z.ZodOptional<z.ZodEnum<{
588
+ in: "in";
589
+ "not in": "not in";
590
+ }>>;
591
+ op: z.ZodOptional<z.ZodEnum<{
592
+ in: "in";
593
+ "not in": "not in";
594
+ }>>;
595
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
596
+ }, z.core.$strip>]>>]>>;
597
+ lineSmooth: z.ZodOptional<z.ZodBoolean>;
598
+ lineColor: z.ZodOptional<z.ZodString>;
599
+ lineColorOpacity: z.ZodOptional<z.ZodNumber>;
600
+ lineWidth: z.ZodOptional<z.ZodNumber>;
601
+ lineStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<{
602
+ solid: "solid";
603
+ dashed: "dashed";
604
+ dotted: "dotted";
605
+ }>]>>;
606
+ }, z.core.$strip>]>>;
607
+ areaStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
449
608
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
450
609
  field: z.ZodString;
451
610
  operator: z.ZodOptional<z.ZodEnum<{
@@ -517,7 +676,79 @@ export declare const zAreaRange: z.ZodObject<{
517
676
  }, z.core.$strip>]>>]>>;
518
677
  areaColor: z.ZodOptional<z.ZodString>;
519
678
  areaColorOpacity: z.ZodOptional<z.ZodNumber>;
520
- }, z.core.$strip>>;
679
+ }, z.core.$strip>>, z.ZodObject<{
680
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
681
+ field: z.ZodString;
682
+ operator: z.ZodOptional<z.ZodEnum<{
683
+ "=": "=";
684
+ "==": "==";
685
+ "!=": "!=";
686
+ ">": ">";
687
+ "<": "<";
688
+ ">=": ">=";
689
+ "<=": "<=";
690
+ between: "between";
691
+ }>>;
692
+ op: z.ZodOptional<z.ZodEnum<{
693
+ "=": "=";
694
+ "==": "==";
695
+ "!=": "!=";
696
+ ">": ">";
697
+ "<": "<";
698
+ ">=": ">=";
699
+ "<=": "<=";
700
+ between: "between";
701
+ }>>;
702
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
703
+ }, z.core.$strip>, z.ZodObject<{
704
+ field: z.ZodString;
705
+ operator: z.ZodOptional<z.ZodEnum<{
706
+ in: "in";
707
+ "not in": "not in";
708
+ }>>;
709
+ op: z.ZodOptional<z.ZodEnum<{
710
+ in: "in";
711
+ "not in": "not in";
712
+ }>>;
713
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
714
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
715
+ field: z.ZodString;
716
+ operator: z.ZodOptional<z.ZodEnum<{
717
+ "=": "=";
718
+ "==": "==";
719
+ "!=": "!=";
720
+ ">": ">";
721
+ "<": "<";
722
+ ">=": ">=";
723
+ "<=": "<=";
724
+ between: "between";
725
+ }>>;
726
+ op: z.ZodOptional<z.ZodEnum<{
727
+ "=": "=";
728
+ "==": "==";
729
+ "!=": "!=";
730
+ ">": ">";
731
+ "<": "<";
732
+ ">=": ">=";
733
+ "<=": "<=";
734
+ between: "between";
735
+ }>>;
736
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
737
+ }, z.core.$strip>, z.ZodObject<{
738
+ field: z.ZodString;
739
+ operator: z.ZodOptional<z.ZodEnum<{
740
+ in: "in";
741
+ "not in": "not in";
742
+ }>>;
743
+ op: z.ZodOptional<z.ZodEnum<{
744
+ in: "in";
745
+ "not in": "not in";
746
+ }>>;
747
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
748
+ }, z.core.$strip>]>>]>>;
749
+ areaColor: z.ZodOptional<z.ZodString>;
750
+ areaColorOpacity: z.ZodOptional<z.ZodNumber>;
751
+ }, z.core.$strip>]>>;
521
752
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
522
753
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
523
754
  field: z.ZodString;
@@ -361,7 +361,7 @@ export declare const zBar: z.ZodObject<{
361
361
  }, z.core.$strip>>;
362
362
  stackCornerRadius: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
363
363
  theme: z.ZodOptional<z.ZodString>;
364
- barStyle: z.ZodOptional<z.ZodObject<{
364
+ barStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
365
365
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
366
366
  field: z.ZodString;
367
367
  operator: z.ZodOptional<z.ZodEnum<{
@@ -437,7 +437,83 @@ export declare const zBar: z.ZodObject<{
437
437
  barBorderWidth: z.ZodOptional<z.ZodNumber>;
438
438
  barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
439
439
  barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
440
- }, z.core.$strip>>;
440
+ }, z.core.$strip>>, z.ZodObject<{
441
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
442
+ field: z.ZodString;
443
+ operator: z.ZodOptional<z.ZodEnum<{
444
+ "=": "=";
445
+ "==": "==";
446
+ "!=": "!=";
447
+ ">": ">";
448
+ "<": "<";
449
+ ">=": ">=";
450
+ "<=": "<=";
451
+ between: "between";
452
+ }>>;
453
+ op: z.ZodOptional<z.ZodEnum<{
454
+ "=": "=";
455
+ "==": "==";
456
+ "!=": "!=";
457
+ ">": ">";
458
+ "<": "<";
459
+ ">=": ">=";
460
+ "<=": "<=";
461
+ between: "between";
462
+ }>>;
463
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
464
+ }, z.core.$strip>, z.ZodObject<{
465
+ field: z.ZodString;
466
+ operator: z.ZodOptional<z.ZodEnum<{
467
+ in: "in";
468
+ "not in": "not in";
469
+ }>>;
470
+ op: z.ZodOptional<z.ZodEnum<{
471
+ in: "in";
472
+ "not in": "not in";
473
+ }>>;
474
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
475
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
476
+ field: z.ZodString;
477
+ operator: z.ZodOptional<z.ZodEnum<{
478
+ "=": "=";
479
+ "==": "==";
480
+ "!=": "!=";
481
+ ">": ">";
482
+ "<": "<";
483
+ ">=": ">=";
484
+ "<=": "<=";
485
+ between: "between";
486
+ }>>;
487
+ op: z.ZodOptional<z.ZodEnum<{
488
+ "=": "=";
489
+ "==": "==";
490
+ "!=": "!=";
491
+ ">": ">";
492
+ "<": "<";
493
+ ">=": ">=";
494
+ "<=": "<=";
495
+ between: "between";
496
+ }>>;
497
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
498
+ }, z.core.$strip>, z.ZodObject<{
499
+ field: z.ZodString;
500
+ operator: z.ZodOptional<z.ZodEnum<{
501
+ in: "in";
502
+ "not in": "not in";
503
+ }>>;
504
+ op: z.ZodOptional<z.ZodEnum<{
505
+ in: "in";
506
+ "not in": "not in";
507
+ }>>;
508
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
509
+ }, z.core.$strip>]>>]>>;
510
+ barColor: z.ZodOptional<z.ZodString>;
511
+ barColorOpacity: z.ZodOptional<z.ZodNumber>;
512
+ barBorderColor: z.ZodOptional<z.ZodString>;
513
+ barBorderWidth: z.ZodOptional<z.ZodNumber>;
514
+ barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
515
+ barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
516
+ }, z.core.$strip>]>>;
441
517
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
442
518
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
443
519
  field: z.ZodString;
@@ -360,7 +360,7 @@ export declare const zBarParallel: z.ZodObject<{
360
360
  }, z.core.$strip>>;
361
361
  stackCornerRadius: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
362
362
  theme: z.ZodOptional<z.ZodString>;
363
- barStyle: z.ZodOptional<z.ZodObject<{
363
+ barStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
364
364
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
365
365
  field: z.ZodString;
366
366
  operator: z.ZodOptional<z.ZodEnum<{
@@ -436,7 +436,83 @@ export declare const zBarParallel: z.ZodObject<{
436
436
  barBorderWidth: z.ZodOptional<z.ZodNumber>;
437
437
  barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
438
438
  barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
439
- }, z.core.$strip>>;
439
+ }, z.core.$strip>>, z.ZodObject<{
440
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
441
+ field: z.ZodString;
442
+ operator: z.ZodOptional<z.ZodEnum<{
443
+ "=": "=";
444
+ "==": "==";
445
+ "!=": "!=";
446
+ ">": ">";
447
+ "<": "<";
448
+ ">=": ">=";
449
+ "<=": "<=";
450
+ between: "between";
451
+ }>>;
452
+ op: z.ZodOptional<z.ZodEnum<{
453
+ "=": "=";
454
+ "==": "==";
455
+ "!=": "!=";
456
+ ">": ">";
457
+ "<": "<";
458
+ ">=": ">=";
459
+ "<=": "<=";
460
+ between: "between";
461
+ }>>;
462
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
463
+ }, z.core.$strip>, z.ZodObject<{
464
+ field: z.ZodString;
465
+ operator: z.ZodOptional<z.ZodEnum<{
466
+ in: "in";
467
+ "not in": "not in";
468
+ }>>;
469
+ op: z.ZodOptional<z.ZodEnum<{
470
+ in: "in";
471
+ "not in": "not in";
472
+ }>>;
473
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
474
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
475
+ field: z.ZodString;
476
+ operator: z.ZodOptional<z.ZodEnum<{
477
+ "=": "=";
478
+ "==": "==";
479
+ "!=": "!=";
480
+ ">": ">";
481
+ "<": "<";
482
+ ">=": ">=";
483
+ "<=": "<=";
484
+ between: "between";
485
+ }>>;
486
+ op: z.ZodOptional<z.ZodEnum<{
487
+ "=": "=";
488
+ "==": "==";
489
+ "!=": "!=";
490
+ ">": ">";
491
+ "<": "<";
492
+ ">=": ">=";
493
+ "<=": "<=";
494
+ between: "between";
495
+ }>>;
496
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
497
+ }, z.core.$strip>, z.ZodObject<{
498
+ field: z.ZodString;
499
+ operator: z.ZodOptional<z.ZodEnum<{
500
+ in: "in";
501
+ "not in": "not in";
502
+ }>>;
503
+ op: z.ZodOptional<z.ZodEnum<{
504
+ in: "in";
505
+ "not in": "not in";
506
+ }>>;
507
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
508
+ }, z.core.$strip>]>>]>>;
509
+ barColor: z.ZodOptional<z.ZodString>;
510
+ barColorOpacity: z.ZodOptional<z.ZodNumber>;
511
+ barBorderColor: z.ZodOptional<z.ZodString>;
512
+ barBorderWidth: z.ZodOptional<z.ZodNumber>;
513
+ barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
514
+ barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
515
+ }, z.core.$strip>]>>;
440
516
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
441
517
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
442
518
  field: z.ZodString;
@@ -360,7 +360,7 @@ export declare const zBarPercent: z.ZodObject<{
360
360
  }, z.core.$strip>>;
361
361
  stackCornerRadius: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
362
362
  theme: z.ZodOptional<z.ZodString>;
363
- barStyle: z.ZodOptional<z.ZodObject<{
363
+ barStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
364
364
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
365
365
  field: z.ZodString;
366
366
  operator: z.ZodOptional<z.ZodEnum<{
@@ -436,7 +436,83 @@ export declare const zBarPercent: z.ZodObject<{
436
436
  barBorderWidth: z.ZodOptional<z.ZodNumber>;
437
437
  barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
438
438
  barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
439
- }, z.core.$strip>>;
439
+ }, z.core.$strip>>, z.ZodObject<{
440
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
441
+ field: z.ZodString;
442
+ operator: z.ZodOptional<z.ZodEnum<{
443
+ "=": "=";
444
+ "==": "==";
445
+ "!=": "!=";
446
+ ">": ">";
447
+ "<": "<";
448
+ ">=": ">=";
449
+ "<=": "<=";
450
+ between: "between";
451
+ }>>;
452
+ op: z.ZodOptional<z.ZodEnum<{
453
+ "=": "=";
454
+ "==": "==";
455
+ "!=": "!=";
456
+ ">": ">";
457
+ "<": "<";
458
+ ">=": ">=";
459
+ "<=": "<=";
460
+ between: "between";
461
+ }>>;
462
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
463
+ }, z.core.$strip>, z.ZodObject<{
464
+ field: z.ZodString;
465
+ operator: z.ZodOptional<z.ZodEnum<{
466
+ in: "in";
467
+ "not in": "not in";
468
+ }>>;
469
+ op: z.ZodOptional<z.ZodEnum<{
470
+ in: "in";
471
+ "not in": "not in";
472
+ }>>;
473
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
474
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
475
+ field: z.ZodString;
476
+ operator: z.ZodOptional<z.ZodEnum<{
477
+ "=": "=";
478
+ "==": "==";
479
+ "!=": "!=";
480
+ ">": ">";
481
+ "<": "<";
482
+ ">=": ">=";
483
+ "<=": "<=";
484
+ between: "between";
485
+ }>>;
486
+ op: z.ZodOptional<z.ZodEnum<{
487
+ "=": "=";
488
+ "==": "==";
489
+ "!=": "!=";
490
+ ">": ">";
491
+ "<": "<";
492
+ ">=": ">=";
493
+ "<=": "<=";
494
+ between: "between";
495
+ }>>;
496
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
497
+ }, z.core.$strip>, z.ZodObject<{
498
+ field: z.ZodString;
499
+ operator: z.ZodOptional<z.ZodEnum<{
500
+ in: "in";
501
+ "not in": "not in";
502
+ }>>;
503
+ op: z.ZodOptional<z.ZodEnum<{
504
+ in: "in";
505
+ "not in": "not in";
506
+ }>>;
507
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
508
+ }, z.core.$strip>]>>]>>;
509
+ barColor: z.ZodOptional<z.ZodString>;
510
+ barColorOpacity: z.ZodOptional<z.ZodNumber>;
511
+ barBorderColor: z.ZodOptional<z.ZodString>;
512
+ barBorderWidth: z.ZodOptional<z.ZodNumber>;
513
+ barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
514
+ barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
515
+ }, z.core.$strip>]>>;
440
516
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
441
517
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
442
518
  field: z.ZodString;
@@ -360,7 +360,7 @@ export declare const zColumn: z.ZodObject<{
360
360
  }, z.core.$strip>>;
361
361
  stackCornerRadius: z.ZodOptional<z.ZodDefault<z.ZodUnion<[z.ZodNumber, z.ZodArray<z.ZodNumber>]>>>;
362
362
  theme: z.ZodOptional<z.ZodString>;
363
- barStyle: z.ZodOptional<z.ZodObject<{
363
+ barStyle: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
364
364
  selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
365
365
  field: z.ZodString;
366
366
  operator: z.ZodOptional<z.ZodEnum<{
@@ -436,7 +436,83 @@ export declare const zColumn: z.ZodObject<{
436
436
  barBorderWidth: z.ZodOptional<z.ZodNumber>;
437
437
  barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
438
438
  barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
439
- }, z.core.$strip>>;
439
+ }, z.core.$strip>>, z.ZodObject<{
440
+ selector: z.ZodOptional<z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
441
+ field: z.ZodString;
442
+ operator: z.ZodOptional<z.ZodEnum<{
443
+ "=": "=";
444
+ "==": "==";
445
+ "!=": "!=";
446
+ ">": ">";
447
+ "<": "<";
448
+ ">=": ">=";
449
+ "<=": "<=";
450
+ between: "between";
451
+ }>>;
452
+ op: z.ZodOptional<z.ZodEnum<{
453
+ "=": "=";
454
+ "==": "==";
455
+ "!=": "!=";
456
+ ">": ">";
457
+ "<": "<";
458
+ ">=": ">=";
459
+ "<=": "<=";
460
+ between: "between";
461
+ }>>;
462
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
463
+ }, z.core.$strip>, z.ZodObject<{
464
+ field: z.ZodString;
465
+ operator: z.ZodOptional<z.ZodEnum<{
466
+ in: "in";
467
+ "not in": "not in";
468
+ }>>;
469
+ op: z.ZodOptional<z.ZodEnum<{
470
+ in: "in";
471
+ "not in": "not in";
472
+ }>>;
473
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
474
+ }, z.core.$strip>]>, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
475
+ field: z.ZodString;
476
+ operator: z.ZodOptional<z.ZodEnum<{
477
+ "=": "=";
478
+ "==": "==";
479
+ "!=": "!=";
480
+ ">": ">";
481
+ "<": "<";
482
+ ">=": ">=";
483
+ "<=": "<=";
484
+ between: "between";
485
+ }>>;
486
+ op: z.ZodOptional<z.ZodEnum<{
487
+ "=": "=";
488
+ "==": "==";
489
+ "!=": "!=";
490
+ ">": ">";
491
+ "<": "<";
492
+ ">=": ">=";
493
+ "<=": "<=";
494
+ between: "between";
495
+ }>>;
496
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
497
+ }, z.core.$strip>, z.ZodObject<{
498
+ field: z.ZodString;
499
+ operator: z.ZodOptional<z.ZodEnum<{
500
+ in: "in";
501
+ "not in": "not in";
502
+ }>>;
503
+ op: z.ZodOptional<z.ZodEnum<{
504
+ in: "in";
505
+ "not in": "not in";
506
+ }>>;
507
+ value: z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodArray<z.ZodUnion<readonly [z.ZodString, z.ZodNumber]>>]>;
508
+ }, z.core.$strip>]>>]>>;
509
+ barColor: z.ZodOptional<z.ZodString>;
510
+ barColorOpacity: z.ZodOptional<z.ZodNumber>;
511
+ barBorderColor: z.ZodOptional<z.ZodString>;
512
+ barBorderWidth: z.ZodOptional<z.ZodNumber>;
513
+ barBorderStyle: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<"solid">, z.ZodLiteral<"dashed">, z.ZodLiteral<"dotted">]>>;
514
+ barRadius: z.ZodOptional<z.ZodUnion<readonly [z.ZodNumber, z.ZodArray<z.ZodNumber>]>>;
515
+ }, z.core.$strip>]>>;
440
516
  annotationPoint: z.ZodOptional<z.ZodUnion<[z.ZodArray<z.ZodObject<{
441
517
  selector: z.ZodUnion<readonly [z.ZodUnion<readonly [z.ZodString, z.ZodNumber, z.ZodObject<{
442
518
  field: z.ZodString;