chrome-types 0.1.374 → 0.1.375
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 +11 -2
- package/index.d.ts +11 -2
- 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 Sat Aug 30 2025 22:32:42 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 61fac68268b07c8701114d9957713aabcf9ad361
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -26677,6 +26677,15 @@ declare namespace chrome {
|
|
|
26677
26677
|
path: string;
|
|
26678
26678
|
}
|
|
26679
26679
|
|
|
26680
|
+
/**
|
|
26681
|
+
* Fired when the extension's side panel is opened.
|
|
26682
|
+
*
|
|
26683
|
+
* @since Pending
|
|
26684
|
+
*/
|
|
26685
|
+
export const onOpened: events.Event<(
|
|
26686
|
+
info: PanelOpenedInfo,
|
|
26687
|
+
) => void>;
|
|
26688
|
+
|
|
26680
26689
|
/**
|
|
26681
26690
|
* Configures the side panel.
|
|
26682
26691
|
*
|
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 Sat Aug 30 2025 22:32:38 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 61fac68268b07c8701114d9957713aabcf9ad361
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -20793,6 +20793,15 @@ declare namespace chrome {
|
|
|
20793
20793
|
path: string;
|
|
20794
20794
|
}
|
|
20795
20795
|
|
|
20796
|
+
/**
|
|
20797
|
+
* Fired when the extension's side panel is opened.
|
|
20798
|
+
*
|
|
20799
|
+
* @since Pending
|
|
20800
|
+
*/
|
|
20801
|
+
export const onOpened: events.Event<(
|
|
20802
|
+
info: PanelOpenedInfo,
|
|
20803
|
+
) => void>;
|
|
20804
|
+
|
|
20796
20805
|
/**
|
|
20797
20806
|
* Configures the side panel.
|
|
20798
20807
|
*
|
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": "9dcd7af423c3a6c7"
|
|
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.375"
|
|
20
20
|
}
|