Skip to content

Commit 8294e03

Browse files
author
pipeline
committed
v19.3.43 is released
1 parent 2e562eb commit 8294e03

File tree

1,285 files changed

+117500
-25484
lines changed

Some content is hidden

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

1,285 files changed

+117500
-25484
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ej2-angular-samples",
3-
"version": "19.2.44",
3+
"version": "19.3.43",
44
"private": true,
55
"dependencies": {
66
"@angular/animations": "~10.0.0",
@@ -12,6 +12,7 @@
1212
"@angular/platform-browser": "~10.0.0",
1313
"@angular/platform-browser-dynamic": "~10.0.0",
1414
"@angular/router": "~10.0.0",
15+
"@microsoft/signalr": "5.0.9",
1516
"@syncfusion/ej2": "*",
1617
"@syncfusion/ej2-angular-barcode-generator": "*",
1718
"@syncfusion/ej2-angular-base": "*",
@@ -106,7 +107,6 @@
106107
"tributejs": "^3.7.3",
107108
"ts-loader": "^5.3.0",
108109
"tslib": "^2.0.0",
109-
"tslint": "4.0.2",
110110
"tslint-microsoft-contrib": "^4.0.0",
111111
"typo-js": "^1.0.1",
112112
"uglifyjs-webpack-plugin": "*",

sampleOrder.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,16 @@
6161
"qrCode": "QR Code",
6262
"datamatrix": "Data Matrix"
6363
}
64+
},
65+
"breadcrumb" : {
66+
"ControlName" : "Breadcrumb",
67+
"Samples" : {
68+
"default": "Default Functionalities",
69+
"template":"Template",
70+
"navigation":"Navigation",
71+
"keyboard-navigation":"Keyboard Navigation",
72+
"address-bar":"Address Bar"
73+
}
6474
},
6575
"bullet-chart" : {
6676
"ControlName" : "Bullet Chart",

src/app/accordion/ajax-content.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.e-accordion table {
33
border-collapse: collapse;
44
border-spacing: 0;
5-
width: 100%;
5+
width: 95%;
66
}
77

88
.e-accordion table th,

src/app/accordion/ajax-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/accordion/ajax.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@
5454
<div id='Video_Rec_features' style="display:none">
5555
<table>
5656
<tr>
57-
<th class='e-bold' rowspan='9'>Video Recording</th>
58-
</tr>
59-
<tr>
57+
<th class='e-bold' rowspan='6'>Video Recording</th>
6058
<td class='e-bold'>4K video recording</td>
6159
</tr>
6260
<tr>

src/app/auto-complete/grouping-icon-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/auto-complete/grouping-icon.css

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/app/auto-complete/template-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/app/auto-complete/template.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
.e-bigger #employees_popup.e-popup .empImage {
7-
margin: 10px 16px;
7+
margin: 6px 16px;
88
}
99

1010
#employees_popup .head {
@@ -51,13 +51,21 @@
5151
margin-top: -10px;
5252
margin-bottom: 11px;
5353
}
54+
55+
.bootstrap #employees_popup .job {
56+
margin-top: 0px;
57+
}
58+
59+
.bootstrap.e-bigger #employees_popup .job {
60+
margin-top: -16px;
61+
}
5462

5563
.e-bigger #employees_popup .job {
5664
margin-top: -16px;
5765
}
5866

5967
#employees_popup .empImage {
60-
margin: 6px 16px;
68+
margin: 0px 16px;
6169
float: left;
6270
width: 50px;
6371
height: 50px;
@@ -72,6 +80,10 @@
7280
margin: 0px 16px;
7381
}
7482

83+
.bootstrap4.e-bigger #employees_popup.e-popup .empImage {
84+
margin: 6px 16px;
85+
}
86+
7587
.bootstrap4 #employees_popup.e-popup .job {
7688
margin-top: 0;
7789
}

src/app/avatar/card-stackb.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)