@configuratorware/configurator-frontendgui 1.41.2 → 1.42.2

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 (526) hide show
  1. package/App/Constant.js +2 -3
  2. package/App/Error/DevelopmentErrorPage/index.js +4 -19
  3. package/App/Error/ErrorBoundary.js +13 -43
  4. package/App/Error/ProductionErrorPage/index.js +2 -11
  5. package/App/Error/ProductionErrorPage/index.story.js +0 -4
  6. package/App/Frame.js +10 -43
  7. package/App/Modules/Creator/Components/ConfigurationvariantItem/index.js +15 -58
  8. package/App/Modules/Creator/Components/ConfigurationvariantSelection/index.js +20 -60
  9. package/App/Modules/Creator/Components/CustomTitleEditor/index.js +15 -64
  10. package/App/Modules/Creator/Components/ExternalVisualization/index.js +19 -47
  11. package/App/Modules/Creator/Components/FastConfiguration/SelectableRow.js +10 -37
  12. package/App/Modules/Creator/Components/FastConfiguration/index.js +37 -101
  13. package/App/Modules/Creator/Components/FastConfigurationRow/index.js +12 -38
  14. package/App/Modules/Creator/Components/FastConfigurationSelect/index.js +29 -85
  15. package/App/Modules/Creator/Components/FormattedNumber/index.js +1 -17
  16. package/App/Modules/Creator/Components/FormattedPrice/index.js +1 -19
  17. package/App/Modules/Creator/Components/FullScreenView/FullScreenView.js +17 -36
  18. package/App/Modules/Creator/Components/Incompatibility/OptionExclusionRule/index.js +24 -61
  19. package/App/Modules/Creator/Components/Incompatibility/OptionRule/index.js +24 -60
  20. package/App/Modules/Creator/Components/Incompatibility/RuleComponent.js +12 -45
  21. package/App/Modules/Creator/Components/Incompatibility/index.js +28 -89
  22. package/App/Modules/Creator/Components/InvalidConfigurationNotice/index.js +14 -53
  23. package/App/Modules/Creator/Components/LoginForm/index.js +14 -52
  24. package/App/Modules/Creator/Components/Option/index.js +53 -155
  25. package/App/Modules/Creator/Components/Option/index.story.js +6 -17
  26. package/App/Modules/Creator/Components/OptionAmount/index.js +33 -74
  27. package/App/Modules/Creator/Components/OptionGroup/index.js +10 -23
  28. package/App/Modules/Creator/Components/Optiondetail/ZoomImage/index.js +26 -68
  29. package/App/Modules/Creator/Components/Optiondetail/index.js +44 -129
  30. package/App/Modules/Creator/Components/Optiondetail/index.story.js +11 -72
  31. package/App/Modules/Creator/Components/Optiondetail/index.test.mocks.js +56 -0
  32. package/App/Modules/Creator/Components/OptionsList/index.js +31 -81
  33. package/App/Modules/Creator/Components/Price/index.js +12 -40
  34. package/App/Modules/Creator/Components/ProductPart/index.js +14 -46
  35. package/App/Modules/Creator/Components/ProductPart/index.story.js +6 -17
  36. package/App/Modules/Creator/Components/ProductPartsList/index.js +25 -68
  37. package/App/Modules/Creator/Components/ProductPartsList/index.story.js +6 -21
  38. package/App/Modules/Creator/Components/SavedConfiguration/index.js +13 -45
  39. package/App/Modules/Creator/Components/ShareConfiguration/index.js +31 -90
  40. package/App/Modules/Creator/Components/StockInformation/index.js +13 -44
  41. package/App/Modules/Creator/Components/StoreConfigurationForm/index.js +15 -52
  42. package/App/Modules/Creator/Components/Tools/index.js +11 -45
  43. package/App/Modules/Creator/Components/ValidationResult/index.js +16 -62
  44. package/App/Modules/Creator/Components/index.js +2 -29
  45. package/App/Modules/Creator/Containers/AmountPrice/index.js +3 -12
  46. package/App/Modules/Creator/Containers/ConfigurationvariantSelection/index.js +5 -19
  47. package/App/Modules/Creator/Containers/CustomTitleEditor/index.js +4 -19
  48. package/App/Modules/Creator/Containers/FastConfiguration/index.js +6 -20
  49. package/App/Modules/Creator/Containers/FormattedPrice/index.js +4 -13
  50. package/App/Modules/Creator/Containers/Incompatibility/index.js +2 -12
  51. package/App/Modules/Creator/Containers/InvalidConfigurationNotice/index.js +8 -31
  52. package/App/Modules/Creator/Containers/LoadingOverlay/index.js +2 -9
  53. package/App/Modules/Creator/Containers/Optiondetail/index.js +7 -18
  54. package/App/Modules/Creator/Containers/OptionsList/index.js +3 -15
  55. package/App/Modules/Creator/Containers/ProductPart/index.js +1 -9
  56. package/App/Modules/Creator/Containers/ProductPartsList/index.js +3 -16
  57. package/App/Modules/Creator/Containers/SavedConfigurationContainer/index.js +1 -8
  58. package/App/Modules/Creator/Containers/ShareConfiguration/index.js +2 -10
  59. package/App/Modules/Creator/Containers/StockInformation/index.js +2 -10
  60. package/App/Modules/Creator/Containers/Tools/index.js +1 -10
  61. package/App/Modules/Creator/Containers/ValidationResult/index.js +2 -10
  62. package/App/Modules/Creator/Containers/index.js +42 -64
  63. package/App/Modules/Creator/CreatorScreen.js +45 -121
  64. package/App/Modules/Creator/Layouts/DefaultLayout.js +21 -50
  65. package/App/Modules/Designer/Components/AddGalleryImage/index.js +31 -92
  66. package/App/Modules/Designer/Components/AddGalleryImage/index.story.js +9 -22
  67. package/App/Modules/Designer/Components/AddGalleryImage/index.test.js +13 -35
  68. package/App/Modules/Designer/Components/AddVisualElement/index.js +30 -86
  69. package/App/Modules/Designer/Components/AddVisualElement/index.story.js +0 -5
  70. package/App/Modules/Designer/Components/AddVisualElement/index.test.js +12 -15
  71. package/App/Modules/Designer/Components/CloseDesignEditor/index.js +18 -51
  72. package/App/Modules/Designer/Components/CloseGraphicsEditorButton/index.js +7 -17
  73. package/App/Modules/Designer/Components/ColorPalettes/ColorPalettesSearch.js +20 -57
  74. package/App/Modules/Designer/Components/ColorPalettes/index.js +62 -178
  75. package/App/Modules/Designer/Components/ColorPalettes/index.story.js +0 -8
  76. package/App/Modules/Designer/Components/ColorPalettes/index.test.js +7 -11
  77. package/App/Modules/Designer/Components/DesignAreaControlbox/index.js +35 -108
  78. package/App/Modules/Designer/Components/DesignAreaControlbox/index.story.js +0 -8
  79. package/App/Modules/Designer/Components/DesignAreaControlbox/index.test.js +15 -23
  80. package/App/Modules/Designer/Components/DesignerSelectionToolbox/CustomFontOverlay.js +18 -51
  81. package/App/Modules/Designer/Components/DesignerSelectionToolbox/DesignerSelectionToolbox.js +53 -150
  82. package/App/Modules/Designer/Components/DesignerSelectionToolbox/fontItemUtils.js +10 -20
  83. package/App/Modules/Designer/Components/Dialog/index.js +21 -63
  84. package/App/Modules/Designer/Components/EditDesignButton/index.js +20 -43
  85. package/App/Modules/Designer/Components/FeedbackNotice/index.js +17 -53
  86. package/App/Modules/Designer/Components/FeedbackNotice/index.test.js +0 -4
  87. package/App/Modules/Designer/Components/FullScreenView/FullScreenView.js +6 -14
  88. package/App/Modules/Designer/Components/ImageColorPicker/ImageColorPicker.dev.js +5 -14
  89. package/App/Modules/Designer/Components/ImageColorPicker/ImageColorPicker.js +42 -137
  90. package/App/Modules/Designer/Components/ImageColorize/index.js +54 -177
  91. package/App/Modules/Designer/Components/ImageColorize/index.story.js +2 -6
  92. package/App/Modules/Designer/Components/ImageControlbox/index.js +27 -90
  93. package/App/Modules/Designer/Components/ImageEditDialog/ImageThumbnail.js +26 -71
  94. package/App/Modules/Designer/Components/ImageEditDialog/ImageUpload.js +138 -170
  95. package/App/Modules/Designer/Components/ImageEditDialog/index.js +55 -168
  96. package/App/Modules/Designer/Components/ImageLibraryFilter/index.js +20 -61
  97. package/App/Modules/Designer/Components/ImageLibraryThumbnail/index.js +24 -66
  98. package/App/Modules/Designer/Components/ObjectTools/index.js +18 -56
  99. package/App/Modules/Designer/Components/Select/index.js +21 -65
  100. package/App/Modules/Designer/Components/TextControlbox/TextFormatIcon.js +5 -20
  101. package/App/Modules/Designer/Components/TextControlbox/index.js +58 -176
  102. package/App/Modules/Designer/Components/TextControlbox/index.story.js +0 -10
  103. package/App/Modules/Designer/Components/TextControlbox/index.test.js +34 -41
  104. package/App/Modules/Designer/Containers/AddGalleryImage.js +8 -24
  105. package/App/Modules/Designer/Containers/AddVisualElement.js +28 -87
  106. package/App/Modules/Designer/Containers/CloseDesignEditor.js +1 -10
  107. package/App/Modules/Designer/Containers/CloseGraphicsEditorButton.js +1 -10
  108. package/App/Modules/Designer/Containers/ColorPalettes.js +22 -61
  109. package/App/Modules/Designer/Containers/DesignAreaControlbox.js +5 -17
  110. package/App/Modules/Designer/Containers/Designer.js +1 -10
  111. package/App/Modules/Designer/Containers/DesignerSelectionToolbox.js +7 -30
  112. package/App/Modules/Designer/Containers/EditDesignButton.js +1 -11
  113. package/App/Modules/Designer/Containers/ImageEditDialog.js +400 -658
  114. package/App/Modules/Designer/Designer.js +28 -84
  115. package/App/Modules/Designer/DesignerScreen.js +45 -100
  116. package/App/Modules/Designer/DesignerUI.js +31 -87
  117. package/App/Modules/Designer/Layouts/DefaultLayout.js +20 -45
  118. package/App/Modules/Designer/Layouts/Mobile/TwoSideBottomBar.js +4 -16
  119. package/App/Modules/Designer/Layouts/PopupAreaProvider.js +20 -67
  120. package/App/Modules/Designer/MultilayerComponents/DesignerClickAwayListener.js +5 -23
  121. package/App/Modules/Designer/MultilayerComponents/InlineToolboxPortal.js +19 -52
  122. package/App/Modules/Designer/MultilayerComponents/StandardToolboxPortal.js +9 -25
  123. package/App/Modules/Designer/Utils/FontFaceRepository.js +8 -30
  124. package/App/Modules/Designer/Utils/ImageEditUtils.js +14 -38
  125. package/App/Modules/Designer/Utils/SvgFixers.js +8 -26
  126. package/App/Modules/Designer/Utils/Transformers.js +54 -112
  127. package/App/Modules/Designer/setupDesigner.js +50 -72
  128. package/App/Modules/Designer/withActiveCanvas.js +22 -70
  129. package/App/Modules/Visualization/AlignTargetContainer.js +8 -19
  130. package/App/Modules/Visualization/CreatorAlignTarget.js +9 -20
  131. package/App/Modules/Visualization/DefaultVisualizationProvider.js +18 -50
  132. package/App/Modules/Visualization/DesignerAlignTarget.js +7 -13
  133. package/App/Modules/Visualization/Utils/getFirstDataURLFromScreenshotsObj.js +0 -3
  134. package/App/Reducers/Actions.js +81 -145
  135. package/App/Reducers/ConfigurationMode/Actions.js +4 -9
  136. package/App/Reducers/ConfigurationMode/Reducer.js +6 -23
  137. package/App/Reducers/ConfigurationMode/Selectors.js +22 -41
  138. package/App/Reducers/Configurator/Actions.js +386 -760
  139. package/App/Reducers/Configurator/AttributeSelectors.js +5 -17
  140. package/App/Reducers/Configurator/Modifiers.js +8 -15
  141. package/App/Reducers/Configurator/Reducer.js +107 -202
  142. package/App/Reducers/Configurator/Selectors.js +46 -119
  143. package/App/Reducers/Confirm/Actions.js +28 -49
  144. package/App/Reducers/Confirm/Reducer.js +1 -9
  145. package/App/Reducers/DesignArea/Actions.js +8 -29
  146. package/App/Reducers/DesignArea/DesignElementSelectors.js +18 -41
  147. package/App/Reducers/DesignArea/MaskSelectors.js +12 -35
  148. package/App/Reducers/DesignArea/Reducer.js +8 -40
  149. package/App/Reducers/DesignArea/Selectors.js +148 -413
  150. package/App/Reducers/DesignArea/Transformers.js +22 -87
  151. package/App/Reducers/DesignData/Actions.js +31 -93
  152. package/App/Reducers/DesignData/Modifiers.js +34 -114
  153. package/App/Reducers/DesignData/Reducer.js +9 -38
  154. package/App/Reducers/DesignData/Selectors.js +17 -50
  155. package/App/Reducers/DesignData/Transformers.js +2 -6
  156. package/App/Reducers/DesignView/Actions.js +3 -7
  157. package/App/Reducers/DesignView/Reducer.js +13 -47
  158. package/App/Reducers/DesignView/Selectors.js +17 -49
  159. package/App/Reducers/DesignView/Transformers.js +0 -3
  160. package/App/Reducers/Device/Actions.js +3 -7
  161. package/App/Reducers/Device/Reducer.js +9 -16
  162. package/App/Reducers/Fonts/Actions.js +12 -45
  163. package/App/Reducers/Fonts/Reducer.js +2 -11
  164. package/App/Reducers/Fonts/Selectors.js +9 -25
  165. package/App/Reducers/GeneralActions.js +3 -7
  166. package/App/Reducers/ImageGallery/Actions.js +97 -189
  167. package/App/Reducers/ImageGallery/Modifiers.js +13 -24
  168. package/App/Reducers/ImageGallery/Reducer.js +29 -98
  169. package/App/Reducers/ImageGallery/Selectors.js +21 -79
  170. package/App/Reducers/Reducer.js +10 -26
  171. package/App/Reducers/UI/Actions.js +73 -113
  172. package/App/Reducers/UI/Reducer.js +17 -26
  173. package/App/Reducers/UI/Selectors.js +3 -12
  174. package/App/Reducers.js +7 -21
  175. package/App/Routing.js +30 -107
  176. package/App/Screens/Configurator/CalculationWidgetScreen.js +10 -39
  177. package/App/Screens/Configurator/Components/AmountSelection/index.js +25 -77
  178. package/App/Screens/Configurator/Components/AmountSelection/index.story.js +0 -8
  179. package/App/Screens/Configurator/Components/CalculationWidget/index.js +53 -154
  180. package/App/Screens/Configurator/Components/CalculationWidget/index.story.js +6 -19
  181. package/App/Screens/Configurator/Components/CalculationWidget/index.test.js +39 -38
  182. package/App/Screens/Configurator/Components/ConfigurationModeSwitch/ConfigurationModeSwitch.js +7 -30
  183. package/App/Screens/Configurator/Components/ConfigurationModeSwitch/index.js +0 -2
  184. package/App/Screens/Configurator/Components/Confirm/index.js +13 -50
  185. package/App/Screens/Configurator/Components/Error/index.js +11 -48
  186. package/App/Screens/Configurator/Components/FallbackVisualization/FallbackVisualization.js +13 -25
  187. package/App/Screens/Configurator/Components/FullScreenView/index.js +37 -116
  188. package/App/Screens/Configurator/Components/FullScreenView/index.test.js +1 -4
  189. package/App/Screens/Configurator/Components/ImageLoader/ImageLoader.js +11 -42
  190. package/App/Screens/Configurator/Components/ItemTile/ItemTile.js +89 -33
  191. package/App/Screens/Configurator/Components/LandscapeInformation/index.js +3 -19
  192. package/App/Screens/Configurator/Components/NoVisualization/NoVisualization.js +3 -11
  193. package/App/Screens/Configurator/Components/PreviewPortal/index.js +29 -81
  194. package/App/Screens/Configurator/Components/Thumbnail/index.js +36 -102
  195. package/App/Screens/Configurator/Components/Thumbnail/index.test.js +0 -4
  196. package/App/Screens/Configurator/Components/TotalPrice/TotalPrice.js +9 -24
  197. package/App/Screens/Configurator/Containers/AmountPrice.js +12 -36
  198. package/App/Screens/Configurator/Containers/CalculationWidget.js +24 -85
  199. package/App/Screens/Configurator/Containers/ConfigurationModeSwitch.js +22 -43
  200. package/App/Screens/Configurator/Containers/Confirm.js +1 -10
  201. package/App/Screens/Configurator/Containers/FallbackVisualization.js +1 -11
  202. package/App/Screens/Configurator/Containers/FullScreenView.js +1 -14
  203. package/App/Screens/Configurator/Containers/Thumbnail.js +1 -13
  204. package/App/Screens/Configurator/Containers/Visualization.js +1 -5
  205. package/App/Screens/Configurator/DynamicComponents.js +8 -22
  206. package/App/Screens/Configurator/Screen.js +31 -70
  207. package/App/Screens/Configurator/ScreenPropTypes.js +2 -6
  208. package/App/Screens/Configurator/ThemeProvider.js +8 -42
  209. package/App/Screens/DesignerProductPreview/Constants.js +4 -7
  210. package/App/Screens/DesignerProductPreview/DesignerProductPreviewManager.js +204 -289
  211. package/App/Screens/DesignerProductPreview/Screen.js +58 -139
  212. package/App/Screens/ItemOverview.js +156 -191
  213. package/App/Screens.js +12 -20
  214. package/App/ServiceLocator.js +26 -51
  215. package/App/Services/AdminareaCommunicationService.js +33 -69
  216. package/App/Services/AnalyticsService.js +13 -40
  217. package/App/Services/ConfiguratorService.js +381 -567
  218. package/App/Services/DesignDataService.js +1448 -2001
  219. package/App/Services/DesignerService.js +290 -350
  220. package/App/Services/InteractionService.js +349 -502
  221. package/App/Services/UIService.js +12 -39
  222. package/App/Services/VisualizationService.js +246 -336
  223. package/App/Shared/Components/AcceptDesign/index.js +27 -70
  224. package/App/Shared/Components/AcceptPrivacy/index.js +21 -58
  225. package/App/Shared/Components/AddToBasket/index.js +31 -81
  226. package/App/Shared/Components/AddToBasket/index.story.js +0 -9
  227. package/App/Shared/Components/AlertDialog/index.js +15 -57
  228. package/App/Shared/Components/AmountInput/index.js +34 -107
  229. package/App/Shared/Components/AmountInput/index.story.js +0 -6
  230. package/App/Shared/Components/AmountPrice/index.js +220 -382
  231. package/App/Shared/Components/AmountPrice/index.story.js +1 -10
  232. package/App/Shared/Components/AmountPrice/index.test.js +6 -12
  233. package/App/Shared/Components/Analytics/AnalyticsWrapper.js +9 -21
  234. package/App/Shared/Components/BulkNames/index.js +28 -92
  235. package/App/Shared/Components/CallToAction/index.js +18 -42
  236. package/App/Shared/Components/ConfigurationOverview/index.js +14 -47
  237. package/App/Shared/Components/Header/Header.js +18 -46
  238. package/App/Shared/Components/Header/index.js +0 -2
  239. package/App/Shared/Components/Header/index.story.js +0 -13
  240. package/App/Shared/Components/InformationTag/InformationTag.js +20 -55
  241. package/App/Shared/Components/LicenseNotice/LicenseNotice.js +20 -54
  242. package/App/Shared/Components/LicenseNotice/index.js +0 -2
  243. package/App/Shared/Components/LoadConfiguration/index.js +47 -82
  244. package/App/Shared/Components/MessageBox/index.js +2 -19
  245. package/App/Shared/Components/MessageBox/index.story.js +0 -7
  246. package/App/Shared/Components/Notification/index.js +18 -53
  247. package/App/Shared/Components/Notification/index.story.js +0 -4
  248. package/App/Shared/Components/PdfDownload/index.js +19 -59
  249. package/App/Shared/Components/PlusMinusInput/index.js +13 -37
  250. package/App/Shared/Components/PriceList/index.js +27 -78
  251. package/App/Shared/Components/PriceList/index.story.js +6 -15
  252. package/App/Shared/Components/PriceOverview/index.js +29 -74
  253. package/App/Shared/Components/PriceOverview/index.story.js +1 -18
  254. package/App/Shared/Components/ProductVariant/Image.js +13 -35
  255. package/App/Shared/Components/ProductVariant/index.js +34 -123
  256. package/App/Shared/Components/ProductVariant/index.story.js +9 -22
  257. package/App/Shared/Components/Progress/Progress.js +6 -15
  258. package/App/Shared/Components/ReceiveOfferForm/index.js +26 -80
  259. package/App/Shared/Components/ReceiveOfferForm/index.story.js +0 -6
  260. package/App/Shared/Components/ReceiveOfferForm/index.test.js +1 -6
  261. package/App/Shared/Components/SaveConfiguration/index.js +26 -83
  262. package/App/Shared/Components/SendEmail/index.js +8 -30
  263. package/App/Shared/Components/Stepper/index.js +19 -56
  264. package/App/Shared/Components/Stepper/index.story.js +0 -5
  265. package/App/Shared/Components/ToolbarList/index.js +23 -69
  266. package/App/Shared/Components/ToolbarList/index.story.js +0 -4
  267. package/App/Shared/Components/VariantChooser/index.js +25 -68
  268. package/App/Shared/Components/VariantChooser/index.story.js +0 -13
  269. package/App/Shared/Containers/AlertMessages.js +1 -11
  270. package/App/Shared/Containers/AmountPrice/AmountPriceAdminareaWrapper.js +4 -17
  271. package/App/Shared/Containers/AmountPrice/index.js +29 -74
  272. package/App/Shared/Containers/BulkNames.js +26 -117
  273. package/App/Shared/Containers/Error.js +1 -11
  274. package/App/Shared/Containers/GlobalLoader.js +1 -9
  275. package/App/Shared/Containers/Header/index.js +22 -57
  276. package/App/Shared/Containers/LicenseNotice/LicenseNotice.js +2 -9
  277. package/App/Shared/Containers/LicenseNotice/index.js +0 -2
  278. package/App/Shared/Containers/LoadConfiguration/LoadConfiguration.js +36 -79
  279. package/App/Shared/Containers/LoadConfiguration/index.js +0 -2
  280. package/App/Shared/Containers/PdfDownload/index.js +2 -11
  281. package/App/Shared/Containers/ProductVariant/ProductVariant.js +59 -144
  282. package/App/Shared/Containers/ProductVariant/index.js +0 -2
  283. package/App/Shared/Containers/SaveConfiguration.js +3 -14
  284. package/App/Shared/Containers/SendEmail/SendEmail.js +3 -15
  285. package/App/Shared/Containers/SendEmail/index.js +0 -2
  286. package/App/Shared/Providers/DefaultCanvasProvider.js +5 -25
  287. package/App/Storage.js +3 -7
  288. package/App/Store.js +17 -38
  289. package/App/Translations.js +29 -43
  290. package/App/Utils/Request/lazyFetch.js +29 -45
  291. package/App/Utils/Request/pathParams.js +2 -7
  292. package/App/Utils/createMessageInterface.js +10 -21
  293. package/App/Utils/customClassName.js +0 -2
  294. package/App/Utils/getContrastText.js +5 -7
  295. package/App/Utils/getImageUrl.js +0 -8
  296. package/App/configuration.js +74 -104
  297. package/App/index.js +7 -29
  298. package/App/initServices.js +9 -32
  299. package/App/setup.js +2 -6
  300. package/Framework/Api.js +19 -41
  301. package/Framework/ComponentContainer.js +28 -76
  302. package/Framework/Components/Carousel/index.js +40 -104
  303. package/Framework/Components/Dialog/index.js +101 -237
  304. package/Framework/Components/DialogSelect/index.js +38 -132
  305. package/Framework/Components/Input/index.js +16 -58
  306. package/Framework/Components/LoadingOverlay/index.js +1 -12
  307. package/Framework/Components/Markdown/index.js +5 -26
  308. package/Framework/Components/Mobile/index.js +5 -13
  309. package/Framework/CustomError.js +13 -29
  310. package/Framework/Helpers/TransitionDetect.js +10 -29
  311. package/Framework/Helpers/isLandscapeMobile.js +0 -3
  312. package/Framework/Helpers/isMobileDevice.js +3 -8
  313. package/Framework/Helpers/isMobileSize.js +1 -4
  314. package/Framework/Services/AbstractAdminareaCommunicationService.js +8 -15
  315. package/Framework/Services/AbstractAsyncService.js +7 -14
  316. package/Framework/Services/AbstractConfiguratorService.js +9 -15
  317. package/Framework/Services/AbstractInteractionService.js +7 -14
  318. package/Framework/Services/AbstractStoreService.js +9 -15
  319. package/Framework/Services/AbstractUIService.js +7 -14
  320. package/Framework/Services/AbstractVisualizationService.js +7 -14
  321. package/Framework/Services/AsyncService.js +11 -33
  322. package/Framework/Services/StoreService.js +43 -92
  323. package/Framework/bindDecorator.js +24 -54
  324. package/Framework/i18n.js +57 -142
  325. package/Resources/Icons/MaterialUI/Icons/AddCircle.js +1 -5
  326. package/Resources/Icons/MaterialUI/Icons/RemoveCircle.js +1 -5
  327. package/Shared/Components/CustomDialog.js +21 -36
  328. package/Shared/Components/CustomDialogSelect.js +17 -47
  329. package/Shared/Components/MainButton.js +14 -33
  330. package/Shared/ErrorTypes/DeferredError.js +13 -31
  331. package/Shared/HOCs/ResizeDetect/ResizeDetect.dev.js +9 -18
  332. package/Shared/HOCs/ResizeDetect/ResizeDetect.js +28 -87
  333. package/Shared/HOCs/getDisplayName.js +0 -1
  334. package/Shared/HOCs/withFixedChangeHandler.js +11 -25
  335. package/Shared/PropTypes/ReactComponent.js +1 -5
  336. package/Shared/Styles/absoluteCenter.js +2 -5
  337. package/Utils/Array/isIdentical.js +3 -12
  338. package/Utils/Async/AsyncManager.js +51 -75
  339. package/Utils/Async/Deferred.js +12 -40
  340. package/Utils/Async/ObjectLock.js +3 -7
  341. package/Utils/Decorators/Observable.js +17 -34
  342. package/Utils/Dev/HOCs/withFilePicker.js +13 -41
  343. package/Utils/Dev/isDev.js +0 -2
  344. package/Utils/Events/pointerEvent.js +14 -47
  345. package/Utils/Events/preventEventDoubling.js +2 -7
  346. package/Utils/Function/cached.js +1 -9
  347. package/Utils/Function/createDebounceManager.js +3 -18
  348. package/Utils/Function/createSelector.js +7 -18
  349. package/Utils/Function/memoize.js +3 -12
  350. package/Utils/Function/sendMessage.js +3 -8
  351. package/Utils/Helper/createSelectionRangeMemo.js +4 -12
  352. package/Utils/Immutable/set.js +12 -35
  353. package/Utils/Math/conversions.js +2 -5
  354. package/Utils/Math/isPositiveNumber.js +2 -5
  355. package/Utils/Redux/createActionWithGlobalState.js +8 -11
  356. package/Utils/Styles/combineMediaQueries.js +2 -6
  357. package/Utils/Styles/createCheckerBoardBackground.js +5 -6
  358. package/Utils/Test/CallOrderChecker.js +0 -3
  359. package/Utils/Test/createStoreProvider.js +1 -7
  360. package/Utils/Test/formDataToJSON.js +0 -1
  361. package/Utils/Test/mountWithState.js +3 -9
  362. package/index.js +2 -2
  363. package/package.json +36 -33
  364. package/public/translations/de_DE.json +3 -27
  365. package/public/translations/en_GB.json +2 -26
  366. package/scripts/getDefaultWebpackConfig.js +25 -14
  367. package/src/App/Error/ProductionErrorPage/index.js +1 -1
  368. package/src/App/Modules/Creator/Components/ConfigurationvariantItem/index.js +3 -4
  369. package/src/App/Modules/Creator/Components/ConfigurationvariantSelection/index.js +2 -1
  370. package/src/App/Modules/Creator/Components/FastConfiguration/SelectableRow.js +1 -1
  371. package/src/App/Modules/Creator/Components/FastConfiguration/index.js +6 -5
  372. package/src/App/Modules/Creator/Components/FastConfigurationSelect/index.js +8 -6
  373. package/src/App/Modules/Creator/Components/FullScreenView/FullScreenView.js +3 -1
  374. package/src/App/Modules/Creator/Components/Incompatibility/OptionExclusionRule/index.js +2 -2
  375. package/src/App/Modules/Creator/Components/Incompatibility/OptionRule/index.js +2 -2
  376. package/src/App/Modules/Creator/Components/Incompatibility/index.js +2 -2
  377. package/src/App/Modules/Creator/Components/InvalidConfigurationNotice/index.js +1 -1
  378. package/src/App/Modules/Creator/Components/Option/__snapshots__/index.test.js.snap +0 -13
  379. package/src/App/Modules/Creator/Components/Option/index.js +9 -6
  380. package/src/App/Modules/Creator/Components/Option/index.test.js +1 -1
  381. package/src/App/Modules/Creator/Components/OptionAmount/index.js +2 -1
  382. package/src/App/Modules/Creator/Components/OptionAmount/index.test.js +1 -1
  383. package/src/App/Modules/Creator/Components/Optiondetail/ZoomImage/index.js +1 -1
  384. package/src/App/Modules/Creator/Components/Optiondetail/index.js +9 -7
  385. package/src/App/Modules/Creator/Components/Optiondetail/index.story.js +1 -48
  386. package/src/App/Modules/Creator/Components/Optiondetail/index.test.js +1 -1
  387. package/src/App/Modules/Creator/Components/Optiondetail/index.test.mocks.js +49 -0
  388. package/src/App/Modules/Creator/Components/OptionsList/index.js +3 -2
  389. package/src/App/Modules/Creator/Components/ProductPart/index.test.js +1 -1
  390. package/src/App/Modules/Creator/Components/ProductPartsList/index.js +1 -1
  391. package/src/App/Modules/Creator/Components/SavedConfiguration/index.js +3 -3
  392. package/src/App/Modules/Creator/Components/StoreConfigurationForm/index.js +2 -2
  393. package/src/App/Modules/Creator/Containers/CustomTitleEditor/index.js +1 -1
  394. package/src/App/Modules/Creator/Containers/FastConfiguration/index.js +1 -1
  395. package/src/App/Modules/Creator/Containers/FormattedPrice/index.js +1 -1
  396. package/src/App/Modules/Creator/Containers/InvalidConfigurationNotice/index.js +1 -1
  397. package/src/App/Modules/Creator/Containers/Optiondetail/index.js +1 -1
  398. package/src/App/Modules/Designer/Components/AddGalleryImage/__snapshots__/index.test.jsx.snap +0 -8
  399. package/src/App/Modules/Designer/Components/AddGalleryImage/index.js +4 -4
  400. package/src/App/Modules/Designer/Components/AddGalleryImage/index.test.jsx +0 -27
  401. package/src/App/Modules/Designer/Components/AddVisualElement/index.js +6 -6
  402. package/src/App/Modules/Designer/Components/AddVisualElement/index.test.jsx +3 -2
  403. package/src/App/Modules/Designer/Components/CloseDesignEditor/index.js +3 -3
  404. package/src/App/Modules/Designer/Components/ColorPalettes/ColorPalettesSearch.js +6 -6
  405. package/src/App/Modules/Designer/Components/ColorPalettes/index.js +14 -14
  406. package/src/App/Modules/Designer/Components/ColorPalettes/index.test.jsx +1 -1
  407. package/src/App/Modules/Designer/Components/DesignAreaControlbox/index.js +8 -8
  408. package/src/App/Modules/Designer/Components/DesignAreaControlbox/index.test.jsx +1 -1
  409. package/src/App/Modules/Designer/Components/DesignerSelectionToolbox/CustomFontOverlay.js +5 -5
  410. package/src/App/Modules/Designer/Components/DesignerSelectionToolbox/DesignerSelectionToolbox.js +2 -2
  411. package/src/App/Modules/Designer/Components/Dialog/index.js +1 -1
  412. package/src/App/Modules/Designer/Components/EditDesignButton/index.js +3 -2
  413. package/src/App/Modules/Designer/Components/FeedbackNotice/index.js +3 -3
  414. package/src/App/Modules/Designer/Components/ImageColorize/index.js +1 -1
  415. package/src/App/Modules/Designer/Components/ImageControlbox/index.js +6 -6
  416. package/src/App/Modules/Designer/Components/ImageEditDialog/ImageUpload.js +32 -6
  417. package/src/App/Modules/Designer/Components/ImageEditDialog/index.js +16 -12
  418. package/src/App/Modules/Designer/Components/ImageLibraryFilter/index.js +6 -6
  419. package/src/App/Modules/Designer/Components/ImageLibraryThumbnail/index.js +11 -7
  420. package/src/App/Modules/Designer/Components/ObjectTools/index.js +2 -2
  421. package/src/App/Modules/Designer/Components/Select/index.js +3 -3
  422. package/src/App/Modules/Designer/Components/TextControlbox/TextFormatIcon.js +1 -1
  423. package/src/App/Modules/Designer/Components/TextControlbox/index.js +11 -11
  424. package/src/App/Modules/Designer/Components/TextControlbox/index.test.jsx +3 -2
  425. package/src/App/Modules/Designer/Containers/AddGalleryImage.js +1 -1
  426. package/src/App/Modules/Designer/Designer.js +1 -1
  427. package/src/App/Modules/Designer/DesignerUI.js +7 -2
  428. package/src/App/Modules/Designer/Layouts/Mobile/TwoSideBottomBar.js +1 -1
  429. package/src/App/Modules/Designer/Layouts/PopupAreaProvider.js +1 -1
  430. package/src/App/Modules/Designer/MultilayerComponents/DesignerClickAwayListener.js +1 -1
  431. package/src/App/Modules/Designer/MultilayerComponents/InlineToolboxPortal.js +1 -1
  432. package/src/App/Modules/Designer/MultilayerComponents/StandardToolboxPortal.js +1 -1
  433. package/src/App/Modules/Designer/setupDesigner.js +22 -19
  434. package/src/App/Modules/Visualization/AlignTargetContainer.js +1 -1
  435. package/src/App/Modules/Visualization/CreatorAlignTarget.js +1 -1
  436. package/src/App/Modules/Visualization/DefaultVisualizationProvider.js +7 -2
  437. package/src/App/Modules/Visualization/DesignerAlignTarget.js +1 -1
  438. package/src/App/Reducers/Actions.js +5 -5
  439. package/src/App/Reducers/ConfigurationMode/Selectors.js +6 -0
  440. package/src/App/Reducers/Configurator/Actions.js +8 -1
  441. package/src/App/Reducers/Configurator/Reducer.js +27 -21
  442. package/src/App/Reducers/Configurator/Selectors.js +4 -1
  443. package/src/App/Reducers/DesignArea/Selectors.js +10 -0
  444. package/src/App/Reducers/Reducer.js +4 -3
  445. package/src/App/Reducers/UI/Actions.js +15 -1
  446. package/src/App/Reducers/UI/Reducer.js +20 -0
  447. package/src/App/Routing.js +12 -29
  448. package/src/App/Screens/Configurator/CalculationWidgetScreen.js +1 -4
  449. package/src/App/Screens/Configurator/Components/AmountSelection/index.js +4 -4
  450. package/src/App/Screens/Configurator/Components/CalculationWidget/index.js +3 -3
  451. package/src/App/Screens/Configurator/Components/CalculationWidget/index.test.jsx +5 -2
  452. package/src/App/Screens/Configurator/Components/ConfigurationModeSwitch/ConfigurationModeSwitch.js +1 -1
  453. package/src/App/Screens/Configurator/Components/FallbackVisualization/FallbackVisualization.js +1 -1
  454. package/src/App/Screens/Configurator/Components/FullScreenView/index.js +4 -4
  455. package/src/App/Screens/Configurator/Components/ItemTile/ItemTile.js +55 -17
  456. package/src/App/Screens/Configurator/Components/LandscapeInformation/index.js +1 -1
  457. package/src/App/Screens/Configurator/Components/NoVisualization/NoVisualization.js +1 -1
  458. package/src/App/Screens/Configurator/Components/PreviewPortal/index.js +7 -5
  459. package/src/App/Screens/Configurator/Components/Thumbnail/index.js +5 -4
  460. package/src/App/Screens/Configurator/Components/TotalPrice/TotalPrice.js +3 -3
  461. package/src/App/Screens/Configurator/Containers/AmountPrice.js +1 -1
  462. package/src/App/Screens/Configurator/Containers/__tests__/CalculationWidget.test.js +4 -1
  463. package/src/App/Screens/Configurator/Screen.js +13 -5
  464. package/src/App/Screens/Configurator/__tests__/Screen.test.js +6 -0
  465. package/src/App/Screens/DesignerProductPreview/Screen.js +2 -3
  466. package/src/App/Screens/DesignerProductPreview/__tests__/__snapshots__/Screen.test.js.snap +11 -11
  467. package/src/App/Screens/ItemOverview.js +74 -57
  468. package/src/App/Screens.js +1 -1
  469. package/src/App/Services/AnalyticsService.js +2 -1
  470. package/src/App/Services/DesignDataService.js +53 -7
  471. package/src/App/Services/DesignerService.js +22 -13
  472. package/src/App/Services/UIService.js +1 -1
  473. package/src/App/Services/VisualizationService.js +41 -2
  474. package/src/App/Services/__tests__/DesignDataService.test.js +1 -0
  475. package/src/App/Shared/Components/AcceptDesign/index.js +7 -6
  476. package/src/App/Shared/Components/AcceptPrivacy/index.js +4 -3
  477. package/src/App/Shared/Components/AddToBasket/index.js +4 -4
  478. package/src/App/Shared/Components/AmountInput/index.js +1 -1
  479. package/src/App/Shared/Components/AmountPrice/__snapshots__/index.test.jsx.snap +0 -125
  480. package/src/App/Shared/Components/AmountPrice/index.js +40 -17
  481. package/src/App/Shared/Components/AmountPrice/index.test.jsx +1 -1
  482. package/src/App/Shared/Components/Analytics/AnalyticsWrapper.test.js +2 -1
  483. package/src/App/Shared/Components/BulkNames/index.js +3 -3
  484. package/src/App/Shared/Components/CallToAction/__snapshots__/index.test.js.snap +4 -4
  485. package/src/App/Shared/Components/CallToAction/index.js +3 -3
  486. package/src/App/Shared/Components/CallToAction/index.test.js +1 -1
  487. package/src/App/Shared/Components/ConfigurationOverview/index.js +1 -1
  488. package/src/App/Shared/Components/Header/Header.js +3 -3
  489. package/src/App/Shared/Components/InformationTag/InformationTag.js +4 -2
  490. package/src/App/Shared/Components/LicenseNotice/LicenseNotice.js +3 -1
  491. package/src/App/Shared/Components/LoadConfiguration/index.js +27 -13
  492. package/src/App/Shared/Components/Notification/index.js +3 -3
  493. package/src/App/Shared/Components/PdfDownload/index.js +3 -3
  494. package/src/App/Shared/Components/PlusMinusInput/index.js +4 -4
  495. package/src/App/Shared/Components/PriceList/index.js +9 -9
  496. package/src/App/Shared/Components/PriceList/index.test.js +2 -2
  497. package/src/App/Shared/Components/PriceOverview/index.js +4 -4
  498. package/src/App/Shared/Components/PriceOverview/index.story.js +1 -1
  499. package/src/App/Shared/Components/ProductVariant/Image.js +1 -1
  500. package/src/App/Shared/Components/ProductVariant/index.js +5 -5
  501. package/src/App/Shared/Components/Progress/Progress.js +3 -3
  502. package/src/App/Shared/Components/ReceiveOfferForm/index.js +4 -4
  503. package/src/App/Shared/Components/SaveConfiguration/index.js +3 -3
  504. package/src/App/Shared/Components/SendEmail/index.js +3 -3
  505. package/src/App/Shared/Components/Stepper/index.js +4 -4
  506. package/src/App/Shared/Components/ToolbarList/index.js +6 -6
  507. package/src/App/Shared/Components/VariantChooser/index.js +7 -7
  508. package/src/App/Shared/Containers/AmountPrice/index.js +7 -1
  509. package/src/App/Shared/Containers/SaveConfiguration.js +1 -1
  510. package/src/App/Utils/Request/lazyFetch.js +2 -3
  511. package/src/App/configuration.js +20 -15
  512. package/src/App/index.js +2 -2
  513. package/src/Framework/Api.js +3 -3
  514. package/src/Framework/Components/Carousel/index.js +2 -2
  515. package/src/Framework/Components/Dialog/index.js +13 -10
  516. package/src/Framework/Components/DialogSelect/index.js +6 -5
  517. package/src/Framework/i18n.js +15 -8
  518. package/src/Shared/Components/CustomDialog.js +2 -1
  519. package/src/Shared/Components/CustomDialogSelect.js +2 -2
  520. package/src/Shared/Components/MainButton.js +2 -2
  521. package/src/Shared/Components/__tests__/index.test.jsx +6 -1
  522. package/src/Shared/HOCs/ResizeDetect/ResizeDetect.dev.js +1 -1
  523. package/src/Utils/Decorators/Observable.js +1 -0
  524. package/src/Utils/Test/mountWithState.js +1 -1
  525. package/App/Modules/Designer/Components/ImageEditDialog/res/checkers_tile.png +0 -0
  526. package/src/App/Modules/Designer/Components/ImageEditDialog/res/checkers_tile.png +0 -0
