Browse Source

光纤测温

hongrunxia 1 year ago
parent
commit
b7d8f59909
100 changed files with 480 additions and 372 deletions
  1. 2 0
      build/generate/generateModifyVars.ts
  2. 9 8
      build/vite/plugin/theme.ts
  3. 2 2
      index.html
  4. BIN
      public/loading-bg.png
  5. 2 3
      public/model/draco/gltf/draco_decoder.js
  6. BIN
      public/model/draco/gltf/draco_decoder.wasm
  7. 116 104
      public/model/draco/gltf/draco_wasm_wrapper.js
  8. BIN
      public/model/glft/cf/dscf.glb
  9. BIN
      public/model/glft/cf/lmcfSide.glb
  10. BIN
      public/model/glft/fire/laneway.glb
  11. BIN
      public/model/glft/fire/workFace.glb
  12. BIN
      public/model/glft/fm/Fm-door-animation.glb
  13. BIN
      public/model/glft/fm/Fm-door.glb
  14. BIN
      public/model/glft/fm/Fm-onlylanewary.glb
  15. BIN
      public/model/glft/fm/Fm-overall.glb
  16. BIN
      public/model/glft/fm/Fm-wallonly.glb
  17. BIN
      public/model/img/error-location.png
  18. BIN
      public/model/img/location.png
  19. BIN
      public/model/img/roundPoint.png
  20. BIN
      public/model/img/warning-location.png
  21. 7 7
      src/App.vue
  22. 1 1
      src/api/sys/vent.ts
  23. 1 1
      src/api/vent/index.ts
  24. BIN
      src/assets/images/vent/loading-bg.png
  25. BIN
      src/assets/images/vent/new-home/base-icon1.png
  26. BIN
      src/assets/images/vent/new-home/base-icon2.png
  27. BIN
      src/assets/images/vent/new-home/container-title-bg.png
  28. BIN
      src/assets/images/vent/new-home/fengliang-bg.png
  29. BIN
      src/assets/images/vent/new-home/header-bg.png
  30. BIN
      src/assets/images/vent/new-home/home-btn.png
  31. BIN
      src/assets/images/vent/new-home/num-bg.png
  32. BIN
      src/assets/images/vent/new-home/report01.png
  33. BIN
      src/assets/images/vent/new-home/report02.png
  34. BIN
      src/assets/images/vent/new-home/warning-bg.png
  35. 1 1
      src/components/Application/src/AppDarkModeToggle.vue
  36. 2 1
      src/components/Application/src/AppLocalePicker.vue
  37. 3 1
      src/components/Button/src/BasicButton.vue
  38. 2 1
      src/components/Button/src/JUploadButton.vue
  39. 7 5
      src/components/ContextMenu/src/ContextMenu.vue
  40. 3 2
      src/components/CountDown/src/CountdownInput.vue
  41. 8 7
      src/components/Drawer/src/BasicDrawer.vue
  42. 2 1
      src/components/Dropdown/src/Dropdown.vue
  43. 13 11
      src/components/Form/src/BasicForm.vue
  44. 3 1
      src/components/Form/src/hooks/useAutoFocus.ts
  45. 3 2
      src/components/Form/src/jeecg/components/JAreaSelect.vue
  46. 2 1
      src/components/Form/src/jeecg/components/JEasyCron/easy.cron.inner.less
  47. 6 6
      src/components/Form/src/jeecg/components/JFormContainer.vue
  48. 5 3
      src/components/Form/src/jeecg/components/JImageUpload.vue
  49. 2 1
      src/components/Form/src/jeecg/components/JSelectDept.vue
  50. 3 1
      src/components/Form/src/jeecg/components/JSelectPosition.vue
  51. 2 1
      src/components/Form/src/jeecg/components/JSelectRole.vue
  52. 2 1
      src/components/Form/src/jeecg/components/JSelectUser.vue
  53. 2 1
      src/components/Form/src/jeecg/components/JSelectUserByDept.vue
  54. 6 4
      src/components/Form/src/jeecg/components/JUpload/JUpload.vue
  55. 2 1
      src/components/Form/src/jeecg/components/base/JSelectBiz.vue
  56. 2 1
      src/components/Form/src/jeecg/components/base/JTreeBiz.vue
  57. 2 1
      src/components/Form/src/jeecg/components/modal/JPopupOnlReportModal.vue
  58. 3 2
      src/components/Icon/src/IconPicker.vue
  59. 5 3
      src/components/JVxeCustom/src/components/JVxeDepartSelectCell.vue
  60. 5 3
      src/components/JVxeCustom/src/components/JVxePcaCell.vue
  61. 2 1
      src/components/JVxeCustom/src/components/JVxePopupCell.vue
  62. 3 3
      src/components/JVxeCustom/src/components/JVxeSelectDictSearchCell.ts
  63. 6 4
      src/components/JVxeCustom/src/components/JVxeUserSelectCell.vue
  64. 27 27
      src/components/Menu/src/index.less
  65. 2 1
      src/components/Modal/src/BasicModal.vue
  66. 4 3
      src/components/Modal/src/hooks/useModalDrag.ts
  67. 16 14
      src/components/Modal/src/index.less
  68. 3 2
      src/components/Page/src/PageWrapper.vue
  69. 3 2
      src/components/Preview/src/Preview.vue
  70. 3 2
      src/components/SimpleMenu/src/components/menu.less
  71. 16 15
      src/components/Table/src/BasicTable.vue
  72. 2 1
      src/components/Table/src/components/ExpandIcon.tsx
  73. 4 3
      src/components/Table/src/components/TableAction.vue
  74. 3 2
      src/components/Table/src/components/TableImg.vue
  75. 20 16
      src/components/Table/src/components/editable/EditableCell.vue
  76. 5 5
      src/components/Table/src/components/settings/ColumnSetting.vue
  77. 3 2
      src/components/Table/src/hooks/useTableFooter.ts
  78. 5 4
      src/components/Table/src/hooks/useTableScroll.ts
  79. 3 2
      src/components/Tree/style/index.less
  80. 3 2
      src/components/Tree_backup/src/Tree.vue
  81. 4 2
      src/components/Upload/src/UploadModal.vue
  82. 4 2
      src/components/Upload/src/UploadPreviewModal.vue
  83. 1 1
      src/components/Verify/src/DragVerify.vue
  84. 6 4
      src/components/chart/BarAndLine.vue
  85. 5 2
      src/components/jeecg/JVxeTable/src/components/JVxeSubPopover.vue
  86. 3 2
      src/components/jeecg/JVxeTable/src/components/cells/JVxeCheckboxCell.vue
  87. 2 1
      src/components/jeecg/JVxeTable/src/components/cells/JVxeInputCell.vue
  88. 2 1
      src/components/jeecg/JVxeTable/src/components/cells/JVxeProgressCell.vue
  89. 3 2
      src/components/jeecg/JVxeTable/src/components/cells/JVxeRadioCell.vue
  90. 2 1
      src/components/jeecg/JVxeTable/src/components/cells/JVxeSelectCell.vue
  91. 3 2
      src/components/jeecg/JVxeTable/src/components/cells/JVxeTextareaCell.vue
  92. 16 15
      src/components/jeecg/JVxeTable/src/style/index.less
  93. 2 1
      src/components/jeecg/OnLine/JPopupOnlReport.vue
  94. 4 2
      src/components/jeecg/OnLine/SearchFormItem.vue
  95. 4 3
      src/components/jeecg/comment/CommentList.vue
  96. 13 2
      src/components/jeecg/comment/CommentPanel.vue
  97. 4 2
      src/components/jeecg/comment/MyComment.vue
  98. 2 1
      src/components/jeecg/comment/comment.less
  99. 18 18
      src/design/ant/btn.less
  100. 13 8
      src/design/ant/index.less

+ 2 - 0
build/generate/generateModifyVars.ts

