@leankylin-sheet/core 4.0.31 → 4.0.32
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 +24 -0
- package/dist/index.js +24 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -10111,6 +10111,18 @@ var en = {
|
|
|
10111
10111
|
text: "Number",
|
|
10112
10112
|
value: "##0.00",
|
|
10113
10113
|
example: "1000.12"
|
|
10114
|
+
}, {
|
|
10115
|
+
text: "thousand",
|
|
10116
|
+
value: "leanky_n",
|
|
10117
|
+
example: "12,345"
|
|
10118
|
+
}, {
|
|
10119
|
+
text: "thousand-2",
|
|
10120
|
+
value: "leanky_n2",
|
|
10121
|
+
example: "12,345.67"
|
|
10122
|
+
}, {
|
|
10123
|
+
text: "thousand-4",
|
|
10124
|
+
value: "leanky_n4",
|
|
10125
|
+
example: "12,345.6789"
|
|
10114
10126
|
}, {
|
|
10115
10127
|
text: "Percent",
|
|
10116
10128
|
value: "#0.00%",
|
|
@@ -20643,6 +20655,18 @@ var zh = {
|
|
|
20643
20655
|
text: "数字",
|
|
20644
20656
|
value: "##0.00",
|
|
20645
20657
|
example: "1000.12"
|
|
20658
|
+
}, {
|
|
20659
|
+
text: "千分符整数",
|
|
20660
|
+
value: "leanky_n",
|
|
20661
|
+
example: "12,345"
|
|
20662
|
+
}, {
|
|
20663
|
+
text: "千分符2位小数",
|
|
20664
|
+
value: "leanky_n2",
|
|
20665
|
+
example: "12,345.67"
|
|
20666
|
+
}, {
|
|
20667
|
+
text: "千分符4位小数",
|
|
20668
|
+
value: "leanky_n4",
|
|
20669
|
+
example: "12,345.6789"
|
|
20646
20670
|
}, {
|
|
20647
20671
|
text: "百分比",
|
|
20648
20672
|
value: "#0.00%",
|
package/dist/index.js
CHANGED
|
@@ -10121,6 +10121,18 @@ var en = {
|
|
|
10121
10121
|
text: "Number",
|
|
10122
10122
|
value: "##0.00",
|
|
10123
10123
|
example: "1000.12"
|
|
10124
|
+
}, {
|
|
10125
|
+
text: "thousand",
|
|
10126
|
+
value: "leanky_n",
|
|
10127
|
+
example: "12,345"
|
|
10128
|
+
}, {
|
|
10129
|
+
text: "thousand-2",
|
|
10130
|
+
value: "leanky_n2",
|
|
10131
|
+
example: "12,345.67"
|
|
10132
|
+
}, {
|
|
10133
|
+
text: "thousand-4",
|
|
10134
|
+
value: "leanky_n4",
|
|
10135
|
+
example: "12,345.6789"
|
|
10124
10136
|
}, {
|
|
10125
10137
|
text: "Percent",
|
|
10126
10138
|
value: "#0.00%",
|
|
@@ -20653,6 +20665,18 @@ var zh = {
|
|
|
20653
20665
|
text: "数字",
|
|
20654
20666
|
value: "##0.00",
|
|
20655
20667
|
example: "1000.12"
|
|
20668
|
+
}, {
|
|
20669
|
+
text: "千分符整数",
|
|
20670
|
+
value: "leanky_n",
|
|
20671
|
+
example: "12,345"
|
|
20672
|
+
}, {
|
|
20673
|
+
text: "千分符2位小数",
|
|
20674
|
+
value: "leanky_n2",
|
|
20675
|
+
example: "12,345.67"
|
|
20676
|
+
}, {
|
|
20677
|
+
text: "千分符4位小数",
|
|
20678
|
+
value: "leanky_n4",
|
|
20679
|
+
example: "12,345.6789"
|
|
20656
20680
|
}, {
|
|
20657
20681
|
text: "百分比",
|
|
20658
20682
|
value: "#0.00%",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.32",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build": "father-build"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@leankylin-sheet/formula-parser": "4.0.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "4.0.32",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|