@univerjs/sheets-formula 0.2.3 → 0.2.4-alpha.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 (37) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +2021 -1950
  3. package/lib/locale/en-US.json +69 -57
  4. package/lib/locale/ru-RU.json +69 -57
  5. package/lib/locale/vi-VN.json +6 -6
  6. package/lib/locale/zh-CN.json +69 -57
  7. package/lib/locale/zh-TW.json +15 -27
  8. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +7 -8
  9. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -2
  10. package/lib/types/controllers/formula-clipboard.controller.d.ts +1 -2
  11. package/lib/types/controllers/formula-ui.controller.d.ts +1 -2
  12. package/lib/types/controllers/menu.d.ts +1 -1
  13. package/lib/types/controllers/prompt.controller.d.ts +9 -3
  14. package/lib/types/controllers/update-formula.controller.d.ts +1 -2
  15. package/lib/types/formula-ui-plugin.d.ts +1 -2
  16. package/lib/types/locale/en-US.d.ts +39 -27
  17. package/lib/types/locale/function-list/date/en-US.d.ts +37 -25
  18. package/lib/types/locale/function-list/date/ja-JP.d.ts +37 -25
  19. package/lib/types/locale/function-list/date/zh-CN.d.ts +37 -25
  20. package/lib/types/locale/function-list/date/zh-TW.d.ts +3 -15
  21. package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
  22. package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
  23. package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
  24. package/lib/types/locale/function-list/math/zh-TW.d.ts +2 -2
  25. package/lib/types/locale/ru-RU.d.ts +39 -27
  26. package/lib/types/locale/vi-VN.d.ts +2 -2
  27. package/lib/types/locale/zh-CN.d.ts +39 -27
  28. package/lib/types/locale/zh-TW.d.ts +5 -17
  29. package/lib/types/services/description.service.d.ts +2 -3
  30. package/lib/types/services/formula-ref-range.service.d.ts +1 -2
  31. package/lib/types/services/prompt.service.d.ts +2 -5
  32. package/lib/types/services/register-function.service.d.ts +2 -3
  33. package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
  34. package/lib/types/services/render-services/ref-selections.render-service.d.ts +3 -2
  35. package/lib/types/views/prompt/resize-scroll-observer.d.ts +18 -0
  36. package/lib/umd/index.js +4 -4
  37. package/package.json +24 -26
@@ -1276,13 +1276,9 @@
1276
1276
  }
1277
1277
  ],
1278
1278
  "functionParameter": {
1279
- "number1": {
1280
- "name": "number1",
1281
- "detail": "first"
1282
- },
1283
- "number2": {
1284
- "name": "number2",
1285
- "detail": "second"
1279
+ "serialNumber": {
1280
+ "name": "日期序號",
1281
+ "detail": "要找的日期。 應使用 DATE 函數輸入日期,或將日期輸入為其他公式或函數的結果。 例如,使用函數 DATE(2008,5,23) 輸入 2008 年 5 月 23 日。 "
1286
1282
  }
1287
1283
  }
1288
1284
  },
@@ -1316,13 +1312,9 @@
1316
1312
  }
1317
1313
  ],
1318
1314
  "functionParameter": {
1319
- "number1": {
1320
- "name": "number1",
1321
- "detail": "first"
1322
- },
1323
- "number2": {
1324
- "name": "number2",
1325
- "detail": "second"
1315
+ "serialNumber": {
1316
+ "name": "日期序號",
1317
+ "detail": "要找的日期。 應使用 DATE 函數輸入日期,或將日期輸入為其他公式或函數的結果。 例如,使用函數 DATE(2008,5,23) 輸入 2008 年 5 月 23 日。 "
1326
1318
  }
1327
1319
  }
1328
1320
  },
@@ -1403,13 +1395,9 @@
1403
1395
  }
1404
1396
  ],
1405
1397
  "functionParameter": {
1406
- "number1": {
1407
- "name": "number1",
1408
- "detail": "first"
1409
- },
1410
- "number2": {
1411
- "name": "number2",
1412
- "detail": "second"
1398
+ "serialNumber": {
1399
+ "name": "日期序號",
1400
+ "detail": "要找的日期。 應使用 DATE 函數輸入日期,或將日期輸入為其他公式或函數的結果。 例如,使用函數 DATE(2008,5,23) 輸入 2008 年 5 月 23 日。 "
1413
1401
  }
1414
1402
  }
1415
1403
  },
