@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,808 +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
- ADDRESS: {
18
- description: string;
19
- abstract: string;
20
- links: {
21
- title: string;
22
- url: string;
23
- }[];
24
- functionParameter: {
25
- row_num: {
26
- name: string;
27
- detail: string;
28
- };
29
- column_num: {
30
- name: string;
31
- detail: string;
32
- };
33
- abs_num: {
34
- name: string;
35
- detail: string;
36
- };
37
- a1: {
38
- name: string;
39
- detail: string;
40
- };
41
- sheet_text: {
42
- name: string;
43
- detail: string;
44
- };
45
- };
46
- };
47
- AREAS: {
48
- description: string;
49
- abstract: string;
50
- links: {
51
- title: string;
52
- url: string;
53
- }[];
54
- functionParameter: {
55
- reference: {
56
- name: string;
57
- detail: string;
58
- };
59
- };
60
- };
61
- CHOOSE: {
62
- description: string;
63
- abstract: string;
64
- links: {
65
- title: string;
66
- url: string;
67
- }[];
68
- functionParameter: {
69
- indexNum: {
70
- name: string;
71
- detail: string;
72
- };
73
- value1: {
74
- name: string;
75
- detail: string;
76
- };
77
- value2: {
78
- name: string;
79
- detail: string;
80
- };
81
- };
82
- };
83
- CHOOSECOLS: {
84
- description: string;
85
- abstract: string;
86
- links: {
87
- title: string;
88
- url: string;
89
- }[];
90
- functionParameter: {
91
- array: {
92
- name: string;
93
- detail: string;
94
- };
95
- colNum1: {
96
- name: string;
97
- detail: string;
98
- };
99
- colNum2: {
100
- name: string;
101
- detail: string;
102
- };
103
- };
104
- };
105
- CHOOSEROWS: {
106
- description: string;
107
- abstract: string;
108
- links: {
109
- title: string;
110
- url: string;
111
- }[];
112
- functionParameter: {
113
- array: {
114
- name: string;
115
- detail: string;
116
- };
117
- rowNum1: {
118
- name: string;
119
- detail: string;
120
- };
121
- rowNum2: {
122
- name: string;
123
- detail: string;
124
- };
125
- };
126
- };
127
- COLUMN: {
128
- description: string;
129
- abstract: string;
130
- links: {
131
- title: string;
132
- url: string;
133
- }[];
134
- functionParameter: {
135
- reference: {
136
- name: string;
137
- detail: string;
138
- };
139
- };
140
- };
141
- COLUMNS: {
142
- description: string;
143
- abstract: string;
144
- links: {
145
- title: string;
146
- url: string;
147
- }[];
148
- functionParameter: {
149
- array: {
150
- name: string;
151
- detail: string;
152
- };
153
- };
154
- };
155
- DROP: {
156
- description: string;
157
- abstract: string;
158
- links: {
159
- title: string;
160
- url: string;
161
- }[];
162
- functionParameter: {
163
- array: {
164
- name: string;
165
- detail: string;
166
- };
167
- rows: {
168
- name: string;
169
- detail: string;
170
- };
171
- columns: {
172
- name: string;
173
- detail: string;
174
- };
175
- };
176
- };
177
- EXPAND: {
178
- description: string;
179
- abstract: string;
180
- links: {
181
- title: string;
182
- url: string;
183
- }[];
184
- functionParameter: {
185
- array: {
186
- name: string;
187
- detail: string;
188
- };
189
- rows: {
190
- name: string;
191
- detail: string;
192
- };
193
- columns: {
194
- name: string;
195
- detail: string;
196
- };
197
- padWith: {
198
- name: string;
199
- detail: string;
200
- };
201
- };
202
- };
203
- FILTER: {
204
- description: string;
205
- abstract: string;
206
- links: {
207
- title: string;
208
- url: string;
209
- }[];
210
- functionParameter: {
211
- array: {
212
- name: string;
213
- detail: string;
214
- };
215
- include: {
216
- name: string;
217
- detail: string;
218
- };
219
- ifEmpty: {
220
- name: string;
221
- detail: string;
222
- };
223
- };
224
- };
225
- FORMULATEXT: {
226
- description: string;
227
- abstract: string;
228
- links: {
229
- title: string;
230
- url: string;
231
- }[];
232
- functionParameter: {
233
- reference: {
234
- name: string;
235
- detail: string;
236
- };
237
- };
238
- };
239
- GETPIVOTDATA: {
240
- description: string;
241
- abstract: string;
242
- links: {
243
- title: string;
244
- url: string;
245
- }[];
246
- functionParameter: {
247
- number1: {
248
- name: string;
249
- detail: string;
250
- };
251
- number2: {
252
- name: string;
253
- detail: string;
254
- };
255
- };
256
- };
257
- HLOOKUP: {
258
- description: string;
259
- abstract: string;
260
- links: {
261
- title: string;
262
- url: string;
263
- }[];
264
- functionParameter: {
265
- lookupValue: {
266
- name: string;
267
- detail: string;
268
- };
269
- tableArray: {
270
- name: string;
271
- detail: string;
272
- };
273
- rowIndexNum: {
274
- name: string;
275
- detail: string;
276
- };
277
- rangeLookup: {
278
- name: string;
279
- detail: string;
280
- };
281
- };
282
- };
283
- HSTACK: {
284
- description: string;
285
- abstract: string;
286
- links: {
287
- title: string;
288
- url: string;
289
- }[];
290
- functionParameter: {
291
- array1: {
292
- name: string;
293
- detail: string;
294
- };
295
- array2: {
296
- name: string;
297
- detail: string;
298
- };
299
- };
300
- };
301
- HYPERLINK: {
302
- description: string;
303
- abstract: string;
304
- links: {
305
- title: string;
306
- url: string;
307
- }[];
308
- functionParameter: {
309
- url: {
310
- name: string;
311
- detail: string;
312
- };
313
- linkLabel: {
314
- name: string;
315
- detail: string;
316
- };
317
- };
318
- };
319
- IMAGE: {
320
- description: string;
321
- abstract: string;
322
- links: {
323
- title: string;
324
- url: string;
325
- }[];
326
- functionParameter: {
327
- number1: {
328
- name: string;
329
- detail: string;
330
- };
331
- number2: {
332
- name: string;
333
- detail: string;
334
- };
335
- };
336
- };
337
- INDEX: {
338
- description: string;
339
- abstract: string;
340
- links: {
341
- title: string;
342
- url: string;
343
- }[];
344
- functionParameter: {
345
- reference: {
346
- name: string;
347
- detail: string;
348
- };
349
- rowNum: {
350
- name: string;
351
- detail: string;
352
- };
353
- columnNum: {
354
- name: string;
355
- detail: string;
356
- };
357
- areaNum: {
358
- name: string;
359
- detail: string;
360
- };
361
- };
362
- };
363
- INDIRECT: {
364
- description: string;
365
- abstract: string;
366
- links: {
367
- title: string;
368
- url: string;
369
- }[];
370
- functionParameter: {
371
- refText: {
372
- name: string;
373
- detail: string;
374
- };
375
- a1: {
376
- name: string;
377
- detail: string;
378
- };
379
- };
380
- };
381
- LOOKUP: {
382
- description: string;
383
- abstract: string;
384
- links: {
385
- title: string;
386
- url: string;
387
- }[];
388
- functionParameter: {
389
- lookupValue: {
390
- name: string;
391
- detail: string;
392
- };
393
- lookupVectorOrArray: {
394
- name: string;
395
- detail: string;
396
- };
397
- resultVector: {
398
- name: string;
399
- detail: string;
400
- };
401
- };
402
- };
403
- MATCH: {
404
- description: string;
405
- abstract: string;
406
- links: {
407
- title: string;
408
- url: string;
409
- }[];
410
- functionParameter: {
411
- lookupValue: {
412
- name: string;
413
- detail: string;
414
- };
415
- lookupArray: {
416
- name: string;
417
- detail: string;
418
- };
419
- matchType: {
420
- name: string;
421
- detail: string;
422
- };
423
- };
424
- };
425
- OFFSET: {
426
- description: string;
427
- abstract: string;
428
- links: {
429
- title: string;
430
- url: string;
431
- }[];
432
- functionParameter: {
433
- reference: {
434
- name: string;
435
- detail: string;
436
- };
437
- rows: {
438
- name: string;
439
- detail: string;
440
- };
441
- cols: {
442
- name: string;
443
- detail: string;
444
- };
445
- height: {
446
- name: string;
447
- detail: string;
448
- };
449
- width: {
450
- name: string;
451
- detail: string;
452
- };
453
- };
454
- };
455
- ROW: {
456
- description: string;
457
- abstract: string;
458
- links: {
459
- title: string;
460
- url: string;
461
- }[];
462
- functionParameter: {
463
- reference: {
464
- name: string;
465
- detail: string;
466
- };
467
- };
468
- };
469
- ROWS: {
470
- description: string;
471
- abstract: string;
472
- links: {
473
- title: string;
474
- url: string;
475
- }[];
476
- functionParameter: {
477
- array: {
478
- name: string;
479
- detail: string;
480
- };
481
- };
482
- };
483
- RTD: {
484
- description: string;
485
- abstract: string;
486
- links: {
487
- title: string;
488
- url: string;
489
- }[];
490
- functionParameter: {
491
- number1: {
492
- name: string;
493
- detail: string;
494
- };
495
- number2: {
496
- name: string;
497
- detail: string;
498
- };
499
- };
500
- };
501
- SORT: {
502
- description: string;
503
- abstract: string;
504
- links: {
505
- title: string;
506
- url: string;
507
- }[];
508
- functionParameter: {
509
- array: {
510
- name: string;
511
- detail: string;
512
- };
513
- sortIndex: {
514
- name: string;
515
- detail: string;
516
- };
517
- sortOrder: {
518
- name: string;
519
- detail: string;
520
- };
521
- byCol: {
522
- name: string;
523
- detail: string;
524
- };
525
- };
526
- };
527
- SORTBY: {
528
- description: string;
529
- abstract: string;
530
- links: {
531
- title: string;
532
- url: string;
533
- }[];
534
- functionParameter: {
535
- array: {
536
- name: string;
537
- detail: string;
538
- };
539
- byArray1: {
540
- name: string;
541
- detail: string;
542
- };
543
- sortOrder1: {
544
- name: string;
545
- detail: string;
546
- };
547
- byArray2: {
548
- name: string;
549
- detail: string;
550
- };
551
- sortOrder2: {
552
- name: string;
553
- detail: string;
554
- };
555
- };
556
- };
557
- TAKE: {
558
- description: string;
559
- abstract: string;
560
- links: {
561
- title: string;
562
- url: string;
563
- }[];
564
- functionParameter: {
565
- array: {
566
- name: string;
567
- detail: string;
568
- };
569
- rows: {
570
- name: string;
571
- detail: string;
572
- };
573
- columns: {
574
- name: string;
575
- detail: string;
576
- };
577
- };
578
- };
579
- TOCOL: {
580
- description: string;
581
- abstract: string;
582
- links: {
583
- title: string;
584
- url: string;
585
- }[];
586
- functionParameter: {
587
- array: {
588
- name: string;
589
- detail: string;
590
- };
591
- ignore: {
592
- name: string;
593
- detail: string;
594
- };
595
- scanByColumn: {
596
- name: string;
597
- detail: string;
598
- };
599
- };
600
- };
601
- TOROW: {
602
- description: string;
603
- abstract: string;
604
- links: {
605
- title: string;
606
- url: string;
607
- }[];
608
- functionParameter: {
609
- array: {
610
- name: string;
611
- detail: string;
612
- };
613
- ignore: {
614
- name: string;
615
- detail: string;
616
- };
617
- scanByColumn: {
618
- name: string;
619
- detail: string;
620
- };
621
- };
622
- };
623
- TRANSPOSE: {
624
- description: string;
625
- abstract: string;
626
- links: {
627
- title: string;
628
- url: string;
629
- }[];
630
- functionParameter: {
631
- array: {
632
- name: string;
633
- detail: string;
634
- };
635
- };
636
- };
637
- UNIQUE: {
638
- description: string;
639
- abstract: string;
640
- links: {
641
- title: string;
642
- url: string;
643
- }[];
644
- functionParameter: {
645
- array: {
646
- name: string;
647
- detail: string;
648
- };
649
- byCol: {
650
- name: string;
651
- detail: string;
652
- };
653
- exactlyOnce: {
654
- name: string;
655
- detail: string;
656
- };
657
- };
658
- };
659
- VLOOKUP: {
660
- description: string;
661
- abstract: string;
662
- links: {
663
- title: string;
664
- url: string;
665
- }[];
666
- functionParameter: {
667
- lookupValue: {
668
- name: string;
669
- detail: string;
670
- };
671
- tableArray: {
672
- name: string;
673
- detail: string;
674
- };
675
- colIndexNum: {
676
- name: string;
677
- detail: string;
678
- };
679
- rangeLookup: {
680
- name: string;
681
- detail: string;
682
- };
683
- };
684
- };
685
- VSTACK: {
686
- description: string;
687
- abstract: string;
688
- links: {
689
- title: string;
690
- url: string;
691
- }[];
692
- functionParameter: {
693
- array1: {
694
- name: string;
695
- detail: string;
696
- };
697
- array2: {
698
- name: string;
699
- detail: string;
700
- };
701
- };
702
- };
703
- WRAPCOLS: {
704
- description: string;
705
- abstract: string;
706
- links: {
707
- title: string;
708
- url: string;
709
- }[];
710
- functionParameter: {
711
- vector: {
712
- name: string;
713
- detail: string;
714
- };
715
- wrapCount: {
716
- name: string;
717
- detail: string;
718
- };
719
- padWith: {
720
- name: string;
721
- detail: string;
722
- };
723
- };
724
- };
725
- WRAPROWS: {
726
- description: string;
727
- abstract: string;
728
- links: {
729
- title: string;
730
- url: string;
731
- }[];
732
- functionParameter: {
733
- vector: {
734
- name: string;
735
- detail: string;
736
- };
737
- wrapCount: {
738
- name: string;
739
- detail: string;
740
- };
741
- padWith: {
742
- name: string;
743
- detail: string;
744
- };
745
- };
746
- };
747
- XLOOKUP: {
748
- description: string;
749
- abstract: string;
750
- links: {
751
- title: string;
752
- url: string;
753
- }[];
754
- functionParameter: {
755
- lookupValue: {
756
- name: string;
757
- detail: string;
758
- };
759
- lookupArray: {
760
- name: string;
761
- detail: string;
762
- };
763
- returnArray: {
764
- name: string;
765
- detail: string;
766
- };
767
- ifNotFound: {
768
- name: string;
769
- detail: string;
770
- };
771
- matchMode: {
772
- name: string;
773
- detail: string;
774
- };
775
- searchMode: {
776
- name: string;
777
- detail: string;
778
- };
779
- };
780
- };
781
- XMATCH: {
782
- description: string;
783
- abstract: string;
784
- links: {
785
- title: string;
786
- url: string;
787
- }[];
788
- functionParameter: {
789
- lookupValue: {
790
- name: string;
791
- detail: string;
792
- };
793
- lookupArray: {
794
- name: string;
795
- detail: string;
796
- };
797
- matchMode: {
798
- name: string;
799
- detail: string;
800
- };
801
- searchMode: {
802
- name: string;
803
- detail: string;
804
- };
805
- };
806
- };
807
- };
808
- export default _default;
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;