chrome-types 0.1.182 → 0.1.184
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 +18 -3
- package/index.d.ts +18 -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 Apr
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Apr 11 2023 22:26:39 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 935bb1258b71af1aef84650ff212efe74b2d1233
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -5504,6 +5504,13 @@ declare namespace chrome {
|
|
|
5504
5504
|
*/
|
|
5505
5505
|
dateAdded?: number;
|
|
5506
5506
|
|
|
5507
|
+
/**
|
|
5508
|
+
* When this node was last opened, in milliseconds since the epoch. Not set for folders.
|
|
5509
|
+
*
|
|
5510
|
+
* @since Pending
|
|
5511
|
+
*/
|
|
5512
|
+
dateLastUsed?: number;
|
|
5513
|
+
|
|
5507
5514
|
/**
|
|
5508
5515
|
* When the contents of this folder last changed, in milliseconds since the epoch.
|
|
5509
5516
|
*/
|
|
@@ -25548,11 +25555,19 @@ declare namespace chrome {
|
|
|
25548
25555
|
path?: string;
|
|
25549
25556
|
|
|
25550
25557
|
/**
|
|
25551
|
-
* Whether the side panel should be enabled.
|
|
25558
|
+
* Whether the side panel should be enabled. This is optional. The default value is true.
|
|
25552
25559
|
*/
|
|
25553
25560
|
enabled?: boolean;
|
|
25554
25561
|
}
|
|
25555
25562
|
|
|
25563
|
+
export interface PanelBehavior {
|
|
25564
|
+
|
|
25565
|
+
/**
|
|
25566
|
+
* Whether clicking the extension's icon will toggle showing the extension's entry in the side panel. Defaults to false.
|
|
25567
|
+
*/
|
|
25568
|
+
openPanelOnActionClick?: boolean;
|
|
25569
|
+
}
|
|
25570
|
+
|
|
25556
25571
|
export interface GetPanelOptions {
|
|
25557
25572
|
|
|
25558
25573
|
/**
|
package/index.d.ts
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
16
|
|
|
17
|
-
// Generated on Tue Apr
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Tue Apr 11 2023 22:26:34 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 935bb1258b71af1aef84650ff212efe74b2d1233
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -2845,6 +2845,13 @@ declare namespace chrome {
|
|
|
2845
2845
|
*/
|
|
2846
2846
|
dateAdded?: number;
|
|
2847
2847
|
|
|
2848
|
+
/**
|
|
2849
|
+
* When this node was last opened, in milliseconds since the epoch. Not set for folders.
|
|
2850
|
+
*
|
|
2851
|
+
* @since Pending
|
|
2852
|
+
*/
|
|
2853
|
+
dateLastUsed?: number;
|
|
2854
|
+
|
|
2848
2855
|
/**
|
|
2849
2856
|
* When the contents of this folder last changed, in milliseconds since the epoch.
|
|
2850
2857
|
*/
|
|
@@ -19985,11 +19992,19 @@ declare namespace chrome {
|
|
|
19985
19992
|
path?: string;
|
|
19986
19993
|
|
|
19987
19994
|
/**
|
|
19988
|
-
* Whether the side panel should be enabled.
|
|
19995
|
+
* Whether the side panel should be enabled. This is optional. The default value is true.
|
|
19989
19996
|
*/
|
|
19990
19997
|
enabled?: boolean;
|
|
19991
19998
|
}
|
|
19992
19999
|
|
|
20000
|
+
export interface PanelBehavior {
|
|
20001
|
+
|
|
20002
|
+
/**
|
|
20003
|
+
* Whether clicking the extension's icon will toggle showing the extension's entry in the side panel. Defaults to false.
|
|
20004
|
+
*/
|
|
20005
|
+
openPanelOnActionClick?: boolean;
|
|
20006
|
+
}
|
|
20007
|
+
|
|
19993
20008
|
export interface GetPanelOptions {
|
|
19994
20009
|
|
|
19995
20010
|
/**
|
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": "cb907e4b8165d98d"
|
|
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.184"
|
|
20
20
|
}
|