@types/office-js 1.0.400 → 1.0.402
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 +10 -4
- 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, 11 Jul 2024 15:07:15 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -8004,7 +8004,7 @@ declare namespace Office {
|
|
|
8004
8004
|
* </table>
|
|
8005
8005
|
*
|
|
8006
8006
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8007
|
-
* (
|
|
8007
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8008
8008
|
*
|
|
8009
8009
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8010
8010
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8058,7 +8058,7 @@ declare namespace Office {
|
|
|
8058
8058
|
* </table>
|
|
8059
8059
|
*
|
|
8060
8060
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8061
|
-
* (
|
|
8061
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8062
8062
|
*
|
|
8063
8063
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8064
8064
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8115,7 +8115,7 @@ declare namespace Office {
|
|
|
8115
8115
|
* </table>
|
|
8116
8116
|
*
|
|
8117
8117
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8118
|
-
* (
|
|
8118
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8119
8119
|
*
|
|
8120
8120
|
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
|
|
8121
8121
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
|
@@ -8214,7 +8214,7 @@ declare namespace Office {
|
|
|
8214
8214
|
* </table>
|
|
8215
8215
|
*
|
|
8216
8216
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8217
|
-
* (
|
|
8217
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8218
8218
|
*
|
|
8219
8219
|
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
|
|
8220
8220
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
|
@@ -15277,6 +15277,8 @@ declare namespace Office {
|
|
|
15277
15277
|
* Nested app authentication is the recommended approach for tokens going forward. For more information, see our {@link https://aka.ms/NAApreviewblog | blog post} and
|
|
15278
15278
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | FAQ page}.
|
|
15279
15279
|
*
|
|
15280
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15281
|
+
*
|
|
15280
15282
|
* - This method is only supported in read mode in Outlook on Android and on iOS. For more information on supported APIs in Outlook mobile, see
|
|
15281
15283
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15282
15284
|
*
|
|
@@ -15381,6 +15383,8 @@ declare namespace Office {
|
|
|
15381
15383
|
* For more information on supported APIs in Outlook mobile, see
|
|
15382
15384
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15383
15385
|
*
|
|
15386
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15387
|
+
*
|
|
15384
15388
|
* - For guidance on delegate or shared scenarios, see the
|
|
15385
15389
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | shared folders and shared mailbox} article.
|
|
15386
15390
|
*
|
|
@@ -15465,6 +15469,8 @@ declare namespace Office {
|
|
|
15465
15469
|
* - The `getUserIdentityTokenAsync` method returns a token that you can use to identify and
|
|
15466
15470
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with an external system}.
|
|
15467
15471
|
*
|
|
15472
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15473
|
+
*
|
|
15468
15474
|
* **Errors**:
|
|
15469
15475
|
*
|
|
15470
15476
|
* - `HTTPRequestFailure`: The request has failed. Please look at the diagnostics object for the HTTP error code.
|
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.402",
|
|
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": "
|
|
48
|
+
"typesPublisherContentHash": "def7a254ea6d79dccd842ac9a89eac3701a54e7a404415d8d40c5b0324020b34",
|
|
49
49
|
"typeScriptVersion": "4.8"
|
|
50
50
|
}
|