@vcmap/ui 5.3.2 → 6.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (589) hide show
  1. package/build/build.js +26 -4
  2. package/build/buildHelpers.js +6 -1
  3. package/build/buildTypes.js +18 -0
  4. package/build/commonViteConfig.js +7 -10
  5. package/build/generateOLLib.js +5 -1
  6. package/build/info/publish.js +2 -2
  7. package/build/lintTypes.js +5 -0
  8. package/build/staging/Dockerfile +1 -1
  9. package/config/base.config.json +5 -2
  10. package/config/dev.config.json +14 -10
  11. package/config/www.config.json +1 -1
  12. package/dist/assets/{cesium.a9cd10.js → cesium.6b12b4.js} +1654 -1692
  13. package/dist/assets/cesium.js +1 -1
  14. package/dist/assets/{core.5e0ca2.js → core.074b78.js} +2607 -2581
  15. package/dist/assets/core.js +1 -1
  16. package/dist/assets/index-ca7EmZ3d.js +1 -0
  17. package/dist/assets/{ol.8edcc5.js → ol.8b2e3a.js} +19259 -19196
  18. package/dist/assets/ol.js +1 -1
  19. package/dist/assets/ui.715986.css +1 -0
  20. package/dist/assets/ui.715986.js +34219 -0
  21. package/dist/assets/ui.js +1 -1
  22. package/dist/assets/vue.0f2c53.js +6096 -0
  23. package/dist/assets/vue.js +1 -5
  24. package/dist/assets/vuetify.28d881.css +5 -0
  25. package/dist/assets/vuetify.28d881.js +24605 -0
  26. package/dist/assets/vuetify.js +1 -5
  27. package/dist/index.html +1 -2
  28. package/index.d.ts +25 -9
  29. package/index.js +11 -29
  30. package/lib/vue.js +0 -1
  31. package/lib/vuetify.js +1 -2
  32. package/lib/vuetifyLib.js +6 -0
  33. package/package.json +23 -14
  34. package/plugins/@vcmap-show-case/buttons-example/package.json +2 -2
  35. package/plugins/@vcmap-show-case/buttons-example/src/ButtonsExample.vue +57 -61
  36. package/plugins/@vcmap-show-case/buttons-example/src/index.js +1 -1
  37. package/plugins/@vcmap-show-case/category-tester/package.json +2 -2
  38. package/plugins/@vcmap-show-case/category-tester/src/CategoriesExample.vue +12 -6
  39. package/plugins/@vcmap-show-case/category-tester/src/CollectionComponentOptions.vue +4 -4
  40. package/plugins/@vcmap-show-case/category-tester/src/FoobarEditor.vue +4 -4
  41. package/plugins/@vcmap-show-case/collection-manager-example/src/CollectionManagerExample.vue +11 -7
  42. package/plugins/@vcmap-show-case/config-editor/src/ConfigEditor.vue +2 -2
  43. package/plugins/@vcmap-show-case/extent-example/README.md +1 -1
  44. package/plugins/@vcmap-show-case/extent-example/src/index.js +11 -20
  45. package/plugins/@vcmap-show-case/flight-component-example/src/FlightExample.vue +3 -3
  46. package/plugins/@vcmap-show-case/form-inputs-example/src/FormInputsExample.vue +122 -169
  47. package/plugins/@vcmap-show-case/form-inputs-example/src/index.js +7 -8
  48. package/plugins/@vcmap-show-case/hello-world/src/helloWorld.vue +1 -1
  49. package/plugins/@vcmap-show-case/icons-example/src/AllIconsComponent.vue +1 -1
  50. package/plugins/@vcmap-show-case/list-example/src/ListExample.vue +33 -4
  51. package/plugins/@vcmap-show-case/notifier-tester/src/NotifierTester.vue +4 -6
  52. package/plugins/@vcmap-show-case/panel-tester/src/PanelExample.vue +3 -4
  53. package/plugins/@vcmap-show-case/project-selector/src/ModulesListComponent.vue +3 -7
  54. package/plugins/@vcmap-show-case/project-selector/src/ProjectSelectorComponent.vue +10 -16
  55. package/plugins/@vcmap-show-case/search-example/package.json +5 -0
  56. package/plugins/@vcmap-show-case/search-example/src/index.js +75 -0
  57. package/plugins/@vcmap-show-case/search-example/src/searchImpl.js +99 -0
  58. package/plugins/@vcmap-show-case/simple-graph/src/SimpleGraphComponent.vue +1 -1
  59. package/plugins/@vcmap-show-case/style-input-example/src/StyleExample.vue +1 -1
  60. package/plugins/@vcmap-show-case/table-example/src/DataTableExample.vue +32 -16
  61. package/plugins/@vcmap-show-case/textfields-example/src/TextfieldsExample.vue +7 -1
  62. package/plugins/@vcmap-show-case/theme-changer/src/ThemeChangerComponent.vue +3 -3
  63. package/plugins/@vcmap-show-case/theme-changer/src/index.js +2 -2
  64. package/plugins/@vcmap-show-case/toolbox-example/src/TriStateExampleWindow.vue +1 -1
  65. package/plugins/@vcmap-show-case/vector-properties-example/src/VectorPropertiesExample.vue +1 -1
  66. package/plugins/@vcmap-show-case/viewpoint-component-example/src/ViewpointExample.vue +4 -4
  67. package/plugins/@vcmap-show-case/window-tester/src/BrokenWindow.vue +17 -0
  68. package/plugins/@vcmap-show-case/window-tester/src/EmptyComponent.vue +1 -1
  69. package/plugins/@vcmap-show-case/window-tester/src/WindowExample.vue +10 -0
  70. package/plugins/@vcmap-show-case/window-tester/src/WindowExampleContent.vue +1 -1
  71. package/plugins/@vcmap-show-case/window-tester/src/WindowExampleToggleChild.vue +1 -1
  72. package/plugins/@vcmap-show-case/wizard-example/src/WizardExample.vue +1 -1
  73. package/src/actions/StyleSelector.vue +4 -34
  74. package/src/actions/StyleSelector.vue.d.ts +6 -4
  75. package/src/actions/actionHelper.js +6 -6
  76. package/src/actions/extentActions.d.ts +1 -2
  77. package/src/actions/extentActions.js +19 -8
  78. package/src/actions/flightActions.js +8 -8
  79. package/src/actions/listActions.d.ts +2 -2
  80. package/src/actions/listActions.js +3 -3
  81. package/src/actions/stateRefAction.js +3 -3
  82. package/src/application/VcsApp.vue +19 -28
  83. package/src/application/VcsApp.vue.d.ts +6 -6
  84. package/src/application/VcsAppWrapper.vue +1 -1
  85. package/src/application/VcsAppWrapper.vue.d.ts +2 -2
  86. package/src/application/VcsAttributions.vue +14 -18
  87. package/src/application/VcsAttributions.vue.d.ts +7 -7
  88. package/src/application/VcsAttributionsFooter.vue +1 -1
  89. package/src/application/VcsAttributionsFooter.vue.d.ts +2 -2
  90. package/src/application/VcsContainer.vue +13 -7
  91. package/src/application/VcsContainer.vue.d.ts +3 -2
  92. package/src/application/VcsCustomScreen.vue +1 -1
  93. package/src/application/VcsCustomScreen.vue.d.ts +2 -2
  94. package/src/application/VcsMainMap.vue +4 -1
  95. package/src/application/VcsMainMap.vue.d.ts +1 -1
  96. package/src/application/VcsMap.vue +21 -23
  97. package/src/application/VcsMap.vue.d.ts +2 -2
  98. package/src/application/VcsNavbar.vue +60 -56
  99. package/src/application/VcsNavbar.vue.d.ts +11 -8
  100. package/src/application/VcsPositionDisplay.vue +33 -46
  101. package/src/application/VcsPositionDisplay.vue.d.ts +3 -3
  102. package/src/application/VcsSettings.vue +19 -7
  103. package/src/application/VcsSettings.vue.d.ts +2 -1
  104. package/src/application/VcsSplashScreen.vue +3 -3
  105. package/src/application/VcsSplashScreen.vue.d.ts +3 -3
  106. package/src/application/VcsTextPage.vue +2 -2
  107. package/src/application/VcsTextPage.vue.d.ts +4 -4
  108. package/src/application/VcsTextPageFooter.vue +4 -4
  109. package/src/application/VcsTextPageFooter.vue.d.ts +2 -2
  110. package/src/application/attributionsHelper.d.ts +2 -2
  111. package/src/application/attributionsHelper.js +9 -9
  112. package/src/components/ImageElementInjector.vue.d.ts +2 -2
  113. package/src/components/attrsHelpers.d.ts +5 -0
  114. package/src/components/attrsHelpers.js +14 -0
  115. package/src/components/buttons/VcsActionButtonList.vue +6 -23
  116. package/src/components/buttons/VcsActionButtonList.vue.d.ts +3 -12
  117. package/src/components/buttons/VcsButton.vue +79 -90
  118. package/src/components/buttons/VcsButton.vue.d.ts +17 -32
  119. package/src/components/buttons/VcsFormButton.vue +77 -125
  120. package/src/components/buttons/VcsFormButton.vue.d.ts +8 -41
  121. package/src/components/buttons/VcsToolButton.vue +91 -94
  122. package/src/components/buttons/VcsToolButton.vue.d.ts +18 -25
  123. package/src/components/composables.d.ts +14 -0
  124. package/src/components/composables.js +31 -0
  125. package/src/components/{form-inputs-controls → extent}/VcsExtent.vue +22 -18
  126. package/src/components/{form-inputs-controls → extent}/VcsExtent.vue.d.ts +10 -7
  127. package/src/components/extent/VcsExtentEditor.vue +79 -0
  128. package/src/components/extent/VcsExtentEditor.vue.d.ts +37 -0
  129. package/src/components/flight/VcsFlightAnchorsComponent.vue +7 -2
  130. package/src/components/flight/VcsFlightAnchorsComponent.vue.d.ts +6 -6
  131. package/src/components/flight/VcsFlightComponent.vue +2 -1
  132. package/src/components/flight/VcsFlightComponent.vue.d.ts +4 -4
  133. package/src/components/flight/VcsFlightEditor.vue.d.ts +2 -2
  134. package/src/components/flight/VcsFlightPlayer.vue +2 -3
  135. package/src/components/flight/VcsFlightPlayer.vue.d.ts +3 -3
  136. package/src/components/form-inputs-controls/VcsCheckbox.vue +56 -80
  137. package/src/components/form-inputs-controls/VcsCheckbox.vue.d.ts +13 -4
  138. package/src/components/form-inputs-controls/VcsChipArrayInput.vue +128 -117
  139. package/src/components/form-inputs-controls/VcsChipArrayInput.vue.d.ts +17 -21
  140. package/src/components/form-inputs-controls/VcsCoordinate.vue +31 -41
  141. package/src/components/form-inputs-controls/VcsCoordinate.vue.d.ts +10 -11
  142. package/src/components/form-inputs-controls/VcsDatePicker.vue +39 -72
  143. package/src/components/form-inputs-controls/VcsDatePicker.vue.d.ts +75 -13
  144. package/src/components/form-inputs-controls/VcsFileInput.vue +100 -0
  145. package/src/components/form-inputs-controls/VcsFileInput.vue.d.ts +27 -0
  146. package/src/components/form-inputs-controls/VcsFormSection.vue +12 -12
  147. package/src/components/form-inputs-controls/VcsFormSection.vue.d.ts +6 -4
  148. package/src/components/form-inputs-controls/VcsLabel.vue +8 -28
  149. package/src/components/form-inputs-controls/VcsLabel.vue.d.ts +2 -11
  150. package/src/components/form-inputs-controls/VcsRadio.vue +80 -104
  151. package/src/components/form-inputs-controls/VcsRadio.vue.d.ts +35 -9
  152. package/src/components/form-inputs-controls/VcsSelect.vue +172 -153
  153. package/src/components/form-inputs-controls/VcsSelect.vue.d.ts +36 -9
  154. package/src/components/form-inputs-controls/VcsSlider.vue +71 -52
  155. package/src/components/form-inputs-controls/VcsSlider.vue.d.ts +6 -1
  156. package/src/components/form-inputs-controls/VcsTextArea.vue +126 -144
  157. package/src/components/form-inputs-controls/VcsTextArea.vue.d.ts +13 -10
  158. package/src/components/form-inputs-controls/VcsTextField.vue +95 -278
  159. package/src/components/form-inputs-controls/VcsTextField.vue.d.ts +33 -32
  160. package/src/components/form-inputs-controls/VcsWizard.vue +71 -77
  161. package/src/components/form-inputs-controls/VcsWizard.vue.d.ts +5 -5
  162. package/src/components/form-inputs-controls/VcsWizardStep.vue +14 -14
  163. package/src/components/form-inputs-controls/VcsWizardStep.vue.d.ts +4 -4
  164. package/src/components/form-inputs-controls/vcsTextField.scss +78 -0
  165. package/src/components/form-output/VcsFormattedNumber.vue +20 -27
  166. package/src/components/form-output/VcsFormattedNumber.vue.d.ts +7 -24
  167. package/src/components/icons/+all.js +1 -1
  168. package/src/components/icons/2DAreaIcon.vue +1 -7
  169. package/src/components/icons/2DAreaIcon.vue.d.ts +1 -1
  170. package/src/components/icons/2DDistanceIcon.vue +1 -7
  171. package/src/components/icons/2DDistanceIcon.vue.d.ts +1 -1
  172. package/src/components/icons/2DHeightObliqueIcon.vue.d.ts +1 -1
  173. package/src/components/icons/2DPointIcon.vue +0 -1
  174. package/src/components/icons/2DPointIcon.vue.d.ts +1 -1
  175. package/src/components/icons/3DAreaIcon.vue +1 -7
  176. package/src/components/icons/3DAreaIcon.vue.d.ts +1 -1
  177. package/src/components/icons/3DDistanceIcon.vue +1 -7
  178. package/src/components/icons/3DDistanceIcon.vue.d.ts +1 -1
  179. package/src/components/icons/3DHeightIcon.vue +1 -7
  180. package/src/components/icons/3DHeightIcon.vue.d.ts +1 -1
  181. package/src/components/icons/3DPointIcon.vue +0 -1
  182. package/src/components/icons/3DPointIcon.vue.d.ts +1 -1
  183. package/src/components/icons/AngleIcon.vue +1 -6
  184. package/src/components/icons/AngleIcon.vue.d.ts +1 -1
  185. package/src/components/icons/AssociationsIcon.vue +1 -6
  186. package/src/components/icons/AssociationsIcon.vue.d.ts +1 -1
  187. package/src/components/icons/AxisIcon.vue.d.ts +1 -1
  188. package/src/components/icons/BoundingBoxIcon.vue +1 -6
  189. package/src/components/icons/BoundingBoxIcon.vue.d.ts +1 -1
  190. package/src/components/icons/CheckboxCheckedIcon.vue.d.ts +1 -1
  191. package/src/components/icons/CheckboxIcon.vue +1 -6
  192. package/src/components/icons/CheckboxIcon.vue.d.ts +1 -1
  193. package/src/components/icons/CheckboxIndeterminateIcon.vue.d.ts +1 -1
  194. package/src/components/icons/CircleIcon.vue +1 -6
  195. package/src/components/icons/CircleIcon.vue.d.ts +1 -1
  196. package/src/components/icons/ClippingHorizontalIcon.vue +1 -6
  197. package/src/components/icons/ClippingHorizontalIcon.vue.d.ts +1 -1
  198. package/src/components/icons/ClippingIcon.vue +1 -6
  199. package/src/components/icons/ClippingIcon.vue.d.ts +1 -1
  200. package/src/components/icons/ClippingVerticalIcon.vue +1 -6
  201. package/src/components/icons/ClippingVerticalIcon.vue.d.ts +1 -1
  202. package/src/components/icons/ColorPickerIcon.vue +1 -6
  203. package/src/components/icons/ColorPickerIcon.vue.d.ts +1 -1
  204. package/src/components/icons/ColorSwatchIcon.vue +1 -7
  205. package/src/components/icons/ColorSwatchIcon.vue.d.ts +1 -1
  206. package/src/components/icons/CommentIcon.vue +1 -6
  207. package/src/components/icons/CommentIcon.vue.d.ts +1 -1
  208. package/src/components/icons/CompassIcon.vue +1 -13
  209. package/src/components/icons/CompassIcon.vue.d.ts +1 -1
  210. package/src/components/icons/ComponentsIcon.vue +1 -6
  211. package/src/components/icons/ComponentsIcon.vue.d.ts +1 -1
  212. package/src/components/icons/ComponentsPlusIcon.vue +0 -1
  213. package/src/components/icons/ComponentsPlusIcon.vue.d.ts +1 -1
  214. package/src/components/icons/ConeIcon.vue +1 -13
  215. package/src/components/icons/ConeIcon.vue.d.ts +1 -1
  216. package/src/components/icons/CrosshairIcon.vue +0 -2
  217. package/src/components/icons/CrosshairIcon.vue.d.ts +1 -1
  218. package/src/components/icons/DimensionsHouseIcon.vue +1 -7
  219. package/src/components/icons/DimensionsHouseIcon.vue.d.ts +1 -1
  220. package/src/components/icons/EditIcon.vue +1 -6
  221. package/src/components/icons/EditIcon.vue.d.ts +1 -1
  222. package/src/components/icons/EditVerticesIcon.vue +1 -6
  223. package/src/components/icons/EditVerticesIcon.vue.d.ts +1 -1
  224. package/src/components/icons/ElevationProfileIcon.vue +1 -6
  225. package/src/components/icons/ElevationProfileIcon.vue.d.ts +1 -1
  226. package/src/components/icons/ExportAreaIcon.vue +1 -6
  227. package/src/components/icons/ExportAreaIcon.vue.d.ts +1 -1
  228. package/src/components/icons/ExportFlightIcon.vue +1 -6
  229. package/src/components/icons/ExportFlightIcon.vue.d.ts +1 -1
  230. package/src/components/icons/ExportIcon.vue +1 -13
  231. package/src/components/icons/ExportIcon.vue.d.ts +1 -1
  232. package/src/components/icons/ExternalLinkIcon.vue +1 -6
  233. package/src/components/icons/ExternalLinkIcon.vue.d.ts +1 -1
  234. package/src/components/icons/EyeIcon.vue +1 -6
  235. package/src/components/icons/EyeIcon.vue.d.ts +1 -1
  236. package/src/components/icons/FastForwardIcon.vue +1 -6
  237. package/src/components/icons/FastForwardIcon.vue.d.ts +1 -1
  238. package/src/components/icons/FilterIcon.vue +1 -7
  239. package/src/components/icons/FilterIcon.vue.d.ts +1 -1
  240. package/src/components/icons/GlobalTerrainIcon.vue +1 -6
  241. package/src/components/icons/GlobalTerrainIcon.vue.d.ts +1 -1
  242. package/src/components/icons/GlobeNatureIcon.vue +1 -6
  243. package/src/components/icons/GlobeNatureIcon.vue.d.ts +1 -1
  244. package/src/components/icons/GroundIcon.vue +1 -6
  245. package/src/components/icons/GroundIcon.vue.d.ts +1 -1
  246. package/src/components/icons/HealthCareIndustriesIcon.vue +1 -6
  247. package/src/components/icons/HealthCareIndustriesIcon.vue.d.ts +1 -1
  248. package/src/components/icons/HelpIcon.vue +1 -6
  249. package/src/components/icons/HelpIcon.vue.d.ts +1 -1
  250. package/src/components/icons/HideIcon.vue +1 -6
  251. package/src/components/icons/HideIcon.vue.d.ts +1 -1
  252. package/src/components/icons/HomePointIcon.vue +1 -6
  253. package/src/components/icons/HomePointIcon.vue.d.ts +1 -1
  254. package/src/components/icons/HospitalsIcon.vue +1 -6
  255. package/src/components/icons/HospitalsIcon.vue.d.ts +1 -1
  256. package/src/components/icons/HouseIcon.vue +1 -6
  257. package/src/components/icons/HouseIcon.vue.d.ts +1 -1
  258. package/src/components/icons/ImportIcon.vue +1 -7
  259. package/src/components/icons/ImportIcon.vue.d.ts +1 -1
  260. package/src/components/icons/InfoIcon.vue +1 -6
  261. package/src/components/icons/InfoIcon.vue.d.ts +1 -1
  262. package/src/components/icons/KebabIcon.vue +1 -7
  263. package/src/components/icons/KebabIcon.vue.d.ts +1 -1
  264. package/src/components/icons/LabelIcon.vue +1 -13
  265. package/src/components/icons/LabelIcon.vue.d.ts +1 -1
  266. package/src/components/icons/LayersIcon.vue +1 -7
  267. package/src/components/icons/LayersIcon.vue.d.ts +1 -1
  268. package/src/components/icons/LegendIcon.vue +1 -6
  269. package/src/components/icons/LegendIcon.vue.d.ts +1 -1
  270. package/src/components/icons/LineIcon.vue +1 -13
  271. package/src/components/icons/LineIcon.vue.d.ts +1 -1
  272. package/src/components/icons/LinkIcon.vue +1 -6
  273. package/src/components/icons/LinkIcon.vue.d.ts +1 -1
  274. package/src/components/icons/LogoutIcon.vue +1 -6
  275. package/src/components/icons/LogoutIcon.vue.d.ts +1 -1
  276. package/src/components/icons/MapIcon.vue +1 -7
  277. package/src/components/icons/MapIcon.vue.d.ts +1 -1
  278. package/src/components/icons/MenuIcon.vue +1 -7
  279. package/src/components/icons/MenuIcon.vue.d.ts +1 -1
  280. package/src/components/icons/MinusIcon.vue +1 -7
  281. package/src/components/icons/MinusIcon.vue.d.ts +1 -1
  282. package/src/components/icons/MultiViewIcon.vue +1 -7
  283. package/src/components/icons/MultiViewIcon.vue.d.ts +1 -1
  284. package/src/components/icons/ObjectAttributeIcon.vue +1 -7
  285. package/src/components/icons/ObjectAttributeIcon.vue.d.ts +1 -1
  286. package/src/components/icons/ObjectSelectIcon.vue +1 -7
  287. package/src/components/icons/ObjectSelectIcon.vue.d.ts +1 -1
  288. package/src/components/icons/ObliqueViewIcon.vue +1 -7
  289. package/src/components/icons/ObliqueViewIcon.vue.d.ts +1 -1
  290. package/src/components/icons/PdfIcon.vue +1 -7
  291. package/src/components/icons/PdfIcon.vue.d.ts +1 -1
  292. package/src/components/icons/PedestrianIcon.vue +1 -6
  293. package/src/components/icons/PedestrianIcon.vue.d.ts +1 -1
  294. package/src/components/icons/PenIcon.vue +1 -6
  295. package/src/components/icons/PenIcon.vue.d.ts +1 -1
  296. package/src/components/icons/PlayCircleIcon.vue +1 -6
  297. package/src/components/icons/PlayCircleIcon.vue.d.ts +1 -1
  298. package/src/components/icons/PlusIcon.vue +1 -7
  299. package/src/components/icons/PlusIcon.vue.d.ts +1 -1
  300. package/src/components/icons/PoiIcon.vue +1 -6
  301. package/src/components/icons/PoiIcon.vue.d.ts +1 -1
  302. package/src/components/icons/PointIcon.vue +1 -7
  303. package/src/components/icons/PointIcon.vue.d.ts +1 -1
  304. package/src/components/icons/PointMeasurementIcon.vue.d.ts +1 -1
  305. package/src/components/icons/PointSelectIcon.vue +1 -6
  306. package/src/components/icons/PointSelectIcon.vue.d.ts +1 -1
  307. package/src/components/icons/PresentationModeIcon.vue +1 -6
  308. package/src/components/icons/PresentationModeIcon.vue.d.ts +1 -1
  309. package/src/components/icons/ProgressIcon.vue +0 -1
  310. package/src/components/icons/ProgressIcon.vue.d.ts +1 -1
  311. package/src/components/icons/QueryIcon.vue +1 -6
  312. package/src/components/icons/QueryIcon.vue.d.ts +1 -1
  313. package/src/components/icons/RectangleIcon.vue +1 -13
  314. package/src/components/icons/RectangleIcon.vue.d.ts +1 -1
  315. package/src/components/icons/ReturnIcon.vue +1 -6
  316. package/src/components/icons/ReturnIcon.vue.d.ts +1 -1
  317. package/src/components/icons/RewindIcon.vue +1 -6
  318. package/src/components/icons/RewindIcon.vue.d.ts +1 -1
  319. package/src/components/icons/RotateLeftIcon.vue +1 -6
  320. package/src/components/icons/RotateLeftIcon.vue.d.ts +1 -1
  321. package/src/components/icons/RotateRightIcon.vue +1 -6
  322. package/src/components/icons/RotateRightIcon.vue.d.ts +1 -1
  323. package/src/components/icons/ScreenshotIcon.vue +1 -6
  324. package/src/components/icons/ScreenshotIcon.vue.d.ts +1 -1
  325. package/src/components/icons/SearchIcon.vue +1 -6
  326. package/src/components/icons/SearchIcon.vue.d.ts +1 -1
  327. package/src/components/icons/ShadowIcon.vue +1 -7
  328. package/src/components/icons/ShadowIcon.vue.d.ts +1 -1
  329. package/src/components/icons/ShapesIcon.vue +1 -6
  330. package/src/components/icons/ShapesIcon.vue.d.ts +1 -1
  331. package/src/components/icons/ShareIcon.vue +1 -6
  332. package/src/components/icons/ShareIcon.vue.d.ts +1 -1
  333. package/src/components/icons/SimpleCircleFilledIcon.vue +1 -6
  334. package/src/components/icons/SimpleCircleFilledIcon.vue.d.ts +1 -1
  335. package/src/components/icons/SimpleCircleHalfFilledIcon.vue +1 -6
  336. package/src/components/icons/SimpleCircleHalfFilledIcon.vue.d.ts +1 -1
  337. package/src/components/icons/SimpleCircleOutlinedIcon.vue +1 -6
  338. package/src/components/icons/SimpleCircleOutlinedIcon.vue.d.ts +1 -1
  339. package/src/components/icons/SkipNextIcon.vue +1 -6
  340. package/src/components/icons/SkipNextIcon.vue.d.ts +1 -1
  341. package/src/components/icons/SkipPreviousIcon.vue +1 -6
  342. package/src/components/icons/SkipPreviousIcon.vue.d.ts +1 -1
  343. package/src/components/icons/SplitViewIcon.vue +1 -6
  344. package/src/components/icons/SplitViewIcon.vue.d.ts +1 -1
  345. package/src/components/icons/TerrainBoxIcon.vue +1 -6
  346. package/src/components/icons/TerrainBoxIcon.vue.d.ts +1 -1
  347. package/src/components/icons/TextStyleIcon.vue +1 -7
  348. package/src/components/icons/TextStyleIcon.vue.d.ts +1 -1
  349. package/src/components/icons/ThreeDimensionsIcon.vue +1 -6
  350. package/src/components/icons/ThreeDimensionsIcon.vue.d.ts +1 -1
  351. package/src/components/icons/ToolsIcon.vue +1 -7
  352. package/src/components/icons/ToolsIcon.vue.d.ts +1 -1
  353. package/src/components/icons/TouchIcon.vue +1 -7
  354. package/src/components/icons/TouchIcon.vue.d.ts +1 -1
  355. package/src/components/icons/TransparentTerrainIcon.vue +0 -1
  356. package/src/components/icons/TransparentTerrainIcon.vue.d.ts +1 -1
  357. package/src/components/icons/TrashCanIcon.vue +1 -7
  358. package/src/components/icons/TrashCanIcon.vue.d.ts +1 -1
  359. package/src/components/icons/TriangleIcon.vue +1 -6
  360. package/src/components/icons/TriangleIcon.vue.d.ts +1 -1
  361. package/src/components/icons/TwoDimensionsIcon.vue +1 -7
  362. package/src/components/icons/TwoDimensionsIcon.vue.d.ts +1 -1
  363. package/src/components/icons/UploadIcon.vue +1 -6
  364. package/src/components/icons/UploadIcon.vue.d.ts +1 -1
  365. package/src/components/icons/UserProfileIcon.vue +1 -7
  366. package/src/components/icons/UserProfileIcon.vue.d.ts +1 -1
  367. package/src/components/icons/UserShareIcon.vue +1 -6
  368. package/src/components/icons/UserShareIcon.vue.d.ts +1 -1
  369. package/src/components/icons/VideoRecorderIcon.vue +1 -6
  370. package/src/components/icons/VideoRecorderIcon.vue.d.ts +1 -1
  371. package/src/components/icons/ViewpointFlightIcon.vue +1 -6
  372. package/src/components/icons/ViewpointFlightIcon.vue.d.ts +1 -1
  373. package/src/components/icons/ViewpointIcon.vue +1 -6
  374. package/src/components/icons/ViewpointIcon.vue.d.ts +1 -1
  375. package/src/components/icons/Viewshed360Icon.vue +1 -7
  376. package/src/components/icons/Viewshed360Icon.vue.d.ts +1 -1
  377. package/src/components/icons/ViewshedConeIcon.vue +1 -7
  378. package/src/components/icons/ViewshedConeIcon.vue.d.ts +1 -1
  379. package/src/components/icons/ViewshedIcon.vue +1 -7
  380. package/src/components/icons/ViewshedIcon.vue.d.ts +1 -1
  381. package/src/components/icons/WalkingIcon.vue +1 -6
  382. package/src/components/icons/WalkingIcon.vue.d.ts +1 -1
  383. package/src/components/icons/WallIcon.vue +1 -6
  384. package/src/components/icons/WallIcon.vue.d.ts +1 -1
  385. package/src/components/icons/WandIcon.vue +1 -6
  386. package/src/components/icons/WandIcon.vue.d.ts +1 -1
  387. package/src/components/import/{FileDrop.vue → VcsFileDrop.vue} +21 -10
  388. package/src/components/import/VcsFileDrop.vue.d.ts +37 -0
  389. package/src/components/import/{ImportComponent.vue → VcsImportComponent.vue} +24 -12
  390. package/src/components/import/{ImportComponent.vue.d.ts → VcsImportComponent.vue.d.ts} +6 -3
  391. package/src/components/lists/VcsActionList.vue +15 -27
  392. package/src/components/lists/VcsActionList.vue.d.ts +3 -3
  393. package/src/components/lists/VcsList.vue +159 -152
  394. package/src/components/lists/VcsList.vue.d.ts +20 -20
  395. package/src/components/lists/VcsTreeview.vue +56 -43
  396. package/src/components/lists/VcsTreeview.vue.d.ts +3 -5
  397. package/src/components/lists/VcsTreeviewLeaf.vue +76 -75
  398. package/src/components/lists/VcsTreeviewLeaf.vue.d.ts +5 -17
  399. package/src/components/lists/VcsTreeviewSearchbar.vue +39 -83
  400. package/src/components/lists/VcsTreeviewSearchbar.vue.d.ts +2 -20
  401. package/src/components/modelHelper.d.ts +25 -0
  402. package/src/components/modelHelper.js +88 -0
  403. package/src/components/notification/VcsBadge.vue +8 -6
  404. package/src/components/notification/VcsBadge.vue.d.ts +2 -2
  405. package/src/components/notification/VcsHelp.vue +19 -14
  406. package/src/components/notification/VcsHelp.vue.d.ts +2 -2
  407. package/src/components/notification/VcsTooltip.vue +4 -8
  408. package/src/components/notification/VcsTooltip.vue.d.ts +3 -3
  409. package/src/components/plugins/AbstractConfigEditor.vue +5 -5
  410. package/src/components/plugins/AbstractConfigEditor.vue.d.ts +2 -2
  411. package/src/components/style/MenuWrapper.vue +10 -11
  412. package/src/components/style/MenuWrapper.vue.d.ts +5 -5
  413. package/src/components/style/VcsFeatureStyleComponent.vue +1 -1
  414. package/src/components/style/VcsFeatureStyleComponent.vue.d.ts +7 -7
  415. package/src/components/style/VcsFillMenu.vue +5 -6
  416. package/src/components/style/VcsFillMenu.vue.d.ts +5 -5
  417. package/src/components/style/VcsFillSelector.vue +6 -7
  418. package/src/components/style/VcsFillSelector.vue.d.ts +5 -5
  419. package/src/components/style/VcsImageMenu.vue +13 -9
  420. package/src/components/style/VcsImageMenu.vue.d.ts +5 -5
  421. package/src/components/style/VcsImageSelector.vue +36 -32
  422. package/src/components/style/VcsImageSelector.vue.d.ts +11 -11
  423. package/src/components/style/VcsStrokeMenu.vue +6 -7
  424. package/src/components/style/VcsStrokeMenu.vue.d.ts +5 -5
  425. package/src/components/style/VcsStrokeSelector.vue +19 -13
  426. package/src/components/style/VcsStrokeSelector.vue.d.ts +5 -5
  427. package/src/components/style/VcsTextMenu.vue +9 -8
  428. package/src/components/style/VcsTextMenu.vue.d.ts +5 -5
  429. package/src/components/style/VcsTextSelector.vue +14 -11
  430. package/src/components/style/VcsTextSelector.vue.d.ts +10 -10
  431. package/src/components/style/VcsVectorStyleComponent.vue +4 -4
  432. package/src/components/style/VcsVectorStyleComponent.vue.d.ts +8 -8
  433. package/src/components/style/composables.js +4 -1
  434. package/src/components/tables/VcsDataTable.vue +152 -207
  435. package/src/components/tables/VcsDataTable.vue.d.ts +10 -36
  436. package/src/components/tables/VcsTable.vue +13 -18
  437. package/src/components/tables/VcsTable.vue.d.ts +4 -4
  438. package/src/components/vector-properties/VcsFeatureEditingWindow.vue +2 -2
  439. package/src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts +4 -4
  440. package/src/components/vector-properties/VcsFeatureTransforms.vue +5 -1
  441. package/src/components/vector-properties/VcsFeatureTransforms.vue.d.ts +2 -2
  442. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue +54 -47
  443. package/src/components/vector-properties/VcsVectorPropertiesComponent.vue.d.ts +7 -7
  444. package/src/components/vector-properties/composables.js +3 -3
  445. package/src/components/viewpoint/VcsViewpointComponent.vue +56 -104
  446. package/src/components/viewpoint/VcsViewpointComponent.vue.d.ts +14 -22
  447. package/src/components/viewpoint/VcsViewpointEditor.vue +2 -5
  448. package/src/components/viewpoint/VcsViewpointEditor.vue.d.ts +3 -3
  449. package/src/contentTree/LayerTree.vue +31 -10
  450. package/src/contentTree/LayerTree.vue.d.ts +3 -3
  451. package/src/contentTree/contentTreeCollection.d.ts +2 -2
  452. package/src/contentTree/contentTreeCollection.js +6 -8
  453. package/src/contentTree/contentTreeItem.d.ts +11 -11
  454. package/src/contentTree/contentTreeItem.js +8 -7
  455. package/src/contentTree/flightContentTreeItem.js +5 -4
  456. package/src/contentTree/viewpointContentTreeItem.d.ts +1 -1
  457. package/src/featureInfo/AddressBalloonComponent.vue +24 -26
  458. package/src/featureInfo/AddressBalloonComponent.vue.d.ts +1 -1
  459. package/src/featureInfo/BalloonComponent.vue +21 -29
  460. package/src/featureInfo/BalloonComponent.vue.d.ts +2 -2
  461. package/src/featureInfo/IframeComponent.vue.d.ts +2 -2
  462. package/src/featureInfo/MarkdownBalloonComponent.vue.d.ts +2 -2
  463. package/src/featureInfo/MarkdownComponent.vue +16 -0
  464. package/src/featureInfo/MarkdownComponent.vue.d.ts +7 -0
  465. package/src/featureInfo/abstractFeatureInfoView.d.ts +5 -5
  466. package/src/featureInfo/abstractFeatureInfoView.js +2 -2
  467. package/src/featureInfo/balloonFeatureInfoView.d.ts +2 -2
  468. package/src/featureInfo/balloonFeatureInfoView.js +1 -1
  469. package/src/featureInfo/featureInfo.js +2 -2
  470. package/src/featureInfo/markdownFeatureInfoView.js +1 -15
  471. package/src/i18n/de.d.ts +105 -0
  472. package/src/i18n/de.js +14 -5
  473. package/src/i18n/en.d.ts +105 -0
  474. package/src/i18n/en.js +14 -5
  475. package/src/init.js +10 -12
  476. package/src/legend/StyleLegendItem.vue +32 -28
  477. package/src/legend/StyleLegendItem.vue.d.ts +3 -2
  478. package/src/legend/VcsLegend.vue +19 -20
  479. package/src/legend/VcsLegend.vue.d.ts +8 -6
  480. package/src/legend/legendHelper.d.ts +2 -2
  481. package/src/legend/legendHelper.js +9 -8
  482. package/src/manager/buttonManager.d.ts +2 -2
  483. package/src/manager/buttonManager.js +6 -4
  484. package/src/manager/collectionManager/CollectionComponent.vue +30 -26
  485. package/src/manager/collectionManager/CollectionComponent.vue.d.ts +14 -2
  486. package/src/manager/collectionManager/CollectionComponentContent.vue +9 -11
  487. package/src/manager/collectionManager/CollectionComponentContent.vue.d.ts +1 -1
  488. package/src/manager/collectionManager/CollectionComponentList.vue +3 -3
  489. package/src/manager/collectionManager/CollectionComponentList.vue.d.ts +2 -2
  490. package/src/manager/collectionManager/CollectionComponentProvider.vue +1 -1
  491. package/src/manager/collectionManager/CollectionComponentProvider.vue.d.ts +2 -2
  492. package/src/manager/collectionManager/CollectionComponentStandalone.vue +1 -1
  493. package/src/manager/collectionManager/CollectionComponentStandalone.vue.d.ts +1 -1
  494. package/src/manager/collectionManager/CollectionManager.vue +11 -9
  495. package/src/manager/collectionManager/CollectionManager.vue.d.ts +1 -1
  496. package/src/manager/collectionManager/categoryManager.d.ts +2 -2
  497. package/src/manager/collectionManager/collectionComponentClass.d.ts +6 -6
  498. package/src/manager/collectionManager/collectionComponentClass.js +3 -3
  499. package/src/manager/collectionManager/collectionManager.d.ts +5 -4
  500. package/src/manager/collectionManager/collectionManager.js +4 -2
  501. package/src/manager/collectionManager/editorCollectionComponentClass.d.ts +1 -1
  502. package/src/manager/contextMenu/ContextMenuComponent.vue.d.ts +2 -2
  503. package/src/manager/panel/PanelComponent.vue.d.ts +2 -2
  504. package/src/manager/panel/PanelManagerComponent.vue +7 -5
  505. package/src/manager/panel/PanelManagerComponent.vue.d.ts +4 -4
  506. package/src/manager/panel/panelManager.d.ts +6 -6
  507. package/src/manager/panel/panelManager.js +4 -4
  508. package/src/manager/toolbox/GroupToolboxComponent.vue +10 -34
  509. package/src/manager/toolbox/GroupToolboxComponent.vue.d.ts +3 -4
  510. package/src/manager/toolbox/SelectToolboxComponent.vue +12 -58
  511. package/src/manager/toolbox/SelectToolboxComponent.vue.d.ts +2 -3
  512. package/src/manager/toolbox/ToolboxManager.vue +12 -38
  513. package/src/manager/toolbox/ToolboxManager.vue.d.ts +3 -2
  514. package/src/manager/toolbox/toolboxManager.d.ts +3 -3
  515. package/src/manager/toolbox/toolboxManager.js +2 -3
  516. package/src/manager/window/WindowComponent.vue +3 -2
  517. package/src/manager/window/WindowComponent.vue.d.ts +2 -2
  518. package/src/manager/window/WindowComponentHeader.vue +8 -4
  519. package/src/manager/window/WindowComponentHeader.vue.d.ts +3 -3
  520. package/src/manager/window/WindowManager.vue +4 -9
  521. package/src/manager/window/WindowManager.vue.d.ts +2 -2
  522. package/src/manager/window/windowManager.d.ts +52 -46
  523. package/src/manager/window/windowManager.js +33 -10
  524. package/src/navigation/MapNavCompass.vue.d.ts +3 -3
  525. package/src/navigation/MapNavigation.vue +11 -7
  526. package/src/navigation/MapNavigation.vue.d.ts +6 -3
  527. package/src/navigation/ObliqueRotation.vue +15 -17
  528. package/src/navigation/ObliqueRotation.vue.d.ts +5 -5
  529. package/src/navigation/OrientationToolsButton.vue +9 -4
  530. package/src/navigation/OrientationToolsButton.vue.d.ts +2 -2
  531. package/src/navigation/TiltSlider.vue +39 -42
  532. package/src/navigation/TiltSlider.vue.d.ts +5 -5
  533. package/src/navigation/VcsCompass.vue +15 -8
  534. package/src/navigation/VcsCompass.vue.d.ts +6 -6
  535. package/src/navigation/VcsZoomButton.vue +12 -14
  536. package/src/navigation/VcsZoomButton.vue.d.ts +2 -2
  537. package/src/navigation/locatorHelper.js +1 -1
  538. package/src/navigation/overviewMap.d.ts +1 -1
  539. package/src/navigation/overviewMap.js +3 -3
  540. package/src/notifier/NotifierComponent.vue +18 -21
  541. package/src/notifier/NotifierComponent.vue.d.ts +1 -1
  542. package/src/notifier/notifier.d.ts +2 -1
  543. package/src/notifier/notifier.js +6 -2
  544. package/src/search/ResultItem.vue +14 -13
  545. package/src/search/ResultItem.vue.d.ts +2 -2
  546. package/src/search/ResultsComponent.vue +13 -24
  547. package/src/search/ResultsComponent.vue.d.ts +2 -2
  548. package/src/search/SearchComponent.vue +16 -15
  549. package/src/search/SearchComponent.vue.d.ts +2 -2
  550. package/src/search/search.d.ts +2 -2
  551. package/src/search/search.js +6 -10
  552. package/src/setup.js +2 -2
  553. package/src/styles/_typography.scss +11 -7
  554. package/src/styles/main.scss +6 -3
  555. package/src/styles/settings.scss +6 -0
  556. package/src/styles/variables.scss +10 -8
  557. package/src/styles/vcsGrid.scss +0 -10
  558. package/src/styles/vcsList.scss +8 -0
  559. package/src/vcsUiApp.d.ts +128 -21
  560. package/src/vcsUiApp.js +53 -24
  561. package/src/vuePlugins/i18n.d.ts +8 -2
  562. package/src/vuePlugins/i18n.js +32 -11
  563. package/src/vuePlugins/vuetify.d.ts +79 -9
  564. package/src/vuePlugins/vuetify.js +173 -68
  565. package/dist/assets/index-2c09148f.js +0 -1
  566. package/dist/assets/ui.078e16.css +0 -5
  567. package/dist/assets/ui.078e16.js +0 -23835
  568. package/dist/assets/vue.007115.js +0 -4920
  569. package/dist/assets/vuetify.6ef1af.css +0 -5
  570. package/dist/assets/vuetify.6ef1af.js +0 -21263
  571. package/plugins/@vcmap-show-case/extent-example/src/ExtentExample.vue +0 -71
  572. package/src/components/form-inputs-controls/VcsRadioGrid.vue +0 -160
  573. package/src/components/form-inputs-controls/VcsRadioGrid.vue.d.ts +0 -35
  574. package/src/components/form-inputs-controls/composables.d.ts +0 -7
  575. package/src/components/form-inputs-controls/composables.js +0 -31
  576. package/src/components/import/FileDrop.vue.d.ts +0 -26
  577. package/src/styles/utils/_all.scss +0 -12
  578. package/src/styles/utils/_border.scss +0 -7
  579. package/src/styles/utils/_cursor.scss +0 -19
  580. package/src/styles/utils/_display.scss +0 -3
  581. package/src/styles/utils/_fade-in.scss +0 -8
  582. package/src/styles/utils/_position.scss +0 -38
  583. package/src/styles/utils/_size.scss +0 -79
  584. package/src/styles/utils/_slide-in.scss +0 -26
  585. package/src/styles/utils/_spacing.scss +0 -11
  586. package/src/styles/utils/_text.scss +0 -30
  587. package/src/styles/utils/_transform.scss +0 -11
  588. package/src/styles/utils/_transition.scss +0 -11
  589. package/src/styles/utils/_z-index.scss +0 -15
