@configuratorware/configurator-admingui 1.47.7 → 1.47.8

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.
@@ -46,7 +46,7 @@ var LocalizedPriceTextField = exports.LocalizedPriceTextField = function Localiz
46
46
  var localizedValue = "".concat(value).replace(new RegExp(altSeparator, 'g'), defaultSeparator);
47
47
 
48
48
  // remove all letters etc.
49
- localizedValue = localizedValue.replace(new RegExp("[^0-9\\".concat(defaultSeparator, "]"), 'g'), '');
49
+ localizedValue = localizedValue.replace(new RegExp("[^-^0-9\\".concat(defaultSeparator, "]"), 'g'), '');
50
50
 
51
51
  // remove all separators but the first one
52
52
  localizedValue = (0, _Utils.removeDuplicateRegexMatchesExceptFirst)(localizedValue, new RegExp("\\".concat(defaultSeparator), 'g'));
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@configuratorware/configurator-admingui",
3
- "version": "1.47.7",
3
+ "version": "1.47.8",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@babel/polyfill": "^7.12.1",
8
- "@configuratorware/scripts": "1.47.7",
8
+ "@configuratorware/scripts": "1.47.8",
9
9
  "@material-ui/core": "^3.9.4",
10
10
  "@material-ui/icons": "^3.0.2",
11
11
  "@tweenjs/tween.js": "^17.6.0",
@@ -28,7 +28,7 @@
28
28
  "react-redux-i18n": "^1.9.3",
29
29
  "react-router": "^3.2.6",
30
30
  "react-sortable-hoc": "^1.11.0",
31
- "redhotmagma-visualization": "1.47.7",
31
+ "redhotmagma-visualization": "1.47.8",
32
32
  "redux": "^4.1.0",
33
33
  "redux-logger": "^3.0.6",
34
34
  "redux-persist": "^5.10.0",