@jbrowse/product-core 2.13.1 → 2.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/RootModel/BaseRootModel.d.ts +110 -84
- package/dist/RootModel/InternetAccounts.d.ts +1 -1
- package/dist/RootModel/InternetAccounts.js +1 -2
- package/dist/Session/BaseSession.d.ts +6 -2
- package/dist/Session/Connections.d.ts +71 -11
- package/dist/Session/Connections.js +3 -1
- package/dist/Session/DialogQueue.d.ts +1 -1
- package/dist/Session/MultipleViews.d.ts +354 -266
- package/dist/Session/ReferenceManagement.d.ts +1 -1
- package/dist/Session/ReferenceManagement.js +6 -2
- package/dist/Session/SessionTracks.d.ts +344 -258
- package/dist/Session/Tracks.d.ts +343 -255
- package/dist/Session/Tracks.js +3 -1
- package/dist/ui/AboutDialogContents.js +9 -3
- package/dist/ui/FileInfoPanel.d.ts +1 -1
- package/dist/ui/FileInfoPanel.js +1 -1
- package/dist/ui/RefNameInfoDialog.js +5 -3
- package/esm/RootModel/BaseRootModel.d.ts +110 -84
- package/esm/RootModel/InternetAccounts.d.ts +1 -1
- package/esm/RootModel/InternetAccounts.js +1 -2
- package/esm/Session/BaseSession.d.ts +6 -2
- package/esm/Session/Connections.d.ts +71 -11
- package/esm/Session/Connections.js +3 -1
- package/esm/Session/DialogQueue.d.ts +1 -1
- package/esm/Session/MultipleViews.d.ts +354 -266
- package/esm/Session/ReferenceManagement.d.ts +1 -1
- package/esm/Session/ReferenceManagement.js +6 -2
- package/esm/Session/SessionTracks.d.ts +344 -258
- package/esm/Session/Tracks.d.ts +343 -255
- package/esm/Session/Tracks.js +3 -1
- package/esm/ui/AboutDialogContents.js +9 -3
- package/esm/ui/FileInfoPanel.d.ts +1 -1
- package/esm/ui/FileInfoPanel.js +1 -1
- package/esm/ui/RefNameInfoDialog.js +5 -3
- package/package.json +4 -4
|
@@ -27,9 +27,29 @@ export declare function ConnectionManagementSessionMixin(pluginManager: PluginMa
|
|
|
27
27
|
connect(_arg: AnyConfigurationModel): void;
|
|
28
28
|
} & {
|
|
29
29
|
afterAttach(): void;
|
|
30
|
-
addTrackConf(trackConf:
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
addTrackConf(trackConf: ({
|
|
31
|
+
[x: string]: any;
|
|
32
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
33
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
34
|
+
[x: string]: any;
|
|
35
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
36
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
37
|
+
[x: string]: any;
|
|
38
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
39
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
40
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | Record<string, unknown>): any;
|
|
41
|
+
addTrackConfs(trackConfs: (({
|
|
42
|
+
[x: string]: any;
|
|
43
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
44
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
45
|
+
[x: string]: any;
|
|
46
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
47
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
48
|
+
[x: string]: any;
|
|
49
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
50
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
51
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | Record<string, unknown>)[]): void;
|
|
52
|
+
setTrackConfs(trackConfs: AnyConfigurationModel[]): void;
|
|
33
53
|
clear(): void;
|
|
34
54
|
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>;
|
|
35
55
|
}, {
|
|
@@ -62,7 +82,7 @@ export declare function ConnectionManagementSessionMixin(pluginManager: PluginMa
|
|
|
62
82
|
/**
|
|
63
83
|
* #action
|
|
64
84
|
*/
|
|
65
|
-
makeConnection(configuration: AnyConfigurationModel, initialSnapshot?: {}): {
|
|
85
|
+
makeConnection(configuration: AnyConfigurationModel, initialSnapshot?: {}): ({
|
|
66
86
|
name: string;
|
|
67
87
|
tracks: import("mobx-state-tree").IMSTArray<import("mobx-state-tree").IAnyModelType> & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IArrayType<import("mobx-state-tree").IAnyModelType>>;
|
|
68
88
|
configuration: {
|
|
@@ -91,9 +111,29 @@ export declare function ConnectionManagementSessionMixin(pluginManager: PluginMa
|
|
|
91
111
|
connect(_arg: AnyConfigurationModel): void;
|
|
92
112
|
} & {
|
|
93
113
|
afterAttach(): void;
|
|
94
|
-
addTrackConf(trackConf:
|
|
95
|
-
|
|
96
|
-
|
|
114
|
+
addTrackConf(trackConf: ({
|
|
115
|
+
[x: string]: any;
|
|
116
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
117
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
118
|
+
[x: string]: any;
|
|
119
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
120
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
121
|
+
[x: string]: any;
|
|
122
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
123
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
124
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | Record<string, unknown>): any;
|
|
125
|
+
addTrackConfs(trackConfs: (({
|
|
126
|
+
[x: string]: any;
|
|
127
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
128
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
129
|
+
[x: string]: any;
|
|
130
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
131
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
132
|
+
[x: string]: any;
|
|
133
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
134
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
135
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | Record<string, unknown>)[]): void;
|
|
136
|
+
setTrackConfs(trackConfs: AnyConfigurationModel[]): void;
|
|
97
137
|
clear(): void;
|
|
98
138
|
} & import("mobx-state-tree").IStateTreeNode<import("mobx-state-tree").IModelType<{
|
|
99
139
|
name: import("mobx-state-tree").ISimpleType<string>;
|
|
@@ -114,11 +154,31 @@ export declare function ConnectionManagementSessionMixin(pluginManager: PluginMa
|
|
|
114
154
|
connect(_arg: AnyConfigurationModel): void;
|
|
115
155
|
} & {
|
|
116
156
|
afterAttach(): void;
|
|
117
|
-
addTrackConf(trackConf:
|
|
118
|
-
|
|
119
|
-
|
|
157
|
+
addTrackConf(trackConf: ({
|
|
158
|
+
[x: string]: any;
|
|
159
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
160
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
161
|
+
[x: string]: any;
|
|
162
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
163
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
164
|
+
[x: string]: any;
|
|
165
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
166
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
167
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | Record<string, unknown>): any;
|
|
168
|
+
addTrackConfs(trackConfs: (({
|
|
169
|
+
[x: string]: any;
|
|
170
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
171
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
172
|
+
[x: string]: any;
|
|
173
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & {
|
|
174
|
+
setSubschema(slotName: string, data: Record<string, unknown>): Record<string, unknown> | ({
|
|
175
|
+
[x: string]: any;
|
|
176
|
+
} & import("mobx-state-tree/dist/internal").NonEmptyObject & any & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
177
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>);
|
|
178
|
+
} & import("mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration").AnyConfigurationSchemaType>) | Record<string, unknown>)[]): void;
|
|
179
|
+
setTrackConfs(trackConfs: AnyConfigurationModel[]): void;
|
|
120
180
|
clear(): void;
|
|
121
|
-
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized
|
|
181
|
+
}, import("mobx-state-tree")._NotCustomized, import("mobx-state-tree")._NotCustomized>>) | undefined;
|
|
122
182
|
/**
|
|
123
183
|
* #action
|
|
124
184
|
*/
|