@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
@@ -1,4 +1,4 @@
1
- import View, { VISIT_STOP, VISIT_SKIP } from "./view";
1
+ import View, { VISIT_STOP, VISIT_SKIP } from "./view.js";
2
2
 
3
3
  /**
4
4
  * Compositor view represents a non-leaf node in the view hierarchy.
@@ -45,7 +45,7 @@ export default class FacetView extends ContainerView {
45
45
  *
46
46
  * @param {"row" | "column"} channel
47
47
  */
48
- getAccessor(channel: "row" | "column"): import("../types/encoder").Accessor;
48
+ getAccessor(channel: "row" | "column"): import("../types/encoder.js").Accessor;
49
49
  updateFacets(): void;
50
50
  updateLabels(): void;
51
51
  getFacetGroups(): any[];
@@ -66,6 +66,6 @@ export type FacetDimension = {
66
66
  factors: boolean[] | string[] | number[];
67
67
  facetFieldDef: any;
68
68
  };
69
- import ContainerView from "./containerView";
70
- import UnitView from "./unitView";
69
+ import ContainerView from "./containerView.js";
70
+ import UnitView from "./unitView.js";
71
71
  //# sourceMappingURL=facetView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"facetView.d.ts","sourceRoot":"","sources":["../../../src/view/facetView.js"],"names":[],"mappings":"AAmDA;;;;;;;;;;;;;;GAcG;AACH;IACI;;;;;;;OAOG;IACH;;;;;;OAMG;IACH,6CAHW,aAAa,QACb,MAAM,EA8BhB;IAzBG,UAAgB;IAEhB,WAEC;IAED;;;;OAIG;IACH,aAFU,OAAO,YAAY,EAAE,QAAQ,CAAC,CAYvC;IAED,oDAAoD;IACpD,kBADY,OAAO,YAAY,EAAE,cAAc,CAAC,CACa;IA2BjE,sBAIC;IAED;;;OAGG;IACH,qBAFW,KAAK,GAAG,QAAQ,uCAwB1B;IAED,qBAyCC;IAED,qBASC;IA6BD,wBAgBC;IAOD;;;;OAIG;IACH,gBAJW,OAAO,yCAAyC,EAAE,OAAO,UACzD,OAAO,2BAA2B,EAAE,OAAO,uBA4LrD;IA3KO,wBAA0B;CA4KrC;2BA/bY,QAAQ,GAAG,KAAK;;;;;;aA4CnB,OAAO,EAAE,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE;;;0BA1Df,iBAAiB;qBACtB,YAAY"}
1
+ {"version":3,"file":"facetView.d.ts","sourceRoot":"","sources":["../../../src/view/facetView.js"],"names":[],"mappings":"AAmDA;;;;;;;;;;;;;;GAcG;AACH;IACI;;;;;;;OAOG;IACH;;;;;;OAMG;IACH,6CAHW,aAAa,QACb,MAAM,EA8BhB;IAzBG,UAAgB;IAEhB,WAEC;IAED;;;;OAIG;IACH,aAFU,OAAO,YAAY,EAAE,QAAQ,CAAC,CAYvC;IAED,oDAAoD;IACpD,kBADY,OAAO,YAAY,EAAE,cAAc,CAAC,CACa;IA2BjE,sBAIC;IAED;;;OAGG;IACH,qBAFW,KAAK,GAAG,QAAQ,0CAwB1B;IAED,qBAyCC;IAED,qBASC;IA6BD,wBAgBC;IAOD;;;;OAIG;IACH,gBAJW,OAAO,yCAAyC,EAAE,OAAO,UACzD,OAAO,2BAA2B,EAAE,OAAO,uBA4LrD;IA3KO,wBAA0B;CA4KrC;2BA/bY,QAAQ,GAAG,KAAK;;;;;;aA4CnB,OAAO,EAAE,GAAG,MAAM,EAAE,GAAG,MAAM,EAAE;;;0BA1Df,oBAAoB;qBACzB,eAAe"}
@@ -1,17 +1,17 @@
1
1
  // @ts-nocheck
2
2
  // TODO: Enable when this is taken to use again
3
3
 
4
- import { isFacetFieldDef, isFacetMapping } from "./viewUtils";
5
- import ContainerView from "./containerView";
6
- import UnitView from "./unitView";
4
+ import { isFacetFieldDef, isFacetMapping } from "./viewUtils.js";
5
+ import ContainerView from "./containerView.js";
6
+ import UnitView from "./unitView.js";
7
7
  import { cross } from "d3-array";
8
- import { mapToPixelCoords } from "../utils/layout/flexLayout";
9
- import { OrdinalDomain } from "../utils/domainArray";
10
- import Rectangle from "../utils/layout/rectangle";
11
- import coalesce from "../utils/coalesce";
8
+ import { mapToPixelCoords } from "../utils/layout/flexLayout.js";
9
+ import { OrdinalDomain } from "../utils/domainArray.js";
10
+ import Rectangle from "../utils/layout/rectangle.js";
11
+ import coalesce from "../utils/coalesce.js";
12
12
  import { field as vegaField } from "vega-util";
13
- import DecoratorView from "./decoratorView";
14
- import Padding from "../utils/layout/padding";
13
+ import DecoratorView from "./decoratorView.js";
14
+ import Padding from "../utils/layout/padding.js";
15
15
 
16
16
  const DEFAULT_SPACING = 20;
17
17
 
