@univerjs/sheets-formula 0.1.0-beta.5 → 0.1.2
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/README.md +775 -2
- package/lib/cjs/index.js +21 -9
- package/lib/es/index.js +2241 -2377
- package/lib/index.css +1 -1
- package/lib/types/controllers/prompt.controller.d.ts +16 -16
- package/lib/types/locale/en-US.d.ts +42 -78
- package/lib/types/locale/function-list/information/en-US.d.ts +8 -40
- package/lib/types/locale/function-list/information/zh-CN.d.ts +8 -40
- package/lib/types/locale/function-list/lookup/en-US.d.ts +16 -24
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +16 -24
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +16 -24
- package/lib/types/locale/function-list/math/en-US.d.ts +10 -6
- package/lib/types/locale/function-list/math/ja-JP.d.ts +10 -6
- package/lib/types/locale/function-list/math/zh-CN.d.ts +10 -6
- package/lib/types/locale/function-list/statistical/en-US.d.ts +8 -8
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +8 -8
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +8 -8
- package/lib/types/locale/zh-CN.d.ts +42 -78
- package/lib/types/services/prompt.service.d.ts +61 -1
- package/lib/umd/index.js +21 -9
- package/package.json +21 -21
- 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}
|
|
@@ -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
|
/**
|
|
@@ -93,14 +93,14 @@ export declare class PromptController extends Disposable {
|
|
|
93
93
|
* users can select a certain area using the mouse and arrow keys, and convert the area into a ref string.
|
|
94
94
|
*/
|
|
95
95
|
private _disableForceKeepVisible;
|
|
96
|
-
private
|
|
96
|
+
private _getCurrentBodyDataStreamAndOffset;
|
|
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
|
}
|
|
@@ -1937,11 +1937,7 @@ declare const _default: {
|
|
|
1937
1937
|
url: string;
|
|
1938
1938
|
}[];
|
|
1939
1939
|
functionParameter: {
|
|
1940
|
-
|
|
1941
|
-
name: string;
|
|
1942
|
-
detail: string;
|
|
1943
|
-
};
|
|
1944
|
-
number2: {
|
|
1940
|
+
value: {
|
|
1945
1941
|
name: string;
|
|
1946
1942
|
detail: string;
|
|
1947
1943
|
};
|
|
@@ -1955,11 +1951,7 @@ declare const _default: {
|
|
|
1955
1951
|
url: string;
|
|
1956
1952
|
}[];
|
|
1957
1953
|
functionParameter: {
|
|
1958
|
-
|
|
1959
|
-
name: string;
|
|
1960
|
-
detail: string;
|
|
1961
|
-
};
|
|
1962
|
-
number2: {
|
|
1954
|
+
value: {
|
|
1963
1955
|
name: string;
|
|
1964
1956
|
detail: string;
|
|
1965
1957
|
};
|
|
@@ -2009,11 +2001,7 @@ declare const _default: {
|
|
|
2009
2001
|
url: string;
|
|
2010
2002
|
}[];
|
|
2011
2003
|
functionParameter: {
|
|
2012
|
-
|
|
2013
|
-
name: string;
|
|
2014
|
-
detail: string;
|
|
2015
|
-
};
|
|
2016
|
-
number2: {
|
|
2004
|
+
value: {
|
|
2017
2005
|
name: string;
|
|
2018
2006
|
detail: string;
|
|
2019
2007
|
};
|
|
@@ -2027,11 +2015,7 @@ declare const _default: {
|
|
|
2027
2015
|
url: string;
|
|
2028
2016
|
}[];
|
|
2029
2017
|
functionParameter: {
|
|
2030
|
-
|
|
2031
|
-
name: string;
|
|
2032
|
-
detail: string;
|
|
2033
|
-
};
|
|
2034
|
-
number2: {
|
|
2018
|
+
value: {
|
|
2035
2019
|
name: string;
|
|
2036
2020
|
detail: string;
|
|
2037
2021
|
};
|
|
@@ -2045,11 +2029,7 @@ declare const _default: {
|
|
|
2045
2029
|
url: string;
|
|
2046
2030
|
}[];
|
|
2047
2031
|
functionParameter: {
|
|
2048
|
-
|
|
2049
|
-
name: string;
|
|
2050
|
-
detail: string;
|
|
2051
|
-
};
|
|
2052
|
-
number2: {
|
|
2032
|
+
value: {
|
|
2053
2033
|
name: string;
|
|
2054
2034
|
detail: string;
|
|
2055
2035
|
};
|
|
@@ -2063,11 +2043,7 @@ declare const _default: {
|
|
|
2063
2043
|
url: string;
|
|
2064
2044
|
}[];
|
|
2065
2045
|
functionParameter: {
|
|
2066
|
-
|
|
2067
|
-
name: string;
|
|
2068
|
-
detail: string;
|
|
2069
|
-
};
|
|
2070
|
-
number2: {
|
|
2046
|
+
value: {
|
|
2071
2047
|
name: string;
|
|
2072
2048
|
detail: string;
|
|
2073
2049
|
};
|
|
@@ -2117,11 +2093,7 @@ declare const _default: {
|
|
|
2117
2093
|
url: string;
|
|
2118
2094
|
}[];
|
|
2119
2095
|
functionParameter: {
|
|
2120
|
-
|
|
2121
|
-
name: string;
|
|
2122
|
-
detail: string;
|
|
2123
|
-
};
|
|
2124
|
-
number2: {
|
|
2096
|
+
value: {
|
|
2125
2097
|
name: string;
|
|
2126
2098
|
detail: string;
|
|
2127
2099
|
};
|
|
@@ -2135,11 +2107,7 @@ declare const _default: {
|
|
|
2135
2107
|
url: string;
|
|
2136
2108
|
}[];
|
|
2137
2109
|
functionParameter: {
|
|
2138
|
-
|
|
2139
|
-
name: string;
|
|
2140
|
-
detail: string;
|
|
2141
|
-
};
|
|
2142
|
-
number2: {
|
|
2110
|
+
value: {
|
|
2143
2111
|
name: string;
|
|
2144
2112
|
detail: string;
|
|
2145
2113
|
};
|
|
@@ -3757,11 +3725,7 @@ declare const _default: {
|
|
|
3757
3725
|
url: string;
|
|
3758
3726
|
}[];
|
|
3759
3727
|
functionParameter: {
|
|
3760
|
-
|
|
3761
|
-
name: string;
|
|
3762
|
-
detail: string;
|
|
3763
|
-
};
|
|
3764
|
-
number2: {
|
|
3728
|
+
reference: {
|
|
3765
3729
|
name: string;
|
|
3766
3730
|
detail: string;
|
|
3767
3731
|
};
|
|
@@ -3775,11 +3739,7 @@ declare const _default: {
|
|
|
3775
3739
|
url: string;
|
|
3776
3740
|
}[];
|
|
3777
3741
|
functionParameter: {
|
|
3778
|
-
|
|
3779
|
-
name: string;
|
|
3780
|
-
detail: string;
|
|
3781
|
-
};
|
|
3782
|
-
number2: {
|
|
3742
|
+
array: {
|
|
3783
3743
|
name: string;
|
|
3784
3744
|
detail: string;
|
|
3785
3745
|
};
|
|
@@ -3963,11 +3923,19 @@ declare const _default: {
|
|
|
3963
3923
|
url: string;
|
|
3964
3924
|
}[];
|
|
3965
3925
|
functionParameter: {
|
|
3966
|
-
|
|
3926
|
+
reference: {
|
|
3967
3927
|
name: string;
|
|
3968
3928
|
detail: string;
|
|
3969
3929
|
};
|
|
3970
|
-
|
|
3930
|
+
rowNum: {
|
|
3931
|
+
name: string;
|
|
3932
|
+
detail: string;
|
|
3933
|
+
};
|
|
3934
|
+
columnNum: {
|
|
3935
|
+
name: string;
|
|
3936
|
+
detail: string;
|
|
3937
|
+
};
|
|
3938
|
+
areaNum: {
|
|
3971
3939
|
name: string;
|
|
3972
3940
|
detail: string;
|
|
3973
3941
|
};
|
|
@@ -3981,11 +3949,11 @@ declare const _default: {
|
|
|
3981
3949
|
url: string;
|
|
3982
3950
|
}[];
|
|
3983
3951
|
functionParameter: {
|
|
3984
|
-
|
|
3952
|
+
refText: {
|
|
3985
3953
|
name: string;
|
|
3986
3954
|
detail: string;
|
|
3987
3955
|
};
|
|
3988
|
-
|
|
3956
|
+
a1: {
|
|
3989
3957
|
name: string;
|
|
3990
3958
|
detail: string;
|
|
3991
3959
|
};
|
|
@@ -4073,11 +4041,7 @@ declare const _default: {
|
|
|
4073
4041
|
url: string;
|
|
4074
4042
|
}[];
|
|
4075
4043
|
functionParameter: {
|
|
4076
|
-
|
|
4077
|
-
name: string;
|
|
4078
|
-
detail: string;
|
|
4079
|
-
};
|
|
4080
|
-
number2: {
|
|
4044
|
+
reference: {
|
|
4081
4045
|
name: string;
|
|
4082
4046
|
detail: string;
|
|
4083
4047
|
};
|
|
@@ -4091,11 +4055,7 @@ declare const _default: {
|
|
|
4091
4055
|
url: string;
|
|
4092
4056
|
}[];
|
|
4093
4057
|
functionParameter: {
|
|
4094
|
-
|
|
4095
|
-
name: string;
|
|
4096
|
-
detail: string;
|
|
4097
|
-
};
|
|
4098
|
-
number2: {
|
|
4058
|
+
array: {
|
|
4099
4059
|
name: string;
|
|
4100
4060
|
detail: string;
|
|
4101
4061
|
};
|
|
@@ -6085,11 +6045,11 @@ declare const _default: {
|
|
|
6085
6045
|
url: string;
|
|
6086
6046
|
}[];
|
|
6087
6047
|
functionParameter: {
|
|
6088
|
-
|
|
6048
|
+
value1: {
|
|
6089
6049
|
name: string;
|
|
6090
6050
|
detail: string;
|
|
6091
6051
|
};
|
|
6092
|
-
|
|
6052
|
+
value2: {
|
|
6093
6053
|
name: string;
|
|
6094
6054
|
detail: string;
|
|
6095
6055
|
};
|
|
@@ -6103,11 +6063,11 @@ declare const _default: {
|
|
|
6103
6063
|
url: string;
|
|
6104
6064
|
}[];
|
|
6105
6065
|
functionParameter: {
|
|
6106
|
-
|
|
6066
|
+
value1: {
|
|
6107
6067
|
name: string;
|
|
6108
6068
|
detail: string;
|
|
6109
6069
|
};
|
|
6110
|
-
|
|
6070
|
+
value2: {
|
|
6111
6071
|
name: string;
|
|
6112
6072
|
detail: string;
|
|
6113
6073
|
};
|
|
@@ -6319,11 +6279,11 @@ declare const _default: {
|
|
|
6319
6279
|
url: string;
|
|
6320
6280
|
}[];
|
|
6321
6281
|
functionParameter: {
|
|
6322
|
-
|
|
6282
|
+
value1: {
|
|
6323
6283
|
name: string;
|
|
6324
6284
|
detail: string;
|
|
6325
6285
|
};
|
|
6326
|
-
|
|
6286
|
+
value2: {
|
|
6327
6287
|
name: string;
|
|
6328
6288
|
detail: string;
|
|
6329
6289
|
};
|
|
@@ -6337,11 +6297,11 @@ declare const _default: {
|
|
|
6337
6297
|
url: string;
|
|
6338
6298
|
}[];
|
|
6339
6299
|
functionParameter: {
|
|
6340
|
-
|
|
6300
|
+
value1: {
|
|
6341
6301
|
name: string;
|
|
6342
6302
|
detail: string;
|
|
6343
6303
|
};
|
|
6344
|
-
|
|
6304
|
+
value2: {
|
|
6345
6305
|
name: string;
|
|
6346
6306
|
detail: string;
|
|
6347
6307
|
};
|
|
@@ -7149,11 +7109,11 @@ declare const _default: {
|
|
|
7149
7109
|
url: string;
|
|
7150
7110
|
}[];
|
|
7151
7111
|
functionParameter: {
|
|
7152
|
-
|
|
7112
|
+
number: {
|
|
7153
7113
|
name: string;
|
|
7154
7114
|
detail: string;
|
|
7155
7115
|
};
|
|
7156
|
-
|
|
7116
|
+
divisor: {
|
|
7157
7117
|
name: string;
|
|
7158
7118
|
detail: string;
|
|
7159
7119
|
};
|
|
@@ -7257,11 +7217,11 @@ declare const _default: {
|
|
|
7257
7217
|
url: string;
|
|
7258
7218
|
}[];
|
|
7259
7219
|
functionParameter: {
|
|
7260
|
-
|
|
7220
|
+
number: {
|
|
7261
7221
|
name: string;
|
|
7262
7222
|
detail: string;
|
|
7263
7223
|
};
|
|
7264
|
-
|
|
7224
|
+
power: {
|
|
7265
7225
|
name: string;
|
|
7266
7226
|
detail: string;
|
|
7267
7227
|
};
|
|
@@ -7617,11 +7577,15 @@ declare const _default: {
|
|
|
7617
7577
|
url: string;
|
|
7618
7578
|
}[];
|
|
7619
7579
|
functionParameter: {
|
|
7620
|
-
|
|
7580
|
+
functionNum: {
|
|
7621
7581
|
name: string;
|
|
7622
7582
|
detail: string;
|
|
7623
7583
|
};
|
|
7624
|
-
|
|
7584
|
+
ref1: {
|
|
7585
|
+
name: string;
|
|
7586
|
+
detail: string;
|
|
7587
|
+
};
|
|
7588
|
+
ref2: {
|
|
7625
7589
|
name: string;
|
|
7626
7590
|
detail: string;
|
|
7627
7591
|
};
|
|
@@ -90,11 +90,7 @@ declare const _default: {
|
|
|
90
90
|
url: string;
|
|
91
91
|
}[];
|
|
92
92
|
functionParameter: {
|
|
93
|
-
|
|
94
|
-
name: string;
|
|
95
|
-
detail: string;
|
|
96
|
-
};
|
|
97
|
-
number2: {
|
|
93
|
+
value: {
|
|
98
94
|
name: string;
|
|
99
95
|
detail: string;
|
|
100
96
|
};
|
|
@@ -108,11 +104,7 @@ declare const _default: {
|
|
|
108
104
|
url: string;
|
|
109
105
|
}[];
|
|
110
106
|
functionParameter: {
|
|
111
|
-
|
|
112
|
-
name: string;
|
|
113
|
-
detail: string;
|
|
114
|
-
};
|
|
115
|
-
number2: {
|
|
107
|
+
value: {
|
|
116
108
|
name: string;
|
|
117
109
|
detail: string;
|
|
118
110
|
};
|
|
@@ -162,11 +154,7 @@ declare const _default: {
|
|
|
162
154
|
url: string;
|
|
163
155
|
}[];
|
|
164
156
|
functionParameter: {
|
|
165
|
-
|
|
166
|
-
name: string;
|
|
167
|
-
detail: string;
|
|
168
|
-
};
|
|
169
|
-
number2: {
|
|
157
|
+
value: {
|
|
170
158
|
name: string;
|
|
171
159
|
detail: string;
|
|
172
160
|
};
|
|
@@ -180,11 +168,7 @@ declare const _default: {
|
|
|
180
168
|
url: string;
|
|
181
169
|
}[];
|
|
182
170
|
functionParameter: {
|
|
183
|
-
|
|
184
|
-
name: string;
|
|
185
|
-
detail: string;
|
|
186
|
-
};
|
|
187
|
-
number2: {
|
|
171
|
+
value: {
|
|
188
172
|
name: string;
|
|
189
173
|
detail: string;
|
|
190
174
|
};
|
|
@@ -198,11 +182,7 @@ declare const _default: {
|
|
|
198
182
|
url: string;
|
|
199
183
|
}[];
|
|
200
184
|
functionParameter: {
|
|
201
|
-
|
|
202
|
-
name: string;
|
|
203
|
-
detail: string;
|
|
204
|
-
};
|
|
205
|
-
number2: {
|
|
185
|
+
value: {
|
|
206
186
|
name: string;
|
|
207
187
|
detail: string;
|
|
208
188
|
};
|
|
@@ -216,11 +196,7 @@ declare const _default: {
|
|
|
216
196
|
url: string;
|
|
217
197
|
}[];
|
|
218
198
|
functionParameter: {
|
|
219
|
-
|
|
220
|
-
name: string;
|
|
221
|
-
detail: string;
|
|
222
|
-
};
|
|
223
|
-
number2: {
|
|
199
|
+
value: {
|
|
224
200
|
name: string;
|
|
225
201
|
detail: string;
|
|
226
202
|
};
|
|
@@ -270,11 +246,7 @@ declare const _default: {
|
|
|
270
246
|
url: string;
|
|
271
247
|
}[];
|
|
272
248
|
functionParameter: {
|
|
273
|
-
|
|
274
|
-
name: string;
|
|
275
|
-
detail: string;
|
|
276
|
-
};
|
|
277
|
-
number2: {
|
|
249
|
+
value: {
|
|
278
250
|
name: string;
|
|
279
251
|
detail: string;
|
|
280
252
|
};
|
|
@@ -288,11 +260,7 @@ declare const _default: {
|
|
|
288
260
|
url: string;
|
|
289
261
|
}[];
|
|
290
262
|
functionParameter: {
|
|
291
|
-
|
|
292
|
-
name: string;
|
|
293
|
-
detail: string;
|
|
294
|
-
};
|
|
295
|
-
number2: {
|
|
263
|
+
value: {
|
|
296
264
|
name: string;
|
|
297
265
|
detail: string;
|
|
298
266
|
};
|
|
@@ -90,11 +90,7 @@ declare const _default: {
|
|
|
90
90
|
url: string;
|
|
91
91
|
}[];
|
|
92
92
|
functionParameter: {
|
|
93
|
-
|
|
94
|
-
name: string;
|
|
95
|
-
detail: string;
|
|
96
|
-
};
|
|
97
|
-
number2: {
|
|
93
|
+
value: {
|
|
98
94
|
name: string;
|
|
99
95
|
detail: string;
|
|
100
96
|
};
|
|
@@ -108,11 +104,7 @@ declare const _default: {
|
|
|
108
104
|
url: string;
|
|
109
105
|
}[];
|
|
110
106
|
functionParameter: {
|
|
111
|
-
|
|
112
|
-
name: string;
|
|
113
|
-
detail: string;
|
|
114
|
-
};
|
|
115
|
-
number2: {
|
|
107
|
+
value: {
|
|
116
108
|
name: string;
|
|
117
109
|
detail: string;
|
|
118
110
|
};
|
|
@@ -162,11 +154,7 @@ declare const _default: {
|
|
|
162
154
|
url: string;
|
|
163
155
|
}[];
|
|
164
156
|
functionParameter: {
|
|
165
|
-
|
|
166
|
-
name: string;
|
|
167
|
-
detail: string;
|
|
168
|
-
};
|
|
169
|
-
number2: {
|
|
157
|
+
value: {
|
|
170
158
|
name: string;
|
|
171
159
|
detail: string;
|
|
172
160
|
};
|
|
@@ -180,11 +168,7 @@ declare const _default: {
|
|
|
180
168
|
url: string;
|
|
181
169
|
}[];
|
|
182
170
|
functionParameter: {
|
|
183
|
-
|
|
184
|
-
name: string;
|
|
185
|
-
detail: string;
|
|
186
|
-
};
|
|
187
|
-
number2: {
|
|
171
|
+
value: {
|
|
188
172
|
name: string;
|
|
189
173
|
detail: string;
|
|
190
174
|
};
|
|
@@ -198,11 +182,7 @@ declare const _default: {
|
|
|
198
182
|
url: string;
|
|
199
183
|
}[];
|
|
200
184
|
functionParameter: {
|
|
201
|
-
|
|
202
|
-
name: string;
|
|
203
|
-
detail: string;
|
|
204
|
-
};
|
|
205
|
-
number2: {
|
|
185
|
+
value: {
|
|
206
186
|
name: string;
|
|
207
187
|
detail: string;
|
|
208
188
|
};
|
|
@@ -216,11 +196,7 @@ declare const _default: {
|
|
|
216
196
|
url: string;
|
|
217
197
|
}[];
|
|
218
198
|
functionParameter: {
|
|
219
|
-
|
|
220
|
-
name: string;
|
|
221
|
-
detail: string;
|
|
222
|
-
};
|
|
223
|
-
number2: {
|
|
199
|
+
value: {
|
|
224
200
|
name: string;
|
|
225
201
|
detail: string;
|
|
226
202
|
};
|
|
@@ -270,11 +246,7 @@ declare const _default: {
|
|
|
270
246
|
url: string;
|
|
271
247
|
}[];
|
|
272
248
|
functionParameter: {
|
|
273
|
-
|
|
274
|
-
name: string;
|
|
275
|
-
detail: string;
|
|
276
|
-
};
|
|
277
|
-
number2: {
|
|
249
|
+
value: {
|
|
278
250
|
name: string;
|
|
279
251
|
detail: string;
|
|
280
252
|
};
|
|
@@ -288,11 +260,7 @@ declare const _default: {
|
|
|
288
260
|
url: string;
|
|
289
261
|
}[];
|
|
290
262
|
functionParameter: {
|
|
291
|
-
|
|
292
|
-
name: string;
|
|
293
|
-
detail: string;
|
|
294
|
-
};
|
|
295
|
-
number2: {
|
|
263
|
+
value: {
|
|
296
264
|
name: string;
|
|
297
265
|
detail: string;
|
|
298
266
|
};
|