@onlive.ai/flow-client 0.1.46 → 0.1.49

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.
@@ -2539,7 +2539,7 @@ declare const Step: z.ZodObject<{
2539
2539
  datetime: string;
2540
2540
  meta?: Record<string, any> | undefined;
2541
2541
  }>]>>;
2542
- operator: z.ZodOptional<z.ZodEnum<["exists", "equal", "not-equal", "contains", "not-contains", "greater-than", "less-than"]>>;
2542
+ operator: z.ZodOptional<z.ZodEnum<["exists", "equals", "not-equals", "contains", "not-contains", "greater-than", "less-than"]>>;
2543
2543
  }, "strip", z.ZodTypeAny, {
2544
2544
  fieldName: string;
2545
2545
  value?: string | number | boolean | {
@@ -2556,7 +2556,7 @@ declare const Step: z.ZodObject<{
2556
2556
  datetime: string;
2557
2557
  meta?: Record<string, any> | undefined;
2558
2558
  } | undefined;
2559
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
2559
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
2560
2560
  }, {
2561
2561
  fieldName: string;
2562
2562
  value?: string | number | boolean | {
@@ -2573,7 +2573,7 @@ declare const Step: z.ZodObject<{
2573
2573
  datetime: string;
2574
2574
  meta?: Record<string, any> | undefined;
2575
2575
  } | undefined;
2576
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
2576
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
2577
2577
  }>, "many">>;
2578
2578
  }, "strip", z.ZodTypeAny, {
2579
2579
  label: string;
@@ -2610,7 +2610,7 @@ declare const Step: z.ZodObject<{
2610
2610
  datetime: string;
2611
2611
  meta?: Record<string, any> | undefined;
2612
2612
  } | undefined;
2613
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
2613
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
2614
2614
  }[] | undefined;
2615
2615
  attributes?: Record<string, any> | undefined;
2616
2616
  }, {
@@ -2648,7 +2648,7 @@ declare const Step: z.ZodObject<{
2648
2648
  datetime: string;
2649
2649
  meta?: Record<string, any> | undefined;
2650
2650
  } | undefined;
2651
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
2651
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
2652
2652
  }[] | undefined;
2653
2653
  attributes?: Record<string, any> | undefined;
2654
2654
  }>, "many">>;
