ts-maps 0.2.7 → 0.3.0

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 (225) hide show
  1. package/LICENSE.md +21 -0
  2. package/README.md +202 -141
  3. package/dist/core-map/assets/embedded-icons.d.ts +8 -0
  4. package/dist/core-map/control/AttributionControl.d.ts +12 -0
  5. package/dist/core-map/control/Control.d.ts +14 -0
  6. package/dist/core-map/control/LayersControl.d.ts +38 -0
  7. package/dist/core-map/control/ScaleControl.d.ts +14 -0
  8. package/dist/core-map/control/ZoomControl.d.ts +14 -0
  9. package/dist/core-map/control/index.d.ts +5 -0
  10. package/dist/core-map/core/Browser.d.ts +24 -0
  11. package/dist/core-map/core/Class.d.ts +12 -0
  12. package/dist/core-map/core/Events.d.ts +31 -0
  13. package/dist/core-map/core/Handler.d.ts +12 -0
  14. package/dist/core-map/core/Util.d.ts +24 -0
  15. package/dist/core-map/core/index.d.ts +7 -0
  16. package/dist/core-map/dom/Animation.d.ts +50 -0
  17. package/dist/core-map/dom/DomEvent.DoubleTap.d.ts +6 -0
  18. package/dist/core-map/dom/DomEvent.PointerEvents.d.ts +4 -0
  19. package/dist/core-map/dom/DomEvent.d.ts +15 -0
  20. package/dist/core-map/dom/DomUtil.d.ts +22 -0
  21. package/dist/core-map/dom/Draggable.d.ts +26 -0
  22. package/dist/core-map/dom/PosAnimation.d.ts +19 -0
  23. package/dist/core-map/dom/easing.d.ts +41 -0
  24. package/dist/core-map/dom/index.d.ts +8 -0
  25. package/dist/core-map/geo/LatLng.d.ts +18 -0
  26. package/dist/core-map/geo/LatLngBounds.d.ts +27 -0
  27. package/dist/core-map/geo/TerrainSource.d.ts +35 -0
  28. package/dist/core-map/geo/crs/CRS.d.ts +23 -0
  29. package/dist/core-map/geo/crs/EPSG3395.d.ts +7 -0
  30. package/dist/core-map/geo/crs/EPSG3857.d.ts +10 -0
  31. package/dist/core-map/geo/crs/EPSG4326.d.ts +7 -0
  32. package/dist/core-map/geo/crs/EarthCRS.d.ts +7 -0
  33. package/dist/core-map/geo/crs/SimpleCRS.d.ts +11 -0
  34. package/dist/core-map/geo/crs/index.d.ts +6 -0
  35. package/dist/core-map/geo/elevation.d.ts +23 -0
  36. package/dist/core-map/geo/index.d.ts +13 -0
  37. package/dist/core-map/geo/index.js +1204 -0
  38. package/dist/core-map/geo/projection/Projection.Globe.d.ts +30 -0
  39. package/dist/core-map/geo/projection/Projection.LonLat.d.ts +11 -0
  40. package/dist/core-map/geo/projection/Projection.Mercator.d.ts +6 -0
  41. package/dist/core-map/geo/projection/Projection.SphericalMercator.d.ts +6 -0
  42. package/dist/core-map/geo/projection/index.d.ts +5 -0
  43. package/dist/core-map/geo/terrainMesh.d.ts +21 -0
  44. package/dist/core-map/geometry/Bounds.d.ts +23 -0
  45. package/dist/core-map/geometry/LineUtil.d.ts +13 -0
  46. package/dist/core-map/geometry/Point.d.ts +35 -0
  47. package/dist/core-map/geometry/PolyUtil.d.ts +6 -0
  48. package/dist/core-map/geometry/RTree.d.ts +35 -0
  49. package/dist/core-map/geometry/Transformation.d.ts +12 -0
  50. package/dist/core-map/geometry/earcut.d.ts +17 -0
  51. package/dist/core-map/geometry/index.d.ts +10 -0
  52. package/dist/core-map/geometry/index.js +1586 -0
  53. package/dist/core-map/index.d.ts +59 -0
  54. package/dist/core-map/layer/BlanketOverlay.d.ts +24 -0
  55. package/dist/core-map/layer/DivOverlay.d.ts +40 -0
  56. package/dist/core-map/layer/FeatureGroup.d.ts +11 -0
  57. package/dist/core-map/layer/GeoJSON.d.ts +17 -0
  58. package/dist/core-map/layer/GeoJSONClusterSource.d.ts +54 -0
  59. package/dist/core-map/layer/HeatmapLayer.d.ts +40 -0
  60. package/dist/core-map/layer/ImageOverlay.d.ts +27 -0
  61. package/dist/core-map/layer/Layer.d.ts +18 -0
  62. package/dist/core-map/layer/LayerGroup.d.ts +16 -0
  63. package/dist/core-map/layer/Popup.d.ts +18 -0
  64. package/dist/core-map/layer/SVGOverlay.d.ts +4 -0
  65. package/dist/core-map/layer/Tooltip.d.ts +15 -0
  66. package/dist/core-map/layer/VideoOverlay.d.ts +4 -0
  67. package/dist/core-map/layer/index.d.ts +18 -0
  68. package/dist/core-map/layer/marker/DefaultIcon.d.ts +7 -0
  69. package/dist/core-map/layer/marker/DivIcon.d.ts +5 -0
  70. package/dist/core-map/layer/marker/Icon.d.ts +10 -0
  71. package/dist/core-map/layer/marker/Marker.Drag.d.ts +17 -0
  72. package/dist/core-map/layer/marker/Marker.d.ts +37 -0
  73. package/dist/core-map/layer/marker/index.d.ts +5 -0
  74. package/dist/core-map/layer/tile/GridLayer.d.ts +88 -0
  75. package/dist/core-map/layer/tile/RasterDEMLayer.d.ts +46 -0
  76. package/dist/core-map/layer/tile/TileLayer.d.ts +22 -0
  77. package/dist/core-map/layer/tile/VectorTileMapLayer.d.ts +145 -0
  78. package/dist/core-map/layer/tile/WMSTileLayer.d.ts +12 -0
  79. package/dist/core-map/layer/tile/index.d.ts +15 -0
  80. package/dist/core-map/layer/tile/urlTemplate.d.ts +17 -0
  81. package/dist/core-map/layer/vector/Canvas.d.ts +52 -0
  82. package/dist/core-map/layer/vector/Circle.d.ts +7 -0
  83. package/dist/core-map/layer/vector/CircleMarker.d.ts +22 -0
  84. package/dist/core-map/layer/vector/Path.d.ts +20 -0
  85. package/dist/core-map/layer/vector/Polygon.d.ts +13 -0
  86. package/dist/core-map/layer/vector/Polyline.d.ts +30 -0
  87. package/dist/core-map/layer/vector/Rectangle.d.ts +6 -0
  88. package/dist/core-map/layer/vector/Renderer.d.ts +12 -0
  89. package/dist/core-map/layer/vector/Renderer.getRenderer.d.ts +1 -0
  90. package/dist/core-map/layer/vector/SVG.d.ts +21 -0
  91. package/dist/core-map/layer/vector/index.d.ts +10 -0
  92. package/dist/core-map/map/Map.d.ts +353 -0
  93. package/dist/core-map/map/Style.d.ts +29 -0
  94. package/dist/core-map/map/handler/BoxZoomHandler.d.ts +23 -0
  95. package/dist/core-map/map/handler/DoubleClickZoomHandler.d.ts +6 -0
  96. package/dist/core-map/map/handler/DragHandler.d.ts +27 -0
  97. package/dist/core-map/map/handler/KeyboardHandler.d.ts +18 -0
  98. package/dist/core-map/map/handler/PinchZoomHandler.d.ts +20 -0
  99. package/dist/core-map/map/handler/ScrollWheelZoomHandler.d.ts +12 -0
  100. package/dist/core-map/map/handler/TapHoldHandler.d.ts +15 -0
  101. package/dist/core-map/map/handler/TwoFingerPitchHandler.d.ts +21 -0
  102. package/dist/core-map/map/handler/TwoFingerRotateHandler.d.ts +17 -0
  103. package/dist/core-map/map/index.d.ts +11 -0
  104. package/dist/core-map/mvt/VectorTile.d.ts +9 -0
  105. package/dist/core-map/mvt/VectorTileFeature.d.ts +59 -0
  106. package/dist/core-map/mvt/VectorTileLayer.d.ts +13 -0
  107. package/dist/core-map/proto/Pbf.d.ts +84 -0
  108. package/dist/core-map/renderer/webgl/GLContext.d.ts +22 -0
  109. package/dist/core-map/renderer/webgl/WebGLTileRenderer.d.ts +86 -0
  110. package/dist/core-map/renderer/webgl/index.d.ts +9 -0
  111. package/dist/core-map/renderer/webgl/mat4.d.ts +14 -0
  112. package/dist/core-map/services/index.d.ts +26 -0
  113. package/dist/core-map/services/index.js +1230 -0
  114. package/dist/core-map/services/providers/Google.d.ts +16 -0
  115. package/dist/core-map/services/providers/Mapbox.d.ts +26 -0
  116. package/dist/core-map/services/providers/Maptiler.d.ts +11 -0
  117. package/dist/core-map/services/providers/Nominatim.d.ts +11 -0
  118. package/dist/core-map/services/providers/OSRM.d.ts +20 -0
  119. package/dist/core-map/services/providers/Photon.d.ts +10 -0
  120. package/dist/core-map/services/providers/Valhalla.d.ts +20 -0
  121. package/dist/core-map/services/types.d.ts +84 -0
  122. package/dist/core-map/storage/TileCache.d.ts +40 -0
  123. package/dist/core-map/storage/cachedFetch.d.ts +13 -0
  124. package/dist/core-map/storage/defaultCache.d.ts +3 -0
  125. package/dist/core-map/storage/index.d.ts +13 -0
  126. package/dist/core-map/storage/index.js +283 -0
  127. package/dist/core-map/storage/offlineRegion.d.ts +26 -0
  128. package/dist/core-map/style-spec/diff.d.ts +17 -0
  129. package/dist/core-map/style-spec/expressions/Color.d.ts +16 -0
  130. package/dist/core-map/style-spec/expressions/compile.d.ts +4 -0
  131. package/dist/core-map/style-spec/expressions/errors.d.ts +8 -0
  132. package/dist/core-map/style-spec/expressions/index.d.ts +16 -0
  133. package/dist/core-map/style-spec/expressions/legacyFilter.d.ts +6 -0
  134. package/dist/core-map/style-spec/expressions/operators/conversion.d.ts +1 -0
  135. package/dist/core-map/style-spec/expressions/operators/interpolate.d.ts +14 -0
  136. package/dist/core-map/style-spec/expressions/operators/logical.d.ts +1 -0
  137. package/dist/core-map/style-spec/expressions/operators/lookup.d.ts +1 -0
  138. package/dist/core-map/style-spec/expressions/operators/math.d.ts +1 -0
  139. package/dist/core-map/style-spec/expressions/operators/string.d.ts +1 -0
  140. package/dist/core-map/style-spec/expressions/registry.d.ts +29 -0
  141. package/dist/core-map/style-spec/expressions/types.d.ts +48 -0
  142. package/dist/core-map/style-spec/expressions/validate.d.ts +13 -0
  143. package/dist/core-map/style-spec/index.d.ts +68 -0
  144. package/dist/core-map/style-spec/index.js +2529 -0
  145. package/dist/core-map/style-spec/schema.d.ts +381 -0
  146. package/dist/core-map/style-spec/types.d.ts +375 -0
  147. package/dist/core-map/style-spec/validate.d.ts +14 -0
  148. package/dist/core-map/symbols/CollisionIndex.d.ts +21 -0
  149. package/dist/core-map/symbols/GlyphAtlas.d.ts +38 -0
  150. package/dist/core-map/symbols/IconAtlas.d.ts +18 -0
  151. package/dist/core-map/symbols/index.d.ts +6 -0
  152. package/dist/core-map/symbols/index.js +501 -0
  153. package/dist/index.d.ts +2 -4
  154. package/dist/index.js +18414 -1857
  155. package/package.json +50 -58
  156. package/src/core-map/ts-maps.css +725 -0
  157. package/dist/components/base.d.ts +0 -17
  158. package/dist/components/concerns/interactable.d.ts +0 -1
  159. package/dist/components/line.d.ts +0 -29
  160. package/dist/components/marker.d.ts +0 -50
  161. package/dist/components/region.d.ts +0 -46
  162. package/dist/components/tooltip.d.ts +0 -22
  163. package/dist/core/apply-transform.d.ts +0 -7
  164. package/dist/core/coords-to-point.d.ts +0 -12
  165. package/dist/core/create-lines.d.ts +0 -2
  166. package/dist/core/create-markers.d.ts +0 -2
  167. package/dist/core/create-regions.d.ts +0 -2
  168. package/dist/core/create-series.d.ts +0 -3
  169. package/dist/core/get-inset-for-point.d.ts +0 -13
  170. package/dist/core/get-marker-position.d.ts +0 -6
  171. package/dist/core/index.d.ts +0 -1
  172. package/dist/core/reposition-labels.d.ts +0 -2
  173. package/dist/core/reposition-lines.d.ts +0 -2
  174. package/dist/core/reposition-markers.d.ts +0 -2
  175. package/dist/core/resize.d.ts +0 -3
  176. package/dist/core/set-focus.d.ts +0 -2
  177. package/dist/core/set-scale.d.ts +0 -2
  178. package/dist/core/setup-container-events.d.ts +0 -2
  179. package/dist/core/setup-container-touch-events.d.ts +0 -2
  180. package/dist/core/setup-element-events.d.ts +0 -2
  181. package/dist/core/setup-zoom-buttons.d.ts +0 -2
  182. package/dist/core/update-size.d.ts +0 -2
  183. package/dist/data-visualization.d.ts +0 -17
  184. package/dist/defaults/events.d.ts +0 -1
  185. package/dist/defaults/options.d.ts +0 -1
  186. package/dist/event-handler.d.ts +0 -1
  187. package/dist/legend.d.ts +0 -17
  188. package/dist/map.d.ts +0 -81
  189. package/dist/maps/brasil.d.ts +0 -2
  190. package/dist/maps/brasil.js +0 -7
  191. package/dist/maps/canada.d.ts +0 -2
  192. package/dist/maps/canada.js +0 -7
  193. package/dist/maps/iraq.d.ts +0 -2
  194. package/dist/maps/iraq.js +0 -84
  195. package/dist/maps/italy.d.ts +0 -2
  196. package/dist/maps/italy.js +0 -7
  197. package/dist/maps/russia.d.ts +0 -2
  198. package/dist/maps/russia.js +0 -366
  199. package/dist/maps/spain.d.ts +0 -2
  200. package/dist/maps/spain.js +0 -7
  201. package/dist/maps/us-aea-en.d.ts +0 -2
  202. package/dist/maps/us-aea-en.js +0 -7
  203. package/dist/maps/us-lcc-en.d.ts +0 -2
  204. package/dist/maps/us-lcc-en.js +0 -7
  205. package/dist/maps/us-merc-en.d.ts +0 -2
  206. package/dist/maps/us-merc-en.js +0 -7
  207. package/dist/maps/us-mill-en.d.ts +0 -2
  208. package/dist/maps/us-mill-en.js +0 -7
  209. package/dist/maps/world-merc.d.ts +0 -2
  210. package/dist/maps/world-merc.js +0 -7
  211. package/dist/maps/world.d.ts +0 -2
  212. package/dist/maps/world.js +0 -7
  213. package/dist/projection.d.ts +0 -1
  214. package/dist/scales/ordinal-scale.d.ts +0 -12
  215. package/dist/series.d.ts +0 -14
  216. package/dist/svg/base-element.d.ts +0 -19
  217. package/dist/svg/canvas-element.d.ts +0 -21
  218. package/dist/svg/image-element.d.ts +0 -12
  219. package/dist/svg/shape-element.d.ts +0 -19
  220. package/dist/svg/text-element.d.ts +0 -7
  221. package/dist/types.d.ts +0 -418
  222. package/dist/util/deep-merge.d.ts +0 -2
  223. package/dist/util/index.d.ts +0 -18
  224. package/dist/utils.d.ts +0 -87
  225. package/dist/vector-map.d.ts +0 -5
