@pie-element/complex-rubric 2.14.1-next.3 → 2.15.0
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 +11 -0
- package/configure/CHANGELOG.md +8 -0
- package/configure/package.json +3 -3
- package/controller/CHANGELOG.md +11 -0
- package/controller/package.json +2 -2
- package/docs/config-schema.json +264 -0
- package/docs/config-schema.json.md +192 -0
- package/docs/pie-schema.json +154 -0
- package/docs/pie-schema.json.md +112 -0
- package/module/configure.js +4 -2
- package/module/element.js +4 -2
- package/module/print.js +4 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.15.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@2.14.0...@pie-element/complex-rubric@2.15.0) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric@2.13.0...@pie-element/complex-rubric@2.14.0) (2024-06-19)
|
|
7
18
|
|
|
8
19
|
|
package/configure/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.2.29](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.28...@pie-element/complex-rubric-configure@2.2.29) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.2.28](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-configure@2.2.27...@pie-element/complex-rubric-configure@2.2.28) (2024-06-19)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @pie-element/complex-rubric-configure
|
package/configure/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-configure",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.29",
|
|
5
5
|
"description": "Complex Rubric authoring view",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "src/index.js",
|
|
8
8
|
"author": "Pie Framework Authors",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@material-ui/core": "^3.9.2",
|
|
11
|
-
"@pie-element/multi-trait-rubric": "^3.
|
|
12
|
-
"@pie-element/rubric": "^3.
|
|
11
|
+
"@pie-element/multi-trait-rubric": "^3.15.0",
|
|
12
|
+
"@pie-element/rubric": "^3.15.0",
|
|
13
13
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
14
14
|
"@pie-lib/config-ui": "^11.9.25-next.0",
|
|
15
15
|
"@pie-lib/editable-html": "^11.1.2-next.0",
|
package/controller/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [2.14.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.13.0...@pie-element/complex-rubric-controller@2.14.0) (2024-06-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* update pie-lib/pie-toolbox ability to enabled/disable blockquote and h3 (PD-3772, PD-3771) and PD-3813 ([c2cfd9b](https://github.com/pie-framework/pie-elements/commit/c2cfd9b323acdf3d456c05806c1f97f9067bb4fe))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [2.13.0](https://github.com/pie-framework/pie-elements/compare/@pie-element/complex-rubric-controller@2.12.0...@pie-element/complex-rubric-controller@2.13.0) (2024-06-19)
|
|
7
18
|
|
|
8
19
|
|
package/controller/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric-controller",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.14.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@pie-lib/pie-toolbox": "1.
|
|
10
|
+
"@pie-lib/pie-toolbox": "1.24.0",
|
|
11
11
|
"lodash": "^4.17.15"
|
|
12
12
|
},
|
|
13
13
|
"author": "",
|
package/docs/config-schema.json
CHANGED
|
@@ -102,6 +102,28 @@
|
|
|
102
102
|
]
|
|
103
103
|
},
|
|
104
104
|
"title": "customPlugins"
|
|
105
|
+
},
|
|
106
|
+
"blockquote": {
|
|
107
|
+
"title": "EditableHtmlButtonConfigure",
|
|
108
|
+
"type": "object",
|
|
109
|
+
"properties": {
|
|
110
|
+
"disabled": {
|
|
111
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
112
|
+
"type": "boolean",
|
|
113
|
+
"title": "disabled"
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"h3": {
|
|
118
|
+
"title": "EditableHtmlButtonConfigure",
|
|
119
|
+
"type": "object",
|
|
120
|
+
"properties": {
|
|
121
|
+
"disabled": {
|
|
122
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
123
|
+
"type": "boolean",
|
|
124
|
+
"title": "disabled"
|
|
125
|
+
}
|
|
126
|
+
}
|
|
105
127
|
}
|
|
106
128
|
}
|
|
107
129
|
},
|
|
@@ -322,6 +344,28 @@
|
|
|
322
344
|
]
|
|
323
345
|
},
|
|
324
346
|
"title": "customPlugins"
|
|
347
|
+
},
|
|
348
|
+
"blockquote": {
|
|
349
|
+
"title": "EditableHtmlButtonConfigure",
|
|
350
|
+
"type": "object",
|
|
351
|
+
"properties": {
|
|
352
|
+
"disabled": {
|
|
353
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
354
|
+
"type": "boolean",
|
|
355
|
+
"title": "disabled"
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
},
|
|
359
|
+
"h3": {
|
|
360
|
+
"title": "EditableHtmlButtonConfigure",
|
|
361
|
+
"type": "object",
|
|
362
|
+
"properties": {
|
|
363
|
+
"disabled": {
|
|
364
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
365
|
+
"type": "boolean",
|
|
366
|
+
"title": "disabled"
|
|
367
|
+
}
|
|
368
|
+
}
|
|
325
369
|
}
|
|
326
370
|
}
|
|
327
371
|
},
|
|
@@ -413,6 +457,28 @@
|
|
|
413
457
|
]
|
|
414
458
|
},
|
|
415
459
|
"title": "customPlugins"
|
|
460
|
+
},
|
|
461
|
+
"blockquote": {
|
|
462
|
+
"title": "EditableHtmlButtonConfigure",
|
|
463
|
+
"type": "object",
|
|
464
|
+
"properties": {
|
|
465
|
+
"disabled": {
|
|
466
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
467
|
+
"type": "boolean",
|
|
468
|
+
"title": "disabled"
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"h3": {
|
|
473
|
+
"title": "EditableHtmlButtonConfigure",
|
|
474
|
+
"type": "object",
|
|
475
|
+
"properties": {
|
|
476
|
+
"disabled": {
|
|
477
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
478
|
+
"type": "boolean",
|
|
479
|
+
"title": "disabled"
|
|
480
|
+
}
|
|
481
|
+
}
|
|
416
482
|
}
|
|
417
483
|
}
|
|
418
484
|
},
|
|
@@ -516,6 +582,28 @@
|
|
|
516
582
|
]
|
|
517
583
|
},
|
|
518
584
|
"title": "customPlugins"
|
|
585
|
+
},
|
|
586
|
+
"blockquote": {
|
|
587
|
+
"title": "EditableHtmlButtonConfigure",
|
|
588
|
+
"type": "object",
|
|
589
|
+
"properties": {
|
|
590
|
+
"disabled": {
|
|
591
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
592
|
+
"type": "boolean",
|
|
593
|
+
"title": "disabled"
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
},
|
|
597
|
+
"h3": {
|
|
598
|
+
"title": "EditableHtmlButtonConfigure",
|
|
599
|
+
"type": "object",
|
|
600
|
+
"properties": {
|
|
601
|
+
"disabled": {
|
|
602
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
603
|
+
"type": "boolean",
|
|
604
|
+
"title": "disabled"
|
|
605
|
+
}
|
|
606
|
+
}
|
|
519
607
|
}
|
|
520
608
|
}
|
|
521
609
|
},
|
|
@@ -915,6 +1003,28 @@
|
|
|
915
1003
|
]
|
|
916
1004
|
},
|
|
917
1005
|
"title": "customPlugins"
|
|
1006
|
+
},
|
|
1007
|
+
"blockquote": {
|
|
1008
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1009
|
+
"type": "object",
|
|
1010
|
+
"properties": {
|
|
1011
|
+
"disabled": {
|
|
1012
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1013
|
+
"type": "boolean",
|
|
1014
|
+
"title": "disabled"
|
|
1015
|
+
}
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"h3": {
|
|
1019
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1020
|
+
"type": "object",
|
|
1021
|
+
"properties": {
|
|
1022
|
+
"disabled": {
|
|
1023
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1024
|
+
"type": "boolean",
|
|
1025
|
+
"title": "disabled"
|
|
1026
|
+
}
|
|
1027
|
+
}
|
|
918
1028
|
}
|
|
919
1029
|
}
|
|
920
1030
|
},
|
|
@@ -1093,6 +1203,28 @@
|
|
|
1093
1203
|
]
|
|
1094
1204
|
},
|
|
1095
1205
|
"title": "customPlugins"
|
|
1206
|
+
},
|
|
1207
|
+
"blockquote": {
|
|
1208
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1209
|
+
"type": "object",
|
|
1210
|
+
"properties": {
|
|
1211
|
+
"disabled": {
|
|
1212
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1213
|
+
"type": "boolean",
|
|
1214
|
+
"title": "disabled"
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
},
|
|
1218
|
+
"h3": {
|
|
1219
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1220
|
+
"type": "object",
|
|
1221
|
+
"properties": {
|
|
1222
|
+
"disabled": {
|
|
1223
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1224
|
+
"type": "boolean",
|
|
1225
|
+
"title": "disabled"
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1096
1228
|
}
|
|
1097
1229
|
}
|
|
1098
1230
|
},
|
|
@@ -1307,6 +1439,28 @@
|
|
|
1307
1439
|
]
|
|
1308
1440
|
},
|
|
1309
1441
|
"title": "customPlugins"
|
|
1442
|
+
},
|
|
1443
|
+
"blockquote": {
|
|
1444
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1445
|
+
"type": "object",
|
|
1446
|
+
"properties": {
|
|
1447
|
+
"disabled": {
|
|
1448
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1449
|
+
"type": "boolean",
|
|
1450
|
+
"title": "disabled"
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
"h3": {
|
|
1455
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1456
|
+
"type": "object",
|
|
1457
|
+
"properties": {
|
|
1458
|
+
"disabled": {
|
|
1459
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1460
|
+
"type": "boolean",
|
|
1461
|
+
"title": "disabled"
|
|
1462
|
+
}
|
|
1463
|
+
}
|
|
1310
1464
|
}
|
|
1311
1465
|
}
|
|
1312
1466
|
},
|
|
@@ -1475,6 +1629,28 @@
|
|
|
1475
1629
|
]
|
|
1476
1630
|
},
|
|
1477
1631
|
"title": "customPlugins"
|
|
1632
|
+
},
|
|
1633
|
+
"blockquote": {
|
|
1634
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1635
|
+
"type": "object",
|
|
1636
|
+
"properties": {
|
|
1637
|
+
"disabled": {
|
|
1638
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1639
|
+
"type": "boolean",
|
|
1640
|
+
"title": "disabled"
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
},
|
|
1644
|
+
"h3": {
|
|
1645
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1646
|
+
"type": "object",
|
|
1647
|
+
"properties": {
|
|
1648
|
+
"disabled": {
|
|
1649
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1650
|
+
"type": "boolean",
|
|
1651
|
+
"title": "disabled"
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1478
1654
|
}
|
|
1479
1655
|
}
|
|
1480
1656
|
},
|
|
@@ -1566,6 +1742,28 @@
|
|
|
1566
1742
|
]
|
|
1567
1743
|
},
|
|
1568
1744
|
"title": "customPlugins"
|
|
1745
|
+
},
|
|
1746
|
+
"blockquote": {
|
|
1747
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1748
|
+
"type": "object",
|
|
1749
|
+
"properties": {
|
|
1750
|
+
"disabled": {
|
|
1751
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1752
|
+
"type": "boolean",
|
|
1753
|
+
"title": "disabled"
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
},
|
|
1757
|
+
"h3": {
|
|
1758
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1759
|
+
"type": "object",
|
|
1760
|
+
"properties": {
|
|
1761
|
+
"disabled": {
|
|
1762
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1763
|
+
"type": "boolean",
|
|
1764
|
+
"title": "disabled"
|
|
1765
|
+
}
|
|
1766
|
+
}
|
|
1569
1767
|
}
|
|
1570
1768
|
}
|
|
1571
1769
|
},
|
|
@@ -1669,6 +1867,28 @@
|
|
|
1669
1867
|
]
|
|
1670
1868
|
},
|
|
1671
1869
|
"title": "customPlugins"
|
|
1870
|
+
},
|
|
1871
|
+
"blockquote": {
|
|
1872
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1873
|
+
"type": "object",
|
|
1874
|
+
"properties": {
|
|
1875
|
+
"disabled": {
|
|
1876
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1877
|
+
"type": "boolean",
|
|
1878
|
+
"title": "disabled"
|
|
1879
|
+
}
|
|
1880
|
+
}
|
|
1881
|
+
},
|
|
1882
|
+
"h3": {
|
|
1883
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1884
|
+
"type": "object",
|
|
1885
|
+
"properties": {
|
|
1886
|
+
"disabled": {
|
|
1887
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1888
|
+
"type": "boolean",
|
|
1889
|
+
"title": "disabled"
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1672
1892
|
}
|
|
1673
1893
|
}
|
|
1674
1894
|
},
|
|
@@ -1993,6 +2213,28 @@
|
|
|
1993
2213
|
]
|
|
1994
2214
|
},
|
|
1995
2215
|
"title": "customPlugins"
|
|
2216
|
+
},
|
|
2217
|
+
"blockquote": {
|
|
2218
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2219
|
+
"type": "object",
|
|
2220
|
+
"properties": {
|
|
2221
|
+
"disabled": {
|
|
2222
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2223
|
+
"type": "boolean",
|
|
2224
|
+
"title": "disabled"
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
},
|
|
2228
|
+
"h3": {
|
|
2229
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2230
|
+
"type": "object",
|
|
2231
|
+
"properties": {
|
|
2232
|
+
"disabled": {
|
|
2233
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2234
|
+
"type": "boolean",
|
|
2235
|
+
"title": "disabled"
|
|
2236
|
+
}
|
|
2237
|
+
}
|
|
1996
2238
|
}
|
|
1997
2239
|
}
|
|
1998
2240
|
},
|
|
@@ -2187,6 +2429,28 @@
|
|
|
2187
2429
|
]
|
|
2188
2430
|
},
|
|
2189
2431
|
"title": "customPlugins"
|
|
2432
|
+
},
|
|
2433
|
+
"blockquote": {
|
|
2434
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2435
|
+
"type": "object",
|
|
2436
|
+
"properties": {
|
|
2437
|
+
"disabled": {
|
|
2438
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2439
|
+
"type": "boolean",
|
|
2440
|
+
"title": "disabled"
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
},
|
|
2444
|
+
"h3": {
|
|
2445
|
+
"title": "EditableHtmlButtonConfigure",
|
|
2446
|
+
"type": "object",
|
|
2447
|
+
"properties": {
|
|
2448
|
+
"disabled": {
|
|
2449
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
2450
|
+
"type": "boolean",
|
|
2451
|
+
"title": "disabled"
|
|
2452
|
+
}
|
|
2453
|
+
}
|
|
2190
2454
|
}
|
|
2191
2455
|
}
|
|
2192
2456
|
},
|
|
@@ -79,6 +79,22 @@ Currently, only "SVG" is supported.
|
|
|
79
79
|
|
|
80
80
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
81
81
|
|
|
82
|
+
### `blockquote` (object)
|
|
83
|
+
|
|
84
|
+
Properties of the `blockquote` object:
|
|
85
|
+
|
|
86
|
+
#### `disabled` (boolean)
|
|
87
|
+
|
|
88
|
+
Indicates if the plugin is disabled or not
|
|
89
|
+
|
|
90
|
+
### `h3` (object)
|
|
91
|
+
|
|
92
|
+
Properties of the `h3` object:
|
|
93
|
+
|
|
94
|
+
#### `disabled` (boolean)
|
|
95
|
+
|
|
96
|
+
Indicates if the plugin is disabled or not
|
|
97
|
+
|
|
82
98
|
## `settingsPanelDisabled` (boolean)
|
|
83
99
|
|
|
84
100
|
Indicates if the settings panel is not available
|
|
@@ -250,6 +266,22 @@ Currently, only "SVG" is supported.
|
|
|
250
266
|
|
|
251
267
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
252
268
|
|
|
269
|
+
### `blockquote` (object)
|
|
270
|
+
|
|
271
|
+
Properties of the `blockquote` object:
|
|
272
|
+
|
|
273
|
+
#### `disabled` (boolean)
|
|
274
|
+
|
|
275
|
+
Indicates if the plugin is disabled or not
|
|
276
|
+
|
|
277
|
+
### `h3` (object)
|
|
278
|
+
|
|
279
|
+
Properties of the `h3` object:
|
|
280
|
+
|
|
281
|
+
#### `disabled` (boolean)
|
|
282
|
+
|
|
283
|
+
Indicates if the plugin is disabled or not
|
|
284
|
+
|
|
253
285
|
## `expandedInput` (object)
|
|
254
286
|
|
|
255
287
|
Properties of the `expandedInput` object:
|
|
@@ -319,6 +351,22 @@ Currently, only "SVG" is supported.
|
|
|
319
351
|
|
|
320
352
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
321
353
|
|
|
354
|
+
#### `blockquote` (object)
|
|
355
|
+
|
|
356
|
+
Properties of the `blockquote` object:
|
|
357
|
+
|
|
358
|
+
##### `disabled` (boolean)
|
|
359
|
+
|
|
360
|
+
Indicates if the plugin is disabled or not
|
|
361
|
+
|
|
362
|
+
#### `h3` (object)
|
|
363
|
+
|
|
364
|
+
Properties of the `h3` object:
|
|
365
|
+
|
|
366
|
+
##### `disabled` (boolean)
|
|
367
|
+
|
|
368
|
+
Indicates if the plugin is disabled or not
|
|
369
|
+
|
|
322
370
|
### `settings` (boolean)
|
|
323
371
|
|
|
324
372
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -396,6 +444,22 @@ Currently, only "SVG" is supported.
|
|
|
396
444
|
|
|
397
445
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
398
446
|
|
|
447
|
+
#### `blockquote` (object)
|
|
448
|
+
|
|
449
|
+
Properties of the `blockquote` object:
|
|
450
|
+
|
|
451
|
+
##### `disabled` (boolean)
|
|
452
|
+
|
|
453
|
+
Indicates if the plugin is disabled or not
|
|
454
|
+
|
|
455
|
+
#### `h3` (object)
|
|
456
|
+
|
|
457
|
+
Properties of the `h3` object:
|
|
458
|
+
|
|
459
|
+
##### `disabled` (boolean)
|
|
460
|
+
|
|
461
|
+
Indicates if the plugin is disabled or not
|
|
462
|
+
|
|
399
463
|
### `settings` (boolean)
|
|
400
464
|
|
|
401
465
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -698,6 +762,22 @@ Currently, only "SVG" is supported.
|
|
|
698
762
|
|
|
699
763
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
700
764
|
|
|
765
|
+
#### `blockquote` (object)
|
|
766
|
+
|
|
767
|
+
Properties of the `blockquote` object:
|
|
768
|
+
|
|
769
|
+
##### `disabled` (boolean)
|
|
770
|
+
|
|
771
|
+
Indicates if the plugin is disabled or not
|
|
772
|
+
|
|
773
|
+
#### `h3` (object)
|
|
774
|
+
|
|
775
|
+
Properties of the `h3` object:
|
|
776
|
+
|
|
777
|
+
##### `disabled` (boolean)
|
|
778
|
+
|
|
779
|
+
Indicates if the plugin is disabled or not
|
|
780
|
+
|
|
701
781
|
### `settings` (boolean)
|
|
702
782
|
|
|
703
783
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -833,6 +913,22 @@ Currently, only "SVG" is supported.
|
|
|
833
913
|
|
|
834
914
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
835
915
|
|
|
916
|
+
#### `blockquote` (object)
|
|
917
|
+
|
|
918
|
+
Properties of the `blockquote` object:
|
|
919
|
+
|
|
920
|
+
##### `disabled` (boolean)
|
|
921
|
+
|
|
922
|
+
Indicates if the plugin is disabled or not
|
|
923
|
+
|
|
924
|
+
#### `h3` (object)
|
|
925
|
+
|
|
926
|
+
Properties of the `h3` object:
|
|
927
|
+
|
|
928
|
+
##### `disabled` (boolean)
|
|
929
|
+
|
|
930
|
+
Indicates if the plugin is disabled or not
|
|
931
|
+
|
|
836
932
|
### `settingsPanelDisabled` (boolean)
|
|
837
933
|
|
|
838
934
|
Indicates if the settings panel is not available
|
|
@@ -998,6 +1094,22 @@ Currently, only "SVG" is supported.
|
|
|
998
1094
|
|
|
999
1095
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1000
1096
|
|
|
1097
|
+
### `blockquote` (object)
|
|
1098
|
+
|
|
1099
|
+
Properties of the `blockquote` object:
|
|
1100
|
+
|
|
1101
|
+
#### `disabled` (boolean)
|
|
1102
|
+
|
|
1103
|
+
Indicates if the plugin is disabled or not
|
|
1104
|
+
|
|
1105
|
+
### `h3` (object)
|
|
1106
|
+
|
|
1107
|
+
Properties of the `h3` object:
|
|
1108
|
+
|
|
1109
|
+
#### `disabled` (boolean)
|
|
1110
|
+
|
|
1111
|
+
Indicates if the plugin is disabled or not
|
|
1112
|
+
|
|
1001
1113
|
## `EditableHtmlButtonConfigure` (object)
|
|
1002
1114
|
|
|
1003
1115
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -1124,6 +1236,22 @@ Currently, only "SVG" is supported.
|
|
|
1124
1236
|
|
|
1125
1237
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1126
1238
|
|
|
1239
|
+
#### `blockquote` (object)
|
|
1240
|
+
|
|
1241
|
+
Properties of the `blockquote` object:
|
|
1242
|
+
|
|
1243
|
+
##### `disabled` (boolean)
|
|
1244
|
+
|
|
1245
|
+
Indicates if the plugin is disabled or not
|
|
1246
|
+
|
|
1247
|
+
#### `h3` (object)
|
|
1248
|
+
|
|
1249
|
+
Properties of the `h3` object:
|
|
1250
|
+
|
|
1251
|
+
##### `disabled` (boolean)
|
|
1252
|
+
|
|
1253
|
+
Indicates if the plugin is disabled or not
|
|
1254
|
+
|
|
1127
1255
|
### `expandedInput` (object)
|
|
1128
1256
|
|
|
1129
1257
|
Properties of the `expandedInput` object:
|
|
@@ -1193,6 +1321,22 @@ Currently, only "SVG" is supported.
|
|
|
1193
1321
|
|
|
1194
1322
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1195
1323
|
|
|
1324
|
+
##### `blockquote` (object)
|
|
1325
|
+
|
|
1326
|
+
Properties of the `blockquote` object:
|
|
1327
|
+
|
|
1328
|
+
###### `disabled` (boolean)
|
|
1329
|
+
|
|
1330
|
+
Indicates if the plugin is disabled or not
|
|
1331
|
+
|
|
1332
|
+
##### `h3` (object)
|
|
1333
|
+
|
|
1334
|
+
Properties of the `h3` object:
|
|
1335
|
+
|
|
1336
|
+
###### `disabled` (boolean)
|
|
1337
|
+
|
|
1338
|
+
Indicates if the plugin is disabled or not
|
|
1339
|
+
|
|
1196
1340
|
#### `settings` (boolean)
|
|
1197
1341
|
|
|
1198
1342
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1270,6 +1414,22 @@ Currently, only "SVG" is supported.
|
|
|
1270
1414
|
|
|
1271
1415
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1272
1416
|
|
|
1417
|
+
##### `blockquote` (object)
|
|
1418
|
+
|
|
1419
|
+
Properties of the `blockquote` object:
|
|
1420
|
+
|
|
1421
|
+
###### `disabled` (boolean)
|
|
1422
|
+
|
|
1423
|
+
Indicates if the plugin is disabled or not
|
|
1424
|
+
|
|
1425
|
+
##### `h3` (object)
|
|
1426
|
+
|
|
1427
|
+
Properties of the `h3` object:
|
|
1428
|
+
|
|
1429
|
+
###### `disabled` (boolean)
|
|
1430
|
+
|
|
1431
|
+
Indicates if the plugin is disabled or not
|
|
1432
|
+
|
|
1273
1433
|
#### `settings` (boolean)
|
|
1274
1434
|
|
|
1275
1435
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1512,6 +1672,22 @@ Currently, only "SVG" is supported.
|
|
|
1512
1672
|
|
|
1513
1673
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1514
1674
|
|
|
1675
|
+
#### `blockquote` (object)
|
|
1676
|
+
|
|
1677
|
+
Properties of the `blockquote` object:
|
|
1678
|
+
|
|
1679
|
+
##### `disabled` (boolean)
|
|
1680
|
+
|
|
1681
|
+
Indicates if the plugin is disabled or not
|
|
1682
|
+
|
|
1683
|
+
#### `h3` (object)
|
|
1684
|
+
|
|
1685
|
+
Properties of the `h3` object:
|
|
1686
|
+
|
|
1687
|
+
##### `disabled` (boolean)
|
|
1688
|
+
|
|
1689
|
+
Indicates if the plugin is disabled or not
|
|
1690
|
+
|
|
1515
1691
|
### `settings` (boolean)
|
|
1516
1692
|
|
|
1517
1693
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1661,6 +1837,22 @@ Currently, only "SVG" is supported.
|
|
|
1661
1837
|
|
|
1662
1838
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1663
1839
|
|
|
1840
|
+
##### `blockquote` (object)
|
|
1841
|
+
|
|
1842
|
+
Properties of the `blockquote` object:
|
|
1843
|
+
|
|
1844
|
+
###### `disabled` (boolean)
|
|
1845
|
+
|
|
1846
|
+
Indicates if the plugin is disabled or not
|
|
1847
|
+
|
|
1848
|
+
##### `h3` (object)
|
|
1849
|
+
|
|
1850
|
+
Properties of the `h3` object:
|
|
1851
|
+
|
|
1852
|
+
###### `disabled` (boolean)
|
|
1853
|
+
|
|
1854
|
+
Indicates if the plugin is disabled or not
|
|
1855
|
+
|
|
1664
1856
|
#### `settings` (boolean)
|
|
1665
1857
|
|
|
1666
1858
|
Indicates if the item has to be displayed in the Settings Panel
|
package/docs/pie-schema.json
CHANGED
|
@@ -364,6 +364,28 @@
|
|
|
364
364
|
]
|
|
365
365
|
},
|
|
366
366
|
"title": "customPlugins"
|
|
367
|
+
},
|
|
368
|
+
"blockquote": {
|
|
369
|
+
"title": "EditableHtmlButtonConfigure",
|
|
370
|
+
"type": "object",
|
|
371
|
+
"properties": {
|
|
372
|
+
"disabled": {
|
|
373
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
374
|
+
"type": "boolean",
|
|
375
|
+
"title": "disabled"
|
|
376
|
+
}
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"h3": {
|
|
380
|
+
"title": "EditableHtmlButtonConfigure",
|
|
381
|
+
"type": "object",
|
|
382
|
+
"properties": {
|
|
383
|
+
"disabled": {
|
|
384
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
385
|
+
"type": "boolean",
|
|
386
|
+
"title": "disabled"
|
|
387
|
+
}
|
|
388
|
+
}
|
|
367
389
|
}
|
|
368
390
|
}
|
|
369
391
|
},
|
|
@@ -578,6 +600,28 @@
|
|
|
578
600
|
]
|
|
579
601
|
},
|
|
580
602
|
"title": "customPlugins"
|
|
603
|
+
},
|
|
604
|
+
"blockquote": {
|
|
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
|
+
"h3": {
|
|
616
|
+
"title": "EditableHtmlButtonConfigure",
|
|
617
|
+
"type": "object",
|
|
618
|
+
"properties": {
|
|
619
|
+
"disabled": {
|
|
620
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
621
|
+
"type": "boolean",
|
|
622
|
+
"title": "disabled"
|
|
623
|
+
}
|
|
624
|
+
}
|
|
581
625
|
}
|
|
582
626
|
}
|
|
583
627
|
},
|
|
@@ -746,6 +790,28 @@
|
|
|
746
790
|
]
|
|
747
791
|
},
|
|
748
792
|
"title": "customPlugins"
|
|
793
|
+
},
|
|
794
|
+
"blockquote": {
|
|
795
|
+
"title": "EditableHtmlButtonConfigure",
|
|
796
|
+
"type": "object",
|
|
797
|
+
"properties": {
|
|
798
|
+
"disabled": {
|
|
799
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
800
|
+
"type": "boolean",
|
|
801
|
+
"title": "disabled"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
},
|
|
805
|
+
"h3": {
|
|
806
|
+
"title": "EditableHtmlButtonConfigure",
|
|
807
|
+
"type": "object",
|
|
808
|
+
"properties": {
|
|
809
|
+
"disabled": {
|
|
810
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
811
|
+
"type": "boolean",
|
|
812
|
+
"title": "disabled"
|
|
813
|
+
}
|
|
814
|
+
}
|
|
749
815
|
}
|
|
750
816
|
}
|
|
751
817
|
},
|
|
@@ -837,6 +903,28 @@
|
|
|
837
903
|
]
|
|
838
904
|
},
|
|
839
905
|
"title": "customPlugins"
|
|
906
|
+
},
|
|
907
|
+
"blockquote": {
|
|
908
|
+
"title": "EditableHtmlButtonConfigure",
|
|
909
|
+
"type": "object",
|
|
910
|
+
"properties": {
|
|
911
|
+
"disabled": {
|
|
912
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
913
|
+
"type": "boolean",
|
|
914
|
+
"title": "disabled"
|
|
915
|
+
}
|
|
916
|
+
}
|
|
917
|
+
},
|
|
918
|
+
"h3": {
|
|
919
|
+
"title": "EditableHtmlButtonConfigure",
|
|
920
|
+
"type": "object",
|
|
921
|
+
"properties": {
|
|
922
|
+
"disabled": {
|
|
923
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
924
|
+
"type": "boolean",
|
|
925
|
+
"title": "disabled"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
840
928
|
}
|
|
841
929
|
}
|
|
842
930
|
},
|
|
@@ -940,6 +1028,28 @@
|
|
|
940
1028
|
]
|
|
941
1029
|
},
|
|
942
1030
|
"title": "customPlugins"
|
|
1031
|
+
},
|
|
1032
|
+
"blockquote": {
|
|
1033
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1034
|
+
"type": "object",
|
|
1035
|
+
"properties": {
|
|
1036
|
+
"disabled": {
|
|
1037
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1038
|
+
"type": "boolean",
|
|
1039
|
+
"title": "disabled"
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
"h3": {
|
|
1044
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1045
|
+
"type": "object",
|
|
1046
|
+
"properties": {
|
|
1047
|
+
"disabled": {
|
|
1048
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1049
|
+
"type": "boolean",
|
|
1050
|
+
"title": "disabled"
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
943
1053
|
}
|
|
944
1054
|
}
|
|
945
1055
|
},
|
|
@@ -1264,6 +1374,28 @@
|
|
|
1264
1374
|
]
|
|
1265
1375
|
},
|
|
1266
1376
|
"title": "customPlugins"
|
|
1377
|
+
},
|
|
1378
|
+
"blockquote": {
|
|
1379
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1380
|
+
"type": "object",
|
|
1381
|
+
"properties": {
|
|
1382
|
+
"disabled": {
|
|
1383
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1384
|
+
"type": "boolean",
|
|
1385
|
+
"title": "disabled"
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
},
|
|
1389
|
+
"h3": {
|
|
1390
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1391
|
+
"type": "object",
|
|
1392
|
+
"properties": {
|
|
1393
|
+
"disabled": {
|
|
1394
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1395
|
+
"type": "boolean",
|
|
1396
|
+
"title": "disabled"
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1267
1399
|
}
|
|
1268
1400
|
}
|
|
1269
1401
|
},
|
|
@@ -1458,6 +1590,28 @@
|
|
|
1458
1590
|
]
|
|
1459
1591
|
},
|
|
1460
1592
|
"title": "customPlugins"
|
|
1593
|
+
},
|
|
1594
|
+
"blockquote": {
|
|
1595
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1596
|
+
"type": "object",
|
|
1597
|
+
"properties": {
|
|
1598
|
+
"disabled": {
|
|
1599
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1600
|
+
"type": "boolean",
|
|
1601
|
+
"title": "disabled"
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
"h3": {
|
|
1606
|
+
"title": "EditableHtmlButtonConfigure",
|
|
1607
|
+
"type": "object",
|
|
1608
|
+
"properties": {
|
|
1609
|
+
"disabled": {
|
|
1610
|
+
"description": "Indicates if the plugin is disabled or not",
|
|
1611
|
+
"type": "boolean",
|
|
1612
|
+
"title": "disabled"
|
|
1613
|
+
}
|
|
1614
|
+
}
|
|
1461
1615
|
}
|
|
1462
1616
|
}
|
|
1463
1617
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -251,6 +251,22 @@ Currently, only "SVG" is supported.
|
|
|
251
251
|
|
|
252
252
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
253
253
|
|
|
254
|
+
#### `blockquote` (object)
|
|
255
|
+
|
|
256
|
+
Properties of the `blockquote` object:
|
|
257
|
+
|
|
258
|
+
##### `disabled` (boolean)
|
|
259
|
+
|
|
260
|
+
Indicates if the plugin is disabled or not
|
|
261
|
+
|
|
262
|
+
#### `h3` (object)
|
|
263
|
+
|
|
264
|
+
Properties of the `h3` object:
|
|
265
|
+
|
|
266
|
+
##### `disabled` (boolean)
|
|
267
|
+
|
|
268
|
+
Indicates if the plugin is disabled or not
|
|
269
|
+
|
|
254
270
|
### `settingsPanelDisabled` (boolean)
|
|
255
271
|
|
|
256
272
|
Indicates if the settings panel is not available
|
|
@@ -416,6 +432,22 @@ Currently, only "SVG" is supported.
|
|
|
416
432
|
|
|
417
433
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
418
434
|
|
|
435
|
+
### `blockquote` (object)
|
|
436
|
+
|
|
437
|
+
Properties of the `blockquote` object:
|
|
438
|
+
|
|
439
|
+
#### `disabled` (boolean)
|
|
440
|
+
|
|
441
|
+
Indicates if the plugin is disabled or not
|
|
442
|
+
|
|
443
|
+
### `h3` (object)
|
|
444
|
+
|
|
445
|
+
Properties of the `h3` object:
|
|
446
|
+
|
|
447
|
+
#### `disabled` (boolean)
|
|
448
|
+
|
|
449
|
+
Indicates if the plugin is disabled or not
|
|
450
|
+
|
|
419
451
|
## `EditableHtmlButtonConfigure` (object)
|
|
420
452
|
|
|
421
453
|
Properties of the `EditableHtmlButtonConfigure` object:
|
|
@@ -542,6 +574,22 @@ Currently, only "SVG" is supported.
|
|
|
542
574
|
|
|
543
575
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
544
576
|
|
|
577
|
+
#### `blockquote` (object)
|
|
578
|
+
|
|
579
|
+
Properties of the `blockquote` object:
|
|
580
|
+
|
|
581
|
+
##### `disabled` (boolean)
|
|
582
|
+
|
|
583
|
+
Indicates if the plugin is disabled or not
|
|
584
|
+
|
|
585
|
+
#### `h3` (object)
|
|
586
|
+
|
|
587
|
+
Properties of the `h3` object:
|
|
588
|
+
|
|
589
|
+
##### `disabled` (boolean)
|
|
590
|
+
|
|
591
|
+
Indicates if the plugin is disabled or not
|
|
592
|
+
|
|
545
593
|
### `expandedInput` (object)
|
|
546
594
|
|
|
547
595
|
Properties of the `expandedInput` object:
|
|
@@ -611,6 +659,22 @@ Currently, only "SVG" is supported.
|
|
|
611
659
|
|
|
612
660
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
613
661
|
|
|
662
|
+
##### `blockquote` (object)
|
|
663
|
+
|
|
664
|
+
Properties of the `blockquote` object:
|
|
665
|
+
|
|
666
|
+
###### `disabled` (boolean)
|
|
667
|
+
|
|
668
|
+
Indicates if the plugin is disabled or not
|
|
669
|
+
|
|
670
|
+
##### `h3` (object)
|
|
671
|
+
|
|
672
|
+
Properties of the `h3` object:
|
|
673
|
+
|
|
674
|
+
###### `disabled` (boolean)
|
|
675
|
+
|
|
676
|
+
Indicates if the plugin is disabled or not
|
|
677
|
+
|
|
614
678
|
#### `settings` (boolean)
|
|
615
679
|
|
|
616
680
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -688,6 +752,22 @@ Currently, only "SVG" is supported.
|
|
|
688
752
|
|
|
689
753
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
690
754
|
|
|
755
|
+
##### `blockquote` (object)
|
|
756
|
+
|
|
757
|
+
Properties of the `blockquote` object:
|
|
758
|
+
|
|
759
|
+
###### `disabled` (boolean)
|
|
760
|
+
|
|
761
|
+
Indicates if the plugin is disabled or not
|
|
762
|
+
|
|
763
|
+
##### `h3` (object)
|
|
764
|
+
|
|
765
|
+
Properties of the `h3` object:
|
|
766
|
+
|
|
767
|
+
###### `disabled` (boolean)
|
|
768
|
+
|
|
769
|
+
Indicates if the plugin is disabled or not
|
|
770
|
+
|
|
691
771
|
#### `settings` (boolean)
|
|
692
772
|
|
|
693
773
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -930,6 +1010,22 @@ Currently, only "SVG" is supported.
|
|
|
930
1010
|
|
|
931
1011
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
932
1012
|
|
|
1013
|
+
#### `blockquote` (object)
|
|
1014
|
+
|
|
1015
|
+
Properties of the `blockquote` object:
|
|
1016
|
+
|
|
1017
|
+
##### `disabled` (boolean)
|
|
1018
|
+
|
|
1019
|
+
Indicates if the plugin is disabled or not
|
|
1020
|
+
|
|
1021
|
+
#### `h3` (object)
|
|
1022
|
+
|
|
1023
|
+
Properties of the `h3` object:
|
|
1024
|
+
|
|
1025
|
+
##### `disabled` (boolean)
|
|
1026
|
+
|
|
1027
|
+
Indicates if the plugin is disabled or not
|
|
1028
|
+
|
|
933
1029
|
### `settings` (boolean)
|
|
934
1030
|
|
|
935
1031
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1079,6 +1175,22 @@ Currently, only "SVG" is supported.
|
|
|
1079
1175
|
|
|
1080
1176
|
The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
|
|
1081
1177
|
|
|
1178
|
+
##### `blockquote` (object)
|
|
1179
|
+
|
|
1180
|
+
Properties of the `blockquote` object:
|
|
1181
|
+
|
|
1182
|
+
###### `disabled` (boolean)
|
|
1183
|
+
|
|
1184
|
+
Indicates if the plugin is disabled or not
|
|
1185
|
+
|
|
1186
|
+
##### `h3` (object)
|
|
1187
|
+
|
|
1188
|
+
Properties of the `h3` object:
|
|
1189
|
+
|
|
1190
|
+
###### `disabled` (boolean)
|
|
1191
|
+
|
|
1192
|
+
Indicates if the plugin is disabled or not
|
|
1193
|
+
|
|
1082
1194
|
#### `settings` (boolean)
|
|
1083
1195
|
|
|
1084
1196
|
Indicates if the item has to be displayed in the Settings Panel
|
package/module/configure.js
CHANGED
|
@@ -135122,7 +135122,7 @@ const require$$14$4 = _dll_pie_framework__mathquill;
|
|
|
135122
135122
|
return;
|
|
135123
135123
|
}
|
|
135124
135124
|
var latex = this.props.latex;
|
|
135125
|
-
if (latex) {
|
|
135125
|
+
if (latex !== undefined && latex !== null) {
|
|
135126
135126
|
this.mathField.latex(latex);
|
|
135127
135127
|
}
|
|
135128
135128
|
}
|
|
@@ -145303,9 +145303,10 @@ const {isUndefined: require$$3$t} = _dll_lodash;
|
|
|
145303
145303
|
if (opts.error) {
|
|
145304
145304
|
_error = opts.error();
|
|
145305
145305
|
}
|
|
145306
|
+
var keyToDisplay = ("R ").concat(parseInt(_data.index) + 1);
|
|
145306
145307
|
return _react["default"].createElement(_mathTemplated["default"], {
|
|
145307
145308
|
attributes: attributes,
|
|
145308
|
-
keyToDisplay:
|
|
145309
|
+
keyToDisplay: keyToDisplay,
|
|
145309
145310
|
value: _data.value || '',
|
|
145310
145311
|
error: _error && _error[_data.index] && _error[_data.index][0]
|
|
145311
145312
|
});
|
|
@@ -148965,6 +148966,7 @@ var HeadingIcon = function HeadingIcon() {
|
|
|
148965
148966
|
function MarkHotkey(options) {
|
|
148966
148967
|
var type = options.type, key = options.key, icon = options.icon, tag = options.tag;
|
|
148967
148968
|
return {
|
|
148969
|
+
name: type,
|
|
148968
148970
|
toolbar: {
|
|
148969
148971
|
isMark: true,
|
|
148970
148972
|
type: type,
|
package/module/element.js
CHANGED
|
@@ -35916,7 +35916,7 @@ const require$$14$4 = _dll_pie_framework__mathquill;
|
|
|
35916
35916
|
return;
|
|
35917
35917
|
}
|
|
35918
35918
|
var latex = this.props.latex;
|
|
35919
|
-
if (latex) {
|
|
35919
|
+
if (latex !== undefined && latex !== null) {
|
|
35920
35920
|
this.mathField.latex(latex);
|
|
35921
35921
|
}
|
|
35922
35922
|
}
|
|
@@ -143570,9 +143570,10 @@ const {isUndefined: require$$3$t} = _dll_lodash;
|
|
|
143570
143570
|
if (opts.error) {
|
|
143571
143571
|
_error = opts.error();
|
|
143572
143572
|
}
|
|
143573
|
+
var keyToDisplay = ("R ").concat(parseInt(_data.index) + 1);
|
|
143573
143574
|
return _react["default"].createElement(_mathTemplated["default"], {
|
|
143574
143575
|
attributes: attributes,
|
|
143575
|
-
keyToDisplay:
|
|
143576
|
+
keyToDisplay: keyToDisplay,
|
|
143576
143577
|
value: _data.value || '',
|
|
143577
143578
|
error: _error && _error[_data.index] && _error[_data.index][0]
|
|
143578
143579
|
});
|
|
@@ -147232,6 +147233,7 @@ var HeadingIcon = function HeadingIcon() {
|
|
|
147232
147233
|
function MarkHotkey(options) {
|
|
147233
147234
|
var type = options.type, key = options.key, icon = options.icon, tag = options.tag;
|
|
147234
147235
|
return {
|
|
147236
|
+
name: type,
|
|
147235
147237
|
toolbar: {
|
|
147236
147238
|
isMark: true,
|
|
147237
147239
|
type: type,
|
package/module/print.js
CHANGED
|
@@ -35916,7 +35916,7 @@ const require$$14$4 = _dll_pie_framework__mathquill;
|
|
|
35916
35916
|
return;
|
|
35917
35917
|
}
|
|
35918
35918
|
var latex = this.props.latex;
|
|
35919
|
-
if (latex) {
|
|
35919
|
+
if (latex !== undefined && latex !== null) {
|
|
35920
35920
|
this.mathField.latex(latex);
|
|
35921
35921
|
}
|
|
35922
35922
|
}
|
|
@@ -143570,9 +143570,10 @@ const {isUndefined: require$$3$t} = _dll_lodash;
|
|
|
143570
143570
|
if (opts.error) {
|
|
143571
143571
|
_error = opts.error();
|
|
143572
143572
|
}
|
|
143573
|
+
var keyToDisplay = ("R ").concat(parseInt(_data.index) + 1);
|
|
143573
143574
|
return _react["default"].createElement(_mathTemplated["default"], {
|
|
143574
143575
|
attributes: attributes,
|
|
143575
|
-
keyToDisplay:
|
|
143576
|
+
keyToDisplay: keyToDisplay,
|
|
143576
143577
|
value: _data.value || '',
|
|
143577
143578
|
error: _error && _error[_data.index] && _error[_data.index][0]
|
|
143578
143579
|
});
|
|
@@ -147232,6 +147233,7 @@ var HeadingIcon = function HeadingIcon() {
|
|
|
147232
147233
|
function MarkHotkey(options) {
|
|
147233
147234
|
var type = options.type, key = options.key, icon = options.icon, tag = options.tag;
|
|
147234
147235
|
return {
|
|
147236
|
+
name: type,
|
|
147235
147237
|
toolbar: {
|
|
147236
147238
|
isMark: true,
|
|
147237
147239
|
type: type,
|
package/package.json
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/complex-rubric",
|
|
3
3
|
"repository": "pie-framework/pie-elements",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.15.0",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@material-ui/core": "^3.9.2",
|
|
10
|
-
"@pie-element/multi-trait-rubric": "^3.
|
|
11
|
-
"@pie-element/rubric": "^3.
|
|
10
|
+
"@pie-element/multi-trait-rubric": "^3.15.0",
|
|
11
|
+
"@pie-element/rubric": "^3.15.0",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
13
|
"classnames": "^2.2.5",
|
|
14
14
|
"debug": "^4.1.1",
|
|
15
15
|
"lodash": "^4.17.11",
|
|
16
16
|
"prop-types": "^15.7.2"
|
|
17
17
|
},
|
|
18
|
-
"gitHead": "
|
|
18
|
+
"gitHead": "32f0b3dbc46526a56225b2f3b288ec93dec4dfc1",
|
|
19
19
|
"scripts": {
|
|
20
20
|
"postpublish": "../../scripts/postpublish"
|
|
21
21
|
},
|