@@ -2657,18 +2657,23 @@ declare const Step: z.ZodObject<{
2657
2657
  generic: z.ZodOptional<z.ZodObject<{
2658
2658
  error: z.ZodObject<{
2659
2659
  icon: z.ZodOptional<z.ZodString>;
2660
+ showOn: z.ZodOptional<z.ZodEnum<["input", "blur"]>>;
2660
2661
  }, "strip", z.ZodTypeAny, {
2661
2662
  icon?: string | undefined;
2663
+ showOn?: "input" | "blur" | undefined;
2662
2664
  }, {
2663
2665
  icon?: string | undefined;
2666
+ showOn?: "input" | "blur" | undefined;
2664
2667
  }>;
2665
2668
  }, "strip", z.ZodTypeAny, {
2666
2669
  error: {
2667
2670
  icon?: string | undefined;
2671
+ showOn?: "input" | "blur" | undefined;
2668
2672
  };
2669
2673
  }, {
2670
2674
  error: {
2671
2675
  icon?: string | undefined;
2676
+ showOn?: "input" | "blur" | undefined;
2672
2677
  };
2673
2678
  }>>;
2674
2679
  input: z.ZodOptional<z.ZodObject<{
@@ -4313,6 +4318,7 @@ declare const Step: z.ZodObject<{
4313
4318
  generic?: {
4314
4319
  error: {
4315
4320
  icon?: string | undefined;
4321
+ showOn?: "input" | "blur" | undefined;
4316
4322
  };
4317
4323
  } | undefined;
4318
4324
  }, {
@@ -4557,6 +4563,7 @@ declare const Step: z.ZodObject<{
4557
4563
  generic?: {
4558
4564
  error: {
4559
4565
  icon?: string | undefined;
4566
+ showOn?: "input" | "blur" | undefined;
4560
4567
  };
4561
4568
  } | undefined;
4562
4569
  }>>;
@@ -4629,7 +4636,7 @@ declare const Step: z.ZodObject<{
4629
4636
  datetime: string;
4630
4637
  meta?: Record<string, any> | undefined;
4631
4638
  } | undefined;
4632
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
4639
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
4633
4640
  }, {
4634
4641
  fieldName: string;
4635
4642
  value?: string | number | boolean | {
@@ -4646,7 +4653,7 @@ declare const Step: z.ZodObject<{
4646
4653
  datetime: string;
4647
4654
  meta?: Record<string, any> | undefined;
4648
4655
  } | undefined;
4649
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
4656
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
4650
4657
  }>, "many">>;
4651
4658
  dependentBehavior: z.ZodOptional<z.ZodEnum<["hidden", "disabled"]>>;
4652
4659
  customError: z.ZodOptional<z.ZodObject<{
@@ -4739,7 +4746,7 @@ declare const Step: z.ZodObject<{
4739
4746
  datetime: string;
4740
4747
  meta?: Record<string, any> | undefined;
4741
4748
  } | undefined;
4742
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
4749
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
4743
4750
  }[] | undefined;
4744
4751
  attributes?: Record<string, any> | undefined;
4745
4752
  }[] | undefined;
@@ -4991,6 +4998,7 @@ declare const Step: z.ZodObject<{
4991
4998
  generic?: {
4992
4999
  error: {
4993
5000
  icon?: string | undefined;
5001
+ showOn?: "input" | "blur" | undefined;
4994
5002
  };
4995
5003
  } | undefined;
4996
5004
  } | undefined;
@@ -5010,7 +5018,7 @@ declare const Step: z.ZodObject<{
5010
5018
  datetime: string;
5011
5019
  meta?: Record<string, any> | undefined;
5012
5020
  } | undefined;
5013
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
5021
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
5014
5022
  }[] | undefined;
5015
5023
  dependentBehavior?: "hidden" | "disabled" | undefined;
5016
5024
  customError?: {
@@ -5088,7 +5096,7 @@ declare const Step: z.ZodObject<{
5088
5096
  datetime: string;
5089
5097
  meta?: Record<string, any> | undefined;
5090
5098
  } | undefined;
5091
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
5099
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
5092
5100
  }[] | undefined;
5093
5101
  attributes?: Record<string, any> | undefined;
5094
5102
  }[] | undefined;
@@ -5340,6 +5348,7 @@ declare const Step: z.ZodObject<{
5340
5348
  generic?: {
5341
5349
  error: {
5342
5350
  icon?: string | undefined;
5351
+ showOn?: "input" | "blur" | undefined;
5343
5352
  };
5344
5353
  } | undefined;
5345
5354
  } | undefined;
@@ -5359,7 +5368,7 @@ declare const Step: z.ZodObject<{
5359
5368
  datetime: string;
5360
5369
  meta?: Record<string, any> | undefined;
5361
5370
  } | undefined;
5362
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
5371
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
5363
5372
  }[] | undefined;
5364
5373
  dependentBehavior?: "hidden" | "disabled" | undefined;
5365
5374
  customError?: {
@@ -5594,7 +5603,7 @@ declare const Step: z.ZodObject<{
5594
5603
  datetime: string;
5595
5604
  meta?: Record<string, any> | undefined;
5596
5605
  } | undefined;
5597
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
5606
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
5598
5607
  }[] | undefined;
5599
5608
  attributes?: Record<string, any> | undefined;
5600
5609
  }[] | undefined;
@@ -5846,6 +5855,7 @@ declare const Step: z.ZodObject<{
5846
5855
  generic?: {
5847
5856
  error: {
5848
5857
  icon?: string | undefined;
5858
+ showOn?: "input" | "blur" | undefined;
5849
5859
  };
5850
5860
  } | undefined;
5851
5861
  } | undefined;
@@ -5865,7 +5875,7 @@ declare const Step: z.ZodObject<{
5865
5875
  datetime: string;
5866
5876
  meta?: Record<string, any> | undefined;
5867
5877
  } | undefined;
5868
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
5878
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
5869
5879
  }[] | undefined;
5870
5880
  dependentBehavior?: "hidden" | "disabled" | undefined;
