chrome-types 0.1.109 → 0.1.110
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 +4 -3
- package/index.d.ts +4 -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
|
|
18
|
-
// Built at
|
|
17
|
+
// Generated on Fri May 20 2022 22:29:57 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at b0f3ca7cd62be082dee082f2f765033ae9b23d4b
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -1899,7 +1899,7 @@ declare namespace chrome {
|
|
|
1899
1899
|
*/
|
|
1900
1900
|
export type NameFromType = "uninitialized" | "attribute" | "attributeExplicitlyEmpty" | "caption" | "contents" | "placeholder" | "relatedElement" | "title" | "value";
|
|
1901
1901
|
|
|
1902
|
-
export type DescriptionFromType = "ariaDescription" | "buttonLabel" | "relatedElement" | "rubyAnnotation" | "summary" | "svgDescElement" | "tableCaption" | "title";
|
|
1902
|
+
export type DescriptionFromType = "ariaDescription" | "buttonLabel" | "popupElement" | "relatedElement" | "rubyAnnotation" | "summary" | "svgDescElement" | "tableCaption" | "title";
|
|
1903
1903
|
|
|
1904
1904
|
/**
|
|
1905
1905
|
* The input restriction for a object -- even non-controls can be disabled.
|
|
@@ -31474,6 +31474,7 @@ declare namespace chrome {
|
|
|
31474
31474
|
* @since Chrome 43
|
|
31475
31475
|
* @chrome-permission vpnProvider
|
|
31476
31476
|
* @chrome-platform chromeos
|
|
31477
|
+
* @chrome-platform lacros
|
|
31477
31478
|
*/
|
|
31478
31479
|
export namespace vpnProvider {
|
|
31479
31480
|
|
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 Fri May 20 2022 22:29:51 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at b0f3ca7cd62be082dee082f2f765033ae9b23d4b
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -1150,7 +1150,7 @@ declare namespace chrome {
|
|
|
1150
1150
|
*/
|
|
1151
1151
|
export type NameFromType = "uninitialized" | "attribute" | "attributeExplicitlyEmpty" | "caption" | "contents" | "placeholder" | "relatedElement" | "title" | "value";
|
|
1152
1152
|
|
|
1153
|
-
export type DescriptionFromType = "ariaDescription" | "buttonLabel" | "relatedElement" | "rubyAnnotation" | "summary" | "svgDescElement" | "tableCaption" | "title";
|
|
1153
|
+
export type DescriptionFromType = "ariaDescription" | "buttonLabel" | "popupElement" | "relatedElement" | "rubyAnnotation" | "summary" | "svgDescElement" | "tableCaption" | "title";
|
|
1154
1154
|
|
|
1155
1155
|
/**
|
|
1156
1156
|
* The input restriction for a object -- even non-controls can be disabled.
|
|
@@ -24708,6 +24708,7 @@ declare namespace chrome {
|
|
|
24708
24708
|
* @since Chrome 43
|
|
24709
24709
|
* @chrome-permission vpnProvider
|
|
24710
24710
|
* @chrome-platform chromeos
|
|
24711
|
+
* @chrome-platform lacros
|
|
24711
24712
|
*/
|
|
24712
24713
|
export namespace vpnProvider {
|
|
24713
24714
|
|
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": "c89b8c39c0ed874a"
|
|
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.110"
|
|
20
20
|
}
|