@types/office-js 1.0.568 → 1.0.569
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 +5 -0
- 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: Thu, 22 Jan 2026 23:36:15 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -249,10 +249,15 @@ declare namespace Office {
|
|
|
249
249
|
* Represents the Device Permission interface.
|
|
250
250
|
*/
|
|
251
251
|
const devicePermission: DevicePermission;
|
|
252
|
+
/**
|
|
253
|
+
* Provides options to manage the user interface of an Office Add-in while the add-in is running.
|
|
254
|
+
*/
|
|
255
|
+
const extensionLifeCycle: ExtensionLifeCycle;
|
|
252
256
|
/**
|
|
253
257
|
* Represents the ribbon associated with the Office application.
|
|
254
258
|
*/
|
|
255
259
|
const ribbon: Ribbon;
|
|
260
|
+
|
|
256
261
|
/**
|
|
257
262
|
* Occurs when the runtime environment is loaded and the add-in is ready to start interacting with the application and hosted document.
|
|
258
263
|
*
|
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.569",
|
|
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": "8e788ddaad68d2cf04aac7042f1ba724d113ab227e0faddbddd83a0b2b7dfd84",
|
|
50
50
|
"typeScriptVersion": "5.2"
|
|
51
51
|
}
|