@vcmap/ui 6.0.0-rc.1 → 6.0.0-rc.10

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 (485) hide show
  1. package/build/build.js +40 -60
  2. package/build/buildHelpers.js +63 -20
  3. package/build/buildTypes.js +9 -5
  4. package/build/bundle.js +1 -1
  5. package/build/info/conf.json +1 -1
  6. package/build/info/publish.js +25 -31
  7. package/build/lintTypes.js +5 -0
  8. package/config/aerowest.config.json +12 -2
  9. package/config/base.config.json +22 -17
  10. package/config/dev.config.json +164 -4
  11. package/config/projects.config.json +3 -1
  12. package/config/solar.config.json +65 -0
  13. package/config/splashscreen.config.json +45 -0
  14. package/config/theming.config.json +68 -0
  15. package/config/www.config.json +39 -23
  16. package/dist/.htaccess +7 -0
  17. package/dist/assets/@mdi/font/README.md +25 -0
  18. package/dist/assets/@mdi/font/css/materialdesignicons.min-680621ca.css +3 -0
  19. package/dist/assets/@mdi/font/css/materialdesignicons.min.css.map +16 -0
  20. package/dist/assets/@mdi/font/fonts/materialdesignicons-webfont.woff2 +0 -0
  21. package/dist/assets/cesium/Assets/approximateTerrainHeights.json +1 -1
  22. package/dist/assets/cesium/ThirdParty/Workers/z-worker-pako.js +1 -1
  23. package/dist/assets/cesium/Workers/{chunk-JB2LWGH4.js → chunk-2LOWCAMW.js} +14 -14
  24. package/dist/assets/cesium/Workers/{chunk-Z24VKNDO.js → chunk-2PTKXHJB.js} +12 -12
  25. package/dist/assets/cesium/Workers/{chunk-AHKEZ2OE.js → chunk-3HQMMUPU.js} +1 -1
  26. package/dist/assets/cesium/Workers/{chunk-V3NGATMV.js → chunk-3IFRSGEY.js} +11 -13
  27. package/dist/assets/cesium/Workers/{chunk-66QLLS45.js → chunk-44QAAS4P.js} +11 -9
  28. package/dist/assets/cesium/Workers/{chunk-TFC6TZ3S.js → chunk-56EDBCGT.js} +33 -22
  29. package/dist/assets/cesium/Workers/{chunk-3W63OHNJ.js → chunk-57H6I3SV.js} +5 -5
  30. package/dist/assets/cesium/Workers/{chunk-PFQBCKBM.js → chunk-6SQMLVGV.js} +5206 -3483
  31. package/dist/assets/cesium/Workers/{chunk-OZJDGN5F.js → chunk-7YIOHQWH.js} +16 -16
  32. package/dist/assets/cesium/Workers/{chunk-XTY7B2N6.js → chunk-7ZZ5LMZY.js} +17 -16
  33. package/dist/assets/cesium/Workers/{chunk-HARLBUOL.js → chunk-BVKITG4N.js} +11 -8
  34. package/dist/assets/cesium/Workers/{chunk-AFFLIKOH.js → chunk-C3EQ27WF.js} +7 -7
  35. package/dist/assets/cesium/Workers/{chunk-RW6LU2CJ.js → chunk-C4WPMOKT.js} +6 -5
  36. package/dist/assets/cesium/Workers/{chunk-OYFCF4PL.js → chunk-EDLRS3AW.js} +6 -6
  37. package/dist/assets/cesium/Workers/{chunk-C3SXRKRW.js → chunk-EJVGYGLF.js} +7 -7
  38. package/dist/assets/cesium/Workers/{chunk-PCJWUS4M.js → chunk-FFLMY4TE.js} +830 -14
  39. package/dist/assets/cesium/Workers/{chunk-MPAZH4BF.js → chunk-GBT7MJ6X.js} +1 -1
  40. package/dist/assets/cesium/Workers/{chunk-ZA25DG4Y.js → chunk-HJMNR3GC.js} +11 -11
  41. package/dist/assets/cesium/Workers/{chunk-JS3AW5BK.js → chunk-HP5XLODI.js} +6 -6
  42. package/dist/assets/cesium/Workers/{chunk-34YUDLRP.js → chunk-IBRIWOCM.js} +13 -13
  43. package/dist/assets/cesium/Workers/{chunk-XY7MGBKC.js → chunk-IZGUQO6Q.js} +14 -16
  44. package/dist/assets/cesium/Workers/{chunk-KTJSNCK4.js → chunk-IZJ42N4W.js} +230 -20
  45. package/dist/assets/cesium/Workers/{chunk-QMEMZIJI.js → chunk-JBSKHTNX.js} +4 -4
  46. package/dist/assets/cesium/Workers/{chunk-QIKODV5G.js → chunk-JISPSEF3.js} +4 -4
  47. package/dist/assets/cesium/Workers/{chunk-K36FEYS7.js → chunk-JSQJDZI4.js} +16 -12
  48. package/dist/assets/cesium/Workers/{chunk-X4SU25DT.js → chunk-JXVLNVXC.js} +10 -12
  49. package/dist/assets/cesium/Workers/chunk-KHZNBFOH.js +963 -0
  50. package/dist/assets/cesium/Workers/{chunk-KD4Y7CZL.js → chunk-L5GODJAR.js} +15 -17
  51. package/dist/assets/cesium/Workers/{chunk-O5AMBQ36.js → chunk-LJ2JQHJT.js} +13 -8
  52. package/dist/assets/cesium/Workers/{chunk-ABADGKYE.js → chunk-LLAF3CPH.js} +2 -2
  53. package/dist/assets/cesium/Workers/{chunk-CHHNOC2C.js → chunk-M24KHENR.js} +95 -155
  54. package/dist/assets/cesium/Workers/{chunk-2R5O53JW.js → chunk-NDDI2LWR.js} +6 -6
  55. package/dist/assets/cesium/Workers/{chunk-QT3MPEMI.js → chunk-NGZJIN5Z.js} +4 -4
  56. package/dist/assets/cesium/Workers/{chunk-ZFOBYDGF.js → chunk-O72GZTSE.js} +2 -2
  57. package/dist/assets/cesium/Workers/{chunk-IPA4EACJ.js → chunk-OPP2SKMA.js} +12 -12
  58. package/dist/assets/cesium/Workers/{chunk-4MFFIWUA.js → chunk-P6TRGU3S.js} +2 -2
  59. package/dist/assets/cesium/Workers/{chunk-GLZBE3ML.js → chunk-QN6TBED4.js} +13 -13
  60. package/dist/assets/cesium/Workers/{chunk-MYZB7C4T.js → chunk-QQOZO7KO.js} +10 -10
  61. package/dist/assets/cesium/Workers/{chunk-HQF437NJ.js → chunk-RJM36CNY.js} +6 -6
  62. package/dist/assets/cesium/Workers/{chunk-CTELOFLA.js → chunk-RTJKHZWU.js} +6 -6
  63. package/dist/assets/cesium/Workers/{chunk-J3JY6I2C.js → chunk-TI3TRKIC.js} +425 -489
  64. package/dist/assets/cesium/Workers/{chunk-OAVNIRB4.js → chunk-TK5IIG2F.js} +5 -7
  65. package/dist/assets/cesium/Workers/{chunk-WXTV4ATB.js → chunk-U5HSOKPQ.js} +1 -1
  66. package/dist/assets/cesium/Workers/{chunk-N3JIFFX2.js → chunk-WGDFYAGC.js} +5 -6
  67. package/dist/assets/cesium/Workers/{chunk-EW2GWJYB.js → chunk-X7IQYYHF.js} +2 -2
  68. package/dist/assets/cesium/Workers/{chunk-LLUNNUJV.js → chunk-XIUSRWL6.js} +9 -5
  69. package/dist/assets/cesium/Workers/{chunk-CCFQRR6D.js → chunk-XWOUPGUF.js} +1 -1
  70. package/dist/assets/cesium/Workers/{chunk-6BTKZDRG.js → chunk-YCDZX5LS.js} +3 -5
  71. package/dist/assets/cesium/Workers/{chunk-RP2A7BR5.js → chunk-YK3QIKY7.js} +12 -14
  72. package/dist/assets/cesium/Workers/{chunk-227AJNOA.js → chunk-YSIJTJ7N.js} +5 -5
  73. package/dist/assets/cesium/Workers/{chunk-A4JVFBQ3.js → chunk-Z2QP3CXW.js} +2 -2
  74. package/dist/assets/cesium/Workers/{chunk-VLGOATD6.js → chunk-ZVUUPJEM.js} +22 -22
  75. package/dist/assets/cesium/Workers/combineGeometry.js +22 -23
  76. package/dist/assets/cesium/Workers/createBoxGeometry.js +16 -17
  77. package/dist/assets/cesium/Workers/createBoxOutlineGeometry.js +14 -15
  78. package/dist/assets/cesium/Workers/createCircleGeometry.js +29 -26
  79. package/dist/assets/cesium/Workers/createCircleOutlineGeometry.js +17 -18
  80. package/dist/assets/cesium/Workers/createCoplanarPolygonGeometry.js +35 -36
  81. package/dist/assets/cesium/Workers/createCoplanarPolygonOutlineGeometry.js +29 -30
  82. package/dist/assets/cesium/Workers/createCorridorGeometry.js +29 -30
  83. package/dist/assets/cesium/Workers/createCorridorOutlineGeometry.js +27 -28
  84. package/dist/assets/cesium/Workers/createCylinderGeometry.js +18 -19
  85. package/dist/assets/cesium/Workers/createCylinderOutlineGeometry.js +17 -19
  86. package/dist/assets/cesium/Workers/createEllipseGeometry.js +24 -25
  87. package/dist/assets/cesium/Workers/createEllipseOutlineGeometry.js +17 -18
  88. package/dist/assets/cesium/Workers/createEllipsoidGeometry.js +17 -18
  89. package/dist/assets/cesium/Workers/createEllipsoidOutlineGeometry.js +16 -17
  90. package/dist/assets/cesium/Workers/createFrustumGeometry.js +16 -17
  91. package/dist/assets/cesium/Workers/createFrustumOutlineGeometry.js +18 -18
  92. package/dist/assets/cesium/Workers/createGeometry.js +52 -33
  93. package/dist/assets/cesium/Workers/createGroundPolylineGeometry.js +28 -29
  94. package/dist/assets/cesium/Workers/createPlaneGeometry.js +14 -15
  95. package/dist/assets/cesium/Workers/createPlaneOutlineGeometry.js +13 -14
  96. package/dist/assets/cesium/Workers/createPolygonGeometry.js +451 -176
  97. package/dist/assets/cesium/Workers/createPolygonOutlineGeometry.js +29 -30
  98. package/dist/assets/cesium/Workers/createPolylineGeometry.js +24 -25
  99. package/dist/assets/cesium/Workers/createPolylineVolumeGeometry.js +31 -33
  100. package/dist/assets/cesium/Workers/createPolylineVolumeOutlineGeometry.js +27 -29
  101. package/dist/assets/cesium/Workers/createRectangleGeometry.js +30 -31
  102. package/dist/assets/cesium/Workers/createRectangleOutlineGeometry.js +21 -24
  103. package/dist/assets/cesium/Workers/createSimplePolylineGeometry.js +22 -23
  104. package/dist/assets/cesium/Workers/createSphereGeometry.js +17 -18
  105. package/dist/assets/cesium/Workers/createSphereOutlineGeometry.js +16 -17
  106. package/dist/assets/cesium/Workers/createTaskProcessorWorker.js +3 -3
  107. package/dist/assets/cesium/Workers/createVectorTileClampedPolylines.js +14 -16
  108. package/dist/assets/cesium/Workers/createVectorTileGeometries.js +22 -23
  109. package/dist/assets/cesium/Workers/createVectorTilePoints.js +12 -12
  110. package/dist/assets/cesium/Workers/createVectorTilePolygons.js +20 -21
  111. package/dist/assets/cesium/Workers/createVectorTilePolylines.js +14 -16
  112. package/dist/assets/cesium/Workers/createVerticesFromGoogleEarthEnterpriseBuffer.js +24 -25
  113. package/dist/assets/cesium/Workers/createVerticesFromHeightmap.js +29 -26
  114. package/dist/assets/cesium/Workers/createVerticesFromQuantizedTerrainMesh.js +19 -21
  115. package/dist/assets/cesium/Workers/createWallGeometry.js +23 -24
  116. package/dist/assets/cesium/Workers/createWallOutlineGeometry.js +22 -23
  117. package/dist/assets/cesium/Workers/decodeDraco.js +11 -11
  118. package/dist/assets/cesium/Workers/decodeGoogleEarthEnterprisePacket.js +35 -19
  119. package/dist/assets/cesium/Workers/decodeI3S.js +600 -92
  120. package/dist/assets/cesium/Workers/transcodeKTX2.js +58 -93
  121. package/dist/assets/cesium/Workers/transferTypedArrayTest.js +1 -1
  122. package/dist/assets/cesium/Workers/upsampleQuantizedTerrainMesh.js +21 -22
  123. package/dist/assets/{cesium.6b12b4.js → cesium-9ea5ba6e.js} +73315 -68035
  124. package/dist/assets/cesium.js +1 -1
  125. package/dist/assets/{core.074b78.js → core-9b003470.js} +7135 -5664
  126. package/dist/assets/core.js +1 -1
  127. package/dist/assets/{ol.8b2e3a.js → ol-8373d6ac.js} +43066 -44325
  128. package/dist/assets/ol.js +1 -1
  129. package/dist/assets/ui-163311a7.css +1 -0
  130. package/dist/assets/{ui.715986.js → ui-163311a7.js} +14696 -13170
  131. package/dist/assets/ui.js +1 -1
  132. package/dist/assets/vue-0f6dd813.js +6083 -0
  133. package/dist/assets/vue.js +1 -1
  134. package/dist/assets/{vuetify.28d881.css → vuetify-e2c4b35c.css} +2 -2
  135. package/dist/assets/{vuetify.28d881.js → vuetify-e2c4b35c.js} +8699 -8824
  136. package/dist/assets/vuetify.js +1 -1
  137. package/dist/index.html +11 -10
  138. package/index.d.ts +36 -20
  139. package/index.html +5 -5
  140. package/index.js +20 -10
  141. package/lib/olLib.js +90 -23
  142. package/package.json +25 -23
  143. package/plugins/@vcmap-show-case/custom-icons-example/README.md +3 -0
  144. package/plugins/@vcmap-show-case/custom-icons-example/assets/imageExample.png +0 -0
  145. package/plugins/@vcmap-show-case/custom-icons-example/assets/svgExample.svg +1 -0
  146. package/plugins/@vcmap-show-case/custom-icons-example/package.json +5 -0
  147. package/plugins/@vcmap-show-case/custom-icons-example/src/CustomIconsExample.vue +90 -0
  148. package/plugins/@vcmap-show-case/custom-icons-example/src/index.js +45 -0
  149. package/plugins/@vcmap-show-case/flight-component-example/src/FlightExample.vue +41 -1
  150. package/plugins/@vcmap-show-case/form-inputs-example/src/FormInputsExample.vue +73 -34
  151. package/plugins/@vcmap-show-case/form-inputs-example/src/exampleActions.js +7 -11
  152. package/plugins/@vcmap-show-case/form-inputs-example/src/index.js +2 -2
  153. package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +50 -96
  154. package/plugins/@vcmap-show-case/plugin-editors/src/PluginEditors.vue +14 -11
  155. package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +18 -11
  156. package/plugins/@vcmap-show-case/search-example/src/index.js +1 -0
  157. package/plugins/@vcmap-show-case/search-example/src/searchImpl.js +35 -5
  158. package/plugins/@vcmap-show-case/style-input-example/src/StyleExample.vue +29 -90
  159. package/plugins/@vcmap-show-case/theming-example/README.md +3 -0
  160. package/plugins/@vcmap-show-case/theming-example/package.json +5 -0
  161. package/plugins/@vcmap-show-case/theming-example/src/ThemingExample.vue +116 -0
  162. package/plugins/@vcmap-show-case/theming-example/src/index.js +53 -0
  163. package/plugins/@vcmap-show-case/toolbox-example/src/index.js +2 -1
  164. package/plugins/@vcmap-show-case/vector-properties-example/src/GeometrySettings.vue +420 -0
  165. package/plugins/@vcmap-show-case/vector-properties-example/src/LayoutHandler.vue +97 -0
  166. package/plugins/@vcmap-show-case/vector-properties-example/src/TerrainSettings.vue +90 -0
  167. package/plugins/@vcmap-show-case/vector-properties-example/src/VectorPropertiesExample.vue +86 -70
  168. package/plugins/@vcmap-show-case/vector-properties-example/src/index.js +34 -1
  169. package/plugins/@vcmap-show-case/vector-properties-example/src/lib.js +294 -0
  170. package/plugins/@vcmap-show-case/wizard-example/src/WizardExample.vue +40 -54
  171. package/plugins/package.json +23 -21
  172. package/public/assets/@mdi/font/README.md +25 -0
  173. package/public/assets/@mdi/font/css/materialdesignicons.min.css +2 -2
  174. package/public/assets/@mdi/font/css/materialdesignicons.min.css.map +16 -0
  175. package/public/assets/@mdi/font/fonts/materialdesignicons-webfont.woff2 +0 -0
  176. package/src/actions/StyleSelector.vue +37 -21
  177. package/src/actions/StyleSelector.vue.d.ts +5 -5
  178. package/src/actions/actionHelper.d.ts +4 -11
  179. package/src/actions/actionHelper.js +35 -27
  180. package/src/actions/flightActions.js +44 -23
  181. package/src/actions/listActions.d.ts +5 -12
  182. package/src/actions/listActions.js +6 -22
  183. package/src/actions/stateRefAction.js +2 -2
  184. package/src/application/VcsApp.vue +196 -85
  185. package/src/application/VcsApp.vue.d.ts +309 -4
  186. package/src/application/VcsAppWrapper.vue +1 -1
  187. package/src/application/VcsAttributions.vue +4 -15
  188. package/src/application/VcsAttributionsFooter.vue +28 -18
  189. package/src/application/VcsAttributionsFooter.vue.d.ts +1 -1
  190. package/src/application/VcsContainer.vue +27 -10
  191. package/src/application/VcsContainer.vue.d.ts +248 -0
  192. package/src/application/VcsMainMap.vue +8 -8
  193. package/src/application/VcsMainMap.vue.d.ts +2 -2
  194. package/src/application/VcsMap.vue +1 -0
  195. package/src/application/VcsNavbar.vue +15 -3
  196. package/src/application/VcsNavbar.vue.d.ts +2 -1
  197. package/src/application/VcsPositionDisplay.vue +10 -25
  198. package/src/application/VcsPositionDisplay.vue.d.ts +0 -1
  199. package/src/application/VcsSettings.vue +11 -18
  200. package/src/application/VcsSplashScreen.vue +43 -55
  201. package/src/application/VcsSplashScreen.vue.d.ts +4 -6
  202. package/src/application/VcsTextPage.vue +13 -44
  203. package/src/application/VcsTextPage.vue.d.ts +4 -8
  204. package/src/application/VcsTextPageFooter.vue +26 -41
  205. package/src/application/attributionsHelper.d.ts +20 -22
  206. package/src/application/attributionsHelper.js +14 -10
  207. package/src/callback/vcsCallback.d.ts +2 -2
  208. package/src/callback/vcsCallback.js +1 -1
  209. package/src/components/buttons/VcsActionButtonList.vue +66 -7
  210. package/src/components/buttons/VcsActionButtonList.vue.d.ts +28 -0
  211. package/src/components/buttons/VcsButton.vue +8 -10
  212. package/src/components/buttons/VcsButton.vue.d.ts +4 -4
  213. package/src/components/buttons/VcsFormButton.vue +9 -9
  214. package/src/components/buttons/VcsFormButton.vue.d.ts +3 -3
  215. package/src/components/buttons/VcsToolButton.vue +9 -7
  216. package/src/components/buttons/VcsToolButton.vue.d.ts +5 -5
  217. package/src/components/composables.d.ts +14 -2
  218. package/src/components/composables.js +106 -4
  219. package/src/components/extent/VcsExtent.vue +11 -7
  220. package/src/components/extent/VcsExtent.vue.d.ts +1 -0
  221. package/src/components/extent/VcsExtentEditor.vue +2 -1
  222. package/src/components/flight/VcsFlightAnchorsComponent.vue +64 -36
  223. package/src/components/flight/VcsFlightComponent.vue +25 -30
  224. package/src/components/flight/VcsFlightComponent.vue.d.ts +1 -0
  225. package/src/components/flight/VcsFlightEditor.vue +1 -0
  226. package/src/components/flight/VcsFlightPlayer.vue +47 -19
  227. package/src/components/form-inputs-controls/VcsCheckbox.vue +32 -13
  228. package/src/components/form-inputs-controls/VcsCheckbox.vue.d.ts +10 -0
  229. package/src/components/form-inputs-controls/VcsChipArrayInput.vue +14 -17
  230. package/src/components/form-inputs-controls/VcsChipArrayInput.vue.d.ts +2 -4
  231. package/src/components/form-inputs-controls/VcsCoordinate.vue +17 -5
  232. package/src/components/form-inputs-controls/VcsCoordinate.vue.d.ts +5 -2
  233. package/src/components/form-inputs-controls/VcsDatePicker.vue +53 -59
  234. package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +2 -64
  235. package/src/components/form-inputs-controls/VcsFileInput.vue +18 -19
  236. package/src/components/form-inputs-controls/VcsFileInput.vue.d.ts +1 -0
  237. package/src/components/form-inputs-controls/VcsLabel.vue +65 -3
  238. package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +32 -1
  239. package/src/components/form-inputs-controls/VcsRadio.vue +26 -10
  240. package/src/components/form-inputs-controls/VcsRadio.vue.d.ts +2 -0
  241. package/src/components/form-inputs-controls/VcsSelect.vue +47 -47
  242. package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +9 -6
  243. package/src/components/form-inputs-controls/VcsSlider.vue +53 -15
  244. package/src/components/form-inputs-controls/VcsSlider.vue.d.ts +26 -2
  245. package/src/components/form-inputs-controls/VcsTextArea.vue +56 -40
  246. package/src/components/form-inputs-controls/VcsTextArea.vue.d.ts +1 -0
  247. package/src/components/form-inputs-controls/VcsTextField.vue +46 -16
  248. package/src/components/form-inputs-controls/VcsTextField.vue.d.ts +12 -1
  249. package/src/components/form-inputs-controls/VcsWizard.vue +89 -112
  250. package/src/components/form-inputs-controls/VcsWizard.vue.d.ts +3 -13
  251. package/src/components/form-inputs-controls/VcsWizardStep.vue +78 -58
  252. package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +24 -11
  253. package/src/components/form-inputs-controls/vcsTextField.scss +21 -13
  254. package/src/components/form-output/VcsFormattedNumber.vue +46 -14
  255. package/src/components/form-output/VcsFormattedNumber.vue.d.ts +27 -0
  256. package/src/components/form-output/VcsMarkdown.vue +56 -0
  257. package/src/{application/VcsCustomScreen.vue.d.ts → components/form-output/VcsMarkdown.vue.d.ts} +7 -5
  258. package/src/components/form-output/markdownHelper.d.ts +30 -0
  259. package/src/components/form-output/markdownHelper.js +398 -0
  260. package/src/components/import/VcsFileDrop.vue +9 -6
  261. package/src/components/import/VcsImportComponent.vue +12 -8
  262. package/src/components/import/VcsImportComponent.vue.d.ts +1 -2
  263. package/src/components/lists/VcsActionList.vue +50 -34
  264. package/src/components/lists/VcsActionList.vue.d.ts +3 -1
  265. package/src/components/lists/VcsList.vue +105 -192
  266. package/src/components/lists/VcsList.vue.d.ts +18 -66
  267. package/src/components/lists/VcsListItemComponent.vue +216 -0
  268. package/src/components/lists/VcsListItemComponent.vue.d.ts +83 -0
  269. package/src/components/lists/VcsTreeview.vue +119 -26
  270. package/src/components/lists/VcsTreeview.vue.d.ts +26 -3
  271. package/src/components/lists/VcsTreeviewSearchbar.vue +17 -6
  272. package/src/components/lists/VcsTreeviewSearchbar.vue.d.ts +3 -1
  273. package/src/components/lists/VcsTreeviewTitle.vue +40 -0
  274. package/src/components/modelHelper.d.ts +21 -8
  275. package/src/components/modelHelper.js +50 -8
  276. package/src/components/notification/VcsBadge.vue +2 -2
  277. package/src/components/notification/VcsHelp.vue +6 -7
  278. package/src/components/notification/VcsHelp.vue.d.ts +0 -8
  279. package/src/components/notification/VcsHelpTooltip.vue +48 -0
  280. package/src/components/notification/VcsHelpTooltip.vue.d.ts +25 -0
  281. package/src/components/plugins/AbstractConfigEditor.vue +2 -23
  282. package/src/components/plugins/AbstractConfigEditor.vue.d.ts +6 -29
  283. package/src/components/section/VcsExpansionPanel.vue +111 -0
  284. package/src/components/section/VcsExpansionPanel.vue.d.ts +19 -0
  285. package/src/components/{form-inputs-controls → section}/VcsFormSection.vue +13 -7
  286. package/src/components/{form-inputs-controls → section}/VcsFormSection.vue.d.ts +2 -3
  287. package/src/components/style/MenuWrapper.vue +25 -27
  288. package/src/components/style/MenuWrapper.vue.d.ts +4 -4
  289. package/src/components/style/VcsFeatureStyleComponent.vue +1 -0
  290. package/src/components/style/VcsFillMenu.vue +10 -16
  291. package/src/components/style/VcsFillMenu.vue.d.ts +0 -18
  292. package/src/components/style/VcsFillSelector.vue +14 -16
  293. package/src/components/style/VcsImageMenu.vue +9 -25
  294. package/src/components/style/VcsImageMenu.vue.d.ts +0 -27
  295. package/src/components/style/VcsImageSelector.vue +115 -172
  296. package/src/components/style/VcsImageSelector.vue.d.ts +16 -15
  297. package/src/components/style/VcsStrokeMenu.vue +9 -15
  298. package/src/components/style/VcsStrokeMenu.vue.d.ts +0 -18
  299. package/src/components/style/VcsStrokeSelector.vue +17 -21
  300. package/src/components/style/VcsStrokeSelector.vue.d.ts +1 -0
  301. package/src/components/style/VcsTextMenu.vue +12 -14
  302. package/src/components/style/VcsTextMenu.vue.d.ts +0 -9
  303. package/src/components/style/VcsTextSelector.vue +80 -96
  304. package/src/components/style/VcsTextSelector.vue.d.ts +20 -22
  305. package/src/components/style/VcsVectorStyleComponent.vue +9 -20
  306. package/src/components/style/VcsVectorStyleComponent.vue.d.ts +1 -1
  307. package/src/components/style/composables.d.ts +0 -14
  308. package/src/components/style/composables.js +0 -49
  309. package/src/components/tables/VcsDataTable.vue +43 -33
  310. package/src/components/tables/VcsDataTable.vue.d.ts +2 -1
  311. package/src/components/tables/VcsTable.vue +46 -62
  312. package/src/components/tables/VcsTable.vue.d.ts +30 -17
  313. package/src/components/tables/VcsTableCell.vue +72 -0
  314. package/src/components/tables/VcsTableCell.vue.d.ts +13 -0
  315. package/src/components/vector-properties/VcsFeatureEditingWindow.vue +87 -51
  316. package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +9 -7
  317. package/src/components/vector-properties/VcsFeatureTransforms.vue +45 -6
  318. package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -1
  319. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +541 -596
  320. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +222 -24
  321. package/src/components/viewpoint/VcsViewpointComponent.vue +36 -20
  322. package/src/components/viewpoint/VcsViewpointComponent.vue.d.ts +1 -0
  323. package/src/components/viewpoint/VcsViewpointEditor.vue +3 -1
  324. package/src/contentTree/LayerTree.vue +10 -28
  325. package/src/contentTree/LayerTree.vue.d.ts +1 -1
  326. package/src/contentTree/contentTreeCollection.d.ts +1 -0
  327. package/src/contentTree/contentTreeCollection.js +45 -11
  328. package/src/contentTree/contentTreeItem.d.ts +4 -4
  329. package/src/contentTree/contentTreeItem.js +8 -8
  330. package/src/contentTree/layerContentTreeItem.d.ts +8 -5
  331. package/src/contentTree/layerContentTreeItem.js +48 -34
  332. package/src/contentTree/layerGroupContentTreeItem.d.ts +7 -1
  333. package/src/contentTree/layerGroupContentTreeItem.js +22 -3
  334. package/src/contentTree/obliqueCollectionContentTreeItem.js +6 -1
  335. package/src/featureInfo/AddressBalloonComponent.vue +1 -1
  336. package/src/featureInfo/BalloonComponent.vue +33 -26
  337. package/src/featureInfo/BalloonComponent.vue.d.ts +1 -0
  338. package/src/featureInfo/IframeComponent.vue +6 -1
  339. package/src/featureInfo/MarkdownBalloonComponent.vue +5 -3
  340. package/src/featureInfo/MarkdownBalloonComponent.vue.d.ts +2 -2
  341. package/src/featureInfo/abstractFeatureInfoView.d.ts +19 -4
  342. package/src/featureInfo/abstractFeatureInfoView.js +38 -13
  343. package/src/featureInfo/balloonHelper.js +1 -1
  344. package/src/featureInfo/featureInfo.d.ts +7 -7
  345. package/src/featureInfo/featureInfo.js +59 -41
  346. package/src/featureInfo/iframeFeatureInfoView.d.ts +8 -2
  347. package/src/featureInfo/iframeFeatureInfoView.js +15 -5
  348. package/src/featureInfo/markdownBalloonFeatureInfoView.d.ts +1 -1
  349. package/src/featureInfo/markdownBalloonFeatureInfoView.js +5 -5
  350. package/src/featureInfo/markdownFeatureInfoView.d.ts +1 -1
  351. package/src/featureInfo/markdownFeatureInfoView.js +9 -11
  352. package/src/featureInfo/tableFeatureInfoView.js +13 -4
  353. package/src/i18n/de.d.ts +59 -32
  354. package/src/i18n/de.js +28 -5
  355. package/src/i18n/en.d.ts +59 -32
  356. package/src/i18n/en.js +25 -2
  357. package/src/i18n/i18nCollection.d.ts +9 -15
  358. package/src/i18n/i18nCollection.js +3 -3
  359. package/src/init.d.ts +5 -38
  360. package/src/init.js +19 -18
  361. package/src/legend/StyleLegendItem.vue +4 -9
  362. package/src/legend/VcsLegend.vue +33 -55
  363. package/src/legend/VcsLegend.vue.d.ts +1 -0
  364. package/src/manager/buttonManager.js +4 -4
  365. package/src/manager/collectionManager/CollectionComponent.vue +18 -42
  366. package/src/manager/collectionManager/CollectionComponent.vue.d.ts +4 -2
  367. package/src/manager/collectionManager/CollectionComponentContent.vue +7 -6
  368. package/src/manager/collectionManager/CollectionComponentContent.vue.d.ts +3 -1
  369. package/src/manager/collectionManager/CollectionComponentList.vue +11 -9
  370. package/src/manager/collectionManager/CollectionComponentList.vue.d.ts +6 -4
  371. package/src/manager/collectionManager/CollectionComponentProvider.vue +1 -1
  372. package/src/manager/collectionManager/CollectionComponentStandalone.vue +3 -2
  373. package/src/manager/collectionManager/CollectionManager.vue +1 -1
  374. package/src/manager/collectionManager/categoryManager.d.ts +1 -1
  375. package/src/manager/collectionManager/collectionComponentClass.d.ts +3 -3
  376. package/src/manager/collectionManager/collectionComponentClass.js +16 -15
  377. package/src/manager/collectionManager/collectionManager.d.ts +1 -1
  378. package/src/manager/collectionManager/collectionManager.js +10 -10
  379. package/src/manager/collectionManager/editorCollectionComponentClass.js +11 -8
  380. package/src/manager/contextMenu/ContextMenuComponent.vue +1 -1
  381. package/src/manager/contextMenu/contextMenuManager.js +2 -2
  382. package/src/manager/navbarManager.js +2 -2
  383. package/src/manager/panel/PanelComponent.vue +2 -9
  384. package/src/manager/panel/PanelManagerComponent.vue +9 -5
  385. package/src/manager/panel/panelHelper.js +3 -3
  386. package/src/manager/panel/panelManager.d.ts +9 -1
  387. package/src/manager/panel/panelManager.js +18 -6
  388. package/src/manager/toolbox/GroupToolboxComponent.vue +13 -7
  389. package/src/manager/toolbox/GroupToolboxComponent.vue.d.ts +1 -0
  390. package/src/manager/toolbox/SelectToolboxComponent.vue +13 -8
  391. package/src/manager/toolbox/SelectToolboxComponent.vue.d.ts +1 -0
  392. package/src/manager/toolbox/{ToolboxManager.vue → ToolboxManagerComponent.vue} +28 -8
  393. package/src/manager/toolbox/{ToolboxManager.vue.d.ts → ToolboxManagerComponent.vue.d.ts} +1 -0
  394. package/src/manager/toolbox/toolboxManager.js +10 -10
  395. package/src/manager/window/WindowComponent.vue +13 -9
  396. package/src/manager/window/WindowComponentHeader.vue +33 -9
  397. package/src/manager/window/WindowComponentHeader.vue.d.ts +3 -0
  398. package/src/manager/window/WindowManager.vue +6 -3
  399. package/src/manager/window/windowManager.d.ts +71 -15
  400. package/src/manager/window/windowManager.js +32 -11
  401. package/src/navigation/MapNavigation.vue +52 -9
  402. package/src/navigation/ObliqueRotation.vue +2 -2
  403. package/src/navigation/OrientationToolsButton.vue +37 -26
  404. package/src/navigation/OrientationToolsButton.vue.d.ts +5 -1
  405. package/src/navigation/TiltSlider.vue +82 -88
  406. package/src/navigation/TiltSlider.vue.d.ts +10 -7
  407. package/src/navigation/VcsCompass.vue +17 -11
  408. package/src/navigation/VcsCompass.vue.d.ts +2 -0
  409. package/src/navigation/VcsZoomButton.vue +1 -1
  410. package/src/navigation/locatorHelper.js +4 -22
  411. package/src/navigation/overviewMap.js +5 -2
  412. package/src/notifier/NotifierComponent.vue +19 -16
  413. package/src/obliqueFallbackWarnings.d.ts +5 -0
  414. package/src/obliqueFallbackWarnings.js +54 -0
  415. package/src/search/ResultItem.vue +18 -6
  416. package/src/search/ResultsComponent.vue +32 -21
  417. package/src/search/ResultsComponent.vue.d.ts +2 -1
  418. package/src/search/SearchComponent.vue +14 -16
  419. package/src/search/SearchComponent.vue.d.ts +1 -0
  420. package/src/search/search.js +2 -2
  421. package/src/siteConfig.js +9 -9
  422. package/src/state.js +4 -4
  423. package/src/styles/_typography.scss +1 -2
  424. package/src/styles/main.scss +0 -4
  425. package/src/styles/vcsList.scss +1 -1
  426. package/src/uiConfig.d.ts +323 -7
  427. package/src/uiConfig.js +31 -17
  428. package/src/vcsUiApp.d.ts +90 -80
  429. package/src/vcsUiApp.js +61 -41
  430. package/src/vuePlugins/i18n.js +8 -0
  431. package/src/vuePlugins/vuetify.d.ts +88 -60
  432. package/src/vuePlugins/vuetify.js +134 -20
  433. package/dist/assets/@mdi/font/css/materialdesignicons.css.map +0 -16
  434. package/dist/assets/@mdi/font/css/materialdesignicons.min.e3f476.css +0 -3
  435. package/dist/assets/cesium/Workers/chunk-DUHWWBQQ.js +0 -3273
  436. package/dist/assets/cesium/Workers/chunk-QJ3DFBH3.js +0 -73
  437. package/dist/assets/index-ca7EmZ3d.js +0 -1
  438. package/dist/assets/ui.715986.css +0 -1
  439. package/dist/assets/vue.0f2c53.js +0 -6096
  440. package/plugins/@vcmap-show-case/theme-changer/README.md +0 -23
  441. package/plugins/@vcmap-show-case/theme-changer/config.json +0 -69
  442. package/plugins/@vcmap-show-case/theme-changer/package.json +0 -11
  443. package/plugins/@vcmap-show-case/theme-changer/src/ThemeChangerComponent.vue +0 -120
  444. package/plugins/@vcmap-show-case/theme-changer/src/index.js +0 -108
  445. package/public/assets/@mdi/font/css/materialdesignicons.css.map +0 -16
  446. package/src/application/VcsCustomScreen.vue +0 -45
  447. package/src/application/markdownHelper.d.ts +0 -12
  448. package/src/application/markdownHelper.js +0 -85
  449. package/src/components/lists/VcsTreeviewLeaf.vue +0 -83
  450. package/src/components/notification/VcsTooltip.vue +0 -156
  451. package/src/components/notification/VcsTooltip.vue.d.ts +0 -27
  452. package/src/components/vector-properties/composables.d.ts +0 -33
  453. package/src/components/vector-properties/composables.js +0 -100
  454. package/src/featureInfo/MarkdownComponent.vue +0 -16
  455. package/src/featureInfo/MarkdownComponent.vue.d.ts +0 -7
  456. package/src/styles/_theming.scss +0 -73
  457. package/src/styles/settings.scss +0 -6
  458. package/src/styles/shades.scss +0 -4
  459. package/src/styles/variables.scss +0 -140
  460. package/src/styles/vcsFont.scss +0 -2
  461. package/src/styles/vcsGrid.scss +0 -3
  462. /package/dist/assets/{favicon-128.4c4ce5.png → favicon-128-4c4ce5df.png} +0 -0
  463. /package/dist/assets/{favicon-180.5b99c0.png → favicon-180-4c4ce5df.png} +0 -0
  464. /package/dist/assets/{favicon-192.0e205e.png → favicon-192-4c4ce5df.png} +0 -0
  465. /package/dist/assets/{favicon-32.6b9add.png → favicon-32-4c4ce5df.png} +0 -0
  466. /package/dist/assets/{favicon.d5ec97.svg → favicon-4c4ce5df.svg} +0 -0
  467. /package/dist/assets/font/{TitilliumWeb-Regular.9ca076.woff2 → TitilliumWeb-Regular-9ca076be.woff2} +0 -0
  468. /package/dist/assets/style/{icon-marker.70960f.png → icon-marker-70960f05.png} +0 -0
  469. /package/dist/assets/style/{icon-marker-blue.534e37.png → icon-marker-blue-534e374b.png} +0 -0
  470. /package/dist/assets/style/{icon-marker-green.0b6a92.png → icon-marker-green-0b6a92bc.png} +0 -0
  471. /package/dist/assets/style/{icon-marker-o.036477.png → icon-marker-o-036477fa.png} +0 -0
  472. /package/dist/assets/style/{icon-marker-o-blue.7b6d62.png → icon-marker-o-blue-7b6d6279.png} +0 -0
  473. /package/dist/assets/style/{icon-marker-o-green.c863c0.png → icon-marker-o-green-c863c0fa.png} +0 -0
  474. /package/dist/assets/style/{icon-marker-o-red.93ff58.png → icon-marker-o-red-93ff58df.png} +0 -0
  475. /package/dist/assets/style/{icon-marker-red.313d03.png → icon-marker-red-313d03e8.png} +0 -0
  476. /package/dist/assets/style/{icon-pin.b7ce77.png → icon-pin-b7ce771e.png} +0 -0
  477. /package/dist/assets/style/{icon-pin-blue.7be369.png → icon-pin-blue-7be369a3.png} +0 -0
  478. /package/dist/assets/style/{icon-pin-green.cbb935.png → icon-pin-green-cbb935fe.png} +0 -0
  479. /package/dist/assets/style/{icon-pin-red.3f25b2.png → icon-pin-red-3f25b245.png} +0 -0
  480. /package/public/assets/{favicon-128.png → favicon-128-4c4ce5df.png} +0 -0
  481. /package/public/assets/{favicon-180.png → favicon-180-4c4ce5df.png} +0 -0
  482. /package/public/assets/{favicon-192.png → favicon-192-4c4ce5df.png} +0 -0
  483. /package/public/assets/{favicon-32.png → favicon-32-4c4ce5df.png} +0 -0
  484. /package/public/assets/{favicon.svg → favicon-4c4ce5df.svg} +0 -0
  485. /package/src/components/lists/{VcsTreeviewLeaf.vue.d.ts → VcsTreeviewTitle.vue.d.ts} +0 -0
