vue-tianditu2
Version:
35 lines (34 loc) • 1.24 kB
JavaScript
const t = {
/** 标点的配置项 */
markTool: { type: Object, default: () => ({}) },
/** 多边形的配置项 */
polygonTool: { type: Object, default: () => ({}) },
/** 折线的配置项 */
polylineTool: { type: Object, default: () => ({}) },
/** 矩形的配置项 */
rectangleTool: { type: Object, default: () => ({}) },
/** 圆形的配置项 */
circleTool: { type: Object, default: () => ({}) },
/** 画笔的配置项 */
paintBrushTool: { type: Object, default: () => ({}) }
}, e = {}, l = {
"mark-mouseup": () => !0,
"polygon-draw": () => !0,
"polygon-addpoint": () => !0,
"polyline-draw": () => !0,
"polyline-addpoint": () => !0,
"rectangle-draw": () => !0,
"circle-draw": () => !0,
"circle-drawend": () => !0
}, n = {
init: (o) => o.markTool instanceof T.MarkTool && o.polygonTool instanceof T.PolygonTool && o.polylineTool instanceof T.PolylineTool && o.rectangleTool instanceof T.RectangleTool && o.circleTool instanceof T.CircleTool && o.paintBrushTool instanceof T.PaintBrushTool
}, c = { ...t, ...e }, r = { ...l, ...n };
export {
r as EVENTS,
l as NATIVE_EVENTS,
t as NATIVE_PROPS,
n as OTHER_EVENTS,
e as OTHER_PROPS,
c as PROPS
};
//# sourceMappingURL=const.mjs.map