@@ -1,5 +1 @@
1
- export * from "./vuetify.6ef1af.js";
2
- import { default as f } from "./vuetify.6ef1af.js";
3
- export {
4
- f as default
5
- };
1
+ export * from "./vuetify.28d881.js";
package/dist/index.html CHANGED
@@ -95,7 +95,7 @@
95
95
  }
96
96
  }
97
97
  </style>
98
- <script type="module" crossorigin src="./assets/index-2c09148f.js"></script>
98
+ <script type="module" crossorigin src="./assets/index-ca7EmZ3d.js"></script>
99
99
  </head>
100
100
  <body style="height: 100vh; margin: 0;">
101
101
  <noscript>
@@ -107,6 +107,5 @@
107
107
  <div id="loading-content"></div>
108
108
  </div>
109
109
  </div>
110
-
111
110
  </body>
112
111
  </html>
package/index.d.ts CHANGED
@@ -130,8 +130,6 @@ export { default as VcsCheckbox } from "./src/components/form-inputs-controls/Vc
130
130
  export type * from "./src/components/form-inputs-controls/VcsCheckbox.vue.d.ts";
131
131
  export { default as VcsRadio } from "./src/components/form-inputs-controls/VcsRadio.vue";
132
132
  export type * from "./src/components/form-inputs-controls/VcsRadio.vue.d.ts";