@@ -1,20 +1,20 @@
1
1
  <template>
2
- <v-sheet>
2
+ <v-sheet class="vcs-stroke-selector">
3
3
  <v-container class="px-1 py-0">
4
4
  <v-row no-gutters>
5
5
  <v-col>
6
- <VcsLabel html-for="draw-stroke-width">
6
+ <VcsLabel :html-for="`${cid}-draw-stroke-width`">
7
7
  {{ $t('components.style.lineWidth') }}
8
8
  </VcsLabel>
9
9
  </v-col>
10
10
  <v-col cols="3">
11
11
  <VcsTextField
12
- id="draw-stroke-width"
12
+ :id="`${cid}-draw-stroke-width`"
13
13
  v-model.number="width"
14
14
  :hide-spin-buttons="true"
15
15
  type="number"
16
16
  unit="px"
17
- :disabled="!value"
17
+ :disabled="!modelValue"
18
18
  />
19
19
  </v-col>
20
20
  </v-row>
@@ -23,7 +23,8 @@
23
23
  :model-value="rgbaObject"
24
24
  @update:model-value="updateColor"
25
25
  mode="rgba"
26
- :disabled="!value"
26
+ :disabled="!modelValue"
27
+ width="100%"
27
28
  />
28
29
  </v-sheet>
