@vertigis/viewer-spec 59.20.1 → 59.22.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.
- package/app-config/web/ChartModelProperties.d.ts +1 -1
- package/messaging/schema/common-action.schema.json +11 -1
- package/messaging/schema/mobile-action.schema.json +11 -1
- package/messaging/schema/web-action.schema.json +11 -1
- package/package.json +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -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
|
*/
|
|
@@ -1789,7 +1789,7 @@
|
|
|
1789
1789
|
"description": "Invoked when the notification is closed, either explicitly or due to timeout. Web only."
|
|
1790
1790
|
},
|
|
1791
1791
|
"position": {
|
|
1792
|
-
"$ref": "Position",
|
|
1792
|
+
"$ref": "#/definitions/Position",
|
|
1793
1793
|
"description": "The position of the notification on the screen. Web only."
|
|
1794
1794
|
},
|
|
1795
1795
|
"title": {
|
|
@@ -3063,6 +3063,16 @@
|
|
|
3063
3063
|
],
|
|
3064
3064
|
"description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
3065
3065
|
},
|
|
3066
|
+
"Position": {
|
|
3067
|
+
"description": "A position for a display notification.",
|
|
3068
|
+
"enum": [
|
|
3069
|
+
"bottom",
|
|
3070
|
+
"left",
|
|
3071
|
+
"right",
|
|
3072
|
+
"top"
|
|
3073
|
+
],
|
|
3074
|
+
"type": "string"
|
|
3075
|
+
},
|
|
3066
3076
|
"PrintOutputDimensions": {
|
|
3067
3077
|
"additionalProperties": false,
|
|
3068
3078
|
"description": "Represents the print output dimensions for a MAP ONLY print.",
|
|
@@ -2017,7 +2017,7 @@
|
|
|
2017
2017
|
"description": "Invoked when the notification is closed, either explicitly or due to timeout. Web only."
|
|
2018
2018
|
},
|
|
2019
2019
|
"position": {
|
|
2020
|
-
"$ref": "Position",
|
|
2020
|
+
"$ref": "#/definitions/Position",
|
|
2021
2021
|
"description": "The position of the notification on the screen. Web only."
|
|
2022
2022
|
},
|
|
2023
2023
|
"title": {
|
|
@@ -3902,6 +3902,16 @@
|
|
|
3902
3902
|
],
|
|
3903
3903
|
"description": "Filters applied to the pointCloud which will hide a point.\n\nSee {@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."
|
|
3904
3904
|
},
|
|
3905
|
+
"Position": {
|
|
3906
|
+
"description": "A position for a display notification.",
|
|
3907
|
+
"enum": [
|
|
3908
|
+
"bottom",
|
|
3909
|
+
"left",
|
|
3910
|
+
"right",
|
|
3911
|
+
"top"
|
|
3912
|
+
],
|
|
3913
|
+
"type": "string"
|
|
3914
|
+
},
|
|
3905
3915
|
"PrintOutputDimensions": {
|
|
3906
3916
|
"additionalProperties": false,
|
|
3907
3917
|
"description": "Represents the print output dimensions for a MAP ONLY print.",
|
|
@@ -2719,7 +2719,7 @@
|
|
|
2719
2719
|
"description": "Invoked when the notification is closed, either explicitly or due to timeout. Web only."
|
|
2720
2720
|
},
|
|
2721
2721
|
"position": {
|
|
2722
|
-
"$ref": "Position",
|
|
2722
|
+
"$ref": "#/definitions/Position",
|
|
2723
2723
|
"description": "The position of the notification on the screen. Web only."
|
|
2724
2724
|
},
|
|
2725
2725
|
"title": {
|
|
@@ -6091,6 +6091,16 @@
|
|
|
6091
6091
|
"description": "A username for a particular ArcGIS Portal User.",
|
|
6092
6092
|
"type": "string"
|
|
6093
6093
|
},
|
|
6094
|
+
"Position": {
|
|
6095
|
+
"description": "A position for a display notification.",
|
|
6096
|
+
"enum": [
|
|
6097
|
+
"bottom",
|
|
6098
|
+
"left",
|
|
6099
|
+
"right",
|
|
6100
|
+
"top"
|
|
6101
|
+
],
|
|
6102
|
+
"type": "string"
|
|
6103
|
+
},
|
|
6094
6104
|
"PrintOutputDimensions": {
|
|
6095
6105
|
"additionalProperties": false,
|
|
6096
6106
|
"description": "Represents the print output dimensions for a MAP ONLY print.",
|
package/package.json
CHANGED
package/version.d.ts
CHANGED
package/version.js
CHANGED