133
- export { default as VcsRadioGrid } from "./src/components/form-inputs-controls/VcsRadioGrid.vue";
134
- export type * from "./src/components/form-inputs-controls/VcsRadioGrid.vue.d.ts";
135
133
  export { default as VcsFormSection } from "./src/components/form-inputs-controls/VcsFormSection.vue";
136
134
  export type * from "./src/components/form-inputs-controls/VcsFormSection.vue.d.ts";
137
135
  export { default as VcsSelect } from "./src/components/form-inputs-controls/VcsSelect.vue";
@@ -140,6 +138,8 @@ export { default as VcsSlider } from "./src/components/form-inputs-controls/VcsS
140
138
  export type * from "./src/components/form-inputs-controls/VcsSlider.vue.d.ts";
141
139
  export { default as VcsTextField } from "./src/components/form-inputs-controls/VcsTextField.vue";
142
140
  export type * from "./src/components/form-inputs-controls/VcsTextField.vue.d.ts";
141
+ export { default as VcsFileInput } from "./src/components/form-inputs-controls/VcsFileInput.vue";
142
+ export type * from "./src/components/form-inputs-controls/VcsFileInput.vue.d.ts";
143
143
  export { default as VcsChipArrayInput } from "./src/components/form-inputs-controls/VcsChipArrayInput.vue";