@@ -12,7 +12,7 @@ export function buildDataFlow(root: import("./view").default, existingFlow?: Dat
12
12
  * @param {View} view
13
13
  */
14
14
  export function linearizeLocusAccess(view: import("./view").default): {
15
- transforms: import("../data/flowNode").default[];
15
+ transforms: import("../data/flowNode.js").default[];
16
16
  rewrittenEncoding: import("../spec/channel").Encoding<string>;
17
17
  /**
18
18
  * Should be called after the whole flow has been created in order to
@@ -27,11 +27,11 @@ export function linearizeLocusAccess(view: import("./view").default): {
27
27
  * @param {...FlowNode} transforms
28
28
  * @template {FlowNode} H
29
29
  */
30
- export function createChain<H extends import("../data/flowNode").default>(dataSource: H, ...transforms: import("../data/flowNode").default[]): {
30
+ export function createChain<H extends import("../data/flowNode.js").default>(dataSource: H, ...transforms: import("../data/flowNode.js").default[]): {
31
31
  dataSource: H;
32
32
  collector: Collector;
33
33
  loadAndCollect: () => Promise<Iterable<import("../data/flowNode").Datum>>;
34
34
  };
35
- import DataFlow from "../data/dataFlow";
36
- import Collector from "../data/collector";
35
+ import DataFlow from "../data/dataFlow.js";
36
+ import Collector from "../data/collector.js";
37
37
  //# sourceMappingURL=flowBuilder.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"flowBuilder.d.ts","sourceRoot":"","sources":["../../../src/view/flowBuilder.js"],"names":[],"mappings":"AAuBA;;;;GAIG;AACH,qJAkKC;AAED;;;;;;GAMG;AACH;;;IAgGc;;;OAGG;;EAYhB;AA0BD;;;;;;GAMG;AACH;;;0BAqB0B,QAAQ,SAAS,OAAO,kBAAkB,EAAE,KAAK,CAAC,CAAC;EAkB5E;qBAxXoB,kBAAkB;sBANjB,mBAAmB"}
1
+ {"version":3,"file":"flowBuilder.d.ts","sourceRoot":"","sources":["../../../src/view/flowBuilder.js"],"names":[],"mappings":"AAuBA;;;;GAIG;AACH,qJAkKC;AAED;;;;;;GAMG;AACH;;;IAgGc;;;OAGG;;EAYhB;AA0BD;;;;;;GAMG;AACH;;;0BAqB0B,QAAQ,SAAS,OAAO,kBAAkB,EAAE,KAAK,CAAC,CAAC;EAkB5E;qBAxXoB,qBAAqB;sBANpB,sBAAsB"}
@@ -1,11 +1,11 @@
1
- import Collector from "../data/collector";
2
- import createTransform from "../data/transforms/transformFactory";
3
- import createDataSource from "../data/sources/dataSourceFactory";
4
- import UnitView from "./unitView";
5
- import { BEHAVIOR_MODIFIES } from "../data/flowNode";
6
- import CloneTransform from "../data/transforms/clone";
7
- import DataFlow from "../data/dataFlow";
8
- import DataSource from "../data/sources/dataSource";
1
+ import Collector from "../data/collector.js";
2
+ import createTransform from "../data/transforms/transformFactory.js";
3
+ import createDataSource from "../data/sources/dataSourceFactory.js";
4
+ import UnitView from "./unitView.js";
5
+ import { BEHAVIOR_MODIFIES } from "../data/flowNode.js";
6
+ import CloneTransform from "../data/transforms/clone.js";
7
+ import DataFlow from "../data/dataFlow.js";
8
+ import DataSource from "../data/sources/dataSource.js";
9
9
  import {
10
10
  isChannelDefWithScale,
11
11
  isChromPosDef,
@@ -13,13 +13,13 @@ import {
13
13
  isFieldDef,
14
14
  isPositionalChannel,
15
15
  getPrimaryChannel,
16
- } from "../encoder/encoder";
17
- import LinearizeGenomicCoordinate from "../data/transforms/linearizeGenomicCoordinate";
16
+ } from "../encoder/encoder.js";
17
+ import LinearizeGenomicCoordinate from "../data/transforms/linearizeGenomicCoordinate.js";
18
18
  import { group } from "d3-array";
19
- import IdentifierTransform from "../data/transforms/identifier";
20
- import { invalidate } from "../utils/propertyCacher";
21
- import NamedSource, { isNamedData } from "../data/sources/namedSource";
22
- import { nodesToTreesWithAccessor, visitTree } from "../utils/trees";
19
+ import IdentifierTransform from "../data/transforms/identifier.js";
20
+ import { invalidate } from "../utils/propertyCacher.js";
21
+ import NamedSource, { isNamedData } from "../data/sources/namedSource.js";
22
+ import { nodesToTreesWithAccessor, visitTree } from "../utils/trees.js";
23
23
 
24
24
  /**
25
25
  * @param {View} root
@@ -1,15 +1,15 @@
1
1
  import { expect, test } from "vitest";
2
- import Collector from "../data/collector";
3
- import FlowNode from "../data/flowNode";
4
- import FilterTransform from "../data/transforms/filter";
5
- import FormulaTransform from "../data/transforms/formula";
6
- import InlineSource from "../data/sources/inlineSource";
7
- import SequenceSource from "../data/sources/sequenceSource";
8
- import { buildDataFlow } from "./flowBuilder";
9
- import { create } from "./testUtils";
10
- import CloneTransform from "../data/transforms/clone";
11
- import LayerView from "./layerView";
12
- import UnitView from "./unitView";
2
+ import Collector from "../data/collector.js";
3
+ import FlowNode from "../data/flowNode.js";
4
+ import FilterTransform from "../data/transforms/filter.js";
5
+ import FormulaTransform from "../data/transforms/formula.js";
6
+ import InlineSource from "../data/sources/inlineSource.js";
7
+ import SequenceSource from "../data/sources/sequenceSource.js";
8
+ import { buildDataFlow } from "./flowBuilder.js";
9
+ import { create } from "./testUtils.js";
10
+ import CloneTransform from "../data/transforms/clone.js";
11
+ import LayerView from "./layerView.js";
12
+ import UnitView from "./unitView.js";
13
13
 
14
14
  /**
15
15
  *
@@ -102,10 +102,10 @@ export class GridChild {
102
102
  getOverhang(): Padding;
103
103
  getOverhangAndPadding(): Padding;
104
104
  }
105
- import AxisView from "./axisView";
106
- import Rectangle from "../utils/layout/rectangle";
107
- import ContainerView from "./containerView";
108
- import UnitView from "./unitView";
109
- import AxisGridView from "./axisGridView";
110
- import Padding from "../utils/layout/padding";
105
+ import AxisView from "./axisView.js";
106
+ import Rectangle from "../utils/layout/rectangle.js";
107
+ import ContainerView from "./containerView.js";
108
+ import UnitView from "./unitView.js";
109
+ import AxisGridView from "./axisGridView.js";
110
+ import Padding from "../utils/layout/padding.js";
111
111
  //# sourceMappingURL=gridView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"gridView.d.ts","sourceRoot":"","sources":["../../../src/view/gridView.js"],"names":[],"mappings":"AAwpBA;;;GAGG;AACH,iDAHW,OAAO,cAAc,EAAE,cAAc,GACnC,OAAO,cAAc,EAAE,QAAQ,CAwB3C;AAED;;;GAGG;AACH,uDAHW,OAAO,cAAc,EAAE,cAAc,GACnC,OAAO,cAAc,EAAE,QAAQ,CA6C3C;AA2BD;;GAEG;AACH,2EAUC;AAED;;;;;GAKG;AACH,4CAJW,OAAO,2BAA2B,EAAE,OAAO,UAC3C,OAAO,cAAc,EAAE,UAAU,YACjC,QAAQ,aAmBlB;AAhxBD;;;;;;;;;;;;;;GAcG;AACH;IA4BI;;;;;;;;OAQG;IACH,kBAPW,OAAO,cAAc,EAAE,aAAa,WACpC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,aAAa,8CAEb,MAAM,WACN,MAAM,EAchB;IAVG,2CAAgB;IAOhB,uBAA0B;IAK9B;;OAEG;IACH,kCAEC;IAED;;OAEG;IACH,kDAIC;IAeD;;OAEG;IACH,qDAKC;IAqBD;;OAEG;IACH,2CAEC;IAED,yBAEC;IAyRD;;;;OAIG;IAEH,gBALW,OAAO,yCAAyC,EAAE,OAAO,UACzD,OAAO,2BAA2B,EAAE,OAAO,YAC3C,OAAO,oBAAoB,EAAE,gBAAgB,QAwIvD;;CAyFJ;AAgJD;IACI;;;;OAIG;IACH,0DAHW,aAAa,UACb,MAAM,EAqEhB;IAlEG,4BAAgC;IAChC,+BAAgB;IAChB,eAAoB;IAEpB,uBAAuB;IACvB,YADW,QAAQ,CACQ;IAE3B,uBAAuB;IACvB,kBADW,QAAQ,CACc;IAEjC,gFAAgF;IAChF,MADW,QAAQ,OAAO,OAAO,cAAc,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC,CACzD;IAEd,yFAAyF;IACzF,WADW,QAAQ,OAAO,OAAO,cAAc,EAAE,UAAU,EAAE,YAAY,CAAC,CAAC,CACxD;IAEnB,uBAAuB;IACvB,OADW,QAAQ,CACG;IAEtB,wBAAwB;IACxB,QADW,SAAS,CACQ;IAgDhC,oEAaC;IAED;;OAEG;IACH,mBA8JC;IAED,uBAqBC;IAED,iCAEC;CACJ;qBAhjC0D,YAAY;sBAFjD,2BAA2B;0BAGvB,iBAAiB;qBAGtB,YAAY;yBALR,gBAAgB;oBAFrB,yBAAyB"}
1
+ {"version":3,"file":"gridView.d.ts","sourceRoot":"","sources":["../../../src/view/gridView.js"],"names":[],"mappings":"AAwpBA;;;GAGG;AACH,iDAHW,OAAO,cAAc,EAAE,cAAc,GACnC,OAAO,cAAc,EAAE,QAAQ,CAwB3C;AAED;;;GAGG;AACH,uDAHW,OAAO,cAAc,EAAE,cAAc,GACnC,OAAO,cAAc,EAAE,QAAQ,CA6C3C;AA2BD;;GAEG;AACH,2EAUC;AAED;;;;;GAKG;AACH,4CAJW,OAAO,2BAA2B,EAAE,OAAO,UAC3C,OAAO,cAAc,EAAE,UAAU,YACjC,QAAQ,aAmBlB;AAhxBD;;;;;;;;;;;;;;GAcG;AACH;IA4BI;;;;;;;;OAQG;IACH,kBAPW,OAAO,cAAc,EAAE,aAAa,WACpC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,aAAa,8CAEb,MAAM,WACN,MAAM,EAchB;IAVG,2CAAgB;IAOhB,uBAA0B;IAK9B;;OAEG;IACH,kCAEC;IAED;;OAEG;IACH,kDAIC;IAeD;;OAEG;IACH,qDAKC;IAqBD;;OAEG;IACH,2CAEC;IAED,yBAEC;IAyRD;;;;OAIG;IAEH,gBALW,OAAO,yCAAyC,EAAE,OAAO,UACzD,OAAO,2BAA2B,EAAE,OAAO,YAC3C,OAAO,oBAAoB,EAAE,gBAAgB,QAwIvD;;CAyFJ;AAgJD;IACI;;;;OAIG;IACH,0DAHW,aAAa,UACb,MAAM,EAqEhB;IAlEG,4BAAgC;IAChC,+BAAgB;IAChB,eAAoB;IAEpB,uBAAuB;IACvB,YADW,QAAQ,CACQ;IAE3B,uBAAuB;IACvB,kBADW,QAAQ,CACc;IAEjC,gFAAgF;IAChF,MADW,QAAQ,OAAO,OAAO,cAAc,EAAE,UAAU,EAAE,QAAQ,CAAC,CAAC,CACzD;IAEd,yFAAyF;IACzF,WADW,QAAQ,OAAO,OAAO,cAAc,EAAE,UAAU,EAAE,YAAY,CAAC,CAAC,CACxD;IAEnB,uBAAuB;IACvB,OADW,QAAQ,CACG;IAEtB,wBAAwB;IACxB,QADW,SAAS,CACQ;IAgDhC,oEAaC;IAED;;OAEG;IACH,mBA8JC;IAED,uBAqBC;IAED,iCAEC;CACJ;qBAhjC0D,eAAe;sBAFpD,8BAA8B;0BAG1B,oBAAoB;qBAGzB,eAAe;yBALX,mBAAmB;oBAFxB,4BAA4B"}
@@ -1,22 +1,22 @@
1
1
  /* eslint-disable max-depth */
2
- import { primaryPositionalChannels } from "../encoder/encoder";
2
+ import { primaryPositionalChannels } from "../encoder/encoder.js";
3
3
  import {
4
4
  FlexDimensions,
5
5
  getLargestSize,
6
6
  mapToPixelCoords,
7
7
  parseSizeDef,
8
8
  ZERO_SIZEDEF,
9
- } from "../utils/layout/flexLayout";
10
- import Grid from "../utils/layout/grid";
11
- import Padding from "../utils/layout/padding";
12
- import Rectangle from "../utils/layout/rectangle";
13
- import AxisGridView from "./axisGridView";
14
- import AxisView, { CHANNEL_ORIENTS, ORIENT_CHANNELS } from "./axisView";
15
- import ContainerView from "./containerView";
16
- import LayerView from "./layerView";
17
- import createTitle from "./title";
18
- import UnitView from "./unitView";
19
- import interactionToZoom from "./zoom";
9
+ } from "../utils/layout/flexLayout.js";
10
+ import Grid from "../utils/layout/grid.js";
11
+ import Padding from "../utils/layout/padding.js";
12
+ import Rectangle from "../utils/layout/rectangle.js";
13
+ import AxisGridView from "./axisGridView.js";
14
+ import AxisView, { CHANNEL_ORIENTS, ORIENT_CHANNELS } from "./axisView.js";
15
+ import ContainerView from "./containerView.js";
16
+ import LayerView from "./layerView.js";
17
+ import createTitle from "./title.js";
18
+ import UnitView from "./unitView.js";
19
+ import interactionToZoom from "./zoom.js";
20
20
 
21
21
  /**
22
22
  * Modeled after: https://vega.github.io/vega/docs/layout/
@@ -5,5 +5,5 @@ export default class ImplicitRootView extends GridView {
5
5
  */
6
6
  constructor(context: import("../types/viewContext").default, view: import("./view").default);
7
7
  }
8
- import GridView from "./gridView";
8
+ import GridView from "./gridView.js";
9
9
  //# sourceMappingURL=implicitRootView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"implicitRootView.d.ts","sourceRoot":"","sources":["../../../src/view/implicitRootView.js"],"names":[],"mappings":"AAEA;IACI;;;OAGG;IACH,qBAHW,OAAO,sBAAsB,EAAE,OAAO,QACtC,OAAO,QAAQ,EAAE,OAAO,EAgBlC;CACJ;qBAtBoB,YAAY"}
1
+ {"version":3,"file":"implicitRootView.d.ts","sourceRoot":"","sources":["../../../src/view/implicitRootView.js"],"names":[],"mappings":"AAEA;IACI;;;OAGG;IACH,qBAHW,OAAO,sBAAsB,EAAE,OAAO,QACtC,OAAO,QAAQ,EAAE,OAAO,EAgBlC;CACJ;qBAtBoB,eAAe"}
@@ -1,4 +1,4 @@
1
- import GridView from "./gridView";
1
+ import GridView from "./gridView.js";
2
2
 
3
3
  export default class ImplicitRootView extends GridView {
4
4
  /**
@@ -13,5 +13,5 @@ export default class ImportView extends View {
13
13
  constructor(spec: import("../spec/view").ImportSpec, context: import("../types/viewContext").default, layoutParent: import("./containerView").default, dataParent: import("./view").default, name: string);
14
14
  spec: import("../spec/view").ImportSpec;
15
15
  }
16
- import View from "./view";
16
+ import View from "./view.js";
17
17
  //# sourceMappingURL=importView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"importView.d.ts","sourceRoot":"","sources":["../../../src/view/importView.js"],"names":[],"mappings":"AAEA;;GAEG;AAEH;IACI;;;;;;;OAOG;IACH,kBANW,OAAO,cAAc,EAAE,UAAU,WACjC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,OAAO,iBAAiB,EAAE,OAAO,cACjC,OAAO,QAAQ,EAAE,OAAO,QACxB,MAAM,EAOhB;IADG,wCAAgB;CAEvB;iBArBgB,QAAQ"}
1
+ {"version":3,"file":"importView.d.ts","sourceRoot":"","sources":["../../../src/view/importView.js"],"names":[],"mappings":"AAEA;;GAEG;AAEH;IACI;;;;;;;OAOG;IACH,kBANW,OAAO,cAAc,EAAE,UAAU,WACjC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,OAAO,iBAAiB,EAAE,OAAO,cACjC,OAAO,QAAQ,EAAE,OAAO,QACxB,MAAM,EAOhB;IADG,wCAAgB;CAEvB;iBArBgB,WAAW"}
@@ -1,4 +1,4 @@
1
- import View from "./view";
1
+ import View from "./view.js";
2
2
 
3
3
  /**
4
4
  * This is just a placeholder for custom tracks that are imported by name.
@@ -21,5 +21,5 @@ export default class LayerView extends ContainerView {
21
21
  */
22
22
  render(context: import("./renderingContext/viewRenderingContext").default, coords: import("../utils/layout/rectangle").default, options?: import("../types/rendering").RenderingOptions): void;
23
23
  }
24
- import ContainerView from "./containerView";
24
+ import ContainerView from "./containerView.js";
25
25
  //# sourceMappingURL=layerView.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"layerView.d.ts","sourceRoot":"","sources":["../../../src/view/layerView.js"],"names":[],"mappings":"AAGA;IACI;;OAEG;IACH;;;;;;;OAOG;IACH,kBANW,OAAO,cAAc,EAAE,SAAS,WAChC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,aAAa,cACb,OAAO,QAAQ,EAAE,OAAO,QACxB,MAAM,EAoBhB;IAfG,uCAAgB;IAEhB,2DAA2D;IAE3D,UAFW,CAAC,SAAS,GAAG,OAAO,YAAY,EAAE,OAAO,CAAC,EAAE,CAUrD;IAcN;;;;OAIG;IACH,gBAJW,OAAO,yCAAyC,EAAE,OAAO,UACzD,OAAO,2BAA2B,EAAE,OAAO,YAC3C,OAAO,oBAAoB,EAAE,gBAAgB,QAcvD;CAeJ;0BA3EyB,iBAAiB"}
1
+ {"version":3,"file":"layerView.d.ts","sourceRoot":"","sources":["../../../src/view/layerView.js"],"names":[],"mappings":"AAGA;IACI;;OAEG;IACH;;;;;;;OAOG;IACH,kBANW,OAAO,cAAc,EAAE,SAAS,WAChC,OAAO,sBAAsB,EAAE,OAAO,gBACtC,aAAa,cACb,OAAO,QAAQ,EAAE,OAAO,QACxB,MAAM,EAoBhB;IAfG,uCAAgB;IAEhB,2DAA2D;IAE3D,UAFW,CAAC,SAAS,GAAG,OAAO,YAAY,EAAE,OAAO,CAAC,EAAE,CAUrD;IAcN;;;;OAIG;IACH,gBAJW,OAAO,yCAAyC,EAAE,OAAO,UACzD,OAAO,2BAA2B,EAAE,OAAO,YAC3C,OAAO,oBAAoB,EAAE,gBAAgB,QAcvD;CAeJ;0BA3EyB,oBAAoB"}
@@ -1,5 +1,5 @@
1
- import { isLayerSpec, isUnitSpec } from "./viewFactory";
2
- import ContainerView from "./containerView";
1
+ import { isLayerSpec, isUnitSpec } from "./viewFactory.js";
2
+ import ContainerView from "./containerView.js";
3
3
 
4
4
  export default class LayerView extends ContainerView {
5
5
  /**
@@ -26,5 +26,5 @@ export default class BufferedViewRenderingContext extends ViewRenderingContext {
26
26
  */
27
27
  batch: (() => void)[];
28
28
  }
29
- import ViewRenderingContext from "./viewRenderingContext";
29
+ import ViewRenderingContext from "./viewRenderingContext.js";
30
30
  //# sourceMappingURL=bufferedViewRenderingContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"bufferedViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/bufferedViewRenderingContext.js"],"names":[],"mappings":"AAIA;IACI;;;OAGG;IACH,2BAHW,OAAO,uBAAuB,EAAE,sBAAsB,eACtD,OAAO,sBAAsB,EAAE,OAAO,EAiBhD;IAZG,oDAA8B;IAE9B;;OAEG;IACH,QAFU,OAAO,uBAAuB,EAAE,wBAAwB,EAAE,CAEpD;IAEhB,6DAA6D;IAC7D,QADW,OAAO,8BAA8B,EAAE,OAAO,CAClC;IAEvB,6CAA6C;IAC7C,OADW,IAAI,OAAO,SAAS,EAAE,OAAO,CAAC,CACnB;IAsC1B;;;OAGG;IACH,eA+BC;IAED,oBA2EC;IA1EG;;;;OAIG;IACH,cAFsB,IAAI,IAEX;CAsEtB;iCA5KgC,wBAAwB"}
1
+ {"version":3,"file":"bufferedViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/bufferedViewRenderingContext.js"],"names":[],"mappings":"AAIA;IACI;;;OAGG;IACH,2BAHW,OAAO,uBAAuB,EAAE,sBAAsB,eACtD,OAAO,sBAAsB,EAAE,OAAO,EAiBhD;IAZG,oDAA8B;IAE9B;;OAEG;IACH,QAFU,OAAO,uBAAuB,EAAE,wBAAwB,EAAE,CAEpD;IAEhB,6DAA6D;IAC7D,QADW,OAAO,8BAA8B,EAAE,OAAO,CAClC;IAEvB,6CAA6C;IAC7C,OADW,IAAI,OAAO,SAAS,EAAE,OAAO,CAAC,CACnB;IAsC1B;;;OAGG;IACH,eA+BC;IAED,oBA2EC;IA1EG;;;;OAIG;IACH,cAFsB,IAAI,IAEX;CAsEtB;iCA5KgC,2BAA2B"}
@@ -1,6 +1,6 @@
1
1
  import { group } from "d3-array";
