Skip to content

Commit c2c125d

Browse files
author
pipeline
committed
v19.2.48 is released
1 parent 7cb4a9a commit c2c125d

File tree

213 files changed

+3298
-1764
lines changed

Some content is hidden

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

213 files changed

+3298
-1764
lines changed

controls/base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-base",
3-
"version": "18.4.32",
3+
"version": "19.2.47",
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/template.ts

+12-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,18 @@ export function compile(template: string, helper?: Object, ignorePrefix?: boolea
6060
let argName: string = 'data';
6161

6262
let evalExpResult: string = evalExp(template, argName, helper, ignorePrefix);
63-
let condtion = `if(str.match(/value='([^\/]+)'\\s/g)){
64-
var check = str.match(/value='([^\/]+)'/g)[0].split('=')[1];
65-
var change = check.replace(/^\'/, '\"');
66-
change = change.replace(/.$/,'\"');
67-
str = str.replace(check, change);
63+
let condtion = `
64+
var rg = (/(?:value|href)([\\s='"./]+)([\\w-./?=&\\\\#"]+)(.)((['#\\\\&?=/".\\w\\d]+|[\\w)('-."\\s]+)['"]|)/g);
65+
if(str.match(rg)){
66+
var check = str.match(rg);
67+
var str1 = str;
68+
for (var i=0; i < check.length; i++) {
69+
var check1 = str.match(rg)[i].split('=')[1];
70+
var change = check1.replace(/^\'/, '\"');
71+
change = change.replace(/.$/,'\"');
72+
str1 = str1.replace(check1, change);
73+
}
74+
str = str.replace(str, str1);
6875
}`;
6976
let fnCode = "var str=\"" + evalExpResult + "\";" + condtion + " return str;";
7077
// let fnCode: string = `var str="${evalExpResult}"; return str;`;

controls/buttons/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.2.47 (2021-07-13)
5+
## 19.2.48 (2021-07-20)
66

77
### Checkbox
88

controls/calendars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@syncfusion/ej2-calendars",
3-
"version": "19.2.46",
3+
"version": "19.2.47",
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",

controls/calendars/src/calendar/calendar.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2406,8 +2406,8 @@ export class Calendar extends CalendarBase {
24062406
}
24072407
this.validateDate();
24082408
this.minMaxUpdate();
2409-
this.setEnable(this.enabled);
24102409
if (this.getModuleName() === 'calendar') {
2410+
this.setEnable(this.enabled);
24112411
this.setClass(this.cssClass);
24122412
}
24132413
super.render();

controls/calendars/styles/timepicker/_bootstrap4-definition.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $timepicker-normal-input-min-height: 29px !default;
3232
$timepicker-normal-input-min-width: 23px !default;
3333
$timepicker-bigger-input-min-height: 36px !default;
3434
$timepicker-bigger-input-min-width: 33px !default;
35-
$timepicker-disable-text: $gray-900 !default;
35+
$timepicker-disable-text: $gray-500 !default;
3636
$timepicker-disable-opacity: 1 !default;
3737
$timepicker-default-overlay: rgba($black, .5) !default;
3838
// mouse small

controls/calendars/styles/timepicker/_tailwind-dark-definition.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ $timepicker-disable-text: $content-text-color-disabled !default;
3434
$timepicker-disable-opacity: 1 !default;
3535
$timepicker-default-overlay: $content-bg-color-alt2 !default;
3636
// mouse small
37-
$timepicker-list-small-font-size: 14px !default;
37+
$timepicker-list-small-font-size: $text-sm !default;
3838
$timepicker-list-small-line-height: 24px !default;
3939
$timepicker-list-small-text-indent: 12px !default;
4040
$timepicker-list-small-font-color: $content-text-color !default;
4141
// mouse small icon
4242
$timepicker-icon-small-font-size: 14px !default;
4343
// Touch small
44-
$timepicker-list-bigger-small-font-size: 14px !default;
44+
$timepicker-list-bigger-small-font-size: $text-sm !default;
4545
$timepicker-list-bigger-small-line-height: 32px !default;
4646
$timepicker-list-bigger-small-text-indent: 12px !default;
4747
// Touch small icon

controls/calendars/styles/timepicker/_tailwind-definition.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ $timepicker-disable-text: $content-text-color-disabled !default;
3434
$timepicker-disable-opacity: 1 !default;
3535
$timepicker-default-overlay: $content-bg-color-alt2 !default;
3636
// mouse small
37-
$timepicker-list-small-font-size: 14px !default;
37+
$timepicker-list-small-font-size: $text-sm !default;
3838
$timepicker-list-small-line-height: 24px !default;
3939
$timepicker-list-small-text-indent: 12px !default;
4040
$timepicker-list-small-font-color: $content-text-color !default;
4141
// mouse small icon
4242
$timepicker-icon-small-font-size: 14px !default;
4343
// Touch small
44-
$timepicker-list-bigger-small-font-size: 14px !default;
44+
$timepicker-list-bigger-small-font-size: $text-sm !default;
4545
$timepicker-list-bigger-small-line-height: 32px !default;
4646
$timepicker-list-bigger-small-text-indent: 12px !default;
4747
// Touch small icon

controls/charts/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## [Unreleased]
44

5-
## 19.2.47 (2021-07-13)
5+
## 19.2.48 (2021-07-20)
66

77
### Chart
88

controls/circulargauge/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## [Unreleased]
66

7-
## 19.2.47 (2021-07-13)
7+
## 19.2.48 (2021-07-20)
88

99
### CircularGauge
1010

controls/data/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## 19.2.48 (2021-07-20)
6+
7+
### DataManager
8+
9+
#### Bug Fixes
10+
11+
- `#I334900`, `#I335587`, `#I335411` - Blank line appears while adding new record with `RemoteSaveAdaptor` has been fixed.
12+
513
## 19.1.58 (2021-04-27)
614

715
### DataManager

controls/diagrams/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [Unreleased]
44

5+
## 19.2.48 (2021-07-20)
6+
7+
### Diagram
8+
9+
#### Bug Fixes
10+
11+
- `#I330099` - The issue "The ports outEdges is not updated when cancel the port draw connector addition" has been fixed.
12+
- `I324505` - The issue "An exception will raise while sending the node front to the group " has been fixed.
13+
514
## 19.2.46 (2021-07-06)
615

716
### Diagram

0 commit comments

Comments
 (0)