@types/web 0.0.119 → 0.0.121

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/README.md +1 -1
  2. package/index.d.ts +42 -34
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -47,4 +47,4 @@ Prior to `@types/web` the web APIs were deployed with a version of TypeScript, a
47
47
 
48
48
  ## Deploy Metadata
49
49
 
50
- You can read what changed in version 0.0.119 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.119.
50
+ You can read what changed in version 0.0.121 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.121.
package/index.d.ts CHANGED
@@ -120,6 +120,7 @@ interface AuthenticationExtensionsClientInputs {
120
120
  appid?: string;
121
121
  credProps?: boolean;
122
122
  hmacCreateSecret?: boolean;
123
+ minPinLength?: boolean;
123
124
  }
124
125
 
125
126
  interface AuthenticationExtensionsClientOutputs {
@@ -4082,6 +4083,9 @@ interface CSSStyleDeclaration {
4082
4083
  cssText: string;
4083
4084
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/cursor) */
4084
4085
  cursor: string;
4086
+ cx: string;
4087
+ cy: string;
4088
+ d: string;
4085
4089
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/direction) */
4086
4090
  direction: string;
4087
4091
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/display) */
@@ -4176,11 +4180,10 @@ interface CSSStyleDeclaration {
4176
4180
  gridColumn: string;
4177
4181
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/grid-column-end) */
4178
4182
  gridColumnEnd: string;
4179
- /** @deprecated This is a legacy alias of `columnGap`. */
4180
4183
  gridColumnGap: string;
4181
4184
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/grid-column-start) */
4182
4185
  gridColumnStart: string;
4183
- /** @deprecated This is a legacy alias of `gap`. */
4186
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/gap) */
4184
4187
  gridGap: string;
4185
4188
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/grid-row) */
4186
4189
  gridRow: string;
@@ -4429,6 +4432,7 @@ interface CSSStyleDeclaration {
4429
4432
  printColorAdjust: string;
4430
4433
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/quotes) */
4431
4434
  quotes: string;
4435
+ r: string;
4432
4436
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/resize) */
4433
4437
  resize: string;
4434
4438
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/right) */
@@ -4439,6 +4443,8 @@ interface CSSStyleDeclaration {
4439
4443
  rowGap: string;
4440
4444
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/ruby-position) */
4441
4445
  rubyPosition: string;
4446
+ rx: string;
4447
+ ry: string;
4442
4448
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scale) */
4443
4449
  scale: string;
4444
4450
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scroll-behavior) */
@@ -4493,8 +4499,12 @@ interface CSSStyleDeclaration {
4493
4499
  scrollSnapStop: string;
4494
4500
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scroll-snap-type) */
4495
4501
  scrollSnapType: string;
4502
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scrollbar-color) */
4503
+ scrollbarColor: string;
4496
4504
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scrollbar-gutter) */
4497
4505
  scrollbarGutter: string;
4506
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/scrollbar-width) */
4507
+ scrollbarWidth: string;
4498
4508
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-image-threshold) */
4499
4509
  shapeImageThreshold: string;
4500
4510
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/shape-margin) */
@@ -4587,6 +4597,7 @@ interface CSSStyleDeclaration {
4587
4597
  unicodeBidi: string;
4588
4598
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/user-select) */
4589
4599
  userSelect: string;
4600
+ vectorEffect: string;
4590
4601
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/vertical-align) */
4591
4602
  verticalAlign: string;
4592
4603
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/visibility) */
@@ -4999,14 +5010,12 @@ interface CSSStyleDeclaration {
4999
5010
  wordBreak: string;
5000
5011
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/word-spacing) */
5001
5012
  wordSpacing: string;
5002
- /**
5003
- * @deprecated
5004
- *
5005
- * [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/overflow-wrap)
5006
- */
5013
+ /** @deprecated */
5007
5014
  wordWrap: string;
5008
5015
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/writing-mode) */
5009
5016
  writingMode: string;
5017
+ x: string;
5018
+ y: string;
5010
5019
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/CSS/z-index) */
5011
5020
  zIndex: string;
5012
5021
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSSStyleDeclaration/getPropertyPriority) */
@@ -11016,11 +11025,7 @@ interface HTMLInputElement extends HTMLElement, PopoverInvokerElement {
11016
11025
  * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/height)
11017
11026
  */
11018
11027
  height: number;
11019
- /**
11020
- * When set, overrides the rendering of checkbox controls so that the current value is not visible.
11021
- *
11022
- * [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/indeterminate)
11023
- */
11028
+ /** When set, overrides the rendering of checkbox controls so that the current value is not visible. */
11024
11029
  indeterminate: boolean;
11025
11030
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLInputElement/labels) */
11026
11031
  readonly labels: NodeListOf<HTMLLabelElement> | null;
@@ -25577,13 +25582,13 @@ interface WebTransportDatagramDuplexStream {
25577
25582
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingHighWaterMark) */
25578
25583
  incomingHighWaterMark: number;
25579
25584
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/incomingMaxAge) */
25580
- incomingMaxAge: number;
25585
+ incomingMaxAge: number | null;
25581
25586
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/maxDatagramSize) */
25582
25587
  readonly maxDatagramSize: number;
