@types/office-js 1.0.300 → 1.0.301
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.
- office-js/README.md +1 -1
- office-js/index.d.ts +8 -4
- office-js/package.json +3 -3
office-js/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Office.js (https://github.com/OfficeD
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Thu, 01 Dec 2022 20:32:58 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js/index.d.ts
CHANGED
|
@@ -33148,7 +33148,8 @@ declare namespace Excel {
|
|
|
33148
33148
|
*/
|
|
33149
33149
|
readonly type: Excel.NamedItemType | "String" | "Integer" | "Double" | "Boolean" | "Range" | "Error" | "Array";
|
|
33150
33150
|
/**
|
|
33151
|
-
* Represents the value computed by the name's formula. For a named range
|
|
33151
|
+
* Represents the value computed by the name's formula. For a named range it will return the range address.
|
|
33152
|
+
* Note: This API returns the #VALUE! error in the Excel UI if it refers to a custom function.
|
|
33152
33153
|
*
|
|
33153
33154
|
* @remarks
|
|
33154
33155
|
* [Api set: ExcelApi 1.1]
|
|
@@ -66003,7 +66004,8 @@ declare namespace Excel {
|
|
|
66003
66004
|
*/
|
|
66004
66005
|
type?: Excel.NamedItemType | "String" | "Integer" | "Double" | "Boolean" | "Range" | "Error" | "Array";
|
|
66005
66006
|
/**
|
|
66006
|
-
* Represents the value computed by the name's formula. For a named range
|
|
66007
|
+
* Represents the value computed by the name's formula. For a named range it will return the range address.
|
|
66008
|
+
* Note: This API returns the #VALUE! error in the Excel UI if it refers to a custom function.
|
|
66007
66009
|
*
|
|
66008
66010
|
* @remarks
|
|
66009
66011
|
* [Api set: ExcelApi 1.1]
|
|
@@ -72979,7 +72981,8 @@ declare namespace Excel {
|
|
|
72979
72981
|
*/
|
|
72980
72982
|
type?: boolean;
|
|
72981
72983
|
/**
|
|
72982
|
-
* For EACH ITEM in the collection: Represents the value computed by the name's formula. For a named range
|
|
72984
|
+
* For EACH ITEM in the collection: Represents the value computed by the name's formula. For a named range it will return the range address.
|
|
72985
|
+
* Note: This API returns the #VALUE! error in the Excel UI if it refers to a custom function.
|
|
72983
72986
|
*
|
|
72984
72987
|
* @remarks
|
|
72985
72988
|
* [Api set: ExcelApi 1.1]
|
|
@@ -73080,7 +73083,8 @@ declare namespace Excel {
|
|
|
73080
73083
|
*/
|
|
73081
73084
|
type?: boolean;
|
|
73082
73085
|
/**
|
|
73083
|
-
* Represents the value computed by the name's formula. For a named range
|
|
73086
|
+
* Represents the value computed by the name's formula. For a named range it will return the range address.
|
|
73087
|
+
* Note: This API returns the #VALUE! error in the Excel UI if it refers to a custom function.
|
|
73084
73088
|
*
|
|
73085
73089
|
* @remarks
|
|
73086
73090
|
* [Api set: ExcelApi 1.1]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.301",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
49
|
-
"typeScriptVersion": "4.
|
|
48
|
+
"typesPublisherContentHash": "425acbc171bfcb4d003f13a927956c740bf1ffd92bd3ee83d98996a0baf557b4",
|
|
49
|
+
"typeScriptVersion": "4.2"
|
|
50
50
|
}
|