@configuratorware/configurator-admingui 1.27.3-beta.2 → 1.27.3-beta.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.
Files changed (214) hide show
  1. package/App/Api.js +2 -2
  2. package/App/Config/app.js +1 -1
  3. package/App/Config/icons.js +1 -1
  4. package/App/Data.js +1 -1
  5. package/App/ErrorBoundary.js +1 -1
  6. package/App/FeatureReducers.js +1 -1
  7. package/App/Main.js +1 -1
  8. package/App/Reducers/Api/Actions.js +1 -1
  9. package/App/Reducers/Api/Helpers.js +10 -9
  10. package/App/Reducers/Common/Form/Reducer.js +2 -1
  11. package/App/Reducers/Common/OrderList/Actions.js +1 -1
  12. package/App/Reducers/Common/OrderList/Listener.js +1 -1
  13. package/App/Reducers/Entity/Actions.js +1 -1
  14. package/App/Reducers/Entity/Reducer.js +1 -1
  15. package/App/Reducers/Frame/Reducer.js +1 -1
  16. package/App/ReduxListener.js +1 -1
  17. package/App/TestHelpers.js +2 -2
  18. package/App/Utils.js +1 -1
  19. package/App/i18n.js +3 -2
  20. package/App/index.js +1 -1
  21. package/Components/CopyPaste.js +1 -1
  22. package/Components/DefaultConnectedForm.js +1 -1
  23. package/Components/DefaultConnectedList.js +1 -1
  24. package/Components/DefaultConnectedScreen.js +1 -1
  25. package/Components/DefaultForm.js +1 -1
  26. package/Components/DefaultList.js +1 -1
  27. package/Components/DefaultScreen.js +6 -6
  28. package/Components/Form.js +2 -2
  29. package/Components/FormFragments/AutoComplete.js +1 -1
  30. package/Components/FormFragments/AutocompleteEntity.js +1 -1
  31. package/Components/FormFragments/Chip.js +1 -1
  32. package/Components/FormFragments/DynSourceInput.js +1 -1
  33. package/Components/FormFragments/InlineAddButton.js +1 -1
  34. package/Components/FormFragments/InputArray.js +1 -1
  35. package/Components/FormFragments/InputWithSource.js +1 -1
  36. package/Components/FormFragments/IntlInput.js +1 -1
  37. package/Components/FormFragments/NestedDataComponent.js +1 -1
  38. package/Components/FormFragments/SetInput.js +1 -1
  39. package/Components/FormFragments/SimpleNestedData.js +1 -1
  40. package/Components/FormFragments/SimpleTable.js +1 -1
  41. package/Components/FormFragments/Tabs.js +1 -1
  42. package/Components/FormFragments/TwoSideSelect.js +1 -1
  43. package/Components/FormFragments/index.js +28 -28
  44. package/Components/GeneralFragments/ConfigurationEditor.js +1 -1
  45. package/Components/GeneralFragments/ConfiguratorOverlay.js +1 -1
  46. package/Components/GeneralFragments/Image.js +1 -1
  47. package/Components/GeneralFragments/MiniPopup.js +1 -1
  48. package/Components/GeneralFragments/index.js +6 -6
  49. package/Components/LicenseInfo.js +1 -1
  50. package/Components/List.js +1 -1
  51. package/Components/ListColumnFilter.js +1 -1
  52. package/Components/Menu.js +1 -1
  53. package/Components/ModalContainer.js +1 -1
  54. package/Components/OrderList.js +1 -1
  55. package/Components/Pagination.js +1 -1
  56. package/Components/ProfileButton.js +1 -1
  57. package/Components/SearchBar.js +1 -1
  58. package/Components/TranslateComponent.js +1 -1
  59. package/Components/TranslationFinder.js +1 -1
  60. package/Screens/ApiKeys/Reducers/Actions.js +1 -1
  61. package/Screens/Assemblypointeditor/Components/AssemblypointTable.js +1 -1
  62. package/Screens/Assemblypointeditor/Components/Assemblypointeditor.js +1 -1
  63. package/Screens/Assemblypointeditor/Reducers/Actions.js +1 -1
  64. package/Screens/Attribute/Reducers/Actions.js +1 -1
  65. package/Screens/AttributeValue/Reducers/Actions.js +1 -1
  66. package/Screens/ChangePassword/Reducers/Actions.js +1 -1
  67. package/Screens/Channel/Reducers/Actions.js +1 -1
  68. package/Screens/Client/Components/TextFields.js +1 -1
  69. package/Screens/Client/Reducers/Actions.js +1 -1
  70. package/Screens/ColorPalettes/Components/DefaultColorSwitch.js +1 -1
  71. package/Screens/ColorPalettes/Reducers/Actions.js +1 -1
  72. package/Screens/ConfigurationTypeEditor/Reducers/Actions.js +1 -1
  73. package/Screens/ConfigurationTypeEditor/Reducers/Reducer.js +1 -1
  74. package/Screens/ConfigurationTypeEditor/Screen.js +1 -1
  75. package/Screens/ConfigurationVariants/Reducers/Actions.js +1 -1
  76. package/Screens/ConfigurationWorkflowStatus/Containers/List.js +1 -1
  77. package/Screens/ConfigurationWorkflowStatus/Reducers/Actions.js +1 -1
  78. package/Screens/ConfigurationWorkflowStatus/Screen.js +1 -1
  79. package/Screens/Creator/Components/BaseConfigurationEditor.js +1 -1
  80. package/Screens/Creator/Components/CheckData/Constants.js +1 -1
  81. package/Screens/Creator/Components/OptionclassificationEditor.js +1 -1
  82. package/Screens/Creator/Components/Rules/Containers/Edit.js +1 -1
  83. package/Screens/Creator/Components/Rules/Containers/RuleForms/AdditionalOption.js +1 -1
  84. package/Screens/Creator/Components/Rules/Containers/RuleForms/AttributeValueGroupAutoSwitch.js +1 -1
  85. package/Screens/Creator/Components/Rules/Containers/RuleForms/DefaultOption.js +1 -1
  86. package/Screens/Creator/Components/Rules/Containers/RuleForms/ItemAttributeMatch.js +1 -1
  87. package/Screens/Creator/Components/Rules/Containers/RuleForms/ItemAttributeMaxSum.js +1 -1
  88. package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionClassificationMaxAmount.js +1 -1
  89. package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionClassificationMinAmount.js +1 -1
  90. package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionDependency.js +1 -1
  91. package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionExclusion.js +1 -1
  92. package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionMaxAmount.js +1 -1
  93. package/Screens/Creator/Components/Rules/Containers/RuleForms/RuleForm.js +2 -2
  94. package/Screens/Creator/Components/Rules/index.js +1 -1
  95. package/Screens/Creator/Containers/Edit.js +1 -1
  96. package/Screens/Creator/Reducers/Actions.js +1 -1
  97. package/Screens/Creator/Reducers/ConfigurationActions.js +1 -1
  98. package/Screens/Creator/Reducers/Rules/Actions.js +1 -1
  99. package/Screens/Creator/Reducers/Rules/Reducer.js +1 -1
  100. package/Screens/Demo/Screen.js +1 -1
  101. package/Screens/DesignProductionMethods/Reducers/Actions.js +1 -1
  102. package/Screens/DesignProductionMethods/Reducers/DesignProductionMethodsReducer.js +1 -1
  103. package/Screens/Designer/Components/DesignDataTransfer.js +1 -1
  104. package/Screens/Designer/Components/TemplateDefaultList.js +1 -1
  105. package/Screens/Designer/Components/TemplateList.js +1 -1
  106. package/Screens/Designer/Containers/Edit.js +1 -1
  107. package/Screens/Designer/Reducers/Actions.js +1 -1
  108. package/Screens/Designer/Reducers/DesignerReducer.js +1 -1
  109. package/Screens/Designer/SubScreens/DesignAreas/Components/ColorPalettes.js +1 -1
  110. package/Screens/Designer/SubScreens/DesignAreas/Components/FormArray.js +1 -1
  111. package/Screens/Designer/SubScreens/DesignAreas/Containers/ConnectedMaskEditorField.js +1 -1
  112. package/Screens/Designer/SubScreens/DesignAreas/Containers/FormProductionMethods.js +1 -1
  113. package/Screens/Designer/SubScreens/DesignAreas/Reducers/Actions.js +1 -1
  114. package/Screens/Designer/SubScreens/DesignAreas/Reducers/Reducer.js +1 -1
  115. package/Screens/Designer/SubScreens/Designviews/Reducers/Actions.js +1 -1
  116. package/Screens/Designer/SubScreens/Designviews/Reducers/Reducer.js +1 -1
  117. package/Screens/Designer/SubScreens/Visualization/ApiCalls.js +1 -1
  118. package/Screens/Designer/SubScreens/Visualization/Components/AreaEditor.js +1 -1
  119. package/Screens/Designer/SubScreens/Visualization/Components/ExpansionContainer.js +1 -1
  120. package/Screens/Designer/SubScreens/Visualization/Components/Three2DEditor.js +2 -2
  121. package/Screens/Designer/SubScreens/Visualization/Components/VisualizationContainer.js +2 -2
  122. package/Screens/Designer/SubScreens/Visualization/Containers/Edit/DataLinks.js +1 -1
  123. package/Screens/Designer/SubScreens/Visualization/Containers/Edit/Edit.js +4 -4
  124. package/Screens/Designer/SubScreens/Visualization/Containers/Edit/VisualizationUtils.js +1 -1
  125. package/Screens/Designer/SubScreens/Visualization/Containers/List.js +1 -1
  126. package/Screens/DesignerGlobalItemPrices/Reducers/Actions.js +1 -1
  127. package/Screens/DesignerGlobalItemPrices/Reducers/Reducer.js +1 -1
  128. package/Screens/Font/Containers/List.js +1 -1
  129. package/Screens/Font/Reducers/Actions.js +1 -1
  130. package/Screens/Font/Reducers/Reducer.js +1 -1
  131. package/Screens/Group/Reducers/Actions.js +1 -1
  132. package/Screens/Group/Reducers/Reducer.js +1 -1
  133. package/Screens/GroupEntry/Reducers/Actions.js +1 -1
  134. package/Screens/GroupEntry/Reducers/Reducer.js +1 -1
  135. package/Screens/ImageGallery/Containers/Edit.js +1 -1
  136. package/Screens/ImageGallery/Containers/List.js +2 -2
  137. package/Screens/ImageGallery/ImageTags/TagsActions.js +1 -1
  138. package/Screens/ImageGallery/ImageTags/TagsEditorPopup.js +1 -1
  139. package/Screens/ImageGallery/Reducers/Actions.js +1 -1
  140. package/Screens/ImageGallery/Reducers/Reducer.js +1 -1
  141. package/Screens/Inspirations/Reducers/Actions.js +1 -1
  142. package/Screens/Inspirations/Reducers/Reducer.js +1 -1
  143. package/Screens/Item/Components/AttributeEditorPopup.js +1 -1
  144. package/Screens/Item/Components/Variants/VariantsAutocomplete.js +1 -1
  145. package/Screens/Item/Components/Variants/VariantsEditor.js +1 -1
  146. package/Screens/Item/Components/Variants/VariantsEditorDialog.js +1 -1
  147. package/Screens/Item/Components/Variants/VariantsEditorPopup.js +1 -1
  148. package/Screens/Item/Components/Variants/VariantsSelection.js +1 -1
  149. package/Screens/Item/Components/Variants/VariantsSortFilter.js +1 -1
  150. package/Screens/Item/Containers/Edit.js +1 -1
  151. package/Screens/Item/Reducers/Actions.js +1 -1
  152. package/Screens/Item/Reducers/ItemReducer.js +1 -1
  153. package/Screens/Item/Reducers/Variant/Actions.js +1 -1
  154. package/Screens/Item/Reducers/Variant/Reducer.js +1 -1
  155. package/Screens/License/Reducers/Actions.js +1 -1
  156. package/Screens/License/Reducers/Reducer.js +1 -1
  157. package/Screens/Login/Reducers/Actions.js +1 -1
  158. package/Screens/Login/Reducers/Listener.js +1 -1
  159. package/Screens/Login/Reducers/Reducer.js +1 -1
  160. package/Screens/Login/Screen.js +1 -1
  161. package/Screens/Option/Containers/List.js +1 -1
  162. package/Screens/Option/Reducers/Actions.js +1 -1
  163. package/Screens/Option/Reducers/Reducer.js +1 -1
  164. package/Screens/OptionPools/Reducers/Actions.js +1 -1
  165. package/Screens/OptionPools/Reducers/Reducer.js +1 -1
  166. package/Screens/Optionclassification/Reducers/Actions.js +1 -1
  167. package/Screens/Optionclassification/Reducers/Reducer.js +1 -1
  168. package/Screens/PriceTypes/Reducers/Actions.js +1 -1
  169. package/Screens/PriceTypes/Reducers/Reducer.js +1 -1
  170. package/Screens/ProductionView/Components/ConfigurationDataSheet.js +1 -1
  171. package/Screens/ProductionView/Containers/List.js +1 -1
  172. package/Screens/ProductionView/Reducers/Actions.js +1 -1
  173. package/Screens/ProductionView/Reducers/Reducer.js +1 -1
  174. package/Screens/ReceiveOfferRequests/Components/ConfigurationDataSheet.js +1 -1
  175. package/Screens/ReceiveOfferRequests/Containers/List.js +1 -1
  176. package/Screens/ReceiveOfferRequests/Reducers/Actions.js +1 -1
  177. package/Screens/Roles/Reducers/Actions.js +1 -1
  178. package/Screens/Savedconfigurations/Components/ConfigurationDataSheet.js +2 -2
  179. package/Screens/Savedconfigurations/Containers/List.js +1 -1
  180. package/Screens/Savedconfigurations/Reducers/Actions.js +1 -1
  181. package/Screens/Setting/Containers/Edit.js +1 -1
  182. package/Screens/Setting/Reducers/Actions.js +1 -1
  183. package/Screens/Setting/Reducers/Reducer.js +1 -1
  184. package/Screens/SoftwareUpdates/Reducers/Reducer.js +1 -1
  185. package/Screens/Tag/Containers/List.js +1 -1
  186. package/Screens/Tag/Reducers/Actions.js +1 -1
  187. package/Screens/Tag/Reducers/Reducer.js +1 -1
  188. package/Screens/TrackingCodes/Reducers/Actions.js +1 -1
  189. package/Screens/TranslationFileHandling/Reducers/Actions.js +1 -1
  190. package/Screens/TranslationFileHandling/Reducers/Reducer.js +1 -1
  191. package/Screens/User/Reducers/Actions.js +1 -1
  192. package/Screens/User/Reducers/Reducer.js +1 -1
  193. package/Screens/index.js +1 -1
  194. package/UIComponents/AutoComplete.js +2 -2
  195. package/UIComponents/ChipInput.js +2 -2
  196. package/UIComponents/IconMenu.js +1 -1
  197. package/UIComponents/InlineHelp/index.js +1 -1
  198. package/UIComponents/Pagination.js +1 -1
  199. package/UIComponents/SelectField.js +1 -1
  200. package/UIComponents/Table/Table.js +1 -1
  201. package/UIComponents/Table/TableBody.js +1 -1
  202. package/UIComponents/Table/TableHead.js +1 -1
  203. package/UIComponents/Table/TableRow.js +1 -1
  204. package/UIComponents/Tabs/index.js +4 -4
  205. package/Utils/Async/Deferred.js +1 -1
  206. package/Utils/Async/newestRequest.js +1 -1
  207. package/Utils/Events/pointerEvent.js +1 -1
  208. package/Utils/FunDraw/createMask.js +1 -1
  209. package/Utils/FunDraw/funDraw.js +1 -1
  210. package/Utils/FunDraw/movableObject.js +1 -1
  211. package/Utils/Function/sendMessage.js +1 -1
  212. package/Utils/HOCs/LocalState.js +1 -1
  213. package/Utils/Test/wrapperSelectors.js +1 -1
  214. package/package.json +2 -2