144
144
  export type * from "./src/components/form-inputs-controls/VcsChipArrayInput.vue.d.ts";
145
145
  export { default as VcsCoordinate } from "./src/components/form-inputs-controls/VcsCoordinate.vue";
@@ -182,8 +182,10 @@ export { default as VcsTextSelector } from "./src/components/style/VcsTextSelect
182
182
  export type * from "./src/components/style/VcsTextSelector.vue.d.ts";
183
183
  export { default as VcsTextMenu } from "./src/components/style/VcsTextMenu.vue";
184
184
  export type * from "./src/components/style/VcsTextMenu.vue.d.ts";
185
- export { default as VcsExtent } from "./src/components/form-inputs-controls/VcsExtent.vue";
186
- export type * from "./src/components/form-inputs-controls/VcsExtent.vue.d.ts";
185
+ export { default as VcsExtent } from "./src/components/extent/VcsExtent.vue";
186
+ export type * from "./src/components/extent/VcsExtent.vue.d.ts";
187
+ export { default as VcsExtentEditor } from "./src/components/extent/VcsExtentEditor.vue";
188
+ export type * from "./src/components/extent/VcsExtentEditor.vue.d.ts";
187
189
  export { default as VcsViewpointComponent } from "./src/components/viewpoint/VcsViewpointComponent.vue";
