@univerjs/sheets-formula 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +775 -2
- package/lib/cjs/index.js +21 -9
- package/lib/es/index.js +1766 -1883
- package/lib/index.css +1 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +1 -0
- package/lib/types/controllers/prompt.controller.d.ts +3 -7
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +1 -0
- package/lib/types/controllers/utils/utils.d.ts +17 -0
- 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/umd/index.js +21 -9
- package/package.json +25 -25
package/lib/index.css
CHANGED
|
@@ -1 +1 @@
|
|
|
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}
|
|
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-help-param,.univer-formula-help-param-prefix,.univer-formula-help-param-item,.univer-formula-help-param-active{z-index:1}.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,5 +21,6 @@ export interface ISelectEditorFormulaOperationParam {
|
|
|
21
21
|
eventType: DeviceInputEventType;
|
|
22
22
|
keycode?: KeyCode;
|
|
23
23
|
metaKey?: MetaKeys | typeof META_KEY_CTRL_AND_SHIFT;
|
|
24
|
+
isSingleEditor?: boolean;
|
|
24
25
|
}
|
|
25
26
|
export declare const SelectEditorFormulaOperation: IOperation<ISelectEditorFormulaOperationParam>;
|
|
@@ -64,7 +64,7 @@ export declare class PromptController extends Disposable {
|
|
|
64
64
|
private _initialEditorInputChange;
|
|
65
65
|
private _initialExitEditor;
|
|
66
66
|
private _initialChangeEditor;
|
|
67
|
-
private
|
|
67
|
+
private _closeRangePrompt;
|
|
68
68
|
private _initialRefSelectionUpdateEvent;
|
|
69
69
|
private _selectionChanging;
|
|
70
70
|
private _initialRefSelectionInsertEvent;
|
|
@@ -78,11 +78,6 @@ export declare class PromptController extends Disposable {
|
|
|
78
78
|
* in order to generate reference text for the formula.
|
|
79
79
|
*/
|
|
80
80
|
private _changeKeepVisibleHideState;
|
|
81
|
-
/**
|
|
82
|
-
* Determine whether the character is a token keyword for the formula engine.
|
|
83
|
-
* @param char
|
|
84
|
-
*/
|
|
85
|
-
private _matchRefDrawToken;
|
|
86
81
|
/**
|
|
87
82
|
*
|
|
88
83
|
* @returns Return the character under the current cursor in the editor.
|
|
@@ -93,7 +88,7 @@ export declare class PromptController extends Disposable {
|
|
|
93
88
|
* users can select a certain area using the mouse and arrow keys, and convert the area into a ref string.
|
|
94
89
|
*/
|
|
95
90
|
private _disableForceKeepVisible;
|
|
96
|
-
private
|
|
91
|
+
private _getCurrentBodyDataStreamAndOffset;
|
|
97
92
|
private _getFormulaAndCellEditorBody;
|
|
98
93
|
private _editorModelUnitIds;
|
|
99
94
|
/**
|
|
@@ -127,6 +122,7 @@ export declare class PromptController extends Disposable {
|
|
|
127
122
|
private _getSheetIdByName;
|
|
128
123
|
private _getSheetNameById;
|
|
129
124
|
private _getCurrentUnitIdAndSheetId;
|
|
125
|
+
private _getOpenForCurrentSheet;
|
|
130
126
|
/**
|
|
131
127
|
* Convert the selection range to a ref string for the formula engine, such as A1:B1
|
|
132
128
|
* @param currentSelection
|
|
@@ -22,3 +22,4 @@ export declare function promptSelectionShortcutItemShift(): IShortcutItem<object
|
|
|
22
22
|
export declare function promptSelectionShortcutItemCtrl(): IShortcutItem<object>[];
|
|
23
23
|
export declare function promptSelectionShortcutItemCtrlAndShift(): IShortcutItem<object>[];
|
|
24
24
|
export declare const ChangeRefToAbsoluteShortcut: IShortcutItem;
|
|
25
|
+
export declare function singleEditorPromptSelectionShortcutItem(): IShortcutItem<object>[];
|
|
@@ -0,0 +1,17 @@
|
|
|
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 type { IContextService } from '@univerjs/core';
|
|
17
|
+
export declare function whenEditorStandalone(contextService: IContextService): boolean;
|
|
@@ -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
|
};
|
|
@@ -124,11 +124,7 @@ declare const _default: {
|
|
|
124
124
|
url: string;
|
|
125
125
|
}[];
|
|
126
126
|
functionParameter: {
|
|
127
|
-
|
|
128
|
-
name: string;
|
|
129
|
-
detail: string;
|
|
130
|
-
};
|
|
131
|
-
number2: {
|
|
127
|
+
reference: {
|
|
132
128
|
name: string;
|
|
133
129
|
detail: string;
|
|
134
130
|
};
|
|
@@ -142,11 +138,7 @@ declare const _default: {
|
|
|
142
138
|
url: string;
|
|
143
139
|
}[];
|
|
144
140
|
functionParameter: {
|
|
145
|
-
|
|
146
|
-
name: string;
|
|
147
|
-
detail: string;
|
|
148
|
-
};
|
|
149
|
-
number2: {
|
|
141
|
+
array: {
|
|
150
142
|
name: string;
|
|
151
143
|
detail: string;
|
|
152
144
|
};
|
|
@@ -330,11 +322,19 @@ declare const _default: {
|
|
|
330
322
|
url: string;
|
|
331
323
|
}[];
|
|
332
324
|
functionParameter: {
|
|
333
|
-
|
|
325
|
+
reference: {
|
|
334
326
|
name: string;
|
|
335
327
|
detail: string;
|
|
336
328
|
};
|
|
337
|
-
|
|
329
|
+
rowNum: {
|
|
330
|
+
name: string;
|
|
331
|
+
detail: string;
|
|
332
|
+
};
|
|
333
|
+
columnNum: {
|
|
334
|
+
name: string;
|
|
335
|
+
detail: string;
|
|
336
|
+
};
|
|
337
|
+
areaNum: {
|
|
338
338
|
name: string;
|
|
339
339
|
detail: string;
|
|
340
340
|
};
|
|
@@ -348,11 +348,11 @@ declare const _default: {
|
|
|
348
348
|
url: string;
|
|
349
349
|
}[];
|
|
350
350
|
functionParameter: {
|
|
351
|
-
|
|
351
|
+
refText: {
|
|
352
352
|
name: string;
|
|
353
353
|
detail: string;
|
|
354
354
|
};
|
|
355
|
-
|
|
355
|
+
a1: {
|
|
356
356
|
name: string;
|
|
357
357
|
detail: string;
|
|
358
358
|
};
|
|
@@ -440,11 +440,7 @@ declare const _default: {
|
|
|
440
440
|
url: string;
|
|
441
441
|
}[];
|
|
442
442
|
functionParameter: {
|
|
443
|
-
|
|
444
|
-
name: string;
|
|
445
|
-
detail: string;
|
|
446
|
-
};
|
|
447
|
-
number2: {
|
|
443
|
+
reference: {
|
|
448
444
|
name: string;
|
|
449
445
|
detail: string;
|
|
450
446
|
};
|
|
@@ -458,11 +454,7 @@ declare const _default: {
|
|
|
458
454
|
url: string;
|
|
459
455
|
}[];
|
|
460
456
|
functionParameter: {
|
|
461
|
-
|
|
462
|
-
name: string;
|
|
463
|
-
detail: string;
|
|
464
|
-
};
|
|
465
|
-
number2: {
|
|
457
|
+
array: {
|
|
466
458
|
name: string;
|
|
467
459
|
detail: string;
|
|
468
460
|
};
|