Skip to content

Commit 388a61e

Browse files
CDN update (#408)
* cdn-change * Update app.component.html * cdn update css * cdn path to icon * fix name * Update app.component.ts * Update Products.ts * fix names
1 parent 0424393 commit 388a61e

792 files changed

Lines changed: 1449 additions & 1449 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.

browser/scripts/browser.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,8 +1377,8 @@ function updateBootstrap(cb) {
13771377

13781378
let htmlPath = file.dirname.replace("\\app","") + "\\index.html"
13791379
let htmlContent = fs.readFileSync(htmlPath).toString();
1380-
let oldLink = '<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet">'
1381-
let newLink = '<link href="https://static.infragistics.com/xplatform/css/themes/light/bootstrap.css" rel="stylesheet">'
1380+
let oldLink = '<link href="https://dl.infragistics.com/x/css/samples/shared.v8.css" rel="stylesheet">'
1381+
let newLink = '<link href="https://dl.infragistics.com/x/css/themes/light/bootstrap.css" rel="stylesheet">'
13821382

13831383
let newContent = htmlContent.replace(oldLink, oldLink + "\n " + newLink);
13841384
newContent = newContent.replace(newLink + "\n " + newLink, newLink);
@@ -1392,8 +1392,8 @@ function updateBootstrap(cb) {
13921392

13931393
// let htmlPath = file.dirname.replace("\\app","") + "\\index.html"
13941394
// let htmlContent = fs.readFileSync(htmlPath).toString();
1395-
// let oldLink = '<link href="https://static.infragistics.com/xplatform/css/samples/themes/light/bootstrap.css" rel="stylesheet">'
1396-
// let newLink = '<link href="https://static.infragistics.com/xplatform/css/samples/themes/light/bootstrap.css" rel="stylesheet">'
1395+
// let oldLink = '<link href="https://dl.infragistics.com/x/css/samples/themes/light/bootstrap.css" rel="stylesheet">'
1396+
// let newLink = '<link href="https://dl.infragistics.com/x/css/samples/themes/light/bootstrap.css" rel="stylesheet">'
13971397
// let newContent = htmlContent.replace(oldLink, newLink);
13981398
// newContent = htmlContent.replace(newLink + "\n " + newLink, newLink);
13991399
// fs.writeFileSync(htmlPath, newContent);

browser/src/app/fallback/fallback.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div class="container sample vertical" style="width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; overflow: hidden;">
2-
<img style="max-height: calc(100% - 6rem); max-width: 30rem" src="https://static.infragistics.com/xplatform/images/browsers/comingSoon.svg" >
2+
<img style="max-height: calc(100% - 6rem); max-width: 30rem" src="https://dl.infragistics.com/x/img/browsers/comingSoon.svg" >
33

44
<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;">
55
<div style="font-size: 1.5rem; font-weight: bold; text-align: center;">Coming Soon</div>

browser/src/assets/samples/shared.json

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

browser/src/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<base href="/">
88

99
<meta name="viewport" content="width=device-width, initial-scale=1">
10-
<link href="https://static.infragistics.com/xplatform/images/browsers/angular.ico" rel="icon" type="image/x-icon" >
10+
<link href="https://dl.infragistics.com/x/img/browsers/angular.ico" rel="icon" type="image/x-icon" >
1111
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700" rel="stylesheet">
1313
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
14-
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet">
15-
<link href="https://static.infragistics.com/xplatform/css/samples/custom-legend.css" rel="stylesheet" type="text/css" />
16-
<link href="https://static.infragistics.com/xplatform/css/themes/light/bootstrap.css" rel="stylesheet">
14+
<link href="https://dl.infragistics.com/x/css/samples/shared.v8.css" rel="stylesheet">
15+
<link href="https://dl.infragistics.com/x/css/samples/custom-legend.css" rel="stylesheet" type="text/css" />
16+
<link href="https://dl.infragistics.com/x/css/themes/light/bootstrap.css" rel="stylesheet">
1717
<link href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" rel="stylesheet" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
1818
</head>
1919

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* styles are loaded the Shared CSS file located at:
2-
https://static.infragistics.com/xplatform/css/samples/
2+
https://dl.infragistics.com/x/css/samples/shared.v8.css
33
*/

samples/charts/category-chart/annotations-all/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<base href="/">
88

99
<meta name="viewport" content="width=device-width, initial-scale=1">
10-
<link href="https://static.infragistics.com/xplatform/images/browsers/angular.ico" rel="icon" type="image/x-icon" >
10+
<link href="https://dl.infragistics.com/x/img/browsers/angular.ico" rel="icon" type="image/x-icon" >
1111
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700" rel="stylesheet">
1313
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
14-
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet">
15-
<link href="https://static.infragistics.com/xplatform/css/themes/light/bootstrap.css" rel="stylesheet">
14+
<link href="https://dl.infragistics.com/x/css/samples/shared.v8.css" rel="stylesheet">
15+
<link href="https://dl.infragistics.com/x/css/themes/light/bootstrap.css" rel="stylesheet">
1616
<link href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" rel="stylesheet" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
1717
</head>
1818

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* styles are loaded the Shared CSS file located at:
2-
https://static.infragistics.com/xplatform/css/samples/
2+
https://dl.infragistics.com/x/css/samples/shared.v8.css
33
*/

samples/charts/category-chart/annotations-callouts/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<base href="/">
88

99
<meta name="viewport" content="width=device-width, initial-scale=1">
10-
<link href="https://static.infragistics.com/xplatform/images/browsers/angular.ico" rel="icon" type="image/x-icon" >
10+
<link href="https://dl.infragistics.com/x/img/browsers/angular.ico" rel="icon" type="image/x-icon" >
1111
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700" rel="stylesheet">
1313
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
14-
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet">
15-
<link href="https://static.infragistics.com/xplatform/css/themes/light/bootstrap.css" rel="stylesheet">
14+
<link href="https://dl.infragistics.com/x/css/samples/shared.v8.css" rel="stylesheet">
15+
<link href="https://dl.infragistics.com/x/css/themes/light/bootstrap.css" rel="stylesheet">
1616
<link href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" rel="stylesheet" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
1717
</head>
1818

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* styles are loaded the Shared CSS file located at:
2-
https://static.infragistics.com/xplatform/css/samples/
2+
https://dl.infragistics.com/x/css/samples/shared.v8.css
33
*/

samples/charts/category-chart/annotations-crosshairs/src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<base href="/">
88

99
<meta name="viewport" content="width=device-width, initial-scale=1">
10-
<link href="https://static.infragistics.com/xplatform/images/browsers/angular.ico" rel="icon" type="image/x-icon" >
10+
<link href="https://dl.infragistics.com/x/img/browsers/angular.ico" rel="icon" type="image/x-icon" >
1111
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
1212
<link href="https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700" rel="stylesheet">
1313
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
14-
<link href="https://static.infragistics.com/xplatform/css/samples/shared.v8.css" rel="stylesheet">
15-
<link href="https://static.infragistics.com/xplatform/css/themes/light/bootstrap.css" rel="stylesheet">
14+
<link href="https://dl.infragistics.com/x/css/samples/shared.v8.css" rel="stylesheet">
15+
<link href="https://dl.infragistics.com/x/css/themes/light/bootstrap.css" rel="stylesheet">
1616
<link href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" rel="stylesheet" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
1717
</head>
1818

0 commit comments

Comments
 (0)