@types/office-js-preview 1.0.549 → 1.0.551

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.
@@ -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: Wed, 29 Jan 2025 23:02:16 GMT
11
+ * Last updated: Thu, 30 Jan 2025 20:33:16 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -3723,7 +3723,7 @@ declare namespace Office {
3723
3723
  *
3724
3724
  * 1. The add-in calls the `enable` method on the `BeforeDocumentCloseNotification` object.
3725
3725
  *
3726
- * 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the Esc key.
3726
+ * 2. When the notification dialog is open, the end user clicks the **Don't close** button within the dialog, clicks the Close button in the upper right corner of the dialog, or presses the <kbd>Esc</kbd> key.
3727
3727
  *
3728
3728
  * The `BeforeDocumentCloseNotification` API is only supported in Excel.
3729
3729
  * @param handler The event handler that is called when the dialog is cancelled.
@@ -133614,7 +133614,7 @@ declare namespace PowerPoint {
133614
133614
  * @remarks
133615
133615
  * [Api set: PowerPointApi 1.4]
133616
133616
  */
133617
- underline?: ShapeFontUnderlineStyle | null;
133617
+ underline?: PowerPoint.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble" | null;
133618
133618
  }
133619
133619
  /** An interface for updating data on the `ShapeCollection` object, for use in `shapeCollection.set({ ... })`. */
133620
133620
  interface ShapeCollectionUpdateData {
@@ -134040,7 +134040,7 @@ declare namespace PowerPoint {
134040
134040
  * @remarks
134041
134041
  * [Api set: PowerPointApi 1.4]
134042
134042
  */
134043
- underline?: ShapeFontUnderlineStyle | null;
134043
+ underline?: PowerPoint.ShapeFontUnderlineStyle | "None" | "Single" | "Double" | "Heavy" | "Dotted" | "DottedHeavy" | "Dash" | "DashHeavy" | "DashLong" | "DashLongHeavy" | "DotDash" | "DotDashHeavy" | "DotDotDash" | "DotDotDashHeavy" | "Wavy" | "WavyHeavy" | "WavyDouble" | null;
134044
134044
  }
134045
134045
  /** An interface describing the data returned by calling `shapeCollection.toJSON()`. */
134046
134046
  interface ShapeCollectionData {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.549",
3
+ "version": "1.0.551",
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",
@@ -46,7 +46,7 @@
46
46
  "scripts": {},
47
47
  "dependencies": {},
48
48
  "peerDependencies": {},
49
- "typesPublisherContentHash": "673eb8768e78d6dc665ef5b699e4c6258e6d23fbf13608bd248ce5298fe828fc",
49
+ "typesPublisherContentHash": "d7d39afd06efc4547be5b721d15d1268bf7476782e34ed66f5a1221a43fb4db4",
50
50
  "typeScriptVersion": "5.0",
51
51
  "nonNpm": true
52
52
  }