@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,10 +1,5 @@
1
1
  <template>
2
- <svg
3
- xmlns="http://www.w3.org/2000/svg"
4
- width="8"
5
- height="8"
6
- viewBox="0 0 8 8"
7
- >
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8">
8
3
  <g id="Rectangle_750" fill="none" stroke="currentColor" stroke-width="2">
9
4
  <rect width="8" height="8" rx="4" stroke="none" />
10
5
  <rect x="1" y="1" width="6" height="6" rx="3" fill="none" />
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="10"
7
- height="10"
8
- viewBox="0 0 10 10"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
10
5
  <g id="streamline-icon-button-previous_24x24" transform="translate(-7 -7)">
11
6
  <path
12
7
  id="Pfad_92"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="10"
7
- height="10"
8
- viewBox="0 0 10 10"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10">
10
5
  <g id="streamline-icon-button-previous_24x24" transform="translate(-7 -7)">
11
6
  <path
12
7
  id="Path_92"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="25"
7
- height="25.003"
8
- viewBox="0 0 25 25.003"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 25.003">
10
5
  <g id="icon_24_splitview" transform="translate(0.5 0.5)">
11
6
  <path
12
7
  id="Union_46"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
5
  <g id="Gruppe_1899" transform="translate(-2000 -128)">
11
6
  <path
12
7
  id="Pfad_721"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,14 +1,8 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="20.105"
7
- height="24"
8
- viewBox="0 0 20.105 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.105 24">
10
5
  <path
11
- id="Path_4"
12
6
  d="M20.093.359H4.512A2.268,2.268,0,0,0,2.25,2.622V4.57a1.289,1.289,0,1,0,2.578,0V3.194a.258.258,0,0,1,.258-.258h5.671a.258.258,0,0,1,.258.258V21.524a.258.258,0,0,1-.258.258H8.894a1.289,1.289,0,0,0,0,2.578h6.817a1.289,1.289,0,0,0,0-2.578H13.849a.258.258,0,0,1-.258-.258V3.194a.258.258,0,0,1,.258-.258H19.52a.258.258,0,0,1,.258.258V4.57a1.289,1.289,0,0,0,2.578,0V2.622A2.268,2.268,0,0,0,20.093.359Z"
13
7
  transform="translate(-2.25 -0.359)"
14
8
  fill="currentColor"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="16"
8
- viewBox="0 0 24 16"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 16">
10
5
  <path
11
6
  id="Path_488"
12
7
  d="M6.688-1.914q-1.633,0-3.112-.117T.912-2.361v-2.53H5.545a6.016,6.016,0,0,0,1.367-.128A1.38,1.38,0,0,0,7.7-5.465a1.4,1.4,0,0,0,.255-.893v-.659a1.4,1.4,0,0,0-.265-.9,1.568,1.568,0,0,0-.7-.489,3.314,3.314,0,0,0-1.01-.181L2.259-8.74v-2.424l3.592-.213a3.148,3.148,0,0,0,1.429-.34,1.084,1.084,0,0,0,.51-1.021v-.532a1.464,1.464,0,0,0-.541-1.255,3.086,3.086,0,0,0-1.806-.4h-4.2v-2.509q1.163-.191,2.531-.351a19.986,19.986,0,0,1,2.878-.117,5.416,5.416,0,0,1,2.245.457,3.056,3.056,0,0,1,1.4,1.3,4.343,4.343,0,0,1,.48,2.137v1.17a4.139,4.139,0,0,1-.133,1.084,2.432,2.432,0,0,1-.4.84,2.756,2.756,0,0,1-.612.6,2.777,2.777,0,0,1-.735.372,2.119,2.119,0,0,1,.806.4,3.242,3.242,0,0,1,.663.712,3.531,3.531,0,0,1,.459.989,4.322,4.322,0,0,1,.173,1.255v.808A3.6,3.6,0,0,1,9.851-2.9,4.678,4.678,0,0,1,6.688-1.914Zm6.571-.128V-17.778h6.388a5.225,5.225,0,0,1,2.551.564A4.166,4.166,0,0,1,23.82-15.6a7.532,7.532,0,0,1,.847,2.5,19.165,19.165,0,0,1,.245,3.19,14.119,14.119,0,0,1-.582,4.4,5.146,5.146,0,0,1-1.745,2.6,4.806,4.806,0,0,1-2.939.861Zm3.02-2.828h3.061a1.988,1.988,0,0,0,1.49-.564,3.471,3.471,0,0,0,.806-1.691,12.866,12.866,0,0,0,.255-2.786,15.951,15.951,0,0,0-.163-2.52,4.7,4.7,0,0,0-.48-1.542,1.742,1.742,0,0,0-.8-.766,2.722,2.722,0,0,0-1.112-.213H16.279Z"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,6 @@