@@ -3074,13 +3062,13 @@
3074
3062
  }
3075
3063
  ],
3076
3064
  "functionParameter": {
3077
- "number1": {
3078
- "name": "number1",
3079
- "detail": "first"
3065
+ "array1": {
3066
+ "name": "陣列",
3067
+ "detail": "這是您要求元素乘積和的第一個陣列引數。"
3080
3068
  },
3081
- "number2": {
3082
- "name": "number2",
3083
- "detail": "second"
3069
+ "array2": {
3070
+ "name": "陣列",
3071
+ "detail": "這是您要求元素乘積和的第 2 個到第 255 個陣列引數。"
3084
3072
  }
3085
3073
  }
3086
3074
  },
@@ -1,15 +1,14 @@
1
- import { IWorkbookData, Univer } from '@univerjs/core';
2
- import { Dependency } from '@wendellhu/redi';
1
+ import { Dependency, IWorkbookData, Univer } from '@univerjs/core';
3
2
 
4
3
  export declare function createCommandTestBed(workbookData?: IWorkbookData, dependencies?: Dependency[]): {
5
4
  univer: Univer;
6
5
  get: {
7
- <T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, lookUp?: import('@wendellhu/redi').LookUp): T;
8
- <T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.MANY, lookUp?: import('@wendellhu/redi').LookUp): T[];
9
- <T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.OPTIONAL, lookUp?: import('@wendellhu/redi').LookUp): T | null;
10
- <T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity: import("@wendellhu/redi").Quantity.REQUIRED, lookUp?: import('@wendellhu/redi').LookUp): T;
11
- <T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantity?: import('@wendellhu/redi').Quantity, lookUp?: import('@wendellhu/redi').LookUp): T[] | T | null;
12
- <T>(id: import('@wendellhu/redi').DependencyIdentifier<T>, quantityOrLookup?: import('@wendellhu/redi').Quantity | import('@wendellhu/redi').LookUp, lookUp?: import('@wendellhu/redi').LookUp): T[] | T | null;
6
+ <T>(id: import('@univerjs/core').DependencyIdentifier<T>, lookUp?: import('@univerjs/core').LookUp): T;
7
+ <T>(id: import('@univerjs/core').DependencyIdentifier<T>, quantity: import("@univerjs/core").Quantity.MANY, lookUp?: import('@univerjs/core').LookUp): T[];
8
+ <T>(id: import('@univerjs/core').DependencyIdentifier<T>, quantity: import("@univerjs/core").Quantity.OPTIONAL, lookUp?: import('@univerjs/core').LookUp): T | null;
9
+ <T>(id: import('@univerjs/core').DependencyIdentifier<T>, quantity: import("@univerjs/core").Quantity.REQUIRED, lookUp?: import('@univerjs/core').LookUp): T;
10
+ <T>(id: import('@univerjs/core').DependencyIdentifier<T>, quantity?: import('@univerjs/core').Quantity, lookUp?: import('@univerjs/core').LookUp): T[] | T | null;
11
+ <T>(id: import('@univerjs/core').DependencyIdentifier<T>, quantityOrLookup?: import('@univerjs/core').Quantity | import('@univerjs/core').LookUp, lookUp?: import('@univerjs/core').LookUp): T[] | T | null;
13
12
  };
14
13
  sheet: import('@univerjs/core').UnitModel<object, number>;
15
14
  };
@@ -1,5 +1,4 @@
1
- import { IWorkbookData, Workbook, Univer } from '@univerjs/core';
2
- import { Dependency, Injector } from '@wendellhu/redi';
1
+ import { Dependency, IWorkbookData, Workbook, Injector, Univer } from '@univerjs/core';
3
2
 
