@progress/kendo-react-scheduler 9.5.0 → 10.0.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/Scheduler.js +1 -1
- package/Scheduler.mjs +104 -105
- package/dist/cdn/js/kendo-react-scheduler.js +1 -1
- package/index.d.mts +0 -18
- package/index.d.ts +0 -18
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +11 -11
package/index.d.mts
CHANGED
|
@@ -1911,9 +1911,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
1911
1911
|
};
|
|
1912
1912
|
titleError: {
|
|
1913
1913
|
(props: ErrorProps): JSX_2.Element;
|
|
1914
|
-
/**
|
|
1915
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
1916
|
-
*/
|
|
1917
1914
|
propTypes: {
|
|
1918
1915
|
id: Requireable<string>;
|
|
1919
1916
|
direction: Requireable<string>;
|
|
@@ -1942,9 +1939,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
1942
1939
|
};
|
|
1943
1940
|
startError: {
|
|
1944
1941
|
(props: ErrorProps): JSX_2.Element;
|
|
1945
|
-
/**
|
|
1946
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
1947
|
-
*/
|
|
1948
1942
|
propTypes: {
|
|
1949
1943
|
id: Requireable<string>;
|
|
1950
1944
|
direction: Requireable<string>;
|
|
@@ -1973,9 +1967,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
1973
1967
|
};
|
|
1974
1968
|
startTimezoneError: {
|
|
1975
1969
|
(props: ErrorProps): JSX_2.Element;
|
|
1976
|
-
/**
|
|
1977
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
1978
|
-
*/
|
|
1979
1970
|
propTypes: {
|
|
1980
1971
|
id: Requireable<string>;
|
|
1981
1972
|
direction: Requireable<string>;
|
|
@@ -2021,9 +2012,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
2021
2012
|
};
|
|
2022
2013
|
endError: {
|
|
2023
2014
|
(props: ErrorProps): JSX_2.Element;
|
|
2024
|
-
/**
|
|
2025
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
2026
|
-
*/
|
|
2027
2015
|
propTypes: {
|
|
2028
2016
|
id: Requireable<string>;
|
|
2029
2017
|
direction: Requireable<string>;
|
|
@@ -2052,9 +2040,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
2052
2040
|
};
|
|
2053
2041
|
endTimezoneError: {
|
|
2054
2042
|
(props: ErrorProps): JSX_2.Element;
|
|
2055
|
-
/**
|
|
2056
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
2057
|
-
*/
|
|
2058
2043
|
propTypes: {
|
|
2059
2044
|
id: Requireable<string>;
|
|
2060
2045
|
direction: Requireable<string>;
|
|
@@ -2119,9 +2104,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
2119
2104
|
descriptionEditor: React_2.ForwardRefExoticComponent<TextAreaProps & React_2.RefAttributes<TextAreaHandle | null>>;
|
|
2120
2105
|
descriptionError: {
|
|
2121
2106
|
(props: ErrorProps): JSX_2.Element;
|
|
2122
|
-
/**
|
|
2123
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
2124
|
-
*/
|
|
2125
2107
|
propTypes: {
|
|
2126
2108
|
id: Requireable<string>;
|
|
2127
2109
|
direction: Requireable<string>;
|
package/index.d.ts
CHANGED
|
@@ -1911,9 +1911,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
1911
1911
|
};
|
|
1912
1912
|
titleError: {
|
|
1913
1913
|
(props: ErrorProps): JSX_2.Element;
|
|
1914
|
-
/**
|
|
1915
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
1916
|
-
*/
|
|
1917
1914
|
propTypes: {
|
|
1918
1915
|
id: Requireable<string>;
|
|
1919
1916
|
direction: Requireable<string>;
|
|
@@ -1942,9 +1939,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
1942
1939
|
};
|
|
1943
1940
|
startError: {
|
|
1944
1941
|
(props: ErrorProps): JSX_2.Element;
|
|
1945
|
-
/**
|
|
1946
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
1947
|
-
*/
|
|
1948
1942
|
propTypes: {
|
|
1949
1943
|
id: Requireable<string>;
|
|
1950
1944
|
direction: Requireable<string>;
|
|
@@ -1973,9 +1967,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
1973
1967
|
};
|
|
1974
1968
|
startTimezoneError: {
|
|
1975
1969
|
(props: ErrorProps): JSX_2.Element;
|
|
1976
|
-
/**
|
|
1977
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
1978
|
-
*/
|
|
1979
1970
|
propTypes: {
|
|
1980
1971
|
id: Requireable<string>;
|
|
1981
1972
|
direction: Requireable<string>;
|
|
@@ -2021,9 +2012,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
2021
2012
|
};
|
|
2022
2013
|
endError: {
|
|
2023
2014
|
(props: ErrorProps): JSX_2.Element;
|
|
2024
|
-
/**
|
|
2025
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
2026
|
-
*/
|
|
2027
2015
|
propTypes: {
|
|
2028
2016
|
id: Requireable<string>;
|
|
2029
2017
|
direction: Requireable<string>;
|
|
@@ -2052,9 +2040,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
2052
2040
|
};
|
|
2053
2041
|
endTimezoneError: {
|
|
2054
2042
|
(props: ErrorProps): JSX_2.Element;
|
|
2055
|
-
/**
|
|
2056
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
2057
|
-
*/
|
|
2058
2043
|
propTypes: {
|
|
2059
2044
|
id: Requireable<string>;
|
|
2060
2045
|
direction: Requireable<string>;
|
|
@@ -2119,9 +2104,6 @@ export declare const schedulerFormEditorDefaultProps: {
|
|
|
2119
2104
|
descriptionEditor: React_2.ForwardRefExoticComponent<TextAreaProps & React_2.RefAttributes<TextAreaHandle | null>>;
|
|
2120
2105
|
descriptionError: {
|
|
2121
2106
|
(props: ErrorProps): JSX_2.Element;
|
|
2122
|
-
/**
|
|
2123
|
-
* Specifies the `tabIndex` attribute of the root element.
|
|
2124
|
-
*/
|
|
2125
2107
|
propTypes: {
|
|
2126
2108
|
id: Requireable<string>;
|
|
2127
2109
|
direction: Requireable<string>;
|
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={name:"@progress/kendo-react-scheduler",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate:
|
|
8
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={name:"@progress/kendo-react-scheduler",productName:"KendoReact",productCode:"KENDOUIREACT",productCodes:["KENDOUIREACT"],publishDate: 1741187782,version:"10.0.0-develop.2",licensingDocsUrl:"https://www.telerik.com/kendo-react-ui"};exports.packageMetadata=e;
|
package/package-metadata.mjs
CHANGED
|
@@ -10,8 +10,8 @@ const e = {
|
|
|
10
10
|
productName: "KendoReact",
|
|
11
11
|
productCode: "KENDOUIREACT",
|
|
12
12
|
productCodes: ["KENDOUIREACT"],
|
|
13
|
-
publishDate:
|
|
14
|
-
version: "
|
|
13
|
+
publishDate: 1741187782,
|
|
14
|
+
version: "10.0.0-develop.2",
|
|
15
15
|
licensingDocsUrl: "https://www.telerik.com/kendo-react-ui"
|
|
16
16
|
};
|
|
17
17
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-react-scheduler",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-develop.2",
|
|
4
4
|
"description": "React Scheduler brings the functionality of Outlook's Calendar to a single UI component. KendoReact Scheduler package",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
@@ -29,15 +29,15 @@
|
|
|
29
29
|
"@progress/kendo-date-math": "^1.4.1",
|
|
30
30
|
"@progress/kendo-drawing": "^1.21.2",
|
|
31
31
|
"@progress/kendo-licensing": "^1.5.0",
|
|
32
|
-
"@progress/kendo-react-buttons": "
|
|
33
|
-
"@progress/kendo-react-common": "
|
|
34
|
-
"@progress/kendo-react-dateinputs": "
|
|
35
|
-
"@progress/kendo-react-dialogs": "
|
|
36
|
-
"@progress/kendo-react-dropdowns": "
|
|
37
|
-
"@progress/kendo-react-form": "
|
|
38
|
-
"@progress/kendo-react-inputs": "
|
|
39
|
-
"@progress/kendo-react-intl": "
|
|
40
|
-
"@progress/kendo-react-popup": "
|
|
32
|
+
"@progress/kendo-react-buttons": "10.0.0-develop.2",
|
|
33
|
+
"@progress/kendo-react-common": "10.0.0-develop.2",
|
|
34
|
+
"@progress/kendo-react-dateinputs": "10.0.0-develop.2",
|
|
35
|
+
"@progress/kendo-react-dialogs": "10.0.0-develop.2",
|
|
36
|
+
"@progress/kendo-react-dropdowns": "10.0.0-develop.2",
|
|
37
|
+
"@progress/kendo-react-form": "10.0.0-develop.2",
|
|
38
|
+
"@progress/kendo-react-inputs": "10.0.0-develop.2",
|
|
39
|
+
"@progress/kendo-react-intl": "10.0.0-develop.2",
|
|
40
|
+
"@progress/kendo-react-popup": "10.0.0-develop.2",
|
|
41
41
|
"@progress/kendo-svg-icons": "^4.0.0",
|
|
42
42
|
"react": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
|
|
43
43
|
"react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"package": {
|
|
63
63
|
"productName": "KendoReact",
|
|
64
64
|
"productCode": "KENDOUIREACT",
|
|
65
|
-
"publishDate":
|
|
65
|
+
"publishDate": 1741187782,
|
|
66
66
|
"licensingDocsUrl": "https://www.telerik.com/kendo-react-ui"
|
|
67
67
|
}
|
|
68
68
|
},
|