@configuratorware/configurator-frontendgui 1.27.3-beta.3 → 1.27.3-beta.7

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 (155) hide show
  1. package/App/Error/ErrorBoundary.js +1 -1
  2. package/App/Frame.js +1 -1
  3. package/App/Modules/Creator/Components/ConfigurationvariantItem/index.js +1 -1
  4. package/App/Modules/Creator/Components/ConfigurationvariantSelection/index.js +1 -1
  5. package/App/Modules/Creator/Components/CustomTitleEditor/index.js +1 -1
  6. package/App/Modules/Creator/Components/ExternalVisualization/index.js +1 -1
  7. package/App/Modules/Creator/Components/FastConfigurationRow/index.js +1 -1
  8. package/App/Modules/Creator/Components/FastConfigurationSelect/index.js +1 -1
  9. package/App/Modules/Creator/Components/FullScreenView/FullScreenView.js +1 -1
  10. package/App/Modules/Creator/Components/Incompatibility/OptionRule/index.js +1 -1
  11. package/App/Modules/Creator/Components/Incompatibility/RuleComponent.js +1 -1
  12. package/App/Modules/Creator/Components/Incompatibility/index.js +1 -1
  13. package/App/Modules/Creator/Components/LoginForm/index.js +1 -1
  14. package/App/Modules/Creator/Components/Optiondetail/index.js +1 -1
  15. package/App/Modules/Creator/Components/Optiondetail/index.story.js +1 -1
  16. package/App/Modules/Creator/Components/Price/index.js +1 -1
  17. package/App/Modules/Creator/Components/SavedConfiguration/index.js +1 -1
  18. package/App/Modules/Creator/Components/ShareConfiguration/index.js +1 -1
  19. package/App/Modules/Creator/Components/StockInformation/index.js +1 -1
  20. package/App/Modules/Creator/Components/StoreConfigurationForm/index.js +1 -1
  21. package/App/Modules/Creator/Components/Tools/index.js +1 -1
  22. package/App/Modules/Creator/Components/ValidationResult/index.js +1 -1
  23. package/App/Modules/Creator/Containers/index.js +42 -42
  24. package/App/Modules/Designer/Components/AddGalleryImage/index.js +1 -1
  25. package/App/Modules/Designer/Components/AddVisualElement/index.js +1 -1
  26. package/App/Modules/Designer/Components/CloseDesignEditor/index.js +1 -1
  27. package/App/Modules/Designer/Components/ColorPalettes/index.js +1 -1
  28. package/App/Modules/Designer/Components/DesignAreaControlbox/index.js +1 -1
  29. package/App/Modules/Designer/Components/DesignerSelectionToolbox/DesignerSelectionToolbox.js +2 -2
  30. package/App/Modules/Designer/Components/DesignerSelectionToolbox/fontItemUtils.js +1 -1
  31. package/App/Modules/Designer/Components/Dialog/index.js +1 -1
  32. package/App/Modules/Designer/Components/FeedbackNotice/index.js +1 -1
  33. package/App/Modules/Designer/Components/ImageColorPicker/ImageColorPicker.js +1 -1
  34. package/App/Modules/Designer/Components/ImageColorize/index.js +1 -1
  35. package/App/Modules/Designer/Components/ImageControlbox/index.js +1 -1
  36. package/App/Modules/Designer/Components/ImageEditDialog/ImageThumbnail.js +1 -1
  37. package/App/Modules/Designer/Components/ImageEditDialog/ImageUpload.js +1 -1
  38. package/App/Modules/Designer/Components/ImageEditDialog/index.js +1 -1
  39. package/App/Modules/Designer/Components/ImageLibraryThumbnail/index.js +1 -1
  40. package/App/Modules/Designer/Components/ObjectTools/index.js +1 -1
  41. package/App/Modules/Designer/Components/Select/index.js +1 -1
  42. package/App/Modules/Designer/Components/TextControlbox/index.js +1 -1
  43. package/App/Modules/Designer/Containers/AddVisualElement.js +2 -2
  44. package/App/Modules/Designer/Containers/ColorPalettes.js +2 -2
  45. package/App/Modules/Designer/Containers/ImageEditDialog.js +1 -1
  46. package/App/Modules/Designer/Designer.js +3 -3
  47. package/App/Modules/Designer/Layouts/PopupAreaProvider.js +1 -1
  48. package/App/Modules/Designer/Utils/FontFaceRepository.js +2 -2
  49. package/App/Modules/Designer/Utils/Transformers.js +1 -1
  50. package/App/Modules/Designer/setupDesigner.js +4 -4
  51. package/App/Modules/Designer/withActiveCanvas.js +1 -1
  52. package/App/Modules/Visualization/AlignTargetContainer.js +1 -1
  53. package/App/Modules/Visualization/DefaultVisualizationProvider.js +3 -3
  54. package/App/Reducers/Actions.js +1 -1
  55. package/App/Reducers/ConfigurationMode/Selectors.js +1 -1
  56. package/App/Reducers/Configurator/Actions.js +1 -1
  57. package/App/Reducers/Configurator/AttributeSelectors.js +1 -1
  58. package/App/Reducers/Configurator/Reducer.js +7 -7
  59. package/App/Reducers/Configurator/Selectors.js +1 -1
  60. package/App/Reducers/Confirm/Actions.js +1 -1
  61. package/App/Reducers/DesignArea/Actions.js +1 -1
  62. package/App/Reducers/DesignArea/DesignElementSelectors.js +1 -1
  63. package/App/Reducers/DesignArea/Reducer.js +1 -1
  64. package/App/Reducers/DesignArea/Selectors.js +46 -36
  65. package/App/Reducers/DesignArea/Transformers.js +2 -2
  66. package/App/Reducers/DesignData/Actions.js +1 -1
  67. package/App/Reducers/DesignData/Modifiers.js +1 -1
  68. package/App/Reducers/DesignData/Reducer.js +1 -1
  69. package/App/Reducers/DesignData/Selectors.js +1 -1
  70. package/App/Reducers/DesignView/Selectors.js +1 -1
  71. package/App/Reducers/Device/Reducer.js +1 -1
  72. package/App/Reducers/Fonts/Actions.js +1 -1
  73. package/App/Reducers/Fonts/Reducer.js +1 -1
  74. package/App/Reducers/Fonts/Selectors.js +1 -1
  75. package/App/Reducers/ImageGallery/Actions.js +1 -1
  76. package/App/Reducers/ImageGallery/Modifiers.js +1 -1
  77. package/App/Reducers/ImageGallery/Reducer.js +1 -1
  78. package/App/Reducers/ImageGallery/Selectors.js +1 -1
  79. package/App/Reducers/UI/Actions.js +1 -1
  80. package/App/Reducers/UI/Reducer.js +1 -1
  81. package/App/Routing.js +1 -1
  82. package/App/Screens/Configurator/CalculationWidgetScreen.js +1 -1
  83. package/App/Screens/Configurator/Components/AmountSelection/index.js +1 -1
  84. package/App/Screens/Configurator/Components/CalculationWidget/index.js +2 -2
  85. package/App/Screens/Configurator/Components/Confirm/index.js +1 -1
  86. package/App/Screens/Configurator/Components/Error/index.js +1 -1
  87. package/App/Screens/Configurator/Components/FullScreenView/index.js +1 -1
  88. package/App/Screens/Configurator/Components/PreviewPortal/index.js +2 -2
  89. package/App/Screens/Configurator/Components/Thumbnail/index.js +2 -2
  90. package/App/Screens/Configurator/Containers/AmountPrice.js +1 -1
  91. package/App/Screens/Configurator/Containers/DesignApproval.js +1 -1
  92. package/App/Screens/Configurator/Containers/Visualization.js +1 -1
  93. package/App/Screens/Configurator/DesignerUI.js +1 -1
  94. package/App/Screens/Configurator/ThemeProvider.js +1 -1
  95. package/App/Screens/DesignerProductPreview/Constants.js +1 -1
  96. package/App/Screens/DesignerProductPreview/Screen.js +1 -1
  97. package/App/ServiceLocator.js +1 -1
  98. package/App/Services/AdminareaCommunicationService.js +1 -1
  99. package/App/Services/ConfiguratorService.js +1 -1
  100. package/App/Services/DesignDataService.js +1 -1
  101. package/App/Services/InteractionService.js +1 -1
  102. package/App/Services/UIService.js +1 -1
  103. package/App/Services/VisualizationService.js +3 -3
  104. package/App/Shared/Components/AcceptDesign/index.js +1 -1
  105. package/App/Shared/Components/AddToBasket/index.js +1 -1
  106. package/App/Shared/Components/AlertDialog/index.js +1 -1
  107. package/App/Shared/Components/AmountInput/index.js +1 -1
  108. package/App/Shared/Components/AmountPrice/index.js +1 -1
  109. package/App/Shared/Components/BulkNames/index.js +1 -1
  110. package/App/Shared/Components/InformationTag/InformationTag.js +1 -1
  111. package/App/Shared/Components/LicenseNotice/LicenseNotice.js +1 -1
  112. package/App/Shared/Components/LoadConfiguration/index.js +1 -1
  113. package/App/Shared/Components/Notification/index.js +1 -1
  114. package/App/Shared/Components/PdfDownload/index.js +1 -1
  115. package/App/Shared/Components/PriceList/index.js +1 -1
  116. package/App/Shared/Components/PriceOverview/index.js +1 -1
  117. package/App/Shared/Components/ProductVariant/index.js +2 -2
  118. package/App/Shared/Components/ReceiveOfferForm/index.js +1 -1
  119. package/App/Shared/Components/SaveConfiguration/index.js +1 -1
  120. package/App/Shared/Components/Stepper/index.js +1 -1
  121. package/App/Shared/Components/ToolbarList/index.js +1 -1
  122. package/App/Shared/Components/VariantChooser/index.js +1 -1
  123. package/App/Shared/Containers/AmountPrice/index.js +1 -1
  124. package/App/Shared/Containers/BulkNames.js +1 -1
  125. package/App/Shared/Containers/ProductVariant/ProductVariant.js +1 -1
  126. package/App/Shared/Providers/DefaultCanvasProvider.js +2 -2
  127. package/App/Store.js +1 -1
  128. package/App/configuration.js +8 -6
  129. package/App/index.js +1 -1
  130. package/App/initServices.js +1 -1
  131. package/Framework/Api.js +1 -1
  132. package/Framework/ComponentContainer.js +1 -1
  133. package/Framework/Components/Carousel/index.js +1 -1
  134. package/Framework/Components/Dialog/index.js +1 -1
  135. package/Framework/Components/DialogSelect/index.js +1 -1
  136. package/Framework/Components/Input/index.js +1 -1
  137. package/Framework/Components/Mobile/index.js +1 -1
  138. package/Framework/CustomError.js +1 -1
  139. package/Framework/Helpers/isMobileDevice.js +1 -1
  140. package/Framework/Services/AsyncService.js +1 -1
  141. package/Framework/Services/StoreService.js +1 -1
  142. package/Framework/bindDecorator.js +1 -1
  143. package/Framework/i18n.js +4 -3
  144. package/Shared/Components/MainButton.js +1 -1
  145. package/Shared/ErrorTypes/DeferredError.js +1 -1
  146. package/Shared/HOCs/ResizeDetect/ResizeDetect.js +1 -1
  147. package/Utils/Array/isIdentical.js +1 -1
  148. package/Utils/Async/Deferred.js +2 -1
  149. package/Utils/Dev/HOCs/withFilePicker.js +2 -2
  150. package/Utils/Events/pointerEvent.js +1 -1
  151. package/Utils/Function/memoize.js +1 -1
  152. package/Utils/Function/sendMessage.js +1 -1
  153. package/Utils/Immutable/set.js +1 -1
  154. package/package.json +4 -4
  155. package/scripts/getDefaultWebpackConfig.js +1 -13