29
30
  </template>
@@ -37,13 +38,15 @@
37
38
  VRow,
38
39
  VCol,
39
40
  } from 'vuetify/components';
41
+ import { useComponentId } from '../composables.js';
40
42
  import VcsLabel from '../form-inputs-controls/VcsLabel.vue';
41
43
  import VcsTextField from '../form-inputs-controls/VcsTextField.vue';
42
44
  import { useColorObject } from './composables.js';
45
+ import { useProxiedComplexModel } from '../modelHelper.js';
43
46
 
44
47
  /**
45
48
  * @description Allows to model a JSON representation of ol/Stroke vector style with a vuetify VColorPicker.
46
- * @vue-prop {import("ol/style/Stroke").Options} value - The Stroke Options
49
+ * @vue-prop {import("ol/style/Stroke").Options} [modelValue] - The Stroke Options
47
50
  */
48
51
  export default {
49
52
  name: 'VcsFillSelector',
@@ -63,31 +66,24 @@
63
66
  },
64
67
  },
65
68
  setup(props, { emit }) {
69
+ const localValue = useProxiedComplexModel(props, 'modelValue', emit);
70
+ const cid = useComponentId();
66
71
  return {
67
- rgbaObject: useColorObject(() => props.modelValue?.color),
72
+ rgbaObject: useColorObject(() => localValue.value?.color),
68
73
  width: computed({
69
74
  get() {
70
- return props.modelValue?.width;
75
+ return localValue.value?.width;
71
76
  },
72
77
  set(value) {
73
- if (value > 0 && value !== props.modelValue?.width) {
74
- const stroke = {
75
- width: value,
76
- };
77
- if (props.modelValue?.color) {
78
- stroke.color = [...props.modelValue.color];
79
- }
80
- emit('update:modelValue', stroke);
78
+ if (value > 0 && value !== localValue.value?.width) {
79
+ localValue.value.width = value;
81
80
  }
82
81
  },
83
82
  }),
84
83
  updateColor(rgba) {
85
- const stroke = {
86
- color: [rgba.r, rgba.g, rgba.b, rgba.a],
87
- width: props.modelValue?.width,
88
- };
89
- emit('update:modelValue', stroke);
84
+ localValue.value.color = [rgba.r, rgba.g, rgba.b, rgba.a];
90
85
  },
86
+ cid,
91
87
  };
92
88
  },
93
89
  };
