@pie-element/charting 12.1.1-next.11 → 12.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.
- package/configure.js +2 -0
- package/controller.js +1 -0
- package/dist/author/charting-config.d.ts +30 -0
- package/dist/author/charting-config.js +126 -0
- package/dist/author/configure.d.ts +29 -0
- package/dist/author/configure.js +205 -0
- package/dist/author/correct-response.d.ts +27 -0
- package/dist/author/correct-response.js +116 -0
- package/dist/author/defaults.d.ts +229 -0
- package/dist/author/defaults.js +186 -0
- package/dist/author/index.d.ts +51 -0
- package/dist/author/index.js +74 -0
- package/dist/author/utils.d.ts +42 -0
- package/dist/author/utils.js +244 -0
- package/dist/browser/_baseSet-Cse6EM9A.js +1015 -0
- package/dist/browser/_baseSet-Cse6EM9A.js.map +1 -0
- package/dist/browser/author/index.js +1242 -0
- package/dist/browser/author/index.js.map +1 -0
- package/dist/browser/chart-Dghjf6JQ.js +62980 -0
- package/dist/browser/chart-Dghjf6JQ.js.map +1 -0
- package/dist/browser/charting.css +2 -0
- package/dist/browser/controller/index.js +233 -0
- package/dist/browser/controller/index.js.map +1 -0
- package/dist/browser/delivery/index.js +517 -0
- package/dist/browser/delivery/index.js.map +1 -0
- package/dist/charting.css +2 -0
- package/dist/controller/defaults.d.ts +44 -0
- package/dist/controller/defaults.js +33 -0
- package/dist/controller/index.d.ts +28 -0
- package/dist/controller/index.js +155 -0
- package/dist/delivery/index.d.ts +21 -0
- package/dist/delivery/index.js +46 -0
- package/dist/delivery/main.d.ts +23 -0
- package/dist/delivery/main.js +128 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.iife.d.ts +8 -0
- package/dist/index.iife.js +397 -0
- package/dist/index.js +2 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_DataView.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Hash.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_ListCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Map.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_MapCache.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Promise.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Set.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_SetCache.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Stack.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Symbol.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_Uint8Array.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_WeakMap.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_apply.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayEach.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayFilter.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayLikeKeys.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arrayPush.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_arraySome.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assignValue.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_assocIndexOf.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssign.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseAssignValue.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseClone.js +57 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseCreate.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseFlatten.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGet.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseGetTag.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseHasIn.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsArguments.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqual.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsEqualDeep.js +30 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsMap.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsNative.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseIsTypedArray.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeys.js +12 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseKeysIn.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePick.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_basePickBy.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSet.js +22 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseSetToString.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseTimes.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseToString.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_baseUnary.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_castPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneArrayBuffer.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneBuffer.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneDataView.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneRegExp.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneSymbol.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_cloneTypedArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copyObject.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbols.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_copySymbolsIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_coreJsData.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_defineProperty.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalArrays.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalByTag.js +35 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_equalObjects.js +32 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_flatRest.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_freeGlobal.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getAllKeysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getMapData.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getNative.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getPrototype.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getRawTag.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbols.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getSymbolsIn.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getTag.js +23 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_getValue.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hasPath.js +18 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashGet.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashHas.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_hashSet.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneArray.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneByTag.js +33 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_initCloneObject.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isFlattenable.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isIndex.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKey.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isKeyable.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isMasked.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_isPrototype.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheClear.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheDelete.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheGet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_listCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheClear.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheDelete.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheGet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheHas.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapCacheSet.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_mapToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_memoizeCapped.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeCreate.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeys.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nativeKeysIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_nodeUtil.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_objectToString.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overArg.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_overRest.js +13 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_root.js +5 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheAdd.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setCacheHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToArray.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_setToString.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_shortOut.js +14 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackClear.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackDelete.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackGet.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackHas.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stackSet.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_stringToPath.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toKey.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/_toSource.js +15 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/cloneDeep.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/constant.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/eq.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/flatten.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/hasIn.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/identity.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArguments.js +10 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArray.js +4 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isArrayLike.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isBuffer.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEmpty.js +21 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isEqual.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isFunction.js +11 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isLength.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isMap.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObject.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isObjectLike.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSet.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isSymbol.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/isTypedArray.js +7 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keys.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/keysIn.js +9 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/memoize.js +16 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/pick.js +8 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubArray.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/stubFalse.js +6 -0
- package/dist/node_modules/.bun/lodash-es@4.18.1/node_modules/lodash-es/toString.js +7 -0
- package/package.json +81 -20
- package/CHANGELOG.json +0 -487
- package/CHANGELOG.md +0 -1991
- package/LICENSE.md +0 -5
- package/README.md +0 -1
- package/configure/CHANGELOG.json +0 -292
- package/configure/CHANGELOG.md +0 -1758
- package/configure/lib/charting-config.js +0 -192
- package/configure/lib/charting-config.js.map +0 -1
- package/configure/lib/configure.js +0 -312
- package/configure/lib/configure.js.map +0 -1
- package/configure/lib/correct-response.js +0 -244
- package/configure/lib/correct-response.js.map +0 -1
- package/configure/lib/defaults.js +0 -233
- package/configure/lib/defaults.js.map +0 -1
- package/configure/lib/index.js +0 -120
- package/configure/lib/index.js.map +0 -1
- package/configure/lib/utils.js +0 -80
- package/configure/lib/utils.js.map +0 -1
- package/configure/package.json +0 -29
- package/controller/CHANGELOG.json +0 -262
- package/controller/CHANGELOG.md +0 -1208
- package/controller/lib/defaults.js +0 -42
- package/controller/lib/defaults.js.map +0 -1
- package/controller/lib/index.js +0 -434
- package/controller/lib/index.js.map +0 -1
- package/controller/package.json +0 -24
- package/docs/config-schema.json +0 -2440
- package/docs/config-schema.json.md +0 -1802
- package/docs/demo/config.js +0 -8
- package/docs/demo/generate.js +0 -63
- package/docs/demo/index.html +0 -1
- package/docs/demo/session.js +0 -26
- package/docs/pie-schema.json +0 -1731
- package/docs/pie-schema.json.md +0 -945
- package/lib/index.js +0 -78
- package/lib/index.js.map +0 -1
- package/lib/main.js +0 -167
- package/lib/main.js.map +0 -1
package/docs/pie-schema.json
DELETED
|
@@ -1,1731 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "Model Object for @pie-elements/charting",
|
|
3
|
-
"additionalProperties": false,
|
|
4
|
-
"type": "object",
|
|
5
|
-
"properties": {
|
|
6
|
-
"addCategoryEnabled": {
|
|
7
|
-
"description": "Indicates if user can add more categories",
|
|
8
|
-
"type": "boolean",
|
|
9
|
-
"title": "addCategoryEnabled"
|
|
10
|
-
},
|
|
11
|
-
"chartType": {
|
|
12
|
-
"enum": [
|
|
13
|
-
"bar",
|
|
14
|
-
"dorPlot",
|
|
15
|
-
"histogram",
|
|
16
|
-
"lineCross",
|
|
17
|
-
"lineDot",
|
|
18
|
-
"linePlot"
|
|
19
|
-
],
|
|
20
|
-
"type": "string",
|
|
21
|
-
"title": "chartType"
|
|
22
|
-
},
|
|
23
|
-
"correctAnswer": {
|
|
24
|
-
"title": "Answer",
|
|
25
|
-
"type": "object",
|
|
26
|
-
"properties": {
|
|
27
|
-
"name": {
|
|
28
|
-
"description": "Indicates name of answer",
|
|
29
|
-
"type": "string",
|
|
30
|
-
"title": "name"
|
|
31
|
-
},
|
|
32
|
-
"data": {
|
|
33
|
-
"description": "Indicates marks for the answer",
|
|
34
|
-
"type": "array",
|
|
35
|
-
"items": [
|
|
36
|
-
{
|
|
37
|
-
"title": "Category",
|
|
38
|
-
"type": "object",
|
|
39
|
-
"properties": {
|
|
40
|
-
"label": {
|
|
41
|
-
"description": "Indicates category label",
|
|
42
|
-
"type": "string",
|
|
43
|
-
"title": "label"
|
|
44
|
-
},
|
|
45
|
-
"value": {
|
|
46
|
-
"description": "Indicates category value",
|
|
47
|
-
"type": "number",
|
|
48
|
-
"title": "value"
|
|
49
|
-
},
|
|
50
|
-
"interactive": {
|
|
51
|
-
"description": "Indicates if category value is interactive",
|
|
52
|
-
"type": "boolean",
|
|
53
|
-
"title": "interactive"
|
|
54
|
-
},
|
|
55
|
-
"editable": {
|
|
56
|
-
"description": "Indicates if category label is editable",
|
|
57
|
-
"type": "boolean",
|
|
58
|
-
"title": "editable"
|
|
59
|
-
},
|
|
60
|
-
"deletable": {
|
|
61
|
-
"description": "Indicates if category is deletable",
|
|
62
|
-
"type": "boolean",
|
|
63
|
-
"title": "deletable"
|
|
64
|
-
},
|
|
65
|
-
"correctness": {
|
|
66
|
-
"description": "Indicates correctness for a category",
|
|
67
|
-
"type": "object",
|
|
68
|
-
"properties": {
|
|
69
|
-
"value": {
|
|
70
|
-
"enum": [
|
|
71
|
-
"correct",
|
|
72
|
-
"incorrect"
|
|
73
|
-
],
|
|
74
|
-
"type": "string",
|
|
75
|
-
"title": "value"
|
|
76
|
-
},
|
|
77
|
-
"label": {
|
|
78
|
-
"enum": [
|
|
79
|
-
"correct",
|
|
80
|
-
"incorrect"
|
|
81
|
-
],
|
|
82
|
-
"type": "string",
|
|
83
|
-
"title": "label"
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
"required": [
|
|
87
|
-
"label",
|
|
88
|
-
"value"
|
|
89
|
-
],
|
|
90
|
-
"title": "correctness"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"required": [
|
|
94
|
-
"correctness",
|
|
95
|
-
"deletable",
|
|
96
|
-
"editable",
|
|
97
|
-
"interactive",
|
|
98
|
-
"label",
|
|
99
|
-
"value"
|
|
100
|
-
]
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"minItems": 1,
|
|
104
|
-
"additionalItems": {
|
|
105
|
-
"anyOf": [
|
|
106
|
-
{
|
|
107
|
-
"title": "Category",
|
|
108
|
-
"type": "object",
|
|
109
|
-
"properties": {
|
|
110
|
-
"label": {
|
|
111
|
-
"description": "Indicates category label",
|
|
112
|
-
"type": "string",
|
|
113
|
-
"title": "label"
|
|
114
|
-
},
|
|
115
|
-
"value": {
|
|
116
|
-
"description": "Indicates category value",
|
|
117
|
-
"type": "number",
|
|
118
|
-
"title": "value"
|
|
119
|
-
},
|
|
120
|
-
"interactive": {
|
|
121
|
-
"description": "Indicates if category value is interactive",
|
|
122
|
-
"type": "boolean",
|
|
123
|
-
"title": "interactive"
|
|
124
|
-
},
|
|
125
|
-
"editable": {
|
|
126
|
-
"description": "Indicates if category label is editable",
|
|
127
|
-
"type": "boolean",
|
|
128
|
-
"title": "editable"
|
|
129
|
-
},
|
|
130
|
-
"deletable": {
|
|
131
|
-
"description": "Indicates if category is deletable",
|
|
132
|
-
"type": "boolean",
|
|
133
|
-
"title": "deletable"
|
|
134
|
-
},
|
|
135
|
-
"correctness": {
|
|
136
|
-
"description": "Indicates correctness for a category",
|
|
137
|
-
"type": "object",
|
|
138
|
-
"properties": {
|
|
139
|
-
"value": {
|
|
140
|
-
"enum": [
|
|
141
|
-
"correct",
|
|
142
|
-
"incorrect"
|
|
143
|
-
],
|
|
144
|
-
"type": "string",
|
|
145
|
-
"title": "value"
|
|
146
|
-
},
|
|
147
|
-
"label": {
|
|
148
|
-
"enum": [
|
|
149
|
-
"correct",
|
|
150
|
-
"incorrect"
|
|
151
|
-
],
|
|
152
|
-
"type": "string",
|
|
153
|
-
"title": "label"
|
|
154
|
-
}
|
|
155
|
-
},
|
|
156
|
-
"required": [
|
|
157
|
-
"label",
|
|
158
|
-
"value"
|
|
159
|
-
],
|
|
160
|
-
"title": "correctness"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"required": [
|
|
164
|
-
"correctness",
|
|
165
|
-
"deletable",
|
|
166
|
-
"editable",
|
|
167
|
-
"interactive",
|
|
168
|
-
"label",
|
|
169
|
-
"value"
|
|
170
|
-
]
|
|
171
|
-
}
|
|
172
|
-
]
|
|
173
|
-
},
|
|
174
|
-
"title": "data"
|
|
175
|
-
}
|
|
176
|
-
},
|
|
177
|
-
"required": [
|
|
178
|
-
"data",
|
|
179
|
-
"name"
|
|
180
|
-
]
|
|
181
|
-
},
|
|
182
|
-
"data": {
|
|
183
|
-
"description": "Indicates default categories for the answer",
|
|
184
|
-
"type": "array",
|
|
185
|
-
"items": [
|
|
186
|
-
{
|
|
187
|
-
"title": "Category",
|
|
188
|
-
"type": "object",
|
|
189
|
-
"properties": {
|
|
190
|
-
"label": {
|
|
191
|
-
"description": "Indicates category label",
|
|
192
|
-
"type": "string",
|
|
193
|
-
"title": "label"
|
|
194
|
-
},
|
|
195
|
-
"value": {
|
|
196
|
-
"description": "Indicates category value",
|
|
197
|
-
"type": "number",
|
|
198
|
-
"title": "value"
|
|
199
|
-
},
|
|
200
|
-
"interactive": {
|
|
201
|
-
"description": "Indicates if category value is interactive",
|
|
202
|
-
"type": "boolean",
|
|
203
|
-
"title": "interactive"
|
|
204
|
-
},
|
|
205
|
-
"editable": {
|
|
206
|
-
"description": "Indicates if category label is editable",
|
|
207
|
-
"type": "boolean",
|
|
208
|
-
"title": "editable"
|
|
209
|
-
},
|
|
210
|
-
"deletable": {
|
|
211
|
-
"description": "Indicates if category is deletable",
|
|
212
|
-
"type": "boolean",
|
|
213
|
-
"title": "deletable"
|
|
214
|
-
},
|
|
215
|
-
"correctness": {
|
|
216
|
-
"description": "Indicates correctness for a category",
|
|
217
|
-
"type": "object",
|
|
218
|
-
"properties": {
|
|
219
|
-
"value": {
|
|
220
|
-
"enum": [
|
|
221
|
-
"correct",
|
|
222
|
-
"incorrect"
|
|
223
|
-
],
|
|
224
|
-
"type": "string",
|
|
225
|
-
"title": "value"
|
|
226
|
-
},
|
|
227
|
-
"label": {
|
|
228
|
-
"enum": [
|
|
229
|
-
"correct",
|
|
230
|
-
"incorrect"
|
|
231
|
-
],
|
|
232
|
-
"type": "string",
|
|
233
|
-
"title": "label"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
"required": [
|
|
237
|
-
"label",
|
|
238
|
-
"value"
|
|
239
|
-
],
|
|
240
|
-
"title": "correctness"
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
"required": [
|
|
244
|
-
"correctness",
|
|
245
|
-
"deletable",
|
|
246
|
-
"editable",
|
|
247
|
-
"interactive",
|
|
248
|
-
"label",
|
|
249
|
-
"value"
|
|
250
|
-
]
|
|
251
|
-
}
|
|
252
|
-
],
|
|
253
|
-
"minItems": 1,
|
|
254
|
-
"additionalItems": {
|
|
255
|
-
"anyOf": [
|
|
256
|
-
{
|
|
257
|
-
"title": "Category",
|
|
258
|
-
"type": "object",
|
|
259
|
-
"properties": {
|
|
260
|
-
"label": {
|
|
261
|
-
"description": "Indicates category label",
|
|
262
|
-
"type": "string",
|
|
263
|
-
"title": "label"
|
|
264
|
-
},
|
|
265
|
-
"value": {
|
|
266
|
-
"description": "Indicates category value",
|
|
267
|
-
"type": "number",
|
|
268
|
-
"title": "value"
|
|
269
|
-
},
|
|
270
|
-
"interactive": {
|
|
271
|
-
"description": "Indicates if category value is interactive",
|
|
272
|
-
"type": "boolean",
|
|
273
|
-
"title": "interactive"
|
|
274
|
-
},
|
|
275
|
-
"editable": {
|
|
276
|
-
"description": "Indicates if category label is editable",
|
|
277
|
-
"type": "boolean",
|
|
278
|
-
"title": "editable"
|
|
279
|
-
},
|
|
280
|
-
"deletable": {
|
|
281
|
-
"description": "Indicates if category is deletable",
|
|
282
|
-
"type": "boolean",
|
|
283
|
-
"title": "deletable"
|
|
284
|
-
},
|
|
285
|
-
"correctness": {
|
|
286
|
-
"description": "Indicates correctness for a category",
|
|
287
|
-
"type": "object",
|
|
288
|
-
"properties": {
|
|
289
|
-
"value": {
|
|
290
|
-
"enum": [
|
|
291
|
-
"correct",
|
|
292
|
-
"incorrect"
|
|
293
|
-
],
|
|
294
|
-
"type": "string",
|
|
295
|
-
"title": "value"
|
|
296
|
-
},
|
|
297
|
-
"label": {
|
|
298
|
-
"enum": [
|
|
299
|
-
"correct",
|
|
300
|
-
"incorrect"
|
|
301
|
-
],
|
|
302
|
-
"type": "string",
|
|
303
|
-
"title": "label"
|
|
304
|
-
}
|
|
305
|
-
},
|
|
306
|
-
"required": [
|
|
307
|
-
"label",
|
|
308
|
-
"value"
|
|
309
|
-
],
|
|
310
|
-
"title": "correctness"
|
|
311
|
-
}
|
|
312
|
-
},
|
|
313
|
-
"required": [
|
|
314
|
-
"correctness",
|
|
315
|
-
"deletable",
|
|
316
|
-
"editable",
|
|
317
|
-
"interactive",
|
|
318
|
-
"label",
|
|
319
|
-
"value"
|
|
320
|
-
]
|
|
321
|
-
}
|
|
322
|
-
]
|
|
323
|
-
},
|
|
324
|
-
"title": "data"
|
|
325
|
-
},
|
|
326
|
-
"domain": {
|
|
327
|
-
"title": "ChartSettings",
|
|
328
|
-
"type": "object",
|
|
329
|
-
"properties": {
|
|
330
|
-
"min": {
|
|
331
|
-
"description": "Min value",
|
|
332
|
-
"type": "number",
|
|
333
|
-
"title": "min"
|
|
334
|
-
},
|
|
335
|
-
"max": {
|
|
336
|
-
"description": "Max value",
|
|
337
|
-
"type": "number",
|
|
338
|
-
"title": "max"
|
|
339
|
-
},
|
|
340
|
-
"step": {
|
|
341
|
-
"description": "Step value",
|
|
342
|
-
"type": "number",
|
|
343
|
-
"title": "step"
|
|
344
|
-
},
|
|
345
|
-
"labelStep": {
|
|
346
|
-
"description": "Label step value",
|
|
347
|
-
"type": "number",
|
|
348
|
-
"title": "labelStep"
|
|
349
|
-
},
|
|
350
|
-
"axisLabel": {
|
|
351
|
-
"description": "Axis Label",
|
|
352
|
-
"type": "string",
|
|
353
|
-
"title": "axisLabel"
|
|
354
|
-
}
|
|
355
|
-
},
|
|
356
|
-
"required": [
|
|
357
|
-
"axisLabel",
|
|
358
|
-
"labelStep",
|
|
359
|
-
"max",
|
|
360
|
-
"min",
|
|
361
|
-
"step"
|
|
362
|
-
]
|
|
363
|
-
},
|
|
364
|
-
"graph": {
|
|
365
|
-
"title": "Chart",
|
|
366
|
-
"type": "object",
|
|
367
|
-
"properties": {
|
|
368
|
-
"width": {
|
|
369
|
-
"description": "Width for chart representation",
|
|
370
|
-
"type": "number",
|
|
371
|
-
"title": "width"
|
|
372
|
-
},
|
|
373
|
-
"height": {
|
|
374
|
-
"description": "Height for chart representation",
|
|
375
|
-
"type": "number",
|
|
376
|
-
"title": "height"
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
"required": [
|
|
380
|
-
"height",
|
|
381
|
-
"width"
|
|
382
|
-
]
|
|
383
|
-
},
|
|
384
|
-
"prompt": {
|
|
385
|
-
"description": "Indicates prompt value",
|
|
386
|
-
"type": "string",
|
|
387
|
-
"title": "prompt"
|
|
388
|
-
},
|
|
389
|
-
"promptEnabled": {
|
|
390
|
-
"description": "Indicates if the prompt is enabled",
|
|
391
|
-
"type": "boolean",
|
|
392
|
-
"title": "promptEnabled"
|
|
393
|
-
},
|
|
394
|
-
"range": {
|
|
395
|
-
"title": "ChartSettings",
|
|
396
|
-
"type": "object",
|
|
397
|
-
"properties": {
|
|
398
|
-
"min": {
|
|
399
|
-
"description": "Min value",
|
|
400
|
-
"type": "number",
|
|
401
|
-
"title": "min"
|
|
402
|
-
},
|
|
403
|
-
"max": {
|
|
404
|
-
"description": "Max value",
|
|
405
|
-
"type": "number",
|
|
406
|
-
"title": "max"
|
|
407
|
-
},
|
|
408
|
-
"step": {
|
|
409
|
-
"description": "Step value",
|
|
410
|
-
"type": "number",
|
|
411
|
-
"title": "step"
|
|
412
|
-
},
|
|
413
|
-
"labelStep": {
|
|
414
|
-
"description": "Label step value",
|
|
415
|
-
"type": "number",
|
|
416
|
-
"title": "labelStep"
|
|
417
|
-
},
|
|
418
|
-
"axisLabel": {
|
|
419
|
-
"description": "Axis Label",
|
|
420
|
-
"type": "string",
|
|
421
|
-
"title": "axisLabel"
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
|
-
"required": [
|
|
425
|
-
"axisLabel",
|
|
426
|
-
"labelStep",
|
|
427
|
-
"max",
|
|
428
|
-
"min",
|
|
429
|
-
"step"
|
|
430
|
-
]
|
|
431
|
-
},
|
|
432
|
-
"rationale": {
|
|
433
|
-
"description": "Indicates rationale for the answer",
|
|
434
|
-
"type": "string",
|
|
435
|
-
"title": "rationale"
|
|
436
|
-
},
|
|
437
|
-
"scoringType": {
|
|
438
|
-
"description": "Indicates scoring type",
|
|
439
|
-
"enum": [
|
|
440
|
-
"all or nothing",
|
|
441
|
-
"partial scoring"
|
|
442
|
-
],
|
|
443
|
-
"type": "string",
|
|
444
|
-
"title": "scoringType"
|
|
445
|
-
},
|
|
446
|
-
"studentInstructions": {
|
|
447
|
-
"description": "Indicates student instructions",
|
|
448
|
-
"type": "string",
|
|
449
|
-
"title": "studentInstructions"
|
|
450
|
-
},
|
|
451
|
-
"teacherInstructions": {
|
|
452
|
-
"description": "Indicates teacher instructions",
|
|
453
|
-
"type": "string",
|
|
454
|
-
"title": "teacherInstructions"
|
|
455
|
-
},
|
|
456
|
-
"title": {
|
|
457
|
-
"description": "Indicates chart title",
|
|
458
|
-
"type": "string",
|
|
459
|
-
"title": "title"
|
|
460
|
-
},
|
|
461
|
-
"placeholderMessages": {
|
|
462
|
-
"title": "Placeholder",
|
|
463
|
-
"type": "object",
|
|
464
|
-
"properties": {
|
|
465
|
-
"title": {
|
|
466
|
-
"description": "Indicates placeholder message if title is not defined",
|
|
467
|
-
"type": "string",
|
|
468
|
-
"title": "title"
|
|
469
|
-
},
|
|
470
|
-
"labels": {
|
|
471
|
-
"description": "Indicates placeholder message if labels for range or domain are not defined",
|
|
472
|
-
"type": "string",
|
|
473
|
-
"title": "labels"
|
|
474
|
-
}
|
|
475
|
-
},
|
|
476
|
-
"required": [
|
|
477
|
-
"labels",
|
|
478
|
-
"title"
|
|
479
|
-
]
|
|
480
|
-
},
|
|
481
|
-
"rationaleEnabled": {
|
|
482
|
-
"description": "Indicates if Rationale are enabled",
|
|
483
|
-
"type": "boolean",
|
|
484
|
-
"title": "rationaleEnabled"
|
|
485
|
-
},
|
|
486
|
-
"spellCheckEnabled": {
|
|
487
|
-
"description": "Indicates if spellcheck is enabled for the author. Default value is true",
|
|
488
|
-
"type": "boolean",
|
|
489
|
-
"title": "spellCheckEnabled"
|
|
490
|
-
},
|
|
491
|
-
"studentInstructionsEnabled": {
|
|
492
|
-
"description": "Indicates if Student Instructions are enabled",
|
|
493
|
-
"type": "boolean",
|
|
494
|
-
"title": "studentInstructionsEnabled"
|
|
495
|
-
},
|
|
496
|
-
"teacherInstructionsEnabled": {
|
|
497
|
-
"description": "Indicates if Teacher Instructions are enabled",
|
|
498
|
-
"type": "boolean",
|
|
499
|
-
"title": "teacherInstructionsEnabled"
|
|
500
|
-
},
|
|
501
|
-
"rubricEnabled": {
|
|
502
|
-
"description": "Indicates if Rubric is enabled",
|
|
503
|
-
"type": "boolean",
|
|
504
|
-
"title": "rubricEnabled"
|
|
505
|
-
},
|
|
506
|
-
"changeInteractiveEnabled": {
|
|
507
|
-
"description": "Indicates if teacher can enable/disable data[]:interactive. Default value is false",
|
|
508
|
-
"type": "boolean",
|
|
509
|
-
"title": "changeInteractiveEnabled"
|
|
510
|
-
},
|
|
511
|
-
"changeEditableEnabled": {
|
|
512
|
-
"description": "Indicates if teacher can enable/disable data[]:editable. Default value is false",
|
|
513
|
-
"type": "boolean",
|
|
514
|
-
"title": "changeEditableEnabled"
|
|
515
|
-
},
|
|
516
|
-
"changeAddCategoryEnabled": {
|
|
517
|
-
"description": "Indicates if teacher can enable/disable addCategoryEnabled. Default value is false",
|
|
518
|
-
"type": "boolean",
|
|
519
|
-
"title": "changeAddCategoryEnabled"
|
|
520
|
-
},
|
|
521
|
-
"studentNewCategoryDefaultLabel": {
|
|
522
|
-
"description": "Label for new category in correct response and player's chart",
|
|
523
|
-
"type": "string",
|
|
524
|
-
"title": "studentNewCategoryDefaultLabel"
|
|
525
|
-
},
|
|
526
|
-
"language": {
|
|
527
|
-
"description": "Indicates the language of the component\nSupported options: en, es, en_US, en-US, es_ES, es-ES, es_MX, es-MX",
|
|
528
|
-
"type": "string",
|
|
529
|
-
"title": "language"
|
|
530
|
-
},
|
|
531
|
-
"id": {
|
|
532
|
-
"description": "Identifier to identify the Pie Element in html markup, Must be unique within a pie item config.",
|
|
533
|
-
"type": "string",
|
|
534
|
-
"title": "id"
|
|
535
|
-
},
|
|
536
|
-
"element": {
|
|
537
|
-
"description": "The html Element tag name",
|
|
538
|
-
"type": "string",
|
|
539
|
-
"title": "element"
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
"required": [
|
|
543
|
-
"addCategoryEnabled",
|
|
544
|
-
"changeAddCategoryEnabled",
|
|
545
|
-
"changeEditableEnabled",
|
|
546
|
-
"changeInteractiveEnabled",
|
|
547
|
-
"chartType",
|
|
548
|
-
"correctAnswer",
|
|
549
|
-
"data",
|
|
550
|
-
"domain",
|
|
551
|
-
"element",
|
|
552
|
-
"graph",
|
|
553
|
-
"id",
|
|
554
|
-
"range",
|
|
555
|
-
"rationaleEnabled",
|
|
556
|
-
"rubricEnabled",
|
|
557
|
-
"spellCheckEnabled",
|
|
558
|
-
"studentInstructionsEnabled",
|
|
559
|
-
"studentNewCategoryDefaultLabel",
|
|
560
|
-
"teacherInstructionsEnabled"
|
|
561
|
-
],
|
|
562
|
-
"definitions": {
|
|
563
|
-
"EditableHtmlConfigureProp": {
|
|
564
|
-
"title": "EditableHtmlConfigureProp",
|
|
565
|
-
"type": "object",
|
|
566
|
-
"properties": {
|
|
567
|
-
"math": {
|
|
568
|
-
"title": "EditableHtmlButtonConfigure",
|
|
569
|
-
"type": "object",
|
|
570
|
-
"properties": {
|
|
571
|
-
"disabled": {
|
|
572
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
573
|
-
"type": "boolean",
|
|
574
|
-
"title": "disabled"
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
},
|
|
578
|
-
"audio": {
|
|
579
|
-
"title": "EditableHtmlButtonConfigure",
|
|
580
|
-
"type": "object",
|
|
581
|
-
"properties": {
|
|
582
|
-
"disabled": {
|
|
583
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
584
|
-
"type": "boolean",
|
|
585
|
-
"title": "disabled"
|
|
586
|
-
}
|
|
587
|
-
}
|
|
588
|
-
},
|
|
589
|
-
"video": {
|
|
590
|
-
"title": "EditableHtmlButtonConfigure",
|
|
591
|
-
"type": "object",
|
|
592
|
-
"properties": {
|
|
593
|
-
"disabled": {
|
|
594
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
595
|
-
"type": "boolean",
|
|
596
|
-
"title": "disabled"
|
|
597
|
-
}
|
|
598
|
-
}
|
|
599
|
-
},
|
|
600
|
-
"image": {
|
|
601
|
-
"title": "EditableHtmlButtonConfigure",
|
|
602
|
-
"type": "object",
|
|
603
|
-
"properties": {
|
|
604
|
-
"disabled": {
|
|
605
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
606
|
-
"type": "boolean",
|
|
607
|
-
"title": "disabled"
|
|
608
|
-
}
|
|
609
|
-
}
|
|
610
|
-
},
|
|
611
|
-
"customPlugins": {
|
|
612
|
-
"description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
613
|
-
"type": "array",
|
|
614
|
-
"items": {
|
|
615
|
-
"title": "CustomPlugin",
|
|
616
|
-
"type": "object",
|
|
617
|
-
"properties": {
|
|
618
|
-
"event": {
|
|
619
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
620
|
-
"type": "string",
|
|
621
|
-
"title": "event"
|
|
622
|
-
},
|
|
623
|
-
"iconAlt": {
|
|
624
|
-
"description": "The alt for the custom button icon",
|
|
625
|
-
"type": "string",
|
|
626
|
-
"title": "iconAlt"
|
|
627
|
-
},
|
|
628
|
-
"iconType": {
|
|
629
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
630
|
-
"type": "string",
|
|
631
|
-
"title": "iconType"
|
|
632
|
-
},
|
|
633
|
-
"icon": {
|
|
634
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
635
|
-
"type": "string",
|
|
636
|
-
"title": "icon"
|
|
637
|
-
}
|
|
638
|
-
},
|
|
639
|
-
"required": [
|
|
640
|
-
"event",
|
|
641
|
-
"icon",
|
|
642
|
-
"iconAlt",
|
|
643
|
-
"iconType"
|
|
644
|
-
]
|
|
645
|
-
},
|
|
646
|
-
"title": "customPlugins"
|
|
647
|
-
},
|
|
648
|
-
"blockquote": {
|
|
649
|
-
"title": "EditableHtmlButtonConfigure",
|
|
650
|
-
"type": "object",
|
|
651
|
-
"properties": {
|
|
652
|
-
"disabled": {
|
|
653
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
654
|
-
"type": "boolean",
|
|
655
|
-
"title": "disabled"
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
},
|
|
659
|
-
"h3": {
|
|
660
|
-
"title": "EditableHtmlButtonConfigure",
|
|
661
|
-
"type": "object",
|
|
662
|
-
"properties": {
|
|
663
|
-
"disabled": {
|
|
664
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
665
|
-
"type": "boolean",
|
|
666
|
-
"title": "disabled"
|
|
667
|
-
}
|
|
668
|
-
}
|
|
669
|
-
},
|
|
670
|
-
"characters": {
|
|
671
|
-
"title": "EditableHtmlButtonConfigure",
|
|
672
|
-
"type": "object",
|
|
673
|
-
"properties": {
|
|
674
|
-
"disabled": {
|
|
675
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
676
|
-
"type": "boolean",
|
|
677
|
-
"title": "disabled"
|
|
678
|
-
}
|
|
679
|
-
}
|
|
680
|
-
},
|
|
681
|
-
"bold": {
|
|
682
|
-
"title": "EditableHtmlButtonConfigure",
|
|
683
|
-
"type": "object",
|
|
684
|
-
"properties": {
|
|
685
|
-
"disabled": {
|
|
686
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
687
|
-
"type": "boolean",
|
|
688
|
-
"title": "disabled"
|
|
689
|
-
}
|
|
690
|
-
}
|
|
691
|
-
},
|
|
692
|
-
"html": {
|
|
693
|
-
"title": "EditableHtmlButtonConfigure",
|
|
694
|
-
"type": "object",
|
|
695
|
-
"properties": {
|
|
696
|
-
"disabled": {
|
|
697
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
698
|
-
"type": "boolean",
|
|
699
|
-
"title": "disabled"
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
"italic": {
|
|
704
|
-
"title": "EditableHtmlButtonConfigure",
|
|
705
|
-
"type": "object",
|
|
706
|
-
"properties": {
|
|
707
|
-
"disabled": {
|
|
708
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
709
|
-
"type": "boolean",
|
|
710
|
-
"title": "disabled"
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
},
|
|
714
|
-
"ol_list": {
|
|
715
|
-
"title": "EditableHtmlButtonConfigure",
|
|
716
|
-
"type": "object",
|
|
717
|
-
"properties": {
|
|
718
|
-
"disabled": {
|
|
719
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
720
|
-
"type": "boolean",
|
|
721
|
-
"title": "disabled"
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
},
|
|
725
|
-
"redo": {
|
|
726
|
-
"title": "EditableHtmlButtonConfigure",
|
|
727
|
-
"type": "object",
|
|
728
|
-
"properties": {
|
|
729
|
-
"disabled": {
|
|
730
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
731
|
-
"type": "boolean",
|
|
732
|
-
"title": "disabled"
|
|
733
|
-
}
|
|
734
|
-
}
|
|
735
|
-
},
|
|
736
|
-
"strikethrough": {
|
|
737
|
-
"title": "EditableHtmlButtonConfigure",
|
|
738
|
-
"type": "object",
|
|
739
|
-
"properties": {
|
|
740
|
-
"disabled": {
|
|
741
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
742
|
-
"type": "boolean",
|
|
743
|
-
"title": "disabled"
|
|
744
|
-
}
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
"sub": {
|
|
748
|
-
"title": "EditableHtmlButtonConfigure",
|
|
749
|
-
"type": "object",
|
|
750
|
-
"properties": {
|
|
751
|
-
"disabled": {
|
|
752
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
753
|
-
"type": "boolean",
|
|
754
|
-
"title": "disabled"
|
|
755
|
-
}
|
|
756
|
-
}
|
|
757
|
-
},
|
|
758
|
-
"sup": {
|
|
759
|
-
"title": "EditableHtmlButtonConfigure",
|
|
760
|
-
"type": "object",
|
|
761
|
-
"properties": {
|
|
762
|
-
"disabled": {
|
|
763
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
764
|
-
"type": "boolean",
|
|
765
|
-
"title": "disabled"
|
|
766
|
-
}
|
|
767
|
-
}
|
|
768
|
-
},
|
|
769
|
-
"table": {
|
|
770
|
-
"title": "EditableHtmlButtonConfigure",
|
|
771
|
-
"type": "object",
|
|
772
|
-
"properties": {
|
|
773
|
-
"disabled": {
|
|
774
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
775
|
-
"type": "boolean",
|
|
776
|
-
"title": "disabled"
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
"ul_list": {
|
|
781
|
-
"title": "EditableHtmlButtonConfigure",
|
|
782
|
-
"type": "object",
|
|
783
|
-
"properties": {
|
|
784
|
-
"disabled": {
|
|
785
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
786
|
-
"type": "boolean",
|
|
787
|
-
"title": "disabled"
|
|
788
|
-
}
|
|
789
|
-
}
|
|
790
|
-
},
|
|
791
|
-
"underline": {
|
|
792
|
-
"title": "EditableHtmlButtonConfigure",
|
|
793
|
-
"type": "object",
|
|
794
|
-
"properties": {
|
|
795
|
-
"disabled": {
|
|
796
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
797
|
-
"type": "boolean",
|
|
798
|
-
"title": "disabled"
|
|
799
|
-
}
|
|
800
|
-
}
|
|
801
|
-
},
|
|
802
|
-
"undo": {
|
|
803
|
-
"title": "EditableHtmlButtonConfigure",
|
|
804
|
-
"type": "object",
|
|
805
|
-
"properties": {
|
|
806
|
-
"disabled": {
|
|
807
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
808
|
-
"type": "boolean",
|
|
809
|
-
"title": "disabled"
|
|
810
|
-
}
|
|
811
|
-
}
|
|
812
|
-
}
|
|
813
|
-
}
|
|
814
|
-
},
|
|
815
|
-
"EditableHtmlButtonConfigure": {
|
|
816
|
-
"title": "EditableHtmlButtonConfigure",
|
|
817
|
-
"type": "object",
|
|
818
|
-
"properties": {
|
|
819
|
-
"disabled": {
|
|
820
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
821
|
-
"type": "boolean",
|
|
822
|
-
"title": "disabled"
|
|
823
|
-
}
|
|
824
|
-
}
|
|
825
|
-
},
|
|
826
|
-
"CustomPlugin": {
|
|
827
|
-
"title": "CustomPlugin",
|
|
828
|
-
"type": "object",
|
|
829
|
-
"properties": {
|
|
830
|
-
"event": {
|
|
831
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
832
|
-
"type": "string",
|
|
833
|
-
"title": "event"
|
|
834
|
-
},
|
|
835
|
-
"iconAlt": {
|
|
836
|
-
"description": "The alt for the custom button icon",
|
|
837
|
-
"type": "string",
|
|
838
|
-
"title": "iconAlt"
|
|
839
|
-
},
|
|
840
|
-
"iconType": {
|
|
841
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
842
|
-
"type": "string",
|
|
843
|
-
"title": "iconType"
|
|
844
|
-
},
|
|
845
|
-
"icon": {
|
|
846
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
847
|
-
"type": "string",
|
|
848
|
-
"title": "icon"
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"required": [
|
|
852
|
-
"event",
|
|
853
|
-
"icon",
|
|
854
|
-
"iconAlt",
|
|
855
|
-
"iconType"
|
|
856
|
-
]
|
|
857
|
-
},
|
|
858
|
-
"EditableHtmlPluginConfigureRequired": {
|
|
859
|
-
"title": "EditableHtmlPluginConfigureRequired",
|
|
860
|
-
"type": "object",
|
|
861
|
-
"properties": {
|
|
862
|
-
"inputConfiguration": {
|
|
863
|
-
"title": "EditableHtmlConfigureProp",
|
|
864
|
-
"type": "object",
|
|
865
|
-
"properties": {
|
|
866
|
-
"math": {
|
|
867
|
-
"title": "EditableHtmlButtonConfigure",
|
|
868
|
-
"type": "object",
|
|
869
|
-
"properties": {
|
|
870
|
-
"disabled": {
|
|
871
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
872
|
-
"type": "boolean",
|
|
873
|
-
"title": "disabled"
|
|
874
|
-
}
|
|
875
|
-
}
|
|
876
|
-
},
|
|
877
|
-
"audio": {
|
|
878
|
-
"title": "EditableHtmlButtonConfigure",
|
|
879
|
-
"type": "object",
|
|
880
|
-
"properties": {
|
|
881
|
-
"disabled": {
|
|
882
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
883
|
-
"type": "boolean",
|
|
884
|
-
"title": "disabled"
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
},
|
|
888
|
-
"video": {
|
|
889
|
-
"title": "EditableHtmlButtonConfigure",
|
|
890
|
-
"type": "object",
|
|
891
|
-
"properties": {
|
|
892
|
-
"disabled": {
|
|
893
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
894
|
-
"type": "boolean",
|
|
895
|
-
"title": "disabled"
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
},
|
|
899
|
-
"image": {
|
|
900
|
-
"title": "EditableHtmlButtonConfigure",
|
|
901
|
-
"type": "object",
|
|
902
|
-
"properties": {
|
|
903
|
-
"disabled": {
|
|
904
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
905
|
-
"type": "boolean",
|
|
906
|
-
"title": "disabled"
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
},
|
|
910
|
-
"customPlugins": {
|
|
911
|
-
"description": "An array of objects that determine custom plugins.\nA 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).\nExample can be found at https://github.com/pie-framework/pie-lib/blob/develop/packages/demo/pages/editable-html.js#L425.",
|
|
912
|
-
"type": "array",
|
|
913
|
-
"items": {
|
|
914
|
-
"title": "CustomPlugin",
|
|
915
|
-
"type": "object",
|
|
916
|
-
"properties": {
|
|
917
|
-
"event": {
|
|
918
|
-
"description": "The name of the custom event. It needs to be valid (only letters, numbers and \"_\" can be used).\nPIE will emit the event prefixed with \"PIE-\".\nEg: event = 'client_custom_event_A' => the emitted event will be \"PIE-client_custom_event_A\"",
|
|
919
|
-
"type": "string",
|
|
920
|
-
"title": "event"
|
|
921
|
-
},
|
|
922
|
-
"iconAlt": {
|
|
923
|
-
"description": "The alt for the custom button icon",
|
|
924
|
-
"type": "string",
|
|
925
|
-
"title": "iconAlt"
|
|
926
|
-
},
|
|
927
|
-
"iconType": {
|
|
928
|
-
"description": "The icon type.\nCurrently, only \"SVG\" is supported.",
|
|
929
|
-
"type": "string",
|
|
930
|
-
"title": "iconType"
|
|
931
|
-
},
|
|
932
|
-
"icon": {
|
|
933
|
-
"description": "The icon string. Currently, only \"SVG\" is supported, so it needs to be a valid svg.",
|
|
934
|
-
"type": "string",
|
|
935
|
-
"title": "icon"
|
|
936
|
-
}
|
|
937
|
-
},
|
|
938
|
-
"required": [
|
|
939
|
-
"event",
|
|
940
|
-
"icon",
|
|
941
|
-
"iconAlt",
|
|
942
|
-
"iconType"
|
|
943
|
-
]
|
|
944
|
-
},
|
|
945
|
-
"title": "customPlugins"
|
|
946
|
-
},
|
|
947
|
-
"blockquote": {
|
|
948
|
-
"title": "EditableHtmlButtonConfigure",
|
|
949
|
-
"type": "object",
|
|
950
|
-
"properties": {
|
|
951
|
-
"disabled": {
|
|
952
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
953
|
-
"type": "boolean",
|
|
954
|
-
"title": "disabled"
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
},
|
|
958
|
-
"h3": {
|
|
959
|
-
"title": "EditableHtmlButtonConfigure",
|
|
960
|
-
"type": "object",
|
|
961
|
-
"properties": {
|
|
962
|
-
"disabled": {
|
|
963
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
964
|
-
"type": "boolean",
|
|
965
|
-
"title": "disabled"
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
"characters": {
|
|
970
|
-
"title": "EditableHtmlButtonConfigure",
|
|
971
|
-
"type": "object",
|
|
972
|
-
"properties": {
|
|
973
|
-
"disabled": {
|
|
974
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
975
|
-
"type": "boolean",
|
|
976
|
-
"title": "disabled"
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
"bold": {
|
|
981
|
-
"title": "EditableHtmlButtonConfigure",
|
|
982
|
-
"type": "object",
|
|
983
|
-
"properties": {
|
|
984
|
-
"disabled": {
|
|
985
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
986
|
-
"type": "boolean",
|
|
987
|
-
"title": "disabled"
|
|
988
|
-
}
|
|
989
|
-
}
|
|
990
|
-
},
|
|
991
|
-
"html": {
|
|
992
|
-
"title": "EditableHtmlButtonConfigure",
|
|
993
|
-
"type": "object",
|
|
994
|
-
"properties": {
|
|
995
|
-
"disabled": {
|
|
996
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
997
|
-
"type": "boolean",
|
|
998
|
-
"title": "disabled"
|
|
999
|
-
}
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
"italic": {
|
|
1003
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1004
|
-
"type": "object",
|
|
1005
|
-
"properties": {
|
|
1006
|
-
"disabled": {
|
|
1007
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1008
|
-
"type": "boolean",
|
|
1009
|
-
"title": "disabled"
|
|
1010
|
-
}
|
|
1011
|
-
}
|
|
1012
|
-
},
|
|
1013
|
-
"ol_list": {
|
|
1014
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1015
|
-
"type": "object",
|
|
1016
|
-
"properties": {
|
|
1017
|
-
"disabled": {
|
|
1018
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1019
|
-
"type": "boolean",
|
|
1020
|
-
"title": "disabled"
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
},
|
|
1024
|
-
"redo": {
|
|
1025
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1026
|
-
"type": "object",
|
|
1027
|
-
"properties": {
|
|
1028
|
-
"disabled": {
|
|
1029
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1030
|
-
"type": "boolean",
|
|
1031
|
-
"title": "disabled"
|
|
1032
|
-
}
|
|
1033
|
-
}
|
|
1034
|
-
},
|
|
1035
|
-
"strikethrough": {
|
|
1036
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1037
|
-
"type": "object",
|
|
1038
|
-
"properties": {
|
|
1039
|
-
"disabled": {
|
|
1040
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1041
|
-
"type": "boolean",
|
|
1042
|
-
"title": "disabled"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
"sub": {
|
|
1047
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1048
|
-
"type": "object",
|
|
1049
|
-
"properties": {
|
|
1050
|
-
"disabled": {
|
|
1051
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1052
|
-
"type": "boolean",
|
|
1053
|
-
"title": "disabled"
|
|
1054
|
-
}
|
|
1055
|
-
}
|
|
1056
|
-
},
|
|
1057
|
-
"sup": {
|
|
1058
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1059
|
-
"type": "object",
|
|
1060
|
-
"properties": {
|
|
1061
|
-
"disabled": {
|
|
1062
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1063
|
-
"type": "boolean",
|
|
1064
|
-
"title": "disabled"
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
"table": {
|
|
1069
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1070
|
-
"type": "object",
|
|
1071
|
-
"properties": {
|
|
1072
|
-
"disabled": {
|
|
1073
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1074
|
-
"type": "boolean",
|
|
1075
|
-
"title": "disabled"
|
|
1076
|
-
}
|
|
1077
|
-
}
|
|
1078
|
-
},
|
|
1079
|
-
"ul_list": {
|
|
1080
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1081
|
-
"type": "object",
|
|
1082
|
-
"properties": {
|
|
1083
|
-
"disabled": {
|
|
1084
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1085
|
-
"type": "boolean",
|
|
1086
|
-
"title": "disabled"
|
|
1087
|
-
}
|
|
1088
|
-
}
|
|
1089
|
-
},
|
|
1090
|
-
"underline": {
|
|
1091
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1092
|
-
"type": "object",
|
|
1093
|
-
"properties": {
|
|
1094
|
-
"disabled": {
|
|
1095
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1096
|
-
"type": "boolean",
|
|
1097
|
-
"title": "disabled"
|
|
1098
|
-
}
|
|
1099
|
-
}
|
|
1100
|
-
},
|
|
1101
|
-
"undo": {
|
|
1102
|
-
"title": "EditableHtmlButtonConfigure",
|
|
1103
|
-
"type": "object",
|
|
1104
|
-
"properties": {
|
|
1105
|
-
"disabled": {
|
|
1106
|
-
"description": "Indicates if the plugin is disabled or not",
|
|
1107
|
-
"type": "boolean",
|
|
1108
|
-
"title": "disabled"
|
|
1109
|
-
}
|
|
1110
|
-
}
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
},
|
|
1114
|
-
"required": {
|
|
1115
|
-
"description": "Indicates if the item is required and the value cannot be empty",
|
|
1116
|
-
"type": "boolean",
|
|
1117
|
-
"title": "required"
|
|
1118
|
-
},
|
|
1119
|
-
"settings": {
|
|
1120
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1121
|
-
"type": "boolean",
|
|
1122
|
-
"title": "settings"
|
|
1123
|
-
},
|
|
1124
|
-
"label": {
|
|
1125
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1126
|
-
"type": "string",
|
|
1127
|
-
"title": "label"
|
|
1128
|
-
}
|
|
1129
|
-
}
|
|
1130
|
-
},
|
|
1131
|
-
"ConfigureProp": {
|
|
1132
|
-
"title": "ConfigureProp",
|
|
1133
|
-
"type": "object",
|
|
1134
|
-
"properties": {
|
|
1135
|
-
"settings": {
|
|
1136
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1137
|
-
"type": "boolean",
|
|
1138
|
-
"title": "settings"
|
|
1139
|
-
},
|
|
1140
|
-
"label": {
|
|
1141
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1142
|
-
"type": "string",
|
|
1143
|
-
"title": "label"
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
},
|
|
1147
|
-
"LabelsPlaceholderConfigProp": {
|
|
1148
|
-
"title": "LabelsPlaceholderConfigProp",
|
|
1149
|
-
"type": "object",
|
|
1150
|
-
"properties": {
|
|
1151
|
-
"top": {
|
|
1152
|
-
"description": "This value is empty for charting. The property exist in order to be consistent with graphing configuration.",
|
|
1153
|
-
"type": "string",
|
|
1154
|
-
"title": "top"
|
|
1155
|
-
},
|
|
1156
|
-
"right": {
|
|
1157
|
-
"description": "This value is empty for charting. The property exist in order to be consistent with graphing configuration.",
|
|
1158
|
-
"type": "string",
|
|
1159
|
-
"title": "right"
|
|
1160
|
-
},
|
|
1161
|
-
"bottom": {
|
|
1162
|
-
"description": "Indicates the placeholder for the bottom label",
|
|
1163
|
-
"type": "string",
|
|
1164
|
-
"title": "bottom"
|
|
1165
|
-
},
|
|
1166
|
-
"left": {
|
|
1167
|
-
"description": "Indicates the placeholder for the left label",
|
|
1168
|
-
"type": "string",
|
|
1169
|
-
"title": "left"
|
|
1170
|
-
},
|
|
1171
|
-
"enabled": {
|
|
1172
|
-
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
1173
|
-
"type": "boolean",
|
|
1174
|
-
"title": "enabled"
|
|
1175
|
-
},
|
|
1176
|
-
"settings": {
|
|
1177
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1178
|
-
"type": "boolean",
|
|
1179
|
-
"title": "settings"
|
|
1180
|
-
},
|
|
1181
|
-
"label": {
|
|
1182
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1183
|
-
"type": "string",
|
|
1184
|
-
"title": "label"
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
},
|
|
1188
|
-
"ConfigurePropWithEnabled": {
|
|
1189
|
-
"title": "ConfigurePropWithEnabled",
|
|
1190
|
-
"type": "object",
|
|
1191
|
-
"properties": {
|
|
1192
|
-
"enabled": {
|
|
1193
|
-
"description": "Indicates the value of the item if it affects config-ui\n(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)",
|
|
1194
|
-
"type": "boolean",
|
|
1195
|
-
"title": "enabled"
|
|
1196
|
-
},
|
|
1197
|
-
"settings": {
|
|
1198
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1199
|
-
"type": "boolean",
|
|
1200
|
-
"title": "settings"
|
|
1201
|
-
},
|
|
1202
|
-
"label": {
|
|
1203
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1204
|
-
"type": "string",
|
|
1205
|
-
"title": "label"
|
|
1206
|
-
}
|
|
1207
|
-
}
|
|
1208
|
-
},
|
|
1209
|
-
"AuthorNewCategoryDefaults": {
|
|
1210
|
-
"title": "AuthorNewCategoryDefaults",
|
|
1211
|
-
"type": "object",
|
|
1212
|
-
"properties": {
|
|
1213
|
-
"settings": {
|
|
1214
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1215
|
-
"type": "boolean",
|
|
1216
|
-
"title": "settings"
|
|
1217
|
-
},
|
|
1218
|
-
"label": {
|
|
1219
|
-
"description": "Indicates the label for the new category",
|
|
1220
|
-
"type": "string",
|
|
1221
|
-
"title": "label"
|
|
1222
|
-
},
|
|
1223
|
-
"interactive": {
|
|
1224
|
-
"description": "Indicates if new category is interactive",
|
|
1225
|
-
"type": "boolean",
|
|
1226
|
-
"title": "interactive"
|
|
1227
|
-
},
|
|
1228
|
-
"editable": {
|
|
1229
|
-
"description": "Indicates if new category is editable",
|
|
1230
|
-
"type": "boolean",
|
|
1231
|
-
"title": "editable"
|
|
1232
|
-
}
|
|
1233
|
-
}
|
|
1234
|
-
},
|
|
1235
|
-
"ConfigureMathMLProp": {
|
|
1236
|
-
"title": "ConfigureMathMLProp",
|
|
1237
|
-
"type": "object",
|
|
1238
|
-
"properties": {
|
|
1239
|
-
"mmlOutput": {
|
|
1240
|
-
"description": "Indicates if model should have mathML output instead of latex",
|
|
1241
|
-
"type": "number",
|
|
1242
|
-
"title": "mmlOutput"
|
|
1243
|
-
},
|
|
1244
|
-
"mmlEditing": {
|
|
1245
|
-
"description": "Indicates if mathML that's already in model should be editable",
|
|
1246
|
-
"type": "number",
|
|
1247
|
-
"title": "mmlEditing"
|
|
1248
|
-
}
|
|
1249
|
-
}
|
|
1250
|
-
},
|
|
1251
|
-
"ConfigureMaxImageDimensionsProp": {
|
|
1252
|
-
"title": "ConfigureMaxImageDimensionsProp",
|
|
1253
|
-
"type": "object",
|
|
1254
|
-
"properties": {
|
|
1255
|
-
"teacherInstructions": {
|
|
1256
|
-
"description": "Indicates the max dimension for images in teacher instructions",
|
|
1257
|
-
"type": "number",
|
|
1258
|
-
"title": "teacherInstructions"
|
|
1259
|
-
},
|
|
1260
|
-
"prompt": {
|
|
1261
|
-
"description": "Indicates the max dimension for images in prompt - this is also the default dimension for all other input fields if it's not specified",
|
|
1262
|
-
"type": "number",
|
|
1263
|
-
"title": "prompt"
|
|
1264
|
-
},
|
|
1265
|
-
"rationale": {
|
|
1266
|
-
"description": "Indicates the max dimension for images in rationale",
|
|
1267
|
-
"type": "number",
|
|
1268
|
-
"title": "rationale"
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
},
|
|
1272
|
-
"ChartingOptions": {
|
|
1273
|
-
"title": "ChartingOptions",
|
|
1274
|
-
"type": "object",
|
|
1275
|
-
"properties": {
|
|
1276
|
-
"changeInteractive": {
|
|
1277
|
-
"title": "ChartingOption",
|
|
1278
|
-
"type": "object",
|
|
1279
|
-
"properties": {
|
|
1280
|
-
"settings": {
|
|
1281
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1282
|
-
"type": "boolean",
|
|
1283
|
-
"title": "settings"
|
|
1284
|
-
},
|
|
1285
|
-
"authoringLabel": {
|
|
1286
|
-
"description": "Indicates the label for the option",
|
|
1287
|
-
"type": "string",
|
|
1288
|
-
"title": "authoringLabel"
|
|
1289
|
-
},
|
|
1290
|
-
"settingsLabel": {
|
|
1291
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1292
|
-
"type": "string",
|
|
1293
|
-
"title": "settingsLabel"
|
|
1294
|
-
}
|
|
1295
|
-
}
|
|
1296
|
-
},
|
|
1297
|
-
"changeEditable": {
|
|
1298
|
-
"title": "ChartingOption",
|
|
1299
|
-
"type": "object",
|
|
1300
|
-
"properties": {
|
|
1301
|
-
"settings": {
|
|
1302
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1303
|
-
"type": "boolean",
|
|
1304
|
-
"title": "settings"
|
|
1305
|
-
},
|
|
1306
|
-
"authoringLabel": {
|
|
1307
|
-
"description": "Indicates the label for the option",
|
|
1308
|
-
"type": "string",
|
|
1309
|
-
"title": "authoringLabel"
|
|
1310
|
-
},
|
|
1311
|
-
"settingsLabel": {
|
|
1312
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1313
|
-
"type": "string",
|
|
1314
|
-
"title": "settingsLabel"
|
|
1315
|
-
}
|
|
1316
|
-
}
|
|
1317
|
-
},
|
|
1318
|
-
"addCategory": {
|
|
1319
|
-
"title": "ChartingOption",
|
|
1320
|
-
"type": "object",
|
|
1321
|
-
"properties": {
|
|
1322
|
-
"settings": {
|
|
1323
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1324
|
-
"type": "boolean",
|
|
1325
|
-
"title": "settings"
|
|
1326
|
-
},
|
|
1327
|
-
"authoringLabel": {
|
|
1328
|
-
"description": "Indicates the label for the option",
|
|
1329
|
-
"type": "string",
|
|
1330
|
-
"title": "authoringLabel"
|
|
1331
|
-
},
|
|
1332
|
-
"settingsLabel": {
|
|
1333
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1334
|
-
"type": "string",
|
|
1335
|
-
"title": "settingsLabel"
|
|
1336
|
-
}
|
|
1337
|
-
}
|
|
1338
|
-
}
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
"ChartingOption": {
|
|
1342
|
-
"title": "ChartingOption",
|
|
1343
|
-
"type": "object",
|
|
1344
|
-
"properties": {
|
|
1345
|
-
"settings": {
|
|
1346
|
-
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1347
|
-
"type": "boolean",
|
|
1348
|
-
"title": "settings"
|
|
1349
|
-
},
|
|
1350
|
-
"authoringLabel": {
|
|
1351
|
-
"description": "Indicates the label for the option",
|
|
1352
|
-
"type": "string",
|
|
1353
|
-
"title": "authoringLabel"
|
|
1354
|
-
},
|
|
1355
|
-
"settingsLabel": {
|
|
1356
|
-
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1357
|
-
"type": "string",
|
|
1358
|
-
"title": "settingsLabel"
|
|
1359
|
-
}
|
|
1360
|
-
}
|
|
1361
|
-
},
|
|
1362
|
-
"AvailableChartTypes": {
|
|
1363
|
-
"title": "AvailableChartTypes",
|
|
1364
|
-
"type": "object",
|
|
1365
|
-
"properties": {
|
|
1366
|
-
"bar": {
|
|
1367
|
-
"description": "Indicates if bar chart is available and the label used for it.",
|
|
1368
|
-
"type": "string",
|
|
1369
|
-
"title": "bar"
|
|
1370
|
-
},
|
|
1371
|
-
"histogram": {
|
|
1372
|
-
"description": "Indicates if histogram is available and the label used for it.",
|
|
1373
|
-
"type": "string",
|
|
1374
|
-
"title": "histogram"
|
|
1375
|
-
},
|
|
1376
|
-
"lineDot": {
|
|
1377
|
-
"description": "Indicates if line chart with dots is available and the label used for it.",
|
|
1378
|
-
"type": "string",
|
|
1379
|
-
"title": "lineDot"
|
|
1380
|
-
},
|
|
1381
|
-
"lineCross": {
|
|
1382
|
-
"description": "Indicates if line chart with crosses is available and the label used for it.",
|
|
1383
|
-
"type": "string",
|
|
1384
|
-
"title": "lineCross"
|
|
1385
|
-
},
|
|
1386
|
-
"dotPlot": {
|
|
1387
|
-
"description": "Indicates if dot plot is available and the label used for it.",
|
|
1388
|
-
"type": "string",
|
|
1389
|
-
"title": "dotPlot"
|
|
1390
|
-
},
|
|
1391
|
-
"linePlot": {
|
|
1392
|
-
"description": "Indicates if line plot is available and the label used for it.",
|
|
1393
|
-
"type": "string",
|
|
1394
|
-
"title": "linePlot"
|
|
1395
|
-
}
|
|
1396
|
-
},
|
|
1397
|
-
"required": [
|
|
1398
|
-
"bar",
|
|
1399
|
-
"dotPlot",
|
|
1400
|
-
"histogram",
|
|
1401
|
-
"lineCross",
|
|
1402
|
-
"lineDot",
|
|
1403
|
-
"linePlot"
|
|
1404
|
-
]
|
|
1405
|
-
},
|
|
1406
|
-
"ConfigureLanguageOptionsProp": {
|
|
1407
|
-
"title": "ConfigureLanguageOptionsProp",
|
|
1408
|
-
"type": "object",
|
|
1409
|
-
"properties": {
|
|
1410
|
-
"value": {
|
|
1411
|
-
"description": "Value of the language option",
|
|
1412
|
-
"type": "string",
|
|
1413
|
-
"title": "value"
|
|
1414
|
-
},
|
|
1415
|
-
"label": {
|
|
1416
|
-
"description": "Label of the language option",
|
|
1417
|
-
"type": "string",
|
|
1418
|
-
"title": "label"
|
|
1419
|
-
}
|
|
1420
|
-
},
|
|
1421
|
-
"required": [
|
|
1422
|
-
"label",
|
|
1423
|
-
"value"
|
|
1424
|
-
]
|
|
1425
|
-
},
|
|
1426
|
-
"Answer": {
|
|
1427
|
-
"title": "Answer",
|
|
1428
|
-
"type": "object",
|
|
1429
|
-
"properties": {
|
|
1430
|
-
"name": {
|
|
1431
|
-
"description": "Indicates name of answer",
|
|
1432
|
-
"type": "string",
|
|
1433
|
-
"title": "name"
|
|
1434
|
-
},
|
|
1435
|
-
"data": {
|
|
1436
|
-
"description": "Indicates marks for the answer",
|
|
1437
|
-
"type": "array",
|
|
1438
|
-
"items": [
|
|
1439
|
-
{
|
|
1440
|
-
"title": "Category",
|
|
1441
|
-
"type": "object",
|
|
1442
|
-
"properties": {
|
|
1443
|
-
"label": {
|
|
1444
|
-
"description": "Indicates category label",
|
|
1445
|
-
"type": "string",
|
|
1446
|
-
"title": "label"
|
|
1447
|
-
},
|
|
1448
|
-
"value": {
|
|
1449
|
-
"description": "Indicates category value",
|
|
1450
|
-
"type": "number",
|
|
1451
|
-
"title": "value"
|
|
1452
|
-
},
|
|
1453
|
-
"interactive": {
|
|
1454
|
-
"description": "Indicates if category value is interactive",
|
|
1455
|
-
"type": "boolean",
|
|
1456
|
-
"title": "interactive"
|
|
1457
|
-
},
|
|
1458
|
-
"editable": {
|
|
1459
|
-
"description": "Indicates if category label is editable",
|
|
1460
|
-
"type": "boolean",
|
|
1461
|
-
"title": "editable"
|
|
1462
|
-
},
|
|
1463
|
-
"deletable": {
|
|
1464
|
-
"description": "Indicates if category is deletable",
|
|
1465
|
-
"type": "boolean",
|
|
1466
|
-
"title": "deletable"
|
|
1467
|
-
},
|
|
1468
|
-
"correctness": {
|
|
1469
|
-
"description": "Indicates correctness for a category",
|
|
1470
|
-
"type": "object",
|
|
1471
|
-
"properties": {
|
|
1472
|
-
"value": {
|
|
1473
|
-
"enum": [
|
|
1474
|
-
"correct",
|
|
1475
|
-
"incorrect"
|
|
1476
|
-
],
|
|
1477
|
-
"type": "string",
|
|
1478
|
-
"title": "value"
|
|
1479
|
-
},
|
|
1480
|
-
"label": {
|
|
1481
|
-
"enum": [
|
|
1482
|
-
"correct",
|
|
1483
|
-
"incorrect"
|
|
1484
|
-
],
|
|
1485
|
-
"type": "string",
|
|
1486
|
-
"title": "label"
|
|
1487
|
-
}
|
|
1488
|
-
},
|
|
1489
|
-
"required": [
|
|
1490
|
-
"label",
|
|
1491
|
-
"value"
|
|
1492
|
-
],
|
|
1493
|
-
"title": "correctness"
|
|
1494
|
-
}
|
|
1495
|
-
},
|
|
1496
|
-
"required": [
|
|
1497
|
-
"correctness",
|
|
1498
|
-
"deletable",
|
|
1499
|
-
"editable",
|
|
1500
|
-
"interactive",
|
|
1501
|
-
"label",
|
|
1502
|
-
"value"
|
|
1503
|
-
]
|
|
1504
|
-
}
|
|
1505
|
-
],
|
|
1506
|
-
"minItems": 1,
|
|
1507
|
-
"additionalItems": {
|
|
1508
|
-
"anyOf": [
|
|
1509
|
-
{
|
|
1510
|
-
"title": "Category",
|
|
1511
|
-
"type": "object",
|
|
1512
|
-
"properties": {
|
|
1513
|
-
"label": {
|
|
1514
|
-
"description": "Indicates category label",
|
|
1515
|
-
"type": "string",
|
|
1516
|
-
"title": "label"
|
|
1517
|
-
},
|
|
1518
|
-
"value": {
|
|
1519
|
-
"description": "Indicates category value",
|
|
1520
|
-
"type": "number",
|
|
1521
|
-
"title": "value"
|
|
1522
|
-
},
|
|
1523
|
-
"interactive": {
|
|
1524
|
-
"description": "Indicates if category value is interactive",
|
|
1525
|
-
"type": "boolean",
|
|
1526
|
-
"title": "interactive"
|
|
1527
|
-
},
|
|
1528
|
-
"editable": {
|
|
1529
|
-
"description": "Indicates if category label is editable",
|
|
1530
|
-
"type": "boolean",
|
|
1531
|
-
"title": "editable"
|
|
1532
|
-
},
|
|
1533
|
-
"deletable": {
|
|
1534
|
-
"description": "Indicates if category is deletable",
|
|
1535
|
-
"type": "boolean",
|
|
1536
|
-
"title": "deletable"
|
|
1537
|
-
},
|
|
1538
|
-
"correctness": {
|
|
1539
|
-
"description": "Indicates correctness for a category",
|
|
1540
|
-
"type": "object",
|
|
1541
|
-
"properties": {
|
|
1542
|
-
"value": {
|
|
1543
|
-
"enum": [
|
|
1544
|
-
"correct",
|
|
1545
|
-
"incorrect"
|
|
1546
|
-
],
|
|
1547
|
-
"type": "string",
|
|
1548
|
-
"title": "value"
|
|
1549
|
-
},
|
|
1550
|
-
"label": {
|
|
1551
|
-
"enum": [
|
|
1552
|
-
"correct",
|
|
1553
|
-
"incorrect"
|
|
1554
|
-
],
|
|
1555
|
-
"type": "string",
|
|
1556
|
-
"title": "label"
|
|
1557
|
-
}
|
|
1558
|
-
},
|
|
1559
|
-
"required": [
|
|
1560
|
-
"label",
|
|
1561
|
-
"value"
|
|
1562
|
-
],
|
|
1563
|
-
"title": "correctness"
|
|
1564
|
-
}
|
|
1565
|
-
},
|
|
1566
|
-
"required": [
|
|
1567
|
-
"correctness",
|
|
1568
|
-
"deletable",
|
|
1569
|
-
"editable",
|
|
1570
|
-
"interactive",
|
|
1571
|
-
"label",
|
|
1572
|
-
"value"
|
|
1573
|
-
]
|
|
1574
|
-
}
|
|
1575
|
-
]
|
|
1576
|
-
},
|
|
1577
|
-
"title": "data"
|
|
1578
|
-
}
|
|
1579
|
-
},
|
|
1580
|
-
"required": [
|
|
1581
|
-
"data",
|
|
1582
|
-
"name"
|
|
1583
|
-
]
|
|
1584
|
-
},
|
|
1585
|
-
"Category": {
|
|
1586
|
-
"title": "Category",
|
|
1587
|
-
"type": "object",
|
|
1588
|
-
"properties": {
|
|
1589
|
-
"label": {
|
|
1590
|
-
"description": "Indicates category label",
|
|
1591
|
-
"type": "string",
|
|
1592
|
-
"title": "label"
|
|
1593
|
-
},
|
|
1594
|
-
"value": {
|
|
1595
|
-
"description": "Indicates category value",
|
|
1596
|
-
"type": "number",
|
|
1597
|
-
"title": "value"
|
|
1598
|
-
},
|
|
1599
|
-
"interactive": {
|
|
1600
|
-
"description": "Indicates if category value is interactive",
|
|
1601
|
-
"type": "boolean",
|
|
1602
|
-
"title": "interactive"
|
|
1603
|
-
},
|
|
1604
|
-
"editable": {
|
|
1605
|
-
"description": "Indicates if category label is editable",
|
|
1606
|
-
"type": "boolean",
|
|
1607
|
-
"title": "editable"
|
|
1608
|
-
},
|
|
1609
|
-
"deletable": {
|
|
1610
|
-
"description": "Indicates if category is deletable",
|
|
1611
|
-
"type": "boolean",
|
|
1612
|
-
"title": "deletable"
|
|
1613
|
-
},
|
|
1614
|
-
"correctness": {
|
|
1615
|
-
"description": "Indicates correctness for a category",
|
|
1616
|
-
"type": "object",
|
|
1617
|
-
"properties": {
|
|
1618
|
-
"value": {
|
|
1619
|
-
"enum": [
|
|
1620
|
-
"correct",
|
|
1621
|
-
"incorrect"
|
|
1622
|
-
],
|
|
1623
|
-
"type": "string",
|
|
1624
|
-
"title": "value"
|
|
1625
|
-
},
|
|
1626
|
-
"label": {
|
|
1627
|
-
"enum": [
|
|
1628
|
-
"correct",
|
|
1629
|
-
"incorrect"
|
|
1630
|
-
],
|
|
1631
|
-
"type": "string",
|
|
1632
|
-
"title": "label"
|
|
1633
|
-
}
|
|
1634
|
-
},
|
|
1635
|
-
"required": [
|
|
1636
|
-
"label",
|
|
1637
|
-
"value"
|
|
1638
|
-
],
|
|
1639
|
-
"title": "correctness"
|
|
1640
|
-
}
|
|
1641
|
-
},
|
|
1642
|
-
"required": [
|
|
1643
|
-
"correctness",
|
|
1644
|
-
"deletable",
|
|
1645
|
-
"editable",
|
|
1646
|
-
"interactive",
|
|
1647
|
-
"label",
|
|
1648
|
-
"value"
|
|
1649
|
-
]
|
|
1650
|
-
},
|
|
1651
|
-
"ChartSettings": {
|
|
1652
|
-
"title": "ChartSettings",
|
|
1653
|
-
"type": "object",
|
|
1654
|
-
"properties": {
|
|
1655
|
-
"min": {
|
|
1656
|
-
"description": "Min value",
|
|
1657
|
-
"type": "number",
|
|
1658
|
-
"title": "min"
|
|
1659
|
-
},
|
|
1660
|
-
"max": {
|
|
1661
|
-
"description": "Max value",
|
|
1662
|
-
"type": "number",
|
|
1663
|
-
"title": "max"
|
|
1664
|
-
},
|
|
1665
|
-
"step": {
|
|
1666
|
-
"description": "Step value",
|
|
1667
|
-
"type": "number",
|
|
1668
|
-
"title": "step"
|
|
1669
|
-
},
|
|
1670
|
-
"labelStep": {
|
|
1671
|
-
"description": "Label step value",
|
|
1672
|
-
"type": "number",
|
|
1673
|
-
"title": "labelStep"
|
|
1674
|
-
},
|
|
1675
|
-
"axisLabel": {
|
|
1676
|
-
"description": "Axis Label",
|
|
1677
|
-
"type": "string",
|
|
1678
|
-
"title": "axisLabel"
|
|
1679
|
-
}
|
|
1680
|
-
},
|
|
1681
|
-
"required": [
|
|
1682
|
-
"axisLabel",
|
|
1683
|
-
"labelStep",
|
|
1684
|
-
"max",
|
|
1685
|
-
"min",
|
|
1686
|
-
"step"
|
|
1687
|
-
]
|
|
1688
|
-
},
|
|
1689
|
-
"Chart": {
|
|
1690
|
-
"title": "Chart",
|
|
1691
|
-
"type": "object",
|
|
1692
|
-
"properties": {
|
|
1693
|
-
"width": {
|
|
1694
|
-
"description": "Width for chart representation",
|
|
1695
|
-
"type": "number",
|
|
1696
|
-
"title": "width"
|
|
1697
|
-
},
|
|
1698
|
-
"height": {
|
|
1699
|
-
"description": "Height for chart representation",
|
|
1700
|
-
"type": "number",
|
|
1701
|
-
"title": "height"
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
"required": [
|
|
1705
|
-
"height",
|
|
1706
|
-
"width"
|
|
1707
|
-
]
|
|
1708
|
-
},
|
|
1709
|
-
"Placeholder": {
|
|
1710
|
-
"title": "Placeholder",
|
|
1711
|
-
"type": "object",
|
|
1712
|
-
"properties": {
|
|
1713
|
-
"title": {
|
|
1714
|
-
"description": "Indicates placeholder message if title is not defined",
|
|
1715
|
-
"type": "string",
|
|
1716
|
-
"title": "title"
|
|
1717
|
-
},
|
|
1718
|
-
"labels": {
|
|
1719
|
-
"description": "Indicates placeholder message if labels for range or domain are not defined",
|
|
1720
|
-
"type": "string",
|
|
1721
|
-
"title": "labels"
|
|
1722
|
-
}
|
|
1723
|
-
},
|
|
1724
|
-
"required": [
|
|
1725
|
-
"labels",
|
|
1726
|
-
"title"
|
|
1727
|
-
]
|
|
1728
|
-
}
|
|
1729
|
-
},
|
|
1730
|
-
"$schema": "http://json-schema.org/draft-07/schema#"
|
|
1731
|
-
}
|