@formio/js 5.0.0-rc.73 → 5.0.0-rc.75
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/formio.embed.js +1 -1
- package/dist/formio.embed.min.js +1 -1
- package/dist/formio.embed.min.js.LICENSE.txt +1 -1
- package/dist/formio.form.js +9 -9
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +1 -1
- package/dist/formio.full.js +10 -10
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +1 -1
- package/dist/formio.js +4 -4
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +1 -1
- package/dist/formio.utils.js +2 -2
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +1 -1
- package/lib/cjs/CDN.js +1 -2
- package/lib/cjs/Form.js +2 -2
- package/lib/cjs/Wizard.js +1 -1
- package/lib/cjs/components/day/Day.d.ts +2 -2
- package/lib/cjs/components/day/Day.js +3 -3
- package/lib/cjs/components/form/fixtures/index.d.ts +2 -1
- package/lib/cjs/components/form/fixtures/index.js +3 -1
- package/lib/cjs/components/form/fixtures/nestedWizardForm.d.ts +771 -0
- package/lib/cjs/components/form/fixtures/nestedWizardForm.js +765 -0
- package/lib/cjs/components/time/Time.form.js +2 -2
- package/lib/cjs/translations/en.d.ts +1 -0
- package/lib/cjs/translations/en.js +1 -0
- package/lib/mjs/CDN.js +1 -2
- package/lib/mjs/Form.js +2 -2
- package/lib/mjs/Wizard.js +1 -1
- package/lib/mjs/components/day/Day.d.ts +2 -2
- package/lib/mjs/components/day/Day.js +3 -3
- package/lib/mjs/components/form/fixtures/index.d.ts +2 -1
- package/lib/mjs/components/form/fixtures/index.js +2 -1
- package/lib/mjs/components/form/fixtures/nestedWizardForm.d.ts +771 -0
- package/lib/mjs/components/form/fixtures/nestedWizardForm.js +763 -0
- package/lib/mjs/components/time/Time.form.js +2 -2
- package/lib/mjs/translations/en.d.ts +1 -0
- package/lib/mjs/translations/en.js +1 -0
- package/package.json +2 -2
@@ -0,0 +1,763 @@
|
|
1
|
+
export default {
|
2
|
+
title: 'FIO-8760 Parent',
|
3
|
+
name: 'fio8760Parent',
|
4
|
+
path: 'fio8760parent',
|
5
|
+
type: 'form',
|
6
|
+
display: 'wizard',
|
7
|
+
tags: [],
|
8
|
+
components: [
|
9
|
+
{
|
10
|
+
title: 'P1',
|
11
|
+
theme: 'default',
|
12
|
+
breadcrumbClickable: true,
|
13
|
+
buttonSettings: {
|
14
|
+
previous: true,
|
15
|
+
cancel: true,
|
16
|
+
next: true,
|
17
|
+
},
|
18
|
+
navigateOnEnter: false,
|
19
|
+
saveOnEnter: false,
|
20
|
+
scrollToTop: false,
|
21
|
+
tooltip: '',
|
22
|
+
customClass: '',
|
23
|
+
collapsible: false,
|
24
|
+
hidden: false,
|
25
|
+
hideLabel: false,
|
26
|
+
disabled: false,
|
27
|
+
key: 'page1',
|
28
|
+
tags: [],
|
29
|
+
properties: {},
|
30
|
+
conditional: {
|
31
|
+
show: null,
|
32
|
+
when: null,
|
33
|
+
eq: '',
|
34
|
+
json: '',
|
35
|
+
},
|
36
|
+
customConditional: '',
|
37
|
+
nextPage: '',
|
38
|
+
logic: [],
|
39
|
+
attributes: {},
|
40
|
+
overlay: {
|
41
|
+
style: '',
|
42
|
+
page: '',
|
43
|
+
left: '',
|
44
|
+
top: '',
|
45
|
+
width: '',
|
46
|
+
height: '',
|
47
|
+
},
|
48
|
+
type: 'panel',
|
49
|
+
label: 'Page 1',
|
50
|
+
tabindex: '',
|
51
|
+
dataGridLabel: false,
|
52
|
+
components: [
|
53
|
+
{
|
54
|
+
label: 'Text Field P',
|
55
|
+
applyMaskOn: 'change',
|
56
|
+
tableView: true,
|
57
|
+
validateWhenHidden: false,
|
58
|
+
key: 'textFieldP',
|
59
|
+
type: 'textfield',
|
60
|
+
input: true,
|
61
|
+
id: 'e8q428z',
|
62
|
+
placeholder: '',
|
63
|
+
prefix: '',
|
64
|
+
customClass: '',
|
65
|
+
suffix: '',
|
66
|
+
multiple: false,
|
67
|
+
defaultValue: null,
|
68
|
+
protected: false,
|
69
|
+
unique: false,
|
70
|
+
persistent: true,
|
71
|
+
hidden: false,
|
72
|
+
clearOnHide: true,
|
73
|
+
refreshOn: '',
|
74
|
+
redrawOn: '',
|
75
|
+
modalEdit: false,
|
76
|
+
dataGridLabel: false,
|
77
|
+
labelPosition: 'top',
|
78
|
+
description: '',
|
79
|
+
errorLabel: '',
|
80
|
+
tooltip: '',
|
81
|
+
hideLabel: false,
|
82
|
+
tabindex: '',
|
83
|
+
disabled: false,
|
84
|
+
autofocus: false,
|
85
|
+
dbIndex: false,
|
86
|
+
customDefaultValue: '',
|
87
|
+
calculateValue: '',
|
88
|
+
calculateServer: false,
|
89
|
+
widget: {
|
90
|
+
type: 'input',
|
91
|
+
},
|
92
|
+
attributes: {},
|
93
|
+
validateOn: 'change',
|
94
|
+
validate: {
|
95
|
+
required: false,
|
96
|
+
custom: '',
|
97
|
+
customPrivate: false,
|
98
|
+
strictDateValidation: false,
|
99
|
+
multiple: false,
|
100
|
+
unique: false,
|
101
|
+
minLength: '',
|
102
|
+
maxLength: '',
|
103
|
+
pattern: '',
|
104
|
+
},
|
105
|
+
conditional: {
|
106
|
+
show: null,
|
107
|
+
when: null,
|
108
|
+
eq: '',
|
109
|
+
},
|
110
|
+
overlay: {
|
111
|
+
style: '',
|
112
|
+
left: '',
|
113
|
+
top: '',
|
114
|
+
width: '',
|
115
|
+
height: '',
|
116
|
+
},
|
117
|
+
allowCalculateOverride: false,
|
118
|
+
encrypted: false,
|
119
|
+
showCharCount: false,
|
120
|
+
showWordCount: false,
|
121
|
+
properties: {},
|
122
|
+
allowMultipleMasks: false,
|
123
|
+
addons: [],
|
124
|
+
mask: false,
|
125
|
+
inputType: 'text',
|
126
|
+
inputFormat: 'plain',
|
127
|
+
inputMask: '',
|
128
|
+
displayMask: '',
|
129
|
+
spellcheck: true,
|
130
|
+
truncateMultipleSpaces: false,
|
131
|
+
},
|
132
|
+
{
|
133
|
+
label: 'Form',
|
134
|
+
customClass: '',
|
135
|
+
tabindex: '',
|
136
|
+
hidden: false,
|
137
|
+
hideLabel: false,
|
138
|
+
disabled: false,
|
139
|
+
tableView: true,
|
140
|
+
form: {
|
141
|
+
title: 'FIO-8760 Child',
|
142
|
+
name: 'fio8760Child',
|
143
|
+
path: 'fio8760child',
|
144
|
+
type: 'form',
|
145
|
+
display: 'wizard',
|
146
|
+
components: [
|
147
|
+
{
|
148
|
+
title: 'C1',
|
149
|
+
theme: 'default',
|
150
|
+
breadcrumbClickable: true,
|
151
|
+
buttonSettings: {
|
152
|
+
previous: true,
|
153
|
+
cancel: true,
|
154
|
+
next: true,
|
155
|
+
},
|
156
|
+
navigateOnEnter: false,
|
157
|
+
saveOnEnter: false,
|
158
|
+
scrollToTop: false,
|
159
|
+
tooltip: '',
|
160
|
+
customClass: '',
|
161
|
+
collapsible: false,
|
162
|
+
hidden: false,
|
163
|
+
hideLabel: false,
|
164
|
+
disabled: false,
|
165
|
+
key: 'page1',
|
166
|
+
tags: [],
|
167
|
+
properties: {},
|
168
|
+
conditional: {
|
169
|
+
show: null,
|
170
|
+
when: null,
|
171
|
+
eq: '',
|
172
|
+
json: '',
|
173
|
+
},
|
174
|
+
customConditional: '',
|
175
|
+
nextPage: '',
|
176
|
+
logic: [],
|
177
|
+
attributes: {},
|
178
|
+
overlay: {
|
179
|
+
style: '',
|
180
|
+
page: '',
|
181
|
+
left: '',
|
182
|
+
top: '',
|
183
|
+
width: '',
|
184
|
+
height: '',
|
185
|
+
},
|
186
|
+
type: 'panel',
|
187
|
+
label: 'Page 1',
|
188
|
+
tabindex: '',
|
189
|
+
dataGridLabel: false,
|
190
|
+
components: [
|
191
|
+
{
|
192
|
+
label: 'Text Field',
|
193
|
+
applyMaskOn: 'change',
|
194
|
+
tableView: true,
|
195
|
+
validateWhenHidden: false,
|
196
|
+
key: 'textField',
|
197
|
+
type: 'textfield',
|
198
|
+
input: true,
|
199
|
+
id: 'ed4tvz',
|
200
|
+
placeholder: '',
|
201
|
+
prefix: '',
|
202
|
+
customClass: '',
|
203
|
+
suffix: '',
|
204
|
+
multiple: false,
|
205
|
+
defaultValue: null,
|
206
|
+
protected: false,
|
207
|
+
unique: false,
|
208
|
+
persistent: true,
|
209
|
+
hidden: false,
|
210
|
+
clearOnHide: true,
|
211
|
+
refreshOn: '',
|
212
|
+
redrawOn: '',
|
213
|
+
modalEdit: false,
|
214
|
+
dataGridLabel: false,
|
215
|
+
labelPosition: 'top',
|
216
|
+
description: '',
|
217
|
+
errorLabel: '',
|
218
|
+
tooltip: '',
|
219
|
+
hideLabel: false,
|
220
|
+
tabindex: '',
|
221
|
+
disabled: false,
|
222
|
+
autofocus: false,
|
223
|
+
dbIndex: false,
|
224
|
+
customDefaultValue: '',
|
225
|
+
calculateValue: '',
|
226
|
+
calculateServer: false,
|
227
|
+
widget: {
|
228
|
+
type: 'input',
|
229
|
+
},
|
230
|
+
attributes: {},
|
231
|
+
validateOn: 'change',
|
232
|
+
validate: {
|
233
|
+
required: false,
|
234
|
+
custom: '',
|
235
|
+
customPrivate: false,
|
236
|
+
strictDateValidation: false,
|
237
|
+
multiple: false,
|
238
|
+
unique: false,
|
239
|
+
minLength: '',
|
240
|
+
maxLength: '',
|
241
|
+
pattern: '',
|
242
|
+
},
|
243
|
+
conditional: {
|
244
|
+
show: null,
|
245
|
+
when: null,
|
246
|
+
eq: '',
|
247
|
+
},
|
248
|
+
overlay: {
|
249
|
+
style: '',
|
250
|
+
left: '',
|
251
|
+
top: '',
|
252
|
+
width: '',
|
253
|
+
height: '',
|
254
|
+
},
|
255
|
+
allowCalculateOverride: false,
|
256
|
+
encrypted: false,
|
257
|
+
showCharCount: false,
|
258
|
+
showWordCount: false,
|
259
|
+
properties: {},
|
260
|
+
allowMultipleMasks: false,
|
261
|
+
addons: [],
|
262
|
+
mask: false,
|
263
|
+
inputType: 'text',
|
264
|
+
inputFormat: 'plain',
|
265
|
+
inputMask: '',
|
266
|
+
displayMask: '',
|
267
|
+
spellcheck: true,
|
268
|
+
truncateMultipleSpaces: false,
|
269
|
+
},
|
270
|
+
],
|
271
|
+
input: false,
|
272
|
+
tableView: false,
|
273
|
+
placeholder: '',
|
274
|
+
prefix: '',
|
275
|
+
suffix: '',
|
276
|
+
multiple: false,
|
277
|
+
defaultValue: null,
|
278
|
+
protected: false,
|
279
|
+
unique: false,
|
280
|
+
persistent: false,
|
281
|
+
clearOnHide: false,
|
282
|
+
refreshOn: '',
|
283
|
+
redrawOn: '',
|
284
|
+
modalEdit: false,
|
285
|
+
labelPosition: 'top',
|
286
|
+
description: '',
|
287
|
+
errorLabel: '',
|
288
|
+
autofocus: false,
|
289
|
+
dbIndex: false,
|
290
|
+
customDefaultValue: '',
|
291
|
+
calculateValue: '',
|
292
|
+
calculateServer: false,
|
293
|
+
widget: null,
|
294
|
+
validateOn: 'change',
|
295
|
+
validate: {
|
296
|
+
required: false,
|
297
|
+
custom: '',
|
298
|
+
customPrivate: false,
|
299
|
+
strictDateValidation: false,
|
300
|
+
multiple: false,
|
301
|
+
unique: false,
|
302
|
+
},
|
303
|
+
allowCalculateOverride: false,
|
304
|
+
encrypted: false,
|
305
|
+
showCharCount: false,
|
306
|
+
showWordCount: false,
|
307
|
+
allowMultipleMasks: false,
|
308
|
+
addons: [],
|
309
|
+
tree: false,
|
310
|
+
lazyLoad: false,
|
311
|
+
breadcrumb: 'default',
|
312
|
+
id: 'eiahh',
|
313
|
+
},
|
314
|
+
{
|
315
|
+
title: 'C2',
|
316
|
+
theme: 'default',
|
317
|
+
breadcrumbClickable: true,
|
318
|
+
buttonSettings: {
|
319
|
+
previous: true,
|
320
|
+
cancel: true,
|
321
|
+
next: true,
|
322
|
+
},
|
323
|
+
navigateOnEnter: false,
|
324
|
+
saveOnEnter: false,
|
325
|
+
scrollToTop: false,
|
326
|
+
tooltip: '',
|
327
|
+
customClass: '',
|
328
|
+
collapsible: false,
|
329
|
+
hidden: false,
|
330
|
+
hideLabel: false,
|
331
|
+
disabled: false,
|
332
|
+
key: 'page2',
|
333
|
+
tags: [],
|
334
|
+
properties: {},
|
335
|
+
conditional: {
|
336
|
+
show: null,
|
337
|
+
when: null,
|
338
|
+
eq: '',
|
339
|
+
json: '',
|
340
|
+
},
|
341
|
+
customConditional: '',
|
342
|
+
nextPage: '',
|
343
|
+
logic: [],
|
344
|
+
attributes: {},
|
345
|
+
overlay: {
|
346
|
+
style: '',
|
347
|
+
page: '',
|
348
|
+
left: '',
|
349
|
+
top: '',
|
350
|
+
width: '',
|
351
|
+
height: '',
|
352
|
+
},
|
353
|
+
type: 'panel',
|
354
|
+
label: 'Page 2',
|
355
|
+
tabindex: '',
|
356
|
+
dataGridLabel: false,
|
357
|
+
components: [
|
358
|
+
{
|
359
|
+
label: 'Checkbox',
|
360
|
+
tableView: false,
|
361
|
+
validateWhenHidden: false,
|
362
|
+
key: 'checkbox',
|
363
|
+
type: 'checkbox',
|
364
|
+
input: true,
|
365
|
+
id: 'ewlqwj',
|
366
|
+
placeholder: '',
|
367
|
+
prefix: '',
|
368
|
+
customClass: '',
|
369
|
+
suffix: '',
|
370
|
+
multiple: false,
|
371
|
+
defaultValue: null,
|
372
|
+
protected: false,
|
373
|
+
unique: false,
|
374
|
+
persistent: true,
|
375
|
+
hidden: false,
|
376
|
+
clearOnHide: true,
|
377
|
+
refreshOn: '',
|
378
|
+
redrawOn: '',
|
379
|
+
modalEdit: false,
|
380
|
+
dataGridLabel: true,
|
381
|
+
labelPosition: 'right',
|
382
|
+
description: '',
|
383
|
+
errorLabel: '',
|
384
|
+
tooltip: '',
|
385
|
+
hideLabel: false,
|
386
|
+
tabindex: '',
|
387
|
+
disabled: false,
|
388
|
+
autofocus: false,
|
389
|
+
dbIndex: false,
|
390
|
+
customDefaultValue: '',
|
391
|
+
calculateValue: '',
|
392
|
+
calculateServer: false,
|
393
|
+
widget: null,
|
394
|
+
attributes: {},
|
395
|
+
validateOn: 'change',
|
396
|
+
validate: {
|
397
|
+
required: false,
|
398
|
+
custom: '',
|
399
|
+
customPrivate: false,
|
400
|
+
strictDateValidation: false,
|
401
|
+
multiple: false,
|
402
|
+
unique: false,
|
403
|
+
},
|
404
|
+
conditional: {
|
405
|
+
show: null,
|
406
|
+
when: null,
|
407
|
+
eq: '',
|
408
|
+
},
|
409
|
+
overlay: {
|
410
|
+
style: '',
|
411
|
+
left: '',
|
412
|
+
top: '',
|
413
|
+
width: '',
|
414
|
+
height: '',
|
415
|
+
},
|
416
|
+
allowCalculateOverride: false,
|
417
|
+
encrypted: false,
|
418
|
+
showCharCount: false,
|
419
|
+
showWordCount: false,
|
420
|
+
properties: {},
|
421
|
+
allowMultipleMasks: false,
|
422
|
+
addons: [],
|
423
|
+
inputType: 'checkbox',
|
424
|
+
value: '',
|
425
|
+
name: '',
|
426
|
+
},
|
427
|
+
],
|
428
|
+
input: false,
|
429
|
+
tableView: false,
|
430
|
+
placeholder: '',
|
431
|
+
prefix: '',
|
432
|
+
suffix: '',
|
433
|
+
multiple: false,
|
434
|
+
defaultValue: null,
|
435
|
+
protected: false,
|
436
|
+
unique: false,
|
437
|
+
persistent: false,
|
438
|
+
clearOnHide: false,
|
439
|
+
refreshOn: '',
|
440
|
+
redrawOn: '',
|
441
|
+
modalEdit: false,
|
442
|
+
labelPosition: 'top',
|
443
|
+
description: '',
|
444
|
+
errorLabel: '',
|
445
|
+
autofocus: false,
|
446
|
+
dbIndex: false,
|
447
|
+
customDefaultValue: '',
|
448
|
+
calculateValue: '',
|
449
|
+
calculateServer: false,
|
450
|
+
widget: null,
|
451
|
+
validateOn: 'change',
|
452
|
+
validate: {
|
453
|
+
required: false,
|
454
|
+
custom: '',
|
455
|
+
customPrivate: false,
|
456
|
+
strictDateValidation: false,
|
457
|
+
multiple: false,
|
458
|
+
unique: false,
|
459
|
+
},
|
460
|
+
allowCalculateOverride: false,
|
461
|
+
encrypted: false,
|
462
|
+
showCharCount: false,
|
463
|
+
showWordCount: false,
|
464
|
+
allowMultipleMasks: false,
|
465
|
+
addons: [],
|
466
|
+
tree: false,
|
467
|
+
lazyLoad: false,
|
468
|
+
breadcrumb: 'default',
|
469
|
+
id: 'e5zxm1n',
|
470
|
+
},
|
471
|
+
],
|
472
|
+
machineName: 'lcdolhkidxuoxnx:fio8760Child',
|
473
|
+
},
|
474
|
+
useOriginalRevision: true,
|
475
|
+
reference: true,
|
476
|
+
customDefaultValue: '',
|
477
|
+
calculateValue: '',
|
478
|
+
clearOnHide: true,
|
479
|
+
key: 'form',
|
480
|
+
tags: [],
|
481
|
+
properties: {},
|
482
|
+
conditional: {
|
483
|
+
show: null,
|
484
|
+
when: null,
|
485
|
+
eq: '',
|
486
|
+
json: '',
|
487
|
+
},
|
488
|
+
customConditional: '',
|
489
|
+
logic: [],
|
490
|
+
attributes: {},
|
491
|
+
overlay: {
|
492
|
+
style: '',
|
493
|
+
page: '',
|
494
|
+
left: '',
|
495
|
+
top: '',
|
496
|
+
width: '',
|
497
|
+
height: '',
|
498
|
+
},
|
499
|
+
type: 'form',
|
500
|
+
dataGridLabel: false,
|
501
|
+
input: true,
|
502
|
+
placeholder: '',
|
503
|
+
prefix: '',
|
504
|
+
suffix: '',
|
505
|
+
multiple: false,
|
506
|
+
defaultValue: null,
|
507
|
+
protected: false,
|
508
|
+
unique: false,
|
509
|
+
persistent: true,
|
510
|
+
refreshOn: '',
|
511
|
+
redrawOn: '',
|
512
|
+
modalEdit: false,
|
513
|
+
labelPosition: 'top',
|
514
|
+
description: '',
|
515
|
+
errorLabel: '',
|
516
|
+
tooltip: '',
|
517
|
+
autofocus: false,
|
518
|
+
dbIndex: false,
|
519
|
+
calculateServer: false,
|
520
|
+
widget: null,
|
521
|
+
validateOn: 'change',
|
522
|
+
validate: {
|
523
|
+
required: false,
|
524
|
+
custom: '',
|
525
|
+
customPrivate: false,
|
526
|
+
strictDateValidation: false,
|
527
|
+
multiple: false,
|
528
|
+
unique: false,
|
529
|
+
},
|
530
|
+
allowCalculateOverride: false,
|
531
|
+
encrypted: false,
|
532
|
+
showCharCount: false,
|
533
|
+
showWordCount: false,
|
534
|
+
allowMultipleMasks: false,
|
535
|
+
addons: [],
|
536
|
+
src: '',
|
537
|
+
id: 'eenavpp',
|
538
|
+
revision: '',
|
539
|
+
},
|
540
|
+
],
|
541
|
+
input: false,
|
542
|
+
tableView: false,
|
543
|
+
placeholder: '',
|
544
|
+
prefix: '',
|
545
|
+
suffix: '',
|
546
|
+
multiple: false,
|
547
|
+
defaultValue: null,
|
548
|
+
protected: false,
|
549
|
+
unique: false,
|
550
|
+
persistent: false,
|
551
|
+
clearOnHide: false,
|
552
|
+
refreshOn: '',
|
553
|
+
redrawOn: '',
|
554
|
+
modalEdit: false,
|
555
|
+
labelPosition: 'top',
|
556
|
+
description: '',
|
557
|
+
errorLabel: '',
|
558
|
+
autofocus: false,
|
559
|
+
dbIndex: false,
|
560
|
+
customDefaultValue: '',
|
561
|
+
calculateValue: '',
|
562
|
+
calculateServer: false,
|
563
|
+
widget: null,
|
564
|
+
validateOn: 'change',
|
565
|
+
validate: {
|
566
|
+
required: false,
|
567
|
+
custom: '',
|
568
|
+
customPrivate: false,
|
569
|
+
strictDateValidation: false,
|
570
|
+
multiple: false,
|
571
|
+
unique: false,
|
572
|
+
},
|
573
|
+
allowCalculateOverride: false,
|
574
|
+
encrypted: false,
|
575
|
+
showCharCount: false,
|
576
|
+
showWordCount: false,
|
577
|
+
allowMultipleMasks: false,
|
578
|
+
addons: [],
|
579
|
+
tree: false,
|
580
|
+
lazyLoad: false,
|
581
|
+
breadcrumb: 'default',
|
582
|
+
id: 'etytb0f',
|
583
|
+
},
|
584
|
+
{
|
585
|
+
title: 'P2',
|
586
|
+
theme: 'default',
|
587
|
+
breadcrumbClickable: true,
|
588
|
+
buttonSettings: {
|
589
|
+
previous: true,
|
590
|
+
cancel: true,
|
591
|
+
next: true,
|
592
|
+
},
|
593
|
+
navigateOnEnter: false,
|
594
|
+
saveOnEnter: false,
|
595
|
+
scrollToTop: false,
|
596
|
+
tooltip: '',
|
597
|
+
customClass: '',
|
598
|
+
collapsible: false,
|
599
|
+
hidden: false,
|
600
|
+
hideLabel: false,
|
601
|
+
disabled: false,
|
602
|
+
key: 'page2',
|
603
|
+
tags: [],
|
604
|
+
properties: {},
|
605
|
+
conditional: {
|
606
|
+
show: null,
|
607
|
+
when: null,
|
608
|
+
eq: '',
|
609
|
+
json: '',
|
610
|
+
},
|
611
|
+
customConditional: '',
|
612
|
+
nextPage: '',
|
613
|
+
logic: [],
|
614
|
+
attributes: {},
|
615
|
+
overlay: {
|
616
|
+
style: '',
|
617
|
+
page: '',
|
618
|
+
left: '',
|
619
|
+
top: '',
|
620
|
+
width: '',
|
621
|
+
height: '',
|
622
|
+
},
|
623
|
+
type: 'panel',
|
624
|
+
label: 'Page 2',
|
625
|
+
tabindex: '',
|
626
|
+
dataGridLabel: false,
|
627
|
+
input: false,
|
628
|
+
tableView: false,
|
629
|
+
components: [
|
630
|
+
{
|
631
|
+
label: 'Text Field',
|
632
|
+
labelPosition: 'top',
|
633
|
+
placeholder: '',
|
634
|
+
description: '',
|
635
|
+
tooltip: '',
|
636
|
+
prefix: '',
|
637
|
+
suffix: '',
|
638
|
+
widget: {
|
639
|
+
type: 'input',
|
640
|
+
},
|
641
|
+
inputMask: '',
|
642
|
+
displayMask: '',
|
643
|
+
applyMaskOn: 'change',
|
644
|
+
allowMultipleMasks: false,
|
645
|
+
customClass: '',
|
646
|
+
tabindex: '',
|
647
|
+
autocomplete: '',
|
648
|
+
hidden: false,
|
649
|
+
hideLabel: false,
|
650
|
+
showWordCount: false,
|
651
|
+
showCharCount: false,
|
652
|
+
mask: false,
|
653
|
+
autofocus: false,
|
654
|
+
spellcheck: true,
|
655
|
+
disabled: false,
|
656
|
+
tableView: true,
|
657
|
+
multiple: false,
|
658
|
+
persistent: true,
|
659
|
+
inputFormat: 'plain',
|
660
|
+
protected: false,
|
661
|
+
dbIndex: false,
|
662
|
+
'case': '',
|
663
|
+
truncateMultipleSpaces: false,
|
664
|
+
encrypted: false,
|
665
|
+
redrawOn: '',
|
666
|
+
clearOnHide: true,
|
667
|
+
customDefaultValue: '',
|
668
|
+
calculateValue: '',
|
669
|
+
calculateServer: false,
|
670
|
+
allowCalculateOverride: false,
|
671
|
+
validateOn: 'change',
|
672
|
+
validate: {
|
673
|
+
required: false,
|
674
|
+
pattern: '',
|
675
|
+
customMessage: '',
|
676
|
+
custom: '',
|
677
|
+
customPrivate: false,
|
678
|
+
json: '',
|
679
|
+
minLength: '',
|
680
|
+
maxLength: '',
|
681
|
+
strictDateValidation: false,
|
682
|
+
multiple: false,
|
683
|
+
unique: false,
|
684
|
+
},
|
685
|
+
unique: false,
|
686
|
+
validateWhenHidden: false,
|
687
|
+
errorLabel: '',
|
688
|
+
errors: '',
|
689
|
+
key: 'textField',
|
690
|
+
tags: [],
|
691
|
+
properties: {},
|
692
|
+
conditional: {
|
693
|
+
show: null,
|
694
|
+
when: null,
|
695
|
+
eq: '',
|
696
|
+
json: '',
|
697
|
+
},
|
698
|
+
customConditional: '',
|
699
|
+
logic: [],
|
700
|
+
attributes: {},
|
701
|
+
overlay: {
|
702
|
+
style: '',
|
703
|
+
page: '',
|
704
|
+
left: '',
|
705
|
+
top: '',
|
706
|
+
width: '',
|
707
|
+
height: '',
|
708
|
+
},
|
709
|
+
type: 'textfield',
|
710
|
+
dataGridLabel: false,
|
711
|
+
input: true,
|
712
|
+
refreshOn: '',
|
713
|
+
modalEdit: false,
|
714
|
+
addons: [],
|
715
|
+
inputType: 'text',
|
716
|
+
id: 'e7hk6wk',
|
717
|
+
defaultValue: null,
|
718
|
+
},
|
719
|
+
],
|
720
|
+
placeholder: '',
|
721
|
+
prefix: '',
|
722
|
+
suffix: '',
|
723
|
+
multiple: false,
|
724
|
+
defaultValue: null,
|
725
|
+
protected: false,
|
726
|
+
unique: false,
|
727
|
+
persistent: false,
|
728
|
+
clearOnHide: false,
|
729
|
+
refreshOn: '',
|
730
|
+
redrawOn: '',
|
731
|
+
modalEdit: false,
|
732
|
+
labelPosition: 'top',
|
733
|
+
description: '',
|
734
|
+
errorLabel: '',
|
735
|
+
autofocus: false,
|
736
|
+
dbIndex: false,
|
737
|
+
customDefaultValue: '',
|
738
|
+
calculateValue: '',
|
739
|
+
calculateServer: false,
|
740
|
+
widget: null,
|
741
|
+
validateOn: 'change',
|
742
|
+
validate: {
|
743
|
+
required: false,
|
744
|
+
custom: '',
|
745
|
+
customPrivate: false,
|
746
|
+
strictDateValidation: false,
|
747
|
+
multiple: false,
|
748
|
+
unique: false,
|
749
|
+
},
|
750
|
+
allowCalculateOverride: false,
|
751
|
+
encrypted: false,
|
752
|
+
showCharCount: false,
|
753
|
+
showWordCount: false,
|
754
|
+
allowMultipleMasks: false,
|
755
|
+
addons: [],
|
756
|
+
tree: false,
|
757
|
+
lazyLoad: false,
|
758
|
+
breadcrumb: 'default',
|
759
|
+
id: 'exlwgmp',
|
760
|
+
},
|
761
|
+
],
|
762
|
+
machineName: 'lcdolhkidxuoxnx:fio8760Parent',
|
763
|
+
};
|