@univerjs-pro/engine-formula 0.22.0 → 0.22.1-insiders.20260515-225d350
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 -1
- package/lib/cjs/index.js +1 -1
- package/lib/es/facade.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/facade.js +1 -1
- package/lib/index.js +1 -1
- package/lib/types/engine/dependency-engine/cell-codec.d.ts +39 -0
- package/lib/types/engine/dependency-engine/dependency-engine.d.ts +341 -0
- package/lib/types/engine/dependency-engine/formula-cell-index.d.ts +23 -0
- package/lib/types/engine/dependency-engine/helpers.d.ts +32 -0
- package/lib/types/engine/dependency-engine/node-helpers.d.ts +7 -0
- package/lib/types/engine/dependency-engine/point-subscription-index.d.ts +24 -0
- package/lib/types/engine/dependency-engine/range-index.d.ts +66 -0
- package/lib/types/engine/dependency-engine/types.d.ts +220 -0
- package/lib/types/engine/dependency-engine.d.ts +8 -0
- package/lib/types/engine/formula-dependency.d.ts +85 -23
- package/lib/types/engine/shared-formula-group-analyzer.d.ts +45 -0
- package/lib/types/index.d.ts +0 -1
- package/lib/types/services/calculate-formula.service.d.ts +18 -1
- package/lib/types/services/dependency-manager.service.d.ts +39 -14
- package/lib/umd/facade.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +5 -5
- package/lib/types/engine/lexer-tree-builder.d.ts +0 -25
package/lib/cjs/facade.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const _0x5603c3=_0x5c0b;function _0x2e1d(){const _0x5e907b=['toStringTag','Module','1845152FRmnJp','534393OQrrBr','2578536QikwAM','593700LAdyGv','478744HFUQGj','10gzehvX','2lOnJWc','372991UABtnx','6Ryppey','defineProperty','FFormula','12321eEOXhQ'];_0x2e1d=function(){return _0x5e907b;};return _0x2e1d();}(function(_0x4cd6aa,_0x18219e){const _0x369dde=_0x5c0b,_0x5efd37=_0x4cd6aa();while(!![]){try{const _0x218f02=parseInt(_0x369dde(0x135))/0x1+parseInt(_0x369dde(0x134))/0x2*(-parseInt(_0x369dde(0x13d))/0x3)+parseInt(_0x369dde(0x13c))/0x4+-parseInt(_0x369dde(0x131))/0x5*(parseInt(_0x369dde(0x136))/0x6)+parseInt(_0x369dde(0x132))/0x7+-parseInt(_0x369dde(0x13e))/0x8+parseInt(_0x369dde(0x139))/0x9*(parseInt(_0x369dde(0x133))/0xa);if(_0x218f02===_0x18219e)break;else _0x5efd37['push'](_0x5efd37['shift']());}catch(_0xcbabb6){_0x5efd37['push'](_0x5efd37['shift']());}}}(_0x2e1d,0x458b4),Object['defineProperty'](exports,Symbol[_0x5603c3(0x13a)],{'value':_0x5603c3(0x13b)}));function _0x5c0b(_0x470ec9,_0x57aefe){_0x470ec9=_0x470ec9-0x131;const _0x2e1d80=_0x2e1d();let _0x5c0b32=_0x2e1d80[_0x470ec9];return _0x5c0b32;}let _univerjs_engine_formula_facade=require('@univerjs/engine-formula/facade');Object[_0x5603c3(0x137)](exports,_0x5603c3(0x138),{'enumerable':!![],'get':function(){const _0x223780=_0x5603c3;return _univerjs_engine_formula_facade[_0x223780(0x138)];}});
|