@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
@@ -0,0 +1,216 @@
1
+ <script setup>
2
+ import {
3
+ VListItem,
4
+ VIcon,
5
+ VListItemTitle,
6
+ VTooltip,
7
+ } from 'vuetify/components';
8
+ import { computed, ref } from 'vue';
9
+ import { is } from '@vcsuite/check';
10
+ import VcsBadge from '../notification/VcsBadge.vue';
11
+ import VcsActionButtonList from '../buttons/VcsActionButtonList.vue';
12
+ import VcsTextField from '../form-inputs-controls/VcsTextField.vue';
13
+ import { createEllipseTooltip } from '../composables.js';
14
+
15
+ /**
16
+ * @typedef {Object} VcsListItem
17
+ * @property {string} name
18
+ * @property {boolean} [visible] - Whether to display this item or not.
19
+ * @property {boolean} [disabled] - Whether this item should be displayed as disabled.
20
+ * @property {boolean|import("../../actions/actionHelper.js").ActionOptions} [renamable] - Whether the title of can be edited. will add a rename action to the end of the action list. This action will call titleChanged with the new title, you must provide the callback yourself, otherwise this does not work as expeted.
21
+ * @property {string} title - The title to be displayed
22
+ * @property {string} [tooltip]
23
+ * @property {string|HTMLCanvasElement|HTMLImageElement|undefined} [icon] - An optional icon to display with this item. Can be a URL or HTMLElement.
24
+ * @property {boolean} [hasUpdate] - Shows badge, if item has an update.
25
+ * @property {Array<import("../../actions/actionHelper.js").VcsAction>} [actions]
26
+ * @property {Array<function(PointerEvent):void>|undefined} [clickedCallbacks] - An array of callbacks called on item click. called before selection update
27
+ * @property {function(boolean):void} [selectionChanged] - A callback called if the selection changes with the current selection status. called before value update
28
+ * @property {function(string):void} [titleChanged] - A callback called if the title changes via rename action. only usable with renamble true.
29
+ */
30
+
31
+ const props = defineProps({
32
+ /** @type {VcsListItem} */
33
+ item: {
34
+ type: Object,
35
+ required: true,
36
+ },
37
+ actionButtonListOverflowCount: {
38
+ type: Number,
39
+ default: undefined,
40
+ },
41
+ dragging: {
42
+ type: Boolean,
43
+ default: false,
44
+ },
45
+ });
46
+
47
+ const rename = ref(false);
48
+ const renameAction = computed(() => {
49
+ if (props.item.renamable) {
50
+ return {
51
+ name: 'list.renameItem',
52
+ ...(is(props.item.renamable, Object) ? props.item.renamable : {}),
53
+ callback() {
54
+ rename.value = true;
55
+ },
56
+ };
57
+ }
58
+ return undefined;
59
+ });
60
+
61
+ function renameOff() {
62
+ rename.value = false;
63
+ }
64
+
65
+ const actions = computed(() => {
66
+ if (renameAction.value) {
67
+ return [...(props.item?.actions || []), renameAction.value];
68
+ }
69
+ return [...(props.item?.actions || [])];
70
+ });
71
+
72
+ const title = ref();
73
+ const tooltip = createEllipseTooltip(
74
+ computed(() => {
75
+ if (rename.value) {
76
+ return undefined;
77
+ }
78
+ return title.value?.$el;
79
+ }),
80
+ computed(() => props.item?.tooltip),
81
+ computed(() => props.item?.title),
82
+ );
83
+
84
+ function renameItem(item, newTitle) {
85
+ if (newTitle) {
86
+ item.titleChanged?.(newTitle);
87
+ }
88
+ }
89
+ </script>
90
+
91
+ <template>
92
+ <v-list-item
93
+ :disabled="item.disabled"
94
+ v-bind="$attrs"
95
+ class="vcs-list-item-component"
96
+ >
97
+ <template #prepend="scope">
98
+ <slot name="prepend" v-bind="scope">
99
+ <v-icon v-if="item.icon">
100
+ {{ item.icon }}
101
+ </v-icon>
102
+ </slot>
103
+ </template>
104
+ <template #title="scope">
105
+ <slot name="title" v-bind="{ ...scope, tooltip }">
106
+ <v-list-item-title
107
+ ref="title"
108
+ :class="{ 'vcs-list-item__rename': rename }"
109
+ >
110
+ <vcs-text-field
111
+ v-if="rename"
112
+ :model-value="item.title"
113
+ autofocus
114
+ @update:model-value="(value) => renameItem(item, value)"
115
+ @click.stop
116
+ @keydown.enter="renameOff"
117
+ @blur="renameOff"
118
+ :rules="[(v) => !!v || 'components.validation.required']"
119
+ class="pa-0"
120
+ />
121
+ <template v-else>
122
+ {{ $st(item.title) }}
123
+ </template>
124
+ <v-tooltip v-if="dragging === false && tooltip" activator="parent">
125
+ {{ $st(tooltip) }}
126
+ </v-tooltip>
127
+ </v-list-item-title>
128
+ </slot>
129
+ </template>
130
+ <template #subtitle="scope">
131
+ <slot name="subtitle" v-bind="scope" />
132
+ </template>
133
+ <template #default="scope">
134
+ <slot name="default" v-bind="{ ...scope, tooltip }" />
135
+ </template>
136
+ <template #append="scope">
137
+ <slot
138
+ name="append"
139
+ v-bind="{
140
+ ...scope,
141
+ item,
142
+ actions,
143
+ actionButtonListOverflowCount,
144
+ }"
145
+ >
146
+ <vcs-badge v-if="item.hasUpdate" class="mr-1" />
147
+ <vcs-action-button-list
148
+ v-if="actions.length > 0"
149
+ :actions="actions"
150
+ :disabled="item.disabled"
151
+ :block-overflow="true"
152
+ :overflow-count="actionButtonListOverflowCount"
153
+ class="ml-2"
154
+ />
155
+ </slot>
156
+ </template>
157
+ </v-list-item>
158
+ </template>
159
+
160
+ <style lang="scss" scoped>
161
+ .v-list-item {
162
+ padding: 4px 8px 4px 8px;
163
+ padding-inline-end: 8px !important;
164
+ padding-inline-start: 16px !important;
165
+ &.border-bottom {
166
+ border-bottom: solid;
167
+ border-bottom-color: rgb(var(--v-theme-base-lighten-2));
168
+ }
169
+ &.border-top {
170
+ border-top: solid;
171
+ border-top-color: rgb(var(--v-theme-base-lighten-2));
172
+ }
173
+ &:after {
174
+ display: none;
175
+ }
176
+ &.font-weight-bold {
177
+ .v-list-item__title {
178
+ font-weight: 700;
179
+ }
180
+ }
181
+ :deep(.v-list-item__action) {
182
+ .v-icon {
183
+ font-size: 16px;
184
+ }
185
+ &:last-child {
186
+ min-width: auto;
187
+ }
188
+ }
189
+ :deep(.v-list-item__content) {
190
+ flex-wrap: nowrap;
191
+ column-gap: 4px;
192
+ .v-icon,
193
+ .action-btn-wrap {
194
+ flex: 1 1 auto;
195
+ }
196
+ .v-icon {
197
+ font-size: 16px;
198
+ .v-icon__component {
199
+ width: 16px;
200
+ height: 16px;
201
+ }
202
+ }
203
+ }
204
+ :deep(.v-list-item__prepend > .v-badge ~ .v-list-item__spacer),
205
+ :deep(.v-list-item__prepend > .v-icon ~ .v-list-item__spacer),
206
+ :deep(.v-list-item__prepend > .v-tooltip ~ .v-list-item__spacer) {
207
+ width: 8px;
208
+ }
209
+ :deep(.v-list-item__overlay) {
210
+ background-color: transparent;
211
+ }
212
+ :deep(.vcs-list-item__rename) {
213
+ color: rgb(var(--v-theme-on-surface));
214
+ }
215
+ }
216
+ </style>
@@ -0,0 +1,83 @@
1
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {
2
+ $props: {
3
+ readonly [x: string]: any;
4
+ };
5
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
6
+ prepend?(_: {
7
+ isActive: boolean;
8
+ isOpen: boolean;
9
+ isSelected: boolean;
10
+ isIndeterminate: boolean;
11
+ select: (value: boolean) => void;
12
+ }): any;
13
+ title?(_: {
14
+ tooltip: string;
15
+ title?: string | number | undefined;
16
+ }): any;
17
+ subtitle?(_: {
18
+ subtitle?: string | number | undefined;
19
+ }): any;
20
+ default?(_: {
21
+ tooltip: string;
22
+ isActive: boolean;
23
+ isOpen: boolean;
24
+ isSelected: boolean;
25
+ isIndeterminate: boolean;
26
+ select: (value: boolean) => void;
27
+ }): any;
28
+ append?(_: {
29
+ item: any;
30
+ actions: any[];
31
+ actionButtonListOverflowCount: any;
32
+ isActive: boolean;
33
+ isOpen: boolean;
34
+ isSelected: boolean;
35
+ isIndeterminate: boolean;
36
+ select: (value: boolean) => void;
37
+ }): any;
38
+ }>;
39
+ export default _default;
40
+ export type VcsListItem = {
41
+ name: string;
42
+ /**
43
+ * - Whether to display this item or not.
44
+ */
45
+ visible?: boolean | undefined;
46
+ /**
47
+ * - Whether this item should be displayed as disabled.
48
+ */
49
+ disabled?: boolean | undefined;
50
+ /**
51
+ * - Whether the title of can be edited. will add a rename action to the end of the action list. This action will call titleChanged with the new title, you must provide the callback yourself, otherwise this does not work as expeted.
52
+ */
53
+ renamable?: boolean | Omit<import("../../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).VcsAction, "callback"> | undefined;
54
+ /**
55
+ * - The title to be displayed
56
+ */
57
+ title: string;
58
+ tooltip?: string | undefined;
59
+ /**
60
+ * - An optional icon to display with this item. Can be a URL or HTMLElement.
61
+ */
62
+ icon?: string | HTMLCanvasElement | HTMLImageElement | undefined;
63
+ /**
64
+ * - Shows badge, if item has an update.
65
+ */
66
+ hasUpdate?: boolean | undefined;
67
+ actions?: import("../../actions/actionHelper.js", { with: { "resolution-mode": "import" } }).VcsAction[] | undefined;
68
+ /**
69
+ * - An array of callbacks called on item click. called before selection update
70
+ */
71
+ clickedCallbacks?: Array<(arg0: PointerEvent) => void> | undefined;
72
+ /**
73
+ * - A callback called if the selection changes with the current selection status. called before value update
74
+ */
75
+ selectionChanged?: ((arg0: boolean) => void) | undefined;
76
+ /**
77
+ * - A callback called if the title changes via rename action. only usable with renamble true.
78
+ */
79
+ titleChanged?: ((arg0: string) => void) | undefined;
80
+ };
81
+ type __VLS_WithTemplateSlots<T, S> = T & (new () => {
82
+ $slots: S;
83
+ });
@@ -3,26 +3,56 @@
3
3
  <VcsTreeviewSearchbar
4
4
  v-if="showSearchbar"
5
5
  :placeholder="searchbarPlaceholder"
6
- v-model="search"
6
+ v-model="localSearchValue"
7
7
  />
8
8
  <v-treeview
9
9
  class="vcs-treeview"
10
- v-bind="{ ...$props, ...$attrs }"
10
+ density="compact"
11
11
  item-value="name"
12
12
  :item-props="true"
13
- :search="search"
14
13
  :custom-filter="handleFilter"
15
14
  :selectable="false"
16
15
  :activatable="false"
16
+ expand-icon="mdi-chevron-right"
17
+ collapse-icon="mdi-chevron-down"
18
+ v-bind="{ ...$props, ...$attrs }"
19
+ :search="localSearchValue"
20
+ @click:select="itemClicked($event.id, $event.event)"
17
21
  >
18
- <template #item="{ props: item }">
19
- <VcsTreeviewLeaf
20
- @click.stop="item.clicked && !item.disabled && item.clicked($event)"
21
- :item="item"
22
- />
22
+ <template #title="scope">
23
+ <slot name="title" v-bind="scope ?? {}">
24
+ <VcsTreeviewTitle :item="scope.item"></VcsTreeviewTitle>
25
+ </slot>
26
+ </template>
27
+ <template v-for="slot of forwardSlots" #[slot]="scope">
28
+ <slot :name="slot" v-bind="scope ?? {}" />
23
29
  </template>
24
- <template #title="{ item }">
25
- {{ $st(item.title || item.name) }}
30
+ <template #prepend="scope">
31
+ <slot name="prepend" v-bind="scope ?? {}">
32
+ <template v-if="scope.item?.icon">
33
+ <v-icon
34
+ v-if="typeof scope.item?.icon === 'string'"
35
+ :size="iconSize"
36
+ >
37
+ {{ scope.item.icon }}
38
+ </v-icon>
39
+ <ImageElementInjector :element="scope.item.icon" v-else />
40
+ </template>
41
+ </slot>
42
+ </template>
43
+ <template #append="scope">
44
+ <slot name="append" v-bind="scope ?? {}">
45
+ <VcsActionButtonList
46
+ v-if="scope.item.actions?.length > 0"
47
+ :actions="scope.item.actions"
48
+ :overflow-count="3"
49
+ :disabled="scope.item.disabled"
50
+ right
51
+ tooltip-position="right"
52
+ block-overflow
53
+ class="col-4 pa-0 d-flex align-center"
54
+ />
55
+ </slot>
26
56
  </template>
27
57
  </v-treeview>
28
58
  </div>
@@ -32,7 +62,8 @@
32
62
  // Root Level Entries should be 40px high
33
63
  > .v-list-item,
34
64
  > .v-list-group > .v-list-item {
35
- min-height: calc(var(--v-vcs-item-height) + 8px) !important;
65
+ min-height: calc(var(--v-vcs-font-size) * 2 + 14px) !important;
66
+ padding-left: 6px;
36
67
  }
37
68
  // Border around root nodes with children included
38
69
  > .v-list-item:not(:last-child),
@@ -46,17 +77,34 @@
46
77
  > .v-list-item-title {
47
78
  font-weight: 700 !important;
48
79
  }
49
- // remove ripple effect from expand icon
50
- .v-icon.v-icon {
51
- &::after {
52
- background-color: transparent;
53
- }
54
- }
55
- // Toggle Item Chevron with should be 16px
56
- .v-treeview-node__toggle {
57
- width: 16px;
80
+ }
81
+
82
+ // leaf indent
83
+ :deep(.v-list--slim .v-treeview-group.v-list-group) {
84
+ --prepend-width: 0px;
85
+ }
86
+
87
+ // Padding left of root nodes
88
+ :deep(.v-list-item__prepend) {
89
+ width: var(--v-vcs-font-size);
90
+ margin-right: 8px;
91
+ > .v-list-item-action > .v-btn {
92
+ width: var(--v-vcs-font-size);
93
+ height: var(--v-vcs-font-size);
94
+ margin: auto;
95
+ // for alignment of chevron
96
+ display: flex;
58
97
  }
59
98
  }
99
+
100
+ // remove hover shadow over button
101
+ :deep(.v-btn__overlay) {
102
+ --v-hover-opacity: 0;
103
+ }
104
+ // remove ripple effect
105
+ :deep(.v-ripple__container) {
106
+ display: none;
107
+ }
60
108
  // hide active class
61
109
  :deep(.v-list-item__overlay) {
62
110
  display: none;
@@ -68,26 +116,44 @@
68
116
  </style>
69
117
 
70
118
  <script>
71
- import { getCurrentInstance, ref } from 'vue';
119
+ import { getCurrentInstance } from 'vue';
120
+ import { VIcon } from 'vuetify/components';
72
121
  import { VTreeview } from 'vuetify/labs/VTreeview';
122
+ import { useProxiedAtomicModel } from '../modelHelper.js';
123
+ import { getForwardSlots } from '../composables.js';
73
124
  import VcsTreeviewSearchbar from './VcsTreeviewSearchbar.vue';
74
- import VcsTreeviewLeaf from './VcsTreeviewLeaf.vue';
125
+ import VcsActionButtonList from '../buttons/VcsActionButtonList.vue';
126
+ import ImageElementInjector from '../ImageElementInjector.vue';
127
+ import VcsTreeviewTitle from './VcsTreeviewTitle.vue';
128
+ import { useIconSize } from '../../vuePlugins/vuetify.js';
75
129
 
76
130
  /**
77
131
  * @description extends API of https://vuetifyjs.com/en/api/v-treeview/
78
132
  * Can render dynamic components as leaf items.
79
133
  * In order to display an item needs to be registered and added to `availableComponents`.
134
+ * Exposes the `search` value for filtering the treeview.
80
135
  * @vue-prop {boolean} [showSearchbar=false] - Whether there is a searchbar for this treeview
81
136
  * @vue-prop {string} [searchbarPlaceholder] - Placeholder text for the searchbar, will be translated
82
137
  */
83
138
  export default {
84
139
  name: 'VcsTreeview',
85
140
  components: {
86
- VcsTreeviewLeaf,
141
+ VcsTreeviewTitle,
142
+ VIcon,
143
+ ImageElementInjector,
144
+ VcsActionButtonList,
87
145
  VcsTreeviewSearchbar,
88
146
  VTreeview,
89
147
  },
90
148
  props: {
149
+ items: {
150
+ type: Array,
151
+ default: () => [],
152
+ },
153
+ search: {
154
+ type: String,
155
+ default: '',
156
+ },
91
157
  showSearchbar: {
92
158
  type: Boolean,
93
159
  default: false,
@@ -97,8 +163,10 @@
97
163
  default: undefined,
98
164
  },
99
165
  },
100
- setup() {
101
- const search = ref('');
166
+ emits: ['update:search'],
167
+ setup(props, { emit, slots }) {
168
+ const localSearchValue = useProxiedAtomicModel(props, 'search', emit);
169
+
102
170
  // TODO properly type the tree view item interface & export in index.d.ts
103
171
 
104
172
  const vm = getCurrentInstance().proxy;
@@ -118,9 +186,34 @@
118
186
  .indexOf(q.toLocaleLowerCase());
119
187
  };
120
188
 
189
+ const forwardSlots = getForwardSlots(slots, [
190
+ 'append',
191
+ 'title',
192
+ 'prepend',
193
+ ]);
194
+ const iconSize = useIconSize();
121
195
  return {
122
- search,
196
+ iconSize,
197
+ localSearchValue,
123
198
  handleFilter,
199
+ forwardSlots,
200
+ itemClicked(name, event) {
201
+ const items = props.items.slice();
202
+ let item;
203
+ while (items.length > 0) {
204
+ item = items.pop();
205
+ if (item.name === name) {
206
+ break;
207
+ }
208
+ if (item.children?.length > 0) {
209
+ items.push(...item.children);
210
+ }
211
+ }
212
+
213
+ if (item?.clicked && !item?.disabled) {
214
+ item.clicked(event);
215
+ }
216
+ },
124
217
  };
125
218
  },
126
219
  };
@@ -1,4 +1,12 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
+ items: {
3
+ type: ArrayConstructor;
4
+ default: () => never[];
5
+ };
6
+ search: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
2
10
  showSearchbar: {
3
11
  type: BooleanConstructor;
4
12
  default: boolean;
@@ -8,9 +16,20 @@ declare const _default: import("vue").DefineComponent<{
8
16
  default: undefined;
9
17
  };
10
18
  }, {
11
- search: import("vue").Ref<string>;
19
+ iconSize: import("vue").ComputedRef<number>;
20
+ localSearchValue: import("vue").Ref<any>;
12
21
  handleFilter: (value: string, q: string, item: Object) => number;
13
- }, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
22
+ forwardSlots: string[];
23
+ itemClicked(name: any, event: any): void;
24
+ }, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:search"[], "update:search", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
25
+ items: {
26
+ type: ArrayConstructor;
27
+ default: () => never[];
28
+ };
29
+ search: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
14
33
  showSearchbar: {
15
34
  type: BooleanConstructor;
16
35
  default: boolean;
@@ -19,7 +38,11 @@ declare const _default: import("vue").DefineComponent<{
19
38
  type: StringConstructor;
20
39
  default: undefined;
21
40
  };
22
- }>>, {
41
+ }>> & {
42
+ "onUpdate:search"?: ((...args: any[]) => any) | undefined;
43
+ }, {
44
+ search: string;
45
+ items: unknown[];
23
46
  showSearchbar: boolean;
24
47
  searchbarPlaceholder: string;
25
48
  }, {}>;
@@ -1,22 +1,24 @@
1
1
  <template>
2
2
  <div
3
- class="pa-2 bg-base-lighten-3 position-relative d-flex flex-row justify-space-between align-center rounded-0"
3
+ class="pa-2 bg-base-lighten-3 position-relative d-flex flex-row justify-space-between align-center rounded-0 vcs-treeview-searchbar"
4
4
  >
5
5
  <slot name="prepend">
6
- <v-icon class="search-icon my-0 ml-1" size="12"> $vcsSearch </v-icon>
6
+ <v-icon class="search-icon my-0 ml-1" :size="iconSize - 4">
7
+ $vcsSearch
8
+ </v-icon>
7
9
  </slot>
8
10
 
9
11
  <slot v-bind="{ ...$props, attrs: $attrs }">
10
12
  <VcsTextField
11
13
  class="searchbar outlined rounded-xl align-center justify-center base-lighten-4 pa-1 pl-6"
12
14
  :placeholder="$st(placeholder)"
13
- v-bind="$attrs"
14
15
  clearable
16
+ v-bind="$attrs"
15
17
  />
16
18
  </slot>
17
19
 
18
20
  <slot name="append" :has-filter="hasFilter">
19
- <v-icon v-if="hasFilter" class="ml-2" size="16">$vcsFilter</v-icon>
21
+ <v-icon v-if="hasFilter" class="ml-2" :size="iconSize">$vcsFilter</v-icon>
20
22
  </slot>
21
23
  </div>
22
24
  </template>
@@ -48,7 +50,9 @@
48
50
  > .v-field__field
49
51
  > .v-field__input
50
52
  ) {
51
- --v-input-control-height: calc(var(--v-vcs-item-height) - 20px) !important;
53
+ --v-input-control-height: calc(
54
+ var(--v-vcs-font-size) * 2 - 14px
55
+ ) !important;
52
56
  min-height: var(--v-input-control-height);
53
57
  }
