@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.
Files changed (105) hide show
  1. package/README.md +1 -1
  2. package/checkbox/Checkbox.js +1 -1
  3. package/checkbox/Checkbox.mjs +1 -1
  4. package/colors/ColorContrastLabels.js +1 -1
  5. package/colors/ColorContrastLabels.mjs +1 -1
  6. package/colors/ColorContrastSvg.js +1 -1
  7. package/colors/ColorContrastSvg.mjs +1 -1
  8. package/colors/ColorGradient.js +1 -1
  9. package/colors/ColorGradient.mjs +1 -1
  10. package/colors/ColorInput.js +1 -1
  11. package/colors/ColorInput.mjs +1 -1
  12. package/colors/ColorPalette.js +1 -1
  13. package/colors/ColorPalette.mjs +1 -1
  14. package/colors/ColorPicker.js +1 -1
  15. package/colors/ColorPicker.mjs +1 -1
  16. package/colors/FlatColorPicker.js +1 -1
  17. package/colors/FlatColorPicker.mjs +1 -1
  18. package/colors/HexInput.js +1 -1
  19. package/colors/HexInput.mjs +1 -1
  20. package/colors/Picker.js +1 -1
  21. package/colors/Picker.mjs +1 -1
  22. package/colors/models/palette-presets.js +1 -1
  23. package/colors/models/palette-presets.mjs +1 -1
  24. package/colors/utils/color-cache.js +1 -1
  25. package/colors/utils/color-cache.mjs +1 -1
  26. package/colors/utils/color-palette.service.js +1 -1
  27. package/colors/utils/color-palette.service.mjs +1 -1
  28. package/colors/utils/color-parser.js +1 -1
  29. package/colors/utils/color-parser.mjs +1 -1
  30. package/colors/utils/misc.js +1 -1
  31. package/colors/utils/misc.mjs +1 -1
  32. package/colors/utils/svg-calc.js +1 -1
  33. package/colors/utils/svg-calc.mjs +1 -1
  34. package/dist/cdn/js/kendo-vue-inputs.js +2 -2
  35. package/index.d.mts +111 -81
  36. package/index.d.ts +111 -81
  37. package/index.js +1 -1
  38. package/index.mjs +1 -1
  39. package/input/Input.js +1 -1
  40. package/input/Input.mjs +1 -1
  41. package/input-separator/InputSeparator.js +1 -1
  42. package/input-separator/InputSeparator.mjs +1 -1
  43. package/maskedtextbox/MaskedTextBox.js +2 -2
  44. package/maskedtextbox/MaskedTextBox.mjs +44 -41
  45. package/maskedtextbox/masking.service.js +1 -1
  46. package/maskedtextbox/masking.service.mjs +1 -1
  47. package/maskedtextbox/parsing/combinators.js +1 -1
  48. package/maskedtextbox/parsing/combinators.mjs +1 -1
  49. package/maskedtextbox/parsing/parsers.js +1 -1
  50. package/maskedtextbox/parsing/parsers.mjs +1 -1
  51. package/maskedtextbox/parsing/result.js +1 -1
  52. package/maskedtextbox/parsing/result.mjs +1 -1
  53. package/maskedtextbox/parsing/stream.js +1 -1
  54. package/maskedtextbox/parsing/stream.mjs +1 -1
  55. package/maskedtextbox/utils.js +1 -1
  56. package/maskedtextbox/utils.mjs +1 -1
  57. package/messages/main.js +1 -1
  58. package/messages/main.mjs +1 -1
  59. package/numerictextbox/NumericTextBox.js +2 -2
  60. package/numerictextbox/NumericTextBox.mjs +70 -68
  61. package/numerictextbox/utils/main.js +1 -1
  62. package/numerictextbox/utils/main.mjs +1 -1
  63. package/package-metadata.js +1 -1
  64. package/package-metadata.mjs +2 -2
  65. package/package.json +8 -8
  66. package/radiobutton/RadioButton.js +1 -1
  67. package/radiobutton/RadioButton.mjs +1 -1
  68. package/radiobutton/RadioGroup.js +1 -1
  69. package/radiobutton/RadioGroup.mjs +1 -1
  70. package/range-slider/RangeSlider.js +1 -1
  71. package/range-slider/RangeSlider.mjs +1 -1
  72. package/range-slider/range-raducer.js +1 -1
  73. package/range-slider/range-raducer.mjs +1 -1
  74. package/rating/Rating.js +1 -1
  75. package/rating/Rating.mjs +1 -1
  76. package/rating/RatingItem.js +1 -1
  77. package/rating/RatingItem.mjs +1 -1
  78. package/rating/utils/main.js +1 -1
  79. package/rating/utils/main.mjs +1 -1
  80. package/rating/utils/rating-reducer.js +1 -1
  81. package/rating/utils/rating-reducer.mjs +1 -1
  82. package/signature/Signature.js +1 -1
  83. package/signature/Signature.mjs +1 -1
  84. package/signature/SignatureBottomActions.js +1 -1
  85. package/signature/SignatureBottomActions.mjs +1 -1
  86. package/signature/SignatureCanvas.js +1 -1
  87. package/signature/SignatureCanvas.mjs +1 -1
  88. package/signature/SignatureDialog.js +1 -1
  89. package/signature/SignatureDialog.mjs +1 -1
  90. package/signature/SignatureLine.js +1 -1
  91. package/signature/SignatureLine.mjs +1 -1
  92. package/signature/utils/main.js +1 -1
  93. package/signature/utils/main.mjs +1 -1
  94. package/slider/Slider.js +1 -1
  95. package/slider/Slider.mjs +1 -1
  96. package/slider/SliderLabel.js +1 -1
  97. package/slider/SliderLabel.mjs +1 -1
  98. package/switch/Switch.js +1 -1
  99. package/switch/Switch.mjs +1 -1
  100. package/textarea/TextArea.js +2 -2
  101. package/textarea/TextArea.mjs +32 -29
  102. package/textarea/interfaces/TextAreaResize.js +1 -1
  103. package/textarea/interfaces/TextAreaResize.mjs +1 -1
  104. package/textbox/TextBox.js +2 -2
  105. package/textbox/TextBox.mjs +25 -22