@@ -4,111 +4,64 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports["default"] = void 0;
7
-
8
7
  var _get = _interopRequireDefault(require("lodash/get"));
9
-
10
8
  var _has = _interopRequireDefault(require("lodash/has"));
11
-
12
9
  var _find = _interopRequireDefault(require("lodash/find"));
13
-
14
10
  var _map = _interopRequireDefault(require("lodash/map"));
15
-
16
11
  var _keys2 = _interopRequireDefault(require("lodash/keys"));
17
-
18
12
  var _isEqual = _interopRequireDefault(require("lodash/isEqual"));
19
-
20
13
  var _difference = _interopRequireDefault(require("lodash/difference"));
21
-
22
14
  var _omit = _interopRequireDefault(require("lodash/omit"));
23
-
24
15
  var _debounce = _interopRequireDefault(require("lodash/debounce"));
25
-
26
16
  var _AbstractConfiguratorService = _interopRequireDefault(require("../../Framework/Services/AbstractConfiguratorService"));
27
-
28
- var configuratorActions = _interopRequireWildcard(require("../Reducers/Configurator/Actions"));
29
-
17
+ var _Actions = _interopRequireWildcard(require("../Reducers/Configurator/Actions"));
18
+ var configuratorActions = _Actions;
30
19
  var _Selectors = require("../Reducers/Configurator/Selectors");
