@progress/kendo-react-dateinputs 9.3.0-develop.2 → 9.3.0-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/index.d.mts CHANGED
@@ -556,6 +556,8 @@ export declare class CenturyViewService implements ViewService {
556
556
  */
557
557
  export declare const DateInput: React_2.ForwardRefExoticComponent<DateInputProps<any> & React_2.RefAttributes<DateInputHandle>>;
558
558
 
559
+ export declare type DateInput = DateInputHandle;
560
+
559
561
  /**
560
562
  * The arguments for the `change` event of the DateInput. The generic argument sets the target type of the event. Defaults to `DateInput`.
561
563
  */
@@ -1109,6 +1111,8 @@ declare interface DateInputsPopupSettings extends PopupProps {
1109
1111
  */
1110
1112
  export declare const DatePicker: React_2.ForwardRefExoticComponent<DatePickerProps & React_2.RefAttributes<DatePickerHandle>>;
1111
1113
 
1114
+ export declare type DatePicker = DatePickerHandle;
1115
+
1112
1116
  /**
1113
1117
  * The arguments for the `onChange` event of the DatePicker.
1114
1118
  */
package/index.d.ts CHANGED
@@ -556,6 +556,8 @@ export declare class CenturyViewService implements ViewService {
556
556
  */
557
557
  export declare const DateInput: React_2.ForwardRefExoticComponent<DateInputProps<any> & React_2.RefAttributes<DateInputHandle>>;
558
558
 
559
+ export declare type DateInput = DateInputHandle;
560
+
559
561
  /**
560
562
  * The arguments for the `change` event of the DateInput. The generic argument sets the target type of the event. Defaults to `DateInput`.
561
563
  */
@@ -1109,6 +1111,8 @@ declare interface DateInputsPopupSettings extends PopupProps {
1109
1111
  */
1110
1112
  export declare const DatePicker: React_2.ForwardRefExoticComponent<DatePickerProps & React_2.RefAttributes<DatePickerHandle>>;
1111
1113
 
1114
+ export declare type DatePicker = DatePickerHandle;
1115
+
1112
1116
  /**
1113
1117
  * The arguments for the `onChange` event of the DatePicker.
1114
1118
  */
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-dateinputs",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1737390012,
13
+ publishDate: 1737447578,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-dateinputs",
3
- "version": "9.3.0-develop.2",
3
+ "version": "9.3.0-develop.3",
4
4
  "description": "React DateInput is a perfect input component for handling quick and efficient date values. KendoReact Date Inputs package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -25,12 +25,12 @@
25
25
  "@progress/kendo-date-math": "^1.4.0",
26
26
  "@progress/kendo-licensing": "^1.3.4",
27
27
  "@progress/kendo-dateinputs-common": "^0.4.0",
28
- "@progress/kendo-react-buttons": "9.3.0-develop.2",
29
- "@progress/kendo-react-common": "9.3.0-develop.2",
30
- "@progress/kendo-react-intl": "9.3.0-develop.2",
31
- "@progress/kendo-react-labels": "9.3.0-develop.2",
32
- "@progress/kendo-react-layout": "9.3.0-develop.2",
33
- "@progress/kendo-react-popup": "9.3.0-develop.2",
28
+ "@progress/kendo-react-buttons": "9.3.0-develop.3",
29
+ "@progress/kendo-react-common": "9.3.0-develop.3",
30
+ "@progress/kendo-react-intl": "9.3.0-develop.3",
31
+ "@progress/kendo-react-labels": "9.3.0-develop.3",
32
+ "@progress/kendo-react-layout": "9.3.0-develop.3",
33
+ "@progress/kendo-react-popup": "9.3.0-develop.3",
34
34
  "@progress/kendo-svg-icons": "^4.0.0",
35
35
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
36
36
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"