@@ -0,0 +1,14 @@
1
+ export declare function registerInterpolateOps(): void;
2
+ declare type Interp = {
3
+ kind: 'linear'
4
+ } | {
5
+ kind: 'exponential'
6
+ base: number
7
+ } | {
8
+ kind: 'cubic-bezier'
9
+ bezier: (u: number) => number
10
+ }
11
+ // Pick the blender for a given return type. For types we don't know how to
12
+ // interpolate (strings, booleans, resolved images) we fall back to stepping —
13
+ // the spec says this is the required behaviour.
14
+ declare type Blender = (_a: unknown, _b: unknown, _t: number) => unknown;
@@ -0,0 +1 @@
1
+ export declare function registerLogicalOps(): void;
@@ -0,0 +1 @@
1
+ export declare function registerLookupOps(): void;
@@ -0,0 +1 @@
1
+ export declare function registerMathOps(): void;
@@ -0,0 +1 @@
1
+ export declare function registerStringOps(): void;
@@ -0,0 +1,29 @@
1
+ import type { CompiledExpression, ExpressionType } from './types';
2
+ // `ExpressionType` is used in the `OperatorCompiler` signature below — export
3
+ // so consumers can satisfy the shape without reaching into `./types` directly.
4
+ export type { ExpressionType };
5
+ export declare function registerOperator(name: string, fn: OperatorCompiler): void;
6
+ export declare function getOperator(name: string): OperatorCompiler | undefined;
7
+ export declare function hasOperator(name: string): boolean;
8
+ // Introspection for validators — walkers that need to know whether a head
9
+ // token is a known operator (vs. an arbitrary data literal).
10
+ export declare function listOperators(): string[];
11
+ // A compiler callback — operators call this to compile their child arguments.
12
+ // `expected` is the type the child should produce; 'value' means anything.
13
+ export type CompileFn = (
14
+ expr: unknown,
15
+ expected: ExpressionType,
16
+ path: (string | number)[],
17
+ ) => CompiledExpression;
18
+ // An operator's compile-time function: given the raw expression array and a
19
+ // recursive compiler, return a CompiledExpression. The operator owns arity
20
+ // checking and argument compilation; the central compiler does not look at
21
+ // the shape of individual operator arguments. `expected` is the type the
22
+ // enclosing context wants back — used by `interpolate`/`step` to decide how
23
+ // their child branches should be compiled.
24
+ export type OperatorCompiler = (
25
+ args: unknown[],
26
+ compile: CompileFn,
27
+ path: (string | number)[],
28
+ expected: ExpressionType,
29
+ ) => CompiledExpression;
@@ -0,0 +1,48 @@
1
+ // Everything the evaluator needs to resolve an expression against a feature
2
+ // at a given zoom level. `feature` and `featureState` are optional because
3
+ // zoom-only expressions don't need them; we use that fact downstream to
4
+ // decide whether a compiled expression can be cached across features.
5
+ export declare interface EvaluationContext {
6
+ zoom: number
7
+ feature?: {
8
+ type: 1 | 2 | 3
9
+ id?: number | string
10
+ properties: Record<string, unknown>
11
+ }
12
+ featureState?: Record<string, unknown>
13
+ lineProgress?: number
14
+ globalProperties?: {
15
+ bearing?: number
16
+ pitch?: number
17
+ zoom: number
18
+ }
19
+ }
20
+ // A compiled expression: a closure plus metadata the renderer uses to decide
21
+ // whether it needs to re-evaluate on zoom change, on feature change, or on
22
+ // feature-state change. Every flag starts false and ORs upward as children
23
+ // propagate their dependencies.
24
+ export declare interface CompiledExpression {
25
+ evaluate: (ctx: EvaluationContext) => unknown
26
+ returnType: ExpressionType
27
+ dependsOnZoom: boolean
28
+ dependsOnFeature: boolean
29
+ dependsOnFeatureState: boolean
30
+ }
31
+ // Internal types for the expression evaluator. These are kept separate from
32
+ // the public style-spec types to keep the surface area small — callers should
33
+ // import from `./index` rather than reaching in here directly.
34
+ // The set of runtime types an expression can return. `value` is the catch-all
35
+ // used when a position accepts anything; the evaluator will still validate
36
+ // against the expected type of the enclosing property.
37
+ export type ExpressionType = | 'string'
38
+ | 'number'
39
+ | 'boolean'
40
+ | 'color'
41
+ | 'array'
42
+ | 'null'
43
+ | 'formatted'
44
+ | 'resolvedImage'
45
+ | 'value';
46
+ // A parsed RGBA color in [0..1] space. Stored as a plain tuple to keep the
47
+ // evaluator allocation-lean in hot loops — no wrapper objects.
48
+ export type RGBA = [number, number, number, number];
@@ -0,0 +1,13 @@
1
+ import type { ExpressionType } from './types';
2
+ /**
3
+ * Quick predicate: does this value look like an expression? Used by the
4
+ * style-spec validator to decide whether to hand off to us or to match
5
+ * literal-shape rules.
6
+ */
7
+ export declare function isExpression(value: unknown): boolean;
8
+ /**
9
+ * Validate an expression statically. Returns an array of error messages;
10
+ * empty array means valid. Non-array inputs are accepted unconditionally
11
+ * here — literal shape checking belongs to the caller's schema pass.
12
+ */
13
+ export declare function validateExpression(value: unknown, expectedType: ExpressionType): string[];
@@ -0,0 +1,68 @@
1
+ export type { StyleDiff, StyleDiffCommand } from './diff';
2
+ export type {
3
+ CompiledExpression,
4
+ EvaluationContext,
5
+ ExpressionType,
6
+ RGBA,
7
+ } from './expressions/index';
8
+ export type { PropertySchema, PropertySchemaType } from './schema';
9
+ export type {
10
+ BackgroundLayerSpecification,
11
+ BackgroundLayoutSpecification,
12
+ BackgroundPaintSpecification,
13
+ CircleLayerSpecification,
14
+ CircleLayoutSpecification,
15
+ CirclePaintSpecification,
16
+ ColorSpecification,
17
+ ExpressionSpecification,
18
+ FillLayerSpecification,
19
+ FillLayoutSpecification,
20
+ FillPaintSpecification,
21
+ FilterSpecification,
22
+ FormattedSpecification,
23
+ GeoJSONSourceSpecification,
24
+ LayerSpecification,
25
+ LayerType,
26
+ LightSpecification,
27
+ LineLayerSpecification,
28
+ LineLayoutSpecification,
29
+ LinePaintSpecification,
30
+ PaddingSpecification,
31
+ PromoteIdSpecification,
32
+ PropertyValueSpecification,
33
+ RasterDEMSourceSpecification,
34
+ RasterLayerSpecification,
35
+ RasterLayoutSpecification,
36
+ RasterPaintSpecification,
37
+ RasterSourceSpecification,
38
+ ResolvedImageSpecification,
39
+ SourceSpecification,
40
+ SpriteSource,
41
+ Style,
42
+ SymbolLayerSpecification,
43
+ SymbolLayoutSpecification,
44
+ SymbolPaintSpecification,
45
+ TransitionSpecification,
46
+ VectorSourceSpecification,
47
+ } from './types';
48
+ export type { ValidationError } from './validate';
49
+ export { diffStyles } from './diff';
50
+ export {
51
+ compile as compileExpression,
52
+ convertLegacyFilter,
53
+ evaluate as evaluateExpression,
54
+ ExpressionError,
55
+ formatColor,
56
+ isExpression,
57
+ lerpColor,
58
+ parseColor,
59
+ validateExpression,
60
+ } from './expressions/index';
61
+ export { layerTypes, layoutPropertySchemas, paintPropertySchemas, sourceTypes } from './schema';
62
+ export {
63
+ validateLayer,
64
+ validateLayoutProperty,
65
+ validatePaintProperty,
66
+ validateSource,
67
+ validateStyle,
68
+ } from './validate';