@types/office-js 1.0.381 → 1.0.382
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 -0
- 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: Fri, 12 Apr 2024 18:07:18 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js/index.d.ts
CHANGED
|
@@ -422,6 +422,8 @@ declare namespace Office {
|
|
|
422
422
|
Project,
|
|
423
423
|
/**
|
|
424
424
|
* The Office application is Microsoft Access.
|
|
425
|
+
*
|
|
426
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
425
427
|
*/
|
|
426
428
|
Access
|
|
427
429
|
}
|
|
@@ -1723,6 +1725,8 @@ declare namespace Office {
|
|
|
1723
1725
|
filterType?: Office.FilterType | string
|
|
1724
1726
|
/**
|
|
1725
1727
|
* Only for table bindings in content add-ins for Access. Specifies the pre-defined string "thisRow" to get data in the currently selected row.
|
|
1728
|
+
*
|
|
1729
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
1726
1730
|
*/
|
|
1727
1731
|
rows?: string
|
|
1728
1732
|
/**
|
|
@@ -1751,10 +1755,14 @@ declare namespace Office {
|
|
|
1751
1755
|
coercionType?: Office.CoercionType | string
|
|
1752
1756
|
/**
|
|
1753
1757
|
* Only for table bindings in content add-ins for Access. Array of strings. Specifies the column names.
|
|
1758
|
+
*
|
|
1759
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
1754
1760
|
*/
|
|
1755
1761
|
columns?: string[]
|
|
1756
1762
|
/**
|
|
1757
1763
|
* Only for table bindings in content add-ins for Access. Specifies the pre-defined string "thisRow" to get data in the currently selected row.
|
|
1764
|
+
*
|
|
1765
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
1758
1766
|
*/
|
|
1759
1767
|
rows?: string
|
|
1760
1768
|
/**
|
|
@@ -1849,6 +1857,8 @@ declare namespace Office {
|
|
|
1849
1857
|
* The headers provided in the TableData object specify the labels used in the field selection UI.
|
|
1850
1858
|
*
|
|
1851
1859
|
* **Note**: This parameter is used only in add-ins for Access. It is ignored if provided when calling the method in an add-in for Excel.
|
|
1860
|
+
*
|
|
1861
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
1852
1862
|
*/
|
|
1853
1863
|
sampleData?: Office.TableData
|
|
1854
1864
|
/**
|
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.382",
|
|
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": "6063c3397871b7b1c3ce390415853de00abbe1f1ced6e05a612fb78db739aecd",
|
|
49
49
|
"typeScriptVersion": "4.7"
|
|
50
50
|
}
|