UNPKG

vue-tianditu2

Version:
49 lines (48 loc) 1.34 kB
const e = { /** 文本标注的内容 */ text: { type: String, default: "" }, /** 文本标注的位置偏移值 */ offset: { type: Array, default: () => [0, 0] }, /** 文本标注的地理位置 */ position: { type: Array, default: () => [0, 0] } }, o = { /** 设置文本的提示内容 */ title: { type: String }, /** 设置z-index */ zIndex: { type: Number }, /** 设置文本的文本内容字体大小 */ fontSize: { type: Number }, /** 设置文本的文本的字体颜色 */ fontColor: { type: String }, /** 设置文本的背景色 */ backgroundColor: { type: String }, /** 设置文本的边框线宽 */ borderLine: { type: Number }, /** 设置文本的边框颜色 */ borderColor: { type: String }, /** 设置文本的透明度 */ opacity: { type: Number }, /** 是否可见 */ visible: { type: Boolean, default: !0 }, /** 自定义属性 */ extData: { type: void 0 } }, r = { click: () => !0, dblclick: () => !0, mousedown: () => !0, mouseup: () => !0, mouseout: () => !0, mouseover: () => !0, remove: () => !0 }, u = { init: (t) => t instanceof T.Label }, n = { ...e, ...o }, i = { ...r, ...u }; export { i as EVENTS, u as EXTRA_EVENTS, o as EXTRA_PROPS, r as NATIVE_EVENTS, e as NATIVE_PROPS, n as PROPS }; //# sourceMappingURL=const.mjs.map