@pie-element/image-cloze-association 5.1.2-next.0 → 5.1.2-next.16
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/package.json +1 -1
- package/controller/package.json +1 -1
- package/docs/config-schema.json +10 -10
- package/docs/config-schema.json.md +10 -10
- package/docs/pie-schema.json +5 -5
- package/docs/pie-schema.json.md +5 -5
- package/package.json +3 -3
package/configure/package.json
CHANGED
package/controller/package.json
CHANGED
package/docs/config-schema.json
CHANGED
|
@@ -102,6 +102,11 @@
|
|
|
102
102
|
"title": "ConfigurePropWithEnabled",
|
|
103
103
|
"type": "object",
|
|
104
104
|
"properties": {
|
|
105
|
+
"enabled": {
|
|
106
|
+
"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)",
|
|
107
|
+
"type": "boolean",
|
|
108
|
+
"title": "enabled"
|
|
109
|
+
},
|
|
105
110
|
"settings": {
|
|
106
111
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
107
112
|
"type": "boolean",
|
|
@@ -111,11 +116,6 @@
|
|
|
111
116
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
112
117
|
"type": "string",
|
|
113
118
|
"title": "label"
|
|
114
|
-
},
|
|
115
|
-
"enabled": {
|
|
116
|
-
"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)",
|
|
117
|
-
"type": "boolean",
|
|
118
|
-
"title": "enabled"
|
|
119
119
|
}
|
|
120
120
|
}
|
|
121
121
|
},
|
|
@@ -263,6 +263,11 @@
|
|
|
263
263
|
"title": "ConfigurePropWithEnabled",
|
|
264
264
|
"type": "object",
|
|
265
265
|
"properties": {
|
|
266
|
+
"enabled": {
|
|
267
|
+
"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)",
|
|
268
|
+
"type": "boolean",
|
|
269
|
+
"title": "enabled"
|
|
270
|
+
},
|
|
266
271
|
"settings": {
|
|
267
272
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
268
273
|
"type": "boolean",
|
|
@@ -272,11 +277,6 @@
|
|
|
272
277
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
273
278
|
"type": "string",
|
|
274
279
|
"title": "label"
|
|
275
|
-
},
|
|
276
|
-
"enabled": {
|
|
277
|
-
"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)",
|
|
278
|
-
"type": "boolean",
|
|
279
|
-
"title": "enabled"
|
|
280
280
|
}
|
|
281
281
|
}
|
|
282
282
|
},
|
|
@@ -78,6 +78,11 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
78
78
|
|
|
79
79
|
Properties of the `language` object:
|
|
80
80
|
|
|
81
|
+
## `enabled` (boolean)
|
|
82
|
+
|
|
83
|
+
Indicates the value of the item if it affects config-ui
|
|
84
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
85
|
+
|
|
81
86
|
## `settings` (boolean)
|
|
82
87
|
|
|
83
88
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -86,11 +91,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
86
91
|
|
|
87
92
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
88
93
|
|
|
89
|
-
## `enabled` (boolean)
|
|
90
|
-
|
|
91
|
-
Indicates the value of the item if it affects config-ui
|
|
92
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
93
|
-
|
|
94
94
|
# `languageChoices` (object)
|
|
95
95
|
|
|
96
96
|
Language choices configuration
|
|
@@ -204,6 +204,11 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
204
204
|
|
|
205
205
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
206
206
|
|
|
207
|
+
### `enabled` (boolean)
|
|
208
|
+
|
|
209
|
+
Indicates the value of the item if it affects config-ui
|
|
210
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
211
|
+
|
|
207
212
|
### `settings` (boolean)
|
|
208
213
|
|
|
209
214
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -212,11 +217,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
212
217
|
|
|
213
218
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
214
219
|
|
|
215
|
-
### `enabled` (boolean)
|
|
216
|
-
|
|
217
|
-
Indicates the value of the item if it affects config-ui
|
|
218
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
219
|
-
|
|
220
220
|
## `ConfigureLanguageOptionsProp` (object)
|
|
221
221
|
|
|
222
222
|
Properties of the `ConfigureLanguageOptionsProp` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -251,6 +251,11 @@
|
|
|
251
251
|
"title": "ConfigurePropWithEnabled",
|
|
252
252
|
"type": "object",
|
|
253
253
|
"properties": {
|
|
254
|
+
"enabled": {
|
|
255
|
+
"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)",
|
|
256
|
+
"type": "boolean",
|
|
257
|
+
"title": "enabled"
|
|
258
|
+
},
|
|
254
259
|
"settings": {
|
|
255
260
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
256
261
|
"type": "boolean",
|
|
@@ -260,11 +265,6 @@
|
|
|
260
265
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
261
266
|
"type": "string",
|
|
262
267
|
"title": "label"
|
|
263
|
-
},
|
|
264
|
-
"enabled": {
|
|
265
|
-
"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)",
|
|
266
|
-
"type": "boolean",
|
|
267
|
-
"title": "enabled"
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -200,6 +200,11 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
200
200
|
|
|
201
201
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
202
202
|
|
|
203
|
+
### `enabled` (boolean)
|
|
204
|
+
|
|
205
|
+
Indicates the value of the item if it affects config-ui
|
|
206
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
207
|
+
|
|
203
208
|
### `settings` (boolean)
|
|
204
209
|
|
|
205
210
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -208,11 +213,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
208
213
|
|
|
209
214
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
210
215
|
|
|
211
|
-
### `enabled` (boolean)
|
|
212
|
-
|
|
213
|
-
Indicates the value of the item if it affects config-ui
|
|
214
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
215
|
-
|
|
216
216
|
## `ConfigureLanguageOptionsProp` (object)
|
|
217
217
|
|
|
218
218
|
Properties of the `ConfigureLanguageOptionsProp` object:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-element/image-cloze-association",
|
|
3
|
-
"version": "5.1.2-next.
|
|
3
|
+
"version": "5.1.2-next.16+1d20148ed",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": "pie-framework/pie-elements",
|
|
6
6
|
"publishConfig": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@material-ui/core": "^3.9.3",
|
|
11
11
|
"@material-ui/icons": "^3.0.1",
|
|
12
12
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
13
|
-
"@pie-lib/pie-toolbox": "1.
|
|
13
|
+
"@pie-lib/pie-toolbox": "1.2.0",
|
|
14
14
|
"classnames": "^2.2.6",
|
|
15
15
|
"prop-types": "^15.6.1",
|
|
16
16
|
"react": "^16.8.1",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"author": "pie framework developers",
|
|
20
20
|
"license": "ISC",
|
|
21
|
-
"gitHead": "
|
|
21
|
+
"gitHead": "1d20148ed6abb750252b3cf604080abe71af5194",
|
|
22
22
|
"scripts": {
|
|
23
23
|
"postpublish": "../../scripts/postpublish"
|
|
24
24
|
},
|