@univerjs/sheets-formula 0.3.0 → 0.4.0-alpha.1

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 (155) hide show
  1. package/lib/cjs/index.js +1 -11
  2. package/lib/es/index.js +2698 -5285
  3. package/lib/types/common/plugin-name.d.ts +1 -1
  4. package/lib/types/controllers/active-dirty.controller.d.ts +2 -3
  5. package/lib/types/controllers/{array-formula-display.controller.d.ts → array-formula-cell-interceptor.controller.d.ts} +3 -4
  6. package/lib/types/controllers/config.schema.d.ts +1 -7
  7. package/lib/types/controllers/formula.controller.d.ts +5 -0
  8. package/lib/types/controllers/trigger-calculation.controller.d.ts +13 -8
  9. package/lib/types/controllers/update-defined-name.controller.d.ts +14 -0
  10. package/lib/types/controllers/update-formula.controller.d.ts +11 -52
  11. package/lib/types/controllers/utils/ref-range-formula.d.ts +8 -2
  12. package/lib/types/controllers/utils/ref-range-move.d.ts +22 -0
  13. package/lib/types/controllers/utils/ref-range-param.d.ts +3 -0
  14. package/lib/types/index.d.ts +9 -16
  15. package/lib/types/services/description.service.d.ts +1 -1
  16. package/lib/types/sheets-formula.plugin.d.ts +22 -0
  17. package/lib/umd/index.js +1 -11
  18. package/package.json +18 -37
  19. package/lib/index.css +0 -1
  20. package/lib/locale/en-US.json +0 -10987
  21. package/lib/locale/ru-RU.json +0 -10938
  22. package/lib/locale/vi-VN.json +0 -9511
  23. package/lib/locale/zh-CN.json +0 -10987
  24. package/lib/locale/zh-TW.json +0 -10987
  25. package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -2
  26. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -13
  27. package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -11
  28. package/lib/types/commands/operations/help-function.operation.d.ts +0 -2
  29. package/lib/types/commands/operations/insert-function.operation.d.ts +0 -19
  30. package/lib/types/commands/operations/more-functions.operation.d.ts +0 -2
  31. package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -2
  32. package/lib/types/commands/operations/search-function.operation.d.ts +0 -2
  33. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -7
  34. package/lib/types/controllers/__tests__/formula-auto-fill.controller.spec.d.ts +0 -16
  35. package/lib/types/controllers/__tests__/formula-clipboard.controller.spec.d.ts +0 -16
  36. package/lib/types/controllers/__tests__/update-formula.controller.spec.d.ts +0 -16
  37. package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -15
  38. package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -11
  39. package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -25
  40. package/lib/types/controllers/formula-editor-show.controller.d.ts +0 -28
  41. package/lib/types/controllers/formula-render.controller.d.ts +0 -7
  42. package/lib/types/controllers/formula-ui.controller.d.ts +0 -19
  43. package/lib/types/controllers/menu.d.ts +0 -5
  44. package/lib/types/controllers/menu.schema.d.ts +0 -2
  45. package/lib/types/controllers/prompt.controller.d.ts +0 -170
  46. package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -9
  47. package/lib/types/formula-ui-plugin.d.ts +0 -36
  48. package/lib/types/locale/en-US.d.ts +0 -9983
  49. package/lib/types/locale/function-list/array/en-US.d.ts +0 -17
  50. package/lib/types/locale/function-list/array/ja-JP.d.ts +0 -17
  51. package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -2
  52. package/lib/types/locale/function-list/array/vi-VN.d.ts +0 -17
  53. package/lib/types/locale/function-list/array/zh-CN.d.ts +0 -17
  54. package/lib/types/locale/function-list/array/zh-TW.d.ts +0 -17
  55. package/lib/types/locale/function-list/compatibility/en-US.d.ts +0 -762
  56. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +0 -762
  57. package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -2
  58. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +0 -762
  59. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +0 -762
  60. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +0 -762
  61. package/lib/types/locale/function-list/cube/en-US.d.ts +0 -144
  62. package/lib/types/locale/function-list/cube/ja-JP.d.ts +0 -144
  63. package/lib/types/locale/function-list/cube/ru-RU.d.ts +0 -144
  64. package/lib/types/locale/function-list/cube/vi-VN.d.ts +0 -144
  65. package/lib/types/locale/function-list/cube/zh-CN.d.ts +0 -144
  66. package/lib/types/locale/function-list/cube/zh-TW.d.ts +0 -144
  67. package/lib/types/locale/function-list/database/en-US.d.ts +0 -234
  68. package/lib/types/locale/function-list/database/ja-JP.d.ts +0 -234
  69. package/lib/types/locale/function-list/database/ru-RU.d.ts +0 -234
  70. package/lib/types/locale/function-list/database/vi-VN.d.ts +0 -234
  71. package/lib/types/locale/function-list/database/zh-CN.d.ts +0 -234
  72. package/lib/types/locale/function-list/database/zh-TW.d.ts +0 -234
  73. package/lib/types/locale/function-list/date/en-US.d.ts +0 -458
  74. package/lib/types/locale/function-list/date/ja-JP.d.ts +0 -458
  75. package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -2
  76. package/lib/types/locale/function-list/date/vi-VN.d.ts +0 -458
  77. package/lib/types/locale/function-list/date/zh-CN.d.ts +0 -458
  78. package/lib/types/locale/function-list/date/zh-TW.d.ts +0 -458
  79. package/lib/types/locale/function-list/engineering/en-US.d.ts +0 -894
  80. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +0 -894
  81. package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -2
  82. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +0 -894
  83. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +0 -894
  84. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +0 -894
  85. package/lib/types/locale/function-list/financial/en-US.d.ts +0 -1608
  86. package/lib/types/locale/function-list/financial/ja-JP.d.ts +0 -1608
  87. package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -2
  88. package/lib/types/locale/function-list/financial/vi-VN.d.ts +0 -1608
  89. package/lib/types/locale/function-list/financial/zh-CN.d.ts +0 -1608
  90. package/lib/types/locale/function-list/financial/zh-TW.d.ts +0 -1608
  91. package/lib/types/locale/function-list/information/en-US.d.ts +0 -327
  92. package/lib/types/locale/function-list/information/ja-JP.d.ts +0 -327
  93. package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -2
  94. package/lib/types/locale/function-list/information/vi-VN.d.ts +0 -255
  95. package/lib/types/locale/function-list/information/zh-CN.d.ts +0 -327
  96. package/lib/types/locale/function-list/information/zh-TW.d.ts +0 -327
  97. package/lib/types/locale/function-list/logical/en-US.d.ts +0 -390
  98. package/lib/types/locale/function-list/logical/ja-JP.d.ts +0 -390
  99. package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -2
  100. package/lib/types/locale/function-list/logical/vi-VN.d.ts +0 -390
  101. package/lib/types/locale/function-list/logical/zh-CN.d.ts +0 -390
  102. package/lib/types/locale/function-list/logical/zh-TW.d.ts +0 -390
  103. package/lib/types/locale/function-list/lookup/en-US.d.ts +0 -812
  104. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +0 -812
  105. package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -2
  106. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +0 -722
  107. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +0 -812
  108. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +0 -812
  109. package/lib/types/locale/function-list/math/en-US.d.ts +0 -1388
  110. package/lib/types/locale/function-list/math/ja-JP.d.ts +0 -1388
  111. package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -2
  112. package/lib/types/locale/function-list/math/vi-VN.d.ts +0 -1298
  113. package/lib/types/locale/function-list/math/zh-CN.d.ts +0 -1388
  114. package/lib/types/locale/function-list/math/zh-TW.d.ts +0 -1388
  115. package/lib/types/locale/function-list/statistical/en-US.d.ts +0 -2160
  116. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +0 -2160
  117. package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -2
  118. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +0 -1188
  119. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +0 -2160
  120. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +0 -2160
  121. package/lib/types/locale/function-list/text/en-US.d.ts +0 -904
  122. package/lib/types/locale/function-list/text/ja-JP.d.ts +0 -905
  123. package/lib/types/locale/function-list/text/ru-RU.d.ts +0 -856
  124. package/lib/types/locale/function-list/text/vi-VN.d.ts +0 -784
  125. package/lib/types/locale/function-list/text/zh-CN.d.ts +0 -904
  126. package/lib/types/locale/function-list/text/zh-TW.d.ts +0 -904
  127. package/lib/types/locale/function-list/univer/en-US.d.ts +0 -17
  128. package/lib/types/locale/function-list/univer/ja-JP.d.ts +0 -17
  129. package/lib/types/locale/function-list/univer/ru-RU.d.ts +0 -17
  130. package/lib/types/locale/function-list/univer/vi-VN.d.ts +0 -17
  131. package/lib/types/locale/function-list/univer/zh-CN.d.ts +0 -17
  132. package/lib/types/locale/function-list/univer/zh-TW.d.ts +0 -17
  133. package/lib/types/locale/function-list/web/en-US.d.ts +0 -72
  134. package/lib/types/locale/function-list/web/ja-JP.d.ts +0 -72
  135. package/lib/types/locale/function-list/web/ru-RU.d.ts +0 -72
  136. package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -2
  137. package/lib/types/locale/function-list/web/zh-CN.d.ts +0 -72
  138. package/lib/types/locale/function-list/web/zh-TW.d.ts +0 -72
  139. package/lib/types/locale/ru-RU.d.ts +0 -9934
  140. package/lib/types/locale/vi-VN.d.ts +0 -8657
  141. package/lib/types/locale/zh-CN.d.ts +0 -9983
  142. package/lib/types/locale/zh-TW.d.ts +0 -9983
  143. package/lib/types/services/prompt.service.d.ts +0 -160
  144. package/lib/types/services/render-services/ref-selections.render-service.d.ts +0 -42
  145. package/lib/types/views/FormulaPromptContainer.d.ts +0 -2
  146. package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -2
  147. package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -22
  148. package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -8
  149. package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -7
  150. package/lib/types/views/more-functions/interface.d.ts +0 -16
  151. package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -6
  152. package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -2
  153. package/lib/types/views/prompt/resize-scroll-observer.d.ts +0 -18
  154. package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -2
  155. /package/lib/types/{commands/operations/__tests__/insert-function.operation.spec.d.ts → controllers/utils/__tests__/ref-range-move.spec.d.ts} +0 -0