@@ -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
 
package/App/Frame.js CHANGED
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
29
29
 
30
30
  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); }; }
31
31
 
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
32
+ 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); }
33
33
 
34
34
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
35
 
@@ -37,7 +37,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
37
37
 
38
38
  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); }; }
39
39
 
40
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
40
+ 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); }
41
41
 
42
42
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
43
 
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
29
29
 
30
30
  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); }; }
31
31
 
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
32
+ 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); }
33
33
 
34
34
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
35
 
@@ -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
 
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
29
29
 
30
30
  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); }; }
31
31
 
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
32
+ 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); }
33
33
 
34
34
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
35
 
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
29
29
 
30
30
  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); }; }
31
31
 
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
32
+ 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); }
33
33
 
34
34
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
35
 
@@ -47,7 +47,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
47
47
 
48
48
  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); }; }
49
49
 
50
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
50
+ 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); }
51
51
 
52
52
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
53
53
 
@@ -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.useStyles = void 0;
8
+ exports.useStyles = exports["default"] = void 0;
9
9
 
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
 
@@ -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
 
@@ -27,7 +27,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
27
27
 
28
28
  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); }; }
29
29
 
30
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
30
+ 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); }
31
31
 
32
32
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
33
33
 
@@ -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
 
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
29
29
 
