@vertigis/viewer-spec 59.22.0 → 59.23.0

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.
@@ -22,4 +22,16 @@ export interface PortalModelProperties extends ModelProperties {
22
22
  * If not specified we include all sources.
23
23
  */
24
24
  sources?: Source[];
25
+ /**
26
+ * Should the item picker show filter chips?
27
+ */
28
+ showFilterChips?: boolean;
29
+ /**
30
+ * Should the item picker show filter menus?
31
+ */
32
+ showFilterMenus?: boolean;
33
+ /**
34
+ * Should the item picker show the filter panel?
35
+ */
36
+ showFilterPanel?: boolean;
25
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/viewer-spec",
3
- "version": "59.22.0",
3
+ "version": "59.23.0",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "description": "VertiGIS Viewer Specification",
6
6
  "type": "module",
@@ -60,7 +60,7 @@
60
60
  "eslint-plugin-no-autofix": "1.2.3",
61
61
  "eslint-plugin-only-warn": "1.1.0",
62
62
  "glob": "10.3.10",
63
- "lint-staged": "15.2.2 ",
63
+ "lint-staged": "15.5.2",
64
64
  "path-equal": "1.2.5",
65
65
  "prettier": "3.2.5",
66
66
  "prettier-plugin-jsdoc": "1.3.0",
package/version.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export declare const version = "59.22.0";
4
+ export declare const version = "59.23.0";
package/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  /**
2
2
  * The current version of the VertiGIS Studio Viewer Specification.
3
3
  */
4
- export const version = "59.22.0";
4
+ export const version = "59.23.0";