5871
5881
  customError?: {
@@ -5990,7 +6000,7 @@ declare const Step: z.ZodObject<{
5990
6000
  datetime: string;
5991
6001
  meta?: Record<string, any> | undefined;
5992
6002
  } | undefined;
5993
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
6003
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
5994
6004
  }[] | undefined;
5995
6005
  attributes?: Record<string, any> | undefined;
5996
6006
  }[] | undefined;
@@ -6242,6 +6252,7 @@ declare const Step: z.ZodObject<{
6242
6252
  generic?: {
6243
6253
  error: {
6244
6254
  icon?: string | undefined;
6255
+ showOn?: "input" | "blur" | undefined;
6245
6256
  };
6246
6257
  } | undefined;
6247
6258
  } | undefined;
@@ -6261,7 +6272,7 @@ declare const Step: z.ZodObject<{
6261
6272
  datetime: string;
6262
6273
  meta?: Record<string, any> | undefined;
6263
6274
  } | undefined;
6264
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
6275
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
6265
6276
  }[] | undefined;
6266
6277
  dependentBehavior?: "hidden" | "disabled" | undefined;
6267
6278
  customError?: {
@@ -6523,6 +6534,7 @@ type ActionEvent = z.infer<typeof ActionEvent>;
6523
6534
  * @property {Object} [configuration.generic] - Generic configuration for all components.
6524
6535
  * @property {Object} [configuration.generic.error] - Error state configuration.
6525
6536
  * @property {string} [configuration.generic.error.icon] - Icon to display in error state.
6537
+ * @property {"input" | "blur"} [configuration.generic.error.showOn] - When to show the error icon (on input or blur).
6526
6538
  * @property {Object} [configuration.input] - Configuration for input component.
6527
6539
  * @property {number} [configuration.input.min] - Minimum numeric value or minimum length for text.
6528
6540
  * @property {number} [configuration.input.max] - Maximum numeric value or maximum length for text.
@@ -6863,7 +6875,7 @@ declare const Field: z.ZodObject<{
6863
6875
  datetime: string;
6864
6876
  meta?: Record<string, any> | undefined;
6865
6877
  }>]>>;
6866
- operator: z.ZodOptional<z.ZodEnum<["exists", "equal", "not-equal", "contains", "not-contains", "greater-than", "less-than"]>>;
6878
+ operator: z.ZodOptional<z.ZodEnum<["exists", "equals", "not-equals", "contains", "not-contains", "greater-than", "less-than"]>>;
6867
6879
  }, "strip", z.ZodTypeAny, {
6868
6880
  fieldName: string;
6869
6881
  value?: string | number | boolean | {
@@ -6880,7 +6892,7 @@ declare const Field: z.ZodObject<{
6880
6892
  datetime: string;
6881
6893
  meta?: Record<string, any> | undefined;
6882
6894
  } | undefined;
6883
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
6895
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
6884
6896
  }, {
6885
6897
  fieldName: string;
6886
6898
  value?: string | number | boolean | {
@@ -6897,7 +6909,7 @@ declare const Field: z.ZodObject<{
6897
6909
  datetime: string;
6898
6910
  meta?: Record<string, any> | undefined;
6899
6911
  } | undefined;
6900
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
6912
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
6901
6913
  }>, "many">>;
6902
6914
  }, "strip", z.ZodTypeAny, {
6903
6915
  label: string;
@@ -6934,7 +6946,7 @@ declare const Field: z.ZodObject<{
6934
6946
  datetime: string;
6935
6947
  meta?: Record<string, any> | undefined;
6936
6948
  } | undefined;
6937
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
6949
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
6938
6950
  }[] | undefined;
6939
6951
  attributes?: Record<string, any> | undefined;
6940
6952
  }, {
@@ -6972,7 +6984,7 @@ declare const Field: z.ZodObject<{
6972
6984
  datetime: string;
6973
6985
  meta?: Record<string, any> | undefined;
6974
6986
  } | undefined;
6975
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
6987
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
6976
6988
  }[] | undefined;
6977
6989
  attributes?: Record<string, any> | undefined;
6978
6990
  }>, "many">>;
