@univerjs/sheets-ui 0.15.0-insiders.20260107-3d1cfdf → 0.15.0-insiders.20260108-47c73e3
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/lib/cjs/index.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/index.js +1 -1
- package/lib/umd/index.js +1 -1
- package/package.json +13 -13
package/lib/es/index.js
CHANGED
|
@@ -12307,7 +12307,7 @@ let Oo = class extends ae {
|
|
|
12307
12307
|
);
|
|
12308
12308
|
if (!d)
|
|
12309
12309
|
return !0;
|
|
12310
|
-
this._removeComposedCellStyleInCellData(d, c.
|
|
12310
|
+
this._removeComposedCellStyleInCellData(d, c.getComposedCellStyleWithoutSelf(s, l));
|
|
12311
12311
|
const h = this._sheetInterceptorService.onWriteCell(a, c, s, l, d);
|
|
12312
12312
|
if (Me.diffValue(kh(h), kh(c.getCellRaw(s, l))))
|
|
12313
12313
|
return !0;
|
package/lib/index.js
CHANGED
|
@@ -12307,7 +12307,7 @@ let Oo = class extends ae {
|
|
|
12307
12307
|
);
|
|
12308
12308
|
if (!d)
|
|
12309
12309
|
return !0;
|
|
12310
|
-
this._removeComposedCellStyleInCellData(d, c.
|
|
12310
|
+
this._removeComposedCellStyleInCellData(d, c.getComposedCellStyleWithoutSelf(s, l));
|
|
12311
12311
|
const h = this._sheetInterceptorService.onWriteCell(a, c, s, l, d);
|
|
12312
12312
|
if (Me.diffValue(kh(h), kh(c.getCellRaw(s, l))))
|
|
12313
12313
|
return !0;
|