Skip to content

DOCINFRA-2341_merged_using_automation #696

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ export class AppComponent {
public placeholder: string = 'Select countries';
//Bind the filter event
public onFiltering: EmitType<FilteringEventArgs> = (e: FilteringEventArgs) => {

e.preventDefaultAction = true; // Prevent the default built-in filter.

let query = new Query();

//frame the query based on search string with filter type.
query = (e.text != "") ? query.where("country", "startswith", e.text, true) : query;

//pass the filter data source, filter query to updateData method.
e.updateData(this.searchData, query);
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class AppComponent {
public onFiltering: EmitType<FilteringEventArgs> = (e: FilteringEventArgs) => {

e.preventDefaultAction = true; // Prevent the default built-in filter.

// load overall data when search key empty.
if(e.text == '') e.updateData(this.searchData);
else{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export class AppComponent {
public sorting: string = 'Ascending';
//Bind the filter event
public onFiltering: EmitType<FilteringEventArgs> = (e: FilteringEventArgs) => {

e.preventDefaultAction = true; // Prevent the default built-in filter.

// load overall data when search key empty.
Expand Down
8 changes: 4 additions & 4 deletions ej2-angular/samples/chips/default-cs1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
<meta name="author" content="Syncfusion">
<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>
<link rel="stylesheet" href="styles.9565d1414152b259.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.9565d1414152b259.css"></noscript></head>
<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>
<body>
<my-app>
<app-root>
<div id="loader">LOADING....</div>
</my-app>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.2b3d5b1182cd7e3e.js" type="module"></script></body>
</app-root>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.f3eb5fc6be14d648.js" type="module"></script></body>
</html>

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

36 changes: 18 additions & 18 deletions ej2-angular/samples/dropdowntree/getting-started-cs1/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<title>Angular DropDownTree</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Typescript Toolbar Controls">
<!DOCTYPE html>
<html lang="en" data-critters-container>
<head>
<title>Angular DropDownTree</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Angular DropDownTree Controls">

<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
<meta name="author" content="Syncfusion">
<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>
<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>
<body>
<div id="wrapper" style="margin-top: 20px">
<app-container>
<div id="loader">LOADING....</div>
</app-container>
</div>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.8dab6baa31e5e6db.js" type="module"></script></body>
</html>
<meta name="author" content="Syncfusion">
<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>
<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>
<body>
<div id="wrapper" style="margin-top: 20px">
<app-root>
<div id="loader">LOADING....</div>
</app-root>
</div>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.c24e7921af850cbf.js" type="module"></script></body>
</html>

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

10 changes: 5 additions & 5 deletions ej2-angular/samples/tooltip/getting-started-cs7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
<meta name="author" content="Syncfusion">
<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>
<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>
<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>
<body>
<my-app>
<app-root>
<div id="loader">LOADING....</div>
</my-app>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.eec665add05f14bd.js" type="module"></script></body>
</html>
</app-root>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.1a0dec0e5b878e4d.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions ej2-angular/samples/tooltip/getting-started-cs8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
<link href="https://cdn.syncfusion.com/ej2/24.1.41/material.css" rel="stylesheet">
<meta name="author" content="Syncfusion">
<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>
<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>
<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>
<body>
<my-app>
<app-root>
<div id="loader">LOADING....</div>
</my-app>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.b78673108b42885e.js" type="module"></script></body>
</html>
</app-root>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.2d3b51ad98ddc39d.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

This file was deleted.

This file was deleted.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ej2-angular/uploader/jwt-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ layout: post
title: JWT Authentication in Angular Uploader component | Syncfusion
description: Learn here all about File Upload Using JWT Authentication in Syncfusion Angular Uploader component of Syncfusion Essential JS 2 and more.
platform: ej2-angular
control: JWT Authentication
control: JWT Authentication
documentation: ug
domainurl: ##DomainURL##
---
Expand Down