Skip to content

Commit 1b5c0cd

Browse files
author
pipeline
committed
v16.4.44 is released
1 parent 84807ec commit 1b5c0cd

File tree

740 files changed

+155078
-21142
lines changed

Some content is hidden

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

740 files changed

+155078
-21142
lines changed

controls/buttons/dist/ej2-buttons.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/buttons/dist/es6/ej2-buttons.es2015.js

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/buttons/dist/es6/ej2-buttons.es2015.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/buttons/dist/es6/ej2-buttons.es5.js

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/buttons/dist/es6/ej2-buttons.es5.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/buttons/dist/global/ej2-buttons.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/buttons/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-buttons",
3-
"version": "16.4.40-beta",
3+
"version": "16.4.42",
44
"description": "A package of feature-rich Essential JS 2 components such as Button, CheckBox, RadioButton and Switch.",
55
"author": "Syncfusion Inc.",
66
"license": "SEE LICENSE IN license",

controls/buttons/src/chips/chip.ts

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
11
/**
2-
* A chip component is a small block of essential information, mostly used on contacts or filter tags.
3-
* ```html
4-
* <div id="chip"></div>
5-
* ```
6-
* ```typescript
7-
* <script>
8-
* var chipObj = new ChipList();
9-
* chipObj.appendTo("#chip");
10-
* </script>
11-
* ```
2+
* Represents ChipList `Chip` model class.
123
*/
134
export class Chip {
145
/**
@@ -58,36 +49,43 @@ export class Chip {
5849
export interface ChipModel {
5950
/**
6051
* This text property helps to render ChipList component.
52+
* @default ''
6153
*/
6254
text?: string;
6355

6456
/**
6557
* This avatarText property helps to customize avatar content.
58+
* @default ''
6659
*/
6760
avatarText?: string;
6861

6962
/**
7063
* This avatarIconCss property helps to customize avatar element.
64+
* @default ''
7165
*/
7266
avatarIconCss?: string;
7367

7468
/**
7569
* This leadingIconCss property helps to customize leading icon element.
70+
* @default ''
7671
*/
7772
leadingIconCss?: string;
7873

7974
/**
8075
* This trailingIconCss property helps to customize trailing icon element.
76+
* @default ''
8177
*/
8278
trailingIconCss?: string;
8379

8480
/**
8581
* This cssClass property helps to customize ChipList component.
82+
* @default ''
8683
*/
8784
cssClass?: string;
8885

8986
/**
9087
* This enabled property helps to enable/disable ChipList component.
88+
* @default true
9189
*/
9290
enabled?: boolean;
9391
}

controls/buttons/styles/chips/_bootstrap-dark-definition.scss

Lines changed: 362 additions & 142 deletions
Large diffs are not rendered by default.

controls/buttons/styles/chips/_bootstrap-definition.scss

Lines changed: 256 additions & 36 deletions
Large diffs are not rendered by default.

controls/buttons/styles/chips/_fabric-dark-definition.scss

Lines changed: 308 additions & 88 deletions
Large diffs are not rendered by default.

controls/buttons/styles/chips/_fabric-definition.scss

Lines changed: 235 additions & 15 deletions
Large diffs are not rendered by default.

controls/buttons/styles/chips/_highcontrast-definition.scss

Lines changed: 234 additions & 14 deletions
Large diffs are not rendered by default.

controls/buttons/styles/chips/_highcontrast-light-definition.scss

Lines changed: 295 additions & 75 deletions
Large diffs are not rendered by default.

controls/buttons/styles/chips/_layout.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
font-weight: $chip-font-weight;
2020
height: $chip-height;
2121
justify-content: center;
22+
line-height: $chip-line-height;
2223
margin: $chip-margin;
2324
outline: none;
2425
overflow: $chip-overflow;
@@ -35,6 +36,7 @@
3536
font-size: $chip-avatar-content-font-size;
3637
height: $chip-avatar-size;
3738
justify-content: center;
39+
line-height: 1;
3840
margin: $chip-avatar-margin;
3941
overflow: hidden;
4042
width: $chip-avatar-size;
@@ -53,13 +55,13 @@
5355
font-size: $chip-leading-icon-font-size;
5456
height: $chip-leading-icon-size;
5557
justify-content: center;
58+
line-height: 1;
5659
margin: $chip-leading-icon-margin;
5760
overflow: hidden;
5861
width: $chip-leading-icon-size;
5962
}
6063

