@gridsheet/react-core 3.0.0-rc.0 → 3.0.0-rc.10
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/LICENSE +190 -0
- package/dist/hooks-Y7BI_RNj.mjs +1103 -0
- package/dist/hooks-Y7BI_RNj.mjs.map +1 -0
- package/dist/index.d.ts +2 -31
- package/dist/index.js +3180 -12636
- package/dist/index.js.map +1 -1
- package/dist/react-core/src/components/Cell.d.ts.map +1 -0
- package/dist/react-core/src/components/CellStateOverlay.d.ts.map +1 -0
- package/dist/react-core/src/components/ColumnMenu.d.ts.map +1 -0
- package/dist/react-core/src/components/ColumnMenuFilterSection.d.ts +5 -0
- package/dist/react-core/src/components/ColumnMenuFilterSection.d.ts.map +1 -0
- package/dist/react-core/src/components/ColumnMenuLabelSection.d.ts +5 -0
- package/dist/react-core/src/components/ColumnMenuLabelSection.d.ts.map +1 -0
- package/dist/react-core/src/components/ColumnMenuSortSection.d.ts +5 -0
- package/dist/react-core/src/components/ColumnMenuSortSection.d.ts.map +1 -0
- package/dist/react-core/src/components/ContextMenu.d.ts +2 -0
- package/dist/react-core/src/components/ContextMenu.d.ts.map +1 -0
- package/dist/react-core/src/components/Editor.d.ts.map +1 -0
- package/dist/react-core/src/components/EditorOptions.d.ts +11 -0
- package/dist/react-core/src/components/EditorOptions.d.ts.map +1 -0
- package/dist/react-core/src/components/Emitter.d.ts.map +1 -0
- package/dist/react-core/src/components/Fixed.d.ts.map +1 -0
- package/dist/react-core/src/components/FormulaBar.d.ts.map +1 -0
- package/dist/react-core/src/components/FunctionGuide.d.ts +19 -0
- package/dist/react-core/src/components/FunctionGuide.d.ts.map +1 -0
- package/dist/react-core/src/components/GridSheet.d.ts +7 -0
- package/dist/react-core/src/components/GridSheet.d.ts.map +1 -0
- package/dist/react-core/src/components/HeaderCellLeft.d.ts.map +1 -0
- package/dist/react-core/src/components/HeaderCellTop.d.ts.map +1 -0
- package/dist/react-core/src/components/MenuItem.d.ts +18 -0
- package/dist/react-core/src/components/MenuItem.d.ts.map +1 -0
- package/dist/{components → react-core/src/components}/PluginBase.d.ts +2 -2
- package/dist/react-core/src/components/PluginBase.d.ts.map +1 -0
- package/dist/react-core/src/components/Resizer.d.ts.map +1 -0
- package/dist/react-core/src/components/RowMenu.d.ts.map +1 -0
- package/dist/react-core/src/components/ScrollHandle.d.ts.map +1 -0
- package/dist/react-core/src/components/SearchBar.d.ts.map +1 -0
- package/dist/react-core/src/components/StoreObserver.d.ts +14 -0
- package/dist/react-core/src/components/StoreObserver.d.ts.map +1 -0
- package/dist/react-core/src/components/Tabular.d.ts.map +1 -0
- package/dist/react-core/src/components/svg/AddIcon.d.ts.map +1 -0
- package/dist/react-core/src/components/svg/Base.d.ts.map +1 -0
- package/dist/react-core/src/components/svg/CloseIcon.d.ts.map +1 -0
- package/dist/react-core/src/components/svg/SearchIcon.d.ts.map +1 -0
- package/dist/react-core/src/components/useAutocomplete.d.ts +23 -0
- package/dist/react-core/src/components/useAutocomplete.d.ts.map +1 -0
- package/dist/react-core/src/index.d.ts +17 -0
- package/dist/react-core/src/index.d.ts.map +1 -0
- package/dist/react-core/src/lib/clipboard.d.ts +18 -0
- package/dist/react-core/src/lib/clipboard.d.ts.map +1 -0
- package/dist/react-core/src/lib/events.d.ts.map +1 -0
- package/dist/{components → react-core/src/lib}/hooks.d.ts +2 -0
- package/dist/react-core/src/lib/hooks.d.ts.map +1 -0
- package/dist/react-core/src/lib/menu.d.ts +99 -0
- package/dist/react-core/src/lib/menu.d.ts.map +1 -0
- package/dist/react-core/src/lib/paste.d.ts.map +1 -0
- package/dist/react-core/src/lib/style.d.ts +12 -0
- package/dist/react-core/src/lib/style.d.ts.map +1 -0
- package/dist/react-core/src/policy/checkbox.d.ts +3 -0
- package/dist/react-core/src/policy/checkbox.d.ts.map +1 -0
- package/dist/react-core/src/spellbook.d.ts +6 -0
- package/dist/react-core/src/spellbook.d.ts.map +1 -0
- package/dist/{store → react-core/src/store}/actions.d.ts +15 -3
- package/dist/react-core/src/store/actions.d.ts.map +1 -0
- package/dist/react-core/src/store/applyers.d.ts +40 -0
- package/dist/react-core/src/store/applyers.d.ts.map +1 -0
- package/dist/react-core/src/store/helpers.d.ts +33 -0
- package/dist/react-core/src/store/helpers.d.ts.map +1 -0
- package/dist/react-core/src/store/index.d.ts.map +1 -0
- package/dist/react-core/src/types.d.ts +101 -0
- package/dist/react-core/src/types.d.ts.map +1 -0
- package/dist/spellbook.d.ts +2 -0
- package/dist/spellbook.js +9 -0
- package/dist/spellbook.js.map +1 -0
- package/package.json +28 -10
- package/dist/components/Cell.d.ts.map +0 -1
- package/dist/components/CellStateOverlay.d.ts.map +0 -1
- package/dist/components/ColumnMenu.d.ts.map +0 -1
- package/dist/components/ContextMenu.d.ts +0 -20
- package/dist/components/ContextMenu.d.ts.map +0 -1
- package/dist/components/Editor.d.ts.map +0 -1
- package/dist/components/Emitter.d.ts.map +0 -1
- package/dist/components/Fixed.d.ts.map +0 -1
- package/dist/components/FormulaBar.d.ts.map +0 -1
- package/dist/components/GridSheet.d.ts +0 -5
- package/dist/components/GridSheet.d.ts.map +0 -1
- package/dist/components/HeaderCellLeft.d.ts.map +0 -1
- package/dist/components/HeaderCellTop.d.ts.map +0 -1
- package/dist/components/PluginBase.d.ts.map +0 -1
- package/dist/components/Resizer.d.ts.map +0 -1
- package/dist/components/RowMenu.d.ts.map +0 -1
- package/dist/components/ScrollHandle.d.ts.map +0 -1
- package/dist/components/SearchBar.d.ts.map +0 -1
- package/dist/components/StoreObserver.d.ts +0 -11
- package/dist/components/StoreObserver.d.ts.map +0 -1
- package/dist/components/Tabular.d.ts.map +0 -1
- package/dist/components/hooks.d.ts.map +0 -1
- package/dist/components/svg/AddIcon.d.ts.map +0 -1
- package/dist/components/svg/Base.d.ts.map +0 -1
- package/dist/components/svg/CloseIcon.d.ts.map +0 -1
- package/dist/components/svg/SearchIcon.d.ts.map +0 -1
- package/dist/constants.d.ts +0 -30
- package/dist/constants.d.ts.map +0 -1
- package/dist/formula/evaluator.d.ts +0 -136
- package/dist/formula/evaluator.d.ts.map +0 -1
- package/dist/formula/functions/__async.d.ts +0 -59
- package/dist/formula/functions/__async.d.ts.map +0 -1
- package/dist/formula/functions/__base.d.ts +0 -31
- package/dist/formula/functions/__base.d.ts.map +0 -1
- package/dist/formula/functions/__utils.d.ts +0 -19
- package/dist/formula/functions/__utils.d.ts.map +0 -1
- package/dist/formula/functions/abs.d.ts +0 -12
- package/dist/formula/functions/abs.d.ts.map +0 -1
- package/dist/formula/functions/acos.d.ts +0 -12
- package/dist/formula/functions/acos.d.ts.map +0 -1
- package/dist/formula/functions/add.d.ts +0 -13
- package/dist/formula/functions/add.d.ts.map +0 -1
- package/dist/formula/functions/and.d.ts +0 -19
- package/dist/formula/functions/and.d.ts.map +0 -1
- package/dist/formula/functions/asin.d.ts +0 -12
- package/dist/formula/functions/asin.d.ts.map +0 -1
- package/dist/formula/functions/atan.d.ts +0 -12
- package/dist/formula/functions/atan.d.ts.map +0 -1
- package/dist/formula/functions/atan2.d.ts +0 -12
- package/dist/formula/functions/atan2.d.ts.map +0 -1
- package/dist/formula/functions/average.d.ts +0 -19
- package/dist/formula/functions/average.d.ts.map +0 -1
- package/dist/formula/functions/col.d.ts +0 -13
- package/dist/formula/functions/col.d.ts.map +0 -1
- package/dist/formula/functions/concat.d.ts +0 -12
- package/dist/formula/functions/concat.d.ts.map +0 -1
- package/dist/formula/functions/concatenate.d.ts +0 -19
- package/dist/formula/functions/concatenate.d.ts.map +0 -1
- package/dist/formula/functions/cos.d.ts +0 -12
- package/dist/formula/functions/cos.d.ts.map +0 -1
- package/dist/formula/functions/count.d.ts +0 -19
- package/dist/formula/functions/count.d.ts.map +0 -1
- package/dist/formula/functions/counta.d.ts +0 -19
- package/dist/formula/functions/counta.d.ts.map +0 -1
- package/dist/formula/functions/countif.d.ts +0 -13
- package/dist/formula/functions/countif.d.ts.map +0 -1
- package/dist/formula/functions/divide.d.ts +0 -12
- package/dist/formula/functions/divide.d.ts.map +0 -1
- package/dist/formula/functions/eq.d.ts +0 -12
- package/dist/formula/functions/eq.d.ts.map +0 -1
- package/dist/formula/functions/exp.d.ts +0 -12
- package/dist/formula/functions/exp.d.ts.map +0 -1
- package/dist/formula/functions/gt.d.ts +0 -12
- package/dist/formula/functions/gt.d.ts.map +0 -1
- package/dist/formula/functions/gte.d.ts +0 -12
- package/dist/formula/functions/gte.d.ts.map +0 -1
- package/dist/formula/functions/hlookup.d.ts +0 -18
- package/dist/formula/functions/hlookup.d.ts.map +0 -1
- package/dist/formula/functions/if.d.ts +0 -17
- package/dist/formula/functions/if.d.ts.map +0 -1
- package/dist/formula/functions/iferror.d.ts +0 -20
- package/dist/formula/functions/iferror.d.ts.map +0 -1
- package/dist/formula/functions/index.d.ts +0 -18
- package/dist/formula/functions/index.d.ts.map +0 -1
- package/dist/formula/functions/len.d.ts +0 -12
- package/dist/formula/functions/len.d.ts.map +0 -1
- package/dist/formula/functions/lenb.d.ts +0 -12
- package/dist/formula/functions/lenb.d.ts.map +0 -1
- package/dist/formula/functions/ln.d.ts +0 -12
- package/dist/formula/functions/ln.d.ts.map +0 -1
- package/dist/formula/functions/log.d.ts +0 -12
- package/dist/formula/functions/log.d.ts.map +0 -1
- package/dist/formula/functions/log10.d.ts +0 -12
- package/dist/formula/functions/log10.d.ts.map +0 -1
- package/dist/formula/functions/lt.d.ts +0 -12
- package/dist/formula/functions/lt.d.ts.map +0 -1
- package/dist/formula/functions/lte.d.ts +0 -12
- package/dist/formula/functions/lte.d.ts.map +0 -1
- package/dist/formula/functions/match.d.ts +0 -18
- package/dist/formula/functions/match.d.ts.map +0 -1
- package/dist/formula/functions/match.test.d.ts +0 -2
- package/dist/formula/functions/match.test.d.ts.map +0 -1
- package/dist/formula/functions/max.d.ts +0 -19
- package/dist/formula/functions/max.d.ts.map +0 -1
- package/dist/formula/functions/min.d.ts +0 -19
- package/dist/formula/functions/min.d.ts.map +0 -1
- package/dist/formula/functions/minus.d.ts +0 -13
- package/dist/formula/functions/minus.d.ts.map +0 -1
- package/dist/formula/functions/mod.d.ts +0 -12
- package/dist/formula/functions/mod.d.ts.map +0 -1
- package/dist/formula/functions/multiply.d.ts +0 -12
- package/dist/formula/functions/multiply.d.ts.map +0 -1
- package/dist/formula/functions/ne.d.ts +0 -12
- package/dist/formula/functions/ne.d.ts.map +0 -1
- package/dist/formula/functions/not.d.ts +0 -12
- package/dist/formula/functions/not.d.ts.map +0 -1
- package/dist/formula/functions/now.d.ts +0 -9
- package/dist/formula/functions/now.d.ts.map +0 -1
- package/dist/formula/functions/or.d.ts +0 -19
- package/dist/formula/functions/or.d.ts.map +0 -1
- package/dist/formula/functions/pi.d.ts +0 -9
- package/dist/formula/functions/pi.d.ts.map +0 -1
- package/dist/formula/functions/power.d.ts +0 -12
- package/dist/formula/functions/power.d.ts.map +0 -1
- package/dist/formula/functions/product.d.ts +0 -19
- package/dist/formula/functions/product.d.ts.map +0 -1
- package/dist/formula/functions/radians.d.ts +0 -12
- package/dist/formula/functions/radians.d.ts.map +0 -1
- package/dist/formula/functions/rand.d.ts +0 -9
- package/dist/formula/functions/rand.d.ts.map +0 -1
- package/dist/formula/functions/round.d.ts +0 -17
- package/dist/formula/functions/round.d.ts.map +0 -1
- package/dist/formula/functions/rounddown.d.ts +0 -17
- package/dist/formula/functions/rounddown.d.ts.map +0 -1
- package/dist/formula/functions/roundup.d.ts +0 -17
- package/dist/formula/functions/roundup.d.ts.map +0 -1
- package/dist/formula/functions/row.d.ts +0 -13
- package/dist/formula/functions/row.d.ts.map +0 -1
- package/dist/formula/functions/sin.d.ts +0 -12
- package/dist/formula/functions/sin.d.ts.map +0 -1
- package/dist/formula/functions/sqrt.d.ts +0 -12
- package/dist/formula/functions/sqrt.d.ts.map +0 -1
- package/dist/formula/functions/sum.d.ts +0 -19
- package/dist/formula/functions/sum.d.ts.map +0 -1
- package/dist/formula/functions/sumif.d.ts +0 -18
- package/dist/formula/functions/sumif.d.ts.map +0 -1
- package/dist/formula/functions/tan.d.ts +0 -12
- package/dist/formula/functions/tan.d.ts.map +0 -1
- package/dist/formula/functions/uminus.d.ts +0 -12
- package/dist/formula/functions/uminus.d.ts.map +0 -1
- package/dist/formula/functions/vlookup.d.ts +0 -18
- package/dist/formula/functions/vlookup.d.ts.map +0 -1
- package/dist/formula/mapping.d.ts +0 -3
- package/dist/formula/mapping.d.ts.map +0 -1
- package/dist/formula/solver.d.ts +0 -26
- package/dist/formula/solver.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/lib/autofill.d.ts +0 -17
- package/dist/lib/autofill.d.ts.map +0 -1
- package/dist/lib/cell.d.ts +0 -3
- package/dist/lib/cell.d.ts.map +0 -1
- package/dist/lib/clipboard.d.ts +0 -3
- package/dist/lib/clipboard.d.ts.map +0 -1
- package/dist/lib/coords.d.ts +0 -10
- package/dist/lib/coords.d.ts.map +0 -1
- package/dist/lib/date.d.ts +0 -2
- package/dist/lib/date.d.ts.map +0 -1
- package/dist/lib/events.d.ts.map +0 -1
- package/dist/lib/filter.d.ts +0 -7
- package/dist/lib/filter.d.ts.map +0 -1
- package/dist/lib/hub.d.ts +0 -132
- package/dist/lib/hub.d.ts.map +0 -1
- package/dist/lib/input.d.ts +0 -15
- package/dist/lib/input.d.ts.map +0 -1
- package/dist/lib/operation.d.ts +0 -34
- package/dist/lib/operation.d.ts.map +0 -1
- package/dist/lib/palette.d.ts +0 -2
- package/dist/lib/palette.d.ts.map +0 -1
- package/dist/lib/paste.d.ts.map +0 -1
- package/dist/lib/reference.d.ts +0 -13
- package/dist/lib/reference.d.ts.map +0 -1
- package/dist/lib/sheet.d.ts +0 -3
- package/dist/lib/sheet.d.ts.map +0 -1
- package/dist/lib/spatial.d.ts +0 -92
- package/dist/lib/spatial.d.ts.map +0 -1
- package/dist/lib/table.d.ts +0 -458
- package/dist/lib/table.d.ts.map +0 -1
- package/dist/lib/time.d.ts +0 -25
- package/dist/lib/time.d.ts.map +0 -1
- package/dist/lib/virtualization.d.ts +0 -22
- package/dist/lib/virtualization.d.ts.map +0 -1
- package/dist/parsers/core.d.ts +0 -38
- package/dist/parsers/core.d.ts.map +0 -1
- package/dist/policy/core.d.ts +0 -47
- package/dist/policy/core.d.ts.map +0 -1
- package/dist/renderers/checkbox.d.ts +0 -5
- package/dist/renderers/checkbox.d.ts.map +0 -1
- package/dist/renderers/core.d.ts +0 -66
- package/dist/renderers/core.d.ts.map +0 -1
- package/dist/renderers/thousand_separator.d.ts +0 -3
- package/dist/renderers/thousand_separator.d.ts.map +0 -1
- package/dist/store/actions.d.ts.map +0 -1
- package/dist/store/dispatchers.d.ts +0 -34
- package/dist/store/dispatchers.d.ts.map +0 -1
- package/dist/store/helpers.d.ts +0 -31
- package/dist/store/helpers.d.ts.map +0 -1
- package/dist/store/index.d.ts.map +0 -1
- package/dist/styles/embedder.d.ts +0 -2
- package/dist/styles/embedder.d.ts.map +0 -1
- package/dist/styles/minified.d.ts +0 -3
- package/dist/styles/minified.d.ts.map +0 -1
- package/dist/styles/utils.d.ts +0 -52
- package/dist/styles/utils.d.ts.map +0 -1
- package/dist/types.d.ts +0 -355
- package/dist/types.d.ts.map +0 -1
- package/dist/utils.d.ts +0 -2
- package/dist/utils.d.ts.map +0 -1
- /package/dist/{components → react-core/src/components}/Cell.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/CellStateOverlay.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/ColumnMenu.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/Editor.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/Emitter.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/Fixed.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/FormulaBar.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/HeaderCellLeft.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/HeaderCellTop.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/Resizer.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/RowMenu.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/ScrollHandle.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/SearchBar.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/Tabular.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/svg/AddIcon.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/svg/Base.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/svg/CloseIcon.d.ts +0 -0
- /package/dist/{components → react-core/src/components}/svg/SearchIcon.d.ts +0 -0
- /package/dist/{lib → react-core/src/lib}/events.d.ts +0 -0
- /package/dist/{lib → react-core/src/lib}/paste.d.ts +0 -0
- /package/dist/{store → react-core/src/store}/index.d.ts +0 -0
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Table } from '../../lib/table';
|
|
2
|
-
import { PointType } from '../../types';
|
|
3
|
-
import { Expression } from '../evaluator';
|
|
4
|
-
export type FunctionProps = {
|
|
5
|
-
args: Expression[];
|
|
6
|
-
table: Table;
|
|
7
|
-
origin?: PointType;
|
|
8
|
-
};
|
|
9
|
-
export declare class BaseFunction {
|
|
10
|
-
example: string;
|
|
11
|
-
helpTexts: string[];
|
|
12
|
-
helpArgs: {
|
|
13
|
-
name: string;
|
|
14
|
-
description: string;
|
|
15
|
-
}[];
|
|
16
|
-
/** Cache TTL in milliseconds. Override in subclass to set expiry. undefined = never expires. */
|
|
17
|
-
protected ttlMilliseconds?: number;
|
|
18
|
-
/** Hash precision for cache key generation. Higher values reduce collision risk. Default: 1 */
|
|
19
|
-
protected hashPrecision: number;
|
|
20
|
-
protected bareArgs: any[];
|
|
21
|
-
protected table: Table;
|
|
22
|
-
protected origin?: PointType;
|
|
23
|
-
constructor({ args, table, origin }: FunctionProps);
|
|
24
|
-
protected validate(): void;
|
|
25
|
-
private get isMainAsync();
|
|
26
|
-
call(): any;
|
|
27
|
-
}
|
|
28
|
-
export type FunctionMapping = {
|
|
29
|
-
[functionName: string]: typeof BaseFunction;
|
|
30
|
-
};
|
|
31
|
-
//# sourceMappingURL=__base.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"__base.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/__base.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAU1C,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,UAAU,EAAE,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC;IACb,MAAM,CAAC,EAAE,SAAS,CAAC;CACpB,CAAC;AAEF,qBAAa,YAAY;IAChB,OAAO,SAAa;IACpB,SAAS,WAA+B;IACxC,QAAQ;;;QAAyC;IACxD,gGAAgG;IAChG,SAAS,CAAC,eAAe,CAAC,EAAE,MAAM,CAAC;IACnC,+FAA+F;IAC/F,SAAS,CAAC,aAAa,EAAE,MAAM,CAAK;IACpC,SAAS,CAAC,QAAQ,EAAE,GAAG,EAAE,CAAC;IAC1B,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC;IACvB,SAAS,CAAC,MAAM,CAAC,EAAE,SAAS,CAAC;gBAEjB,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,aAAa;IAKlD,SAAS,CAAC,QAAQ;IAElB,OAAO,KAAK,WAAW,GAGtB;IAEM,IAAI;CAyBZ;AAED,MAAM,MAAM,eAAe,GAAG;IAAE,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,YAAY,CAAA;CAAE,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare const gt: (left: any, right: any) => boolean;
|
|
2
|
-
export declare const gte: (left: any, right: any) => boolean;
|
|
3
|
-
export declare const lt: (left: any, right: any) => boolean;
|
|
4
|
-
export declare const lte: (left: any, right: any) => boolean;
|
|
5
|
-
export declare const eq: (left: any, right: any) => boolean;
|
|
6
|
-
export declare const ne: (left: any, right: any) => boolean;
|
|
7
|
-
export type EnsureNumberOptions = {
|
|
8
|
-
alternative?: number;
|
|
9
|
-
ignore?: boolean;
|
|
10
|
-
};
|
|
11
|
-
export type EnsureBooleanOptions = {
|
|
12
|
-
alternative?: boolean;
|
|
13
|
-
ignore?: boolean;
|
|
14
|
-
};
|
|
15
|
-
export declare const ensureNumber: (value: any, options?: EnsureNumberOptions) => number;
|
|
16
|
-
export declare const ensureString: (value: any) => string;
|
|
17
|
-
export declare const ensureBoolean: (value: any, options?: EnsureBooleanOptions) => boolean;
|
|
18
|
-
export declare const check: (value: any, condition: string) => boolean;
|
|
19
|
-
//# sourceMappingURL=__utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"__utils.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/__utils.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,EAAE,GAAI,MAAM,GAAG,EAAE,OAAO,GAAG,KAAG,OAS1C,CAAC;AAEF,eAAO,MAAM,GAAG,GAAI,MAAM,GAAG,EAAE,OAAO,GAAG,KAAG,OAS3C,CAAC;AAEF,eAAO,MAAM,EAAE,GAAI,MAAM,GAAG,EAAE,OAAO,GAAG,KAAG,OAE1C,CAAC;AAEF,eAAO,MAAM,GAAG,GAAI,MAAM,GAAG,EAAE,OAAO,GAAG,KAAG,OAE3C,CAAC;AAEF,eAAO,MAAM,EAAE,GAAI,MAAM,GAAG,EAAE,OAAO,GAAG,KAAG,OAE1C,CAAC;AAEF,eAAO,MAAM,EAAE,GAAI,MAAM,GAAG,EAAE,OAAO,GAAG,KAAG,OAE1C,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,OAAO,GAAG,EAAE,UAAU,mBAAmB,KAAG,MAmCxE,CAAC;AAEF,eAAO,MAAM,YAAY,GAAI,OAAO,GAAG,KAAG,MAsBzC,CAAC;AAEF,eAAO,MAAM,aAAa,GAAI,OAAO,GAAG,EAAE,UAAU,oBAAoB,KAAG,OA0B1E,CAAC;AAIF,eAAO,MAAM,KAAK,GAAI,OAAO,GAAG,EAAE,WAAW,MAAM,KAAG,OAqCrD,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class AbsFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(value: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=abs.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"abs.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/abs.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAa;IACpB,QAAQ,WAA8C;IACtD,QAAQ;;;QAAqD;IAE7D,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM;CAG7B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class AcosFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(value: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=acos.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acos.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/acos.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,YAAa,SAAQ,YAAY;IAC5C,OAAO,SAAa;IACpB,QAAQ,WAAwD;IAChE,QAAQ;;;QAKN;IAEF,SAAS,CAAC,QAAQ;IAUlB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM;CAG7B"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
import { TimeDelta } from '../../lib/time';
|
|
3
|
-
export declare class AddFunction extends BaseFunction {
|
|
4
|
-
example: string;
|
|
5
|
-
helpText: string[];
|
|
6
|
-
helpArgs: {
|
|
7
|
-
name: string;
|
|
8
|
-
description: string;
|
|
9
|
-
}[];
|
|
10
|
-
protected validate(): void;
|
|
11
|
-
protected main(v1: number | Date | TimeDelta, v2: number | Date | TimeDelta): number | Date;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=add.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"add.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/add.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAG3C,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAe;IACtB,QAAQ,WAAgF;IACxF,QAAQ;;;QAGN;IAEF,SAAS,CAAC,QAAQ;IAYlB,SAAS,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAAE,EAAE,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS;CA0B5E"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class AndFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: ({
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
optional?: undefined;
|
|
9
|
-
iterable?: undefined;
|
|
10
|
-
} | {
|
|
11
|
-
name: string;
|
|
12
|
-
description: string;
|
|
13
|
-
optional: boolean;
|
|
14
|
-
iterable: boolean;
|
|
15
|
-
})[];
|
|
16
|
-
protected validate(): void;
|
|
17
|
-
protected main(...values: boolean[]): boolean;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=and.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"and.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/and.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAqB;IAC5B,QAAQ,WAA8G;IACtH,QAAQ;;;;;;;;;;SAQN;IAEF,SAAS,CAAC,QAAQ;IAIlB,SAAS,CAAC,IAAI,CAAC,GAAG,MAAM,EAAE,OAAO,EAAE;CAGpC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class AsinFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(value: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=asin.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"asin.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/asin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,YAAa,SAAQ,YAAY;IAC5C,OAAO,SAAa;IACpB,QAAQ,WAAwD;IAChE,QAAQ;;;QAKN;IAEF,SAAS,CAAC,QAAQ;IAUlB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM;CAG7B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class AtanFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(value: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=atan.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"atan.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/atan.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,YAAa,SAAQ,YAAY;IAC5C,OAAO,SAAa;IACpB,QAAQ,WAAwD;IAChE,QAAQ;;;QAKN;IAEF,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM;CAG7B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class Atan2Function extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(x: number, y: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=atan2.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"atan2.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/atan2.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,aAAc,SAAQ,YAAY;IAC7C,OAAO,SAAgB;IACvB,QAAQ,WAEN;IACF,QAAQ;;;QASN;IAEF,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM;CAGpC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class AverageFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: ({
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
optional?: undefined;
|
|
9
|
-
iterable?: undefined;
|
|
10
|
-
} | {
|
|
11
|
-
name: string;
|
|
12
|
-
description: string;
|
|
13
|
-
optional: boolean;
|
|
14
|
-
iterable: boolean;
|
|
15
|
-
})[];
|
|
16
|
-
protected validate(): void;
|
|
17
|
-
protected main(...values: number[]): number;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=average.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"average.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/average.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,eAAgB,SAAQ,YAAY;IAC/C,OAAO,SAA2B;IAClC,QAAQ,WAA4D;IACpE,QAAQ;;;;;;;;;;SAQN;IAEF,SAAS,CAAC,QAAQ;IAmBlB,SAAS,CAAC,IAAI,CAAC,GAAG,MAAM,EAAE,MAAM,EAAE;CAGnC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class ColFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
option: boolean;
|
|
9
|
-
}[];
|
|
10
|
-
protected validate(): void;
|
|
11
|
-
protected main(left: number): number;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=col.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"col.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/col.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAExC,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAa;IACpB,QAAQ,WAAmD;IAC3D,QAAQ;;;;QAMN;IAEF,SAAS,CAAC,QAAQ;IAWlB,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM;CAG5B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class ConcatFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(v1: string, v2: string): string;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=concat.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"concat.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/concat.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,cAAe,SAAQ,YAAY;IAC9C,OAAO,SAA8B;IACrC,QAAQ,WAAyF;IACjG,QAAQ;;;QAGN;IAEF,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM;CAGtC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class ConcatenateFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: ({
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
optional?: undefined;
|
|
9
|
-
iterable?: undefined;
|
|
10
|
-
} | {
|
|
11
|
-
name: string;
|
|
12
|
-
description: string;
|
|
13
|
-
optional: boolean;
|
|
14
|
-
iterable: boolean;
|
|
15
|
-
})[];
|
|
16
|
-
protected validate(): void;
|
|
17
|
-
protected main(...values: string[]): string;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=concatenate.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"concatenate.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/concatenate.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,mBAAoB,SAAQ,YAAY;IACnD,OAAO,SAAmC;IAC1C,QAAQ,WAAgD;IACxD,QAAQ;;;;;;;;;;SAQN;IAEF,SAAS,CAAC,QAAQ;IAIlB,SAAS,CAAC,IAAI,CAAC,GAAG,MAAM,EAAE,MAAM,EAAE;CAGnC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class CosFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(angle: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=cos.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"cos.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/cos.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAiB;IACxB,QAAQ,WAA0D;IAClE,QAAQ;;;QAKN;IAEF,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM;CAG7B"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class CountFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: ({
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
optional?: undefined;
|
|
9
|
-
iterable?: undefined;
|
|
10
|
-
} | {
|
|
11
|
-
name: string;
|
|
12
|
-
description: string;
|
|
13
|
-
optional: boolean;
|
|
14
|
-
iterable: boolean;
|
|
15
|
-
})[];
|
|
16
|
-
protected validate(): void;
|
|
17
|
-
protected main(...values: any[]): number;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=count.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"count.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/count.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,aAAc,SAAQ,YAAY;IAC7C,OAAO,SAAiC;IACxC,QAAQ,WAA0D;IAClE,QAAQ;;;;;;;;;;SAQN;IAEF,SAAS,CAAC,QAAQ;IAYlB,SAAS,CAAC,IAAI,CAAC,GAAG,MAAM,EAAE,GAAG,EAAE;CAGhC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class CountaFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: ({
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
optional?: undefined;
|
|
9
|
-
iterable?: undefined;
|
|
10
|
-
} | {
|
|
11
|
-
name: string;
|
|
12
|
-
description: string;
|
|
13
|
-
optional: boolean;
|
|
14
|
-
iterable: boolean;
|
|
15
|
-
})[];
|
|
16
|
-
protected validate(): void;
|
|
17
|
-
protected main(...values: any[]): number;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=counta.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"counta.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/counta.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,cAAe,SAAQ,YAAY;IAC9C,OAAO,SAAkC;IACzC,QAAQ,WAAqD;IAC7D,QAAQ;;;;;;;;;;SAQN;IAEF,SAAS,CAAC,QAAQ;IAYlB,SAAS,CAAC,IAAI,CAAC,GAAG,MAAM,EAAE,GAAG,EAAE;CAGhC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { Table } from '../../lib/table';
|
|
2
|
-
import { BaseFunction } from './__base';
|
|
3
|
-
export declare class CountifFunction extends BaseFunction {
|
|
4
|
-
example: string;
|
|
5
|
-
helpText: string[];
|
|
6
|
-
helpArgs: {
|
|
7
|
-
name: string;
|
|
8
|
-
description: string;
|
|
9
|
-
}[];
|
|
10
|
-
protected validate(): void;
|
|
11
|
-
protected main(table: Table, condition: string): number;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=countif.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"countif.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/countif.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,eAAgB,SAAQ,YAAY;IAC/C,OAAO,SAA2B;IAClC,QAAQ,WAA+C;IACvD,QAAQ;;;QAMN;IAEF,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,MAAM;CAI/C"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class DivideFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(divided: number, divisor: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=divide.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"divide.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/divide.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,cAAe,SAAQ,YAAY;IAC9C,OAAO,SAAkB;IACzB,QAAQ,WAAsG;IAC9G,QAAQ;;;QAMN;IAEF,SAAS,CAAC,QAAQ;IAUlB,SAAS,CAAC,IAAI,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAGhD"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class EqFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(v1: any, v2: any): boolean;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=eq.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eq.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/eq.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,UAAW,SAAQ,YAAY;IAC1C,OAAO,SAAc;IACrB,QAAQ,WAGN;IACF,QAAQ;;;QAGN;IAEF,SAAS,CAAC,QAAQ;IAMlB,SAAS,CAAC,IAAI,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG;CAGhC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class ExpFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(exponent: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=exp.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"exp.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/exp.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAY;IACnB,QAAQ,WAAuE;IAC/E,QAAQ;;;QAKN;IAEF,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,QAAQ,EAAE,MAAM;CAGhC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class GtFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(v1: number, v2: number): boolean;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=gt.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gt.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/gt.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,UAAW,SAAQ,YAAY;IAC1C,OAAO,SAAc;IACrB,QAAQ,WAGN;IACF,QAAQ;;;QAGN;IAEF,SAAS,CAAC,QAAQ;IAMlB,SAAS,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM;CAGtC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class GteFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(v1: number, v2: number): boolean;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=gte.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gte.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/gte.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAe;IACtB,QAAQ,WAGN;IACF,QAAQ;;;QAGN;IAEF,SAAS,CAAC,QAAQ;IAMlB,SAAS,CAAC,IAAI,CAAC,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM;CAGtC"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Table } from '../../lib/table';
|
|
2
|
-
import { BaseFunction } from './__base';
|
|
3
|
-
export declare class HlookupFunction extends BaseFunction {
|
|
4
|
-
example: string;
|
|
5
|
-
helpText: string[];
|
|
6
|
-
helpArgs: ({
|
|
7
|
-
name: string;
|
|
8
|
-
description: string;
|
|
9
|
-
option?: undefined;
|
|
10
|
-
} | {
|
|
11
|
-
name: string;
|
|
12
|
-
description: string;
|
|
13
|
-
option: boolean;
|
|
14
|
-
})[];
|
|
15
|
-
protected validate(): void;
|
|
16
|
-
protected main(key: any, range: Table, index: number, isSorted: boolean): any;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=hlookup.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hlookup.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/hlookup.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAIxC,qBAAa,eAAgB,SAAQ,YAAY;IAC/C,OAAO,SAAqC;IAC5C,QAAQ,WAEN;IACF,QAAQ;;;;;;;;SAgBN;IAEF,SAAS,CAAC,QAAQ;IAclB,SAAS,CAAC,IAAI,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO;CA2BxE"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class IfFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: ({
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
optional?: undefined;
|
|
9
|
-
} | {
|
|
10
|
-
name: string;
|
|
11
|
-
description: string;
|
|
12
|
-
optional: boolean;
|
|
13
|
-
})[];
|
|
14
|
-
protected validate(): void;
|
|
15
|
-
protected main(condition: boolean, v1: any, v2?: any): any;
|
|
16
|
-
}
|
|
17
|
-
//# sourceMappingURL=if.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"if.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/if.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,UAAW,SAAQ,YAAY;IAC1C,OAAO,SAAwC;IAC/C,QAAQ,WAGN;IACF,QAAQ;;;;;;;;SAWN;IAEF,SAAS,CAAC,QAAQ;IAQlB,SAAS,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,GAAE,GAAW;CAG5D"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { FunctionProps } from './__base';
|
|
2
|
-
export declare class IfErrorFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: ({
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
optional?: undefined;
|
|
9
|
-
} | {
|
|
10
|
-
name: string;
|
|
11
|
-
description: string;
|
|
12
|
-
optional: boolean;
|
|
13
|
-
})[];
|
|
14
|
-
private args;
|
|
15
|
-
private table;
|
|
16
|
-
constructor({ args, table }: FunctionProps);
|
|
17
|
-
protected validate(): void;
|
|
18
|
-
call(): any;
|
|
19
|
-
}
|
|
20
|
-
//# sourceMappingURL=iferror.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"iferror.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/iferror.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAGzC,qBAAa,eAAe;IAC1B,OAAO,SAAqC;IAC5C,QAAQ,WAEN;IACF,QAAQ;;;;;;;;SAUN;IACF,OAAO,CAAC,IAAI,CAAe;IAC3B,OAAO,CAAC,KAAK,CAAQ;gBAET,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,aAAa;IAK1C,SAAS,CAAC,QAAQ;IAUX,IAAI;CAUZ"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Table } from '../../lib/table';
|
|
2
|
-
import { BaseFunction } from './__base';
|
|
3
|
-
export declare class IndexFunction extends BaseFunction {
|
|
4
|
-
example: string;
|
|
5
|
-
helpText: string[];
|
|
6
|
-
helpArgs: ({
|
|
7
|
-
name: string;
|
|
8
|
-
description: string;
|
|
9
|
-
optional?: undefined;
|
|
10
|
-
} | {
|
|
11
|
-
name: string;
|
|
12
|
-
description: string;
|
|
13
|
-
optional: boolean;
|
|
14
|
-
})[];
|
|
15
|
-
protected validate(): void;
|
|
16
|
-
protected main(table: Table, y?: number, x?: number): Table;
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,aAAc,SAAQ,YAAY;IAC7C,OAAO,SAAyB;IAChC,QAAQ,WAGN;IACF,QAAQ;;;;;;;;SAIN;IAEF,SAAS,CAAC,QAAQ;IAwBlB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,KAAK,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,EAAE,MAAM;CAgBpD"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class LenFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(text: string): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=len.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"len.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/len.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAa;IACpB,QAAQ,WAAuC;IAC/C,QAAQ;;;QAKN;IAEF,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM;CAG5B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class LenbFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(text: string): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=lenb.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"lenb.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/lenb.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,YAAa,SAAQ,YAAY;IAC5C,OAAO,SAAc;IACrB,QAAQ,WAAgE;IACxE,QAAQ;;;QAKN;IAEF,SAAS,CAAC,QAAQ;IAOlB,SAAS,CAAC,IAAI,CAAC,IAAI,EAAE,MAAM;CAG5B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class LnFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(value: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=ln.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ln.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/ln.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,UAAW,SAAQ,YAAY;IAC1C,OAAO,SAAa;IACpB,QAAQ,WAAkC;IAC1C,QAAQ;;;QAKN;IAEF,SAAS,CAAC,QAAQ;IAUlB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM;CAG7B"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class LogFunction extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(value: number, base: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=log.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"log.d.ts","sourceRoot":"","sources":["../../../src/formula/functions/log.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAE,MAAM,UAAU,CAAC;AAGxC,qBAAa,WAAY,SAAQ,YAAY;IAC3C,OAAO,SAAiB;IACxB,QAAQ,WAA6E;IACrF,QAAQ;;;QAMN;IAEF,SAAS,CAAC,QAAQ;IAalB,SAAS,CAAC,IAAI,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM;CAG3C"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { BaseFunction } from './__base';
|
|
2
|
-
export declare class Log10Function extends BaseFunction {
|
|
3
|
-
example: string;
|
|
4
|
-
helpText: string[];
|
|
5
|
-
helpArgs: {
|
|
6
|
-
name: string;
|
|
7
|
-
description: string;
|
|
8
|
-
}[];
|
|
9
|
-
protected validate(): void;
|
|
10
|
-
protected main(value: number): number;
|
|
11
|
-
}
|
|
12
|
-
//# sourceMappingURL=log10.d.ts.map
|