orc-shared 5.5.1-dev.1 → 5.5.1

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 (259) hide show
  1. package/dist/actions/applications.js +5 -5
  2. package/dist/actions/authentication.js +5 -5
  3. package/dist/actions/countries.js +5 -5
  4. package/dist/actions/locale.js +5 -5
  5. package/dist/actions/makeApiAction.js +21 -23
  6. package/dist/actions/makeOrcApiAction.js +2 -2
  7. package/dist/actions/metadata.js +61 -61
  8. package/dist/actions/navigation.js +2 -2
  9. package/dist/actions/scopes.js +5 -5
  10. package/dist/actions/tasks.js +5 -5
  11. package/dist/actions/timezones.js +5 -5
  12. package/dist/actions/versionInfo.js +5 -5
  13. package/dist/buildStore.js +4 -5
  14. package/dist/components/AppFrame/About.js +10 -11
  15. package/dist/components/AppFrame/Anchor.js +1 -1
  16. package/dist/components/AppFrame/AppFrame.js +6 -7
  17. package/dist/components/AppFrame/ApplicationSelector/ApplicationDialog.js +1 -1
  18. package/dist/components/AppFrame/ApplicationSelector/Header.js +4 -4
  19. package/dist/components/AppFrame/ApplicationSelector/index.js +3 -3
  20. package/dist/components/AppFrame/ConnectedToastList.js +2 -3
  21. package/dist/components/AppFrame/Help.js +1 -1
  22. package/dist/components/AppFrame/MenuItem.js +6 -7
  23. package/dist/components/AppFrame/Preferences.js +7 -7
  24. package/dist/components/AppFrame/Sidebar.js +5 -6
  25. package/dist/components/AppFrame/Topbar.js +3 -3
  26. package/dist/components/AppFrame/index.js +2 -3
  27. package/dist/components/ApplicationModuleLoader.js +5 -6
  28. package/dist/components/Authenticate.js +2 -3
  29. package/dist/components/Button.js +1 -2
  30. package/dist/components/CategoryList.js +9 -10
  31. package/dist/components/Checkbox.js +5 -6
  32. package/dist/components/ColumnWrapper.js +1 -1
  33. package/dist/components/Culture.js +1 -2
  34. package/dist/components/DevPages.js +1 -1
  35. package/dist/components/DropMenu/Menu.js +2 -2
  36. package/dist/components/DropMenu/index.js +5 -5
  37. package/dist/components/ErrorPlaceholder.js +4 -5
  38. package/dist/components/Form/Combination.js +2 -3
  39. package/dist/components/Form/Field.js +3 -4
  40. package/dist/components/Form/FieldElements.js +10 -10
  41. package/dist/components/Form/FieldList.js +11 -12
  42. package/dist/components/Form/Fieldset.js +1 -1
  43. package/dist/components/Form/Form.js +2 -3
  44. package/dist/components/Form/FormElement.js +1 -1
  45. package/dist/components/Form/InputField.js +9 -10
  46. package/dist/components/Form/Inputs/Button.js +4 -4
  47. package/dist/components/Form/Inputs/Date.js +4 -4
  48. package/dist/components/Form/Inputs/FieldButtons.js +2 -3
  49. package/dist/components/Form/Inputs/Number.js +4 -5
  50. package/dist/components/Form/Inputs/ReadOnly.js +1 -1
  51. package/dist/components/Form/Inputs/SmallButton.js +4 -4
  52. package/dist/components/Form/Inputs/Text.js +4 -4
  53. package/dist/components/Form/Inputs/Time.js +4 -4
  54. package/dist/components/Form/Inputs/Toggles.js +4 -4
  55. package/dist/components/Form/Inputs/Translation.js +11 -12
  56. package/dist/components/Form/Inputs/index.js +1 -1
  57. package/dist/components/Form/index.js +2 -3
  58. package/dist/components/I18n.js +2 -2
  59. package/dist/components/Icon.js +3 -3
  60. package/dist/components/IconButton.js +3 -3
  61. package/dist/components/Input.js +5 -6
  62. package/dist/components/InternetExplorerWarningMessage.js +1 -1
  63. package/dist/components/List/DataCell.js +2 -2
  64. package/dist/components/List/HeadCell.js +2 -3
  65. package/dist/components/List/HeadRow.js +1 -1
  66. package/dist/components/List/List.js +9 -9
  67. package/dist/components/List/Row.js +2 -3
  68. package/dist/components/List/enhanceColumnDefs.js +2 -2
  69. package/dist/components/List/index.js +2 -3
  70. package/dist/components/Loader.js +6 -7
  71. package/dist/components/LoadingIcon.js +2 -3
  72. package/dist/components/MaterialUI/DataDisplay/Badge.js +3 -3
  73. package/dist/components/MaterialUI/DataDisplay/Chip.js +2 -3
  74. package/dist/components/MaterialUI/DataDisplay/CollapsableList.js +6 -7
  75. package/dist/components/MaterialUI/DataDisplay/Divider.js +2 -3
  76. package/dist/components/MaterialUI/DataDisplay/Icon.js +4 -4
  77. package/dist/components/MaterialUI/DataDisplay/List.js +1 -1
  78. package/dist/components/MaterialUI/DataDisplay/Modal.js +4 -5
  79. package/dist/components/MaterialUI/DataDisplay/Notification.js +8 -9
  80. package/dist/components/MaterialUI/DataDisplay/NotificationProps.js +6 -6
  81. package/dist/components/MaterialUI/DataDisplay/PopperedElements/PopperedIcon.js +2 -2
  82. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/ActionModal.js +1 -1
  83. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Address.js +2 -3
  84. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/ConfirmationModal.js +1 -1
  85. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/DiscountedPrice.js +1 -1
  86. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/InformationItem.js +1 -1
  87. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Placeholder.js +1 -1
  88. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/SectionTitle.js +1 -1
  89. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/StepperModal.js +6 -7
  90. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/TableInfoBar.js +1 -1
  91. package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js +9 -10
  92. package/dist/components/MaterialUI/DataDisplay/SelectionList.js +8 -10
  93. package/dist/components/MaterialUI/DataDisplay/Table.js +9 -10
  94. package/dist/components/MaterialUI/DataDisplay/TableHeaderCell.js +1 -1
  95. package/dist/components/MaterialUI/DataDisplay/TableProps.js +6 -6
  96. package/dist/components/MaterialUI/DataDisplay/Timeline.js +1 -1
  97. package/dist/components/MaterialUI/DataDisplay/TimelineItem.js +1 -1
  98. package/dist/components/MaterialUI/DataDisplay/TooltippedElements/MultipleLinesText.js +7 -8
  99. package/dist/components/MaterialUI/DataDisplay/TooltippedElements/TooltippedIcon.js +4 -4
  100. package/dist/components/MaterialUI/DataDisplay/TooltippedElements/TooltippedTypography.js +2 -2
  101. package/dist/components/MaterialUI/DataDisplay/TransferList.js +11 -12
  102. package/dist/components/MaterialUI/DataDisplay/chipProps.js +6 -6
  103. package/dist/components/MaterialUI/DataDisplay/collapsableListProps.js +6 -6
  104. package/dist/components/MaterialUI/DataDisplay/dividerProps.js +6 -6
  105. package/dist/components/MaterialUI/DataDisplay/index.js +1 -1
  106. package/dist/components/MaterialUI/DataDisplay/modalProps.js +6 -6
  107. package/dist/components/MaterialUI/DataDisplay/tableHelpers.js +5 -5
  108. package/dist/components/MaterialUI/DataDisplay/useTableSelection.js +6 -6
  109. package/dist/components/MaterialUI/Feedback/NotificationContext.js +6 -7
  110. package/dist/components/MaterialUI/Feedback/loadingScreen.js +6 -7
  111. package/dist/components/MaterialUI/Inputs/Autocomplete.js +5 -6
  112. package/dist/components/MaterialUI/Inputs/AutocompleteProps.js +6 -6
  113. package/dist/components/MaterialUI/Inputs/Checkbox.js +4 -5
  114. package/dist/components/MaterialUI/Inputs/CheckboxGroup.js +4 -5
  115. package/dist/components/MaterialUI/Inputs/CheckboxGroupProps.js +6 -6
  116. package/dist/components/MaterialUI/Inputs/CheckboxProps.js +6 -6
  117. package/dist/components/MaterialUI/Inputs/DatePicker.js +6 -6
  118. package/dist/components/MaterialUI/Inputs/InputBase.js +6 -7
  119. package/dist/components/MaterialUI/Inputs/InputBaseProps.js +6 -6
  120. package/dist/components/MaterialUI/Inputs/PredefinedElements/SearchControl.js +2 -3
  121. package/dist/components/MaterialUI/Inputs/PredefinedElements/TitledSelect.js +1 -1
  122. package/dist/components/MaterialUI/Inputs/Radio.js +2 -3
  123. package/dist/components/MaterialUI/Inputs/RadioProps.js +6 -6
  124. package/dist/components/MaterialUI/Inputs/Select.js +9 -10
  125. package/dist/components/MaterialUI/Inputs/SelectProps.js +6 -6
  126. package/dist/components/MaterialUI/Inputs/StandaloneRadio.js +4 -5
  127. package/dist/components/MaterialUI/Inputs/Switch.js +4 -5
  128. package/dist/components/MaterialUI/Inputs/SwitchProps.js +6 -6
  129. package/dist/components/MaterialUI/Inputs/TimePicker.js +7 -9
  130. package/dist/components/MaterialUI/Inputs/createInput.js +5 -5
  131. package/dist/components/MaterialUI/Inputs/index.js +1 -1
  132. package/dist/components/MaterialUI/Inputs/standaloneRadioProps.js +6 -6
  133. package/dist/components/MaterialUI/Navigation/DropDownMenu.js +6 -7
  134. package/dist/components/MaterialUI/Navigation/DropDownMenuProps.js +6 -6
  135. package/dist/components/MaterialUI/Navigation/ExternalLink.js +1 -1
  136. package/dist/components/MaterialUI/Navigation/PredefinedElements/ActionMenu.js +1 -1
  137. package/dist/components/MaterialUI/Navigation/TabBar.js +6 -6
  138. package/dist/components/MaterialUI/Navigation/TabLabel.js +5 -5
  139. package/dist/components/MaterialUI/ScopeSelector/ScopeSelector.js +1 -1
  140. package/dist/components/MaterialUI/ScopeSelector/ScopeTreeView.js +8 -8
  141. package/dist/components/MaterialUI/ScopeSelector/TreeItem.js +3 -3
  142. package/dist/components/MaterialUI/Surfaces/ExpansionPanel.js +5 -5
  143. package/dist/components/MaterialUI/Surfaces/Paper.js +2 -3
  144. package/dist/components/MaterialUI/Surfaces/PredefinedElements/TitledPaper.js +1 -1
  145. package/dist/components/MaterialUI/Surfaces/SectionExpansionPanel.js +5 -5
  146. package/dist/components/MaterialUI/Surfaces/expansionPanelProps.js +7 -7
  147. package/dist/components/MaterialUI/Surfaces/paperProps.js +6 -6
  148. package/dist/components/MaterialUI/componentProps.js +2 -2
  149. package/dist/components/MaterialUI/hocs/withDeferredPopper.js +9 -10
  150. package/dist/components/MaterialUI/hocs/withDeferredTooltip.js +9 -10
  151. package/dist/components/MaterialUI/muiThemes.js +2 -2
  152. package/dist/components/MaterialUI/textProps.js +6 -6
  153. package/dist/components/Modal/Background.js +1 -1
  154. package/dist/components/Modal/Dialog.js +2 -3
  155. package/dist/components/Modal/Wrapper.js +3 -3
  156. package/dist/components/Modal/index.js +6 -7
  157. package/dist/components/Modules.js +9 -10
  158. package/dist/components/MultiSelector.js +9 -10
  159. package/dist/components/Navigation/Bar.js +8 -9
  160. package/dist/components/Navigation/Tab.js +8 -9
  161. package/dist/components/Navigation/index.js +1 -1
  162. package/dist/components/Navigation/useNavigationState.js +13 -13
  163. package/dist/components/Placeholder.js +5 -6
  164. package/dist/components/Provision.js +1 -1
  165. package/dist/components/Routing/FullPage.js +1 -1
  166. package/dist/components/Routing/Page.js +7 -8
  167. package/dist/components/Routing/Segment.js +2 -3
  168. package/dist/components/Routing/SegmentPage.js +16 -17
  169. package/dist/components/Routing/SubPage.js +5 -6
  170. package/dist/components/Routing/withWaypointing.js +4 -4
  171. package/dist/components/Scope/ScopeModificationConfirmationDialog.js +1 -1
  172. package/dist/components/Scope/ScopeNode.js +6 -7
  173. package/dist/components/Scope/Selector.js +1 -1
  174. package/dist/components/Scope/index.js +8 -9
  175. package/dist/components/Scope/useScopeConfirmationModalState.js +24 -25
  176. package/dist/components/Scope/useScopeSelect.js +1 -1
  177. package/dist/components/Selector.js +9 -10
  178. package/dist/components/Sidepanel.js +3 -3
  179. package/dist/components/Spritesheet.js +1 -1
  180. package/dist/components/Switch.js +5 -6
  181. package/dist/components/TaskDetailsModal.js +2 -3
  182. package/dist/components/Text.js +6 -7
  183. package/dist/components/ToastList.js +5 -5
  184. package/dist/components/Toolbar.js +5 -6
  185. package/dist/components/Tooltip.js +1 -1
  186. package/dist/components/Treeview/Branch.js +1 -2
  187. package/dist/components/Treeview/Label.js +2 -3
  188. package/dist/components/Treeview/Leaf.js +1 -1
  189. package/dist/components/Treeview/Node.js +12 -12
  190. package/dist/components/Treeview/index.js +10 -11
  191. package/dist/content/icons/orckestra-icon.svg +11 -5
  192. package/dist/content/orckestra-logo-white.png +0 -0
  193. package/dist/getThemeOverrides.js +2 -2
  194. package/dist/hocs/withAuthentication.js +2 -2
  195. package/dist/hocs/withClickOutside.js +9 -10
  196. package/dist/hocs/withErrorBoundary.js +7 -7
  197. package/dist/hocs/withId.js +4 -5
  198. package/dist/hocs/withNavigationLink.js +5 -5
  199. package/dist/hocs/withScopeData.js +5 -5
  200. package/dist/hocs/withScrollBox.js +4 -4
  201. package/dist/hocs/withToggle.js +7 -7
  202. package/dist/hocs/withUpdateHandler.js +2 -2
  203. package/dist/hocs/withViewState.js +5 -5
  204. package/dist/hooks/useEditState.js +2 -2
  205. package/dist/hooks/useEntityLoader.js +7 -7
  206. package/dist/hooks/useFullEntityEditState.js +7 -7
  207. package/dist/hooks/useInfiniteScroll.js +4 -4
  208. package/dist/hooks/useLabelMessage.js +3 -3
  209. package/dist/hooks/useMultipleFieldEditState.js +2 -2
  210. package/dist/hooks/useNotificationRequestState.js +3 -3
  211. package/dist/hooks/useRequestState.js +1 -1
  212. package/dist/hooks/useSelectorAndUnwrap.js +1 -1
  213. package/dist/hooks/useToggle.js +4 -4
  214. package/dist/reducers/applications.js +1 -1
  215. package/dist/reducers/authentication.js +5 -5
  216. package/dist/reducers/countries.js +1 -1
  217. package/dist/reducers/localeFactory.js +1 -1
  218. package/dist/reducers/metadata.js +6 -6
  219. package/dist/reducers/modules.js +1 -1
  220. package/dist/reducers/navigation.js +1 -1
  221. package/dist/reducers/request.js +1 -1
  222. package/dist/reducers/requestStates.js +1 -1
  223. package/dist/reducers/scopes.js +1 -1
  224. package/dist/reducers/settings.js +1 -1
  225. package/dist/reducers/tasks.js +1 -1
  226. package/dist/reducers/timezones.js +1 -1
  227. package/dist/reducers/toasts.js +1 -1
  228. package/dist/reducers/versionInfo.js +1 -1
  229. package/dist/reducers/view.js +1 -1
  230. package/dist/selectors/authentication.js +12 -12
  231. package/dist/selectors/locale.js +1 -1
  232. package/dist/selectors/metadata.js +3 -3
  233. package/dist/selectors/modules.js +2 -2
  234. package/dist/selectors/navigation.js +1 -1
  235. package/dist/selectors/route.js +1 -1
  236. package/dist/selectors/scope.js +1 -1
  237. package/dist/selectors/tasks.js +1 -1
  238. package/dist/utils/buildUrl.js +4 -4
  239. package/dist/utils/flatten.js +14 -14
  240. package/dist/utils/index.js +1 -1
  241. package/dist/utils/logPass.js +1 -1
  242. package/dist/utils/mapHelper.js +8 -8
  243. package/dist/utils/memoize.js +1 -1
  244. package/dist/utils/modelValidationHelper.js +2 -2
  245. package/dist/utils/propertyHelper.js +8 -8
  246. package/dist/utils/propertyValidator.js +1 -1
  247. package/dist/utils/safeGet.js +5 -5
  248. package/dist/utils/setTranslation.js +3 -3
  249. package/dist/utils/setTranslationWithFallback.js +3 -3
  250. package/dist/utils/stripKey.js +3 -3
  251. package/dist/utils/styledPropFuncs.js +1 -1
  252. package/dist/utils/testUtils.js +5 -5
  253. package/dist/utils/timezoneHelper.js +6 -6
  254. package/dist/utils/unwrapImmutable.js +1 -1
  255. package/dist/utils/urlHelper.js +3 -3
  256. package/dist/whyDidYouRerender.js +1 -1
  257. package/package.json +3 -3
  258. package/src/content/icons/orckestra-icon.svg +11 -5
  259. package/src/content/orckestra-logo-white.png +0 -0
