@univerjs-pro/sheets-mcp 0.10.11 → 0.10.12-nightly.202510251119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cjs/facade.js +1 -0
- package/lib/cjs/index.js +1 -1
- package/lib/es/facade.js +1 -0
- package/lib/es/index.js +1 -1
- package/lib/facade.js +1 -0
- package/lib/index.js +1 -1
- package/lib/types/facade/f-univer.d.ts +23 -0
- package/lib/types/facade/index.d.ts +1 -0
- package/lib/types/tools/conditional-format-tools.d.ts +10 -10
- package/lib/types/tools/error-utils.d.ts +2 -1
- package/lib/umd/facade.js +1 -0
- package/lib/umd/index.js +1 -1
- package/package.json +22 -10
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';const _0x187bfb=_0x2799;function _0x2799(_0x2bc950,_0x15bbc1){const _0x128976=_0x1289();return _0x2799=function(_0x279953,_0x1b0f73){_0x279953=_0x279953-0x84;let _0x1c7096=_0x128976[_0x279953];return _0x1c7096;},_0x2799(_0x2bc950,_0x15bbc1);}(function(_0x2dfbbb,_0x2e1abd){const _0x16dbf4=_0x2799,_0x3eaf=_0x2dfbbb();while(!![]){try{const _0x1382e4=-parseInt(_0x16dbf4(0x8b))/0x1+-parseInt(_0x16dbf4(0x8e))/0x2+parseInt(_0x16dbf4(0x86))/0x3*(parseInt(_0x16dbf4(0x85))/0x4)+-parseInt(_0x16dbf4(0x8a))/0x5+-parseInt(_0x16dbf4(0x8d))/0x6*(-parseInt(_0x16dbf4(0x8c))/0x7)+-parseInt(_0x16dbf4(0x84))/0x8*(-parseInt(_0x16dbf4(0x90))/0x9)+parseInt(_0x16dbf4(0x8f))/0xa*(-parseInt(_0x16dbf4(0x91))/0xb);if(_0x1382e4===_0x2e1abd)break;else _0x3eaf['push'](_0x3eaf['shift']());}catch(_0x569b2f){_0x3eaf['push'](_0x3eaf['shift']());}}}(_0x1289,0x79c4f));const t=require('@univerjs/core/facade');function _0x1289(){const _0x10082c=['getAllFormulaError','8NBUsdU','33716vChoMK','36lMvYdx','FUniver','getLintErrors','extend','4902015LZgNYm','40696RIxNvT','24262WLqXMy','1434PpUuqj','431712VSzumk','189710UawyAz','8450973PbFOvj','77rAevxP'];_0x1289=function(){return _0x10082c;};return _0x1289();}require('@univerjs/sheets-formula/facade'),require('@univerjs/sheets-data-validation/facade');class i extends t[_0x187bfb(0x87)]{async[_0x187bfb(0x88)](){const _0x32c2c2=_0x187bfb,_0x579bcf=this['getActiveWorkbook'](),_0x47468f=_0x579bcf[_0x32c2c2(0x92)](),_0x4fb1f8=await _0x579bcf['getAllDataValidationErrorAsync']();return{'formulaErrors':_0x47468f,'dataValidationErrors':_0x4fb1f8};}}t['FUniver'][_0x187bfb(0x89)](i);
|