@types/office-js 1.0.401 → 1.0.402
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 +4 -4
- 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:
|
|
11
|
+
* Last updated: Thu, 11 Jul 2024 15:07:15 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -8004,7 +8004,7 @@ declare namespace Office {
|
|
|
8004
8004
|
* </table>
|
|
8005
8005
|
*
|
|
8006
8006
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8007
|
-
* (
|
|
8007
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8008
8008
|
*
|
|
8009
8009
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8010
8010
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8058,7 +8058,7 @@ declare namespace Office {
|
|
|
8058
8058
|
* </table>
|
|
8059
8059
|
*
|
|
8060
8060
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8061
|
-
* (
|
|
8061
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8062
8062
|
*
|
|
8063
8063
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8064
8064
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8115,7 +8115,7 @@ declare namespace Office {
|
|
|
8115
8115
|
* </table>
|
|
8116
8116
|
*
|
|
8117
8117
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8118
|
-
* (
|
|
8118
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8119
8119
|
*
|
|
8120
8120
|
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
|
|
8121
8121
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
|
@@ -8214,7 +8214,7 @@ declare namespace Office {
|
|
|
8214
8214
|
* </table>
|
|
8215
8215
|
*
|
|
8216
8216
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8217
|
-
* (
|
|
8217
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8218
8218
|
*
|
|
8219
8219
|
* You specify the value of the `format:` property as a list of one or more property name - value pairs in a JavaScript object literal. The
|
|
8220
8220
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
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.402",
|
|
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",
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "def7a254ea6d79dccd842ac9a89eac3701a54e7a404415d8d40c5b0324020b34",
|
|
49
49
|
"typeScriptVersion": "4.8"
|
|
50
50
|
}
|