@porscheinformatik/clr-addons 17.5.0 → 17.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -19,7 +19,7 @@ export declare abstract class LocationBarContentProvider<T extends NodeId> {
19
19
  /**
20
20
  * Notify users that search is performed and that nodes should be filtered.
21
21
  *
22
- * @param response Search response
22
+ * @param _response Search response
23
23
  */
24
- abstract searchPerformed(response: SearchResponseModel<T>): void;
24
+ searchPerformed(_response: SearchResponseModel<T>): void;
25
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porscheinformatik/clr-addons",
3
- "version": "17.5.0",
3
+ "version": "17.5.1",
4
4
  "description": "Addon components for Clarity Angular",
5
5
  "es2015": "esm2015/clr-addons.js",
6
6
  "homepage": "https://porscheinformatik.github.io/clarity-addons/",