1
1
  <!-- eslint-disable max-len -->
2
2
  <template>
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="24"
6
- height="24"
7
- viewBox="0 0 24 24"
8
- >
9
- <rect width="24" height="24" fill="none" />
3
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
4
  <path
11
5
  d="M86.444,100.021l.363-.363a4.962,4.962,0,0,0,5.509-6.213,1,1,0,0,0-1.674-.451l-1.021,1.021a1.024,1.024,0,0,1-1.415,0,1,1,0,0,1,0-1.414l1.022-1.021a1,1,0,0,0-.451-1.674,4.962,4.962,0,0,0-6.213,5.51l-.363.363-3.03-3.03a1.008,1.008,0,0,0-.348-.227l-4.6-1.767a1,1,0,0,0-1.292,1.293l1.768,4.6a1,1,0,0,0,.226.348l3.03,3.03-.766.766A4.963,4.963,0,0,0,71.683,107a1,1,0,0,0,.707.71,1.016,1.016,0,0,0,.968-.259l1.02-1.021a1,1,0,1,1,1.415,1.414l-1.022,1.021a1,1,0,0,0,.452,1.674,5.045,5.045,0,0,0,1.286.167,4.951,4.951,0,0,0,4.926-5.677l.766-.766,4.394,4.395a3,3,0,0,0,4.244-4.242Zm-8.765-5.8L76.4,95.5l-.8-2.069Zm.07,2.757,1.414-1.414,1.624,1.624-1.414,1.414Zm1.895,7.01a1,1,0,0,0-.26.962,2.969,2.969,0,0,1-1.588,3.472,3,3,0,0,0-4-4,2.969,2.969,0,0,1,3.472-1.59,1,1,0,0,0,.963-.26l6.127-6.127a1,1,0,0,0,.259-.962A2.972,2.972,0,0,1,86.2,92.018a3.006,3.006,0,0,0,.589,3.412,3.068,3.068,0,0,0,3.412.588,2.966,2.966,0,0,1-3.471,1.588,1,1,0,0,0-.963.26Zm9.78,3.251a1.022,1.022,0,0,1-1.414,0l-4.4-4.4,1.415-1.414,4.394,4.4a1,1,0,0,1,0,1.414"
12
6
  transform="translate(-69.515 -87.739)"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,13 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="16"
7
- height="16"
8
- viewBox="0 0 16 16"
9
- >
10
- <rect id="size" width="16" height="16" fill="none" />
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
11
5
  <path
12
6
  id="touch-app"
13
7
  d="M16.668-42.679a1.077,1.077,0,0,1,.679,1.036v.143l-.571,4.036a.976.976,0,0,1-.357.7,1.136,1.136,0,0,1-.75.268H10.489a1.069,1.069,0,0,1-.786-.321L5.918-40.607l.607-.607a.827.827,0,0,1,.607-.25.294.294,0,0,1,.089.018.294.294,0,0,0,.089.018l2.607.536v-8.179a1.082,1.082,0,0,1,.339-.821,1.129,1.129,0,0,1,.8-.321,1.129,1.129,0,0,1,.8.321,1.082,1.082,0,0,1,.339.821V-44.5h.607a1.969,1.969,0,0,1,.393.071Zm-7.5-3.536a3.211,3.211,0,0,1-1.536-2.857,3.306,3.306,0,0,1,1-2.429,3.306,3.306,0,0,1,2.429-1,3.306,3.306,0,0,1,2.429,1,3.306,3.306,0,0,1,1,2.429,3.178,3.178,0,0,1-1.5,2.857v-2.857a1.8,1.8,0,0,0-.571-1.339,1.884,1.884,0,0,0-1.357-.554,1.824,1.824,0,0,0-1.339.554,1.824,1.824,0,0,0-.554,1.339Z"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -11,7 +11,6 @@
