ooxml-excel-editor 1.3.1 → 1.3.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.
@@ -1,6 +1,17 @@
1
- import { i as p, p as R } from "./plugin-overlay-DLb6sRhU.js";
2
- const A = Array(17).fill("#000000");
3
- function I() {
1
+ var S = Object.defineProperty;
2
+ var T = Object.getOwnPropertySymbols;
3
+ var E = Object.prototype.hasOwnProperty, H = Object.prototype.propertyIsEnumerable;
4
+ var j = (e, r, t) => r in e ? S(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, f = (e, r) => {
5
+ for (var t in r || (r = {}))
6
+ E.call(r, t) && j(e, t, r[t]);
7
+ if (T)
8
+ for (var t of T(r))
9
+ H.call(r, t) && j(e, t, r[t]);
10
+ return e;
11
+ };
12
+ import { i as R, p as G } from "./plugin-overlay-BUrPrpT2.js";
13
+ const N = Array(17).fill("#000000");
14
+ function F() {
4
15
  return {
5
16
  font: { name: "Calibri", size: 11, bold: !1, italic: !1, underline: !1, strike: !1, color: "#000000" },
6
17
  fill: { type: "none" },
@@ -14,14 +25,14 @@ function I() {
14
25
  numFmt: "General"
15
26
  };
16
27
  }
17
- function M(e, o) {
28
+ function V(e, r) {
18
29
  return {
19
30
  name: e,
20
- index: o,
31
+ index: r,
21
32
  state: "visible",
22
33
  dimension: { rows: 0, cols: 0 },
23
34
  cells: /* @__PURE__ */ new Map(),
24
- styles: [I()],
35
+ styles: [F()],
25
36
  merges: [],
26
37
  columns: /* @__PURE__ */ new Map(),
27
38
  rows: /* @__PURE__ */ new Map(),
@@ -37,13 +48,13 @@ function M(e, o) {
37
48
  showGridLines: !0
38
49
  };
39
50
  }
40
- function b(e, o) {
51
+ function O(e, r) {
41
52
  if (e == null || e === "") return { raw: null, type: "empty" };
42
53
  if (typeof e == "number") return { raw: e, type: "number" };
43
54
  if (typeof e == "boolean") return { raw: e, type: "boolean" };
44
55
  if (e instanceof Date) return { raw: e, type: "date" };
45
56
  if (typeof e != "string") return { raw: String(e), type: "string" };
46
- if (!o) return { raw: e, type: "string" };
57
+ if (!r) return { raw: e, type: "string" };
47
58
  const t = e.trim();
48
59
  if (/^[+-]?\d+(\.\d+)?([eE][+-]?\d+)?$/.test(t)) {
49
60
  const s = Number(t);
@@ -56,68 +67,72 @@ function b(e, o) {
56
67
  }
57
68
  return { raw: e, type: "string" };
58
69
  }
59
- function z(e, o) {
60
- return o.map((t) => e[t]);
70
+ function $(e, r) {
71
+ return r.map((t) => e[t]);
61
72
  }
62
- function k(e, o, t = {}) {
63
- const s = t.startRow ?? 0, i = t.startCol ?? 0, c = t.autoInfer ?? !0;
64
- let l = 0, y = 0, d = !1;
65
- if (!o.length) return { lastRow: 0, lastCol: 0, wrote: !1 };
66
- const r = o[0], h = r !== null && typeof r == "object" && !Array.isArray(r), x = h ? t.columns ?? Object.keys(r) : [];
67
- let f = s;
68
- if (h && (t.headerRow ?? !0)) {
69
- for (let n = 0; n < x.length; n++) {
70
- const a = f, m = i + n;
71
- e.cells.set(p(a, m), { row: a, col: m, type: "string", raw: x[n], styleId: 0 }), l = Math.max(l, a), y = Math.max(y, m), d = !0;
73
+ function L(e, r, t = {}) {
74
+ var A, x, p, w, C, M;
75
+ const s = (A = t.startRow) != null ? A : 0, c = (x = t.startCol) != null ? x : 0, y = (p = t.autoInfer) != null ? p : !0;
76
+ let n = 0, h = 0, d = !1;
77
+ if (!r.length) return { lastRow: 0, lastCol: 0, wrote: !1 };
78
+ const m = r[0], o = m !== null && typeof m == "object" && !Array.isArray(m), a = o ? (w = t.columns) != null ? w : Object.keys(m) : [];
79
+ let g = s;
80
+ if (o && ((C = t.headerRow) == null || C)) {
81
+ for (let l = 0; l < a.length; l++) {
82
+ const i = g, u = c + l;
83
+ e.cells.set(R(i, u), { row: i, col: u, type: "string", raw: a[l], styleId: 0 }), n = Math.max(n, i), h = Math.max(h, u), d = !0;
72
84
  }
73
- f++;
85
+ g++;
74
86
  }
75
- for (let n = 0; n < o.length; n++) {
76
- const a = o[n], m = Array.isArray(a) ? a : z(a, x);
77
- for (let w = 0; w < m.length; w++) {
78
- const u = f + n - (h && (t.headerRow ?? !0), 0), g = i + w, C = b(m[w], c);
79
- C.type !== "empty" && (e.cells.set(p(u, g), { row: u, col: g, type: C.type, raw: C.raw, styleId: 0 }), l = Math.max(l, u), y = Math.max(y, g), d = !0);
87
+ for (let l = 0; l < r.length; l++) {
88
+ const i = r[l], u = Array.isArray(i) ? i : $(i, a);
89
+ for (let k = 0; k < u.length; k++) {
90
+ const I = g + l - (o && ((M = t.headerRow) == null || M), 0), b = c + k, z = O(u[k], y);
91
+ z.type !== "empty" && (e.cells.set(R(I, b), { row: I, col: b, type: z.type, raw: z.raw, styleId: 0 }), n = Math.max(n, I), h = Math.max(h, b), d = !0);
80
92
  }
81
93
  }
82
- return { lastRow: l, lastCol: y, wrote: d };
94
+ return { lastRow: n, lastCol: h, wrote: d };
83
95
  }
84
- function V(e, o = {}) {
85
- const t = o.themeColors && o.themeColors.length === 17 ? o.themeColors : A, s = o.autoInfer ?? !0, i = o.headerRow ?? !0;
96
+ function B(e, r = {}) {
97
+ var o, a;
98
+ const t = r.themeColors && r.themeColors.length === 17 ? r.themeColors : N, s = (o = r.autoInfer) != null ? o : !0, c = (a = r.headerRow) != null ? a : !0;
86
99
  if (e && typeof e == "object" && !Array.isArray(e) && Array.isArray(e.sheets))
87
- return { sheets: e.sheets.map((f, n) => {
88
- const a = M(f.name || `Sheet${n + 1}`, n), { lastRow: m, lastCol: w, wrote: u } = k(a, f.rows ?? [], { headerRow: i, autoInfer: s });
89
- return a.dimension = u ? { rows: m + 1, cols: w + 1 } : { rows: 0, cols: 0 }, a;
100
+ return { sheets: e.sheets.map((x, p) => {
101
+ var i;
102
+ const w = V(x.name || `Sheet${p + 1}`, p), { lastRow: C, lastCol: M, wrote: l } = L(w, (i = x.rows) != null ? i : [], { headerRow: c, autoInfer: s });
103
+ return w.dimension = l ? { rows: C + 1, cols: M + 1 } : { rows: 0, cols: 0 }, w;
90
104
  }), activeSheet: 0, themeColors: t, date1904: !1 };
91
- const c = M(o.sheetName || "Sheet1", 0), l = e ?? [], { lastRow: y, lastCol: d, wrote: r } = k(c, l, { headerRow: i, autoInfer: s });
92
- return c.dimension = r ? { rows: y + 1, cols: d + 1 } : { rows: 0, cols: 0 }, { sheets: [c], activeSheet: 0, themeColors: t, date1904: !1 };
105
+ const y = V(r.sheetName || "Sheet1", 0), n = e != null ? e : [], { lastRow: h, lastCol: d, wrote: m } = L(y, n, { headerRow: c, autoInfer: s });
106
+ return y.dimension = m ? { rows: h + 1, cols: d + 1 } : { rows: 0, cols: 0 }, { sheets: [y], activeSheet: 0, themeColors: t, date1904: !1 };
93
107
  }
94
- function L(e) {
108
+ function _(e) {
95
109
  return !!e && typeof e == "object" && Array.isArray(e.sheets) && typeof e.activeSheet == "number" && Array.isArray(e.themeColors);
96
110
  }
97
- function S(e, o) {
98
- const t = o.sheets[0], s = e.sheets[0];
111
+ function K(e, r) {
112
+ var m;
113
+ const t = r.sheets[0], s = e.sheets[0];
99
114
  if (!t) return e;
100
115
  if (!s)
101
116
  return {
102
- sheets: [T(t, t.name)],
117
+ sheets: [D(t, t.name)],
103
118
  activeSheet: 0,
104
- themeColors: o.themeColors,
119
+ themeColors: r.themeColors,
105
120
  date1904: e.date1904,
106
121
  cellImages: e.cellImages
107
122
  };
108
- const i = {
123
+ const c = {
109
124
  name: s.name || t.name,
110
125
  index: 0,
111
126
  state: "visible",
112
127
  dimension: { rows: 0, cols: 0 },
113
128
  cells: /* @__PURE__ */ new Map(),
114
- styles: t.styles.map((r) => ({ ...r })),
115
- merges: t.merges.map((r) => ({ ...r })),
129
+ styles: t.styles.map((o) => f({}, o)),
130
+ merges: t.merges.map((o) => f({}, o)),
116
131
  columns: new Map(t.columns),
117
132
  rows: new Map(t.rows),
118
133
  defaultColWidth: t.defaultColWidth,
119
134
  defaultRowHeight: t.defaultRowHeight,
120
- freeze: { ...t.freeze },
135
+ freeze: f({}, t.freeze),
121
136
  // 条件格式 / 数据验证 不带过来 —— 数据可能不在模板的目标列上, 套规则会误命中
122
137
  conditional: [],
123
138
  dataValidations: [],
@@ -128,48 +143,48 @@ function S(e, o) {
128
143
  sparklines: [],
129
144
  showGridLines: t.showGridLines
130
145
  };
131
- let c = 0, l = 0;
132
- for (const r of s.cells.values()) {
133
- const h = t.cells.get(p(r.row, r.col));
134
- i.cells.set(p(r.row, r.col), {
135
- row: r.row,
136
- col: r.col,
137
- type: r.type,
138
- raw: r.raw,
139
- rich: r.rich,
140
- formula: r.formula,
141
- hyperlink: r.hyperlink,
142
- comment: r.comment,
143
- styleId: (h == null ? void 0 : h.styleId) ?? 0,
144
- dispImgId: r.dispImgId
145
- }), r.row > c && (c = r.row), r.col > l && (l = r.col);
146
+ let y = 0, n = 0;
147
+ for (const o of s.cells.values()) {
148
+ const a = t.cells.get(R(o.row, o.col));
149
+ c.cells.set(R(o.row, o.col), {
150
+ row: o.row,
151
+ col: o.col,
152
+ type: o.type,
153
+ raw: o.raw,
154
+ rich: o.rich,
155
+ formula: o.formula,
156
+ hyperlink: o.hyperlink,
157
+ comment: o.comment,
158
+ styleId: (m = a == null ? void 0 : a.styleId) != null ? m : 0,
159
+ dispImgId: o.dispImgId
160
+ }), o.row > y && (y = o.row), o.col > n && (n = o.col);
146
161
  }
147
- const y = t.columns.size ? Math.max(...t.columns.keys()) + 1 : 0, d = t.rows.size ? Math.max(...t.rows.keys()) + 1 : 0;
148
- return i.dimension = {
149
- rows: Math.max(s.dimension.rows, c + 1, d),
150
- cols: Math.max(s.dimension.cols, l + 1, y)
162
+ const h = t.columns.size ? Math.max(...t.columns.keys()) + 1 : 0, d = t.rows.size ? Math.max(...t.rows.keys()) + 1 : 0;
163
+ return c.dimension = {
164
+ rows: Math.max(s.dimension.rows, y + 1, d),
165
+ cols: Math.max(s.dimension.cols, n + 1, h)
151
166
  }, {
152
- sheets: [i],
167
+ sheets: [c],
153
168
  activeSheet: 0,
154
- themeColors: o.themeColors,
169
+ themeColors: r.themeColors,
155
170
  date1904: e.date1904,
156
171
  cellImages: e.cellImages
157
172
  };
158
173
  }
159
- function T(e, o) {
174
+ function D(e, r) {
160
175
  return {
161
- name: o,
176
+ name: r,
162
177
  index: 0,
163
178
  state: "visible",
164
179
  dimension: { rows: 0, cols: 0 },
165
180
  cells: /* @__PURE__ */ new Map(),
166
- styles: e.styles.map((t) => ({ ...t })),
167
- merges: e.merges.map((t) => ({ ...t })),
181
+ styles: e.styles.map((t) => f({}, t)),
182
+ merges: e.merges.map((t) => f({}, t)),
168
183
  columns: new Map(e.columns),
169
184
  rows: new Map(e.rows),
170
185
  defaultColWidth: e.defaultColWidth,
171
186
  defaultRowHeight: e.defaultRowHeight,
172
- freeze: { ...e.freeze },
187
+ freeze: f({}, e.freeze),
173
188
  conditional: [],
174
189
  dataValidations: [],
175
190
  images: [],
@@ -179,10 +194,10 @@ function T(e, o) {
179
194
  showGridLines: e.showGridLines
180
195
  };
181
196
  }
182
- function E(e, o) {
183
- return R(e, o);
197
+ function Z(e, r) {
198
+ return G(e, r);
184
199
  }
185
- const H = {
200
+ const q = {
186
201
  // 放大镜
187
202
  find: '<circle cx="11" cy="11" r="7"/><line x1="21" y1="21" x2="16.65" y2="16.65"/>',
188
203
  // 漏斗
@@ -210,14 +225,14 @@ const H = {
210
225
  // 下拉小箭头
211
226
  caret: '<path d="M6 9l6 6 6-6"/>'
212
227
  };
213
- function G(e) {
228
+ function J(e) {
214
229
  return '<svg viewBox="0 0 24 24" width="16" height="16" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">' + e + "</svg>";
215
230
  }
216
231
  export {
217
- H as T,
218
- S as a,
219
- L as i,
220
- V as j,
221
- E as p,
222
- G as s
232
+ q as T,
233
+ K as a,
234
+ _ as i,
235
+ B as j,
236
+ Z as p,
237
+ J as s
223
238
  };
@@ -325,6 +325,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
325
325
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
326
326
  error: (message: string) => any;
327
327
  progress: (progress: ParseProgress) => any;
328
+ "cell-change": (payload: CellChangePayload) => any;
329
+ "edit-start": (payload: unknown) => any;
330
+ "edit-commit": (payload: unknown) => any;
331
+ "dim-change": (payload: DimChangePayload) => any;
332
+ "dirty-change": (payload: DirtyChangePayload) => any;
333
+ "image-change": (payload: ImageChangePayload) => any;
334
+ "struct-change": (payload: StructChangePayload) => any;
335
+ "permission-denied": (payload: PermissionDeniedPayload) => any;
328
336
  "cell-click": (payload: {
329
337
  row: number;
330
338
  col: number;
@@ -353,20 +361,20 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
353
361
  col: number;
354
362
  };
355
363
  }) => any;
356
- "cell-change": (payload: CellChangePayload) => any;
357
- "edit-start": (payload: unknown) => any;
358
- "edit-commit": (payload: unknown) => any;
359
- "dim-change": (payload: DimChangePayload) => any;
360
- "dirty-change": (payload: DirtyChangePayload) => any;
361
- "image-change": (payload: ImageChangePayload) => any;
362
- "struct-change": (payload: StructChangePayload) => any;
363
- "permission-denied": (payload: PermissionDeniedPayload) => any;
364
364
  rendered: (workbook: WorkbookModel) => any;
365
- "before-context-menu": (payload: ContextMenuBeforePayload) => any;
366
365
  "context-menu": (payload: ContextMenuShowPayload) => any;
366
+ "before-context-menu": (payload: ContextMenuBeforePayload) => any;
367
367
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
368
368
  onError?: ((message: string) => any) | undefined;
369
369
  onProgress?: ((progress: ParseProgress) => any) | undefined;
370
+ "onCell-change"?: ((payload: CellChangePayload) => any) | undefined;
371
+ "onEdit-start"?: ((payload: unknown) => any) | undefined;
372
+ "onEdit-commit"?: ((payload: unknown) => any) | undefined;
373
+ "onDim-change"?: ((payload: DimChangePayload) => any) | undefined;
374
+ "onDirty-change"?: ((payload: DirtyChangePayload) => any) | undefined;
375
+ "onImage-change"?: ((payload: ImageChangePayload) => any) | undefined;
376
+ "onStruct-change"?: ((payload: StructChangePayload) => any) | undefined;
377
+ "onPermission-denied"?: ((payload: PermissionDeniedPayload) => any) | undefined;
370
378
  "onCell-click"?: ((payload: {
371
379
  row: number;
372
380
  col: number;
@@ -395,23 +403,15 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {
395
403
  col: number;
396
404
  };
397
405
  }) => any) | undefined;
398
- "onCell-change"?: ((payload: CellChangePayload) => any) | undefined;
399
- "onEdit-start"?: ((payload: unknown) => any) | undefined;
400
- "onEdit-commit"?: ((payload: unknown) => any) | undefined;
401
- "onDim-change"?: ((payload: DimChangePayload) => any) | undefined;
402
- "onDirty-change"?: ((payload: DirtyChangePayload) => any) | undefined;
403
- "onImage-change"?: ((payload: ImageChangePayload) => any) | undefined;
404
- "onStruct-change"?: ((payload: StructChangePayload) => any) | undefined;
405
- "onPermission-denied"?: ((payload: PermissionDeniedPayload) => any) | undefined;
406
406
  onRendered?: ((workbook: WorkbookModel) => any) | undefined;
407
- "onBefore-context-menu"?: ((payload: ContextMenuBeforePayload) => any) | undefined;
408
407
  "onContext-menu"?: ((payload: ContextMenuShowPayload) => any) | undefined;
408
+ "onBefore-context-menu"?: ((payload: ContextMenuBeforePayload) => any) | undefined;
409
409
  }>, {
410
- toolbar: boolean | Array<string | ToolbarItem>;
411
410
  imageLightbox: boolean;
412
411
  openLinks: boolean;
413
- exportProgress: boolean;
412
+ toolbar: boolean | Array<string | ToolbarItem>;
414
413
  contextMenu: boolean | ContextMenuTransform;
414
+ exportProgress: boolean;
415
415
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
416
416
  rootEl: HTMLDivElement;
417
417
  fbEl: HTMLTextAreaElement;
@@ -5,10 +5,10 @@ type __VLS_Props = {
5
5
  sheetCount: number;
6
6
  };
7
7
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
8
- close: () => any;
9
8
  export: (cfg: ExportConfig) => any;
9
+ close: () => any;
10
10
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
11
- onClose?: (() => any) | undefined;
12
11
  onExport?: ((cfg: ExportConfig) => any) | undefined;
12
+ onClose?: (() => any) | undefined;
13
13
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
14
14
  export default _default;
@@ -7,13 +7,13 @@ type __VLS_Props = {
7
7
  };
8
8
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
9
  sort: (dir: "desc" | "asc") => any;
10
- apply: (checked: string[]) => any;
11
10
  close: () => any;
11
+ apply: (checked: string[]) => any;
12
12
  clear: () => any;
13
13
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
14
14
  onSort?: ((dir: "desc" | "asc") => any) | undefined;
15
- onApply?: ((checked: string[]) => any) | undefined;
16
15
  onClose?: (() => any) | undefined;
16
+ onApply?: ((checked: string[]) => any) | undefined;
17
17
  onClear?: (() => any) | undefined;
18
18
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
19
19
  rootEl: HTMLDivElement;
@@ -6,18 +6,18 @@ type __VLS_Props = {
6
6
  zoom: number;
7
7
  };
8
8
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
9
- "update:zoom": (value: number) => any;
10
- "export-image": () => any;
9
+ print: () => any;
11
10
  "export-pdf": () => any;
12
11
  "export-pdf-vector": () => any;
13
- print: () => any;
12
+ "update:zoom": (value: number) => any;
13
+ "export-image": () => any;
14
14
  "open-settings": () => any;
15
15
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
16
- "onUpdate:zoom"?: ((value: number) => any) | undefined;
17
- "onExport-image"?: (() => any) | undefined;
16
+ onPrint?: (() => any) | undefined;
18
17
  "onExport-pdf"?: (() => any) | undefined;
19
18
  "onExport-pdf-vector"?: (() => any) | undefined;
20
- onPrint?: (() => any) | undefined;
19
+ "onUpdate:zoom"?: ((value: number) => any) | undefined;
20
+ "onExport-image"?: (() => any) | undefined;
21
21
  "onOpen-settings"?: (() => any) | undefined;
22
22
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
23
23
  export default _default;
package/dist/core.js CHANGED
@@ -1,6 +1,6 @@
1
- import { C as r, w as t, D as l, E as n, G as i, O as m, P as d, V as g, W as c, x as u, y as C, z as k, j as b, k as y, A as f, B as v, m as S, i as E, F as I, H as T, I as p, J as R, h, K as W, L as w, M as x, N as D, d as F, n as O, f as V, o as B, a as H, q as M, t as A, c as J, e as L, g as N, b as P, u as U, Q as z, R as G, S as K, T as X, U as _, X as j, l as q, Y as Q, v as Y, p as Z, Z as $, _ as ee, $ as ae, a0 as se, a1 as oe, a2 as re, r as te, a3 as le, a4 as ne, a5 as ie, a6 as me, a7 as de, a8 as ge, s as ce, a9 as ue, aa as Ce, ab as ke, ac as be } from "./chunks/plugin-overlay-DLb6sRhU.js";
2
- function a(e) {
3
- return e;
1
+ import { C as r, w as t, D as l, E as n, G as i, O as d, P as m, V as g, W as c, x as u, y as C, A as k, j as b, k as y, B as f, F as v, m as S, i as E, H as I, I as T, J as p, K as R, h, L as W, M as w, N as x, Q as D, d as F, n as O, f as V, o as B, a as H, q as M, t as A, c as J, e as L, g as N, b as P, u as U, R as G, S as K, T as X, U as _, X as j, Y as q, l as z, Z as Q, v as Y, p as Z, _ as $, $ as aa, a0 as ea, a1 as sa, a2 as oa, a3 as ra, r as ta, a4 as la, a5 as na, a6 as ia, a7 as da, a8 as ma, a9 as ga, s as ca, aa as ua, ab as Ca, ac as ka, ad as ba } from "./chunks/plugin-overlay-BUrPrpT2.js";
2
+ function e(a) {
3
+ return a;
4
4
  }
5
5
  export {
6
6
  r as CanvasRenderer,
@@ -8,8 +8,8 @@ export {
8
8
  l as DEFAULT_THEME,
9
9
  n as EditController,
10
10
  i as GridMetrics,
11
- m as OverlayManager,
12
- d as PluginOverlayHost,
11
+ d as OverlayManager,
12
+ m as PluginOverlayHost,
13
13
  g as ViewerController,
14
14
  c as WorkbookExporter,
15
15
  u as addImage,
@@ -27,7 +27,7 @@ export {
27
27
  R as cloneWorkbook,
28
28
  h as colIndexToLetters,
29
29
  W as defaultFormulaEngineFactory,
30
- a as definePlugin,
30
+ e as definePlugin,
31
31
  w as deleteCols,
32
32
  x as deleteIntersectsMerge,
33
33
  D as deleteRows,
@@ -43,32 +43,32 @@ export {
43
43
  N as getRangeData,
44
44
  P as getSheetData,
45
45
  U as getWorkbookJSON,
46
- z as insertCols,
47
- G as insertRows,
48
- K as internStyle,
49
- X as isDimCommand,
50
- _ as isImageCommand,
51
- j as isStructCommand,
52
- q as loadArrayBuffer,
46
+ G as insertCols,
47
+ K as insertRows,
48
+ X as internStyle,
49
+ _ as isDimCommand,
50
+ j as isImageCommand,
51
+ q as isStructCommand,
52
+ z as loadArrayBuffer,
53
53
  Q as mergeStyleOverride,
54
54
  Y as mergeTheme,
55
55
  Z as parseWorkbook,
56
56
  $ as removeImage,
57
- ee as resolveEditable,
58
- ae as restoreCell,
59
- se as restoreDimension,
60
- oe as restoreStructure,
61
- re as restoreWorkbookInto,
62
- te as revokeImages,
63
- le as rewriteWorkbookFormulas,
64
- ne as setCellValue,
65
- ie as setColumnWidth,
66
- me as setImageRect,
67
- de as setRangeValues,
68
- ge as setRowHeight,
69
- ce as sheetToJSON,
70
- ue as shiftFormulaRefs,
71
- Ce as toCsv,
72
- ke as toWorkbookJson,
73
- be as workbookToXlsxBlob
57
+ aa as resolveEditable,
58
+ ea as restoreCell,
59
+ sa as restoreDimension,
60
+ oa as restoreStructure,
61
+ ra as restoreWorkbookInto,
62
+ ta as revokeImages,
63
+ la as rewriteWorkbookFormulas,
64
+ na as setCellValue,
65
+ ia as setColumnWidth,
66
+ da as setImageRect,
67
+ ma as setRangeValues,
68
+ ga as setRowHeight,
69
+ ca as sheetToJSON,
70
+ ua as shiftFormulaRefs,
71
+ Ca as toCsv,
72
+ ka as toWorkbookJson,
73
+ ba as workbookToXlsxBlob
74
74
  };