@vcmap/ui 5.0.0-rc.27 → 5.0.0-rc.29

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.
Files changed (51) hide show
  1. package/build/bundle.js +2 -1
  2. package/config/base.config.json +22 -0
  3. package/config/www.config.json +1 -1
  4. package/dist/assets/cesium/Workers/cesiumWorkerBootstrapper.js +1 -1
  5. package/dist/assets/cesium/Workers/package.js +1 -1
  6. package/dist/assets/cesium/Workers/transferTypedArrayTest.js +1 -1
  7. package/dist/assets/{cesium.82fdbe.js → cesium.16590b.js} +29788 -29589
  8. package/dist/assets/cesium.js +1 -1
  9. package/dist/assets/{core.df069a.js → core.74da2a.js} +4330 -4231
  10. package/dist/assets/core.js +1 -1
  11. package/dist/assets/index-cb070eff.js +1 -0
  12. package/dist/assets/{ol.90a5d0.js → ol.50a512.js} +11405 -11126
  13. package/dist/assets/ol.js +1 -1
  14. package/dist/assets/{ui.3ed7ff.css → ui.d3054c.css} +2 -2
  15. package/dist/assets/{ui.3ed7ff.js → ui.d3054c.js} +2811 -2711
  16. package/dist/assets/ui.js +1 -1
  17. package/dist/assets/vue.js +2 -2
  18. package/dist/assets/{vuetify.614278.js → vuetify.946bd8.js} +1 -1
  19. package/dist/assets/vuetify.js +2 -2
  20. package/dist/index.html +1 -1
  21. package/index.js +1 -0
  22. package/lib/olLib.js +6 -0
  23. package/package.json +4 -4
  24. package/plugins/@vcmap-show-case/window-tester/WindowExample.vue +27 -9
  25. package/plugins/@vcmap-show-case/window-tester/index.js +13 -1
  26. package/plugins/@vcmap-show-case/window-tester/windowExampleToggleChild.vue +11 -10
  27. package/src/actions/actionHelper.js +7 -3
  28. package/src/application/VcsApp.vue +31 -0
  29. package/src/components/form-inputs-controls/VcsTextField.vue +3 -2
  30. package/src/components/icons/+all.js +3 -3
  31. package/src/components/lists/VcsTreeviewLeaf.vue +1 -1
  32. package/src/components/lists/VcsTreeviewSearchbar.vue +9 -4
  33. package/src/components/tables/VcsDataTable.vue +100 -13
  34. package/src/contentTree/contentTreeCollection.js +22 -11
  35. package/src/featureInfo/abstractFeatureInfoView.js +3 -1
  36. package/src/featureInfo/balloonFeatureInfoView.js +3 -2
  37. package/src/featureInfo/featureInfo.js +1 -0
  38. package/src/i18n/de.js +4 -0
  39. package/src/i18n/en.js +4 -0
  40. package/src/manager/collectionManager/CollectionComponent.vue +6 -1
  41. package/src/manager/collectionManager/collectionComponent.js +6 -0
  42. package/src/manager/window/WindowComponent.vue +4 -1
  43. package/src/manager/window/WindowComponentHeader.vue +25 -13
  44. package/src/manager/window/windowManager.js +6 -2
  45. package/src/navigation/overviewMap.js +1 -1
  46. package/src/uiConfig.js +1 -0
  47. package/src/vcsUiApp.js +29 -8
  48. package/dist/assets/index-1cff371d.js +0 -1
  49. /package/dist/assets/{vue.537ff3.js → vue.30740e.js} +0 -0
  50. /package/dist/assets/{vuetify.614278.css → vuetify.946bd8.css} +0 -0
  51. /package/src/components/icons/{PolygonIcon.vue → PointIcon.vue} +0 -0
package/build/bundle.js CHANGED
@@ -36,7 +36,8 @@ await tar.c(
36
36
  await tar.u(
37
37
  {
38
38
  file,
39
- cwd: joinPath(distDir, 'plugins'),
39
+ cwd: joinPath(distDir, 'plugins', '@vcmap'),
40
+ prefix: '@vcmap',
40
41
  },
41
42
  ['.'],
42
43
  );
@@ -537,6 +537,23 @@
537
537
  }
538
538
  ],
539
539
  "layers": [
540
+ {
541
+ "projection": {
542
+ "epsg": 4326
543
+ },
544
+ "type": "WFSLayer",
545
+ "name": "WFSLayer",
546
+ "url": "https://service.pdok.nl/lv/bag/wfs/v2_0",
547
+ "featureNS": "http://bag.geonovum.nl",
548
+ "featurePrefix": "bag",
549
+ "featureType": "pand",
550
+ "activeOnStartup": true,
551
+ "allowPicking": false,
552
+ "properties": {
553
+ "title": "WFS Layer (next to Groningen)",
554
+ "featureInfo": "tableAll"
555
+ }
556
+ },
540
557
  {
541
558
  "type": "CesiumTilesetLayer",
542
559
  "name": "mesh_surface",
@@ -844,6 +861,11 @@
844
861
  "layerName": "osmBuildingFootprints",
845
862
  "type": "LayerContentTreeItem"
846
863
  },
864
+ {
865
+ "name": "building.wfsLayer",
866
+ "layerName": "WFSLayer",
867
+ "type": "LayerContentTreeItem"
868
+ },
847
869
  {
848
870
  "name": "building.meshSurface",
849
871
  "layerName": "mesh_surface",
@@ -697,7 +697,7 @@
697
697
  "maxLevel": 18,
698
698
  "tileSize": [256, 256],
699
699
  "tilingSchema": "mercator",
700
- "opacity": 0.9,
700
+ "opacity": 1,
701
701
  "properties": {
702
702
  "title": "True Orthophoto 2020",
703
703
  "attributions": {
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Cesium - https://github.com/CesiumGS/cesium
4
- * Version 1.106.1
4
+ * Version 1.106.3
5
5
  *
6
6
  * Copyright 2011-2022 Cesium Contributors
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Cesium - https://github.com/CesiumGS/cesium
4
- * Version 1.106.1
4
+ * Version 1.106.3
5
5
  *
6
6
  * Copyright 2011-2022 Cesium Contributors
7
7
  *
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * @license
3
3
  * Cesium - https://github.com/CesiumGS/cesium
4
- * Version 1.106.1
4
+ * Version 1.106.3
5
5
  *
6
6
  * Copyright 2011-2022 Cesium Contributors
7
7
  *