@arudovwen/form-builder-react 1.9.11 → 1.9.13

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.
@@ -179,3 +179,1635 @@ export declare const demoQuestionDa: {
179
179
  inputType: string;
180
180
  })[];
181
181
  }[];
182
+ export declare const demoFormData: ({
183
+ title: string;
184
+ description: string;
185
+ id: string;
186
+ questionData: ({
187
+ required: boolean;
188
+ description: string;
189
+ value: any;
190
+ isReadOnly: boolean;
191
+ isDisabled: boolean;
192
+ isRequired: boolean;
193
+ customClass: string;
194
+ elementClass: string;
195
+ gridPosition: any;
196
+ gridId: any;
197
+ isHidden: boolean;
198
+ visibilityDependentFields: any[];
199
+ maxLength: any;
200
+ minLength: any;
201
+ placeholder: string;
202
+ requiredMessage: string;
203
+ minLengthMessage: string;
204
+ maxLengthMessage: string;
205
+ type: string;
206
+ label: string;
207
+ icon: string;
208
+ inputLabel: string;
209
+ inputType: string;
210
+ columns: number;
211
+ id: string;
212
+ sectionId: string;
213
+ dateType?: undefined;
214
+ selectType?: undefined;
215
+ options1?: undefined;
216
+ options?: undefined;
217
+ dataColumns?: undefined;
218
+ apiUrl?: undefined;
219
+ valueSource?: undefined;
220
+ } | {
221
+ required: boolean;
222
+ description: string;
223
+ value: any;
224
+ isReadOnly: boolean;
225
+ isDisabled: boolean;
226
+ isRequired: boolean;
227
+ customClass: string;
228
+ elementClass: string;
229
+ gridPosition: any;
230
+ gridId: any;
231
+ isHidden: boolean;
232
+ visibilityDependentFields: any[];
233
+ maxLength: any;
234
+ minLength: any;
235
+ placeholder: string;
236
+ requiredMessage: string;
237
+ minLengthMessage: string;
238
+ maxLengthMessage: string;
239
+ type: string;
240
+ label: string;
241
+ icon: string;
242
+ inputLabel: string;
243
+ inputType: string;
244
+ columns: number;
245
+ id: string;
246
+ sectionId: string;
247
+ dateType: string;
248
+ selectType: string;
249
+ options1: any[];
250
+ options: any[];
251
+ dataColumns: any[];
252
+ apiUrl?: undefined;
253
+ valueSource?: undefined;
254
+ } | {
255
+ required: boolean;
256
+ description: string;
257
+ value: any;
258
+ isReadOnly: boolean;
259
+ isDisabled: boolean;
260
+ isRequired: boolean;
261
+ customClass: string;
262
+ elementClass: string;
263
+ gridPosition: {
264
+ col: number;
265
+ };
266
+ gridId: string;
267
+ isHidden: boolean;
268
+ visibilityDependentFields: {
269
+ id: string;
270
+ value: string;
271
+ label: string;
272
+ sectionId: string;
273
+ fieldType: string;
274
+ operator: string;
275
+ fieldValue: string;
276
+ }[];
277
+ maxLength: any;
278
+ minLength: any;
279
+ placeholder: string;
280
+ requiredMessage: string;
281
+ minLengthMessage: string;
282
+ maxLengthMessage: string;
283
+ type: string;
284
+ label: string;
285
+ icon: string;
286
+ inputLabel: string;
287
+ inputType: string;
288
+ selectType: string;
289
+ options: {
290
+ label: string;
291
+ value: string;
292
+ id: string;
293
+ }[];
294
+ id: string;
295
+ sectionId: string;
296
+ dateType: string;
297
+ options1: any[];
298
+ dataColumns: any[];
299
+ columns?: undefined;
300
+ apiUrl?: undefined;
301
+ valueSource?: undefined;
302
+ } | {
303
+ required: boolean;
304
+ description: string;
305
+ value: any;
306
+ isReadOnly: boolean;
307
+ isDisabled: boolean;
308
+ isRequired: boolean;
309
+ customClass: string;
310
+ elementClass: string;
311
+ gridPosition: {
312
+ col: number;
313
+ };
314
+ gridId: string;
315
+ isHidden: boolean;
316
+ visibilityDependentFields: any[];
317
+ maxLength: any;
318
+ minLength: any;
319
+ placeholder: string;
320
+ requiredMessage: string;
321
+ minLengthMessage: string;
322
+ maxLengthMessage: string;
323
+ type: string;
324
+ label: string;
325
+ icon: string;
326
+ inputLabel: string;
327
+ inputType: string;
328
+ selectType: string;
329
+ options: {
330
+ label: string;
331
+ value: string;
332
+ id: string;
333
+ }[];
334
+ id: string;
335
+ sectionId: string;
336
+ dateType: string;
337
+ apiUrl: string;
338
+ options1: any[];
339
+ dataColumns: any[];
340
+ columns?: undefined;
341
+ valueSource?: undefined;
342
+ } | {
343
+ required: boolean;
344
+ description: string;
345
+ value: any;
346
+ isReadOnly: boolean;
347
+ isDisabled: boolean;
348
+ isRequired: boolean;
349
+ customClass: string;
350
+ elementClass: string;
351
+ gridPosition: {
352
+ col: number;
353
+ };
354
+ gridId: string;
355
+ isHidden: boolean;
356
+ visibilityDependentFields: any[];
357
+ maxLength: any;
358
+ minLength: any;
359
+ placeholder: string;
360
+ requiredMessage: string;
361
+ minLengthMessage: string;
362
+ maxLengthMessage: string;
363
+ type: string;
364
+ label: string;
365
+ icon: string;
366
+ inputLabel: string;
367
+ inputType: string;
368
+ id: string;
369
+ sectionId: string;
370
+ valueSource: string;
371
+ dateType: string;
372
+ selectType: string;
373
+ options1: any[];
374
+ options: any[];
375
+ dataColumns: any[];
376
+ columns?: undefined;
377
+ apiUrl?: undefined;
378
+ })[];
379
+ disabled: boolean;
380
+ isHidden: boolean;
381
+ } | {
382
+ title: string;
383
+ description: string;
384
+ id: string;
385
+ questionData: ({
386
+ required: boolean;
387
+ description: string;
388
+ value: any;
389
+ isReadOnly: boolean;
390
+ isDisabled: boolean;
391
+ isRequired: boolean;
392
+ customClass: string;
393
+ elementClass: string;
394
+ gridPosition: any;
395
+ gridId: any;
396
+ isHidden: boolean;
397
+ visibilityDependentFields: any[];
398
+ maxLength: any;
399
+ minLength: any;
400
+ placeholder: string;
401
+ requiredMessage: string;
402
+ minLengthMessage: string;
403
+ maxLengthMessage: string;
404
+ type: string;
405
+ label: string;
406
+ icon: string;
407
+ inputLabel: string;
408
+ inputType: string;
409
+ columns: number;
410
+ id: string;
411
+ sectionId: string;
412
+ dateType?: undefined;
413
+ selectType?: undefined;
414
+ options1?: undefined;
415
+ options?: undefined;
416
+ dataColumns?: undefined;
417
+ isDeleted?: undefined;
418
+ minChecked?: undefined;
419
+ isMultiple?: undefined;
420
+ acceptedFiles?: undefined;
421
+ dateFormat?: undefined;
422
+ minDate?: undefined;
423
+ maxDate?: undefined;
424
+ canHaveDateRange?: undefined;
425
+ allowYearPicker?: undefined;
426
+ inputMode?: undefined;
427
+ apiUrl?: undefined;
428
+ } | {
429
+ required: boolean;
430
+ description: string;
431
+ value: any;
432
+ isReadOnly: boolean;
433
+ isDisabled: boolean;
434
+ isRequired: boolean;
435
+ customClass: string;
436
+ elementClass: string;
437
+ gridPosition: {
438
+ col: number;
439
+ };
440
+ gridId: string;
441
+ isHidden: boolean;
442
+ visibilityDependentFields: any[];
443
+ maxLength: any;
444
+ minLength: any;
445
+ placeholder: string;
446
+ requiredMessage: string;
447
+ minLengthMessage: string;
448
+ maxLengthMessage: string;
449
+ type: string;
450
+ label: string;
451
+ icon: string;
452
+ inputLabel: string;
453
+ inputType: string;
454
+ id: string;
455
+ sectionId: string;
456
+ dateType: string;
457
+ selectType: string;
458
+ options1: any[];
459
+ options: any[];
460
+ dataColumns: any[];
461
+ isDeleted: boolean;
462
+ columns?: undefined;
463
+ minChecked?: undefined;
464
+ isMultiple?: undefined;
465
+ acceptedFiles?: undefined;
466
+ dateFormat?: undefined;
467
+ minDate?: undefined;
468
+ maxDate?: undefined;
469
+ canHaveDateRange?: undefined;
470
+ allowYearPicker?: undefined;
471
+ inputMode?: undefined;
472
+ apiUrl?: undefined;
473
+ } | {
474
+ required: boolean;
475
+ description: string;
476
+ value: any;
477
+ isReadOnly: boolean;
478
+ isDisabled: boolean;
479
+ isRequired: boolean;
480
+ customClass: string;
481
+ elementClass: string;
482
+ gridPosition: {
483
+ col: number;
484
+ };
485
+ gridId: string;
486
+ isHidden: boolean;
487
+ visibilityDependentFields: any[];
488
+ maxLength: any;
489
+ minLength: any;
490
+ placeholder: string;
491
+ requiredMessage: string;
492
+ minLengthMessage: string;
493
+ maxLengthMessage: string;
494
+ type: string;
495
+ label: string;
496
+ icon: string;
497
+ inputLabel: string;
498
+ inputType: string;
499
+ id: string;
500
+ sectionId: string;
501
+ dateType: string;
502
+ selectType: string;
503
+ options1: any[];
504
+ options: any[];
505
+ minChecked: number;
506
+ dataColumns: any[];
507
+ columns?: undefined;
508
+ isDeleted?: undefined;
509
+ isMultiple?: undefined;
510
+ acceptedFiles?: undefined;
511
+ dateFormat?: undefined;
512
+ minDate?: undefined;
513
+ maxDate?: undefined;
514
+ canHaveDateRange?: undefined;
515
+ allowYearPicker?: undefined;
516
+ inputMode?: undefined;
517
+ apiUrl?: undefined;
518
+ } | {
519
+ required: boolean;
520
+ description: string;
521
+ value: any;
522
+ isReadOnly: boolean;
523
+ isDisabled: boolean;
524
+ isRequired: boolean;
525
+ customClass: string;
526
+ elementClass: string;
527
+ gridPosition: {
528
+ col: number;
529
+ };
530
+ gridId: string;
531
+ isHidden: boolean;
532
+ visibilityDependentFields: any[];
533
+ maxLength: any;
534
+ minLength: any;
535
+ placeholder: string;
536
+ requiredMessage: string;
537
+ minLengthMessage: string;
538
+ maxLengthMessage: string;
539
+ type: string;
540
+ label: string;
541
+ icon: string;
542
+ inputLabel: string;
543
+ inputType: string;
544
+ isMultiple: boolean;
545
+ acceptedFiles: {
546
+ value: string;
547
+ label: string;
548
+ }[];
549
+ id: string;
550
+ sectionId: string;
551
+ dateType: string;
552
+ selectType: string;
553
+ options1: any[];
554
+ options: any[];
555
+ dataColumns: any[];
556
+ columns?: undefined;
557
+ isDeleted?: undefined;
558
+ minChecked?: undefined;
559
+ dateFormat?: undefined;
560
+ minDate?: undefined;
561
+ maxDate?: undefined;
562
+ canHaveDateRange?: undefined;
563
+ allowYearPicker?: undefined;
564
+ inputMode?: undefined;
565
+ apiUrl?: undefined;
566
+ } | {
567
+ required: boolean;
568
+ description: string;
569
+ value: any;
570
+ isReadOnly: boolean;
571
+ isDisabled: boolean;
572
+ isRequired: boolean;
573
+ customClass: string;
574
+ elementClass: string;
575
+ isHidden: boolean;
576
+ visibilityDependentFields: any[];
577
+ maxLength: any;
578
+ minLength: any;
579
+ placeholder: string;
580
+ requiredMessage: string;
581
+ minLengthMessage: string;
582
+ maxLengthMessage: string;
583
+ type: string;
584
+ label: string;
585
+ icon: string;
586
+ inputLabel: string;
587
+ inputType: string;
588
+ options: {
589
+ label: string;
590
+ value: string;
591
+ id: string;
592
+ }[];
593
+ id: string;
594
+ sectionId: string;
595
+ dateType: string;
596
+ selectType: string;
597
+ options1: any[];
598
+ dataColumns: any[];
599
+ gridId: string;
600
+ gridPosition: {
601
+ col: number;
602
+ };
603
+ columns?: undefined;
604
+ isDeleted?: undefined;
605
+ minChecked?: undefined;
606
+ isMultiple?: undefined;
607
+ acceptedFiles?: undefined;
608
+ dateFormat?: undefined;
609
+ minDate?: undefined;
610
+ maxDate?: undefined;
611
+ canHaveDateRange?: undefined;
612
+ allowYearPicker?: undefined;
613
+ inputMode?: undefined;
614
+ apiUrl?: undefined;
615
+ } | {
616
+ required: boolean;
617
+ description: string;
618
+ value: any;
619
+ isReadOnly: boolean;
620
+ isDisabled: boolean;
621
+ isRequired: boolean;
622
+ customClass: string;
623
+ elementClass: string;
624
+ gridPosition: any;
625
+ gridId: any;
626
+ isHidden: boolean;
627
+ visibilityDependentFields: any[];
628
+ maxLength: any;
629
+ minLength: any;
630
+ placeholder: string;
631
+ requiredMessage: string;
632
+ minLengthMessage: string;
633
+ maxLengthMessage: string;
634
+ type: string;
635
+ label: string;
636
+ icon: string;
637
+ inputLabel: string;
638
+ inputType: string;
639
+ dateType: string;
640
+ dateFormat: string;
641
+ minDate: any;
642
+ maxDate: any;
643
+ canHaveDateRange: boolean;
644
+ allowYearPicker: boolean;
645
+ id: string;
646
+ sectionId: string;
647
+ selectType: string;
648
+ options1: any[];
649
+ options: any[];
650
+ dataColumns: any[];
651
+ columns?: undefined;
652
+ isDeleted?: undefined;
653
+ minChecked?: undefined;
654
+ isMultiple?: undefined;
655
+ acceptedFiles?: undefined;
656
+ inputMode?: undefined;
657
+ apiUrl?: undefined;
658
+ } | {
659
+ required: boolean;
660
+ description: string;
661
+ value: any;
662
+ isReadOnly: boolean;
663
+ isDisabled: boolean;
664
+ isRequired: boolean;
665
+ customClass: string;
666
+ elementClass: string;
667
+ gridPosition: any;
668
+ gridId: any;
669
+ isHidden: boolean;
670
+ visibilityDependentFields: any[];
671
+ maxLength: any;
672
+ minLength: any;
673
+ placeholder: string;
674
+ requiredMessage: string;
675
+ minLengthMessage: string;
676
+ maxLengthMessage: string;
677
+ type: string;
678
+ label: string;
679
+ icon: string;
680
+ inputLabel: string;
681
+ inputType: string;
682
+ columns: number;
683
+ id: string;
684
+ sectionId: string;
685
+ dateType: string;
686
+ selectType: string;
687
+ options1: any[];
688
+ options: any[];
689
+ dataColumns: any[];
690
+ isDeleted?: undefined;
691
+ minChecked?: undefined;
692
+ isMultiple?: undefined;
693
+ acceptedFiles?: undefined;
694
+ dateFormat?: undefined;
695
+ minDate?: undefined;
696
+ maxDate?: undefined;
697
+ canHaveDateRange?: undefined;
698
+ allowYearPicker?: undefined;
699
+ inputMode?: undefined;
700
+ apiUrl?: undefined;
701
+ } | {
702
+ required: boolean;
703
+ description: string;
704
+ value: any;
705
+ isReadOnly: boolean;
706
+ isDisabled: boolean;
707
+ isRequired: boolean;
708
+ customClass: string;
709
+ elementClass: string;
710
+ gridPosition: {
711
+ col: number;
712
+ };
713
+ gridId: string;
714
+ isHidden: boolean;
715
+ visibilityDependentFields: any[];
716
+ maxLength: any;
717
+ minLength: any;
718
+ placeholder: string;
719
+ requiredMessage: string;
720
+ minLengthMessage: string;
721
+ maxLengthMessage: string;
722
+ type: string;
723
+ label: string;
724
+ icon: string;
725
+ inputLabel: string;
726
+ inputType: string;
727
+ inputMode: string;
728
+ id: string;
729
+ sectionId: string;
730
+ dateType: string;
731
+ selectType: string;
732
+ options1: any[];
733
+ options: any[];
734
+ dataColumns: any[];
735
+ columns?: undefined;
736
+ isDeleted?: undefined;
737
+ minChecked?: undefined;
738
+ isMultiple?: undefined;
739
+ acceptedFiles?: undefined;
740
+ dateFormat?: undefined;
741
+ minDate?: undefined;
742
+ maxDate?: undefined;
743
+ canHaveDateRange?: undefined;
744
+ allowYearPicker?: undefined;
745
+ apiUrl?: undefined;
746
+ } | {
747
+ required: boolean;
748
+ description: string;
749
+ value: any;
750
+ isReadOnly: boolean;
751
+ isDisabled: boolean;
752
+ isRequired: boolean;
753
+ customClass: string;
754
+ elementClass: string;
755
+ gridPosition: any;
756
+ gridId: any;
757
+ isHidden: boolean;
758
+ visibilityDependentFields: any[];
759
+ maxLength: any;
760
+ minLength: any;
761
+ placeholder: string;
762
+ requiredMessage: string;
763
+ minLengthMessage: string;
764
+ maxLengthMessage: string;
765
+ type: string;
766
+ label: string;
767
+ icon: string;
768
+ inputLabel: string;
769
+ inputType: string;
770
+ columns: number;
771
+ id: string;
772
+ sectionId: string;
773
+ isDeleted: boolean;
774
+ dateType?: undefined;
775
+ selectType?: undefined;
776
+ options1?: undefined;
777
+ options?: undefined;
778
+ dataColumns?: undefined;
779
+ minChecked?: undefined;
780
+ isMultiple?: undefined;
781
+ acceptedFiles?: undefined;
782
+ dateFormat?: undefined;
783
+ minDate?: undefined;
784
+ maxDate?: undefined;
785
+ canHaveDateRange?: undefined;
786
+ allowYearPicker?: undefined;
787
+ inputMode?: undefined;
788
+ apiUrl?: undefined;
789
+ } | {
790
+ required: boolean;
791
+ description: string;
792
+ value: any;
793
+ isReadOnly: boolean;
794
+ isDisabled: boolean;
795
+ isRequired: boolean;
796
+ customClass: string;
797
+ elementClass: string;
798
+ gridPosition: {
799
+ col: number;
800
+ };
801
+ gridId: string;
802
+ isHidden: boolean;
803
+ visibilityDependentFields: any[];
804
+ maxLength: any;
805
+ minLength: any;
806
+ placeholder: string;
807
+ requiredMessage: string;
808
+ minLengthMessage: string;
809
+ maxLengthMessage: string;
810
+ type: string;
811
+ label: string;
812
+ icon: string;
813
+ inputLabel: string;
814
+ inputType: string;
815
+ id: string;
816
+ sectionId: string;
817
+ dateType: string;
818
+ selectType: string;
819
+ options1: any[];
820
+ options: any[];
821
+ minChecked: number;
822
+ dataColumns: any[];
823
+ isDeleted: boolean;
824
+ columns?: undefined;
825
+ isMultiple?: undefined;
826
+ acceptedFiles?: undefined;
827
+ dateFormat?: undefined;
828
+ minDate?: undefined;
829
+ maxDate?: undefined;
830
+ canHaveDateRange?: undefined;
831
+ allowYearPicker?: undefined;
832
+ inputMode?: undefined;
833
+ apiUrl?: undefined;
834
+ } | {
835
+ required: boolean;
836
+ description: string;
837
+ value: any;
838
+ isReadOnly: boolean;
839
+ isDisabled: boolean;
840
+ isRequired: boolean;
841
+ customClass: string;
842
+ elementClass: string;
843
+ gridPosition: {
844
+ col: number;
845
+ };
846
+ gridId: string;
847
+ isHidden: boolean;
848
+ visibilityDependentFields: any[];
849
+ maxLength: any;
850
+ minLength: any;
851
+ placeholder: string;
852
+ requiredMessage: string;
853
+ minLengthMessage: string;
854
+ maxLengthMessage: string;
855
+ type: string;
856
+ label: string;
857
+ icon: string;
858
+ inputLabel: string;
859
+ inputType: string;
860
+ selectType: string;
861
+ options: {
862
+ label: string;
863
+ value: string;
864
+ id: string;
865
+ }[];
866
+ id: string;
867
+ sectionId: string;
868
+ dateType: string;
869
+ apiUrl: string;
870
+ options1: any[];
871
+ dataColumns: any[];
872
+ columns?: undefined;
873
+ isDeleted?: undefined;
874
+ minChecked?: undefined;
875
+ isMultiple?: undefined;
876
+ acceptedFiles?: undefined;
877
+ dateFormat?: undefined;
878
+ minDate?: undefined;
879
+ maxDate?: undefined;
880
+ canHaveDateRange?: undefined;
881
+ allowYearPicker?: undefined;
882
+ inputMode?: undefined;
883
+ })[];
884
+ disabled: boolean;
885
+ isHidden: boolean;
886
+ } | {
887
+ title: string;
888
+ description: string;
889
+ id: string;
890
+ questionData: ({
891
+ required: boolean;
892
+ description: string;
893
+ value: any;
894
+ isReadOnly: boolean;
895
+ isDisabled: boolean;
896
+ isRequired: boolean;
897
+ customClass: string;
898
+ elementClass: string;
899
+ gridPosition: any;
900
+ gridId: any;
901
+ isHidden: boolean;
902
+ visibilityDependentFields: any[];
903
+ maxLength: any;
904
+ minLength: any;
905
+ placeholder: string;
906
+ requiredMessage: string;
907
+ minLengthMessage: string;
908
+ maxLengthMessage: string;
909
+ type: string;
910
+ label: string;
911
+ icon: string;
912
+ inputLabel: string;
913
+ inputType: string;
914
+ columns: number;
915
+ id: string;
916
+ sectionId: string;
917
+ selectType?: undefined;
918
+ options?: undefined;
919
+ dateType?: undefined;
920
+ options1?: undefined;
921
+ dataColumns?: undefined;
922
+ dateFormat?: undefined;
923
+ minDate?: undefined;
924
+ maxDate?: undefined;
925
+ canHaveDateRange?: undefined;
926
+ allowYearPicker?: undefined;
927
+ inputMode?: undefined;
928
+ isMultiple?: undefined;
929
+ acceptedFiles?: undefined;
930
+ minChecked?: undefined;
931
+ } | {
932
+ required: boolean;
933
+ description: string;
934
+ value: any;
935
+ isReadOnly: boolean;
936
+ isDisabled: boolean;
937
+ isRequired: boolean;
938
+ customClass: string;
939
+ elementClass: string;
940
+ gridPosition: {
941
+ col: number;
942
+ };
943
+ gridId: string;
944
+ isHidden: boolean;
945
+ visibilityDependentFields: any[];
946
+ maxLength: any;
947
+ minLength: any;
948
+ placeholder: string;
949
+ requiredMessage: string;
950
+ minLengthMessage: string;
951
+ maxLengthMessage: string;
952
+ type: string;
953
+ label: string;
954
+ icon: string;
955
+ inputLabel: string;
956
+ inputType: string;
957
+ selectType: string;
958
+ options: {
959
+ label: string;
960
+ value: string;
961
+ id: string;
962
+ }[];
963
+ id: string;
964
+ sectionId: string;
965
+ dateType: string;
966
+ options1: any[];
967
+ dataColumns: any[];
968
+ columns?: undefined;
969
+ dateFormat?: undefined;
970
+ minDate?: undefined;
971
+ maxDate?: undefined;
972
+ canHaveDateRange?: undefined;
973
+ allowYearPicker?: undefined;
974
+ inputMode?: undefined;
975
+ isMultiple?: undefined;
976
+ acceptedFiles?: undefined;
977
+ minChecked?: undefined;
978
+ } | {
979
+ required: boolean;
980
+ description: string;
981
+ value: any;
982
+ isReadOnly: boolean;
983
+ isDisabled: boolean;
984
+ isRequired: boolean;
985
+ customClass: string;
986
+ elementClass: string;
987
+ gridPosition: {
988
+ col: number;
989
+ };
990
+ gridId: string;
991
+ isHidden: boolean;
992
+ visibilityDependentFields: {
993
+ id: string;
994
+ value: string;
995
+ label: string;
996
+ sectionId: string;
997
+ fieldType: string;
998
+ operator: string;
999
+ fieldValue: string;
1000
+ }[];
1001
+ maxLength: any;
1002
+ minLength: any;
1003
+ placeholder: string;
1004
+ requiredMessage: string;
1005
+ minLengthMessage: string;
1006
+ maxLengthMessage: string;
1007
+ type: string;
1008
+ label: string;
1009
+ icon: string;
1010
+ inputLabel: string;
1011
+ inputType: string;
1012
+ dateType: string;
1013
+ dateFormat: string;
1014
+ minDate: any;
1015
+ maxDate: any;
1016
+ canHaveDateRange: boolean;
1017
+ allowYearPicker: boolean;
1018
+ id: string;
1019
+ sectionId: string;
1020
+ selectType: string;
1021
+ options1: any[];
1022
+ options: any[];
1023
+ dataColumns: any[];
1024
+ columns?: undefined;
1025
+ inputMode?: undefined;
1026
+ isMultiple?: undefined;
1027
+ acceptedFiles?: undefined;
1028
+ minChecked?: undefined;
1029
+ } | {
1030
+ required: boolean;
1031
+ description: string;
1032
+ value: any;
1033
+ isReadOnly: boolean;
1034
+ isDisabled: boolean;
1035
+ isRequired: boolean;
1036
+ customClass: string;
1037
+ elementClass: string;
1038
+ gridPosition: {
1039
+ col: number;
1040
+ };
1041
+ gridId: string;
1042
+ isHidden: boolean;
1043
+ visibilityDependentFields: any[];
1044
+ maxLength: any;
1045
+ minLength: any;
1046
+ placeholder: string;
1047
+ requiredMessage: string;
1048
+ minLengthMessage: string;
1049
+ maxLengthMessage: string;
1050
+ type: string;
1051
+ label: string;
1052
+ icon: string;
1053
+ inputLabel: string;
1054
+ inputType: string;
1055
+ inputMode: string;
1056
+ id: string;
1057
+ sectionId: string;
1058
+ dateType: string;
1059
+ selectType: string;
1060
+ options1: any[];
1061
+ options: any[];
1062
+ dataColumns: any[];
1063
+ columns?: undefined;
1064
+ dateFormat?: undefined;
1065
+ minDate?: undefined;
1066
+ maxDate?: undefined;
1067
+ canHaveDateRange?: undefined;
1068
+ allowYearPicker?: undefined;
1069
+ isMultiple?: undefined;
1070
+ acceptedFiles?: undefined;
1071
+ minChecked?: undefined;
1072
+ } | {
1073
+ required: boolean;
1074
+ description: string;
1075
+ value: any;
1076
+ isReadOnly: boolean;
1077
+ isDisabled: boolean;
1078
+ isRequired: boolean;
1079
+ customClass: string;
1080
+ elementClass: string;
1081
+ gridPosition: any;
1082
+ gridId: any;
1083
+ isHidden: boolean;
1084
+ visibilityDependentFields: any[];
1085
+ maxLength: any;
1086
+ minLength: any;
1087
+ placeholder: string;
1088
+ requiredMessage: string;
1089
+ minLengthMessage: string;
1090
+ maxLengthMessage: string;
1091
+ type: string;
1092
+ label: string;
1093
+ icon: string;
1094
+ inputLabel: string;
1095
+ inputType: string;
1096
+ isMultiple: boolean;
1097
+ acceptedFiles: {
1098
+ value: string;
1099
+ label: string;
1100
+ }[];
1101
+ id: string;
1102
+ sectionId: string;
1103
+ dateType: string;
1104
+ selectType: string;
1105
+ options1: any[];
1106
+ options: any[];
1107
+ dataColumns: any[];
1108
+ columns?: undefined;
1109
+ dateFormat?: undefined;
1110
+ minDate?: undefined;
1111
+ maxDate?: undefined;
1112
+ canHaveDateRange?: undefined;
1113
+ allowYearPicker?: undefined;
1114
+ inputMode?: undefined;
1115
+ minChecked?: undefined;
1116
+ } | {
1117
+ required: boolean;
1118
+ description: string;
1119
+ value: any;
1120
+ isReadOnly: boolean;
1121
+ isDisabled: boolean;
1122
+ isRequired: boolean;
1123
+ customClass: string;
1124
+ elementClass: string;
1125
+ gridPosition: any;
1126
+ gridId: any;
1127
+ isHidden: boolean;
1128
+ visibilityDependentFields: any[];
1129
+ maxLength: any;
1130
+ minLength: any;
1131
+ placeholder: string;
1132
+ requiredMessage: string;
1133
+ minLengthMessage: string;
1134
+ maxLengthMessage: string;
1135
+ type: string;
1136
+ label: string;
1137
+ icon: string;
1138
+ inputLabel: string;
1139
+ inputType: string;
1140
+ selectType: string;
1141
+ options: {
1142
+ label: string;
1143
+ value: string;
1144
+ id: string;
1145
+ }[];
1146
+ id: string;
1147
+ sectionId: string;
1148
+ dateType: string;
1149
+ options1: any[];
1150
+ minChecked: number;
1151
+ dataColumns: any[];
1152
+ columns?: undefined;
1153
+ dateFormat?: undefined;
1154
+ minDate?: undefined;
1155
+ maxDate?: undefined;
1156
+ canHaveDateRange?: undefined;
1157
+ allowYearPicker?: undefined;
1158
+ inputMode?: undefined;
1159
+ isMultiple?: undefined;
1160
+ acceptedFiles?: undefined;
1161
+ })[];
1162
+ disabled: boolean;
1163
+ isHidden: boolean;
1164
+ } | {
1165
+ title: string;
1166
+ description: string;
1167
+ id: string;
1168
+ questionData: ({
1169
+ required: boolean;
1170
+ description: string;
1171
+ value: any;
1172
+ isReadOnly: boolean;
1173
+ isDisabled: boolean;
1174
+ isRequired: boolean;
1175
+ customClass: string;
1176
+ elementClass: string;
1177
+ gridPosition: any;
1178
+ gridId: any;
1179
+ isHidden: boolean;
1180
+ visibilityDependentFields: any[];
1181
+ maxLength: any;
1182
+ minLength: any;
1183
+ placeholder: string;
1184
+ requiredMessage: string;
1185
+ minLengthMessage: string;
1186
+ maxLengthMessage: string;
1187
+ type: string;
1188
+ label: string;
1189
+ icon: string;
1190
+ inputLabel: string;
1191
+ inputType: string;
1192
+ columns: number;
1193
+ id: string;
1194
+ sectionId: string;
1195
+ options?: undefined;
1196
+ dateType?: undefined;
1197
+ selectType?: undefined;
1198
+ options1?: undefined;
1199
+ dataColumns?: undefined;
1200
+ dateFormat?: undefined;
1201
+ minDate?: undefined;
1202
+ maxDate?: undefined;
1203
+ canHaveDateRange?: undefined;
1204
+ allowYearPicker?: undefined;
1205
+ inputMode?: undefined;
1206
+ formula?: undefined;
1207
+ } | {
1208
+ required: boolean;
1209
+ description: string;
1210
+ value: any;
1211
+ isReadOnly: boolean;
1212
+ isDisabled: boolean;
1213
+ isRequired: boolean;
1214
+ customClass: string;
1215
+ elementClass: string;
1216
+ gridPosition: {
1217
+ col: number;
1218
+ };
1219
+ gridId: string;
1220
+ isHidden: boolean;
1221
+ visibilityDependentFields: any[];
1222
+ maxLength: any;
1223
+ minLength: any;
1224
+ placeholder: string;
1225
+ requiredMessage: string;
1226
+ minLengthMessage: string;
1227
+ maxLengthMessage: string;
1228
+ type: string;
1229
+ label: string;
1230
+ icon: string;
1231
+ inputLabel: string;
1232
+ inputType: string;
1233
+ options: {
1234
+ label: string;
1235
+ value: string;
1236
+ id: string;
1237
+ }[];
1238
+ id: string;
1239
+ sectionId: string;
1240
+ dateType: string;
1241
+ selectType: string;
1242
+ options1: any[];
1243
+ dataColumns: any[];
1244
+ columns?: undefined;
1245
+ dateFormat?: undefined;
1246
+ minDate?: undefined;
1247
+ maxDate?: undefined;
1248
+ canHaveDateRange?: undefined;
1249
+ allowYearPicker?: undefined;
1250
+ inputMode?: undefined;
1251
+ formula?: undefined;
1252
+ } | {
1253
+ required: boolean;
1254
+ description: string;
1255
+ value: any;
1256
+ isReadOnly: boolean;
1257
+ isDisabled: boolean;
1258
+ isRequired: boolean;
1259
+ customClass: string;
1260
+ elementClass: string;
1261
+ gridPosition: {
1262
+ col: number;
1263
+ };
1264
+ gridId: string;
1265
+ isHidden: boolean;
1266
+ visibilityDependentFields: any[];
1267
+ maxLength: any;
1268
+ minLength: any;
1269
+ placeholder: string;
1270
+ requiredMessage: string;
1271
+ minLengthMessage: string;
1272
+ maxLengthMessage: string;
1273
+ type: string;
1274
+ label: string;
1275
+ icon: string;
1276
+ inputLabel: string;
1277
+ inputType: string;
1278
+ dateType: string;
1279
+ dateFormat: string;
1280
+ minDate: any;
1281
+ maxDate: any;
1282
+ canHaveDateRange: boolean;
1283
+ allowYearPicker: boolean;
1284
+ id: string;
1285
+ sectionId: string;
1286
+ selectType: string;
1287
+ options1: any[];
1288
+ options: any[];
1289
+ dataColumns: any[];
1290
+ columns?: undefined;
1291
+ inputMode?: undefined;
1292
+ formula?: undefined;
1293
+ } | {
1294
+ required: boolean;
1295
+ description: string;
1296
+ value: any;
1297
+ isReadOnly: boolean;
1298
+ isDisabled: boolean;
1299
+ isRequired: boolean;
1300
+ customClass: string;
1301
+ elementClass: string;
1302
+ gridPosition: {
1303
+ col: number;
1304
+ };
1305
+ gridId: string;
1306
+ isHidden: boolean;
1307
+ visibilityDependentFields: any[];
1308
+ maxLength: any;
1309
+ minLength: any;
1310
+ placeholder: string;
1311
+ requiredMessage: string;
1312
+ minLengthMessage: string;
1313
+ maxLengthMessage: string;
1314
+ type: string;
1315
+ label: string;
1316
+ icon: string;
1317
+ inputLabel: string;
1318
+ inputType: string;
1319
+ inputMode: string;
1320
+ id: string;
1321
+ sectionId: string;
1322
+ dateType: string;
1323
+ selectType: string;
1324
+ options1: any[];
1325
+ options: any[];
1326
+ dataColumns: any[];
1327
+ columns?: undefined;
1328
+ dateFormat?: undefined;
1329
+ minDate?: undefined;
1330
+ maxDate?: undefined;
1331
+ canHaveDateRange?: undefined;
1332
+ allowYearPicker?: undefined;
1333
+ formula?: undefined;
1334
+ } | {
1335
+ required: boolean;
1336
+ description: string;
1337
+ value: any;
1338
+ isReadOnly: boolean;
1339
+ isDisabled: boolean;
1340
+ isRequired: boolean;
1341
+ customClass: string;
1342
+ elementClass: string;
1343
+ gridPosition: {
1344
+ col: number;
1345
+ };
1346
+ gridId: string;
1347
+ isHidden: boolean;
1348
+ visibilityDependentFields: any[];
1349
+ maxLength: any;
1350
+ minLength: any;
1351
+ placeholder: string;
1352
+ requiredMessage: string;
1353
+ minLengthMessage: string;
1354
+ maxLengthMessage: string;
1355
+ type: string;
1356
+ label: string;
1357
+ icon: string;
1358
+ inputLabel: string;
1359
+ inputType: string;
1360
+ formula: string;
1361
+ id: string;
1362
+ sectionId: string;
1363
+ columns?: undefined;
1364
+ options?: undefined;
1365
+ dateType?: undefined;
1366
+ selectType?: undefined;
1367
+ options1?: undefined;
1368
+ dataColumns?: undefined;
1369
+ dateFormat?: undefined;
1370
+ minDate?: undefined;
1371
+ maxDate?: undefined;
1372
+ canHaveDateRange?: undefined;
1373
+ allowYearPicker?: undefined;
1374
+ inputMode?: undefined;
1375
+ })[];
1376
+ disabled: boolean;
1377
+ isHidden: boolean;
1378
+ } | {
1379
+ title: string;
1380
+ description: string;
1381
+ id: string;
1382
+ questionData: ({
1383
+ required: boolean;
1384
+ description: string;
1385
+ value: any;
1386
+ isReadOnly: boolean;
1387
+ isDisabled: boolean;
1388
+ isRequired: boolean;
1389
+ customClass: string;
1390
+ elementClass: string;
1391
+ gridPosition: any;
1392
+ gridId: any;
1393
+ isHidden: boolean;
1394
+ visibilityDependentFields: any[];
1395
+ maxLength: any;
1396
+ minLength: any;
1397
+ placeholder: string;
1398
+ requiredMessage: string;
1399
+ minLengthMessage: string;
1400
+ maxLengthMessage: string;
1401
+ type: string;
1402
+ label: string;
1403
+ icon: string;
1404
+ inputLabel: string;
1405
+ inputType: string;
1406
+ options: {
1407
+ label: string;
1408
+ value: string;
1409
+ id: string;
1410
+ }[];
1411
+ id: string;
1412
+ sectionId: string;
1413
+ dateType: string;
1414
+ selectType: string;
1415
+ options1: any[];
1416
+ dataColumns: any[];
1417
+ isDeleted?: undefined;
1418
+ inputMode?: undefined;
1419
+ dateFormat?: undefined;
1420
+ minDate?: undefined;
1421
+ maxDate?: undefined;
1422
+ canHaveDateRange?: undefined;
1423
+ allowYearPicker?: undefined;
1424
+ isMultiple?: undefined;
1425
+ acceptedFiles?: undefined;
1426
+ } | {
1427
+ required: boolean;
1428
+ description: string;
1429
+ value: any;
1430
+ isReadOnly: boolean;
1431
+ isDisabled: boolean;
1432
+ isRequired: boolean;
1433
+ customClass: string;
1434
+ elementClass: string;
1435
+ gridPosition: any;
1436
+ gridId: any;
1437
+ isHidden: boolean;
1438
+ visibilityDependentFields: any[];
1439
+ maxLength: any;
1440
+ minLength: any;
1441
+ placeholder: string;
1442
+ requiredMessage: string;
1443
+ minLengthMessage: string;
1444
+ maxLengthMessage: string;
1445
+ type: string;
1446
+ label: string;
1447
+ icon: string;
1448
+ inputLabel: string;
1449
+ inputType: string;
1450
+ options: {
1451
+ label: string;
1452
+ value: string;
1453
+ id: string;
1454
+ }[];
1455
+ id: string;
1456
+ sectionId: string;
1457
+ dateType: string;
1458
+ selectType: string;
1459
+ options1: any[];
1460
+ dataColumns: any[];
1461
+ isDeleted: boolean;
1462
+ inputMode?: undefined;
1463
+ dateFormat?: undefined;
1464
+ minDate?: undefined;
1465
+ maxDate?: undefined;
1466
+ canHaveDateRange?: undefined;
1467
+ allowYearPicker?: undefined;
1468
+ isMultiple?: undefined;
1469
+ acceptedFiles?: undefined;
1470
+ } | {
1471
+ required: boolean;
1472
+ description: string;
1473
+ value: any;
1474
+ isReadOnly: boolean;
1475
+ isDisabled: boolean;
1476
+ isRequired: boolean;
1477
+ customClass: string;
1478
+ elementClass: string;
1479
+ gridPosition: any;
1480
+ gridId: any;
1481
+ isHidden: boolean;
1482
+ visibilityDependentFields: any[];
1483
+ maxLength: any;
1484
+ minLength: any;
1485
+ placeholder: string;
1486
+ requiredMessage: string;
1487
+ minLengthMessage: string;
1488
+ maxLengthMessage: string;
1489
+ type: string;
1490
+ label: string;
1491
+ icon: string;
1492
+ inputLabel: string;
1493
+ inputType: string;
1494
+ inputMode: string;
1495
+ id: string;
1496
+ sectionId: string;
1497
+ dateType: string;
1498
+ selectType: string;
1499
+ options1: any[];
1500
+ options: any[];
1501
+ dataColumns: any[];
1502
+ isDeleted?: undefined;
1503
+ dateFormat?: undefined;
1504
+ minDate?: undefined;
1505
+ maxDate?: undefined;
1506
+ canHaveDateRange?: undefined;
1507
+ allowYearPicker?: undefined;
1508
+ isMultiple?: undefined;
1509
+ acceptedFiles?: undefined;
1510
+ } | {
1511
+ required: boolean;
1512
+ description: string;
1513
+ value: any;
1514
+ isReadOnly: boolean;
1515
+ isDisabled: boolean;
1516
+ isRequired: boolean;
1517
+ customClass: string;
1518
+ elementClass: string;
1519
+ gridPosition: any;
1520
+ gridId: any;
1521
+ isHidden: boolean;
1522
+ visibilityDependentFields: any[];
1523
+ maxLength: any;
1524
+ minLength: any;
1525
+ placeholder: string;
1526
+ requiredMessage: string;
1527
+ minLengthMessage: string;
1528
+ maxLengthMessage: string;
1529
+ type: string;
1530
+ label: string;
1531
+ icon: string;
1532
+ inputLabel: string;
1533
+ inputType: string;
1534
+ dateType: string;
1535
+ dateFormat: string;
1536
+ minDate: any;
1537
+ maxDate: any;
1538
+ canHaveDateRange: boolean;
1539
+ allowYearPicker: boolean;
1540
+ id: string;
1541
+ sectionId: string;
1542
+ selectType: string;
1543
+ options1: any[];
1544
+ options: any[];
1545
+ dataColumns: any[];
1546
+ isDeleted?: undefined;
1547
+ inputMode?: undefined;
1548
+ isMultiple?: undefined;
1549
+ acceptedFiles?: undefined;
1550
+ } | {
1551
+ required: boolean;
1552
+ description: string;
1553
+ value: any;
1554
+ isReadOnly: boolean;
1555
+ isDisabled: boolean;
1556
+ isRequired: boolean;
1557
+ customClass: string;
1558
+ elementClass: string;
1559
+ gridPosition: any;
1560
+ gridId: any;
1561
+ isHidden: boolean;
1562
+ visibilityDependentFields: any[];
1563
+ maxLength: any;
1564
+ minLength: any;
1565
+ placeholder: string;
1566
+ requiredMessage: string;
1567
+ minLengthMessage: string;
1568
+ maxLengthMessage: string;
1569
+ type: string;
1570
+ label: string;
1571
+ icon: string;
1572
+ inputLabel: string;
1573
+ inputType: string;
1574
+ isMultiple: boolean;
1575
+ acceptedFiles: any[];
1576
+ id: string;
1577
+ sectionId: string;
1578
+ dateType: string;
1579
+ selectType: string;
1580
+ options1: any[];
1581
+ options: any[];
1582
+ dataColumns: any[];
1583
+ isDeleted?: undefined;
1584
+ inputMode?: undefined;
1585
+ dateFormat?: undefined;
1586
+ minDate?: undefined;
1587
+ maxDate?: undefined;
1588
+ canHaveDateRange?: undefined;
1589
+ allowYearPicker?: undefined;
1590
+ })[];
1591
+ disabled: boolean;
1592
+ isHidden: boolean;
1593
+ } | {
1594
+ title: string;
1595
+ description: string;
1596
+ id: string;
1597
+ questionData: ({
1598
+ required: boolean;
1599
+ description: string;
1600
+ value: any;
1601
+ isReadOnly: boolean;
1602
+ isDisabled: boolean;
1603
+ isRequired: boolean;
1604
+ customClass: string;
1605
+ elementClass: string;
1606
+ gridPosition: any;
1607
+ gridId: any;
1608
+ isHidden: boolean;
1609
+ visibilityDependentFields: any[];
1610
+ maxLength: any;
1611
+ minLength: any;
1612
+ placeholder: string;
1613
+ requiredMessage: string;
1614
+ minLengthMessage: string;
1615
+ maxLengthMessage: string;
1616
+ type: string;
1617
+ label: string;
1618
+ icon: string;
1619
+ inputLabel: string;
1620
+ inputType: string;
1621
+ columns: number;
1622
+ id: string;
1623
+ sectionId: string;
1624
+ options?: undefined;
1625
+ dateType?: undefined;
1626
+ selectType?: undefined;
1627
+ options1?: undefined;
1628
+ dataColumns?: undefined;
1629
+ dateFormat?: undefined;
1630
+ minDate?: undefined;
1631
+ maxDate?: undefined;
1632
+ canHaveDateRange?: undefined;
1633
+ allowYearPicker?: undefined;
1634
+ inputMode?: undefined;
1635
+ isDeleted?: undefined;
1636
+ } | {
1637
+ required: boolean;
1638
+ description: string;
1639
+ value: any;
1640
+ isReadOnly: boolean;
1641
+ isDisabled: boolean;
1642
+ isRequired: boolean;
1643
+ customClass: string;
1644
+ elementClass: string;
1645
+ gridPosition: {
1646
+ col: number;
1647
+ };
1648
+ gridId: string;
1649
+ isHidden: boolean;
1650
+ visibilityDependentFields: any[];
1651
+ maxLength: any;
1652
+ minLength: any;
1653
+ placeholder: string;
1654
+ requiredMessage: string;
1655
+ minLengthMessage: string;
1656
+ maxLengthMessage: string;
1657
+ type: string;
1658
+ label: string;
1659
+ icon: string;
1660
+ inputLabel: string;
1661
+ inputType: string;
1662
+ options: {
1663
+ label: string;
1664
+ value: string;
1665
+ id: string;
1666
+ }[];
1667
+ id: string;
1668
+ sectionId: string;
1669
+ dateType: string;
1670
+ selectType: string;
1671
+ options1: any[];
1672
+ dataColumns: any[];
1673
+ columns?: undefined;
1674
+ dateFormat?: undefined;
1675
+ minDate?: undefined;
1676
+ maxDate?: undefined;
1677
+ canHaveDateRange?: undefined;
1678
+ allowYearPicker?: undefined;
1679
+ inputMode?: undefined;
1680
+ isDeleted?: undefined;
1681
+ } | {
1682
+ required: boolean;
1683
+ description: string;
1684
+ value: any;
1685
+ isReadOnly: boolean;
1686
+ isDisabled: boolean;
1687
+ isRequired: boolean;
1688
+ customClass: string;
1689
+ elementClass: string;
1690
+ gridPosition: {
1691
+ col: number;
1692
+ };
1693
+ gridId: string;
1694
+ isHidden: boolean;
1695
+ visibilityDependentFields: any[];
1696
+ maxLength: any;
1697
+ minLength: any;
1698
+ placeholder: string;
1699
+ requiredMessage: string;
1700
+ minLengthMessage: string;
1701
+ maxLengthMessage: string;
1702
+ type: string;
1703
+ label: string;
1704
+ icon: string;
1705
+ inputLabel: string;
1706
+ inputType: string;
1707
+ dateType: string;
1708
+ dateFormat: string;
1709
+ minDate: any;
1710
+ maxDate: any;
1711
+ canHaveDateRange: boolean;
1712
+ allowYearPicker: boolean;
1713
+ id: string;
1714
+ sectionId: string;
1715
+ selectType: string;
1716
+ options1: any[];
1717
+ options: any[];
1718
+ dataColumns: any[];
1719
+ columns?: undefined;
1720
+ inputMode?: undefined;
1721
+ isDeleted?: undefined;
1722
+ } | {
1723
+ required: boolean;
1724
+ description: string;
1725
+ value: any;
1726
+ isReadOnly: boolean;
1727
+ isDisabled: boolean;
1728
+ isRequired: boolean;
1729
+ customClass: string;
1730
+ elementClass: string;
1731
+ isHidden: boolean;
1732
+ visibilityDependentFields: any[];
1733
+ maxLength: any;
1734
+ minLength: any;
1735
+ placeholder: string;
1736
+ requiredMessage: string;
1737
+ minLengthMessage: string;
1738
+ maxLengthMessage: string;
1739
+ type: string;
1740
+ label: string;
1741
+ icon: string;
1742
+ inputLabel: string;
1743
+ inputType: string;
1744
+ inputMode: string;
1745
+ id: string;
1746
+ sectionId: string;
1747
+ dateType: string;
1748
+ selectType: string;
1749
+ options1: any[];
1750
+ options: any[];
1751
+ dataColumns: any[];
1752
+ isDeleted: boolean;
1753
+ gridPosition?: undefined;
1754
+ gridId?: undefined;
1755
+ columns?: undefined;
1756
+ dateFormat?: undefined;
1757
+ minDate?: undefined;
1758
+ maxDate?: undefined;
1759
+ canHaveDateRange?: undefined;
1760
+ allowYearPicker?: undefined;
1761
+ })[];
1762
+ disabled: boolean;
1763
+ isHidden: boolean;
1764
+ })[];
1765
+ export declare const demoAnswerData: ({
1766
+ id: string;
1767
+ sectionId: string;
1768
+ type: string;
1769
+ value: string;
1770
+ files: any;
1771
+ metaData: {
1772
+ responseObject?: undefined;
1773
+ dateFormat?: undefined;
1774
+ };
1775
+ } | {
1776
+ id: string;
1777
+ sectionId: string;
1778
+ type: string;
1779
+ value: string;
1780
+ files: any;
1781
+ metaData: {
1782
+ responseObject: {
1783
+ label: string;
1784
+ value: string;
1785
+ id: string;
1786
+ };
1787
+ dateFormat?: undefined;
1788
+ };
1789
+ } | {
1790
+ id: string;
1791
+ sectionId: string;
1792
+ type: string;
1793
+ value: string;
1794
+ files: any;
1795
+ metaData: {
1796
+ responseObject: {
1797
+ label: string;
1798
+ value: string;
1799
+ id?: undefined;
1800
+ };
1801
+ dateFormat?: undefined;
1802
+ };
1803
+ } | {
1804
+ id: string;
1805
+ sectionId: string;
1806
+ type: string;
1807
+ value: string;
1808
+ files: any;
1809
+ metaData: {
1810
+ dateFormat: string;
1811
+ responseObject?: undefined;
1812
+ };
1813
+ })[];