@fileverse-dev/dsheet 1.3.18-patch.3-mod-insert-1 → 1.3.18-patch.3-mod-insert-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/{en-CqGldsw-.js → en-Cl9ZVXhq.js} +9 -1
- package/dist/{es-DHiiPgkU.js → es-Dz00DcEx.js} +8 -0
- package/dist/{hi-DgkuC9mD.js → hi-BL0Bcd2j.js} +8 -0
- package/dist/{index-D8GxISBL.js → index-DbhwXzaq.js} +14218 -13852
- package/dist/index.es.js +1 -1
- package/dist/sheet-engine/core/locale/en.d.ts +8 -0
- package/dist/sheet-engine/core/locale/es.d.ts +8 -0
- package/dist/sheet-engine/core/locale/hi.d.ts +8 -0
- package/dist/sheet-engine/core/locale/zh.d.ts +8 -0
- package/dist/sheet-engine/core/locale/zh_tw.d.ts +8 -0
- package/dist/sheet-engine/core/modules/rowcol.d.ts +4 -0
- package/dist/sheet-engine/core/utils/patch.d.ts +2 -0
- package/dist/sheet-engine/react/components/ResetRowHeight/index.d.ts +3 -0
- package/dist/{zh-ForBOJJx.js → zh-wLnYrb1S.js} +8 -0
- package/dist/{zh_tw-CjJceJE_.js → zh_tw-CZ804yN6.js} +8 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as s, E as l, i as o, a as r, b as t, c as n, d, e as S, f as h, g as i, h as c, j as C, k as m, l as p, m as E, n as F, o as x, p as g, q as R, r as u, s as A, t as I, u as L, v as f, w as T, x as w, y as V, z as k, A as y, B as z, C as X, D as _, G as v, H as G, I as H, J as M, K as P } from "./index-
|
|
1
|
+
import { S as s, E as l, i as o, a as r, b as t, c as n, d, e as S, f as h, g as i, h as c, j as C, k as m, l as p, m as E, n as F, o as x, p as g, q as R, r as u, s as A, t as I, u as L, v as f, w as T, x as w, y as V, z as k, A as y, B as z, C as X, D as _, G as v, H as G, I as H, J as M, K as P } from "./index-DbhwXzaq.js";
|
|
2
2
|
import { FLVURL as b } from "@fileverse-dev/formulajs";
|
|
3
3
|
import { TEMPLATES as B } from "@fileverse-dev/dsheets-templates";
|
|
4
4
|
export {
|
|
@@ -379,6 +379,14 @@ declare const _default: {
|
|
|
379
379
|
cannotDeleteColumnReadOnly: string;
|
|
380
380
|
cannotInsertOnRowReadOnly: string;
|
|
381
381
|
cannotInsertOnColumnReadOnly: string;
|
|
382
|
+
insertRowAboveOne: string;
|
|
383
|
+
insertRowsAboveN: string;
|
|
384
|
+
insertRowBelowOne: string;
|
|
385
|
+
insertRowsBelowN: string;
|
|
386
|
+
insertColumnLeftOne: string;
|
|
387
|
+
insertColumnsLeftN: string;
|
|
388
|
+
insertColumnRightOne: string;
|
|
389
|
+
insertColumnsRightN: string;
|
|
382
390
|
rowOverLimit: string;
|
|
383
391
|
columnOverLimit: string;
|
|
384
392
|
conditionFormat: string;
|
|
@@ -548,6 +548,14 @@ declare const _default: {
|
|
|
548
548
|
cannotDeleteColumnReadOnly: string;
|
|
549
549
|
cannotInsertOnRowReadOnly: string;
|
|
550
550
|
cannotInsertOnColumnReadOnly: string;
|
|
551
|
+
insertRowAboveOne: string;
|
|
552
|
+
insertRowsAboveN: string;
|
|
553
|
+
insertRowBelowOne: string;
|
|
554
|
+
insertRowsBelowN: string;
|
|
555
|
+
insertColumnLeftOne: string;
|
|
556
|
+
insertColumnsLeftN: string;
|
|
557
|
+
insertColumnRightOne: string;
|
|
558
|
+
insertColumnsRightN: string;
|
|
551
559
|
rowOverLimit: string;
|
|
552
560
|
columnOverLimit: string;
|
|
553
561
|
};
|
|
@@ -418,6 +418,14 @@ declare const _default: {
|
|
|
418
418
|
cannotDeleteColumnReadOnly: string;
|
|
419
419
|
cannotInsertOnRowReadOnly: string;
|
|
420
420
|
cannotInsertOnColumnReadOnly: string;
|
|
421
|
+
insertRowAboveOne: string;
|
|
422
|
+
insertRowsAboveN: string;
|
|
423
|
+
insertRowBelowOne: string;
|
|
424
|
+
insertRowsBelowN: string;
|
|
425
|
+
insertColumnLeftOne: string;
|
|
426
|
+
insertColumnsLeftN: string;
|
|
427
|
+
insertColumnRightOne: string;
|
|
428
|
+
insertColumnsRightN: string;
|
|
421
429
|
rowOverLimit: string;
|
|
422
430
|
columnOverLimit: string;
|
|
423
431
|
};
|
|
@@ -435,6 +435,14 @@ declare const _default: {
|
|
|
435
435
|
cannotDeleteColumnReadOnly: string;
|
|
436
436
|
cannotInsertOnRowReadOnly: string;
|
|
437
437
|
cannotInsertOnColumnReadOnly: string;
|
|
438
|
+
insertRowAboveOne: string;
|
|
439
|
+
insertRowsAboveN: string;
|
|
440
|
+
insertRowBelowOne: string;
|
|
441
|
+
insertRowsBelowN: string;
|
|
442
|
+
insertColumnLeftOne: string;
|
|
443
|
+
insertColumnsLeftN: string;
|
|
444
|
+
insertColumnRightOne: string;
|
|
445
|
+
insertColumnsRightN: string;
|
|
438
446
|
rowOverLimit: string;
|
|
439
447
|
columnOverLimit: string;
|
|
440
448
|
conditionFormat: string;
|
|
@@ -581,6 +581,14 @@ declare const _default: {
|
|
|
581
581
|
cannotDeleteColumnReadOnly: string;
|
|
582
582
|
cannotInsertOnRowReadOnly: string;
|
|
583
583
|
cannotInsertOnColumnReadOnly: string;
|
|
584
|
+
insertRowAboveOne: string;
|
|
585
|
+
insertRowsAboveN: string;
|
|
586
|
+
insertRowBelowOne: string;
|
|
587
|
+
insertRowsBelowN: string;
|
|
588
|
+
insertColumnLeftOne: string;
|
|
589
|
+
insertColumnsLeftN: string;
|
|
590
|
+
insertColumnRightOne: string;
|
|
591
|
+
insertColumnsRightN: string;
|
|
584
592
|
rowOverLimit: string;
|
|
585
593
|
columnOverLimit: string;
|
|
586
594
|
};
|
|
@@ -15,6 +15,10 @@ export declare function insertRowCol(ctx: Context, op: {
|
|
|
15
15
|
count: number;
|
|
16
16
|
direction: "lefttop" | "rightbottom";
|
|
17
17
|
id: string;
|
|
18
|
+
/** Pre-insert row index for each inserted row (length must equal count). */
|
|
19
|
+
templateSourceRows?: number[];
|
|
20
|
+
/** Pre-insert column index for each inserted column (length must equal count). */
|
|
21
|
+
templateSourceColumns?: number[];
|
|
18
22
|
}, changeSelection?: boolean): void;
|
|
19
23
|
export declare function deleteRowCol(ctx: Context, op: {
|
|
20
24
|
type: "row" | "column";
|
|
@@ -12096,6 +12096,14 @@ field 可以是与 database 第一行中某个列标题对应的文本标签,
|
|
|
12096
12096
|
cannotDeleteColumnReadOnly: "无法删除只读列",
|
|
12097
12097
|
cannotInsertOnRowReadOnly: "无法对只读行插入",
|
|
12098
12098
|
cannotInsertOnColumnReadOnly: "无法对只读列插入",
|
|
12099
|
+
insertRowAboveOne: "在上方插入行",
|
|
12100
|
+
insertRowsAboveN: "在上方插入 {n} 行",
|
|
12101
|
+
insertRowBelowOne: "在下方插入行",
|
|
12102
|
+
insertRowsBelowN: "在下方插入 {n} 行",
|
|
12103
|
+
insertColumnLeftOne: "在左侧插入列",
|
|
12104
|
+
insertColumnsLeftN: "在左侧插入 {n} 列",
|
|
12105
|
+
insertColumnRightOne: "在右侧插入列",
|
|
12106
|
+
insertColumnsRightN: "在右侧插入 {n} 列",
|
|
12099
12107
|
rowOverLimit: "超出10000行限制",
|
|
12100
12108
|
columnOverLimit: "超出1000列限制",
|
|
12101
12109
|
conditionFormat: "条件格式"
|
|
@@ -12076,6 +12076,14 @@ field可以是與database第一行中某個列標題對應的文字標籤,也可
|
|
|
12076
12076
|
cannotDeleteColumnReadOnly: "無法刪除只讀列",
|
|
12077
12077
|
cannotInsertOnRowReadOnly: "無法對只讀行插入",
|
|
12078
12078
|
cannotInsertOnColumnReadOnly: "無法對只讀列插入",
|
|
12079
|
+
insertRowAboveOne: "在上方插入行",
|
|
12080
|
+
insertRowsAboveN: "在上方插入 {n} 行",
|
|
12081
|
+
insertRowBelowOne: "在下方插入行",
|
|
12082
|
+
insertRowsBelowN: "在下方插入 {n} 行",
|
|
12083
|
+
insertColumnLeftOne: "在左側插入欄",
|
|
12084
|
+
insertColumnsLeftN: "在左側插入 {n} 欄",
|
|
12085
|
+
insertColumnRightOne: "在右側插入欄",
|
|
12086
|
+
insertColumnsRightN: "在右側插入 {n} 欄",
|
|
12079
12087
|
rowOverLimit: "超出10000行限制",
|
|
12080
12088
|
columnOverLimit: "超出1000列限制"
|
|
12081
12089
|
},
|
package/package.json
CHANGED