@tsed/tailwind-formio 3.0.0-alpha.3 → 3.0.0-alpha.4

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.
@@ -0,0 +1,1840 @@
1
+ export default {
2
+ _id: "6023f8fe4b1a2ab9a3aae096",
3
+ type: "form",
4
+ tags: [],
5
+ owner: "5d0797a382461b6656d2c790",
6
+ components: [
7
+ {
8
+ label: "Text Field",
9
+ labelPosition: "top",
10
+ placeholder: "",
11
+ description: "",
12
+ tooltip: "",
13
+ prefix: "",
14
+ suffix: "",
15
+ widget: { type: "input" },
16
+ inputMask: "",
17
+ allowMultipleMasks: false,
18
+ customClass: "",
19
+ tabindex: "",
20
+ autocomplete: "",
21
+ hidden: false,
22
+ hideLabel: false,
23
+ showWordCount: false,
24
+ showCharCount: false,
25
+ mask: false,
26
+ autofocus: false,
27
+ spellcheck: true,
28
+ disabled: false,
29
+ tableView: true,
30
+ modalEdit: false,
31
+ multiple: false,
32
+ persistent: true,
33
+ inputFormat: "plain",
34
+ protected: false,
35
+ dbIndex: false,
36
+ case: "",
37
+ encrypted: false,
38
+ redrawOn: "",
39
+ clearOnHide: true,
40
+ customDefaultValue: "",
41
+ calculateValue: "",
42
+ calculateServer: false,
43
+ allowCalculateOverride: false,
44
+ validateOn: "change",
45
+ validate: {
46
+ required: true,
47
+ pattern: "",
48
+ customMessage: "",
49
+ custom: "",
50
+ customPrivate: false,
51
+ json: "",
52
+ minLength: "",
53
+ maxLength: "",
54
+ strictDateValidation: false,
55
+ multiple: false,
56
+ unique: false
57
+ },
58
+ unique: false,
59
+ errorLabel: "",
60
+ key: "textField",
61
+ tags: [],
62
+ properties: {},
63
+ conditional: { show: null, when: null, eq: "", json: "" },
64
+ customConditional: "",
65
+ logic: [],
66
+ attributes: {},
67
+ overlay: {
68
+ style: "",
69
+ page: "",
70
+ left: "",
71
+ top: "",
72
+ width: "",
73
+ height: ""
74
+ },
75
+ type: "textfield",
76
+ input: true,
77
+ refreshOn: "",
78
+ inputType: "text",
79
+ id: "eqb1o4r",
80
+ defaultValue: ""
81
+ },
82
+ {
83
+ label: "Text Area",
84
+ labelPosition: "top",
85
+ placeholder: "Placeholder",
86
+ description: "description",
87
+ tooltip: "tooltip",
88
+ prefix: "",
89
+ suffix: "",
90
+ widget: { type: "input" },
91
+ editor: "",
92
+ autoExpand: false,
93
+ customClass: "",
94
+ tabindex: "",
95
+ autocomplete: "",
96
+ hidden: false,
97
+ hideLabel: false,
98
+ showWordCount: false,
99
+ showCharCount: false,
100
+ autofocus: false,
101
+ spellcheck: true,
102
+ disabled: false,
103
+ tableView: true,
104
+ modalEdit: false,
105
+ multiple: false,
106
+ persistent: true,
107
+ inputFormat: "html",
108
+ protected: false,
109
+ dbIndex: false,
110
+ case: "",
111
+ encrypted: false,
112
+ redrawOn: "",
113
+ clearOnHide: true,
114
+ customDefaultValue: "",
115
+ calculateValue: "",
116
+ calculateServer: false,
117
+ allowCalculateOverride: false,
118
+ validateOn: "change",
119
+ validate: {
120
+ required: false,
121
+ pattern: "",
122
+ customMessage: "",
123
+ custom: "",
124
+ customPrivate: false,
125
+ json: "",
126
+ minLength: "",
127
+ maxLength: "",
128
+ minWords: "",
129
+ maxWords: "",
130
+ strictDateValidation: false,
131
+ multiple: false,
132
+ unique: false
133
+ },
134
+ unique: false,
135
+ errorLabel: "",
136
+ key: "textArea",
137
+ tags: [],
138
+ properties: {},
139
+ conditional: { show: null, when: null, eq: "", json: "" },
140
+ customConditional: "",
141
+ logic: [],
142
+ fixedSize: true,
143
+ overlay: {
144
+ style: "",
145
+ page: "",
146
+ left: "",
147
+ top: "",
148
+ width: "",
149
+ height: ""
150
+ },
151
+ attributes: {},
152
+ type: "textarea",
153
+ rows: 3,
154
+ wysiwyg: false,
155
+ input: true,
156
+ refreshOn: "",
157
+ allowMultipleMasks: false,
158
+ mask: false,
159
+ inputType: "text",
160
+ inputMask: "",
161
+ id: "e4jsrqc",
162
+ defaultValue: ""
163
+ },
164
+ {
165
+ label: "Number",
166
+ labelPosition: "top",
167
+ placeholder: "",
168
+ description: "",
169
+ tooltip: "",
170
+ prefix: "",
171
+ suffix: "",
172
+ widget: { type: "input" },
173
+ customClass: "",
174
+ tabindex: "",
175
+ autocomplete: "",
176
+ hidden: false,
177
+ hideLabel: false,
178
+ mask: false,
179
+ autofocus: false,
180
+ spellcheck: true,
181
+ disabled: false,
182
+ tableView: false,
183
+ modalEdit: false,
184
+ multiple: false,
185
+ persistent: true,
186
+ delimiter: false,
187
+ requireDecimal: false,
188
+ inputFormat: "plain",
189
+ protected: false,
190
+ dbIndex: false,
191
+ encrypted: false,
192
+ redrawOn: "",
193
+ clearOnHide: true,
194
+ customDefaultValue: "",
195
+ calculateValue: "",
196
+ calculateServer: false,
197
+ allowCalculateOverride: false,
198
+ validateOn: "change",
199
+ validate: {
200
+ required: false,
201
+ customMessage: "",
202
+ custom: "",
203
+ customPrivate: false,
204
+ json: "",
205
+ min: "",
206
+ max: "",
207
+ strictDateValidation: false,
208
+ multiple: false,
209
+ unique: false,
210
+ step: "any",
211
+ integer: ""
212
+ },
213
+ errorLabel: "",
214
+ key: "number",
215
+ tags: [],
216
+ properties: {},
217
+ conditional: { show: null, when: null, eq: "", json: "" },
218
+ customConditional: "",
219
+ logic: [],
220
+ attributes: {},
221
+ overlay: {
222
+ style: "",
223
+ page: "",
224
+ left: "",
225
+ top: "",
226
+ width: "",
227
+ height: ""
228
+ },
229
+ type: "number",
230
+ input: true,
231
+ unique: false,
232
+ refreshOn: "",
233
+ showCharCount: false,
234
+ showWordCount: false,
235
+ allowMultipleMasks: false,
236
+ id: "ex8zh8u",
237
+ defaultValue: null
238
+ },
239
+ {
240
+ label: "Password",
241
+ labelPosition: "top",
242
+ placeholder: "",
243
+ description: "",
244
+ tooltip: "",
245
+ prefix: "",
246
+ suffix: "",
247
+ widget: { type: "input" },
248
+ customClass: "",
249
+ tabindex: "",
250
+ autocomplete: "",
251
+ hidden: false,
252
+ hideLabel: false,
253
+ showWordCount: false,
254
+ showCharCount: false,
255
+ mask: false,
256
+ autofocus: false,
257
+ spellcheck: true,
258
+ disabled: false,
259
+ tableView: false,
260
+ modalEdit: false,
261
+ case: "",
262
+ redrawOn: "",
263
+ clearOnHide: true,
264
+ calculateServer: false,
265
+ allowCalculateOverride: false,
266
+ validateOn: "change",
267
+ validate: {
268
+ required: false,
269
+ pattern: "",
270
+ customMessage: "",
271
+ custom: "",
272
+ customPrivate: false,
273
+ json: "",
274
+ minLength: "",
275
+ maxLength: "",
276
+ strictDateValidation: false,
277
+ multiple: false,
278
+ unique: false
279
+ },
280
+ errorLabel: "",
281
+ key: "password",
282
+ tags: [],
283
+ properties: {},
284
+ conditional: { show: null, when: null, eq: "", json: "" },
285
+ customConditional: "",
286
+ logic: [],
287
+ attributes: {},
288
+ overlay: {
289
+ style: "",
290
+ page: "",
291
+ left: "",
292
+ top: "",
293
+ width: "",
294
+ height: ""
295
+ },
296
+ type: "password",
297
+ input: true,
298
+ multiple: false,
299
+ defaultValue: null,
300
+ protected: true,
301
+ unique: false,
302
+ persistent: true,
303
+ refreshOn: "",
304
+ dbIndex: false,
305
+ customDefaultValue: "",
306
+ calculateValue: "",
307
+ encrypted: false,
308
+ allowMultipleMasks: false,
309
+ inputType: "text",
310
+ inputFormat: "plain",
311
+ inputMask: "",
312
+ id: "etqa5pm"
313
+ },
314
+ {
315
+ label: "Checkbox",
316
+ description: "description",
317
+ tooltip: "tooltip",
318
+ shortcut: "",
319
+ inputType: "checkbox",
320
+ customClass: "",
321
+ tabindex: "",
322
+ hidden: false,
323
+ hideLabel: false,
324
+ autofocus: false,
325
+ disabled: false,
326
+ tableView: false,
327
+ modalEdit: false,
328
+ defaultValue: false,
329
+ persistent: true,
330
+ protected: false,
331
+ dbIndex: false,
332
+ encrypted: false,
333
+ redrawOn: "",
334
+ clearOnHide: true,
335
+ customDefaultValue: "",
336
+ calculateValue: "",
337
+ calculateServer: false,
338
+ allowCalculateOverride: false,
339
+ validate: {
340
+ required: false,
341
+ customMessage: "",
342
+ custom: "",
343
+ customPrivate: false,
344
+ json: "",
345
+ strictDateValidation: false,
346
+ multiple: false,
347
+ unique: false
348
+ },
349
+ errorLabel: "",
350
+ key: "checkbox",
351
+ tags: [],
352
+ properties: {},
353
+ conditional: { show: null, when: null, eq: "", json: "" },
354
+ customConditional: "",
355
+ logic: [],
356
+ attributes: {},
357
+ overlay: {
358
+ style: "",
359
+ page: "",
360
+ left: "",
361
+ top: "",
362
+ width: "",
363
+ height: ""
364
+ },
365
+ type: "checkbox",
366
+ name: "",
367
+ value: "",
368
+ input: true,
369
+ placeholder: "",
370
+ prefix: "",
371
+ suffix: "",
372
+ multiple: false,
373
+ unique: false,
374
+ refreshOn: "",
375
+ labelPosition: "right",
376
+ widget: null,
377
+ validateOn: "change",
378
+ showCharCount: false,
379
+ showWordCount: false,
380
+ allowMultipleMasks: false,
381
+ dataGridLabel: true,
382
+ id: "em8ln2m"
383
+ },
384
+ {
385
+ label: "Select Boxes",
386
+ labelPosition: "top",
387
+ optionsLabelPosition: "right",
388
+ description: "",
389
+ tooltip: "",
390
+ customClass: "",
391
+ tabindex: "",
392
+ inline: false,
393
+ hidden: false,
394
+ hideLabel: false,
395
+ autofocus: false,
396
+ disabled: false,
397
+ tableView: false,
398
+ modalEdit: false,
399
+ values: [
400
+ { label: "label", value: "label", shortcut: "" },
401
+ {
402
+ label: "lol",
403
+ value: "lol",
404
+ shortcut: ""
405
+ }
406
+ ],
407
+ persistent: true,
408
+ protected: false,
409
+ dbIndex: false,
410
+ encrypted: false,
411
+ redrawOn: "",
412
+ clearOnHide: true,
413
+ customDefaultValue: "",
414
+ calculateValue: "",
415
+ calculateServer: false,
416
+ allowCalculateOverride: false,
417
+ validate: {
418
+ required: false,
419
+ customMessage: "",
420
+ custom: "",
421
+ customPrivate: false,
422
+ json: "",
423
+ strictDateValidation: false,
424
+ multiple: false,
425
+ unique: false
426
+ },
427
+ errorLabel: "",
428
+ minSelectedCountMessage: "",
429
+ maxSelectedCountMessage: "",
430
+ key: "selectBoxes",
431
+ tags: [],
432
+ properties: {},
433
+ conditional: { show: null, when: null, eq: "", json: "" },
434
+ customConditional: "",
435
+ logic: [],
436
+ attributes: {},
437
+ overlay: {
438
+ style: "",
439
+ page: "",
440
+ left: "",
441
+ top: "",
442
+ width: "",
443
+ height: ""
444
+ },
445
+ type: "selectboxes",
446
+ input: true,
447
+ placeholder: "",
448
+ prefix: "",
449
+ suffix: "",
450
+ multiple: false,
451
+ unique: false,
452
+ refreshOn: "",
453
+ widget: null,
454
+ validateOn: "change",
455
+ showCharCount: false,
456
+ showWordCount: false,
457
+ allowMultipleMasks: false,
458
+ inputType: "checkbox",
459
+ fieldSet: false,
460
+ id: "esa4upt",
461
+ defaultValue: { "": false }
462
+ },
463
+ {
464
+ label: "Radio",
465
+ labelPosition: "top",
466
+ optionsLabelPosition: "right",
467
+ description: "",
468
+ tooltip: "",
469
+ customClass: "",
470
+ tabindex: "",
471
+ inline: false,
472
+ hidden: false,
473
+ hideLabel: false,
474
+ autofocus: false,
475
+ disabled: false,
476
+ tableView: false,
477
+ modalEdit: false,
478
+ values: [
479
+ { label: "data", value: "data", shortcut: "" },
480
+ {
481
+ label: "label",
482
+ value: "label",
483
+ shortcut: ""
484
+ }
485
+ ],
486
+ dataType: "",
487
+ persistent: true,
488
+ protected: false,
489
+ dbIndex: false,
490
+ encrypted: false,
491
+ redrawOn: "",
492
+ clearOnHide: true,
493
+ customDefaultValue: "",
494
+ calculateValue: "",
495
+ calculateServer: false,
496
+ allowCalculateOverride: false,
497
+ validate: {
498
+ required: false,
499
+ customMessage: "",
500
+ custom: "",
501
+ customPrivate: false,
502
+ json: "",
503
+ strictDateValidation: false,
504
+ multiple: false,
505
+ unique: false
506
+ },
507
+ errorLabel: "",
508
+ key: "radio",
509
+ tags: [],
510
+ properties: {},
511
+ conditional: { show: null, when: null, eq: "", json: "" },
512
+ customConditional: "",
513
+ logic: [],
514
+ attributes: {},
515
+ overlay: {
516
+ style: "",
517
+ page: "",
518
+ left: "",
519
+ top: "",
520
+ width: "",
521
+ height: ""
522
+ },
523
+ type: "radio",
524
+ input: true,
525
+ placeholder: "",
526
+ prefix: "",
527
+ suffix: "",
528
+ multiple: false,
529
+ unique: false,
530
+ refreshOn: "",
531
+ widget: null,
532
+ validateOn: "change",
533
+ showCharCount: false,
534
+ showWordCount: false,
535
+ allowMultipleMasks: false,
536
+ inputType: "radio",
537
+ fieldSet: false,
538
+ id: "edh7o6o",
539
+ defaultValue: ""
540
+ },
541
+ {
542
+ label: "Select",
543
+ labelPosition: "top",
544
+ widget: "choicesjs",
545
+ placeholder: "placeholder",
546
+ description: "",
547
+ tooltip: "",
548
+ customClass: "",
549
+ tabindex: "",
550
+ hidden: false,
551
+ hideLabel: false,
552
+ uniqueOptions: false,
553
+ autofocus: false,
554
+ disabled: false,
555
+ tableView: true,
556
+ modalEdit: false,
557
+ multiple: false,
558
+ dataSrc: "values",
559
+ data: {
560
+ values: [
561
+ { label: "label", value: "label" },
562
+ { label: "save", value: "save" }
563
+ ],
564
+ resource: "",
565
+ json: "",
566
+ url: "",
567
+ custom: ""
568
+ },
569
+ valueProperty: "",
570
+ dataType: "",
571
+ idPath: "id",
572
+ template: "<span>{{ item.label }}</span>",
573
+ refreshOn: "",
574
+ refreshOnBlur: "",
575
+ clearOnRefresh: false,
576
+ searchEnabled: true,
577
+ selectThreshold: 0.3,
578
+ readOnlyValue: false,
579
+ customOptions: {},
580
+ useExactSearch: false,
581
+ persistent: true,
582
+ protected: false,
583
+ dbIndex: false,
584
+ encrypted: false,
585
+ clearOnHide: true,
586
+ customDefaultValue: "",
587
+ calculateValue: "",
588
+ calculateServer: false,
589
+ allowCalculateOverride: false,
590
+ validateOn: "change",
591
+ validate: {
592
+ required: false,
593
+ customMessage: "",
594
+ custom: "",
595
+ customPrivate: false,
596
+ json: "",
597
+ strictDateValidation: false,
598
+ multiple: false,
599
+ unique: false
600
+ },
601
+ unique: false,
602
+ errorLabel: "",
603
+ key: "select",
604
+ tags: [],
605
+ properties: {},
606
+ conditional: { show: null, when: null, eq: "", json: "" },
607
+ customConditional: "",
608
+ logic: [],
609
+ attributes: {},
610
+ overlay: {
611
+ style: "",
612
+ page: "",
613
+ left: "",
614
+ top: "",
615
+ width: "",
616
+ height: ""
617
+ },
618
+ type: "select",
619
+ indexeddb: { filter: {} },
620
+ selectFields: "",
621
+ searchField: "",
622
+ minSearch: 0,
623
+ filter: "",
624
+ limit: 100,
625
+ redrawOn: "",
626
+ input: true,
627
+ prefix: "",
628
+ suffix: "",
629
+ showCharCount: false,
630
+ showWordCount: false,
631
+ allowMultipleMasks: false,
632
+ lazyLoad: true,
633
+ authenticate: false,
634
+ searchThreshold: 0.3,
635
+ fuseOptions: { include: "score", threshold: 0.3 },
636
+ id: "ebqtqd6",
637
+ defaultValue: ""
638
+ },
639
+ {
640
+ label: "Select",
641
+ labelPosition: "top",
642
+ widget: "html5",
643
+ placeholder: "placeholder",
644
+ description: "",
645
+ tooltip: "",
646
+ customClass: "",
647
+ tabindex: "",
648
+ hidden: false,
649
+ hideLabel: false,
650
+ uniqueOptions: false,
651
+ autofocus: false,
652
+ disabled: false,
653
+ tableView: true,
654
+ modalEdit: false,
655
+ multiple: false,
656
+ dataSrc: "values",
657
+ data: {
658
+ values: [{ label: "", value: "" }],
659
+ resource: "",
660
+ json: "",
661
+ url: "",
662
+ custom: ""
663
+ },
664
+ valueProperty: "",
665
+ dataType: "",
666
+ idPath: "id",
667
+ template: "<span>{{ item.label }}</span>",
668
+ refreshOn: "",
669
+ refreshOnBlur: "",
670
+ clearOnRefresh: false,
671
+ searchEnabled: true,
672
+ selectThreshold: 0.3,
673
+ readOnlyValue: false,
674
+ customOptions: {},
675
+ useExactSearch: false,
676
+ persistent: true,
677
+ protected: false,
678
+ dbIndex: false,
679
+ encrypted: false,
680
+ clearOnHide: true,
681
+ customDefaultValue: "",
682
+ calculateValue: "",
683
+ calculateServer: false,
684
+ allowCalculateOverride: false,
685
+ validateOn: "change",
686
+ validate: {
687
+ required: false,
688
+ customMessage: "",
689
+ custom: "",
690
+ customPrivate: false,
691
+ json: "",
692
+ strictDateValidation: false,
693
+ multiple: false,
694
+ unique: false
695
+ },
696
+ unique: false,
697
+ errorLabel: "",
698
+ key: "select1",
699
+ tags: [],
700
+ properties: {},
701
+ conditional: { show: null, when: null, eq: "", json: "" },
702
+ customConditional: "",
703
+ logic: [],
704
+ attributes: {},
705
+ overlay: {
706
+ style: "",
707
+ page: "",
708
+ left: "",
709
+ top: "",
710
+ width: "",
711
+ height: ""
712
+ },
713
+ type: "select",
714
+ indexeddb: { filter: {} },
715
+ selectFields: "",
716
+ searchField: "",
717
+ minSearch: 0,
718
+ filter: "",
719
+ limit: 100,
720
+ redrawOn: "",
721
+ input: true,
722
+ prefix: "",
723
+ suffix: "",
724
+ showCharCount: false,
725
+ showWordCount: false,
726
+ allowMultipleMasks: false,
727
+ lazyLoad: true,
728
+ authenticate: false,
729
+ searchThreshold: 0.3,
730
+ fuseOptions: { include: "score", threshold: 0.3 },
731
+ id: "em8m4qk",
732
+ defaultValue: ""
733
+ },
734
+ {
735
+ label: "Email",
736
+ labelPosition: "top",
737
+ placeholder: "",
738
+ description: "",
739
+ tooltip: "",
740
+ prefix: "",
741
+ suffix: "",
742
+ widget: { type: "input" },
743
+ customClass: "",
744
+ tabindex: "",
745
+ autocomplete: "",
746
+ hidden: false,
747
+ hideLabel: false,
748
+ mask: false,
749
+ autofocus: false,
750
+ spellcheck: true,
751
+ disabled: false,
752
+ tableView: true,
753
+ modalEdit: false,
754
+ multiple: false,
755
+ persistent: true,
756
+ inputFormat: "plain",
757
+ protected: false,
758
+ dbIndex: false,
759
+ case: "",
760
+ encrypted: false,
761
+ redrawOn: "",
762
+ clearOnHide: true,
763
+ customDefaultValue: "",
764
+ calculateValue: "",
765
+ calculateServer: false,
766
+ allowCalculateOverride: false,
767
+ validateOn: "change",
768
+ validate: {
769
+ required: false,
770
+ pattern: "",
771
+ customMessage: "",
772
+ custom: "",
773
+ customPrivate: false,
774
+ json: "",
775
+ minLength: "",
776
+ maxLength: "",
777
+ strictDateValidation: false,
778
+ multiple: false,
779
+ unique: false
780
+ },
781
+ unique: false,
782
+ kickbox: { enabled: false },
783
+ errorLabel: "",
784
+ key: "email",
785
+ tags: [],
786
+ properties: {},
787
+ conditional: { show: null, when: null, eq: "", json: "" },
788
+ customConditional: "",
789
+ logic: [],
790
+ attributes: {},
791
+ overlay: {
792
+ style: "",
793
+ page: "",
794
+ left: "",
795
+ top: "",
796
+ width: "",
797
+ height: ""
798
+ },
799
+ type: "email",
800
+ input: true,
801
+ refreshOn: "",
802
+ showCharCount: false,
803
+ showWordCount: false,
804
+ allowMultipleMasks: false,
805
+ inputType: "email",
806
+ inputMask: "",
807
+ id: "epj8sj28",
808
+ defaultValue: null
809
+ },
810
+ {
811
+ label: "Url",
812
+ labelPosition: "top",
813
+ placeholder: "",
814
+ description: "",
815
+ tooltip: "",
816
+ prefix: "",
817
+ suffix: "",
818
+ widget: { type: "input" },
819
+ customClass: "",
820
+ tabindex: "",
821
+ autocomplete: "",
822
+ hidden: false,
823
+ hideLabel: false,
824
+ mask: false,
825
+ autofocus: false,
826
+ spellcheck: true,
827
+ disabled: false,
828
+ tableView: true,
829
+ modalEdit: false,
830
+ multiple: false,
831
+ persistent: true,
832
+ inputFormat: "plain",
833
+ protected: false,
834
+ dbIndex: false,
835
+ encrypted: false,
836
+ redrawOn: "",
837
+ clearOnHide: true,
838
+ customDefaultValue: "",
839
+ calculateValue: "",
840
+ calculateServer: false,
841
+ allowCalculateOverride: false,
842
+ validateOn: "change",
843
+ validate: {
844
+ required: false,
845
+ pattern: "",
846
+ customMessage: "",
847
+ custom: "",
848
+ customPrivate: false,
849
+ json: "",
850
+ minLength: "",
851
+ maxLength: "",
852
+ strictDateValidation: false,
853
+ multiple: false,
854
+ unique: false
855
+ },
856
+ unique: false,
857
+ errorLabel: "",
858
+ key: "url",
859
+ tags: [],
860
+ properties: {},
861
+ conditional: { show: null, when: null, eq: "", json: "" },
862
+ customConditional: "",
863
+ logic: [],
864
+ attributes: {},
865
+ overlay: {
866
+ style: "",
867
+ page: "",
868
+ left: "",
869
+ top: "",
870
+ width: "",
871
+ height: ""
872
+ },
873
+ type: "url",
874
+ input: true,
875
+ refreshOn: "",
876
+ showCharCount: false,
877
+ showWordCount: false,
878
+ allowMultipleMasks: false,
879
+ inputType: "url",
880
+ inputMask: "",
881
+ id: "exw9p4",
882
+ defaultValue: null
883
+ },
884
+ {
885
+ label: "Phone Number",
886
+ labelPosition: "top",
887
+ placeholder: "",
888
+ description: "",
889
+ tooltip: "",
890
+ prefix: "",
891
+ suffix: "",
892
+ widget: { type: "input" },
893
+ inputMask: "(999) 999-9999",
894
+ allowMultipleMasks: false,
895
+ customClass: "",
896
+ tabindex: "",
897
+ autocomplete: "",
898
+ hidden: false,
899
+ hideLabel: false,
900
+ mask: false,
901
+ autofocus: false,
902
+ spellcheck: true,
903
+ disabled: false,
904
+ tableView: true,
905
+ modalEdit: false,
906
+ multiple: false,
907
+ persistent: true,
908
+ inputFormat: "plain",
909
+ protected: false,
910
+ dbIndex: false,
911
+ case: "",
912
+ encrypted: false,
913
+ redrawOn: "",
914
+ clearOnHide: true,
915
+ customDefaultValue: "",
916
+ calculateValue: "",
917
+ calculateServer: false,
918
+ allowCalculateOverride: false,
919
+ validateOn: "change",
920
+ validate: {
921
+ required: false,
922
+ customMessage: "",
923
+ custom: "",
924
+ customPrivate: false,
925
+ json: "",
926
+ strictDateValidation: false,
927
+ multiple: false,
928
+ unique: false,
929
+ minLength: "",
930
+ maxLength: "",
931
+ pattern: ""
932
+ },
933
+ unique: false,
934
+ errorLabel: "",
935
+ key: "phoneNumber",
936
+ tags: [],
937
+ properties: {},
938
+ conditional: { show: null, when: null, eq: "", json: "" },
939
+ customConditional: "",
940
+ logic: [],
941
+ attributes: {},
942
+ overlay: {
943
+ style: "",
944
+ page: "",
945
+ left: "",
946
+ top: "",
947
+ width: "",
948
+ height: ""
949
+ },
950
+ type: "phoneNumber",
951
+ input: true,
952
+ refreshOn: "",
953
+ showCharCount: false,
954
+ showWordCount: false,
955
+ inputType: "tel",
956
+ id: "e2c7lpl",
957
+ defaultValue: null
958
+ },
959
+ {
960
+ label: "Tags",
961
+ labelPosition: "top",
962
+ placeholder: "",
963
+ description: "",
964
+ tooltip: "",
965
+ customClass: "",
966
+ tabindex: "",
967
+ hidden: false,
968
+ hideLabel: false,
969
+ autofocus: false,
970
+ disabled: false,
971
+ tableView: false,
972
+ modalEdit: false,
973
+ delimeter: ",",
974
+ maxTags: 0,
975
+ storeas: "string",
976
+ persistent: true,
977
+ protected: false,
978
+ dbIndex: false,
979
+ encrypted: false,
980
+ redrawOn: "",
981
+ clearOnHide: true,
982
+ customDefaultValue: "",
983
+ calculateValue: "",
984
+ calculateServer: false,
985
+ allowCalculateOverride: false,
986
+ validate: {
987
+ required: false,
988
+ customMessage: "",
989
+ custom: "",
990
+ customPrivate: false,
991
+ json: "",
992
+ strictDateValidation: false,
993
+ multiple: false,
994
+ unique: false
995
+ },
996
+ unique: false,
997
+ validateOn: "change",
998
+ errorLabel: "",
999
+ key: "tags",
1000
+ tags: [],
1001
+ properties: {},
1002
+ conditional: { show: null, when: null, eq: "", json: "" },
1003
+ customConditional: "",
1004
+ logic: [],
1005
+ attributes: {},
1006
+ overlay: {
1007
+ style: "",
1008
+ page: "",
1009
+ left: "",
1010
+ top: "",
1011
+ width: "",
1012
+ height: ""
1013
+ },
1014
+ type: "tags",
1015
+ input: true,
1016
+ prefix: "",
1017
+ suffix: "",
1018
+ multiple: false,
1019
+ refreshOn: "",
1020
+ widget: { type: "input" },
1021
+ showCharCount: false,
1022
+ showWordCount: false,
1023
+ allowMultipleMasks: false,
1024
+ id: "ejc82t",
1025
+ defaultValue: null
1026
+ },
1027
+ {
1028
+ label: "Address",
1029
+ labelPosition: "top",
1030
+ enableManualMode: false,
1031
+ disableClearIcon: false,
1032
+ placeholder: "",
1033
+ description: "",
1034
+ tooltip: "",
1035
+ customClass: "",
1036
+ tabindex: "",
1037
+ hidden: false,
1038
+ hideLabel: false,
1039
+ autofocus: false,
1040
+ disabled: false,
1041
+ tableView: false,
1042
+ modalEdit: false,
1043
+ multiple: false,
1044
+ persistent: true,
1045
+ protected: false,
1046
+ dbIndex: false,
1047
+ encrypted: false,
1048
+ redrawOn: "",
1049
+ clearOnHide: true,
1050
+ customDefaultValue: "",
1051
+ calculateValue: "",
1052
+ calculateServer: false,
1053
+ allowCalculateOverride: false,
1054
+ provider: "google",
1055
+ manualModeViewString: "",
1056
+ validate: {
1057
+ required: false,
1058
+ customMessage: "",
1059
+ custom: "",
1060
+ customPrivate: false,
1061
+ json: "",
1062
+ strictDateValidation: false,
1063
+ multiple: false,
1064
+ unique: false
1065
+ },
1066
+ unique: false,
1067
+ validateOn: "change",
1068
+ errorLabel: "",
1069
+ key: "address",
1070
+ tags: [],
1071
+ properties: {},
1072
+ conditional: { show: null, when: null, eq: "", json: "" },
1073
+ customConditional: "",
1074
+ logic: [],
1075
+ attributes: {},
1076
+ overlay: {
1077
+ style: "",
1078
+ page: "",
1079
+ left: "",
1080
+ top: "",
1081
+ width: "",
1082
+ height: ""
1083
+ },
1084
+ type: "address",
1085
+ switchToManualModeLabel: "Can't find address? Switch to manual mode.",
1086
+ input: true,
1087
+ prefix: "",
1088
+ suffix: "",
1089
+ refreshOn: "",
1090
+ widget: null,
1091
+ showCharCount: false,
1092
+ showWordCount: false,
1093
+ allowMultipleMasks: false,
1094
+ tree: true,
1095
+ components: [
1096
+ {
1097
+ label: "Address 1",
1098
+ tableView: false,
1099
+ key: "address1",
1100
+ type: "textfield",
1101
+ input: true,
1102
+ customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1103
+ placeholder: "",
1104
+ prefix: "",
1105
+ customClass: "",
1106
+ suffix: "",
1107
+ multiple: false,
1108
+ defaultValue: null,
1109
+ protected: false,
1110
+ unique: false,
1111
+ persistent: true,
1112
+ hidden: false,
1113
+ clearOnHide: true,
1114
+ refreshOn: "",
1115
+ redrawOn: "",
1116
+ modalEdit: false,
1117
+ labelPosition: "top",
1118
+ description: "",
1119
+ errorLabel: "",
1120
+ tooltip: "",
1121
+ hideLabel: false,
1122
+ tabindex: "",
1123
+ disabled: false,
1124
+ autofocus: false,
1125
+ dbIndex: false,
1126
+ customDefaultValue: "",
1127
+ calculateValue: "",
1128
+ calculateServer: false,
1129
+ widget: { type: "input" },
1130
+ attributes: {},
1131
+ validateOn: "change",
1132
+ validate: {
1133
+ required: false,
1134
+ custom: "",
1135
+ customPrivate: false,
1136
+ strictDateValidation: false,
1137
+ multiple: false,
1138
+ unique: false,
1139
+ minLength: "",
1140
+ maxLength: "",
1141
+ pattern: ""
1142
+ },
1143
+ conditional: { show: null, when: null, eq: "" },
1144
+ overlay: { style: "", left: "", top: "", width: "", height: "" },
1145
+ allowCalculateOverride: false,
1146
+ encrypted: false,
1147
+ showCharCount: false,
1148
+ showWordCount: false,
1149
+ properties: {},
1150
+ allowMultipleMasks: false,
1151
+ mask: false,
1152
+ inputType: "text",
1153
+ inputFormat: "plain",
1154
+ inputMask: "",
1155
+ spellcheck: true,
1156
+ id: "eecfg6h"
1157
+ },
1158
+ {
1159
+ label: "Address 2",
1160
+ tableView: false,
1161
+ key: "address2",
1162
+ type: "textfield",
1163
+ input: true,
1164
+ customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1165
+ placeholder: "",
1166
+ prefix: "",
1167
+ customClass: "",
1168
+ suffix: "",
1169
+ multiple: false,
1170
+ defaultValue: null,
1171
+ protected: false,
1172
+ unique: false,
1173
+ persistent: true,
1174
+ hidden: false,
1175
+ clearOnHide: true,
1176
+ refreshOn: "",
1177
+ redrawOn: "",
1178
+ modalEdit: false,
1179
+ labelPosition: "top",
1180
+ description: "",
1181
+ errorLabel: "",
1182
+ tooltip: "",
1183
+ hideLabel: false,
1184
+ tabindex: "",
1185
+ disabled: false,
1186
+ autofocus: false,
1187
+ dbIndex: false,
1188
+ customDefaultValue: "",
1189
+ calculateValue: "",
1190
+ calculateServer: false,
1191
+ widget: { type: "input" },
1192
+ attributes: {},
1193
+ validateOn: "change",
1194
+ validate: {
1195
+ required: false,
1196
+ custom: "",
1197
+ customPrivate: false,
1198
+ strictDateValidation: false,
1199
+ multiple: false,
1200
+ unique: false,
1201
+ minLength: "",
1202
+ maxLength: "",
1203
+ pattern: ""
1204
+ },
1205
+ conditional: { show: null, when: null, eq: "" },
1206
+ overlay: { style: "", left: "", top: "", width: "", height: "" },
1207
+ allowCalculateOverride: false,
1208
+ encrypted: false,
1209
+ showCharCount: false,
1210
+ showWordCount: false,
1211
+ properties: {},
1212
+ allowMultipleMasks: false,
1213
+ mask: false,
1214
+ inputType: "text",
1215
+ inputFormat: "plain",
1216
+ inputMask: "",
1217
+ spellcheck: true,
1218
+ id: "eajhpuu"
1219
+ },
1220
+ {
1221
+ label: "City",
1222
+ tableView: false,
1223
+ key: "city",
1224
+ type: "textfield",
1225
+ input: true,
1226
+ customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1227
+ placeholder: "",
1228
+ prefix: "",
1229
+ customClass: "",
1230
+ suffix: "",
1231
+ multiple: false,
1232
+ defaultValue: null,
1233
+ protected: false,
1234
+ unique: false,
1235
+ persistent: true,
1236
+ hidden: false,
1237
+ clearOnHide: true,
1238
+ refreshOn: "",
1239
+ redrawOn: "",
1240
+ modalEdit: false,
1241
+ labelPosition: "top",
1242
+ description: "",
1243
+ errorLabel: "",
1244
+ tooltip: "",
1245
+ hideLabel: false,
1246
+ tabindex: "",
1247
+ disabled: false,
1248
+ autofocus: false,
1249
+ dbIndex: false,
1250
+ customDefaultValue: "",
1251
+ calculateValue: "",
1252
+ calculateServer: false,
1253
+ widget: { type: "input" },
1254
+ attributes: {},
1255
+ validateOn: "change",
1256
+ validate: {
1257
+ required: false,
1258
+ custom: "",
1259
+ customPrivate: false,
1260
+ strictDateValidation: false,
1261
+ multiple: false,
1262
+ unique: false,
1263
+ minLength: "",
1264
+ maxLength: "",
1265
+ pattern: ""
1266
+ },
1267
+ conditional: { show: null, when: null, eq: "" },
1268
+ overlay: { style: "", left: "", top: "", width: "", height: "" },
1269
+ allowCalculateOverride: false,
1270
+ encrypted: false,
1271
+ showCharCount: false,
1272
+ showWordCount: false,
1273
+ properties: {},
1274
+ allowMultipleMasks: false,
1275
+ mask: false,
1276
+ inputType: "text",
1277
+ inputFormat: "plain",
1278
+ inputMask: "",
1279
+ spellcheck: true,
1280
+ id: "efpnrca7"
1281
+ },
1282
+ {
1283
+ label: "State",
1284
+ tableView: false,
1285
+ key: "state",
1286
+ type: "textfield",
1287
+ input: true,
1288
+ customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1289
+ placeholder: "",
1290
+ prefix: "",
1291
+ customClass: "",
1292
+ suffix: "",
1293
+ multiple: false,
1294
+ defaultValue: null,
1295
+ protected: false,
1296
+ unique: false,
1297
+ persistent: true,
1298
+ hidden: false,
1299
+ clearOnHide: true,
1300
+ refreshOn: "",
1301
+ redrawOn: "",
1302
+ modalEdit: false,
1303
+ labelPosition: "top",
1304
+ description: "",
1305
+ errorLabel: "",
1306
+ tooltip: "",
1307
+ hideLabel: false,
1308
+ tabindex: "",
1309
+ disabled: false,
1310
+ autofocus: false,
1311
+ dbIndex: false,
1312
+ customDefaultValue: "",
1313
+ calculateValue: "",
1314
+ calculateServer: false,
1315
+ widget: { type: "input" },
1316
+ attributes: {},
1317
+ validateOn: "change",
1318
+ validate: {
1319
+ required: false,
1320
+ custom: "",
1321
+ customPrivate: false,
1322
+ strictDateValidation: false,
1323
+ multiple: false,
1324
+ unique: false,
1325
+ minLength: "",
1326
+ maxLength: "",
1327
+ pattern: ""
1328
+ },
1329
+ conditional: { show: null, when: null, eq: "" },
1330
+ overlay: { style: "", left: "", top: "", width: "", height: "" },
1331
+ allowCalculateOverride: false,
1332
+ encrypted: false,
1333
+ showCharCount: false,
1334
+ showWordCount: false,
1335
+ properties: {},
1336
+ allowMultipleMasks: false,
1337
+ mask: false,
1338
+ inputType: "text",
1339
+ inputFormat: "plain",
1340
+ inputMask: "",
1341
+ spellcheck: true,
1342
+ id: "eu3kksv"
1343
+ },
1344
+ {
1345
+ label: "Country",
1346
+ tableView: false,
1347
+ key: "country",
1348
+ type: "textfield",
1349
+ input: true,
1350
+ customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1351
+ placeholder: "",
1352
+ prefix: "",
1353
+ customClass: "",
1354
+ suffix: "",
1355
+ multiple: false,
1356
+ defaultValue: null,
1357
+ protected: false,
1358
+ unique: false,
1359
+ persistent: true,
1360
+ hidden: false,
1361
+ clearOnHide: true,
1362
+ refreshOn: "",
1363
+ redrawOn: "",
1364
+ modalEdit: false,
1365
+ labelPosition: "top",
1366
+ description: "",
1367
+ errorLabel: "",
1368
+ tooltip: "",
1369
+ hideLabel: false,
1370
+ tabindex: "",
1371
+ disabled: false,
1372
+ autofocus: false,
1373
+ dbIndex: false,
1374
+ customDefaultValue: "",
1375
+ calculateValue: "",
1376
+ calculateServer: false,
1377
+ widget: { type: "input" },
1378
+ attributes: {},
1379
+ validateOn: "change",
1380
+ validate: {
1381
+ required: false,
1382
+ custom: "",
1383
+ customPrivate: false,
1384
+ strictDateValidation: false,
1385
+ multiple: false,
1386
+ unique: false,
1387
+ minLength: "",
1388
+ maxLength: "",
1389
+ pattern: ""
1390
+ },
1391
+ conditional: { show: null, when: null, eq: "" },
1392
+ overlay: { style: "", left: "", top: "", width: "", height: "" },
1393
+ allowCalculateOverride: false,
1394
+ encrypted: false,
1395
+ showCharCount: false,
1396
+ showWordCount: false,
1397
+ properties: {},
1398
+ allowMultipleMasks: false,
1399
+ mask: false,
1400
+ inputType: "text",
1401
+ inputFormat: "plain",
1402
+ inputMask: "",
1403
+ spellcheck: true,
1404
+ id: "el39cu9"
1405
+ },
1406
+ {
1407
+ label: "Zip Code",
1408
+ tableView: false,
1409
+ key: "zip",
1410
+ type: "textfield",
1411
+ input: true,
1412
+ customConditional: "show = _.get(instance, 'parent.manualMode', false);",
1413
+ placeholder: "",
1414
+ prefix: "",
1415
+ customClass: "",
1416
+ suffix: "",
1417
+ multiple: false,
1418
+ defaultValue: null,
1419
+ protected: false,
1420
+ unique: false,
1421
+ persistent: true,
1422
+ hidden: false,
1423
+ clearOnHide: true,
1424
+ refreshOn: "",
1425
+ redrawOn: "",
1426
+ modalEdit: false,
1427
+ labelPosition: "top",
1428
+ description: "",
1429
+ errorLabel: "",
1430
+ tooltip: "",
1431
+ hideLabel: false,
1432
+ tabindex: "",
1433
+ disabled: false,
1434
+ autofocus: false,
1435
+ dbIndex: false,
1436
+ customDefaultValue: "",
1437
+ calculateValue: "",
1438
+ calculateServer: false,
1439
+ widget: { type: "input" },
1440
+ attributes: {},
1441
+ validateOn: "change",
1442
+ validate: {
1443
+ required: false,
1444
+ custom: "",
1445
+ customPrivate: false,
1446
+ strictDateValidation: false,
1447
+ multiple: false,
1448
+ unique: false,
1449
+ minLength: "",
1450
+ maxLength: "",
1451
+ pattern: ""
1452
+ },
1453
+ conditional: { show: null, when: null, eq: "" },
1454
+ overlay: { style: "", left: "", top: "", width: "", height: "" },
1455
+ allowCalculateOverride: false,
1456
+ encrypted: false,
1457
+ showCharCount: false,
1458
+ showWordCount: false,
1459
+ properties: {},
1460
+ allowMultipleMasks: false,
1461
+ mask: false,
1462
+ inputType: "text",
1463
+ inputFormat: "plain",
1464
+ inputMask: "",
1465
+ spellcheck: true,
1466
+ id: "epyac4"
1467
+ }
1468
+ ],
1469
+ providerOptions: { params: { key: "fze", region: "" } },
1470
+ id: "er02e2gb",
1471
+ defaultValue: {}
1472
+ },
1473
+ {
1474
+ label: "Date / Time",
1475
+ labelPosition: "top",
1476
+ displayInTimezone: "viewer",
1477
+ useLocaleSettings: false,
1478
+ allowInput: true,
1479
+ format: "yyyy-MM-dd hh:mm a",
1480
+ placeholder: "",
1481
+ description: "",
1482
+ tooltip: "",
1483
+ customClass: "",
1484
+ tabindex: "",
1485
+ hidden: false,
1486
+ hideLabel: false,
1487
+ autofocus: false,
1488
+ disabled: false,
1489
+ tableView: false,
1490
+ modalEdit: false,
1491
+ enableDate: true,
1492
+ enableMinDateInput: false,
1493
+ datePicker: {
1494
+ minDate: null,
1495
+ maxDate: null,
1496
+ disable: "",
1497
+ disableFunction: "",
1498
+ disableWeekends: false,
1499
+ disableWeekdays: false,
1500
+ showWeeks: true,
1501
+ startingDay: 0,
1502
+ initDate: "",
1503
+ minMode: "day",
1504
+ maxMode: "year",
1505
+ yearRows: 4,
1506
+ yearColumns: 5
1507
+ },
1508
+ enableMaxDateInput: false,
1509
+ enableTime: true,
1510
+ timePicker: {
1511
+ showMeridian: true,
1512
+ hourStep: 1,
1513
+ minuteStep: 1,
1514
+ readonlyInput: false,
1515
+ mousewheel: true,
1516
+ arrowkeys: true
1517
+ },
1518
+ multiple: false,
1519
+ defaultValue: "",
1520
+ defaultDate: "",
1521
+ customOptions: {},
1522
+ persistent: true,
1523
+ protected: false,
1524
+ dbIndex: false,
1525
+ encrypted: false,
1526
+ redrawOn: "",
1527
+ clearOnHide: true,
1528
+ customDefaultValue: "",
1529
+ calculateValue: "",
1530
+ calculateServer: false,
1531
+ allowCalculateOverride: false,
1532
+ validate: {
1533
+ required: false,
1534
+ customMessage: "",
1535
+ custom: "",
1536
+ customPrivate: false,
1537
+ json: "",
1538
+ strictDateValidation: false,
1539
+ multiple: false,
1540
+ unique: false
1541
+ },
1542
+ unique: false,
1543
+ validateOn: "change",
1544
+ errorLabel: "",
1545
+ key: "dateTime",
1546
+ tags: [],
1547
+ properties: {},
1548
+ conditional: { show: null, when: null, eq: "", json: "" },
1549
+ customConditional: "",
1550
+ logic: [],
1551
+ attributes: {},
1552
+ overlay: {
1553
+ style: "",
1554
+ page: "",
1555
+ left: "",
1556
+ top: "",
1557
+ width: "",
1558
+ height: ""
1559
+ },
1560
+ type: "datetime",
1561
+ timezone: "",
1562
+ input: true,
1563
+ prefix: "",
1564
+ suffix: "",
1565
+ refreshOn: "",
1566
+ widget: {
1567
+ type: "calendar",
1568
+ displayInTimezone: "viewer",
1569
+ locale: "en",
1570
+ useLocaleSettings: false,
1571
+ allowInput: true,
1572
+ mode: "single",
1573
+ enableTime: true,
1574
+ noCalendar: false,
1575
+ format: "yyyy-MM-dd hh:mm a",
1576
+ hourIncrement: 1,
1577
+ minuteIncrement: 1,
1578
+ minDate: null,
1579
+ disabledDates: "",
1580
+ disableWeekends: false,
1581
+ disableWeekdays: false,
1582
+ disableFunction: "",
1583
+ maxDate: null
1584
+ },
1585
+ showCharCount: false,
1586
+ showWordCount: false,
1587
+ allowMultipleMasks: false,
1588
+ datepickerMode: "day",
1589
+ id: "el9idgl"
1590
+ },
1591
+ {
1592
+ label: "Day",
1593
+ hideInputLabels: false,
1594
+ inputsLabelPosition: "top",
1595
+ description: "",
1596
+ useLocaleSettings: false,
1597
+ tooltip: "",
1598
+ customClass: "",
1599
+ tabindex: "",
1600
+ hidden: false,
1601
+ hideLabel: false,
1602
+ autofocus: false,
1603
+ disabled: false,
1604
+ tableView: false,
1605
+ modalEdit: false,
1606
+ fields: {
1607
+ day: {
1608
+ type: "number",
1609
+ placeholder: "",
1610
+ hide: false,
1611
+ required: false
1612
+ },
1613
+ month: {
1614
+ type: "select",
1615
+ placeholder: "",
1616
+ hide: false,
1617
+ required: false
1618
+ },
1619
+ year: {
1620
+ type: "number",
1621
+ placeholder: "",
1622
+ hide: false,
1623
+ required: false
1624
+ }
1625
+ },
1626
+ dayFirst: false,
1627
+ persistent: true,
1628
+ protected: false,
1629
+ dbIndex: false,
1630
+ encrypted: false,
1631
+ redrawOn: "",
1632
+ clearOnHide: true,
1633
+ customDefaultValue: "",
1634
+ calculateValue: "",
1635
+ calculateServer: false,
1636
+ allowCalculateOverride: false,
1637
+ validateOn: "change",
1638
+ maxDate: "",
1639
+ minDate: "",
1640
+ unique: false,
1641
+ errorLabel: "",
1642
+ validate: {
1643
+ customMessage: "",
1644
+ custom: "",
1645
+ customPrivate: false,
1646
+ json: "",
1647
+ required: false,
1648
+ strictDateValidation: false,
1649
+ multiple: false,
1650
+ unique: false
1651
+ },
1652
+ key: "day",
1653
+ tags: [],
1654
+ properties: {},
1655
+ conditional: { show: null, when: null, eq: "", json: "" },
1656
+ customConditional: "",
1657
+ logic: [],
1658
+ attributes: {},
1659
+ overlay: {
1660
+ style: "",
1661
+ page: "",
1662
+ left: "",
1663
+ top: "",
1664
+ width: "",
1665
+ height: ""
1666
+ },
1667
+ type: "day",
1668
+ input: true,
1669
+ placeholder: "",
1670
+ prefix: "",
1671
+ suffix: "",
1672
+ multiple: false,
1673
+ refreshOn: "",
1674
+ labelPosition: "top",
1675
+ widget: null,
1676
+ showCharCount: false,
1677
+ showWordCount: false,
1678
+ allowMultipleMasks: false,
1679
+ id: "ecgefls",
1680
+ defaultValue: "00/00/0000"
1681
+ },
1682
+ {
1683
+ label: "Currency",
1684
+ labelPosition: "top",
1685
+ placeholder: "",
1686
+ description: "",
1687
+ tooltip: "",
1688
+ prefix: "",
1689
+ suffix: "",
1690
+ widget: { type: "input" },
1691
+ customClass: "",
1692
+ tabindex: "",
1693
+ autocomplete: "",
1694
+ hidden: false,
1695
+ hideLabel: false,
1696
+ mask: false,
1697
+ autofocus: false,
1698
+ spellcheck: true,
1699
+ disabled: false,
1700
+ tableView: false,
1701
+ modalEdit: false,
1702
+ multiple: false,
1703
+ persistent: true,
1704
+ currency: "USD",
1705
+ inputFormat: "plain",
1706
+ protected: false,
1707
+ dbIndex: false,
1708
+ case: "",
1709
+ encrypted: false,
1710
+ redrawOn: "",
1711
+ clearOnHide: true,
1712
+ customDefaultValue: "",
1713
+ calculateValue: "",
1714
+ calculateServer: false,
1715
+ allowCalculateOverride: false,
1716
+ validateOn: "change",
1717
+ validate: {
1718
+ required: false,
1719
+ customMessage: "",
1720
+ custom: "",
1721
+ customPrivate: false,
1722
+ json: "",
1723
+ strictDateValidation: false,
1724
+ multiple: false,
1725
+ unique: false,
1726
+ min: "",
1727
+ max: "",
1728
+ step: "any",
1729
+ integer: ""
1730
+ },
1731
+ unique: false,
1732
+ errorLabel: "",
1733
+ key: "currency",
1734
+ tags: [],
1735
+ properties: {},
1736
+ conditional: { show: null, when: null, eq: "", json: "" },
1737
+ customConditional: "",
1738
+ logic: [],
1739
+ attributes: {},
1740
+ overlay: {
1741
+ style: "",
1742
+ page: "",
1743
+ left: "",
1744
+ top: "",
1745
+ width: "",
1746
+ height: ""
1747
+ },
1748
+ type: "currency",
1749
+ input: true,
1750
+ refreshOn: "",
1751
+ showCharCount: false,
1752
+ showWordCount: false,
1753
+ allowMultipleMasks: false,
1754
+ delimiter: true,
1755
+ id: "em22wkd",
1756
+ defaultValue: null
1757
+ },
1758
+ {
1759
+ type: "button",
1760
+ label: "Submit",
1761
+ key: "submit",
1762
+ size: "md",
1763
+ block: false,
1764
+ action: "submit",
1765
+ disableOnInvalid: true,
1766
+ theme: "primary",
1767
+ input: true,
1768
+ placeholder: "",
1769
+ prefix: "",
1770
+ customClass: "",
1771
+ suffix: "",
1772
+ multiple: false,
1773
+ defaultValue: null,
1774
+ protected: false,
1775
+ unique: false,
1776
+ persistent: false,
1777
+ hidden: false,
1778
+ clearOnHide: true,
1779
+ refreshOn: "",
1780
+ redrawOn: "",
1781
+ tableView: false,
1782
+ modalEdit: false,
1783
+ labelPosition: "top",
1784
+ description: "",
1785
+ errorLabel: "",
1786
+ tooltip: "",
1787
+ hideLabel: false,
1788
+ tabindex: "",
1789
+ disabled: false,
1790
+ autofocus: false,
1791
+ dbIndex: false,
1792
+ customDefaultValue: "",
1793
+ calculateValue: "",
1794
+ calculateServer: false,
1795
+ widget: { type: "input" },
1796
+ attributes: {},
1797
+ validateOn: "change",
1798
+ validate: {
1799
+ required: false,
1800
+ custom: "",
1801
+ customPrivate: false,
1802
+ strictDateValidation: false,
1803
+ multiple: false,
1804
+ unique: false
1805
+ },
1806
+ conditional: { show: null, when: null, eq: "" },
1807
+ overlay: { style: "", left: "", top: "", width: "", height: "" },
1808
+ allowCalculateOverride: false,
1809
+ encrypted: false,
1810
+ showCharCount: false,
1811
+ showWordCount: false,
1812
+ properties: {},
1813
+ allowMultipleMasks: false,
1814
+ leftIcon: "",
1815
+ rightIcon: "",
1816
+ dataGridLabel: true,
1817
+ id: "e08gq3l"
1818
+ }
1819
+ ],
1820
+ revisions: "",
1821
+ _vid: 0,
1822
+ title: "text-field",
1823
+ display: "form",
1824
+ access: [
1825
+ {
1826
+ roles: ["5d0797bc872fc747da559858", "5d0797bc872fc71d05559859", "5d0797bc872fc7da3b55985a"],
1827
+ type: "read_all"
1828
+ }
1829
+ ],
1830
+ submissionAccess: [],
1831
+ controller: "",
1832
+ properties: {},
1833
+ settings: {},
1834
+ name: "textField",
1835
+ path: "textfield",
1836
+ project: "5d0797bc872fc7d140559857",
1837
+ created: "2021-02-10T15:17:18.028Z",
1838
+ modified: "2021-02-10T21:38:52.325Z",
1839
+ machineName: "tcspjwhsevrzpcd:textField"
1840
+ };