@configuratorware/configurator-admingui 1.46.10 → 1.46.11

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.
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.TYPE_NOTICE = exports.TYPE_NEUTRAL = exports.TYPE_ERROR = exports.MESSAGE_ITEM_VARIANTS_NEUTRAL = exports.MESSAGE_ITEM_TITLE_NOTICE = exports.MESSAGE_ITEM_TITLE_NEUTRAL = exports.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NOTICE = exports.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NEUTRAL = exports.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NOTICE = exports.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NEUTRAL = exports.MESSAGE_DESIGNER_VIEWS_NOTICE = exports.MESSAGE_DESIGNER_VIEWS_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREA_PRODUCTION_METHOD_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREA_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREAS_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREAS_ERROR = exports.MESSAGE_CREATOR_RULE_NEUTRAL = exports.MESSAGE_CREATOR_OPTION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_OPTION_NOTICE = exports.MESSAGE_CREATOR_DEFAULT_OPTION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_ERROR = exports.MESSAGE_CREATOR_COMPONENT_TITLE_NEUTRAL = exports.MESSAGE_CREATOR_COMPONENTS_NEUTRAL = exports.MESSAGE_CREATOR_COMPONENTS_ERROR = void 0;
6
+ exports.TYPE_NOTICE = exports.TYPE_NEUTRAL = exports.TYPE_ERROR = exports.MESSAGE_ITEM_VARIANTS_NEUTRAL = exports.MESSAGE_ITEM_TITLE_NOTICE = exports.MESSAGE_ITEM_TITLE_NEUTRAL = exports.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NOTICE = exports.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NEUTRAL = exports.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NOTICE = exports.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NEUTRAL = exports.MESSAGE_DESIGNER_VIEWS_NOTICE = exports.MESSAGE_DESIGNER_VIEWS_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREA_PRODUCTION_METHOD_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREA_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREAS_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREAS_ERROR = exports.MESSAGE_CREATOR_RULE_NEUTRAL = exports.MESSAGE_CREATOR_OPTION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_OPTION_NOTICE = exports.MESSAGE_CREATOR_DEFAULT_OPTION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_ERROR = exports.MESSAGE_CREATOR_COMPONENT_TITLE_NEUTRAL = exports.MESSAGE_CREATOR_COMPONENT_TITLE_ERROR = exports.MESSAGE_CREATOR_COMPONENTS_NEUTRAL = exports.MESSAGE_CREATOR_COMPONENTS_ERROR = void 0;
7
7
  // copied from configuratorapi/src/Structure/Frontend/DataCheck.php
8
8
 
9
9
  var TYPE_NEUTRAL = exports.TYPE_NEUTRAL = 'neutral';
@@ -19,6 +19,7 @@ var MESSAGE_ITEM_VARIANTS_NEUTRAL = exports.MESSAGE_ITEM_VARIANTS_NEUTRAL = "ite
19
19
  var MESSAGE_CREATOR_COMPONENTS_NEUTRAL = exports.MESSAGE_CREATOR_COMPONENTS_NEUTRAL = "creator_component_".concat(TYPE_NEUTRAL);
20
20
  var MESSAGE_CREATOR_COMPONENTS_ERROR = exports.MESSAGE_CREATOR_COMPONENTS_ERROR = "creator_component_".concat(TYPE_ERROR);
21
21
  var MESSAGE_CREATOR_COMPONENT_TITLE_NEUTRAL = exports.MESSAGE_CREATOR_COMPONENT_TITLE_NEUTRAL = "creator_component_title_".concat(TYPE_NEUTRAL);
22
+ var MESSAGE_CREATOR_COMPONENT_TITLE_ERROR = exports.MESSAGE_CREATOR_COMPONENT_TITLE_ERROR = "creator_component_title_".concat(TYPE_ERROR);
22
23
  var MESSAGE_CREATOR_OPTION_NEUTRAL = exports.MESSAGE_CREATOR_OPTION_NEUTRAL = "creator_component_option_".concat(TYPE_NEUTRAL);
23
24
  var MESSAGE_CREATOR_DEFAULT_CONFIGURATION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_NEUTRAL = "creator_default_configuration_".concat(TYPE_NEUTRAL);
24
25
  var MESSAGE_CREATOR_DEFAULT_CONFIGURATION_ERROR = exports.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_ERROR = "creator_default_configuration_".concat(TYPE_ERROR);