@@ -1,234 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
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
- DAVERAGE: {
18
- description: string;
19
- abstract: string;
20
- links: {
21
- title: string;
22
- url: string;
23
- }[];
24
- functionParameter: {
25
- number1: {
26
- name: string;
27
- detail: string;
28
- };
29
- number2: {
30
- name: string;
31
- detail: string;
32
- };
33
- };
34
- };
35
- DCOUNT: {
36
- description: string;
37
- abstract: string;
38
- links: {
39
- title: string;
40
- url: string;
41
- }[];
42
- functionParameter: {
43
- number1: {
44
- name: string;
45
- detail: string;
46
- };
47
- number2: {
48
- name: string;
49
- detail: string;
50
- };
51
- };
52
- };
53
- DCOUNTA: {
54
- description: string;
55
- abstract: string;
56
- links: {
57
- title: string;
58
- url: string;
59
- }[];
60
- functionParameter: {
61
- number1: {
62
- name: string;
63
- detail: string;
64
- };
65
- number2: {
66
- name: string;
67
- detail: string;
68
- };
69
- };
70
- };
71
- DGET: {
72
- description: string;
73
- abstract: string;
74
- links: {
75
- title: string;
76
- url: string;
77
- }[];
78
- functionParameter: {
79
- number1: {
80
- name: string;
81
- detail: string;
82
- };
83
- number2: {
84
- name: string;
85
- detail: string;
86
- };
87
- };
88
- };
89
- DMAX: {
90
- description: string;
91
- abstract: string;
92
- links: {
93
- title: string;
94
- url: string;
95
- }[];
96
- functionParameter: {
97
- number1: {
98
- name: string;
99
- detail: string;
100
- };
101
- number2: {
102
- name: string;
103
- detail: string;
104
- };
105
- };
106
- };
107
- DMIN: {
108
- description: string;
109
- abstract: string;
110
- links: {
111
- title: string;
112
- url: string;
113
- }[];
114
- functionParameter: {
115
- number1: {
116
- name: string;
117
- detail: string;
118
- };
119
- number2: {
120
- name: string;
121
- detail: string;
122
- };
123
- };
124
- };
125
- DPRODUCT: {
126
- description: string;
127
- abstract: string;
128
- links: {
129
- title: string;
130
- url: string;
131
- }[];
132
- functionParameter: {
133
- number1: {
134
- name: string;
135
- detail: string;
136
- };
137
- number2: {
138
- name: string;
139
- detail: string;
140
- };
141
- };
142
- };
143
- DSTDEV: {
144
- description: string;
145
- abstract: string;
146
- links: {
147
- title: string;
148
- url: string;
149
- }[];
150
- functionParameter: {
151
- number1: {
152
- name: string;
153
- detail: string;
154
- };
155
- number2: {
156
- name: string;
157
- detail: string;
158
- };
159
- };
160
- };
161
- DSTDEVP: {
162
- description: string;
163
- abstract: string;
164
- links: {
165
- title: string;
166
- url: string;
167
- }[];
168
- functionParameter: {
169
- number1: {
170
- name: string;
171
- detail: string;
172
- };
173
- number2: {
174
- name: string;
175
- detail: string;
176
- };
177
- };
178
- };
179
- DSUM: {
180
- description: string;
181
- abstract: string;
182
- links: {
183
- title: string;
184
- url: string;
185
- }[];
186
- functionParameter: {
187
- number1: {
188
- name: string;
189
- detail: string;
190
- };
191
- number2: {
192
- name: string;
193
- detail: string;
194
- };
195
- };
196
- };
197
- DVAR: {
198
- description: string;
199
- abstract: string;
200
- links: {
201
- title: string;
202
- url: string;
203
- }[];
204
- functionParameter: {
205
- number1: {
206
- name: string;
207
- detail: string;
208
- };
209
- number2: {
210
- name: string;
211
- detail: string;
212
- };
213
- };
214
- };
215
- DVARP: {
216
- description: string;
217
- abstract: string;
218
- links: {
219
- title: string;
220
- url: string;
221
- }[];
222
- functionParameter: {
223
- number1: {
224
- name: string;
225
- detail: string;
226
- };
227
- number2: {
228
- name: string;
229
- detail: string;
230
- };
231
- };
232
- };
233
- };
234
- export default _default;
@@ -1,458 +0,0 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
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
- HOUR: {
166
- description: string;
167
- abstract: string;
168
- links: {
169
- title: string;
170
- url: string;
171
- }[];
172
- functionParameter: {
173
- serialNumber: {
174
- name: string;
175
- detail: string;
176
- };
177
- };
178
- };
179
- ISOWEEKNUM: {
180
- description: string;
181
- abstract: string;
182
- links: {
183
- title: string;
184
- url: string;
185
- }[];
186
- functionParameter: {
187
- date: {
188
- name: string;
189
- detail: string;
190
- };
191
- };
192
- };
193
- MINUTE: {
194
- description: string;
195
- abstract: string;
196
- links: {
197
- title: string;
198
- url: string;
199
- }[];
200
- functionParameter: {
201
- serialNumber: {
202
- name: string;
203
- detail: string;
204
- };
205
- };
206
- };
207
- MONTH: {
208
- description: string;
209
- abstract: string;
210
- links: {
211
- title: string;
212
- url: string;
213
- }[];
214
- functionParameter: {
215
- serialNumber: {
216
- name: string;
217
- detail: string;
218
- };
219
- };
220
- };
221
- NETWORKDAYS: {
222
- description: string;
223
- abstract: string;
224
- links: {
225
- title: string;
226
- url: string;
227
- }[];
228
- functionParameter: {
229
- startDate: {
230
- name: string;
231
- detail: string;
232
- };
233
- endDate: {
234
- name: string;
235
- detail: string;
236
- };
237
- holidays: {
238
- name: string;
239
- detail: string;
240
- };
241
- };
242
- };
243
- NETWORKDAYS_INTL: {
244
- description: string;
245
- abstract: string;
246
- links: {
247
- title: string;
248
- url: string;
249
- }[];
250
- functionParameter: {
251
- startDate: {
252
- name: string;
253
- detail: string;
254
- };
255
- endDate: {
256
- name: string;
257
- detail: string;
258
- };
259
- weekend: {
260
- name: string;
261
- detail: string;
262
- };
263
- holidays: {
264
- name: string;
265
- detail: string;
266
- };
267
- };
268
- };
269
- NOW: {
270
- description: string;
271
- abstract: string;
272
- links: {
273
- title: string;
274
- url: string;
275
- }[];
276
- functionParameter: {};
277
- };
278
- SECOND: {
279
- description: string;
280
- abstract: string;
281
- links: {
282
- title: string;
283
- url: string;
284
- }[];
285
- functionParameter: {
286
- serialNumber: {
287
- name: string;
288
- detail: string;
289
- };
290
- };
291
- };
292
- TIME: {
293
- description: string;
294
- abstract: string;
295
- links: {
296
- title: string;
297
- url: string;
298
- }[];
299
- functionParameter: {
300
- hour: {
301
- name: string;
302
- detail: string;
303
- };
304
- minute: {
305
- name: string;
306
- detail: string;
307
- };
308
- second: {
309
- name: string;
310
- detail: string;
311
- };
312
- };
313
- };
314
- TIMEVALUE: {
315
- description: string;
316
- abstract: string;
317
- links: {
318
- title: string;
319
- url: string;
320
- }[];
321
- functionParameter: {
322
- timeText: {
323
- name: string;
324
- detail: string;
325
- };
326
- };
327
- };
328
- TODAY: {
329
- description: string;
330
- abstract: string;
331
- links: {
332
- title: string;
333
- url: string;
334
- }[];
335
- functionParameter: {};
336
- };
337
- WEEKDAY: {
338
- description: string;
339
- abstract: string;
340
- links: {
341
- title: string;
342
- url: string;
343
- }[];
344
- functionParameter: {
345
- serialNumber: {
346
- name: string;
347
- detail: string;
348
- };
349
- returnType: {
350
- name: string;
351
- detail: string;
352
- };
353
- };
354
- };
355
- WEEKNUM: {
356
- description: string;
357
- abstract: string;
358
- links: {
359
- title: string;
360
- url: string;
361
- }[];
362
- functionParameter: {
363
- serialNumber: {
364
- name: string;
365
- detail: string;
366
- };
367
- returnType: {
368
- name: string;
369
- detail: string;
370
- };
371
- };
372
- };
373
- WORKDAY: {
374
- description: string;
375
- abstract: string;
376
- links: {
377
- title: string;
378
- url: string;
379
- }[];
380
- functionParameter: {
381
- startDate: {
382
- name: string;
383
- detail: string;
384
- };
385
- days: {
386
- name: string;
387
- detail: string;
388
- };
389
- holidays: {
390
- name: string;
391
- detail: string;
392
- };
393
- };
394
- };
395
- WORKDAY_INTL: {
396
- description: string;
397
- abstract: string;
398
- links: {
399
- title: string;
400
- url: string;
401
- }[];
402
- functionParameter: {
403
- startDate: {
404
- name: string;
405
- detail: string;
406
- };
407
- days: {
408
- name: string;
409
- detail: string;
410
- };
411
- weekend: {
412
- name: string;
413
- detail: string;
414
- };
415
- holidays: {
416
- name: string;
417
- detail: string;
418
- };
419
- };
420
- };
421
- YEAR: {
422
- description: string;
423
- abstract: string;
424
- links: {
425
- title: string;
426
- url: string;
427
- }[];
428
- functionParameter: {
429
- serialNumber: {
430
- name: string;
431
- detail: string;
432
- };
433
- };
434
- };
435
- YEARFRAC: {
436
- description: string;
437
- abstract: string;
438
- links: {
439
- title: string;
440
- url: string;
441
- }[];
442
- functionParameter: {
443
- startDate: {
444
- name: string;
445
- detail: string;
446
- };
447
- endDate: {
448
- name: string;
449
- detail: string;
450
- };
451
- basis: {
452
- name: string;
453
- detail: string;
454
- };
455
- };
456
- };
457
- };
458
- export default _default;