@syncfusion/ej2-react-schedule 31.1.20 → 31.2.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.
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-schedule.min.js
3
- * version : 31.1.20
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
3
+ * version : 31.2.2
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
@@ -1,7 +1,7 @@
1
1
  /*!
2
2
  * filename: ej2-react-schedule.umd.min.js
3
- * version : 31.1.20
4
- * Copyright Syncfusion Inc. 2001 - 2024. All rights reserved.
3
+ * version : 31.2.2
4
+ * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
7
7
  * licensing@syncfusion.com. Any infringement will be prosecuted under
package/package.json CHANGED
@@ -1,45 +1,9 @@
1
1
  {
2
- "_from": "@syncfusion/ej2-react-schedule@*",
3
- "_id": "@syncfusion/ej2-react-schedule@31.1.1",
4
- "_inBundle": false,
5
- "_integrity": "sha512-/TlxZxFHWR0IaVeDDc4TfXld+ZUaJt4wx8VmXcJNU+Wt4sjt7DjuuQhr2r92bGa56oi2Dgy5/nEVdTG81+6m/A==",
6
- "_location": "/@syncfusion/ej2-react-schedule",
7
- "_phantomChildren": {},
8
- "_requested": {
9
- "type": "range",
10
- "registry": true,
11
- "raw": "@syncfusion/ej2-react-schedule@*",
12
- "name": "@syncfusion/ej2-react-schedule",
13
- "escapedName": "@syncfusion%2fej2-react-schedule",
14
- "scope": "@syncfusion",
15
- "rawSpec": "*",
16
- "saveSpec": null,
17
- "fetchSpec": "*"
18
- },
19
- "_requiredBy": [
20
- "/"
21
- ],
22
- "_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-release/@syncfusion/ej2-react-schedule/-/ej2-react-schedule-31.1.1.tgz",
23
- "_shasum": "18311a5dcf8bc4333b4ec96bcff43023e691adc0",
24
- "_spec": "@syncfusion/ej2-react-schedule@*",
25
- "_where": "D:\\SF3992\\WFH\\Nexus\\release",
26
- "author": {
27
- "name": "Syncfusion Inc."
28
- },
29
- "bugs": {
30
- "url": "https://github.com/syncfusion/ej2-react-schedule/issues"
31
- },
32
- "bundleDependencies": false,
33
- "dependencies": {
34
- "@syncfusion/ej2-base": "~31.1.20",
35
- "@syncfusion/ej2-react-base": "~31.1.17",
36
- "@syncfusion/ej2-schedule": "31.1.20"
37
- },
38
- "deprecated": false,
2
+ "name": "@syncfusion/ej2-react-schedule",
3
+ "version": "31.2.2",
39
4
  "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for React",
40
- "devDependencies": {},
41
- "es2015": "dist/es6/ej2-react-schedule.es2015.js",
42
- "homepage": "https://www.syncfusion.com/react-components",
5
+ "author": "Syncfusion Inc.",
6
+ "license": "SEE LICENSE IN license",
43
7
  "keywords": [
44
8
  "react",
45
9
  "reactjs",
@@ -47,14 +11,20 @@
47
11
  "react-scheduler",
48
12
  "ej2-react-scheduler"
49
13
  ],
50
- "license": "SEE LICENSE IN license",
51
- "main": "./dist/ej2-react-schedule.umd.min.js",
52
- "module": "./index.js",
53
- "name": "@syncfusion/ej2-react-schedule",
54
14
  "repository": {
55
15
  "type": "git",
56
16
  "url": "https://github.com/syncfusion/ej2-react-ui-components.git"
57
17
  },
58
- "version": "31.1.20",
59
- "sideEffects": false
18
+ "main": "./dist/ej2-react-schedule.umd.min.js",
19
+ "module": "./index.js",
20
+ "es2015": "dist/es6/ej2-react-schedule.es2015.js",
21
+ "readme": "ReadMe.md",
22
+ "dependencies": {
23
+ "@syncfusion/ej2-base": "~31.2.2",
24
+ "@syncfusion/ej2-react-base": "~31.2.2",
25
+ "@syncfusion/ej2-schedule": "31.2.2"
26
+ },
27
+ "devDependencies": {},
28
+ "sideEffects": false,
29
+ "homepage": "https://www.syncfusion.com/react-components"
60
30
  }