@univerjs/sheets-formula 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 (281) hide show
  1. package/lib/cjs/facade.js +4 -55
  2. package/lib/cjs/index.js +4040 -3694
  3. package/lib/cjs/locale/ar-SA.js +10538 -0
  4. package/lib/cjs/locale/ca-ES.js +10307 -6
  5. package/lib/cjs/locale/de-DE.js +10538 -0
  6. package/lib/cjs/locale/en-US.js +10532 -6
  7. package/lib/cjs/locale/es-ES.js +10307 -6
  8. package/lib/cjs/locale/fa-IR.js +10817 -6
  9. package/lib/cjs/locale/fr-FR.js +10783 -6
  10. package/lib/cjs/locale/id-ID.js +10538 -0
  11. package/lib/cjs/locale/it-IT.js +10538 -0
  12. package/lib/cjs/locale/ja-JP.js +10306 -6
  13. package/lib/cjs/locale/ko-KR.js +10306 -6
  14. package/lib/cjs/locale/pl-PL.js +10538 -0
  15. package/lib/cjs/locale/pt-BR.js +10538 -0
  16. package/lib/cjs/locale/ru-RU.js +10340 -6
  17. package/lib/cjs/locale/sk-SK.js +10306 -6
  18. package/lib/cjs/locale/vi-VN.js +10307 -6
  19. package/lib/cjs/locale/zh-CN.js +10307 -6
  20. package/lib/cjs/locale/zh-HK.js +10538 -0
  21. package/lib/cjs/locale/zh-TW.js +10307 -6
  22. package/lib/es/facade.js +6 -57
  23. package/lib/es/index.js +4036 -3697
  24. package/lib/es/locale/ar-SA.js +10537 -0
  25. package/lib/es/locale/ca-ES.js +10307 -6
  26. package/lib/es/locale/de-DE.js +10537 -0
  27. package/lib/es/locale/en-US.js +10532 -6
  28. package/lib/es/locale/es-ES.js +10307 -6
  29. package/lib/es/locale/fa-IR.js +10817 -6
  30. package/lib/es/locale/fr-FR.js +10783 -6
  31. package/lib/es/locale/id-ID.js +10537 -0
  32. package/lib/es/locale/it-IT.js +10537 -0
  33. package/lib/es/locale/ja-JP.js +10306 -6
  34. package/lib/es/locale/ko-KR.js +10306 -6
  35. package/lib/es/locale/pl-PL.js +10537 -0
  36. package/lib/es/locale/pt-BR.js +10537 -0
  37. package/lib/es/locale/ru-RU.js +10340 -6
  38. package/lib/es/locale/sk-SK.js +10306 -6
  39. package/lib/es/locale/vi-VN.js +10307 -6
  40. package/lib/es/locale/zh-CN.js +10307 -6
  41. package/lib/es/locale/zh-HK.js +10537 -0
  42. package/lib/es/locale/zh-TW.js +10307 -6
  43. package/lib/facade.js +6 -57
  44. package/lib/index.js +4036 -3697
  45. package/lib/locale/ar-SA.js +10537 -0
  46. package/lib/locale/ca-ES.js +10307 -6
  47. package/lib/locale/de-DE.js +10537 -0
  48. package/lib/locale/en-US.js +10532 -6
  49. package/lib/locale/es-ES.js +10307 -6
  50. package/lib/locale/fa-IR.js +10817 -6
  51. package/lib/locale/fr-FR.js +10783 -6
  52. package/lib/locale/id-ID.js +10537 -0
  53. package/lib/locale/it-IT.js +10537 -0
  54. package/lib/locale/ja-JP.js +10306 -6
  55. package/lib/locale/ko-KR.js +10306 -6
  56. package/lib/locale/pl-PL.js +10537 -0
  57. package/lib/locale/pt-BR.js +10537 -0
  58. package/lib/locale/ru-RU.js +10340 -6
  59. package/lib/locale/sk-SK.js +10306 -6
  60. package/lib/locale/vi-VN.js +10307 -6
  61. package/lib/locale/zh-CN.js +10307 -6
  62. package/lib/locale/zh-HK.js +10537 -0
  63. package/lib/locale/zh-TW.js +10307 -6
  64. package/lib/types/controllers/active-dirty.controller.d.ts +1 -0
  65. package/lib/types/controllers/formula-calculation-session.controller.d.ts +24 -0
  66. package/lib/types/controllers/trigger-calculation.controller.d.ts +1 -1
  67. package/lib/types/controllers/utils/ref-range-formula.d.ts +7 -1
  68. package/lib/types/facade/f-formula.d.ts +20 -19
  69. package/lib/types/facade/f-range.d.ts +3 -3
  70. package/lib/types/index.d.ts +3 -0
  71. package/lib/types/locale/ar-SA.d.ts +18 -0
  72. package/lib/types/locale/de-DE.d.ts +18 -0
  73. package/lib/types/locale/en-US.d.ts +10450 -7
  74. package/lib/types/locale/function-list/array/ca-ES.d.ts +18 -0
  75. package/lib/types/locale/function-list/array/en-US.d.ts +58 -0
  76. package/lib/types/locale/function-list/array/es-ES.d.ts +18 -0
  77. package/lib/types/locale/function-list/array/fa-IR.d.ts +18 -0
  78. package/lib/types/locale/function-list/array/fr-FR.d.ts +18 -0
  79. package/lib/types/locale/function-list/array/ja-JP.d.ts +18 -0
  80. package/lib/types/locale/function-list/array/ko-KR.d.ts +18 -0
  81. package/lib/types/locale/function-list/array/ru-RU.d.ts +18 -0
  82. package/lib/types/locale/function-list/array/sk-SK.d.ts +18 -0
  83. package/lib/types/locale/function-list/array/vi-VN.d.ts +18 -0
  84. package/lib/types/locale/function-list/array/zh-CN.d.ts +18 -0
  85. package/lib/types/locale/function-list/array/zh-TW.d.ts +18 -0
  86. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +18 -0
  87. package/lib/types/locale/function-list/compatibility/en-US.d.ts +838 -0
  88. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +18 -0
  89. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +18 -0
  90. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +18 -0
  91. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +18 -0
  92. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +18 -0
  93. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +18 -0
  94. package/lib/types/locale/function-list/compatibility/sk-SK.d.ts +18 -0
  95. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +18 -0
  96. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +18 -0
  97. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +18 -0
  98. package/lib/types/locale/function-list/cube/ca-ES.d.ts +18 -0
  99. package/lib/types/locale/function-list/cube/en-US.d.ts +144 -0
  100. package/lib/types/locale/function-list/cube/es-ES.d.ts +18 -0
  101. package/lib/types/locale/function-list/cube/fa-IR.d.ts +18 -0
  102. package/lib/types/locale/function-list/cube/fr-FR.d.ts +18 -0
  103. package/lib/types/locale/function-list/cube/ja-JP.d.ts +18 -0
  104. package/lib/types/locale/function-list/cube/ko-KR.d.ts +18 -0
  105. package/lib/types/locale/function-list/cube/ru-RU.d.ts +18 -0
  106. package/lib/types/locale/function-list/cube/sk-SK.d.ts +18 -0
  107. package/lib/types/locale/function-list/cube/vi-VN.d.ts +18 -0
  108. package/lib/types/locale/function-list/cube/zh-CN.d.ts +18 -0
  109. package/lib/types/locale/function-list/cube/zh-TW.d.ts +18 -0
  110. package/lib/types/locale/function-list/database/ca-ES.d.ts +18 -0
  111. package/lib/types/locale/function-list/database/en-US.d.ts +282 -0
  112. package/lib/types/locale/function-list/database/es-ES.d.ts +18 -0
  113. package/lib/types/locale/function-list/database/fa-IR.d.ts +18 -0
  114. package/lib/types/locale/function-list/database/fr-FR.d.ts +18 -0
  115. package/lib/types/locale/function-list/database/ja-JP.d.ts +18 -0
  116. package/lib/types/locale/function-list/database/ko-KR.d.ts +18 -0
  117. package/lib/types/locale/function-list/database/ru-RU.d.ts +18 -0
  118. package/lib/types/locale/function-list/database/sk-SK.d.ts +18 -0
  119. package/lib/types/locale/function-list/database/vi-VN.d.ts +18 -0
  120. package/lib/types/locale/function-list/database/zh-CN.d.ts +18 -0
  121. package/lib/types/locale/function-list/database/zh-TW.d.ts +18 -0
  122. package/lib/types/locale/function-list/date/ca-ES.d.ts +18 -0
  123. package/lib/types/locale/function-list/date/en-US.d.ts +490 -0
  124. package/lib/types/locale/function-list/date/es-ES.d.ts +18 -0
  125. package/lib/types/locale/function-list/date/fa-IR.d.ts +18 -0
  126. package/lib/types/locale/function-list/date/fr-FR.d.ts +18 -0
  127. package/lib/types/locale/function-list/date/ja-JP.d.ts +18 -0
  128. package/lib/types/locale/function-list/date/ko-KR.d.ts +18 -0
  129. package/lib/types/locale/function-list/date/ru-RU.d.ts +18 -0
  130. package/lib/types/locale/function-list/date/sk-SK.d.ts +18 -0
  131. package/lib/types/locale/function-list/date/vi-VN.d.ts +18 -0
  132. package/lib/types/locale/function-list/date/zh-CN.d.ts +18 -0
  133. package/lib/types/locale/function-list/date/zh-TW.d.ts +18 -0
  134. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +18 -0
  135. package/lib/types/locale/function-list/engineering/en-US.d.ts +940 -0
  136. package/lib/types/locale/function-list/engineering/es-ES.d.ts +18 -0
  137. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +18 -0
  138. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +18 -0
  139. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +18 -0
  140. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +18 -0
  141. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +18 -0
  142. package/lib/types/locale/function-list/engineering/sk-SK.d.ts +18 -0
  143. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +18 -0
  144. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +18 -0
  145. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +18 -0
  146. package/lib/types/locale/function-list/financial/ca-ES.d.ts +18 -0
  147. package/lib/types/locale/function-list/financial/en-US.d.ts +1608 -0
  148. package/lib/types/locale/function-list/financial/es-ES.d.ts +18 -0
  149. package/lib/types/locale/function-list/financial/fa-IR.d.ts +18 -0
  150. package/lib/types/locale/function-list/financial/fr-FR.d.ts +18 -0
  151. package/lib/types/locale/function-list/financial/ja-JP.d.ts +18 -0
  152. package/lib/types/locale/function-list/financial/ko-KR.d.ts +18 -0
  153. package/lib/types/locale/function-list/financial/ru-RU.d.ts +18 -0
  154. package/lib/types/locale/function-list/financial/sk-SK.d.ts +18 -0
  155. package/lib/types/locale/function-list/financial/vi-VN.d.ts +18 -0
  156. package/lib/types/locale/function-list/financial/zh-CN.d.ts +18 -0
  157. package/lib/types/locale/function-list/financial/zh-TW.d.ts +18 -0
  158. package/lib/types/locale/function-list/information/ca-ES.d.ts +18 -0
  159. package/lib/types/locale/function-list/information/en-US.d.ts +386 -0
  160. package/lib/types/locale/function-list/information/es-ES.d.ts +18 -0
  161. package/lib/types/locale/function-list/information/fa-IR.d.ts +18 -0
  162. package/lib/types/locale/function-list/information/fr-FR.d.ts +18 -0
  163. package/lib/types/locale/function-list/information/ja-JP.d.ts +18 -0
  164. package/lib/types/locale/function-list/information/ko-KR.d.ts +18 -0
  165. package/lib/types/locale/function-list/information/ru-RU.d.ts +18 -0
  166. package/lib/types/locale/function-list/information/sk-SK.d.ts +18 -0
  167. package/lib/types/locale/function-list/information/vi-VN.d.ts +18 -0
  168. package/lib/types/locale/function-list/information/zh-CN.d.ts +18 -0
  169. package/lib/types/locale/function-list/information/zh-TW.d.ts +18 -0
  170. package/lib/types/locale/function-list/logical/ca-ES.d.ts +18 -0
  171. package/lib/types/locale/function-list/logical/en-US.d.ts +390 -0
  172. package/lib/types/locale/function-list/logical/es-ES.d.ts +18 -0
  173. package/lib/types/locale/function-list/logical/fa-IR.d.ts +18 -0
  174. package/lib/types/locale/function-list/logical/fr-FR.d.ts +18 -0
  175. package/lib/types/locale/function-list/logical/ja-JP.d.ts +18 -0
  176. package/lib/types/locale/function-list/logical/ko-KR.d.ts +18 -0
  177. package/lib/types/locale/function-list/logical/ru-RU.d.ts +18 -0
  178. package/lib/types/locale/function-list/logical/sk-SK.d.ts +18 -0
  179. package/lib/types/locale/function-list/logical/vi-VN.d.ts +18 -0
  180. package/lib/types/locale/function-list/logical/zh-CN.d.ts +18 -0
  181. package/lib/types/locale/function-list/logical/zh-TW.d.ts +18 -0
  182. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +18 -0
  183. package/lib/types/locale/function-list/lookup/en-US.d.ts +820 -0
  184. package/lib/types/locale/function-list/lookup/es-ES.d.ts +18 -0
  185. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +18 -0
  186. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +18 -0
  187. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +18 -0
  188. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +18 -0
  189. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +18 -0
  190. package/lib/types/locale/function-list/lookup/sk-SK.d.ts +18 -0
  191. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +18 -0
  192. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +18 -0
  193. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +18 -0
  194. package/lib/types/locale/function-list/math/ca-ES.d.ts +18 -0
  195. package/lib/types/locale/function-list/math/en-US.d.ts +1410 -0
  196. package/lib/types/locale/function-list/math/es-ES.d.ts +18 -0
  197. package/lib/types/locale/function-list/math/fa-IR.d.ts +18 -0
  198. package/lib/types/locale/function-list/math/fr-FR.d.ts +18 -0
  199. package/lib/types/locale/function-list/math/ja-JP.d.ts +18 -0
  200. package/lib/types/locale/function-list/math/ko-KR.d.ts +18 -0
  201. package/lib/types/locale/function-list/math/ru-RU.d.ts +18 -0
  202. package/lib/types/locale/function-list/math/sk-SK.d.ts +18 -0
  203. package/lib/types/locale/function-list/math/vi-VN.d.ts +18 -0
  204. package/lib/types/locale/function-list/math/zh-CN.d.ts +18 -0
  205. package/lib/types/locale/function-list/math/zh-TW.d.ts +18 -0
  206. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +18 -0
  207. package/lib/types/locale/function-list/statistical/en-US.d.ts +2308 -0
  208. package/lib/types/locale/function-list/statistical/es-ES.d.ts +18 -0
  209. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +18 -0
  210. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +18 -0
  211. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +18 -0
  212. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +18 -0
  213. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +18 -0
  214. package/lib/types/locale/function-list/statistical/sk-SK.d.ts +18 -0
  215. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +18 -0
  216. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +18 -0
  217. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +18 -0
  218. package/lib/types/locale/function-list/text/ca-ES.d.ts +18 -0
  219. package/lib/types/locale/function-list/text/en-US.d.ts +988 -0
  220. package/lib/types/locale/function-list/text/es-ES.d.ts +18 -0
  221. package/lib/types/locale/function-list/text/fa-IR.d.ts +18 -0
  222. package/lib/types/locale/function-list/text/fr-FR.d.ts +18 -0
  223. package/lib/types/locale/function-list/text/ja-JP.d.ts +18 -0
  224. package/lib/types/locale/function-list/text/ko-KR.d.ts +18 -0
  225. package/lib/types/locale/function-list/text/ru-RU.d.ts +18 -0
  226. package/lib/types/locale/function-list/text/sk-SK.d.ts +18 -0
  227. package/lib/types/locale/function-list/text/vi-VN.d.ts +18 -0
  228. package/lib/types/locale/function-list/text/zh-CN.d.ts +18 -0
  229. package/lib/types/locale/function-list/text/zh-TW.d.ts +18 -0
  230. package/lib/types/locale/function-list/univer/ca-ES.d.ts +18 -0
  231. package/lib/types/locale/function-list/univer/en-US.d.ts +17 -0
  232. package/lib/types/locale/function-list/univer/es-ES.d.ts +18 -0
  233. package/lib/types/locale/function-list/univer/fa-IR.d.ts +18 -0
  234. package/lib/types/locale/function-list/univer/fr-FR.d.ts +18 -0
  235. package/lib/types/locale/function-list/univer/ja-JP.d.ts +18 -0
  236. package/lib/types/locale/function-list/univer/ko-KR.d.ts +18 -0
  237. package/lib/types/locale/function-list/univer/ru-RU.d.ts +17 -0
  238. package/lib/types/locale/function-list/univer/sk-SK.d.ts +18 -0
  239. package/lib/types/locale/function-list/univer/vi-VN.d.ts +18 -0
  240. package/lib/types/locale/function-list/univer/zh-CN.d.ts +18 -0
  241. package/lib/types/locale/function-list/univer/zh-TW.d.ts +18 -0
  242. package/lib/types/locale/function-list/web/ca-ES.d.ts +18 -0
  243. package/lib/types/locale/function-list/web/en-US.d.ts +68 -0
  244. package/lib/types/locale/function-list/web/es-ES.d.ts +18 -0
  245. package/lib/types/locale/function-list/web/fa-IR.d.ts +18 -0
  246. package/lib/types/locale/function-list/web/fr-FR.d.ts +18 -0
  247. package/lib/types/locale/function-list/web/ja-JP.d.ts +18 -0
  248. package/lib/types/locale/function-list/web/ko-KR.d.ts +18 -0
  249. package/lib/types/locale/function-list/web/ru-RU.d.ts +18 -0
  250. package/lib/types/locale/function-list/web/sk-SK.d.ts +18 -0
  251. package/lib/types/locale/function-list/web/vi-VN.d.ts +18 -0
  252. package/lib/types/locale/function-list/web/zh-CN.d.ts +18 -0
  253. package/lib/types/locale/function-list/web/zh-TW.d.ts +18 -0
  254. package/lib/types/locale/id-ID.d.ts +18 -0
  255. package/lib/types/locale/it-IT.d.ts +18 -0
  256. package/lib/types/locale/pl-PL.d.ts +18 -0
  257. package/lib/types/locale/pt-BR.d.ts +18 -0
  258. package/lib/types/locale/zh-HK.d.ts +18 -0
  259. package/lib/types/services/formula-calculation-session.service.d.ts +48 -0
  260. package/lib/umd/facade.js +1 -1
  261. package/lib/umd/index.js +1 -1
  262. package/lib/umd/locale/ar-SA.js +44 -0
  263. package/lib/umd/locale/ca-ES.js +39 -1
  264. package/lib/umd/locale/de-DE.js +44 -0
  265. package/lib/umd/locale/en-US.js +44 -1
  266. package/lib/umd/locale/es-ES.js +39 -1
  267. package/lib/umd/locale/fa-IR.js +44 -1
  268. package/lib/umd/locale/fr-FR.js +44 -1
  269. package/lib/umd/locale/id-ID.js +44 -0
  270. package/lib/umd/locale/it-IT.js +44 -0
  271. package/lib/umd/locale/ja-JP.js +43 -1
  272. package/lib/umd/locale/ko-KR.js +37 -1
  273. package/lib/umd/locale/pl-PL.js +44 -0
  274. package/lib/umd/locale/pt-BR.js +44 -0
  275. package/lib/umd/locale/ru-RU.js +31 -1
  276. package/lib/umd/locale/sk-SK.js +39 -1
  277. package/lib/umd/locale/vi-VN.js +43 -1
  278. package/lib/umd/locale/zh-CN.js +44 -1
  279. package/lib/umd/locale/zh-HK.js +44 -0
  280. package/lib/umd/locale/zh-TW.js +44 -1
  281. package/package.json +9 -9
@@ -0,0 +1,988 @@
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;