@univerjs/sheets-formula-ui 0.4.1 → 0.4.2-nightly.202410301606
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/en-US-B-k1DzGU.mjs +47 -0
- package/lib/en-US-B52miPfd.mjs +1003 -0
- package/lib/en-US-t5bYRH4K.mjs +6534 -0
- package/lib/es/index.js +1147 -186
- package/lib/index.css +1 -1
- package/lib/locale/en-US.js +87 -0
- package/lib/locale/fa-IR.js +87 -0
- package/lib/locale/ru-RU.js +1071 -0
- package/lib/locale/vi-VN.js +6644 -0
- package/lib/locale/zh-CN.js +7621 -0
- package/lib/locale/zh-TW.js +7621 -0
- package/lib/types/controllers/formula-editor-show.controller.d.ts +4 -3
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +122 -119
- package/lib/types/locale/fa-IR.d.ts +122 -119
- package/lib/types/locale/function-list/database/en-US.d.ts +72 -24
- package/lib/types/locale/function-list/database/ja-JP.d.ts +72 -24
- package/lib/types/locale/function-list/database/ru-RU.d.ts +72 -24
- package/lib/types/locale/function-list/database/vi-VN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-CN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-TW.d.ts +72 -24
- package/lib/types/locale/function-list/information/en-US.d.ts +2 -15
- package/lib/types/locale/function-list/information/ja-JP.d.ts +2 -15
- package/lib/types/locale/function-list/information/vi-VN.d.ts +23 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +2 -15
- package/lib/types/locale/function-list/information/zh-TW.d.ts +2 -15
- package/lib/types/locale/function-list/math/en-US.d.ts +3 -7
- package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -7
- package/lib/types/locale/function-list/math/vi-VN.d.ts +32 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -7
- package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -7
- package/lib/types/locale/function-list/text/en-US.d.ts +45 -73
- package/lib/types/locale/function-list/text/ja-JP.d.ts +45 -73
- package/lib/types/locale/function-list/text/vi-VN.d.ts +87 -39
- package/lib/types/locale/function-list/text/zh-CN.d.ts +45 -73
- package/lib/types/locale/function-list/text/zh-TW.d.ts +45 -73
- package/lib/types/locale/ru-RU.d.ts +77 -46
- package/lib/types/locale/vi-VN.d.ts +214 -63
- package/lib/types/locale/zh-CN.d.ts +122 -119
- package/lib/types/locale/zh-TW.d.ts +122 -119
- package/lib/types/views/formula-editor/help-function/HelpFunction.d.ts +11 -0
- package/lib/types/views/formula-editor/hooks/useFormulaDescribe.d.ts +7 -0
- package/lib/types/views/formula-editor/hooks/useFormulaSearch.d.ts +12 -0
- package/lib/types/views/formula-editor/hooks/useHighlight.d.ts +14 -0
- package/lib/types/views/formula-editor/hooks/useResizeScrollObserver.d.ts +18 -0
- package/lib/types/views/formula-editor/hooks/useSelectionAdd.d.ts +19 -0
- package/lib/types/views/formula-editor/hooks/useSheetSelectionChange.d.ts +3 -0
- package/lib/types/views/formula-editor/hooks/useStateRef.d.ts +18 -0
- package/lib/types/views/formula-editor/hooks/useVerify.d.ts +2 -0
- package/lib/types/views/formula-editor/index.d.ts +17 -0
- package/lib/types/views/formula-editor/search-function/SearchFunction.d.ts +12 -0
- package/lib/types/views/formula-editor/utils/getFormulaText.d.ts +16 -0
- package/lib/types/views/formula-progress/FormulaProgress.d.ts +2 -0
- package/lib/types/views/range-selector/hooks/useFocus.d.ts +2 -0
- package/lib/types/views/range-selector/hooks/useFormulaToken.d.ts +3 -2
- package/lib/types/views/range-selector/hooks/useLeftAndRightArrow.d.ts +2 -0
- package/lib/types/views/range-selector/hooks/useOnlyOneRange.d.ts +16 -0
- package/lib/types/views/range-selector/hooks/useRefactorEffect.d.ts +1 -1
- package/lib/types/views/range-selector/hooks/useRefocus.d.ts +16 -0
- package/lib/types/views/range-selector/hooks/useResetSelection.d.ts +16 -0
- package/lib/types/views/range-selector/hooks/useVerify.d.ts +1 -1
- package/lib/types/views/range-selector/index.d.ts +1 -5
- package/lib/umd/index.js +11 -7
- package/lib/umd/locale/en-US.js +44 -0
- package/lib/umd/locale/fa-IR.js +44 -0
- package/lib/umd/locale/ru-RU.js +40 -0
- package/lib/umd/locale/vi-VN.js +41 -0
- package/lib/umd/locale/zh-CN.js +42 -0
- package/lib/umd/locale/zh-TW.js +42 -0
- package/package.json +29 -27
- package/LICENSE +0 -176
- package/lib/cjs/index.js +0 -14
- package/lib/locale/en-US.json +0 -11051
- package/lib/locale/fa-IR.json +0 -11051
- package/lib/locale/ru-RU.json +0 -10938
- package/lib/locale/vi-VN.json +0 -9511
- package/lib/locale/zh-CN.json +0 -11051
- package/lib/locale/zh-TW.json +0 -11051
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
const enUS = {
|
|
2
|
+
ENCODEURL: {
|
|
3
|
+
description: "Returns a URL-encoded string",
|
|
4
|
+
abstract: "Returns a URL-encoded string",
|
|
5
|
+
links: [
|
|
6
|
+
{
|
|
7
|
+
title: "Instruction",
|
|
8
|
+
url: "https://support.microsoft.com/en-us/office/encodeurl-function-07c7fb90-7c60-4bff-8687-fac50fe33d0e"
|
|
9
|
+
}
|
|
10
|
+
],
|
|
11
|
+
functionParameter: {
|
|
12
|
+
number1: { name: "number1", detail: "first" },
|
|
13
|
+
number2: { name: "number2", detail: "second" }
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
FILTERXML: {
|
|
17
|
+
description: "Returns specific data from the XML content by using the specified XPath",
|
|
18
|
+
abstract: "Returns specific data from the XML content by using the specified XPath",
|
|
19
|
+
links: [
|
|
20
|
+
{
|
|
21
|
+
title: "Instruction",
|
|
22
|
+
url: "https://support.microsoft.com/en-us/office/filterxml-function-4df72efc-11ec-4951-86f5-c1374812f5b7"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
functionParameter: {
|
|
26
|
+
number1: { name: "number1", detail: "first" },
|
|
27
|
+
number2: { name: "number2", detail: "second" }
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
WEBSERVICE: {
|
|
31
|
+
description: "Returns data from a web service",
|
|
32
|
+
abstract: "Returns data from a web service",
|
|
33
|
+
links: [
|
|
34
|
+
{
|
|
35
|
+
title: "Instruction",
|
|
36
|
+
url: "https://support.microsoft.com/en-us/office/webservice-function-0546a35a-ecc6-4739-aed7-c0b7ce1562c4"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
functionParameter: {
|
|
40
|
+
number1: { name: "number1", detail: "first" },
|
|
41
|
+
number2: { name: "number2", detail: "second" }
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
};
|
|
45
|
+
export {
|
|
46
|
+
enUS as e
|
|
47
|
+
};
|