11
11
  d="M23.97,11.08c-.01-.05-.03-.1-.06-.15,0-.02-.01-.04-.02-.05-.02-.02-.04-.05-.06-.07-.03-.05-.07-.09-.11-.12-.04-.03-.09-.06-.13-.09-.03-.02-.05-.04-.08-.05l-11.2-4.48c-.19-.08-.41-.08-.6,0L.5,10.54s-.06.04-.08.06c-.05.02-.09.05-.13.08-.04.04-.08.08-.11.13-.02.02-.04.04-.06.07,0,.02-.01.03-.02.05-.02.05-.04.1-.06.15-.01.05-.03.1-.03.15,0,.05,0,.09,0,.14,0,.06.02.12.03.17,0,.02,0,.03.01.05s.03.05.05.08c.03.05.06.1.1.15.04.04.07.07.12.1.02.02.05.05.07.07l6.15,3.69,5.05,3.03h.01c.25.15.56.15.81,0h.01l4.9-2.94,6.29-3.78.02-.02s.03-.03.04-.04c.1-.08.19-.18.24-.3,0-.02.03-.02.03-.04s0-.03,0-.05c.02-.06.03-.11.03-.17,0-.05,0-.09,0-.14,0-.05-.02-.1-.03-.15ZM16.86,14.15l-4.88,2.6-4.98-2.68h0s-4.38-2.63-4.38-2.63l4.87-1.95,4.53-1.81,5.01,2.01h0s4.36,1.75,4.36,1.75l-4.52,2.71Z"
12
12
  fill="currentColor"
13
13
  />
14
- <rect id="size" width="24" height="24" fill="none" />
15
14
  </g>
16
15
  </svg>
17
16
  </template>
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,14 +1,8 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="12"
7
- height="14"
8
- viewBox="0 0 12 14"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 14">
10
5
  <path
11
- id="delete"
12
6
  d="M14.525,4.27A.5.5,0,0,1,15,4.784V5.05a.5.5,0,0,1-.475.514H3.476A.5.5,0,0,1,3,5.05V4.784a.5.5,0,0,1,.476-.514H5.42a.866.866,0,0,0,.827-.71l.1-.477A1.341,1.341,0,0,1,7.624,2h2.753a1.338,1.338,0,0,1,1.268,1.048l.109.511a.865.865,0,0,0,.827.711Zm-.988,9.724c.2-1.986.558-6.7.558-6.751a.539.539,0,0,0-.121-.391.474.474,0,0,0-.349-.164H4.379a.461.461,0,0,0-.349.164.571.571,0,0,0-.127.391c0,.009.014.175.035.453.095,1.234.358,4.672.529,6.3a1.989,1.989,0,0,0,1.954,1.979c.837.02,1.7.027,2.581.027.831,0,1.674-.007,2.537-.027A1.988,1.988,0,0,0,13.537,13.994Z"
13
7
  transform="translate(-3 -2)"
14
8
  fill="currentColor"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
5
  <path
11
6
  id="Path_22"