@@ -19,13 +19,13 @@ var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoader
19
19
  /* Gets values in the object without throwing errors.
20
20
  Returns undefined if not found.
21
21
  Returns null if given null */
22
- var safeGet = function safeGet(obj, step) {
22
+ var _safeGet = function safeGet(obj, step) {
23
23
  for (var _len = arguments.length, path = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
24
24
  path[_key - 2] = arguments[_key];
25
25
  }
26
- return obj === null ? null : typeof obj === "object" && typeof step === "string" ? safeGet.apply(void 0, [obj[step]].concat(path)) : obj;
26
+ return obj === null ? null : typeof obj === "object" && typeof step === "string" ? _safeGet.apply(void 0, [obj[step]].concat(path)) : obj;
27
27
  };
28
- var _default = safeGet;
28
+ var _default = _safeGet;
29
29
  var _default2 = _default;
30
30
  var _default3 = exports.default = _default2;
31
31
  ;
@@ -34,7 +34,7 @@ var _default3 = exports.default = _default2;
34
34
  if (!reactHotLoader) {
35
35
  return;
36
36
  }
37
- reactHotLoader.register(safeGet, "safeGet", "/home/vsts/work/1/s/src/utils/safeGet.js");
37
+ reactHotLoader.register(_safeGet, "safeGet", "/home/vsts/work/1/s/src/utils/safeGet.js");
38
38
  reactHotLoader.register(_default, "default", "/home/vsts/work/1/s/src/utils/safeGet.js");
39
39
  })();
