|
2 | 2 |
|
3 | 3 | A set of [Vue](https://vuejs.org) components for [openEO](http://openeo.org).
|
4 | 4 |
|
5 |
| -This library's version is [**2.18.0**](CHANGELOG.md) and supports **openEO API versions 1.x.x**. |
| 5 | +This library's version is [**2.18.1**](CHANGELOG.md) and supports **openEO API versions 1.x.x**. |
6 | 6 | Legacy versions supporting API version 0.x are available as [releases](https://github.com/Open-EO/openeo-vue-components/releases).
|
7 | 7 |
|
8 | 8 | npm: [@openeo/vue-components](https://www.npmjs.com/package/@openeo/vue-components)
|
@@ -202,6 +202,8 @@ Shows an (expandable) list of all STAC-based collections available at a back-end
|
202 | 202 |
|
203 | 203 | - `heading`: See the corresponding slot in [`SearchableList`](#searchablelist).
|
204 | 204 | - `summary`: See the corresponding slot in [`SearchableList`](#searchablelist).
|
| 205 | +- `content-start`: See the corresponding slot in [`SearchableList`](#searchablelist). |
| 206 | +- `after-search-box`: See the corresponding slot in [`SearchableList`](#searchablelist). |
205 | 207 | - `collection-before-description`: See the corresponding slot `before-description` in [`Collection`](#collection).
|
206 | 208 | - `collection-end`: See the corresponding slot `end` in [`Collection`](#collection).
|
207 | 209 | - `collection-spatial-extents`: See the corresponding slot `spatial-extents` in [`Collection`](#collection).
|
@@ -399,6 +401,8 @@ Shows an (expandable) list of STAC-based Items.
|
399 | 401 |
|
400 | 402 | - `heading`: See the corresponding slot in [`SearchableList`](#searchablelist).
|
401 | 403 | - `summary`: See the corresponding slot in [`SearchableList`](#searchablelist).
|
| 404 | +- `content-start`: See the corresponding slot in [`SearchableList`](#searchablelist). |
| 405 | +- `after-search-box`: See the corresponding slot in [`SearchableList`](#searchablelist). |
402 | 406 | - `item-before-description`: See the corresponding slot `before-description` in [`Item`](#item).
|
403 | 407 | - `item-end`: See the corresponding slot `end` in [`Item`](#item).
|
404 | 408 | - `item-location`: See the corresponding slot `location` in [`Item`](#item).
|
|
0 commit comments