@formio/js 5.0.0-rc.73 → 5.0.0-rc.74

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