@@ -1,19 +1,19 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
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 B, ref as g, inject as v, h as V, createVNode as i } from "vue";
9
- import { validatePackage as P, guid as M, getRef as w, canUseDOM as f, kendoThemeMaps as S, getDefaultSlots as R, templateRendering as b, getListeners as _, getTemplate as C, Icon as u, setRef as F } from "@progress/kendo-vue-common";
10
- import { provideIntlService as z, provideLocalizationService as T } from "@progress/kendo-vue-intl";
11
- import { Button as k } from "@progress/kendo-vue-buttons";
12
- import { numericIncreaseValue as p, messages as d, numericDecreaseValue as h } from "../messages/main.mjs";
13
- import { formatValue as c, getStateOrPropsValue as y, sanitizeNumber as I, rangeValue as m, increaseValue as x, decreaseValue as L } from "./utils/main.mjs";
14
- import { packageMetadata as U } from "../package-metadata.mjs";
15
- import { checkIcon as W, exclamationCircleIcon as A, xIcon as q, caretAltUpIcon as j, caretAltDownIcon as K } from "@progress/kendo-svg-icons";
16
- const H = "Please enter a valid value!", ie = /* @__PURE__ */ B({
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
- P(U), this._textBeforeInput = "", this._inputId = M(), this.$data.currentLooseValue = null, this.$data.valueDuringOnChange = void 0, this._intl = z(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
+ 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 = w(this, "input"), this._elementWrapper = this.elementWrapperRef, this.$data.hasMounted = !0, this._input && (this._textBeforeInput = this._input.value), this.setValidity();
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
- !(f && 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
+ !($ && 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 c(this.$data.focused ? this.$data.currentLooseValue : y(this.$props.value, this.$data.currentValue), this.$props.format, this._intl);
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: n
159
- } = this.$props, l = !this.$props.validityStyles || this.validity().valid;
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": !l,
167
+ "k-invalid": !n,
167
168
  "k-required": a,
168
- "k-disabled": n,
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 || H);
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: y(this.$props.value, this.$data.currentValue),
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, I(e, this.$props.format, this._intl));
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 = c(m(e.eventValue, this.$props.min, this.$props.max), this.$props.format, this._intl), a = m(this.parseNumber(s), this.$props.min, this.$props.max);
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 l = this._elementWrapper;
247
- l && l.className.indexOf("k-invalid") === -1 && (this.$data.isInvalid = !0, setTimeout(() => {
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 n = this.$props.value !== e.eventValue;
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, n && (this.$emit("changemodel", this.$data.valueDuringOnChange), this.$emit("update:modelValue", this.$data.valueDuringOnChange), this.$emit("change", {
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
- x(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
+ 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
- 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);
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
- !f || document.activeElement !== this._input || !this._input || (t.deltaY < 0 && (t.preventDefault(), this.increase(t)), t.deltaY > 0 && (t.preventDefault(), this.decrease(t)));
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, n, l;
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
- x(r, e, this.$props.step, this.$props.min, this.$props.max, this.$props.format, this._intl);
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
- L(r, e, this.$props.step, this.$props.min, this.$props.max, this.$props.format, this._intl);
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 = c(m(r, this.$props.min, this.$props.max), this.$props.format, this._intl), a = m(this.parseNumber(s), this.$props.min, this.$props.max), e.eventValue = a, e.currentLooseValue = c(a, this.$props.format, this._intl), e.selectionStart = e.selectionEnd = e.currentLooseValue.length;
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
- n = this._input, l = this._intl.numberSymbols(), n && (e.currentLooseValue = e.currentLooseValue.slice(0, e.selectionStart) + l.decimal + e.currentLooseValue.slice(e.selectionEnd), e.selectionStart = e.selectionEnd = e.selectionStart + 1, e = I(e, this.$props.format, this._intl));
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
- f && this._input && (t.preventDefault(), document.activeElement !== this._input && this._input.focus());
302
+ $ && this._input && (t.preventDefault(), document.activeElement !== this._input && this._input.focus());
302
303
  }
303
304
  },
304
305
  setup() {
305
- const t = g(null), e = g(null), s = v("kendoLocalizationService", {}), a = v("kendoIntlService", {});
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
- } = this.$props, n = this.$props.id || this._inputId, l = R(this), r = T(this), o = this.validity().valid;
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 O = b.call(this, this.$props.inputPrefix, _.call(this)), D = b.call(this, this.$props.inputSuffix, _.call(this)), N = C.call(this, {
322
- h: V,
323
- template: O,
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: o
328
+ valid: p
327
329
  }
328
- }), E = C.call(this, {
329
- h: V,
330
- template: D,
330
+ }), B = k.call(this, {
331
+ h: b,
332
+ template: N,
331
333
  additionalProps: {
332
334
  value: this.computedValue,
333
- valid: o
335
+ valid: p
334
336
  }
335
- }), $ = i("span", {
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
- }, [N]), i("input", {
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: F(this, "input")
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
- }, [E]), e && o && i(u, {
374
+ }, [B]), e && p && i(u, {
373
375
  name: "check",
374
- icon: W,
376
+ icon: j,
375
377
  class: "k-input-validation-icon"
376
- }, null), e && !o && i(u, {
378
+ }, null), e && !p && i(u, {
377
379
  name: "exclamation-circle",
378
- icon: A,
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: q
389
- }, null)]), l, this.$props.spinners && i("span", {
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(k, {
394
+ }, [i(y, {
393
395
  type: "button",
394
396
  tabIndex: -1,
395
397
  icon: "caret-alt-up",
396
- svgIcon: j,
398
+ svgIcon: H,
397
399
  class: "k-spinner-increase",
398
400
  rounded: null,
399
- "aria-label": r.toLanguageString(p, d[p]),
400
- title: r.toLanguageString(p, d[p]),
401
+ "aria-label": o.toLanguageString(d, h[d]),
402
+ title: o.toLanguageString(d, h[d]),
401
403
  onClick: this.increase
402
- }, null), i(k, {
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: K,
409
+ svgIcon: Y,
408
410
  rounded: null,
409
- "aria-label": r.toLanguageString(h, d[h]),
410
- title: r.toLanguageString(h, d[h]),
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
- }, [$, this.$props.label ? n ? i("label", {
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
- ie as NumericTextBox
429
+ ae as NumericTextBox
428
430
  };
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  *-------------------------------------------------------------------------------------------
4
- * Copyright © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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: 1735306843,
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.2-develop.1",
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.2-develop.1",
21
- "@progress/kendo-vue-buttons": "6.0.2-develop.1",
22
- "@progress/kendo-vue-common": "6.0.2-develop.1",
23
- "@progress/kendo-vue-dialogs": "6.0.2-develop.1",
24
- "@progress/kendo-vue-intl": "6.0.2-develop.1",
25
- "@progress/kendo-vue-labels": "6.0.2-develop.1",
26
- "@progress/kendo-vue-popup": "6.0.2-develop.1",
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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 © 2024 Progress Software Corporation. All rights reserved.
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
  */