188
190
  export type * from "./src/components/viewpoint/VcsViewpointComponent.vue.d.ts";
189
191
  export { default as VcsViewpointEditor } from "./src/components/viewpoint/VcsViewpointEditor.vue";
@@ -202,14 +204,18 @@ export { default as VcsFeatureStyleComponent } from "./src/components/style/VcsF
202
204
  export type * from "./src/components/style/VcsFeatureStyleComponent.vue.d.ts";
203
205
  export { default as AbstractConfigEditor } from "./src/components/plugins/AbstractConfigEditor.vue";
204
206
  export type * from "./src/components/plugins/AbstractConfigEditor.vue.d.ts";
205
- export { default as FileDrop } from "./src/components/import/FileDrop.vue";
206
- export type * from "./src/components/import/FileDrop.vue.d.ts";
207
- export { default as ImportComponent } from "./src/components/import/ImportComponent.vue";
208
- export type * from "./src/components/import/ImportComponent.vue.d.ts";
207
+ export { default as VcsFileDrop } from "./src/components/import/VcsFileDrop.vue";
208
+ export type * from "./src/components/import/VcsFileDrop.vue.d.ts";
209
+ export { default as VcsImportComponent } from "./src/components/import/VcsImportComponent.vue";
210
+ export type * from "./src/components/import/VcsImportComponent.vue.d.ts";
209
211
  export { default as VcsSplashScreen } from "./src/application/VcsSplashScreen.vue";