@@ -28,7 +28,7 @@ require("../../../../App/i18n").use({
28
28
  creator: 'creator Daten',
29
29
  designer: 'designer Daten',
30
30
  types: (_types2 = {}, _defineProperty(_types2, _Constants.TYPE_NEUTRAL, ' '), _defineProperty(_types2, _Constants.TYPE_NOTICE, 'HINWEIS'), _defineProperty(_types2, _Constants.TYPE_ERROR, 'FEHLER'), _types2),
31
- messages: (_messages2 = {}, _defineProperty(_messages2, _Constants.MESSAGE_ITEM_TITLE_NOTICE, 'Produkttitel ist nicht gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_TITLE_NEUTRAL, 'Produkttitel ist gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NEUTRAL, 'Produkt ist im creator verfügbar'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NOTICE, 'Produkt ist nicht im creator verfügbar'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NEUTRAL, 'Produkt ist im designer verfügbar'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NOTICE, 'Produkt ist nicht im designer verfügbar'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_VARIANTS_NEUTRAL, '%{amount} Varianten gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_COMPONENTS_NEUTRAL, '%{components_amount} Komponenten gepflegt:'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_COMPONENTS_ERROR, 'Keine Komponenten gepflegt!'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_COMPONENT_TITLE_NEUTRAL, '%{component_name}:'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_OPTION_NEUTRAL, '%{options_amount} Optionen verfügbar:<br/>%{options}'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_NEUTRAL, 'Standardkonfiguration gepflegt:'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_ERROR, 'Standardkonfiguration nicht gepflegt!'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_DEFAULT_OPTION_NEUTRAL, '%{component_name}: %{option}'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_DEFAULT_OPTION_NOTICE, '%{component_name}: nicht gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_RULE_NEUTRAL, '%{amount} Regeln gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_VIEWS_NEUTRAL, '%{amount} Designansichten gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_VIEWS_NOTICE, 'Keine Designansichten gepflegt <br/> - wird im Fallback Modus dargestellt'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_DESIGN_AREAS_NEUTRAL, '%{amount} Designflächen gepflegt:'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_DESIGN_AREAS_ERROR, 'Keine Designfläche gepflegt!'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_DESIGN_AREA_NEUTRAL, '%{title}:'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_DESIGN_AREA_PRODUCTION_METHOD_NEUTRAL, '%{title}'), _messages2)
31
+ messages: (_messages2 = {}, _defineProperty(_messages2, _Constants.MESSAGE_ITEM_TITLE_NOTICE, 'Produkttitel ist nicht gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_TITLE_NEUTRAL, 'Produkttitel ist gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NEUTRAL, 'Produkt ist im creator verfügbar'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NOTICE, 'Produkt ist nicht im creator verfügbar'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NEUTRAL, 'Produkt ist im designer verfügbar'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NOTICE, 'Produkt ist nicht im designer verfügbar'), _defineProperty(_messages2, _Constants.MESSAGE_ITEM_VARIANTS_NEUTRAL, '%{amount} Varianten gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_COMPONENTS_NEUTRAL, '%{components_amount} Komponenten gepflegt:'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_COMPONENTS_ERROR, 'Keine Komponenten gepflegt!'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_COMPONENT_TITLE_NEUTRAL, '%{component_name}:'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_COMPONENT_TITLE_ERROR, '%{component_name}:'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_OPTION_NEUTRAL, '%{options_amount} Optionen verfügbar:<br/>%{options}'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_NEUTRAL, 'Standardkonfiguration gepflegt:'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_ERROR, 'Standardkonfiguration nicht gepflegt!'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_DEFAULT_OPTION_NEUTRAL, '%{component_name}: %{option}'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_DEFAULT_OPTION_NOTICE, '%{component_name}: nicht gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_CREATOR_RULE_NEUTRAL, '%{amount} Regeln gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_VIEWS_NEUTRAL, '%{amount} Designansichten gepflegt'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_VIEWS_NOTICE, 'Keine Designansichten gepflegt <br/> - wird im Fallback Modus dargestellt'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_DESIGN_AREAS_NEUTRAL, '%{amount} Designflächen gepflegt:'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_DESIGN_AREAS_ERROR, 'Keine Designfläche gepflegt!'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_DESIGN_AREA_NEUTRAL, '%{title}:'), _defineProperty(_messages2, _Constants.MESSAGE_DESIGNER_DESIGN_AREA_PRODUCTION_METHOD_NEUTRAL, '%{title}'), _messages2)
32
32
  }
33
33
  }
34
34
  }, true);
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@configuratorware/configurator-admingui",
3
- "version": "1.46.10",
3
+ "version": "1.46.11",
4
4
  "license": "UNLICENSED",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@babel/polyfill": "^7.12.1",
8
- "@configuratorware/scripts": "1.46.10",
8
+ "@configuratorware/scripts": "1.46.11",
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.46.10",
31
+ "redhotmagma-visualization": "1.46.11",
32
32
  "redux": "^4.1.0",
33
33
  "redux-logger": "^3.0.6",
34
34
  "redux-persist": "^5.10.0",