@@ -6981,18 +6993,23 @@ declare const Field: z.ZodObject<{
6981
6993
  generic: z.ZodOptional<z.ZodObject<{
6982
6994
  error: z.ZodObject<{
6983
6995
  icon: z.ZodOptional<z.ZodString>;
6996
+ showOn: z.ZodOptional<z.ZodEnum<["input", "blur"]>>;
6984
6997
  }, "strip", z.ZodTypeAny, {
6985
6998
  icon?: string | undefined;
6999
+ showOn?: "input" | "blur" | undefined;
6986
7000
  }, {
6987
7001
  icon?: string | undefined;
7002
+ showOn?: "input" | "blur" | undefined;
6988
7003
  }>;
6989
7004
  }, "strip", z.ZodTypeAny, {
6990
7005
  error: {
6991
7006
  icon?: string | undefined;
7007
+ showOn?: "input" | "blur" | undefined;
6992
7008
  };
6993
7009
  }, {
6994
7010
  error: {
6995
7011
  icon?: string | undefined;
7012
+ showOn?: "input" | "blur" | undefined;
6996
7013
  };
6997
7014
  }>>;
6998
7015
  input: z.ZodOptional<z.ZodObject<{
@@ -8637,6 +8654,7 @@ declare const Field: z.ZodObject<{
8637
8654
  generic?: {
8638
8655
  error: {
8639
8656
  icon?: string | undefined;
8657
+ showOn?: "input" | "blur" | undefined;
8640
8658
  };
8641
8659
  } | undefined;
8642
8660
  }, {
@@ -8881,6 +8899,7 @@ declare const Field: z.ZodObject<{
8881
8899
  generic?: {
8882
8900
  error: {
8883
8901
  icon?: string | undefined;
8902
+ showOn?: "input" | "blur" | undefined;
8884
8903
  };
8885
8904
  } | undefined;
8886
8905
  }>>;
@@ -8953,7 +8972,7 @@ declare const Field: z.ZodObject<{
8953
8972
  datetime: string;
8954
8973
  meta?: Record<string, any> | undefined;
8955
8974
  } | undefined;
8956
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
8975
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
8957
8976
  }, {
8958
8977
  fieldName: string;
8959
8978
  value?: string | number | boolean | {
@@ -8970,7 +8989,7 @@ declare const Field: z.ZodObject<{
8970
8989
  datetime: string;
8971
8990
  meta?: Record<string, any> | undefined;
8972
8991
  } | undefined;
8973
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
8992
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
8974
8993
  }>, "many">>;
8975
8994
  dependentBehavior: z.ZodOptional<z.ZodEnum<["hidden", "disabled"]>>;
8976
8995
  customError: z.ZodOptional<z.ZodObject<{
@@ -9063,7 +9082,7 @@ declare const Field: z.ZodObject<{
9063
9082
  datetime: string;
9064
9083
  meta?: Record<string, any> | undefined;
9065
9084
  } | undefined;
9066
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
9085
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
9067
9086
  }[] | undefined;
9068
9087
  attributes?: Record<string, any> | undefined;
9069
9088
  }[] | undefined;
@@ -9315,6 +9334,7 @@ declare const Field: z.ZodObject<{
9315
9334
  generic?: {
9316
9335
  error: {
9317
9336
  icon?: string | undefined;
9337
+ showOn?: "input" | "blur" | undefined;
9318
9338
  };
9319
9339
  } | undefined;
9320
9340
  } | undefined;
@@ -9334,7 +9354,7 @@ declare const Field: z.ZodObject<{
9334
9354
  datetime: string;
9335
9355
  meta?: Record<string, any> | undefined;
9336
9356
  } | undefined;
9337
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
9357
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
9338
9358
  }[] | undefined;
9339
9359
  dependentBehavior?: "hidden" | "disabled" | undefined;
9340
9360
  customError?: {
@@ -9412,7 +9432,7 @@ declare const Field: z.ZodObject<{
9412
9432
  datetime: string;
9413
9433
  meta?: Record<string, any> | undefined;
9414
9434
  } | undefined;
9415
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
9435
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
9416
9436
  }[] | undefined;
9417
9437
  attributes?: Record<string, any> | undefined;
9418
9438
  }[] | undefined;
@@ -9664,6 +9684,7 @@ declare const Field: z.ZodObject<{
9664
9684
  generic?: {
9665
9685
  error: {
9666
9686
  icon?: string | undefined;
9687
+ showOn?: "input" | "blur" | undefined;
9667
9688
  };
9668
9689
  } | undefined;
9669
9690
  } | undefined;
