@pie-lib/graphing-module 1.11.31 → 1.12.0

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 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.29/module/index.js";
2
- import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.7.6/module/index.js";
3
- import {_dll_pie_lib__drag} from "../../drag-module@^2.1.32/module/index.js";
4
- import {_dll_pie_lib__config_ui} from "../../config-module@^2.8.16/module/index.js";
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.30/module/index.js";
2
+ import {_dll_pie_lib__editable_html} from "../../editable-html-module@^3.7.7/module/index.js";
3
+ import {_dll_pie_lib__drag} from "../../drag-module@^2.1.33/module/index.js";
4
+ import {_dll_pie_lib__config_ui} from "../../config-module@^2.8.17/module/index.js";
5
5
  const PropTypes$E = _dll_prop_types;
6
6
  const BaseDomainRangeType = {
7
7
  min: PropTypes$E.number.isRequired,
@@ -17795,26 +17795,35 @@ instance.init({
17795
17795
  }
17796
17796
  });
17797
17797
  var translator = {
17798
- ...instance,
17799
- t: (key, options) => {
17800
- const {lng} = options;
17801
- switch (lng) {
17802
- case "en_US":
17803
- case "en-US":
17804
- options.lng = "en";
17805
- break;
17806
- case "es_ES":
17807
- case "es-ES":
17808
- case "es_MX":
17809
- case "es-MX":
17810
- options.lng = "es";
17811
- break;
17798
+ translator: {
17799
+ ...instance,
17800
+ t: (key, options) => {
17801
+ const {lng} = options;
17802
+ switch (lng) {
17803
+ case "en_US":
17804
+ case "en-US":
17805
+ options.lng = "en";
17806
+ break;
17807
+ case "es_ES":
17808
+ case "es-ES":
17809
+ case "es_MX":
17810
+ case "es-MX":
17811
+ options.lng = "es";
17812
+ break;
17813
+ }
17814
+ return instance.t(key, {
17815
+ lng,
17816
+ ...options
17817
+ });
17812
17818
  }
17813
- return instance.t(key, {
17814
- lng,
17815
- ...options
17816
- });
17817
- }
17819
+ },
17820
+ languageOptions: [{
17821
+ value: "en_US",
17822
+ label: "English (US)"
17823
+ }, {
17824
+ value: "es_ES",
17825
+ label: "Spanish"
17826
+ }]
17818
17827
  };
17819
17828
  const React$5 = _dll_react;
17820
17829
  const PropTypes$5 = _dll_prop_types;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.11.31",
3
+ "version": "1.12.0",
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.6.13"
14
14
  },
15
15
  "@pie-lib/graphing": {
16
- "version": "2.12.30"
16
+ "version": "2.13.0"
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": "b5e8700436ae3003cb9636c0abdd78d0f8f03bf7"
25
+ "hash": "c1afc4f9c465b891f63a69b4ca9673612cd7da60"
26
26
  },
27
27
  "modules": [
28
28
  {
29
29
  "name": "@pie-lib/shared-module",
30
- "version": "^1.6.29"
30
+ "version": "^1.6.30"
31
31
  },
32
32
  {
33
33
  "name": "@pie-lib/editable-html-module",
34
- "version": "^3.7.6"
34
+ "version": "^3.7.7"
35
35
  },
36
36
  {
37
37
  "name": "@pie-lib/drag-module",
38
- "version": "^2.1.32"
38
+ "version": "^2.1.33"
39
39
  },
40
40
  {
41
41
  "name": "@pie-lib/config-module",
42
- "version": "^2.8.16"
42
+ "version": "^2.8.17"
43
43
  }
44
44
  ],
45
45
  "isLocal": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-lib/graphing-module",
3
- "version": "1.11.31",
3
+ "version": "1.12.0",
4
4
  "module": "module/index.js",
5
5
  "repository": "pie-framework/pie-lib",
6
6
  "publishConfig": {