2
2
 
3
- import ViewRenderingContext from "./viewRenderingContext";
3
+ import ViewRenderingContext from "./viewRenderingContext.js";
4
4
 
5
5
  export default class BufferedViewRenderingContext extends ViewRenderingContext {
6
6
  /**
@@ -10,5 +10,5 @@ export default class CompositeViewRenderingContext extends ViewRenderingContext
10
10
  contexts: ViewRenderingContext[];
11
11
  }
12
12
  export type View = import("../view").default;
13
- import ViewRenderingContext from "./viewRenderingContext";
13
+ import ViewRenderingContext from "./viewRenderingContext.js";
14
14
  //# sourceMappingURL=compositeViewRenderingContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"compositeViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/compositeViewRenderingContext.js"],"names":[],"mappings":"AAEA;;GAEG;AACH;IACI;;;OAGG;IACH,yBAFe,oBAAoB,IAMlC;IADG,iCAAwB;CAqC/B;mBA/CY,OAAO,SAAS,EAAE,OAAO;iCAHL,wBAAwB"}
1
+ {"version":3,"file":"compositeViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/compositeViewRenderingContext.js"],"names":[],"mappings":"AAEA;;GAEG;AACH;IACI;;;OAGG;IACH,yBAFe,oBAAoB,IAMlC;IADG,iCAAwB;CAqC/B;mBA/CY,OAAO,SAAS,EAAE,OAAO;iCAHL,2BAA2B"}
@@ -1,4 +1,4 @@
1
- import ViewRenderingContext from "./viewRenderingContext";
1
+ import ViewRenderingContext from "./viewRenderingContext.js";
2
2
 
3
3
  /**
4
4
  * @typedef {import("../view").default} View
@@ -26,7 +26,7 @@ export type View = import("../view").default;
26
26
  * The coordinates can be used for debugging or testing of the layout engine.
27
27
  */
28
28
  export type Rectangle = import("../../utils/layout/rectangle").default;
29
- import ViewRenderingContext from "./viewRenderingContext";
29
+ import ViewRenderingContext from "./viewRenderingContext.js";
30
30
  /**
31
31
  * Represents coordinates of view instances. Faceted views objects may have
32
32
  * been rendered at multiple locations.
@@ -1 +1 @@
1
- {"version":3,"file":"debuggingViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/debuggingViewRenderingContext.js"],"names":[],"mappings":"AAGA;;;;;;;;GAQG;AACH;IAOQ,yBAAyB;IACzB,MADW,UAAU,CACA;IAErB,2BAA2B;IAC3B,OADW,UAAU,EAAE,CACR;IAgCnB,wBAEC;CACJ;;;;;;mBAlDY,OAAO,SAAS,EAAE,OAAO;;;;;;wBACzB,OAAO,8BAA8B,EAAE,OAAO;iCAR1B,wBAAwB;AA2DzD;;;GAGG;AACH;IACI;;;OAGG;IACH,sBAHW,MAAM,UACN,SAAS,EAOnB;IAJG,iBAAwB;IACxB,eAAsC;IACtC,2BAA2B;IAC3B,UADW,UAAU,EAAE,CACL;IAGtB;;;OAGG;IACH,qBAFW,UAAU,QAcpB;CACJ"}
1
+ {"version":3,"file":"debuggingViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/debuggingViewRenderingContext.js"],"names":[],"mappings":"AAGA;;;;;;;;GAQG;AACH;IAOQ,yBAAyB;IACzB,MADW,UAAU,CACA;IAErB,2BAA2B;IAC3B,OADW,UAAU,EAAE,CACR;IAgCnB,wBAEC;CACJ;;;;;;mBAlDY,OAAO,SAAS,EAAE,OAAO;;;;;;wBACzB,OAAO,8BAA8B,EAAE,OAAO;iCAR1B,2BAA2B;AA2D5D;;;GAGG;AACH;IACI;;;OAGG;IACH,sBAHW,MAAM,UACN,SAAS,EAOnB;IAJG,iBAAwB;IACxB,eAAsC;IACtC,2BAA2B;IAC3B,UADW,UAAU,EAAE,CACL;IAGtB;;;OAGG;IACH,qBAFW,UAAU,QAcpB;CACJ"}
@@ -1,5 +1,5 @@
1
- import { peek } from "../../utils/arrayUtils";
2
- import ViewRenderingContext from "./viewRenderingContext";
1
+ import { peek } from "../../utils/arrayUtils.js";
2
+ import ViewRenderingContext from "./viewRenderingContext.js";
3
3
 
4
4
  /**
5
5
  * A Rendering context that doesn't render anything. It creates a hierarchy
@@ -28,7 +28,7 @@ export type View = import("../view").default;
28
28
  * The coordinates can be used for mouse events / interactions, for example.
29
29
  */
30
30
  export type Rectangle = import("../../utils/layout/rectangle").default;
31
- import ViewRenderingContext from "./viewRenderingContext";
31
+ import ViewRenderingContext from "./viewRenderingContext.js";
32
32
  /**
33
33
  * Represents coordinates of view instances. Faceted views objects may have
34
34
  * been rendered at multiple locations.
@@ -1 +1 @@
1
- {"version":3,"file":"layoutRecorderViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/layoutRecorderViewRenderingContext.js"],"names":[],"mappings":"AAGA;;;;;;;;GAQG;AACH;IAOQ,yBAAyB;IACzB,MADW,UAAU,CACA;IAErB,2BAA2B;IAC3B,OADW,UAAU,EAAE,CACR;IAEf,yBAAyB;IACzB,cADW,UAAU,CACQ;IAgCjC,wBAEC;CACJ;;;;;;mBArDY,OAAO,SAAS,EAAE,OAAO;;;;;;wBACzB,OAAO,8BAA8B,EAAE,OAAO;iCAR1B,wBAAwB;AA8DzD;;;GAGG;AACH;IACI;;;OAGG;IACH,kBAHW,IAAI,UACJ,SAAS,EAOnB;IAJG,gCAAgB;IAChB,uDAAoB;IACpB,2BAA2B;IAC3B,UADW,UAAU,EAAE,CACL;IAGtB;;;OAGG;IACH,qBAFW,UAAU,QAcpB;IAED;;;;;OAKG;IACH,gCAFW,OAAO,8BAA8B,EAAE,OAAO,QAyBxD;CACJ"}
1
+ {"version":3,"file":"layoutRecorderViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/layoutRecorderViewRenderingContext.js"],"names":[],"mappings":"AAGA;;;;;;;;GAQG;AACH;IAOQ,yBAAyB;IACzB,MADW,UAAU,CACA;IAErB,2BAA2B;IAC3B,OADW,UAAU,EAAE,CACR;IAEf,yBAAyB;IACzB,cADW,UAAU,CACQ;IAgCjC,wBAEC;CACJ;;;;;;mBArDY,OAAO,SAAS,EAAE,OAAO;;;;;;wBACzB,OAAO,8BAA8B,EAAE,OAAO;iCAR1B,2BAA2B;AA8D5D;;;GAGG;AACH;IACI;;;OAGG;IACH,kBAHW,IAAI,UACJ,SAAS,EAOnB;IAJG,gCAAgB;IAChB,uDAAoB;IACpB,2BAA2B;IAC3B,UADW,UAAU,EAAE,CACL;IAGtB;;;OAGG;IACH,qBAFW,UAAU,QAcpB;IAED;;;;;OAKG;IACH,gCAFW,OAAO,8BAA8B,EAAE,OAAO,QAyBxD;CACJ"}
@@ -1,5 +1,5 @@
1
- import { peek } from "../../utils/arrayUtils";
2
- import ViewRenderingContext from "./viewRenderingContext";
1
+ import { peek } from "../../utils/arrayUtils.js";
2
+ import ViewRenderingContext from "./viewRenderingContext.js";
3
3
 
4
4
  /**
5
5
  * A Rendering context that doesn't render anything. It creates a hierarchy
@@ -15,5 +15,5 @@ export default class SimpleViewRenderingContext extends ViewRenderingContext {
15
15
  * would be performed in the most straightforward, unoptimized way.
16
16
  */
17
17
  export type View = import("../view").default;
18
- import ViewRenderingContext from "./viewRenderingContext";
18
+ import ViewRenderingContext from "./viewRenderingContext.js";
19
19
  //# sourceMappingURL=simpleViewRenderingContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"simpleViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/simpleViewRenderingContext.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH;IAMQ,6DAA6D;IAC7D,QADW,OAAO,8BAA8B,EAAE,OAAO,CAClC;IAEvB,6CAA6C;IAC7C,OADW,IAAI,OAAO,SAAS,EAAE,OAAO,CAAC,CACnB;CA6C7B;;;;;mBAzDY,OAAO,SAAS,EAAE,OAAO;iCANL,wBAAwB"}
1
+ {"version":3,"file":"simpleViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/simpleViewRenderingContext.js"],"names":[],"mappings":"AAEA;;;;;GAKG;AACH;IAMQ,6DAA6D;IAC7D,QADW,OAAO,8BAA8B,EAAE,OAAO,CAClC;IAEvB,6CAA6C;IAC7C,OADW,IAAI,OAAO,SAAS,EAAE,OAAO,CAAC,CACnB;CA6C7B;;;;;mBAzDY,OAAO,SAAS,EAAE,OAAO;iCANL,2BAA2B"}
@@ -1,4 +1,4 @@
1
- import ViewRenderingContext from "./viewRenderingContext";
1
+ import ViewRenderingContext from "./viewRenderingContext.js";
2
2
 
