@fileverse-dev/dsheet 4.0.3-import-compaction.1 → 4.0.3
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/dist/{executeStringFunction-C1C2F-4h.js → executeStringFunction-BQvE7aeV.js} +13 -15
- package/dist/formula.js +1 -1
- package/dist/{index-CtF9qA4V.js → index-CeTa91qc.js} +5169 -5233
- package/dist/index.es.js +6 -6
- package/dist/sheet-engine/core/api/common.d.ts +0 -1
- package/dist/sheet-engine/core/types.d.ts +0 -2
- package/dist/sheet-engine/react/components/Workbook/api.d.ts +0 -1
- package/dist/sheet-engine/react/components/Workbook/index.d.ts +0 -1
- package/dist/use-xlsx-import-impl-BVsfV8ZV.js +1572 -0
- package/dist/{xlsx-export-impl-DZRu--sN.js → xlsx-export-impl-Ber9FhFY.js} +298 -300
- package/package.json +2 -3
- package/dist/editor/utils/import-compaction.d.ts +0 -25
- package/dist/editor/utils/xlsx-import-pipeline.d.ts +0 -25
- package/dist/use-xlsx-import-impl-DC5xEiJb.js +0 -1895
- package/dist/worker/dsheet-worker-client.d.ts +0 -14
- package/dist/worker/dsheet-worker.d.ts +0 -14
package/dist/index.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as s,
|
|
2
|
-
import { cr as k, cs as V, ct as y, cy as z, bo as P, e as U, f as X, l as _, a as B, d7 as
|
|
1
|
+
import { C as s, a as t, b as o, S as r, d as l, i as d, e as n, T as i, f as S, g as c, h, j as m, k as p, l as C, n as u, o as E, p as F, q as g, s as x, t as R, u as f, v as w, w as A, x as I, z as L, A as T, B as v, D as b, E as D } from "./index-CeTa91qc.js";
|
|
2
|
+
import { cr as k, cs as V, ct as y, cy as z, bo as P, e as U, f as X, l as _, a as B, d7 as O, d8 as j, b7 as G, d9 as H, da as q, de as J, df as K, dh as N, I as W, dw as Y, dW as Z, b0 as Q } from "./executeStringFunction-BQvE7aeV.js";
|
|
3
3
|
import { FLVURL as ee } from "@fileverse-dev/formulajs";
|
|
4
4
|
import { E as se, S as te } from "./constants-Cdz6oSCq.js";
|
|
5
5
|
export {
|
|
@@ -34,10 +34,10 @@ export {
|
|
|
34
34
|
F as handleExportToCSV,
|
|
35
35
|
g as handleExportToJSON,
|
|
36
36
|
x as handleExportToXLSX,
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
37
|
+
O as handleFreeze,
|
|
38
|
+
j as handleHorizontalAlign,
|
|
39
|
+
G as handleLink,
|
|
40
|
+
H as handleMerge,
|
|
41
41
|
R as handlePasteByClick,
|
|
42
42
|
q as handleSort,
|
|
43
43
|
J as handleTextSize,
|
|
@@ -56,7 +56,6 @@ export declare function getSheetWithLatestCelldata(ctx: Context, options?: Commo
|
|
|
56
56
|
luckysheet_conditionformat_save?: any[];
|
|
57
57
|
luckysheet_alternateformat_save?: any[];
|
|
58
58
|
dataVerification?: any;
|
|
59
|
-
dataVerificationDefs?: any[];
|
|
60
59
|
conditionRules?: import('../types').ConditionRulesProps;
|
|
61
60
|
hyperlink?: Record<string, import('..').HyperlinkEntry | import('..').HyperlinkEntry[]>;
|
|
62
61
|
dynamicArray_compute?: any;
|
|
@@ -246,8 +246,6 @@ export type Sheet = {
|
|
|
246
246
|
luckysheet_conditionformat_save?: any[];
|
|
247
247
|
luckysheet_alternateformat_save?: any[];
|
|
248
248
|
dataVerification?: any;
|
|
249
|
-
/** Interned dataVerification entries; per-cell map may hold numeric refs into this list. */
|
|
250
|
-
dataVerificationDefs?: any[];
|
|
251
249
|
conditionRules?: ConditionRulesProps;
|
|
252
250
|
hyperlink?: Record<string, HyperlinkEntry | HyperlinkEntry[]>;
|
|
253
251
|
dynamicArray_compute?: any;
|
|
@@ -119,7 +119,6 @@ export declare function generateAPIs(context: Context, setContext: (recipe: (ctx
|
|
|
119
119
|
luckysheet_conditionformat_save?: any[];
|
|
120
120
|
luckysheet_alternateformat_save?: any[];
|
|
121
121
|
dataVerification?: any;
|
|
122
|
-
dataVerificationDefs?: any[];
|
|
123
122
|
conditionRules?: import('../../../core/types').ConditionRulesProps;
|
|
124
123
|
hyperlink?: Record<string, import('../../../core').HyperlinkEntry | import('../../../core').HyperlinkEntry[]>;
|
|
125
124
|
dynamicArray_compute?: any;
|
|
@@ -120,7 +120,6 @@ declare const Workbook: React.ForwardRefExoticComponent<Settings & AdditionalPro
|
|
|
120
120
|
luckysheet_conditionformat_save?: any[];
|
|
121
121
|
luckysheet_alternateformat_save?: any[];
|
|
122
122
|
dataVerification?: any;
|
|
123
|
-
dataVerificationDefs?: any[];
|
|
124
123
|
conditionRules?: import('../../../core/types').ConditionRulesProps;
|
|
125
124
|
hyperlink?: Record<string, import('../../../core').HyperlinkEntry | import('../../../core').HyperlinkEntry[]>;
|
|
126
125
|
dynamicArray_compute?: any;
|