31
-
32
20
  var _Selectors2 = require("../Reducers/DesignArea/Selectors");
33
-
34
21
  var _Actions2 = require("../Reducers/UI/Actions");
35
-
36
22
  var _Selectors3 = require("../Reducers/Fonts/Selectors");
37
-
38
23
  var _ServiceLocator = require("../ServiceLocator");
39
-
40
24
  var _configuration2 = require("../configuration");
41
-
42
25
  var _Reducer = require("../Reducers/DesignData/Reducer");
43
-
44
26
  var _cached = require("../../Utils/Function/cached");
45
-
46
27
  var _getFirstDataURLFromScreenshotsObj = require("../Modules/Visualization/Utils/getFirstDataURLFromScreenshotsObj");
47
-
48
28
  var _Selectors4 = require("../Reducers/DesignData/Selectors");
49
-
50
29
  var _createMessageInterface = _interopRequireWildcard(require("../Utils/createMessageInterface"));
51
-
52
30
  var _SvgFixers = require("../Modules/Designer/Utils/SvgFixers");
53
-
54
31
  var _excluded = ["code"];
55
-
56
32
  function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
57
-
58
33
  function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
59
-
60
34
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
61
-
62
- function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
63
-
64
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) { symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); } keys.push.apply(keys, symbols); } return keys; }
65
-
66
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
67
-
68
- function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
69
-
35
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
36
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
37
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
38
+ function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
70
39
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
71
-
72
40
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
73
-
41
+ function _regeneratorRuntime() { "use strict"; /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ _regeneratorRuntime = function _regeneratorRuntime() { return e; }; var t, e = {}, r = Object.prototype, n = r.hasOwnProperty, o = Object.defineProperty || function (t, e, r) { t[e] = r.value; }, i = "function" == typeof Symbol ? Symbol : {}, a = i.iterator || "@@iterator", c = i.asyncIterator || "@@asyncIterator", u = i.toStringTag || "@@toStringTag"; function define(t, e, r) { return Object.defineProperty(t, e, { value: r, enumerable: !0, configurable: !0, writable: !0 }), t[e]; } try { define({}, ""); } catch (t) { define = function define(t, e, r) { return t[e] = r; }; } function wrap(t, e, r, n) { var i = e && e.prototype instanceof Generator ? e : Generator, a = Object.create(i.prototype), c = new Context(n || []); return o(a, "_invoke", { value: makeInvokeMethod(t, r, c) }), a; } function tryCatch(t, e, r) { try { return { type: "normal", arg: t.call(e, r) }; } catch (t) { return { type: "throw", arg: t }; } } e.wrap = wrap; var h = "suspendedStart", l = "suspendedYield", f = "executing", s = "completed", y = {}; function Generator() {} function GeneratorFunction() {} function GeneratorFunctionPrototype() {} var p = {}; define(p, a, function () { return this; }); var d = Object.getPrototypeOf, v = d && d(d(values([]))); v && v !== r && n.call(v, a) && (p = v); var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); function defineIteratorMethods(t) { ["next", "throw", "return"].forEach(function (e) { define(t, e, function (t) { return this._invoke(e, t); }); }); } function AsyncIterator(t, e) { function invoke(r, o, i, a) { var c = tryCatch(t[r], t, o); if ("throw" !== c.type) { var u = c.arg, h = u.value; return h && "object" == _typeof(h) && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { invoke("next", t, i, a); }, function (t) { invoke("throw", t, i, a); }) : e.resolve(h).then(function (t) { u.value = t, i(u); }, function (t) { return invoke("throw", t, i, a); }); } a(c.arg); } var r; o(this, "_invoke", { value: function value(t, n) { function callInvokeWithMethodAndArg() { return new e(function (e, r) { invoke(t, n, e, r); }); } return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); } }); } function makeInvokeMethod(e, r, n) { var o = h; return function (i, a) { if (o === f) throw new Error("Generator is already running"); if (o === s) { if ("throw" === i) throw a; return { value: t, done: !0 }; } for (n.method = i, n.arg = a;;) { var c = n.delegate; if (c) { var u = maybeInvokeDelegate(c, n); if (u) { if (u === y) continue; return u; } } if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { if (o === h) throw o = s, n.arg; n.dispatchException(n.arg); } else "return" === n.method && n.abrupt("return", n.arg); o = f; var p = tryCatch(e, r, n); if ("normal" === p.type) { if (o = n.done ? s : l, p.arg === y) continue; return { value: p.arg, done: n.done }; } "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); } }; } function maybeInvokeDelegate(e, r) { var n = r.method, o = e.iterator[n]; if (o === t) return r.delegate = null, "throw" === n && e.iterator["return"] && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; var i = tryCatch(o, e.iterator, r.arg); if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; var a = i.arg; return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); } function pushTryEntry(t) { var e = { tryLoc: t[0] }; 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); } function resetTryEntry(t) { var e = t.completion || {}; e.type = "normal", delete e.arg, t.completion = e; } function Context(t) { this.tryEntries = [{ tryLoc: "root" }], t.forEach(pushTryEntry, this), this.reset(!0); } function values(e) { if (e || "" === e) { var r = e[a]; if (r) return r.call(e); if ("function" == typeof e.next) return e; if (!isNaN(e.length)) { var o = -1, i = function next() { for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; return next.value = t, next.done = !0, next; }; return i.next = i; } } throw new TypeError(_typeof(e) + " is not iterable"); } return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { value: GeneratorFunctionPrototype, configurable: !0 }), o(GeneratorFunctionPrototype, "constructor", { value: GeneratorFunction, configurable: !0 }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { var e = "function" == typeof t && t.constructor; return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); }, e.mark = function (t) { return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; }, e.awrap = function (t) { return { __await: t }; }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { return this; }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { void 0 === i && (i = Promise); var a = new AsyncIterator(wrap(t, r, n, o), i); return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { return t.done ? t.value : a.next(); }); }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { return this; }), define(g, "toString", function () { return "[object Generator]"; }), e.keys = function (t) { var e = Object(t), r = []; for (var n in e) r.push(n); return r.reverse(), function next() { for (; r.length;) { var t = r.pop(); if (t in e) return next.value = t, next.done = !1, next; } return next.done = !0, next; }; }, e.values = values, Context.prototype = { constructor: Context, reset: function reset(e) { if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); }, stop: function stop() { this.done = !0; var t = this.tryEntries[0].completion; if ("throw" === t.type) throw t.arg; return this.rval; }, dispatchException: function dispatchException(e) { if (this.done) throw e; var r = this; function handle(n, o) { return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; } for (var o = this.tryEntries.length - 1; o >= 0; --o) { var i = this.tryEntries[o], a = i.completion; if ("root" === i.tryLoc) return handle("end"); if (i.tryLoc <= this.prev) { var c = n.call(i, "catchLoc"), u = n.call(i, "finallyLoc"); if (c && u) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } else if (c) { if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); } else { if (!u) throw new Error("try statement without catch or finally"); if (this.prev < i.finallyLoc) return handle(i.finallyLoc); } } } }, abrupt: function abrupt(t, e) { for (var r = this.tryEntries.length - 1; r >= 0; --r) { var o = this.tryEntries[r]; if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { var i = o; break; } } i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); var a = i ? i.completion : {}; return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); }, complete: function complete(t, e) { if ("throw" === t.type) throw t.arg; return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; }, finish: function finish(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; } }, "catch": function _catch(t) { for (var e = this.tryEntries.length - 1; e >= 0; --e) { var r = this.tryEntries[e]; if (r.tryLoc === t) { var n = r.completion; if ("throw" === n.type) { var o = n.arg; resetTryEntry(r); } return o; } } throw new Error("illegal catch attempt"); }, delegateYield: function delegateYield(e, r, n) { return this.delegate = { iterator: values(e), resultName: r, nextLoc: n }, "next" === this.method && (this.arg = t), y; } }, e; }
74
42
  function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { try { var info = gen[key](arg); var value = info.value; } catch (error) { reject(error); return; } if (info.done) { resolve(value); } else { Promise.resolve(value).then(_next, _throw); } }
75
-
76
43
  function _asyncToGenerator(fn) { return function () { var self = this, args = arguments; return new Promise(function (resolve, reject) { var gen = fn.apply(self, args); function _next(value) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); } function _throw(err) { asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); } _next(undefined); }); }; }
