@progress/kendo-react-inputs 15.0.1-develop.1 → 15.0.1-develop.3

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.
@@ -5,7 +5,7 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- const M = 11111111111111e-7, ae = 0.31111111111111117, de = 1, Y = 1, w = 0, m = /\d/, ee = 15, Ie = () => ({
8
+ const y = 11111111111111e-7, ae = 0.31111111111111117, de = 1, Y = 1, w = 0, m = /\d/, ee = 15, Ie = () => ({
9
9
  eventValue: null,
10
10
  prevLooseValue: "",
11
11
  currentLooseValue: "",
@@ -15,160 +15,160 @@ const M = 11111111111111e-7, ae = 0.31111111111111117, de = 1, Y = 1, w = 0, m =
15
15
  decimalSelect: !1,
16
16
  valueIsCorrected: !1,
17
17
  valueIsOutOfRange: !1
18
- }), Ne = (n, t) => n !== void 0 ? n : t, x = (n, t, r) => n === null && n === void 0 ? "" : typeof n == "string" ? n : r.formatNumber(n, t), H = (n) => (String(n).split(".")[1] || "").length, ne = (n, t) => Math.max(H(n), H(t)), ge = (n) => Math.min(n, ee), te = (n, t) => {
19
- const r = ge(t);
20
- return parseFloat(n.toFixed(r));
21
- }, Ce = (n, t, r, e, u, o, a) => {
22
- const s = ne(n || 0, r || 0), i = re(te((n || 0) + (r || 0), s), e, u);
23
- t.eventValue = i, t.currentLooseValue = x(i, o, a), t.selectionStart = t.selectionEnd = O(t.currentLooseValue, m);
24
- }, Ee = (n, t, r, e, u, o, a) => {
25
- const s = ne(n || 0, r || 0), i = re(te((n || 0) - (r || 0), s), e, u);
26
- t.eventValue = i, t.currentLooseValue = x(i, o, a), t.selectionStart = t.selectionEnd = O(t.currentLooseValue, m);
27
- }, re = (n, t, r) => n == null ? n : !(n > 1 || n < 1 || n === 1) || r !== void 0 && t !== void 0 && r < t ? null : (r !== void 0 && n > r && (n = r), t !== void 0 && n < t && (n = t), n), fe = (n, t) => {
28
- const r = t.findIndex(([u, o]) => !!o && n.indexOf(o) === n.length - o.length);
18
+ }), Ne = (t, n) => t !== void 0 ? t : n, x = (t, n, r) => t === null && t === void 0 ? "" : typeof t == "string" ? t : r.formatNumber(t, n), H = (t) => (String(t).split(".")[1] || "").length, ne = (t, n) => Math.max(H(t), H(n)), ge = (t) => Math.min(t, ee), te = (t, n) => {
19
+ const r = ge(n);
20
+ return parseFloat(t.toFixed(r));
21
+ }, Ce = (t, n, r, e, u, o, d) => {
22
+ const s = ne(t || 0, r || 0), l = re(te((t || 0) + (r || 0), s), e, u);
23
+ n.eventValue = l, n.currentLooseValue = x(l, o, d), n.selectionStart = n.selectionEnd = O(n.currentLooseValue, m);
24
+ }, Ee = (t, n, r, e, u, o, d) => {
25
+ const s = ne(t || 0, r || 0), l = re(te((t || 0) - (r || 0), s), e, u);
26
+ n.eventValue = l, n.currentLooseValue = x(l, o, d), n.selectionStart = n.selectionEnd = O(n.currentLooseValue, m);
27
+ }, re = (t, n, r) => t == null ? t : !(t > 1 || t < 1 || t === 1) || r !== void 0 && n !== void 0 && r < n ? null : (r !== void 0 && t > r && (t = r), n !== void 0 && t < n && (t = n), t), fe = (t, n) => {
28
+ const r = n.findIndex(([u, o]) => !!o && t.indexOf(o) === t.length - o.length);
29
29
  if (r === -1)
30
30
  return -1;
31
- const e = t[r][1];
32
- return n.length - e.length;
33
- }, me = (n, t) => {
34
- const r = t.findIndex(([u, o]) => !!u && n.indexOf(u) === 0);
35
- return r === -1 ? -1 : t[r][0].length;
36
- }, Ve = (n, t, r) => {
37
- const e = fe(n, t);
31
+ const e = n[r][1];
32
+ return t.length - e.length;
33
+ }, me = (t, n) => {
34
+ const r = n.findIndex(([u, o]) => !!u && t.indexOf(u) === 0);
35
+ return r === -1 ? -1 : n[r][0].length;
36
+ }, Ve = (t, n, r) => {
37
+ const e = fe(t, n);
38
38
  if (e !== -1 && r.selectionStart > e) {
39
39
  r.selectionStart = r.selectionEnd = e;
40
40
  return;
41
41
  }
42
- r.selectionStart > n.length && (r.selectionStart = r.selectionEnd = n.length);
43
- const u = me(n, t);
42
+ r.selectionStart > t.length && (r.selectionStart = r.selectionEnd = t.length);
43
+ const u = me(t, n);
44
44
  u !== -1 && r.selectionStart < u && (r.selectionStart = r.selectionEnd = u), r.selectionStart === -1 && (r.selectionStart = r.selectionEnd = 0);
45
- }, p = (n, t, r, e) => {
46
- n.selectionStart = n.selectionEnd = t, Ve(r, e, n);
47
- }, A = (n, t, r, e) => {
48
- n.eventValue = e.parseNumber(n.prevLooseValue, t), n.currentLooseValue = n.prevLooseValue, n.valueIsCorrected = !0, p(n, n.selectionStart, n.currentLooseValue, r);
49
- }, S = (n, t, r) => t.split(n).length !== r.split(n).length && t.length === r.length + n.length, pe = (n, t) => {
50
- const r = String(n.currentLooseValue), e = String(n.prevLooseValue);
51
- return S(t.minusSign, r, e) || S("-", r, e) || S("−", r, e);
52
- }, xe = (n, t) => {
53
- const r = String(n.currentLooseValue), e = String(n.prevLooseValue);
54
- return r.indexOf(t.minusSign) === -1 && e.indexOf(t.minusSign) !== -1;
55
- }, Le = (n, t) => String(n.currentLooseValue).split(t.decimal).length > 2, be = (n, t) => {
56
- const r = t.formatNumber(M, n), e = t.formatNumber(-M, n), u = t.formatNumber(w, n), o = t.formatNumber(Y, n), a = D(r), s = D(e), i = D(u), c = D(o), N = P(r), C = P(e), L = P(u), b = P(o);
45
+ }, p = (t, n, r, e) => {
46
+ t.selectionStart = t.selectionEnd = n, Ve(r, e, t);
47
+ }, D = (t, n, r, e) => {
48
+ t.eventValue = e.parseNumber(t.prevLooseValue, n), t.currentLooseValue = t.prevLooseValue, t.valueIsCorrected = !0, p(t, t.selectionStart, t.currentLooseValue, r);
49
+ }, S = (t, n, r) => n.split(t).length !== r.split(t).length && n.length === r.length + t.length, pe = (t, n) => {
50
+ const r = String(t.currentLooseValue), e = String(t.prevLooseValue);
51
+ return S(n.minusSign, r, e) || S("-", r, e) || S("−", r, e);
52
+ }, xe = (t, n) => {
53
+ const r = String(t.currentLooseValue), e = String(t.prevLooseValue);
54
+ return r.indexOf(n.minusSign) === -1 && e.indexOf(n.minusSign) !== -1;
55
+ }, Le = (t, n) => String(t.currentLooseValue).split(n.decimal).length > 2, he = (t, n) => {
56
+ const r = n.formatNumber(y, t), e = n.formatNumber(-y, t), u = n.formatNumber(w, t), o = n.formatNumber(Y, t), d = P(r), s = P(e), l = P(u), c = P(o), N = M(r), C = M(e), L = M(u), h = M(o);
57
57
  return {
58
- positiveInfo: [a, N],
58
+ positiveInfo: [d, N],
59
59
  negativeInfo: [s, C],
60
- zeroInfo: [i, L],
61
- oneInfo: [c, b]
60
+ zeroInfo: [l, L],
61
+ oneInfo: [c, h]
62
62
  };
63
- }, he = (n, t) => {
64
- const r = t.formatNumber(M, n), e = t.formatNumber(-M, n), u = t.formatNumber(w, n), o = t.formatNumber(Y, n), a = t.numberSymbols(), s = new RegExp(`[\\d\\${a.decimal}${a.group}]`, "g");
63
+ }, be = (t, n) => {
64
+ const r = n.formatNumber(y, t), e = n.formatNumber(-y, t), u = n.formatNumber(w, t), o = n.formatNumber(Y, t), d = n.numberSymbols(), s = new RegExp(`[\\d\\${d.decimal}${d.group}]`, "g");
65
65
  return [r, e, u, o].map((c) => c.replace(s, "")).join("").split("").filter((c, N, C) => C.indexOf(c) === N).join("");
66
- }, J = (n, t) => {
67
- const r = n.indexOf(t.decimal);
68
- return r > -1 ? r : O(n, m);
69
- }, B = (n) => n.split("").reverse().join(""), O = (n, t) => n.length - B(n).search(t), D = (n) => n.split(n[n.search(m)])[0], P = (n) => {
70
- const t = B(n);
71
- return B(t.split(t[t.search(m)])[0]);
72
- }, _ = (n, t) => n.search(t), K = (n, t) => {
73
- const r = n.indexOf(t);
74
- return r > -1 ? n.length - r - 1 : 0;
75
- }, Q = (n, t, r, e, u) => {
76
- const o = n.replace(u, "")[0] === "0", a = t.replace(u, "")[0] === "0";
77
- if (o && !a)
66
+ }, J = (t, n) => {
67
+ const r = t.indexOf(n.decimal);
68
+ return r > -1 ? r : O(t, m);
69
+ }, B = (t) => t.split("").reverse().join(""), O = (t, n) => t.length - B(t).search(n), P = (t) => t.split(t[t.search(m)])[0], M = (t) => {
70
+ const n = B(t);
71
+ return B(n.split(n[n.search(m)])[0]);
72
+ }, _ = (t, n) => t.search(n), K = (t, n) => {
73
+ const r = t.indexOf(n);
74
+ return r > -1 ? t.length - r - 1 : 0;
75
+ }, Q = (t, n, r, e, u) => {
76
+ const o = t.replace(u, "")[0] === "0", d = n.replace(u, "")[0] === "0";
77
+ if (o && !d)
78
78
  return r - 1;
79
- if (a && e)
79
+ if (d && e)
80
80
  return r + 1;
81
81
  let s = 0;
82
82
  for (let c = 0; c < r; c++)
83
- m.test(n.charAt(c)) && s++;
84
- let i = 0;
85
- for (; s > 0 && t.length > i; )
86
- m.test(t.charAt(i)) && s--, i++;
87
- return i;
88
- }, Oe = (n, t, r) => {
89
- const e = { ...n }, { prevLooseValue: u } = e, o = r.numberSymbols(), a = he(t, r), s = String(e.currentLooseValue), i = String(u), c = new RegExp(`[^\\d\\${o.decimal}]`, "g"), N = new RegExp(`[^\\d\\${o.decimal}\\${o.group}]`, "g"), C = new RegExp(`[\\d\\${o.decimal}\\${o.group}]`), L = s.replace(c, ""), b = _(s, m), E = b === -1 ? -1 : O(s, m), oe = s.indexOf(o.decimal), $ = (s.substring(0, b) + s.substring(b, E).replace(N, "") + s.substring(E, s.length)).split("").filter((V) => a.indexOf(V) !== -1 || V.search(C) !== -1).join(""), T = r.formatNumber(ae, t).replace(c, ""), G = T.indexOf(o.decimal), I = G > -1 ? T.length - G - 1 : 0, U = r.formatNumber(de, t).replace(c, ""), j = U.indexOf(o.decimal), R = j > -1 ? U.length - j - 1 : 0, { positiveInfo: se, negativeInfo: ue, zeroInfo: le, oneInfo: ie } = be(t, r), d = [se, ue, le, ie], ce = d.findIndex((V) => V.findIndex((h) => !!h) !== -1) !== 1, v = s.length > 0 && s.length < i.length, X = typeof t == "string" && t[0] === "p" && s && s.indexOf(o.percentSign) === -1;
83
+ m.test(t.charAt(c)) && s++;
84
+ let l = 0;
85
+ for (; s > 0 && n.length > l; )
86
+ m.test(n.charAt(l)) && s--, l++;
87
+ return l;
88
+ }, Oe = (t, n, r) => {
89
+ const e = { ...t }, { prevLooseValue: u } = e, o = r.numberSymbols(), d = be(n, r), s = String(e.currentLooseValue), l = String(u), c = new RegExp(`[^\\d\\${o.decimal}]`, "g"), N = new RegExp(`[^\\d\\${o.decimal}\\${o.group}]`, "g"), C = new RegExp(`[\\d\\${o.decimal}\\${o.group}]`), L = s.replace(c, ""), h = _(s, m), E = h === -1 ? -1 : O(s, m), oe = s.indexOf(o.decimal), $ = (s.substring(0, h) + s.substring(h, E).replace(N, "") + s.substring(E, s.length)).split("").filter((V) => d.indexOf(V) !== -1 || V.search(C) !== -1).join(""), T = r.formatNumber(ae, n).replace(c, ""), G = T.indexOf(o.decimal), I = G > -1 ? T.length - G - 1 : 0, U = r.formatNumber(de, n).replace(c, ""), j = U.indexOf(o.decimal), R = j > -1 ? U.length - j - 1 : 0, { positiveInfo: se, negativeInfo: ue, zeroInfo: ie, oneInfo: le } = he(n, r), a = [se, ue, ie, le], ce = a.findIndex((V) => V.findIndex((b) => !!b) !== -1) !== 1, v = s.length > 0 && s.length < l.length, W = typeof n == "string" && n[0] === "p" && s && s.indexOf(o.percentSign) === -1;
90
90
  if (!e.isPaste) {
91
91
  if (s === "")
92
92
  return e.eventValue = null, e.currentLooseValue = "", e;
93
- if (e.currentLooseValue === o.minusSign && r.formatNumber(-0, t) !== i)
94
- return e.eventValue = null, e.currentLooseValue = o.minusSign, p(e, e.selectionStart, e.currentLooseValue, d), e;
93
+ if (e.currentLooseValue === o.minusSign && r.formatNumber(-0, n) !== l)
94
+ return e.eventValue = null, e.currentLooseValue = o.minusSign, p(e, e.selectionStart, e.currentLooseValue, a), e;
95
95
  if (e.currentLooseValue === o.decimal) {
96
96
  e.eventValue = 0;
97
- const f = x(e.eventValue, t, r);
97
+ const f = x(e.eventValue, n, r);
98
98
  if (R === 0 && I > 0) {
99
- const l = O(f, m);
100
- e.currentLooseValue = f.substring(0, l) + o.decimal + f.substring(l);
99
+ const i = O(f, m);
100
+ e.currentLooseValue = f.substring(0, i) + o.decimal + f.substring(i);
101
101
  } else
102
102
  e.currentLooseValue = f;
103
103
  return p(
104
104
  e,
105
105
  J(e.currentLooseValue, o) + 1,
106
106
  e.currentLooseValue,
107
- d
107
+ a
108
108
  ), e;
109
109
  }
110
110
  if (pe(e, o)) {
111
- const f = r.parseNumber(u, t);
111
+ const f = r.parseNumber(u, n);
112
112
  if (f === null)
113
- return e.eventValue = null, e.currentLooseValue = o.minusSign, p(e, e.selectionStart, e.currentLooseValue, d), e;
114
- e.eventValue = -f, e.currentLooseValue = x(e.eventValue, t, r);
115
- const l = _(e.currentLooseValue, m), g = _(i, m);
113
+ return e.eventValue = null, e.currentLooseValue = o.minusSign, p(e, e.selectionStart, e.currentLooseValue, a), e;
114
+ e.eventValue = -f, e.currentLooseValue = x(e.eventValue, n, r);
115
+ const i = _(e.currentLooseValue, m), g = _(l, m);
116
116
  return p(
117
117
  e,
118
- e.selectionEnd - 1 + (l - g),
118
+ e.selectionEnd - 1 + (i - g),
119
119
  e.currentLooseValue,
120
- d
120
+ a
121
121
  ), e;
122
122
  }
123
123
  if (xe(e, o))
124
- return e.eventValue = r.parseNumber(e.currentLooseValue, t), p(e, e.selectionStart, e.currentLooseValue, d), e;
124
+ return e.eventValue = r.parseNumber(e.currentLooseValue, n), p(e, e.selectionStart, e.currentLooseValue, a), e;
125
125
  if (Le(e, o))
126
- return A(e, t, d, r), e;
127
- if (X)
128
- return e.eventValue = r.parseNumber(s, t) / 100, e.currentLooseValue = x(e.eventValue, t, r), e;
129
- if (String(e.currentLooseValue).replace(/[^\d]/g, "").length > ee || L !== s && s && ce && d.findIndex(([l, g]) => {
130
- const F = s.indexOf(l), z = s.indexOf(g), Z = F === 0, W = z === s.length - g.length, k = F + l.length !== b && b !== -1 && s[F + l.length] !== o.decimal, q = z !== E && E !== -1 && s[z - 1] !== o.decimal;
131
- return l && g ? k || q ? !1 : Z && W : l ? k ? !1 : Z : g ? q ? !1 : W : !1;
132
- }) === -1)
133
- return A(e, t, d, r), e;
126
+ return D(e, n, a, r), e;
127
+ if (W)
128
+ return e.eventValue = r.parseNumber(s, n) / 100, e.currentLooseValue = x(e.eventValue, n, r), e;
129
+ if (String(e.currentLooseValue).replace(/[^\d]/g, "").length > ee || L !== s && s && ce && a.findIndex(([i, g]) => {
130
+ const z = s.indexOf(i), A = s.indexOf(g), X = z === 0, Z = A === s.length - g.length, k = z + i.length !== h && h !== -1 && s[z + i.length] !== o.decimal, q = A !== E && E !== -1 && s[A - 1] !== o.decimal;
131
+ return i && g ? k || q ? !1 : X && Z : i ? k ? !1 : X : g ? q ? !1 : Z : !1;
132
+ }) === -1 || s.indexOf(o.percentSign) > -1 && (typeof n != "string" || !n.startsWith("p")))
133
+ return D(e, n, a, r), e;
134
134
  if (L[L.length - 1] === o.decimal && I > 0)
135
- return e.eventValue = r.parseNumber(s, t), e.currentLooseValue = $, e;
136
- if (e.currentLooseValue && u && (a + o.decimal + o.group).split("").findIndex((l) => s.split("").filter((g) => g === l).length < i.split("").filter((g) => g === l).length && s.length + 1 === i.length ? !(l === o.decimal && K(i.replace(c, ""), o.decimal) === 0) : !1) > -1)
137
- return e.eventValue = r.parseNumber(n.prevLooseValue, t), e.currentLooseValue = n.prevLooseValue, e;
138
- const h = K(L, o.decimal), y = L[L.length - 1] === "0";
139
- if (v && y && h < R)
140
- return e.eventValue = r.parseNumber(e.currentLooseValue, t), e.currentLooseValue = x(e.eventValue, t, r), e;
141
- if (h > 0) {
135
+ return e.eventValue = r.parseNumber(s, n), e.currentLooseValue = $, e;
136
+ if (e.currentLooseValue && u && (d + o.decimal + o.group).split("").findIndex((i) => s.split("").filter((g) => g === i).length < l.split("").filter((g) => g === i).length && s.length + 1 === l.length ? !(i === o.decimal && K(l.replace(c, ""), o.decimal) === 0) : !1) > -1)
137
+ return e.eventValue = r.parseNumber(t.prevLooseValue, n), e.currentLooseValue = t.prevLooseValue, e;
138
+ const b = K(L, o.decimal), F = L[L.length - 1] === "0";
139
+ if (v && F && b < R)
140
+ return e.eventValue = r.parseNumber(e.currentLooseValue, n), e.currentLooseValue = x(e.eventValue, n, r), e;
141
+ if (b > 0) {
142
142
  const f = s.substring(0, oe);
143
- if (y && (!f || i.indexOf(f) !== 0)) {
144
- e.eventValue = r.parseNumber(e.currentLooseValue, t);
145
- const l = x(e.eventValue, t, r);
143
+ if (F && (!f || l.indexOf(f) !== 0)) {
144
+ e.eventValue = r.parseNumber(e.currentLooseValue, n);
145
+ const i = x(e.eventValue, n, r);
146
146
  return p(
147
147
  e,
148
148
  Q(
149
149
  s,
150
- l,
150
+ i,
151
151
  e.selectionEnd,
152
152
  v,
153
153
  c
154
154
  ),
155
- l,
156
- d
157
- ), e.currentLooseValue = l, e;
155
+ i,
156
+ a
157
+ ), e.currentLooseValue = i, e;
158
158
  }
159
- if (h > I) {
160
- const l = s.indexOf(o.decimal), g = s.substring(0, l) + s.substring(l, l + 1 + I) + s.substring(E, String(e.currentLooseValue).length);
161
- return e.eventValue = r.parseNumber(g, t), e.currentLooseValue = g, p(e, e.selectionStart, g, d), e;
159
+ if (b > I) {
160
+ const i = s.indexOf(o.decimal), g = s.substring(0, i) + s.substring(i, i + 1 + I) + s.substring(E, String(e.currentLooseValue).length);
161
+ return e.eventValue = r.parseNumber(g, n), e.currentLooseValue = g, p(e, e.selectionStart, g, a), e;
162
162
  }
163
- if (R !== I && h <= I && y)
164
- return e.eventValue = r.parseNumber(e.currentLooseValue, t), e.currentLooseValue = $, e;
165
- if (h < R)
166
- return e.eventValue = r.parseNumber(e.currentLooseValue, t), e.currentLooseValue = x(e.eventValue, t, r), e;
163
+ if (R !== I && b <= I && F)
164
+ return e.eventValue = r.parseNumber(e.currentLooseValue, n), e.currentLooseValue = $, e;
165
+ if (b < R)
166
+ return e.eventValue = r.parseNumber(e.currentLooseValue, n), e.currentLooseValue = x(e.eventValue, n, r), e;
167
167
  }
168
168
  }
169
- if (e.eventValue = r.parseNumber(e.currentLooseValue, t), X && (e.eventValue = e.eventValue / 100), typeof e.eventValue == "number") {
170
- const V = x(e.eventValue, t, r);
171
- s.length === 1 ? p(e, J(V, o), V, d) : p(
169
+ if (e.eventValue = r.parseNumber(e.currentLooseValue, n), W && (e.eventValue = e.eventValue / 100), typeof e.eventValue == "number") {
170
+ const V = x(e.eventValue, n, r);
171
+ s.length === 1 ? p(e, J(V, o), V, a) : p(
172
172
  e,
173
173
  Q(
174
174
  s,
@@ -178,10 +178,10 @@ const M = 11111111111111e-7, ae = 0.31111111111111117, de = 1, Y = 1, w = 0, m =
178
178
  c
179
179
  ),
180
180
  V,
181
- d
181
+ a
182
182
  ), e.currentLooseValue = V;
183
183
  } else
184
- e.currentLooseValue = x(r.parseNumber(L), t, r);
184
+ e.currentLooseValue = x(r.parseNumber(L), n, r);
185
185
  return e;
186
186
  };
187
187
  export {
@@ -191,16 +191,16 @@ export {
191
191
  H as fractionLength,
192
192
  K as getDecimalCount,
193
193
  _ as getFirstNumberIndex,
194
- be as getFormatPrefixSufix,
195
- he as getFormatSymbols,
194
+ he as getFormatPrefixSufix,
195
+ be as getFormatSymbols,
196
196
  J as getInitialPosition,
197
197
  Ie as getInitialState,
198
198
  O as getLastNumberIndex,
199
199
  fe as getMaxCursorPosition,
200
200
  me as getMinCursorPosition,
201
- D as getPrefix,
201
+ P as getPrefix,
202
202
  Ne as getStateOrPropsValue,
203
- P as getSuffix,
203
+ M as getSuffix,
204
204
  Ce as increaseValue,
205
205
  Le as isDecimalDuplicated,
206
206
  pe as isMinusSymbolAdded,
@@ -210,7 +210,7 @@ export {
210
210
  re as rangeValue,
211
211
  B as reverseString,
212
212
  Oe as sanitizeNumber,
213
- A as setInvalid,
213
+ D as setInvalid,
214
214
  p as setSelection,
215
215
  te as toFixedPrecision
216
216
  };
@@ -5,4 +5,4 @@
5
5
  * Licensed under commercial license. See LICENSE.md in the package root for more information
6
6
  *-------------------------------------------------------------------------------------------
7
7
  */
8
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-inputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1779805412,version:"15.0.1-develop.1",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
8
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=Object.freeze({name:"@progress/kendo-react-inputs",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1779951540,version:"15.0.1-develop.3",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui/components/my-license/"});exports.packageMetadata=e;
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
7
7
  productName: 'KendoReact',
8
8
  productCode: 'KENDOUIREACT',
9
9
  productCodes: ['KENDOUIREACT'],
10
- publishDate: 1779805412,
11
- version: '15.0.1-develop.1',
10
+ publishDate: 1779951540,
11
+ version: '15.0.1-develop.3',
12
12
  licensingDocsUrl: 'https://www.telerik.com/kendo-react-ui/components/my-license/'
13
13
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-inputs",
3
- "version": "15.0.1-develop.1",
3
+ "version": "15.0.1-develop.3",
4
4
  "description": "React Inputs offer a customizable interface for users to enter and pick different information. KendoReact Input package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -28,14 +28,14 @@
28
28
  "@progress/kendo-drawing": "^1.21.2",
29
29
  "@progress/kendo-inputs-common": "^3.1.0",
30
30
  "@progress/kendo-licensing": "^1.7.2",
31
- "@progress/kendo-react-animation": "15.0.1-develop.1",
32
- "@progress/kendo-react-buttons": "15.0.1-develop.1",
33
- "@progress/kendo-react-common": "15.0.1-develop.1",
34
- "@progress/kendo-react-dialogs": "15.0.1-develop.1",
35
- "@progress/kendo-react-layout": "15.0.1-develop.1",
36
- "@progress/kendo-react-intl": "15.0.1-develop.1",
37
- "@progress/kendo-react-labels": "15.0.1-develop.1",
38
- "@progress/kendo-react-popup": "15.0.1-develop.1",
31
+ "@progress/kendo-react-animation": "15.0.1-develop.3",
32
+ "@progress/kendo-react-buttons": "15.0.1-develop.3",
33
+ "@progress/kendo-react-common": "15.0.1-develop.3",
34
+ "@progress/kendo-react-dialogs": "15.0.1-develop.3",
35
+ "@progress/kendo-react-layout": "15.0.1-develop.3",
36
+ "@progress/kendo-react-intl": "15.0.1-develop.3",
37
+ "@progress/kendo-react-labels": "15.0.1-develop.3",
38
+ "@progress/kendo-react-popup": "15.0.1-develop.3",
39
39
  "@progress/kendo-svg-icons": "^4.9.0 || ^5.0.0",
40
40
  "react": "^18.0.0 || ^19.0.0",
41
41
  "react-dom": "^18.0.0 || ^19.0.0"
@@ -82,7 +82,7 @@
82
82
  "package": {
83
83
  "productName": "KendoReact",
84
84
  "productCode": "KENDOUIREACT",
85
- "publishDate": 1779805412,
85
+ "publishDate": 1779951540,
86
86
  "licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
87
87
  }
88
88
  },