12
7
  d="M12,0A3,3,0,1,1,9,3,3,3,0,0,1,12,0ZM3,18a3,3,0,1,1-3,3A3,3,0,0,1,3,18Zm18,0a3,3,0,1,1-3,3A3,3,0,0,1,21,18ZM4.218,15.829,8.494,7.276a.251.251,0,0,1,.336-.111l1.342.671a.25.25,0,0,1,.112.335L6.008,16.724a.25.25,0,0,1-.335.112L4.33,16.164A.249.249,0,0,1,4.218,15.829Zm9.611-7.993,1.342-.671a.249.249,0,0,1,.335.112l4.276,8.553a.249.249,0,0,1-.112.335l-1.342.671a.249.249,0,0,1-.335-.112L13.717,8.171A.251.251,0,0,1,13.829,7.836ZM7.75,20h8.5a.25.25,0,0,1,.25.25v1.5a.25.25,0,0,1-.25.25H7.75a.25.25,0,0,1-.25-.25v-1.5A.25.25,0,0,1,7.75,20Z"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,13 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
10
- <rect id="size" width="24" height="24" fill="none" />
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
11
5
  <path
12
6
  id="Path_489"
13
7
  d="M1.1-1.9V-4.456L6.295-9.711a10.338,10.338,0,0,0,1.03-1.158,4.419,4.419,0,0,0,.6-1.062,3.144,3.144,0,0,0,.2-1.126,2.11,2.11,0,0,0-.221-1,1.4,1.4,0,0,0-.715-.633A3.481,3.481,0,0,0,5.833-14.9H1.461v-2.488q1.009-.193,2.238-.354A21.267,21.267,0,0,1,6.442-17.9a6.568,6.568,0,0,1,2.869.515,3.046,3.046,0,0,1,1.482,1.48,5.6,5.6,0,0,1,.441,2.338,6.333,6.333,0,0,1-.284,1.952,6.587,6.587,0,0,1-.83,1.684A10.5,10.5,0,0,1,8.733-8.317L5.244-4.778h6.473V-1.9Zm12,0V-17.775h6.578a5.474,5.474,0,0,1,2.627.568,4.247,4.247,0,0,1,1.671,1.63,7.492,7.492,0,0,1,.872,2.52A18.941,18.941,0,0,1,25.1-9.84a13.968,13.968,0,0,1-.6,4.44,5.188,5.188,0,0,1-1.8,2.627,5.023,5.023,0,0,1-3.026.869Zm3.11-2.853h3.152A2.071,2.071,0,0,0,20.9-5.325a3.472,3.472,0,0,0,.83-1.705,12.719,12.719,0,0,0,.263-2.81,15.763,15.763,0,0,0-.168-2.542,4.673,4.673,0,0,0-.494-1.555,1.778,1.778,0,0,0-.82-.772,2.854,2.854,0,0,0-1.145-.214H16.214Z"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
5
  <path
11
6
  id="Pfad_592"
12
7
  d="M24,10.411a5.82,5.82,0,0,0-1.772-4.166A5.708,5.708,0,0,0,18.778,4.66a.249.249,0,0,1-.191-.12,7.683,7.683,0,0,0-14.1,2.294.25.25,0,0,1-.227.2A4.589,4.589,0,0,0,0,11.607a4.322,4.322,0,0,0,1.236,3.209A5.517,5.517,0,0,0,4.84,16.2a1,1,0,1,0-.03-2,3.29,3.29,0,0,1-2.172-.8A2.374,2.374,0,0,1,2,11.607,2.589,2.589,0,0,1,5.12,9.072,1,1,0,0,0,6.3,8.294a.974.974,0,0,0,.019-.141A5.685,5.685,0,0,1,17.138,6.065a.962.962,0,0,0,.941.57,3.7,3.7,0,0,1,2.758,1.051A3.751,3.751,0,0,1,22,10.411,3.834,3.834,0,0,1,18.559,14.2a1,1,0,0,0,.132,1.992.95.95,0,0,0,.131-.009A5.805,5.805,0,0,0,24,10.411ZM12.7,8.988a1,1,0,0,0-1.414,0l-3.5,3.5A1,1,0,0,0,8.5,14.2h1.75a.248.248,0,0,1,.25.248V21.7a1.5,1.5,0,0,0,3,0V14.448a.248.248,0,0,1,.248-.25H15.5a1,1,0,0,0,.707-1.707Z"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,14 +1,8 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="16"