30
30
  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); }; }
31
31
 
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
32
+ 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); }
33
33
 
34
34
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
35
 
@@ -63,7 +63,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
63
63
 
64
64
  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); }; }
65
65
 
66
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
66
+ 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); }
67
67
 
68
68
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
69
69
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.mockedProps = exports.optionData = void 0;
6
+ exports.optionData = exports.mockedProps = void 0;
7
7
 
8
8
  var _react = _interopRequireDefault(require("react"));
9
9
 
@@ -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
 
@@ -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
 
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
29
29
 
30
30
  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); }; }
31
31
 
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
32
+ 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); }
33
33
 
34
34
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
35
 
@@ -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
 
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
29
29
 
30
30
  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); }; }
31
31
 
32
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
32
+ 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); }
33
33
 
34
34
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
35
35
 
@@ -37,7 +37,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
37
37
 
38
38
  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); }; }
39
39
 
40
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
40
+ 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); }
41
41
 
42
42
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
43
 
@@ -3,130 +3,130 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "LoadConfigurationContainer", {
6
+ Object.defineProperty(exports, "AlignTargetContainer", {
7
7
  enumerable: true,
8
8
  get: function get() {
9
- return _LoadConfiguration["default"];
9
+ return _AlignTargetContainer.AlignTargetContainer;
10
10
  }
11
11
  });
12
- Object.defineProperty(exports, "ConfigurationvariantSelectionContainer", {
12
+ Object.defineProperty(exports, "AmountPriceContainer", {
13
13
  enumerable: true,
14
14
  get: function get() {
15
- return _ConfigurationvariantSelection["default"];
15
+ return _AmountPrice["default"];
16
16
  }
17
17
  });
18
- Object.defineProperty(exports, "ValidationResultContainer", {
18
+ Object.defineProperty(exports, "ConfigurationvariantSelectionContainer", {
19
19
  enumerable: true,
20
20
  get: function get() {
21
- return _ValidationResult["default"];
21
+ return _ConfigurationvariantSelection["default"];
22
22
  }
23
23
  });
24
- Object.defineProperty(exports, "ToolsContainer", {
24
+ Object.defineProperty(exports, "CustomTitleEditorContainer", {
25
25
  enumerable: true,
26
26
  get: function get() {
27
- return _Tools["default"];
27
+ return _CustomTitleEditor["default"];
28
28
  }
29
29
  });
30
- Object.defineProperty(exports, "OptiondetailContainer", {
30
+ Object.defineProperty(exports, "ErrorContainer", {
31
31
  enumerable: true,
32
32
  get: function get() {
33
- return _Optiondetail["default"];
33
+ return _Error["default"];
34
34
  }
35
35
  });
36
- Object.defineProperty(exports, "IncompatibilityContainer", {
36
+ Object.defineProperty(exports, "FastConfigurationContainer", {
37
37
  enumerable: true,
38
38
  get: function get() {
39
- return _Incompatibility["default"];
39
+ return _FastConfiguration["default"];
40
40
  }
41
41
  });
42
- Object.defineProperty(exports, "StockInformationContainer", {
42
+ Object.defineProperty(exports, "HeaderContainer", {
43
43
  enumerable: true,
44
44
  get: function get() {
45
- return _StockInformation["default"];
45
+ return _Header["default"];
46
46
  }
47
47
  });
48
- Object.defineProperty(exports, "FastConfigurationContainer", {
48
+ Object.defineProperty(exports, "IncompatibilityContainer", {
49
49
  enumerable: true,
50
50
  get: function get() {
51
- return _FastConfiguration["default"];
51
+ return _Incompatibility["default"];
52
52
  }
53
53
  });
54
- Object.defineProperty(exports, "SaveConfigurationContainer", {
54
+ Object.defineProperty(exports, "LoadConfigurationContainer", {
55
55
  enumerable: true,
56
56
  get: function get() {
57
- return _SaveConfiguration["default"];
57
+ return _LoadConfiguration["default"];
58
58
  }
59
59
  });
60
- Object.defineProperty(exports, "ShareConfigurationContainer", {
60
+ Object.defineProperty(exports, "LoadingOverlayContainer", {
61
61
  enumerable: true,
62
62
  get: function get() {
63
- return _ShareConfiguration["default"];
63
+ return _LoadingOverlay["default"];
64
64
  }
65
65
  });
66
- Object.defineProperty(exports, "CustomTitleEditorContainer", {
66
+ Object.defineProperty(exports, "OptiondetailContainer", {
67
67
  enumerable: true,
68
68
  get: function get() {
69
- return _CustomTitleEditor["default"];
69
+ return _Optiondetail["default"];
70
70
  }
71
71
  });
72
- Object.defineProperty(exports, "ErrorContainer", {
72
+ Object.defineProperty(exports, "OptionsListContainer", {
73
73
  enumerable: true,
74
74
  get: function get() {
75
- return _Error["default"];
75
+ return _OptionsList["default"];
76
76
  }
77
77
  });
78
- Object.defineProperty(exports, "LoadingOverlayContainer", {
78
+ Object.defineProperty(exports, "PdfDownloadContainer", {
79
79
  enumerable: true,
80
80
  get: function get() {
81
- return _LoadingOverlay["default"];
81
+ return _PdfDownload["default"];
82
82
  }
83
83
  });
84
- Object.defineProperty(exports, "SavedConfigurationContainer", {
84
+ Object.defineProperty(exports, "ProductPartsListContainer", {
85
85
  enumerable: true,
86
86
  get: function get() {
87
- return _SavedConfigurationContainer["default"];
87
+ return _ProductPartsList["default"];
88
88
  }
89
89
  });
90
- Object.defineProperty(exports, "HeaderContainer", {
90
+ Object.defineProperty(exports, "SaveConfigurationContainer", {
91
91
  enumerable: true,
92
92
  get: function get() {
93
- return _Header["default"];
93
+ return _SaveConfiguration["default"];
94
94
  }
95
95
  });
96
- Object.defineProperty(exports, "SendEmailContainer", {
96
+ Object.defineProperty(exports, "SavedConfigurationContainer", {
97
97
  enumerable: true,
98
98
  get: function get() {
99
- return _SendEmail["default"];
99
+ return _SavedConfigurationContainer["default"];
100
100
  }
101
101
  });
102
- Object.defineProperty(exports, "PdfDownloadContainer", {
102
+ Object.defineProperty(exports, "SendEmailContainer", {
103
103
  enumerable: true,
104
104
  get: function get() {
105
- return _PdfDownload["default"];
105
+ return _SendEmail["default"];
106
106
  }
107
107
  });
108
- Object.defineProperty(exports, "ProductPartsListContainer", {
108
+ Object.defineProperty(exports, "ShareConfigurationContainer", {
109
109
  enumerable: true,
110
110
  get: function get() {
111
- return _ProductPartsList["default"];
111
+ return _ShareConfiguration["default"];
112
112
  }
113
113
  });
114
- Object.defineProperty(exports, "AmountPriceContainer", {
114
+ Object.defineProperty(exports, "StockInformationContainer", {
115
115
  enumerable: true,
116
116
  get: function get() {
117
- return _AmountPrice["default"];
117
+ return _StockInformation["default"];
118
118
  }
119
119
  });
120
- Object.defineProperty(exports, "AlignTargetContainer", {
120
+ Object.defineProperty(exports, "ToolsContainer", {
121
121
  enumerable: true,
122
122
  get: function get() {
123
- return _AlignTargetContainer.AlignTargetContainer;
123
+ return _Tools["default"];
124
124
  }
125
125
  });
126
- Object.defineProperty(exports, "OptionsListContainer", {
126
+ Object.defineProperty(exports, "ValidationResultContainer", {
127
127
  enumerable: true,
128
128
  get: function get() {
129
- return _OptionsList["default"];
129
+ return _ValidationResult["default"];
130
130
  }
131
131
  });
132
132
 
@@ -55,7 +55,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
55
55
 
56
56
  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); }; }
57
57
 
58
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
58
+ 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); }
59
59
 
60
60
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
61
61
 
@@ -49,7 +49,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
49
49
 
50
50
  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); }; }
51
51
 
52
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
52
+ 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); }
53
53
 
54
54
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
55
55
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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.getPrintQuality = exports.isOriginallyVector = void 0;
8
+ exports.isOriginallyVector = exports.getPrintQuality = exports["default"] = void 0;
9
9
 
10
10
  var _react = _interopRequireWildcard(require("react"));
11
11
 
@@ -21,7 +21,7 @@ var _withStyles = _interopRequireDefault(require("@material-ui/core/styles/withS
21
21
 
22
22
  var _withWidth = _interopRequireDefault(require("@material-ui/core/withWidth/withWidth"));
23
23
 
24
- var _SelectionToolbox = _interopRequireDefault(require("redhotmagma-graphics-editor/lib//Components/SelectionToolbox/SelectionToolbox"));
24
+ var _SelectionToolbox = _interopRequireDefault(require("redhotmagma-graphics-editor/Components/SelectionToolbox/SelectionToolbox"));
25
25
 
26
26
  var _ReactComponent = _interopRequireDefault(require("../../../../../Shared/PropTypes/ReactComponent"));
27
27
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.createFontItemProps = exports.findCurrentFontItem = void 0;
6
+ exports.findCurrentFontItem = exports.createFontItemProps = void 0;
7
7
 
8
8
  var _find = _interopRequireDefault(require("lodash/find"));
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
 
@@ -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
 
@@ -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
 
@@ -87,7 +87,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
87
87
 
88
88
  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); }; }
89
89
 
90
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
90
+ 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); }
91
91
 
92
92
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
93
93
 
@@ -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
 
@@ -37,7 +37,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
37
37
 
38
38
  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); }; }
39
39
 
40
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
40
+ 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); }
41
41
 
42
42
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
43
43
 
@@ -63,7 +63,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
63
63
 
64
64
  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); }; }
65
65
 
66
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
66
+ 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); }
67
67
 
68
68
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
69
69
 
@@ -91,7 +91,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
91
91
 
92
92
  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); }; }
93
93
 
94
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
94
+ 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); }
95
95
 
96
96
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
97
97