@@ -12,6 +12,7 @@ declare const _default: import("vue").DefineComponent<{
12
12
  }>;
13
13
  width: import("vue").WritableComputedRef<any>;
14
14
  updateColor(rgba: any): void;
15
+ cid: string;
15
16
  }, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
17
  modelValue: {
17
18
  type: ObjectConstructor;
@@ -1,22 +1,24 @@
1
1
  <template>
2
2
  <MenuWrapper
3
- v-bind="{ ...$attrs, modelValue, valueDefault }"
3
+ class="vcs-text-menu"
4
4
  :value-fallback="fallbackStyle"
5
5
  name="components.style.text"
6
+ v-bind="{ ...$attrs, ...$props }"
6
7
  >
7
8
  <template #preview>
8
9
  <div v-if="modelValue" class="d-flex justify-center align-center">
9
- <span id="text-preview">T</span>
10
+ <span class="vcs-text-menu-preview">T</span>
10
11
  </div>
11
12
  </template>
12
13
  <template #content>
13
- <VcsTextSelector v-bind="{ ...$attrs, modelValue, valueDefault }" />
14
+ <VcsTextSelector v-bind="{ ...$attrs, ...$props }" />
14
15
  </template>
15
16
  </MenuWrapper>
16
17
  </template>
17
18
 
18
19
  <script>
19
20
  import { computed } from 'vue';
21
+ import { useProxiedAtomicModel } from '../modelHelper.js';
20
22
  import VcsTextSelector from './VcsTextSelector.vue';
21
23
  import MenuWrapper from './MenuWrapper.vue';
22
24
  import { rgbaObjectToString, useColorObject } from './composables.js';
@@ -31,8 +33,7 @@
31
33
 
32
34
  /**
33
35
  * @description A wrapper for the VcsTextSelector, that has a small shape/icon preview and a menu that pops up when clicking the preview, containing the text style selector.
34
- * @vue-prop {import("ol/style/Text").Options} value - The ol Text style options
35
- * @vue-prop {import("ol/style/Text").Options} valueDefault - The default ol Text style options
36
+ * @vue-prop {import("ol/style/Text").Options} [modelValue] - The ol Text style options
36
37
  */
37
38
  export default {
38
39
  name: 'VcsTextMenu',
@@ -45,17 +46,14 @@
45
46
  type: Object,
46
47
  default: undefined,
47
48
  },
48
- valueDefault: {
49
- type: Object,
50
- default: undefined,
51
- },
52
49
  },