@@ -35,7 +35,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
35
35
 
36
36
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
37
37
 
38
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
38
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
39
39
 
40
40
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
41
41
 
@@ -31,7 +31,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
31
31
 
32
32
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
33
 
34
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
34
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
35
35
 
36
36
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
37
37
 
@@ -33,7 +33,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
33
33
 
34
34
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
35
35
 
36
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
36
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
37
37
 
38
38
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
39
39
 
@@ -33,7 +33,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
33
33
 
34
34
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
35
35
 
36
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
36
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
37
37
 
38
38
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
39
39
 
@@ -35,7 +35,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
35
35
 
36
36
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
37
37
 
38
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
38
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
39
39
 
40
40
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
41
41
 
@@ -35,7 +35,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
35
35
 
36
36
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
37
37
 
38
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
38
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
39
39
 
40
40
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
41
41
 
@@ -33,7 +33,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
33
33
 
34
34
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
35
35
 
36
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
36
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
37
37
 
38
38
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
39
39
 
@@ -5,7 +5,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports["default"] = exports.createTextDescriptor = exports.createDataContainerDescriptor = exports.createDataFieldDescriptor = exports.createOptionFieldDescriptor = exports.RuleForm = void 0;
8
+ exports["default"] = exports.createTextDescriptor = exports.createOptionFieldDescriptor = exports.createDataFieldDescriptor = exports.createDataContainerDescriptor = exports.RuleForm = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
@@ -39,7 +39,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
39
39
 
