@types/web 0.0.184 → 0.0.186
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/README.md +1 -1
- package/index.d.ts +53 -8
- package/package.json +1 -1
- package/ts5.5/index.d.ts +53 -8
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.
|
|
50
|
+
You can read what changed in version 0.0.186 at https://github.com/microsoft/TypeScript-DOM-lib-generator/releases/tag/%40types%2Fweb%400.0.186.
|
package/index.d.ts
CHANGED
|
@@ -10127,7 +10127,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
|
|
|
10127
10127
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt)
|
|
10128
10128
|
*/
|
|
10129
10129
|
alt: string;
|
|
10130
|
-
/**
|
|
10130
|
+
/**
|
|
10131
|
+
* Sets or retrieves the coordinates of the object.
|
|
10132
|
+
*
|
|
10133
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/coords)
|
|
10134
|
+
*/
|
|
10131
10135
|
coords: string;
|
|
10132
10136
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download) */
|
|
10133
10137
|
download: string;
|
|
@@ -10145,7 +10149,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
|
|
|
10145
10149
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/relList) */
|
|
10146
10150
|
get relList(): DOMTokenList;
|
|
10147
10151
|
set relList(value: string);
|
|
10148
|
-
/**
|
|
10152
|
+
/**
|
|
10153
|
+
* Sets or retrieves the shape of the object.
|
|
10154
|
+
*
|
|
10155
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/shape)
|
|
10156
|
+
*/
|
|
10149
10157
|
shape: string;
|
|
10150
10158
|
/**
|
|
10151
10159
|
* Sets or retrieves the window or frame at which to target content.
|
|
@@ -10723,6 +10731,7 @@ interface HTMLEmbedElement extends HTMLElement {
|
|
|
10723
10731
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/src)
|
|
10724
10732
|
*/
|
|
10725
10733
|
src: string;
|
|
10734
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/type) */
|
|
10726
10735
|
type: string;
|
|
10727
10736
|
/**
|
|
10728
10737
|
* Sets or retrieves the width of the object.
|
|
@@ -10730,6 +10739,7 @@ interface HTMLEmbedElement extends HTMLElement {
|
|
|
10730
10739
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/width)
|
|
10731
10740
|
*/
|
|
10732
10741
|
width: string;
|
|
10742
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/getSVGDocument) */
|
|
10733
10743
|
getSVGDocument(): Document | null;
|
|
10734
10744
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLEmbedElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
10735
10745
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -11357,6 +11367,7 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
|
11357
11367
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/width)
|
|
11358
11368
|
*/
|
|
11359
11369
|
width: string;
|
|
11370
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIframeElement/getSVGDocument) */
|
|
11360
11371
|
getSVGDocument(): Document | null;
|
|
11361
11372
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLIFrameElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
11362
11373
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -11966,6 +11977,7 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
|
|
|
11966
11977
|
* @deprecated
|
|
11967
11978
|
*/
|
|
11968
11979
|
rev: string;
|
|
11980
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/sizes) */
|
|
11969
11981
|
get sizes(): DOMTokenList;
|
|
11970
11982
|
set sizes(value: string);
|
|
11971
11983
|
/**
|
|
@@ -12384,7 +12396,11 @@ declare var HTMLMeterElement: {
|
|
|
12384
12396
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement)
|
|
12385
12397
|
*/
|
|
12386
12398
|
interface HTMLModElement extends HTMLElement {
|
|
12387
|
-
/**
|
|
12399
|
+
/**
|
|
12400
|
+
* Sets or retrieves reference information about the object.
|
|
12401
|
+
*
|
|
12402
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement/cite)
|
|
12403
|
+
*/
|
|
12388
12404
|
cite: string;
|
|
12389
12405
|
/** Sets or retrieves the date and time of a modification to the object. */
|
|
12390
12406
|
dateTime: string;
|
|
@@ -12544,6 +12560,7 @@ interface HTMLObjectElement extends HTMLElement {
|
|
|
12544
12560
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/checkValidity)
|
|
12545
12561
|
*/
|
|
12546
12562
|
checkValidity(): boolean;
|
|
12563
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/getSVGDocument) */
|
|
12547
12564
|
getSVGDocument(): Document | null;
|
|
12548
12565
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/reportValidity) */
|
|
12549
12566
|
reportValidity(): boolean;
|
|
@@ -12912,7 +12929,11 @@ declare var HTMLProgressElement: {
|
|
|
12912
12929
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement)
|
|
12913
12930
|
*/
|
|
12914
12931
|
interface HTMLQuoteElement extends HTMLElement {
|
|
12915
|
-
/**
|
|
12932
|
+
/**
|
|
12933
|
+
* Sets or retrieves reference information about the object.
|
|
12934
|
+
*
|
|
12935
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement/cite)
|
|
12936
|
+
*/
|
|
12916
12937
|
cite: string;
|
|
12917
12938
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
12918
12939
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -13179,13 +13200,27 @@ declare var HTMLSlotElement: {
|
|
|
13179
13200
|
interface HTMLSourceElement extends HTMLElement {
|
|
13180
13201
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/height) */
|
|
13181
13202
|
height: number;
|
|
13182
|
-
/**
|
|
13203
|
+
/**
|
|
13204
|
+
* Gets or sets the intended media type of the media source.
|
|
13205
|
+
*
|
|
13206
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/media)
|
|
13207
|
+
*/
|
|
13183
13208
|
media: string;
|
|
13209
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/sizes) */
|
|
13184
13210
|
sizes: string;
|
|
13185
|
-
/**
|
|
13211
|
+
/**
|
|
13212
|
+
* The address or URL of the a media resource that is to be considered.
|
|
13213
|
+
*
|
|
13214
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/src)
|
|
13215
|
+
*/
|
|
13186
13216
|
src: string;
|
|
13217
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/srcset) */
|
|
13187
13218
|
srcset: string;
|
|
13188
|
-
/**
|
|
13219
|
+
/**
|
|
13220
|
+
* Gets or sets the MIME type of a media resource.
|
|
13221
|
+
*
|
|
13222
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/type)
|
|
13223
|
+
*/
|
|
13189
13224
|
type: string;
|
|
13190
13225
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/width) */
|
|
13191
13226
|
width: number;
|
|
@@ -14006,14 +14041,23 @@ declare var HTMLTitleElement: {
|
|
|
14006
14041
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement)
|
|
14007
14042
|
*/
|
|
14008
14043
|
interface HTMLTrackElement extends HTMLElement {
|
|
14044
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/default) */
|
|
14009
14045
|
default: boolean;
|
|
14046
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/kind) */
|
|
14010
14047
|
kind: string;
|
|
14048
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/label) */
|
|
14011
14049
|
label: string;
|
|
14050
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/readyState) */
|
|
14012
14051
|
readonly readyState: number;
|
|
14013
14052
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/src) */
|
|
14014
14053
|
src: string;
|
|
14054
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/srclang) */
|
|
14015
14055
|
srclang: string;
|
|
14016
|
-
/**
|
|
14056
|
+
/**
|
|
14057
|
+
* Returns the TextTrack object corresponding to the text track of the track element.
|
|
14058
|
+
*
|
|
14059
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/track)
|
|
14060
|
+
*/
|
|
14017
14061
|
readonly track: TextTrack;
|
|
14018
14062
|
readonly NONE: 0;
|
|
14019
14063
|
readonly LOADING: 1;
|
|
@@ -21868,6 +21912,7 @@ declare var SVGTransformList: {
|
|
|
21868
21912
|
};
|
|
21869
21913
|
|
|
21870
21914
|
interface SVGURIReference {
|
|
21915
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/href) */
|
|
21871
21916
|
readonly href: SVGAnimatedString;
|
|
21872
21917
|
}
|
|
21873
21918
|
|
package/package.json
CHANGED
package/ts5.5/index.d.ts
CHANGED
|
@@ -10116,7 +10116,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
|
|
|
10116
10116
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/alt)
|
|
10117
10117
|
*/
|
|
10118
10118
|
alt: string;
|
|
10119
|
-
/**
|
|
10119
|
+
/**
|
|
10120
|
+
* Sets or retrieves the coordinates of the object.
|
|
10121
|
+
*
|
|
10122
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/coords)
|
|
10123
|
+
*/
|
|
10120
10124
|
coords: string;
|
|
10121
10125
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/download) */
|
|
10122
10126
|
download: string;
|
|
@@ -10133,7 +10137,11 @@ interface HTMLAreaElement extends HTMLElement, HTMLHyperlinkElementUtils {
|
|
|
10133
10137
|
rel: string;
|
|
10134
10138
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/relList) */
|
|
10135
10139
|
readonly relList: DOMTokenList;
|
|
10136
|
-
/**
|
|
10140
|
+
/**
|
|
10141
|
+
* Sets or retrieves the shape of the object.
|
|
10142
|
+
*
|
|
10143
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLAreaElement/shape)
|
|
10144
|
+
*/
|
|
10137
10145
|
shape: string;
|
|
10138
10146
|
/**
|
|
10139
10147
|
* Sets or retrieves the window or frame at which to target content.
|
|
@@ -10711,6 +10719,7 @@ interface HTMLEmbedElement extends HTMLElement {
|
|
|
10711
10719
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/src)
|
|
10712
10720
|
*/
|
|
10713
10721
|
src: string;
|
|
10722
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/type) */
|
|
10714
10723
|
type: string;
|
|
10715
10724
|
/**
|
|
10716
10725
|
* Sets or retrieves the width of the object.
|
|
@@ -10718,6 +10727,7 @@ interface HTMLEmbedElement extends HTMLElement {
|
|
|
10718
10727
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/width)
|
|
10719
10728
|
*/
|
|
10720
10729
|
width: string;
|
|
10730
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLEmbedElement/getSVGDocument) */
|
|
10721
10731
|
getSVGDocument(): Document | null;
|
|
10722
10732
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLEmbedElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
10723
10733
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -11343,6 +11353,7 @@ interface HTMLIFrameElement extends HTMLElement {
|
|
|
11343
11353
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIFrameElement/width)
|
|
11344
11354
|
*/
|
|
11345
11355
|
width: string;
|
|
11356
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLIframeElement/getSVGDocument) */
|
|
11346
11357
|
getSVGDocument(): Document | null;
|
|
11347
11358
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLIFrameElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
11348
11359
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -11950,6 +11961,7 @@ interface HTMLLinkElement extends HTMLElement, LinkStyle {
|
|
|
11950
11961
|
* @deprecated
|
|
11951
11962
|
*/
|
|
11952
11963
|
rev: string;
|
|
11964
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLLinkElement/sizes) */
|
|
11953
11965
|
readonly sizes: DOMTokenList;
|
|
11954
11966
|
/**
|
|
11955
11967
|
* Sets or retrieves the window or frame at which to target content.
|
|
@@ -12367,7 +12379,11 @@ declare var HTMLMeterElement: {
|
|
|
12367
12379
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement)
|
|
12368
12380
|
*/
|
|
12369
12381
|
interface HTMLModElement extends HTMLElement {
|
|
12370
|
-
/**
|
|
12382
|
+
/**
|
|
12383
|
+
* Sets or retrieves reference information about the object.
|
|
12384
|
+
*
|
|
12385
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLModElement/cite)
|
|
12386
|
+
*/
|
|
12371
12387
|
cite: string;
|
|
12372
12388
|
/** Sets or retrieves the date and time of a modification to the object. */
|
|
12373
12389
|
dateTime: string;
|
|
@@ -12527,6 +12543,7 @@ interface HTMLObjectElement extends HTMLElement {
|
|
|
12527
12543
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/checkValidity)
|
|
12528
12544
|
*/
|
|
12529
12545
|
checkValidity(): boolean;
|
|
12546
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/getSVGDocument) */
|
|
12530
12547
|
getSVGDocument(): Document | null;
|
|
12531
12548
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLObjectElement/reportValidity) */
|
|
12532
12549
|
reportValidity(): boolean;
|
|
@@ -12894,7 +12911,11 @@ declare var HTMLProgressElement: {
|
|
|
12894
12911
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement)
|
|
12895
12912
|
*/
|
|
12896
12913
|
interface HTMLQuoteElement extends HTMLElement {
|
|
12897
|
-
/**
|
|
12914
|
+
/**
|
|
12915
|
+
* Sets or retrieves reference information about the object.
|
|
12916
|
+
*
|
|
12917
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLQuoteElement/cite)
|
|
12918
|
+
*/
|
|
12898
12919
|
cite: string;
|
|
12899
12920
|
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLQuoteElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
12900
12921
|
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -13160,13 +13181,27 @@ declare var HTMLSlotElement: {
|
|
|
13160
13181
|
interface HTMLSourceElement extends HTMLElement {
|
|
13161
13182
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/height) */
|
|
13162
13183
|
height: number;
|
|
13163
|
-
/**
|
|
13184
|
+
/**
|
|
13185
|
+
* Gets or sets the intended media type of the media source.
|
|
13186
|
+
*
|
|
13187
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/media)
|
|
13188
|
+
*/
|
|
13164
13189
|
media: string;
|
|
13190
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/sizes) */
|
|
13165
13191
|
sizes: string;
|
|
13166
|
-
/**
|
|
13192
|
+
/**
|
|
13193
|
+
* The address or URL of the a media resource that is to be considered.
|
|
13194
|
+
*
|
|
13195
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/src)
|
|
13196
|
+
*/
|
|
13167
13197
|
src: string;
|
|
13198
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/srcset) */
|
|
13168
13199
|
srcset: string;
|
|
13169
|
-
/**
|
|
13200
|
+
/**
|
|
13201
|
+
* Gets or sets the MIME type of a media resource.
|
|
13202
|
+
*
|
|
13203
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/type)
|
|
13204
|
+
*/
|
|
13170
13205
|
type: string;
|
|
13171
13206
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLSourceElement/width) */
|
|
13172
13207
|
width: number;
|
|
@@ -13986,14 +14021,23 @@ declare var HTMLTitleElement: {
|
|
|
13986
14021
|
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement)
|
|
13987
14022
|
*/
|
|
13988
14023
|
interface HTMLTrackElement extends HTMLElement {
|
|
14024
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/default) */
|
|
13989
14025
|
default: boolean;
|
|
14026
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/kind) */
|
|
13990
14027
|
kind: string;
|
|
14028
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/label) */
|
|
13991
14029
|
label: string;
|
|
14030
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/readyState) */
|
|
13992
14031
|
readonly readyState: number;
|
|
13993
14032
|
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/src) */
|
|
13994
14033
|
src: string;
|
|
14034
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/srclang) */
|
|
13995
14035
|
srclang: string;
|
|
13996
|
-
/**
|
|
14036
|
+
/**
|
|
14037
|
+
* Returns the TextTrack object corresponding to the text track of the track element.
|
|
14038
|
+
*
|
|
14039
|
+
* [MDN Reference](https://developer.mozilla.org/docs/Web/API/HTMLTrackElement/track)
|
|
14040
|
+
*/
|
|
13997
14041
|
readonly track: TextTrack;
|
|
13998
14042
|
readonly NONE: 0;
|
|
13999
14043
|
readonly LOADING: 1;
|
|
@@ -21847,6 +21891,7 @@ declare var SVGTransformList: {
|
|
|
21847
21891
|
};
|
|
21848
21892
|
|
|
21849
21893
|
interface SVGURIReference {
|
|
21894
|
+
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/SVGAElement/href) */
|
|
21850
21895
|
readonly href: SVGAnimatedString;
|
|
21851
21896
|
}
|
|
21852
21897
|
|