53
- setup(props) {
50
+ setup(props, { emit }) {
51
+ const localValue = useProxiedAtomicModel(props, 'modelValue', emit);
54
52
  const fillColorObject = useColorObject(
55
- () => props.modelValue?.fill?.color,
53
+ () => localValue.value?.fill?.color,
56
54
  );
57
55
  const strokeColorObject = useColorObject(
58
- () => props.modelValue?.stroke?.color,
56
+ () => localValue.value?.stroke?.color,
59
57
  );
60
58
 
61
59
  return {
@@ -63,7 +61,7 @@
63
61
  rgbaObjectToString(strokeColorObject.value),
64
62
  ),
65
63
  fillColor: computed(() => rgbaObjectToString(fillColorObject.value)),
66
- fontStyle: computed(() => props.modelValue?.font),
64
+ fontStyle: computed(() => localValue.value?.font),
67
65
  fallbackStyle,
68
66
  };
69
67
  },
@@ -71,7 +69,7 @@
71
69
  </script>
72
70
 
73
71
  <style>
74
- #text-preview {
72
+ .vcs-text-menu-preview {
75
73
  font: v-bind(fontStyle) !important;
76
74
  font-size: 20px !important;
77
75
  -webkit-text-stroke-color: v-bind(strokeColor);
@@ -16,10 +16,6 @@ declare const _default: import("vue").DefineComponent<{
16
16
  type: ObjectConstructor;
17
17
  default: undefined;
18
18
  };
19
- valueDefault: {
20
- type: ObjectConstructor;
21
- default: undefined;
22
- };
23
19
  }, {
24
20
  strokeColor: import("vue").ComputedRef<string>;
25
21
  fillColor: import("vue").ComputedRef<string>;
@@ -41,12 +37,7 @@ declare const _default: import("vue").DefineComponent<{
41
37
  type: ObjectConstructor;
42
38
  default: undefined;
43
39
  };
44
- valueDefault: {
45
- type: ObjectConstructor;
46
- default: undefined;
47
- };
48
40
  }>>, {
49
41
  modelValue: Record<string, any>;
50
- valueDefault: Record<string, any>;
51
42
  }, {}>;
