react-formule 0.1.0 → 1.1.1
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.
- package/LICENSE +21 -0
- package/README.md +157 -2
- package/dist/admin/components/Customize.d.ts +1 -9
- package/dist/admin/components/Draggable.d.ts +1 -1
- package/dist/admin/components/EditablePreview.d.ts +5 -0
- package/dist/admin/components/FormPreview.d.ts +2 -1
- package/dist/admin/components/PropKeyEditorForm.d.ts +1 -1
- package/dist/admin/components/SchemaPreview.d.ts +1 -1
- package/dist/admin/formComponents/ArrayFieldTemplate.d.ts +1 -1
- package/dist/admin/formComponents/FieldTemplate.d.ts +1 -1
- package/dist/admin/formComponents/HoverBox.d.ts +1 -1
- package/dist/admin/formComponents/ObjectFieldTemplate.d.ts +1 -1
- package/dist/admin/formComponents/SortableBox.d.ts +1 -1
- package/dist/admin/formComponents/widgets/SliderWidget.d.ts +1 -1
- package/dist/admin/formComponents/widgets/index.d.ts +1 -1
- package/dist/admin/utils/fieldTypes.d.ts +1145 -256
- package/dist/contexts/CustomizationContext.d.ts +1 -2
- package/dist/exposed.d.ts +9 -6
- package/dist/forms/Form.d.ts +8 -2
- package/dist/forms/fields/base/CodeEditorField.d.ts +8 -0
- package/dist/forms/fields/base/index.d.ts +9 -0
- package/dist/forms/fields/{services → base/services}/Orcid.d.ts +1 -1
- package/dist/forms/fields/{services → base/services}/Ror.d.ts +1 -1
- package/dist/forms/fields/{services → base/services}/Zenodo.d.ts +1 -1
- package/dist/forms/fields/internal/TitleField.d.ts +4 -2
- package/dist/forms/fields/published/CodeEditorField.d.ts +5 -0
- package/dist/forms/fields/published/index.d.ts +5 -0
- package/dist/forms/index.d.ts +1 -1
- package/dist/forms/templates/ArrayFieldTemplates/AccordionArrayFieldTemplate.d.ts +1 -1
- package/dist/forms/templates/ArrayFieldTemplates/ArrayFieldTemplateItem.d.ts +3 -3
- package/dist/forms/templates/ArrayFieldTemplates/ArrayUtils.d.ts +1 -1
- package/dist/forms/templates/ArrayFieldTemplates/EmptyArrayField.d.ts +1 -1
- package/dist/forms/templates/ArrayFieldTemplates/FixedArrayFieldTemplate.d.ts +1 -1
- package/dist/forms/templates/ArrayFieldTemplates/ImportListModal.d.ts +1 -1
- package/dist/forms/templates/ArrayFieldTemplates/LayerArrayFieldTemplate.d.ts +3 -2
- package/dist/forms/templates/ArrayFieldTemplates/NormalArrayFieldTemplate.d.ts +2 -3
- package/dist/forms/templates/ArrayFieldTemplates/index.d.ts +2 -2
- package/dist/forms/templates/Field/FieldHeader.d.ts +5 -2
- package/dist/forms/templates/Field/FieldModal.d.ts +8 -0
- package/dist/forms/templates/Field/FieldTemplate.d.ts +1 -1
- package/dist/forms/templates/Field/WrapIfAdditional.d.ts +1 -1
- package/dist/forms/templates/ObjectFieldTemplate.d.ts +1 -1
- package/dist/forms/templates/Tabs/TabField.d.ts +4 -2
- package/dist/forms/templates/Tabs/TabFieldMenu.d.ts +1 -1
- package/dist/forms/templates/utils/index.d.ts +2 -2
- package/dist/forms/widgets/base/MaskedInput/index.d.ts +1 -0
- package/dist/forms/widgets/{RichEditorPreviewPlugin.d.ts → base/RichEditorPreviewPlugin.d.ts} +2 -2
- package/dist/forms/widgets/{RichEditorWidget.d.ts → base/RichEditorWidget.d.ts} +1 -1
- package/dist/forms/widgets/{SelectWidget.d.ts → base/SelectWidget.d.ts} +1 -1
- package/dist/forms/widgets/{TextWidget.d.ts → base/TextWidget.d.ts} +1 -1
- package/dist/forms/widgets/base/index.d.ts +20 -0
- package/dist/forms/widgets/published/RichEditorWidget.d.ts +10 -0
- package/dist/forms/widgets/published/TextWidget.d.ts +10 -0
- package/dist/forms/widgets/published/UriWidget.d.ts +10 -0
- package/dist/forms/widgets/published/index.d.ts +11 -0
- package/dist/index.d.ts +15 -10
- package/dist/main.d.ts +1 -0
- package/dist/partials/Markdown/Markdown.d.ts +1 -1
- package/dist/partials/Markdown/index.d.ts +1 -1
- package/dist/react-formule.js +138833 -145989
- package/dist/react-formule.umd.cjs +582 -665
- package/dist/store/configureStore.d.ts +5 -5
- package/dist/store/schemaWizard.d.ts +25 -3
- package/dist/utils/CodeDiffViewer.d.ts +8 -0
- package/dist/utils/CodeEditor.d.ts +16 -0
- package/dist/utils/CodeViewer.d.ts +15 -8
- package/dist/utils/index.d.ts +11 -0
- package/package.json +32 -12
- package/dist/forms/fields/index.d.ts +0 -7
- package/dist/forms/widgets/MaskedInput/index.d.ts +0 -1
- package/dist/forms/widgets/index.d.ts +0 -20
- package/dist/logo.png +0 -0
- /package/dist/forms/fields/{IdFetcher.d.ts → base/IdFetcher.d.ts} +0 -0
- /package/dist/forms/fields/{TagsField.d.ts → base/TagsField.d.ts} +0 -0
- /package/dist/forms/fields/{services → base/services}/svg/OrcidSvg.d.ts +0 -0
- /package/dist/forms/fields/{services → base/services}/svg/RorSvg.d.ts +0 -0
- /package/dist/forms/fields/{services → base/services}/svg/ZenodoSvg.d.ts +0 -0
- /package/dist/forms/widgets/{CheckboxWidget.d.ts → base/CheckboxWidget.d.ts} +0 -0
- /package/dist/forms/widgets/{DateWidget.d.ts → base/DateWidget.d.ts} +0 -0
- /package/dist/forms/widgets/{MaskedInput → base/MaskedInput}/MaskedInput.d.ts +0 -0
- /package/dist/forms/widgets/{RequiredWidget.d.ts → base/RequiredWidget.d.ts} +0 -0
- /package/dist/forms/widgets/{SwitchWidget.d.ts → base/SwitchWidget.d.ts} +0 -0
- /package/dist/forms/widgets/{UriWidget.d.ts → base/UriWidget.d.ts} +0 -0
|
@@ -33,8 +33,54 @@ export namespace common {
|
|
|
33
33
|
values: number[];
|
|
34
34
|
labels: string[];
|
|
35
35
|
};
|
|
36
|
+
showAsModal: {
|
|
37
|
+
title: string;
|
|
38
|
+
type: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
dependencies: {
|
|
42
|
+
showAsModal: {
|
|
43
|
+
oneOf: ({
|
|
44
|
+
properties: {
|
|
45
|
+
showAsModal: {
|
|
46
|
+
enum: boolean[];
|
|
47
|
+
};
|
|
48
|
+
modal?: undefined;
|
|
49
|
+
};
|
|
50
|
+
} | {
|
|
51
|
+
properties: {
|
|
52
|
+
showAsModal: {
|
|
53
|
+
enum: boolean[];
|
|
54
|
+
};
|
|
55
|
+
modal: {
|
|
56
|
+
title: string;
|
|
57
|
+
type: string;
|
|
58
|
+
properties: {
|
|
59
|
+
buttonText: {
|
|
60
|
+
title: string;
|
|
61
|
+
type: string;
|
|
62
|
+
};
|
|
63
|
+
modalWidth: {
|
|
64
|
+
title: string;
|
|
65
|
+
type: string;
|
|
66
|
+
};
|
|
67
|
+
buttonInNewLine: {
|
|
68
|
+
title: string;
|
|
69
|
+
type: string;
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
};
|
|
74
|
+
})[];
|
|
75
|
+
required: string[];
|
|
76
|
+
};
|
|
36
77
|
};
|
|
37
78
|
};
|
|
79
|
+
"ui:label": {
|
|
80
|
+
title: string;
|
|
81
|
+
type: string;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
38
84
|
};
|
|
39
85
|
}
|
|
40
86
|
let optionsUiSchemaUiSchema: {
|
|
@@ -42,6 +88,21 @@ export namespace common {
|
|
|
42
88
|
span: {
|
|
43
89
|
"ui:widget": string;
|
|
44
90
|
};
|
|
91
|
+
modal: {
|
|
92
|
+
"ui:options": {
|
|
93
|
+
showAsModal: boolean;
|
|
94
|
+
modal: {
|
|
95
|
+
buttonInNewLine: boolean;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
};
|
|
99
|
+
showAsModal: {
|
|
100
|
+
"ui:widget": string;
|
|
101
|
+
};
|
|
102
|
+
"ui:order": string[];
|
|
103
|
+
};
|
|
104
|
+
"ui:label": {
|
|
105
|
+
"ui:widget": string;
|
|
45
106
|
};
|
|
46
107
|
};
|
|
47
108
|
}
|
|
@@ -119,6 +180,21 @@ export namespace hiddenFields {
|
|
|
119
180
|
span: {
|
|
120
181
|
"ui:widget": string;
|
|
121
182
|
};
|
|
183
|
+
modal: {
|
|
184
|
+
"ui:options": {
|
|
185
|
+
showAsModal: boolean;
|
|
186
|
+
modal: {
|
|
187
|
+
buttonInNewLine: boolean;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
showAsModal: {
|
|
192
|
+
"ui:widget": string;
|
|
193
|
+
};
|
|
194
|
+
"ui:order": string[];
|
|
195
|
+
};
|
|
196
|
+
"ui:label": {
|
|
197
|
+
"ui:widget": string;
|
|
122
198
|
};
|
|
123
199
|
};
|
|
124
200
|
export { optionsUiSchemaUiSchema_1 as optionsUiSchemaUiSchema };
|
|
@@ -189,6 +265,43 @@ declare namespace collections_1 {
|
|
|
189
265
|
"ui:options": {
|
|
190
266
|
type: string;
|
|
191
267
|
title: string;
|
|
268
|
+
dependencies: {
|
|
269
|
+
showAsModal: {
|
|
270
|
+
oneOf: ({
|
|
271
|
+
properties: {
|
|
272
|
+
showAsModal: {
|
|
273
|
+
enum: boolean[];
|
|
274
|
+
};
|
|
275
|
+
modal?: undefined;
|
|
276
|
+
};
|
|
277
|
+
} | {
|
|
278
|
+
properties: {
|
|
279
|
+
showAsModal: {
|
|
280
|
+
enum: boolean[];
|
|
281
|
+
};
|
|
282
|
+
modal: {
|
|
283
|
+
title: string;
|
|
284
|
+
type: string;
|
|
285
|
+
properties: {
|
|
286
|
+
buttonText: {
|
|
287
|
+
title: string;
|
|
288
|
+
type: string;
|
|
289
|
+
};
|
|
290
|
+
modalWidth: {
|
|
291
|
+
title: string;
|
|
292
|
+
type: string;
|
|
293
|
+
};
|
|
294
|
+
buttonInNewLine: {
|
|
295
|
+
title: string;
|
|
296
|
+
type: string;
|
|
297
|
+
};
|
|
298
|
+
};
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
})[];
|
|
302
|
+
required: string[];
|
|
303
|
+
};
|
|
304
|
+
};
|
|
192
305
|
properties: {
|
|
193
306
|
hidden: {
|
|
194
307
|
type: string;
|
|
@@ -202,8 +315,17 @@ declare namespace collections_1 {
|
|
|
202
315
|
values: number[];
|
|
203
316
|
labels: string[];
|
|
204
317
|
};
|
|
318
|
+
showAsModal: {
|
|
319
|
+
title: string;
|
|
320
|
+
type: string;
|
|
321
|
+
};
|
|
205
322
|
};
|
|
206
323
|
};
|
|
324
|
+
"ui:label": {
|
|
325
|
+
title: string;
|
|
326
|
+
type: string;
|
|
327
|
+
default: boolean;
|
|
328
|
+
};
|
|
207
329
|
};
|
|
208
330
|
export { properties_3 as properties };
|
|
209
331
|
}
|
|
@@ -213,6 +335,21 @@ declare namespace collections_1 {
|
|
|
213
335
|
span: {
|
|
214
336
|
"ui:widget": string;
|
|
215
337
|
};
|
|
338
|
+
modal: {
|
|
339
|
+
"ui:options": {
|
|
340
|
+
showAsModal: boolean;
|
|
341
|
+
modal: {
|
|
342
|
+
buttonInNewLine: boolean;
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
};
|
|
346
|
+
showAsModal: {
|
|
347
|
+
"ui:widget": string;
|
|
348
|
+
};
|
|
349
|
+
"ui:order": string[];
|
|
350
|
+
};
|
|
351
|
+
"ui:label": {
|
|
352
|
+
"ui:widget": string;
|
|
216
353
|
};
|
|
217
354
|
};
|
|
218
355
|
export { optionsUiSchemaUiSchema_2 as optionsUiSchemaUiSchema };
|
|
@@ -251,20 +388,87 @@ declare namespace collections_1 {
|
|
|
251
388
|
export { optionsSchema_4 as optionsSchema };
|
|
252
389
|
let optionsSchemaUiSchema_3: {};
|
|
253
390
|
export { optionsSchemaUiSchema_3 as optionsSchemaUiSchema };
|
|
254
|
-
export namespace optionsUiSchema_3 {
|
|
391
|
+
export namespace optionsUiSchema_3 {
|
|
392
|
+
let type_13: string;
|
|
393
|
+
export { type_13 as type };
|
|
394
|
+
let title_17: string;
|
|
395
|
+
export { title_17 as title };
|
|
396
|
+
let properties_6: {
|
|
397
|
+
"ui:options": {
|
|
398
|
+
type: string;
|
|
399
|
+
title: string;
|
|
400
|
+
properties: {
|
|
401
|
+
itemsDisplayTitle: {
|
|
402
|
+
type: string;
|
|
403
|
+
title: string;
|
|
404
|
+
description: string;
|
|
405
|
+
tooltip: string;
|
|
406
|
+
};
|
|
407
|
+
span: {
|
|
408
|
+
title: string;
|
|
409
|
+
type: string;
|
|
410
|
+
defaultValue: number;
|
|
411
|
+
values: number[];
|
|
412
|
+
labels: string[];
|
|
413
|
+
};
|
|
414
|
+
showAsModal: {
|
|
415
|
+
title: string;
|
|
416
|
+
type: string;
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
};
|
|
420
|
+
"ui:label": {
|
|
421
|
+
title: string;
|
|
422
|
+
type: string;
|
|
423
|
+
default: boolean;
|
|
424
|
+
};
|
|
425
|
+
};
|
|
426
|
+
export { properties_6 as properties };
|
|
427
|
+
}
|
|
255
428
|
export { optionsUiSchema_3 as optionsUiSchema };
|
|
256
429
|
let optionsUiSchemaUiSchema_3: {
|
|
257
430
|
"ui:options": {
|
|
431
|
+
itemsDisplayTitle: {
|
|
432
|
+
"ui:options": {
|
|
433
|
+
descriptionIsMarkdown: boolean;
|
|
434
|
+
showAsModal: boolean;
|
|
435
|
+
modal: {
|
|
436
|
+
buttonInNewLine: boolean;
|
|
437
|
+
};
|
|
438
|
+
codeEditor: {
|
|
439
|
+
minimal: boolean;
|
|
440
|
+
language: string;
|
|
441
|
+
extraExtensions: import("@codemirror/state").Extension[];
|
|
442
|
+
height: string;
|
|
443
|
+
};
|
|
444
|
+
};
|
|
445
|
+
"ui:field": string;
|
|
446
|
+
};
|
|
258
447
|
span: {
|
|
259
448
|
"ui:widget": string;
|
|
260
449
|
};
|
|
450
|
+
modal: {
|
|
451
|
+
"ui:options": {
|
|
452
|
+
showAsModal: boolean;
|
|
453
|
+
modal: {
|
|
454
|
+
buttonInNewLine: boolean;
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
};
|
|
458
|
+
showAsModal: {
|
|
459
|
+
"ui:widget": string;
|
|
460
|
+
};
|
|
461
|
+
"ui:order": string[];
|
|
462
|
+
};
|
|
463
|
+
"ui:label": {
|
|
464
|
+
"ui:widget": string;
|
|
261
465
|
};
|
|
262
466
|
};
|
|
263
467
|
export { optionsUiSchemaUiSchema_3 as optionsUiSchemaUiSchema };
|
|
264
468
|
namespace _default_2 {
|
|
265
469
|
export namespace schema_2 {
|
|
266
|
-
let
|
|
267
|
-
export {
|
|
470
|
+
let type_14: string;
|
|
471
|
+
export { type_14 as type };
|
|
268
472
|
export let items: {};
|
|
269
473
|
}
|
|
270
474
|
export { schema_2 as schema };
|
|
@@ -274,8 +478,8 @@ declare namespace collections_1 {
|
|
|
274
478
|
export { _default_2 as default };
|
|
275
479
|
}
|
|
276
480
|
namespace accordionObjectField {
|
|
277
|
-
let
|
|
278
|
-
export {
|
|
481
|
+
let title_18: string;
|
|
482
|
+
export { title_18 as title };
|
|
279
483
|
let icon_3: import("react/jsx-runtime").JSX.Element;
|
|
280
484
|
export { icon_3 as icon };
|
|
281
485
|
let description_9: string;
|
|
@@ -283,12 +487,12 @@ declare namespace collections_1 {
|
|
|
283
487
|
let child_3: {};
|
|
284
488
|
export { child_3 as child };
|
|
285
489
|
export namespace optionsSchema_5 {
|
|
286
|
-
let
|
|
287
|
-
export {
|
|
288
|
-
let
|
|
289
|
-
export {
|
|
290
|
-
export namespace
|
|
291
|
-
export {
|
|
490
|
+
let type_15: string;
|
|
491
|
+
export { type_15 as type };
|
|
492
|
+
let title_19: string;
|
|
493
|
+
export { title_19 as title };
|
|
494
|
+
export namespace properties_7 { }
|
|
495
|
+
export { properties_7 as properties };
|
|
292
496
|
}
|
|
293
497
|
export { optionsSchema_5 as optionsSchema };
|
|
294
498
|
let optionsSchemaUiSchema_4: {};
|
|
@@ -300,15 +504,30 @@ declare namespace collections_1 {
|
|
|
300
504
|
span: {
|
|
301
505
|
"ui:widget": string;
|
|
302
506
|
};
|
|
507
|
+
modal: {
|
|
508
|
+
"ui:options": {
|
|
509
|
+
showAsModal: boolean;
|
|
510
|
+
modal: {
|
|
511
|
+
buttonInNewLine: boolean;
|
|
512
|
+
};
|
|
513
|
+
};
|
|
514
|
+
};
|
|
515
|
+
showAsModal: {
|
|
516
|
+
"ui:widget": string;
|
|
517
|
+
};
|
|
518
|
+
"ui:order": string[];
|
|
519
|
+
};
|
|
520
|
+
"ui:label": {
|
|
521
|
+
"ui:widget": string;
|
|
303
522
|
};
|
|
304
523
|
};
|
|
305
524
|
export { optionsUiSchemaUiSchema_4 as optionsUiSchemaUiSchema };
|
|
306
525
|
namespace _default_3 {
|
|
307
526
|
export namespace schema_3 {
|
|
308
|
-
let
|
|
309
|
-
export {
|
|
310
|
-
let
|
|
311
|
-
export {
|
|
527
|
+
let type_16: string;
|
|
528
|
+
export { type_16 as type };
|
|
529
|
+
let properties_8: {};
|
|
530
|
+
export { properties_8 as properties };
|
|
312
531
|
}
|
|
313
532
|
export { schema_3 as schema };
|
|
314
533
|
let uiSchema_3: {
|
|
@@ -319,8 +538,8 @@ declare namespace collections_1 {
|
|
|
319
538
|
export { _default_3 as default };
|
|
320
539
|
}
|
|
321
540
|
namespace tabView {
|
|
322
|
-
let
|
|
323
|
-
export {
|
|
541
|
+
let title_20: string;
|
|
542
|
+
export { title_20 as title };
|
|
324
543
|
let icon_4: import("react/jsx-runtime").JSX.Element;
|
|
325
544
|
export { icon_4 as icon };
|
|
326
545
|
let description_10: string;
|
|
@@ -328,12 +547,12 @@ declare namespace collections_1 {
|
|
|
328
547
|
let child_4: {};
|
|
329
548
|
export { child_4 as child };
|
|
330
549
|
export namespace optionsSchema_6 {
|
|
331
|
-
let
|
|
332
|
-
export {
|
|
333
|
-
let
|
|
334
|
-
export {
|
|
335
|
-
export namespace
|
|
336
|
-
export {
|
|
550
|
+
let type_17: string;
|
|
551
|
+
export { type_17 as type };
|
|
552
|
+
let title_21: string;
|
|
553
|
+
export { title_21 as title };
|
|
554
|
+
export namespace properties_9 { }
|
|
555
|
+
export { properties_9 as properties };
|
|
337
556
|
}
|
|
338
557
|
export { optionsSchema_6 as optionsSchema };
|
|
339
558
|
let optionsSchemaUiSchema_5: {};
|
|
@@ -345,15 +564,30 @@ declare namespace collections_1 {
|
|
|
345
564
|
span: {
|
|
346
565
|
"ui:widget": string;
|
|
347
566
|
};
|
|
567
|
+
modal: {
|
|
568
|
+
"ui:options": {
|
|
569
|
+
showAsModal: boolean;
|
|
570
|
+
modal: {
|
|
571
|
+
buttonInNewLine: boolean;
|
|
572
|
+
};
|
|
573
|
+
};
|
|
574
|
+
};
|
|
575
|
+
showAsModal: {
|
|
576
|
+
"ui:widget": string;
|
|
577
|
+
};
|
|
578
|
+
"ui:order": string[];
|
|
579
|
+
};
|
|
580
|
+
"ui:label": {
|
|
581
|
+
"ui:widget": string;
|
|
348
582
|
};
|
|
349
583
|
};
|
|
350
584
|
export { optionsUiSchemaUiSchema_5 as optionsUiSchemaUiSchema };
|
|
351
585
|
namespace _default_4 {
|
|
352
586
|
export namespace schema_4 {
|
|
353
|
-
let
|
|
354
|
-
export {
|
|
355
|
-
let
|
|
356
|
-
export {
|
|
587
|
+
let type_18: string;
|
|
588
|
+
export { type_18 as type };
|
|
589
|
+
let properties_10: {};
|
|
590
|
+
export { properties_10 as properties };
|
|
357
591
|
}
|
|
358
592
|
export { schema_4 as schema };
|
|
359
593
|
let uiSchema_4: {
|
|
@@ -364,8 +598,8 @@ declare namespace collections_1 {
|
|
|
364
598
|
export { _default_4 as default };
|
|
365
599
|
}
|
|
366
600
|
namespace layerObjectField {
|
|
367
|
-
let
|
|
368
|
-
export {
|
|
601
|
+
let title_22: string;
|
|
602
|
+
export { title_22 as title };
|
|
369
603
|
let icon_5: import("react/jsx-runtime").JSX.Element;
|
|
370
604
|
export { icon_5 as icon };
|
|
371
605
|
let description_11: string;
|
|
@@ -373,12 +607,12 @@ declare namespace collections_1 {
|
|
|
373
607
|
let child_5: {};
|
|
374
608
|
export { child_5 as child };
|
|
375
609
|
export namespace optionsSchema_7 {
|
|
376
|
-
let
|
|
377
|
-
export {
|
|
378
|
-
let
|
|
379
|
-
export {
|
|
380
|
-
export namespace
|
|
381
|
-
export {
|
|
610
|
+
let type_19: string;
|
|
611
|
+
export { type_19 as type };
|
|
612
|
+
let title_23: string;
|
|
613
|
+
export { title_23 as title };
|
|
614
|
+
export namespace properties_11 { }
|
|
615
|
+
export { properties_11 as properties };
|
|
382
616
|
}
|
|
383
617
|
export { optionsSchema_7 as optionsSchema };
|
|
384
618
|
let optionsSchemaUiSchema_6: {};
|
|
@@ -390,15 +624,30 @@ declare namespace collections_1 {
|
|
|
390
624
|
span: {
|
|
391
625
|
"ui:widget": string;
|
|
392
626
|
};
|
|
627
|
+
modal: {
|
|
628
|
+
"ui:options": {
|
|
629
|
+
showAsModal: boolean;
|
|
630
|
+
modal: {
|
|
631
|
+
buttonInNewLine: boolean;
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
};
|
|
635
|
+
showAsModal: {
|
|
636
|
+
"ui:widget": string;
|
|
637
|
+
};
|
|
638
|
+
"ui:order": string[];
|
|
639
|
+
};
|
|
640
|
+
"ui:label": {
|
|
641
|
+
"ui:widget": string;
|
|
393
642
|
};
|
|
394
643
|
};
|
|
395
644
|
export { optionsUiSchemaUiSchema_6 as optionsUiSchemaUiSchema };
|
|
396
645
|
namespace _default_5 {
|
|
397
646
|
export namespace schema_5 {
|
|
398
|
-
let
|
|
399
|
-
export {
|
|
400
|
-
let
|
|
401
|
-
export {
|
|
647
|
+
let type_20: string;
|
|
648
|
+
export { type_20 as type };
|
|
649
|
+
let properties_12: {};
|
|
650
|
+
export { properties_12 as properties };
|
|
402
651
|
}
|
|
403
652
|
export { schema_5 as schema };
|
|
404
653
|
let uiSchema_5: {
|
|
@@ -411,8 +660,8 @@ declare namespace collections_1 {
|
|
|
411
660
|
}
|
|
412
661
|
declare namespace simple_1 {
|
|
413
662
|
export namespace text {
|
|
414
|
-
let
|
|
415
|
-
export {
|
|
663
|
+
let title_24: string;
|
|
664
|
+
export { title_24 as title };
|
|
416
665
|
let icon_6: import("react/jsx-runtime").JSX.Element;
|
|
417
666
|
export { icon_6 as icon };
|
|
418
667
|
let description_12: string;
|
|
@@ -422,18 +671,18 @@ declare namespace simple_1 {
|
|
|
422
671
|
let child_6: {};
|
|
423
672
|
export { child_6 as child };
|
|
424
673
|
export namespace optionsSchema_8 {
|
|
425
|
-
let
|
|
426
|
-
export {
|
|
427
|
-
let
|
|
428
|
-
export {
|
|
429
|
-
export namespace
|
|
674
|
+
let type_21: string;
|
|
675
|
+
export { type_21 as type };
|
|
676
|
+
let title_25: string;
|
|
677
|
+
export { title_25 as title };
|
|
678
|
+
export namespace properties_13 {
|
|
430
679
|
export namespace pattern {
|
|
431
|
-
let
|
|
432
|
-
export {
|
|
680
|
+
let title_26: string;
|
|
681
|
+
export { title_26 as title };
|
|
433
682
|
let description_13: string;
|
|
434
683
|
export { description_13 as description };
|
|
435
|
-
let
|
|
436
|
-
export {
|
|
684
|
+
let type_22: string;
|
|
685
|
+
export { type_22 as type };
|
|
437
686
|
export let format: string;
|
|
438
687
|
}
|
|
439
688
|
import readOnly_4 = readOnly;
|
|
@@ -441,7 +690,7 @@ declare namespace simple_1 {
|
|
|
441
690
|
import isRequired_4 = isRequired;
|
|
442
691
|
export { isRequired_4 as isRequired };
|
|
443
692
|
}
|
|
444
|
-
export {
|
|
693
|
+
export { properties_13 as properties };
|
|
445
694
|
}
|
|
446
695
|
export { optionsSchema_8 as optionsSchema };
|
|
447
696
|
export namespace optionsSchemaUiSchema_7 {
|
|
@@ -456,14 +705,51 @@ declare namespace simple_1 {
|
|
|
456
705
|
}
|
|
457
706
|
export { optionsSchemaUiSchema_7 as optionsSchemaUiSchema };
|
|
458
707
|
export namespace optionsUiSchema_7 {
|
|
459
|
-
let
|
|
460
|
-
export {
|
|
461
|
-
let
|
|
462
|
-
export {
|
|
463
|
-
let
|
|
708
|
+
let type_23: string;
|
|
709
|
+
export { type_23 as type };
|
|
710
|
+
let title_27: string;
|
|
711
|
+
export { title_27 as title };
|
|
712
|
+
let properties_14: {
|
|
464
713
|
"ui:options": {
|
|
465
714
|
type: string;
|
|
466
715
|
title: string;
|
|
716
|
+
dependencies: {
|
|
717
|
+
showAsModal: {
|
|
718
|
+
oneOf: ({
|
|
719
|
+
properties: {
|
|
720
|
+
showAsModal: {
|
|
721
|
+
enum: boolean[];
|
|
722
|
+
};
|
|
723
|
+
modal?: undefined;
|
|
724
|
+
};
|
|
725
|
+
} | {
|
|
726
|
+
properties: {
|
|
727
|
+
showAsModal: {
|
|
728
|
+
enum: boolean[];
|
|
729
|
+
};
|
|
730
|
+
modal: {
|
|
731
|
+
title: string;
|
|
732
|
+
type: string;
|
|
733
|
+
properties: {
|
|
734
|
+
buttonText: {
|
|
735
|
+
title: string;
|
|
736
|
+
type: string;
|
|
737
|
+
};
|
|
738
|
+
modalWidth: {
|
|
739
|
+
title: string;
|
|
740
|
+
type: string;
|
|
741
|
+
};
|
|
742
|
+
buttonInNewLine: {
|
|
743
|
+
title: string;
|
|
744
|
+
type: string;
|
|
745
|
+
};
|
|
746
|
+
};
|
|
747
|
+
};
|
|
748
|
+
};
|
|
749
|
+
})[];
|
|
750
|
+
required: string[];
|
|
751
|
+
};
|
|
752
|
+
};
|
|
467
753
|
properties: {
|
|
468
754
|
suggestions: {
|
|
469
755
|
type: string;
|
|
@@ -477,7 +763,7 @@ declare namespace simple_1 {
|
|
|
477
763
|
mask: {
|
|
478
764
|
type: string;
|
|
479
765
|
title: string;
|
|
480
|
-
|
|
766
|
+
tooltip: string;
|
|
481
767
|
};
|
|
482
768
|
span: {
|
|
483
769
|
title: string;
|
|
@@ -486,10 +772,19 @@ declare namespace simple_1 {
|
|
|
486
772
|
values: number[];
|
|
487
773
|
labels: string[];
|
|
488
774
|
};
|
|
775
|
+
showAsModal: {
|
|
776
|
+
title: string;
|
|
777
|
+
type: string;
|
|
778
|
+
};
|
|
489
779
|
};
|
|
490
780
|
};
|
|
781
|
+
"ui:label": {
|
|
782
|
+
title: string;
|
|
783
|
+
type: string;
|
|
784
|
+
default: boolean;
|
|
785
|
+
};
|
|
491
786
|
};
|
|
492
|
-
export {
|
|
787
|
+
export { properties_14 as properties };
|
|
493
788
|
}
|
|
494
789
|
export { optionsUiSchema_7 as optionsUiSchema };
|
|
495
790
|
let optionsUiSchemaUiSchema_7: {
|
|
@@ -498,18 +793,34 @@ declare namespace simple_1 {
|
|
|
498
793
|
"ui:placeholder": string;
|
|
499
794
|
"ui:options": {
|
|
500
795
|
descriptionIsMarkdown: boolean;
|
|
796
|
+
tooltipIsMarkdown: boolean;
|
|
501
797
|
};
|
|
502
798
|
};
|
|
503
799
|
span: {
|
|
504
800
|
"ui:widget": string;
|
|
505
801
|
};
|
|
802
|
+
modal: {
|
|
803
|
+
"ui:options": {
|
|
804
|
+
showAsModal: boolean;
|
|
805
|
+
modal: {
|
|
806
|
+
buttonInNewLine: boolean;
|
|
807
|
+
};
|
|
808
|
+
};
|
|
809
|
+
};
|
|
810
|
+
showAsModal: {
|
|
811
|
+
"ui:widget": string;
|
|
812
|
+
};
|
|
813
|
+
"ui:order": string[];
|
|
814
|
+
};
|
|
815
|
+
"ui:label": {
|
|
816
|
+
"ui:widget": string;
|
|
506
817
|
};
|
|
507
818
|
};
|
|
508
819
|
export { optionsUiSchemaUiSchema_7 as optionsUiSchemaUiSchema };
|
|
509
820
|
namespace _default_6 {
|
|
510
821
|
export namespace schema_6 {
|
|
511
|
-
let
|
|
512
|
-
export {
|
|
822
|
+
let type_24: string;
|
|
823
|
+
export { type_24 as type };
|
|
513
824
|
}
|
|
514
825
|
export { schema_6 as schema };
|
|
515
826
|
let uiSchema_6: {
|
|
@@ -520,8 +831,8 @@ declare namespace simple_1 {
|
|
|
520
831
|
export { _default_6 as default };
|
|
521
832
|
}
|
|
522
833
|
export namespace textarea {
|
|
523
|
-
let
|
|
524
|
-
export {
|
|
834
|
+
let title_28: string;
|
|
835
|
+
export { title_28 as title };
|
|
525
836
|
let icon_7: import("react/jsx-runtime").JSX.Element;
|
|
526
837
|
export { icon_7 as icon };
|
|
527
838
|
let description_14: string;
|
|
@@ -529,17 +840,17 @@ declare namespace simple_1 {
|
|
|
529
840
|
let child_7: {};
|
|
530
841
|
export { child_7 as child };
|
|
531
842
|
export namespace optionsSchema_9 {
|
|
532
|
-
let
|
|
533
|
-
export {
|
|
534
|
-
let
|
|
535
|
-
export {
|
|
536
|
-
export namespace
|
|
843
|
+
let type_25: string;
|
|
844
|
+
export { type_25 as type };
|
|
845
|
+
let title_29: string;
|
|
846
|
+
export { title_29 as title };
|
|
847
|
+
export namespace properties_15 {
|
|
537
848
|
import readOnly_6 = readOnly;
|
|
538
849
|
export { readOnly_6 as readOnly };
|
|
539
850
|
import isRequired_6 = isRequired;
|
|
540
851
|
export { isRequired_6 as isRequired };
|
|
541
852
|
}
|
|
542
|
-
export {
|
|
853
|
+
export { properties_15 as properties };
|
|
543
854
|
}
|
|
544
855
|
export { optionsSchema_9 as optionsSchema };
|
|
545
856
|
export namespace optionsSchemaUiSchema_8 {
|
|
@@ -550,14 +861,51 @@ declare namespace simple_1 {
|
|
|
550
861
|
}
|
|
551
862
|
export { optionsSchemaUiSchema_8 as optionsSchemaUiSchema };
|
|
552
863
|
export namespace optionsUiSchema_8 {
|
|
553
|
-
let
|
|
554
|
-
export {
|
|
555
|
-
let
|
|
556
|
-
export {
|
|
557
|
-
let
|
|
864
|
+
let type_26: string;
|
|
865
|
+
export { type_26 as type };
|
|
866
|
+
let title_30: string;
|
|
867
|
+
export { title_30 as title };
|
|
868
|
+
let properties_16: {
|
|
558
869
|
"ui:options": {
|
|
559
870
|
type: string;
|
|
560
871
|
title: string;
|
|
872
|
+
dependencies: {
|
|
873
|
+
showAsModal: {
|
|
874
|
+
oneOf: ({
|
|
875
|
+
properties: {
|
|
876
|
+
showAsModal: {
|
|
877
|
+
enum: boolean[];
|
|
878
|
+
};
|
|
879
|
+
modal?: undefined;
|
|
880
|
+
};
|
|
881
|
+
} | {
|
|
882
|
+
properties: {
|
|
883
|
+
showAsModal: {
|
|
884
|
+
enum: boolean[];
|
|
885
|
+
};
|
|
886
|
+
modal: {
|
|
887
|
+
title: string;
|
|
888
|
+
type: string;
|
|
889
|
+
properties: {
|
|
890
|
+
buttonText: {
|
|
891
|
+
title: string;
|
|
892
|
+
type: string;
|
|
893
|
+
};
|
|
894
|
+
modalWidth: {
|
|
895
|
+
title: string;
|
|
896
|
+
type: string;
|
|
897
|
+
};
|
|
898
|
+
buttonInNewLine: {
|
|
899
|
+
title: string;
|
|
900
|
+
type: string;
|
|
901
|
+
};
|
|
902
|
+
};
|
|
903
|
+
};
|
|
904
|
+
};
|
|
905
|
+
})[];
|
|
906
|
+
required: string[];
|
|
907
|
+
};
|
|
908
|
+
};
|
|
561
909
|
properties: {
|
|
562
910
|
rows: {
|
|
563
911
|
title: string;
|
|
@@ -586,10 +934,19 @@ declare namespace simple_1 {
|
|
|
586
934
|
values: number[];
|
|
587
935
|
labels: string[];
|
|
588
936
|
};
|
|
937
|
+
showAsModal: {
|
|
938
|
+
title: string;
|
|
939
|
+
type: string;
|
|
940
|
+
};
|
|
589
941
|
};
|
|
590
942
|
};
|
|
943
|
+
"ui:label": {
|
|
944
|
+
title: string;
|
|
945
|
+
type: string;
|
|
946
|
+
default: boolean;
|
|
947
|
+
};
|
|
591
948
|
};
|
|
592
|
-
export {
|
|
949
|
+
export { properties_16 as properties };
|
|
593
950
|
}
|
|
594
951
|
export { optionsUiSchema_8 as optionsUiSchema };
|
|
595
952
|
let optionsUiSchemaUiSchema_8: {
|
|
@@ -597,13 +954,28 @@ declare namespace simple_1 {
|
|
|
597
954
|
span: {
|
|
598
955
|
"ui:widget": string;
|
|
599
956
|
};
|
|
957
|
+
modal: {
|
|
958
|
+
"ui:options": {
|
|
959
|
+
showAsModal: boolean;
|
|
960
|
+
modal: {
|
|
961
|
+
buttonInNewLine: boolean;
|
|
962
|
+
};
|
|
963
|
+
};
|
|
964
|
+
};
|
|
965
|
+
showAsModal: {
|
|
966
|
+
"ui:widget": string;
|
|
967
|
+
};
|
|
968
|
+
"ui:order": string[];
|
|
969
|
+
};
|
|
970
|
+
"ui:label": {
|
|
971
|
+
"ui:widget": string;
|
|
600
972
|
};
|
|
601
973
|
};
|
|
602
974
|
export { optionsUiSchemaUiSchema_8 as optionsUiSchemaUiSchema };
|
|
603
975
|
namespace _default_7 {
|
|
604
976
|
export namespace schema_7 {
|
|
605
|
-
let
|
|
606
|
-
export {
|
|
977
|
+
let type_27: string;
|
|
978
|
+
export { type_27 as type };
|
|
607
979
|
}
|
|
608
980
|
export { schema_7 as schema };
|
|
609
981
|
let uiSchema_7: {
|
|
@@ -614,8 +986,8 @@ declare namespace simple_1 {
|
|
|
614
986
|
export { _default_7 as default };
|
|
615
987
|
}
|
|
616
988
|
export namespace number {
|
|
617
|
-
let
|
|
618
|
-
export {
|
|
989
|
+
let title_31: string;
|
|
990
|
+
export { title_31 as title };
|
|
619
991
|
let icon_8: import("react/jsx-runtime").JSX.Element;
|
|
620
992
|
export { icon_8 as icon };
|
|
621
993
|
let description_15: string;
|
|
@@ -623,29 +995,29 @@ declare namespace simple_1 {
|
|
|
623
995
|
let child_8: {};
|
|
624
996
|
export { child_8 as child };
|
|
625
997
|
export namespace optionsSchema_10 {
|
|
626
|
-
let
|
|
627
|
-
export {
|
|
628
|
-
let
|
|
629
|
-
export {
|
|
630
|
-
export namespace
|
|
631
|
-
export namespace
|
|
632
|
-
let
|
|
633
|
-
export {
|
|
634
|
-
let
|
|
635
|
-
export {
|
|
998
|
+
let type_28: string;
|
|
999
|
+
export { type_28 as type };
|
|
1000
|
+
let title_32: string;
|
|
1001
|
+
export { title_32 as title };
|
|
1002
|
+
export namespace properties_17 {
|
|
1003
|
+
export namespace type_29 {
|
|
1004
|
+
let title_33: string;
|
|
1005
|
+
export { title_33 as title };
|
|
1006
|
+
let type_30: string;
|
|
1007
|
+
export { type_30 as type };
|
|
636
1008
|
let oneOf_1: {
|
|
637
1009
|
const: string;
|
|
638
1010
|
title: string;
|
|
639
1011
|
}[];
|
|
640
1012
|
export { oneOf_1 as oneOf };
|
|
641
1013
|
}
|
|
642
|
-
export {
|
|
1014
|
+
export { type_29 as type };
|
|
643
1015
|
import readOnly_8 = readOnly;
|
|
644
1016
|
export { readOnly_8 as readOnly };
|
|
645
1017
|
import isRequired_8 = isRequired;
|
|
646
1018
|
export { isRequired_8 as isRequired };
|
|
647
1019
|
}
|
|
648
|
-
export {
|
|
1020
|
+
export { properties_17 as properties };
|
|
649
1021
|
}
|
|
650
1022
|
export { optionsSchema_10 as optionsSchema };
|
|
651
1023
|
export namespace optionsSchemaUiSchema_9 {
|
|
@@ -662,13 +1034,28 @@ declare namespace simple_1 {
|
|
|
662
1034
|
span: {
|
|
663
1035
|
"ui:widget": string;
|
|
664
1036
|
};
|
|
1037
|
+
modal: {
|
|
1038
|
+
"ui:options": {
|
|
1039
|
+
showAsModal: boolean;
|
|
1040
|
+
modal: {
|
|
1041
|
+
buttonInNewLine: boolean;
|
|
1042
|
+
};
|
|
1043
|
+
};
|
|
1044
|
+
};
|
|
1045
|
+
showAsModal: {
|
|
1046
|
+
"ui:widget": string;
|
|
1047
|
+
};
|
|
1048
|
+
"ui:order": string[];
|
|
1049
|
+
};
|
|
1050
|
+
"ui:label": {
|
|
1051
|
+
"ui:widget": string;
|
|
665
1052
|
};
|
|
666
1053
|
};
|
|
667
1054
|
export { optionsUiSchemaUiSchema_9 as optionsUiSchemaUiSchema };
|
|
668
1055
|
namespace _default_8 {
|
|
669
1056
|
export namespace schema_8 {
|
|
670
|
-
let
|
|
671
|
-
export {
|
|
1057
|
+
let type_31: string;
|
|
1058
|
+
export { type_31 as type };
|
|
672
1059
|
}
|
|
673
1060
|
export { schema_8 as schema };
|
|
674
1061
|
let uiSchema_8: {};
|
|
@@ -677,8 +1064,8 @@ declare namespace simple_1 {
|
|
|
677
1064
|
export { _default_8 as default };
|
|
678
1065
|
}
|
|
679
1066
|
export namespace checkbox {
|
|
680
|
-
let
|
|
681
|
-
export {
|
|
1067
|
+
let title_34: string;
|
|
1068
|
+
export { title_34 as title };
|
|
682
1069
|
let icon_9: import("react/jsx-runtime").JSX.Element;
|
|
683
1070
|
export { icon_9 as icon };
|
|
684
1071
|
let description_16: string;
|
|
@@ -686,31 +1073,31 @@ declare namespace simple_1 {
|
|
|
686
1073
|
let child_9: {};
|
|
687
1074
|
export { child_9 as child };
|
|
688
1075
|
export namespace optionsSchema_11 {
|
|
689
|
-
let
|
|
690
|
-
export {
|
|
691
|
-
let
|
|
692
|
-
export {
|
|
693
|
-
export namespace
|
|
694
|
-
export namespace
|
|
695
|
-
let
|
|
696
|
-
export {
|
|
697
|
-
let
|
|
698
|
-
export {
|
|
1076
|
+
let type_32: string;
|
|
1077
|
+
export { type_32 as type };
|
|
1078
|
+
let title_35: string;
|
|
1079
|
+
export { title_35 as title };
|
|
1080
|
+
export namespace properties_18 {
|
|
1081
|
+
export namespace type_33 {
|
|
1082
|
+
let title_36: string;
|
|
1083
|
+
export { title_36 as title };
|
|
1084
|
+
let type_34: string;
|
|
1085
|
+
export { type_34 as type };
|
|
699
1086
|
let oneOf_2: {
|
|
700
1087
|
const: string;
|
|
701
1088
|
title: string;
|
|
702
1089
|
}[];
|
|
703
1090
|
export { oneOf_2 as oneOf };
|
|
704
1091
|
}
|
|
705
|
-
export {
|
|
1092
|
+
export { type_33 as type };
|
|
706
1093
|
import readOnly_10 = readOnly;
|
|
707
1094
|
export { readOnly_10 as readOnly };
|
|
708
1095
|
import isRequired_10 = isRequired;
|
|
709
1096
|
export { isRequired_10 as isRequired };
|
|
710
1097
|
}
|
|
711
|
-
export {
|
|
1098
|
+
export { properties_18 as properties };
|
|
712
1099
|
export namespace dependencies {
|
|
713
|
-
export namespace
|
|
1100
|
+
export namespace type_35 {
|
|
714
1101
|
let oneOf_3: ({
|
|
715
1102
|
properties: {
|
|
716
1103
|
type: {
|
|
@@ -754,7 +1141,7 @@ declare namespace simple_1 {
|
|
|
754
1141
|
})[];
|
|
755
1142
|
export { oneOf_3 as oneOf };
|
|
756
1143
|
}
|
|
757
|
-
export {
|
|
1144
|
+
export { type_35 as type };
|
|
758
1145
|
}
|
|
759
1146
|
}
|
|
760
1147
|
export { optionsSchema_11 as optionsSchema };
|
|
@@ -772,16 +1159,31 @@ declare namespace simple_1 {
|
|
|
772
1159
|
span: {
|
|
773
1160
|
"ui:widget": string;
|
|
774
1161
|
};
|
|
1162
|
+
modal: {
|
|
1163
|
+
"ui:options": {
|
|
1164
|
+
showAsModal: boolean;
|
|
1165
|
+
modal: {
|
|
1166
|
+
buttonInNewLine: boolean;
|
|
1167
|
+
};
|
|
1168
|
+
};
|
|
1169
|
+
};
|
|
1170
|
+
showAsModal: {
|
|
1171
|
+
"ui:widget": string;
|
|
1172
|
+
};
|
|
1173
|
+
"ui:order": string[];
|
|
1174
|
+
};
|
|
1175
|
+
"ui:label": {
|
|
1176
|
+
"ui:widget": string;
|
|
775
1177
|
};
|
|
776
1178
|
};
|
|
777
1179
|
export { optionsUiSchemaUiSchema_10 as optionsUiSchemaUiSchema };
|
|
778
1180
|
namespace _default_9 {
|
|
779
1181
|
export namespace schema_9 {
|
|
780
|
-
let
|
|
781
|
-
export {
|
|
1182
|
+
let type_36: string;
|
|
1183
|
+
export { type_36 as type };
|
|
782
1184
|
export namespace items_1 {
|
|
783
|
-
let
|
|
784
|
-
export {
|
|
1185
|
+
let type_37: string;
|
|
1186
|
+
export { type_37 as type };
|
|
785
1187
|
let _enum: string[];
|
|
786
1188
|
export { _enum as enum };
|
|
787
1189
|
}
|
|
@@ -797,8 +1199,8 @@ declare namespace simple_1 {
|
|
|
797
1199
|
export { _default_9 as default };
|
|
798
1200
|
}
|
|
799
1201
|
export namespace _switch {
|
|
800
|
-
let
|
|
801
|
-
export {
|
|
1202
|
+
let title_37: string;
|
|
1203
|
+
export { title_37 as title };
|
|
802
1204
|
let icon_10: import("react/jsx-runtime").JSX.Element;
|
|
803
1205
|
export { icon_10 as icon };
|
|
804
1206
|
let description_17: string;
|
|
@@ -806,16 +1208,16 @@ declare namespace simple_1 {
|
|
|
806
1208
|
let child_10: {};
|
|
807
1209
|
export { child_10 as child };
|
|
808
1210
|
export namespace optionsSchema_12 {
|
|
809
|
-
let
|
|
810
|
-
export {
|
|
811
|
-
let
|
|
812
|
-
export {
|
|
813
|
-
export namespace
|
|
814
|
-
export namespace
|
|
815
|
-
let
|
|
816
|
-
export {
|
|
817
|
-
let
|
|
818
|
-
export {
|
|
1211
|
+
let type_38: string;
|
|
1212
|
+
export { type_38 as type };
|
|
1213
|
+
let title_38: string;
|
|
1214
|
+
export { title_38 as title };
|
|
1215
|
+
export namespace properties_19 {
|
|
1216
|
+
export namespace type_39 {
|
|
1217
|
+
let type_40: string;
|
|
1218
|
+
export { type_40 as type };
|
|
1219
|
+
let title_39: string;
|
|
1220
|
+
export { title_39 as title };
|
|
819
1221
|
let description_18: string;
|
|
820
1222
|
export { description_18 as description };
|
|
821
1223
|
let oneOf_4: {
|
|
@@ -824,13 +1226,13 @@ declare namespace simple_1 {
|
|
|
824
1226
|
}[];
|
|
825
1227
|
export { oneOf_4 as oneOf };
|
|
826
1228
|
}
|
|
827
|
-
export {
|
|
1229
|
+
export { type_39 as type };
|
|
828
1230
|
import readOnly_12 = readOnly;
|
|
829
1231
|
export { readOnly_12 as readOnly };
|
|
830
1232
|
import isRequired_12 = isRequired;
|
|
831
1233
|
export { isRequired_12 as isRequired };
|
|
832
1234
|
}
|
|
833
|
-
export {
|
|
1235
|
+
export { properties_19 as properties };
|
|
834
1236
|
}
|
|
835
1237
|
export { optionsSchema_12 as optionsSchema };
|
|
836
1238
|
export namespace optionsSchemaUiSchema_11 {
|
|
@@ -841,14 +1243,51 @@ declare namespace simple_1 {
|
|
|
841
1243
|
}
|
|
842
1244
|
export { optionsSchemaUiSchema_11 as optionsSchemaUiSchema };
|
|
843
1245
|
export namespace optionsUiSchema_11 {
|
|
844
|
-
let
|
|
845
|
-
export {
|
|
846
|
-
let
|
|
847
|
-
export {
|
|
848
|
-
let
|
|
1246
|
+
let type_41: string;
|
|
1247
|
+
export { type_41 as type };
|
|
1248
|
+
let title_40: string;
|
|
1249
|
+
export { title_40 as title };
|
|
1250
|
+
let properties_20: {
|
|
849
1251
|
"ui:options": {
|
|
850
1252
|
type: string;
|
|
851
1253
|
title: string;
|
|
1254
|
+
dependencies: {
|
|
1255
|
+
showAsModal: {
|
|
1256
|
+
oneOf: ({
|
|
1257
|
+
properties: {
|
|
1258
|
+
showAsModal: {
|
|
1259
|
+
enum: boolean[];
|
|
1260
|
+
};
|
|
1261
|
+
modal?: undefined;
|
|
1262
|
+
};
|
|
1263
|
+
} | {
|
|
1264
|
+
properties: {
|
|
1265
|
+
showAsModal: {
|
|
1266
|
+
enum: boolean[];
|
|
1267
|
+
};
|
|
1268
|
+
modal: {
|
|
1269
|
+
title: string;
|
|
1270
|
+
type: string;
|
|
1271
|
+
properties: {
|
|
1272
|
+
buttonText: {
|
|
1273
|
+
title: string;
|
|
1274
|
+
type: string;
|
|
1275
|
+
};
|
|
1276
|
+
modalWidth: {
|
|
1277
|
+
title: string;
|
|
1278
|
+
type: string;
|
|
1279
|
+
};
|
|
1280
|
+
buttonInNewLine: {
|
|
1281
|
+
title: string;
|
|
1282
|
+
type: string;
|
|
1283
|
+
};
|
|
1284
|
+
};
|
|
1285
|
+
};
|
|
1286
|
+
};
|
|
1287
|
+
})[];
|
|
1288
|
+
required: string[];
|
|
1289
|
+
};
|
|
1290
|
+
};
|
|
852
1291
|
properties: {
|
|
853
1292
|
falseToUndefined: {
|
|
854
1293
|
type: string;
|
|
@@ -862,10 +1301,19 @@ declare namespace simple_1 {
|
|
|
862
1301
|
values: number[];
|
|
863
1302
|
labels: string[];
|
|
864
1303
|
};
|
|
1304
|
+
showAsModal: {
|
|
1305
|
+
title: string;
|
|
1306
|
+
type: string;
|
|
1307
|
+
};
|
|
865
1308
|
};
|
|
866
1309
|
};
|
|
1310
|
+
"ui:label": {
|
|
1311
|
+
title: string;
|
|
1312
|
+
type: string;
|
|
1313
|
+
default: boolean;
|
|
1314
|
+
};
|
|
867
1315
|
};
|
|
868
|
-
export {
|
|
1316
|
+
export { properties_20 as properties };
|
|
869
1317
|
}
|
|
870
1318
|
export { optionsUiSchema_11 as optionsUiSchema };
|
|
871
1319
|
let optionsUiSchemaUiSchema_11: {
|
|
@@ -873,13 +1321,28 @@ declare namespace simple_1 {
|
|
|
873
1321
|
span: {
|
|
874
1322
|
"ui:widget": string;
|
|
875
1323
|
};
|
|
1324
|
+
modal: {
|
|
1325
|
+
"ui:options": {
|
|
1326
|
+
showAsModal: boolean;
|
|
1327
|
+
modal: {
|
|
1328
|
+
buttonInNewLine: boolean;
|
|
1329
|
+
};
|
|
1330
|
+
};
|
|
1331
|
+
};
|
|
1332
|
+
showAsModal: {
|
|
1333
|
+
"ui:widget": string;
|
|
1334
|
+
};
|
|
1335
|
+
"ui:order": string[];
|
|
1336
|
+
};
|
|
1337
|
+
"ui:label": {
|
|
1338
|
+
"ui:widget": string;
|
|
876
1339
|
};
|
|
877
1340
|
};
|
|
878
1341
|
export { optionsUiSchemaUiSchema_11 as optionsUiSchemaUiSchema };
|
|
879
1342
|
namespace _default_10 {
|
|
880
1343
|
export namespace schema_10 {
|
|
881
|
-
let
|
|
882
|
-
export {
|
|
1344
|
+
let type_42: string;
|
|
1345
|
+
export { type_42 as type };
|
|
883
1346
|
}
|
|
884
1347
|
export { schema_10 as schema };
|
|
885
1348
|
let uiSchema_10: {
|
|
@@ -891,8 +1354,8 @@ declare namespace simple_1 {
|
|
|
891
1354
|
}
|
|
892
1355
|
export { _switch as switch };
|
|
893
1356
|
export namespace radio {
|
|
894
|
-
let
|
|
895
|
-
export {
|
|
1357
|
+
let title_41: string;
|
|
1358
|
+
export { title_41 as title };
|
|
896
1359
|
let icon_11: import("react/jsx-runtime").JSX.Element;
|
|
897
1360
|
export { icon_11 as icon };
|
|
898
1361
|
let description_19: string;
|
|
@@ -900,23 +1363,23 @@ declare namespace simple_1 {
|
|
|
900
1363
|
let child_11: {};
|
|
901
1364
|
export { child_11 as child };
|
|
902
1365
|
export namespace optionsSchema_13 {
|
|
903
|
-
let
|
|
904
|
-
export {
|
|
905
|
-
let
|
|
906
|
-
export {
|
|
907
|
-
export namespace
|
|
1366
|
+
let type_43: string;
|
|
1367
|
+
export { type_43 as type };
|
|
1368
|
+
let title_42: string;
|
|
1369
|
+
export { title_42 as title };
|
|
1370
|
+
export namespace properties_21 {
|
|
908
1371
|
export namespace _enum_1 {
|
|
909
|
-
let
|
|
910
|
-
export {
|
|
911
|
-
let
|
|
912
|
-
export {
|
|
1372
|
+
let title_43: string;
|
|
1373
|
+
export { title_43 as title };
|
|
1374
|
+
let type_44: string;
|
|
1375
|
+
export { type_44 as type };
|
|
913
1376
|
let description_20: string;
|
|
914
1377
|
export { description_20 as description };
|
|
915
1378
|
export namespace items_2 {
|
|
916
|
-
let
|
|
917
|
-
export {
|
|
918
|
-
let
|
|
919
|
-
export {
|
|
1379
|
+
let title_44: string;
|
|
1380
|
+
export { title_44 as title };
|
|
1381
|
+
let type_45: string;
|
|
1382
|
+
export { type_45 as type };
|
|
920
1383
|
}
|
|
921
1384
|
export { items_2 as items };
|
|
922
1385
|
}
|
|
@@ -926,7 +1389,7 @@ declare namespace simple_1 {
|
|
|
926
1389
|
import isRequired_14 = isRequired;
|
|
927
1390
|
export { isRequired_14 as isRequired };
|
|
928
1391
|
}
|
|
929
|
-
export {
|
|
1392
|
+
export { properties_21 as properties };
|
|
930
1393
|
}
|
|
931
1394
|
export { optionsSchema_13 as optionsSchema };
|
|
932
1395
|
export namespace optionsSchemaUiSchema_12 {
|
|
@@ -943,13 +1406,28 @@ declare namespace simple_1 {
|
|
|
943
1406
|
span: {
|
|
944
1407
|
"ui:widget": string;
|
|
945
1408
|
};
|
|
1409
|
+
modal: {
|
|
1410
|
+
"ui:options": {
|
|
1411
|
+
showAsModal: boolean;
|
|
1412
|
+
modal: {
|
|
1413
|
+
buttonInNewLine: boolean;
|
|
1414
|
+
};
|
|
1415
|
+
};
|
|
1416
|
+
};
|
|
1417
|
+
showAsModal: {
|
|
1418
|
+
"ui:widget": string;
|
|
1419
|
+
};
|
|
1420
|
+
"ui:order": string[];
|
|
1421
|
+
};
|
|
1422
|
+
"ui:label": {
|
|
1423
|
+
"ui:widget": string;
|
|
946
1424
|
};
|
|
947
1425
|
};
|
|
948
1426
|
export { optionsUiSchemaUiSchema_12 as optionsUiSchemaUiSchema };
|
|
949
1427
|
namespace _default_11 {
|
|
950
1428
|
export namespace schema_11 {
|
|
951
|
-
let
|
|
952
|
-
export {
|
|
1429
|
+
let type_46: string;
|
|
1430
|
+
export { type_46 as type };
|
|
953
1431
|
let _enum_2: string[];
|
|
954
1432
|
export { _enum_2 as enum };
|
|
955
1433
|
}
|
|
@@ -962,8 +1440,8 @@ declare namespace simple_1 {
|
|
|
962
1440
|
export { _default_11 as default };
|
|
963
1441
|
}
|
|
964
1442
|
export namespace select {
|
|
965
|
-
let
|
|
966
|
-
export {
|
|
1443
|
+
let title_45: string;
|
|
1444
|
+
export { title_45 as title };
|
|
967
1445
|
let icon_12: import("react/jsx-runtime").JSX.Element;
|
|
968
1446
|
export { icon_12 as icon };
|
|
969
1447
|
let description_21: string;
|
|
@@ -971,29 +1449,29 @@ declare namespace simple_1 {
|
|
|
971
1449
|
let child_12: {};
|
|
972
1450
|
export { child_12 as child };
|
|
973
1451
|
export namespace optionsSchema_14 {
|
|
974
|
-
let
|
|
975
|
-
export {
|
|
976
|
-
let
|
|
977
|
-
export {
|
|
978
|
-
export namespace
|
|
979
|
-
export namespace
|
|
980
|
-
let
|
|
981
|
-
export {
|
|
982
|
-
let
|
|
983
|
-
export {
|
|
1452
|
+
let type_47: string;
|
|
1453
|
+
export { type_47 as type };
|
|
1454
|
+
let title_46: string;
|
|
1455
|
+
export { title_46 as title };
|
|
1456
|
+
export namespace properties_22 {
|
|
1457
|
+
export namespace type_48 {
|
|
1458
|
+
let title_47: string;
|
|
1459
|
+
export { title_47 as title };
|
|
1460
|
+
let type_49: string;
|
|
1461
|
+
export { type_49 as type };
|
|
984
1462
|
let oneOf_5: {
|
|
985
1463
|
const: string;
|
|
986
1464
|
title: string;
|
|
987
1465
|
}[];
|
|
988
1466
|
export { oneOf_5 as oneOf };
|
|
989
1467
|
}
|
|
990
|
-
export {
|
|
1468
|
+
export { type_48 as type };
|
|
991
1469
|
import readOnly_16 = readOnly;
|
|
992
1470
|
export { readOnly_16 as readOnly };
|
|
993
1471
|
import isRequired_16 = isRequired;
|
|
994
1472
|
export { isRequired_16 as isRequired };
|
|
995
1473
|
}
|
|
996
|
-
export {
|
|
1474
|
+
export { properties_22 as properties };
|
|
997
1475
|
export let allOf: ({
|
|
998
1476
|
if: {
|
|
999
1477
|
properties: {
|
|
@@ -1060,13 +1538,28 @@ declare namespace simple_1 {
|
|
|
1060
1538
|
span: {
|
|
1061
1539
|
"ui:widget": string;
|
|
1062
1540
|
};
|
|
1541
|
+
modal: {
|
|
1542
|
+
"ui:options": {
|
|
1543
|
+
showAsModal: boolean;
|
|
1544
|
+
modal: {
|
|
1545
|
+
buttonInNewLine: boolean;
|
|
1546
|
+
};
|
|
1547
|
+
};
|
|
1548
|
+
};
|
|
1549
|
+
showAsModal: {
|
|
1550
|
+
"ui:widget": string;
|
|
1551
|
+
};
|
|
1552
|
+
"ui:order": string[];
|
|
1553
|
+
};
|
|
1554
|
+
"ui:label": {
|
|
1555
|
+
"ui:widget": string;
|
|
1063
1556
|
};
|
|
1064
1557
|
};
|
|
1065
1558
|
export { optionsUiSchemaUiSchema_13 as optionsUiSchemaUiSchema };
|
|
1066
1559
|
namespace _default_12 {
|
|
1067
1560
|
export namespace schema_12 {
|
|
1068
|
-
let
|
|
1069
|
-
export {
|
|
1561
|
+
let type_50: string;
|
|
1562
|
+
export { type_50 as type };
|
|
1070
1563
|
let uniqueItems_1: boolean;
|
|
1071
1564
|
export { uniqueItems_1 as uniqueItems };
|
|
1072
1565
|
}
|
|
@@ -1079,8 +1572,8 @@ declare namespace simple_1 {
|
|
|
1079
1572
|
export { _default_12 as default };
|
|
1080
1573
|
}
|
|
1081
1574
|
export namespace date {
|
|
1082
|
-
let
|
|
1083
|
-
export {
|
|
1575
|
+
let title_48: string;
|
|
1576
|
+
export { title_48 as title };
|
|
1084
1577
|
let icon_13: import("react/jsx-runtime").JSX.Element;
|
|
1085
1578
|
export { icon_13 as icon };
|
|
1086
1579
|
let description_22: string;
|
|
@@ -1088,16 +1581,16 @@ declare namespace simple_1 {
|
|
|
1088
1581
|
let child_13: {};
|
|
1089
1582
|
export { child_13 as child };
|
|
1090
1583
|
export namespace optionsSchema_15 {
|
|
1091
|
-
let
|
|
1092
|
-
export {
|
|
1093
|
-
let
|
|
1094
|
-
export {
|
|
1095
|
-
export namespace
|
|
1584
|
+
let type_51: string;
|
|
1585
|
+
export { type_51 as type };
|
|
1586
|
+
let title_49: string;
|
|
1587
|
+
export { title_49 as title };
|
|
1588
|
+
export namespace properties_23 {
|
|
1096
1589
|
export namespace format_1 {
|
|
1097
|
-
let
|
|
1098
|
-
export {
|
|
1099
|
-
let
|
|
1100
|
-
export {
|
|
1590
|
+
let type_52: string;
|
|
1591
|
+
export { type_52 as type };
|
|
1592
|
+
let title_50: string;
|
|
1593
|
+
export { title_50 as title };
|
|
1101
1594
|
let _enum_3: string[];
|
|
1102
1595
|
export { _enum_3 as enum };
|
|
1103
1596
|
let _default_13: string;
|
|
@@ -1105,31 +1598,32 @@ declare namespace simple_1 {
|
|
|
1105
1598
|
}
|
|
1106
1599
|
export { format_1 as format };
|
|
1107
1600
|
export namespace customFormat {
|
|
1108
|
-
let type_52: string;
|
|
1109
|
-
export { type_52 as type };
|
|
1110
|
-
let title_50: string;
|
|
1111
|
-
export { title_50 as title };
|
|
1112
|
-
let description_23: string;
|
|
1113
|
-
export { description_23 as description };
|
|
1114
|
-
}
|
|
1115
|
-
export namespace minDate {
|
|
1116
1601
|
let type_53: string;
|
|
1117
1602
|
export { type_53 as type };
|
|
1118
1603
|
let title_51: string;
|
|
1119
1604
|
export { title_51 as title };
|
|
1605
|
+
let description_23: string;
|
|
1606
|
+
export { description_23 as description };
|
|
1607
|
+
export let tooltip: string;
|
|
1120
1608
|
}
|
|
1121
|
-
export namespace
|
|
1609
|
+
export namespace minDate {
|
|
1122
1610
|
let type_54: string;
|
|
1123
1611
|
export { type_54 as type };
|
|
1124
1612
|
let title_52: string;
|
|
1125
1613
|
export { title_52 as title };
|
|
1126
1614
|
}
|
|
1615
|
+
export namespace maxDate {
|
|
1616
|
+
let type_55: string;
|
|
1617
|
+
export { type_55 as type };
|
|
1618
|
+
let title_53: string;
|
|
1619
|
+
export { title_53 as title };
|
|
1620
|
+
}
|
|
1127
1621
|
import readOnly_18 = readOnly;
|
|
1128
1622
|
export { readOnly_18 as readOnly };
|
|
1129
1623
|
import isRequired_18 = isRequired;
|
|
1130
1624
|
export { isRequired_18 as isRequired };
|
|
1131
1625
|
}
|
|
1132
|
-
export {
|
|
1626
|
+
export { properties_23 as properties };
|
|
1133
1627
|
}
|
|
1134
1628
|
export { optionsSchema_15 as optionsSchema };
|
|
1135
1629
|
export namespace optionsSchemaUiSchema_14 {
|
|
@@ -1137,6 +1631,7 @@ declare namespace simple_1 {
|
|
|
1137
1631
|
"ui:placeholder": string;
|
|
1138
1632
|
"ui:options": {
|
|
1139
1633
|
descriptionIsMarkdown: boolean;
|
|
1634
|
+
tooltipIsMarkdown: boolean;
|
|
1140
1635
|
};
|
|
1141
1636
|
};
|
|
1142
1637
|
export { customFormat_1 as customFormat };
|
|
@@ -1161,13 +1656,28 @@ declare namespace simple_1 {
|
|
|
1161
1656
|
span: {
|
|
1162
1657
|
"ui:widget": string;
|
|
1163
1658
|
};
|
|
1659
|
+
modal: {
|
|
1660
|
+
"ui:options": {
|
|
1661
|
+
showAsModal: boolean;
|
|
1662
|
+
modal: {
|
|
1663
|
+
buttonInNewLine: boolean;
|
|
1664
|
+
};
|
|
1665
|
+
};
|
|
1666
|
+
};
|
|
1667
|
+
showAsModal: {
|
|
1668
|
+
"ui:widget": string;
|
|
1669
|
+
};
|
|
1670
|
+
"ui:order": string[];
|
|
1671
|
+
};
|
|
1672
|
+
"ui:label": {
|
|
1673
|
+
"ui:widget": string;
|
|
1164
1674
|
};
|
|
1165
1675
|
};
|
|
1166
1676
|
export { optionsUiSchemaUiSchema_14 as optionsUiSchemaUiSchema };
|
|
1167
1677
|
namespace _default_14 {
|
|
1168
1678
|
export namespace schema_13 {
|
|
1169
|
-
let
|
|
1170
|
-
export {
|
|
1679
|
+
let type_56: string;
|
|
1680
|
+
export { type_56 as type };
|
|
1171
1681
|
}
|
|
1172
1682
|
export { schema_13 as schema };
|
|
1173
1683
|
let uiSchema_13: {
|
|
@@ -1180,8 +1690,8 @@ declare namespace simple_1 {
|
|
|
1180
1690
|
}
|
|
1181
1691
|
declare namespace advanced_1 {
|
|
1182
1692
|
namespace uri {
|
|
1183
|
-
let
|
|
1184
|
-
export {
|
|
1693
|
+
let title_54: string;
|
|
1694
|
+
export { title_54 as title };
|
|
1185
1695
|
let icon_14: import("react/jsx-runtime").JSX.Element;
|
|
1186
1696
|
export { icon_14 as icon };
|
|
1187
1697
|
let description_24: string;
|
|
@@ -1189,17 +1699,17 @@ declare namespace advanced_1 {
|
|
|
1189
1699
|
let child_14: {};
|
|
1190
1700
|
export { child_14 as child };
|
|
1191
1701
|
export namespace optionsSchema_16 {
|
|
1192
|
-
let
|
|
1193
|
-
export {
|
|
1194
|
-
let
|
|
1195
|
-
export {
|
|
1196
|
-
export namespace
|
|
1702
|
+
let type_57: string;
|
|
1703
|
+
export { type_57 as type };
|
|
1704
|
+
let title_55: string;
|
|
1705
|
+
export { title_55 as title };
|
|
1706
|
+
export namespace properties_24 {
|
|
1197
1707
|
import readOnly_20 = readOnly;
|
|
1198
1708
|
export { readOnly_20 as readOnly };
|
|
1199
1709
|
import isRequired_20 = isRequired;
|
|
1200
1710
|
export { isRequired_20 as isRequired };
|
|
1201
1711
|
}
|
|
1202
|
-
export {
|
|
1712
|
+
export { properties_24 as properties };
|
|
1203
1713
|
}
|
|
1204
1714
|
export { optionsSchema_16 as optionsSchema };
|
|
1205
1715
|
export namespace optionsSchemaUiSchema_15 {
|
|
@@ -1210,14 +1720,51 @@ declare namespace advanced_1 {
|
|
|
1210
1720
|
}
|
|
1211
1721
|
export { optionsSchemaUiSchema_15 as optionsSchemaUiSchema };
|
|
1212
1722
|
export namespace optionsUiSchema_15 {
|
|
1213
|
-
let
|
|
1214
|
-
export {
|
|
1215
|
-
let
|
|
1216
|
-
export {
|
|
1217
|
-
let
|
|
1723
|
+
let type_58: string;
|
|
1724
|
+
export { type_58 as type };
|
|
1725
|
+
let title_56: string;
|
|
1726
|
+
export { title_56 as title };
|
|
1727
|
+
let properties_25: {
|
|
1218
1728
|
"ui:options": {
|
|
1219
1729
|
type: string;
|
|
1220
1730
|
title: string;
|
|
1731
|
+
dependencies: {
|
|
1732
|
+
showAsModal: {
|
|
1733
|
+
oneOf: ({
|
|
1734
|
+
properties: {
|
|
1735
|
+
showAsModal: {
|
|
1736
|
+
enum: boolean[];
|
|
1737
|
+
};
|
|
1738
|
+
modal?: undefined;
|
|
1739
|
+
};
|
|
1740
|
+
} | {
|
|
1741
|
+
properties: {
|
|
1742
|
+
showAsModal: {
|
|
1743
|
+
enum: boolean[];
|
|
1744
|
+
};
|
|
1745
|
+
modal: {
|
|
1746
|
+
title: string;
|
|
1747
|
+
type: string;
|
|
1748
|
+
properties: {
|
|
1749
|
+
buttonText: {
|
|
1750
|
+
title: string;
|
|
1751
|
+
type: string;
|
|
1752
|
+
};
|
|
1753
|
+
modalWidth: {
|
|
1754
|
+
title: string;
|
|
1755
|
+
type: string;
|
|
1756
|
+
};
|
|
1757
|
+
buttonInNewLine: {
|
|
1758
|
+
title: string;
|
|
1759
|
+
type: string;
|
|
1760
|
+
};
|
|
1761
|
+
};
|
|
1762
|
+
};
|
|
1763
|
+
};
|
|
1764
|
+
})[];
|
|
1765
|
+
required: string[];
|
|
1766
|
+
};
|
|
1767
|
+
};
|
|
1221
1768
|
properties: {
|
|
1222
1769
|
suggestions: {
|
|
1223
1770
|
type: string;
|
|
@@ -1231,10 +1778,19 @@ declare namespace advanced_1 {
|
|
|
1231
1778
|
values: number[];
|
|
1232
1779
|
labels: string[];
|
|
1233
1780
|
};
|
|
1781
|
+
showAsModal: {
|
|
1782
|
+
title: string;
|
|
1783
|
+
type: string;
|
|
1784
|
+
};
|
|
1234
1785
|
};
|
|
1235
1786
|
};
|
|
1787
|
+
"ui:label": {
|
|
1788
|
+
title: string;
|
|
1789
|
+
type: string;
|
|
1790
|
+
default: boolean;
|
|
1791
|
+
};
|
|
1236
1792
|
};
|
|
1237
|
-
export {
|
|
1793
|
+
export { properties_25 as properties };
|
|
1238
1794
|
}
|
|
1239
1795
|
export { optionsUiSchema_15 as optionsUiSchema };
|
|
1240
1796
|
let optionsUiSchemaUiSchema_15: {
|
|
@@ -1242,13 +1798,28 @@ declare namespace advanced_1 {
|
|
|
1242
1798
|
span: {
|
|
1243
1799
|
"ui:widget": string;
|
|
1244
1800
|
};
|
|
1801
|
+
modal: {
|
|
1802
|
+
"ui:options": {
|
|
1803
|
+
showAsModal: boolean;
|
|
1804
|
+
modal: {
|
|
1805
|
+
buttonInNewLine: boolean;
|
|
1806
|
+
};
|
|
1807
|
+
};
|
|
1808
|
+
};
|
|
1809
|
+
showAsModal: {
|
|
1810
|
+
"ui:widget": string;
|
|
1811
|
+
};
|
|
1812
|
+
"ui:order": string[];
|
|
1813
|
+
};
|
|
1814
|
+
"ui:label": {
|
|
1815
|
+
"ui:widget": string;
|
|
1245
1816
|
};
|
|
1246
1817
|
};
|
|
1247
1818
|
export { optionsUiSchemaUiSchema_15 as optionsUiSchemaUiSchema };
|
|
1248
1819
|
namespace _default_15 {
|
|
1249
1820
|
export namespace schema_14 {
|
|
1250
|
-
let
|
|
1251
|
-
export {
|
|
1821
|
+
let type_59: string;
|
|
1822
|
+
export { type_59 as type };
|
|
1252
1823
|
let format_2: string;
|
|
1253
1824
|
export { format_2 as format };
|
|
1254
1825
|
}
|
|
@@ -1261,8 +1832,8 @@ declare namespace advanced_1 {
|
|
|
1261
1832
|
export { _default_15 as default };
|
|
1262
1833
|
}
|
|
1263
1834
|
namespace richeditor {
|
|
1264
|
-
let
|
|
1265
|
-
export {
|
|
1835
|
+
let title_57: string;
|
|
1836
|
+
export { title_57 as title };
|
|
1266
1837
|
let icon_15: import("react/jsx-runtime").JSX.Element;
|
|
1267
1838
|
export { icon_15 as icon };
|
|
1268
1839
|
let description_25: string;
|
|
@@ -1270,17 +1841,17 @@ declare namespace advanced_1 {
|
|
|
1270
1841
|
let child_15: {};
|
|
1271
1842
|
export { child_15 as child };
|
|
1272
1843
|
export namespace optionsSchema_17 {
|
|
1273
|
-
let
|
|
1274
|
-
export {
|
|
1275
|
-
let
|
|
1276
|
-
export {
|
|
1277
|
-
export namespace
|
|
1844
|
+
let type_60: string;
|
|
1845
|
+
export { type_60 as type };
|
|
1846
|
+
let title_58: string;
|
|
1847
|
+
export { title_58 as title };
|
|
1848
|
+
export namespace properties_26 {
|
|
1278
1849
|
import readOnly_22 = readOnly;
|
|
1279
1850
|
export { readOnly_22 as readOnly };
|
|
1280
1851
|
import isRequired_22 = isRequired;
|
|
1281
1852
|
export { isRequired_22 as isRequired };
|
|
1282
1853
|
}
|
|
1283
|
-
export {
|
|
1854
|
+
export { properties_26 as properties };
|
|
1284
1855
|
}
|
|
1285
1856
|
export { optionsSchema_17 as optionsSchema };
|
|
1286
1857
|
export namespace optionsSchemaUiSchema_16 {
|
|
@@ -1297,13 +1868,28 @@ declare namespace advanced_1 {
|
|
|
1297
1868
|
span: {
|
|
1298
1869
|
"ui:widget": string;
|
|
1299
1870
|
};
|
|
1871
|
+
modal: {
|
|
1872
|
+
"ui:options": {
|
|
1873
|
+
showAsModal: boolean;
|
|
1874
|
+
modal: {
|
|
1875
|
+
buttonInNewLine: boolean;
|
|
1876
|
+
};
|
|
1877
|
+
};
|
|
1878
|
+
};
|
|
1879
|
+
showAsModal: {
|
|
1880
|
+
"ui:widget": string;
|
|
1881
|
+
};
|
|
1882
|
+
"ui:order": string[];
|
|
1883
|
+
};
|
|
1884
|
+
"ui:label": {
|
|
1885
|
+
"ui:widget": string;
|
|
1300
1886
|
};
|
|
1301
1887
|
};
|
|
1302
1888
|
export { optionsUiSchemaUiSchema_16 as optionsUiSchemaUiSchema };
|
|
1303
1889
|
namespace _default_16 {
|
|
1304
1890
|
export namespace schema_15 {
|
|
1305
|
-
let
|
|
1306
|
-
export {
|
|
1891
|
+
let type_61: string;
|
|
1892
|
+
export { type_61 as type };
|
|
1307
1893
|
}
|
|
1308
1894
|
export { schema_15 as schema };
|
|
1309
1895
|
let uiSchema_15: {
|
|
@@ -1314,8 +1900,8 @@ declare namespace advanced_1 {
|
|
|
1314
1900
|
export { _default_16 as default };
|
|
1315
1901
|
}
|
|
1316
1902
|
namespace tags {
|
|
1317
|
-
let
|
|
1318
|
-
export {
|
|
1903
|
+
let title_59: string;
|
|
1904
|
+
export { title_59 as title };
|
|
1319
1905
|
let icon_16: import("react/jsx-runtime").JSX.Element;
|
|
1320
1906
|
export { icon_16 as icon };
|
|
1321
1907
|
let description_26: string;
|
|
@@ -1323,24 +1909,24 @@ declare namespace advanced_1 {
|
|
|
1323
1909
|
let child_16: {};
|
|
1324
1910
|
export { child_16 as child };
|
|
1325
1911
|
export namespace optionsSchema_18 {
|
|
1326
|
-
let
|
|
1327
|
-
export {
|
|
1328
|
-
let
|
|
1329
|
-
export {
|
|
1330
|
-
export namespace
|
|
1912
|
+
let title_60: string;
|
|
1913
|
+
export { title_60 as title };
|
|
1914
|
+
let type_62: string;
|
|
1915
|
+
export { type_62 as type };
|
|
1916
|
+
export namespace properties_27 {
|
|
1331
1917
|
export namespace tagPattern {
|
|
1332
|
-
let type_62: string;
|
|
1333
|
-
export { type_62 as type };
|
|
1334
|
-
let title_60: string;
|
|
1335
|
-
export { title_60 as title };
|
|
1336
|
-
let description_27: string;
|
|
1337
|
-
export { description_27 as description };
|
|
1338
|
-
}
|
|
1339
|
-
export namespace tagPatternErrorMessage {
|
|
1340
1918
|
let type_63: string;
|
|
1341
1919
|
export { type_63 as type };
|
|
1342
1920
|
let title_61: string;
|
|
1343
1921
|
export { title_61 as title };
|
|
1922
|
+
let description_27: string;
|
|
1923
|
+
export { description_27 as description };
|
|
1924
|
+
}
|
|
1925
|
+
export namespace tagPatternErrorMessage {
|
|
1926
|
+
let type_64: string;
|
|
1927
|
+
export { type_64 as type };
|
|
1928
|
+
let title_62: string;
|
|
1929
|
+
export { title_62 as title };
|
|
1344
1930
|
let description_28: string;
|
|
1345
1931
|
export { description_28 as description };
|
|
1346
1932
|
}
|
|
@@ -1349,7 +1935,7 @@ declare namespace advanced_1 {
|
|
|
1349
1935
|
import isRequired_24 = isRequired;
|
|
1350
1936
|
export { isRequired_24 as isRequired };
|
|
1351
1937
|
}
|
|
1352
|
-
export {
|
|
1938
|
+
export { properties_27 as properties };
|
|
1353
1939
|
}
|
|
1354
1940
|
export { optionsSchema_18 as optionsSchema };
|
|
1355
1941
|
export namespace optionsSchemaUiSchema_17 {
|
|
@@ -1366,16 +1952,31 @@ declare namespace advanced_1 {
|
|
|
1366
1952
|
span: {
|
|
1367
1953
|
"ui:widget": string;
|
|
1368
1954
|
};
|
|
1955
|
+
modal: {
|
|
1956
|
+
"ui:options": {
|
|
1957
|
+
showAsModal: boolean;
|
|
1958
|
+
modal: {
|
|
1959
|
+
buttonInNewLine: boolean;
|
|
1960
|
+
};
|
|
1961
|
+
};
|
|
1962
|
+
};
|
|
1963
|
+
showAsModal: {
|
|
1964
|
+
"ui:widget": string;
|
|
1965
|
+
};
|
|
1966
|
+
"ui:order": string[];
|
|
1967
|
+
};
|
|
1968
|
+
"ui:label": {
|
|
1969
|
+
"ui:widget": string;
|
|
1369
1970
|
};
|
|
1370
1971
|
};
|
|
1371
1972
|
export { optionsUiSchemaUiSchema_17 as optionsUiSchemaUiSchema };
|
|
1372
1973
|
namespace _default_17 {
|
|
1373
1974
|
export namespace schema_16 {
|
|
1374
|
-
let
|
|
1375
|
-
export {
|
|
1975
|
+
let type_65: string;
|
|
1976
|
+
export { type_65 as type };
|
|
1376
1977
|
export namespace items_3 {
|
|
1377
|
-
let
|
|
1378
|
-
export {
|
|
1978
|
+
let type_66: string;
|
|
1979
|
+
export { type_66 as type };
|
|
1379
1980
|
}
|
|
1380
1981
|
export { items_3 as items };
|
|
1381
1982
|
}
|
|
@@ -1388,8 +1989,8 @@ declare namespace advanced_1 {
|
|
|
1388
1989
|
export { _default_17 as default };
|
|
1389
1990
|
}
|
|
1390
1991
|
namespace idFetcher {
|
|
1391
|
-
let
|
|
1392
|
-
export {
|
|
1992
|
+
let title_63: string;
|
|
1993
|
+
export { title_63 as title };
|
|
1393
1994
|
let icon_17: import("react/jsx-runtime").JSX.Element;
|
|
1394
1995
|
export { icon_17 as icon };
|
|
1395
1996
|
let description_29: string;
|
|
@@ -1397,17 +1998,17 @@ declare namespace advanced_1 {
|
|
|
1397
1998
|
let child_17: {};
|
|
1398
1999
|
export { child_17 as child };
|
|
1399
2000
|
export namespace optionsSchema_19 {
|
|
1400
|
-
let
|
|
1401
|
-
export {
|
|
1402
|
-
let
|
|
1403
|
-
export {
|
|
1404
|
-
export namespace
|
|
2001
|
+
let type_67: string;
|
|
2002
|
+
export { type_67 as type };
|
|
2003
|
+
let title_64: string;
|
|
2004
|
+
export { title_64 as title };
|
|
2005
|
+
export namespace properties_28 {
|
|
1405
2006
|
import readOnly_26 = readOnly;
|
|
1406
2007
|
export { readOnly_26 as readOnly };
|
|
1407
2008
|
import isRequired_26 = isRequired;
|
|
1408
2009
|
export { isRequired_26 as isRequired };
|
|
1409
2010
|
}
|
|
1410
|
-
export {
|
|
2011
|
+
export { properties_28 as properties };
|
|
1411
2012
|
}
|
|
1412
2013
|
export { optionsSchema_19 as optionsSchema };
|
|
1413
2014
|
export namespace optionsSchemaUiSchema_18 {
|
|
@@ -1418,11 +2019,11 @@ declare namespace advanced_1 {
|
|
|
1418
2019
|
}
|
|
1419
2020
|
export { optionsSchemaUiSchema_18 as optionsSchemaUiSchema };
|
|
1420
2021
|
export namespace optionsUiSchema_18 {
|
|
1421
|
-
let
|
|
1422
|
-
export {
|
|
1423
|
-
let
|
|
1424
|
-
export {
|
|
1425
|
-
let
|
|
2022
|
+
let type_68: string;
|
|
2023
|
+
export { type_68 as type };
|
|
2024
|
+
let title_65: string;
|
|
2025
|
+
export { title_65 as title };
|
|
2026
|
+
let properties_29: {
|
|
1426
2027
|
"ui:servicesList": {
|
|
1427
2028
|
title: string;
|
|
1428
2029
|
type: string;
|
|
@@ -1433,7 +2034,7 @@ declare namespace advanced_1 {
|
|
|
1433
2034
|
title: string;
|
|
1434
2035
|
}[];
|
|
1435
2036
|
};
|
|
1436
|
-
uniqueItems:
|
|
2037
|
+
uniqueItems: boolean;
|
|
1437
2038
|
};
|
|
1438
2039
|
"ui:options": {
|
|
1439
2040
|
type: string;
|
|
@@ -1446,10 +2047,56 @@ declare namespace advanced_1 {
|
|
|
1446
2047
|
values: number[];
|
|
1447
2048
|
labels: string[];
|
|
1448
2049
|
};
|
|
2050
|
+
showAsModal: {
|
|
2051
|
+
title: string;
|
|
2052
|
+
type: string;
|
|
2053
|
+
};
|
|
2054
|
+
};
|
|
2055
|
+
dependencies: {
|
|
2056
|
+
showAsModal: {
|
|
2057
|
+
oneOf: ({
|
|
2058
|
+
properties: {
|
|
2059
|
+
showAsModal: {
|
|
2060
|
+
enum: boolean[];
|
|
2061
|
+
};
|
|
2062
|
+
modal?: undefined;
|
|
2063
|
+
};
|
|
2064
|
+
} | {
|
|
2065
|
+
properties: {
|
|
2066
|
+
showAsModal: {
|
|
2067
|
+
enum: boolean[];
|
|
2068
|
+
};
|
|
2069
|
+
modal: {
|
|
2070
|
+
title: string;
|
|
2071
|
+
type: string;
|
|
2072
|
+
properties: {
|
|
2073
|
+
buttonText: {
|
|
2074
|
+
title: string;
|
|
2075
|
+
type: string;
|
|
2076
|
+
};
|
|
2077
|
+
modalWidth: {
|
|
2078
|
+
title: string;
|
|
2079
|
+
type: string;
|
|
2080
|
+
};
|
|
2081
|
+
buttonInNewLine: {
|
|
2082
|
+
title: string;
|
|
2083
|
+
type: string;
|
|
2084
|
+
};
|
|
2085
|
+
};
|
|
2086
|
+
};
|
|
2087
|
+
};
|
|
2088
|
+
})[];
|
|
2089
|
+
required: string[];
|
|
2090
|
+
};
|
|
1449
2091
|
};
|
|
1450
2092
|
};
|
|
2093
|
+
"ui:label": {
|
|
2094
|
+
title: string;
|
|
2095
|
+
type: string;
|
|
2096
|
+
default: boolean;
|
|
2097
|
+
};
|
|
1451
2098
|
};
|
|
1452
|
-
export {
|
|
2099
|
+
export { properties_29 as properties };
|
|
1453
2100
|
}
|
|
1454
2101
|
export { optionsUiSchema_18 as optionsUiSchema };
|
|
1455
2102
|
let optionsUiSchemaUiSchema_18: {
|
|
@@ -1460,15 +2107,30 @@ declare namespace advanced_1 {
|
|
|
1460
2107
|
span: {
|
|
1461
2108
|
"ui:widget": string;
|
|
1462
2109
|
};
|
|
2110
|
+
modal: {
|
|
2111
|
+
"ui:options": {
|
|
2112
|
+
showAsModal: boolean;
|
|
2113
|
+
modal: {
|
|
2114
|
+
buttonInNewLine: boolean;
|
|
2115
|
+
};
|
|
2116
|
+
};
|
|
2117
|
+
};
|
|
2118
|
+
showAsModal: {
|
|
2119
|
+
"ui:widget": string;
|
|
2120
|
+
};
|
|
2121
|
+
"ui:order": string[];
|
|
2122
|
+
};
|
|
2123
|
+
"ui:label": {
|
|
2124
|
+
"ui:widget": string;
|
|
1463
2125
|
};
|
|
1464
2126
|
};
|
|
1465
2127
|
export { optionsUiSchemaUiSchema_18 as optionsUiSchemaUiSchema };
|
|
1466
2128
|
namespace _default_18 {
|
|
1467
2129
|
export namespace schema_17 {
|
|
1468
|
-
let
|
|
1469
|
-
export {
|
|
1470
|
-
let
|
|
1471
|
-
export {
|
|
2130
|
+
let type_69: string;
|
|
2131
|
+
export { type_69 as type };
|
|
2132
|
+
let properties_30: {};
|
|
2133
|
+
export { properties_30 as properties };
|
|
1472
2134
|
}
|
|
1473
2135
|
export { schema_17 as schema };
|
|
1474
2136
|
let uiSchema_17: {
|
|
@@ -1479,4 +2141,231 @@ declare namespace advanced_1 {
|
|
|
1479
2141
|
}
|
|
1480
2142
|
export { _default_18 as default };
|
|
1481
2143
|
}
|
|
2144
|
+
namespace codeEditor {
|
|
2145
|
+
let title_66: string;
|
|
2146
|
+
export { title_66 as title };
|
|
2147
|
+
let icon_18: import("react/jsx-runtime").JSX.Element;
|
|
2148
|
+
export { icon_18 as icon };
|
|
2149
|
+
let description_30: string;
|
|
2150
|
+
export { description_30 as description };
|
|
2151
|
+
let child_18: {};
|
|
2152
|
+
export { child_18 as child };
|
|
2153
|
+
export namespace optionsSchema_20 {
|
|
2154
|
+
let title_67: string;
|
|
2155
|
+
export { title_67 as title };
|
|
2156
|
+
let type_70: string;
|
|
2157
|
+
export { type_70 as type };
|
|
2158
|
+
export namespace properties_31 {
|
|
2159
|
+
export namespace validateWith {
|
|
2160
|
+
let type_71: string;
|
|
2161
|
+
export { type_71 as type };
|
|
2162
|
+
let title_68: string;
|
|
2163
|
+
export { title_68 as title };
|
|
2164
|
+
let description_31: string;
|
|
2165
|
+
export { description_31 as description };
|
|
2166
|
+
let oneOf_6: {
|
|
2167
|
+
const: string;
|
|
2168
|
+
title: string;
|
|
2169
|
+
}[];
|
|
2170
|
+
export { oneOf_6 as oneOf };
|
|
2171
|
+
}
|
|
2172
|
+
import readOnly_28 = readOnly;
|
|
2173
|
+
export { readOnly_28 as readOnly };
|
|
2174
|
+
import isRequired_28 = isRequired;
|
|
2175
|
+
export { isRequired_28 as isRequired };
|
|
2176
|
+
}
|
|
2177
|
+
export { properties_31 as properties };
|
|
2178
|
+
export namespace dependencies_1 {
|
|
2179
|
+
export namespace validateWith_1 {
|
|
2180
|
+
let oneOf_7: ({
|
|
2181
|
+
properties: {
|
|
2182
|
+
validateWith: {
|
|
2183
|
+
enum: string[];
|
|
2184
|
+
};
|
|
2185
|
+
validateWithUrl: {
|
|
2186
|
+
title: string;
|
|
2187
|
+
type: string;
|
|
2188
|
+
};
|
|
2189
|
+
validateWithJson?: undefined;
|
|
2190
|
+
};
|
|
2191
|
+
} | {
|
|
2192
|
+
properties: {
|
|
2193
|
+
validateWith: {
|
|
2194
|
+
enum: string[];
|
|
2195
|
+
};
|
|
2196
|
+
validateWithJson: {
|
|
2197
|
+
title: string;
|
|
2198
|
+
type: string;
|
|
2199
|
+
};
|
|
2200
|
+
validateWithUrl?: undefined;
|
|
2201
|
+
};
|
|
2202
|
+
} | {
|
|
2203
|
+
properties: {
|
|
2204
|
+
validateWith: {
|
|
2205
|
+
enum: string[];
|
|
2206
|
+
};
|
|
2207
|
+
validateWithUrl?: undefined;
|
|
2208
|
+
validateWithJson?: undefined;
|
|
2209
|
+
};
|
|
2210
|
+
})[];
|
|
2211
|
+
export { oneOf_7 as oneOf };
|
|
2212
|
+
}
|
|
2213
|
+
export { validateWith_1 as validateWith };
|
|
2214
|
+
}
|
|
2215
|
+
export { dependencies_1 as dependencies };
|
|
2216
|
+
}
|
|
2217
|
+
export { optionsSchema_20 as optionsSchema };
|
|
2218
|
+
let optionsSchemaUiSchema_19: {
|
|
2219
|
+
readOnly: {
|
|
2220
|
+
"ui:widget": string;
|
|
2221
|
+
};
|
|
2222
|
+
isRequired: {
|
|
2223
|
+
"ui:widget": string;
|
|
2224
|
+
};
|
|
2225
|
+
validateWithUrl: {
|
|
2226
|
+
"ui:widget": string;
|
|
2227
|
+
};
|
|
2228
|
+
validateWithJson: {
|
|
2229
|
+
"ui:field": string;
|
|
2230
|
+
"ui:options": {
|
|
2231
|
+
showAsModal: boolean;
|
|
2232
|
+
modal: {
|
|
2233
|
+
buttonInNewLine: boolean;
|
|
2234
|
+
modalWidth: string;
|
|
2235
|
+
};
|
|
2236
|
+
codeEditor: {
|
|
2237
|
+
minimal: boolean;
|
|
2238
|
+
language: string;
|
|
2239
|
+
height: string;
|
|
2240
|
+
extraExtensions: import("@codemirror/state").Extension[];
|
|
2241
|
+
};
|
|
2242
|
+
};
|
|
2243
|
+
};
|
|
2244
|
+
"ui:order": string[];
|
|
2245
|
+
};
|
|
2246
|
+
export { optionsSchemaUiSchema_19 as optionsSchemaUiSchema };
|
|
2247
|
+
export namespace optionsUiSchema_19 {
|
|
2248
|
+
let type_72: string;
|
|
2249
|
+
export { type_72 as type };
|
|
2250
|
+
let title_69: string;
|
|
2251
|
+
export { title_69 as title };
|
|
2252
|
+
let properties_32: {
|
|
2253
|
+
"ui:options": {
|
|
2254
|
+
type: string;
|
|
2255
|
+
title: string;
|
|
2256
|
+
dependencies: {
|
|
2257
|
+
showAsModal: {
|
|
2258
|
+
oneOf: ({
|
|
2259
|
+
properties: {
|
|
2260
|
+
showAsModal: {
|
|
2261
|
+
enum: boolean[];
|
|
2262
|
+
};
|
|
2263
|
+
modal?: undefined;
|
|
2264
|
+
};
|
|
2265
|
+
} | {
|
|
2266
|
+
properties: {
|
|
2267
|
+
showAsModal: {
|
|
2268
|
+
enum: boolean[];
|
|
2269
|
+
};
|
|
2270
|
+
modal: {
|
|
2271
|
+
title: string;
|
|
2272
|
+
type: string;
|
|
2273
|
+
properties: {
|
|
2274
|
+
buttonText: {
|
|
2275
|
+
title: string;
|
|
2276
|
+
type: string;
|
|
2277
|
+
};
|
|
2278
|
+
modalWidth: {
|
|
2279
|
+
title: string;
|
|
2280
|
+
type: string;
|
|
2281
|
+
};
|
|
2282
|
+
buttonInNewLine: {
|
|
2283
|
+
title: string;
|
|
2284
|
+
type: string;
|
|
2285
|
+
};
|
|
2286
|
+
};
|
|
2287
|
+
};
|
|
2288
|
+
};
|
|
2289
|
+
})[];
|
|
2290
|
+
required: string[];
|
|
2291
|
+
};
|
|
2292
|
+
};
|
|
2293
|
+
properties: {
|
|
2294
|
+
height: {
|
|
2295
|
+
type: string;
|
|
2296
|
+
title: string;
|
|
2297
|
+
description: string;
|
|
2298
|
+
};
|
|
2299
|
+
language: {
|
|
2300
|
+
type: string;
|
|
2301
|
+
title: string;
|
|
2302
|
+
oneOf: {
|
|
2303
|
+
const: string;
|
|
2304
|
+
title: string;
|
|
2305
|
+
}[];
|
|
2306
|
+
tooltip: string;
|
|
2307
|
+
};
|
|
2308
|
+
span: {
|
|
2309
|
+
title: string;
|
|
2310
|
+
type: string;
|
|
2311
|
+
defaultValue: number;
|
|
2312
|
+
values: number[];
|
|
2313
|
+
labels: string[];
|
|
2314
|
+
};
|
|
2315
|
+
showAsModal: {
|
|
2316
|
+
title: string;
|
|
2317
|
+
type: string;
|
|
2318
|
+
};
|
|
2319
|
+
};
|
|
2320
|
+
};
|
|
2321
|
+
"ui:label": {
|
|
2322
|
+
title: string;
|
|
2323
|
+
type: string;
|
|
2324
|
+
default: boolean;
|
|
2325
|
+
};
|
|
2326
|
+
};
|
|
2327
|
+
export { properties_32 as properties };
|
|
2328
|
+
}
|
|
2329
|
+
export { optionsUiSchema_19 as optionsUiSchema };
|
|
2330
|
+
let optionsUiSchemaUiSchema_19: {
|
|
2331
|
+
"ui:options": {
|
|
2332
|
+
span: {
|
|
2333
|
+
"ui:widget": string;
|
|
2334
|
+
};
|
|
2335
|
+
modal: {
|
|
2336
|
+
"ui:options": {
|
|
2337
|
+
showAsModal: boolean;
|
|
2338
|
+
modal: {
|
|
2339
|
+
buttonInNewLine: boolean;
|
|
2340
|
+
};
|
|
2341
|
+
};
|
|
2342
|
+
};
|
|
2343
|
+
showAsModal: {
|
|
2344
|
+
"ui:widget": string;
|
|
2345
|
+
};
|
|
2346
|
+
"ui:order": string[];
|
|
2347
|
+
};
|
|
2348
|
+
"ui:label": {
|
|
2349
|
+
"ui:widget": string;
|
|
2350
|
+
};
|
|
2351
|
+
};
|
|
2352
|
+
export { optionsUiSchemaUiSchema_19 as optionsUiSchemaUiSchema };
|
|
2353
|
+
namespace _default_19 {
|
|
2354
|
+
export namespace schema_18 {
|
|
2355
|
+
let type_73: string;
|
|
2356
|
+
export { type_73 as type };
|
|
2357
|
+
let validateWith_2: string;
|
|
2358
|
+
export { validateWith_2 as validateWith };
|
|
2359
|
+
}
|
|
2360
|
+
export { schema_18 as schema };
|
|
2361
|
+
let uiSchema_18: {
|
|
2362
|
+
"ui:field": string;
|
|
2363
|
+
"ui:options": {
|
|
2364
|
+
language: string;
|
|
2365
|
+
};
|
|
2366
|
+
};
|
|
2367
|
+
export { uiSchema_18 as uiSchema };
|
|
2368
|
+
}
|
|
2369
|
+
export { _default_19 as default };
|
|
2370
|
+
}
|
|
1482
2371
|
}
|