orc-shared 1.2.2-dev.0 → 1.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (303) hide show
  1. package/dist/actions/applications.js +12 -50
  2. package/dist/actions/authentication.js +8 -43
  3. package/dist/actions/countries.js +4 -34
  4. package/dist/actions/locale.js +12 -52
  5. package/dist/actions/makeApiAction.js +6 -52
  6. package/dist/actions/makeOrcApiAction.js +0 -25
  7. package/dist/actions/metadata.js +60 -171
  8. package/dist/actions/modules.js +0 -26
  9. package/dist/actions/navigation.js +0 -32
  10. package/dist/actions/requestState.js +0 -18
  11. package/dist/actions/requestsApi.js +0 -17
  12. package/dist/actions/scopes.js +12 -54
  13. package/dist/actions/timezones.js +4 -34
  14. package/dist/actions/toasts.js +3 -23
  15. package/dist/actions/versionInfo.js +4 -37
  16. package/dist/actions/view.js +0 -38
  17. package/dist/buildStore.js +0 -52
  18. package/dist/components/AppFrame/About.js +3 -67
  19. package/dist/components/AppFrame/Anchor.js +1 -25
  20. package/dist/components/AppFrame/AppFrame.js +21 -90
  21. package/dist/components/AppFrame/ApplicationSelector/ApplicationDialog.js +4 -35
  22. package/dist/components/AppFrame/ApplicationSelector/Header.js +2 -32
  23. package/dist/components/AppFrame/ApplicationSelector/index.js +1 -30
  24. package/dist/components/AppFrame/ConnectedToastList.js +0 -31
  25. package/dist/components/AppFrame/Help.js +0 -25
  26. package/dist/components/AppFrame/MenuItem.js +18 -71
  27. package/dist/components/AppFrame/Preferences.js +12 -76
  28. package/dist/components/AppFrame/Sidebar.js +9 -54
  29. package/dist/components/AppFrame/Topbar.js +9 -65
  30. package/dist/components/AppFrame/index.js +0 -20
  31. package/dist/components/AppFrame/useApplicationHelpUrl.js +0 -22
  32. package/dist/components/ApplicationModuleLoader.js +5 -44
  33. package/dist/components/Authenticate.js +5 -48
  34. package/dist/components/Button.js +0 -24
  35. package/dist/components/CategoryList.js +25 -80
  36. package/dist/components/Checkbox.js +4 -42
  37. package/dist/components/ColumnWrapper.js +0 -19
  38. package/dist/components/Culture.js +0 -29
  39. package/dist/components/DevPages.js +0 -21
  40. package/dist/components/DropMenu/Menu.js +4 -36
  41. package/dist/components/DropMenu/index.js +10 -48
  42. package/dist/components/ErrorPlaceholder.js +3 -31
  43. package/dist/components/Form/Combination.js +3 -28
  44. package/dist/components/Form/Field.js +7 -38
  45. package/dist/components/Form/FieldElements.js +10 -42
  46. package/dist/components/Form/FieldList.js +23 -89
  47. package/dist/components/Form/Fieldset.js +1 -27
  48. package/dist/components/Form/Form.js +6 -37
  49. package/dist/components/Form/FormElement.js +1 -20
  50. package/dist/components/Form/InputField.js +16 -65
  51. package/dist/components/Form/Inputs/Button.js +6 -36
  52. package/dist/components/Form/Inputs/Date.js +3 -29
  53. package/dist/components/Form/Inputs/FieldButtons.js +0 -25
  54. package/dist/components/Form/Inputs/Number.js +8 -47
  55. package/dist/components/Form/Inputs/ReadOnly.js +0 -29
  56. package/dist/components/Form/Inputs/SmallButton.js +7 -39
  57. package/dist/components/Form/Inputs/Text.js +9 -42
  58. package/dist/components/Form/Inputs/Time.js +5 -34
  59. package/dist/components/Form/Inputs/Toggles.js +6 -40
  60. package/dist/components/Form/Inputs/Translation.js +17 -76
  61. package/dist/components/Form/Inputs/index.js +0 -28
  62. package/dist/components/Form/index.js +0 -20
  63. package/dist/components/Head.js +0 -22
  64. package/dist/components/I18n.js +1 -29
  65. package/dist/components/Icon.js +1 -27
  66. package/dist/components/IconButton.js +2 -32
  67. package/dist/components/Input.js +3 -43
  68. package/dist/components/InternetExplorerWarningMessage.js +0 -31
  69. package/dist/components/List/DataCell.js +4 -43
  70. package/dist/components/List/HeadCell.js +3 -43
  71. package/dist/components/List/HeadRow.js +2 -25
  72. package/dist/components/List/List.js +35 -105
  73. package/dist/components/List/Row.js +7 -38
  74. package/dist/components/List/enhanceColumnDefs.js +0 -28
  75. package/dist/components/List/index.js +0 -20
  76. package/dist/components/Loader.js +3 -46
  77. package/dist/components/LoadingIcon.js +0 -24
  78. package/dist/components/MaterialUI/DataDisplay/Badge.js +2 -31
  79. package/dist/components/MaterialUI/DataDisplay/Chip.js +1 -33
  80. package/dist/components/MaterialUI/DataDisplay/CollapsableList.js +5 -49
  81. package/dist/components/MaterialUI/DataDisplay/Divider.js +0 -30
  82. package/dist/components/MaterialUI/DataDisplay/Icon.js +3 -29
  83. package/dist/components/MaterialUI/DataDisplay/List.js +16 -55
  84. package/dist/components/MaterialUI/DataDisplay/Modal.js +1 -36
  85. package/dist/components/MaterialUI/DataDisplay/Notification.js +12 -66
  86. package/dist/components/MaterialUI/DataDisplay/NotificationProps.js +1 -34
  87. package/dist/components/MaterialUI/DataDisplay/PopperedElements/PopperedIcon.js +1 -23
  88. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/ActionModal.js +5 -37
  89. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Address.js +1 -33
  90. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/ConfirmationModal.js +7 -28
  91. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/DiscountedPrice.js +2 -32
  92. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/InformationItem.js +14 -54
  93. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Placeholder.js +4 -33
  94. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/SectionTitle.js +0 -25
  95. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/StepperModal.js +12 -58
  96. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/TableInfoBar.js +0 -29
  97. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js +11 -57
  98. package/dist/components/MaterialUI/DataDisplay/SelectionList.js +21 -68
  99. package/dist/components/MaterialUI/DataDisplay/Table.js +33 -122
  100. package/dist/components/MaterialUI/DataDisplay/TableHeaderCell.js +0 -35
  101. package/dist/components/MaterialUI/DataDisplay/TableProps.js +1 -49
  102. package/dist/components/MaterialUI/DataDisplay/Timeline.js +1 -21
  103. package/dist/components/MaterialUI/DataDisplay/TimelineItem.js +4 -32
  104. package/dist/components/MaterialUI/DataDisplay/TooltippedElements/MultipleLinesText.js +6 -45
  105. package/dist/components/MaterialUI/DataDisplay/TooltippedElements/TooltippedIcon.js +4 -30
  106. package/dist/components/MaterialUI/DataDisplay/TooltippedElements/TooltippedTypography.js +1 -22
  107. package/dist/components/MaterialUI/DataDisplay/TransferList.js +28 -95
  108. package/dist/components/MaterialUI/DataDisplay/chipProps.js +1 -38
  109. package/dist/components/MaterialUI/DataDisplay/collapsableListProps.js +1 -37
  110. package/dist/components/MaterialUI/DataDisplay/dividerProps.js +1 -41
  111. package/dist/components/MaterialUI/DataDisplay/index.js +0 -33
  112. package/dist/components/MaterialUI/DataDisplay/modalProps.js +1 -36
  113. package/dist/components/MaterialUI/DataDisplay/tableHelpers.js +3 -66
  114. package/dist/components/MaterialUI/DataDisplay/useTableSelection.js +6 -45
  115. package/dist/components/MaterialUI/Feedback/NotificationContext.js +3 -38
  116. package/dist/components/MaterialUI/Feedback/loadingScreen.js +3 -42
  117. package/dist/components/MaterialUI/Feedback/useNotification.js +0 -21
  118. package/dist/components/MaterialUI/Inputs/Autocomplete.js +3 -44
  119. package/dist/components/MaterialUI/Inputs/AutocompleteProps.js +1 -37
  120. package/dist/components/MaterialUI/Inputs/Checkbox.js +0 -39
  121. package/dist/components/MaterialUI/Inputs/CheckboxGroup.js +0 -42
  122. package/dist/components/MaterialUI/Inputs/CheckboxGroupProps.js +1 -38
  123. package/dist/components/MaterialUI/Inputs/CheckboxProps.js +1 -39
  124. package/dist/components/MaterialUI/Inputs/DatePicker.js +14 -52
  125. package/dist/components/MaterialUI/Inputs/InputBase.js +5 -54
  126. package/dist/components/MaterialUI/Inputs/InputBaseProps.js +1 -49
  127. package/dist/components/MaterialUI/Inputs/PredefinedElements/SearchControl.js +10 -63
  128. package/dist/components/MaterialUI/Inputs/PredefinedElements/TitledSelect.js +3 -31
  129. package/dist/components/MaterialUI/Inputs/Radio.js +8 -54
  130. package/dist/components/MaterialUI/Inputs/RadioProps.js +1 -41
  131. package/dist/components/MaterialUI/Inputs/Select.js +6 -70
  132. package/dist/components/MaterialUI/Inputs/SelectProps.js +1 -46
  133. package/dist/components/MaterialUI/Inputs/StandaloneRadio.js +0 -34
  134. package/dist/components/MaterialUI/Inputs/Switch.js +1 -37
  135. package/dist/components/MaterialUI/Inputs/SwitchProps.js +1 -40
  136. package/dist/components/MaterialUI/Inputs/TimePicker.js +12 -89
  137. package/dist/components/MaterialUI/Inputs/createInput.js +3 -30
  138. package/dist/components/MaterialUI/Inputs/index.js +0 -35
  139. package/dist/components/MaterialUI/Inputs/standaloneRadioProps.js +1 -41
  140. package/dist/components/MaterialUI/Navigation/DropDownMenu.js +10 -54
  141. package/dist/components/MaterialUI/Navigation/DropDownMenuProps.js +1 -33
  142. package/dist/components/MaterialUI/Navigation/ExternalLink.js +2 -27
  143. package/dist/components/MaterialUI/Navigation/PredefinedElements/ActionMenu.js +4 -31
  144. package/dist/components/MaterialUI/Navigation/TabBar.js +21 -102
  145. package/dist/components/MaterialUI/Navigation/TabLabel.js +5 -39
  146. package/dist/components/MaterialUI/ScopeSelector/ScopeSelector.js +7 -42
  147. package/dist/components/MaterialUI/ScopeSelector/ScopeTreeView.js +20 -60
  148. package/dist/components/MaterialUI/ScopeSelector/TreeItem.js +13 -67
  149. package/dist/components/MaterialUI/Surfaces/ExpansionPanel.js +13 -53
  150. package/dist/components/MaterialUI/Surfaces/Paper.js +1 -31
  151. package/dist/components/MaterialUI/Surfaces/PredefinedElements/TitledPaper.js +3 -28
  152. package/dist/components/MaterialUI/Surfaces/SectionExpansionPanel.js +17 -60
  153. package/dist/components/MaterialUI/Surfaces/expansionPanelProps.js +1 -55
  154. package/dist/components/MaterialUI/Surfaces/paperProps.js +1 -36
  155. package/dist/components/MaterialUI/componentProps.js +0 -28
  156. package/dist/components/MaterialUI/hocs/withDeferredPopper.js +9 -58
  157. package/dist/components/MaterialUI/hocs/withDeferredTooltip.js +7 -43
  158. package/dist/components/MaterialUI/muiThemes.js +2 -56
  159. package/dist/components/MaterialUI/textProps.js +1 -33
  160. package/dist/components/Modal/Background.js +0 -19
  161. package/dist/components/Modal/Dialog.js +2 -26
  162. package/dist/components/Modal/Wrapper.js +0 -26
  163. package/dist/components/Modal/index.js +6 -42
  164. package/dist/components/Modules.js +18 -90
  165. package/dist/components/MultiSelector.js +20 -73
  166. package/dist/components/Navigation/Bar.js +24 -87
  167. package/dist/components/Navigation/Tab.js +20 -72
  168. package/dist/components/Navigation/index.js +2 -21
  169. package/dist/components/Navigation/useNavigationState.js +85 -172
  170. package/dist/components/Placeholder.js +6 -44
  171. package/dist/components/Provision.js +4 -36
  172. package/dist/components/Routing/FullPage.js +14 -37
  173. package/dist/components/Routing/Page.js +13 -50
  174. package/dist/components/Routing/Segment.js +5 -30
  175. package/dist/components/Routing/SegmentPage.js +25 -105
  176. package/dist/components/Routing/SubPage.js +7 -55
  177. package/dist/components/Routing/withWaypointing.js +3 -36
  178. package/dist/components/Scope/ScopeModificationConfirmationDialog.js +3 -30
  179. package/dist/components/Scope/ScopeNode.js +6 -47
  180. package/dist/components/Scope/Selector.js +8 -44
  181. package/dist/components/Scope/index.js +24 -93
  182. package/dist/components/Scope/useScopeConfirmationModalState.js +11 -74
  183. package/dist/components/Scope/useScopeData.js +0 -25
  184. package/dist/components/Scope/useScopeSelect.js +0 -26
  185. package/dist/components/Selector.js +14 -75
  186. package/dist/components/Sidepanel.js +0 -28
  187. package/dist/components/Spritesheet.js +0 -26
  188. package/dist/components/Switch.js +12 -52
  189. package/dist/components/Text.js +4 -48
  190. package/dist/components/ToastList.js +5 -45
  191. package/dist/components/Toolbar.js +17 -75
  192. package/dist/components/Tooltip.js +0 -24
  193. package/dist/components/Treeview/Branch.js +0 -25
  194. package/dist/components/Treeview/Label.js +0 -29
  195. package/dist/components/Treeview/Leaf.js +0 -21
  196. package/dist/components/Treeview/Node.js +15 -55
  197. package/dist/components/Treeview/index.js +20 -63
  198. package/dist/components/Treeview/settings.js +0 -17
  199. package/dist/constants.js +2 -17
  200. package/dist/getTheme.js +0 -29
  201. package/dist/getThemeOverrides.js +0 -21
  202. package/dist/hocs/routingConnector.js +0 -21
  203. package/dist/hocs/withAuthentication.js +4 -26
  204. package/dist/hocs/withClickOutside.js +3 -29
  205. package/dist/hocs/withErrorBoundary.js +4 -39
  206. package/dist/hocs/withId.js +2 -31
  207. package/dist/hocs/withInfiniteScroll.js +15 -32
  208. package/dist/hocs/withInitialLoad.js +0 -20
  209. package/dist/hocs/withLocaleSwitch.js +0 -19
  210. package/dist/hocs/withNavigationLink.js +3 -30
  211. package/dist/hocs/withRequestActivity.js +0 -21
  212. package/dist/hocs/withScopeData.js +4 -31
  213. package/dist/hocs/withScrollBox.js +3 -32
  214. package/dist/hocs/withToggle.js +4 -34
  215. package/dist/hocs/withUpdateHandler.js +0 -22
  216. package/dist/hocs/withViewState.js +3 -30
  217. package/dist/hooks/useDispatchWithModulesData.js +0 -26
  218. package/dist/hooks/useEditState.js +3 -102
  219. package/dist/hooks/useEntityLoader.js +13 -64
  220. package/dist/hooks/useFullEntityEditState.js +4 -53
  221. package/dist/hooks/useInfiniteScroll.js +3 -31
  222. package/dist/hooks/useLabelMessage.js +0 -41
  223. package/dist/hooks/useLoader.js +0 -27
  224. package/dist/hooks/useMultipleFieldEditState.js +0 -39
  225. package/dist/hooks/useNavigationHandler.js +3 -28
  226. package/dist/hooks/useNotificationRequestState.js +14 -46
  227. package/dist/hooks/usePreviousModified.js +0 -24
  228. package/dist/hooks/useRequestState.js +8 -38
  229. package/dist/hooks/useSelectorAndUnwrap.js +0 -23
  230. package/dist/hooks/useToggle.js +3 -33
  231. package/dist/hooks/useViewState.js +0 -23
  232. package/dist/index.js +1 -2
  233. package/dist/reducers/applications.js +0 -23
  234. package/dist/reducers/authentication.js +4 -35
  235. package/dist/reducers/countries.js +0 -25
  236. package/dist/reducers/localeFactory.js +0 -30
  237. package/dist/reducers/metadata.js +2 -62
  238. package/dist/reducers/modules.js +0 -36
  239. package/dist/reducers/navigation.js +8 -47
  240. package/dist/reducers/request.js +0 -28
  241. package/dist/reducers/requestStates.js +0 -42
  242. package/dist/reducers/scopes.js +0 -28
  243. package/dist/reducers/settings.js +4 -39
  244. package/dist/reducers/timezones.js +0 -25
  245. package/dist/reducers/toasts.js +0 -27
  246. package/dist/reducers/versionInfo.js +0 -24
  247. package/dist/reducers/view.js +36 -84
  248. package/dist/schemas/countries.js +0 -17
  249. package/dist/schemas/definitions.js +0 -17
  250. package/dist/schemas/metadata.js +0 -17
  251. package/dist/schemas/productDefinitions.js +0 -17
  252. package/dist/schemas/scopes.js +0 -17
  253. package/dist/schemas/timezones.js +0 -17
  254. package/dist/selectors/applications.js +0 -20
  255. package/dist/selectors/authentication.js +0 -40
  256. package/dist/selectors/countries.js +0 -22
  257. package/dist/selectors/locale.js +1 -29
  258. package/dist/selectors/metadata.js +1 -44
  259. package/dist/selectors/modules.js +0 -21
  260. package/dist/selectors/navigation.js +9 -39
  261. package/dist/selectors/requestStates.js +0 -22
  262. package/dist/selectors/requests.js +2 -22
  263. package/dist/selectors/route.js +0 -21
  264. package/dist/selectors/scope.js +0 -32
  265. package/dist/selectors/settings.js +0 -18
  266. package/dist/selectors/timezones.js +0 -19
  267. package/dist/selectors/versionInfo.js +0 -18
  268. package/dist/selectors/view.js +3 -74
  269. package/dist/sharedMessages.js +0 -17
  270. package/dist/spawnerMiddleware.js +0 -24
  271. package/dist/utils/buildUrl.js +5 -36
  272. package/dist/utils/countryHelper.js +0 -18
  273. package/dist/utils/curry.js +0 -19
  274. package/dist/utils/debounce.js +1 -20
  275. package/dist/utils/displayModeHelper.js +0 -24
  276. package/dist/utils/domHelper.js +0 -17
  277. package/dist/utils/flatten.js +2 -35
  278. package/dist/utils/index.js +0 -31
  279. package/dist/utils/insertIcons.js +0 -21
  280. package/dist/utils/localizationHelper.js +0 -26
  281. package/dist/utils/logPass.js +1 -22
  282. package/dist/utils/mapHelper.js +1 -25
  283. package/dist/utils/memoize.js +0 -23
  284. package/dist/utils/modelValidationHelper.js +0 -41
  285. package/dist/utils/normalizeForSearch.js +2 -19
  286. package/dist/utils/objectHelper.js +0 -22
  287. package/dist/utils/parseHelper.js +0 -32
  288. package/dist/utils/profilerHelper.js +0 -18
  289. package/dist/utils/propertyHelper.js +1 -38
  290. package/dist/utils/propertyValidator.js +0 -25
  291. package/dist/utils/requestProcessingHelper.js +0 -24
  292. package/dist/utils/safeGet.js +0 -18
  293. package/dist/utils/setTranslation.js +0 -27
  294. package/dist/utils/setTranslationWithFallback.js +0 -32
  295. package/dist/utils/stripKey.js +1 -23
  296. package/dist/utils/styledPropFuncs.js +3 -29
  297. package/dist/utils/testUtils.js +19 -86
  298. package/dist/utils/timezoneHelper.js +0 -31
  299. package/dist/utils/unwrapImmutable.js +0 -19
  300. package/dist/utils/urlHelper.js +2 -27
  301. package/dist/whyDidYouRerender.js +0 -5
  302. package/package.json +1 -1
  303. package/src/utils/testUtils.js +10 -1