40
40
  ;
@@ -48,7 +48,7 @@ var _default3 = exports.default = _default2;
48
48
  if (!reactHotLoader) {
49
49
  return;
50
50
  }
51
- reactHotLoader.register(safeGet, "safeGet", "/home/vsts/work/1/s/src/utils/safeGet.js");
51
+ reactHotLoader.register(_safeGet, "safeGet", "/home/vsts/work/1/s/src/utils/safeGet.js");
52
52
  reactHotLoader.register(_default2, "default", "/home/vsts/work/1/s/src/utils/safeGet.js");
53
53
  })();
54
54
  ;
@@ -11,9 +11,9 @@ var _flatten = require("./flatten");
11
11
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
12
12
  enterModule && enterModule(module);
13
13
  })();
14
- function _createForOfIteratorHelperLoose(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (it) return (it = it.call(o)).next.bind(it); if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
15
- 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); }
16
- 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; }
14
+ function _createForOfIteratorHelperLoose(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
15
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
16
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
17
17
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
18
18
  return a;
19
19
  };
@@ -11,9 +11,9 @@ var _flatten = require("./flatten");
11
11
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
12
12
  enterModule && enterModule(module);
13
13
  })();
14
- function _createForOfIteratorHelperLoose(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (it) return (it = it.call(o)).next.bind(it); if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
15
- 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); }
16
- 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; }
14
+ function _createForOfIteratorHelperLoose(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
15
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
16
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
17
17
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
18
18
  return a;
19
19
  };
