@progress/kendo-react-inputs 7.3.0 → 7.4.0-develop.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.mts +1 -1
- package/index.d.ts +1 -1
- package/package-metadata.mjs +1 -1
- package/package.json +8 -8
package/index.d.mts
CHANGED
|
@@ -1577,7 +1577,7 @@ export declare interface MaskedTextBoxEvent {
|
|
|
1577
1577
|
*/
|
|
1578
1578
|
nativeEvent: Event;
|
|
1579
1579
|
/**
|
|
1580
|
-
* A React [`SyntheticEvent`](https://
|
|
1580
|
+
* A React [`SyntheticEvent`](https://react.dev/learn/responding-to-events).
|
|
1581
1581
|
*/
|
|
1582
1582
|
syntheticEvent: React.SyntheticEvent<HTMLElement>;
|
|
1583
1583
|
/**
|
package/index.d.ts
CHANGED
|
@@ -1577,7 +1577,7 @@ export declare interface MaskedTextBoxEvent {
|
|
|
1577
1577
|
*/
|
|
1578
1578
|
nativeEvent: Event;
|
|
1579
1579
|
/**
|
|
1580
|
-
* A React [`SyntheticEvent`](https://
|
|
1580
|
+
* A React [`SyntheticEvent`](https://react.dev/learn/responding-to-events).
|
|
1581
1581
|
*/
|
|
1582
1582
|
syntheticEvent: React.SyntheticEvent<HTMLElement>;
|
|
1583
1583
|
/**
|
package/package-metadata.mjs
CHANGED
|
@@ -10,7 +10,7 @@ const e = {
|
|
|
10
10
|
name: "@progress/kendo-react-inputs",
|
|
11
11
|
productName: "KendoReact",
|
|
12
12
|
productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
|
|
13
|
-
publishDate:
|
|
13
|
+
publishDate: 1711102826,
|
|
14
14
|
version: "",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/"
|
|
16
16
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-inputs",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.4.0-develop.2",
|
|
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",
|
|
@@ -25,13 +25,13 @@
|
|
|
25
25
|
"@progress/kendo-drawing": "^1.19.0",
|
|
26
26
|
"@progress/kendo-inputs-common": "^3.1.0",
|
|
27
27
|
"@progress/kendo-licensing": "^1.3.4",
|
|
28
|
-
"@progress/kendo-react-animation": "7.
|
|
29
|
-
"@progress/kendo-react-buttons": "7.
|
|
30
|
-
"@progress/kendo-react-common": "7.
|
|
31
|
-
"@progress/kendo-react-dialogs": "7.
|
|
32
|
-
"@progress/kendo-react-intl": "7.
|
|
33
|
-
"@progress/kendo-react-labels": "7.
|
|
34
|
-
"@progress/kendo-react-popup": "7.
|
|
28
|
+
"@progress/kendo-react-animation": "7.4.0-develop.2",
|
|
29
|
+
"@progress/kendo-react-buttons": "7.4.0-develop.2",
|
|
30
|
+
"@progress/kendo-react-common": "7.4.0-develop.2",
|
|
31
|
+
"@progress/kendo-react-dialogs": "7.4.0-develop.2",
|
|
32
|
+
"@progress/kendo-react-intl": "7.4.0-develop.2",
|
|
33
|
+
"@progress/kendo-react-labels": "7.4.0-develop.2",
|
|
34
|
+
"@progress/kendo-react-popup": "7.4.0-develop.2",
|
|
35
35
|
"@progress/kendo-svg-icons": "^2.1.0",
|
|
36
36
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0",
|
|
37
37
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
|