4
3
  export interface ITestBed {
5
4
  univer: Univer;
@@ -1,7 +1,6 @@
1
- import { IMutationInfo, Disposable, IUniverInstanceService, ObjectMatrix } from '@univerjs/core';
1
+ import { IAccessor, IMutationInfo, Disposable, Injector, IUniverInstanceService, ObjectMatrix } from '@univerjs/core';
2
2
  import { FormulaDataModel, LexerTreeBuilder } from '@univerjs/engine-formula';
3
3
  import { COPY_TYPE, ISheetClipboardService, ICellDataWithSpanInfo, IDiscreteRange, ISheetDiscreteRangeLocation } from '@univerjs/sheets-ui';
4
- import { IAccessor, Injector } from '@wendellhu/redi';
5
4
 
6
5
  export declare const DEFAULT_PASTE_FORMULA = "default-paste-formula";
7
6
  export declare class FormulaClipboardController extends Disposable {
@@ -1,6 +1,5 @@
1
- import { Disposable, ICommandService } from '@univerjs/core';
1
+ import { Disposable, ICommandService, Injector, Ctor } from '@univerjs/core';
2
2
  import { MenuConfig, ComponentManager, IMenuService, IShortcutService, IUIPartsService } from '@univerjs/ui';
3
- import { Ctor, Injector } from '@wendellhu/redi';
4
3
  import { IRenderManagerService } from '@univerjs/engine-render';
5
4
  import { BaseFunction, IFunctionInfo, IFunctionNames } from '@univerjs/engine-formula';
6
5
 
@@ -1,5 +1,5 @@
1
+ import { IAccessor } from '@univerjs/core';
1
2
  import { IMenuItem } from '@univerjs/ui';
2
- import { IAccessor } from '@wendellhu/redi';
3
3
 
4
4
  export declare function InsertFunctionMenuItemFactory(accessor: IAccessor): IMenuItem;
5
5
  export declare function MoreFunctionsMenuItemFactory(accessor: IAccessor): IMenuItem;
@@ -39,6 +39,10 @@ export declare class PromptController extends Disposable {
39
39
  private _previousEditorUnitId;
40
40
  private _existsSequenceNode;
41
41
  private get _selectionRenderService();
42
+ /**
43
+ * If there are multiple sheet instances, we should enable or disable all of them.
44
+ */
45
+ private get _allSelectionRenderServices();
42
46
  constructor(_commandService: ICommandService, _contextService: IContextService, _textSelectionRenderManager: ITextSelectionRenderManager, _editorBridgeService: EditorBridgeService, _formulaPromptService: IFormulaPromptService, _lexerTreeBuilder: LexerTreeBuilder, _renderManagerService: IRenderManagerService, _themeService: ThemeService, _sheetsSelectionsService: SheetsSelectionsService, _refSelectionsService: SheetsSelectionsService, _univerInstanceService: IUniverInstanceService, _descriptionService: IDescriptionService, _textSelectionManagerService: TextSelectionManagerService, _contextMenuService: IContextMenuService, _editorService: IEditorService);
43
47
  dispose(): void;
44
48
  private _resetTemp;
@@ -51,8 +55,10 @@ export declare class PromptController extends Disposable {
51
55
  private _closeRangePrompt;
52
56
  private _initSelectionsEndListener;
53
57
  private _updateSelecting;
58
+ private _currentlyWorkingRefRenderer;
54
59
  private _selectionsChangeDisposables;
55
60
  private _enableRefSelectionsRenderService;
61
+ private _checkClearingLastSelection;
56
62
  private _disposeSelectionsChangeListeners;
57
63
  private _insertControlSelections;
58
64
  private _initAcceptFormula;
@@ -65,6 +71,7 @@ export declare class PromptController extends Disposable {
65
71
  * @returns Return the character under the current cursor in the editor.
66
72
  */
67
73
  private _getCurrentChar;
74
+ private _getCurrentDataStream;
68
75
  private _isSelectingMode;
69
76
  private _enterSelectingMode;
70
77
  /**
@@ -103,12 +110,12 @@ export declare class PromptController extends Disposable {
103
110
  private _getSheetIdByName;
104
111
  private _getSheetNameById;
105
112
  private _getCurrentUnitIdAndSheetId;
106
- private _getOpenForCurrentSheet;
113
+ private _getEditorOpenedForSheet;
107
114
  /**
108
115
  * Convert the selection range to a ref string for the formula engine, such as A1:B1
109
116
  * @param currentSelection
110
117
  */
111
- private _getRefString;
118
+ private _generateRefString;
112
119
  /**
113
120
  * Restore the sequenceNode generated by the lexer to the text in the editor, and set the cursor position.
114
121
  * @param sequenceNodes
@@ -136,7 +143,6 @@ export declare class PromptController extends Disposable {
136
143
  private _updateRefSelectionStyle;
137
144
  private _onSelectionControlChange;
138
145
  private _refreshFormulaAndCellEditor;
139
- private _setRemainCapture;
140
146
  private _cursorStateListener;
141
147
  private _pressEnter;
142
148
  private _pressTab;
@@ -1,7 +1,6 @@
1
- import { Disposable, ICommandService, IUniverInstanceService } from '@univerjs/core';
1
+ import { Disposable, ICommandService, Injector, IUniverInstanceService } from '@univerjs/core';
2
2
  import { FormulaDataModel, LexerTreeBuilder } from '@univerjs/engine-formula';
3
3
  import { SheetInterceptorService, SheetsSelectionsService } from '@univerjs/sheets';
4
- import { Injector } from '@wendellhu/redi';
5
4
  import { IEditorService } from '@univerjs/ui';
6
5
 
7
6
  /**
@@ -1,5 +1,4 @@
1
- import { Plugin, UniverInstanceType } from '@univerjs/core';
2
- import { Injector } from '@wendellhu/redi';
1
+ import { Injector, Plugin, UniverInstanceType } from '@univerjs/core';
3
2
  import { IRenderManagerService } from '@univerjs/engine-render';
4
3
  import { IUniverSheetsFormulaConfig } from './controllers/formula-ui.controller';
5
4
 
@@ -7649,11 +7649,11 @@ declare const _default: {
7649
7649
  url: string;
7650
7650
  }[];
7651
7651
  functionParameter: {
7652
- number1: {
7652
+ array1: {
7653
7653
  name: string;
7654
7654
  detail: string;
7655
7655
  };
7656
- number2: {
7656
+ array2: {
7657
7657
  name: string;
7658
7658
  detail: string;
7659
7659
  };
@@ -7925,11 +7925,7 @@ declare const _default: {
7925
7925
  url: string;
7926
7926
  }[];
7927
7927
  functionParameter: {
7928
- number1: {
7929
- name: string;
7930
- detail: string;
7931
- };
7932
- number2: {
7928
+ serialNumber: {
7933
7929
  name: string;
7934
7930
  detail: string;
7935
7931
  };
@@ -7961,11 +7957,7 @@ declare const _default: {
7961
7957
  url: string;
7962
7958
  }[];
7963
7959
  functionParameter: {
7964
- number1: {
7965
- name: string;
7966
- detail: string;
7967
- };
7968
- number2: {
7960
+ serialNumber: {
7969
7961
  name: string;
7970
7962
  detail: string;
7971
7963
  };
@@ -7993,11 +7985,15 @@ declare const _default: {
7993
7985
  url: string;
7994
7986
  }[];
7995
7987
  functionParameter: {
7996
- number1: {
7988
+ startDate: {
7997
7989
  name: string;
7998
7990
  detail: string;
7999
7991
  };
8000
- number2: {
7992
+ endDate: {
7993
+ name: string;
7994
+ detail: string;
7995
+ };
7996
+ holidays: {
8001
7997
  name: string;
8002
7998
  detail: string;
8003
7999
  };
@@ -8011,11 +8007,19 @@ declare const _default: {
8011
8007
  url: string;
8012
8008
  }[];
8013
8009
  functionParameter: {
8014
- number1: {
8010
+ startDate: {
8015
8011
  name: string;
8016
8012
  detail: string;
8017
8013
  };
8018
- number2: {
8014
+ endDate: {
8015
+ name: string;
8016
+ detail: string;
8017
+ };
8018
+ weekend: {
8019
+ name: string;
8020
+ detail: string;
8021
+ };
8022
+ holidays: {
8019
8023
  name: string;
8020
8024
  detail: string;
8021
8025
  };
@@ -8038,11 +8042,7 @@ declare const _default: {
8038
8042
  url: string;
8039
8043
  }[];
8040
8044
  functionParameter: {
8041
- number1: {
8042
- name: string;
8043
- detail: string;
8044
- };
8045
- number2: {
8045
+ serialNumber: {
8046
8046
  name: string;
8047
8047
  detail: string;
8048
8048
  };
@@ -8101,11 +8101,11 @@ declare const _default: {
8101
8101
  url: string;
8102
8102
  }[];
8103
8103
  functionParameter: {
8104
- number1: {
8104
+ serialNumber: {
8105
8105
  name: string;
8106
8106
  detail: string;
8107
8107
  };
8108
- number2: {
8108
+ returnType: {
8109
8109
  name: string;
8110
8110
  detail: string;
8111
8111
  };
@@ -8137,11 +8137,15 @@ declare const _default: {
8137
8137
  url: string;
8138
8138
  }[];
8139
8139
  functionParameter: {
8140
- number1: {
8140
+ startDate: {
8141
8141
  name: string;
8142
8142
  detail: string;
8143
8143
  };
8144
- number2: {
8144
+ days: {
8145
+ name: string;
8146
+ detail: string;
8147
+ };
8148
+ holidays: {
8145
8149
  name: string;
8146
8150
  detail: string;
8147
8151
  };
@@ -8155,11 +8159,19 @@ declare const _default: {
8155
8159
  url: string;
8156
8160
  }[];
8157
8161
  functionParameter: {
8158
- number1: {
8162
+ startDate: {
8159
8163
  name: string;
8160
8164
  detail: string;
8161
8165
  };
8162
- number2: {
8166
+ days: {
8167
+ name: string;
8168
+ detail: string;
8169
+ };
8170
+ weekend: {
8171
+ name: string;
8172
+ detail: string;
8173
+ };
8174
+ holidays: {
8163
8175
  name: string;
8164
8176
  detail: string;
8165
8177
  };
@@ -162,11 +162,7 @@ declare const _default: {
162
162
  url: string;
163
163
  }[];
164
164
  functionParameter: {
165
- number1: {
166
- name: string;
167
- detail: string;
168
- };
169
- number2: {
165
+ serialNumber: {
170
166
  name: string;
171
167
  detail: string;
172
168
  };
@@ -198,11 +194,7 @@ declare const _default: {
198
194
  url: string;
199
195
  }[];
200
196
  functionParameter: {
201
- number1: {
202
- name: string;
203
- detail: string;
204
- };
205
- number2: {
197
+ serialNumber: {
206
198
  name: string;
207
199
  detail: string;
208
200
  };
@@ -230,11 +222,15 @@ declare const _default: {
230
222
  url: string;
231
223
  }[];
232
224
  functionParameter: {
233
- number1: {
225
+ startDate: {
234
226
  name: string;
235
227
  detail: string;
236
228
  };
237
- number2: {
229
+ endDate: {
230
+ name: string;
231
+ detail: string;
232
+ };
233
+ holidays: {
238
234
  name: string;
239
235
  detail: string;
240
236
  };
@@ -248,11 +244,19 @@ declare const _default: {
248
244
  url: string;
249
245
  }[];
250
246
  functionParameter: {
251
- number1: {
247
+ startDate: {
252
248
  name: string;
253
249
  detail: string;
254
250
  };
255
- number2: {
251
+ endDate: {
252
+ name: string;
253
+ detail: string;
254
+ };
255
+ weekend: {
256
+ name: string;
257
+ detail: string;
258
+ };
259
+ holidays: {
256
260
  name: string;
257
261
  detail: string;
258
262
  };
@@ -275,11 +279,7 @@ declare const _default: {
275
279
  url: string;
276
280
  }[];
277
281
  functionParameter: {
278
- number1: {
279
- name: string;
280
- detail: string;
281
- };
282
- number2: {
282
+ serialNumber: {
283
283
  name: string;
284
284
  detail: string;
285
285
  };
@@ -338,11 +338,11 @@ declare const _default: {
338
338
  url: string;
339
339
  }[];
340
340
  functionParameter: {
341
- number1: {
341
+ serialNumber: {
342
342
  name: string;
343
343
  detail: string;
344
344
  };
345
- number2: {
345
+ returnType: {
346
346
  name: string;
347
347
  detail: string;
348
348
  };
@@ -374,11 +374,15 @@ declare const _default: {
374
374
  url: string;
375
375
  }[];
376
376
  functionParameter: {
377
- number1: {
377
+ startDate: {
378
378
  name: string;
379
379
  detail: string;
380
380
  };
381
- number2: {
381
+ days: {
382
+ name: string;
383
+ detail: string;
384
+ };
385
+ holidays: {
382
386
  name: string;
383
387
  detail: string;
384
388
  };
@@ -392,11 +396,19 @@ declare const _default: {
392
396
  url: string;
393
397
  }[];
394
398
  functionParameter: {
395
- number1: {
399
+ startDate: {
396
400
  name: string;
397
401
  detail: string;
398
402
  };
399
- number2: {
403
+ days: {
404
+ name: string;
405
+ detail: string;
406
+ };
407
+ weekend: {
408
+ name: string;
409
+ detail: string;
410
+ };
411
+ holidays: {
400
412
  name: string;
401
413
  detail: string;
402
414
  };
@@ -162,11 +162,7 @@ declare const _default: {
162
162
  url: string;
163
163
  }[];
164
164
  functionParameter: {
165
- number1: {
166
- name: string;
167
- detail: string;
168
- };
169
- number2: {
165
+ serialNumber: {
170
166
  name: string;
171
167
  detail: string;
172
168
  };
@@ -198,11 +194,7 @@ declare const _default: {
198
194
  url: string;
199
195
  }[];
200
196
  functionParameter: {
201
- number1: {
202
- name: string;
203
- detail: string;
204
- };
205
- number2: {
197
+ serialNumber: {
206
198
  name: string;
207
199
  detail: string;
208
200
  };
@@ -230,11 +222,15 @@ declare const _default: {
230
222
  url: string;
231
223
  }[];
232
224
  functionParameter: {
233
- number1: {
225
+ startDate: {
234
226
  name: string;
235
227
  detail: string;
236
228
  };
237
- number2: {
229
+ endDate: {
230
+ name: string;
231
+ detail: string;
232
+ };
233
+ holidays: {
238
234
  name: string;
239
235
  detail: string;
240
236
  };
@@ -248,11 +244,19 @@ declare const _default: {
248
244
  url: string;
249
245
  }[];
250
246
  functionParameter: {
251
- number1: {
247
+ startDate: {
252
248
  name: string;
253
249
  detail: string;
254
250
  };
255
- number2: {
251
+ endDate: {
252
+ name: string;
253
+ detail: string;
254
+ };
255
+ weekend: {
256
+ name: string;
257
+ detail: string;
258
+ };
259
+ holidays: {
256
260
  name: string;
257
261
  detail: string;
258
262
  };
@@ -275,11 +279,7 @@ declare const _default: {
275
279
  url: string;
276
280
  }[];
277
281
  functionParameter: {
278
- number1: {
279
- name: string;
280
- detail: string;
281
- };
282
- number2: {
282
+ serialNumber: {
283
283
  name: string;
284
284
  detail: string;
285
285
  };
@@ -338,11 +338,11 @@ declare const _default: {
338
338
  url: string;
339
339
  }[];
340
340
  functionParameter: {
341
- number1: {
341
+ serialNumber: {
342
342
  name: string;
343
343
  detail: string;
344
344
  };
345
- number2: {
345
+ returnType: {
346
346
  name: string;
347
347
  detail: string;
348
348
  };
@@ -374,11 +374,15 @@ declare const _default: {
374
374
  url: string;
375
375
  }[];
376
376
  functionParameter: {
377
- number1: {
377
+ startDate: {
378
378
  name: string;
379
379
  detail: string;
380
380
  };
381
- number2: {
381
+ days: {
382
+ name: string;
383
+ detail: string;
384
+ };
385
+ holidays: {
382
386
  name: string;
383
387
  detail: string;
384
388
  };
@@ -392,11 +396,19 @@ declare const _default: {
392
396
  url: string;
393
397
  }[];
394
398
  functionParameter: {
395
- number1: {
399
+ startDate: {
396
400
  name: string;
397
401
  detail: string;
398
402
  };
399
- number2: {
403
+ days: {
404
+ name: string;
405
+ detail: string;
406
+ };
407
+ weekend: {
408
+ name: string;
409
+ detail: string;
410
+ };
411
+ holidays: {
400
412
  name: string;
401
413
  detail: string;
402
414
  };