@jbrowse/plugin-lollipop 4.1.3 → 4.1.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.
@@ -1,7 +1,7 @@
1
1
  import type PluginManager from '@jbrowse/core/PluginManager';
2
- export declare function configSchemaFactory(pluginManager: PluginManager): import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
2
+ export declare function configSchemaFactory(pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
3
3
  renderer: import("@jbrowse/mobx-state-tree").IAnyModelType;
4
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
4
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
5
5
  maxFeatureScreenDensity: {
6
6
  type: string;
7
7
  description: string;
@@ -28,4 +28,4 @@ export declare function configSchemaFactory(pluginManager: PluginManager): impor
28
28
  description: string;
29
29
  defaultValue: never[];
30
30
  };
31
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
31
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
@@ -33,6 +33,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
33
33
  statusMessage?: string;
34
34
  reactElement?: React.ReactElement;
35
35
  isRenderingPending?: boolean;
36
+ displayHeight?: number;
36
37
  };
37
38
  }) => import("react/jsx-runtime").JSX.Element;
38
39
  renderProps: any;
@@ -51,10 +52,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
51
52
  beforeDestroy(): void;
52
53
  } & {
53
54
  readonly statusMessage: any;
55
+ readonly displayHeight: number | undefined;
54
56
  } & {
55
57
  afterAttach(): void;
56
58
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
57
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
59
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
58
60
  maxFeatureScreenDensity: {
59
61
  type: string;
60
62
  description: string;
@@ -81,7 +83,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
81
83
  description: string;
82
84
  defaultValue: never[];
83
85
  };
84
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
86
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
85
87
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
86
88
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
87
89
  } & {
@@ -375,6 +377,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
375
377
  statusMessage?: string;
376
378
  reactElement?: React.ReactElement;
377
379
  isRenderingPending?: boolean;
380
+ displayHeight?: number;
378
381
  };
379
382
  }) => import("react/jsx-runtime").JSX.Element;
380
383
  renderProps: any;
@@ -393,6 +396,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
393
396
  beforeDestroy(): void;
394
397
  } & {
395
398
  readonly statusMessage: any;
399
+ readonly displayHeight: number | undefined;
396
400
  } & {
397
401
  afterAttach(): void;
398
402
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>> & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/mobx-state-tree").IMapType<import("@jbrowse/mobx-state-tree").IModelType<{
@@ -419,6 +423,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
419
423
  statusMessage?: string;
420
424
  reactElement?: React.ReactElement;
421
425
  isRenderingPending?: boolean;
426
+ displayHeight?: number;
422
427
  };
423
428
  }) => import("react/jsx-runtime").JSX.Element;
424
429
  renderProps: any;
@@ -437,6 +442,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
437
442
  beforeDestroy(): void;
438
443
  } & {
439
444
  readonly statusMessage: any;
445
+ readonly displayHeight: number | undefined;
440
446
  } & {
441
447
  afterAttach(): void;
442
448
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>>;
@@ -450,7 +456,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
450
456
  [x: string]: any;
451
457
  } & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & any & import("@jbrowse/mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
452
458
  } & import("@jbrowse/mobx-state-tree").IStateTreeNode<AnyConfigurationSchemaType>);
453
- } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
459
+ } & import("@jbrowse/mobx-state-tree").IStateTreeNode<import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
454
460
  maxFeatureScreenDensity: {
455
461
  type: string;
456
462
  description: string;
@@ -477,7 +483,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
477
483
  description: string;
478
484
  defaultValue: never[];
479
485
  };
480
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>>;
486
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>>;
481
487
  showLegend: boolean | undefined;
482
488
  showTooltips: boolean | undefined;
483
489
  } & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & {
@@ -767,6 +773,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
767
773
  statusMessage?: string;
768
774
  reactElement?: React.ReactElement;
769
775
  isRenderingPending?: boolean;
776
+ displayHeight?: number;
770
777
  };
771
778
  }) => import("react/jsx-runtime").JSX.Element;
772
779
  renderProps: any;
@@ -785,10 +792,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
785
792
  beforeDestroy(): void;
786
793
  } & {
787
794
  readonly statusMessage: any;
795
+ readonly displayHeight: number | undefined;
788
796
  } & {
789
797
  afterAttach(): void;
790
798
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
791
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
799
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
792
800
  maxFeatureScreenDensity: {
793
801
  type: string;
794
802
  description: string;
@@ -815,7 +823,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
815
823
  description: string;
816
824
  defaultValue: never[];
817
825
  };
818
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
826
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
819
827
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
820
828
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
821
829
  }, {
@@ -1121,6 +1129,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
1121
1129
  statusMessage?: string;
1122
1130
  reactElement?: React.ReactElement;
1123
1131
  isRenderingPending?: boolean;
1132
+ displayHeight?: number;
1124
1133
  };
1125
1134
  }) => import("react/jsx-runtime").JSX.Element;
1126
1135
  renderProps: any;
@@ -1139,10 +1148,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
1139
1148
  beforeDestroy(): void;
1140
1149
  } & {
1141
1150
  readonly statusMessage: any;
1151
+ readonly displayHeight: number | undefined;
1142
1152
  } & {
1143
1153
  afterAttach(): void;
1144
1154
  }, import("@jbrowse/mobx-state-tree")._NotCustomized, import("@jbrowse/mobx-state-tree")._NotCustomized>>;
1145
- configuration: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1155
+ configuration: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
1146
1156
  maxFeatureScreenDensity: {
1147
1157
  type: string;
1148
1158
  description: string;
@@ -1169,7 +1179,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
1169
1179
  description: string;
1170
1180
  defaultValue: never[];
1171
1181
  };
1172
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
1182
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
1173
1183
  showLegend: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1174
1184
  showTooltips: import("@jbrowse/mobx-state-tree").IMaybe<import("@jbrowse/mobx-state-tree").ISimpleType<boolean>>;
1175
1185
  }>> & import("@jbrowse/mobx-state-tree/dist/internal").NonEmptyObject & import("@jbrowse/mobx-state-tree")._NotCustomized, {
@@ -1,4 +1,4 @@
1
- declare const _default: import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaType<{
1
+ declare const _default: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
2
2
  strokeColor: {
3
3
  type: string;
4
4
  description: string;
@@ -52,5 +52,5 @@ declare const _default: import("node_modules/@jbrowse/core/src/configuration/con
52
52
  defaultValue: string;
53
53
  contextVariable: string[];
54
54
  };
55
- }, import("node_modules/@jbrowse/core/src/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
55
+ }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
56
56
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-lollipop",
3
- "version": "4.1.3",
3
+ "version": "4.1.4",
4
4
  "type": "module",
5
5
  "description": "JBrowse 2 plugin for lollipops",
6
6
  "keywords": [
@@ -24,8 +24,8 @@
24
24
  "@jbrowse/mobx-state-tree": "^5.5.0",
25
25
  "mobx": "^6.15.0",
26
26
  "mobx-react": "^9.2.1",
27
- "@jbrowse/core": "^4.1.3",
28
- "@jbrowse/plugin-linear-genome-view": "^4.1.3"
27
+ "@jbrowse/core": "^4.1.4",
28
+ "@jbrowse/plugin-linear-genome-view": "^4.1.4"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=18.0.0"