@pie-element/drag-in-the-blank 5.0.3 → 5.0.4-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
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"@material-ui/core": "^3.9.2",
|
|
9
9
|
"@material-ui/icons": "^3.0.1",
|
|
10
10
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
11
|
-
"@pie-lib/pie-toolbox": "1.
|
|
11
|
+
"@pie-lib/pie-toolbox": "1.2.0",
|
|
12
12
|
"debug": "^3.1.0",
|
|
13
13
|
"lodash": "^4.17.15",
|
|
14
14
|
"prop-types": "^15.6.2",
|
package/controller/package.json
CHANGED
package/docs/config-schema.json
CHANGED
|
@@ -229,6 +229,11 @@
|
|
|
229
229
|
"title": "ConfigurePropWithEnabled",
|
|
230
230
|
"type": "object",
|
|
231
231
|
"properties": {
|
|
232
|
+
"enabled": {
|
|
233
|
+
"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)",
|
|
234
|
+
"type": "boolean",
|
|
235
|
+
"title": "enabled"
|
|
236
|
+
},
|
|
232
237
|
"settings": {
|
|
233
238
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
234
239
|
"type": "boolean",
|
|
@@ -238,11 +243,6 @@
|
|
|
238
243
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
239
244
|
"type": "string",
|
|
240
245
|
"title": "label"
|
|
241
|
-
},
|
|
242
|
-
"enabled": {
|
|
243
|
-
"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)",
|
|
244
|
-
"type": "boolean",
|
|
245
|
-
"title": "enabled"
|
|
246
246
|
}
|
|
247
247
|
}
|
|
248
248
|
},
|
|
@@ -406,6 +406,11 @@
|
|
|
406
406
|
"title": "ConfigurePropWithEnabled",
|
|
407
407
|
"type": "object",
|
|
408
408
|
"properties": {
|
|
409
|
+
"enabled": {
|
|
410
|
+
"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)",
|
|
411
|
+
"type": "boolean",
|
|
412
|
+
"title": "enabled"
|
|
413
|
+
},
|
|
409
414
|
"settings": {
|
|
410
415
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
411
416
|
"type": "boolean",
|
|
@@ -415,11 +420,6 @@
|
|
|
415
420
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
416
421
|
"type": "string",
|
|
417
422
|
"title": "label"
|
|
418
|
-
},
|
|
419
|
-
"enabled": {
|
|
420
|
-
"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)",
|
|
421
|
-
"type": "boolean",
|
|
422
|
-
"title": "enabled"
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
},
|
|
@@ -174,6 +174,11 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
174
174
|
|
|
175
175
|
Properties of the `language` object:
|
|
176
176
|
|
|
177
|
+
## `enabled` (boolean)
|
|
178
|
+
|
|
179
|
+
Indicates the value of the item if it affects config-ui
|
|
180
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
181
|
+
|
|
177
182
|
## `settings` (boolean)
|
|
178
183
|
|
|
179
184
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -182,11 +187,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
182
187
|
|
|
183
188
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
184
189
|
|
|
185
|
-
## `enabled` (boolean)
|
|
186
|
-
|
|
187
|
-
Indicates the value of the item if it affects config-ui
|
|
188
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
189
|
-
|
|
190
190
|
# `languageChoices` (object)
|
|
191
191
|
|
|
192
192
|
Language choices configuration
|
|
@@ -312,6 +312,11 @@ Indicates the max dimension for images in rationale
|
|
|
312
312
|
|
|
313
313
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
314
314
|
|
|
315
|
+
### `enabled` (boolean)
|
|
316
|
+
|
|
317
|
+
Indicates the value of the item if it affects config-ui
|
|
318
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
319
|
+
|
|
315
320
|
### `settings` (boolean)
|
|
316
321
|
|
|
317
322
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -320,11 +325,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
320
325
|
|
|
321
326
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
322
327
|
|
|
323
|
-
### `enabled` (boolean)
|
|
324
|
-
|
|
325
|
-
Indicates the value of the item if it affects config-ui
|
|
326
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
327
|
-
|
|
328
328
|
## `ConfigureLanguageOptionsProp` (object)
|
|
329
329
|
|
|
330
330
|
Properties of the `ConfigureLanguageOptionsProp` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -234,6 +234,11 @@
|
|
|
234
234
|
"title": "ConfigurePropWithEnabled",
|
|
235
235
|
"type": "object",
|
|
236
236
|
"properties": {
|
|
237
|
+
"enabled": {
|
|
238
|
+
"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)",
|
|
239
|
+
"type": "boolean",
|
|
240
|
+
"title": "enabled"
|
|
241
|
+
},
|
|
237
242
|
"settings": {
|
|
238
243
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
239
244
|
"type": "boolean",
|
|
@@ -243,11 +248,6 @@
|
|
|
243
248
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
244
249
|
"type": "string",
|
|
245
250
|
"title": "label"
|
|
246
|
-
},
|
|
247
|
-
"enabled": {
|
|
248
|
-
"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)",
|
|
249
|
-
"type": "boolean",
|
|
250
|
-
"title": "enabled"
|
|
251
251
|
}
|
|
252
252
|
}
|
|
253
253
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -171,6 +171,11 @@ Indicates the max dimension for images in rationale
|
|
|
171
171
|
|
|
172
172
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
173
173
|
|
|
174
|
+
### `enabled` (boolean)
|
|
175
|
+
|
|
176
|
+
Indicates the value of the item if it affects config-ui
|
|
177
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
178
|
+
|
|
174
179
|
### `settings` (boolean)
|
|
175
180
|
|
|
176
181
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -179,11 +184,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
179
184
|
|
|
180
185
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
181
186
|
|
|
182
|
-
### `enabled` (boolean)
|
|
183
|
-
|
|
184
|
-
Indicates the value of the item if it affects config-ui
|
|
185
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
186
|
-
|
|
187
187
|
## `ConfigureLanguageOptionsProp` (object)
|
|
188
188
|
|
|
189
189
|
Properties of the `ConfigureLanguageOptionsProp` object:
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "5.0.
|
|
7
|
+
"version": "5.0.4-next.16+1d20148ed",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"dependencies": {
|
|
14
14
|
"@material-ui/core": "^3.9.2",
|
|
15
15
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
16
|
-
"@pie-lib/pie-toolbox": "1.
|
|
16
|
+
"@pie-lib/pie-toolbox": "1.2.0",
|
|
17
17
|
"classnames": "^2.2.5",
|
|
18
18
|
"lodash": "^4.17.10",
|
|
19
19
|
"prop-types": "^15.6.1",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"author": "",
|
|
24
24
|
"license": "ISC",
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "1d20148ed6abb750252b3cf604080abe71af5194",
|
|
26
26
|
"main": "lib/index.js",
|
|
27
27
|
"module": "src/index.js"
|
|
28
28
|
}
|