Skip to content

DOCINFRA-2341_merged_using_automation #684

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
Nov 27, 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 @@ -16,7 +16,7 @@ imports: [

standalone: true,
selector: 'app-root',
template: `<ejs-datepicker floatLabelType="auto" placeholder="Enter date"></ejs-datepicker>`
template: `<ejs-datepicker floatLabelType="Auto" placeholder="Enter date"></ejs-datepicker>`
})
export class AppComponent {
constructor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ template: `<ejs-grid #grid [dataSource]='data' height='315px' [allowResizing]='t
<e-column field='Inventor' headerText='Inventor' textAlign='Right' width=100 clipMode='EllipsisWithTooltip'></e-column>
<e-column field='NumberofPatentFamilies' headerText='Number of Patent Families' width=120></e-column>
<e-column field='Country' headerText='Country' width=80></e-column>
<e-column field='Number of INPADOC patents' headerText='Number of INPADOC patents' width=150></e-column>
<e-column field='NumberOfINPADOCPatents' headerText='Number of INPADOC patents' width=150></e-column>
<e-column field='Active' headerText='Active' width=100></e-column>
<e-column field='Mainfieldsofinvention' headerText='Main fields of invention' width=100></e-column>
</e-columns>
Expand All @@ -38,4 +38,4 @@ public data?: object[];
dataBound() {
(this.grid as GridComponent).autoFitColumns(['Inventor', 'Number of INPADOC patents', 'Mainfieldsofinvention'], 1, 3);
}
}
}
36 changes: 18 additions & 18 deletions ej2-angular/code-snippet/grid/autofit-cs3/src/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Kia Silverbrook',
'NumberofPatentFamilies': 4737,
'Country': 'Australia',
'Number of INPADOC patents': 9839,
'NumberOfINPADOCPatents': 9839,
'Active': '1994-2016',
'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics,Lab-on-a-chip, MEMS, Mechanical, VLSI',

Expand All @@ -12,7 +12,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Shunpei Yamazaki',
'NumberofPatentFamilies': 4677,
'Country': 'Japan',
'Number of INPADOC patents': '10000+',
'NumberOfINPADOCPatents': '10000+',
'Active': '1976-2016',
'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, Solar cells, Flash memory, OLED',

Expand All @@ -21,7 +21,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Lowell L. Wood, Jr.',
'NumberofPatentFamilies': 1419,
'Country': 'USA',
'Number of INPADOC patents': 1332,
'NumberOfINPADOCPatents': 1332,
'Active': '1977-2016',
'Mainfieldsofinvention': 'Mosquito laser, Nuclear weapons',

Expand All @@ -30,7 +30,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Paul Lapstun',
'NumberofPatentFamilies': 1281,
'Country': 'Australia',
'Number of INPADOC patents': 3099,
'NumberOfINPADOCPatents': 3099,
'Active': '2000-2016',
'Mainfieldsofinvention': 'Printing, Digital paper, Internet, Electronics, CGI, VLSI',

Expand All @@ -39,7 +39,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Gurtej Sandhu',
'NumberofPatentFamilies': 1255,
'Country': 'India',
'Number of INPADOC patents': 2038,
'NumberOfINPADOCPatents': 2038,
'Active': '1991-2016',
'Mainfieldsofinvention': 'Thin film processes and materials, VLSI, Semiconductor device fabrication',

Expand All @@ -48,7 +48,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Jun Koyama',
'NumberofPatentFamilies': 1240,
'Country': 'Japan',
'Number of INPADOC patents': 4126,
'NumberOfINPADOCPatents': 4126,
'Active': '1991-2016',
'Mainfieldsofinvention': 'Thin film transistors, Liquid crystal displays, OLED',

Expand All @@ -57,7 +57,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Roderick A. Hyde',
'NumberofPatentFamilies': 1240,
'Country': 'USA',
'Number of INPADOC patents': 3360,
'NumberOfINPADOCPatents': 3360,
'Active': '2001-2016',
'Mainfieldsofinvention': 'Various',

Expand All @@ -66,7 +66,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Leonard Forbes',
'NumberofPatentFamilies': 1093,
'Country': 'Canada',
'Number of INPADOC patents': 1398,
'NumberOfINPADOCPatents': 1398,
'Active': '1991-2016',
'Mainfieldsofinvention': 'Semiconductor Memories, CCDs, Thin film processes and materials, VLSI',

Expand All @@ -75,7 +75,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Thomas Edison',
'NumberofPatentFamilies': 1084,
'Country': 'USA',
'Number of INPADOC patents': 2332,
'NumberOfINPADOCPatents': 2332,
'Active': '1847(b)-1931(d)',
'Mainfieldsofinvention': 'Electric power, Lighting, Batteries, Phonograph, Cement, Telegraphy, Mining',

Expand All @@ -84,7 +84,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Donald E. Weder',
'NumberofPatentFamilies': 999,
'Country': 'USA',
'Number of INPADOC patents': 1993,
'NumberOfINPADOCPatents': 1993,
'Active': '1976-2015',
'Mainfieldsofinvention': 'Florist supplies',

Expand All @@ -93,7 +93,7 @@ export const inventoryData: Object[] = [
'Inventor': 'George Albert Lyon',
'NumberofPatentFamilies': 993,
'Country': 'Canada',
'Number of INPADOC patents': 'NA',
'NumberOfINPADOCPatents': 'NA',
'Active': '1882(b)-1961(d)',
'Mainfieldsofinvention': 'Automotive, Stainless steel products',

Expand All @@ -102,7 +102,7 @@ export const inventoryData: Object[] = [
'Inventor': 'John F. O\'Connor',
'NumberofPatentFamilies': 949,
'Country': 'USA',
'Number of INPADOC patents': 'NA',
'NumberOfINPADOCPatents': 'NA',
'Active': '1864(b)-1938(d)',
'Mainfieldsofinvention': 'Railway draft gearing',

Expand All @@ -111,7 +111,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Melvin De Groote',
'NumberofPatentFamilies': 925,
'Country': 'USA',
'Number of INPADOC patents': 'NA',
'NumberOfINPADOCPatents': 'NA',
'Active': '1895(b)-1963(d)',
'Mainfieldsofinvention': 'Chemical de-emulsifiers',

Expand All @@ -120,7 +120,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Jay S. Walker',
'NumberofPatentFamilies': 918,
'Country': 'USA',
'Number of INPADOC patents': 2206,
'NumberOfINPADOCPatents': 2206,
'Active': '1998-2016',
'Mainfieldsofinvention': 'Gaming machines',

Expand All @@ -129,7 +129,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Edward K. Y. Jung',
'NumberofPatentFamilies': 911,
'Country': 'USA',
'Number of INPADOC patents': 2254,
'NumberOfINPADOCPatents': 2254,
'Active': '1996-2016',
'Mainfieldsofinvention': 'Various',

Expand All @@ -138,7 +138,7 @@ export const inventoryData: Object[] = [
'Inventor': 'Francis H. Richards',
'NumberofPatentFamilies': 894,
'Country': 'USA',
'Number of INPADOC patents': 'NA',
'NumberOfINPADOCPatents': 'NA',
'Active': '1850(b)-19??(d)',
'Mainfieldsofinvention': 'Mechanical, automation',

Expand All @@ -147,9 +147,9 @@ export const inventoryData: Object[] = [
'Inventor': 'Kangguo Cheng',
'NumberofPatentFamilies': 884,
'Country': 'USA',
'Number of INPADOC patents': 1314,
'NumberOfINPADOCPatents': 1314,
'Active': '2004-2016',
'Mainfieldsofinvention': 'Semiconductor device fabrication, Semiconductor memory, Semiconductor device',

}
];
];
101 changes: 0 additions & 101 deletions ej2-angular/samples/avatar/angular-avatar-cs2/index.css
Original file line number Diff line number Diff line change
@@ -1,102 +1 @@
#container {
visibility: hidden;
}

#loader {
color: #008cff;
height: 40px;
left: 45%;
position: absolute;
top: 45%;
width: 30%;
}

#element {
display: block;
margin: auto;
border-radius: 3px;
justify-content: center;
}

.e-avatar {
margin: 2px;
}

.sample_container.avatar-badge .avatar-sub-block {
display: inline-block;
position: relative;
margin: 7px
}

.sample_container.avatar-badge .avatar-block {
display: inline-block;
vertical-align: top;
}

/* Media Queries for various devices */

@media only screen and (max-width: 965px) {
.sample_container.avatar-badge {
max-width: 332px;
margin: auto;
margin-top: 0;
}
.circleAvatar {
margin-top: 15px;
}
.e-avatar-showcase.e-card {
width: 320px;
}
}

@media only screen and (min-width: 965px) {
.sample_container.avatar-badge {
max-width: 825px;
margin: auto;
margin-top: 70px;
}
.e-avatar-showcase.e-card {
width: 400px;
}
}

.e-avatar.image {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

/* Card Customization */

.e-avatar-showcase.e-card {
height: 140px;
padding: 4px;
margin: 5px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
border-radius: 8px;
}

.e-avatar-showcase.e-card .e-card-header .e-card-header-title {
align-self: center;
font-size: 18px;
letter-spacing: 1px;
text-shadow: #eaeaea 1px 1px 2px;
}

.e-avatar-showcase.e-card .e-card-header .e-card-sub-title {
color: rgba(0, 0, 0, 0.75);
white-space: pre-line;
font-size: 14px;
text-shadow: #eaeaea 1px 1px 2px;
}

.e-avatar-showcase.e-card .e-card-header .e-card-sub-title p {
margin: 0;
}

.e-avatar-showcase.e-card .e-card-content {
align-self: center;
padding: 10px 11px 10px 0px;
color: rgba(0, 0, 0, 0.75);
overflow: visible;
}
6 changes: 3 additions & 3 deletions ej2-angular/samples/avatar/angular-avatar-cs2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

<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;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.b1cc987cc6039b9e.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.b1cc987cc6039b9e.css"></noscript></head>
<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";#loader{color:#008cff;height:40px;left:45%;position:absolute;top:45%;width:30%}</style><link rel="stylesheet" href="styles.6cc300823f847698.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.6cc300823f847698.css"></noscript></head>
<body>
<my-app>
<div id="loader">LOADING....</div>
</my-app>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.ee04aab82e7e2d08.js" type="module"></script></body>
<script src="runtime.cf3bdadb8fd8abdc.js" type="module"></script><script src="main.ae3e4cbd5c8ed552.js" type="module"></script></body>
</html>

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

3 changes: 3 additions & 0 deletions ej2-angular/samples/avatar/badge-cs2/3rdpartylicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ SEE LICENSE IN license
@syncfusion/ej2-layouts
SEE LICENSE IN license

@syncfusion/ej2-notifications
SEE LICENSE IN license

rxjs
Apache-2.0
Apache License
Expand Down
Loading