@pie-element/graphing 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 +30 -30
- package/docs/config-schema.json.md +28 -28
- package/docs/pie-schema.json +15 -15
- package/docs/pie-schema.json.md +14 -14
- package/package.json +3 -3
package/configure/package.json
CHANGED
package/controller/package.json
CHANGED
package/docs/config-schema.json
CHANGED
|
@@ -487,6 +487,11 @@
|
|
|
487
487
|
"type": "string",
|
|
488
488
|
"title": "left"
|
|
489
489
|
},
|
|
490
|
+
"enabled": {
|
|
491
|
+
"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)",
|
|
492
|
+
"type": "boolean",
|
|
493
|
+
"title": "enabled"
|
|
494
|
+
},
|
|
490
495
|
"settings": {
|
|
491
496
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
492
497
|
"type": "boolean",
|
|
@@ -496,11 +501,6 @@
|
|
|
496
501
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
497
502
|
"type": "string",
|
|
498
503
|
"title": "label"
|
|
499
|
-
},
|
|
500
|
-
"enabled": {
|
|
501
|
-
"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)",
|
|
502
|
-
"type": "boolean",
|
|
503
|
-
"title": "enabled"
|
|
504
504
|
}
|
|
505
505
|
}
|
|
506
506
|
},
|
|
@@ -508,6 +508,11 @@
|
|
|
508
508
|
"title": "ConfigurePropWithEnabled",
|
|
509
509
|
"type": "object",
|
|
510
510
|
"properties": {
|
|
511
|
+
"enabled": {
|
|
512
|
+
"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)",
|
|
513
|
+
"type": "boolean",
|
|
514
|
+
"title": "enabled"
|
|
515
|
+
},
|
|
511
516
|
"settings": {
|
|
512
517
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
513
518
|
"type": "boolean",
|
|
@@ -517,11 +522,6 @@
|
|
|
517
522
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
518
523
|
"type": "string",
|
|
519
524
|
"title": "label"
|
|
520
|
-
},
|
|
521
|
-
"enabled": {
|
|
522
|
-
"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)",
|
|
523
|
-
"type": "boolean",
|
|
524
|
-
"title": "enabled"
|
|
525
525
|
}
|
|
526
526
|
}
|
|
527
527
|
},
|
|
@@ -674,6 +674,11 @@
|
|
|
674
674
|
"type": "string",
|
|
675
675
|
"title": "placeholder"
|
|
676
676
|
},
|
|
677
|
+
"enabled": {
|
|
678
|
+
"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)",
|
|
679
|
+
"type": "boolean",
|
|
680
|
+
"title": "enabled"
|
|
681
|
+
},
|
|
677
682
|
"settings": {
|
|
678
683
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
679
684
|
"type": "boolean",
|
|
@@ -683,11 +688,6 @@
|
|
|
683
688
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
684
689
|
"type": "string",
|
|
685
690
|
"title": "label"
|
|
686
|
-
},
|
|
687
|
-
"enabled": {
|
|
688
|
-
"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)",
|
|
689
|
-
"type": "boolean",
|
|
690
|
-
"title": "enabled"
|
|
691
691
|
}
|
|
692
692
|
}
|
|
693
693
|
},
|
|
@@ -1442,6 +1442,11 @@
|
|
|
1442
1442
|
"type": "string",
|
|
1443
1443
|
"title": "left"
|
|
1444
1444
|
},
|
|
1445
|
+
"enabled": {
|
|
1446
|
+
"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)",
|
|
1447
|
+
"type": "boolean",
|
|
1448
|
+
"title": "enabled"
|
|
1449
|
+
},
|
|
1445
1450
|
"settings": {
|
|
1446
1451
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1447
1452
|
"type": "boolean",
|
|
@@ -1451,11 +1456,6 @@
|
|
|
1451
1456
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1452
1457
|
"type": "string",
|
|
1453
1458
|
"title": "label"
|
|
1454
|
-
},
|
|
1455
|
-
"enabled": {
|
|
1456
|
-
"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)",
|
|
1457
|
-
"type": "boolean",
|
|
1458
|
-
"title": "enabled"
|
|
1459
1459
|
}
|
|
1460
1460
|
}
|
|
1461
1461
|
},
|
|
@@ -1463,6 +1463,11 @@
|
|
|
1463
1463
|
"title": "ConfigurePropWithEnabled",
|
|
1464
1464
|
"type": "object",
|
|
1465
1465
|
"properties": {
|
|
1466
|
+
"enabled": {
|
|
1467
|
+
"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)",
|
|
1468
|
+
"type": "boolean",
|
|
1469
|
+
"title": "enabled"
|
|
1470
|
+
},
|
|
1466
1471
|
"settings": {
|
|
1467
1472
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1468
1473
|
"type": "boolean",
|
|
@@ -1472,11 +1477,6 @@
|
|
|
1472
1477
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1473
1478
|
"type": "string",
|
|
1474
1479
|
"title": "label"
|
|
1475
|
-
},
|
|
1476
|
-
"enabled": {
|
|
1477
|
-
"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)",
|
|
1478
|
-
"type": "boolean",
|
|
1479
|
-
"title": "enabled"
|
|
1480
1480
|
}
|
|
1481
1481
|
}
|
|
1482
1482
|
},
|
|
@@ -1509,6 +1509,11 @@
|
|
|
1509
1509
|
"type": "string",
|
|
1510
1510
|
"title": "placeholder"
|
|
1511
1511
|
},
|
|
1512
|
+
"enabled": {
|
|
1513
|
+
"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)",
|
|
1514
|
+
"type": "boolean",
|
|
1515
|
+
"title": "enabled"
|
|
1516
|
+
},
|
|
1512
1517
|
"settings": {
|
|
1513
1518
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
1514
1519
|
"type": "boolean",
|
|
@@ -1518,11 +1523,6 @@
|
|
|
1518
1523
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
1519
1524
|
"type": "string",
|
|
1520
1525
|
"title": "label"
|
|
1521
|
-
},
|
|
1522
|
-
"enabled": {
|
|
1523
|
-
"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)",
|
|
1524
|
-
"type": "boolean",
|
|
1525
|
-
"title": "enabled"
|
|
1526
1526
|
}
|
|
1527
1527
|
}
|
|
1528
1528
|
},
|
|
@@ -344,6 +344,11 @@ Indicates the placeholder for the bottom label
|
|
|
344
344
|
|
|
345
345
|
Indicates the placeholder for the left label
|
|
346
346
|
|
|
347
|
+
## `enabled` (boolean)
|
|
348
|
+
|
|
349
|
+
Indicates the value of the item if it affects config-ui
|
|
350
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
351
|
+
|
|
347
352
|
## `settings` (boolean)
|
|
348
353
|
|
|
349
354
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -352,15 +357,15 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
352
357
|
|
|
353
358
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
354
359
|
|
|
360
|
+
# `language` (object)
|
|
361
|
+
|
|
362
|
+
Properties of the `language` object:
|
|
363
|
+
|
|
355
364
|
## `enabled` (boolean)
|
|
356
365
|
|
|
357
366
|
Indicates the value of the item if it affects config-ui
|
|
358
367
|
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
359
368
|
|
|
360
|
-
# `language` (object)
|
|
361
|
-
|
|
362
|
-
Properties of the `language` object:
|
|
363
|
-
|
|
364
369
|
## `settings` (boolean)
|
|
365
370
|
|
|
366
371
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -369,11 +374,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
369
374
|
|
|
370
375
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
371
376
|
|
|
372
|
-
## `enabled` (boolean)
|
|
373
|
-
|
|
374
|
-
Indicates the value of the item if it affects config-ui
|
|
375
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
376
|
-
|
|
377
377
|
# `languageChoices` (object)
|
|
378
378
|
|
|
379
379
|
Language choices configuration
|
|
@@ -481,6 +481,11 @@ Properties of the `title` object:
|
|
|
481
481
|
|
|
482
482
|
Indicates the placeholder for the title label
|
|
483
483
|
|
|
484
|
+
## `enabled` (boolean)
|
|
485
|
+
|
|
486
|
+
Indicates the value of the item if it affects config-ui
|
|
487
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
488
|
+
|
|
484
489
|
## `settings` (boolean)
|
|
485
490
|
|
|
486
491
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -489,11 +494,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
489
494
|
|
|
490
495
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
491
496
|
|
|
492
|
-
## `enabled` (boolean)
|
|
493
|
-
|
|
494
|
-
Indicates the value of the item if it affects config-ui
|
|
495
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
496
|
-
|
|
497
497
|
# `maxImageWidth` (object)
|
|
498
498
|
|
|
499
499
|
Properties of the `maxImageWidth` object:
|
|
@@ -1028,6 +1028,11 @@ Indicates the placeholder for the bottom label
|
|
|
1028
1028
|
|
|
1029
1029
|
Indicates the placeholder for the left label
|
|
1030
1030
|
|
|
1031
|
+
### `enabled` (boolean)
|
|
1032
|
+
|
|
1033
|
+
Indicates the value of the item if it affects config-ui
|
|
1034
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
1035
|
+
|
|
1031
1036
|
### `settings` (boolean)
|
|
1032
1037
|
|
|
1033
1038
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1036,15 +1041,15 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
1036
1041
|
|
|
1037
1042
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
1038
1043
|
|
|
1044
|
+
## `ConfigurePropWithEnabled` (object)
|
|
1045
|
+
|
|
1046
|
+
Properties of the `ConfigurePropWithEnabled` object:
|
|
1047
|
+
|
|
1039
1048
|
### `enabled` (boolean)
|
|
1040
1049
|
|
|
1041
1050
|
Indicates the value of the item if it affects config-ui
|
|
1042
1051
|
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
1043
1052
|
|
|
1044
|
-
## `ConfigurePropWithEnabled` (object)
|
|
1045
|
-
|
|
1046
|
-
Properties of the `ConfigurePropWithEnabled` object:
|
|
1047
|
-
|
|
1048
1053
|
### `settings` (boolean)
|
|
1049
1054
|
|
|
1050
1055
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1053,11 +1058,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
1053
1058
|
|
|
1054
1059
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
1055
1060
|
|
|
1056
|
-
### `enabled` (boolean)
|
|
1057
|
-
|
|
1058
|
-
Indicates the value of the item if it affects config-ui
|
|
1059
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
1060
|
-
|
|
1061
1061
|
## `ConfigureLanguageOptionsProp` (object)
|
|
1062
1062
|
|
|
1063
1063
|
Properties of the `ConfigureLanguageOptionsProp` object:
|
|
@@ -1078,6 +1078,11 @@ Properties of the `TitleConfigProp` object:
|
|
|
1078
1078
|
|
|
1079
1079
|
Indicates the placeholder for the title label
|
|
1080
1080
|
|
|
1081
|
+
### `enabled` (boolean)
|
|
1082
|
+
|
|
1083
|
+
Indicates the value of the item if it affects config-ui
|
|
1084
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
1085
|
+
|
|
1081
1086
|
### `settings` (boolean)
|
|
1082
1087
|
|
|
1083
1088
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -1086,11 +1091,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
1086
1091
|
|
|
1087
1092
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
1088
1093
|
|
|
1089
|
-
### `enabled` (boolean)
|
|
1090
|
-
|
|
1091
|
-
Indicates the value of the item if it affects config-ui
|
|
1092
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
1093
|
-
|
|
1094
1094
|
## `ConfigureMaxImageDimensionsProp` (object)
|
|
1095
1095
|
|
|
1096
1096
|
Properties of the `ConfigureMaxImageDimensionsProp` object:
|
package/docs/pie-schema.json
CHANGED
|
@@ -2185,6 +2185,11 @@
|
|
|
2185
2185
|
"type": "string",
|
|
2186
2186
|
"title": "left"
|
|
2187
2187
|
},
|
|
2188
|
+
"enabled": {
|
|
2189
|
+
"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)",
|
|
2190
|
+
"type": "boolean",
|
|
2191
|
+
"title": "enabled"
|
|
2192
|
+
},
|
|
2188
2193
|
"settings": {
|
|
2189
2194
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
2190
2195
|
"type": "boolean",
|
|
@@ -2194,11 +2199,6 @@
|
|
|
2194
2199
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
2195
2200
|
"type": "string",
|
|
2196
2201
|
"title": "label"
|
|
2197
|
-
},
|
|
2198
|
-
"enabled": {
|
|
2199
|
-
"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)",
|
|
2200
|
-
"type": "boolean",
|
|
2201
|
-
"title": "enabled"
|
|
2202
2202
|
}
|
|
2203
2203
|
}
|
|
2204
2204
|
},
|
|
@@ -2206,6 +2206,11 @@
|
|
|
2206
2206
|
"title": "ConfigurePropWithEnabled",
|
|
2207
2207
|
"type": "object",
|
|
2208
2208
|
"properties": {
|
|
2209
|
+
"enabled": {
|
|
2210
|
+
"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)",
|
|
2211
|
+
"type": "boolean",
|
|
2212
|
+
"title": "enabled"
|
|
2213
|
+
},
|
|
2209
2214
|
"settings": {
|
|
2210
2215
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
2211
2216
|
"type": "boolean",
|
|
@@ -2215,11 +2220,6 @@
|
|
|
2215
2220
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
2216
2221
|
"type": "string",
|
|
2217
2222
|
"title": "label"
|
|
2218
|
-
},
|
|
2219
|
-
"enabled": {
|
|
2220
|
-
"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)",
|
|
2221
|
-
"type": "boolean",
|
|
2222
|
-
"title": "enabled"
|
|
2223
2223
|
}
|
|
2224
2224
|
}
|
|
2225
2225
|
},
|
|
@@ -2252,6 +2252,11 @@
|
|
|
2252
2252
|
"type": "string",
|
|
2253
2253
|
"title": "placeholder"
|
|
2254
2254
|
},
|
|
2255
|
+
"enabled": {
|
|
2256
|
+
"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)",
|
|
2257
|
+
"type": "boolean",
|
|
2258
|
+
"title": "enabled"
|
|
2259
|
+
},
|
|
2255
2260
|
"settings": {
|
|
2256
2261
|
"description": "Indicates if the item has to be displayed in the Settings Panel",
|
|
2257
2262
|
"type": "boolean",
|
|
@@ -2261,11 +2266,6 @@
|
|
|
2261
2266
|
"description": "Indicates the label for the item that has to be displayed in the Settings Panel",
|
|
2262
2267
|
"type": "string",
|
|
2263
2268
|
"title": "label"
|
|
2264
|
-
},
|
|
2265
|
-
"enabled": {
|
|
2266
|
-
"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)",
|
|
2267
|
-
"type": "boolean",
|
|
2268
|
-
"title": "enabled"
|
|
2269
2269
|
}
|
|
2270
2270
|
}
|
|
2271
2271
|
},
|
package/docs/pie-schema.json.md
CHANGED
|
@@ -704,6 +704,11 @@ Indicates the placeholder for the bottom label
|
|
|
704
704
|
|
|
705
705
|
Indicates the placeholder for the left label
|
|
706
706
|
|
|
707
|
+
### `enabled` (boolean)
|
|
708
|
+
|
|
709
|
+
Indicates the value of the item if it affects config-ui
|
|
710
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
711
|
+
|
|
707
712
|
### `settings` (boolean)
|
|
708
713
|
|
|
709
714
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -712,15 +717,15 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
712
717
|
|
|
713
718
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
714
719
|
|
|
720
|
+
## `ConfigurePropWithEnabled` (object)
|
|
721
|
+
|
|
722
|
+
Properties of the `ConfigurePropWithEnabled` object:
|
|
723
|
+
|
|
715
724
|
### `enabled` (boolean)
|
|
716
725
|
|
|
717
726
|
Indicates the value of the item if it affects config-ui
|
|
718
727
|
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
719
728
|
|
|
720
|
-
## `ConfigurePropWithEnabled` (object)
|
|
721
|
-
|
|
722
|
-
Properties of the `ConfigurePropWithEnabled` object:
|
|
723
|
-
|
|
724
729
|
### `settings` (boolean)
|
|
725
730
|
|
|
726
731
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -729,11 +734,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
729
734
|
|
|
730
735
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
731
736
|
|
|
732
|
-
### `enabled` (boolean)
|
|
733
|
-
|
|
734
|
-
Indicates the value of the item if it affects config-ui
|
|
735
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
736
|
-
|
|
737
737
|
## `ConfigureLanguageOptionsProp` (object)
|
|
738
738
|
|
|
739
739
|
Properties of the `ConfigureLanguageOptionsProp` object:
|
|
@@ -754,6 +754,11 @@ Properties of the `TitleConfigProp` object:
|
|
|
754
754
|
|
|
755
755
|
Indicates the placeholder for the title label
|
|
756
756
|
|
|
757
|
+
### `enabled` (boolean)
|
|
758
|
+
|
|
759
|
+
Indicates the value of the item if it affects config-ui
|
|
760
|
+
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
761
|
+
|
|
757
762
|
### `settings` (boolean)
|
|
758
763
|
|
|
759
764
|
Indicates if the item has to be displayed in the Settings Panel
|
|
@@ -762,11 +767,6 @@ Indicates if the item has to be displayed in the Settings Panel
|
|
|
762
767
|
|
|
763
768
|
Indicates the label for the item that has to be displayed in the Settings Panel
|
|
764
769
|
|
|
765
|
-
### `enabled` (boolean)
|
|
766
|
-
|
|
767
|
-
Indicates the value of the item if it affects config-ui
|
|
768
|
-
(eg.: if item is a switch and displaying an input on the config-ui depends on the switch value: on/off)
|
|
769
|
-
|
|
770
770
|
## `ConfigureMaxImageDimensionsProp` (object)
|
|
771
771
|
|
|
772
772
|
Properties of the `ConfigureMaxImageDimensionsProp` 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
|
"debug": "^4.1.1",
|
|
19
19
|
"react": "^16.8.1",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"author": "",
|
|
23
23
|
"license": "ISC",
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "1d20148ed6abb750252b3cf604080abe71af5194",
|
|
25
25
|
"main": "lib/index.js",
|
|
26
26
|
"module": "src/index.js"
|
|
27
27
|
}
|