@fileverse-dev/dsheet 2.0.36-rtc → 2.0.36-rtc-2
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-CFOs3Loc.js → index-CQwAamxn.js} +13056 -12409
- package/dist/index.es.js +1 -1
- package/dist/sheet-engine/react/components/Workbook/api.d.ts +2 -0
- package/dist/sheet-engine/react/components/Workbook/index.d.ts +2 -0
- package/dist/{use-xlsx-import-impl-B8AzRFwd.js → use-xlsx-import-impl-BRXX27w0.js} +1 -1
- package/dist/{xlsx-export-impl-Q1Pec91B.js → xlsx-export-impl-DytjvVwR.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-CQwAamxn.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";
|
|
@@ -126,6 +126,8 @@ export declare function generateAPIs(context: Context, setContext: (recipe: (ctx
|
|
|
126
126
|
activateSheet: (options?: api.CommonOptions) => void;
|
|
127
127
|
setSheetName: (name: string, options?: api.CommonOptions) => void;
|
|
128
128
|
setSheetOrder: (orderList: Record<string, number>) => void;
|
|
129
|
+
setSheetImages: (images: any[], options?: api.CommonOptions) => void;
|
|
130
|
+
setSheetIframes: (iframes: any[], options?: api.CommonOptions) => void;
|
|
129
131
|
scroll: (options: {
|
|
130
132
|
scrollLeft?: number;
|
|
131
133
|
scrollTop?: number;
|
|
@@ -130,6 +130,8 @@ declare const Workbook: React.ForwardRefExoticComponent<Settings & AdditionalPro
|
|
|
130
130
|
activateSheet: (options?: api.CommonOptions) => void;
|
|
131
131
|
setSheetName: (name: string, options?: api.CommonOptions) => void;
|
|
132
132
|
setSheetOrder: (orderList: Record<string, number>) => void;
|
|
133
|
+
setSheetImages: (images: any[], options?: api.CommonOptions) => void;
|
|
134
|
+
setSheetIframes: (iframes: any[], options?: api.CommonOptions) => void;
|
|
133
135
|
scroll: (options: {
|
|
134
136
|
scrollLeft?: number;
|
|
135
137
|
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-CQwAamxn.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-CQwAamxn.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-2",
|
|
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
|
+
}
|