-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: updates for 4.31 * docs: updating charts samples + tutorials for 4.31 * chore(deps): update (#542) updates dependencies for the 4.31 release * chore: update map and coding components for 4.31 * chore(angular): bump deps * chore(angular): bump deps * Update css * chore(custom-ui): bump deps * chore(custom-workers): update deps * chore(deno): update deps * chore(esm-cdn): update deps * chore(node): update deps * chore(oauth): update deps * chore(react): update deps * chore(vite): update deps * chore(vue): update deps) * chore(rollup): update deps * chore(webpack): update deps * Missed CSS and fix core version * chore: update map and coding comp angular samples * chore: update coding comps cdn sample * Update .github/ISSUE_TEMPLATE/issue-report.yml Co-authored-by: Dasa Paddock <[email protected]> * chore(React): fix core dep * chore: update map and coding component react samples to jsx * chore(map-components): update component styles * chore(map-components): update angular sample for consistent styling * chore(Charts): updated formatting * chore(coding-components): convert react sample to jsx * chore: use require instead of $arcgis in coding comps cdn sample * chore(map and coding components): bump vue version * docs(charts components): remove $arcgis and improved formatting * chore(map and coding components): remove calcite css import * docs(charts-components): addressed feedback * docs(charts-components): removed calcite css * chore(charts-components): increase bundle warning/error size for angular * chore: update formatting * ci: add zip files * ci: analyze core esm sample builds * ci: add zip files * ci: analyze core esm sample builds * ci: add zip files --------- Co-authored-by: jchen <[email protected]> Co-authored-by: Sage Wall <[email protected]> Co-authored-by: manugadde <[email protected]> Co-authored-by: Omar Kawach <[email protected]> Co-authored-by: Dasa Paddock <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
899580b
commit 9b28f9a
Showing
195 changed files
with
958 additions
and
485,714 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
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
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
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
4 changes: 1 addition & 3 deletions
4
component-samples/charts-components/samples/angular/src/app/app.component.css
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,3 +1 @@ | ||
.chart-component { | ||
height: 800px; | ||
} | ||
@import url('https://js.arcgis.com/4.31/@arcgis/core/assets/esri/themes/dark/main.css'); |
4 changes: 3 additions & 1 deletion
4
component-samples/charts-components/samples/angular/src/app/app.component.html
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 +1,3 @@ | ||
<arcgis-charts-scatter-plot #scatterplot class="chart-component"></arcgis-charts-scatter-plot> | ||
<arcgis-charts-scatter-plot #scatterplot class="chart-component"> | ||
<arcgis-charts-action-bar slot="action-bar" id="scatterplot-action-bar"></arcgis-charts-action-bar> | ||
</arcgis-charts-scatter-plot> |
46 changes: 0 additions & 46 deletions
46
component-samples/charts-components/samples/angular/src/app/app.component.spec.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.