@syncfusion/ej2-angular-schedule 32.1.20-ngcc → 32.1.22-ngcc

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/README.md CHANGED
@@ -144,4 +144,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
144
144
 
145
145
  See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license?utm_source=npm&utm_medium=listing&utm_campaign=angular-scheduler-npm) for more info.
146
146
 
147
- © Copyright 2025 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
147
+ © Copyright 2026 Syncfusion<sup>®</sup> Inc. All Rights Reserved. The Syncfusion<sup>®</sup> Essential Studio<sup>®</sup> license and copyright applies to this distribution.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-schedule.umd.js
3
- * version : 32.1.20
3
+ * version : 32.1.22
4
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
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-schedule.umd.min.js
3
- * version : 32.1.20
3
+ * version : 32.1.22
4
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
package/package.json CHANGED
@@ -33,7 +33,7 @@
33
33
  "dependencies": {
34
34
  "@syncfusion/ej2-angular-base": "~32.1.19",
35
35
  "@syncfusion/ej2-base": "~32.1.19",
36
- "@syncfusion/ej2-schedule": "32.1.20"
36
+ "@syncfusion/ej2-schedule": "32.1.22"
37
37
  },
38
38
  "deprecated": false,
39
39
  "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 Angular",
@@ -58,5 +58,5 @@
58
58
  "schematics": "./schematics/collection.json",
59
59
  "sideEffects": false,
60
60
  "typings": "ej2-angular-schedule.d.ts",
61
- "version": "32.1.20-ngcc"
61
+ "version": "32.1.22-ngcc"
62
62
  }
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-schedule';
4
- exports.pkgVer = '^32.1.20';
4
+ exports.pkgVer = '^32.1.22';
5
5
  exports.moduleName = 'ScheduleModule, RecurrenceEditorModule';
6
- exports.themeVer = '~32.1.20';
6
+ exports.themeVer = '~32.1.22';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-schedule';
2
- export const pkgVer = '^32.1.20';
2
+ export const pkgVer = '^32.1.22';
3
3
  export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
4
- export const themeVer = '~32.1.20';
4
+ export const themeVer = '~32.1.22';