@@ -9683,7 +9704,7 @@ declare const Field: z.ZodObject<{
9683
9704
  datetime: string;
9684
9705
  meta?: Record<string, any> | undefined;
9685
9706
  } | undefined;
9686
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
9707
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
9687
9708
  }[] | undefined;
9688
9709
  dependentBehavior?: "hidden" | "disabled" | undefined;
9689
9710
  customError?: {
@@ -10186,7 +10207,7 @@ declare const FlowContext: z.ZodObject<{
10186
10207
  datetime: string;
10187
10208
  meta?: Record<string, any> | undefined;
10188
10209
  }>]>>;
10189
- operator: z.ZodOptional<z.ZodEnum<["exists", "equal", "not-equal", "contains", "not-contains", "greater-than", "less-than"]>>;
10210
+ operator: z.ZodOptional<z.ZodEnum<["exists", "equals", "not-equals", "contains", "not-contains", "greater-than", "less-than"]>>;
10190
10211
  }, "strip", z.ZodTypeAny, {
10191
10212
  fieldName: string;
10192
10213
  value?: string | number | boolean | {
@@ -10203,7 +10224,7 @@ declare const FlowContext: z.ZodObject<{
10203
10224
  datetime: string;
10204
10225
  meta?: Record<string, any> | undefined;
10205
10226
  } | undefined;
10206
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
10227
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
10207
10228
  }, {
10208
10229
  fieldName: string;
10209
10230
  value?: string | number | boolean | {
@@ -10220,7 +10241,7 @@ declare const FlowContext: z.ZodObject<{
10220
10241
  datetime: string;
10221
10242
  meta?: Record<string, any> | undefined;
10222
10243
  } | undefined;
10223
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
10244
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
10224
10245
  }>, "many">>;
10225
10246
  }, "strip", z.ZodTypeAny, {
10226
10247
  label: string;
@@ -10257,7 +10278,7 @@ declare const FlowContext: z.ZodObject<{
10257
10278
  datetime: string;
10258
10279
  meta?: Record<string, any> | undefined;
10259
10280
  } | undefined;
10260
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
10281
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
10261
10282
  }[] | undefined;
10262
10283
  attributes?: Record<string, any> | undefined;
10263
10284
  }, {
@@ -10295,7 +10316,7 @@ declare const FlowContext: z.ZodObject<{
10295
10316
  datetime: string;
10296
10317
  meta?: Record<string, any> | undefined;
10297
10318
  } | undefined;
10298
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
10319
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
10299
10320
  }[] | undefined;
10300
10321
  attributes?: Record<string, any> | undefined;
10301
10322
  }>, "many">>;
