@teselagen/ove 0.7.27 → 0.7.29

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,9 +1,9 @@
1
1
  import { default as React } from '../../../../node_modules/react';
2
2
  declare const _default: import('../../../../node_modules/react-redux').ConnectedComponent<typeof Mismatches, {
3
- context?: React.Context<import('../../../../node_modules/react-redux').ReactReduxContextValue<any, import('../../../../node_modules/redux').AnyAction>> | undefined;
4
- store?: import('../../../../node_modules/redux').Store<any, import('../../../../node_modules/redux').AnyAction> | undefined;
3
+ context?: import('../../../../node_modules/react-redux/es/components/Context').ReactReduxContextInstance | undefined;
4
+ store?: import('../../../../node_modules/redux').Store | undefined;
5
5
  } | {
6
- store?: import('../../../../node_modules/redux').Store<any, import('../../../../node_modules/redux').AnyAction> | undefined;
6
+ store?: import('../../../../node_modules/redux').Store | undefined;
7
7
  }>;
8
8
  export default _default;
9
9
  declare class Mismatches extends React.Component<any, any, any> {
@@ -1,6 +1,6 @@
1
1
  export default Labels;
2
2
  declare function Labels({ labels, extraSideSpace, smartCircViewLabelRender, radius: outerRadius, editorName, noRedux, rotationRadians, textScalingFactor, labelLineIntensity, labelSize, fontHeightMultiplier, circularViewWidthVsHeightRatio, condenseOverflowingXLabels }: {
3
- labels?: any[] | undefined;
3
+ labels?: never[] | undefined;
4
4
  extraSideSpace: any;
5
5
  smartCircViewLabelRender: any;
6
6
  radius: any;
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/react';
2
-
3
2
  export interface CircularViewProps {
4
3
  editorName: string; //the name of the editor instance (this should match what you've set up in your redux store)
5
4
  maxAnnotationsToDisplay;
@@ -1,10 +1,10 @@
1
1
  declare const _default: import('../../../node_modules/react-redux').ConnectedComponent<import('../../../node_modules/react').ComponentType<import('../../../node_modules/react-redux').Matching<any, unknown>>, {
2
- context?: import('../../../node_modules/react').Context<import('../../../node_modules/react-redux').ReactReduxContextValue<any, import('../../../node_modules/redux').AnyAction>> | undefined;
3
- store?: import('../../../node_modules/redux').Store<any, import('../../../node_modules/redux').AnyAction> | undefined;
2
+ context?: import('../../../node_modules/react-redux/es/components/Context').ReactReduxContextInstance | undefined;
3
+ store?: import('../../../node_modules/redux').Store | undefined;
4
4
  } | {
5
5
  ref?: import('../../../node_modules/react').LegacyRef<import('../../../node_modules/react').Component<import('../../../node_modules/react-redux').Matching<any, unknown>, any, any>> | undefined;
6
6
  key?: import('../../../node_modules/react').Key | null | undefined;
7
- context?: import('../../../node_modules/react').Context<import('../../../node_modules/react-redux').ReactReduxContextValue<any, import('../../../node_modules/redux').AnyAction>> | undefined;
8
- store?: import('../../../node_modules/redux').Store<any, import('../../../node_modules/redux').AnyAction> | undefined;
7
+ context?: import('../../../node_modules/react-redux/es/components/Context').ReactReduxContextInstance | undefined;
8
+ store?: import('../../../node_modules/redux').Store | undefined;
9
9
  }>;
10
10
  export default _default;
@@ -1,6 +1,6 @@
1
1
  export default function Ladder({ boxHeight, lanes, digestLaneRightClicked, selectedFragment, ladders }: {
2
2
  boxHeight?: number | undefined;
3
- lanes?: any[] | undefined;
3
+ lanes?: never[] | undefined;
4
4
  digestLaneRightClicked: any;
5
5
  selectedFragment: any;
6
6
  ladders?: {
package/Reflex/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  import { default as ReflexContainer } from './ReflexContainer';
2
2
  import { default as ReflexSplitter } from './ReflexSplitter';
3
3
  import { default as ReflexElement } from './ReflexElement';
4
-
5
4
  export { ReflexContainer, ReflexSplitter, ReflexElement };
@@ -1,5 +1,4 @@
1
1
  import { default as React } from '../../../../node_modules/react';
2
-
3
2
  export interface RowViewProps {
4
3
  editorName: string; //the name of the editor instance (this should match what you've set up in your redux store)
5
4
  height: number; //default = 400
@@ -6,9 +6,7 @@ export default _default;
6
6
  declare class ToolbarItem extends React.Component<any, any, any> {
7
7
  constructor(props: any);
8
8
  constructor(props: any, context: any);
9
- toggleDropdown: ({ forceClose }?: {
10
- forceClose: any;
11
- }) => void;
9
+ toggleDropdown: ({ forceClose }?: {}) => void;
12
10
  render(): import("react/jsx-runtime").JSX.Element | null;
13
11
  dropdownNode: HTMLDivElement | undefined;
14
12
  }