@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,47 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Overview
|
|
3
|
-
description: "Get an overview of the features the KendoReact ColorPalette delivers and use the component in React projects."
|
|
4
|
-
slug: overview_colorpalette
|
|
5
|
-
position: 1
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# KendoReact ColorPalette Overview
|
|
9
|
-
|
|
10
|
-
The KendoReact ColorPalette renders colors by using sets of predefined colors (color presets) or by implementing a custom color palette.
|
|
11
|
-
|
|
12
|
-
The KendoReact ColorPalette component is part of the KendoReact library of React UI components. It is distributed through NPM under the [kendo-react-inputs package](https://www.npmjs.com/package/@progress/kendo-react-inputs).
|
|
13
|
-
|
|
14
|
-
<div data-component="StartFreeTrialSection"></div>
|
|
15
|
-
|
|
16
|
-
The following example demonstrates the ColorPalette in action.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
{% meta height:550 %}
|
|
21
|
-
{% variant title:Hooks %}
|
|
22
|
-
{% embed_file colorpalette/overview/basic/func/main.tsx preview %}
|
|
23
|
-
{% embed_file colorpalette/overview/basic/func/styles.css %}
|
|
24
|
-
{% endvariant %}
|
|
25
|
-
{% variant title:Classes %}
|
|
26
|
-
{% embed_file colorpalette/overview/basic/class/main.tsx preview %}
|
|
27
|
-
{% embed_file colorpalette/overview/basic/class/styles.css %}
|
|
28
|
-
{% endvariant %}
|
|
29
|
-
{% endmeta %}
|
|
30
|
-
|
|
31
|
-
>The ColorPalette is part of the [KendoReact Inputs]({% slug overview_inputs %}) component library. The procedures for installing, importing, and using all components in the library are identical. To learn how to use the ColorPalette and the rest of the components in the package, see the [Getting Started with the KendoReact Inputs]({% slug getstarted_inputs %}) guide.
|
|
32
|
-
|
|
33
|
-
## Key Features
|
|
34
|
-
|
|
35
|
-
* [Disabled ColorPalette]({% slug disabled_colorpalette %})—You can render a disabled ColorPalette by setting a single property and keep it disabled until certain requirements are met.
|
|
36
|
-
* [Controlled mode]({% slug controlled_colorpalette %})—Take advantage of the built-in options that allow you to control the value of the ColorPalette.
|
|
37
|
-
* [Color presets]({% slug presets_colorpalette %})—The ColorPalette provides a set of ready-to-use color presets.
|
|
38
|
-
* [Custom ColorPalette]({% slug custom_colorpalette %})—You can customize the rendering of the ColorPalette by specifying the number of its columns and tile size.
|
|
39
|
-
* [Keyboard navigation]({% slug keyboard_navigation_colorpalette %})— The ColorPalette supports keyboard shortcuts that allow the users to interact with the component.
|
|
40
|
-
* [Events]({% slug events_colorpalette %})—To tailor the behavior of the ColorPalette to your specific requirements, handle the events that the control generates.
|
|
41
|
-
|
|
42
|
-
## Suggested Links
|
|
43
|
-
|
|
44
|
-
* [Getting Started with the KendoReact Inputs]({% slug getstarted_inputs %})
|
|
45
|
-
* [Getting Started with KendoReact](https://www.telerik.com/kendo-react-ui/components/getting-started/)
|
|
46
|
-
* [API Reference of the ColorPalette]({% slug api_inputs_colorpalette %})
|
|
47
|
-
* [React ColorPalette High-Level Overview](https://www.telerik.com/kendo-react-ui/colorpalette/)
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Keyboard Navigation
|
|
3
|
-
description: "Use the KendoReact ColorPalette keyboard navigation in React projects."
|
|
4
|
-
slug: keyboard_navigation_colorpalette
|
|
5
|
-
position: 60
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Keyboard Navigation
|
|
9
|
-
|
|
10
|
-
By default, the keyboard navigation of the ColorPalette is enabled.
|
|
11
|
-
|
|
12
|
-
The ColorPalette supports the following keyboard shortcuts:
|
|
13
|
-
|
|
14
|
-
| Shortcut | Description |
|
|
15
|
-
|:--- |:--- |
|
|
16
|
-
| `Down Arrow` | Moves down the selection. |
|
|
17
|
-
| `Up Arrow` | Moves up the selection. |
|
|
18
|
-
| `Left Arrow` | Moves the selection to the left. |
|
|
19
|
-
| `Right Arrow` | Moves the selection to the right. |
|
|
20
|
-
| `Enter` | Changes the color to the selected one. |
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
{% meta height:350 %}
|
|
25
|
-
{% variant title:Hooks %}
|
|
26
|
-
{% embed_file colorpalette/keyboard/func/main.tsx preview %}
|
|
27
|
-
{% endvariant %}
|
|
28
|
-
{% variant title:Classes %}
|
|
29
|
-
{% embed_file colorpalette/keyboard/class/main.tsx preview %}
|
|
30
|
-
{% endvariant %}
|
|
31
|
-
{% endmeta %}
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
## Suggested Links
|
|
35
|
-
|
|
36
|
-
* [API Reference of the ColorPalette]({% slug api_inputs_colorpalette %})
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: ColorPalette Presets
|
|
3
|
-
description: "Use and implement the available color presets in the KendoReact ColorPalette in React projects."
|
|
4
|
-
slug: presets_colorpalette
|
|
5
|
-
position: 4
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Color Presets
|
|
9
|
-
|
|
10
|
-
The ColorPalette provides a set of predefined color palettes such as `office`, `basic`, and `apex`.
|
|
11
|
-
|
|
12
|
-
The following example demonstrates how to use the predefined color presets of the ColorPalette.
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
{% meta height:600 %}
|
|
17
|
-
{% embed_file colorpalette/presets/func/main.tsx preview %}
|
|
18
|
-
{% endmeta %}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
## Suggested Links
|
|
22
|
-
|
|
23
|
-
* [API Reference of the ColorPalette]({% slug api_inputs_colorpalette %})
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Appearance
|
|
3
|
-
description: "Add alternative styling options to the KendoReact ColorPicker in React projects."
|
|
4
|
-
slug: appearance_colorpicker
|
|
5
|
-
position: 6
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Appearance
|
|
9
|
-
|
|
10
|
-
The ColorPicker provides a predefined set of appearance options.
|
|
11
|
-
|
|
12
|
-
Apart from the default vision of the ColorPicker, these alternative styling options enable you to configure each individual aspect of the appearance of a ColorPicker.
|
|
13
|
-
|
|
14
|
-
- [`size`]({% slug api_inputs_colorpickerprops %}#toc-size)
|
|
15
|
-
- [`fillMode`]({% slug api_inputs_colorpickerprops %}#toc-fillMode)
|
|
16
|
-
- [`rounded`]({% slug api_inputs_colorpickerprops %}#toc-rounded)
|
|
17
|
-
|
|
18
|
-
The following example demonstrates configuring different aspects of a colorpicker appearance through a configurator.
|
|
19
|
-
|
|
20
|
-
{% meta height:470 %}
|
|
21
|
-
{% embed_file colorpicker/appearance/func/main.tsx preview %}
|
|
22
|
-
{% embed_file shared/style-configurator.tsx %}
|
|
23
|
-
{% endmeta %}
|
|
24
|
-
|
|
25
|
-
## Suggested Links
|
|
26
|
-
|
|
27
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
28
|
-
* [ColorPicker `size` options]({% slug api_inputs_colorpickerprops %}#toc-size)
|
|
29
|
-
* [ColorPicker `fillMode` options]({% slug api_inputs_colorpickerprops %}#toc-fillMode)
|
|
30
|
-
* [ColorPicker `rounded` options]({% slug api_inputs_colorpickerprops %}#toc-rounded)
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Color Contrast Tool
|
|
3
|
-
description: "Use the KendoReact ColorPicker to check the color contrast of two colors in React projects."
|
|
4
|
-
slug: colorcontrast_colorpicker
|
|
5
|
-
position: 6
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Color Contrast Tool
|
|
9
|
-
|
|
10
|
-
The ColorPicker component provides options for checking the color contrast ratio between two colors. Color contrast between text and background is important on web pages. It affects some people’s ability to perceive the information.
|
|
11
|
-
|
|
12
|
-
This tool follows the Web Content Accessibility Guidelines (WCAG), which are a series of recommendations for making the web more accessible.
|
|
13
|
-
|
|
14
|
-
Regarding colors, the WCAG standard defines two levels of contrast ratio:
|
|
15
|
-
* `AA (minimum contrast)`—The level AA requires a contrast ratio of at least 4.5:1 for normal text.
|
|
16
|
-
* `AAA (enhanced contrast)`—The level AAA requires a contrast ratio of at least 7:1 for normal text.
|
|
17
|
-
|
|
18
|
-
To enable the functionality, use the [`gradientSettings`]({% slug api_inputs_colorpickergradientsettings %}) configuration and set its [`backgroundColor`]({% slug api_inputs_colorpickergradientsettings %}#toc-backgroundColor) property.
|
|
19
|
-
|
|
20
|
-
The following example demonstrates how to display the Color Contrast tool in the ColorPicker gradient popup.
|
|
21
|
-
|
|
22
|
-
{% meta height:550 %}
|
|
23
|
-
{% variant title:Hooks %}
|
|
24
|
-
{% embed_file colorpicker/colorcontrast/func/main.tsx preview %}
|
|
25
|
-
{% endvariant %}
|
|
26
|
-
{% variant title:Classes %}
|
|
27
|
-
{% embed_file colorpicker/colorcontrast/class/main.tsx preview %}
|
|
28
|
-
{% endvariant %}
|
|
29
|
-
{% endmeta %}
|
|
30
|
-
|
|
31
|
-
## Suggested Links
|
|
32
|
-
|
|
33
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Views
|
|
3
|
-
description: "Customize the view options of the KendoReact ColorPicker in React projects."
|
|
4
|
-
slug: combinedview_colorpicker
|
|
5
|
-
position: 5
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Views
|
|
9
|
-
|
|
10
|
-
The ColorPicker provides options for [configuring its popup view](#toc-configuring-popup-view) and [implementing combined views](#toc-implementing-combined-views).
|
|
11
|
-
|
|
12
|
-
## Configuring Popup View
|
|
13
|
-
|
|
14
|
-
You can configure the ColorPicker to render either a [ColorGradient]({% slug api_inputs_colorgradient %}) or a [ColorPalette]({% slug api_inputs_colorpalette %}) in its popup. To choose between the two, provide either `gradient` or `palette` to the [`view`]({% slug api_inputs_colorpickerprops %}#toc-view) input property of the component. By default, the ColorPicker uses the `palette` view.
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
{% meta height:550 %}
|
|
19
|
-
{% variant title:Hooks %}
|
|
20
|
-
{% embed_file colorpicker/view/popup/func/main.tsx preview %}
|
|
21
|
-
{% endvariant %}
|
|
22
|
-
{% variant title:Classes %}
|
|
23
|
-
{% embed_file colorpicker/view/popup/class/main.tsx preview %}
|
|
24
|
-
{% endvariant %}
|
|
25
|
-
{% endmeta %}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
## Implementing Combined Views
|
|
29
|
-
|
|
30
|
-
To set a combined view and render both the ColorPalette and ColorGradient in the popup of the ColorPicker, set the [`view`]({% slug api_inputs_colorpickerprops %}#toc-view) property to `combo`.
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
{% meta height:580 %}
|
|
35
|
-
{% variant title:Hooks %}
|
|
36
|
-
{% embed_file colorpicker/view/combined/func/main.tsx preview %}
|
|
37
|
-
{% endvariant %}
|
|
38
|
-
{% variant title:Classes %}
|
|
39
|
-
{% embed_file colorpicker/view/combined/class/main.tsx preview %}
|
|
40
|
-
{% endvariant %}
|
|
41
|
-
{% endmeta %}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
## Suggested Links
|
|
45
|
-
|
|
46
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Controlled Mode
|
|
3
|
-
description: "Control the value of the KendoReact ColorPicker in React projects."
|
|
4
|
-
slug: controlled_colorpicker
|
|
5
|
-
position: 3
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Controlled Mode
|
|
9
|
-
|
|
10
|
-
By default, the ColorPicker is in an uncontrolled state.
|
|
11
|
-
|
|
12
|
-
The ColorPicker provides options for:
|
|
13
|
-
|
|
14
|
-
* [Controlling its value](#toc-controlling-the-value)
|
|
15
|
-
* [Controlling its popup state](#toc-controlling-the-popup-state)
|
|
16
|
-
|
|
17
|
-
## Controlling the Value
|
|
18
|
-
|
|
19
|
-
To manage the value of the ColorPicker:
|
|
20
|
-
|
|
21
|
-
1. Use its [`value`]({% slug api_inputs_colorpickerprops %}#toc-value) property.
|
|
22
|
-
1. Handle the [`onChange`]({% slug api_inputs_colorpickerprops %}#toc-onchange) event.
|
|
23
|
-
1. Pass the new value through the props.
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
{% meta height:300 %}
|
|
28
|
-
{% variant title:Hooks %}
|
|
29
|
-
{% embed_file colorpicker/controlled/value/func/main.tsx preview %}
|
|
30
|
-
{% endvariant %}
|
|
31
|
-
{% variant title:Classes %}
|
|
32
|
-
{% embed_file colorpicker/controlled/value/class/main.tsx preview %}
|
|
33
|
-
{% endvariant %}
|
|
34
|
-
{% endmeta %}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## Controlling the Popup State
|
|
38
|
-
|
|
39
|
-
To manage the popup and set the open state of the ColorPicker, use its [`open`]({% slug api_inputs_colorpickerprops %}#toc-open) property.
|
|
40
|
-
|
|
41
|
-
The following example demonstrates how to control the state of the ColorPicker upon display.
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
{% meta height:300 %}
|
|
46
|
-
{% variant title:Hooks %}
|
|
47
|
-
{% embed_file colorpicker/controlled/popup/func/main.tsx preview %}
|
|
48
|
-
{% endvariant %}
|
|
49
|
-
{% variant title:Classes %}
|
|
50
|
-
{% embed_file colorpicker/controlled/popup/class/main.tsx preview %}
|
|
51
|
-
{% endvariant %}
|
|
52
|
-
{% endmeta %}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## Suggested Links
|
|
56
|
-
|
|
57
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Custom ColorPicker
|
|
3
|
-
description: "Customize the rendering, columns, tile sizes, and color palettes of the KendoReact ColorPicker in React projects."
|
|
4
|
-
slug: customizecolorpicker_colorpicker
|
|
5
|
-
position: 7
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Custom ColorPicker
|
|
9
|
-
|
|
10
|
-
The ColorPicker enables you to customize its appearance.
|
|
11
|
-
|
|
12
|
-
The component supports the following options:
|
|
13
|
-
* [Customizing the palette popup](#toc-customizing-the-palette-popup)
|
|
14
|
-
* [Customizing the gradient popup](#toc-customizing-the-gradient-popup)
|
|
15
|
-
* [Displaying KendoReact icons in the button](#toc-displaying-kendo-ui-icons)
|
|
16
|
-
* [Displaying custom icons in the button](#toc-displaying-custom-icons)
|
|
17
|
-
|
|
18
|
-
## Customizing the Palette Popup
|
|
19
|
-
|
|
20
|
-
To specify the rendering, columns, and tile sizes of the ColorPicker, and to customize the color formats of its palette, use the [`paletteSettings`]({% slug api_inputs_colorpickerpalettesettings %}) option.
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
{% meta height:300 %}
|
|
25
|
-
{% embed_file colorpicker/custom/palette/func/main.tsx preview %}
|
|
26
|
-
{% endmeta %}
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
## Customizing the Gradient Popup
|
|
30
|
-
|
|
31
|
-
To customize the gradient options of the ColorPicker, use the [`gradientSettings`]({% slug api_inputs_colorpickergradientsettings %}) configuration.
|
|
32
|
-
|
|
33
|
-
The following example demonstrates how to specify if the opacity slider of the ColorGradient will be displayed.
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
{% meta height:400 %}
|
|
38
|
-
{% embed_file colorpicker/custom/gradient/func/main.tsx preview %}
|
|
39
|
-
{% endmeta %}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
## Displaying KendoReact Icons
|
|
43
|
-
|
|
44
|
-
To display an [existing KendoReact icon]({% slug icons %}) in the ColorPicker button, provide the name of that icon without the `k-icon` class and the `k-i-` prefix to the `icon` property of the component. For example, instead of `k-icon k-i-edit-tools`, add `edit-tools`.
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
{% meta height:400 %}
|
|
49
|
-
{% embed_file colorpicker/custom/kendo-icons/func/main.tsx preview %}
|
|
50
|
-
{% endmeta %}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## Displaying Custom Icons
|
|
54
|
-
|
|
55
|
-
To display a custom icon in the ColorPicker button, provide the full CSS class name of the icon to the [`iconClassName`]({% slug api_inputs_colorpickerprops %}#toc-iconclassname) property of the component.
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
{% meta height:400 %}
|
|
60
|
-
{% embed_file colorpicker/custom/custom-icons/func/main.tsx preview %}
|
|
61
|
-
{% endmeta %}
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## Suggested Links
|
|
66
|
-
|
|
67
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Default Value
|
|
3
|
-
description: "Set the default value of the KendoReact ColorPicker in React projects."
|
|
4
|
-
slug: default_value_colorpicker
|
|
5
|
-
position: 4
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Default Value
|
|
9
|
-
|
|
10
|
-
By default, the ColorPicker value is not set and the popup is hidden.
|
|
11
|
-
|
|
12
|
-
To set the initial value that is rendered by the ColorPicker, set the [`defaultValue`]({% slug api_inputs_colorpickerprops %}#toc-defaultvalue) property. As a result, the component displays a value upon its initial render while remaining in an uncontrolled state.
|
|
13
|
-
|
|
14
|
-
{% meta %}
|
|
15
|
-
{% embed_file colorpicker/default/func/main.tsx preview %}
|
|
16
|
-
{% endmeta %}
|
|
17
|
-
|
|
18
|
-
## Suggested Links
|
|
19
|
-
|
|
20
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Disabled ColorPicker
|
|
3
|
-
description: "Enable or disable the KendoReact ColorPicker in React projects."
|
|
4
|
-
slug: disabled_colorpicker
|
|
5
|
-
position: 2
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Disabled ColorPicker
|
|
9
|
-
|
|
10
|
-
By default, the ColorPicker is enabled.
|
|
11
|
-
|
|
12
|
-
To disable the component, set its [`disabled`]({% slug api_inputs_colorpickerprops %}#toc-disabled) property to `true`.
|
|
13
|
-
|
|
14
|
-
{% meta %}
|
|
15
|
-
{% embed_file colorpicker/disabled/func/main.tsx preview %}
|
|
16
|
-
{% endmeta %}
|
|
17
|
-
|
|
18
|
-
## Suggested Links
|
|
19
|
-
|
|
20
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Overview
|
|
3
|
-
description: "Get an overview of the features the KendoReact ColorPicker delivers and use the component in React projects."
|
|
4
|
-
slug: overview_colorpicker
|
|
5
|
-
position: 1
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# KendoReact ColorPicker Overview
|
|
9
|
-
|
|
10
|
-
The ColorPicker enables the user to select and submit color values.
|
|
11
|
-
|
|
12
|
-
The ColorPicker is designed to replace the `<input type="color">` HTML5 tag which is not widely supported in browsers.
|
|
13
|
-
|
|
14
|
-
<div data-component="StartFreeTrialSection"></div>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
The following example demonstrates the ColorPicker with the [`palette`]({% slug api_inputs_colorpickerprops %}#toc-view) and with [`gradient`]({% slug api_inputs_colorpickerprops %}#toc-view) popup view in action.
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
{% meta height:450 %}
|
|
22
|
-
{% embed_file colorpicker/overview/func/main.tsx preview %}
|
|
23
|
-
{% endmeta %}
|
|
24
|
-
|
|
25
|
-
>The ColorPicker is part of the [KendoReact Inputs]({% slug overview_inputs %}) component library. The procedures for installing, importing, and using all components in the library are identical. To learn how to use the ColorPicker and the rest of the components in the package, see the [Getting Started with the KendoReact Inputs]({% slug getstarted_inputs %}) guide.
|
|
26
|
-
|
|
27
|
-
## Key Features
|
|
28
|
-
|
|
29
|
-
* [Disabled ColorPicker]({% slug disabled_colorpicker %})—You can render a disabled ColorPicker and keep it disabled until certain requirements are met.
|
|
30
|
-
* [Controlled mode]({% slug controlled_colorpicker %})—Take advantage of the built-in options that allow you to control the value of the ColorPicker.
|
|
31
|
-
* [Default value]({% slug default_value_colorpicker %})—You can set an initial value for the ColorPicker.
|
|
32
|
-
* [Views]({% slug combinedview_colorpicker %})—You can configure the ColorPicker to render a color gradient, a color palette, or a combination of both.
|
|
33
|
-
* [Custom ColorPicker]({% slug customizecolorpicker_colorpicker %})—The built-in appearance customization options allow you to adjust the palette and gradient popup to your specific requirements.
|
|
34
|
-
* [Keyboard navigation]({% slug keyboard_navigation_colorpicker %})—The ColorPicker supports numerous keyboard shortcuts that allow users to interact with the component.
|
|
35
|
-
|
|
36
|
-
## Suggested Links
|
|
37
|
-
|
|
38
|
-
* [Getting Started with the KendoReact Inputs]({% slug getstarted_inputs %})
|
|
39
|
-
* [Getting Started with KendoReact](https://www.telerik.com/kendo-react-ui/components/getting-started/)
|
|
40
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
41
|
-
* [React ColorPicker High-Level Overview](https://www.telerik.com/kendo-react-ui/colorpicker/)
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Keyboard Navigation
|
|
3
|
-
description: "Use the KendoReact ColorPicker keyboard navigation in React projects."
|
|
4
|
-
slug: keyboard_navigation_colorpicker
|
|
5
|
-
position: 60
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Keyboard Navigation
|
|
9
|
-
|
|
10
|
-
By default, the keyboard navigation of the ColorPicker is enabled.
|
|
11
|
-
|
|
12
|
-
The ColorPicker supports the following keyboard shortcuts:
|
|
13
|
-
|
|
14
|
-
| Shortcut | Description |
|
|
15
|
-
|:--- |:--- |
|
|
16
|
-
| `Alt`+`Down Arrow` | Opens the popup and moves the focus to the ColorGradient or ColorPalette. |
|
|
17
|
-
| `Alt`+`Up Arrow` | Closes the popup and moves the focus to the `input` element. |
|
|
18
|
-
| `Enter` | Closes the popup and moves the focus to the `input` element. |
|
|
19
|
-
| `Esc` | Closes the popup and moves the focus to the `input` element. |
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
{% meta height:400 %}
|
|
24
|
-
{% variant title:Hooks %}
|
|
25
|
-
{% embed_file colorpicker/keyboard/func/main.tsx preview %}
|
|
26
|
-
{% endvariant %}
|
|
27
|
-
{% variant title:Classes %}
|
|
28
|
-
{% embed_file colorpicker/keyboard/class/main.tsx preview %}
|
|
29
|
-
{% endvariant %}
|
|
30
|
-
{% endmeta %}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## Navigation Scenarios
|
|
34
|
-
|
|
35
|
-
When the popup of the ColorPicker is opened, it adopts the same keyboard shortcuts as the keyboard shortcuts of the [ColorPalette]({% slug keyboard_navigation_colorpalette %}) and [ColorGradient]({% slug overview_colorgradient %}).
|
|
36
|
-
|
|
37
|
-
## Suggested Links
|
|
38
|
-
|
|
39
|
-
* [API Reference of the ColorPicker]({% slug api_inputs_colorpickerprops %})
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
title: Custom attributes
|
|
3
|
-
description: "Implement custom attributes in the KendoReact Inputs components."
|
|
4
|
-
slug: custom_attr_inputs
|
|
5
|
-
position: 19
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Custom Attributes
|
|
9
|
-
|
|
10
|
-
The following code demonstrates how to add another [attributes](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attributes) to any of the input components. The first step is to implement the ref of the component. Having the ref, use the `setAttribute` functionality on it and add the desired attribute and value.
|
|
11
|
-
|
|
12
|
-
The example includes adding `form` attribute in the Input, Rating and RangeSlider components.
|
|
13
|
-
|
|
14
|
-
{% meta height:250 %}
|
|
15
|
-
{% variant title:Hooks %}
|
|
16
|
-
{% embed_file attribute/func/main.tsx preview %}
|
|
17
|
-
{% endvariant %}
|
|
18
|
-
{% variant title:Classes %}
|
|
19
|
-
{% embed_file attribute/class/main.tsx preview %}
|
|
20
|
-
{% endvariant %}
|
|
21
|
-
{% endmeta %}
|
|
22
|
-
|
|
23
|
-
## Suggested Links
|
|
24
|
-
|
|
25
|
-
* [API Reference of the Input Component]({% slug api_inputs_inputprops %})
|
|
26
|
-
* [Get Started with the Rating]({% slug overview_rating %})
|
|
27
|
-
* [Get Started with the RangeSlider]({% slug overview_rangeslider %})
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as ReactDOM from 'react-dom';
|
|
3
|
-
|
|
4
|
-
import { Input, Rating, RangeSlider } from '@progress/kendo-react-inputs';
|
|
5
|
-
|
|
6
|
-
class App extends React.Component {
|
|
7
|
-
render() {
|
|
8
|
-
return (
|
|
9
|
-
<div className="row">
|
|
10
|
-
<div className="m-2">
|
|
11
|
-
<p>Input</p>
|
|
12
|
-
<Input
|
|
13
|
-
ref={(el) => el && el.element ? el.element.setAttribute('form', 'myForm') : el}
|
|
14
|
-
id={'input-id'}
|
|
15
|
-
/>
|
|
16
|
-
</div>
|
|
17
|
-
<div className="m-2">
|
|
18
|
-
<p>Rating</p>
|
|
19
|
-
<Rating
|
|
20
|
-
ref={(el) => el && el.element ? el.element.setAttribute('form', 'myForm') : el}
|
|
21
|
-
id={'rating-id'}
|
|
22
|
-
defaultValue={3}
|
|
23
|
-
/>
|
|
24
|
-
</div>
|
|
25
|
-
<div className="m-2">
|
|
26
|
-
<p>RangeSlider</p>
|
|
27
|
-
<RangeSlider
|
|
28
|
-
ref={(el) => el && el.element ? el.element.setAttribute('form', 'myForm') : el}
|
|
29
|
-
id={'range-slider-id'}
|
|
30
|
-
defaultValue={{start: 30, end: 70}}
|
|
31
|
-
step={1}
|
|
32
|
-
min={0}
|
|
33
|
-
max={100}
|
|
34
|
-
/>
|
|
35
|
-
</div>
|
|
36
|
-
</div >
|
|
37
|
-
);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
ReactDOM.render(
|
|
42
|
-
<App />,
|
|
43
|
-
document.querySelector('my-app')
|
|
44
|
-
);
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as ReactDOM from 'react-dom';
|
|
3
|
-
|
|
4
|
-
import { Input, Rating, RangeSlider, RatingHandle, RangeSliderHandle } from '@progress/kendo-react-inputs';
|
|
5
|
-
|
|
6
|
-
const setAttribute = (componentRef: React.RefObject<any>, attr: string, value: string) => {
|
|
7
|
-
if (componentRef && componentRef.current && componentRef.current.element) {
|
|
8
|
-
componentRef.current.element. setAttribute(`${attr}`, `${value}`);
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const App = () => {
|
|
13
|
-
const inputRef = React.useRef<Input>(null);
|
|
14
|
-
const ratingRef = React.useRef<RatingHandle>(null);
|
|
15
|
-
const sliderRef = React.useRef<RangeSliderHandle>(null);
|
|
16
|
-
|
|
17
|
-
React.useEffect(() => {
|
|
18
|
-
setAttribute(inputRef, 'form', 'inputForm');
|
|
19
|
-
setAttribute(ratingRef, 'form', 'ratingForm');
|
|
20
|
-
setAttribute(sliderRef, 'form', 'sliderForm');
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
return (
|
|
24
|
-
<div className="row">
|
|
25
|
-
<div className="m-2">
|
|
26
|
-
<p>Input</p>
|
|
27
|
-
<Input
|
|
28
|
-
ref={inputRef}
|
|
29
|
-
id={'input-id'}
|
|
30
|
-
/>
|
|
31
|
-
</div>
|
|
32
|
-
<div className="m-2">
|
|
33
|
-
<p>Rating</p>
|
|
34
|
-
<Rating
|
|
35
|
-
ref={ratingRef}
|
|
36
|
-
id={'rating-id'}
|
|
37
|
-
defaultValue={3}
|
|
38
|
-
/>
|
|
39
|
-
</div>
|
|
40
|
-
<div className="m-2">
|
|
41
|
-
<p>RangeSlider</p>
|
|
42
|
-
<RangeSlider
|
|
43
|
-
ref={sliderRef}
|
|
44
|
-
id={'range-slider-id'}
|
|
45
|
-
defaultValue={{start: 30, end: 70}}
|
|
46
|
-
step={1}
|
|
47
|
-
min={0}
|
|
48
|
-
max={100}
|
|
49
|
-
/>
|
|
50
|
-
</div>
|
|
51
|
-
</div >
|
|
52
|
-
);
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
ReactDOM.render(
|
|
56
|
-
<App />,
|
|
57
|
-
document.querySelector('my-app')
|
|
58
|
-
);
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as ReactDOM from 'react-dom';
|
|
3
|
-
|
|
4
|
-
import { Checkbox } from '@progress/kendo-react-inputs';
|
|
5
|
-
|
|
6
|
-
import { CheckboxStyleConfigurator } from './checkbox-style-configurator';
|
|
7
|
-
|
|
8
|
-
const App = () => {
|
|
9
|
-
const [size, setSize] = React.useState<'small' | 'medium' | 'large'>('medium');
|
|
10
|
-
const [rounded, setRounded] = React.useState<'small' | 'medium' | 'large'>('medium');
|
|
11
|
-
|
|
12
|
-
return (
|
|
13
|
-
<div>
|
|
14
|
-
<CheckboxStyleConfigurator
|
|
15
|
-
size={size}
|
|
16
|
-
onSizeChange={setSize}
|
|
17
|
-
|
|
18
|
-
rounded={rounded}
|
|
19
|
-
onRoundedChange={setRounded}
|
|
20
|
-
/>
|
|
21
|
-
<Checkbox
|
|
22
|
-
size={size}
|
|
23
|
-
rounded={rounded}
|
|
24
|
-
label="Checkbox appearance"
|
|
25
|
-
/>
|
|
26
|
-
</div>
|
|
27
|
-
)
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
ReactDOM.render(
|
|
31
|
-
<App />,
|
|
32
|
-
document.querySelector('my-app')
|
|
33
|
-
);
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import * as React from 'react'
|
|
2
|
-
import * as ReactDOM from 'react-dom'
|
|
3
|
-
|
|
4
|
-
import { Checkbox, CheckboxChangeEvent } from '@progress/kendo-react-inputs';
|
|
5
|
-
|
|
6
|
-
interface AppState {
|
|
7
|
-
checked: boolean
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
class App extends React.Component {
|
|
11
|
-
state: AppState = {
|
|
12
|
-
checked: true
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
render() {
|
|
16
|
-
return (
|
|
17
|
-
<div className={'k-d-flex k-align-items-center'}>
|
|
18
|
-
<button className={'k-button k-button-md k-rounded-md k-button-solid k-button-solid-base k-mr-4'} onClick={this.handleClick}>Change state</button>
|
|
19
|
-
<Checkbox checked={this.state.checked} onChange={this.handleChange} label={'Controlled checked'} />
|
|
20
|
-
</div>
|
|
21
|
-
);
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
handleClick = () => this.setState({ checked: !this.state.checked });
|
|
25
|
-
|
|
26
|
-
handleChange = (event: CheckboxChangeEvent) => this.setState({ checked: event.value });
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
ReactDOM.render(
|
|
30
|
-
<App />,
|
|
31
|
-
document.querySelector('my-app')
|
|
32
|
-
);
|