@progress/kendo-vue-inputs 6.0.2-develop.1 → 6.1.0-develop.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/checkbox/Checkbox.js +1 -1
- package/checkbox/Checkbox.mjs +1 -1
- package/colors/ColorContrastLabels.js +1 -1
- package/colors/ColorContrastLabels.mjs +1 -1
- package/colors/ColorContrastSvg.js +1 -1
- package/colors/ColorContrastSvg.mjs +1 -1
- package/colors/ColorGradient.js +1 -1
- package/colors/ColorGradient.mjs +1 -1
- package/colors/ColorInput.js +1 -1
- package/colors/ColorInput.mjs +1 -1
- package/colors/ColorPalette.js +1 -1
- package/colors/ColorPalette.mjs +1 -1
- package/colors/ColorPicker.js +1 -1
- package/colors/ColorPicker.mjs +1 -1
- package/colors/FlatColorPicker.js +1 -1
- package/colors/FlatColorPicker.mjs +1 -1
- package/colors/HexInput.js +1 -1
- package/colors/HexInput.mjs +1 -1
- package/colors/Picker.js +1 -1
- package/colors/Picker.mjs +1 -1
- package/colors/models/palette-presets.js +1 -1
- package/colors/models/palette-presets.mjs +1 -1
- package/colors/utils/color-cache.js +1 -1
- package/colors/utils/color-cache.mjs +1 -1
- package/colors/utils/color-palette.service.js +1 -1
- package/colors/utils/color-palette.service.mjs +1 -1
- package/colors/utils/color-parser.js +1 -1
- package/colors/utils/color-parser.mjs +1 -1
- package/colors/utils/misc.js +1 -1
- package/colors/utils/misc.mjs +1 -1
- package/colors/utils/svg-calc.js +1 -1
- package/colors/utils/svg-calc.mjs +1 -1
- package/dist/cdn/js/kendo-vue-inputs.js +2 -2
- package/index.d.mts +111 -81
- package/index.d.ts +111 -81
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/input/Input.js +1 -1
- package/input/Input.mjs +1 -1
- package/input-separator/InputSeparator.js +1 -1
- package/input-separator/InputSeparator.mjs +1 -1
- package/maskedtextbox/MaskedTextBox.js +2 -2
- package/maskedtextbox/MaskedTextBox.mjs +44 -41
- package/maskedtextbox/masking.service.js +1 -1
- package/maskedtextbox/masking.service.mjs +1 -1
- package/maskedtextbox/parsing/combinators.js +1 -1
- package/maskedtextbox/parsing/combinators.mjs +1 -1
- package/maskedtextbox/parsing/parsers.js +1 -1
- package/maskedtextbox/parsing/parsers.mjs +1 -1
- package/maskedtextbox/parsing/result.js +1 -1
- package/maskedtextbox/parsing/result.mjs +1 -1
- package/maskedtextbox/parsing/stream.js +1 -1
- package/maskedtextbox/parsing/stream.mjs +1 -1
- package/maskedtextbox/utils.js +1 -1
- package/maskedtextbox/utils.mjs +1 -1
- package/messages/main.js +1 -1
- package/messages/main.mjs +1 -1
- package/numerictextbox/NumericTextBox.js +2 -2
- package/numerictextbox/NumericTextBox.mjs +70 -68
- package/numerictextbox/utils/main.js +1 -1
- package/numerictextbox/utils/main.mjs +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +8 -8
- package/radiobutton/RadioButton.js +1 -1
- package/radiobutton/RadioButton.mjs +1 -1
- package/radiobutton/RadioGroup.js +1 -1
- package/radiobutton/RadioGroup.mjs +1 -1
- package/range-slider/RangeSlider.js +1 -1
- package/range-slider/RangeSlider.mjs +1 -1
- package/range-slider/range-raducer.js +1 -1
- package/range-slider/range-raducer.mjs +1 -1
- package/rating/Rating.js +1 -1
- package/rating/Rating.mjs +1 -1
- package/rating/RatingItem.js +1 -1
- package/rating/RatingItem.mjs +1 -1
- package/rating/utils/main.js +1 -1
- package/rating/utils/main.mjs +1 -1
- package/rating/utils/rating-reducer.js +1 -1
- package/rating/utils/rating-reducer.mjs +1 -1
- package/signature/Signature.js +1 -1
- package/signature/Signature.mjs +1 -1
- package/signature/SignatureBottomActions.js +1 -1
- package/signature/SignatureBottomActions.mjs +1 -1
- package/signature/SignatureCanvas.js +1 -1
- package/signature/SignatureCanvas.mjs +1 -1
- package/signature/SignatureDialog.js +1 -1
- package/signature/SignatureDialog.mjs +1 -1
- package/signature/SignatureLine.js +1 -1
- package/signature/SignatureLine.mjs +1 -1
- package/signature/utils/main.js +1 -1
- package/signature/utils/main.mjs +1 -1
- package/slider/Slider.js +1 -1
- package/slider/Slider.mjs +1 -1
- package/slider/SliderLabel.js +1 -1
- package/slider/SliderLabel.mjs +1 -1
- package/switch/Switch.js +1 -1
- package/switch/Switch.mjs +1 -1
- package/textarea/TextArea.js +2 -2
- package/textarea/TextArea.mjs +32 -29
- package/textarea/interfaces/TextAreaResize.js +1 -1
- package/textarea/interfaces/TextAreaResize.mjs +1 -1
- package/textbox/TextBox.js +2 -2
- package/textbox/TextBox.mjs +25 -22
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
|
-
import { defineComponent as
|
|
9
|
-
import { validatePackage as
|
|
10
|
-
import { provideIntlService as
|
|
11
|
-
import { Button as
|
|
12
|
-
import { numericIncreaseValue as
|
|
13
|
-
import { formatValue as
|
|
14
|
-
import { packageMetadata as
|
|
15
|
-
import { checkIcon as
|
|
16
|
-
const
|
|
8
|
+
import { defineComponent as P, ref as v, inject as V, h as b, createVNode as i, mergeProps as M } from "vue";
|
|
9
|
+
import { validatePackage as w, guid as R, getRef as F, canUseDOM as $, kendoThemeMaps as S, getDefaultSlots as z, templateRendering as _, getListeners as C, getTemplate as k, Icon as u, setRef as T } from "@progress/kendo-vue-common";
|
|
10
|
+
import { provideIntlService as U, provideLocalizationService as A } from "@progress/kendo-vue-intl";
|
|
11
|
+
import { Button as y } from "@progress/kendo-vue-buttons";
|
|
12
|
+
import { numericIncreaseValue as d, messages as h, numericDecreaseValue as c } from "../messages/main.mjs";
|
|
13
|
+
import { formatValue as m, getStateOrPropsValue as I, sanitizeNumber as x, rangeValue as f, increaseValue as L, decreaseValue as O } from "./utils/main.mjs";
|
|
14
|
+
import { packageMetadata as W } from "../package-metadata.mjs";
|
|
15
|
+
import { checkIcon as j, exclamationCircleIcon as q, xIcon as K, caretAltUpIcon as H, caretAltDownIcon as Y } from "@progress/kendo-svg-icons";
|
|
16
|
+
const G = "Please enter a valid value!", ae = /* @__PURE__ */ P({
|
|
17
17
|
model: {
|
|
18
18
|
event: "changemodel"
|
|
19
19
|
},
|
|
@@ -97,7 +97,8 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
97
97
|
type: String,
|
|
98
98
|
default: "tel"
|
|
99
99
|
},
|
|
100
|
-
wrapperClass: String
|
|
100
|
+
wrapperClass: String,
|
|
101
|
+
inputAttributes: Object
|
|
101
102
|
},
|
|
102
103
|
inject: {
|
|
103
104
|
kendoIntlService: {
|
|
@@ -123,20 +124,20 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
123
124
|
};
|
|
124
125
|
},
|
|
125
126
|
created() {
|
|
126
|
-
|
|
127
|
+
w(W), this._textBeforeInput = "", this._inputId = R(), this.$data.currentLooseValue = null, this.$data.valueDuringOnChange = void 0, this._intl = U(this), this._symbols = this._intl.numberSymbols(), this.$props.value !== void 0 ? this.$data.currentValue = this.$props.value : this.$props.modelValue !== void 0 ? this.$data.currentValue = this.$props.modelValue : this.$props.defaultValue !== void 0 ? this.$data.currentValue = this.$props.defaultValue : this.$data.currentValue = null;
|
|
127
128
|
},
|
|
128
129
|
mounted() {
|
|
129
|
-
this._input =
|
|
130
|
+
this._input = F(this, "input"), this._elementWrapper = this.elementWrapperRef, this.$data.hasMounted = !0, this._input && (this._textBeforeInput = this._input.value), this.setValidity();
|
|
130
131
|
},
|
|
131
132
|
updated() {
|
|
132
|
-
!(
|
|
133
|
+
!($ && document.activeElement !== this._input || !this._input) && this.$data.currentLooseValue !== null && this.$data.forceUpdate && this._input.type !== "number" && (this._input.selectionStart = this.$data.selectionStart, this._input.selectionEnd = this.$data.selectionEnd, this.$data.forceUpdate = !1), this._input && (this._textBeforeInput = this._input.value), this.setValidity();
|
|
133
134
|
},
|
|
134
135
|
computed: {
|
|
135
136
|
computedValue() {
|
|
136
137
|
return this.$data.valueDuringOnChange !== void 0 ? this.$data.valueDuringOnChange : this.$data.currentValue;
|
|
137
138
|
},
|
|
138
139
|
looseValue() {
|
|
139
|
-
return
|
|
140
|
+
return m(this.$data.focused ? this.$data.currentLooseValue : I(this.$props.value, this.$data.currentValue), this.$props.format, this._intl);
|
|
140
141
|
},
|
|
141
142
|
spanClassNames() {
|
|
142
143
|
const t = !this.$data.hasMounted || !this.$props.validityStyles || this.validity().valid, e = this.computedValue;
|
|
@@ -155,17 +156,17 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
155
156
|
fillMode: e,
|
|
156
157
|
rounded: s,
|
|
157
158
|
required: a,
|
|
158
|
-
disabled:
|
|
159
|
-
} = this.$props,
|
|
159
|
+
disabled: l
|
|
160
|
+
} = this.$props, n = !this.$props.validityStyles || this.validity().valid;
|
|
160
161
|
return {
|
|
161
162
|
"k-input": !0,
|
|
162
163
|
"k-numerictextbox": !0,
|
|
163
164
|
[`k-input-${S.sizeMap[t] || t}`]: t,
|
|
164
165
|
[`k-input-${e}`]: e,
|
|
165
166
|
[`k-rounded-${S.roundedMap[s] || s}`]: s,
|
|
166
|
-
"k-invalid": !
|
|
167
|
+
"k-invalid": !n,
|
|
167
168
|
"k-required": a,
|
|
168
|
-
"k-disabled":
|
|
169
|
+
"k-disabled": l,
|
|
169
170
|
"k-loading": this.showLoadingIcon,
|
|
170
171
|
[this.wrapperClass]: this.wrapperClass
|
|
171
172
|
};
|
|
@@ -214,11 +215,11 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
214
215
|
this.$data.focused = !1;
|
|
215
216
|
},
|
|
216
217
|
setValidity() {
|
|
217
|
-
this._input && this._input.setCustomValidity && this._input.setCustomValidity(this.validity().valid ? "" : this.$props.validationMessage ||
|
|
218
|
+
this._input && this._input.setCustomValidity && this._input.setCustomValidity(this.validity().valid ? "" : this.$props.validationMessage || G);
|
|
218
219
|
},
|
|
219
220
|
getCurrentState() {
|
|
220
221
|
return {
|
|
221
|
-
eventValue:
|
|
222
|
+
eventValue: I(this.$props.value, this.$data.currentValue),
|
|
222
223
|
prevLooseValue: this._prevLooseValue,
|
|
223
224
|
currentLooseValue: this._input.value,
|
|
224
225
|
selectionStart: this._input.selectionStart,
|
|
@@ -235,21 +236,21 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
235
236
|
},
|
|
236
237
|
elementChange(t) {
|
|
237
238
|
const e = this.getCurrentState();
|
|
238
|
-
this._isPaste = !1, this.triggerChange(t,
|
|
239
|
+
this._isPaste = !1, this.triggerChange(t, x(e, this.$props.format, this._intl));
|
|
239
240
|
},
|
|
240
241
|
triggerChange(t, e) {
|
|
241
242
|
if (this.$props.disabled)
|
|
242
243
|
return;
|
|
243
244
|
this.$data.valueDuringOnChange = e.eventValue, this.$data.currentValue = e.eventValue;
|
|
244
|
-
const s =
|
|
245
|
+
const s = m(f(e.eventValue, this.$props.min, this.$props.max), this.$props.format, this._intl), a = f(this.parseNumber(s), this.$props.min, this.$props.max);
|
|
245
246
|
if (a !== e.eventValue && (e.valueIsOutOfRange = !0, e.eventValue = a, this.$data.valueDuringOnChange = a, this.$data.currentValue = a), e.valueIsCorrected) {
|
|
246
|
-
const
|
|
247
|
-
|
|
247
|
+
const n = this._elementWrapper;
|
|
248
|
+
n && n.className.indexOf("k-invalid") === -1 && (this.$data.isInvalid = !0, setTimeout(() => {
|
|
248
249
|
this.$data.isInvalid = !1;
|
|
249
250
|
}, 50));
|
|
250
251
|
}
|
|
251
|
-
const
|
|
252
|
-
this.$props.value !== void 0 ? this.$data.currentValue = this.$props.value : this.$props.modelValue !== void 0 ? this.$data.currentValue = this.$props.modelValue : this.$data.currentValue = this.$data.valueDuringOnChange, this.$data.prevLooseValue = e.prevLooseValue, this.$data.currentLooseValue = void 0, this.$data.currentLooseValue = e.currentLooseValue, this.$data.selectionStart = e.selectionStart, this.$data.selectionEnd = e.selectionEnd, this.$data.decimalSelect = e.decimalSelect, this.$data.valueIsCorrected = e.valueIsCorrected, this.$data.valueIsOutOfRange = e.valueIsOutOfRange, this.$data.focused = e.focused, this.$data.isPaste = e.isPaste, this.$data.forceUpdate = !this.$data.forceUpdate,
|
|
252
|
+
const l = this.$props.value !== e.eventValue;
|
|
253
|
+
this.$props.value !== void 0 ? this.$data.currentValue = this.$props.value : this.$props.modelValue !== void 0 ? this.$data.currentValue = this.$props.modelValue : this.$data.currentValue = this.$data.valueDuringOnChange, this.$data.prevLooseValue = e.prevLooseValue, this.$data.currentLooseValue = void 0, this.$data.currentLooseValue = e.currentLooseValue, this.$data.selectionStart = e.selectionStart, this.$data.selectionEnd = e.selectionEnd, this.$data.decimalSelect = e.decimalSelect, this.$data.valueIsCorrected = e.valueIsCorrected, this.$data.valueIsOutOfRange = e.valueIsOutOfRange, this.$data.focused = e.focused, this.$data.isPaste = e.isPaste, this.$data.forceUpdate = !this.$data.forceUpdate, l && (this.$emit("changemodel", this.$data.valueDuringOnChange), this.$emit("update:modelValue", this.$data.valueDuringOnChange), this.$emit("change", {
|
|
253
254
|
event: t,
|
|
254
255
|
value: this.$data.valueDuringOnChange,
|
|
255
256
|
component: this,
|
|
@@ -265,31 +266,31 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
265
266
|
},
|
|
266
267
|
increase(t) {
|
|
267
268
|
const e = this.getCurrentState();
|
|
268
|
-
|
|
269
|
+
L(this.parseNumber(String(e.currentLooseValue)), e, this.$props.step, this.$props.min, this.$props.max, this.$props.format, this._intl), this.triggerChange(t, e);
|
|
269
270
|
},
|
|
270
271
|
decrease(t) {
|
|
271
272
|
const e = this.getCurrentState();
|
|
272
|
-
|
|
273
|
+
O(this.parseNumber(String(e.currentLooseValue)), e, this.$props.step, this.$props.min, this.$props.max, this.$props.format, this._intl), this.triggerChange(t, e);
|
|
273
274
|
},
|
|
274
275
|
wheel(t) {
|
|
275
|
-
|
|
276
|
+
!$ || document.activeElement !== this._input || !this._input || (t.deltaY < 0 && (t.preventDefault(), this.increase(t)), t.deltaY > 0 && (t.preventDefault(), this.decrease(t)));
|
|
276
277
|
},
|
|
277
278
|
keyDown(t) {
|
|
278
|
-
let e = this.getCurrentState(), s, a,
|
|
279
|
+
let e = this.getCurrentState(), s, a, l, n;
|
|
279
280
|
const r = this.parseNumber(String(e.currentLooseValue));
|
|
280
281
|
if (!(e.selectionEnd > e.selectionStart && e.selectionEnd - e.selectionStart === String(e.currentLooseValue).length)) {
|
|
281
282
|
switch (t.keyCode) {
|
|
282
283
|
case 38:
|
|
283
|
-
|
|
284
|
+
L(r, e, this.$props.step, this.$props.min, this.$props.max, this.$props.format, this._intl);
|
|
284
285
|
break;
|
|
285
286
|
case 40:
|
|
286
|
-
|
|
287
|
+
O(r, e, this.$props.step, this.$props.min, this.$props.max, this.$props.format, this._intl);
|
|
287
288
|
break;
|
|
288
289
|
case 13:
|
|
289
|
-
s =
|
|
290
|
+
s = m(f(r, this.$props.min, this.$props.max), this.$props.format, this._intl), a = f(this.parseNumber(s), this.$props.min, this.$props.max), e.eventValue = a, e.currentLooseValue = m(a, this.$props.format, this._intl), e.selectionStart = e.selectionEnd = e.currentLooseValue.length;
|
|
290
291
|
break;
|
|
291
292
|
case 110:
|
|
292
|
-
|
|
293
|
+
l = this._input, n = this._intl.numberSymbols(), l && (e.currentLooseValue = e.currentLooseValue.slice(0, e.selectionStart) + n.decimal + e.currentLooseValue.slice(e.selectionEnd), e.selectionStart = e.selectionEnd = e.selectionStart + 1, e = x(e, this.$props.format, this._intl));
|
|
293
294
|
break;
|
|
294
295
|
default:
|
|
295
296
|
return;
|
|
@@ -298,11 +299,11 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
298
299
|
}
|
|
299
300
|
},
|
|
300
301
|
spinnersWrapperMouseDown(t) {
|
|
301
|
-
|
|
302
|
+
$ && this._input && (t.preventDefault(), document.activeElement !== this._input && this._input.focus());
|
|
302
303
|
}
|
|
303
304
|
},
|
|
304
305
|
setup() {
|
|
305
|
-
const t =
|
|
306
|
+
const t = v(null), e = v(null), s = V("kendoLocalizationService", {}), a = V("kendoIntlService", {});
|
|
306
307
|
return {
|
|
307
308
|
inputRef: t,
|
|
308
309
|
elementWrapperRef: e,
|
|
@@ -315,24 +316,25 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
315
316
|
iconName: t,
|
|
316
317
|
showValidationIcon: e,
|
|
317
318
|
showLoadingIcon: s,
|
|
318
|
-
showClearButton: a
|
|
319
|
-
|
|
319
|
+
showClearButton: a,
|
|
320
|
+
inputAttributes: l
|
|
321
|
+
} = this.$props, n = this.$props.id || this._inputId, r = z(this), o = A(this), p = this.validity().valid;
|
|
320
322
|
this.$props.value !== void 0 && this.$props.value !== this.$data.currentValue ? this.$data.currentValue = this.$props.value : this.$props.modelValue !== void 0 && this.$props.modelValue !== this.$data.currentValue && (this.$data.currentValue = this.$props.modelValue), this._prevLooseValue = this.$data.currentLooseValue ? this.looseValue : this.looseValue;
|
|
321
|
-
const
|
|
322
|
-
h:
|
|
323
|
-
template:
|
|
323
|
+
const D = _.call(this, this.$props.inputPrefix, C.call(this)), N = _.call(this, this.$props.inputSuffix, C.call(this)), E = k.call(this, {
|
|
324
|
+
h: b,
|
|
325
|
+
template: D,
|
|
324
326
|
additionalProps: {
|
|
325
327
|
value: this.computedValue,
|
|
326
|
-
valid:
|
|
328
|
+
valid: p
|
|
327
329
|
}
|
|
328
|
-
}),
|
|
329
|
-
h:
|
|
330
|
-
template:
|
|
330
|
+
}), B = k.call(this, {
|
|
331
|
+
h: b,
|
|
332
|
+
template: N,
|
|
331
333
|
additionalProps: {
|
|
332
334
|
value: this.computedValue,
|
|
333
|
-
valid:
|
|
335
|
+
valid: p
|
|
334
336
|
}
|
|
335
|
-
}),
|
|
337
|
+
}), g = i("span", {
|
|
336
338
|
dir: this.$props.dir,
|
|
337
339
|
class: this.wrapperClassNames,
|
|
338
340
|
style: this.$attrs.style
|
|
@@ -341,7 +343,7 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
341
343
|
class: "k-input-icon"
|
|
342
344
|
}, null), this.$props.inputPrefix && i("span", {
|
|
343
345
|
class: "k-input-prefix"
|
|
344
|
-
}, [
|
|
346
|
+
}, [E]), i("input", M({
|
|
345
347
|
tabindex: this.$props.tabIndex,
|
|
346
348
|
accesskey: this.$props.accessKey,
|
|
347
349
|
disabled: this.$props.disabled,
|
|
@@ -366,16 +368,16 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
366
368
|
onFocus: this.emitFocus,
|
|
367
369
|
onBlur: this.emitBlur,
|
|
368
370
|
onPaste: this.onPasteHandler,
|
|
369
|
-
ref:
|
|
370
|
-
}, null), this.$props.inputSuffix && i("span", {
|
|
371
|
+
ref: T(this, "input")
|
|
372
|
+
}, l), null), this.$props.inputSuffix && i("span", {
|
|
371
373
|
class: "k-input-suffix"
|
|
372
|
-
}, [
|
|
374
|
+
}, [B]), e && p && i(u, {
|
|
373
375
|
name: "check",
|
|
374
|
-
icon:
|
|
376
|
+
icon: j,
|
|
375
377
|
class: "k-input-validation-icon"
|
|
376
|
-
}, null), e && !
|
|
378
|
+
}, null), e && !p && i(u, {
|
|
377
379
|
name: "exclamation-circle",
|
|
378
|
-
icon:
|
|
380
|
+
icon: q,
|
|
379
381
|
class: "k-input-validation-icon"
|
|
380
382
|
}, null), s && i(u, {
|
|
381
383
|
name: "loading",
|
|
@@ -385,29 +387,29 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
385
387
|
class: "k-clear-value"
|
|
386
388
|
}, [i(u, {
|
|
387
389
|
name: "x",
|
|
388
|
-
icon:
|
|
389
|
-
}, null)]),
|
|
390
|
+
icon: K
|
|
391
|
+
}, null)]), r, this.$props.spinners && i("span", {
|
|
390
392
|
class: "k-input-spinner k-spin-button",
|
|
391
393
|
onMousedown: this.spinnersWrapperMouseDown
|
|
392
|
-
}, [i(
|
|
394
|
+
}, [i(y, {
|
|
393
395
|
type: "button",
|
|
394
396
|
tabIndex: -1,
|
|
395
397
|
icon: "caret-alt-up",
|
|
396
|
-
svgIcon:
|
|
398
|
+
svgIcon: H,
|
|
397
399
|
class: "k-spinner-increase",
|
|
398
400
|
rounded: null,
|
|
399
|
-
"aria-label":
|
|
400
|
-
title:
|
|
401
|
+
"aria-label": o.toLanguageString(d, h[d]),
|
|
402
|
+
title: o.toLanguageString(d, h[d]),
|
|
401
403
|
onClick: this.increase
|
|
402
|
-
}, null), i(
|
|
404
|
+
}, null), i(y, {
|
|
403
405
|
type: "button",
|
|
404
406
|
tabIndex: -1,
|
|
405
407
|
class: "k-spinner-decrease",
|
|
406
408
|
icon: "caret-alt-down",
|
|
407
|
-
svgIcon:
|
|
409
|
+
svgIcon: Y,
|
|
408
410
|
rounded: null,
|
|
409
|
-
"aria-label":
|
|
410
|
-
title:
|
|
411
|
+
"aria-label": o.toLanguageString(c, h[c]),
|
|
412
|
+
title: o.toLanguageString(c, h[c]),
|
|
411
413
|
onClick: this.decrease
|
|
412
414
|
}, null)])]);
|
|
413
415
|
return this.$props.label ? i("span", {
|
|
@@ -415,14 +417,14 @@ const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
|
|
|
415
417
|
onFocusin: this.handleFocus,
|
|
416
418
|
onFocusout: this.handleBlur,
|
|
417
419
|
dir: this.$props.dir
|
|
418
|
-
}, [
|
|
420
|
+
}, [g, this.$props.label ? n ? i("label", {
|
|
419
421
|
for: n,
|
|
420
422
|
class: "k-floating-label"
|
|
421
423
|
}, [this.$props.label]) : i("span", {
|
|
422
424
|
class: "k-label"
|
|
423
|
-
}, [this.$props.label]) : null]) :
|
|
425
|
+
}, [this.$props.label]) : null]) : g;
|
|
424
426
|
}
|
|
425
427
|
});
|
|
426
428
|
export {
|
|
427
|
-
|
|
429
|
+
ae as NumericTextBox
|
|
428
430
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/package-metadata.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/package-metadata.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -9,7 +9,7 @@ const e = {
|
|
|
9
9
|
name: "@progress/kendo-vue-inputs",
|
|
10
10
|
productName: "Kendo UI for Vue",
|
|
11
11
|
productCodes: ["KENDOUIVUE", "KENDOUICOMPLETE"],
|
|
12
|
-
publishDate:
|
|
12
|
+
publishDate: 1737372868,
|
|
13
13
|
version: "",
|
|
14
14
|
licensingDocsUrl: "https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning"
|
|
15
15
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-vue-inputs",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0-develop.2",
|
|
4
4
|
"description": "TODO",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
"peerDependencies": {
|
|
18
18
|
"@progress/kendo-drawing": "^1.21.1",
|
|
19
19
|
"@progress/kendo-licensing": "^1.3.4",
|
|
20
|
-
"@progress/kendo-vue-animation": "6.0
|
|
21
|
-
"@progress/kendo-vue-buttons": "6.0
|
|
22
|
-
"@progress/kendo-vue-common": "6.0
|
|
23
|
-
"@progress/kendo-vue-dialogs": "6.0
|
|
24
|
-
"@progress/kendo-vue-intl": "6.0
|
|
25
|
-
"@progress/kendo-vue-labels": "6.0
|
|
26
|
-
"@progress/kendo-vue-popup": "6.0
|
|
20
|
+
"@progress/kendo-vue-animation": "6.1.0-develop.2",
|
|
21
|
+
"@progress/kendo-vue-buttons": "6.1.0-develop.2",
|
|
22
|
+
"@progress/kendo-vue-common": "6.1.0-develop.2",
|
|
23
|
+
"@progress/kendo-vue-dialogs": "6.1.0-develop.2",
|
|
24
|
+
"@progress/kendo-vue-intl": "6.1.0-develop.2",
|
|
25
|
+
"@progress/kendo-vue-labels": "6.1.0-develop.2",
|
|
26
|
+
"@progress/kendo-vue-popup": "6.1.0-develop.2",
|
|
27
27
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
28
28
|
"vue": "^3.0.2"
|
|
29
29
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/rating/Rating.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/rating/Rating.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/rating/RatingItem.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/rating/RatingItem.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/rating/utils/main.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/rating/utils/main.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/signature/Signature.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/signature/Signature.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|