@univerjs/sheets-formula-ui 0.24.0 → 0.25.0

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 (266) hide show
  1. package/lib/cjs/index.js +88 -60
  2. package/lib/cjs/locale/ar-SA.js +72 -0
  3. package/lib/cjs/locale/ca-ES.js +66 -10368
  4. package/lib/cjs/locale/de-DE.js +72 -0
  5. package/lib/cjs/locale/en-US.js +61 -10588
  6. package/lib/cjs/locale/es-ES.js +66 -10368
  7. package/lib/cjs/locale/fa-IR.js +66 -10878
  8. package/lib/cjs/locale/fr-FR.js +66 -10844
  9. package/lib/cjs/locale/id-ID.js +72 -0
  10. package/lib/cjs/locale/it-IT.js +72 -0
  11. package/lib/cjs/locale/ja-JP.js +66 -10367
  12. package/lib/cjs/locale/ko-KR.js +66 -10367
  13. package/lib/cjs/locale/pl-PL.js +72 -0
  14. package/lib/cjs/locale/pt-BR.js +72 -0
  15. package/lib/cjs/locale/ru-RU.js +66 -10401
  16. package/lib/cjs/locale/sk-SK.js +66 -10367
  17. package/lib/cjs/locale/vi-VN.js +66 -10368
  18. package/lib/cjs/locale/zh-CN.js +66 -10368
  19. package/lib/cjs/locale/zh-HK.js +72 -0
  20. package/lib/cjs/locale/zh-TW.js +66 -10368
  21. package/lib/es/index.js +89 -61
  22. package/lib/es/locale/ar-SA.js +71 -0
  23. package/lib/es/locale/ca-ES.js +66 -10368
  24. package/lib/es/locale/de-DE.js +71 -0
  25. package/lib/es/locale/en-US.js +61 -10588
  26. package/lib/es/locale/es-ES.js +66 -10368
  27. package/lib/es/locale/fa-IR.js +66 -10878
  28. package/lib/es/locale/fr-FR.js +66 -10844
  29. package/lib/es/locale/id-ID.js +71 -0
  30. package/lib/es/locale/it-IT.js +71 -0
  31. package/lib/es/locale/ja-JP.js +66 -10367
  32. package/lib/es/locale/ko-KR.js +66 -10367
  33. package/lib/es/locale/pl-PL.js +71 -0
  34. package/lib/es/locale/pt-BR.js +71 -0
  35. package/lib/es/locale/ru-RU.js +66 -10401
  36. package/lib/es/locale/sk-SK.js +66 -10367
  37. package/lib/es/locale/vi-VN.js +66 -10368
  38. package/lib/es/locale/zh-CN.js +66 -10368
  39. package/lib/es/locale/zh-HK.js +71 -0
  40. package/lib/es/locale/zh-TW.js +66 -10368
  41. package/lib/index.js +89 -61
  42. package/lib/locale/ar-SA.js +71 -0
  43. package/lib/locale/ca-ES.js +66 -10368
  44. package/lib/locale/de-DE.js +71 -0
  45. package/lib/locale/en-US.js +61 -10588
  46. package/lib/locale/es-ES.js +66 -10368
  47. package/lib/locale/fa-IR.js +66 -10878
  48. package/lib/locale/fr-FR.js +66 -10844
  49. package/lib/locale/id-ID.js +71 -0
  50. package/lib/locale/it-IT.js +71 -0
  51. package/lib/locale/ja-JP.js +66 -10367
  52. package/lib/locale/ko-KR.js +66 -10367
  53. package/lib/locale/pl-PL.js +71 -0
  54. package/lib/locale/pt-BR.js +71 -0
  55. package/lib/locale/ru-RU.js +66 -10401
  56. package/lib/locale/sk-SK.js +66 -10367
  57. package/lib/locale/vi-VN.js +66 -10368
  58. package/lib/locale/zh-CN.js +66 -10368
  59. package/lib/locale/zh-HK.js +71 -0
  60. package/lib/locale/zh-TW.js +66 -10368
  61. package/lib/types/facade/f-univer.d.ts +2 -1
  62. package/lib/types/locale/en-US.d.ts +10 -10466
  63. package/lib/types/views/formula-editor/hooks/use-formula-search.d.ts +4 -0
  64. package/lib/types/views/formula-editor/index.d.ts +5 -0
  65. package/lib/umd/facade.js +1 -1
  66. package/lib/umd/index.js +3 -3
  67. package/lib/umd/locale/ar-SA.js +1 -0
  68. package/lib/umd/locale/ca-ES.js +1 -39
  69. package/lib/umd/locale/de-DE.js +1 -0
  70. package/lib/umd/locale/en-US.js +1 -44
  71. package/lib/umd/locale/es-ES.js +1 -39
  72. package/lib/umd/locale/fa-IR.js +1 -44
  73. package/lib/umd/locale/fr-FR.js +1 -44
  74. package/lib/umd/locale/id-ID.js +1 -0
  75. package/lib/umd/locale/it-IT.js +1 -0
  76. package/lib/umd/locale/ja-JP.js +1 -43
  77. package/lib/umd/locale/ko-KR.js +1 -37
  78. package/lib/umd/locale/pl-PL.js +1 -0
  79. package/lib/umd/locale/pt-BR.js +1 -0
  80. package/lib/umd/locale/ru-RU.js +1 -31
  81. package/lib/umd/locale/sk-SK.js +1 -39
  82. package/lib/umd/locale/vi-VN.js +1 -43
  83. package/lib/umd/locale/zh-CN.js +1 -44
  84. package/lib/umd/locale/zh-HK.js +1 -0
  85. package/lib/umd/locale/zh-TW.js +1 -44
  86. package/package.json +14 -14
  87. package/lib/types/locale/function-list/array/en-US.d.ts +0 -58
  88. package/lib/types/locale/function-list/array/fa-IR.d.ts +0 -18
  89. package/lib/types/locale/function-list/array/fr-FR.d.ts +0 -18
  90. package/lib/types/locale/function-list/array/zh-CN.d.ts +0 -18
  91. package/lib/types/locale/function-list/array/zh-TW.d.ts +0 -18
  92. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +0 -18
  93. package/lib/types/locale/function-list/compatibility/en-US.d.ts +0 -838
  94. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +0 -18
  95. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +0 -18
  96. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +0 -18
  97. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +0 -18
  98. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +0 -18
  99. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -18
  100. package/lib/types/locale/function-list/compatibility/sk-SK.d.ts +0 -18
  101. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +0 -18
  102. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +0 -18
  103. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +0 -18
  104. package/lib/types/locale/function-list/cube/ca-ES.d.ts +0 -18
  105. package/lib/types/locale/function-list/cube/en-US.d.ts +0 -144
  106. package/lib/types/locale/function-list/cube/es-ES.d.ts +0 -18
  107. package/lib/types/locale/function-list/cube/fa-IR.d.ts +0 -18
  108. package/lib/types/locale/function-list/cube/fr-FR.d.ts +0 -18
  109. package/lib/types/locale/function-list/cube/ja-JP.d.ts +0 -18
  110. package/lib/types/locale/function-list/cube/ko-KR.d.ts +0 -18
  111. package/lib/types/locale/function-list/cube/ru-RU.d.ts +0 -18
  112. package/lib/types/locale/function-list/cube/sk-SK.d.ts +0 -18
  113. package/lib/types/locale/function-list/cube/vi-VN.d.ts +0 -18
  114. package/lib/types/locale/function-list/cube/zh-CN.d.ts +0 -18
  115. package/lib/types/locale/function-list/cube/zh-TW.d.ts +0 -18
  116. package/lib/types/locale/function-list/database/ca-ES.d.ts +0 -18
  117. package/lib/types/locale/function-list/database/en-US.d.ts +0 -282
  118. package/lib/types/locale/function-list/database/es-ES.d.ts +0 -18
  119. package/lib/types/locale/function-list/database/fa-IR.d.ts +0 -18
  120. package/lib/types/locale/function-list/database/fr-FR.d.ts +0 -18
  121. package/lib/types/locale/function-list/database/ja-JP.d.ts +0 -18
  122. package/lib/types/locale/function-list/database/ko-KR.d.ts +0 -18
  123. package/lib/types/locale/function-list/database/ru-RU.d.ts +0 -18
  124. package/lib/types/locale/function-list/database/sk-SK.d.ts +0 -18
  125. package/lib/types/locale/function-list/database/vi-VN.d.ts +0 -18
  126. package/lib/types/locale/function-list/database/zh-CN.d.ts +0 -18
  127. package/lib/types/locale/function-list/database/zh-TW.d.ts +0 -18
  128. package/lib/types/locale/function-list/date/ca-ES.d.ts +0 -18
  129. package/lib/types/locale/function-list/date/en-US.d.ts +0 -490
  130. package/lib/types/locale/function-list/date/es-ES.d.ts +0 -18
  131. package/lib/types/locale/function-list/date/fa-IR.d.ts +0 -18
  132. package/lib/types/locale/function-list/date/fr-FR.d.ts +0 -18
  133. package/lib/types/locale/function-list/date/ja-JP.d.ts +0 -18
  134. package/lib/types/locale/function-list/date/ko-KR.d.ts +0 -18
  135. package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -18
  136. package/lib/types/locale/function-list/date/sk-SK.d.ts +0 -18
  137. package/lib/types/locale/function-list/date/vi-VN.d.ts +0 -18
  138. package/lib/types/locale/function-list/date/zh-CN.d.ts +0 -18
  139. package/lib/types/locale/function-list/date/zh-TW.d.ts +0 -18
  140. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +0 -18
  141. package/lib/types/locale/function-list/engineering/en-US.d.ts +0 -940
  142. package/lib/types/locale/function-list/engineering/es-ES.d.ts +0 -18
  143. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +0 -18
  144. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +0 -18
  145. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +0 -18
  146. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +0 -18
  147. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -18
  148. package/lib/types/locale/function-list/engineering/sk-SK.d.ts +0 -18
  149. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +0 -18
  150. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +0 -18
  151. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +0 -18
  152. package/lib/types/locale/function-list/financial/ca-ES.d.ts +0 -18
  153. package/lib/types/locale/function-list/financial/en-US.d.ts +0 -1608
  154. package/lib/types/locale/function-list/financial/es-ES.d.ts +0 -18
  155. package/lib/types/locale/function-list/financial/fa-IR.d.ts +0 -18
  156. package/lib/types/locale/function-list/financial/fr-FR.d.ts +0 -18
  157. package/lib/types/locale/function-list/financial/ja-JP.d.ts +0 -18
  158. package/lib/types/locale/function-list/financial/ko-KR.d.ts +0 -18
  159. package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -18
  160. package/lib/types/locale/function-list/financial/sk-SK.d.ts +0 -18
  161. package/lib/types/locale/function-list/financial/vi-VN.d.ts +0 -18
  162. package/lib/types/locale/function-list/financial/zh-CN.d.ts +0 -18
  163. package/lib/types/locale/function-list/financial/zh-TW.d.ts +0 -18
  164. package/lib/types/locale/function-list/information/ca-ES.d.ts +0 -18
  165. package/lib/types/locale/function-list/information/en-US.d.ts +0 -386
  166. package/lib/types/locale/function-list/information/es-ES.d.ts +0 -18
  167. package/lib/types/locale/function-list/information/fa-IR.d.ts +0 -18
  168. package/lib/types/locale/function-list/information/fr-FR.d.ts +0 -18
  169. package/lib/types/locale/function-list/information/ja-JP.d.ts +0 -18
  170. package/lib/types/locale/function-list/information/ko-KR.d.ts +0 -18
  171. package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -18
  172. package/lib/types/locale/function-list/information/sk-SK.d.ts +0 -18
  173. package/lib/types/locale/function-list/information/vi-VN.d.ts +0 -18
  174. package/lib/types/locale/function-list/information/zh-CN.d.ts +0 -18
  175. package/lib/types/locale/function-list/information/zh-TW.d.ts +0 -18
  176. package/lib/types/locale/function-list/logical/ca-ES.d.ts +0 -18
  177. package/lib/types/locale/function-list/logical/en-US.d.ts +0 -390
  178. package/lib/types/locale/function-list/logical/es-ES.d.ts +0 -18
  179. package/lib/types/locale/function-list/logical/fa-IR.d.ts +0 -18
  180. package/lib/types/locale/function-list/logical/fr-FR.d.ts +0 -18
  181. package/lib/types/locale/function-list/logical/ja-JP.d.ts +0 -18
  182. package/lib/types/locale/function-list/logical/ko-KR.d.ts +0 -18
  183. package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -18
  184. package/lib/types/locale/function-list/logical/sk-SK.d.ts +0 -18
  185. package/lib/types/locale/function-list/logical/vi-VN.d.ts +0 -18
  186. package/lib/types/locale/function-list/logical/zh-CN.d.ts +0 -18
  187. package/lib/types/locale/function-list/logical/zh-TW.d.ts +0 -18
  188. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +0 -18
  189. package/lib/types/locale/function-list/lookup/en-US.d.ts +0 -820
  190. package/lib/types/locale/function-list/lookup/es-ES.d.ts +0 -18
  191. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +0 -18
  192. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +0 -18
  193. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +0 -18
  194. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +0 -18
  195. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -18
  196. package/lib/types/locale/function-list/lookup/sk-SK.d.ts +0 -18
  197. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +0 -18
  198. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +0 -18
  199. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +0 -18
  200. package/lib/types/locale/function-list/math/ca-ES.d.ts +0 -18
  201. package/lib/types/locale/function-list/math/en-US.d.ts +0 -1410
  202. package/lib/types/locale/function-list/math/es-ES.d.ts +0 -18
  203. package/lib/types/locale/function-list/math/fa-IR.d.ts +0 -18
  204. package/lib/types/locale/function-list/math/fr-FR.d.ts +0 -18
  205. package/lib/types/locale/function-list/math/ja-JP.d.ts +0 -18
  206. package/lib/types/locale/function-list/math/ko-KR.d.ts +0 -18
  207. package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -18
  208. package/lib/types/locale/function-list/math/sk-SK.d.ts +0 -18
  209. package/lib/types/locale/function-list/math/vi-VN.d.ts +0 -18
  210. package/lib/types/locale/function-list/math/zh-CN.d.ts +0 -18
  211. package/lib/types/locale/function-list/math/zh-TW.d.ts +0 -18
  212. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +0 -18
  213. package/lib/types/locale/function-list/statistical/en-US.d.ts +0 -2308
  214. package/lib/types/locale/function-list/statistical/es-ES.d.ts +0 -18
  215. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +0 -18
  216. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +0 -18
  217. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +0 -18
  218. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +0 -18
  219. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -18
  220. package/lib/types/locale/function-list/statistical/sk-SK.d.ts +0 -18
  221. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +0 -18
  222. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +0 -18
  223. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +0 -18
  224. package/lib/types/locale/function-list/text/ca-ES.d.ts +0 -18
  225. package/lib/types/locale/function-list/text/en-US.d.ts +0 -988
  226. package/lib/types/locale/function-list/text/es-ES.d.ts +0 -18
  227. package/lib/types/locale/function-list/text/fa-IR.d.ts +0 -18
  228. package/lib/types/locale/function-list/text/fr-FR.d.ts +0 -18
  229. package/lib/types/locale/function-list/text/ja-JP.d.ts +0 -18
  230. package/lib/types/locale/function-list/text/ko-KR.d.ts +0 -18
  231. package/lib/types/locale/function-list/text/ru-RU.d.ts +0 -18
  232. package/lib/types/locale/function-list/text/sk-SK.d.ts +0 -18
  233. package/lib/types/locale/function-list/text/vi-VN.d.ts +0 -18
  234. package/lib/types/locale/function-list/text/zh-CN.d.ts +0 -18
  235. package/lib/types/locale/function-list/text/zh-TW.d.ts +0 -18
  236. package/lib/types/locale/function-list/univer/ca-ES.d.ts +0 -18
  237. package/lib/types/locale/function-list/univer/en-US.d.ts +0 -17
  238. package/lib/types/locale/function-list/univer/es-ES.d.ts +0 -18
  239. package/lib/types/locale/function-list/univer/fa-IR.d.ts +0 -18
  240. package/lib/types/locale/function-list/univer/fr-FR.d.ts +0 -18
  241. package/lib/types/locale/function-list/univer/ja-JP.d.ts +0 -18
  242. package/lib/types/locale/function-list/univer/ko-KR.d.ts +0 -18
  243. package/lib/types/locale/function-list/univer/ru-RU.d.ts +0 -17
  244. package/lib/types/locale/function-list/univer/sk-SK.d.ts +0 -18
  245. package/lib/types/locale/function-list/univer/vi-VN.d.ts +0 -18
  246. package/lib/types/locale/function-list/univer/zh-CN.d.ts +0 -18
  247. package/lib/types/locale/function-list/univer/zh-TW.d.ts +0 -18
  248. package/lib/types/locale/function-list/web/ca-ES.d.ts +0 -18
  249. package/lib/types/locale/function-list/web/en-US.d.ts +0 -68
  250. package/lib/types/locale/function-list/web/es-ES.d.ts +0 -18
  251. package/lib/types/locale/function-list/web/fa-IR.d.ts +0 -18
  252. package/lib/types/locale/function-list/web/fr-FR.d.ts +0 -18
  253. package/lib/types/locale/function-list/web/ja-JP.d.ts +0 -18
  254. package/lib/types/locale/function-list/web/ko-KR.d.ts +0 -18
  255. package/lib/types/locale/function-list/web/ru-RU.d.ts +0 -18
  256. package/lib/types/locale/function-list/web/sk-SK.d.ts +0 -18
  257. package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -18
  258. package/lib/types/locale/function-list/web/zh-CN.d.ts +0 -18
  259. package/lib/types/locale/function-list/web/zh-TW.d.ts +0 -18
  260. /package/lib/types/locale/{function-list/array/ca-ES.d.ts → ar-SA.d.ts} +0 -0
  261. /package/lib/types/locale/{function-list/array/es-ES.d.ts → de-DE.d.ts} +0 -0
  262. /package/lib/types/locale/{function-list/array/ja-JP.d.ts → id-ID.d.ts} +0 -0
  263. /package/lib/types/locale/{function-list/array/ko-KR.d.ts → it-IT.d.ts} +0 -0
  264. /package/lib/types/locale/{function-list/array/ru-RU.d.ts → pl-PL.d.ts} +0 -0
  265. /package/lib/types/locale/{function-list/array/sk-SK.d.ts → pt-BR.d.ts} +0 -0
  266. /package/lib/types/locale/{function-list/array/vi-VN.d.ts → zh-HK.d.ts} +0 -0