3
3
  /**
4
4
  * This class is mainly for illustrative purpose, i.e., how the rendering
@@ -18,5 +18,5 @@ export default class SvgViewRenderingContext extends ViewRenderingContext {
18
18
  * marks at this point, only placeholders.
19
19
  */
20
20
  export type View = import("../view").default;
21
- import ViewRenderingContext from "./viewRenderingContext";
21
+ import ViewRenderingContext from "./viewRenderingContext.js";
22
22
  //# sourceMappingURL=svgViewRenderingContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"svgViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/svgViewRenderingContext.js"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH;IAQQ,6DAA6D;IAC7D,QADW,OAAO,8BAA8B,EAAE,OAAO,CAClC;IAEvB,mBAGC;IAED,2BAA2B;IAC3B,WADW,UAAU,EAAE,CACI;IAwE/B,wBAEC;IAED,+BAEC;CACJ;;;;;mBAlGY,OAAO,SAAS,EAAE,OAAO;iCANL,wBAAwB"}
1
+ {"version":3,"file":"svgViewRenderingContext.d.ts","sourceRoot":"","sources":["../../../../src/view/renderingContext/svgViewRenderingContext.js"],"names":[],"mappings":"AAGA;;;;;GAKG;AACH;IAQQ,6DAA6D;IAC7D,QADW,OAAO,8BAA8B,EAAE,OAAO,CAClC;IAEvB,mBAGC;IAED,2BAA2B;IAC3B,WADW,UAAU,EAAE,CACI;IAwE/B,wBAEC;IAED,+BAEC;CACJ;;;;;mBAlGY,OAAO,SAAS,EAAE,OAAO;iCANL,2BAA2B"}
@@ -1,5 +1,5 @@
1
- import { peek } from "../../utils/arrayUtils";
2
- import ViewRenderingContext from "./viewRenderingContext";
1
+ import { peek } from "../../utils/arrayUtils.js";
2
+ import ViewRenderingContext from "./viewRenderingContext.js";
3
3
 
