@pie-lib/graphing-module 2.8.0 → 2.8.2
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 +43 -43
- package/module/manifest.json +5 -5
- package/package.json +1 -1
package/module/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {_dll_prop_types, _dll_lodash, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.17.
|
|
2
|
-
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^5.9.
|
|
3
|
-
import {_dll_pie_lib__drag} from "../../drag-module@^2.11.
|
|
4
|
-
import {_dll_pie_lib__config_ui} from "../../config-module@^2.
|
|
1
|
+
import {_dll_prop_types, _dll_lodash, _dll_pie_lib__render_ui, _dll_material_ui__core_styles, _dll_react, _dll_classnames, _dll_react_dom, _dll_debug, _dll_material_ui__core, _dll_material_ui__core_styles_color_manipulator, _dll_material_ui__icons} from "../../shared-module@^1.17.2/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^5.9.2/module/index.js";
|
|
3
|
+
import {_dll_pie_lib__drag} from "../../drag-module@^2.11.2/module/index.js";
|
|
4
|
+
import {_dll_pie_lib__config_ui} from "../../config-module@^2.23.0/module/index.js";
|
|
5
5
|
var xhtml = "http://www.w3.org/1999/xhtml";
|
|
6
6
|
var namespaces = {
|
|
7
7
|
svg: "http://www.w3.org/2000/svg",
|
|
@@ -1092,7 +1092,7 @@ const cn$4 = _dll_classnames;
|
|
|
1092
1092
|
const {withStyles: withStyles$n} = _dll_material_ui__core_styles;
|
|
1093
1093
|
const PropTypes$G = _dll_prop_types;
|
|
1094
1094
|
const EditableHtml$2 = _dll_pie_lib__editable_html;
|
|
1095
|
-
const _jsxFileName$C = "/
|
|
1095
|
+
const _jsxFileName$C = "/home/circleci/repo/packages/plot/src/label.jsx";
|
|
1096
1096
|
const LabelComponent = props => {
|
|
1097
1097
|
const {classes, disabledLabel, graphHeight, graphWidth, isChartBottomLabel, isDefineChartBottomLabel, isChartLeftLabel, isDefineChartLeftLabel, placeholder, text, side, onChange, mathMlOptions = {}, charactersLimit, titleHeight} = props;
|
|
1098
1098
|
const [rotatedToHorizontal, setRotatedToHorizontal] = useState$2(false);
|
|
@@ -1233,7 +1233,7 @@ const cn$3 = _dll_classnames;
|
|
|
1233
1233
|
const {color: color$i} = _dll_pie_lib__render_ui;
|
|
1234
1234
|
const {Readable: Readable$2} = _dll_pie_lib__render_ui;
|
|
1235
1235
|
const EditableHtml$1 = _dll_pie_lib__editable_html;
|
|
1236
|
-
const _jsxFileName$B = "/
|
|
1236
|
+
const _jsxFileName$B = "/home/circleci/repo/packages/plot/src/root.jsx";
|
|
1237
1237
|
function _optionalChain$1(ops) {
|
|
1238
1238
|
let lastAccessLHS = undefined;
|
|
1239
1239
|
let value = ops[0];
|
|
@@ -3058,7 +3058,7 @@ const React$J = _dll_react;
|
|
|
3058
3058
|
const PropTypes$E = _dll_prop_types;
|
|
3059
3059
|
const debug$d = _dll_debug;
|
|
3060
3060
|
const {isFunction: isFunction$1} = _dll_lodash;
|
|
3061
|
-
const _jsxFileName$A = "/
|
|
3061
|
+
const _jsxFileName$A = "/home/circleci/repo/packages/plot/src/grid-draggable.jsx";
|
|
3062
3062
|
var _class$1;
|
|
3063
3063
|
const log$d = debug$d('pie-lib:plot:grid-draggable');
|
|
3064
3064
|
const deltaFn = (scale, snap, val) => delta => {
|
|
@@ -7018,7 +7018,7 @@ const React$E = _dll_react;
|
|
|
7018
7018
|
const PropTypes$z = _dll_prop_types;
|
|
7019
7019
|
const classNames$g = _dll_classnames;
|
|
7020
7020
|
const {withStyles: withStyles$l} = _dll_material_ui__core_styles;
|
|
7021
|
-
const _jsxFileName$z = "/
|
|
7021
|
+
const _jsxFileName$z = "/home/circleci/repo/packages/graphing/src/axis/arrow.jsx";
|
|
7022
7022
|
const style = theme => ({
|
|
7023
7023
|
root: {
|
|
7024
7024
|
fill: `var(--arrow-color, ${theme.palette.common.black})`
|
|
@@ -7226,7 +7226,7 @@ const PropTypes$y = _dll_prop_types;
|
|
|
7226
7226
|
const {withStyles: withStyles$k} = _dll_material_ui__core;
|
|
7227
7227
|
const {color: color$g} = _dll_pie_lib__render_ui;
|
|
7228
7228
|
const {Readable: Readable$1} = _dll_pie_lib__render_ui;
|
|
7229
|
-
const _jsxFileName$y = "/
|
|
7229
|
+
const _jsxFileName$y = "/home/circleci/repo/packages/graphing/src/axis/axes.jsx";
|
|
7230
7230
|
const AxisPropTypes = {
|
|
7231
7231
|
includeArrows: PropTypes$y.object,
|
|
7232
7232
|
graphProps: PropTypes$y.object
|
|
@@ -7821,7 +7821,7 @@ function Grid$2(_ref) {
|
|
|
7821
7821
|
const React$A = _dll_react;
|
|
7822
7822
|
const PropTypes$v = _dll_prop_types;
|
|
7823
7823
|
const {withStyles: withStyles$j} = _dll_material_ui__core_styles;
|
|
7824
|
-
const _jsxFileName$x = "/
|
|
7824
|
+
const _jsxFileName$x = "/home/circleci/repo/packages/graphing/src/grid.jsx";
|
|
7825
7825
|
class Grid extends React$A.Component {
|
|
7826
7826
|
constructor(...args) {
|
|
7827
7827
|
super(...args);
|
|
@@ -7921,7 +7921,7 @@ const {color: color$f} = _dll_pie_lib__render_ui;
|
|
|
7921
7921
|
const {Readable: Readable} = _dll_pie_lib__render_ui;
|
|
7922
7922
|
const cn$2 = _dll_classnames;
|
|
7923
7923
|
const EditableHtml = _dll_pie_lib__editable_html;
|
|
7924
|
-
const _jsxFileName$w = "/
|
|
7924
|
+
const _jsxFileName$w = "/home/circleci/repo/packages/graphing/src/labels.jsx";
|
|
7925
7925
|
const rotations = {
|
|
7926
7926
|
left: -90,
|
|
7927
7927
|
top: 0,
|
|
@@ -8149,7 +8149,7 @@ Labels.__initStatic3();
|
|
|
8149
8149
|
Labels.__initStatic4();
|
|
8150
8150
|
const React$y = _dll_react;
|
|
8151
8151
|
const PropTypes$t = _dll_prop_types;
|
|
8152
|
-
const _jsxFileName$v = "/
|
|
8152
|
+
const _jsxFileName$v = "/home/circleci/repo/packages/graphing/src/bg.jsx";
|
|
8153
8153
|
class Bg extends React$y.Component {
|
|
8154
8154
|
constructor(...args) {
|
|
8155
8155
|
super(...args);
|
|
@@ -8233,7 +8233,7 @@ const PropTypes$s = _dll_prop_types;
|
|
|
8233
8233
|
const {isEqual: isEqual$4} = _dll_lodash;
|
|
8234
8234
|
const {cloneDeep: cloneDeep$1} = _dll_lodash;
|
|
8235
8235
|
const debug$b = _dll_debug;
|
|
8236
|
-
const _jsxFileName$u = "/
|
|
8236
|
+
const _jsxFileName$u = "/home/circleci/repo/packages/graphing/src/graph.jsx";
|
|
8237
8237
|
const log$b = debug$b('pie-lib:graphing:graph');
|
|
8238
8238
|
const graphPropTypes = {
|
|
8239
8239
|
axesSettings: PropTypes$s.shape(AxisPropTypes),
|
|
@@ -10219,7 +10219,7 @@ const PropTypes$q = _dll_prop_types;
|
|
|
10219
10219
|
const {color: color$d} = _dll_pie_lib__render_ui;
|
|
10220
10220
|
const {withStyles: withStyles$h} = _dll_material_ui__core_styles;
|
|
10221
10221
|
const {InputBase: InputBase} = _dll_material_ui__core;
|
|
10222
|
-
const _jsxFileName$t = "/
|
|
10222
|
+
const _jsxFileName$t = "/home/circleci/repo/packages/graphing/src/coordinates-label.jsx";
|
|
10223
10223
|
const styles$9 = theme => ({
|
|
10224
10224
|
input: {
|
|
10225
10225
|
fontFamily: theme.typography.fontFamily,
|
|
@@ -10284,7 +10284,7 @@ CoordinatesLabel.propTypes = {
|
|
|
10284
10284
|
};
|
|
10285
10285
|
var CoordinatesLabel$1 = withStyles$h(styles$9)(CoordinatesLabel);
|
|
10286
10286
|
const React$s = _dll_react;
|
|
10287
|
-
const _jsxFileName$s = "/
|
|
10287
|
+
const _jsxFileName$s = "/home/circleci/repo/packages/graphing/src/tools/shared/icons/MissingSVG.jsx";
|
|
10288
10288
|
const MissingSVG = ({scale, x, y}) => React$s.createElement('svg', {
|
|
10289
10289
|
width: "9",
|
|
10290
10290
|
height: "10",
|
|
@@ -10311,7 +10311,7 @@ const MissingSVG = ({scale, x, y}) => React$s.createElement('svg', {
|
|
|
10311
10311
|
}
|
|
10312
10312
|
}));
|
|
10313
10313
|
const React$r = _dll_react;
|
|
10314
|
-
const _jsxFileName$r = "/
|
|
10314
|
+
const _jsxFileName$r = "/home/circleci/repo/packages/graphing/src/tools/shared/icons/CorrectSVG.jsx";
|
|
10315
10315
|
const CorrectSVG = ({scale, x, y}) => React$r.createElement('svg', {
|
|
10316
10316
|
width: "11",
|
|
10317
10317
|
height: "13",
|
|
@@ -10339,7 +10339,7 @@ const CorrectSVG = ({scale, x, y}) => React$r.createElement('svg', {
|
|
|
10339
10339
|
}
|
|
10340
10340
|
}));
|
|
10341
10341
|
const React$q = _dll_react;
|
|
10342
|
-
const _jsxFileName$q = "/
|
|
10342
|
+
const _jsxFileName$q = "/home/circleci/repo/packages/graphing/src/tools/shared/icons/IncorrectSVG.jsx";
|
|
10343
10343
|
const IncorrectSVG = ({scale, x, y}) => React$q.createElement('svg', {
|
|
10344
10344
|
width: "14px",
|
|
10345
10345
|
height: "14px",
|
|
@@ -10370,7 +10370,7 @@ const React$p = _dll_react;
|
|
|
10370
10370
|
const PropTypes$p = _dll_prop_types;
|
|
10371
10371
|
const classNames$f = _dll_classnames;
|
|
10372
10372
|
const ReactDOM$4 = _dll_react_dom;
|
|
10373
|
-
const _jsxFileName$p = "/
|
|
10373
|
+
const _jsxFileName$p = "/home/circleci/repo/packages/graphing/src/tools/shared/point/base-point.jsx";
|
|
10374
10374
|
class RawBp extends React$p.Component {
|
|
10375
10375
|
static __initStatic() {
|
|
10376
10376
|
this.propTypes = {
|
|
@@ -10483,7 +10483,7 @@ const React$o = _dll_react;
|
|
|
10483
10483
|
const PropTypes$o = _dll_prop_types;
|
|
10484
10484
|
const classNames$e = _dll_classnames;
|
|
10485
10485
|
const {isEqual: isEqual$3} = _dll_lodash;
|
|
10486
|
-
const _jsxFileName$o = "/
|
|
10486
|
+
const _jsxFileName$o = "/home/circleci/repo/packages/graphing/src/tools/shared/point/arrow-point.jsx";
|
|
10487
10487
|
class RawArrow extends React$o.Component {
|
|
10488
10488
|
static __initStatic() {
|
|
10489
10489
|
this.propTypes = {
|
|
@@ -10546,7 +10546,7 @@ RawArrow.__initStatic();
|
|
|
10546
10546
|
RawArrow.__initStatic2();
|
|
10547
10547
|
const React$n = _dll_react;
|
|
10548
10548
|
const PropTypes$n = _dll_prop_types;
|
|
10549
|
-
const _jsxFileName$n = "/
|
|
10549
|
+
const _jsxFileName$n = "/home/circleci/repo/packages/graphing/src/tools/shared/arrow-head.jsx";
|
|
10550
10550
|
const ArrowHead = ({size, transform, points}) => React$n.createElement('polygon', {
|
|
10551
10551
|
points: points || `0,0 ${size},${size / 2} 0,${size}`,
|
|
10552
10552
|
transform: transform,
|
|
@@ -10605,7 +10605,7 @@ ArrowMarker.defaultProps = {
|
|
|
10605
10605
|
const React$m = _dll_react;
|
|
10606
10606
|
const PropTypes$m = _dll_prop_types;
|
|
10607
10607
|
const classNames$d = _dll_classnames;
|
|
10608
|
-
const _jsxFileName$m = "/
|
|
10608
|
+
const _jsxFileName$m = "/home/circleci/repo/packages/graphing/src/tools/shared/point/arrow.jsx";
|
|
10609
10609
|
class Arrow$1 extends React$m.Component {
|
|
10610
10610
|
static __initStatic() {
|
|
10611
10611
|
this.propTypes = {
|
|
@@ -11019,7 +11019,7 @@ const useDebounce = (value, delay) => {
|
|
|
11019
11019
|
};
|
|
11020
11020
|
const React$l = _dll_react;
|
|
11021
11021
|
const PropTypes$k = _dll_prop_types;
|
|
11022
|
-
const _jsxFileName$l = "/
|
|
11022
|
+
const _jsxFileName$l = "/home/circleci/repo/packages/graphing/src/label-svg-icon.jsx";
|
|
11023
11023
|
const SvgIcon = ({type}) => {
|
|
11024
11024
|
const icons = {
|
|
11025
11025
|
correct: React$l.createElement('svg', {
|
|
@@ -11096,7 +11096,7 @@ const cn$1 = _dll_classnames;
|
|
|
11096
11096
|
const PropTypes$j = _dll_prop_types;
|
|
11097
11097
|
const {withStyles: withStyles$f} = _dll_material_ui__core_styles;
|
|
11098
11098
|
const {color: color$b} = _dll_pie_lib__render_ui;
|
|
11099
|
-
const _jsxFileName$k = "/
|
|
11099
|
+
const _jsxFileName$k = "/home/circleci/repo/packages/graphing/src/mark-label.jsx";
|
|
11100
11100
|
const inputStyles = theme => ({
|
|
11101
11101
|
float: 'right',
|
|
11102
11102
|
padding: theme.spacing.unit * 0.5,
|
|
@@ -11368,7 +11368,7 @@ const React$j = _dll_react;
|
|
|
11368
11368
|
const ReactDOM$3 = _dll_react_dom;
|
|
11369
11369
|
const {isEqual: isEqual$2} = _dll_lodash;
|
|
11370
11370
|
const {isEmpty: isEmpty$3} = _dll_lodash;
|
|
11371
|
-
const _jsxFileName$j = "/
|
|
11371
|
+
const _jsxFileName$j = "/home/circleci/repo/packages/graphing/src/tools/point/component.jsx";
|
|
11372
11372
|
class Point extends React$j.Component {
|
|
11373
11373
|
static __initStatic() {
|
|
11374
11374
|
this.propTypes = {
|
|
@@ -11524,7 +11524,7 @@ const PropTypes$i = _dll_prop_types;
|
|
|
11524
11524
|
const {withStyles: withStyles$e} = _dll_material_ui__core_styles;
|
|
11525
11525
|
const classNames$c = _dll_classnames;
|
|
11526
11526
|
const {color: color$a} = _dll_pie_lib__render_ui;
|
|
11527
|
-
const _jsxFileName$i = "/
|
|
11527
|
+
const _jsxFileName$i = "/home/circleci/repo/packages/graphing/src/tools/circle/bg-circle.jsx";
|
|
11528
11528
|
class RawCircle extends React$i.Component {
|
|
11529
11529
|
static __initStatic() {
|
|
11530
11530
|
this.propTypes = {
|
|
@@ -11612,7 +11612,7 @@ const PropTypes$h = _dll_prop_types;
|
|
|
11612
11612
|
const {withStyles: withStyles$d} = _dll_material_ui__core_styles;
|
|
11613
11613
|
const classNames$b = _dll_classnames;
|
|
11614
11614
|
const {color: color$9} = _dll_pie_lib__render_ui;
|
|
11615
|
-
const _jsxFileName$h = "/
|
|
11615
|
+
const _jsxFileName$h = "/home/circleci/repo/packages/graphing/src/tools/shared/line/line-path.jsx";
|
|
11616
11616
|
class RawLinePath extends React$h.Component {
|
|
11617
11617
|
static __initStatic() {
|
|
11618
11618
|
this.propTypes = {
|
|
@@ -11709,7 +11709,7 @@ const {isEmpty: isEmpty$2} = _dll_lodash;
|
|
|
11709
11709
|
const PropTypes$g = _dll_prop_types;
|
|
11710
11710
|
const ReactDOM$2 = _dll_react_dom;
|
|
11711
11711
|
const {color: color$8} = _dll_pie_lib__render_ui;
|
|
11712
|
-
const _jsxFileName$g = "/
|
|
11712
|
+
const _jsxFileName$g = "/home/circleci/repo/packages/graphing/src/tools/shared/line/index.jsx";
|
|
11713
11713
|
var _class;
|
|
11714
11714
|
const lineTool = (type, Component) => () => ({
|
|
11715
11715
|
type,
|
|
@@ -12189,7 +12189,7 @@ const styles$5 = {
|
|
|
12189
12189
|
};
|
|
12190
12190
|
const React$f = _dll_react;
|
|
12191
12191
|
const PropTypes$f = _dll_prop_types;
|
|
12192
|
-
const _jsxFileName$f = "/
|
|
12192
|
+
const _jsxFileName$f = "/home/circleci/repo/packages/graphing/src/tools/shared/line/with-root-edge.jsx";
|
|
12193
12193
|
const toRootEdge = m => {
|
|
12194
12194
|
const out = {
|
|
12195
12195
|
...m
|
|
@@ -12316,7 +12316,7 @@ const classNames$a = _dll_classnames;
|
|
|
12316
12316
|
const ReactDOM$1 = _dll_react_dom;
|
|
12317
12317
|
const {isEmpty: isEmpty$1} = _dll_lodash;
|
|
12318
12318
|
const {color: color$7} = _dll_pie_lib__render_ui;
|
|
12319
|
-
const _jsxFileName$e = "/
|
|
12319
|
+
const _jsxFileName$e = "/home/circleci/repo/packages/graphing/src/tools/circle/component.jsx";
|
|
12320
12320
|
const opacityPulsate = opacity => ({
|
|
12321
12321
|
'0%': {
|
|
12322
12322
|
opacity: '0.0'
|
|
@@ -12668,7 +12668,7 @@ const PropTypes$d = _dll_prop_types;
|
|
|
12668
12668
|
const {withStyles: withStyles$b} = _dll_material_ui__core_styles;
|
|
12669
12669
|
const {color: color$6} = _dll_pie_lib__render_ui;
|
|
12670
12670
|
const classNames$9 = _dll_classnames;
|
|
12671
|
-
const _jsxFileName$d = "/
|
|
12671
|
+
const _jsxFileName$d = "/home/circleci/repo/packages/graphing/src/tools/polygon/line.jsx";
|
|
12672
12672
|
class RawLine extends React$d.Component {
|
|
12673
12673
|
static __initStatic() {
|
|
12674
12674
|
this.propTypes = {
|
|
@@ -12757,7 +12757,7 @@ const {withStyles: withStyles$a} = _dll_material_ui__core_styles;
|
|
|
12757
12757
|
const classNames$8 = _dll_classnames;
|
|
12758
12758
|
const {color: color$5} = _dll_pie_lib__render_ui;
|
|
12759
12759
|
const {fade: fade} = _dll_material_ui__core_styles_color_manipulator;
|
|
12760
|
-
const _jsxFileName$c = "/
|
|
12760
|
+
const _jsxFileName$c = "/home/circleci/repo/packages/graphing/src/tools/polygon/polygon.jsx";
|
|
12761
12761
|
const getPointString = (points, scale) => {
|
|
12762
12762
|
return (points || []).map(p => {
|
|
12763
12763
|
const scaledPoint = {
|
|
@@ -12852,7 +12852,7 @@ const {initial: initial} = _dll_lodash;
|
|
|
12852
12852
|
const {isEmpty: isEmpty} = _dll_lodash;
|
|
12853
12853
|
const debug$9 = _dll_debug;
|
|
12854
12854
|
const ReactDOM = _dll_react_dom;
|
|
12855
|
-
const _jsxFileName$b = "/
|
|
12855
|
+
const _jsxFileName$b = "/home/circleci/repo/packages/graphing/src/tools/polygon/component.jsx";
|
|
12856
12856
|
const log$9 = debug$9('pie-lib:graphing:polygon');
|
|
12857
12857
|
const buildLines = (points, closed) => {
|
|
12858
12858
|
const expanded = points.reduce((acc, p, index) => {
|
|
@@ -13611,7 +13611,7 @@ const React$a = _dll_react;
|
|
|
13611
13611
|
const PropTypes$a = _dll_prop_types;
|
|
13612
13612
|
const classNames$7 = _dll_classnames;
|
|
13613
13613
|
const {withStyles: withStyles$8} = _dll_material_ui__core_styles;
|
|
13614
|
-
const _jsxFileName$a = "/
|
|
13614
|
+
const _jsxFileName$a = "/home/circleci/repo/packages/graphing/src/tools/line/component.jsx";
|
|
13615
13615
|
const lineStyles$2 = theme => ({
|
|
13616
13616
|
line: styles$5.line(theme),
|
|
13617
13617
|
enabledArrow: styles$5.arrow(theme),
|
|
@@ -13687,7 +13687,7 @@ const React$9 = _dll_react;
|
|
|
13687
13687
|
const PropTypes$9 = _dll_prop_types;
|
|
13688
13688
|
const {withStyles: withStyles$7} = _dll_material_ui__core_styles;
|
|
13689
13689
|
const classNames$6 = _dll_classnames;
|
|
13690
|
-
const _jsxFileName$9 = "/
|
|
13690
|
+
const _jsxFileName$9 = "/home/circleci/repo/packages/graphing/src/tools/segment/component.jsx";
|
|
13691
13691
|
const lineStyles$1 = theme => ({
|
|
13692
13692
|
line: styles$5.line(theme),
|
|
13693
13693
|
disabled: styles$5.disabled(theme),
|
|
@@ -13732,7 +13732,7 @@ const React$8 = _dll_react;
|
|
|
13732
13732
|
const PropTypes$8 = _dll_prop_types;
|
|
13733
13733
|
const {withStyles: withStyles$6} = _dll_material_ui__core_styles;
|
|
13734
13734
|
const classNames$5 = _dll_classnames;
|
|
13735
|
-
const _jsxFileName$8 = "/
|
|
13735
|
+
const _jsxFileName$8 = "/home/circleci/repo/packages/graphing/src/tools/ray/component.jsx";
|
|
13736
13736
|
const rayStyles = theme => ({
|
|
13737
13737
|
line: styles$5.line(theme),
|
|
13738
13738
|
enabledArrow: styles$5.arrow(theme),
|
|
@@ -13807,7 +13807,7 @@ const React$7 = _dll_react;
|
|
|
13807
13807
|
const PropTypes$7 = _dll_prop_types;
|
|
13808
13808
|
const classNames$4 = _dll_classnames;
|
|
13809
13809
|
const {withStyles: withStyles$5} = _dll_material_ui__core_styles;
|
|
13810
|
-
const _jsxFileName$7 = "/
|
|
13810
|
+
const _jsxFileName$7 = "/home/circleci/repo/packages/graphing/src/tools/vector/component.jsx";
|
|
13811
13811
|
const lineStyles = theme => ({
|
|
13812
13812
|
line: styles$5.line(theme),
|
|
13813
13813
|
disabled: styles$5.disabled(theme),
|
|
@@ -17044,7 +17044,7 @@ const {color: color$4} = _dll_pie_lib__render_ui;
|
|
|
17044
17044
|
const {withDragContext: withDragContext} = _dll_pie_lib__drag;
|
|
17045
17045
|
const {DragSource: DragSource} = _dll_pie_lib__drag;
|
|
17046
17046
|
const {DropTarget: DropTarget} = _dll_pie_lib__drag;
|
|
17047
|
-
const _jsxFileName$6 = "/
|
|
17047
|
+
const _jsxFileName$6 = "/home/circleci/repo/packages/graphing/src/toggle-bar.jsx";
|
|
17048
17048
|
function _optionalChain(ops) {
|
|
17049
17049
|
let lastAccessLHS = undefined;
|
|
17050
17050
|
let value = ops[0];
|
|
@@ -17316,7 +17316,7 @@ const DragTool = DropTarget(DRAG_TYPE, itemTarget, collectTarget)(DragSource(DRA
|
|
|
17316
17316
|
const React$5 = _dll_react;
|
|
17317
17317
|
const PropTypes$5 = _dll_prop_types;
|
|
17318
17318
|
const classNames$3 = _dll_classnames;
|
|
17319
|
-
const _jsxFileName$5 = "/
|
|
17319
|
+
const _jsxFileName$5 = "/home/circleci/repo/packages/graphing/src/tool-menu.jsx";
|
|
17320
17320
|
class ToolMenu extends React$5.Component {
|
|
17321
17321
|
constructor(...args) {
|
|
17322
17322
|
super(...args);
|
|
@@ -17380,7 +17380,7 @@ const classNames$2 = _dll_classnames;
|
|
|
17380
17380
|
const {Button: Button} = _dll_material_ui__core;
|
|
17381
17381
|
const {withStyles: withStyles$3} = _dll_material_ui__core;
|
|
17382
17382
|
const {color: color$3} = _dll_pie_lib__render_ui;
|
|
17383
|
-
const _jsxFileName$4 = "/
|
|
17383
|
+
const _jsxFileName$4 = "/home/circleci/repo/packages/graphing/src/undo-redo.jsx";
|
|
17384
17384
|
const {translator} = Translator;
|
|
17385
17385
|
class UndoRedo extends React$4.Component {
|
|
17386
17386
|
static __initStatic() {
|
|
@@ -17468,7 +17468,7 @@ const {ExpansionPanelDetails: ExpansionPanelDetails$1} = _dll_material_ui__core;
|
|
|
17468
17468
|
const {ExpansionPanelSummary: ExpansionPanelSummary$1} = _dll_material_ui__core;
|
|
17469
17469
|
const {Typography: Typography$1} = _dll_material_ui__core;
|
|
17470
17470
|
const {ExpandMore: ExpandMoreIcon$1} = _dll_material_ui__icons;
|
|
17471
|
-
const _jsxFileName$3 = "/
|
|
17471
|
+
const _jsxFileName$3 = "/home/circleci/repo/packages/graphing/src/graph-with-controls.jsx";
|
|
17472
17472
|
const setToolbarAvailability = toolbarTools => toolsArr.map(tA => ({
|
|
17473
17473
|
...tA,
|
|
17474
17474
|
toolbar: !!toolbarTools.find(t => t === tA.type)
|
|
@@ -17717,7 +17717,7 @@ const lastActionMiddleware = () => next => action => {
|
|
|
17717
17717
|
const React$2 = _dll_react;
|
|
17718
17718
|
const PropTypes$2 = _dll_prop_types;
|
|
17719
17719
|
const {isEqual: isEqual} = _dll_lodash;
|
|
17720
|
-
const _jsxFileName$2 = "/
|
|
17720
|
+
const _jsxFileName$2 = "/home/circleci/repo/packages/graphing/src/container/index.jsx";
|
|
17721
17721
|
const mapStateToProps = s => ({
|
|
17722
17722
|
marks: s.marks.present
|
|
17723
17723
|
});
|
|
@@ -17809,7 +17809,7 @@ const {ExpandMore: ExpandMoreIcon} = _dll_material_ui__icons;
|
|
|
17809
17809
|
const {NumberTextFieldCustom: NumberTextFieldCustom} = _dll_pie_lib__config_ui;
|
|
17810
17810
|
const {Toggle: Toggle} = _dll_pie_lib__config_ui;
|
|
17811
17811
|
const EditableHTML = _dll_pie_lib__editable_html;
|
|
17812
|
-
const _jsxFileName$1 = "/
|
|
17812
|
+
const _jsxFileName$1 = "/home/circleci/repo/packages/graphing/src/grid-setup.jsx";
|
|
17813
17813
|
const GridConfig = props => {
|
|
17814
17814
|
const {classes, disabled, displayedFields, labelValue, labelValues, gridValue, gridValues, onChange} = props;
|
|
17815
17815
|
const {labelStep = {}, step = {}} = displayedFields;
|
|
@@ -18345,7 +18345,7 @@ const PropTypes = _dll_prop_types;
|
|
|
18345
18345
|
const classNames = _dll_classnames;
|
|
18346
18346
|
const {withStyles: withStyles} = _dll_material_ui__core_styles;
|
|
18347
18347
|
const {color: color} = _dll_pie_lib__render_ui;
|
|
18348
|
-
const _jsxFileName = "/
|
|
18348
|
+
const _jsxFileName = "/home/circleci/repo/packages/graphing/src/key-legend.jsx";
|
|
18349
18349
|
const styles = theme => ({
|
|
18350
18350
|
container: {
|
|
18351
18351
|
backgroundColor: color.defaults.WHITE,
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.2",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing"
|
|
@@ -19,19 +19,19 @@
|
|
|
19
19
|
"modules": [
|
|
20
20
|
{
|
|
21
21
|
"name": "@pie-lib/shared-module",
|
|
22
|
-
"version": "^1.17.
|
|
22
|
+
"version": "^1.17.2"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"name": "@pie-lib/editable-html-module",
|
|
26
|
-
"version": "^5.9.
|
|
26
|
+
"version": "^5.9.2"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/drag-module",
|
|
30
|
-
"version": "^2.11.
|
|
30
|
+
"version": "^2.11.2"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "@pie-lib/config-module",
|
|
34
|
-
"version": "^2.
|
|
34
|
+
"version": "^2.23.0"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"isLocal": true
|