@teselagen/ove 0.7.3-beta.6 → 0.7.3-beta.7

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.
@@ -89,9 +89,6 @@ export class AlignmentView extends React.Component<any, any, any> {
89
89
  }) => void;
90
90
  render(): import("react/jsx-runtime").JSX.Element | "corrupted data!";
91
91
  veTracksAndAlignmentHolder: HTMLDivElement | null | undefined;
92
- copyAllAlignmentsFastaClipboardHelper: ClipboardJS | undefined;
93
- copySpecificAlignmentFastaClipboardHelper: ClipboardJS | undefined;
94
- copySpecificAlignmentAsPlainClipboardHelper: ClipboardJS | undefined;
95
92
  InfiniteScroller: any;
96
93
  isZooming: boolean | undefined;
97
94
  getTrackTrimmingOptions({ e, allTracks, upsertAlignmentRun, currentPairwiseAlignmentIndex, alignmentId }: {
@@ -104,4 +101,3 @@ export class AlignmentView extends React.Component<any, any, any> {
104
101
  }
105
102
  declare const _default: any;
106
103
  export default _default;
107
- import * as ClipboardJS from "clipboard";