@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,940 +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
- BESSELI: {
18
- description: string;
19
- abstract: string;
20
- links: {
21
- title: string;
22
- url: string;
23
- }[];
24
- functionParameter: {
25
- x: {
26
- name: string;
27
- detail: string;
28
- };
29
- n: {
30
- name: string;
31
- detail: string;
32
- };
33
- };
34
- };
35
- BESSELJ: {
36
- description: string;
37
- abstract: string;
38
- links: {
39
- title: string;
40
- url: string;
41
- }[];
42
- functionParameter: {
43
- x: {
44
- name: string;
45
- detail: string;
46
- };
47
- n: {
48
- name: string;
49
- detail: string;
50
- };
51
- };
52
- };
53
- BESSELK: {
54
- description: string;
55
- abstract: string;
56
- links: {
57
- title: string;
58
- url: string;
59
- }[];
60
- functionParameter: {
61
- x: {
62
- name: string;
63
- detail: string;
64
- };
65
- n: {
66
- name: string;
67
- detail: string;
68
- };
69
- };
70
- };
71
- BESSELY: {
72
- description: string;
73
- abstract: string;
74
- links: {
75
- title: string;
76
- url: string;
77
- }[];
78
- functionParameter: {
79
- x: {
80
- name: string;
81
- detail: string;
82
- };
83
- n: {
84
- name: string;
85
- detail: string;
86
- };
87
- };
88
- };
89
- BIN2DEC: {
90
- description: string;
91
- abstract: string;
92
- links: {
93
- title: string;
94
- url: string;
95
- }[];
96
- functionParameter: {
97
- number: {
98
- name: string;
99
- detail: string;
100
- };
101
- };
102
- };
103
- BIN2HEX: {
104
- description: string;
105
- abstract: string;
106
- links: {
107
- title: string;
108
- url: string;
109
- }[];
110
- functionParameter: {
111
- number: {
112
- name: string;
113
- detail: string;
114
- };
115
- places: {
116
- name: string;
117
- detail: string;
118
- };
119
- };
120
- };
121
- BIN2OCT: {
122
- description: string;
123
- abstract: string;
124
- links: {
125
- title: string;
126
- url: string;
127
- }[];
128
- functionParameter: {
129
- number: {
130
- name: string;
131
- detail: string;
132
- };
133
- places: {
134
- name: string;
135
- detail: string;
136
- };
137
- };
138
- };
139
- BITAND: {
140
- description: string;
141
- abstract: string;
142
- links: {
143
- title: string;
144
- url: string;
145
- }[];
146
- functionParameter: {
147
- number1: {
148
- name: string;
149
- detail: string;
150
- };
151
- number2: {
152
- name: string;
153
- detail: string;
154
- };
155
- };
156
- };
157
- BITLSHIFT: {
158
- description: string;
159
- abstract: string;
160
- links: {
161
- title: string;
162
- url: string;
163
- }[];
164
- functionParameter: {
165
- number: {
166
- name: string;
167
- detail: string;
168
- };
169
- shiftAmount: {
170
- name: string;
171
- detail: string;
172
- };
173
- };
174
- };
175
- BITOR: {
176
- description: string;
177
- abstract: string;
178
- links: {
179
- title: string;
180
- url: string;
181
- }[];
182
- functionParameter: {
183
- number1: {
184
- name: string;
185
- detail: string;
186
- };
187
- number2: {
188
- name: string;
189
- detail: string;
190
- };
191
- };
192
- };
193
- BITRSHIFT: {
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
- shiftAmount: {
206
- name: string;
207
- detail: string;
208
- };
209
- };
210
- };
211
- BITXOR: {
212
- description: string;
213
- abstract: string;
214
- links: {
215
- title: string;
216
- url: string;
217
- }[];
218
- functionParameter: {
219
- number1: {
220
- name: string;
221
- detail: string;
222
- };
223
- number2: {
224
- name: string;
225
- detail: string;
226
- };
227
- };
228
- };
229
- COMPLEX: {
230
- description: string;
231
- abstract: string;
232
- links: {
233
- title: string;
234
- url: string;
235
- }[];
236
- functionParameter: {
237
- realNum: {
238
- name: string;
239
- detail: string;
240
- };
241
- iNum: {
242
- name: string;
243
- detail: string;
244
- };
245
- suffix: {
246
- name: string;
247
- detail: string;
248
- };
249
- };
250
- };
251
- CONVERT: {
252
- description: string;
253
- abstract: string;
254
- links: {
255
- title: string;
256
- url: string;
257
- }[];
258
- functionParameter: {
259
- number: {
260
- name: string;
261
- detail: string;
262
- };
263
- fromUnit: {
264
- name: string;
265
- detail: string;
266
- };
267
- toUnit: {
268
- name: string;
269
- detail: string;
270
- };
271
- };
272
- };
273
- DEC2BIN: {
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
- places: {
286
- name: string;
287
- detail: string;
288
- };
289
- };
290
- };
291
- DEC2HEX: {
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
- places: {
304
- name: string;
305
- detail: string;
306
- };
307
- };
308
- };
309
- DEC2OCT: {
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
- places: {
322
- name: string;
323
- detail: string;
324
- };
325
- };
326
- };
327
- DELTA: {
328
- description: string;
329
- abstract: string;
330
- links: {
331
- title: string;
332
- url: string;
333
- }[];
334
- functionParameter: {
335
- number1: {
336
- name: string;
337
- detail: string;
338
- };
339
- number2: {
340
- name: string;
341
- detail: string;
342
- };
343
- };
344
- };
345
- ERF: {
346
- description: string;
347
- abstract: string;
348
- links: {
349
- title: string;
350
- url: string;
351
- }[];
352
- functionParameter: {
353
- lowerLimit: {
354
- name: string;
355
- detail: string;
356
- };
357
- upperLimit: {
358
- name: string;
359
- detail: string;
360
- };
361
- };
362
- };
363
- ERF_PRECISE: {
364
- description: string;
365
- abstract: string;
366
- links: {
367
- title: string;
368
- url: string;
369
- }[];
370
- functionParameter: {
371
- x: {
372
- name: string;
373
- detail: string;
374
- };
375
- };
376
- };
377
- ERFC: {
378
- description: string;
379
- abstract: string;
380
- links: {
381
- title: string;
382
- url: string;
383
- }[];
384
- functionParameter: {
385
- x: {
386
- name: string;
387
- detail: string;
388
- };
389
- };
390
- };
391
- ERFC_PRECISE: {
392
- description: string;
393
- abstract: string;
394
- links: {
395
- title: string;
396
- url: string;
397
- }[];
398
- functionParameter: {
399
- x: {
400
- name: string;
401
- detail: string;
402
- };
403
- };
404
- };
405
- GESTEP: {
406
- description: string;
407
- abstract: string;
408
- links: {
409
- title: string;
410
- url: string;
411
- }[];
412
- functionParameter: {
413
- number: {
414
- name: string;
415
- detail: string;
416
- };
417
- step: {
418
- name: string;
419
- detail: string;
420
- };
421
- };
422
- };
423
- HEX2BIN: {
424
- description: string;
425
- abstract: string;
426
- links: {
427
- title: string;
428
- url: string;
429
- }[];
430
- functionParameter: {
431
- number: {
432
- name: string;
433
- detail: string;
434
- };
435
- places: {
436
- name: string;
437
- detail: string;
438
- };
439
- };
440
- };
441
- HEX2DEC: {
442
- description: string;
443
- abstract: string;
444
- links: {
445
- title: string;
446
- url: string;
447
- }[];
448
- functionParameter: {
449
- number: {
450
- name: string;
451
- detail: string;
452
- };
453
- };
454
- };
455
- HEX2OCT: {
456
- description: string;
457
- abstract: string;
458
- links: {
459
- title: string;
460
- url: string;
461
- }[];
462
- functionParameter: {
463
- number: {
464
- name: string;
465
- detail: string;
466
- };
467
- places: {
468
- name: string;
469
- detail: string;
470
- };
471
- };
472
- };
473
- IMABS: {
474
- description: string;
475
- abstract: string;
476
- links: {
477
- title: string;
478
- url: string;
479
- }[];
480
- functionParameter: {
481
- inumber: {
482
- name: string;
483
- detail: string;
484
- };
485
- };
486
- };
487
- IMAGINARY: {
488
- description: string;
489
- abstract: string;
490
- links: {
491
- title: string;
492
- url: string;
493
- }[];
494
- functionParameter: {
495
- inumber: {
496
- name: string;
497
- detail: string;
498
- };
499
- };
500
- };
501
- IMARGUMENT: {
502
- description: string;
503
- abstract: string;
504
- links: {
505
- title: string;
506
- url: string;
507
- }[];
508
- functionParameter: {
509
- inumber: {
510
- name: string;
511
- detail: string;
512
- };
513
- };
514
- };
515
- IMCONJUGATE: {
516
- description: string;
517
- abstract: string;
518
- links: {
519
- title: string;
520
- url: string;
521
- }[];
522
- functionParameter: {
523
- inumber: {
524
- name: string;
525
- detail: string;
526
- };
527
- };
528
- };
529
- IMCOS: {
530
- description: string;
531
- abstract: string;
532
- links: {
533
- title: string;
534
- url: string;
535
- }[];
536
- functionParameter: {
537
- inumber: {
538
- name: string;
539
- detail: string;
540
- };
541
- };
542
- };
543
- IMCOSH: {
544
- description: string;
545
- abstract: string;
546
- links: {
547
- title: string;
548
- url: string;
549
- }[];
550
- functionParameter: {
551
- inumber: {
552
- name: string;
553
- detail: string;
554
- };
555
- };
556
- };
557
- IMCOT: {
558
- description: string;
559
- abstract: string;
560
- links: {
561
- title: string;
562
- url: string;
563
- }[];
564
- functionParameter: {
565
- inumber: {
566
- name: string;
567
- detail: string;
568
- };
569
- };
570
- };
571
- IMCOTH: {
572
- description: string;
573
- abstract: string;
574
- links: {
575
- title: string;
576
- url: string;
577
- }[];
578
- functionParameter: {
579
- inumber: {
580
- name: string;
581
- detail: string;
582
- };
583
- };
584
- };
585
- IMCSC: {
586
- description: string;
587
- abstract: string;
588
- links: {
589
- title: string;
590
- url: string;
591
- }[];
592
- functionParameter: {
593
- inumber: {
594
- name: string;
595
- detail: string;
596
- };
597
- };
598
- };
599
- IMCSCH: {
600
- description: string;
601
- abstract: string;
602
- links: {
603
- title: string;
604
- url: string;
605
- }[];
606
- functionParameter: {
607
- inumber: {
608
- name: string;
609
- detail: string;
610
- };
611
- };
612
- };
613
- IMDIV: {
614
- description: string;
615
- abstract: string;
616
- links: {
617
- title: string;
618
- url: string;
619
- }[];
620
- functionParameter: {
621
- inumber1: {
622
- name: string;
623
- detail: string;
624
- };
625
- inumber2: {
626
- name: string;
627
- detail: string;
628
- };
629
- };
630
- };
631
- IMEXP: {
632
- description: string;
633
- abstract: string;
634
- links: {
635
- title: string;
636
- url: string;
637
- }[];
638
- functionParameter: {
639
- inumber: {
640
- name: string;
641
- detail: string;
642
- };
643
- };
644
- };
645
- IMLN: {
646
- description: string;
647
- abstract: string;
648
- links: {
649
- title: string;
650
- url: string;
651
- }[];
652
- functionParameter: {
653
- inumber: {
654
- name: string;
655
- detail: string;
656
- };
657
- };
658
- };
659
- IMLOG: {
660
- description: string;
661
- abstract: string;
662
- links: {
663
- title: string;
664
- url: string;
665
- }[];
666
- functionParameter: {
667
- inumber: {
668
- name: string;
669
- detail: string;
670
- };
671
- base: {
672
- name: string;
673
- detail: string;
674
- };
675
- };
676
- };
677
- IMLOG10: {
678
- description: string;
679
- abstract: string;
680
- links: {
681
- title: string;
682
- url: string;
683
- }[];
684
- functionParameter: {
685
- inumber: {
686
- name: string;
687
- detail: string;
688
- };
689
- };
690
- };
691
- IMLOG2: {
692
- description: string;
693
- abstract: string;
694
- links: {
695
- title: string;
696
- url: string;
697
- }[];
698
- functionParameter: {
699
- inumber: {
700
- name: string;
701
- detail: string;
702
- };
703
- };
704
- };
705
- IMPOWER: {
706
- description: string;
707
- abstract: string;
708
- links: {
709
- title: string;
710
- url: string;
711
- }[];
712
- functionParameter: {
713
- inumber: {
714
- name: string;
715
- detail: string;
716
- };
717
- number: {
718
- name: string;
719
- detail: string;
720
- };
721
- };
722
- };
723
- IMPRODUCT: {
724
- description: string;
725
- abstract: string;
726
- links: {
727
- title: string;
728
- url: string;
729
- }[];
730
- functionParameter: {
731
- inumber1: {
732
- name: string;
733
- detail: string;
734
- };
735
- inumber2: {
736
- name: string;
737
- detail: string;
738
- };
739
- };
740
- };
741
- IMREAL: {
742
- description: string;
743
- abstract: string;
744
- links: {
745
- title: string;
746
- url: string;
747
- }[];
748
- functionParameter: {
749
- inumber: {
750
- name: string;
751
- detail: string;
752
- };
753
- };
754
- };
755
- IMSEC: {
756
- description: string;
757
- abstract: string;
758
- links: {
759
- title: string;
760
- url: string;
761
- }[];
762
- functionParameter: {
763
- inumber: {
764
- name: string;
765
- detail: string;
766
- };
767
- };
768
- };
769
- IMSECH: {
770
- description: string;
771
- abstract: string;
772
- links: {
773
- title: string;
774
- url: string;
775
- }[];
776
- functionParameter: {
777
- inumber: {
778
- name: string;
779
- detail: string;
780
- };
781
- };
782
- };
783
- IMSIN: {
784
- description: string;
785
- abstract: string;
786
- links: {
787
- title: string;
788
- url: string;
789
- }[];
790
- functionParameter: {
791
- inumber: {
792
- name: string;
793
- detail: string;
794
- };
795
- };
796
- };
797
- IMSINH: {
798
- description: string;
799
- abstract: string;
800
- links: {
801
- title: string;
802
- url: string;
803
- }[];
804
- functionParameter: {
805
- inumber: {
806
- name: string;
807
- detail: string;
808
- };
809
- };
810
- };
811
- IMSQRT: {
812
- description: string;
813
- abstract: string;
814
- links: {
815
- title: string;
816
- url: string;
817
- }[];
818
- functionParameter: {
819
- inumber: {
820
- name: string;
821
- detail: string;
822
- };
823
- };
824
- };
825
- IMSUB: {
826
- description: string;
827
- abstract: string;
828
- links: {
829
- title: string;
830
- url: string;
831
- }[];
832
- functionParameter: {
833
- inumber1: {
834
- name: string;
835
- detail: string;
836
- };
837
- inumber2: {
838
- name: string;
839
- detail: string;
840
- };
841
- };
842
- };
843
- IMSUM: {
844
- description: string;
845
- abstract: string;
846
- links: {
847
- title: string;
848
- url: string;
849
- }[];
850
- functionParameter: {
851
- inumber1: {
852
- name: string;
853
- detail: string;
854
- };
855
- inumber2: {
856
- name: string;
857
- detail: string;
858
- };
859
- };
860
- };
861
- IMTAN: {
862
- description: string;
863
- abstract: string;
864
- links: {
865
- title: string;
866
- url: string;
867
- }[];
868
- functionParameter: {
869
- inumber: {
870
- name: string;
871
- detail: string;
872
- };
873
- };
874
- };
875
- IMTANH: {
876
- description: string;
877
- abstract: string;
878
- links: {
879
- title: string;
880
- url: string;
881
- }[];
882
- functionParameter: {
883
- inumber: {
884
- name: string;
885
- detail: string;
886
- };
887
- };
888
- };
889
- OCT2BIN: {
890
- description: string;
891
- abstract: string;
892
- links: {
893
- title: string;
894
- url: string;
895
- }[];
896
- functionParameter: {
897
- number: {
898
- name: string;
899
- detail: string;
900
- };
901
- places: {
902
- name: string;
903
- detail: string;
904
- };
905
- };
906
- };
907
- OCT2DEC: {
908
- description: string;
909
- abstract: string;
910
- links: {
911
- title: string;
912
- url: string;
913
- }[];
914
- functionParameter: {
915
- number: {
916
- name: string;
917
- detail: string;
918
- };
919
- };
920
- };
921
- OCT2HEX: {
922
- description: string;
923
- abstract: string;
924
- links: {
925
- title: string;
926
- url: string;
927
- }[];
928
- functionParameter: {
929
- number: {
930
- name: string;
931
- detail: string;
932
- };
933
- places: {
934
- name: string;
935
- detail: string;
936
- };
937
- };
938
- };
939
- };
940
- export default _default;
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;