@@ -10,9 +10,9 @@ exports.default = void 0;
10
10
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
11
11
  enterModule && enterModule(module);
12
12
  })();
13
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
14
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
15
- function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : String(i); }
13
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
14
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
15
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == typeof i ? i : i + ""; }
16
16
  function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != typeof i) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
17
17
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
18
18
  return a;
@@ -3,7 +3,7 @@
3
3
  exports.__esModule = true;
4
4
  exports.switchEnum = exports.ifFlag = exports.getThemeProp = void 0;
5
5
  var _safeGet = _interopRequireDefault(require("./safeGet"));
6
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
7
7
  (function () {
8
8
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
9
9
  enterModule && enterModule(module);
@@ -14,7 +14,7 @@ var _styles = require("@material-ui/core/styles");
14
14
  var _reactIntl = require("react-intl");
15
15
  var _reactRedux = require("react-redux");
16
16
  var _NotificationContext = require("./../components/MaterialUI/Feedback/NotificationContext");
17
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
17
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
18
18
  (function () {
19
19
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
20
20
  enterModule && enterModule(module);
@@ -23,12 +23,12 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
23
23
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
24
24
  enterModule && enterModule(module);
25
25
  })();
26
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
26
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
27
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."); }
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); }
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; }
28
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
29
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
30
30
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
31
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
31
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
32
32
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
33
33
  return a;
