@types/office-js 1.0.380 → 1.0.381

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: Thu, 11 Apr 2024 20:07:16 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
office-js/index.d.ts CHANGED
@@ -422,10 +422,6 @@ 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.
429
425
  */
430
426
  Access
431
427
  }
@@ -1727,10 +1723,6 @@ declare namespace Office {
1727
1723
  filterType?: Office.FilterType | string
1728
1724
  /**
1729
1725
  * 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.
1734
1726
  */
1735
1727
  rows?: string
1736
1728
  /**
@@ -1759,18 +1751,10 @@ declare namespace Office {
1759
1751
  coercionType?: Office.CoercionType | string
1760
1752
  /**
1761
1753
  * 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.
1766
1754
  */
1767
1755
  columns?: string[]
1768
1756
  /**
1769
1757
  * 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.
1774
1758
  */
1775
1759
  rows?: string
1776
1760
  /**
@@ -1865,10 +1849,6 @@ declare namespace Office {
1865
1849
  * The headers provided in the TableData object specify the labels used in the field selection UI.
1866
1850
  *
1867
1851
  * **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.
1872
1852
  */
1873
1853
  sampleData?: Office.TableData
1874
1854
  /**
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.381",
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": "888871b17bc2dced97a4bb0bb5874087a6b1c0bdda1d0683e042c552a75889c5",
49
49
  "typeScriptVersion": "4.7"
50
50
  }