@@ -10304,18 +10325,23 @@ declare const FlowContext: z.ZodObject<{
10304
10325
  generic: z.ZodOptional<z.ZodObject<{
10305
10326
  error: z.ZodObject<{
10306
10327
  icon: z.ZodOptional<z.ZodString>;
10328
+ showOn: z.ZodOptional<z.ZodEnum<["input", "blur"]>>;
10307
10329
  }, "strip", z.ZodTypeAny, {
10308
10330
  icon?: string | undefined;
10331
+ showOn?: "input" | "blur" | undefined;
10309
10332
  }, {
10310
10333
  icon?: string | undefined;
10334
+ showOn?: "input" | "blur" | undefined;
10311
10335
  }>;
10312
10336
  }, "strip", z.ZodTypeAny, {
10313
10337
  error: {
10314
10338
  icon?: string | undefined;
10339
+ showOn?: "input" | "blur" | undefined;
10315
10340
  };
10316
10341
  }, {
10317
10342
  error: {
10318
10343
  icon?: string | undefined;
10344
+ showOn?: "input" | "blur" | undefined;
10319
10345
  };
10320
10346
  }>>;
10321
10347
  input: z.ZodOptional<z.ZodObject<{
@@ -11960,6 +11986,7 @@ declare const FlowContext: z.ZodObject<{
11960
11986
  generic?: {
11961
11987
  error: {
11962
11988
  icon?: string | undefined;
11989
+ showOn?: "input" | "blur" | undefined;
11963
11990
  };
11964
11991
  } | undefined;
11965
11992
  }, {
@@ -12204,6 +12231,7 @@ declare const FlowContext: z.ZodObject<{
12204
12231
  generic?: {
12205
12232
  error: {
12206
12233
  icon?: string | undefined;
12234
+ showOn?: "input" | "blur" | undefined;
12207
12235
  };
12208
12236
  } | undefined;
12209
12237
  }>>;
@@ -12276,7 +12304,7 @@ declare const FlowContext: z.ZodObject<{
12276
12304
  datetime: string;
12277
12305
  meta?: Record<string, any> | undefined;
12278
12306
  } | undefined;
12279
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
12307
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
12280
12308
  }, {
12281
12309
  fieldName: string;
12282
12310
  value?: string | number | boolean | {
@@ -12293,7 +12321,7 @@ declare const FlowContext: z.ZodObject<{
12293
12321
  datetime: string;
12294
12322
  meta?: Record<string, any> | undefined;
12295
12323
  } | undefined;
12296
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
12324
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
12297
12325
  }>, "many">>;
12298
12326
  dependentBehavior: z.ZodOptional<z.ZodEnum<["hidden", "disabled"]>>;
12299
12327
  customError: z.ZodOptional<z.ZodObject<{
@@ -12386,7 +12414,7 @@ declare const FlowContext: z.ZodObject<{
12386
12414
  datetime: string;
12387
12415
  meta?: Record<string, any> | undefined;
12388
12416
  } | undefined;
12389
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
12417
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
12390
12418
  }[] | undefined;
12391
12419
  attributes?: Record<string, any> | undefined;
12392
12420
  }[] | undefined;
@@ -12638,6 +12666,7 @@ declare const FlowContext: z.ZodObject<{
12638
12666
  generic?: {
12639
12667
  error: {
12640
12668
  icon?: string | undefined;
12669
+ showOn?: "input" | "blur" | undefined;
12641
12670
  };
12642
12671
  } | undefined;
12643
12672
  } | undefined;
@@ -12657,7 +12686,7 @@ declare const FlowContext: z.ZodObject<{
12657
12686
  datetime: string;
12658
12687
  meta?: Record<string, any> | undefined;
12659
12688
  } | undefined;
12660
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
12689
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
12661
12690
  }[] | undefined;
12662
12691
  dependentBehavior?: "hidden" | "disabled" | undefined;
12663
12692
  customError?: {
@@ -12735,7 +12764,7 @@ declare const FlowContext: z.ZodObject<{
12735
12764
  datetime: string;
12736
12765
  meta?: Record<string, any> | undefined;
12737
12766
  } | undefined;
12738
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
12767
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
12739
12768
  }[] | undefined;
12740
12769
  attributes?: Record<string, any> | undefined;
12741
12770
  }[] | undefined;
@@ -12987,6 +13016,7 @@ declare const FlowContext: z.ZodObject<{
12987
13016
  generic?: {
12988
13017
  error: {
12989
13018
  icon?: string | undefined;
13019
+ showOn?: "input" | "blur" | undefined;
12990
13020
  };
12991
13021
  } | undefined;
12992
13022
  } | undefined;
@@ -13006,7 +13036,7 @@ declare const FlowContext: z.ZodObject<{
13006
13036
  datetime: string;
13007
13037
  meta?: Record<string, any> | undefined;
13008
13038
  } | undefined;
13009
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
13039
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
13010
13040
  }[] | undefined;
13011
13041
  dependentBehavior?: "hidden" | "disabled" | undefined;
13012
13042
  customError?: {
@@ -13241,7 +13271,7 @@ declare const FlowContext: z.ZodObject<{
13241
13271
  datetime: string;
13242
13272
  meta?: Record<string, any> | undefined;
13243
13273
  } | undefined;
13244
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
13274
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
13245
13275
  }[] | undefined;
13246
13276
  attributes?: Record<string, any> | undefined;
13247
13277
  }[] | undefined;
@@ -13493,6 +13523,7 @@ declare const FlowContext: z.ZodObject<{
13493
13523
  generic?: {
13494
13524
  error: {
13495
13525
  icon?: string | undefined;
13526
+ showOn?: "input" | "blur" | undefined;
13496
13527
  };
13497
13528
  } | undefined;
13498
13529
  } | undefined;
