@skbkontur/react-ui 1.6.10 → 1.6.11
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/README.md +135 -135
- package/components/Autocomplete/Autocomplete.adapter.js.flow +4 -4
- package/components/Autocomplete/Autocomplete.js.flow +37 -37
- package/components/Autocomplete/README.md +7 -7
- package/components/Autocomplete/index.js.flow +2 -2
- package/components/Button/Button.adapter.js.flow +4 -4
- package/components/Button/Button.js.flow +58 -58
- package/components/Button/Corners.js.flow +12 -12
- package/components/Button/README.md +85 -85
- package/components/Button/index.js.flow +2 -2
- package/components/Calendar/Animation.js.flow +7 -7
- package/components/Calendar/Calendar.js.flow +33 -33
- package/components/Calendar/CalendarDateShape.js.flow +26 -26
- package/components/Calendar/CalendarScrollEvents.js.flow +15 -15
- package/components/Calendar/CalendarUtils.js.flow +35 -35
- package/components/Calendar/DayCellView.js.flow +16 -16
- package/components/Calendar/DayCellViewModel.js.flow +9 -9
- package/components/Calendar/Month.js.flow +23 -23
- package/components/Calendar/MonthView.js.flow +24 -24
- package/components/Calendar/MonthViewModel.js.flow +16 -16
- package/components/Calendar/config.js.flow +11 -11
- package/components/Calendar/index.js.flow +2 -2
- package/components/Calendar/presets.js.flow +21 -21
- package/components/Calendar/stepper.js.flow +2 -2
- package/components/Calendar/utils.js.flow +2 -2
- package/components/Center/Center.js.flow +15 -15
- package/components/Center/README.md +5 -5
- package/components/Center/index.js.flow +2 -2
- package/components/Checkbox/Checkbox.adapter.js.flow +4 -4
- package/components/Checkbox/Checkbox.js.flow +27 -27
- package/components/Checkbox/README.md +61 -61
- package/components/Checkbox/index.js.flow +2 -2
- package/components/ComboBox/ComboBox.js.flow +58 -58
- package/components/ComboBox/README.md +423 -423
- package/components/ComboBox/__mocks__/getCities.js.map +1 -1
- package/components/ComboBox/__mocks__/kladr.json +20002 -20002
- package/components/ComboBox/index.js.flow +2 -2
- package/components/ComboBoxOld/ComboBoxOld.adapter.js.map +1 -1
- package/components/ComboBoxOld/ComboBoxOld.d.ts +120 -120
- package/components/ComboBoxOld/ComboBoxOld.js +45 -45
- package/components/ComboBoxOld/ComboBoxOld.js.map +1 -1
- package/components/ComboBoxOld/ComboBoxRenderer.js.map +1 -1
- package/components/ComboBoxOld/README.md +83 -83
- package/components/ComboBoxOld/index.d.ts +1 -1
- package/components/ComboBoxOld/index.js.map +1 -1
- package/components/CurrencyInput/CurrencyHelper.js.flow +44 -44
- package/components/CurrencyInput/CurrencyInput.js.flow +30 -30
- package/components/CurrencyInput/CurrencyInputHelper.js.flow +38 -38
- package/components/CurrencyInput/CurrencyInputKeyboardActions.js.flow +19 -19
- package/components/CurrencyInput/CursorHelper.js.flow +15 -15
- package/components/CurrencyInput/README.md +19 -19
- package/components/CurrencyInput/SelectionHelper.js.flow +16 -16
- package/components/CurrencyInput/index.js.flow +2 -2
- package/components/CurrencyLabel/CurrencyLabel.js.flow +10 -10
- package/components/CurrencyLabel/README.md +23 -23
- package/components/CurrencyLabel/index.js.flow +2 -2
- package/components/CustomComboBox/ComboBoxMenu.js.flow +22 -22
- package/components/CustomComboBox/ComboBoxView.js.flow +52 -52
- package/components/CustomComboBox/CustomComboBox.js.flow +130 -130
- package/components/CustomComboBox/index.js.flow +2 -2
- package/components/DateInput/DateInput.js.flow +60 -60
- package/components/DateInput/README.md +104 -104
- package/components/DateInput/helpers/DateInputKeyboardActions.js.flow +17 -17
- package/components/DateInput/helpers/SelectionHelpers.js.flow +3 -3
- package/components/DateInput/helpers/inputNumber.js.flow +4 -4
- package/components/DateInput/index.js.flow +2 -2
- package/components/DatePicker/DatePicker.js.flow +45 -45
- package/components/DatePicker/DatePickerHelpers.js.flow +7 -7
- package/components/DatePicker/DateShape.js.flow +11 -11
- package/components/DatePicker/Picker.js.flow +23 -23
- package/components/DatePicker/README.md +307 -307
- package/components/DatePicker/index.js.flow +2 -2
- package/components/DatePickerOld/Calendar.js.map +1 -1
- package/components/DatePickerOld/CalendarCell.js.map +1 -1
- package/components/DatePickerOld/DateInput.js +2 -2
- package/components/DatePickerOld/DateInput.js.map +1 -1
- package/components/DatePickerOld/DatePicker.adapter.js.map +1 -1
- package/components/DatePickerOld/DatePickerOld.d.ts +35 -35
- package/components/DatePickerOld/DatePickerOld.js +16 -16
- package/components/DatePickerOld/DatePickerOld.js.map +1 -1
- package/components/DatePickerOld/Picker.js.map +1 -1
- package/components/DatePickerOld/README.md +7 -7
- package/components/DatePickerOld/dateParser.js.map +1 -1
- package/components/DatePickerOld/index.d.ts +1 -1
- package/components/DatePickerOld/index.js.map +1 -1
- package/components/DateSelect/DateSelect.js.flow +30 -30
- package/components/DateSelect/index.js.flow +2 -2
- package/components/Dropdown/Dropdown.js.flow +41 -41
- package/components/Dropdown/README.md +14 -14
- package/components/Dropdown/index.js.flow +2 -2
- package/components/DropdownContainer/DropdownContainer.js.flow +29 -29
- package/components/DropdownMenu/DropdownMenu.js.flow +20 -20
- package/components/DropdownMenu/README.md +66 -66
- package/components/DropdownMenu/index.js.flow +2 -2
- package/components/Fias/Fias.js.flow +37 -37
- package/components/Fias/FiasModal.js.flow +12 -12
- package/components/Fias/FiasSearch/FiasSearch.js.flow +32 -32
- package/components/Fias/FiasSearch/README.md +78 -78
- package/components/Fias/Form/FiasComboBox.js.flow +25 -25
- package/components/Fias/Form/FiasForm.js.flow +21 -21
- package/components/Fias/README.md +436 -436
- package/components/Fias/api/APIResultFactory.js.flow +7 -7
- package/components/Fias/api/FiasAPI.js.flow +13 -13
- package/components/Fias/api/MockAPI.js.flow +13 -13
- package/components/Fias/api/data.json +285 -285
- package/components/Fias/constants/abbreviations.js.flow +7 -7
- package/components/Fias/index.js.flow +5 -5
- package/components/Fias/locale/types.js.flow +71 -71
- package/components/Fias/logger/Logger.js.flow +13 -13
- package/components/Fias/models/Address.js.flow +57 -57
- package/components/Fias/models/AddressElement.js.flow +15 -15
- package/components/Fias/models/FiasData.js.flow +10 -10
- package/components/Fias/types.js.flow +133 -133
- package/components/FxInput/FxInput.adapter.js.flow +4 -4
- package/components/FxInput/FxInput.js.flow +24 -24
- package/components/FxInput/README.md +13 -13
- package/components/FxInput/index.js.flow +2 -2
- package/components/Gapped/Gapped.js.flow +13 -13
- package/components/Gapped/README.md +6 -6
- package/components/Gapped/index.js.flow +2 -2
- package/components/Group/Group.js.flow +14 -14
- package/components/Group/README.md +27 -27
- package/components/Group/index.js.flow +2 -2
- package/components/HideBodyVerticalScroll/HideBodyVerticalScroll.js.flow +7 -7
- package/components/HideBodyVerticalScroll/index.js.flow +2 -2
- package/components/Hint/Hint.js.flow +37 -37
- package/components/Hint/README.md +3 -3
- package/components/Hint/index.js.flow +2 -2
- package/components/Icon/20px/Icon.js.flow +27 -27
- package/components/Icon/20px/index.js.flow +2 -2
- package/components/Icon/README.md +64 -64
- package/components/IgnoreLayerClick/IgnoreLayerClick.js.flow +12 -12
- package/components/IgnoreLayerClick/index.js.flow +2 -2
- package/components/Input/Input.adapter.js.flow +9 -9
- package/components/Input/Input.js.flow +55 -55
- package/components/Input/README.md +13 -13
- package/components/Input/index.js.flow +2 -2
- package/components/Kebab/Kebab.js.flow +23 -23
- package/components/Kebab/README.md +44 -44
- package/components/Kebab/index.js.flow +2 -2
- package/components/Kladr/AddressModal.d.ts +39 -39
- package/components/Kladr/AddressModal.js.flow +20 -20
- package/components/Kladr/AddressModal.js.map +1 -1
- package/components/Kladr/Kladr.d.ts +39 -39
- package/components/Kladr/Kladr.js +2 -2
- package/components/Kladr/Kladr.js.flow +27 -27
- package/components/Kladr/Kladr.js.map +1 -1
- package/components/Kladr/KladrAPI.d.ts +8 -8
- package/components/Kladr/KladrAPI.js.flow +8 -8
- package/components/Kladr/KladrAPI.js.map +1 -1
- package/components/Kladr/README.md +3 -3
- package/components/Kladr/Types.d.ts +40 -40
- package/components/Kladr/Types.js.flow +39 -39
- package/components/Kladr/index.d.ts +1 -1
- package/components/Kladr/index.js.flow +2 -2
- package/components/Kladr/index.js.map +1 -1
- package/components/Kladr/util.js.map +1 -1
- package/components/Kladr/utils.d.ts +4 -4
- package/components/Kladr/utils.js.flow +4 -4
- package/components/Link/Link.adapter.js.flow +4 -4
- package/components/Link/Link.js.flow +25 -25
- package/components/Link/README.md +11 -11
- package/components/Link/index.js.flow +2 -2
- package/components/Loader/Loader.js.flow +20 -20
- package/components/Loader/README.md +25 -25
- package/components/Loader/index.js.flow +2 -2
- package/components/Logotype/Logotype.js.flow +21 -21
- package/components/Logotype/ProductWidget.js.flow +7 -7
- package/components/Logotype/README.md +32 -32
- package/components/Logotype/index.js.flow +2 -2
- package/components/Menu/Menu.js.flow +24 -24
- package/components/Menu/isActiveElement.js.flow +7 -7
- package/components/MenuHeader/MenuHeader.js.flow +11 -11
- package/components/MenuHeader/index.js.flow +2 -2
- package/components/MenuItem/MenuItem.js.flow +33 -33
- package/components/MenuItem/README.md +5 -5
- package/components/MenuItem/index.js.flow +2 -2
- package/components/MenuSeparator/MenuSeparator.js.flow +7 -7
- package/components/MenuSeparator/index.js.flow +2 -2
- package/components/Modal/Modal.adapter.js.flow +4 -4
- package/components/Modal/Modal.js.flow +30 -30
- package/components/Modal/Modal.js.map +1 -1
- package/components/Modal/ModalBody.js.flow +7 -7
- package/components/Modal/ModalClose.js.flow +6 -6
- package/components/Modal/ModalContext.js.flow +15 -15
- package/components/Modal/ModalFooter.js.flow +11 -11
- package/components/Modal/ModalHeader.js.flow +11 -11
- package/components/Modal/README.md +38 -38
- package/components/Modal/index.js.flow +2 -2
- package/components/ModalStack/ModalStack.d.ts +4 -2
- package/components/ModalStack/ModalStack.js +13 -2
- package/components/ModalStack/ModalStack.js.flow +10 -10
- package/components/ModalStack/ModalStack.js.map +1 -1
- package/components/ModalStack/index.js.flow +2 -2
- package/components/Paging/NavigationHelper.js.flow +13 -13
- package/components/Paging/Paging.js.flow +38 -38
- package/components/Paging/PagingHelper.js.flow +10 -10
- package/components/Paging/README.md +43 -43
- package/components/Paging/index.js.flow +2 -2
- package/components/PasswordInput/PasswordInput.js.flow +26 -26
- package/components/PasswordInput/PasswordInputFallback.js.flow +13 -13
- package/components/PasswordInput/getCharHelper.js.flow +4 -4
- package/components/PasswordInput/index.js.flow +2 -2
- package/components/PhoneInput/PhoneInput.js +2 -2
- package/components/PhoneInput/PhoneInput.js.map +1 -1
- package/components/PhoneInput/index.js.map +1 -1
- package/components/Popup/Popup.js.flow +60 -60
- package/components/Popup/PopupHelper.js.flow +29 -29
- package/components/Popup/PopupPin.js.flow +15 -15
- package/components/Popup/index.js.flow +2 -2
- package/components/Radio/README.md +14 -14
- package/components/Radio/Radio.js.flow +33 -33
- package/components/Radio/index.js.flow +2 -2
- package/components/RadioGroup/Prevent.js.flow +9 -9
- package/components/RadioGroup/README.md +44 -44
- package/components/RadioGroup/RadioGroup.adapter.js.flow +4 -4
- package/components/RadioGroup/RadioGroup.js +1 -1
- package/components/RadioGroup/RadioGroup.js.flow +42 -42
- package/components/RadioGroup/RadioGroup.js.map +1 -1
- package/components/RadioGroup/index.js.flow +2 -2
- package/components/RenderContainer/RenderContainer.js.flow +11 -11
- package/components/RenderContainer/index.js.flow +2 -2
- package/components/RenderLayer/RenderLayer.js.flow +12 -12
- package/components/RenderLayer/index.js.flow +2 -2
- package/components/ScrollContainer/README.md +60 -60
- package/components/ScrollContainer/ScrollContainer.js.flow +24 -24
- package/components/ScrollContainer/index.js.flow +2 -2
- package/components/Select/Item.js.flow +7 -7
- package/components/Select/README.md +23 -23
- package/components/Select/Select.adapter.js.flow +4 -4
- package/components/Select/Select.js.flow +81 -81
- package/components/Select/index.js.flow +2 -2
- package/components/SidePage/README.md +46 -46
- package/components/SidePage/SidePage.js.flow +34 -34
- package/components/SidePage/SidePage.js.map +1 -1
- package/components/SidePage/SidePageBody.js.flow +13 -13
- package/components/SidePage/SidePageContainer.js.flow +9 -9
- package/components/SidePage/SidePageContext.js.flow +15 -15
- package/components/SidePage/SidePageFooter.js.flow +16 -16
- package/components/SidePage/SidePageHeader.js.flow +11 -11
- package/components/SidePage/index.js.flow +2 -2
- package/components/Spinner/README.md +33 -33
- package/components/Spinner/Spinner.js.flow +20 -20
- package/components/Spinner/SpinnerFallback.js.flow +15 -15
- package/components/Spinner/index.js.flow +2 -2
- package/components/Spinner/settings.js.flow +48 -48
- package/components/Sticky/README.md +27 -27
- package/components/Sticky/Sticky.js.flow +22 -22
- package/components/Sticky/index.js.flow +2 -2
- package/components/Switcher/README.md +10 -10
- package/components/Switcher/Switcher.js.flow +26 -26
- package/components/Switcher/index.js.flow +2 -2
- package/components/Tabs/Indicator.js.flow +21 -21
- package/components/Tabs/README.md +28 -28
- package/components/Tabs/Tab.js.flow +48 -48
- package/components/Tabs/Tabs.js.flow +28 -28
- package/components/Tabs/index.js.flow +2 -2
- package/components/Textarea/README.md +9 -9
- package/components/Textarea/Textarea.adapter.js.flow +11 -11
- package/components/Textarea/Textarea.js.flow +33 -33
- package/components/Textarea/TextareaHelpers.js.flow +6 -6
- package/components/Textarea/index.js.flow +2 -2
- package/components/ThemeProvider/Playground/README.md +7 -7
- package/components/ThemeProvider/README.md +172 -172
- package/components/ThemeShowcase/README.md +13 -13
- package/components/Toast/README.md +39 -39
- package/components/Toast/Toast.js.flow +29 -29
- package/components/Toast/ToastStatic.js.flow +10 -10
- package/components/Toast/ToastView.js.flow +16 -16
- package/components/Toast/index.js.flow +2 -2
- package/components/Toggle/README.md +9 -9
- package/components/Toggle/Toggle.js.flow +28 -28
- package/components/Toggle/index.js.flow +2 -2
- package/components/Token/README.md +109 -109
- package/components/Token/Token.js.flow +25 -25
- package/components/Token/TokenRemoveIcon.js.flow +11 -11
- package/components/Token/index.js.flow +2 -2
- package/components/TokenInput/README.md +82 -82
- package/components/TokenInput/TextWidthHelper.js.flow +10 -10
- package/components/TokenInput/TokenInput.js.flow +39 -39
- package/components/TokenInput/TokenInputMenu.js.flow +17 -17
- package/components/TokenInput/TokenInputReducer.js.flow +63 -63
- package/components/TokenInput/index.js.flow +2 -2
- package/components/Tooltip/README.md +207 -207
- package/components/Tooltip/Tooltip.js.flow +33 -33
- package/components/Tooltip/index.js.flow +2 -2
- package/components/TooltipMenu/README.md +106 -106
- package/components/TooltipMenu/TooltipMenu.js.flow +19 -19
- package/components/TooltipMenu/index.js.flow +2 -2
- package/components/TopBar/ButtonItem.js.flow +22 -22
- package/components/TopBar/Divider.js.flow +5 -5
- package/components/TopBar/Item.js.flow +19 -19
- package/components/TopBar/Organizations.js.flow +16 -16
- package/components/TopBar/README.md +112 -112
- package/components/TopBar/TopBar.js.flow +53 -53
- package/components/TopBar/TopBarDropdown.js.flow +23 -23
- package/components/TopBar/TopBarEnd.js.flow +4 -4
- package/components/TopBar/TopBarLogout.js.flow +6 -6
- package/components/TopBar/TopBarStart.js.flow +4 -4
- package/components/TopBar/User.js.flow +9 -9
- package/components/TopBar/index.js.flow +2 -2
- package/components/ZIndex/ZIndex.js.flow +11 -11
- package/components/ZIndex/index.js.flow +2 -2
- package/components/__mocks__/react-addons-css-transition-group.js.map +1 -1
- package/components/all.js.flow +36 -36
- package/components/ensureOldIEClassName.js.flow +6 -6
- package/components/eventHandlers.js.flow +9 -9
- package/components/index.js.flow +2 -2
- package/components/internal/InputLikeText/InputLikeText.js.flow +24 -24
- package/components/internal/InputLikeText/index.js.flow +2 -2
- package/components/internal/InternalMenu/InternalMenu.js.flow +23 -23
- package/components/internal/InternalMenu/isActiveElement.js.flow +7 -7
- package/components/internal/MaskedInput/MaskedInput.js.flow +24 -24
- package/components/internal/MaskedInput/index.js.flow +2 -2
- package/components/internal/MockDate.js.flow +9 -9
- package/components/internal/PopupMenu/PopupMenu.js.flow +40 -40
- package/components/internal/PopupMenu/PopupMenuPositions.js.flow +4 -4
- package/components/internal/PopupMenu/index.js.flow +2 -2
- package/components/internal/PopupMenu/validatePositions.js.flow +4 -4
- package/components/internal/ResizeDetector/ResizeDetector.js.flow +8 -8
- package/components/internal/ResizeDetector/index.js.flow +2 -2
- package/components/internal/createPropsGetter.js.flow +8 -8
- package/components/internal/cross.js.flow +4 -4
- package/components/internal/currentEnvironment.js.flow +4 -4
- package/components/internal/extractKeyboardAction.js.flow +12 -12
- package/components/polyfillPlaceholder.js.flow +4 -4
- package/package.json +1 -4
- package/typings/console.d.ts +3 -3
- package/typings/event-types.d.ts +4 -4
- package/typings/fbjs.d.ts +4 -4
- package/typings/global.d.ts +6 -6
- package/typings/images.d.ts +1 -1
- package/typings/less.d.ts +4 -4
- package/typings/mocha/index.d.ts +2 -2
- package/typings/mockdate.d.ts +1 -1
- package/typings/normalize-wheel.d.ts +1 -1
- package/typings/raf.d.ts +1 -1
- package/typings/react-addons-css-transition-group.d.ts +1 -1
- package/typings/react-testing/index.d.ts +4 -4
- package/typings/react-testing/window.d.ts +5 -5
- package/typings/react.d.ts +8 -8
- package/typings/utility-types.d.ts +17 -17
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
```js
|
|
2
|
-
let initialState = { auto: false };
|
|
3
|
-
|
|
4
|
-
function handleChange(event) {
|
|
5
|
-
setState({ auto: false, value: event.target.value });
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
function handleRestore() {
|
|
9
|
-
setState({ auto: true, value: 'auto' });
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
<FxInput auto={state.auto} value={state.value} onChange={handleChange} onRestore={handleRestore} />;
|
|
13
|
-
```
|
|
1
|
+
```js
|
|
2
|
+
let initialState = { auto: false };
|
|
3
|
+
|
|
4
|
+
function handleChange(event) {
|
|
5
|
+
setState({ auto: false, value: event.target.value });
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
function handleRestore() {
|
|
9
|
+
setState({ auto: true, value: 'auto' });
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
<FxInput auto={state.auto} value={state.value} onChange={handleChange} onRestore={handleRestore} />;
|
|
13
|
+
```
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export { default, FxInputProps } from './FxInput';
|
|
1
|
+
/* @flow */
|
|
2
|
+
export { default, FxInputProps } from './FxInput';
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
import * as CSS from 'csstype';
|
|
3
|
-
|
|
4
|
-
export type GappedProps = {|
|
|
5
|
-
gap?: number,
|
|
6
|
-
verticalAlign?: CSS.VerticalAlignProperty<string | number>,
|
|
7
|
-
vertical?: boolean,
|
|
8
|
-
children: React$Node,
|
|
9
|
-
|};
|
|
10
|
-
|
|
11
|
-
declare class Gapped extends React$Component<GappedProps> {}
|
|
12
|
-
|
|
13
|
-
export default Gapped;
|
|
1
|
+
/* @flow */
|
|
2
|
+
import * as CSS from 'csstype';
|
|
3
|
+
|
|
4
|
+
export type GappedProps = {|
|
|
5
|
+
gap?: number,
|
|
6
|
+
verticalAlign?: CSS.VerticalAlignProperty<string | number>,
|
|
7
|
+
vertical?: boolean,
|
|
8
|
+
children: React$Node,
|
|
9
|
+
|};
|
|
10
|
+
|
|
11
|
+
declare class Gapped extends React$Component<GappedProps> {}
|
|
12
|
+
|
|
13
|
+
export default Gapped;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
```js
|
|
2
|
-
<Gapped gap={20}>
|
|
3
|
-
<span>10</span>
|
|
4
|
-
<span>20</span>
|
|
5
|
-
</Gapped>
|
|
6
|
-
```
|
|
1
|
+
```js
|
|
2
|
+
<Gapped gap={20}>
|
|
3
|
+
<span>10</span>
|
|
4
|
+
<span>20</span>
|
|
5
|
+
</Gapped>
|
|
6
|
+
```
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export { default, GappedProps } from './Gapped';
|
|
1
|
+
/* @flow */
|
|
2
|
+
export { default, GappedProps } from './Gapped';
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export type GroupProps = {|
|
|
3
|
-
width?: string | number,
|
|
4
|
-
|};
|
|
5
|
-
|
|
6
|
-
export type GroupChildProps = {|
|
|
7
|
-
mainInGroup?: boolean,
|
|
8
|
-
width?: string | number,
|
|
9
|
-
corners?: number,
|
|
10
|
-
|};
|
|
11
|
-
|
|
12
|
-
declare class Group extends React$Component<GroupProps> {}
|
|
13
|
-
|
|
14
|
-
export default Group;
|
|
1
|
+
/* @flow */
|
|
2
|
+
export type GroupProps = {|
|
|
3
|
+
width?: string | number,
|
|
4
|
+
|};
|
|
5
|
+
|
|
6
|
+
export type GroupChildProps = {|
|
|
7
|
+
mainInGroup?: boolean,
|
|
8
|
+
width?: string | number,
|
|
9
|
+
corners?: number,
|
|
10
|
+
|};
|
|
11
|
+
|
|
12
|
+
declare class Group extends React$Component<GroupProps> {}
|
|
13
|
+
|
|
14
|
+
export default Group;
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
```jsx
|
|
2
|
-
const { default: UndoIcon } = require('@skbkontur/react-icons/Undo');
|
|
3
|
-
const { default: FunctionIcon } = require('@skbkontur/react-icons/Function');
|
|
4
|
-
const { default: Button } = require('../Button');
|
|
5
|
-
const { default: Input } = require('../Input');
|
|
6
|
-
|
|
7
|
-
let initialState = { auto: false };
|
|
8
|
-
|
|
9
|
-
let auto = null;
|
|
10
|
-
let icon = null;
|
|
11
|
-
if (!state.auto) {
|
|
12
|
-
auto = (
|
|
13
|
-
<Button onClick={e => setState({ auto: true })}>
|
|
14
|
-
<UndoIcon />
|
|
15
|
-
</Button>
|
|
16
|
-
);
|
|
17
|
-
} else {
|
|
18
|
-
icon = <FunctionIcon />;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
<Group width={300}>
|
|
22
|
-
{auto}
|
|
23
|
-
<Input mainInGroup leftIcon={icon} onChange={e => setState({ auto: false })} />
|
|
24
|
-
<Button>Hey</Button>
|
|
25
|
-
<Button>Ma</Button>
|
|
26
|
-
</Group>;
|
|
27
|
-
```
|
|
1
|
+
```jsx
|
|
2
|
+
const { default: UndoIcon } = require('@skbkontur/react-icons/Undo');
|
|
3
|
+
const { default: FunctionIcon } = require('@skbkontur/react-icons/Function');
|
|
4
|
+
const { default: Button } = require('../Button');
|
|
5
|
+
const { default: Input } = require('../Input');
|
|
6
|
+
|
|
7
|
+
let initialState = { auto: false };
|
|
8
|
+
|
|
9
|
+
let auto = null;
|
|
10
|
+
let icon = null;
|
|
11
|
+
if (!state.auto) {
|
|
12
|
+
auto = (
|
|
13
|
+
<Button onClick={e => setState({ auto: true })}>
|
|
14
|
+
<UndoIcon />
|
|
15
|
+
</Button>
|
|
16
|
+
);
|
|
17
|
+
} else {
|
|
18
|
+
icon = <FunctionIcon />;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
<Group width={300}>
|
|
22
|
+
{auto}
|
|
23
|
+
<Input mainInGroup leftIcon={icon} onChange={e => setState({ auto: false })} />
|
|
24
|
+
<Button>Hey</Button>
|
|
25
|
+
<Button>Ma</Button>
|
|
26
|
+
</Group>;
|
|
27
|
+
```
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export { default, GroupProps, GroupChildProps } from './Group';
|
|
1
|
+
/* @flow */
|
|
2
|
+
export { default, GroupProps, GroupChildProps } from './Group';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
|
|
3
|
-
declare class HideBodyVerticalScroll extends React$Component<{||}> {
|
|
4
|
-
static hash: string;
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
export default HideBodyVerticalScroll;
|
|
1
|
+
/* @flow */
|
|
2
|
+
|
|
3
|
+
declare class HideBodyVerticalScroll extends React$Component<{||}> {
|
|
4
|
+
static hash: string;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export default HideBodyVerticalScroll;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export { default } from './HideBodyVerticalScroll';
|
|
1
|
+
/* @flow */
|
|
2
|
+
export { default } from './HideBodyVerticalScroll';
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export type HintProps = {|
|
|
3
|
-
children?: React$Node,
|
|
4
|
-
manual?: boolean,
|
|
5
|
-
maxWidth?: string | number,
|
|
6
|
-
opened?: boolean,
|
|
7
|
-
pos?:
|
|
8
|
-
| 'top'
|
|
9
|
-
| 'right'
|
|
10
|
-
| 'bottom'
|
|
11
|
-
| 'left'
|
|
12
|
-
| 'top left'
|
|
13
|
-
| 'top center'
|
|
14
|
-
| 'top right'
|
|
15
|
-
| 'bottom left'
|
|
16
|
-
| 'bottom center'
|
|
17
|
-
| 'bottom right'
|
|
18
|
-
| 'left top'
|
|
19
|
-
| 'left middle'
|
|
20
|
-
| 'left bottom'
|
|
21
|
-
| 'right top'
|
|
22
|
-
| 'right middle'
|
|
23
|
-
| 'right bottom',
|
|
24
|
-
text: React$Node,
|
|
25
|
-
disableAnimations?: boolean,
|
|
26
|
-
useWrapper?: boolean,
|
|
27
|
-
onMouseEnter?: (event: SyntheticMouseEvent<HTMLElement> | MouseEvent) => void,
|
|
28
|
-
onMouseLeave?: (event: SyntheticMouseEvent<HTMLElement> | MouseEvent) => void,
|
|
29
|
-
|};
|
|
30
|
-
|
|
31
|
-
export type HintState = {|
|
|
32
|
-
opened: boolean,
|
|
33
|
-
|};
|
|
34
|
-
|
|
35
|
-
declare class Hint extends React$Component<HintProps, HintState> {}
|
|
36
|
-
|
|
37
|
-
export default Hint;
|
|
1
|
+
/* @flow */
|
|
2
|
+
export type HintProps = {|
|
|
3
|
+
children?: React$Node,
|
|
4
|
+
manual?: boolean,
|
|
5
|
+
maxWidth?: string | number,
|
|
6
|
+
opened?: boolean,
|
|
7
|
+
pos?:
|
|
8
|
+
| 'top'
|
|
9
|
+
| 'right'
|
|
10
|
+
| 'bottom'
|
|
11
|
+
| 'left'
|
|
12
|
+
| 'top left'
|
|
13
|
+
| 'top center'
|
|
14
|
+
| 'top right'
|
|
15
|
+
| 'bottom left'
|
|
16
|
+
| 'bottom center'
|
|
17
|
+
| 'bottom right'
|
|
18
|
+
| 'left top'
|
|
19
|
+
| 'left middle'
|
|
20
|
+
| 'left bottom'
|
|
21
|
+
| 'right top'
|
|
22
|
+
| 'right middle'
|
|
23
|
+
| 'right bottom',
|
|
24
|
+
text: React$Node,
|
|
25
|
+
disableAnimations?: boolean,
|
|
26
|
+
useWrapper?: boolean,
|
|
27
|
+
onMouseEnter?: (event: SyntheticMouseEvent<HTMLElement> | MouseEvent) => void,
|
|
28
|
+
onMouseLeave?: (event: SyntheticMouseEvent<HTMLElement> | MouseEvent) => void,
|
|
29
|
+
|};
|
|
30
|
+
|
|
31
|
+
export type HintState = {|
|
|
32
|
+
opened: boolean,
|
|
33
|
+
|};
|
|
34
|
+
|
|
35
|
+
declare class Hint extends React$Component<HintProps, HintState> {}
|
|
36
|
+
|
|
37
|
+
export default Hint;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
```jsx
|
|
2
|
-
<Hint text="World">Hello</Hint>
|
|
3
|
-
```
|
|
1
|
+
```jsx
|
|
2
|
+
<Hint text="World">Hello</Hint>
|
|
3
|
+
```
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export { default, HintProps, HintState } from './Hint';
|
|
1
|
+
/* @flow */
|
|
2
|
+
export { default, HintProps, HintState } from './Hint';
|
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
|
|
3
|
-
type MAP = {|
|
|
4
|
-
circle: string,
|
|
5
|
-
baseline: string,
|
|
6
|
-
warning: string,
|
|
7
|
-
ok: string,
|
|
8
|
-
gear: string,
|
|
9
|
-
user: string,
|
|
10
|
-
wait: string,
|
|
11
|
-
clear: string,
|
|
12
|
-
grid: string,
|
|
13
|
-
money: string,
|
|
14
|
-
'help-circle': string,
|
|
15
|
-
kebab: string,
|
|
16
|
-
|};
|
|
17
|
-
|
|
18
|
-
export type IconProps = {|
|
|
19
|
-
name: $Keys<MAP>,
|
|
20
|
-
color: string,
|
|
21
|
-
|};
|
|
22
|
-
|
|
23
|
-
declare class Icon extends React$Component<IconProps> {
|
|
24
|
-
static getAllNames(): string[];
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
export default Icon;
|
|
1
|
+
/* @flow */
|
|
2
|
+
|
|
3
|
+
type MAP = {|
|
|
4
|
+
circle: string,
|
|
5
|
+
baseline: string,
|
|
6
|
+
warning: string,
|
|
7
|
+
ok: string,
|
|
8
|
+
gear: string,
|
|
9
|
+
user: string,
|
|
10
|
+
wait: string,
|
|
11
|
+
clear: string,
|
|
12
|
+
grid: string,
|
|
13
|
+
money: string,
|
|
14
|
+
'help-circle': string,
|
|
15
|
+
kebab: string,
|
|
16
|
+
|};
|
|
17
|
+
|
|
18
|
+
export type IconProps = {|
|
|
19
|
+
name: $Keys<MAP>,
|
|
20
|
+
color: string,
|
|
21
|
+
|};
|
|
22
|
+
|
|
23
|
+
declare class Icon extends React$Component<IconProps> {
|
|
24
|
+
static getAllNames(): string[];
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export default Icon;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export { default, IconProps } from './Icon';
|
|
1
|
+
/* @flow */
|
|
2
|
+
export { default, IconProps } from './Icon';
|
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
Для использования иконок необходимо установить пакет `@skbkontur/react-icons`
|
|
2
|
-
|
|
3
|
-
<details><summary>Props</summary>
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
type IconProps = {
|
|
7
|
-
color?: string;
|
|
8
|
-
name: IconName;
|
|
9
|
-
size?: number | string;
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
type IconName =
|
|
13
|
-
| 'Menu'
|
|
14
|
-
| 'Add'
|
|
15
|
-
| 'ArchivePack'
|
|
16
|
-
| 'ArchiveUnpack'
|
|
17
|
-
| 'Attach'
|
|
18
|
-
| 'Baby'
|
|
19
|
-
| 'Backward'
|
|
20
|
-
| 'BarcodeScanner'
|
|
21
|
-
| 'Briefcase'
|
|
22
|
-
| 'Calculator'
|
|
23
|
-
| 'Calendar'
|
|
24
|
-
| 'Card'
|
|
25
|
-
| 'Certificate'
|
|
26
|
-
| 'Clear'
|
|
27
|
-
| ... 218 more ...
|
|
28
|
-
| 'Infiniti';
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
</details>
|
|
32
|
-
|
|
33
|
-
Все иконки
|
|
34
|
-
|
|
35
|
-
```jsx
|
|
36
|
-
const { default: Gapped } = require('retail-ui/components/Gapped');
|
|
37
|
-
const { default: Tooltip } = require('retail-ui/components/Tooltip');
|
|
38
|
-
const { default: Icon } = require('@skbkontur/react-icons');
|
|
39
|
-
|
|
40
|
-
<Gapped vertical>
|
|
41
|
-
<div>Имя показывается при наведении:</div>
|
|
42
|
-
<Gapped>
|
|
43
|
-
{Object.keys(Icon).map(name => (
|
|
44
|
-
<Tooltip key={name} render={() => name}>
|
|
45
|
-
<Icon name={name} />
|
|
46
|
-
</Tooltip>
|
|
47
|
-
))}
|
|
48
|
-
</Gapped>
|
|
49
|
-
</Gapped>;
|
|
50
|
-
```
|
|
51
|
-
|
|
52
|
-
Варианты использования иконок.
|
|
53
|
-
Для уменьшения размера бандла рекомендуется использовать компонент с конкретной иконкой
|
|
54
|
-
|
|
55
|
-
```jsx
|
|
56
|
-
const { default: OkIcon } = require('@skbkontur/react-icons/Ok');
|
|
57
|
-
const { default: Icon } = require('@skbkontur/react-icons');
|
|
58
|
-
|
|
59
|
-
<Gapped gap={20}>
|
|
60
|
-
<OkIcon size={16} color="red" />
|
|
61
|
-
<Icon.Ok size={24} color="green" />
|
|
62
|
-
<Icon name="Ok" size={32} color="blue" />
|
|
63
|
-
</Gapped>;
|
|
64
|
-
```
|
|
1
|
+
Для использования иконок необходимо установить пакет `@skbkontur/react-icons`
|
|
2
|
+
|
|
3
|
+
<details><summary>Props</summary>
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
type IconProps = {
|
|
7
|
+
color?: string;
|
|
8
|
+
name: IconName;
|
|
9
|
+
size?: number | string;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
type IconName =
|
|
13
|
+
| 'Menu'
|
|
14
|
+
| 'Add'
|
|
15
|
+
| 'ArchivePack'
|
|
16
|
+
| 'ArchiveUnpack'
|
|
17
|
+
| 'Attach'
|
|
18
|
+
| 'Baby'
|
|
19
|
+
| 'Backward'
|
|
20
|
+
| 'BarcodeScanner'
|
|
21
|
+
| 'Briefcase'
|
|
22
|
+
| 'Calculator'
|
|
23
|
+
| 'Calendar'
|
|
24
|
+
| 'Card'
|
|
25
|
+
| 'Certificate'
|
|
26
|
+
| 'Clear'
|
|
27
|
+
| ... 218 more ...
|
|
28
|
+
| 'Infiniti';
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
</details>
|
|
32
|
+
|
|
33
|
+
Все иконки
|
|
34
|
+
|
|
35
|
+
```jsx
|
|
36
|
+
const { default: Gapped } = require('retail-ui/components/Gapped');
|
|
37
|
+
const { default: Tooltip } = require('retail-ui/components/Tooltip');
|
|
38
|
+
const { default: Icon } = require('@skbkontur/react-icons');
|
|
39
|
+
|
|
40
|
+
<Gapped vertical>
|
|
41
|
+
<div>Имя показывается при наведении:</div>
|
|
42
|
+
<Gapped>
|
|
43
|
+
{Object.keys(Icon).map(name => (
|
|
44
|
+
<Tooltip key={name} render={() => name}>
|
|
45
|
+
<Icon name={name} />
|
|
46
|
+
</Tooltip>
|
|
47
|
+
))}
|
|
48
|
+
</Gapped>
|
|
49
|
+
</Gapped>;
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
Варианты использования иконок.
|
|
53
|
+
Для уменьшения размера бандла рекомендуется использовать компонент с конкретной иконкой
|
|
54
|
+
|
|
55
|
+
```jsx
|
|
56
|
+
const { default: OkIcon } = require('@skbkontur/react-icons/Ok');
|
|
57
|
+
const { default: Icon } = require('@skbkontur/react-icons');
|
|
58
|
+
|
|
59
|
+
<Gapped gap={20}>
|
|
60
|
+
<OkIcon size={16} color="red" />
|
|
61
|
+
<Icon.Ok size={24} color="green" />
|
|
62
|
+
<Icon name="Ok" size={32} color="blue" />
|
|
63
|
+
</Gapped>;
|
|
64
|
+
```
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export type IgnoreLayerClickProps = {|
|
|
3
|
-
children: React$Node,
|
|
4
|
-
active: boolean,
|
|
5
|
-
|};
|
|
6
|
-
|
|
7
|
-
declare class IgnoreLayerClick extends React$Component<IgnoreLayerClickProps> {
|
|
8
|
-
// eslint-disable-next-line flowtype/no-weak-types
|
|
9
|
-
render(): React$Element<any>;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export default IgnoreLayerClick;
|
|
1
|
+
/* @flow */
|
|
2
|
+
export type IgnoreLayerClickProps = {|
|
|
3
|
+
children: React$Node,
|
|
4
|
+
active: boolean,
|
|
5
|
+
|};
|
|
6
|
+
|
|
7
|
+
declare class IgnoreLayerClick extends React$Component<IgnoreLayerClickProps> {
|
|
8
|
+
// eslint-disable-next-line flowtype/no-weak-types
|
|
9
|
+
render(): React$Element<any>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export default IgnoreLayerClick;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
export { default, IgnoreLayerClickProps } from './IgnoreLayerClick';
|
|
1
|
+
/* @flow */
|
|
2
|
+
export { default, IgnoreLayerClickProps } from './IgnoreLayerClick';
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
import Input from './Input.js';
|
|
3
|
-
|
|
4
|
-
export type InputAdapter = {|
|
|
5
|
-
getValue(inst: Input): string | void,
|
|
6
|
-
setValue(inst: Input, value: string): void,
|
|
7
|
-
|};
|
|
8
|
-
|
|
9
|
-
export default Input;
|
|
1
|
+
/* @flow */
|
|
2
|
+
import Input from './Input.js';
|
|
3
|
+
|
|
4
|
+
export type InputAdapter = {|
|
|
5
|
+
getValue(inst: Input): string | void,
|
|
6
|
+
setValue(inst: Input, value: string): void,
|
|
7
|
+
|};
|
|
8
|
+
|
|
9
|
+
export default Input;
|
|
@@ -1,55 +1,55 @@
|
|
|
1
|
-
/* @flow */
|
|
2
|
-
import type { MouseEventHandler } from '../eventHandlers';
|
|
3
|
-
|
|
4
|
-
export type InputSize = 'small' | 'medium' | 'large';
|
|
5
|
-
export type InputAlign = 'left' | 'center' | 'right';
|
|
6
|
-
export type InputType = 'password' | 'text';
|
|
7
|
-
export type IconType = React$Node | (() => React$Node);
|
|
8
|
-
|
|
9
|
-
export type InputProps = {
|
|
10
|
-
leftIcon?: IconType,
|
|
11
|
-
rightIcon?: IconType,
|
|
12
|
-
error?: boolean,
|
|
13
|
-
warning?: boolean,
|
|
14
|
-
borderless?: boolean,
|
|
15
|
-
align?: InputAlign,
|
|
16
|
-
mask?: ?string,
|
|
17
|
-
maskChar?: ?string,
|
|
18
|
-
formatChars?: {
|
|
19
|
-
[key: string]: string,
|
|
20
|
-
},
|
|
21
|
-
alwaysShowMask?: boolean,
|
|
22
|
-
size?: InputSize,
|
|
23
|
-
onChange?: (event: SyntheticKeyboardEvent<HTMLInputElement>, value: string) => void,
|
|
24
|
-
onMouseEnter?: MouseEventHandler<HTMLLabelElement>,
|
|
25
|
-
onMouseLeave?: MouseEventHandler<HTMLLabelElement>,
|
|
26
|
-
onMouseOver?: MouseEventHandler<HTMLLabelElement>,
|
|
27
|
-
type?: InputType,
|
|
28
|
-
value?: string,
|
|
29
|
-
capture?: boolean,
|
|
30
|
-
prefix?: React$Node,
|
|
31
|
-
suffix?: React$Node,
|
|
32
|
-
mainInGroup?: boolean,
|
|
33
|
-
selectAllOnFocus?: boolean,
|
|
34
|
-
onUnexpectedInput?: () => void,
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
export type InputVisibilityState = {|
|
|
38
|
-
blinking: boolean,
|
|
39
|
-
focused: boolean,
|
|
40
|
-
|};
|
|
41
|
-
|
|
42
|
-
export type InputState = {|
|
|
43
|
-
...$Exact<InputVisibilityState>,
|
|
44
|
-
polyfillPlaceholder: boolean,
|
|
45
|
-
|};
|
|
46
|
-
|
|
47
|
-
declare class Input extends React$Component<InputProps, InputState> {
|
|
48
|
-
focus(): void;
|
|
49
|
-
blur(): void;
|
|
50
|
-
blink(): void;
|
|
51
|
-
setSelectionRange(start: number, end: number): void;
|
|
52
|
-
selectAll: () => void;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
export default Input;
|
|
1
|
+
/* @flow */
|
|
2
|
+
import type { MouseEventHandler } from '../eventHandlers';
|
|
3
|
+
|
|
4
|
+
export type InputSize = 'small' | 'medium' | 'large';
|
|
5
|
+
export type InputAlign = 'left' | 'center' | 'right';
|
|
6
|
+
export type InputType = 'password' | 'text';
|
|
7
|
+
export type IconType = React$Node | (() => React$Node);
|
|
8
|
+
|
|
9
|
+
export type InputProps = {
|
|
10
|
+
leftIcon?: IconType,
|
|
11
|
+
rightIcon?: IconType,
|
|
12
|
+
error?: boolean,
|
|
13
|
+
warning?: boolean,
|
|
14
|
+
borderless?: boolean,
|
|
15
|
+
align?: InputAlign,
|
|
16
|
+
mask?: ?string,
|
|
17
|
+
maskChar?: ?string,
|
|
18
|
+
formatChars?: {
|
|
19
|
+
[key: string]: string,
|
|
20
|
+
},
|
|
21
|
+
alwaysShowMask?: boolean,
|
|
22
|
+
size?: InputSize,
|
|
23
|
+
onChange?: (event: SyntheticKeyboardEvent<HTMLInputElement>, value: string) => void,
|
|
24
|
+
onMouseEnter?: MouseEventHandler<HTMLLabelElement>,
|
|
25
|
+
onMouseLeave?: MouseEventHandler<HTMLLabelElement>,
|
|
26
|
+
onMouseOver?: MouseEventHandler<HTMLLabelElement>,
|
|
27
|
+
type?: InputType,
|
|
28
|
+
value?: string,
|
|
29
|
+
capture?: boolean,
|
|
30
|
+
prefix?: React$Node,
|
|
31
|
+
suffix?: React$Node,
|
|
32
|
+
mainInGroup?: boolean,
|
|
33
|
+
selectAllOnFocus?: boolean,
|
|
34
|
+
onUnexpectedInput?: () => void,
|
|
35
|
+
};
|
|
36
|
+
|
|
37
|
+
export type InputVisibilityState = {|
|
|
38
|
+
blinking: boolean,
|
|
39
|
+
focused: boolean,
|
|
40
|
+
|};
|
|
41
|
+
|
|
42
|
+
export type InputState = {|
|
|
43
|
+
...$Exact<InputVisibilityState>,
|
|
44
|
+
polyfillPlaceholder: boolean,
|
|
45
|
+
|};
|
|
46
|
+
|
|
47
|
+
declare class Input extends React$Component<InputProps, InputState> {
|
|
48
|
+
focus(): void;
|
|
49
|
+
blur(): void;
|
|
50
|
+
blink(): void;
|
|
51
|
+
setSelectionRange(start: number, end: number): void;
|
|
52
|
+
selectAll: () => void;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export default Input;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
```jsx
|
|
2
|
-
const SearchIcon = require('@skbkontur/react-icons/Search').default;
|
|
3
|
-
|
|
4
|
-
<Input leftIcon={<SearchIcon />} />;
|
|
5
|
-
```
|
|
6
|
-
|
|
7
|
-
Пример с префиксом:
|
|
8
|
-
|
|
9
|
-
```jsx
|
|
10
|
-
const SearchIcon = require('@skbkontur/react-icons/Search').default;
|
|
11
|
-
|
|
12
|
-
<Input width={400} prefix="https://kontur.ru/search?query=" rightIcon={<SearchIcon />} />;
|
|
13
|
-
```
|
|
1
|
+
```jsx
|
|
2
|
+
const SearchIcon = require('@skbkontur/react-icons/Search').default;
|
|
3
|
+
|
|
4
|
+
<Input leftIcon={<SearchIcon />} />;
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
Пример с префиксом:
|
|
8
|
+
|
|
9
|
+
```jsx
|
|
10
|
+
const SearchIcon = require('@skbkontur/react-icons/Search').default;
|
|
11
|
+
|
|
12
|
+
<Input width={400} prefix="https://kontur.ru/search?query=" rightIcon={<SearchIcon />} />;
|
|
13
|
+
```
|