@@ -2,82 +2,57 @@
2
2
 
3
3
  exports.__esModule = true;
4
4
  exports.useEditState = exports.useDynamicEditState = exports.default = void 0;
5
-
6
5
  var _react = require("react");
7
-
8
6
  var _reactRedux = require("react-redux");
9
-
10
7
  var _navigation = require("./../selectors/navigation");
11
-
12
8
  var _useDispatchWithModulesData = require("./../hooks/useDispatchWithModulesData");
13
-
14
9
  var _view = require("./../actions/view");
15
-
16
10
  var _modelValidationHelper = require("../utils/modelValidationHelper");
17
-
18
11
  var _useSelectorAndUnwrap = require("./useSelectorAndUnwrap");
19
-
20
12
  var _lodash = require("lodash");
21
-
22
13
  var _mapHelper = require("../utils/mapHelper");
23
-
24
14
  (function () {
25
15
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
26
16
  enterModule && enterModule(module);
27
17
  })();
28
-
29
18
  (function () {
30
19
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
31
20
  enterModule && enterModule(module);
32
21
  })();
33
-
34
22
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
35
-
36
23
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
37
-
38
24
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
39
-
40
25
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
41
26
  return a;
42
27
  };
43
-
44
28
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
45
29
  return a;
46
30
  };
