@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,988 +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
- ASC: {
18
- description: string;
19
- abstract: string;
20
- links: {
21
- title: string;
22
- url: string;
23
- }[];
24
- functionParameter: {
25
- text: {
26
- name: string;
27
- detail: string;
28
- };
29
- };
30
- };
31
- ARRAYTOTEXT: {
32
- description: string;
33
- abstract: string;
34
- links: {
35
- title: string;
36
- url: string;
37
- }[];
38
- functionParameter: {
39
- array: {
40
- name: string;
41
- detail: string;
42
- };
43
- format: {
44
- name: string;
45
- detail: string;
46
- };
47
- };
48
- };
49
- BAHTTEXT: {
50
- description: string;
51
- abstract: string;
52
- links: {
53
- title: string;
54
- url: string;
55
- }[];
56
- functionParameter: {
57
- number: {
58
- name: string;
59
- detail: string;
60
- };
61
- };
62
- };
63
- CHAR: {
64
- description: string;
65
- abstract: string;
66
- links: {
67
- title: string;
68
- url: string;
69
- }[];
70
- functionParameter: {
71
- number: {
72
- name: string;
73
- detail: string;
74
- };
75
- };
76
- };
77
- CLEAN: {
78
- description: string;
79
- abstract: string;
80
- links: {
81
- title: string;
82
- url: string;
83
- }[];
84
- functionParameter: {
85
- text: {
86
- name: string;
87
- detail: string;
88
- };
89
- };
90
- };
91
- CODE: {
92
- description: string;
93
- abstract: string;
94
- links: {
95
- title: string;
96
- url: string;
97
- }[];
98
- functionParameter: {
99
- text: {
100
- name: string;
101
- detail: string;
102
- };
103
- };
104
- };
105
- CONCAT: {
106
- description: string;
107
- abstract: string;
108
- links: {
109
- title: string;
110
- url: string;
111
- }[];
112
- functionParameter: {
113
- text1: {
114
- name: string;
115
- detail: string;
116
- };
117
- text2: {
118
- name: string;
119
- detail: string;
120
- };
121
- };
122
- };
123
- CONCATENATE: {
124
- description: string;
125
- abstract: string;
126
- links: {
127
- title: string;
128
- url: string;
129
- }[];
130
- functionParameter: {
131
- text1: {
132
- name: string;
133
- detail: string;
134
- };
135
- text2: {
136
- name: string;
137
- detail: string;
138
- };
139
- };
140
- };
141
- DBCS: {
142
- description: string;
143
- abstract: string;
144
- links: {
145
- title: string;
146
- url: string;
147
- }[];
148
- functionParameter: {
149
- text: {
150
- name: string;
151
- detail: string;
152
- };
153
- };
154
- };
155
- DOLLAR: {
156
- description: string;
157
- abstract: string;
158
- links: {
159
- title: string;
160
- url: string;
161
- }[];
162
- functionParameter: {
163
- number: {
164
- name: string;
165
- detail: string;
166
- };
167
- decimals: {
168
- name: string;
169
- detail: string;
170
- };
171
- };
172
- };
173
- EXACT: {
174
- description: string;
175
- abstract: string;
176
- links: {
177
- title: string;
178
- url: string;
179
- }[];
180
- functionParameter: {
181
- text1: {
182
- name: string;
183
- detail: string;
184
- };
185
- text2: {
186
- name: string;
187
- detail: string;
188
- };
189
- };
190
- };
191
- FIND: {
192
- description: string;
193
- abstract: string;
194
- links: {
195
- title: string;
196
- url: string;
197
- }[];
198
- functionParameter: {
199
- findText: {
200
- name: string;
201
- detail: string;
202
- };
203
- withinText: {
204
- name: string;
205
- detail: string;
206
- };
207
- startNum: {
208
- name: string;
209
- detail: string;
210
- };
211
- };
212
- };
213
- FINDB: {
214
- description: string;
215
- abstract: string;
216
- links: {
217
- title: string;
218
- url: string;
219
- }[];
220
- functionParameter: {
221
- findText: {
222
- name: string;
223
- detail: string;
224
- };
225
- withinText: {
226
- name: string;
227
- detail: string;
228
- };
229
- startNum: {
230
- name: string;
231
- detail: string;
232
- };
233
- };
234
- };
235
- FIXED: {
236
- description: string;
237
- abstract: string;
238
- links: {
239
- title: string;
240
- url: string;
241
- }[];
242
- functionParameter: {
243
- number: {
244
- name: string;
245
- detail: string;
246
- };
247
- decimals: {
248
- name: string;
249
- detail: string;
250
- };
251
- noCommas: {
252
- name: string;
253
- detail: string;
254
- };
255
- };
256
- };
257
- LEFT: {
258
- description: string;
259
- abstract: string;
260
- links: {
261
- title: string;
262
- url: string;
263
- }[];
264
- functionParameter: {
265
- text: {
266
- name: string;
267
- detail: string;
268
- };
269
- numChars: {
270
- name: string;
271
- detail: string;
272
- };
273
- };
274
- };
275
- LEFTB: {
276
- description: string;
277
- abstract: string;
278
- links: {
279
- title: string;
280
- url: string;
281
- }[];
282
- functionParameter: {
283
- text: {
284
- name: string;
285
- detail: string;
286
- };
287
- numBytes: {
288
- name: string;
289
- detail: string;
290
- };
291
- };
292
- };
293
- LEN: {
294
- description: string;
295
- abstract: string;
296
- links: {
297
- title: string;
298
- url: string;
299
- }[];
300
- functionParameter: {
301
- text: {
302
- name: string;
303
- detail: string;
304
- };
305
- };
306
- };
307
- LENB: {
308
- description: string;
309
- abstract: string;
310
- links: {
311
- title: string;
312
- url: string;
313
- }[];
314
- functionParameter: {
315
- text: {
316
- name: string;
317
- detail: string;
318
- };
319
- };
320
- };
321
- LOWER: {
322
- description: string;
323
- abstract: string;
324
- links: {
325
- title: string;
326
- url: string;
327
- }[];
328
- functionParameter: {
329
- text: {
330
- name: string;
331
- detail: string;
332
- };
333
- };
334
- };
335
- MID: {
336
- description: string;
337
- abstract: string;
338
- links: {
339
- title: string;
340
- url: string;
341
- }[];
342
- functionParameter: {
343
- text: {
344
- name: string;
345
- detail: string;
346
- };
347
- startNum: {
348
- name: string;
349
- detail: string;
350
- };
351
- numChars: {
352
- name: string;
353
- detail: string;
354
- };
355
- };
356
- };
357
- MIDB: {
358
- description: string;
359
- abstract: string;
360
- links: {
361
- title: string;
362
- url: string;
363
- }[];
364
- functionParameter: {
365
- text: {
366
- name: string;
367
- detail: string;
368
- };
369
- startNum: {
370
- name: string;
371
- detail: string;
372
- };
373
- numBytes: {
374
- name: string;
375
- detail: string;
376
- };
377
- };
378
- };
379
- NUMBERSTRING: {
380
- description: string;
381
- abstract: string;
382
- links: {
383
- title: string;
384
- url: string;
385
- }[];
386
- functionParameter: {
387
- number: {
388
- name: string;
389
- detail: string;
390
- };
391
- type: {
392
- name: string;
393
- detail: string;
394
- };
395
- };
396
- };
397
- NUMBERVALUE: {
398
- description: string;
399
- abstract: string;
400
- links: {
401
- title: string;
402
- url: string;
403
- }[];
404
- functionParameter: {
405
- text: {
406
- name: string;
407
- detail: string;
408
- };
409
- decimalSeparator: {
410
- name: string;
411
- detail: string;
412
- };
413
- groupSeparator: {
414
- name: string;
415
- detail: string;
416
- };
417
- };
418
- };
419
- PHONETIC: {
420
- description: string;
421
- abstract: string;
422
- links: {
423
- title: string;
424
- url: string;
425
- }[];
426
- functionParameter: {
427
- number1: {
428
- name: string;
429
- detail: string;
430
- };
431
- number2: {
432
- name: string;
433
- detail: string;
434
- };
435
- };
436
- };
437
- PROPER: {
438
- description: string;
439
- abstract: string;
440
- links: {
441
- title: string;
442
- url: string;
443
- }[];
444
- functionParameter: {
445
- text: {
446
- name: string;
447
- detail: string;
448
- };
449
- };
450
- };
451
- REGEXEXTRACT: {
452
- description: string;
453
- abstract: string;
454
- links: {
455
- title: string;
456
- url: string;
457
- }[];
458
- functionParameter: {
459
- text: {
460
- name: string;
461
- detail: string;
462
- };
463
- regularExpression: {
464
- name: string;
465
- detail: string;
466
- };
467
- };
468
- };
469
- REGEXMATCH: {
470
- description: string;
471
- abstract: string;
472
- links: {
473
- title: string;
474
- url: string;
475
- }[];
476
- functionParameter: {
477
- text: {
478
- name: string;
479
- detail: string;
480
- };
481
- regularExpression: {
482
- name: string;
483
- detail: string;
484
- };
485
- };
486
- };
487
- REGEXREPLACE: {
488
- description: string;
489
- abstract: string;
490
- links: {
491
- title: string;
492
- url: string;
493
- }[];
494
- functionParameter: {
495
- text: {
496
- name: string;
497
- detail: string;
498
- };
499
- regularExpression: {
500
- name: string;
501
- detail: string;
502
- };
503
- replacement: {
504
- name: string;
505
- detail: string;
506
- };
507
- };
508
- };
509
- REPLACE: {
510
- description: string;
511
- abstract: string;
512
- links: {
513
- title: string;
514
- url: string;
515
- }[];
516
- functionParameter: {
517
- oldText: {
518
- name: string;
519
- detail: string;
520
- };
521
- startNum: {
522
- name: string;
523
- detail: string;
524
- };
525
- numChars: {
526
- name: string;
527
- detail: string;
528
- };
529
- newText: {
530
- name: string;
531
- detail: string;
532
- };
533
- };
534
- };
535
- REPLACEB: {
536
- description: string;
537
- abstract: string;
538
- links: {
539
- title: string;
540
- url: string;
541
- }[];
542
- functionParameter: {
543
- oldText: {
544
- name: string;
545
- detail: string;
546
- };
547
- startNum: {
548
- name: string;
549
- detail: string;
550
- };
551
- numBytes: {
552
- name: string;
553
- detail: string;
554
- };
555
- newText: {
556
- name: string;
557
- detail: string;
558
- };
559
- };
560
- };
561
- REPT: {
562
- description: string;
563
- abstract: string;
564
- links: {
565
- title: string;
566
- url: string;
567
- }[];
568
- functionParameter: {
569
- text: {
570
- name: string;
571
- detail: string;
572
- };
573
- numberTimes: {
574
- name: string;
575
- detail: string;
576
- };
577
- };
578
- };
579
- RIGHT: {
580
- description: string;
581
- abstract: string;
582
- links: {
583
- title: string;
584
- url: string;
585
- }[];
586
- functionParameter: {
587
- text: {
588
- name: string;
589
- detail: string;
590
- };
591
- numChars: {
592
- name: string;
593
- detail: string;
594
- };
595
- };
596
- };
597
- RIGHTB: {
598
- description: string;
599
- abstract: string;
600
- links: {
601
- title: string;
602
- url: string;
603
- }[];
604
- functionParameter: {
605
- text: {
606
- name: string;
607
- detail: string;
608
- };
609
- numBytes: {
610
- name: string;
611
- detail: string;
612
- };
613
- };
614
- };
615
- SEARCH: {
616
- description: string;
617
- abstract: string;
618
- links: {
619
- title: string;
620
- url: string;
621
- }[];
622
- functionParameter: {
623
- findText: {
624
- name: string;
625
- detail: string;
626
- };
627
- withinText: {
628
- name: string;
629
- detail: string;
630
- };
631
- startNum: {
632
- name: string;
633
- detail: string;
634
- };
635
- };
636
- };
637
- SEARCHB: {
638
- description: string;
639
- abstract: string;
640
- links: {
641
- title: string;
642
- url: string;
643
- }[];
644
- functionParameter: {
645
- findText: {
646
- name: string;
647
- detail: string;
648
- };
649
- withinText: {
650
- name: string;
651
- detail: string;
652
- };
653
- startNum: {
654
- name: string;
655
- detail: string;
656
- };
657
- };
658
- };
659
- SUBSTITUTE: {
660
- description: string;
661
- abstract: string;
662
- links: {
663
- title: string;
664
- url: string;
665
- }[];
666
- functionParameter: {
667
- text: {
668
- name: string;
669
- detail: string;
670
- };
671
- oldText: {
672
- name: string;
673
- detail: string;
674
- };
675
- newText: {
676
- name: string;
677
- detail: string;
678
- };
679
- instanceNum: {
680
- name: string;
681
- detail: string;
682
- };
683
- };
684
- };
685
- T: {
686
- description: string;
687
- abstract: string;
688
- links: {
689
- title: string;
690
- url: string;
691
- }[];
692
- functionParameter: {
693
- value: {
694
- name: string;
695
- detail: string;
696
- };
697
- };
698
- };
699
- TEXT: {
700
- description: string;
701
- abstract: string;
702
- links: {
703
- title: string;
704
- url: string;
705
- }[];
706
- functionParameter: {
707
- value: {
708
- name: string;
709
- detail: string;
710
- };
711
- formatText: {
712
- name: string;
713
- detail: string;
714
- };
715
- };
716
- };
717
- TEXTAFTER: {
718
- description: string;
719
- abstract: string;
720
- links: {
721
- title: string;
722
- url: string;
723
- }[];
724
- functionParameter: {
725
- text: {
726
- name: string;
727
- detail: string;
728
- };
729
- delimiter: {
730
- name: string;
731
- detail: string;
732
- };
733
- instanceNum: {
734
- name: string;
735
- detail: string;
736
- };
737
- matchMode: {
738
- name: string;
739
- detail: string;
740
- };
741
- matchEnd: {
742
- name: string;
743
- detail: string;
744
- };
745
- ifNotFound: {
746
- name: string;
747
- detail: string;
748
- };
749
- };
750
- };
751
- TEXTBEFORE: {
752
- description: string;
753
- abstract: string;
754
- links: {
755
- title: string;
756
- url: string;
757
- }[];
758
- functionParameter: {
759
- text: {
760
- name: string;
761
- detail: string;
762
- };
763
- delimiter: {
764
- name: string;
765
- detail: string;
766
- };
767
- instanceNum: {
768
- name: string;
769
- detail: string;
770
- };
771
- matchMode: {
772
- name: string;
773
- detail: string;
774
- };
775
- matchEnd: {
776
- name: string;
777
- detail: string;
778
- };
779
- ifNotFound: {
780
- name: string;
781
- detail: string;
782
- };
783
- };
784
- };
785
- TEXTJOIN: {
786
- description: string;
787
- abstract: string;
788
- links: {
789
- title: string;
790
- url: string;
791
- }[];
792
- functionParameter: {
793
- delimiter: {
794
- name: string;
795
- detail: string;
796
- };
797
- ignoreEmpty: {
798
- name: string;
799
- detail: string;
800
- };
801
- text1: {
802
- name: string;
803
- detail: string;
804
- };
805
- text2: {
806
- name: string;
807
- detail: string;
808
- };
809
- };
810
- };
811
- TEXTSPLIT: {
812
- description: string;
813
- abstract: string;
814
- links: {
815
- title: string;
816
- url: string;
817
- }[];
818
- functionParameter: {
819
- text: {
820
- name: string;
821
- detail: string;
822
- };
823
- colDelimiter: {
824
- name: string;
825
- detail: string;
826
- };
827
- rowDelimiter: {
828
- name: string;
829
- detail: string;
830
- };
831
- ignoreEmpty: {
832
- name: string;
833
- detail: string;
834
- };
835
- matchMode: {
836
- name: string;
837
- detail: string;
838
- };
839
- padWith: {
840
- name: string;
841
- detail: string;
842
- };
843
- };
844
- };
845
- TRIM: {
846
- description: string;
847
- abstract: string;
848
- links: {
849
- title: string;
850
- url: string;
851
- }[];
852
- functionParameter: {
853
- text: {
854
- name: string;
855
- detail: string;
856
- };
857
- };
858
- };
859
- UNICHAR: {
860
- description: string;
861
- abstract: string;
862
- links: {
863
- title: string;
864
- url: string;
865
- }[];
866
- functionParameter: {
867
- number: {
868
- name: string;
869
- detail: string;
870
- };
871
- };
872
- };
873
- UNICODE: {
874
- description: string;
875
- abstract: string;
876
- links: {
877
- title: string;
878
- url: string;
879
- }[];
880
- functionParameter: {
881
- text: {
882
- name: string;
883
- detail: string;
884
- };
885
- };
886
- };
887
- UPPER: {
888
- description: string;
889
- abstract: string;
890
- links: {
891
- title: string;
892
- url: string;
893
- }[];
894
- functionParameter: {
895
- text: {
896
- name: string;
897
- detail: string;
898
- };
899
- };
900
- };
901
- VALUE: {
902
- description: string;
903
- abstract: string;
904
- links: {
905
- title: string;
906
- url: string;
907
- }[];
908
- functionParameter: {
909
- text: {
910
- name: string;
911
- detail: string;
912
- };
913
- };
914
- };
915
- VALUETOTEXT: {
916
- description: string;
917
- abstract: string;
918
- links: {
919
- title: string;
920
- url: string;
921
- }[];
922
- functionParameter: {
923
- value: {
924
- name: string;
925
- detail: string;
926
- };
927
- format: {
928
- name: string;
929
- detail: string;
930
- };
931
- };
932
- };
933
- CALL: {
934
- description: string;
935
- abstract: string;
936
- links: {
937
- title: string;
938
- url: string;
939
- }[];
940
- functionParameter: {
941
- number1: {
942
- name: string;
943
- detail: string;
944
- };
945
- number2: {
946
- name: string;
947
- detail: string;
948
- };
949
- };
950
- };
951
- EUROCONVERT: {
952
- description: string;
953
- abstract: string;
954
- links: {
955
- title: string;
956
- url: string;
957
- }[];
958
- functionParameter: {
959
- number1: {
960
- name: string;
961
- detail: string;
962
- };
963
- number2: {
964
- name: string;
965
- detail: string;
966
- };
967
- };
968
- };
969
- REGISTER_ID: {
970
- description: string;
971
- abstract: string;
972
- links: {
973
- title: string;
974
- url: string;
975
- }[];
976
- functionParameter: {
977
- number1: {
978
- name: string;
979
- detail: string;
980
- };
981
- number2: {
982
- name: string;
983
- detail: string;
984
- };
985
- };
986
- };
987
- };
988
- export default locale;