@pie-lib/graphing-module 1.15.12 → 1.15.13
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 +37 -19
- 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_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.9.
|
|
2
|
-
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^5.0.
|
|
3
|
-
import {_dll_pie_lib__drag} from "../../drag-module@^2.3.
|
|
4
|
-
import {_dll_pie_lib__config_ui} from "../../config-module@^2.13.
|
|
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.9.24/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^5.0.9/module/index.js";
|
|
3
|
+
import {_dll_pie_lib__drag} from "../../drag-module@^2.3.13/module/index.js";
|
|
4
|
+
import {_dll_pie_lib__config_ui} from "../../config-module@^2.13.13/module/index.js";
|
|
5
5
|
const PropTypes$E = _dll_prop_types;
|
|
6
6
|
const BaseDomainRangeType = {
|
|
7
7
|
min: PropTypes$E.number.isRequired,
|
|
@@ -12054,6 +12054,11 @@ const styles$7 = () => {
|
|
|
12054
12054
|
'& circle, & polygon': {
|
|
12055
12055
|
...incorrect()
|
|
12056
12056
|
}
|
|
12057
|
+
},
|
|
12058
|
+
missing: {
|
|
12059
|
+
'& circle, & polygon': {
|
|
12060
|
+
...missing()
|
|
12061
|
+
}
|
|
12057
12062
|
}
|
|
12058
12063
|
};
|
|
12059
12064
|
};
|
|
@@ -12829,6 +12834,9 @@ const LinePath = withStyles$c(theme => ({
|
|
|
12829
12834
|
},
|
|
12830
12835
|
incorrect: {
|
|
12831
12836
|
...incorrect('stroke')
|
|
12837
|
+
},
|
|
12838
|
+
missing: {
|
|
12839
|
+
...missing('stroke')
|
|
12832
12840
|
}
|
|
12833
12841
|
}))(RawLinePath);
|
|
12834
12842
|
const React$f = _dll_react;
|
|
@@ -13291,6 +13299,9 @@ const styles$4 = {
|
|
|
13291
13299
|
}),
|
|
13292
13300
|
incorrect: (theme, key) => ({
|
|
13293
13301
|
...incorrect(key)
|
|
13302
|
+
}),
|
|
13303
|
+
missing: (theme, key) => ({
|
|
13304
|
+
...missing(key)
|
|
13294
13305
|
})
|
|
13295
13306
|
};
|
|
13296
13307
|
const React$e = _dll_react;
|
|
@@ -13802,7 +13813,8 @@ const Line$3 = withStyles$a(() => ({
|
|
|
13802
13813
|
strokeWidth: 2
|
|
13803
13814
|
},
|
|
13804
13815
|
correct: correct('stoke'),
|
|
13805
|
-
incorrect: incorrect('stroke')
|
|
13816
|
+
incorrect: incorrect('stroke'),
|
|
13817
|
+
missing: missing('stroke')
|
|
13806
13818
|
}))(RawLine);
|
|
13807
13819
|
var Line$4 = gridDraggable({
|
|
13808
13820
|
bounds: (props, {domain, range}) => {
|
|
@@ -14613,7 +14625,9 @@ const lineStyles$2 = theme => ({
|
|
|
14613
14625
|
correct: styles$4.correct(theme, 'stroke'),
|
|
14614
14626
|
correctArrow: styles$4.correct(theme),
|
|
14615
14627
|
incorrect: styles$4.incorrect(theme, 'stroke'),
|
|
14616
|
-
incorrectArrow: styles$4.incorrect(theme)
|
|
14628
|
+
incorrectArrow: styles$4.incorrect(theme),
|
|
14629
|
+
missing: styles$4.missing(theme, 'stroke'),
|
|
14630
|
+
missingArrow: styles$4.missing(theme)
|
|
14617
14631
|
});
|
|
14618
14632
|
const ArrowedLine = props => {
|
|
14619
14633
|
const markerId = genUid();
|
|
@@ -14626,13 +14640,13 @@ const ArrowedLine = props => {
|
|
|
14626
14640
|
__self: undefined,
|
|
14627
14641
|
__source: {
|
|
14628
14642
|
fileName: _jsxFileName$9,
|
|
14629
|
-
lineNumber:
|
|
14643
|
+
lineNumber: 32
|
|
14630
14644
|
}
|
|
14631
14645
|
}, React$9.createElement('defs', {
|
|
14632
14646
|
__self: undefined,
|
|
14633
14647
|
__source: {
|
|
14634
14648
|
fileName: _jsxFileName$9,
|
|
14635
|
-
lineNumber:
|
|
14649
|
+
lineNumber: 33
|
|
14636
14650
|
}
|
|
14637
14651
|
}, React$9.createElement(ArrowMarker, {
|
|
14638
14652
|
size: thinnerShapesNeeded(graphProps) ? 4 : 5,
|
|
@@ -14641,7 +14655,7 @@ const ArrowedLine = props => {
|
|
|
14641
14655
|
__self: undefined,
|
|
14642
14656
|
__source: {
|
|
14643
14657
|
fileName: _jsxFileName$9,
|
|
14644
|
-
lineNumber:
|
|
14658
|
+
lineNumber: 34
|
|
14645
14659
|
}
|
|
14646
14660
|
})), React$9.createElement('line', {
|
|
14647
14661
|
x1: scale.x(eFrom.x),
|
|
@@ -14655,7 +14669,7 @@ const ArrowedLine = props => {
|
|
|
14655
14669
|
__self: undefined,
|
|
14656
14670
|
__source: {
|
|
14657
14671
|
fileName: _jsxFileName$9,
|
|
14658
|
-
lineNumber:
|
|
14672
|
+
lineNumber: 40
|
|
14659
14673
|
}
|
|
14660
14674
|
}));
|
|
14661
14675
|
};
|
|
@@ -14682,7 +14696,8 @@ const lineStyles$1 = theme => ({
|
|
|
14682
14696
|
line: styles$4.line(theme),
|
|
14683
14697
|
disabled: styles$4.disabled(theme),
|
|
14684
14698
|
correct: styles$4.correct(theme, 'stroke'),
|
|
14685
|
-
incorrect: styles$4.incorrect(theme, 'stroke')
|
|
14699
|
+
incorrect: styles$4.incorrect(theme, 'stroke'),
|
|
14700
|
+
missing: styles$4.missing(theme, 'stroke')
|
|
14686
14701
|
});
|
|
14687
14702
|
const Line$1 = props => {
|
|
14688
14703
|
const {className, classes, correctness, disabled, graphProps, from, to, ...rest} = props;
|
|
@@ -14699,7 +14714,7 @@ const Line$1 = props => {
|
|
|
14699
14714
|
__self: undefined,
|
|
14700
14715
|
__source: {
|
|
14701
14716
|
fileName: _jsxFileName$8,
|
|
14702
|
-
lineNumber:
|
|
14717
|
+
lineNumber: 21
|
|
14703
14718
|
}
|
|
14704
14719
|
});
|
|
14705
14720
|
};
|
|
@@ -14729,7 +14744,9 @@ const rayStyles = theme => ({
|
|
|
14729
14744
|
correct: styles$4.correct(theme, 'stroke'),
|
|
14730
14745
|
correctArrow: styles$4.correct(theme),
|
|
14731
14746
|
incorrect: styles$4.incorrect(theme, 'stroke'),
|
|
14732
|
-
incorrectArrow: styles$4.incorrect(theme)
|
|
14747
|
+
incorrectArrow: styles$4.incorrect(theme),
|
|
14748
|
+
missing: styles$4.missing(theme, 'stroke'),
|
|
14749
|
+
missingArrow: styles$4.missing(theme)
|
|
14733
14750
|
});
|
|
14734
14751
|
const RayLine = props => {
|
|
14735
14752
|
const markerId = genUid();
|
|
@@ -14742,13 +14759,13 @@ const RayLine = props => {
|
|
|
14742
14759
|
__self: undefined,
|
|
14743
14760
|
__source: {
|
|
14744
14761
|
fileName: _jsxFileName$7,
|
|
14745
|
-
lineNumber:
|
|
14762
|
+
lineNumber: 32
|
|
14746
14763
|
}
|
|
14747
14764
|
}, React$7.createElement('defs', {
|
|
14748
14765
|
__self: undefined,
|
|
14749
14766
|
__source: {
|
|
14750
14767
|
fileName: _jsxFileName$7,
|
|
14751
|
-
lineNumber:
|
|
14768
|
+
lineNumber: 33
|
|
14752
14769
|
}
|
|
14753
14770
|
}, React$7.createElement(ArrowMarker, {
|
|
14754
14771
|
size: thinnerShapesNeeded(graphProps) ? 4 : 5,
|
|
@@ -14757,7 +14774,7 @@ const RayLine = props => {
|
|
|
14757
14774
|
__self: undefined,
|
|
14758
14775
|
__source: {
|
|
14759
14776
|
fileName: _jsxFileName$7,
|
|
14760
|
-
lineNumber:
|
|
14777
|
+
lineNumber: 34
|
|
14761
14778
|
}
|
|
14762
14779
|
})), React$7.createElement('line', {
|
|
14763
14780
|
x1: scale.x(from.x),
|
|
@@ -14770,7 +14787,7 @@ const RayLine = props => {
|
|
|
14770
14787
|
__self: undefined,
|
|
14771
14788
|
__source: {
|
|
14772
14789
|
fileName: _jsxFileName$7,
|
|
14773
|
-
lineNumber:
|
|
14790
|
+
lineNumber: 40
|
|
14774
14791
|
}
|
|
14775
14792
|
}));
|
|
14776
14793
|
};
|
|
@@ -14797,7 +14814,8 @@ const lineStyles = theme => ({
|
|
|
14797
14814
|
line: styles$4.line(theme),
|
|
14798
14815
|
disabled: styles$4.disabled(theme),
|
|
14799
14816
|
correct: styles$4.correct(theme, 'stroke'),
|
|
14800
|
-
incorrect: styles$4.incorrect(theme, 'stroke')
|
|
14817
|
+
incorrect: styles$4.incorrect(theme, 'stroke'),
|
|
14818
|
+
missing: styles$4.missing(theme, 'stroke')
|
|
14801
14819
|
});
|
|
14802
14820
|
const Line = props => {
|
|
14803
14821
|
const {className, classes, disabled, correctness, graphProps: {scale}, from, to, ...rest} = props;
|
|
@@ -14821,7 +14839,7 @@ const Line = props => {
|
|
|
14821
14839
|
__self: undefined,
|
|
14822
14840
|
__source: {
|
|
14823
14841
|
fileName: _jsxFileName$6,
|
|
14824
|
-
lineNumber:
|
|
14842
|
+
lineNumber: 34
|
|
14825
14843
|
}
|
|
14826
14844
|
});
|
|
14827
14845
|
};
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.13",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing",
|
|
@@ -27,19 +27,19 @@
|
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.9.
|
|
30
|
+
"version": "^1.9.24"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "@pie-lib/editable-html-module",
|
|
34
|
-
"version": "^5.0.
|
|
34
|
+
"version": "^5.0.9"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": "@pie-lib/drag-module",
|
|
38
|
-
"version": "^2.3.
|
|
38
|
+
"version": "^2.3.13"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "@pie-lib/config-module",
|
|
42
|
-
"version": "^2.13.
|
|
42
|
+
"version": "^2.13.13"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
45
45
|
"isLocal": true
|