@jbrowse/plugin-hic 2.10.2 → 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.
@@ -36,8 +36,15 @@ declare const _default: (configSchema: AnyConfigurationSchemaType) => import("mo
36
36
  message: string | undefined;
37
37
  maxHeightReached: boolean;
38
38
  ReactComponent: ({ model, }: {
39
- model: any;
40
- }) => any;
39
+ model: {
40
+ error?: unknown;
41
+ reload: () => void;
42
+ message: import("react").ReactNode;
43
+ filled?: boolean | undefined;
44
+ status?: string | undefined;
45
+ reactElement?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
46
+ };
47
+ }) => import("react").JSX.Element | undefined;
41
48
  renderProps: any;
42
49
  } & {
43
50
  doReload(): void;
@@ -277,8 +284,15 @@ declare const _default: (configSchema: AnyConfigurationSchemaType) => import("mo
277
284
  message: string | undefined;
278
285
  maxHeightReached: boolean;
279
286
  ReactComponent: ({ model, }: {
280
- model: any;
281
- }) => any;
287
+ model: {
288
+ error?: unknown;
289
+ reload: () => void;
290
+ message: import("react").ReactNode;
291
+ filled?: boolean | undefined;
292
+ status?: string | undefined;
293
+ reactElement?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
294
+ };
295
+ }) => import("react").JSX.Element | undefined;
282
296
  renderProps: any;
283
297
  } & {
284
298
  doReload(): void;
@@ -36,8 +36,15 @@ declare const _default: (configSchema: AnyConfigurationSchemaType) => import("mo
36
36
  message: string | undefined;
37
37
  maxHeightReached: boolean;
38
38
  ReactComponent: ({ model, }: {
39
- model: any;
40
- }) => any;
39
+ model: {
40
+ error?: unknown;
41
+ reload: () => void;
42
+ message: import("react").ReactNode;
43
+ filled?: boolean | undefined;
44
+ status?: string | undefined;
45
+ reactElement?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
46
+ };
47
+ }) => import("react").JSX.Element | undefined;
41
48
  renderProps: any;
42
49
  } & {
43
50
  doReload(): void;
@@ -277,8 +284,15 @@ declare const _default: (configSchema: AnyConfigurationSchemaType) => import("mo
277
284
  message: string | undefined;
278
285
  maxHeightReached: boolean;
279
286
  ReactComponent: ({ model, }: {
280
- model: any;
281
- }) => any;
287
+ model: {
288
+ error?: unknown;
289
+ reload: () => void;
290
+ message: import("react").ReactNode;
291
+ filled?: boolean | undefined;
292
+ status?: string | undefined;
293
+ reactElement?: import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | undefined;
294
+ };
295
+ }) => import("react").JSX.Element | undefined;
282
296
  renderProps: any;
283
297
  } & {
284
298
  doReload(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-hic",
3
- "version": "2.10.2",
3
+ "version": "2.10.3",
4
4
  "description": "JBrowse 2 hic adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -54,5 +54,5 @@
54
54
  "publishConfig": {
55
55
  "access": "public"
56
56
  },
57
- "gitHead": "7ca3b7db337ebd88853e2d96cdab940ed550c4fb"
57
+ "gitHead": "c8fc800cd17decd72b2e971c7a6add3b95214e72"
58
58
  }