You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -187,6 +194,7 @@ Shows an (expandable) list of all STAC-based collections available at a back-end
187
194
-`showKeywords` / `show-keywords` (boolean): Adds the keywords to the third line of the summary if set to `true`. Defaults to `false`.
188
195
-`federation` (object): The data of the `federation` property obtained from the capabilities.
189
196
-`missing` (array): The identifiers of the federated back-ends that are not providing data for the list of collections due to an issue.
197
+
-`hideDeprecatedByDefault`: Whether to hide deprecated items ny default. Defaults to `false`.
190
198
191
199
**Slots:**
192
200
@@ -305,6 +313,7 @@ Visualizes all supported file formats of the back-end.
305
313
-`heading` (string|null): Specifies the title of the component. If set to `null`, the title is hidden. Defaults to `File Formats`.
306
314
-`federation` (object): The data of the `federation` property obtained from the capabilities.
307
315
-`missing` (array): The identifiers of the federated back-ends that are not providing data for the list of file formats due to an issue.
316
+
-`hideDeprecatedByDefault`: Whether to hide deprecated items ny default. Defaults to `false`.
308
317
309
318
*Note: At least one of `showInput` or `showOutput` must be set to `true`. Otherwise, the list will be empty.*
310
319
@@ -374,6 +383,7 @@ Shows an (expandable) list of STAC-based Items.
374
383
-`loadAdditionalData` / `load-additional-data` (function|null): See the corresponding prop in [`SearchableList`](#searchablelist).
375
384
-`federation` (object): The data of the `federation` property obtained from the capabilities.
376
385
-`missing` (array): The identifiers of the federated back-ends that are not providing data for the list of items due to an issue.
386
+
-`hideDeprecatedByDefault`: Whether to hide deprecated items ny default. Defaults to `false`.
377
387
378
388
**Slots:**
379
389
@@ -571,6 +581,7 @@ Shows an (expandable) list of all processes available at a back-end.
571
581
-`loadAdditionalData` / `load-additional-data` (function|null): See the corresponding prop in [`SearchableList`](#searchablelist).
572
582
-`federation` (object): The data of the `federation` property obtained from the capabilities.
573
583
-`missing` (array): The identifiers of the federated back-ends that are not providing data for the list of processes due to an issue.
584
+
-`hideDeprecatedByDefault`: Whether to hide deprecated items ny default. Defaults to `false`.
574
585
575
586
**Slots:**
576
587
@@ -605,6 +616,7 @@ A template to implement searchable, sortable and collapsible lists (all optional
605
616
-`allowCopy` (boolean): If set to `true`, shows a copy button for the identifier when the heading is hovered. May not work if the `summary` slot is used.
606
617
-`heading` (string|null): Specifies the title of the component. If set to `null`, the title is hidden. Defaults to `null`.
607
618
-`searchMinLength` / `search-min-length` (integer): The number of characters required to be given until the search starts. Defaults to `2` as it's usually not very meaningful to search for a single character.
619
+
-`hideDeprecatedByDefault`: Whether to hide deprecated items ny default. Defaults to `false`.
608
620
-`loadAdditionalData` / `load-additional-data` (function|null): An asynchronous function that returns newly loaded data and replaces the original data in the viewer. The function has three parameters:
609
621
-`key` (integer): Gives the index (for arrays) or the key (for objects) of the toggled element in the array or object given in the prop `data`.
610
622
-`identifier` (number|string): Gives the identifier of the toggled element (corresponds to the values selected via the prop `identifierKey`).
@@ -613,7 +625,7 @@ A template to implement searchable, sortable and collapsible lists (all optional
613
625
**Slots:**
614
626
615
627
-`heading`: HTML to display the heading, which by default consists of a title (see property `heading`) and the count of elements available in total. Will also show the count of elements matching the search term, if a search term has been given. The following slot properties are made available:
616
-
- `filteredCount` (integer|null): The count of elements matching the search term. `null` if no search term has been specified and all elements are shown.
628
+
- `filteredCount` (integer|null): The count of elements matching the search term. `null` if no filters are applied and all elements are shown.
617
629
- `totalCount` (integer): The total count of elements.
618
630
-`content-start`: After heading, before searchbox and list.
619
631
-`after-search-box`:
@@ -708,6 +720,7 @@ Visualizes all secondary web service types supported by the back-end.
708
720
-`collapsed` (boolean|null): See the corresponding prop in [`SearchableList`](#searchablelist).
709
721
-`heading` (string|null): Specifies the title of the component. If set to `null`, the title is hidden. Defaults to `Secondary Web Services`.
710
722
-`federation` (object): The data of the `federation` property obtained from the capabilities.
723
+
-`hideDeprecatedByDefault`: Whether to hide deprecated items ny default. Defaults to `false`.
711
724
712
725
**Slots:**
713
726
@@ -945,6 +958,7 @@ Visualizes all UDF (user-defined function) runtimes supported by the back-end.
945
958
-`collapsed` (boolean|null): See the corresponding prop in [`SearchableList`](#searchablelist).
946
959
-`heading` (string|null): Specifies the title of the component. If set to `null`, the title is hidden. Defaults to `UDF Runtimes`.
947
960
-`federation` (object): The data of the `federation` property obtained from the capabilities.
961
+
-`hideDeprecatedByDefault`: Whether to hide deprecated items ny default. Defaults to `false`.
0 commit comments