@pie-element/fraction-model 6.1.1 → 6.1.2-next.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.
Files changed (194) hide show
  1. package/configure.js +2 -0
  2. package/controller.js +1 -0
  3. package/dist/author/card-bar.d.ts +20 -0
  4. package/dist/author/card-bar.js +40 -0
  5. package/dist/author/defaults.d.ts +113 -0
  6. package/dist/author/defaults.js +84 -0
  7. package/dist/author/index.d.ts +44 -0
  8. package/dist/author/index.js +88 -0
  9. package/dist/author/main.d.ts +25 -0
  10. package/dist/author/main.js +156 -0
  11. package/dist/author/model-options.d.ts +32 -0
  12. package/dist/author/model-options.js +85 -0
  13. package/dist/author/number-text-field.d.ts +15 -0
  14. package/dist/author/number-text-field.js +24 -0
  15. package/dist/browser/author/index.js +37287 -0
  16. package/dist/browser/author/index.js.map +1 -0
  17. package/dist/browser/controller/index.js +78 -0
  18. package/dist/browser/controller/index.js.map +1 -0
  19. package/dist/browser/delivery/index.js +2 -0
  20. package/dist/browser/delivery-BSG67wbh.js +28213 -0
  21. package/dist/browser/delivery-BSG67wbh.js.map +1 -0
  22. package/dist/browser/fraction-model.css +2 -0
  23. package/dist/browser/isEmpty-Cj-5W3cl.js +16 -0
  24. package/dist/browser/isEmpty-Cj-5W3cl.js.map +1 -0
  25. package/dist/browser/isTypedArray-yL07_GBh.js +171 -0
  26. package/dist/browser/isTypedArray-yL07_GBh.js.map +1 -0
  27. package/dist/controller/defaults.d.ts +21 -0
  28. package/dist/controller/defaults.js +13 -0
  29. package/dist/controller/index.d.ts +23 -0
  30. package/dist/controller/index.js +68 -0
  31. package/dist/delivery/answer-fraction.d.ts +27 -0
  32. package/dist/delivery/answer-fraction.js +69 -0
  33. package/dist/delivery/fraction-model-chart.d.ts +11 -0
  34. package/dist/delivery/fraction-model-chart.js +154 -0
  35. package/dist/delivery/index.d.ts +22 -0
  36. package/dist/delivery/index.js +54 -0
  37. package/dist/delivery/main.d.ts +38 -0
  38. package/dist/delivery/main.js +136 -0
  39. package/dist/index.d.ts +1 -0
  40. package/dist/index.iife.d.ts +8 -0
  41. package/dist/index.iife.js +179 -0
  42. package/dist/index.js +2 -0
  43. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
  44. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
  45. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
  46. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
  47. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
  48. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
  49. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
  50. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
  51. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
  52. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
  53. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
  54. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
  55. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
  56. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
  57. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
  58. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
  59. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
  60. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
  61. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
  62. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
  63. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
  64. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
  65. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
  66. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
  67. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
  68. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
  69. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
  70. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
  71. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
  72. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
  73. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
  74. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
  75. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
  76. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
  77. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
  78. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
  79. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
  80. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
  81. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
  82. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
  83. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
  84. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
  85. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
  86. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
  87. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
  88. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
  89. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
  90. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
  91. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
  92. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
  93. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
  94. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
  95. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
  96. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
  97. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
  98. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
  99. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
  100. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
  101. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
  102. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
  103. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
  104. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
  105. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
  106. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
  107. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
  108. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
  109. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
  110. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
  111. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
  112. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
  113. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
  114. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
  115. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
  116. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
  117. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
  118. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
  119. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
  120. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
  121. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
  122. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
  123. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
  124. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
  125. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
  126. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
  127. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
  128. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
  129. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
  130. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
  131. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
  132. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
  133. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
  134. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
  135. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
  136. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
  137. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
  138. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
  139. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
  140. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
  141. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
  142. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
  143. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
  144. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
  145. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
  146. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
  147. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
  148. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
  149. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
  150. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
  151. package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
  152. package/package.json +77 -17
  153. package/CHANGELOG.json +0 -1
  154. package/CHANGELOG.md +0 -588
  155. package/LICENSE.md +0 -5
  156. package/README.md +0 -18
  157. package/configure/CHANGELOG.json +0 -1
  158. package/configure/CHANGELOG.md +0 -553
  159. package/configure/lib/card-bar.js +0 -57
  160. package/configure/lib/card-bar.js.map +0 -1
  161. package/configure/lib/defaults.js +0 -114
  162. package/configure/lib/defaults.js.map +0 -1
  163. package/configure/lib/index.js +0 -163
  164. package/configure/lib/index.js.map +0 -1
  165. package/configure/lib/main.js +0 -253
  166. package/configure/lib/main.js.map +0 -1
  167. package/configure/lib/model-options.js +0 -144
  168. package/configure/lib/model-options.js.map +0 -1
  169. package/configure/lib/number-text-field.js +0 -47
  170. package/configure/lib/number-text-field.js.map +0 -1
  171. package/configure/package.json +0 -24
  172. package/controller/CHANGELOG.json +0 -1
  173. package/controller/CHANGELOG.md +0 -480
  174. package/controller/lib/defaults.js +0 -20
  175. package/controller/lib/defaults.js.map +0 -1
  176. package/controller/lib/index.js +0 -215
  177. package/controller/lib/index.js.map +0 -1
  178. package/controller/package.json +0 -15
  179. package/docs/config-schema.json +0 -1796
  180. package/docs/config-schema.json.md +0 -1318
  181. package/docs/demo/config.js +0 -8
  182. package/docs/demo/generate.js +0 -6
  183. package/docs/demo/index.html +0 -1
  184. package/docs/demo/session.js +0 -6
  185. package/docs/pie-schema.json +0 -873
  186. package/docs/pie-schema.json.md +0 -639
  187. package/lib/answer-fraction.js +0 -109
  188. package/lib/answer-fraction.js.map +0 -1
  189. package/lib/fraction-model-chart.js +0 -279
  190. package/lib/fraction-model-chart.js.map +0 -1
  191. package/lib/index.js +0 -91
  192. package/lib/index.js.map +0 -1
  193. package/lib/main.js +0 -203
  194. package/lib/main.js.map +0 -1