4
4
  /**
5
5
  * A trivial proof-of-concept SVG rendering context. Doesn't render any
@@ -79,13 +79,13 @@ export default class ScaleResolution implements ScaleResolutionApi {
79
79
  *
80
80
  * @return { DomainArray }
81
81
  */
82
- getConfiguredDomain(): import("../utils/domainArray").DomainArray;
82
+ getConfiguredDomain(): import("../utils/domainArray.js").DomainArray;
83
83
  /**
84
84
  * Extracts and unions the data domains of all participating views.
85
85
  *
86
86
  * @return { DomainArray }
87
87
  */
88
- getDataDomain(): import("../utils/domainArray").DomainArray;
88
+ getDataDomain(): import("../utils/domainArray.js").DomainArray;
89
89
  /**
90
90
  * Reconfigures the scale: updates domain and other settings
91
91
  */
@@ -139,23 +139,23 @@ export default class ScaleResolution implements ScaleResolutionApi {
139
139
  * be generalized to other quantitative channels such as color, opacity, size, etc.
140
140
  */
141
141
  getZoomLevel(): number;
142
- getGenome(): import("../genome/genome").default;
142
+ getGenome(): import("../genome/genome.js").default;
143
143
  /**
144
144
  * Inverts a value in range to a value on domain. Returns an object in
145
145
  * case of locus scale.
146
146
  *
147
147
  * @param {number} value
148
148
  */
149
- invertToComplex(value: number): number | import("../spec/genome").ChromosomalLocus;
149
+ invertToComplex(value: number): number | import("../spec/genome.js").ChromosomalLocus;
150
150
  /**
151
151
  * @param {number} value
152
152
  */
153
- toComplex(value: number): number | import("../spec/genome").ChromosomalLocus;
153
+ toComplex(value: number): number | import("../spec/genome.js").ChromosomalLocus;
154
154
  /**
155
155
  * @param {number | ChromosomalLocus} complex
156
156
  * @returns {number}
157
157
  */
158
- fromComplex(complex: number | import("../spec/genome").ChromosomalLocus): number;
158
+ fromComplex(complex: number | import("../spec/genome.js").ChromosomalLocus): number;
159
159
  /**
160
160
  * @param {ScalarDomain | ComplexDomain} interval
161
161
  * @returns {number[]}
@@ -1 +1 @@
1
- {"version":3,"file":"scaleResolution.d.ts","sourceRoot":"","sources":["../../../src/view/scaleResolution.js"],"names":[],"mappings":"AAo0BA;;;;;;;;;;GAUG;AACH,6CAFW,OAAO,QAAQ,EAAE,OAAO,GAAG,OAAO,QAAQ,EAAE,OAAO,EAAE,QA4B/D;AA1zBD,0CAA2C;AAC3C,gCAAiC;AACjC,gCAAiC;AACjC,4BAA6B;AAC7B,4BAA6B;AAE7B;;;;GAIG;AACH;;;;;;;GAOG;AACH;IAyBI;;OAEG;IACH,wDASC;IARG,2CAAsB;IACtB,oDAAoD;IACpD,wEAAiB;IACjB,+DAA+D;IAC/D,MADW,MAAM,CACD;IAEhB,iEAAiE;IACjE,MADW,MAAM,CACI;IAGzB;;;;;;;OAOG;IACH,uBAHW,QAAQ,iFAQlB;IAED;;;OAGG;IACH,0BAHW,QAAQ,iFAQlB;IAWD;;;;;;OAMG;IACH,4GA0BC;IAED;;OAEG;IACH,4BAEC;IAED,+BAiBC;IAuBD;;;;;OAKG;IACH,iBAFa,OAAO,eAAe,EAAE,KAAK,CA+DzC;IAYD;;;;OAIG;IACH,kEAMC;IAED;;;;OAIG;IACH,4DAQC;IAED;;OAEG;IACH,oBAkCC;IAED;;OAEG;IACH,iDAmBC;IAED,mBAEC;IAED;;OAEG;IACH,oBAFa,6EAA6B,CAOzC;IAED;;;;OAIG;IACH,oBAKC;IAED;;OAEG;IACH,sBAGC;IAUD;;;;;;;OAOG;IACH,kBALW,MAAM,eACN,MAAM,OACN,MAAM,GACJ,OAAO,CAuEnB;IAED;;;;;;OAMG;IACH,eAJW,6EAA6B,aAC7B,OAAO,GAAG,MAAM,iBAgD1B;IAED;;;;OAIG;IACH,qBAcC;IAED;;;;;OAKG;IACH,uBAOC;IA2DD,gDAWC;IAID;;;;;OAKG;IACH,uBAFW,MAAM,sDAUhB;IAED;;OAEG;IACH,iBAFW,MAAM,sDAKhB;IAED;;;OAGG;IACH,0EAFa,MAAM,CAQlB;IAED;;;OAGG;IACH,6GAFa,MAAM,EAAE,CAOpB;;CA6BJ;kIAtrBY;IAAC,IAAI,EAAE,OAAO,YAAY,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,CAAC,CAAA;CAAC"}
1
+ {"version":3,"file":"scaleResolution.d.ts","sourceRoot":"","sources":["../../../src/view/scaleResolution.js"],"names":[],"mappings":"AAo0BA;;;;;;;;;;GAUG;AACH,6CAFW,OAAO,QAAQ,EAAE,OAAO,GAAG,OAAO,QAAQ,EAAE,OAAO,EAAE,QA4B/D;AA1zBD,0CAA2C;AAC3C,gCAAiC;AACjC,gCAAiC;AACjC,4BAA6B;AAC7B,4BAA6B;AAE7B;;;;GAIG;AACH;;;;;;;GAOG;AACH;IAyBI;;OAEG;IACH,wDASC;IARG,2CAAsB;IACtB,oDAAoD;IACpD,wEAAiB;IACjB,+DAA+D;IAC/D,MADW,MAAM,CACD;IAEhB,iEAAiE;IACjE,MADW,MAAM,CACI;IAGzB;;;;;;;OAOG;IACH,uBAHW,QAAQ,iFAQlB;IAED;;;OAGG;IACH,0BAHW,QAAQ,iFAQlB;IAWD;;;;;;OAMG;IACH,4GA0BC;IAED;;OAEG;IACH,4BAEC;IAED,+BAiBC;IAuBD;;;;;OAKG;IACH,iBAFa,OAAO,eAAe,EAAE,KAAK,CA+DzC;IAYD;;;;OAIG;IACH,qEAMC;IAED;;;;OAIG;IACH,+DAQC;IAED;;OAEG;IACH,oBAkCC;IAED;;OAEG;IACH,iDAmBC;IAED,mBAEC;IAED;;OAEG;IACH,oBAFa,6EAA6B,CAOzC;IAED;;;;OAIG;IACH,oBAKC;IAED;;OAEG;IACH,sBAGC;IAUD;;;;;;;OAOG;IACH,kBALW,MAAM,eACN,MAAM,OACN,MAAM,GACJ,OAAO,CAuEnB;IAED;;;;;;OAMG;IACH,eAJW,6EAA6B,aAC7B,OAAO,GAAG,MAAM,iBAgD1B;IAED;;;;OAIG;IACH,qBAcC;IAED;;;;;OAKG;IACH,uBAOC;IA2DD,mDAWC;IAID;;;;;OAKG;IACH,uBAFW,MAAM,yDAUhB;IAED;;OAEG;IACH,iBAFW,MAAM,yDAKhB;IAED;;;OAGG;IACH,6EAFa,MAAM,CAQlB;IAED;;;OAGG;IACH,6GAFa,MAAM,EAAE,CAOpB;;CA6BJ;kIAtrBY;IAAC,IAAI,EAAE,OAAO,YAAY,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,CAAC,CAAA;CAAC"}
@@ -1,6 +1,6 @@
1
- import scaleLocus, { isScaleLocus } from "../genome/scaleLocus";
2
- import scaleIndex from "../genome/scaleIndex";
3
- import scaleNull from "../utils/scaleNull";
1
+ import scaleLocus, { isScaleLocus } from "../genome/scaleLocus.js";
2
+ import scaleIndex from "../genome/scaleIndex.js";
3
+ import scaleNull from "../utils/scaleNull.js";
4
4
 
5
5
  import {
6
6
  panLinear,
@@ -17,10 +17,10 @@ import {
17
17
  } from "vega-util";
18
18
  import { scale as vegaScale, isDiscrete, isContinuous } from "vega-scale";
19
19
 
20
- import mergeObjects from "../utils/mergeObjects";
21
- import createScale, { configureScale } from "../scale/scale";
20
+ import mergeObjects from "../utils/mergeObjects.js";
21
+ import createScale, { configureScale } from "../scale/scale.js";
22
22
 
23
- import { invalidate, getCachedOrCall } from "../utils/propertyCacher";
23
+ import { invalidate, getCachedOrCall } from "../utils/propertyCacher.js";
24
24
  import {
25
25
  getChannelDefWithScale,
26
26
  getDiscreteRange,
@@ -29,15 +29,15 @@ import {
29
29
  isPositionalChannel,
30
30
  isPrimaryPositionalChannel,
31
31
  isSecondaryChannel,
32
- } from "../encoder/encoder";
32
+ } from "../encoder/encoder.js";
33
33
  import {
34
34
  isChromosomalLocus,
35
35
  isChromosomalLocusInterval,
36
- } from "../genome/genome";
37
- import { NominalDomain } from "../utils/domainArray";
36
+ } from "../genome/genome.js";
37
+ import { NominalDomain } from "../utils/domainArray.js";
38
38
  import { easeCubicInOut } from "d3-ease";
39
- import { asArray, shallowArrayEquals } from "../utils/arrayUtils";
40
- import eerp from "../utils/eerp";
39
+ import { asArray, shallowArrayEquals } from "../utils/arrayUtils.js";
40
+ import eerp from "../utils/eerp.js";
41
41
 
42
42
  // Register scaleLocus to Vega-Scale.
43
43
  // Loci are discrete but the scale's domain can be adjusted in a continuous manner.
@@ -1,10 +1,10 @@
1
1
  import { describe, expect, test } from "vitest";
2
- import { createAndInitialize } from "./testUtils";
3
- import createDomain, { toRegularArray as r } from "../utils/domainArray";
4
- import LayerView from "./layerView";
5
- import ConcatView from "./concatView";
6
- import UnitView from "./unitView";
7
- import { primaryPositionalChannels } from "../encoder/encoder";
2
+ import { createAndInitialize } from "./testUtils.js";
3
+ import createDomain, { toRegularArray as r } from "../utils/domainArray.js";
4
+ import LayerView from "./layerView.js";
5
+ import ConcatView from "./concatView.js";
6
+ import UnitView from "./unitView.js";
7
+ import { primaryPositionalChannels } from "../encoder/encoder.js";
8
8
 
9
9
  /**
10
10
  * @typedef {import("../spec/channel").Channel} Channel
@@ -26,5 +26,5 @@ export type ViewSpec = import("../spec/view").ViewSpec;
26
26
  * TODO: Find a better place and convention
27
27
  */
28
28
  export type ViewContext = import("../types/viewContext").default;
29
- import View from "./view";
29
+ import View from "./view.js";
30
30
  //# sourceMappingURL=testUtils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"testUtils.d.ts","sourceRoot":"","sources":["../../../src/view/testUtils.js"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH,uDAHW,QAAQ,WAAW,CAAC,0CAiC9B;AAEU,6CAAuB,QAAQ,2BAA4B,GAAG,EAAE,kBAAkB,WAAW,KAAM;AAepG,0DAAuB,QAAQ,2BAA4B,GAAG,EAAE,kBAAkB,WAAW,YAAY;IAAC,MAAM,EAAE,OAAO,CAAC;IAAC,YAAY,EAAE,OAAO,CAAA;CAAC,cAAe;AAe1K;;;;;GAKG;AACH,oCAFW,QAAQ,iBAYlB;;;;;uBAhGY,OAAO,cAAc,EAAE,QAAQ;;;;;0BAC/B,OAAO,sBAAsB,EAAE,OAAO;iBASlC,QAAQ"}
1
+ {"version":3,"file":"testUtils.d.ts","sourceRoot":"","sources":["../../../src/view/testUtils.js"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH,uDAHW,QAAQ,WAAW,CAAC,0CAiC9B;AAEU,6CAAuB,QAAQ,2BAA4B,GAAG,EAAE,kBAAkB,WAAW,KAAM;AAepG,0DAAuB,QAAQ,2BAA4B,GAAG,EAAE,kBAAkB,WAAW,YAAY;IAAC,MAAM,EAAE,OAAO,CAAC;IAAC,YAAY,EAAE,OAAO,CAAA;CAAC,cAAe;AAe1K;;;;;GAKG;AACH,oCAFW,QAAQ,iBAYlB;;;;;uBAhGY,OAAO,cAAc,EAAE,QAAQ;;;;;0BAC/B,OAAO,sBAAsB,EAAE,OAAO;iBASlC,WAAW"}
@@ -6,14 +6,14 @@
6
6
  * @typedef {import("../types/viewContext").default} ViewContext
7
7
  */
8
8
 
9
- import { resolveScalesAndAxes, initializeData } from "./viewUtils";
10
- import AccessorFactory from "../encoder/accessor";
11
- import DataFlow from "../data/dataFlow";
12
- import { ViewFactory } from "./viewFactory";
13
- import GenomeStore from "../genome/genomeStore";
14
- import ImplicitRootView from "./implicitRootView";
15
- import View from "./view";
16
- import BmFontManager from "../fonts/bmFontManager";
9
+ import { resolveScalesAndAxes, initializeData } from "./viewUtils.js";
10
+ import AccessorFactory from "../encoder/accessor.js";
11
+ import DataFlow from "../data/dataFlow.js";
12
+ import { ViewFactory } from "./viewFactory.js";
13
+ import GenomeStore from "../genome/genomeStore.js";
14
+ import ImplicitRootView from "./implicitRootView.js";
15
+ import View from "./view.js";
16
+ import BmFontManager from "../fonts/bmFontManager.js";
17
17
 
18
18
  /**
19
19
  *