@pie-lib/graphing-module 2.3.0 → 2.4.1
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 +8 -8
- 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.
|
|
2
|
-
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^5.
|
|
3
|
-
import {_dll_pie_lib__drag} from "../../drag-module@^2.
|
|
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.13.1/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^5.5.1/module/index.js";
|
|
3
|
+
import {_dll_pie_lib__drag} from "../../drag-module@^2.7.1/module/index.js";
|
|
4
|
+
import {_dll_pie_lib__config_ui} from "../../config-module@^2.18.1/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];
|
|
@@ -3022,7 +3022,7 @@ const React$J = _dll_react;
|
|
|
3022
3022
|
const PropTypes$E = _dll_prop_types;
|
|
3023
3023
|
const debug$d = _dll_debug;
|
|
3024
3024
|
const {isFunction: isFunction$1} = _dll_lodash;
|
|
3025
|
-
const _jsxFileName$A = "/
|
|
3025
|
+
const _jsxFileName$A = "/home/circleci/repo/packages/plot/src/grid-draggable.jsx";
|
|
3026
3026
|
var _class$1;
|
|
3027
3027
|
const log$d = debug$d('pie-lib:plot:grid-draggable');
|
|
3028
3028
|
const deltaFn = (scale, snap, val) => delta => {
|
|
@@ -6982,7 +6982,7 @@ const React$E = _dll_react;
|
|
|
6982
6982
|
const PropTypes$z = _dll_prop_types;
|
|
6983
6983
|
const classNames$g = _dll_classnames;
|
|
6984
6984
|
const {withStyles: withStyles$l} = _dll_material_ui__core_styles;
|
|
6985
|
-
const _jsxFileName$z = "/
|
|
6985
|
+
const _jsxFileName$z = "/home/circleci/repo/packages/graphing/src/axis/arrow.jsx";
|
|
6986
6986
|
const style = theme => ({
|
|
6987
6987
|
root: {
|
|
6988
6988
|
fill: `var(--arrow-color, ${theme.palette.common.black})`
|
|
@@ -7190,7 +7190,7 @@ const PropTypes$y = _dll_prop_types;
|
|
|
7190
7190
|
const {withStyles: withStyles$k} = _dll_material_ui__core;
|
|
7191
7191
|
const {color: color$g} = _dll_pie_lib__render_ui;
|
|
7192
7192
|
const {Readable: Readable$1} = _dll_pie_lib__render_ui;
|
|
7193
|
-
const _jsxFileName$y = "/
|
|
7193
|
+
const _jsxFileName$y = "/home/circleci/repo/packages/graphing/src/axis/axes.jsx";
|
|
7194
7194
|
const AxisPropTypes = {
|
|
7195
7195
|
includeArrows: PropTypes$y.object,
|
|
7196
7196
|
graphProps: PropTypes$y.object
|
|
@@ -7785,7 +7785,7 @@ function Grid$2(_ref) {
|
|
|
7785
7785
|
const React$A = _dll_react;
|
|
7786
7786
|
const PropTypes$v = _dll_prop_types;
|
|
7787
7787
|
const {withStyles: withStyles$j} = _dll_material_ui__core_styles;
|
|
7788
|
-
const _jsxFileName$x = "/
|
|
7788
|
+
const _jsxFileName$x = "/home/circleci/repo/packages/graphing/src/grid.jsx";
|
|
7789
7789
|
class Grid extends React$A.Component {
|
|
7790
7790
|
constructor(...args) {
|
|
7791
7791
|
super(...args);
|
|
@@ -7885,7 +7885,7 @@ const {color: color$f} = _dll_pie_lib__render_ui;
|
|
|
7885
7885
|
const {Readable: Readable} = _dll_pie_lib__render_ui;
|
|
7886
7886
|
const cn$2 = _dll_classnames;
|
|
7887
7887
|
const EditableHtml = _dll_pie_lib__editable_html;
|
|
7888
|
-
const _jsxFileName$w = "/
|
|
7888
|
+
const _jsxFileName$w = "/home/circleci/repo/packages/graphing/src/labels.jsx";
|
|
7889
7889
|
const rotations = {
|
|
7890
7890
|
left: -90,
|
|
7891
7891
|
top: 0,
|
|
@@ -8113,7 +8113,7 @@ Labels.__initStatic3();
|
|
|
8113
8113
|
Labels.__initStatic4();
|
|
8114
8114
|
const React$y = _dll_react;
|
|
8115
8115
|
const PropTypes$t = _dll_prop_types;
|
|
8116
|
-
const _jsxFileName$v = "/
|
|
8116
|
+
const _jsxFileName$v = "/home/circleci/repo/packages/graphing/src/bg.jsx";
|
|
8117
8117
|
class Bg extends React$y.Component {
|
|
8118
8118
|
constructor(...args) {
|
|
8119
8119
|
super(...args);
|
|
@@ -8197,7 +8197,7 @@ const PropTypes$s = _dll_prop_types;
|
|
|
8197
8197
|
const {isEqual: isEqual$4} = _dll_lodash;
|
|
8198
8198
|
const {cloneDeep: cloneDeep$1} = _dll_lodash;
|
|
8199
8199
|
const debug$b = _dll_debug;
|
|
8200
|
-
const _jsxFileName$u = "/
|
|
8200
|
+
const _jsxFileName$u = "/home/circleci/repo/packages/graphing/src/graph.jsx";
|
|
8201
8201
|
const log$b = debug$b('pie-lib:graphing:graph');
|
|
8202
8202
|
const graphPropTypes = {
|
|
8203
8203
|
axesSettings: PropTypes$s.shape(AxisPropTypes),
|
|
@@ -10183,7 +10183,7 @@ const PropTypes$q = _dll_prop_types;
|
|
|
10183
10183
|
const {color: color$d} = _dll_pie_lib__render_ui;
|
|
10184
10184
|
const {withStyles: withStyles$h} = _dll_material_ui__core_styles;
|
|
10185
10185
|
const {InputBase: InputBase} = _dll_material_ui__core;
|
|
10186
|
-
const _jsxFileName$t = "/
|
|
10186
|
+
const _jsxFileName$t = "/home/circleci/repo/packages/graphing/src/coordinates-label.jsx";
|
|
10187
10187
|
const styles$9 = theme => ({
|
|
10188
10188
|
input: {
|
|
10189
10189
|
fontFamily: theme.typography.fontFamily,
|
|
@@ -10248,7 +10248,7 @@ CoordinatesLabel.propTypes = {
|
|
|
10248
10248
|
};
|
|
10249
10249
|
var CoordinatesLabel$1 = withStyles$h(styles$9)(CoordinatesLabel);
|
|
10250
10250
|
const React$s = _dll_react;
|
|
10251
|
-
const _jsxFileName$s = "/
|
|
10251
|
+
const _jsxFileName$s = "/home/circleci/repo/packages/graphing/src/tools/shared/icons/MissingSVG.jsx";
|
|
10252
10252
|
const MissingSVG = ({scale, x, y}) => React$s.createElement('svg', {
|
|
10253
10253
|
width: "9",
|
|
10254
10254
|
height: "10",
|
|
@@ -10275,7 +10275,7 @@ const MissingSVG = ({scale, x, y}) => React$s.createElement('svg', {
|
|
|
10275
10275
|
}
|
|
10276
10276
|
}));
|
|
10277
10277
|
const React$r = _dll_react;
|
|
10278
|
-
const _jsxFileName$r = "/
|
|
10278
|
+
const _jsxFileName$r = "/home/circleci/repo/packages/graphing/src/tools/shared/icons/CorrectSVG.jsx";
|
|
10279
10279
|
const CorrectSVG = ({scale, x, y}) => React$r.createElement('svg', {
|
|
10280
10280
|
width: "11",
|
|
10281
10281
|
height: "13",
|
|
@@ -10303,7 +10303,7 @@ const CorrectSVG = ({scale, x, y}) => React$r.createElement('svg', {
|
|
|
10303
10303
|
}
|
|
10304
10304
|
}));
|
|
10305
10305
|
const React$q = _dll_react;
|
|
10306
|
-
const _jsxFileName$q = "/
|
|
10306
|
+
const _jsxFileName$q = "/home/circleci/repo/packages/graphing/src/tools/shared/icons/IncorrectSVG.jsx";
|
|
10307
10307
|
const IncorrectSVG = ({scale, x, y}) => React$q.createElement('svg', {
|
|
10308
10308
|
width: "14px",
|
|
10309
10309
|
height: "14px",
|
|
@@ -10334,7 +10334,7 @@ const React$p = _dll_react;
|
|
|
10334
10334
|
const PropTypes$p = _dll_prop_types;
|
|
10335
10335
|
const classNames$f = _dll_classnames;
|
|
10336
10336
|
const ReactDOM$4 = _dll_react_dom;
|
|
10337
|
-
const _jsxFileName$p = "/
|
|
10337
|
+
const _jsxFileName$p = "/home/circleci/repo/packages/graphing/src/tools/shared/point/base-point.jsx";
|
|
10338
10338
|
class RawBp extends React$p.Component {
|
|
10339
10339
|
static __initStatic() {
|
|
10340
10340
|
this.propTypes = {
|
|
@@ -10447,7 +10447,7 @@ const React$o = _dll_react;
|
|
|
10447
10447
|
const PropTypes$o = _dll_prop_types;
|
|
10448
10448
|
const classNames$e = _dll_classnames;
|
|
10449
10449
|
const {isEqual: isEqual$3} = _dll_lodash;
|
|
10450
|
-
const _jsxFileName$o = "/
|
|
10450
|
+
const _jsxFileName$o = "/home/circleci/repo/packages/graphing/src/tools/shared/point/arrow-point.jsx";
|
|
10451
10451
|
class RawArrow extends React$o.Component {
|
|
10452
10452
|
static __initStatic() {
|
|
10453
10453
|
this.propTypes = {
|
|
@@ -10510,7 +10510,7 @@ RawArrow.__initStatic();
|
|
|
10510
10510
|
RawArrow.__initStatic2();
|
|
10511
10511
|
const React$n = _dll_react;
|
|
10512
10512
|
const PropTypes$n = _dll_prop_types;
|
|
10513
|
-
const _jsxFileName$n = "/
|
|
10513
|
+
const _jsxFileName$n = "/home/circleci/repo/packages/graphing/src/tools/shared/arrow-head.jsx";
|
|
10514
10514
|
const ArrowHead = ({size, transform, points}) => React$n.createElement('polygon', {
|
|
10515
10515
|
points: points || `0,0 ${size},${size / 2} 0,${size}`,
|
|
10516
10516
|
transform: transform,
|
|
@@ -10569,7 +10569,7 @@ ArrowMarker.defaultProps = {
|
|
|
10569
10569
|
const React$m = _dll_react;
|
|
10570
10570
|
const PropTypes$m = _dll_prop_types;
|
|
10571
10571
|
const classNames$d = _dll_classnames;
|
|
10572
|
-
const _jsxFileName$m = "/
|
|
10572
|
+
const _jsxFileName$m = "/home/circleci/repo/packages/graphing/src/tools/shared/point/arrow.jsx";
|
|
10573
10573
|
class Arrow$1 extends React$m.Component {
|
|
10574
10574
|
static __initStatic() {
|
|
10575
10575
|
this.propTypes = {
|
|
@@ -10983,7 +10983,7 @@ const useDebounce = (value, delay) => {
|
|
|
10983
10983
|
};
|
|
10984
10984
|
const React$l = _dll_react;
|
|
10985
10985
|
const PropTypes$k = _dll_prop_types;
|
|
10986
|
-
const _jsxFileName$l = "/
|
|
10986
|
+
const _jsxFileName$l = "/home/circleci/repo/packages/graphing/src/label-svg-icon.jsx";
|
|
10987
10987
|
const SvgIcon = ({type}) => {
|
|
10988
10988
|
const icons = {
|
|
10989
10989
|
correct: React$l.createElement('svg', {
|
|
@@ -11060,7 +11060,7 @@ const cn$1 = _dll_classnames;
|
|
|
11060
11060
|
const PropTypes$j = _dll_prop_types;
|
|
11061
11061
|
const {withStyles: withStyles$f} = _dll_material_ui__core_styles;
|
|
11062
11062
|
const {color: color$b} = _dll_pie_lib__render_ui;
|
|
11063
|
-
const _jsxFileName$k = "/
|
|
11063
|
+
const _jsxFileName$k = "/home/circleci/repo/packages/graphing/src/mark-label.jsx";
|
|
11064
11064
|
const inputStyles = theme => ({
|
|
11065
11065
|
float: 'right',
|
|
11066
11066
|
padding: theme.spacing.unit * 0.5,
|
|
@@ -11332,7 +11332,7 @@ const React$j = _dll_react;
|
|
|
11332
11332
|
const ReactDOM$3 = _dll_react_dom;
|
|
11333
11333
|
const {isEqual: isEqual$2} = _dll_lodash;
|
|
11334
11334
|
const {isEmpty: isEmpty$3} = _dll_lodash;
|
|
11335
|
-
const _jsxFileName$j = "/
|
|
11335
|
+
const _jsxFileName$j = "/home/circleci/repo/packages/graphing/src/tools/point/component.jsx";
|
|
11336
11336
|
class Point extends React$j.Component {
|
|
11337
11337
|
static __initStatic() {
|
|
11338
11338
|
this.propTypes = {
|
|
@@ -11488,7 +11488,7 @@ const PropTypes$i = _dll_prop_types;
|
|
|
11488
11488
|
const {withStyles: withStyles$e} = _dll_material_ui__core_styles;
|
|
11489
11489
|
const classNames$c = _dll_classnames;
|
|
11490
11490
|
const {color: color$a} = _dll_pie_lib__render_ui;
|
|
11491
|
-
const _jsxFileName$i = "/
|
|
11491
|
+
const _jsxFileName$i = "/home/circleci/repo/packages/graphing/src/tools/circle/bg-circle.jsx";
|
|
11492
11492
|
class RawCircle extends React$i.Component {
|
|
11493
11493
|
static __initStatic() {
|
|
11494
11494
|
this.propTypes = {
|
|
@@ -11576,7 +11576,7 @@ const PropTypes$h = _dll_prop_types;
|
|
|
11576
11576
|
const {withStyles: withStyles$d} = _dll_material_ui__core_styles;
|
|
11577
11577
|
const classNames$b = _dll_classnames;
|
|
11578
11578
|
const {color: color$9} = _dll_pie_lib__render_ui;
|
|
11579
|
-
const _jsxFileName$h = "/
|
|
11579
|
+
const _jsxFileName$h = "/home/circleci/repo/packages/graphing/src/tools/shared/line/line-path.jsx";
|
|
11580
11580
|
class RawLinePath extends React$h.Component {
|
|
11581
11581
|
static __initStatic() {
|
|
11582
11582
|
this.propTypes = {
|
|
@@ -11673,7 +11673,7 @@ const {isEmpty: isEmpty$2} = _dll_lodash;
|
|
|
11673
11673
|
const PropTypes$g = _dll_prop_types;
|
|
11674
11674
|
const ReactDOM$2 = _dll_react_dom;
|
|
11675
11675
|
const {color: color$8} = _dll_pie_lib__render_ui;
|
|
11676
|
-
const _jsxFileName$g = "/
|
|
11676
|
+
const _jsxFileName$g = "/home/circleci/repo/packages/graphing/src/tools/shared/line/index.jsx";
|
|
11677
11677
|
var _class;
|
|
11678
11678
|
const lineTool = (type, Component) => () => ({
|
|
11679
11679
|
type,
|
|
@@ -12153,7 +12153,7 @@ const styles$5 = {
|
|
|
12153
12153
|
};
|
|
12154
12154
|
const React$f = _dll_react;
|
|
12155
12155
|
const PropTypes$f = _dll_prop_types;
|
|
12156
|
-
const _jsxFileName$f = "/
|
|
12156
|
+
const _jsxFileName$f = "/home/circleci/repo/packages/graphing/src/tools/shared/line/with-root-edge.jsx";
|
|
12157
12157
|
const toRootEdge = m => {
|
|
12158
12158
|
const out = {
|
|
12159
12159
|
...m
|
|
@@ -12280,7 +12280,7 @@ const classNames$a = _dll_classnames;
|
|
|
12280
12280
|
const ReactDOM$1 = _dll_react_dom;
|
|
12281
12281
|
const {isEmpty: isEmpty$1} = _dll_lodash;
|
|
12282
12282
|
const {color: color$7} = _dll_pie_lib__render_ui;
|
|
12283
|
-
const _jsxFileName$e = "/
|
|
12283
|
+
const _jsxFileName$e = "/home/circleci/repo/packages/graphing/src/tools/circle/component.jsx";
|
|
12284
12284
|
const opacityPulsate = opacity => ({
|
|
12285
12285
|
'0%': {
|
|
12286
12286
|
opacity: '0.0'
|
|
@@ -12632,7 +12632,7 @@ const PropTypes$d = _dll_prop_types;
|
|
|
12632
12632
|
const {withStyles: withStyles$b} = _dll_material_ui__core_styles;
|
|
12633
12633
|
const {color: color$6} = _dll_pie_lib__render_ui;
|
|
12634
12634
|
const classNames$9 = _dll_classnames;
|
|
12635
|
-
const _jsxFileName$d = "/
|
|
12635
|
+
const _jsxFileName$d = "/home/circleci/repo/packages/graphing/src/tools/polygon/line.jsx";
|
|
12636
12636
|
class RawLine extends React$d.Component {
|
|
12637
12637
|
static __initStatic() {
|
|
12638
12638
|
this.propTypes = {
|
|
@@ -12721,7 +12721,7 @@ const {withStyles: withStyles$a} = _dll_material_ui__core_styles;
|
|
|
12721
12721
|
const classNames$8 = _dll_classnames;
|
|
12722
12722
|
const {color: color$5} = _dll_pie_lib__render_ui;
|
|
12723
12723
|
const {fade: fade} = _dll_material_ui__core_styles_color_manipulator;
|
|
12724
|
-
const _jsxFileName$c = "/
|
|
12724
|
+
const _jsxFileName$c = "/home/circleci/repo/packages/graphing/src/tools/polygon/polygon.jsx";
|
|
12725
12725
|
const getPointString = (points, scale) => {
|
|
12726
12726
|
return (points || []).map(p => {
|
|
12727
12727
|
const scaledPoint = {
|
|
@@ -12816,7 +12816,7 @@ const {initial: initial} = _dll_lodash;
|
|
|
12816
12816
|
const {isEmpty: isEmpty} = _dll_lodash;
|
|
12817
12817
|
const debug$9 = _dll_debug;
|
|
12818
12818
|
const ReactDOM = _dll_react_dom;
|
|
12819
|
-
const _jsxFileName$b = "/
|
|
12819
|
+
const _jsxFileName$b = "/home/circleci/repo/packages/graphing/src/tools/polygon/component.jsx";
|
|
12820
12820
|
const log$9 = debug$9('pie-lib:graphing:polygon');
|
|
12821
12821
|
const buildLines = (points, closed) => {
|
|
12822
12822
|
const expanded = points.reduce((acc, p, index) => {
|
|
@@ -13575,7 +13575,7 @@ const React$a = _dll_react;
|
|
|
13575
13575
|
const PropTypes$a = _dll_prop_types;
|
|
13576
13576
|
const classNames$7 = _dll_classnames;
|
|
13577
13577
|
const {withStyles: withStyles$8} = _dll_material_ui__core_styles;
|
|
13578
|
-
const _jsxFileName$a = "/
|
|
13578
|
+
const _jsxFileName$a = "/home/circleci/repo/packages/graphing/src/tools/line/component.jsx";
|
|
13579
13579
|
const lineStyles$2 = theme => ({
|
|
13580
13580
|
line: styles$5.line(theme),
|
|
13581
13581
|
enabledArrow: styles$5.arrow(theme),
|
|
@@ -13651,7 +13651,7 @@ const React$9 = _dll_react;
|
|
|
13651
13651
|
const PropTypes$9 = _dll_prop_types;
|
|
13652
13652
|
const {withStyles: withStyles$7} = _dll_material_ui__core_styles;
|
|
13653
13653
|
const classNames$6 = _dll_classnames;
|
|
13654
|
-
const _jsxFileName$9 = "/
|
|
13654
|
+
const _jsxFileName$9 = "/home/circleci/repo/packages/graphing/src/tools/segment/component.jsx";
|
|
13655
13655
|
const lineStyles$1 = theme => ({
|
|
13656
13656
|
line: styles$5.line(theme),
|
|
13657
13657
|
disabled: styles$5.disabled(theme),
|
|
@@ -13696,7 +13696,7 @@ const React$8 = _dll_react;
|
|
|
13696
13696
|
const PropTypes$8 = _dll_prop_types;
|
|
13697
13697
|
const {withStyles: withStyles$6} = _dll_material_ui__core_styles;
|
|
13698
13698
|
const classNames$5 = _dll_classnames;
|
|
13699
|
-
const _jsxFileName$8 = "/
|
|
13699
|
+
const _jsxFileName$8 = "/home/circleci/repo/packages/graphing/src/tools/ray/component.jsx";
|
|
13700
13700
|
const rayStyles = theme => ({
|
|
13701
13701
|
line: styles$5.line(theme),
|
|
13702
13702
|
enabledArrow: styles$5.arrow(theme),
|
|
@@ -13771,7 +13771,7 @@ const React$7 = _dll_react;
|
|
|
13771
13771
|
const PropTypes$7 = _dll_prop_types;
|
|
13772
13772
|
const classNames$4 = _dll_classnames;
|
|
13773
13773
|
const {withStyles: withStyles$5} = _dll_material_ui__core_styles;
|
|
13774
|
-
const _jsxFileName$7 = "/
|
|
13774
|
+
const _jsxFileName$7 = "/home/circleci/repo/packages/graphing/src/tools/vector/component.jsx";
|
|
13775
13775
|
const lineStyles = theme => ({
|
|
13776
13776
|
line: styles$5.line(theme),
|
|
13777
13777
|
disabled: styles$5.disabled(theme),
|
|
@@ -17008,7 +17008,7 @@ const {color: color$4} = _dll_pie_lib__render_ui;
|
|
|
17008
17008
|
const {withDragContext: withDragContext} = _dll_pie_lib__drag;
|
|
17009
17009
|
const {DragSource: DragSource} = _dll_pie_lib__drag;
|
|
17010
17010
|
const {DropTarget: DropTarget} = _dll_pie_lib__drag;
|
|
17011
|
-
const _jsxFileName$6 = "/
|
|
17011
|
+
const _jsxFileName$6 = "/home/circleci/repo/packages/graphing/src/toggle-bar.jsx";
|
|
17012
17012
|
function _optionalChain(ops) {
|
|
17013
17013
|
let lastAccessLHS = undefined;
|
|
17014
17014
|
let value = ops[0];
|
|
@@ -17280,7 +17280,7 @@ const DragTool = DropTarget(DRAG_TYPE, itemTarget, collectTarget)(DragSource(DRA
|
|
|
17280
17280
|
const React$5 = _dll_react;
|
|
17281
17281
|
const PropTypes$5 = _dll_prop_types;
|
|
17282
17282
|
const classNames$3 = _dll_classnames;
|
|
17283
|
-
const _jsxFileName$5 = "/
|
|
17283
|
+
const _jsxFileName$5 = "/home/circleci/repo/packages/graphing/src/tool-menu.jsx";
|
|
17284
17284
|
class ToolMenu extends React$5.Component {
|
|
17285
17285
|
constructor(...args) {
|
|
17286
17286
|
super(...args);
|
|
@@ -17344,7 +17344,7 @@ const classNames$2 = _dll_classnames;
|
|
|
17344
17344
|
const {Button: Button} = _dll_material_ui__core;
|
|
17345
17345
|
const {withStyles: withStyles$3} = _dll_material_ui__core;
|
|
17346
17346
|
const {color: color$3} = _dll_pie_lib__render_ui;
|
|
17347
|
-
const _jsxFileName$4 = "/
|
|
17347
|
+
const _jsxFileName$4 = "/home/circleci/repo/packages/graphing/src/undo-redo.jsx";
|
|
17348
17348
|
const {translator} = Translator;
|
|
17349
17349
|
class UndoRedo extends React$4.Component {
|
|
17350
17350
|
static __initStatic() {
|
|
@@ -17432,7 +17432,7 @@ const {ExpansionPanelDetails: ExpansionPanelDetails$1} = _dll_material_ui__core;
|
|
|
17432
17432
|
const {ExpansionPanelSummary: ExpansionPanelSummary$1} = _dll_material_ui__core;
|
|
17433
17433
|
const {Typography: Typography$1} = _dll_material_ui__core;
|
|
17434
17434
|
const {ExpandMore: ExpandMoreIcon$1} = _dll_material_ui__icons;
|
|
17435
|
-
const _jsxFileName$3 = "/
|
|
17435
|
+
const _jsxFileName$3 = "/home/circleci/repo/packages/graphing/src/graph-with-controls.jsx";
|
|
17436
17436
|
const setToolbarAvailability = toolbarTools => toolsArr.map(tA => ({
|
|
17437
17437
|
...tA,
|
|
17438
17438
|
toolbar: !!toolbarTools.find(t => t === tA.type)
|
|
@@ -17681,7 +17681,7 @@ const lastActionMiddleware = () => next => action => {
|
|
|
17681
17681
|
const React$2 = _dll_react;
|
|
17682
17682
|
const PropTypes$2 = _dll_prop_types;
|
|
17683
17683
|
const {isEqual: isEqual} = _dll_lodash;
|
|
17684
|
-
const _jsxFileName$2 = "/
|
|
17684
|
+
const _jsxFileName$2 = "/home/circleci/repo/packages/graphing/src/container/index.jsx";
|
|
17685
17685
|
const mapStateToProps = s => ({
|
|
17686
17686
|
marks: s.marks.present
|
|
17687
17687
|
});
|
|
@@ -17773,7 +17773,7 @@ const {ExpandMore: ExpandMoreIcon} = _dll_material_ui__icons;
|
|
|
17773
17773
|
const {NumberTextFieldCustom: NumberTextFieldCustom} = _dll_pie_lib__config_ui;
|
|
17774
17774
|
const {Toggle: Toggle} = _dll_pie_lib__config_ui;
|
|
17775
17775
|
const EditableHTML = _dll_pie_lib__editable_html;
|
|
17776
|
-
const _jsxFileName$1 = "/
|
|
17776
|
+
const _jsxFileName$1 = "/home/circleci/repo/packages/graphing/src/grid-setup.jsx";
|
|
17777
17777
|
const GridConfig = props => {
|
|
17778
17778
|
const {classes, disabled, displayedFields, labelValue, labelValues, gridValue, gridValues, onChange} = props;
|
|
17779
17779
|
const {labelStep = {}, step = {}} = displayedFields;
|
|
@@ -18309,7 +18309,7 @@ const PropTypes = _dll_prop_types;
|
|
|
18309
18309
|
const classNames = _dll_classnames;
|
|
18310
18310
|
const {withStyles: withStyles} = _dll_material_ui__core_styles;
|
|
18311
18311
|
const {color: color} = _dll_pie_lib__render_ui;
|
|
18312
|
-
const _jsxFileName = "/
|
|
18312
|
+
const _jsxFileName = "/home/circleci/repo/packages/graphing/src/key-legend.jsx";
|
|
18313
18313
|
const styles = theme => ({
|
|
18314
18314
|
container: {
|
|
18315
18315
|
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.
|
|
3
|
+
"version": "2.4.1",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing"
|
|
@@ -8,30 +8,30 @@
|
|
|
8
8
|
"versionInfo": {
|
|
9
9
|
"data": {
|
|
10
10
|
"@pie-lib/plot": {
|
|
11
|
-
"version": "2.
|
|
11
|
+
"version": "2.22.0"
|
|
12
12
|
},
|
|
13
13
|
"@pie-lib/graphing": {
|
|
14
|
-
"version": "2.
|
|
14
|
+
"version": "2.29.0"
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
|
-
"hash": "
|
|
17
|
+
"hash": "42916a51d373b14cf40d3b206d9707029ea56acc"
|
|
18
18
|
},
|
|
19
19
|
"modules": [
|
|
20
20
|
{
|
|
21
21
|
"name": "@pie-lib/shared-module",
|
|
22
|
-
"version": "^1.
|
|
22
|
+
"version": "^1.13.1"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
25
|
"name": "@pie-lib/editable-html-module",
|
|
26
|
-
"version": "^5.
|
|
26
|
+
"version": "^5.5.1"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/drag-module",
|
|
30
|
-
"version": "^2.
|
|
30
|
+
"version": "^2.7.1"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "@pie-lib/config-module",
|
|
34
|
-
"version": "^2.
|
|
34
|
+
"version": "^2.18.1"
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"isLocal": true
|