@types/office-js-preview 1.0.484 → 1.0.485
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-preview (https://github.com
|
|
|
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:
|
|
11
|
+
* Last updated: Thu, 11 Jul 2024 15:07:15 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -8014,7 +8014,7 @@ declare namespace Office {
|
|
|
8014
8014
|
* </table>
|
|
8015
8015
|
*
|
|
8016
8016
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8017
|
-
* (
|
|
8017
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8018
8018
|
*
|
|
8019
8019
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8020
8020
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8068,7 +8068,7 @@ declare namespace Office {
|
|
|
8068
8068
|
* </table>
|
|
8069
8069
|
*
|
|
8070
8070
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8071
|
-
* (
|
|
8071
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8072
8072
|
*
|
|
8073
8073
|
* @param cellReference An object literal containing name-value pairs that specify the range of cells to get formatting from.
|
|
8074
8074
|
* @param formats An array specifying the format properties to get.
|
|
@@ -8125,7 +8125,7 @@ declare namespace Office {
|
|
|
8125
8125
|
* </table>
|
|
8126
8126
|
*
|
|
8127
8127
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8128
|
-
* (
|
|
8128
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8129
8129
|
*
|
|
8130
8130
|
* 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
|
|
8131
8131
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
|
@@ -8224,7 +8224,7 @@ declare namespace Office {
|
|
|
8224
8224
|
* </table>
|
|
8225
8225
|
*
|
|
8226
8226
|
* The `format:` property specifies values that correspond to a subset of the settings available in the Format Cells dialog box in Excel
|
|
8227
|
-
* (
|
|
8227
|
+
* (Open the context menu (right-click or select and hold) then select **Format Cells**, or **Home** \> **Format** \> **Format Cells**).
|
|
8228
8228
|
*
|
|
8229
8229
|
* 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
|
|
8230
8230
|
* property name specifies the name of the formatting property to set, and value specifies the property value.
|
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.485",
|
|
4
4
|
"description": "TypeScript definitions for office-js-preview",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/office-js-preview",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"scripts": {},
|
|
47
47
|
"dependencies": {},
|
|
48
|
-
"typesPublisherContentHash": "
|
|
48
|
+
"typesPublisherContentHash": "f6ec1011499e323b1dbfac6499c6e49ac1a67385c3b879be69f6f87ba7b7a00a",
|
|
49
49
|
"typeScriptVersion": "4.8",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|