34
34
  };
@@ -3,7 +3,7 @@
3
3
  exports.__esModule = true;
4
4
  exports.timeZonesList = exports.getTimeZoneName = exports.getTimeZoneByName = exports.getTimeZone = exports.convertTimeToOtherTimeZone = exports.convertTimeToLocalTimeZone = void 0;
5
5
  var _momentTimezone = _interopRequireDefault(require("moment-timezone"));
6
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
7
7
  (function () {
8
8
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
9
9
  enterModule && enterModule(module);
@@ -12,13 +12,13 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de
12
12
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
13
13
  enterModule && enterModule(module);
14
14
  })();
15
- function _createForOfIteratorHelperLoose(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (it) return (it = it.call(o)).next.bind(it); if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
16
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
15
+ function _createForOfIteratorHelperLoose(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
16
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
17
17
  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."); }
18
- 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); }
19
- 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; }
18
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
19
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
20
20
  function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
21
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
21
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
22
22
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
23
23
  return a;
24
24
  };
@@ -3,7 +3,7 @@
3
3
  exports.__esModule = true;
4
4
  exports.unwrapImmutable = exports.default = void 0;
5
5
  var _immutable = _interopRequireDefault(require("immutable4"));
6
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
6
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
7
7
  (function () {
8
8
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
9
9
  enterModule && enterModule(module);
@@ -10,9 +10,9 @@ exports.tryGetNewEntityIdKey = exports.resolveEntityId = exports.getValueFromUrl
10
10
  var enterModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.enterModule : undefined;
11
11
  enterModule && enterModule(module);
12
12
  })();
