@pie-element/graphing 3.5.4-next.137 → 3.5.4-next.1372
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/CHANGELOG.md +292 -0
- package/configure/CHANGELOG.md +278 -0
- package/configure/lib/configure.js +120 -52
- package/configure/lib/configure.js.map +1 -1
- package/configure/lib/correct-response.js +312 -61
- package/configure/lib/correct-response.js.map +1 -1
- package/configure/lib/defaults.js +256 -11
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/graphing-config.js +266 -178
- package/configure/lib/graphing-config.js.map +1 -1
- package/configure/lib/index.js +63 -18
- package/configure/lib/index.js.map +1 -1
- package/configure/lib/utils.js +94 -0
- package/configure/lib/utils.js.map +1 -0
- package/configure/package.json +6 -5
- package/controller/CHANGELOG.md +84 -0
- package/controller/lib/defaults.js +4 -0
- package/controller/lib/defaults.js.map +1 -1
- package/controller/lib/index.js +25 -23
- package/controller/lib/index.js.map +1 -1
- package/controller/lib/utils.js +8 -6
- package/controller/lib/utils.js.map +1 -1
- package/controller/package.json +1 -1
- package/docs/config-schema.json +1031 -11
- package/docs/config-schema.json.md +717 -10
- package/docs/demo/generate.js +2 -0
- package/docs/pie-schema.json +702 -215
- package/docs/pie-schema.json.md +435 -86
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/main.js +18 -19
- package/lib/main.js.map +1 -1
- package/lib/utils.js +3 -1
- package/lib/utils.js.map +1 -1
- package/package.json +6 -6
package/docs/config-schema.json
CHANGED
|
@@ -4,23 +4,113 @@
|
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
6
6
|
"authoring": {
|
|
7
|
-
"title": "
|
|
7
|
+
"title": "AuthoringConfigProp",
|
|
8
8
|
"type": "object",
|
|
9
9
|
"properties": {
|
|
10
10
|
"settings": {
|
|
11
|
-
"description": "Indicates if the item
|
|
11
|
+
"description": "Indicates if the item is displayed in the Settings Panel",
|
|
12
12
|
"type": "boolean",
|
|
13
13
|
"title": "settings"
|
|
14
14
|
},
|
|
15
15
|
"label": {
|
|
16
|
-
"description": "Indicates the label for the item that
|
|
16
|
+
"description": "Indicates the label for the item that is displayed in the Settings Panel",
|
|
17
17
|
"type": "string",
|
|
18
18
|
"title": "label"
|
|
19
19
|
},
|
|
20
20
|
"enabled": {
|
|
21
|
-
"description": "Indicates
|
|
21
|
+
"description": "Indicates if the Grid Setup Panel is displayed",
|
|
22
22
|
"type": "boolean",
|
|
23
23
|
"title": "enabled"
|
|
24
|
+
},
|
|
25
|
+
"includeAxesEnabled": {
|
|
26
|
+
"description": "Indicates if the \"includeAxes\" toggle is displayed in the Grid Setup Panel",
|
|
27
|
+
"type": "boolean",
|
|
28
|
+
"title": "includeAxesEnabled"
|
|
29
|
+
},
|
|
30
|
+
"standardGridEnabled": {
|
|
31
|
+
"description": "Indicates if the \"standardGrid\" toggle is displayed in the Grid Setup Panel",
|
|
32
|
+
"type": "boolean",
|
|
33
|
+
"title": "standardGridEnabled"
|
|
34
|
+
},
|
|
35
|
+
"min": {
|
|
36
|
+
"title": "GridPanelConfigProp",
|
|
37
|
+
"type": "object",
|
|
38
|
+
"properties": {
|
|
39
|
+
"label": {
|
|
40
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
41
|
+
"type": "string",
|
|
42
|
+
"title": "label"
|
|
43
|
+
},
|
|
44
|
+
"enabled": {
|
|
45
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
46
|
+
"type": "boolean",
|
|
47
|
+
"title": "enabled"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"max": {
|
|
52
|
+
"title": "GridPanelConfigProp",
|
|
53
|
+
"type": "object",
|
|
54
|
+
"properties": {
|
|
55
|
+
"label": {
|
|
56
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
57
|
+
"type": "string",
|
|
58
|
+
"title": "label"
|
|
59
|
+
},
|
|
60
|
+
"enabled": {
|
|
61
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
62
|
+
"type": "boolean",
|
|
63
|
+
"title": "enabled"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
},
|
|
67
|
+
"axisLabel": {
|
|
68
|
+
"title": "GridPanelConfigProp",
|
|
69
|
+
"type": "object",
|
|
70
|
+
"properties": {
|
|
71
|
+
"label": {
|
|
72
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
73
|
+
"type": "string",
|
|
74
|
+
"title": "label"
|
|
75
|
+
},
|
|
76
|
+
"enabled": {
|
|
77
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
78
|
+
"type": "boolean",
|
|
79
|
+
"title": "enabled"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"step": {
|
|
84
|
+
"title": "GridPanelConfigProp",
|
|
85
|
+
"type": "object",
|
|
86
|
+
"properties": {
|
|
87
|
+
"label": {
|
|
88
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
89
|
+
"type": "string",
|
|
90
|
+
"title": "label"
|
|
91
|
+
},
|
|
92
|
+
"enabled": {
|
|
93
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
94
|
+
"type": "boolean",
|
|
95
|
+
"title": "enabled"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
},
|
|
99
|
+
"labelStep": {
|
|
100
|
+
"title": "GridPanelConfigProp",
|
|
101
|
+
"type": "object",
|
|
102
|
+
"properties": {
|
|
103
|
+
"label": {
|
|
104
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
105
|
+
"type": "string",
|
|
106
|
+
"title": "label"
|
|
107
|
+
},
|
|
108
|
+
"enabled": {
|
|
109
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
110
|
+
"type": "boolean",
|
|
111
|
+
"title": "enabled"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
24
114
|
}
|
|
25
115
|
}
|
|
26
116
|
},
|
|
@@ -84,6 +174,14 @@
|
|
|
84
174
|
}
|
|
85
175
|
}
|
|
86
176
|
},
|
|
177
|
+
"availableTools": {
|
|
178
|
+
"description": "Graph toolbar tools configuration",
|
|
179
|
+
"type": "array",
|
|
180
|
+
"items": {
|
|
181
|
+
"type": "string"
|
|
182
|
+
},
|
|
183
|
+
"title": "availableTools"
|
|
184
|
+
},
|
|
87
185
|
"coordinatesOnHover": {
|
|
88
186
|
"title": "ConfigureProp",
|
|
89
187
|
"type": "object",
|
|
@@ -100,6 +198,255 @@
|
|
|
100
198
|
}
|
|
101
199
|
}
|
|
102
200
|
},
|
|
201
|
+
"graphDimensions": {
|
|
202
|
+
"title": "DimensionsConfigProp",
|
|
203
|
+
"type": "object",
|
|
204
|
+
"properties": {
|
|
205
|
+
"settings": {
|
|
206
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
207
|
+
"type": "boolean",
|
|
208
|
+
"title": "settings"
|
|
209
|
+
},
|
|
210
|
+
"label": {
|
|
211
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
212
|
+
"type": "string",
|
|
213
|
+
"title": "label"
|
|
214
|
+
},
|
|
215
|
+
"enabled": {
|
|
216
|
+
"description": "Indicates if the graph dimensions are included in the Grid Setup Panel",
|
|
217
|
+
"type": "boolean",
|
|
218
|
+
"title": "enabled"
|
|
219
|
+
},
|
|
220
|
+
"min": {
|
|
221
|
+
"description": "Indicates the minimum value for the graph width and height",
|
|
222
|
+
"type": "number",
|
|
223
|
+
"title": "min"
|
|
224
|
+
},
|
|
225
|
+
"max": {
|
|
226
|
+
"description": "Indicates the maximum value for the graph width and height",
|
|
227
|
+
"type": "number",
|
|
228
|
+
"title": "max"
|
|
229
|
+
},
|
|
230
|
+
"step": {
|
|
231
|
+
"description": "Indicates the increase/decrease value for the graph width and height",
|
|
232
|
+
"type": "number",
|
|
233
|
+
"title": "step"
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"gridConfigurations": {
|
|
238
|
+
"description": "Grid default configurations",
|
|
239
|
+
"type": "array",
|
|
240
|
+
"items": {
|
|
241
|
+
"title": "GridConfigurationsProp",
|
|
242
|
+
"type": "object",
|
|
243
|
+
"properties": {
|
|
244
|
+
"label": {
|
|
245
|
+
"description": "Indicates the label for the configuration",
|
|
246
|
+
"type": "string",
|
|
247
|
+
"title": "label"
|
|
248
|
+
},
|
|
249
|
+
"arrows": {
|
|
250
|
+
"title": "Arrows",
|
|
251
|
+
"type": "object",
|
|
252
|
+
"properties": {
|
|
253
|
+
"left": {
|
|
254
|
+
"description": "Indicates if left arrow is enabled",
|
|
255
|
+
"type": "boolean",
|
|
256
|
+
"title": "left"
|
|
257
|
+
},
|
|
258
|
+
"right": {
|
|
259
|
+
"description": "Indicates if right arrow is enabled",
|
|
260
|
+
"type": "boolean",
|
|
261
|
+
"title": "right"
|
|
262
|
+
},
|
|
263
|
+
"up": {
|
|
264
|
+
"description": "Indicates if up arrow is enabled",
|
|
265
|
+
"type": "boolean",
|
|
266
|
+
"title": "up"
|
|
267
|
+
},
|
|
268
|
+
"down": {
|
|
269
|
+
"description": "Indicates if down arrow is enabled",
|
|
270
|
+
"type": "boolean",
|
|
271
|
+
"title": "down"
|
|
272
|
+
}
|
|
273
|
+
},
|
|
274
|
+
"required": [
|
|
275
|
+
"down",
|
|
276
|
+
"left",
|
|
277
|
+
"right",
|
|
278
|
+
"up"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
281
|
+
"domain": {
|
|
282
|
+
"title": "GraphSettings",
|
|
283
|
+
"type": "object",
|
|
284
|
+
"properties": {
|
|
285
|
+
"min": {
|
|
286
|
+
"description": "Min value",
|
|
287
|
+
"type": "number",
|
|
288
|
+
"title": "min"
|
|
289
|
+
},
|
|
290
|
+
"max": {
|
|
291
|
+
"description": "Max value",
|
|
292
|
+
"type": "number",
|
|
293
|
+
"title": "max"
|
|
294
|
+
},
|
|
295
|
+
"padding": {
|
|
296
|
+
"description": "Padding value",
|
|
297
|
+
"type": "number",
|
|
298
|
+
"title": "padding"
|
|
299
|
+
},
|
|
300
|
+
"step": {
|
|
301
|
+
"description": "Step value",
|
|
302
|
+
"type": "number",
|
|
303
|
+
"title": "step"
|
|
304
|
+
},
|
|
305
|
+
"labelStep": {
|
|
306
|
+
"description": "Label step value",
|
|
307
|
+
"type": "number",
|
|
308
|
+
"title": "labelStep"
|
|
309
|
+
},
|
|
310
|
+
"axisLabel": {
|
|
311
|
+
"description": "Axis Label",
|
|
312
|
+
"type": "string",
|
|
313
|
+
"title": "axisLabel"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
"required": [
|
|
317
|
+
"axisLabel",
|
|
318
|
+
"labelStep",
|
|
319
|
+
"max",
|
|
320
|
+
"min",
|
|
321
|
+
"padding",
|
|
322
|
+
"step"
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
"graph": {
|
|
326
|
+
"title": "Graph",
|
|
327
|
+
"type": "object",
|
|
328
|
+
"properties": {
|
|
329
|
+
"width": {
|
|
330
|
+
"description": "Width for graph representation",
|
|
331
|
+
"type": "number",
|
|
332
|
+
"title": "width"
|
|
333
|
+
},
|
|
334
|
+
"height": {
|
|
335
|
+
"description": "Height for graph representation",
|
|
336
|
+
"type": "number",
|
|
337
|
+
"title": "height"
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
"required": [
|
|
341
|
+
"height",
|
|
342
|
+
"width"
|
|
343
|
+
]
|
|
344
|
+
},
|
|
345
|
+
"includeAxes": {
|
|
346
|
+
"description": "Indicates if the graph axes and labels are enabled",
|
|
347
|
+
"type": "boolean",
|
|
348
|
+
"title": "includeAxes"
|
|
349
|
+
},
|
|
350
|
+
"labels": {
|
|
351
|
+
"title": "Labels",
|
|
352
|
+
"type": "object",
|
|
353
|
+
"properties": {
|
|
354
|
+
"top": {
|
|
355
|
+
"description": "Label for top side of the graph",
|
|
356
|
+
"type": "string",
|
|
357
|
+
"title": "top"
|
|
358
|
+
},
|
|
359
|
+
"bottom": {
|
|
360
|
+
"description": "Label for bottom side of the graph",
|
|
361
|
+
"type": "string",
|
|
362
|
+
"title": "bottom"
|
|
363
|
+
},
|
|
364
|
+
"left": {
|
|
365
|
+
"description": "Label for left side of the graph",
|
|
366
|
+
"type": "string",
|
|
367
|
+
"title": "left"
|
|
368
|
+
},
|
|
369
|
+
"right": {
|
|
370
|
+
"description": "Label for right side of the graph",
|
|
371
|
+
"type": "string",
|
|
372
|
+
"title": "right"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"required": [
|
|
376
|
+
"bottom",
|
|
377
|
+
"left",
|
|
378
|
+
"right",
|
|
379
|
+
"top"
|
|
380
|
+
]
|
|
381
|
+
},
|
|
382
|
+
"padding": {
|
|
383
|
+
"description": "Indicates if padding is enabled",
|
|
384
|
+
"type": "boolean",
|
|
385
|
+
"title": "padding"
|
|
386
|
+
},
|
|
387
|
+
"range": {
|
|
388
|
+
"title": "GraphSettings",
|
|
389
|
+
"type": "object",
|
|
390
|
+
"properties": {
|
|
391
|
+
"min": {
|
|
392
|
+
"description": "Min value",
|
|
393
|
+
"type": "number",
|
|
394
|
+
"title": "min"
|
|
395
|
+
},
|
|
396
|
+
"max": {
|
|
397
|
+
"description": "Max value",
|
|
398
|
+
"type": "number",
|
|
399
|
+
"title": "max"
|
|
400
|
+
},
|
|
401
|
+
"padding": {
|
|
402
|
+
"description": "Padding value",
|
|
403
|
+
"type": "number",
|
|
404
|
+
"title": "padding"
|
|
405
|
+
},
|
|
406
|
+
"step": {
|
|
407
|
+
"description": "Step value",
|
|
408
|
+
"type": "number",
|
|
409
|
+
"title": "step"
|
|
410
|
+
},
|
|
411
|
+
"labelStep": {
|
|
412
|
+
"description": "Label step value",
|
|
413
|
+
"type": "number",
|
|
414
|
+
"title": "labelStep"
|
|
415
|
+
},
|
|
416
|
+
"axisLabel": {
|
|
417
|
+
"description": "Axis Label",
|
|
418
|
+
"type": "string",
|
|
419
|
+
"title": "axisLabel"
|
|
420
|
+
}
|
|
421
|
+
},
|
|
422
|
+
"required": [
|
|
423
|
+
"axisLabel",
|
|
424
|
+
"labelStep",
|
|
425
|
+
"max",
|
|
426
|
+
"min",
|
|
427
|
+
"padding",
|
|
428
|
+
"step"
|
|
429
|
+
]
|
|
430
|
+
},
|
|
431
|
+
"standardGrid": {
|
|
432
|
+
"description": "Indicates if some domain values will be synched to the range values",
|
|
433
|
+
"type": "boolean",
|
|
434
|
+
"title": "standardGrid"
|
|
435
|
+
},
|
|
436
|
+
"title": {
|
|
437
|
+
"description": "Indicates graph title",
|
|
438
|
+
"type": "string",
|
|
439
|
+
"title": "title"
|
|
440
|
+
}
|
|
441
|
+
},
|
|
442
|
+
"required": [
|
|
443
|
+
"domain",
|
|
444
|
+
"graph",
|
|
445
|
+
"range"
|
|
446
|
+
]
|
|
447
|
+
},
|
|
448
|
+
"title": "gridConfigurations"
|
|
449
|
+
},
|
|
103
450
|
"padding": {
|
|
104
451
|
"title": "ConfigureProp",
|
|
105
452
|
"type": "object",
|
|
@@ -117,9 +464,29 @@
|
|
|
117
464
|
}
|
|
118
465
|
},
|
|
119
466
|
"labels": {
|
|
120
|
-
"title": "
|
|
467
|
+
"title": "LabelsConfigProp",
|
|
121
468
|
"type": "object",
|
|
122
469
|
"properties": {
|
|
470
|
+
"top": {
|
|
471
|
+
"description": "Indicates the placeholder for the top label",
|
|
472
|
+
"type": "string",
|
|
473
|
+
"title": "top"
|
|
474
|
+
},
|
|
475
|
+
"right": {
|
|
476
|
+
"description": "Indicates the placeholder for the right label",
|
|
477
|
+
"type": "string",
|
|
478
|
+
"title": "right"
|
|
479
|
+
},
|
|
480
|
+
"bottom": {
|
|
481
|
+
"description": "Indicates the placeholder for the bottom label",
|
|
482
|
+
"type": "string",
|
|
483
|
+
"title": "bottom"
|
|
484
|
+
},
|
|
485
|
+
"left": {
|
|
486
|
+
"description": "Indicates the placeholder for the left label",
|
|
487
|
+
"type": "string",
|
|
488
|
+
"title": "left"
|
|
489
|
+
},
|
|
123
490
|
"settings": {
|
|
124
491
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
125
492
|
"type": "boolean",
|
|
@@ -129,6 +496,11 @@
|
|
|
129
496
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
130
497
|
"type": "string",
|
|
131
498
|
"title": "label"
|
|
499
|
+
},
|
|
500
|
+
"enabled": {
|
|
501
|
+
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
502
|
+
"type": "boolean",
|
|
503
|
+
"title": "enabled"
|
|
132
504
|
}
|
|
133
505
|
}
|
|
134
506
|
},
|
|
@@ -148,6 +520,22 @@
|
|
|
148
520
|
}
|
|
149
521
|
}
|
|
150
522
|
},
|
|
523
|
+
"spellCheck": {
|
|
524
|
+
"title": "ConfigureProp",
|
|
525
|
+
"type": "object",
|
|
526
|
+
"properties": {
|
|
527
|
+
"settings": {
|
|
528
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
529
|
+
"type": "boolean",
|
|
530
|
+
"title": "settings"
|
|
531
|
+
},
|
|
532
|
+
"label": {
|
|
533
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
534
|
+
"type": "string",
|
|
535
|
+
"title": "label"
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
},
|
|
151
539
|
"rationale": {
|
|
152
540
|
"title": "ConfigureProp",
|
|
153
541
|
"type": "object",
|
|
@@ -213,9 +601,14 @@
|
|
|
213
601
|
}
|
|
214
602
|
},
|
|
215
603
|
"title": {
|
|
216
|
-
"title": "
|
|
604
|
+
"title": "TitleConfigProp",
|
|
217
605
|
"type": "object",
|
|
218
606
|
"properties": {
|
|
607
|
+
"placeholder": {
|
|
608
|
+
"description": "Indicates the placeholder for the title label",
|
|
609
|
+
"type": "string",
|
|
610
|
+
"title": "placeholder"
|
|
611
|
+
},
|
|
219
612
|
"settings": {
|
|
220
613
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
221
614
|
"type": "boolean",
|
|
@@ -233,6 +626,64 @@
|
|
|
233
626
|
}
|
|
234
627
|
}
|
|
235
628
|
},
|
|
629
|
+
"maxImageWidth": {
|
|
630
|
+
"title": "ConfigureMaxImageDimensionsProp",
|
|
631
|
+
"type": "object",
|
|
632
|
+
"properties": {
|
|
633
|
+
"teacherInstructions": {
|
|
634
|
+
"description": "Indicates the max dimension for images in teacher instructions",
|
|
635
|
+
"type": "number",
|
|
636
|
+
"title": "teacherInstructions"
|
|
637
|
+
},
|
|
638
|
+
"prompt": {
|
|
639
|
+
"description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
|
|
640
|
+
"type": "number",
|
|
641
|
+
"title": "prompt"
|
|
642
|
+
},
|
|
643
|
+
"rationale": {
|
|
644
|
+
"description": "Indicates the max dimension for images in rationale",
|
|
645
|
+
"type": "number",
|
|
646
|
+
"title": "rationale"
|
|
647
|
+
}
|
|
648
|
+
}
|
|
649
|
+
},
|
|
650
|
+
"maxImageHeight": {
|
|
651
|
+
"title": "ConfigureMaxImageDimensionsProp",
|
|
652
|
+
"type": "object",
|
|
653
|
+
"properties": {
|
|
654
|
+
"teacherInstructions": {
|
|
655
|
+
"description": "Indicates the max dimension for images in teacher instructions",
|
|
656
|
+
"type": "number",
|
|
657
|
+
"title": "teacherInstructions"
|
|
658
|
+
},
|
|
659
|
+
"prompt": {
|
|
660
|
+
"description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
|
|
661
|
+
"type": "number",
|
|
662
|
+
"title": "prompt"
|
|
663
|
+
},
|
|
664
|
+
"rationale": {
|
|
665
|
+
"description": "Indicates the max dimension for images in rationale",
|
|
666
|
+
"type": "number",
|
|
667
|
+
"title": "rationale"
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
},
|
|
671
|
+
"withRubric": {
|
|
672
|
+
"title": "ConfigureProp",
|
|
673
|
+
"type": "object",
|
|
674
|
+
"properties": {
|
|
675
|
+
"settings": {
|
|
676
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
677
|
+
"type": "boolean",
|
|
678
|
+
"title": "settings"
|
|
679
|
+
},
|
|
680
|
+
"label": {
|
|
681
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
682
|
+
"type": "string",
|
|
683
|
+
"title": "label"
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
},
|
|
236
687
|
"showPrompt": {
|
|
237
688
|
"description": "Determines whether prompt field will be displayed or not",
|
|
238
689
|
"default": true,
|
|
@@ -252,23 +703,132 @@
|
|
|
252
703
|
"title": "settingsPartialScoring"
|
|
253
704
|
}
|
|
254
705
|
},
|
|
706
|
+
"required": [
|
|
707
|
+
"gridConfigurations"
|
|
708
|
+
],
|
|
255
709
|
"definitions": {
|
|
256
|
-
"
|
|
257
|
-
"title": "
|
|
710
|
+
"AuthoringConfigProp": {
|
|
711
|
+
"title": "AuthoringConfigProp",
|
|
258
712
|
"type": "object",
|
|
259
713
|
"properties": {
|
|
260
714
|
"settings": {
|
|
261
|
-
"description": "Indicates if the item
|
|
715
|
+
"description": "Indicates if the item is displayed in the Settings Panel",
|
|
262
716
|
"type": "boolean",
|
|
263
717
|
"title": "settings"
|
|
264
718
|
},
|
|
265
719
|
"label": {
|
|
266
|
-
"description": "Indicates the label for the item that
|
|
720
|
+
"description": "Indicates the label for the item that is displayed in the Settings Panel",
|
|
267
721
|
"type": "string",
|
|
268
722
|
"title": "label"
|
|
269
723
|
},
|
|
270
724
|
"enabled": {
|
|
271
|
-
"description": "Indicates
|
|
725
|
+
"description": "Indicates if the Grid Setup Panel is displayed",
|
|
726
|
+
"type": "boolean",
|
|
727
|
+
"title": "enabled"
|
|
728
|
+
},
|
|
729
|
+
"includeAxesEnabled": {
|
|
730
|
+
"description": "Indicates if the \"includeAxes\" toggle is displayed in the Grid Setup Panel",
|
|
731
|
+
"type": "boolean",
|
|
732
|
+
"title": "includeAxesEnabled"
|
|
733
|
+
},
|
|
734
|
+
"standardGridEnabled": {
|
|
735
|
+
"description": "Indicates if the \"standardGrid\" toggle is displayed in the Grid Setup Panel",
|
|
736
|
+
"type": "boolean",
|
|
737
|
+
"title": "standardGridEnabled"
|
|
738
|
+
},
|
|
739
|
+
"min": {
|
|
740
|
+
"title": "GridPanelConfigProp",
|
|
741
|
+
"type": "object",
|
|
742
|
+
"properties": {
|
|
743
|
+
"label": {
|
|
744
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
745
|
+
"type": "string",
|
|
746
|
+
"title": "label"
|
|
747
|
+
},
|
|
748
|
+
"enabled": {
|
|
749
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
750
|
+
"type": "boolean",
|
|
751
|
+
"title": "enabled"
|
|
752
|
+
}
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
"max": {
|
|
756
|
+
"title": "GridPanelConfigProp",
|
|
757
|
+
"type": "object",
|
|
758
|
+
"properties": {
|
|
759
|
+
"label": {
|
|
760
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
761
|
+
"type": "string",
|
|
762
|
+
"title": "label"
|
|
763
|
+
},
|
|
764
|
+
"enabled": {
|
|
765
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
766
|
+
"type": "boolean",
|
|
767
|
+
"title": "enabled"
|
|
768
|
+
}
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
"axisLabel": {
|
|
772
|
+
"title": "GridPanelConfigProp",
|
|
773
|
+
"type": "object",
|
|
774
|
+
"properties": {
|
|
775
|
+
"label": {
|
|
776
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
777
|
+
"type": "string",
|
|
778
|
+
"title": "label"
|
|
779
|
+
},
|
|
780
|
+
"enabled": {
|
|
781
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
782
|
+
"type": "boolean",
|
|
783
|
+
"title": "enabled"
|
|
784
|
+
}
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"step": {
|
|
788
|
+
"title": "GridPanelConfigProp",
|
|
789
|
+
"type": "object",
|
|
790
|
+
"properties": {
|
|
791
|
+
"label": {
|
|
792
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
793
|
+
"type": "string",
|
|
794
|
+
"title": "label"
|
|
795
|
+
},
|
|
796
|
+
"enabled": {
|
|
797
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
798
|
+
"type": "boolean",
|
|
799
|
+
"title": "enabled"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
},
|
|
803
|
+
"labelStep": {
|
|
804
|
+
"title": "GridPanelConfigProp",
|
|
805
|
+
"type": "object",
|
|
806
|
+
"properties": {
|
|
807
|
+
"label": {
|
|
808
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
809
|
+
"type": "string",
|
|
810
|
+
"title": "label"
|
|
811
|
+
},
|
|
812
|
+
"enabled": {
|
|
813
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
814
|
+
"type": "boolean",
|
|
815
|
+
"title": "enabled"
|
|
816
|
+
}
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
},
|
|
821
|
+
"GridPanelConfigProp": {
|
|
822
|
+
"title": "GridPanelConfigProp",
|
|
823
|
+
"type": "object",
|
|
824
|
+
"properties": {
|
|
825
|
+
"label": {
|
|
826
|
+
"description": "Indicates the label for the item that is displayed in the Grid Setup Panel",
|
|
827
|
+
"type": "string",
|
|
828
|
+
"title": "label"
|
|
829
|
+
},
|
|
830
|
+
"enabled": {
|
|
831
|
+
"description": "Indicates if the item is displayed in the Grid Setup Panel",
|
|
272
832
|
"type": "boolean",
|
|
273
833
|
"title": "enabled"
|
|
274
834
|
}
|
|
@@ -360,6 +920,466 @@
|
|
|
360
920
|
"title": "label"
|
|
361
921
|
}
|
|
362
922
|
}
|
|
923
|
+
},
|
|
924
|
+
"DimensionsConfigProp": {
|
|
925
|
+
"title": "DimensionsConfigProp",
|
|
926
|
+
"type": "object",
|
|
927
|
+
"properties": {
|
|
928
|
+
"settings": {
|
|
929
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
930
|
+
"type": "boolean",
|
|
931
|
+
"title": "settings"
|
|
932
|
+
},
|
|
933
|
+
"label": {
|
|
934
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
935
|
+
"type": "string",
|
|
936
|
+
"title": "label"
|
|
937
|
+
},
|
|
938
|
+
"enabled": {
|
|
939
|
+
"description": "Indicates if the graph dimensions are included in the Grid Setup Panel",
|
|
940
|
+
"type": "boolean",
|
|
941
|
+
"title": "enabled"
|
|
942
|
+
},
|
|
943
|
+
"min": {
|
|
944
|
+
"description": "Indicates the minimum value for the graph width and height",
|
|
945
|
+
"type": "number",
|
|
946
|
+
"title": "min"
|
|
947
|
+
},
|
|
948
|
+
"max": {
|
|
949
|
+
"description": "Indicates the maximum value for the graph width and height",
|
|
950
|
+
"type": "number",
|
|
951
|
+
"title": "max"
|
|
952
|
+
},
|
|
953
|
+
"step": {
|
|
954
|
+
"description": "Indicates the increase/decrease value for the graph width and height",
|
|
955
|
+
"type": "number",
|
|
956
|
+
"title": "step"
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
},
|
|
960
|
+
"GridConfigurationsProp": {
|
|
961
|
+
"title": "GridConfigurationsProp",
|
|
962
|
+
"type": "object",
|
|
963
|
+
"properties": {
|
|
964
|
+
"label": {
|
|
965
|
+
"description": "Indicates the label for the configuration",
|
|
966
|
+
"type": "string",
|
|
967
|
+
"title": "label"
|
|
968
|
+
},
|
|
969
|
+
"arrows": {
|
|
970
|
+
"title": "Arrows",
|
|
971
|
+
"type": "object",
|
|
972
|
+
"properties": {
|
|
973
|
+
"left": {
|
|
974
|
+
"description": "Indicates if left arrow is enabled",
|
|
975
|
+
"type": "boolean",
|
|
976
|
+
"title": "left"
|
|
977
|
+
},
|
|
978
|
+
"right": {
|
|
979
|
+
"description": "Indicates if right arrow is enabled",
|
|
980
|
+
"type": "boolean",
|
|
981
|
+
"title": "right"
|
|
982
|
+
},
|
|
983
|
+
"up": {
|
|
984
|
+
"description": "Indicates if up arrow is enabled",
|
|
985
|
+
"type": "boolean",
|
|
986
|
+
"title": "up"
|
|
987
|
+
},
|
|
988
|
+
"down": {
|
|
989
|
+
"description": "Indicates if down arrow is enabled",
|
|
990
|
+
"type": "boolean",
|
|
991
|
+
"title": "down"
|
|
992
|
+
}
|
|
993
|
+
},
|
|
994
|
+
"required": [
|
|
995
|
+
"down",
|
|
996
|
+
"left",
|
|
997
|
+
"right",
|
|
998
|
+
"up"
|
|
999
|
+
]
|
|
1000
|
+
},
|
|
1001
|
+
"domain": {
|
|
1002
|
+
"title": "GraphSettings",
|
|
1003
|
+
"type": "object",
|
|
1004
|
+
"properties": {
|
|
1005
|
+
"min": {
|
|
1006
|
+
"description": "Min value",
|
|
1007
|
+
"type": "number",
|
|
1008
|
+
"title": "min"
|
|
1009
|
+
},
|
|
1010
|
+
"max": {
|
|
1011
|
+
"description": "Max value",
|
|
1012
|
+
"type": "number",
|
|
1013
|
+
"title": "max"
|
|
1014
|
+
},
|
|
1015
|
+
"padding": {
|
|
1016
|
+
"description": "Padding value",
|
|
1017
|
+
"type": "number",
|
|
1018
|
+
"title": "padding"
|
|
1019
|
+
},
|
|
1020
|
+
"step": {
|
|
1021
|
+
"description": "Step value",
|
|
1022
|
+
"type": "number",
|
|
1023
|
+
"title": "step"
|
|
1024
|
+
},
|
|
1025
|
+
"labelStep": {
|
|
1026
|
+
"description": "Label step value",
|
|
1027
|
+
"type": "number",
|
|
1028
|
+
"title": "labelStep"
|
|
1029
|
+
},
|
|
1030
|
+
"axisLabel": {
|
|
1031
|
+
"description": "Axis Label",
|
|
1032
|
+
"type": "string",
|
|
1033
|
+
"title": "axisLabel"
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
"required": [
|
|
1037
|
+
"axisLabel",
|
|
1038
|
+
"labelStep",
|
|
1039
|
+
"max",
|
|
1040
|
+
"min",
|
|
1041
|
+
"padding",
|
|
1042
|
+
"step"
|
|
1043
|
+
]
|
|
1044
|
+
},
|
|
1045
|
+
"graph": {
|
|
1046
|
+
"title": "Graph",
|
|
1047
|
+
"type": "object",
|
|
1048
|
+
"properties": {
|
|
1049
|
+
"width": {
|
|
1050
|
+
"description": "Width for graph representation",
|
|
1051
|
+
"type": "number",
|
|
1052
|
+
"title": "width"
|
|
1053
|
+
},
|
|
1054
|
+
"height": {
|
|
1055
|
+
"description": "Height for graph representation",
|
|
1056
|
+
"type": "number",
|
|
1057
|
+
"title": "height"
|
|
1058
|
+
}
|
|
1059
|
+
},
|
|
1060
|
+
"required": [
|
|
1061
|
+
"height",
|
|
1062
|
+
"width"
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
"includeAxes": {
|
|
1066
|
+
"description": "Indicates if the graph axes and labels are enabled",
|
|
1067
|
+
"type": "boolean",
|
|
1068
|
+
"title": "includeAxes"
|
|
1069
|
+
},
|
|
1070
|
+
"labels": {
|
|
1071
|
+
"title": "Labels",
|
|
1072
|
+
"type": "object",
|
|
1073
|
+
"properties": {
|
|
1074
|
+
"top": {
|
|
1075
|
+
"description": "Label for top side of the graph",
|
|
1076
|
+
"type": "string",
|
|
1077
|
+
"title": "top"
|
|
1078
|
+
},
|
|
1079
|
+
"bottom": {
|
|
1080
|
+
"description": "Label for bottom side of the graph",
|
|
1081
|
+
"type": "string",
|
|
1082
|
+
"title": "bottom"
|
|
1083
|
+
},
|
|
1084
|
+
"left": {
|
|
1085
|
+
"description": "Label for left side of the graph",
|
|
1086
|
+
"type": "string",
|
|
1087
|
+
"title": "left"
|
|
1088
|
+
},
|
|
1089
|
+
"right": {
|
|
1090
|
+
"description": "Label for right side of the graph",
|
|
1091
|
+
"type": "string",
|
|
1092
|
+
"title": "right"
|
|
1093
|
+
}
|
|
1094
|
+
},
|
|
1095
|
+
"required": [
|
|
1096
|
+
"bottom",
|
|
1097
|
+
"left",
|
|
1098
|
+
"right",
|
|
1099
|
+
"top"
|
|
1100
|
+
]
|
|
1101
|
+
},
|
|
1102
|
+
"padding": {
|
|
1103
|
+
"description": "Indicates if padding is enabled",
|
|
1104
|
+
"type": "boolean",
|
|
1105
|
+
"title": "padding"
|
|
1106
|
+
},
|
|
1107
|
+
"range": {
|
|
1108
|
+
"title": "GraphSettings",
|
|
1109
|
+
"type": "object",
|
|
1110
|
+
"properties": {
|
|
1111
|
+
"min": {
|
|
1112
|
+
"description": "Min value",
|
|
1113
|
+
"type": "number",
|
|
1114
|
+
"title": "min"
|
|
1115
|
+
},
|
|
1116
|
+
"max": {
|
|
1117
|
+
"description": "Max value",
|
|
1118
|
+
"type": "number",
|
|
1119
|
+
"title": "max"
|
|
1120
|
+
},
|
|
1121
|
+
"padding": {
|
|
1122
|
+
"description": "Padding value",
|
|
1123
|
+
"type": "number",
|
|
1124
|
+
"title": "padding"
|
|
1125
|
+
},
|
|
1126
|
+
"step": {
|
|
1127
|
+
"description": "Step value",
|
|
1128
|
+
"type": "number",
|
|
1129
|
+
"title": "step"
|
|
1130
|
+
},
|
|
1131
|
+
"labelStep": {
|
|
1132
|
+
"description": "Label step value",
|
|
1133
|
+
"type": "number",
|
|
1134
|
+
"title": "labelStep"
|
|
1135
|
+
},
|
|
1136
|
+
"axisLabel": {
|
|
1137
|
+
"description": "Axis Label",
|
|
1138
|
+
"type": "string",
|
|
1139
|
+
"title": "axisLabel"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
"required": [
|
|
1143
|
+
"axisLabel",
|
|
1144
|
+
"labelStep",
|
|
1145
|
+
"max",
|
|
1146
|
+
"min",
|
|
1147
|
+
"padding",
|
|
1148
|
+
"step"
|
|
1149
|
+
]
|
|
1150
|
+
},
|
|
1151
|
+
"standardGrid": {
|
|
1152
|
+
"description": "Indicates if some domain values will be synched to the range values",
|
|
1153
|
+
"type": "boolean",
|
|
1154
|
+
"title": "standardGrid"
|
|
1155
|
+
},
|
|
1156
|
+
"title": {
|
|
1157
|
+
"description": "Indicates graph title",
|
|
1158
|
+
"type": "string",
|
|
1159
|
+
"title": "title"
|
|
1160
|
+
}
|
|
1161
|
+
},
|
|
1162
|
+
"required": [
|
|
1163
|
+
"domain",
|
|
1164
|
+
"graph",
|
|
1165
|
+
"range"
|
|
1166
|
+
]
|
|
1167
|
+
},
|
|
1168
|
+
"Arrows": {
|
|
1169
|
+
"title": "Arrows",
|
|
1170
|
+
"type": "object",
|
|
1171
|
+
"properties": {
|
|
1172
|
+
"left": {
|
|
1173
|
+
"description": "Indicates if left arrow is enabled",
|
|
1174
|
+
"type": "boolean",
|
|
1175
|
+
"title": "left"
|
|
1176
|
+
},
|
|
1177
|
+
"right": {
|
|
1178
|
+
"description": "Indicates if right arrow is enabled",
|
|
1179
|
+
"type": "boolean",
|
|
1180
|
+
"title": "right"
|
|
1181
|
+
},
|
|
1182
|
+
"up": {
|
|
1183
|
+
"description": "Indicates if up arrow is enabled",
|
|
1184
|
+
"type": "boolean",
|
|
1185
|
+
"title": "up"
|
|
1186
|
+
},
|
|
1187
|
+
"down": {
|
|
1188
|
+
"description": "Indicates if down arrow is enabled",
|
|
1189
|
+
"type": "boolean",
|
|
1190
|
+
"title": "down"
|
|
1191
|
+
}
|
|
1192
|
+
},
|
|
1193
|
+
"required": [
|
|
1194
|
+
"down",
|
|
1195
|
+
"left",
|
|
1196
|
+
"right",
|
|
1197
|
+
"up"
|
|
1198
|
+
]
|
|
1199
|
+
},
|
|
1200
|
+
"GraphSettings": {
|
|
1201
|
+
"title": "GraphSettings",
|
|
1202
|
+
"type": "object",
|
|
1203
|
+
"properties": {
|
|
1204
|
+
"min": {
|
|
1205
|
+
"description": "Min value",
|
|
1206
|
+
"type": "number",
|
|
1207
|
+
"title": "min"
|
|
1208
|
+
},
|
|
1209
|
+
"max": {
|
|
1210
|
+
"description": "Max value",
|
|
1211
|
+
"type": "number",
|
|
1212
|
+
"title": "max"
|
|
1213
|
+
},
|
|
1214
|
+
"padding": {
|
|
1215
|
+
"description": "Padding value",
|
|
1216
|
+
"type": "number",
|
|
1217
|
+
"title": "padding"
|
|
1218
|
+
},
|
|
1219
|
+
"step": {
|
|
1220
|
+
"description": "Step value",
|
|
1221
|
+
"type": "number",
|
|
1222
|
+
"title": "step"
|
|
1223
|
+
},
|
|
1224
|
+
"labelStep": {
|
|
1225
|
+
"description": "Label step value",
|
|
1226
|
+
"type": "number",
|
|
1227
|
+
"title": "labelStep"
|
|
1228
|
+
},
|
|
1229
|
+
"axisLabel": {
|
|
1230
|
+
"description": "Axis Label",
|
|
1231
|
+
"type": "string",
|
|
1232
|
+
"title": "axisLabel"
|
|
1233
|
+
}
|
|
1234
|
+
},
|
|
1235
|
+
"required": [
|
|
1236
|
+
"axisLabel",
|
|
1237
|
+
"labelStep",
|
|
1238
|
+
"max",
|
|
1239
|
+
"min",
|
|
1240
|
+
"padding",
|
|
1241
|
+
"step"
|
|
1242
|
+
]
|
|
1243
|
+
},
|
|
1244
|
+
"Graph": {
|
|
1245
|
+
"title": "Graph",
|
|
1246
|
+
"type": "object",
|
|
1247
|
+
"properties": {
|
|
1248
|
+
"width": {
|
|
1249
|
+
"description": "Width for graph representation",
|
|
1250
|
+
"type": "number",
|
|
1251
|
+
"title": "width"
|
|
1252
|
+
},
|
|
1253
|
+
"height": {
|
|
1254
|
+
"description": "Height for graph representation",
|
|
1255
|
+
"type": "number",
|
|
1256
|
+
"title": "height"
|
|
1257
|
+
}
|
|
1258
|
+
},
|
|
1259
|
+
"required": [
|
|
1260
|
+
"height",
|
|
1261
|
+
"width"
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
"Labels": {
|
|
1265
|
+
"title": "Labels",
|
|
1266
|
+
"type": "object",
|
|
1267
|
+
"properties": {
|
|
1268
|
+
"top": {
|
|
1269
|
+
"description": "Label for top side of the graph",
|
|
1270
|
+
"type": "string",
|
|
1271
|
+
"title": "top"
|
|
1272
|
+
},
|
|
1273
|
+
"bottom": {
|
|
1274
|
+
"description": "Label for bottom side of the graph",
|
|
1275
|
+
"type": "string",
|
|
1276
|
+
"title": "bottom"
|
|
1277
|
+
},
|
|
1278
|
+
"left": {
|
|
1279
|
+
"description": "Label for left side of the graph",
|
|
1280
|
+
"type": "string",
|
|
1281
|
+
"title": "left"
|
|
1282
|
+
},
|
|
1283
|
+
"right": {
|
|
1284
|
+
"description": "Label for right side of the graph",
|
|
1285
|
+
"type": "string",
|
|
1286
|
+
"title": "right"
|
|
1287
|
+
}
|
|
1288
|
+
},
|
|
1289
|
+
"required": [
|
|
1290
|
+
"bottom",
|
|
1291
|
+
"left",
|
|
1292
|
+
"right",
|
|
1293
|
+
"top"
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
"LabelsConfigProp": {
|
|
1297
|
+
"title": "LabelsConfigProp",
|
|
1298
|
+
"type": "object",
|
|
1299
|
+
"properties": {
|
|
1300
|
+
"top": {
|
|
1301
|
+
"description": "Indicates the placeholder for the top label",
|
|
1302
|
+
"type": "string",
|
|
1303
|
+
"title": "top"
|
|
1304
|
+
},
|
|
1305
|
+
"right": {
|
|
1306
|
+
"description": "Indicates the placeholder for the right label",
|
|
1307
|
+
"type": "string",
|
|
1308
|
+
"title": "right"
|
|
1309
|
+
},
|
|
1310
|
+
"bottom": {
|
|
1311
|
+
"description": "Indicates the placeholder for the bottom label",
|
|
1312
|
+
"type": "string",
|
|
1313
|
+
"title": "bottom"
|
|
1314
|
+
},
|
|
1315
|
+
"left": {
|
|
1316
|
+
"description": "Indicates the placeholder for the left label",
|
|
1317
|
+
"type": "string",
|
|
1318
|
+
"title": "left"
|
|
1319
|
+
},
|
|
1320
|
+
"settings": {
|
|
1321
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1322
|
+
"type": "boolean",
|
|
1323
|
+
"title": "settings"
|
|
1324
|
+
},
|
|
1325
|
+
"label": {
|
|
1326
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1327
|
+
"type": "string",
|
|
1328
|
+
"title": "label"
|
|
1329
|
+
},
|
|
1330
|
+
"enabled": {
|
|
1331
|
+
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
1332
|
+
"type": "boolean",
|
|
1333
|
+
"title": "enabled"
|
|
1334
|
+
}
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"TitleConfigProp": {
|
|
1338
|
+
"title": "TitleConfigProp",
|
|
1339
|
+
"type": "object",
|
|
1340
|
+
"properties": {
|
|
1341
|
+
"placeholder": {
|
|
1342
|
+
"description": "Indicates the placeholder for the title label",
|
|
1343
|
+
"type": "string",
|
|
1344
|
+
"title": "placeholder"
|
|
1345
|
+
},
|
|
1346
|
+
"settings": {
|
|
1347
|
+
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1348
|
+
"type": "boolean",
|
|
1349
|
+
"title": "settings"
|
|
1350
|
+
},
|
|
1351
|
+
"label": {
|
|
1352
|
+
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1353
|
+
"type": "string",
|
|
1354
|
+
"title": "label"
|
|
1355
|
+
},
|
|
1356
|
+
"enabled": {
|
|
1357
|
+
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
1358
|
+
"type": "boolean",
|
|
1359
|
+
"title": "enabled"
|
|
1360
|
+
}
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
"ConfigureMaxImageDimensionsProp": {
|
|
1364
|
+
"title": "ConfigureMaxImageDimensionsProp",
|
|
1365
|
+
"type": "object",
|
|
1366
|
+
"properties": {
|
|
1367
|
+
"teacherInstructions": {
|
|
1368
|
+
"description": "Indicates the max dimension for images in teacher instructions",
|
|
1369
|
+
"type": "number",
|
|
1370
|
+
"title": "teacherInstructions"
|
|
1371
|
+
},
|
|
1372
|
+
"prompt": {
|
|
1373
|
+
"description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
|
|
1374
|
+
"type": "number",
|
|
1375
|
+
"title": "prompt"
|
|
1376
|
+
},
|
|
1377
|
+
"rationale": {
|
|
1378
|
+
"description": "Indicates the max dimension for images in rationale",
|
|
1379
|
+
"type": "number",
|
|
1380
|
+
"title": "rationale"
|
|
1381
|
+
}
|
|
1382
|
+
}
|
|
363
1383
|
}
|
|
364
1384
|
},
|
|
365
1385
|
"$schema": "http://json-schema.org/draft-07/schema#"
|