7
- height="16"
8
- viewBox="0 0 16 16"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
10
5
  <path
11
- id="Vereinigungsmenge_60"
12
6
  d="M10931.333,16339.334a.333.333,0,0,1-.332-.332v-1.259a2.342,2.342,0,0,1,1.546-2.2l3.12-1.111v-1.472a4.628,4.628,0,0,1-1.648-4.048,3.038,3.038,0,0,0,1.566.418,3.663,3.663,0,0,0,2.489-1.033,2.285,2.285,0,0,0,1.952,1.091,4.388,4.388,0,0,0,1.3-.229,4.637,4.637,0,0,1-1.661,3.8v1.472l3.121,1.111a2.337,2.337,0,0,1,1.546,2.2V16339a.334.334,0,0,1-.332.332Zm7.049-11.785a.315.315,0,0,0-.3-.168.323.323,0,0,0-.286.18,2.756,2.756,0,0,1-2.215,1.107,2.6,2.6,0,0,1-1.456-.455,3.839,3.839,0,0,1,3.539-3.215,3.9,3.9,0,0,1,3.6,3.489c-.382.095-.722.181-.742.185a2.582,2.582,0,0,1-.492.052C10939.337,16328.724,10938.849,16328.364,10938.382,16327.549Z"
13
7
  transform="translate(-10929.668 -16324)"
14
8
  fill="currentColor"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="16"
7
- height="16.007"
8
- viewBox="0 0 16 16.007"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16.007">
10
5
  <path
11
6
  id="Pfad_81"
12
7
  d="M9.167,9.333A2.761,2.761,0,0,1,10,9.463a.167.167,0,0,0,.133-.017l.709-.425a.167.167,0,0,0,.067-.206c-.025-.061-.051-.12-.08-.179-.359-.717-1.538-1.15-3.169-1.751l-.419-.153a.4.4,0,0,1-.092-.207,1.721,1.721,0,0,1,.039-.867,3.744,3.744,0,0,0,.977-2.876A2.559,2.559,0,0,0,5.667,0a2.567,2.567,0,0,0-2.5,2.783,3.737,3.737,0,0,0,.971,2.865,1.636,1.636,0,0,1,.049.877.405.405,0,0,1-.09.206l-.421.155C2.04,7.485.861,7.919.5,8.636A6.125,6.125,0,0,0,0,11a.333.333,0,0,0,.333.333H6.353a.168.168,0,0,0,.157-.111A2.825,2.825,0,0,1,9.167,9.333ZM16,14.167a1.827,1.827,0,0,0-3.091-1.326.168.168,0,0,1-.177.034l-1.63-.652a.167.167,0,0,1-.1-.145.931.931,0,0,0-.011-.108.164.164,0,0,1,.079-.165l1.893-1.139a.166.166,0,0,1,.18.006A1.813,1.813,0,0,0,14.167,11a1.833,1.833,0,1,0-1.833-1.833h0a1.616,1.616,0,0,0,.014.2.164.164,0,0,1-.079.165l-1.893,1.141a.166.166,0,0,1-.18-.006,1.809,1.809,0,0,0-1.029-.327,1.833,1.833,0,1,0,1.258,3.159.168.168,0,0,1,.177-.034l1.63.652a.167.167,0,0,1,.1.149A1.833,1.833,0,0,0,16,14.167Z"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="22"
7
- height="22"
8
- viewBox="0 0 22 22"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22">
10
5
  <g id="Gruppe_2012" transform="translate(-1592 -578)">
11
6
  <path
12
7
  id="Pfad_791"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
5
  <g id="Gruppe_2014" transform="translate(-698 -606)">
11
6
  <path
12
7
  id="Pfad_802"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
5
  <g id="Gruppe_2013" transform="translate(-664 -604.83)">
11
6
  <path
12
7
  id="Pfad_798"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,14 +1,8 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
