@types/office-js-preview 1.0.414 → 1.0.416
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 (https://github.com/OfficeD
|
|
|
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: Thu,
|
|
11
|
+
* Last updated: Thu, 28 Sep 2023 19:34:58 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js-preview/index.d.ts
CHANGED
|
@@ -4246,7 +4246,7 @@ declare namespace Office {
|
|
|
4246
4246
|
* </tr>
|
|
4247
4247
|
* <tr>
|
|
4248
4248
|
* <td><code>Office.CoercionType.XmlSvg</code></td>
|
|
4249
|
-
* <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web
|
|
4249
|
+
* <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web</td>
|
|
4250
4250
|
* </tr>
|
|
4251
4251
|
* </table>
|
|
4252
4252
|
*
|
|
@@ -4338,7 +4338,7 @@ declare namespace Office {
|
|
|
4338
4338
|
* </tr>
|
|
4339
4339
|
* <tr>
|
|
4340
4340
|
* <td><code>Office.CoercionType.XmlSvg</code></td>
|
|
4341
|
-
* <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web
|
|
4341
|
+
* <td>- Excel on Windows and on Mac<br>- PowerPoint on Windows, on Mac, and on the web</td>
|
|
4342
4342
|
* </tr>
|
|
4343
4343
|
* </table>
|
|
4344
4344
|
*
|
|
@@ -89332,6 +89332,8 @@ declare namespace Word {
|
|
|
89332
89332
|
* @remarks
|
|
89333
89333
|
* [Api set: WordApi 1.1]
|
|
89334
89334
|
*
|
|
89335
|
+
* Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
|
|
89336
|
+
*
|
|
89335
89337
|
* @param base64File Required. The Base64-encoded content of a .docx file.
|
|
89336
89338
|
* @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'.
|
|
89337
89339
|
*/
|
|
@@ -90569,6 +90571,8 @@ declare namespace Word {
|
|
|
90569
90571
|
* @remarks
|
|
90570
90572
|
* [Api set: WordApi 1.1]
|
|
90571
90573
|
*
|
|
90574
|
+
* Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
|
|
90575
|
+
*
|
|
90572
90576
|
* @param base64File Required. The Base64-encoded content of a .docx file.
|
|
90573
90577
|
* @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'. 'Replace' cannot be used with 'RichTextTable' and 'RichTextTableRow' content controls.
|
|
90574
90578
|
*/
|
|
@@ -91778,6 +91782,8 @@ declare namespace Word {
|
|
|
91778
91782
|
* @remarks
|
|
91779
91783
|
* [Api set: WordApi 1.5]
|
|
91780
91784
|
*
|
|
91785
|
+
* Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
|
|
91786
|
+
*
|
|
91781
91787
|
* @param base64File Required. The Base64-encoded content of a .docx file.
|
|
91782
91788
|
* @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'.
|
|
91783
91789
|
* @param insertFileOptions Optional. The additional properties that should be imported to the destination document.
|
|
@@ -92074,6 +92080,8 @@ declare namespace Word {
|
|
|
92074
92080
|
* @remarks
|
|
92075
92081
|
* [Api set: WordApiHiddenDocument 1.5]
|
|
92076
92082
|
*
|
|
92083
|
+
* Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
|
|
92084
|
+
*
|
|
92077
92085
|
* @param base64File Required. The Base64-encoded content of a .docx file.
|
|
92078
92086
|
* @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'.
|
|
92079
92087
|
* @param insertFileOptions Optional. The additional properties that should be imported to the destination document.
|
|
@@ -92901,6 +92909,8 @@ declare namespace Word {
|
|
|
92901
92909
|
* @remarks
|
|
92902
92910
|
* [Api set: WordApi 1.2]
|
|
92903
92911
|
*
|
|
92912
|
+
* Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
|
|
92913
|
+
*
|
|
92904
92914
|
* @param base64File Required. The Base64-encoded content of a .docx file.
|
|
92905
92915
|
* @param insertLocation Required. The value must be 'Before' or 'After'.
|
|
92906
92916
|
*/
|
|
@@ -94337,6 +94347,8 @@ declare namespace Word {
|
|
|
94337
94347
|
* @remarks
|
|
94338
94348
|
* [Api set: WordApi 1.1]
|
|
94339
94349
|
*
|
|
94350
|
+
* Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
|
|
94351
|
+
*
|
|
94340
94352
|
* @param base64File Required. The Base64-encoded content of a .docx file.
|
|
94341
94353
|
* @param insertLocation Required. The value must be 'Replace', 'Start', or 'End'.
|
|
94342
94354
|
*/
|
|
@@ -95162,6 +95174,8 @@ declare namespace Word {
|
|
|
95162
95174
|
* @remarks
|
|
95163
95175
|
* [Api set: WordApi 1.1]
|
|
95164
95176
|
*
|
|
95177
|
+
* Note: Insertion isn't supported if the document being inserted contains an ActiveX control (likely in a form field). Consider replacing such a form field with a content control or other option appropriate for your scenario.
|
|
95178
|
+
*
|
|
95165
95179
|
* @param base64File Required. The Base64-encoded content of a .docx file.
|
|
95166
95180
|
* @param insertLocation Required. The value must be 'Replace', 'Start', 'End', 'Before', or 'After'.
|
|
95167
95181
|
*/
|
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.416",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "ca19597eac63c20821bda35a98ea1e40d858ee2229aee42994fc9e697c75ed55",
|
|
49
49
|
"typeScriptVersion": "4.5"
|
|
50
50
|
}
|