@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.
- package/MaskedTextBoxMcpWrapper.d.ts +3 -1
- package/dist/cdn/js/kendo-react-inputs.js +1 -1
- package/index.d.mts +2 -4
- package/index.d.ts +2 -4
- package/index.js +1 -1
- package/index.mjs +89 -90
- package/numerictextbox/utils/index.js +1 -1
- package/numerictextbox/utils/index.mjs +110 -110
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +10 -10
|
@@ -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
|
|
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 = (
|
|
19
|
-
const r = ge(
|
|
20
|
-
return parseFloat(
|
|
21
|
-
}, Ce = (
|
|
22
|
-
const s = ne(
|
|
23
|
-
|
|
24
|
-
}, Ee = (
|
|
25
|
-
const s = ne(
|
|
26
|
-
|
|
27
|
-
}, re = (
|
|
28
|
-
const r =
|
|
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 =
|
|
32
|
-
return
|
|
33
|
-
}, me = (
|
|
34
|
-
const r =
|
|
35
|
-
return r === -1 ? -1 :
|
|
36
|
-
}, Ve = (
|
|
37
|
-
const e = fe(
|
|
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 >
|
|
43
|
-
const u = me(
|
|
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 = (
|
|
46
|
-
|
|
47
|
-
},
|
|
48
|
-
|
|
49
|
-
}, S = (
|
|
50
|
-
const r = String(
|
|
51
|
-
return S(
|
|
52
|
-
}, xe = (
|
|
53
|
-
const r = String(
|
|
54
|
-
return r.indexOf(
|
|
55
|
-
}, Le = (
|
|
56
|
-
const r =
|
|
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: [
|
|
58
|
+
positiveInfo: [d, N],
|
|
59
59
|
negativeInfo: [s, C],
|
|
60
|
-
zeroInfo: [
|
|
61
|
-
oneInfo: [c,
|
|
60
|
+
zeroInfo: [l, L],
|
|
61
|
+
oneInfo: [c, h]
|
|
62
62
|
};
|
|
63
|
-
},
|
|
64
|
-
const r =
|
|
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 = (
|
|
67
|
-
const r =
|
|
68
|
-
return r > -1 ? r : O(
|
|
69
|
-
}, B = (
|
|
70
|
-
const
|
|
71
|
-
return B(
|
|
72
|
-
}, _ = (
|
|
73
|
-
const r =
|
|
74
|
-
return r > -1 ?
|
|
75
|
-
}, Q = (
|
|
76
|
-
const o =
|
|
77
|
-
if (o && !
|
|
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 (
|
|
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(
|
|
84
|
-
let
|
|
85
|
-
for (; s > 0 &&
|
|
86
|
-
m.test(
|
|
87
|
-
return
|
|
88
|
-
}, Oe = (
|
|
89
|
-
const e = { ...
|
|
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,
|
|
94
|
-
return e.eventValue = null, e.currentLooseValue = o.minusSign, p(e, e.selectionStart, e.currentLooseValue,
|
|
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,
|
|
97
|
+
const f = x(e.eventValue, n, r);
|
|
98
98
|
if (R === 0 && I > 0) {
|
|
99
|
-
const
|
|
100
|
-
e.currentLooseValue = f.substring(0,
|
|
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
|
-
|
|
107
|
+
a
|
|
108
108
|
), e;
|
|
109
109
|
}
|
|
110
110
|
if (pe(e, o)) {
|
|
111
|
-
const f = r.parseNumber(u,
|
|
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,
|
|
114
|
-
e.eventValue = -f, e.currentLooseValue = x(e.eventValue,
|
|
115
|
-
const
|
|
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 + (
|
|
118
|
+
e.selectionEnd - 1 + (i - g),
|
|
119
119
|
e.currentLooseValue,
|
|
120
|
-
|
|
120
|
+
a
|
|
121
121
|
), e;
|
|
122
122
|
}
|
|
123
123
|
if (xe(e, o))
|
|
124
|
-
return e.eventValue = r.parseNumber(e.currentLooseValue,
|
|
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
|
|
127
|
-
if (
|
|
128
|
-
return e.eventValue = r.parseNumber(s,
|
|
129
|
-
if (String(e.currentLooseValue).replace(/[^\d]/g, "").length > ee || L !== s && s && ce &&
|
|
130
|
-
const
|
|
131
|
-
return
|
|
132
|
-
}) === -1)
|
|
133
|
-
return
|
|
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,
|
|
136
|
-
if (e.currentLooseValue && u && (
|
|
137
|
-
return e.eventValue = r.parseNumber(
|
|
138
|
-
const
|
|
139
|
-
if (v &&
|
|
140
|
-
return e.eventValue = r.parseNumber(e.currentLooseValue,
|
|
141
|
-
if (
|
|
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 (
|
|
144
|
-
e.eventValue = r.parseNumber(e.currentLooseValue,
|
|
145
|
-
const
|
|
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
|
-
|
|
150
|
+
i,
|
|
151
151
|
e.selectionEnd,
|
|
152
152
|
v,
|
|
153
153
|
c
|
|
154
154
|
),
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
), e.currentLooseValue =
|
|
155
|
+
i,
|
|
156
|
+
a
|
|
157
|
+
), e.currentLooseValue = i, e;
|
|
158
158
|
}
|
|
159
|
-
if (
|
|
160
|
-
const
|
|
161
|
-
return e.eventValue = r.parseNumber(g,
|
|
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 &&
|
|
164
|
-
return e.eventValue = r.parseNumber(e.currentLooseValue,
|
|
165
|
-
if (
|
|
166
|
-
return e.eventValue = r.parseNumber(e.currentLooseValue,
|
|
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,
|
|
170
|
-
const V = x(e.eventValue,
|
|
171
|
-
s.length === 1 ? p(e, J(V, o), V,
|
|
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
|
-
|
|
181
|
+
a
|
|
182
182
|
), e.currentLooseValue = V;
|
|
183
183
|
} else
|
|
184
|
-
e.currentLooseValue = x(r.parseNumber(L),
|
|
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
|
-
|
|
195
|
-
|
|
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
|
-
|
|
201
|
+
P as getPrefix,
|
|
202
202
|
Ne as getStateOrPropsValue,
|
|
203
|
-
|
|
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
|
-
|
|
213
|
+
D as setInvalid,
|
|
214
214
|
p as setSelection,
|
|
215
215
|
te as toFixedPrecision
|
|
216
216
|
};
|
package/package-metadata.js
CHANGED
|
@@ -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:
|
|
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;
|
package/package-metadata.mjs
CHANGED
|
@@ -7,7 +7,7 @@ export const packageMetadata = Object.freeze({
|
|
|
7
7
|
productName: 'KendoReact',
|
|
8
8
|
productCode: 'KENDOUIREACT',
|
|
9
9
|
productCodes: ['KENDOUIREACT'],
|
|
10
|
-
publishDate:
|
|
11
|
-
version: '15.0.1-develop.
|
|
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.
|
|
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.
|
|
32
|
-
"@progress/kendo-react-buttons": "15.0.1-develop.
|
|
33
|
-
"@progress/kendo-react-common": "15.0.1-develop.
|
|
34
|
-
"@progress/kendo-react-dialogs": "15.0.1-develop.
|
|
35
|
-
"@progress/kendo-react-layout": "15.0.1-develop.
|
|
36
|
-
"@progress/kendo-react-intl": "15.0.1-develop.
|
|
37
|
-
"@progress/kendo-react-labels": "15.0.1-develop.
|
|
38
|
-
"@progress/kendo-react-popup": "15.0.1-develop.
|
|
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":
|
|
85
|
+
"publishDate": 1779951540,
|
|
86
86
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
87
87
|
}
|
|
88
88
|
},
|