@types/office-js-preview 1.0.699 → 1.0.701
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: Sat, 18 Apr 2026 00:15:41 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -11307,7 +11307,7 @@ declare namespace Office {
|
|
|
11307
11307
|
*
|
|
11308
11308
|
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
|
|
11309
11309
|
*
|
|
11310
|
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is
|
|
11310
|
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
|
|
11311
11311
|
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
|
|
11312
11312
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
11313
11313
|
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
|
|
@@ -11354,7 +11354,7 @@ declare namespace Office {
|
|
|
11354
11354
|
*
|
|
11355
11355
|
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
|
|
11356
11356
|
*
|
|
11357
|
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is
|
|
11357
|
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
|
|
11358
11358
|
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
|
|
11359
11359
|
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter
|
|
11360
11360
|
* of type `Office.AsyncResult`.
|
|
@@ -20207,7 +20207,7 @@ declare namespace Office {
|
|
|
20207
20207
|
*
|
|
20208
20208
|
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
|
|
20209
20209
|
*
|
|
20210
|
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is
|
|
20210
|
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
|
|
20211
20211
|
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
|
|
20212
20212
|
* @param options - An object literal that contains one or more of the following properties:-
|
|
20213
20213
|
* `asyncContext`: Developers can provide any object they wish to access in the callback function.
|
|
@@ -20263,7 +20263,7 @@ declare namespace Office {
|
|
|
20263
20263
|
*
|
|
20264
20264
|
* - `NumberOfAttachmentsExceeded`: The message or appointment has too many attachments.
|
|
20265
20265
|
*
|
|
20266
|
-
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is
|
|
20266
|
+
* @param base64File - The Base64-encoded content of an image or file to be added to an email or event. The maximum length of the encoded string is 34,865,152 characters. This corresponds to a maximum attachment size of 25 MB before Base64 encoding.
|
|
20267
20267
|
* @param attachmentName - The name of the attachment that is shown while the attachment is uploading. The maximum length is 255 characters.
|
|
20268
20268
|
* @param callback - Optional. When the method completes, the function passed in the `callback` parameter is called with a single parameter of type `Office.AsyncResult`.
|
|
20269
20269
|
* On success, the attachment identifier is provided in the `asyncResult.value` property. The identifier varies depending on the Outlook client.
|
|
@@ -72134,7 +72134,7 @@ declare namespace Excel {
|
|
|
72134
72134
|
*
|
|
72135
72135
|
* @param dateText Is text that represents a date in a Microsoft Excel date format, between 1/1/1900 or 1/1/1904 (depending on the workbook's date system) and 12/31/9999.
|
|
72136
72136
|
*/
|
|
72137
|
-
datevalue(dateText: string |
|
|
72137
|
+
datevalue(dateText: string | Excel.Range | Excel.RangeReference | Excel.FunctionResult<any>): FunctionResult<number>;
|
|
72138
72138
|
/**
|
|
72139
72139
|
* Returns the day of the month, a number from 1 to 31.
|
|
72140
72140
|
*
|
|
@@ -148585,8 +148585,7 @@ declare namespace Word {
|
|
|
148585
148585
|
* Adds a new `ListTemplate` object. Note: This operation isn't allowed if the collection represents list templates from a {@link Word.ListTemplateGallery}.
|
|
148586
148586
|
*
|
|
148587
148587
|
* @remarks
|
|
148588
|
-
* [Api set:
|
|
148589
|
-
* @beta
|
|
148588
|
+
* [Api set: WordApiDesktop 1.5]
|
|
148590
148589
|
*
|
|
148591
148590
|
* @param options Optional. Options for adding a new list template.
|
|
148592
148591
|
*/
|
|
@@ -148637,24 +148636,21 @@ declare namespace Word {
|
|
|
148637
148636
|
* Represents the options for the {@link Word.ListTemplateCollection | ListTemplateCollection.add} method.
|
|
148638
148637
|
*
|
|
148639
148638
|
* @remarks
|
|
148640
|
-
* [Api set:
|
|
148641
|
-
* @beta
|
|
148639
|
+
* [Api set: WordApiDesktop 1.5]
|
|
148642
148640
|
*/
|
|
148643
148641
|
interface ListTemplateAddOptions {
|
|
148644
148642
|
/**
|
|
148645
148643
|
* If provided, specifies the name of the list template to be added.
|
|
148646
148644
|
*
|
|
148647
148645
|
* @remarks
|
|
148648
|
-
* [Api set:
|
|
148649
|
-
* @beta
|
|
148646
|
+
* [Api set: WordApiDesktop 1.5]
|
|
148650
148647
|
*/
|
|
148651
148648
|
name?: string;
|
|
148652
148649
|
/**
|
|
148653
148650
|
* If provided, specifies whether to apply outline numbering to the new list template. The default value is `false`.
|
|
148654
148651
|
*
|
|
148655
148652
|
* @remarks
|
|
148656
|
-
* [Api set:
|
|
148657
|
-
* @beta
|
|
148653
|
+
* [Api set: WordApiDesktop 1.5]
|
|
148658
148654
|
*/
|
|
148659
148655
|
outlineNumbered?: boolean;
|
|
148660
148656
|
}
|
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.701",
|
|
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": "
|
|
49
|
+
"typesPublisherContentHash": "29c60648fbb4ab29dad7ec0620b581c57f1ef001fb9faa2d739a3bf0e32ab04d",
|
|
50
50
|
"typeScriptVersion": "5.3",
|
|
51
51
|
"nonNpm": true
|
|
52
52
|
}
|