@univerjs/sheets-formula-ui 0.9.2 → 0.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) hide show
  1. package/lib/cjs/index.js +2 -5
  2. package/lib/cjs/locale/ca-ES.js +39 -0
  3. package/lib/cjs/locale/en-US.js +1 -3
  4. package/lib/cjs/locale/es-ES.js +39 -0
  5. package/lib/cjs/locale/fa-IR.js +7 -9
  6. package/lib/cjs/locale/fr-FR.js +7 -9
  7. package/lib/cjs/locale/ko-KR.js +9 -2
  8. package/lib/cjs/locale/ru-RU.js +7 -9
  9. package/lib/cjs/locale/vi-VN.js +8 -8
  10. package/lib/cjs/locale/zh-TW.js +2 -2
  11. package/lib/es/index.js +374 -380
  12. package/lib/es/locale/ca-ES.js +7906 -0
  13. package/lib/es/locale/en-US.js +1 -3
  14. package/lib/es/locale/es-ES.js +7904 -0
  15. package/lib/es/locale/fa-IR.js +27 -29
  16. package/lib/es/locale/fr-FR.js +27 -29
  17. package/lib/es/locale/ko-KR.js +210 -18
  18. package/lib/es/locale/ru-RU.js +26 -27
  19. package/lib/es/locale/vi-VN.js +248 -26
  20. package/lib/es/locale/zh-TW.js +3 -3
  21. package/lib/index.js +374 -380
  22. package/lib/locale/ca-ES.js +7906 -0
  23. package/lib/locale/en-US.js +1 -3
  24. package/lib/locale/es-ES.js +7904 -0
  25. package/lib/locale/fa-IR.js +27 -29
  26. package/lib/locale/fr-FR.js +27 -29
  27. package/lib/locale/ko-KR.js +210 -18
  28. package/lib/locale/ru-RU.js +26 -27
  29. package/lib/locale/vi-VN.js +248 -26
  30. package/lib/locale/zh-TW.js +3 -3
  31. package/lib/types/locale/ca-ES.d.ts +3 -0
  32. package/lib/types/locale/en-US.d.ts +2 -2
  33. package/lib/types/locale/es-ES.d.ts +3 -0
  34. package/lib/types/locale/fa-IR.d.ts +3 -10527
  35. package/lib/types/locale/fr-FR.d.ts +3 -10527
  36. package/lib/types/locale/function-list/array/ca-ES.d.ts +3 -0
  37. package/lib/types/locale/function-list/array/en-US.d.ts +2 -2
  38. package/lib/types/locale/function-list/array/es-ES.d.ts +3 -0
  39. package/lib/types/locale/function-list/array/fa-IR.d.ts +3 -0
  40. package/lib/types/locale/function-list/array/fr-FR.d.ts +3 -17
  41. package/lib/types/locale/function-list/array/ja-JP.d.ts +3 -58
  42. package/lib/types/locale/function-list/array/ko-KR.d.ts +3 -58
  43. package/lib/types/locale/function-list/array/ru-RU.d.ts +3 -58
  44. package/lib/types/locale/function-list/array/vi-VN.d.ts +3 -58
  45. package/lib/types/locale/function-list/array/zh-CN.d.ts +3 -58
  46. package/lib/types/locale/function-list/array/zh-TW.d.ts +3 -58
  47. package/lib/types/locale/function-list/compatibility/ca-ES.d.ts +3 -0
  48. package/lib/types/locale/function-list/compatibility/en-US.d.ts +2 -2
  49. package/lib/types/locale/function-list/compatibility/es-ES.d.ts +3 -0
  50. package/lib/types/locale/function-list/compatibility/fa-IR.d.ts +3 -0
  51. package/lib/types/locale/function-list/compatibility/fr-FR.d.ts +3 -706
  52. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +3 -838
  53. package/lib/types/locale/function-list/compatibility/ko-KR.d.ts +3 -838
  54. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +838 -2
  55. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +3 -838
  56. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +3 -838
  57. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +3 -838
  58. package/lib/types/locale/function-list/cube/ca-ES.d.ts +3 -0
  59. package/lib/types/locale/function-list/cube/en-US.d.ts +2 -2
  60. package/lib/types/locale/function-list/cube/es-ES.d.ts +3 -0
  61. package/lib/types/locale/function-list/cube/fa-IR.d.ts +3 -0
  62. package/lib/types/locale/function-list/cube/fr-FR.d.ts +3 -144
  63. package/lib/types/locale/function-list/cube/ja-JP.d.ts +3 -144
  64. package/lib/types/locale/function-list/cube/ko-KR.d.ts +3 -144
  65. package/lib/types/locale/function-list/cube/ru-RU.d.ts +3 -144
  66. package/lib/types/locale/function-list/cube/vi-VN.d.ts +3 -144
  67. package/lib/types/locale/function-list/cube/zh-CN.d.ts +3 -144
  68. package/lib/types/locale/function-list/cube/zh-TW.d.ts +3 -144
  69. package/lib/types/locale/function-list/database/ca-ES.d.ts +3 -0
  70. package/lib/types/locale/function-list/database/en-US.d.ts +2 -2
  71. package/lib/types/locale/function-list/database/es-ES.d.ts +3 -0
  72. package/lib/types/locale/function-list/database/fa-IR.d.ts +3 -0
  73. package/lib/types/locale/function-list/database/fr-FR.d.ts +3 -234
  74. package/lib/types/locale/function-list/database/ja-JP.d.ts +3 -282
  75. package/lib/types/locale/function-list/database/ko-KR.d.ts +3 -282
  76. package/lib/types/locale/function-list/database/ru-RU.d.ts +3 -282
  77. package/lib/types/locale/function-list/database/vi-VN.d.ts +3 -282
  78. package/lib/types/locale/function-list/database/zh-CN.d.ts +3 -282
  79. package/lib/types/locale/function-list/database/zh-TW.d.ts +3 -282
  80. package/lib/types/locale/function-list/date/ca-ES.d.ts +3 -0
  81. package/lib/types/locale/function-list/date/en-US.d.ts +2 -2
  82. package/lib/types/locale/function-list/date/es-ES.d.ts +3 -0
  83. package/lib/types/locale/function-list/date/fa-IR.d.ts +3 -0
  84. package/lib/types/locale/function-list/date/fr-FR.d.ts +3 -458
  85. package/lib/types/locale/function-list/date/ja-JP.d.ts +3 -490
  86. package/lib/types/locale/function-list/date/ko-KR.d.ts +3 -490
  87. package/lib/types/locale/function-list/date/ru-RU.d.ts +490 -2
  88. package/lib/types/locale/function-list/date/vi-VN.d.ts +3 -490
  89. package/lib/types/locale/function-list/date/zh-CN.d.ts +3 -490
  90. package/lib/types/locale/function-list/date/zh-TW.d.ts +3 -490
  91. package/lib/types/locale/function-list/engineering/ca-ES.d.ts +3 -0
  92. package/lib/types/locale/function-list/engineering/en-US.d.ts +2 -2
  93. package/lib/types/locale/function-list/engineering/es-ES.d.ts +3 -0
  94. package/lib/types/locale/function-list/engineering/fa-IR.d.ts +3 -0
  95. package/lib/types/locale/function-list/engineering/fr-FR.d.ts +3 -894
  96. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +3 -940
  97. package/lib/types/locale/function-list/engineering/ko-KR.d.ts +3 -940
  98. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +940 -2
  99. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +3 -940
  100. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +3 -940
  101. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +3 -940
  102. package/lib/types/locale/function-list/financial/ca-ES.d.ts +3 -0
  103. package/lib/types/locale/function-list/financial/en-US.d.ts +2 -2
  104. package/lib/types/locale/function-list/financial/es-ES.d.ts +3 -0
  105. package/lib/types/locale/function-list/financial/fa-IR.d.ts +3 -0
  106. package/lib/types/locale/function-list/financial/fr-FR.d.ts +3 -1608
  107. package/lib/types/locale/function-list/financial/ja-JP.d.ts +3 -1608
  108. package/lib/types/locale/function-list/financial/ko-KR.d.ts +3 -1608
  109. package/lib/types/locale/function-list/financial/ru-RU.d.ts +1608 -2
  110. package/lib/types/locale/function-list/financial/vi-VN.d.ts +3 -1608
  111. package/lib/types/locale/function-list/financial/zh-CN.d.ts +3 -1608
  112. package/lib/types/locale/function-list/financial/zh-TW.d.ts +3 -1608
  113. package/lib/types/locale/function-list/information/ca-ES.d.ts +3 -0
  114. package/lib/types/locale/function-list/information/en-US.d.ts +2 -2
  115. package/lib/types/locale/function-list/information/es-ES.d.ts +3 -0
  116. package/lib/types/locale/function-list/information/fa-IR.d.ts +3 -0
  117. package/lib/types/locale/function-list/information/fr-FR.d.ts +3 -327
  118. package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -386
  119. package/lib/types/locale/function-list/information/ko-KR.d.ts +3 -386
  120. package/lib/types/locale/function-list/information/ru-RU.d.ts +386 -2
  121. package/lib/types/locale/function-list/information/vi-VN.d.ts +3 -350
  122. package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -386
  123. package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -386
  124. package/lib/types/locale/function-list/logical/ca-ES.d.ts +3 -0
  125. package/lib/types/locale/function-list/logical/en-US.d.ts +2 -2
  126. package/lib/types/locale/function-list/logical/es-ES.d.ts +3 -0
  127. package/lib/types/locale/function-list/logical/fa-IR.d.ts +3 -0
  128. package/lib/types/locale/function-list/logical/fr-FR.d.ts +3 -390
  129. package/lib/types/locale/function-list/logical/ja-JP.d.ts +3 -390
  130. package/lib/types/locale/function-list/logical/ko-KR.d.ts +3 -378
  131. package/lib/types/locale/function-list/logical/ru-RU.d.ts +390 -2
  132. package/lib/types/locale/function-list/logical/vi-VN.d.ts +3 -390
  133. package/lib/types/locale/function-list/logical/zh-CN.d.ts +3 -390
  134. package/lib/types/locale/function-list/logical/zh-TW.d.ts +3 -390
  135. package/lib/types/locale/function-list/lookup/ca-ES.d.ts +3 -0
  136. package/lib/types/locale/function-list/lookup/en-US.d.ts +2 -2
  137. package/lib/types/locale/function-list/lookup/es-ES.d.ts +3 -0
  138. package/lib/types/locale/function-list/lookup/fa-IR.d.ts +3 -0
  139. package/lib/types/locale/function-list/lookup/fr-FR.d.ts +3 -812
  140. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +3 -808
  141. package/lib/types/locale/function-list/lookup/ko-KR.d.ts +3 -808
  142. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +808 -2
  143. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +3 -754
  144. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +3 -808
  145. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +3 -808
  146. package/lib/types/locale/function-list/math/ca-ES.d.ts +3 -0
  147. package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
  148. package/lib/types/locale/function-list/math/es-ES.d.ts +3 -0
  149. package/lib/types/locale/function-list/math/fa-IR.d.ts +3 -0
  150. package/lib/types/locale/function-list/math/fr-FR.d.ts +3 -1388
  151. package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -1402
  152. package/lib/types/locale/function-list/math/ko-KR.d.ts +3 -1366
  153. package/lib/types/locale/function-list/math/ru-RU.d.ts +1402 -2
  154. package/lib/types/locale/function-list/math/vi-VN.d.ts +3 -1348
  155. package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -1402
  156. package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -1402
  157. package/lib/types/locale/function-list/statistical/ca-ES.d.ts +3 -0
  158. package/lib/types/locale/function-list/statistical/en-US.d.ts +2 -2
  159. package/lib/types/locale/function-list/statistical/es-ES.d.ts +3 -0
  160. package/lib/types/locale/function-list/statistical/fa-IR.d.ts +3 -0
  161. package/lib/types/locale/function-list/statistical/fr-FR.d.ts +3 -2068
  162. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +3 -2308
  163. package/lib/types/locale/function-list/statistical/ko-KR.d.ts +3 -2184
  164. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +2308 -2
  165. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +3 -2236
  166. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +3 -2308
  167. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +3 -2308
  168. package/lib/types/locale/function-list/text/ca-ES.d.ts +3 -0
  169. package/lib/types/locale/function-list/text/en-US.d.ts +2 -2
  170. package/lib/types/locale/function-list/text/es-ES.d.ts +3 -0
  171. package/lib/types/locale/function-list/text/fa-IR.d.ts +3 -0
  172. package/lib/types/locale/function-list/text/fr-FR.d.ts +3 -922
  173. package/lib/types/locale/function-list/text/ja-JP.d.ts +3 -989
  174. package/lib/types/locale/function-list/text/ko-KR.d.ts +3 -912
  175. package/lib/types/locale/function-list/text/ru-RU.d.ts +3 -988
  176. package/lib/types/locale/function-list/text/vi-VN.d.ts +3 -960
  177. package/lib/types/locale/function-list/text/zh-CN.d.ts +3 -988
  178. package/lib/types/locale/function-list/text/zh-TW.d.ts +3 -988
  179. package/lib/types/locale/function-list/univer/ca-ES.d.ts +3 -0
  180. package/lib/types/locale/function-list/univer/en-US.d.ts +2 -2
  181. package/lib/types/locale/function-list/univer/es-ES.d.ts +3 -0
  182. package/lib/types/locale/function-list/univer/fa-IR.d.ts +3 -0
  183. package/lib/types/locale/function-list/univer/fr-FR.d.ts +3 -17
  184. package/lib/types/locale/function-list/univer/ja-JP.d.ts +3 -17
  185. package/lib/types/locale/function-list/univer/ko-KR.d.ts +3 -17
  186. package/lib/types/locale/function-list/univer/ru-RU.d.ts +2 -2
  187. package/lib/types/locale/function-list/univer/vi-VN.d.ts +3 -17
  188. package/lib/types/locale/function-list/univer/zh-CN.d.ts +3 -17
  189. package/lib/types/locale/function-list/univer/zh-TW.d.ts +3 -17
  190. package/lib/types/locale/function-list/web/ca-ES.d.ts +3 -0
  191. package/lib/types/locale/function-list/web/en-US.d.ts +2 -2
  192. package/lib/types/locale/function-list/web/es-ES.d.ts +3 -0
  193. package/lib/types/locale/function-list/web/fa-IR.d.ts +3 -0
  194. package/lib/types/locale/function-list/web/fr-FR.d.ts +3 -72
  195. package/lib/types/locale/function-list/web/ja-JP.d.ts +3 -68
  196. package/lib/types/locale/function-list/web/ko-KR.d.ts +3 -68
  197. package/lib/types/locale/function-list/web/ru-RU.d.ts +3 -68
  198. package/lib/types/locale/function-list/web/vi-VN.d.ts +3 -32
  199. package/lib/types/locale/function-list/web/zh-CN.d.ts +3 -68
  200. package/lib/types/locale/function-list/web/zh-TW.d.ts +3 -68
  201. package/lib/types/locale/ko-KR.d.ts +3 -10297
  202. package/lib/types/locale/ru-RU.d.ts +3 -10526
  203. package/lib/types/locale/vi-VN.d.ts +3 -10265
  204. package/lib/types/locale/zh-CN.d.ts +3 -10527
  205. package/lib/types/locale/zh-TW.d.ts +3 -10527
  206. package/lib/umd/index.js +2 -5
  207. package/lib/umd/locale/ca-ES.js +39 -0
  208. package/lib/umd/locale/en-US.js +1 -3
  209. package/lib/umd/locale/es-ES.js +39 -0
  210. package/lib/umd/locale/fa-IR.js +1 -3
  211. package/lib/umd/locale/fr-FR.js +1 -3
  212. package/lib/umd/locale/ko-KR.js +9 -2
  213. package/lib/umd/locale/ru-RU.js +2 -4
  214. package/lib/umd/locale/vi-VN.js +6 -6
  215. package/lib/umd/locale/zh-TW.js +2 -2
  216. package/package.json +13 -13
