@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,754 +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
- HLOOKUP: {
240
- description: string;
241
- abstract: string;
242
- links: {
243
- title: string;
244
- url: string;
245
- }[];
246
- functionParameter: {
247
- lookupValue: {
248
- name: string;
249
- detail: string;
250
- };
251
- tableArray: {
252
- name: string;
253
- detail: string;
254
- };
255
- rowIndexNum: {
256
- name: string;
257
- detail: string;
258
- };
259
- rangeLookup: {
260
- name: string;
261
- detail: string;
262
- };
263
- };
264
- };
265
- HSTACK: {
266
- description: string;
267
- abstract: string;
268
- links: {
269
- title: string;
270
- url: string;
271
- }[];
272
- functionParameter: {
273
- array1: {
274
- name: string;
275
- detail: string;
276
- };
277
- array2: {
278
- name: string;
279
- detail: string;
280
- };
281
- };
282
- };
283
- HYPERLINK: {
284
- description: string;
285
- abstract: string;
286
- links: {
287
- title: string;
288
- url: string;
289
- }[];
290
- functionParameter: {
291
- url: {
292
- name: string;
293
- detail: string;
294
- };
295
- linkLabel: {
296
- name: string;
297
- detail: string;
298
- };
299
- };
300
- };
301
- INDEX: {
302
- description: string;
303
- abstract: string;
304
- links: {
305
- title: string;
306
- url: string;
307
- }[];
308
- functionParameter: {
309
- reference: {
310
- name: string;
311
- detail: string;
312
- };
313
- rowNum: {
314
- name: string;
315
- detail: string;
316
- };
317
- columnNum: {
318
- name: string;
319
- detail: string;
320
- };
321
- areaNum: {
322
- name: string;
323
- detail: string;
324
- };
325
- };
326
- };
327
- INDIRECT: {
328
- description: string;
329
- abstract: string;
330
- links: {
331
- title: string;
332
- url: string;
333
- }[];
334
- functionParameter: {
335
- refText: {
336
- name: string;
337
- detail: string;
338
- };
339
- a1: {
340
- name: string;
341
- detail: string;
342
- };
343
- };
344
- };
345
- LOOKUP: {
346
- description: string;
347
- abstract: string;
348
- links: {
349
- title: string;
350
- url: string;
351
- }[];
352
- functionParameter: {
353
- lookupValue: {
354
- name: string;
355
- detail: string;
356
- };
357
- lookupVectorOrArray: {
358
- name: string;
359
- detail: string;
360
- };
361
- resultVector: {
362
- name: string;
363
- detail: string;
364
- };
365
- };
366
- };
367
- MATCH: {
368
- description: string;
369
- abstract: string;
370
- links: {
371
- title: string;
372
- url: string;
373
- }[];
374
- functionParameter: {
375
- lookupValue: {
376
- name: string;
377
- detail: string;
378
- };
379
- lookupArray: {
380
- name: string;
381
- detail: string;
382
- };
383
- matchType: {
384
- name: string;
385
- detail: string;
386
- };
387
- };
388
- };
389
- OFFSET: {
390
- description: string;
391
- abstract: string;
392
- links: {
393
- title: string;
394
- url: string;
395
- }[];
396
- functionParameter: {
397
- reference: {
398
- name: string;
399
- detail: string;
400
- };
401
- rows: {
402
- name: string;
403
- detail: string;
404
- };
405
- cols: {
406
- name: string;
407
- detail: string;
408
- };
409
- height: {
410
- name: string;
411
- detail: string;
412
- };
413
- width: {
414
- name: string;
415
- detail: string;
416
- };
417
- };
418
- };
419
- ROW: {
420
- description: string;
421
- abstract: string;
422
- links: {
423
- title: string;
424
- url: string;
425
- }[];
426
- functionParameter: {
427
- reference: {
428
- name: string;
429
- detail: string;
430
- };
431
- };
432
- };
433
- ROWS: {
434
- description: string;
435
- abstract: string;
436
- links: {
437
- title: string;
438
- url: string;
439
- }[];
440
- functionParameter: {
441
- array: {
442
- name: string;
443
- detail: string;
444
- };
445
- };
446
- };
447
- SORT: {
448
- description: string;
449
- abstract: string;
450
- links: {
451
- title: string;
452
- url: string;
453
- }[];
454
- functionParameter: {
455
- array: {
456
- name: string;
457
- detail: string;
458
- };
459
- sortIndex: {
460
- name: string;
461
- detail: string;
462
- };
463
- sortOrder: {
464
- name: string;
465
- detail: string;
466
- };
467
- byCol: {
468
- name: string;
469
- detail: string;
470
- };
471
- };
472
- };
473
- SORTBY: {
474
- description: string;
475
- abstract: string;
476
- links: {
477
- title: string;
478
- url: string;
479
- }[];
480
- functionParameter: {
481
- array: {
482
- name: string;
483
- detail: string;
484
- };
485
- byArray1: {
486
- name: string;
487
- detail: string;
488
- };
489
- sortOrder1: {
490
- name: string;
491
- detail: string;
492
- };
493
- byArray2: {
494
- name: string;
495
- detail: string;
496
- };
497
- sortOrder2: {
498
- name: string;
499
- detail: string;
500
- };
501
- };
502
- };
503
- TAKE: {
504
- description: string;
505
- abstract: string;
506
- links: {
507
- title: string;
508
- url: string;
509
- }[];
510
- functionParameter: {
511
- array: {
512
- name: string;
513
- detail: string;
514
- };
515
- rows: {
516
- name: string;
517
- detail: string;
518
- };
519
- columns: {
520
- name: string;
521
- detail: string;
522
- };
523
- };
524
- };
525
- TOCOL: {
526
- description: string;
527
- abstract: string;
528
- links: {
529
- title: string;
530
- url: string;
531
- }[];
532
- functionParameter: {
533
- array: {
534
- name: string;
535
- detail: string;
536
- };
537
- ignore: {
538
- name: string;
539
- detail: string;
540
- };
541
- scanByColumn: {
542
- name: string;
543
- detail: string;
544
- };
545
- };
546
- };
547
- TOROW: {
548
- description: string;
549
- abstract: string;
550
- links: {
551
- title: string;
552
- url: string;
553
- }[];
554
- functionParameter: {
555
- array: {
556
- name: string;
557
- detail: string;
558
- };
559
- ignore: {
560
- name: string;
561
- detail: string;
562
- };
563
- scanByColumn: {
564
- name: string;
565
- detail: string;
566
- };
567
- };
568
- };
569
- TRANSPOSE: {
570
- description: string;
571
- abstract: string;
572
- links: {
573
- title: string;
574
- url: string;
575
- }[];
576
- functionParameter: {
577
- array: {
578
- name: string;
579
- detail: string;
580
- };
581
- };
582
- };
583
- UNIQUE: {
584
- description: string;
585
- abstract: string;
586
- links: {
587
- title: string;
588
- url: string;
589
- }[];
590
- functionParameter: {
591
- array: {
592
- name: string;
593
- detail: string;
594
- };
595
- byCol: {
596
- name: string;
597
- detail: string;
598
- };
599
- exactlyOnce: {
600
- name: string;
601
- detail: string;
602
- };
603
- };
604
- };
605
- VLOOKUP: {
606
- description: string;
607
- abstract: string;
608
- links: {
609
- title: string;
610
- url: string;
611
- }[];
612
- functionParameter: {
613
- lookupValue: {
614
- name: string;
615
- detail: string;
616
- };
617
- tableArray: {
618
- name: string;
619
- detail: string;
620
- };
621
- colIndexNum: {
622
- name: string;
623
- detail: string;
624
- };
625
- rangeLookup: {
626
- name: string;
627
- detail: string;
628
- };
629
- };
630
- };
631
- VSTACK: {
632
- description: string;
633
- abstract: string;
634
- links: {
635
- title: string;
636
- url: string;
637
- }[];
638
- functionParameter: {
639
- array1: {
640
- name: string;
641
- detail: string;
642
- };
643
- array2: {
644
- name: string;
645
- detail: string;
646
- };
647
- };
648
- };
649
- WRAPCOLS: {
650
- description: string;
651
- abstract: string;
652
- links: {
653
- title: string;
654
- url: string;
655
- }[];
656
- functionParameter: {
657
- vector: {
658
- name: string;
659
- detail: string;
660
- };
661
- wrapCount: {
662
- name: string;
663
- detail: string;
664
- };
665
- padWith: {
666
- name: string;
667
- detail: string;
668
- };
669
- };
670
- };
671
- WRAPROWS: {
672
- description: string;
673
- abstract: string;
674
- links: {
675
- title: string;
676
- url: string;
677
- }[];
678
- functionParameter: {
679
- vector: {
680
- name: string;
681
- detail: string;
682
- };
683
- wrapCount: {
684
- name: string;
685
- detail: string;
686
- };
687
- padWith: {
688
- name: string;
689
- detail: string;
690
- };
691
- };
692
- };
693
- XLOOKUP: {
694
- description: string;
695
- abstract: string;
696
- links: {
697
- title: string;
698
- url: string;
699
- }[];
700
- functionParameter: {
701
- lookupValue: {
702
- name: string;
703
- detail: string;
704
- };
705
- lookupArray: {
706
- name: string;
707
- detail: string;
708
- };
709
- returnArray: {
710
- name: string;
711
- detail: string;
712
- };
713
- ifNotFound: {
714
- name: string;
715
- detail: string;
716
- };
717
- matchMode: {
718
- name: string;
719
- detail: string;
720
- };
721
- searchMode: {
722
- name: string;
723
- detail: string;
724
- };
725
- };
726
- };
727
- XMATCH: {
728
- description: string;
729
- abstract: string;
730
- links: {
731
- title: string;
732
- url: string;
733
- }[];
734
- functionParameter: {
735
- lookupValue: {
736
- name: string;
737
- detail: string;
738
- };
739
- lookupArray: {
740
- name: string;
741
- detail: string;
742
- };
743
- matchMode: {
744
- name: string;
745
- detail: string;
746
- };
747
- searchMode: {
748
- name: string;
749
- detail: string;
750
- };
751
- };
752
- };
753
- };
754
- export default _default;
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;