@genome-spy/core 0.37.2 → 0.37.4

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 (293) hide show
  1. package/dist/bundle/index.es.js +758 -763
  2. package/dist/bundle/index.js +35 -35
  3. package/dist/src/data/collector.d.ts +1 -1
  4. package/dist/src/data/collector.d.ts.map +1 -1
  5. package/dist/src/data/collector.js +4 -4
  6. package/dist/src/data/collector.test.js +1 -1
  7. package/dist/src/data/dataFlow.d.ts +1 -1
  8. package/dist/src/data/dataFlow.d.ts.map +1 -1
  9. package/dist/src/data/dataFlow.js +1 -1
  10. package/dist/src/data/facetNode.d.ts +1 -1
  11. package/dist/src/data/facetNode.d.ts.map +1 -1
  12. package/dist/src/data/facetNode.js +1 -1
  13. package/dist/src/data/flow.test.js +4 -4
  14. package/dist/src/data/flowNode.test.js +2 -2
  15. package/dist/src/data/flowOptimizer.js +2 -2
  16. package/dist/src/data/flowOptimizer.test.js +11 -8
  17. package/dist/src/data/flowTestUtils.d.ts +2 -2
  18. package/dist/src/data/flowTestUtils.d.ts.map +1 -1
  19. package/dist/src/data/flowTestUtils.js +2 -2
  20. package/dist/src/data/formats/fasta.test.js +1 -1
  21. package/dist/src/data/sources/dataSource.d.ts +1 -1
  22. package/dist/src/data/sources/dataSource.d.ts.map +1 -1
  23. package/dist/src/data/sources/dataSource.js +1 -1
  24. package/dist/src/data/sources/dataSourceFactory.d.ts +10 -10
  25. package/dist/src/data/sources/dataSourceFactory.d.ts.map +1 -1
  26. package/dist/src/data/sources/dataSourceFactory.js +10 -10
  27. package/dist/src/data/sources/dataUtils.d.ts +2 -2
  28. package/dist/src/data/sources/dataUtils.d.ts.map +1 -1
  29. package/dist/src/data/sources/dataUtils.js +2 -2
  30. package/dist/src/data/sources/dynamic/axisGenomeSource.d.ts +1 -1
  31. package/dist/src/data/sources/dynamic/axisGenomeSource.d.ts.map +1 -1
  32. package/dist/src/data/sources/dynamic/axisGenomeSource.js +1 -1
  33. package/dist/src/data/sources/dynamic/axisTickSource.d.ts +1 -1
  34. package/dist/src/data/sources/dynamic/axisTickSource.d.ts.map +1 -1
  35. package/dist/src/data/sources/dynamic/axisTickSource.js +4 -4
  36. package/dist/src/data/sources/dynamic/bamSource.d.ts +1 -1
  37. package/dist/src/data/sources/dynamic/bamSource.d.ts.map +1 -1
  38. package/dist/src/data/sources/dynamic/bamSource.js +3 -3
  39. package/dist/src/data/sources/dynamic/bigBedSource.d.ts +1 -1
  40. package/dist/src/data/sources/dynamic/bigBedSource.d.ts.map +1 -1
  41. package/dist/src/data/sources/dynamic/bigBedSource.js +4 -4
  42. package/dist/src/data/sources/dynamic/bigWigSource.d.ts +1 -1
  43. package/dist/src/data/sources/dynamic/bigWigSource.d.ts.map +1 -1
  44. package/dist/src/data/sources/dynamic/bigWigSource.js +4 -4
  45. package/dist/src/data/sources/dynamic/gff3Source.d.ts +2 -2
  46. package/dist/src/data/sources/dynamic/gff3Source.d.ts.map +1 -1
  47. package/dist/src/data/sources/dynamic/gff3Source.js +1 -1
  48. package/dist/src/data/sources/dynamic/indexedFastaSource.d.ts +4 -1
  49. package/dist/src/data/sources/dynamic/indexedFastaSource.d.ts.map +1 -1
  50. package/dist/src/data/sources/dynamic/indexedFastaSource.js +3 -3
  51. package/dist/src/data/sources/dynamic/singleAxisLazySource.d.ts +3 -3
  52. package/dist/src/data/sources/dynamic/singleAxisLazySource.d.ts.map +1 -1
  53. package/dist/src/data/sources/dynamic/singleAxisLazySource.js +3 -3
  54. package/dist/src/data/sources/dynamic/tabixSource.d.ts +1 -1
  55. package/dist/src/data/sources/dynamic/tabixSource.d.ts.map +1 -1
  56. package/dist/src/data/sources/dynamic/tabixSource.js +4 -4
  57. package/dist/src/data/sources/dynamic/windowedMixin.js +1 -1
  58. package/dist/src/data/sources/inlineSource.d.ts +1 -1
  59. package/dist/src/data/sources/inlineSource.d.ts.map +1 -1
  60. package/dist/src/data/sources/inlineSource.js +2 -2
  61. package/dist/src/data/sources/inlineSource.test.js +2 -2
  62. package/dist/src/data/sources/namedSource.d.ts +1 -1
  63. package/dist/src/data/sources/namedSource.d.ts.map +1 -1
  64. package/dist/src/data/sources/namedSource.js +2 -2
  65. package/dist/src/data/sources/sequenceSource.d.ts +1 -1
  66. package/dist/src/data/sources/sequenceSource.d.ts.map +1 -1
  67. package/dist/src/data/sources/sequenceSource.js +1 -1
  68. package/dist/src/data/sources/sequenceSource.test.js +2 -2
  69. package/dist/src/data/sources/urlSource.d.ts +1 -1
  70. package/dist/src/data/sources/urlSource.d.ts.map +1 -1
  71. package/dist/src/data/sources/urlSource.js +2 -2
  72. package/dist/src/data/transforms/aggregate.d.ts +1 -1
  73. package/dist/src/data/transforms/aggregate.d.ts.map +1 -1
  74. package/dist/src/data/transforms/aggregate.js +3 -3
  75. package/dist/src/data/transforms/clone.d.ts +1 -1
  76. package/dist/src/data/transforms/clone.d.ts.map +1 -1
  77. package/dist/src/data/transforms/clone.js +2 -2
  78. package/dist/src/data/transforms/clone.test.js +2 -2
  79. package/dist/src/data/transforms/coverage.d.ts +2 -2
  80. package/dist/src/data/transforms/coverage.d.ts.map +1 -1
  81. package/dist/src/data/transforms/coverage.js +2 -2
  82. package/dist/src/data/transforms/coverage.test.js +2 -2
  83. package/dist/src/data/transforms/filter.d.ts +1 -1
  84. package/dist/src/data/transforms/filter.d.ts.map +1 -1
  85. package/dist/src/data/transforms/filter.js +2 -2
  86. package/dist/src/data/transforms/filter.test.js +2 -2
  87. package/dist/src/data/transforms/filterScoredLabels.d.ts +3 -3
  88. package/dist/src/data/transforms/filterScoredLabels.d.ts.map +1 -1
  89. package/dist/src/data/transforms/filterScoredLabels.js +4 -4
  90. package/dist/src/data/transforms/flatten.d.ts +1 -1
  91. package/dist/src/data/transforms/flatten.d.ts.map +1 -1
  92. package/dist/src/data/transforms/flatten.js +3 -3
  93. package/dist/src/data/transforms/flatten.test.js +2 -2
  94. package/dist/src/data/transforms/flattenCompressedExons.d.ts +1 -1
  95. package/dist/src/data/transforms/flattenCompressedExons.d.ts.map +1 -1
  96. package/dist/src/data/transforms/flattenCompressedExons.js +3 -3
  97. package/dist/src/data/transforms/flattenDelimited.d.ts +1 -1
  98. package/dist/src/data/transforms/flattenDelimited.d.ts.map +1 -1
  99. package/dist/src/data/transforms/flattenDelimited.js +3 -3
  100. package/dist/src/data/transforms/flattenDelimited.test.js +2 -2
  101. package/dist/src/data/transforms/flattenSequence.d.ts +1 -1
  102. package/dist/src/data/transforms/flattenSequence.d.ts.map +1 -1
  103. package/dist/src/data/transforms/flattenSequence.js +2 -2
  104. package/dist/src/data/transforms/flattenSequence.test.js +2 -2
  105. package/dist/src/data/transforms/formula.d.ts +1 -1
  106. package/dist/src/data/transforms/formula.d.ts.map +1 -1
  107. package/dist/src/data/transforms/formula.js +2 -2
  108. package/dist/src/data/transforms/formula.test.js +2 -2
  109. package/dist/src/data/transforms/identifier.d.ts +1 -1
  110. package/dist/src/data/transforms/identifier.d.ts.map +1 -1
  111. package/dist/src/data/transforms/identifier.js +1 -1
  112. package/dist/src/data/transforms/identifier.test.js +2 -2
  113. package/dist/src/data/transforms/linearizeGenomicCoordinate.d.ts +1 -1
  114. package/dist/src/data/transforms/linearizeGenomicCoordinate.d.ts.map +1 -1
  115. package/dist/src/data/transforms/linearizeGenomicCoordinate.js +3 -3
  116. package/dist/src/data/transforms/measureText.d.ts +1 -1
  117. package/dist/src/data/transforms/measureText.d.ts.map +1 -1
  118. package/dist/src/data/transforms/measureText.js +3 -3
  119. package/dist/src/data/transforms/pileup.d.ts +1 -1
  120. package/dist/src/data/transforms/pileup.d.ts.map +1 -1
  121. package/dist/src/data/transforms/pileup.js +2 -2
  122. package/dist/src/data/transforms/pileup.test.js +2 -2
  123. package/dist/src/data/transforms/project.d.ts +1 -1
  124. package/dist/src/data/transforms/project.d.ts.map +1 -1
  125. package/dist/src/data/transforms/project.js +2 -2
  126. package/dist/src/data/transforms/project.test.js +2 -2
  127. package/dist/src/data/transforms/regexExtract.d.ts +1 -1
  128. package/dist/src/data/transforms/regexExtract.d.ts.map +1 -1
  129. package/dist/src/data/transforms/regexExtract.js +2 -2
  130. package/dist/src/data/transforms/regexExtract.test.js +2 -2
  131. package/dist/src/data/transforms/regexFold.d.ts +1 -1
  132. package/dist/src/data/transforms/regexFold.d.ts.map +1 -1
  133. package/dist/src/data/transforms/regexFold.js +2 -2
  134. package/dist/src/data/transforms/regexFold.test.js +2 -2
  135. package/dist/src/data/transforms/sample.d.ts +1 -1
  136. package/dist/src/data/transforms/sample.d.ts.map +1 -1
  137. package/dist/src/data/transforms/sample.js +1 -1
  138. package/dist/src/data/transforms/sample.test.js +2 -2
  139. package/dist/src/data/transforms/stack.d.ts +1 -1
  140. package/dist/src/data/transforms/stack.d.ts.map +1 -1
  141. package/dist/src/data/transforms/stack.js +2 -2
  142. package/dist/src/data/transforms/stack.test.js +2 -2
  143. package/dist/src/data/transforms/transformFactory.js +19 -19
  144. package/dist/src/encoder/accessor.js +3 -3
  145. package/dist/src/encoder/accessor.test.js +1 -1
  146. package/dist/src/encoder/encoder.js +2 -2
  147. package/dist/src/encoder/encoder.test.js +2 -2
  148. package/dist/src/fonts/bmFontManager.d.ts +1 -1
  149. package/dist/src/fonts/bmFontManager.d.ts.map +1 -1
  150. package/dist/src/fonts/bmFontManager.js +1 -1
  151. package/dist/src/genome/genome.js +1 -1
  152. package/dist/src/genome/genome.test.js +1 -1
  153. package/dist/src/genome/genomeStore.d.ts +1 -1
  154. package/dist/src/genome/genomeStore.d.ts.map +1 -1
  155. package/dist/src/genome/genomeStore.js +1 -1
  156. package/dist/src/genome/scaleIndex.test.js +1 -1
  157. package/dist/src/genome/scaleLocus.test.js +1 -1
  158. package/dist/src/genomeSpy.d.ts +12 -12
  159. package/dist/src/genomeSpy.d.ts.map +1 -1
  160. package/dist/src/genomeSpy.js +27 -27
  161. package/dist/src/gl/arrayBuilder.js +1 -1
  162. package/dist/src/gl/dataToVertices.d.ts +4 -4
  163. package/dist/src/gl/dataToVertices.d.ts.map +1 -1
  164. package/dist/src/gl/dataToVertices.js +5 -5
  165. package/dist/src/gl/webGLHelper.js +2 -2
  166. package/dist/src/marks/link.d.ts +1 -1
  167. package/dist/src/marks/link.d.ts.map +1 -1
  168. package/dist/src/marks/link.js +2 -2
  169. package/dist/src/marks/mark.d.ts +3 -3
  170. package/dist/src/marks/mark.d.ts.map +1 -1
  171. package/dist/src/marks/mark.js +7 -7
  172. package/dist/src/marks/markUtils.js +1 -1
  173. package/dist/src/marks/pointMark.d.ts +1 -1
  174. package/dist/src/marks/pointMark.d.ts.map +1 -1
  175. package/dist/src/marks/pointMark.js +4 -4
  176. package/dist/src/marks/rectMark.d.ts +1 -1
  177. package/dist/src/marks/rectMark.d.ts.map +1 -1
  178. package/dist/src/marks/rectMark.js +6 -6
  179. package/dist/src/marks/rule.js +1 -1
  180. package/dist/src/marks/text.d.ts +1 -1
  181. package/dist/src/marks/text.d.ts.map +1 -1
  182. package/dist/src/marks/text.js +4 -4
  183. package/dist/src/scale/colorUtils.js +2 -2
  184. package/dist/src/scale/glslScaleGenerator.js +2 -2
  185. package/dist/src/scale/scale.js +1 -1
  186. package/dist/src/scale/scale.test.js +1 -1
  187. package/dist/src/scale/ticks.test.js +1 -1
  188. package/dist/src/singlePageApp.js +1 -1
  189. package/dist/src/tooltip/dataTooltipHandler.d.ts +1 -1
  190. package/dist/src/tooltip/dataTooltipHandler.d.ts.map +1 -1
  191. package/dist/src/tooltip/dataTooltipHandler.js +1 -1
  192. package/dist/src/tooltip/refseqGeneTooltipHandler.d.ts +1 -1
  193. package/dist/src/tooltip/refseqGeneTooltipHandler.d.ts.map +1 -1
  194. package/dist/src/tooltip/refseqGeneTooltipHandler.js +1 -1
  195. package/dist/src/utils/addBaseUrl.test.js +1 -1
  196. package/dist/src/utils/animator.js +1 -1
  197. package/dist/src/utils/binnedIndex.js +1 -1
  198. package/dist/src/utils/cloner.test.js +1 -1
  199. package/dist/src/utils/coalesce.test.js +1 -1
  200. package/dist/src/utils/concatIterables.test.js +1 -1
  201. package/dist/src/utils/domainArray.test.js +1 -1
  202. package/dist/src/utils/expression.d.ts +1 -1
  203. package/dist/src/utils/expression.d.ts.map +1 -1
  204. package/dist/src/utils/expression.js +5 -4
  205. package/dist/src/utils/indexer.test.js +1 -1
  206. package/dist/src/utils/iterateNestedMaps.test.js +1 -1
  207. package/dist/src/utils/kWayMerge.test.js +1 -1
  208. package/dist/src/utils/layout/flexLayout.js +1 -1
  209. package/dist/src/utils/layout/flexLayout.test.js +1 -1
  210. package/dist/src/utils/layout/grid.test.js +1 -1
  211. package/dist/src/utils/layout/rectangle.test.js +2 -2
  212. package/dist/src/utils/mergeObjects.test.js +1 -1
  213. package/dist/src/utils/numberExtractor.test.js +1 -1
  214. package/dist/src/utils/propertyCacher.test.js +5 -1
  215. package/dist/src/utils/propertyCoalescer.test.js +1 -1
  216. package/dist/src/utils/reservationMap.test.js +1 -1
  217. package/dist/src/utils/topK.test.js +1 -1
  218. package/dist/src/utils/trees.test.js +1 -1
  219. package/dist/src/utils/ui/tooltip.js +2 -2
  220. package/dist/src/utils/variableTools.test.js +1 -1
  221. package/dist/src/view/axisGridView.d.ts +1 -1
  222. package/dist/src/view/axisGridView.d.ts.map +1 -1
  223. package/dist/src/view/axisGridView.js +2 -2
  224. package/dist/src/view/axisResolution.js +5 -5
  225. package/dist/src/view/axisResolution.test.js +3 -3
  226. package/dist/src/view/axisView.d.ts +1 -1
  227. package/dist/src/view/axisView.d.ts.map +1 -1
  228. package/dist/src/view/axisView.js +2 -2
  229. package/dist/src/view/concatView.d.ts +1 -1
  230. package/dist/src/view/concatView.d.ts.map +1 -1
  231. package/dist/src/view/concatView.js +2 -2
  232. package/dist/src/view/containerView.d.ts +1 -1
  233. package/dist/src/view/containerView.d.ts.map +1 -1
  234. package/dist/src/view/containerView.js +1 -1
  235. package/dist/src/view/facetView.d.ts +3 -3
  236. package/dist/src/view/facetView.d.ts.map +1 -1
  237. package/dist/src/view/facetView.js +9 -9
  238. package/dist/src/view/flowBuilder.d.ts +4 -4
  239. package/dist/src/view/flowBuilder.d.ts.map +1 -1
  240. package/dist/src/view/flowBuilder.js +14 -14
  241. package/dist/src/view/flowBuilder.test.js +11 -11
  242. package/dist/src/view/gridView.d.ts +6 -6
  243. package/dist/src/view/gridView.d.ts.map +1 -1
  244. package/dist/src/view/gridView.js +12 -12
  245. package/dist/src/view/implicitRootView.d.ts +1 -1
  246. package/dist/src/view/implicitRootView.d.ts.map +1 -1
  247. package/dist/src/view/implicitRootView.js +1 -1
  248. package/dist/src/view/importView.d.ts +1 -1
  249. package/dist/src/view/importView.d.ts.map +1 -1
  250. package/dist/src/view/importView.js +1 -1
  251. package/dist/src/view/layerView.d.ts +1 -1
  252. package/dist/src/view/layerView.d.ts.map +1 -1
  253. package/dist/src/view/layerView.js +2 -2
  254. package/dist/src/view/renderingContext/bufferedViewRenderingContext.d.ts +1 -1
  255. package/dist/src/view/renderingContext/bufferedViewRenderingContext.d.ts.map +1 -1
  256. package/dist/src/view/renderingContext/bufferedViewRenderingContext.js +1 -1
  257. package/dist/src/view/renderingContext/compositeViewRenderingContext.d.ts +1 -1
  258. package/dist/src/view/renderingContext/compositeViewRenderingContext.d.ts.map +1 -1
  259. package/dist/src/view/renderingContext/compositeViewRenderingContext.js +1 -1
  260. package/dist/src/view/renderingContext/debuggingViewRenderingContext.d.ts +1 -1
  261. package/dist/src/view/renderingContext/debuggingViewRenderingContext.d.ts.map +1 -1
  262. package/dist/src/view/renderingContext/debuggingViewRenderingContext.js +2 -2
  263. package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.d.ts +1 -1
  264. package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.d.ts.map +1 -1
  265. package/dist/src/view/renderingContext/layoutRecorderViewRenderingContext.js +2 -2
  266. package/dist/src/view/renderingContext/simpleViewRenderingContext.d.ts +1 -1
  267. package/dist/src/view/renderingContext/simpleViewRenderingContext.d.ts.map +1 -1
  268. package/dist/src/view/renderingContext/simpleViewRenderingContext.js +1 -1
  269. package/dist/src/view/renderingContext/svgViewRenderingContext.d.ts +1 -1
  270. package/dist/src/view/renderingContext/svgViewRenderingContext.d.ts.map +1 -1
  271. package/dist/src/view/renderingContext/svgViewRenderingContext.js +2 -2
  272. package/dist/src/view/scaleResolution.d.ts +6 -6
  273. package/dist/src/view/scaleResolution.d.ts.map +1 -1
  274. package/dist/src/view/scaleResolution.js +11 -11
  275. package/dist/src/view/scaleResolution.test.js +6 -6
  276. package/dist/src/view/testUtils.d.ts +1 -1
  277. package/dist/src/view/testUtils.d.ts.map +1 -1
  278. package/dist/src/view/testUtils.js +8 -8
  279. package/dist/src/view/unitView.d.ts +6 -6
  280. package/dist/src/view/unitView.d.ts.map +1 -1
  281. package/dist/src/view/unitView.js +11 -11
  282. package/dist/src/view/view.d.ts +2 -2
  283. package/dist/src/view/view.d.ts.map +1 -1
  284. package/dist/src/view/view.js +6 -6
  285. package/dist/src/view/view.test.js +8 -8
  286. package/dist/src/view/viewFactory.d.ts +1 -1
  287. package/dist/src/view/viewFactory.d.ts.map +1 -1
  288. package/dist/src/view/viewFactory.js +5 -5
  289. package/dist/src/view/viewFactory.test.js +1 -1
  290. package/dist/src/view/viewUtils.d.ts +4 -4
  291. package/dist/src/view/viewUtils.d.ts.map +1 -1
  292. package/dist/src/view/viewUtils.js +6 -6
  293. package/package.json +2 -2