@@ -21,6 +21,8 @@ export function generateModifyVars(dark = false) {
     // Used for global import to avoid the need to import each style file separately
     // reference:  Avoid repeated references
     hack: `${modifyVars.hack} @import (reference) "${resolve('src/design/config.less')}";`,
+    '@ant-prefix': 'zxm',
+    'ant-prefix': 'zxm',
     'primary-color': primary,
     ...primaryColorObj,
     'info-color': primary,

+ 9 - 8
build/vite/plugin/theme.ts

@@ -7,6 +7,7 @@ import path from 'path';
 import { viteThemePlugin, antdDarkThemePlugin, mixLighten, mixDarken, tinycolor } from '@rys-fe/vite-plugin-theme';
 import { getThemeColors, generateColors } from '../../config/themeConfig';
 import { generateModifyVars } from '../../generate/generateModifyVars';
+import { antPrefixCls } from '/@/settings/designSetting'
 
 export function configThemePlugin(isBuild: boolean): PluginOption[] {
   const colors = generateColors({
@@ -22,18 +23,18 @@ export function configThemePlugin(isBuild: boolean): PluginOption[] {
     resolveSelector: (s) => {
       s = s.trim();
       switch (s) {
-        case '.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon':
-          return '.ant-steps-item-icon > .ant-steps-icon';
-        case '.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)':
-        case '.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover':
-        case '.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active':
+        case `.${antPrefixCls}-steps-item-process .${antPrefixCls}-steps-item-icon > .${antPrefixCls}-steps-icon`:
+          return `.${antPrefixCls}-steps-item-icon > .${antPrefixCls}-steps-icon`;
+        case `.${antPrefixCls}-radio-button-wrapper-checked:not(.${antPrefixCls}-radio-button-wrapper-disabled)`:
+        case `.${antPrefixCls}-radio-button-wrapper-checked:not(.${antPrefixCls}-radio-button-wrapper-disabled):hover`:
+        case `.${antPrefixCls}-radio-button-wrapper-checked:not(.${antPrefixCls}-radio-button-wrapper-disabled):active`:
           return s;
-        case '.ant-steps-item-icon > .ant-steps-icon':
+        case `.${antPrefixCls}-steps-item-icon > .${antPrefixCls}-steps-icon`:
           return s;
-        case '.ant-select-item-option-selected:not(.ant-select-item-option-disabled)':
+        case `.${antPrefixCls}-select-item-option-selected:not(.${antPrefixCls}-select-item-option-disabled)`:
           return s;
         default:
-          if (s.indexOf('.ant-btn') >= -1) {
+          if (s.indexOf(`.${antPrefixCls}-btn`) >= -1) {
             // 按钮被重新定制过,需要过滤掉class防止覆盖
             return s;
           }

+ 2 - 2
index.html

@@ -13,7 +13,7 @@
     </script>
     <script src="/js/liveplayer-lib.min.js"></script>
   </head>
-  <body style="background-color: #00144b">
+  <body style="background-color: #09172C">
     <script>
       (() => {
         var htmlRoot = document.getElementById('htmlRoot');
@@ -44,7 +44,7 @@
           background-image: url('./src/assets/images/vent/loading-bg.png');
           background-size: cover;
           background-repeat: no-repeat;
-          background-color: #00144b;
+          background-color: #09172C;
         }
 
         .app-loading .app-loading-wrap {

BIN
public/loading-bg.png


File diff suppressed because it is too large
+ 2 - 3
public/model/draco/gltf/draco_decoder.js


BIN
public/model/draco/gltf/draco_decoder.wasm


+ 116 - 104
public/model/draco/gltf/draco_wasm_wrapper.js

@@ -1,104 +1,116 @@
-var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(f){var m=0;return function(){return m<f.length?{done:!1,value:f[m++]}:{done:!0}}};$jscomp.arrayIterator=function(f){return{next:$jscomp.arrayIteratorImpl(f)}};$jscomp.makeIterator=function(f){var m="undefined"!=typeof Symbol&&Symbol.iterator&&f[Symbol.iterator];return m?m.call(f):$jscomp.arrayIterator(f)};
-$jscomp.getGlobal=function(f){return"undefined"!=typeof window&&window===f?f:"undefined"!=typeof global&&null!=global?global:f};$jscomp.global=$jscomp.getGlobal(this);$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(f,m,v){f!=Array.prototype&&f!=Object.prototype&&(f[m]=v.value)};
-$jscomp.polyfill=function(f,m,v,t){if(m){v=$jscomp.global;f=f.split(".");for(t=0;t<f.length-1;t++){var h=f[t];h in v||(v[h]={});v=v[h]}f=f[f.length-1];t=v[f];m=m(t);m!=t&&null!=m&&$jscomp.defineProperty(v,f,{configurable:!0,writable:!0,value:m})}};$jscomp.FORCE_POLYFILL_PROMISE=!1;
-$jscomp.polyfill("Promise",function(f){function m(){this.batch_=null}function v(e){return e instanceof h?e:new h(function(l,f){l(e)})}if(f&&!$jscomp.FORCE_POLYFILL_PROMISE)return f;m.prototype.asyncExecute=function(e){if(null==this.batch_){this.batch_=[];var l=this;this.asyncExecuteFunction(function(){l.executeBatch_()})}this.batch_.push(e)};var t=$jscomp.global.setTimeout;m.prototype.asyncExecuteFunction=function(e){t(e,0)};m.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var e=
-this.batch_;this.batch_=[];for(var l=0;l<e.length;++l){var f=e[l];e[l]=null;try{f()}catch(z){this.asyncThrow_(z)}}}this.batch_=null};m.prototype.asyncThrow_=function(e){this.asyncExecuteFunction(function(){throw e;})};var h=function(e){this.state_=0;this.result_=void 0;this.onSettledCallbacks_=[];var l=this.createResolveAndReject_();try{e(l.resolve,l.reject)}catch(S){l.reject(S)}};h.prototype.createResolveAndReject_=function(){function e(e){return function(h){f||(f=!0,e.call(l,h))}}var l=this,f=!1;
-return{resolve:e(this.resolveTo_),reject:e(this.reject_)}};h.prototype.resolveTo_=function(e){if(e===this)this.reject_(new TypeError("A Promise cannot resolve to itself"));else if(e instanceof h)this.settleSameAsPromise_(e);else{a:switch(typeof e){case "object":var l=null!=e;break a;case "function":l=!0;break a;default:l=!1}l?this.resolveToNonPromiseObj_(e):this.fulfill_(e)}};h.prototype.resolveToNonPromiseObj_=function(e){var l=void 0;try{l=e.then}catch(S){this.reject_(S);return}"function"==typeof l?
-this.settleSameAsThenable_(l,e):this.fulfill_(e)};h.prototype.reject_=function(e){this.settle_(2,e)};h.prototype.fulfill_=function(e){this.settle_(1,e)};h.prototype.settle_=function(e,l){if(0!=this.state_)throw Error("Cannot settle("+e+", "+l+"): Promise already settled in state"+this.state_);this.state_=e;this.result_=l;this.executeOnSettledCallbacks_()};h.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var e=0;e<this.onSettledCallbacks_.length;++e)X.asyncExecute(this.onSettledCallbacks_[e]);
-this.onSettledCallbacks_=null}};var X=new m;h.prototype.settleSameAsPromise_=function(e){var l=this.createResolveAndReject_();e.callWhenSettled_(l.resolve,l.reject)};h.prototype.settleSameAsThenable_=function(e,l){var f=this.createResolveAndReject_();try{e.call(l,f.resolve,f.reject)}catch(z){f.reject(z)}};h.prototype.then=function(e,f){function l(e,f){return"function"==typeof e?function(f){try{m(e(f))}catch(p){v(p)}}:f}var m,v,t=new h(function(e,f){m=e;v=f});this.callWhenSettled_(l(e,m),l(f,v));return t};
-h.prototype.catch=function(e){return this.then(void 0,e)};h.prototype.callWhenSettled_=function(e,f){function l(){switch(h.state_){case 1:e(h.result_);break;case 2:f(h.result_);break;default:throw Error("Unexpected state: "+h.state_);}}var h=this;null==this.onSettledCallbacks_?X.asyncExecute(l):this.onSettledCallbacks_.push(l)};h.resolve=v;h.reject=function(e){return new h(function(f,h){h(e)})};h.race=function(e){return new h(function(f,h){for(var l=$jscomp.makeIterator(e),m=l.next();!m.done;m=l.next())v(m.value).callWhenSettled_(f,
-h)})};h.all=function(e){var f=$jscomp.makeIterator(e),m=f.next();return m.done?v([]):new h(function(e,h){function l(f){return function(h){t[f]=h;z--;0==z&&e(t)}}var t=[],z=0;do t.push(void 0),z++,v(m.value).callWhenSettled_(l(t.length-1),h),m=f.next();while(!m.done)})};return h},"es6","es3");
-var DracoDecoderModule=function(){var f="undefined"!==typeof document&&document.currentScript?document.currentScript.src:void 0;"undefined"!==typeof __filename&&(f=f||__filename);return function(m){function v(k){return a.locateFile?a.locateFile(k,M):M+k}function t(a,c){a||z("Assertion failed: "+c)}function h(a,c,b){var d=c+b;for(b=c;a[b]&&!(b>=d);)++b;if(16<b-c&&a.subarray&&xa)return xa.decode(a.subarray(c,b));for(d="";c<b;){var k=a[c++];if(k&128){var e=a[c++]&63;if(192==(k&224))d+=String.fromCharCode((k&
-31)<<6|e);else{var f=a[c++]&63;k=224==(k&240)?(k&15)<<12|e<<6|f:(k&7)<<18|e<<12|f<<6|a[c++]&63;65536>k?d+=String.fromCharCode(k):(k-=65536,d+=String.fromCharCode(55296|k>>10,56320|k&1023))}}else d+=String.fromCharCode(k)}return d}function X(a,c){return a?h(ca,a,c):""}function e(a,c){0<a%c&&(a+=c-a%c);return a}function l(k){ka=k;a.HEAP8=T=new Int8Array(k);a.HEAP16=new Int16Array(k);a.HEAP32=P=new Int32Array(k);a.HEAPU8=ca=new Uint8Array(k);a.HEAPU16=new Uint16Array(k);a.HEAPU32=new Uint32Array(k);
-a.HEAPF32=new Float32Array(k);a.HEAPF64=new Float64Array(k)}function S(k){for(;0<k.length;){var c=k.shift();if("function"==typeof c)c();else{var b=c.func;"number"===typeof b?void 0===c.arg?a.dynCall_v(b):a.dynCall_vi(b,c.arg):b(void 0===c.arg?null:c.arg)}}}function z(k){if(a.onAbort)a.onAbort(k);k+="";ya(k);Y(k);za=!0;throw new WebAssembly.RuntimeError("abort("+k+"). Build with -s ASSERTIONS=1 for more info.");}function va(a){return String.prototype.startsWith?a.startsWith("data:application/octet-stream;base64,"):
-0===a.indexOf("data:application/octet-stream;base64,")}function wa(){try{if(da)return new Uint8Array(da);if(la)return la(U);throw"both async and sync fetching of the wasm failed";}catch(k){z(k)}}function Ma(){return da||!ea&&!Z||"function"!==typeof fetch?new Promise(function(a,c){a(wa())}):fetch(U,{credentials:"same-origin"}).then(function(a){if(!a.ok)throw"failed to load wasm binary file at '"+U+"'";return a.arrayBuffer()}).catch(function(){return wa()})}function ba(){if(!ba.strings){var a={USER:"web_user",
-LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"===typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:na},c;for(c in Aa)a[c]=Aa[c];var b=[];for(c in a)b.push(c+"="+a[c]);ba.strings=b}return ba.strings}function ma(k){function c(){if(!fa&&(fa=!0,!za)){Ba=!0;S(Ca);S(Da);if(a.onRuntimeInitialized)a.onRuntimeInitialized();if(a.postRun)for("function"==typeof a.postRun&&(a.postRun=[a.postRun]);a.postRun.length;)Ea.unshift(a.postRun.shift());
-S(Ea)}}if(!(0<aa)){if(a.preRun)for("function"==typeof a.preRun&&(a.preRun=[a.preRun]);a.preRun.length;)Fa.unshift(a.preRun.shift());S(Fa);0<aa||(a.setStatus?(a.setStatus("Running..."),setTimeout(function(){setTimeout(function(){a.setStatus("")},1);c()},1)):c())}}function p(){}function u(a){return(a||p).__cache__}function N(a,c){var b=u(c),d=b[a];if(d)return d;d=Object.create((c||p).prototype);d.ptr=a;return b[a]=d}function V(a){if("string"===typeof a){for(var c=0,b=0;b<a.length;++b){var d=a.charCodeAt(b);
-55296<=d&&57343>=d&&(d=65536+((d&1023)<<10)|a.charCodeAt(++b)&1023);127>=d?++c:c=2047>=d?c+2:65535>=d?c+3:c+4}c=Array(c+1);b=0;d=c.length;if(0<d){d=b+d-1;for(var k=0;k<a.length;++k){var e=a.charCodeAt(k);if(55296<=e&&57343>=e){var f=a.charCodeAt(++k);e=65536+((e&1023)<<10)|f&1023}if(127>=e){if(b>=d)break;c[b++]=e}else{if(2047>=e){if(b+1>=d)break;c[b++]=192|e>>6}else{if(65535>=e){if(b+2>=d)break;c[b++]=224|e>>12}else{if(b+3>=d)break;c[b++]=240|e>>18;c[b++]=128|e>>12&63}c[b++]=128|e>>6&63}c[b++]=128|
-e&63}}c[b]=0}a=n.alloc(c,T);n.copy(c,T,a)}return a}function x(){throw"cannot construct a Status, no constructor in IDL";}function A(){this.ptr=Oa();u(A)[this.ptr]=this}function B(){this.ptr=Pa();u(B)[this.ptr]=this}function C(){this.ptr=Qa();u(C)[this.ptr]=this}function D(){this.ptr=Ra();u(D)[this.ptr]=this}function E(){this.ptr=Sa();u(E)[this.ptr]=this}function q(){this.ptr=Ta();u(q)[this.ptr]=this}function J(){this.ptr=Ua();u(J)[this.ptr]=this}function w(){this.ptr=Va();u(w)[this.ptr]=this}function F(){this.ptr=
-Wa();u(F)[this.ptr]=this}function r(){this.ptr=Xa();u(r)[this.ptr]=this}function G(){this.ptr=Ya();u(G)[this.ptr]=this}function H(){this.ptr=Za();u(H)[this.ptr]=this}function O(){this.ptr=$a();u(O)[this.ptr]=this}function K(){this.ptr=ab();u(K)[this.ptr]=this}function g(){this.ptr=bb();u(g)[this.ptr]=this}function y(){this.ptr=cb();u(y)[this.ptr]=this}function Q(){throw"cannot construct a VoidPtr, no constructor in IDL";}function I(){this.ptr=db();u(I)[this.ptr]=this}function L(){this.ptr=eb();u(L)[this.ptr]=
-this}m=m||{};var a="undefined"!==typeof m?m:{},Ga=!1,Ha=!1;a.onRuntimeInitialized=function(){Ga=!0;if(Ha&&"function"===typeof a.onModuleLoaded)a.onModuleLoaded(a)};a.onModuleParsed=function(){Ha=!0;if(Ga&&"function"===typeof a.onModuleLoaded)a.onModuleLoaded(a)};a.isVersionSupported=function(a){if("string"!==typeof a)return!1;a=a.split(".");return 2>a.length||3<a.length?!1:1==a[0]&&0<=a[1]&&3>=a[1]?!0:0!=a[0]||10<a[1]?!1:!0};var ha={},W;for(W in a)a.hasOwnProperty(W)&&(ha[W]=a[W]);var na="./this.program",
-ea=!1,Z=!1,oa=!1,fb=!1,Ia=!1;ea="object"===typeof window;Z="function"===typeof importScripts;oa=(fb="object"===typeof process&&"object"===typeof process.versions&&"string"===typeof process.versions.node)&&!ea&&!Z;Ia=!ea&&!oa&&!Z;var M="",pa,qa;if(oa){M=__dirname+"/";var ra=function(a,c){pa||(pa=require("fs"));qa||(qa=require("path"));a=qa.normalize(a);return pa.readFileSync(a,c?null:"utf8")};var la=function(a){a=ra(a,!0);a.buffer||(a=new Uint8Array(a));t(a.buffer);return a};1<process.argv.length&&
-(na=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);process.on("uncaughtException",function(a){throw a;});process.on("unhandledRejection",z);a.inspect=function(){return"[Emscripten Module object]"}}else if(Ia)"undefined"!=typeof read&&(ra=function(a){return read(a)}),la=function(a){if("function"===typeof readbuffer)return new Uint8Array(readbuffer(a));a=read(a,"binary");t("object"===typeof a);return a},"undefined"!==typeof print&&("undefined"===typeof console&&(console={}),console.log=print,
-console.warn=console.error="undefined"!==typeof printErr?printErr:print);else if(ea||Z)Z?M=self.location.href:document.currentScript&&(M=document.currentScript.src),f&&(M=f),M=0!==M.indexOf("blob:")?M.substr(0,M.lastIndexOf("/")+1):"",ra=function(a){var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},Z&&(la=function(a){var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)});var ya=a.print||console.log.bind(console),
-Y=a.printErr||console.warn.bind(console);for(W in ha)ha.hasOwnProperty(W)&&(a[W]=ha[W]);ha=null;a.thisProgram&&(na=a.thisProgram);var da;a.wasmBinary&&(da=a.wasmBinary);"object"!==typeof WebAssembly&&Y("no native wasm support detected");var ia,gb=new WebAssembly.Table({initial:293,maximum:293,element:"anyfunc"}),za=!1,xa="undefined"!==typeof TextDecoder?new TextDecoder("utf8"):void 0;"undefined"!==typeof TextDecoder&&new TextDecoder("utf-16le");var T,ca,P,Ja=a.TOTAL_MEMORY||16777216;if(ia=a.wasmMemory?
-a.wasmMemory:new WebAssembly.Memory({initial:Ja/65536}))var ka=ia.buffer;Ja=ka.byteLength;l(ka);P[3416]=5256704;var Fa=[],Ca=[],Da=[],Ea=[],Ba=!1,aa=0,sa=null,ja=null;a.preloadedImages={};a.preloadedAudios={};var U="draco_decoder.wasm";va(U)||(U=v(U));Ca.push({func:function(){hb()}});var Aa={},R={buffers:[null,[],[]],printChar:function(a,c){var b=R.buffers[a];0===c||10===c?((1===a?ya:Y)(h(b,0)),b.length=0):b.push(c)},varargs:0,get:function(a){R.varargs+=4;return P[R.varargs-4>>2]},getStr:function(){return X(R.get())},
-get64:function(){var a=R.get();R.get();return a},getZero:function(){R.get()}},Ka={__cxa_allocate_exception:function(a){return ib(a)},__cxa_throw:function(a,c,b){"uncaught_exception"in ta?ta.uncaught_exceptions++:ta.uncaught_exceptions=1;throw a;},abort:function(){z()},emscripten_get_sbrk_ptr:function(){return 13664},emscripten_memcpy_big:function(a,c,b){ca.set(ca.subarray(c,c+b),a)},emscripten_resize_heap:function(a){if(2147418112<a)return!1;for(var c=Math.max(T.length,16777216);c<a;)c=536870912>=
-c?e(2*c,65536):Math.min(e((3*c+2147483648)/4,65536),2147418112);a:{try{ia.grow(c-ka.byteLength+65535>>16);l(ia.buffer);var b=1;break a}catch(d){}b=void 0}return b?!0:!1},environ_get:function(a,c){var b=0;ba().forEach(function(d,e){var f=c+b;e=P[a+4*e>>2]=f;for(f=0;f<d.length;++f)T[e++>>0]=d.charCodeAt(f);T[e>>0]=0;b+=d.length+1});return 0},environ_sizes_get:function(a,c){var b=ba();P[a>>2]=b.length;var d=0;b.forEach(function(a){d+=a.length+1});P[c>>2]=d;return 0},fd_close:function(a){return 0},fd_seek:function(a,
-c,b,d,e){return 0},fd_write:function(a,c,b,d){try{for(var e=0,f=0;f<b;f++){for(var g=P[c+8*f>>2],k=P[c+(8*f+4)>>2],h=0;h<k;h++)R.printChar(a,ca[g+h]);e+=k}P[d>>2]=e;return 0}catch(ua){return"undefined"!==typeof FS&&ua instanceof FS.ErrnoError||z(ua),ua.errno}},memory:ia,setTempRet0:function(a){},table:gb},La=function(){function e(c,b){a.asm=c.exports;aa--;a.monitorRunDependencies&&a.monitorRunDependencies(aa);0==aa&&(null!==sa&&(clearInterval(sa),sa=null),ja&&(c=ja,ja=null,c()))}function c(a){e(a.instance)}
-function b(a){return Ma().then(function(a){return WebAssembly.instantiate(a,d)}).then(a,function(a){Y("failed to asynchronously prepare wasm: "+a);z(a)})}var d={env:Ka,wasi_unstable:Ka};aa++;a.monitorRunDependencies&&a.monitorRunDependencies(aa);if(a.instantiateWasm)try{return a.instantiateWasm(d,e)}catch(Na){return Y("Module.instantiateWasm callback failed with error: "+Na),!1}(function(){if(da||"function"!==typeof WebAssembly.instantiateStreaming||va(U)||"function"!==typeof fetch)return b(c);fetch(U,
-{credentials:"same-origin"}).then(function(a){return WebAssembly.instantiateStreaming(a,d).then(c,function(a){Y("wasm streaming compile failed: "+a);Y("falling back to ArrayBuffer instantiation");b(c)})})})();return{}}();a.asm=La;var hb=a.___wasm_call_ctors=function(){return a.asm.__wasm_call_ctors.apply(null,arguments)},jb=a._emscripten_bind_Status_code_0=function(){return a.asm.emscripten_bind_Status_code_0.apply(null,arguments)},kb=a._emscripten_bind_Status_ok_0=function(){return a.asm.emscripten_bind_Status_ok_0.apply(null,
-arguments)},lb=a._emscripten_bind_Status_error_msg_0=function(){return a.asm.emscripten_bind_Status_error_msg_0.apply(null,arguments)},mb=a._emscripten_bind_Status___destroy___0=function(){return a.asm.emscripten_bind_Status___destroy___0.apply(null,arguments)},Oa=a._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=function(){return a.asm.emscripten_bind_DracoUInt16Array_DracoUInt16Array_0.apply(null,arguments)},nb=a._emscripten_bind_DracoUInt16Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt16Array_GetValue_1.apply(null,
-arguments)},ob=a._emscripten_bind_DracoUInt16Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt16Array_size_0.apply(null,arguments)},pb=a._emscripten_bind_DracoUInt16Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt16Array___destroy___0.apply(null,arguments)},Pa=a._emscripten_bind_PointCloud_PointCloud_0=function(){return a.asm.emscripten_bind_PointCloud_PointCloud_0.apply(null,arguments)},qb=a._emscripten_bind_PointCloud_num_attributes_0=function(){return a.asm.emscripten_bind_PointCloud_num_attributes_0.apply(null,
-arguments)},rb=a._emscripten_bind_PointCloud_num_points_0=function(){return a.asm.emscripten_bind_PointCloud_num_points_0.apply(null,arguments)},sb=a._emscripten_bind_PointCloud___destroy___0=function(){return a.asm.emscripten_bind_PointCloud___destroy___0.apply(null,arguments)},Qa=a._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=function(){return a.asm.emscripten_bind_DracoUInt8Array_DracoUInt8Array_0.apply(null,arguments)},tb=a._emscripten_bind_DracoUInt8Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt8Array_GetValue_1.apply(null,
-arguments)},ub=a._emscripten_bind_DracoUInt8Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt8Array_size_0.apply(null,arguments)},vb=a._emscripten_bind_DracoUInt8Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt8Array___destroy___0.apply(null,arguments)},Ra=a._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=function(){return a.asm.emscripten_bind_DracoUInt32Array_DracoUInt32Array_0.apply(null,arguments)},wb=a._emscripten_bind_DracoUInt32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoUInt32Array_GetValue_1.apply(null,
-arguments)},xb=a._emscripten_bind_DracoUInt32Array_size_0=function(){return a.asm.emscripten_bind_DracoUInt32Array_size_0.apply(null,arguments)},yb=a._emscripten_bind_DracoUInt32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoUInt32Array___destroy___0.apply(null,arguments)},Sa=a._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0.apply(null,arguments)},zb=a._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=
-function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1.apply(null,arguments)},Ab=a._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform_quantization_bits_0.apply(null,arguments)},Bb=a._emscripten_bind_AttributeOctahedronTransform___destroy___0=function(){return a.asm.emscripten_bind_AttributeOctahedronTransform___destroy___0.apply(null,arguments)},Ta=a._emscripten_bind_PointAttribute_PointAttribute_0=
-function(){return a.asm.emscripten_bind_PointAttribute_PointAttribute_0.apply(null,arguments)},Cb=a._emscripten_bind_PointAttribute_size_0=function(){return a.asm.emscripten_bind_PointAttribute_size_0.apply(null,arguments)},Db=a._emscripten_bind_PointAttribute_GetAttributeTransformData_0=function(){return a.asm.emscripten_bind_PointAttribute_GetAttributeTransformData_0.apply(null,arguments)},Eb=a._emscripten_bind_PointAttribute_attribute_type_0=function(){return a.asm.emscripten_bind_PointAttribute_attribute_type_0.apply(null,
-arguments)},Fb=a._emscripten_bind_PointAttribute_data_type_0=function(){return a.asm.emscripten_bind_PointAttribute_data_type_0.apply(null,arguments)},Gb=a._emscripten_bind_PointAttribute_num_components_0=function(){return a.asm.emscripten_bind_PointAttribute_num_components_0.apply(null,arguments)},Hb=a._emscripten_bind_PointAttribute_normalized_0=function(){return a.asm.emscripten_bind_PointAttribute_normalized_0.apply(null,arguments)},Ib=a._emscripten_bind_PointAttribute_byte_stride_0=function(){return a.asm.emscripten_bind_PointAttribute_byte_stride_0.apply(null,
-arguments)},Jb=a._emscripten_bind_PointAttribute_byte_offset_0=function(){return a.asm.emscripten_bind_PointAttribute_byte_offset_0.apply(null,arguments)},Kb=a._emscripten_bind_PointAttribute_unique_id_0=function(){return a.asm.emscripten_bind_PointAttribute_unique_id_0.apply(null,arguments)},Lb=a._emscripten_bind_PointAttribute___destroy___0=function(){return a.asm.emscripten_bind_PointAttribute___destroy___0.apply(null,arguments)},Ua=a._emscripten_bind_AttributeTransformData_AttributeTransformData_0=
-function(){return a.asm.emscripten_bind_AttributeTransformData_AttributeTransformData_0.apply(null,arguments)},Mb=a._emscripten_bind_AttributeTransformData_transform_type_0=function(){return a.asm.emscripten_bind_AttributeTransformData_transform_type_0.apply(null,arguments)},Nb=a._emscripten_bind_AttributeTransformData___destroy___0=function(){return a.asm.emscripten_bind_AttributeTransformData___destroy___0.apply(null,arguments)},Va=a._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=
-function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0.apply(null,arguments)},Ob=a._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1.apply(null,arguments)},Pb=a._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_quantization_bits_0.apply(null,arguments)},
-Qb=a._emscripten_bind_AttributeQuantizationTransform_min_value_1=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_min_value_1.apply(null,arguments)},Rb=a._emscripten_bind_AttributeQuantizationTransform_range_0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform_range_0.apply(null,arguments)},Sb=a._emscripten_bind_AttributeQuantizationTransform___destroy___0=function(){return a.asm.emscripten_bind_AttributeQuantizationTransform___destroy___0.apply(null,arguments)},
-Wa=a._emscripten_bind_DracoInt8Array_DracoInt8Array_0=function(){return a.asm.emscripten_bind_DracoInt8Array_DracoInt8Array_0.apply(null,arguments)},Tb=a._emscripten_bind_DracoInt8Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoInt8Array_GetValue_1.apply(null,arguments)},Ub=a._emscripten_bind_DracoInt8Array_size_0=function(){return a.asm.emscripten_bind_DracoInt8Array_size_0.apply(null,arguments)},Vb=a._emscripten_bind_DracoInt8Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt8Array___destroy___0.apply(null,
-arguments)},Xa=a._emscripten_bind_MetadataQuerier_MetadataQuerier_0=function(){return a.asm.emscripten_bind_MetadataQuerier_MetadataQuerier_0.apply(null,arguments)},Wb=a._emscripten_bind_MetadataQuerier_HasEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_HasEntry_2.apply(null,arguments)},Xb=a._emscripten_bind_MetadataQuerier_GetIntEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetIntEntry_2.apply(null,arguments)},Yb=a._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=
-function(){return a.asm.emscripten_bind_MetadataQuerier_GetIntEntryArray_3.apply(null,arguments)},Zb=a._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetDoubleEntry_2.apply(null,arguments)},$b=a._emscripten_bind_MetadataQuerier_GetStringEntry_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetStringEntry_2.apply(null,arguments)},ac=a._emscripten_bind_MetadataQuerier_NumEntries_1=function(){return a.asm.emscripten_bind_MetadataQuerier_NumEntries_1.apply(null,
-arguments)},bc=a._emscripten_bind_MetadataQuerier_GetEntryName_2=function(){return a.asm.emscripten_bind_MetadataQuerier_GetEntryName_2.apply(null,arguments)},cc=a._emscripten_bind_MetadataQuerier___destroy___0=function(){return a.asm.emscripten_bind_MetadataQuerier___destroy___0.apply(null,arguments)},Ya=a._emscripten_bind_DracoInt16Array_DracoInt16Array_0=function(){return a.asm.emscripten_bind_DracoInt16Array_DracoInt16Array_0.apply(null,arguments)},dc=a._emscripten_bind_DracoInt16Array_GetValue_1=
-function(){return a.asm.emscripten_bind_DracoInt16Array_GetValue_1.apply(null,arguments)},ec=a._emscripten_bind_DracoInt16Array_size_0=function(){return a.asm.emscripten_bind_DracoInt16Array_size_0.apply(null,arguments)},fc=a._emscripten_bind_DracoInt16Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt16Array___destroy___0.apply(null,arguments)},Za=a._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=function(){return a.asm.emscripten_bind_DracoFloat32Array_DracoFloat32Array_0.apply(null,
-arguments)},gc=a._emscripten_bind_DracoFloat32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoFloat32Array_GetValue_1.apply(null,arguments)},hc=a._emscripten_bind_DracoFloat32Array_size_0=function(){return a.asm.emscripten_bind_DracoFloat32Array_size_0.apply(null,arguments)},ic=a._emscripten_bind_DracoFloat32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoFloat32Array___destroy___0.apply(null,arguments)},$a=a._emscripten_bind_GeometryAttribute_GeometryAttribute_0=function(){return a.asm.emscripten_bind_GeometryAttribute_GeometryAttribute_0.apply(null,
-arguments)},jc=a._emscripten_bind_GeometryAttribute___destroy___0=function(){return a.asm.emscripten_bind_GeometryAttribute___destroy___0.apply(null,arguments)},ab=a._emscripten_bind_DecoderBuffer_DecoderBuffer_0=function(){return a.asm.emscripten_bind_DecoderBuffer_DecoderBuffer_0.apply(null,arguments)},kc=a._emscripten_bind_DecoderBuffer_Init_2=function(){return a.asm.emscripten_bind_DecoderBuffer_Init_2.apply(null,arguments)},lc=a._emscripten_bind_DecoderBuffer___destroy___0=function(){return a.asm.emscripten_bind_DecoderBuffer___destroy___0.apply(null,
-arguments)},bb=a._emscripten_bind_Decoder_Decoder_0=function(){return a.asm.emscripten_bind_Decoder_Decoder_0.apply(null,arguments)},mc=a._emscripten_bind_Decoder_GetEncodedGeometryType_1=function(){return a.asm.emscripten_bind_Decoder_GetEncodedGeometryType_1.apply(null,arguments)},nc=a._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=function(){return a.asm.emscripten_bind_Decoder_DecodeBufferToPointCloud_2.apply(null,arguments)},oc=a._emscripten_bind_Decoder_DecodeBufferToMesh_2=function(){return a.asm.emscripten_bind_Decoder_DecodeBufferToMesh_2.apply(null,
-arguments)},pc=a._emscripten_bind_Decoder_GetAttributeId_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeId_2.apply(null,arguments)},qc=a._emscripten_bind_Decoder_GetAttributeIdByName_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIdByName_2.apply(null,arguments)},rc=a._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3.apply(null,arguments)},sc=a._emscripten_bind_Decoder_GetAttribute_2=
-function(){return a.asm.emscripten_bind_Decoder_GetAttribute_2.apply(null,arguments)},tc=a._emscripten_bind_Decoder_GetAttributeByUniqueId_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeByUniqueId_2.apply(null,arguments)},uc=a._emscripten_bind_Decoder_GetMetadata_1=function(){return a.asm.emscripten_bind_Decoder_GetMetadata_1.apply(null,arguments)},vc=a._emscripten_bind_Decoder_GetAttributeMetadata_2=function(){return a.asm.emscripten_bind_Decoder_GetAttributeMetadata_2.apply(null,
-arguments)},wc=a._emscripten_bind_Decoder_GetFaceFromMesh_3=function(){return a.asm.emscripten_bind_Decoder_GetFaceFromMesh_3.apply(null,arguments)},xc=a._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=function(){return a.asm.emscripten_bind_Decoder_GetTriangleStripsFromMesh_2.apply(null,arguments)},yc=a._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=function(){return a.asm.emscripten_bind_Decoder_GetTrianglesUInt16Array_3.apply(null,arguments)},zc=a._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=
-function(){return a.asm.emscripten_bind_Decoder_GetTrianglesUInt32Array_3.apply(null,arguments)},Ac=a._emscripten_bind_Decoder_GetAttributeFloat_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeFloat_3.apply(null,arguments)},Bc=a._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3.apply(null,arguments)},Cc=a._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeIntForAllPoints_3.apply(null,
-arguments)},Dc=a._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3.apply(null,arguments)},Ec=a._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3.apply(null,arguments)},Fc=a._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3.apply(null,arguments)},
-Gc=a._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3.apply(null,arguments)},Hc=a._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3.apply(null,arguments)},Ic=a._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=function(){return a.asm.emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3.apply(null,arguments)},Jc=
-a._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=function(){return a.asm.emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5.apply(null,arguments)},Kc=a._emscripten_bind_Decoder_SkipAttributeTransform_1=function(){return a.asm.emscripten_bind_Decoder_SkipAttributeTransform_1.apply(null,arguments)},Lc=a._emscripten_bind_Decoder___destroy___0=function(){return a.asm.emscripten_bind_Decoder___destroy___0.apply(null,arguments)},cb=a._emscripten_bind_Mesh_Mesh_0=function(){return a.asm.emscripten_bind_Mesh_Mesh_0.apply(null,
-arguments)},Mc=a._emscripten_bind_Mesh_num_faces_0=function(){return a.asm.emscripten_bind_Mesh_num_faces_0.apply(null,arguments)},Nc=a._emscripten_bind_Mesh_num_attributes_0=function(){return a.asm.emscripten_bind_Mesh_num_attributes_0.apply(null,arguments)},Oc=a._emscripten_bind_Mesh_num_points_0=function(){return a.asm.emscripten_bind_Mesh_num_points_0.apply(null,arguments)},Pc=a._emscripten_bind_Mesh___destroy___0=function(){return a.asm.emscripten_bind_Mesh___destroy___0.apply(null,arguments)},
-Qc=a._emscripten_bind_VoidPtr___destroy___0=function(){return a.asm.emscripten_bind_VoidPtr___destroy___0.apply(null,arguments)},db=a._emscripten_bind_DracoInt32Array_DracoInt32Array_0=function(){return a.asm.emscripten_bind_DracoInt32Array_DracoInt32Array_0.apply(null,arguments)},Rc=a._emscripten_bind_DracoInt32Array_GetValue_1=function(){return a.asm.emscripten_bind_DracoInt32Array_GetValue_1.apply(null,arguments)},Sc=a._emscripten_bind_DracoInt32Array_size_0=function(){return a.asm.emscripten_bind_DracoInt32Array_size_0.apply(null,
-arguments)},Tc=a._emscripten_bind_DracoInt32Array___destroy___0=function(){return a.asm.emscripten_bind_DracoInt32Array___destroy___0.apply(null,arguments)},eb=a._emscripten_bind_Metadata_Metadata_0=function(){return a.asm.emscripten_bind_Metadata_Metadata_0.apply(null,arguments)},Uc=a._emscripten_bind_Metadata___destroy___0=function(){return a.asm.emscripten_bind_Metadata___destroy___0.apply(null,arguments)},Vc=a._emscripten_enum_draco_StatusCode_OK=function(){return a.asm.emscripten_enum_draco_StatusCode_OK.apply(null,
-arguments)},Wc=a._emscripten_enum_draco_StatusCode_DRACO_ERROR=function(){return a.asm.emscripten_enum_draco_StatusCode_DRACO_ERROR.apply(null,arguments)},Xc=a._emscripten_enum_draco_StatusCode_IO_ERROR=function(){return a.asm.emscripten_enum_draco_StatusCode_IO_ERROR.apply(null,arguments)},Yc=a._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=function(){return a.asm.emscripten_enum_draco_StatusCode_INVALID_PARAMETER.apply(null,arguments)},Zc=a._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=
-function(){return a.asm.emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION.apply(null,arguments)},$c=a._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=function(){return a.asm.emscripten_enum_draco_StatusCode_UNKNOWN_VERSION.apply(null,arguments)},ad=a._emscripten_enum_draco_DataType_DT_INVALID=function(){return a.asm.emscripten_enum_draco_DataType_DT_INVALID.apply(null,arguments)},bd=a._emscripten_enum_draco_DataType_DT_INT8=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT8.apply(null,
-arguments)},cd=a._emscripten_enum_draco_DataType_DT_UINT8=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT8.apply(null,arguments)},dd=a._emscripten_enum_draco_DataType_DT_INT16=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT16.apply(null,arguments)},ed=a._emscripten_enum_draco_DataType_DT_UINT16=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT16.apply(null,arguments)},fd=a._emscripten_enum_draco_DataType_DT_INT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT32.apply(null,
-arguments)},gd=a._emscripten_enum_draco_DataType_DT_UINT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT32.apply(null,arguments)},hd=a._emscripten_enum_draco_DataType_DT_INT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_INT64.apply(null,arguments)},id=a._emscripten_enum_draco_DataType_DT_UINT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_UINT64.apply(null,arguments)},jd=a._emscripten_enum_draco_DataType_DT_FLOAT32=function(){return a.asm.emscripten_enum_draco_DataType_DT_FLOAT32.apply(null,
-arguments)},kd=a._emscripten_enum_draco_DataType_DT_FLOAT64=function(){return a.asm.emscripten_enum_draco_DataType_DT_FLOAT64.apply(null,arguments)},ld=a._emscripten_enum_draco_DataType_DT_BOOL=function(){return a.asm.emscripten_enum_draco_DataType_DT_BOOL.apply(null,arguments)},md=a._emscripten_enum_draco_DataType_DT_TYPES_COUNT=function(){return a.asm.emscripten_enum_draco_DataType_DT_TYPES_COUNT.apply(null,arguments)},nd=a._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE.apply(null,
-arguments)},od=a._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD.apply(null,arguments)},pd=a._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=function(){return a.asm.emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH.apply(null,arguments)},qd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM.apply(null,
-arguments)},rd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM.apply(null,arguments)},sd=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM.apply(null,arguments)},td=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=function(){return a.asm.emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM.apply(null,
-arguments)},ud=a._emscripten_enum_draco_GeometryAttribute_Type_INVALID=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_INVALID.apply(null,arguments)},vd=a._emscripten_enum_draco_GeometryAttribute_Type_POSITION=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_POSITION.apply(null,arguments)},wd=a._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_NORMAL.apply(null,arguments)},xd=a._emscripten_enum_draco_GeometryAttribute_Type_COLOR=
-function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_COLOR.apply(null,arguments)},yd=a._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD.apply(null,arguments)},zd=a._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=function(){return a.asm.emscripten_enum_draco_GeometryAttribute_Type_GENERIC.apply(null,arguments)};a._setThrew=function(){return a.asm.setThrew.apply(null,arguments)};var ta=a.__ZSt18uncaught_exceptionv=
-function(){return a.asm._ZSt18uncaught_exceptionv.apply(null,arguments)};a._free=function(){return a.asm.free.apply(null,arguments)};var ib=a._malloc=function(){return a.asm.malloc.apply(null,arguments)};a.stackSave=function(){return a.asm.stackSave.apply(null,arguments)};a.stackAlloc=function(){return a.asm.stackAlloc.apply(null,arguments)};a.stackRestore=function(){return a.asm.stackRestore.apply(null,arguments)};a.__growWasmMemory=function(){return a.asm.__growWasmMemory.apply(null,arguments)};
-a.dynCall_ii=function(){return a.asm.dynCall_ii.apply(null,arguments)};a.dynCall_vi=function(){return a.asm.dynCall_vi.apply(null,arguments)};a.dynCall_iii=function(){return a.asm.dynCall_iii.apply(null,arguments)};a.dynCall_vii=function(){return a.asm.dynCall_vii.apply(null,arguments)};a.dynCall_iiii=function(){return a.asm.dynCall_iiii.apply(null,arguments)};a.dynCall_v=function(){return a.asm.dynCall_v.apply(null,arguments)};a.dynCall_viii=function(){return a.asm.dynCall_viii.apply(null,arguments)};
-a.dynCall_viiii=function(){return a.asm.dynCall_viiii.apply(null,arguments)};a.dynCall_iiiiiii=function(){return a.asm.dynCall_iiiiiii.apply(null,arguments)};a.dynCall_iidiiii=function(){return a.asm.dynCall_iidiiii.apply(null,arguments)};a.dynCall_jiji=function(){return a.asm.dynCall_jiji.apply(null,arguments)};a.dynCall_viiiiii=function(){return a.asm.dynCall_viiiiii.apply(null,arguments)};a.dynCall_viiiii=function(){return a.asm.dynCall_viiiii.apply(null,arguments)};a.asm=La;var fa;a.then=function(e){if(fa)e(a);
-else{var c=a.onRuntimeInitialized;a.onRuntimeInitialized=function(){c&&c();e(a)}}return a};ja=function c(){fa||ma();fa||(ja=c)};a.run=ma;if(a.preInit)for("function"==typeof a.preInit&&(a.preInit=[a.preInit]);0<a.preInit.length;)a.preInit.pop()();ma();p.prototype=Object.create(p.prototype);p.prototype.constructor=p;p.prototype.__class__=p;p.__cache__={};a.WrapperObject=p;a.getCache=u;a.wrapPointer=N;a.castObject=function(a,b){return N(a.ptr,b)};a.NULL=N(0);a.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";
-a.__destroy__();delete u(a.__class__)[a.ptr]};a.compare=function(a,b){return a.ptr===b.ptr};a.getPointer=function(a){return a.ptr};a.getClass=function(a){return a.__class__};var n={buffer:0,size:0,pos:0,temps:[],needed:0,prepare:function(){if(n.needed){for(var c=0;c<n.temps.length;c++)a._free(n.temps[c]);n.temps.length=0;a._free(n.buffer);n.buffer=0;n.size+=n.needed;n.needed=0}n.buffer||(n.size+=128,n.buffer=a._malloc(n.size),t(n.buffer));n.pos=0},alloc:function(c,b){t(n.buffer);c=c.length*b.BYTES_PER_ELEMENT;
-c=c+7&-8;n.pos+c>=n.size?(t(0<c),n.needed+=c,b=a._malloc(c),n.temps.push(b)):(b=n.buffer+n.pos,n.pos+=c);return b},copy:function(a,b,d){switch(b.BYTES_PER_ELEMENT){case 2:d>>=1;break;case 4:d>>=2;break;case 8:d>>=3}for(var c=0;c<a.length;c++)b[d+c]=a[c]}};x.prototype=Object.create(p.prototype);x.prototype.constructor=x;x.prototype.__class__=x;x.__cache__={};a.Status=x;x.prototype.code=x.prototype.code=function(){return jb(this.ptr)};x.prototype.ok=x.prototype.ok=function(){return!!kb(this.ptr)};x.prototype.error_msg=
-x.prototype.error_msg=function(){return X(lb(this.ptr))};x.prototype.__destroy__=x.prototype.__destroy__=function(){mb(this.ptr)};A.prototype=Object.create(p.prototype);A.prototype.constructor=A;A.prototype.__class__=A;A.__cache__={};a.DracoUInt16Array=A;A.prototype.GetValue=A.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return nb(c,a)};A.prototype.size=A.prototype.size=function(){return ob(this.ptr)};A.prototype.__destroy__=A.prototype.__destroy__=function(){pb(this.ptr)};
-B.prototype=Object.create(p.prototype);B.prototype.constructor=B;B.prototype.__class__=B;B.__cache__={};a.PointCloud=B;B.prototype.num_attributes=B.prototype.num_attributes=function(){return qb(this.ptr)};B.prototype.num_points=B.prototype.num_points=function(){return rb(this.ptr)};B.prototype.__destroy__=B.prototype.__destroy__=function(){sb(this.ptr)};C.prototype=Object.create(p.prototype);C.prototype.constructor=C;C.prototype.__class__=C;C.__cache__={};a.DracoUInt8Array=C;C.prototype.GetValue=
-C.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return tb(c,a)};C.prototype.size=C.prototype.size=function(){return ub(this.ptr)};C.prototype.__destroy__=C.prototype.__destroy__=function(){vb(this.ptr)};D.prototype=Object.create(p.prototype);D.prototype.constructor=D;D.prototype.__class__=D;D.__cache__={};a.DracoUInt32Array=D;D.prototype.GetValue=D.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return wb(c,a)};D.prototype.size=D.prototype.size=
-function(){return xb(this.ptr)};D.prototype.__destroy__=D.prototype.__destroy__=function(){yb(this.ptr)};E.prototype=Object.create(p.prototype);E.prototype.constructor=E;E.prototype.__class__=E;E.__cache__={};a.AttributeOctahedronTransform=E;E.prototype.InitFromAttribute=E.prototype.InitFromAttribute=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return!!zb(c,a)};E.prototype.quantization_bits=E.prototype.quantization_bits=function(){return Ab(this.ptr)};E.prototype.__destroy__=E.prototype.__destroy__=
-function(){Bb(this.ptr)};q.prototype=Object.create(p.prototype);q.prototype.constructor=q;q.prototype.__class__=q;q.__cache__={};a.PointAttribute=q;q.prototype.size=q.prototype.size=function(){return Cb(this.ptr)};q.prototype.GetAttributeTransformData=q.prototype.GetAttributeTransformData=function(){return N(Db(this.ptr),J)};q.prototype.attribute_type=q.prototype.attribute_type=function(){return Eb(this.ptr)};q.prototype.data_type=q.prototype.data_type=function(){return Fb(this.ptr)};q.prototype.num_components=
-q.prototype.num_components=function(){return Gb(this.ptr)};q.prototype.normalized=q.prototype.normalized=function(){return!!Hb(this.ptr)};q.prototype.byte_stride=q.prototype.byte_stride=function(){return Ib(this.ptr)};q.prototype.byte_offset=q.prototype.byte_offset=function(){return Jb(this.ptr)};q.prototype.unique_id=q.prototype.unique_id=function(){return Kb(this.ptr)};q.prototype.__destroy__=q.prototype.__destroy__=function(){Lb(this.ptr)};J.prototype=Object.create(p.prototype);J.prototype.constructor=
-J;J.prototype.__class__=J;J.__cache__={};a.AttributeTransformData=J;J.prototype.transform_type=J.prototype.transform_type=function(){return Mb(this.ptr)};J.prototype.__destroy__=J.prototype.__destroy__=function(){Nb(this.ptr)};w.prototype=Object.create(p.prototype);w.prototype.constructor=w;w.prototype.__class__=w;w.__cache__={};a.AttributeQuantizationTransform=w;w.prototype.InitFromAttribute=w.prototype.InitFromAttribute=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return!!Ob(c,a)};
-w.prototype.quantization_bits=w.prototype.quantization_bits=function(){return Pb(this.ptr)};w.prototype.min_value=w.prototype.min_value=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Qb(c,a)};w.prototype.range=w.prototype.range=function(){return Rb(this.ptr)};w.prototype.__destroy__=w.prototype.__destroy__=function(){Sb(this.ptr)};F.prototype=Object.create(p.prototype);F.prototype.constructor=F;F.prototype.__class__=F;F.__cache__={};a.DracoInt8Array=F;F.prototype.GetValue=F.prototype.GetValue=
-function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Tb(c,a)};F.prototype.size=F.prototype.size=function(){return Ub(this.ptr)};F.prototype.__destroy__=F.prototype.__destroy__=function(){Vb(this.ptr)};r.prototype=Object.create(p.prototype);r.prototype.constructor=r;r.prototype.__class__=r;r.__cache__={};a.MetadataQuerier=r;r.prototype.HasEntry=r.prototype.HasEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return!!Wb(c,
-a,b)};r.prototype.GetIntEntry=r.prototype.GetIntEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return Xb(c,a,b)};r.prototype.GetIntEntryArray=r.prototype.GetIntEntryArray=function(a,b,d){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);d&&"object"===typeof d&&(d=d.ptr);Yb(c,a,b,d)};r.prototype.GetDoubleEntry=r.prototype.GetDoubleEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===
-typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return Zb(c,a,b)};r.prototype.GetStringEntry=r.prototype.GetStringEntry=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return X($b(c,a,b))};r.prototype.NumEntries=r.prototype.NumEntries=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return ac(c,a)};r.prototype.GetEntryName=r.prototype.GetEntryName=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===
-typeof b&&(b=b.ptr);return X(bc(c,a,b))};r.prototype.__destroy__=r.prototype.__destroy__=function(){cc(this.ptr)};G.prototype=Object.create(p.prototype);G.prototype.constructor=G;G.prototype.__class__=G;G.__cache__={};a.DracoInt16Array=G;G.prototype.GetValue=G.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return dc(c,a)};G.prototype.size=G.prototype.size=function(){return ec(this.ptr)};G.prototype.__destroy__=G.prototype.__destroy__=function(){fc(this.ptr)};H.prototype=
-Object.create(p.prototype);H.prototype.constructor=H;H.prototype.__class__=H;H.__cache__={};a.DracoFloat32Array=H;H.prototype.GetValue=H.prototype.GetValue=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return gc(c,a)};H.prototype.size=H.prototype.size=function(){return hc(this.ptr)};H.prototype.__destroy__=H.prototype.__destroy__=function(){ic(this.ptr)};O.prototype=Object.create(p.prototype);O.prototype.constructor=O;O.prototype.__class__=O;O.__cache__={};a.GeometryAttribute=O;O.prototype.__destroy__=
-O.prototype.__destroy__=function(){jc(this.ptr)};K.prototype=Object.create(p.prototype);K.prototype.constructor=K;K.prototype.__class__=K;K.__cache__={};a.DecoderBuffer=K;K.prototype.Init=K.prototype.Init=function(a,b){var c=this.ptr;n.prepare();if("object"==typeof a&&"object"===typeof a){var e=n.alloc(a,T);n.copy(a,T,e);a=e}b&&"object"===typeof b&&(b=b.ptr);kc(c,a,b)};K.prototype.__destroy__=K.prototype.__destroy__=function(){lc(this.ptr)};g.prototype=Object.create(p.prototype);g.prototype.constructor=
-g;g.prototype.__class__=g;g.__cache__={};a.Decoder=g;g.prototype.GetEncodedGeometryType=g.prototype.GetEncodedGeometryType=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return mc(c,a)};g.prototype.DecodeBufferToPointCloud=g.prototype.DecodeBufferToPointCloud=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(nc(c,a,b),x)};g.prototype.DecodeBufferToMesh=g.prototype.DecodeBufferToMesh=function(a,b){var c=this.ptr;a&&"object"===typeof a&&
-(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(oc(c,a,b),x)};g.prototype.GetAttributeId=g.prototype.GetAttributeId=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return pc(c,a,b)};g.prototype.GetAttributeIdByName=g.prototype.GetAttributeIdByName=function(a,b){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);return qc(c,a,b)};g.prototype.GetAttributeIdByMetadataEntry=g.prototype.GetAttributeIdByMetadataEntry=
-function(a,b,d){var c=this.ptr;n.prepare();a&&"object"===typeof a&&(a=a.ptr);b=b&&"object"===typeof b?b.ptr:V(b);d=d&&"object"===typeof d?d.ptr:V(d);return rc(c,a,b,d)};g.prototype.GetAttribute=g.prototype.GetAttribute=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(sc(c,a,b),q)};g.prototype.GetAttributeByUniqueId=g.prototype.GetAttributeByUniqueId=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);
-return N(tc(c,a,b),q)};g.prototype.GetMetadata=g.prototype.GetMetadata=function(a){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return N(uc(c,a),L)};g.prototype.GetAttributeMetadata=g.prototype.GetAttributeMetadata=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return N(vc(c,a,b),L)};g.prototype.GetFaceFromMesh=g.prototype.GetFaceFromMesh=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===
-typeof d&&(d=d.ptr);return!!wc(c,a,b,d)};g.prototype.GetTriangleStripsFromMesh=g.prototype.GetTriangleStripsFromMesh=function(a,b){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);return xc(c,a,b)};g.prototype.GetTrianglesUInt16Array=g.prototype.GetTrianglesUInt16Array=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!yc(c,a,b,d)};g.prototype.GetTrianglesUInt32Array=g.prototype.GetTrianglesUInt32Array=
-function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!zc(c,a,b,d)};g.prototype.GetAttributeFloat=g.prototype.GetAttributeFloat=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ac(c,a,b,d)};g.prototype.GetAttributeFloatForAllPoints=g.prototype.GetAttributeFloatForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&
-(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Bc(c,a,b,d)};g.prototype.GetAttributeIntForAllPoints=g.prototype.GetAttributeIntForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Cc(c,a,b,d)};g.prototype.GetAttributeInt8ForAllPoints=g.prototype.GetAttributeInt8ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&
-(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Dc(c,a,b,d)};g.prototype.GetAttributeUInt8ForAllPoints=g.prototype.GetAttributeUInt8ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ec(c,a,b,d)};g.prototype.GetAttributeInt16ForAllPoints=g.prototype.GetAttributeInt16ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&
-(d=d.ptr);return!!Fc(c,a,b,d)};g.prototype.GetAttributeUInt16ForAllPoints=g.prototype.GetAttributeUInt16ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Gc(c,a,b,d)};g.prototype.GetAttributeInt32ForAllPoints=g.prototype.GetAttributeInt32ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Hc(c,
-a,b,d)};g.prototype.GetAttributeUInt32ForAllPoints=g.prototype.GetAttributeUInt32ForAllPoints=function(a,b,d){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ic(c,a,b,d)};g.prototype.GetAttributeDataArrayForAllPoints=g.prototype.GetAttributeDataArrayForAllPoints=function(a,b,d,e,f){var c=this.ptr;a&&"object"===typeof a&&(a=a.ptr);b&&"object"===typeof b&&(b=b.ptr);d&&"object"===typeof d&&(d=d.ptr);e&&"object"===typeof e&&
-(e=e.ptr);f&&"object"===typeof f&&(f=f.ptr);return!!Jc(c,a,b,d,e,f)};g.prototype.SkipAttributeTransform=g.prototype.SkipAttributeTransform=function(a){var b=this.ptr;a&&"object"===typeof a&&(a=a.ptr);Kc(b,a)};g.prototype.__destroy__=g.prototype.__destroy__=function(){Lc(this.ptr)};y.prototype=Object.create(p.prototype);y.prototype.constructor=y;y.prototype.__class__=y;y.__cache__={};a.Mesh=y;y.prototype.num_faces=y.prototype.num_faces=function(){return Mc(this.ptr)};y.prototype.num_attributes=y.prototype.num_attributes=
-function(){return Nc(this.ptr)};y.prototype.num_points=y.prototype.num_points=function(){return Oc(this.ptr)};y.prototype.__destroy__=y.prototype.__destroy__=function(){Pc(this.ptr)};Q.prototype=Object.create(p.prototype);Q.prototype.constructor=Q;Q.prototype.__class__=Q;Q.__cache__={};a.VoidPtr=Q;Q.prototype.__destroy__=Q.prototype.__destroy__=function(){Qc(this.ptr)};I.prototype=Object.create(p.prototype);I.prototype.constructor=I;I.prototype.__class__=I;I.__cache__={};a.DracoInt32Array=I;I.prototype.GetValue=
-I.prototype.GetValue=function(a){var b=this.ptr;a&&"object"===typeof a&&(a=a.ptr);return Rc(b,a)};I.prototype.size=I.prototype.size=function(){return Sc(this.ptr)};I.prototype.__destroy__=I.prototype.__destroy__=function(){Tc(this.ptr)};L.prototype=Object.create(p.prototype);L.prototype.constructor=L;L.prototype.__class__=L;L.__cache__={};a.Metadata=L;L.prototype.__destroy__=L.prototype.__destroy__=function(){Uc(this.ptr)};(function(){function c(){a.OK=Vc();a.DRACO_ERROR=Wc();a.IO_ERROR=Xc();a.INVALID_PARAMETER=
-Yc();a.UNSUPPORTED_VERSION=Zc();a.UNKNOWN_VERSION=$c();a.DT_INVALID=ad();a.DT_INT8=bd();a.DT_UINT8=cd();a.DT_INT16=dd();a.DT_UINT16=ed();a.DT_INT32=fd();a.DT_UINT32=gd();a.DT_INT64=hd();a.DT_UINT64=id();a.DT_FLOAT32=jd();a.DT_FLOAT64=kd();a.DT_BOOL=ld();a.DT_TYPES_COUNT=md();a.INVALID_GEOMETRY_TYPE=nd();a.POINT_CLOUD=od();a.TRIANGULAR_MESH=pd();a.ATTRIBUTE_INVALID_TRANSFORM=qd();a.ATTRIBUTE_NO_TRANSFORM=rd();a.ATTRIBUTE_QUANTIZATION_TRANSFORM=sd();a.ATTRIBUTE_OCTAHEDRON_TRANSFORM=td();a.INVALID=ud();
-a.POSITION=vd();a.NORMAL=wd();a.COLOR=xd();a.TEX_COORD=yd();a.GENERIC=zd()}Ba?c():Da.unshift(c)})();if("function"===typeof a.onModuleParsed)a.onModuleParsed();return m}}();"object"===typeof exports&&"object"===typeof module?module.exports=DracoDecoderModule:"function"===typeof define&&define.amd?define([],function(){return DracoDecoderModule}):"object"===typeof exports&&(exports.DracoDecoderModule=DracoDecoderModule);
+var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(h){var n=0;return function(){return n<h.length?{done:!1,value:h[n++]}:{done:!0}}};$jscomp.arrayIterator=function(h){return{next:$jscomp.arrayIteratorImpl(h)}};$jscomp.makeIterator=function(h){var n="undefined"!=typeof Symbol&&Symbol.iterator&&h[Symbol.iterator];return n?n.call(h):$jscomp.arrayIterator(h)};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.SIMPLE_FROUND_POLYFILL=!1;
+$jscomp.ISOLATE_POLYFILLS=!1;$jscomp.FORCE_POLYFILL_PROMISE=!1;$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION=!1;$jscomp.getGlobal=function(h){h=["object"==typeof globalThis&&globalThis,h,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var n=0;n<h.length;++n){var k=h[n];if(k&&k.Math==Math)return k}throw Error("Cannot find global object");};$jscomp.global=$jscomp.getGlobal(this);
+$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(h,n,k){if(h==Array.prototype||h==Object.prototype)return h;h[n]=k.value;return h};$jscomp.IS_SYMBOL_NATIVE="function"===typeof Symbol&&"symbol"===typeof Symbol("x");$jscomp.TRUST_ES6_POLYFILLS=!$jscomp.ISOLATE_POLYFILLS||$jscomp.IS_SYMBOL_NATIVE;$jscomp.polyfills={};$jscomp.propertyToPolyfillSymbol={};$jscomp.POLYFILL_PREFIX="$jscp$";
+var $jscomp$lookupPolyfilledValue=function(h,n){var k=$jscomp.propertyToPolyfillSymbol[n];if(null==k)return h[n];k=h[k];return void 0!==k?k:h[n]};$jscomp.polyfill=function(h,n,k,p){n&&($jscomp.ISOLATE_POLYFILLS?$jscomp.polyfillIsolated(h,n,k,p):$jscomp.polyfillUnisolated(h,n,k,p))};
+$jscomp.polyfillUnisolated=function(h,n,k,p){k=$jscomp.global;h=h.split(".");for(p=0;p<h.length-1;p++){var l=h[p];if(!(l in k))return;k=k[l]}h=h[h.length-1];p=k[h];n=n(p);n!=p&&null!=n&&$jscomp.defineProperty(k,h,{configurable:!0,writable:!0,value:n})};
+$jscomp.polyfillIsolated=function(h,n,k,p){var l=h.split(".");h=1===l.length;p=l[0];p=!h&&p in $jscomp.polyfills?$jscomp.polyfills:$jscomp.global;for(var y=0;y<l.length-1;y++){var f=l[y];if(!(f in p))return;p=p[f]}l=l[l.length-1];k=$jscomp.IS_SYMBOL_NATIVE&&"es6"===k?p[l]:null;n=n(k);null!=n&&(h?$jscomp.defineProperty($jscomp.polyfills,l,{configurable:!0,writable:!0,value:n}):n!==k&&(void 0===$jscomp.propertyToPolyfillSymbol[l]&&(k=1E9*Math.random()>>>0,$jscomp.propertyToPolyfillSymbol[l]=$jscomp.IS_SYMBOL_NATIVE?
+$jscomp.global.Symbol(l):$jscomp.POLYFILL_PREFIX+k+"$"+l),$jscomp.defineProperty(p,$jscomp.propertyToPolyfillSymbol[l],{configurable:!0,writable:!0,value:n})))};
+$jscomp.polyfill("Promise",function(h){function n(){this.batch_=null}function k(f){return f instanceof l?f:new l(function(q,u){q(f)})}if(h&&(!($jscomp.FORCE_POLYFILL_PROMISE||$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION&&"undefined"===typeof $jscomp.global.PromiseRejectionEvent)||!$jscomp.global.Promise||-1===$jscomp.global.Promise.toString().indexOf("[native code]")))return h;n.prototype.asyncExecute=function(f){if(null==this.batch_){this.batch_=[];var q=this;this.asyncExecuteFunction(function(){q.executeBatch_()})}this.batch_.push(f)};
+var p=$jscomp.global.setTimeout;n.prototype.asyncExecuteFunction=function(f){p(f,0)};n.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var f=this.batch_;this.batch_=[];for(var q=0;q<f.length;++q){var u=f[q];f[q]=null;try{u()}catch(A){this.asyncThrow_(A)}}}this.batch_=null};n.prototype.asyncThrow_=function(f){this.asyncExecuteFunction(function(){throw f;})};var l=function(f){this.state_=0;this.result_=void 0;this.onSettledCallbacks_=[];this.isRejectionHandled_=!1;var q=this.createResolveAndReject_();
+try{f(q.resolve,q.reject)}catch(u){q.reject(u)}};l.prototype.createResolveAndReject_=function(){function f(A){return function(F){u||(u=!0,A.call(q,F))}}var q=this,u=!1;return{resolve:f(this.resolveTo_),reject:f(this.reject_)}};l.prototype.resolveTo_=function(f){if(f===this)this.reject_(new TypeError("A Promise cannot resolve to itself"));else if(f instanceof l)this.settleSameAsPromise_(f);else{a:switch(typeof f){case "object":var q=null!=f;break a;case "function":q=!0;break a;default:q=!1}q?this.resolveToNonPromiseObj_(f):
+this.fulfill_(f)}};l.prototype.resolveToNonPromiseObj_=function(f){var q=void 0;try{q=f.then}catch(u){this.reject_(u);return}"function"==typeof q?this.settleSameAsThenable_(q,f):this.fulfill_(f)};l.prototype.reject_=function(f){this.settle_(2,f)};l.prototype.fulfill_=function(f){this.settle_(1,f)};l.prototype.settle_=function(f,q){if(0!=this.state_)throw Error("Cannot settle("+f+", "+q+"): Promise already settled in state"+this.state_);this.state_=f;this.result_=q;2===this.state_&&this.scheduleUnhandledRejectionCheck_();
+this.executeOnSettledCallbacks_()};l.prototype.scheduleUnhandledRejectionCheck_=function(){var f=this;p(function(){if(f.notifyUnhandledRejection_()){var q=$jscomp.global.console;"undefined"!==typeof q&&q.error(f.result_)}},1)};l.prototype.notifyUnhandledRejection_=function(){if(this.isRejectionHandled_)return!1;var f=$jscomp.global.CustomEvent,q=$jscomp.global.Event,u=$jscomp.global.dispatchEvent;if("undefined"===typeof u)return!0;"function"===typeof f?f=new f("unhandledrejection",{cancelable:!0}):
+"function"===typeof q?f=new q("unhandledrejection",{cancelable:!0}):(f=$jscomp.global.document.createEvent("CustomEvent"),f.initCustomEvent("unhandledrejection",!1,!0,f));f.promise=this;f.reason=this.result_;return u(f)};l.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var f=0;f<this.onSettledCallbacks_.length;++f)y.asyncExecute(this.onSettledCallbacks_[f]);this.onSettledCallbacks_=null}};var y=new n;l.prototype.settleSameAsPromise_=function(f){var q=this.createResolveAndReject_();
+f.callWhenSettled_(q.resolve,q.reject)};l.prototype.settleSameAsThenable_=function(f,q){var u=this.createResolveAndReject_();try{f.call(q,u.resolve,u.reject)}catch(A){u.reject(A)}};l.prototype.then=function(f,q){function u(w,B){return"function"==typeof w?function(R){try{A(w(R))}catch(Z){F(Z)}}:B}var A,F,v=new l(function(w,B){A=w;F=B});this.callWhenSettled_(u(f,A),u(q,F));return v};l.prototype.catch=function(f){return this.then(void 0,f)};l.prototype.callWhenSettled_=function(f,q){function u(){switch(A.state_){case 1:f(A.result_);
+break;case 2:q(A.result_);break;default:throw Error("Unexpected state: "+A.state_);}}var A=this;null==this.onSettledCallbacks_?y.asyncExecute(u):this.onSettledCallbacks_.push(u);this.isRejectionHandled_=!0};l.resolve=k;l.reject=function(f){return new l(function(q,u){u(f)})};l.race=function(f){return new l(function(q,u){for(var A=$jscomp.makeIterator(f),F=A.next();!F.done;F=A.next())k(F.value).callWhenSettled_(q,u)})};l.all=function(f){var q=$jscomp.makeIterator(f),u=q.next();return u.done?k([]):new l(function(A,
+F){function v(R){return function(Z){w[R]=Z;B--;0==B&&A(w)}}var w=[],B=0;do w.push(void 0),B++,k(u.value).callWhenSettled_(v(w.length-1),F),u=q.next();while(!u.done)})};return l},"es6","es3");$jscomp.owns=function(h,n){return Object.prototype.hasOwnProperty.call(h,n)};$jscomp.assign=$jscomp.TRUST_ES6_POLYFILLS&&"function"==typeof Object.assign?Object.assign:function(h,n){for(var k=1;k<arguments.length;k++){var p=arguments[k];if(p)for(var l in p)$jscomp.owns(p,l)&&(h[l]=p[l])}return h};
+$jscomp.polyfill("Object.assign",function(h){return h||$jscomp.assign},"es6","es3");$jscomp.checkStringArgs=function(h,n,k){if(null==h)throw new TypeError("The 'this' value for String.prototype."+k+" must not be null or undefined");if(n instanceof RegExp)throw new TypeError("First argument to String.prototype."+k+" must not be a regular expression");return h+""};
+$jscomp.polyfill("String.prototype.startsWith",function(h){return h?h:function(n,k){var p=$jscomp.checkStringArgs(this,n,"startsWith");n+="";var l=p.length,y=n.length;k=Math.max(0,Math.min(k|0,p.length));for(var f=0;f<y&&k<l;)if(p[k++]!=n[f++])return!1;return f>=y}},"es6","es3");
+$jscomp.polyfill("Array.prototype.copyWithin",function(h){function n(k){k=Number(k);return Infinity===k||-Infinity===k?k:k|0}return h?h:function(k,p,l){var y=this.length;k=n(k);p=n(p);l=void 0===l?y:n(l);k=0>k?Math.max(y+k,0):Math.min(k,y);p=0>p?Math.max(y+p,0):Math.min(p,y);l=0>l?Math.max(y+l,0):Math.min(l,y);if(k<p)for(;p<l;)p in this?this[k++]=this[p++]:(delete this[k++],p++);else for(l=Math.min(l,y+p-k),k+=l-p;l>p;)--l in this?this[--k]=this[l]:delete this[--k];return this}},"es6","es3");
+$jscomp.typedArrayCopyWithin=function(h){return h?h:Array.prototype.copyWithin};$jscomp.polyfill("Int8Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");$jscomp.polyfill("Uint8Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");$jscomp.polyfill("Uint8ClampedArray.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");$jscomp.polyfill("Int16Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");
+$jscomp.polyfill("Uint16Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");$jscomp.polyfill("Int32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");$jscomp.polyfill("Uint32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");$jscomp.polyfill("Float32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");$jscomp.polyfill("Float64Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");
+var DracoDecoderModule=function(){var h="undefined"!==typeof document&&document.currentScript?document.currentScript.src:void 0;"undefined"!==typeof __filename&&(h=h||__filename);return function(n){function k(e){return a.locateFile?a.locateFile(e,U):U+e}function p(e,b){if(e){var c=ia;var d=e+b;for(b=e;c[b]&&!(b>=d);)++b;if(16<b-e&&c.buffer&&ra)c=ra.decode(c.subarray(e,b));else{for(d="";e<b;){var g=c[e++];if(g&128){var t=c[e++]&63;if(192==(g&224))d+=String.fromCharCode((g&31)<<6|t);else{var aa=c[e++]&
+63;g=224==(g&240)?(g&15)<<12|t<<6|aa:(g&7)<<18|t<<12|aa<<6|c[e++]&63;65536>g?d+=String.fromCharCode(g):(g-=65536,d+=String.fromCharCode(55296|g>>10,56320|g&1023))}}else d+=String.fromCharCode(g)}c=d}}else c="";return c}function l(){var e=ja.buffer;a.HEAP8=W=new Int8Array(e);a.HEAP16=new Int16Array(e);a.HEAP32=ca=new Int32Array(e);a.HEAPU8=ia=new Uint8Array(e);a.HEAPU16=new Uint16Array(e);a.HEAPU32=Y=new Uint32Array(e);a.HEAPF32=new Float32Array(e);a.HEAPF64=new Float64Array(e)}function y(e){if(a.onAbort)a.onAbort(e);
+e="Aborted("+e+")";da(e);sa=!0;e=new WebAssembly.RuntimeError(e+". Build with -sASSERTIONS for more info.");ka(e);throw e;}function f(e){try{if(e==P&&ea)return new Uint8Array(ea);if(ma)return ma(e);throw"both async and sync fetching of the wasm failed";}catch(b){y(b)}}function q(){if(!ea&&(ta||fa)){if("function"==typeof fetch&&!P.startsWith("file://"))return fetch(P,{credentials:"same-origin"}).then(function(e){if(!e.ok)throw"failed to load wasm binary file at '"+P+"'";return e.arrayBuffer()}).catch(function(){return f(P)});
+if(na)return new Promise(function(e,b){na(P,function(c){e(new Uint8Array(c))},b)})}return Promise.resolve().then(function(){return f(P)})}function u(e){for(;0<e.length;)e.shift()(a)}function A(e){this.excPtr=e;this.ptr=e-24;this.set_type=function(b){Y[this.ptr+4>>2]=b};this.get_type=function(){return Y[this.ptr+4>>2]};this.set_destructor=function(b){Y[this.ptr+8>>2]=b};this.get_destructor=function(){return Y[this.ptr+8>>2]};this.set_refcount=function(b){ca[this.ptr>>2]=b};this.set_caught=function(b){W[this.ptr+
+12>>0]=b?1:0};this.get_caught=function(){return 0!=W[this.ptr+12>>0]};this.set_rethrown=function(b){W[this.ptr+13>>0]=b?1:0};this.get_rethrown=function(){return 0!=W[this.ptr+13>>0]};this.init=function(b,c){this.set_adjusted_ptr(0);this.set_type(b);this.set_destructor(c);this.set_refcount(0);this.set_caught(!1);this.set_rethrown(!1)};this.add_ref=function(){ca[this.ptr>>2]+=1};this.release_ref=function(){var b=ca[this.ptr>>2];ca[this.ptr>>2]=b-1;return 1===b};this.set_adjusted_ptr=function(b){Y[this.ptr+
+16>>2]=b};this.get_adjusted_ptr=function(){return Y[this.ptr+16>>2]};this.get_exception_ptr=function(){if(ua(this.get_type()))return Y[this.excPtr>>2];var b=this.get_adjusted_ptr();return 0!==b?b:this.excPtr}}function F(){function e(){if(!la&&(la=!0,a.calledRun=!0,!sa)){va=!0;u(oa);wa(a);if(a.onRuntimeInitialized)a.onRuntimeInitialized();if(a.postRun)for("function"==typeof a.postRun&&(a.postRun=[a.postRun]);a.postRun.length;)xa.unshift(a.postRun.shift());u(xa)}}if(!(0<ba)){if(a.preRun)for("function"==
+typeof a.preRun&&(a.preRun=[a.preRun]);a.preRun.length;)ya.unshift(a.preRun.shift());u(ya);0<ba||(a.setStatus?(a.setStatus("Running..."),setTimeout(function(){setTimeout(function(){a.setStatus("")},1);e()},1)):e())}}function v(){}function w(e){return(e||v).__cache__}function B(e,b){var c=w(b),d=c[e];if(d)return d;d=Object.create((b||v).prototype);d.ptr=e;return c[e]=d}function R(e){if("string"===typeof e){for(var b=0,c=0;c<e.length;++c){var d=e.charCodeAt(c);127>=d?b++:2047>=d?b+=2:55296<=d&&57343>=
+d?(b+=4,++c):b+=3}b=Array(b+1);c=0;d=b.length;if(0<d){d=c+d-1;for(var g=0;g<e.length;++g){var t=e.charCodeAt(g);if(55296<=t&&57343>=t){var aa=e.charCodeAt(++g);t=65536+((t&1023)<<10)|aa&1023}if(127>=t){if(c>=d)break;b[c++]=t}else{if(2047>=t){if(c+1>=d)break;b[c++]=192|t>>6}else{if(65535>=t){if(c+2>=d)break;b[c++]=224|t>>12}else{if(c+3>=d)break;b[c++]=240|t>>18;b[c++]=128|t>>12&63}b[c++]=128|t>>6&63}b[c++]=128|t&63}}b[c]=0}e=r.alloc(b,W);r.copy(b,W,e);return e}return e}function Z(e){if("object"===
+typeof e){var b=r.alloc(e,W);r.copy(e,W,b);return b}return e}function X(){throw"cannot construct a VoidPtr, no constructor in IDL";}function S(){this.ptr=za();w(S)[this.ptr]=this}function Q(){this.ptr=Aa();w(Q)[this.ptr]=this}function V(){this.ptr=Ba();w(V)[this.ptr]=this}function x(){this.ptr=Ca();w(x)[this.ptr]=this}function D(){this.ptr=Da();w(D)[this.ptr]=this}function G(){this.ptr=Ea();w(G)[this.ptr]=this}function H(){this.ptr=Fa();w(H)[this.ptr]=this}function E(){this.ptr=Ga();w(E)[this.ptr]=
+this}function T(){this.ptr=Ha();w(T)[this.ptr]=this}function C(){throw"cannot construct a Status, no constructor in IDL";}function I(){this.ptr=Ia();w(I)[this.ptr]=this}function J(){this.ptr=Ja();w(J)[this.ptr]=this}function K(){this.ptr=Ka();w(K)[this.ptr]=this}function L(){this.ptr=La();w(L)[this.ptr]=this}function M(){this.ptr=Ma();w(M)[this.ptr]=this}function N(){this.ptr=Na();w(N)[this.ptr]=this}function O(){this.ptr=Oa();w(O)[this.ptr]=this}function z(){this.ptr=Pa();w(z)[this.ptr]=this}function m(){this.ptr=
+Qa();w(m)[this.ptr]=this}n=void 0===n?{}:n;var a="undefined"!=typeof n?n:{},wa,ka;a.ready=new Promise(function(e,b){wa=e;ka=b});var Ra=!1,Sa=!1;a.onRuntimeInitialized=function(){Ra=!0;if(Sa&&"function"===typeof a.onModuleLoaded)a.onModuleLoaded(a)};a.onModuleParsed=function(){Sa=!0;if(Ra&&"function"===typeof a.onModuleLoaded)a.onModuleLoaded(a)};a.isVersionSupported=function(e){if("string"!==typeof e)return!1;e=e.split(".");return 2>e.length||3<e.length?!1:1==e[0]&&0<=e[1]&&5>=e[1]?!0:0!=e[0]||10<
+e[1]?!1:!0};var Ta=Object.assign({},a),ta="object"==typeof window,fa="function"==typeof importScripts,Ua="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,U="";if(Ua){var Va=require("fs"),pa=require("path");U=fa?pa.dirname(U)+"/":__dirname+"/";var Wa=function(e,b){e=e.startsWith("file://")?new URL(e):pa.normalize(e);return Va.readFileSync(e,b?void 0:"utf8")};var ma=function(e){e=Wa(e,!0);e.buffer||(e=new Uint8Array(e));return e};var na=function(e,
+b,c){e=e.startsWith("file://")?new URL(e):pa.normalize(e);Va.readFile(e,function(d,g){d?c(d):b(g.buffer)})};1<process.argv.length&&process.argv[1].replace(/\\/g,"/");process.argv.slice(2);a.inspect=function(){return"[Emscripten Module object]"}}else if(ta||fa)fa?U=self.location.href:"undefined"!=typeof document&&document.currentScript&&(U=document.currentScript.src),h&&(U=h),U=0!==U.indexOf("blob:")?U.substr(0,U.replace(/[?#].*/,"").lastIndexOf("/")+1):"",Wa=function(e){var b=new XMLHttpRequest;b.open("GET",
+e,!1);b.send(null);return b.responseText},fa&&(ma=function(e){var b=new XMLHttpRequest;b.open("GET",e,!1);b.responseType="arraybuffer";b.send(null);return new Uint8Array(b.response)}),na=function(e,b,c){var d=new XMLHttpRequest;d.open("GET",e,!0);d.responseType="arraybuffer";d.onload=function(){200==d.status||0==d.status&&d.response?b(d.response):c()};d.onerror=c;d.send(null)};a.print||console.log.bind(console);var da=a.printErr||console.warn.bind(console);Object.assign(a,Ta);Ta=null;var ea;a.wasmBinary&&
+(ea=a.wasmBinary);"object"!=typeof WebAssembly&&y("no native wasm support detected");var ja,sa=!1,ra="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,W,ia,ca,Y,ya=[],oa=[],xa=[],va=!1,ba=0,qa=null,ha=null;var P="draco_decoder_gltf.wasm";P.startsWith("data:application/octet-stream;base64,")||(P=k(P));var pd=0,qd={b:function(e,b,c){(new A(e)).init(b,c);pd++;throw e;},a:function(){y("")},d:function(e,b,c){ia.copyWithin(e,b,b+c)},c:function(e){var b=ia.length;e>>>=0;if(2147483648<e)return!1;
+for(var c=1;4>=c;c*=2){var d=b*(1+.2/c);d=Math.min(d,e+100663296);var g=Math;d=Math.max(e,d);g=g.min.call(g,2147483648,d+(65536-d%65536)%65536);a:{d=ja.buffer;try{ja.grow(g-d.byteLength+65535>>>16);l();var t=1;break a}catch(aa){}t=void 0}if(t)return!0}return!1}};(function(){function e(g,t){a.asm=g.exports;ja=a.asm.e;l();oa.unshift(a.asm.f);ba--;a.monitorRunDependencies&&a.monitorRunDependencies(ba);0==ba&&(null!==qa&&(clearInterval(qa),qa=null),ha&&(g=ha,ha=null,g()))}function b(g){e(g.instance)}
+function c(g){return q().then(function(t){return WebAssembly.instantiate(t,d)}).then(function(t){return t}).then(g,function(t){da("failed to asynchronously prepare wasm: "+t);y(t)})}var d={a:qd};ba++;a.monitorRunDependencies&&a.monitorRunDependencies(ba);if(a.instantiateWasm)try{return a.instantiateWasm(d,e)}catch(g){da("Module.instantiateWasm callback failed with error: "+g),ka(g)}(function(){return ea||"function"!=typeof WebAssembly.instantiateStreaming||P.startsWith("data:application/octet-stream;base64,")||
+P.startsWith("file://")||Ua||"function"!=typeof fetch?c(b):fetch(P,{credentials:"same-origin"}).then(function(g){return WebAssembly.instantiateStreaming(g,d).then(b,function(t){da("wasm streaming compile failed: "+t);da("falling back to ArrayBuffer instantiation");return c(b)})})})().catch(ka);return{}})();var Xa=a._emscripten_bind_VoidPtr___destroy___0=function(){return(Xa=a._emscripten_bind_VoidPtr___destroy___0=a.asm.h).apply(null,arguments)},za=a._emscripten_bind_DecoderBuffer_DecoderBuffer_0=
+function(){return(za=a._emscripten_bind_DecoderBuffer_DecoderBuffer_0=a.asm.i).apply(null,arguments)},Ya=a._emscripten_bind_DecoderBuffer_Init_2=function(){return(Ya=a._emscripten_bind_DecoderBuffer_Init_2=a.asm.j).apply(null,arguments)},Za=a._emscripten_bind_DecoderBuffer___destroy___0=function(){return(Za=a._emscripten_bind_DecoderBuffer___destroy___0=a.asm.k).apply(null,arguments)},Aa=a._emscripten_bind_AttributeTransformData_AttributeTransformData_0=function(){return(Aa=a._emscripten_bind_AttributeTransformData_AttributeTransformData_0=
+a.asm.l).apply(null,arguments)},$a=a._emscripten_bind_AttributeTransformData_transform_type_0=function(){return($a=a._emscripten_bind_AttributeTransformData_transform_type_0=a.asm.m).apply(null,arguments)},ab=a._emscripten_bind_AttributeTransformData___destroy___0=function(){return(ab=a._emscripten_bind_AttributeTransformData___destroy___0=a.asm.n).apply(null,arguments)},Ba=a._emscripten_bind_GeometryAttribute_GeometryAttribute_0=function(){return(Ba=a._emscripten_bind_GeometryAttribute_GeometryAttribute_0=
+a.asm.o).apply(null,arguments)},bb=a._emscripten_bind_GeometryAttribute___destroy___0=function(){return(bb=a._emscripten_bind_GeometryAttribute___destroy___0=a.asm.p).apply(null,arguments)},Ca=a._emscripten_bind_PointAttribute_PointAttribute_0=function(){return(Ca=a._emscripten_bind_PointAttribute_PointAttribute_0=a.asm.q).apply(null,arguments)},cb=a._emscripten_bind_PointAttribute_size_0=function(){return(cb=a._emscripten_bind_PointAttribute_size_0=a.asm.r).apply(null,arguments)},db=a._emscripten_bind_PointAttribute_GetAttributeTransformData_0=
+function(){return(db=a._emscripten_bind_PointAttribute_GetAttributeTransformData_0=a.asm.s).apply(null,arguments)},eb=a._emscripten_bind_PointAttribute_attribute_type_0=function(){return(eb=a._emscripten_bind_PointAttribute_attribute_type_0=a.asm.t).apply(null,arguments)},fb=a._emscripten_bind_PointAttribute_data_type_0=function(){return(fb=a._emscripten_bind_PointAttribute_data_type_0=a.asm.u).apply(null,arguments)},gb=a._emscripten_bind_PointAttribute_num_components_0=function(){return(gb=a._emscripten_bind_PointAttribute_num_components_0=
+a.asm.v).apply(null,arguments)},hb=a._emscripten_bind_PointAttribute_normalized_0=function(){return(hb=a._emscripten_bind_PointAttribute_normalized_0=a.asm.w).apply(null,arguments)},ib=a._emscripten_bind_PointAttribute_byte_stride_0=function(){return(ib=a._emscripten_bind_PointAttribute_byte_stride_0=a.asm.x).apply(null,arguments)},jb=a._emscripten_bind_PointAttribute_byte_offset_0=function(){return(jb=a._emscripten_bind_PointAttribute_byte_offset_0=a.asm.y).apply(null,arguments)},kb=a._emscripten_bind_PointAttribute_unique_id_0=
+function(){return(kb=a._emscripten_bind_PointAttribute_unique_id_0=a.asm.z).apply(null,arguments)},lb=a._emscripten_bind_PointAttribute___destroy___0=function(){return(lb=a._emscripten_bind_PointAttribute___destroy___0=a.asm.A).apply(null,arguments)},Da=a._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=function(){return(Da=a._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=a.asm.B).apply(null,arguments)},mb=a._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=
+function(){return(mb=a._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=a.asm.C).apply(null,arguments)},nb=a._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=function(){return(nb=a._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=a.asm.D).apply(null,arguments)},ob=a._emscripten_bind_AttributeQuantizationTransform_min_value_1=function(){return(ob=a._emscripten_bind_AttributeQuantizationTransform_min_value_1=a.asm.E).apply(null,arguments)},pb=
+a._emscripten_bind_AttributeQuantizationTransform_range_0=function(){return(pb=a._emscripten_bind_AttributeQuantizationTransform_range_0=a.asm.F).apply(null,arguments)},qb=a._emscripten_bind_AttributeQuantizationTransform___destroy___0=function(){return(qb=a._emscripten_bind_AttributeQuantizationTransform___destroy___0=a.asm.G).apply(null,arguments)},Ea=a._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=function(){return(Ea=a._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=
+a.asm.H).apply(null,arguments)},rb=a._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=function(){return(rb=a._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=a.asm.I).apply(null,arguments)},sb=a._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=function(){return(sb=a._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=a.asm.J).apply(null,arguments)},tb=a._emscripten_bind_AttributeOctahedronTransform___destroy___0=function(){return(tb=
+a._emscripten_bind_AttributeOctahedronTransform___destroy___0=a.asm.K).apply(null,arguments)},Fa=a._emscripten_bind_PointCloud_PointCloud_0=function(){return(Fa=a._emscripten_bind_PointCloud_PointCloud_0=a.asm.L).apply(null,arguments)},ub=a._emscripten_bind_PointCloud_num_attributes_0=function(){return(ub=a._emscripten_bind_PointCloud_num_attributes_0=a.asm.M).apply(null,arguments)},vb=a._emscripten_bind_PointCloud_num_points_0=function(){return(vb=a._emscripten_bind_PointCloud_num_points_0=a.asm.N).apply(null,
+arguments)},wb=a._emscripten_bind_PointCloud___destroy___0=function(){return(wb=a._emscripten_bind_PointCloud___destroy___0=a.asm.O).apply(null,arguments)},Ga=a._emscripten_bind_Mesh_Mesh_0=function(){return(Ga=a._emscripten_bind_Mesh_Mesh_0=a.asm.P).apply(null,arguments)},xb=a._emscripten_bind_Mesh_num_faces_0=function(){return(xb=a._emscripten_bind_Mesh_num_faces_0=a.asm.Q).apply(null,arguments)},yb=a._emscripten_bind_Mesh_num_attributes_0=function(){return(yb=a._emscripten_bind_Mesh_num_attributes_0=
+a.asm.R).apply(null,arguments)},zb=a._emscripten_bind_Mesh_num_points_0=function(){return(zb=a._emscripten_bind_Mesh_num_points_0=a.asm.S).apply(null,arguments)},Ab=a._emscripten_bind_Mesh___destroy___0=function(){return(Ab=a._emscripten_bind_Mesh___destroy___0=a.asm.T).apply(null,arguments)},Ha=a._emscripten_bind_Metadata_Metadata_0=function(){return(Ha=a._emscripten_bind_Metadata_Metadata_0=a.asm.U).apply(null,arguments)},Bb=a._emscripten_bind_Metadata___destroy___0=function(){return(Bb=a._emscripten_bind_Metadata___destroy___0=
+a.asm.V).apply(null,arguments)},Cb=a._emscripten_bind_Status_code_0=function(){return(Cb=a._emscripten_bind_Status_code_0=a.asm.W).apply(null,arguments)},Db=a._emscripten_bind_Status_ok_0=function(){return(Db=a._emscripten_bind_Status_ok_0=a.asm.X).apply(null,arguments)},Eb=a._emscripten_bind_Status_error_msg_0=function(){return(Eb=a._emscripten_bind_Status_error_msg_0=a.asm.Y).apply(null,arguments)},Fb=a._emscripten_bind_Status___destroy___0=function(){return(Fb=a._emscripten_bind_Status___destroy___0=
+a.asm.Z).apply(null,arguments)},Ia=a._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=function(){return(Ia=a._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=a.asm._).apply(null,arguments)},Gb=a._emscripten_bind_DracoFloat32Array_GetValue_1=function(){return(Gb=a._emscripten_bind_DracoFloat32Array_GetValue_1=a.asm.$).apply(null,arguments)},Hb=a._emscripten_bind_DracoFloat32Array_size_0=function(){return(Hb=a._emscripten_bind_DracoFloat32Array_size_0=a.asm.aa).apply(null,arguments)},Ib=
+a._emscripten_bind_DracoFloat32Array___destroy___0=function(){return(Ib=a._emscripten_bind_DracoFloat32Array___destroy___0=a.asm.ba).apply(null,arguments)},Ja=a._emscripten_bind_DracoInt8Array_DracoInt8Array_0=function(){return(Ja=a._emscripten_bind_DracoInt8Array_DracoInt8Array_0=a.asm.ca).apply(null,arguments)},Jb=a._emscripten_bind_DracoInt8Array_GetValue_1=function(){return(Jb=a._emscripten_bind_DracoInt8Array_GetValue_1=a.asm.da).apply(null,arguments)},Kb=a._emscripten_bind_DracoInt8Array_size_0=
+function(){return(Kb=a._emscripten_bind_DracoInt8Array_size_0=a.asm.ea).apply(null,arguments)},Lb=a._emscripten_bind_DracoInt8Array___destroy___0=function(){return(Lb=a._emscripten_bind_DracoInt8Array___destroy___0=a.asm.fa).apply(null,arguments)},Ka=a._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=function(){return(Ka=a._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=a.asm.ga).apply(null,arguments)},Mb=a._emscripten_bind_DracoUInt8Array_GetValue_1=function(){return(Mb=a._emscripten_bind_DracoUInt8Array_GetValue_1=
+a.asm.ha).apply(null,arguments)},Nb=a._emscripten_bind_DracoUInt8Array_size_0=function(){return(Nb=a._emscripten_bind_DracoUInt8Array_size_0=a.asm.ia).apply(null,arguments)},Ob=a._emscripten_bind_DracoUInt8Array___destroy___0=function(){return(Ob=a._emscripten_bind_DracoUInt8Array___destroy___0=a.asm.ja).apply(null,arguments)},La=a._emscripten_bind_DracoInt16Array_DracoInt16Array_0=function(){return(La=a._emscripten_bind_DracoInt16Array_DracoInt16Array_0=a.asm.ka).apply(null,arguments)},Pb=a._emscripten_bind_DracoInt16Array_GetValue_1=
+function(){return(Pb=a._emscripten_bind_DracoInt16Array_GetValue_1=a.asm.la).apply(null,arguments)},Qb=a._emscripten_bind_DracoInt16Array_size_0=function(){return(Qb=a._emscripten_bind_DracoInt16Array_size_0=a.asm.ma).apply(null,arguments)},Rb=a._emscripten_bind_DracoInt16Array___destroy___0=function(){return(Rb=a._emscripten_bind_DracoInt16Array___destroy___0=a.asm.na).apply(null,arguments)},Ma=a._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=function(){return(Ma=a._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=
+a.asm.oa).apply(null,arguments)},Sb=a._emscripten_bind_DracoUInt16Array_GetValue_1=function(){return(Sb=a._emscripten_bind_DracoUInt16Array_GetValue_1=a.asm.pa).apply(null,arguments)},Tb=a._emscripten_bind_DracoUInt16Array_size_0=function(){return(Tb=a._emscripten_bind_DracoUInt16Array_size_0=a.asm.qa).apply(null,arguments)},Ub=a._emscripten_bind_DracoUInt16Array___destroy___0=function(){return(Ub=a._emscripten_bind_DracoUInt16Array___destroy___0=a.asm.ra).apply(null,arguments)},Na=a._emscripten_bind_DracoInt32Array_DracoInt32Array_0=
+function(){return(Na=a._emscripten_bind_DracoInt32Array_DracoInt32Array_0=a.asm.sa).apply(null,arguments)},Vb=a._emscripten_bind_DracoInt32Array_GetValue_1=function(){return(Vb=a._emscripten_bind_DracoInt32Array_GetValue_1=a.asm.ta).apply(null,arguments)},Wb=a._emscripten_bind_DracoInt32Array_size_0=function(){return(Wb=a._emscripten_bind_DracoInt32Array_size_0=a.asm.ua).apply(null,arguments)},Xb=a._emscripten_bind_DracoInt32Array___destroy___0=function(){return(Xb=a._emscripten_bind_DracoInt32Array___destroy___0=
+a.asm.va).apply(null,arguments)},Oa=a._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=function(){return(Oa=a._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=a.asm.wa).apply(null,arguments)},Yb=a._emscripten_bind_DracoUInt32Array_GetValue_1=function(){return(Yb=a._emscripten_bind_DracoUInt32Array_GetValue_1=a.asm.xa).apply(null,arguments)},Zb=a._emscripten_bind_DracoUInt32Array_size_0=function(){return(Zb=a._emscripten_bind_DracoUInt32Array_size_0=a.asm.ya).apply(null,arguments)},$b=a._emscripten_bind_DracoUInt32Array___destroy___0=
+function(){return($b=a._emscripten_bind_DracoUInt32Array___destroy___0=a.asm.za).apply(null,arguments)},Pa=a._emscripten_bind_MetadataQuerier_MetadataQuerier_0=function(){return(Pa=a._emscripten_bind_MetadataQuerier_MetadataQuerier_0=a.asm.Aa).apply(null,arguments)},ac=a._emscripten_bind_MetadataQuerier_HasEntry_2=function(){return(ac=a._emscripten_bind_MetadataQuerier_HasEntry_2=a.asm.Ba).apply(null,arguments)},bc=a._emscripten_bind_MetadataQuerier_GetIntEntry_2=function(){return(bc=a._emscripten_bind_MetadataQuerier_GetIntEntry_2=
+a.asm.Ca).apply(null,arguments)},cc=a._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=function(){return(cc=a._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=a.asm.Da).apply(null,arguments)},dc=a._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=function(){return(dc=a._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=a.asm.Ea).apply(null,arguments)},ec=a._emscripten_bind_MetadataQuerier_GetStringEntry_2=function(){return(ec=a._emscripten_bind_MetadataQuerier_GetStringEntry_2=a.asm.Fa).apply(null,
+arguments)},fc=a._emscripten_bind_MetadataQuerier_NumEntries_1=function(){return(fc=a._emscripten_bind_MetadataQuerier_NumEntries_1=a.asm.Ga).apply(null,arguments)},gc=a._emscripten_bind_MetadataQuerier_GetEntryName_2=function(){return(gc=a._emscripten_bind_MetadataQuerier_GetEntryName_2=a.asm.Ha).apply(null,arguments)},hc=a._emscripten_bind_MetadataQuerier___destroy___0=function(){return(hc=a._emscripten_bind_MetadataQuerier___destroy___0=a.asm.Ia).apply(null,arguments)},Qa=a._emscripten_bind_Decoder_Decoder_0=
+function(){return(Qa=a._emscripten_bind_Decoder_Decoder_0=a.asm.Ja).apply(null,arguments)},ic=a._emscripten_bind_Decoder_DecodeArrayToPointCloud_3=function(){return(ic=a._emscripten_bind_Decoder_DecodeArrayToPointCloud_3=a.asm.Ka).apply(null,arguments)},jc=a._emscripten_bind_Decoder_DecodeArrayToMesh_3=function(){return(jc=a._emscripten_bind_Decoder_DecodeArrayToMesh_3=a.asm.La).apply(null,arguments)},kc=a._emscripten_bind_Decoder_GetAttributeId_2=function(){return(kc=a._emscripten_bind_Decoder_GetAttributeId_2=
+a.asm.Ma).apply(null,arguments)},lc=a._emscripten_bind_Decoder_GetAttributeIdByName_2=function(){return(lc=a._emscripten_bind_Decoder_GetAttributeIdByName_2=a.asm.Na).apply(null,arguments)},mc=a._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=function(){return(mc=a._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=a.asm.Oa).apply(null,arguments)},nc=a._emscripten_bind_Decoder_GetAttribute_2=function(){return(nc=a._emscripten_bind_Decoder_GetAttribute_2=a.asm.Pa).apply(null,arguments)},
+oc=a._emscripten_bind_Decoder_GetAttributeByUniqueId_2=function(){return(oc=a._emscripten_bind_Decoder_GetAttributeByUniqueId_2=a.asm.Qa).apply(null,arguments)},pc=a._emscripten_bind_Decoder_GetMetadata_1=function(){return(pc=a._emscripten_bind_Decoder_GetMetadata_1=a.asm.Ra).apply(null,arguments)},qc=a._emscripten_bind_Decoder_GetAttributeMetadata_2=function(){return(qc=a._emscripten_bind_Decoder_GetAttributeMetadata_2=a.asm.Sa).apply(null,arguments)},rc=a._emscripten_bind_Decoder_GetFaceFromMesh_3=
+function(){return(rc=a._emscripten_bind_Decoder_GetFaceFromMesh_3=a.asm.Ta).apply(null,arguments)},sc=a._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=function(){return(sc=a._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=a.asm.Ua).apply(null,arguments)},tc=a._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=function(){return(tc=a._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=a.asm.Va).apply(null,arguments)},uc=a._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=function(){return(uc=
+a._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=a.asm.Wa).apply(null,arguments)},vc=a._emscripten_bind_Decoder_GetAttributeFloat_3=function(){return(vc=a._emscripten_bind_Decoder_GetAttributeFloat_3=a.asm.Xa).apply(null,arguments)},wc=a._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=function(){return(wc=a._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=a.asm.Ya).apply(null,arguments)},xc=a._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=function(){return(xc=a._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=
+a.asm.Za).apply(null,arguments)},yc=a._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=function(){return(yc=a._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=a.asm._a).apply(null,arguments)},zc=a._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=function(){return(zc=a._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=a.asm.$a).apply(null,arguments)},Ac=a._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=function(){return(Ac=a._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=
+a.asm.ab).apply(null,arguments)},Bc=a._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=function(){return(Bc=a._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=a.asm.bb).apply(null,arguments)},Cc=a._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=function(){return(Cc=a._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=a.asm.cb).apply(null,arguments)},Dc=a._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=function(){return(Dc=a._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=
+a.asm.db).apply(null,arguments)},Ec=a._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=function(){return(Ec=a._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=a.asm.eb).apply(null,arguments)},Fc=a._emscripten_bind_Decoder_SkipAttributeTransform_1=function(){return(Fc=a._emscripten_bind_Decoder_SkipAttributeTransform_1=a.asm.fb).apply(null,arguments)},Gc=a._emscripten_bind_Decoder_GetEncodedGeometryType_Deprecated_1=function(){return(Gc=a._emscripten_bind_Decoder_GetEncodedGeometryType_Deprecated_1=
+a.asm.gb).apply(null,arguments)},Hc=a._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=function(){return(Hc=a._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=a.asm.hb).apply(null,arguments)},Ic=a._emscripten_bind_Decoder_DecodeBufferToMesh_2=function(){return(Ic=a._emscripten_bind_Decoder_DecodeBufferToMesh_2=a.asm.ib).apply(null,arguments)},Jc=a._emscripten_bind_Decoder___destroy___0=function(){return(Jc=a._emscripten_bind_Decoder___destroy___0=a.asm.jb).apply(null,arguments)},Kc=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=
+function(){return(Kc=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=a.asm.kb).apply(null,arguments)},Lc=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=function(){return(Lc=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=a.asm.lb).apply(null,arguments)},Mc=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=function(){return(Mc=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=
+a.asm.mb).apply(null,arguments)},Nc=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=function(){return(Nc=a._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=a.asm.nb).apply(null,arguments)},Oc=a._emscripten_enum_draco_GeometryAttribute_Type_INVALID=function(){return(Oc=a._emscripten_enum_draco_GeometryAttribute_Type_INVALID=a.asm.ob).apply(null,arguments)},Pc=a._emscripten_enum_draco_GeometryAttribute_Type_POSITION=function(){return(Pc=a._emscripten_enum_draco_GeometryAttribute_Type_POSITION=
+a.asm.pb).apply(null,arguments)},Qc=a._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=function(){return(Qc=a._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=a.asm.qb).apply(null,arguments)},Rc=a._emscripten_enum_draco_GeometryAttribute_Type_COLOR=function(){return(Rc=a._emscripten_enum_draco_GeometryAttribute_Type_COLOR=a.asm.rb).apply(null,arguments)},Sc=a._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=function(){return(Sc=a._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=
+a.asm.sb).apply(null,arguments)},Tc=a._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=function(){return(Tc=a._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=a.asm.tb).apply(null,arguments)},Uc=a._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=function(){return(Uc=a._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=a.asm.ub).apply(null,arguments)},Vc=a._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=function(){return(Vc=a._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=
+a.asm.vb).apply(null,arguments)},Wc=a._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=function(){return(Wc=a._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=a.asm.wb).apply(null,arguments)},Xc=a._emscripten_enum_draco_DataType_DT_INVALID=function(){return(Xc=a._emscripten_enum_draco_DataType_DT_INVALID=a.asm.xb).apply(null,arguments)},Yc=a._emscripten_enum_draco_DataType_DT_INT8=function(){return(Yc=a._emscripten_enum_draco_DataType_DT_INT8=a.asm.yb).apply(null,arguments)},Zc=
+a._emscripten_enum_draco_DataType_DT_UINT8=function(){return(Zc=a._emscripten_enum_draco_DataType_DT_UINT8=a.asm.zb).apply(null,arguments)},$c=a._emscripten_enum_draco_DataType_DT_INT16=function(){return($c=a._emscripten_enum_draco_DataType_DT_INT16=a.asm.Ab).apply(null,arguments)},ad=a._emscripten_enum_draco_DataType_DT_UINT16=function(){return(ad=a._emscripten_enum_draco_DataType_DT_UINT16=a.asm.Bb).apply(null,arguments)},bd=a._emscripten_enum_draco_DataType_DT_INT32=function(){return(bd=a._emscripten_enum_draco_DataType_DT_INT32=
+a.asm.Cb).apply(null,arguments)},cd=a._emscripten_enum_draco_DataType_DT_UINT32=function(){return(cd=a._emscripten_enum_draco_DataType_DT_UINT32=a.asm.Db).apply(null,arguments)},dd=a._emscripten_enum_draco_DataType_DT_INT64=function(){return(dd=a._emscripten_enum_draco_DataType_DT_INT64=a.asm.Eb).apply(null,arguments)},ed=a._emscripten_enum_draco_DataType_DT_UINT64=function(){return(ed=a._emscripten_enum_draco_DataType_DT_UINT64=a.asm.Fb).apply(null,arguments)},fd=a._emscripten_enum_draco_DataType_DT_FLOAT32=
+function(){return(fd=a._emscripten_enum_draco_DataType_DT_FLOAT32=a.asm.Gb).apply(null,arguments)},gd=a._emscripten_enum_draco_DataType_DT_FLOAT64=function(){return(gd=a._emscripten_enum_draco_DataType_DT_FLOAT64=a.asm.Hb).apply(null,arguments)},hd=a._emscripten_enum_draco_DataType_DT_BOOL=function(){return(hd=a._emscripten_enum_draco_DataType_DT_BOOL=a.asm.Ib).apply(null,arguments)},id=a._emscripten_enum_draco_DataType_DT_TYPES_COUNT=function(){return(id=a._emscripten_enum_draco_DataType_DT_TYPES_COUNT=
+a.asm.Jb).apply(null,arguments)},jd=a._emscripten_enum_draco_StatusCode_OK=function(){return(jd=a._emscripten_enum_draco_StatusCode_OK=a.asm.Kb).apply(null,arguments)},kd=a._emscripten_enum_draco_StatusCode_DRACO_ERROR=function(){return(kd=a._emscripten_enum_draco_StatusCode_DRACO_ERROR=a.asm.Lb).apply(null,arguments)},ld=a._emscripten_enum_draco_StatusCode_IO_ERROR=function(){return(ld=a._emscripten_enum_draco_StatusCode_IO_ERROR=a.asm.Mb).apply(null,arguments)},md=a._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=
+function(){return(md=a._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=a.asm.Nb).apply(null,arguments)},nd=a._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=function(){return(nd=a._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=a.asm.Ob).apply(null,arguments)},od=a._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=function(){return(od=a._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=a.asm.Pb).apply(null,arguments)};a._malloc=function(){return(a._malloc=a.asm.Qb).apply(null,arguments)};
+a._free=function(){return(a._free=a.asm.Rb).apply(null,arguments)};var ua=function(){return(ua=a.asm.Sb).apply(null,arguments)};a.___start_em_js=11660;a.___stop_em_js=11758;var la;ha=function b(){la||F();la||(ha=b)};if(a.preInit)for("function"==typeof a.preInit&&(a.preInit=[a.preInit]);0<a.preInit.length;)a.preInit.pop()();F();v.prototype=Object.create(v.prototype);v.prototype.constructor=v;v.prototype.__class__=v;v.__cache__={};a.WrapperObject=v;a.getCache=w;a.wrapPointer=B;a.castObject=function(b,
+c){return B(b.ptr,c)};a.NULL=B(0);a.destroy=function(b){if(!b.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";b.__destroy__();delete w(b.__class__)[b.ptr]};a.compare=function(b,c){return b.ptr===c.ptr};a.getPointer=function(b){return b.ptr};a.getClass=function(b){return b.__class__};var r={buffer:0,size:0,pos:0,temps:[],needed:0,prepare:function(){if(r.needed){for(var b=0;b<r.temps.length;b++)a._free(r.temps[b]);r.temps.length=0;a._free(r.buffer);r.buffer=0;r.size+=
+r.needed;r.needed=0}r.buffer||(r.size+=128,r.buffer=a._malloc(r.size),r.buffer||y(void 0));r.pos=0},alloc:function(b,c){r.buffer||y(void 0);b=b.length*c.BYTES_PER_ELEMENT;b=b+7&-8;r.pos+b>=r.size?(0<b||y(void 0),r.needed+=b,c=a._malloc(b),r.temps.push(c)):(c=r.buffer+r.pos,r.pos+=b);return c},copy:function(b,c,d){d>>>=0;switch(c.BYTES_PER_ELEMENT){case 2:d>>>=1;break;case 4:d>>>=2;break;case 8:d>>>=3}for(var g=0;g<b.length;g++)c[d+g]=b[g]}};X.prototype=Object.create(v.prototype);X.prototype.constructor=
+X;X.prototype.__class__=X;X.__cache__={};a.VoidPtr=X;X.prototype.__destroy__=X.prototype.__destroy__=function(){Xa(this.ptr)};S.prototype=Object.create(v.prototype);S.prototype.constructor=S;S.prototype.__class__=S;S.__cache__={};a.DecoderBuffer=S;S.prototype.Init=S.prototype.Init=function(b,c){var d=this.ptr;r.prepare();"object"==typeof b&&(b=Z(b));c&&"object"===typeof c&&(c=c.ptr);Ya(d,b,c)};S.prototype.__destroy__=S.prototype.__destroy__=function(){Za(this.ptr)};Q.prototype=Object.create(v.prototype);
+Q.prototype.constructor=Q;Q.prototype.__class__=Q;Q.__cache__={};a.AttributeTransformData=Q;Q.prototype.transform_type=Q.prototype.transform_type=function(){return $a(this.ptr)};Q.prototype.__destroy__=Q.prototype.__destroy__=function(){ab(this.ptr)};V.prototype=Object.create(v.prototype);V.prototype.constructor=V;V.prototype.__class__=V;V.__cache__={};a.GeometryAttribute=V;V.prototype.__destroy__=V.prototype.__destroy__=function(){bb(this.ptr)};x.prototype=Object.create(v.prototype);x.prototype.constructor=
+x;x.prototype.__class__=x;x.__cache__={};a.PointAttribute=x;x.prototype.size=x.prototype.size=function(){return cb(this.ptr)};x.prototype.GetAttributeTransformData=x.prototype.GetAttributeTransformData=function(){return B(db(this.ptr),Q)};x.prototype.attribute_type=x.prototype.attribute_type=function(){return eb(this.ptr)};x.prototype.data_type=x.prototype.data_type=function(){return fb(this.ptr)};x.prototype.num_components=x.prototype.num_components=function(){return gb(this.ptr)};x.prototype.normalized=
+x.prototype.normalized=function(){return!!hb(this.ptr)};x.prototype.byte_stride=x.prototype.byte_stride=function(){return ib(this.ptr)};x.prototype.byte_offset=x.prototype.byte_offset=function(){return jb(this.ptr)};x.prototype.unique_id=x.prototype.unique_id=function(){return kb(this.ptr)};x.prototype.__destroy__=x.prototype.__destroy__=function(){lb(this.ptr)};D.prototype=Object.create(v.prototype);D.prototype.constructor=D;D.prototype.__class__=D;D.__cache__={};a.AttributeQuantizationTransform=
+D;D.prototype.InitFromAttribute=D.prototype.InitFromAttribute=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return!!mb(c,b)};D.prototype.quantization_bits=D.prototype.quantization_bits=function(){return nb(this.ptr)};D.prototype.min_value=D.prototype.min_value=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return ob(c,b)};D.prototype.range=D.prototype.range=function(){return pb(this.ptr)};D.prototype.__destroy__=D.prototype.__destroy__=function(){qb(this.ptr)};G.prototype=
+Object.create(v.prototype);G.prototype.constructor=G;G.prototype.__class__=G;G.__cache__={};a.AttributeOctahedronTransform=G;G.prototype.InitFromAttribute=G.prototype.InitFromAttribute=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return!!rb(c,b)};G.prototype.quantization_bits=G.prototype.quantization_bits=function(){return sb(this.ptr)};G.prototype.__destroy__=G.prototype.__destroy__=function(){tb(this.ptr)};H.prototype=Object.create(v.prototype);H.prototype.constructor=H;H.prototype.__class__=
+H;H.__cache__={};a.PointCloud=H;H.prototype.num_attributes=H.prototype.num_attributes=function(){return ub(this.ptr)};H.prototype.num_points=H.prototype.num_points=function(){return vb(this.ptr)};H.prototype.__destroy__=H.prototype.__destroy__=function(){wb(this.ptr)};E.prototype=Object.create(v.prototype);E.prototype.constructor=E;E.prototype.__class__=E;E.__cache__={};a.Mesh=E;E.prototype.num_faces=E.prototype.num_faces=function(){return xb(this.ptr)};E.prototype.num_attributes=E.prototype.num_attributes=
+function(){return yb(this.ptr)};E.prototype.num_points=E.prototype.num_points=function(){return zb(this.ptr)};E.prototype.__destroy__=E.prototype.__destroy__=function(){Ab(this.ptr)};T.prototype=Object.create(v.prototype);T.prototype.constructor=T;T.prototype.__class__=T;T.__cache__={};a.Metadata=T;T.prototype.__destroy__=T.prototype.__destroy__=function(){Bb(this.ptr)};C.prototype=Object.create(v.prototype);C.prototype.constructor=C;C.prototype.__class__=C;C.__cache__={};a.Status=C;C.prototype.code=
+C.prototype.code=function(){return Cb(this.ptr)};C.prototype.ok=C.prototype.ok=function(){return!!Db(this.ptr)};C.prototype.error_msg=C.prototype.error_msg=function(){return p(Eb(this.ptr))};C.prototype.__destroy__=C.prototype.__destroy__=function(){Fb(this.ptr)};I.prototype=Object.create(v.prototype);I.prototype.constructor=I;I.prototype.__class__=I;I.__cache__={};a.DracoFloat32Array=I;I.prototype.GetValue=I.prototype.GetValue=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return Gb(c,
+b)};I.prototype.size=I.prototype.size=function(){return Hb(this.ptr)};I.prototype.__destroy__=I.prototype.__destroy__=function(){Ib(this.ptr)};J.prototype=Object.create(v.prototype);J.prototype.constructor=J;J.prototype.__class__=J;J.__cache__={};a.DracoInt8Array=J;J.prototype.GetValue=J.prototype.GetValue=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return Jb(c,b)};J.prototype.size=J.prototype.size=function(){return Kb(this.ptr)};J.prototype.__destroy__=J.prototype.__destroy__=function(){Lb(this.ptr)};
+K.prototype=Object.create(v.prototype);K.prototype.constructor=K;K.prototype.__class__=K;K.__cache__={};a.DracoUInt8Array=K;K.prototype.GetValue=K.prototype.GetValue=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return Mb(c,b)};K.prototype.size=K.prototype.size=function(){return Nb(this.ptr)};K.prototype.__destroy__=K.prototype.__destroy__=function(){Ob(this.ptr)};L.prototype=Object.create(v.prototype);L.prototype.constructor=L;L.prototype.__class__=L;L.__cache__={};a.DracoInt16Array=
+L;L.prototype.GetValue=L.prototype.GetValue=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return Pb(c,b)};L.prototype.size=L.prototype.size=function(){return Qb(this.ptr)};L.prototype.__destroy__=L.prototype.__destroy__=function(){Rb(this.ptr)};M.prototype=Object.create(v.prototype);M.prototype.constructor=M;M.prototype.__class__=M;M.__cache__={};a.DracoUInt16Array=M;M.prototype.GetValue=M.prototype.GetValue=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return Sb(c,b)};
+M.prototype.size=M.prototype.size=function(){return Tb(this.ptr)};M.prototype.__destroy__=M.prototype.__destroy__=function(){Ub(this.ptr)};N.prototype=Object.create(v.prototype);N.prototype.constructor=N;N.prototype.__class__=N;N.__cache__={};a.DracoInt32Array=N;N.prototype.GetValue=N.prototype.GetValue=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return Vb(c,b)};N.prototype.size=N.prototype.size=function(){return Wb(this.ptr)};N.prototype.__destroy__=N.prototype.__destroy__=function(){Xb(this.ptr)};
+O.prototype=Object.create(v.prototype);O.prototype.constructor=O;O.prototype.__class__=O;O.__cache__={};a.DracoUInt32Array=O;O.prototype.GetValue=O.prototype.GetValue=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return Yb(c,b)};O.prototype.size=O.prototype.size=function(){return Zb(this.ptr)};O.prototype.__destroy__=O.prototype.__destroy__=function(){$b(this.ptr)};z.prototype=Object.create(v.prototype);z.prototype.constructor=z;z.prototype.__class__=z;z.__cache__={};a.MetadataQuerier=
+z;z.prototype.HasEntry=z.prototype.HasEntry=function(b,c){var d=this.ptr;r.prepare();b&&"object"===typeof b&&(b=b.ptr);c=c&&"object"===typeof c?c.ptr:R(c);return!!ac(d,b,c)};z.prototype.GetIntEntry=z.prototype.GetIntEntry=function(b,c){var d=this.ptr;r.prepare();b&&"object"===typeof b&&(b=b.ptr);c=c&&"object"===typeof c?c.ptr:R(c);return bc(d,b,c)};z.prototype.GetIntEntryArray=z.prototype.GetIntEntryArray=function(b,c,d){var g=this.ptr;r.prepare();b&&"object"===typeof b&&(b=b.ptr);c=c&&"object"===
+typeof c?c.ptr:R(c);d&&"object"===typeof d&&(d=d.ptr);cc(g,b,c,d)};z.prototype.GetDoubleEntry=z.prototype.GetDoubleEntry=function(b,c){var d=this.ptr;r.prepare();b&&"object"===typeof b&&(b=b.ptr);c=c&&"object"===typeof c?c.ptr:R(c);return dc(d,b,c)};z.prototype.GetStringEntry=z.prototype.GetStringEntry=function(b,c){var d=this.ptr;r.prepare();b&&"object"===typeof b&&(b=b.ptr);c=c&&"object"===typeof c?c.ptr:R(c);return p(ec(d,b,c))};z.prototype.NumEntries=z.prototype.NumEntries=function(b){var c=this.ptr;
+b&&"object"===typeof b&&(b=b.ptr);return fc(c,b)};z.prototype.GetEntryName=z.prototype.GetEntryName=function(b,c){var d=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);return p(gc(d,b,c))};z.prototype.__destroy__=z.prototype.__destroy__=function(){hc(this.ptr)};m.prototype=Object.create(v.prototype);m.prototype.constructor=m;m.prototype.__class__=m;m.__cache__={};a.Decoder=m;m.prototype.DecodeArrayToPointCloud=m.prototype.DecodeArrayToPointCloud=function(b,c,d){var g=
+this.ptr;r.prepare();"object"==typeof b&&(b=Z(b));c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return B(ic(g,b,c,d),C)};m.prototype.DecodeArrayToMesh=m.prototype.DecodeArrayToMesh=function(b,c,d){var g=this.ptr;r.prepare();"object"==typeof b&&(b=Z(b));c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return B(jc(g,b,c,d),C)};m.prototype.GetAttributeId=m.prototype.GetAttributeId=function(b,c){var d=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&
+(c=c.ptr);return kc(d,b,c)};m.prototype.GetAttributeIdByName=m.prototype.GetAttributeIdByName=function(b,c){var d=this.ptr;r.prepare();b&&"object"===typeof b&&(b=b.ptr);c=c&&"object"===typeof c?c.ptr:R(c);return lc(d,b,c)};m.prototype.GetAttributeIdByMetadataEntry=m.prototype.GetAttributeIdByMetadataEntry=function(b,c,d){var g=this.ptr;r.prepare();b&&"object"===typeof b&&(b=b.ptr);c=c&&"object"===typeof c?c.ptr:R(c);d=d&&"object"===typeof d?d.ptr:R(d);return mc(g,b,c,d)};m.prototype.GetAttribute=
+m.prototype.GetAttribute=function(b,c){var d=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);return B(nc(d,b,c),x)};m.prototype.GetAttributeByUniqueId=m.prototype.GetAttributeByUniqueId=function(b,c){var d=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);return B(oc(d,b,c),x)};m.prototype.GetMetadata=m.prototype.GetMetadata=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return B(pc(c,b),T)};m.prototype.GetAttributeMetadata=m.prototype.GetAttributeMetadata=
+function(b,c){var d=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);return B(qc(d,b,c),T)};m.prototype.GetFaceFromMesh=m.prototype.GetFaceFromMesh=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!rc(g,b,c,d)};m.prototype.GetTriangleStripsFromMesh=m.prototype.GetTriangleStripsFromMesh=function(b,c){var d=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);
+return sc(d,b,c)};m.prototype.GetTrianglesUInt16Array=m.prototype.GetTrianglesUInt16Array=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!tc(g,b,c,d)};m.prototype.GetTrianglesUInt32Array=m.prototype.GetTrianglesUInt32Array=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!uc(g,b,c,d)};m.prototype.GetAttributeFloat=m.prototype.GetAttributeFloat=
+function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!vc(g,b,c,d)};m.prototype.GetAttributeFloatForAllPoints=m.prototype.GetAttributeFloatForAllPoints=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!wc(g,b,c,d)};m.prototype.GetAttributeIntForAllPoints=m.prototype.GetAttributeIntForAllPoints=function(b,c,d){var g=this.ptr;
+b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!xc(g,b,c,d)};m.prototype.GetAttributeInt8ForAllPoints=m.prototype.GetAttributeInt8ForAllPoints=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!yc(g,b,c,d)};m.prototype.GetAttributeUInt8ForAllPoints=m.prototype.GetAttributeUInt8ForAllPoints=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=
+b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!zc(g,b,c,d)};m.prototype.GetAttributeInt16ForAllPoints=m.prototype.GetAttributeInt16ForAllPoints=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Ac(g,b,c,d)};m.prototype.GetAttributeUInt16ForAllPoints=m.prototype.GetAttributeUInt16ForAllPoints=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&
+(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Bc(g,b,c,d)};m.prototype.GetAttributeInt32ForAllPoints=m.prototype.GetAttributeInt32ForAllPoints=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);return!!Cc(g,b,c,d)};m.prototype.GetAttributeUInt32ForAllPoints=m.prototype.GetAttributeUInt32ForAllPoints=function(b,c,d){var g=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===
+typeof d&&(d=d.ptr);return!!Dc(g,b,c,d)};m.prototype.GetAttributeDataArrayForAllPoints=m.prototype.GetAttributeDataArrayForAllPoints=function(b,c,d,g,t){var aa=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);d&&"object"===typeof d&&(d=d.ptr);g&&"object"===typeof g&&(g=g.ptr);t&&"object"===typeof t&&(t=t.ptr);return!!Ec(aa,b,c,d,g,t)};m.prototype.SkipAttributeTransform=m.prototype.SkipAttributeTransform=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);Fc(c,
+b)};m.prototype.GetEncodedGeometryType_Deprecated=m.prototype.GetEncodedGeometryType_Deprecated=function(b){var c=this.ptr;b&&"object"===typeof b&&(b=b.ptr);return Gc(c,b)};m.prototype.DecodeBufferToPointCloud=m.prototype.DecodeBufferToPointCloud=function(b,c){var d=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===typeof c&&(c=c.ptr);return B(Hc(d,b,c),C)};m.prototype.DecodeBufferToMesh=m.prototype.DecodeBufferToMesh=function(b,c){var d=this.ptr;b&&"object"===typeof b&&(b=b.ptr);c&&"object"===
+typeof c&&(c=c.ptr);return B(Ic(d,b,c),C)};m.prototype.__destroy__=m.prototype.__destroy__=function(){Jc(this.ptr)};(function(){function b(){a.ATTRIBUTE_INVALID_TRANSFORM=Kc();a.ATTRIBUTE_NO_TRANSFORM=Lc();a.ATTRIBUTE_QUANTIZATION_TRANSFORM=Mc();a.ATTRIBUTE_OCTAHEDRON_TRANSFORM=Nc();a.INVALID=Oc();a.POSITION=Pc();a.NORMAL=Qc();a.COLOR=Rc();a.TEX_COORD=Sc();a.GENERIC=Tc();a.INVALID_GEOMETRY_TYPE=Uc();a.POINT_CLOUD=Vc();a.TRIANGULAR_MESH=Wc();a.DT_INVALID=Xc();a.DT_INT8=Yc();a.DT_UINT8=Zc();a.DT_INT16=
+$c();a.DT_UINT16=ad();a.DT_INT32=bd();a.DT_UINT32=cd();a.DT_INT64=dd();a.DT_UINT64=ed();a.DT_FLOAT32=fd();a.DT_FLOAT64=gd();a.DT_BOOL=hd();a.DT_TYPES_COUNT=id();a.OK=jd();a.DRACO_ERROR=kd();a.IO_ERROR=ld();a.INVALID_PARAMETER=md();a.UNSUPPORTED_VERSION=nd();a.UNKNOWN_VERSION=od()}va?b():oa.unshift(b)})();if("function"===typeof a.onModuleParsed)a.onModuleParsed();a.Decoder.prototype.GetEncodedGeometryType=function(b){if(b.__class__&&b.__class__===a.DecoderBuffer)return a.Decoder.prototype.GetEncodedGeometryType_Deprecated(b);
+if(8>b.byteLength)return a.INVALID_GEOMETRY_TYPE;switch(b[7]){case 0:return a.POINT_CLOUD;case 1:return a.TRIANGULAR_MESH;default:return a.INVALID_GEOMETRY_TYPE}};return n.ready}}();"object"===typeof exports&&"object"===typeof module?module.exports=DracoDecoderModule:"function"===typeof define&&define.amd?define([],function(){return DracoDecoderModule}):"object"===typeof exports&&(exports.DracoDecoderModule=DracoDecoderModule);