40
40
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
41
41
 
42
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
42
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
43
43
 
44
44
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
45
45
 
@@ -43,7 +43,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
43
43
 
44
44
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
45
45
 
46
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
46
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
47
47
 
48
48
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
49
49
 
@@ -85,7 +85,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
85
85
 
86
86
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
87
87
 
88
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
88
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
89
89
 
90
90
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
91
91
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.CREATOR_ITEM_URL = exports.CREATOR_REDUCER_NAME = exports.CREATOR_DATA_KEY = exports.CREATOR_LIST_URL = exports.CREATOR_LIST_KEY = void 0;
6
+ exports["default"] = exports.CREATOR_REDUCER_NAME = exports.CREATOR_LIST_URL = exports.CREATOR_LIST_KEY = exports.CREATOR_ITEM_URL = exports.CREATOR_DATA_KEY = void 0;
7
7
 
8
8
  var _Actions = require("../../../App/Reducers/Entity/Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.setOverwriteComponentOrder = exports.getAdminModeHash = exports.showConfiguratorAdminMode = exports.hideOpenCreatorPreviewError = exports.hideOpenDesignerPreviewError = exports.showOpenCreatorPreviewError = exports.showOpenDesignerPreviewError = exports.saveConfigurationSuccess = exports.saveConstructionPattern = exports.commitOptionData = exports.setOptionData = exports.showConfigurator = exports.fetchBaseConfiguration = exports.showOptionPriceEditor = exports.showOptionEditor = exports.commitOptions = exports.setOptions = exports.fetchOptions = exports.invalidateOptions = exports.showOptionSelection = exports.CONFIGURATION_SET_OVERWRITE_COMPONENT_ORDER = exports.CONFIGURATION_SHOW_CONFIGURATOR_ADMIN_MODE = exports.CONFIGURATION_HIDE_CREATOR_PREVIEW_ERROR = exports.CONFIGURATION_HIDE_DESIGNER_PREVIEW_ERROR = exports.CONFIGURATION_SHOW_CREATOR_PREVIEW_ERROR = exports.CONFIGURATION_SHOW_DESIGNER_PREVIEW_ERROR = exports.CONFIGURATION_GET_ADMIN_MODE_HASH = exports.CONFIGURATION_ADMIN_MODE_HASH_URL = exports.CONFIGURATION_ADMIN_MODE_HASH_KEY = exports.CONFIGURATION_SAVE_CONFIGURATION_SUCCESS = exports.CONFIGURATION_SAVE_ITEM = exports.CONFIGURATION_SAVE_CONFIGURATION = exports.CONFIGURATION_LOAD_BASE_CONFIGURATION = exports.CONFIGURATION_INVALIDATE_OPTIONS = exports.CONFIGURATION_SHOW_CONFIGURATOR = exports.CONFIGURATION_SHOW_OPTION_PRICE_EDITOR = exports.CONFIGURATION_SHOW_OPTION_EDITOR = exports.CONFIGURATION_SHOW_OPTION_SELECTION = exports["default"] = exports.CONFIGURATION_COMMIT_OPTION_DATA = exports.CONFIGURATION_SET_OPTION_DATA = exports.CONFIGURATION_BASE_CONFIGURATION_KEY = exports.CONFIGURATION_COMMIT_OPTIONS = exports.CONFIGURATION_SET_OPTIONS = exports.CONFIGURATION_OPTIONS_KEY = exports.CONFIGURATION_POST_URL = exports.CONFIGURATION_REDUCER_NAME = exports.CONFIGURATION_DATA_KEY = exports.CONFIGURATION_LIST_KEY = void 0;
6
+ exports.showOptionSelection = exports.showOptionPriceEditor = exports.showOptionEditor = exports.showOpenDesignerPreviewError = exports.showOpenCreatorPreviewError = exports.showConfiguratorAdminMode = exports.showConfigurator = exports.setOverwriteComponentOrder = exports.setOptions = exports.setOptionData = exports.saveConstructionPattern = exports.saveConfigurationSuccess = exports.invalidateOptions = exports.hideOpenDesignerPreviewError = exports.hideOpenCreatorPreviewError = exports.getAdminModeHash = exports.fetchOptions = exports.fetchBaseConfiguration = exports["default"] = exports.commitOptions = exports.commitOptionData = exports.CONFIGURATION_SHOW_OPTION_SELECTION = exports.CONFIGURATION_SHOW_OPTION_PRICE_EDITOR = exports.CONFIGURATION_SHOW_OPTION_EDITOR = exports.CONFIGURATION_SHOW_DESIGNER_PREVIEW_ERROR = exports.CONFIGURATION_SHOW_CREATOR_PREVIEW_ERROR = exports.CONFIGURATION_SHOW_CONFIGURATOR_ADMIN_MODE = exports.CONFIGURATION_SHOW_CONFIGURATOR = exports.CONFIGURATION_SET_OVERWRITE_COMPONENT_ORDER = exports.CONFIGURATION_SET_OPTION_DATA = exports.CONFIGURATION_SET_OPTIONS = exports.CONFIGURATION_SAVE_ITEM = exports.CONFIGURATION_SAVE_CONFIGURATION_SUCCESS = exports.CONFIGURATION_SAVE_CONFIGURATION = exports.CONFIGURATION_REDUCER_NAME = exports.CONFIGURATION_POST_URL = exports.CONFIGURATION_OPTIONS_KEY = exports.CONFIGURATION_LOAD_BASE_CONFIGURATION = exports.CONFIGURATION_LIST_KEY = exports.CONFIGURATION_INVALIDATE_OPTIONS = exports.CONFIGURATION_HIDE_DESIGNER_PREVIEW_ERROR = exports.CONFIGURATION_HIDE_CREATOR_PREVIEW_ERROR = exports.CONFIGURATION_GET_ADMIN_MODE_HASH = exports.CONFIGURATION_DATA_KEY = exports.CONFIGURATION_COMMIT_OPTION_DATA = exports.CONFIGURATION_COMMIT_OPTIONS = exports.CONFIGURATION_BASE_CONFIGURATION_KEY = exports.CONFIGURATION_ADMIN_MODE_HASH_URL = exports.CONFIGURATION_ADMIN_MODE_HASH_KEY = void 0;
7
7
 
8
8
  var _get = _interopRequireDefault(require("lodash/get"));
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.setRuleType = exports.RULE_TYPES_KEY = exports.setItem = exports.SET_RULE_TYPE = exports.SET_ITEM = exports.OPTIONCLASSIFICATION_LIST_URL = exports.OPTIONCLASSIFICATION_LIST_KEY = exports.ATTRIBUTE_LIST_URL = exports.ATTRIBUTE_LIST_KEY = exports.OPTION_LIST_URL = exports.OPTION_LIST_KEY = exports.REDUCER_NAME = exports.DATA_KEY = exports.LIST_URL = exports.LIST_KEY = void 0;
6
+ exports.setRuleType = exports.setItem = exports["default"] = exports.SET_RULE_TYPE = exports.SET_ITEM = exports.RULE_TYPES_KEY = exports.REDUCER_NAME = exports.OPTION_LIST_URL = exports.OPTION_LIST_KEY = exports.OPTIONCLASSIFICATION_LIST_URL = exports.OPTIONCLASSIFICATION_LIST_KEY = exports.LIST_URL = exports.LIST_KEY = exports.DATA_KEY = exports.ATTRIBUTE_LIST_URL = exports.ATTRIBUTE_LIST_KEY = void 0;
7
7
 
8
8
  var _Actions = require("../../../../App/Reducers/Api/Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.ruleData = void 0;
6
+ exports.ruleData = exports["default"] = void 0;
7
7
 
8
8
  var _lodash = require("lodash");
9
9
 
@@ -33,7 +33,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
33
33
 
34
34
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
35
35
 
36
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
36
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
37
37
 
38
38
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
39
39
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.REDUCER_NAME = exports.DATA_KEY = exports.LIST_URL = exports.LIST_KEY = void 0;
6
+ exports["default"] = exports.REDUCER_NAME = exports.LIST_URL = exports.LIST_KEY = exports.DATA_KEY = void 0;
7
7
 
8
8
  var _Actions = require("../../../App/Reducers/Entity/Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.designProductionMethodsData = void 0;
6
+ exports.designProductionMethodsData = exports["default"] = void 0;
7
7
 
8
8
  var _Actions = require("./Actions");
9
9
 
@@ -61,7 +61,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
61
61
 
62
62
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
63
63
 
64
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
64
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
65
65
 
66
66
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
67
67
 
@@ -45,7 +45,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
45
45
 
46
46
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
47
47
 
48
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
48
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
49
49
 
50
50
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
51
51
 
@@ -65,7 +65,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
65
65
 
66
66
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
67
67
 
68
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
68
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
69
69
 
70
70
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
71
71
 
@@ -67,7 +67,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
67
67
 
68
68
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
69
69
 
70
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
70
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
71
71
 
72
72
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
73
73
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.transferActions = exports.DESIGNER_ITEM_URL = exports.DESIGNER_TRANSFER_REDUCER_NAME = exports.DESIGNER_REDUCER_NAME = exports.DESIGNER_DATA_KEY = exports.DESIGNER_LIST_URL = exports.DESIGNER_LIST_TRANSFER_KEY = exports.DESIGNER_LIST_KEY = void 0;
6
+ exports.transferActions = exports["default"] = exports.DESIGNER_TRANSFER_REDUCER_NAME = exports.DESIGNER_REDUCER_NAME = exports.DESIGNER_LIST_URL = exports.DESIGNER_LIST_TRANSFER_KEY = exports.DESIGNER_LIST_KEY = exports.DESIGNER_ITEM_URL = exports.DESIGNER_DATA_KEY = void 0;
7
7
 
8
8
  var _Actions = require("../../../App/Reducers/Entity/Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.designerData = void 0;
6
+ exports.designerData = exports["default"] = void 0;
7
7
 
8
8
  var _Actions = require("./Actions");
9
9
 
@@ -57,7 +57,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
57
57
 
58
58
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
59
59
 
60
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
60
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
61
61
 
62
62
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
63
63
 
@@ -51,7 +51,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
51
51
 
52
52
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
53
53
 
54
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
54
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
55
55
 
56
56
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
57
57
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.ProductionMethodMaskEditorField = exports.DesignAreaMaskEditorField = exports.createConnectedMaskEditorField = void 0;
6
+ exports.createConnectedMaskEditorField = exports.ProductionMethodMaskEditorField = exports.DesignAreaMaskEditorField = void 0;
7
7
 
8
8
  var _reactRedux = require("react-redux");
9
9
 
@@ -99,7 +99,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
99
99
 
100
100
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
101
101
 
102
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
102
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
103
103
 
104
104
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
105
105
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.setProductionMethodIsDefault = exports.setItem = exports.DESIGNAREA_SET_PRODUCTION_METHOD_ISDEFAULT = exports.SET_ITEM = exports.REDUCER_NAME = exports.DATA_KEY = exports.LIST_URL = exports.LIST_KEY = void 0;
6
+ exports.setProductionMethodIsDefault = exports.setItem = exports["default"] = exports.SET_ITEM = exports.REDUCER_NAME = exports.LIST_URL = exports.LIST_KEY = exports.DESIGNAREA_SET_PRODUCTION_METHOD_ISDEFAULT = exports.DATA_KEY = void 0;
7
7
 
8
8
  var _Actions = require("../../../../../App/Reducers/Api/Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.designAreasData = exports.overwriteEmptyDesignProductionData = void 0;
6
+ exports.overwriteEmptyDesignProductionData = exports.designAreasData = exports["default"] = void 0;
7
7
 
8
8
  var _Actions = require("./Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.setItem = exports.FINISH_UPLOAD = exports.START_UPLOAD = exports.SET_ITEM = exports.REDUCER_NAME = exports.DATA_KEY = exports.LIST_URL = exports.LIST_KEY = void 0;
6
+ exports.setItem = exports["default"] = exports.START_UPLOAD = exports.SET_ITEM = exports.REDUCER_NAME = exports.LIST_URL = exports.LIST_KEY = exports.FINISH_UPLOAD = exports.DATA_KEY = void 0;
7
7
 
8
8
  var _get = _interopRequireDefault(require("lodash/get"));
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.designViewData = void 0;
6
+ exports.designViewData = exports["default"] = void 0;
7
7
 
8
8
  var _Actions = require("./Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.loadConfigurationByIdentifier = exports.loadItemById = void 0;
6
+ exports.loadItemById = exports.loadConfigurationByIdentifier = void 0;
7
7
 
8
8
  var _lazyFetch = require("../../../../Utils/Request/lazyFetch");
9
9
 
@@ -41,7 +41,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
41
41
 
42
42
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
43
43
 
44
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
44
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
45
45
 
46
46
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
47
47
 
@@ -41,7 +41,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
41
41
 
42
42
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
43
43
 
44
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
44
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
45
45
 
46
46
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
47
47
 
@@ -3,13 +3,13 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.createThree2DEditor = exports.fixIncompletePosition = exports.scaleAreaProps = exports.getAreaProps = void 0;
6
+ exports.scaleAreaProps = exports.getAreaProps = exports.fixIncompletePosition = exports.createThree2DEditor = void 0;
7
7
 
8
8
  var _first = _interopRequireDefault(require("lodash/first"));
9
9
 
10
10
  var _get = _interopRequireDefault(require("lodash/get"));
11
11
 
12
- var _ExposedModules = require("redhotmagma-visualization/lib//ExposedModules");
12
+ var _ExposedModules = require("redhotmagma-visualization/ExposedModules");
13
13
 
14
14
  var _pointerEvent = require("../../../../../Utils/Events/pointerEvent");
15
15
 
@@ -15,7 +15,7 @@ var _withStyles = _interopRequireDefault(require("@material-ui/core/styles/withS
15
15
 
16
16
  var _cssElementQueries = require("css-element-queries");
17
17
 
18
- var _VisualizationInterface = require("redhotmagma-visualization/lib//VisualizationInterface");
18
+ var _VisualizationInterface = require("redhotmagma-visualization/VisualizationInterface");
19
19
 
20
20
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
21
21
 
@@ -31,7 +31,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
31
31
 
32
32
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
33
33
 
34
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
34
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
35
35
 
36
36
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
37
37
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.applyLinks = exports.multiplyToPixel = exports.withChange = exports.calcPathValue = exports.withRatio = void 0;
6
+ exports.withRatio = exports.withChange = exports.multiplyToPixel = exports.calcPathValue = exports.applyLinks = void 0;
7
7
 
8
8
  var _get = _interopRequireDefault(require("lodash/get"));
9
9
 
@@ -5,7 +5,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports["default"] = exports.StyledVisualizationSettingsEdit = exports.VisualizationSettingsEdit = void 0;
8
+ exports["default"] = exports.VisualizationSettingsEdit = exports.StyledVisualizationSettingsEdit = void 0;
9
9
 
10
10
  var _react = _interopRequireWildcard(require("react"));
11
11
 
@@ -25,9 +25,9 @@ var _merge = _interopRequireDefault(require("lodash/merge"));
25
25
 
26
26
  var _withStyles = _interopRequireDefault(require("@material-ui/core/styles/withStyles"));
27
27
 
28
- var _visualizationAdapterCreator = require("redhotmagma-visualization/lib//visualizationAdapterCreator");
28
+ var _visualizationAdapterCreator = require("redhotmagma-visualization/visualizationAdapterCreator");
29
29
 
30
- var _Constants = require("redhotmagma-visualization/lib//Constants");
30
+ var _Constants = require("redhotmagma-visualization/Constants");
31
31
 
32
32
  var _RemappedProps = require("../../../../../../Utils/HOCs/RemappedProps");
33
33
 
@@ -107,7 +107,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
107
107
 
108
108
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
109
109
 
110
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
110
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
111
111
 
112
112
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
113
113
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.getCameraViewNames = exports.isPositionComplete = exports.isObjectComplete = exports.getDataWithout3dEffect = exports.has3dEffect = exports.withDefaultBaseShape = exports.drawOnTexture = void 0;
6
+ exports.withDefaultBaseShape = exports.isPositionComplete = exports.isObjectComplete = exports.has3dEffect = exports.getDataWithout3dEffect = exports.getCameraViewNames = exports.drawOnTexture = void 0;
7
7
 
8
8
  var _funDraw = require("../../../../../../Utils/FunDraw/funDraw");
9
9
 
@@ -53,7 +53,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
53
53
 
54
54
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
55
55
 
56
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
56
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
57
57
 
58
58
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
59
59
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.REDUCER_NAME = exports.DATA_KEY = exports.LIST_URL = exports.DESIGNER_LIST_URL = exports.LIST_KEY = void 0;
6
+ exports["default"] = exports.REDUCER_NAME = exports.LIST_URL = exports.LIST_KEY = exports.DESIGNER_LIST_URL = exports.DATA_KEY = void 0;
7
7
 
8
8
  var _Actions = require("../../../App/Reducers/Entity/Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.designerGlobalItemPricesData = void 0;
6
+ exports.designerGlobalItemPricesData = exports["default"] = void 0;
7
7
 
8
8
  var _FeatureReducers = require("../../../App/FeatureReducers");
9
9
 
@@ -5,7 +5,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports["default"] = exports.list = exports.ConnectedList = void 0;
8
+ exports.list = exports["default"] = exports.ConnectedList = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.UPLOAD_URL = exports.UPLOAD_KEY = exports.REDUCER_NAME = exports.DATA_KEY = exports.LIST_KEY = void 0;
6
+ exports["default"] = exports.UPLOAD_URL = exports.UPLOAD_KEY = exports.REDUCER_NAME = exports.LIST_KEY = exports.DATA_KEY = void 0;
7
7
 
8
8
  var _lodash = require("lodash");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.fontData = void 0;
6
+ exports.fontData = exports["default"] = void 0;
7
7
 
8
8
  var _lodash = require("lodash");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.loadEntity = exports.hideDetails = exports.GROUPS_URL = exports.REDUCER_NAME = exports.DATA_KEY = exports.LIST_KEY = void 0;
6
+ exports.loadEntity = exports.hideDetails = exports["default"] = exports.REDUCER_NAME = exports.LIST_KEY = exports.GROUPS_URL = exports.DATA_KEY = void 0;
7
7
 
8
8
  var _Actions = require("../../../App/Reducers/Entity/Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.groupData = void 0;
6
+ exports.groupData = exports["default"] = void 0;
7
7
 
8
8
  var _Actions = require("./Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.loadEntity = exports.hideDetails = exports.GROUPENTRY_URL = exports.REDUCER_NAME = exports.DATA_KEY = exports.LIST_KEY = void 0;
6
+ exports.loadEntity = exports.hideDetails = exports["default"] = exports.REDUCER_NAME = exports.LIST_KEY = exports.GROUPENTRY_URL = exports.DATA_KEY = void 0;
7
7
 
8
8
  var _Actions = require("../../../App/Reducers/Entity/Actions");
9
9
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports["default"] = exports.groupEntryData = void 0;
6
+ exports.groupEntryData = exports["default"] = void 0;
7
7
 
8
8
  var _Actions = require("./Actions");
9
9
 
@@ -39,7 +39,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
39
39
 
40
40
  function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
41
41
 
42
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
42
+ function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
43
43
 
44
44
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
45
45