@univerjs/sheets-formula 0.1.0-beta.4 → 0.1.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.
- package/lib/cjs/index.js +23 -7
- package/lib/es/index.js +2686 -2627
- package/lib/index.css +1 -1
- package/lib/types/commands/operations/insert-function.operation.d.ts +1 -1
- package/lib/types/controllers/array-formula-display.controller.d.ts +3 -2
- package/lib/types/controllers/numfmt-formula-display.controller.d.ts +28 -0
- package/lib/types/controllers/prompt.controller.d.ts +15 -15
- package/lib/types/controllers/trigger-calculation.controller.d.ts +5 -1
- package/lib/types/controllers/update-formula.controller.d.ts +0 -1
- package/lib/types/locale/en-US.d.ts +28 -33
- package/lib/types/locale/function-list/date/en-US.d.ts +12 -29
- package/lib/types/locale/function-list/date/ja-JP.d.ts +12 -29
- package/lib/types/locale/function-list/date/zh-CN.d.ts +12 -29
- package/lib/types/locale/function-list/lookup/en-US.d.ts +16 -4
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +16 -4
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +16 -4
- package/lib/types/locale/zh-CN.d.ts +28 -33
- package/lib/types/services/function-list/array.d.ts +1 -1
- package/lib/types/services/prompt.service.d.ts +61 -1
- package/lib/umd/index.js +22 -6
- package/package.json +38 -24
- package/lib/types/controllers/formula-input.controller.d.ts +0 -41
- package/lib/types/services/formula-input.service.d.ts +0 -106
- package/lib/types/views/prompt/error-function/error-function.d.ts +0 -17
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.univer-formula-
|
|
1
|
+
.univer-formula-help-function{user-select:none;box-sizing:border-box;width:250px;margin:0;line-height:20px;list-style:none;background-color:rgb(var(--bg-color-secondary));border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-lg);outline:none;box-shadow:var(--box-shadow-base)}.univer-formula-help-function-title{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;padding:var(--padding-base) var(--padding-lg);font-size:var(--font-size-xxs);font-weight:500;color:rgb(var(--text-color));overflow-wrap:anywhere;border-bottom:1px solid rgb(var(--border-color))}.univer-formula-help-function-title-icons{display:flex}.univer-formula-help-function-title-icon{cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:var(--margin-xs);padding:0;font-size:var(--font-size-xs);color:rgb(var(--text-color-secondary));background-color:transparent;border:none;border-radius:var(--border-radius-base);outline:none;transition:background-color .2s}.univer-formula-help-function-title-icon:hover{background-color:rgb(var(--bg-color-hover))}.univer-formula-help-function-content{overflow-y:auto;box-sizing:border-box;max-height:350px;padding:0 var(--padding-lg) var(--padding-base) var(--padding-lg)}.univer-formula-help-function-content-inner{margin-top:var(--margin-sm)}.univer-formula-help-function-content-params{margin:var(--margin-xs) 0}.univer-formula-help-function-content-params-title{margin-bottom:var(--margin-xs);font-size:var(--font-size-xs);font-weight:500;color:rgb(var(--text-color))}.univer-formula-help-function-content-params-detail{font-size:var(--font-size-xxs);font-weight:400;white-space:pre-wrap;color:rgb(var(--text-color-secondary))}.univer-formula-help-function-active{color:rgb(var(--primary-color))}.univer-formula-help-decorator{cursor:pointer;position:fixed;z-index:10;display:flex;align-items:center;justify-content:center;padding:var(--padding-xs)}.univer-formula-search-function{overflow-y:auto;box-sizing:border-box;width:250px;max-height:400px;margin:0;padding:var(--padding-sm);line-height:20px;list-style:none;background-color:rgb(var(--bg-color-secondary));border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-lg);outline:none;box-shadow:var(--box-shadow-base)}.univer-formula-search-function-item{cursor:pointer;box-sizing:border-box;padding:var(--padding-xs) var(--padding-sm);color:rgb(var(--text-color));border-radius:var(--border-radius-base);transition:background .2s}.univer-formula-search-function-item-name{font-size:var(--font-size-xxs)}.univer-formula-search-function-item-name-light{color:rgb(var(--error-color))}.univer-formula-search-function-item-desc{display:block;font-size:var(--font-size-xxs);color:rgb(var(--grey-500))}.univer-formula-search-function-item-active{background-color:rgb(var(--bg-color-hover))}.univer-formula-more-functions{display:flex;flex-direction:column;justify-content:space-between;height:100%;line-height:20px}.univer-formula-more-functions-operation{display:flex;justify-content:flex-end}.univer-formula-more-functions-operation>button{margin:0 0 var(--margin-lg) var(--margin-base)}.univer-formula-function-params{margin-bottom:var(--margin-xs);font-size:var(--font-size-xxs)}.univer-formula-function-params-title{font-weight:500;color:rgb(var(--text-color-secondary))}.univer-formula-function-params-detail{font-weight:400;color:rgb(var(--text-color))}.univer-formula-input-params-list{overflow-y:auto;height:364px}.univer-formula-input-params-list-item-name{font-size:var(--font-size-sm)}.univer-formula-input-params-list-item-selector{margin:var(--margin-xxs) 0 var(--margin-xs) 0}.univer-formula-select-function-select{display:flex;gap:10%;align-items:center;justify-content:space-between}.univer-formula-select-function-result{user-select:none;overflow-y:auto;box-sizing:border-box;width:100%;height:364px;margin:0;margin-top:var(--margin-xs);padding:var(--padding-base);list-style:none;border:1px solid rgb(var(--border-color));border-radius:var(--border-radius-base);outline:none}.univer-formula-select-function-result-item{cursor:pointer;position:relative;box-sizing:border-box;padding:var(--padding-xs) 28px;font-size:var(--font-size-xs);color:rgb(var(--text-color));border-radius:var(--border-radius-base);transition:background .2s}.univer-formula-select-function-result-item>span{display:block}.univer-formula-select-function-result-item-name-light{color:rgb(var(--error-color))}.univer-formula-select-function-result-item-selected{position:absolute;top:50%;left:6px;transform:translateY(-50%);display:inline-flex;font-size:var(--font-size-lg);color:rgb(var(--success-color))}.univer-formula-select-function-result-item-active{background-color:rgb(var(--bg-color-hover))}.univer-formula-select-function-content{overflow-y:auto;max-height:307px;margin:var(--margin-xs) 0}
|
|
@@ -21,7 +21,7 @@ export interface IInsertFunctionOperationParams {
|
|
|
21
21
|
value: string;
|
|
22
22
|
}
|
|
23
23
|
export declare const InsertFunctionOperation: ICommand;
|
|
24
|
-
export declare function isNumberCell(cell: Nullable<ICellData>): boolean | void | null
|
|
24
|
+
export declare function isNumberCell(cell: Nullable<ICellData>): boolean | void | null;
|
|
25
25
|
/**
|
|
26
26
|
* Check if a single cell
|
|
27
27
|
* @param range
|
|
@@ -13,14 +13,15 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import { Disposable, ICommandService } from '@univerjs/core';
|
|
16
|
+
import { Disposable, ICommandService, ThemeService } from '@univerjs/core';
|
|
17
17
|
import { FormulaDataModel } from '@univerjs/engine-formula';
|
|
18
18
|
import { SheetInterceptorService } from '@univerjs/sheets';
|
|
19
19
|
export declare class ArrayFormulaDisplayController extends Disposable {
|
|
20
20
|
private readonly _commandService;
|
|
21
21
|
private _sheetInterceptorService;
|
|
22
22
|
private readonly _formulaDataModel;
|
|
23
|
-
|
|
23
|
+
private readonly _themeService;
|
|
24
|
+
constructor(_commandService: ICommandService, _sheetInterceptorService: SheetInterceptorService, _formulaDataModel: FormulaDataModel, _themeService: ThemeService);
|
|
24
25
|
private _initialize;
|
|
25
26
|
private _commandExecutedListener;
|
|
26
27
|
private _initInterceptorCellContent;
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
import { Disposable, ICommandService, ThemeService } from '@univerjs/core';
|
|
17
|
+
import { FormulaDataModel } from '@univerjs/engine-formula';
|
|
18
|
+
import { SheetInterceptorService } from '@univerjs/sheets';
|
|
19
|
+
export declare class NumfmtFormulaDisplayController extends Disposable {
|
|
20
|
+
private readonly _commandService;
|
|
21
|
+
private _sheetInterceptorService;
|
|
22
|
+
private readonly _formulaDataModel;
|
|
23
|
+
private readonly _themeService;
|
|
24
|
+
constructor(_commandService: ICommandService, _sheetInterceptorService: SheetInterceptorService, _formulaDataModel: FormulaDataModel, _themeService: ThemeService);
|
|
25
|
+
private _initialize;
|
|
26
|
+
private _commandExecutedListener;
|
|
27
|
+
private _initInterceptorCellContent;
|
|
28
|
+
}
|
|
@@ -20,9 +20,8 @@ import { IRenderManagerService, ITextSelectionRenderManager } from '@univerjs/en
|
|
|
20
20
|
import { SelectionManagerService } from '@univerjs/sheets';
|
|
21
21
|
import type { EditorBridgeService } from '@univerjs/sheets-ui';
|
|
22
22
|
import { ISelectionRenderService, SheetSkeletonManagerService } from '@univerjs/sheets-ui';
|
|
23
|
-
import { IContextMenuService } from '@univerjs/ui';
|
|
23
|
+
import { IContextMenuService, IEditorService } from '@univerjs/ui';
|
|
24
24
|
import { IDescriptionService } from '../services/description.service';
|
|
25
|
-
import { IFormulaInputService } from '../services/formula-input.service';
|
|
26
25
|
import { IFormulaPromptService } from '../services/prompt.service';
|
|
27
26
|
export declare class PromptController extends Disposable {
|
|
28
27
|
private readonly _commandService;
|
|
@@ -39,23 +38,24 @@ export declare class PromptController extends Disposable {
|
|
|
39
38
|
private readonly _selectionRenderService;
|
|
40
39
|
private readonly _descriptionService;
|
|
41
40
|
private readonly _textSelectionManagerService;
|
|
42
|
-
private readonly _formulaInputService;
|
|
43
41
|
private readonly _docViewModelManagerService;
|
|
44
42
|
private readonly _contextMenuService;
|
|
43
|
+
private readonly _editorService;
|
|
45
44
|
private _formulaRefColors;
|
|
46
45
|
private _previousSequenceNodes;
|
|
47
46
|
private _previousRangesCount;
|
|
48
47
|
private _previousInsertRefStringIndex;
|
|
49
48
|
private _currentInsertRefStringIndex;
|
|
50
|
-
private _currentUnitId;
|
|
51
|
-
private _currentSheetId;
|
|
52
49
|
private _arrowMoveActionState;
|
|
53
50
|
private _isSelectionMovingRefSelections;
|
|
54
51
|
private _stringColor;
|
|
55
52
|
private _numberColor;
|
|
56
53
|
private _insertSelections;
|
|
57
54
|
private _inputPanelState;
|
|
58
|
-
|
|
55
|
+
private _userCursorMove;
|
|
56
|
+
private _previousEditorUnitId;
|
|
57
|
+
private _executeBlurSetTimeout;
|
|
58
|
+
constructor(_commandService: ICommandService, _contextService: IContextService, _textSelectionRenderManager: ITextSelectionRenderManager, _editorBridgeService: EditorBridgeService, _formulaPromptService: IFormulaPromptService, _lexerTreeBuilder: LexerTreeBuilder, _renderManagerService: IRenderManagerService, _themeService: ThemeService, _selectionManagerService: SelectionManagerService, _sheetSkeletonManagerService: SheetSkeletonManagerService, _currentUniverService: IUniverInstanceService, _selectionRenderService: ISelectionRenderService, _descriptionService: IDescriptionService, _textSelectionManagerService: TextSelectionManagerService, _docViewModelManagerService: DocViewModelManagerService, _contextMenuService: IContextMenuService, _editorService: IEditorService);
|
|
59
59
|
dispose(): void;
|
|
60
60
|
private _resetTemp;
|
|
61
61
|
private _initialize;
|
|
@@ -63,8 +63,9 @@ export declare class PromptController extends Disposable {
|
|
|
63
63
|
private _initialCursorSync;
|
|
64
64
|
private _initialEditorInputChange;
|
|
65
65
|
private _initialExitEditor;
|
|
66
|
+
private _initialChangeEditor;
|
|
67
|
+
private _changeEditor;
|
|
66
68
|
private _initialRefSelectionUpdateEvent;
|
|
67
|
-
private _syncEditorListener;
|
|
68
69
|
private _selectionChanging;
|
|
69
70
|
private _initialRefSelectionInsertEvent;
|
|
70
71
|
private _initAcceptFormula;
|
|
@@ -80,7 +81,6 @@ export declare class PromptController extends Disposable {
|
|
|
80
81
|
/**
|
|
81
82
|
* Determine whether the character is a token keyword for the formula engine.
|
|
82
83
|
* @param char
|
|
83
|
-
* @returns
|
|
84
84
|
*/
|
|
85
85
|
private _matchRefDrawToken;
|
|
86
86
|
/**
|
|
@@ -95,12 +95,12 @@ export declare class PromptController extends Disposable {
|
|
|
95
95
|
private _disableForceKeepVisible;
|
|
96
96
|
private _getCurrentBody;
|
|
97
97
|
private _getFormulaAndCellEditorBody;
|
|
98
|
+
private _editorModelUnitIds;
|
|
98
99
|
/**
|
|
99
100
|
* Detect whether the user's input content is a formula. If it is a formula,
|
|
100
101
|
* serialize the current input content into a sequenceNode;
|
|
101
102
|
* otherwise, close the formula panel.
|
|
102
103
|
* @param currentInputValue The text content entered by the user in the editor.
|
|
103
|
-
* @returns
|
|
104
104
|
*/
|
|
105
105
|
private _contextSwitch;
|
|
106
106
|
private _getContextState;
|
|
@@ -116,14 +116,12 @@ export declare class PromptController extends Disposable {
|
|
|
116
116
|
* :
|
|
117
117
|
* #
|
|
118
118
|
* Generate styles for formula text, highlighting references, text, numbers, and arrays.
|
|
119
|
-
* @returns
|
|
120
119
|
*/
|
|
121
120
|
private _buildTextRuns;
|
|
122
121
|
private _exceedCurrentRange;
|
|
123
122
|
/**
|
|
124
123
|
* Draw the referenced selection text based on the style and token.
|
|
125
124
|
* @param refSelections
|
|
126
|
-
* @returns
|
|
127
125
|
*/
|
|
128
126
|
private _refreshSelectionForReference;
|
|
129
127
|
private _getSheetIdByName;
|
|
@@ -131,15 +129,13 @@ export declare class PromptController extends Disposable {
|
|
|
131
129
|
private _getCurrentUnitIdAndSheetId;
|
|
132
130
|
/**
|
|
133
131
|
* Convert the selection range to a ref string for the formula engine, such as A1:B1
|
|
134
|
-
* @param
|
|
135
|
-
* @returns
|
|
132
|
+
* @param currentSelection
|
|
136
133
|
*/
|
|
137
134
|
private _getRefString;
|
|
138
135
|
/**
|
|
139
136
|
* Restore the sequenceNode generated by the lexer to the text in the editor, and set the cursor position.
|
|
140
137
|
* @param sequenceNodes
|
|
141
138
|
* @param textSelectionOffset
|
|
142
|
-
* @returns
|
|
143
139
|
*/
|
|
144
140
|
private _syncToEditor;
|
|
145
141
|
private _fitEditorSize;
|
|
@@ -147,7 +143,6 @@ export declare class PromptController extends Disposable {
|
|
|
147
143
|
* Update the editor's model value to facilitate formula updates.
|
|
148
144
|
* @param dataStream
|
|
149
145
|
* @param textRuns
|
|
150
|
-
* @returns
|
|
151
146
|
*/
|
|
152
147
|
private _updateEditorModel;
|
|
153
148
|
private _inertControlSelectionReplace;
|
|
@@ -159,5 +154,10 @@ export declare class PromptController extends Disposable {
|
|
|
159
154
|
private _cursorStateListener;
|
|
160
155
|
private _commandExecutedListener;
|
|
161
156
|
private _moveInEditor;
|
|
157
|
+
private _userMouseListener;
|
|
158
|
+
private _inputFormulaListener;
|
|
159
|
+
private _changeRefString;
|
|
160
|
+
private _changeRangeRef;
|
|
161
|
+
private _changeSingleRef;
|
|
162
162
|
private _getEditorObject;
|
|
163
163
|
}
|
|
@@ -14,15 +14,19 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
import { Disposable, ICommandService } from '@univerjs/core';
|
|
17
|
+
import { FormulaDataModel } from '@univerjs/engine-formula';
|
|
18
|
+
import { INumfmtService } from '@univerjs/sheets';
|
|
17
19
|
import { IActiveDirtyManagerService } from '../services/active-dirty-manager.service';
|
|
18
20
|
export declare class TriggerCalculationController extends Disposable {
|
|
19
21
|
private readonly _commandService;
|
|
20
22
|
private readonly _activeDirtyManagerService;
|
|
23
|
+
private readonly _numfmtService;
|
|
24
|
+
private readonly _formulaDataModel;
|
|
21
25
|
private _waitingCommandQueue;
|
|
22
26
|
private _executingCommandQueue;
|
|
23
27
|
private _setTimeoutKey;
|
|
24
28
|
private _startExecutionTime;
|
|
25
|
-
constructor(_commandService: ICommandService, _activeDirtyManagerService: IActiveDirtyManagerService);
|
|
29
|
+
constructor(_commandService: ICommandService, _activeDirtyManagerService: IActiveDirtyManagerService, _numfmtService: INumfmtService, _formulaDataModel: FormulaDataModel);
|
|
26
30
|
private _initialize;
|
|
27
31
|
private _commandExecutedListener;
|
|
28
32
|
private _generateDirty;
|
|
@@ -4021,11 +4021,15 @@ declare const _default: {
|
|
|
4021
4021
|
url: string;
|
|
4022
4022
|
}[];
|
|
4023
4023
|
functionParameter: {
|
|
4024
|
-
|
|
4024
|
+
lookupValue: {
|
|
4025
4025
|
name: string;
|
|
4026
4026
|
detail: string;
|
|
4027
4027
|
};
|
|
4028
|
-
|
|
4028
|
+
lookupArray: {
|
|
4029
|
+
name: string;
|
|
4030
|
+
detail: string;
|
|
4031
|
+
};
|
|
4032
|
+
matchType: {
|
|
4029
4033
|
name: string;
|
|
4030
4034
|
detail: string;
|
|
4031
4035
|
};
|
|
@@ -4363,11 +4367,19 @@ declare const _default: {
|
|
|
4363
4367
|
url: string;
|
|
4364
4368
|
}[];
|
|
4365
4369
|
functionParameter: {
|
|
4366
|
-
|
|
4370
|
+
lookupValue: {
|
|
4367
4371
|
name: string;
|
|
4368
4372
|
detail: string;
|
|
4369
4373
|
};
|
|
4370
|
-
|
|
4374
|
+
lookupArray: {
|
|
4375
|
+
name: string;
|
|
4376
|
+
detail: string;
|
|
4377
|
+
};
|
|
4378
|
+
matchMode: {
|
|
4379
|
+
name: string;
|
|
4380
|
+
detail: string;
|
|
4381
|
+
};
|
|
4382
|
+
searchMode: {
|
|
4371
4383
|
name: string;
|
|
4372
4384
|
detail: string;
|
|
4373
4385
|
};
|
|
@@ -7837,11 +7849,15 @@ declare const _default: {
|
|
|
7837
7849
|
url: string;
|
|
7838
7850
|
}[];
|
|
7839
7851
|
functionParameter: {
|
|
7840
|
-
|
|
7852
|
+
year: {
|
|
7841
7853
|
name: string;
|
|
7842
7854
|
detail: string;
|
|
7843
7855
|
};
|
|
7844
|
-
|
|
7856
|
+
month: {
|
|
7857
|
+
name: string;
|
|
7858
|
+
detail: string;
|
|
7859
|
+
};
|
|
7860
|
+
day: {
|
|
7845
7861
|
name: string;
|
|
7846
7862
|
detail: string;
|
|
7847
7863
|
};
|
|
@@ -7891,11 +7907,7 @@ declare const _default: {
|
|
|
7891
7907
|
url: string;
|
|
7892
7908
|
}[];
|
|
7893
7909
|
functionParameter: {
|
|
7894
|
-
|
|
7895
|
-
name: string;
|
|
7896
|
-
detail: string;
|
|
7897
|
-
};
|
|
7898
|
-
number2: {
|
|
7910
|
+
serialNumber: {
|
|
7899
7911
|
name: string;
|
|
7900
7912
|
detail: string;
|
|
7901
7913
|
};
|
|
@@ -7945,11 +7957,11 @@ declare const _default: {
|
|
|
7945
7957
|
url: string;
|
|
7946
7958
|
}[];
|
|
7947
7959
|
functionParameter: {
|
|
7948
|
-
|
|
7960
|
+
startDate: {
|
|
7949
7961
|
name: string;
|
|
7950
7962
|
detail: string;
|
|
7951
7963
|
};
|
|
7952
|
-
|
|
7964
|
+
months: {
|
|
7953
7965
|
name: string;
|
|
7954
7966
|
detail: string;
|
|
7955
7967
|
};
|
|
@@ -8035,11 +8047,7 @@ declare const _default: {
|
|
|
8035
8047
|
url: string;
|
|
8036
8048
|
}[];
|
|
8037
8049
|
functionParameter: {
|
|
8038
|
-
|
|
8039
|
-
name: string;
|
|
8040
|
-
detail: string;
|
|
8041
|
-
};
|
|
8042
|
-
number2: {
|
|
8050
|
+
serialNumber: {
|
|
8043
8051
|
name: string;
|
|
8044
8052
|
detail: string;
|
|
8045
8053
|
};
|
|
@@ -8160,16 +8168,7 @@ declare const _default: {
|
|
|
8160
8168
|
title: string;
|
|
8161
8169
|
url: string;
|
|
8162
8170
|
}[];
|
|
8163
|
-
functionParameter: {
|
|
8164
|
-
number1: {
|
|
8165
|
-
name: string;
|
|
8166
|
-
detail: string;
|
|
8167
|
-
};
|
|
8168
|
-
number2: {
|
|
8169
|
-
name: string;
|
|
8170
|
-
detail: string;
|
|
8171
|
-
};
|
|
8172
|
-
};
|
|
8171
|
+
functionParameter: {};
|
|
8173
8172
|
};
|
|
8174
8173
|
WEEKDAY: {
|
|
8175
8174
|
description: string;
|
|
@@ -8251,11 +8250,7 @@ declare const _default: {
|
|
|
8251
8250
|
url: string;
|
|
8252
8251
|
}[];
|
|
8253
8252
|
functionParameter: {
|
|
8254
|
-
|
|
8255
|
-
name: string;
|
|
8256
|
-
detail: string;
|
|
8257
|
-
};
|
|
8258
|
-
number2: {
|
|
8253
|
+
serialNumber: {
|
|
8259
8254
|
name: string;
|
|
8260
8255
|
detail: string;
|
|
8261
8256
|
};
|
|
@@ -22,11 +22,15 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
year: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
month: {
|
|
30
|
+
name: string;
|
|
31
|
+
detail: string;
|
|
32
|
+
};
|
|
33
|
+
day: {
|
|
30
34
|
name: string;
|
|
31
35
|
detail: string;
|
|
32
36
|
};
|
|
@@ -76,11 +80,7 @@ declare const _default: {
|
|
|
76
80
|
url: string;
|
|
77
81
|
}[];
|
|
78
82
|
functionParameter: {
|
|
79
|
-
|
|
80
|
-
name: string;
|
|
81
|
-
detail: string;
|
|
82
|
-
};
|
|
83
|
-
number2: {
|
|
83
|
+
serialNumber: {
|
|
84
84
|
name: string;
|
|
85
85
|
detail: string;
|
|
86
86
|
};
|
|
@@ -130,11 +130,11 @@ declare const _default: {
|
|
|
130
130
|
url: string;
|
|
131
131
|
}[];
|
|
132
132
|
functionParameter: {
|
|
133
|
-
|
|
133
|
+
startDate: {
|
|
134
134
|
name: string;
|
|
135
135
|
detail: string;
|
|
136
136
|
};
|
|
137
|
-
|
|
137
|
+
months: {
|
|
138
138
|
name: string;
|
|
139
139
|
detail: string;
|
|
140
140
|
};
|
|
@@ -220,11 +220,7 @@ declare const _default: {
|
|
|
220
220
|
url: string;
|
|
221
221
|
}[];
|
|
222
222
|
functionParameter: {
|
|
223
|
-
|
|
224
|
-
name: string;
|
|
225
|
-
detail: string;
|
|
226
|
-
};
|
|
227
|
-
number2: {
|
|
223
|
+
serialNumber: {
|
|
228
224
|
name: string;
|
|
229
225
|
detail: string;
|
|
230
226
|
};
|
|
@@ -345,16 +341,7 @@ declare const _default: {
|
|
|
345
341
|
title: string;
|
|
346
342
|
url: string;
|
|
347
343
|
}[];
|
|
348
|
-
functionParameter: {
|
|
349
|
-
number1: {
|
|
350
|
-
name: string;
|
|
351
|
-
detail: string;
|
|
352
|
-
};
|
|
353
|
-
number2: {
|
|
354
|
-
name: string;
|
|
355
|
-
detail: string;
|
|
356
|
-
};
|
|
357
|
-
};
|
|
344
|
+
functionParameter: {};
|
|
358
345
|
};
|
|
359
346
|
WEEKDAY: {
|
|
360
347
|
description: string;
|
|
@@ -436,11 +423,7 @@ declare const _default: {
|
|
|
436
423
|
url: string;
|
|
437
424
|
}[];
|
|
438
425
|
functionParameter: {
|
|
439
|
-
|
|
440
|
-
name: string;
|
|
441
|
-
detail: string;
|
|
442
|
-
};
|
|
443
|
-
number2: {
|
|
426
|
+
serialNumber: {
|
|
444
427
|
name: string;
|
|
445
428
|
detail: string;
|
|
446
429
|
};
|
|
@@ -22,11 +22,15 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
year: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
month: {
|
|
30
|
+
name: string;
|
|
31
|
+
detail: string;
|
|
32
|
+
};
|
|
33
|
+
day: {
|
|
30
34
|
name: string;
|
|
31
35
|
detail: string;
|
|
32
36
|
};
|
|
@@ -76,11 +80,7 @@ declare const _default: {
|
|
|
76
80
|
url: string;
|
|
77
81
|
}[];
|
|
78
82
|
functionParameter: {
|
|
79
|
-
|
|
80
|
-
name: string;
|
|
81
|
-
detail: string;
|
|
82
|
-
};
|
|
83
|
-
number2: {
|
|
83
|
+
serialNumber: {
|
|
84
84
|
name: string;
|
|
85
85
|
detail: string;
|
|
86
86
|
};
|
|
@@ -130,11 +130,11 @@ declare const _default: {
|
|
|
130
130
|
url: string;
|
|
131
131
|
}[];
|
|
132
132
|
functionParameter: {
|
|
133
|
-
|
|
133
|
+
startDate: {
|
|
134
134
|
name: string;
|
|
135
135
|
detail: string;
|
|
136
136
|
};
|
|
137
|
-
|
|
137
|
+
months: {
|
|
138
138
|
name: string;
|
|
139
139
|
detail: string;
|
|
140
140
|
};
|
|
@@ -220,11 +220,7 @@ declare const _default: {
|
|
|
220
220
|
url: string;
|
|
221
221
|
}[];
|
|
222
222
|
functionParameter: {
|
|
223
|
-
|
|
224
|
-
name: string;
|
|
225
|
-
detail: string;
|
|
226
|
-
};
|
|
227
|
-
number2: {
|
|
223
|
+
serialNumber: {
|
|
228
224
|
name: string;
|
|
229
225
|
detail: string;
|
|
230
226
|
};
|
|
@@ -345,16 +341,7 @@ declare const _default: {
|
|
|
345
341
|
title: string;
|
|
346
342
|
url: string;
|
|
347
343
|
}[];
|
|
348
|
-
functionParameter: {
|
|
349
|
-
number1: {
|
|
350
|
-
name: string;
|
|
351
|
-
detail: string;
|
|
352
|
-
};
|
|
353
|
-
number2: {
|
|
354
|
-
name: string;
|
|
355
|
-
detail: string;
|
|
356
|
-
};
|
|
357
|
-
};
|
|
344
|
+
functionParameter: {};
|
|
358
345
|
};
|
|
359
346
|
WEEKDAY: {
|
|
360
347
|
description: string;
|
|
@@ -436,11 +423,7 @@ declare const _default: {
|
|
|
436
423
|
url: string;
|
|
437
424
|
}[];
|
|
438
425
|
functionParameter: {
|
|
439
|
-
|
|
440
|
-
name: string;
|
|
441
|
-
detail: string;
|
|
442
|
-
};
|
|
443
|
-
number2: {
|
|
426
|
+
serialNumber: {
|
|
444
427
|
name: string;
|
|
445
428
|
detail: string;
|
|
446
429
|
};
|
|
@@ -22,11 +22,15 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
year: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
month: {
|
|
30
|
+
name: string;
|
|
31
|
+
detail: string;
|
|
32
|
+
};
|
|
33
|
+
day: {
|
|
30
34
|
name: string;
|
|
31
35
|
detail: string;
|
|
32
36
|
};
|
|
@@ -76,11 +80,7 @@ declare const _default: {
|
|
|
76
80
|
url: string;
|
|
77
81
|
}[];
|
|
78
82
|
functionParameter: {
|
|
79
|
-
|
|
80
|
-
name: string;
|
|
81
|
-
detail: string;
|
|
82
|
-
};
|
|
83
|
-
number2: {
|
|
83
|
+
serialNumber: {
|
|
84
84
|
name: string;
|
|
85
85
|
detail: string;
|
|
86
86
|
};
|
|
@@ -130,11 +130,11 @@ declare const _default: {
|
|
|
130
130
|
url: string;
|
|
131
131
|
}[];
|
|
132
132
|
functionParameter: {
|
|
133
|
-
|
|
133
|
+
startDate: {
|
|
134
134
|
name: string;
|
|
135
135
|
detail: string;
|
|
136
136
|
};
|
|
137
|
-
|
|
137
|
+
months: {
|
|
138
138
|
name: string;
|
|
139
139
|
detail: string;
|
|
140
140
|
};
|
|
@@ -220,11 +220,7 @@ declare const _default: {
|
|
|
220
220
|
url: string;
|
|
221
221
|
}[];
|
|
222
222
|
functionParameter: {
|
|
223
|
-
|
|
224
|
-
name: string;
|
|
225
|
-
detail: string;
|
|
226
|
-
};
|
|
227
|
-
number2: {
|
|
223
|
+
serialNumber: {
|
|
228
224
|
name: string;
|
|
229
225
|
detail: string;
|
|
230
226
|
};
|
|
@@ -345,16 +341,7 @@ declare const _default: {
|
|
|
345
341
|
title: string;
|
|
346
342
|
url: string;
|
|
347
343
|
}[];
|
|
348
|
-
functionParameter: {
|
|
349
|
-
number1: {
|
|
350
|
-
name: string;
|
|
351
|
-
detail: string;
|
|
352
|
-
};
|
|
353
|
-
number2: {
|
|
354
|
-
name: string;
|
|
355
|
-
detail: string;
|
|
356
|
-
};
|
|
357
|
-
};
|
|
344
|
+
functionParameter: {};
|
|
358
345
|
};
|
|
359
346
|
WEEKDAY: {
|
|
360
347
|
description: string;
|
|
@@ -436,11 +423,7 @@ declare const _default: {
|
|
|
436
423
|
url: string;
|
|
437
424
|
}[];
|
|
438
425
|
functionParameter: {
|
|
439
|
-
|
|
440
|
-
name: string;
|
|
441
|
-
detail: string;
|
|
442
|
-
};
|
|
443
|
-
number2: {
|
|
426
|
+
serialNumber: {
|
|
444
427
|
name: string;
|
|
445
428
|
detail: string;
|
|
446
429
|
};
|
|
@@ -388,11 +388,15 @@ declare const _default: {
|
|
|
388
388
|
url: string;
|
|
389
389
|
}[];
|
|
390
390
|
functionParameter: {
|
|
391
|
-
|
|
391
|
+
lookupValue: {
|
|
392
392
|
name: string;
|
|
393
393
|
detail: string;
|
|
394
394
|
};
|
|
395
|
-
|
|
395
|
+
lookupArray: {
|
|
396
|
+
name: string;
|
|
397
|
+
detail: string;
|
|
398
|
+
};
|
|
399
|
+
matchType: {
|
|
396
400
|
name: string;
|
|
397
401
|
detail: string;
|
|
398
402
|
};
|
|
@@ -730,11 +734,19 @@ declare const _default: {
|
|
|
730
734
|
url: string;
|
|
731
735
|
}[];
|
|
732
736
|
functionParameter: {
|
|
733
|
-
|
|
737
|
+
lookupValue: {
|
|
734
738
|
name: string;
|
|
735
739
|
detail: string;
|
|
736
740
|
};
|
|
737
|
-
|
|
741
|
+
lookupArray: {
|
|
742
|
+
name: string;
|
|
743
|
+
detail: string;
|
|
744
|
+
};
|
|
745
|
+
matchMode: {
|
|
746
|
+
name: string;
|
|
747
|
+
detail: string;
|
|
748
|
+
};
|
|
749
|
+
searchMode: {
|
|
738
750
|
name: string;
|
|
739
751
|
detail: string;
|
|
740
752
|
};
|