@univerjs/sheets-formula-ui 0.9.2 → 0.9.3

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.
Files changed (216) hide show
  1. package/lib/cjs/index.js +2 -5
  2. package/lib/cjs/locale/ca-ES.js +39 -0
  3. package/lib/cjs/locale/en-US.js +1 -3
  4. package/lib/cjs/locale/es-ES.js +39 -0
  5. package/lib/cjs/locale/fa-IR.js +7 -9
  6. package/lib/cjs/locale/fr-FR.js +7 -9
  7. package/lib/cjs/locale/ko-KR.js +9 -2
  8. package/lib/cjs/locale/ru-RU.js +7 -9
  9. package/lib/cjs/locale/vi-VN.js +8 -8
  10. package/lib/cjs/locale/zh-TW.js +2 -2
  11. package/lib/es/index.js +374 -380
  12. package/lib/es/locale/ca-ES.js +7906 -0
  13. package/lib/es/locale/en-US.js +1 -3
  14. package/lib/es/locale/es-ES.js +7904 -0
  15. package/lib/es/locale/fa-IR.js +27 -29
  16. package/lib/es/locale/fr-FR.js +27 -29
  17. package/lib/es/locale/ko-KR.js +210 -18
  18. package/lib/es/locale/ru-RU.js +26 -27
  19. package/lib/es/locale/vi-VN.js +248 -26
  20. package/lib/es/locale/zh-TW.js +3 -3
  21. package/lib/index.js +374 -380
  22. package/lib/locale/ca-ES.js +7906 -0
  23. package/lib/locale/en-US.js +1 -3
  24. package/lib/locale/es-ES.js +7904 -0
  25. package/lib/locale/fa-IR.js +27 -29
  26. package/lib/locale/fr-FR.js +27 -29
  27. package/lib/locale/ko-KR.js +210 -18
  28. package/lib/locale/ru-RU.js +26 -27
  29. package/lib/locale/vi-VN.js +248 -26
  30. package/lib/locale/zh-TW.js +3 -3
  31. package/lib/types/locale/ca-ES.d.ts +3 -0
  32. package/lib/types/locale/en-US.d.ts +2 -2
  33. package/lib/types/locale/es-ES.d.ts +3 -0
  34. package/lib/types/locale/fa-IR.d.ts +3 -10527
  35. package/lib/types/locale/fr-FR.d.ts +3 -10527
  36. package/lib/types/locale/function-list/array/ca-ES.d.ts +3 -0
  37. package/lib/types/locale/function-list/array/en-US.d.ts +2 -2
  38. package/lib/types/locale/function-list/array/es-ES.d.ts +3 -0
  39. package/lib/types/locale/function-list/array/fa-IR.d.ts +3 -0
  40. package/lib/types/locale/function-list/array/fr-FR.d.ts +3 -17
  41. package/lib/types/locale/function-list/array/ja-JP.d.ts +3 -58
  42. package/lib/types/locale/function-list/array/ko-KR.d.ts +3 -58
  43. package/lib/types/locale/function-list/array/ru-RU.d.ts +3 -58
  44. package/lib/types/locale/function-list/array/vi-VN.d.ts +3 -58
  45. package/lib/types/locale/function-list/array/zh-CN.d.ts +3 -58
  46. package/lib/types/locale/function-list/array/zh-TW.d.ts +3 -58
  47. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +3 -0
  48. package/lib/types/locale/function-list/compatibility/en-US.d.ts +2 -2
  49. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +3 -0
  50. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +3 -0
  51. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +3 -706
  52. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +3 -838
  53. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +3 -838
  54. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +838 -2
  55. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +3 -838
  56. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +3 -838
  57. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +3 -838
  58. package/lib/types/locale/function-list/cube/ca-ES.d.ts +3 -0
  59. package/lib/types/locale/function-list/cube/en-US.d.ts +2 -2
  60. package/lib/types/locale/function-list/cube/es-ES.d.ts +3 -0
  61. package/lib/types/locale/function-list/cube/fa-IR.d.ts +3 -0
  62. package/lib/types/locale/function-list/cube/fr-FR.d.ts +3 -144
  63. package/lib/types/locale/function-list/cube/ja-JP.d.ts +3 -144
  64. package/lib/types/locale/function-list/cube/ko-KR.d.ts +3 -144
  65. package/lib/types/locale/function-list/cube/ru-RU.d.ts +3 -144
  66. package/lib/types/locale/function-list/cube/vi-VN.d.ts +3 -144
  67. package/lib/types/locale/function-list/cube/zh-CN.d.ts +3 -144
  68. package/lib/types/locale/function-list/cube/zh-TW.d.ts +3 -144
  69. package/lib/types/locale/function-list/database/ca-ES.d.ts +3 -0
  70. package/lib/types/locale/function-list/database/en-US.d.ts +2 -2
  71. package/lib/types/locale/function-list/database/es-ES.d.ts +3 -0
  72. package/lib/types/locale/function-list/database/fa-IR.d.ts +3 -0
  73. package/lib/types/locale/function-list/database/fr-FR.d.ts +3 -234
  74. package/lib/types/locale/function-list/database/ja-JP.d.ts +3 -282
  75. package/lib/types/locale/function-list/database/ko-KR.d.ts +3 -282
  76. package/lib/types/locale/function-list/database/ru-RU.d.ts +3 -282
  77. package/lib/types/locale/function-list/database/vi-VN.d.ts +3 -282
  78. package/lib/types/locale/function-list/database/zh-CN.d.ts +3 -282
  79. package/lib/types/locale/function-list/database/zh-TW.d.ts +3 -282
  80. package/lib/types/locale/function-list/date/ca-ES.d.ts +3 -0
  81. package/lib/types/locale/function-list/date/en-US.d.ts +2 -2
  82. package/lib/types/locale/function-list/date/es-ES.d.ts +3 -0
  83. package/lib/types/locale/function-list/date/fa-IR.d.ts +3 -0
  84. package/lib/types/locale/function-list/date/fr-FR.d.ts +3 -458
  85. package/lib/types/locale/function-list/date/ja-JP.d.ts +3 -490
  86. package/lib/types/locale/function-list/date/ko-KR.d.ts +3 -490
  87. package/lib/types/locale/function-list/date/ru-RU.d.ts +490 -2
  88. package/lib/types/locale/function-list/date/vi-VN.d.ts +3 -490
  89. package/lib/types/locale/function-list/date/zh-CN.d.ts +3 -490
  90. package/lib/types/locale/function-list/date/zh-TW.d.ts +3 -490
  91. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +3 -0
  92. package/lib/types/locale/function-list/engineering/en-US.d.ts +2 -2
  93. package/lib/types/locale/function-list/engineering/es-ES.d.ts +3 -0
  94. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +3 -0
  95. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +3 -894
  96. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +3 -940
  97. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +3 -940
  98. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +940 -2
  99. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +3 -940
  100. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +3 -940
  101. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +3 -940
  102. package/lib/types/locale/function-list/financial/ca-ES.d.ts +3 -0
  103. package/lib/types/locale/function-list/financial/en-US.d.ts +2 -2
  104. package/lib/types/locale/function-list/financial/es-ES.d.ts +3 -0
  105. package/lib/types/locale/function-list/financial/fa-IR.d.ts +3 -0
  106. package/lib/types/locale/function-list/financial/fr-FR.d.ts +3 -1608
  107. package/lib/types/locale/function-list/financial/ja-JP.d.ts +3 -1608
  108. package/lib/types/locale/function-list/financial/ko-KR.d.ts +3 -1608
  109. package/lib/types/locale/function-list/financial/ru-RU.d.ts +1608 -2
  110. package/lib/types/locale/function-list/financial/vi-VN.d.ts +3 -1608
  111. package/lib/types/locale/function-list/financial/zh-CN.d.ts +3 -1608
  112. package/lib/types/locale/function-list/financial/zh-TW.d.ts +3 -1608
  113. package/lib/types/locale/function-list/information/ca-ES.d.ts +3 -0
  114. package/lib/types/locale/function-list/information/en-US.d.ts +2 -2
  115. package/lib/types/locale/function-list/information/es-ES.d.ts +3 -0
  116. package/lib/types/locale/function-list/information/fa-IR.d.ts +3 -0
  117. package/lib/types/locale/function-list/information/fr-FR.d.ts +3 -327
  118. package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -386
  119. package/lib/types/locale/function-list/information/ko-KR.d.ts +3 -386
  120. package/lib/types/locale/function-list/information/ru-RU.d.ts +386 -2
  121. package/lib/types/locale/function-list/information/vi-VN.d.ts +3 -350
  122. package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -386
  123. package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -386
  124. package/lib/types/locale/function-list/logical/ca-ES.d.ts +3 -0
  125. package/lib/types/locale/function-list/logical/en-US.d.ts +2 -2
  126. package/lib/types/locale/function-list/logical/es-ES.d.ts +3 -0
  127. package/lib/types/locale/function-list/logical/fa-IR.d.ts +3 -0
  128. package/lib/types/locale/function-list/logical/fr-FR.d.ts +3 -390
  129. package/lib/types/locale/function-list/logical/ja-JP.d.ts +3 -390
  130. package/lib/types/locale/function-list/logical/ko-KR.d.ts +3 -378
  131. package/lib/types/locale/function-list/logical/ru-RU.d.ts +390 -2
  132. package/lib/types/locale/function-list/logical/vi-VN.d.ts +3 -390
  133. package/lib/types/locale/function-list/logical/zh-CN.d.ts +3 -390
  134. package/lib/types/locale/function-list/logical/zh-TW.d.ts +3 -390
  135. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +3 -0
  136. package/lib/types/locale/function-list/lookup/en-US.d.ts +2 -2
  137. package/lib/types/locale/function-list/lookup/es-ES.d.ts +3 -0
  138. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +3 -0
  139. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +3 -812
  140. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +3 -808
  141. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +3 -808
  142. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +808 -2
  143. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +3 -754
  144. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +3 -808
  145. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +3 -808
  146. package/lib/types/locale/function-list/math/ca-ES.d.ts +3 -0
  147. package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
  148. package/lib/types/locale/function-list/math/es-ES.d.ts +3 -0
  149. package/lib/types/locale/function-list/math/fa-IR.d.ts +3 -0
  150. package/lib/types/locale/function-list/math/fr-FR.d.ts +3 -1388
  151. package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -1402
  152. package/lib/types/locale/function-list/math/ko-KR.d.ts +3 -1366
  153. package/lib/types/locale/function-list/math/ru-RU.d.ts +1402 -2
  154. package/lib/types/locale/function-list/math/vi-VN.d.ts +3 -1348
  155. package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -1402
  156. package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -1402
  157. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +3 -0
  158. package/lib/types/locale/function-list/statistical/en-US.d.ts +2 -2
  159. package/lib/types/locale/function-list/statistical/es-ES.d.ts +3 -0
  160. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +3 -0
  161. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +3 -2068
  162. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +3 -2308
  163. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +3 -2184
  164. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +2308 -2
  165. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +3 -2236
  166. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +3 -2308
  167. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +3 -2308
  168. package/lib/types/locale/function-list/text/ca-ES.d.ts +3 -0
  169. package/lib/types/locale/function-list/text/en-US.d.ts +2 -2
  170. package/lib/types/locale/function-list/text/es-ES.d.ts +3 -0
  171. package/lib/types/locale/function-list/text/fa-IR.d.ts +3 -0
  172. package/lib/types/locale/function-list/text/fr-FR.d.ts +3 -922
  173. package/lib/types/locale/function-list/text/ja-JP.d.ts +3 -989
  174. package/lib/types/locale/function-list/text/ko-KR.d.ts +3 -912
  175. package/lib/types/locale/function-list/text/ru-RU.d.ts +3 -988
  176. package/lib/types/locale/function-list/text/vi-VN.d.ts +3 -960
  177. package/lib/types/locale/function-list/text/zh-CN.d.ts +3 -988
  178. package/lib/types/locale/function-list/text/zh-TW.d.ts +3 -988
  179. package/lib/types/locale/function-list/univer/ca-ES.d.ts +3 -0
  180. package/lib/types/locale/function-list/univer/en-US.d.ts +2 -2
  181. package/lib/types/locale/function-list/univer/es-ES.d.ts +3 -0
  182. package/lib/types/locale/function-list/univer/fa-IR.d.ts +3 -0
  183. package/lib/types/locale/function-list/univer/fr-FR.d.ts +3 -17
  184. package/lib/types/locale/function-list/univer/ja-JP.d.ts +3 -17
  185. package/lib/types/locale/function-list/univer/ko-KR.d.ts +3 -17
  186. package/lib/types/locale/function-list/univer/ru-RU.d.ts +2 -2
  187. package/lib/types/locale/function-list/univer/vi-VN.d.ts +3 -17
  188. package/lib/types/locale/function-list/univer/zh-CN.d.ts +3 -17
  189. package/lib/types/locale/function-list/univer/zh-TW.d.ts +3 -17
  190. package/lib/types/locale/function-list/web/ca-ES.d.ts +3 -0
  191. package/lib/types/locale/function-list/web/en-US.d.ts +2 -2
  192. package/lib/types/locale/function-list/web/es-ES.d.ts +3 -0
  193. package/lib/types/locale/function-list/web/fa-IR.d.ts +3 -0
  194. package/lib/types/locale/function-list/web/fr-FR.d.ts +3 -72
  195. package/lib/types/locale/function-list/web/ja-JP.d.ts +3 -68
  196. package/lib/types/locale/function-list/web/ko-KR.d.ts +3 -68
  197. package/lib/types/locale/function-list/web/ru-RU.d.ts +3 -68
  198. package/lib/types/locale/function-list/web/vi-VN.d.ts +3 -32
  199. package/lib/types/locale/function-list/web/zh-CN.d.ts +3 -68
  200. package/lib/types/locale/function-list/web/zh-TW.d.ts +3 -68
  201. package/lib/types/locale/ko-KR.d.ts +3 -10297
  202. package/lib/types/locale/ru-RU.d.ts +3 -10526
  203. package/lib/types/locale/vi-VN.d.ts +3 -10265
  204. package/lib/types/locale/zh-CN.d.ts +3 -10527
  205. package/lib/types/locale/zh-TW.d.ts +3 -10527
  206. package/lib/umd/index.js +2 -5
  207. package/lib/umd/locale/ca-ES.js +39 -0
  208. package/lib/umd/locale/en-US.js +1 -3
  209. package/lib/umd/locale/es-ES.js +39 -0
  210. package/lib/umd/locale/fa-IR.js +1 -3
  211. package/lib/umd/locale/fr-FR.js +1 -3
  212. package/lib/umd/locale/ko-KR.js +9 -2
  213. package/lib/umd/locale/ru-RU.js +2 -4
  214. package/lib/umd/locale/vi-VN.js +6 -6
  215. package/lib/umd/locale/zh-TW.js +2 -2
  216. package/package.json +13 -13
