@jbrowse/plugin-lollipop 2.10.1 → 2.10.3
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.
|
@@ -43,8 +43,15 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
43
43
|
message: string | undefined;
|
|
44
44
|
maxHeightReached: boolean;
|
|
45
45
|
ReactComponent: ({ model, }: {
|
|
46
|
-
model:
|
|
47
|
-
|
|
46
|
+
model: {
|
|
47
|
+
error?: unknown;
|
|
48
|
+
reload: () => void;
|
|
49
|
+
message: import("react").ReactNode;
|
|
50
|
+
filled?: boolean | undefined;
|
|
51
|
+
status?: string | undefined;
|
|
52
|
+
reactElement?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
53
|
+
};
|
|
54
|
+
}) => import("react").JSX.Element | undefined;
|
|
48
55
|
renderProps: any;
|
|
49
56
|
} & {
|
|
50
57
|
doReload(): void;
|
|
@@ -282,8 +289,15 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
282
289
|
message: string | undefined;
|
|
283
290
|
maxHeightReached: boolean;
|
|
284
291
|
ReactComponent: ({ model, }: {
|
|
285
|
-
model:
|
|
286
|
-
|
|
292
|
+
model: {
|
|
293
|
+
error?: unknown;
|
|
294
|
+
reload: () => void;
|
|
295
|
+
message: import("react").ReactNode;
|
|
296
|
+
filled?: boolean | undefined;
|
|
297
|
+
status?: string | undefined;
|
|
298
|
+
reactElement?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
299
|
+
};
|
|
300
|
+
}) => import("react").JSX.Element | undefined;
|
|
287
301
|
renderProps: any;
|
|
288
302
|
} & {
|
|
289
303
|
doReload(): void;
|
|
@@ -43,8 +43,15 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
43
43
|
message: string | undefined;
|
|
44
44
|
maxHeightReached: boolean;
|
|
45
45
|
ReactComponent: ({ model, }: {
|
|
46
|
-
model:
|
|
47
|
-
|
|
46
|
+
model: {
|
|
47
|
+
error?: unknown;
|
|
48
|
+
reload: () => void;
|
|
49
|
+
message: import("react").ReactNode;
|
|
50
|
+
filled?: boolean | undefined;
|
|
51
|
+
status?: string | undefined;
|
|
52
|
+
reactElement?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
53
|
+
};
|
|
54
|
+
}) => import("react").JSX.Element | undefined;
|
|
48
55
|
renderProps: any;
|
|
49
56
|
} & {
|
|
50
57
|
doReload(): void;
|
|
@@ -282,8 +289,15 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
|
|
|
282
289
|
message: string | undefined;
|
|
283
290
|
maxHeightReached: boolean;
|
|
284
291
|
ReactComponent: ({ model, }: {
|
|
285
|
-
model:
|
|
286
|
-
|
|
292
|
+
model: {
|
|
293
|
+
error?: unknown;
|
|
294
|
+
reload: () => void;
|
|
295
|
+
message: import("react").ReactNode;
|
|
296
|
+
filled?: boolean | undefined;
|
|
297
|
+
status?: string | undefined;
|
|
298
|
+
reactElement?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
|
|
299
|
+
};
|
|
300
|
+
}) => import("react").JSX.Element | undefined;
|
|
287
301
|
renderProps: any;
|
|
288
302
|
} & {
|
|
289
303
|
doReload(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/plugin-lollipop",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.3",
|
|
4
4
|
"description": "JBrowse 2 plugin for lollipops",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"publishConfig": {
|
|
52
52
|
"access": "public"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "c8fc800cd17decd72b2e971c7a6add3b95214e72"
|
|
55
55
|
}
|