@vcmap/ui 6.0.11 → 6.1.0-rc.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.
- package/config/base.config.json +25 -3
- package/config/dev.config.json +17 -3
- package/config/splashscreen.config.json +13 -0
- package/dist/assets/cesium.js +1 -1
- package/dist/assets/{core-d78889f9.js → core-9d0cfec3.js} +6949 -5868
- package/dist/assets/core.js +1 -1
- package/dist/assets/ol.js +1 -1
- package/dist/assets/ui-08446666.css +1 -0
- package/dist/assets/{ui-f56287eb.js → ui-08446666.js} +17374 -19067
- package/dist/assets/ui.js +1 -1
- package/dist/assets/vue.js +1 -1
- package/dist/assets/{vuetify-03bc5f58.js → vuetify-67025c41.js} +1 -1
- package/dist/assets/vuetify.js +1 -1
- package/index.d.ts +11 -1
- package/index.js +6 -0
- package/package.json +2 -2
- package/plugins/@vcmap-show-case/dev-tools/package.json +5 -0
- package/plugins/@vcmap-show-case/dev-tools/src/eventLogger.js +35 -0
- package/plugins/@vcmap-show-case/dev-tools/src/index.js +59 -0
- package/plugins/@vcmap-show-case/search-example/src/searchImpl.js +10 -0
- package/src/application/VcsApp.vue.d.ts +22 -0
- package/src/application/VcsContainer.vue.d.ts +15 -0
- package/src/application/VcsSplashScreen.vue +35 -28
- package/src/application/VcsSplashScreen.vue.d.ts +1 -0
- package/src/callback/addModuleCallback.d.ts +29 -0
- package/src/callback/addModuleCallback.js +61 -0
- package/src/callback/removeModuleCallback.d.ts +29 -0
- package/src/callback/removeModuleCallback.js +53 -0
- package/src/callback/startRotationCallback.d.ts +37 -0
- package/src/callback/startRotationCallback.js +67 -0
- package/src/callback/stopRotationCallback.d.ts +8 -0
- package/src/callback/stopRotationCallback.js +37 -0
- package/src/components/icons/+all.js +4 -0
- package/src/components/icons/View360Icon.vue +55 -0
- package/src/components/icons/View360Icon.vue.d.ts +2 -0
- package/src/components/lists/VcsTreeNode.vue +237 -0
- package/src/components/lists/VcsTreeNode.vue.d.ts +31 -0
- package/src/components/lists/VcsTreeview.vue +103 -173
- package/src/components/lists/VcsTreeview.vue.d.ts +41 -4
- package/src/components/lists/VcsTreeviewTitle.vue +10 -3
- package/src/components/lists/VcsTreeviewTitle.vue.d.ts +2 -0
- package/src/featureInfo/BalloonComponent.vue +18 -47
- package/src/featureInfo/BalloonComponent.vue.d.ts +0 -1
- package/src/featureInfo/IframeComponent.vue +1 -32
- package/src/featureInfo/IframeComponent.vue.d.ts +1 -4
- package/src/i18n/de.d.ts +1 -0
- package/src/i18n/de.js +1 -0
- package/src/i18n/en.d.ts +1 -0
- package/src/i18n/en.js +1 -0
- package/src/init.d.ts +6 -0
- package/src/init.js +26 -14
- package/src/manager/window/WindowComponent.vue +1 -1
- package/src/navigation/MapNavigation.vue +83 -1
- package/src/navigation/MapNavigation.vue.d.ts +2 -0
- package/src/search/ResultItem.vue +1 -10
- package/src/search/ResultsComponent.vue +11 -1
- package/src/search/ResultsComponent.vue.d.ts +9 -0
- package/src/search/SearchComponent.vue +88 -11
- package/src/search/SearchComponent.vue.d.ts +7 -0
- package/src/search/search.d.ts +3 -0
- package/src/search/search.js +3 -2
- package/src/uiConfig.d.ts +31 -0
- package/src/uiConfig.js +5 -0
- package/src/vuePlugins/vuetify.js +2 -0
- package/dist/assets/ui-f56287eb.css +0 -1
- /package/dist/assets/{cesium-5a0d7ac6.js → cesium-11e5bbc6.js} +0 -0
- /package/dist/assets/{ol-27d44222.js → ol-0d0ebb27.js} +0 -0
- /package/dist/assets/{vue-41556557.js → vue-2f81c7f8.js} +0 -0
- /package/dist/assets/{vuetify-03bc5f58.css → vuetify-67025c41.css} +0 -0
package/config/base.config.json
CHANGED
@@ -593,7 +593,7 @@
|
|
593
593
|
},
|
594
594
|
"window": {
|
595
595
|
"state": {
|
596
|
-
"headerTitle": ["{{
|
596
|
+
"headerTitle": ["{{layer}}", ": ", "{{osm_id}}"]
|
597
597
|
}
|
598
598
|
}
|
599
599
|
},
|
@@ -736,7 +736,7 @@
|
|
736
736
|
"Transparentbuildings"
|
737
737
|
],
|
738
738
|
"title": "Berlin - LOD2",
|
739
|
-
"featureInfo": "
|
739
|
+
"featureInfo": "addressBalloon"
|
740
740
|
}
|
741
741
|
},
|
742
742
|
{
|
@@ -755,7 +755,7 @@
|
|
755
755
|
"activeOnStartup": false,
|
756
756
|
"debug": false,
|
757
757
|
"properties": {
|
758
|
-
"featureInfo": "
|
758
|
+
"featureInfo": "tableAllWithTemplateHeader",
|
759
759
|
"title": "layers.osmBuildingFootprints.title",
|
760
760
|
"tooltip": "OpenStreetMap Building Polygons",
|
761
761
|
"availableStyles": ["Transparentbuildings"]
|
@@ -989,6 +989,28 @@
|
|
989
989
|
{ "type": "ActivateLayersCallback", "layerNames": ["buildings"] }
|
990
990
|
]
|
991
991
|
},
|
992
|
+
{
|
993
|
+
"name": "viewpoints.startRotation",
|
994
|
+
"title": "Start rotation",
|
995
|
+
"infoUrl": "https://vc.systems",
|
996
|
+
"type": "ContentTreeItem",
|
997
|
+
"onClick": [
|
998
|
+
{
|
999
|
+
"type": "StartRotationCallback"
|
1000
|
+
}
|
1001
|
+
]
|
1002
|
+
},
|
1003
|
+
{
|
1004
|
+
"name": "viewpoints.stopRotation",
|
1005
|
+
"title": "Stop rotation",
|
1006
|
+
"infoUrl": "https://vc.systems",
|
1007
|
+
"type": "ContentTreeItem",
|
1008
|
+
"onClick": [
|
1009
|
+
{
|
1010
|
+
"type": "StopRotationCallback"
|
1011
|
+
}
|
1012
|
+
]
|
1013
|
+
},
|
992
1014
|
{
|
993
1015
|
"name": "building.osmBuildingFootprints",
|
994
1016
|
"layerName": "osmBuildingFootprints",
|
package/config/dev.config.json
CHANGED
@@ -26,8 +26,8 @@
|
|
26
26
|
{
|
27
27
|
"type": "BalloonFeatureInfoView",
|
28
28
|
"name": "genericBalloon",
|
29
|
-
"
|
30
|
-
"
|
29
|
+
"balloonTitle": "This is a Balloon Title",
|
30
|
+
"balloonSubtitle": "olcs_altitudeMode",
|
31
31
|
"keyMapping": {
|
32
32
|
"olcs_storeyNumber": "Storey Number",
|
33
33
|
"olcs_storeyHeight": "Storey Height",
|
@@ -89,6 +89,16 @@
|
|
89
89
|
"src": "https://www.w3schools.com/TAgs/movie.mp4"
|
90
90
|
}
|
91
91
|
}
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"type": "IframeFeatureInfoView",
|
95
|
+
"name": "iframeFeatureInfo",
|
96
|
+
"src": "https://example.org",
|
97
|
+
"window": {
|
98
|
+
"position": {
|
99
|
+
"height": "300px"
|
100
|
+
}
|
101
|
+
}
|
92
102
|
}
|
93
103
|
],
|
94
104
|
"layers": [
|
@@ -389,7 +399,7 @@
|
|
389
399
|
"url": "exampleData/point.czml",
|
390
400
|
"properties": {
|
391
401
|
"title": "czmlPoint",
|
392
|
-
"featureInfo": "
|
402
|
+
"featureInfo": "iframeFeatureInfo",
|
393
403
|
"legend": [
|
394
404
|
{
|
395
405
|
"type": "ImageLegendItem",
|
@@ -727,6 +737,10 @@
|
|
727
737
|
{
|
728
738
|
"name": "@vcmap-show-case/plugin-editors",
|
729
739
|
"entry": "plugins/@vcmap-show-case/plugin-editors/index.js"
|
740
|
+
},
|
741
|
+
{
|
742
|
+
"name": "@vcmap-show-case/dev-tools",
|
743
|
+
"entry": "plugins/@vcmap-show-case/dev-tools/index.js"
|
730
744
|
}
|
731
745
|
],
|
732
746
|
"uiConfig": [
|
@@ -12,6 +12,19 @@
|
|
12
12
|
"menuEntry": false,
|
13
13
|
"checkBoxText": "components.splashScreen.checkBoxText",
|
14
14
|
"buttonTitle": "components.splashScreen.buttonTitle",
|
15
|
+
"secondaryButtonTitle": "Hello World Callback",
|
16
|
+
"secondaryCallbackOptions": [
|
17
|
+
{
|
18
|
+
"type": "AddModuleCallback",
|
19
|
+
"module": "config/hello-world.config.json"
|
20
|
+
}
|
21
|
+
],
|
22
|
+
"exitCallbackOptions": [
|
23
|
+
{
|
24
|
+
"type": "GoToViewpointCallback",
|
25
|
+
"viewpoint": "alexanderplatz"
|
26
|
+
}
|
27
|
+
],
|
15
28
|
"position": {
|
16
29
|
"width": "800px",
|
17
30
|
"height": "500px",
|
package/dist/assets/cesium.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export * from "./cesium-
|
1
|
+
export * from "./cesium-11e5bbc6.js";
|