@pie-element/categorize 8.1.1 → 8.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
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@material-ui/icons": "^3.0.1",
|
|
14
14
|
"@pie-framework/pie-configure-events": "^1.3.0",
|
|
15
|
-
"@pie-lib/pie-toolbox": "1.
|
|
15
|
+
"@pie-lib/pie-toolbox": "1.2.0",
|
|
16
16
|
"classnames": "^2.2.5",
|
|
17
17
|
"debug": "^3.1.0",
|
|
18
18
|
"lodash": "^4.17.15",
|
package/controller/package.json
CHANGED
package/docs/config-schema.json
CHANGED
|
@@ -248,6 +248,11 @@
|
|
|
248
248
|
"title": "ConfigurePropWithEnabled",
|
|
249
249
|
"type": "object",
|
|
250
250
|
"properties": {
|
|
251
|
+
"enabled": {
|
|
252
|
+
"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)",
|
|
253
|
+
"type": "boolean",
|
|
254
|
+
"title": "enabled"
|
|
255
|
+
},
|
|
251
256
|
"settings": {
|
|
252
257
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
253
258
|
"type": "boolean",
|
|
@@ -257,11 +262,6 @@
|
|
|
257
262
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
258
263
|
"type": "string",
|
|
259
264
|
"title": "label"
|
|
260
|
-
},
|
|
261
|
-
"enabled": {
|
|
262
|
-
"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)",
|
|
263
|
-
"type": "boolean",
|
|
264
|
-
"title": "enabled"
|
|
265
265
|
}
|
|
266
266
|
}
|
|
267
267
|
},
|
|
@@ -440,6 +440,11 @@
|
|
|
440
440
|
"title": "ConfigurePropWithEnabled",
|
|
441
441
|
"type": "object",
|
|
442
442
|
"properties": {
|
|
443
|
+
"enabled": {
|
|
444
|
+
"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)",
|
|
445
|
+
"type": "boolean",
|
|
446
|
+
"title": "enabled"
|
|
447
|
+
},
|
|
443
448
|
"settings": {
|
|
444
449
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
445
450
|
"type": "boolean",
|
|
@@ -449,11 +454,6 @@
|
|
|
449
454
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
450
455
|
"type": "string",
|
|
451
456
|
"title": "label"
|
|
452
|
-
},
|
|
453
|
-
"enabled": {
|
|
454
|
-
"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)",
|
|
455
|
-
"type": "boolean",
|
|
456
|
-
"title": "enabled"
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
},
|
|
@@ -190,6 +190,11 @@ Indicates the label for the item that has to be displayed in the Settings Panel
|
|
|
190
190
|
|
|
191
191
|
Properties of the `language` object:
|
|
192
192
|
|
|
193
|
+
## `enabled` (boolean)
|
|
194
|
+
|
|
195
|
+
Indicates the value of the item if it affects config-ui
|
|
196
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
197
|
+
|
|
193
198
|
## `settings` (boolean)
|
|
194
199
|
|
|
195
200
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -198,11 +203,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
198
203
|
|
|
199
204
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
200
205
|
|
|
201
|
-
## `enabled` (boolean)
|
|
202
|
-
|
|
203
|
-
Indicates the value of the item if it affects config-ui
|
|
204
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
205
|
-
|
|
206
206
|
# `languageChoices` (object)
|
|
207
207
|
|
|
208
208
|
Language choices configuration
|
|
@@ -340,6 +340,11 @@ Indicates the max dimension for images in category labels
|
|
|
340
340
|
|
|
341
341
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
342
342
|
|
|
343
|
+
### `enabled` (boolean)
|
|
344
|
+
|
|
345
|
+
Indicates the value of the item if it affects config-ui
|
|
346
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
347
|
+
|
|
343
348
|
### `settings` (boolean)
|
|
344
349
|
|
|
345
350
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -348,11 +353,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
348
353
|
|
|
349
354
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
350
355
|
|
|
351
|
-
### `enabled` (boolean)
|
|
352
|
-
|
|
353
|
-
Indicates the value of the item if it affects config-ui
|
|
354
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
355
|
-
|
|
356
356
|
## `ConfigureLanguageOptionsProp` (object)
|
|
357
357
|
|
|
358
358
|
Properties of the `ConfigureLanguageOptionsProp` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -517,6 +517,11 @@
|
|
|
517
517
|
"title": "ConfigurePropWithEnabled",
|
|
518
518
|
"type": "object",
|
|
519
519
|
"properties": {
|
|
520
|
+
"enabled": {
|
|
521
|
+
"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)",
|
|
522
|
+
"type": "boolean",
|
|
523
|
+
"title": "enabled"
|
|
524
|
+
},
|
|
520
525
|
"settings": {
|
|
521
526
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
522
527
|
"type": "boolean",
|
|
@@ -526,11 +531,6 @@
|
|
|
526
531
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
527
532
|
"type": "string",
|
|
528
533
|
"title": "label"
|
|
529
|
-
},
|
|
530
|
-
"enabled": {
|
|
531
|
-
"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)",
|
|
532
|
-
"type": "boolean",
|
|
533
|
-
"title": "enabled"
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -259,6 +259,11 @@ Indicates the max dimension for images in category labels
|
|
|
259
259
|
|
|
260
260
|
Properties of the `ConfigurePropWithEnabled` object:
|
|
261
261
|
|
|
262
|
+
### `enabled` (boolean)
|
|
263
|
+
|
|
264
|
+
Indicates the value of the item if it affects config-ui
|
|
265
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
266
|
+
|
|
262
267
|
### `settings` (boolean)
|
|
263
268
|
|
|
264
269
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -267,11 +272,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
267
272
|
|
|
268
273
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
269
274
|
|
|
270
|
-
### `enabled` (boolean)
|
|
271
|
-
|
|
272
|
-
Indicates the value of the item if it affects config-ui
|
|
273
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
274
|
-
|
|
275
275
|
## `ConfigureLanguageOptionsProp` (object)
|
|
276
276
|
|
|
277
277
|
Properties of the `ConfigureLanguageOptionsProp` object:
|
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "8.1.
|
|
7
|
+
"version": "8.1.2-next.16+1d20148ed",
|
|
8
8
|
"description": "",
|
|
9
9
|
"author": "pie framework developers",
|
|
10
10
|
"license": "ISC",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@material-ui/core": "^3.9.2",
|
|
13
13
|
"@pie-framework/pie-player-events": "^0.1.0",
|
|
14
|
-
"@pie-lib/pie-toolbox": "1.
|
|
14
|
+
"@pie-lib/pie-toolbox": "1.2.0",
|
|
15
15
|
"classnames": "^2.2.5",
|
|
16
16
|
"debug": "^4.1.1",
|
|
17
17
|
"lodash": "^4.17.15",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"react-dnd": "^14.0.5",
|
|
21
21
|
"react-dom": "^16.8.1"
|
|
22
22
|
},
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "1d20148ed6abb750252b3cf604080abe71af5194",
|
|
24
24
|
"scripts": {
|
|
25
25
|
"postpublish": "../../scripts/postpublish"
|
|
26
26
|
},
|