@tsed/tailwind-formio 3.0.0-alpha.6 → 3.0.0-alpha.7

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