Skip to content

Commit 4718dd5

Browse files
author
pipeline
committed
v20.4.40 is released
1 parent c5f8acc commit 4718dd5

File tree

2,545 files changed

+57001
-55473
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,545 files changed

+57001
-55473
lines changed

controls/barcodegenerator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Barcode control is also offered in the following list of frameworks.
4343

4444
## Key features
4545

46-
* Barcode Symbologies - Supports a wide range of barcode symbologies, including:
46+
* [**Barcode Symbologies**] - Supports a wide range of barcode symbologies, including:
4747
* [QR Code](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-barcode-npm#/material/barcode/qrcode.html)
4848
* [Data Matrix](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-barcode-npm#/material/barcode/datamatrix.html)
4949
* [Code 39](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-barcode-npm#/material/barcode/code39.html)
@@ -59,8 +59,8 @@ Barcode control is also offered in the following list of frameworks.
5959
* [EAN-13](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-barcode-npm#/material/barcode/ean13.html)
6060
* [UPC-A](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-barcode-npm#/material/barcode/upca.html)
6161
* [UPC-E](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_medium=listing&utm_campaign=javascript-barcode-npm#/material/barcode/upce.html)
62-
* Text Customization - Allows you to customize the text displayed.
63-
* Exporting - Barcode can be exported as .png or .jpeg fromat image and can also be exported as base64 string.
62+
* [**Text Customization**] - Allows you to customize the text displayed.
63+
* [**Exporting**] - Barcode can be exported as .png or .jpeg fromat image and can also be exported as base64 string.
6464

6565
## Support
6666

controls/barcodegenerator/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"ej2",
4141
"syncfusion",
4242
"ej2-barcode",
43+
"ej2-QRcode",
4344
"web-components",
4445
"TypeScript",
4546
"barcode",

controls/barcodegenerator/themestudio/styles/inputs/rating/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
.e-rating-item-container:hover .e-rating-item {
4848
transition: transform 150ms cubic-bezier(.4, 0, .2, 1) 0ms;
4949
transform: scale(1.4);
50+
pointer-events: none;
5051
}
5152
}
5253

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.73.0",
3+
"version": "20.4.38",
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/spec/intl/date-parser.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -868,7 +868,7 @@ describe('DateParser', () => {
868868
it('year only format input returns correct year value',()=>{
869869
let tFormatter: Date = DateParser.dateParser('en', { format:'yy',calendar:'islamic' }, cldrData)('40');
870870
let iFormatter: Date = DateParser.dateParser('en', { format:'y',calendar:'islamic' }, cldrData)('1443');
871-
expect(iFormatter.getFullYear()).toBe(2021);
871+
expect(iFormatter.getFullYear()).toBe(new Date().getFullYear());
872872
});
873873
it('full skeletom eleton returns proper value',()=>{
874874
let iFormatter: Date = DateParser.dateParser('en', { skeleton: 'full',calendar:'islamic' }, cldrData)('Tuesday, Safar 19, 1437 AH');

controls/base/src/draggable.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,12 +1058,6 @@ export class Draggable extends Base<HTMLElement> implements INotifyPropertyChang
10581058
pageX = this.clone ? intCoord.pageX : (intCoord.pageX + window.pageXOffset) - this.relativeXPosition;
10591059
pageY = this.clone ? intCoord.pageY : (intCoord.pageY + window.pageYOffset) - this.relativeYPosition;
10601060
}
1061-
if (document.scrollingElement) {
1062-
let isVerticalScroll: boolean = document.scrollingElement.scrollHeight > 0 && document.scrollingElement.scrollHeight > document.scrollingElement.clientHeight && document.scrollingElement.scrollTop > 0;
1063-
let isHorrizontalScroll: boolean = document.scrollingElement.scrollWidth > 0 && document.scrollingElement.scrollWidth > document.scrollingElement.clientWidth && document.scrollingElement.scrollLeft > 0;
1064-
pageX = isHorrizontalScroll ? pageX - document.scrollingElement.scrollLeft : pageX;
1065-
pageY = isVerticalScroll ? pageY - document.scrollingElement.scrollTop : pageY;
1066-
}
10671061
return {
10681062
left: pageX - (this.margin.left + this.cursorAt.left),
10691063
top: pageY - (this.margin.top + this.cursorAt.top)

controls/base/src/validate-lic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { createElement } from './dom';
22
import { getValue, containerObject, setValue, isNullOrUndefined } from './util';
3-
export let componentList: string[] = ['grid', 'pivotview', 'treegrid', 'spreadsheet', 'rangeNavigator', 'DocumentEditor', 'listbox', 'inplaceeditor', 'PdfViewer', 'richtexteditor', 'DashboardLayout', 'chart', 'stockChart', 'circulargauge', 'diagram', 'heatmap', 'lineargauge', 'maps', 'slider', 'smithchart', 'barcode', 'sparkline', 'treemap', 'bulletChart', 'kanban', 'daterangepicker', 'schedule', 'gantt', 'signature', 'query-builder', 'drop-down-tree', 'carousel', 'filemanager', 'uploader', 'accordion', 'tab', 'treeview'];
3+
export let componentList: string[] = ['grid', 'pivotview', 'treegrid', 'spreadsheet', 'rangeNavigator', 'DocumentEditor', 'listbox','PdfViewer', 'richtexteditor', 'DashboardLayout', 'chart', 'stockChart', 'circulargauge', 'diagram', 'heatmap', 'lineargauge', 'maps', 'smithchart', 'barcode', 'sparkline', 'treemap', 'bulletChart', 'kanban', 'daterangepicker', 'schedule', 'gantt', 'signature', 'query-builder', 'drop-down-tree', 'carousel', 'filemanager', 'uploader', 'accordion', 'tab', 'treeview'];
44

55
const bypassKey: number[] = [115, 121, 110, 99, 102, 117, 115, 105,
66
111, 110, 46, 105, 115, 76, 105, 99, 86, 97, 108,

controls/base/themestudio/styles/inputs/rating/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
.e-rating-item-container:hover .e-rating-item {
4848
transition: transform 150ms cubic-bezier(.4, 0, .2, 1) 0ms;
4949
transform: scale(1.4);
50+
pointer-events: none;
5051
}
5152
}
5253

controls/buttons/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+
## 20.4.40 (2022-12-28)
6+
7+
### Chips
8+
9+
#### Bug Fixes
10+
11+
- `#I422262` - Added the aria-disabled attribute to the disabled Chip items.
12+
513
## 20.3.47 (2022-09-29)
614

715
### Floating Action Button `Preview`

controls/buttons/src/chips/chip-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ export class ChipList extends Component<HTMLElement> implements INotifyPropertyC
451451

452452
private setAttributes(): void {
453453
if (this.type === 'chip') {
454-
if(this.enabled) this.element.tabIndex = 0;
454+
this.enabled ? this.element.tabIndex = 0 : this.element.setAttribute('aria-disabled', 'true');
455455
this.element.setAttribute('role', 'option');
456456
} else {
457457
this.element.classList.add(classNames.chipSet);

controls/buttons/themestudio/styles/inputs/rating/_layout.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
.e-rating-item-container:hover .e-rating-item {
4848
transition: transform 150ms cubic-bezier(.4, 0, .2, 1) 0ms;
4949
transform: scale(1.4);
50+
pointer-events: none;
5051
}
5152
}
5253

controls/charts/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+
## 20.4.40 (2022-12-28)
6+
7+
### Chart
8+
9+
#### Bug Fixes
10+
11+
- `#I423644` - Now axis label is aligned properly when minimum value is high.
12+
- `#I423606` - Trendline is now proper for zero values,
13+
- `#I424547` - Now zooming the multi colored line is working properly.
14+
515
## 20.4.38 (2022-12-21)
616

717
### Chart

0 commit comments

Comments
 (0)