// import React = require("react"); // import { IReactionDisposer } from "mobx"; // import { observer } from "mobx-react"; // import { documentSchema } from "../../../new_fields/documentSchemas"; // import { Id } from '../../../new_fields/FieldSymbols'; // import { makeInterface, listSpec } from "../../../new_fields/Schema"; // import { StrCast, Cast } from "../../../new_fields/Types"; // import { ViewBoxAnnotatableComponent } from '../DocComponent'; // import { SearchBox } from "../search/SearchBox"; // import { FieldView, FieldViewProps } from './FieldView'; // import "./QueryBox.scss"; // import { List } from "../../../new_fields/List"; // import { SnappingManager } from "../../util/SnappingManager"; // type QueryDocument = makeInterface<[typeof documentSchema]>; // const QueryDocument = makeInterface(documentSchema); // @observer // export class QueryBox extends ViewBoxAnnotatableComponent(QueryDocument) { // public static LayoutString(fieldKey: string) { return FieldView.LayoutString(QueryBox, fieldKey); } // _docListChangedReaction: IReactionDisposer | undefined; // componentDidMount() { // } // componentWillUnmount() { // this._docListChangedReaction?.(); // } // render() { // const dragging = !SnappingManager.GetIsDragging() ? "" : "-dragging"; // return
e.stopPropagation()} > // //
; // } // } // //