@types/office-js 1.0.496 → 1.0.497
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 +11 -11
- office-js/package.json +2 -2
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: Fri, 09 May 2025 21:33:06 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -29519,11 +29519,11 @@ declare namespace Excel {
|
|
|
29519
29519
|
*/
|
|
29520
29520
|
text?: string;
|
|
29521
29521
|
/**
|
|
29522
|
-
|
|
29523
|
-
|
|
29524
|
-
|
|
29525
|
-
|
|
29526
|
-
|
|
29522
|
+
* Represents the properties of this entity and their metadata.
|
|
29523
|
+
*
|
|
29524
|
+
* @remarks
|
|
29525
|
+
* [Api set: ExcelApi 1.16]
|
|
29526
|
+
*/
|
|
29527
29527
|
properties?: {
|
|
29528
29528
|
[key: string]: EntityPropertyType;
|
|
29529
29529
|
};
|
|
@@ -30022,11 +30022,11 @@ declare namespace Excel {
|
|
|
30022
30022
|
*/
|
|
30023
30023
|
text?: string;
|
|
30024
30024
|
/**
|
|
30025
|
-
|
|
30026
|
-
|
|
30027
|
-
|
|
30028
|
-
|
|
30029
|
-
|
|
30025
|
+
* Represents the properties of this linked entity and their metadata.
|
|
30026
|
+
*
|
|
30027
|
+
* @remarks
|
|
30028
|
+
* [Api set: ExcelApi 1.16]
|
|
30029
|
+
*/
|
|
30030
30030
|
properties?: {
|
|
30031
30031
|
[key: string]: EntityPropertyType;
|
|
30032
30032
|
};
|
|
@@ -35354,7 +35354,7 @@ declare namespace Excel {
|
|
|
35354
35354
|
* @remarks
|
|
35355
35355
|
* [Api set: ExcelApi 1.1]
|
|
35356
35356
|
*
|
|
35357
|
-
* @param address Optional. The string representing the address or name of the range. For example, "A1:B2". If not specified, the entire worksheet range is returned.
|
|
35357
|
+
* @param address Optional. The string representing the address or name of the range. For example, "A1:B2". If not specified, the entire worksheet range is returned. The `address` has a limit of 8192 characters. If the address exceeds the character limit, this method returns an `InvalidArgument` error.
|
|
35358
35358
|
*/
|
|
35359
35359
|
getRange(address?: string): Excel.Range;
|
|
35360
35360
|
/**
|
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.497",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
49
|
+
"typesPublisherContentHash": "80fce7fc13f62e7330538f0add5924fbff148f54a75a25cc4c287a725966866e",
|
|
50
50
|
"typeScriptVersion": "5.1"
|
|
51
51
|
}
|