52
43
  export default _default;
@@ -1,29 +1,28 @@
1
1
  <template>
2
- <v-sheet>
2
+ <v-sheet class="vcs-text-selector">
3
3
  <v-container class="px-1 py-0">
4
4
  <v-row no-gutters>
5
5
  <v-col>
6
6
  <VcsTextField
7
- v-model="selectedText"
7
+ v-model="localValue.text"
8
8
  :placeholder="$t('components.style.enterText')"
9
9
  />
10
10
  </v-col>
11
11
  </v-row>
12
12
  <v-row no-gutters>
13
13
  <v-col>
14
- <VcsSelect
15
- :items="
16
- Object.keys(fonts).map((text) => ({
17
- text,
18
- value: fonts[font],
19
- }))
20
- "
21
- v-model="fontFamily"
22
- >
23
- <template #item="{ item }">
24
- <span :style="`font-family: ${item.value} !important`">{{
25
- item.text
26
- }}</span>
14
+ <VcsSelect :items="fontItems" v-model="fontFamily">
15
+ <template #item="scope">
16
+ <v-list-item density="compact" v-bind="scope.props" role="option">
17
+ <template #title="{ title }">
18
+ <span
19
+ :style="{
20
+ fontFamily: `${scope.item.value} !important`,
21
+ }"
22
+ >{{ title }}</span
23
+ >
24
+ </template>
25
+ </v-list-item>
27
26
  </template>
