@fileverse-dev/dsheet 2.0.36-rtc-6 → 2.0.36-rtc-7
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/{index-VvHBGroK.js → index-Dq54VFUh.js} +6085 -6027
- package/dist/index.es.js +1 -1
- package/dist/sheet-engine/react/components/Workbook/api.d.ts +1 -0
- package/dist/sheet-engine/react/components/Workbook/index.d.ts +1 -0
- package/dist/{use-xlsx-import-impl-Chz-Tz4o.js → use-xlsx-import-impl-CP-tIYuH.js} +1 -1
- package/dist/{xlsx-export-impl-eggxo-I_.js → xlsx-export-impl-C8BP0VU-.js} +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as s, a as l, i as o, T as t, b as r, d as n, e as d, h as S, f as h, g as i, j as c, k as m, l as C, n as p, o as E, p as x, q as F, r as g, s as R, t as f, u as L, v as b, w as u, x as T, z as A } from "./index-
|
|
1
|
+
import { S as s, a as l, i as o, T as t, b as r, d as n, e as d, h as S, f as h, g as i, j as c, k as m, l as C, n as p, o as E, p as x, q as F, r as g, s as R, t as f, u as L, v as b, w as u, x as T, z as A } from "./index-Dq54VFUh.js";
|
|
2
2
|
import { bL as w, bM as k, bN as V, bR as z, bb as M, e as X, f as _, h as j, a as v, cc as y, aq as P, cj as U } from "./executeStringFunction-F9mb-SpN.js";
|
|
3
3
|
import { FLVURL as D } from "@fileverse-dev/formulajs";
|
|
4
4
|
import { E as H, S as N } from "./constants-yStXQJiK.js";
|
|
@@ -139,6 +139,7 @@ export declare function generateAPIs(context: Context, setContext: (recipe: (ctx
|
|
|
139
139
|
setSheetOrder: (orderList: Record<string, number>) => void;
|
|
140
140
|
setSheetImages: (images: any[], options?: api.CommonOptions) => void;
|
|
141
141
|
setSheetIframes: (iframes: any[], options?: api.CommonOptions) => void;
|
|
142
|
+
setSheetDataVerification: (dataVerification: Record<string, any>, options?: api.CommonOptions) => void;
|
|
142
143
|
scroll: (options: {
|
|
143
144
|
scrollLeft?: number;
|
|
144
145
|
scrollTop?: number;
|
|
@@ -135,6 +135,7 @@ declare const Workbook: React.ForwardRefExoticComponent<Settings & AdditionalPro
|
|
|
135
135
|
setSheetOrder: (orderList: Record<string, number>) => void;
|
|
136
136
|
setSheetImages: (images: any[], options?: api.CommonOptions) => void;
|
|
137
137
|
setSheetIframes: (iframes: any[], options?: api.CommonOptions) => void;
|
|
138
|
+
setSheetDataVerification: (dataVerification: Record<string, any>, options?: api.CommonOptions) => void;
|
|
138
139
|
scroll: (options: {
|
|
139
140
|
scrollLeft?: number;
|
|
140
141
|
scrollTop?: number;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { g as Ue } from "./executeStringFunction-F9mb-SpN.js";
|
|
2
2
|
import * as qe from "yjs";
|
|
3
|
-
import { m as Xe, y as Ze } from "./index-
|
|
3
|
+
import { m as Xe, y as Ze } from "./index-Dq54VFUh.js";
|
|
4
4
|
import { n as Je } from "./xlsx-hyperlink-inline-DzewAypN.js";
|
|
5
5
|
import { toast as Be } from "@fileverse/ui";
|
|
6
6
|
var We = { exports: {} };
|
|
@@ -3,7 +3,7 @@ import { Workbook as Pt } from "exceljs";
|
|
|
3
3
|
import { toast as Ut } from "@fileverse/ui";
|
|
4
4
|
import { addFortuneImagesToWorksheet as Lt } from "./xlsx-image-utils-Cvg0qxRA.js";
|
|
5
5
|
import { g as jt, c as xt } from "./executeStringFunction-F9mb-SpN.js";
|
|
6
|
-
import { c as Ct } from "./index-
|
|
6
|
+
import { c as Ct } from "./index-Dq54VFUh.js";
|
|
7
7
|
import { c as zt, g as Wt } from "./xlsx-hyperlink-inline-DzewAypN.js";
|
|
8
8
|
const Mt = {
|
|
9
9
|
1: "thin",
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@fileverse-dev/dsheet",
|
|
3
3
|
"private": false,
|
|
4
4
|
"description": "DSheet",
|
|
5
|
-
"version": "2.0.36-rtc-
|
|
5
|
+
"version": "2.0.36-rtc-7",
|
|
6
6
|
"main": "dist/index.es.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
8
8
|
"exports": {
|
|
@@ -109,4 +109,4 @@
|
|
|
109
109
|
"typescript": "^5.2.2",
|
|
110
110
|
"vite": "^5.0.0"
|
|
111
111
|
}
|
|
112
|
-
}
|
|
112
|
+
}
|