Skip to content

Commit

Permalink
bump webcomponent dependency + add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiDi committed Dec 2, 2024
1 parent 7bcf155 commit 8af5ef2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions app/components/webcomponent-snippet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
</strong>
</p>
<h1>Searchbar preview</h1>
{{!-- Note that the sources for the webcomponent don't get loaded by means of a script tag here.
ember-cli-build.js includes the sources for the webcomponent in the admin app codebundle. --}}
<vocab-search-bar
query="{{this.query}}"
source-vocabularies="{{this.aliasesOrUris this.selectedVocabs}}"
Expand Down
6 changes: 3 additions & 3 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
Expand Up @@ -90,6 +90,6 @@
"ember-cli-dependency-lint": "^2.0.1",
"ember-resources": "^5.6.3",
"ember-unused-components": "^1.2.0",
"vocab-search-search-bar": "github:x-m-el/vocabserver-webcomponent#d2b6659984cb706a51e2313ea9ae330e561dff98"
"vocab-search-search-bar": "github:vlizBE/vocabserver-webcomponent#4b4f1e53de4ec4d35852603c8a4de1a2fbc0c14d"
}
}

0 comments on commit 8af5ef2

Please sign in to comment.