orc-shared 1.2.2-dev.1 → 1.2.3
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/dist/actions/applications.js +14 -52
- package/dist/actions/authentication.js +10 -45
- package/dist/actions/countries.js +6 -36
- package/dist/actions/locale.js +14 -54
- package/dist/actions/makeApiAction.js +31 -79
- package/dist/actions/makeOrcApiAction.js +3 -26
- package/dist/actions/metadata.js +65 -174
- package/dist/actions/modules.js +0 -26
- package/dist/actions/navigation.js +3 -33
- package/dist/actions/requestState.js +0 -18
- package/dist/actions/requestsApi.js +1 -17
- package/dist/actions/scopes.js +14 -56
- package/dist/actions/timezones.js +6 -36
- package/dist/actions/toasts.js +3 -23
- package/dist/actions/versionInfo.js +6 -39
- package/dist/actions/view.js +0 -38
- package/dist/buildStore.js +3 -53
- package/dist/components/AppFrame/About.js +8 -70
- package/dist/components/AppFrame/Anchor.js +1 -25
- package/dist/components/AppFrame/AppFrame.js +23 -92
- package/dist/components/AppFrame/ApplicationSelector/ApplicationDialog.js +4 -35
- package/dist/components/AppFrame/ApplicationSelector/Header.js +1 -31
- package/dist/components/AppFrame/ApplicationSelector/index.js +1 -30
- package/dist/components/AppFrame/ConnectedToastList.js +0 -31
- package/dist/components/AppFrame/Help.js +0 -25
- package/dist/components/AppFrame/MenuItem.js +17 -70
- package/dist/components/AppFrame/Preferences.js +17 -79
- package/dist/components/AppFrame/Sidebar.js +8 -53
- package/dist/components/AppFrame/Topbar.js +9 -65
- package/dist/components/AppFrame/index.js +0 -20
- package/dist/components/AppFrame/useApplicationHelpUrl.js +0 -22
- package/dist/components/ApplicationModuleLoader.js +7 -46
- package/dist/components/Authenticate.js +5 -48
- package/dist/components/Button.js +0 -24
- package/dist/components/CategoryList.js +33 -82
- package/dist/components/Checkbox.js +3 -41
- package/dist/components/ColumnWrapper.js +0 -19
- package/dist/components/Culture.js +0 -29
- package/dist/components/DevPages.js +0 -21
- package/dist/components/DropMenu/Menu.js +4 -36
- package/dist/components/DropMenu/index.js +12 -50
- package/dist/components/ErrorPlaceholder.js +3 -31
- package/dist/components/Form/Combination.js +3 -28
- package/dist/components/Form/Field.js +6 -37
- package/dist/components/Form/FieldElements.js +9 -41
- package/dist/components/Form/FieldList.js +28 -92
- package/dist/components/Form/Fieldset.js +1 -27
- package/dist/components/Form/Form.js +6 -37
- package/dist/components/Form/FormElement.js +1 -20
- package/dist/components/Form/InputField.js +17 -66
- package/dist/components/Form/Inputs/Button.js +5 -35
- package/dist/components/Form/Inputs/Date.js +2 -28
- package/dist/components/Form/Inputs/FieldButtons.js +0 -25
- package/dist/components/Form/Inputs/Number.js +7 -46
- package/dist/components/Form/Inputs/ReadOnly.js +0 -29
- package/dist/components/Form/Inputs/SmallButton.js +6 -38
- package/dist/components/Form/Inputs/Text.js +8 -41
- package/dist/components/Form/Inputs/Time.js +4 -33
- package/dist/components/Form/Inputs/Toggles.js +5 -39
- package/dist/components/Form/Inputs/Translation.js +21 -78
- package/dist/components/Form/Inputs/index.js +0 -28
- package/dist/components/Form/index.js +0 -20
- package/dist/components/Head.js +0 -22
- package/dist/components/I18n.js +0 -28
- package/dist/components/Icon.js +1 -27
- package/dist/components/IconButton.js +2 -32
- package/dist/components/Input.js +2 -42
- package/dist/components/InternetExplorerWarningMessage.js +0 -31
- package/dist/components/List/DataCell.js +3 -42
- package/dist/components/List/HeadCell.js +3 -43
- package/dist/components/List/HeadRow.js +2 -25
- package/dist/components/List/List.js +37 -107
- package/dist/components/List/Row.js +7 -38
- package/dist/components/List/enhanceColumnDefs.js +3 -29
- package/dist/components/List/index.js +0 -20
- package/dist/components/Loader.js +5 -48
- package/dist/components/LoadingIcon.js +0 -24
- package/dist/components/MaterialUI/DataDisplay/Badge.js +2 -31
- package/dist/components/MaterialUI/DataDisplay/Chip.js +1 -33
- package/dist/components/MaterialUI/DataDisplay/CollapsableList.js +7 -51
- package/dist/components/MaterialUI/DataDisplay/Divider.js +0 -30
- package/dist/components/MaterialUI/DataDisplay/Icon.js +2 -28
- package/dist/components/MaterialUI/DataDisplay/List.js +16 -55
- package/dist/components/MaterialUI/DataDisplay/Modal.js +4 -37
- package/dist/components/MaterialUI/DataDisplay/Notification.js +17 -69
- package/dist/components/MaterialUI/DataDisplay/NotificationProps.js +3 -34
- package/dist/components/MaterialUI/DataDisplay/PopperedElements/PopperedIcon.js +0 -22
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/ActionModal.js +5 -37
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Address.js +1 -33
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/ConfirmationModal.js +7 -28
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/DiscountedPrice.js +3 -32
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/InformationItem.js +14 -54
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Placeholder.js +4 -33
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/SectionTitle.js +0 -25
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/StepperModal.js +14 -60
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/TableInfoBar.js +0 -29
- package/dist/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js +15 -59
- package/dist/components/MaterialUI/DataDisplay/SelectionList.js +23 -70
- package/dist/components/MaterialUI/DataDisplay/Table.js +34 -123
- package/dist/components/MaterialUI/DataDisplay/TableHeaderCell.js +0 -35
- package/dist/components/MaterialUI/DataDisplay/TableProps.js +3 -49
- package/dist/components/MaterialUI/DataDisplay/Timeline.js +1 -21
- package/dist/components/MaterialUI/DataDisplay/TimelineItem.js +4 -32
- package/dist/components/MaterialUI/DataDisplay/TooltippedElements/MultipleLinesText.js +7 -46
- package/dist/components/MaterialUI/DataDisplay/TooltippedElements/TooltippedIcon.js +3 -29
- package/dist/components/MaterialUI/DataDisplay/TooltippedElements/TooltippedTypography.js +0 -21
- package/dist/components/MaterialUI/DataDisplay/TransferList.js +32 -97
- package/dist/components/MaterialUI/DataDisplay/chipProps.js +3 -38
- package/dist/components/MaterialUI/DataDisplay/collapsableListProps.js +3 -37
- package/dist/components/MaterialUI/DataDisplay/dividerProps.js +3 -41
- package/dist/components/MaterialUI/DataDisplay/index.js +0 -33
- package/dist/components/MaterialUI/DataDisplay/modalProps.js +3 -36
- package/dist/components/MaterialUI/DataDisplay/tableHelpers.js +5 -68
- package/dist/components/MaterialUI/DataDisplay/useTableSelection.js +11 -48
- package/dist/components/MaterialUI/Feedback/NotificationContext.js +5 -40
- package/dist/components/MaterialUI/Feedback/loadingScreen.js +5 -44
- package/dist/components/MaterialUI/Feedback/useNotification.js +0 -21
- package/dist/components/MaterialUI/Inputs/Autocomplete.js +5 -44
- package/dist/components/MaterialUI/Inputs/AutocompleteProps.js +3 -37
- package/dist/components/MaterialUI/Inputs/Checkbox.js +3 -40
- package/dist/components/MaterialUI/Inputs/CheckboxGroup.js +3 -43
- package/dist/components/MaterialUI/Inputs/CheckboxGroupProps.js +3 -38
- package/dist/components/MaterialUI/Inputs/CheckboxProps.js +3 -39
- package/dist/components/MaterialUI/Inputs/DatePicker.js +16 -52
- package/dist/components/MaterialUI/Inputs/InputBase.js +7 -56
- package/dist/components/MaterialUI/Inputs/InputBaseProps.js +3 -49
- package/dist/components/MaterialUI/Inputs/PredefinedElements/SearchControl.js +12 -65
- package/dist/components/MaterialUI/Inputs/PredefinedElements/TitledSelect.js +3 -31
- package/dist/components/MaterialUI/Inputs/Radio.js +8 -54
- package/dist/components/MaterialUI/Inputs/RadioProps.js +3 -41
- package/dist/components/MaterialUI/Inputs/Select.js +10 -72
- package/dist/components/MaterialUI/Inputs/SelectProps.js +3 -46
- package/dist/components/MaterialUI/Inputs/StandaloneRadio.js +3 -35
- package/dist/components/MaterialUI/Inputs/Switch.js +4 -38
- package/dist/components/MaterialUI/Inputs/SwitchProps.js +3 -40
- package/dist/components/MaterialUI/Inputs/TimePicker.js +14 -91
- package/dist/components/MaterialUI/Inputs/createInput.js +5 -30
- package/dist/components/MaterialUI/Inputs/index.js +0 -35
- package/dist/components/MaterialUI/Inputs/standaloneRadioProps.js +3 -41
- package/dist/components/MaterialUI/Navigation/DropDownMenu.js +12 -56
- package/dist/components/MaterialUI/Navigation/DropDownMenuProps.js +3 -33
- package/dist/components/MaterialUI/Navigation/ExternalLink.js +2 -27
- package/dist/components/MaterialUI/Navigation/PredefinedElements/ActionMenu.js +4 -31
- package/dist/components/MaterialUI/Navigation/TabBar.js +22 -103
- package/dist/components/MaterialUI/Navigation/TabLabel.js +7 -41
- package/dist/components/MaterialUI/ScopeSelector/ScopeSelector.js +7 -42
- package/dist/components/MaterialUI/ScopeSelector/ScopeTreeView.js +22 -62
- package/dist/components/MaterialUI/ScopeSelector/TreeItem.js +16 -68
- package/dist/components/MaterialUI/Surfaces/ExpansionPanel.js +15 -55
- package/dist/components/MaterialUI/Surfaces/Paper.js +1 -31
- package/dist/components/MaterialUI/Surfaces/PredefinedElements/TitledPaper.js +3 -28
- package/dist/components/MaterialUI/Surfaces/SectionExpansionPanel.js +19 -62
- package/dist/components/MaterialUI/Surfaces/expansionPanelProps.js +3 -55
- package/dist/components/MaterialUI/Surfaces/paperProps.js +3 -36
- package/dist/components/MaterialUI/componentProps.js +3 -29
- package/dist/components/MaterialUI/hocs/withDeferredPopper.js +10 -59
- package/dist/components/MaterialUI/hocs/withDeferredTooltip.js +7 -44
- package/dist/components/MaterialUI/muiThemes.js +5 -57
- package/dist/components/MaterialUI/textProps.js +3 -33
- package/dist/components/Modal/Background.js +0 -19
- package/dist/components/Modal/Dialog.js +2 -26
- package/dist/components/Modal/Wrapper.js +0 -26
- package/dist/components/Modal/index.js +8 -44
- package/dist/components/Modules.js +21 -93
- package/dist/components/MultiSelector.js +21 -74
- package/dist/components/Navigation/Bar.js +29 -90
- package/dist/components/Navigation/Tab.js +22 -74
- package/dist/components/Navigation/index.js +1 -21
- package/dist/components/Navigation/useNavigationState.js +90 -173
- package/dist/components/Placeholder.js +5 -43
- package/dist/components/Provision.js +4 -36
- package/dist/components/Routing/FullPage.js +14 -37
- package/dist/components/Routing/Page.js +14 -51
- package/dist/components/Routing/Segment.js +5 -30
- package/dist/components/Routing/SegmentPage.js +26 -106
- package/dist/components/Routing/SubPage.js +6 -54
- package/dist/components/Routing/withWaypointing.js +6 -37
- package/dist/components/Scope/ScopeModificationConfirmationDialog.js +3 -30
- package/dist/components/Scope/ScopeNode.js +8 -49
- package/dist/components/Scope/Selector.js +8 -44
- package/dist/components/Scope/index.js +29 -96
- package/dist/components/Scope/useScopeConfirmationModalState.js +33 -100
- package/dist/components/Scope/useScopeData.js +0 -25
- package/dist/components/Scope/useScopeSelect.js +0 -26
- package/dist/components/Selector.js +15 -76
- package/dist/components/Sidepanel.js +0 -28
- package/dist/components/Spritesheet.js +0 -26
- package/dist/components/Switch.js +11 -51
- package/dist/components/Text.js +6 -50
- package/dist/components/ToastList.js +5 -45
- package/dist/components/Toolbar.js +16 -74
- package/dist/components/Tooltip.js +0 -24
- package/dist/components/Treeview/Branch.js +0 -25
- package/dist/components/Treeview/Label.js +0 -29
- package/dist/components/Treeview/Leaf.js +0 -21
- package/dist/components/Treeview/Node.js +17 -55
- package/dist/components/Treeview/index.js +25 -66
- package/dist/components/Treeview/settings.js +0 -17
- package/dist/constants.js +2 -17
- package/dist/getTheme.js +0 -29
- package/dist/getThemeOverrides.js +3 -22
- package/dist/hocs/routingConnector.js +0 -21
- package/dist/hocs/withAuthentication.js +4 -26
- package/dist/hocs/withClickOutside.js +2 -28
- package/dist/hocs/withErrorBoundary.js +2 -37
- package/dist/hocs/withId.js +1 -30
- package/dist/hocs/withInfiniteScroll.js +15 -32
- package/dist/hocs/withInitialLoad.js +0 -20
- package/dist/hocs/withLocaleSwitch.js +0 -19
- package/dist/hocs/withNavigationLink.js +5 -32
- package/dist/hocs/withRequestActivity.js +0 -21
- package/dist/hocs/withScopeData.js +6 -33
- package/dist/hocs/withScrollBox.js +2 -31
- package/dist/hocs/withToggle.js +9 -37
- package/dist/hocs/withUpdateHandler.js +3 -23
- package/dist/hocs/withViewState.js +5 -32
- package/dist/hooks/useDispatchWithModulesData.js +0 -26
- package/dist/hooks/useEditState.js +6 -103
- package/dist/hooks/useEntityLoader.js +18 -67
- package/dist/hooks/useFullEntityEditState.js +9 -56
- package/dist/hooks/useInfiniteScroll.js +5 -33
- package/dist/hooks/useLabelMessage.js +3 -42
- package/dist/hooks/useLoader.js +0 -27
- package/dist/hooks/useMultipleFieldEditState.js +3 -40
- package/dist/hooks/useNavigationHandler.js +3 -28
- package/dist/hooks/useNotificationRequestState.js +17 -47
- package/dist/hooks/usePreviousModified.js +0 -24
- package/dist/hooks/useRequestState.js +8 -38
- package/dist/hooks/useSelectorAndUnwrap.js +0 -23
- package/dist/hooks/useToggle.js +5 -35
- package/dist/hooks/useViewState.js +0 -23
- package/dist/index.js +1 -2
- package/dist/reducers/applications.js +0 -23
- package/dist/reducers/authentication.js +6 -37
- package/dist/reducers/countries.js +0 -25
- package/dist/reducers/localeFactory.js +0 -30
- package/dist/reducers/metadata.js +3 -63
- package/dist/reducers/modules.js +0 -36
- package/dist/reducers/navigation.js +8 -47
- package/dist/reducers/request.js +0 -28
- package/dist/reducers/requestStates.js +0 -42
- package/dist/reducers/scopes.js +0 -28
- package/dist/reducers/settings.js +4 -39
- package/dist/reducers/timezones.js +0 -25
- package/dist/reducers/toasts.js +0 -27
- package/dist/reducers/versionInfo.js +0 -24
- package/dist/reducers/view.js +36 -84
- package/dist/schemas/countries.js +0 -17
- package/dist/schemas/definitions.js +0 -17
- package/dist/schemas/metadata.js +0 -17
- package/dist/schemas/productDefinitions.js +0 -17
- package/dist/schemas/scopes.js +0 -17
- package/dist/schemas/timezones.js +0 -17
- package/dist/selectors/applications.js +0 -20
- package/dist/selectors/authentication.js +0 -40
- package/dist/selectors/countries.js +0 -22
- package/dist/selectors/locale.js +1 -29
- package/dist/selectors/metadata.js +4 -45
- package/dist/selectors/modules.js +3 -22
- package/dist/selectors/navigation.js +9 -39
- package/dist/selectors/requestStates.js +0 -22
- package/dist/selectors/requests.js +2 -22
- package/dist/selectors/route.js +0 -21
- package/dist/selectors/scope.js +0 -32
- package/dist/selectors/settings.js +0 -18
- package/dist/selectors/timezones.js +0 -19
- package/dist/selectors/versionInfo.js +0 -18
- package/dist/selectors/view.js +3 -74
- package/dist/sharedMessages.js +0 -17
- package/dist/spawnerMiddleware.js +0 -24
- package/dist/utils/buildUrl.js +7 -38
- package/dist/utils/countryHelper.js +0 -18
- package/dist/utils/curry.js +0 -19
- package/dist/utils/debounce.js +1 -20
- package/dist/utils/displayModeHelper.js +0 -24
- package/dist/utils/domHelper.js +0 -17
- package/dist/utils/flatten.js +7 -38
- package/dist/utils/index.js +0 -31
- package/dist/utils/insertIcons.js +0 -21
- package/dist/utils/localizationHelper.js +0 -26
- package/dist/utils/logPass.js +1 -22
- package/dist/utils/mapHelper.js +1 -25
- package/dist/utils/memoize.js +0 -23
- package/dist/utils/modelValidationHelper.js +3 -42
- package/dist/utils/normalizeForSearch.js +2 -19
- package/dist/utils/objectHelper.js +2 -24
- package/dist/utils/parseHelper.js +0 -32
- package/dist/utils/profilerHelper.js +0 -18
- package/dist/utils/propertyHelper.js +1 -38
- package/dist/utils/propertyValidator.js +0 -25
- package/dist/utils/requestProcessingHelper.js +0 -24
- package/dist/utils/safeGet.js +0 -18
- package/dist/utils/setTranslation.js +1 -28
- package/dist/utils/setTranslationWithFallback.js +1 -33
- package/dist/utils/stripKey.js +1 -23
- package/dist/utils/styledPropFuncs.js +3 -29
- package/dist/utils/testUtils.js +14 -91
- package/dist/utils/timezoneHelper.js +4 -35
- package/dist/utils/unwrapImmutable.js +0 -19
- package/dist/utils/urlHelper.js +3 -28
- package/dist/whyDidYouRerender.js +1 -5
- package/package.json +3 -3
|
@@ -2,63 +2,41 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.useStyles = exports.default = exports.compareTranslateStrings = void 0;
|
|
5
|
-
|
|
6
5
|
var _react = _interopRequireWildcard(require("react"));
|
|
7
|
-
|
|
8
6
|
var _reactIntl = require("react-intl");
|
|
9
|
-
|
|
10
7
|
var _styles = require("@material-ui/core/styles");
|
|
11
|
-
|
|
12
8
|
var _CollapsableList = _interopRequireDefault(require("../CollapsableList"));
|
|
13
|
-
|
|
14
9
|
var _collapsableListProps = _interopRequireDefault(require("../collapsableListProps"));
|
|
15
|
-
|
|
16
10
|
var _Inputs = require("../../Inputs");
|
|
17
|
-
|
|
18
11
|
var _sharedMessages = _interopRequireDefault(require("../../../../sharedMessages"));
|
|
19
|
-
|
|
20
12
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
|
-
|
|
22
13
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
23
|
-
|
|
24
14
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
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 _toArray(arr) { return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest(); }
|
|
37
|
-
|
|
38
24
|
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."); }
|
|
39
|
-
|
|
40
25
|
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); }
|
|
41
|
-
|
|
42
|
-
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; }
|
|
43
|
-
|
|
26
|
+
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; }
|
|
44
27
|
function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
|
|
45
|
-
|
|
46
28
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
47
|
-
|
|
48
29
|
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; }
|
|
49
|
-
|
|
50
30
|
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; }
|
|
51
|
-
|
|
52
|
-
function
|
|
53
|
-
|
|
31
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
32
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return typeof key === "symbol" ? key : String(key); }
|
|
33
|
+
function _toPrimitive(input, hint) { if (typeof input !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (typeof res !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
54
34
|
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
55
35
|
return a;
|
|
56
36
|
};
|
|
57
|
-
|
|
58
37
|
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
59
38
|
return a;
|
|
60
39
|
};
|
|
61
|
-
|
|
62
40
|
var useStyles = (0, _styles.makeStyles)(function (theme) {
|
|
63
41
|
return {
|
|
64
42
|
elementContainer: {
|
|
@@ -67,18 +45,17 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
|
|
|
67
45
|
};
|
|
68
46
|
});
|
|
69
47
|
exports.useStyles = useStyles;
|
|
70
|
-
|
|
71
48
|
var Translations = function Translations(_ref) {
|
|
72
49
|
var cultures = _ref.cultures,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
50
|
+
defaultCulture = _ref.defaultCulture,
|
|
51
|
+
_ref$value = _ref.value,
|
|
52
|
+
value = _ref$value === void 0 ? {} : _ref$value,
|
|
53
|
+
update = _ref.update,
|
|
54
|
+
_ref$disabled = _ref.disabled,
|
|
55
|
+
disabled = _ref$disabled === void 0 ? false : _ref$disabled,
|
|
56
|
+
errors = _ref.errors,
|
|
57
|
+
_ref$inputAttributes = _ref.inputAttributes,
|
|
58
|
+
inputAttributes = _ref$inputAttributes === void 0 ? {} : _ref$inputAttributes;
|
|
82
59
|
var classes = useStyles();
|
|
83
60
|
var collapsibleListProps = new _collapsableListProps.default();
|
|
84
61
|
collapsibleListProps.set(_collapsableListProps.default.propNames.hasMessage, true);
|
|
@@ -91,7 +68,6 @@ var Translations = function Translations(_ref) {
|
|
|
91
68
|
handlers[lang] = function (fieldValue) {
|
|
92
69
|
return update(_objectSpread(_objectSpread({}, value), {}, _defineProperty({}, lang, fieldValue)));
|
|
93
70
|
};
|
|
94
|
-
|
|
95
71
|
return handlers;
|
|
96
72
|
}, {});
|
|
97
73
|
}, [update, cultures, value]);
|
|
@@ -114,80 +90,60 @@ var Translations = function Translations(_ref) {
|
|
|
114
90
|
inputProps: inputProps
|
|
115
91
|
}));
|
|
116
92
|
});
|
|
117
|
-
|
|
118
93
|
var _elementList = _toArray(elementList),
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
94
|
+
defaultElement = _elementList[0],
|
|
95
|
+
otherElements = _elementList.slice(1);
|
|
122
96
|
return /*#__PURE__*/_react.default.createElement(_CollapsableList.default, {
|
|
123
97
|
collapsableListProps: collapsibleListProps,
|
|
124
98
|
defaultElement: defaultElement,
|
|
125
99
|
otherElements: otherElements
|
|
126
100
|
});
|
|
127
101
|
};
|
|
128
|
-
|
|
129
102
|
__signature__(Translations, "useStyles{classes}\nuseMemo{handlers}", function () {
|
|
130
103
|
return [useStyles];
|
|
131
104
|
});
|
|
132
|
-
|
|
133
105
|
__signature__(Translations, "useStyles{classes}\nuseMemo{handlers}", function () {
|
|
134
106
|
return [useStyles];
|
|
135
107
|
});
|
|
136
|
-
|
|
137
108
|
var compareTranslateStrings = function compareTranslateStrings(prev, next) {
|
|
138
109
|
var _next$cultures;
|
|
139
|
-
|
|
140
110
|
return !((_next$cultures = next.cultures) != null && _next$cultures.some(function (c) {
|
|
141
111
|
return (prev.value && prev.value[c]) !== (next.value && next.value[c]);
|
|
142
112
|
})) && prev.errors === next.errors && prev.update === next.update;
|
|
143
113
|
};
|
|
144
|
-
|
|
145
114
|
exports.compareTranslateStrings = compareTranslateStrings;
|
|
146
|
-
|
|
147
115
|
var _default = _react.default.memo(Translations, compareTranslateStrings);
|
|
148
|
-
|
|
149
116
|
var _default2 = _default;
|
|
150
117
|
var _default3 = _default2;
|
|
151
118
|
exports.default = _default3;
|
|
152
119
|
;
|
|
153
|
-
|
|
154
120
|
(function () {
|
|
155
121
|
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
156
|
-
|
|
157
122
|
if (!reactHotLoader) {
|
|
158
123
|
return;
|
|
159
124
|
}
|
|
160
|
-
|
|
161
125
|
reactHotLoader.register(useStyles, "useStyles", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js");
|
|
162
126
|
reactHotLoader.register(Translations, "Translations", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js");
|
|
163
127
|
reactHotLoader.register(compareTranslateStrings, "compareTranslateStrings", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js");
|
|
164
128
|
reactHotLoader.register(_default, "default", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js");
|
|
165
129
|
})();
|
|
166
|
-
|
|
167
130
|
;
|
|
168
|
-
|
|
169
131
|
(function () {
|
|
170
132
|
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
171
133
|
leaveModule && leaveModule(module);
|
|
172
134
|
})();
|
|
173
|
-
|
|
174
135
|
;
|
|
175
|
-
|
|
176
136
|
(function () {
|
|
177
137
|
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
178
|
-
|
|
179
138
|
if (!reactHotLoader) {
|
|
180
139
|
return;
|
|
181
140
|
}
|
|
182
|
-
|
|
183
141
|
reactHotLoader.register(useStyles, "useStyles", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js");
|
|
184
142
|
reactHotLoader.register(Translations, "Translations", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js");
|
|
185
143
|
reactHotLoader.register(compareTranslateStrings, "compareTranslateStrings", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js");
|
|
186
144
|
reactHotLoader.register(_default2, "default", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/PredefinedElements/Translations.js");
|
|
187
145
|
})();
|
|
188
|
-
|
|
189
146
|
;
|
|
190
|
-
|
|
191
147
|
(function () {
|
|
192
148
|
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
193
149
|
leaveModule && leaveModule(module);
|
|
@@ -2,55 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = void 0;
|
|
5
|
-
|
|
6
5
|
var _react = _interopRequireWildcard(require("react"));
|
|
7
|
-
|
|
8
6
|
var _styles = require("@material-ui/core/styles");
|
|
9
|
-
|
|
10
7
|
var _Grid = _interopRequireDefault(require("@material-ui/core/Grid"));
|
|
11
|
-
|
|
12
8
|
var _TransferList = require("./TransferList");
|
|
13
|
-
|
|
14
9
|
var _Divider = _interopRequireDefault(require("./Divider"));
|
|
15
|
-
|
|
16
10
|
var _dividerProps = _interopRequireDefault(require("./dividerProps"));
|
|
17
|
-
|
|
18
11
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
19
|
-
|
|
20
12
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
21
|
-
|
|
22
13
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
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 _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
35
|
-
|
|
36
23
|
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."); }
|
|
37
|
-
|
|
38
24
|
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); }
|
|
39
|
-
|
|
40
|
-
function
|
|
41
|
-
|
|
42
|
-
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; }
|
|
43
|
-
|
|
25
|
+
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; }
|
|
26
|
+
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i.return && (_r = _i.return(), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
44
27
|
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
45
|
-
|
|
46
28
|
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
47
29
|
return a;
|
|
48
30
|
};
|
|
49
|
-
|
|
50
31
|
var __signature__ = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default.signature : function (a) {
|
|
51
32
|
return a;
|
|
52
33
|
};
|
|
53
|
-
|
|
54
34
|
var useStyles = (0, _styles.makeStyles)(function (theme) {
|
|
55
35
|
return {
|
|
56
36
|
title: {
|
|
@@ -98,7 +78,6 @@ var useStyles = (0, _styles.makeStyles)(function (theme) {
|
|
|
98
78
|
};
|
|
99
79
|
});
|
|
100
80
|
var defaultInfoPanelXs = 6;
|
|
101
|
-
|
|
102
81
|
var formatOnChange = function formatOnChange(data, ids) {
|
|
103
82
|
var selectedItems = data.filter(function (dataItem) {
|
|
104
83
|
return ids.includes(dataItem.id);
|
|
@@ -107,42 +86,36 @@ var formatOnChange = function formatOnChange(data, ids) {
|
|
|
107
86
|
selectedItems: [].concat(selectedItems)
|
|
108
87
|
};
|
|
109
88
|
};
|
|
110
|
-
|
|
111
89
|
var SelectionList = function SelectionList(_ref) {
|
|
112
90
|
var _infoPanelXs, _infoPanel;
|
|
113
|
-
|
|
114
91
|
var listData = _ref.listData,
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
92
|
+
onChange = _ref.onChange,
|
|
93
|
+
listItemFormatter = _ref.listItemFormatter,
|
|
94
|
+
onScroll = _ref.onScroll,
|
|
95
|
+
currentTotal = _ref.currentTotal,
|
|
96
|
+
_ref$currentPage = _ref.currentPage,
|
|
97
|
+
currentPage = _ref$currentPage === void 0 ? 1 : _ref$currentPage,
|
|
98
|
+
_ref$pageSize = _ref.pageSize,
|
|
99
|
+
pageSize = _ref$pageSize === void 0 ? 20 : _ref$pageSize,
|
|
100
|
+
_ref$height = _ref.height,
|
|
101
|
+
height = _ref$height === void 0 ? 50 : _ref$height,
|
|
102
|
+
_ref$multiSelect = _ref.multiSelect,
|
|
103
|
+
multiSelect = _ref$multiSelect === void 0 ? false : _ref$multiSelect,
|
|
104
|
+
defaultSelection = _ref.defaultSelection,
|
|
105
|
+
infoPanel = _ref.infoPanel,
|
|
106
|
+
infoPanelXs = _ref.infoPanelXs,
|
|
107
|
+
_ref$divider = _ref.divider,
|
|
108
|
+
divider = _ref$divider === void 0 ? true : _ref$divider,
|
|
109
|
+
actionPanel = _ref.actionPanel;
|
|
133
110
|
var classes = useStyles({
|
|
134
111
|
height: height
|
|
135
112
|
});
|
|
136
|
-
|
|
137
113
|
var _useState = (0, _react.useState)([]),
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
114
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
115
|
+
checked = _useState2[0],
|
|
116
|
+
setChecked = _useState2[1];
|
|
142
117
|
var refScrollableList = _react.default.useRef();
|
|
143
|
-
|
|
144
118
|
var defaultPanel = /*#__PURE__*/_react.default.createElement("div", null);
|
|
145
|
-
|
|
146
119
|
(0, _react.useEffect)(function () {
|
|
147
120
|
var listDataIds = listData.data.map(function (d) {
|
|
148
121
|
return d.id;
|
|
@@ -150,7 +123,6 @@ var SelectionList = function SelectionList(_ref) {
|
|
|
150
123
|
var checkedFromList = listDataIds.filter(function (l) {
|
|
151
124
|
return checked.includes(l);
|
|
152
125
|
});
|
|
153
|
-
|
|
154
126
|
if (defaultSelection && checkedFromList.length === 0 && checked[0] !== defaultSelection) {
|
|
155
127
|
setChecked([defaultSelection]);
|
|
156
128
|
}
|
|
@@ -160,11 +132,9 @@ var SelectionList = function SelectionList(_ref) {
|
|
|
160
132
|
setChecked([defaultSelection]);
|
|
161
133
|
}
|
|
162
134
|
}, [defaultSelection, multiSelect, listData.data.length]);
|
|
163
|
-
|
|
164
135
|
var onChangeEvent = function onChangeEvent(ids) {
|
|
165
136
|
onChange && onChange(formatOnChange(listData.data, ids));
|
|
166
137
|
};
|
|
167
|
-
|
|
168
138
|
var showDivider = infoPanel && divider;
|
|
169
139
|
var dividerProps = new _dividerProps.default();
|
|
170
140
|
dividerProps.set(_dividerProps.default.propNames.orientation, "vertical");
|
|
@@ -173,7 +143,6 @@ var SelectionList = function SelectionList(_ref) {
|
|
|
173
143
|
infoPanelXs = (_infoPanelXs = infoPanelXs) != null ? _infoPanelXs : defaultInfoPanelXs;
|
|
174
144
|
infoPanel = (_infoPanel = infoPanel) != null ? _infoPanel : defaultPanel;
|
|
175
145
|
var dividerDiff = showDivider ? 1 : 0;
|
|
176
|
-
|
|
177
146
|
var listComponent = /*#__PURE__*/_react.default.createElement("div", {
|
|
178
147
|
className: classes.listContainer
|
|
179
148
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
@@ -194,13 +163,11 @@ var SelectionList = function SelectionList(_ref) {
|
|
|
194
163
|
}), actionPanel ? /*#__PURE__*/_react.default.createElement("div", {
|
|
195
164
|
className: classes.actionPanel
|
|
196
165
|
}, actionPanel) : null);
|
|
197
|
-
|
|
198
166
|
var dividerComponent = showDivider && /*#__PURE__*/_react.default.createElement(_Grid.default, {
|
|
199
167
|
item: true
|
|
200
168
|
}, /*#__PURE__*/_react.default.createElement(_Divider.default, {
|
|
201
169
|
dividerProps: dividerProps
|
|
202
170
|
}));
|
|
203
|
-
|
|
204
171
|
return /*#__PURE__*/_react.default.createElement(_Grid.default, {
|
|
205
172
|
container: true,
|
|
206
173
|
spacing: 2
|
|
@@ -213,60 +180,46 @@ var SelectionList = function SelectionList(_ref) {
|
|
|
213
180
|
xs: infoPanelXs
|
|
214
181
|
}, infoPanel));
|
|
215
182
|
};
|
|
216
|
-
|
|
217
183
|
__signature__(SelectionList, "useStyles{classes}\nuseState{[checked, setChecked]([])}\nuseRef{refScrollableList}\nuseEffect{}\nuseEffect{}", function () {
|
|
218
184
|
return [useStyles];
|
|
219
185
|
});
|
|
220
|
-
|
|
221
186
|
__signature__(SelectionList, "useStyles{classes}\nuseState{[checked, setChecked]([])}\nuseRef{refScrollableList}\nuseEffect{}\nuseEffect{}", function () {
|
|
222
187
|
return [useStyles];
|
|
223
188
|
});
|
|
224
|
-
|
|
225
189
|
var _default = SelectionList;
|
|
226
190
|
var _default2 = _default;
|
|
227
191
|
var _default3 = _default2;
|
|
228
192
|
exports.default = _default3;
|
|
229
193
|
;
|
|
230
|
-
|
|
231
194
|
(function () {
|
|
232
195
|
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
233
|
-
|
|
234
196
|
if (!reactHotLoader) {
|
|
235
197
|
return;
|
|
236
198
|
}
|
|
237
|
-
|
|
238
199
|
reactHotLoader.register(useStyles, "useStyles", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
239
200
|
reactHotLoader.register(defaultInfoPanelXs, "defaultInfoPanelXs", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
240
201
|
reactHotLoader.register(formatOnChange, "formatOnChange", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
241
202
|
reactHotLoader.register(SelectionList, "SelectionList", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
242
203
|
reactHotLoader.register(_default, "default", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
243
204
|
})();
|
|
244
|
-
|
|
245
205
|
;
|
|
246
|
-
|
|
247
206
|
(function () {
|
|
248
207
|
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
249
208
|
leaveModule && leaveModule(module);
|
|
250
209
|
})();
|
|
251
|
-
|
|
252
210
|
;
|
|
253
|
-
|
|
254
211
|
(function () {
|
|
255
212
|
var reactHotLoader = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.default : undefined;
|
|
256
|
-
|
|
257
213
|
if (!reactHotLoader) {
|
|
258
214
|
return;
|
|
259
215
|
}
|
|
260
|
-
|
|
261
216
|
reactHotLoader.register(useStyles, "useStyles", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
262
217
|
reactHotLoader.register(defaultInfoPanelXs, "defaultInfoPanelXs", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
263
218
|
reactHotLoader.register(formatOnChange, "formatOnChange", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
264
219
|
reactHotLoader.register(SelectionList, "SelectionList", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
265
220
|
reactHotLoader.register(_default2, "default", "/home/vsts/work/1/s/src/components/MaterialUI/DataDisplay/SelectionList.js");
|
|
266
221
|
})();
|
|
267
|
-
|
|
268
222
|
;
|
|
269
|
-
|
|
270
223
|
(function () {
|
|
271
224
|
var leaveModule = typeof reactHotLoaderGlobal !== 'undefined' ? reactHotLoaderGlobal.leaveModule : undefined;
|
|
272
225
|
leaveModule && leaveModule(module);
|