Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmhauck committed Jan 30, 2025
1 parent e475af5 commit b793f50
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 16 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.11.22] - Jan 30th 2025
* Delivery for Reporter AGOL-2025.R01 (Sprint 2)
* updates for popovers
* misc updates

## [0.11.21] - Jan 30th 2025
* Update arcgis core package
* String updates
Expand Down Expand Up @@ -1009,4 +1014,5 @@ Recover from test releases
[0.11.19]: https://github.com/Esri/solution.js/compare/v0.11.18...v0.11.19 "v0.11.19"
[0.11.20]: https://github.com/Esri/solution.js/compare/v0.11.19...v0.11.20 "v0.11.20"
[0.11.21]: https://github.com/Esri/solution.js/compare/v0.11.20...v0.11.21 "v0.11.21"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.21...HEAD "Unreleased Changes"
[0.11.22]: https://github.com/Esri/solution.js/compare/v0.11.21...v0.11.22 "v0.11.22"
[Unreleased]: https://github.com/Esri/solution.js/compare/v0.11.22...HEAD "Unreleased Changes"
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.11.21",
"version": "0.11.22",
"description": "Web Components for Esri's Solutions Applications",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
Expand Down
20 changes: 10 additions & 10 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ export namespace Components {
*/
"enableZoom": boolean;
/**
* boolean: When true the features from extent will be shown
* boolean: When true only the features from current extent will be shown
*/
"filterByMapExtent": boolean;
/**
Expand Down Expand Up @@ -537,14 +537,14 @@ export namespace Components {
* boolean: When true the profile image of the comment creator will be shown in the comments list
*/
"showUserImageInCommentsList": boolean;
/**
* string: Text to be displayed that will allow user to know they can submit new reports
*/
"submitNewReportsMessage": string;
/**
* string: sorting option to show the feature list
*/
"sortOption": string;
/**
* string: Text to be displayed that will allow user to know they can submit new reports
*/
"submitNewReportsMessage": string;
/**
* theme: "light" | "dark" theme to be used
*/
Expand Down Expand Up @@ -3357,7 +3357,7 @@ declare namespace LocalJSX {
*/
"enableZoom"?: boolean;
/**
* boolean: When true the features from extent will be shown
* boolean: When true only the features from current extent will be shown
*/
"filterByMapExtent"?: boolean;
/**
Expand Down Expand Up @@ -3444,14 +3444,14 @@ declare namespace LocalJSX {
* boolean: When true the profile image of the comment creator will be shown in the comments list
*/
"showUserImageInCommentsList"?: boolean;
/**
* string: Text to be displayed that will allow user to know they can submit new reports
*/
"submitNewReportsMessage"?: string;
/**
* string: sorting option to show the feature list
*/
"sortOption"?: string;
/**
* string: Text to be displayed that will allow user to know they can submit new reports
*/
"submitNewReportsMessage"?: string;
/**
* theme: "light" | "dark" theme to be used
*/
Expand Down
6 changes: 4 additions & 2 deletions src/components/crowdsource-reporter/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
| `enableNewReports` | `enable-new-reports` | boolean: When true the user will be allowed to submit new reports | `boolean` | `undefined` |
| `enableSearch` | `enable-search` | boolean: when true the search widget will be available | `boolean` | `true` |
| `enableZoom` | `enable-zoom` | boolean: when true the zoom widget will be available | `boolean` | `true` |
| `filterByMapExtent` | `filter-by-map-extent` | boolean: When true only the features from current extent will be shown | `boolean` | `false` |
| `floorLevel` | `floor-level` | string: selected floor level | `string` | `undefined` |
| `isMobile` | `is-mobile` | boolean: When true the application will be in mobile mode, controls the mobile or desktop view | `boolean` | `undefined` |
| `layerExpressions` | -- | ILayerExpression[]: Array of layer expressions for layers (filter configuration) | `ILayerExpression[]` | `[]` |
Expand All @@ -42,6 +43,7 @@
| `showFullCommentTitle` | `show-full-comment-title` | boolean: When false comment will shown in single line in the comments list | `boolean` | `true` |
| `showMyReportsOnly` | `show-my-reports-only` | boolean: To show only those features which are created by the logged in user | `boolean` | `false` |
| `showUserImageInCommentsList` | `show-user-image-in-comments-list` | boolean: When true the profile image of the comment creator will be shown in the comments list | `boolean` | `false` |
| `sortOption` | `sort-option` | string: sorting option to show the feature list | `string` | `"newest"` |
| `submitNewReportsMessage` | `submit-new-reports-message` | string: Text to be displayed that will allow user to know they can submit new reports | `string` | `undefined` |
| `theme` | `theme` | theme: "light" \| "dark" theme to be used | `"dark" \| "light"` | `"light"` |
| `zoomToScale` | `zoom-to-scale` | number: default scale to zoom to when zooming to a single point feature | `number` | `undefined` |
Expand Down Expand Up @@ -77,10 +79,10 @@ Type: `Promise<void>`

### Depends on

- instant-apps-filter-list
- [layer-list](../layer-list)
- [create-feature](../create-feature)
- [feature-list](../feature-list)
- instant-apps-filter-list
- instant-apps-social-share
- [feature-details](../feature-details)
- [info-card](../info-card)
Expand All @@ -89,10 +91,10 @@ Type: `Promise<void>`
### Graph
```mermaid
graph TD;
crowdsource-reporter --> instant-apps-filter-list
crowdsource-reporter --> layer-list
crowdsource-reporter --> create-feature
crowdsource-reporter --> feature-list
crowdsource-reporter --> instant-apps-filter-list
crowdsource-reporter --> instant-apps-social-share
crowdsource-reporter --> feature-details
crowdsource-reporter --> info-card
Expand Down
1 change: 1 addition & 0 deletions src/components/feature-list/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
| Property | Attribute | Description | Type | Default |
| ------------------------- | ----------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------- | ----------- |
| `applyLayerViewFilter` | `apply-layer-view-filter` | boolean: If true will consider the FeatureFilter applied on the layerview | `boolean` | `false` |
| `filterByMapExtent` | `filter-by-map-extent` | boolean: when true the feature from map view extent will shown | `boolean` | `false` |
| `highlightOnHover` | `highlight-on-hover` | boolean: Highlight feature on map optional (default false) boolean to indicate if we should highlight when hover on Feature in list | `boolean` | `false` |
| `highlightOnMap` | `highlight-on-map` | boolean: Highlight feature on map optional (default false) boolean to indicate if we should highlight and zoom to the extent of the feature geometry | `boolean` | `false` |
| `locale` | `locale` | string: Locale to use for translation of stings in the UI | `string` | `undefined` |
Expand Down
1 change: 1 addition & 0 deletions src/components/layer-list/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
| Property | Attribute | Description | Type | Default |
| ---------------------- | ------------------------- | ------------------------------------------------------------------------------------------------------- | ---------- | ----------- |
| `applyLayerViewFilter` | `apply-layer-view-filter` | boolean: If true will consider the FeatureFilter applied on the layerview | `boolean` | `false` |
| `filterByMapExtent` | `filter-by-map-extent` | boolean: when true the features count from map view extent will shown | `boolean` | `false` |
| `layers` | -- | string[]: If passed will show only these layers in the list if they are present in map and are editable | `string[]` | `undefined` |
| `locale` | `locale` | string: Locale to use for translation of stings in the UI | `string` | `undefined` |
| `mapView` | -- | esri/views/View: https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html | `MapView` | `undefined` |
Expand Down

0 comments on commit b793f50

Please sign in to comment.