chrome-types 0.1.190 → 0.1.192
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 +14 -9
- package/index.d.ts +13 -8
- 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 May 09 2023 22:27:36 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 2d00d2416d75c698e4cc37c7dd15f5add8e13704
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -2937,6 +2937,11 @@ declare namespace chrome {
|
|
|
2937
2937
|
*/
|
|
2938
2938
|
isImage: boolean;
|
|
2939
2939
|
|
|
2940
|
+
/**
|
|
2941
|
+
* Whether the node contains hidden nodes.
|
|
2942
|
+
*/
|
|
2943
|
+
hasHiddenOffscreenNodes: boolean;
|
|
2944
|
+
|
|
2940
2945
|
/**
|
|
2941
2946
|
* Aria auto complete.
|
|
2942
2947
|
*/
|
|
@@ -3876,8 +3881,8 @@ declare namespace chrome {
|
|
|
3876
3881
|
* @chrome-manifest bluetooth
|
|
3877
3882
|
* @chrome-platform-apps
|
|
3878
3883
|
* @chrome-platform chromeos
|
|
3879
|
-
* @chrome-platform linux
|
|
3880
3884
|
* @chrome-platform lacros
|
|
3885
|
+
* @chrome-platform linux
|
|
3881
3886
|
* @chrome-platform win
|
|
3882
3887
|
* @chrome-platform mac
|
|
3883
3888
|
*/
|
|
@@ -7766,7 +7771,7 @@ declare namespace chrome {
|
|
|
7766
7771
|
}
|
|
7767
7772
|
|
|
7768
7773
|
/**
|
|
7769
|
-
* @since
|
|
7774
|
+
* @since Chrome 113
|
|
7770
7775
|
*/
|
|
7771
7776
|
export type AutoVerifyContentSetting = "allow" | "block";
|
|
7772
7777
|
|
|
@@ -7842,7 +7847,7 @@ declare namespace chrome {
|
|
|
7842
7847
|
* Default is `allow`.
|
|
7843
7848
|
* The primary URL is the URL of the top-level frame. The secondary URL is not used. NOTE: When calling `set()`, the primary pattern must be .
|
|
7844
7849
|
*
|
|
7845
|
-
* @since
|
|
7850
|
+
* @since Chrome 113
|
|
7846
7851
|
*/
|
|
7847
7852
|
export const autoVerify: ContentSetting<AutoVerifyContentSetting>;
|
|
7848
7853
|
|
|
@@ -16712,14 +16717,14 @@ declare namespace chrome {
|
|
|
16712
16717
|
*
|
|
16713
16718
|
* When set to `true` (default) the flow will terminate immediately after the page loads. When set to `false`, the flow will only terminate after the `timeoutMsForNonInteractive` passes. This is useful for identity providers that use JavaScript to perform redirections after the page loads.
|
|
16714
16719
|
*
|
|
16715
|
-
* @since
|
|
16720
|
+
* @since Chrome 113
|
|
16716
16721
|
*/
|
|
16717
16722
|
abortOnLoadForNonInteractive?: boolean;
|
|
16718
16723
|
|
|
16719
16724
|
/**
|
|
16720
16725
|
* The maximum amount of time, in miliseconds, `launchWebAuthFlow` is allowed to run in non-interactive mode in total. Only has an effect if `interactive` is `false`.
|
|
16721
16726
|
*
|
|
16722
|
-
* @since
|
|
16727
|
+
* @since Chrome 113
|
|
16723
16728
|
*/
|
|
16724
16729
|
timeoutMsForNonInteractive?: number;
|
|
16725
16730
|
}
|
|
@@ -22554,7 +22559,7 @@ declare namespace chrome {
|
|
|
22554
22559
|
/**
|
|
22555
22560
|
* Reports a user activity in order to awake the screen from a dimmed or turned off state or from a screensaver. Exits the screensaver if it is currently active.
|
|
22556
22561
|
*
|
|
22557
|
-
* @since
|
|
22562
|
+
* @since Chrome 113
|
|
22558
22563
|
* @chrome-platform chromeos
|
|
22559
22564
|
* @chrome-platform lacros
|
|
22560
22565
|
*/
|
|
@@ -22563,7 +22568,7 @@ declare namespace chrome {
|
|
|
22563
22568
|
/**
|
|
22564
22569
|
* Reports a user activity in order to awake the screen from a dimmed or turned off state or from a screensaver. Exits the screensaver if it is currently active.
|
|
22565
22570
|
*
|
|
22566
|
-
* @since
|
|
22571
|
+
* @since Chrome 113
|
|
22567
22572
|
* @chrome-platform chromeos
|
|
22568
22573
|
* @chrome-platform lacros
|
|
22569
22574
|
*/
|
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 May 09 2023 22:27:31 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 2d00d2416d75c698e4cc37c7dd15f5add8e13704
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -2187,6 +2187,11 @@ declare namespace chrome {
|
|
|
2187
2187
|
*/
|
|
2188
2188
|
isImage: boolean;
|
|
2189
2189
|
|
|
2190
|
+
/**
|
|
2191
|
+
* Whether the node contains hidden nodes.
|
|
2192
|
+
*/
|
|
2193
|
+
hasHiddenOffscreenNodes: boolean;
|
|
2194
|
+
|
|
2190
2195
|
/**
|
|
2191
2196
|
* Aria auto complete.
|
|
2192
2197
|
*/
|
|
@@ -4565,7 +4570,7 @@ declare namespace chrome {
|
|
|
4565
4570
|
}
|
|
4566
4571
|
|
|
4567
4572
|
/**
|
|
4568
|
-
* @since
|
|
4573
|
+
* @since Chrome 113
|
|
4569
4574
|
*/
|
|
4570
4575
|
export type AutoVerifyContentSetting = "allow" | "block";
|
|
4571
4576
|
|
|
@@ -4641,7 +4646,7 @@ declare namespace chrome {
|
|
|
4641
4646
|
* Default is `allow`.
|
|
4642
4647
|
* The primary URL is the URL of the top-level frame. The secondary URL is not used. NOTE: When calling `set()`, the primary pattern must be .
|
|
4643
4648
|
*
|
|
4644
|
-
* @since
|
|
4649
|
+
* @since Chrome 113
|
|
4645
4650
|
*/
|
|
4646
4651
|
export const autoVerify: ContentSetting<AutoVerifyContentSetting>;
|
|
4647
4652
|
|
|
@@ -12270,14 +12275,14 @@ declare namespace chrome {
|
|
|
12270
12275
|
*
|
|
12271
12276
|
* When set to `true` (default) the flow will terminate immediately after the page loads. When set to `false`, the flow will only terminate after the `timeoutMsForNonInteractive` passes. This is useful for identity providers that use JavaScript to perform redirections after the page loads.
|
|
12272
12277
|
*
|
|
12273
|
-
* @since
|
|
12278
|
+
* @since Chrome 113
|
|
12274
12279
|
*/
|
|
12275
12280
|
abortOnLoadForNonInteractive?: boolean;
|
|
12276
12281
|
|
|
12277
12282
|
/**
|
|
12278
12283
|
* The maximum amount of time, in miliseconds, `launchWebAuthFlow` is allowed to run in non-interactive mode in total. Only has an effect if `interactive` is `false`.
|
|
12279
12284
|
*
|
|
12280
|
-
* @since
|
|
12285
|
+
* @since Chrome 113
|
|
12281
12286
|
*/
|
|
12282
12287
|
timeoutMsForNonInteractive?: number;
|
|
12283
12288
|
}
|
|
@@ -17477,7 +17482,7 @@ declare namespace chrome {
|
|
|
17477
17482
|
/**
|
|
17478
17483
|
* Reports a user activity in order to awake the screen from a dimmed or turned off state or from a screensaver. Exits the screensaver if it is currently active.
|
|
17479
17484
|
*
|
|
17480
|
-
* @since
|
|
17485
|
+
* @since Chrome 113
|
|
17481
17486
|
* @chrome-platform chromeos
|
|
17482
17487
|
* @chrome-platform lacros
|
|
17483
17488
|
*/
|
|
@@ -17486,7 +17491,7 @@ declare namespace chrome {
|
|
|
17486
17491
|
/**
|
|
17487
17492
|
* Reports a user activity in order to awake the screen from a dimmed or turned off state or from a screensaver. Exits the screensaver if it is currently active.
|
|
17488
17493
|
*
|
|
17489
|
-
* @since
|
|
17494
|
+
* @since Chrome 113
|
|
17490
17495
|
* @chrome-platform chromeos
|
|
17491
17496
|
* @chrome-platform lacros
|
|
17492
17497
|
*/
|
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": "bded382456fc4e8d"
|
|
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.192"
|
|
20
20
|
}
|