@syncfusion/ej2-angular-calendars 31.2.3 → 31.2.4
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/CHANGELOG.md +12 -0
- package/README.md +12 -5
- package/package.json +3 -3
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -8,18 +8,30 @@
|
|
|
8
8
|
|
|
9
9
|
- `#I761820` - Fixed an issue where the DatePicker became disabled or unresponsive when the `min` property changed from null to a date value.
|
|
10
10
|
|
|
11
|
+
- `#I775039` - Resolved the issue of being unable to customize the `tabindex` of the DatePicker using `HtmlAttributes`.
|
|
12
|
+
|
|
11
13
|
### DateRangePicker
|
|
12
14
|
|
|
13
15
|
#### Bug Fixes
|
|
14
16
|
|
|
15
17
|
- `#I753728` - Fixed an issue where the date range picker with the preset range popup would open behind the drawer.
|
|
16
18
|
|
|
19
|
+
- `#I775039` - Resolved the issue of being unable to customize the `tabindex` of the DateRangePicker using `HtmlAttributes`.
|
|
20
|
+
|
|
21
|
+
### TimePicker
|
|
22
|
+
|
|
23
|
+
#### Bug Fixes
|
|
24
|
+
|
|
25
|
+
- `#I775039` - Resolved the issue of being unable to customize the `tabindex` of the TimePicker using `HtmlAttributes`.
|
|
26
|
+
|
|
17
27
|
### DateTimePicker
|
|
18
28
|
|
|
19
29
|
#### Bug Fixes
|
|
20
30
|
|
|
21
31
|
- `#I752582` - The issue where the default time was not reset properly after clearing a date and selecting a new one in the DateTimePicker has been resolved.
|
|
22
32
|
|
|
33
|
+
- `#I775039` - Resolved the issue of being unable to customize the `tabindex` of the DateTimePicker using `HtmlAttributes`.
|
|
34
|
+
|
|
23
35
|
## 31.1.17 (2025-09-05)
|
|
24
36
|
|
|
25
37
|
### DatePicker
|
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ The [Angular Calendar](https://www.syncfusion.com/angular-components/angular-cal
|
|
|
23
23
|
#### Key features
|
|
24
24
|
|
|
25
25
|
* [Date range](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=calendar#/fluent2/calendar/date-range) - Restricts the range of dates that can be selected by using the `min` and `max` properties.
|
|
26
|
-
* [Customization](https://ej2.syncfusion.com/angular/
|
|
26
|
+
* [Customization](https://ej2.syncfusion.com/angular/documentation/calendar/customization) - Allows complete control over the appearance of the calendar component.
|
|
27
27
|
* [Month or year selection](https://ej2.syncfusion.com/angular/documentation/calendar/calendar-views#calendar-views) - Provides a flexible option to select only a month or year as the date value.
|
|
28
28
|
* [First day of week](https://ej2.syncfusion.com/angular/documentation/calendar/how-to/change-the-first-day-of-week#change-the-first-day-of-week) - Changes the first day of all weeks in every month.
|
|
29
29
|
* [Week number](https://ej2.syncfusion.com/angular/documentation/calendar/how-to/render-the-calendar-with-week-numbers#render-calendar-with-week-number) - Displays the week number of the selected date in the calendar by enabling the week number option.
|
|
@@ -97,7 +97,7 @@ The [Angular DateTimePicker](https://www.syncfusion.com/angular-components/angul
|
|
|
97
97
|
|
|
98
98
|
#### Key features
|
|
99
99
|
|
|
100
|
-
* [Date time range](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/fluent2/datetimepicker/range) - Restricts the entry or selection of values within a specific range of dates and times by using `min` and `max` properties.
|
|
100
|
+
* [Date time range](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/fluent2/datetimepicker/date-time-range) - Restricts the entry or selection of values within a specific range of dates and times by using `min` and `max` properties.
|
|
101
101
|
* [Date time format](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/fluent2/datetimepicker/date-time-format) - The control’s input value can be custom formatted apart from the default culture’s specific date time format.
|
|
102
102
|
* [Mask date time input](https://ej2.syncfusion.com/angular/demos/#/fluent2/datetimepicker/input-mask) - The mask date time input restricts the user from typing unwanted characters in the text input, allowing only eligible date and time format to be typed.
|
|
103
103
|
|
|
@@ -129,7 +129,7 @@ The [Angular DateRangePicker](https://www.syncfusion.com/angular-components/angu
|
|
|
129
129
|
<p align="center">
|
|
130
130
|
Trusted by the world's leading companies
|
|
131
131
|
<a href="https://www.syncfusion.com/">
|
|
132
|
-
<img src="https://
|
|
132
|
+
<img src="https://ej2.syncfusion.com/home/images/trusted_companies.png" alt="Syncfusion logo">
|
|
133
133
|
</a>
|
|
134
134
|
</p>
|
|
135
135
|
|
|
@@ -154,12 +154,19 @@ Calendar components are also offered in the following list of frameworks.
|
|
|
154
154
|
* Loan calculator - [Source](https://github.com/syncfusion/ej2-showcase-angular-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=datepicker)
|
|
155
155
|
* Stock chart - [Live Demo](https://ej2.syncfusion.com/showcase/angular/stockchart/#/stockChart?utm_source=npm&utm_campaign=daterangepicker)
|
|
156
156
|
|
|
157
|
+
## Resources
|
|
158
|
+
|
|
159
|
+
* [Theme Studio](https://ej2.syncfusion.com/themestudio/)
|
|
160
|
+
* [What's New](https://www.syncfusion.com/products/whatsnew/angular?utm_medium=listing&utm_source=github)
|
|
161
|
+
* [Road Map](https://www.syncfusion.com/products/roadmap/angular)
|
|
162
|
+
* [E-Books](https://www.syncfusion.com/succinctly-free-ebooks?searchkey=angular&type=all)
|
|
163
|
+
|
|
157
164
|
## Support
|
|
158
165
|
|
|
159
166
|
Product support is available through the following mediums.
|
|
160
167
|
|
|
161
168
|
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
162
|
-
* [Community forum](https://www.syncfusion.com/forums/
|
|
169
|
+
* [Community forum](https://www.syncfusion.com/forums/angular-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
|
|
163
170
|
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
|
|
164
171
|
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
|
|
165
172
|
* Live chat
|
|
@@ -170,7 +177,7 @@ Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-componen
|
|
|
170
177
|
|
|
171
178
|
## License and copyright
|
|
172
179
|
|
|
173
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion
|
|
180
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion<sup>®</sup> licensed software, including this component, is subject to the terms and conditions of Syncfusion<sup>®</sup> [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 140+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
174
181
|
|
|
175
182
|
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
176
183
|
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syncfusion/ej2-angular-calendars",
|
|
3
|
-
"version": "31.2.
|
|
3
|
+
"version": "31.2.4",
|
|
4
4
|
"description": "A complete package of date or time components with built-in features such as date formatting, inline editing, multiple (range) selection, range restriction, month and year selection, strict mode, and globalization. for Angular",
|
|
5
5
|
"author": "Syncfusion Inc.",
|
|
6
6
|
"license": "SEE LICENSE IN license",
|
|
7
7
|
"schematics": "./schematics/collection.json",
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@syncfusion/ej2-base": "~31.2.
|
|
9
|
+
"@syncfusion/ej2-base": "~31.2.4",
|
|
10
10
|
"@syncfusion/ej2-angular-base": "~31.2.2",
|
|
11
|
-
"@syncfusion/ej2-calendars": "31.2.
|
|
11
|
+
"@syncfusion/ej2-calendars": "31.2.4"
|
|
12
12
|
},
|
|
13
13
|
"keywords": [
|
|
14
14
|
"angular",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-calendars';
|
|
4
|
-
exports.pkgVer = '^31.2.
|
|
4
|
+
exports.pkgVer = '^31.2.4';
|
|
5
5
|
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
6
|
-
exports.themeVer = '~31.2.
|
|
6
|
+
exports.themeVer = '~31.2.4';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
|
2
|
-
export const pkgVer = '^31.2.
|
|
2
|
+
export const pkgVer = '^31.2.4';
|
|
3
3
|
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
4
|
-
export const themeVer = '~31.2.
|
|
4
|
+
export const themeVer = '~31.2.4';
|