@types/office-js-preview 1.0.462 → 1.0.464
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 +10 -20
- 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-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: Fri, 12 Apr 2024 18:07:18 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
office-js-preview/index.d.ts
CHANGED
|
@@ -421,10 +421,8 @@ declare namespace Office {
|
|
|
421
421
|
Project,
|
|
422
422
|
/**
|
|
423
423
|
* The Office application is Microsoft Access.
|
|
424
|
-
*
|
|
425
|
-
*
|
|
426
|
-
* As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
|
|
427
|
-
* to build no-code business solutions for web and mobile devices.
|
|
424
|
+
*
|
|
425
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
428
426
|
*/
|
|
429
427
|
Access
|
|
430
428
|
}
|
|
@@ -1796,10 +1794,8 @@ declare namespace Office {
|
|
|
1796
1794
|
filterType?: Office.FilterType | string
|
|
1797
1795
|
/**
|
|
1798
1796
|
* Only for table bindings in content add-ins for Access. Specifies the pre-defined string "thisRow" to get data in the currently selected row.
|
|
1799
|
-
*
|
|
1800
|
-
*
|
|
1801
|
-
* As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
|
|
1802
|
-
* to build no-code business solutions for web and mobile devices.
|
|
1797
|
+
*
|
|
1798
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
1803
1799
|
*/
|
|
1804
1800
|
rows?: string
|
|
1805
1801
|
/**
|
|
@@ -1828,18 +1824,14 @@ declare namespace Office {
|
|
|
1828
1824
|
coercionType?: Office.CoercionType | string
|
|
1829
1825
|
/**
|
|
1830
1826
|
* Only for table bindings in content add-ins for Access. Array of strings. Specifies the column names.
|
|
1831
|
-
*
|
|
1832
|
-
*
|
|
1833
|
-
* As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
|
|
1834
|
-
* to build no-code business solutions for web and mobile devices.
|
|
1827
|
+
*
|
|
1828
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
1835
1829
|
*/
|
|
1836
1830
|
columns?: string[]
|
|
1837
1831
|
/**
|
|
1838
1832
|
* Only for table bindings in content add-ins for Access. Specifies the pre-defined string "thisRow" to get data in the currently selected row.
|
|
1839
|
-
*
|
|
1840
|
-
*
|
|
1841
|
-
* As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
|
|
1842
|
-
* to build no-code business solutions for web and mobile devices.
|
|
1833
|
+
*
|
|
1834
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
1843
1835
|
*/
|
|
1844
1836
|
rows?: string
|
|
1845
1837
|
/**
|
|
@@ -1934,10 +1926,8 @@ declare namespace Office {
|
|
|
1934
1926
|
* The headers provided in the TableData object specify the labels used in the field selection UI.
|
|
1935
1927
|
*
|
|
1936
1928
|
* **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.
|
|
1937
|
-
*
|
|
1938
|
-
*
|
|
1939
|
-
* As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
|
|
1940
|
-
* to build no-code business solutions for web and mobile devices.
|
|
1929
|
+
*
|
|
1930
|
+
* @deprecated Microsoft Access is no longer supported.
|
|
1941
1931
|
*/
|
|
1942
1932
|
sampleData?: Office.TableData
|
|
1943
1933
|
/**
|
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.464",
|
|
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": "6333f1c1ca145ac67a764c78731bb373f3ec188408688a6eba6bae50f62e3bc3",
|
|
49
49
|
"typeScriptVersion": "4.7",
|
|
50
50
|
"nonNpm": true
|
|
51
51
|
}
|