54
58
 
@@ -66,7 +70,7 @@
66
70
  // override primary--placeholder of VcsTextField
67
71
  :deep(input::placeholder) {
68
72
  color: rgb(var(--v-theme-base-lighten-1)) !important;
69
- font-style: initial !important;
73
+ font-style: italic !important;
70
74
  opacity: 0.75 !important;
71
75
  }
72
76
  </style>
@@ -74,6 +78,7 @@
74
78
  <script>
75
79
  import { VIcon } from 'vuetify/components';
76
80
  import VcsTextField from '../form-inputs-controls/VcsTextField.vue';
81
+ import { useIconSize } from '../../vuePlugins/vuetify.js';
77
82
 
78
83
  /**
79
84
  * @description stylized searchbar used in VcsTreeview, VcsDataTable and VcsList
@@ -100,5 +105,11 @@
100
105
  default: false,
101
106
  },
102
107
  },
108
+ setup() {
109
+ const iconSize = useIconSize();
110
+ return {
111
+ iconSize,
112
+ };
113
+ },
103
114
  };
104
115
  </script>
@@ -7,7 +7,9 @@ declare const _default: import("vue").DefineComponent<{
7
7
  type: BooleanConstructor;
8
8
  default: boolean;
9
9
  };
10
- }, any, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
+ }, {
11
+ iconSize: import("vue").ComputedRef<number>;
12
+ }, any, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
11
13
  placeholder: {
12
14
  type: StringConstructor;
13
15
  default: string;
@@ -0,0 +1,40 @@
1
+ <script setup>
2
+ import { computed, ref } from 'vue';
3
+ import { VTooltip } from 'vuetify/components';
4
+ import { createEllipseTooltip } from '../composables.js';
5
+
6
+ const props = defineProps({
7
+ item: {
8
+ type: Object,
9
+ default: undefined,
10
+ },
11
+ });
12
+
13
+ const titleParent = ref();
14
+
15
+ const tooltip = createEllipseTooltip(
16
+ computed(() => titleParent.value),
17
+ computed(() => props.item.tooltip),
18
+ computed(() => props.item.title || props.item.name),
19
+ );
20
+ </script>
21
+ <style lang="scss" scoped>
22
+ .title-parent {
23
+ overflow: hidden;
24
+ text-overflow: ellipsis;
25
+ }
26
+ </style>
27
+ <template>
28
+ <div
29
+ class="title-parent pr-2 vcs-treeview-title"
30
+ ref="titleParent"
31
+ @click.stop="item.clicked && !item.disabled && item.clicked($event)"
32
+ >
33
+ <span>
34
+ {{ $st(item.title || item.name) }}
35
+ </span>
36
+ <v-tooltip v-if="tooltip" activator="parent">
37
+ {{ $st(tooltip) }}
38
+ </v-tooltip>
39
+ </div>
40
+ </template>