@pie-lib/graphing-module 1.13.4 → 1.13.6
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 +16 -22
- package/module/manifest.json +7 -7
- 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.6.
|
|
2
|
-
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.8.
|
|
3
|
-
import {_dll_pie_lib__drag} from "../../drag-module@^2.2.
|
|
4
|
-
import {_dll_pie_lib__config_ui} from "../../config-module@^2.10.
|
|
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.41/module/index.js";
|
|
2
|
+
import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.8.3/module/index.js";
|
|
3
|
+
import {_dll_pie_lib__drag} from "../../drag-module@^2.2.5/module/index.js";
|
|
4
|
+
import {_dll_pie_lib__config_ui} from "../../config-module@^2.10.6/module/index.js";
|
|
5
5
|
const PropTypes$E = _dll_prop_types;
|
|
6
6
|
const BaseDomainRangeType = {
|
|
7
7
|
min: PropTypes$E.number.isRequired,
|
|
@@ -17874,10 +17874,7 @@ function _optionalChain(ops) {
|
|
|
17874
17874
|
const {translator: translator$1} = Translator;
|
|
17875
17875
|
const buttonStyles = () => ({
|
|
17876
17876
|
root: {
|
|
17877
|
-
color: color$3.text()
|
|
17878
|
-
'&:hover': {
|
|
17879
|
-
backgroundColor: color$3.primary()
|
|
17880
|
-
}
|
|
17877
|
+
color: color$3.text()
|
|
17881
17878
|
},
|
|
17882
17879
|
selected: {
|
|
17883
17880
|
backgroundColor: color$3.background(),
|
|
@@ -17916,7 +17913,7 @@ const MiniButton = withStyles$3(buttonStyles)(props => {
|
|
|
17916
17913
|
__self: undefined,
|
|
17917
17914
|
__source: {
|
|
17918
17915
|
fileName: _jsxFileName$5,
|
|
17919
|
-
lineNumber:
|
|
17916
|
+
lineNumber: 40
|
|
17920
17917
|
}
|
|
17921
17918
|
}, translator$1.t(`graphing.${translatorKey}`, {
|
|
17922
17919
|
lng: language
|
|
@@ -17972,7 +17969,7 @@ class ToggleBar extends React$5.Component {
|
|
|
17972
17969
|
__self: this,
|
|
17973
17970
|
__source: {
|
|
17974
17971
|
fileName: _jsxFileName$5,
|
|
17975
|
-
lineNumber:
|
|
17972
|
+
lineNumber: 96
|
|
17976
17973
|
}
|
|
17977
17974
|
}, (options || []).map((option, index) => {
|
|
17978
17975
|
if ((allTools || []).includes(option)) {
|
|
@@ -17988,7 +17985,7 @@ class ToggleBar extends React$5.Component {
|
|
|
17988
17985
|
__self: this,
|
|
17989
17986
|
__source: {
|
|
17990
17987
|
fileName: _jsxFileName$5,
|
|
17991
|
-
lineNumber:
|
|
17988
|
+
lineNumber: 103
|
|
17992
17989
|
}
|
|
17993
17990
|
}, React$5.createElement(MiniButton, {
|
|
17994
17991
|
className: cn(classes.button, isSelected && classes.selected),
|
|
@@ -18001,7 +17998,7 @@ class ToggleBar extends React$5.Component {
|
|
|
18001
17998
|
__self: this,
|
|
18002
17999
|
__source: {
|
|
18003
18000
|
fileName: _jsxFileName$5,
|
|
18004
|
-
lineNumber:
|
|
18001
|
+
lineNumber: 111
|
|
18005
18002
|
}
|
|
18006
18003
|
}));
|
|
18007
18004
|
}
|
|
@@ -18061,21 +18058,21 @@ class Item extends React$5.Component {
|
|
|
18061
18058
|
__self: this,
|
|
18062
18059
|
__source: {
|
|
18063
18060
|
fileName: _jsxFileName$5,
|
|
18064
|
-
lineNumber:
|
|
18061
|
+
lineNumber: 185
|
|
18065
18062
|
}
|
|
18066
18063
|
}, connectDragSource(connectDropTarget(React$5.createElement('div', {
|
|
18067
18064
|
className: isDragging && classes.hidden,
|
|
18068
18065
|
__self: this,
|
|
18069
18066
|
__source: {
|
|
18070
18067
|
fileName: _jsxFileName$5,
|
|
18071
|
-
lineNumber:
|
|
18068
|
+
lineNumber: 186
|
|
18072
18069
|
}
|
|
18073
18070
|
}, children))), connectDragPreview(React$5.createElement('div', {
|
|
18074
18071
|
className: classes.under,
|
|
18075
18072
|
__self: this,
|
|
18076
18073
|
__source: {
|
|
18077
18074
|
fileName: _jsxFileName$5,
|
|
18078
|
-
lineNumber:
|
|
18075
|
+
lineNumber: 187
|
|
18079
18076
|
}
|
|
18080
18077
|
}, children)));
|
|
18081
18078
|
}
|
|
@@ -18241,7 +18238,7 @@ class UndoRedo extends React$3.Component {
|
|
|
18241
18238
|
fileName: _jsxFileName$3,
|
|
18242
18239
|
lineNumber: 26
|
|
18243
18240
|
}
|
|
18244
|
-
}, translator.t(
|
|
18241
|
+
}, translator.t('common:undo', {
|
|
18245
18242
|
lng: language
|
|
18246
18243
|
})), React$3.createElement(Button, {
|
|
18247
18244
|
classes: {
|
|
@@ -18253,7 +18250,7 @@ class UndoRedo extends React$3.Component {
|
|
|
18253
18250
|
fileName: _jsxFileName$3,
|
|
18254
18251
|
lineNumber: 29
|
|
18255
18252
|
}
|
|
18256
|
-
}, translator.t(
|
|
18253
|
+
}, translator.t('graphing.redo', {
|
|
18257
18254
|
lng: language
|
|
18258
18255
|
})), React$3.createElement(Button, {
|
|
18259
18256
|
classes: {
|
|
@@ -18265,7 +18262,7 @@ class UndoRedo extends React$3.Component {
|
|
|
18265
18262
|
fileName: _jsxFileName$3,
|
|
18266
18263
|
lineNumber: 32
|
|
18267
18264
|
}
|
|
18268
|
-
}, translator.t(
|
|
18265
|
+
}, translator.t('graphing.reset', {
|
|
18269
18266
|
lng: language
|
|
18270
18267
|
})));
|
|
18271
18268
|
}
|
|
@@ -18277,11 +18274,8 @@ const styles$2 = theme => ({
|
|
|
18277
18274
|
color: color$2.text(),
|
|
18278
18275
|
backgroundColor: color$2.background(),
|
|
18279
18276
|
marginBottom: theme.spacing.unit / 2,
|
|
18280
|
-
|
|
18277
|
+
'&:not(:last-of-type)': {
|
|
18281
18278
|
marginRight: theme.spacing.unit / 2
|
|
18282
|
-
},
|
|
18283
|
-
"&:hover": {
|
|
18284
|
-
backgroundColor: color$2.primary()
|
|
18285
18279
|
}
|
|
18286
18280
|
}
|
|
18287
18281
|
});
|
package/module/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-lib/graphing-module",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.6",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"@pie-lib/plot": "_dll_pie_lib__plot",
|
|
6
6
|
"@pie-lib/graphing": "_dll_pie_lib__graphing",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"version": "2.7.2"
|
|
14
14
|
},
|
|
15
15
|
"@pie-lib/graphing": {
|
|
16
|
-
"version": "2.14.
|
|
16
|
+
"version": "2.14.4"
|
|
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": "36bfbce7d1dc613509b1bf7a68a9b4b3968bb707"
|
|
26
26
|
},
|
|
27
27
|
"modules": [
|
|
28
28
|
{
|
|
29
29
|
"name": "@pie-lib/shared-module",
|
|
30
|
-
"version": "^1.6.
|
|
30
|
+
"version": "^1.6.41"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
33
|
"name": "@pie-lib/editable-html-module",
|
|
34
|
-
"version": "^3.8.
|
|
34
|
+
"version": "^3.8.3"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"name": "@pie-lib/drag-module",
|
|
38
|
-
"version": "^2.2.
|
|
38
|
+
"version": "^2.2.5"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"name": "@pie-lib/config-module",
|
|
42
|
-
"version": "^2.10.
|
|
42
|
+
"version": "^2.10.6"
|
|
43
43
|
}
|
|
44
44
|
],
|
|
45
45
|
"isLocal": true
|