@@ -1,1402 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- declare const _default: {
17
- ABS: {
18
- description: string;
19
- abstract: string;
20
- links: {
21
- title: string;
22
- url: string;
23
- }[];
24
- functionParameter: {
25
- number: {
26
- name: string;
27
- detail: string;
28
- };
29
- };
30
- };
31
- ACOS: {
32
- description: string;
33
- abstract: string;
34
- links: {
35
- title: string;
36
- url: string;
37
- }[];
38
- functionParameter: {
39
- number: {
40
- name: string;
41
- detail: string;
42
- };
43
- };
44
- };
45
- ACOSH: {
46
- description: string;
47
- abstract: string;
48
- links: {
49
- title: string;
50
- url: string;
51
- }[];
52
- functionParameter: {
53
- number: {
54
- name: string;
55
- detail: string;
56
- };
57
- };
58
- };
59
- ACOT: {
60
- description: string;
61
- abstract: string;
62
- links: {
63
- title: string;
64
- url: string;
65
- }[];
66
- functionParameter: {
67
- number: {
68
- name: string;
69
- detail: string;
70
- };
71
- };
72
- };
73
- ACOTH: {
74
- description: string;
75
- abstract: string;
76
- links: {
77
- title: string;
78
- url: string;
79
- }[];
80
- functionParameter: {
81
- number: {
82
- name: string;
83
- detail: string;
84
- };
85
- };
86
- };
87
- AGGREGATE: {
88
- description: string;
89
- abstract: string;
90
- links: {
91
- title: string;
92
- url: string;
93
- }[];
94
- functionParameter: {
95
- number1: {
96
- name: string;
97
- detail: string;
98
- };
99
- number2: {
100
- name: string;
101
- detail: string;
102
- };
103
- };
104
- };
105
- ARABIC: {
106
- description: string;
107
- abstract: string;
108
- links: {
109
- title: string;
110
- url: string;
111
- }[];
112
- functionParameter: {
113
- text: {
114
- name: string;
115
- detail: string;
116
- };
117
- };
118
- };
119
- ASIN: {
120
- description: string;
121
- abstract: string;
122
- links: {
123
- title: string;
124
- url: string;
125
- }[];
126
- functionParameter: {
127
- number: {
128
- name: string;
129
- detail: string;
130
- };
131
- };
132
- };
133
- ASINH: {
134
- description: string;
135
- abstract: string;
136
- links: {
137
- title: string;
138
- url: string;
139
- }[];
140
- functionParameter: {
141
- number: {
142
- name: string;
143
- detail: string;
144
- };
145
- };
146
- };
147
- ATAN: {
148
- description: string;
149
- abstract: string;
150
- links: {
151
- title: string;
152
- url: string;
153
- }[];
154
- functionParameter: {
155
- number: {
156
- name: string;
157
- detail: string;
158
- };
159
- };
160
- };
161
- ATAN2: {
162
- description: string;
163
- abstract: string;
164
- links: {
165
- title: string;
166
- url: string;
167
- }[];
168
- functionParameter: {
169
- xNum: {
170
- name: string;
171
- detail: string;
172
- };
173
- yNum: {
174
- name: string;
175
- detail: string;
176
- };
177
- };
178
- };
179
- ATANH: {
180
- description: string;
181
- abstract: string;
182
- links: {
183
- title: string;
184
- url: string;
185
- }[];
186
- functionParameter: {
187
- number: {
188
- name: string;
189
- detail: string;
190
- };
191
- };
192
- };
193
- BASE: {
194
- description: string;
195
- abstract: string;
196
- links: {
197
- title: string;
198
- url: string;
199
- }[];
200
- functionParameter: {
201
- number: {
202
- name: string;
203
- detail: string;
204
- };
205
- radix: {
206
- name: string;
207
- detail: string;
208
- };
209
- minLength: {
210
- name: string;
211
- detail: string;
212
- };
213
- };
214
- };
215
- CEILING: {
216
- description: string;
217
- abstract: string;
218
- links: {
219
- title: string;
220
- url: string;
221
- }[];
222
- functionParameter: {
223
- number: {
224
- name: string;
225
- detail: string;
226
- };
227
- significance: {
228
- name: string;
229
- detail: string;
230
- };
231
- };
232
- };
233
- CEILING_MATH: {
234
- description: string;
235
- abstract: string;
236
- links: {
237
- title: string;
238
- url: string;
239
- }[];
240
- functionParameter: {
241
- number: {
242
- name: string;
243
- detail: string;
244
- };
245
- significance: {
246
- name: string;
247
- detail: string;
248
- };
249
- mode: {
250
- name: string;
251
- detail: string;
252
- };
253
- };
254
- };
255
- CEILING_PRECISE: {
256
- description: string;
257
- abstract: string;
258
- links: {
259
- title: string;
260
- url: string;
261
- }[];
262
- functionParameter: {
263
- number: {
264
- name: string;
265
- detail: string;
266
- };
267
- significance: {
268
- name: string;
269
- detail: string;
270
- };
271
- };
272
- };
273
- COMBIN: {
274
- description: string;
275
- abstract: string;
276
- links: {
277
- title: string;
278
- url: string;
279
- }[];
280
- functionParameter: {
281
- number: {
282
- name: string;
283
- detail: string;
284
- };
285
- numberChosen: {
286
- name: string;
287
- detail: string;
288
- };
289
- };
290
- };
291
- COMBINA: {
292
- description: string;
293
- abstract: string;
294
- links: {
295
- title: string;
296
- url: string;
297
- }[];
298
- functionParameter: {
299
- number: {
300
- name: string;
301
- detail: string;
302
- };
303
- numberChosen: {
304
- name: string;
305
- detail: string;
306
- };
307
- };
308
- };
309
- COS: {
310
- description: string;
311
- abstract: string;
312
- links: {
313
- title: string;
314
- url: string;
315
- }[];
316
- functionParameter: {
317
- number: {
318
- name: string;
319
- detail: string;
320
- };
321
- };
322
- };
323
- COSH: {
324
- description: string;
325
- abstract: string;
326
- links: {
327
- title: string;
328
- url: string;
329
- }[];
330
- functionParameter: {
331
- number: {
332
- name: string;
333
- detail: string;
334
- };
335
- };
336
- };
337
- COT: {
338
- description: string;
339
- abstract: string;
340
- links: {
341
- title: string;
342
- url: string;
343
- }[];
344
- functionParameter: {
345
- number: {
346
- name: string;
347
- detail: string;
348
- };
349
- };
350
- };
351
- COTH: {
352
- description: string;
353
- abstract: string;
354
- links: {
355
- title: string;
356
- url: string;
357
- }[];
358
- functionParameter: {
359
- number: {
360
- name: string;
361
- detail: string;
362
- };
363
- };
364
- };
365
- CSC: {
366
- description: string;
367
- abstract: string;
368
- links: {
369
- title: string;
370
- url: string;
371
- }[];
372
- functionParameter: {
373
- number: {
374
- name: string;
375
- detail: string;
376
- };
377
- };
378
- };
379
- CSCH: {
380
- description: string;
381
- abstract: string;
382
- links: {
383
- title: string;
384
- url: string;
385
- }[];
386
- functionParameter: {
387
- number: {
388
- name: string;
389
- detail: string;
390
- };
391
- };
392
- };
393
- DECIMAL: {
394
- description: string;
395
- abstract: string;
396
- links: {
397
- title: string;
398
- url: string;
399
- }[];
400
- functionParameter: {
401
- text: {
402
- name: string;
403
- detail: string;
404
- };
405
- radix: {
406
- name: string;
407
- detail: string;
408
- };
409
- };
410
- };
411
- DEGREES: {
412
- description: string;
413
- abstract: string;
414
- links: {
415
- title: string;
416
- url: string;
417
- }[];
418
- functionParameter: {
419
- angle: {
420
- name: string;
421
- detail: string;
422
- };
423
- };
424
- };
425
- EVEN: {
426
- description: string;
427
- abstract: string;
428
- links: {
429
- title: string;
430
- url: string;
431
- }[];
432
- functionParameter: {
433
- number: {
434
- name: string;
435
- detail: string;
436
- };
437
- };
438
- };
439
- EXP: {
440
- description: string;
441
- abstract: string;
442
- links: {
443
- title: string;
444
- url: string;
445
- }[];
446
- functionParameter: {
447
- number: {
448
- name: string;
449
- detail: string;
450
- };
451
- };
452
- };
453
- FACT: {
454
- description: string;
455
- abstract: string;
456
- links: {
457
- title: string;
458
- url: string;
459
- }[];
460
- functionParameter: {
461
- number: {
462
- name: string;
463
- detail: string;
464
- };
465
- };
466
- };
467
- FACTDOUBLE: {
468
- description: string;
469
- abstract: string;
470
- links: {
471
- title: string;
472
- url: string;
473
- }[];
474
- functionParameter: {
475
- number: {
476
- name: string;
477
- detail: string;
478
- };
479
- };
480
- };
481
- FLOOR: {
482
- description: string;
483
- abstract: string;
484
- links: {
485
- title: string;
486
- url: string;
487
- }[];
488
- functionParameter: {
489
- number: {
490
- name: string;
491
- detail: string;
492
- };
493
- significance: {
494
- name: string;
495
- detail: string;
496
- };
497
- };
498
- };
499
- FLOOR_MATH: {
500
- description: string;
501
- abstract: string;
502
- links: {
503
- title: string;
504
- url: string;
505
- }[];
506
- functionParameter: {
507
- number: {
508
- name: string;
509
- detail: string;
510
- };
511
- significance: {
512
- name: string;
513
- detail: string;
514
- };
515
- mode: {
516
- name: string;
517
- detail: string;
518
- };
519
- };
520
- };
521
- FLOOR_PRECISE: {
522
- description: string;
523
- abstract: string;
524
- links: {
525
- title: string;
526
- url: string;
527
- }[];
528
- functionParameter: {
529
- number: {
530
- name: string;
531
- detail: string;
532
- };
533
- significance: {
534
- name: string;
535
- detail: string;
536
- };
537
- };
538
- };
539
- GCD: {
540
- description: string;
541
- abstract: string;
542
- links: {
543
- title: string;
544
- url: string;
545
- }[];
546
- functionParameter: {
547
- number1: {
548
- name: string;
549
- detail: string;
550
- };
551
- number2: {
552
- name: string;
553
- detail: string;
554
- };
555
- };
556
- };
557
- INT: {
558
- description: string;
559
- abstract: string;
560
- links: {
561
- title: string;
562
- url: string;
563
- }[];
564
- functionParameter: {
565
- number: {
566
- name: string;
567
- detail: string;
568
- };
569
- };
570
- };
571
- ISO_CEILING: {
572
- description: string;
573
- abstract: string;
574
- links: {
575
- title: string;
576
- url: string;
577
- }[];
578
- functionParameter: {
579
- number1: {
580
- name: string;
581
- detail: string;
582
- };
583
- number2: {
584
- name: string;
585
- detail: string;
586
- };
587
- };
588
- };
589
- LCM: {
590
- description: string;
591
- abstract: string;
592
- links: {
593
- title: string;
594
- url: string;
595
- }[];
596
- functionParameter: {
597
- number1: {
598
- name: string;
599
- detail: string;
600
- };
601
- number2: {
602
- name: string;
603
- detail: string;
604
- };
605
- };
606
- };
607
- LET: {
608
- description: string;
609
- abstract: string;
610
- links: {
611
- title: string;
612
- url: string;
613
- }[];
614
- functionParameter: {
615
- number1: {
616
- name: string;
617
- detail: string;
618
- };
619
- number2: {
620
- name: string;
621
- detail: string;
622
- };
623
- };
624
- };
625
- LN: {
626
- description: string;
627
- abstract: string;
628
- links: {
629
- title: string;
630
- url: string;
631
- }[];
632
- functionParameter: {
633
- number: {
634
- name: string;
635
- detail: string;
636
- };
637
- };
638
- };
639
- LOG: {
640
- description: string;
641
- abstract: string;
642
- links: {
643
- title: string;
644
- url: string;
645
- }[];
646
- functionParameter: {
647
- number: {
648
- name: string;
649
- detail: string;
650
- };
651
- base: {
652
- name: string;
653
- detail: string;
654
- };
655
- };
656
- };
657
- LOG10: {
658
- description: string;
659
- abstract: string;
660
- links: {
661
- title: string;
662
- url: string;
663
- }[];
664
- functionParameter: {
665
- number: {
666
- name: string;
667
- detail: string;
668
- };
669
- };
670
- };
671
- MDETERM: {
672
- description: string;
673
- abstract: string;
674
- links: {
675
- title: string;
676
- url: string;
677
- }[];
678
- functionParameter: {
679
- array: {
680
- name: string;
681
- detail: string;
682
- };
683
- };
684
- };
685
- MINVERSE: {
686
- description: string;
687
- abstract: string;
688
- links: {
689
- title: string;
690
- url: string;
691
- }[];
692
- functionParameter: {
693
- array: {
694
- name: string;
695
- detail: string;
696
- };
697
- };
698
- };
699
- MMULT: {
700
- description: string;
701
- abstract: string;
702
- links: {
703
- title: string;
704
- url: string;
705
- }[];
706
- functionParameter: {
707
- array1: {
708
- name: string;
709
- detail: string;
710
- };
711
- array2: {
712
- name: string;
713
- detail: string;
714
- };
715
- };
716
- };
717
- MOD: {
718
- description: string;
719
- abstract: string;
720
- links: {
721
- title: string;
722
- url: string;
723
- }[];
724
- functionParameter: {
725
- number: {
726
- name: string;
727
- detail: string;
728
- };
729
- divisor: {
730
- name: string;
731
- detail: string;
732
- };
733
- };
734
- };
735
- MROUND: {
736
- description: string;
737
- abstract: string;
738
- links: {
739
- title: string;
740
- url: string;
741
- }[];
742
- functionParameter: {
743
- number: {
744
- name: string;
745
- detail: string;
746
- };
747
- multiple: {
748
- name: string;
749
- detail: string;
750
- };
751
- };
752
- };
753
- MULTINOMIAL: {
754
- description: string;
755
- abstract: string;
756
- links: {
757
- title: string;
758
- url: string;
759
- }[];
760
- functionParameter: {
761
- number1: {
762
- name: string;
763
- detail: string;
764
- };
765
- number2: {
766
- name: string;
767
- detail: string;
768
- };
769
- };
770
- };
771
- MUNIT: {
772
- description: string;
773
- abstract: string;
774
- links: {
775
- title: string;
776
- url: string;
777
- }[];
778
- functionParameter: {
779
- dimension: {
780
- name: string;
781
- detail: string;
782
- };
783
- };
784
- };
785
- ODD: {
786
- description: string;
787
- abstract: string;
788
- links: {
789
- title: string;
790
- url: string;
791
- }[];
792
- functionParameter: {
793
- number: {
794
- name: string;
795
- detail: string;
796
- };
797
- };
798
- };
799
- PI: {
800
- description: string;
801
- abstract: string;
802
- links: {
803
- title: string;
804
- url: string;
805
- }[];
806
- functionParameter: {};
807
- };
808
- POWER: {
809
- description: string;
810
- abstract: string;
811
- links: {
812
- title: string;
813
- url: string;
814
- }[];
815
- functionParameter: {
816
- number: {
817
- name: string;
818
- detail: string;
819
- };
820
- power: {
821
- name: string;
822
- detail: string;
823
- };
824
- };
825
- };
826
- PRODUCT: {
827
- description: string;
828
- abstract: string;
829
- links: {
830
- title: string;
831
- url: string;
832
- }[];
833
- functionParameter: {
834
- number1: {
835
- name: string;
836
- detail: string;
837
- };
838
- number2: {
839
- name: string;
840
- detail: string;
841
- };
842
- };
843
- };
844
- QUOTIENT: {
845
- description: string;
846
- abstract: string;
847
- links: {
848
- title: string;
849
- url: string;
850
- }[];
851
- functionParameter: {
852
- numerator: {
853
- name: string;
854
- detail: string;
855
- };
856
- denominator: {
857
- name: string;
858
- detail: string;
859
- };
860
- };
861
- };
862
- RADIANS: {
863
- description: string;
864
- abstract: string;
865
- links: {
866
- title: string;
867
- url: string;
868
- }[];
869
- functionParameter: {
870
- angle: {
871
- name: string;
872
- detail: string;
873
- };
874
- };
875
- };
876
- RAND: {
877
- description: string;
878
- abstract: string;
879
- links: {
880
- title: string;
881
- url: string;
882
- }[];
883
- functionParameter: {};
884
- };
885
- RANDARRAY: {
886
- description: string;
887
- abstract: string;
888
- links: {
889
- title: string;
890
- url: string;
891
- }[];
892
- functionParameter: {
893
- rows: {
894
- name: string;
895
- detail: string;
896
- };
897
- columns: {
898
- name: string;
899
- detail: string;
900
- };
901
- min: {
902
- name: string;
903
- detail: string;
904
- };
905
- max: {
906
- name: string;
907
- detail: string;
908
- };
909
- wholeNumber: {
910
- name: string;
911
- detail: string;
912
- };
913
- };
914
- };
915
- RANDBETWEEN: {
916
- description: string;
917
- abstract: string;
918
- links: {
919
- title: string;
920
- url: string;
921
- }[];
922
- functionParameter: {
923
- bottom: {
924
- name: string;
925
- detail: string;
926
- };
927
- top: {
928
- name: string;
929
- detail: string;
930
- };
931
- };
932
- };
933
- ROMAN: {
934
- description: string;
935
- abstract: string;
936
- links: {
937
- title: string;
938
- url: string;
939
- }[];
940
- functionParameter: {
941
- number: {
942
- name: string;
943
- detail: string;
944
- };
945
- form: {
946
- name: string;
947
- detail: string;
948
- };
949
- };
950
- };
951
- ROUND: {
952
- description: string;
953
- abstract: string;
954
- links: {
955
- title: string;
956
- url: string;
957
- }[];
958
- functionParameter: {
959
- number: {
960
- name: string;
961
- detail: string;
962
- };
963
- numDigits: {
964
- name: string;
965
- detail: string;
966
- };
967
- };
968
- };
969
- ROUNDBANK: {
970
- description: string;
971
- abstract: string;
972
- links: {
973
- title: string;
974
- url: string;
975
- }[];
976
- functionParameter: {
977
- number: {
978
- name: string;
979
- detail: string;
980
- };
981
- numDigits: {
982
- name: string;
983
- detail: string;
984
- };
985
- };
986
- };
987
- ROUNDDOWN: {
988
- description: string;
989
- abstract: string;
990
- links: {
991
- title: string;
992
- url: string;
993
- }[];
994
- functionParameter: {
995
- number: {
996
- name: string;
997
- detail: string;
998
- };
999
- numDigits: {
1000
- name: string;
1001
- detail: string;
1002
- };
1003
- };
1004
- };
1005
- ROUNDUP: {
1006
- description: string;
1007
- abstract: string;
1008
- links: {
1009
- title: string;
1010
- url: string;
1011
- }[];
1012
- functionParameter: {
1013
- number: {
1014
- name: string;
1015
- detail: string;
1016
- };
1017
- numDigits: {
1018
- name: string;
1019
- detail: string;
1020
- };
1021
- };
1022
- };
1023
- SEC: {
1024
- description: string;
1025
- abstract: string;
1026
- links: {
1027
- title: string;
1028
- url: string;
1029
- }[];
1030
- functionParameter: {
1031
- number: {
1032
- name: string;
1033
- detail: string;
1034
- };
1035
- };
1036
- };
1037
- SECH: {
1038
- description: string;
1039
- abstract: string;
1040
- links: {
1041
- title: string;
1042
- url: string;
1043
- }[];
1044
- functionParameter: {
1045
- number: {
1046
- name: string;
1047
- detail: string;
1048
- };
1049
- };
1050
- };
1051
- SERIESSUM: {
1052
- description: string;
1053
- abstract: string;
1054
- links: {
1055
- title: string;
1056
- url: string;
1057
- }[];
1058
- functionParameter: {
1059
- x: {
1060
- name: string;
1061
- detail: string;
1062
- };
1063
- n: {
1064
- name: string;
1065
- detail: string;
1066
- };
1067
- m: {
1068
- name: string;
1069
- detail: string;
1070
- };
1071
- coefficients: {
1072
- name: string;
1073
- detail: string;
1074
- };
1075
- };
1076
- };
1077
- SEQUENCE: {
1078
- description: string;
1079
- abstract: string;
1080
- links: {
1081
- title: string;
1082
- url: string;
1083
- }[];
1084
- functionParameter: {
1085
- rows: {
1086
- name: string;
1087
- detail: string;
1088
- };
1089
- columns: {
1090
- name: string;
1091
- detail: string;
1092
- };
1093
- start: {
1094
- name: string;
1095
- detail: string;
1096
- };
1097
- step: {
1098
- name: string;
1099
- detail: string;
1100
- };
1101
- };
1102
- };
1103
- SIGN: {
1104
- description: string;
1105
- abstract: string;
1106
- links: {
1107
- title: string;
1108
- url: string;
1109
- }[];
1110
- functionParameter: {
1111
- number: {
1112
- name: string;
1113
- detail: string;
1114
- };
1115
- };
1116
- };
1117
- SIN: {
1118
- description: string;
1119
- abstract: string;
1120
- links: {
1121
- title: string;
1122
- url: string;
1123
- }[];
1124
- functionParameter: {
1125
- number: {
1126
- name: string;
1127
- detail: string;
1128
- };
1129
- };
1130
- };
1131
- SINH: {
1132
- description: string;
1133
- abstract: string;
1134
- links: {
1135
- title: string;
1136
- url: string;
1137
- }[];
1138
- functionParameter: {
1139
- number: {
1140
- name: string;
1141
- detail: string;
1142
- };
1143
- };
1144
- };
1145
- SQRT: {
1146
- description: string;
1147
- abstract: string;
1148
- links: {
1149
- title: string;
1150
- url: string;
1151
- }[];
1152
- functionParameter: {
1153
- number: {
1154
- name: string;
1155
- detail: string;
1156
- };
1157
- };
1158
- };
1159
- SQRTPI: {
1160
- description: string;
1161
- abstract: string;
1162
- links: {
1163
- title: string;
1164
- url: string;
1165
- }[];
1166
- functionParameter: {
1167
- number: {
1168
- name: string;
1169
- detail: string;
1170
- };
1171
- };
1172
- };
1173
- SUBTOTAL: {
1174
- description: string;
1175
- abstract: string;
1176
- links: {
1177
- title: string;
1178
- url: string;
1179
- }[];
1180
- functionParameter: {
1181
- functionNum: {
1182
- name: string;
1183
- detail: string;
1184
- };
1185
- ref1: {
1186
- name: string;
1187
- detail: string;
1188
- };
1189
- ref2: {
1190
- name: string;
1191
- detail: string;
1192
- };
1193
- };
1194
- };
1195
- SUM: {
1196
- description: string;
1197
- abstract: string;
1198
- links: {
1199
- title: string;
1200
- url: string;
1201
- }[];
1202
- functionParameter: {
1203
- number1: {
1204
- name: string;
1205
- detail: string;
1206
- };
1207
- number2: {
1208
- name: string;
1209
- detail: string;
1210
- };
1211
- };
1212
- };
1213
- SUMIF: {
1214
- description: string;
1215
- abstract: string;
1216
- links: {
1217
- title: string;
1218
- url: string;
1219
- }[];
1220
- functionParameter: {
1221
- range: {
1222
- name: string;
1223
- detail: string;
1224
- };
1225
- criteria: {
1226
- name: string;
1227
- detail: string;
1228
- };
1229
- sumRange: {
1230
- name: string;
1231
- detail: string;
1232
- };
1233
- };
1234
- };
1235
- SUMIFS: {
1236
- description: string;
1237
- abstract: string;
1238
- links: {
1239
- title: string;
1240
- url: string;
1241
- }[];
1242
- functionParameter: {
1243
- sumRange: {
1244
- name: string;
1245
- detail: string;
1246
- };
1247
- criteriaRange1: {
1248
- name: string;
1249
- detail: string;
1250
- };
1251
- criteria1: {
1252
- name: string;
1253
- detail: string;
1254
- };
1255
- criteriaRange2: {
1256
- name: string;
1257
- detail: string;
1258
- };
1259
- criteria2: {
1260
- name: string;
1261
- detail: string;
1262
- };
1263
- };
1264
- };
1265
- SUMPRODUCT: {
1266
- description: string;
1267
- abstract: string;
1268
- links: {
1269
- title: string;
1270
- url: string;
1271
- }[];
1272
- functionParameter: {
1273
- array1: {
1274
- name: string;
1275
- detail: string;
1276
- };
1277
- array2: {
1278
- name: string;
1279
- detail: string;
1280
- };
1281
- };
1282
- };
1283
- SUMSQ: {
1284
- description: string;
1285
- abstract: string;
1286
- links: {
1287
- title: string;
1288
- url: string;
1289
- }[];
1290
- functionParameter: {
1291
- number1: {
1292
- name: string;
1293
- detail: string;
1294
- };
1295
- number2: {
1296
- name: string;
1297
- detail: string;
1298
- };
1299
- };
1300
- };
1301
- SUMX2MY2: {
1302
- description: string;
1303
- abstract: string;
1304
- links: {
1305
- title: string;
1306
- url: string;
1307
- }[];
1308
- functionParameter: {
1309
- arrayX: {
1310
- name: string;
1311
- detail: string;
1312
- };
1313
- arrayY: {
1314
- name: string;
1315
- detail: string;
1316
- };
1317
- };
1318
- };
1319
- SUMX2PY2: {
1320
- description: string;
1321
- abstract: string;
1322
- links: {
1323
- title: string;
1324
- url: string;
1325
- }[];
1326
- functionParameter: {
1327
- arrayX: {
1328
- name: string;
1329
- detail: string;
1330
- };
1331
- arrayY: {
1332
- name: string;
1333
- detail: string;
1334
- };
1335
- };
1336
- };
1337
- SUMXMY2: {
1338
- description: string;
1339
- abstract: string;
1340
- links: {
1341
- title: string;
1342
- url: string;
1343
- }[];
1344
- functionParameter: {
1345
- arrayX: {
1346
- name: string;
1347
- detail: string;
1348
- };
1349
- arrayY: {
1350
- name: string;
1351
- detail: string;
1352
- };
1353
- };
1354
- };
1355
- TAN: {
1356
- description: string;
1357
- abstract: string;
1358
- links: {
1359
- title: string;
1360
- url: string;
1361
- }[];
1362
- functionParameter: {
1363
- number: {
1364
- name: string;
1365
- detail: string;
1366
- };
1367
- };
1368
- };
1369
- TANH: {
1370
- description: string;
1371
- abstract: string;
1372
- links: {
1373
- title: string;
1374
- url: string;
1375
- }[];
1376
- functionParameter: {
1377
- number: {
1378
- name: string;
1379
- detail: string;
1380
- };
1381
- };
1382
- };
1383
- TRUNC: {
1384
- description: string;
1385
- abstract: string;
1386
- links: {
1387
- title: string;
1388
- url: string;
1389
- }[];
1390
- functionParameter: {
1391
- number: {
1392
- name: string;
1393
- detail: string;
1394
- };
1395
- numDigits: {
1396
- name: string;
1397
- detail: string;
1398
- };
1399
- };
1400
- };
1401
- };
1402
- export default _default;
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;