@@ -13512,7 +13543,7 @@ declare const FlowContext: z.ZodObject<{
13512
13543
  datetime: string;
13513
13544
  meta?: Record<string, any> | undefined;
13514
13545
  } | undefined;
13515
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
13546
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
13516
13547
  }[] | undefined;
13517
13548
  dependentBehavior?: "hidden" | "disabled" | undefined;
13518
13549
  customError?: {
@@ -13637,7 +13668,7 @@ declare const FlowContext: z.ZodObject<{
13637
13668
  datetime: string;
13638
13669
  meta?: Record<string, any> | undefined;
13639
13670
  } | undefined;
13640
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
13671
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
13641
13672
  }[] | undefined;
13642
13673
  attributes?: Record<string, any> | undefined;
13643
13674
  }[] | undefined;
@@ -13889,6 +13920,7 @@ declare const FlowContext: z.ZodObject<{
13889
13920
  generic?: {
13890
13921
  error: {
13891
13922
  icon?: string | undefined;
13923
+ showOn?: "input" | "blur" | undefined;
13892
13924
  };
13893
13925
  } | undefined;
13894
13926
  } | undefined;
@@ -13908,7 +13940,7 @@ declare const FlowContext: z.ZodObject<{
13908
13940
  datetime: string;
13909
13941
  meta?: Record<string, any> | undefined;
13910
13942
  } | undefined;
13911
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
13943
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
13912
13944
  }[] | undefined;
13913
13945
  dependentBehavior?: "hidden" | "disabled" | undefined;
13914
13946
  customError?: {
@@ -14067,7 +14099,7 @@ declare const FlowContext: z.ZodObject<{
14067
14099
  datetime: string;
14068
14100
  meta?: Record<string, any> | undefined;
14069
14101
  } | undefined;
14070
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
14102
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
14071
14103
  }[] | undefined;
14072
14104
  attributes?: Record<string, any> | undefined;
14073
14105
  }[] | undefined;
@@ -14319,6 +14351,7 @@ declare const FlowContext: z.ZodObject<{
14319
14351
  generic?: {
14320
14352
  error: {
14321
14353
  icon?: string | undefined;
14354
+ showOn?: "input" | "blur" | undefined;
14322
14355
  };
14323
14356
  } | undefined;
14324
14357
  } | undefined;
@@ -14338,7 +14371,7 @@ declare const FlowContext: z.ZodObject<{
14338
14371
  datetime: string;
14339
14372
  meta?: Record<string, any> | undefined;
14340
14373
  } | undefined;
14341
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
14374
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
14342
14375
  }[] | undefined;
14343
14376
  dependentBehavior?: "hidden" | "disabled" | undefined;
14344
14377
  customError?: {
@@ -14475,7 +14508,7 @@ declare const FlowContext: z.ZodObject<{
14475
14508
  datetime: string;
14476
14509
  meta?: Record<string, any> | undefined;
14477
14510
  } | undefined;
14478
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
14511
+ operator?: "exists" | "contains" | "equals" | "not-equals" | "not-contains" | "greater-than" | "less-than" | undefined;
14479
14512
  }[] | undefined;
14480
14513
  attributes?: Record<string, any> | undefined;
14481
14514
  }[] | undefined;
@@ -14727,6 +14760,7 @@ declare const FlowContext: z.ZodObject<{
14727
14760
  generic?: {
14728
14761
  error: {
14729
14762
  icon?: string | undefined;
14763
+ showOn?: "input" | "blur" | undefined;
14730
14764
  };
14731
14765
  } | undefined;
14732
14766
  } | undefined;
@@ -14746,7 +14780,7 @@ declare const FlowContext: z.ZodObject<{
14746
14780
  datetime: string;
14747
14781
  meta?: Record<string, any> | undefined;
14748
14782
  } | undefined;
14749
- operator?: "exists" | "equal" | "contains" | "not-equal" | "not-contains" | "greater-than" | "less-than" | undefined;
14783
+ operator?: "exists" | "equal" | "contains" | "not-contains" | "greater-than" | "less-than" | "not-equal" | undefined;
14750
14784
  }[] | undefined;
14751
14785
  dependentBehavior?: "hidden" | "disabled" | undefined;
14752
14786
  customError?: {