@configuratorware/configurator-admingui 1.27.3-beta.3 → 1.27.3-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/App/Api.js +2 -2
- package/App/Config/app.js +1 -1
- package/App/Config/icons.js +1 -1
- package/App/Data.js +1 -1
- package/App/ErrorBoundary.js +1 -1
- package/App/FeatureReducers.js +1 -1
- package/App/Main.js +1 -1
- package/App/Reducers/Api/Actions.js +1 -1
- package/App/Reducers/Api/Helpers.js +10 -9
- package/App/Reducers/Common/Form/Reducer.js +2 -1
- package/App/Reducers/Common/OrderList/Actions.js +1 -1
- package/App/Reducers/Common/OrderList/Listener.js +1 -1
- package/App/Reducers/Entity/Actions.js +1 -1
- package/App/Reducers/Entity/Reducer.js +1 -1
- package/App/Reducers/Frame/Reducer.js +1 -1
- package/App/ReduxListener.js +1 -1
- package/App/TestHelpers.js +2 -2
- package/App/Utils.js +1 -1
- package/App/i18n.js +3 -2
- package/App/index.js +1 -1
- package/Components/CopyPaste.js +1 -1
- package/Components/DefaultConnectedForm.js +1 -1
- package/Components/DefaultConnectedList.js +1 -1
- package/Components/DefaultConnectedScreen.js +1 -1
- package/Components/DefaultForm.js +1 -1
- package/Components/DefaultList.js +1 -1
- package/Components/DefaultScreen.js +6 -6
- package/Components/Form.js +2 -2
- package/Components/FormFragments/AutoComplete.js +1 -1
- package/Components/FormFragments/AutocompleteEntity.js +1 -1
- package/Components/FormFragments/Chip.js +1 -1
- package/Components/FormFragments/DynSourceInput.js +1 -1
- package/Components/FormFragments/InlineAddButton.js +1 -1
- package/Components/FormFragments/InputArray.js +1 -1
- package/Components/FormFragments/InputWithSource.js +1 -1
- package/Components/FormFragments/IntlInput.js +1 -1
- package/Components/FormFragments/NestedDataComponent.js +1 -1
- package/Components/FormFragments/SetInput.js +1 -1
- package/Components/FormFragments/SimpleNestedData.js +1 -1
- package/Components/FormFragments/SimpleTable.js +1 -1
- package/Components/FormFragments/Tabs.js +1 -1
- package/Components/FormFragments/TwoSideSelect.js +1 -1
- package/Components/FormFragments/index.js +28 -28
- package/Components/GeneralFragments/ConfigurationEditor.js +1 -1
- package/Components/GeneralFragments/ConfiguratorOverlay.js +1 -1
- package/Components/GeneralFragments/Image.js +1 -1
- package/Components/GeneralFragments/MiniPopup.js +1 -1
- package/Components/GeneralFragments/index.js +6 -6
- package/Components/LicenseInfo.js +1 -1
- package/Components/List.js +1 -1
- package/Components/ListColumnFilter.js +1 -1
- package/Components/Menu.js +1 -1
- package/Components/ModalContainer.js +1 -1
- package/Components/OrderList.js +1 -1
- package/Components/Pagination.js +1 -1
- package/Components/ProfileButton.js +1 -1
- package/Components/SearchBar.js +1 -1
- package/Components/TranslateComponent.js +1 -1
- package/Components/TranslationFinder.js +1 -1
- package/Screens/ApiKeys/Reducers/Actions.js +1 -1
- package/Screens/Assemblypointeditor/Components/AssemblypointTable.js +1 -1
- package/Screens/Assemblypointeditor/Components/Assemblypointeditor.js +1 -1
- package/Screens/Assemblypointeditor/Reducers/Actions.js +1 -1
- package/Screens/Attribute/Reducers/Actions.js +1 -1
- package/Screens/AttributeValue/Reducers/Actions.js +1 -1
- package/Screens/ChangePassword/Reducers/Actions.js +1 -1
- package/Screens/Channel/Reducers/Actions.js +1 -1
- package/Screens/Client/Components/TextFields.js +1 -1
- package/Screens/Client/Reducers/Actions.js +1 -1
- package/Screens/ColorPalettes/Components/DefaultColorSwitch.js +1 -1
- package/Screens/ColorPalettes/Reducers/Actions.js +1 -1
- package/Screens/ConfigurationTypeEditor/Reducers/Actions.js +1 -1
- package/Screens/ConfigurationTypeEditor/Reducers/Reducer.js +1 -1
- package/Screens/ConfigurationTypeEditor/Screen.js +1 -1
- package/Screens/ConfigurationVariants/Reducers/Actions.js +1 -1
- package/Screens/ConfigurationWorkflowStatus/Containers/List.js +1 -1
- package/Screens/ConfigurationWorkflowStatus/Reducers/Actions.js +1 -1
- package/Screens/ConfigurationWorkflowStatus/Screen.js +1 -1
- package/Screens/Creator/Components/BaseConfigurationEditor.js +1 -1
- package/Screens/Creator/Components/CheckData/Constants.js +1 -1
- package/Screens/Creator/Components/OptionclassificationEditor.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/Edit.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/AdditionalOption.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/AttributeValueGroupAutoSwitch.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/DefaultOption.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/ItemAttributeMatch.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/ItemAttributeMaxSum.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionClassificationMaxAmount.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionClassificationMinAmount.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionDependency.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionExclusion.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/OptionMaxAmount.js +1 -1
- package/Screens/Creator/Components/Rules/Containers/RuleForms/RuleForm.js +2 -2
- package/Screens/Creator/Components/Rules/index.js +1 -1
- package/Screens/Creator/Containers/Edit.js +1 -1
- package/Screens/Creator/Reducers/Actions.js +1 -1
- package/Screens/Creator/Reducers/ConfigurationActions.js +1 -1
- package/Screens/Creator/Reducers/Rules/Actions.js +1 -1
- package/Screens/Creator/Reducers/Rules/Reducer.js +1 -1
- package/Screens/Demo/Screen.js +1 -1
- package/Screens/DesignProductionMethods/Reducers/Actions.js +1 -1
- package/Screens/DesignProductionMethods/Reducers/DesignProductionMethodsReducer.js +1 -1
- package/Screens/Designer/Components/DesignDataTransfer.js +1 -1
- package/Screens/Designer/Components/TemplateDefaultList.js +1 -1
- package/Screens/Designer/Components/TemplateList.js +1 -1
- package/Screens/Designer/Containers/Edit.js +1 -1
- package/Screens/Designer/Reducers/Actions.js +1 -1
- package/Screens/Designer/Reducers/DesignerReducer.js +1 -1
- package/Screens/Designer/SubScreens/DesignAreas/Components/ColorPalettes.js +1 -1
- package/Screens/Designer/SubScreens/DesignAreas/Components/FormArray.js +1 -1
- package/Screens/Designer/SubScreens/DesignAreas/Containers/ConnectedMaskEditorField.js +1 -1
- package/Screens/Designer/SubScreens/DesignAreas/Containers/FormProductionMethods.js +1 -1
- package/Screens/Designer/SubScreens/DesignAreas/Reducers/Actions.js +1 -1
- package/Screens/Designer/SubScreens/DesignAreas/Reducers/Reducer.js +1 -1
- package/Screens/Designer/SubScreens/Designviews/Reducers/Actions.js +1 -1
- package/Screens/Designer/SubScreens/Designviews/Reducers/Reducer.js +1 -1
- package/Screens/Designer/SubScreens/Visualization/ApiCalls.js +1 -1
- package/Screens/Designer/SubScreens/Visualization/Components/AreaEditor.js +1 -1
- package/Screens/Designer/SubScreens/Visualization/Components/ExpansionContainer.js +1 -1
- package/Screens/Designer/SubScreens/Visualization/Components/Three2DEditor.js +2 -2
- package/Screens/Designer/SubScreens/Visualization/Components/VisualizationContainer.js +2 -2
- package/Screens/Designer/SubScreens/Visualization/Containers/Edit/DataLinks.js +1 -1
- package/Screens/Designer/SubScreens/Visualization/Containers/Edit/Edit.js +4 -4
- package/Screens/Designer/SubScreens/Visualization/Containers/Edit/VisualizationUtils.js +1 -1
- package/Screens/Designer/SubScreens/Visualization/Containers/List.js +1 -1
- package/Screens/DesignerGlobalItemPrices/Reducers/Actions.js +1 -1
- package/Screens/DesignerGlobalItemPrices/Reducers/Reducer.js +1 -1
- package/Screens/Font/Containers/List.js +1 -1
- package/Screens/Font/Reducers/Actions.js +1 -1
- package/Screens/Font/Reducers/Reducer.js +1 -1
- package/Screens/Group/Reducers/Actions.js +1 -1
- package/Screens/Group/Reducers/Reducer.js +1 -1
- package/Screens/GroupEntry/Reducers/Actions.js +1 -1
- package/Screens/GroupEntry/Reducers/Reducer.js +1 -1
- package/Screens/ImageGallery/Containers/Edit.js +1 -1
- package/Screens/ImageGallery/Containers/List.js +2 -2
- package/Screens/ImageGallery/ImageTags/TagsActions.js +1 -1
- package/Screens/ImageGallery/ImageTags/TagsEditorPopup.js +1 -1
- package/Screens/ImageGallery/Reducers/Actions.js +1 -1
- package/Screens/ImageGallery/Reducers/Reducer.js +1 -1
- package/Screens/Inspirations/Reducers/Actions.js +1 -1
- package/Screens/Inspirations/Reducers/Reducer.js +1 -1
- package/Screens/Item/Components/AttributeEditorPopup.js +1 -1
- package/Screens/Item/Components/Variants/VariantsAutocomplete.js +1 -1
- package/Screens/Item/Components/Variants/VariantsEditor.js +1 -1
- package/Screens/Item/Components/Variants/VariantsEditorDialog.js +1 -1
- package/Screens/Item/Components/Variants/VariantsEditorPopup.js +1 -1
- package/Screens/Item/Components/Variants/VariantsSelection.js +1 -1
- package/Screens/Item/Components/Variants/VariantsSortFilter.js +1 -1
- package/Screens/Item/Containers/Edit.js +1 -1
- package/Screens/Item/Reducers/Actions.js +1 -1
- package/Screens/Item/Reducers/ItemReducer.js +1 -1
- package/Screens/Item/Reducers/Variant/Actions.js +1 -1
- package/Screens/Item/Reducers/Variant/Reducer.js +1 -1
- package/Screens/License/Reducers/Actions.js +1 -1
- package/Screens/License/Reducers/Reducer.js +1 -1
- package/Screens/Login/Reducers/Actions.js +1 -1
- package/Screens/Login/Reducers/Listener.js +1 -1
- package/Screens/Login/Reducers/Reducer.js +1 -1
- package/Screens/Login/Screen.js +1 -1
- package/Screens/Option/Containers/List.js +1 -1
- package/Screens/Option/Reducers/Actions.js +1 -1
- package/Screens/Option/Reducers/Reducer.js +1 -1
- package/Screens/OptionPools/Reducers/Actions.js +1 -1
- package/Screens/OptionPools/Reducers/Reducer.js +1 -1
- package/Screens/Optionclassification/Reducers/Actions.js +1 -1
- package/Screens/Optionclassification/Reducers/Reducer.js +1 -1
- package/Screens/PriceTypes/Reducers/Actions.js +1 -1
- package/Screens/PriceTypes/Reducers/Reducer.js +1 -1
- package/Screens/ProductionView/Components/ConfigurationDataSheet.js +1 -1
- package/Screens/ProductionView/Containers/List.js +1 -1
- package/Screens/ProductionView/Reducers/Actions.js +1 -1
- package/Screens/ProductionView/Reducers/Reducer.js +1 -1
- package/Screens/ReceiveOfferRequests/Components/ConfigurationDataSheet.js +1 -1
- package/Screens/ReceiveOfferRequests/Containers/List.js +1 -1
- package/Screens/ReceiveOfferRequests/Reducers/Actions.js +1 -1
- package/Screens/Roles/Reducers/Actions.js +1 -1
- package/Screens/Savedconfigurations/Components/ConfigurationDataSheet.js +2 -2
- package/Screens/Savedconfigurations/Containers/List.js +1 -1
- package/Screens/Savedconfigurations/Reducers/Actions.js +1 -1
- package/Screens/Setting/Containers/Edit.js +1 -1
- package/Screens/Setting/Reducers/Actions.js +1 -1
- package/Screens/Setting/Reducers/Reducer.js +1 -1
- package/Screens/SoftwareUpdates/Reducers/Reducer.js +1 -1
- package/Screens/Tag/Containers/List.js +1 -1
- package/Screens/Tag/Reducers/Actions.js +1 -1
- package/Screens/Tag/Reducers/Reducer.js +1 -1
- package/Screens/TrackingCodes/Reducers/Actions.js +1 -1
- package/Screens/TranslationFileHandling/Reducers/Actions.js +1 -1
- package/Screens/TranslationFileHandling/Reducers/Reducer.js +1 -1
- package/Screens/User/Reducers/Actions.js +1 -1
- package/Screens/User/Reducers/Reducer.js +1 -1
- package/Screens/index.js +1 -1
- package/UIComponents/AutoComplete.js +2 -2
- package/UIComponents/ChipInput.js +2 -2
- package/UIComponents/IconMenu.js +1 -1
- package/UIComponents/InlineHelp/index.js +1 -1
- package/UIComponents/Pagination.js +1 -1
- package/UIComponents/SelectField.js +1 -1
- package/UIComponents/Table/Table.js +1 -1
- package/UIComponents/Table/TableBody.js +1 -1
- package/UIComponents/Table/TableHead.js +1 -1
- package/UIComponents/Table/TableRow.js +1 -1
- package/UIComponents/Tabs/index.js +4 -4
- package/Utils/Async/Deferred.js +1 -1
- package/Utils/Async/newestRequest.js +1 -1
- package/Utils/Events/pointerEvent.js +1 -1
- package/Utils/FunDraw/createMask.js +1 -1
- package/Utils/FunDraw/funDraw.js +1 -1
- package/Utils/FunDraw/movableObject.js +1 -1
- package/Utils/Function/sendMessage.js +1 -1
- package/Utils/HOCs/LocalState.js +1 -1
- package/Utils/Test/wrapperSelectors.js +1 -1
- package/package.json +2 -2
- package/scripts/getDefaultWebpackConfig.js +0 -22
|
@@ -3,22 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "Text", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _Text["default"];
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
6
|
Object.defineProperty(exports, "AutoComplete", {
|
|
13
7
|
enumerable: true,
|
|
14
8
|
get: function get() {
|
|
15
9
|
return _AutoComplete["default"];
|
|
16
10
|
}
|
|
17
11
|
});
|
|
18
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "AutocompleteEntity", {
|
|
19
13
|
enumerable: true,
|
|
20
14
|
get: function get() {
|
|
21
|
-
return
|
|
15
|
+
return _AutocompleteEntity["default"];
|
|
22
16
|
}
|
|
23
17
|
});
|
|
24
18
|
Object.defineProperty(exports, "Checkbox", {
|
|
@@ -27,64 +21,70 @@ Object.defineProperty(exports, "Checkbox", {
|
|
|
27
21
|
return _Checkbox["default"];
|
|
28
22
|
}
|
|
29
23
|
});
|
|
30
|
-
Object.defineProperty(exports, "
|
|
24
|
+
Object.defineProperty(exports, "Chip", {
|
|
31
25
|
enumerable: true,
|
|
32
26
|
get: function get() {
|
|
33
|
-
return
|
|
27
|
+
return _Chip["default"];
|
|
34
28
|
}
|
|
35
29
|
});
|
|
36
|
-
Object.defineProperty(exports, "
|
|
30
|
+
Object.defineProperty(exports, "DatePicker", {
|
|
37
31
|
enumerable: true,
|
|
38
32
|
get: function get() {
|
|
39
|
-
return
|
|
33
|
+
return _DatePicker["default"];
|
|
40
34
|
}
|
|
41
35
|
});
|
|
42
|
-
Object.defineProperty(exports, "
|
|
36
|
+
Object.defineProperty(exports, "DateTimePicker", {
|
|
43
37
|
enumerable: true,
|
|
44
38
|
get: function get() {
|
|
45
|
-
return
|
|
39
|
+
return _DateTimePicker["default"];
|
|
46
40
|
}
|
|
47
41
|
});
|
|
48
|
-
Object.defineProperty(exports, "
|
|
42
|
+
Object.defineProperty(exports, "HintText", {
|
|
49
43
|
enumerable: true,
|
|
50
44
|
get: function get() {
|
|
51
|
-
return
|
|
45
|
+
return _HintText["default"];
|
|
52
46
|
}
|
|
53
47
|
});
|
|
54
|
-
Object.defineProperty(exports, "
|
|
48
|
+
Object.defineProperty(exports, "ObjectToggle", {
|
|
55
49
|
enumerable: true,
|
|
56
50
|
get: function get() {
|
|
57
|
-
return
|
|
51
|
+
return _ObjectToggle["default"];
|
|
58
52
|
}
|
|
59
53
|
});
|
|
60
|
-
Object.defineProperty(exports, "
|
|
54
|
+
Object.defineProperty(exports, "RadioGroup", {
|
|
61
55
|
enumerable: true,
|
|
62
56
|
get: function get() {
|
|
63
|
-
return
|
|
57
|
+
return _RadioGroup["default"];
|
|
64
58
|
}
|
|
65
59
|
});
|
|
66
|
-
Object.defineProperty(exports, "
|
|
60
|
+
Object.defineProperty(exports, "Select", {
|
|
67
61
|
enumerable: true,
|
|
68
62
|
get: function get() {
|
|
69
|
-
return
|
|
63
|
+
return _Select["default"];
|
|
70
64
|
}
|
|
71
65
|
});
|
|
72
|
-
Object.defineProperty(exports, "
|
|
66
|
+
Object.defineProperty(exports, "Text", {
|
|
73
67
|
enumerable: true,
|
|
74
68
|
get: function get() {
|
|
75
|
-
return
|
|
69
|
+
return _Text["default"];
|
|
76
70
|
}
|
|
77
71
|
});
|
|
78
|
-
Object.defineProperty(exports, "
|
|
72
|
+
Object.defineProperty(exports, "TimePicker", {
|
|
79
73
|
enumerable: true,
|
|
80
74
|
get: function get() {
|
|
81
|
-
return
|
|
75
|
+
return _TimePicker["default"];
|
|
82
76
|
}
|
|
83
77
|
});
|
|
84
|
-
Object.defineProperty(exports, "
|
|
78
|
+
Object.defineProperty(exports, "Toggle", {
|
|
85
79
|
enumerable: true,
|
|
86
80
|
get: function get() {
|
|
87
|
-
return
|
|
81
|
+
return _Toggle["default"];
|
|
82
|
+
}
|
|
83
|
+
});
|
|
84
|
+
Object.defineProperty(exports, "Value", {
|
|
85
|
+
enumerable: true,
|
|
86
|
+
get: function get() {
|
|
87
|
+
return _Value["default"];
|
|
88
88
|
}
|
|
89
89
|
});
|
|
90
90
|
exports["default"] = void 0;
|
|
@@ -5,7 +5,7 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
exports["default"] = exports.ConfigurationEditor =
|
|
8
|
+
exports.saveConfiguration = exports["default"] = exports.ConfigurationEditor = void 0;
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
@@ -27,7 +27,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
27
27
|
|
|
28
28
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
29
29
|
|
|
30
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
30
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
31
31
|
|
|
32
32
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
33
33
|
|
|
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
29
29
|
|
|
30
30
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
31
|
|
|
32
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
33
|
|
|
34
34
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
35
|
|
|
@@ -31,7 +31,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
31
31
|
|
|
32
32
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
33
33
|
|
|
34
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
34
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
35
35
|
|
|
36
36
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
37
|
|
|
@@ -3,12 +3,6 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "Headline", {
|
|
7
|
-
enumerable: true,
|
|
8
|
-
get: function get() {
|
|
9
|
-
return _Headline["default"];
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
6
|
Object.defineProperty(exports, "Box", {
|
|
13
7
|
enumerable: true,
|
|
14
8
|
get: function get() {
|
|
@@ -21,6 +15,12 @@ Object.defineProperty(exports, "Content", {
|
|
|
21
15
|
return _Content["default"];
|
|
22
16
|
}
|
|
23
17
|
});
|
|
18
|
+
Object.defineProperty(exports, "Headline", {
|
|
19
|
+
enumerable: true,
|
|
20
|
+
get: function get() {
|
|
21
|
+
return _Headline["default"];
|
|
22
|
+
}
|
|
23
|
+
});
|
|
24
24
|
exports["default"] = void 0;
|
|
25
25
|
|
|
26
26
|
var _Headline = _interopRequireDefault(require("./Headline"));
|
|
@@ -39,7 +39,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
39
39
|
|
|
40
40
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
41
41
|
|
|
42
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
42
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
43
43
|
|
|
44
44
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
45
45
|
|
package/Components/List.js
CHANGED
|
@@ -71,7 +71,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
71
71
|
|
|
72
72
|
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); }; }
|
|
73
73
|
|
|
74
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
74
|
+
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); }
|
|
75
75
|
|
|
76
76
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
77
77
|
|
|
@@ -43,7 +43,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
43
43
|
|
|
44
44
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
45
45
|
|
|
46
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
46
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
47
47
|
|
|
48
48
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
49
49
|
|
package/Components/Menu.js
CHANGED
|
@@ -53,7 +53,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
53
53
|
|
|
54
54
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
55
55
|
|
|
56
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
56
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
57
57
|
|
|
58
58
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
59
59
|
|
|
@@ -29,7 +29,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
29
29
|
|
|
30
30
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
31
31
|
|
|
32
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
32
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
33
33
|
|
|
34
34
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
35
35
|
|
package/Components/OrderList.js
CHANGED
|
@@ -55,7 +55,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
55
55
|
|
|
56
56
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
57
57
|
|
|
58
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
58
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
59
59
|
|
|
60
60
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
61
61
|
|
package/Components/Pagination.js
CHANGED
|
@@ -35,7 +35,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
35
35
|
|
|
36
36
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
37
37
|
|
|
38
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
38
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
39
39
|
|
|
40
40
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
41
41
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports["default"] = exports.
|
|
6
|
+
exports["default"] = exports.ProfileButton = exports.ConnectedProfileButton = void 0;
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
package/Components/SearchBar.js
CHANGED
|
@@ -45,7 +45,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
45
45
|
|
|
46
46
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
47
47
|
|
|
48
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
48
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
49
49
|
|
|
50
50
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
51
51
|
|
|
@@ -35,7 +35,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
35
35
|
|
|
36
36
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
37
37
|
|
|
38
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
38
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
39
39
|
|
|
40
40
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
41
41
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.triggerUnsavedEntity = exports.showDetails = exports.setFieldData = exports.refreshListAction = exports.postData = exports.loadEntity = exports.listAction = exports.invalidateList = exports.hideDetails = exports.detailsAction = exports.deleteEntities = exports.createEntity = exports.APIUSER_REDUCER_NAME = exports.APIUSER_LIST_URL = exports.APIUSER_LIST_KEY = exports.APIUSER_DATA_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -27,7 +27,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
27
27
|
|
|
28
28
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
29
29
|
|
|
30
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
30
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
31
31
|
|
|
32
32
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
33
33
|
|
|
@@ -57,7 +57,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
57
57
|
|
|
58
58
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
59
59
|
|
|
60
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
60
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
61
61
|
|
|
62
62
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
63
63
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports["default"] = exports.ASSEMBLYPOINT_SAMPLEOPTIONS_KEY = exports.
|
|
6
|
+
exports["default"] = exports.ASSEMBLYPOINT_SAMPLEOPTIONS_KEY = exports.ASSEMBLYPOINT_REDUCER_NAME = exports.ASSEMBLYPOINT_POST_URL = exports.ASSEMBLYPOINT_LIST_URL = exports.ASSEMBLYPOINT_LIST_KEY = exports.ASSEMBLYPOINT_ENTITY_URL = exports.ASSEMBLYPOINT_DATA_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.triggerUnsavedEntity = exports.showDetails = exports.setFieldData = exports.postData = exports.loadEntity = exports.listAction = exports.invalidateList = exports.hideDetails = exports.detailsAction = exports.deleteEntities = exports.createEntity = exports.ATTRIBUTE_REDUCER_NAME = exports.ATTRIBUTE_LIST_URL = exports.ATTRIBUTE_LIST_KEY = exports.ATTRIBUTE_DATA_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports["default"] = exports.ATTRIBUTEVALUE_REDUCER_NAME = exports.
|
|
6
|
+
exports["default"] = exports.ATTRIBUTEVALUE_REDUCER_NAME = exports.ATTRIBUTEVALUE_LIST_URL = exports.ATTRIBUTEVALUE_LIST_KEY = exports.ATTRIBUTEVALUE_DATA_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.setInvalidOldPassowrd = exports.savePassword = exports.
|
|
6
|
+
exports.setInvalidOldPassowrd = exports.savePassword = exports.URL = exports.SET_INVALID_OLD_PASSWORD = exports.KEY = exports.CHANGE_PASSWORD_REDUCER_NAME = exports.CHANGE_PASSWORD_DATA_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Frame/Actions");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports["default"] = exports.CHANNEL_REDUCER_NAME = exports.
|
|
6
|
+
exports["default"] = exports.CHANNEL_REDUCER_NAME = exports.CHANNEL_LIST_KEY = exports.CHANNEL_DATA_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -45,7 +45,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
45
45
|
|
|
46
46
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
47
47
|
|
|
48
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
48
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
49
49
|
|
|
50
50
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
51
51
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports
|
|
6
|
+
exports.setLogoFile = exports.setFontFile = exports["default"] = exports.createClientActions = exports.URL = exports.UPLOAD_KEY = exports.SET_LOGO_FILE = exports.SET_FONT_FILE = exports.REDUCER_NAME = exports.LIST_KEY = exports.DATA_KEY = exports.CLIENT_UPLOAD = void 0;
|
|
7
7
|
|
|
8
8
|
var _cloneDeep = _interopRequireDefault(require("lodash/cloneDeep"));
|
|
9
9
|
|
|
@@ -39,7 +39,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
39
39
|
|
|
40
40
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
41
41
|
|
|
42
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
42
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
43
43
|
|
|
44
44
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
45
45
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports["default"] = exports.COLORPALETTES_REDUCER_NAME = exports.
|
|
6
|
+
exports["default"] = exports.COLORPALETTES_REDUCER_NAME = exports.COLORPALETTES_LIST_URL = exports.COLORPALETTES_LIST_KEY = exports.COLORPALETTES_DATA_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.showItemList = exports.showDetails = exports.selectItem = exports.hideItemList = exports.hideDetails = exports.generateActions = exports.dismissMessage = exports.detailsAction = exports.createEntity = exports.SHOW_ITEM_LIST = exports.SHOW_DETAILS = exports.SELECT_ITEM = exports.HIDE_ITEM_LIST = exports.HIDE_DETAILS = exports.DISMISS_MESSAGE = exports.CREATE_ENTITY = exports.CONFIGURATION_TYPE_DESIGNTEMPLATE = exports.CONFIGURATION_LIST_URL = exports.CONFIGURATION_LIST_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.getInitialState = exports.getConfiguratorUrl = exports.configurationTypeEditor = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("./Actions");
|
|
9
9
|
|
|
@@ -44,7 +44,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
44
44
|
|
|
45
45
|
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); }; }
|
|
46
46
|
|
|
47
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
47
|
+
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); }
|
|
48
48
|
|
|
49
49
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
50
50
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports["default"] = exports.
|
|
6
|
+
exports["default"] = exports.REDUCER_NAME = exports.LIST_URL = exports.LIST_KEY = exports.FIND_ITEMS_URL = exports.FIND_ITEMS_LIST_KEY = exports.DATA_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -51,7 +51,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
51
51
|
|
|
52
52
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
53
53
|
|
|
54
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
54
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
55
55
|
|
|
56
56
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
57
57
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports
|
|
6
|
+
exports.postDesignApprovalDecision = exports.hideDetails = exports.dismissMessage = exports["default"] = exports.SHOW_DETAILS = exports.SELECT_ITEM = exports.HIDE_DETAILS = exports.DISMISS_MESSAGE = exports.CONFIGURATION_WORKFLOW_STATUS_LIST_URL = exports.CONFIGURATION_WORKFLOW_STATUS_LIST_KEY = exports.CONFIGURATION_WORKFLOW_STATUS_APPROVE_URL = exports.CONFIGURATION_WORKFLOW_STATUS_APPROVE_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Actions = require("../../../App/Reducers/Entity/Actions");
|
|
9
9
|
|
|
@@ -39,7 +39,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
39
39
|
|
|
40
40
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
41
41
|
|
|
42
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
42
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
43
43
|
|
|
44
44
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
45
45
|
|
|
@@ -43,7 +43,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
43
43
|
|
|
44
44
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
45
45
|
|
|
46
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
46
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
47
47
|
|
|
48
48
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
49
49
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.TYPE_NOTICE = exports.TYPE_NEUTRAL = exports.TYPE_ERROR = exports.MESSAGE_ITEM_VARIANTS_NEUTRAL = exports.MESSAGE_ITEM_TITLE_NOTICE = exports.MESSAGE_ITEM_TITLE_NEUTRAL = exports.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NOTICE = exports.MESSAGE_ITEM_CONFIGURATION_MODE_DESIGNER_NEUTRAL = exports.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NOTICE = exports.MESSAGE_ITEM_CONFIGURATION_MODE_CREATOR_NEUTRAL = exports.MESSAGE_DESIGNER_VIEWS_NOTICE = exports.MESSAGE_DESIGNER_VIEWS_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREA_PRODUCTION_METHOD_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREA_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREAS_NEUTRAL = exports.MESSAGE_DESIGNER_DESIGN_AREAS_ERROR = exports.MESSAGE_CREATOR_RULE_NEUTRAL = exports.MESSAGE_CREATOR_OPTION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_OPTION_NOTICE = exports.MESSAGE_CREATOR_DEFAULT_OPTION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_NEUTRAL = exports.MESSAGE_CREATOR_DEFAULT_CONFIGURATION_ERROR = exports.MESSAGE_CREATOR_COMPONENT_TITLE_NEUTRAL = exports.MESSAGE_CREATOR_COMPONENTS_NEUTRAL = exports.MESSAGE_CREATOR_COMPONENTS_ERROR = void 0;
|
|
7
7
|
// copied from configuratorapi/src/Structure/Frontend/DataCheck.php
|
|
8
8
|
var TYPE_NEUTRAL = 'neutral';
|
|
9
9
|
exports.TYPE_NEUTRAL = TYPE_NEUTRAL;
|
|
@@ -69,7 +69,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
69
69
|
|
|
70
70
|
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); }; }
|
|
71
71
|
|
|
72
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
72
|
+
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); }
|
|
73
73
|
|
|
74
74
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
75
75
|
|
|
@@ -47,7 +47,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
47
47
|
|
|
48
48
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
49
49
|
|
|
50
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
50
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
51
51
|
|
|
52
52
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
53
53
|
|
|
@@ -35,7 +35,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
35
35
|
|
|
36
36
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
37
37
|
|
|
38
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
38
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
39
39
|
|
|
40
40
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
41
41
|
|
package/Screens/Creator/Components/Rules/Containers/RuleForms/AttributeValueGroupAutoSwitch.js
CHANGED
|
@@ -35,7 +35,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
35
35
|
|
|
36
36
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
37
37
|
|
|
38
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
38
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
39
39
|
|
|
40
40
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
41
41
|
|
|
@@ -35,7 +35,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
35
35
|
|
|
36
36
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
37
37
|
|
|
38
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
38
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
39
39
|
|
|
40
40
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
41
41
|
|