@jbrowse/plugin-lollipop 2.11.1 → 2.11.2

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.
@@ -29,4 +29,9 @@ export declare function configSchemaFactory(pluginManager: PluginManager): impor
29
29
  defaultValue: string;
30
30
  contextVariable: string[];
31
31
  };
32
+ jexlFilters: {
33
+ type: string;
34
+ description: string;
35
+ defaultValue: never[];
36
+ };
32
37
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
@@ -92,6 +92,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
92
92
  defaultValue: string;
93
93
  contextVariable: string[];
94
94
  };
95
+ jexlFilters: {
96
+ type: string;
97
+ description: string;
98
+ defaultValue: never[];
99
+ };
95
100
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
96
101
  } & {
97
102
  /**
@@ -220,6 +225,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
220
225
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
221
226
  deleteBlock(key: string): void;
222
227
  selectFeature(feature: import("@jbrowse/core/util").Feature): void;
228
+ navToFeature(feature: import("@jbrowse/core/util").Feature): void;
223
229
  clearFeatureSelection(): void;
224
230
  setFeatureIdUnderMouse(feature?: string | undefined): void;
225
231
  setContextMenuFeature(feature?: import("@jbrowse/core/util").Feature | undefined): void;
@@ -338,6 +344,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
338
344
  defaultValue: string;
339
345
  contextVariable: string[];
340
346
  };
347
+ jexlFilters: {
348
+ type: string;
349
+ description: string;
350
+ defaultValue: never[];
351
+ };
341
352
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
342
353
  }>> & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree")._NotCustomized, {
343
354
  type: string;
@@ -29,4 +29,9 @@ export declare function configSchemaFactory(pluginManager: PluginManager): impor
29
29
  defaultValue: string;
30
30
  contextVariable: string[];
31
31
  };
32
+ jexlFilters: {
33
+ type: string;
34
+ description: string;
35
+ defaultValue: never[];
36
+ };
32
37
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>, undefined>>;
@@ -92,6 +92,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
92
92
  defaultValue: string;
93
93
  contextVariable: string[];
94
94
  };
95
+ jexlFilters: {
96
+ type: string;
97
+ description: string;
98
+ defaultValue: never[];
99
+ };
95
100
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
96
101
  } & {
97
102
  /**
@@ -220,6 +225,7 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
220
225
  addBlock(key: string, block: import("@jbrowse/core/util/blockTypes").BaseBlock): void;
221
226
  deleteBlock(key: string): void;
222
227
  selectFeature(feature: import("@jbrowse/core/util").Feature): void;
228
+ navToFeature(feature: import("@jbrowse/core/util").Feature): void;
223
229
  clearFeatureSelection(): void;
224
230
  setFeatureIdUnderMouse(feature?: string | undefined): void;
225
231
  setContextMenuFeature(feature?: import("@jbrowse/core/util").Feature | undefined): void;
@@ -338,6 +344,11 @@ export declare function stateModelFactory(configSchema: AnyConfigurationSchemaTy
338
344
  defaultValue: string;
339
345
  contextVariable: string[];
340
346
  };
347
+ jexlFilters: {
348
+ type: string;
349
+ description: string;
350
+ defaultValue: never[];
351
+ };
341
352
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "displayId">>;
342
353
  }>> & import("mobx-state-tree/dist/internal").NonEmptyObject & import("mobx-state-tree")._NotCustomized, {
343
354
  type: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-lollipop",
3
- "version": "2.11.1",
3
+ "version": "2.11.2",
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": "11b28d66d782eb06f92ccb993108bb6c3c82819e"
54
+ "gitHead": "511048cb6965f0bf624c96de244e7fd47fce17d6"
55
55
  }