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.

0 commit comments

Comments
 (0)