@progress/kendo-react-inputs
Version:
React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package
79 lines (78 loc) • 3.16 kB
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const o = "numerictextbox.increment", e = "numerictextbox.decrement", t = "slider.increment", r = "slider.decrement", a = "slider.dragTitle", l = "colorGradient.r", n = "colorGradient.g", i = "colorGradient.b", c = "colorGradient.a", s = "colorGradient.hex", d = "colorGradient.contrastRatio", G = "colorGradient.colorGradientAALevel", u = "colorGradient.colorGradientAAALevel", p = "colorGradient.colorGradientPass", A = "colorGradient.colorGradientFail", C = "colorGradient.hueSliderLabel", P = "colorGradient.alphaSliderLabel", g = "colorGradient.toggleInputsButton", k = "flatColorPicker.cancelBtn", x = "flatColorPicker.applyBtn", b = "flatColorPicker.colorGradientBtn", m = "flatColorPicker.colorPaletteBtn", B = "flatColorPicker.clearBtn", h = "colorPicker.adaptiveTitle", v = "checkbox.validation", f = "checkbox.optionalText", L = "radioButton.validation", w = "switch.validation", T = "colorPicker.dropdownButtonAriaLabel", D = "rating.ariaLabel", V = "signature.clear", y = "signature.maximize", z = "signature.minimize", I = {
[ ]: "Increase value",
[ ]: "Decrease value",
[ ]: "Increase",
[ ]: "Decrease",
[ ]: "Drag",
[ ]: "r",
[ ]: "g",
[ ]: "b",
[ ]: "a",
[ ]: "hex",
[ ]: "Contrast ratio",
[ ]: "AA",
[ ]: "AAA",
[ ]: "Pass",
[ ]: "Fail",
[ ]: "Hue slider",
[ ]: "Alpha slider",
[ ]: "Toggle colorgradient inputs",
[ ]: "Cancel",
[ ]: "Apply",
[ ]: "Color Gradient view",
[ ]: "Color Palette view",
[ ]: "Clear color value",
[ ]: "Choose color",
[ ]: "Please check this box if you want to proceed!",
[ ]: "(Optional)",
[ ]: "Please select option if you want to proceed!",
[ ]: "Please turn on if you want to proceed!",
[ ]: "Select",
[ ]: "Rating",
[ ]: "Clear",
[ ]: "Maximize",
[ ]: "Minimize"
};
export {
f as checkboxOptionalText,
v as checkboxValidation,
c as colorGradientA,
u as colorGradientAAALevel,
G as colorGradientAALevel,
P as colorGradientAlphaSliderLabel,
i as colorGradientB,
d as colorGradientContrastRatio,
A as colorGradientFail,
n as colorGradientG,
s as colorGradientHex,
C as colorGradientHueSliderLabel,
p as colorGradientPass,
l as colorGradientR,
g as colorGradientToggleInputsButton,
h as colorPickerAdaptiveTitle,
T as colorPickerDropdownButtonAriaLabel,
x as flatColorPickerApplyBtn,
k as flatColorPickerCancelBtn,
B as flatColorPickerClearBtn,
b as flatColorPickerColorGradientBtn,
m as flatColorPickerColorPaletteBtn,
I as messages,
e as numericDecreaseValue,
o as numericIncreaseValue,
L as radioButtonValidation,
D as ratingAriaLabel,
V as signatureClear,
y as signatureMaximize,
z as signatureMinimize,
r as sliderDecreaseValue,
a as sliderDragTitle,
t as sliderIncreaseValue,
w as switchValidation
};