77
-
78
44
  function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
79
-
80
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
81
-
82
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
83
-
84
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }
85
-
86
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
87
-
45
+ function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); } }
46
+ function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
47
+ function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
48
+ function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
49
+ function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
50
+ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
88
51
  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
-
90
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
91
-
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); }
92
53
  function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
93
-
94
54
  function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
95
-
96
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
97
-
55
+ function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
98
56
  function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it["return"] != null) it["return"](); } finally { if (didErr) throw err; } } }; }
99
-
100
57
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
101
-
102
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
103
-
58
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
104
59
  var getSelectedAmountsBySizes = function getSelectedAmountsBySizes(item, selectedAmounts) {
105
60
  var itemGroupMap = function itemGroupMap(rootItem, fn) {
106
61
  var data = [];
107
-
108
62
  if ((0, _get["default"])(rootItem, 'itemGroup.children.length', 0) > 0) {
109
63
  var _iterator = _createForOfIteratorHelper(rootItem.itemGroup.children),
110
- _step;
111
-
64
+ _step;
112
65
  try {
113
66
  for (_iterator.s(); !(_step = _iterator.n()).done;) {
114
67
  var _item = _step.value;
@@ -121,10 +74,8 @@ var getSelectedAmountsBySizes = function getSelectedAmountsBySizes(item, selecte
121
74
  _iterator.f();
122
75
  }
123
76
  }
124
-
125
77
  return data;
126
78
  };
127
-
128
79
  return itemGroupMap(item, function (colorGroupItem) {
129
80
  return {
130
81
  identifier: colorGroupItem.identifier,
@@ -138,19 +89,13 @@ var getSelectedAmountsBySizes = function getSelectedAmountsBySizes(item, selecte
138
89
  };
139
90
  });
140
91
  };
141
-
142
- var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
92
+ var ConfiguratorService = exports["default"] = /*#__PURE__*/function (_AbstractConfigurator) {
143
93
  _inherits(ConfiguratorService, _AbstractConfigurator);
144
-
145
94
  var _super = _createSuper(ConfiguratorService);
146
-
147
95
  function ConfiguratorService() {
148
96
  var _this;
149
-
150
97
  _classCallCheck(this, ConfiguratorService);
151
-
152
98
  _this = _super.call(this);
153
-
154
99
  _ServiceLocator.Services.store.observeStore(function (state) {
155
100
  return state.configurator.configuration;
156
101
  }, function () {
@@ -158,98 +103,82 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
158
103
  var prevConfiguration = {};
159
104
  return (0, _debounce["default"])(function (configuration) {
160
105
  _this.onConfigurationChange(configuration, prevConfiguration);
161
-
162
106
  prevConfiguration = configuration;
163
107
  }, 300);
164
108
  }());
165
-
166
109
  return _this;
167
110
  }
168
-
169
111
  _createClass(ConfiguratorService, [{
170
112
  key: "init",
171
113
  value: function init() {
172
114
  var _this2 = this;
173
-
174
115
  var adminMode = (0, _configuration2.getConf)('adminMode');
175
-
176
116
  if (!adminMode) {
177
117
  var messageInterface = (0, _createMessageInterface["default"])();
178
118
  messageInterface.addListener(_createMessageInterface.LISTENER_SWITCH_OPTIONS, /*#__PURE__*/function () {
179
- var _ref = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee(event) {
119
+ var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(event) {
180
120
  var optionsJSON, optionsToSelect;
181
- return regeneratorRuntime.wrap(function _callee$(_context) {
182
- while (1) {
183
- switch (_context.prev = _context.next) {
184
- case 0:
185
- optionsJSON = (0, _get["default"])(event, 'data.options');
186
-
187
- try {
188
- optionsToSelect = JSON.parse(optionsJSON);
189
-
190
- _ServiceLocator.Services.store.dispatch((0, configuratorActions.selectMultipleOptions)(optionsToSelect));
191
- } catch (e) {
192
- // eslint-disable-next-line no-console
193
- console.error('Wrong JSON provided for switch_options:', optionsJSON);
194
- }
195
-
196
- case 2:
197
- case "end":
198
- return _context.stop();
199
- }
121
+ return _regeneratorRuntime().wrap(function _callee$(_context) {
122
+ while (1) switch (_context.prev = _context.next) {
123
+ case 0:
124
+ optionsJSON = (0, _get["default"])(event, 'data.options');
125
+ try {
126
+ optionsToSelect = JSON.parse(optionsJSON);
127
+ _ServiceLocator.Services.store.dispatch((0, _Actions.selectMultipleOptions)(optionsToSelect));
128
+ } catch (e) {
129
+ // eslint-disable-next-line no-console
130
+ console.error('Wrong JSON provided for switch_options:', optionsJSON);
131
+ }
132
+ case 2:
133
+ case "end":
134
+ return _context.stop();
200
135
  }
201
136
  }, _callee);
202
137
  }));
203
-
204
138
  return function (_x) {
205
139
  return _ref.apply(this, arguments);
206
140
  };
207
141
  }());
208
142
  messageInterface.addListener(_createMessageInterface.LISTENER_SAVE_CONFIGURATION, /*#__PURE__*/function () {
209
- var _ref2 = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee2(event) {
143
+ var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(event) {
210
144
  var save_id, saveType, configuration, code;
211
- return regeneratorRuntime.wrap(function _callee2$(_context2) {
212
- while (1) {
213
- switch (_context2.prev = _context2.next) {
214
- case 0:
215
- save_id = (0, _get["default"])(event, 'data.save_id');
216
- saveType = (0, _get["default"])(event, 'data.save_type') === _configuration2.SaveTypes.CART ? _configuration2.SaveTypes.CART : _configuration2.SaveTypes.USER;
217
- _context2.prev = 2;
218
- _context2.next = 5;
219
- return _this2.captureAndSaveConfiguration(saveType);
220
-
221
- case 5:
222
- configuration = _context2.sent;
223
- code = (0, _get["default"])(configuration, 'data.code');
224
- messageInterface.dispatch({
225
- method: _createMessageInterface.METHOD_CONFIGURATION_SAVED_REMOTELY,
226
- save_id: save_id,
227
- code: code
228
- });
229
- _context2.next = 13;
230
- break;
231
-
232
- case 10:
233
- _context2.prev = 10;
234
- _context2.t0 = _context2["catch"](2);
235
- // eslint-disable-next-line no-console
236
- console.error('Saving configuration failed, save_id was ', save_id);
237
-
238
- case 13:
239
- case "end":
240
- return _context2.stop();
241
- }
145
+ return _regeneratorRuntime().wrap(function _callee2$(_context2) {
146
+ while (1) switch (_context2.prev = _context2.next) {
147
+ case 0:
148
+ save_id = (0, _get["default"])(event, 'data.save_id');
149
+ saveType = (0, _get["default"])(event, 'data.save_type') === _configuration2.SaveTypes.CART ? _configuration2.SaveTypes.CART : _configuration2.SaveTypes.USER;
150
+ _context2.prev = 2;
151
+ _context2.next = 5;
152
+ return _this2.captureAndSaveConfiguration(saveType);
153
+ case 5:
154
+ configuration = _context2.sent;
155
+ code = (0, _get["default"])(configuration, 'data.code');
156
+ messageInterface.dispatch({
157
+ method: _createMessageInterface.METHOD_CONFIGURATION_SAVED_REMOTELY,
158
+ save_id: save_id,
159
+ code: code
160
+ });
161
+ _context2.next = 13;
162
+ break;
163
+ case 10:
164
+ _context2.prev = 10;
165
+ _context2.t0 = _context2["catch"](2);
166
+ // eslint-disable-next-line no-console
167
+ console.error('Saving configuration failed, save_id was ', save_id);
168
+ case 13:
169
+ case "end":
170
+ return _context2.stop();
242
171
  }
243
172
  }, _callee2, null, [[2, 10]]);
244
173
  }));
245
-
246
174
  return function (_x2) {
247
175
  return _ref2.apply(this, arguments);
248
176
  };
249
177
  }());
250
178
  }
251
- } // state selector
179
+ }
252
180
 
181
+ // state selector
253
182
  }, {
254
183
  key: "state",
255
184
  get: function get() {
@@ -262,17 +191,14 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
262
191
  var basePath = (0, _configuration2.getConf)('routingBasePath', '/');
263
192
  var itemRegex = new RegExp("".concat(basePath, "(code|identifier):([^/]+)"));
264
193
  var results = itemRegex.exec(location.pathname);
265
-
266
194
  if (results) {
267
195
  params[results[1]] = results[2];
268
196
  }
269
-
270
197
  if (params.identifier) {
271
198
  this.setLoadIdentifier(params.identifier);
272
199
  } else if (params.code) {
273
200
  this.setLoadCode(params.code);
274
201
  }
275
-
276
202
  this.loadClientData();
277
203
  }
278
204
  }, {
@@ -281,20 +207,19 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
281
207
  var overwrite = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
282
208
  var extraData = arguments.length > 1 ? arguments[1] : undefined;
283
209
  var configuration = this.state.configuration;
210
+ var updatedConfiguration = _ServiceLocator.Services.designData.removeAllDesignAreaPlaceholders(configuration);
284
211
 
285
- var updatedConfiguration = _ServiceLocator.Services.designData.removeAllDesignAreaPlaceholders(configuration); // remove the code by default (to prevent overwriting the current configuration)
286
-
287
-
212
+ // remove the code by default (to prevent overwriting the current configuration)
288
213
  var code = updatedConfiguration.code,
289
- otherData = _objectWithoutProperties(updatedConfiguration, _excluded); // always remove parentCode from customdata
290
-
214
+ otherData = _objectWithoutProperties(updatedConfiguration, _excluded);
291
215
 
292
- var customdata = (0, _omit["default"])(updatedConfiguration.customdata || {}, ['parentCode']); // add parentCode only when it's set in the config
216
+ // always remove parentCode from customdata
217
+ var customdata = (0, _omit["default"])(updatedConfiguration.customdata || {}, ['parentCode']);
293
218
 
219
+ // add parentCode only when it's set in the config
294
220
  if ((0, _configuration2.getConf)('addParentCodeOnSave')) {
295
221
  customdata.parentCode = code;
296
222
  }
297
-
298
223
  return _objectSpread(_objectSpread(_objectSpread(_objectSpread({}, otherData), overwrite ? {
299
224
  code: code
300
225
  } : {}), extraData), {}, {
@@ -304,70 +229,58 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
304
229
  }, {
305
230
  key: "setCalculationAutoResolveEnabled",
306
231
  value: function setCalculationAutoResolveEnabled(enabled) {
307
- _ServiceLocator.Services.store.dispatch((0, configuratorActions.setCalculationAutoResolveEnabled)(enabled));
232
+ _ServiceLocator.Services.store.dispatch((0, _Actions.setCalculationAutoResolveEnabled)(enabled));
308
233
  }
309
234
  }, {
310
235
  key: "skipNextCalculationAutoResolve",
311
236
  value: function skipNextCalculationAutoResolve() {
312
- _ServiceLocator.Services.store.dispatch((0, configuratorActions.skipNextAutoResolve)());
237
+ _ServiceLocator.Services.store.dispatch((0, _Actions.skipNextAutoResolve)());
313
238
  }
314
239
  }, {
315
240
  key: "onConfigurationChange",
316
241
  value: function () {
317
- var _onConfigurationChange = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee3(configuration, prevConfiguration) {
318
- return regeneratorRuntime.wrap(function _callee3$(_context3) {
319
- while (1) {
320
- switch (_context3.prev = _context3.next) {
321
- case 0:
322
- if (!(this.state.calculationIsEnabled && (!configuration.check_results || // no check results
323
- configuration.check_results.status) && // or the check result status is ok
324
- this.shouldInvalidateCalculation(prevConfiguration, configuration))) {
325
- _context3.next = 11;
326
- break;
327
- }
328
-
329
- if (!(0, _Selectors.isCalculationAutoResolveEnabled)(this.state)) {
330
- _context3.next = 9;
331
- break;
332
- }
333
-
334
- // disable automatic price updates to take direct control over error handling
335
- _ServiceLocator.Services.store.dispatch((0, configuratorActions.setCalculationEnabled)(false)); // triggering the calculation directly to make sure it's synced
336
-
337
-
338
- _context3.next = 5;
339
- return _ServiceLocator.Services.store.dispatch(configuratorActions.doCalculation());
340
-
341
- case 5:
342
- _ServiceLocator.Services.store.dispatch((0, configuratorActions.setCalculationEnabled)(true));
343
-
344
- _ServiceLocator.Services.configurator.resolveCalculationErrors();
345
-
242
+ var _onConfigurationChange = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(configuration, prevConfiguration) {
243
+ return _regeneratorRuntime().wrap(function _callee3$(_context3) {
244
+ while (1) switch (_context3.prev = _context3.next) {
245
+ case 0:
246
+ if (!(this.state.calculationIsEnabled && (!configuration.check_results ||
247
+ // no check results
248
+ configuration.check_results.status) &&
249
+ // or the check result status is ok
250
+ this.shouldInvalidateCalculation(prevConfiguration, configuration))) {
346
251
  _context3.next = 11;
347
252
  break;
348
-
349
- case 9:
350
- _ServiceLocator.Services.store.dispatch(configuratorActions.invalidateCalculation());
351
-
352
- _ServiceLocator.Services.store.dispatch(configuratorActions.doCalculation());
353
-
354
- case 11:
355
- if (this.shouldUpdateVisualization(prevConfiguration, configuration)) {
356
- _ServiceLocator.Services.visualization.update(configuration);
357
- }
358
-
359
- case 12:
360
- case "end":
361
- return _context3.stop();
362
- }
253
+ }
254
+ if (!(0, _Selectors.isCalculationAutoResolveEnabled)(this.state)) {
255
+ _context3.next = 9;
256
+ break;
257
+ }
258
+ // disable automatic price updates to take direct control over error handling
259
+ _ServiceLocator.Services.store.dispatch((0, _Actions.setCalculationEnabled)(false));
260
+ // triggering the calculation directly to make sure it's synced
261
+ _context3.next = 5;
262
+ return _ServiceLocator.Services.store.dispatch(configuratorActions.doCalculation());
263
+ case 5:
264
+ _ServiceLocator.Services.store.dispatch((0, _Actions.setCalculationEnabled)(true));
265
+ _ServiceLocator.Services.configurator.resolveCalculationErrors();
266
+ _context3.next = 11;
267
+ break;
268
+ case 9:
269
+ _ServiceLocator.Services.store.dispatch(configuratorActions.invalidateCalculation());
270
+ _ServiceLocator.Services.store.dispatch(configuratorActions.doCalculation());
271
+ case 11:
272
+ if (this.shouldUpdateVisualization(prevConfiguration, configuration)) {
273
+ _ServiceLocator.Services.visualization.update(configuration);
274
+ }
275
+ case 12:
276
+ case "end":
277
+ return _context3.stop();
363
278
  }
364
279
  }, _callee3, this);
365
280
  }));
366
-
367
281
  function onConfigurationChange(_x3, _x4) {
368
282
  return _onConfigurationChange.apply(this, arguments);
369
283
  }
370
-
371
284
  return onConfigurationChange;
372
285
  }()
373
286
  }, {
@@ -388,6 +301,7 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
388
301
  var cc = this.getRoughConfiguration(configuration);
389
302
  return !(0, _isEqual["default"])(cc, pc);
390
303
  }
304
+
391
305
  /**
392
306
  * Returns the configuration core values
393
307
  * Use this method to create a more simple comparable object that represents the same
@@ -395,13 +309,12 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
395
309
  * @param configuration
396
310
  * @returns {{item: {identifier: *, price: *}, optionclassifications: Array, designdata: {}, customdata: {}}}
397
311
  */
398
-
399
312
  }, {
400
313
  key: "getRoughConfiguration",
401
314
  value: function getRoughConfiguration(configuration) {
402
315
  var item = configuration.item,
403
- optionclassifications = configuration.optionclassifications,
404
- designdata = configuration.designdata;
316
+ optionclassifications = configuration.optionclassifications,
317
+ designdata = configuration.designdata;
405
318
  var customdata = configuration.customdata && (0, _omit["default"])(configuration.customdata, ['comment']);
406
319
  return {
407
320
  item: item && {
@@ -424,206 +337,172 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
424
337
  customdata: customdata
425
338
  };
426
339
  }
340
+
427
341
  /**
428
342
  * The design data can also invalidate the calculation if any of the relevant properties have changed.
429
343
  * (Eg. an object is added or removed, or a design area related option has changed.)
430
344
  * @param designData
431
345
  * @returns {null|object}
432
346
  */
433
-
434
347
  }, {
435
348
  key: "getRoughDesignData",
436
349
  value: function getRoughDesignData(designData) {
437
350
  if (!designData) {
438
351
  return null;
439
352
  }
440
-
441
353
  var designAreas = Object.keys(designData);
442
354
  var roughDesignData = {};
443
-
444
355
  for (var _i = 0, _designAreas = designAreas; _i < _designAreas.length; _i++) {
445
356
  var designAreaIdentifier = _designAreas[_i];
446
357
  var designAreaData = designData[designAreaIdentifier];
447
358
  var canvasData = designAreaData.canvasData,
448
- designProductionMethodIdentifier = designAreaData.designProductionMethodIdentifier,
449
- colorAmount = designAreaData.colorAmount;
359
+ designProductionMethodIdentifier = designAreaData.designProductionMethodIdentifier,
360
+ colorAmount = designAreaData.colorAmount;
450
361
  roughDesignData[designAreaIdentifier] = {
451
362
  objectCount: (0, _get["default"])(canvasData, 'objects.length'),
452
363
  designProductionMethodIdentifier: designProductionMethodIdentifier,
453
364
  colorAmount: colorAmount
454
365
  };
455
366
  }
456
-
457
367
  return roughDesignData;
458
- } //// <-- ACTIONS -->
368
+ }
459
369
 
370
+ //// <-- ACTIONS -->
460
371
  }, {
461
372
  key: "saveConfiguration",
462
373
  value: function () {
463
- var _saveConfiguration = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee4(configuration, configurationtype) {
464
- return regeneratorRuntime.wrap(function _callee4$(_context4) {
465
- while (1) {
466
- switch (_context4.prev = _context4.next) {
467
- case 0:
468
- return _context4.abrupt("return", _ServiceLocator.Services.store.dispatch(configuratorActions.saveConfiguration(configuration, configurationtype)));
469
-
470
- case 1:
471
- case "end":
472
- return _context4.stop();
473
- }
374
+ var _saveConfiguration = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(configuration, configurationtype) {
375
+ return _regeneratorRuntime().wrap(function _callee4$(_context4) {
376
+ while (1) switch (_context4.prev = _context4.next) {
377
+ case 0:
378
+ return _context4.abrupt("return", _ServiceLocator.Services.store.dispatch(configuratorActions.saveConfiguration(configuration, configurationtype)));
379
+ case 1:
380
+ case "end":
381
+ return _context4.stop();
474
382
  }
475
383
  }, _callee4);
476
384
  }));
477
-
478
385
  function saveConfiguration(_x5, _x6) {
479
386
  return _saveConfiguration.apply(this, arguments);
480
387
  }
481
-
482
388
  return saveConfiguration;
483
389
  }()
484
390
  }, {
485
391
  key: "getPreviewImagesForVariants",
486
392
  value: function () {
487
- var _getPreviewImagesForVariants = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee5() {
393
+ var _getPreviewImagesForVariants = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee5() {
488
394
  var options,
489
- _options$size,
490
- size,
491
- designData,
492
- configurationOptions,
493
- cached,
494
- memo,
495
- designAreas,
496
- defaultDesignAreaIdentifier,
497
- areasWithDesign,
498
- screenshotAreaIdentifier,
499
- screenshotArea,
500
- usedAreas,
501
- firstDesignViewIdentifier,
502
- usedViews,
503
- variants,
504
- screenshots,
505
- images,
506
- _args5 = arguments;
507
-
508
- return regeneratorRuntime.wrap(function _callee5$(_context5) {
509
- while (1) {
510
- switch (_context5.prev = _context5.next) {
511
- case 0:
512
- options = _args5.length > 0 && _args5[0] !== undefined ? _args5[0] : {};
513
-
514
- _ServiceLocator.Services.designData.closeDesignAreaEditor();
515
-
516
- _ServiceLocator.Services.designData.clearDesignAreaSelection();
517
-
518
- _options$size = options.size, size = _options$size === void 0 ? {
519
- width: 100,
520
- height: 100
521
- } : _options$size;
522
- designData = (0, _Reducer.getDesignData)(this.state);
523
- configurationOptions = (0, _Selectors.getConfiguration)(this.state).optionclassifications;
524
- cached = (0, _cached.getCached)('variantPreviewImages', designData, configurationOptions);
525
-
526
- if (!cached.validate()) {
527
- _context5.next = 9;
528
- break;
529
- }
530
-
531
- return _context5.abrupt("return", cached.getValue());
532
-
533
- case 9:
534
- memo = _ServiceLocator.Services.designData.createHighlightMemo(false);
535
- designAreas = _ServiceLocator.Services.store.state.designArea.filteredDesignAreas; // use the first area as default if it's not defined through the production methods
536
-
537
- defaultDesignAreaIdentifier = (0, _Selectors2.getDefaultDesignAreaIdentifierFromProductionMethod)(_ServiceLocator.Services.store.state) || (designAreas.length ? designAreas[0].identifier : null);
538
- areasWithDesign = designData && Object.keys(designData).filter(function (designAreaIdentifier) {
539
- return (0, _get["default"])(designData[designAreaIdentifier], 'canvasData.objects.length');
540
- }); // use the default design area, or the first that contains a design
541
-
542
- screenshotAreaIdentifier = areasWithDesign && (areasWithDesign.indexOf(defaultDesignAreaIdentifier) !== -1 ? defaultDesignAreaIdentifier : areasWithDesign[0]) || defaultDesignAreaIdentifier;
543
- screenshotArea = (0, _find["default"])(designAreas, {
544
- identifier: screenshotAreaIdentifier
545
- });
546
- usedAreas = screenshotAreaIdentifier && [screenshotAreaIdentifier];
547
- firstDesignViewIdentifier = (0, _get["default"])(_ServiceLocator.Services.store.state.designView, 'designViews[0].identifier');
548
- usedViews = [screenshotArea ? screenshotArea.designView.identifier : firstDesignViewIdentifier];
549
- variants = (0, _Selectors.getChildren)(this.state).map(function (_ref3) {
550
- var identifier = _ref3.identifier;
551
- return identifier;
552
- });
553
-
554
- if (!variants[0]) {
555
- variants = [(0, _Selectors.getItem)(this.state).identifier];
556
- }
557
-
558
- _context5.prev = 20;
559
- _context5.next = 23;
560
- return _ServiceLocator.Services.visualization.getScreenshots({
561
- areaList: usedAreas,
562
- viewList: usedViews,
563
- variantList: variants,
564
- size: size
565
- });
566
-
567
- case 23:
568
- screenshots = _context5.sent;
569
-
570
- if (screenshots) {
571
- _context5.next = 26;
572
- break;
573
- }
574
-
575
- return _context5.abrupt("return", {});
576
-
577
- case 26:
578
- images = {};
579
- Object.keys(screenshots).forEach(function (identifier) {
580
- images[variants.length === 1 ? variants[0] : identifier] = (0, _getFirstDataURLFromScreenshotsObj.getFirstDataURLFromScreenshotsObj)(screenshots[identifier]);
581
- });
582
- cached.setValue(images);
583
- return _context5.abrupt("return", images);
584
-
585
- case 32:
586
- _context5.prev = 32;
587
- _context5.t0 = _context5["catch"](20);
588
- // eslint-disable-next-line no-console
589
- console.error('Error occurred while generating preview images:', _context5.t0);
590
-
591
- case 35:
592
- _context5.prev = 35;
593
- memo.restore();
594
- return _context5.finish(35);
595
-
596
- case 38:
597
- case "end":
598
- return _context5.stop();
599
- }
395
+ _options$size,
396
+ size,
397
+ designData,
398
+ configurationOptions,
399
+ cached,
400
+ memo,
401
+ designAreas,
402
+ defaultDesignAreaIdentifier,
403
+ areasWithDesign,
404
+ screenshotAreaIdentifier,
405
+ screenshotArea,
406
+ usedAreas,
407
+ firstDesignViewIdentifier,
408
+ usedViews,
409
+ variants,
410
+ screenshots,
411
+ images,
412
+ _args5 = arguments;
413
+ return _regeneratorRuntime().wrap(function _callee5$(_context5) {
414
+ while (1) switch (_context5.prev = _context5.next) {
415
+ case 0:
416
+ options = _args5.length > 0 && _args5[0] !== undefined ? _args5[0] : {};
417
+ _ServiceLocator.Services.designData.closeDesignAreaEditor();
418
+ _ServiceLocator.Services.designData.clearDesignAreaSelection();
419
+ _options$size = options.size, size = _options$size === void 0 ? {
420
+ width: 100,
421
+ height: 100
422
+ } : _options$size;
423
+ designData = (0, _Reducer.getDesignData)(this.state);
424
+ configurationOptions = (0, _Selectors.getConfiguration)(this.state).optionclassifications;
425
+ cached = (0, _cached.getCached)('variantPreviewImages', designData, configurationOptions);
426
+ if (!cached.validate()) {
427
+ _context5.next = 9;
428
+ break;
429
+ }
430
+ return _context5.abrupt("return", cached.getValue());
431
+ case 9:
432
+ memo = _ServiceLocator.Services.designData.createHighlightMemo(false);
433
+ designAreas = _ServiceLocator.Services.store.state.designArea.filteredDesignAreas; // use the first area as default if it's not defined through the production methods
434
+ defaultDesignAreaIdentifier = (0, _Selectors2.getDefaultDesignAreaIdentifierFromProductionMethod)(_ServiceLocator.Services.store.state) || (designAreas.length ? designAreas[0].identifier : null);
435
+ areasWithDesign = designData && Object.keys(designData).filter(function (designAreaIdentifier) {
436
+ return (0, _get["default"])(designData[designAreaIdentifier], 'canvasData.objects.length');
437
+ }); // use the default design area, or the first that contains a design
438
+ screenshotAreaIdentifier = areasWithDesign && (areasWithDesign.indexOf(defaultDesignAreaIdentifier) !== -1 ? defaultDesignAreaIdentifier : areasWithDesign[0]) || defaultDesignAreaIdentifier;
439
+ screenshotArea = (0, _find["default"])(designAreas, {
440
+ identifier: screenshotAreaIdentifier
441
+ });
442
+ usedAreas = screenshotAreaIdentifier && [screenshotAreaIdentifier];
443
+ firstDesignViewIdentifier = (0, _get["default"])(_ServiceLocator.Services.store.state.designView, 'designViews[0].identifier');
444
+ usedViews = [screenshotArea ? screenshotArea.designView.identifier : firstDesignViewIdentifier];
445
+ variants = (0, _Selectors.getChildren)(this.state).map(function (_ref3) {
446
+ var identifier = _ref3.identifier;
447
+ return identifier;
448
+ });
449
+ if (!variants[0]) {
450
+ variants = [(0, _Selectors.getItem)(this.state).identifier];
451
+ }
452
+ _context5.prev = 20;
453
+ _context5.next = 23;
454
+ return _ServiceLocator.Services.visualization.getScreenshots({
455
+ areaList: usedAreas,
456
+ viewList: usedViews,
457
+ variantList: variants,
458
+ size: size
459
+ });
460
+ case 23:
461
+ screenshots = _context5.sent;
462
+ if (screenshots) {
463
+ _context5.next = 26;
464
+ break;
465
+ }
466
+ return _context5.abrupt("return", {});
467
+ case 26:
468
+ images = {};
469
+ Object.keys(screenshots).forEach(function (identifier) {
470
+ images[variants.length === 1 ? variants[0] : identifier] = (0, _getFirstDataURLFromScreenshotsObj.getFirstDataURLFromScreenshotsObj)(screenshots[identifier]);
471
+ });
472
+ cached.setValue(images);
473
+ return _context5.abrupt("return", images);
474
+ case 32:
475
+ _context5.prev = 32;
476
+ _context5.t0 = _context5["catch"](20);
477
+ // eslint-disable-next-line no-console
478
+ console.error('Error occurred while generating preview images:', _context5.t0);
479
+ case 35:
480
+ _context5.prev = 35;
481
+ memo.restore();
482
+ return _context5.finish(35);
483
+ case 38:
484
+ case "end":
485
+ return _context5.stop();
600
486
  }
601
487
  }, _callee5, this, [[20, 32, 35, 38]]);
602
488
  }));
603
-
604
489
  function getPreviewImagesForVariants() {
605
490
  return _getPreviewImagesForVariants.apply(this, arguments);
606
491
  }
607
-
608
492
  return getPreviewImagesForVariants;
609
493
  }()
610
494
  }, {
611
495
  key: "togglePlaceholders",
612
496
  value: function togglePlaceholders(show) {
613
497
  var _this3 = this;
614
-
615
498
  var canvases = _ServiceLocator.Services.designData.getDesignAreaCanvases();
616
-
617
499
  canvases.forEach(function (_ref4) {
618
500
  var canvas = _ref4.canvas;
619
-
620
501
  var _iterator2 = _createForOfIteratorHelper(canvas.objects),
621
- _step2;
622
-
502
+ _step2;
623
503
  try {
624
504
  for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
625
505
  var obj = _step2.value;
626
-
627
506
  if ((0, _Selectors4.isPlaceholderObject)(obj)) {
628
507
  obj.wrappedObject.visible = show;
629
508
  }
@@ -641,197 +520,163 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
641
520
  }, {
642
521
  key: "createMediaDataForConfiguration",
643
522
  value: function () {
644
- var _createMediaDataForConfiguration = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee6(configuration) {
523
+ var _createMediaDataForConfiguration = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee6(configuration) {
645
524
  var mediaData, restorePlaceholderVisibility, memo, fontMapping, svgs, fullSvgs, usedAreas, designArea, filteredDesignAreas, usedViews, item, selectedAmounts, selectedVariants, selectedVariant, designViewList, screenshots, _iterator4, _step4, variant, variantImages, _keys, orderedImages, index, key;
646
-
647
- return regeneratorRuntime.wrap(function _callee6$(_context6) {
648
- while (1) {
649
- switch (_context6.prev = _context6.next) {
650
- case 0:
651
- mediaData = {};
652
- restorePlaceholderVisibility = this.togglePlaceholders(false);
653
- memo = _ServiceLocator.Services.designData.createHighlightMemo(false);
654
- fontMapping = (0, _Selectors3.getFontMapping)(_ServiceLocator.Services.store.state);
655
- _context6.next = 6;
656
- return _ServiceLocator.Services.designData.getScreenshotsOfElements(fontMapping);
657
-
658
- case 6:
659
- svgs = _context6.sent;
660
- mediaData.designDataSnapshots = (0, _SvgFixers.prepareDesignDataSnapshots)(svgs);
661
- _context6.next = 10;
662
- return _ServiceLocator.Services.designData.getScreenshots(fontMapping);
663
-
664
- case 10:
665
- fullSvgs = _context6.sent;
666
- mediaData.printDesignData = (0, _SvgFixers.preparePrintDesignData)(fullSvgs);
667
- usedAreas = Object.keys(fullSvgs);
668
- designArea = _ServiceLocator.Services.store.state.designArea;
669
- filteredDesignAreas = designArea.filteredDesignAreas;
670
- usedViews = (0, _Selectors2.getCameraViewListForDesignAreaList)(filteredDesignAreas, usedAreas);
671
- item = (0, _Selectors.getItem)(this.state);
672
- selectedAmounts = (0, _Selectors.getSelectedAmounts)(this.state);
673
- selectedVariants = getSelectedAmountsBySizes(item, selectedAmounts).filter(function (item) {
674
- if (item.sizes.length > 0) {
675
- var _iterator3 = _createForOfIteratorHelper(item.sizes),
676
- _step3;
677
-
678
- try {
679
- for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
680
- var size = _step3.value;
681
-
682
- if (size.amount > 0) {
683
- return true;
684
- }
685
- }
686
- } catch (err) {
687
- _iterator3.e(err);
688
- } finally {
689
- _iterator3.f();
690
- }
691
- } else {
692
- if (item.amount > 0) {
693
- return true;
694
- }
695
- }
696
-
697
- return false;
698
- }).map(function (item) {
699
- return item.identifier;
700
- });
701
- selectedVariant = (0, _Selectors.getSelectedVariantIdentifier)(this.state);
702
-
703
- if (selectedVariants.length === 0) {
704
- selectedVariants.push(selectedVariant);
705
- }
706
-
707
- designViewList = (0, _Selectors2.getDesignViewListForDesignAreas)(_ServiceLocator.Services.store.state);
708
- mediaData.screenshots = {};
709
- _context6.prev = 23;
710
- _context6.next = 26;
711
- return _ServiceLocator.Services.visualization.getScreenshots({
712
- areaList: usedAreas,
713
- // used in 2D visualization
714
- viewList: usedViews,
715
- // used in 3D visualization
716
- variantList: selectedVariants,
717
- designViewList: designViewList // used in 2D visualization
718
-
719
- });
720
-
721
- case 26:
722
- screenshots = _context6.sent;
723
-
724
- if (screenshots) {
725
- // make sure the order is kept on the server side
726
- _iterator4 = _createForOfIteratorHelper(selectedVariants);
727
-
525
+ return _regeneratorRuntime().wrap(function _callee6$(_context6) {
526
+ while (1) switch (_context6.prev = _context6.next) {
527
+ case 0:
528
+ mediaData = {};
529
+ restorePlaceholderVisibility = this.togglePlaceholders(false);
530
+ memo = _ServiceLocator.Services.designData.createHighlightMemo(false);
531
+ fontMapping = (0, _Selectors3.getFontMapping)(_ServiceLocator.Services.store.state);
532
+ _context6.next = 6;
533
+ return _ServiceLocator.Services.designData.getScreenshotsOfElements(fontMapping);
534
+ case 6:
535
+ svgs = _context6.sent;
536
+ mediaData.designDataSnapshots = (0, _SvgFixers.prepareDesignDataSnapshots)(svgs);
537
+ _context6.next = 10;
538
+ return _ServiceLocator.Services.designData.getScreenshots(fontMapping);
539
+ case 10:
540
+ fullSvgs = _context6.sent;
541
+ mediaData.printDesignData = (0, _SvgFixers.preparePrintDesignData)(fullSvgs);
542
+ usedAreas = Object.keys(fullSvgs);
543
+ designArea = _ServiceLocator.Services.store.state.designArea;
544
+ filteredDesignAreas = designArea.filteredDesignAreas;
545
+ usedViews = (0, _Selectors2.getCameraViewListForDesignAreaList)(filteredDesignAreas, usedAreas);
546
+ item = (0, _Selectors.getItem)(this.state);
547
+ selectedAmounts = (0, _Selectors.getSelectedAmounts)(this.state);
548
+ selectedVariants = getSelectedAmountsBySizes(item, selectedAmounts).filter(function (item) {
549
+ if (item.sizes.length > 0) {
550
+ var _iterator3 = _createForOfIteratorHelper(item.sizes),
551
+ _step3;
728
552
  try {
729
- for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
730
- variant = _step4.value;
731
- variantImages = screenshots[variant];
732
-
733
- if (variantImages) {
734
- _keys = Object.keys(variantImages);
735
- orderedImages = {};
736
-
737
- for (index = 0; index < _keys.length; index++) {
738
- key = _keys[index];
739
- orderedImages[index + key] = variantImages[key];
740
- }
741
-
742
- screenshots[variant] = orderedImages;
553
+ for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
554
+ var size = _step3.value;
555
+ if (size.amount > 0) {
556
+ return true;
743
557
  }
744
558
  }
745
559
  } catch (err) {
746
- _iterator4.e(err);
560
+ _iterator3.e(err);
747
561
  } finally {
748
- _iterator4.f();
562
+ _iterator3.f();
563
+ }
564
+ } else {
565
+ if (item.amount > 0) {
566
+ return true;
749
567
  }
750
568
  }
751
-
752
- mediaData.screenshots = screenshots;
753
- _context6.next = 34;
754
- break;
755
-
756
- case 31:
757
- _context6.prev = 31;
758
- _context6.t0 = _context6["catch"](23);
759
- // do not save in case of an error while generating screenshots
760
- // eslint-disable-next-line no-console
761
- console.error('Error occurred while generating screenshots:', _context6.t0);
762
-
763
- case 34:
764
- memo.restore();
765
-
766
- if (_typeof(configuration) === 'object') {
767
- Object.assign(configuration, mediaData);
569
+ return false;
570
+ }).map(function (item) {
571
+ return item.identifier;
572
+ });
573
+ selectedVariant = (0, _Selectors.getSelectedVariantIdentifier)(this.state);
574
+ if (selectedVariants.length === 0) {
575
+ selectedVariants.push(selectedVariant);
576
+ }
577
+ designViewList = (0, _Selectors2.getDesignViewListForDesignAreas)(_ServiceLocator.Services.store.state);
578
+ mediaData.screenshots = {};
579
+ _context6.prev = 23;
580
+ _context6.next = 26;
581
+ return _ServiceLocator.Services.visualization.getScreenshots({
582
+ areaList: usedAreas,
583
+ // used in 2D visualization
584
+ viewList: usedViews,
585
+ // used in 3D visualization
586
+ variantList: selectedVariants,
587
+ designViewList: designViewList // used in 2D visualization
588
+ });
589
+ case 26:
590
+ screenshots = _context6.sent;
591
+ if (screenshots) {
592
+ // make sure the order is kept on the server side
593
+ _iterator4 = _createForOfIteratorHelper(selectedVariants);
594
+ try {
595
+ for (_iterator4.s(); !(_step4 = _iterator4.n()).done;) {
596
+ variant = _step4.value;
597
+ variantImages = screenshots[variant];
598
+ if (variantImages) {
599
+ _keys = Object.keys(variantImages);
600
+ orderedImages = {};
601
+ for (index = 0; index < _keys.length; index++) {
602
+ key = _keys[index];
603
+ orderedImages[index + key] = variantImages[key];
604
+ }
605
+ screenshots[variant] = orderedImages;
606
+ }
607
+ }
608
+ } catch (err) {
609
+ _iterator4.e(err);
610
+ } finally {
611
+ _iterator4.f();
768
612
  }
769
-
770
- restorePlaceholderVisibility();
771
- return _context6.abrupt("return", mediaData);
772
-
773
- case 38:
774
- case "end":
775
- return _context6.stop();
776
- }
613
+ }
614
+ mediaData.screenshots = screenshots;
615
+ _context6.next = 34;
616
+ break;
617
+ case 31:
618
+ _context6.prev = 31;
619
+ _context6.t0 = _context6["catch"](23);
620
+ // do not save in case of an error while generating screenshots
621
+ // eslint-disable-next-line no-console
622
+ console.error('Error occurred while generating screenshots:', _context6.t0);
623
+ case 34:
624
+ memo.restore();
625
+ if (_typeof(configuration) === 'object') {
626
+ Object.assign(configuration, mediaData);
627
+ }
628
+ restorePlaceholderVisibility();
629
+ return _context6.abrupt("return", mediaData);
630
+ case 38:
631
+ case "end":
632
+ return _context6.stop();
777
633
  }
778
634
  }, _callee6, this, [[23, 31]]);
779
635
  }));
780
-
781
636
  function createMediaDataForConfiguration(_x7) {
782
637
  return _createMediaDataForConfiguration.apply(this, arguments);
783
638
  }
784
-
785
639
  return createMediaDataForConfiguration;
786
640
  }()
787
641
  }, {
788
642
  key: "captureAndSaveConfiguration",
789
643
  value: function () {
790
- var _captureAndSaveConfiguration = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee7(saveType) {
644
+ var _captureAndSaveConfiguration = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee7(saveType) {
791
645
  var extraData,
792
- configuration,
793
- _args7 = arguments;
794
- return regeneratorRuntime.wrap(function _callee7$(_context7) {
795
- while (1) {
796
- switch (_context7.prev = _context7.next) {
797
- case 0:
798
- extraData = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : {};
799
- _context7.prev = 1;
800
- _context7.next = 4;
801
- return this.editNameAsync(saveType);
802
-
803
- case 4:
804
- _context7.next = 10;
805
- break;
806
-
807
- case 6:
808
- _context7.prev = 6;
809
- _context7.t0 = _context7["catch"](1);
810
- // do not save if the name is not entered / confirmed
811
- // eslint-disable-next-line no-console
812
- console.error('Custom name editor not confirmed!');
813
- return _context7.abrupt("return");
814
-
815
- case 10:
816
- configuration = this.prepareConfigurationForSave(false, extraData);
817
- _context7.next = 13;
818
- return this.createMediaDataForConfiguration(configuration);
819
-
820
- case 13:
821
- return _context7.abrupt("return", this.saveConfiguration(configuration, saveType));
822
-
823
- case 14:
824
- case "end":
825
- return _context7.stop();
826
- }
646
+ configuration,
647
+ _args7 = arguments;
648
+ return _regeneratorRuntime().wrap(function _callee7$(_context7) {
649
+ while (1) switch (_context7.prev = _context7.next) {
650
+ case 0:
651
+ extraData = _args7.length > 1 && _args7[1] !== undefined ? _args7[1] : {};
652
+ _context7.prev = 1;
653
+ _context7.next = 4;
654
+ return this.editNameAsync(saveType);
655
+ case 4:
656
+ _context7.next = 10;
657
+ break;
658
+ case 6:
659
+ _context7.prev = 6;
660
+ _context7.t0 = _context7["catch"](1);
661
+ // do not save if the name is not entered / confirmed
662
+ // eslint-disable-next-line no-console
663
+ console.error('Custom name editor not confirmed!');
664
+ return _context7.abrupt("return");
665
+ case 10:
666
+ configuration = this.prepareConfigurationForSave(false, extraData);
667
+ _context7.next = 13;
668
+ return this.createMediaDataForConfiguration(configuration);
669
+ case 13:
670
+ return _context7.abrupt("return", this.saveConfiguration(configuration, saveType));
671
+ case 14:
672
+ case "end":
673
+ return _context7.stop();
827
674
  }
828
675
  }, _callee7, this, [[1, 6]]);
829
676
  }));
830
-
831
677
  function captureAndSaveConfiguration(_x8) {
832
678
  return _captureAndSaveConfiguration.apply(this, arguments);
833
679
  }
834
-
835
680
  return captureAndSaveConfiguration;
836
681
  }()
837
682
  }, {
@@ -839,7 +684,6 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
839
684
  value: function editNameAsync(saveType) {
840
685
  if ((0, _configuration2.getConf)('editCustomTitleBeforeSave') && (0, _configuration2.getConf)('customTitleSaveTypes').indexOf(saveType) !== -1) {
841
686
  _ServiceLocator.Services.ui.show('customTitleEditor');
842
-
843
687
  return _ServiceLocator.Services.async.create('customEditorConfirm');
844
688
  }
845
689
  }
@@ -851,62 +695,51 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
851
695
  }, {
852
696
  key: "saveAndReloadConfiguration",
853
697
  value: function () {
854
- var _saveAndReloadConfiguration = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee8(saveType) {
698
+ var _saveAndReloadConfiguration = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee8(saveType) {
855
699
  var tmpConfiguration, _configuration, _this$state, selectedoptionclassification, configuration, loadIdentifier, itemIdentifier;
700
+ return _regeneratorRuntime().wrap(function _callee8$(_context8) {
701
+ while (1) switch (_context8.prev = _context8.next) {
702
+ case 0:
703
+ if (!this.state.configuration.item.identifier) {
704
+ _context8.next = 6;
705
+ break;
706
+ }
707
+ tmpConfiguration = (0, _omit["default"])(this.state.configuration, ['code', 'date_created']);
708
+ _context8.next = 4;
709
+ return this.saveConfiguration(tmpConfiguration, saveType);
710
+ case 4:
711
+ _configuration = this.state.configuration;
712
+ this.setLoadCode(_configuration.code);
713
+ case 6:
714
+ _this$state = this.state, selectedoptionclassification = _this$state.selectedoptionclassification, configuration = _this$state.configuration, loadIdentifier = _this$state.loadIdentifier;
715
+ itemIdentifier = configuration.item.identifier || loadIdentifier; // item identifier is required for the following actions
716
+ if (itemIdentifier) {
717
+ _context8.next = 10;
718
+ break;
719
+ }
720
+ return _context8.abrupt("return");
721
+ case 10:
722
+ // reload inspirations
723
+ if ((0, _configuration2.getConf)('loadInspirations')) {
724
+ this.loadInspirations(itemIdentifier);
725
+ }
856
726
 
857
- return regeneratorRuntime.wrap(function _callee8$(_context8) {
858
- while (1) {
859
- switch (_context8.prev = _context8.next) {
860
- case 0:
861
- if (!this.state.configuration.item.identifier) {
862
- _context8.next = 6;
863
- break;
864
- }
865
-
866
- tmpConfiguration = (0, _omit["default"])(this.state.configuration, ['code', 'date_created']);
867
- _context8.next = 4;
868
- return this.saveConfiguration(tmpConfiguration, saveType);
869
-
870
- case 4:
871
- _configuration = this.state.configuration;
872
- this.setLoadCode(_configuration.code);
873
-
874
- case 6:
875
- _this$state = this.state, selectedoptionclassification = _this$state.selectedoptionclassification, configuration = _this$state.configuration, loadIdentifier = _this$state.loadIdentifier;
876
- itemIdentifier = configuration.item.identifier || loadIdentifier; // item identifier is required for the following actions
877
-
878
- if (itemIdentifier) {
879
- _context8.next = 10;
880
- break;
881
- }
882
-
883
- return _context8.abrupt("return");
884
-
885
- case 10:
886
- // reload inspirations
887
- if ((0, _configuration2.getConf)('loadInspirations')) {
888
- this.loadInspirations(itemIdentifier);
889
- } // reload configuration variants
890
-
891
-
892
- this.loadConfigurationVariants(itemIdentifier); // the optionlist should be reloaded as well if open
893
-
894
- if (configuration.item.identifier && selectedoptionclassification.identifier) {
895
- this.loadOptions(configuration.item.identifier, selectedoptionclassification.identifier, configuration);
896
- }
727
+ // reload configuration variants
728
+ this.loadConfigurationVariants(itemIdentifier);
897
729
 
898
- case 13:
899
- case "end":
900
- return _context8.stop();
901
- }
730
+ // the optionlist should be reloaded as well if open
731
+ if (configuration.item.identifier && selectedoptionclassification.identifier) {
732
+ this.loadOptions(configuration.item.identifier, selectedoptionclassification.identifier, configuration);
733
+ }
734
+ case 13:
735
+ case "end":
736
+ return _context8.stop();
902
737
  }
903
738
  }, _callee8, this);
904
739
  }));
905
-
906
740
  function saveAndReloadConfiguration(_x9) {
907
741
  return _saveAndReloadConfiguration.apply(this, arguments);
908
742
  }
909
-
910
743
  return saveAndReloadConfiguration;
911
744
  }()
912
745
  }, {
@@ -953,7 +786,6 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
953
786
  key: "loadCodeSnippets",
954
787
  value: function loadCodeSnippets() {
955
788
  var _this4 = this;
956
-
957
789
  return _ServiceLocator.Services.store.dispatch(configuratorActions.fetchCodesnippets()).then(function (codeSnippets) {
958
790
  return _this4.attachCodeSnippets(codeSnippets);
959
791
  });
@@ -970,7 +802,6 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
970
802
  codeSnippets.data.forEach(function (_ref5) {
971
803
  var code = _ref5.code;
972
804
  var fragment = document.createRange().createContextualFragment(code);
973
-
974
805
  while (fragment.children.length > 0) {
975
806
  document.head.insertBefore(fragment.children[0], document.head.firstElementChild);
976
807
  }
@@ -989,16 +820,13 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
989
820
  value: function resolveCalculationErrors() {
990
821
  var configuratorstate = _ServiceLocator.Services.store.state.configurator;
991
822
  var configurationItem = (0, _get["default"])(configuratorstate, 'configuration.item', {});
992
-
993
823
  if ((0, _Selectors.createCalculationErrorChecker)(configuratorstate).isMinOrderAmountError()) {
994
824
  var calculation = (0, _Selectors.getCalculation)(configuratorstate);
995
825
  calculation.errors.forEach(function (error) {
996
826
  var variant = '';
997
827
  var amount = 0;
998
-
999
828
  if (error.itemIdentifier === configurationItem.parentItemIdentifier) {
1000
829
  var selectedAmounts = (0, _Selectors.getSelectedAmounts)(configuratorstate);
1001
-
1002
830
  if ((0, _keys2["default"])(selectedAmounts).length > 1) {
1003
831
  variant = configuratorstate.selectedVariantIdentifier;
1004
832
  var selectedVariantAmount = (0, _has["default"])(selectedAmounts, configuratorstate.selectedVariantIdentifier) ? selectedAmounts[configuratorstate.selectedVariantIdentifier] : 0;
@@ -1011,11 +839,9 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
1011
839
  variant = error.itemIdentifier;
1012
840
  amount = error.minimumAmount;
1013
841
  }
1014
-
1015
842
  _ServiceLocator.Services.store.dispatch(configuratorActions.setSelectedAmount(variant, amount, false));
1016
843
  });
1017
844
  }
1018
-
1019
845
  _ServiceLocator.Services.store.dispatch(configuratorActions.setCalculationErrorsResolved());
1020
846
  }
1021
847
  }, {
@@ -1025,7 +851,6 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
1025
851
  if (!oldVariant.children && !newVariant.children && !oldVariant.itemGroup && !newVariant.itemGroup) {
1026
852
  return _ServiceLocator.Services.store.dispatch(configuratorActions.switchSelectedAmount(oldVariant.identifier, newVariant.identifier));
1027
853
  }
1028
-
1029
854
  var oldIdentifiers = (0, _Selectors.getDeepestChildIdentifiers)(oldVariant);
1030
855
  var newIdentifiers = (0, _Selectors.getDeepestChildIdentifiers)(newVariant);
1031
856
  var oldIdentifierKeys = (0, _keys2["default"])(oldIdentifiers);
@@ -1041,13 +866,11 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
1041
866
  });
1042
867
  });
1043
868
  var identifierDiffs = (0, _difference["default"])(sortedOldIdentifierKeys, sortedNewIdentifierKeys);
1044
-
1045
869
  if (identifierDiffs.length === 0 && (0, _isEqual["default"])(sortedOldIdentifierKeys, sortedNewIdentifierKeys)) {
1046
870
  for (var key in oldIdentifiers) {
1047
871
  if (!oldIdentifiers.hasOwnProperty(key)) {
1048
872
  continue;
1049
873
  }
1050
-
1051
874
  if (newIdentifiers[key]) {
1052
875
  _ServiceLocator.Services.store.dispatch(configuratorActions.switchSelectedAmount(oldIdentifiers[key], newIdentifiers[key]));
1053
876
  }
@@ -1088,25 +911,20 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
1088
911
  return o.identifier === firstSelectedAmountIdentifier;
1089
912
  }
1090
913
  });
1091
-
1092
914
  if (!(0, _configuration2.getConf)('restrictAmountselectionToSelectedVariant', false)) {
1093
915
  // Updates selected Amounts from previous selectedVariant amount to new variant
1094
916
  this.updateSelectedAmount(oldSelectedAmountVariant, newVariant);
1095
917
  return;
1096
918
  }
1097
-
1098
919
  if (!oldVariant.children && !newVariant.children) {
1099
920
  return _ServiceLocator.Services.store.dispatch(configuratorActions.switchSelectedAmount(oldVariant.identifier, newVariant.identifier));
1100
921
  }
1101
-
1102
922
  var oldIdentifiers = (0, _Selectors.getDeepestChildIdentifiers)(oldVariant);
1103
923
  var newIdentifiers = (0, _Selectors.getDeepestChildIdentifiers)(newVariant);
1104
-
1105
924
  for (var key in oldIdentifiers) {
1106
925
  if (!oldIdentifiers.hasOwnProperty(key)) {
1107
926
  continue;
1108
927
  }
1109
-
1110
928
  if (newIdentifiers[key]) {
1111
929
  _ServiceLocator.Services.store.dispatch(configuratorActions.switchSelectedAmount(oldIdentifiers[key], newIdentifiers[key]));
1112
930
  }
@@ -1132,13 +950,13 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
1132
950
  value: function setOptionInputText(identifier, value) {
1133
951
  return _ServiceLocator.Services.store.dispatch(configuratorActions.setOptionInputText(identifier, value));
1134
952
  }
953
+
1135
954
  /**
1136
955
  * A simple method for saving the configuration without any additional design data or screenshot
1137
956
  * @param {string} saveType
1138
957
  * @param {object} extraData
1139
958
  * @returns {Promise}
1140
959
  */
1141
-
1142
960
  }, {
1143
961
  key: "prepareAndSaveConfiguration",
1144
962
  value: function prepareAndSaveConfiguration(saveType) {
@@ -1152,7 +970,6 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
1152
970
  // after saving call parent function if existing or send postMessage (depending on the configuration)
1153
971
  if (window.parent !== undefined) {
1154
972
  var addToCartMethod = (0, _configuration2.getConf)('addToCartMethod');
1155
-
1156
973
  if (addToCartMethod === 'postMessage' && window.parent.postMessage !== undefined) {
1157
974
  var appConf = (0, _configuration2.getConf)();
1158
975
  var targetOrigin = (0, _get["default"])(appConf, 'addToCartPostMessageTargetOrigin', '*');
@@ -1166,8 +983,5 @@ var ConfiguratorService = /*#__PURE__*/function (_AbstractConfigurator) {
1166
983
  }
1167
984
  }
1168
985
  }]);
1169
-
1170
986
  return ConfiguratorService;
1171
- }(_AbstractConfiguratorService["default"]);
1172
-
1173
- exports["default"] = ConfiguratorService;
987
+ }(_AbstractConfiguratorService["default"]);