chrome-types 0.1.126 → 0.1.127

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.
Files changed (3) hide show
  1. package/_all.d.ts +9 -4
  2. package/index.d.ts +9 -5
  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 Fri Jul 15 2022 22:29:57 GMT+0000 (Coordinated Universal Time)
18
- // Built at 7390b5704ba56d908ef95114e419911a0b0af22a
17
+ // Generated on Mon Jul 18 2022 22:29:33 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 5a3f9deda7d79e7e5ecaa8a66730a87348a3e854
19
19
 
20
20
  // Includes all types, including MV2 + Platform Apps APIs.
21
21
 
@@ -1604,8 +1604,8 @@ declare namespace chrome {
1604
1604
  *
1605
1605
  * @since Chrome 59
1606
1606
  * @chrome-permission audio
1607
- * @chrome-platform-apps
1608
1607
  * @chrome-platform chromeos
1608
+ * @chrome-platform lacros
1609
1609
  */
1610
1610
  export namespace audio {
1611
1611
 
@@ -2288,7 +2288,7 @@ declare namespace chrome {
2288
2288
  /**
2289
2289
  * The rendered location (as a bounding box) of this node in global screen coordinates.
2290
2290
  */
2291
- location?: Rect;
2291
+ location: Rect;
2292
2292
 
2293
2293
  /**
2294
2294
  * Determines the location of the text within the node specified by `startIndex` and `endIndex`, inclusively. Invokes `callback` with the bounding rectangle, in screen coordinates. `callback` can be invoked either synchronously or asynchronously. The bounds are clipped to ancestors.
@@ -2987,6 +2987,11 @@ declare namespace chrome {
2987
2987
  */
2988
2988
  sortDirection: SortDirectionType;
2989
2989
 
2990
+ /**
2991
+ * Explicitly set to true when this node is clickable.
2992
+ */
2993
+ clickable: boolean;
2994
+
2990
2995
  /**
2991
2996
  * Does the default action based on this node's role. This is generally the same action that would result from clicking the node such as expanding a treeitem, toggling a checkbox, selecting a radiobutton, or activating a button.
2992
2997
  */
package/index.d.ts CHANGED
@@ -14,8 +14,8 @@
14
14
  * limitations under the License.
15
15
  */
16
16
 
17
- // Generated on Fri Jul 15 2022 22:29:51 GMT+0000 (Coordinated Universal Time)
18
- // Built at 7390b5704ba56d908ef95114e419911a0b0af22a
17
+ // Generated on Mon Jul 18 2022 22:29:28 GMT+0000 (Coordinated Universal Time)
18
+ // Built at 5a3f9deda7d79e7e5ecaa8a66730a87348a3e854
19
19
 
20
20
  // Includes MV3+ APIs only.
21
21
 
@@ -852,9 +852,8 @@ declare namespace chrome {
852
852
  /**
853
853
  * The `chrome.audio` API is provided to allow users to get information about and control the audio devices attached to the system. This API is currently only available in kiosk mode for ChromeOS.
854
854
  *
855
- * @alpha
855
+ * @since Chrome 59
856
856
  * @chrome-permission audio
857
- * @chrome-channel dev
858
857
  * @chrome-platform chromeos
859
858
  * @chrome-platform lacros
860
859
  */
@@ -1539,7 +1538,7 @@ declare namespace chrome {
1539
1538
  /**
1540
1539
  * The rendered location (as a bounding box) of this node in global screen coordinates.
1541
1540
  */
1542
- location?: Rect;
1541
+ location: Rect;
1543
1542
 
1544
1543
  /**
1545
1544
  * Determines the location of the text within the node specified by `startIndex` and `endIndex`, inclusively. Invokes `callback` with the bounding rectangle, in screen coordinates. `callback` can be invoked either synchronously or asynchronously. The bounds are clipped to ancestors.
@@ -2238,6 +2237,11 @@ declare namespace chrome {
2238
2237
  */
2239
2238
  sortDirection: SortDirectionType;
2240
2239
 
2240
+ /**
2241
+ * Explicitly set to true when this node is clickable.
2242
+ */
2243
+ clickable: boolean;
2244
+
2241
2245
  /**
2242
2246
  * Does the default action based on this node's role. This is generally the same action that would result from clicking the node such as expanding a treeitem, toggling a checkbox, selecting a radiobutton, or activating a button.
2243
2247
  */
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "module",
6
6
  "name": "chrome-types",
7
7
  "config": {
8
- "build-hash": "001edab8ce3982b7"
8
+ "build-hash": "283635a1aec31c5e"
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.126"
19
+ "version": "0.1.127"
20
20
  }