6164
.e-chip-text {
62-
margin-top: $chip-text-margin-top;
6365
overflow: hidden;
6466
text-overflow: ellipsis;
6567
white-space: nowrap;
@@ -73,6 +75,7 @@
7375
font-size: $chip-delete-icon-font-size;
7476
height: $chip-delete-icon-size;
7577
justify-content: center;
78+
line-height: 1;
7679
margin: $chip-delete-icon-margin;
7780
overflow: hidden;
7881
width: $chip-delete-icon-size;
@@ -94,6 +97,7 @@
9497
font-family: 'e-icons';
9598
height: $chip-leading-icon-size;
9699
justify-content: center;
100+
line-height: 1;
97101
margin: $chip-leading-icon-margin;
98102
margin-top: $chip-multiselection-icon-margin-top;
99103
overflow: hidden;

controls/buttons/styles/chips/_material-dark-definition.scss

Lines changed: 309 additions & 88 deletions
Large diffs are not rendered by default.

controls/buttons/styles/chips/_material-definition.scss

Lines changed: 236 additions & 14 deletions
Large diffs are not rendered by default.

controls/buttons/styles/chips/_theme.scss

Lines changed: 124 additions & 117 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@import 'ej2-base/styles/bootstrap-dark-definition.scss';
22
@import 'bootstrap-dark-definition.scss';
3+
@import 'icons/bootstrap-dark.scss';
34
@import 'all.scss';
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@import 'ej2-base/styles/fabric-dark-definition.scss';
22
@import 'fabric-dark-definition.scss';
3+
@import 'icons/fabric-dark.scss';
34
@import 'all.scss';
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#{&}.e-chip-list {
2+
.e-chip-delete {
3+
&.e-dlt-btn::before {
4+
content: '\e842';
5+
}
6+
}
7+
8+
&.e-multi-selection .e-chip {
9+
&::before {
10+
content: '\e7ff';
11+
}
12+
}
13+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#{&}.e-chip-list {
2+
.e-chip-text {
3+
margin-top: -2px;
4+
}
5+
6+
.e-chip-delete {
7+
&.e-dlt-btn::before {
8+
content: '\e7fc';
9+
}
10+
}
11+
12+
&.e-multi-selection .e-chip {
13+
&::before {
14+
content: '\e7ff';
15+
}
16+
}
17+
}

controls/buttons/styles/chips/icons/_fabric.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#{&}.e-chip-list {
2+
.e-chip-text {
3+
margin-top: -2px;
4+
}
5+
26
.e-chip-delete {
37
&.e-dlt-btn::before {
48
content: '\e7fc';
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#{&}.e-chip-list {
2+
.e-chip-text {
3+
margin-top: -2px;
4+
}
5+
6+
.e-chip-delete {
7+
&.e-dlt-btn::before {
8+
content: '\e7fc';
9+
}
10+
}
11+
12+
&.e-multi-selection .e-chip {
13+
&::before {
14+
content: '\e7ff';
15+
}
16+
}
17+
}

controls/buttons/styles/chips/icons/_highcontrast.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
#{&}.e-chip-list {
2+
.e-chip-text {
3+
margin-top: -2px;
4+
}
5+
26
.e-chip-delete {
37
&.e-dlt-btn::before {
48
content: '\e7fc';
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#{&}.e-chip-list {
2+
.e-chip-delete {
3+
&.e-dlt-btn::before {
4+
content: '\e208';
5+
}
6+
}
7+
8+
&.e-multi-selection .e-chip {
9+
&::before {
10+
content: '\e933';
11+
}
12+
}
13+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
@import 'ej2-base/styles/material-dark-definition.scss';
22
@import 'material-dark-definition.scss';
3+
@import 'icons/material-dark.scss';
34
@import 'all.scss';

controls/calendars/CHANGELOG.md

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

33
## [Unreleased]
44

5+
## 16.4.44 (2018-12-24)
6+
7+
### DatePicker
8+
9+
#### Bug Fixes
10+
11+
- Fixed the `allowEdit` issue in mobile mode.
12+
13+
### DateRangePicker
14+
15+
#### Bug Fixes
16+
17+
- Fixed the localization issue in preset `custom range` element.
18+
19+
### TimePicker
20+
21+
#### Bug Fixes
22+
23+
- Fixed the component destroy issue when `showClearButton` in disabled state.
24+
25+
## 16.4.42 (2018-12-14)
26+
27+
### Calendar
28+
29+
#### New Features
30+
31+
- Added the Islamic calendar support.
32+
33+
### DatePicker
34+
35+
#### New Features
36+
37+
- Added the Islamic DatePicker support.
38+
39+
### DateTimePicker
40+
41+
#### New Features
42+
43+
- Added the Islamic DateTimePicker support.
44+
545
## 16.4.40-beta (2018-12-10)
646

747
### DatePicker

controls/calendars/dist/ej2-calendars.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

controls/calendars/dist/ej2-calendars.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)