13
- function _createForOfIteratorHelperLoose(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (it) return (it = it.call(o)).next.bind(it); if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; return function () { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
14
- 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); }
15
- 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; }
13
+ function _createForOfIteratorHelperLoose(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (t) return (t = t.call(r)).next.bind(t); if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var o = 0; return function () { return o >= r.length ? { done: !0 } : { done: !1, value: r[o++] }; }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
14
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
15
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
16
16
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
17
17
  return a;
18
18
  };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  var _react = _interopRequireDefault(require("react"));
4
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
5
5
  var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
6
6
  return a;
7
7
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orc-shared",
3
- "version": "5.5.1-dev.1",
3
+ "version": "5.5.1",
4
4
  "description": "Shared code for Orckestra applications",
5
5
  "main": "./src/index.js",
6
6
  "exports": {
@@ -49,10 +49,10 @@
49
49
  ],
50
50
  "devDependencies": {},
51
51
  "peerDependencies": {
52
- "orc-scripts": "1.8.0-dev.2"
52
+ "orc-scripts": "^1.8.1"
53
53
  },
54
54
  "dependencies": {
55
- "orc-scripts": "1.8.0-dev.2"
55
+ "orc-scripts": "^1.8.1"
56
56
  },
57
57
  "sideEffects": false,