47
-
48
31
  // if you need to override default validation rules just pass new rules with default keys
49
32
  // as properties of extendedValidationRules
50
33
  var useEditState = function useEditState(entityId, sectionName, extendedValidationRules) {
51
34
  if (extendedValidationRules === void 0) {
52
35
  extendedValidationRules = {};
53
36
  }
54
-
55
37
  var currentModuleName = (0, _reactRedux.useSelector)(_navigation.selectCurrentModuleName);
56
38
  var dispatchWithModulesData = (0, _useDispatchWithModulesData.useDispatchWithModulesData)();
57
-
58
39
  var mergedValidationRules = _objectSpread(_objectSpread({}, _modelValidationHelper.validationRules), extendedValidationRules);
59
-
60
40
  var useFieldState = function useFieldState(keys, initialValue, errorTypes, saveInitialValueToEditState, preValidateInitialValue, fieldDependencies) {
61
41
  if (initialValue === void 0) {
62
42
  initialValue = "";
63
43
  }
64
-
65
44
  if (errorTypes === void 0) {
66
45
  errorTypes = [];
67
46
  }
68
-
69
47
  if (saveInitialValueToEditState === void 0) {
70
48
  saveInitialValueToEditState = false;
71
49
  }
72
-
73
50
  if (preValidateInitialValue === void 0) {
74
51
  preValidateInitialValue = false;
75
52
  }
76
-
77
53
  if (fieldDependencies === void 0) {
78
54
  fieldDependencies = {};
79
55
  }
80
-
81
56
  var stateValue = (0, _useSelectorAndUnwrap.useSelectorAndUnwrap)(function (state) {
82
57
  return state.getIn(["view", "edit", currentModuleName, entityId, sectionName, "model"].concat(keys));
83
58
  });
@@ -88,12 +63,10 @@ var useEditState = function useEditState(entityId, sectionName, extendedValidati
88
63
  if (dependencies === void 0) {
89
64
  dependencies = {};
90
65
  }
91
-
92
66
  var valueToValidate = value != null ? value : editState.value;
93
67
  var hasAnyValidationErrors = false;
94
68
  errorTypes.forEach(function (errorType) {
95
69
  var isValid = mergedValidationRules[errorType](valueToValidate, _objectSpread(_objectSpread({}, fieldDependencies), dependencies));
96
-
97
70
  if (isValid === false && hasAnyValidationErrors === false) {
98
71
  dispatchWithModulesData(_view.setEditModelFieldError, [keys, errorType, entityId, sectionName]);
99
72
  hasAnyValidationErrors = true;
@@ -104,22 +77,18 @@ var useEditState = function useEditState(entityId, sectionName, extendedValidati
104
77
  (0, _react.useEffect)(function () {
105
78
  if (saveInitialValueToEditState && stateValue == null) {
106
79
  dispatchWithModulesData(_view.setEditModelField, [keys, initialValue, initialValue, entityId, sectionName]);
107
-
108
80
  if (preValidateInitialValue) {
109
81
  isEditStateValid(initialValue);
110
82
  }
111
83
  }
112
84
  }, [initialValue, keys, saveInitialValueToEditState, preValidateInitialValue, stateValue, isEditStateValid]);
113
-
114
85
  var updateEditState = function updateEditState(newValue, dependencies) {
115
86
  dispatchWithModulesData(_view.setEditModelField, [keys, newValue, initialValue, entityId, sectionName]);
116
87
  isEditStateValid(newValue, dependencies);
117
88
  };
118
-
119
89
  var resetEditState = function resetEditState() {
120
90
  dispatchWithModulesData(_view.setEditModelField, [keys, initialValue, initialValue, entityId, sectionName]);
121
91
  };
122
-
123
92
  return {
124
93
  state: editState,
125
94
  update: updateEditState,
@@ -127,49 +96,38 @@ var useEditState = function useEditState(entityId, sectionName, extendedValidati
127
96
  isValid: isEditStateValid
128
97
  };
129
98
  };
130
-
131
99
  __signature__(useFieldState, "useSelectorAndUnwrap{stateValue}\nuseCallback{isEditStateValid}\nuseEffect{}", function () {
132
100
  return [_useSelectorAndUnwrap.useSelectorAndUnwrap];
133
101
  });
134
-
135
102
  __signature__(useFieldState, "useSelectorAndUnwrap{stateValue}\nuseCallback{isEditStateValid}\nuseEffect{}", function () {
136
103
  return [_useSelectorAndUnwrap.useSelectorAndUnwrap];
137
104
  });
138
-
139
105
  return useFieldState;
140
- }; // if you need to override default validation rules just pass new rules with default keys
141
- // as properties of extendedValidationRules
142
-
106
+ };
143
107
 
108
+ // if you need to override default validation rules just pass new rules with default keys
109
+ // as properties of extendedValidationRules
144
110
  exports.useEditState = useEditState;
145
-
146
111
  __signature__(useEditState, "useSelector{currentModuleName}\nuseDispatchWithModulesData{dispatchWithModulesData}", function () {
147
112
  return [_reactRedux.useSelector, _useDispatchWithModulesData.useDispatchWithModulesData];
148
113
  });
149
-
150
114
  __signature__(useEditState, "useSelector{currentModuleName}\nuseDispatchWithModulesData{dispatchWithModulesData}", function () {
151
115
  return [_reactRedux.useSelector, _useDispatchWithModulesData.useDispatchWithModulesData];
152
116
  });
153
-
154
117
  var useDynamicEditState = function useDynamicEditState(entityId, sectionName, extendedValidationRules) {
155
118
  if (extendedValidationRules === void 0) {
156
119
  extendedValidationRules = {};
157
120
  }
158
-
159
121
  var currentModuleName = (0, _reactRedux.useSelector)(_navigation.selectCurrentModuleName);
160
122
  var dispatchWithModulesData = (0, _useDispatchWithModulesData.useDispatchWithModulesData)();
161
-
162
123
  var mergedValidationRules = _objectSpread(_objectSpread({}, _modelValidationHelper.validationRules), extendedValidationRules);
163
-
164
124
  var useFieldState = function useFieldState(keys, initialValue, saveInitialValueToEditState) {
165
125
  if (initialValue === void 0) {
166
126
  initialValue = "";
167
127
  }
168
-
169
128
  if (saveInitialValueToEditState === void 0) {
170
129
  saveInitialValueToEditState = false;
171
130
  }
172
-
173
131
  var stateValue = (0, _useSelectorAndUnwrap.useSelectorAndUnwrap)(function (state) {
174
132
  return state.getIn(["view", "edit", currentModuleName, entityId, sectionName, "model"].concat(keys));
175
133
  });
@@ -178,54 +136,41 @@ var useDynamicEditState = function useDynamicEditState(entityId, sectionName, ex
178
136
  dispatchWithModulesData(_view.setEditModelField, [keys, initialValue, initialValue, entityId, sectionName]);
179
137
  }
180
138
  }, [initialValue, keys, saveInitialValueToEditState, stateValue]);
181
-
182
139
  var getEditStateValue = function getEditStateValue(path) {
183
140
  var _stateValue$value;
184
-
185
141
  if (path === void 0) {
186
142
  path = [];
187
143
  }
188
-
189
144
  var keyPath = path.join(".");
190
145
  var value = (_stateValue$value = stateValue == null ? void 0 : stateValue.value) != null ? _stateValue$value : initialValue;
191
146
  var resultValue = (0, _mapHelper.mapModifiedData)(value);
192
147
  var result = !path.length ? resultValue : (0, _lodash.get)(resultValue, keyPath, resultValue);
193
148
  return result;
194
149
  };
195
-
196
150
  var getValidPath = function getValidPath(path) {
197
151
  var _stateValue$value2;
198
-
199
152
  var result = [];
200
153
  var value = (_stateValue$value2 = stateValue == null ? void 0 : stateValue.value) != null ? _stateValue$value2 : initialValue;
201
-
202
154
  var checkPath = function checkPath(obj) {
203
155
  if ((0, _lodash.has)(obj, "value")) {
204
156
  result.push("value");
205
157
  return obj.value;
206
158
  }
207
-
208
159
  return obj;
209
160
  };
210
-
211
161
  var valueItem = (0, _lodash.cloneDeep)(value);
212
-
213
162
  for (var i = 0; i < path.length; i++) {
214
163
  result.push(path[i]);
215
-
216
164
  if (i !== path.length - 1) {
217
165
  valueItem = checkPath(valueItem[path[i]]);
218
166
  }
219
167
  }
220
-
221
168
  return result;
222
169
  };
223
-
224
170
  var hasAnyValidationErrors = function hasAnyValidationErrors(value, path, errorTypes, dependencies) {
225
171
  for (var i = 0; i < errorTypes.length; i++) {
226
172
  var errorType = errorTypes[i];
227
173
  var isValid = mergedValidationRules[errorType](value, dependencies);
228
-
229
174
  if (isValid === false) {
230
175
  dispatchWithModulesData(_view.setEditModelFieldError, [path, errorType, entityId, sectionName]);
231
176
  return true;
@@ -233,95 +178,73 @@ var useDynamicEditState = function useDynamicEditState(entityId, sectionName, ex
233
178
  dispatchWithModulesData(_view.removeEditModelFieldError, [path, entityId, sectionName]);
234
179
  }
235
180
  }
236
-
237
181
  return false;
238
182
  };
239
-
240
183
  var updateEditState = function updateEditState(newValue, path, errorTypes, dependencies) {
241
184
  if (path === void 0) {
242
185
  path = [];
243
186
  }
244
-
245
187
  if (errorTypes === void 0) {
246
188
  errorTypes = [];
247
189
  }
248
-
249
190
  if (dependencies === void 0) {
250
191
  dependencies = {};
251
192
  }
252
-
253
193
  var pathToField = getValidPath(path);
254
194
  var fullPath = !path.length ? [].concat(keys) : [].concat(keys, ["value"], pathToField);
255
195
  var initialFieldValue = !path.length ? initialValue : (0, _lodash.get)(initialValue, pathToField);
256
196
  dispatchWithModulesData(_view.setEditModelField, [fullPath, newValue, initialFieldValue, entityId, sectionName]);
257
197
  hasAnyValidationErrors(newValue, fullPath, errorTypes, dependencies);
258
198
  };
259
-
260
199
  var deleteEditState = function deleteEditState(path) {
261
200
  if (path === void 0) {
262
201
  path = [];
263
202
  }
264
-
265
203
  var fullPath = !path.length ? [].concat(keys) : [].concat(keys, ["value"], getValidPath(path));
266
-
267
204
  if (path.length === 0) {
268
205
  dispatchWithModulesData(_view.removeEditModel, [fullPath, entityId, sectionName]);
269
206
  return;
270
207
  }
271
-
272
208
  if (path.length > 1) {
273
209
  path.pop();
274
210
  var keyPath = path.join(".");
275
211
  return dispatchWithModulesData(_view.removeEditModelField, [fullPath, (0, _lodash.get)(initialValue, keyPath), entityId, sectionName]);
276
212
  }
277
-
278
213
  dispatchWithModulesData(_view.removeEditModelField, [fullPath, initialValue, entityId, sectionName]);
279
214
  };
280
-
281
215
  var resetEditState = function resetEditState(path) {
282
216
  if (path === void 0) {
283
217
  path = [];
284
218
  }
285
-
286
219
  var fullPath = !path.length ? [].concat(keys) : [].concat(keys, ["value"], getValidPath(path));
287
220
  dispatchWithModulesData(_view.setEditModelField, [fullPath, initialValue, initialValue, entityId, sectionName]);
288
221
  };
289
-
290
222
  var isEditStateValid = function isEditStateValid(value, path, errorTypes, dependencies) {
291
223
  var _stateValue$value3;
292
-
293
224
  if (path === void 0) {
294
225
  path = [];
295
226
  }
296
-
297
227
  if (errorTypes === void 0) {
298
228
  errorTypes = [];
299
229
  }
300
-
301
230
  if (dependencies === void 0) {
302
231
  dependencies = {};
303
232
  }
304
-
305
233
  var pathToField = getValidPath(path);
306
234
  var fullValue = value != null ? value : (0, _lodash.get)((_stateValue$value3 = stateValue == null ? void 0 : stateValue.value) != null ? _stateValue$value3 : initialValue, pathToField);
307
235
  var fullPath = !path.length ? [].concat(keys) : [].concat(keys, ["value"], pathToField);
308
-
309
236
  if (fullValue != null && (typeof fullValue !== "object" || Array.isArray(fullValue))) {
310
237
  dispatchWithModulesData(_view.setEditModelField, [fullPath, fullValue, fullValue, entityId, sectionName]);
311
238
  }
312
-
313
239
  var valueToValidate = value != null ? value : getEditStateValue(path);
314
240
  var hasValidationErrors = hasAnyValidationErrors(valueToValidate, fullPath, errorTypes, dependencies);
315
241
  return !hasValidationErrors;
316
242
  };
317
-
318
243
  var getError = function getError(path) {
319
244
  var _stateValue$value4;
320
-
321
245
  if (path === void 0) {
322
246
  path = [];
323
247
  }
324
-
325
248
  var validPath = getValidPath(path);
326
249
  var keyPath = validPath.join(".");
327
250
  if (!path.length && (0, _lodash.has)(stateValue, "error")) return stateValue.error;
@@ -329,19 +252,15 @@ var useDynamicEditState = function useDynamicEditState(entityId, sectionName, ex
329
252
  var result = !path.length ? value : (0, _lodash.get)(value, keyPath);
330
253
  return result == null ? void 0 : result.error;
331
254
  };
332
-
333
255
  var getEditState = function getEditState(path) {
334
256
  var _stateValue$value5;
335
-
336
257
  if (path === void 0) {
337
258
  path = [];
338
259
  }
339
-
340
260
  var keyPath = path.join(".");
341
261
  var value = (_stateValue$value5 = stateValue == null ? void 0 : stateValue.value) != null ? _stateValue$value5 : initialValue;
342
262
  return !path.length ? value : (0, _lodash.get)(value, keyPath);
343
263
  };
344
-
345
264
  return {
346
265
  getStateValue: getEditStateValue,
347
266
  update: updateEditState,
@@ -352,69 +271,51 @@ var useDynamicEditState = function useDynamicEditState(entityId, sectionName, ex
352
271
  getState: getEditState
353
272
  };
354
273
  };
355
-
356
274
  __signature__(useFieldState, "useSelectorAndUnwrap{stateValue}\nuseEffect{}", function () {
357
275
  return [_useSelectorAndUnwrap.useSelectorAndUnwrap];
358
276
  });
359
-
360
277
  __signature__(useFieldState, "useSelectorAndUnwrap{stateValue}\nuseEffect{}", function () {
361
278
  return [_useSelectorAndUnwrap.useSelectorAndUnwrap];
362
279
  });
363
-
364
280
  return useFieldState;
365
281
  };
366
-
367
282
  exports.useDynamicEditState = useDynamicEditState;
368
-
369
283
  __signature__(useDynamicEditState, "useSelector{currentModuleName}\nuseDispatchWithModulesData{dispatchWithModulesData}", function () {
370
284
  return [_reactRedux.useSelector, _useDispatchWithModulesData.useDispatchWithModulesData];
371
285
  });
372
-
373
286
  __signature__(useDynamicEditState, "useSelector{currentModuleName}\nuseDispatchWithModulesData{dispatchWithModulesData}", function () {
374
287
  return [_reactRedux.useSelector, _useDispatchWithModulesData.useDispatchWithModulesData];
375
288
  });
376
-
377
289
  var _default = useEditState;
378
290
  var _default2 = _default;
379
291
  var _default3 = _default2;
380
292
  exports.default = _default3;
381
293
  ;
382
-
383
294
  (function () {
384
295
  var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
385
-
386
296
  if (!reactHotLoader) {
387
297
  return;
388
298
  }
389
-
390
299
  reactHotLoader.register(useEditState, "useEditState", "/home/vsts/work/1/s/src/hooks/useEditState.js");
391
300
  reactHotLoader.register(useDynamicEditState, "useDynamicEditState", "/home/vsts/work/1/s/src/hooks/useEditState.js");
392
301
  reactHotLoader.register(_default, "default", "/home/vsts/work/1/s/src/hooks/useEditState.js");
393
302
  })();
394
-
395
303
  ;
396
-
397
304
  (function () {
398
305
  var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
399
306
  leaveModule && leaveModule(module);
400
307
  })();
401
-
402
308
  ;
403
-
404
309
  (function () {
405
310
  var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
406
-
407
311
  if (!reactHotLoader) {
408
312
  return;
409
313
  }
410
-
411
314
  reactHotLoader.register(useEditState, "useEditState", "/home/vsts/work/1/s/src/hooks/useEditState.js");
412
315
  reactHotLoader.register(useDynamicEditState, "useDynamicEditState", "/home/vsts/work/1/s/src/hooks/useEditState.js");
413
316
  reactHotLoader.register(_default2, "default", "/home/vsts/work/1/s/src/hooks/useEditState.js");
414
317
  })();
415
-
416
318
  ;
417
-
418
319
  (function () {
419
320
  var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
420
321
  leaveModule && leaveModule(module);
@@ -2,102 +2,69 @@
2
2
 
3
3
  exports.__esModule = true;
4
4
  exports.default = void 0;
5
-
6
5
  var _useLoader = _interopRequireDefault(require("./useLoader"));
7
-
8
6
  var _useRequestState3 = _interopRequireDefault(require("./useRequestState"));
9
-
10
7
  var _constants = require("../constants");
11
-
12
8
  var _react = require("react");
13
-
14
9
  var _navigation = require("../selectors/navigation");
15
-
16
10
  var _useSelectorAndUnwrap = require("./useSelectorAndUnwrap");
17
-
18
11
  var _reactRedux = require("react-redux");
19
-
20
12
  var _reduxApiMiddleware = require("redux-api-middleware");
21
-
22
13
  var _makeApiAction = require("../actions/makeApiAction");
23
-
24
14
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
25
-
26
15
  (function () {
27
16
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
28
17
  enterModule && enterModule(module);
29
18
  })();
30
-
31
19
  (function () {
32
20
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
33
21
  enterModule && enterModule(module);
34
22
  })();
35
-
36
23
  function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
37
-
38
24
  function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
39
-
40
25
  function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
41
-
42
26
  function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
43
-
44
27
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
45
-
46
28
  function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
47
-
48
29
  function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
49
-
50
30
  function _iterableToArrayLimit(arr, i) { var _i = arr == null ? null : typeof Symbol !== "undefined" && arr[Symbol.iterator] || arr["@@iterator"]; if (_i == null) return; var _arr = []; var _n = true; var _d = false; var _s, _e; try { for (_i = _i.call(arr); !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
51
-
52
31
  function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
53
-
54
32
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
55
33
  return a;
56
34
  };
57
-
58
35
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
59
36
  return a;
60
37
  };
61
-
62
38
  var useEntityLoader = function useEntityLoader(entityId, loadAction, cutoutSelector) {
63
39
  var _loadAction$RSAA$endp, _loadAction$RSAA;
64
-
65
40
  if (Array.isArray(loadAction)) {
66
41
  throw new Error("useEntityLoader does not support an array of actions");
67
42
  }
68
-
69
43
  var _useState = (0, _react.useState)(false),
70
- _useState2 = _slicedToArray(_useState, 2),
71
- loadErrorUnhandled = _useState2[0],
72
- setLoadErrorUnhandled = _useState2[1];
73
-
44
+ _useState2 = _slicedToArray(_useState, 2),
45
+ loadErrorUnhandled = _useState2[0],
46
+ setLoadErrorUnhandled = _useState2[1];
74
47
  var moduleName = (0, _useSelectorAndUnwrap.useSelectorAndUnwrap)(_navigation.selectCurrentModuleName);
75
48
  var closingTabHandlerAction = (0, _reactRedux.useSelector)((0, _navigation.selectClosingTabHandlerActionForEntity)(moduleName, entityId));
76
-
77
49
  var _useRequestState = (0, _useRequestState3.default)({
78
- keys: [(_loadAction$RSAA$endp = (_loadAction$RSAA = loadAction[_reduxApiMiddleware.RSAA]) == null ? void 0 : _loadAction$RSAA.endpoint) != null ? _loadAction$RSAA$endp : "invalidEndPoint"],
79
- operation: _constants.requestStateOperations.fetch,
80
- errorAction: function errorAction(errorResponse) {
81
- setLoadErrorUnhandled(true);
82
-
83
- if (errorResponse.status === 404 && closingTabHandlerAction) {
84
- closingTabHandlerAction();
50
+ keys: [(_loadAction$RSAA$endp = (_loadAction$RSAA = loadAction[_reduxApiMiddleware.RSAA]) == null ? void 0 : _loadAction$RSAA.endpoint) != null ? _loadAction$RSAA$endp : "invalidEndPoint"],
51
+ operation: _constants.requestStateOperations.fetch,
52
+ errorAction: function errorAction(errorResponse) {
53
+ setLoadErrorUnhandled(true);
54
+ if (errorResponse.status === 404 && closingTabHandlerAction) {
55
+ closingTabHandlerAction();
56
+ }
85
57
  }
86
- }
87
- }),
88
- _useRequestState2 = _slicedToArray(_useRequestState, 1),
89
- requestState = _useRequestState2[0];
90
-
58
+ }),
59
+ _useRequestState2 = _slicedToArray(_useRequestState, 1),
60
+ requestState = _useRequestState2[0];
91
61
  var metaRequestState = requestState();
92
62
  var cutout = !!(0, _reactRedux.useSelector)(cutoutSelector, _reactRedux.shallowEqual) || loadErrorUnhandled;
93
-
94
63
  if (!loadAction[_reduxApiMiddleware.RSAA] && !cutout) {
95
64
  throw new Error("useEntityLoader only supports RSAA api actions");
96
65
  }
97
-
98
66
  if (loadAction[_reduxApiMiddleware.RSAA]) {
99
67
  var _loadAction$RSAA$type;
100
-
101
68
  loadAction[_reduxApiMiddleware.RSAA].types = ((_loadAction$RSAA$type = loadAction[_reduxApiMiddleware.RSAA].types) != null ? _loadAction$RSAA$type : []).map(function (x) {
102
69
  if (typeof x === "string") {
103
70
  var actionType = x.endsWith("_FAILURE") ? (0, _makeApiAction.makeFailureActionType)(x) : {
@@ -110,72 +77,54 @@ var useEntityLoader = function useEntityLoader(entityId, loadAction, cutoutSelec
110
77
  });
111
78
  } else if (typeof x === "object") {
112
79
  var _x$meta;
113
-
114
80
  var _actionType = x.type.endsWith("_FAILURE") ? (0, _makeApiAction.makeFailureActionType)(x.type) : {};
115
-
116
81
  return _objectSpread(_objectSpread(_objectSpread({}, x), _actionType), {}, {
117
82
  meta: _objectSpread(_objectSpread({}, (_x$meta = x.meta) != null ? _x$meta : {}), {}, {
118
83
  requestState: _objectSpread({}, metaRequestState)
119
84
  })
120
85
  });
121
86
  }
122
-
123
87
  throw new Error("useEntityLoader only supports RSAA api actions with valid types");
124
88
  });
125
89
  }
126
-
127
90
  (0, _useLoader.default)(loadAction, function () {
128
91
  return cutout;
129
92
  });
130
93
  };
131
-
132
94
  __signature__(useEntityLoader, "useState{[loadErrorUnhandled, setLoadErrorUnhandled](false)}\nuseSelectorAndUnwrap{moduleName}\nuseSelector{closingTabHandlerAction}\nuseRequestState{[requestState]}\nuseSelector{}\nuseLoader{}", function () {
133
95
  return [_useSelectorAndUnwrap.useSelectorAndUnwrap, _reactRedux.useSelector, _useRequestState3.default, _reactRedux.useSelector, _useLoader.default];
134
96
  });
135
-
136
97
  __signature__(useEntityLoader, "useState{[loadErrorUnhandled, setLoadErrorUnhandled](false)}\nuseSelectorAndUnwrap{moduleName}\nuseSelector{closingTabHandlerAction}\nuseRequestState{[requestState]}\nuseSelector{}\nuseLoader{}", function () {
137
98
  return [_useSelectorAndUnwrap.useSelectorAndUnwrap, _reactRedux.useSelector, _useRequestState3.default, _reactRedux.useSelector, _useLoader.default];
138
99
  });
139
-
140
100
  var _default = useEntityLoader;
141
101
  var _default2 = _default;
142
102
  var _default3 = _default2;
143
103
  exports.default = _default3;
144
104
  ;
145
-
146
105
  (function () {
147
106
  var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
148
-
149
107
  if (!reactHotLoader) {
150
108
  return;
151
109
  }
152
-
153
110
  reactHotLoader.register(useEntityLoader, "useEntityLoader", "/home/vsts/work/1/s/src/hooks/useEntityLoader.js");
154
111
  reactHotLoader.register(_default, "default", "/home/vsts/work/1/s/src/hooks/useEntityLoader.js");
155
112
  })();
156
-
157
113
  ;
158
-
159
114
  (function () {
160
115
  var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
161
116
  leaveModule && leaveModule(module);
162
117
  })();
163
-
164
118
  ;
165
-
166
119
  (function () {
167
120
  var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
168
-
169
121
  if (!reactHotLoader) {
170
122
  return;
171
123
  }
172
-
173
124
  reactHotLoader.register(useEntityLoader, "useEntityLoader", "/home/vsts/work/1/s/src/hooks/useEntityLoader.js");
174
125
  reactHotLoader.register(_default2, "default", "/home/vsts/work/1/s/src/hooks/useEntityLoader.js");
175
126
  })();
176
-
177
127
  ;
178
-
179
128
  (function () {
180
129
  var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
181
130
  leaveModule && leaveModule(module);