@gridsheet/react-core 3.0.0-rc.1 → 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 -32
- package/dist/index.js +2963 -13438
- 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.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/{components → react-core/src/components}/FunctionGuide.d.ts +4 -4
- 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/{components → react-core/src/components}/useAutocomplete.d.ts +1 -3
- 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 +3 -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 +16 -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 -21
- package/dist/components/ContextMenu.d.ts.map +0 -1
- package/dist/components/Editor.d.ts.map +0 -1
- package/dist/components/EditorOptions.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/FunctionGuide.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/components/useAutocomplete.d.ts.map +0 -1
- package/dist/constants.d.ts +0 -17
- package/dist/constants.d.ts.map +0 -1
- package/dist/formula/evaluator.d.ts +0 -138
- package/dist/formula/evaluator.d.ts.map +0 -1
- package/dist/formula/functions/__async.d.ts +0 -62
- package/dist/formula/functions/__async.d.ts.map +0 -1
- package/dist/formula/functions/__base.d.ts +0 -53
- 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 -9
- package/dist/formula/functions/abs.d.ts.map +0 -1
- package/dist/formula/functions/acos.d.ts +0 -9
- package/dist/formula/functions/acos.d.ts.map +0 -1
- package/dist/formula/functions/add.d.ts +0 -10
- package/dist/formula/functions/add.d.ts.map +0 -1
- package/dist/formula/functions/and.d.ts +0 -9
- package/dist/formula/functions/and.d.ts.map +0 -1
- package/dist/formula/functions/asin.d.ts +0 -9
- package/dist/formula/functions/asin.d.ts.map +0 -1
- package/dist/formula/functions/atan.d.ts +0 -9
- package/dist/formula/functions/atan.d.ts.map +0 -1
- package/dist/formula/functions/atan2.d.ts +0 -9
- package/dist/formula/functions/atan2.d.ts.map +0 -1
- package/dist/formula/functions/average.d.ts +0 -9
- package/dist/formula/functions/average.d.ts.map +0 -1
- package/dist/formula/functions/col.d.ts +0 -9
- package/dist/formula/functions/col.d.ts.map +0 -1
- package/dist/formula/functions/concat.d.ts +0 -9
- package/dist/formula/functions/concat.d.ts.map +0 -1
- package/dist/formula/functions/concatenate.d.ts +0 -9
- package/dist/formula/functions/concatenate.d.ts.map +0 -1
- package/dist/formula/functions/cos.d.ts +0 -9
- package/dist/formula/functions/cos.d.ts.map +0 -1
- package/dist/formula/functions/count.d.ts +0 -9
- package/dist/formula/functions/count.d.ts.map +0 -1
- package/dist/formula/functions/counta.d.ts +0 -9
- package/dist/formula/functions/counta.d.ts.map +0 -1
- package/dist/formula/functions/countif.d.ts +0 -10
- package/dist/formula/functions/countif.d.ts.map +0 -1
- package/dist/formula/functions/divide.d.ts +0 -9
- package/dist/formula/functions/divide.d.ts.map +0 -1
- package/dist/formula/functions/eq.d.ts +0 -9
- package/dist/formula/functions/eq.d.ts.map +0 -1
- package/dist/formula/functions/exp.d.ts +0 -9
- package/dist/formula/functions/exp.d.ts.map +0 -1
- package/dist/formula/functions/gt.d.ts +0 -9
- package/dist/formula/functions/gt.d.ts.map +0 -1
- package/dist/formula/functions/gte.d.ts +0 -9
- package/dist/formula/functions/gte.d.ts.map +0 -1
- package/dist/formula/functions/hlookup.d.ts +0 -10
- package/dist/formula/functions/hlookup.d.ts.map +0 -1
- package/dist/formula/functions/if.d.ts +0 -9
- package/dist/formula/functions/if.d.ts.map +0 -1
- package/dist/formula/functions/iferror.d.ts +0 -12
- package/dist/formula/functions/iferror.d.ts.map +0 -1
- package/dist/formula/functions/index.d.ts +0 -10
- package/dist/formula/functions/index.d.ts.map +0 -1
- package/dist/formula/functions/len.d.ts +0 -9
- package/dist/formula/functions/len.d.ts.map +0 -1
- package/dist/formula/functions/lenb.d.ts +0 -9
- package/dist/formula/functions/lenb.d.ts.map +0 -1
- package/dist/formula/functions/ln.d.ts +0 -9
- package/dist/formula/functions/ln.d.ts.map +0 -1
- package/dist/formula/functions/log.d.ts +0 -9
- package/dist/formula/functions/log.d.ts.map +0 -1
- package/dist/formula/functions/log10.d.ts +0 -9
- package/dist/formula/functions/log10.d.ts.map +0 -1
- package/dist/formula/functions/lt.d.ts +0 -9
- package/dist/formula/functions/lt.d.ts.map +0 -1
- package/dist/formula/functions/lte.d.ts +0 -9
- package/dist/formula/functions/lte.d.ts.map +0 -1
- package/dist/formula/functions/match.d.ts +0 -10
- 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 -9
- package/dist/formula/functions/max.d.ts.map +0 -1
- package/dist/formula/functions/min.d.ts +0 -9
- package/dist/formula/functions/min.d.ts.map +0 -1
- package/dist/formula/functions/minus.d.ts +0 -10
- package/dist/formula/functions/minus.d.ts.map +0 -1
- package/dist/formula/functions/mod.d.ts +0 -9
- package/dist/formula/functions/mod.d.ts.map +0 -1
- package/dist/formula/functions/multiply.d.ts +0 -9
- package/dist/formula/functions/multiply.d.ts.map +0 -1
- package/dist/formula/functions/ne.d.ts +0 -9
- package/dist/formula/functions/ne.d.ts.map +0 -1
- package/dist/formula/functions/not.d.ts +0 -9
- 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 -9
- 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 -9
- package/dist/formula/functions/power.d.ts.map +0 -1
- package/dist/formula/functions/product.d.ts +0 -9
- package/dist/formula/functions/product.d.ts.map +0 -1
- package/dist/formula/functions/radians.d.ts +0 -9
- 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 -9
- package/dist/formula/functions/round.d.ts.map +0 -1
- package/dist/formula/functions/rounddown.d.ts +0 -9
- package/dist/formula/functions/rounddown.d.ts.map +0 -1
- package/dist/formula/functions/roundup.d.ts +0 -9
- package/dist/formula/functions/roundup.d.ts.map +0 -1
- package/dist/formula/functions/row.d.ts +0 -9
- package/dist/formula/functions/row.d.ts.map +0 -1
- package/dist/formula/functions/sin.d.ts +0 -9
- package/dist/formula/functions/sin.d.ts.map +0 -1
- package/dist/formula/functions/sqrt.d.ts +0 -9
- package/dist/formula/functions/sqrt.d.ts.map +0 -1
- package/dist/formula/functions/sum.d.ts +0 -9
- package/dist/formula/functions/sum.d.ts.map +0 -1
- package/dist/formula/functions/sumif.d.ts +0 -10
- package/dist/formula/functions/sumif.d.ts.map +0 -1
- package/dist/formula/functions/tan.d.ts +0 -9
- package/dist/formula/functions/tan.d.ts.map +0 -1
- package/dist/formula/functions/uminus.d.ts +0 -9
- package/dist/formula/functions/uminus.d.ts.map +0 -1
- package/dist/formula/functions/vlookup.d.ts +0 -10
- package/dist/formula/functions/vlookup.d.ts.map +0 -1
- package/dist/formula/mapping.d.ts +0 -10
- 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 -15
- 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 -136
- 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 -94
- package/dist/lib/spatial.d.ts.map +0 -1
- package/dist/lib/table.d.ts +0 -463
- 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 -54
- 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/sentinels.d.ts +0 -23
- package/dist/sentinels.d.ts.map +0 -1
- package/dist/store/actions.d.ts.map +0 -1
- package/dist/store/dispatchers.d.ts +0 -36
- package/dist/store/dispatchers.d.ts.map +0 -1
- package/dist/store/helpers.d.ts +0 -25
- 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 -365
- 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}/EditorOptions.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
package/dist/lib/operation.d.ts
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { OperationType as operations } from '../types';
|
|
2
|
-
export declare const RemoveRows: operations;
|
|
3
|
-
export declare const RemoveCols: operations;
|
|
4
|
-
export declare const InsertRowsAbove: operations;
|
|
5
|
-
export declare const InsertRowsBelow: operations;
|
|
6
|
-
export declare const InsertColsLeft: operations;
|
|
7
|
-
export declare const InsertColsRight: operations;
|
|
8
|
-
export declare const MoveFrom: operations;
|
|
9
|
-
export declare const MoveTo: operations;
|
|
10
|
-
export declare const Write: operations;
|
|
11
|
-
export declare const Style: operations;
|
|
12
|
-
export declare const Copy: operations;
|
|
13
|
-
export declare const Resize: operations;
|
|
14
|
-
export declare const SetRenderer: operations;
|
|
15
|
-
export declare const SetParser: operations;
|
|
16
|
-
export declare const SetPolicy: operations;
|
|
17
|
-
export declare const Sort: operations;
|
|
18
|
-
export declare const Filter: operations;
|
|
19
|
-
export declare const SetLabel: operations;
|
|
20
|
-
export declare const SetLabeler: operations;
|
|
21
|
-
export declare const NoOperation: operations;
|
|
22
|
-
export declare const Move: operations;
|
|
23
|
-
export declare const Update: operations;
|
|
24
|
-
export declare const InsertRows: operations;
|
|
25
|
-
export declare const InsertCols: operations;
|
|
26
|
-
export declare const Add: operations;
|
|
27
|
-
export declare const Delete: operations;
|
|
28
|
-
export declare const ReadOnly: operations;
|
|
29
|
-
export declare const ColumnMenu: operations;
|
|
30
|
-
export declare const RowMenu: operations;
|
|
31
|
-
export declare const ViewOnly: operations;
|
|
32
|
-
export declare const hasOperation: (operation: operations | undefined, flag: operations) => boolean;
|
|
33
|
-
export declare const debugOperations: (prevention: operations | undefined) => string[];
|
|
34
|
-
//# sourceMappingURL=operation.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operation.d.ts","sourceRoot":"","sources":["../../src/lib/operation.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC;AAEvD,eAAO,MAAM,UAAU,EAAE,UAAoE,CAAC;AAC9F,eAAO,MAAM,UAAU,EAAE,UAAoE,CAAC;AAC9F,eAAO,MAAM,eAAe,EAAE,UAAoE,CAAC;AACnG,eAAO,MAAM,eAAe,EAAE,UAAoE,CAAC;AACnG,eAAO,MAAM,cAAc,EAAE,UAAoE,CAAC;AAClG,eAAO,MAAM,eAAe,EAAE,UAAoE,CAAC;AACnG,eAAO,MAAM,QAAQ,EAAE,UAAoE,CAAC;AAC5F,eAAO,MAAM,MAAM,EAAE,UAAoE,CAAC;AAC1F,eAAO,MAAM,KAAK,EAAE,UAAoE,CAAC;AACzF,eAAO,MAAM,KAAK,EAAE,UAAoE,CAAC;AACzF,eAAO,MAAM,IAAI,EAAE,UAAoE,CAAC;AACxF,eAAO,MAAM,MAAM,EAAE,UAAoE,CAAC;AAC1F,eAAO,MAAM,WAAW,EAAE,UAAoE,CAAC;AAC/F,eAAO,MAAM,SAAS,EAAE,UAAoE,CAAC;AAC7F,eAAO,MAAM,SAAS,EAAE,UAAoE,CAAC;AAC7F,eAAO,MAAM,IAAI,EAAE,UAAoE,CAAC;AACxF,eAAO,MAAM,MAAM,EAAE,UAAoE,CAAC;AAC1F,eAAO,MAAM,QAAQ,EAAE,UAAoE,CAAC;AAC5F,eAAO,MAAM,UAAU,EAAE,UAAoE,CAAC;AAE9F,eAAO,MAAM,WAAW,EAAE,UAAc,CAAC;AAEzC,eAAO,MAAM,IAAI,EAAE,UAA8B,CAAC;AAElD,eAAO,MAAM,MAAM,EAAE,UACwE,CAAC;AAE9F,eAAO,MAAM,UAAU,EAAE,UAA8C,CAAC;AAExE,eAAO,MAAM,UAAU,EAAE,UAA6C,CAAC;AAEvE,eAAO,MAAM,GAAG,EAAE,UAAoC,CAAC;AAEvD,eAAO,MAAM,MAAM,EAAE,UAAoC,CAAC;AAE1D,eAAO,MAAM,QAAQ,EAAE,UAAyC,CAAC;AAEjE,eAAO,MAAM,UAAU,EAAE,UAAqC,CAAC;AAE/D,eAAO,MAAM,OAAO,EAAE,UAAoE,CAAC;AAE3F,eAAO,MAAM,QAAQ,EAAE,UAAkC,CAAC;AAE1D,eAAO,MAAM,YAAY,GAAI,WAAW,UAAU,GAAG,SAAS,EAAE,MAAM,UAAU,YAK/E,CAAC;AAGF,eAAO,MAAM,eAAe,GAAI,YAAY,UAAU,GAAG,SAAS,aAsDjE,CAAC"}
|
package/dist/lib/palette.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../src/lib/palette.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa,UAqBzB,CAAC"}
|
package/dist/lib/paste.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"paste.d.ts","sourceRoot":"","sources":["../../src/lib/paste.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,eAAO,MAAM,SAAS,GAAI,MAAM,MAAM,EAAE,mBAAiB,KAAG,WAAW,EAAE,EA4FxE,CAAC;AAiEF,eAAO,MAAM,SAAS,GAAI,KAAK,MAAM,EAAE,YAAU,KAAG,WAAW,EAAE,EAkChE,CAAC"}
|
package/dist/lib/reference.d.ts
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { CellsByIdType, Id } from '../types';
|
|
2
|
-
import { Table } from './table';
|
|
3
|
-
export declare class ReferencePreserver {
|
|
4
|
-
map: {
|
|
5
|
-
[id: Id]: Id;
|
|
6
|
-
};
|
|
7
|
-
private table;
|
|
8
|
-
private dependentIds;
|
|
9
|
-
constructor(table: Table);
|
|
10
|
-
addTheDependents(...ids: Id[]): void;
|
|
11
|
-
resolveDependents(operation?: 'move' | 'removeRows' | 'removeCols'): CellsByIdType;
|
|
12
|
-
}
|
|
13
|
-
//# sourceMappingURL=reference.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"reference.d.ts","sourceRoot":"","sources":["../../src/lib/reference.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,EAAE,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAEhC,qBAAa,kBAAkB;IACtB,GAAG,EAAE;QAAE,CAAC,EAAE,EAAE,EAAE,GAAG,EAAE,CAAA;KAAE,CAAM;IAClC,OAAO,CAAC,KAAK,CAAQ;IACrB,OAAO,CAAC,YAAY,CAA0B;gBAElC,KAAK,EAAE,KAAK;IAIxB,gBAAgB,CAAC,GAAG,GAAG,EAAE,EAAE,EAAE;IAS7B,iBAAiB,CAAC,SAAS,CAAC,EAAE,MAAM,GAAG,YAAY,GAAG,YAAY,GAAG,aAAa;CAmBnF"}
|
package/dist/lib/sheet.d.ts
DELETED
package/dist/lib/sheet.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../src/lib/sheet.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,GAAI,MAAM,MAAM,KAAG,MAG9C,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,MAAM,KAAG,MAK9C,CAAC"}
|
package/dist/lib/spatial.d.ts
DELETED
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { MatrixType, AreaType, ZoneType, RangeType, PointType, Y, X, CellsByAddressType, ShapeType, MatricesByAddress, CellType, Address } from '../types';
|
|
2
|
-
export declare const slideArea: (area: AreaType, y: Y, x: X) => AreaType;
|
|
3
|
-
export declare const superposeArea: (srcArea: AreaType, dstArea: AreaType) => ShapeType;
|
|
4
|
-
export declare const concatAreas: (area1: AreaType, area2: AreaType) => AreaType;
|
|
5
|
-
export declare const zoneToArea: (zone: ZoneType) => AreaType;
|
|
6
|
-
export declare const areaToZone: (area: AreaType) => ZoneType;
|
|
7
|
-
export declare const areaToRange: (area: AreaType) => string;
|
|
8
|
-
export declare const between: (range: RangeType, index: number) => boolean;
|
|
9
|
-
export declare const among: (area: AreaType, point: PointType) => boolean;
|
|
10
|
-
type ShapeExtension = {
|
|
11
|
-
base?: number;
|
|
12
|
-
};
|
|
13
|
-
export declare const zoneShape: ({ base, ...zone }: ZoneType & ShapeExtension) => ShapeType;
|
|
14
|
-
export declare const areaShape: ({ base, ...area }: AreaType & ShapeExtension) => ShapeType;
|
|
15
|
-
export declare const matrixShape: ({ base, matrix }: {
|
|
16
|
-
matrix: MatrixType;
|
|
17
|
-
} & ShapeExtension) => ShapeType;
|
|
18
|
-
export declare const makeSequence: (start: number, stop: number, step?: number) => number[];
|
|
19
|
-
export declare const oa2aa: (oa: {
|
|
20
|
-
[s: string]: any;
|
|
21
|
-
}[], fields: string[]) => MatrixType;
|
|
22
|
-
export declare const aa2oa: (aa: MatrixType, fields: string[]) => {
|
|
23
|
-
[s: string]: any;
|
|
24
|
-
}[];
|
|
25
|
-
type PutMatrixFilterProps<T = any> = {
|
|
26
|
-
srcValue: T;
|
|
27
|
-
dstValue: T;
|
|
28
|
-
srcPoint: PointType;
|
|
29
|
-
dstPoint: PointType;
|
|
30
|
-
};
|
|
31
|
-
export declare const putMatrix: <T = any>(dst: T[][], src: T[][], dstArea: AreaType, filter?: (arg: PutMatrixFilterProps) => boolean) => MatricesByAddress<T>;
|
|
32
|
-
export declare const createMatrix: <T = any>(numRows: number, numCols: number, fill?: T) => T[][];
|
|
33
|
-
export declare const cropMatrix: <T = any>(matrix: T[][], area: AreaType) => T[][];
|
|
34
|
-
export declare const buildInitialCellsFromOrigin: ({ cells, ensured, matrix, flattenAs, origin, }: {
|
|
35
|
-
cells?: CellsByAddressType;
|
|
36
|
-
ensured?: {
|
|
37
|
-
numRows?: number;
|
|
38
|
-
numCols?: number;
|
|
39
|
-
};
|
|
40
|
-
flattenAs?: keyof CellType;
|
|
41
|
-
matrix?: MatrixType;
|
|
42
|
-
origin?: Address;
|
|
43
|
-
}) => CellsByAddressType;
|
|
44
|
-
export declare const buildInitialCells: ({ cells, ensured, matrices, flattenAs, }?: {
|
|
45
|
-
cells?: CellsByAddressType;
|
|
46
|
-
ensured?: {
|
|
47
|
-
numRows?: number;
|
|
48
|
-
numCols?: number;
|
|
49
|
-
};
|
|
50
|
-
flattenAs?: keyof CellType;
|
|
51
|
-
matrices?: MatricesByAddress<any>;
|
|
52
|
-
}) => CellsByAddressType;
|
|
53
|
-
export declare const buildCells: <T>({ cells, matrices, flattenAs, }: {
|
|
54
|
-
cells?: CellsByAddressType;
|
|
55
|
-
flattenAs?: keyof CellType;
|
|
56
|
-
matrices?: MatricesByAddress<T>;
|
|
57
|
-
}) => CellsByAddressType;
|
|
58
|
-
export declare const getMaxSizesFromCells: (cells?: CellsByAddressType) => {
|
|
59
|
-
numRows: number;
|
|
60
|
-
numCols: number;
|
|
61
|
-
};
|
|
62
|
-
export declare const range: (start: number, end: number) => number[];
|
|
63
|
-
export declare const complementSelectingArea: (selectingArea: AreaType, choosing: PointType) => AreaType;
|
|
64
|
-
export declare const isSameArea: (area1: AreaType, area2: AreaType) => boolean;
|
|
65
|
-
export declare const expandRange: (range: string) => Address[];
|
|
66
|
-
export declare const restrictZone: (zone: ZoneType) => ZoneType;
|
|
67
|
-
export type BinarySearchPredicate = (mid: number) => boolean;
|
|
68
|
-
export declare const binarySearch: (low: number, high: number, predicate: BinarySearchPredicate, lessThan: boolean) => number;
|
|
69
|
-
export declare const moveKey: (obj: any, keyFrom: string, keyTo: string) => void;
|
|
70
|
-
export declare const invertObject: (obj: {
|
|
71
|
-
[key: string]: string;
|
|
72
|
-
}) => {
|
|
73
|
-
[value: string]: string;
|
|
74
|
-
};
|
|
75
|
-
/**
|
|
76
|
-
* Convert a list of addresses into an array of bounding areas.
|
|
77
|
-
* Adjacent cells (4-connected: up/down/left/right) are grouped into the same area.
|
|
78
|
-
* Each resulting AreaType is the bounding rectangle of one connected group.
|
|
79
|
-
*/
|
|
80
|
-
export declare const addressesToAreas: (addresses: Address[]) => AreaType[];
|
|
81
|
-
/**
|
|
82
|
-
* Extract unique column indices (x) from a list of addresses, ignoring row information.
|
|
83
|
-
* @param asc - true: ascending, false: descending, null: insertion order
|
|
84
|
-
*/
|
|
85
|
-
export declare const addressesToCols: (addresses: Address[], asc?: boolean | null) => number[];
|
|
86
|
-
/**
|
|
87
|
-
* Extract unique row indices (y) from a list of addresses, ignoring column information.
|
|
88
|
-
* @param asc - true: ascending, false: descending, null: insertion order
|
|
89
|
-
*/
|
|
90
|
-
export declare const addressesToRows: (addresses: Address[], asc?: boolean | null) => number[];
|
|
91
|
-
export declare const isAreaNotSelected: (area: AreaType) => boolean;
|
|
92
|
-
export declare const isZoneNotSelected: (zone: ZoneType) => boolean;
|
|
93
|
-
export {};
|
|
94
|
-
//# sourceMappingURL=spatial.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"spatial.d.ts","sourceRoot":"","sources":["../../src/lib/spatial.ts"],"names":[],"mappings":"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"}
|
package/dist/lib/table.d.ts
DELETED
|
@@ -1,463 +0,0 @@
|
|
|
1
|
-
import { RendererCallProps } from '../renderers/core';
|
|
2
|
-
import { Id, AreaType, CellsByIdType, CellsByAddressType, PointType, Address, CellFilter, MatrixType, CellType, FilterConfig, HistoryType, StorePatchType, ShapeType, OperatorType, OperationType, RawCellType, ExtraPointType, StoreType, RefEvaluation } from '../types';
|
|
3
|
-
import { FunctionMapping } from '../formula/functions/__base';
|
|
4
|
-
import { Wire } from './hub';
|
|
5
|
-
import { PolicyType } from '../policy/core';
|
|
6
|
-
type Props = {
|
|
7
|
-
minNumRows?: number;
|
|
8
|
-
maxNumRows?: number;
|
|
9
|
-
minNumCols?: number;
|
|
10
|
-
maxNumCols?: number;
|
|
11
|
-
functions?: FunctionMapping;
|
|
12
|
-
sheetName?: string;
|
|
13
|
-
hub?: Wire;
|
|
14
|
-
};
|
|
15
|
-
type GetProps = {
|
|
16
|
-
refEvaluation?: RefEvaluation;
|
|
17
|
-
raise?: boolean;
|
|
18
|
-
filter?: CellFilter;
|
|
19
|
-
};
|
|
20
|
-
type MoveProps = {
|
|
21
|
-
srcTable?: UserTable;
|
|
22
|
-
src: AreaType;
|
|
23
|
-
dst: AreaType;
|
|
24
|
-
operator?: OperatorType;
|
|
25
|
-
undoReflection?: StorePatchType;
|
|
26
|
-
redoReflection?: StorePatchType;
|
|
27
|
-
historicize?: boolean;
|
|
28
|
-
};
|
|
29
|
-
type CellField = keyof CellType;
|
|
30
|
-
type GetCellProps = GetProps & {
|
|
31
|
-
ignoreFields?: CellField[];
|
|
32
|
-
};
|
|
33
|
-
type GetFieldProps = GetProps & {
|
|
34
|
-
field?: keyof CellType;
|
|
35
|
-
};
|
|
36
|
-
type GetCellMatrixProps = GetCellProps & {
|
|
37
|
-
area?: AreaType;
|
|
38
|
-
};
|
|
39
|
-
type GetFieldMatrixProps = GetFieldProps & {
|
|
40
|
-
area?: AreaType;
|
|
41
|
-
};
|
|
42
|
-
type GetCellObjectProps = GetCellProps & {
|
|
43
|
-
addresses?: Address[];
|
|
44
|
-
};
|
|
45
|
-
type GetFieldObjectProps = GetFieldProps & {
|
|
46
|
-
addresses?: Address[];
|
|
47
|
-
};
|
|
48
|
-
type GetCellRowsProps = GetCellProps & {
|
|
49
|
-
rows?: number[];
|
|
50
|
-
};
|
|
51
|
-
type GetFieldRowsProps = GetFieldProps & {
|
|
52
|
-
rows?: number[];
|
|
53
|
-
};
|
|
54
|
-
type GetCellColsProps = GetCellProps & {
|
|
55
|
-
cols?: (number | string)[];
|
|
56
|
-
};
|
|
57
|
-
type GetFieldColsProps = GetFieldProps & {
|
|
58
|
-
cols?: (number | string)[];
|
|
59
|
-
};
|
|
60
|
-
export interface UserTable {
|
|
61
|
-
changedTime: number;
|
|
62
|
-
lastChangedTime?: number;
|
|
63
|
-
top: number;
|
|
64
|
-
left: number;
|
|
65
|
-
bottom: number;
|
|
66
|
-
right: number;
|
|
67
|
-
minNumRows: number;
|
|
68
|
-
maxNumRows: number;
|
|
69
|
-
minNumCols: number;
|
|
70
|
-
maxNumCols: number;
|
|
71
|
-
headerWidth: number;
|
|
72
|
-
headerHeight: number;
|
|
73
|
-
sheetName: string;
|
|
74
|
-
/**
|
|
75
|
-
* Returns the raw table object, which is used for internal operations.
|
|
76
|
-
* This is not intended for public use and may change in future versions.
|
|
77
|
-
*/
|
|
78
|
-
__raw__: Table;
|
|
79
|
-
getRectSize(area: AreaType): ShapeType;
|
|
80
|
-
getCellByPoint(point: PointType, refEvaluation?: RefEvaluation, raise?: boolean): CellType | undefined;
|
|
81
|
-
getCellByAddress(address: Address, refEvaluation?: RefEvaluation, raise?: boolean): CellType | undefined;
|
|
82
|
-
getPolicyByPoint(point: PointType): PolicyType;
|
|
83
|
-
getNumRows(base?: number): number;
|
|
84
|
-
getNumCols(base?: number): number;
|
|
85
|
-
getFieldMatrix(args?: GetFieldMatrixProps): any[][];
|
|
86
|
-
getFieldObject(args?: GetFieldObjectProps): {
|
|
87
|
-
[address: Address]: any;
|
|
88
|
-
};
|
|
89
|
-
getFieldRows(args?: GetFieldRowsProps): {
|
|
90
|
-
[address: Address]: any;
|
|
91
|
-
}[];
|
|
92
|
-
getFieldCols(args?: GetFieldColsProps): {
|
|
93
|
-
[address: Address]: any;
|
|
94
|
-
}[];
|
|
95
|
-
getCellMatrix(args?: GetCellMatrixProps): (CellType | null)[][];
|
|
96
|
-
getCellObject(args?: GetCellObjectProps): CellsByAddressType;
|
|
97
|
-
getCellRows(args?: GetCellRowsProps): CellsByAddressType[];
|
|
98
|
-
getCellCols(args?: GetCellColsProps): CellsByAddressType[];
|
|
99
|
-
getHistories(): HistoryType[];
|
|
100
|
-
move(args: MoveProps): UserTable;
|
|
101
|
-
copy(args: MoveProps & {
|
|
102
|
-
onlyValue?: boolean;
|
|
103
|
-
}): UserTable;
|
|
104
|
-
update(args: {
|
|
105
|
-
diff: CellsByAddressType;
|
|
106
|
-
historicize?: boolean;
|
|
107
|
-
partial?: boolean;
|
|
108
|
-
updateChangedTime?: boolean;
|
|
109
|
-
reflection?: StorePatchType;
|
|
110
|
-
}): UserTable;
|
|
111
|
-
writeMatrix(args: {
|
|
112
|
-
point: PointType;
|
|
113
|
-
matrix: MatrixType<string>;
|
|
114
|
-
updateChangedTime?: boolean;
|
|
115
|
-
reflection?: StorePatchType;
|
|
116
|
-
}): UserTable;
|
|
117
|
-
write(args: {
|
|
118
|
-
point: PointType;
|
|
119
|
-
value: string;
|
|
120
|
-
updateChangedTime?: boolean;
|
|
121
|
-
reflection?: StorePatchType;
|
|
122
|
-
}): UserTable;
|
|
123
|
-
insertRows(args: {
|
|
124
|
-
y: number;
|
|
125
|
-
numRows: number;
|
|
126
|
-
baseY: number;
|
|
127
|
-
diff?: CellsByAddressType;
|
|
128
|
-
partial?: boolean;
|
|
129
|
-
updateChangedTime?: boolean;
|
|
130
|
-
reflection?: StorePatchType;
|
|
131
|
-
}): UserTable;
|
|
132
|
-
removeRows(args: {
|
|
133
|
-
y: number;
|
|
134
|
-
numRows: number;
|
|
135
|
-
reflection?: StorePatchType;
|
|
136
|
-
}): UserTable;
|
|
137
|
-
insertCols(args: {
|
|
138
|
-
x: number;
|
|
139
|
-
numCols: number;
|
|
140
|
-
baseX: number;
|
|
141
|
-
diff?: CellsByAddressType;
|
|
142
|
-
partial?: boolean;
|
|
143
|
-
updateChangedTime?: boolean;
|
|
144
|
-
reflection?: StorePatchType;
|
|
145
|
-
}): UserTable;
|
|
146
|
-
removeCols(args: {
|
|
147
|
-
x: number;
|
|
148
|
-
numCols: number;
|
|
149
|
-
reflection?: StorePatchType;
|
|
150
|
-
}): UserTable;
|
|
151
|
-
undo(): {
|
|
152
|
-
history: HistoryType | null;
|
|
153
|
-
};
|
|
154
|
-
redo(): {
|
|
155
|
-
history: HistoryType | null;
|
|
156
|
-
};
|
|
157
|
-
getHistories(): HistoryType[];
|
|
158
|
-
getHistoryIndex(): number;
|
|
159
|
-
getHistorySize(): number;
|
|
160
|
-
setHeaderHeight(height: number, historicize?: boolean): UserTable;
|
|
161
|
-
setHeaderWidth(width: number, historicize?: boolean): UserTable;
|
|
162
|
-
sortRows(args: {
|
|
163
|
-
x: number;
|
|
164
|
-
direction: 'asc' | 'desc';
|
|
165
|
-
}): UserTable;
|
|
166
|
-
filterRows(args?: {
|
|
167
|
-
x?: number;
|
|
168
|
-
filter?: FilterConfig;
|
|
169
|
-
}): UserTable;
|
|
170
|
-
isRowFiltered(y: number): boolean;
|
|
171
|
-
hasActiveFilters(): boolean;
|
|
172
|
-
hasPendingCells(): boolean;
|
|
173
|
-
waitForPending(): Promise<void>;
|
|
174
|
-
getLastChangedAddresses(): Address[];
|
|
175
|
-
stringify(props: {
|
|
176
|
-
point: PointType;
|
|
177
|
-
cell?: CellType;
|
|
178
|
-
refEvaluation?: RefEvaluation;
|
|
179
|
-
}): string;
|
|
180
|
-
}
|
|
181
|
-
export declare class Table implements UserTable {
|
|
182
|
-
changedTime: number;
|
|
183
|
-
lastChangedTime?: number;
|
|
184
|
-
minNumRows: number;
|
|
185
|
-
maxNumRows: number;
|
|
186
|
-
minNumCols: number;
|
|
187
|
-
maxNumCols: number;
|
|
188
|
-
sheetId: number;
|
|
189
|
-
sheetName: string;
|
|
190
|
-
prevSheetName: string;
|
|
191
|
-
status: 0 | 1 | 2;
|
|
192
|
-
wire: Wire;
|
|
193
|
-
idsToBeIdentified: Id[];
|
|
194
|
-
totalWidth: number;
|
|
195
|
-
totalHeight: number;
|
|
196
|
-
fullHeight: number;
|
|
197
|
-
private version;
|
|
198
|
-
private idMatrix;
|
|
199
|
-
private area;
|
|
200
|
-
private addressCaches;
|
|
201
|
-
private lastChangedAddresses;
|
|
202
|
-
constructor({ minNumRows, maxNumRows, minNumCols, maxNumCols, sheetName, hub, }: Props);
|
|
203
|
-
get headerHeight(): number;
|
|
204
|
-
setHeaderHeight(height: number, historicize?: boolean): Table;
|
|
205
|
-
get headerWidth(): number;
|
|
206
|
-
setHeaderWidth(width: number, historicize?: boolean): Table;
|
|
207
|
-
/** Get the raw (mutable) cell data for a point. Unlike getCellByPoint, this returns the actual wire.data reference. */
|
|
208
|
-
private _getRawCellByPoint;
|
|
209
|
-
isRowFiltered(y: number): boolean;
|
|
210
|
-
hasActiveFilters(): boolean;
|
|
211
|
-
/**
|
|
212
|
-
* Returns true if any data cell in this sheet currently holds a Pending value
|
|
213
|
-
* (i.e. an async formula that hasn't resolved yet).
|
|
214
|
-
*/
|
|
215
|
-
hasPendingCells(): boolean;
|
|
216
|
-
/**
|
|
217
|
-
* Returns a Promise that resolves when all in-flight async formula computations
|
|
218
|
-
* have completed and no data cells hold Pending values.
|
|
219
|
-
* If nothing is pending, resolves immediately.
|
|
220
|
-
* Useful for waiting before sort/filter so that cell values are fully resolved.
|
|
221
|
-
*/
|
|
222
|
-
waitForPending(): Promise<void>;
|
|
223
|
-
/**
|
|
224
|
-
* Returns the addresses that were changed in the most recent `_update()` call.
|
|
225
|
-
* Useful inside `onChange` to know which cells were modified.
|
|
226
|
-
*/
|
|
227
|
-
getLastChangedAddresses(): Address[];
|
|
228
|
-
/** Capture the current state of all filter-related cells (column headers + row headers) as a CellsByIdType snapshot */
|
|
229
|
-
/** Capture the full cell state of all filter-related header cells as a CellsByIdType snapshot */
|
|
230
|
-
private _captureFilterCellStates;
|
|
231
|
-
filterRows({ x, filter, }?: {
|
|
232
|
-
x?: number;
|
|
233
|
-
filter?: FilterConfig;
|
|
234
|
-
}): Table;
|
|
235
|
-
private _reapplyFilters;
|
|
236
|
-
sortRows({ x, direction }: {
|
|
237
|
-
x: number;
|
|
238
|
-
direction: 'asc' | 'desc';
|
|
239
|
-
}): Table;
|
|
240
|
-
private _sortRowMapping;
|
|
241
|
-
get isInitialized(): boolean;
|
|
242
|
-
get functions(): FunctionMapping;
|
|
243
|
-
get parsers(): {
|
|
244
|
-
[parserName: string]: import('../parsers/core').Parser | null;
|
|
245
|
-
};
|
|
246
|
-
get renderers(): {
|
|
247
|
-
[rendererName: string]: import('../renderers/core').Renderer | null;
|
|
248
|
-
};
|
|
249
|
-
get labelers(): {
|
|
250
|
-
[labelerName: string]: ((n: number) => string) | null;
|
|
251
|
-
};
|
|
252
|
-
get policies(): {
|
|
253
|
-
[policyName: string]: import('../policy/core').Policy | null;
|
|
254
|
-
};
|
|
255
|
-
identifyFormula(): void;
|
|
256
|
-
getSheetId(): number;
|
|
257
|
-
getTableBySheetName(sheetName: string): Table | null;
|
|
258
|
-
getTableBySheetId(sheetId: number): Table | null;
|
|
259
|
-
private static _stack;
|
|
260
|
-
initialize(cells: CellsByAddressType): void;
|
|
261
|
-
incrementVersion(): void;
|
|
262
|
-
private generateId;
|
|
263
|
-
getRectSize({ top, left, bottom, right }: AreaType): {
|
|
264
|
-
width: number;
|
|
265
|
-
height: number;
|
|
266
|
-
};
|
|
267
|
-
setTotalSize(): void;
|
|
268
|
-
refresh(relocate?: boolean, resize?: boolean): Table;
|
|
269
|
-
clone(relocate?: boolean): Table;
|
|
270
|
-
getPointById(id: Id, slideY?: number, slideX?: number): PointType & {
|
|
271
|
-
absCol: boolean;
|
|
272
|
-
absRow: boolean;
|
|
273
|
-
};
|
|
274
|
-
getAddressById(id: Id, slideY?: number, slideX?: number): string | undefined;
|
|
275
|
-
getAddressesByIds(ids: CellsByIdType): CellsByAddressType;
|
|
276
|
-
clearAddressCaches(): void;
|
|
277
|
-
getId(point: PointType): string;
|
|
278
|
-
getIdFormula(point: ExtraPointType): {
|
|
279
|
-
id: Id | null;
|
|
280
|
-
formula: string | null;
|
|
281
|
-
};
|
|
282
|
-
getCellByPoint(point: PointType, refEvaluation?: RefEvaluation, raise?: boolean): CellType | undefined;
|
|
283
|
-
getCellByAddress(address: Address, refEvaluation?: RefEvaluation, raise?: boolean): CellType | undefined;
|
|
284
|
-
getById(id: Id): CellType<any, any> | undefined;
|
|
285
|
-
getNumRows(base?: number): number;
|
|
286
|
-
getNumCols(base?: number): number;
|
|
287
|
-
get top(): number;
|
|
288
|
-
get left(): number;
|
|
289
|
-
get bottom(): number;
|
|
290
|
-
get right(): number;
|
|
291
|
-
getFullRef(ref: Address): string;
|
|
292
|
-
getFieldMatrix({ area, field, refEvaluation, raise, filter, }?: GetFieldMatrixProps): any[][];
|
|
293
|
-
getFieldObject({ field, refEvaluation, raise, filter, addresses, }?: GetFieldObjectProps): {
|
|
294
|
-
[Address: string]: any;
|
|
295
|
-
};
|
|
296
|
-
getFieldRows({ field, refEvaluation, raise, filter, rows, }?: GetFieldRowsProps): CellsByAddressType[];
|
|
297
|
-
getFieldCols({ field, refEvaluation, raise, filter, cols, }?: GetFieldColsProps): CellsByAddressType[];
|
|
298
|
-
getCellMatrix({ area, refEvaluation, raise, filter, ignoreFields, }?: GetCellMatrixProps): (CellType | null)[][];
|
|
299
|
-
getCellObject({ refEvaluation, raise, filter, addresses, ignoreFields, }?: GetCellObjectProps): CellsByAddressType;
|
|
300
|
-
getCellRows({ refEvaluation, raise, filter, rows, ignoreFields, }?: GetCellRowsProps): CellsByAddressType[];
|
|
301
|
-
getCellCols({ refEvaluation, raise, filter, cols, ignoreFields, }?: GetCellColsProps): CellsByAddressType[];
|
|
302
|
-
private pushHistory;
|
|
303
|
-
private cleanObsolete;
|
|
304
|
-
private cleanStrayed;
|
|
305
|
-
private getNewIdMatrix;
|
|
306
|
-
private getIdMatrixFromArea;
|
|
307
|
-
private setChangedTime;
|
|
308
|
-
private copyCellLayout;
|
|
309
|
-
move({ srcTable, src, dst, historicize, operator, undoReflection, redoReflection, }: MoveProps): Table;
|
|
310
|
-
/**
|
|
311
|
-
* Build MoveRelations from src area to dst area, skipping filtered rows.
|
|
312
|
-
*
|
|
313
|
-
* Layout of the returned array (processed in this order by _moveCells):
|
|
314
|
-
* 1. Entries where [0] is a newly-generated ID — these fill the vacated src cells (processed last in forward order)
|
|
315
|
-
* 2. Entries where [0] is a src address and [1] is a dst address — the actual moves (processed first in forward order, descending)
|
|
316
|
-
* Entries whose [1] is an existing ID mean the destination cell is displaced/overflowed and
|
|
317
|
-
* is no longer addressable; on forward pass they are skipped; on reverse pass the ID is written back.
|
|
318
|
-
*/
|
|
319
|
-
private _createMoveRelations;
|
|
320
|
-
get defaultPolicy(): PolicyType;
|
|
321
|
-
/**
|
|
322
|
-
* Apply (or reverse) a MoveRelations list.
|
|
323
|
-
*
|
|
324
|
-
* Forward (reverse=false): process descending — actual ID moves happen bottom-up so
|
|
325
|
-
* earlier entries don't clobber later ones; vacate entries (at front of array) are
|
|
326
|
-
* applied last.
|
|
327
|
-
* Reverse (reverse=true): process ascending — restores IDs in the natural order.
|
|
328
|
-
*
|
|
329
|
-
* On forward pass: applies policy, collects diffBefore, runs ReferencePreserver.
|
|
330
|
-
* On reverse pass: only moves IDs (caller is responsible for applyDiff(diffBefore)).
|
|
331
|
-
*/
|
|
332
|
-
private _moveCells;
|
|
333
|
-
copy({ srcTable, src, dst, onlyValue, operator, undoReflection, redoReflection, }: MoveProps & {
|
|
334
|
-
onlyValue?: boolean;
|
|
335
|
-
}): Table;
|
|
336
|
-
getPolicyByPoint(point: PointType): PolicyType;
|
|
337
|
-
private _update;
|
|
338
|
-
update({ diff, partial, updateChangedTime, historicize, operator, operation: op, ignoreFields, undoReflection, redoReflection, }: {
|
|
339
|
-
diff: CellsByAddressType;
|
|
340
|
-
partial?: boolean;
|
|
341
|
-
updateChangedTime?: boolean;
|
|
342
|
-
historicize?: boolean;
|
|
343
|
-
operator?: OperatorType;
|
|
344
|
-
operation?: OperationType;
|
|
345
|
-
ignoreFields?: CellField[];
|
|
346
|
-
undoReflection?: StorePatchType;
|
|
347
|
-
redoReflection?: StorePatchType;
|
|
348
|
-
}): Table;
|
|
349
|
-
writeRawCellMatrix({ point, matrix, updateChangedTime, historicize, onlyValue, operator, undoReflection, redoReflection, }: {
|
|
350
|
-
point: PointType;
|
|
351
|
-
matrix: MatrixType<RawCellType>;
|
|
352
|
-
updateChangedTime?: boolean;
|
|
353
|
-
historicize?: boolean;
|
|
354
|
-
onlyValue?: boolean;
|
|
355
|
-
operator?: OperatorType;
|
|
356
|
-
undoReflection?: StorePatchType;
|
|
357
|
-
redoReflection?: StorePatchType;
|
|
358
|
-
}): Table;
|
|
359
|
-
writeMatrix(props: {
|
|
360
|
-
point: PointType;
|
|
361
|
-
matrix: MatrixType<string>;
|
|
362
|
-
updateChangedTime?: boolean;
|
|
363
|
-
historicize?: boolean;
|
|
364
|
-
operator?: OperatorType;
|
|
365
|
-
undoReflection?: StorePatchType;
|
|
366
|
-
redoReflection?: StorePatchType;
|
|
367
|
-
}): Table;
|
|
368
|
-
write(props: {
|
|
369
|
-
point: PointType;
|
|
370
|
-
value: string;
|
|
371
|
-
updateChangedTime?: boolean;
|
|
372
|
-
historicize?: boolean;
|
|
373
|
-
operator?: OperatorType;
|
|
374
|
-
undoReflection?: StorePatchType;
|
|
375
|
-
redoReflection?: StorePatchType;
|
|
376
|
-
}): Table;
|
|
377
|
-
insertRows({ y, numRows, baseY, diff, partial, updateChangedTime, operator, undoReflection, redoReflection, }: {
|
|
378
|
-
y: number;
|
|
379
|
-
numRows: number;
|
|
380
|
-
baseY: number;
|
|
381
|
-
diff?: CellsByAddressType;
|
|
382
|
-
partial?: boolean;
|
|
383
|
-
updateChangedTime?: boolean;
|
|
384
|
-
operator?: OperatorType;
|
|
385
|
-
undoReflection?: StorePatchType;
|
|
386
|
-
redoReflection?: StorePatchType;
|
|
387
|
-
}): Table;
|
|
388
|
-
removeRows({ y, numRows, operator, undoReflection, redoReflection, }: {
|
|
389
|
-
y: number;
|
|
390
|
-
numRows: number;
|
|
391
|
-
operator?: OperatorType;
|
|
392
|
-
undoReflection?: StorePatchType;
|
|
393
|
-
redoReflection?: StorePatchType;
|
|
394
|
-
}): Table;
|
|
395
|
-
insertCols({ x, numCols, baseX, diff, partial, updateChangedTime, operator, undoReflection, redoReflection, }: {
|
|
396
|
-
x: number;
|
|
397
|
-
numCols: number;
|
|
398
|
-
baseX: number;
|
|
399
|
-
diff?: CellsByAddressType;
|
|
400
|
-
partial?: boolean;
|
|
401
|
-
updateChangedTime?: boolean;
|
|
402
|
-
operator?: OperatorType;
|
|
403
|
-
undoReflection?: StorePatchType;
|
|
404
|
-
redoReflection?: StorePatchType;
|
|
405
|
-
}): Table;
|
|
406
|
-
removeCols({ x, numCols, operator, undoReflection, redoReflection, }: {
|
|
407
|
-
x: number;
|
|
408
|
-
numCols: number;
|
|
409
|
-
operator?: OperatorType;
|
|
410
|
-
undoReflection?: StorePatchType;
|
|
411
|
-
redoReflection?: StorePatchType;
|
|
412
|
-
}): Table;
|
|
413
|
-
getHistories(): HistoryType[];
|
|
414
|
-
getHistoryIndex(): number;
|
|
415
|
-
getHistorySize(): number;
|
|
416
|
-
getHistoryLimit(): number;
|
|
417
|
-
getArea(): AreaType;
|
|
418
|
-
parse(point: PointType, value: string): CellType;
|
|
419
|
-
render(props: RendererCallProps): any;
|
|
420
|
-
stringify({ point, cell, refEvaluation, }: {
|
|
421
|
-
point: PointType;
|
|
422
|
-
cell?: CellType;
|
|
423
|
-
refEvaluation?: RefEvaluation;
|
|
424
|
-
}): string;
|
|
425
|
-
trim(area: AreaType): Table;
|
|
426
|
-
private applyDiff;
|
|
427
|
-
undo(): {
|
|
428
|
-
history: null;
|
|
429
|
-
newTable: Table;
|
|
430
|
-
callback?: undefined;
|
|
431
|
-
} | {
|
|
432
|
-
history: HistoryType;
|
|
433
|
-
callback: ({ tableReactive: tableRef }: StoreType) => void;
|
|
434
|
-
newTable?: undefined;
|
|
435
|
-
};
|
|
436
|
-
redo(): {
|
|
437
|
-
history: null;
|
|
438
|
-
newTable: Table;
|
|
439
|
-
callback?: undefined;
|
|
440
|
-
} | {
|
|
441
|
-
history: HistoryType;
|
|
442
|
-
callback: ({ tableReactive: tableRef }: StoreType) => void;
|
|
443
|
-
newTable?: undefined;
|
|
444
|
-
};
|
|
445
|
-
getFunction(name: string): typeof import('../formula/functions/__base').BaseFunction;
|
|
446
|
-
getLabel(label: string | undefined, labelerKey: string | undefined, n: number): string | null;
|
|
447
|
-
getBase(): this;
|
|
448
|
-
addDependents(id: Id, dependency: string): void;
|
|
449
|
-
getSolvedCache(point: PointType): any;
|
|
450
|
-
setSolvingCache(point: PointType): void;
|
|
451
|
-
finishSolvedCache(point: PointType, value: any): void;
|
|
452
|
-
clearSolvedCaches(): void;
|
|
453
|
-
sheetPrefix(omit?: boolean): string;
|
|
454
|
-
rangeToArea(range: string): {
|
|
455
|
-
top: number;
|
|
456
|
-
left: number;
|
|
457
|
-
bottom: number;
|
|
458
|
-
right: number;
|
|
459
|
-
};
|
|
460
|
-
get __raw__(): Table;
|
|
461
|
-
}
|
|
462
|
-
export {};
|
|
463
|
-
//# sourceMappingURL=table.d.ts.map
|
package/dist/lib/table.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../src/lib/table.ts"],"names":[],"mappings":"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"}
|