@types/office-js 1.0.380 → 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 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: Tue, 09 Apr 2024 18:07:35 GMT
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,10 +422,8 @@ declare namespace Office {
422
422
  Project,
423
423
  /**
424
424
  * The Office application is Microsoft Access.
425
- *
426
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
427
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
428
- * to build no-code business solutions for web and mobile devices.
425
+ *
426
+ * @deprecated Microsoft Access is no longer supported.
429
427
  */
430
428
  Access
431
429
  }
@@ -1727,10 +1725,8 @@ declare namespace Office {
1727
1725
  filterType?: Office.FilterType | string
1728
1726
  /**
1729
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.
1730
- *
1731
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
1732
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
1733
- * to build no-code business solutions for web and mobile devices.
1728
+ *
1729
+ * @deprecated Microsoft Access is no longer supported.
1734
1730
  */
1735
1731
  rows?: string
1736
1732
  /**
@@ -1759,18 +1755,14 @@ declare namespace Office {
1759
1755
  coercionType?: Office.CoercionType | string
1760
1756
  /**
1761
1757
  * Only for table bindings in content add-ins for Access. Array of strings. Specifies the column names.
1762
- *
1763
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
1764
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
1765
- * to build no-code business solutions for web and mobile devices.
1758
+ *
1759
+ * @deprecated Microsoft Access is no longer supported.
1766
1760
  */
1767
1761
  columns?: string[]
1768
1762
  /**
1769
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.
1770
- *
1771
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
1772
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
1773
- * to build no-code business solutions for web and mobile devices.
1764
+ *
1765
+ * @deprecated Microsoft Access is no longer supported.
1774
1766
  */
1775
1767
  rows?: string
1776
1768
  /**
@@ -1865,10 +1857,8 @@ declare namespace Office {
1865
1857
  * The headers provided in the TableData object specify the labels used in the field selection UI.
1866
1858
  *
1867
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.
1868
- *
1869
- * **Important**: We no longer recommend that you create and use Access web apps and databases in SharePoint.
1870
- * As an alternative, we recommend that you use {@link https://powerapps.microsoft.com/ | Microsoft PowerApps}
1871
- * to build no-code business solutions for web and mobile devices.
1860
+ *
1861
+ * @deprecated Microsoft Access is no longer supported.
1872
1862
  */
1873
1863
  sampleData?: Office.TableData
1874
1864
  /**
office-js/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/office-js",
3
- "version": "1.0.380",
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": "2bbb69642d5833dbbfabe2e32e1d7775286206e6319a1a37cef11a4ec7b92723",
48
+ "typesPublisherContentHash": "6063c3397871b7b1c3ce390415853de00abbe1f1ced6e05a612fb78db739aecd",
49
49
  "typeScriptVersion": "4.7"
50
50
  }