Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
build(deps): update calcite components version (#266)
Browse files Browse the repository at this point in the history
This PR was automatically generated by the bump-examples GitHub Action

---------

Co-authored-by: benelan <benelan@users.noreply.github.com>
Co-authored-by: Kitty Hurley <khurley@esri.com>
  • Loading branch information
3 people authored Oct 6, 2023
1 parent abafb43 commit 78485cf
Show file tree
Hide file tree
Showing 18 changed files with 591 additions and 468 deletions.
129 changes: 72 additions & 57 deletions angular/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 angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "~13.3.0",
"@angular/platform-browser-dynamic": "~13.3.0",
"@angular/router": "~13.3.0",
"@esri/calcite-components": "^1.8.0",
"@esri/calcite-components": "^1.9.1",
"@types/sortablejs": "^1.10.7",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
Expand Down
3 changes: 2 additions & 1 deletion ember/app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
aria-labelledby='modal-title'
close-button-disabled
open={{this.showModal}}
{{ on 'calciteModalClose' (fn (mut this.showModal) undefined)}}
>
<h3 slot='header' id='modal-title'>Are you happy?</h3>
<div slot='content'>
Expand All @@ -18,7 +19,7 @@
slot='secondary'
width='full'
appearance='outline'
{{on 'click' (fn (mut this.showModal) false)}}
{{on 'click' (fn (mut this.showModal) undefined)}}
>
Cancel
</calcite-button>
Expand Down
Loading

0 comments on commit 78485cf

Please sign in to comment.