chrome-types 0.1.136 → 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 +4 -4
- package/index.d.ts +4 -4
- 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}.
|
|
@@ -36163,7 +36163,7 @@ declare namespace chrome {
|
|
|
36163
36163
|
}
|
|
36164
36164
|
|
|
36165
36165
|
/**
|
|
36166
|
-
* 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.
|
|
36167
36167
|
*
|
|
36168
36168
|
* @since Chrome 44
|
|
36169
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}.
|
|
@@ -27984,7 +27984,7 @@ declare namespace chrome {
|
|
|
27984
27984
|
}
|
|
27985
27985
|
|
|
27986
27986
|
/**
|
|
27987
|
-
* 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.
|
|
27988
27988
|
*
|
|
27989
27989
|
* @since Chrome 44
|
|
27990
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
|
}
|