智慧工地前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
129 KiB

var IVSDrawer_Module = (function() {
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename;
return (
function(IVSDrawer_Module) {
IVSDrawer_Module = IVSDrawer_Module || {};
var Module=typeof IVSDrawer_Module!=="undefined"?IVSDrawer_Module:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});if(!Object.getOwnPropertyDescriptor(Module["ready"],"_DRAW_Open")){Object.defineProperty(Module["ready"],"_DRAW_Open",{configurable:true,get:function(){abort("You are getting _DRAW_Open on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_DRAW_Open",{configurable:true,set:function(){abort("You are setting _DRAW_Open on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_DRAW_Clean")){Object.defineProperty(Module["ready"],"_DRAW_Clean",{configurable:true,get:function(){abort("You are getting _DRAW_Clean on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_DRAW_Clean",{configurable:true,set:function(){abort("You are setting _DRAW_Clean on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_DRAW_Close")){Object.defineProperty(Module["ready"],"_DRAW_Close",{configurable:true,get:function(){abort("You are getting _DRAW_Close on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_DRAW_Close",{configurable:true,set:function(){abort("You are setting _DRAW_Close on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_DRAW_SetPen")){Object.defineProperty(Module["ready"],"_DRAW_SetPen",{configurable:true,get:function(){abort("You are getting _DRAW_SetPen on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_DRAW_SetPen",{configurable:true,set:function(){abort("You are setting _DRAW_SetPen on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_DRAW_SetDrawSurfaceParam")){Object.defineProperty(Module["ready"],"_DRAW_SetDrawSurfaceParam",{configurable:true,get:function(){abort("You are getting _DRAW_SetDrawSurfaceParam on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_DRAW_SetDrawSurfaceParam",{configurable:true,set:function(){abort("You are setting _DRAW_SetDrawSurfaceParam on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_DRAW_DrawByRenderHandle")){Object.defineProperty(Module["ready"],"_DRAW_DrawByRenderHandle",{configurable:true,get:function(){abort("You are getting _DRAW_DrawByRenderHandle on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}});Object.defineProperty(Module["ready"],"_DRAW_DrawByRenderHandle",{configurable:true,set:function(){abort("You are setting _DRAW_DrawByRenderHandle on the Promise object, instead of the instance. Use .then() to get called back with the instance, see the MODULARIZE docs in src/settings.js")}})}if(!Object.getOwnPropertyDescriptor(Module["ready"],"_DRAW_InputJsonData")){Object.defineProperty(Module["ready"],"_DRAW_InputJ
return IVSDrawer_Module.ready
}
);
})();
if (typeof exports === 'object' && typeof module === 'object')
module.exports = IVSDrawer_Module;
else if (typeof define === 'function' && define['amd'])
define([], function() { return IVSDrawer_Module; });
else if (typeof exports === 'object')
exports["IVSDrawer_Module"] = IVSDrawer_Module;