@configuratorware/configurator-admingui 1.27.3-beta.2 → 1.27.3-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/App/Api.js
CHANGED
|
@@ -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.setTokenFromStore = exports["default"] = exports.
|
|
8
|
+
exports.setTokenFromStore = exports.isCancelError = exports["default"] = exports.ObjectFormData = exports.ApiSimulator = exports.Api = void 0;
|
|
9
9
|
|
|
10
10
|
var _axios = _interopRequireDefault(require("axios"));
|
|
11
11
|
|
|
@@ -23,7 +23,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
23
23
|
|
|
24
24
|
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); }; }
|
|
25
25
|
|
|
26
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
29
29
|
|
package/App/Config/app.js
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
+
exports.locales = exports.isFeatureAvailable = exports.getFlattenedFeatures = exports["default"] = exports.config = void 0;
|
|
6
7
|
exports.setConfiguration = setConfiguration;
|
|
7
|
-
exports.locales = exports["default"] = exports.config = exports.isFeatureAvailable = exports.getFlattenedFeatures = void 0;
|
|
8
8
|
|
|
9
9
|
var _defaultConfig = _interopRequireDefault(require("./defaultConfig"));
|
|
10
10
|
|
package/App/Config/icons.js
CHANGED
package/App/Data.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.validateDataObject = exports.getErrorsFromValidatedDataObject = exports["default"] = exports.DataValidator = void 0;
|
|
7
7
|
|
|
8
8
|
var _lodash = _interopRequireDefault(require("lodash"));
|
|
9
9
|
|
package/App/ErrorBoundary.js
CHANGED
|
@@ -23,7 +23,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
23
23
|
|
|
24
24
|
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); }; }
|
|
25
25
|
|
|
26
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
26
|
+
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); }
|
|
27
27
|
|
|
28
28
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
29
29
|
|
package/App/FeatureReducers.js
CHANGED
|
@@ -4,8 +4,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.addReducers = addReducers;
|
|
7
|
-
exports.getReducers = getReducers;
|
|
8
7
|
exports.createFeatureReducer = createFeatureReducer;
|
|
8
|
+
exports.getReducers = getReducers;
|
|
9
9
|
|
|
10
10
|
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); }
|
|
11
11
|
|
package/App/Main.js
CHANGED
|
@@ -73,7 +73,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
73
73
|
|
|
74
74
|
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); }; }
|
|
75
75
|
|
|
76
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
76
|
+
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); }
|
|
77
77
|
|
|
78
78
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
79
79
|
|
|
@@ -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.
|
|
8
|
+
exports.requestData = exports.receiveData = exports.postRequest = exports.postData = exports.networkError = exports.invalidateSource = exports.fetchDataIfNeeded = exports.fetchData = exports.expiredResponse = exports.dismissRequest = exports.deleteRequest = exports.deleteData = exports.REQUEST_DATA = exports.RECEIVE_DATA = exports.POST_DATA = exports.NETWORK_ERROR = exports.INVALIDATE_SOURCE = exports.HANDLED_NETWORK_ERROR = exports.EXPIRED_RESPONSE = exports.DELETE_DATA = exports.CANCEL_REQUEST = void 0;
|
|
9
9
|
|
|
10
10
|
var _lodash = _interopRequireDefault(require("lodash"));
|
|
11
11
|
|
|
@@ -3,16 +3,16 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
Object.defineProperty(exports, "
|
|
6
|
+
Object.defineProperty(exports, "HANDLED_NETWORK_ERROR", {
|
|
7
7
|
enumerable: true,
|
|
8
8
|
get: function get() {
|
|
9
|
-
return _Actions.
|
|
9
|
+
return _Actions.HANDLED_NETWORK_ERROR;
|
|
10
10
|
}
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports, "
|
|
12
|
+
Object.defineProperty(exports, "NETWORK_ERROR", {
|
|
13
13
|
enumerable: true,
|
|
14
14
|
get: function get() {
|
|
15
|
-
return _Actions.
|
|
15
|
+
return _Actions.NETWORK_ERROR;
|
|
16
16
|
}
|
|
17
17
|
});
|
|
18
18
|
Object.defineProperty(exports, "RECEIVE_DATA", {
|
|
@@ -21,19 +21,20 @@ Object.defineProperty(exports, "RECEIVE_DATA", {
|
|
|
21
21
|
return _Actions.RECEIVE_DATA;
|
|
22
22
|
}
|
|
23
23
|
});
|
|
24
|
-
|
|
24
|
+
exports["default"] = exports.apiActionHandler = void 0;
|
|
25
|
+
Object.defineProperty(exports, "dismissRequest", {
|
|
25
26
|
enumerable: true,
|
|
26
27
|
get: function get() {
|
|
27
|
-
return _Actions.
|
|
28
|
+
return _Actions.dismissRequest;
|
|
28
29
|
}
|
|
29
30
|
});
|
|
30
|
-
|
|
31
|
+
exports.handleNetworkErrorAction = exports.getMethods = exports.dispatchPostData = exports.dispatchFetchData = exports.dispatchDeleteData = void 0;
|
|
32
|
+
Object.defineProperty(exports, "invalidateSource", {
|
|
31
33
|
enumerable: true,
|
|
32
34
|
get: function get() {
|
|
33
|
-
return _Actions.
|
|
35
|
+
return _Actions.invalidateSource;
|
|
34
36
|
}
|
|
35
37
|
});
|
|
36
|
-
exports["default"] = exports.getMethods = exports.apiActionHandler = exports.handleNetworkErrorAction = exports.dispatchDeleteData = exports.dispatchPostData = exports.dispatchFetchData = void 0;
|
|
37
38
|
|
|
38
39
|
var _Actions = require("./Actions");
|
|
39
40
|
|
|
@@ -41,7 +41,8 @@ var form = function form() {
|
|
|
41
41
|
{
|
|
42
42
|
if (action.isSaved && // add only saved data, so only the Save button will add, Cancel will not
|
|
43
43
|
state.entityValuesByKey[action.key] && // there is a request for the entity
|
|
44
|
-
action.data && (
|
|
44
|
+
action.data && ( // data is in the response
|
|
45
|
+
!state.entityValuesByKey[action.key].ready || // the data is not there yet
|
|
45
46
|
!(0, _isEqual["default"])(action.data, state.entityValuesByKey.value)) // or is different
|
|
46
47
|
) {
|
|
47
48
|
return _objectSpread(_objectSpread({}, state), {}, {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.setUrl = exports.setSaveStatus = exports.setDataField = exports.saveList = exports.moveItem = exports.loadList = exports.ORDER_LIST_SET_URL = exports.ORDER_LIST_SET_STATUS = exports.ORDER_LIST_SET_DATA_FIELD = exports.ORDER_LIST_SAVE_LIST = exports.ORDER_LIST_MOVE_ITEM = exports.COMPONENT_KEY_SAVE = exports.COMPONENT_KEY = void 0;
|
|
7
7
|
|
|
8
8
|
var _Helpers = require("../../Api/Helpers");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.reportUnsavedEntity = exports.reportDeleteEntities = exports.releaseUnsavedEntity = exports.initUnsavedEntity = exports.generateListActions = exports.generateDeleteAction = exports.generateDefaultActions = exports.dataIsModified = exports.cancelUnsavedEntityDialog = exports.cancelDeleteEntitiesDialog = exports.UNMOUNT_ENTITY = exports.SHOW_DETAILS = exports.SET_VALIDATION_ERRORS = exports.SET_VALIDATED_DATA = exports.SET_DATA_SOURCE = exports.SET_DATA = exports.REPORT_UNSAVED_ENTITY = exports.REPORT_DELETE_ENTITIES = exports.RELEASE_UNSAVED_ENTITY = exports.MOUNT_NEXT = exports.MOUNT_ENTITY = exports.MODIFIED_UNSAVED_ENTITY = exports.INIT_UNSAVED_ENTITY = exports.HIDE_DETAILS = exports.ENTITY_WILL_UNMOUNT = exports.ENTITY_WILL_MOUNT = exports.CANCEL_UNSAVED_ENTITY_DIALOG = exports.CANCEL_DELETE_ENTITIES_DIALOG = void 0;
|
|
7
7
|
|
|
8
8
|
var _Helpers = require("../Api/Helpers");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.modifyDataOnMount = exports.modifyDataOnDependencyReady = exports.getDefaultEntityState = exports.extractIdBeforeMount = exports.entity = exports.defaultEntityReducer = void 0;
|
|
7
7
|
|
|
8
8
|
var _lodash = _interopRequireDefault(require("lodash"));
|
|
9
9
|
|
package/App/ReduxListener.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports["default"] = exports.
|
|
6
|
+
exports.removeReduxListener = exports["default"] = exports.addReduxListener = void 0;
|
|
7
7
|
var listeners = [];
|
|
8
8
|
|
|
9
9
|
var addReduxListener = function addReduxListener(listener) {
|
package/App/TestHelpers.js
CHANGED
|
@@ -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.
|
|
8
|
+
exports.withThemeProvider = exports.withStoreProvider = exports.waitFor = exports.store = exports.initConnectedComponent = void 0;
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireDefault(require("react"));
|
|
11
11
|
|
|
@@ -31,7 +31,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
31
31
|
|
|
32
32
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
33
33
|
|
|
34
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
34
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
35
35
|
|
|
36
36
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
37
|
|
package/App/Utils.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.removeDuplicateRegexMatchesExceptFirst = exports.
|
|
6
|
+
exports.removeDuplicateRegexMatchesExceptFirst = exports.getObjectPropertyAsString = exports.generateObjectPropertyStringComparator = void 0;
|
|
7
7
|
|
|
8
8
|
var _lodash = _interopRequireDefault(require("lodash"));
|
|
9
9
|
|
package/App/i18n.js
CHANGED
|
@@ -3,9 +3,10 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.getLocale = exports.getAvailableLocales = exports.changeLocale = exports.T = exports.L = void 0;
|
|
7
7
|
exports.initTranslationWithoutStore = initTranslationWithoutStore;
|
|
8
|
-
exports.
|
|
8
|
+
exports.t = exports.setupStoreI18n = exports.mergeTranslations = exports.l = void 0;
|
|
9
|
+
exports.use = use;
|
|
9
10
|
|
|
10
11
|
var _reactReduxI18n = require("react-redux-i18n");
|
|
11
12
|
|
package/App/index.js
CHANGED
|
@@ -37,7 +37,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
37
37
|
|
|
38
38
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
39
39
|
|
|
40
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
40
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
41
41
|
|
|
42
42
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
43
43
|
|
package/Components/CopyPaste.js
CHANGED
|
@@ -31,7 +31,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
31
31
|
|
|
32
32
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
33
33
|
|
|
34
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
34
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
35
35
|
|
|
36
36
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
37
37
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.generateMappings = exports.generateConnectedForm = exports["default"] = exports.connectDefault = exports.SaveAndStayButton = exports.CancelButton = void 0;
|
|
7
7
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports
|
|
6
|
+
exports.generateMappings = exports.generateConnectedList = exports["default"] = exports.connectDefault = void 0;
|
|
7
7
|
|
|
8
8
|
var _reactRedux = require("react-redux");
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.
|
|
6
|
+
exports.generateMappings = exports.generateConnectedSplitScreen = exports.connectDefault = void 0;
|
|
7
7
|
|
|
8
8
|
var _reactRedux = require("react-redux");
|
|
9
9
|
|
|
@@ -33,7 +33,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
33
33
|
|
|
34
34
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
35
35
|
|
|
36
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
36
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
37
37
|
|
|
38
38
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
39
39
|
|
|
@@ -41,7 +41,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
41
41
|
|
|
42
42
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
43
43
|
|
|
44
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
44
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
45
45
|
|
|
46
46
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
47
47
|
|
|
@@ -5,10 +5,10 @@ function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "functi
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
|
6
6
|
value: true
|
|
7
7
|
});
|
|
8
|
-
Object.defineProperty(exports, "
|
|
8
|
+
Object.defineProperty(exports, "ModalScreen", {
|
|
9
9
|
enumerable: true,
|
|
10
10
|
get: function get() {
|
|
11
|
-
return
|
|
11
|
+
return _ModalContainer["default"];
|
|
12
12
|
}
|
|
13
13
|
});
|
|
14
14
|
Object.defineProperty(exports, "OverlayScreen", {
|
|
@@ -17,13 +17,13 @@ Object.defineProperty(exports, "OverlayScreen", {
|
|
|
17
17
|
return _OverlayContainer["default"];
|
|
18
18
|
}
|
|
19
19
|
});
|
|
20
|
-
Object.defineProperty(exports, "
|
|
20
|
+
Object.defineProperty(exports, "SplitScreen", {
|
|
21
21
|
enumerable: true,
|
|
22
22
|
get: function get() {
|
|
23
|
-
return
|
|
23
|
+
return _SplitContainer["default"];
|
|
24
24
|
}
|
|
25
25
|
});
|
|
26
|
-
exports.
|
|
26
|
+
exports.generateDefaultScreen = exports.generateCustomScreen = exports["default"] = void 0;
|
|
27
27
|
|
|
28
28
|
var _react = _interopRequireWildcard(require("react"));
|
|
29
29
|
|
|
@@ -67,7 +67,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
67
67
|
|
|
68
68
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
69
69
|
|
|
70
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
70
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
71
71
|
|
|
72
72
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
73
73
|
|
package/Components/Form.js
CHANGED
|
@@ -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.
|
|
8
|
+
exports.getInputComponentByType = exports["default"] = exports.InputWrapper = exports.InputSwitch = exports.Form = exports.ConfigurableForm = void 0;
|
|
9
9
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
|
|
@@ -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
|
|
|
@@ -37,7 +37,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
37
37
|
|
|
38
38
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
39
39
|
|
|
40
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
40
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
41
41
|
|
|
42
42
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
43
43
|
|
|
@@ -41,7 +41,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
41
41
|
|
|
42
42
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
43
43
|
|
|
44
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
44
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
45
45
|
|
|
46
46
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
47
47
|
|
|
@@ -37,7 +37,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
37
37
|
|
|
38
38
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
39
39
|
|
|
40
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
40
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
41
41
|
|
|
42
42
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
43
43
|
|
|
@@ -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
|
|
|
@@ -41,7 +41,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
41
41
|
|
|
42
42
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
43
43
|
|
|
44
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
44
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
45
45
|
|
|
46
46
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
47
47
|
|
|
@@ -49,7 +49,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
49
49
|
|
|
50
50
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
51
51
|
|
|
52
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
52
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
53
53
|
|
|
54
54
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
55
55
|
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
|
-
exports.sourceConfigPropType = exports.
|
|
6
|
+
exports.sourceConfigPropType = exports.getInputValueByConfig = exports.getInputItemParamsByConfig = exports.getInputItemKeyByConfig = void 0;
|
|
7
7
|
|
|
8
8
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
9
9
|
|
|
@@ -53,7 +53,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
53
53
|
|
|
54
54
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
55
55
|
|
|
56
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
56
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
57
57
|
|
|
58
58
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
59
59
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -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
|
|
|
@@ -49,7 +49,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
49
49
|
|
|
50
50
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
51
51
|
|
|
52
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
52
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
53
53
|
|
|
54
54
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
55
55
|
|
|
@@ -49,7 +49,7 @@ function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || func
|
|
|
49
49
|
|
|
50
50
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
51
51
|
|
|
52
|
-
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } return _assertThisInitialized(self); }
|
|
52
|
+
function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
|
|
53
53
|
|
|
54
54
|
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
|
|
55
55
|
|
|
@@ -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
|
|