@types/office-js 1.0.416 → 1.0.418

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 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: Wed, 04 Sep 2024 21:07:34 GMT
11
+ * Last updated: Thu, 05 Sep 2024 18:08:15 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -12190,7 +12190,7 @@ declare namespace Office {
12190
12190
  * For guidance on how to implement these rules, see
12191
12191
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
12192
12192
  *
12193
- * - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
12193
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
12194
12194
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12195
12195
  *
12196
12196
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
@@ -12222,7 +12222,7 @@ declare namespace Office {
12222
12222
  * For guidance on how to implement these rules, see
12223
12223
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
12224
12224
  *
12225
- * - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
12225
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
12226
12226
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12227
12227
  *
12228
12228
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
@@ -12279,7 +12279,7 @@ declare namespace Office {
12279
12279
  * For guidance on how to implement these rules, see
12280
12280
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
12281
12281
  *
12282
- * - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
12282
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
12283
12283
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
12284
12284
  *
12285
12285
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
@@ -18297,7 +18297,7 @@ declare namespace Office {
18297
18297
  * For guidance on how to implement these rules, see
18298
18298
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
18299
18299
  *
18300
- * - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
18300
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
18301
18301
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18302
18302
  *
18303
18303
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
@@ -18329,7 +18329,7 @@ declare namespace Office {
18329
18329
  * For guidance on how to implement these rules, see
18330
18330
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
18331
18331
  *
18332
- * - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
18332
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
18333
18333
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18334
18334
  *
18335
18335
  * - If you specify an `ItemHasRegularExpressionMatch` rule on the body property of an item, the regular expression should further filter the body
@@ -18386,7 +18386,7 @@ declare namespace Office {
18386
18386
  * For guidance on how to implement these rules, see
18387
18387
  * {@link https://learn.microsoft.com/office/dev/add-ins/outlook/contextual-outlook-add-ins | Contextual Outlook add-ins}.
18388
18388
  *
18389
- * - This method is used with the {@link https://learn.microsoft.com/office/dev/add-ins/outlook/activation-rules | activation rules feature for Outlook add-ins},
18389
+ * - This method is used with the {@link https://learn.microsoft.com/javascript/api/manifest/rule | activation rules feature for Outlook add-ins},
18390
18390
  * which isn't supported by the {@link https://learn.microsoft.com/office/dev/add-ins/develop/json-manifest-overview | unified manifest for Microsoft 365}.
18391
18391
  *
18392
18392
  * - This method isn't supported in Outlook on iOS or Android. For more information on supported APIs in Outlook mobile, see
@@ -87194,8 +87194,6 @@ declare namespace Word {
87194
87194
  readonly id: number;
87195
87195
  /**
87196
87196
  * Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
87197
-
87198
- Note: The set operation for this property isn't supported in Word on the web.
87199
87197
  *
87200
87198
  * @remarks
87201
87199
  * [Api set: WordApi 1.1]
@@ -98670,8 +98668,6 @@ declare namespace Word {
98670
98668
  color?: string;
98671
98669
  /**
98672
98670
  * Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
98673
-
98674
- Note: The set operation for this property isn't supported in Word on the web.
98675
98671
  *
98676
98672
  * @remarks
98677
98673
  * [Api set: WordApi 1.1]
@@ -100318,8 +100314,6 @@ declare namespace Word {
100318
100314
  id?: number;
100319
100315
  /**
100320
100316
  * Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
100321
-
100322
- Note: The set operation for this property isn't supported in Word on the web.
100323
100317
  *
100324
100318
  * @remarks
100325
100319
  * [Api set: WordApi 1.1]
@@ -102754,8 +102748,6 @@ declare namespace Word {
102754
102748
  id?: boolean;
102755
102749
  /**
102756
102750
  * Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
102757
-
102758
- Note: The set operation for this property isn't supported in Word on the web.
102759
102751
  *
102760
102752
  * @remarks
102761
102753
  * [Api set: WordApi 1.1]
@@ -102929,8 +102921,6 @@ declare namespace Word {
102929
102921
  id?: boolean;
102930
102922
  /**
102931
102923
  * For EACH ITEM in the collection: Specifies the placeholder text of the content control. Dimmed text will be displayed when the content control is empty.
102932
-
102933
- Note: The set operation for this property isn't supported in Word on the web.
102934
102924
  *
102935
102925
  * @remarks
102936
102926
  * [Api set: WordApi 1.1]
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.416",
3
+ "version": "1.0.418",
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": "ac9502ee9ec35a073d68444549566e2514cb9acdc0b6f55f365b8a24fc399dcb",
48
+ "typesPublisherContentHash": "2de71088ef9572b5f8511903bee0b8444ab9637a43f244c8fd77a7bb73922023",
49
49
  "typeScriptVersion": "4.8"
50
50
  }