@@ -1,490 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Co., Ltd.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
- declare const _default: {
17
- DATE: {
18
- description: string;
19
- abstract: string;
20
- links: {
21
- title: string;
22
- url: string;
23
- }[];
24
- functionParameter: {
25
- year: {
26
- name: string;
27
- detail: string;
28
- };
29
- month: {
30
- name: string;
31
- detail: string;
32
- };
33
- day: {
34
- name: string;
35
- detail: string;
36
- };
37
- };
38
- };
39
- DATEDIF: {
40
- description: string;
41
- abstract: string;
42
- links: {
43
- title: string;
44
- url: string;
45
- }[];
46
- functionParameter: {
47
- startDate: {
48
- name: string;
49
- detail: string;
50
- };
51
- endDate: {
52
- name: string;
53
- detail: string;
54
- };
55
- method: {
56
- name: string;
57
- detail: string;
58
- };
59
- };
60
- };
61
- DATEVALUE: {
62
- description: string;
63
- abstract: string;
64
- links: {
65
- title: string;
66
- url: string;
67
- }[];
68
- functionParameter: {
69
- dateText: {
70
- name: string;
71
- detail: string;
72
- };
73
- };
74
- };
75
- DAY: {
76
- description: string;
77
- abstract: string;
78
- links: {
79
- title: string;
80
- url: string;
81
- }[];
82
- functionParameter: {
83
- serialNumber: {
84
- name: string;
85
- detail: string;
86
- };
87
- };
88
- };
89
- DAYS: {
90
- description: string;
91
- abstract: string;
92
- links: {
93
- title: string;
94
- url: string;
95
- }[];
96
- functionParameter: {
97
- endDate: {
98
- name: string;
99
- detail: string;
100
- };
101
- startDate: {
102
- name: string;
103
- detail: string;
104
- };
105
- };
106
- };
107
- DAYS360: {
108
- description: string;
109
- abstract: string;
110
- links: {
111
- title: string;
112
- url: string;
113
- }[];
114
- functionParameter: {
115
- startDate: {
116
- name: string;
117
- detail: string;
118
- };
119
- endDate: {
120
- name: string;
121
- detail: string;
122
- };
123
- method: {
124
- name: string;
125
- detail: string;
126
- };
127
- };
128
- };
129
- EDATE: {
130
- description: string;
131
- abstract: string;
132
- links: {
133
- title: string;
134
- url: string;
135
- }[];
136
- functionParameter: {
137
- startDate: {
138
- name: string;
139
- detail: string;
140
- };
141
- months: {
142
- name: string;
143
- detail: string;
144
- };
145
- };
146
- };
147
- EOMONTH: {
148
- description: string;
149
- abstract: string;
150
- links: {
151
- title: string;
152
- url: string;
153
- }[];
154
- functionParameter: {
155
- startDate: {
156
- name: string;
157
- detail: string;
158
- };
159
- months: {
160
- name: string;
161
- detail: string;
162
- };
163
- };
164
- };
165
- EPOCHTODATE: {
166
- description: string;
167
- abstract: string;
168
- links: {
169
- title: string;
170
- url: string;
171
- }[];
172
- functionParameter: {
173
- timestamp: {
174
- name: string;
175
- detail: string;
176
- };
177
- unit: {
178
- name: string;
179
- detail: string;
180
- };
181
- };
182
- };
183
- HOUR: {
184
- description: string;
185
- abstract: string;
186
- links: {
187
- title: string;
188
- url: string;
189
- }[];
190
- functionParameter: {
191
- serialNumber: {
192
- name: string;
193
- detail: string;
194
- };
195
- };
196
- };
197
- ISOWEEKNUM: {
198
- description: string;
199
- abstract: string;
200
- links: {
201
- title: string;
202
- url: string;
203
- }[];
204
- functionParameter: {
205
- date: {
206
- name: string;
207
- detail: string;
208
- };
209
- };
210
- };
211
- MINUTE: {
212
- description: string;
213
- abstract: string;
214
- links: {
215
- title: string;
216
- url: string;
217
- }[];
218
- functionParameter: {
219
- serialNumber: {
220
- name: string;
221
- detail: string;
222
- };
223
- };
224
- };
225
- MONTH: {
226
- description: string;
227
- abstract: string;
228
- links: {
229
- title: string;
230
- url: string;
231
- }[];
232
- functionParameter: {
233
- serialNumber: {
234
- name: string;
235
- detail: string;
236
- };
237
- };
238
- };
239
- NETWORKDAYS: {
240
- description: string;
241
- abstract: string;
242
- links: {
243
- title: string;
244
- url: string;
245
- }[];
246
- functionParameter: {
247
- startDate: {
248
- name: string;
249
- detail: string;
250
- };
251
- endDate: {
252
- name: string;
253
- detail: string;
254
- };
255
- holidays: {
256
- name: string;
257
- detail: string;
258
- };
259
- };
260
- };
261
- NETWORKDAYS_INTL: {
262
- description: string;
263
- abstract: string;
264
- links: {
265
- title: string;
266
- url: string;
267
- }[];
268
- functionParameter: {
269
- startDate: {
270
- name: string;
271
- detail: string;
272
- };
273
- endDate: {
274
- name: string;
275
- detail: string;
276
- };
277
- weekend: {
278
- name: string;
279
- detail: string;
280
- };
281
- holidays: {
282
- name: string;
283
- detail: string;
284
- };
285
- };
286
- };
287
- NOW: {
288
- description: string;
289
- abstract: string;
290
- links: {
291
- title: string;
292
- url: string;
293
- }[];
294
- functionParameter: {};
295
- };
296
- SECOND: {
297
- description: string;
298
- abstract: string;
299
- links: {
300
- title: string;
301
- url: string;
302
- }[];
303
- functionParameter: {
304
- serialNumber: {
305
- name: string;
306
- detail: string;
307
- };
308
- };
309
- };
310
- TIME: {
311
- description: string;
312
- abstract: string;
313
- links: {
314
- title: string;
315
- url: string;
316
- }[];
317
- functionParameter: {
318
- hour: {
319
- name: string;
320
- detail: string;
321
- };
322
- minute: {
323
- name: string;
324
- detail: string;
325
- };
326
- second: {
327
- name: string;
328
- detail: string;
329
- };
330
- };
331
- };
332
- TIMEVALUE: {
333
- description: string;
334
- abstract: string;
335
- links: {
336
- title: string;
337
- url: string;
338
- }[];
339
- functionParameter: {
340
- timeText: {
341
- name: string;
342
- detail: string;
343
- };
344
- };
345
- };
346
- TO_DATE: {
347
- description: string;
348
- abstract: string;
349
- links: {
350
- title: string;
351
- url: string;
352
- }[];
353
- functionParameter: {
354
- value: {
355
- name: string;
356
- detail: string;
357
- };
358
- };
359
- };
360
- TODAY: {
361
- description: string;
362
- abstract: string;
363
- links: {
364
- title: string;
365
- url: string;
366
- }[];
367
- functionParameter: {};
368
- };
369
- WEEKDAY: {
370
- description: string;
371
- abstract: string;
372
- links: {
373
- title: string;
374
- url: string;
375
- }[];
376
- functionParameter: {
377
- serialNumber: {
378
- name: string;
379
- detail: string;
380
- };
381
- returnType: {
382
- name: string;
383
- detail: string;
384
- };
385
- };
386
- };
387
- WEEKNUM: {
388
- description: string;
389
- abstract: string;
390
- links: {
391
- title: string;
392
- url: string;
393
- }[];
394
- functionParameter: {
395
- serialNumber: {
396
- name: string;
397
- detail: string;
398
- };
399
- returnType: {
400
- name: string;
401
- detail: string;
402
- };
403
- };
404
- };
405
- WORKDAY: {
406
- description: string;
407
- abstract: string;
408
- links: {
409
- title: string;
410
- url: string;
411
- }[];
412
- functionParameter: {
413
- startDate: {
414
- name: string;
415
- detail: string;
416
- };
417
- days: {
418
- name: string;
419
- detail: string;
420
- };
421
- holidays: {
422
- name: string;
423
- detail: string;
424
- };
425
- };
426
- };
427
- WORKDAY_INTL: {
428
- description: string;
429
- abstract: string;
430
- links: {
431
- title: string;
432
- url: string;
433
- }[];
434
- functionParameter: {
435
- startDate: {
436
- name: string;
437
- detail: string;
438
- };
439
- days: {
440
- name: string;
441
- detail: string;
442
- };
443
- weekend: {
444
- name: string;
445
- detail: string;
446
- };
447
- holidays: {
448
- name: string;
449
- detail: string;
450
- };
451
- };
452
- };
453
- YEAR: {
454
- description: string;
455
- abstract: string;
456
- links: {
457
- title: string;
458
- url: string;
459
- }[];
460
- functionParameter: {
461
- serialNumber: {
462
- name: string;
463
- detail: string;
464
- };
465
- };
466
- };
467
- YEARFRAC: {
468
- description: string;
469
- abstract: string;
470
- links: {
471
- title: string;
472
- url: string;
473
- }[];
474
- functionParameter: {
475
- startDate: {
476
- name: string;
477
- detail: string;
478
- };
479
- endDate: {
480
- name: string;
481
- detail: string;
482
- };
483
- basis: {
484
- name: string;
485
- detail: string;
486
- };
487
- };
488
- };
489
- };
490
- export default _default;
1
+ import { default as enUS } from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;