@fileverse-dev/dsheet 2.0.36-rtc-9 → 2.0.36-rtc-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.
@@ -49998,7 +49998,8 @@ const Pg = Wg(void 0), YA = ({
49998
49998
  !p || !p.name || l.push({
49999
49999
  clientId: h,
50000
50000
  name: p.name,
50001
- color: p.color || "#3DA5F4"
50001
+ color: p.color || "#3DA5F4",
50002
+ isEns: p.isEns ?? !1
50002
50003
  });
50003
50004
  });
50004
50005
  const f = l.map((d) => `${d.clientId}:${d.name}:${d.color}`).sort().join("|");
@@ -50620,7 +50621,7 @@ const Er = ({
50620
50621
  }, w.readAsText(h);
50621
50622
  });
50622
50623
  }, G0 = async (e, t, n, o) => {
50623
- const { handleExportToXLSX: r } = await import("./xlsx-export-impl-Dg1hG0qJ.js");
50624
+ const { handleExportToXLSX: r } = await import("./xlsx-export-impl-Df--S5zo.js");
50624
50625
  return r(e, t, n, o);
50625
50626
  }, uN = (e) => {
50626
50627
  var n;
@@ -50695,7 +50696,7 @@ const Er = ({
50695
50696
  const [a, i] = Ie(!1);
50696
50697
  return { handleXLSXUpload: Ee(
50697
50698
  async (f, c, d) => {
50698
- const { runXlsxFileUpload: h } = await import("./use-xlsx-import-impl-CxD2NAQy.js");
50699
+ const { runXlsxFileUpload: h } = await import("./use-xlsx-import-impl-B1zexYKE.js");
50699
50700
  return h(
50700
50701
  {
50701
50702
  sheetEditorRef: e,
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-BTXKOfeE.js";
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-BPpCmYwh.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";
@@ -3,6 +3,7 @@ export interface CollabUser {
3
3
  clientId: number;
4
4
  name: string;
5
5
  color: string;
6
+ isEns: boolean;
6
7
  cell?: {
7
8
  r: number;
8
9
  c: 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-BTXKOfeE.js";
3
+ import { m as Xe, y as Ze } from "./index-BPpCmYwh.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-BTXKOfeE.js";
6
+ import { c as Ct } from "./index-BPpCmYwh.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-9",
5
+ "version": "2.0.36-rtc-10",
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
+ }