@types/office-js-preview 1.0.711 → 1.0.713

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: Fri, 26 Jun 2026 19:32:12 GMT
11
+ * Last updated: Tue, 30 Jun 2026 17:34:08 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -62640,48 +62640,42 @@ declare namespace Excel {
62640
62640
  * Provides information about the `LinkedEntityCellValue` that was requested given a specified `LinkedEntityId`.
62641
62641
  *
62642
62642
  * @remarks
62643
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
62644
- * @beta
62643
+ * [Api set: ExcelApi 1.21]
62645
62644
  */
62646
62645
  interface LinkedEntityCellValueLoadedEventArgs {
62647
62646
  /**
62648
62647
  * Any error encountered during the request to load the `LinkedEntityCellValue`.
62649
62648
  *
62650
62649
  * @remarks
62651
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
62652
- * @beta
62650
+ * [Api set: ExcelApi 1.21]
62653
62651
  */
62654
62652
  error?: string;
62655
62653
  /**
62656
62654
  * Gets the `LinkedEntityId` of the requested `LinkedEntityCellValue`.
62657
62655
  *
62658
62656
  * @remarks
62659
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
62660
- * @beta
62657
+ * [Api set: ExcelApi 1.21]
62661
62658
  */
62662
62659
  id: LinkedEntityId;
62663
62660
  /**
62664
62661
  * Gets the `LinkedEntityCellValue` of the requested `LinkedEntityId`. If the load operation failed, this property is `null`.
62665
62662
  *
62666
62663
  * @remarks
62667
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
62668
- * @beta
62664
+ * [Api set: ExcelApi 1.21]
62669
62665
  */
62670
62666
  linkedEntityCellValue?: LinkedEntityCellValue;
62671
62667
  /**
62672
62668
  * Gets the source of the event. See `Excel.EventSource` for details.
62673
62669
  *
62674
62670
  * @remarks
62675
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
62676
- * @beta
62671
+ * [Api set: ExcelApi 1.21]
62677
62672
  */
62678
62673
  source: Excel.EventSource | "Local" | "Remote";
62679
62674
  /**
62680
62675
  * Gets the type of the event. See `Excel.EventType` for details.
62681
62676
  *
62682
62677
  * @remarks
62683
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
62684
- * @beta
62678
+ * [Api set: ExcelApi 1.21]
62685
62679
  */
62686
62680
  type: "LinkedEntityDataDomainLinkedEntityCellValueLoaded";
62687
62681
  }
@@ -62990,8 +62984,7 @@ declare namespace Excel {
62990
62984
  If found, the `LinkedEntityCellValue` object will be returned through the `LinkedEntityCellValueLoaded` event.
62991
62985
  *
62992
62986
  * @remarks
62993
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
62994
- * @beta
62987
+ * [Api set: ExcelApi 1.21]
62995
62988
  *
62996
62989
  * @param id A specific `LinkedEntityId`
62997
62990
  */
@@ -63028,10 +63021,11 @@ declare namespace Excel {
63028
63021
  * Occurs when the request to load a `LinkedEntityCellValue` is completed.
63029
63022
  *
63030
63023
  * @remarks
63031
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
63024
+ * [Api set: ExcelApi 1.21]
63025
+ *
63026
+ * This event isn't supported in Excel on the web.
63032
63027
  *
63033
63028
  * @eventproperty
63034
- * @beta
63035
63029
  */
63036
63030
  readonly onLinkedEntityCellValueLoaded: OfficeExtension.EventHandlers<Excel.LinkedEntityCellValueLoadedEventArgs>;
63037
63031
  /**
@@ -196399,12 +196393,14 @@ declare namespace PowerPoint {
196399
196393
  enum ThemeColor {
196400
196394
  /**
196401
196395
  * Specifies a mixed theme color.
196396
+ Not applicable as input to {@link PowerPoint.ThemeColorScheme | ThemeColorScheme.getThemeColor} nor {@link PowerPoint.ThemeColorScheme| ThemeColorScheme.setThemeColor}.
196402
196397
  * @remarks
196403
196398
  * [Api set: PowerPointApi 1.10]
196404
196399
  */
196405
196400
  mixed = "Mixed",
196406
196401
  /**
196407
196402
  * Specifies no theme color.
196403
+ Not applicable as input to {@link PowerPoint.ThemeColorScheme | ThemeColorScheme.getThemeColor} nor {@link PowerPoint.ThemeColorScheme| ThemeColorScheme.setThemeColor}.
196408
196404
  * @remarks
196409
196405
  * [Api set: PowerPointApi 1.10]
196410
196406
  */
@@ -196497,7 +196493,7 @@ declare namespace PowerPoint {
196497
196493
  * @remarks
196498
196494
  * [Api set: PowerPointApi 1.10]
196499
196495
  *
196500
- * @param color The theme color.
196496
+ * @param color The theme color. The values `none` and `mixed` are invalid for this API.
196501
196497
  * @returns The color value in #RRGGBB format (e.g., "FFA500").
196502
196498
  */
196503
196499
  getThemeColor(color: PowerPoint.ThemeColor): OfficeExtension.ClientResult<string>;
@@ -196507,7 +196503,7 @@ declare namespace PowerPoint {
196507
196503
  * @remarks
196508
196504
  * [Api set: PowerPointApi 1.10]
196509
196505
  *
196510
- * @param color The theme color.
196506
+ * @param color The theme color. The values `none` and `mixed` are invalid for this API.
196511
196507
  * @returns The color value in #RRGGBB format (e.g., "FFA500").
196512
196508
  */
196513
196509
  getThemeColor(color: "Mixed" | "None" | "Accent1" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Dark1" | "Dark2" | "FollowedHyperlink" | "Hyperlink" | "Light1" | "Light2"): OfficeExtension.ClientResult<string>;
@@ -196517,7 +196513,7 @@ declare namespace PowerPoint {
196517
196513
  * @remarks
196518
196514
  * [Api set: PowerPointApi 1.10]
196519
196515
  *
196520
- * @param color The theme color.
196516
+ * @param color The theme color. The values `none` and `mixed` are invalid for this API.
196521
196517
  * @param rgbColor The color value in #RRGGBB format (e.g., "FFA500") or as a named HTML color (e.g., "orange").
196522
196518
  */
196523
196519
  setThemeColor(color: PowerPoint.ThemeColor, rgbColor: string): void;
@@ -196527,7 +196523,7 @@ declare namespace PowerPoint {
196527
196523
  * @remarks
196528
196524
  * [Api set: PowerPointApi 1.10]
196529
196525
  *
196530
- * @param color The theme color.
196526
+ * @param color The theme color. The values `none` and `mixed` are invalid for this API.
196531
196527
  * @param rgbColor The color value in #RRGGBB format (e.g., "FFA500") or as a named HTML color (e.g., "orange").
196532
196528
  */
196533
196529
  setThemeColor(color: "Mixed" | "None" | "Accent1" | "Accent2" | "Accent3" | "Accent4" | "Accent5" | "Accent6" | "Dark1" | "Dark2" | "FollowedHyperlink" | "Hyperlink" | "Light1" | "Light2", rgbColor: string): void;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.711",
3
+ "version": "1.0.713",
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",
@@ -41,7 +41,7 @@
41
41
  "scripts": {},
42
42
  "dependencies": {},
43
43
  "peerDependencies": {},
44
- "typesPublisherContentHash": "fac9fb10dea539c22020dfad18bf98873e1557e1dcebce02f298d4a148bd67cf",
44
+ "typesPublisherContentHash": "7612c8a796556d659c5ed88d9d5e06264bdc162f53e3b9d11aa992ec7a54f54f",
45
45
  "typeScriptVersion": "5.6",
46
46
  "nonNpm": true
47
47
  }