@progress/kendo-vue-inputs
Version:
94 lines (93 loc) • 3.78 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 e = "numerictextbox.increment", o = "numerictextbox.decrement", t = "slider.increment", r = "slider.decrement", a = "slider.dragTitle", n = "colorGradient.dragHandle", l = "colorGradient.r", i = "colorGradient.g", c = "colorGradient.b", s = "colorGradient.a", d = "colorGradient.hex", G = "colorGradient.hexLabel", u = "colorGradient.inputColorButton", g = "colorGradient.rLabel", b = "colorGradient.gLabel", p = "colorGradient.bLabel", h = "colorGradient.aLabel", A = "colorGradient.contrastRatio", C = "colorGradient.colorGradientAALevel", L = "colorGradient.colorGradientAAALevel", P = "colorGradient.colorGradientPass", x = "colorGradient.colorGradientFail", B = "colorGradient.hueSliderLabel", k = "colorGradient.alphaSliderLabel", m = "flatColorPicker.cancelBtn", f = "flatColorPicker.applyBtn", v = "flatColorPicker.gradientBtn", w = "flatColorPicker.paletterBtn", D = "flatColorPicker.clearBtn", T = "colorPicker.adaptiveTitle", H = "checkbox.validation", I = "checkbox.optionalText", V = "radioButton.validation", y = "switch.validation", z = "colorPicker.dropdownButtonAriaLabel", S = "colorGradient.toggleInputsButton", R = "rating.ariaLabel", M = "signature.clear", F = "signature.maximize", O = "signature.minimize", E = {
[]: "Increase value",
[]: "Decrease value",
[]: "Increase",
[]: "Decrease",
[]: "Drag",
[]: `Color well with two-dimensional slider for selecting
saturation and lightness. Selected color is`,
[]: "Change the color input",
[]: "r",
[]: "g",
[]: "b",
[]: "a",
[]: "red chanel",
[]: "green chanel",
[]: "blue chanel",
[]: "alpha chanel",
[]: "hex",
[]: "HEX",
[]: "Contrast ratio",
[]: "AA",
[]: "AAA",
[]: "Pass",
[]: "Fail",
[]: "Hue slider",
[]: "Alpha slider",
[]: "Toggle colorgradient inputs",
[]: "Cancel",
[]: "Apply",
[]: "Gradient",
[]: "Palette",
[]: "Clear",
[]: "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 {
I as checkboxOptionalText,
H as checkboxValidation,
s as colorGradientA,
L as colorGradientAAALevel,
C as colorGradientAALevel,
h as colorGradientALabel,
k as colorGradientAlphaSliderLabel,
c as colorGradientB,
p as colorGradientBLabel,
A as colorGradientContrastRatio,
n as colorGradientDragHandle,
x as colorGradientFail,
i as colorGradientG,
b as colorGradientGLabel,
d as colorGradientHex,
G as colorGradientHexLabel,
B as colorGradientHueSliderLabel,
u as colorGradientInputColorButton,
P as colorGradientPass,
l as colorGradientR,
g as colorGradientRLabel,
S as colorGradientToggleInputsButton,
T as colorPickerAdaptiveTitle,
z as colorPickerDropdownButtonAriaLabel,
f as flatColorPickerApplyBtn,
m as flatColorPickerCancelBtn,
D as flatColorPickerClearBtn,
v as flatColorPickerGradientBtn,
w as flatColorPickerPaletteBtn,
E as messages,
o as numericDecreaseValue,
e as numericIncreaseValue,
V as radioButtonValidation,
R as ratingAriaLabel,
M as signatureClear,
F as signatureMaximize,
O as signatureMinimize,
r as sliderDecreaseValue,
a as sliderDragTitle,
t as sliderIncreaseValue,
y as switchValidation
};