@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,45 +0,0 @@
1
- <template>
2
- <v-card>
3
- <div class="px-2 pt-2 pb-1">
4
- <v-card-text>
5
- <div v-html="customScreenText"></div>
6
- </v-card-text>
7
- </div>
8
- </v-card>
9
- </template>
10
-
11
- <script>
12
- import { VCard, VCardText } from 'vuetify/components';
13
-
14
- import { computed, getCurrentInstance } from 'vue';
15
- import { parseAndSanitizeMarkdown } from './markdownHelper.js';
16
-
17
- export default {
18
- name: 'VcsCustomScreen',
19
- components: {
20
- VCard,
21
- VCardText,
22
- },
23
- props: {
24
- content: {
25
- type: String,
26
- required: true,
27
- },
28
- },
29
- setup(props) {
30
- const vm = getCurrentInstance().proxy;
31
- const dialog = true;
32
- const customScreenText = computed(() => {
33
- const translatedContent = vm.$t(props.content);
34
- return parseAndSanitizeMarkdown(translatedContent);
35
- });
36
-
37
- return {
38
- dialog,
39
- customScreenText,
40
- };
41
- },
42
- };
43
- </script>
44
-
45
- <style scoped lang="scss"></style>
@@ -1,12 +0,0 @@
1
- /**
2
- * @param {string} content
3
- * @returns {string}
4
- */
5
- export function parseAndSanitizeMarkdown(content: string): string;
6
- /**
7
- * Replaces template strings by provided attributes, e.g. {{myAttribute}}
8
- * @param {string|string[]} template
9
- * @param {Record<string, unknown>} attributes
10
- * @returns {string}
11
- */
12
- export function replaceAttributes(template: string | string[], attributes: Record<string, unknown>): string;
@@ -1,85 +0,0 @@
1
- import { marked } from 'marked';
2
- import DOMPurify from 'dompurify';
3
-
4
- // Create a custom renderer
5
- const renderer = new marked.Renderer();
6
-
7
- renderer.link = (href, title, text) => {
8
- const target = '_blank';
9
- const titleAttr = title ? ` title="${title}"` : '';
10
- return `<a href="${href}" target="${target}"${titleAttr}>${text}</a>`;
11
- };
12
-
13
- // Set options for marked to use the custom renderer
14
- marked.setOptions({
15
- renderer,
16
- breaks: true, // Enable line breaks
17
- });
18
-
19
- /**
20
- * @param {string} content
21
- * @returns {string}
22
- */
23
- export function parseAndSanitizeMarkdown(content) {
24
- // First, convert the Markdown to HTML using marked
25
- const html = marked(content);
26
- // Then sanitize the HTML using DOMPurify
27
- return DOMPurify.sanitize(html, { ADD_ATTR: ['target'] });
28
- }
29
-
30
- /**
31
- * @param {Record<string, unknown>} parent
32
- * @param {(string|number)[]} keys
33
- * @returns {undefined|T}
34
- * @template {*} T
35
- */
36
- function findRecursive(parent, keys) {
37
- if (keys.length === 1) {
38
- return parent[keys[0]];
39
- } else {
40
- const nextKey = keys.shift();
41
- const nextParent = parent[nextKey];
42
- if (nextParent) {
43
- return findRecursive(nextParent, keys);
44
- }
45
- }
46
- return undefined;
47
- }
48
-
49
- /**
50
- * Replaces template strings by provided attributes, e.g. {{myAttribute}}
51
- * @param {string|string[]} template
52
- * @param {Record<string, unknown>} attributes
53
- * @returns {string}
54
- */
55
- export function replaceAttributes(template, attributes) {
56
- const templateString = Array.isArray(template)
57
- ? template.join('\n')
58
- : template;
59
- return templateString.replace(/\{\{([^}]+)}}/g, (p, value) => {
60
- const keys = value.trim().split('.');
61
-
62
- for (let i = 0; i < keys.length; i++) {
63
- let key = keys[i];
64
- if (typeof key === 'string') {
65
- const indices = [];
66
- let arrayIndex = /\[["']?([^\]]+)["']?]$/.exec(key);
67
- while (arrayIndex != null) {
68
- let bracketKey = arrayIndex[1];
69
- if (/^\d+$/.test(bracketKey)) {
70
- bracketKey = Number(bracketKey);
71
- }
72
- indices.push(bracketKey);
73
- key = key.substring(0, arrayIndex.index);
74
- arrayIndex = /\[["']?([^\]]+)["']?]$/.exec(key);
75
- }
76
-
77
- if (indices.length > 0) {
78
- keys.splice(i, 1, key, ...indices);
79
- }
80
- }
81
- }
82
-
83
- return findRecursive(attributes, keys) ?? '';
84
- });
85
- }
@@ -1,83 +0,0 @@
1
- <script setup>
2
- import { computed, onUnmounted, ref, watch } from 'vue';
3
- import { VIcon, VTooltip } from 'vuetify/components';
4
- import { VTreeviewItem } from 'vuetify/labs/VTreeview';
5
- import VcsActionButtonList from '../buttons/VcsActionButtonList.vue';
6
- import ImageElementInjector from '../ImageElementInjector.vue';
7
-
8
- const props = defineProps({
9
- item: {
10
- type: Object,
11
- default: undefined,
12
- },
13
- });
14
-
15
- const isStringIcon = computed(() => typeof props.item?.icon === 'string');
16
- const parentElement = ref();
17
- const titleElem = ref();
18
- const offsetWidth = ref(0);
19
- const scrollWidth = ref(0);
20
-
21
- const observer = new ResizeObserver(() => {
22
- offsetWidth.value = titleElem.value.offsetWidth;
23
- scrollWidth.value = titleElem.value.scrollWidth;
24
- });
25
-
26
- watch(
27
- parentElement,
28
- (newValue, oldValue) => {
29
- if (oldValue) {
30
- observer.unobserve(oldValue.$el);
31
- }
32
- if (newValue) {
33
- observer.observe(newValue.$el);
34
- }
35
- },
36
- { immediate: true },
37
- );
38
-
39
- const tooltip = computed(() => {
40
- // tooltipIteration.value -= 1;
41
- if (props.item?.tooltip) {
42
- return props.item.tooltip;
43
- }
44
- if (offsetWidth.value < scrollWidth.value) {
45
- return props.item?.title ?? '';
46
- }
47
- return '';
48
- });
49
-
50
- onUnmounted(() => {
51
- observer.disconnect();
52
- });
53
- </script>
54
-
55
- <template>
56
- <v-treeview-item v-if="item" ref="parentElement">
57
- <template #prepend v-if="item.icon">
58
- <v-icon v-if="isStringIcon" :size="16" class="mr-1">
59
- {{ item.icon }}
60
- </v-icon>
61
- <ImageElementInjector :element="item.icon" v-else />
62
- </template>
63
- <div class="text-truncate" ref="titleElem">
64
- {{ $st(item.title || item.name) }}
65
- </div>
66
- <v-tooltip
67
- activator="parent"
68
- :text="tooltip"
69
- v-if="tooltip"
70
- location="bottom"
71
- />
72
- <template #append>
73
- <VcsActionButtonList
74
- v-if="item.actions?.length > 0"
75
- :actions="item.actions"
76
- :overflow-count="3"
77
- :disabled="item.disabled"
78
- right
79
- class="col-4 pa-0 d-flex align-center"
80
- />
81
- </template>
82
- </v-treeview-item>
83
- </template>
@@ -1,156 +0,0 @@
1
- <template>
2
- <v-tooltip
3
- :disabled="!tooltip"
4
- :content-class="`tooltip ${arrowClass}`"
5
- transition="expand-x-transition"
6
- v-bind="{ ...$props, ...$attrs }"
7
- >
8
- <template #activator="{ props }">
9
- <slot name="activator" v-bind="props" />
10
- </template>
11
- <span v-if="tooltip">{{ $st(tooltip) }}</span>
12
- </v-tooltip>
13
- </template>
14
- <style lang="scss" scoped>
15
- //.v-tooltip__content.tooltip {
16
- // border: 1px solid black;
17
- // border-radius: 0;
18
- // background-color: #222222;
19
- //
20
- //&.arrow-top {
21
- // transform: translateY(-6px);
22
- //
23
- //&::after, &::before {
24
- // bottom: 100%;
25
- // left: 50%;
26
- // border: solid transparent;
27
- // content: "";
28
- // height: 0;
29
- // width: 0;
30
- // position: absolute;
31
- // pointer-events: none;
32
- // }
33
- //
34
- //&::before {
35
- // border-color: rgba(194, 225, 245, 0);
36
- // border-bottom-color: black;
37
- // border-width: 5px;
38
- // margin-left: -5px;
39
- // }
40
- //}
41
- //
42
- //&.arrow-bottom {
43
- // transform: translateY(6px);
44
- //
45
- //&::after, &::before {
46
- // top: 100%;
47
- // left: 50%;
48
- // border: solid transparent;
49
- // content: "";
50
- // height: 0;
51
- // width: 0;
52
- // position: absolute;
53
- // pointer-events: none;
54
- // }
55
- //
56
- //&::before {
57
- // border-color: rgba(194, 225, 245, 0);
58
- // border-top-color: black;
59
- // border-width: 5px;
60
- // margin-left: -5px;
61
- // }
62
- //}
63
- //
64
- //&.arrow-right {
65
- //&::after, &::before {
66
- // top: 50%;
67
- // right: -11px;
68
- // transform: translateY(-50%);
69
- // border: solid transparent;
70
- // content: "";
71
- // height: 0;
72
- // width: 0;
73
- // position: absolute;
74
- // pointer-events: none;
75
- // }
76
- //
77
- //&::before {
78
- // border-color: rgba(255, 0, 0, 0);
79
- // border-left-color: black;
80
- // border-width: 5px;
81
- // margin-left: -5px;
82
- // }
83
- //}
84
- //
85
- //&.arrow-left {
86
- //
87
- //&::after, &::before {
88
- // top: 50%;
89
- // left: -11px;
90
- // transform: translateY(-50%);
91
- // border: solid transparent;
92
- // content: "";
93
- // height: 0;
94
- // width: 0;
95
- // position: absolute;
96
- // pointer-events: none;
97
- // }
98
- //
99
- //&::before {
100
- // border-color: rgba(194, 225, 245, 0);
101
- // border-right-color: black;
102
- // border-width: 5px;
103
- // }
104
- //}
105
- //}
106
- </style>
107
- <script>
108
- import { VTooltip } from 'vuetify/components';
109
-
110
- /**
111
- * @enum {string} TooltipPositions
112
- * @property {string} bottom
113
- * @property {string} left
114
- * @property {string} top
115
- * @property {string} right
116
- * @readonly
117
- * @module VcsTooltip
118
- */
119
- const TooltipPositions = {
120
- bottom: 'arrow-top',
121
- top: 'arrow-bottom',
122
- left: 'arrow-right',
123
- right: 'arrow-left',
124
- };
125
-
126
- /**
127
- * @description tooltip extending {@link https://vuetifyjs.com/en/api/v-tooltip/|vuetify v-tooltip}.
128
- * @vue-prop {string} tooltip - Text content of a tooltip which appears on hover with default delay. This should be an i18n key.
129
- * @vue-prop {string} [tooltipPosition='bottom'] - Position of the tooltip (allowed values: 'bottom'|'left'|'top'|'right').
130
- * @vue-computed {string} arrowClass - direction of tooltip arrow
131
- */
132
- export default {
133
- name: 'VcsTooltip',
134
- components: {
135
- VTooltip,
136
- },
137
- props: {
138
- tooltip: {
139
- type: String,
140
- default: undefined,
141
- },
142
- tooltipPosition: {
143
- type: String,
144
- default: 'bottom',
145
- validator(value) {
146
- return Object.keys(TooltipPositions).includes(value);
147
- },
148
- },
149
- },
150
- computed: {
151
- arrowClass() {
152
- return TooltipPositions[this.tooltipPosition];
153
- },
154
- },
155
- };
156
- </script>
@@ -1,27 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- tooltip: {
3
- type: StringConstructor;
4
- default: undefined;
5
- };
6
- tooltipPosition: {
7
- type: StringConstructor;
8
- default: string;
9
- validator(value: unknown): boolean;
10
- };
11
- }, any, any, {
12
- arrowClass(): any;
13
- }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
14
- tooltip: {
15
- type: StringConstructor;
16
- default: undefined;
17
- };
18
- tooltipPosition: {
19
- type: StringConstructor;
20
- default: string;
21
- validator(value: unknown): boolean;
22
- };
23
- }>>, {
24
- tooltip: string;
25
- tooltipPosition: string;
26
- }, {}>;
27
- export default _default;
@@ -1,33 +0,0 @@
1
- /**
2
- * Creates a computed property with a getter and a setter for a specific primitive object property/key of the modelled object. This composable allows to pass the computed to an v-model of a sub component. The getter returns the value of the key. The setter merges the passed value with the other object properties of the modelled object and emits the whole object as a input event, and only the changed props as an change event.
3
- * @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.
4
- * @param {K} key The key of the modelObject that should be returned on get and updated on set.
5
- * @param {function(string, unknown[]):void} emit The emit function of the component context that is using this composable.
6
- * @returns {import('vue').WritableComputedRef<T[K]>} A computed with a getter and a setter.
7
- * @template {Record<string, unknown>} T
8
- * @template {string} K
9
- */
10
- export function usePrimitiveProperty<T extends Record<string, unknown>, K extends string>(modelObject: () => T, key: K, emit: (arg0: string, arg1: unknown[]) => void): import("vue").WritableComputedRef<T[K]>;
11
- /**
12
- * Creates an object with the entries of the input array as keys and computed properties as values. These have a getter and a setter for a specific entry of the array, that is an object property/key of the modelled object. This composable allows to pass the computeds to an v-model of a sub component. The getter returns the value of the array entry. The setter first merges the passed value with the other array entries, and then with the other object properties of the modelled object and emits the whole object as a input event, and only the changed props as an change event.
13
- * @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.
14
- * @param {K} key The key of the modelObject that should be returned on get and updated on set.
15
- * @param {function(string, unknown[]):void} emit The emit function of the component context that is using this composable.
16
- * @param {number} arrayLength The length of the array property.
17
- * @returns {import('vue').WritableComputedRef<T[K][number]>[]} An object with the provided names as keys and the corresponding computed properties with a getter and a setter.
18
- * @template {Object} T
19
- * @template {string} K
20
- */
21
- export function useArrayProperty<T extends Object, K extends string>(modelObject: () => T, key: K, emit: (arg0: string, arg1: unknown[]) => void, arrayLength: number): import("vue").WritableComputedRef<T[K][number]>[];
22
- /**
23
- * Creates a computed property that returns whether a specific key of the modelled object (value prop) is undefined or not. If set to true, the provided default value is applied to the key of the modelled object.
24
- * @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.
25
- * @param {K} key The key of the modelObject that should be return on get and updated on set.
26
- * @param {function(string, unknown[]):void} emit The emit function of the component context that is using this composable.
27
- * @param {D} valueDefault The defualt value that is set when `true` is provided to the setter of the computed property.
28
- * @returns {import('vue').WritableComputedRef<boolean>} A computed ref with a setter and a getter.
29
- * @template {Object} T
30
- * @template {string} K
31
- * @template D
32
- */
33
- export function useHasProperty<T extends Object, K extends string, D>(modelObject: () => T, key: K, emit: (arg0: string, arg1: unknown[]) => void, valueDefault: D): import('vue').WritableComputedRef<boolean>;
@@ -1,100 +0,0 @@
1
- import { computed } from 'vue';
2
-
3
- /**
4
- * Creates a computed property with a getter and a setter for a specific primitive object property/key of the modelled object. This composable allows to pass the computed to an v-model of a sub component. The getter returns the value of the key. The setter merges the passed value with the other object properties of the modelled object and emits the whole object as a input event, and only the changed props as an change event.
5
- * @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.
6
- * @param {K} key The key of the modelObject that should be returned on get and updated on set.
7
- * @param {function(string, unknown[]):void} emit The emit function of the component context that is using this composable.
8
- * @returns {import('vue').WritableComputedRef<T[K]>} A computed with a getter and a setter.
9
- * @template {Record<string, unknown>} T
10
- * @template {string} K
11
- */
12
- export function usePrimitiveProperty(modelObject, key, emit) {
13
- return computed({
14
- get() {
15
- return modelObject()[key];
16
- },
17
- set(value) {
18
- if (modelObject()[key] !== value) {
19
- const newParams = structuredClone(modelObject());
20
- const changedParams = { [key]: value ?? undefined };
21
- emit('update:modelValue', Object.assign(newParams, changedParams));
22
- emit('propertyChange', changedParams);
23
- }
24
- },
25
- });
26
- }
27
-
28
- /**
29
- * Creates an object with the entries of the input array as keys and computed properties as values. These have a getter and a setter for a specific entry of the array, that is an object property/key of the modelled object. This composable allows to pass the computeds to an v-model of a sub component. The getter returns the value of the array entry. The setter first merges the passed value with the other array entries, and then with the other object properties of the modelled object and emits the whole object as a input event, and only the changed props as an change event.
30
- * @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.
31
- * @param {K} key The key of the modelObject that should be returned on get and updated on set.
32
- * @param {function(string, unknown[]):void} emit The emit function of the component context that is using this composable.
33
- * @param {number} arrayLength The length of the array property.
34
- * @returns {import('vue').WritableComputedRef<T[K][number]>[]} An object with the provided names as keys and the corresponding computed properties with a getter and a setter.
35
- * @template {Object} T
36
- * @template {string} K
37
- */
38
- export function useArrayProperty(modelObject, key, emit, arrayLength) {
39
- return Array(arrayLength)
40
- .fill()
41
- .map((entry, index) => {
42
- return computed({
43
- get() {
44
- if (modelObject()?.[key]) {
45
- return modelObject()[key][index];
46
- } else {
47
- return undefined;
48
- }
49
- },
50
- set(value) {
51
- const newParams = structuredClone(modelObject());
52
- let changedParams;
53
- if (!modelObject()?.[key]) {
54
- const newArray = Array(arrayLength).fill();
55
- newArray[index] = value;
56
- changedParams = { [key]: newArray };
57
- } else if (modelObject()[key][index] !== value) {
58
- const newArray = [...modelObject()[key]];
59
- newArray[index] = value;
60
- changedParams = { [key]: newArray };
61
- }
62
-
63
- if (changedParams) {
64
- emit('update:modelValue', Object.assign(newParams, changedParams));
65
- emit('propertyChange', changedParams);
66
- }
67
- },
68
- });
69
- });
70
- }
71
-
72
- /**
73
- * Creates a computed property that returns whether a specific key of the modelled object (value prop) is undefined or not. If set to true, the provided default value is applied to the key of the modelled object.
74
- * @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.
75
- * @param {K} key The key of the modelObject that should be return on get and updated on set.
76
- * @param {function(string, unknown[]):void} emit The emit function of the component context that is using this composable.
77
- * @param {D} valueDefault The defualt value that is set when `true` is provided to the setter of the computed property.
78
- * @returns {import('vue').WritableComputedRef<boolean>} A computed ref with a setter and a getter.
79
- * @template {Object} T
80
- * @template {string} K
81
- * @template D
82
- */
83
- export function useHasProperty(modelObject, key, emit, valueDefault) {
84
- return computed({
85
- get() {
86
- return modelObject()?.[key] !== undefined;
87
- },
88
- set(value) {
89
- const newParams = structuredClone(modelObject());
90
- let changedParams;
91
- if (value) {
92
- changedParams = { [key]: valueDefault };
93
- } else {
94
- changedParams = { [key]: undefined };
95
- }
96
- emit('update:modelValue', Object.assign(newParams, changedParams));
97
- emit('propertyChange', changedParams);
98
- },
99
- });
100
- }
@@ -1,16 +0,0 @@
1
- <script setup>
2
- defineOptions({});
3
-
4
- defineProps({
5
- html: {
6
- type: String,
7
- required: true,
8
- },
9
- });
10
- </script>
11
-
12
- <template>
13
- <div class="pa-2" v-html="html" />
14
- </template>
15
-
16
- <style scoped lang="scss"></style>
@@ -1,7 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- html: string;
3
- $props: {
4
- readonly html?: string | undefined;
5
- };
6
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
7
- export default _default;
@@ -1,73 +0,0 @@
1
- .v-application .base {
2
- background-color: var(--v-base-base) !important;
3
- border-color: var(--v-base-base) !important;
4
- }
5
- .v-application .base.lighten-1 {
6
- background-color: var(--v-base-lighten1) !important;
7
- border-color: var(--v-base-lighten1) !important;
8
- }
9
- .v-application .base.lighten-2 {
10
- background-color: var(--v-base-lighten2) !important;
11
- border-color: var(--v-base-lighten2) !important;
12
- }
13
- .v-application .base.lighten-3 {
14
- background-color: var(--v-base-lighten3) !important;
15
- border-color: var(--v-base-lighten3) !important;
16
- }
17
- .v-application .base.lighten-4 {
18
- background-color: var(--v-base-lighten4) !important;
19
- border-color: var(--v-base-lighten4) !important;
20
- }
21
- .v-application .base.darken-1 {
22
- background-color: var(--v-base-darken1) !important;
23
- border-color: var(--v-base-darken1) !important;
24
- }
25
- .v-application .base.darken-2 {
26
- background-color: var(--v-base-darken2) !important;
27
- border-color: var(--v-base-darken2) !important;
28
- }
29
- .v-application .base.darken-3 {
30
- background-color: var(--v-base-darken3) !important;
31
- border-color: var(--v-base-darken3) !important;
32
- }
33
- .v-application .base.darken-4 {
34
- background-color: var(--v-base-darken4) !important;
35
- border-color: var(--v-base-darken4) !important;
36
- }
37
-
38
- .v-application .base--text {
39
- color: var(--v-base-base) !important;
40
- caret-color: var(--v-base-base) !important;
41
- }
42
- .v-application .base--text.text--lighten-1 {
43
- color: var(--v-base-lighten1) !important;
44
- caret-color: var(--v-base-lighten1) !important;
45
- }
46
- .v-application .base--text.text--lighten-2 {
47
- color: var(--v-base-lighten2) !important;
48
- caret-color: var(--v-base-lighten2) !important;
49
- }
50
- .v-application .base--text.text--lighten-3 {
51
- color: var(--v-base-lighten3) !important;
52
- caret-color: var(--v-base-lighten3) !important;
53
- }
54
- .v-application .base--text.text--lighten-4 {
55
- color: var(--v-base-lighten4) !important;
56
- caret-color: var(--v-base-lighten4) !important;
57
- }
58
- .v-application .base--text.text--darken-1 {
59
- color: var(--v-base-darken1) !important;
60
- caret-color: var(--v-base-darken1) !important;
61
- }
62
- .v-application .base--text.text--darken-2 {
63
- color: var(--v-base-darken2) !important;
64
- caret-color: var(--v-base-darken2) !important;
65
- }
66
- .v-application .base--text.text--darken-3 {
67
- color: var(--v-base-darken3) !important;
68
- caret-color: var(--v-base-darken3) !important;
69
- }
70
- .v-application .base--text.text--darken-4 {
71
- color: var(--v-base-darken4) !important;
72
- caret-color: var(--v-base-darken4) !important;
73
- }
@@ -1,6 +0,0 @@
1
- // @use 'vuetify';
2
- @use 'vuetify/settings' with (
3
- // $font-size-root: 13px,
4
- // $icon-size: 20px,
5
- /** Footer **/ // $footer-padding: 0px 0px, // 6px 16px !default;
6
- );
@@ -1,4 +0,0 @@
1
- $shades: (
2
- 'black': #222222,
3
- 'white': #ffffff,
4
- );