@univerjs/sheets-formula 0.2.8 → 0.2.9
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 +4 -4
- package/lib/es/index.js +94 -43
- package/lib/locale/en-US.json +30 -18
- package/lib/locale/ru-RU.json +30 -18
- package/lib/locale/vi-VN.json +58 -6
- package/lib/locale/zh-CN.json +30 -18
- package/lib/locale/zh-TW.json +30 -18
- package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -3
- package/lib/types/controllers/prompt.controller.d.ts +6 -1
- package/lib/types/locale/en-US.d.ts +18 -6
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
- package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
- package/lib/types/locale/ru-RU.d.ts +18 -6
- package/lib/types/locale/vi-VN.d.ts +50 -2
- package/lib/types/locale/zh-CN.d.ts +18 -6
- package/lib/types/locale/zh-TW.d.ts +18 -6
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -3
- package/lib/umd/index.js +4 -4
- package/package.json +22 -22
package/lib/locale/zh-TW.json
CHANGED
|
@@ -5180,13 +5180,17 @@
|
|
|
5180
5180
|
}
|
|
5181
5181
|
],
|
|
5182
5182
|
"functionParameter": {
|
|
5183
|
-
"
|
|
5184
|
-
"name": "
|
|
5185
|
-
"detail": "
|
|
5183
|
+
"number": {
|
|
5184
|
+
"name": "數值",
|
|
5185
|
+
"detail": "這是要找出其排名的數字。"
|
|
5186
5186
|
},
|
|
5187
|
-
"
|
|
5188
|
-
"name": "
|
|
5189
|
-
"detail": "
|
|
5187
|
+
"ref": {
|
|
5188
|
+
"name": "數位清單",
|
|
5189
|
+
"detail": "數位清單的參照。會忽略 ref 中的非數值。"
|
|
5190
|
+
},
|
|
5191
|
+
"order": {
|
|
5192
|
+
"name": "排列方式",
|
|
5193
|
+
"detail": "這是指定排列數值方式的數字。0 或省略為遞減順序排序,非 0 為遞增順序排序。"
|
|
5190
5194
|
}
|
|
5191
5195
|
}
|
|
5192
5196
|
},
|
|
@@ -5200,13 +5204,17 @@
|
|
|
5200
5204
|
}
|
|
5201
5205
|
],
|
|
5202
5206
|
"functionParameter": {
|
|
5203
|
-
"
|
|
5204
|
-
"name": "
|
|
5205
|
-
"detail": "
|
|
5207
|
+
"number": {
|
|
5208
|
+
"name": "數值",
|
|
5209
|
+
"detail": "這是要找出其排名的數字。"
|
|
5206
5210
|
},
|
|
5207
|
-
"
|
|
5208
|
-
"name": "
|
|
5209
|
-
"detail": "
|
|
5211
|
+
"ref": {
|
|
5212
|
+
"name": "數位清單",
|
|
5213
|
+
"detail": "數位清單的參照。會忽略 ref 中的非數值。"
|
|
5214
|
+
},
|
|
5215
|
+
"order": {
|
|
5216
|
+
"name": "排列方式",
|
|
5217
|
+
"detail": "這是指定排列數值方式的數字。0 或省略為遞減順序排序,非 0 為遞增順序排序。"
|
|
5210
5218
|
}
|
|
5211
5219
|
}
|
|
5212
5220
|
},
|
|
@@ -10270,13 +10278,17 @@
|
|
|
10270
10278
|
}
|
|
10271
10279
|
],
|
|
10272
10280
|
"functionParameter": {
|
|
10273
|
-
"
|
|
10274
|
-
"name": "
|
|
10275
|
-
"detail": "
|
|
10281
|
+
"number": {
|
|
10282
|
+
"name": "數值",
|
|
10283
|
+
"detail": "這是要找出其排名的數字。"
|
|
10276
10284
|
},
|
|
10277
|
-
"
|
|
10278
|
-
"name": "
|
|
10279
|
-
"detail": "
|
|
10285
|
+
"ref": {
|
|
10286
|
+
"name": "數位清單",
|
|
10287
|
+
"detail": "數位清單的參照。會忽略 ref 中的非數值。"
|
|
10288
|
+
},
|
|
10289
|
+
"order": {
|
|
10290
|
+
"name": "排列方式",
|
|
10291
|
+
"detail": "這是指定排列數值方式的數字。0 或省略為遞減順序排序,非 0 為遞增順序排序。"
|
|
10280
10292
|
}
|
|
10281
10293
|
}
|
|
10282
10294
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { Workbook, Disposable, ICommandService, ThemeService } from '@univerjs/core';
|
|
1
|
+
import { Workbook, Disposable, ICommandService, ILogService, ThemeService } from '@univerjs/core';
|
|
2
2
|
import { FormulaDataModel } from '@univerjs/engine-formula';
|
|
3
|
-
import { IRenderContext, IRenderModule, IRenderManagerService } from '@univerjs/engine-render';
|
|
3
|
+
import { IRenderContext, IRenderModule, SpreadsheetSkeleton, IRenderManagerService } from '@univerjs/engine-render';
|
|
4
4
|
import { IEditorBridgeService, SheetSkeletonManagerService } from '@univerjs/sheets-ui';
|
|
5
5
|
export declare class FormulaEditorShowController extends Disposable implements IRenderModule {
|
|
6
6
|
private readonly _context;
|
|
@@ -10,8 +10,12 @@ export declare class FormulaEditorShowController extends Disposable implements I
|
|
|
10
10
|
private readonly _renderManagerService;
|
|
11
11
|
private readonly _sheetSkeletonManagerService;
|
|
12
12
|
private readonly _commandService;
|
|
13
|
+
private readonly _logService;
|
|
13
14
|
private _previousShape;
|
|
14
|
-
|
|
15
|
+
private _skeleton;
|
|
16
|
+
constructor(_context: IRenderContext<Workbook>, _editorBridgeService: IEditorBridgeService, _formulaDataModel: FormulaDataModel, _themeService: ThemeService, _renderManagerService: IRenderManagerService, _sheetSkeletonManagerService: SheetSkeletonManagerService, _commandService: ICommandService, _logService: ILogService);
|
|
17
|
+
private _initSkeletonChangeListener;
|
|
18
|
+
protected _changeRuntime(skeleton: SpreadsheetSkeleton): void;
|
|
15
19
|
private _initInterceptorEditorStart;
|
|
16
20
|
private _commandExecutedListener;
|
|
17
21
|
private _displayArrayFormulaRangeShape;
|
|
@@ -39,7 +39,7 @@ export declare class PromptController extends Disposable {
|
|
|
39
39
|
private _existsSequenceNode;
|
|
40
40
|
private get _selectionRenderService();
|
|
41
41
|
/**
|
|
42
|
-
*
|
|
42
|
+
* For multiple sheet instances.
|
|
43
43
|
*/
|
|
44
44
|
private get _allSelectionRenderServices();
|
|
45
45
|
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);
|
|
@@ -53,6 +53,9 @@ export declare class PromptController extends Disposable {
|
|
|
53
53
|
private _initialChangeEditor;
|
|
54
54
|
private _closeRangePrompt;
|
|
55
55
|
private _initSelectionsEndListener;
|
|
56
|
+
/**
|
|
57
|
+
* For interaction with mouse & keyboard shortcuts on spreadsheet. Not in formula editor.
|
|
58
|
+
*/
|
|
56
59
|
private _updateSelecting;
|
|
57
60
|
private _currentlyWorkingRefRenderer;
|
|
58
61
|
private _selectionsChangeDisposables;
|
|
@@ -116,7 +119,9 @@ export declare class PromptController extends Disposable {
|
|
|
116
119
|
*/
|
|
117
120
|
private _generateRefString;
|
|
118
121
|
/**
|
|
122
|
+
* Update Editor formula text in prompt editor by current selection in spreadsheet.
|
|
119
123
|
* Restore the sequenceNode generated by the lexer to the text in the editor, and set the cursor position.
|
|
124
|
+
*
|
|
120
125
|
* @param sequenceNodes
|
|
121
126
|
* @param textSelectionOffset
|
|
122
127
|
*/
|
|
@@ -591,11 +591,15 @@ declare const _default: {
|
|
|
591
591
|
url: string;
|
|
592
592
|
}[];
|
|
593
593
|
functionParameter: {
|
|
594
|
-
|
|
594
|
+
number: {
|
|
595
595
|
name: string;
|
|
596
596
|
detail: string;
|
|
597
597
|
};
|
|
598
|
-
|
|
598
|
+
ref: {
|
|
599
|
+
name: string;
|
|
600
|
+
detail: string;
|
|
601
|
+
};
|
|
602
|
+
order: {
|
|
599
603
|
name: string;
|
|
600
604
|
detail: string;
|
|
601
605
|
};
|
|
@@ -5955,11 +5959,15 @@ declare const _default: {
|
|
|
5955
5959
|
url: string;
|
|
5956
5960
|
}[];
|
|
5957
5961
|
functionParameter: {
|
|
5958
|
-
|
|
5962
|
+
number: {
|
|
5959
5963
|
name: string;
|
|
5960
5964
|
detail: string;
|
|
5961
5965
|
};
|
|
5962
|
-
|
|
5966
|
+
ref: {
|
|
5967
|
+
name: string;
|
|
5968
|
+
detail: string;
|
|
5969
|
+
};
|
|
5970
|
+
order: {
|
|
5963
5971
|
name: string;
|
|
5964
5972
|
detail: string;
|
|
5965
5973
|
};
|
|
@@ -5973,11 +5981,15 @@ declare const _default: {
|
|
|
5973
5981
|
url: string;
|
|
5974
5982
|
}[];
|
|
5975
5983
|
functionParameter: {
|
|
5976
|
-
|
|
5984
|
+
number: {
|
|
5977
5985
|
name: string;
|
|
5978
5986
|
detail: string;
|
|
5979
5987
|
};
|
|
5980
|
-
|
|
5988
|
+
ref: {
|
|
5989
|
+
name: string;
|
|
5990
|
+
detail: string;
|
|
5991
|
+
};
|
|
5992
|
+
order: {
|
|
5981
5993
|
name: string;
|
|
5982
5994
|
detail: string;
|
|
5983
5995
|
};
|
|
@@ -526,11 +526,15 @@ declare const _default: {
|
|
|
526
526
|
url: string;
|
|
527
527
|
}[];
|
|
528
528
|
functionParameter: {
|
|
529
|
-
|
|
529
|
+
number: {
|
|
530
530
|
name: string;
|
|
531
531
|
detail: string;
|
|
532
532
|
};
|
|
533
|
-
|
|
533
|
+
ref: {
|
|
534
|
+
name: string;
|
|
535
|
+
detail: string;
|
|
536
|
+
};
|
|
537
|
+
order: {
|
|
534
538
|
name: string;
|
|
535
539
|
detail: string;
|
|
536
540
|
};
|
|
@@ -526,11 +526,15 @@ declare const _default: {
|
|
|
526
526
|
url: string;
|
|
527
527
|
}[];
|
|
528
528
|
functionParameter: {
|
|
529
|
-
|
|
529
|
+
number: {
|
|
530
530
|
name: string;
|
|
531
531
|
detail: string;
|
|
532
532
|
};
|
|
533
|
-
|
|
533
|
+
ref: {
|
|
534
|
+
name: string;
|
|
535
|
+
detail: string;
|
|
536
|
+
};
|
|
537
|
+
order: {
|
|
534
538
|
name: string;
|
|
535
539
|
detail: string;
|
|
536
540
|
};
|
|
@@ -526,11 +526,15 @@ declare const _default: {
|
|
|
526
526
|
url: string;
|
|
527
527
|
}[];
|
|
528
528
|
functionParameter: {
|
|
529
|
-
|
|
529
|
+
number: {
|
|
530
530
|
name: string;
|
|
531
531
|
detail: string;
|
|
532
532
|
};
|
|
533
|
-
|
|
533
|
+
ref: {
|
|
534
|
+
name: string;
|
|
535
|
+
detail: string;
|
|
536
|
+
};
|
|
537
|
+
order: {
|
|
534
538
|
name: string;
|
|
535
539
|
detail: string;
|
|
536
540
|
};
|
|
@@ -526,11 +526,15 @@ declare const _default: {
|
|
|
526
526
|
url: string;
|
|
527
527
|
}[];
|
|
528
528
|
functionParameter: {
|
|
529
|
-
|
|
529
|
+
number: {
|
|
530
530
|
name: string;
|
|
531
531
|
detail: string;
|
|
532
532
|
};
|
|
533
|
-
|
|
533
|
+
ref: {
|
|
534
|
+
name: string;
|
|
535
|
+
detail: string;
|
|
536
|
+
};
|
|
537
|
+
order: {
|
|
534
538
|
name: string;
|
|
535
539
|
detail: string;
|
|
536
540
|
};
|
|
@@ -526,11 +526,15 @@ declare const _default: {
|
|
|
526
526
|
url: string;
|
|
527
527
|
}[];
|
|
528
528
|
functionParameter: {
|
|
529
|
-
|
|
529
|
+
number: {
|
|
530
530
|
name: string;
|
|
531
531
|
detail: string;
|
|
532
532
|
};
|
|
533
|
-
|
|
533
|
+
ref: {
|
|
534
|
+
name: string;
|
|
535
|
+
detail: string;
|
|
536
|
+
};
|
|
537
|
+
order: {
|
|
534
538
|
name: string;
|
|
535
539
|
detail: string;
|
|
536
540
|
};
|
|
@@ -1578,11 +1578,15 @@ declare const _default: {
|
|
|
1578
1578
|
url: string;
|
|
1579
1579
|
}[];
|
|
1580
1580
|
functionParameter: {
|
|
1581
|
-
|
|
1581
|
+
number: {
|
|
1582
1582
|
name: string;
|
|
1583
1583
|
detail: string;
|
|
1584
1584
|
};
|
|
1585
|
-
|
|
1585
|
+
ref: {
|
|
1586
|
+
name: string;
|
|
1587
|
+
detail: string;
|
|
1588
|
+
};
|
|
1589
|
+
order: {
|
|
1586
1590
|
name: string;
|
|
1587
1591
|
detail: string;
|
|
1588
1592
|
};
|
|
@@ -1596,11 +1600,15 @@ declare const _default: {
|
|
|
1596
1600
|
url: string;
|
|
1597
1601
|
}[];
|
|
1598
1602
|
functionParameter: {
|
|
1599
|
-
|
|
1603
|
+
number: {
|
|
1600
1604
|
name: string;
|
|
1601
1605
|
detail: string;
|
|
1602
1606
|
};
|
|
1603
|
-
|
|
1607
|
+
ref: {
|
|
1608
|
+
name: string;
|
|
1609
|
+
detail: string;
|
|
1610
|
+
};
|
|
1611
|
+
order: {
|
|
1604
1612
|
name: string;
|
|
1605
1613
|
detail: string;
|
|
1606
1614
|
};
|
|
@@ -1578,11 +1578,15 @@ declare const _default: {
|
|
|
1578
1578
|
url: string;
|
|
1579
1579
|
}[];
|
|
1580
1580
|
functionParameter: {
|
|
1581
|
-
|
|
1581
|
+
number: {
|
|
1582
1582
|
name: string;
|
|
1583
1583
|
detail: string;
|
|
1584
1584
|
};
|
|
1585
|
-
|
|
1585
|
+
ref: {
|
|
1586
|
+
name: string;
|
|
1587
|
+
detail: string;
|
|
1588
|
+
};
|
|
1589
|
+
order: {
|
|
1586
1590
|
name: string;
|
|
1587
1591
|
detail: string;
|
|
1588
1592
|
};
|
|
@@ -1596,11 +1600,15 @@ declare const _default: {
|
|
|
1596
1600
|
url: string;
|
|
1597
1601
|
}[];
|
|
1598
1602
|
functionParameter: {
|
|
1599
|
-
|
|
1603
|
+
number: {
|
|
1600
1604
|
name: string;
|
|
1601
1605
|
detail: string;
|
|
1602
1606
|
};
|
|
1603
|
-
|
|
1607
|
+
ref: {
|
|
1608
|
+
name: string;
|
|
1609
|
+
detail: string;
|
|
1610
|
+
};
|
|
1611
|
+
order: {
|
|
1604
1612
|
name: string;
|
|
1605
1613
|
detail: string;
|
|
1606
1614
|
};
|
|
@@ -580,6 +580,50 @@ declare const _default: {
|
|
|
580
580
|
};
|
|
581
581
|
};
|
|
582
582
|
};
|
|
583
|
+
RANK_AVG: {
|
|
584
|
+
description: string;
|
|
585
|
+
abstract: string;
|
|
586
|
+
links: {
|
|
587
|
+
title: string;
|
|
588
|
+
url: string;
|
|
589
|
+
}[];
|
|
590
|
+
functionParameter: {
|
|
591
|
+
number: {
|
|
592
|
+
name: string;
|
|
593
|
+
detail: string;
|
|
594
|
+
};
|
|
595
|
+
ref: {
|
|
596
|
+
name: string;
|
|
597
|
+
detail: string;
|
|
598
|
+
};
|
|
599
|
+
order: {
|
|
600
|
+
name: string;
|
|
601
|
+
detail: string;
|
|
602
|
+
};
|
|
603
|
+
};
|
|
604
|
+
};
|
|
605
|
+
RANK_EQ: {
|
|
606
|
+
description: string;
|
|
607
|
+
abstract: string;
|
|
608
|
+
links: {
|
|
609
|
+
title: string;
|
|
610
|
+
url: string;
|
|
611
|
+
}[];
|
|
612
|
+
functionParameter: {
|
|
613
|
+
number: {
|
|
614
|
+
name: string;
|
|
615
|
+
detail: string;
|
|
616
|
+
};
|
|
617
|
+
ref: {
|
|
618
|
+
name: string;
|
|
619
|
+
detail: string;
|
|
620
|
+
};
|
|
621
|
+
order: {
|
|
622
|
+
name: string;
|
|
623
|
+
detail: string;
|
|
624
|
+
};
|
|
625
|
+
};
|
|
626
|
+
};
|
|
583
627
|
STDEV_P: {
|
|
584
628
|
description: string;
|
|
585
629
|
abstract: string;
|
|
@@ -1578,11 +1578,15 @@ declare const _default: {
|
|
|
1578
1578
|
url: string;
|
|
1579
1579
|
}[];
|
|
1580
1580
|
functionParameter: {
|
|
1581
|
-
|
|
1581
|
+
number: {
|
|
1582
1582
|
name: string;
|
|
1583
1583
|
detail: string;
|
|
1584
1584
|
};
|
|
1585
|
-
|
|
1585
|
+
ref: {
|
|
1586
|
+
name: string;
|
|
1587
|
+
detail: string;
|
|
1588
|
+
};
|
|
1589
|
+
order: {
|
|
1586
1590
|
name: string;
|
|
1587
1591
|
detail: string;
|
|
1588
1592
|
};
|
|
@@ -1596,11 +1600,15 @@ declare const _default: {
|
|
|
1596
1600
|
url: string;
|
|
1597
1601
|
}[];
|
|
1598
1602
|
functionParameter: {
|
|
1599
|
-
|
|
1603
|
+
number: {
|
|
1600
1604
|
name: string;
|
|
1601
1605
|
detail: string;
|
|
1602
1606
|
};
|
|
1603
|
-
|
|
1607
|
+
ref: {
|
|
1608
|
+
name: string;
|
|
1609
|
+
detail: string;
|
|
1610
|
+
};
|
|
1611
|
+
order: {
|
|
1604
1612
|
name: string;
|
|
1605
1613
|
detail: string;
|
|
1606
1614
|
};
|
|
@@ -1578,11 +1578,15 @@ declare const _default: {
|
|
|
1578
1578
|
url: string;
|
|
1579
1579
|
}[];
|
|
1580
1580
|
functionParameter: {
|
|
1581
|
-
|
|
1581
|
+
number: {
|
|
1582
1582
|
name: string;
|
|
1583
1583
|
detail: string;
|
|
1584
1584
|
};
|
|
1585
|
-
|
|
1585
|
+
ref: {
|
|
1586
|
+
name: string;
|
|
1587
|
+
detail: string;
|
|
1588
|
+
};
|
|
1589
|
+
order: {
|
|
1586
1590
|
name: string;
|
|
1587
1591
|
detail: string;
|
|
1588
1592
|
};
|
|
@@ -1596,11 +1600,15 @@ declare const _default: {
|
|
|
1596
1600
|
url: string;
|
|
1597
1601
|
}[];
|
|
1598
1602
|
functionParameter: {
|
|
1599
|
-
|
|
1603
|
+
number: {
|
|
1600
1604
|
name: string;
|
|
1601
1605
|
detail: string;
|
|
1602
1606
|
};
|
|
1603
|
-
|
|
1607
|
+
ref: {
|
|
1608
|
+
name: string;
|
|
1609
|
+
detail: string;
|
|
1610
|
+
};
|
|
1611
|
+
order: {
|
|
1604
1612
|
name: string;
|
|
1605
1613
|
detail: string;
|
|
1606
1614
|
};
|
|
@@ -591,11 +591,15 @@ declare const _default: {
|
|
|
591
591
|
url: string;
|
|
592
592
|
}[];
|
|
593
593
|
functionParameter: {
|
|
594
|
-
|
|
594
|
+
number: {
|
|
595
595
|
name: string;
|
|
596
596
|
detail: string;
|
|
597
597
|
};
|
|
598
|
-
|
|
598
|
+
ref: {
|
|
599
|
+
name: string;
|
|
600
|
+
detail: string;
|
|
601
|
+
};
|
|
602
|
+
order: {
|
|
599
603
|
name: string;
|
|
600
604
|
detail: string;
|
|
601
605
|
};
|
|
@@ -5907,11 +5911,15 @@ declare const _default: {
|
|
|
5907
5911
|
url: string;
|
|
5908
5912
|
}[];
|
|
5909
5913
|
functionParameter: {
|
|
5910
|
-
|
|
5914
|
+
number: {
|
|
5911
5915
|
name: string;
|
|
5912
5916
|
detail: string;
|
|
5913
5917
|
};
|
|
5914
|
-
|
|
5918
|
+
ref: {
|
|
5919
|
+
name: string;
|
|
5920
|
+
detail: string;
|
|
5921
|
+
};
|
|
5922
|
+
order: {
|
|
5915
5923
|
name: string;
|
|
5916
5924
|
detail: string;
|
|
5917
5925
|
};
|
|
@@ -5925,11 +5933,15 @@ declare const _default: {
|
|
|
5925
5933
|
url: string;
|
|
5926
5934
|
}[];
|
|
5927
5935
|
functionParameter: {
|
|
5928
|
-
|
|
5936
|
+
number: {
|
|
5929
5937
|
name: string;
|
|
5930
5938
|
detail: string;
|
|
5931
5939
|
};
|
|
5932
|
-
|
|
5940
|
+
ref: {
|
|
5941
|
+
name: string;
|
|
5942
|
+
detail: string;
|
|
5943
|
+
};
|
|
5944
|
+
order: {
|
|
5933
5945
|
name: string;
|
|
5934
5946
|
detail: string;
|
|
5935
5947
|
};
|
|
@@ -591,11 +591,15 @@ declare const _default: {
|
|
|
591
591
|
url: string;
|
|
592
592
|
}[];
|
|
593
593
|
functionParameter: {
|
|
594
|
-
|
|
594
|
+
number: {
|
|
595
595
|
name: string;
|
|
596
596
|
detail: string;
|
|
597
597
|
};
|
|
598
|
-
|
|
598
|
+
ref: {
|
|
599
|
+
name: string;
|
|
600
|
+
detail: string;
|
|
601
|
+
};
|
|
602
|
+
order: {
|
|
599
603
|
name: string;
|
|
600
604
|
detail: string;
|
|
601
605
|
};
|
|
@@ -4535,6 +4539,50 @@ declare const _default: {
|
|
|
4535
4539
|
};
|
|
4536
4540
|
};
|
|
4537
4541
|
};
|
|
4542
|
+
RANK_AVG: {
|
|
4543
|
+
description: string;
|
|
4544
|
+
abstract: string;
|
|
4545
|
+
links: {
|
|
4546
|
+
title: string;
|
|
4547
|
+
url: string;
|
|
4548
|
+
}[];
|
|
4549
|
+
functionParameter: {
|
|
4550
|
+
number: {
|
|
4551
|
+
name: string;
|
|
4552
|
+
detail: string;
|
|
4553
|
+
};
|
|
4554
|
+
ref: {
|
|
4555
|
+
name: string;
|
|
4556
|
+
detail: string;
|
|
4557
|
+
};
|
|
4558
|
+
order: {
|
|
4559
|
+
name: string;
|
|
4560
|
+
detail: string;
|
|
4561
|
+
};
|
|
4562
|
+
};
|
|
4563
|
+
};
|
|
4564
|
+
RANK_EQ: {
|
|
4565
|
+
description: string;
|
|
4566
|
+
abstract: string;
|
|
4567
|
+
links: {
|
|
4568
|
+
title: string;
|
|
4569
|
+
url: string;
|
|
4570
|
+
}[];
|
|
4571
|
+
functionParameter: {
|
|
4572
|
+
number: {
|
|
4573
|
+
name: string;
|
|
4574
|
+
detail: string;
|
|
4575
|
+
};
|
|
4576
|
+
ref: {
|
|
4577
|
+
name: string;
|
|
4578
|
+
detail: string;
|
|
4579
|
+
};
|
|
4580
|
+
order: {
|
|
4581
|
+
name: string;
|
|
4582
|
+
detail: string;
|
|
4583
|
+
};
|
|
4584
|
+
};
|
|
4585
|
+
};
|
|
4538
4586
|
STDEV_P: {
|
|
4539
4587
|
description: string;
|
|
4540
4588
|
abstract: string;
|
|
@@ -591,11 +591,15 @@ declare const _default: {
|
|
|
591
591
|
url: string;
|
|
592
592
|
}[];
|
|
593
593
|
functionParameter: {
|
|
594
|
-
|
|
594
|
+
number: {
|
|
595
595
|
name: string;
|
|
596
596
|
detail: string;
|
|
597
597
|
};
|
|
598
|
-
|
|
598
|
+
ref: {
|
|
599
|
+
name: string;
|
|
600
|
+
detail: string;
|
|
601
|
+
};
|
|
602
|
+
order: {
|
|
599
603
|
name: string;
|
|
600
604
|
detail: string;
|
|
601
605
|
};
|
|
@@ -5955,11 +5959,15 @@ declare const _default: {
|
|
|
5955
5959
|
url: string;
|
|
5956
5960
|
}[];
|
|
5957
5961
|
functionParameter: {
|
|
5958
|
-
|
|
5962
|
+
number: {
|
|
5959
5963
|
name: string;
|
|
5960
5964
|
detail: string;
|
|
5961
5965
|
};
|
|
5962
|
-
|
|
5966
|
+
ref: {
|
|
5967
|
+
name: string;
|
|
5968
|
+
detail: string;
|
|
5969
|
+
};
|
|
5970
|
+
order: {
|
|
5963
5971
|
name: string;
|
|
5964
5972
|
detail: string;
|
|
5965
5973
|
};
|
|
@@ -5973,11 +5981,15 @@ declare const _default: {
|
|
|
5973
5981
|
url: string;
|
|
5974
5982
|
}[];
|
|
5975
5983
|
functionParameter: {
|
|
5976
|
-
|
|
5984
|
+
number: {
|
|
5977
5985
|
name: string;
|
|
5978
5986
|
detail: string;
|
|
5979
5987
|
};
|
|
5980
|
-
|
|
5988
|
+
ref: {
|
|
5989
|
+
name: string;
|
|
5990
|
+
detail: string;
|
|
5991
|
+
};
|
|
5992
|
+
order: {
|
|
5981
5993
|
name: string;
|
|
5982
5994
|
detail: string;
|
|
5983
5995
|
};
|