210
212
  export type * from "./src/application/VcsSplashScreen.vue.d.ts";
211
213
  export { default as VcsCustomScreen } from "./src/application/VcsCustomScreen.vue";
212
214
  export type * from "./src/application/VcsCustomScreen.vue.d.ts";
215
+ export * from "./src/components/attrsHelpers.js";
216
+ export type * from "./src/components/attrsHelpers.d.ts";
217
+ export * from "./src/components/modelHelper.js";
218
+ export type * from "./src/components/modelHelper.d.ts";
213
219
  export { createMapButtonAction, createToggleAction, createOverviewMapAction, createModalAction, createLinkAction, createGoToViewpointAction, createZoomToFeatureAction } from "./src/actions/actionHelper.js";
214
220
  export type * from "./src/actions/actionHelper.d.ts";
215
221
  export { parseAndSanitizeMarkdown, replaceAttributes } from "./src/application/markdownHelper.js";
@@ -256,7 +262,7 @@ export { getWindowComponentOptions, default as OverviewMap } from "./src/navigat
256
262
  export type * from "./src/navigation/overviewMap.d.ts";
257
263
  export { createVueI18n, setupI18n } from "./src/vuePlugins/i18n.js";
258
264
  export type * from "./src/vuePlugins/i18n.d.ts";
259
- export { createVuetify, vuetify, getColorByKey, getDefaultPrimaryColor } from "./src/vuePlugins/vuetify.js";
265
+ export { createVcsThemes, createVcsVuetify, getColorByKey, getDefaultPrimaryColor, useItemHeight } from "./src/vuePlugins/vuetify.js";
260
266
  export type * from "./src/vuePlugins/vuetify.d.ts";
261
267
  export { downloadURI, downloadBlob, downloadText, downloadCanvas } from "./src/downloadHelper.js";
262
268
  export type * from "./src/downloadHelper.d.ts";
@@ -278,3 +284,13 @@ export { getProvidedFlightInstance, setupFlightAnchorEditingListener } from "./s
278
284
  export type * from "./src/components/flight/composables.d.ts";
279
285
  export { default as VcsFeatureEditingWindow, EditorTransformationIcons, getAllowedEditorTransformationModes } from "./src/components/vector-properties/VcsFeatureEditingWindow.vue";
280
286
  export type * from "./src/components/vector-properties/VcsFeatureEditingWindow.vue.d.ts";
287
+
288
+ declare module 'vue' {
289
+ type ReplaceFirstParam<TParams extends readonly any[], TReplace> = {
290
+ [K in keyof TParams]: K extends "0" ? TReplace : TParams[K]
291
+ }
292
+
293
+ interface ComponentCustomProperties {
294
+ $st: (...params: ReplaceFirstParam<Parameters<import("vue-i18n").ComposerTranslation>, string | null | undefined>) => ReturnType<import("vue-i18n").ComposerTranslation>
295
+ }
296
+ }
package/index.js CHANGED
@@ -45,7 +45,6 @@ export {
45
45
  createListImportAction,
46
46
  importIntoLayer,
47
47
  } from './src/actions/listActions.js';
