@univerjs/sheets 0.15.0-insiders.20260108-47c73e3 → 0.15.0-insiders.20260110-48b77c8
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 +3 -3
- package/lib/es/index.js +3 -0
- package/lib/index.js +3 -0
- package/lib/types/index.d.ts +1 -1
- package/lib/umd/index.js +3 -3
- package/package.json +6 -6
package/lib/es/index.js
CHANGED
|
@@ -1627,6 +1627,7 @@ const $e = (n, e) => {
|
|
|
1627
1627
|
}
|
|
1628
1628
|
}, uu = /* @__PURE__ */ new Set(["f", "p", "si", "custom", "ref", "xf"]);
|
|
1629
1629
|
function lu(n, e, t) {
|
|
1630
|
+
(n.f || n.si) && (delete e.v, delete e.t);
|
|
1630
1631
|
const s = Sa(t, n, e);
|
|
1631
1632
|
return Object.keys(n).forEach((o) => {
|
|
1632
1633
|
const r = o;
|
|
@@ -13505,8 +13506,10 @@ export {
|
|
|
13505
13506
|
tn as SetWorksheetRowCountMutation,
|
|
13506
13507
|
Ru as SetWorksheetRowCountUndoMutationFactory,
|
|
13507
13508
|
ot as SetWorksheetRowHeightMutation,
|
|
13509
|
+
or as SetWorksheetRowHeightMutationFactory,
|
|
13508
13510
|
ro as SetWorksheetRowIsAutoHeightCommand,
|
|
13509
13511
|
je as SetWorksheetRowIsAutoHeightMutation,
|
|
13512
|
+
Hs as SetWorksheetRowIsAutoHeightMutationFactory,
|
|
13510
13513
|
Si as SetWorksheetShowCommand,
|
|
13511
13514
|
z as SheetInterceptorService,
|
|
13512
13515
|
Bn as SheetLazyExecuteScheduleService,
|
package/lib/index.js
CHANGED
|
@@ -1627,6 +1627,7 @@ const $e = (n, e) => {
|
|
|
1627
1627
|
}
|
|
1628
1628
|
}, uu = /* @__PURE__ */ new Set(["f", "p", "si", "custom", "ref", "xf"]);
|
|
1629
1629
|
function lu(n, e, t) {
|
|
1630
|
+
(n.f || n.si) && (delete e.v, delete e.t);
|
|
1630
1631
|
const s = Sa(t, n, e);
|
|
1631
1632
|
return Object.keys(n).forEach((o) => {
|
|
1632
1633
|
const r = o;
|
|
@@ -13505,8 +13506,10 @@ export {
|
|
|
13505
13506
|
tn as SetWorksheetRowCountMutation,
|
|
13506
13507
|
Ru as SetWorksheetRowCountUndoMutationFactory,
|
|
13507
13508
|
ot as SetWorksheetRowHeightMutation,
|
|
13509
|
+
or as SetWorksheetRowHeightMutationFactory,
|
|
13508
13510
|
ro as SetWorksheetRowIsAutoHeightCommand,
|
|
13509
13511
|
je as SetWorksheetRowIsAutoHeightMutation,
|
|
13512
|
+
Hs as SetWorksheetRowIsAutoHeightMutationFactory,
|
|
13510
13513
|
Si as SetWorksheetShowCommand,
|
|
13511
13514
|
z as SheetInterceptorService,
|
|
13512
13515
|
Bn as SheetLazyExecuteScheduleService,
|
package/lib/types/index.d.ts
CHANGED
|
@@ -144,7 +144,7 @@ export { SetWorksheetProtectionMutation } from './commands/mutations/set-workshe
|
|
|
144
144
|
export type { ISetWorksheetProtectionParams } from './commands/mutations/set-worksheet-protection.mutation';
|
|
145
145
|
export { SetWorksheetRightToLeftMutation } from './commands/mutations/set-worksheet-right-to-left.mutation';
|
|
146
146
|
export { type ISetWorksheetRowCountMutationParams, SetWorksheetRowCountMutation, SetWorksheetRowCountUndoMutationFactory } from './commands/mutations/set-worksheet-row-count.mutation';
|
|
147
|
-
export { type ISetWorksheetRowAutoHeightMutationParams, type ISetWorksheetRowHeightMutationParams, type ISetWorksheetRowIsAutoHeightMutationParams, SetWorksheetRowAutoHeightMutation, SetWorksheetRowAutoHeightMutationFactory, SetWorksheetRowHeightMutation, SetWorksheetRowIsAutoHeightMutation, } from './commands/mutations/set-worksheet-row-height.mutation';
|
|
147
|
+
export { type ISetWorksheetRowAutoHeightMutationParams, type ISetWorksheetRowHeightMutationParams, type ISetWorksheetRowIsAutoHeightMutationParams, SetWorksheetRowAutoHeightMutation, SetWorksheetRowAutoHeightMutationFactory, SetWorksheetRowHeightMutation, SetWorksheetRowHeightMutationFactory, SetWorksheetRowIsAutoHeightMutation, SetWorksheetRowIsAutoHeightMutationFactory, } from './commands/mutations/set-worksheet-row-height.mutation';
|
|
148
148
|
export { type IToggleGridlinesMutationParams, ToggleGridlinesMutation } from './commands/mutations/toggle-gridlines.mutation';
|
|
149
149
|
export { type IUnregisterWorksheetRangeThemeStyleMutationParams, UnregisterWorksheetRangeThemeStyleMutation } from './commands/mutations/unregister-range-theme-style.mutation';
|
|
150
150
|
export { type IScrollToCellOperationParams, ScrollToCellOperation } from './commands/operations/scroll-to-cell.operation';
|