@types/office-js-preview 1.0.633 → 1.0.634

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, 03 Sep 2025 19:32:33 GMT
11
+ * Last updated: Tue, 09 Sep 2025 21:32:19 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -34261,6 +34261,16 @@ declare namespace Excel {
34261
34261
  * The default behavior with no `delayForCellEdit` property specified is equivalent to when it is `false`.
34262
34262
  */
34263
34263
  delayForCellEdit?: boolean;
34264
+ /**
34265
+ * Determines whether the batch requests should be merged to one undo group.
34266
+ *
34267
+ * When false, each `context.sync()` call creates an undo record.
34268
+ * When true, all `context.sync()` calls in a single `Excel.run` are merged into one `undo` group.
34269
+ *
34270
+ * @remarks
34271
+ * [Api set: ExcelApi 1.20]
34272
+ */
34273
+ mergeUndoGroup?: boolean;
34264
34274
  }
34265
34275
  /**
34266
34276
  * Executes a batch script that performs actions on the Excel object model, using a new RequestContext. When the promise is resolved, any tracked objects that were automatically allocated during execution will be released.
@@ -56010,8 +56020,7 @@ declare namespace Excel {
56010
56020
  * Manages settings on custom functions.
56011
56021
  *
56012
56022
  * @remarks
56013
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
56014
- * @beta
56023
+ * [Api set: ExcelApi 1.20]
56015
56024
  */
56016
56025
  class CustomFunctionManager extends OfficeExtension.ClientObject {
56017
56026
  /** The request context associated with the object. This connects the add-in's process to the Office host application's process. */
@@ -56020,8 +56029,7 @@ declare namespace Excel {
56020
56029
  * Show or hide custom functions in Excel AutoComplete.
56021
56030
  *
56022
56031
  * @remarks
56023
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
56024
- * @beta
56032
+ * [Api set: ExcelApi 1.20]
56025
56033
  *
56026
56034
  * @param customFunctionVisibilityOptions Specifies which custom functions to show or hide.
56027
56035
  */
@@ -56038,8 +56046,7 @@ declare namespace Excel {
56038
56046
  * @param propertyNamesAndPaths `propertyNamesAndPaths.select` is a comma-delimited string that specifies the properties to load, and `propertyNamesAndPaths.expand` is a comma-delimited string that specifies the navigation properties to load.
56039
56047
  *
56040
56048
  * @remarks
56041
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
56042
- * @beta
56049
+ * [Api set: ExcelApi 1.20]
56043
56050
  */
56044
56051
  load(propertyNamesAndPaths?: {
56045
56052
  select?: string;
@@ -56048,8 +56055,7 @@ declare namespace Excel {
56048
56055
  /**
56049
56056
  * Create a new instance of the `Excel.CustomFunctionManager` object.
56050
56057
  * @remarks
56051
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
56052
- * @beta
56058
+ * [Api set: ExcelApi 1.20]
56053
56059
  */
56054
56060
  static newObject(context: OfficeExtension.ClientRequestContext): Excel.CustomFunctionManager;
56055
56061
  /**
@@ -56062,24 +56068,21 @@ declare namespace Excel {
56062
56068
  * Represents which custom functions to show or hide in Excel AutoComplete.
56063
56069
  *
56064
56070
  * @remarks
56065
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
56066
- * @beta
56071
+ * [Api set: ExcelApi 1.20]
56067
56072
  */
56068
56073
  interface CustomFunctionVisibilityOptions {
56069
56074
  /**
56070
56075
  * A list of custom functions to hide from Excel AutoComplete.
56071
56076
  *
56072
56077
  * @remarks
56073
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
56074
- * @beta
56078
+ * [Api set: ExcelApi 1.20]
56075
56079
  */
56076
56080
  hide?: string[];
56077
56081
  /**
56078
56082
  * A list of custom functions to show in Excel AutoComplete.
56079
56083
  *
56080
56084
  * @remarks
56081
- * [Api set: ExcelApi BETA (PREVIEW ONLY)]
56082
- * @beta
56085
+ * [Api set: ExcelApi 1.20]
56083
56086
  */
56084
56087
  show?: string[];
56085
56088
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js-preview",
3
- "version": "1.0.633",
3
+ "version": "1.0.634",
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": "3cbabcda2ad5cc52275d9bd806bc0ddfb5fc4fe12c13dec5c0588ba2aa0c59a1",
49
+ "typesPublisherContentHash": "1a08c97aa4060bc8ab0a53719ecb97934ff05ffa79925413ab04bebb94a257e6",
50
50
  "typeScriptVersion": "5.2",
51
51
  "nonNpm": true
52
52
  }