@fileverse-dev/fortune-core 1.0.2-mod-33 → 1.0.2-mod-28-patch-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/index.esm.js +9 -9
- package/dist/index.js +9 -9
- package/dist/locale/en.d.ts +1 -1
- package/dist/locale/es.d.ts +1 -1
- package/dist/locale/hi.d.ts +1 -1
- package/dist/locale/index.d.ts +1 -1
- package/dist/locale/zh.d.ts +1 -1
- package/dist/locale/zh_tw.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -9943,8 +9943,8 @@ var en = {
|
|
|
9943
9943
|
},
|
|
9944
9944
|
filter: {
|
|
9945
9945
|
filter: "Create filter",
|
|
9946
|
-
sortByAsc: "Ascending",
|
|
9947
|
-
sortByDesc: "Descending",
|
|
9946
|
+
sortByAsc: "Ascending sort",
|
|
9947
|
+
sortByDesc: "Descending sort",
|
|
9948
9948
|
filterByColor: "Filter by color",
|
|
9949
9949
|
filterByCondition: "Filter by condition",
|
|
9950
9950
|
filterByValues: "Filter by values",
|
|
@@ -9955,8 +9955,8 @@ var en = {
|
|
|
9955
9955
|
filterValueByAllBtn: "Check all",
|
|
9956
9956
|
filterValueByClearBtn: "Clear",
|
|
9957
9957
|
filterValueByInverseBtn: "Inverse",
|
|
9958
|
-
filterValueByTip: "
|
|
9959
|
-
|
|
9958
|
+
filterValueByTip: "filter By Values",
|
|
9959
|
+
filterConform: "Confirm",
|
|
9960
9960
|
filterCancel: "Cancel",
|
|
9961
9961
|
clearFilter: "Clear filter",
|
|
9962
9962
|
conditionNone: "None",
|
|
@@ -20527,7 +20527,7 @@ var zh = {
|
|
|
20527
20527
|
filterValueByClearBtn: "清除",
|
|
20528
20528
|
filterValueByInverseBtn: "反选",
|
|
20529
20529
|
filterValueByTip: "按照值进行筛选",
|
|
20530
|
-
|
|
20530
|
+
filterConform: "确 认",
|
|
20531
20531
|
filterCancel: "取 消",
|
|
20532
20532
|
conditionNone: "无",
|
|
20533
20533
|
conditionCellIsNull: "单元格为空",
|
|
@@ -30579,7 +30579,7 @@ var es = {
|
|
|
30579
30579
|
filterValueByClearBtn: "Limpiar",
|
|
30580
30580
|
filterValueByInverseBtn: "Invertir",
|
|
30581
30581
|
filterValueByTip: "filtrar por valores",
|
|
30582
|
-
|
|
30582
|
+
filterConform: "Confirmar",
|
|
30583
30583
|
filterCancel: "Cancelar",
|
|
30584
30584
|
clearFilter: "Quitar filtro",
|
|
30585
30585
|
conditionNone: "Ninguno",
|
|
@@ -41089,7 +41089,7 @@ var hi = {
|
|
|
41089
41089
|
filterValueByClearBtn: "साफ़ करें",
|
|
41090
41090
|
filterValueByInverseBtn: "विपरीत",
|
|
41091
41091
|
filterValueByTip: "मान के आधार पर फ़िल्टर करें",
|
|
41092
|
-
|
|
41092
|
+
filterConform: "पुष्टि करें",
|
|
41093
41093
|
filterCancel: "रद्द करें",
|
|
41094
41094
|
clearFilter: "फ़िल्टर साफ़ करें",
|
|
41095
41095
|
conditionNone: "कोई नहीं",
|
|
@@ -51175,7 +51175,7 @@ var zh_tw = {
|
|
|
51175
51175
|
filterValueByClearBtn: "清除",
|
|
51176
51176
|
filterValueByInverseBtn: "反選",
|
|
51177
51177
|
filterValueByTip: "按照值進行篩選",
|
|
51178
|
-
|
|
51178
|
+
filterConform: "確 認",
|
|
51179
51179
|
filterCancel: "取 消",
|
|
51180
51180
|
conditionNone: "無",
|
|
51181
51181
|
conditionCellIsNull: "儲存格為空",
|
|
@@ -76408,7 +76408,7 @@ var defaultSettings = {
|
|
|
76408
76408
|
cellContextMenu: ["copy", "paste", "clear", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "conditionFormat", "sort", "orderAZ", "orderZA", "filter", "|", "chart", "image", "link", "data", "cell-format", "comment"],
|
|
76409
76409
|
headerContextMenu: ["copy", "paste", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "clear", "sort", "orderAZ", "orderZA"],
|
|
76410
76410
|
sheetTabContextMenu: ["delete", "copy", "rename", "color", "hide", "|", "move"],
|
|
76411
|
-
filterContextMenu: ["sort-by-asc", "sort-by-desc", "filter-by-value"],
|
|
76411
|
+
filterContextMenu: ["sort-by-asc", "sort-by-desc", "|", "filter-by-color", "|", "filter-by-value"],
|
|
76412
76412
|
generateSheetId: function generateSheetId() {
|
|
76413
76413
|
return v4();
|
|
76414
76414
|
},
|
package/dist/index.js
CHANGED
|
@@ -9953,8 +9953,8 @@ var en = {
|
|
|
9953
9953
|
},
|
|
9954
9954
|
filter: {
|
|
9955
9955
|
filter: "Create filter",
|
|
9956
|
-
sortByAsc: "Ascending",
|
|
9957
|
-
sortByDesc: "Descending",
|
|
9956
|
+
sortByAsc: "Ascending sort",
|
|
9957
|
+
sortByDesc: "Descending sort",
|
|
9958
9958
|
filterByColor: "Filter by color",
|
|
9959
9959
|
filterByCondition: "Filter by condition",
|
|
9960
9960
|
filterByValues: "Filter by values",
|
|
@@ -9965,8 +9965,8 @@ var en = {
|
|
|
9965
9965
|
filterValueByAllBtn: "Check all",
|
|
9966
9966
|
filterValueByClearBtn: "Clear",
|
|
9967
9967
|
filterValueByInverseBtn: "Inverse",
|
|
9968
|
-
filterValueByTip: "
|
|
9969
|
-
|
|
9968
|
+
filterValueByTip: "filter By Values",
|
|
9969
|
+
filterConform: "Confirm",
|
|
9970
9970
|
filterCancel: "Cancel",
|
|
9971
9971
|
clearFilter: "Clear filter",
|
|
9972
9972
|
conditionNone: "None",
|
|
@@ -20537,7 +20537,7 @@ var zh = {
|
|
|
20537
20537
|
filterValueByClearBtn: "清除",
|
|
20538
20538
|
filterValueByInverseBtn: "反选",
|
|
20539
20539
|
filterValueByTip: "按照值进行筛选",
|
|
20540
|
-
|
|
20540
|
+
filterConform: "确 认",
|
|
20541
20541
|
filterCancel: "取 消",
|
|
20542
20542
|
conditionNone: "无",
|
|
20543
20543
|
conditionCellIsNull: "单元格为空",
|
|
@@ -30589,7 +30589,7 @@ var es = {
|
|
|
30589
30589
|
filterValueByClearBtn: "Limpiar",
|
|
30590
30590
|
filterValueByInverseBtn: "Invertir",
|
|
30591
30591
|
filterValueByTip: "filtrar por valores",
|
|
30592
|
-
|
|
30592
|
+
filterConform: "Confirmar",
|
|
30593
30593
|
filterCancel: "Cancelar",
|
|
30594
30594
|
clearFilter: "Quitar filtro",
|
|
30595
30595
|
conditionNone: "Ninguno",
|
|
@@ -41099,7 +41099,7 @@ var hi = {
|
|
|
41099
41099
|
filterValueByClearBtn: "साफ़ करें",
|
|
41100
41100
|
filterValueByInverseBtn: "विपरीत",
|
|
41101
41101
|
filterValueByTip: "मान के आधार पर फ़िल्टर करें",
|
|
41102
|
-
|
|
41102
|
+
filterConform: "पुष्टि करें",
|
|
41103
41103
|
filterCancel: "रद्द करें",
|
|
41104
41104
|
clearFilter: "फ़िल्टर साफ़ करें",
|
|
41105
41105
|
conditionNone: "कोई नहीं",
|
|
@@ -51185,7 +51185,7 @@ var zh_tw = {
|
|
|
51185
51185
|
filterValueByClearBtn: "清除",
|
|
51186
51186
|
filterValueByInverseBtn: "反選",
|
|
51187
51187
|
filterValueByTip: "按照值進行篩選",
|
|
51188
|
-
|
|
51188
|
+
filterConform: "確 認",
|
|
51189
51189
|
filterCancel: "取 消",
|
|
51190
51190
|
conditionNone: "無",
|
|
51191
51191
|
conditionCellIsNull: "儲存格為空",
|
|
@@ -76418,7 +76418,7 @@ var defaultSettings = {
|
|
|
76418
76418
|
cellContextMenu: ["copy", "paste", "clear", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "conditionFormat", "sort", "orderAZ", "orderZA", "filter", "|", "chart", "image", "link", "data", "cell-format", "comment"],
|
|
76419
76419
|
headerContextMenu: ["copy", "paste", "|", "insert-row", "insert-column", "delete-row", "delete-column", "delete-cell", "hide-row", "hide-column", "set-row-height", "set-column-width", "|", "clear", "sort", "orderAZ", "orderZA"],
|
|
76420
76420
|
sheetTabContextMenu: ["delete", "copy", "rename", "color", "hide", "|", "move"],
|
|
76421
|
-
filterContextMenu: ["sort-by-asc", "sort-by-desc", "filter-by-value"],
|
|
76421
|
+
filterContextMenu: ["sort-by-asc", "sort-by-desc", "|", "filter-by-color", "|", "filter-by-value"],
|
|
76422
76422
|
generateSheetId: function generateSheetId() {
|
|
76423
76423
|
return uuid.v4();
|
|
76424
76424
|
},
|
package/dist/locale/en.d.ts
CHANGED
|
@@ -274,7 +274,7 @@ declare const _default: {
|
|
|
274
274
|
filterValueByClearBtn: string;
|
|
275
275
|
filterValueByInverseBtn: string;
|
|
276
276
|
filterValueByTip: string;
|
|
277
|
-
|
|
277
|
+
filterConform: string;
|
|
278
278
|
filterCancel: string;
|
|
279
279
|
clearFilter: string;
|
|
280
280
|
conditionNone: string;
|
package/dist/locale/es.d.ts
CHANGED
|
@@ -446,7 +446,7 @@ declare const _default: {
|
|
|
446
446
|
filterValueByClearBtn: string;
|
|
447
447
|
filterValueByInverseBtn: string;
|
|
448
448
|
filterValueByTip: string;
|
|
449
|
-
|
|
449
|
+
filterConform: string;
|
|
450
450
|
filterCancel: string;
|
|
451
451
|
clearFilter: string;
|
|
452
452
|
conditionNone: string;
|
package/dist/locale/hi.d.ts
CHANGED
|
@@ -316,7 +316,7 @@ declare const _default: {
|
|
|
316
316
|
filterValueByClearBtn: string;
|
|
317
317
|
filterValueByInverseBtn: string;
|
|
318
318
|
filterValueByTip: string;
|
|
319
|
-
|
|
319
|
+
filterConform: string;
|
|
320
320
|
filterCancel: string;
|
|
321
321
|
clearFilter: string;
|
|
322
322
|
conditionNone: string;
|
package/dist/locale/index.d.ts
CHANGED
|
@@ -335,7 +335,7 @@ declare function locale(ctx: Context): {
|
|
|
335
335
|
filterValueByClearBtn: string;
|
|
336
336
|
filterValueByInverseBtn: string;
|
|
337
337
|
filterValueByTip: string;
|
|
338
|
-
|
|
338
|
+
filterConform: string;
|
|
339
339
|
filterCancel: string;
|
|
340
340
|
conditionNone: string;
|
|
341
341
|
conditionCellIsNull: string;
|
package/dist/locale/zh.d.ts
CHANGED
|
@@ -334,7 +334,7 @@ declare const _default: {
|
|
|
334
334
|
filterValueByClearBtn: string;
|
|
335
335
|
filterValueByInverseBtn: string;
|
|
336
336
|
filterValueByTip: string;
|
|
337
|
-
|
|
337
|
+
filterConform: string;
|
|
338
338
|
filterCancel: string;
|
|
339
339
|
conditionNone: string;
|
|
340
340
|
conditionCellIsNull: string;
|
package/dist/locale/zh_tw.d.ts
CHANGED
|
@@ -480,7 +480,7 @@ declare const _default: {
|
|
|
480
480
|
filterValueByClearBtn: string;
|
|
481
481
|
filterValueByInverseBtn: string;
|
|
482
482
|
filterValueByTip: string;
|
|
483
|
-
|
|
483
|
+
filterConform: string;
|
|
484
484
|
filterCancel: string;
|
|
485
485
|
conditionNone: string;
|
|
486
486
|
conditionCellIsNull: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-core",
|
|
3
|
-
"version": "1.0.2-mod-
|
|
3
|
+
"version": "1.0.2-mod-28-patch-2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"repository": "https://github.com/ruilisi/fortune-sheet",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@fileverse-dev/formula-parser": "
|
|
13
|
+
"@fileverse-dev/formula-parser": "0.2.13-mod-5-patch-1",
|
|
14
14
|
"dayjs": "^1.11.0",
|
|
15
15
|
"immer": "^9.0.12",
|
|
16
16
|
"lodash": "^4.17.21",
|