-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' and update package version
- Loading branch information
Showing
34 changed files
with
68 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,8 @@ | ||
rem Builds the repository | ||
|
||
call node --version | ||
call npm --version | ||
|
||
call npm install | ||
call npm run build:debug | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
|
@@ -72,7 +72,7 @@ | |
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/auth.umd.min.js"></script> | ||
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/portal.umd.min.js"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,10 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
<script> | ||
function loadList() { | ||
const demo = document.getElementById("demo"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,11 +50,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
<script> | ||
require(["esri/WebMap", "esri/views/MapView"], ( | ||
WebMap, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,10 +37,10 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
<script> | ||
function showResults() { | ||
const demo = document.getElementById("demo"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,11 +47,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
<script> | ||
require(["esri/WebMap", "esri/views/MapView"], ( | ||
WebMap, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,11 +47,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
<script> | ||
require(["esri/WebMap", "esri/views/MapView"], ( | ||
WebMap, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,11 +38,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
body { | ||
overflow-y: auto; | ||
|
@@ -93,7 +93,7 @@ <h2>Solutions Component Examples!</h2> | |
</li> | ||
</ul> | ||
<br> | ||
<calcite-link href="./browse-solutions.html" target="_blank">Solution Browser</calcite-link> | ||
<calcite-link href="./browse-solutions-components.html" target="_blank">Solution Browser</calcite-link> | ||
<br> | ||
<calcite-link href="./new-solution-configuration.html" target="_blank"><solution-configuration> alternate UI</calcite-link> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,15 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
} | ||
</style> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,15 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
} | ||
</style> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,11 +48,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
<script> | ||
require(["esri/Map", "esri/views/MapView"], ( | ||
Map, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,11 +47,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
<script> | ||
require(["esri/WebMap", "esri/views/MapView"], ( | ||
WebMap, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,11 +50,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
|
||
<script> | ||
require(["esri/Map", "esri/views/MapView"], ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,11 +51,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
|
||
<script> | ||
require(["esri/WebMap", "esri/views/MapView", "esri/widgets/Legend"], ( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
<link rel="stylesheet" href="https://js.arcgis.com/calcite-components/1.0.0-beta.97/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
|
@@ -77,7 +77,7 @@ | |
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/portal.umd.min.js"></script> | ||
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/common.umd.min.js"></script> | ||
<script type="module" src="https://js.arcgis.com/calcite-components/1.0.0-beta.97/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,11 +44,11 @@ | |
/> | ||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
|
||
<script src="https://js.arcgis.com/4.23/"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
|
@@ -76,7 +76,7 @@ | |
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/auth.umd.min.js"></script> | ||
<script src="https://unpkg.com/@esri/[email protected]/dist/umd/portal.umd.min.js"></script> | ||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100% | ||
|
@@ -44,7 +44,7 @@ | |
</style> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
|
@@ -33,7 +33,7 @@ | |
</style> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
|
@@ -33,7 +33,7 @@ | |
</style> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
|
@@ -33,7 +33,7 @@ | |
</style> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,15 +22,15 @@ | |
|
||
<link rel="stylesheet" href="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.css" type="text/css" /> | ||
<link rel="stylesheet" href="https://webapps-cdn.esri.com/CDN/fonts/v1.4.1/fonts.css" /> | ||
<link rel="stylesheet" href="../solutions.css" type="text/css"> | ||
<link rel="stylesheet" href="../solutions-components.css" type="text/css"> | ||
<style> | ||
.full-height { | ||
height: 100%; | ||
} | ||
</style> | ||
|
||
<script type="module" src="https://unpkg.com/@esri/[email protected]/dist/calcite/calcite.esm.js"></script> | ||
<script type="module" src="../solutions.esm.js"></script> | ||
<script type="module" src="../solutions-components.esm.js"></script> | ||
</head> | ||
|
||
<body> | ||
|
Oops, something went wrong.