@@ -14,7 +14,7 @@ import createEncoders, {
14
14
  isChannelWithScale,
15
15
  isDatumDef,
16
16
  isValueDef,
17
- } from "../encoder/encoder";
17
+ } from "../encoder/encoder.js";
18
18
  import {
19
19
  DOMAIN_PREFIX,
20
20
  generateValueGlsl,
@@ -24,18 +24,18 @@ import {
24
24
  isHighPrecisionScale,
25
25
  toHighPrecisionDomainUniform,
26
26
  splitHighPrecision,
27
- } from "../scale/glslScaleGenerator";
27
+ } from "../scale/glslScaleGenerator.js";
28
28
  import GLSL_COMMON from "../gl/includes/common.glsl.js";
29
29
  import GLSL_SCALES from "../gl/includes/scales.glsl.js";
30
30
  import GLSL_SAMPLE_FACET from "../gl/includes/sampleFacet.glsl.js";
31
31
  import GLSL_PICKING_VERTEX from "../gl/includes/picking.vertex.glsl.js";
32
32
  import GLSL_PICKING_FRAGMENT from "../gl/includes/picking.fragment.glsl.js";
33
- import { getCachedOrCall } from "../utils/propertyCacher";
34
- import { createProgram } from "../gl/webGLHelper";
35
- import coalesceProperties from "../utils/propertyCoalescer";
36
- import { isScalar } from "../utils/variableTools";
33
+ import { getCachedOrCall } from "../utils/propertyCacher.js";
34
+ import { createProgram } from "../gl/webGLHelper.js";
35
+ import coalesceProperties from "../utils/propertyCoalescer.js";
36
+ import { isScalar } from "../utils/variableTools.js";
37
37
  import { InternMap } from "internmap";
