@hipay/hipay-material-ui 2.3.0-rc.5 → 2.3.0-rc.PSYCHE-2530-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.
- package/HiAlertModal/HiAlertModal.js +16 -78
- package/HiAlertModal/index.js +1 -1
- package/HiAppBar/HiAppBar.js +11 -55
- package/HiAppBar/index.js +1 -1
- package/HiBadge/HiBadge.js +4 -32
- package/HiBadge/index.js +1 -1
- package/HiBreadcrumb/HiBreadcrumb.js +15 -46
- package/HiBreadcrumb/HiStep.js +17 -72
- package/HiBreadcrumb/HiStepConnector.js +17 -56
- package/HiBreadcrumb/HiStepContent.js +10 -20
- package/HiBreadcrumb/HiStepIcon.js +11 -34
- package/HiBreadcrumb/HiStepLabel.js +28 -80
- package/HiBreadcrumb/HiStepper.js +12 -28
- package/HiBreadcrumb/index.js +1 -1
- package/HiButton/HiButton.js +58 -205
- package/HiButton/index.js +6 -8
- package/HiCell/CellAddress.js +10 -51
- package/HiCell/CellDate.js +16 -44
- package/HiCell/CellIcon.js +10 -52
- package/HiCell/CellImage.js +10 -51
- package/HiCell/CellNumeric.js +10 -41
- package/HiCell/CellPinToAction.js +6 -25
- package/HiCell/CellRate.js +9 -47
- package/HiCell/CellSentinel.js +10 -20
- package/HiCell/CellSentinelScore.js +10 -16
- package/HiCell/CellText.js +11 -33
- package/HiCell/CellTextStyled.js +1 -39
- package/HiCell/index.js +1 -1
- package/HiCheckbox/HiCheckbox.js +15 -63
- package/HiCheckbox/index.js +1 -1
- package/HiChip/HiChip.js +15 -115
- package/HiChip/HiChipSwitch.js +19 -73
- package/HiChip/index.js +1 -1
- package/HiColoredLabel/HiColoredLabel.js +13 -55
- package/HiColoredLabel/index.js +1 -1
- package/HiDatePicker/Caption.js +3 -39
- package/HiDatePicker/HiDatePicker.js +56 -150
- package/HiDatePicker/HiDatePickerMobile.js +11 -32
- package/HiDatePicker/HiDateRangePicker.js +71 -226
- package/HiDatePicker/HiDateRangeSelector.js +68 -181
- package/HiDatePicker/ListPicker.js +13 -44
- package/HiDatePicker/NavBar.js +1 -49
- package/HiDatePicker/Overlays/CustomOverlayLayout.js +7 -27
- package/HiDatePicker/Overlays/CustomOverlayLayoutWithoutFooter.js +7 -27
- package/HiDatePicker/Overlays/MonthPickerOverlay.js +14 -45
- package/HiDatePicker/Overlays/Overlay.js +5 -47
- package/HiDatePicker/Overlays/TimePickerOverlay.js +19 -53
- package/HiDatePicker/Overlays/YearPickerOverlay.js +14 -60
- package/HiDatePicker/Overlays/index.js +1 -1
- package/HiDatePicker/Weekday.js +1 -24
- package/HiDatePicker/index.js +15 -0
- package/HiDatePicker/stylesheet.js +6 -6
- package/HiDotsStepper/HiDot.js +12 -18
- package/HiDotsStepper/HiDotsStepper.js +13 -23
- package/HiDotsStepper/index.js +23 -0
- package/HiExpansionPanel/HiExpansionPanel.js +24 -73
- package/HiExpansionPanel/index.js +6 -8
- package/HiForm/HiAddressField.js +13 -36
- package/HiForm/HiEmailField.js +13 -46
- package/HiForm/HiFormControl.js +24 -121
- package/HiForm/HiFormLabel.js +15 -59
- package/HiForm/HiInput.js +20 -200
- package/HiForm/HiPasswordField.js +13 -25
- package/HiForm/HiSearchField.js +13 -43
- package/HiForm/HiSlider.js +15 -86
- package/HiForm/HiTextField.js +14 -153
- package/HiForm/HiUpload.js +29 -91
- package/HiForm/HiUploadField.js +12 -73
- package/HiForm/HiUploadInput.js +33 -113
- package/HiForm/index.js +1 -1
- package/HiIcon/HiIcon.js +37 -116
- package/HiIcon/index.js +1 -1
- package/HiIconButton/HiIconButton.js +4 -22
- package/HiIconButton/index.js +1 -1
- package/HiLoader/HiLoader.js +7 -27
- package/HiLoader/index.js +1 -1
- package/HiMap/HiMap.js +14 -35
- package/HiMap/HiMapExpand.js +13 -41
- package/HiMap/index.js +1 -1
- package/HiNotice/HiKPI.js +12 -82
- package/HiNotice/HiKPINotice.js +1 -29
- package/HiNotice/index.js +1 -1
- package/HiPaymentMeans/HiPaymentMeans.js +17 -112
- package/HiPaymentMeans/index.js +1 -1
- package/HiPdfReader/HiPdfReader.js +24 -48
- package/HiPdfReader/index.js +1 -1
- package/HiPin/HiPin.js +3 -16
- package/HiPin/index.js +1 -1
- package/HiRadio/HiRadio.js +1 -13
- package/HiRadio/index.js +1 -1
- package/HiSelect/HiDynamicSelect.js +23 -94
- package/HiSelect/HiDynamicSelectField.js +8 -56
- package/HiSelect/HiNestedSelect.js +25 -116
- package/HiSelect/HiNestedSelectContent.js +24 -102
- package/HiSelect/HiNestedSelectField.js +8 -56
- package/HiSelect/HiSelect.js +68 -270
- package/HiSelect/HiSelectContent.js +42 -167
- package/HiSelect/HiSelectField.js +8 -61
- package/HiSelect/HiSelectInput.js +24 -125
- package/HiSelect/HiSelectMobile.js +23 -54
- package/HiSelect/HiSuggestSelect.js +25 -105
- package/HiSelect/HiSuggestSelectField.js +8 -56
- package/HiSelect/index.js +2 -2
- package/HiSelectableList/HiSelectableList.js +24 -122
- package/HiSelectableList/HiSelectableListHierarchic.js +18 -78
- package/HiSelectableList/HiSelectableListItem.js +20 -159
- package/HiSelectableList/index.js +1 -1
- package/HiSwitch/HiSwitch.js +4 -40
- package/HiSwitch/HiSwitchState.js +2 -58
- package/HiSwitch/index.js +1 -1
- package/HiTable/HiCellBuilder.js +13 -34
- package/HiTable/HiTable.js +11 -65
- package/HiTable/HiTableBody.js +6 -34
- package/HiTable/HiTableHeader.js +13 -50
- package/HiTable/HiTableRow.js +11 -49
- package/HiTable/constants.js +2 -2
- package/HiTable/index.js +1 -1
- package/README.md +11 -38
- package/es/HiAlertModal/HiAlertModal.js +211 -220
- package/es/HiAlertModal/index.js +15 -1
- package/es/HiAppBar/HiAppBar.js +120 -118
- package/es/HiAppBar/index.js +15 -1
- package/es/HiBadge/HiBadge.js +85 -100
- package/es/HiBadge/index.js +15 -1
- package/es/HiBreadcrumb/HiBreadcrumb.js +98 -83
- package/es/HiBreadcrumb/HiStep.js +113 -113
- package/es/HiBreadcrumb/HiStepConnector.js +144 -137
- package/es/HiBreadcrumb/HiStepContent.js +90 -58
- package/es/HiBreadcrumb/HiStepIcon.js +144 -141
- package/es/HiBreadcrumb/HiStepLabel.js +161 -184
- package/es/HiBreadcrumb/HiStepper.js +73 -46
- package/es/HiBreadcrumb/index.js +15 -1
- package/es/HiButton/HiButton.js +77 -217
- package/es/HiButton/index.js +13 -1
- package/es/HiCell/CellAddress.js +85 -83
- package/es/HiCell/CellDate.js +87 -70
- package/es/HiCell/CellIcon.js +94 -96
- package/es/HiCell/CellImage.js +99 -98
- package/es/HiCell/CellNumeric.js +79 -68
- package/es/HiCell/CellPinToAction.js +61 -41
- package/es/HiCell/CellRate.js +137 -133
- package/es/HiCell/CellSentinel.js +75 -46
- package/es/HiCell/CellSentinelScore.js +69 -35
- package/es/HiCell/CellText.js +190 -160
- package/es/HiCell/CellTextStyled.js +37 -59
- package/es/HiCell/index.js +79 -9
- package/es/HiCheckbox/HiCheckbox.js +154 -162
- package/es/HiCheckbox/index.js +15 -1
- package/es/HiChip/HiChip.js +172 -245
- package/es/HiChip/HiChipSwitch.js +208 -223
- package/es/HiChip/index.js +23 -2
- package/es/HiColoredLabel/HiColoredLabel.js +157 -185
- package/es/HiColoredLabel/index.js +15 -1
- package/es/HiDatePicker/Caption.js +46 -61
- package/es/HiDatePicker/HiDatePicker.js +283 -323
- package/es/HiDatePicker/HiDatePickerMobile.js +104 -87
- package/es/HiDatePicker/HiDateRangePicker.js +500 -570
- package/es/HiDatePicker/HiDateRangeSelector.js +337 -376
- package/es/HiDatePicker/ListPicker.js +125 -101
- package/es/HiDatePicker/NavBar.js +94 -112
- package/es/HiDatePicker/Overlays/CustomOverlayLayout.js +93 -96
- package/es/HiDatePicker/Overlays/CustomOverlayLayoutWithoutFooter.js +86 -89
- package/es/HiDatePicker/Overlays/MonthPickerOverlay.js +80 -75
- package/es/HiDatePicker/Overlays/Overlay.js +62 -87
- package/es/HiDatePicker/Overlays/TimePickerOverlay.js +202 -188
- package/es/HiDatePicker/Overlays/YearPickerOverlay.js +90 -95
- package/es/HiDatePicker/Overlays/index.js +47 -5
- package/es/HiDatePicker/Weekday.js +19 -32
- package/es/HiDatePicker/hiLocaleUtils.js +41 -28
- package/es/HiDatePicker/index.js +15 -0
- package/es/HiDatePicker/stylesheet.js +259 -244
- package/es/HiDotsStepper/HiDot.js +86 -50
- package/es/HiDotsStepper/HiDotsStepper.js +96 -58
- package/es/HiDotsStepper/index.js +23 -0
- package/es/HiExpansionPanel/HiExpansionPanel.js +198 -204
- package/es/HiExpansionPanel/index.js +13 -1
- package/es/HiForm/HiAddressField.js +125 -106
- package/es/HiForm/HiEmailField.js +69 -66
- package/es/HiForm/HiFormControl.js +266 -309
- package/es/HiForm/HiFormLabel.js +110 -112
- package/es/HiForm/HiInput.js +397 -530
- package/es/HiForm/HiPasswordField.js +101 -67
- package/es/HiForm/HiSearchField.js +130 -121
- package/es/HiForm/HiSlider.js +251 -272
- package/es/HiForm/HiTextField.js +145 -244
- package/es/HiForm/HiUpload.js +288 -300
- package/es/HiForm/HiUploadField.js +82 -109
- package/es/HiForm/HiUploadInput.js +295 -325
- package/es/HiForm/index.js +95 -11
- package/es/HiIcon/HiIcon.js +75 -133
- package/es/HiIcon/index.js +15 -1
- package/es/HiIconButton/HiIconButton.js +82 -80
- package/es/HiIconButton/index.js +15 -1
- package/es/HiLoader/HiLoader.js +30 -37
- package/es/HiLoader/index.js +15 -1
- package/es/HiMap/HiMap.js +281 -245
- package/es/HiMap/HiMapExpand.js +182 -162
- package/es/HiMap/index.js +23 -2
- package/es/HiNotice/HiKPI.js +173 -201
- package/es/HiNotice/HiKPINotice.js +42 -52
- package/es/HiNotice/index.js +23 -2
- package/es/HiPaymentMeans/HiPaymentMeans.js +453 -500
- package/es/HiPaymentMeans/index.js +15 -1
- package/es/HiPdfReader/HiPdfReader.js +215 -184
- package/es/HiPdfReader/index.js +15 -1
- package/es/HiPin/HiPin.js +82 -79
- package/es/HiPin/index.js +15 -1
- package/es/HiRadio/HiRadio.js +47 -40
- package/es/HiRadio/index.js +15 -1
- package/es/HiSelect/HiDynamicSelect.js +110 -146
- package/es/HiSelect/HiDynamicSelectField.js +91 -104
- package/es/HiSelect/HiNestedSelect.js +235 -260
- package/es/HiSelect/HiNestedSelectContent.js +186 -197
- package/es/HiSelect/HiNestedSelectField.js +91 -104
- package/es/HiSelect/HiSelect.js +564 -684
- package/es/HiSelect/HiSelectContent.js +283 -338
- package/es/HiSelect/HiSelectField.js +93 -111
- package/es/HiSelect/HiSelectInput.js +266 -321
- package/es/HiSelect/HiSelectMobile.js +118 -100
- package/es/HiSelect/HiSuggestSelect.js +237 -256
- package/es/HiSelect/HiSuggestSelectField.js +80 -93
- package/es/HiSelect/index.js +85 -8
- package/es/HiSelectableList/HiSelectableList.js +195 -219
- package/es/HiSelectableList/HiSelectableListHierarchic.js +148 -150
- package/es/HiSelectableList/HiSelectableListItem.js +378 -475
- package/es/HiSelectableList/index.js +31 -3
- package/es/HiSwitch/HiSwitch.js +172 -185
- package/es/HiSwitch/HiSwitchState.js +134 -171
- package/es/HiSwitch/index.js +23 -2
- package/es/HiTable/HiCellBuilder.js +106 -72
- package/es/HiTable/HiTable.js +92 -105
- package/es/HiTable/HiTableBody.js +59 -53
- package/es/HiTable/HiTableHeader.js +133 -116
- package/es/HiTable/HiTableRow.js +126 -110
- package/es/HiTable/constants.js +97 -138
- package/es/HiTable/index.js +15 -1
- package/es/hi-svg-icons/HiAccount.js +41 -21
- package/es/hi-svg-icons/HiActivity.js +40 -20
- package/es/hi-svg-icons/HiAll.js +44 -24
- package/es/hi-svg-icons/HiBilling.js +41 -21
- package/es/hi-svg-icons/HiBriefcaseRescue.js +35 -10
- package/es/hi-svg-icons/HiCatalog.js +41 -21
- package/es/hi-svg-icons/HiCustomer.js +41 -21
- package/es/hi-svg-icons/HiDownload.js +29 -12
- package/es/hi-svg-icons/HiFinance.js +41 -21
- package/es/hi-svg-icons/HiPermission.js +40 -20
- package/es/hi-svg-icons/HiRoute.js +41 -21
- package/es/hi-svg-icons/HiSettlement.js +41 -21
- package/es/hi-svg-icons/HiSizeLarge.js +28 -15
- package/es/hi-svg-icons/HiSizeMedium.js +26 -15
- package/es/hi-svg-icons/HiSizeSmall.js +26 -15
- package/es/hi-svg-icons/HiTransaction.js +41 -21
- package/es/hi-svg-icons/HiUser.js +41 -21
- package/es/hi-svg-icons/HiWidget.js +44 -24
- package/es/hi-svg-icons/index.js +151 -18
- package/es/hi-svg-icons/index.text.js +27 -17
- package/es/styleguide/Wrapper.js +51 -0
- package/es/styles/MuiThemeProvider.js +131 -111
- package/es/styles/colorManipulator.js +89 -52
- package/es/styles/createBreakpoints.js +48 -35
- package/es/styles/createGenerateClassName.js +34 -22
- package/es/styles/createMixins.js +31 -20
- package/es/styles/createMuiTheme.js +67 -44
- package/es/styles/createPalette.js +135 -102
- package/es/styles/createStyles.js +8 -1
- package/es/styles/createTypography.js +86 -75
- package/es/styles/getStylesCreator.js +31 -18
- package/es/styles/getThemeProps.js +11 -5
- package/es/styles/index.js +47 -7
- package/es/styles/jssPreset.js +25 -9
- package/es/styles/mergeClasses.js +28 -16
- package/es/styles/shadows.js +14 -7
- package/es/styles/shape.js +9 -2
- package/es/styles/spacing.js +13 -2
- package/es/styles/themeListener.js +22 -10
- package/es/styles/transitions.js +61 -31
- package/es/styles/zIndex.js +9 -2
- package/es/test-utils/createMount.js +31 -18
- package/es/test-utils/createRender.js +25 -12
- package/es/test-utils/createShallow.js +34 -19
- package/es/test-utils/getClasses.js +11 -2
- package/es/test-utils/index.js +47 -5
- package/es/test-utils/until.js +25 -12
- package/es/test-utils/unwrap.js +8 -1
- package/es/theme/palette.js +106 -0
- package/es/theme/typography.js +170 -0
- package/es/theme.js +22 -0
- package/es/transitions/utils.js +18 -6
- package/es/utils/helpers.js +99 -39
- package/es/withMobileDialog/index.js +15 -1
- package/es/withMobileDialog/withMobileDialog.js +32 -20
- package/hi-svg-icons/HiAccount.js +16 -10
- package/hi-svg-icons/HiActivity.js +16 -10
- package/hi-svg-icons/HiAll.js +16 -10
- package/hi-svg-icons/HiBilling.js +16 -10
- package/hi-svg-icons/HiBriefcaseRescue.js +22 -10
- package/hi-svg-icons/HiCatalog.js +16 -10
- package/hi-svg-icons/HiCustomer.js +16 -10
- package/hi-svg-icons/HiDownload.js +13 -5
- package/hi-svg-icons/HiFinance.js +16 -10
- package/hi-svg-icons/HiPermission.js +16 -10
- package/hi-svg-icons/HiRoute.js +16 -10
- package/hi-svg-icons/HiSettlement.js +16 -10
- package/hi-svg-icons/HiSizeLarge.js +5 -3
- package/hi-svg-icons/HiSizeMedium.js +3 -3
- package/hi-svg-icons/HiSizeSmall.js +3 -3
- package/hi-svg-icons/HiTransaction.js +16 -10
- package/hi-svg-icons/HiUser.js +16 -10
- package/hi-svg-icons/HiWidget.js +16 -10
- package/hi-svg-icons/index.js +1 -1
- package/hi-svg-icons/index.text.js +1 -1
- package/package.json +37 -56
- package/styleguide/Wrapper.js +51 -0
- package/styles/MuiThemeProvider.js +17 -44
- package/styles/colorManipulator.js +1 -1
- package/styles/createBreakpoints.js +4 -4
- package/styles/createGenerateClassName.js +1 -1
- package/styles/createMixins.js +6 -6
- package/styles/createMuiTheme.js +4 -4
- package/styles/createPalette.js +5 -5
- package/styles/createTypography.js +15 -15
- package/styles/getStylesCreator.js +4 -4
- package/styles/index.js +2 -18
- package/styles/jssPreset.js +1 -1
- package/styles/mergeClasses.js +3 -3
- package/styles/themeListener.js +2 -2
- package/styles/transitions.js +2 -2
- package/test-utils/createMount.js +5 -5
- package/test-utils/createRender.js +4 -4
- package/test-utils/createShallow.js +5 -5
- package/test-utils/index.js +1 -1
- package/test-utils/until.js +5 -5
- package/theme/palette.js +106 -0
- package/theme/typography.js +170 -0
- package/theme.js +22 -0
- package/utils/helpers.js +4 -4
- package/withMobileDialog/index.js +1 -1
- package/withMobileDialog/withMobileDialog.js +3 -8
- package/CHANGELOG.md +0 -8486
- package/LICENSE +0 -21
- package/es/index.js +0 -26
- package/es/styles/withStyles.js +0 -317
- package/es/styles/withTheme.js +0 -84
- package/es/utils/exactProp.js +0 -28
- package/es/utils/ownerDocument.js +0 -5
- package/es/utils/ownerWindow.js +0 -8
- package/es/utils/reactHelpers.js +0 -19
- package/es/utils/requirePropFactory.js +0 -20
- package/es/utils/unsupportedProp.js +0 -16
- package/index.es.js +0 -31
- package/index.js +0 -256
- package/styles/withStyles.js +0 -378
- package/styles/withTheme.js +0 -126
- package/utils/exactProp.js +0 -43
- package/utils/ownerDocument.js +0 -13
- package/utils/ownerWindow.js +0 -19
- package/utils/reactHelpers.js +0 -36
- package/utils/requirePropFactory.js +0 -32
- package/utils/unsupportedProp.js +0 -24
@@ -1,31 +1,33 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("
|
3
|
+
var _interopRequireDefault = require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/interopRequireDefault");
|
4
4
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
6
6
|
value: true
|
7
7
|
});
|
8
8
|
exports.default = exports.filterValue = exports.styles = void 0;
|
9
9
|
|
10
|
-
var
|
10
|
+
var _extends2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/extends"));
|
11
11
|
|
12
|
-
var
|
12
|
+
var _toConsumableArray2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/toConsumableArray"));
|
13
13
|
|
14
|
-
var
|
14
|
+
var _classCallCheck2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/classCallCheck"));
|
15
15
|
|
16
|
-
var
|
16
|
+
var _createClass2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createClass"));
|
17
17
|
|
18
|
-
var
|
18
|
+
var _possibleConstructorReturn2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn"));
|
19
19
|
|
20
|
-
var
|
20
|
+
var _getPrototypeOf2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/getPrototypeOf"));
|
21
21
|
|
22
|
-
var
|
22
|
+
var _assertThisInitialized2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/assertThisInitialized"));
|
23
23
|
|
24
|
-
var
|
24
|
+
var _inherits2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/inherits"));
|
25
25
|
|
26
|
-
var
|
26
|
+
var _defineProperty2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/defineProperty"));
|
27
|
+
|
28
|
+
var _objectSpread2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectSpread2"));
|
27
29
|
|
28
|
-
var
|
30
|
+
var _react = _interopRequireDefault(require("react"));
|
29
31
|
|
30
32
|
var _reactCustomScrollbars = _interopRequireDefault(require("react-custom-scrollbars"));
|
31
33
|
|
@@ -50,7 +52,7 @@ var styles = function styles(theme) {
|
|
50
52
|
margin: '0 4px',
|
51
53
|
verticalAlign: 'middle'
|
52
54
|
},
|
53
|
-
selectIconLabel: (0,
|
55
|
+
selectIconLabel: (0, _objectSpread2.default)({
|
54
56
|
whiteSpace: 'nowrap',
|
55
57
|
overflow: 'hidden',
|
56
58
|
textOverflow: 'ellipsis',
|
@@ -59,7 +61,7 @@ var styles = function styles(theme) {
|
|
59
61
|
display: 'inline-flex',
|
60
62
|
width: '100%'
|
61
63
|
}),
|
62
|
-
selectImgLabel: (0,
|
64
|
+
selectImgLabel: (0, _objectSpread2.default)({
|
63
65
|
whiteSpace: 'nowrap',
|
64
66
|
overflow: 'hidden',
|
65
67
|
textOverflow: 'ellipsis',
|
@@ -104,8 +106,7 @@ function (_React$PureComponent) {
|
|
104
106
|
|
105
107
|
(0, _classCallCheck2.default)(this, HiSelectContent);
|
106
108
|
_this = (0, _possibleConstructorReturn2.default)(this, (0, _getPrototypeOf2.default)(HiSelectContent).call(this, props));
|
107
|
-
|
108
|
-
_this.handleKeyDown = function (event) {
|
109
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleKeyDown", function (event) {
|
109
110
|
var nextItem;
|
110
111
|
var key = (0, _keycode.default)(event);
|
111
112
|
|
@@ -136,21 +137,19 @@ function (_React$PureComponent) {
|
|
136
137
|
if (nextItem) {
|
137
138
|
nextItem.focus();
|
138
139
|
}
|
139
|
-
};
|
140
|
-
|
141
|
-
_this.handleKeyDownSearch = function (event) {
|
140
|
+
});
|
141
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleKeyDownSearch", function (event) {
|
142
142
|
var key = (0, _keycode.default)(event);
|
143
143
|
|
144
144
|
if (_this.overlay && (key === 'down' || key === 'up')) {
|
145
145
|
_this.focusOnFirstItem();
|
146
|
-
} else if (_this.overlay && key === 'esc' || key === 'enter') {
|
146
|
+
} else if (_this.overlay && (key === 'esc' || key === 'enter')) {
|
147
147
|
event.preventDefault();
|
148
148
|
|
149
149
|
_this.handleClose();
|
150
150
|
}
|
151
|
-
};
|
152
|
-
|
153
|
-
_this.handleSelect = function (event, item) {
|
151
|
+
});
|
152
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleSelect", function (event, item) {
|
154
153
|
var _this$props = _this.props,
|
155
154
|
hasAll = _this$props.hasAll,
|
156
155
|
multiple = _this$props.multiple,
|
@@ -181,13 +180,11 @@ function (_React$PureComponent) {
|
|
181
180
|
} else {
|
182
181
|
onChange(event, [].concat((0, _toConsumableArray2.default)(value), [item.id]), item);
|
183
182
|
}
|
184
|
-
};
|
185
|
-
|
186
|
-
_this.handleClose = function () {
|
183
|
+
});
|
184
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleClose", function () {
|
187
185
|
if (_this.props.onClose) _this.props.onClose();
|
188
|
-
};
|
189
|
-
|
190
|
-
_this.handleSuggestions = function (suggestions) {
|
186
|
+
});
|
187
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleSuggestions", function (suggestions) {
|
191
188
|
var _this$props2 = _this.props,
|
192
189
|
hasAll = _this$props2.hasAll,
|
193
190
|
iconAll = _this$props2.iconAll,
|
@@ -196,7 +193,7 @@ function (_React$PureComponent) {
|
|
196
193
|
if (suggestions.length === 0) {
|
197
194
|
// Add '_no_result' suggestion
|
198
195
|
_this.setState(function (prevState) {
|
199
|
-
return (0,
|
196
|
+
return (0, _objectSpread2.default)({}, prevState, {
|
200
197
|
suggestions: [{
|
201
198
|
id: '_no_result',
|
202
199
|
type: 'text',
|
@@ -209,7 +206,7 @@ function (_React$PureComponent) {
|
|
209
206
|
});
|
210
207
|
} else {
|
211
208
|
_this.setState({
|
212
|
-
suggestions: [].concat((0, _toConsumableArray2.default)(hasAll ? [(0,
|
209
|
+
suggestions: [].concat((0, _toConsumableArray2.default)(hasAll ? [(0, _objectSpread2.default)({
|
213
210
|
id: '_all',
|
214
211
|
label: translations.all
|
215
212
|
}, iconAll && {
|
@@ -218,15 +215,13 @@ function (_React$PureComponent) {
|
|
218
215
|
})] : []), (0, _toConsumableArray2.default)(suggestions))
|
219
216
|
});
|
220
217
|
}
|
221
|
-
};
|
222
|
-
|
223
|
-
_this.handleScroll = function (e) {
|
218
|
+
});
|
219
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleScroll", function (e) {
|
224
220
|
if (e.target.scrollHeight - e.target.clientHeight - e.target.scrollTop < 15) {
|
225
221
|
_this.props.onScrollReachBottom();
|
226
222
|
}
|
227
|
-
};
|
228
|
-
|
229
|
-
_this.handleSearch = function (e, inputValue) {
|
223
|
+
});
|
224
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleSearch", function (e, inputValue) {
|
230
225
|
var searchValue = inputValue && e.target.value ? inputValue : e.target.value;
|
231
226
|
|
232
227
|
if (_this.props.onSearch) {
|
@@ -236,17 +231,15 @@ function (_React$PureComponent) {
|
|
236
231
|
searchValue: searchValue
|
237
232
|
});
|
238
233
|
}
|
239
|
-
};
|
240
|
-
|
241
|
-
_this.handleSearchReset = function () {
|
234
|
+
});
|
235
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleSearchReset", function () {
|
242
236
|
_this.handleSearch({
|
243
237
|
target: {
|
244
238
|
value: ''
|
245
239
|
}
|
246
240
|
}, '');
|
247
|
-
};
|
248
|
-
|
249
|
-
_this.buildSelectProps = function (options) {
|
241
|
+
});
|
242
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "buildSelectProps", function (options) {
|
250
243
|
var value = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : [];
|
251
244
|
var search = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : '';
|
252
245
|
var loading = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false;
|
@@ -260,7 +253,7 @@ function (_React$PureComponent) {
|
|
260
253
|
label: 'loading'
|
261
254
|
}] : []), (0, _toConsumableArray2.default)(search !== '' ? (0, _toConsumableArray2.default)(options.filter(function (item) {
|
262
255
|
return item.label && _this.props.filterFunc(item, search);
|
263
|
-
})) : [].concat((0, _toConsumableArray2.default)(_this.props.hasAll ? [(0,
|
256
|
+
})) : [].concat((0, _toConsumableArray2.default)(_this.props.hasAll ? [(0, _objectSpread2.default)({
|
264
257
|
id: '_all',
|
265
258
|
label: _this.props.translations.all
|
266
259
|
}, _this.props.iconAll && {
|
@@ -270,16 +263,14 @@ function (_React$PureComponent) {
|
|
270
263
|
return {
|
271
264
|
itemList: itemList
|
272
265
|
};
|
273
|
-
};
|
274
|
-
|
275
|
-
_this.getInputElement = function (el) {
|
266
|
+
});
|
267
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "getInputElement", function (el) {
|
276
268
|
_this.searchField = el;
|
277
269
|
|
278
270
|
if (_this.props.inputRef) {
|
279
271
|
_this.props.inputRef(_this.searchField);
|
280
272
|
}
|
281
|
-
};
|
282
|
-
|
273
|
+
});
|
283
274
|
_this.state = {
|
284
275
|
open: false,
|
285
276
|
focused: false,
|
@@ -370,7 +361,7 @@ function (_React$PureComponent) {
|
|
370
361
|
key: "getDerivedStateFromProps",
|
371
362
|
value: function getDerivedStateFromProps(nextProps, prevState) {
|
372
363
|
if (nextProps.options !== prevState.suggestions) {
|
373
|
-
return (0,
|
364
|
+
return (0, _objectSpread2.default)({}, prevState, {
|
374
365
|
suggestions: nextProps.options
|
375
366
|
});
|
376
367
|
}
|
@@ -382,7 +373,7 @@ function (_React$PureComponent) {
|
|
382
373
|
return HiSelectContent;
|
383
374
|
}(_react.default.PureComponent);
|
384
375
|
|
385
|
-
HiSelectContent
|
376
|
+
(0, _defineProperty2.default)(HiSelectContent, "defaultProps", {
|
386
377
|
autoHeight: true,
|
387
378
|
height: 400,
|
388
379
|
disabled: false,
|
@@ -403,123 +394,7 @@ HiSelectContent.defaultProps = {
|
|
403
394
|
},
|
404
395
|
type: 'text',
|
405
396
|
filterFunc: filterValue
|
406
|
-
};
|
407
|
-
HiSelectContent.propTypes = process.env.NODE_ENV !== "production" ? {
|
408
|
-
autoHeight: _propTypes.default.bool,
|
409
|
-
|
410
|
-
/**
|
411
|
-
* Useful to extend the style applied to components.
|
412
|
-
*/
|
413
|
-
classes: _propTypes.default.object,
|
414
|
-
|
415
|
-
/**
|
416
|
-
* Inactif
|
417
|
-
*/
|
418
|
-
disabled: _propTypes.default.bool,
|
419
|
-
|
420
|
-
/**
|
421
|
-
* Applique le style error
|
422
|
-
*/
|
423
|
-
error: _propTypes.default.bool,
|
424
|
-
|
425
|
-
/**
|
426
|
-
* Chemin vers l'image à afficher par défaut si une image n'est pas trouvée
|
427
|
-
*/
|
428
|
-
fallbackImage: _propTypes.default.string,
|
429
|
-
|
430
|
-
/*
|
431
|
-
* Fonction de filtrage custom
|
432
|
-
*/
|
433
|
-
filterFunc: _propTypes.default.func,
|
434
|
-
|
435
|
-
/**
|
436
|
-
* Affiche l'élément 'All'
|
437
|
-
*/
|
438
|
-
hasAll: _propTypes.default.bool,
|
439
|
-
|
440
|
-
/**
|
441
|
-
* Hauteur du container scrollable
|
442
|
-
*/
|
443
|
-
height: _propTypes.default.number,
|
444
|
-
|
445
|
-
/**
|
446
|
-
* Override HiSelectableList props (
|
447
|
-
*/
|
448
|
-
hiSelectableListProps: _propTypes.default.object,
|
449
|
-
|
450
|
-
/**
|
451
|
-
* Override HiSelectInput props
|
452
|
-
*/
|
453
|
-
hiSelectInputProps: _propTypes.default.object,
|
454
|
-
|
455
|
-
/**
|
456
|
-
* Nom de l'icône
|
457
|
-
*/
|
458
|
-
iconAll: _propTypes.default.string,
|
459
|
-
|
460
|
-
/**
|
461
|
-
* id du select
|
462
|
-
*/
|
463
|
-
id: _propTypes.default.string,
|
464
|
-
|
465
|
-
/**
|
466
|
-
* Ajoute un loader
|
467
|
-
*/
|
468
|
-
loading: _propTypes.default.bool,
|
469
|
-
|
470
|
-
/**
|
471
|
-
* Autorise la sélection de plusieurs valeurs
|
472
|
-
*/
|
473
|
-
multiple: _propTypes.default.bool,
|
474
|
-
|
475
|
-
/**
|
476
|
-
* Fonction de callback qui renvoit la/les valeurs sélectionnées
|
477
|
-
*
|
478
|
-
* @param {object} event
|
479
|
-
* @param {string || array} value
|
480
|
-
*/
|
481
|
-
onChange: _propTypes.default.func.isRequired,
|
482
|
-
|
483
|
-
/**
|
484
|
-
* Fonction de callback appelée lorsque le scroll atteint le bas de la liste
|
485
|
-
*/
|
486
|
-
onScrollReachBottom: _propTypes.default.func,
|
487
|
-
|
488
|
-
/**
|
489
|
-
* Fonction de callback appelée lorsque le champs de recherche est utilisé
|
490
|
-
*/
|
491
|
-
onSearch: _propTypes.default.func,
|
492
|
-
|
493
|
-
/**
|
494
|
-
* Listes des options du select
|
495
|
-
*/
|
496
|
-
options: _propTypes.default.array.isRequired,
|
497
|
-
|
498
|
-
/**
|
499
|
-
* Affiche un input de recherche permettant de filtrer les options
|
500
|
-
*/
|
501
|
-
searchable: _propTypes.default.bool,
|
502
|
-
|
503
|
-
/**
|
504
|
-
* Node qui s'ajoute entre la barre de recherche et la liste de résultats
|
505
|
-
*/
|
506
|
-
startAdornment: _propTypes.default.object,
|
507
|
-
|
508
|
-
/**
|
509
|
-
* Traductions (par défaut en anglais)
|
510
|
-
*/
|
511
|
-
translations: _propTypes.default.object,
|
512
|
-
|
513
|
-
/**
|
514
|
-
* Type des éléments du select, définit le rendu d'un élément
|
515
|
-
*/
|
516
|
-
type: _propTypes.default.oneOf(['icon', 'text', 'image', 'primary-highlight']),
|
517
|
-
|
518
|
-
/**
|
519
|
-
* Value(s) du select
|
520
|
-
*/
|
521
|
-
value: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string, _propTypes.default.array])
|
522
|
-
} : {};
|
397
|
+
});
|
523
398
|
|
524
399
|
var _default = (0, _styles.withStyles)(styles, {
|
525
400
|
hiComponent: true,
|
@@ -1,30 +1,28 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("
|
3
|
+
var _interopRequireDefault = require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/interopRequireDefault");
|
4
4
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
6
6
|
value: true
|
7
7
|
});
|
8
8
|
exports.default = void 0;
|
9
9
|
|
10
|
-
var _extends2 = _interopRequireDefault(require("
|
10
|
+
var _extends2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/extends"));
|
11
11
|
|
12
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("
|
12
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties"));
|
13
13
|
|
14
|
-
var _classCallCheck2 = _interopRequireDefault(require("
|
14
|
+
var _classCallCheck2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/classCallCheck"));
|
15
15
|
|
16
|
-
var _createClass2 = _interopRequireDefault(require("
|
16
|
+
var _createClass2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createClass"));
|
17
17
|
|
18
|
-
var _possibleConstructorReturn2 = _interopRequireDefault(require("
|
18
|
+
var _possibleConstructorReturn2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn"));
|
19
19
|
|
20
|
-
var _getPrototypeOf2 = _interopRequireDefault(require("
|
20
|
+
var _getPrototypeOf2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/getPrototypeOf"));
|
21
21
|
|
22
|
-
var _inherits2 = _interopRequireDefault(require("
|
22
|
+
var _inherits2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/inherits"));
|
23
23
|
|
24
24
|
var _react = _interopRequireDefault(require("react"));
|
25
25
|
|
26
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
27
|
-
|
28
26
|
var _HiFormControl = _interopRequireDefault(require("../HiForm/HiFormControl"));
|
29
27
|
|
30
28
|
var _HiSelect = _interopRequireDefault(require("./HiSelect"));
|
@@ -98,56 +96,5 @@ function (_React$PureComponent) {
|
|
98
96
|
return HiSelectField;
|
99
97
|
}(_react.default.PureComponent);
|
100
98
|
|
101
|
-
HiSelectField.propTypes = process.env.NODE_ENV !== "production" ? {
|
102
|
-
/**
|
103
|
-
* Surcharge des styles
|
104
|
-
*/
|
105
|
-
className: _propTypes.default.string,
|
106
|
-
|
107
|
-
/**
|
108
|
-
* Si `true`, l'input sera inactif.
|
109
|
-
*/
|
110
|
-
disabled: _propTypes.default.bool,
|
111
|
-
|
112
|
-
/**
|
113
|
-
* Si `true`, le champs sera en erreur.
|
114
|
-
*/
|
115
|
-
error: _propTypes.default.bool,
|
116
|
-
|
117
|
-
/**
|
118
|
-
* Texte de l'erreur
|
119
|
-
*/
|
120
|
-
errorText: _propTypes.default.string,
|
121
|
-
|
122
|
-
/**
|
123
|
-
* Si "true", le texte d'aide s'affichera seulement au clic sur l'icône "Information"
|
124
|
-
*/
|
125
|
-
helperIcon: _propTypes.default.bool,
|
126
|
-
|
127
|
-
/**
|
128
|
-
* Texte de l'aide
|
129
|
-
*/
|
130
|
-
helperText: _propTypes.default.string,
|
131
|
-
|
132
|
-
/**
|
133
|
-
* id de l'élément input
|
134
|
-
*/
|
135
|
-
id: _propTypes.default.string.isRequired,
|
136
|
-
|
137
|
-
/**
|
138
|
-
* Label du champs
|
139
|
-
*/
|
140
|
-
label: _propTypes.default.string,
|
141
|
-
|
142
|
-
/**
|
143
|
-
* true si champs obligatoire
|
144
|
-
*/
|
145
|
-
required: _propTypes.default.bool,
|
146
|
-
|
147
|
-
/**
|
148
|
-
* Propriétés appliquées au composant HiFormLabel
|
149
|
-
*/
|
150
|
-
HiInputLabelProps: _propTypes.default.object
|
151
|
-
} : {};
|
152
99
|
var _default = HiSelectField;
|
153
100
|
exports.default = _default;
|
@@ -1,32 +1,30 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("
|
3
|
+
var _interopRequireDefault = require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/interopRequireDefault");
|
4
4
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
6
6
|
value: true
|
7
7
|
});
|
8
8
|
exports.default = exports.styles = void 0;
|
9
9
|
|
10
|
-
var
|
10
|
+
var _classCallCheck2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/classCallCheck"));
|
11
11
|
|
12
|
-
var
|
12
|
+
var _createClass2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/createClass"));
|
13
13
|
|
14
|
-
var
|
14
|
+
var _possibleConstructorReturn2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn"));
|
15
15
|
|
16
|
-
var
|
16
|
+
var _getPrototypeOf2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/getPrototypeOf"));
|
17
17
|
|
18
|
-
var
|
18
|
+
var _assertThisInitialized2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/assertThisInitialized"));
|
19
19
|
|
20
|
-
var
|
20
|
+
var _inherits2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/inherits"));
|
21
21
|
|
22
|
-
var
|
22
|
+
var _defineProperty2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/defineProperty"));
|
23
23
|
|
24
|
-
var
|
24
|
+
var _objectSpread2 = _interopRequireDefault(require("/home/mfazio/dev/projects/hipay-material-ui/node_modules/babel-preset-react-app/node_modules/@babel/runtime/helpers/esm/objectSpread2"));
|
25
25
|
|
26
26
|
var _react = _interopRequireDefault(require("react"));
|
27
27
|
|
28
|
-
var _propTypes = _interopRequireDefault(require("prop-types"));
|
29
|
-
|
30
28
|
var _classnames = _interopRequireDefault(require("classnames"));
|
31
29
|
|
32
30
|
var _ArrowDropDown = _interopRequireDefault(require("@material-ui/icons/ArrowDropDown"));
|
@@ -127,7 +125,7 @@ var styles = function styles(theme) {
|
|
127
125
|
backgroundColor: theme.palette.background3
|
128
126
|
},
|
129
127
|
error: {},
|
130
|
-
label: (0,
|
128
|
+
label: (0, _objectSpread2.default)({
|
131
129
|
whiteSpace: 'nowrap',
|
132
130
|
overflow: 'hidden',
|
133
131
|
textOverflow: 'ellipsis'
|
@@ -172,8 +170,7 @@ function (_React$PureComponent) {
|
|
172
170
|
|
173
171
|
(0, _classCallCheck2.default)(this, HiSelectInput);
|
174
172
|
_this = (0, _possibleConstructorReturn2.default)(this, (0, _getPrototypeOf2.default)(HiSelectInput).call(this, props));
|
175
|
-
|
176
|
-
_this.handleKeyDown = function (event) {
|
173
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleKeyDown", function (event) {
|
177
174
|
var key = (0, _keycode.default)(event);
|
178
175
|
|
179
176
|
if (_this.props.onKeyDown) {
|
@@ -185,9 +182,8 @@ function (_React$PureComponent) {
|
|
185
182
|
|
186
183
|
_this.props.onSubmit(event);
|
187
184
|
}
|
188
|
-
};
|
189
|
-
|
190
|
-
_this.handleKeyDownReset = function (event) {
|
185
|
+
});
|
186
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleKeyDownReset", function (event) {
|
191
187
|
var key = (0, _keycode.default)(event);
|
192
188
|
|
193
189
|
if (key === 'enter' || key === 'space') {
|
@@ -196,9 +192,8 @@ function (_React$PureComponent) {
|
|
196
192
|
event.stopPropagation();
|
197
193
|
event.preventDefault();
|
198
194
|
}
|
199
|
-
};
|
200
|
-
|
201
|
-
_this.handleClick = function (event) {
|
195
|
+
});
|
196
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleClick", function (event) {
|
202
197
|
// Do not open select if press on resetIcon
|
203
198
|
if ((!_this.resetIcon || !_this.resetIcon.contains(event.target)) && _this.props.onClick) {
|
204
199
|
// Do not open select if press enter on button => submit form
|
@@ -206,17 +201,15 @@ function (_React$PureComponent) {
|
|
206
201
|
_this.props.onClick(event);
|
207
202
|
}
|
208
203
|
}
|
209
|
-
};
|
210
|
-
|
211
|
-
_this.handleReset = function (event) {
|
204
|
+
});
|
205
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleReset", function (event) {
|
212
206
|
_this.props.onReset(event);
|
213
207
|
|
214
208
|
if (_this.input) {
|
215
209
|
_this.input.focus();
|
216
210
|
}
|
217
|
-
};
|
218
|
-
|
219
|
-
_this.handleBlur = function (event) {
|
211
|
+
});
|
212
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "handleBlur", function (event) {
|
220
213
|
if ((!_this.input || !_this.input.contains(event.relatedTarget)) && _this.props.onBlur) {
|
221
214
|
_this.props.onBlur(event);
|
222
215
|
}
|
@@ -224,16 +217,14 @@ function (_React$PureComponent) {
|
|
224
217
|
this.input.focus();
|
225
218
|
}*/
|
226
219
|
|
227
|
-
};
|
228
|
-
|
229
|
-
_this.ref = function (el) {
|
220
|
+
});
|
221
|
+
(0, _defineProperty2.default)((0, _assertThisInitialized2.default)(_this), "ref", function (el) {
|
230
222
|
_this.input = el;
|
231
223
|
|
232
224
|
if (_this.props.refElement) {
|
233
225
|
_this.props.refElement(el);
|
234
226
|
}
|
235
|
-
};
|
236
|
-
|
227
|
+
});
|
237
228
|
_this.handleKeyDown = _this.handleKeyDown.bind((0, _assertThisInitialized2.default)(_this));
|
238
229
|
_this.handleClick = _this.handleClick.bind((0, _assertThisInitialized2.default)(_this));
|
239
230
|
_this.handleBlur = _this.handleBlur.bind((0, _assertThisInitialized2.default)(_this));
|
@@ -316,105 +307,13 @@ function (_React$PureComponent) {
|
|
316
307
|
return HiSelectInput;
|
317
308
|
}(_react.default.PureComponent);
|
318
309
|
|
319
|
-
HiSelectInput
|
310
|
+
(0, _defineProperty2.default)(HiSelectInput, "defaultProps", {
|
320
311
|
disabled: false,
|
321
312
|
open: false,
|
322
313
|
focused: false,
|
323
314
|
noButton: false,
|
324
315
|
error: false
|
325
|
-
};
|
326
|
-
HiSelectInput.propTypes = process.env.NODE_ENV !== "production" ? {
|
327
|
-
/**
|
328
|
-
* Useful to extend the style applied to components.
|
329
|
-
*/
|
330
|
-
classes: _propTypes.default.object,
|
331
|
-
|
332
|
-
/**
|
333
|
-
* If `true`, the select will be disabled.
|
334
|
-
*/
|
335
|
-
disabled: _propTypes.default.bool,
|
336
|
-
|
337
|
-
/**
|
338
|
-
* Applique le style error
|
339
|
-
*/
|
340
|
-
error: _propTypes.default.bool,
|
341
|
-
|
342
|
-
/**
|
343
|
-
* Applique le style focused
|
344
|
-
*/
|
345
|
-
focused: _propTypes.default.bool,
|
346
|
-
|
347
|
-
/**
|
348
|
-
* id du select
|
349
|
-
*/
|
350
|
-
id: _propTypes.default.string,
|
351
|
-
|
352
|
-
/**
|
353
|
-
* Affiche sous forme de div à la place d'un bouton.
|
354
|
-
* Si des éléments cliquables sont à l'intérieur.
|
355
|
-
*/
|
356
|
-
noButton: _propTypes.default.bool,
|
357
|
-
|
358
|
-
/**
|
359
|
-
* Fonction de callback au blur du bouton
|
360
|
-
*/
|
361
|
-
onBlur: _propTypes.default.func,
|
362
|
-
|
363
|
-
/**
|
364
|
-
* Fonction de callback au click sur l'input/bouton
|
365
|
-
*/
|
366
|
-
onClick: _propTypes.default.func,
|
367
|
-
|
368
|
-
/**
|
369
|
-
* Fonction de callback au focus l'input/bouton
|
370
|
-
*/
|
371
|
-
onFocus: _propTypes.default.func,
|
372
|
-
|
373
|
-
/**
|
374
|
-
* Fonction de callback à la pression de touche
|
375
|
-
*/
|
376
|
-
onKeyDown: _propTypes.default.func,
|
377
|
-
|
378
|
-
/**
|
379
|
-
* Fonction de callback au survol de l'input
|
380
|
-
*/
|
381
|
-
onMouseEnter: _propTypes.default.func,
|
382
|
-
|
383
|
-
/**
|
384
|
-
* Fonction de callback à la sortie du survol de l'input
|
385
|
-
*/
|
386
|
-
onMouseLeave: _propTypes.default.func,
|
387
|
-
|
388
|
-
/**
|
389
|
-
* Fonction de callback appelée lorsqu'on vide le champs
|
390
|
-
*/
|
391
|
-
onReset: _propTypes.default.func,
|
392
|
-
|
393
|
-
/**
|
394
|
-
* Fonction de callback à la pression de la touche "Entrée"
|
395
|
-
*/
|
396
|
-
onSubmit: _propTypes.default.func,
|
397
|
-
|
398
|
-
/**
|
399
|
-
* Applique le style open et effectue une rotation de l'icône
|
400
|
-
*/
|
401
|
-
open: _propTypes.default.bool,
|
402
|
-
|
403
|
-
/**
|
404
|
-
* Placeholder
|
405
|
-
*/
|
406
|
-
placeholder: _propTypes.default.string,
|
407
|
-
|
408
|
-
/**
|
409
|
-
* Use that property to pass a ref callback to the native component.
|
410
|
-
*/
|
411
|
-
refElement: _propTypes.default.func,
|
412
|
-
|
413
|
-
/**
|
414
|
-
* Valeur à afficher (déjà formattée)
|
415
|
-
*/
|
416
|
-
value: _propTypes.default.oneOfType([_propTypes.default.string, _propTypes.default.number, _propTypes.default.node])
|
417
|
-
} : {};
|
316
|
+
});
|
418
317
|
|
419
318
|
var _default = (0, _styles.withStyles)(styles, {
|
420
319
|
hiComponent: true,
|