@progress/kendo-react-dateinputs 9.1.0 → 9.1.1-develop.1

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
@@ -1074,6 +1074,8 @@ export declare class DateInputWithoutContext extends React_2.Component<DateInput
1074
1074
  private _wrapper;
1075
1075
  private _nativeEvent;
1076
1076
  private get _inputId();
1077
+ private isFormatChanged;
1078
+ private mapFormatToCommonFormat;
1077
1079
  constructor(props: DateInputProps);
1078
1080
  /**
1079
1081
  * Gets the value of the DateInput.
package/index.d.ts CHANGED
@@ -1074,6 +1074,8 @@ export declare class DateInputWithoutContext extends React_2.Component<DateInput
1074
1074
  private _wrapper;
1075
1075
  private _nativeEvent;
1076
1076
  private get _inputId();
1077
+ private isFormatChanged;
1078
+ private mapFormatToCommonFormat;
1077
1079
  constructor(props: DateInputProps);
1078
1080
  /**
1079
1081
  * Gets the value of the DateInput.
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-dateinputs",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1733476463,
13
+ publishDate: 1733923392,
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.1.0",
3
+ "version": "9.1.1-develop.1",
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.1.0",
29
- "@progress/kendo-react-common": "9.1.0",
30
- "@progress/kendo-react-intl": "9.1.0",
31
- "@progress/kendo-react-labels": "9.1.0",
32
- "@progress/kendo-react-layout": "9.1.0",
33
- "@progress/kendo-react-popup": "9.1.0",
28
+ "@progress/kendo-react-buttons": "9.1.1-develop.1",
29
+ "@progress/kendo-react-common": "9.1.1-develop.1",
30
+ "@progress/kendo-react-intl": "9.1.1-develop.1",
31
+ "@progress/kendo-react-labels": "9.1.1-develop.1",
32
+ "@progress/kendo-react-layout": "9.1.1-develop.1",
33
+ "@progress/kendo-react-popup": "9.1.1-develop.1",
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"