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