@@ -1,1318 +0,0 @@
1
- Config Object for @pie-elements/fraction-model
2
-
3
- The schema defines the following properties:
4
-
5
- # `baseInputConfiguration` (object)
6
-
7
- Properties of the `baseInputConfiguration` object:
8
-
9
- ## `math` (object)
10
-
11
- Properties of the `math` object:
12
-
13
- ### `disabled` (boolean)
14
-
15
- Indicates if the plugin is disabled or not
16
-
17
- ## `audio` (object)
18
-
19
- Properties of the `audio` object:
20
-
21
- ### `disabled` (boolean)
22
-
23
- Indicates if the plugin is disabled or not
24
-
25
- ## `video` (object)
26
-
27
- Properties of the `video` object:
28
-
29
- ### `disabled` (boolean)
30
-
31
- Indicates if the plugin is disabled or not
32
-
33
- ## `image` (object)
34
-
35
- Properties of the `image` object:
36
-
37
- ### `disabled` (boolean)
38
-
39
- Indicates if the plugin is disabled or not
40
-
41
- ## `customPlugins` (array)
42
-
43
- An array of objects that determine custom plugins.
44
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
45
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
46
-
47
- The object is an array with all elements of the type `object`.
48
-
49
- The array object has the following properties:
50
-
51
- ### `event` (string, required)
52
-
53
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
54
- PIE will emit the event prefixed with "PIE-".
55
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
56
-
57
- ### `iconAlt` (string, required)
58
-
59
- The alt for the custom button icon
60
-
61
- ### `iconType` (string, required)
62
-
63
- The icon type.
64
- Currently, only "SVG" is supported.
65
-
66
- ### `icon` (string, required)
67
-
68
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
69
-
70
- ## `blockquote` (object)
71
-
72
- Properties of the `blockquote` object:
73
-
74
- ### `disabled` (boolean)
75
-
76
- Indicates if the plugin is disabled or not
77
-
78
- ## `h3` (object)
79
-
80
- Properties of the `h3` object:
81
-
82
- ### `disabled` (boolean)
83
-
84
- Indicates if the plugin is disabled or not
85
-
86
- ## `characters` (object)
87
-
88
- Properties of the `characters` object:
89
-
90
- ### `disabled` (boolean)
91
-
92
- Indicates if the plugin is disabled or not
93
-
94
- ## `bold` (object)
95
-
96
- Properties of the `bold` object:
97
-
98
- ### `disabled` (boolean)
99
-
100
- Indicates if the plugin is disabled or not
101
-
102
- ## `html` (object)
103
-
104
- Properties of the `html` object:
105
-
106
- ### `disabled` (boolean)
107
-
108
- Indicates if the plugin is disabled or not
109
-
110
- ## `italic` (object)
111
-
112
- Properties of the `italic` object:
113
-
114
- ### `disabled` (boolean)
115
-
116
- Indicates if the plugin is disabled or not
117
-
118
- ## `ol_list` (object)
119
-
120
- Properties of the `ol_list` object:
121
-
122
- ### `disabled` (boolean)
123
-
124
- Indicates if the plugin is disabled or not
125
-
126
- ## `redo` (object)
127
-
128
- Properties of the `redo` object:
129
-
130
- ### `disabled` (boolean)
131
-
132
- Indicates if the plugin is disabled or not
133
-
134
- ## `strikethrough` (object)
135
-
136
- Properties of the `strikethrough` object:
137
-
138
- ### `disabled` (boolean)
139
-
140
- Indicates if the plugin is disabled or not
141
-
142
- ## `sub` (object)
143
-
144
- Properties of the `sub` object:
145
-
146
- ### `disabled` (boolean)
147
-
148
- Indicates if the plugin is disabled or not
149
-
150
- ## `sup` (object)
151
-
152
- Properties of the `sup` object:
153
-
154
- ### `disabled` (boolean)
155
-
156
- Indicates if the plugin is disabled or not
157
-
158
- ## `table` (object)
159
-
160
- Properties of the `table` object:
161
-
162
- ### `disabled` (boolean)
163
-
164
- Indicates if the plugin is disabled or not
165
-
166
- ## `ul_list` (object)
167
-
168
- Properties of the `ul_list` object:
169
-
170
- ### `disabled` (boolean)
171
-
172
- Indicates if the plugin is disabled or not
173
-
174
- ## `underline` (object)
175
-
176
- Properties of the `underline` object:
177
-
178
- ### `disabled` (boolean)
179
-
180
- Indicates if the plugin is disabled or not
181
-
182
- ## `undo` (object)
183
-
184
- Properties of the `undo` object:
185
-
186
- ### `disabled` (boolean)
187
-
188
- Indicates if the plugin is disabled or not
189
-
190
- # `title` (object)
191
-
192
- Properties of the `title` object:
193
-
194
- ## `inputConfiguration` (object)
195
-
196
- Properties of the `inputConfiguration` object:
197
-
198
- ### `math` (object)
199
-
200
- Properties of the `math` object:
201
-
202
- #### `disabled` (boolean)
203
-
204
- Indicates if the plugin is disabled or not
205
-
206
- ### `audio` (object)
207
-
208
- Properties of the `audio` object:
209
-
210
- #### `disabled` (boolean)
211
-
212
- Indicates if the plugin is disabled or not
213
-
214
- ### `video` (object)
215
-
216
- Properties of the `video` object:
217
-
218
- #### `disabled` (boolean)
219
-
220
- Indicates if the plugin is disabled or not
221
-
222
- ### `image` (object)
223
-
224
- Properties of the `image` object:
225
-
226
- #### `disabled` (boolean)
227
-
228
- Indicates if the plugin is disabled or not
229
-
230
- ### `customPlugins` (array)
231
-
232
- An array of objects that determine custom plugins.
233
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
234
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
235
-
236
- The object is an array with all elements of the type `object`.
237
-
238
- The array object has the following properties:
239
-
240
- #### `event` (string, required)
241
-
242
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
243
- PIE will emit the event prefixed with "PIE-".
244
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
245
-
246
- #### `iconAlt` (string, required)
247
-
248
- The alt for the custom button icon
249
-
250
- #### `iconType` (string, required)
251
-
252
- The icon type.
253
- Currently, only "SVG" is supported.
254
-
255
- #### `icon` (string, required)
256
-
257
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
258
-
259
- ### `blockquote` (object)
260
-
261
- Properties of the `blockquote` object:
262
-
263
- #### `disabled` (boolean)
264
-
265
- Indicates if the plugin is disabled or not
266
-
267
- ### `h3` (object)
268
-
269
- Properties of the `h3` object:
270
-
271
- #### `disabled` (boolean)
272
-
273
- Indicates if the plugin is disabled or not
274
-
275
- ### `characters` (object)
276
-
277
- Properties of the `characters` object:
278
-
279
- #### `disabled` (boolean)
280
-
281
- Indicates if the plugin is disabled or not
282
-
283
- ### `bold` (object)
284
-
285
- Properties of the `bold` object:
286
-
287
- #### `disabled` (boolean)
288
-
289
- Indicates if the plugin is disabled or not
290
-
291
- ### `html` (object)
292
-
293
- Properties of the `html` object:
294
-
295
- #### `disabled` (boolean)
296
-
297
- Indicates if the plugin is disabled or not
298
-
299
- ### `italic` (object)
300
-
301
- Properties of the `italic` object:
302
-
303
- #### `disabled` (boolean)
304
-
305
- Indicates if the plugin is disabled or not
306
-
307
- ### `ol_list` (object)
308
-
309
- Properties of the `ol_list` object:
310
-
311
- #### `disabled` (boolean)
312
-
313
- Indicates if the plugin is disabled or not
314
-
315
- ### `redo` (object)
316
-
317
- Properties of the `redo` object:
318
-
319
- #### `disabled` (boolean)
320
-
321
- Indicates if the plugin is disabled or not
322
-
323
- ### `strikethrough` (object)
324
-
325
- Properties of the `strikethrough` object:
326
-
327
- #### `disabled` (boolean)
328
-
329
- Indicates if the plugin is disabled or not
330
-
331
- ### `sub` (object)
332
-
333
- Properties of the `sub` object:
334
-
335
- #### `disabled` (boolean)
336
-
337
- Indicates if the plugin is disabled or not
338
-
339
- ### `sup` (object)
340
-
341
- Properties of the `sup` object:
342
-
343
- #### `disabled` (boolean)
344
-
345
- Indicates if the plugin is disabled or not
346
-
347
- ### `table` (object)
348
-
349
- Properties of the `table` object:
350
-
351
- #### `disabled` (boolean)
352
-
353
- Indicates if the plugin is disabled or not
354
-
355
- ### `ul_list` (object)
356
-
357
- Properties of the `ul_list` object:
358
-
359
- #### `disabled` (boolean)
360
-
361
- Indicates if the plugin is disabled or not
362
-
363
- ### `underline` (object)
364
-
365
- Properties of the `underline` object:
366
-
367
- #### `disabled` (boolean)
368
-
369
- Indicates if the plugin is disabled or not
370
-
371
- ### `undo` (object)
372
-
373
- Properties of the `undo` object:
374
-
375
- #### `disabled` (boolean)
376
-
377
- Indicates if the plugin is disabled or not
378
-
379
- ## `settings` (boolean)
380
-
381
- Indicates if the item has to be displayed in the Settings Panel
382
-
383
- ## `label` (string)
384
-
385
- Indicates the label for the item that has to be displayed in the Settings Panel
386
-
387
- # `prompt` (object)
388
-
389
- Properties of the `prompt` object:
390
-
391
- ## `inputConfiguration` (object)
392
-
393
- Properties of the `inputConfiguration` object:
394
-
395
- ### `math` (object)
396
-
397
- Properties of the `math` object:
398
-
399
- #### `disabled` (boolean)
400
-
401
- Indicates if the plugin is disabled or not
402
-
403
- ### `audio` (object)
404
-
405
- Properties of the `audio` object:
406
-
407
- #### `disabled` (boolean)
408
-
409
- Indicates if the plugin is disabled or not
410
-
411
- ### `video` (object)
412
-
413
- Properties of the `video` object:
414
-
415
- #### `disabled` (boolean)
416
-
417
- Indicates if the plugin is disabled or not
418
-
419
- ### `image` (object)
420
-
421
- Properties of the `image` object:
422
-
423
- #### `disabled` (boolean)
424
-
425
- Indicates if the plugin is disabled or not
426
-
427
- ### `customPlugins` (array)
428
-
429
- An array of objects that determine custom plugins.
430
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
431
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
432
-
433
- The object is an array with all elements of the type `object`.
434
-
435
- The array object has the following properties:
436
-
437
- #### `event` (string, required)
438
-
439
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
440
- PIE will emit the event prefixed with "PIE-".
441
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
442
-
443
- #### `iconAlt` (string, required)
444
-
445
- The alt for the custom button icon
446
-
447
- #### `iconType` (string, required)
448
-
449
- The icon type.
450
- Currently, only "SVG" is supported.
451
-
452
- #### `icon` (string, required)
453
-
454
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
455
-
456
- ### `blockquote` (object)
457
-
458
- Properties of the `blockquote` object:
459
-
460
- #### `disabled` (boolean)
461
-
462
- Indicates if the plugin is disabled or not
463
-
464
- ### `h3` (object)
465
-
466
- Properties of the `h3` object:
467
-
468
- #### `disabled` (boolean)
469
-
470
- Indicates if the plugin is disabled or not
471
-
472
- ### `characters` (object)
473
-
474
- Properties of the `characters` object:
475
-
476
- #### `disabled` (boolean)
477
-
478
- Indicates if the plugin is disabled or not
479
-
480
- ### `bold` (object)
481
-
482
- Properties of the `bold` object:
483
-
484
- #### `disabled` (boolean)
485
-
486
- Indicates if the plugin is disabled or not
487
-
488
- ### `html` (object)
489
-
490
- Properties of the `html` object:
491
-
492
- #### `disabled` (boolean)
493
-
494
- Indicates if the plugin is disabled or not
495
-
496
- ### `italic` (object)
497
-
498
- Properties of the `italic` object:
499
-
500
- #### `disabled` (boolean)
501
-
502
- Indicates if the plugin is disabled or not
503
-
504
- ### `ol_list` (object)
505
-
506
- Properties of the `ol_list` object:
507
-
508
- #### `disabled` (boolean)
509
-
510
- Indicates if the plugin is disabled or not
511
-
512
- ### `redo` (object)
513
-
514
- Properties of the `redo` object:
515
-
516
- #### `disabled` (boolean)
517
-
518
- Indicates if the plugin is disabled or not
519
-
520
- ### `strikethrough` (object)
521
-
522
- Properties of the `strikethrough` object:
523
-
524
- #### `disabled` (boolean)
525
-
526
- Indicates if the plugin is disabled or not
527
-
528
- ### `sub` (object)
529
-
530
- Properties of the `sub` object:
531
-
532
- #### `disabled` (boolean)
533
-
534
- Indicates if the plugin is disabled or not
535
-
536
- ### `sup` (object)
537
-
538
- Properties of the `sup` object:
539
-
540
- #### `disabled` (boolean)
541
-
542
- Indicates if the plugin is disabled or not
543
-
544
- ### `table` (object)
545
-
546
- Properties of the `table` object:
547
-
548
- #### `disabled` (boolean)
549
-
550
- Indicates if the plugin is disabled or not
551
-
552
- ### `ul_list` (object)
553
-
554
- Properties of the `ul_list` object:
555
-
556
- #### `disabled` (boolean)
557
-
558
- Indicates if the plugin is disabled or not
559
-
560
- ### `underline` (object)
561
-
562
- Properties of the `underline` object:
563
-
564
- #### `disabled` (boolean)
565
-
566
- Indicates if the plugin is disabled or not
567
-
568
- ### `undo` (object)
569
-
570
- Properties of the `undo` object:
571
-
572
- #### `disabled` (boolean)
573
-
574
- Indicates if the plugin is disabled or not
575
-
576
- ## `settings` (boolean)
577
-
578
- Indicates if the item has to be displayed in the Settings Panel
579
-
580
- ## `label` (string)
581
-
582
- Indicates the label for the item that has to be displayed in the Settings Panel
583
-
584
- # `modelOptions` (object)
585
-
586
- Properties of the `modelOptions` object:
587
-
588
- ## `maxOfModel` (object)
589
-
590
- Properties of the `maxOfModel` object:
591
-
592
- ### `min` (number)
593
-
594
- Indicates the min value for number model
595
-
596
- ### `max` (number)
597
-
598
- Indicates the max value for number model
599
-
600
- ### `default` (number)
601
-
602
- Indicates the default value for number model
603
-
604
- ## `partsPerModel` (object)
605
-
606
- Properties of the `partsPerModel` object:
607
-
608
- ### `min` (number)
609
-
610
- Indicates the min value for number model
611
-
612
- ### `max` (number)
613
-
614
- Indicates the max value for number model
615
-
616
- ### `default` (number)
617
-
618
- Indicates the default value for number model
619
-
620
- ## `modelTypeChoices` (array)
621
-
622
- Indicates the model types of item
623
-
624
- The object is an array with all elements of the type `object`.
625
-
626
- The array object has the following properties:
627
-
628
- ### `value` (string, required)
629
-
630
- Indicates the value for model choice
631
-
632
- ### `label` (string, required)
633
-
634
- Indicates the label for model choice
635
-
636
- # `mathMlOptions` (object)
637
-
638
- Properties of the `mathMlOptions` object:
639
-
640
- ## `mmlOutput` (number)
641
-
642
- Indicates if model should have mathML output instead of latex
643
-
644
- ## `mmlEditing` (number)
645
-
646
- Indicates if mathML that's already in model should be editable
647
-
648
- # `language` (object)
649
-
650
- Properties of the `language` object:
651
-
652
- ## `enabled` (boolean)
653
-
654
- Indicates the value of the item if it affects config-ui
655
- (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
656
-
657
- ## `settings` (boolean)
658
-
659
- Indicates if the item has to be displayed in the Settings Panel
660
-
661
- ## `label` (string)
662
-
663
- Indicates the label for the item that has to be displayed in the Settings Panel
664
-
665
- # `languageChoices` (object)
666
-
667
- Language choices configuration
668
- Only available if language is enabled
669
-
670
- Properties of the `languageChoices` object:
671
-
672
- ## `label` (string, required)
673
-
674
- ## `options` (array, required)
675
-
676
- The object is an array with all elements of the type `object`.
677
-
678
- The array object has the following properties:
679
-
680
- ### `value` (string, required)
681
-
682
- Value of the language option
683
-
684
- ### `label` (string, required)
685
-
686
- Label of the language option
687
-
688
- # `feedback` (object)
689
-
690
- Properties of the `feedback` object:
691
-
692
- ## `settings` (boolean)
693
-
694
- Indicates if the item has to be displayed in the Settings Panel
695
-
696
- ## `label` (string)
697
-
698
- Indicates the label for the item that has to be displayed in the Settings Panel
699
-
700
- # `settingsPanelDisabled` (boolean)
701
-
702
- Indicates if the settings panel is not available
703
-
704
- # `spellCheck` (object)
705
-
706
- Properties of the `spellCheck` object:
707
-
708
- ## `settings` (boolean)
709
-
710
- Indicates if the item has to be displayed in the Settings Panel
711
-
712
- ## `label` (string)
713
-
714
- Indicates the label for the item that has to be displayed in the Settings Panel
715
-
716
- # `showPrompt` (boolean)
717
-
718
- Determines whether prompt field will be displayed or not
719
-
720
- Default: `true`
721
-
722
- # `promptLabel` (string)
723
-
724
- The label for the item stem/prompt field
725
-
726
- Default: `"Item Stemm"`
727
-
728
- # `contentDimensions` (object)
729
-
730
- Indicates the dimensions configuration for the authoring container
731
- Note: Some items have a default minimum width because of their content, but if
732
- the minWidth is lower than this, the overflow behavior will take care of that
733
-
734
- Properties of the `contentDimensions` object:
735
-
736
- ## `maxHeight` (string,number)
737
-
738
- Indicates the max height of the authoring container
739
-
740
- Default: `"undefined"`
741
-
742
- ## `maxWidth` (string,number)
743
-
744
- Indicates the max width of the authoring container
745
-
746
- Default: `"undefined"`
747
-
748
- ## `minHeight` (string,number)
749
-
750
- Indicates the min height of the authoring container
751
-
752
- Default: `"undefined"`
753
-
754
- ## `minWidth` (string,number)
755
-
756
- Indicates the min width of the authoring container
757
-
758
- Default: `"undefined"`
759
-
760
- Default: `": {}"`
761
-
762
- # `settingsPartialScoring` (boolean)
763
-
764
- Indicates whether the settings panel wil allow the author to modify settings for partial scoring
765
-
766
- Default: `true`
767
-
768
- ---
769
-
770
- # Sub Schemas
771
-
772
- The schema defines the following additional types:
773
-
774
- ## `EditableHtmlConfigureProp` (object)
775
-
776
- Properties of the `EditableHtmlConfigureProp` object:
777
-
778
- ### `math` (object)
779
-
780
- Properties of the `math` object:
781
-
782
- #### `disabled` (boolean)
783
-
784
- Indicates if the plugin is disabled or not
785
-
786
- ### `audio` (object)
787
-
788
- Properties of the `audio` object:
789
-
790
- #### `disabled` (boolean)
791
-
792
- Indicates if the plugin is disabled or not
793
-
794
- ### `video` (object)
795
-
796
- Properties of the `video` object:
797
-
798
- #### `disabled` (boolean)
799
-
800
- Indicates if the plugin is disabled or not
801
-
802
- ### `image` (object)
803
-
804
- Properties of the `image` object:
805
-
806
- #### `disabled` (boolean)
807
-
808
- Indicates if the plugin is disabled or not
809
-
810
- ### `customPlugins` (array)
811
-
812
- An array of objects that determine custom plugins.
813
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
814
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
815
-
816
- The object is an array with all elements of the type `object`.
817
-
818
- The array object has the following properties:
819
-
820
- #### `event` (string, required)
821
-
822
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
823
- PIE will emit the event prefixed with "PIE-".
824
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
825
-
826
- #### `iconAlt` (string, required)
827
-
828
- The alt for the custom button icon
829
-
830
- #### `iconType` (string, required)
831
-
832
- The icon type.
833
- Currently, only "SVG" is supported.
834
-
835
- #### `icon` (string, required)
836
-
837
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
838
-
839
- ### `blockquote` (object)
840
-
841
- Properties of the `blockquote` object:
842
-
843
- #### `disabled` (boolean)
844
-
845
- Indicates if the plugin is disabled or not
846
-
847
- ### `h3` (object)
848
-
849
- Properties of the `h3` object:
850
-
851
- #### `disabled` (boolean)
852
-
853
- Indicates if the plugin is disabled or not
854
-
855
- ### `characters` (object)
856
-
857
- Properties of the `characters` object:
858
-
859
- #### `disabled` (boolean)
860
-
861
- Indicates if the plugin is disabled or not
862
-
863
- ### `bold` (object)
864
-
865
- Properties of the `bold` object:
866
-
867
- #### `disabled` (boolean)
868
-
869
- Indicates if the plugin is disabled or not
870
-
871
- ### `html` (object)
872
-
873
- Properties of the `html` object:
874
-
875
- #### `disabled` (boolean)
876
-
877
- Indicates if the plugin is disabled or not
878
-
879
- ### `italic` (object)
880
-
881
- Properties of the `italic` object:
882
-
883
- #### `disabled` (boolean)
884
-
885
- Indicates if the plugin is disabled or not
886
-
887
- ### `ol_list` (object)
888
-
889
- Properties of the `ol_list` object:
890
-
891
- #### `disabled` (boolean)
892
-
893
- Indicates if the plugin is disabled or not
894
-
895
- ### `redo` (object)
896
-
897
- Properties of the `redo` object:
898
-
899
- #### `disabled` (boolean)
900
-
901
- Indicates if the plugin is disabled or not
902
-
903
- ### `strikethrough` (object)
904
-
905
- Properties of the `strikethrough` object:
906
-
907
- #### `disabled` (boolean)
908
-
909
- Indicates if the plugin is disabled or not
910
-
911
- ### `sub` (object)
912
-
913
- Properties of the `sub` object:
914
-
915
- #### `disabled` (boolean)
916
-
917
- Indicates if the plugin is disabled or not
918
-
919
- ### `sup` (object)
920
-
921
- Properties of the `sup` object:
922
-
923
- #### `disabled` (boolean)
924
-
925
- Indicates if the plugin is disabled or not
926
-
927
- ### `table` (object)
928
-
929
- Properties of the `table` object:
930
-
931
- #### `disabled` (boolean)
932
-
933
- Indicates if the plugin is disabled or not
934
-
935
- ### `ul_list` (object)
936
-
937
- Properties of the `ul_list` object:
938
-
939
- #### `disabled` (boolean)
940
-
941
- Indicates if the plugin is disabled or not
942
-
943
- ### `underline` (object)
944
-
945
- Properties of the `underline` object:
946
-
947
- #### `disabled` (boolean)
948
-
949
- Indicates if the plugin is disabled or not
950
-
951
- ### `undo` (object)
952
-
953
- Properties of the `undo` object:
954
-
955
- #### `disabled` (boolean)
956
-
957
- Indicates if the plugin is disabled or not
958
-
959
- ## `EditableHtmlButtonConfigure` (object)
960
-
961
- Properties of the `EditableHtmlButtonConfigure` object:
962
-
963
- ### `disabled` (boolean)
964
-
965
- Indicates if the plugin is disabled or not
966
-
967
- ## `CustomPlugin` (object)
968
-
969
- Properties of the `CustomPlugin` object:
970
-
971
- ### `event` (string, required)
972
-
973
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
974
- PIE will emit the event prefixed with "PIE-".
975
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
976
-
977
- ### `iconAlt` (string, required)
978
-
979
- The alt for the custom button icon
980
-
981
- ### `iconType` (string, required)
982
-
983
- The icon type.
984
- Currently, only "SVG" is supported.
985
-
986
- ### `icon` (string, required)
987
-
988
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
989
-
990
- ## `EditableHtmlPluginConfigure` (object)
991
-
992
- Properties of the `EditableHtmlPluginConfigure` object:
993
-
994
- ### `inputConfiguration` (object)
995
-
996
- Properties of the `inputConfiguration` object:
997
-
998
- #### `math` (object)
999
-
1000
- Properties of the `math` object:
1001
-
1002
- ##### `disabled` (boolean)
1003
-
1004
- Indicates if the plugin is disabled or not
1005
-
1006
- #### `audio` (object)
1007
-
1008
- Properties of the `audio` object:
1009
-
1010
- ##### `disabled` (boolean)
1011
-
1012
- Indicates if the plugin is disabled or not
1013
-
1014
- #### `video` (object)
1015
-
1016
- Properties of the `video` object:
1017
-
1018
- ##### `disabled` (boolean)
1019
-
1020
- Indicates if the plugin is disabled or not
1021
-
1022
- #### `image` (object)
1023
-
1024
- Properties of the `image` object:
1025
-
1026
- ##### `disabled` (boolean)
1027
-
1028
- Indicates if the plugin is disabled or not
1029
-
1030
- #### `customPlugins` (array)
1031
-
1032
- An array of objects that determine custom plugins.
1033
- A custom plugin is an object which determines how the button will look like (icon) and the event name that will be triggered when button gets pressed (event).
1034
- Example can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.
1035
-
1036
- The object is an array with all elements of the type `object`.
1037
-
1038
- The array object has the following properties:
1039
-
1040
- ##### `event` (string, required)
1041
-
1042
- The name of the custom event. It needs to be valid (only letters, numbers and "_" can be used).
1043
- PIE will emit the event prefixed with "PIE-".
1044
- Eg: event = 'client_custom_event_A' => the emitted event will be "PIE-client_custom_event_A"
1045
-
1046
- ##### `iconAlt` (string, required)
1047
-
1048
- The alt for the custom button icon
1049
-
1050
- ##### `iconType` (string, required)
1051
-
1052
- The icon type.
1053
- Currently, only "SVG" is supported.
1054
-
1055
- ##### `icon` (string, required)
1056
-
1057
- The icon string. Currently, only "SVG" is supported, so it needs to be a valid svg.
1058
-
1059
- #### `blockquote` (object)
1060
-
1061
- Properties of the `blockquote` object:
1062
-
1063
- ##### `disabled` (boolean)
1064
-
1065
- Indicates if the plugin is disabled or not
1066
-
1067
- #### `h3` (object)
1068
-
1069
- Properties of the `h3` object:
1070
-
1071
- ##### `disabled` (boolean)
1072
-
1073
- Indicates if the plugin is disabled or not
1074
-
1075
- #### `characters` (object)
1076
-
1077
- Properties of the `characters` object:
1078
-
1079
- ##### `disabled` (boolean)
1080
-
1081
- Indicates if the plugin is disabled or not
1082
-
1083
- #### `bold` (object)
1084
-
1085
- Properties of the `bold` object:
1086
-
1087
- ##### `disabled` (boolean)
1088
-
1089
- Indicates if the plugin is disabled or not
1090
-
1091
- #### `html` (object)
1092
-
1093
- Properties of the `html` object:
1094
-
1095
- ##### `disabled` (boolean)
1096
-
1097
- Indicates if the plugin is disabled or not
1098
-
1099
- #### `italic` (object)
1100
-
1101
- Properties of the `italic` object:
1102
-
1103
- ##### `disabled` (boolean)
1104
-
1105
- Indicates if the plugin is disabled or not
1106
-
1107
- #### `ol_list` (object)
1108
-
1109
- Properties of the `ol_list` object:
1110
-
1111
- ##### `disabled` (boolean)
1112
-
1113
- Indicates if the plugin is disabled or not
1114
-
1115
- #### `redo` (object)
1116
-
1117
- Properties of the `redo` object:
1118
-
1119
- ##### `disabled` (boolean)
1120
-
1121
- Indicates if the plugin is disabled or not
1122
-
1123
- #### `strikethrough` (object)
1124
-
1125
- Properties of the `strikethrough` object:
1126
-
1127
- ##### `disabled` (boolean)
1128
-
1129
- Indicates if the plugin is disabled or not
1130
-
1131
- #### `sub` (object)
1132
-
1133
- Properties of the `sub` object:
1134
-
1135
- ##### `disabled` (boolean)
1136
-
1137
- Indicates if the plugin is disabled or not
1138
-
1139
- #### `sup` (object)
1140
-
1141
- Properties of the `sup` object:
1142
-
1143
- ##### `disabled` (boolean)
1144
-
1145
- Indicates if the plugin is disabled or not
1146
-
1147
- #### `table` (object)
1148
-
1149
- Properties of the `table` object:
1150
-
1151
- ##### `disabled` (boolean)
1152
-
1153
- Indicates if the plugin is disabled or not
1154
-
1155
- #### `ul_list` (object)
1156
-
1157
- Properties of the `ul_list` object:
1158
-
1159
- ##### `disabled` (boolean)
1160
-
1161
- Indicates if the plugin is disabled or not
1162
-
1163
- #### `underline` (object)
1164
-
1165
- Properties of the `underline` object:
1166
-
1167
- ##### `disabled` (boolean)
1168
-
1169
- Indicates if the plugin is disabled or not
1170
-
1171
- #### `undo` (object)
1172
-
1173
- Properties of the `undo` object:
1174
-
1175
- ##### `disabled` (boolean)
1176
-
1177
- Indicates if the plugin is disabled or not
1178
-
1179
- ### `settings` (boolean)
1180
-
1181
- Indicates if the item has to be displayed in the Settings Panel
1182
-
1183
- ### `label` (string)
1184
-
1185
- Indicates the label for the item that has to be displayed in the Settings Panel
1186
-
1187
- ## `FractionModelOptionsConfigure` (object)
1188
-
1189
- Properties of the `FractionModelOptionsConfigure` object:
1190
-
1191
- ### `maxOfModel` (object)
1192
-
1193
- Properties of the `maxOfModel` object:
1194
-
1195
- #### `min` (number)
1196
-
1197
- Indicates the min value for number model
1198
-
1199
- #### `max` (number)
1200
-
1201
- Indicates the max value for number model
1202
-
1203
- #### `default` (number)
1204
-
1205
- Indicates the default value for number model
1206
-
1207
- ### `partsPerModel` (object)
1208
-
1209
- Properties of the `partsPerModel` object:
1210
-
1211
- #### `min` (number)
1212
-
1213
- Indicates the min value for number model
1214
-
1215
- #### `max` (number)
1216
-
1217
- Indicates the max value for number model
1218
-
1219
- #### `default` (number)
1220
-
1221
- Indicates the default value for number model
1222
-
1223
- ### `modelTypeChoices` (array)
1224
-
1225
- Indicates the model types of item
1226
-
1227
- The object is an array with all elements of the type `object`.
1228
-
1229
- The array object has the following properties:
1230
-
1231
- #### `value` (string, required)
1232
-
1233
- Indicates the value for model choice
1234
-
1235
- #### `label` (string, required)
1236
-
1237
- Indicates the label for model choice
1238
-
1239
- ## `ModelConfig` (object)
1240
-
1241
- Properties of the `ModelConfig` object:
1242
-
1243
- ### `min` (number)
1244
-
1245
- Indicates the min value for number model
1246
-
1247
- ### `max` (number)
1248
-
1249
- Indicates the max value for number model
1250
-
1251
- ### `default` (number)
1252
-
1253
- Indicates the default value for number model
1254
-
1255
- ## `ChoiceConfig` (object)
1256
-
1257
- Properties of the `ChoiceConfig` object:
1258
-
1259
- ### `value` (string, required)
1260
-
1261
- Indicates the value for model choice
1262
-
1263
- ### `label` (string, required)
1264
-
1265
- Indicates the label for model choice
1266
-
1267
- ## `ConfigureMathMLProp` (object)
1268
-
1269
- Properties of the `ConfigureMathMLProp` object:
1270
-
1271
- ### `mmlOutput` (number)
1272
-
1273
- Indicates if model should have mathML output instead of latex
1274
-
1275
- ### `mmlEditing` (number)
1276
-
1277
- Indicates if mathML that's already in model should be editable
1278
-
1279
- ## `ConfigurePropWithEnabled` (object)
1280
-
1281
- Properties of the `ConfigurePropWithEnabled` object:
1282
-
1283
- ### `enabled` (boolean)
1284
-
1285
- Indicates the value of the item if it affects config-ui
1286
- (eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
1287
-
1288
- ### `settings` (boolean)
1289
-
1290
- Indicates if the item has to be displayed in the Settings Panel
1291
-
1292
- ### `label` (string)
1293
-
1294
- Indicates the label for the item that has to be displayed in the Settings Panel
1295
-
1296
- ## `ConfigureLanguageOptionsProp` (object)
1297
-
1298
- Properties of the `ConfigureLanguageOptionsProp` object:
1299
-
1300
- ### `value` (string, required)
1301
-
1302
- Value of the language option
1303
-
1304
- ### `label` (string, required)
1305
-
1306
- Label of the language option
1307
-
1308
- ## `ConfigureProp` (object)
1309
-
1310
- Properties of the `ConfigureProp` object:
1311
-
1312
- ### `settings` (boolean)
1313
-
1314
- Indicates if the item has to be displayed in the Settings Panel
1315
-
1316
- ### `label` (string)
1317
-
1318
- Indicates the label for the item that has to be displayed in the Settings Panel