38
- import scaleNull from "../utils/scaleNull";
38
+ import scaleNull from "../utils/scaleNull.js";
39
39
 
40
40
  export const SAMPLE_FACET_UNIFORM = "SAMPLE_FACET_UNIFORM";
41
41
  export const SAMPLE_FACET_TEXTURE = "SAMPLE_FACET_TEXTURE";
@@ -2,7 +2,7 @@ import {
2
2
  isValueDef,
3
3
  getSecondaryChannel,
4
4
  isChannelDefWithScale,
5
- } from "../encoder/encoder";
5
+ } from "../encoder/encoder.js";
6
6
 
7
7
  /**
8
8
  *
@@ -7,5 +7,5 @@ export default class PointMark extends Mark {
7
7
  _getMaxPointSize(): import("../spec/channel").Scalar;
8
8
  getSemanticThreshold(): number;
9
9
  }
10
- import Mark from "./mark";
10
+ import Mark from "./mark.js";
11
11
  //# sourceMappingURL=pointMark.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"pointMark.d.ts","sourceRoot":"","sources":["../../../src/marks/pointMark.js"],"names":[],"mappings":"AAaA;IAsGY,oCAMC;IAwCT,mCAQC;IAED;;OAEG;IACH,qDASC;IAED,+BAoBC;CA6CJ;iBApPgB,QAAQ"}
1
+ {"version":3,"file":"pointMark.d.ts","sourceRoot":"","sources":["../../../src/marks/pointMark.js"],"names":[],"mappings":"AAaA;IAsGY,oCAMC;IAwCT,mCAQC;IAED;;OAEG;IACH,qDASC;IAED,+BAoBC;CA6CJ;iBApPgB,WAAW"}
@@ -1,12 +1,12 @@
1
1
  import { drawBufferInfo, setBuffersAndAttributes, setUniforms } from "twgl.js";
2
2
  import { quantileSorted } from "d3-array";
3
- import { PointVertexBuilder } from "../gl/dataToVertices";
3
+ import { PointVertexBuilder } from "../gl/dataToVertices.js";
4
4
  import VERTEX_SHADER from "../gl/point.vertex.glsl.js";
5
5
  import FRAGMENT_SHADER from "../gl/point.fragment.glsl.js";
6
6
 
7
- import Mark from "./mark";
8
- import { sampleIterable } from "../data/transforms/sample";
9
- import { fixFill, fixStroke } from "./markUtils";
7
+ import Mark from "./mark.js";
8
+ import { sampleIterable } from "../data/transforms/sample.js";
9
+ import { fixFill, fixStroke } from "./markUtils.js";
10
10
 
11
11
  /** @type {Record<string, import("../spec/channel").ChannelDef>} */