5
  <path
11
- id="Vereinigungsmenge_64"
12
6
  d="M11218.5,13309.529c0-.3.01-.878,3-.981,0-.007,0-.014,0-.021v-6a1,1,0,0,1,2,0v6c0,.007,0,.014,0,.021,2.992.1,3,.685,3,.981,0,.324,0,1-4,1S11218.5,13309.854,11218.5,13309.529Zm-2.89-12.895a.733.733,0,0,1,0-.781,8.084,8.084,0,0,1,13.776,0,.738.738,0,0,1,0,.784,8.084,8.084,0,0,1-13.776,0Zm2.735-1.6a8.278,8.278,0,0,0-1.188,1.212,8.185,8.185,0,0,0,1.188,1.21,7.3,7.3,0,0,0,1.3.854,3.508,3.508,0,0,1,0-4.129A7.288,7.288,0,0,0,11218.348,13295.032Zm7.677,1.212a3.5,3.5,0,0,1-.668,2.062,7.226,7.226,0,0,0,1.289-.852,8.051,8.051,0,0,0,1.192-1.21,7.821,7.821,0,0,0-1.192-1.209,7.359,7.359,0,0,0-1.289-.855A3.5,3.5,0,0,1,11226.024,13296.244Zm-5.562,0a2.039,2.039,0,1,0,2.037-2.041A2.039,2.039,0,0,0,11220.463,13296.244Zm.929,0a1.12,1.12,0,0,1,1.349-1.085.6.6,0,0,0-.083.3.6.6,0,0,0,.922.518,1.115,1.115,0,0,1-1.079,1.373A1.108,1.108,0,0,1,11221.392,13296.244Z"
13
7
  transform="translate(-11210.5 -13288.027)"
14
8
  fill="currentColor"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,14 +1,8 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
5
  <path
11
- id="Pfad_797"
12
6
  d="M1099,464v-1a1,1,0,0,1,2,0v1a1,1,0,0,1-2,0Zm5.95,3.05a.993.993,0,0,0,.707-.293l.707-.707a1,1,0,1,0-1.414-1.414l-.707.707a1,1,0,0,0,.707,1.707Zm-9.193,8.193a1,1,0,0,0-1.414,0l-.707.707a1,1,0,1,0,1.414,1.414l.707-.707A1,1,0,0,0,1095.757,475.243ZM1108,470h-1a1,1,0,0,0,0,2h1a1,1,0,0,0,0-2Zm-14,1a1,1,0,0,0-1-1h-1a1,1,0,0,0,0,2h1A1,1,0,0,0,1094,471Zm11.657,4.243a1,1,0,0,0-1.414,1.414l.707.707a1,1,0,1,0,1.414-1.414Zm-11.314-8.486a1,1,0,1,0,1.414-1.414l-.707-.707a1,1,0,1,0-1.414,1.414ZM1096,471a4,4,0,1,1,4,4A4,4,0,0,1,1096,471Zm2,0a2,2,0,1,0,2-2A2,2,0,0,0,1098,471Zm3,10.018c0-.006,0-.012,0-.018v-4a1,1,0,0,0-2,0v4c0,.006,0,.012,0,.018-2.993.1-3,.687-3,.982,0,.325,0,1,4,1s4-.675,4-1C1104,481.7,1103.989,481.123,1101,481.018Zm8,1.982,1.732-3h-3.464Zm0-7-1.732,3h3.464Z"
13
7
  transform="translate(-1088 -460)"
14
8
  fill="currentColor"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,14 +1,8 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="24"
7
- height="24"
8
- viewBox="0 0 24 24"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
10
5
  <path
