@swr-data-lab/components 1.13.0 → 1.13.2

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 (288) hide show
  1. package/dist/Autocomplete/Autocomplete.svelte +237 -0
  2. package/dist/Autocomplete/Autocomplete.svelte.d.ts +34 -0
  3. package/dist/Autocomplete/index.d.ts +2 -0
  4. package/dist/Button/Button.svelte +38 -0
  5. package/dist/Button/Button.svelte.d.ts +10 -0
  6. package/dist/Button/index.d.ts +2 -0
  7. package/dist/Caption/Caption.svelte +21 -0
  8. package/dist/Caption/Caption.svelte.d.ts +8 -0
  9. package/dist/Caption/index.js +2 -0
  10. package/dist/Card/Card.svelte +25 -0
  11. package/dist/Card/Card.svelte.d.ts +7 -0
  12. package/dist/Card/index.d.ts +2 -0
  13. package/dist/ChartFooter/ChartFooter.svelte +38 -0
  14. package/dist/ChartFooter/ChartFooter.svelte.d.ts +8 -0
  15. package/dist/ChartFooter/index.d.ts +2 -0
  16. package/{src → dist}/ChartHeader/ChartHeader.svelte +4 -12
  17. package/dist/ChartHeader/ChartHeader.svelte.d.ts +9 -0
  18. package/dist/ChartHeader/index.d.ts +2 -0
  19. package/{src → dist}/ChartList/ChartList.svelte +2 -16
  20. package/dist/ChartList/ChartList.svelte.d.ts +14 -0
  21. package/dist/ChartList/index.js +2 -0
  22. package/dist/Copy/Copy.svelte +21 -0
  23. package/dist/Copy/Copy.svelte.d.ts +8 -0
  24. package/dist/Copy/index.js +2 -0
  25. package/dist/DesignTokens/DesignTokens.svelte +58 -0
  26. package/dist/DesignTokens/DesignTokens.svelte.d.ts +7 -0
  27. package/dist/DesignTokens/Tokens.d.ts +26 -0
  28. package/dist/DesignTokens/Tokens.js +171 -0
  29. package/dist/DesignTokens/index.d.ts +8 -0
  30. package/{src → dist}/FormLabel/FormLabel.svelte +2 -9
  31. package/dist/FormLabel/FormLabel.svelte.d.ts +9 -0
  32. package/dist/FormLabel/index.js +2 -0
  33. package/{src → dist}/Headline/Headline.svelte +2 -7
  34. package/dist/Headline/Headline.svelte.d.ts +7 -0
  35. package/dist/Headline/index.js +2 -0
  36. package/dist/HighlightCard/HighlightCard.svelte +54 -0
  37. package/dist/HighlightCard/HighlightCard.svelte.d.ts +9 -0
  38. package/dist/HighlightCard/index.d.ts +2 -0
  39. package/dist/Input/Input.svelte +32 -0
  40. package/dist/Input/Input.svelte.d.ts +23 -0
  41. package/dist/Input/index.d.ts +2 -0
  42. package/dist/Logotype/Logotype.svelte.d.ts +26 -0
  43. package/dist/Middot/Middot.svelte.d.ts +26 -0
  44. package/dist/Middot/index.d.ts +2 -0
  45. package/dist/Note/Note.svelte +28 -0
  46. package/dist/Note/Note.svelte.d.ts +7 -0
  47. package/dist/Note/index.js +2 -0
  48. package/dist/Select/Select.svelte +39 -0
  49. package/dist/Select/Select.svelte.d.ts +4 -0
  50. package/{src/Select/Select.types.ts → dist/Select/Select.types.d.ts} +1 -2
  51. package/dist/Select/Select.types.js +1 -0
  52. package/dist/Select/index.d.ts +2 -0
  53. package/dist/Switcher/Switcher.svelte +111 -0
  54. package/dist/Switcher/Switcher.svelte.d.ts +21 -0
  55. package/dist/Switcher/index.d.ts +2 -0
  56. package/dist/assets/close-circle.svg.svelte.d.ts +26 -0
  57. package/dist/assets/grow.svg.svelte.d.ts +26 -0
  58. package/dist/assets/hand-pointer.svg.svelte.d.ts +26 -0
  59. package/dist/assets/shrink.svg.svelte.d.ts +26 -0
  60. package/dist/assets/tap.svg.svelte.d.ts +26 -0
  61. package/dist/assets/times-circle-solid.svg.svelte.d.ts +26 -0
  62. package/dist/index.d.ts +29 -0
  63. package/dist/maplibre/AttributionControl/AttributionControl.svelte +15 -0
  64. package/dist/maplibre/AttributionControl/AttributionControl.svelte.d.ts +8 -0
  65. package/dist/maplibre/AttributionControl/index.d.ts +2 -0
  66. package/dist/maplibre/GeocoderControl/GeocoderAPIs.d.ts +6 -0
  67. package/dist/maplibre/GeocoderControl/GeocoderAPIs.js +40 -0
  68. package/dist/maplibre/GeocoderControl/GeocoderControl.svelte +25 -0
  69. package/dist/maplibre/GeocoderControl/GeocoderControl.svelte.d.ts +27 -0
  70. package/dist/maplibre/GeocoderControl/index.d.ts +2 -0
  71. package/dist/maplibre/Map/FallbackStyle.d.ts +3 -0
  72. package/dist/maplibre/Map/FallbackStyle.js +15 -0
  73. package/dist/maplibre/Map/Map.svelte +91 -0
  74. package/dist/maplibre/Map/Map.svelte.d.ts +23 -0
  75. package/dist/maplibre/Map/index.d.ts +2 -0
  76. package/dist/maplibre/MapControl/MapControl.svelte +29 -0
  77. package/dist/maplibre/MapControl/MapControl.svelte.d.ts +11 -0
  78. package/dist/maplibre/MapControl/index.d.ts +2 -0
  79. package/dist/maplibre/MapStyle/SWRDataLabLight.d.ts +3 -0
  80. package/dist/maplibre/MapStyle/SWRDataLabLight.js +60 -0
  81. package/dist/maplibre/MapStyle/components/Admin.d.ts +1 -0
  82. package/dist/maplibre/MapStyle/components/Admin.js +170 -0
  83. package/dist/maplibre/MapStyle/components/Buildings.d.ts +1 -0
  84. package/dist/maplibre/MapStyle/components/Buildings.js +21 -0
  85. package/dist/maplibre/MapStyle/components/Landuse.d.ts +1 -0
  86. package/dist/maplibre/MapStyle/components/Landuse.js +497 -0
  87. package/dist/maplibre/MapStyle/components/Natural.d.ts +1 -0
  88. package/dist/maplibre/MapStyle/components/Natural.js +1 -0
  89. package/dist/maplibre/MapStyle/components/PlaceLabels.d.ts +4 -0
  90. package/dist/maplibre/MapStyle/components/PlaceLabels.js +194 -0
  91. package/dist/maplibre/MapStyle/components/Roads.d.ts +8 -0
  92. package/dist/maplibre/MapStyle/components/Roads.js +2327 -0
  93. package/dist/maplibre/MapStyle/components/Transit.d.ts +7 -0
  94. package/dist/maplibre/MapStyle/components/Transit.js +499 -0
  95. package/dist/maplibre/MapStyle/components/Walking.d.ts +1 -0
  96. package/dist/maplibre/MapStyle/components/Walking.js +1530 -0
  97. package/dist/maplibre/MapStyle/index.d.ts +2 -0
  98. package/dist/maplibre/MapStyle/tokens.d.ts +20 -0
  99. package/dist/maplibre/MapStyle/tokens.js +20 -0
  100. package/dist/maplibre/NavigationControl/NavigationControl.svelte +9 -0
  101. package/dist/maplibre/NavigationControl/NavigationControl.svelte.d.ts +12 -0
  102. package/dist/maplibre/NavigationControl/index.d.ts +2 -0
  103. package/dist/maplibre/ScaleControl/ScaleControl.svelte +9 -0
  104. package/dist/maplibre/ScaleControl/ScaleControl.svelte.d.ts +9 -0
  105. package/dist/maplibre/ScaleControl/index.d.ts +2 -0
  106. package/dist/maplibre/Source/MapSource.svelte +43 -0
  107. package/dist/maplibre/Source/MapSource.svelte.d.ts +13 -0
  108. package/dist/maplibre/Source/index.d.ts +2 -0
  109. package/dist/maplibre/Source/source.d.ts +28 -0
  110. package/dist/maplibre/Source/source.js +76 -0
  111. package/dist/maplibre/Tooltip/Tooltip.svelte +46 -0
  112. package/dist/maplibre/Tooltip/Tooltip.svelte.d.ts +25 -0
  113. package/dist/maplibre/Tooltip/index.d.ts +2 -0
  114. package/dist/maplibre/VectorLayer/VectorLayer.svelte +73 -0
  115. package/dist/maplibre/VectorLayer/VectorLayer.svelte.d.ts +21 -0
  116. package/dist/maplibre/VectorLayer/index.d.ts +2 -0
  117. package/dist/maplibre/VectorTileSource/VectorTileSource.svelte +13 -0
  118. package/dist/maplibre/VectorTileSource/VectorTileSource.svelte.d.ts +11 -0
  119. package/dist/maplibre/VectorTileSource/index.d.ts +2 -0
  120. package/dist/maplibre/WithLinkLocation/WithLinkLocation.svelte +44 -0
  121. package/dist/maplibre/WithLinkLocation/WithLinkLocation.svelte.d.ts +19 -0
  122. package/dist/maplibre/WithLinkLocation/index.d.ts +2 -0
  123. package/dist/maplibre/context.svelte.d.ts +33 -0
  124. package/dist/maplibre/context.svelte.js +73 -0
  125. package/{src/maplibre/types.ts → dist/maplibre/types.d.ts} +3 -5
  126. package/dist/maplibre/types.js +1 -0
  127. package/dist/maplibre/utils.d.ts +4 -0
  128. package/dist/maplibre/utils.js +34 -0
  129. package/dist/utils/formatDate.d.ts +5 -0
  130. package/dist/utils/formatNumber.d.ts +18 -0
  131. package/dist/utils/getColorsBetween.d.ts +9 -0
  132. package/dist/utils/getComparisonDiffs.d.ts +6 -0
  133. package/dist/utils/getEmbedContext.d.ts +7 -0
  134. package/dist/utils/getEmbedContext.js +27 -0
  135. package/dist/utils/getLaenderFromTopo.d.ts +10 -0
  136. package/dist/utils/getLaenderNicenameFromAgs.d.ts +7 -0
  137. package/dist/utils/isSvelteComponent.d.ts +7 -0
  138. package/dist/utils/prepareSophoraModel.d.ts +2 -0
  139. package/dist/utils/scrollIntoViewWithOffset.d.ts +7 -0
  140. package/dist/utils/slugify.d.ts +1 -0
  141. package/dist/utils/slugify.js +11 -0
  142. package/dist/utils/topoToGeo.d.ts +7 -0
  143. package/package.json +28 -7
  144. package/.storybook/blocks/Mermaid.jsx +0 -9
  145. package/.storybook/main.ts +0 -34
  146. package/.storybook/preview-head.html +0 -13
  147. package/.storybook/preview.ts +0 -47
  148. package/.storybook/vitest.setup.ts +0 -9
  149. package/src/Autocomplete/Autocomplete.stories.svelte +0 -61
  150. package/src/Autocomplete/Autocomplete.svelte +0 -237
  151. package/src/Button/Button.stories.svelte +0 -21
  152. package/src/Button/Button.svelte +0 -52
  153. package/src/Caption/Caption.stories.svelte +0 -24
  154. package/src/Caption/Caption.svelte +0 -29
  155. package/src/Card/Card.stories.svelte +0 -19
  156. package/src/Card/Card.svelte +0 -34
  157. package/src/ChartFooter/ChartFooter.stories.svelte +0 -32
  158. package/src/ChartFooter/ChartFooter.svelte +0 -46
  159. package/src/ChartHeader/ChartHeader.stories.svelte +0 -31
  160. package/src/ChartList/ChartList.stories.svelte +0 -48
  161. package/src/Copy/Copy.stories.svelte +0 -32
  162. package/src/Copy/Copy.svelte +0 -29
  163. package/src/DesignTokens/DesignTokens.svelte +0 -71
  164. package/src/DesignTokens/Tokens.ts +0 -186
  165. package/src/FormLabel/FormLabel.stories.svelte +0 -52
  166. package/src/Headline/Headline.stories.svelte +0 -17
  167. package/src/HighlightCard/HighlightCard.stories.svelte +0 -57
  168. package/src/HighlightCard/HighlightCard.svelte +0 -65
  169. package/src/Input/Input.svelte +0 -21
  170. package/src/Logotype/Logotype.stories.svelte +0 -16
  171. package/src/Middot/Middot.stories.svelte +0 -16
  172. package/src/Note/Note.stories.svelte +0 -23
  173. package/src/Note/Note.svelte +0 -38
  174. package/src/Select/Select.stories.svelte +0 -205
  175. package/src/Select/Select.svelte +0 -76
  176. package/src/Select/SelectStoriesTemplate.svelte +0 -31
  177. package/src/Switcher/Switcher.stories.svelte +0 -44
  178. package/src/Switcher/Switcher.svelte +0 -130
  179. package/src/maplibre/AttributionControl/AttributionControl.stories.svelte +0 -29
  180. package/src/maplibre/AttributionControl/AttributionControl.svelte +0 -45
  181. package/src/maplibre/GeocoderControl/GeocoderAPIs.ts +0 -49
  182. package/src/maplibre/GeocoderControl/GeocoderControl.stories.svelte +0 -78
  183. package/src/maplibre/GeocoderControl/GeocoderControl.svelte +0 -211
  184. package/src/maplibre/Map/FallbackStyle.ts +0 -18
  185. package/src/maplibre/Map/Map.stories.svelte +0 -118
  186. package/src/maplibre/Map/Map.svelte +0 -287
  187. package/src/maplibre/MapControl/MapControl.stories.svelte +0 -56
  188. package/src/maplibre/MapControl/MapControl.svelte +0 -41
  189. package/src/maplibre/MapStyle/SWRDataLabLight.stories.svelte +0 -41
  190. package/src/maplibre/MapStyle/SWRDataLabLight.ts +0 -72
  191. package/src/maplibre/MapStyle/components/Admin.ts +0 -173
  192. package/src/maplibre/MapStyle/components/Buildings.ts +0 -23
  193. package/src/maplibre/MapStyle/components/Landuse.ts +0 -499
  194. package/src/maplibre/MapStyle/components/Natural.ts +0 -1
  195. package/src/maplibre/MapStyle/components/PlaceLabels.ts +0 -199
  196. package/src/maplibre/MapStyle/components/Roads.ts +0 -2345
  197. package/src/maplibre/MapStyle/components/Transit.ts +0 -507
  198. package/src/maplibre/MapStyle/components/Walking.ts +0 -1538
  199. package/src/maplibre/MapStyle/tokens.ts +0 -21
  200. package/src/maplibre/NavigationControl/NavigationControl.stories.svelte +0 -39
  201. package/src/maplibre/NavigationControl/NavigationControl.svelte +0 -36
  202. package/src/maplibre/ScaleControl/ScaleControl.stories.svelte +0 -71
  203. package/src/maplibre/ScaleControl/ScaleControl.svelte +0 -25
  204. package/src/maplibre/Source/MapSource.stories.svelte +0 -9
  205. package/src/maplibre/Source/MapSource.svelte +0 -61
  206. package/src/maplibre/Source/source.ts +0 -89
  207. package/src/maplibre/Tooltip/Tooltip.stories.svelte +0 -192
  208. package/src/maplibre/Tooltip/Tooltip.svelte +0 -183
  209. package/src/maplibre/VectorLayer/VectorLayer.stories.svelte +0 -65
  210. package/src/maplibre/VectorLayer/VectorLayer.svelte +0 -146
  211. package/src/maplibre/VectorTileSource/VectorTileSource.stories.svelte +0 -46
  212. package/src/maplibre/VectorTileSource/VectorTileSource.svelte +0 -24
  213. package/src/maplibre/WithLinkLocation/WithLinkLocation.stories.svelte +0 -29
  214. package/src/maplibre/WithLinkLocation/WithLinkLocation.svelte +0 -83
  215. package/src/maplibre/context.svelte.ts +0 -89
  216. package/src/maplibre/utils.ts +0 -52
  217. package/src/utils/getEmbedContext.js +0 -28
  218. package/src/utils/slugify.ts +0 -12
  219. package/static/favicon.png +0 -0
  220. package/svelte.config.js +0 -18
  221. package/tsconfig.json +0 -19
  222. package/vite.config.ts +0 -6
  223. package/vitest.workspace.ts +0 -32
  224. /package/{src → dist}/Autocomplete/index.js +0 -0
  225. /package/{src → dist}/Button/index.js +0 -0
  226. /package/{src/Caption/index.ts → dist/Caption/index.d.ts} +0 -0
  227. /package/{src → dist}/Card/index.js +0 -0
  228. /package/{src → dist}/ChartFooter/ChartFooter.mdx +0 -0
  229. /package/{src → dist}/ChartFooter/index.js +0 -0
  230. /package/{src → dist}/ChartHeader/ChartHeader.mdx +0 -0
  231. /package/{src → dist}/ChartHeader/index.js +0 -0
  232. /package/{src → dist}/ChartList/ChartList.mdx +0 -0
  233. /package/{src/ChartList/index.ts → dist/ChartList/index.d.ts} +0 -0
  234. /package/{src/Copy/index.ts → dist/Copy/index.d.ts} +0 -0
  235. /package/{src → dist}/DesignTokens/DesignTokens.mdx +0 -0
  236. /package/{src → dist}/DesignTokens/index.js +0 -0
  237. /package/{src → dist}/FormLabel/FormLabel.mdx +0 -0
  238. /package/{src/FormLabel/index.ts → dist/FormLabel/index.d.ts} +0 -0
  239. /package/{src/Headline/index.ts → dist/Headline/index.d.ts} +0 -0
  240. /package/{src → dist}/HighlightCard/index.js +0 -0
  241. /package/{src → dist}/Input/index.js +0 -0
  242. /package/{src → dist}/Intro.mdx +0 -0
  243. /package/{src → dist}/Logotype/Logotype.svelte +0 -0
  244. /package/{src → dist}/Middot/Middot.svelte +0 -0
  245. /package/{src → dist}/Middot/index.js +0 -0
  246. /package/{src/Note/index.ts → dist/Note/index.d.ts} +0 -0
  247. /package/{src → dist}/Select/Select.mdx +0 -0
  248. /package/{src → dist}/Select/index.js +0 -0
  249. /package/{src → dist}/Select/mock_data/jobs.json +0 -0
  250. /package/{src → dist}/Switcher/Switcher.mdx +0 -0
  251. /package/{src → dist}/Switcher/index.js +0 -0
  252. /package/{src → dist}/app.d.ts +0 -0
  253. /package/{src → dist}/app.html +0 -0
  254. /package/{src → dist}/assets/close-circle.svg.svelte +0 -0
  255. /package/{src → dist}/assets/grow.svg.svelte +0 -0
  256. /package/{src → dist}/assets/hand-pointer.svg.svelte +0 -0
  257. /package/{src → dist}/assets/shrink.svg.svelte +0 -0
  258. /package/{src → dist}/assets/tap.svg.svelte +0 -0
  259. /package/{src → dist}/assets/times-circle-solid.svg.svelte +0 -0
  260. /package/{src → dist}/index.js +0 -0
  261. /package/{src → dist}/maplibre/AttributionControl/index.js +0 -0
  262. /package/{src → dist}/maplibre/GeocoderControl/index.js +0 -0
  263. /package/{src → dist}/maplibre/Map/index.js +0 -0
  264. /package/{src → dist}/maplibre/MapControl/MapControl.mdx +0 -0
  265. /package/{src → dist}/maplibre/MapControl/index.js +0 -0
  266. /package/{src → dist}/maplibre/MapStyle/SWRDataLabLight.mdx +0 -0
  267. /package/{src → dist}/maplibre/MapStyle/index.js +0 -0
  268. /package/{src → dist}/maplibre/Maplibre.mdx +0 -0
  269. /package/{src → dist}/maplibre/NavigationControl/index.js +0 -0
  270. /package/{src → dist}/maplibre/ScaleControl/index.js +0 -0
  271. /package/{src → dist}/maplibre/Source/index.js +0 -0
  272. /package/{src → dist}/maplibre/Tooltip/index.js +0 -0
  273. /package/{src → dist}/maplibre/VectorLayer/index.js +0 -0
  274. /package/{src → dist}/maplibre/VectorTileSource/VectorTileSource.mdx +0 -0
  275. /package/{src → dist}/maplibre/VectorTileSource/index.js +0 -0
  276. /package/{src → dist}/maplibre/WithLinkLocation/WithLinkLocation.mdx +0 -0
  277. /package/{src → dist}/maplibre/WithLinkLocation/index.js +0 -0
  278. /package/{src → dist}/styles/base.scss +0 -0
  279. /package/{src → dist}/utils/formatDate.js +0 -0
  280. /package/{src → dist}/utils/formatNumber.js +0 -0
  281. /package/{src → dist}/utils/getColorsBetween.js +0 -0
  282. /package/{src → dist}/utils/getComparisonDiffs.js +0 -0
  283. /package/{src → dist}/utils/getLaenderFromTopo.js +0 -0
  284. /package/{src → dist}/utils/getLaenderNicenameFromAgs.js +0 -0
  285. /package/{src → dist}/utils/isSvelteComponent.js +0 -0
  286. /package/{src → dist}/utils/prepareSophoraModel.js +0 -0
  287. /package/{src → dist}/utils/scrollIntoViewWithOffset.js +0 -0
  288. /package/{src → dist}/utils/topoToGeo.js +0 -0