28
27
  </VcsSelect>
29
28
  </v-col>
@@ -56,14 +55,14 @@
56
55
  </VcsButton>
57
56
  </div>
58
57
  <VcsStrokeMenu
59
- v-model="selectedStroke"
58
+ v-model="localValue.stroke"
60
59
  :value-default="valueDefault.stroke"
61
- :disabled="!value"
60
+ :disabled="!localValue"
62
61
  />
63
62
  <VcsFillMenu
64
- v-model="selectedFill"
63
+ v-model="localValue.fill"
65
64
  :value-default="valueDefault.fill"
66
- :disabled="!value"
65
+ :disabled="!localValue"
67
66
  />
68
67
  <v-row no-gutters>
69
68
  <v-col cols="6">
@@ -73,7 +72,7 @@
73
72
  <VcsTextField
74
73
  :hide-spin-buttons="true"
75
74
  type="number"
76
- v-model.number="selectedOffsetX"
75
+ v-model.number="localValue.offsetX"
77
76
  tooltip-position="top"
78
77
  prefix="X"
79
78
  unit="px"
@@ -84,7 +83,7 @@
84
83
  <VcsTextField
85
84
  :hide-spin-buttons="true"
86
85
  type="number"
87
- v-model.number="selectedOffsetY"
86
+ v-model.number="localValue.offsetY"
88
87
  tooltip-position="top"
89
88
  prefix="Y"
90
89
  unit="px"
@@ -98,14 +97,20 @@
98
97
 
99
98
  <script>
100
99
  import { computed } from 'vue';
101
- import { VSheet, VContainer, VRow, VCol } from 'vuetify/components';
100
+ import {
101
+ VSheet,
102
+ VContainer,
103
+ VRow,
104
+ VCol,
105
+ VListItem,
106
+ } from 'vuetify/components';
102
107
  import VcsLabel from '../form-inputs-controls/VcsLabel.vue';
103
108
  import VcsTextField from '../form-inputs-controls/VcsTextField.vue';
104
109
  import VcsSelect from '../form-inputs-controls/VcsSelect.vue';
105
110
  import VcsButton from '../buttons/VcsButton.vue';
106
111
  import VcsFillMenu from './VcsFillMenu.vue';
107
112
  import VcsStrokeMenu from './VcsStrokeMenu.vue';
108
- import { useSelectedKey } from './composables.js';
113
+ import { useProxiedComplexModel } from '../modelHelper.js';
109
114
 
110
115
  export const fonts = {
111
116
  Georgia: 'Georgia, serif',
@@ -122,7 +127,7 @@
122
127
 
123
128
  /**
124
129
  * @description Allows to model a JSON representation of ol/style/Text style. It makes use of VcsStrokeMenu and VcsFillMenu.
125
- * @vue-prop {import("ol/style/Text").Options} value - The ol Text style options
130
+ * @vue-prop {import("ol/style/Text").Options} modelValue - The ol Text style options
126
131
  * @vue-prop {import("ol/style/Text").Options} valueDefault - The default ol Text style options
127
132
  */
128
133
  export default {
@@ -132,6 +137,7 @@
132
137
  VContainer,
133
138
  VRow,
134
139
  VCol,
140
+ VListItem,
135
141
  VcsSelect,
136
142
  VcsTextField,
137
143
  VcsButton,
@@ -146,51 +152,49 @@
146
152
  },
147
153
  valueDefault: {
148
154
  type: Object,
149
- required: true,
155
+ default: undefined,
150
156
  },
151
157
  },
152
158
  setup(props, { emit }) {
153
- const font = computed({
154
- get() {
155
- let fontStyle = {
156
- // fontStyle: 'normal',
157
- // fontWeight: 'normal',
159
+ const localValue = useProxiedComplexModel(props, 'modelValue', emit);
160
+ const font = computed(() => {
161
+ if (localValue.value) {
162
+ const el = document.createElement('span');
163
+ el.setAttribute('style', `font: ${localValue.value.font}`);
164
+ const { fontStyle, fontWeight, fontSize, fontFamily } = el.style;
165
+ el.remove();
166
+ return {
167
+ fontStyle,
168
+ fontWeight,
169
+ fontSize,
170
+ fontFamily,
158
171
  };
159
- if (props.modelValue) {
160
- const el = document.createElement('span');
161
- el.setAttribute('style', `font: ${props.modelValue.font}`);
162
- fontStyle = el.style;
163
- el.remove();
164
- }
165
- return fontStyle;
166
- },
172
+ }
173
+ return {};
167
174
  });
168
175
 
169
- function emitNewFont(key, value) {
170
- font.value[key] = value;
171
- const newModelObject = JSON.parse(JSON.stringify(props.modelValue));
172
- const fontPropertyArray = [
173
- font.value.fontStyle,
174
- font.value.fontWeight,
175
- font.value.fontSize,
176
- font.value.fontFamily,
177
- ];
178
- emit(
179
- 'update:modelValue',
180
- Object.assign(newModelObject, {
181
- font: fontPropertyArray
182
- .filter((prop) => prop && prop !== 'normal')
183
- .join(' '),
184
- }),
185
- );
176
+ function setNewFont(fontPropertyArray) {
177
+ localValue.value.font = fontPropertyArray
178
+ .filter((prop) => prop && prop !== 'normal')
179
+ .join(' ');
186
180
  }
187
181
 
182
+ const fontItems = Object.keys(fonts).map((key) => ({
183
+ title: key,
184
+ value: fonts[key],
185
+ }));
186
+
188
187
  const fontFamily = computed({
189
188
  get() {
190
189
  return font.value.fontFamily;
191
190
  },
192
191
  set(newFamily) {
193
- emitNewFont('fontFamily', newFamily);
192
+ setNewFont([
193
+ font.value.fontStyle,
194
+ font.value.fontWeight,
195
+ font.value.fontSize,
196
+ newFamily,
197
+ ]);
194
198
  },
195
199
  });
196
200
 
@@ -202,7 +206,12 @@
202
206
  if (!newSize || newSize < 1) {
203
207
  return;
204
208
  }
205
- emitNewFont('fontSize', `${newSize}px`);
209
+ setNewFont([
210
+ font.value.fontStyle,
211
+ font.value.fontWeight,
212
+ `${newSize}px`,
213
+ font.value.fontFamily,
214
+ ]);
206
215
  },
207
216
  });
208
217
 
@@ -211,7 +220,12 @@
211
220
  return font.value.fontWeight === 'bold';
212
221
  },
213
222
  set(newValue) {
214
- emitNewFont('fontWeight', newValue ? 'bold' : 'normal');
223
+ setNewFont([
224
+ font.value.fontStyle,
225
+ newValue ? 'bold' : 'normal',
226
+ font.value.fontSize,
227
+ font.value.fontFamily,
228
+ ]);
215
229
  },
216
230
  });
217
231
  const isItalic = computed({
@@ -219,53 +233,23 @@
219
233
  return font.value.fontStyle === 'italic';
220
234
  },
221
235
  set(newValue) {
222
- emitNewFont('fontStyle', newValue ? 'italic' : 'normal');
236
+ setNewFont([
237
+ newValue ? 'italic' : 'normal',
238
+ font.value.fontWeight,
239
+ font.value.fontSize,
240
+ font.value.fontFamily,
241
+ ]);
223
242
  },
224
243
  });
225
244
 
226
- const selectedFill = useSelectedKey(
227
- () => props.modelValue,
228
- 'fill',
229
- props.valueDefault.fill,
230
- emit,
231
- );
232
- const selectedStroke = useSelectedKey(
233
- () => props.modelValue,
234
- 'stroke',
235
- props.valueDefault.stroke,
236
- emit,
237
- );
238
- const selectedOffsetX = useSelectedKey(
239
- () => props.modelValue,
240
- 'offsetX',
241
- props.valueDefault.offsetX,
242
- emit,
243
- );
244
- const selectedOffsetY = useSelectedKey(
245
- () => props.modelValue,
246
- 'offsetY',
247
- props.valueDefault.offsetY,
248
- emit,
249
- );
250
- const selectedText = useSelectedKey(
251
- () => props.modelValue,
252
- 'text',
253
- props.valueDefault.text,
254
- emit,
255
- );
256
245
  return {
257
- fonts,
246
+ localValue,
247
+ fontItems,
258
248
  font,
259
249
  fontFamily,
260
250
  fontSize,
261
- selectedFill,
262
- selectedStroke,
263
- emitNewFont,
264
251
  isBold,
265
252
  isItalic,
266
- selectedOffsetX,
267
- selectedOffsetY,
268
- selectedText,
269
253
  };