25583
25588
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingHighWaterMark) */
25584
25589
  outgoingHighWaterMark: number;
25585
25590
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/outgoingMaxAge) */
25586
- outgoingMaxAge: number;
25591
+ outgoingMaxAge: number | null;
25587
25592
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/readable) */
25588
25593
  readonly readable: ReadableStream;
25589
25594
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/WebTransportDatagramDuplexStream/writable) */
@@ -26510,44 +26515,44 @@ declare var XSLTProcessor: {
26510
26515
 
26511
26516
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console) */
26512
26517
  interface Console {
26513
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/assert) */
26518
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/assert_static) */
26514
26519
  assert(condition?: boolean, ...data: any[]): void;
26515
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/clear) */
26520
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/clear_static) */
26516
26521
  clear(): void;
26517
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count) */
26522
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/count_static) */
26518
26523
  count(label?: string): void;
26519
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset) */
26524
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/countReset_static) */
26520
26525
  countReset(label?: string): void;
26521
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug) */
26526
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/debug_static) */
26522
26527
  debug(...data: any[]): void;
26523
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dir) */
26528
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dir_static) */
26524
26529
  dir(item?: any, options?: any): void;
26525
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dirxml) */
26530
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/dirxml_static) */
26526
26531
  dirxml(...data: any[]): void;
26527
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error) */
26532
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/error_static) */
26528
26533
  error(...data: any[]): void;
26529
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group) */
26534
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/group_static) */
26530
26535
  group(...data: any[]): void;
26531
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed) */
26536
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupCollapsed_static) */
26532
26537
  groupCollapsed(...data: any[]): void;
26533
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd) */
26538
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/groupEnd_static) */
26534
26539
  groupEnd(): void;
26535
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info) */
26540
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/info_static) */
26536
26541
  info(...data: any[]): void;
26537
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log) */
26542
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/log_static) */
26538
26543
  log(...data: any[]): void;
26539
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table) */
26544
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/table_static) */
26540
26545
  table(tabularData?: any, properties?: string[]): void;
26541
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time) */
26546
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/time_static) */
26542
26547
  time(label?: string): void;
26543
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd) */
26548
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeEnd_static) */
26544
26549
  timeEnd(label?: string): void;
26545
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog) */
26550
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/timeLog_static) */
26546
26551
  timeLog(label?: string, ...data: any[]): void;
26547
26552
  timeStamp(label?: string): void;
26548
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace) */
26553
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/trace_static) */
26549
26554
  trace(...data: any[]): void;
26550
- /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn) */
26555
+ /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/console/warn_static) */
26551
26556
  warn(...data: any[]): void;
26552
26557
  }
26553
26558
 
@@ -26605,8 +26610,10 @@ declare namespace CSS {
26605
26610
  function fr(value: number): CSSUnitValue;
26606
26611
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26607
26612
  function grad(value: number): CSSUnitValue;
26613
+ function ic(value: number): CSSUnitValue;
26608
26614
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26609
26615
  function kHz(value: number): CSSUnitValue;
26616
+ function lh(value: number): CSSUnitValue;
26610
26617
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26611
26618
  function lvb(value: number): CSSUnitValue;
26612
26619
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
@@ -26639,6 +26646,7 @@ declare namespace CSS {
26639
26646
  function registerProperty(definition: PropertyDefinition): void;
26640
26647
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26641
26648
  function rem(value: number): CSSUnitValue;
26649
+ function rlh(value: number): CSSUnitValue;
26642
26650
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static) */
26643
26651
  function s(value: number): CSSUnitValue;
26644
26652
  /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/CSS/supports_static) */
@@ -28247,7 +28255,7 @@ type RTCSctpTransportState = "closed" | "connected" | "connecting";
28247
28255
  type RTCSdpType = "answer" | "offer" | "pranswer" | "rollback";
28248
28256
  type RTCSignalingState = "closed" | "have-local-offer" | "have-local-pranswer" | "have-remote-offer" | "have-remote-pranswer" | "stable";
28249
28257
  type RTCStatsIceCandidatePairState = "failed" | "frozen" | "in-progress" | "inprogress" | "succeeded" | "waiting";
28250
- type RTCStatsType = "candidate-pair" | "certificate" | "codec" | "data-channel" | "inbound-rtp" | "local-candidate" | "media-source" | "outbound-rtp" | "peer-connection" | "remote-candidate" | "remote-inbound-rtp" | "remote-outbound-rtp" | "transport";
28258
+ type RTCStatsType = "candidate-pair" | "certificate" | "codec" | "data-channel" | "inbound-rtp" | "local-candidate" | "media-playout" | "media-source" | "outbound-rtp" | "peer-connection" | "remote-candidate" | "remote-inbound-rtp" | "remote-outbound-rtp" | "transport";
28251
28259
  type ReadableStreamReaderMode = "byob";
28252
28260
  type ReadableStreamType = "bytes";
28253
28261
  type ReadyState = "closed" | "ended" | "open";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/web",
3
- "version": "0.0.119",
3
+ "version": "0.0.121",
4
4
  "description": "Types for the DOM, and other web technologies in browsers",
5
5
  "license": "Apache-2.0",
6
6
  "contributors": [],