@fileverse-dev/dsheet 1.3.18-patch.6 → 2.0.0-insert
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/{es-DHiiPgkU.js → es-Dz00DcEx.js} +8 -0
- package/dist/{hi-DgkuC9mD.js → hi-BL0Bcd2j.js} +8 -0
- package/dist/index.es.js +64675 -42
- package/dist/sheet-engine/core/context.d.ts +9 -0
- package/dist/sheet-engine/core/index.d.ts +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/formula.d.ts +2 -0
- package/dist/sheet-engine/core/modules/index.d.ts +2 -2
- package/dist/sheet-engine/core/modules/rowcol.d.ts +4 -0
- package/dist/sheet-engine/core/modules/selection.d.ts +20 -0
- package/dist/sheet-engine/core/utils/patch.d.ts +2 -0
- package/dist/sheet-engine/formula-parser/helper/number.d.ts +9 -8
- package/dist/sheet-engine/react/components/ResetRowHeight/index.d.ts +3 -0
- package/dist/style.css +1 -1
- 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/en-DMDHv0Io.js +0 -11679
- package/dist/index-CjMAc2yH.js +0 -52466
|
@@ -11037,6 +11037,14 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
11037
11037
|
cannotDeleteColumnReadOnly: "No se puede eliminar la columna de solo lectura",
|
|
11038
11038
|
cannotInsertOnRowReadOnly: "No se puede insertar en una fila de solo lectura",
|
|
11039
11039
|
cannotInsertOnColumnReadOnly: "No se puede insertar en la columna de solo lectura",
|
|
11040
|
+
insertRowAboveOne: "Insertar fila arriba",
|
|
11041
|
+
insertRowsAboveN: "Insertar {n} filas arriba",
|
|
11042
|
+
insertRowBelowOne: "Insertar fila abajo",
|
|
11043
|
+
insertRowsBelowN: "Insertar {n} filas abajo",
|
|
11044
|
+
insertColumnLeftOne: "Insertar columna a la izquierda",
|
|
11045
|
+
insertColumnsLeftN: "Insertar {n} columnas a la izquierda",
|
|
11046
|
+
insertColumnRightOne: "Insertar columna a la derecha",
|
|
11047
|
+
insertColumnsRightN: "Insertar {n} columnas a la derecha",
|
|
11040
11048
|
rowOverLimit: "Límite de 10000 filas excedido",
|
|
11041
11049
|
columnOverLimit: "Límite de 1000 columnas excedido"
|
|
11042
11050
|
},
|
|
@@ -11080,6 +11080,14 @@ If the value is FALSE, return the accrued interest from the first interest accru
|
|
|
11080
11080
|
cannotDeleteColumnReadOnly: "स्तंभ केवल-पढ़ने के लिए हटाई नहीं जा सकती",
|
|
11081
11081
|
cannotInsertOnRowReadOnly: "केवल-पढ़ने की पंक्ति पर सम्मिलित नहीं कर सकते",
|
|
11082
11082
|
cannotInsertOnColumnReadOnly: "केवल-पढ़ने के स्तंभ पर सम्मिलित नहीं कर सकते",
|
|
11083
|
+
insertRowAboveOne: "Insert row above",
|
|
11084
|
+
insertRowsAboveN: "Insert {n} rows above",
|
|
11085
|
+
insertRowBelowOne: "Insert row below",
|
|
11086
|
+
insertRowsBelowN: "Insert {n} rows below",
|
|
11087
|
+
insertColumnLeftOne: "Insert column to the left",
|
|
11088
|
+
insertColumnsLeftN: "Insert {n} columns to the left",
|
|
11089
|
+
insertColumnRightOne: "Insert column to the right",
|
|
11090
|
+
insertColumnsRightN: "Insert {n} columns to the right",
|
|
11083
11091
|
rowOverLimit: "10000 पंक्ति सीमा पार हो गई",
|
|
11084
11092
|
columnOverLimit: "1000 स्तंभ सीमा पार हो गई"
|
|
11085
11093
|
},
|