270
254
  },
271
255
  };
@@ -17,32 +17,29 @@ declare const _default: import("vue").DefineComponent<{
17
17
  };
18
18
  valueDefault: {
19
19
  type: ObjectConstructor;
20
- required: true;
20
+ default: undefined;
21
21
  };
22
22
  }, {
23
- fonts: {
24
- Georgia: string;
25
- Palatino: string;
26
- 'Times New Roman': string;
27
- Arial: string;
28
- Impact: string;
29
- 'Comic Sans': string;
30
- Trebuchet: string;
31
- Verdana: string;
32
- Courier: string;
33
- Lucida: string;
34
- };
35
- font: import("vue").ComputedRef<any>;
36
- fontFamily: import("vue").WritableComputedRef<any>;
23
+ localValue: import("vue").Ref<any>;
24
+ fontItems: {
25
+ title: string;
26
+ value: any;
27
+ }[];
28
+ font: import("vue").ComputedRef<{
29
+ fontStyle: string;
30
+ fontWeight: string;
31
+ fontSize: string;
32
+ fontFamily: string;
33
+ } | {
34
+ fontStyle?: undefined;
35
+ fontWeight?: undefined;
36
+ fontSize?: undefined;
37
+ fontFamily?: undefined;
38
+ }>;
39
+ fontFamily: import("vue").WritableComputedRef<string | undefined>;
37
40
  fontSize: import("vue").WritableComputedRef<number>;
38
- selectedFill: import("vue").WritableComputedRef<unknown>;
39
- selectedStroke: import("vue").WritableComputedRef<unknown>;
40
- emitNewFont: (key: any, value: any) => void;
41
41
  isBold: import("vue").WritableComputedRef<boolean>;
42
42
  isItalic: import("vue").WritableComputedRef<boolean>;
43
- selectedOffsetX: import("vue").WritableComputedRef<unknown>;
44
- selectedOffsetY: import("vue").WritableComputedRef<unknown>;
45
- selectedText: import("vue").WritableComputedRef<unknown>;
46
43
  }, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
47
44
  modelValue: {
48
45
  type: ObjectConstructor;
@@ -50,9 +47,10 @@ declare const _default: import("vue").DefineComponent<{
50
47
  };
51
48
  valueDefault: {
52
49
  type: ObjectConstructor;
53
- required: true;
50
+ default: undefined;
54
51
  };
55
52
  }>>, {
56
53
  modelValue: Record<string, any>;
54
+ valueDefault: Record<string, any>;
57
55
  }, {}>;
58
56
  export default _default;
@@ -1,13 +1,13 @@
1
1
  <template>
2
- <v-sheet>
2
+ <v-sheet class="vcs-vector-style-component">
3
3
  <component
4
4
  v-for="key in styleComponents"
5
5
  :key="key"
6
6
  :is="componentMap[key]"
7
7
  :value-default="valueDefault[key]"
8
- v-model="selectedKeys[key].value"
9
- @update:model-value="(v) => $emit(`update:${key}`, v)"
10
8
  v-bind="specificProps[key]"
9
+ v-model="localValue[key]"
10
+ @update:model-value="(v) => $emit(`update:${key}`, v)"
11
11
  />
12
12
  </v-sheet>
13
13
  </template>
@@ -19,7 +19,7 @@
19
19
  import VcsImageMenu from './VcsImageMenu.vue';
20
20
  import VcsStrokeMenu from './VcsStrokeMenu.vue';
21
21
  import VcsTextMenu from './VcsTextMenu.vue';
22
- import { useSelectedKey } from './composables.js';
22
+ import { useProxiedComplexModel } from '../modelHelper.js';
23
23
 
24
24
  /**
25
25
  * @enum {string}
@@ -44,9 +44,9 @@
44
44
 
45
45
  /**
46
46
  * @description Wraps the style component into a single component so whole @vcmap/core/VectorStyleItemOptions can be modelled.
47
- * @vue-prop {import("@vcmap/core").VectorStyleItemOptions} value - The VectorStyleItemOptions that should be modelled.
48
- * @vue-prop {import("@vcmap/core").VectorStyleItemOptions} valueDefault - The default VectorStyleItemOptions.
49
- * @vue-prop {VectorStyleMenus[]} styleComponents - The style component that should be rendered.
47
+ * @vue-prop {import("@vcmap/core").VectorStyleItemOptions} [modelValue] - The VectorStyleItemOptions that should be modelled.
48
+ * @vue-prop {import("@vcmap/core").VectorStyleItemOptions} [valueDefault] - The default VectorStyleItemOptions.
49
+ * @vue-prop {VectorStyleMenus[]} [styleComponents] - The style component that should be rendered.
50
50
  * @vue-prop {boolean} [extendedShapeSettings=false] - If true, there are all the input fields needed to create arbitrary ol RegularShapes.
51
51
  * @vue-prop {Array<import("ol/style/Icon").Options>} [iconOptions] - The icon options in the image component too choose from. Scale and opacity are ignored. The defaults are 3 different icon types with 4 different colors.
52
52
  */
@@ -86,18 +86,7 @@
86
86
  },
87
87
  },
88
88
  setup(props, { emit }) {
89
- const selectedKeys = computed(() =>
90
- // convert to Object with style prop names as keys and computed props as value to allow v-model.
91
- props.styleComponents.reduce((acc, key) => {
92
- acc[key] = useSelectedKey(
93
- () => props.modelValue,
94
- key,
95
- props.valueDefault[key],
96
- emit,
97
- );
98
- return acc;
99
- }, {}),
100
- );
89
+ const localValue = useProxiedComplexModel(props, 'modelValue', emit);
101
90
  const specificProps = computed(() => ({
102
91
  [VectorStyleMenus.IMAGE]: {
103
92
  extendedShapeSettings: props.extendedShapeSettings,
@@ -105,7 +94,7 @@
105
94
  },
106
95
  }));
107
96
  return {
108
- selectedKeys,
97
+ localValue,
109
98
  specificProps,
110
99
  componentMap,
111
100
  };
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<{
31
31
  default: undefined;
32
32
  };
33
33
  }, {
34
- selectedKeys: import("vue").ComputedRef<unknown>;
34
+ localValue: import("vue").Ref<any>;
35
35
  specificProps: import("vue").ComputedRef<{
36
36
  [x: string]: {
37
37
  extendedShapeSettings: boolean;
@@ -16,20 +16,6 @@ export function useColorObject(colorGetter: () => Array<number>): import("vue").
16
16
  * @returns {boolean} If value is between min and max.
17
17
  */
18
18
  export function between(value: number, range: number[]): boolean;
19
- /**
20
- * Creates a computed property with a getter and a setter for a specific object property/key of the value prop. If the value prop is an object, this composable allows to pass this computed to an v-model of a sub component. The getter returns the value of the key or, if it is undefined, a default value. The setter merges the passed value with the other object properties of the value prop and emits the whole object as a input event.
21
- * @param {function():T} modelObject Getter for the property that is modelled by the component and should be updated with input event, usually this is the 'value' prop.
22
- * @param {K} key The key of the modelObject that should be return on get and updated on set.
23
- * @param {U} defaultValue Default value for the key of the modelObject.
24
- * @param {function(string, ...unknown[]):void} emit The emit function of the component context that is using this composable.
25
- * @param {Array<number>} [range] The allowed range of numbers.
26
- * @param {boolean} [isRequired] If value is required.
27
- * @returns {import("vue").WritableComputedRef<T[K]>} The value to the key param if the getter is called.
28
- * @template {Object} T
29
- * @template {string} K
30
- * @template U
31
- */
32
- export function useSelectedKey<T extends Object, K extends string, U>(modelObject: () => T, key: K, defaultValue: U, emit: (arg0: string, ...args: unknown[][]) => void, range?: number[] | undefined, isRequired?: boolean | undefined): import("vue").WritableComputedRef<T[K]>;
33
19
  /**
34
20
  * Creates a string from a color object.
35
21
  * @param {{r: number, g: number, b: number, a: number}} rgbaObject An object with rgba keys.