@tsed/tailwind-formio 2.0.2 → 2.0.3

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