12
12
  const defaultEncoding = {};
@@ -14,5 +14,5 @@ export default class RectMark extends Mark {
14
14
  */
15
15
  override findDatumAt(facetId: any, x: import("../spec/channel").Scalar): any;
16
16
  }
17
- import Mark from "./mark";
17
+ import Mark from "./mark.js";
18
18
  //# sourceMappingURL=rectMark.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rectMark.d.ts","sourceRoot":"","sources":["../../../src/marks/rectMark.js"],"names":[],"mappings":"AAYA;IAsGI,4BASC;IAED,sBAGC;IA4FD;;;;;;;;;;OAUG;IACH,8BALW,GAAG,KACH,OAAO,iBAAiB,EAAE,MAAM,GAC9B,GAAG,CAyBf;CACJ;iBAzPgB,QAAQ"}
1
+ {"version":3,"file":"rectMark.d.ts","sourceRoot":"","sources":["../../../src/marks/rectMark.js"],"names":[],"mappings":"AAYA;IAsGI,4BASC;IAED,sBAGC;IA4FD;;;;;;;;;;OAUG;IACH,8BALW,GAAG,KACH,OAAO,iBAAiB,EAAE,MAAM,GAC9B,GAAG,CAyBf;CACJ;iBAzPgB,WAAW"}
@@ -1,13 +1,13 @@
1
1
  import { drawBufferInfo, setBuffersAndAttributes, setUniforms } from "twgl.js";
