@pie-element/categorize 8.7.1-next.16 → 8.7.1-next.4
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/configure/lib/defaults.js +3 -73
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/design/categories/RowLabel.js +0 -6
- package/configure/lib/design/categories/RowLabel.js.map +1 -1
- package/configure/lib/design/categories/alternateResponses.js +2 -4
- package/configure/lib/design/categories/alternateResponses.js.map +1 -1
- package/configure/lib/design/categories/category.js +1 -7
- package/configure/lib/design/categories/category.js.map +1 -1
- package/configure/lib/design/categories/index.js +2 -4
- package/configure/lib/design/categories/index.js.map +1 -1
- package/configure/lib/design/choices/choice.js +1 -4
- package/configure/lib/design/choices/choice.js.map +1 -1
- package/configure/lib/design/choices/index.js +1 -2
- package/configure/lib/design/choices/index.js.map +1 -1
- package/configure/lib/design/index.js +8 -13
- package/configure/lib/design/index.js.map +1 -1
- package/configure/lib/design/input-header.js +9 -7
- package/configure/lib/design/input-header.js.map +1 -1
- package/docs/config-schema.json +22 -432
- package/docs/config-schema.json.md +12 -308
- package/docs/pie-schema.json +2 -146
- package/docs/pie-schema.json.md +2 -106
- package/package.json +2 -2
- package/configure/lib/design/utils.js +0 -23
- package/configure/lib/design/utils.js.map +0 -1
|
@@ -2,34 +2,6 @@ Config Object for @pie-elements/categorize
|
|
|
2
2
|
|
|
3
3
|
The schema defines the following properties:
|
|
4
4
|
|
|
5
|
-
# `baseInputConfiguration` (object)
|
|
6
|
-
|
|
7
|
-
Properties of the `baseInputConfiguration` object:
|
|
8
|
-
|
|
9
|
-
## `audio` (object)
|
|
10
|
-
|
|
11
|
-
Properties of the `audio` object:
|
|
12
|
-
|
|
13
|
-
### `disabled` (boolean)
|
|
14
|
-
|
|
15
|
-
Indicates if the plugin is disabled or not
|
|
16
|
-
|
|
17
|
-
## `video` (object)
|
|
18
|
-
|
|
19
|
-
Properties of the `video` object:
|
|
20
|
-
|
|
21
|
-
### `disabled` (boolean)
|
|
22
|
-
|
|
23
|
-
Indicates if the plugin is disabled or not
|
|
24
|
-
|
|
25
|
-
## `image` (object)
|
|
26
|
-
|
|
27
|
-
Properties of the `image` object:
|
|
28
|
-
|
|
29
|
-
### `disabled` (boolean)
|
|
30
|
-
|
|
31
|
-
Indicates if the plugin is disabled or not
|
|
32
|
-
|
|
33
5
|
# `partialScoring` (object)
|
|
34
6
|
|
|
35
7
|
Properties of the `partialScoring` object:
|
|
@@ -42,37 +14,25 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
42
14
|
|
|
43
15
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
44
16
|
|
|
45
|
-
# `
|
|
46
|
-
|
|
47
|
-
Properties of the `rationale` object:
|
|
48
|
-
|
|
49
|
-
## `inputConfiguration` (object)
|
|
50
|
-
|
|
51
|
-
Properties of the `inputConfiguration` object:
|
|
52
|
-
|
|
53
|
-
### `audio` (object)
|
|
54
|
-
|
|
55
|
-
Properties of the `audio` object:
|
|
56
|
-
|
|
57
|
-
#### `disabled` (boolean)
|
|
17
|
+
# `prompt` (object)
|
|
58
18
|
|
|
59
|
-
|
|
19
|
+
Properties of the `prompt` object:
|
|
60
20
|
|
|
61
|
-
|
|
21
|
+
## `required` (boolean)
|
|
62
22
|
|
|
63
|
-
|
|
23
|
+
Indicates if the item is required and the value cannot be empty
|
|
64
24
|
|
|
65
|
-
|
|
25
|
+
## `settings` (boolean)
|
|
66
26
|
|
|
67
|
-
Indicates if the
|
|
27
|
+
Indicates if the item has to be displayed in the Settings Panel
|
|
68
28
|
|
|
69
|
-
|
|
29
|
+
## `label` (string)
|
|
70
30
|
|
|
71
|
-
|
|
31
|
+
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
72
32
|
|
|
73
|
-
|
|
33
|
+
# `rationale` (object)
|
|
74
34
|
|
|
75
|
-
|
|
35
|
+
Properties of the `rationale` object:
|
|
76
36
|
|
|
77
37
|
## `required` (boolean)
|
|
78
38
|
|
|
@@ -130,34 +90,6 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
130
90
|
|
|
131
91
|
Properties of the `teacherInstructions` object:
|
|
132
92
|
|
|
133
|
-
## `inputConfiguration` (object)
|
|
134
|
-
|
|
135
|
-
Properties of the `inputConfiguration` object:
|
|
136
|
-
|
|
137
|
-
### `audio` (object)
|
|
138
|
-
|
|
139
|
-
Properties of the `audio` object:
|
|
140
|
-
|
|
141
|
-
#### `disabled` (boolean)
|
|
142
|
-
|
|
143
|
-
Indicates if the plugin is disabled or not
|
|
144
|
-
|
|
145
|
-
### `video` (object)
|
|
146
|
-
|
|
147
|
-
Properties of the `video` object:
|
|
148
|
-
|
|
149
|
-
#### `disabled` (boolean)
|
|
150
|
-
|
|
151
|
-
Indicates if the plugin is disabled or not
|
|
152
|
-
|
|
153
|
-
### `image` (object)
|
|
154
|
-
|
|
155
|
-
Properties of the `image` object:
|
|
156
|
-
|
|
157
|
-
#### `disabled` (boolean)
|
|
158
|
-
|
|
159
|
-
Indicates if the plugin is disabled or not
|
|
160
|
-
|
|
161
93
|
## `required` (boolean)
|
|
162
94
|
|
|
163
95
|
Indicates if the item is required and the value cannot be empty
|
|
@@ -170,130 +102,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
170
102
|
|
|
171
103
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
172
104
|
|
|
173
|
-
# `prompt` (object)
|
|
174
|
-
|
|
175
|
-
Properties of the `prompt` object:
|
|
176
|
-
|
|
177
|
-
## `inputConfiguration` (object)
|
|
178
|
-
|
|
179
|
-
Properties of the `inputConfiguration` object:
|
|
180
|
-
|
|
181
|
-
### `audio` (object)
|
|
182
|
-
|
|
183
|
-
Properties of the `audio` object:
|
|
184
|
-
|
|
185
|
-
#### `disabled` (boolean)
|
|
186
|
-
|
|
187
|
-
Indicates if the plugin is disabled or not
|
|
188
|
-
|
|
189
|
-
### `video` (object)
|
|
190
|
-
|
|
191
|
-
Properties of the `video` object:
|
|
192
|
-
|
|
193
|
-
#### `disabled` (boolean)
|
|
194
|
-
|
|
195
|
-
Indicates if the plugin is disabled or not
|
|
196
|
-
|
|
197
|
-
### `image` (object)
|
|
198
|
-
|
|
199
|
-
Properties of the `image` object:
|
|
200
|
-
|
|
201
|
-
#### `disabled` (boolean)
|
|
202
|
-
|
|
203
|
-
Indicates if the plugin is disabled or not
|
|
204
|
-
|
|
205
|
-
## `required` (boolean)
|
|
206
|
-
|
|
207
|
-
Indicates if the item is required and the value cannot be empty
|
|
208
|
-
|
|
209
|
-
## `settings` (boolean)
|
|
210
|
-
|
|
211
|
-
Indicates if the item has to be displayed in the Settings Panel
|
|
212
|
-
|
|
213
|
-
## `label` (string)
|
|
214
|
-
|
|
215
|
-
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
216
|
-
|
|
217
|
-
# `headers` (object)
|
|
218
|
-
|
|
219
|
-
Properties of the `headers` object:
|
|
220
|
-
|
|
221
|
-
## `inputConfiguration` (object)
|
|
222
|
-
|
|
223
|
-
Properties of the `inputConfiguration` object:
|
|
224
|
-
|
|
225
|
-
### `audio` (object)
|
|
226
|
-
|
|
227
|
-
Properties of the `audio` object:
|
|
228
|
-
|
|
229
|
-
#### `disabled` (boolean)
|
|
230
|
-
|
|
231
|
-
Indicates if the plugin is disabled or not
|
|
232
|
-
|
|
233
|
-
### `video` (object)
|
|
234
|
-
|
|
235
|
-
Properties of the `video` object:
|
|
236
|
-
|
|
237
|
-
#### `disabled` (boolean)
|
|
238
|
-
|
|
239
|
-
Indicates if the plugin is disabled or not
|
|
240
|
-
|
|
241
|
-
### `image` (object)
|
|
242
|
-
|
|
243
|
-
Properties of the `image` object:
|
|
244
|
-
|
|
245
|
-
#### `disabled` (boolean)
|
|
246
|
-
|
|
247
|
-
Indicates if the plugin is disabled or not
|
|
248
|
-
|
|
249
|
-
## `settings` (boolean)
|
|
250
|
-
|
|
251
|
-
Indicates if the item has to be displayed in the Settings Panel
|
|
252
|
-
|
|
253
|
-
## `label` (string)
|
|
254
|
-
|
|
255
|
-
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
256
|
-
|
|
257
|
-
# `rowLabels` (object)
|
|
258
|
-
|
|
259
|
-
Properties of the `rowLabels` object:
|
|
260
|
-
|
|
261
|
-
## `inputConfiguration` (object)
|
|
262
|
-
|
|
263
|
-
Properties of the `inputConfiguration` object:
|
|
264
|
-
|
|
265
|
-
### `audio` (object)
|
|
266
|
-
|
|
267
|
-
Properties of the `audio` object:
|
|
268
|
-
|
|
269
|
-
#### `disabled` (boolean)
|
|
270
|
-
|
|
271
|
-
Indicates if the plugin is disabled or not
|
|
272
|
-
|
|
273
|
-
### `video` (object)
|
|
274
|
-
|
|
275
|
-
Properties of the `video` object:
|
|
276
|
-
|
|
277
|
-
#### `disabled` (boolean)
|
|
278
|
-
|
|
279
|
-
Indicates if the plugin is disabled or not
|
|
280
|
-
|
|
281
|
-
### `image` (object)
|
|
282
|
-
|
|
283
|
-
Properties of the `image` object:
|
|
284
|
-
|
|
285
|
-
#### `disabled` (boolean)
|
|
286
|
-
|
|
287
|
-
Indicates if the plugin is disabled or not
|
|
288
|
-
|
|
289
|
-
## `settings` (boolean)
|
|
290
|
-
|
|
291
|
-
Indicates if the item has to be displayed in the Settings Panel
|
|
292
|
-
|
|
293
|
-
## `label` (string)
|
|
294
|
-
|
|
295
|
-
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
296
|
-
|
|
297
105
|
# `minChoices` (number)
|
|
298
106
|
|
|
299
107
|
Minimum number of choices
|
|
@@ -488,42 +296,6 @@ Default: `true`
|
|
|
488
296
|
|
|
489
297
|
The schema defines the following additional types:
|
|
490
298
|
|
|
491
|
-
## `EditableHtmlConfigureProp` (object)
|
|
492
|
-
|
|
493
|
-
Properties of the `EditableHtmlConfigureProp` object:
|
|
494
|
-
|
|
495
|
-
### `audio` (object)
|
|
496
|
-
|
|
497
|
-
Properties of the `audio` object:
|
|
498
|
-
|
|
499
|
-
#### `disabled` (boolean)
|
|
500
|
-
|
|
501
|
-
Indicates if the plugin is disabled or not
|
|
502
|
-
|
|
503
|
-
### `video` (object)
|
|
504
|
-
|
|
505
|
-
Properties of the `video` object:
|
|
506
|
-
|
|
507
|
-
#### `disabled` (boolean)
|
|
508
|
-
|
|
509
|
-
Indicates if the plugin is disabled or not
|
|
510
|
-
|
|
511
|
-
### `image` (object)
|
|
512
|
-
|
|
513
|
-
Properties of the `image` object:
|
|
514
|
-
|
|
515
|
-
#### `disabled` (boolean)
|
|
516
|
-
|
|
517
|
-
Indicates if the plugin is disabled or not
|
|
518
|
-
|
|
519
|
-
## `EditableHtmlButtonConfigure` (object)
|
|
520
|
-
|
|
521
|
-
Properties of the `EditableHtmlButtonConfigure` object:
|
|
522
|
-
|
|
523
|
-
### `disabled` (boolean)
|
|
524
|
-
|
|
525
|
-
Indicates if the plugin is disabled or not
|
|
526
|
-
|
|
527
299
|
## `ConfigureProp` (object)
|
|
528
300
|
|
|
529
301
|
Properties of the `ConfigureProp` object:
|
|
@@ -536,37 +308,9 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
536
308
|
|
|
537
309
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
538
310
|
|
|
539
|
-
## `
|
|
540
|
-
|
|
541
|
-
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
542
|
-
|
|
543
|
-
### `inputConfiguration` (object)
|
|
544
|
-
|
|
545
|
-
Properties of the `inputConfiguration` object:
|
|
546
|
-
|
|
547
|
-
#### `audio` (object)
|
|
548
|
-
|
|
549
|
-
Properties of the `audio` object:
|
|
311
|
+
## `ConfigureRequiredProp` (object)
|
|
550
312
|
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
Indicates if the plugin is disabled or not
|
|
554
|
-
|
|
555
|
-
#### `video` (object)
|
|
556
|
-
|
|
557
|
-
Properties of the `video` object:
|
|
558
|
-
|
|
559
|
-
##### `disabled` (boolean)
|
|
560
|
-
|
|
561
|
-
Indicates if the plugin is disabled or not
|
|
562
|
-
|
|
563
|
-
#### `image` (object)
|
|
564
|
-
|
|
565
|
-
Properties of the `image` object:
|
|
566
|
-
|
|
567
|
-
##### `disabled` (boolean)
|
|
568
|
-
|
|
569
|
-
Indicates if the plugin is disabled or not
|
|
313
|
+
Properties of the `ConfigureRequiredProp` object:
|
|
570
314
|
|
|
571
315
|
### `required` (boolean)
|
|
572
316
|
|
|
@@ -580,46 +324,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
580
324
|
|
|
581
325
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
582
326
|
|
|
583
|
-
## `EditableHtmlPluginConfigure` (object)
|
|
584
|
-
|
|
585
|
-
Properties of the `EditableHtmlPluginConfigure` object:
|
|
586
|
-
|
|
587
|
-
### `inputConfiguration` (object)
|
|
588
|
-
|
|
589
|
-
Properties of the `inputConfiguration` object:
|
|
590
|
-
|
|
591
|
-
#### `audio` (object)
|
|
592
|
-
|
|
593
|
-
Properties of the `audio` object:
|
|
594
|
-
|
|
595
|
-
##### `disabled` (boolean)
|
|
596
|
-
|
|
597
|
-
Indicates if the plugin is disabled or not
|
|
598
|
-
|
|
599
|
-
#### `video` (object)
|
|
600
|
-
|
|
601
|
-
Properties of the `video` object:
|
|
602
|
-
|
|
603
|
-
##### `disabled` (boolean)
|
|
604
|
-
|
|
605
|
-
Indicates if the plugin is disabled or not
|
|
606
|
-
|
|
607
|
-
#### `image` (object)
|
|
608
|
-
|
|
609
|
-
Properties of the `image` object:
|
|
610
|
-
|
|
611
|
-
##### `disabled` (boolean)
|
|
612
|
-
|
|
613
|
-
Indicates if the plugin is disabled or not
|
|
614
|
-
|
|
615
|
-
### `settings` (boolean)
|
|
616
|
-
|
|
617
|
-
Indicates if the item has to be displayed in the Settings Panel
|
|
618
|
-
|
|
619
|
-
### `label` (string)
|
|
620
|
-
|
|
621
|
-
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
622
|
-
|
|
623
327
|
## `ConfigureMathMLProp` (object)
|
|
624
328
|
|
|
625
329
|
Properties of the `ConfigureMathMLProp` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -445,56 +445,6 @@
|
|
|
445
445
|
"teacherInstructionsEnabled"
|
|
446
446
|
],
|
|
447
447
|
"definitions": {
|
|
448
|
-
"EditableHtmlConfigureProp": {
|
|
449
|
-
"title": "EditableHtmlConfigureProp",
|
|
450
|
-
"type": "object",
|
|
451
|
-
"properties": {
|
|
452
|
-
"audio": {
|
|
453
|
-
"title": "EditableHtmlButtonConfigure",
|
|
454
|
-
"type": "object",
|
|
455
|
-
"properties": {
|
|
456
|
-
"disabled": {
|
|
457
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
458
|
-
"type": "boolean",
|
|
459
|
-
"title": "disabled"
|
|
460
|
-
}
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
"video": {
|
|
464
|
-
"title": "EditableHtmlButtonConfigure",
|
|
465
|
-
"type": "object",
|
|
466
|
-
"properties": {
|
|
467
|
-
"disabled": {
|
|
468
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
469
|
-
"type": "boolean",
|
|
470
|
-
"title": "disabled"
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
"image": {
|
|
475
|
-
"title": "EditableHtmlButtonConfigure",
|
|
476
|
-
"type": "object",
|
|
477
|
-
"properties": {
|
|
478
|
-
"disabled": {
|
|
479
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
480
|
-
"type": "boolean",
|
|
481
|
-
"title": "disabled"
|
|
482
|
-
}
|
|
483
|
-
}
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
},
|
|
487
|
-
"EditableHtmlButtonConfigure": {
|
|
488
|
-
"title": "EditableHtmlButtonConfigure",
|
|
489
|
-
"type": "object",
|
|
490
|
-
"properties": {
|
|
491
|
-
"disabled": {
|
|
492
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
493
|
-
"type": "boolean",
|
|
494
|
-
"title": "disabled"
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
},
|
|
498
448
|
"ConfigureProp": {
|
|
499
449
|
"title": "ConfigureProp",
|
|
500
450
|
"type": "object",
|
|
@@ -511,49 +461,10 @@
|
|
|
511
461
|
}
|
|
512
462
|
}
|
|
513
463
|
},
|
|
514
|
-
"
|
|
515
|
-
"title": "
|
|
464
|
+
"ConfigureRequiredProp": {
|
|
465
|
+
"title": "ConfigureRequiredProp",
|
|
516
466
|
"type": "object",
|
|
517
467
|
"properties": {
|
|
518
|
-
"inputConfiguration": {
|
|
519
|
-
"title": "EditableHtmlConfigureProp",
|
|
520
|
-
"type": "object",
|
|
521
|
-
"properties": {
|
|
522
|
-
"audio": {
|
|
523
|
-
"title": "EditableHtmlButtonConfigure",
|
|
524
|
-
"type": "object",
|
|
525
|
-
"properties": {
|
|
526
|
-
"disabled": {
|
|
527
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
528
|
-
"type": "boolean",
|
|
529
|
-
"title": "disabled"
|
|
530
|
-
}
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
"video": {
|
|
534
|
-
"title": "EditableHtmlButtonConfigure",
|
|
535
|
-
"type": "object",
|
|
536
|
-
"properties": {
|
|
537
|
-
"disabled": {
|
|
538
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
539
|
-
"type": "boolean",
|
|
540
|
-
"title": "disabled"
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
},
|
|
544
|
-
"image": {
|
|
545
|
-
"title": "EditableHtmlButtonConfigure",
|
|
546
|
-
"type": "object",
|
|
547
|
-
"properties": {
|
|
548
|
-
"disabled": {
|
|
549
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
550
|
-
"type": "boolean",
|
|
551
|
-
"title": "disabled"
|
|
552
|
-
}
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
},
|
|
557
468
|
"required": {
|
|
558
469
|
"description": "Indicates if the item is required and the value cannot be empty",
|
|
559
470
|
"type": "boolean",
|
|
@@ -571,61 +482,6 @@
|
|
|
571
482
|
}
|
|
572
483
|
}
|
|
573
484
|
},
|
|
574
|
-
"EditableHtmlPluginConfigure": {
|
|
575
|
-
"title": "EditableHtmlPluginConfigure",
|
|
576
|
-
"type": "object",
|
|
577
|
-
"properties": {
|
|
578
|
-
"inputConfiguration": {
|
|
579
|
-
"title": "EditableHtmlConfigureProp",
|
|
580
|
-
"type": "object",
|
|
581
|
-
"properties": {
|
|
582
|
-
"audio": {
|
|
583
|
-
"title": "EditableHtmlButtonConfigure",
|
|
584
|
-
"type": "object",
|
|
585
|
-
"properties": {
|
|
586
|
-
"disabled": {
|
|
587
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
588
|
-
"type": "boolean",
|
|
589
|
-
"title": "disabled"
|
|
590
|
-
}
|
|
591
|
-
}
|
|
592
|
-
},
|
|
593
|
-
"video": {
|
|
594
|
-
"title": "EditableHtmlButtonConfigure",
|
|
595
|
-
"type": "object",
|
|
596
|
-
"properties": {
|
|
597
|
-
"disabled": {
|
|
598
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
599
|
-
"type": "boolean",
|
|
600
|
-
"title": "disabled"
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
},
|
|
604
|
-
"image": {
|
|
605
|
-
"title": "EditableHtmlButtonConfigure",
|
|
606
|
-
"type": "object",
|
|
607
|
-
"properties": {
|
|
608
|
-
"disabled": {
|
|
609
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
610
|
-
"type": "boolean",
|
|
611
|
-
"title": "disabled"
|
|
612
|
-
}
|
|
613
|
-
}
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
},
|
|
617
|
-
"settings": {
|
|
618
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
619
|
-
"type": "boolean",
|
|
620
|
-
"title": "settings"
|
|
621
|
-
},
|
|
622
|
-
"label": {
|
|
623
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
624
|
-
"type": "string",
|
|
625
|
-
"title": "label"
|
|
626
|
-
}
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
485
|
"ConfigureMathMLProp": {
|
|
630
486
|
"title": "ConfigureMathMLProp",
|
|
631
487
|
"type": "object",
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -203,42 +203,6 @@ The html Element tag name
|
|
|
203
203
|
|
|
204
204
|
The schema defines the following additional types:
|
|
205
205
|
|
|
206
|
-
## `EditableHtmlConfigureProp` (object)
|
|
207
|
-
|
|
208
|
-
Properties of the `EditableHtmlConfigureProp` object:
|
|
209
|
-
|
|
210
|
-
### `audio` (object)
|
|
211
|
-
|
|
212
|
-
Properties of the `audio` object:
|
|
213
|
-
|
|
214
|
-
#### `disabled` (boolean)
|
|
215
|
-
|
|
216
|
-
Indicates if the plugin is disabled or not
|
|
217
|
-
|
|
218
|
-
### `video` (object)
|
|
219
|
-
|
|
220
|
-
Properties of the `video` object:
|
|
221
|
-
|
|
222
|
-
#### `disabled` (boolean)
|
|
223
|
-
|
|
224
|
-
Indicates if the plugin is disabled or not
|
|
225
|
-
|
|
226
|
-
### `image` (object)
|
|
227
|
-
|
|
228
|
-
Properties of the `image` object:
|
|
229
|
-
|
|
230
|
-
#### `disabled` (boolean)
|
|
231
|
-
|
|
232
|
-
Indicates if the plugin is disabled or not
|
|
233
|
-
|
|
234
|
-
## `EditableHtmlButtonConfigure` (object)
|
|
235
|
-
|
|
236
|
-
Properties of the `EditableHtmlButtonConfigure` object:
|
|
237
|
-
|
|
238
|
-
### `disabled` (boolean)
|
|
239
|
-
|
|
240
|
-
Indicates if the plugin is disabled or not
|
|
241
|
-
|
|
242
206
|
## `ConfigureProp` (object)
|
|
243
207
|
|
|
244
208
|
Properties of the `ConfigureProp` object:
|
|
@@ -251,37 +215,9 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
251
215
|
|
|
252
216
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
253
217
|
|
|
254
|
-
## `
|
|
255
|
-
|
|
256
|
-
Properties of the `EditableHtmlPluginConfigureRequired` object:
|
|
257
|
-
|
|
258
|
-
### `inputConfiguration` (object)
|
|
259
|
-
|
|
260
|
-
Properties of the `inputConfiguration` object:
|
|
261
|
-
|
|
262
|
-
#### `audio` (object)
|
|
263
|
-
|
|
264
|
-
Properties of the `audio` object:
|
|
265
|
-
|
|
266
|
-
##### `disabled` (boolean)
|
|
267
|
-
|
|
268
|
-
Indicates if the plugin is disabled or not
|
|
269
|
-
|
|
270
|
-
#### `video` (object)
|
|
271
|
-
|
|
272
|
-
Properties of the `video` object:
|
|
273
|
-
|
|
274
|
-
##### `disabled` (boolean)
|
|
218
|
+
## `ConfigureRequiredProp` (object)
|
|
275
219
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
#### `image` (object)
|
|
279
|
-
|
|
280
|
-
Properties of the `image` object:
|
|
281
|
-
|
|
282
|
-
##### `disabled` (boolean)
|
|
283
|
-
|
|
284
|
-
Indicates if the plugin is disabled or not
|
|
220
|
+
Properties of the `ConfigureRequiredProp` object:
|
|
285
221
|
|
|
286
222
|
### `required` (boolean)
|
|
287
223
|
|
|
@@ -295,46 +231,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
295
231
|
|
|
296
232
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
297
233
|
|
|
298
|
-
## `EditableHtmlPluginConfigure` (object)
|
|
299
|
-
|
|
300
|
-
Properties of the `EditableHtmlPluginConfigure` object:
|
|
301
|
-
|
|
302
|
-
### `inputConfiguration` (object)
|
|
303
|
-
|
|
304
|
-
Properties of the `inputConfiguration` object:
|
|
305
|
-
|
|
306
|
-
#### `audio` (object)
|
|
307
|
-
|
|
308
|
-
Properties of the `audio` object:
|
|
309
|
-
|
|
310
|
-
##### `disabled` (boolean)
|
|
311
|
-
|
|
312
|
-
Indicates if the plugin is disabled or not
|
|
313
|
-
|
|
314
|
-
#### `video` (object)
|
|
315
|
-
|
|
316
|
-
Properties of the `video` object:
|
|
317
|
-
|
|
318
|
-
##### `disabled` (boolean)
|
|
319
|
-
|
|
320
|
-
Indicates if the plugin is disabled or not
|
|
321
|
-
|
|
322
|
-
#### `image` (object)
|
|
323
|
-
|
|
324
|
-
Properties of the `image` object:
|
|
325
|
-
|
|
326
|
-
##### `disabled` (boolean)
|
|
327
|
-
|
|
328
|
-
Indicates if the plugin is disabled or not
|
|
329
|
-
|
|
330
|
-
### `settings` (boolean)
|
|
331
|
-
|
|
332
|
-
Indicates if the item has to be displayed in the Settings Panel
|
|
333
|
-
|
|
334
|
-
### `label` (string)
|
|
335
|
-
|
|
336
|
-
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
337
|
-
|
|
338
234
|
## `ConfigureMathMLProp` (object)
|
|
339
235
|
|
|
340
236
|
Properties of the `ConfigureMathMLProp` object:
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "8.7.1-next.
|
|
7
|
+
"version": "8.7.1-next.4+5a7b90230",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dnd": "^14.0.5",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "5a7b9023075075b7487c9d9b6b473818f1387d0c",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.getPluginProps = void 0;
|
|
9
|
-
|
|
10
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
11
|
-
|
|
12
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
13
|
-
|
|
14
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2["default"])(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
-
|
|
16
|
-
var getPluginProps = function getPluginProps() {
|
|
17
|
-
var props = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};
|
|
18
|
-
var baseInputConfiguration = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
19
|
-
return Object.assign(_objectSpread({}, baseInputConfiguration), props || {});
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
exports.getPluginProps = getPluginProps;
|
|
23
|
-
//# sourceMappingURL=utils.js.map
|