chrome-types 0.1.181 → 0.1.183

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 +13 -5
  2. package/index.d.ts +13 -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 Tue Mar 28 2023 22:28:28 GMT+0000 (Coordinated Universal Time)
18
- // Built at 7bd4b2d2da96ccadab2ba62ae3bacfd9b9e1697a
17
+ // Generated on Thu Apr 06 2023 22:29:38 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 329e362f6e7cf2974c72b9d3bcbd916d8cbcde3f
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -11338,7 +11338,7 @@ declare namespace chrome {
11338
11338
  * Allows the extension to implement custom replay functionality.
11339
11339
  *
11340
11340
  * @param recording A recording of the user interaction with the page. This should match [Puppeteer's recording schema](https://github.com/puppeteer/replay/blob/main/docs/api/interfaces/Schema.UserFlow.md).
11341
- * @since Pending
11341
+ * @since Chrome 112
11342
11342
  */
11343
11343
  replay(
11344
11344
 
@@ -11349,7 +11349,7 @@ declare namespace chrome {
11349
11349
  /**
11350
11350
  * Represents a view created by extension to be embedded inside the Recorder panel.
11351
11351
  *
11352
- * @since Pending
11352
+ * @since Chrome 112
11353
11353
  */
11354
11354
  export interface RecorderView {
11355
11355
 
@@ -11390,7 +11390,7 @@ declare namespace chrome {
11390
11390
  *
11391
11391
  * @param title Title that is displayed next to the extension icon in the Developer Tools toolbar.
11392
11392
  * @param pagePath Path of the panel's HTML page relative to the extension directory.
11393
- * @since Pending
11393
+ * @since Chrome 112
11394
11394
  */
11395
11395
  export function createView(
11396
11396
 
@@ -25553,6 +25553,14 @@ declare namespace chrome {
25553
25553
  enabled?: boolean;
25554
25554
  }
25555
25555
 
25556
+ export interface PanelBehavior {
25557
+
25558
+ /**
25559
+ * Whether clicking the extension's icon will toggle showing the extension's entry in the side panel. Defaults to false.
25560
+ */
25561
+ openPanelOnActionClick?: boolean;
25562
+ }
25563
+
25556
25564
  export interface GetPanelOptions {
25557
25565
 
25558
25566
  /**
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Tue Mar 28 2023 22:28:23 GMT+0000 (Coordinated Universal Time)
18
- // Built at 7bd4b2d2da96ccadab2ba62ae3bacfd9b9e1697a
17
+ // Generated on Thu Apr 06 2023 22:29:31 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 329e362f6e7cf2974c72b9d3bcbd916d8cbcde3f
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -7591,7 +7591,7 @@ declare namespace chrome {
7591
7591
  * Allows the extension to implement custom replay functionality.
7592
7592
  *
7593
7593
  * @param recording A recording of the user interaction with the page. This should match [Puppeteer's recording schema](https://github.com/puppeteer/replay/blob/main/docs/api/interfaces/Schema.UserFlow.md).
7594
- * @since Pending
7594
+ * @since Chrome 112
7595
7595
  */
7596
7596
  replay(
7597
7597
 
@@ -7602,7 +7602,7 @@ declare namespace chrome {
7602
7602
  /**
7603
7603
  * Represents a view created by extension to be embedded inside the Recorder panel.
7604
7604
  *
7605
- * @since Pending
7605
+ * @since Chrome 112
7606
7606
  */
7607
7607
  export interface RecorderView {
7608
7608
 
@@ -7643,7 +7643,7 @@ declare namespace chrome {
7643
7643
  *
7644
7644
  * @param title Title that is displayed next to the extension icon in the Developer Tools toolbar.
7645
7645
  * @param pagePath Path of the panel's HTML page relative to the extension directory.
7646
- * @since Pending
7646
+ * @since Chrome 112
7647
7647
  */
7648
7648
  export function createView(
7649
7649
 
@@ -19990,6 +19990,14 @@ declare namespace chrome {
19990
19990
  enabled?: boolean;
19991
19991
  }
19992
19992
 
19993
+ export interface PanelBehavior {
19994
+
19995
+ /**
19996
+ * Whether clicking the extension's icon will toggle showing the extension's entry in the side panel. Defaults to false.
19997
+ */
19998
+ openPanelOnActionClick?: boolean;
19999
+ }
20000
+
19993
20001
  export interface GetPanelOptions {
19994
20002
 
19995
20003
  /**
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "425d24cb1de3fea7"
8
+ "build-hash": "ba9966ec9a458ba5"
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.181"
19
+ "version": "0.1.183"
20
20
  }