@jbrowse/core 2.1.4 → 2.1.6

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 (65) hide show
  1. package/BaseFeatureWidget/BaseFeatureDetail.d.ts +4 -3
  2. package/BaseFeatureWidget/BaseFeatureDetail.js +16 -17
  3. package/BaseFeatureWidget/SequenceBox.d.ts +29 -0
  4. package/BaseFeatureWidget/SequenceBox.js +61 -0
  5. package/BaseFeatureWidget/SequenceFeatureDetails.d.ts +2 -8
  6. package/BaseFeatureWidget/SequenceFeatureDetails.js +123 -135
  7. package/BaseFeatureWidget/SequenceFeatureSettingsDialog.d.ts +9 -0
  8. package/BaseFeatureWidget/SequenceFeatureSettingsDialog.js +71 -0
  9. package/BaseFeatureWidget/SequenceHelpDialog.d.ts +4 -0
  10. package/BaseFeatureWidget/SequenceHelpDialog.js +51 -0
  11. package/BaseFeatureWidget/SequencePanel.d.ts +10 -0
  12. package/BaseFeatureWidget/SequencePanel.js +72 -0
  13. package/BaseFeatureWidget/index.d.ts +7 -0
  14. package/BaseFeatureWidget/index.js +21 -5
  15. package/BaseFeatureWidget/test_data/DLGAP3.d.ts +80 -0
  16. package/BaseFeatureWidget/test_data/DLGAP3.js +585 -0
  17. package/BaseFeatureWidget/test_data/NCDN.d.ts +141 -0
  18. package/BaseFeatureWidget/test_data/NCDN.js +1118 -0
  19. package/BaseFeatureWidget/types.d.ts +2 -2
  20. package/BaseFeatureWidget/util.d.ts +13 -2
  21. package/BaseFeatureWidget/util.js +13 -1
  22. package/PluginLoader.d.ts +29 -13
  23. package/PluginLoader.js +47 -77
  24. package/PluginManager.d.ts +4 -3
  25. package/PluginManager.js +16 -8
  26. package/assemblyManager/assembly.d.ts +8 -15
  27. package/assemblyManager/assembly.js +14 -17
  28. package/assemblyManager/assemblyManager.d.ts +37 -86
  29. package/assemblyManager/assemblyManager.js +2 -1
  30. package/configuration/configurationSlot.js +2 -1
  31. package/data_adapters/CytobandAdapter.js +1 -1
  32. package/package.json +3 -3
  33. package/pluggableElementTypes/ViewType.d.ts +2 -0
  34. package/pluggableElementTypes/ViewType.js +1 -0
  35. package/pluggableElementTypes/models/BaseConnectionModelFactory.d.ts +7 -5
  36. package/pluggableElementTypes/models/BaseConnectionModelFactory.js +3 -2
  37. package/pluggableElementTypes/models/BaseDisplayModel.d.ts +1 -1
  38. package/pluggableElementTypes/models/BaseDisplayModel.js +3 -2
  39. package/pluggableElementTypes/models/BaseTrackModel.d.ts +1 -1
  40. package/pluggableElementTypes/models/BaseTrackModel.js +1 -1
  41. package/pluggableElementTypes/models/baseTrackConfig.js +16 -4
  42. package/rpc/RpcManager.d.ts +1 -1
  43. package/rpc/RpcManager.js +4 -1
  44. package/rpc/WebWorkerRpcDriver.d.ts +2 -0
  45. package/rpc/WebWorkerRpcDriver.js +21 -11
  46. package/rpc/configSchema.js +4 -1
  47. package/tsconfig.build.tsbuildinfo +1 -1
  48. package/ui/AboutDialog.d.ts +6 -0
  49. package/ui/AboutDialog.js +42 -20
  50. package/ui/App.d.ts +1 -1
  51. package/ui/App.js +49 -42
  52. package/ui/DrawerWidget.js +11 -6
  53. package/ui/FatalErrorDialog.d.ts +6 -22
  54. package/ui/FatalErrorDialog.js +10 -29
  55. package/ui/theme.d.ts +18 -171
  56. package/ui/theme.js +17 -20
  57. package/util/calculateStaticBlocks.js +3 -8
  58. package/util/index.d.ts +5 -1
  59. package/util/index.js +34 -11
  60. package/util/simpleFeature.d.ts +1 -2
  61. package/util/stats.js +7 -5
  62. package/util/tracks.d.ts +5 -2
  63. package/util/tracks.js +15 -5
  64. package/util/types/index.d.ts +1 -1
  65. package/util/types/index.js +3 -1
