Skip to content

Commit bcc7d3b

Browse files
Merge pull request #696 from Syncfusion-Content/hotfix/hotfix-v27.2.2
DOCINFRA-2341_merged_using_automation
2 parents 3e5a360 + f364de2 commit bcc7d3b

23 files changed

+46
-44
lines changed

ej2-angular/code-snippet/multiselect/getting-started-cs7/src/app.component.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,14 @@ export class AppComponent {
3737
public placeholder: string = 'Select countries';
3838
//Bind the filter event
3939
public onFiltering: EmitType<FilteringEventArgs> = (e: FilteringEventArgs) => {
40-
40+
4141
e.preventDefaultAction = true; // Prevent the default built-in filter.
4242

4343
let query = new Query();
44+
4445
//frame the query based on search string with filter type.
4546
query = (e.text != "") ? query.where("country", "startswith", e.text, true) : query;
47+
4648
//pass the filter data source, filter query to updateData method.
4749
e.updateData(this.searchData, query);
4850
};

ej2-angular/code-snippet/multiselect/getting-started-cs8/src/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export class AppComponent {
4444
public onFiltering: EmitType<FilteringEventArgs> = (e: FilteringEventArgs) => {
4545

4646
e.preventDefaultAction = true; // Prevent the default built-in filter.
47-
47+
4848
// load overall data when search key empty.
4949
if(e.text == '') e.updateData(this.searchData);
5050
else{

ej2-angular/code-snippet/multiselect/getting-started-cs9/src/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class AppComponent {
4242
public sorting: string = 'Ascending';
4343
//Bind the filter event
4444
public onFiltering: EmitType<FilteringEventArgs> = (e: FilteringEventArgs) => {
45-
45+
4646
e.preventDefaultAction = true; // Prevent the default built-in filter.
4747

4848
// load overall data when search key empty.

ej2-angular/samples/chips/default-cs1/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
1010
<meta name="author" content="Syncfusion">
1111
<style>#loader{color:#008cff;height:40px;width:30%;position:absolute;font-family:'Helvetica Neue','calibiri';font-size:16px;top:45%;left:45%}</style><link href="styles.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.css"></noscript>
12-
<link rel="stylesheet" href="styles.9565d1414152b259.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.9565d1414152b259.css"></noscript></head>
12+
<style>#loader{color:#008cff;height:40px;width:30%;position:absolute;font-family:Helvetica Neue,calibiri;font-size:16px;top:45%;left:45%}</style><link rel="stylesheet" href="styles.c4da10b71c732750.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.c4da10b71c732750.css"></noscript></head>
1313
<body>
14-
<my-app>
14+
<app-root>
1515
<div id="loader">LOADING....</div>
16-
</my-app>
17-
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.2b3d5b1182cd7e3e.js" type="module"></script></body>
16+
</app-root>
17+
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.f3eb5fc6be14d648.js" type="module"></script></body>
1818
</html>

ej2-angular/samples/chips/default-cs1/main.2b3d5b1182cd7e3e.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/chips/default-cs1/main.f3eb5fc6be14d648.js

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

ej2-angular/samples/chips/default-cs1/styles.9565d1414152b259.css renamed to ej2-angular/samples/chips/default-cs1/styles.c4da10b71c732750.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<!DOCTYPE html>
2-
<html lang="en" data-critters-container>
3-
<head>
4-
<title>Angular DropDownTree</title>
5-
<meta charset="utf-8">
6-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7-
<meta name="description" content="Typescript Toolbar Controls">
1+
<!DOCTYPE html>
2+
<html lang="en" data-critters-container>
3+
<head>
4+
<title>Angular DropDownTree</title>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="description" content="Angular DropDownTree Controls">
88

99
<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
10-
<meta name="author" content="Syncfusion">
11-
<style>#loader{color:#008cff;height:40px;width:30%;position:absolute;top:45%;left:45%}#wrapper{width:250px;margin:0 auto}</style><link href="index.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="index.css"></noscript>
12-
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.6e262f6b369ed6b3.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.6e262f6b369ed6b3.css"></noscript></head>
13-
<body>
14-
<div id="wrapper" style="margin-top: 20px">
15-
<app-container>
16-
<div id="loader">LOADING....</div>
17-
</app-container>
18-
</div>
19-
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.8dab6baa31e5e6db.js" type="module"></script></body>
20-
</html>
10+
<meta name="author" content="Syncfusion">
11+
<style>#loader{color:#008cff;height:40px;width:30%;position:absolute;top:45%;left:45%}#wrapper{width:250px;margin:0 auto}</style><link href="index.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="index.css"></noscript>
12+
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.34520d7b6531cdc0.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.34520d7b6531cdc0.css"></noscript></head>
13+
<body>
14+
<div id="wrapper" style="margin-top: 20px">
15+
<app-root>
16+
<div id="loader">LOADING....</div>
17+
</app-root>
18+
</div>
19+
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.c24e7921af850cbf.js" type="module"></script></body>
20+
</html>

ej2-angular/samples/dropdowntree/getting-started-cs1/main.8dab6baa31e5e6db.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/dropdowntree/getting-started-cs1/main.c24e7921af850cbf.js

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

ej2-angular/samples/dropdowntree/getting-started-cs1/styles.34520d7b6531cdc0.css

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

ej2-angular/samples/dropdowntree/getting-started-cs1/styles.6e262f6b369ed6b3.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/tooltip/getting-started-cs7/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
1010
<meta name="author" content="Syncfusion">
1111
<style>#loader{color:#008cff;font-family:'Helvetica Neue', 'calibiri';font-size:16px;height:40px;left:45%;position:absolute;top:45%;width:30%}</style><link href="index.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="index.css"></noscript>
12-
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.3ac562df642613c4.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.3ac562df642613c4.css"></noscript></head>
12+
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.abf68a5f2b30920a.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.abf68a5f2b30920a.css"></noscript></head>
1313
<body>
14-
<my-app>
14+
<app-root>
1515
<div id="loader">LOADING....</div>
16-
</my-app>
17-
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.eec665add05f14bd.js" type="module"></script></body>
18-
</html>
16+
</app-root>
17+
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.1a0dec0e5b878e4d.js" type="module"></script></body>
18+
</html>

ej2-angular/samples/tooltip/getting-started-cs7/main.1a0dec0e5b878e4d.js

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

ej2-angular/samples/tooltip/getting-started-cs7/main.eec665add05f14bd.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/tooltip/getting-started-cs7/styles.3ac562df642613c4.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/tooltip/getting-started-cs7/styles.abf68a5f2b30920a.css

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

ej2-angular/samples/tooltip/getting-started-cs8/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
1010
<meta name="author" content="Syncfusion">
1111
<style>#loader{color:#008cff;font-family:'Helvetica Neue', 'calibiri';font-size:16px;height:40px;left:45%;position:absolute;top:45%;width:30%}</style><link href="index.css" rel="stylesheet" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="index.css"></noscript>
12-
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.3ac562df642613c4.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.3ac562df642613c4.css"></noscript></head>
12+
<style>@import"https://fonts.googleapis.com/css?family=Roboto:400,500,700"</style><link rel="stylesheet" href="styles.abf68a5f2b30920a.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.abf68a5f2b30920a.css"></noscript></head>
1313
<body>
14-
<my-app>
14+
<app-root>
1515
<div id="loader">LOADING....</div>
16-
</my-app>
17-
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.b78673108b42885e.js" type="module"></script></body>
18-
</html>
16+
</app-root>
17+
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.2d3b51ad98ddc39d.js" type="module"></script></body>
18+
</html>

ej2-angular/samples/tooltip/getting-started-cs8/main.2d3b51ad98ddc39d.js

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

ej2-angular/samples/tooltip/getting-started-cs8/main.b78673108b42885e.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/tooltip/getting-started-cs8/styles.3ac562df642613c4.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

ej2-angular/samples/tooltip/getting-started-cs8/styles.abf68a5f2b30920a.css

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

ej2-angular/uploader/jwt-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: post
33
title: JWT Authentication in Angular Uploader component | Syncfusion
44
description: Learn here all about File Upload Using JWT Authentication in Syncfusion Angular Uploader component of Syncfusion Essential JS 2 and more.
55
platform: ej2-angular
6-
control: JWT Authentication
6+
control: JWT Authentication
77
documentation: ug
88
domainurl: ##DomainURL##
99
---

0 commit comments

Comments
 (0)