chrome-types 0.1.373 → 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.
Files changed (3) hide show
  1. package/_all.d.ts +21 -12
  2. package/index.d.ts +21 -12
  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 Mon Aug 25 2025 22:34:24 GMT+0000 (Coordinated Universal Time)
18
- // Built at f6a160fe6b8378fc2e61dd84e286e3493d6da59a
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
 
@@ -9682,7 +9682,7 @@ declare namespace chrome {
9682
9682
  /**
9683
9683
  * Mirrors [WindowAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-windowaudiopreferenceenum).
9684
9684
  *
9685
- * @since Pending
9685
+ * @since Chrome 140
9686
9686
  */
9687
9687
  export type WindowAudioPreferenceEnum = "system" | "window" | "exclude";
9688
9688
 
@@ -10124,7 +10124,7 @@ declare namespace chrome {
10124
10124
  /**
10125
10125
  * Shows the panel by activating the corresponding tab.
10126
10126
  *
10127
- * @since Pending
10127
+ * @since Chrome 140
10128
10128
  */
10129
10129
  show(): void;
10130
10130
  }
@@ -24076,7 +24076,7 @@ declare namespace chrome {
24076
24076
  /**
24077
24077
  * `protocol_handlers` manifest key defintion. Protocol Handlers allow developers to let extensions register Custom Handlers for URL's schemes unknown to the Browser. This manifest key provides a similar behavior than the Web API implementing the Custom Handlers section of the HTML specification. https://html.spec.whatwg.org/#custom-handlers
24078
24078
  *
24079
- * @since Pending
24079
+ * @since Chrome 140
24080
24080
  */
24081
24081
  export namespace protocolHandlers {
24082
24082
 
@@ -26578,12 +26578,12 @@ declare namespace chrome {
26578
26578
  /**
26579
26579
  * Defines the possible alignment for the side panel in the browser UI.
26580
26580
  *
26581
- * @since Pending
26581
+ * @since Chrome 140
26582
26582
  */
26583
26583
  export type Side = "left" | "right";
26584
26584
 
26585
26585
  /**
26586
- * @since Pending
26586
+ * @since Chrome 140
26587
26587
  */
26588
26588
  export interface PanelLayout {
26589
26589
 
@@ -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
  *
@@ -26793,7 +26802,7 @@ declare namespace chrome {
26793
26802
  /**
26794
26803
  * Returns the side panel's current layout.
26795
26804
  *
26796
- * @since Pending
26805
+ * @since Chrome 140
26797
26806
  */
26798
26807
  export function getLayout(): Promise<PanelLayout>;
26799
26808
 
@@ -26801,7 +26810,7 @@ declare namespace chrome {
26801
26810
  * Returns the side panel's current layout.
26802
26811
  *
26803
26812
  * @param callback Called with a {@link PanelLayout} containing the side value.
26804
- * @since Pending
26813
+ * @since Chrome 140
26805
26814
  */
26806
26815
  export function getLayout(
26807
26816
 
@@ -31226,7 +31235,7 @@ declare namespace chrome {
31226
31235
  /**
31227
31236
  * The tab's new Split View.
31228
31237
  *
31229
- * @since Pending
31238
+ * @since Chrome 140
31230
31239
  */
31231
31240
  splitViewId?: number,
31232
31241
 
@@ -31908,7 +31917,7 @@ declare namespace chrome {
31908
31917
  /**
31909
31918
  * The ID of the Split View that the tabs are in, or {@link tabs.SPLIT_VIEW_ID_NONE} for tabs that aren't in a Split View.
31910
31919
  *
31911
- * @since Pending
31920
+ * @since Chrome 140
31912
31921
  */
31913
31922
  splitViewId?: number,
31914
31923
 
@@ -32021,7 +32030,7 @@ declare namespace chrome {
32021
32030
  /**
32022
32031
  * The ID of the Split View that the tabs are in, or {@link tabs.SPLIT_VIEW_ID_NONE} for tabs that aren't in a Split View.
32023
32032
  *
32024
- * @since Pending
32033
+ * @since Chrome 140
32025
32034
  */
32026
32035
  splitViewId?: number,
32027
32036
 
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Mon Aug 25 2025 22:34:19 GMT+0000 (Coordinated Universal Time)
18
- // Built at f6a160fe6b8378fc2e61dd84e286e3493d6da59a
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
 
@@ -5881,7 +5881,7 @@ declare namespace chrome {
5881
5881
  /**
5882
5882
  * Mirrors [WindowAudioPreferenceEnum](https://w3c.github.io/mediacapture-screen-share/#dom-windowaudiopreferenceenum).
5883
5883
  *
5884
- * @since Pending
5884
+ * @since Chrome 140
5885
5885
  */
5886
5886
  export type WindowAudioPreferenceEnum = "system" | "window" | "exclude";
5887
5887
 
@@ -6323,7 +6323,7 @@ declare namespace chrome {
6323
6323
  /**
6324
6324
  * Shows the panel by activating the corresponding tab.
6325
6325
  *
6326
- * @since Pending
6326
+ * @since Chrome 140
6327
6327
  */
6328
6328
  show(): void;
6329
6329
  }
@@ -18821,7 +18821,7 @@ declare namespace chrome {
18821
18821
  /**
18822
18822
  * `protocol_handlers` manifest key defintion. Protocol Handlers allow developers to let extensions register Custom Handlers for URL's schemes unknown to the Browser. This manifest key provides a similar behavior than the Web API implementing the Custom Handlers section of the HTML specification. https://html.spec.whatwg.org/#custom-handlers
18823
18823
  *
18824
- * @since Pending
18824
+ * @since Chrome 140
18825
18825
  */
18826
18826
  export namespace protocolHandlers {
18827
18827
 
@@ -20694,12 +20694,12 @@ declare namespace chrome {
20694
20694
  /**
20695
20695
  * Defines the possible alignment for the side panel in the browser UI.
20696
20696
  *
20697
- * @since Pending
20697
+ * @since Chrome 140
20698
20698
  */
20699
20699
  export type Side = "left" | "right";
20700
20700
 
20701
20701
  /**
20702
- * @since Pending
20702
+ * @since Chrome 140
20703
20703
  */
20704
20704
  export interface PanelLayout {
20705
20705
 
@@ -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
  *
@@ -20909,7 +20918,7 @@ declare namespace chrome {
20909
20918
  /**
20910
20919
  * Returns the side panel's current layout.
20911
20920
  *
20912
- * @since Pending
20921
+ * @since Chrome 140
20913
20922
  */
20914
20923
  export function getLayout(): Promise<PanelLayout>;
20915
20924
 
@@ -20917,7 +20926,7 @@ declare namespace chrome {
20917
20926
  * Returns the side panel's current layout.
20918
20927
  *
20919
20928
  * @param callback Called with a {@link PanelLayout} containing the side value.
20920
- * @since Pending
20929
+ * @since Chrome 140
20921
20930
  */
20922
20931
  export function getLayout(
20923
20932
 
@@ -24413,7 +24422,7 @@ declare namespace chrome {
24413
24422
  /**
24414
24423
  * The tab's new Split View.
24415
24424
  *
24416
- * @since Pending
24425
+ * @since Chrome 140
24417
24426
  */
24418
24427
  splitViewId?: number,
24419
24428
 
@@ -24947,7 +24956,7 @@ declare namespace chrome {
24947
24956
  /**
24948
24957
  * The ID of the Split View that the tabs are in, or {@link tabs.SPLIT_VIEW_ID_NONE} for tabs that aren't in a Split View.
24949
24958
  *
24950
- * @since Pending
24959
+ * @since Chrome 140
24951
24960
  */
24952
24961
  splitViewId?: number,
24953
24962
 
@@ -25060,7 +25069,7 @@ declare namespace chrome {
25060
25069
  /**
25061
25070
  * The ID of the Split View that the tabs are in, or {@link tabs.SPLIT_VIEW_ID_NONE} for tabs that aren't in a Split View.
25062
25071
  *
25063
- * @since Pending
25072
+ * @since Chrome 140
25064
25073
  */
25065
25074
  splitViewId?: number,
25066
25075
 
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "ffc96a8aa57bbde1"
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.373"
19
+ "version": "0.1.375"
20
20
  }