Skip to content

Commit

Permalink
Merge branch 'develop' and update package version
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTschudi committed Nov 7, 2022
2 parents e3aea72 + 368643a commit dcc7ca3
Show file tree
Hide file tree
Showing 34 changed files with 68 additions and 62 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.2.0] - November 7th 2022

## [0.1.11] - November 2nd 2022

## [0.1.8] - November 2nd 2022
Expand All @@ -15,5 +17,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[0.1.5]: https://github.com/Esri/solution.js/compare/3dc2e8e89cd42b447420b2c0cba988738d0c7195...v0.1.5 "v0.1.5"
[0.1.8]: https://github.com/Esri/solution.js/compare/v0.1.5...v0.1.8 "v0.1.8"
[0.1.11]: https://github.com/Esri/solution.js/compare/v0.1.8...v0.1.11 "v0.1.11"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.1.11...HEAD "Unreleased Changes"
[0.2.0]: https://github.com/Esri/solution.js/compare/v0.1.11...v0.2.0 "v0.2.0"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.2.0...HEAD "Unreleased Changes"

3 changes: 3 additions & 0 deletions buildDebug.bat
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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@esri/solutions-components",
"version": "0.1.11",
"version": "0.2.0",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/demos/browse-solutions.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/check-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
4 changes: 2 additions & 2 deletions src/demos/config-buffer-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/config-draw-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
4 changes: 2 additions & 2 deletions src/demos/config-layer-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/config-pdf-download.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/demo-map.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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">&lt;solution-configuration&gt; alternate UI</calcite-link>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/json-editor-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/json-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/map-draw-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/map-layer-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions src/demos/map-select-tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"], (
Expand Down
4 changes: 2 additions & 2 deletions src/demos/new-public-notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -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"], (
Expand Down
4 changes: 2 additions & 2 deletions src/demos/new-solution-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/pdf-download.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-group-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-item-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-item-icon.html
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions src/demos/solution-item-sharing.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Loading

0 comments on commit dcc7ca3

Please sign in to comment.