@pie-lib/graphing-module 1.11.17 → 1.11.19
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/module/index.js +142 -105
- package/module/manifest.json +8 -8
- package/package.json +1 -1
package/module/index.js
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
|
-
import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.6.
|
|
2
|
-
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.6.
|
|
3
|
-
import {_dll_pie_lib__drag} from "../../drag-module@^2.1.
|
|
4
|
-
import {_dll_pie_lib__config_ui} from "../../config-module@^2.8.
|
|
5
|
-
const PropTypes$
|
|
1
|
+
import {_dll_prop_types, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_lodash, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.6.17/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.6.20/module/index.js";
|
|
3
|
+
import {_dll_pie_lib__drag} from "../../drag-module@^2.1.20/module/index.js";
|
|
4
|
+
import {_dll_pie_lib__config_ui} from "../../config-module@^2.8.4/module/index.js";
|
|
5
|
+
const PropTypes$E = _dll_prop_types;
|
|
6
6
|
const BaseDomainRangeType = {
|
|
7
|
-
min: PropTypes$
|
|
8
|
-
max: PropTypes$
|
|
9
|
-
step: PropTypes$
|
|
10
|
-
};
|
|
11
|
-
const DomainType = PropTypes$
|
|
12
|
-
const RangeType = PropTypes$
|
|
13
|
-
const SizeType = PropTypes$
|
|
14
|
-
width: PropTypes$
|
|
15
|
-
height: PropTypes$
|
|
7
|
+
min: PropTypes$E.number.isRequired,
|
|
8
|
+
max: PropTypes$E.number.isRequired,
|
|
9
|
+
step: PropTypes$E.number
|
|
10
|
+
};
|
|
11
|
+
const DomainType = PropTypes$E.shape(BaseDomainRangeType);
|
|
12
|
+
const RangeType = PropTypes$E.shape(BaseDomainRangeType);
|
|
13
|
+
const SizeType = PropTypes$E.shape({
|
|
14
|
+
width: PropTypes$E.number.isRequired,
|
|
15
|
+
height: PropTypes$E.number.isRequired
|
|
16
16
|
});
|
|
17
|
-
const PointType = PropTypes$
|
|
18
|
-
x: PropTypes$
|
|
19
|
-
y: PropTypes$
|
|
17
|
+
const PointType = PropTypes$E.shape({
|
|
18
|
+
x: PropTypes$E.number.isRequired,
|
|
19
|
+
y: PropTypes$E.number.isRequired
|
|
20
20
|
});
|
|
21
|
-
const ChildrenType = PropTypes$
|
|
22
|
-
const ScaleType = PropTypes$
|
|
23
|
-
x: PropTypes$
|
|
24
|
-
y: PropTypes$
|
|
21
|
+
const ChildrenType = PropTypes$E.oneOfType([PropTypes$E.arrayOf(PropTypes$E.node), PropTypes$E.node]).isRequired;
|
|
22
|
+
const ScaleType = PropTypes$E.shape({
|
|
23
|
+
x: PropTypes$E.func.isRequired,
|
|
24
|
+
y: PropTypes$E.func.isRequired
|
|
25
25
|
});
|
|
26
|
-
const SnapType = PropTypes$
|
|
27
|
-
x: PropTypes$
|
|
28
|
-
y: PropTypes$
|
|
26
|
+
const SnapType = PropTypes$E.shape({
|
|
27
|
+
x: PropTypes$E.func.isRequired,
|
|
28
|
+
y: PropTypes$E.func.isRequired
|
|
29
29
|
});
|
|
30
|
-
const GraphPropsType = PropTypes$
|
|
30
|
+
const GraphPropsType = PropTypes$E.shape({
|
|
31
31
|
scale: ScaleType.isRequired,
|
|
32
32
|
snap: SnapType.isRequired,
|
|
33
33
|
domain: DomainType.isRequired,
|
|
@@ -825,6 +825,7 @@ const {color: color$j} = _dll_pie_lib__render_ui;
|
|
|
825
825
|
const {Readable: Readable$3} = _dll_pie_lib__render_ui;
|
|
826
826
|
const cn$4 = _dll_classnames;
|
|
827
827
|
const {withStyles: withStyles$m} = _dll_material_ui__core_styles;
|
|
828
|
+
const PropTypes$D = _dll_prop_types;
|
|
828
829
|
const EditableHtml$2 = _dll_pie_lib__editable_html;
|
|
829
830
|
const _jsxFileName$x = "/home/circleci/repo/packages/plot/src/label.jsx";
|
|
830
831
|
const LabelComponent = props => {
|
|
@@ -849,7 +850,7 @@ const LabelComponent = props => {
|
|
|
849
850
|
__self: undefined,
|
|
850
851
|
__source: {
|
|
851
852
|
fileName: _jsxFileName$x,
|
|
852
|
-
lineNumber:
|
|
853
|
+
lineNumber: 61
|
|
853
854
|
}
|
|
854
855
|
}, React$F.createElement('div', {
|
|
855
856
|
className: cn$4(isChart ? classes.chartLabel : classes.axisLabel, {
|
|
@@ -863,7 +864,7 @@ const LabelComponent = props => {
|
|
|
863
864
|
__self: undefined,
|
|
864
865
|
__source: {
|
|
865
866
|
fileName: _jsxFileName$x,
|
|
866
|
-
lineNumber:
|
|
867
|
+
lineNumber: 62
|
|
867
868
|
}
|
|
868
869
|
}, disabledLabel ? React$F.createElement('div', {
|
|
869
870
|
className: classes.disabledLabel,
|
|
@@ -873,7 +874,7 @@ const LabelComponent = props => {
|
|
|
873
874
|
__self: undefined,
|
|
874
875
|
__source: {
|
|
875
876
|
fileName: _jsxFileName$x,
|
|
876
|
-
lineNumber:
|
|
877
|
+
lineNumber: 73
|
|
877
878
|
}
|
|
878
879
|
}) : React$F.createElement(EditableHtml$2, {
|
|
879
880
|
markup: text || '',
|
|
@@ -889,10 +890,24 @@ const LabelComponent = props => {
|
|
|
889
890
|
__self: undefined,
|
|
890
891
|
__source: {
|
|
891
892
|
fileName: _jsxFileName$x,
|
|
892
|
-
lineNumber:
|
|
893
|
+
lineNumber: 75
|
|
893
894
|
}
|
|
894
895
|
})));
|
|
895
896
|
};
|
|
897
|
+
LabelComponent.propTypes = {
|
|
898
|
+
classes: PropTypes$D.object,
|
|
899
|
+
disabledLabel: PropTypes$D.bool,
|
|
900
|
+
graphHeight: PropTypes$D.number,
|
|
901
|
+
graphWidth: PropTypes$D.number,
|
|
902
|
+
isChartBottomLabel: PropTypes$D.bool,
|
|
903
|
+
isDefineChartBottomLabel: PropTypes$D.bool,
|
|
904
|
+
isChartLeftLabel: PropTypes$D.bool,
|
|
905
|
+
isDefineChartLeftLabel: PropTypes$D.bool,
|
|
906
|
+
placeholder: PropTypes$D.string,
|
|
907
|
+
text: PropTypes$D.string,
|
|
908
|
+
side: PropTypes$D.string,
|
|
909
|
+
onChange: PropTypes$D.func
|
|
910
|
+
};
|
|
896
911
|
var Label$1 = withStyles$m(theme => ({
|
|
897
912
|
label: {
|
|
898
913
|
fill: color$j.secondary()
|
|
@@ -975,15 +990,22 @@ class Root$1 extends React$E.Component {
|
|
|
975
990
|
this.propTypes = {
|
|
976
991
|
title: PropTypes$C.string,
|
|
977
992
|
children: ChildrenType,
|
|
993
|
+
defineChart: PropTypes$C.bool,
|
|
994
|
+
disabledLabels: PropTypes$C.bool,
|
|
978
995
|
disabledTitle: PropTypes$C.bool,
|
|
979
996
|
graphProps: GraphPropsType.isRequired,
|
|
997
|
+
isChart: PropTypes$C.bool,
|
|
998
|
+
labels: PropTypes$C.object,
|
|
999
|
+
labelsPlaceholders: PropTypes$C.object,
|
|
980
1000
|
onChangeTitle: PropTypes$C.func,
|
|
981
1001
|
onMouseMove: PropTypes$C.func,
|
|
982
1002
|
classes: PropTypes$C.object.isRequired,
|
|
983
1003
|
showLabels: PropTypes$C.bool,
|
|
984
1004
|
showTitle: PropTypes$C.bool,
|
|
985
1005
|
showPixelGuides: PropTypes$C.bool,
|
|
986
|
-
rootRef: PropTypes$C.func
|
|
1006
|
+
rootRef: PropTypes$C.func,
|
|
1007
|
+
onChangeLabels: PropTypes$C.func,
|
|
1008
|
+
titlePlaceholder: PropTypes$C.string
|
|
987
1009
|
};
|
|
988
1010
|
}
|
|
989
1011
|
__init() {
|
|
@@ -1045,7 +1067,7 @@ class Root$1 extends React$E.Component {
|
|
|
1045
1067
|
__self: this,
|
|
1046
1068
|
__source: {
|
|
1047
1069
|
fileName: _jsxFileName$w,
|
|
1048
|
-
lineNumber:
|
|
1070
|
+
lineNumber: 128
|
|
1049
1071
|
}
|
|
1050
1072
|
}, showPixelGuides && React$E.createElement('div', {
|
|
1051
1073
|
className: classes.topPixelGuides,
|
|
@@ -1055,7 +1077,7 @@ class Root$1 extends React$E.Component {
|
|
|
1055
1077
|
__self: this,
|
|
1056
1078
|
__source: {
|
|
1057
1079
|
fileName: _jsxFileName$w,
|
|
1058
|
-
lineNumber:
|
|
1080
|
+
lineNumber: 130
|
|
1059
1081
|
}
|
|
1060
1082
|
}, [...Array(nbOfVerticalLines + 1).keys()].map(value => React$E.createElement(Readable$2, {
|
|
1061
1083
|
false: true,
|
|
@@ -1063,26 +1085,26 @@ class Root$1 extends React$E.Component {
|
|
|
1063
1085
|
__self: this,
|
|
1064
1086
|
__source: {
|
|
1065
1087
|
fileName: _jsxFileName$w,
|
|
1066
|
-
lineNumber:
|
|
1088
|
+
lineNumber: 132
|
|
1067
1089
|
}
|
|
1068
1090
|
}, React$E.createElement('div', {
|
|
1069
1091
|
className: classes.topPixelIndicator,
|
|
1070
1092
|
__self: this,
|
|
1071
1093
|
__source: {
|
|
1072
1094
|
fileName: _jsxFileName$w,
|
|
1073
|
-
lineNumber:
|
|
1095
|
+
lineNumber: 133
|
|
1074
1096
|
}
|
|
1075
1097
|
}, React$E.createElement('div', {
|
|
1076
1098
|
__self: this,
|
|
1077
1099
|
__source: {
|
|
1078
1100
|
fileName: _jsxFileName$w,
|
|
1079
|
-
lineNumber:
|
|
1101
|
+
lineNumber: 134
|
|
1080
1102
|
}
|
|
1081
1103
|
}, value * 100, "px"), React$E.createElement('div', {
|
|
1082
1104
|
__self: this,
|
|
1083
1105
|
__source: {
|
|
1084
1106
|
fileName: _jsxFileName$w,
|
|
1085
|
-
lineNumber:
|
|
1107
|
+
lineNumber: 135
|
|
1086
1108
|
}
|
|
1087
1109
|
}, "|"))))), showTitle && (disabledTitle ? React$E.createElement('div', {
|
|
1088
1110
|
style: isChart && ({
|
|
@@ -1095,7 +1117,7 @@ class Root$1 extends React$E.Component {
|
|
|
1095
1117
|
__self: this,
|
|
1096
1118
|
__source: {
|
|
1097
1119
|
fileName: _jsxFileName$w,
|
|
1098
|
-
lineNumber:
|
|
1120
|
+
lineNumber: 143
|
|
1099
1121
|
}
|
|
1100
1122
|
}) : React$E.createElement(EditableHtml$1, {
|
|
1101
1123
|
style: isChart && ({
|
|
@@ -1115,7 +1137,7 @@ class Root$1 extends React$E.Component {
|
|
|
1115
1137
|
__self: this,
|
|
1116
1138
|
__source: {
|
|
1117
1139
|
fileName: _jsxFileName$w,
|
|
1118
|
-
lineNumber:
|
|
1140
|
+
lineNumber: 153
|
|
1119
1141
|
}
|
|
1120
1142
|
})), showLabels && !isChart && React$E.createElement(Label$1, {
|
|
1121
1143
|
side: "top",
|
|
@@ -1128,14 +1150,14 @@ class Root$1 extends React$E.Component {
|
|
|
1128
1150
|
__self: this,
|
|
1129
1151
|
__source: {
|
|
1130
1152
|
fileName: _jsxFileName$w,
|
|
1131
|
-
lineNumber:
|
|
1153
|
+
lineNumber: 174
|
|
1132
1154
|
}
|
|
1133
1155
|
}), React$E.createElement('div', {
|
|
1134
1156
|
className: classes.wrapper,
|
|
1135
1157
|
__self: this,
|
|
1136
1158
|
__source: {
|
|
1137
1159
|
fileName: _jsxFileName$w,
|
|
1138
|
-
lineNumber:
|
|
1160
|
+
lineNumber: 184
|
|
1139
1161
|
}
|
|
1140
1162
|
}, showLabels && React$E.createElement(Label$1, {
|
|
1141
1163
|
side: "left",
|
|
@@ -1150,7 +1172,7 @@ class Root$1 extends React$E.Component {
|
|
|
1150
1172
|
__self: this,
|
|
1151
1173
|
__source: {
|
|
1152
1174
|
fileName: _jsxFileName$w,
|
|
1153
|
-
lineNumber:
|
|
1175
|
+
lineNumber: 186
|
|
1154
1176
|
}
|
|
1155
1177
|
}), React$E.createElement('svg', {
|
|
1156
1178
|
width: finalWidth,
|
|
@@ -1159,7 +1181,7 @@ class Root$1 extends React$E.Component {
|
|
|
1159
1181
|
__self: this,
|
|
1160
1182
|
__source: {
|
|
1161
1183
|
fileName: _jsxFileName$w,
|
|
1162
|
-
lineNumber:
|
|
1184
|
+
lineNumber: 198
|
|
1163
1185
|
}
|
|
1164
1186
|
}, React$E.createElement('g', {
|
|
1165
1187
|
ref: r => {
|
|
@@ -1173,7 +1195,7 @@ class Root$1 extends React$E.Component {
|
|
|
1173
1195
|
__self: this,
|
|
1174
1196
|
__source: {
|
|
1175
1197
|
fileName: _jsxFileName$w,
|
|
1176
|
-
lineNumber:
|
|
1198
|
+
lineNumber: 199
|
|
1177
1199
|
}
|
|
1178
1200
|
}, children)), showLabels && !isChart && React$E.createElement(Label$1, {
|
|
1179
1201
|
side: "right",
|
|
@@ -1186,7 +1208,7 @@ class Root$1 extends React$E.Component {
|
|
|
1186
1208
|
__self: this,
|
|
1187
1209
|
__source: {
|
|
1188
1210
|
fileName: _jsxFileName$w,
|
|
1189
|
-
lineNumber:
|
|
1211
|
+
lineNumber: 213
|
|
1190
1212
|
}
|
|
1191
1213
|
}), showPixelGuides && React$E.createElement('div', {
|
|
1192
1214
|
className: classes.sidePixelGuides,
|
|
@@ -1197,7 +1219,7 @@ class Root$1 extends React$E.Component {
|
|
|
1197
1219
|
__self: this,
|
|
1198
1220
|
__source: {
|
|
1199
1221
|
fileName: _jsxFileName$w,
|
|
1200
|
-
lineNumber:
|
|
1222
|
+
lineNumber: 224
|
|
1201
1223
|
}
|
|
1202
1224
|
}, [...Array(nbOfHorizontalLines + 1).keys()].reverse().map(value => React$E.createElement(Readable$2, {
|
|
1203
1225
|
false: true,
|
|
@@ -1205,14 +1227,14 @@ class Root$1 extends React$E.Component {
|
|
|
1205
1227
|
__self: this,
|
|
1206
1228
|
__source: {
|
|
1207
1229
|
fileName: _jsxFileName$w,
|
|
1208
|
-
lineNumber:
|
|
1230
|
+
lineNumber: 232
|
|
1209
1231
|
}
|
|
1210
1232
|
}, React$E.createElement('div', {
|
|
1211
1233
|
className: classes.sidePixelIndicator,
|
|
1212
1234
|
__self: this,
|
|
1213
1235
|
__source: {
|
|
1214
1236
|
fileName: _jsxFileName$w,
|
|
1215
|
-
lineNumber:
|
|
1237
|
+
lineNumber: 233
|
|
1216
1238
|
}
|
|
1217
1239
|
}, "━ ", value * 100, "px"))))), showLabels && React$E.createElement(Label$1, {
|
|
1218
1240
|
side: "bottom",
|
|
@@ -1227,7 +1249,7 @@ class Root$1 extends React$E.Component {
|
|
|
1227
1249
|
__self: this,
|
|
1228
1250
|
__source: {
|
|
1229
1251
|
fileName: _jsxFileName$w,
|
|
1230
|
-
lineNumber:
|
|
1252
|
+
lineNumber: 240
|
|
1231
1253
|
}
|
|
1232
1254
|
}));
|
|
1233
1255
|
}
|
|
@@ -9416,7 +9438,8 @@ class RawLabel extends React$u.Component {
|
|
|
9416
9438
|
classes: PropTypes$s.object,
|
|
9417
9439
|
disabledLabel: PropTypes$s.bool,
|
|
9418
9440
|
placeholder: PropTypes$s.string,
|
|
9419
|
-
graphProps: GraphPropsType.isRequired
|
|
9441
|
+
graphProps: GraphPropsType.isRequired,
|
|
9442
|
+
onChange: PropTypes$s.func
|
|
9420
9443
|
};
|
|
9421
9444
|
}
|
|
9422
9445
|
static __initStatic2() {
|
|
@@ -9445,14 +9468,14 @@ class RawLabel extends React$u.Component {
|
|
|
9445
9468
|
__self: this,
|
|
9446
9469
|
__source: {
|
|
9447
9470
|
fileName: _jsxFileName$r,
|
|
9448
|
-
lineNumber:
|
|
9471
|
+
lineNumber: 83
|
|
9449
9472
|
}
|
|
9450
9473
|
}, React$u.createElement(Readable, {
|
|
9451
9474
|
false: true,
|
|
9452
9475
|
__self: this,
|
|
9453
9476
|
__source: {
|
|
9454
9477
|
fileName: _jsxFileName$r,
|
|
9455
|
-
lineNumber:
|
|
9478
|
+
lineNumber: 91
|
|
9456
9479
|
}
|
|
9457
9480
|
}, React$u.createElement(EditableHtml, {
|
|
9458
9481
|
className: cn$2({
|
|
@@ -9470,7 +9493,7 @@ class RawLabel extends React$u.Component {
|
|
|
9470
9493
|
__self: this,
|
|
9471
9494
|
__source: {
|
|
9472
9495
|
fileName: _jsxFileName$r,
|
|
9473
|
-
lineNumber:
|
|
9496
|
+
lineNumber: 92
|
|
9474
9497
|
}
|
|
9475
9498
|
})));
|
|
9476
9499
|
}
|
|
@@ -9511,7 +9534,8 @@ class Labels extends React$u.Component {
|
|
|
9511
9534
|
disabledLabels: PropTypes$s.bool,
|
|
9512
9535
|
placeholders: PropTypes$s.object,
|
|
9513
9536
|
value: PropTypes$s.shape(LabelType),
|
|
9514
|
-
graphProps: PropTypes$s.object
|
|
9537
|
+
graphProps: PropTypes$s.object,
|
|
9538
|
+
onChange: PropTypes$s.object
|
|
9515
9539
|
};
|
|
9516
9540
|
}
|
|
9517
9541
|
static __initStatic4() {
|
|
@@ -9533,7 +9557,7 @@ class Labels extends React$u.Component {
|
|
|
9533
9557
|
__self: this,
|
|
9534
9558
|
__source: {
|
|
9535
9559
|
fileName: _jsxFileName$r,
|
|
9536
|
-
lineNumber:
|
|
9560
|
+
lineNumber: 166
|
|
9537
9561
|
}
|
|
9538
9562
|
}, React$u.createElement(Label, {
|
|
9539
9563
|
key: "left",
|
|
@@ -9546,7 +9570,7 @@ class Labels extends React$u.Component {
|
|
|
9546
9570
|
__self: this,
|
|
9547
9571
|
__source: {
|
|
9548
9572
|
fileName: _jsxFileName$r,
|
|
9549
|
-
lineNumber:
|
|
9573
|
+
lineNumber: 167
|
|
9550
9574
|
}
|
|
9551
9575
|
}), React$u.createElement(Label, {
|
|
9552
9576
|
key: "top",
|
|
@@ -9559,7 +9583,7 @@ class Labels extends React$u.Component {
|
|
|
9559
9583
|
__self: this,
|
|
9560
9584
|
__source: {
|
|
9561
9585
|
fileName: _jsxFileName$r,
|
|
9562
|
-
lineNumber:
|
|
9586
|
+
lineNumber: 176
|
|
9563
9587
|
}
|
|
9564
9588
|
}), React$u.createElement(Label, {
|
|
9565
9589
|
key: "bottom",
|
|
@@ -9572,7 +9596,7 @@ class Labels extends React$u.Component {
|
|
|
9572
9596
|
__self: this,
|
|
9573
9597
|
__source: {
|
|
9574
9598
|
fileName: _jsxFileName$r,
|
|
9575
|
-
lineNumber:
|
|
9599
|
+
lineNumber: 185
|
|
9576
9600
|
}
|
|
9577
9601
|
}), React$u.createElement(Label, {
|
|
9578
9602
|
key: "right",
|
|
@@ -9585,7 +9609,7 @@ class Labels extends React$u.Component {
|
|
|
9585
9609
|
__self: this,
|
|
9586
9610
|
__source: {
|
|
9587
9611
|
fileName: _jsxFileName$r,
|
|
9588
|
-
lineNumber:
|
|
9612
|
+
lineNumber: 194
|
|
9589
9613
|
}
|
|
9590
9614
|
}));
|
|
9591
9615
|
}
|
|
@@ -11650,7 +11674,7 @@ class RawBp extends React$n.Component {
|
|
|
11650
11674
|
};
|
|
11651
11675
|
}
|
|
11652
11676
|
render() {
|
|
11653
|
-
const {classes, className, coordinatesOnHover, x, y, disabled, correctness, graphProps, labelNode,
|
|
11677
|
+
const {classes, className, coordinatesOnHover, x, y, disabled, correctness, graphProps, labelNode, ...rest} = this.props;
|
|
11654
11678
|
const {showCoordinates} = this.state;
|
|
11655
11679
|
const {scale} = graphProps;
|
|
11656
11680
|
const r = thinnerShapesNeeded(graphProps) ? 5 : 7;
|
|
@@ -11673,7 +11697,7 @@ class RawBp extends React$n.Component {
|
|
|
11673
11697
|
__self: this,
|
|
11674
11698
|
__source: {
|
|
11675
11699
|
fileName: _jsxFileName$n,
|
|
11676
|
-
lineNumber:
|
|
11700
|
+
lineNumber: 46
|
|
11677
11701
|
}
|
|
11678
11702
|
}), React$n.createElement('g', {
|
|
11679
11703
|
className: classNames$e(classes.point, disabled && classes.disabled, classes[correctness], className),
|
|
@@ -11687,7 +11711,7 @@ class RawBp extends React$n.Component {
|
|
|
11687
11711
|
__self: this,
|
|
11688
11712
|
__source: {
|
|
11689
11713
|
fileName: _jsxFileName$n,
|
|
11690
|
-
lineNumber:
|
|
11714
|
+
lineNumber: 55
|
|
11691
11715
|
}
|
|
11692
11716
|
}, React$n.createElement('circle', {
|
|
11693
11717
|
...rest,
|
|
@@ -11697,7 +11721,7 @@ class RawBp extends React$n.Component {
|
|
|
11697
11721
|
__self: this,
|
|
11698
11722
|
__source: {
|
|
11699
11723
|
fileName: _jsxFileName$n,
|
|
11700
|
-
lineNumber:
|
|
11724
|
+
lineNumber: 61
|
|
11701
11725
|
}
|
|
11702
11726
|
}), labelNode && coordinatesOnHover && showCoordinates && ReactDOM$4.createPortal(React$n.createElement(CoordinatesLabel$1, {
|
|
11703
11727
|
graphProps: graphProps,
|
|
@@ -11706,7 +11730,7 @@ class RawBp extends React$n.Component {
|
|
|
11706
11730
|
__self: this,
|
|
11707
11731
|
__source: {
|
|
11708
11732
|
fileName: _jsxFileName$n,
|
|
11709
|
-
lineNumber:
|
|
11733
|
+
lineNumber: 65
|
|
11710
11734
|
}
|
|
11711
11735
|
}), labelNode)));
|
|
11712
11736
|
}
|
|
@@ -12517,7 +12541,7 @@ class Point extends React$i.Component {
|
|
|
12517
12541
|
__self: this,
|
|
12518
12542
|
__source: {
|
|
12519
12543
|
fileName: _jsxFileName$i,
|
|
12520
|
-
lineNumber:
|
|
12544
|
+
lineNumber: 100
|
|
12521
12545
|
}
|
|
12522
12546
|
}), labelNode));
|
|
12523
12547
|
}
|
|
@@ -13569,7 +13593,7 @@ class RawBaseCircle extends React$d.Component {
|
|
|
13569
13593
|
}
|
|
13570
13594
|
RawBaseCircle.__initStatic();
|
|
13571
13595
|
RawBaseCircle.__initStatic2();
|
|
13572
|
-
const BaseCircle = withStyles$b(
|
|
13596
|
+
const BaseCircle = withStyles$b(() => ({
|
|
13573
13597
|
outerLine: {
|
|
13574
13598
|
fill: 'rgb(0,0,0,0)',
|
|
13575
13599
|
stroke: color$6.primaryLight(),
|
|
@@ -13863,6 +13887,7 @@ class RawBaseComponent extends React$a.Component {
|
|
|
13863
13887
|
onClick: PropTypes$a.func,
|
|
13864
13888
|
graphProps: GraphPropsType.isRequired,
|
|
13865
13889
|
isToolActive: PropTypes$a.bool,
|
|
13890
|
+
middle: PropTypes$a.object,
|
|
13866
13891
|
labelNode: PropTypes$a.object,
|
|
13867
13892
|
labelModeEnabled: PropTypes$a.bool,
|
|
13868
13893
|
onChangeLabelProps: PropTypes$a.func,
|
|
@@ -14001,7 +14026,7 @@ class RawBaseComponent extends React$a.Component {
|
|
|
14001
14026
|
__self: this,
|
|
14002
14027
|
__source: {
|
|
14003
14028
|
fileName: _jsxFileName$a,
|
|
14004
|
-
lineNumber:
|
|
14029
|
+
lineNumber: 220
|
|
14005
14030
|
}
|
|
14006
14031
|
}), labelNode);
|
|
14007
14032
|
}
|
|
@@ -14009,13 +14034,13 @@ class RawBaseComponent extends React$a.Component {
|
|
|
14009
14034
|
__self: this,
|
|
14010
14035
|
__source: {
|
|
14011
14036
|
fileName: _jsxFileName$a,
|
|
14012
|
-
lineNumber:
|
|
14037
|
+
lineNumber: 232
|
|
14013
14038
|
}
|
|
14014
14039
|
}, closed ? React$a.createElement(React$a.Fragment, {
|
|
14015
14040
|
__self: this,
|
|
14016
14041
|
__source: {
|
|
14017
14042
|
fileName: _jsxFileName$a,
|
|
14018
|
-
lineNumber:
|
|
14043
|
+
lineNumber: 234
|
|
14019
14044
|
}
|
|
14020
14045
|
}, React$a.createElement(DraggablePolygon, {
|
|
14021
14046
|
points: points,
|
|
@@ -14026,7 +14051,7 @@ class RawBaseComponent extends React$a.Component {
|
|
|
14026
14051
|
__self: this,
|
|
14027
14052
|
__source: {
|
|
14028
14053
|
fileName: _jsxFileName$a,
|
|
14029
|
-
lineNumber:
|
|
14054
|
+
lineNumber: 235
|
|
14030
14055
|
}
|
|
14031
14056
|
}), polygonLabelNode) : React$a.createElement(Polygon, {
|
|
14032
14057
|
points: points,
|
|
@@ -14035,7 +14060,7 @@ class RawBaseComponent extends React$a.Component {
|
|
|
14035
14060
|
__self: this,
|
|
14036
14061
|
__source: {
|
|
14037
14062
|
fileName: _jsxFileName$a,
|
|
14038
|
-
lineNumber:
|
|
14063
|
+
lineNumber: 245
|
|
14039
14064
|
}
|
|
14040
14065
|
}), (lines || []).map((l, index) => React$a.createElement(Line$4, {
|
|
14041
14066
|
key: `line-${index}`,
|
|
@@ -14047,7 +14072,7 @@ class RawBaseComponent extends React$a.Component {
|
|
|
14047
14072
|
__self: this,
|
|
14048
14073
|
__source: {
|
|
14049
14074
|
fileName: _jsxFileName$a,
|
|
14050
|
-
lineNumber:
|
|
14075
|
+
lineNumber: 248
|
|
14051
14076
|
}
|
|
14052
14077
|
})), (points || []).map((p, index) => {
|
|
14053
14078
|
return [React$a.createElement(BasePoint, {
|
|
@@ -14062,7 +14087,7 @@ class RawBaseComponent extends React$a.Component {
|
|
|
14062
14087
|
__self: this,
|
|
14063
14088
|
__source: {
|
|
14064
14089
|
fileName: _jsxFileName$a,
|
|
14065
|
-
lineNumber:
|
|
14090
|
+
lineNumber: 260
|
|
14066
14091
|
}
|
|
14067
14092
|
}), labelNode && p.hasOwnProperty('label') ? ReactDOM.createPortal(React$a.createElement(MarkLabel$1, {
|
|
14068
14093
|
inputRef: r => this.input[index] = r,
|
|
@@ -14076,7 +14101,7 @@ class RawBaseComponent extends React$a.Component {
|
|
|
14076
14101
|
__self: this,
|
|
14077
14102
|
__source: {
|
|
14078
14103
|
fileName: _jsxFileName$a,
|
|
14079
|
-
lineNumber:
|
|
14104
|
+
lineNumber: 272
|
|
14080
14105
|
}
|
|
14081
14106
|
}), labelNode) : null];
|
|
14082
14107
|
}));
|
|
@@ -14203,7 +14228,7 @@ class Component$6 extends React$a.Component {
|
|
|
14203
14228
|
__self: this,
|
|
14204
14229
|
__source: {
|
|
14205
14230
|
fileName: _jsxFileName$a,
|
|
14206
|
-
lineNumber:
|
|
14231
|
+
lineNumber: 368
|
|
14207
14232
|
}
|
|
14208
14233
|
});
|
|
14209
14234
|
}
|
|
@@ -14934,7 +14959,8 @@ class Item extends React$5.Component {
|
|
|
14934
14959
|
connectDragSource: PropTypes$5.func.isRequired,
|
|
14935
14960
|
connectDragPreview: PropTypes$5.func.isRequired,
|
|
14936
14961
|
connectDropTarget: PropTypes$5.func.isRequired,
|
|
14937
|
-
isDragging: PropTypes$5.bool
|
|
14962
|
+
isDragging: PropTypes$5.bool,
|
|
14963
|
+
toolRef: PropTypes$5.any
|
|
14938
14964
|
};
|
|
14939
14965
|
}
|
|
14940
14966
|
static __initStatic4() {
|
|
@@ -14948,21 +14974,21 @@ class Item extends React$5.Component {
|
|
|
14948
14974
|
__self: this,
|
|
14949
14975
|
__source: {
|
|
14950
14976
|
fileName: _jsxFileName$5,
|
|
14951
|
-
lineNumber:
|
|
14977
|
+
lineNumber: 182
|
|
14952
14978
|
}
|
|
14953
14979
|
}, connectDragSource(connectDropTarget(React$5.createElement('div', {
|
|
14954
14980
|
className: isDragging && classes.hidden,
|
|
14955
14981
|
__self: this,
|
|
14956
14982
|
__source: {
|
|
14957
14983
|
fileName: _jsxFileName$5,
|
|
14958
|
-
lineNumber:
|
|
14984
|
+
lineNumber: 183
|
|
14959
14985
|
}
|
|
14960
14986
|
}, children))), connectDragPreview(React$5.createElement('div', {
|
|
14961
14987
|
className: classes.under,
|
|
14962
14988
|
__self: this,
|
|
14963
14989
|
__source: {
|
|
14964
14990
|
fileName: _jsxFileName$5,
|
|
14965
|
-
lineNumber:
|
|
14991
|
+
lineNumber: 184
|
|
14966
14992
|
}
|
|
14967
14993
|
}, children)));
|
|
14968
14994
|
}
|
|
@@ -15639,6 +15665,17 @@ const AxisConfig = props => {
|
|
|
15639
15665
|
}
|
|
15640
15666
|
})));
|
|
15641
15667
|
};
|
|
15668
|
+
AxisConfig.propTypes = {
|
|
15669
|
+
classes: PropTypes.object,
|
|
15670
|
+
disabled: PropTypes.bool,
|
|
15671
|
+
displayedFields: PropTypes.object,
|
|
15672
|
+
displayHeader: PropTypes.bool,
|
|
15673
|
+
label: PropTypes.string,
|
|
15674
|
+
maxValue: PropTypes.number,
|
|
15675
|
+
minValue: PropTypes.number,
|
|
15676
|
+
type: PropTypes.string,
|
|
15677
|
+
onChange: PropTypes.func
|
|
15678
|
+
};
|
|
15642
15679
|
const GridSetup = props => {
|
|
15643
15680
|
const {classes, domain, displayedFields = {}, gridValues = {}, includeAxes, labelValues = {}, onChange, onChangeView, range, size, sizeConstraints, standardGrid} = props;
|
|
15644
15681
|
const gridProps = {
|
|
@@ -15729,14 +15766,14 @@ const GridSetup = props => {
|
|
|
15729
15766
|
__self: undefined,
|
|
15730
15767
|
__source: {
|
|
15731
15768
|
fileName: _jsxFileName,
|
|
15732
|
-
lineNumber:
|
|
15769
|
+
lineNumber: 220
|
|
15733
15770
|
}
|
|
15734
15771
|
}, React.createElement('div', {
|
|
15735
15772
|
className: classes.rowView,
|
|
15736
15773
|
__self: undefined,
|
|
15737
15774
|
__source: {
|
|
15738
15775
|
fileName: _jsxFileName,
|
|
15739
|
-
lineNumber:
|
|
15776
|
+
lineNumber: 221
|
|
15740
15777
|
}
|
|
15741
15778
|
}, React.createElement(AxisConfig, {
|
|
15742
15779
|
classes: classes,
|
|
@@ -15751,7 +15788,7 @@ const GridSetup = props => {
|
|
|
15751
15788
|
__self: undefined,
|
|
15752
15789
|
__source: {
|
|
15753
15790
|
fileName: _jsxFileName,
|
|
15754
|
-
lineNumber:
|
|
15791
|
+
lineNumber: 222
|
|
15755
15792
|
}
|
|
15756
15793
|
}), React.createElement(AxisConfig, {
|
|
15757
15794
|
classes: classes,
|
|
@@ -15767,21 +15804,21 @@ const GridSetup = props => {
|
|
|
15767
15804
|
__self: undefined,
|
|
15768
15805
|
__source: {
|
|
15769
15806
|
fileName: _jsxFileName,
|
|
15770
|
-
lineNumber:
|
|
15807
|
+
lineNumber: 233
|
|
15771
15808
|
}
|
|
15772
15809
|
})), (min.enabled || max.enabled) && React.createElement(Typography, {
|
|
15773
15810
|
className: classes.text,
|
|
15774
15811
|
__self: undefined,
|
|
15775
15812
|
__source: {
|
|
15776
15813
|
fileName: _jsxFileName,
|
|
15777
|
-
lineNumber:
|
|
15814
|
+
lineNumber: 247
|
|
15778
15815
|
}
|
|
15779
15816
|
}, "If you want the axis to be visible, use a zero or negative Min Value, and a positive Max Value"), (step.enabled || labelStep.enabled) && React.createElement('div', {
|
|
15780
15817
|
className: classes.rowView,
|
|
15781
15818
|
__self: undefined,
|
|
15782
15819
|
__source: {
|
|
15783
15820
|
fileName: _jsxFileName,
|
|
15784
|
-
lineNumber:
|
|
15821
|
+
lineNumber: 252
|
|
15785
15822
|
}
|
|
15786
15823
|
}, React.createElement(GridConfig, {
|
|
15787
15824
|
classes: classes,
|
|
@@ -15794,7 +15831,7 @@ const GridSetup = props => {
|
|
|
15794
15831
|
__self: undefined,
|
|
15795
15832
|
__source: {
|
|
15796
15833
|
fileName: _jsxFileName,
|
|
15797
|
-
lineNumber:
|
|
15834
|
+
lineNumber: 253
|
|
15798
15835
|
}
|
|
15799
15836
|
}), React.createElement(GridConfig, {
|
|
15800
15837
|
classes: classes,
|
|
@@ -15808,14 +15845,14 @@ const GridSetup = props => {
|
|
|
15808
15845
|
__self: undefined,
|
|
15809
15846
|
__source: {
|
|
15810
15847
|
fileName: _jsxFileName,
|
|
15811
|
-
lineNumber:
|
|
15848
|
+
lineNumber: 262
|
|
15812
15849
|
}
|
|
15813
15850
|
})), labelStep.enabled && React.createElement(Typography, {
|
|
15814
15851
|
className: classes.text,
|
|
15815
15852
|
__self: undefined,
|
|
15816
15853
|
__source: {
|
|
15817
15854
|
fileName: _jsxFileName,
|
|
15818
|
-
lineNumber:
|
|
15855
|
+
lineNumber: 275
|
|
15819
15856
|
}
|
|
15820
15857
|
}, "For unnumbered gridlines, enter a label interval of 0"));
|
|
15821
15858
|
const gridlinesConfig = max.enabled ? React.createElement('div', {
|
|
@@ -15823,7 +15860,7 @@ const GridSetup = props => {
|
|
|
15823
15860
|
__self: undefined,
|
|
15824
15861
|
__source: {
|
|
15825
15862
|
fileName: _jsxFileName,
|
|
15826
|
-
lineNumber:
|
|
15863
|
+
lineNumber: 281
|
|
15827
15864
|
}
|
|
15828
15865
|
}, React.createElement(NumberTextFieldCustom, {
|
|
15829
15866
|
className: classes.largeTextField,
|
|
@@ -15836,7 +15873,7 @@ const GridSetup = props => {
|
|
|
15836
15873
|
__self: undefined,
|
|
15837
15874
|
__source: {
|
|
15838
15875
|
fileName: _jsxFileName,
|
|
15839
|
-
lineNumber:
|
|
15876
|
+
lineNumber: 282
|
|
15840
15877
|
}
|
|
15841
15878
|
}), React.createElement(NumberTextFieldCustom, {
|
|
15842
15879
|
className: classes.largeTextField,
|
|
@@ -15850,7 +15887,7 @@ const GridSetup = props => {
|
|
|
15850
15887
|
__self: undefined,
|
|
15851
15888
|
__source: {
|
|
15852
15889
|
fileName: _jsxFileName,
|
|
15853
|
-
lineNumber:
|
|
15890
|
+
lineNumber: 291
|
|
15854
15891
|
}
|
|
15855
15892
|
})) : null;
|
|
15856
15893
|
return React.createElement('div', {
|
|
@@ -15858,47 +15895,47 @@ const GridSetup = props => {
|
|
|
15858
15895
|
__self: undefined,
|
|
15859
15896
|
__source: {
|
|
15860
15897
|
fileName: _jsxFileName,
|
|
15861
|
-
lineNumber:
|
|
15898
|
+
lineNumber: 305
|
|
15862
15899
|
}
|
|
15863
15900
|
}, React.createElement(ExpansionPanel, {
|
|
15864
15901
|
onChange: onChangeView,
|
|
15865
15902
|
__self: undefined,
|
|
15866
15903
|
__source: {
|
|
15867
15904
|
fileName: _jsxFileName,
|
|
15868
|
-
lineNumber:
|
|
15905
|
+
lineNumber: 306
|
|
15869
15906
|
}
|
|
15870
15907
|
}, React.createElement(ExpansionPanelSummary, {
|
|
15871
15908
|
expandIcon: React.createElement(ExpandMoreIcon, {
|
|
15872
15909
|
__self: undefined,
|
|
15873
15910
|
__source: {
|
|
15874
15911
|
fileName: _jsxFileName,
|
|
15875
|
-
lineNumber:
|
|
15912
|
+
lineNumber: 307
|
|
15876
15913
|
}
|
|
15877
15914
|
}),
|
|
15878
15915
|
__self: undefined,
|
|
15879
15916
|
__source: {
|
|
15880
15917
|
fileName: _jsxFileName,
|
|
15881
|
-
lineNumber:
|
|
15918
|
+
lineNumber: 307
|
|
15882
15919
|
}
|
|
15883
15920
|
}, React.createElement(Typography, {
|
|
15884
15921
|
variant: "subtitle1",
|
|
15885
15922
|
__self: undefined,
|
|
15886
15923
|
__source: {
|
|
15887
15924
|
fileName: _jsxFileName,
|
|
15888
|
-
lineNumber:
|
|
15925
|
+
lineNumber: 308
|
|
15889
15926
|
}
|
|
15890
15927
|
}, "Customize Grid Setup")), React.createElement(ExpansionPanelDetails, {
|
|
15891
15928
|
__self: undefined,
|
|
15892
15929
|
__source: {
|
|
15893
15930
|
fileName: _jsxFileName,
|
|
15894
|
-
lineNumber:
|
|
15931
|
+
lineNumber: 310
|
|
15895
15932
|
}
|
|
15896
15933
|
}, React.createElement('div', {
|
|
15897
15934
|
className: classes.content,
|
|
15898
15935
|
__self: undefined,
|
|
15899
15936
|
__source: {
|
|
15900
15937
|
fileName: _jsxFileName,
|
|
15901
|
-
lineNumber:
|
|
15938
|
+
lineNumber: 311
|
|
15902
15939
|
}
|
|
15903
15940
|
}, includeAxesEnabled && React.createElement(Toggle, {
|
|
15904
15941
|
label: "Include axes and labels?",
|
|
@@ -15907,7 +15944,7 @@ const GridSetup = props => {
|
|
|
15907
15944
|
__self: undefined,
|
|
15908
15945
|
__source: {
|
|
15909
15946
|
fileName: _jsxFileName,
|
|
15910
|
-
lineNumber:
|
|
15947
|
+
lineNumber: 313
|
|
15911
15948
|
}
|
|
15912
15949
|
}), standardGridEnabled && React.createElement(Toggle, {
|
|
15913
15950
|
label: "Constrain to standard coordinate grid?",
|
|
@@ -15916,33 +15953,33 @@ const GridSetup = props => {
|
|
|
15916
15953
|
__self: undefined,
|
|
15917
15954
|
__source: {
|
|
15918
15955
|
fileName: _jsxFileName,
|
|
15919
|
-
lineNumber:
|
|
15956
|
+
lineNumber: 316
|
|
15920
15957
|
}
|
|
15921
15958
|
}), includeAxes ? axesConfig : gridlinesConfig, dimensionsEnabled && React.createElement('div', {
|
|
15922
15959
|
className: classes.dimensions,
|
|
15923
15960
|
__self: undefined,
|
|
15924
15961
|
__source: {
|
|
15925
15962
|
fileName: _jsxFileName,
|
|
15926
|
-
lineNumber:
|
|
15963
|
+
lineNumber: 324
|
|
15927
15964
|
}
|
|
15928
15965
|
}, React.createElement('div', {
|
|
15929
15966
|
__self: undefined,
|
|
15930
15967
|
__source: {
|
|
15931
15968
|
fileName: _jsxFileName,
|
|
15932
|
-
lineNumber:
|
|
15969
|
+
lineNumber: 325
|
|
15933
15970
|
}
|
|
15934
15971
|
}, React.createElement(Typography, {
|
|
15935
15972
|
__self: undefined,
|
|
15936
15973
|
__source: {
|
|
15937
15974
|
fileName: _jsxFileName,
|
|
15938
|
-
lineNumber:
|
|
15975
|
+
lineNumber: 326
|
|
15939
15976
|
}
|
|
15940
15977
|
}, "Dimensions(px)"), React.createElement(Typography, {
|
|
15941
15978
|
className: classes.disabled,
|
|
15942
15979
|
__self: undefined,
|
|
15943
15980
|
__source: {
|
|
15944
15981
|
fileName: _jsxFileName,
|
|
15945
|
-
lineNumber:
|
|
15982
|
+
lineNumber: 327
|
|
15946
15983
|
}
|
|
15947
15984
|
}, "Min ", sizeConstraints.min, ", Max ", sizeConstraints.max)), React.createElement(NumberTextFieldCustom, {
|
|
15948
15985
|
className: classes.textField,
|
|
@@ -15956,7 +15993,7 @@ const GridSetup = props => {
|
|
|
15956
15993
|
__self: undefined,
|
|
15957
15994
|
__source: {
|
|
15958
15995
|
fileName: _jsxFileName,
|
|
15959
|
-
lineNumber:
|
|
15996
|
+
lineNumber: 331
|
|
15960
15997
|
}
|
|
15961
15998
|
}), React.createElement(NumberTextFieldCustom, {
|
|
15962
15999
|
className: classes.textField,
|
|
@@ -15971,7 +16008,7 @@ const GridSetup = props => {
|
|
|
15971
16008
|
__self: undefined,
|
|
15972
16009
|
__source: {
|
|
15973
16010
|
fileName: _jsxFileName,
|
|
15974
|
-
lineNumber:
|
|
16011
|
+
lineNumber: 341
|
|
15975
16012
|
}
|
|
15976
16013
|
}))))));
|
|
15977
16014
|
};
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.19",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
"versionInfo": {
|
|
11
11
|
"data": {
|
|
12
12
|
"@pie-lib/plot": {
|
|
13
|
-
"version": "2.6.
|
|
13
|
+
"version": "2.6.13"
|
|
14
14
|
},
|
|
15
15
|
"@pie-lib/graphing": {
|
|
16
|
-
"version": "2.12.
|
|
16
|
+
"version": "2.12.24"
|
|
17
17
|
},
|
|
18
18
|
"d3-scale": {
|
|
19
19
|
"version": "2.2.2"
|
|
@@ -22,24 +22,24 @@
|
|
|
22
22
|
"version": "1.4.2"
|
|
23
23
|
}
|
|
24
24
|
},
|
|
25
|
-
"hash": "
|
|
25
|
+
"hash": "3d16faedfec32ae3e74bc19fcf9a2888631907dc"
|
|
26
26
|
},
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.6.
|
|
30
|
+
"version": "^1.6.17"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "@pie-lib/editable-html-module",
|
|
34
|
-
"version": "^3.6.
|
|
34
|
+
"version": "^3.6.20"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": "@pie-lib/drag-module",
|
|
38
|
-
"version": "^2.1.
|
|
38
|
+
"version": "^2.1.20"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "@pie-lib/config-module",
|
|
42
|
-
"version": "^2.8.
|
|
42
|
+
"version": "^2.8.4"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
45
45
|
"isLocal": true
|