2
2
  import VERTEX_SHADER from "../gl/rect.vertex.glsl.js";
3
3
  import FRAGMENT_SHADER from "../gl/rect.fragment.glsl.js";
4
- import { RectVertexBuilder } from "../gl/dataToVertices";
4
+ import { RectVertexBuilder } from "../gl/dataToVertices.js";
5
5
 
6
- import Mark from "./mark";
7
- import { fixFill, fixPositional, fixStroke } from "./markUtils";
8
- import { asArray } from "../utils/arrayUtils";
9
- import { isValueDef } from "../encoder/encoder";
10
- import { getCachedOrCall } from "../utils/propertyCacher";
6
+ import Mark from "./mark.js";
7
+ import { fixFill, fixPositional, fixStroke } from "./markUtils.js";
8
+ import { asArray } from "../utils/arrayUtils.js";
9
+ import { isValueDef } from "../encoder/encoder.js";
10
+ import { getCachedOrCall } from "../utils/propertyCacher.js";
11
11
  import { isDiscrete } from "vega-scale";
12
12
 
13
13
  export default class RectMark extends Mark {
@@ -7,7 +7,7 @@ import {
7
7
  } from "twgl.js";
8
8
  import VERTEX_SHADER from "../gl/rule.vertex.glsl.js";
9
9
  import FRAGMENT_SHADER from "../gl/rule.fragment.glsl.js";
10
- import { RuleVertexBuilder } from "../gl/dataToVertices";
10
+ import { RuleVertexBuilder } from "../gl/dataToVertices.js";
11
11
  import { isChannelDefWithScale } from "../encoder/encoder.js";
12
12
 
13
13
  export default class RuleMark extends Mark {
@@ -9,5 +9,5 @@
9
9
  export default class TextMark extends Mark {
10
10
  font: import("../fonts/bmFontManager").FontEntry;
11
11
  }
12
- import Mark from "./mark";
12
+ import Mark from "./mark.js";
13
13
  //# sourceMappingURL=text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/marks/text.js"],"names":[],"mappings":"AA0BA;;;;;;;GAOG;AACH;IAsDQ,iDAMmD;CAwL1D;iBA/QgB,QAAQ"}
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../src/marks/text.js"],"names":[],"mappings":"AA0BA;;;;;;;GAOG;AACH;IAsDQ,iDAMmD;CAwL1D;iBA/QgB,WAAW"}
@@ -3,11 +3,11 @@ import { format } from "d3-format";
3
3
  import { drawBufferInfo, setBuffersAndAttributes, setUniforms } from "twgl.js";
4
4
  import VERTEX_SHADER from "../gl/text.vertex.glsl.js";
5
5
  import FRAGMENT_SHADER from "../gl/text.fragment.glsl.js";
6
- import { TextVertexBuilder } from "../gl/dataToVertices";
6
+ import { TextVertexBuilder } from "../gl/dataToVertices.js";
7
7
 
8
- import Mark from "./mark";
9
- import { fixPositional } from "./markUtils";
10
- import { primaryPositionalChannels } from "../encoder/encoder";
8
+ import Mark from "./mark.js";
9
+ import { fixPositional } from "./markUtils.js";
10
+ import { primaryPositionalChannels } from "../encoder/encoder.js";
11
11
 
12
12
  /** For GLSL uniforms */
13
13
  const alignments = {
@@ -2,8 +2,8 @@ import { color as d3color } from "d3-color";
2
2
  import { range } from "d3-array";
3
3
  import { scheme as vegaScheme, interpolateColors } from "vega-scale";
4
4
  import { isString, isArray, isFunction } from "vega-util";
5
- import { peek } from "../utils/arrayUtils";
6
- import { createOrUpdateTexture } from "../gl/webGLHelper";
5
+ import { peek } from "../utils/arrayUtils.js";
6
+ import { createOrUpdateTexture } from "../gl/webGLHelper.js";
7
7
 
8
8
  /**
9
9
  * @param {string | import("../spec/scale").SchemeParams} schemeParams
@@ -14,8 +14,8 @@ import {
14
14
  isDiscreteChannel,
15
15
  getPrimaryChannel,
16
16
  isValueDef,
17
- } from "../encoder/encoder";
18
- import { peek } from "../utils/arrayUtils";
17
+ } from "../encoder/encoder.js";
18
+ import { peek } from "../utils/arrayUtils.js";
19
19
 
20
20
  export const ATTRIBUTE_PREFIX = "attr_";
21
21
  export const DOMAIN_PREFIX = "uDomain_";
@@ -14,7 +14,7 @@
14
14
  // This file is a mess
15
15
  // TODO: Fix types, etc.
16
16
 
17
- import { tickCount } from "./ticks";
17
+ import { tickCount } from "./ticks.js";
18
18
  import {
19
19
  error,
20
20
  inherits,
@@ -13,7 +13,7 @@ import { expect, test } from "vitest";
13
13
 
14
14
  import * as util from "vega-util";
15
15
  import * as vs from "vega-scale";
16
- import createScale from "./scale";
16
+ import createScale from "./scale.js";
17
17
 
18
18
  // Suppress warnings by default
19
19
  const scale = (params, logger) =>
@@ -11,7 +11,7 @@ import { expect, test } from "vitest";
11
11
 
12
12
  /* eslint-disable */
13
13
 
14
- import { validTicks } from "./ticks";
14
+ import { validTicks } from "./ticks.js";
15
15
 
16
16
  test("validTicks uses count correctly", function () {
17
17
  var data = [0, 1, 2, 3, 4, 5, 6, 7];
@@ -1,4 +1,4 @@
1
- import { embed } from "./index";
1
+ import { embed } from "./index.js";
2
2
 
3
3
  // This is for development purposes. Use "npm start" to launch.
4
4
 
@@ -1,2 +1,2 @@
1
- export default function dataTooltipHandler(datum: Record<string, any>, mark: import("../marks/mark").default, params?: Record<string, any>): Promise<string | HTMLElement | import("lit-html").TemplateResult>;
1
+ export default function dataTooltipHandler(datum: Record<string, any>, mark: import("../marks/mark.js").default, params?: Record<string, any>): Promise<string | HTMLElement | import("lit-html").TemplateResult>;
2
2
  //# sourceMappingURL=dataTooltipHandler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dataTooltipHandler.d.ts","sourceRoot":"","sources":["../../../src/tooltip/dataTooltipHandler.js"],"names":[],"mappings":"AAMuC,+MAMa"}
1
+ {"version":3,"file":"dataTooltipHandler.d.ts","sourceRoot":"","sources":["../../../src/tooltip/dataTooltipHandler.js"],"names":[],"mappings":"AAMoC,kNAMa"}
@@ -1,5 +1,5 @@
1
1
  import { html } from "lit-html";
2
- import formatObject from "../utils/formatObject";
2
+ import formatObject from "../utils/formatObject.js";
3
3
 
4
4
  /**
5
5
  * @type {import("./tooltipHandler").TooltipHandler}
@@ -1,2 +1,2 @@
1
- export default function refseqGeneTooltipHandler(datum: Record<string, any>, mark: import("../marks/mark").default, params?: Record<string, any>): Promise<string | HTMLElement | import("lit-html").TemplateResult>;
1
+ export default function refseqGeneTooltipHandler(datum: Record<string, any>, mark: import("../marks/mark.js").default, params?: Record<string, any>): Promise<string | HTMLElement | import("lit-html").TemplateResult>;
2
2
  //# sourceMappingURL=refseqGeneTooltipHandler.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"refseqGeneTooltipHandler.d.ts","sourceRoot":"","sources":["../../../src/tooltip/refseqGeneTooltipHandler.js"],"names":[],"mappings":"AAOC,qNAQc"}
1
+ {"version":3,"file":"refseqGeneTooltipHandler.d.ts","sourceRoot":"","sources":["../../../src/tooltip/refseqGeneTooltipHandler.js"],"names":[],"mappings":"AAM+C,wNASnC"}
@@ -1,4 +1,4 @@
1
- import { debounce } from "../utils/debounce";
1
+ import { debounce } from "../utils/debounce.js";
2
2
  import { html } from "lit-html";
3
3
 
4
4
  /*
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import addBaseUrl from "./addBaseUrl";
2
+ import addBaseUrl from "./addBaseUrl.js";
3
3
 
4
4
  test("addBaseUrl adds baseUrl when needed", () => {
5
5
  expect(addBaseUrl("foo.html", "https://site.com/")).toEqual(
@@ -1,4 +1,4 @@
1
- import doTransition from "./transition";
1
+ import doTransition from "./transition.js";
2
2
 
3
3
  export default class Animator {
4
4
  /**
@@ -1,4 +1,4 @@
1
- import clamp from "./clamp";
1
+ import clamp from "./clamp.js";
2
2
 
3
3
  const MAX_INTEGER = 2 ** 31 - 1;
4
4
  const MIN_INTEGER = -(2 ** 31);
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import createCloner from "./cloner";
2
+ import createCloner from "./cloner.js";
3
3
 
4
4
  const template = {
5
5
  a: 1,
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import coalesce from "./coalesce";
2
+ import coalesce from "./coalesce.js";
3
3
 
4
4
  test("Coalesce returns first defined value", () => {
5
5
  expect(coalesce(0, 1, 2, 3)).toEqual(0);
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import concatIterables from "./concatIterables";
2
+ import concatIterables from "./concatIterables.js";
3
3
 
4
4
  test("ConcatIterables yields all elements in the correct order", () => {
5
5
  expect([...concatIterables([1, 2], [3, 4], [5, 6, 7], [-1000])]).toEqual([
@@ -2,7 +2,7 @@ import { describe, expect, test } from "vitest";
2
2
  import createDomain, {
3
3
  toRegularArray as r,
4
4
  PiecewiseDomain,
5
- } from "./domainArray";
5
+ } from "./domainArray.js";
6
6
 
7
7
  describe("Build quantitative domains", () => {
8
8
  test("Empty domain", () => {
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * @param {string} expr
4
4
  */
5
- export default function createFunction(expr: string, global?: {}): {
5
+ export default function createFunction(expr: string, globalObject?: {}): {
6
6
  (x: object): any;
7
7
  fields: string[];
8
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"expression.d.ts","sourceRoot":"","sources":["../../../src/utils/expression.js"],"names":[],"mappings":"AAEA;;;GAGG;AACH,6CAFW,MAAM;QAqBwB,MAAM;;EAM9C"}
1
+ {"version":3,"file":"expression.d.ts","sourceRoot":"","sources":["../../../src/utils/expression.js"],"names":[],"mappings":"AAEA;;;GAGG;AACH,6CAFW,MAAM;QAqBwB,MAAM;;EAO9C"}
@@ -4,11 +4,11 @@ import { parseExpression, codegenExpression } from "vega-expression";
4
4
  *
5
5
  * @param {string} expr
6
6
  */
7
- export default function createFunction(expr, global = {}) {
7
+ export default function createFunction(expr, globalObject = {}) {
8
8
  const cg = codegenExpression({
9
9
  forbidden: [],
10
10
  allowed: ["datum"],
11
- globalvar: "global",
11
+ globalvar: "globalObject",
12
12
  fieldvar: "datum",
13
13
  });
14
14
 
@@ -19,11 +19,12 @@ export default function createFunction(expr, global = {}) {
19
19
  // eslint-disable-next-line no-new-func
20
20
  const fn = Function(
21
21
  "datum",
22
- "global",
22
+ "globalObject",
23
23
  `"use strict"; return (${generatedCode.code});`
24
24
  );
25
25
 
26
- const exprFunction = /** @param {object} x */ (x) => fn(x, global);
26
+ const exprFunction = /** @param {object} x */ (x) =>
27
+ fn(x, globalObject);
27
28
  exprFunction.fields = generatedCode.fields;
28
29
  return exprFunction;
29
30
  } catch (e) {
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import createIndexer from "./indexer";
2
+ import createIndexer from "./indexer.js";
3
3
 
4
4
  test("Index values one by one", () => {
5
5
  const indexer = createIndexer();
@@ -1,6 +1,6 @@
1
1
  import { expect, test } from "vitest";
2
2
  import { group } from "d3-array";
3
- import iterateNestedMaps from "./iterateNestedMaps";
3
+ import iterateNestedMaps from "./iterateNestedMaps.js";
4
4
 
5
5
  const data = [
6
6
  { name: "jim", amount: "34.0", date: "11/12/2015" },
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import kWayMerge from "./kWayMerge";
2
+ import kWayMerge from "./kWayMerge.js";
3
3
 
4
4
  test("k-way merge merges multiple sorted arrays", () => {
5
5
  /** @type {{a: number}[][]} */
@@ -1,5 +1,5 @@
1
1
  import { isNumber } from "vega-util";
2
- import { isStepSize } from "../../view/view";
2
+ import { isStepSize } from "../../view/view.js";
3
3
 
4
4
  /**
5
5
  *
@@ -6,7 +6,7 @@ import {
6
6
  isStretching,
7
7
  parseSizeDef,
8
8
  sumSizeDefs,
9
- } from "./flexLayout";
9
+ } from "./flexLayout.js";
10
10
 
11
11
  test("parseSize", () => {
12
12
  expect(parseSizeDef(10)).toEqual({ px: 10, grow: 0 });
@@ -1,6 +1,6 @@
1
1
  import { expect, test, describe } from "vitest";
2
2
 
3
- import Grid from "./grid";
3
+ import Grid from "./grid.js";
4
4
 
5
5
  describe("Grid indexing", () => {
6
6
  test("Single row", () => {
@@ -1,6 +1,6 @@
1
1
  import { expect, test } from "vitest";
2
- import Rectangle from "./rectangle";
3
- import Padding from "./padding";
2
+ import Rectangle from "./rectangle.js";
3
+ import Padding from "./padding.js";
4
4
 
5
5
  test("Rectangle creation", () => {
6
6
  const r = Rectangle.create(1, 2, 3, 4);
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import mergeObjects from "./mergeObjects";
2
+ import mergeObjects from "./mergeObjects.js";
3
3
 
4
4
  test("Merges non-conflicting properties", () => {
5
5
  expect(mergeObjects([{ a: 1 }, { b: 2 }], "test")).toEqual({ a: 1, b: 2 });
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import numberExtractor from "./numberExtractor";
2
+ import numberExtractor from "./numberExtractor.js";
3
3
 
4
4
  test("NumberExtractor parses delimited integers", () => {
5
5
  expect([...numberExtractor("23,12345,2345")]).toEqual([23, 12345, 2345]);
@@ -1,5 +1,9 @@
1
1
  import { expect, test } from "vitest";
2
- import { getCachedOrCall, invalidate, invalidateAll } from "./propertyCacher";
2
+ import {
3
+ getCachedOrCall,
4
+ invalidate,
5
+ invalidateAll,
6
+ } from "./propertyCacher.js";
3
7
 
4
8
  class TestClass {
5
9
  constructor() {
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import coalesceProperties from "./propertyCoalescer";
2
+ import coalesceProperties from "./propertyCoalescer.js";
3
3
 
4
4
  test("CoalesceProperties works as expected", () => {
5
5
  const defaults = { a: 10, b: 11 };
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import ReservationMap from "./reservationMap";
2
+ import ReservationMap from "./reservationMap.js";
3
3
 
4
4
  test("ReservationMap works correctly", () => {
5
5
  const m = new ReservationMap(20);
@@ -1,6 +1,6 @@
1
1
  import { expect, test } from "vitest";
2
2
  import { range } from "d3-array";
3
- import { topK, topKSlice } from "./topK";
3
+ import { topK, topKSlice } from "./topK.js";
4
4
 
5
5
  test("topK returns top k numbers in priority order", () => {
6
6
  /** @param {number} x */
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import { nodesToTrees, visitTree } from "./trees";
2
+ import { nodesToTrees, visitTree } from "./trees.js";
3
3
  import { describe } from "vitest";
4
4
 
5
5
  describe("NodesToTrees", () => {
@@ -1,6 +1,6 @@
1
- import clientPoint from "../point";
1
+ import clientPoint from "../point.js";
2
2
  import { html, render } from "lit-html";
3
- import { peek } from "../arrayUtils";
3
+ import { peek } from "../arrayUtils.js";
4
4
 
5
5
  export const SUPPRESS_TOOLTIP_CLASS_NAME = "gs-suppress-tooltip";
6
6
 
@@ -1,5 +1,5 @@
1
1
  import { expect, test } from "vitest";
2
- import * as vt from "./variableTools";
2
+ import * as vt from "./variableTools.js";
3
3
 
4
4
  test("InferNumerality", () => {
5
5
  expect(vt.inferNumeric(["0", "1", "2.2", "-4"])).toBeTruthy();
@@ -35,5 +35,5 @@ export type Axis = import("../spec/axis").Axis;
35
35
  * An internal view that renders an axis grid.
36
36
  */
37
37
  export type GenomeAxis = import("../spec/axis").GenomeAxis;
38
- import LayerView from "./layerView";
38
+ import LayerView from "./layerView.js";
39
39
  //# sourceMappingURL=axisGridView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"axisGridView.d.ts","sourceRoot":"","sources":["../../../src/view/axisGridView.js"],"names":[],"mappings":"AAGA;;;GAGG;AAEH;;;;;;GAMG;AACH;IACI;;;;;;OAMG;IACH,uBANW,IAAI,QAEJ,MAAM,WADN,OAAO,sBAAsB,EAAE,OAAO,gBAEtC,OAAO,iBAAiB,EAAE,OAAO,cACjC,OAAO,QAAQ,EAAE,OAAO,EAyBlC;IAHG,2EAA8B;IAKlC,+CAEC;CAKJ;gCAnDY,OAAO,iBAAiB,EAAE,wBAAwB;iCAClD,OAAO,cAAc,EAAE,kBAAkB;;;;mBAMzC,OAAO,QAAQ,EAAE,OAAO;;;;mBACxB,OAAO,cAAc,EAAE,IAAI;;;;yBAC3B,OAAO,cAAc,EAAE,UAAU;sBAbxB,aAAa"}
1
+ {"version":3,"file":"axisGridView.d.ts","sourceRoot":"","sources":["../../../src/view/axisGridView.js"],"names":[],"mappings":"AAGA;;;GAGG;AAEH;;;;;;GAMG;AACH;IACI;;;;;;OAMG;IACH,uBANW,IAAI,QAEJ,MAAM,WADN,OAAO,sBAAsB,EAAE,OAAO,gBAEtC,OAAO,iBAAiB,EAAE,OAAO,cACjC,OAAO,QAAQ,EAAE,OAAO,EAyBlC;IAHG,2EAA8B;IAKlC,+CAEC;CAKJ;gCAnDY,OAAO,iBAAiB,EAAE,wBAAwB;iCAClD,OAAO,cAAc,EAAE,kBAAkB;;;;mBAMzC,OAAO,QAAQ,EAAE,OAAO;;;;mBACxB,OAAO,cAAc,EAAE,IAAI;;;;yBAC3B,OAAO,cAAc,EAAE,UAAU;sBAbxB,gBAAgB"}
@@ -1,5 +1,5 @@
1
- import LayerView from "./layerView";
2
- import { orient2channel } from "./axisView";
1
+ import LayerView from "./layerView.js";
2
+ import { orient2channel } from "./axisView.js";
3
3
 
4
4
  /**
5
5
  * @typedef {import("../spec/channel").PrimaryPositionalChannel} PositionalChannel
@@ -6,12 +6,12 @@ import {
6
6
  isFieldDef,
7
7
  isSecondaryChannel,
8
8
  isValueDef,
9
- } from "../encoder/encoder";
10
- import { peek } from "../utils/arrayUtils";
11
- import coalesce from "../utils/coalesce";
9
+ } from "../encoder/encoder.js";
10
+ import { peek } from "../utils/arrayUtils.js";
11
+ import coalesce from "../utils/coalesce.js";
12
12
 
13
- import mergeObjects from "../utils/mergeObjects";
14
- import { getCachedOrCall } from "../utils/propertyCacher";
13
+ import mergeObjects from "../utils/mergeObjects.js";
14
+ import { getCachedOrCall } from "../utils/propertyCacher.js";
15
15
 
16
16
  export default class AxisResolution {
17
17
  /**
@@ -1,7 +1,7 @@
1
1
  import { describe, expect, test } from "vitest";
2
- import { createAndInitialize } from "./testUtils";
3
- import UnitView from "./unitView";
4
- import View from "./view";
2
+ import { createAndInitialize } from "./testUtils.js";
3
+ import UnitView from "./unitView.js";
4
+ import View from "./view.js";
5
5
 
6
6
  /** @type {import("../spec/view").LayerSpec} */
7
7
  const spec = {
@@ -45,5 +45,5 @@ export default class AxisView extends LayerView {
45
45
  axisProps: import("../spec/axis").GenomeAxis | import("../spec/axis").Axis;
46
46
  getPerpendicularSize(): number;
47
47
  }
48
- import LayerView from "./layerView";
48
+ import LayerView from "./layerView.js";
49
49
  //# sourceMappingURL=axisView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"axisView.d.ts","sourceRoot":"","sources":["../../../src/view/axisView.js"],"names":[],"mappings":"AAoCA;;GAEG;AACH,4HAEC;AA8XD;;;;GAIG;AACH,qFAHW,MAAM,oCA2MhB;AAjmBD;;GAEG;AACH,8HAGE;AAEF;;GAEG;AACH,4HAIE;AASF;;;;;GAKG;AACH;IACI;;;;;;;;;;OAUG;IAEH;;;;;;OAMG;IACH,0DAJW,MAAM,WADN,OAAO,sBAAsB,EAAE,OAAO,gBAEtC,OAAO,iBAAiB,EAAE,OAAO,cACjC,OAAO,QAAQ,EAAE,OAAO,EA8BlC;IAHG,2EAA8B;IAmBlC,+BAEC;CAKJ;sBAxHqB,aAAa"}
1
+ {"version":3,"file":"axisView.d.ts","sourceRoot":"","sources":["../../../src/view/axisView.js"],"names":[],"mappings":"AAoCA;;GAEG;AACH,4HAEC;AA8XD;;;;GAIG;AACH,qFAHW,MAAM,oCA2MhB;AAjmBD;;GAEG;AACH,8HAGE;AAEF;;GAEG;AACH,4HAIE;AASF;;;;;GAKG;AACH;IACI;;;;;;;;;;OAUG;IAEH;;;;;;OAMG;IACH,0DAJW,MAAM,WADN,OAAO,sBAAsB,EAAE,OAAO,gBAEtC,OAAO,iBAAiB,EAAE,OAAO,cACjC,OAAO,QAAQ,EAAE,OAAO,EA8BlC;IAHG,2EAA8B;IAmBlC,+BAEC;CAKJ;sBAxHqB,gBAAgB"}
@@ -1,5 +1,5 @@
1
- import LayerView from "./layerView";
2
- import { FlexDimensions } from "../utils/layout/flexLayout";
1
+ import LayerView from "./layerView.js";
2
+ import { FlexDimensions } from "../utils/layout/flexLayout.js";
3
3
 
4
4
  const CHROM_LAYER_NAME = "chromosome_ticks_and_labels";
5
5
 
@@ -12,5 +12,5 @@ export default class ConcatView extends GridView {
12
12
  */
13
13
  constructor(spec: import("../spec/view").AnyConcatSpec, context: import("../types/viewContext").default, layoutParent: import("./containerView").default, dataParent: import("./view").default, name: string);
14
14
  }
15
- import GridView from "./gridView";
15
+ import GridView from "./gridView.js";
16
16
  //# sourceMappingURL=concatView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"concatView.d.ts","sourceRoot":"","sources":["../../../src/view/concatView.js"],"names":[],"mappings":"AAGA;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,kBANW,OAAO,cAAc,EAAE,aAAa,WACpC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,OAAO,iBAAiB,EAAE,OAAO,cACjC,OAAO,QAAQ,EAAE,OAAO,QACxB,MAAM,EAiBhB;CAqDJ;qBAlFoB,YAAY"}
1
+ {"version":3,"file":"concatView.d.ts","sourceRoot":"","sources":["../../../src/view/concatView.js"],"names":[],"mappings":"AAGA;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,kBANW,OAAO,cAAc,EAAE,aAAa,WACpC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,OAAO,iBAAiB,EAAE,OAAO,cACjC,OAAO,QAAQ,EAAE,OAAO,QACxB,MAAM,EAiBhB;CAqDJ;qBAlFoB,eAAe"}
@@ -1,5 +1,5 @@
1
- import { isConcatSpec, isHConcatSpec, isVConcatSpec } from "./viewFactory";
2
- import GridView from "./gridView";
1
+ import { isConcatSpec, isHConcatSpec, isVConcatSpec } from "./viewFactory.js";
2
+ import GridView from "./gridView.js";
3
3
 
4
4
  /**
5
5
  * Creates a vertically or horizontally concatenated layout for children.
@@ -39,5 +39,5 @@ export default class ContainerView extends View {
39
39
  */
40
40
  [Symbol.iterator](): IterableIterator<View>;
41
41
  }
42
- import View from "./view";
42
+ import View from "./view.js";
43
43
  //# sourceMappingURL=containerView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"containerView.d.ts","sourceRoot":"","sources":["../../../src/view/containerView.js"],"names":[],"mappings":"AAEA;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,kBANW,OAAO,cAAc,EAAE,aAAa,WACpC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,aAAa,cACb,OAAO,QAAQ,EAAE,OAAO,QACxB,MAAM,EAMhB;IADG,2CAAgB;IAUpB;;;;;OAKG;IACH,oBAHW,OAAO,QAAQ,EAAE,OAAO,eACxB,OAAO,QAAQ,EAAE,OAAO,QAIlC;IA+CD;;;OAGG;IACH,2BAHW,MAAM,EAAE,GACN,IAAI,CAYhB;IAED;;;OAGG;IACH,sBAFW,MAAM,QAQhB;IAED;;;OAGG;IACH,2BAFW,MAAM,QAchB;IA1GD;;OAEG;IACH,qBAFa,iBAAiB,IAAI,CAAC,CAIlC;CA+GJ;iBAxI4C,QAAQ"}
1
+ {"version":3,"file":"containerView.d.ts","sourceRoot":"","sources":["../../../src/view/containerView.js"],"names":[],"mappings":"AAEA;;GAEG;AACH;IACI;;;;;;;OAOG;IACH,kBANW,OAAO,cAAc,EAAE,aAAa,WACpC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,aAAa,cACb,OAAO,QAAQ,EAAE,OAAO,QACxB,MAAM,EAMhB;IADG,2CAAgB;IAUpB;;;;;OAKG;IACH,oBAHW,OAAO,QAAQ,EAAE,OAAO,eACxB,OAAO,QAAQ,EAAE,OAAO,QAIlC;IA+CD;;;OAGG;IACH,2BAHW,MAAM,EAAE,GACN,IAAI,CAYhB;IAED;;;OAGG;IACH,sBAFW,MAAM,QAQhB;IAED;;;OAGG;IACH,2BAFW,MAAM,QAchB;IA1GD;;OAEG;IACH,qBAFa,iBAAiB,IAAI,CAAC,CAIlC;CA+GJ;iBAxI4C,WAAW"}