chrome-types 0.1.143 → 0.1.145
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 +6 -6
- package/index.d.ts +6 -6
- 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 Nov 04 2022 22:30:29 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 73a0800a1f9e68844dd85ad765c26babc62f40dd
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -1925,7 +1925,7 @@ declare namespace chrome {
|
|
|
1925
1925
|
*/
|
|
1926
1926
|
export type NameFromType = "attribute" | "attributeExplicitlyEmpty" | "caption" | "contents" | "placeholder" | "relatedElement" | "title" | "value";
|
|
1927
1927
|
|
|
1928
|
-
export type DescriptionFromType = "ariaDescription" | "attributeExplicitlyEmpty" | "buttonLabel" | "
|
|
1928
|
+
export type DescriptionFromType = "ariaDescription" | "attributeExplicitlyEmpty" | "buttonLabel" | "popoverAttribute" | "relatedElement" | "rubyAnnotation" | "summary" | "svgDescElement" | "tableCaption" | "title";
|
|
1929
1929
|
|
|
1930
1930
|
/**
|
|
1931
1931
|
* The input restriction for a object -- even non-controls can be disabled.
|
|
@@ -9579,7 +9579,7 @@ declare namespace chrome {
|
|
|
9579
9579
|
}
|
|
9580
9580
|
|
|
9581
9581
|
/**
|
|
9582
|
-
* The minimum number of static rules guaranteed to an extension across its enabled static rulesets. Any rules above this limit will count towards the [global rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-rule-limit).
|
|
9582
|
+
* The minimum number of static rules guaranteed to an extension across its enabled static rulesets. Any rules above this limit will count towards the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-static-rule-limit).
|
|
9583
9583
|
*
|
|
9584
9584
|
* @since Chrome 89
|
|
9585
9585
|
*/
|
|
@@ -9883,7 +9883,7 @@ declare namespace chrome {
|
|
|
9883
9883
|
): void;
|
|
9884
9884
|
|
|
9885
9885
|
/**
|
|
9886
|
-
* Returns the number of static rules an extension can enable before the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-rule-limit) is reached.
|
|
9886
|
+
* Returns the number of static rules an extension can enable before the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-static-rule-limit) is reached.
|
|
9887
9887
|
*
|
|
9888
9888
|
* @chrome-returns-extra since Pending
|
|
9889
9889
|
* @since Chrome 89
|
|
@@ -9891,7 +9891,7 @@ declare namespace chrome {
|
|
|
9891
9891
|
export function getAvailableStaticRuleCount(): Promise<number>;
|
|
9892
9892
|
|
|
9893
9893
|
/**
|
|
9894
|
-
* Returns the number of static rules an extension can enable before the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-rule-limit) is reached.
|
|
9894
|
+
* Returns the number of static rules an extension can enable before the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-static-rule-limit) is reached.
|
|
9895
9895
|
*
|
|
9896
9896
|
* @since Chrome 89
|
|
9897
9897
|
*/
|
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 Nov 04 2022 22:30:25 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at 73a0800a1f9e68844dd85ad765c26babc62f40dd
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -1175,7 +1175,7 @@ declare namespace chrome {
|
|
|
1175
1175
|
*/
|
|
1176
1176
|
export type NameFromType = "attribute" | "attributeExplicitlyEmpty" | "caption" | "contents" | "placeholder" | "relatedElement" | "title" | "value";
|
|
1177
1177
|
|
|
1178
|
-
export type DescriptionFromType = "ariaDescription" | "attributeExplicitlyEmpty" | "buttonLabel" | "
|
|
1178
|
+
export type DescriptionFromType = "ariaDescription" | "attributeExplicitlyEmpty" | "buttonLabel" | "popoverAttribute" | "relatedElement" | "rubyAnnotation" | "summary" | "svgDescElement" | "tableCaption" | "title";
|
|
1179
1179
|
|
|
1180
1180
|
/**
|
|
1181
1181
|
* The input restriction for a object -- even non-controls can be disabled.
|
|
@@ -6381,7 +6381,7 @@ declare namespace chrome {
|
|
|
6381
6381
|
}
|
|
6382
6382
|
|
|
6383
6383
|
/**
|
|
6384
|
-
* The minimum number of static rules guaranteed to an extension across its enabled static rulesets. Any rules above this limit will count towards the [global rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-rule-limit).
|
|
6384
|
+
* The minimum number of static rules guaranteed to an extension across its enabled static rulesets. Any rules above this limit will count towards the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-static-rule-limit).
|
|
6385
6385
|
*
|
|
6386
6386
|
* @since Chrome 89
|
|
6387
6387
|
*/
|
|
@@ -6685,7 +6685,7 @@ declare namespace chrome {
|
|
|
6685
6685
|
): void;
|
|
6686
6686
|
|
|
6687
6687
|
/**
|
|
6688
|
-
* Returns the number of static rules an extension can enable before the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-rule-limit) is reached.
|
|
6688
|
+
* Returns the number of static rules an extension can enable before the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-static-rule-limit) is reached.
|
|
6689
6689
|
*
|
|
6690
6690
|
* @chrome-returns-extra since Pending
|
|
6691
6691
|
* @since Chrome 89
|
|
@@ -6693,7 +6693,7 @@ declare namespace chrome {
|
|
|
6693
6693
|
export function getAvailableStaticRuleCount(): Promise<number>;
|
|
6694
6694
|
|
|
6695
6695
|
/**
|
|
6696
|
-
* Returns the number of static rules an extension can enable before the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-rule-limit) is reached.
|
|
6696
|
+
* Returns the number of static rules an extension can enable before the [global static rule limit](https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/#global-static-rule-limit) is reached.
|
|
6697
6697
|
*
|
|
6698
6698
|
* @since Chrome 89
|
|
6699
6699
|
*/
|
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": "45cd9bda7bdd7c68"
|
|
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.145"
|
|
20
20
|
}
|