Skip to content

Commit 7eee789

Browse files
authored
Merge branch 'master' into didimmova/update-grid-lite-styling-sample
2 parents 5b6adcd + a4b88bc commit 7eee789

3,805 files changed

Lines changed: 252980 additions & 385452 deletions

File tree

Some content is hidden

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

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@
5151
npm-debug.log*
5252
yarn-debug.log*
5353
yarn-error.log*
54+
*.db

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
<div style="display: flex; flex-flow: row; font-family: 'Titillium Web'">
3-
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/vnext/doc/en/images/readme/ig-banner.png" />
3+
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://dl.infragistics.com/x/img/browsers/ig-banner.png" />
44
</div>
55

66
# Examples of Ignite UI for Web Components

browser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div style="display: flex; flex-flow: row; font-family: 'Titillium Web'">
2-
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://raw.githubusercontent.com/IgniteUI/igniteui-xplat-docs/vnext/doc/en/images/readme/ig-banner.png"/>
2+
<img style="border-radius: 0.25rem" alt="ignite-ui" src="https://dl.infragistics.com/x/img/browsers/ig-banner.png"/>
33
</div>
44

55
# Browser App for Web Components

browser/public/index.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
</title>
1212
<base href="/webcomponents-demos/">
1313

14-
<link href="https://fonts.googleapis.com/css?family=Kanit&display=swap" rel="stylesheet">
15-
<link href="https://static.infragistics.com/xplatform/images/browsers/wc.png" rel="shortcut icon" >
16-
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet" type="text/css" />
17-
<link href="https://static.infragistics.com/xplatform/css/samples/custom-legend.css" rel="stylesheet" type="text/css" />
14+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Berkshire+Swash">
15+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kanit&display=swap" >
16+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
17+
<link rel="stylesheet" href="https://dl.infragistics.com/x/css/samples/shared.v8.css" type="text/css" />
18+
<link rel="stylesheet" href="https://dl.infragistics.com/x/css/samples/custom-legend.css" type="text/css" />
19+
<link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browsers/wc.png" >
1820

1921
<!-- <link href="<%= htmlWebpackPlugin.options.publicPath %>assets/css/index.css" rel="stylesheet" /> -->
2022
<link href="<%= htmlWebpackPlugin.options.publicPath %>assets/css/browser.css" rel="stylesheet" />
@@ -26,7 +28,7 @@
2628
<div class="nav-content" >
2729

2830
<!-- <div class="nav-logo">
29-
<img src="https://static.infragistics.com/xplatform/images/browsers/wc.png" width="20px" height="20px">
31+
<img src="https://dl.infragistics.com/x/img/browsers/wc.png" width="20px" height="20px">
3032
<div >SAMPLES BROWSER</div>
3133
</div> -->
3234

@@ -1132,6 +1134,7 @@
11321134
<a class="nav-link" href="#" data-nav="/samples/maps/geo-map/marker-type"><span>Geo Map Marker Type</span></a>
11331135
<a class="nav-link" href="#" data-nav="/samples/maps/geo-map/navigation"><span>Geo Map Navigation</span></a>
11341136
<a class="nav-link" href="#" data-nav="/samples/maps/geo-map/overview"><span>Geo Map Overview</span></a>
1137+
<a class="nav-link" href="#" data-nav="/samples/maps/geo-map/santa-flights-map"><span>Geo Map Santa Flights Map</span></a>
11351138
<a class="nav-link" href="#" data-nav="/samples/maps/geo-map/shape-styling"><span>Geo Map Shape Styling</span></a>
11361139
<a class="nav-link" href="#" data-nav="/samples/maps/geo-map/synchronization"><span>Geo Map Synchronization</span></a>
11371140
<a class="nav-link" href="#" data-nav="/samples/maps/geo-map/triangulating-data"><span>Geo Map Triangulating Data</span></a>

browser/src/assets/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/* shared styles are loaded from: */
2-
/* https://static.infragistics.com/xplatform/css/samples */
2+
/* https://dl.infragistics.com/x/css/samples/shared.v8.css */
38.3 KB
Loading

