@types/office-js 1.0.223 → 1.0.224
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/README.md +1 -1
- office-js/index.d.ts +26 -26
- office-js/package.json +2 -2
office-js/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.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated: Tue, 14 Dec 2021
|
|
11
|
+
* Last updated: Tue, 14 Dec 2021 23:01:10 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Excel`, `Office`, `OfficeCore`, `OfficeExtension`, `OneNote`, `PowerPoint`, `Visio`, `Word`
|
|
14
14
|
|
office-js/index.d.ts
CHANGED
|
@@ -1659,7 +1659,7 @@ declare namespace Office {
|
|
|
1659
1659
|
*/
|
|
1660
1660
|
interface GetFileOptions {
|
|
1661
1661
|
/**
|
|
1662
|
-
* The
|
|
1662
|
+
* The size of the slices in bytes. The maximum (and the default) is 4194304 (4MB).
|
|
1663
1663
|
*/
|
|
1664
1664
|
sliceSize?: number
|
|
1665
1665
|
/**
|
|
@@ -22190,7 +22190,7 @@ declare namespace Excel {
|
|
|
22190
22190
|
expand?: string;
|
|
22191
22191
|
}): Excel.Workbook;
|
|
22192
22192
|
/**
|
|
22193
|
-
* Occurs when the
|
|
22193
|
+
* Occurs when the workbook is activated. Note: This event will not fire when the workbook is opened.
|
|
22194
22194
|
*
|
|
22195
22195
|
* @remarks
|
|
22196
22196
|
* [Api set: ExcelApi 1.13]
|
|
@@ -24511,7 +24511,7 @@ declare namespace Excel {
|
|
|
24511
24511
|
*/
|
|
24512
24512
|
readonly dataValidation: Excel.DataValidation;
|
|
24513
24513
|
/**
|
|
24514
|
-
* Returns a `RangeFormat` object, encapsulating the
|
|
24514
|
+
* Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
24515
24515
|
*
|
|
24516
24516
|
* @remarks
|
|
24517
24517
|
* [Api set: ExcelApi 1.9]
|
|
@@ -36859,7 +36859,7 @@ declare namespace Excel {
|
|
|
36859
36859
|
type: Excel.ConditionalTopBottomCriterionType | "Invalid" | "TopItems" | "TopPercent" | "BottomItems" | "BottomPercent";
|
|
36860
36860
|
}
|
|
36861
36861
|
/**
|
|
36862
|
-
* Represents the
|
|
36862
|
+
* Represents the preset criteria conditional format such as above average, below average, unique values, contains blank, nonblank, error, and noerror.
|
|
36863
36863
|
*
|
|
36864
36864
|
* @remarks
|
|
36865
36865
|
* [Api set: ExcelApi 1.6]
|
|
@@ -52741,7 +52741,7 @@ declare namespace Excel {
|
|
|
52741
52741
|
*/
|
|
52742
52742
|
dataValidation?: Excel.Interfaces.DataValidationUpdateData;
|
|
52743
52743
|
/**
|
|
52744
|
-
* Returns a `RangeFormat` object, encapsulating the
|
|
52744
|
+
* Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
52745
52745
|
*
|
|
52746
52746
|
* @remarks
|
|
52747
52747
|
* [Api set: ExcelApi 1.9]
|
|
@@ -58047,7 +58047,7 @@ declare namespace Excel {
|
|
|
58047
58047
|
*/
|
|
58048
58048
|
dataValidation?: Excel.Interfaces.DataValidationData;
|
|
58049
58049
|
/**
|
|
58050
|
-
* Returns a `RangeFormat` object, encapsulating the
|
|
58050
|
+
* Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
58051
58051
|
*
|
|
58052
58052
|
* @remarks
|
|
58053
58053
|
* [Api set: ExcelApi 1.9]
|
|
@@ -64640,7 +64640,7 @@ declare namespace Excel {
|
|
|
64640
64640
|
*/
|
|
64641
64641
|
dataValidation?: Excel.Interfaces.DataValidationLoadOptions;
|
|
64642
64642
|
/**
|
|
64643
|
-
* Returns a `RangeFormat` object, encapsulating the
|
|
64643
|
+
* Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
64644
64644
|
*
|
|
64645
64645
|
* @remarks
|
|
64646
64646
|
* [Api set: ExcelApi 1.9]
|
|
@@ -71338,7 +71338,7 @@ declare namespace Excel {
|
|
|
71338
71338
|
rule?: boolean;
|
|
71339
71339
|
}
|
|
71340
71340
|
/**
|
|
71341
|
-
* Represents the
|
|
71341
|
+
* Represents the preset criteria conditional format such as above average, below average, unique values, contains blank, nonblank, error, and noerror.
|
|
71342
71342
|
*
|
|
71343
71343
|
* @remarks
|
|
71344
71344
|
* [Api set: ExcelApi 1.6]
|
|
@@ -72728,7 +72728,7 @@ declare namespace Excel {
|
|
|
72728
72728
|
*/
|
|
72729
72729
|
dataValidation?: Excel.Interfaces.DataValidationLoadOptions;
|
|
72730
72730
|
/**
|
|
72731
|
-
* For EACH ITEM in the collection: Returns a `RangeFormat` object, encapsulating the
|
|
72731
|
+
* For EACH ITEM in the collection: Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
72732
72732
|
*
|
|
72733
72733
|
* @remarks
|
|
72734
72734
|
* [Api set: ExcelApi 1.9]
|
|
@@ -87570,14 +87570,14 @@ declare namespace OneNote {
|
|
|
87570
87570
|
*/
|
|
87571
87571
|
readonly sectionGroups: OneNote.SectionGroupCollection;
|
|
87572
87572
|
/**
|
|
87573
|
-
* The
|
|
87573
|
+
* The sections of the notebook. Read only
|
|
87574
87574
|
*
|
|
87575
87575
|
* @remarks
|
|
87576
87576
|
* [Api set: OneNoteApi 1.1]
|
|
87577
87577
|
*/
|
|
87578
87578
|
readonly sections: OneNote.SectionCollection;
|
|
87579
87579
|
/**
|
|
87580
|
-
* The url of the site
|
|
87580
|
+
* The url of the site where this notebook is located. Read only
|
|
87581
87581
|
*
|
|
87582
87582
|
* @remarks
|
|
87583
87583
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -87598,7 +87598,7 @@ declare namespace OneNote {
|
|
|
87598
87598
|
*/
|
|
87599
87599
|
readonly id: string;
|
|
87600
87600
|
/**
|
|
87601
|
-
* True if the
|
|
87601
|
+
* True if the notebook is not created by the user (i.e., 'Misplaced Sections'). Read only
|
|
87602
87602
|
*
|
|
87603
87603
|
* @remarks
|
|
87604
87604
|
* [Api set: OneNoteApi 1.2]
|
|
@@ -88212,7 +88212,7 @@ declare namespace OneNote {
|
|
|
88212
88212
|
*/
|
|
88213
88213
|
readonly contents: OneNote.PageContentCollection;
|
|
88214
88214
|
/**
|
|
88215
|
-
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
88215
|
+
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
88216
88216
|
*
|
|
88217
88217
|
* @remarks
|
|
88218
88218
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -90714,7 +90714,7 @@ declare namespace OneNote {
|
|
|
90714
90714
|
/** An interface for updating data on the Page object, for use in `page.set({ ... })`. */
|
|
90715
90715
|
interface PageUpdateData {
|
|
90716
90716
|
/**
|
|
90717
|
-
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
90717
|
+
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
90718
90718
|
*
|
|
90719
90719
|
* @remarks
|
|
90720
90720
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -91064,14 +91064,14 @@ declare namespace OneNote {
|
|
|
91064
91064
|
*/
|
|
91065
91065
|
sectionGroups?: OneNote.Interfaces.SectionGroupData[];
|
|
91066
91066
|
/**
|
|
91067
|
-
* The
|
|
91067
|
+
* The sections of the notebook. Read only
|
|
91068
91068
|
*
|
|
91069
91069
|
* @remarks
|
|
91070
91070
|
* [Api set: OneNoteApi 1.1]
|
|
91071
91071
|
*/
|
|
91072
91072
|
sections?: OneNote.Interfaces.SectionData[];
|
|
91073
91073
|
/**
|
|
91074
|
-
* The url of the site
|
|
91074
|
+
* The url of the site where this notebook is located. Read only
|
|
91075
91075
|
*
|
|
91076
91076
|
* @remarks
|
|
91077
91077
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -91092,7 +91092,7 @@ declare namespace OneNote {
|
|
|
91092
91092
|
*/
|
|
91093
91093
|
id?: string;
|
|
91094
91094
|
/**
|
|
91095
|
-
* True if the
|
|
91095
|
+
* True if the notebook is not created by the user (i.e., 'Misplaced Sections'). Read only
|
|
91096
91096
|
*
|
|
91097
91097
|
* @remarks
|
|
91098
91098
|
* [Api set: OneNoteApi 1.2]
|
|
@@ -91218,7 +91218,7 @@ declare namespace OneNote {
|
|
|
91218
91218
|
*/
|
|
91219
91219
|
contents?: OneNote.Interfaces.PageContentData[];
|
|
91220
91220
|
/**
|
|
91221
|
-
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
91221
|
+
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
91222
91222
|
*
|
|
91223
91223
|
* @remarks
|
|
91224
91224
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -92118,14 +92118,14 @@ declare namespace OneNote {
|
|
|
92118
92118
|
*/
|
|
92119
92119
|
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
|
|
92120
92120
|
/**
|
|
92121
|
-
* The
|
|
92121
|
+
* The sections of the notebook. Read only
|
|
92122
92122
|
*
|
|
92123
92123
|
* @remarks
|
|
92124
92124
|
* [Api set: OneNoteApi 1.1]
|
|
92125
92125
|
*/
|
|
92126
92126
|
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;
|
|
92127
92127
|
/**
|
|
92128
|
-
* The url of the site
|
|
92128
|
+
* The url of the site where this notebook is located. Read only
|
|
92129
92129
|
*
|
|
92130
92130
|
* @remarks
|
|
92131
92131
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -92146,7 +92146,7 @@ declare namespace OneNote {
|
|
|
92146
92146
|
*/
|
|
92147
92147
|
id?: boolean;
|
|
92148
92148
|
/**
|
|
92149
|
-
* True if the
|
|
92149
|
+
* True if the notebook is not created by the user (i.e., 'Misplaced Sections'). Read only
|
|
92150
92150
|
*
|
|
92151
92151
|
* @remarks
|
|
92152
92152
|
* [Api set: OneNoteApi 1.2]
|
|
@@ -92179,14 +92179,14 @@ declare namespace OneNote {
|
|
|
92179
92179
|
*/
|
|
92180
92180
|
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
|
|
92181
92181
|
/**
|
|
92182
|
-
* For EACH ITEM in the collection: The
|
|
92182
|
+
* For EACH ITEM in the collection: The sections of the notebook. Read only
|
|
92183
92183
|
*
|
|
92184
92184
|
* @remarks
|
|
92185
92185
|
* [Api set: OneNoteApi 1.1]
|
|
92186
92186
|
*/
|
|
92187
92187
|
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;
|
|
92188
92188
|
/**
|
|
92189
|
-
* For EACH ITEM in the collection: The url of the site
|
|
92189
|
+
* For EACH ITEM in the collection: The url of the site where this notebook is located. Read only
|
|
92190
92190
|
*
|
|
92191
92191
|
* @remarks
|
|
92192
92192
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -92207,7 +92207,7 @@ declare namespace OneNote {
|
|
|
92207
92207
|
*/
|
|
92208
92208
|
id?: boolean;
|
|
92209
92209
|
/**
|
|
92210
|
-
* For EACH ITEM in the collection: True if the
|
|
92210
|
+
* For EACH ITEM in the collection: True if the notebook is not created by the user (i.e., 'Misplaced Sections'). Read only
|
|
92211
92211
|
*
|
|
92212
92212
|
* @remarks
|
|
92213
92213
|
* [Api set: OneNoteApi 1.2]
|
|
@@ -92540,7 +92540,7 @@ declare namespace OneNote {
|
|
|
92540
92540
|
*/
|
|
92541
92541
|
contents?: OneNote.Interfaces.PageContentCollectionLoadOptions;
|
|
92542
92542
|
/**
|
|
92543
|
-
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
92543
|
+
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
92544
92544
|
*
|
|
92545
92545
|
* @remarks
|
|
92546
92546
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -92615,7 +92615,7 @@ declare namespace OneNote {
|
|
|
92615
92615
|
*/
|
|
92616
92616
|
contents?: OneNote.Interfaces.PageContentCollectionLoadOptions;
|
|
92617
92617
|
/**
|
|
92618
|
-
* For EACH ITEM in the collection: Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
92618
|
+
* For EACH ITEM in the collection: Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
92619
92619
|
*
|
|
92620
92620
|
* @remarks
|
|
92621
92621
|
* [Api set: OneNoteApi 1.1]
|
office-js/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/office-js",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.224",
|
|
4
4
|
"description": "TypeScript definitions for Office.js",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
43
|
+
"typesPublisherContentHash": "6ad3558857c22b18ade9f4cd3f12a4a687efb243b1cc361f2ae48411d5ba9d0e",
|
|
44
44
|
"typeScriptVersion": "3.8"
|
|
45
45
|
}
|