@types/office-js-preview 1.0.483 → 1.0.485
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-preview/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for office-js-preview (https://github.com
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview.
|
|
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-preview/index.d.ts
CHANGED
|
@@ -8014,7 +8014,7 @@ declare namespace Office {
|
|
|
8014
8014
|
* </table>
|
|
8015
8015
|
*
|
|
8016
8016
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8017
|
-
* (
|
|
8017
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8018
8018
|
*
|
|
8019
8019
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8020
8020
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8068,7 +8068,7 @@ declare namespace Office {
|
|
|
8068
8068
|
* </table>
|
|
8069
8069
|
*
|
|
8070
8070
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8071
|
-
* (
|
|
8071
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8072
8072
|
*
|
|
8073
8073
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8074
8074
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8125,7 +8125,7 @@ declare namespace Office {
|
|
|
8125
8125
|
* </table>
|
|
8126
8126
|
*
|
|
8127
8127
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8128
|
-
* (
|
|
8128
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8129
8129
|
*
|
|
8130
8130
|
* 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
|
|
8131
8131
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
|
@@ -8224,7 +8224,7 @@ declare namespace Office {
|
|
|
8224
8224
|
* </table>
|
|
8225
8225
|
*
|
|
8226
8226
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8227
|
-
* (
|
|
8227
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8228
8228
|
*
|
|
8229
8229
|
* 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
|
|
8230
8230
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
|
@@ -15524,6 +15524,8 @@ declare namespace Office {
|
|
|
15524
15524
|
* Nested app authentication is the recommended approach for tokens going forward. For more information, see our {@link https://aka.ms/NAApreviewblog | blog post} and
|
|
15525
15525
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/faq-nested-app-auth-outlook-legacy-tokens | FAQ page}.
|
|
15526
15526
|
*
|
|
15527
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15528
|
+
*
|
|
15527
15529
|
* - 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
|
|
15528
15530
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15529
15531
|
*
|
|
@@ -15628,6 +15630,8 @@ declare namespace Office {
|
|
|
15628
15630
|
* For more information on supported APIs in Outlook mobile, see
|
|
15629
15631
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/outlook-mobile-apis | Outlook JavaScript APIs supported in Outlook on mobile devices}.
|
|
15630
15632
|
*
|
|
15633
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15634
|
+
*
|
|
15631
15635
|
* - For guidance on delegate or shared scenarios, see the
|
|
15632
15636
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/delegate-access | shared folders and shared mailbox} article.
|
|
15633
15637
|
*
|
|
@@ -15712,6 +15716,8 @@ declare namespace Office {
|
|
|
15712
15716
|
* - The `getUserIdentityTokenAsync` method returns a token that you can use to identify and
|
|
15713
15717
|
* {@link https://learn.microsoft.com/office/dev/add-ins/outlook/authentication | authenticate the add-in and user with an external system}.
|
|
15714
15718
|
*
|
|
15719
|
+
* - This method isn't supported if you load an add-in in an Outlook.com or Gmail mailbox.
|
|
15720
|
+
*
|
|
15715
15721
|
* **Errors**:
|
|
15716
15722
|
*
|
|
15717
15723
|
* - `HTTPRequestFailure`: The request has failed. Please look at the diagnostics object for the HTTP error code.
|
office-js-preview/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js-preview",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.485",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "f6ec1011499e323b1dbfac6499c6e49ac1a67385c3b879be69f6f87ba7b7a00a",
|
|
49
49
|
"typeScriptVersion": "4.8",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|