@types/office-js-preview 1.0.273 → 1.0.274
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 +1 -1
- office-js-preview/index.d.ts +26 -26
- office-js-preview/package.json +2 -2
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: 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-preview/index.d.ts
CHANGED
|
@@ -1767,7 +1767,7 @@ declare namespace Office {
|
|
|
1767
1767
|
*/
|
|
1768
1768
|
interface GetFileOptions {
|
|
1769
1769
|
/**
|
|
1770
|
-
* The
|
|
1770
|
+
* The size of the slices in bytes. The maximum (and the default) is 4194304 (4MB).
|
|
1771
1771
|
*/
|
|
1772
1772
|
sliceSize?: number
|
|
1773
1773
|
/**
|
|
@@ -27488,7 +27488,7 @@ declare namespace Excel {
|
|
|
27488
27488
|
expand?: string;
|
|
27489
27489
|
}): Excel.Workbook;
|
|
27490
27490
|
/**
|
|
27491
|
-
* Occurs when the
|
|
27491
|
+
* Occurs when the workbook is activated. Note: This event will not fire when the workbook is opened.
|
|
27492
27492
|
*
|
|
27493
27493
|
* @remarks
|
|
27494
27494
|
* [Api set: ExcelApi 1.13]
|
|
@@ -29977,7 +29977,7 @@ declare namespace Excel {
|
|
|
29977
29977
|
*/
|
|
29978
29978
|
readonly dataValidation: Excel.DataValidation;
|
|
29979
29979
|
/**
|
|
29980
|
-
* Returns a `RangeFormat` object, encapsulating the
|
|
29980
|
+
* Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
29981
29981
|
*
|
|
29982
29982
|
* @remarks
|
|
29983
29983
|
* [Api set: ExcelApi 1.9]
|
|
@@ -42522,7 +42522,7 @@ declare namespace Excel {
|
|
|
42522
42522
|
type: Excel.ConditionalTopBottomCriterionType | "Invalid" | "TopItems" | "TopPercent" | "BottomItems" | "BottomPercent";
|
|
42523
42523
|
}
|
|
42524
42524
|
/**
|
|
42525
|
-
* Represents the
|
|
42525
|
+
* Represents the preset criteria conditional format such as above average, below average, unique values, contains blank, nonblank, error, and noerror.
|
|
42526
42526
|
*
|
|
42527
42527
|
* @remarks
|
|
42528
42528
|
* [Api set: ExcelApi 1.6]
|
|
@@ -59121,7 +59121,7 @@ declare namespace Excel {
|
|
|
59121
59121
|
*/
|
|
59122
59122
|
dataValidation?: Excel.Interfaces.DataValidationUpdateData;
|
|
59123
59123
|
/**
|
|
59124
|
-
* Returns a `RangeFormat` object, encapsulating the
|
|
59124
|
+
* Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
59125
59125
|
*
|
|
59126
59126
|
* @remarks
|
|
59127
59127
|
* [Api set: ExcelApi 1.9]
|
|
@@ -64800,7 +64800,7 @@ declare namespace Excel {
|
|
|
64800
64800
|
*/
|
|
64801
64801
|
dataValidation?: Excel.Interfaces.DataValidationData;
|
|
64802
64802
|
/**
|
|
64803
|
-
* Returns a `RangeFormat` object, encapsulating the
|
|
64803
|
+
* Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
64804
64804
|
*
|
|
64805
64805
|
* @remarks
|
|
64806
64806
|
* [Api set: ExcelApi 1.9]
|
|
@@ -72163,7 +72163,7 @@ declare namespace Excel {
|
|
|
72163
72163
|
*/
|
|
72164
72164
|
dataValidation?: Excel.Interfaces.DataValidationLoadOptions;
|
|
72165
72165
|
/**
|
|
72166
|
-
* Returns a `RangeFormat` object, encapsulating the
|
|
72166
|
+
* Returns a `RangeFormat` object, encapsulating the font, fill, borders, alignment, and other properties for all ranges in the `RangeAreas` object.
|
|
72167
72167
|
*
|
|
72168
72168
|
* @remarks
|
|
72169
72169
|
* [Api set: ExcelApi 1.9]
|
|
@@ -78974,7 +78974,7 @@ declare namespace Excel {
|
|
|
78974
78974
|
rule?: boolean;
|
|
78975
78975
|
}
|
|
78976
78976
|
/**
|
|
78977
|
-
* Represents the
|
|
78977
|
+
* Represents the preset criteria conditional format such as above average, below average, unique values, contains blank, nonblank, error, and noerror.
|
|
78978
78978
|
*
|
|
78979
78979
|
* @remarks
|
|
78980
78980
|
* [Api set: ExcelApi 1.6]
|
|
@@ -80373,7 +80373,7 @@ declare namespace Excel {
|
|
|
80373
80373
|
*/
|
|
80374
80374
|
dataValidation?: Excel.Interfaces.DataValidationLoadOptions;
|
|
80375
80375
|
/**
|
|
80376
|
-
* For EACH ITEM in the collection: Returns a `RangeFormat` object, encapsulating the
|
|
80376
|
+
* 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.
|
|
80377
80377
|
*
|
|
80378
80378
|
* @remarks
|
|
80379
80379
|
* [Api set: ExcelApi 1.9]
|
|
@@ -97884,14 +97884,14 @@ declare namespace OneNote {
|
|
|
97884
97884
|
*/
|
|
97885
97885
|
readonly sectionGroups: OneNote.SectionGroupCollection;
|
|
97886
97886
|
/**
|
|
97887
|
-
* The
|
|
97887
|
+
* The sections of the notebook. Read only
|
|
97888
97888
|
*
|
|
97889
97889
|
* @remarks
|
|
97890
97890
|
* [Api set: OneNoteApi 1.1]
|
|
97891
97891
|
*/
|
|
97892
97892
|
readonly sections: OneNote.SectionCollection;
|
|
97893
97893
|
/**
|
|
97894
|
-
* The url of the site
|
|
97894
|
+
* The url of the site where this notebook is located. Read only
|
|
97895
97895
|
*
|
|
97896
97896
|
* @remarks
|
|
97897
97897
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -97912,7 +97912,7 @@ declare namespace OneNote {
|
|
|
97912
97912
|
*/
|
|
97913
97913
|
readonly id: string;
|
|
97914
97914
|
/**
|
|
97915
|
-
* True if the
|
|
97915
|
+
* True if the notebook is not created by the user (i.e., 'Misplaced Sections'). Read only
|
|
97916
97916
|
*
|
|
97917
97917
|
* @remarks
|
|
97918
97918
|
* [Api set: OneNoteApi 1.2]
|
|
@@ -98526,7 +98526,7 @@ declare namespace OneNote {
|
|
|
98526
98526
|
*/
|
|
98527
98527
|
readonly contents: OneNote.PageContentCollection;
|
|
98528
98528
|
/**
|
|
98529
|
-
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
98529
|
+
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
98530
98530
|
*
|
|
98531
98531
|
* @remarks
|
|
98532
98532
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -101028,7 +101028,7 @@ declare namespace OneNote {
|
|
|
101028
101028
|
/** An interface for updating data on the Page object, for use in `page.set({ ... })`. */
|
|
101029
101029
|
interface PageUpdateData {
|
|
101030
101030
|
/**
|
|
101031
|
-
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
101031
|
+
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
101032
101032
|
*
|
|
101033
101033
|
* @remarks
|
|
101034
101034
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -101378,14 +101378,14 @@ declare namespace OneNote {
|
|
|
101378
101378
|
*/
|
|
101379
101379
|
sectionGroups?: OneNote.Interfaces.SectionGroupData[];
|
|
101380
101380
|
/**
|
|
101381
|
-
* The
|
|
101381
|
+
* The sections of the notebook. Read only
|
|
101382
101382
|
*
|
|
101383
101383
|
* @remarks
|
|
101384
101384
|
* [Api set: OneNoteApi 1.1]
|
|
101385
101385
|
*/
|
|
101386
101386
|
sections?: OneNote.Interfaces.SectionData[];
|
|
101387
101387
|
/**
|
|
101388
|
-
* The url of the site
|
|
101388
|
+
* The url of the site where this notebook is located. Read only
|
|
101389
101389
|
*
|
|
101390
101390
|
* @remarks
|
|
101391
101391
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -101406,7 +101406,7 @@ declare namespace OneNote {
|
|
|
101406
101406
|
*/
|
|
101407
101407
|
id?: string;
|
|
101408
101408
|
/**
|
|
101409
|
-
* True if the
|
|
101409
|
+
* True if the notebook is not created by the user (i.e., 'Misplaced Sections'). Read only
|
|
101410
101410
|
*
|
|
101411
101411
|
* @remarks
|
|
101412
101412
|
* [Api set: OneNoteApi 1.2]
|
|
@@ -101532,7 +101532,7 @@ declare namespace OneNote {
|
|
|
101532
101532
|
*/
|
|
101533
101533
|
contents?: OneNote.Interfaces.PageContentData[];
|
|
101534
101534
|
/**
|
|
101535
|
-
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
101535
|
+
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
101536
101536
|
*
|
|
101537
101537
|
* @remarks
|
|
101538
101538
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -102432,14 +102432,14 @@ declare namespace OneNote {
|
|
|
102432
102432
|
*/
|
|
102433
102433
|
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
|
|
102434
102434
|
/**
|
|
102435
|
-
* The
|
|
102435
|
+
* The sections of the notebook. Read only
|
|
102436
102436
|
*
|
|
102437
102437
|
* @remarks
|
|
102438
102438
|
* [Api set: OneNoteApi 1.1]
|
|
102439
102439
|
*/
|
|
102440
102440
|
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;
|
|
102441
102441
|
/**
|
|
102442
|
-
* The url of the site
|
|
102442
|
+
* The url of the site where this notebook is located. Read only
|
|
102443
102443
|
*
|
|
102444
102444
|
* @remarks
|
|
102445
102445
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -102460,7 +102460,7 @@ declare namespace OneNote {
|
|
|
102460
102460
|
*/
|
|
102461
102461
|
id?: boolean;
|
|
102462
102462
|
/**
|
|
102463
|
-
* True if the
|
|
102463
|
+
* True if the notebook is not created by the user (i.e., 'Misplaced Sections'). Read only
|
|
102464
102464
|
*
|
|
102465
102465
|
* @remarks
|
|
102466
102466
|
* [Api set: OneNoteApi 1.2]
|
|
@@ -102493,14 +102493,14 @@ declare namespace OneNote {
|
|
|
102493
102493
|
*/
|
|
102494
102494
|
sectionGroups?: OneNote.Interfaces.SectionGroupCollectionLoadOptions;
|
|
102495
102495
|
/**
|
|
102496
|
-
* For EACH ITEM in the collection: The
|
|
102496
|
+
* For EACH ITEM in the collection: The sections of the notebook. Read only
|
|
102497
102497
|
*
|
|
102498
102498
|
* @remarks
|
|
102499
102499
|
* [Api set: OneNoteApi 1.1]
|
|
102500
102500
|
*/
|
|
102501
102501
|
sections?: OneNote.Interfaces.SectionCollectionLoadOptions;
|
|
102502
102502
|
/**
|
|
102503
|
-
* For EACH ITEM in the collection: The url of the site
|
|
102503
|
+
* For EACH ITEM in the collection: The url of the site where this notebook is located. Read only
|
|
102504
102504
|
*
|
|
102505
102505
|
* @remarks
|
|
102506
102506
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -102521,7 +102521,7 @@ declare namespace OneNote {
|
|
|
102521
102521
|
*/
|
|
102522
102522
|
id?: boolean;
|
|
102523
102523
|
/**
|
|
102524
|
-
* For EACH ITEM in the collection: True if the
|
|
102524
|
+
* For EACH ITEM in the collection: True if the notebook is not created by the user (i.e., 'Misplaced Sections'). Read only
|
|
102525
102525
|
*
|
|
102526
102526
|
* @remarks
|
|
102527
102527
|
* [Api set: OneNoteApi 1.2]
|
|
@@ -102854,7 +102854,7 @@ declare namespace OneNote {
|
|
|
102854
102854
|
*/
|
|
102855
102855
|
contents?: OneNote.Interfaces.PageContentCollectionLoadOptions;
|
|
102856
102856
|
/**
|
|
102857
|
-
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
102857
|
+
* Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
102858
102858
|
*
|
|
102859
102859
|
* @remarks
|
|
102860
102860
|
* [Api set: OneNoteApi 1.1]
|
|
@@ -102929,7 +102929,7 @@ declare namespace OneNote {
|
|
|
102929
102929
|
*/
|
|
102930
102930
|
contents?: OneNote.Interfaces.PageContentCollectionLoadOptions;
|
|
102931
102931
|
/**
|
|
102932
|
-
* For EACH ITEM in the collection: Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
102932
|
+
* For EACH ITEM in the collection: Text interpretation for the ink on the page. Returns null if there is no ink analysis information.
|
|
102933
102933
|
*
|
|
102934
102934
|
* @remarks
|
|
102935
102935
|
* [Api set: OneNoteApi 1.1]
|
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.274",
|
|
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",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
43
|
+
"typesPublisherContentHash": "6007e8f89acfcf9767786a2f205279954353b6fba3ed605e236b06ea2d0c6aba",
|
|
44
44
|
"typeScriptVersion": "3.8"
|
|
45
45
|
}
|