UNPKG

@wcardinal/wcardinal-geditor

Version:

WebGL-based graphic editor, tester and viewer for supervisory systems

14 lines 687 B
import { __extends } from "tslib"; import { DInputSearch, UtilHtmlElement } from "@wcardinal/wcardinal-ui"; var EDialogActionKeywordInput = /** @class */ (function (_super) { __extends(EDialogActionKeywordInput, _super); function EDialogActionKeywordInput() { return _super !== null && _super.apply(this, arguments) || this; } EDialogActionKeywordInput.prototype.getClipperRect = function (resolution, point, result) { return UtilHtmlElement.getClipperRect(null, this, resolution, point, result); }; return EDialogActionKeywordInput; }(DInputSearch)); export { EDialogActionKeywordInput }; //# sourceMappingURL=e-dialog-action-keyword-input.js.map