@univerjs/engine-formula 0.5.5 → 0.6.0-alpha.0
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/index.js +1 -1
- package/lib/es/facade.js +3 -0
- package/lib/es/index.js +224 -220
- package/lib/types/facade/f-formula.d.ts +4 -0
- package/lib/types/facade/f-univer.d.ts +3 -0
- package/lib/types/functions/text/t/index.d.ts +4 -1
- package/lib/umd/index.js +1 -1
- package/package.json +5 -5
- package/lib/types/basics/__tests__/date.spec.d.ts +0 -16
- package/lib/types/basics/__tests__/engineering.spec.d.ts +0 -16
- package/lib/types/basics/__tests__/math.spec.d.ts +0 -16
- package/lib/types/basics/__tests__/regex.spec.d.ts +0 -16
- package/lib/types/engine/analysis/__tests__/create-command-test-bed.d.ts +0 -17
- package/lib/types/engine/analysis/__tests__/dependency.spec.d.ts +0 -16
- package/lib/types/engine/analysis/__tests__/lexer-tree-builder.spec.d.ts +0 -16
- package/lib/types/engine/analysis/__tests__/lexer.spec.d.ts +0 -16
- package/lib/types/engine/analysis/__tests__/parser.spec.d.ts +0 -16
- package/lib/types/engine/utils/__tests__/cell.spec.d.ts +0 -16
- package/lib/types/engine/utils/__tests__/compare.spec.d.ts +0 -16
- package/lib/types/engine/utils/__tests__/math-kit.spec.d.ts +0 -16
- package/lib/types/engine/utils/__tests__/numfmt-kit.spec.d.ts +0 -16
- package/lib/types/engine/utils/__tests__/object-compare.spec.d.ts +0 -16
- package/lib/types/engine/utils/__tests__/r1c1-reference.spec.d.ts +0 -16
- package/lib/types/engine/utils/__tests__/reference.spec.d.ts +0 -16
- package/lib/types/engine/utils/__tests__/value-object.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-inverted-index-cache.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-inverted-index-cache2.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-abs.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-acos.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-acosh.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-asin.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-asinh.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-atan.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-atan2.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-atanh.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-cbrt.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-ceil.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-cos.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-divided.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-exp.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-floor.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-log.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-log10.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-minus.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-multiply.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-object.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-plus.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-pow.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-round.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-sin.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-tan.spec.d.ts +0 -16
- package/lib/types/engine/value-object/__tests__/array-value-tanh.spec.d.ts +0 -16
- package/lib/types/functions/__tests__/create-function-test-bed.d.ts +0 -20
- package/lib/types/functions/__tests__/nested-functions.spec.d.ts +0 -16
- package/lib/types/functions/array/array-constrain/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/array/flatten/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/compatibility/betadist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/compatibility/hypgeomdist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/compatibility/lognormdist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/compatibility/negbinomdist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/compatibility/normsdist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/compatibility/rank/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/compatibility/tdist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/daverage/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dcount/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dcounta/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dget/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dmax/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dmin/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dproduct/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dstdev/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dstdevp/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dsum/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dvar/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/database/dvarp/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/date/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/datedif/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/datevalue/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/day/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/days/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/days360/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/edate/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/eomonth/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/epochtodate/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/hour/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/isoweeknum/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/minute/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/month/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/networkdays/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/networkdays-intl/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/now/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/second/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/time/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/timevalue/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/to-date/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/today/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/weekday/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/weeknum/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/workday/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/workday-intl/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/year/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/date/yearfrac/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/besseli/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/besselj/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/besselk/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bessely/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bin2dec/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bin2hex/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bin2oct/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bitand/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bitlshift/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bitor/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bitrshift/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/bitxor/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/complex/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/convert/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/dec2bin/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/dec2hex/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/dec2oct/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/delta/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/erf/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/erf-precise/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/erfc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/erfc-precise/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/gestep/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/hex2bin/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/hex2dec/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/hex2oct/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imabs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imaginary/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imargument/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imconjugate/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imcos/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imcosh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imcot/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imcoth/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imcsc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imcsch/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imdiv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imexp/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imln/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imlog/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imlog10/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imlog2/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/impower/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/improduct/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imreal/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imsec/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imsech/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imsin/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imsinh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imsqrt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imsub/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imsum/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imtan/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/imtanh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/oct2bin/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/oct2dec/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/engineering/oct2hex/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/accrint/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/accrintm/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/amorlinc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/coupdaybs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/coupdays/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/coupdaysnc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/coupncd/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/coupnum/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/couppcd/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/cumipmt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/cumprinc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/db/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/ddb/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/disc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/dollarde/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/dollarfr/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/duration/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/effect/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/fv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/fvschedule/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/intrate/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/ipmt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/irr/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/ispmt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/mduration/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/mirr/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/nominal/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/nper/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/npv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/oddfprice/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/oddfyield/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/oddlprice/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/oddlyield/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/pduration/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/pmt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/ppmt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/price/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/pricedisc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/pricemat/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/pv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/rate/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/received/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/rri/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/sln/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/syd/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/tbilleq/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/tbillprice/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/tbillyield/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/vdb/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/xirr/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/xnpv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/yield/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/yielddisc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/financial/yieldmat/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/cell/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/error-type/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isbetween/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isblank/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isdate/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isemail/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/iserr/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/iserror/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/iseven/__tests__/iseven.spec.d.ts +0 -16
- package/lib/types/functions/information/isformula/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/islogical/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isna/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isnontext/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isnumber/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isodd/__tests__/isodd.spec.d.ts +0 -16
- package/lib/types/functions/information/isref/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/istext/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/isurl/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/n/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/na/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/sheet/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/sheets/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/information/type/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/and/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/false/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/if/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/iferror/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/ifna/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/ifs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/not/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/or/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/switch/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/true/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/logical/xor/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/address/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/areas/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/choose/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/choosecols/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/chooserows/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/column/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/columns/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/drop/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/expand/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/filter/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/formulatext/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/hlookup/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/hstack/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/lookup/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/match/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/offset/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/row/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/rows/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/sort/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/sortby/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/take/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/tocol/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/torow/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/transpose/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/unique/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/vlookup/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/vstack/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/wrapcols/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/wraprows/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/xlookup/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/lookup/xmatch/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/abs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/acos/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/acosh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/acot/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/acoth/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/arabic/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/asin/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/asinh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/atan/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/atan2/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/atanh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/base/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/ceiling/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/ceiling-math/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/ceiling-precise/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/combin/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/combina/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/cos/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/cosh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/cot/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/coth/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/csc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/csch/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/decimal/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/degrees/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/even/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/exp/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/fact/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/factdouble/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/floor/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/floor-math/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/floor-precise/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/gcd/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/int/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/lcm/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/ln/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/log/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/log10/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/mdeterm/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/minverse/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/mmult/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/mod/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/mround/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/multinomial/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/munit/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/odd/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/pi/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/power/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/product/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/quotient/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/radians/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/rand/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/randarray/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/randbetween/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/roman/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/round/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/roundbank/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/rounddown/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/roundup/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sec/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sech/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sequence/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/seriessum/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sign/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sin/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sinh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sqrt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sqrtpi/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/subtotal/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sum/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sumif/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sumifs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sumproduct/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sumsq/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sumx2my2/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sumx2py2/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/sumxmy2/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/tan/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/tanh/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/math/trunc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/meta/compare/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/avedev/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/average/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/average-weighted/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/averagea/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/averageif/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/averageifs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/beta-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/beta-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/binom-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/binom-dist-range/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/binom-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/chisq-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/chisq-dist-rt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/chisq-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/chisq-inv-rt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/chisq-test/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/confidence-norm/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/confidence-t/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/correl/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/count/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/counta/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/countblank/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/countif/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/countifs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/covariance-p/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/covariance-s/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/devsq/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/expon-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/f-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/f-dist-rt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/f-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/f-inv-rt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/f-test/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/fisher/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/fisherinv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/forecast/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/frequency/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/gamma/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/gamma-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/gamma-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/gammaln/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/gauss/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/geomean/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/growth/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/harmean/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/hypgeom-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/intercept/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/kurt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/large/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/linest/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/logest/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/lognorm-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/lognorm-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/marginoferror/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/max/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/maxa/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/maxifs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/median/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/min/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/mina/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/minifs/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/mode-mult/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/mode-sngl/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/negbinom-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/norm-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/norm-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/norm-s-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/norm-s-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/pearson/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/percentile-exc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/percentile-inc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/percentrank-exc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/percentrank-inc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/permut/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/permutationa/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/phi/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/poisson-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/prob/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/quartile-exc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/quartile-inc/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/rank-avg/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/rank-eq/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/rsq/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/skew/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/skew-p/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/slope/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/small/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/standardize/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/stdev-p/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/stdev-s/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/stdeva/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/stdevpa/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/steyx/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/t-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/t-dist-2t/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/t-dist-rt/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/t-inv/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/t-inv-2t/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/t-test/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/trend/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/trimmean/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/var-p/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/var-s/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/vara/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/varpa/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/weibull-dist/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/statistical/z-test/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/text/concat/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/text/concatenate/__tests__/index.spec.d.ts +0 -16
- package/lib/types/functions/web/encodeurl/__tests__/index.spec.d.ts +0 -16
- package/lib/types/models/__tests__/create-command-test-bed.d.ts +0 -13
- package/lib/types/models/__tests__/formula-data.model.spec.d.ts +0 -16
package/lib/es/index.js
CHANGED
|
@@ -17925,7 +17925,7 @@ class J1 extends V {
|
|
|
17925
17925
|
};
|
|
17926
17926
|
}
|
|
17927
17927
|
}
|
|
17928
|
-
class
|
|
17928
|
+
class ed extends V {
|
|
17929
17929
|
constructor() {
|
|
17930
17930
|
super(...arguments);
|
|
17931
17931
|
A(this, "minParams", 4);
|
|
@@ -17955,7 +17955,7 @@ class e0 extends V {
|
|
|
17955
17955
|
return s === 1 && o === 1 ? h.get(0, 0) : h;
|
|
17956
17956
|
}
|
|
17957
17957
|
}
|
|
17958
|
-
class
|
|
17958
|
+
class td extends V {
|
|
17959
17959
|
constructor() {
|
|
17960
17960
|
super(...arguments);
|
|
17961
17961
|
A(this, "minParams", 5);
|
|
@@ -17982,7 +17982,7 @@ class t0 extends V {
|
|
|
17982
17982
|
return S /= 1 + M / w, y.create(S);
|
|
17983
17983
|
}
|
|
17984
17984
|
}
|
|
17985
|
-
class
|
|
17985
|
+
class rd extends V {
|
|
17986
17986
|
constructor() {
|
|
17987
17987
|
super(...arguments);
|
|
17988
17988
|
A(this, "minParams", 3);
|
|
@@ -18070,7 +18070,7 @@ class r0 extends V {
|
|
|
18070
18070
|
return n;
|
|
18071
18071
|
}
|
|
18072
18072
|
}
|
|
18073
|
-
class
|
|
18073
|
+
class nd extends V {
|
|
18074
18074
|
constructor() {
|
|
18075
18075
|
super(...arguments);
|
|
18076
18076
|
A(this, "minParams", 2);
|
|
@@ -18091,7 +18091,7 @@ class n0 extends V {
|
|
|
18091
18091
|
return y.create(f);
|
|
18092
18092
|
}
|
|
18093
18093
|
}
|
|
18094
|
-
class
|
|
18094
|
+
class sd extends V {
|
|
18095
18095
|
constructor() {
|
|
18096
18096
|
super(...arguments);
|
|
18097
18097
|
A(this, "minParams", 3);
|
|
@@ -18130,7 +18130,7 @@ class s0 extends V {
|
|
|
18130
18130
|
return c === 1 && l === 1 ? E.get(0, 0) : E;
|
|
18131
18131
|
}
|
|
18132
18132
|
}
|
|
18133
|
-
class
|
|
18133
|
+
class ad extends V {
|
|
18134
18134
|
constructor() {
|
|
18135
18135
|
super(...arguments);
|
|
18136
18136
|
A(this, "minParams", 2);
|
|
@@ -18194,7 +18194,7 @@ class a0 extends V {
|
|
|
18194
18194
|
};
|
|
18195
18195
|
}
|
|
18196
18196
|
}
|
|
18197
|
-
class
|
|
18197
|
+
class id extends V {
|
|
18198
18198
|
constructor() {
|
|
18199
18199
|
super(...arguments);
|
|
18200
18200
|
A(this, "minParams", 8);
|
|
@@ -18233,7 +18233,7 @@ class i0 extends V {
|
|
|
18233
18233
|
return Math.floor(e) > Math.floor(t) && Math.floor(t) > Math.floor(r) && Math.floor(r) > Math.floor(n);
|
|
18234
18234
|
}
|
|
18235
18235
|
}
|
|
18236
|
-
class
|
|
18236
|
+
class od extends V {
|
|
18237
18237
|
constructor() {
|
|
18238
18238
|
super(...arguments);
|
|
18239
18239
|
A(this, "minParams", 8);
|
|
@@ -18275,7 +18275,7 @@ class o0 extends V {
|
|
|
18275
18275
|
return typeof _ != "number" ? _ : y.create(_);
|
|
18276
18276
|
}
|
|
18277
18277
|
}
|
|
18278
|
-
class
|
|
18278
|
+
class ud extends V {
|
|
18279
18279
|
constructor() {
|
|
18280
18280
|
super(...arguments);
|
|
18281
18281
|
A(this, "minParams", 7);
|
|
@@ -18338,7 +18338,7 @@ class u0 extends V {
|
|
|
18338
18338
|
return _ += b / R, _;
|
|
18339
18339
|
}
|
|
18340
18340
|
}
|
|
18341
|
-
class
|
|
18341
|
+
class cd extends V {
|
|
18342
18342
|
constructor() {
|
|
18343
18343
|
super(...arguments);
|
|
18344
18344
|
A(this, "minParams", 8);
|
|
@@ -18401,7 +18401,7 @@ class c0 extends V {
|
|
|
18401
18401
|
return _ += b / R, _;
|
|
18402
18402
|
}
|
|
18403
18403
|
}
|
|
18404
|
-
class
|
|
18404
|
+
class ld extends V {
|
|
18405
18405
|
constructor() {
|
|
18406
18406
|
super(...arguments);
|
|
18407
18407
|
A(this, "minParams", 3);
|
|
@@ -18429,7 +18429,7 @@ class l0 extends V {
|
|
|
18429
18429
|
return n === 1 && s === 1 ? l.get(0, 0) : l;
|
|
18430
18430
|
}
|
|
18431
18431
|
}
|
|
18432
|
-
class
|
|
18432
|
+
class fd extends V {
|
|
18433
18433
|
constructor() {
|
|
18434
18434
|
super(...arguments);
|
|
18435
18435
|
A(this, "minParams", 3);
|
|
@@ -18462,7 +18462,7 @@ class f0 extends V {
|
|
|
18462
18462
|
return c === 1 && l === 1 ? E.get(0, 0) : E;
|
|
18463
18463
|
}
|
|
18464
18464
|
}
|
|
18465
|
-
class
|
|
18465
|
+
class hd extends V {
|
|
18466
18466
|
constructor() {
|
|
18467
18467
|
super(...arguments);
|
|
18468
18468
|
A(this, "minParams", 4);
|
|
@@ -18497,7 +18497,7 @@ class h0 extends V {
|
|
|
18497
18497
|
return l === 1 && f === 1 ? R.get(0, 0) : R;
|
|
18498
18498
|
}
|
|
18499
18499
|
}
|
|
18500
|
-
class
|
|
18500
|
+
class md extends V {
|
|
18501
18501
|
constructor() {
|
|
18502
18502
|
super(...arguments);
|
|
18503
18503
|
A(this, "minParams", 6);
|
|
@@ -18524,7 +18524,7 @@ class m0 extends V {
|
|
|
18524
18524
|
return y.create(x);
|
|
18525
18525
|
}
|
|
18526
18526
|
}
|
|
18527
|
-
class
|
|
18527
|
+
class gd extends V {
|
|
18528
18528
|
constructor() {
|
|
18529
18529
|
super(...arguments);
|
|
18530
18530
|
A(this, "minParams", 4);
|
|
@@ -18551,7 +18551,7 @@ class g0 extends V {
|
|
|
18551
18551
|
return y.create(D);
|
|
18552
18552
|
}
|
|
18553
18553
|
}
|
|
18554
|
-
class
|
|
18554
|
+
class dd extends V {
|
|
18555
18555
|
constructor() {
|
|
18556
18556
|
super(...arguments);
|
|
18557
18557
|
A(this, "minParams", 5);
|
|
@@ -18585,7 +18585,7 @@ class d0 extends V {
|
|
|
18585
18585
|
return Math.floor(e) > Math.floor(t) && Math.floor(t) > Math.floor(r);
|
|
18586
18586
|
}
|
|
18587
18587
|
}
|
|
18588
|
-
class
|
|
18588
|
+
class Cd extends V {
|
|
18589
18589
|
constructor() {
|
|
18590
18590
|
super(...arguments);
|
|
18591
18591
|
A(this, "minParams", 3);
|
|
@@ -18618,7 +18618,7 @@ class C0 extends V {
|
|
|
18618
18618
|
return c === 1 && l === 1 ? E.get(0, 0) : E;
|
|
18619
18619
|
}
|
|
18620
18620
|
}
|
|
18621
|
-
class
|
|
18621
|
+
class _d extends V {
|
|
18622
18622
|
constructor() {
|
|
18623
18623
|
super(...arguments);
|
|
18624
18624
|
A(this, "minParams", 3);
|
|
@@ -18671,7 +18671,7 @@ class _0 extends V {
|
|
|
18671
18671
|
return u === 0 && c === 0 ? y.create(h, "0%") : y.create(h);
|
|
18672
18672
|
}
|
|
18673
18673
|
}
|
|
18674
|
-
class
|
|
18674
|
+
class Ad extends V {
|
|
18675
18675
|
constructor() {
|
|
18676
18676
|
super(...arguments);
|
|
18677
18677
|
A(this, "minParams", 4);
|
|
@@ -18698,7 +18698,7 @@ class A0 extends V {
|
|
|
18698
18698
|
return D < 0 ? g.create(m.NUM) : y.create(D);
|
|
18699
18699
|
}
|
|
18700
18700
|
}
|
|
18701
|
-
class
|
|
18701
|
+
class Ed extends V {
|
|
18702
18702
|
constructor() {
|
|
18703
18703
|
super(...arguments);
|
|
18704
18704
|
A(this, "minParams", 3);
|
|
@@ -18728,7 +18728,7 @@ class E0 extends V {
|
|
|
18728
18728
|
return n === 1 && s === 1 ? l.get(0, 0) : l;
|
|
18729
18729
|
}
|
|
18730
18730
|
}
|
|
18731
|
-
class
|
|
18731
|
+
class bd extends V {
|
|
18732
18732
|
constructor() {
|
|
18733
18733
|
super(...arguments);
|
|
18734
18734
|
A(this, "minParams", 3);
|
|
@@ -18761,7 +18761,7 @@ class b0 extends V {
|
|
|
18761
18761
|
return n === 1 && s === 1 ? l.get(0, 0) : l;
|
|
18762
18762
|
}
|
|
18763
18763
|
}
|
|
18764
|
-
class
|
|
18764
|
+
class yd extends V {
|
|
18765
18765
|
constructor() {
|
|
18766
18766
|
super(...arguments);
|
|
18767
18767
|
A(this, "minParams", 4);
|
|
@@ -18798,7 +18798,7 @@ class y0 extends V {
|
|
|
18798
18798
|
return s === 1 && o === 1 ? h.get(0, 0) : h;
|
|
18799
18799
|
}
|
|
18800
18800
|
}
|
|
18801
|
-
class
|
|
18801
|
+
class Rd extends V {
|
|
18802
18802
|
constructor() {
|
|
18803
18803
|
super(...arguments);
|
|
18804
18804
|
A(this, "minParams", 3);
|
|
@@ -18831,7 +18831,7 @@ class R0 extends V {
|
|
|
18831
18831
|
return R < 0 ? g.create(m.NUM) : y.create(R);
|
|
18832
18832
|
}
|
|
18833
18833
|
}
|
|
18834
|
-
class
|
|
18834
|
+
class pd extends V {
|
|
18835
18835
|
constructor() {
|
|
18836
18836
|
super(...arguments);
|
|
18837
18837
|
A(this, "minParams", 3);
|
|
@@ -18860,7 +18860,7 @@ class p0 extends V {
|
|
|
18860
18860
|
return R < 0 ? g.create(m.NUM) : y.create(R, Ke(this.getLocale()));
|
|
18861
18861
|
}
|
|
18862
18862
|
}
|
|
18863
|
-
class
|
|
18863
|
+
class Vd extends V {
|
|
18864
18864
|
constructor() {
|
|
18865
18865
|
super(...arguments);
|
|
18866
18866
|
A(this, "minParams", 3);
|
|
@@ -18888,7 +18888,7 @@ class V0 extends V {
|
|
|
18888
18888
|
return y.create(R);
|
|
18889
18889
|
}
|
|
18890
18890
|
}
|
|
18891
|
-
class
|
|
18891
|
+
class Nd extends V {
|
|
18892
18892
|
constructor() {
|
|
18893
18893
|
super(...arguments);
|
|
18894
18894
|
A(this, "minParams", 5);
|
|
@@ -18979,7 +18979,7 @@ class N0 extends V {
|
|
|
18979
18979
|
return c;
|
|
18980
18980
|
}
|
|
18981
18981
|
}
|
|
18982
|
-
class
|
|
18982
|
+
class Od extends V {
|
|
18983
18983
|
constructor() {
|
|
18984
18984
|
super(...arguments);
|
|
18985
18985
|
A(this, "minParams", 2);
|
|
@@ -19119,7 +19119,7 @@ class O0 extends V {
|
|
|
19119
19119
|
return e.reduce((n, s, o) => n + s / (1 + r) ** ((t[o] - t[0]) / 365), 0);
|
|
19120
19120
|
}
|
|
19121
19121
|
}
|
|
19122
|
-
class
|
|
19122
|
+
class Md extends V {
|
|
19123
19123
|
constructor() {
|
|
19124
19124
|
super(...arguments);
|
|
19125
19125
|
A(this, "minParams", 3);
|
|
@@ -19250,7 +19250,7 @@ class M0 extends V {
|
|
|
19250
19250
|
}
|
|
19251
19251
|
}
|
|
19252
19252
|
}
|
|
19253
|
-
class
|
|
19253
|
+
class wd extends V {
|
|
19254
19254
|
constructor() {
|
|
19255
19255
|
super(...arguments);
|
|
19256
19256
|
A(this, "minParams", 6);
|
|
@@ -19287,7 +19287,7 @@ class w0 extends V {
|
|
|
19287
19287
|
return (s / 100 + r / o - d) / d * o * f / h;
|
|
19288
19288
|
}
|
|
19289
19289
|
}
|
|
19290
|
-
class
|
|
19290
|
+
class Dd extends V {
|
|
19291
19291
|
constructor() {
|
|
19292
19292
|
super(...arguments);
|
|
19293
19293
|
A(this, "minParams", 4);
|
|
@@ -19314,7 +19314,7 @@ class D0 extends V {
|
|
|
19314
19314
|
return y.create(D);
|
|
19315
19315
|
}
|
|
19316
19316
|
}
|
|
19317
|
-
class
|
|
19317
|
+
class Sd extends V {
|
|
19318
19318
|
constructor() {
|
|
19319
19319
|
super(...arguments);
|
|
19320
19320
|
A(this, "minParams", 5);
|
|
@@ -19348,7 +19348,7 @@ class S0 extends V {
|
|
|
19348
19348
|
return Math.floor(e) > Math.floor(t) && Math.floor(t) > Math.floor(r);
|
|
19349
19349
|
}
|
|
19350
19350
|
}
|
|
19351
|
-
const
|
|
19351
|
+
const Pd = [
|
|
19352
19352
|
[P1, ee.ACCRINT],
|
|
19353
19353
|
[L1, ee.ACCRINTM],
|
|
19354
19354
|
[x1, ee.AMORLINC],
|
|
@@ -19372,39 +19372,39 @@ const P0 = [
|
|
|
19372
19372
|
[Z1, ee.INTRATE],
|
|
19373
19373
|
[z1, ee.IPMT],
|
|
19374
19374
|
[J1, ee.IRR],
|
|
19375
|
-
[
|
|
19376
|
-
[
|
|
19377
|
-
[
|
|
19378
|
-
[
|
|
19379
|
-
[
|
|
19380
|
-
[
|
|
19381
|
-
[
|
|
19382
|
-
[
|
|
19383
|
-
[
|
|
19384
|
-
[
|
|
19385
|
-
[
|
|
19386
|
-
[
|
|
19387
|
-
[
|
|
19388
|
-
[
|
|
19389
|
-
[
|
|
19390
|
-
[
|
|
19391
|
-
[
|
|
19392
|
-
[
|
|
19393
|
-
[
|
|
19394
|
-
[
|
|
19395
|
-
[
|
|
19396
|
-
[
|
|
19397
|
-
[
|
|
19398
|
-
[
|
|
19399
|
-
[
|
|
19400
|
-
[
|
|
19401
|
-
[
|
|
19402
|
-
[
|
|
19403
|
-
[
|
|
19404
|
-
[
|
|
19405
|
-
[
|
|
19375
|
+
[ed, ee.ISPMT],
|
|
19376
|
+
[td, ee.MDURATION],
|
|
19377
|
+
[rd, ee.MIRR],
|
|
19378
|
+
[nd, ee.NOMINAL],
|
|
19379
|
+
[sd, ee.NPER],
|
|
19380
|
+
[ad, ee.NPV],
|
|
19381
|
+
[id, ee.ODDFPRICE],
|
|
19382
|
+
[od, ee.ODDFYIELD],
|
|
19383
|
+
[ud, ee.ODDLPRICE],
|
|
19384
|
+
[cd, ee.ODDLYIELD],
|
|
19385
|
+
[ld, ee.PDURATION],
|
|
19386
|
+
[fd, ee.PMT],
|
|
19387
|
+
[hd, ee.PPMT],
|
|
19388
|
+
[md, ee.PRICE],
|
|
19389
|
+
[gd, ee.PRICEDISC],
|
|
19390
|
+
[dd, ee.PRICEMAT],
|
|
19391
|
+
[Cd, ee.PV],
|
|
19392
|
+
[_d, ee.RATE],
|
|
19393
|
+
[Ad, ee.RECEIVED],
|
|
19394
|
+
[Ed, ee.RRI],
|
|
19395
|
+
[bd, ee.SLN],
|
|
19396
|
+
[yd, ee.SYD],
|
|
19397
|
+
[Rd, ee.TBILLEQ],
|
|
19398
|
+
[pd, ee.TBILLPRICE],
|
|
19399
|
+
[Vd, ee.TBILLYIELD],
|
|
19400
|
+
[Nd, ee.VDB],
|
|
19401
|
+
[Od, ee.XIRR],
|
|
19402
|
+
[Md, ee.XNPV],
|
|
19403
|
+
[wd, ee.YIELD],
|
|
19404
|
+
[Dd, ee.YIELDDISC],
|
|
19405
|
+
[Sd, ee.YIELDMAT]
|
|
19406
19406
|
];
|
|
19407
|
-
class
|
|
19407
|
+
class Ld extends V {
|
|
19408
19408
|
constructor() {
|
|
19409
19409
|
super(...arguments);
|
|
19410
19410
|
A(this, "needsReferenceObject", !0);
|
|
@@ -19475,7 +19475,7 @@ class L0 extends V {
|
|
|
19475
19475
|
return q.createByArray(o);
|
|
19476
19476
|
}
|
|
19477
19477
|
}
|
|
19478
|
-
class
|
|
19478
|
+
class xd extends V {
|
|
19479
19479
|
constructor() {
|
|
19480
19480
|
super(...arguments);
|
|
19481
19481
|
A(this, "minParams", 1);
|
|
@@ -19501,7 +19501,7 @@ class x0 extends V {
|
|
|
19501
19501
|
}
|
|
19502
19502
|
}
|
|
19503
19503
|
var Ne = /* @__PURE__ */ ((i) => (i.CELL = "CELL", i.ERROR_TYPE = "ERROR.TYPE", i.INFO = "INFO", i.ISBETWEEN = "ISBETWEEN", i.ISBLANK = "ISBLANK", i.ISDATE = "ISDATE", i.ISEMAIL = "ISEMAIL", i.ISERR = "ISERR", i.ISERROR = "ISERROR", i.ISEVEN = "ISEVEN", i.ISFORMULA = "ISFORMULA", i.ISLOGICAL = "ISLOGICAL", i.ISNA = "ISNA", i.ISNONTEXT = "ISNONTEXT", i.ISNUMBER = "ISNUMBER", i.ISODD = "ISODD", i.ISOMITTED = "ISOMITTED", i.ISREF = "ISREF", i.ISTEXT = "ISTEXT", i.ISURL = "ISURL", i.N = "N", i.NA = "NA", i.SHEET = "SHEET", i.SHEETS = "SHEETS", i.TYPE = "TYPE", i))(Ne || {});
|
|
19504
|
-
class
|
|
19504
|
+
class jd extends V {
|
|
19505
19505
|
constructor() {
|
|
19506
19506
|
super(...arguments);
|
|
19507
19507
|
A(this, "minParams", 3);
|
|
@@ -19520,7 +19520,7 @@ class j0 extends V {
|
|
|
19520
19520
|
return h.compare(d, N).getValue() === !1 || h.compare(_, M).getValue() === !1 ? T.create(!1) : T.create(!0);
|
|
19521
19521
|
}
|
|
19522
19522
|
}
|
|
19523
|
-
class
|
|
19523
|
+
class Ud extends V {
|
|
19524
19524
|
constructor() {
|
|
19525
19525
|
super(...arguments);
|
|
19526
19526
|
A(this, "minParams", 1);
|
|
@@ -19530,7 +19530,7 @@ class U0 extends V {
|
|
|
19530
19530
|
return e.isNull() ? T.create(!0) : e.isArray() ? e.mapValue((t) => t.isNull() ? T.create(!0) : T.create(!1)) : T.create(!1);
|
|
19531
19531
|
}
|
|
19532
19532
|
}
|
|
19533
|
-
class
|
|
19533
|
+
class vd extends V {
|
|
19534
19534
|
constructor() {
|
|
19535
19535
|
super(...arguments);
|
|
19536
19536
|
A(this, "minParams", 1);
|
|
@@ -19547,7 +19547,7 @@ class v0 extends V {
|
|
|
19547
19547
|
return t.isError() ? t : t.isNumber() && t.getPattern() !== "" ? T.create(Ba(t.getPattern())) : t.isString() && (Xs(`${t.getValue()}`) || Zs(`${t.getValue()}`)) ? T.create(!0) : T.create(!1);
|
|
19548
19548
|
}
|
|
19549
19549
|
}
|
|
19550
|
-
class
|
|
19550
|
+
class Td extends V {
|
|
19551
19551
|
constructor() {
|
|
19552
19552
|
super(...arguments);
|
|
19553
19553
|
A(this, "minParams", 1);
|
|
@@ -19575,7 +19575,7 @@ class T0 extends V {
|
|
|
19575
19575
|
return T.create(s.test(r));
|
|
19576
19576
|
}
|
|
19577
19577
|
}
|
|
19578
|
-
class
|
|
19578
|
+
class Bd extends V {
|
|
19579
19579
|
constructor() {
|
|
19580
19580
|
super(...arguments);
|
|
19581
19581
|
A(this, "minParams", 1);
|
|
@@ -19585,7 +19585,7 @@ class B0 extends V {
|
|
|
19585
19585
|
return e.getValue() === m.NA ? T.create(!1) : e.isError() ? T.create(!0) : e.isArray() ? e.mapValue((t) => t.getValue() === m.NA ? T.create(!1) : t.isError() ? T.create(!0) : T.create(!1)) : T.create(!1);
|
|
19586
19586
|
}
|
|
19587
19587
|
}
|
|
19588
|
-
class
|
|
19588
|
+
class Id extends V {
|
|
19589
19589
|
constructor() {
|
|
19590
19590
|
super(...arguments);
|
|
19591
19591
|
A(this, "minParams", 1);
|
|
@@ -19595,7 +19595,7 @@ class I0 extends V {
|
|
|
19595
19595
|
return e.isError() ? T.create(!0) : e.isArray() ? e.mapValue((t) => t.isError() ? T.create(!0) : T.create(!1)) : T.create(!1);
|
|
19596
19596
|
}
|
|
19597
19597
|
}
|
|
19598
|
-
class
|
|
19598
|
+
class Fd extends V {
|
|
19599
19599
|
constructor() {
|
|
19600
19600
|
super(...arguments);
|
|
19601
19601
|
A(this, "minParams", 1);
|
|
@@ -19620,7 +19620,7 @@ class F0 extends V {
|
|
|
19620
19620
|
return T.create(n);
|
|
19621
19621
|
}
|
|
19622
19622
|
}
|
|
19623
|
-
class
|
|
19623
|
+
class kd extends V {
|
|
19624
19624
|
constructor() {
|
|
19625
19625
|
super(...arguments);
|
|
19626
19626
|
A(this, "minParams", 1);
|
|
@@ -19641,7 +19641,7 @@ class k0 extends V {
|
|
|
19641
19641
|
return s.getRowCount() === 1 && s.getColumnCount() === 1 ? o.get(0, 0) : o;
|
|
19642
19642
|
}
|
|
19643
19643
|
}
|
|
19644
|
-
class $
|
|
19644
|
+
class $d extends V {
|
|
19645
19645
|
constructor() {
|
|
19646
19646
|
super(...arguments);
|
|
19647
19647
|
A(this, "minParams", 1);
|
|
@@ -19651,7 +19651,7 @@ class $0 extends V {
|
|
|
19651
19651
|
return e.isBoolean() ? T.create(!0) : e.isArray() ? e.mapValue((t) => t.isBoolean() ? T.create(!0) : T.create(!1)) : T.create(!1);
|
|
19652
19652
|
}
|
|
19653
19653
|
}
|
|
19654
|
-
class
|
|
19654
|
+
class Yd extends V {
|
|
19655
19655
|
constructor() {
|
|
19656
19656
|
super(...arguments);
|
|
19657
19657
|
A(this, "minParams", 1);
|
|
@@ -19661,7 +19661,7 @@ class Y0 extends V {
|
|
|
19661
19661
|
return e.getValue() === m.NA ? T.create(!0) : e.isArray() ? e.mapValue((t) => t.getValue() === m.NA ? T.create(!0) : T.create(!1)) : T.create(!1);
|
|
19662
19662
|
}
|
|
19663
19663
|
}
|
|
19664
|
-
class
|
|
19664
|
+
class Hd extends V {
|
|
19665
19665
|
constructor() {
|
|
19666
19666
|
super(...arguments);
|
|
19667
19667
|
A(this, "minParams", 1);
|
|
@@ -19671,7 +19671,7 @@ class H0 extends V {
|
|
|
19671
19671
|
return !e.isArray() && !e.isString() ? T.create(!0) : e.isArray() ? e.mapValue((t) => t.isString() ? T.create(!1) : T.create(!0)) : T.create(!1);
|
|
19672
19672
|
}
|
|
19673
19673
|
}
|
|
19674
|
-
class
|
|
19674
|
+
class Gd extends V {
|
|
19675
19675
|
constructor() {
|
|
19676
19676
|
super(...arguments);
|
|
19677
19677
|
A(this, "minParams", 1);
|
|
@@ -19681,7 +19681,7 @@ class G0 extends V {
|
|
|
19681
19681
|
return e.isNumber() ? T.create(!0) : e.isArray() ? e.mapValue((t) => t.isNumber() ? T.create(!0) : T.create(!1)) : T.create(!1);
|
|
19682
19682
|
}
|
|
19683
19683
|
}
|
|
19684
|
-
class
|
|
19684
|
+
class Qd extends V {
|
|
19685
19685
|
constructor() {
|
|
19686
19686
|
super(...arguments);
|
|
19687
19687
|
A(this, "minParams", 1);
|
|
@@ -19706,7 +19706,7 @@ class Q0 extends V {
|
|
|
19706
19706
|
return T.create(n);
|
|
19707
19707
|
}
|
|
19708
19708
|
}
|
|
19709
|
-
class
|
|
19709
|
+
class Wd extends V {
|
|
19710
19710
|
constructor() {
|
|
19711
19711
|
super(...arguments);
|
|
19712
19712
|
A(this, "minParams", 1);
|
|
@@ -19717,7 +19717,7 @@ class W0 extends V {
|
|
|
19717
19717
|
return e.isReferenceObject() ? T.create(!0) : T.create(!1);
|
|
19718
19718
|
}
|
|
19719
19719
|
}
|
|
19720
|
-
class
|
|
19720
|
+
class qd extends V {
|
|
19721
19721
|
constructor() {
|
|
19722
19722
|
super(...arguments);
|
|
19723
19723
|
A(this, "minParams", 1);
|
|
@@ -19727,7 +19727,7 @@ class q0 extends V {
|
|
|
19727
19727
|
return e.isString() ? T.create(!0) : e.isArray() ? e.mapValue((t) => t.isString() ? T.create(!0) : T.create(!1)) : T.create(!1);
|
|
19728
19728
|
}
|
|
19729
19729
|
}
|
|
19730
|
-
class
|
|
19730
|
+
class Kd extends V {
|
|
19731
19731
|
constructor() {
|
|
19732
19732
|
super(...arguments);
|
|
19733
19733
|
A(this, "minParams", 1);
|
|
@@ -19755,7 +19755,7 @@ class K0 extends V {
|
|
|
19755
19755
|
return T.create(s.test(r));
|
|
19756
19756
|
}
|
|
19757
19757
|
}
|
|
19758
|
-
class
|
|
19758
|
+
class Xd extends V {
|
|
19759
19759
|
constructor() {
|
|
19760
19760
|
super(...arguments);
|
|
19761
19761
|
A(this, "minParams", 1);
|
|
@@ -19771,7 +19771,7 @@ class X0 extends V {
|
|
|
19771
19771
|
return y.create(r);
|
|
19772
19772
|
}
|
|
19773
19773
|
}
|
|
19774
|
-
class
|
|
19774
|
+
class Zd extends V {
|
|
19775
19775
|
constructor() {
|
|
19776
19776
|
super(...arguments);
|
|
19777
19777
|
A(this, "minParams", 0);
|
|
@@ -19781,7 +19781,7 @@ class Z0 extends V {
|
|
|
19781
19781
|
return g.create(m.NA);
|
|
19782
19782
|
}
|
|
19783
19783
|
}
|
|
19784
|
-
class
|
|
19784
|
+
class zd extends V {
|
|
19785
19785
|
constructor() {
|
|
19786
19786
|
super(...arguments);
|
|
19787
19787
|
A(this, "minParams", 0);
|
|
@@ -19811,7 +19811,7 @@ class z0 extends V {
|
|
|
19811
19811
|
return y.create(o + 1);
|
|
19812
19812
|
}
|
|
19813
19813
|
}
|
|
19814
|
-
class
|
|
19814
|
+
class Jd extends V {
|
|
19815
19815
|
constructor() {
|
|
19816
19816
|
super(...arguments);
|
|
19817
19817
|
A(this, "minParams", 0);
|
|
@@ -19823,7 +19823,7 @@ class J0 extends V {
|
|
|
19823
19823
|
return y.create(e.length);
|
|
19824
19824
|
}
|
|
19825
19825
|
}
|
|
19826
|
-
class
|
|
19826
|
+
class e0 extends V {
|
|
19827
19827
|
constructor() {
|
|
19828
19828
|
super(...arguments);
|
|
19829
19829
|
A(this, "needsReferenceObject", !0);
|
|
@@ -19860,32 +19860,32 @@ class ed extends V {
|
|
|
19860
19860
|
return y.create(128);
|
|
19861
19861
|
}
|
|
19862
19862
|
}
|
|
19863
|
-
const
|
|
19864
|
-
[
|
|
19865
|
-
[
|
|
19866
|
-
[
|
|
19867
|
-
[
|
|
19868
|
-
[
|
|
19869
|
-
[
|
|
19870
|
-
[
|
|
19871
|
-
[
|
|
19872
|
-
[
|
|
19873
|
-
[
|
|
19874
|
-
[$
|
|
19875
|
-
[
|
|
19876
|
-
[
|
|
19877
|
-
[
|
|
19878
|
-
[
|
|
19879
|
-
[
|
|
19880
|
-
[
|
|
19881
|
-
[
|
|
19882
|
-
[
|
|
19883
|
-
[
|
|
19884
|
-
[
|
|
19885
|
-
[
|
|
19886
|
-
[
|
|
19863
|
+
const t0 = [
|
|
19864
|
+
[Ld, Ne.CELL],
|
|
19865
|
+
[xd, Ne.ERROR_TYPE],
|
|
19866
|
+
[jd, Ne.ISBETWEEN],
|
|
19867
|
+
[Ud, Ne.ISBLANK],
|
|
19868
|
+
[vd, Ne.ISDATE],
|
|
19869
|
+
[Td, Ne.ISEMAIL],
|
|
19870
|
+
[Bd, Ne.ISERR],
|
|
19871
|
+
[Id, Ne.ISERROR],
|
|
19872
|
+
[Fd, Ne.ISEVEN],
|
|
19873
|
+
[kd, Ne.ISFORMULA],
|
|
19874
|
+
[$d, Ne.ISLOGICAL],
|
|
19875
|
+
[Yd, Ne.ISNA],
|
|
19876
|
+
[Hd, Ne.ISNONTEXT],
|
|
19877
|
+
[Gd, Ne.ISNUMBER],
|
|
19878
|
+
[Qd, Ne.ISODD],
|
|
19879
|
+
[Wd, Ne.ISREF],
|
|
19880
|
+
[qd, Ne.ISTEXT],
|
|
19881
|
+
[Kd, Ne.ISURL],
|
|
19882
|
+
[Xd, Ne.N],
|
|
19883
|
+
[Zd, Ne.NA],
|
|
19884
|
+
[zd, Ne.SHEET],
|
|
19885
|
+
[Jd, Ne.SHEETS],
|
|
19886
|
+
[e0, Ne.TYPE]
|
|
19887
19887
|
];
|
|
19888
|
-
class
|
|
19888
|
+
class r0 extends V {
|
|
19889
19889
|
constructor() {
|
|
19890
19890
|
super(...arguments);
|
|
19891
19891
|
A(this, "minParams", 1);
|
|
@@ -19908,7 +19908,7 @@ class rd extends V {
|
|
|
19908
19908
|
return r ? g.create(m.VALUE) : T.create(t);
|
|
19909
19909
|
}
|
|
19910
19910
|
}
|
|
19911
|
-
class
|
|
19911
|
+
class n0 extends V {
|
|
19912
19912
|
constructor() {
|
|
19913
19913
|
super(...arguments);
|
|
19914
19914
|
A(this, "minParams", 2);
|
|
@@ -19971,7 +19971,7 @@ class nd extends V {
|
|
|
19971
19971
|
});
|
|
19972
19972
|
}
|
|
19973
19973
|
}
|
|
19974
|
-
class
|
|
19974
|
+
class s0 extends V {
|
|
19975
19975
|
constructor() {
|
|
19976
19976
|
super(...arguments);
|
|
19977
19977
|
A(this, "minParams", 2);
|
|
@@ -20034,7 +20034,7 @@ class sd extends V {
|
|
|
20034
20034
|
});
|
|
20035
20035
|
}
|
|
20036
20036
|
}
|
|
20037
|
-
class
|
|
20037
|
+
class a0 extends V {
|
|
20038
20038
|
constructor() {
|
|
20039
20039
|
super(...arguments);
|
|
20040
20040
|
A(this, "minParams", 0);
|
|
@@ -20045,7 +20045,7 @@ class ad extends V {
|
|
|
20045
20045
|
}
|
|
20046
20046
|
}
|
|
20047
20047
|
var Se = /* @__PURE__ */ ((i) => (i.AND = "AND", i.BYCOL = "BYCOL", i.BYROW = "BYROW", i.FALSE = "FALSE", i.IF = "IF", i.IFERROR = "IFERROR", i.IFNA = "IFNA", i.IFS = "IFS", i.LAMBDA = "LAMBDA", i.LET = "LET", i.MAKEARRAY = "MAKEARRAY", i.MAP = "MAP", i.NOT = "NOT", i.OR = "OR", i.REDUCE = "REDUCE", i.SCAN = "SCAN", i.SWITCH = "SWITCH", i.TRUE = "TRUE", i.XOR = "XOR", i))(Se || {});
|
|
20048
|
-
class
|
|
20048
|
+
class i0 extends V {
|
|
20049
20049
|
constructor() {
|
|
20050
20050
|
super(...arguments);
|
|
20051
20051
|
A(this, "minParams", 2);
|
|
@@ -20082,7 +20082,7 @@ class id extends V {
|
|
|
20082
20082
|
return e.isNull() ? g.create(m.NA) : e.getValue() ? t.isNull() ? g.create(m.NA) : t : r.isNull() ? g.create(m.NA) : r;
|
|
20083
20083
|
}
|
|
20084
20084
|
}
|
|
20085
|
-
class
|
|
20085
|
+
class o0 extends V {
|
|
20086
20086
|
constructor() {
|
|
20087
20087
|
super(...arguments);
|
|
20088
20088
|
A(this, "minParams", 2);
|
|
@@ -20103,7 +20103,7 @@ class od extends V {
|
|
|
20103
20103
|
}), s;
|
|
20104
20104
|
}
|
|
20105
20105
|
}
|
|
20106
|
-
class
|
|
20106
|
+
class u0 extends V {
|
|
20107
20107
|
constructor() {
|
|
20108
20108
|
super(...arguments);
|
|
20109
20109
|
A(this, "minParams", 2);
|
|
@@ -20128,7 +20128,7 @@ class ud extends V {
|
|
|
20128
20128
|
}), s;
|
|
20129
20129
|
}
|
|
20130
20130
|
}
|
|
20131
|
-
class
|
|
20131
|
+
class c0 extends V {
|
|
20132
20132
|
constructor() {
|
|
20133
20133
|
super(...arguments);
|
|
20134
20134
|
A(this, "minParams", 2);
|
|
@@ -20169,7 +20169,7 @@ class cd extends V {
|
|
|
20169
20169
|
return t === 1 && r === 1 ? s.get(0, 0) : s;
|
|
20170
20170
|
}
|
|
20171
20171
|
}
|
|
20172
|
-
class
|
|
20172
|
+
class l0 extends V {
|
|
20173
20173
|
constructor() {
|
|
20174
20174
|
super(...arguments);
|
|
20175
20175
|
A(this, "minParams", 1);
|
|
@@ -20179,7 +20179,7 @@ class ld extends V {
|
|
|
20179
20179
|
return g.create(m.VALUE);
|
|
20180
20180
|
}
|
|
20181
20181
|
}
|
|
20182
|
-
class
|
|
20182
|
+
class f0 extends V {
|
|
20183
20183
|
constructor() {
|
|
20184
20184
|
super(...arguments);
|
|
20185
20185
|
A(this, "minParams", 3);
|
|
@@ -20189,7 +20189,7 @@ class fd extends V {
|
|
|
20189
20189
|
return g.create(m.VALUE);
|
|
20190
20190
|
}
|
|
20191
20191
|
}
|
|
20192
|
-
class
|
|
20192
|
+
class h0 extends V {
|
|
20193
20193
|
constructor() {
|
|
20194
20194
|
super(...arguments);
|
|
20195
20195
|
A(this, "minParams", 3);
|
|
@@ -20218,7 +20218,7 @@ class hd extends V {
|
|
|
20218
20218
|
return !0;
|
|
20219
20219
|
}
|
|
20220
20220
|
}
|
|
20221
|
-
let
|
|
20221
|
+
let m0 = class extends V {
|
|
20222
20222
|
constructor() {
|
|
20223
20223
|
super(...arguments);
|
|
20224
20224
|
A(this, "minParams", 2);
|
|
@@ -20301,7 +20301,7 @@ let md = class extends V {
|
|
|
20301
20301
|
return s;
|
|
20302
20302
|
}
|
|
20303
20303
|
};
|
|
20304
|
-
class
|
|
20304
|
+
class g0 extends V {
|
|
20305
20305
|
constructor() {
|
|
20306
20306
|
super(...arguments);
|
|
20307
20307
|
A(this, "minParams", 1);
|
|
@@ -20317,7 +20317,7 @@ class gd extends V {
|
|
|
20317
20317
|
return Number.isNaN(t) ? g.create(m.VALUE) : T.create(!t);
|
|
20318
20318
|
}
|
|
20319
20319
|
}
|
|
20320
|
-
class
|
|
20320
|
+
class d0 extends V {
|
|
20321
20321
|
constructor() {
|
|
20322
20322
|
super(...arguments);
|
|
20323
20323
|
A(this, "minParams", 1);
|
|
@@ -20340,7 +20340,7 @@ class dd extends V {
|
|
|
20340
20340
|
return r ? new g(m.VALUE) : new T(t);
|
|
20341
20341
|
}
|
|
20342
20342
|
}
|
|
20343
|
-
class
|
|
20343
|
+
class C0 extends V {
|
|
20344
20344
|
constructor() {
|
|
20345
20345
|
super(...arguments);
|
|
20346
20346
|
A(this, "minParams", 3);
|
|
@@ -20387,7 +20387,7 @@ class Cd extends V {
|
|
|
20387
20387
|
return l.isReferenceObject() ? l.toArrayValueObject() : l;
|
|
20388
20388
|
}
|
|
20389
20389
|
}
|
|
20390
|
-
class
|
|
20390
|
+
class _0 extends V {
|
|
20391
20391
|
constructor() {
|
|
20392
20392
|
super(...arguments);
|
|
20393
20393
|
A(this, "minParams", 3);
|
|
@@ -20462,7 +20462,7 @@ class _d extends V {
|
|
|
20462
20462
|
});
|
|
20463
20463
|
}
|
|
20464
20464
|
}
|
|
20465
|
-
class
|
|
20465
|
+
class A0 extends V {
|
|
20466
20466
|
constructor() {
|
|
20467
20467
|
super(...arguments);
|
|
20468
20468
|
A(this, "minParams", 3);
|
|
@@ -20512,7 +20512,7 @@ class Ad extends V {
|
|
|
20512
20512
|
});
|
|
20513
20513
|
}
|
|
20514
20514
|
}
|
|
20515
|
-
class
|
|
20515
|
+
class E0 extends V {
|
|
20516
20516
|
constructor() {
|
|
20517
20517
|
super(...arguments);
|
|
20518
20518
|
A(this, "minParams", 0);
|
|
@@ -20522,7 +20522,7 @@ class Ed extends V {
|
|
|
20522
20522
|
return T.create(!0);
|
|
20523
20523
|
}
|
|
20524
20524
|
}
|
|
20525
|
-
class
|
|
20525
|
+
class b0 extends V {
|
|
20526
20526
|
constructor() {
|
|
20527
20527
|
super(...arguments);
|
|
20528
20528
|
A(this, "minParams", 1);
|
|
@@ -20545,28 +20545,28 @@ class bd extends V {
|
|
|
20545
20545
|
return r ? g.create(m.VALUE) : T.create(t % 2 === 1);
|
|
20546
20546
|
}
|
|
20547
20547
|
}
|
|
20548
|
-
const
|
|
20549
|
-
[
|
|
20550
|
-
[
|
|
20551
|
-
[
|
|
20552
|
-
[
|
|
20553
|
-
[
|
|
20554
|
-
[
|
|
20555
|
-
[
|
|
20556
|
-
[
|
|
20557
|
-
[
|
|
20558
|
-
[
|
|
20559
|
-
[
|
|
20560
|
-
[
|
|
20561
|
-
[
|
|
20562
|
-
[
|
|
20563
|
-
[
|
|
20564
|
-
[
|
|
20565
|
-
[
|
|
20566
|
-
[
|
|
20567
|
-
[
|
|
20548
|
+
const y0 = [
|
|
20549
|
+
[r0, Se.AND],
|
|
20550
|
+
[n0, Se.BYCOL],
|
|
20551
|
+
[s0, Se.BYROW],
|
|
20552
|
+
[a0, Se.FALSE],
|
|
20553
|
+
[i0, Se.IF],
|
|
20554
|
+
[o0, Se.IFERROR],
|
|
20555
|
+
[u0, Se.IFNA],
|
|
20556
|
+
[c0, Se.IFS],
|
|
20557
|
+
[l0, Se.LAMBDA],
|
|
20558
|
+
[f0, Se.LET],
|
|
20559
|
+
[h0, Se.MAKEARRAY],
|
|
20560
|
+
[m0, Se.MAP],
|
|
20561
|
+
[g0, Se.NOT],
|
|
20562
|
+
[d0, Se.OR],
|
|
20563
|
+
[C0, Se.REDUCE],
|
|
20564
|
+
[_0, Se.SCAN],
|
|
20565
|
+
[A0, Se.SWITCH],
|
|
20566
|
+
[E0, Se.TRUE],
|
|
20567
|
+
[b0, Se.XOR]
|
|
20568
20568
|
];
|
|
20569
|
-
class
|
|
20569
|
+
class R0 extends V {
|
|
20570
20570
|
constructor() {
|
|
20571
20571
|
super(...arguments);
|
|
20572
20572
|
A(this, "minParams", 2);
|
|
@@ -20606,7 +20606,7 @@ class Rd extends V {
|
|
|
20606
20606
|
const o = Number.parseInt(`${Number(e.getValue()) - 1}`), u = Number.parseInt(`${Number(t.getValue()) - 1}`), c = Number.parseInt(`${Number(r.getValue())}`);
|
|
20607
20607
|
if (Number.isNaN(o) || Number.isNaN(u) || Number.isNaN(c) || c < 1 || c > 4)
|
|
20608
20608
|
return g.create(m.VALUE);
|
|
20609
|
-
const l =
|
|
20609
|
+
const l = p0(c), f = this.getZeroOrOneByOneDefault(n), h = `${s.getValue()}`, d = Ki(h), _ = {
|
|
20610
20610
|
startRow: o,
|
|
20611
20611
|
startColumn: u,
|
|
20612
20612
|
endRow: o,
|
|
@@ -20617,7 +20617,7 @@ class Rd extends V {
|
|
|
20617
20617
|
return j.create(d !== "" ? `${d}!${C}` : C);
|
|
20618
20618
|
}
|
|
20619
20619
|
}
|
|
20620
|
-
function
|
|
20620
|
+
function p0(i) {
|
|
20621
20621
|
switch (i) {
|
|
20622
20622
|
case 1:
|
|
20623
20623
|
return we.ALL;
|
|
@@ -20631,7 +20631,7 @@ function pd(i) {
|
|
|
20631
20631
|
return we.ALL;
|
|
20632
20632
|
}
|
|
20633
20633
|
}
|
|
20634
|
-
class
|
|
20634
|
+
class V0 extends V {
|
|
20635
20635
|
constructor() {
|
|
20636
20636
|
super(...arguments);
|
|
20637
20637
|
A(this, "minParams", 1);
|
|
@@ -20642,7 +20642,7 @@ class Vd extends V {
|
|
|
20642
20642
|
return e.isReferenceObject() ? y.create(1) : g.create(m.VALUE);
|
|
20643
20643
|
}
|
|
20644
20644
|
}
|
|
20645
|
-
class
|
|
20645
|
+
class N0 extends V {
|
|
20646
20646
|
constructor() {
|
|
20647
20647
|
super(...arguments);
|
|
20648
20648
|
A(this, "minParams", 2);
|
|
@@ -20681,7 +20681,7 @@ class Nd extends V {
|
|
|
20681
20681
|
});
|
|
20682
20682
|
}
|
|
20683
20683
|
}
|
|
20684
|
-
class
|
|
20684
|
+
class O0 extends V {
|
|
20685
20685
|
constructor() {
|
|
20686
20686
|
super(...arguments);
|
|
20687
20687
|
A(this, "minParams", 2);
|
|
@@ -20720,7 +20720,7 @@ class Od extends V {
|
|
|
20720
20720
|
});
|
|
20721
20721
|
}
|
|
20722
20722
|
}
|
|
20723
|
-
class
|
|
20723
|
+
class M0 extends V {
|
|
20724
20724
|
constructor() {
|
|
20725
20725
|
super(...arguments);
|
|
20726
20726
|
A(this, "minParams", 2);
|
|
@@ -20757,7 +20757,7 @@ class Md extends V {
|
|
|
20757
20757
|
});
|
|
20758
20758
|
}
|
|
20759
20759
|
}
|
|
20760
|
-
class
|
|
20760
|
+
class w0 extends V {
|
|
20761
20761
|
constructor() {
|
|
20762
20762
|
super(...arguments);
|
|
20763
20763
|
A(this, "minParams", 0);
|
|
@@ -20785,7 +20785,7 @@ class wd extends V {
|
|
|
20785
20785
|
return q.create(s);
|
|
20786
20786
|
}
|
|
20787
20787
|
}
|
|
20788
|
-
class
|
|
20788
|
+
class D0 extends V {
|
|
20789
20789
|
constructor() {
|
|
20790
20790
|
super(...arguments);
|
|
20791
20791
|
A(this, "minParams", 1);
|
|
@@ -20802,7 +20802,7 @@ class Dd extends V {
|
|
|
20802
20802
|
return y.create(t);
|
|
20803
20803
|
}
|
|
20804
20804
|
}
|
|
20805
|
-
class
|
|
20805
|
+
class S0 extends V {
|
|
20806
20806
|
constructor() {
|
|
20807
20807
|
super(...arguments);
|
|
20808
20808
|
A(this, "minParams", 2);
|
|
@@ -20863,7 +20863,7 @@ class Sd extends V {
|
|
|
20863
20863
|
return t === 0 && r === 0 ? c = e : t === 0 ? c = e.slice(void 0, u) : r === 0 ? c = e.slice(o, void 0) : c = e.slice(o, u), c = c.map((l) => l.isNull() ? y.create(0) : l), n - t === 1 && s - r === 1 ? c.get(0, 0) : c;
|
|
20864
20864
|
}
|
|
20865
20865
|
}
|
|
20866
|
-
class
|
|
20866
|
+
class P0 extends V {
|
|
20867
20867
|
constructor() {
|
|
20868
20868
|
super(...arguments);
|
|
20869
20869
|
A(this, "minParams", 2);
|
|
@@ -20958,7 +20958,7 @@ class Pd extends V {
|
|
|
20958
20958
|
});
|
|
20959
20959
|
}
|
|
20960
20960
|
}
|
|
20961
|
-
class
|
|
20961
|
+
class L0 extends V {
|
|
20962
20962
|
constructor() {
|
|
20963
20963
|
super(...arguments);
|
|
20964
20964
|
A(this, "minParams", 2);
|
|
@@ -21026,7 +21026,7 @@ class Ld extends V {
|
|
|
21026
21026
|
});
|
|
21027
21027
|
}
|
|
21028
21028
|
}
|
|
21029
|
-
class
|
|
21029
|
+
class x0 extends V {
|
|
21030
21030
|
constructor() {
|
|
21031
21031
|
super(...arguments);
|
|
21032
21032
|
A(this, "minParams", 1);
|
|
@@ -21050,7 +21050,7 @@ class xd extends V {
|
|
|
21050
21050
|
}
|
|
21051
21051
|
}
|
|
21052
21052
|
var me = /* @__PURE__ */ ((i) => (i.ADDRESS = "ADDRESS", i.AREAS = "AREAS", i.CHOOSE = "CHOOSE", i.CHOOSECOLS = "CHOOSECOLS", i.CHOOSEROWS = "CHOOSEROWS", i.COLUMN = "COLUMN", i.COLUMNS = "COLUMNS", i.DROP = "DROP", i.EXPAND = "EXPAND", i.FILTER = "FILTER", i.FORMULATEXT = "FORMULATEXT", i.GETPIVOTDATA = "GETPIVOTDATA", i.HLOOKUP = "HLOOKUP", i.HSTACK = "HSTACK", i.HYPERLINK = "HYPERLINK", i.IMAGE = "IMAGE", i.INDEX = "INDEX", i.INDIRECT = "INDIRECT", i.LOOKUP = "LOOKUP", i.MATCH = "MATCH", i.OFFSET = "OFFSET", i.ROW = "ROW", i.ROWS = "ROWS", i.RTD = "RTD", i.SORT = "SORT", i.SORTBY = "SORTBY", i.TAKE = "TAKE", i.TOCOL = "TOCOL", i.TOROW = "TOROW", i.TRANSPOSE = "TRANSPOSE", i.UNIQUE = "UNIQUE", i.VLOOKUP = "VLOOKUP", i.VSTACK = "VSTACK", i.WRAPCOLS = "WRAPCOLS", i.WRAPROWS = "WRAPROWS", i.XLOOKUP = "XLOOKUP", i.XMATCH = "XMATCH", i))(me || {});
|
|
21053
|
-
class
|
|
21053
|
+
class j0 extends V {
|
|
21054
21054
|
constructor() {
|
|
21055
21055
|
super(...arguments);
|
|
21056
21056
|
A(this, "minParams", 3);
|
|
@@ -21076,7 +21076,7 @@ class jd extends V {
|
|
|
21076
21076
|
return n === 0 ? this.equalSearch(e, t, r) : this.binarySearch(e, t, r);
|
|
21077
21077
|
}
|
|
21078
21078
|
}
|
|
21079
|
-
class
|
|
21079
|
+
class U0 extends V {
|
|
21080
21080
|
constructor() {
|
|
21081
21081
|
super(...arguments);
|
|
21082
21082
|
A(this, "minParams", 1);
|
|
@@ -21110,7 +21110,7 @@ class Ud extends V {
|
|
|
21110
21110
|
});
|
|
21111
21111
|
}
|
|
21112
21112
|
}
|
|
21113
|
-
class
|
|
21113
|
+
class v0 extends V {
|
|
21114
21114
|
constructor() {
|
|
21115
21115
|
super(...arguments);
|
|
21116
21116
|
A(this, "minParams", 1);
|
|
@@ -21214,7 +21214,7 @@ class vd extends V {
|
|
|
21214
21214
|
return this.createReferenceObject(e, _);
|
|
21215
21215
|
}
|
|
21216
21216
|
}
|
|
21217
|
-
class
|
|
21217
|
+
class T0 extends V {
|
|
21218
21218
|
constructor() {
|
|
21219
21219
|
super(...arguments);
|
|
21220
21220
|
A(this, "minParams", 1);
|
|
@@ -21277,7 +21277,7 @@ class Td extends V {
|
|
|
21277
21277
|
return r == null ? e : r.startsWith(X.EQUALS) ? r.slice(1) : r;
|
|
21278
21278
|
}
|
|
21279
21279
|
}
|
|
21280
|
-
class
|
|
21280
|
+
class B0 extends V {
|
|
21281
21281
|
constructor() {
|
|
21282
21282
|
super(...arguments);
|
|
21283
21283
|
A(this, "minParams", 2);
|
|
@@ -21301,7 +21301,7 @@ class Bd extends V {
|
|
|
21301
21301
|
return n > r ? (s = t.slice([0, 1]), o = t.slice([r - 1, r])) : (s = t.slice(void 0, [0, 1]), o = t.slice(void 0, [n - 1, n])), s == null || o == null ? g.create(m.VALUE) : e.isArray() ? e.map((u) => this.binarySearch(u, s, o)) : this.binarySearch(e, s, o);
|
|
21302
21302
|
}
|
|
21303
21303
|
}
|
|
21304
|
-
class
|
|
21304
|
+
class I0 extends V {
|
|
21305
21305
|
constructor() {
|
|
21306
21306
|
super(...arguments);
|
|
21307
21307
|
A(this, "minParams", 2);
|
|
@@ -21348,7 +21348,7 @@ class Id extends V {
|
|
|
21348
21348
|
}
|
|
21349
21349
|
}
|
|
21350
21350
|
}
|
|
21351
|
-
class
|
|
21351
|
+
class F0 extends V {
|
|
21352
21352
|
constructor() {
|
|
21353
21353
|
super(...arguments);
|
|
21354
21354
|
A(this, "minParams", 3);
|
|
@@ -21434,7 +21434,7 @@ class Fd extends V {
|
|
|
21434
21434
|
return this.createReferenceObject(e, S);
|
|
21435
21435
|
}
|
|
21436
21436
|
}
|
|
21437
|
-
class
|
|
21437
|
+
class k0 extends V {
|
|
21438
21438
|
constructor() {
|
|
21439
21439
|
super(...arguments);
|
|
21440
21440
|
A(this, "minParams", 0);
|
|
@@ -21462,7 +21462,7 @@ class kd extends V {
|
|
|
21462
21462
|
return q.create(s);
|
|
21463
21463
|
}
|
|
21464
21464
|
}
|
|
21465
|
-
class $
|
|
21465
|
+
class $0 extends V {
|
|
21466
21466
|
constructor() {
|
|
21467
21467
|
super(...arguments);
|
|
21468
21468
|
A(this, "minParams", 1);
|
|
@@ -21479,7 +21479,7 @@ class $d extends V {
|
|
|
21479
21479
|
return y.create(t);
|
|
21480
21480
|
}
|
|
21481
21481
|
}
|
|
21482
|
-
class
|
|
21482
|
+
class Y0 extends V {
|
|
21483
21483
|
constructor() {
|
|
21484
21484
|
super(...arguments);
|
|
21485
21485
|
A(this, "minParams", 1);
|
|
@@ -21607,7 +21607,7 @@ class Yd extends V {
|
|
|
21607
21607
|
};
|
|
21608
21608
|
}
|
|
21609
21609
|
}
|
|
21610
|
-
class
|
|
21610
|
+
class H0 extends V {
|
|
21611
21611
|
constructor() {
|
|
21612
21612
|
super(...arguments);
|
|
21613
21613
|
A(this, "minParams", 2);
|
|
@@ -21777,7 +21777,7 @@ class Hd extends V {
|
|
|
21777
21777
|
);
|
|
21778
21778
|
}
|
|
21779
21779
|
}
|
|
21780
|
-
class
|
|
21780
|
+
class G0 extends V {
|
|
21781
21781
|
constructor() {
|
|
21782
21782
|
super(...arguments);
|
|
21783
21783
|
A(this, "minParams", 2);
|
|
@@ -21843,7 +21843,7 @@ class Gd extends V {
|
|
|
21843
21843
|
return t === n && r === s ? c = e : t === n ? c = e.slice(void 0, u) : r === s ? c = e.slice(o, void 0) : c = e.slice(o, u), c = c.map((l) => l.isNull() ? y.create(0) : l), t === 1 && r === 1 ? c.get(0, 0) : c;
|
|
21844
21844
|
}
|
|
21845
21845
|
}
|
|
21846
|
-
class
|
|
21846
|
+
class Q0 extends V {
|
|
21847
21847
|
constructor() {
|
|
21848
21848
|
super(...arguments);
|
|
21849
21849
|
A(this, "minParams", 1);
|
|
@@ -21917,7 +21917,7 @@ class Qd extends V {
|
|
|
21917
21917
|
}
|
|
21918
21918
|
}
|
|
21919
21919
|
}
|
|
21920
|
-
class
|
|
21920
|
+
class W0 extends V {
|
|
21921
21921
|
constructor() {
|
|
21922
21922
|
super(...arguments);
|
|
21923
21923
|
A(this, "minParams", 1);
|
|
@@ -21989,7 +21989,7 @@ class Wd extends V {
|
|
|
21989
21989
|
}
|
|
21990
21990
|
}
|
|
21991
21991
|
}
|
|
21992
|
-
class
|
|
21992
|
+
class q0 extends V {
|
|
21993
21993
|
constructor() {
|
|
21994
21994
|
super(...arguments);
|
|
21995
21995
|
A(this, "minParams", 1);
|
|
@@ -22005,7 +22005,7 @@ class qd extends V {
|
|
|
22005
22005
|
return e;
|
|
22006
22006
|
}
|
|
22007
22007
|
}
|
|
22008
|
-
class
|
|
22008
|
+
class K0 extends V {
|
|
22009
22009
|
constructor() {
|
|
22010
22010
|
super(...arguments);
|
|
22011
22011
|
A(this, "minParams", 1);
|
|
@@ -22101,7 +22101,7 @@ class Kd extends V {
|
|
|
22101
22101
|
return n;
|
|
22102
22102
|
}
|
|
22103
22103
|
}
|
|
22104
|
-
class
|
|
22104
|
+
class X0 extends V {
|
|
22105
22105
|
constructor() {
|
|
22106
22106
|
super(...arguments);
|
|
22107
22107
|
A(this, "minParams", 3);
|
|
@@ -22172,7 +22172,7 @@ class Xd extends V {
|
|
|
22172
22172
|
return n === 0 ? this.equalSearch(e, t, r) : this.binarySearch(e, t, r);
|
|
22173
22173
|
}
|
|
22174
22174
|
}
|
|
22175
|
-
class
|
|
22175
|
+
class Z0 extends V {
|
|
22176
22176
|
constructor() {
|
|
22177
22177
|
super(...arguments);
|
|
22178
22178
|
A(this, "minParams", 1);
|
|
@@ -22207,7 +22207,7 @@ class Zd extends V {
|
|
|
22207
22207
|
});
|
|
22208
22208
|
}
|
|
22209
22209
|
}
|
|
22210
|
-
class
|
|
22210
|
+
class z0 extends V {
|
|
22211
22211
|
constructor() {
|
|
22212
22212
|
super(...arguments);
|
|
22213
22213
|
A(this, "minParams", 2);
|
|
@@ -22259,7 +22259,7 @@ class zd extends V {
|
|
|
22259
22259
|
return o;
|
|
22260
22260
|
}
|
|
22261
22261
|
}
|
|
22262
|
-
class
|
|
22262
|
+
class J0 extends V {
|
|
22263
22263
|
constructor() {
|
|
22264
22264
|
super(...arguments);
|
|
22265
22265
|
A(this, "minParams", 2);
|
|
@@ -22488,37 +22488,37 @@ class tC extends V {
|
|
|
22488
22488
|
}
|
|
22489
22489
|
}
|
|
22490
22490
|
const rC = [
|
|
22491
|
-
[
|
|
22492
|
-
[
|
|
22493
|
-
[
|
|
22494
|
-
[
|
|
22495
|
-
[
|
|
22496
|
-
[
|
|
22497
|
-
[
|
|
22498
|
-
[
|
|
22499
|
-
[
|
|
22500
|
-
[
|
|
22501
|
-
[
|
|
22502
|
-
[
|
|
22503
|
-
[
|
|
22504
|
-
[
|
|
22505
|
-
[
|
|
22506
|
-
[
|
|
22507
|
-
[
|
|
22508
|
-
[
|
|
22509
|
-
[
|
|
22510
|
-
[$
|
|
22511
|
-
[
|
|
22512
|
-
[
|
|
22513
|
-
[
|
|
22514
|
-
[
|
|
22515
|
-
[
|
|
22516
|
-
[
|
|
22517
|
-
[
|
|
22518
|
-
[
|
|
22519
|
-
[
|
|
22520
|
-
[
|
|
22521
|
-
[
|
|
22491
|
+
[R0, me.ADDRESS],
|
|
22492
|
+
[V0, me.AREAS],
|
|
22493
|
+
[N0, me.CHOOSE],
|
|
22494
|
+
[O0, me.CHOOSECOLS],
|
|
22495
|
+
[M0, me.CHOOSEROWS],
|
|
22496
|
+
[w0, me.COLUMN],
|
|
22497
|
+
[D0, me.COLUMNS],
|
|
22498
|
+
[S0, me.DROP],
|
|
22499
|
+
[P0, me.EXPAND],
|
|
22500
|
+
[L0, me.FILTER],
|
|
22501
|
+
[x0, me.FORMULATEXT],
|
|
22502
|
+
[j0, me.HLOOKUP],
|
|
22503
|
+
[U0, me.HSTACK],
|
|
22504
|
+
[v0, me.INDEX],
|
|
22505
|
+
[T0, me.INDIRECT],
|
|
22506
|
+
[B0, me.LOOKUP],
|
|
22507
|
+
[I0, me.MATCH],
|
|
22508
|
+
[F0, me.OFFSET],
|
|
22509
|
+
[k0, me.ROW],
|
|
22510
|
+
[$0, me.ROWS],
|
|
22511
|
+
[Y0, me.SORT],
|
|
22512
|
+
[H0, me.SORTBY],
|
|
22513
|
+
[G0, me.TAKE],
|
|
22514
|
+
[Q0, me.TOCOL],
|
|
22515
|
+
[W0, me.TOROW],
|
|
22516
|
+
[q0, me.TRANSPOSE],
|
|
22517
|
+
[K0, me.UNIQUE],
|
|
22518
|
+
[X0, me.VLOOKUP],
|
|
22519
|
+
[Z0, me.VSTACK],
|
|
22520
|
+
[z0, me.WRAPCOLS],
|
|
22521
|
+
[J0, me.WRAPROWS],
|
|
22522
22522
|
[eC, me.XLOOKUP],
|
|
22523
22523
|
[tC, me.XMATCH]
|
|
22524
22524
|
];
|
|
@@ -29807,10 +29807,14 @@ class KE extends V {
|
|
|
29807
29807
|
super(...arguments);
|
|
29808
29808
|
A(this, "minParams", 1);
|
|
29809
29809
|
A(this, "maxParams", 1);
|
|
29810
|
+
A(this, "needsReferenceObject", !0);
|
|
29810
29811
|
}
|
|
29811
29812
|
calculate(e) {
|
|
29812
29813
|
let t = e;
|
|
29813
|
-
return e.
|
|
29814
|
+
return e.isReferenceObject() && (t = e.toArrayValueObject().get(0, 0)), t.isArray() ? t.mapValue((r) => this._handleSingleObject(r)) : this._handleSingleObject(t);
|
|
29815
|
+
}
|
|
29816
|
+
_handleSingleObject(e) {
|
|
29817
|
+
return e.isError() ? e : e.isNull() || e.isBoolean() || e.isNumber() ? j.create("") : e;
|
|
29814
29818
|
}
|
|
29815
29819
|
}
|
|
29816
29820
|
class XE extends V {
|
|
@@ -30533,9 +30537,9 @@ let wn = class extends Me {
|
|
|
30533
30537
|
...Im,
|
|
30534
30538
|
...Rg,
|
|
30535
30539
|
...O1,
|
|
30536
|
-
...
|
|
30537
|
-
...
|
|
30538
|
-
...
|
|
30540
|
+
...Pd,
|
|
30541
|
+
...t0,
|
|
30542
|
+
...y0,
|
|
30539
30543
|
...rC,
|
|
30540
30544
|
...D_,
|
|
30541
30545
|
...v_,
|
|
@@ -31026,9 +31030,9 @@ export {
|
|
|
31026
31030
|
Im as functionDatabase,
|
|
31027
31031
|
Rg as functionDate,
|
|
31028
31032
|
O1 as functionEngineering,
|
|
31029
|
-
|
|
31030
|
-
|
|
31031
|
-
|
|
31033
|
+
Pd as functionFinancial,
|
|
31034
|
+
t0 as functionInformation,
|
|
31035
|
+
y0 as functionLogical,
|
|
31032
31036
|
rC as functionLookup,
|
|
31033
31037
|
D_ as functionMath,
|
|
31034
31038
|
v_ as functionMeta,
|