chrome-types 0.1.135 → 0.1.137
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 +8 -6
- package/index.d.ts +8 -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 Sep 16 2022 22:31:03 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e05019cde31d6aa2699e5e8b5613f830042ff0e8
|
|
19
19
|
|
|
20
20
|
// Includes all types, including MV2 + Platform Apps APIs.
|
|
21
21
|
|
|
@@ -1865,7 +1865,7 @@ declare namespace chrome {
|
|
|
1865
1865
|
* @chrome-enum "grid" End ARIA Graphics module roles.
|
|
1866
1866
|
* @chrome-enum "listItem" Native
|
|
1867
1867
|
*/
|
|
1868
|
-
export type RoleType = "abbr" | "alert" | "alertDialog" | "application" | "article" | "audio" | "banner" | "blockquote" | "button" | "canvas" | "caption" | "caret" | "cell" | "checkBox" | "client" | "code" | "colorWell" | "column" | "columnHeader" | "comboBoxGrouping" | "comboBoxMenuButton" | "comment" | "complementary" | "contentDeletion" | "contentInsertion" | "contentInfo" | "date" | "dateTime" | "definition" | "descriptionList" | "descriptionListDetail" | "descriptionListTerm" | "desktop" | "details" | "dialog" | "directory" | "disclosureTriangle" | "docAbstract" | "docAcknowledgments" | "docAfterword" | "docAppendix" | "docBackLink" | "docBiblioEntry" | "docBibliography" | "docBiblioRef" | "docChapter" | "docColophon" | "docConclusion" | "docCover" | "docCredit" | "docCredits" | "docDedication" | "docEndnote" | "docEndnotes" | "docEpigraph" | "docEpilogue" | "docErrata" | "docExample" | "docFootnote" | "docForeword" | "docGlossary" | "docGlossRef" | "docIndex" | "docIntroduction" | "docNoteRef" | "docNotice" | "docPageBreak" | "docPageFooter" | "docPageHeader" | "docPageList" | "docPart" | "docPreface" | "docPrologue" | "docPullquote" | "docQna" | "docSubtitle" | "docTip" | "docToc" | "document" | "embeddedObject" | "emphasis" | "feed" | "figcaption" | "figure" | "footer" | "footerAsNonLandmark" | "form" | "genericContainer" | "graphicsDocument" | "graphicsObject" | "graphicsSymbol" | "grid" | "group" | "header" | "headerAsNonLandmark" | "heading" | "iframe" | "iframePresentational" | "image" | "imeCandidate" | "inlineTextBox" | "inputTime" | "keyboard" | "labelText" | "layoutTable" | "layoutTableCell" | "layoutTableRow" | "legend" | "lineBreak" | "link" | "list" | "listBox" | "listBoxOption" | "listGrid" | "listItem" | "listMarker" | "log" | "main" | "mark" | "marquee" | "math" | "mathMLFraction" | "mathMLIdentifier" | "mathMLMath" | "mathMLMultiscripts" | "mathMLNoneScript" | "mathMLNumber" | "mathMLOperator" | "mathMLOver" | "mathMLPrescriptDelimiter" | "mathMLRoot" | "mathMLRow" | "mathMLSquareRoot" | "mathMLStringLiteral" | "mathMLSub" | "mathMLSubSup" | "mathMLSup" | "mathMLTable" | "mathMLTableCell" | "mathMLTableRow" | "mathMLText" | "mathMLUnder" | "mathMLUnderOver" | "menu" | "menuBar" | "menuItem" | "menuItemCheckBox" | "menuItemRadio" | "menuListOption" | "menuListPopup" | "meter" | "navigation" | "note" | "pane" | "paragraph" | "pdfActionableHighlight" | "pdfRoot" | "pluginObject" | "popUpButton" | "portal" | "pre" | "progressIndicator" | "radioButton" | "radioGroup" | "region" | "rootWebArea" | "row" | "rowGroup" | "rowHeader" | "ruby" | "rubyAnnotation" | "scrollBar" | "scrollView" | "search" | "searchBox" | "section" | "slider" | "spinButton" | "splitter" | "staticText" | "status" | "strong" | "subscript" | "suggestion" | "superscript" | "svgRoot" | "switch" | "tab" | "tabList" | "tabPanel" | "table" | "tableHeaderContainer" | "term" | "textField" | "textFieldWithComboBox" | "time" | "timer" | "titleBar" | "toggleButton" | "toolbar" | "tooltip" | "tree" | "treeGrid" | "treeItem" | "unknown" | "video" | "webView" | "window";
|
|
1868
|
+
export type RoleType = "abbr" | "alert" | "alertDialog" | "application" | "article" | "audio" | "banner" | "blockquote" | "button" | "canvas" | "caption" | "caret" | "cell" | "checkBox" | "client" | "code" | "colorWell" | "column" | "columnHeader" | "comboBoxGrouping" | "comboBoxMenuButton" | "comboBoxSelect" | "comment" | "complementary" | "contentDeletion" | "contentInsertion" | "contentInfo" | "date" | "dateTime" | "definition" | "descriptionList" | "descriptionListDetail" | "descriptionListTerm" | "desktop" | "details" | "dialog" | "directory" | "disclosureTriangle" | "docAbstract" | "docAcknowledgments" | "docAfterword" | "docAppendix" | "docBackLink" | "docBiblioEntry" | "docBibliography" | "docBiblioRef" | "docChapter" | "docColophon" | "docConclusion" | "docCover" | "docCredit" | "docCredits" | "docDedication" | "docEndnote" | "docEndnotes" | "docEpigraph" | "docEpilogue" | "docErrata" | "docExample" | "docFootnote" | "docForeword" | "docGlossary" | "docGlossRef" | "docIndex" | "docIntroduction" | "docNoteRef" | "docNotice" | "docPageBreak" | "docPageFooter" | "docPageHeader" | "docPageList" | "docPart" | "docPreface" | "docPrologue" | "docPullquote" | "docQna" | "docSubtitle" | "docTip" | "docToc" | "document" | "embeddedObject" | "emphasis" | "feed" | "figcaption" | "figure" | "footer" | "footerAsNonLandmark" | "form" | "genericContainer" | "graphicsDocument" | "graphicsObject" | "graphicsSymbol" | "grid" | "group" | "header" | "headerAsNonLandmark" | "heading" | "iframe" | "iframePresentational" | "image" | "imeCandidate" | "inlineTextBox" | "inputTime" | "keyboard" | "labelText" | "layoutTable" | "layoutTableCell" | "layoutTableRow" | "legend" | "lineBreak" | "link" | "list" | "listBox" | "listBoxOption" | "listGrid" | "listItem" | "listMarker" | "log" | "main" | "mark" | "marquee" | "math" | "mathMLFraction" | "mathMLIdentifier" | "mathMLMath" | "mathMLMultiscripts" | "mathMLNoneScript" | "mathMLNumber" | "mathMLOperator" | "mathMLOver" | "mathMLPrescriptDelimiter" | "mathMLRoot" | "mathMLRow" | "mathMLSquareRoot" | "mathMLStringLiteral" | "mathMLSub" | "mathMLSubSup" | "mathMLSup" | "mathMLTable" | "mathMLTableCell" | "mathMLTableRow" | "mathMLText" | "mathMLUnder" | "mathMLUnderOver" | "menu" | "menuBar" | "menuItem" | "menuItemCheckBox" | "menuItemRadio" | "menuListOption" | "menuListPopup" | "meter" | "navigation" | "note" | "pane" | "paragraph" | "pdfActionableHighlight" | "pdfRoot" | "pluginObject" | "popUpButton" | "portal" | "pre" | "progressIndicator" | "radioButton" | "radioGroup" | "region" | "rootWebArea" | "row" | "rowGroup" | "rowHeader" | "ruby" | "rubyAnnotation" | "scrollBar" | "scrollView" | "search" | "searchBox" | "section" | "slider" | "spinButton" | "splitter" | "staticText" | "status" | "strong" | "subscript" | "suggestion" | "superscript" | "svgRoot" | "switch" | "tab" | "tabList" | "tabPanel" | "table" | "tableHeaderContainer" | "term" | "textField" | "textFieldWithComboBox" | "time" | "timer" | "titleBar" | "toggleButton" | "toolbar" | "tooltip" | "tree" | "treeGrid" | "treeItem" | "unknown" | "video" | "webView" | "window";
|
|
1869
1869
|
|
|
1870
1870
|
/**
|
|
1871
1871
|
* Describes characteristics of an {@link automation.AutomationNode}.
|
|
@@ -10654,9 +10654,11 @@ declare namespace chrome {
|
|
|
10654
10654
|
useContentScriptContext?: boolean,
|
|
10655
10655
|
|
|
10656
10656
|
/**
|
|
10657
|
-
* Evaluate the expression in the context of a content script of an extension that matches the specified origin. If given,
|
|
10657
|
+
* Evaluate the expression in the context of a content script of an extension that matches the specified origin. If given, scriptExecutionContext overrides the 'true' setting on useContentScriptContext.
|
|
10658
|
+
*
|
|
10659
|
+
* @since Pending
|
|
10658
10660
|
*/
|
|
10659
|
-
|
|
10661
|
+
scriptExecutionContext?: string,
|
|
10660
10662
|
},
|
|
10661
10663
|
|
|
10662
10664
|
/**
|
|
@@ -36161,7 +36163,7 @@ declare namespace chrome {
|
|
|
36161
36163
|
}
|
|
36162
36164
|
|
|
36163
36165
|
/**
|
|
36164
|
-
* Specifies what type of browser window to create. 'panel' is deprecated and is available only to existing
|
|
36166
|
+
* Specifies what type of browser window to create. 'panel' is deprecated and is available only to existing allowlisted extensions on Chrome OS.
|
|
36165
36167
|
*
|
|
36166
36168
|
* @since Chrome 44
|
|
36167
36169
|
*/
|
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 Sep 16 2022 22:30:58 GMT+0000 (Coordinated Universal Time)
|
|
18
|
+
// Built at e05019cde31d6aa2699e5e8b5613f830042ff0e8
|
|
19
19
|
|
|
20
20
|
// Includes MV3+ APIs only.
|
|
21
21
|
|
|
@@ -1115,7 +1115,7 @@ declare namespace chrome {
|
|
|
1115
1115
|
* @chrome-enum "grid" End ARIA Graphics module roles.
|
|
1116
1116
|
* @chrome-enum "listItem" Native
|
|
1117
1117
|
*/
|
|
1118
|
-
export type RoleType = "abbr" | "alert" | "alertDialog" | "application" | "article" | "audio" | "banner" | "blockquote" | "button" | "canvas" | "caption" | "caret" | "cell" | "checkBox" | "client" | "code" | "colorWell" | "column" | "columnHeader" | "comboBoxGrouping" | "comboBoxMenuButton" | "comment" | "complementary" | "contentDeletion" | "contentInsertion" | "contentInfo" | "date" | "dateTime" | "definition" | "descriptionList" | "descriptionListDetail" | "descriptionListTerm" | "desktop" | "details" | "dialog" | "directory" | "disclosureTriangle" | "docAbstract" | "docAcknowledgments" | "docAfterword" | "docAppendix" | "docBackLink" | "docBiblioEntry" | "docBibliography" | "docBiblioRef" | "docChapter" | "docColophon" | "docConclusion" | "docCover" | "docCredit" | "docCredits" | "docDedication" | "docEndnote" | "docEndnotes" | "docEpigraph" | "docEpilogue" | "docErrata" | "docExample" | "docFootnote" | "docForeword" | "docGlossary" | "docGlossRef" | "docIndex" | "docIntroduction" | "docNoteRef" | "docNotice" | "docPageBreak" | "docPageFooter" | "docPageHeader" | "docPageList" | "docPart" | "docPreface" | "docPrologue" | "docPullquote" | "docQna" | "docSubtitle" | "docTip" | "docToc" | "document" | "embeddedObject" | "emphasis" | "feed" | "figcaption" | "figure" | "footer" | "footerAsNonLandmark" | "form" | "genericContainer" | "graphicsDocument" | "graphicsObject" | "graphicsSymbol" | "grid" | "group" | "header" | "headerAsNonLandmark" | "heading" | "iframe" | "iframePresentational" | "image" | "imeCandidate" | "inlineTextBox" | "inputTime" | "keyboard" | "labelText" | "layoutTable" | "layoutTableCell" | "layoutTableRow" | "legend" | "lineBreak" | "link" | "list" | "listBox" | "listBoxOption" | "listGrid" | "listItem" | "listMarker" | "log" | "main" | "mark" | "marquee" | "math" | "mathMLFraction" | "mathMLIdentifier" | "mathMLMath" | "mathMLMultiscripts" | "mathMLNoneScript" | "mathMLNumber" | "mathMLOperator" | "mathMLOver" | "mathMLPrescriptDelimiter" | "mathMLRoot" | "mathMLRow" | "mathMLSquareRoot" | "mathMLStringLiteral" | "mathMLSub" | "mathMLSubSup" | "mathMLSup" | "mathMLTable" | "mathMLTableCell" | "mathMLTableRow" | "mathMLText" | "mathMLUnder" | "mathMLUnderOver" | "menu" | "menuBar" | "menuItem" | "menuItemCheckBox" | "menuItemRadio" | "menuListOption" | "menuListPopup" | "meter" | "navigation" | "note" | "pane" | "paragraph" | "pdfActionableHighlight" | "pdfRoot" | "pluginObject" | "popUpButton" | "portal" | "pre" | "progressIndicator" | "radioButton" | "radioGroup" | "region" | "rootWebArea" | "row" | "rowGroup" | "rowHeader" | "ruby" | "rubyAnnotation" | "scrollBar" | "scrollView" | "search" | "searchBox" | "section" | "slider" | "spinButton" | "splitter" | "staticText" | "status" | "strong" | "subscript" | "suggestion" | "superscript" | "svgRoot" | "switch" | "tab" | "tabList" | "tabPanel" | "table" | "tableHeaderContainer" | "term" | "textField" | "textFieldWithComboBox" | "time" | "timer" | "titleBar" | "toggleButton" | "toolbar" | "tooltip" | "tree" | "treeGrid" | "treeItem" | "unknown" | "video" | "webView" | "window";
|
|
1118
|
+
export type RoleType = "abbr" | "alert" | "alertDialog" | "application" | "article" | "audio" | "banner" | "blockquote" | "button" | "canvas" | "caption" | "caret" | "cell" | "checkBox" | "client" | "code" | "colorWell" | "column" | "columnHeader" | "comboBoxGrouping" | "comboBoxMenuButton" | "comboBoxSelect" | "comment" | "complementary" | "contentDeletion" | "contentInsertion" | "contentInfo" | "date" | "dateTime" | "definition" | "descriptionList" | "descriptionListDetail" | "descriptionListTerm" | "desktop" | "details" | "dialog" | "directory" | "disclosureTriangle" | "docAbstract" | "docAcknowledgments" | "docAfterword" | "docAppendix" | "docBackLink" | "docBiblioEntry" | "docBibliography" | "docBiblioRef" | "docChapter" | "docColophon" | "docConclusion" | "docCover" | "docCredit" | "docCredits" | "docDedication" | "docEndnote" | "docEndnotes" | "docEpigraph" | "docEpilogue" | "docErrata" | "docExample" | "docFootnote" | "docForeword" | "docGlossary" | "docGlossRef" | "docIndex" | "docIntroduction" | "docNoteRef" | "docNotice" | "docPageBreak" | "docPageFooter" | "docPageHeader" | "docPageList" | "docPart" | "docPreface" | "docPrologue" | "docPullquote" | "docQna" | "docSubtitle" | "docTip" | "docToc" | "document" | "embeddedObject" | "emphasis" | "feed" | "figcaption" | "figure" | "footer" | "footerAsNonLandmark" | "form" | "genericContainer" | "graphicsDocument" | "graphicsObject" | "graphicsSymbol" | "grid" | "group" | "header" | "headerAsNonLandmark" | "heading" | "iframe" | "iframePresentational" | "image" | "imeCandidate" | "inlineTextBox" | "inputTime" | "keyboard" | "labelText" | "layoutTable" | "layoutTableCell" | "layoutTableRow" | "legend" | "lineBreak" | "link" | "list" | "listBox" | "listBoxOption" | "listGrid" | "listItem" | "listMarker" | "log" | "main" | "mark" | "marquee" | "math" | "mathMLFraction" | "mathMLIdentifier" | "mathMLMath" | "mathMLMultiscripts" | "mathMLNoneScript" | "mathMLNumber" | "mathMLOperator" | "mathMLOver" | "mathMLPrescriptDelimiter" | "mathMLRoot" | "mathMLRow" | "mathMLSquareRoot" | "mathMLStringLiteral" | "mathMLSub" | "mathMLSubSup" | "mathMLSup" | "mathMLTable" | "mathMLTableCell" | "mathMLTableRow" | "mathMLText" | "mathMLUnder" | "mathMLUnderOver" | "menu" | "menuBar" | "menuItem" | "menuItemCheckBox" | "menuItemRadio" | "menuListOption" | "menuListPopup" | "meter" | "navigation" | "note" | "pane" | "paragraph" | "pdfActionableHighlight" | "pdfRoot" | "pluginObject" | "popUpButton" | "portal" | "pre" | "progressIndicator" | "radioButton" | "radioGroup" | "region" | "rootWebArea" | "row" | "rowGroup" | "rowHeader" | "ruby" | "rubyAnnotation" | "scrollBar" | "scrollView" | "search" | "searchBox" | "section" | "slider" | "spinButton" | "splitter" | "staticText" | "status" | "strong" | "subscript" | "suggestion" | "superscript" | "svgRoot" | "switch" | "tab" | "tabList" | "tabPanel" | "table" | "tableHeaderContainer" | "term" | "textField" | "textFieldWithComboBox" | "time" | "timer" | "titleBar" | "toggleButton" | "toolbar" | "tooltip" | "tree" | "treeGrid" | "treeItem" | "unknown" | "video" | "webView" | "window";
|
|
1119
1119
|
|
|
1120
1120
|
/**
|
|
1121
1121
|
* Describes characteristics of an {@link automation.AutomationNode}.
|
|
@@ -6907,9 +6907,11 @@ declare namespace chrome {
|
|
|
6907
6907
|
useContentScriptContext?: boolean,
|
|
6908
6908
|
|
|
6909
6909
|
/**
|
|
6910
|
-
* Evaluate the expression in the context of a content script of an extension that matches the specified origin. If given,
|
|
6910
|
+
* Evaluate the expression in the context of a content script of an extension that matches the specified origin. If given, scriptExecutionContext overrides the 'true' setting on useContentScriptContext.
|
|
6911
|
+
*
|
|
6912
|
+
* @since Pending
|
|
6911
6913
|
*/
|
|
6912
|
-
|
|
6914
|
+
scriptExecutionContext?: string,
|
|
6913
6915
|
},
|
|
6914
6916
|
|
|
6915
6917
|
/**
|
|
@@ -27982,7 +27984,7 @@ declare namespace chrome {
|
|
|
27982
27984
|
}
|
|
27983
27985
|
|
|
27984
27986
|
/**
|
|
27985
|
-
* Specifies what type of browser window to create. 'panel' is deprecated and is available only to existing
|
|
27987
|
+
* Specifies what type of browser window to create. 'panel' is deprecated and is available only to existing allowlisted extensions on Chrome OS.
|
|
27986
27988
|
*
|
|
27987
27989
|
* @since Chrome 44
|
|
27988
27990
|
*/
|
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": "cc474e1063c217f9"
|
|
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.137"
|
|
20
20
|
}
|