11
- id="Vereinigungsmenge_63"
12
6
  d="M11153,13347a1,1,0,0,1-1-1v-5a1,1,0,0,1,1-1h3a1,1,0,0,1,1,1v5a1,1,0,0,1-1,1Zm1-2h1v-3h-1Zm-4.225-.145-7.018-4.244c-.1.135-.19.282-.3.409a6.143,6.143,0,0,1-1.179,1.008.513.513,0,0,1-.274.081.5.5,0,0,1-.419-.229.5.5,0,0,1,.147-.689,5.168,5.168,0,0,0,.981-.841c.073-.08.124-.174.19-.258l-1.42-.857a1,1,0,0,1-.482-.857v-2.82a1,1,0,0,1,.526-.878l1.4-.757a4.936,4.936,0,0,0-1.049-1.012.5.5,0,0,1,.576-.817,6.029,6.029,0,0,1,1.363,1.347l11.7-6.321a1,1,0,0,1,1.477.881v10a1,1,0,0,1-1,1h-3.705v5a1,1,0,0,1-1,1A1.022,1.022,0,0,1,11149.776,13344.856Zm-6.056-9.63a5.706,5.706,0,0,1-.03,3.611l5.6,3.39V13338a1,1,0,0,1,1-1H11154v-7.322Zm-1.722.932v1.657l.807.489a4.659,4.659,0,0,0,.021-2.593Zm-6,.84,2.636-1.43a3,3,0,0,1,.091,2.687Z"
13
7
  transform="translate(-11134 -13325)"
14
8
  fill="currentColor"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="10.666"
7
- height="15.999"
8
- viewBox="0 0 10.666 15.999"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.666 15.999">
10
5
  <path
11
6
  id="Path_7"
12
7
  d="M9.731.784A1.828,1.828,0,0,1,11.6,2.567a1.872,1.872,0,0,1-3.74,0A1.828,1.828,0,0,1,9.731.784ZM11.37,8.2a6.486,6.486,0,0,0,1.809.9l.88.28a1.176,1.176,0,0,0,.355.055,1.066,1.066,0,0,0,.3-2.1l-.827-.262a4.2,4.2,0,0,1-1.17-.585l-.76-.543A4.438,4.438,0,0,0,7.5,5.558,4.494,4.494,0,0,0,4.869,9.531,1.088,1.088,0,0,0,5.9,10.679c.029,0,.058,0,.088,0A1.1,1.1,0,0,0,7.113,9.665a2.409,2.409,0,0,1,1.213-2.1.193.193,0,0,1,.257.06.164.164,0,0,1,.027.093v.968a13.235,13.235,0,0,1-.346,3.008,8.9,8.9,0,0,1-1.655,3.352,1.037,1.037,0,0,0,.176,1.5,1.16,1.16,0,0,0,1.578-.168,12.131,12.131,0,0,0,1.915-3.786.192.192,0,0,1,.324-.058,11.634,11.634,0,0,1,1.807,3.514,1.118,1.118,0,0,0,1.065.732,1.15,1.15,0,0,0,.355-.056,1.06,1.06,0,0,0,.711-1.353v0a12.176,12.176,0,0,0-3.417-5.362.7.7,0,0,1-.266-.538V8.186a.183.183,0,0,1,.187-.178.2.2,0,0,1,.112.036Z"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,11 +1,6 @@
1
1
  <!-- eslint-disable max-len -->
2
2
  <template>
3
- <svg
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="24"
6
- height="24"
7
- viewBox="0 0 24 24"
8
- >
3
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
9
4
  <g id="Gruppe_1440" transform="translate(3 1)">
10
5
  <path
11
6
  id="Pfad_530"
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,12 +1,7 @@
1
1
  <!-- eslint-disable max-len -->
2
2
 
3
3
  <template>
4
- <svg
5
- xmlns="http://www.w3.org/2000/svg"
6
- width="16"
7
- height="16"
8
- viewBox="0 0 16 16"
9
- >
4
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
10
5
  <g id="wand" transform="translate(1.706 1.705)">
11
6
  <g id="Gruppe_1465" transform="translate(0 10.491)">
12
7
  <g id="Gruppe_1464">
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue/types/v3-component-options.js").ComponentOptionsMixin, import("vue/types/v3-component-options.js").ComponentOptionsMixin, {}, string, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;