48
-
49
48
  export {
50
49
  default as VcsCallback,
51
50
  executeCallbacks,
@@ -54,7 +53,6 @@ export { default as ActivateLayersCallback } from './src/callback/activateLayers
54
53
  export { default as DeactivateLayersCallback } from './src/callback/deactivateLayersCallback.js';
55
54
  export { default as GoToViewpointCallback } from './src/callback/goToViewpointCallback.js';
56
55
  export { default as ApplyLayerStyleCallback } from './src/callback/applyLayerStyleCallback.js';
57
-
58
56
  export { default as VcsNavbar } from './src/application/VcsNavbar.vue';
59
57
  export {
60
58
  default as VcsApp,
@@ -64,7 +62,6 @@ export {
64
62
  } from './src/application/VcsApp.vue';
65
63
  export { default as VcsAppWrapper } from './src/application/VcsAppWrapper.vue';
66
64
  export { default as VcsMap } from './src/application/VcsMap.vue';
67
-
68
65
  export {
69
66
  default as ContentTreeCollection,
70
67
  createContentTreeCollection,
@@ -84,7 +81,6 @@ export { default as ObliqueCollectionContentTreeItem } from './src/contentTree/o
84
81
  export { default as SubContentTreeItem } from './src/contentTree/subContentTreeItem.js';
85
82
  export { default as VcsObjectContentTreeItem } from './src/contentTree/vcsObjectContentTreeItem.js';
86
83
  export { default as ViewpointContentTreeItem } from './src/contentTree/viewpointContentTreeItem.js';
87
-
88
84
  export { default as WindowComponent } from './src/manager/window/WindowComponent.vue';
89
85
  export { default as WindowComponentHeader } from './src/manager/window/WindowComponentHeader.vue';
90
86
  export { default as VcsWindowManager } from './src/manager/window/WindowManager.vue';
@@ -111,14 +107,12 @@ export {
111
107
  applyParentPosition,
112
108
  getPositionAppliedOnTarget,
113
109
  } from './src/manager/window/windowHelper.js';
114
-
115
110
  export {
116
111
  default as PanelManager,
117
112
  PanelLocation,
118
113
  } from './src/manager/panel/panelManager.js';
119
114
  export { default as PanelManagerComponent } from './src/manager/panel/PanelManagerComponent.vue';
120
115
  export { default as PanelComponent } from './src/manager/panel/PanelComponent.vue';
121
-
122
116
  export { default as ButtonManager } from './src/manager/buttonManager.js';
123
117
  export {
124
118
  default as NavbarManager,
@@ -149,7 +143,6 @@ export { default as CollectionComponentContent } from './src/manager/collectionM
149
143
  export { default as ContextMenuManager } from './src/manager/contextMenu/contextMenuManager.js';
150
144
  export { default as ContextMenuComponent } from './src/manager/contextMenu/ContextMenuComponent.vue';
151
145
  export { default as ContextMenuInteraction } from './src/manager/contextMenu/contextMenuInteraction.js';
152
-
153
146
  export {
154
147
  applyKeyMapping,
155
148
  applyValueMapping,
@@ -190,14 +183,15 @@ export { default as OverviewMapClickedInteraction } from './src/navigation/overv
190
183
  export { default as TiltSlider } from './src/navigation/TiltSlider.vue';
191
184
  export { default as VcsCompass } from './src/navigation/VcsCompass.vue';
192
185
  export { default as VcsZoomButton } from './src/navigation/VcsZoomButton.vue';
193
-
186
+ //
194
187
  export { createVueI18n, setupI18n } from './src/vuePlugins/i18n.js';
195
188
  export { i18nPluginSymbol } from './src/i18n/i18nCollection.js';
196
189
  export {
197
- createVuetify,
198
- vuetify,
190
+ createVcsThemes,
191
+ createVcsVuetify,
199
192
  getColorByKey,
200
193
  getDefaultPrimaryColor,
194
+ useItemHeight,
201
195
  } from './src/vuePlugins/vuetify.js';
202
196
  export {
203
197
  downloadURI,
@@ -240,49 +234,36 @@ export { default as VcsFormButton } from './src/components/buttons/VcsFormButton
240
234
  export { default as VcsActionButtonList } from './src/components/buttons/VcsActionButtonList.vue';
241
235
  export { default as VcsTooltip } from './src/components/notification/VcsTooltip.vue';
242
236
  export { default as VcsHelp } from './src/components/notification/VcsHelp.vue';
243
-
244
237
  export { default as VcsTable } from './src/components/tables/VcsTable.vue';
245
238
  export { default as VcsDataTable } from './src/components/tables/VcsDataTable.vue';
246
-
247
- // export { default as VcsConfirmationDialog } from './src/components/dialogs/VcsConfirmationDialog.vue';
248
-
249
239
  export { default as VcsLabel } from './src/components/form-inputs-controls/VcsLabel.vue';
250
240
  export { default as VcsCheckbox } from './src/components/form-inputs-controls/VcsCheckbox.vue';
251
241
  export { default as VcsRadio } from './src/components/form-inputs-controls/VcsRadio.vue';
252
- export { default as VcsRadioGrid } from './src/components/form-inputs-controls/VcsRadioGrid.vue';
253
- // export { default as VcsColorPicker } from './src/components/form-inputs-controls/VcsColorPicker.vue';
254
242
  export { default as VcsFormSection } from './src/components/form-inputs-controls/VcsFormSection.vue';
255
- // export { default as VcsInputColumnCoordinates } from './src/components/form-inputs-controls/VcsInputColumnCoordinates.vue';
256
- // export { default as VcsInputColumnDimensions } from './src/components/form-inputs-controls/VcsInputColumnDimensions.vue';
257
- // export { default as VcsMinimalCheckbox } from './src/components/form-inputs-controls/VcsMinimalCheckbox.vue';
258
243
  export { default as VcsSelect } from './src/components/form-inputs-controls/VcsSelect.vue';
259
244
  export { default as VcsSlider } from './src/components/form-inputs-controls/VcsSlider.vue';
260
245
  export { default as VcsTextField } from './src/components/form-inputs-controls/VcsTextField.vue';
246
+ export { default as VcsFileInput } from './src/components/form-inputs-controls/VcsFileInput.vue';
261
247
  export { default as VcsChipArrayInput } from './src/components/form-inputs-controls/VcsChipArrayInput.vue';
262
248
  export { default as VcsCoordinate } from './src/components/form-inputs-controls/VcsCoordinate.vue';
263
249
  export { default as VcsTextArea } from './src/components/form-inputs-controls/VcsTextArea.vue';
264
250
  export { default as VcsWizard } from './src/components/form-inputs-controls/VcsWizard.vue';
265
251
  export { default as VcsWizardStep } from './src/components/form-inputs-controls/VcsWizardStep.vue';
266
252
  export { default as VcsDatePicker } from './src/components/form-inputs-controls/VcsDatePicker.vue';
267
-
268
253
  export { default as VcsFormattedNumber } from './src/components/form-output/VcsFormattedNumber.vue';
269
254
  export { default as VcsTextPage } from './src/application/VcsTextPage.vue';
270
-
271
255
  export {
272
256
  default as VcsActionList,
273
257
  validateAction,
274
258
  validateActions,
275
259
  } from './src/components/lists/VcsActionList.vue';
276
-
277
260
  export { default as VcsList } from './src/components/lists/VcsList.vue';
278
261
  export { default as VcsTreeview } from './src/components/lists/VcsTreeview.vue';
279
262
  export { default as VcsTreeviewLeaf } from './src/components/lists/VcsTreeviewLeaf.vue';
280
263
  export { default as VcsTreeviewSearchbar } from './src/components/lists/VcsTreeviewSearchbar.vue';
281
-
282
264
  export { default as VcsBadge } from './src/components/notification/VcsBadge.vue';
283
265
  export { default as VcsDefaultLogo } from './src/logo.svg';
284
266
  export { default as VcsDefaultMobileLogo } from './src/logo-mobile.svg';
285
-
286
267
  export { default as VcsFillSelector } from './src/components/style/VcsFillSelector.vue';
287
268
  export { default as VcsFillMenu } from './src/components/style/VcsFillMenu.vue';
288
269
  export { default as VcsStrokeSelector } from './src/components/style/VcsStrokeSelector.vue';
@@ -291,12 +272,12 @@ export { default as VcsImageSelector } from './src/components/style/VcsImageSele
291
272
  export { default as VcsImageMenu } from './src/components/style/VcsImageMenu.vue';
292
273
  export { default as VcsTextSelector } from './src/components/style/VcsTextSelector.vue';
293
274
  export { default as VcsTextMenu } from './src/components/style/VcsTextMenu.vue';
294
- export { default as VcsExtent } from './src/components/form-inputs-controls/VcsExtent.vue';
275
+ export { default as VcsExtent } from './src/components/extent/VcsExtent.vue';
276
+ export { default as VcsExtentEditor } from './src/components/extent/VcsExtentEditor.vue';
295
277
  export {
296
278
  default as VcsVectorStyleComponent,
297
279
  VectorStyleMenus,
298
280
  } from './src/components/style/VcsVectorStyleComponent.vue';
299
-
300
281
  export {
301
282
  default as VcsVectorPropertiesComponent,
302
283
  vectorProperties,
@@ -318,9 +299,10 @@ export {
318
299
  } from './src/components/vector-properties/VcsFeatureEditingWindow.vue';
319
300
  export { default as VcsFeatureTransforms } from './src/components/vector-properties/VcsFeatureTransforms.vue';
320
301
  export { default as VcsFeatureStyleComponent } from './src/components/style/VcsFeatureStyleComponent.vue';
321
-
322
302
  export { default as AbstractConfigEditor } from './src/components/plugins/AbstractConfigEditor.vue';
323
- export { default as FileDrop } from './src/components/import/FileDrop.vue';
324
- export { default as ImportComponent } from './src/components/import/ImportComponent.vue';
303
+ export { default as VcsFileDrop } from './src/components/import/VcsFileDrop.vue';
304
+ export { default as VcsImportComponent } from './src/components/import/VcsImportComponent.vue';
325
305
  export { default as VcsSplashScreen } from './src/application/VcsSplashScreen.vue';
326
306
  export { default as VcsCustomScreen } from './src/application/VcsCustomScreen.vue';
307
+ export * from './src/components/attrsHelpers.js';
308
+ export * from './src/components/modelHelper.js';
package/lib/vue.js CHANGED
@@ -1,2 +1 @@
1
1
  export * from 'vue';
2
- export { default } from 'vue';
package/lib/vuetify.js CHANGED
@@ -1,2 +1 @@
1
- export * from 'vuetify/lib';
2
- export { default } from 'vuetify/lib';
1
+ export * from 'vuetify';
@@ -0,0 +1,6 @@
1
+ export * from 'vuetify';
2
+ export * from 'vuetify/components';
3
+ export * from 'vuetify/styles';
4
+ export * from 'vuetify/directives';
5
+ export * from 'vuetify/blueprints';
6
+ export * from 'vuetify/labs/components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vcmap/ui",
3
- "version": "5.3.2",
3
+ "version": "6.0.0-rc.1",
4
4
  "author": "Virtual City Systems",
5
5
  "license": "MIT",
6
6
  "scripts": {
@@ -19,7 +19,10 @@
19
19
  "lint": "npm run lint:js && npm run lint:prettier && npm run lint:types",
20
20
  "format": "prettier --write --list-different . && npm run lint:js -- --fix",
21
21
  "prepack": "node build/build.js && node build/buildTypes.js",
22
- "install-plugins": "cd plugins && npm i --omit peer --no-package-lock --force"
22
+ "install-plugins": "cd plugins && npm i --omit peer --no-package-lock --force",
23
+ "story:dev": "histoire dev",
24
+ "story:build": "histoire build",
25
+ "story:preview": "histoire preview"
23
26
  },
24
27
  "repository": {
25
28
  "type": "git",
@@ -49,22 +52,25 @@
49
52
  "marked": "^11.1.0",
50
53
  "semver": "^7.5.4",
51
54
  "uuid": "^9.0.0",
52
- "vue-i18n": "^8.24.1"
55
+ "vue-i18n": "^9.13.1"
53
56
  },
54
57
  "peerDependencies": {
55
58
  "@vcmap-cesium/engine": "^4.0.3",
56
59
  "@vcmap/core": "^5.3.0",
57
60
  "ol": "^7.5.2",
58
- "vue": "~2.7.3",
59
- "vuetify": "~2.6.7"
61
+ "vue": "~3.4.27",
62
+ "vuetify": "^3.6.8"
60
63
  },
61
64
  "devDependencies": {
65
+ "@histoire/plugin-vue": "^0.17.17",
62
66
  "@vcmap/rollup-plugin-vcs-ol": "^1.0.2",
63
67
  "@vcsuite/eslint-config": "^3.0.5",
64
- "@vitejs/plugin-vue2": "^2.2.0",
65
- "@vitest/coverage-v8": "^0.34.6",
66
- "@vue/test-utils": "^1.3.5",
68
+ "@vitejs/plugin-vue": "^5.0.4",
69
+ "@vitest/coverage-v8": "^1.6.0",
70
+ "@vue/test-utils": "^2.4.6",
67
71
  "eslint-import-resolver-alias": "^1.1.2",
72
+ "eslint-plugin-vuetify": "^2.4.0",
73
+ "histoire": "^0.17.17",
68
74
  "jest-canvas-mock": "^2.5.2",
69
75
  "jsdoc": "^3.6.7",
70
76
  "jsdoc-plugin-intersection": "^1.0.4",
@@ -72,12 +78,13 @@
72
78
  "jsdom": "^22.1.0",
73
79
  "resize-observer-polyfill": "1.5.1",
74
80
  "rollup-plugin-strip-pragma": "^1.0.0",
75
- "sass": "1.32.13",
81
+ "sass": "^1.77.1",
76
82
  "tar": "^6.1.14",
77
- "typescript": "^5.2.2",
78
- "vite": "^4.4.9",
79
- "vitest": "^0.34.6",
80
- "vue-tsc": "^1.8.20"
83
+ "typescript": "^5.4.5",
84
+ "vite": "^5.2.11",
85
+ "vite-plugin-vuetify": "^2.0.3",
86
+ "vitest": "^1.6.0",
87
+ "vue-tsc": "^2.0.17"
81
88
  },
82
89
  "stylelint": {
83
90
  "extends": "stylelint-config-standard",
@@ -95,7 +102,8 @@
95
102
  "eslintConfig": {
96
103
  "root": true,
97
104
  "extends": [
98
- "@vcsuite/eslint-config/vue"
105
+ "@vcsuite/eslint-config/vue",
106
+ "plugin:vuetify/base"
99
107
  ],
100
108
  "settings": {
101
109
  "import/resolver": {
@@ -110,6 +118,7 @@
110
118
  }
111
119
  },
112
120
  "rules": {
121
+ "vue/no-v-model-argument": "off",
113
122
  "jsdoc/check-tag-names": "off"
114
123
  }
115
124
  },
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@vcmap-show-case/buttons-example",
3
- "version": "1.0.0",
4
- "mapVersion": "^5.0.0"
3
+ "version": "2.0.0",
4
+ "mapVersion": "^6.0.0"
5
5
  }
@@ -1,70 +1,70 @@
1
1
  <template>
2
2
  <v-card>
3
- <v-list-item>
4
- <v-list-item-content>
3
+ <v-list density="compact">
4
+ <v-list-item density="compact">
5
5
  <v-list-item-title class="font-weight-bold">
6
6
  DISABLED
7
7
  </v-list-item-title>
8
- </v-list-item-content>
9
- <v-list-item-action>
10
- <v-switch v-model="disabled" />
11
- </v-list-item-action>
12
- </v-list-item>
13
- <v-divider />
14
- <v-list-item>
15
- <v-list-item-content>
8
+ <template #append>
9
+ <v-list-item-action>
10
+ <v-switch hide-details density="compact" v-model="disabled" />
11
+ </v-list-item-action>
12
+ </template>
13
+ </v-list-item>
14
+ <v-divider />
15
+ <v-list-item>
16
16
  <v-list-item-title class="font-weight-bold">
17
17
  HAS UPDATE
18
18
  </v-list-item-title>
19
- </v-list-item-content>
20
- <v-list-item-action>
21
- <v-switch v-model="update" />
22
- </v-list-item-action>
23
- </v-list-item>
24
- <v-divider />
25
- <v-list-item>
26
- <v-list-item-content>
19
+ <template #append>
20
+ <v-list-item-action>
21
+ <v-switch hide-details density="compact" v-model="update" />
22
+ </v-list-item-action>
23
+ </template>
24
+ </v-list-item>
25
+ <v-divider />
26
+ <v-list-item>
27
27
  <v-list-item-title class="font-weight-bold"> ACTIVE </v-list-item-title>
28
- </v-list-item-content>
29
- <v-list-item-action>
30
- <v-switch v-model="active" />
31
- </v-list-item-action>
32
- </v-list-item>
33
- <v-divider />
34
- <v-list-item>
35
- <v-list-item-content>
28
+ <template #append>
29
+ <v-list-item-action>
30
+ <v-switch hide-details density="compact" v-model="active" />
31
+ </v-list-item-action>
32
+ </template>
33
+ </v-list-item>
34
+ <v-divider />
35
+ <v-list-item>
36
36
  <v-list-item-title class="font-weight-bold">
37
37
  ACTIVE BACKGROUND
38
38
  </v-list-item-title>
39
- </v-list-item-content>
40
- <v-list-item-action>
41
- <v-switch v-model="background" />
42
- </v-list-item-action>
43
- </v-list-item>
44
- <v-divider />
45
- <v-list-item>
46
- <v-list-item-content>
39
+ <template #append>
40
+ <v-list-item-action>
41
+ <v-switch hide-details density="compact" v-model="background" />
42
+ </v-list-item-action>
43
+ </template>
44
+ </v-list-item>
45
+ <v-divider />
46
+ <v-list-item>
47
47
  <v-list-item-title class="font-weight-bold">
48
48
  LOADING
49
49
  </v-list-item-title>
50
- </v-list-item-content>
51
- <v-list-item-action>
52
- <v-switch v-model="loading" />
53
- </v-list-item-action>
54
- </v-list-item>
55
- <v-divider />
56
- <v-list-item>
57
- <v-list-item-content>
50
+ <template #append>
51
+ <v-list-item-action>
52
+ <v-switch hide-details density="compact" v-model="loading" />
53
+ </v-list-item-action>
54
+ </template>
55
+ </v-list-item>
56
+ <v-divider />
57
+ <v-list-item>
58
58
  <v-list-item-title class="font-weight-bold">
59
59
  <!-- eslint-disable-next-line -->
60
60
  &ltVcsFormButton /&gt
61
61
  </v-list-item-title>
62
- <v-row>
62
+ <v-row class="pa-1">
63
63
  <v-col>
64
64
  <v-card>
65
65
  <v-card-title>Form fields</v-card-title>
66
66
  <v-card-actions>
67
- <div class="d-flex gap-2">
67
+ <div class="d-flex gc-2">
68
68
  <VcsFormButton
69
69
  @click="toggle"
70
70
  :disabled="disabled"
@@ -114,16 +114,14 @@
114
114
  </v-card>
115
115
  </v-col>
116
116
  </v-row>
117
- </v-list-item-content>
118
- </v-list-item>
119
- <v-divider />
120
- <v-list-item>
121
- <v-list-item-content>
117
+ </v-list-item>
118
+ <v-divider />
119
+ <v-list-item>
122
120
  <v-list-item-title class="font-weight-bold">
123
121
  <!-- eslint-disable-next-line -->
124
122
  &ltVcsToolButton/&gt
125
123
  </v-list-item-title>
126
- <v-row>
124
+ <v-row class="pa-1">
127
125
  <v-col>
128
126
  <v-card>
129
127
  <v-card-title>Navbar</v-card-title>
@@ -167,16 +165,14 @@
167
165
  </v-card>
168
166
  </v-col>
169
167
  </v-row>
170
- </v-list-item-content>
171
- </v-list-item>
172
- <v-divider />
173
- <v-list-item>
174
- <v-list-item-content>
168
+ </v-list-item>
169
+ <v-divider />
170
+ <v-list-item>
175
171
  <v-list-item-title class="font-weight-bold">
176
172
  <!-- eslint-disable-next-line -->
177
173
  &ltVcsButton/&gt
178
174
  </v-list-item-title>
179
- <v-row>
175
+ <v-row class="pa-1">
180
176
  <v-col>
181
177
  <v-card>
182
178
  <v-card-title>Action Item</v-card-title>
@@ -218,8 +214,8 @@
218
214
  </v-card>
219
215
  </v-col>
220
216
  </v-row>
221
- </v-list-item-content>
222
- </v-list-item>
217
+ </v-list-item>
218
+ </v-list>
223
219
  </v-card>
224
220
  </template>
225
221
  <script>
@@ -232,8 +228,8 @@
232
228
  import { ref } from 'vue';
233
229
  import {
234
230
  VCard,
231
+ VList,
235
232
  VListItem,
236
- VListItemContent,
237
233
  VListItemTitle,
238
234
  VListItemAction,
239
235
  VSwitch,
@@ -242,7 +238,7 @@
242
238
  VCol,
243
239
  VCardTitle,
244
240
  VCardActions,
245
- } from 'vuetify/lib';
241
+ } from 'vuetify/components';
246
242
 
247
243
  export default {
248
244
  name: 'ButtonsExample',
@@ -252,8 +248,8 @@
252
248
  VcsFormButton,
253
249
  VcsActionButtonList,
254
250
  VCard,
251
+ VList,
255
252
  VListItem,
256
- VListItemContent,
257
253
  VListItemTitle,
258
254
  VListItemAction,
259
255
  VSwitch,
@@ -24,7 +24,7 @@ export default async function buttonsExample() {
24
24
  icon: '$vcsTouch',
25
25
  },
26
26
  {
27
- id: 'buttons-textfields-example',
27
+ id: 'buttons-buttons-example',
28
28
  component: ButtonsExample,
29
29
  slot: WindowSlot.DETACHED,
30
30
  state: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@vcmap-show-case/category-tester",
3
- "version": "1.0.0",
4
- "mapVersion": "^5.0.0"
3
+ "version": "2.0.0",
4
+ "mapVersion": "^6.0.0"
5
5
  }
@@ -2,17 +2,21 @@
2
2
  <div>
3
3
  <v-container class="pa-0">
4
4
  <v-expansion-panels
5
- accordion
5
+ variant="accordion"
6
6
  multiple
7
7
  v-if="!componentView && componentIds.length > 0"
8
8
  class="rounded-0"
9
+ v-model="panels"
9
10
  >
10
11
  <collection-component-provider
11
- v-for="componentId in componentIds"
12
+ v-for="(componentId, index) in componentIds"
12
13
  :component-id="componentId"
13
14
  :key="componentId"
14
15
  >
15
- <collection-component @openList="openList" />
16
+ <collection-component
17
+ @openList="openList"
18
+ :open="panels.includes(index)"
19
+ />
16
20
  <v-dialog v-model="optionsDialog" width="300">
17
21
  <v-card class="pa-2">
18
22
  <CollectionComponentOptions />
@@ -32,8 +36,8 @@
32
36
  </v-dialog>
33
37
  </collection-component-provider>
34
38
  </v-container>
35
- <div class="d-flex gap-2 px-2 pt-2 pb-1">
36
- <div class="d-flex gap-2 w-full justify-end">
39
+ <div class="d-flex gc-2 px-2 pt-2 pb-1">
40
+ <div class="d-flex gc-2 w-full justify-end">
37
41
  <VcsFormButton @click="newCategory.dialog = true" variant="filled"
38
42
  >Request Category</VcsFormButton
39
43
  >
@@ -113,7 +117,7 @@
113
117
  VCardTitle,
114
118
  VForm,
115
119
  VDialog,
116
- } from 'vuetify/lib';
120
+ } from 'vuetify/components';
117
121
  import { getObjectFromClassRegistry } from '@vcmap/core';
118
122
  import { name as owner } from '../package.json';
119
123
  import CollectionComponentOptions from './CollectionComponentOptions.vue';
@@ -151,6 +155,7 @@
151
155
  provide('collectionManager', app.categoryManager);
152
156
  const componentIds = ref([]);
153
157
  const destroyFunctions = [];
158
+ const panels = ref([]);
154
159
 
155
160
  const newCategory = ref({
156
161
  dialog: false,
@@ -358,6 +363,7 @@
358
363
  newCategory,
359
364
  newItem,
360
365
  optionsDialog,
366
+ panels,
361
367
  addItem,
362
368
  async requestCategory() {
363
369
  const { collectionComponent, category } =