@univerjs/sheets-formula 0.2.7 → 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 +974 -409
- package/lib/locale/en-US.json +646 -350
- package/lib/locale/ru-RU.json +646 -350
- package/lib/locale/vi-VN.json +682 -346
- package/lib/locale/zh-CN.json +654 -358
- package/lib/locale/zh-TW.json +654 -358
- package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
- package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
- package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
- package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
- package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
- package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
- package/lib/types/common/selection.d.ts +0 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
- package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
- package/lib/types/controllers/defined-name.controller.d.ts +0 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
- package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
- package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -4
- package/lib/types/controllers/formula-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
- package/lib/types/controllers/menu.d.ts +0 -1
- package/lib/types/controllers/prompt.controller.d.ts +10 -2
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
- package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
- package/lib/types/controllers/update-formula.controller.d.ts +0 -1
- package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
- package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
- package/lib/types/controllers/utils/utils.d.ts +0 -1
- package/lib/types/formula-ui-plugin.d.ts +0 -1
- package/lib/types/locale/en-US.d.ts +426 -130
- package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
- 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/ru-RU.d.ts +0 -1
- 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/date/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
- package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
- package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/en-US.d.ts +14 -2
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +14 -2
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +14 -2
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +14 -2
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +14 -2
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
- 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/ru-RU.d.ts +0 -1
- 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/function-list/web/vi-VN.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +426 -130
- package/lib/types/locale/vi-VN.d.ts +458 -126
- package/lib/types/locale/zh-CN.d.ts +426 -130
- package/lib/types/locale/zh-TW.d.ts +426 -130
- package/lib/types/services/description.service.d.ts +0 -1
- package/lib/types/services/formula-common.d.ts +0 -1
- package/lib/types/services/formula-ref-range.service.d.ts +0 -1
- package/lib/types/services/function-list/array.d.ts +0 -1
- package/lib/types/services/function-list/compatibility.d.ts +0 -1
- package/lib/types/services/function-list/cube.d.ts +0 -1
- package/lib/types/services/function-list/database.d.ts +0 -1
- package/lib/types/services/function-list/date.d.ts +0 -1
- package/lib/types/services/function-list/engineering.d.ts +0 -1
- package/lib/types/services/function-list/financial.d.ts +0 -1
- package/lib/types/services/function-list/function-list.d.ts +0 -1
- package/lib/types/services/function-list/information.d.ts +0 -1
- package/lib/types/services/function-list/logical.d.ts +0 -1
- package/lib/types/services/function-list/lookup.d.ts +0 -1
- package/lib/types/services/function-list/math.d.ts +0 -1
- package/lib/types/services/function-list/statistical.d.ts +0 -1
- package/lib/types/services/function-list/text.d.ts +0 -1
- package/lib/types/services/function-list/univer.d.ts +0 -1
- package/lib/types/services/function-list/web.d.ts +0 -1
- package/lib/types/services/prompt.service.d.ts +0 -1
- package/lib/types/services/register-function.service.d.ts +0 -1
- package/lib/types/services/register-other-formula.service.d.ts +0 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -4
- package/lib/types/services/utils.d.ts +0 -1
- package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
- package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
- package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
- package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
- package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
- package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
- package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
- package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
- package/lib/umd/index.js +4 -4
- package/package.json +23 -23
|
@@ -187,11 +187,23 @@ declare const _default: {
|
|
|
187
187
|
url: string;
|
|
188
188
|
}[];
|
|
189
189
|
functionParameter: {
|
|
190
|
-
|
|
190
|
+
name1: {
|
|
191
191
|
name: string;
|
|
192
192
|
detail: string;
|
|
193
193
|
};
|
|
194
|
-
|
|
194
|
+
nameValue1: {
|
|
195
|
+
name: string;
|
|
196
|
+
detail: string;
|
|
197
|
+
};
|
|
198
|
+
calculationOrName2: {
|
|
199
|
+
name: string;
|
|
200
|
+
detail: string;
|
|
201
|
+
};
|
|
202
|
+
nameValue2: {
|
|
203
|
+
name: string;
|
|
204
|
+
detail: string;
|
|
205
|
+
};
|
|
206
|
+
calculationOrName3: {
|
|
195
207
|
name: string;
|
|
196
208
|
detail: string;
|
|
197
209
|
};
|
|
@@ -187,11 +187,23 @@ declare const _default: {
|
|
|
187
187
|
url: string;
|
|
188
188
|
}[];
|
|
189
189
|
functionParameter: {
|
|
190
|
-
|
|
190
|
+
name1: {
|
|
191
191
|
name: string;
|
|
192
192
|
detail: string;
|
|
193
193
|
};
|
|
194
|
-
|
|
194
|
+
nameValue1: {
|
|
195
|
+
name: string;
|
|
196
|
+
detail: string;
|
|
197
|
+
};
|
|
198
|
+
calculationOrName2: {
|
|
199
|
+
name: string;
|
|
200
|
+
detail: string;
|
|
201
|
+
};
|
|
202
|
+
nameValue2: {
|
|
203
|
+
name: string;
|
|
204
|
+
detail: string;
|
|
205
|
+
};
|
|
206
|
+
calculationOrName3: {
|
|
195
207
|
name: string;
|
|
196
208
|
detail: string;
|
|
197
209
|
};
|
|
@@ -187,11 +187,23 @@ declare const _default: {
|
|
|
187
187
|
url: string;
|
|
188
188
|
}[];
|
|
189
189
|
functionParameter: {
|
|
190
|
-
|
|
190
|
+
name1: {
|
|
191
191
|
name: string;
|
|
192
192
|
detail: string;
|
|
193
193
|
};
|
|
194
|
-
|
|
194
|
+
nameValue1: {
|
|
195
|
+
name: string;
|
|
196
|
+
detail: string;
|
|
197
|
+
};
|
|
198
|
+
calculationOrName2: {
|
|
199
|
+
name: string;
|
|
200
|
+
detail: string;
|
|
201
|
+
};
|
|
202
|
+
nameValue2: {
|
|
203
|
+
name: string;
|
|
204
|
+
detail: string;
|
|
205
|
+
};
|
|
206
|
+
calculationOrName3: {
|
|
195
207
|
name: string;
|
|
196
208
|
detail: string;
|
|
197
209
|
};
|
|
@@ -187,11 +187,23 @@ declare const _default: {
|
|
|
187
187
|
url: string;
|
|
188
188
|
}[];
|
|
189
189
|
functionParameter: {
|
|
190
|
-
|
|
190
|
+
name1: {
|
|
191
191
|
name: string;
|
|
192
192
|
detail: string;
|
|
193
193
|
};
|
|
194
|
-
|
|
194
|
+
nameValue1: {
|
|
195
|
+
name: string;
|
|
196
|
+
detail: string;
|
|
197
|
+
};
|
|
198
|
+
calculationOrName2: {
|
|
199
|
+
name: string;
|
|
200
|
+
detail: string;
|
|
201
|
+
};
|
|
202
|
+
nameValue2: {
|
|
203
|
+
name: string;
|
|
204
|
+
detail: string;
|
|
205
|
+
};
|
|
206
|
+
calculationOrName3: {
|
|
195
207
|
name: string;
|
|
196
208
|
detail: string;
|
|
197
209
|
};
|
|
@@ -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
|
};
|