BIN
public/model/glft/cf/dscf.glb


BIN
public/model/glft/cf/lmcfSide.glb


BIN
public/model/glft/fire/laneway.glb


BIN
public/model/glft/fire/workFace.glb


BIN
public/model/glft/fm/Fm-door-animation.glb


BIN
public/model/glft/fm/Fm-door.glb


BIN
public/model/glft/fm/Fm-onlylanewary.glb


BIN
public/model/glft/fm/Fm-overall.glb


BIN
public/model/glft/fm/Fm-wallonly.glb


BIN
public/model/img/error-location.png


BIN
public/model/img/location.png


BIN
public/model/img/roundPoint.png


BIN
public/model/img/warning-location.png


+ 7 - 7
src/App.vue

@@ -1,6 +1,6 @@
 <template>
   <AdaptiveContainer :options="{ width: width, height: height }" style="overflow-y: hidden">
-    <ConfigProvider :locale="getAntdLocale">
+    <ConfigProvider :locale="getAntdLocale" prefixCls="zxm">
       <AppProvider>
         <RouterView />
       </AppProvider>
@@ -19,12 +19,6 @@
   // 解决日期时间国际化问题
   import 'dayjs/locale/zh-cn';
 
-  // ConfigProvider.config({
-  //   prefixCls: 'vent-base',
-  //   theme: {
-  //     primaryColor: '#1890ff',
-  //   },
-  // });
 
   // support Multi-language
   const { getAntdLocale } = useLocale();