browser/src/core/SampleFallback.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export class SampleFallback extends SampleBase {
2020

2121
this.innerHTML = `
2222
<div class="container sample vertical" style="width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden;">
23-
<img style="max-height: calc(100% - 6rem); max-width: 30rem" src="https://static.infragistics.com/xplatform/images/browsers/comingSoon.svg" >
23+
<img style="max-height: calc(100% - 6rem); max-width: 30rem" src="https://dl.infragistics.com/x/img/browsers/comingSoon.svg" >
2424
2525
<div style="background: #f2f2f2; width: 100%; padding-bottom: 1rem; margin-top: -0.5rem; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden;">
2626
<div style="font-size: 1.5rem; font-weight: bold; text-align: center;">Coming Soon</div>

browser/src/templates/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
</title>
1212
<base href="/webcomponents-demos/">
1313

14-
<link href="https://fonts.googleapis.com/css?family=Kanit&display=swap" rel="stylesheet">
15-
<link href="https://static.infragistics.com/xplatform/images/browsers/wc.png" rel="shortcut icon" >
16-
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet" type="text/css" />
17-
<link href="https://static.infragistics.com/xplatform/css/samples/custom-legend.css" rel="stylesheet" type="text/css" />
14+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Berkshire+Swash">
15+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Kanit&display=swap" >
16+
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
17+
<link rel="stylesheet" href="https://dl.infragistics.com/x/css/samples/shared.v8.css" type="text/css" />
18+
<link rel="stylesheet" href="https://dl.infragistics.com/x/css/samples/custom-legend.css" type="text/css" />
19+
<link rel="shortcut icon" href="https://dl.infragistics.com/x/img/browsers/wc.png" >
1820

1921
<!-- <link href="<%= htmlWebpackPlugin.options.publicPath %>assets/css/index.css" rel="stylesheet" /> -->
2022
<link href="<%= htmlWebpackPlugin.options.publicPath %>assets/css/browser.css" rel="stylesheet" />
@@ -26,7 +28,7 @@
2628
<div class="nav-content" >
2729

2830
<!-- <div class="nav-logo">
29-
<img src="https://static.infragistics.com/xplatform/images/browsers/wc.png" width="20px" height="20px">
31+
<img src="https://dl.infragistics.com/x/img/browsers/wc.png" width="20px" height="20px">
3032
<div >SAMPLES BROWSER</div>
3133
</div> -->
3234

browser/src/utilities/AssetsUtils.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// // gets path to excel file (e.g. .xlsx) with specified file name and file extension
1313
// public static getExcelPath(fileName: string): string {
14-
// return this.getAssetsPath() + "https://static.infragistics.com/xplatform/excel/" + fileName;
14+
// return this.getAssetsPath() + "https://dl.infragistics.com/x/excel/" + fileName;
1515
// // return this.getAssetsPath() + "/excel/" + fileName;
1616
// }
1717

@@ -29,17 +29,7 @@
2929

3030
// // gets path to image file with specified country name (without file extension)
3131
// public static getFlagImage(countryName: string): string {
32-
// return this.getAssetsPath() + "https://static.infragistics.com/xplatform/images/flags/" + countryName + ".png";
33-
// }
34-
35-
// // gets path to image file with specified gender type (without file extension)
36-
// public static getGenderImage(gender: string): string {
37-
// return this.getAssetsPath() + "https://static.infragistics.com/xplatform/images/genders/" + gender.toLowerCase() + ".png";
38-
// }
39-
40-
// // gets path to image file with specified person ID (without file extension)
41-
// public static getPersonImage(personID: string): string {
42-
// return this.getAssetsPath() + "https://static.infragistics.com/xplatform/people/" + personID + ".png";
32+
// return this.getAssetsPath() + "https://dl.infragistics.com/x/img/flags/" + countryName + ".png";
4333
// }
4434

4535
// public static stringEndsWith(str: string, check: string): boolean {

browser/src/utilities/Products.ts

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class Products {
88
"Samsung SSD", "WD SSD", "Seagate SSD", "Intel SSD", "Asus SSD",
99
"Samsung Monitor", "Asus Monitor", "LG Monitor", "HP Monitor" ];
1010

11-
public static countries: string[] = ["USA", "UK", "France", "Canada", "Poland",
11+
public static countries: string[] = ["United-States", "United-Kingdom", "France", "Canada", "Poland",
1212
"Denmark", "Croatia", "Australia", "Seychelles",
1313
"Sweden", "Germany", "Japan", "Ireland",
1414
"Barbados", "Jamaica", "Cuba", "Spain" ];
@@ -61,17 +61,7 @@ export class Products {
6161

6262
// gets path to image file with specified country name (without file extension)
6363
public static getFlagImage(countryName: string): string {
64-
return "https://static.infragistics.com/xplatform/images/flags/" + countryName + ".png";
65-
}
66-
67-
// gets path to image file with specified gender type (without file extension)
68-
public getGenderImage(gender: string): string {
69-
return "https://static.infragistics.com/xplatform/images/genders/" + gender.toLowerCase() + ".png";
70-
}
71-
72-
// gets path to image file with specified person ID (without file extension)
73-
public getPersonImage(personID: string): string {
74-
return "https://static.infragistics.com/xplatform/people/" + personID + ".png";
64+
return "https://dl.infragistics.com/x/img/flags/" + countryName + ".png";
7565
}
7666

7767
public static getOrderHistory(weekCount?: number): any[] {

0 commit comments

Comments
 (0)