@vertigis/viewer-spec 59.21.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.
|
@@ -4,7 +4,7 @@ import type { FeatureSetProperties } from "./FeatureSetProperties.js";
|
|
|
4
4
|
/**
|
|
5
5
|
* Modules that enable additional functionality in HighCharts.
|
|
6
6
|
*/
|
|
7
|
-
export type HighChartsModule = "highcharts-3d" | "highcharts-more" | "accessibility" | "annotations" | "annotations-advanced" | "arrow-symbols" | "boost" | "boost-canvas" | "broken-axis" | "bullet" | "coloraxis" | "current-date-indicator" | "cylinder" | "data" | "datagrouping" | "debugger" | "dependency-wheel" | "dotplot" | "draggable-points" | "drag-panes" | "drilldown" | "dumbbell" | "export-data" | "exporting" | "full-screen" | "funnel" | "funnel3d" | "gantt" | "
|
|
7
|
+
export type HighChartsModule = "highcharts-3d" | "highcharts-gantt" | "highcharts-more" | "highmaps" | "highstock" | "accessibility" | "annotations" | "annotations-advanced" | "arc-diagram" | "arrow-symbols" | "boost" | "boost-canvas" | "broken-axis" | "bullet" | "coloraxis" | "current-date-indicator" | "cylinder" | "data" | "datagrouping" | "debugger" | "dependency-wheel" | "dotplot" | "draggable-points" | "drag-panes" | "drilldown" | "dumbbell" | "export-data" | "exporting" | "flowmap" | "full-screen" | "funnel" | "funnel3d" | "gantt" | "geoheatmap" | "heatmap" | "heikinashi" | "histogram-bellcurve" | "hollowcandlestick" | "item-series" | "lollipop" | "map" | "marker-clusters" | "mouse-wheel-zoom" | "navigator" | "networkgraph" | "no-data-to-display" | "non-cartesian-zoom" | "offline-exporting" | "oldie" | "oldie-polyfills" | "organization" | "overlapping-datalabels" | "parallel-coordinates" | "pareto" | "pathfinder" | "pattern-fill" | "pictorial" | "pointandfigure" | "price-indicator" | "pyramid3d" | "renko" | "sankey" | "series-label" | "series-on-point" | "solid-gauge" | "sonification" | "static-scale" | "stock" | "stock-tools" | "streamgraph" | "sunburst" | "textpath" | "tiledwebmap" | "tilemap" | "timeline" | "treegraph" | "treemap" | "variable-pie" | "variwide" | "vector" | "venn" | "windbarb" | "wordcloud" | "xrange";
|
|
8
8
|
/**
|
|
9
9
|
* Configuration for a chart component.
|
|
10
10
|
*/
|
|
@@ -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.
|
|
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.
|
|
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
package/version.js
CHANGED