Skip to content

Commit b439f72

Browse files
author
pipeline
committed
v24.1.43 is released
1 parent 542c538 commit b439f72

File tree

188 files changed

+3497
-1149
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+3497
-1149
lines changed

controls/barcodegenerator/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.41 (2023-12-18)
5+
## 24.1.43 (2023-12-27)
66

77
### Barcode
88

controls/base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "18.92.0",
3+
"version": "24.1.41",
44
"description": "A common package of Essential JS 2 base libraries, methods and class definitions",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/buttons/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 24.1.41 (2023-12-18)
5+
## 24.1.43 (2023-12-27)
66

77
### RadioButton
88

controls/calendars/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 24.1.43 (2023-12-27)
6+
7+
### DateTimePicker
8+
9+
#### Bug Fixes
10+
11+
- `#I532039` - Fixed the issue where the focus was not being added when using the tab key to navigate through the dynamically enabled datetimepicker.
12+
513
## 19.3.46 (2021-10-19)
614

715
### TimePicker

controls/calendars/src/datetimepicker/datetimepicker.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1957,7 +1957,9 @@ export class DateTimePicker extends DatePicker {
19571957
break;
19581958
case 'enabled':
19591959
Input.setEnabled(this.enabled, this.inputElement);
1960-
if (!this.enabled) {
1960+
if (this.enabled) {
1961+
this.inputElement.setAttribute('tabindex', this.tabIndex);
1962+
} else {
19611963
this.inputElement.tabIndex = -1;
19621964
}
19631965
break;

controls/calendars/styles/daterangepicker/_layout.scss

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -721,11 +721,13 @@
721721
height: $modal-range-prev-next-icon-size;
722722
width: $modal-range-prev-next-icon-size;
723723
@if ($skin-name == 'Material3') {
724+
margin-right: 60vw;
724725
vertical-align: inherit;
725726
font-size: $modal-range-tablet-font-size
726727
}
727728
@media screen and (orientation: landscape) {
728729
@if ($skin-name == 'Material3') {
730+
margin-right: 78vw;
729731
vertical-align: inherit;
730732
}
731733
}
@@ -740,6 +742,9 @@
740742
#{if(&, '&', '*')} .e-next {
741743
height: $modal-range-prev-next-icon-size;
742744
width: $modal-range-prev-next-icon-size;
745+
@if ($skin-name == 'Material3') {
746+
margin-right: 42px;
747+
}
743748

744749
#{if(&, '&', '*')} span {
745750
padding: $modal-range-prev-next-icon-padding;
@@ -752,17 +757,16 @@
752757

753758
#{if(&, '&', '*')} .e-title {
754759
@media (max-height: 600px) {
755-
@if ($skin-name =='Material3') {
756-
margin-left: $modal-header-month-name-left-landscape-width;
757-
position: absolute;
758-
text-align: center;
759-
vertical-align: middle;
760-
width: $modal-header-month-name-width;
761-
line-height: $modal-month-name-line-height;
762-
}
763-
764-
line-height: $modal-range-month-landscape-title-line-height;
765-
}
760+
@if ($skin-name == 'Material3') {
761+
margin-left: $modal-header-month-name-left-width;
762+
position: absolute;
763+
text-align: center;
764+
vertical-align: middle;
765+
width: $modal-header-month-name-width;
766+
line-height: $modal-month-name-line-height;
767+
}
768+
line-height: $modal-range-month-landscape-title-line-height;
769+
}
766770

767771
@media (min-height: 600px) {
768772
@if ($skin-name == 'Material3') {

controls/calendars/styles/daterangepicker/_material3-definition.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ $modal-range-landscape-conetent-overflow: auto !default;
250250
$modal-range-table-display: table !default;
251251
$modal-range-start-end-size: 28px !default;
252252
$modal-month-name-line-height: 44px !default;
253-
$modal-header-month-name-left-width: -29vw !default;
254-
$modal-header-month-name-left-landscape-width: -27vw !default;
253+
$modal-header-month-name-left-width: -25vw !default;
255254
$modal-header-month-name-width: 50vw !default;
256255

257256
// header styles for presets

controls/charts/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
## [Unreleased]
44

5+
## 24.1.43 (2023-12-27)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I527182` - Now, the chart element ID is generated properly.
12+
- `#I527898` - Now, the `interval` for the DateTimeCategory is working properly.
13+
- `#I528674` - Now, scroll bar positioned properly.
14+
- `#I528865` - Resolved the console error related to trendlines when using two sets of data with a polynomial type.
15+
516
## 24.1.41 (2023-12-18)
617

718
### Chart

controls/charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-charts",
3-
"version": "20.20.12",
3+
"version": "24.1.41",
44
"description": "Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/charts/spec/range-navigator/axis/dateTimeCategory.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ describe('Range navigator', () => {
151151
it('checked with seconds as label type', (done: Function) => {
152152
range.loaded = (args: Object): void => {
153153
axisLabel = document.getElementById('container_AxisLabels');
154-
expect(axisLabel.childNodes[0].lastChild.textContent).toBe('10:12:40 AM');
154+
expect(axisLabel.childNodes[0].lastChild.textContent).toBe('10:12:10 AM');
155155
done();
156156
};
157157
range.series[0].dataSource = [{ x: new Date(2018, 0, 1, 10, 12, 10), y: 23 }, { x: new Date(2018, 0, 1, 10, 12, 20), y: 34 },

0 commit comments

Comments
 (0)