@teselagen/ove 0.8.35 → 0.8.37

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,4 +1,4 @@
1
- export function getAnnotationTextWidth(text: any, fontSize?: number, fontFamily?: string): any;
1
+ export function getAnnotationTextWidth(text: any, fontFamily?: string): any;
2
2
  export function doesLabelFitInAnnotation(text: string | undefined, { range, width }: {
3
3
  range: any;
4
4
  width: any;
@@ -1,5 +1,13 @@
1
1
  import { default as React } from '../../../../node_modules/react';
2
- export function StatusBar({ disableSetReadOnly, disableBpEditing, onSave, editorName, showCircularity, showMoleculeType, showReadOnly, showAvailability, showGCContentByDefault, onSelectionOrCaretChanged, GCDecimalDigits, isProtein, showAminoAcidUnitAsCodon, beforeReadOnlyChange }: {
2
+ export const EditReadOnlyItem: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
3
+ [x: string]: any;
4
+ }>;
5
+ export const EditCircularityItem: any;
6
+ export const EditAvailabilityItem: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
7
+ [x: string]: any;
8
+ }>;
9
+ export default StatusBar;
10
+ declare function StatusBar({ disableSetReadOnly, disableBpEditing, onSave, editorName, showCircularity, showMoleculeType, showReadOnly, showAvailability, showGCContentByDefault, onSelectionOrCaretChanged, GCDecimalDigits, isProtein, showAminoAcidUnitAsCodon, beforeReadOnlyChange }: {
3
11
  disableSetReadOnly: any;
4
12
  disableBpEditing: any;
5
13
  onSave: any;
@@ -15,11 +23,3 @@ export function StatusBar({ disableSetReadOnly, disableBpEditing, onSave, editor
15
23
  showAminoAcidUnitAsCodon: any;
16
24
  beforeReadOnlyChange: any;
17
25
  }): import("react/jsx-runtime").JSX.Element;
18
- export const EditReadOnlyItem: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
19
- [x: string]: any;
20
- }>;
21
- export const EditCircularityItem: any;
22
- export const EditAvailabilityItem: import('../../../../node_modules/react-redux').ConnectedComponent<React.ComponentType<import('../../../../node_modules/react-redux').Matching<any, unknown>>, {
23
- [x: string]: any;
24
- }>;
25
- export default StatusBar;
@@ -1,6 +1,6 @@
1
- export function sizeSchema(isProtein: any): {
1
+ export function sizeSchema(): {
2
2
  path: string;
3
3
  type: string;
4
- render: (val: any, _record: any) => import("react/jsx-runtime").JSX.Element;
4
+ render: (val: any, record: any) => import("react/jsx-runtime").JSX.Element;
5
5
  };
6
6
  export function getMemoOrfs(editorState: any): any;