Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(lwc): add graphql map view component #101

Merged
merged 7 commits into from
Nov 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ The following list of components is part of this repo. All components contain co
- [Content Document Table](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/contentDocumentTable)
- [CSV To Datatable](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/csvToDatatable)
- [Custom Datatable](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/customDatatable)
- [Custom Map View](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/customMapView)
- [Custom Map View (UI Record API)](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/customMapView)
- [Custom Map View (GraphQL Wire Adapter)](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/graphqlMapView)
- [Custom Slider](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/customSlider)
- [Drag & Drop Example](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/dragAndDrop)
- [Hello World](https://github.com/svierk/awesome-lwc-collection/tree/main/force-app/main/default/lwc/helloWorld)
Expand Down
5 changes: 3 additions & 2 deletions docs/Base64ToPdf.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ <h3>Classes</h3>
<li><a href="CustomMapView.html">CustomMapView</a></li>
<li><a href="CustomSlider.html">CustomSlider</a></li>
<li><a href="DragAndDrop.html">DragAndDrop</a></li>
<li><a href="GraphqlMapView.html">GraphqlMapView</a></li>
<li><a href="HelloWorld.html">HelloWorld</a></li>
<li><a href="IFrame.html">IFrame</a></li>
<li><a href="LocalDevelopmentWrapper.html">LocalDevelopmentWrapper</a></li>
Expand All @@ -86,8 +87,8 @@ <h3>Global</h3>
<br class="clear" />

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Oct 06 2024 14:49:53
GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Nov 10 2024 18:21:20
GMT+0100 (Central European Standard Time)
</footer>

<script>
Expand Down
5 changes: 3 additions & 2 deletions docs/ContentDocumentTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ <h3>Classes</h3>
<li><a href="CustomMapView.html">CustomMapView</a></li>
<li><a href="CustomSlider.html">CustomSlider</a></li>
<li><a href="DragAndDrop.html">DragAndDrop</a></li>
<li><a href="GraphqlMapView.html">GraphqlMapView</a></li>
<li><a href="HelloWorld.html">HelloWorld</a></li>
<li><a href="IFrame.html">IFrame</a></li>
<li><a href="LocalDevelopmentWrapper.html">LocalDevelopmentWrapper</a></li>
Expand All @@ -388,8 +389,8 @@ <h3>Global</h3>
<br class="clear" />

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Oct 06 2024 14:49:53
GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Nov 10 2024 18:21:20
GMT+0100 (Central European Standard Time)
</footer>

<script>
Expand Down
5 changes: 3 additions & 2 deletions docs/CsvToDatatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h3>Classes</h3>
<li><a href="CustomMapView.html">CustomMapView</a></li>
<li><a href="CustomSlider.html">CustomSlider</a></li>
<li><a href="DragAndDrop.html">DragAndDrop</a></li>
<li><a href="GraphqlMapView.html">GraphqlMapView</a></li>
<li><a href="HelloWorld.html">HelloWorld</a></li>
<li><a href="IFrame.html">IFrame</a></li>
<li><a href="LocalDevelopmentWrapper.html">LocalDevelopmentWrapper</a></li>
Expand All @@ -84,8 +85,8 @@ <h3>Global</h3>
<br class="clear" />

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Oct 06 2024 14:49:53
GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Nov 10 2024 18:21:20
GMT+0100 (Central European Standard Time)
</footer>

<script>
Expand Down
5 changes: 3 additions & 2 deletions docs/CustomDatatable.html
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ <h3>Classes</h3>
<li><a href="CustomMapView.html">CustomMapView</a></li>
<li><a href="CustomSlider.html">CustomSlider</a></li>
<li><a href="DragAndDrop.html">DragAndDrop</a></li>
<li><a href="GraphqlMapView.html">GraphqlMapView</a></li>
<li><a href="HelloWorld.html">HelloWorld</a></li>
<li><a href="IFrame.html">IFrame</a></li>
<li><a href="LocalDevelopmentWrapper.html">LocalDevelopmentWrapper</a></li>
Expand All @@ -883,8 +884,8 @@ <h3>Global</h3>
<br class="clear" />

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Oct 06 2024 14:49:53
GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Nov 10 2024 18:21:20
GMT+0100 (Central European Standard Time)
</footer>

<script>
Expand Down
5 changes: 3 additions & 2 deletions docs/CustomMapView.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ <h3>Classes</h3>
<li><a href="CustomMapView.html">CustomMapView</a></li>
<li><a href="CustomSlider.html">CustomSlider</a></li>
<li><a href="DragAndDrop.html">DragAndDrop</a></li>
<li><a href="GraphqlMapView.html">GraphqlMapView</a></li>
<li><a href="HelloWorld.html">HelloWorld</a></li>
<li><a href="IFrame.html">IFrame</a></li>
<li><a href="LocalDevelopmentWrapper.html">LocalDevelopmentWrapper</a></li>
Expand All @@ -431,8 +432,8 @@ <h3>Global</h3>
<br class="clear" />

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Oct 06 2024 14:49:53
GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Nov 10 2024 18:21:20
GMT+0100 (Central European Standard Time)
</footer>

<script>
Expand Down
5 changes: 3 additions & 2 deletions docs/CustomSlider.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ <h3>Classes</h3>
<li><a href="CustomMapView.html">CustomMapView</a></li>
<li><a href="CustomSlider.html">CustomSlider</a></li>
<li><a href="DragAndDrop.html">DragAndDrop</a></li>
<li><a href="GraphqlMapView.html">GraphqlMapView</a></li>
<li><a href="HelloWorld.html">HelloWorld</a></li>
<li><a href="IFrame.html">IFrame</a></li>
<li><a href="LocalDevelopmentWrapper.html">LocalDevelopmentWrapper</a></li>
Expand All @@ -352,8 +353,8 @@ <h3>Global</h3>
<br class="clear" />

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Oct 06 2024 14:49:53
GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Nov 10 2024 18:21:20
GMT+0100 (Central European Standard Time)
</footer>

<script>
Expand Down
5 changes: 3 additions & 2 deletions docs/DragAndDrop.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ <h3>Classes</h3>
<li><a href="CustomMapView.html">CustomMapView</a></li>
<li><a href="CustomSlider.html">CustomSlider</a></li>
<li><a href="DragAndDrop.html">DragAndDrop</a></li>
<li><a href="GraphqlMapView.html">GraphqlMapView</a></li>
<li><a href="HelloWorld.html">HelloWorld</a></li>
<li><a href="IFrame.html">IFrame</a></li>
<li><a href="LocalDevelopmentWrapper.html">LocalDevelopmentWrapper</a></li>
Expand All @@ -84,8 +85,8 @@ <h3>Global</h3>
<br class="clear" />

<footer>
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Oct 06 2024 14:49:53
GMT+0200 (Central European Summer Time)
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 4.0.3</a> on Sun Nov 10 2024 18:21:20
GMT+0100 (Central European Standard Time)
</footer>

<script>
Expand Down
Loading
Loading