@@ -0,0 +1,141 @@
1
+ declare namespace _default {
2
+ const source: string;
3
+ const type: string;
4
+ const start: number;
5
+ const end: number;
6
+ const strand: number;
7
+ const phase: number;
8
+ const refName: string;
9
+ const id: string;
10
+ const dbxref: string[];
11
+ const name: string;
12
+ const description: string;
13
+ const gbkey: string;
14
+ const gene: string;
15
+ const gene_biotype: string;
16
+ const subfeatures: ({
17
+ source: string;
18
+ type: string;
19
+ start: number;
20
+ end: number;
21
+ strand: number;
22
+ phase: number;
23
+ refName: string;
24
+ id: string;
25
+ parent: string;
26
+ dbxref: string[];
27
+ name: string;
28
+ gbkey: string;
29
+ gene: string;
30
+ product: string;
31
+ tag: string;
32
+ transcript_id: string;
33
+ subfeatures: ({
34
+ source: string;
35
+ type: string;
36
+ start: number;
37
+ end: number;
38
+ strand: number;
39
+ phase: number;
40
+ refName: string;
41
+ parent: string;
42
+ dbxref: string[];
43
+ gbkey: string;
44
+ gene: string;
45
+ product: string;
46
+ tag: string;
47
+ transcript_id: string;
48
+ uniqueId: string;
49
+ parentId: string;
50
+ id?: undefined;
51
+ name?: undefined;
52
+ note?: undefined;
53
+ protein_id?: undefined;
54
+ } | {
55
+ source: string;
56
+ type: string;
57
+ start: number;
58
+ end: number;
59
+ strand: number;
60
+ phase: number;
61
+ refName: string;
62
+ id: string;
63
+ parent: string;
64
+ dbxref: string[];
65
+ name: string;
66
+ note: string;
67
+ gbkey: string;
68
+ gene: string;
69
+ product: string;
70
+ protein_id: string;
71
+ tag: string;
72
+ uniqueId: string;
73
+ parentId: string;
74
+ transcript_id?: undefined;
75
+ })[];
76
+ uniqueId: string;
77
+ parentId: string;
78
+ } | {
79
+ source: string;
80
+ type: string;
81
+ start: number;
82
+ end: number;
83
+ strand: number;
84
+ phase: number;
85
+ refName: string;
86
+ id: string;
87
+ parent: string;
88
+ dbxref: string[];
89
+ name: string;
90
+ gbkey: string;
91
+ gene: string;
92
+ product: string;
93
+ transcript_id: string;
94
+ subfeatures: ({
95
+ source: string;
96
+ type: string;
97
+ start: number;
98
+ end: number;
99
+ strand: number;
100
+ phase: number;
101
+ refName: string;
102
+ parent: string;
103
+ dbxref: string[];
104
+ gbkey: string;
105
+ gene: string;
106
+ product: string;
107
+ transcript_id: string;
108
+ uniqueId: string;
109
+ parentId: string;
110
+ id?: undefined;
111
+ name?: undefined;
112
+ note?: undefined;
113
+ protein_id?: undefined;
114
+ } | {
115
+ source: string;
116
+ type: string;
117
+ start: number;
118
+ end: number;
119
+ strand: number;
120
+ phase: number;
121
+ refName: string;
122
+ id: string;
123
+ parent: string;
124
+ dbxref: string[];
125
+ name: string;
126
+ note: string;
127
+ gbkey: string;
128
+ gene: string;
129
+ product: string;
130
+ protein_id: string;
131
+ uniqueId: string;
132
+ parentId: string;
133
+ transcript_id?: undefined;
134
+ })[];
135
+ uniqueId: string;
136
+ parentId: string;
137
+ tag?: undefined;
138
+ })[];
139
+ const uniqueId: string;
140
+ }
141
+ export default _default;