@progress/kendo-react-inputs 5.7.0-sig.202208281415 → 5.7.0
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/LICENSE.md +11 -0
- package/NOTICE.txt +111 -0
- package/README.md +4 -4
- package/about.md +1 -1
- package/dist/cdn/js/kendo-react-inputs.js +1 -1
- package/dist/es/checkbox/Checkbox.js +1 -0
- package/dist/es/colors/ColorInput.js +1 -1
- package/dist/es/colors/ColorPalette.d.ts +1 -1
- package/dist/es/colors/ColorPicker.js +1 -1
- package/dist/es/colors/FlatColorPicker.js +1 -1
- package/dist/es/input/InputClearValue.d.ts +15 -0
- package/dist/es/input/InputClearValue.js +24 -0
- package/dist/es/input/InputPrefix.d.ts +15 -0
- package/dist/es/input/InputPrefix.js +24 -0
- package/dist/es/input/InputSeparator.d.ts +15 -0
- package/dist/es/input/InputSeparator.js +24 -0
- package/dist/es/input/InputSuffix.d.ts +15 -0
- package/dist/es/input/InputSuffix.js +24 -0
- package/dist/es/input/InputValidationIcon.d.ts +14 -0
- package/dist/es/input/InputValidationIcon.js +20 -0
- package/dist/es/main.d.ts +6 -0
- package/dist/es/main.js +6 -0
- package/dist/es/maskedtextbox/MaskedTextBox.d.ts +1 -1
- package/dist/es/numerictextbox/NumericTextBox.js +2 -2
- package/dist/es/package-metadata.js +1 -1
- package/dist/es/rating/Rating.js +1 -1
- package/dist/es/signature/Signature.js +5 -5
- package/dist/es/signature/interfaces/SignatureProps.d.ts +4 -0
- package/dist/es/slider/Slider.js +2 -6
- package/dist/es/slider/SliderLabel.js +1 -2
- package/dist/es/switch/Switch.js +5 -5
- package/dist/es/textbox/Textbox.d.ts +69 -0
- package/dist/es/textbox/Textbox.js +111 -0
- package/dist/npm/checkbox/Checkbox.js +1 -0
- package/dist/npm/colors/ColorInput.js +1 -1
- package/dist/npm/colors/ColorPalette.d.ts +1 -1
- package/dist/npm/colors/ColorPicker.js +1 -1
- package/dist/npm/colors/FlatColorPicker.js +1 -1
- package/dist/npm/input/InputClearValue.d.ts +15 -0
- package/dist/npm/input/InputClearValue.js +27 -0
- package/dist/npm/input/InputPrefix.d.ts +15 -0
- package/dist/npm/input/InputPrefix.js +27 -0
- package/dist/npm/input/InputSeparator.d.ts +15 -0
- package/dist/npm/input/InputSeparator.js +27 -0
- package/dist/npm/input/InputSuffix.d.ts +15 -0
- package/dist/npm/input/InputSuffix.js +27 -0
- package/dist/npm/input/InputValidationIcon.d.ts +14 -0
- package/dist/npm/input/InputValidationIcon.js +23 -0
- package/dist/npm/main.d.ts +6 -0
- package/dist/npm/main.js +13 -1
- package/dist/npm/maskedtextbox/MaskedTextBox.d.ts +1 -1
- package/dist/npm/numerictextbox/NumericTextBox.js +2 -2
- package/dist/npm/package-metadata.js +1 -1
- package/dist/npm/rating/Rating.js +1 -1
- package/dist/npm/signature/Signature.js +5 -5
- package/dist/npm/signature/interfaces/SignatureProps.d.ts +4 -0
- package/dist/npm/slider/Slider.js +2 -6
- package/dist/npm/slider/SliderLabel.js +1 -2
- package/dist/npm/switch/Switch.js +5 -5
- package/dist/npm/textbox/Textbox.d.ts +69 -0
- package/dist/npm/textbox/Textbox.js +114 -0
- package/dist/systemjs/kendo-react-inputs.js +1 -1
- package/package.json +19 -17
- package/api.json +0 -71211
- package/dist/npm/signature/interfaces/SignatureState.d.ts +0 -15
- package/dist/npm/signature/interfaces/SignatureState.js +0 -2
- package/docs/_meta.yml +0 -3
- package/docs/api/Checkbox.md +0 -23
- package/docs/api/CheckboxBlurEvent.md +0 -132
- package/docs/api/CheckboxChangeEvent.md +0 -167
- package/docs/api/CheckboxFocusEvent.md +0 -132
- package/docs/api/CheckboxHandle.md +0 -167
- package/docs/api/CheckboxProps.md +0 -1068
- package/docs/api/CheckboxPropsContext.md +0 -17
- package/docs/api/ColorGradient.md +0 -27
- package/docs/api/ColorGradientChangeEvent.md +0 -167
- package/docs/api/ColorGradientHandle.md +0 -99
- package/docs/api/ColorGradientProps.md +0 -538
- package/docs/api/ColorGradientPropsContext.md +0 -17
- package/docs/api/ColorPalette.md +0 -26
- package/docs/api/ColorPaletteChangeEvent.md +0 -202
- package/docs/api/ColorPaletteHandle.md +0 -64
- package/docs/api/ColorPaletteProps.md +0 -542
- package/docs/api/ColorPalettePropsContext.md +0 -17
- package/docs/api/ColorPicker.md +0 -23
- package/docs/api/ColorPickerActiveColorClick.md +0 -132
- package/docs/api/ColorPickerBlurEvent.md +0 -97
- package/docs/api/ColorPickerChangeEvent.md +0 -132
- package/docs/api/ColorPickerFocusEvent.md +0 -97
- package/docs/api/ColorPickerGradientSettings.md +0 -102
- package/docs/api/ColorPickerPaletteSettings.md +0 -148
- package/docs/api/ColorPickerPopupSettings.md +0 -97
- package/docs/api/ColorPickerProps.md +0 -1078
- package/docs/api/ColorPickerPropsContext.md +0 -17
- package/docs/api/ColorPickerView.md +0 -19
- package/docs/api/Direction.md +0 -12
- package/docs/api/FlatColorPicker.md +0 -13
- package/docs/api/FlatColorPickerHandle.md +0 -127
- package/docs/api/FlatColorPickerProps.md +0 -412
- package/docs/api/FormComponentValidity.md +0 -428
- package/docs/api/Input.md +0 -17
- package/docs/api/InputChangeEvent.md +0 -167
- package/docs/api/InputHandle.md +0 -204
- package/docs/api/InputProps.md +0 -428
- package/docs/api/InputPropsContext.md +0 -17
- package/docs/api/MaskedTextBox.md +0 -17
- package/docs/api/MaskedTextBoxChangeEvent.md +0 -237
- package/docs/api/MaskedTextBoxEvent.md +0 -132
- package/docs/api/MaskedTextBoxHandle.md +0 -265
- package/docs/api/MaskedTextBoxProps.md +0 -1395
- package/docs/api/MaskedTextBoxPropsContext.md +0 -17
- package/docs/api/NumericTextBox.md +0 -13
- package/docs/api/NumericTextBoxBlurEvent.md +0 -132
- package/docs/api/NumericTextBoxChangeEvent.md +0 -167
- package/docs/api/NumericTextBoxFocusEvent.md +0 -132
- package/docs/api/NumericTextBoxHandle.md +0 -197
- package/docs/api/NumericTextBoxProps.md +0 -1471
- package/docs/api/NumericTextBoxPropsContext.md +0 -17
- package/docs/api/RadioButton.md +0 -17
- package/docs/api/RadioButtonBlurEvent.md +0 -132
- package/docs/api/RadioButtonChangeEvent.md +0 -167
- package/docs/api/RadioButtonFocusEvent.md +0 -132
- package/docs/api/RadioButtonHandle.md +0 -97
- package/docs/api/RadioButtonProps.md +0 -791
- package/docs/api/RadioButtonPropsContext.md +0 -17
- package/docs/api/RadioGroup.md +0 -17
- package/docs/api/RadioGroupChangeEvent.md +0 -167
- package/docs/api/RadioGroupFocusEvent.md +0 -132
- package/docs/api/RadioGroupHandle.md +0 -97
- package/docs/api/RadioGroupProps.md +0 -707
- package/docs/api/RadioGroupPropsContext.md +0 -17
- package/docs/api/Range.md +0 -13
- package/docs/api/RangeSlider.md +0 -17
- package/docs/api/RangeSliderChangeEvent.md +0 -132
- package/docs/api/RangeSliderHandle.md +0 -127
- package/docs/api/RangeSliderProps.md +0 -853
- package/docs/api/RangeSliderPropsContext.md +0 -17
- package/docs/api/Rating.md +0 -17
- package/docs/api/RatingChangeEvent.md +0 -132
- package/docs/api/RatingFocusEvent.md +0 -97
- package/docs/api/RatingHandle.md +0 -97
- package/docs/api/RatingItem.md +0 -13
- package/docs/api/RatingItemFocusEvent.md +0 -97
- package/docs/api/RatingItemHandle.md +0 -132
- package/docs/api/RatingItemKeyboardEvent.md +0 -97
- package/docs/api/RatingItemMouseEvent.md +0 -97
- package/docs/api/RatingItemProps.md +0 -941
- package/docs/api/RatingKeyboardEvent.md +0 -97
- package/docs/api/RatingMouseEvent.md +0 -97
- package/docs/api/RatingProps.md +0 -1308
- package/docs/api/RatingPropsContext.md +0 -17
- package/docs/api/Signature.md +0 -13
- package/docs/api/SignatureBlurEvent.md +0 -132
- package/docs/api/SignatureChangeEvent.md +0 -167
- package/docs/api/SignatureCloseEvent.md +0 -132
- package/docs/api/SignatureFocusEvent.md +0 -132
- package/docs/api/SignatureHandle.md +0 -162
- package/docs/api/SignatureOpenEvent.md +0 -132
- package/docs/api/SignatureProps.md +0 -1592
- package/docs/api/SignaturePropsContext.md +0 -17
- package/docs/api/Slider.md +0 -17
- package/docs/api/SliderChangeEvent.md +0 -167
- package/docs/api/SliderHandle.md +0 -99
- package/docs/api/SliderLabel.md +0 -62
- package/docs/api/SliderLabelProps.md +0 -171
- package/docs/api/SliderProps.md +0 -902
- package/docs/api/SliderPropsContext.md +0 -17
- package/docs/api/Switch.md +0 -17
- package/docs/api/SwitchChangeEvent.md +0 -167
- package/docs/api/SwitchHandle.md +0 -239
- package/docs/api/SwitchProps.md +0 -1081
- package/docs/api/SwitchPropsContext.md +0 -17
- package/docs/api/TextArea.md +0 -27
- package/docs/api/TextAreaBlurEvent.md +0 -132
- package/docs/api/TextAreaChangeEvent.md +0 -167
- package/docs/api/TextAreaFocusEvent.md +0 -132
- package/docs/api/TextAreaProps.md +0 -1082
- package/docs/api/TextAreaPropsContext.md +0 -17
- package/docs/api/TileSize.md +0 -18
- package/docs/api/ToggleBaseProps.md +0 -132
- package/docs/api/_meta.yml +0 -3
- package/docs/api/index.md +0 -425
- package/docs/auto-imports.js +0 -40
- package/docs/checkbox/_meta.yml +0 -3
- package/docs/checkbox/accessibility.md +0 -26
- package/docs/checkbox/appearance.md +0 -28
- package/docs/checkbox/controlled.md +0 -57
- package/docs/checkbox/default-state.md +0 -24
- package/docs/checkbox/disabled.md +0 -23
- package/docs/checkbox/forms-support.md +0 -90
- package/docs/checkbox/index.md +0 -46
- package/docs/checkbox/keyboard-navigation.md +0 -36
- package/docs/checkbox/labels.md +0 -36
- package/docs/colorgradient/_meta.yml +0 -3
- package/docs/colorgradient/color-contrast.md +0 -34
- package/docs/colorgradient/controlled.md +0 -32
- package/docs/colorgradient/disabled.md +0 -23
- package/docs/colorgradient/index.md +0 -42
- package/docs/colorgradient/noopacity.md +0 -28
- package/docs/colorpalette/_meta.yml +0 -3
- package/docs/colorpalette/assets/demo-img.png +0 -0
- package/docs/colorpalette/controlled.md +0 -32
- package/docs/colorpalette/custom.md +0 -23
- package/docs/colorpalette/disabled.md +0 -23
- package/docs/colorpalette/events.md +0 -27
- package/docs/colorpalette/index.md +0 -47
- package/docs/colorpalette/keyboard-navigation.md +0 -36
- package/docs/colorpalette/presets.md +0 -23
- package/docs/colorpicker/_meta.yml +0 -3
- package/docs/colorpicker/appearance.md +0 -30
- package/docs/colorpicker/color-contrast.md +0 -33
- package/docs/colorpicker/combined-views.md +0 -46
- package/docs/colorpicker/controlled.md +0 -57
- package/docs/colorpicker/custom.md +0 -67
- package/docs/colorpicker/default-value.md +0 -20
- package/docs/colorpicker/disabled.md +0 -20
- package/docs/colorpicker/index.md +0 -41
- package/docs/colorpicker/keyboard-navigation.md +0 -39
- package/docs/custom-attributes.md +0 -27
- package/docs/examples/attribute/class/main.tsx +0 -44
- package/docs/examples/attribute/func/main.tsx +0 -58
- package/docs/examples/checkbox/appearance/func/main.tsx +0 -33
- package/docs/examples/checkbox/controlled/checked/class/main.tsx +0 -32
- package/docs/examples/checkbox/controlled/checked/func/main.tsx +0 -29
- package/docs/examples/checkbox/controlled/value/class/main.tsx +0 -32
- package/docs/examples/checkbox/controlled/value/func/main.tsx +0 -28
- package/docs/examples/checkbox/default/func/main.tsx +0 -15
- package/docs/examples/checkbox/disabled/func/main.tsx +0 -19
- package/docs/examples/checkbox/forms/basic/class/main.tsx +0 -79
- package/docs/examples/checkbox/forms/basic/func/main.tsx +0 -71
- package/docs/examples/checkbox/forms/custom-message/class/main.tsx +0 -117
- package/docs/examples/checkbox/forms/custom-message/func/main.tsx +0 -124
- package/docs/examples/checkbox/forms/disable-styles/class/main.tsx +0 -126
- package/docs/examples/checkbox/forms/disable-styles/func/main.tsx +0 -125
- package/docs/examples/checkbox/forms/kendo-react-form/func/main.tsx +0 -137
- package/docs/examples/checkbox/keyboard/class/main.tsx +0 -32
- package/docs/examples/checkbox/keyboard/func/main.tsx +0 -27
- package/docs/examples/checkbox/labels/custom/func/main.tsx +0 -20
- package/docs/examples/checkbox/labels/setup/func/main.tsx +0 -20
- package/docs/examples/checkbox/main/func/main.tsx +0 -22
- package/docs/examples/colorgradient/colorcontrast/class/main.tsx +0 -48
- package/docs/examples/colorgradient/colorcontrast/func/main.tsx +0 -43
- package/docs/examples/colorgradient/controlled/class/main.tsx +0 -29
- package/docs/examples/colorgradient/controlled/func/main.tsx +0 -21
- package/docs/examples/colorgradient/disabled/func/main.tsx +0 -17
- package/docs/examples/colorgradient/opacity/class/main.tsx +0 -32
- package/docs/examples/colorgradient/opacity/func/main.tsx +0 -24
- package/docs/examples/colorgradient/overview/class/main.tsx +0 -42
- package/docs/examples/colorgradient/overview/func/main.tsx +0 -34
- package/docs/examples/colorpalette/controlled/class/main.tsx +0 -25
- package/docs/examples/colorpalette/controlled/func/main.tsx +0 -17
- package/docs/examples/colorpalette/custom/func/main.tsx +0 -13
- package/docs/examples/colorpalette/disabled/func/main.tsx +0 -13
- package/docs/examples/colorpalette/keyboard/class/main.tsx +0 -30
- package/docs/examples/colorpalette/keyboard/func/main.tsx +0 -30
- package/docs/examples/colorpalette/overview/basic/class/main.tsx +0 -55
- package/docs/examples/colorpalette/overview/basic/class/styles.css +0 -50
- package/docs/examples/colorpalette/overview/basic/func/main.tsx +0 -47
- package/docs/examples/colorpalette/overview/basic/func/styles.css +0 -50
- package/docs/examples/colorpalette/overview/events/class/main.tsx +0 -48
- package/docs/examples/colorpalette/overview/events/func/main.tsx +0 -40
- package/docs/examples/colorpalette/presets/func/main.tsx +0 -70
- package/docs/examples/colorpicker/appearance/func/main.tsx +0 -37
- package/docs/examples/colorpicker/colorcontrast/class/main.tsx +0 -50
- package/docs/examples/colorpicker/colorcontrast/func/main.tsx +0 -44
- package/docs/examples/colorpicker/controlled/popup/class/main.tsx +0 -39
- package/docs/examples/colorpicker/controlled/popup/func/main.tsx +0 -31
- package/docs/examples/colorpicker/controlled/value/class/main.tsx +0 -25
- package/docs/examples/colorpicker/controlled/value/func/main.tsx +0 -17
- package/docs/examples/colorpicker/custom/custom-icons/func/main.tsx +0 -18
- package/docs/examples/colorpicker/custom/gradient/func/main.tsx +0 -24
- package/docs/examples/colorpicker/custom/kendo-icons/func/main.tsx +0 -18
- package/docs/examples/colorpicker/custom/palette/func/main.tsx +0 -28
- package/docs/examples/colorpicker/default/func/main.tsx +0 -24
- package/docs/examples/colorpicker/disabled/func/main.tsx +0 -17
- package/docs/examples/colorpicker/keyboard/class/main.tsx +0 -30
- package/docs/examples/colorpicker/keyboard/func/main.tsx +0 -29
- package/docs/examples/colorpicker/overview/func/main.tsx +0 -24
- package/docs/examples/colorpicker/view/combined/class/main.tsx +0 -37
- package/docs/examples/colorpicker/view/combined/func/main.tsx +0 -27
- package/docs/examples/colorpicker/view/popup/class/main.tsx +0 -66
- package/docs/examples/colorpicker/view/popup/func/main.tsx +0 -55
- package/docs/examples/flatcolorpicker/basic/func/main.tsx +0 -13
- package/docs/examples/flatcolorpicker/customization/footer/func/main.tsx +0 -13
- package/docs/examples/flatcolorpicker/customization/header/func/main.tsx +0 -13
- package/docs/examples/flatcolorpicker/disabled/func/main.tsx +0 -13
- package/docs/examples/get-started/func/main.tsx +0 -14
- package/docs/examples/globalization/func/main.tsx +0 -47
- package/docs/examples/input/counter/main.tsx +0 -30
- package/docs/examples/input/forms/basic/class/main.tsx +0 -87
- package/docs/examples/input/forms/basic/func/main.tsx +0 -79
- package/docs/examples/input/forms/custom-message/class/main.tsx +0 -94
- package/docs/examples/input/forms/custom-message/func/main.tsx +0 -86
- package/docs/examples/input/forms/disable-styles/class/main.tsx +0 -115
- package/docs/examples/input/forms/disable-styles/func/main.tsx +0 -106
- package/docs/examples/input/forms/override/class/main.tsx +0 -111
- package/docs/examples/input/forms/override/func/main.tsx +0 -102
- package/docs/examples/input/main/main.jsx +0 -17
- package/docs/examples/input/overview/func/main.tsx +0 -88
- package/docs/examples/label/class/main.tsx +0 -69
- package/docs/examples/label/func/main.tsx +0 -65
- package/docs/examples/maskedtextbox/appearance/func/main.tsx +0 -41
- package/docs/examples/maskedtextbox/disabled/func/main.tsx +0 -24
- package/docs/examples/maskedtextbox/forms/basic/class/main.tsx +0 -78
- package/docs/examples/maskedtextbox/forms/basic/func/main.tsx +0 -70
- package/docs/examples/maskedtextbox/forms/custom-message/class/main.tsx +0 -81
- package/docs/examples/maskedtextbox/forms/custom-message/func/main.tsx +0 -73
- package/docs/examples/maskedtextbox/forms/disable-styles/class/main.tsx +0 -75
- package/docs/examples/maskedtextbox/forms/disable-styles/func/main.tsx +0 -67
- package/docs/examples/maskedtextbox/forms/override/class/main.tsx +0 -85
- package/docs/examples/maskedtextbox/forms/override/func/main.tsx +0 -75
- package/docs/examples/maskedtextbox/mask/basic/func/main.tsx +0 -19
- package/docs/examples/maskedtextbox/mask/extend/func/main.tsx +0 -35
- package/docs/examples/maskedtextbox/overview/basic/func/main.tsx +0 -18
- package/docs/examples/maskedtextbox/readonly/func/main.tsx +0 -20
- package/docs/examples/maskedtextbox/valid/class/main.tsx +0 -59
- package/docs/examples/maskedtextbox/valid/func/main.tsx +0 -51
- package/docs/examples/maskedtextbox/value/class/main.tsx +0 -37
- package/docs/examples/maskedtextbox/value/func/main.tsx +0 -29
- package/docs/examples/numerictextbox/appearance/func/main.tsx +0 -39
- package/docs/examples/numerictextbox/formats/func/main.tsx +0 -53
- package/docs/examples/numerictextbox/forms/basic/class/main.tsx +0 -75
- package/docs/examples/numerictextbox/forms/basic/func/main.tsx +0 -67
- package/docs/examples/numerictextbox/forms/custom-message/class/main.tsx +0 -82
- package/docs/examples/numerictextbox/forms/custom-message/func/main.tsx +0 -74
- package/docs/examples/numerictextbox/forms/disable-styles/class/main.tsx +0 -98
- package/docs/examples/numerictextbox/forms/disable-styles/func/main.tsx +0 -85
- package/docs/examples/numerictextbox/forms/override/class/main.tsx +0 -96
- package/docs/examples/numerictextbox/forms/override/func/main.tsx +0 -87
- package/docs/examples/numerictextbox/forms/ref/class/main.tsx +0 -44
- package/docs/examples/numerictextbox/forms/ref/func/main.tsx +0 -34
- package/docs/examples/numerictextbox/keyboard/func/main.tsx +0 -20
- package/docs/examples/numerictextbox/overview/class/main.tsx +0 -55
- package/docs/examples/numerictextbox/overview/func/main.tsx +0 -43
- package/docs/examples/numerictextbox/spin/func/main.tsx +0 -22
- package/docs/examples/numerictextbox/step/func/main.tsx +0 -21
- package/docs/examples/overview/func/main.tsx +0 -102
- package/docs/examples/props-context/overview/class/grid-with-filtering.tsx +0 -32
- package/docs/examples/props-context/overview/class/main.tsx +0 -26
- package/docs/examples/props-context/overview/class/sample-products.ts +0 -182
- package/docs/examples/props-context/overview/func/grid-with-filtering.tsx +0 -32
- package/docs/examples/props-context/overview/func/main.tsx +0 -24
- package/docs/examples/props-context/overview/func/sample-products.ts +0 -182
- package/docs/examples/radiobutton/appearance/func/main.tsx +0 -28
- package/docs/examples/radiobutton/custom-labels/func/main.tsx +0 -28
- package/docs/examples/radiobutton/disabled/func/main.tsx +0 -20
- package/docs/examples/radiobutton/labels/func/main.tsx +0 -20
- package/docs/examples/radiobutton/overview/class/main.tsx +0 -35
- package/docs/examples/radiobutton/overview/func/main.tsx +0 -30
- package/docs/examples/radiogroup/controlled/class/main.tsx +0 -49
- package/docs/examples/radiogroup/controlled/func/main.tsx +0 -40
- package/docs/examples/radiogroup/default-state/func/main.tsx +0 -19
- package/docs/examples/radiogroup/forms/class/main.tsx +0 -150
- package/docs/examples/radiogroup/forms/func/main.tsx +0 -146
- package/docs/examples/radiogroup/keyboard/class/main.tsx +0 -37
- package/docs/examples/radiogroup/keyboard/func/main.tsx +0 -31
- package/docs/examples/radiogroup/layout/class/main.tsx +0 -49
- package/docs/examples/radiogroup/layout/func/main.tsx +0 -43
- package/docs/examples/radiogroup/overview/func/main.tsx +0 -18
- package/docs/examples/rangeslider/controlled/class/main.tsx +0 -45
- package/docs/examples/rangeslider/controlled/func/main.tsx +0 -37
- package/docs/examples/rangeslider/disabled/func/main.tsx +0 -27
- package/docs/examples/rangeslider/labels/func/main.tsx +0 -26
- package/docs/examples/rangeslider/orientation/func/main.tsx +0 -27
- package/docs/examples/rangeslider/overview/func/main.tsx +0 -26
- package/docs/examples/rating/controlled/class/main.tsx +0 -29
- package/docs/examples/rating/controlled/func/main.tsx +0 -21
- package/docs/examples/rating/disabled/func/main.tsx +0 -18
- package/docs/examples/rating/forms/class/main.tsx +0 -85
- package/docs/examples/rating/forms/func/main.tsx +0 -79
- package/docs/examples/rating/icon/func/main.tsx +0 -15
- package/docs/examples/rating/items/func/main.tsx +0 -15
- package/docs/examples/rating/label/class/main.tsx +0 -33
- package/docs/examples/rating/label/func/main.tsx +0 -26
- package/docs/examples/rating/navigation/func/main.tsx +0 -15
- package/docs/examples/rating/overview/func/main.tsx +0 -12
- package/docs/examples/rating/precision/func/main.tsx +0 -27
- package/docs/examples/rating/rating-item/advanced/class/main.tsx +0 -82
- package/docs/examples/rating/rating-item/advanced/func/main.tsx +0 -76
- package/docs/examples/rating/rating-item/overview/func/main.tsx +0 -75
- package/docs/examples/rating/readonly/func/main.tsx +0 -18
- package/docs/examples/rating/selection/func/main.tsx +0 -25
- package/docs/examples/rtl/func/main.tsx +0 -99
- package/docs/examples/shared/checkbox-style-configurator.tsx +0 -69
- package/docs/examples/shared/es.json +0 -6
- package/docs/examples/shared/radiobutton-style-configurator.tsx +0 -47
- package/docs/examples/shared/sample-signature.ts +0 -2
- package/docs/examples/shared/style-configurator.tsx +0 -93
- package/docs/examples/shared/switch-style-configurator.tsx +0 -91
- package/docs/examples/signature/appearance/all-options/func/main.tsx +0 -89
- package/docs/examples/signature/appearance/color/func/main.tsx +0 -17
- package/docs/examples/signature/appearance/stroke-width/func/main.tsx +0 -16
- package/docs/examples/signature/controlled/export-scale/func/main.tsx +0 -34
- package/docs/examples/signature/controlled/popup/func/main.tsx +0 -28
- package/docs/examples/signature/controlled/value/func/main.tsx +0 -19
- package/docs/examples/signature/disabled/func/main.tsx +0 -17
- package/docs/examples/signature/events/func/main.tsx +0 -66
- package/docs/examples/signature/forms/kendo/func/main.tsx +0 -148
- package/docs/examples/signature/overview/func/main.tsx +0 -239
- package/docs/examples/signature/overview/func/styles.css +0 -56
- package/docs/examples/signature/popup/disabled/func/main.tsx +0 -14
- package/docs/examples/signature/popup/scale/func/main.tsx +0 -14
- package/docs/examples/signature/readonly/func/main.tsx +0 -17
- package/docs/examples/signature/smooth/func/main.tsx +0 -14
- package/docs/examples/slider/buttons/func/main.tsx +0 -18
- package/docs/examples/slider/controlled/class/main.tsx +0 -45
- package/docs/examples/slider/controlled/func/main.tsx +0 -36
- package/docs/examples/slider/labels/class/main.tsx +0 -44
- package/docs/examples/slider/labels/func/main.tsx +0 -35
- package/docs/examples/slider/orientation/func/main.tsx +0 -25
- package/docs/examples/slider/overview/func/main.tsx +0 -24
- package/docs/examples/switch/appearance/func/main.tsx +0 -38
- package/docs/examples/switch/controlled/manual/class/main.tsx +0 -40
- package/docs/examples/switch/controlled/manual/func/main.tsx +0 -33
- package/docs/examples/switch/controlled/readonly/func/main.tsx +0 -15
- package/docs/examples/switch/default/func/main.tsx +0 -15
- package/docs/examples/switch/disabled/func/main.tsx +0 -15
- package/docs/examples/switch/forms/basic/class/main.tsx +0 -81
- package/docs/examples/switch/forms/basic/func/main.tsx +0 -72
- package/docs/examples/switch/forms/custom-message/class/main.tsx +0 -108
- package/docs/examples/switch/forms/custom-message/func/main.tsx +0 -100
- package/docs/examples/switch/forms/disable-styles/class/main.tsx +0 -129
- package/docs/examples/switch/forms/disable-styles/func/main.tsx +0 -118
- package/docs/examples/switch/forms/kendo-react-form/class/main.tsx +0 -104
- package/docs/examples/switch/forms/kendo-react-form/func/main.tsx +0 -106
- package/docs/examples/switch/keyboard/class/main.tsx +0 -22
- package/docs/examples/switch/keyboard/func/main.tsx +0 -23
- package/docs/examples/switch/labels/func/main.tsx +0 -15
- package/docs/examples/switch/overview/basic/func/main.tsx +0 -15
- package/docs/examples/textarea/appearance/func/main.tsx +0 -39
- package/docs/examples/textarea/auto-sizing/func/main.tsx +0 -18
- package/docs/examples/textarea/controlled/class/main.tsx +0 -32
- package/docs/examples/textarea/controlled/func/main.tsx +0 -26
- package/docs/examples/textarea/counter/class/main.tsx +0 -38
- package/docs/examples/textarea/counter/func/main.tsx +0 -32
- package/docs/examples/textarea/default-state/func/main.tsx +0 -18
- package/docs/examples/textarea/disabled/func/main.tsx +0 -20
- package/docs/examples/textarea/forms/kendo-react-form/class/main.tsx +0 -152
- package/docs/examples/textarea/forms/kendo-react-form/func/main.tsx +0 -140
- package/docs/examples/textarea/main/func/main.tsx +0 -15
- package/docs/examples/textarea/overview/class/main.tsx +0 -103
- package/docs/examples/textarea/overview/func/main.tsx +0 -90
- package/docs/examples/textarea/sizing/func/main.tsx +0 -15
- package/docs/examples/tsconfig.json +0 -29
- package/docs/flatcolorpicker/_meta.yml +0 -3
- package/docs/flatcolorpicker/customization.md +0 -33
- package/docs/flatcolorpicker/disabled.md +0 -22
- package/docs/flatcolorpicker/index.md +0 -30
- package/docs/floating-labels.md +0 -35
- package/docs/get-started.md +0 -153
- package/docs/globalization.md +0 -67
- package/docs/index.md +0 -212
- package/docs/input/_meta.yml +0 -3
- package/docs/input/counter.md +0 -20
- package/docs/input/forms.md +0 -87
- package/docs/input/index.md +0 -40
- package/docs/maskedtextbox/_meta.yml +0 -3
- package/docs/maskedtextbox/accessibility.md +0 -22
- package/docs/maskedtextbox/appearance.md +0 -30
- package/docs/maskedtextbox/disabled-state.md +0 -20
- package/docs/maskedtextbox/forms.md +0 -87
- package/docs/maskedtextbox/index.md +0 -40
- package/docs/maskedtextbox/masks.md +0 -44
- package/docs/maskedtextbox/readonly-state.md +0 -20
- package/docs/maskedtextbox/valid-state.md +0 -25
- package/docs/maskedtextbox/value.md +0 -23
- package/docs/numerictextbox/_meta.yml +0 -3
- package/docs/numerictextbox/accessibility.md +0 -25
- package/docs/numerictextbox/appearance.md +0 -30
- package/docs/numerictextbox/formats.md +0 -25
- package/docs/numerictextbox/forms.md +0 -87
- package/docs/numerictextbox/index.md +0 -49
- package/docs/numerictextbox/keyboard-navigation.md +0 -26
- package/docs/numerictextbox/predefined-step.md +0 -20
- package/docs/numerictextbox/ref.md +0 -28
- package/docs/numerictextbox/spin-buttons.md +0 -20
- package/docs/props-context.md +0 -65
- package/docs/radiobutton/_meta.yml +0 -3
- package/docs/radiobutton/appearance.md +0 -26
- package/docs/radiobutton/disabled.md +0 -23
- package/docs/radiobutton/index.md +0 -47
- package/docs/radiobutton/labels.md +0 -36
- package/docs/radiogroup/_meta.yml +0 -3
- package/docs/radiogroup/accessibility.md +0 -25
- package/docs/radiogroup/controlled_mode.md +0 -34
- package/docs/radiogroup/default_state.md +0 -24
- package/docs/radiogroup/forms_support.md +0 -37
- package/docs/radiogroup/index.md +0 -41
- package/docs/radiogroup/keyboard_navigation.md +0 -37
- package/docs/radiogroup/layout.md +0 -29
- package/docs/rangeslider/_meta.yml +0 -3
- package/docs/rangeslider/accessibility.md +0 -26
- package/docs/rangeslider/controlled.md +0 -32
- package/docs/rangeslider/disabled.md +0 -23
- package/docs/rangeslider/index.md +0 -41
- package/docs/rangeslider/keyboard-navigation.md +0 -33
- package/docs/rangeslider/orientation.md +0 -24
- package/docs/rangeslider/ticks.md +0 -26
- package/docs/rating/_meta.yml +0 -3
- package/docs/rating/accessibility.md +0 -26
- package/docs/rating/forms_support.md +0 -39
- package/docs/rating/functionality-and-features/_meta.yml +0 -2
- package/docs/rating/functionality-and-features/controlled.md +0 -34
- package/docs/rating/functionality-and-features/disabled.md +0 -23
- package/docs/rating/functionality-and-features/icon.md +0 -27
- package/docs/rating/functionality-and-features/items.md +0 -24
- package/docs/rating/functionality-and-features/label.md +0 -28
- package/docs/rating/functionality-and-features/precision.md +0 -51
- package/docs/rating/functionality-and-features/readonly.md +0 -23
- package/docs/rating/functionality-and-features/selection.md +0 -23
- package/docs/rating/index.md +0 -45
- package/docs/rating/item_custamization.md +0 -45
- package/docs/rating/keyboard-navigation.md +0 -33
- package/docs/signature/_meta.yml +0 -3
- package/docs/signature/appearance.md +0 -96
- package/docs/signature/controlled.md +0 -60
- package/docs/signature/disabled.md +0 -21
- package/docs/signature/events.md +0 -20
- package/docs/signature/forms.md +0 -28
- package/docs/signature/index.md +0 -34
- package/docs/signature/line-smoothing.md +0 -16
- package/docs/signature/popup.md +0 -34
- package/docs/signature/readonly.md +0 -21
- package/docs/slider/_meta.yml +0 -3
- package/docs/slider/accessibility.md +0 -26
- package/docs/slider/controlled.md +0 -32
- package/docs/slider/index.md +0 -41
- package/docs/slider/keyboard-navigation.md +0 -33
- package/docs/slider/orientation.md +0 -24
- package/docs/slider/side-buttons.md +0 -24
- package/docs/slider/ticks.md +0 -31
- package/docs/switch/_meta.yml +0 -3
- package/docs/switch/accessibility.md +0 -17
- package/docs/switch/appearance.md +0 -30
- package/docs/switch/controlled-switch.md +0 -44
- package/docs/switch/default-state.md +0 -20
- package/docs/switch/disabled-state.md +0 -20
- package/docs/switch/forms-support.md +0 -78
- package/docs/switch/index.md +0 -44
- package/docs/switch/keyboard-navigation.md +0 -31
- package/docs/switch/labels.md +0 -29
- package/docs/textarea/_meta.yml +0 -3
- package/docs/textarea/appearance.md +0 -30
- package/docs/textarea/controlled_mode.md +0 -37
- package/docs/textarea/counter.md +0 -28
- package/docs/textarea/default_state.md +0 -25
- package/docs/textarea/disabled.md +0 -24
- package/docs/textarea/forms_support.md +0 -39
- package/docs/textarea/index.md +0 -51
- package/docs/textarea/sizing.md +0 -38
- package/e2e/a11y.tests.ts +0 -154
- package/e2e/input.tests.ts +0 -143
- package/e2e/numeric.tests.ts +0 -134
- package/e2e/switch.tests.ts +0 -122
- package/examples/checkbox/checkbox.html +0 -9
- package/examples/checkbox/checkbox.tsx +0 -292
- package/examples/checkbox/checkboxForm.html +0 -9
- package/examples/checkbox/checkboxForm.tsx +0 -81
- package/examples/checkbox/checked-n-value.html +0 -9
- package/examples/checkbox/checked-n-value.tsx +0 -115
- package/examples/checkbox/controlled-mode.html +0 -9
- package/examples/checkbox/controlled-mode.tsx +0 -69
- package/examples/checkbox/form.html +0 -9
- package/examples/checkbox/form.tsx +0 -78
- package/examples/checkbox/formik.html +0 -9
- package/examples/checkbox/formik.tsx +0 -89
- package/examples/colors/colorContrast.html +0 -12
- package/examples/colors/colorContrast.tsx +0 -52
- package/examples/colors/colorGradient.html +0 -9
- package/examples/colors/colorGradient.tsx +0 -37
- package/examples/colors/colorPalette.html +0 -9
- package/examples/colors/colorPalette.tsx +0 -29
- package/examples/colors/colorPicker.html +0 -22
- package/examples/colors/colorPicker.tsx +0 -58
- package/examples/colors/colorPickerLocalization.html +0 -9
- package/examples/colors/colorPickerLocalization.tsx +0 -31
- package/examples/colors/flatColorPicker.html +0 -12
- package/examples/colors/flatColorPicker.tsx +0 -21
- package/examples/context/class/grid-with-filtering.tsx +0 -32
- package/examples/context/class/index.html +0 -9
- package/examples/context/class/index.tsx +0 -28
- package/examples/context/class/sample-products.tsx +0 -182
- package/examples/context/func/grid-with-filtering.tsx +0 -32
- package/examples/context/func/index.html +0 -9
- package/examples/context/func/index.tsx +0 -26
- package/examples/context/func/sample-products.tsx +0 -182
- package/examples/e2e/accessibility/CheckboxExample.tsx +0 -26
- package/examples/e2e/accessibility/ColorGradientExample.tsx +0 -28
- package/examples/e2e/accessibility/ColorPaletteExample.tsx +0 -33
- package/examples/e2e/accessibility/ColorPickerExample.tsx +0 -21
- package/examples/e2e/accessibility/InputExample.tsx +0 -49
- package/examples/e2e/accessibility/MaskedTextBoxExample.tsx +0 -29
- package/examples/e2e/accessibility/NumericTextBoxExample.tsx +0 -24
- package/examples/e2e/accessibility/RadioButtonExample.tsx +0 -29
- package/examples/e2e/accessibility/RangeSliderExample.tsx +0 -26
- package/examples/e2e/accessibility/RatingExample.tsx +0 -13
- package/examples/e2e/accessibility/SliderExample.tsx +0 -19
- package/examples/e2e/accessibility/SwitchExample.tsx +0 -26
- package/examples/e2e/accessibility/TextAreaExample.tsx +0 -70
- package/examples/e2e/accessibility/main.html +0 -14
- package/examples/e2e/accessibility/main.tsx +0 -104
- package/examples/e2e/input/input.html +0 -9
- package/examples/e2e/input/input.tsx +0 -58
- package/examples/e2e/numerictextbox/numericLabel.html +0 -9
- package/examples/e2e/numerictextbox/numericLabel.tsx +0 -38
- package/examples/e2e/switch/switch.html +0 -16
- package/examples/e2e/switch/switch.tsx +0 -74
- package/examples/focus/focus.html +0 -9
- package/examples/focus/focus.tsx +0 -81
- package/examples/input/inputFloatingLabels.html +0 -9
- package/examples/input/inputFloatingLabels.tsx +0 -26
- package/examples/input/inputForm.html +0 -9
- package/examples/input/inputForm.tsx +0 -151
- package/examples/maskedtextbox/basic.html +0 -9
- package/examples/maskedtextbox/basic.tsx +0 -54
- package/examples/maskedtextbox/ipmask.html +0 -9
- package/examples/maskedtextbox/ipmask.tsx +0 -79
- package/examples/messages/index.ts +0 -4
- package/examples/numerictextbox/newNumeric.html +0 -9
- package/examples/numerictextbox/newNumeric.tsx +0 -149
- package/examples/numerictextbox/numeric.html +0 -9
- package/examples/numerictextbox/numeric.tsx +0 -247
- package/examples/numerictextbox/numericApiExample.html +0 -9
- package/examples/numerictextbox/numericApiExample.tsx +0 -25
- package/examples/numerictextbox/numericForm.html +0 -9
- package/examples/numerictextbox/numericForm.tsx +0 -89
- package/examples/numerictextbox/roundingIssues.html +0 -9
- package/examples/numerictextbox/roundingIssues.tsx +0 -51
- package/examples/numerictextbox/test.html +0 -9
- package/examples/numerictextbox/test.tsx +0 -165
- package/examples/numerictextbox/testingBlurDisabled.html +0 -9
- package/examples/numerictextbox/testingBlurDisabled.tsx +0 -167
- package/examples/radio-group/customization/index.html +0 -12
- package/examples/radio-group/customization/index.tsx +0 -32
- package/examples/radioButton/accessibility.html +0 -12
- package/examples/radioButton/accessibility.tsx +0 -81
- package/examples/radioButton/html-forms.html +0 -9
- package/examples/radioButton/html-forms.tsx +0 -63
- package/examples/radioButton/kendo-react-form.html +0 -12
- package/examples/radioButton/kendo-react-form.tsx +0 -80
- package/examples/radioButton/radio.html +0 -9
- package/examples/radioButton/radio.tsx +0 -45
- package/examples/radioButton/standalone-radio.html +0 -9
- package/examples/radioButton/standalone-radio.tsx +0 -76
- package/examples/range-slider/form/index.html +0 -9
- package/examples/range-slider/form/index.tsx +0 -57
- package/examples/range-slider/index.html +0 -9
- package/examples/range-slider/index.tsx +0 -147
- package/examples/rating/index.html +0 -9
- package/examples/rating/index.tsx +0 -158
- package/examples/rtl/index.html +0 -12
- package/examples/rtl/index.tsx +0 -29
- package/examples/signature/basic.html +0 -9
- package/examples/signature/basic.tsx +0 -72
- package/examples/signature/forms-basic.html +0 -9
- package/examples/signature/forms-basic.tsx +0 -72
- package/examples/signature/forms.html +0 -9
- package/examples/signature/forms.tsx +0 -90
- package/examples/slider/slider.html +0 -15
- package/examples/slider/slider.tsx +0 -99
- package/examples/slider/vertical.html +0 -15
- package/examples/slider/vertical.tsx +0 -28
- package/examples/switch/switch.html +0 -9
- package/examples/switch/switch.tsx +0 -44
- package/examples/switch/switchDoubleEvent.html +0 -9
- package/examples/switch/switchDoubleEvent.tsx +0 -25
- package/examples/switch/switchForm.html +0 -9
- package/examples/switch/switchForm.tsx +0 -138
- package/examples/textarea/formik.html +0 -12
- package/examples/textarea/formik.tsx +0 -84
- package/examples/textarea/textarea.html +0 -12
- package/examples/textarea/textarea.tsx +0 -96
- package/gulpfile.js +0 -7
- package/src/checkbox/Checkbox.tsx +0 -352
- package/src/checkbox/interfaces/CheckboxBlurEvent.ts +0 -7
- package/src/checkbox/interfaces/CheckboxChangeEvent.ts +0 -12
- package/src/checkbox/interfaces/CheckboxFocusEvent.ts +0 -7
- package/src/checkbox/interfaces/CheckboxProps.ts +0 -122
- package/src/colors/ColorContrastLabels.tsx +0 -83
- package/src/colors/ColorContrastSvg.tsx +0 -88
- package/src/colors/ColorGradient.tsx +0 -450
- package/src/colors/ColorInput.tsx +0 -192
- package/src/colors/ColorPalette.tsx +0 -329
- package/src/colors/ColorPicker.tsx +0 -387
- package/src/colors/FlatColorPicker.tsx +0 -258
- package/src/colors/HexInput.tsx +0 -67
- package/src/colors/Picker.tsx +0 -56
- package/src/colors/interfaces/ColorGradientChangeEvent.ts +0 -12
- package/src/colors/interfaces/ColorGradientProps.ts +0 -77
- package/src/colors/interfaces/ColorPaletteChangeEvent.ts +0 -16
- package/src/colors/interfaces/ColorPaletteProps.ts +0 -78
- package/src/colors/interfaces/ColorPickerActiveColorClick.ts +0 -17
- package/src/colors/interfaces/ColorPickerBlurEvent.ts +0 -13
- package/src/colors/interfaces/ColorPickerChangeEvent.ts +0 -17
- package/src/colors/interfaces/ColorPickerFocusEvent.ts +0 -13
- package/src/colors/interfaces/ColorPickerGradientSettings.ts +0 -19
- package/src/colors/interfaces/ColorPickerPaletteSettings.ts +0 -35
- package/src/colors/interfaces/ColorPickerPopupSettings.ts +0 -16
- package/src/colors/interfaces/ColorPickerProps.ts +0 -170
- package/src/colors/interfaces/ColorPickerView.ts +0 -10
- package/src/colors/interfaces/PickerPopupSettings.ts +0 -21
- package/src/colors/interfaces/PickerProps.ts +0 -51
- package/src/colors/models/hsva.ts +0 -9
- package/src/colors/models/output-format.ts +0 -4
- package/src/colors/models/palette-presets.ts +0 -54
- package/src/colors/models/rgb.ts +0 -8
- package/src/colors/models/rgba.ts +0 -9
- package/src/colors/models/table-cell.ts +0 -7
- package/src/colors/models/tile-size.ts +0 -8
- package/src/colors/utils/color-cache.ts +0 -71
- package/src/colors/utils/color-palette.service.ts +0 -79
- package/src/colors/utils/color-parser.ts +0 -158
- package/src/colors/utils/misc.ts +0 -23
- package/src/colors/utils/svg-calc.ts +0 -115
- package/src/common/SliderTooltip.tsx +0 -83
- package/src/common/SwitchController.ts +0 -130
- package/src/common/SwitchModel.ts +0 -12
- package/src/input/Input.tsx +0 -346
- package/src/input/interfaces/InputChangeEvent.tsx +0 -12
- package/src/interfaces/Direction.ts +0 -1
- package/src/interfaces/ToggleBaseProps.ts +0 -8
- package/src/main.ts +0 -57
- package/src/maskedtextbox/MaskedTextBox.tsx +0 -541
- package/src/maskedtextbox/MaskedTextBoxProps.ts +0 -215
- package/src/maskedtextbox/masking.service.ts +0 -230
- package/src/maskedtextbox/parsing/combinators.ts +0 -30
- package/src/maskedtextbox/parsing/parsers.ts +0 -179
- package/src/maskedtextbox/parsing/result.ts +0 -39
- package/src/maskedtextbox/parsing/stream.ts +0 -41
- package/src/maskedtextbox/utils.ts +0 -70
- package/src/messages/index.ts +0 -151
- package/src/numerictextbox/NumericTextBox.tsx +0 -626
- package/src/numerictextbox/interfaces/NumericTextBoxBlurEvent.tsx +0 -7
- package/src/numerictextbox/interfaces/NumericTextBoxChangeEvent.tsx +0 -12
- package/src/numerictextbox/interfaces/NumericTextBoxFocusEvent.tsx +0 -7
- package/src/numerictextbox/interfaces/NumericTextBoxHandle.tsx +0 -40
- package/src/numerictextbox/interfaces/NumericTextBoxProps.tsx +0 -180
- package/src/numerictextbox/interfaces/NumericTextBoxState.tsx +0 -15
- package/src/numerictextbox/utils/index.tsx +0 -744
- package/src/package-metadata.ts +0 -13
- package/src/radiobutton/RadioButton.tsx +0 -194
- package/src/radiobutton/RadioGroup.tsx +0 -190
- package/src/radiobutton/interfaces/RadioButtonBlurEvent.ts +0 -7
- package/src/radiobutton/interfaces/RadioButtonChangeEvent.ts +0 -12
- package/src/radiobutton/interfaces/RadioButtonFocusEvent.ts +0 -7
- package/src/radiobutton/interfaces/RadioButtonProps.ts +0 -102
- package/src/radiobutton/interfaces/RadioGroupChangeEvent.ts +0 -12
- package/src/radiobutton/interfaces/RadioGroupFocusEvent.ts +0 -7
- package/src/radiobutton/interfaces/RadioGroupProps.ts +0 -89
- package/src/range-slider/RangeSlider.tsx +0 -644
- package/src/range-slider/range-raducer.tsx +0 -153
- package/src/rating/Rating.tsx +0 -633
- package/src/rating/RatingItem.tsx +0 -268
- package/src/rating/models/index.tsx +0 -91
- package/src/rating/rating-reducer.tsx +0 -70
- package/src/rating/utils/index.tsx +0 -65
- package/src/signature/Signature.tsx +0 -488
- package/src/signature/interfaces/SignatureBlurEvent.tsx +0 -7
- package/src/signature/interfaces/SignatureChangeEvent.tsx +0 -12
- package/src/signature/interfaces/SignatureCloseEvent.tsx +0 -7
- package/src/signature/interfaces/SignatureFocusEvent.tsx +0 -7
- package/src/signature/interfaces/SignatureHandle.tsx +0 -35
- package/src/signature/interfaces/SignatureOpenEvent.tsx +0 -7
- package/src/signature/interfaces/SignatureProps.tsx +0 -227
- package/src/signature/interfaces/index.ts +0 -7
- package/src/signature/utils/index.ts +0 -11
- package/src/slider/Slider.tsx +0 -470
- package/src/slider/SliderLabel.tsx +0 -69
- package/src/switch/Switch.tsx +0 -559
- package/src/textarea/TextArea.tsx +0 -263
- package/src/textarea/interfaces/TextAreaBlurEvent.ts +0 -7
- package/src/textarea/interfaces/TextAreaChangeEvent.ts +0 -12
- package/src/textarea/interfaces/TextAreaFocusEvent.ts +0 -7
- package/src/textarea/interfaces/TextAreaProps.tsx +0 -131
- package/src/utils.ts +0 -16
- package/test/Checkbox.tsx +0 -252
- package/test/ColorGradient.tsx +0 -260
- package/test/ColorPalette.tsx +0 -440
- package/test/ColorPicker.tsx +0 -74
- package/test/Input.tsx +0 -255
- package/test/NumericTextBox.tsx +0 -984
- package/test/RadioButton.tsx +0 -176
- package/test/RangeSlider.tsx +0 -502
- package/test/Rating.tsx +0 -227
- package/test/Slider.tsx +0 -198
- package/test/Switch.tsx +0 -154
- package/test/TextArea.tsx +0 -216
- package/test/maskedtextbox/component.tsx +0 -424
- package/test/maskedtextbox/masking.service.tsx +0 -1345
- package/test/maskedtextbox/parser.tsx +0 -364
- package/tsconfig.es.json +0 -25
- package/tsconfig.json +0 -26
- package/tsconfig.npm.json +0 -25
|
@@ -1,1471 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: NumericTextBoxProps
|
|
3
|
-
description: "Learn how to build custom functionality when working with the React Inputs by Kendo UI with the help of the NumericTextBoxProps."
|
|
4
|
-
api_reference: true
|
|
5
|
-
type: inner_api
|
|
6
|
-
slug: api_inputs_numerictextboxprops
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
# NumericTextBoxProps
|
|
10
|
-
Represents the props of the [KendoReact NumericTextBox component]({% slug overview_numerictextbox %}).
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
<table class="api-table api-table-properties">
|
|
14
|
-
<thead>
|
|
15
|
-
<tr>
|
|
16
|
-
<th class="th-name">Name</th>
|
|
17
|
-
<th class="th-type">Type</th>
|
|
18
|
-
<th class="th-default">Default</th>
|
|
19
|
-
<th class="th-desc">Description</th>
|
|
20
|
-
</tr>
|
|
21
|
-
</thead>
|
|
22
|
-
<tbody class="api-table-body">
|
|
23
|
-
<tr>
|
|
24
|
-
<td class="table-cell-name">
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
#### accessKey?
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
</td>
|
|
31
|
-
<td type class="table-cell-type">
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
<code>
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
string
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
</code>
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
</td>
|
|
44
|
-
<td class="table-cell-default">
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
</td>
|
|
50
|
-
<td class="table-cell-comment">
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
Specifies the `accessKey` of the NumericTextBox.
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
</td>
|
|
57
|
-
</tr>
|
|
58
|
-
<tr>
|
|
59
|
-
<td class="table-cell-name">
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
#### ariaDescribedBy?
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
</td>
|
|
66
|
-
<td type class="table-cell-type">
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
<code>
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
string
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
</code>
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
</td>
|
|
79
|
-
<td class="table-cell-default">
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
</td>
|
|
85
|
-
<td class="table-cell-comment">
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
Identifies the element(s) which will describe the component, similar to [HTML aria-describedby attribute](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-describedby_attribute).
|
|
89
|
-
For example these elements could contain error or hint message.
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
</td>
|
|
93
|
-
</tr>
|
|
94
|
-
<tr>
|
|
95
|
-
<td class="table-cell-name">
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
#### ariaLabel?
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
</td>
|
|
102
|
-
<td type class="table-cell-type">
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
<code>
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
string
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
</code>
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
</td>
|
|
115
|
-
<td class="table-cell-default">
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
</td>
|
|
121
|
-
<td class="table-cell-comment">
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
The accessible label of the component.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
</td>
|
|
128
|
-
</tr>
|
|
129
|
-
<tr>
|
|
130
|
-
<td class="table-cell-name">
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
#### ariaLabelledBy?
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
</td>
|
|
137
|
-
<td type class="table-cell-type">
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
<code>
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
string
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
</code>
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
</td>
|
|
150
|
-
<td class="table-cell-default">
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
</td>
|
|
156
|
-
<td class="table-cell-comment">
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
Identifies the element(s) which will label the component.
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
</td>
|
|
163
|
-
</tr>
|
|
164
|
-
<tr>
|
|
165
|
-
<td class="table-cell-name">
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
#### className?
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
</td>
|
|
172
|
-
<td type class="table-cell-type">
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
<code>
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
string
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
</code>
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
</td>
|
|
185
|
-
<td class="table-cell-default">
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
</td>
|
|
191
|
-
<td class="table-cell-comment">
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
Sets a class of the NumericTextBox DOM element.
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
</td>
|
|
198
|
-
</tr>
|
|
199
|
-
<tr>
|
|
200
|
-
<td class="table-cell-name">
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
#### defaultValue?
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
</td>
|
|
207
|
-
<td type class="table-cell-type">
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
<code>
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
"null" | number
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
</code>
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
</td>
|
|
220
|
-
<td class="table-cell-default">
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
</td>
|
|
226
|
-
<td class="table-cell-comment">
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
Specifies the initial value. Leaves the subsequent updates uncontrolled.
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
</td>
|
|
233
|
-
</tr>
|
|
234
|
-
<tr>
|
|
235
|
-
<td class="table-cell-name">
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
#### dir?
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
</td>
|
|
242
|
-
<td type class="table-cell-type">
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
<code>
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
string
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
</code>
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
</td>
|
|
255
|
-
<td class="table-cell-default">
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
</td>
|
|
261
|
-
<td class="table-cell-comment">
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
Represents the `dir` HTML attribute.
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
</td>
|
|
268
|
-
</tr>
|
|
269
|
-
<tr>
|
|
270
|
-
<td class="table-cell-name">
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
#### disabled?
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
</td>
|
|
277
|
-
<td type class="table-cell-type">
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
<code>
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
boolean
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
</code>
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
</td>
|
|
290
|
-
<td class="table-cell-default">
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
</td>
|
|
296
|
-
<td class="table-cell-comment">
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
Determines whether the NumericTextBox is disabled.
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
</td>
|
|
303
|
-
</tr>
|
|
304
|
-
<tr>
|
|
305
|
-
<td class="table-cell-name">
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
#### fillMode?
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
</td>
|
|
312
|
-
<td type class="table-cell-type">
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
<code>
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
"null" | "flat" | "outline" | "solid"
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
</code>
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
</td>
|
|
325
|
-
<td class="table-cell-default">
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
<code>
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
`solid`
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
</code>
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
</td>
|
|
338
|
-
<td class="table-cell-comment">
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
Configures the `fillMode` of the NumericTextBox.
|
|
342
|
-
|
|
343
|
-
The available options are:
|
|
344
|
-
- solid
|
|
345
|
-
- outline
|
|
346
|
-
- flat
|
|
347
|
-
- null—Does not set a fillMode `className`.
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
</td>
|
|
355
|
-
</tr>
|
|
356
|
-
<tr>
|
|
357
|
-
<td class="table-cell-name">
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
#### format?
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
</td>
|
|
364
|
-
<td type class="table-cell-type">
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
<code>
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
string | NumberFormatOptions
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
</code>
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
</td>
|
|
377
|
-
<td class="table-cell-default">
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
</td>
|
|
383
|
-
<td class="table-cell-comment">
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
Specifies the number format which is used for formatting the value ([see example]({% slug formats_numerictextbox %})). If set to `an empty string` or `undefined`, the default format will be used. Format cannot contain decimal separators or numbers. Power signs are supported.
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
</td>
|
|
390
|
-
</tr>
|
|
391
|
-
<tr>
|
|
392
|
-
<td class="table-cell-name">
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
#### id?
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
</td>
|
|
399
|
-
<td type class="table-cell-type">
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
<code>
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
string
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
</code>
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
</td>
|
|
412
|
-
<td class="table-cell-default">
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
</td>
|
|
418
|
-
<td class="table-cell-comment">
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
Sets the `id` of the `input` DOM element.
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
</td>
|
|
425
|
-
</tr>
|
|
426
|
-
<tr>
|
|
427
|
-
<td class="table-cell-name">
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
#### inputStyle?
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
</td>
|
|
434
|
-
<td type class="table-cell-type">
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
<code>
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
React.CSSProperties
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
</code>
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
</td>
|
|
447
|
-
<td class="table-cell-default">
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
</td>
|
|
453
|
-
<td class="table-cell-comment">
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
Represents the input element `style` HTML attribute.
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
</td>
|
|
460
|
-
</tr>
|
|
461
|
-
<tr>
|
|
462
|
-
<td class="table-cell-name">
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
#### inputType?
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
</td>
|
|
469
|
-
<td type class="table-cell-type">
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
<code>
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
NumericTextBoxInputType
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
</code>
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
</td>
|
|
482
|
-
<td class="table-cell-default">
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
</td>
|
|
488
|
-
<td class="table-cell-comment">
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
Sets the `type` of the `input` DOM element.
|
|
492
|
-
|
|
493
|
-
The available options are:
|
|
494
|
-
- (Default) `tel`
|
|
495
|
-
- `text`
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
</td>
|
|
500
|
-
</tr>
|
|
501
|
-
<tr>
|
|
502
|
-
<td class="table-cell-name">
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
#### label?
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
</td>
|
|
509
|
-
<td type class="table-cell-type">
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
<code>
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
string
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
</code>
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
</td>
|
|
522
|
-
<td class="table-cell-default">
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
</td>
|
|
528
|
-
<td class="table-cell-comment">
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
Renders a floating label for the NumericTextBox.
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
</td>
|
|
535
|
-
</tr>
|
|
536
|
-
<tr>
|
|
537
|
-
<td class="table-cell-name">
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
#### max?
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
</td>
|
|
544
|
-
<td type class="table-cell-type">
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
<code>
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
number
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
</code>
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
</td>
|
|
557
|
-
<td class="table-cell-default">
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
</td>
|
|
563
|
-
<td class="table-cell-comment">
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
Specifies the greatest value that can be entered.
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
</td>
|
|
570
|
-
</tr>
|
|
571
|
-
<tr>
|
|
572
|
-
<td class="table-cell-name">
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
#### min?
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
</td>
|
|
579
|
-
<td type class="table-cell-type">
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
<code>
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
number
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
</code>
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
</td>
|
|
592
|
-
<td class="table-cell-default">
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
</td>
|
|
598
|
-
<td class="table-cell-comment">
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
Specifies the smallest value that can be entered.
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
</td>
|
|
605
|
-
</tr>
|
|
606
|
-
<tr>
|
|
607
|
-
<td class="table-cell-name">
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
#### name?
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
</td>
|
|
614
|
-
<td type class="table-cell-type">
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
<code>
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
string
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
</code>
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
</td>
|
|
627
|
-
<td class="table-cell-default">
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
</td>
|
|
633
|
-
<td class="table-cell-comment">
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
Specifies the name of the `input` DOM element.
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
</td>
|
|
640
|
-
</tr>
|
|
641
|
-
<tr>
|
|
642
|
-
<td class="table-cell-name">
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
#### placeholder?
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
</td>
|
|
649
|
-
<td type class="table-cell-type">
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
<code>
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
string
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
</code>
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
</td>
|
|
662
|
-
<td class="table-cell-default">
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
</td>
|
|
668
|
-
<td class="table-cell-comment">
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
Specifies the input placeholder.
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
</td>
|
|
675
|
-
</tr>
|
|
676
|
-
<tr>
|
|
677
|
-
<td class="table-cell-name">
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
#### rangeOnEnter?
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
</td>
|
|
684
|
-
<td type class="table-cell-type">
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
<code>
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
boolean
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
</code>
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
</td>
|
|
697
|
-
<td class="table-cell-default">
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
</td>
|
|
703
|
-
<td class="table-cell-comment">
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
If enabled, the NumericTextBox will handle the `enter` key to range the current invalid value between `min` and `max` props.
|
|
707
|
-
The available options are:
|
|
708
|
-
- (Default) `true`
|
|
709
|
-
- `false`
|
|
710
|
-
Can be disabled when form submit is required on pressing the `enter` key.
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
</td>
|
|
714
|
-
</tr>
|
|
715
|
-
<tr>
|
|
716
|
-
<td class="table-cell-name">
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
#### readOnly?
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
</td>
|
|
723
|
-
<td type class="table-cell-type">
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
<code>
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
boolean
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
</code>
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
</td>
|
|
736
|
-
<td class="table-cell-default">
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
</td>
|
|
742
|
-
<td class="table-cell-comment">
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
Determines whether the NumericTextBox is in its read-only state.
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
</td>
|
|
749
|
-
</tr>
|
|
750
|
-
<tr>
|
|
751
|
-
<td class="table-cell-name">
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
#### required?
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
</td>
|
|
758
|
-
<td type class="table-cell-type">
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
<code>
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
boolean
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
</code>
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
</td>
|
|
771
|
-
<td class="table-cell-default">
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
</td>
|
|
777
|
-
<td class="table-cell-comment">
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
Specifies if `null` is a valid value for the component.
|
|
781
|
-
|
|
782
|
-
This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
</td>
|
|
787
|
-
</tr>
|
|
788
|
-
<tr>
|
|
789
|
-
<td class="table-cell-name">
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
#### rounded?
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
</td>
|
|
796
|
-
<td type class="table-cell-type">
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
<code>
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
"null" | "small" | "medium" | "full" | "large"
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
</code>
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
</td>
|
|
809
|
-
<td class="table-cell-default">
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
<code>
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
`medium`
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
</code>
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
</td>
|
|
822
|
-
<td class="table-cell-comment">
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
Configures the `roundness` of the NumericTextBox.
|
|
826
|
-
|
|
827
|
-
The available options are:
|
|
828
|
-
- small
|
|
829
|
-
- medium
|
|
830
|
-
- large
|
|
831
|
-
- full
|
|
832
|
-
- null—Does not set a rounded `className`.
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
</td>
|
|
840
|
-
</tr>
|
|
841
|
-
<tr>
|
|
842
|
-
<td class="table-cell-name">
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
#### size?
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
</td>
|
|
849
|
-
<td type class="table-cell-type">
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
<code>
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
"null" | "small" | "medium" | "large"
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
</code>
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
</td>
|
|
862
|
-
<td class="table-cell-default">
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
<code>
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
`medium`
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
</code>
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
</td>
|
|
875
|
-
<td class="table-cell-comment">
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
Configures the `size` of the NumericTextBox.
|
|
879
|
-
|
|
880
|
-
The available options are:
|
|
881
|
-
- small
|
|
882
|
-
- medium
|
|
883
|
-
- large
|
|
884
|
-
- null—Does not set a size `className`.
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
</td>
|
|
892
|
-
</tr>
|
|
893
|
-
<tr>
|
|
894
|
-
<td class="table-cell-name">
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
#### spinners?
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
</td>
|
|
901
|
-
<td type class="table-cell-type">
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
<code>
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
boolean
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
</code>
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
</td>
|
|
914
|
-
<td class="table-cell-default">
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
</td>
|
|
920
|
-
<td class="table-cell-comment">
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
Specifies whether the **Up** and **Down** spin buttons will be rendered ([see example]({% slug spinbuttons_numerictextbox %})).
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
</td>
|
|
927
|
-
</tr>
|
|
928
|
-
<tr>
|
|
929
|
-
<td class="table-cell-name">
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
#### step?
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
</td>
|
|
936
|
-
<td type class="table-cell-type">
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
<code>
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
number
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
</code>
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
</td>
|
|
949
|
-
<td class="table-cell-default">
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
</td>
|
|
955
|
-
<td class="table-cell-comment">
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
Specifies the value that is used to increment or decrement the value of the NumericTextBox ([see example]({% slug predefinedsteps_numerictextbox %})).
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
</td>
|
|
962
|
-
</tr>
|
|
963
|
-
<tr>
|
|
964
|
-
<td class="table-cell-name">
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
#### style?
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
</td>
|
|
971
|
-
<td type class="table-cell-type">
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
<code>
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
React.CSSProperties
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
</code>
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
</td>
|
|
984
|
-
<td class="table-cell-default">
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
</td>
|
|
990
|
-
<td class="table-cell-comment">
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
Represents the `style` HTML attribute.
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
</td>
|
|
997
|
-
</tr>
|
|
998
|
-
<tr>
|
|
999
|
-
<td class="table-cell-name">
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
#### tabIndex?
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
</td>
|
|
1006
|
-
<td type class="table-cell-type">
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
<code>
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
number
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
</code>
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
</td>
|
|
1019
|
-
<td class="table-cell-default">
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
</td>
|
|
1025
|
-
<td class="table-cell-comment">
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
Sets the `tabIndex` property of the NumericTextBox.
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
</td>
|
|
1032
|
-
</tr>
|
|
1033
|
-
<tr>
|
|
1034
|
-
<td class="table-cell-name">
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
#### title?
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
</td>
|
|
1041
|
-
<td type class="table-cell-type">
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
<code>
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
string
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
</code>
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
</td>
|
|
1054
|
-
<td class="table-cell-default">
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
</td>
|
|
1060
|
-
<td class="table-cell-comment">
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
Sets the title of the `input` element of the NumericTextBox.
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
</td>
|
|
1067
|
-
</tr>
|
|
1068
|
-
<tr>
|
|
1069
|
-
<td class="table-cell-name">
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
#### valid?
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
</td>
|
|
1076
|
-
<td type class="table-cell-type">
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
<code>
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
boolean
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
</code>
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
</td>
|
|
1089
|
-
<td class="table-cell-default">
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
</td>
|
|
1095
|
-
<td class="table-cell-comment">
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
Overrides the validity state of the component.
|
|
1099
|
-
If `valid` is set, the `required` property will be ignored.
|
|
1100
|
-
|
|
1101
|
-
This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
</td>
|
|
1106
|
-
</tr>
|
|
1107
|
-
<tr>
|
|
1108
|
-
<td class="table-cell-name">
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
#### validationMessage?
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
</td>
|
|
1115
|
-
<td type class="table-cell-type">
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
<code>
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
string
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
</code>
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
</td>
|
|
1128
|
-
<td class="table-cell-default">
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
</td>
|
|
1134
|
-
<td class="table-cell-comment">
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
Controls the form error message of the component. If set to an empty string, no error will be thrown.
|
|
1138
|
-
|
|
1139
|
-
This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
</td>
|
|
1144
|
-
</tr>
|
|
1145
|
-
<tr>
|
|
1146
|
-
<td class="table-cell-name">
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
#### validityStyles?
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
</td>
|
|
1153
|
-
<td type class="table-cell-type">
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
<code>
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
boolean
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
</code>
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
</td>
|
|
1166
|
-
<td class="table-cell-default">
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
</td>
|
|
1172
|
-
<td class="table-cell-comment">
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
If set to `false`, no visual representation of the invalid state of the component will be applied.
|
|
1176
|
-
|
|
1177
|
-
This property is part of the [FormComponentProps]({% slug api_common_formcomponentprops %}) interface.
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
</td>
|
|
1182
|
-
</tr>
|
|
1183
|
-
<tr>
|
|
1184
|
-
<td class="table-cell-name">
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
#### value?
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
</td>
|
|
1191
|
-
<td type class="table-cell-type">
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
<code>
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
"null" | number
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
</code>
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
</td>
|
|
1204
|
-
<td class="table-cell-default">
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
</td>
|
|
1210
|
-
<td class="table-cell-comment">
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
Specifies the value of the NumericTextBox.
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
</td>
|
|
1217
|
-
</tr>
|
|
1218
|
-
<tr>
|
|
1219
|
-
<td class="table-cell-name">
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
#### width?
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
</td>
|
|
1226
|
-
<td type class="table-cell-type">
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
<code>
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
string | number
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
</code>
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
</td>
|
|
1239
|
-
<td class="table-cell-default">
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
</td>
|
|
1245
|
-
<td class="table-cell-comment">
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
Specifies the width of the NumericTextBox.
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
</td>
|
|
1252
|
-
</tr>
|
|
1253
|
-
</tbody>
|
|
1254
|
-
</table>
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
## Methods
|
|
1259
|
-
|
|
1260
|
-
<table class="api-table api-table-methods">
|
|
1261
|
-
<thead class="api-table-methods-head">
|
|
1262
|
-
<tr>
|
|
1263
|
-
<th>
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
#### onBlur
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
</th>
|
|
1270
|
-
</tr>
|
|
1271
|
-
</thead>
|
|
1272
|
-
<tbody class="api-table-body">
|
|
1273
|
-
<tr>
|
|
1274
|
-
<td>
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
The event handler that will be fired when NumericTextBox is blurred.
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
</td>
|
|
1281
|
-
</tr>
|
|
1282
|
-
<tr class="nested-table">
|
|
1283
|
-
<td>
|
|
1284
|
-
<table class="api-table api-table-parameters">
|
|
1285
|
-
<thead class="api-table-parameters-head">
|
|
1286
|
-
<tr>
|
|
1287
|
-
<th class="th-name">Parameters</th>
|
|
1288
|
-
<th class="th-type"></th>
|
|
1289
|
-
<th class="th-desc"></th>
|
|
1290
|
-
</tr>
|
|
1291
|
-
</thead>
|
|
1292
|
-
<tbody class="api-table-body">
|
|
1293
|
-
<tr>
|
|
1294
|
-
<td>
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
event
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
</td>
|
|
1301
|
-
<td type>
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
<code>
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
[NumericTextBoxBlurEvent]({% slug api_inputs_numerictextboxblurevent %})
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
</code>
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
</td>
|
|
1314
|
-
<td>
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
</td>
|
|
1321
|
-
</tr>
|
|
1322
|
-
</tbody>
|
|
1323
|
-
</table>
|
|
1324
|
-
</td>
|
|
1325
|
-
</tr>
|
|
1326
|
-
|
|
1327
|
-
</tbody>
|
|
1328
|
-
</table>
|
|
1329
|
-
|
|
1330
|
-
<table class="api-table api-table-methods">
|
|
1331
|
-
<thead class="api-table-methods-head">
|
|
1332
|
-
<tr>
|
|
1333
|
-
<th>
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
#### onChange
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
</th>
|
|
1340
|
-
</tr>
|
|
1341
|
-
</thead>
|
|
1342
|
-
<tbody class="api-table-body">
|
|
1343
|
-
<tr>
|
|
1344
|
-
<td>
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
Determines the event handler that will be fired when the user edits the value.
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
</td>
|
|
1351
|
-
</tr>
|
|
1352
|
-
<tr class="nested-table">
|
|
1353
|
-
<td>
|
|
1354
|
-
<table class="api-table api-table-parameters">
|
|
1355
|
-
<thead class="api-table-parameters-head">
|
|
1356
|
-
<tr>
|
|
1357
|
-
<th class="th-name">Parameters</th>
|
|
1358
|
-
<th class="th-type"></th>
|
|
1359
|
-
<th class="th-desc"></th>
|
|
1360
|
-
</tr>
|
|
1361
|
-
</thead>
|
|
1362
|
-
<tbody class="api-table-body">
|
|
1363
|
-
<tr>
|
|
1364
|
-
<td>
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
event
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
</td>
|
|
1371
|
-
<td type>
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
<code>
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
[NumericTextBoxChangeEvent]({% slug api_inputs_numerictextboxchangeevent %})
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
</code>
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
</td>
|
|
1384
|
-
<td>
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
</td>
|
|
1391
|
-
</tr>
|
|
1392
|
-
</tbody>
|
|
1393
|
-
</table>
|
|
1394
|
-
</td>
|
|
1395
|
-
</tr>
|
|
1396
|
-
|
|
1397
|
-
</tbody>
|
|
1398
|
-
</table>
|
|
1399
|
-
|
|
1400
|
-
<table class="api-table api-table-methods">
|
|
1401
|
-
<thead class="api-table-methods-head">
|
|
1402
|
-
<tr>
|
|
1403
|
-
<th>
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
#### onFocus
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
</th>
|
|
1410
|
-
</tr>
|
|
1411
|
-
</thead>
|
|
1412
|
-
<tbody class="api-table-body">
|
|
1413
|
-
<tr>
|
|
1414
|
-
<td>
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
The event handler that will be fired when NumericTextBox is focused.
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
</td>
|
|
1421
|
-
</tr>
|
|
1422
|
-
<tr class="nested-table">
|
|
1423
|
-
<td>
|
|
1424
|
-
<table class="api-table api-table-parameters">
|
|
1425
|
-
<thead class="api-table-parameters-head">
|
|
1426
|
-
<tr>
|
|
1427
|
-
<th class="th-name">Parameters</th>
|
|
1428
|
-
<th class="th-type"></th>
|
|
1429
|
-
<th class="th-desc"></th>
|
|
1430
|
-
</tr>
|
|
1431
|
-
</thead>
|
|
1432
|
-
<tbody class="api-table-body">
|
|
1433
|
-
<tr>
|
|
1434
|
-
<td>
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
event
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
</td>
|
|
1441
|
-
<td type>
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
<code>
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
[NumericTextBoxFocusEvent]({% slug api_inputs_numerictextboxfocusevent %})
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
</code>
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
</td>
|
|
1454
|
-
<td>
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
</td>
|
|
1461
|
-
</tr>
|
|
1462
|
-
</tbody>
|
|
1463
|
-
</table>
|
|
1464
|
-
</td>
|
|
1465
|
-
</tr>
|
|
1466
|
-
|
|
1467
|
-
</tbody>
|
|
1468
|
-
</table>
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|