Skip to content

Commit 4bc9606

Browse files
author
pipeline
committed
v21.1.41 is released
1 parent 97a1d76 commit 4bc9606

File tree

2,361 files changed

+31079
-48913
lines changed

Some content is hidden

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

2,361 files changed

+31079
-48913
lines changed

controls/base/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22

33
## [Unreleased]
44

5+
## 21.1.39 (2023-04-11)
6+
57
### Common
68

79
#### Bug Fixes
810

911
- `#I445928` - The issue with the "`formatNumber` method on internationalization" has been resolved.
10-
- `#I439133` - The issue with the "Detection of Microsoft Surface Pro device" has been resolved.
1112

1213
## 21.1.38 (2023-04-04)
1314

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": "21.1.38",
3+
"version": "21.1.39",
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/base/src/browser.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,8 @@ export class Browser {
159159

160160
private static getValue(key: string, regX: RegExp): Object {
161161
const browserDetails: {} = typeof window !== 'undefined' ? window.browserDetails : {};
162-
const isSurfaceDevice: boolean = typeof navigator !== 'undefined' && navigator.userAgent.indexOf('Windows') > -1 && screen && screen.width < 1360;
163-
if (typeof navigator !== 'undefined' && (navigator.platform === 'MacIntel' || isSurfaceDevice) && navigator.maxTouchPoints > 1 && Browser.isTouch === true) {
164-
browserDetails['isIos'] = navigator.platform === 'MacIntel';
162+
if (typeof navigator !== 'undefined' && navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1 && Browser.isTouch === true) {
163+
browserDetails['isIos'] = true;
165164
browserDetails['isDevice'] = true;
166165
browserDetails['isTouch'] = true;
167166
browserDetails['isPointer'] = true;

controls/base/themestudio/styles/dropdowns/multi-select/icons/_material-dark.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
margin-top: -38px;
3131
right: 18px;
3232
top: 100%;
33-
width: 16px;
33+
width: 32px;
3434
}
3535
}
3636

@@ -40,20 +40,20 @@
4040
margin-top: -35px;
4141
right: 18px;
4242
top: 100%;
43-
width: 16px;
43+
width: 32px;
4444
}
4545
}
4646

4747
.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
4848
.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
4949
@if $ddl-multiselect-skin-name == 'material' {
50-
right: 52px;
50+
right: 30px;
5151
}
5252
}
5353

5454
.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
5555
@if $ddl-multiselect-skin-name == 'material' {
56-
right: 52px;
56+
right: 30px;
5757
}
5858
}
5959

controls/base/themestudio/styles/dropdowns/multi-select/icons/_material.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
margin-top: -38px;
3131
right: 18px;
3232
top: 100%;
33-
width: 16px;
33+
width: 32px;
3434
}
3535
}
3636

@@ -40,20 +40,20 @@
4040
margin-top: -35px;
4141
right: 18px;
4242
top: 100%;
43-
width: 16px;
43+
width: 32px;
4444
}
4545
}
4646

4747
.e-multiselect.e-outline .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker,
4848
.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
4949
@if $ddl-multiselect-skin-name == 'material' {
50-
right: 52px;
50+
right: 30px;
5151
}
5252
}
5353

5454
.e-multiselect.e-filled .e-multi-select-wrapper.e-down-icon .e-chips-close.e-close-hooker {
5555
@if $ddl-multiselect-skin-name == 'material' {
56-
right: 52px;
56+
right: 30px;
5757
}
5858
}
5959

controls/base/themestudio/styles/lists/list-view/_theme.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-size: $listview-header-font-size;
1212
}
1313

14-
& .e-icons:not(.e-primary .e-icon-btn) {
14+
& .e-icons:not(.e-primary .e-btn-icon) {
1515
color: $listview-icon-color;
1616

1717
@if ($skin-name == 'tailwind') {

controls/base/themestudio/styles/pivotview/pivotfieldlist/_theme.scss

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1090,9 +1090,6 @@
10901090
background-color: $field-list-mobile-header-color;
10911091
color: $field-list-mobile-header-font-color;
10921092
font-size: 14px;
1093-
height: 48px;
1094-
padding-bottom: 9px;
1095-
padding-top: 9px;
10961093
@if ($skin-name == 'tailwind') {
10971094
padding-left: 16px;
10981095
padding-right: 16px;
@@ -1114,19 +1111,15 @@
11141111

11151112
.e-title-mobile-header {
11161113
display: flex;
1117-
}
1118-
1119-
.e-title-mobile-content {
1120-
margin-top: $field-list-back-margin;
1114+
align-items: center;
11211115
}
11221116

11231117
.e-field-list-back-icon {
11241118
color: $field-list-back-font-color;
11251119
font-size: 16px;
1126-
height: 24px;
1120+
height: auto;
11271121
margin-left: 0;
11281122
margin-right: 12px;
1129-
padding-top: 7px;
11301123
text-align: center;
11311124
width: 24px;
11321125
}

controls/buttons/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.41 (2023-04-18)
6+
57
### Checkbox
68

79
#### Bug Fixes

controls/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 21.1.41 (2023-04-18)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- `#453318` - Issue with "Placeholder text not get displayed on initial render with strict mode true case of the datepicker component."
12+
13+
## 21.1.38 (2023-04-04)
14+
515
### DatePicker
616

717
#### Bug Fixes

controls/calendars/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-calendars",
3-
"version": "18.30.15",
3+
"version": "21.1.38",
44
"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.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

0 commit comments

Comments
 (0)