58
58
  "lint-staged": {
@@ -1,5 +1,11 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="260" height="260" viewBox="0 0 260 260">
2
- <path d="M1.11,125.62C1.11,74.94,40.22,39,93.72,39S186,74.94,186,125.62s-38.79,86.66-92.29,86.66S1.11,176.3,1.11,125.62Zm135.47,0c0-29.1-18.46-46.62-42.86-46.62S50.54,96.52,50.54,125.62s18.77,46.62,43.18,46.62S136.58,154.72,136.58,125.62Z" fill="#000000"/>
3
- <circle id="ac06531b-599d-4b05-a30e-b1c94e55ddff" data-name="fullLogo" cx="227.6" cy="181.13" r="31.29" fill="#000000" opacity="0.33"/>
4
- <circle id="af2ef0cf-5c47-4a93-b3be-f4e8ec48b016" data-name="fullLogo" cx="227.6" cy="181.13" r="31.29" fill="#e00600"/>
5
- </svg>
1
+ <svg width="354" height="354" viewBox="0 0 354 354" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_2_1387)">
3
+ <path d="M0 241.41C0 175.92 50.53 129.43 119.66 129.43C188.79 129.43 238.91 175.92 238.91 241.41C238.91 306.9 188.78 353.38 119.66 353.38C50.54 353.38 0 306.9 0 241.41ZM175.04 241.41C175.04 203.81 151.19 181.18 119.66 181.18C88.13 181.18 63.87 203.82 63.87 241.41C63.87 279 88.13 301.64 119.66 301.64C151.19 301.64 175.04 279 175.04 241.41Z" fill="black"/>
4
+ <path d="M353.14 165.06H275.66C275.66 116.77 236.37 77.48 188.08 77.48V0C279.1 0 353.15 74.05 353.15 165.06H353.14Z" fill="#E00600"/>
5
+ </g>
6
+ <defs>
7
+ <clipPath id="clip0_2_1387">
8
+ <rect width="353.14" height="353.38" fill="white"/>
9
+ </clipPath>
10
+ </defs>
11
+ </svg>