@types/office-js 1.0.442 → 1.0.443
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 +10 -11
- office-js/package.json +3 -3
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:
|
|
11
|
+
* Last updated: Thu, 07 Nov 2024 16:37:05 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -26850,7 +26850,7 @@ declare namespace Excel {
|
|
|
26850
26850
|
compact?: CompactLayout;
|
|
26851
26851
|
}
|
|
26852
26852
|
/**
|
|
26853
|
-
* Represents a card layout that is best used for an
|
|
26853
|
+
* Represents a card layout that is best used for an entity.
|
|
26854
26854
|
*
|
|
26855
26855
|
* @remarks
|
|
26856
26856
|
* [Api set: ExcelApi 1.16]
|
|
@@ -27140,7 +27140,7 @@ declare namespace Excel {
|
|
|
27140
27140
|
fieldName?: string;
|
|
27141
27141
|
}
|
|
27142
27142
|
/**
|
|
27143
|
-
* Represents the value of a cell containing a number with a format string. Number format strings must conform to Excel guidelines. To learn more, see {@link https://support.microsoft.com/office/
|
|
27143
|
+
* Represents the value of a cell containing a number with a format string. Number format strings must conform to Excel guidelines. To learn more, see {@link https://support.microsoft.com/office/c0a1d1fa-d3f4-4018-96b7-9c9354dd99f5 | Review guidelines for customizing a number format}.
|
|
27144
27144
|
* In this scenario, the format is applied to the value and not to the cell, so the value retains its format string throughout calculation.
|
|
27145
27145
|
*
|
|
27146
27146
|
* @remarks
|
|
@@ -27172,7 +27172,7 @@ declare namespace Excel {
|
|
|
27172
27172
|
* Returns the number format string that is used to display this value.
|
|
27173
27173
|
* When accessed through a `valuesAsJson` property, this number format string is in the en-US locale. When accessed through a `valuesAsJsonLocal` property, this number format is in the user's display locale.
|
|
27174
27174
|
* Number format strings must conform to Excel guidelines.
|
|
27175
|
-
* To learn more, see {@link https://support.microsoft.com/office/
|
|
27175
|
+
* To learn more, see {@link https://support.microsoft.com/office/c0a1d1fa-d3f4-4018-96b7-9c9354dd99f5 | Review guidelines for customizing a number format}.
|
|
27176
27176
|
*
|
|
27177
27177
|
* @remarks
|
|
27178
27178
|
* [Api set: ExcelApi 1.16]
|
|
@@ -27309,13 +27309,12 @@ declare namespace Excel {
|
|
|
27309
27309
|
};
|
|
27310
27310
|
};
|
|
27311
27311
|
/**
|
|
27312
|
-
* Represents
|
|
27313
|
-
* If the `CardLayout` object doesn't have a layout property, it default value is "Entity".
|
|
27312
|
+
* Represents layout information for views of this linked entity.
|
|
27314
27313
|
*
|
|
27315
27314
|
* @remarks
|
|
27316
27315
|
* [Api set: ExcelApi 1.16]
|
|
27317
27316
|
*/
|
|
27318
|
-
|
|
27317
|
+
layouts?: EntityViewLayouts;
|
|
27319
27318
|
/**
|
|
27320
27319
|
* Represents information that describes the service that provided data in this `LinkedEntityCellValue`.
|
|
27321
27320
|
* This information can be used for branding in entity cards.
|
|
@@ -34000,7 +33999,7 @@ declare namespace Excel {
|
|
|
34000
33999
|
*/
|
|
34001
34000
|
getExtendedRange(direction: "Left" | "Right" | "Up" | "Down", activeCell?: Range | string): Excel.Range;
|
|
34002
34001
|
/**
|
|
34003
|
-
* Renders the range as a Base64-encoded
|
|
34002
|
+
* Renders the range as a Base64-encoded PNG image.
|
|
34004
34003
|
**Important**: This API is currently unsupported in Excel for Mac. Visit {@link https://github.com/OfficeDev/office-js/issues/235 | OfficeDev/office-js Issue #235} for the current status.
|
|
34005
34004
|
*
|
|
34006
34005
|
* @remarks
|
|
@@ -45867,7 +45866,7 @@ declare namespace Excel {
|
|
|
45867
45866
|
*/
|
|
45868
45867
|
category: string;
|
|
45869
45868
|
/**
|
|
45870
|
-
* The
|
|
45869
|
+
* The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
|
|
45871
45870
|
*
|
|
45872
45871
|
* @remarks
|
|
45873
45872
|
* [Api set: ExcelApi 1.7]
|
|
@@ -66165,7 +66164,7 @@ declare namespace Excel {
|
|
|
66165
66164
|
*/
|
|
66166
66165
|
category?: string;
|
|
66167
66166
|
/**
|
|
66168
|
-
* The
|
|
66167
|
+
* The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
|
|
66169
66168
|
*
|
|
66170
66169
|
* @remarks
|
|
66171
66170
|
* [Api set: ExcelApi 1.7]
|
|
@@ -72408,7 +72407,7 @@ declare namespace Excel {
|
|
|
72408
72407
|
*/
|
|
72409
72408
|
category?: string;
|
|
72410
72409
|
/**
|
|
72411
|
-
* The
|
|
72410
|
+
* The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
|
|
72412
72411
|
*
|
|
72413
72412
|
* @remarks
|
|
72414
72413
|
* [Api set: ExcelApi 1.7]
|
|
@@ -81596,7 +81595,7 @@ declare namespace Excel {
|
|
|
81596
81595
|
*/
|
|
81597
81596
|
category?: boolean;
|
|
81598
81597
|
/**
|
|
81599
|
-
* The
|
|
81598
|
+
* The Comments field in the metadata of the workbook. These have no connection to comments by users made in the workbook.
|
|
81600
81599
|
*
|
|
81601
81600
|
* @remarks
|
|
81602
81601
|
* [Api set: ExcelApi 1.7]
|
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.443",
|
|
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",
|
|
@@ -46,6 +46,6 @@
|
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
48
|
"peerDependencies": {},
|
|
49
|
-
"typesPublisherContentHash": "
|
|
50
|
-
"typeScriptVersion": "4.
|
|
49
|
+
"typesPublisherContentHash": "1546f7aea7233b92fc212ecaec62df05250a84c70ff42b166bae4c3e990b07ca",
|
|
50
|
+
"typeScriptVersion": "4.9"
|
|
51
51
|
}
|