@progress/kendo-react-inputs 15.0.1-develop.2 → 15.0.1-develop.4
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/checkbox/Checkbox.js +1 -1
- package/checkbox/Checkbox.mjs +87 -84
- package/checkbox/interfaces/CheckboxProps.d.ts +6 -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/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +10 -10
package/index.d.mts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { FormComponentValidity } from '@progress/kendo-react-common';
|
|
9
9
|
import { default as ColorInput } from './colors/ColorInput.js';
|
|
10
|
-
import {
|
|
10
|
+
import { MaskedTextBoxWrapper } from './MaskedTextBoxMcpWrapper.js';
|
|
11
11
|
export { type FormComponentValidity };
|
|
12
12
|
export { ColorInput };
|
|
13
13
|
export { type InputChangeEvent } from './input/interfaces/InputChangeEvent';
|
|
@@ -32,9 +32,7 @@ export * from './colors/interfaces/ColorPickerView';
|
|
|
32
32
|
export * from './colors/FlatColorPicker.js';
|
|
33
33
|
export { Input, type InputHandle, type InputProps, InputPropsContext, type InputState } from './input/Input.js';
|
|
34
34
|
export { MaskedTextBox as MaskedTextBoxClassComponent, MaskedTextBoxWithoutContext, type MaskedTextBoxHandle, type MaskedTextBoxPropsContext } from './maskedtextbox/MaskedTextBox.js';
|
|
35
|
-
|
|
36
|
-
type MaskedTextBox = typeof MaskedTextBoxOriginal;
|
|
37
|
-
export { MaskedTextBox };
|
|
35
|
+
export { MaskedTextBoxWrapper as MaskedTextBox };
|
|
38
36
|
export { maskingChanged } from './maskedtextbox/utils.js';
|
|
39
37
|
export * from './maskedtextbox/MaskedTextBoxProps';
|
|
40
38
|
export * from './numerictextbox/NumericTextBox.js';
|
package/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { FormComponentValidity } from '@progress/kendo-react-common';
|
|
9
9
|
import { default as ColorInput } from './colors/ColorInput.js';
|
|
10
|
-
import {
|
|
10
|
+
import { MaskedTextBoxWrapper } from './MaskedTextBoxMcpWrapper.js';
|
|
11
11
|
export { type FormComponentValidity };
|
|
12
12
|
export { ColorInput };
|
|
13
13
|
export { type InputChangeEvent } from './input/interfaces/InputChangeEvent';
|
|
@@ -32,9 +32,7 @@ export * from './colors/interfaces/ColorPickerView';
|
|
|
32
32
|
export * from './colors/FlatColorPicker.js';
|
|
33
33
|
export { Input, type InputHandle, type InputProps, InputPropsContext, type InputState } from './input/Input.js';
|
|
34
34
|
export { MaskedTextBox as MaskedTextBoxClassComponent, MaskedTextBoxWithoutContext, type MaskedTextBoxHandle, type MaskedTextBoxPropsContext } from './maskedtextbox/MaskedTextBox.js';
|
|
35
|
-
|
|
36
|
-
type MaskedTextBox = typeof MaskedTextBoxOriginal;
|
|
37
|
-
export { MaskedTextBox };
|
|
35
|
+
export { MaskedTextBoxWrapper as MaskedTextBox };
|
|
38
36
|
export { maskingChanged } from './maskedtextbox/utils.js';
|
|
39
37
|
export * from './maskedtextbox/MaskedTextBoxProps';
|
|
40
38
|
export * from './numerictextbox/NumericTextBox.js';
|
package/index.js
CHANGED
|
@@ -6,4 +6,4 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
"use client";
|
|
9
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const q=require("./colors/ColorInput.js"),g=require("./MaskedTextBoxMcpWrapper.js"),t=require("./messages/index.js"),o=require("./colors/ColorGradient.js"),r=require("./colors/ColorPalette.js"),B=require("./colors/models/palette-presets.js"),n=require("./colors/ColorPicker.js"),k=require("./colors/FlatColorPicker.js"),i=require("./input/Input.js"),u=require("./maskedtextbox/MaskedTextBox.js"),h=require("./maskedtextbox/utils.js"),a=require("./numerictextbox/NumericTextBox.js"),s=require("./slider/Slider.js"),x=require("./slider/SliderLabel.js"),m=require("./numerictextbox/utils/index.js"),c=require("./range-slider/range-raducer.js"),C=require("./range-slider/RangeSlider.js"),l=require("./switch/Switch.js"),p=require("./checkbox/Checkbox.js"),d=require("./radiobutton/RadioGroup.js"),P=require("./radiobutton/RadioButton.js"),R=require("./textarea/TextArea.js"),
|
|
9
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const q=require("./colors/ColorInput.js"),g=require("./MaskedTextBoxMcpWrapper.js"),t=require("./messages/index.js"),o=require("./colors/ColorGradient.js"),r=require("./colors/ColorPalette.js"),B=require("./colors/models/palette-presets.js"),n=require("./colors/ColorPicker.js"),k=require("./colors/FlatColorPicker.js"),i=require("./input/Input.js"),u=require("./maskedtextbox/MaskedTextBox.js"),h=require("./maskedtextbox/utils.js"),a=require("./numerictextbox/NumericTextBox.js"),s=require("./slider/Slider.js"),x=require("./slider/SliderLabel.js"),m=require("./numerictextbox/utils/index.js"),c=require("./range-slider/range-raducer.js"),C=require("./range-slider/RangeSlider.js"),l=require("./switch/Switch.js"),p=require("./checkbox/Checkbox.js"),d=require("./radiobutton/RadioGroup.js"),P=require("./radiobutton/RadioButton.js"),R=require("./textarea/TextArea.js"),I=require("./rating/Rating.js"),A=require("./rating/RatingItem.js"),T=require("./rating/rating-reducer.js"),e=require("./rating/utils/index.js"),S=require("./signature/Signature.js"),E=require("./textbox/Textbox.js"),G=require("./input/InputClearValue.js"),N=require("./input/InputPrefix.js"),b=require("./input/InputSeparator.js"),f=require("./input/InputSuffix.js"),V=require("./input/InputValidationIcon.js");exports.ColorInput=q;exports.MaskedTextBox=g.MaskedTextBoxWrapper;exports.inputsMessages=t.messages;exports.numericDecreaseValue=t.numericDecreaseValue;exports.numericIncreaseValue=t.numericIncreaseValue;exports.ColorGradient=o.ColorGradient;exports.ColorGradientPropsContext=o.ColorGradientPropsContext;exports.ColorGradientWithoutContext=o.ColorGradientWithoutContext;exports.ColorPalette=r.ColorPalette;exports.ColorPalettePropsContext=r.ColorPalettePropsContext;exports.ColorPaletteWithoutContext=r.ColorPaletteWithoutContext;exports.PALETTEPRESETS=B.PALETTEPRESETS;exports.ColorPicker=n.ColorPicker;exports.ColorPickerPropsContext=n.ColorPickerPropsContext;exports.FlatColorPicker=k.FlatColorPicker;exports.Input=i.Input;exports.InputPropsContext=i.InputPropsContext;exports.MaskedTextBoxClassComponent=u.MaskedTextBox;exports.MaskedTextBoxWithoutContext=u.MaskedTextBoxWithoutContext;exports.maskingChanged=h.maskingChanged;exports.NumericTextBox=a.NumericTextBox;exports.NumericTextBoxPropsContext=a.NumericTextBoxPropsContext;exports.Slider=s.Slider;exports.SliderWithoutContext=s.SliderWithoutContext;exports.SLIDER_LABEL_ATTRIBUTE=x.SLIDER_LABEL_ATTRIBUTE;exports.SliderLabel=x.SliderLabel;exports.sanitizeNumber=m.sanitizeNumber;exports.RANGE_ACTION=c.RANGE_ACTION;exports.rangeReducer=c.rangeReducer;exports.RangeSlider=C.RangeSlider;exports.RangeSliderPropsContext=C.RangeSliderPropsContext;exports.Switch=l.Switch;exports.SwitchWithoutContext=l.SwitchWithoutContext;exports.Checkbox=p.Checkbox;exports.CheckboxPropsContext=p.CheckboxPropsContext;exports.RadioGroup=d.RadioGroup;exports.RadioGroupPropsContext=d.RadioGroupPropsContext;exports.RadioButton=P.RadioButton;exports.RadioButtonPropsContext=P.RadioButtonPropsContext;exports.TextArea=R.TextArea;exports.TextAreaPropsContext=R.TextAreaPropsContext;exports.Rating=I.Rating;exports.RatingPropsContext=I.RatingPropsContext;exports.RatingItem=A.RatingItem;exports.RATING_ACTION=T.RATING_ACTION;exports.ratingReducer=T.ratingReducer;exports.isCorrectValue=e.isCorrectValue;exports.isHalf=e.isHalf;exports.isSelected=e.isSelected;exports.toRound=e.toRound;exports.Signature=S.Signature;exports.SignaturePropsContext=S.SignaturePropsContext;exports.TextBox=E.TextBox;exports.InputClearValue=G.InputClearValue;exports.InputPrefix=N.InputPrefix;exports.InputSeparator=b.InputSeparator;exports.InputSuffix=f.InputSuffix;exports.InputValidationIcon=V.InputValidationIcon;
|
package/index.mjs
CHANGED
|
@@ -6,97 +6,96 @@
|
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
8
8
|
"use client";
|
|
9
|
-
import { default as
|
|
10
|
-
import { MaskedTextBoxWrapper as
|
|
11
|
-
import { messages as
|
|
12
|
-
import { ColorGradient as f, ColorGradientPropsContext as
|
|
13
|
-
import { ColorPalette as
|
|
14
|
-
import { PALETTEPRESETS as
|
|
15
|
-
import { ColorPicker as
|
|
16
|
-
import { FlatColorPicker as
|
|
17
|
-
import { Input as
|
|
18
|
-
import { MaskedTextBox as
|
|
19
|
-
import { maskingChanged as
|
|
20
|
-
import { NumericTextBox as
|
|
21
|
-
import { Slider as
|
|
22
|
-
import { SLIDER_LABEL_ATTRIBUTE as
|
|
23
|
-
import { sanitizeNumber as
|
|
24
|
-
import { RANGE_ACTION as
|
|
25
|
-
import { RangeSlider as
|
|
26
|
-
import { Switch as
|
|
27
|
-
import { Checkbox as
|
|
28
|
-
import { RadioGroup as
|
|
29
|
-
import { RadioButton as
|
|
30
|
-
import { TextArea as
|
|
31
|
-
import { Rating as
|
|
32
|
-
import { RatingItem as
|
|
33
|
-
import { RATING_ACTION as
|
|
34
|
-
import { isCorrectValue as
|
|
35
|
-
import { Signature as
|
|
36
|
-
import { TextBox as
|
|
37
|
-
import { InputClearValue as
|
|
38
|
-
import { InputPrefix as
|
|
39
|
-
import { InputSeparator as
|
|
40
|
-
import { InputSuffix as
|
|
41
|
-
import { InputValidationIcon as
|
|
42
|
-
const e = o;
|
|
9
|
+
import { default as t } from "./colors/ColorInput.mjs";
|
|
10
|
+
import { MaskedTextBoxWrapper as x } from "./MaskedTextBoxMcpWrapper.mjs";
|
|
11
|
+
import { messages as a, numericDecreaseValue as n, numericIncreaseValue as i } from "./messages/index.mjs";
|
|
12
|
+
import { ColorGradient as f, ColorGradientPropsContext as s, ColorGradientWithoutContext as C } from "./colors/ColorGradient.mjs";
|
|
13
|
+
import { ColorPalette as l, ColorPalettePropsContext as d, ColorPaletteWithoutContext as P } from "./colors/ColorPalette.mjs";
|
|
14
|
+
import { PALETTEPRESETS as c } from "./colors/models/palette-presets.mjs";
|
|
15
|
+
import { ColorPicker as I, ColorPickerPropsContext as S } from "./colors/ColorPicker.mjs";
|
|
16
|
+
import { FlatColorPicker as B } from "./colors/FlatColorPicker.mjs";
|
|
17
|
+
import { Input as h, InputPropsContext as A } from "./input/Input.mjs";
|
|
18
|
+
import { MaskedTextBox as G, MaskedTextBoxWithoutContext as N } from "./maskedtextbox/MaskedTextBox.mjs";
|
|
19
|
+
import { maskingChanged as W } from "./maskedtextbox/utils.mjs";
|
|
20
|
+
import { NumericTextBox as V, NumericTextBoxPropsContext as b } from "./numerictextbox/NumericTextBox.mjs";
|
|
21
|
+
import { Slider as w, SliderWithoutContext as D } from "./slider/Slider.mjs";
|
|
22
|
+
import { SLIDER_LABEL_ATTRIBUTE as z, SliderLabel as F } from "./slider/SliderLabel.mjs";
|
|
23
|
+
import { sanitizeNumber as U } from "./numerictextbox/utils/index.mjs";
|
|
24
|
+
import { RANGE_ACTION as q, rangeReducer as v } from "./range-slider/range-raducer.mjs";
|
|
25
|
+
import { RangeSlider as J, RangeSliderPropsContext as K } from "./range-slider/RangeSlider.mjs";
|
|
26
|
+
import { Switch as X, SwitchWithoutContext as Y } from "./switch/Switch.mjs";
|
|
27
|
+
import { Checkbox as $, CheckboxPropsContext as oo } from "./checkbox/Checkbox.mjs";
|
|
28
|
+
import { RadioGroup as to, RadioGroupPropsContext as ro } from "./radiobutton/RadioGroup.mjs";
|
|
29
|
+
import { RadioButton as po, RadioButtonPropsContext as ao } from "./radiobutton/RadioButton.mjs";
|
|
30
|
+
import { TextArea as io, TextAreaPropsContext as mo } from "./textarea/TextArea.mjs";
|
|
31
|
+
import { Rating as so, RatingPropsContext as Co } from "./rating/Rating.mjs";
|
|
32
|
+
import { RatingItem as lo } from "./rating/RatingItem.mjs";
|
|
33
|
+
import { RATING_ACTION as To, ratingReducer as co } from "./rating/rating-reducer.mjs";
|
|
34
|
+
import { isCorrectValue as Io, isHalf as So, isSelected as go, toRound as Bo } from "./rating/utils/index.mjs";
|
|
35
|
+
import { Signature as ho, SignaturePropsContext as Ao } from "./signature/Signature.mjs";
|
|
36
|
+
import { TextBox as Go } from "./textbox/Textbox.mjs";
|
|
37
|
+
import { InputClearValue as Mo } from "./input/InputClearValue.mjs";
|
|
38
|
+
import { InputPrefix as Lo } from "./input/InputPrefix.mjs";
|
|
39
|
+
import { InputSeparator as bo } from "./input/InputSeparator.mjs";
|
|
40
|
+
import { InputSuffix as wo } from "./input/InputSuffix.mjs";
|
|
41
|
+
import { InputValidationIcon as Oo } from "./input/InputValidationIcon.mjs";
|
|
43
42
|
export {
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
$ as Checkbox,
|
|
44
|
+
oo as CheckboxPropsContext,
|
|
46
45
|
f as ColorGradient,
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
46
|
+
s as ColorGradientPropsContext,
|
|
47
|
+
C as ColorGradientWithoutContext,
|
|
48
|
+
t as ColorInput,
|
|
49
|
+
l as ColorPalette,
|
|
50
|
+
d as ColorPalettePropsContext,
|
|
51
|
+
P as ColorPaletteWithoutContext,
|
|
52
|
+
I as ColorPicker,
|
|
53
|
+
S as ColorPickerPropsContext,
|
|
54
|
+
B as FlatColorPicker,
|
|
55
|
+
h as Input,
|
|
56
|
+
Mo as InputClearValue,
|
|
57
|
+
Lo as InputPrefix,
|
|
58
|
+
A as InputPropsContext,
|
|
59
|
+
bo as InputSeparator,
|
|
60
|
+
wo as InputSuffix,
|
|
61
|
+
Oo as InputValidationIcon,
|
|
62
|
+
x as MaskedTextBox,
|
|
63
|
+
G as MaskedTextBoxClassComponent,
|
|
65
64
|
N as MaskedTextBoxWithoutContext,
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
65
|
+
V as NumericTextBox,
|
|
66
|
+
b as NumericTextBoxPropsContext,
|
|
67
|
+
c as PALETTEPRESETS,
|
|
68
|
+
q as RANGE_ACTION,
|
|
69
|
+
To as RATING_ACTION,
|
|
70
|
+
po as RadioButton,
|
|
71
|
+
ao as RadioButtonPropsContext,
|
|
72
|
+
to as RadioGroup,
|
|
73
|
+
ro as RadioGroupPropsContext,
|
|
74
|
+
J as RangeSlider,
|
|
75
|
+
K as RangeSliderPropsContext,
|
|
76
|
+
so as Rating,
|
|
77
|
+
lo as RatingItem,
|
|
78
|
+
Co as RatingPropsContext,
|
|
79
|
+
z as SLIDER_LABEL_ATTRIBUTE,
|
|
80
|
+
ho as Signature,
|
|
81
|
+
Ao as SignaturePropsContext,
|
|
82
|
+
w as Slider,
|
|
83
|
+
F as SliderLabel,
|
|
84
|
+
D as SliderWithoutContext,
|
|
85
|
+
X as Switch,
|
|
86
|
+
Y as SwitchWithoutContext,
|
|
87
|
+
io as TextArea,
|
|
88
|
+
mo as TextAreaPropsContext,
|
|
89
|
+
Go as TextBox,
|
|
90
|
+
a as inputsMessages,
|
|
91
|
+
Io as isCorrectValue,
|
|
92
|
+
So as isHalf,
|
|
93
|
+
go as isSelected,
|
|
94
|
+
W as maskingChanged,
|
|
95
|
+
n as numericDecreaseValue,
|
|
96
|
+
i as numericIncreaseValue,
|
|
97
|
+
v as rangeReducer,
|
|
98
|
+
co as ratingReducer,
|
|
99
|
+
U as sanitizeNumber,
|
|
100
|
+
Bo as toRound
|
|
102
101
|
};
|
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: 1780056192,version:"15.0.1-develop.4",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: 1780056192,
|
|
11
|
+
version: '15.0.1-develop.4',
|
|
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.4",
|
|
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.4",
|
|
32
|
+
"@progress/kendo-react-buttons": "15.0.1-develop.4",
|
|
33
|
+
"@progress/kendo-react-common": "15.0.1-develop.4",
|
|
34
|
+
"@progress/kendo-react-dialogs": "15.0.1-develop.4",
|
|
35
|
+
"@progress/kendo-react-layout": "15.0.1-develop.4",
|
|
36
|
+
"@progress/kendo-react-intl": "15.0.1-develop.4",
|
|
37
|
+
"@progress/kendo-react-labels": "15.0.1-develop.4",
|
|
38
|
+
"@progress/kendo-react-popup": "15.0.1-develop.4",
|
|
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": 1780056192,
|
|
86
86
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
87
87
|
}
|
|
88
88
|
},
|