chrome-types 0.1.233 → 0.1.235
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 -5
- package/index.d.ts +5 -5
- 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 Tue Oct 24 2023 22:31:52 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 1bb24d47946695201fabc91f3e10671a6ca90097
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -22707,7 +22707,7 @@ declare namespace chrome {
|
|
|
22707
22707
|
title?: string;
|
|
22708
22708
|
|
|
22709
22709
|
/**
|
|
22710
|
-
* Indicates whether to search for read (`true`) or unread (
|
|
22710
|
+
* Indicates whether to search for read (`true`) or unread (`false`) items.
|
|
22711
22711
|
*/
|
|
22712
22712
|
hasBeenRead?: boolean;
|
|
22713
22713
|
}
|
|
@@ -24933,12 +24933,12 @@ declare namespace chrome {
|
|
|
24933
24933
|
export interface OpenOptions {
|
|
24934
24934
|
|
|
24935
24935
|
/**
|
|
24936
|
-
* The window in which to open the side panel. This is only applicable if the extension has a global (non-tab-specific) side panel or `tabId` is also specified. This will override any currently-active global side panel the user has open in the given window. At least one of this
|
|
24936
|
+
* The window in which to open the side panel. This is only applicable if the extension has a global (non-tab-specific) side panel or `tabId` is also specified. This will override any currently-active global side panel the user has open in the given window. At least one of this or `tabId` must be provided.
|
|
24937
24937
|
*/
|
|
24938
24938
|
windowId?: number;
|
|
24939
24939
|
|
|
24940
24940
|
/**
|
|
24941
|
-
* The tab in which to open the side panel. If the corresponding tab has a tab-specific side panel, the panel will only be open for that tab. If there is not a tab-specific panel, the global panel will be open in the specified tab and any other tabs without a currently-open tab- specific panel. This will override any currently-active side panel (global or tab-specific) in the corresponding tab. At least one of this
|
|
24941
|
+
* The tab in which to open the side panel. If the corresponding tab has a tab-specific side panel, the panel will only be open for that tab. If there is not a tab-specific panel, the global panel will be open in the specified tab and any other tabs without a currently-open tab- specific panel. This will override any currently-active side panel (global or tab-specific) in the corresponding tab. At least one of this or `windowId` must be provided.
|
|
24942
24942
|
*/
|
|
24943
24943
|
tabId?: number;
|
|
24944
24944
|
}
|
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 Tue Oct 24 2023 22:31:46 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 1bb24d47946695201fabc91f3e10671a6ca90097
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -17471,7 +17471,7 @@ declare namespace chrome {
|
|
|
17471
17471
|
title?: string;
|
|
17472
17472
|
|
|
17473
17473
|
/**
|
|
17474
|
-
* Indicates whether to search for read (`true`) or unread (
|
|
17474
|
+
* Indicates whether to search for read (`true`) or unread (`false`) items.
|
|
17475
17475
|
*/
|
|
17476
17476
|
hasBeenRead?: boolean;
|
|
17477
17477
|
}
|
|
@@ -19072,12 +19072,12 @@ declare namespace chrome {
|
|
|
19072
19072
|
export interface OpenOptions {
|
|
19073
19073
|
|
|
19074
19074
|
/**
|
|
19075
|
-
* The window in which to open the side panel. This is only applicable if the extension has a global (non-tab-specific) side panel or `tabId` is also specified. This will override any currently-active global side panel the user has open in the given window. At least one of this
|
|
19075
|
+
* The window in which to open the side panel. This is only applicable if the extension has a global (non-tab-specific) side panel or `tabId` is also specified. This will override any currently-active global side panel the user has open in the given window. At least one of this or `tabId` must be provided.
|
|
19076
19076
|
*/
|
|
19077
19077
|
windowId?: number;
|
|
19078
19078
|
|
|
19079
19079
|
/**
|
|
19080
|
-
* The tab in which to open the side panel. If the corresponding tab has a tab-specific side panel, the panel will only be open for that tab. If there is not a tab-specific panel, the global panel will be open in the specified tab and any other tabs without a currently-open tab- specific panel. This will override any currently-active side panel (global or tab-specific) in the corresponding tab. At least one of this
|
|
19080
|
+
* The tab in which to open the side panel. If the corresponding tab has a tab-specific side panel, the panel will only be open for that tab. If there is not a tab-specific panel, the global panel will be open in the specified tab and any other tabs without a currently-open tab- specific panel. This will override any currently-active side panel (global or tab-specific) in the corresponding tab. At least one of this or `windowId` must be provided.
|
|
19081
19081
|
*/
|
|
19082
19082
|
tabId?: number;
|
|
19083
19083
|
}
|
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": "118e5e71426da35d"
|
|
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.235"
|
|
20
20
|
}
|