@@ -0,0 +1,26 @@
1
+ export default CloseCircle;
2
+ type CloseCircle = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const CloseCircle: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -0,0 +1,26 @@
1
+ export default Grow;
2
+ type Grow = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const Grow: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -0,0 +1,26 @@
1
+ export default HandPointer;
2
+ type HandPointer = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const HandPointer: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -0,0 +1,26 @@
1
+ export default Shrink;
2
+ type Shrink = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const Shrink: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -0,0 +1,26 @@
1
+ export default Tap;
2
+ type Tap = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const Tap: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -0,0 +1,26 @@
1
+ export default TimesCircleSolid;
2
+ type TimesCircleSolid = SvelteComponent<{
3
+ [x: string]: never;
4
+ }, {
5
+ [evt: string]: CustomEvent<any>;
6
+ }, {}> & {
7
+ $$bindings?: string | undefined;
8
+ };
9
+ declare const TimesCircleSolid: $$__sveltets_2_IsomorphicComponent<{
10
+ [x: string]: never;
11
+ }, {
12
+ [evt: string]: CustomEvent<any>;
13
+ }, {}, {}, string>;
14
+ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
+ new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
+ $$bindings?: Bindings;
17
+ } & Exports;
18
+ (internal: unknown, props: {
19
+ $$events?: Events;
20
+ $$slots?: Slots;
21
+ }): Exports & {
22
+ $set?: any;
23
+ $on?: any;
24
+ };
25
+ z_$$bindings?: Bindings;
26
+ }
@@ -0,0 +1,29 @@
1
+ export { default as DesignTokens } from "./DesignTokens/DesignTokens.svelte";
2
+ export { tokens } from "./DesignTokens/index.js";
3
+ export { default as Headline } from "./Headline/Headline.svelte";
4
+ export { default as Copy } from "./Copy/Copy.svelte";
5
+ export { default as Caption } from "./Caption/Caption.svelte";
6
+ export { default as Note } from "./Note/Note.svelte";
7
+ export { default as Card } from "./Card/Card.svelte";
8
+ export { default as ChartHeader } from "./ChartHeader/ChartHeader.svelte";
9
+ export { default as ChartFooter } from "./ChartFooter/ChartFooter.svelte";
10
+ export { default as Logotype } from "./Logotype/Logotype.svelte";
11
+ export { default as Middot } from "./Middot/Middot.svelte";
12
+ export { default as Map } from "./maplibre/Map/Map.svelte";
13
+ export { SWRDataLabLight } from "./maplibre/MapStyle";
14
+ export { default as MapControl } from "./maplibre/MapControl/MapControl.svelte";
15
+ export { default as AttributionControl } from "./maplibre/AttributionControl/AttributionControl.svelte";
16
+ export { default as GeocoderControl } from "./maplibre/GeocoderControl/GeocoderControl.svelte";
17
+ export { default as NavigationControl } from "./maplibre/NavigationControl/NavigationControl.svelte";
18
+ export { default as ScaleControl } from "./maplibre/ScaleControl/ScaleControl.svelte";
19
+ export { default as VectorLayer } from "./maplibre/VectorLayer/VectorLayer.svelte";
20
+ export { default as VectorTileSource } from "./maplibre/VectorTileSource/VectorTileSource.svelte";
21
+ export { default as Tooltip } from "./maplibre/Tooltip/Tooltip.svelte";
22
+ export { default as WithLinkLocation } from "./maplibre/WithLinkLocation/WithLinkLocation.svelte";
23
+ export { default as FormLabel } from "./FormLabel/FormLabel.svelte";
24
+ export { default as Switcher } from "./Switcher/Switcher.svelte";
25
+ export { default as Input } from "./Input/Input.svelte";
26
+ export { default as Button } from "./Button/Button.svelte";
27
+ export { default as Select } from "./Select/Select.svelte";
28
+ export { default as Autocomplete } from "./Autocomplete/Autocomplete.svelte";
29
+ export { default as ChartList } from "./ChartList/ChartList.svelte";
@@ -0,0 +1,15 @@
1
+ <script lang="ts">import maplibre, {} from 'maplibre-gl';
2
+ import MapControl from '../MapControl/MapControl.svelte';
3
+ const { position = 'bottom-right', customAttribution } = $props();
4
+ </script>
5
+
6
+ <MapControl
7
+ {position}
8
+ control={new maplibre.AttributionControl({
9
+ customAttribution,
10
+ compact: false
11
+ })}
12
+ />
13
+
14
+ <style>
15
+ </style>
@@ -0,0 +1,8 @@
1
+ import { type ControlPosition } from 'maplibre-gl';
2
+ interface AttributionControlProps {
3
+ position?: ControlPosition;
4
+ customAttribution?: string;
5
+ }
6
+ declare const AttributionControl: import("svelte").Component<AttributionControlProps, {}, "">;
7
+ type AttributionControl = ReturnType<typeof AttributionControl>;
8
+ export default AttributionControl;
@@ -0,0 +1,2 @@
1
+ export default AttributionControl;
2
+ import AttributionControl from './AttributionControl.svelte';
@@ -0,0 +1,6 @@
1
+ import { type MaplibreGeocoderApi, type MaplibreGeocoderApiConfig, type MaplibreGeocoderFeatureResults } from '@maplibre/maplibre-gl-geocoder';
2
+ export declare class MaptilerGeocoderAPI implements MaplibreGeocoderApi {
3
+ key: string;
4
+ constructor(key: string);
5
+ forwardGeocode(config: MaplibreGeocoderApiConfig): Promise<MaplibreGeocoderFeatureResults>;
6
+ }
@@ -0,0 +1,40 @@
1
+ import {} from '@maplibre/maplibre-gl-geocoder';
2
+ export class MaptilerGeocoderAPI {
3
+ key;
4
+ constructor(key) {
5
+ this.key = key;
6
+ }
7
+ async forwardGeocode(config) {
8
+ const result = {
9
+ type: 'FeatureCollection',
10
+ features: []
11
+ };
12
+ try {
13
+ const response = await fetch(`https://api.maptiler.com/geocoding/${config.query}.json?country=${config.countries}&language=${config.language}&key=${this.key}`);
14
+ const geojson = await response.json();
15
+ for (const feature of geojson.features) {
16
+ const res = {
17
+ type: 'Feature',
18
+ id: feature.id,
19
+ place_type: ['place'],
20
+ place_name: feature.place_name,
21
+ language: feature.properties.display_name,
22
+ text: feature.text,
23
+ bbox: feature.bbox,
24
+ geometry: {
25
+ type: 'Point',
26
+ coordinates: feature.center
27
+ },
28
+ properties: {
29
+ text: feature.text
30
+ }
31
+ };
32
+ result.features.push(res);
33
+ }
34
+ }
35
+ catch (e) {
36
+ console.error(`Failed to forwardGeocode with error: ${e}`);
37
+ }
38
+ return result;
39
+ }
40
+ }
@@ -0,0 +1,25 @@
1
+ <script lang="ts">import maplibre from 'maplibre-gl';
2
+ import MaplibreGeocoder, {} from '@maplibre/maplibre-gl-geocoder';
3
+ import { MaptilerGeocoderAPI } from './GeocoderAPIs';
4
+ import MapControl from '../MapControl/MapControl.svelte';
5
+ import {} from '../types';
6
+ const { key, service = 'maptiler', countries = 'de', languages = 'en', placeholder, limit = 3 } = $props();
7
+ const countriesArr = Array.isArray(countries) ? countries : [countries];
8
+ const languagesArr = Array.isArray(languages) ? languages : [languages];
9
+ // Future: initialise a different GeocoderAPI depending on "service"
10
+ let geocoderAPI = new MaptilerGeocoderAPI(key);
11
+ const geocoder = new MaplibreGeocoder(geocoderAPI, {
12
+ maplibregl: maplibre,
13
+ language: languagesArr.join(','),
14
+ countries: countriesArr.join(','),
15
+ showResultsWhileTyping: true,
16
+ showResultMarkers: false,
17
+ placeholder,
18
+ limit
19
+ });
20
+ </script>
21
+
22
+ <MapControl control={geocoder} position="top-left" />
23
+
24
+ <style>
25
+ </style>
@@ -0,0 +1,27 @@
1
+ import { type GeocodingCountry, type GeocodingLanguage, type GeocodingService } from '../types';
2
+ interface GeocoderControlProps {
3
+ service: GeocodingService;
4
+ /**
5
+ * API key for selected geocoding `service`
6
+ */
7
+ key: string;
8
+ /**
9
+ * Maximum number of suggestions to display
10
+ */
11
+ limit?: number;
12
+ /**
13
+ * Limit search to one or more countries
14
+ */
15
+ countries?: GeocodingCountry | GeocodingCountry[];
16
+ /**
17
+ * Limit search to one or more languages. The UI is localised to the first language specified if [available](https://github.com/maplibre/maplibre-gl-geocoder/blob/main/lib/localization.ts).
18
+ */
19
+ languages?: GeocodingLanguage | GeocodingLanguage[];
20
+ /**
21
+ * Overwrite the default input placeholder text
22
+ */
23
+ placeholder?: string;
24
+ }
25
+ declare const GeocoderControl: import("svelte").Component<GeocoderControlProps, {}, "">;
26
+ type GeocoderControl = ReturnType<typeof GeocoderControl>;
27
+ export default GeocoderControl;
@@ -0,0 +1,2 @@
1
+ export default GeocoderControl;
2
+ import GeocoderControl from './GeocoderControl.svelte';
@@ -0,0 +1,3 @@
1
+ import type { StyleSpecification } from 'maplibre-gl';
2
+ declare const style: StyleSpecification;
3
+ export default style;
@@ -0,0 +1,15 @@
1
+ const style = {
2
+ version: 8,
3
+ name: 'default',
4
+ sources: {},
5
+ layers: [
6
+ {
7
+ id: 'background',
8
+ type: 'background',
9
+ paint: {
10
+ 'background-color': 'lightgray'
11
+ }
12
+ }
13
+ ]
14
+ };
15
+ export default style;
@@ -0,0 +1,91 @@
1
+ <script lang="ts">import maplibre, {} from 'maplibre-gl';
2
+ import { onMount, onDestroy, getContext, hasContext } from 'svelte';
3
+ import { createMapContext } from '../context.svelte.js';
4
+ import {} from '../types';
5
+ import FallbackStyle from './FallbackStyle';
6
+ let { children, options, style = FallbackStyle, minZoom = 0, maxZoom = 14.99, zoom = $bindable(), center = $bindable(), pitch = $bindable(0), bearing = $bindable(0), loading = $bindable(true), projection = { type: 'mercator' }, allowRotation = false, allowZoom = true, showDebug = false, initialLocation = { lat: 51.3, lng: 10.2, zoom: 5 } } = $props();
7
+ let container;
8
+ const mapContext = createMapContext();
9
+ if (getContext('initialLocation') !== undefined && getContext('initialLocation') !== false) {
10
+ initialLocation = getContext('initialLocation');
11
+ }
12
+ onMount(() => {
13
+ mapContext.map = new maplibre.Map({
14
+ container,
15
+ style,
16
+ minZoom,
17
+ maxZoom,
18
+ pitch,
19
+ bearing,
20
+ attributionControl: false, // Added via component
21
+ center: [initialLocation.lng, initialLocation.lat],
22
+ zoom: initialLocation.zoom,
23
+ ...options
24
+ });
25
+ mapContext.map.on('load', () => {
26
+ zoom = mapContext.map?.getZoom();
27
+ center = mapContext.map?.getCenter();
28
+ pitch = mapContext.map?.getPitch();
29
+ bearing = mapContext.map?.getBearing();
30
+ });
31
+ mapContext.map.on('moveend', () => {
32
+ zoom = mapContext.map?.getZoom();
33
+ center = mapContext.map?.getCenter();
34
+ pitch = mapContext.map?.getPitch();
35
+ bearing = mapContext.map?.getBearing();
36
+ });
37
+ });
38
+ onDestroy(async () => {
39
+ if (mapContext.map)
40
+ mapContext.map.remove();
41
+ });
42
+ $effect(() => {
43
+ if (mapContext.map)
44
+ mapContext.map.setStyle(style);
45
+ });
46
+ $effect(() => {
47
+ if (mapContext.styleLoaded) {
48
+ mapContext.map?.setProjection(projection);
49
+ }
50
+ });
51
+ $effect(() => {
52
+ if (allowZoom === false) {
53
+ mapContext.map?.scrollZoom.disable();
54
+ }
55
+ else {
56
+ mapContext.map?.scrollZoom.enable();
57
+ }
58
+ });
59
+ </script>
60
+
61
+ <div bind:this={container} class="container" data-testid="map-container">
62
+ {#if mapContext.map}
63
+ {#if children}
64
+ {@render children()}
65
+ {/if}
66
+ {/if}
67
+ {#if showDebug}
68
+ <pre class="debug">
69
+ {Object.entries({ ...center, zoom, allowZoom, allowRotation })
70
+ .map(([key, val]) => `${key}: ${val}`)
71
+ .join('\n')}</pre>
72
+ {/if}
73
+ </div>
74
+
75
+ <style>
76
+ .container {
77
+ width: 100%;
78
+ height: 100%;
79
+ }
80
+
81
+ .debug {
82
+ position: absolute;
83
+ top: 0;
84
+ right: 0;
85
+ background: rgba(0, 0, 0, 0.9);
86
+ color: white;
87
+ z-index: 1000;
88
+ padding: 2px;
89
+ font-family: monospace;
90
+ }
91
+ </style>
@@ -0,0 +1,23 @@
1
+ import maplibre, { type ProjectionSpecification, type StyleSpecification } from 'maplibre-gl';
2
+ import { type Snippet } from 'svelte';
3
+ import { type Location } from '../types';
4
+ interface MapProps {
5
+ style?: StyleSpecification | string;
6
+ initialLocation?: Location;
7
+ allowRotation?: boolean;
8
+ allowZoom?: boolean;
9
+ minZoom?: number;
10
+ maxZoom?: number;
11
+ zoom?: number;
12
+ center?: maplibre.LngLat;
13
+ pitch?: number;
14
+ bearing?: number;
15
+ loading?: boolean;
16
+ projection?: ProjectionSpecification;
17
+ showDebug?: boolean;
18
+ options?: any;
19
+ children?: Snippet;
20
+ }
21
+ declare const Map: import("svelte").Component<MapProps, {}, "zoom" | "pitch" | "center" | "bearing" | "loading">;
22
+ type Map = ReturnType<typeof Map>;
23
+ export default Map;
@@ -0,0 +1,2 @@
1
+ export default Map;
2
+ import Map from './Map.svelte';
@@ -0,0 +1,29 @@
1
+ <script lang="ts">import {} from 'svelte';
2
+ import {} from 'maplibre-gl';
3
+ import { getMapContext } from '../context.svelte.js';
4
+ let { position, control, className, children } = $props();
5
+ let el = $state();
6
+ const { map } = $derived(getMapContext());
7
+ let ctrl = $derived.by(() => {
8
+ return control
9
+ ? control
10
+ : {
11
+ onAdd: () => el,
12
+ onRemove: () => el?.parentNode?.removeChild(el)
13
+ };
14
+ });
15
+ $effect(() => {
16
+ if (map && ctrl) {
17
+ map.addControl(ctrl, position);
18
+ }
19
+ return () => {
20
+ map?.removeControl(control);
21
+ };
22
+ });
23
+ </script>
24
+
25
+ <div bind:this={el} class={`maplibregl-ctrl ${className}`}>
26
+ {#if children}
27
+ {@render children()}
28
+ {/if}
29
+ </div>
@@ -0,0 +1,11 @@
1
+ import { type Snippet } from 'svelte';
2
+ import { type ControlPosition, type IControl } from 'maplibre-gl';
3
+ interface MapControlProps {
4
+ position: ControlPosition;
5
+ control?: IControl;
6
+ className?: string;
7
+ children?: Snippet;
8
+ }
9
+ declare const MapControl: import("svelte").Component<MapControlProps, {}, "">;
10
+ type MapControl = ReturnType<typeof MapControl>;
11
+ export default MapControl;
@@ -0,0 +1,2 @@
1
+ export default MapControl;
2
+ import MapControl from './MapControl.svelte';
@@ -0,0 +1,3 @@
1
+ import type { StyleSpecification } from 'maplibre-gl';
2
+ declare const style: StyleSpecification;
3
+ export default style;
@@ -0,0 +1,60 @@
1
+ import makeAdmin from './components/Admin';
2
+ import makeBuildings from './components/Buildings';
3
+ import makeLanduse from './components/Landuse';
4
+ import makeTransit from './components/Transit';
5
+ import makePlaceLabels from './components/PlaceLabels';
6
+ import makeWalking from './components/Walking';
7
+ import makeRoads from './components/Roads';
8
+ const { buildings } = makeBuildings();
9
+ const { landuse } = makeLanduse();
10
+ const { placeLabels } = makePlaceLabels();
11
+ const { admin } = makeAdmin();
12
+ const { airports, transitBridges, transitSurface, transitTunnels } = makeTransit();
13
+ const { walkingLabels, walkingTunnels, walkingSurface, walkingBridges } = makeWalking();
14
+ const { roadLabels, roadBridges, roadSurface, roadTunnels } = makeRoads();
15
+ const style = {
16
+ version: 8,
17
+ name: 'swr-datalab-light',
18
+ metadata: { license: 'https://creativecommons.org/publicdomain/zero/1.0/' },
19
+ glyphs: 'https://static.datenhub.net/maps/fonts/{fontstack}/{range}.pbf',
20
+ sources: {
21
+ 'versatiles-osm': {
22
+ attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
23
+ tiles: ['https://tiles.versatiles.org/tiles/osm/{z}/{x}/{y}'],
24
+ bounds: [-180, -85.0511287798066, 180, 85.0511287798066],
25
+ type: 'vector',
26
+ scheme: 'xyz',
27
+ minzoom: 0,
28
+ maxzoom: 14
29
+ }
30
+ },
31
+ sky: {
32
+ 'atmosphere-blend': ['interpolate', ['linear'], ['zoom'], 0, 0.1, 5, 0.1, 7, 0]
33
+ },
34
+ layers: [
35
+ // 1. Landuse
36
+ ...landuse,
37
+ ...airports,
38
+ // 2. Buildings
39
+ ...buildings,
40
+ // 3. Tunnels
41
+ ...walkingTunnels,
42
+ ...roadTunnels,
43
+ ...transitTunnels,
44
+ // 4. Surface ways
45
+ ...walkingSurface,
46
+ ...roadSurface,
47
+ ...transitSurface,
48
+ // 5. Bridges ways
49
+ ...walkingBridges,
50
+ ...roadBridges,
51
+ ...transitBridges,
52
+ // 6. Admin boundaries
53
+ ...admin,
54
+ // 7. Labels
55
+ ...walkingLabels,
56
+ ...roadLabels,
57
+ ...placeLabels
58
+ ]
59
+ };
60
+ export default style;
@@ -0,0 +1 @@
1
+ export default function makeAdmin(): any;