@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,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,390 +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
- AND: {
18
- description: string;
19
- abstract: string;
20
- links: {
21
- title: string;
22
- url: string;
23
- }[];
24
- functionParameter: {
25
- logical1: {
26
- name: string;
27
- detail: string;
28
- };
29
- logical2: {
30
- name: string;
31
- detail: string;
32
- };
33
- };
34
- };
35
- BYCOL: {
36
- description: string;
37
- abstract: string;
38
- links: {
39
- title: string;
40
- url: string;
41
- }[];
42
- functionParameter: {
43
- array: {
44
- name: string;
45
- detail: string;
46
- };
47
- lambda: {
48
- name: string;
49
- detail: string;
50
- };
51
- };
52
- };
53
- BYROW: {
54
- description: string;
55
- abstract: string;
56
- links: {
57
- title: string;
58
- url: string;
59
- }[];
60
- functionParameter: {
61
- array: {
62
- name: string;
63
- detail: string;
64
- };
65
- lambda: {
66
- name: string;
67
- detail: string;
68
- };
69
- };
70
- };
71
- FALSE: {
72
- description: string;
73
- abstract: string;
74
- links: {
75
- title: string;
76
- url: string;
77
- }[];
78
- functionParameter: {};
79
- };
80
- IF: {
81
- description: string;
82
- abstract: string;
83
- links: {
84
- title: string;
85
- url: string;
86
- }[];
87
- functionParameter: {
88
- logicalTest: {
89
- name: string;
90
- detail: string;
91
- };
92
- valueIfTrue: {
93
- name: string;
94
- detail: string;
95
- };
96
- valueIfFalse: {
97
- name: string;
98
- detail: string;
99
- };
100
- };
101
- };
102
- IFERROR: {
103
- description: string;
104
- abstract: string;
105
- links: {
106
- title: string;
107
- url: string;
108
- }[];
109
- functionParameter: {
110
- value: {
111
- name: string;
112
- detail: string;
113
- };
114
- valueIfError: {
115
- name: string;
116
- detail: string;
117
- };
118
- };
119
- };
120
- IFNA: {
121
- description: string;
122
- abstract: string;
123
- links: {
124
- title: string;
125
- url: string;
126
- }[];
127
- functionParameter: {
128
- value: {
129
- name: string;
130
- detail: string;
131
- };
132
- valueIfNa: {
133
- name: string;
134
- detail: string;
135
- };
136
- };
137
- };
138
- IFS: {
139
- description: string;
140
- abstract: string;
141
- links: {
142
- title: string;
143
- url: string;
144
- }[];
145
- functionParameter: {
146
- logicalTest1: {
147
- name: string;
148
- detail: string;
149
- };
150
- valueIfTrue1: {
151
- name: string;
152
- detail: string;
153
- };
154
- logicalTest2: {
155
- name: string;
156
- detail: string;
157
- };
158
- valueIfTrue2: {
159
- name: string;
160
- detail: string;
161
- };
162
- };
163
- };
164
- LAMBDA: {
165
- description: string;
166
- abstract: string;
167
- links: {
168
- title: string;
169
- url: string;
170
- }[];
171
- functionParameter: {
172
- parameter: {
173
- name: string;
174
- detail: string;
175
- };
176
- calculation: {
177
- name: string;
178
- detail: string;
179
- };
180
- };
181
- };
182
- LET: {
183
- description: string;
184
- abstract: string;
185
- links: {
186
- title: string;
187
- url: string;
188
- }[];
189
- functionParameter: {
190
- name1: {
191
- name: string;
192
- detail: string;
193
- };
194
- nameValue1: {
195
- name: string;
196
- detail: string;
197
- };
198
- calculationOrName2: {
199
- name: string;
200
- detail: string;
201
- };
202
- nameValue2: {
203
- name: string;
204
- detail: string;
205
- };
206
- calculationOrName3: {
207
- name: string;
208
- detail: string;
209
- };
210
- };
211
- };
212
- MAKEARRAY: {
213
- description: string;
214
- abstract: string;
215
- links: {
216
- title: string;
217
- url: string;
218
- }[];
219
- functionParameter: {
220
- number1: {
221
- name: string;
222
- detail: string;
223
- };
224
- number2: {
225
- name: string;
226
- detail: string;
227
- };
228
- value3: {
229
- name: string;
230
- detail: string;
231
- };
232
- };
233
- };
234
- MAP: {
235
- description: string;
236
- abstract: string;
237
- links: {
238
- title: string;
239
- url: string;
240
- }[];
241
- functionParameter: {
242
- array1: {
243
- name: string;
244
- detail: string;
245
- };
246
- array2: {
247
- name: string;
248
- detail: string;
249
- };
250
- lambda: {
251
- name: string;
252
- detail: string;
253
- };
254
- };
255
- };
256
- NOT: {
257
- description: string;
258
- abstract: string;
259
- links: {
260
- title: string;
261
- url: string;
262
- }[];
263
- functionParameter: {
264
- logical: {
265
- name: string;
266
- detail: string;
267
- };
268
- };
269
- };
270
- OR: {
271
- description: string;
272
- abstract: string;
273
- links: {
274
- title: string;
275
- url: string;
276
- }[];
277
- functionParameter: {
278
- logical1: {
279
- name: string;
280
- detail: string;
281
- };
282
- logical2: {
283
- name: string;
284
- detail: string;
285
- };
286
- };
287
- };
288
- REDUCE: {
289
- description: string;
290
- abstract: string;
291
- links: {
292
- title: string;
293
- url: string;
294
- }[];
295
- functionParameter: {
296
- initialValue: {
297
- name: string;
298
- detail: string;
299
- };
300
- array: {
301
- name: string;
302
- detail: string;
303
- };
304
- lambda: {
305
- name: string;
306
- detail: string;
307
- };
308
- };
309
- };
310
- SCAN: {
311
- description: string;
312
- abstract: string;
313
- links: {
314
- title: string;
315
- url: string;
316
- }[];
317
- functionParameter: {
318
- initialValue: {
319
- name: string;
320
- detail: string;
321
- };
322
- array: {
323
- name: string;
324
- detail: string;
325
- };
326
- lambda: {
327
- name: string;
328
- detail: string;
329
- };
330
- };
331
- };
332
- SWITCH: {
333
- description: string;
334
- abstract: string;
335
- links: {
336
- title: string;
337
- url: string;
338
- }[];
339
- functionParameter: {
340
- expression: {
341
- name: string;
342
- detail: string;
343
- };
344
- value1: {
345
- name: string;
346
- detail: string;
347
- };
348
- result1: {
349
- name: string;
350
- detail: string;
351
- };
352
- defaultOrValue2: {
353
- name: string;
354
- detail: string;
355
- };
356
- result2: {
357
- name: string;
358
- detail: string;
359
- };
360
- };
361
- };
362
- TRUE: {
363
- description: string;
364
- abstract: string;
365
- links: {
366
- title: string;
367
- url: string;
368
- }[];
369
- functionParameter: {};
370
- };
371
- XOR: {
372
- description: string;
373
- abstract: string;
374
- links: {
375
- title: string;
376
- url: string;
377
- }[];
378
- functionParameter: {
379
- logical1: {
380
- name: string;
381
- detail: string;
382
- };
383
- logical2: {
384
- name: string;
385
- detail: string;
386
- };
387
- };
388
- };
389
- };
390
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;
@@ -1,18 +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
- import type enUS from './en-US';
17
- declare const locale: typeof enUS;
18
- export default locale;