chrome-types 0.1.211 → 0.1.213
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.
- package/_all.d.ts +5 -3
- package/index.d.ts +5 -3
- package/package.json +2 -2
package/_all.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Jul 07 2023 22:33:55 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at b09564041565560240c5f3da5ce2dad88cdbebaa
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -6636,7 +6636,7 @@ declare namespace chrome {
|
|
|
6636
6636
|
visible?: boolean,
|
|
6637
6637
|
|
|
6638
6638
|
/**
|
|
6639
|
-
* A function that is called back when the menu item is clicked.
|
|
6639
|
+
* A function that is called back when the menu item is clicked. This is not available inside of a service worker; instead, they should register a listener for {@link contextMenus.onClicked}.
|
|
6640
6640
|
*
|
|
6641
6641
|
* @param info Information about the item clicked and the context where the click happened.
|
|
6642
6642
|
* @param tab The details of the tab where the click took place. This parameter is not present for platform apps.
|
|
@@ -10929,6 +10929,8 @@ declare namespace chrome {
|
|
|
10929
10929
|
|
|
10930
10930
|
/**
|
|
10931
10931
|
* Enable or disable the gray shelf at the bottom of every window associated with the current browser profile. The shelf will be disabled as long as at least one extension has disabled it. Enabling the shelf while at least one other extension has disabled it will return an error through {@link runtime.lastError}. Requires the `"downloads.shelf"` permission in addition to the `"downloads"` permission.
|
|
10932
|
+
*
|
|
10933
|
+
* @deprecated Use {@link setUiOptions} instead.
|
|
10932
10934
|
*/
|
|
10933
10935
|
export function setShelfEnabled(
|
|
10934
10936
|
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri Jul 07 2023 22:33:50 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at b09564041565560240c5f3da5ce2dad88cdbebaa
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -3382,7 +3382,7 @@ declare namespace chrome {
|
|
|
3382
3382
|
visible?: boolean,
|
|
3383
3383
|
|
|
3384
3384
|
/**
|
|
3385
|
-
* A function that is called back when the menu item is clicked.
|
|
3385
|
+
* A function that is called back when the menu item is clicked. This is not available inside of a service worker; instead, they should register a listener for {@link contextMenus.onClicked}.
|
|
3386
3386
|
*
|
|
3387
3387
|
* @param info Information about the item clicked and the context where the click happened.
|
|
3388
3388
|
* @param tab The details of the tab where the click took place. This parameter is not present for platform apps.
|
|
@@ -7059,6 +7059,8 @@ declare namespace chrome {
|
|
|
7059
7059
|
|
|
7060
7060
|
/**
|
|
7061
7061
|
* Enable or disable the gray shelf at the bottom of every window associated with the current browser profile. The shelf will be disabled as long as at least one extension has disabled it. Enabling the shelf while at least one other extension has disabled it will return an error through {@link runtime.lastError}. Requires the `"downloads.shelf"` permission in addition to the `"downloads"` permission.
|
|
7062
|
+
*
|
|
7063
|
+
* @deprecated Use {@link setUiOptions} instead.
|
|
7062
7064
|
*/
|
|
7063
7065
|
export function setShelfEnabled(
|
|
7064
7066
|
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"type": "module",
|
|
6
6
|
"name": "chrome-types",
|
|
7
7
|
"config": {
|
|
8
|
-
"build-hash": "
|
|
8
|
+
"build-hash": "0dff85e665f21cb4"
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"url": "https://github.com/GoogleChrome/chrome-types/issues"
|
|
17
17
|
},
|
|
18
18
|
"homepage": "https://github.com/GoogleChrome/chrome-types",
|
|
19
|
-
"version": "0.1.
|
|
19
|
+
"version": "0.1.213"
|
|
20
20
|
}
|