@@ -1,820 +0,0 @@
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 locale: {
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
- source: {
328
- name: string;
329
- detail: string;
330
- };
331
- altText: {
332
- name: string;
333
- detail: string;
334
- };
335
- sizing: {
336
- name: string;
337
- detail: string;
338
- };
339
- height: {
340
- name: string;
341
- detail: string;
342
- };
343
- width: {
344
- name: string;
345
- detail: string;
346
- };
347
- };
348
- };
349
- INDEX: {
350
- description: string;
351
- abstract: string;
352
- links: {
353
- title: string;
354
- url: string;
355
- }[];
356
- functionParameter: {
357
- reference: {
358
- name: string;
359
- detail: string;
360
- };
361
- rowNum: {
362
- name: string;
363
- detail: string;
364
- };
365
- columnNum: {
366
- name: string;
367
- detail: string;
368
- };
369
- areaNum: {
370
- name: string;
371
- detail: string;
372
- };
373
- };
374
- };
375
- INDIRECT: {
376
- description: string;
377
- abstract: string;
378
- links: {
379
- title: string;
380
- url: string;
381
- }[];
382
- functionParameter: {
383
- refText: {
384
- name: string;
385
- detail: string;
386
- };
387
- a1: {
388
- name: string;
389
- detail: string;
390
- };
391
- };
392
- };
393
- LOOKUP: {
394
- description: string;
395
- abstract: string;
396
- links: {
397
- title: string;
398
- url: string;
399
- }[];
400
- functionParameter: {
401
- lookupValue: {
402
- name: string;
403
- detail: string;
404
- };
405
- lookupVectorOrArray: {
406
- name: string;
407
- detail: string;
408
- };
409
- resultVector: {
410
- name: string;
411
- detail: string;
412
- };
413
- };
414
- };
415
- MATCH: {
416
- description: string;
417
- abstract: string;
418
- links: {
419
- title: string;
420
- url: string;
421
- }[];
422
- functionParameter: {
423
- lookupValue: {
424
- name: string;
425
- detail: string;
426
- };
427
- lookupArray: {
428
- name: string;
429
- detail: string;
430
- };
431
- matchType: {
432
- name: string;
433
- detail: string;
434
- };
435
- };
436
- };
437
- OFFSET: {
438
- description: string;
439
- abstract: string;
440
- links: {
441
- title: string;
442
- url: string;
443
- }[];
444
- functionParameter: {
445
- reference: {
446
- name: string;
447
- detail: string;
448
- };
449
- rows: {
450
- name: string;
451
- detail: string;
452
- };
453
- cols: {
454
- name: string;
455
- detail: string;
456
- };
457
- height: {
458
- name: string;
459
- detail: string;
460
- };
461
- width: {
462
- name: string;
463
- detail: string;
464
- };
465
- };
466
- };
467
- ROW: {
468
- description: string;
469
- abstract: string;
470
- links: {
471
- title: string;
472
- url: string;
473
- }[];
474
- functionParameter: {
475
- reference: {
476
- name: string;
477
- detail: string;
478
- };
479
- };
480
- };
481
- ROWS: {
482
- description: string;
483
- abstract: string;
484
- links: {
485
- title: string;
486
- url: string;
487
- }[];
488
- functionParameter: {
489
- array: {
490
- name: string;
491
- detail: string;
492
- };
493
- };
494
- };
495
- RTD: {
496
- description: string;
497
- abstract: string;
498
- links: {
499
- title: string;
500
- url: string;
501
- }[];
502
- functionParameter: {
503
- number1: {
504
- name: string;
505
- detail: string;
506
- };
507
- number2: {
508
- name: string;
509
- detail: string;
510
- };
511
- };
512
- };
513
- SORT: {
514
- description: string;
515
- abstract: string;
516
- links: {
517
- title: string;
518
- url: string;
519
- }[];
520
- functionParameter: {
521
- array: {
522
- name: string;
523
- detail: string;
524
- };
525
- sortIndex: {
526
- name: string;
527
- detail: string;
528
- };
529
- sortOrder: {
530
- name: string;
531
- detail: string;
532
- };
533
- byCol: {
534
- name: string;
535
- detail: string;
536
- };
537
- };
538
- };
539
- SORTBY: {
540
- description: string;
541
- abstract: string;
542
- links: {
543
- title: string;
544
- url: string;
545
- }[];
546
- functionParameter: {
547
- array: {
548
- name: string;
549
- detail: string;
550
- };
551
- byArray1: {
552
- name: string;
553
- detail: string;
554
- };
555
- sortOrder1: {
556
- name: string;
557
- detail: string;
558
- };
559
- byArray2: {
560
- name: string;
561
- detail: string;
562
- };
563
- sortOrder2: {
564
- name: string;
565
- detail: string;
566
- };
567
- };
568
- };
569
- TAKE: {
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
- rows: {
582
- name: string;
583
- detail: string;
584
- };
585
- columns: {
586
- name: string;
587
- detail: string;
588
- };
589
- };
590
- };
591
- TOCOL: {
592
- description: string;
593
- abstract: string;
594
- links: {
595
- title: string;
596
- url: string;
597
- }[];
598
- functionParameter: {
599
- array: {
600
- name: string;
601
- detail: string;
602
- };
603
- ignore: {
604
- name: string;
605
- detail: string;
606
- };
607
- scanByColumn: {
608
- name: string;
609
- detail: string;
610
- };
611
- };
612
- };
613
- TOROW: {
614
- description: string;
615
- abstract: string;
616
- links: {
617
- title: string;
618
- url: string;
619
- }[];
620
- functionParameter: {
621
- array: {
622
- name: string;
623
- detail: string;
624
- };
625
- ignore: {
626
- name: string;
627
- detail: string;
628
- };
629
- scanByColumn: {
630
- name: string;
631
- detail: string;
632
- };
633
- };
634
- };
635
- TRANSPOSE: {
636
- description: string;
637
- abstract: string;
638
- links: {
639
- title: string;
640
- url: string;
641
- }[];
642
- functionParameter: {
643
- array: {
644
- name: string;
645
- detail: string;
646
- };
647
- };
648
- };
649
- UNIQUE: {
650
- description: string;
651
- abstract: string;
652
- links: {
653
- title: string;
654
- url: string;
655
- }[];
656
- functionParameter: {
657
- array: {
658
- name: string;
659
- detail: string;
660
- };
661
- byCol: {
662
- name: string;
663
- detail: string;
664
- };
665
- exactlyOnce: {
666
- name: string;
667
- detail: string;
668
- };
669
- };
670
- };
671
- VLOOKUP: {
672
- description: string;
673
- abstract: string;
674
- links: {
675
- title: string;
676
- url: string;
677
- }[];
678
- functionParameter: {
679
- lookupValue: {
680
- name: string;
681
- detail: string;
682
- };
683
- tableArray: {
684
- name: string;
685
- detail: string;
686
- };
687
- colIndexNum: {
688
- name: string;
689
- detail: string;
690
- };
691
- rangeLookup: {
692
- name: string;
693
- detail: string;
694
- };
695
- };
696
- };
697
- VSTACK: {
698
- description: string;
699
- abstract: string;
700
- links: {
701
- title: string;
702
- url: string;
703
- }[];
704
- functionParameter: {
705
- array1: {
706
- name: string;
707
- detail: string;
708
- };
709
- array2: {
710
- name: string;
711
- detail: string;
712
- };
713
- };
714
- };
715
- WRAPCOLS: {
716
- description: string;
717
- abstract: string;
718
- links: {
719
- title: string;
720
- url: string;
721
- }[];
722
- functionParameter: {
723
- vector: {
724
- name: string;
725
- detail: string;
726
- };
727
- wrapCount: {
728
- name: string;
729
- detail: string;
730
- };
731
- padWith: {
732
- name: string;
733
- detail: string;
734
- };
735
- };
736
- };
737
- WRAPROWS: {
738
- description: string;
739
- abstract: string;
740
- links: {
741
- title: string;
742
- url: string;
743
- }[];
744
- functionParameter: {
745
- vector: {
746
- name: string;
747
- detail: string;
748
- };
749
- wrapCount: {
750
- name: string;
751
- detail: string;
752
- };
753
- padWith: {
754
- name: string;
755
- detail: string;
756
- };
757
- };
758
- };
759
- XLOOKUP: {
760
- description: string;
761
- abstract: string;
762
- links: {
763
- title: string;
764
- url: string;
765
- }[];
766
- functionParameter: {
767
- lookupValue: {
768
- name: string;
769
- detail: string;
770
- };
771
- lookupArray: {
772
- name: string;
773
- detail: string;
774
- };
775
- returnArray: {
776
- name: string;
777
- detail: string;
778
- };
779
- ifNotFound: {
780
- name: string;
781
- detail: string;
782
- };
783
- matchMode: {
784
- name: string;
785
- detail: string;
786
- };
787
- searchMode: {
788
- name: string;
789
- detail: string;
790
- };
791
- };
792
- };
793
- XMATCH: {
794
- description: string;
795
- abstract: string;
796
- links: {
797
- title: string;
798
- url: string;
799
- }[];
800
- functionParameter: {
801
- lookupValue: {
802
- name: string;
803
- detail: string;
804
- };
805
- lookupArray: {
806
- name: string;
807
- detail: string;
808
- };
809
- matchMode: {
810
- name: string;
811
- detail: string;
812
- };
813
- searchMode: {
814
- name: string;
815
- detail: string;
816
- };
817
- };
818
- };
819
- };
820
- export default locale;