@@ -48,4 +42,10 @@
     font-weight: normal;
     font-style: normal;
   }
+  @font-face {
+    font-family: 'numberFont';
+    src: url('/@/assets/font/yjsz.TTF');
+    font-weight: normal;
+    font-style: normal;
+  }
 </style>

+ 1 - 1
src/api/sys/vent.ts

@@ -1,6 +1,6 @@
 import { defHttp } from '/@/utils/http/axios';
 enum Api {
-  allTableHeaderColumns = '/ventanaly-device/safety/ventanalyShowColum/show_colum',
+  allTableHeaderColumns = '/safety/ventanalyShowColum/show_colum',
 }
 
 export const getAllTableHeaderColumnsApi = () => {

+ 1 - 1
src/api/vent/index.ts

@@ -1,7 +1,7 @@
 import { defHttp } from '/@/utils/http/axios';
 
 enum Api {
-  DEVICE_CONTROL = '/ventanaly-device/safety/ventanalyMonitorData/devicecontrol', // 开关控制
+  DEVICE_CONTROL = '/safety/ventanalyMonitorData/devicecontrol', // 开关控制
 }
 
 // Get personal center-basic settings

BIN
src/assets/images/vent/loading-bg.png


BIN
src/assets/images/vent/new-home/base-icon1.png


BIN
src/assets/images/vent/new-home/base-icon2.png


BIN
src/assets/images/vent/new-home/container-title-bg.png


BIN
src/assets/images/vent/new-home/fengliang-bg.png


BIN
src/assets/images/vent/new-home/header-bg.png


BIN
src/assets/images/vent/new-home/home-btn.png


BIN
src/assets/images/vent/new-home/num-bg.png


BIN
src/assets/images/vent/new-home/report01.png


BIN
src/assets/images/vent/new-home/report02.png


BIN
src/assets/images/vent/new-home/warning-bg.png


+ 1 - 1
src/components/Application/src/AppDarkModeToggle.vue

@@ -7,7 +7,7 @@
 </template>
 <script lang="ts" setup>
   import { computed, unref } from 'vue';
-  import { SvgIcon } from '/@/components/Icon';
+  import { Icon as SvgIcon } from '/@/components/Icon';
   import { useDesign } from '/@/hooks/web/useDesign';
   import { useRootSetting } from '/@/hooks/setting/useRootSetting';
   import { updateHeaderBgColor, updateSidebarBgColor } from '/@/logics/theme/updateBackground';

+ 2 - 1
src/components/Application/src/AppLocalePicker.vue

@@ -68,8 +68,9 @@
 </script>
 
 <style lang="less">
+  @ventSpace: zxm;
   .app-locale-picker-overlay {
-    .ant-dropdown-menu-item {
+    .@{ventSpace}-dropdown-menu-item {
       min-width: 160px;
     }
   }

+ 3 - 1
src/components/Button/src/BasicButton.vue

@@ -23,6 +23,8 @@
   import Icon from '/@/components/Icon/src/Icon.vue';
   import { buttonProps } from './props';
   import { useAttrs } from '/@/hooks/core/useAttrs';
+  import { antPrefixCls } from '/@/settings/designSetting'
+
   const props = defineProps(buttonProps);
   // get component class
   const attrs = useAttrs({ excludeDefaultKeys: false });
@@ -30,7 +32,7 @@
     const { color, disabled } = props;
     return [
       {
-        [`ant-btn-${color}`]: !!color,
+        [`${antPrefixCls}-btn-${color}`]: !!color,
         [`is-disabled`]: disabled,
       },
     ];

+ 2 - 1
src/components/Button/src/JUploadButton.vue

@@ -23,6 +23,7 @@
   import Icon from '/@/components/Icon/src/Icon.vue';
   import { buttonProps } from './props';
   import { useAttrs } from '/@/hooks/core/useAttrs';
+  import { antPrefixCls } from '/@/settings/designSetting'
   const props = defineProps(buttonProps);
   // get component class
   const attrs = useAttrs({ excludeDefaultKeys: false });
@@ -30,7 +31,7 @@
     const { color, disabled } = props;
     return [
       {
-        [`ant-btn-${color}`]: !!color,
+        [`${antPrefixCls}-btn-${color}`]: !!color,
         [`is-disabled`]: disabled,
       },
     ];

+ 7 - 5
src/components/ContextMenu/src/ContextMenu.vue

@@ -135,6 +135,8 @@
 
   @large-height: 36px !important;
 
+  @ventSpace: zxm;
+
   .item-style() {
     li {
       display: inline-block;
@@ -151,7 +153,7 @@
         margin: 0 !important;
       }
 
-      &:not(.ant-menu-item-disabled):hover {
+      &:not(.@{ventSpace}-menu-item-disabled):hover {
         color: @text-color-base;
         background-color: @item-hover-bg;
       }
@@ -176,20 +178,20 @@
 
     .item-style();
 
-    .ant-divider {
+    .@{ventSpace}-divider {
       margin: 0 0;
     }
 
     &__popup {
-      .ant-divider {
+      .@{ventSpace}-divider {
         margin: 0 0;
       }
 
       .item-style();
     }
 
-    .ant-menu-submenu-title,
-    .ant-menu-item {
+    .@{ventSpace}-menu-submenu-title,
+    .@{ventSpace}-menu-item {
       padding: 0 !important;
     }
   }

+ 3 - 2
src/components/CountDown/src/CountdownInput.vue

@@ -39,9 +39,10 @@
 </script>
 <style lang="less">
   @prefix-cls: ~'@{namespace}-countdown-input';
-
+  @ventSpace: zxm;
+  
   .@{prefix-cls} {
-    .ant-input-group-addon {
+    .@{ventSpace}-input-group-addon {
       padding-right: 0;
       background-color: transparent;
       border: none;

+ 8 - 7
src/components/Drawer/src/BasicDrawer.vue

@@ -178,19 +178,20 @@
   @detail-header-height: 40px;
   @prefix-cls: ~'@{namespace}-basic-drawer';
   @prefix-cls-detail: ~'@{namespace}-basic-drawer__detail';
+  @ventSpace: zxm;
 
   .@{prefix-cls} {
-    .ant-drawer-wrapper-body {
+    .@{ventSpace}-drawer-wrapper-body {
       overflow: hidden;
     }
 
-    .ant-drawer-close {
+    .@{ventSpace}-drawer-close {
       &:hover {
         color: @error-color;
       }
     }
 
-    .ant-drawer-body {
+    .@{ventSpace}-drawer-body {
       height: calc(100% - @header-height);
       padding: 0;
       background-color: @component-background;
@@ -209,7 +210,7 @@
   .@{prefix-cls-detail} {
     position: absolute;
 
-    .ant-drawer-header {
+    .@{ventSpace}-drawer-header {
       width: 100%;
       height: @detail-header-height;
       padding: 0;
@@ -217,11 +218,11 @@
       box-sizing: border-box;
     }
 
-    .ant-drawer-title {
+    .@{ventSpace}-drawer-title {
       height: 100%;
     }
 
-    .ant-drawer-close {
+    .@{ventSpace}-drawer-close {
       height: @detail-header-height;
       line-height: @detail-header-height;
     }
@@ -230,7 +231,7 @@
       padding: 0 !important;
     }
 
-    .ant-drawer-body {
+    .@{ventSpace}-drawer-body {
       height: calc(100% - @detail-header-height);
     }
   }

+ 2 - 1
src/components/Dropdown/src/Dropdown.vue

@@ -95,10 +95,11 @@
 
 <style lang="less">
   @prefix-cls: ~'@{namespace}-basic-dropdown';
+  @ventSpace: zxm;
 
   .@{prefix-cls} {
     // update-begin--author:sunjianlei---date:20220322---for: 【VUEN-180】更多下拉菜单,只有点到字上才有效,点到空白处什么都不会发生,体验不好
-    &-menu .ant-dropdown-menu-item.is-pop-confirm {
+    &-menu .@{ventSpace}-dropdown-menu-item.is-pop-confirm {
       padding: 0;
 
       .dropdown-event-area {

+ 13 - 11
src/components/Form/src/BasicForm.vue

@@ -304,9 +304,11 @@
 </script>
 <style lang="less" scoped>
   @prefix-cls: ~'@{namespace}-basic-form';
+  @ventSpace: zxm;
+
 
   .@{prefix-cls} {
-    .ant-form-item {
+    .@{ventSpace}-form-item {
       &-label label::after {
         margin: 0 6px 0 2px;
       }
@@ -315,16 +317,16 @@
         margin-bottom: 0;
       }
 
-      &:not(.ant-form-item-with-help) {
+      &:not(.@{ventSpace}-form-item-with-help) {
         margin-bottom: 20px;
       }
 
       &.suffix-item {
-        .ant-form-item-children {
+        .@{ventSpace}-form-item-children {
           display: flex;
         }
 
-        .ant-form-item-control {
+        .@{ventSpace}-form-item-control {
           margin-top: 4px;
         }
 
@@ -338,29 +340,29 @@
       }
     }
     /*【美化表单】form的字体改小一号*/
-    .ant-form-item-label > label {
+    .@{ventSpace}-form-item-label > label {
       font-size: 13px;
     }
-    .ant-form-item .ant-select {
+    .@{ventSpace}-form-item .@{ventSpace}-select {
       font-size: 13px;
     }
-    .ant-select-item-option-selected {
+    .@{ventSpace}-select-item-option-selected {
       font-size: 13px;
     }
-    .ant-select-item-option-content {
+    .@{ventSpace}-select-item-option-content {
       font-size: 13px;
     }
-    .ant-input {
+    .@{ventSpace}-input {
       font-size: 13px;
     }
     /*【美化表单】form的字体改小一号*/
 
-    .ant-form-explain {
+    .@{ventSpace}-form-explain {
       font-size: 14px;
     }
 
     &--compact {
-      .ant-form-item {
+      .@{ventSpace}-form-item {
         margin-bottom: 8px !important;
       }
     }

+ 3 - 1
src/components/Form/src/hooks/useAutoFocus.ts

@@ -3,6 +3,8 @@ import type { FormSchema, FormActionType, FormProps } from '../types/form';
 
 import { unref, nextTick, watchEffect } from 'vue';
 
+import { antPrefixCls } from '/@/settings/designSetting';
+
 interface UseAutoFocusContext {
   getSchema: ComputedRef<FormSchema[]>;
   getProps: ComputedRef<FormProps>;
@@ -28,7 +30,7 @@ export async function useAutoFocus({ getSchema, getProps, formElRef, isInitedDef
       return;
     }
 
-    const inputEl = el.querySelector('.ant-row:first-child input') as Nullable<HTMLInputElement>;
+    const inputEl = el.querySelector(`.${antPrefixCls}-row:first-child input`) as Nullable<HTMLInputElement>;
     if (!inputEl) return;
     inputEl?.focus();
   });

+ 3 - 2
src/components/Form/src/jeecg/components/JAreaSelect.vue

@@ -150,15 +150,16 @@
   });
 </script>
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .area-select {
     width: 100%;
     display: flex;
 
-    .ant-select {
+    .@{ventSpace}-select {
       width: 33.3%;
     }
 
-    .ant-select:not(:first-child) {
+    .@{ventSpace}-select:not(:first-child) {
       margin-left: 10px;
     }
   }

+ 2 - 1
src/components/Form/src/jeecg/components/JEasyCron/easy.cron.inner.less

@@ -1,9 +1,10 @@
 //noinspection LessUnresolvedVariable
 @prefix-cls: ~'@{namespace}-easy-cron-inner';
+@ventSpace: zxm;
 
 .@{prefix-cls} {
   .content {
-    .ant-checkbox-wrapper + .ant-checkbox-wrapper {
+    .@{ventSpace}-checkbox-wrapper + .@{ventSpace}-checkbox-wrapper {
       margin-left: 0;
     }
   }

+ 6 - 6
src/components/Form/src/jeecg/components/JFormContainer.vue

@@ -30,16 +30,16 @@
       pointer-events: none;
     }
 
-    .ant-select {
+    .@{prefix-cls}-select {
       -ms-pointer-events: none;
       pointer-events: none;
     }
 
-    .ant-upload-select {
+    .@{prefix-cls}-upload-select {
       display: none;
     }
 
-    .ant-upload-list {
+    .@{prefix-cls}-upload-list {
       cursor: grabbing;
     }
 
@@ -50,13 +50,13 @@
     }
   }
 
-  .jeecg-form-container-disabled fieldset[disabled] .ant-upload-list {
+  .jeecg-form-container-disabled fieldset[disabled] .@{prefix-cls}-upload-list {
     -ms-pointer-events: auto !important;
     pointer-events: auto !important;
   }
 
-  .jeecg-form-container-disabled .ant-upload-list-item-actions .anticon-delete,
-  .jeecg-form-container-disabled .ant-upload-list-item .anticon-close {
+  .jeecg-form-container-disabled .@{prefix-cls}-upload-list-item-actions .anticon-delete,
+  .jeecg-form-container-disabled .@{prefix-cls}-upload-list-item .anticon-close {
     display: none;
   }
 </style>

+ 5 - 3
src/components/Form/src/jeecg/components/JImageUpload.vue

@@ -243,13 +243,15 @@
     },
   });
 </script>
-<style scoped>
-  .ant-upload-select-picture-card i {
+<style scoped lang="less">
+  @ventSpace: zxm;
+  
+  .@{ventSpace}-upload-select-picture-card i {
     font-size: 32px;
     color: #999;
   }
 
-  .ant-upload-select-picture-card .ant-upload-text {
+  .@{ventSpace}-upload-select-picture-card .@{ventSpace}-upload-text {
     margin-top: 8px;
     color: #666;
   }

+ 2 - 1
src/components/Form/src/jeecg/components/JSelectDept.vue

@@ -135,6 +135,7 @@
   });
 </script>
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .j-select-row {
     @width: 82px;
 
@@ -150,7 +151,7 @@
       width: 100%;
     }
 
-    :deep(.ant-select-search__field) {
+    :deep(.@{ventSpace}-select-search__field) {
       display: none !important;
     }
   }

+ 3 - 1
src/components/Form/src/jeecg/components/JSelectPosition.vue

@@ -127,6 +127,8 @@
   });
 </script>
 <style lang="less" scoped>
+  @ventSpace: zxm;
+  
   .j-select-row {
     @width: 82px;
 
@@ -142,7 +144,7 @@
       width: 100%;
     }
 
-    :deep(.ant-select-search__field) {
+    :deep(.@{ventSpace}-select-search__field) {
       display: none !important;
     }
   }

+ 2 - 1
src/components/Form/src/jeecg/components/JSelectRole.vue

@@ -132,6 +132,7 @@
   });
 </script>
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .j-select-row {
     @width: 82px;
 
@@ -147,7 +148,7 @@
       width: 100%;
     }
 
-    :deep(.ant-select-search__field) {
+    :deep(.@{ventSpace}-select-search__field) {
       display: none !important;
     }
   }

+ 2 - 1
src/components/Form/src/jeecg/components/JSelectUser.vue

@@ -135,6 +135,7 @@
   });
 </script>
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .j-select-row {
     @width: 82px;
 
@@ -150,7 +151,7 @@
       width: 100%;
     }
 
-    :deep(.ant-select-search__field) {
+    :deep(.@{ventSpace}-select-search__field) {
       display: none !important;
     }
   }

+ 2 - 1
src/components/Form/src/jeecg/components/JSelectUserByDept.vue

@@ -131,6 +131,7 @@
   });
 </script>
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .j-select-row {
     @width: 82px;
 
@@ -146,7 +147,7 @@
       width: 100%;
     }
 
-    :deep(.ant-select-search__field) {
+    :deep(.@{ventSpace}-select-search__field) {
       display: none !important;
     }
   }

+ 6 - 4
src/components/Form/src/jeecg/components/JUpload/JUpload.vue

@@ -38,6 +38,7 @@
   import { UploadTypeEnum } from './upload.data';
   import { getFileAccessHttpUrl } from '/@/utils/common/compUtils';
   import UploadItemActions from './components/UploadItemActions.vue';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
   const { createMessage, createConfirm } = useMessage();
   const { prefixCls } = useDesign('j-upload');
@@ -117,7 +118,7 @@
 
   watch(fileList, () => nextTick(() => addActionsListener()), { immediate: true });
 
-  const antUploadItemCls = 'ant-upload-list-item';
+  const antUploadItemCls = `${antPrefixCls}-upload-list-item`;
 
   // Listener
   function addActionsListener() {
@@ -152,7 +153,7 @@
     if (!uploadItem) {
       return;
     }
-    const actions = uploadItem.getElementsByClassName('ant-upload-list-item-actions');
+    const actions = uploadItem.getElementsByClassName(`${antPrefixCls}-upload-list-item-actions`);
     if (!actions || actions.length === 0) {
       return;
     }
@@ -354,13 +355,14 @@
 <style lang="less">
   //noinspection LessUnresolvedVariable
   @prefix-cls: ~'@{namespace}-j-upload';
+  @ventSpace: zxm;
 
   .@{prefix-cls} {
     &-container {
       position: relative;
 
       .upload-disabled {
-        .ant-upload-list-item {
+        .@{ventSpace}-upload-list-item {
           .anticon-close {
             display: none;
           }
@@ -377,7 +379,7 @@
         /* update-end-author:taoyan date:2022-5-24 for:VUEN-1093详情界面 图片下载按钮显示不全*/
       }
 
-      .ant-upload-list-item {
+      .@{ventSpace}-upload-list-item {
         .upload-actions-container {
           position: absolute;
           top: -31px;

+ 2 - 1
src/components/Form/src/jeecg/components/base/JSelectBiz.vue

@@ -100,6 +100,7 @@
   });
 </script>
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .j-select-row {
     @width: 82px;
 
@@ -115,7 +116,7 @@
       width: 100%;
     }
 
-    :deep(.ant-select-search__field) {
+    :deep(.@{ventSpace}-select-search__field) {
       display: none !important;
     }
   }

+ 2 - 1
src/components/Form/src/jeecg/components/base/JTreeBiz.vue

@@ -69,6 +69,7 @@
   });
 </script>
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .j-select-row {
     @width: 82px;
 
@@ -84,7 +85,7 @@
       width: 100%;
     }
 
-    :deep(.ant-select-search__field) {
+    :deep(.@{ventSpace}-select-search__field) {
       display: none !important;
     }
   }

+ 2 - 1
src/components/Form/src/jeecg/components/modal/JPopupOnlReportModal.vue

@@ -269,6 +269,7 @@
 </script>
 
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .jeecg-basic-table-form-container {
     padding: 5px;
 
@@ -278,7 +279,7 @@
       white-space: nowrap;
     }
   }
-  :deep .jeecg-basic-table .ant-table-wrapper .ant-table-title {
+  :deep .jeecg-basic-table .@{ventSpace}-table-wrapper .@{ventSpace}-table-title {
     min-height: 0;
   }
 </style>

+ 3 - 2
src/components/Icon/src/IconPicker.vue

@@ -147,16 +147,17 @@
 </script>
 <style lang="less">
   @prefix-cls: ~'@{namespace}-icon-picker';
+  @ventSpace: zxm;
 
   .@{prefix-cls} {
-    .ant-input-group-addon {
+    .@{ventSpace}-input-group-addon {
       padding: 0;
     }
 
     &-popover {
       width: 300px;
 
-      .ant-popover-inner-content {
+      .@{ventSpace}-popover-inner-content {
         padding: 0;
       }
 

+ 5 - 3
src/components/JVxeCustom/src/components/JVxeDepartSelectCell.vue

@@ -37,6 +37,7 @@
   // import JSelectDepartModal from '@/components/jeecgbiz/modal/JSelectDepartModal'
   import { dispatchEvent } from '/@/components/jeecg/JVxeTable/utils';
   import { isArray, isEmpty, isString } from '/@/utils/is';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
   export default defineComponent({
     name: 'JVxeDepartSelectCell',
@@ -190,7 +191,7 @@
           dispatchEvent({
             $event,
             props: this.props,
-            className: '.ant-select .ant-select-selection-search-input',
+            className: `.${antPrefixCls}-select .${antPrefixCls}-select-selection-search-input`,
             isClick: true,
           });
         },
@@ -202,10 +203,11 @@
 <style lang="less">
   // noinspection LessUnresolvedVariable
   @prefix-cls: ~'@{namespace}-vxe-cell-depart-select';
-
+  @ventSpace: zxm;
+  
   .@{prefix-cls} {
     // 限制tag最大长度为100px,防止选中文字过多的选项时换行
-    .ant-select .ant-select-selection-overflow-item {
+    .@{ventSpace}-select .@{ventSpace}-select-selection-overflow-item {
       max-width: 80px;
     }
   }

+ 5 - 3
src/components/JVxeCustom/src/components/JVxePcaCell.vue

@@ -8,6 +8,7 @@
   import { JVxeComponent } from '/@/components/jeecg/JVxeTable/types';
   import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
   import { dispatchEvent } from '/@/components/jeecg/JVxeTable/utils';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
   export default defineComponent({
     name: 'JVxePcaCell',
@@ -59,8 +60,8 @@
         editActived({ $event }) {
           dispatchEvent({
             $event,
-            props: this.props,
-            className: '.ant-select .ant-select-selection-search-input',
+            props: this.props, 
+            className: `.${antPrefixCls}-select .${antPrefixCls}-select-selection-search-input`,
             isClick: true,
           });
         },
@@ -69,8 +70,9 @@
   });
 </script>
 <style lang="less">
+  @ventSpace: zxm;
   .pca-select {
-    .ant-select-selection-placeholder {
+    .@{ventSpace}-select-selection-placeholder {
       color: #bfbfbf !important;
     }
   }

+ 2 - 1
src/components/JVxeCustom/src/components/JVxePopupCell.vue

@@ -8,6 +8,7 @@
   import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
   import { dispatchEvent, vModel } from '/@/components/jeecg/JVxeTable/utils';
   import { isEmpty } from '/@/utils/is';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
   export default defineComponent({
     name: 'JVxePopupCell',
@@ -57,7 +58,7 @@
           dispatchEvent({
             $event,
             props: this.props,
-            className: '.ant-input',
+            className: `.${antPrefixCls}-input`,
             isClick: true,
           });
         },

+ 3 - 3
src/components/JVxeCustom/src/components/JVxeSelectDictSearchCell.ts

@@ -8,7 +8,7 @@ import { dispatchEvent } from '/@/components/jeecg/JVxeTable/utils';
 import { useResolveComponent as rc } from '/@/components/jeecg/JVxeTable/hooks';
 import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
 import { useMessage } from '/@/hooks/web/useMessage';
-
+import { antPrefixCls } from '/@/settings/designSetting';
 /** value - label map,防止重复查询(刷新清空缓存) */
 const LabelMap = new Map<string, any>();
 // 请求id
@@ -43,7 +43,7 @@ export const DictSearchInputCell = defineComponent({
     const filterOption = computed(() => {
       if (isAsync.value) {
         //【jeecgboot-vue3/issues/I5QRT8】JVxeTypes.selectDictSearch sync问题
-        return ()=>true;
+        return () => true;
       }
       return (input, option) => option.componentOptions.children[0].text.toLowerCase().indexOf(input.toLowerCase()) >= 0;
     });
@@ -153,7 +153,7 @@ export const DictSearchInputCell = defineComponent({
         dispatchEvent({
           $event,
           props: this.props,
-          className: '.ant-select .ant-select-selection-search-input',
+          className: `.${antPrefixCls}-select .${antPrefixCls}-select-selection-search-input`,
           isClick: false,
           handler: (el) => el.focus(),
         });

+ 6 - 4
src/components/JVxeCustom/src/components/JVxeUserSelectCell.vue

@@ -11,6 +11,7 @@
   import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
   import { dispatchEvent } from '/@/components/jeecg/JVxeTable/utils';
   import { isArray, isEmpty, isString } from '/@/utils/is';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
   export default defineComponent({
     name: 'JVxeUserSelectCell',
@@ -78,8 +79,8 @@
         editActived({ $event }) {
           dispatchEvent({
             $event,
-            props: this.props,
-            className: '.ant-select .ant-select-selection-search-input',
+            props: this.props,//
+            className: `.${antPrefixCls}-select .${antPrefixCls}-select-selection-search-input`,
             isClick: true,
           });
         },
@@ -91,10 +92,11 @@
 <style lang="less">
   // noinspection LessUnresolvedVariable
   @prefix-cls: ~'@{namespace}-vxe-cell-user-select';
-
+  @ventSpace: zxm;
+  
   .@{prefix-cls} {
     // 限制tag最大长度为100px,防止选中文字过多的选项时换行
-    .ant-select .ant-select-selection-overflow-item {
+    .@{ventSpace}-select .@{ventSpace}-select-selection-overflow-item {
       max-width: 80px;
     }
   }

+ 27 - 27
src/components/Menu/src/index.less

@@ -1,5 +1,5 @@
 @basic-menu-prefix-cls: ~'@{namespace}-basic-menu';
-
+@ventSpace: zxm;
 .app-top-menu-popup {
   min-width: 150px;
 }
@@ -7,53 +7,53 @@
 .@{basic-menu-prefix-cls} {
   width: 100%;
 
-  .ant-menu-item {
+  .@{ventSpace}-menu-item {
     transition: unset;
   }
 
   &__sidebar-hor {
-    &.ant-menu-horizontal {
+    &.@{ventSpace}-menu-horizontal {
       display: flex;
       align-items: center;
 
-      &.ant-menu-dark {
+      &.@{ventSpace}-menu-dark {
         background-color: transparent;
 
-        .ant-menu-submenu:hover,
-        .ant-menu-item-open,
-        .ant-menu-submenu-open,
-        .ant-menu-item-selected,
-        .ant-menu-submenu-selected,
-        .ant-menu-item:hover,
-        .ant-menu-item-active,
-        .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
-        .ant-menu-submenu-active,
-        .ant-menu-submenu-title:hover {
+        .@{ventSpace}-menu-submenu:hover,
+        .@{ventSpace}-menu-item-open,
+        .@{ventSpace}-menu-submenu-open,
+        .@{ventSpace}-menu-item-selected,
+        .@{ventSpace}-menu-submenu-selected,
+        .@{ventSpace}-menu-item:hover,
+        .@{ventSpace}-menu-item-active,
+        .@{ventSpace}-menu:not(.@{ventSpace}-menu-inline) .@{ventSpace}-menu-submenu-open,
+        .@{ventSpace}-menu-submenu-active,
+        .@{ventSpace}-menu-submenu-title:hover {
           color: #fff;
           background-color: @top-menu-active-bg-color !important;
         }
 
-        .ant-menu-item:hover,
-        .ant-menu-item-active,
-        .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
-        .ant-menu-submenu-active,
-        .ant-menu-submenu-title:hover {
+        .@{ventSpace}-menu-item:hover,
+        .@{ventSpace}-menu-item-active,
+        .@{ventSpace}-menu:not(.@{ventSpace}-menu-inline) .@{ventSpace}-menu-submenu-open,
+        .@{ventSpace}-menu-submenu-active,
+        .@{ventSpace}-menu-submenu-title:hover {
           background-color: @top-menu-active-bg-color;
         }
 
         .@{basic-menu-prefix-cls}-item__level1 {
           background-color: transparent;
 
-          &.ant-menu-item-selected,
-          &.ant-menu-submenu-selected {
+          &.@{ventSpace}-menu-item-selected,
+          &.@{ventSpace}-menu-submenu-selected {
             background-color: @top-menu-active-bg-color !important;
           }
         }
 
-        .ant-menu-item,
-        .ant-menu-submenu {
+        .@{ventSpace}-menu-item,
+        .@{ventSpace}-menu-submenu {
           &.@{basic-menu-prefix-cls}-item__level1,
-          .ant-menu-submenu-title {
+          .@{ventSpace}-menu-submenu-title {
             height: @header-height;
             line-height: @header-height;
           }
@@ -62,12 +62,12 @@
     }
   }
 
-  .ant-menu-submenu,
-  .ant-menu-submenu-inline {
+  .@{ventSpace}-menu-submenu,
+  .@{ventSpace}-menu-submenu-inline {
     transition: unset;
   }
 
-  .ant-menu-inline.ant-menu-sub {
+  .@{ventSpace}-menu-inline.@{ventSpace}-menu-sub {
     box-shadow: unset !important;
     transition: unset;
   }

+ 2 - 1
src/components/Modal/src/BasicModal.vue

@@ -260,10 +260,11 @@
   });
 </script>
 <style lang="less">
+  @ventSpace: zxm;
   /*update-begin-author:taoyan date:2022-7-27 for:modal评论区域样式*/
   .jeecg-comment-outer {
     border-left: 1px solid #f0f0f0;
-    .ant-tabs-nav-wrap {
+    .@{ventSpace}-tabs-nav-wrap {
       /*  text-align: center;*/
     }
   }

+ 4 - 3
src/components/Modal/src/hooks/useModalDrag.ts

@@ -1,5 +1,6 @@
 import { Ref, unref, watchEffect } from 'vue';
 import { useTimeoutFn } from '/@/hooks/core/useTimeout';
+import { antPrefixCls } from '/@/settings/designSetting';
 
 export interface UseModalDragMoveContext {
   draggable: Ref<boolean>;
@@ -14,8 +15,8 @@ export function useModalDragMove(context: UseModalDragMoveContext) {
   const drag = (wrap: any) => {
     if (!wrap) return;
     wrap.setAttribute('data-drag', unref(context.draggable));
-    const dialogHeaderEl = wrap.querySelector('.ant-modal-header');
-    const dragDom = wrap.querySelector('.ant-modal');
+    const dialogHeaderEl = wrap.querySelector(`.${antPrefixCls}-modal-header`);
+    const dragDom = wrap.querySelector(`.${antPrefixCls}-modal`);
 
     if (!dialogHeaderEl || !dragDom || !unref(context.draggable)) return;
 
@@ -82,7 +83,7 @@ export function useModalDragMove(context: UseModalDragMoveContext) {
   };
 
   const handleDrag = () => {
-    const dragWraps = document.querySelectorAll('.ant-modal-wrap');
+    const dragWraps = document.querySelectorAll(`.${antPrefixCls}-modal-wrap`);
     for (const wrap of Array.from(dragWraps)) {
       if (!wrap) continue;
       const display = getStyle(wrap, 'display');

+ 16 - 14
src/components/Modal/src/index.less

@@ -1,7 +1,9 @@
+@ventSpace: zxm;
+
 .fullscreen-modal {
   overflow: hidden;
 
-  .ant-modal {
+  .@{ventSpace}-modal {
     top: 0 !important;
     right: 0 !important;
     bottom: 0 !important;
@@ -15,18 +17,18 @@
       background-color: #0042ab;
       height: 100%;
     }
-    .ant-modal-header,
+    .@{ventSpace}-modal-header,
     .@{namespace}-basic-title {
       cursor: default !important;
     }
   }
 }
 
-.ant-modal {
+.@{ventSpace}-modal {
   width: 520px;
   padding-bottom: 0;
 
-  .ant-modal-body > .scrollbar {
+  .@{ventSpace}-modal-body > .scrollbar {
     padding: 14px;
   }
 
@@ -40,7 +42,7 @@
     }
   }
 
-  .ant-modal-body {
+  .@{ventSpace}-modal-body {
     padding: 0;
 
     > .scrollbar > .scrollbar__bar.is-horizontal {
@@ -84,7 +86,7 @@
   }
 
   &-confirm-body {
-    .ant-modal-confirm-content {
+    .@{ventSpace}-modal-confirm-content {
       // color: #fff;
 
       > * {
@@ -93,44 +95,44 @@
     }
   }
 
-  &-confirm-confirm.error .ant-modal-confirm-body > .anticon {
+  &-confirm-confirm.error .@{ventSpace}-modal-confirm-body > .anticon {
     color: @error-color;
   }
 
   &-confirm-btns {
-    .ant-btn:last-child {
+    .@{ventSpace}-btn:last-child {
       margin-right: 0;
     }
   }
 
   &-confirm-info {
-    .ant-modal-confirm-body > .anticon {
+    .@{ventSpace}-modal-confirm-body > .anticon {
       color: @warning-color;
     }
   }
 
   &-confirm-confirm.success {
-    .ant-modal-confirm-body > .anticon {
+    .@{ventSpace}-modal-confirm-body > .anticon {
       color: @success-color;
     }
   }
 }
 
-.ant-modal-confirm .ant-modal-body {
+.@{ventSpace}-modal-confirm .@{ventSpace}-modal-body {
   padding: 24px !important;
 }
 @media screen and (max-height: 600px) {
-  .ant-modal {
+  .@{ventSpace}-modal {
     top: 60px;
   }
 }
 @media screen and (max-height: 540px) {
-  .ant-modal {
+  .@{ventSpace}-modal {
     top: 30px;
   }
 }
 @media screen and (max-height: 480px) {
-  .ant-modal {
+  .@{ventSpace}-modal {
     top: 10px;
   }
 }

+ 3 - 2
src/components/Page/src/PageWrapper.vue

@@ -159,7 +159,8 @@
 </script>
 <style lang="less">
   @prefix-cls: ~'@{namespace}-page-wrapper';
-
+  @ventSpace: zxm;
+  
   .@{prefix-cls} {
     position: relative;
 
@@ -167,7 +168,7 @@
       margin: 16px;
     }
 
-    .ant-page-header {
+    .@{ventSpace}-page-header {
       &:empty {
         padding: 0;
       }

+ 3 - 2
src/components/Preview/src/Preview.vue

@@ -81,13 +81,14 @@
 </script>
 <style lang="less">
   @prefix-cls: ~'@{namespace}-image-preview';
+  @ventSpace: zxm;
 
   .@{prefix-cls} {
-    .ant-image {
+    .@{ventSpace}-image {
       margin-right: 10px;
     }
 
-    .ant-image-preview-operations {
+    .@{ventSpace}-image-preview-operations {
       background-color: rgba(0, 0, 0, 0.4);
     }
   }

+ 3 - 2
src/components/SimpleMenu/src/components/menu.less

@@ -1,3 +1,4 @@
+@ventSpace: zxm;
 @menu-prefix-cls: ~'@{namespace}-menu';
 @menu-popup-prefix-cls: ~'@{namespace}-menu-popup';
 @submenu-popup-prefix-cls: ~'@{namespace}-menu-submenu-popup';
@@ -19,11 +20,11 @@
 }
 
 .@{menu-prefix-cls}-menu-popover {
-  .ant-popover-arrow {
+  .@{ventSpace}-popover-arrow {
     display: none;
   }
 
-  .ant-popover-inner-content {
+  .@{ventSpace}-popover-inner-content {
     padding: 0;
   }
 

+ 16 - 15
src/components/Table/src/BasicTable.vue

@@ -312,12 +312,12 @@
 </script>
 <style lang="less">
   @border-color: #cecece4d;
-
+  @ventSpace: zxm;
   @prefix-cls: ~'@{namespace}-basic-table';
 
   [data-theme='dark'] {
-    .ant-table-tbody > tr:hover.ant-table-row-selected > td,
-    .ant-table-tbody > tr.ant-table-row-selected td {
+    .@{ventSpace}-table-tbody > tr:hover.@{ventSpace}-table-row-selected > td,
+    .@{ventSpace}-table-tbody > tr.@{ventSpace}-table-row-selected td {
       background-color: #262626;
     }
 
@@ -342,7 +342,7 @@
     &-form-container {
       padding: 10px;
 
-      .ant-form {
+      .@{ventSpace}-form {
         padding: 12px 10px 6px 10px;
         margin-bottom: 8px;
         background-color: @component-background;
@@ -350,26 +350,26 @@
       }
     }
 
-    .ant-tag {
+    .@{ventSpace}-tag {
       margin-right: 0;
     }
 
-    .ant-table-wrapper {
+    .@{ventSpace}-table-wrapper {
       padding: 6px;
       background-color: @component-background;
       border-radius: 2px;
 
-      .ant-table-title {
+      .@{ventSpace}-table-title {
         min-height: 40px;
         // padding: 0 0 8px 0 !important;
       }
 
-      .ant-table.ant-table-bordered .ant-table-title {
+      .@{ventSpace}-table.@{ventSpace}-table-bordered .@{ventSpace}-table-title {
         border: none !important;
       }
     }
 
-    .ant-table {
+    .@{ventSpace}-table {
       width: 100%;
       overflow-x: hidden;
 
@@ -391,14 +391,14 @@
       //}
     }
 
-    .ant-pagination {
+    .@{ventSpace}-pagination {
       margin: 10px 0 0 0;
     }
 
-    .ant-table-footer {
+    .@{ventSpace}-table-footer {
       padding: 0;
 
-      .ant-table-wrapper {
+      .@{ventSpace}-table-wrapper {
         padding: 0;
       }
 
@@ -406,7 +406,7 @@
         border: none !important;
       }
 
-      .ant-table-content {
+      .@{ventSpace}-table-content {
         overflow-x: hidden !important;
         // height: 100px;
         // max-height: calc(100% - 20px) !important;
@@ -424,7 +424,7 @@
       border-color: #91d5ff;
     }
     &--inset {
-      .ant-table-wrapper {
+      .@{ventSpace}-table-wrapper {
         padding: 0;
       }
     }
@@ -432,7 +432,8 @@
   
 </style>
 <style lang="less" scoped>
-  :deep(.ant-select-dropdown) {
+  @ventSpace: zxm;
+  :deep(.@{ventSpace}-select-dropdown) {
     top: 36px !important;
   }
 </style>

+ 2 - 1
src/components/Table/src/components/ExpandIcon.tsx

@@ -1,10 +1,11 @@
 import { BasicArrow } from '/@/components/Basic';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
 export default () => {
   return (props: Recordable) => {
     if (!props.expandable) {
       if (props.needIndentSpaced) {
-        return <span class="ant-table-row-expand-icon ant-table-row-spaced" />;
+        return <span class="zxm-table-row-expand-icon zxm-table-row-spaced" />;
       } else {
         return <span />;
       }

+ 4 - 3
src/components/Table/src/components/TableAction.vue

@@ -145,6 +145,7 @@
 </script>
 <style lang="less">
   @prefix-cls: ~'@{namespace}-basic-table-action';
+  @ventSpace: zxm;
 
   .@{prefix-cls} {
     display: flex;
@@ -178,14 +179,14 @@
       }
     }
 
-    button.ant-btn-circle {
+    button.@{ventSpace}-btn-circle {
       span {
         margin: auto !important;
       }
     }
 
-    .ant-divider,
-    .ant-divider-vertical {
+    .@{ventSpace}-divider,
+    .@{ventSpace}-divider-vertical {
       margin: 0 2px;
     }
 

+ 3 - 2
src/components/Table/src/components/TableImg.vue

@@ -58,9 +58,10 @@
 </script>
 <style lang="less">
   @prefix-cls: ~'@{namespace}-basic-table-img';
-
+  @ventSpace: zxm;
+  
   .@{prefix-cls} {
-    .ant-image {
+    .@{ventSpace}-image {
       margin-right: 4px;
       cursor: zoom-in;
 

+ 20 - 16
src/components/Table/src/components/editable/EditableCell.vue

@@ -393,34 +393,38 @@
   });
 </script>
 <style lang="less">
+  @ventSpace: zxm;
   @prefix-cls: ~'@{namespace}-editable-cell';
 
   .edit-cell-align-left {
     text-align: left;
-
-    input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
+    @ventSpace: zxm;
+    input:not(.@{ventSpace}-calendar-picker-input) {
+      text-align: left;
+    }
+    input:not(.@{ventSpace}-time-picker-input) {
       text-align: left;
     }
   }
 
-  .edit-cell-align-center {
-    text-align: center;
+  // .edit-cell-align-center {
+  //   text-align: center;
 
-    input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
-      text-align: center;
-    }
-  }
+  //   input:not(.@{ventSpace}-calendar-picker-input, .@{ventSpace}-time-picker-input) {
+  //     text-align: center;
+  //   }
+  // }
 
-  .edit-cell-align-right {
-    text-align: right;
+  // .edit-cell-align-right {
+  //   text-align: right;
 
-    input:not(.ant-calendar-picker-input, .ant-time-picker-input) {
-      text-align: right;
-    }
-  }
+  //   input:not(.@{ventSpace}-calendar-picker-input, .@{ventSpace}-time-picker-input) {
+  //     text-align: right;
+  //   }
+  // }
 
   .edit-cell-rule-popover {
-    .ant-popover-inner-content {
+    .@{ventSpace}-popover-inner-content {
       padding: 4px 8px;
       color: @error-color;
       // border: 1px solid @error-color;
@@ -435,7 +439,7 @@
       align-items: center;
       justify-content: center;
 
-      > .ant-select {
+      > .@{ventSpace}-select {
         min-width: calc(100% - 50px);
       }
     }

+ 5 - 5
src/components/Table/src/components/settings/ColumnSetting.vue

@@ -416,7 +416,7 @@
 </script>
 <style lang="less">
   @prefix-cls: ~'@{namespace}-basic-column-setting';
-
+  @ventSpace: zxm;
   .table-column-drag-icon {
     margin: 0 5px;
     cursor: move;
@@ -438,7 +438,7 @@
       padding: 4px 0 0;
       border-top: 1px solid #f0f0f0;
 
-      .ant-btn {
+      .@{ventSpace}-btn {
         margin-right: 6px;
       }
     }
@@ -449,7 +449,7 @@
       min-width: 100%;
       padding: 4px 16px 8px 0;
 
-      .ant-checkbox-wrapper {
+      .@{ventSpace}-checkbox-wrapper {
         width: 100%;
 
         &:hover {
@@ -484,14 +484,14 @@
         height: 1em !important;
       }
 
-      .ant-popover-inner-content {
+      .@{ventSpace}-popover-inner-content {
         // max-height: 360px;
         padding-right: 0;
         padding-left: 0;
         // overflow: auto;
       }
 
-      .ant-checkbox-group {
+      .@{ventSpace}-checkbox-group {
         width: 100%;
         min-width: 260px;
         // flex-wrap: wrap;

+ 3 - 2
src/components/Table/src/hooks/useTableFooter.ts

@@ -3,6 +3,7 @@ import type { BasicTableProps } from '../types/table';
 import { unref, computed, h, nextTick, watchEffect } from 'vue';
 import TableFooter from '../components/TableFooter.vue';
 import { useEventListener } from '/@/hooks/event/useEventListener';
+import { antPrefixCls } from '/@/settings/designSetting';
 
 export function useTableFooter(
   propsRef: ComputedRef<BasicTableProps>,
@@ -34,12 +35,12 @@ export function useTableFooter(
     nextTick(() => {
       const tableEl = unref(tableElRef);
       if (!tableEl) return;
-      const bodyDom = tableEl.$el.querySelector('.ant-table-content');
+      const bodyDom = tableEl.$el.querySelector(`.${antPrefixCls}-table-content`);
       useEventListener({
         el: bodyDom,
         name: 'scroll',
         listener: () => {
-          const footerBodyDom = tableEl.$el.querySelector('.ant-table-footer .ant-table-content') as HTMLDivElement;
+          const footerBodyDom = tableEl.$el.querySelector(`.${antPrefixCls}-table-footer .${antPrefixCls}-table-content`) as HTMLDivElement;
           if (!footerBodyDom || !bodyDom) return;
           footerBodyDom.scrollLeft = bodyDom.scrollLeft;
         },

+ 5 - 4
src/components/Table/src/hooks/useTableScroll.ts

@@ -7,6 +7,7 @@ import { useWindowSizeFn } from '/@/hooks/event/useWindowSizeFn';
 import { useModalContext } from '/@/components/Modal';
 import { onMountedOrActivated } from '/@/hooks/core/onMountedOrActivated';
 import { useDebounceFn } from '@vueuse/core';
+import { antPrefixCls } from '/@/settings/designSetting';
 
 export function useTableScroll(
   propsRef: ComputedRef<BasicTableProps>,
@@ -65,7 +66,7 @@ export function useTableScroll(
     if (!tableEl) return;
 
     if (!bodyEl) {
-      bodyEl = tableEl.querySelector('.ant-table-body');
+      bodyEl = tableEl.querySelector(`.${antPrefixCls}-table-body`);
       if (!bodyEl) return;
     }
 
@@ -91,7 +92,7 @@ export function useTableScroll(
     await nextTick();
     //Add a delay to get the correct bottomIncludeBody paginationHeight footerHeight headerHeight
 
-    const headEl = tableEl.querySelector('.ant-table-thead ');
+    const headEl = tableEl.querySelector(`.${antPrefixCls}-table-thead`);
 
     if (!headEl) return;
 
@@ -103,7 +104,7 @@ export function useTableScroll(
     // Pager height
     let paginationHeight = 2;
     if (!isBoolean(pagination)) {
-      paginationEl = tableEl.querySelector('.ant-pagination') as HTMLElement;
+      paginationEl = tableEl.querySelector(`.${antPrefixCls}-pagination`) as HTMLElement;
       if (paginationEl) {
         const offsetHeight = paginationEl.offsetHeight;
         paginationHeight += offsetHeight || 0;
@@ -118,7 +119,7 @@ export function useTableScroll(
     let footerHeight = 0;
     if (!isBoolean(pagination)) {
       if (!footerEl) {
-        footerEl = tableEl.querySelector('.ant-table-footer') as HTMLElement;
+        footerEl = tableEl.querySelector(`.${antPrefixCls}-table-footer`) as HTMLElement;
       } else {
         const offsetHeight = footerEl.offsetHeight;
         footerHeight += offsetHeight || 0;

+ 3 - 2
src/components/Tree/style/index.less

@@ -1,12 +1,13 @@
 @tree-prefix-cls: ~'@{namespace}-tree';
+@ventSpace: zxm;
 
 .@{tree-prefix-cls} {
   background-color: @component-background;
 
-  .ant-tree-node-content-wrapper {
+  .@{ventSpace}-tree-node-content-wrapper {
     position: relative;
 
-    .ant-tree-title {
+    .@{ventSpace}-tree-title {
       position: absolute;
       left: 0;
       width: 100%;

+ 3 - 2
src/components/Tree_backup/src/Tree.vue

@@ -402,14 +402,15 @@
 </script>
 <style lang="less">
   @prefix-cls: ~'@{namespace}-basic-tree';
+  @ventSpace: zxm;
 
   .@{prefix-cls} {
     background-color: @component-background;
 
-    .ant-tree-node-content-wrapper {
+    .@{ventSpace}-tree-node-content-wrapper {
       position: relative;
 
-      .ant-tree-title {
+      .@{ventSpace}-tree-title {
         position: absolute;
         left: 0;
         width: 100%;

+ 4 - 2
src/components/Upload/src/UploadModal.vue

@@ -285,12 +285,14 @@
   });
 </script>
 <style lang="less">
+  @ventSpace: zxm;
+
   .upload-modal {
-    .ant-upload-list {
+    .@{ventSpace}-upload-list {
       display: none;
     }
 
-    .ant-table-wrapper .ant-spin-nested-loading {
+    .@{ventSpace}-table-wrapper .@{ventSpace}-spin-nested-loading {
       padding: 0;
     }
 

+ 4 - 2
src/components/Upload/src/UploadPreviewModal.vue

@@ -87,12 +87,14 @@
   });
 </script>
 <style lang="less">
+  @ventSpace: zxm;
+  
   .upload-preview-modal {
-    .ant-upload-list {
+    .@{ventSpace}-upload-list {
       display: none;
     }
 
-    .ant-table-wrapper .ant-spin-nested-loading {
+    .@{ventSpace}-table-wrapper .@{ventSpace}-spin-nested-loading {
       padding: 0;
     }
   }

+ 1 - 1
src/components/Verify/src/DragVerify.vue

@@ -315,7 +315,7 @@
         color-stop(1, #333)
       );
       animation: slidetounlock 3s infinite;
-      background-clip: text;
+      // background-clip: text;
       user-select: none;
 
       &.success {

+ 6 - 4
src/components/chart/BarAndLine.vue

@@ -10,6 +10,7 @@
   import { toEchartsData } from '/@/utils/ventutil';
   import { getTableHeaderColumns } from '/@/hooks/web/useWebColumns';
   import EchartsUtil from '/@/utils/echartsUtil';
+import { object } from 'vue-types';
 
   export default defineComponent({
     name: 'BarAndLine',
@@ -20,7 +21,6 @@
       },
       chartsColumnsType: {
         type: String,
-        required: true,
       },
       chartsType: {
         type: String,
@@ -52,7 +52,7 @@
       const spinning = ref<boolean>(true);
       const chartRef = ref<HTMLDivElement | null>(null);
       const { setOptions, echarts } = useECharts(chartRef as Ref<HTMLDivElement>);
-      const chartData = getTableHeaderColumns(props.chartsColumnsType) || [];
+      const chartData = props.chartsColumnsType ? getTableHeaderColumns(props.chartsColumnsType) : [];
       let chartsColumns = props.chartsColumns.length > 0 ? props.chartsColumns : chartData;
 
       const option = reactive({
@@ -79,8 +79,9 @@
         yAxis: null,
         series: null,
       });
+      
       let optionUtil;
-
+      
       watchEffect(() => {
         props.dataSource && props.dataSource.length > 0 && option.series && initCharts();
       });
@@ -95,7 +96,8 @@
       });
 
       function initChartsOption() {
-        optionUtil = new EchartsUtil(option);
+        debugger
+        optionUtil = new EchartsUtil(Object.assign(option, props.option));
         optionUtil.initChartOption(props.chartsType, chartsColumns);
       }
       initChartsOption();

+ 5 - 2
src/components/jeecg/JVxeTable/src/components/JVxeSubPopover.vue

@@ -159,6 +159,7 @@
   });
 </script>
 <style scoped lang="less">
+  @ventSpace: zxm;
   .j-vxe-popover-title {
     .j-vxe-popover-title-close {
       position: absolute;
@@ -188,8 +189,10 @@
   }
 </style>
 <style lang="less">
-  .j-vxe-popover-overlay.ant-popover {
-    .ant-popover-title {
+  @ventSpace: zxm;
+
+  .j-vxe-popover-overlay.@{ventSpace}-popover {
+    .@{ventSpace}-popover-title {
       position: relative;
     }
   }

+ 3 - 2
src/components/jeecg/JVxeTable/src/components/cells/JVxeCheckboxCell.vue

@@ -106,10 +106,11 @@
 </script>
 
 <style lang="less">
+  @ventSpace: zxm;
   // 关闭动画,防止滚动时动态赋值出现问题
   .j-vxe-checkbox.no-animation {
-    .ant-checkbox-inner,
-    .ant-checkbox-inner::after {
+    .@{ventSpace}-checkbox-inner,
+    .@{ventSpace}-checkbox-inner::after {
       transition: none !important;
     }
   }

+ 2 - 1
src/components/jeecg/JVxeTable/src/components/cells/JVxeInputCell.vue

@@ -7,6 +7,7 @@
   import { isString } from '/@/utils/is';
   import { JVxeComponent, JVxeTypes } from '/@/components/jeecg/JVxeTable/types';
   import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
   const NumberRegExp = /^-?\d+\.?\d*$/;
   export default defineComponent({
@@ -62,7 +63,7 @@
     },
     enhanced: {
       installOptions: {
-        autofocus: '.ant-input',
+        autofocus: `.${antPrefixCls}-input`,
       },
       getValue(value, ctx) {
         if (ctx?.props?.type === JVxeTypes.inputNumber && isString(value)) {

+ 2 - 1
src/components/jeecg/JVxeTable/src/components/cells/JVxeProgressCell.vue

@@ -43,9 +43,10 @@
 </script>
 
 <style scoped lang="less">
+@ventSpace: zxm;
   // 关闭进度条的动画,防止滚动时动态赋值出现问题
   .j-vxe-progress.no-animation {
-    :deep(.ant-progress-bg) {
+    :deep(.@{ventSpace}-progress-bg) {
       transition: none !important;
     }
   }

+ 3 - 2
src/components/jeecg/JVxeTable/src/components/cells/JVxeRadioCell.vue

@@ -50,10 +50,11 @@
 </script>
 
 <style lang="less">
+@ventSpace: zxm;
   // 关闭动画,防止滚动时动态赋值出现问题
   .j-vxe-radio.no-animation {
-    .ant-radio-inner,
-    .ant-radio-inner::after {
+    .@{ventSpace}-radio-inner,
+    .@{ventSpace}-radio-inner::after {
       transition: none !important;
     }
   }

+ 2 - 1
src/components/jeecg/JVxeTable/src/components/cells/JVxeSelectCell.vue

@@ -20,6 +20,7 @@
   import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
   import { dispatchEvent } from '/@/components/jeecg/JVxeTable/utils';
   import { isPromise } from '/@/utils/is';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
   export default defineComponent({
     name: 'JVxeSelectCell',
@@ -177,7 +178,7 @@
             column,
             props: this.props,
             instance: this,
-            className: '.ant-select .ant-select-selection-search-input',
+            className: `.${antPrefixCls}-select .${antPrefixCls}-select-selection-search-input`,
             isClick: false,
             handler: (el) => el.focus(),
           });

+ 3 - 2
src/components/jeecg/JVxeTable/src/components/cells/JVxeTextareaCell.vue

@@ -17,6 +17,7 @@
   import { dispatchEvent } from '/@/components/jeecg/JVxeTable/utils';
   import { JVxeComponent } from '/@/components/jeecg/JVxeTable/types';
   import { useJVxeComponent, useJVxeCompProps } from '/@/components/jeecg/JVxeTable/hooks';
+  import { antPrefixCls } from '/@/settings/designSetting'
 
   export default defineComponent({
     name: 'JVxeTextareaCell',
@@ -34,7 +35,7 @@
     // 【组件增强】注释详见:JVxeComponent.Enhanced
     enhanced: {
       installOptions: {
-        autofocus: '.ant-input',
+        autofocus: `.${antPrefixCls}-input`,
       },
       aopEvents: {
         editActived({ $event, row, column }) {
@@ -46,7 +47,7 @@
               column,
               props: this.props,
               instance: this,
-              className: '.ant-input-suffix .app-iconify',
+              className: `.${antPrefixCls}-input-suffix .app-iconify`,
               isClick: true,
             });
           }

+ 16 - 15
src/components/jeecg/JVxeTable/src/style/index.less

@@ -1,5 +1,6 @@
 @import 'vxe.const';
 @import 'vxe.dark';
+@ventSpace: zxm;
 
 .@{prefix-cls} {
   // 编辑按钮样式
@@ -19,7 +20,7 @@
       }
     }
 
-    &-button.div .ant-btn {
+    &-button.div .@{ventSpace}-btn {
       margin-right: 8px;
     }
   }
@@ -29,12 +30,12 @@
     margin-top: 8px;
     text-align: right;
 
-    .ant-pagination-options-size-changer.ant-select {
+    .@{ventSpace}-pagination-options-size-changer.@{ventSpace}-select {
       margin-right: 0;
     }
 
     &.show-quick-jumper {
-      .ant-pagination-options-size-changer.ant-select {
+      .@{ventSpace}-pagination-options-size-changer.@{ventSpace}-select {
         margin-right: 8px;
       }
     }
@@ -53,18 +54,18 @@
   }
 
   // 更改 输入框 校验失败的颜色
-  .col--valid-error > .vxe-cell > .ant-input,
-  .col--valid-error > .vxe-cell > .ant-select .ant-input,
-  .col--valid-error > .vxe-cell > .ant-select .ant-select-selection,
-  .col--valid-error > .vxe-cell > .ant-input-number,
-  .col--valid-error > .vxe-cell > .ant-cascader-picker .ant-cascader-input,
-  .col--valid-error > .vxe-cell > .ant-calendar-picker .ant-calendar-picker-input,
-  .col--valid-error > .vxe-tree-cell > .ant-input,
-  .col--valid-error > .vxe-tree-cell > .ant-select .ant-input,
-  .col--valid-error > .vxe-tree-cell > .ant-select .ant-select-selection,
-  .col--valid-error > .vxe-tree-cell > .ant-input-number,
-  .col--valid-error > .vxe-tree-cell > .ant-cascader-picker .ant-cascader-input,
-  .col--valid-error > .vxe-tree-cell > .ant-calendar-picker .ant-calendar-picker-input {
+  .col--valid-error > .vxe-cell > .@{ventSpace}-input,
+  .col--valid-error > .vxe-cell > .@{ventSpace}-select .@{ventSpace}-input,
+  .col--valid-error > .vxe-cell > .@{ventSpace}-select .@{ventSpace}-select-selection,
+  .col--valid-error > .vxe-cell > .@{ventSpace}-input-number,
+  .col--valid-error > .vxe-cell > .@{ventSpace}-cascader-picker .@{ventSpace}-cascader-input,
+  .col--valid-error > .vxe-cell > .@{ventSpace}-calendar-picker .@{ventSpace}-calendar-picker-input,
+  .col--valid-error > .vxe-tree-cell > .@{ventSpace}-input,
+  .col--valid-error > .vxe-tree-cell > .@{ventSpace}-select .@{ventSpace}-input,
+  .col--valid-error > .vxe-tree-cell > .@{ventSpace}-select .@{ventSpace}-select-selection,
+  .col--valid-error > .vxe-tree-cell > .@{ventSpace}-input-number,
+  .col--valid-error > .vxe-tree-cell > .@{ventSpace}-cascader-picker .@{ventSpace}-cascader-input,
+  .col--valid-error > .vxe-tree-cell > .@{ventSpace}-calendar-picker .@{ventSpace}-calendar-picker-input {
     border-color: #f5222d !important;
   }
 

+ 2 - 1
src/components/jeecg/OnLine/JPopupOnlReport.vue

@@ -233,6 +233,7 @@
 </script>
 
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .jeecg-basic-table-form-container {
     padding: 0px;
 
@@ -243,7 +244,7 @@
     }
   }
 
-  :deep .jeecg-basic-table .ant-table-wrapper .ant-table-title {
+  :deep .jeecg-basic-table .@{ventSpace}-table-wrapper .@{ventSpace}-table-title {
     min-height: 0;
   }
 </style>

+ 4 - 2
src/components/jeecg/OnLine/SearchFormItem.vue

@@ -322,6 +322,8 @@
 </script>
 
 <style lang="less" scoped>
+@ventSpace: zxm;
+
   .group-query-strig {
     width: 30px;
     text-align: center;
@@ -329,11 +331,11 @@
   }
 
   /* 查询条件左对齐样式设置 */
-  .jeecg-online-search :deep(.ant-form-item-label) {
+  .jeecg-online-search :deep(.@{ventSpace}-form-item-label) {
     flex: 0 0 auto !important;
     width: auto;
   }
-  .jeecg-online-search :deep(.ant-form-item-control) {
+  .jeecg-online-search :deep(.@{ventSpace}-form-item-control) {
     max-width: 100%;
   }
 

+ 4 - 3
src/components/jeecg/comment/CommentList.vue

@@ -298,6 +298,7 @@
 </script>
 
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .jeecg-comment-list {
     overflow: auto;
     /* border-bottom: 1px solid #eee;*/
@@ -305,7 +306,7 @@
       width: 100%;
       padding: 0 10px;
     }
-    .ant-comment {
+    .@{ventSpace}-comment {
       width: 100%;
     }
   }
@@ -320,8 +321,8 @@
       }
     }
   }
-  .ant-list-items{
-    .ant-list-item:last-child{
+  .@{ventSpace}-list-items{
+    .@{ventSpace}-list-item:last-child{
       margin-bottom: 46px;
     }
   }

+ 13 - 2
src/components/jeecg/comment/CommentPanel.vue

@@ -79,15 +79,26 @@
 </script>
 
 <style lang="less" scoped>
+  @ventSpace: zxm;
   .comment-tabs-warp {
     height: 100%;
     overflow: visible;
-    > .ant-tabs {
+    > .@{ventSpace}-tabs {
       overflow: visible;
     }
   }
   //antd3升级后,表单右侧讨论样式调整
-  :deep(.ant-tabs-top  .ant-tabs-nav, .ant-tabs-bottom  .ant-tabs-nav, .ant-tabs-top  div  .ant-tabs-nav, .ant-tabs-bottom  div  .ant-tabs-nav) {
+  :deep(.@{ventSpace}-tabs-top  .@{ventSpace}-tabs-nav) {
     margin: 0 16px 0;
   }
+  :deep(.@{ventSpace}-tabs-bottom  .@{ventSpace}-tabs-nav) {
+    margin: 0 16px 0;
+  }
+  :deep(.@{ventSpace}-tabs-top  div  .@{ventSpace}-tabs-nav) {
+    margin: 0 16px 0;
+  }
+  :deep(.@{ventSpace}-tabs-bottom  div  .@{ventSpace}-tabs-nav) {
+    margin: 0 16px 0;
+  }
+
 </style>

+ 4 - 2
src/components/jeecg/comment/MyComment.vue

@@ -300,6 +300,8 @@
 </script>
 
 <style lang="less">
+  @ventSpace: zxm;
+
   .comment-content {
     box-sizing: border-box;
     margin: 0;
@@ -351,11 +353,11 @@
   }
 
   .emoji-modal  {
-   > .ant-modal{
+   > .@{ventSpace}-modal{
       right: 25% !important;
       margin-right: 16px !important;
     }
-    .ant-modal-header{
+    .@{ventSpace}-modal-header{
       padding: 0 !important;
     }
     .emoji-mart-bar{

+ 2 - 1
src/components/jeecg/comment/comment.less

@@ -1,3 +1,4 @@
+@ventSpace: zxm;
 /*文件上传列表-begin*/
 .selected-file-warp,
 .comment-file-his-list {
@@ -156,7 +157,7 @@
   margin: 0 20px;
   padding-top: 3px;
   padding-bottom: 3px;
-  &.ant-alert-info {
+  &.@{ventSpace}-alert-info {
     background-color: #f5f5f5;
     border: 1px solid #f5f5f5;
   }

+ 18 - 18
src/design/ant/btn.less

@@ -1,5 +1,5 @@
 // button reset
-.ant-btn {
+.@{ventSpace}-btn {
   // display: inline-flex;
   // justify-content: center;
   // align-items: center;
@@ -66,7 +66,7 @@
     //}
   }
 
-  [data-theme='light'] &.ant-btn-link.is-disabled {
+  [data-theme='light'] &.@{ventSpace}-btn-link.is-disabled {
     color: rgba(0, 0, 0, 0.25);
     text-shadow: none;
     cursor: not-allowed !important;
@@ -75,7 +75,7 @@
     box-shadow: none;
   }
 
-  [data-theme='dark'] &.ant-btn-link.is-disabled {
+  [data-theme='dark'] &.@{ventSpace}-btn-link.is-disabled {
     color: rgba(255, 255, 255, 0.25) !important;
     text-shadow: none;
     cursor: not-allowed !important;
@@ -86,7 +86,7 @@
 
   // color: @white;
 
-  &-success.ant-btn-link:not([disabled='disabled']) {
+  &-success.@{ventSpace}-btn-link:not([disabled='disabled']) {
     color: @button-success-color;
 
     &:hover,
@@ -100,17 +100,17 @@
     }
   }
 
-  &-success.ant-btn-link.ant-btn-loading,
-  &-warning.ant-btn-link.ant-btn-loading,
-  &-error.ant-btn-link.ant-btn-loading,
-  &-background-ghost.ant-btn-link.ant-btn-loading,
-  &.ant-btn-link.ant-btn-loading {
+  &-success.@{ventSpace}-btn-link.@{ventSpace}-btn-loading,
+  &-warning.@{ventSpace}-btn-link.@{ventSpace}-btn-loading,
+  &-error.@{ventSpace}-btn-link.@{ventSpace}-btn-loading,
+  &-background-ghost.@{ventSpace}-btn-link.@{ventSpace}-btn-loading,
+  &.@{ventSpace}-btn-link.@{ventSpace}-btn-loading {
     &::before {
       background: transparent;
     }
   }
 
-  &-success:not(.ant-btn-link, .is-disabled) {
+  &-success:not(.zxm-btn-link, .is-disabled) {
     color: @white;
     background-color: @button-success-color;
     border-color: @button-success-color;
@@ -136,7 +136,7 @@
     //}
   }
 
-  &-warning.ant-btn-link:not([disabled='disabled']) {
+  &-warning.@{ventSpace}-btn-link:not([disabled='disabled']) {
     color: @button-warn-color;
 
     &:hover,
@@ -150,7 +150,7 @@
     }
   }
 
-  &-warning:not(.ant-btn-link, .is-disabled) {
+  &-warning:not(.zxm-btn-link, .is-disabled) {
     color: @white;
     background-color: @button-warn-color;
     border-color: @button-warn-color;
@@ -176,7 +176,7 @@
     //}
   }
 
-  &-error.ant-btn-link:not([disabled='disabled']) {
+  &-error.@{ventSpace}-btn-link:not([disabled='disabled']) {
     color: @button-error-color;
 
     &:hover,
@@ -190,7 +190,7 @@
     }
   }
 
-  &-error:not(.ant-btn-link, .is-disabled) {
+  &-error:not(.zxm-btn-link, .is-disabled) {
     color: @white;
     background-color: @button-error-color;
     border-color: @button-error-color;
@@ -251,7 +251,7 @@
     }
   }
 
-  &-background-ghost&-success:not(.ant-btn-link) {
+  &-background-ghost&-success:not(.zxm-btn-link) {
     color: @button-success-color;
     background-color: transparent;
     border-color: @button-success-color;
@@ -269,7 +269,7 @@
     }
   }
 
-  &-background-ghost&-warning:not(.ant-btn-link) {
+  &-background-ghost&-warning:not(.zxm-btn-link) {
     color: @button-warn-color;
     background-color: transparent;
     border-color: @button-warn-color;
@@ -287,7 +287,7 @@
     }
   }
 
-  &-background-ghost&-error:not(.ant-btn-link) {
+  &-background-ghost&-error:not(.zxm-btn-link) {
     color: @button-error-color;
     background-color: transparent;
     border-color: @button-error-color;
@@ -305,7 +305,7 @@
     }
   }
 
-  &-ghost.ant-btn-link:not([disabled='disabled']) {
+  &-ghost.@{ventSpace}-btn-link:not([disabled='disabled']) {
     color: @button-ghost-color;
 
     &:hover,

+ 13 - 8
src/design/ant/index.less

@@ -1,14 +1,15 @@
 @import './pagination.less';
 @import './input.less';
 @import './btn.less';
+@ventSpace: zxm;
 // @import './table.less';
 
 // TODO beta.11 fix
-.ant-col {
+.@{ventSpace}-col {
   width: 100%;
 }
 
-.ant-image-preview-root {
+.@{ventSpace}-image-preview-root {
   img {
     display: unset;
   }
@@ -18,22 +19,22 @@ span.anticon:not(.app-iconify) {
   vertical-align: 0.125em !important;
 }
 
-.ant-back-top {
+.@{ventSpace}-back-top {
   right: 20px;
   bottom: 20px;
 }
 
 .collapse-container__body {
-  > .ant-descriptions {
+  > .@{ventSpace}-descriptions {
     margin-left: 6px;
   }
 }
 
-.ant-image-preview-operations {
+.@{ventSpace}-image-preview-operations {
   background-color: rgba(0, 0, 0, 0.3);
 }
 
-.ant-popover {
+.@{ventSpace}-popover {
   &-content {
     box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
   }
@@ -58,8 +59,12 @@ span.anticon:not(.app-iconify) {
   color: @primary-color !important;
 }
 
-.ant-checkbox-checked .ant-checkbox-inner::after,
-.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
+.@{ventSpace}-checkbox-checked .@{ventSpace}-checkbox-inner::after,
+.@{ventSpace}-tree-checkbox-checked .@{ventSpace}-tree-checkbox-inner::after {
   border-top: 0 !important;
   border-left: 0 !important;
 }
+
+@{ventSpace}-input{
+  background-color: transparent !important;
+}

Some files were not shown because too many files changed in this diff