UNPKG

824 kBJavaScriptView Raw
1(function (root, factory) {
2 if (typeof define === 'function' && define.amd)
3 define(['exports', 'kotlin'], factory);
4 else if (typeof exports === 'object')
5 factory(module.exports, require('kotlin'));
6 else {
7 if (typeof kotlin === 'undefined') {
8 throw new Error("Error loading module 'kotlinx-html-js'. Its dependency 'kotlin' was not found. Please, check whether 'kotlin' is loaded prior to 'kotlinx-html-js'.");
9 }
10 root['kotlinx-html-js'] = factory(typeof this['kotlinx-html-js'] === 'undefined' ? {} : this['kotlinx-html-js'], kotlin);
11 }
12}(this, function (_, Kotlin) {
13 'use strict';
14 var $$importsForInline$$ = _.$$importsForInline$$ || (_.$$importsForInline$$ = {});
15 var Kind_INTERFACE = Kotlin.Kind.INTERFACE;
16 var defineInlineFunction = Kotlin.defineInlineFunction;
17 var wrapFunction = Kotlin.wrapFunction;
18 var emptyMap = Kotlin.kotlin.collections.emptyMap_q3lmfv$;
19 var StringBuilder_init = Kotlin.kotlin.text.StringBuilder_init;
20 var Kind_CLASS = Kotlin.Kind.CLASS;
21 var Annotation = Kotlin.kotlin.Annotation;
22 var setOf = Kotlin.kotlin.collections.setOf_mh5how$;
23 var listOf = Kotlin.kotlin.collections.listOf_mh5how$;
24 var equals = Kotlin.equals;
25 var Map = Kotlin.kotlin.collections.Map;
26 var Map$Entry = Kotlin.kotlin.collections.Map.Entry;
27 var LinkedHashMap_init = Kotlin.kotlin.collections.LinkedHashMap_init_q3lmfv$;
28 var IllegalStateException_init = Kotlin.kotlin.IllegalStateException_init_pdl1vj$;
29 var Kind_OBJECT = Kotlin.Kind.OBJECT;
30 var IllegalArgumentException_init = Kotlin.kotlin.IllegalArgumentException_init_pdl1vj$;
31 var toSet = Kotlin.kotlin.collections.toSet_7wnvza$;
32 var joinToString = Kotlin.kotlin.collections.joinToString_fmv235$;
33 var ensureNotNull = Kotlin.ensureNotNull;
34 var emptySet = Kotlin.kotlin.collections.emptySet_287e2$;
35 var Regex_init = Kotlin.kotlin.text.Regex_init_61zpoe$;
36 var ArrayList_init = Kotlin.kotlin.collections.ArrayList_init_287e2$;
37 var Unit = Kotlin.kotlin.Unit;
38 var LinkedHashMap_init_0 = Kotlin.kotlin.collections.LinkedHashMap_init_73mtqc$;
39 var MutableMap = Kotlin.kotlin.collections.MutableMap;
40 var throwCCE = Kotlin.throwCCE;
41 var Enum = Kotlin.kotlin.Enum;
42 var throwISE = Kotlin.throwISE;
43 var UnsupportedOperationException_init = Kotlin.kotlin.UnsupportedOperationException_init_pdl1vj$;
44 var HashSet_init = Kotlin.kotlin.collections.HashSet_init_287e2$;
45 var listOf_0 = Kotlin.kotlin.collections.listOf_i5x0yv$;
46 var mapCapacity = Kotlin.kotlin.collections.mapCapacity_za3lpa$;
47 var coerceAtLeast = Kotlin.kotlin.ranges.coerceAtLeast_dqglrj$;
48 var LinkedHashMap_init_1 = Kotlin.kotlin.collections.LinkedHashMap_init_bwtc7$;
49 var StringBuilder_init_0 = Kotlin.kotlin.text.StringBuilder_init_za3lpa$;
50 var toBoxedChar = Kotlin.toBoxedChar;
51 var to = Kotlin.kotlin.to_ujzrz7$;
52 var mapOf = Kotlin.kotlin.collections.mapOf_qfcya0$;
53 var unboxChar = Kotlin.unboxChar;
54 var max = Kotlin.kotlin.collections.max_exjks8$;
55 var toChar = Kotlin.toChar;
56 var CharRange = Kotlin.kotlin.ranges.CharRange;
57 var contains = Kotlin.kotlin.text.contains_sgbm27$;
58 var indexOf = Kotlin.kotlin.text.indexOf_l5u8uk$;
59 var checkIndexOverflow = Kotlin.kotlin.collections.checkIndexOverflow_za3lpa$;
60 var collectionSizeOrDefault = Kotlin.kotlin.collections.collectionSizeOrDefault_ba2ldo$;
61 var ArrayList_init_0 = Kotlin.kotlin.collections.ArrayList_init_ww73n8$;
62 var Array_0 = Array;
63 var iterator = Kotlin.kotlin.text.iterator_gw00vp$;
64 var get_lastIndex = Kotlin.kotlin.collections.get_lastIndex_55thoc$;
65 var toString = Kotlin.toString;
66 var HTMLLegendElement_0 = HTMLLegendElement;
67 var last = Kotlin.kotlin.collections.last_2p1efm$;
68 var asList = Kotlin.org.w3c.dom.asList_kt9thq$;
69 var first = Kotlin.kotlin.collections.first_2p1efm$;
70 var emptyList = Kotlin.kotlin.collections.emptyList_287e2$;
71 var addAll = Kotlin.kotlin.collections.addAll_ipc267$;
72 var Throwable = Error;
73 StringAttribute.prototype = Object.create(Attribute.prototype);
74 StringAttribute.prototype.constructor = StringAttribute;
75 BooleanAttribute.prototype = Object.create(Attribute.prototype);
76 BooleanAttribute.prototype.constructor = BooleanAttribute;
77 TickerAttribute.prototype = Object.create(Attribute.prototype);
78 TickerAttribute.prototype.constructor = TickerAttribute;
79 EnumAttribute.prototype = Object.create(Attribute.prototype);
80 EnumAttribute.prototype.constructor = EnumAttribute;
81 StringSetAttribute.prototype = Object.create(Attribute.prototype);
82 StringSetAttribute.prototype.constructor = StringSetAttribute;
83 PredicateResult.prototype = Object.create(Enum.prototype);
84 PredicateResult.prototype.constructor = PredicateResult;
85 Entities.prototype = Object.create(Enum.prototype);
86 Entities.prototype.constructor = Entities;
87 Dir.prototype = Object.create(Enum.prototype);
88 Dir.prototype.constructor = Dir;
89 Draggable.prototype = Object.create(Enum.prototype);
90 Draggable.prototype.constructor = Draggable;
91 RunAt.prototype = Object.create(Enum.prototype);
92 RunAt.prototype.constructor = RunAt;
93 AreaShape.prototype = Object.create(Enum.prototype);
94 AreaShape.prototype.constructor = AreaShape;
95 ButtonFormEncType.prototype = Object.create(Enum.prototype);
96 ButtonFormEncType.prototype.constructor = ButtonFormEncType;
97 ButtonFormMethod.prototype = Object.create(Enum.prototype);
98 ButtonFormMethod.prototype.constructor = ButtonFormMethod;
99 ButtonType.prototype = Object.create(Enum.prototype);
100 ButtonType.prototype.constructor = ButtonType;
101 CommandType.prototype = Object.create(Enum.prototype);
102 CommandType.prototype.constructor = CommandType;
103 FormEncType.prototype = Object.create(Enum.prototype);
104 FormEncType.prototype.constructor = FormEncType;
105 FormMethod.prototype = Object.create(Enum.prototype);
106 FormMethod.prototype.constructor = FormMethod;
107 IframeSandbox.prototype = Object.create(Enum.prototype);
108 IframeSandbox.prototype.constructor = IframeSandbox;
109 InputType.prototype = Object.create(Enum.prototype);
110 InputType.prototype.constructor = InputType;
111 InputFormEncType.prototype = Object.create(Enum.prototype);
112 InputFormEncType.prototype.constructor = InputFormEncType;
113 InputFormMethod.prototype = Object.create(Enum.prototype);
114 InputFormMethod.prototype.constructor = InputFormMethod;
115 KeyGenKeyType.prototype = Object.create(Enum.prototype);
116 KeyGenKeyType.prototype.constructor = KeyGenKeyType;
117 TextAreaWrap.prototype = Object.create(Enum.prototype);
118 TextAreaWrap.prototype.constructor = TextAreaWrap;
119 ThScope.prototype = Object.create(Enum.prototype);
120 ThScope.prototype.constructor = ThScope;
121 A.prototype = Object.create(HTMLTag.prototype);
122 A.prototype.constructor = A;
123 ABBR.prototype = Object.create(HTMLTag.prototype);
124 ABBR.prototype.constructor = ABBR;
125 ADDRESS.prototype = Object.create(HTMLTag.prototype);
126 ADDRESS.prototype.constructor = ADDRESS;
127 AREA.prototype = Object.create(HTMLTag.prototype);
128 AREA.prototype.constructor = AREA;
129 ARTICLE.prototype = Object.create(HTMLTag.prototype);
130 ARTICLE.prototype.constructor = ARTICLE;
131 ASIDE.prototype = Object.create(HTMLTag.prototype);
132 ASIDE.prototype.constructor = ASIDE;
133 AUDIO.prototype = Object.create(HTMLTag.prototype);
134 AUDIO.prototype.constructor = AUDIO;
135 B.prototype = Object.create(HTMLTag.prototype);
136 B.prototype.constructor = B;
137 BASE.prototype = Object.create(HTMLTag.prototype);
138 BASE.prototype.constructor = BASE;
139 BDI.prototype = Object.create(HTMLTag.prototype);
140 BDI.prototype.constructor = BDI;
141 BDO.prototype = Object.create(HTMLTag.prototype);
142 BDO.prototype.constructor = BDO;
143 BLOCKQUOTE.prototype = Object.create(HTMLTag.prototype);
144 BLOCKQUOTE.prototype.constructor = BLOCKQUOTE;
145 BODY.prototype = Object.create(HTMLTag.prototype);
146 BODY.prototype.constructor = BODY;
147 BR.prototype = Object.create(HTMLTag.prototype);
148 BR.prototype.constructor = BR;
149 BUTTON.prototype = Object.create(HTMLTag.prototype);
150 BUTTON.prototype.constructor = BUTTON;
151 CANVAS.prototype = Object.create(HTMLTag.prototype);
152 CANVAS.prototype.constructor = CANVAS;
153 CAPTION.prototype = Object.create(HTMLTag.prototype);
154 CAPTION.prototype.constructor = CAPTION;
155 CITE.prototype = Object.create(HTMLTag.prototype);
156 CITE.prototype.constructor = CITE;
157 CODE.prototype = Object.create(HTMLTag.prototype);
158 CODE.prototype.constructor = CODE;
159 COL.prototype = Object.create(HTMLTag.prototype);
160 COL.prototype.constructor = COL;
161 COLGROUP.prototype = Object.create(HTMLTag.prototype);
162 COLGROUP.prototype.constructor = COLGROUP;
163 COMMAND.prototype = Object.create(HTMLTag.prototype);
164 COMMAND.prototype.constructor = COMMAND;
165 DATALIST.prototype = Object.create(HTMLTag.prototype);
166 DATALIST.prototype.constructor = DATALIST;
167 DD.prototype = Object.create(HTMLTag.prototype);
168 DD.prototype.constructor = DD;
169 DEL.prototype = Object.create(HTMLTag.prototype);
170 DEL.prototype.constructor = DEL;
171 DETAILS.prototype = Object.create(HTMLTag.prototype);
172 DETAILS.prototype.constructor = DETAILS;
173 DFN.prototype = Object.create(HTMLTag.prototype);
174 DFN.prototype.constructor = DFN;
175 DIALOG.prototype = Object.create(HTMLTag.prototype);
176 DIALOG.prototype.constructor = DIALOG;
177 DIV.prototype = Object.create(HTMLTag.prototype);
178 DIV.prototype.constructor = DIV;
179 DL.prototype = Object.create(HTMLTag.prototype);
180 DL.prototype.constructor = DL;
181 DT.prototype = Object.create(HTMLTag.prototype);
182 DT.prototype.constructor = DT;
183 EM.prototype = Object.create(HTMLTag.prototype);
184 EM.prototype.constructor = EM;
185 EMBED.prototype = Object.create(HTMLTag.prototype);
186 EMBED.prototype.constructor = EMBED;
187 FIELDSET.prototype = Object.create(HTMLTag.prototype);
188 FIELDSET.prototype.constructor = FIELDSET;
189 FIGCAPTION.prototype = Object.create(HTMLTag.prototype);
190 FIGCAPTION.prototype.constructor = FIGCAPTION;
191 FIGURE.prototype = Object.create(HTMLTag.prototype);
192 FIGURE.prototype.constructor = FIGURE;
193 FOOTER.prototype = Object.create(HTMLTag.prototype);
194 FOOTER.prototype.constructor = FOOTER;
195 FORM.prototype = Object.create(HTMLTag.prototype);
196 FORM.prototype.constructor = FORM;
197 H1.prototype = Object.create(HTMLTag.prototype);
198 H1.prototype.constructor = H1;
199 H2.prototype = Object.create(HTMLTag.prototype);
200 H2.prototype.constructor = H2;
201 H3.prototype = Object.create(HTMLTag.prototype);
202 H3.prototype.constructor = H3;
203 H4.prototype = Object.create(HTMLTag.prototype);
204 H4.prototype.constructor = H4;
205 H5.prototype = Object.create(HTMLTag.prototype);
206 H5.prototype.constructor = H5;
207 H6.prototype = Object.create(HTMLTag.prototype);
208 H6.prototype.constructor = H6;
209 HEAD.prototype = Object.create(HTMLTag.prototype);
210 HEAD.prototype.constructor = HEAD;
211 HEADER.prototype = Object.create(HTMLTag.prototype);
212 HEADER.prototype.constructor = HEADER;
213 HGROUP.prototype = Object.create(HTMLTag.prototype);
214 HGROUP.prototype.constructor = HGROUP;
215 HR.prototype = Object.create(HTMLTag.prototype);
216 HR.prototype.constructor = HR;
217 HTML.prototype = Object.create(HTMLTag.prototype);
218 HTML.prototype.constructor = HTML;
219 I.prototype = Object.create(HTMLTag.prototype);
220 I.prototype.constructor = I;
221 IFRAME.prototype = Object.create(HTMLTag.prototype);
222 IFRAME.prototype.constructor = IFRAME;
223 IMG.prototype = Object.create(HTMLTag.prototype);
224 IMG.prototype.constructor = IMG;
225 INPUT.prototype = Object.create(HTMLTag.prototype);
226 INPUT.prototype.constructor = INPUT;
227 INS.prototype = Object.create(HTMLTag.prototype);
228 INS.prototype.constructor = INS;
229 KBD.prototype = Object.create(HTMLTag.prototype);
230 KBD.prototype.constructor = KBD;
231 KEYGEN.prototype = Object.create(HTMLTag.prototype);
232 KEYGEN.prototype.constructor = KEYGEN;
233 LABEL.prototype = Object.create(HTMLTag.prototype);
234 LABEL.prototype.constructor = LABEL;
235 LEGEND.prototype = Object.create(HTMLTag.prototype);
236 LEGEND.prototype.constructor = LEGEND;
237 LI.prototype = Object.create(HTMLTag.prototype);
238 LI.prototype.constructor = LI;
239 LINK.prototype = Object.create(HTMLTag.prototype);
240 LINK.prototype.constructor = LINK;
241 MAIN.prototype = Object.create(HTMLTag.prototype);
242 MAIN.prototype.constructor = MAIN;
243 MAP.prototype = Object.create(HTMLTag.prototype);
244 MAP.prototype.constructor = MAP;
245 MARK.prototype = Object.create(HTMLTag.prototype);
246 MARK.prototype.constructor = MARK;
247 MATH.prototype = Object.create(HTMLTag.prototype);
248 MATH.prototype.constructor = MATH;
249 MATHML.prototype = Object.create(HTMLTag.prototype);
250 MATHML.prototype.constructor = MATHML;
251 META.prototype = Object.create(HTMLTag.prototype);
252 META.prototype.constructor = META;
253 METER.prototype = Object.create(HTMLTag.prototype);
254 METER.prototype.constructor = METER;
255 NAV.prototype = Object.create(HTMLTag.prototype);
256 NAV.prototype.constructor = NAV;
257 NOSCRIPT.prototype = Object.create(HTMLTag.prototype);
258 NOSCRIPT.prototype.constructor = NOSCRIPT;
259 OBJECT.prototype = Object.create(HTMLTag.prototype);
260 OBJECT.prototype.constructor = OBJECT;
261 OL.prototype = Object.create(HTMLTag.prototype);
262 OL.prototype.constructor = OL;
263 OPTGROUP.prototype = Object.create(HTMLTag.prototype);
264 OPTGROUP.prototype.constructor = OPTGROUP;
265 OPTION.prototype = Object.create(HTMLTag.prototype);
266 OPTION.prototype.constructor = OPTION;
267 OUTPUT.prototype = Object.create(HTMLTag.prototype);
268 OUTPUT.prototype.constructor = OUTPUT;
269 P.prototype = Object.create(HTMLTag.prototype);
270 P.prototype.constructor = P;
271 PARAM.prototype = Object.create(HTMLTag.prototype);
272 PARAM.prototype.constructor = PARAM;
273 PRE.prototype = Object.create(HTMLTag.prototype);
274 PRE.prototype.constructor = PRE;
275 PROGRESS.prototype = Object.create(HTMLTag.prototype);
276 PROGRESS.prototype.constructor = PROGRESS;
277 Q.prototype = Object.create(HTMLTag.prototype);
278 Q.prototype.constructor = Q;
279 RP.prototype = Object.create(HTMLTag.prototype);
280 RP.prototype.constructor = RP;
281 RT.prototype = Object.create(HTMLTag.prototype);
282 RT.prototype.constructor = RT;
283 RUBY.prototype = Object.create(HTMLTag.prototype);
284 RUBY.prototype.constructor = RUBY;
285 SAMP.prototype = Object.create(HTMLTag.prototype);
286 SAMP.prototype.constructor = SAMP;
287 SCRIPT.prototype = Object.create(HTMLTag.prototype);
288 SCRIPT.prototype.constructor = SCRIPT;
289 SECTION.prototype = Object.create(HTMLTag.prototype);
290 SECTION.prototype.constructor = SECTION;
291 SELECT.prototype = Object.create(HTMLTag.prototype);
292 SELECT.prototype.constructor = SELECT;
293 SMALL.prototype = Object.create(HTMLTag.prototype);
294 SMALL.prototype.constructor = SMALL;
295 SOURCE.prototype = Object.create(HTMLTag.prototype);
296 SOURCE.prototype.constructor = SOURCE;
297 SPAN.prototype = Object.create(HTMLTag.prototype);
298 SPAN.prototype.constructor = SPAN;
299 STRONG.prototype = Object.create(HTMLTag.prototype);
300 STRONG.prototype.constructor = STRONG;
301 STYLE.prototype = Object.create(HTMLTag.prototype);
302 STYLE.prototype.constructor = STYLE;
303 SUB.prototype = Object.create(HTMLTag.prototype);
304 SUB.prototype.constructor = SUB;
305 SUMMARY.prototype = Object.create(HTMLTag.prototype);
306 SUMMARY.prototype.constructor = SUMMARY;
307 SUP.prototype = Object.create(HTMLTag.prototype);
308 SUP.prototype.constructor = SUP;
309 SVG.prototype = Object.create(HTMLTag.prototype);
310 SVG.prototype.constructor = SVG;
311 TABLE.prototype = Object.create(HTMLTag.prototype);
312 TABLE.prototype.constructor = TABLE;
313 TBODY.prototype = Object.create(HTMLTag.prototype);
314 TBODY.prototype.constructor = TBODY;
315 TD.prototype = Object.create(HTMLTag.prototype);
316 TD.prototype.constructor = TD;
317 TEXTAREA.prototype = Object.create(HTMLTag.prototype);
318 TEXTAREA.prototype.constructor = TEXTAREA;
319 TFOOT.prototype = Object.create(HTMLTag.prototype);
320 TFOOT.prototype.constructor = TFOOT;
321 TH.prototype = Object.create(HTMLTag.prototype);
322 TH.prototype.constructor = TH;
323 THEAD.prototype = Object.create(HTMLTag.prototype);
324 THEAD.prototype.constructor = THEAD;
325 TIME.prototype = Object.create(HTMLTag.prototype);
326 TIME.prototype.constructor = TIME;
327 TITLE.prototype = Object.create(HTMLTag.prototype);
328 TITLE.prototype.constructor = TITLE;
329 TR.prototype = Object.create(HTMLTag.prototype);
330 TR.prototype.constructor = TR;
331 UL.prototype = Object.create(HTMLTag.prototype);
332 UL.prototype.constructor = UL;
333 VAR.prototype = Object.create(HTMLTag.prototype);
334 VAR.prototype.constructor = VAR;
335 VIDEO.prototype = Object.create(HTMLTag.prototype);
336 VIDEO.prototype.constructor = VIDEO;
337 function TagConsumer() {
338 }
339 TagConsumer.prototype.onTagError_cjwpn3$ = function (tag, exception) {
340 throw exception;
341 };
342 TagConsumer.$metadata$ = {
343 kind: Kind_INTERFACE,
344 simpleName: 'TagConsumer',
345 interfaces: []
346 };
347 function Tag() {
348 }
349 Tag.prototype.unaryPlus_lvwjq6$ = function ($receiver) {
350 this.entity_ws8or7$($receiver);
351 };
352 Tag.prototype.unaryPlus_pdl1vz$ = function ($receiver) {
353 this.text_61zpoe$($receiver);
354 };
355 Tag.prototype.text_61zpoe$ = function (s) {
356 this.consumer.onTagContent_6bul2c$(s);
357 };
358 Tag.prototype.text_3p81yu$ = function (n) {
359 this.text_61zpoe$(n.toString());
360 };
361 Tag.prototype.entity_ws8or7$ = function (e) {
362 this.consumer.onTagContentEntity_ws8or7$(e);
363 };
364 Tag.prototype.comment_61zpoe$ = function (s) {
365 this.consumer.onTagComment_6bul2c$(s);
366 };
367 Tag.$metadata$ = {
368 kind: Kind_INTERFACE,
369 simpleName: 'Tag',
370 interfaces: []
371 };
372 function Unsafe() {
373 }
374 Unsafe.prototype.unaryPlus_lvwjq6$ = function ($receiver) {
375 this.unaryPlus_pdl1vz$($receiver.text);
376 };
377 Unsafe.prototype.raw_61zpoe$ = function (s) {
378 this.unaryPlus_pdl1vz$(s);
379 };
380 Unsafe.prototype.raw_ws8or7$ = function (entity) {
381 this.unaryPlus_lvwjq6$(entity);
382 };
383 Unsafe.prototype.raw_3p81yu$ = function (n) {
384 this.unaryPlus_pdl1vz$(n.toString());
385 };
386 Unsafe.$metadata$ = {
387 kind: Kind_INTERFACE,
388 simpleName: 'Unsafe',
389 interfaces: []
390 };
391 function AttributeEnum() {
392 }
393 AttributeEnum.$metadata$ = {
394 kind: Kind_INTERFACE,
395 simpleName: 'AttributeEnum',
396 interfaces: []
397 };
398 var visit = defineInlineFunction('kotlinx-html-js.kotlinx.html.visit_xwv8ym$', wrapFunction(function () {
399 var Unit = Kotlin.kotlin.Unit;
400 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
401 function visit$lambda(closure$block) {
402 return function ($receiver) {
403 closure$block($receiver);
404 return Unit;
405 };
406 }
407 return function ($receiver, block) {
408 visitTag($receiver, visit$lambda(block));
409 };
410 }));
411 var visitAndFinalize = defineInlineFunction('kotlinx-html-js.kotlinx.html.visitAndFinalize_g9qte5$', wrapFunction(function () {
412 var Unit = Kotlin.kotlin.Unit;
413 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
414 function visitAndFinalize$lambda(closure$block) {
415 return function ($receiver) {
416 closure$block($receiver);
417 return Unit;
418 };
419 }
420 return function ($receiver, consumer, block) {
421 return visitTagAndFinalize($receiver, consumer, visitAndFinalize$lambda(block));
422 };
423 }));
424 function attributesMapOf() {
425 return emptyMap_0;
426 }
427 function attributesMapOf_0(key, value) {
428 if (value == null)
429 return emptyMap_0;
430 else
431 return singletonMapOf(key, value);
432 }
433 function attributesMapOf_1(pairs) {
434 var tmp$;
435 var result = null;
436 tmp$ = pairs.length - 1 | 0;
437 for (var i = 0; i <= tmp$; i += 2) {
438 var k = pairs[i];
439 var v = pairs[i + 1 | 0];
440 if (k != null && v != null) {
441 if (result == null) {
442 result = LinkedHashMap_init();
443 }
444 result.put_xwzc9p$(k, v);
445 }
446 }
447 return result != null ? result : emptyMap_0;
448 }
449 function singletonMapOf(key, value) {
450 return new SingletonStringMap(key, value);
451 }
452 function unsafe($receiver, block) {
453 $receiver.consumer.onTagContentUnsafe_kntra7$(block);
454 }
455 var emptyMap_0;
456 function DefaultUnsafe() {
457 this.sb_0 = StringBuilder_init();
458 }
459 DefaultUnsafe.prototype.unaryPlus_pdl1vz$ = function ($receiver) {
460 this.sb_0.append_gw00v9$($receiver);
461 };
462 DefaultUnsafe.prototype.toString = function () {
463 return this.sb_0.toString();
464 };
465 DefaultUnsafe.$metadata$ = {
466 kind: Kind_CLASS,
467 simpleName: 'DefaultUnsafe',
468 interfaces: [Unsafe]
469 };
470 function HtmlTagMarker() {
471 }
472 HtmlTagMarker.$metadata$ = {
473 kind: Kind_CLASS,
474 simpleName: 'HtmlTagMarker',
475 interfaces: [Annotation]
476 };
477 function SingletonStringMap(key, value) {
478 this.key_fdtcub$_0 = key;
479 this.value_484qs5$_0 = value;
480 }
481 Object.defineProperty(SingletonStringMap.prototype, 'key', {
482 get: function () {
483 return this.key_fdtcub$_0;
484 }
485 });
486 Object.defineProperty(SingletonStringMap.prototype, 'value', {
487 get: function () {
488 return this.value_484qs5$_0;
489 }
490 });
491 Object.defineProperty(SingletonStringMap.prototype, 'entries', {
492 get: function () {
493 return setOf(this);
494 }
495 });
496 Object.defineProperty(SingletonStringMap.prototype, 'keys', {
497 get: function () {
498 return setOf(this.key);
499 }
500 });
501 Object.defineProperty(SingletonStringMap.prototype, 'size', {
502 get: function () {
503 return 1;
504 }
505 });
506 Object.defineProperty(SingletonStringMap.prototype, 'values', {
507 get: function () {
508 return listOf(this.value);
509 }
510 });
511 SingletonStringMap.prototype.containsKey_11rb$ = function (key) {
512 return equals(key, this.key);
513 };
514 SingletonStringMap.prototype.containsValue_11rc$ = function (value) {
515 return equals(value, this.value);
516 };
517 SingletonStringMap.prototype.get_11rb$ = function (key) {
518 return equals(key, this.key) ? this.value : null;
519 };
520 SingletonStringMap.prototype.isEmpty = function () {
521 return false;
522 };
523 SingletonStringMap.$metadata$ = {
524 kind: Kind_CLASS,
525 simpleName: 'SingletonStringMap',
526 interfaces: [Map$Entry, Map]
527 };
528 SingletonStringMap.prototype.component1 = function () {
529 return this.key;
530 };
531 SingletonStringMap.prototype.component2 = function () {
532 return this.value;
533 };
534 SingletonStringMap.prototype.copy_puj7f4$ = function (key, value) {
535 return new SingletonStringMap(key === void 0 ? this.key : key, value === void 0 ? this.value : value);
536 };
537 SingletonStringMap.prototype.toString = function () {
538 return 'SingletonStringMap(key=' + Kotlin.toString(this.key) + (', value=' + Kotlin.toString(this.value)) + ')';
539 };
540 SingletonStringMap.prototype.hashCode = function () {
541 var result = 0;
542 result = result * 31 + Kotlin.hashCode(this.key) | 0;
543 result = result * 31 + Kotlin.hashCode(this.value) | 0;
544 return result;
545 };
546 SingletonStringMap.prototype.equals = function (other) {
547 return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.key, other.key) && Kotlin.equals(this.value, other.value)))));
548 };
549 function AttributeEncoder() {
550 }
551 AttributeEncoder.prototype.empty_l5rr1g$ = function (attributeName, tag) {
552 throw IllegalStateException_init('Attribute ' + attributeName + ' is not yet defined for tag ' + tag.tagName);
553 };
554 AttributeEncoder.$metadata$ = {
555 kind: Kind_INTERFACE,
556 simpleName: 'AttributeEncoder',
557 interfaces: []
558 };
559 function Attribute(encoder) {
560 this.encoder = encoder;
561 }
562 Attribute.prototype.get_txhc1s$ = function (thisRef, attributeName) {
563 var tmp$, tmp$_0;
564 return (tmp$_0 = (tmp$ = thisRef.attributes.get_11rb$(attributeName)) != null ? this.encoder.decode_puj7f4$(attributeName, tmp$) : null) != null ? tmp$_0 : this.encoder.empty_l5rr1g$(attributeName, thisRef);
565 };
566 Attribute.prototype.set_fid0sb$ = function (thisRef, attributeName, value) {
567 thisRef.attributes.put_xwzc9p$(attributeName, this.encoder.encode_yuqcw7$(attributeName, value));
568 };
569 Attribute.$metadata$ = {
570 kind: Kind_CLASS,
571 simpleName: 'Attribute',
572 interfaces: []
573 };
574 function StringEncoder() {
575 StringEncoder_instance = this;
576 }
577 StringEncoder.prototype.encode_yuqcw7$ = function (attributeName, value) {
578 return value;
579 };
580 StringEncoder.prototype.decode_puj7f4$ = function (attributeName, value) {
581 return value;
582 };
583 StringEncoder.$metadata$ = {
584 kind: Kind_OBJECT,
585 simpleName: 'StringEncoder',
586 interfaces: [AttributeEncoder]
587 };
588 var StringEncoder_instance = null;
589 function StringEncoder_getInstance() {
590 if (StringEncoder_instance === null) {
591 new StringEncoder();
592 }
593 return StringEncoder_instance;
594 }
595 function StringAttribute() {
596 Attribute.call(this, StringEncoder_getInstance());
597 }
598 StringAttribute.$metadata$ = {
599 kind: Kind_CLASS,
600 simpleName: 'StringAttribute',
601 interfaces: [Attribute]
602 };
603 function booleanEncode($receiver) {
604 return $receiver.toString();
605 }
606 function BooleanEncoder(trueValue, falseValue) {
607 if (trueValue === void 0)
608 trueValue = 'true';
609 if (falseValue === void 0)
610 falseValue = 'false';
611 this.trueValue = trueValue;
612 this.falseValue = falseValue;
613 }
614 BooleanEncoder.prototype.encode_yuqcw7$ = function (attributeName, value) {
615 return value ? this.trueValue : this.falseValue;
616 };
617 BooleanEncoder.prototype.decode_puj7f4$ = function (attributeName, value) {
618 if (equals(value, this.trueValue))
619 return true;
620 else if (equals(value, this.falseValue))
621 return false;
622 else
623 throw IllegalArgumentException_init('Unknown value ' + value + ' for ' + attributeName);
624 };
625 BooleanEncoder.$metadata$ = {
626 kind: Kind_CLASS,
627 simpleName: 'BooleanEncoder',
628 interfaces: [AttributeEncoder]
629 };
630 function BooleanAttribute(trueValue, falseValue) {
631 if (trueValue === void 0)
632 trueValue = 'true';
633 if (falseValue === void 0)
634 falseValue = 'false';
635 Attribute.call(this, new BooleanEncoder(trueValue, falseValue));
636 }
637 BooleanAttribute.$metadata$ = {
638 kind: Kind_CLASS,
639 simpleName: 'BooleanAttribute',
640 interfaces: [Attribute]
641 };
642 function tickerEncode($receiver, attributeName) {
643 return $receiver ? attributeName : '';
644 }
645 function TickerEncoder() {
646 TickerEncoder_instance = this;
647 }
648 TickerEncoder.prototype.encode_yuqcw7$ = function (attributeName, value) {
649 return tickerEncode(value, attributeName);
650 };
651 TickerEncoder.prototype.decode_puj7f4$ = function (attributeName, value) {
652 return equals(value, attributeName);
653 };
654 TickerEncoder.$metadata$ = {
655 kind: Kind_OBJECT,
656 simpleName: 'TickerEncoder',
657 interfaces: [AttributeEncoder]
658 };
659 var TickerEncoder_instance = null;
660 function TickerEncoder_getInstance() {
661 if (TickerEncoder_instance === null) {
662 new TickerEncoder();
663 }
664 return TickerEncoder_instance;
665 }
666 function TickerAttribute() {
667 Attribute.call(this, TickerEncoder_getInstance());
668 }
669 TickerAttribute.prototype.set_fid0sb$ = function (thisRef, attributeName, value) {
670 if (value) {
671 thisRef.attributes.put_xwzc9p$(attributeName, attributeName);
672 }
673 else {
674 thisRef.attributes.remove_11rb$(attributeName);
675 }
676 };
677 TickerAttribute.$metadata$ = {
678 kind: Kind_CLASS,
679 simpleName: 'TickerAttribute',
680 interfaces: [Attribute]
681 };
682 function EnumEncoder(valuesMap) {
683 this.valuesMap = valuesMap;
684 }
685 EnumEncoder.prototype.encode_yuqcw7$ = function (attributeName, value) {
686 return value.realValue;
687 };
688 EnumEncoder.prototype.decode_puj7f4$ = function (attributeName, value) {
689 var tmp$;
690 tmp$ = this.valuesMap.get_11rb$(value);
691 if (tmp$ == null) {
692 throw IllegalArgumentException_init('Unknown value ' + value + ' for ' + attributeName);
693 }
694 return tmp$;
695 };
696 EnumEncoder.$metadata$ = {
697 kind: Kind_CLASS,
698 simpleName: 'EnumEncoder',
699 interfaces: [AttributeEncoder]
700 };
701 function enumEncode($receiver) {
702 return $receiver.realValue;
703 }
704 function EnumAttribute(values) {
705 Attribute.call(this, new EnumEncoder(values));
706 this.values = values;
707 }
708 EnumAttribute.$metadata$ = {
709 kind: Kind_CLASS,
710 simpleName: 'EnumAttribute',
711 interfaces: [Attribute]
712 };
713 function stringSetDecode(value) {
714 var tmp$, tmp$_0;
715 var tmp$_1;
716 if ((tmp$ = value != null ? Regex_init('\\s+').split_905azu$(value, 0) : null) != null) {
717 var destination = ArrayList_init();
718 var tmp$_2;
719 tmp$_2 = tmp$.iterator();
720 while (tmp$_2.hasNext()) {
721 var element = tmp$_2.next();
722 if (!(element.length === 0))
723 destination.add_11rb$(element);
724 }
725 tmp$_1 = destination;
726 }
727 else
728 tmp$_1 = null;
729 return (tmp$_0 = tmp$_1) != null ? toSet(tmp$_0) : null;
730 }
731 function stringSetEncode($receiver) {
732 return joinToString($receiver, ' ');
733 }
734 function StringSetEncoder() {
735 StringSetEncoder_instance = this;
736 }
737 StringSetEncoder.prototype.encode_yuqcw7$ = function (attributeName, value) {
738 return joinToString(value, ' ');
739 };
740 StringSetEncoder.prototype.decode_puj7f4$ = function (attributeName, value) {
741 return ensureNotNull(stringSetDecode(value));
742 };
743 StringSetEncoder.prototype.empty_l5rr1g$ = function (attributeName, tag) {
744 return emptySet();
745 };
746 StringSetEncoder.$metadata$ = {
747 kind: Kind_OBJECT,
748 simpleName: 'StringSetEncoder',
749 interfaces: [AttributeEncoder]
750 };
751 var StringSetEncoder_instance = null;
752 function StringSetEncoder_getInstance() {
753 if (StringSetEncoder_instance === null) {
754 new StringSetEncoder();
755 }
756 return StringSetEncoder_instance;
757 }
758 function StringSetAttribute() {
759 Attribute.call(this, StringSetEncoder_getInstance());
760 }
761 StringSetAttribute.$metadata$ = {
762 kind: Kind_CLASS,
763 simpleName: 'StringSetAttribute',
764 interfaces: [Attribute]
765 };
766 function visitAndFinalize$lambda(closure$block) {
767 return function ($receiver) {
768 closure$block($receiver);
769 return Unit;
770 };
771 }
772 function visit$lambda(closure$block) {
773 return function ($receiver) {
774 closure$block($receiver);
775 return Unit;
776 };
777 }
778 function visit$lambda_0(closure$block) {
779 return function ($receiver) {
780 closure$block($receiver);
781 return Unit;
782 };
783 }
784 function visit$lambda_1(closure$block) {
785 return function ($receiver) {
786 closure$block($receiver);
787 return Unit;
788 };
789 }
790 function visitAndFinalize$lambda_0(closure$block) {
791 return function ($receiver) {
792 closure$block($receiver);
793 return Unit;
794 };
795 }
796 function visitAndFinalize$lambda_1(closure$block) {
797 return function ($receiver) {
798 closure$block($receiver);
799 return Unit;
800 };
801 }
802 function visit$lambda_2(closure$block) {
803 return function ($receiver) {
804 closure$block($receiver);
805 return Unit;
806 };
807 }
808 function visit$lambda_3(closure$block) {
809 return function ($receiver) {
810 closure$block($receiver);
811 return Unit;
812 };
813 }
814 function legEnd$lambda($receiver) {
815 return Unit;
816 }
817 function legEnd($receiver, classes, block) {
818 if (classes === void 0)
819 classes = null;
820 if (block === void 0)
821 block = legEnd$lambda;
822 return visitTagAndFinalize(new LEGEND(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
823 }
824 function legEnd$lambda_0($receiver) {
825 return Unit;
826 }
827 function legEnd_0($receiver, classes, block) {
828 if (classes === void 0)
829 classes = null;
830 if (block === void 0)
831 block = legEnd$lambda_0;
832 visitTag(new LEGEND(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda(block));
833 }
834 function legEnd$lambda_1($receiver) {
835 return Unit;
836 }
837 function legEnd_1($receiver, classes, block) {
838 if (classes === void 0)
839 classes = null;
840 if (block === void 0)
841 block = legEnd$lambda_1;
842 visitTag(new LEGEND(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_0(block));
843 }
844 function legEnd$lambda_2($receiver) {
845 return Unit;
846 }
847 function legEnd_2($receiver, classes, block) {
848 if (classes === void 0)
849 classes = null;
850 if (block === void 0)
851 block = legEnd$lambda_2;
852 visitTag(new LEGEND(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_1(block));
853 }
854 var get_true_ = defineInlineFunction('kotlinx-html-js.kotlinx.html.get_true__sh13o2$', wrapFunction(function () {
855 var Draggable = _.kotlinx.html.Draggable;
856 return function ($receiver) {
857 return Draggable.htmlTrue;
858 };
859 }));
860 var get_false_ = defineInlineFunction('kotlinx-html-js.kotlinx.html.get_false__sh13o2$', wrapFunction(function () {
861 var Draggable = _.kotlinx.html.Draggable;
862 return function ($receiver) {
863 return Draggable.htmlFalse;
864 };
865 }));
866 function object_$lambda($receiver) {
867 return Unit;
868 }
869 function object_($receiver, classes, block) {
870 if (classes === void 0)
871 classes = null;
872 if (block === void 0)
873 block = object_$lambda;
874 return visitTagAndFinalize(new OBJECT(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_0(block));
875 }
876 function var_$lambda($receiver) {
877 return Unit;
878 }
879 function var_($receiver, classes, block) {
880 if (classes === void 0)
881 classes = null;
882 if (block === void 0)
883 block = var_$lambda;
884 return visitTagAndFinalize(new VAR(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_1(block));
885 }
886 function var__0($receiver, classes, block) {
887 if (classes === void 0)
888 classes = null;
889 visitTag(new VAR(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_2(block));
890 }
891 function object_$lambda_0($receiver) {
892 return Unit;
893 }
894 function object__0($receiver, classes, block) {
895 if (classes === void 0)
896 classes = null;
897 if (block === void 0)
898 block = object_$lambda_0;
899 visitTag(new OBJECT(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_3(block));
900 }
901 function get_for_($receiver) {
902 return $receiver.htmlFor;
903 }
904 function set_for_($receiver, value) {
905 $receiver.htmlFor = value;
906 }
907 function get_for__0($receiver) {
908 return $receiver.htmlFor;
909 }
910 function set_for__0($receiver, value) {
911 $receiver.htmlFor = value;
912 }
913 function get_onTouchcancel($receiver) {
914 return get_onTouchCancel($receiver);
915 }
916 function set_onTouchcancel($receiver, newValue) {
917 set_onTouchCancel($receiver, newValue);
918 }
919 function get_onTouchmove($receiver) {
920 return get_onTouchMove($receiver);
921 }
922 function set_onTouchmove($receiver, newValue) {
923 set_onTouchMove($receiver, newValue);
924 }
925 function DelayedConsumer(downstream) {
926 this.downstream = downstream;
927 this.delayed_0 = null;
928 }
929 DelayedConsumer.prototype.onTagStart_tkgjla$ = function (tag) {
930 this.processDelayedTag_0();
931 this.delayed_0 = tag;
932 };
933 DelayedConsumer.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
934 if (this.delayed_0 == null || !equals(this.delayed_0, tag)) {
935 throw IllegalStateException_init("You can't change tag attribute because it was already passed to the downstream");
936 }
937 };
938 DelayedConsumer.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
939 if (this.delayed_0 == null || !equals(this.delayed_0, tag)) {
940 throw IllegalStateException_init("You can't change tag attribute because it was already passed to the downstream");
941 }
942 };
943 DelayedConsumer.prototype.onTagEnd_tkgjla$ = function (tag) {
944 this.processDelayedTag_0();
945 this.downstream.onTagEnd_tkgjla$(tag);
946 };
947 DelayedConsumer.prototype.onTagContent_6bul2c$ = function (content) {
948 this.processDelayedTag_0();
949 this.downstream.onTagContent_6bul2c$(content);
950 };
951 DelayedConsumer.prototype.onTagContentEntity_ws8or7$ = function (entity) {
952 this.processDelayedTag_0();
953 this.downstream.onTagContentEntity_ws8or7$(entity);
954 };
955 DelayedConsumer.prototype.onTagError_cjwpn3$ = function (tag, exception) {
956 this.processDelayedTag_0();
957 this.downstream.onTagError_cjwpn3$(tag, exception);
958 };
959 DelayedConsumer.prototype.onTagComment_6bul2c$ = function (content) {
960 this.processDelayedTag_0();
961 this.downstream.onTagComment_6bul2c$(content);
962 };
963 DelayedConsumer.prototype.finalize = function () {
964 this.processDelayedTag_0();
965 return this.downstream.finalize();
966 };
967 DelayedConsumer.prototype.onTagContentUnsafe_kntra7$ = function (block) {
968 this.processDelayedTag_0();
969 return this.downstream.onTagContentUnsafe_kntra7$(block);
970 };
971 DelayedConsumer.prototype.processDelayedTag_0 = function () {
972 var tmp$;
973 if ((tmp$ = this.delayed_0) != null) {
974 this.delayed_0 = null;
975 this.downstream.onTagStart_tkgjla$(tmp$);
976 }
977 };
978 DelayedConsumer.$metadata$ = {
979 kind: Kind_CLASS,
980 simpleName: 'DelayedConsumer',
981 interfaces: [TagConsumer]
982 };
983 function delayed($receiver) {
984 return Kotlin.isType($receiver, DelayedConsumer) ? $receiver : new DelayedConsumer($receiver);
985 }
986 function DelegatingMap(initialValues, tag, consumer) {
987 this.tag_0 = tag;
988 this.consumer_0 = consumer;
989 this.backing_0 = initialValues;
990 this.backingMutable_0 = false;
991 }
992 Object.defineProperty(DelegatingMap.prototype, 'size', {
993 get: function () {
994 return this.backing_0.size;
995 }
996 });
997 DelegatingMap.prototype.isEmpty = function () {
998 return this.backing_0.isEmpty();
999 };
1000 DelegatingMap.prototype.containsKey_11rb$ = function (key) {
1001 return this.backing_0.containsKey_11rb$(key);
1002 };
1003 DelegatingMap.prototype.containsValue_11rc$ = function (value) {
1004 return this.backing_0.containsValue_11rc$(value);
1005 };
1006 DelegatingMap.prototype.get_11rb$ = function (key) {
1007 return this.backing_0.get_11rb$(key);
1008 };
1009 DelegatingMap.prototype.put_xwzc9p$ = function (key, value) {
1010 var mutable = this.switchToMutable_0();
1011 var old = mutable.put_xwzc9p$(key, value);
1012 if (!equals(old, value)) {
1013 this.consumer_0().onTagAttributeChange_5n2z71$(this.tag_0, key, value);
1014 }
1015 return old;
1016 };
1017 DelegatingMap.prototype.remove_11rb$ = function (key) {
1018 var tmp$;
1019 var mutable = this.switchToMutable_0();
1020 var tmp$_0;
1021 if ((tmp$ = mutable.remove_11rb$(key)) != null) {
1022 this.consumer_0().onTagAttributeChange_5n2z71$(this.tag_0, key, null);
1023 tmp$_0 = tmp$;
1024 }
1025 else
1026 tmp$_0 = null;
1027 return tmp$_0;
1028 };
1029 DelegatingMap.prototype.putAll_a2k3zr$ = function (from) {
1030 if (from.isEmpty())
1031 return;
1032 var consumer = this.consumer_0();
1033 var mutable = this.switchToMutable_0();
1034 var tmp$;
1035 tmp$ = from.entries.iterator();
1036 while (tmp$.hasNext()) {
1037 var element = tmp$.next();
1038 if (!equals(mutable.put_xwzc9p$(element.key, element.value), element.value)) {
1039 consumer.onTagAttributeChange_5n2z71$(this.tag_0, element.key, element.value);
1040 }
1041 }
1042 };
1043 DelegatingMap.prototype.clear = function () {
1044 var tmp$;
1045 tmp$ = this.backing_0.entries.iterator();
1046 while (tmp$.hasNext()) {
1047 var element = tmp$.next();
1048 this.consumer_0().onTagAttributeChange_5n2z71$(this.tag_0, element.key, null);
1049 }
1050 this.backing_0 = emptyMap();
1051 this.backingMutable_0 = false;
1052 };
1053 Object.defineProperty(DelegatingMap.prototype, 'immutableEntries', {
1054 get: function () {
1055 return this.backing_0.entries;
1056 }
1057 });
1058 DelegatingMap.prototype.switchToMutable_0 = function () {
1059 var tmp$, tmp$_0;
1060 if (this.backingMutable_0) {
1061 tmp$ = this.backing_0;
1062 }
1063 else {
1064 this.backingMutable_0 = true;
1065 this.backing_0 = LinkedHashMap_init_0(this.backing_0);
1066 tmp$ = this.backing_0;
1067 }
1068 return Kotlin.isType(tmp$_0 = tmp$, MutableMap) ? tmp$_0 : throwCCE();
1069 };
1070 Object.defineProperty(DelegatingMap.prototype, 'keys', {
1071 get: function () {
1072 return this.switchToMutable_0().keys;
1073 }
1074 });
1075 Object.defineProperty(DelegatingMap.prototype, 'values', {
1076 get: function () {
1077 return this.switchToMutable_0().values;
1078 }
1079 });
1080 Object.defineProperty(DelegatingMap.prototype, 'entries', {
1081 get: function () {
1082 return this.switchToMutable_0().entries;
1083 }
1084 });
1085 DelegatingMap.$metadata$ = {
1086 kind: Kind_CLASS,
1087 simpleName: 'DelegatingMap',
1088 interfaces: [MutableMap]
1089 };
1090 function DelegatingExceptionConsumer(underlying, handler) {
1091 this.underlying = underlying;
1092 this.handler = handler;
1093 }
1094 DelegatingExceptionConsumer.prototype.onTagError_cjwpn3$ = function (tag, exception) {
1095 this.handler(this.underlying, exception);
1096 };
1097 DelegatingExceptionConsumer.prototype.finalize = function () {
1098 return this.underlying.finalize();
1099 };
1100 DelegatingExceptionConsumer.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
1101 return this.underlying.onTagAttributeChange_5n2z71$(tag, attribute, value);
1102 };
1103 DelegatingExceptionConsumer.prototype.onTagComment_6bul2c$ = function (content) {
1104 return this.underlying.onTagComment_6bul2c$(content);
1105 };
1106 DelegatingExceptionConsumer.prototype.onTagContent_6bul2c$ = function (content) {
1107 return this.underlying.onTagContent_6bul2c$(content);
1108 };
1109 DelegatingExceptionConsumer.prototype.onTagContentEntity_ws8or7$ = function (entity) {
1110 return this.underlying.onTagContentEntity_ws8or7$(entity);
1111 };
1112 DelegatingExceptionConsumer.prototype.onTagContentUnsafe_kntra7$ = function (block) {
1113 return this.underlying.onTagContentUnsafe_kntra7$(block);
1114 };
1115 DelegatingExceptionConsumer.prototype.onTagEnd_tkgjla$ = function (tag) {
1116 return this.underlying.onTagEnd_tkgjla$(tag);
1117 };
1118 DelegatingExceptionConsumer.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
1119 return this.underlying.onTagEvent_azi6uv$(tag, event, value);
1120 };
1121 DelegatingExceptionConsumer.prototype.onTagStart_tkgjla$ = function (tag) {
1122 return this.underlying.onTagStart_tkgjla$(tag);
1123 };
1124 DelegatingExceptionConsumer.$metadata$ = {
1125 kind: Kind_CLASS,
1126 simpleName: 'DelegatingExceptionConsumer',
1127 interfaces: [TagConsumer]
1128 };
1129 function catch_0($receiver, handler) {
1130 return new DelegatingExceptionConsumer($receiver, handler);
1131 }
1132 function PredicateResults() {
1133 PredicateResults_instance = this;
1134 this.PASS = PredicateResult$PASS_getInstance();
1135 this.SKIP = PredicateResult$SKIP_getInstance();
1136 this.DROP = PredicateResult$DROP_getInstance();
1137 }
1138 PredicateResults.$metadata$ = {
1139 kind: Kind_OBJECT,
1140 simpleName: 'PredicateResults',
1141 interfaces: []
1142 };
1143 var PredicateResults_instance = null;
1144 function PredicateResults_getInstance() {
1145 if (PredicateResults_instance === null) {
1146 new PredicateResults();
1147 }
1148 return PredicateResults_instance;
1149 }
1150 function PredicateResult(name, ordinal) {
1151 Enum.call(this);
1152 this.name$ = name;
1153 this.ordinal$ = ordinal;
1154 }
1155 function PredicateResult_initFields() {
1156 PredicateResult_initFields = function () {
1157 };
1158 PredicateResult$PASS_instance = new PredicateResult('PASS', 0);
1159 PredicateResult$SKIP_instance = new PredicateResult('SKIP', 1);
1160 PredicateResult$DROP_instance = new PredicateResult('DROP', 2);
1161 }
1162 var PredicateResult$PASS_instance;
1163 function PredicateResult$PASS_getInstance() {
1164 PredicateResult_initFields();
1165 return PredicateResult$PASS_instance;
1166 }
1167 var PredicateResult$SKIP_instance;
1168 function PredicateResult$SKIP_getInstance() {
1169 PredicateResult_initFields();
1170 return PredicateResult$SKIP_instance;
1171 }
1172 var PredicateResult$DROP_instance;
1173 function PredicateResult$DROP_getInstance() {
1174 PredicateResult_initFields();
1175 return PredicateResult$DROP_instance;
1176 }
1177 PredicateResult.$metadata$ = {
1178 kind: Kind_CLASS,
1179 simpleName: 'PredicateResult',
1180 interfaces: [Enum]
1181 };
1182 function PredicateResult$values() {
1183 return [PredicateResult$PASS_getInstance(), PredicateResult$SKIP_getInstance(), PredicateResult$DROP_getInstance()];
1184 }
1185 PredicateResult.values = PredicateResult$values;
1186 function PredicateResult$valueOf(name) {
1187 switch (name) {
1188 case 'PASS':
1189 return PredicateResult$PASS_getInstance();
1190 case 'SKIP':
1191 return PredicateResult$SKIP_getInstance();
1192 case 'DROP':
1193 return PredicateResult$DROP_getInstance();
1194 default:throwISE('No enum constant kotlinx.html.consumers.PredicateResult.' + name);
1195 }
1196 }
1197 PredicateResult.valueOf_61zpoe$ = PredicateResult$valueOf;
1198 function FilterTagConsumer(downstream, predicate) {
1199 this.downstream = downstream;
1200 this.predicate = predicate;
1201 this.currentLevel_0 = 0;
1202 this.skippedLevels_0 = HashSet_init();
1203 this.dropLevel_0 = null;
1204 }
1205 FilterTagConsumer.prototype.onTagStart_tkgjla$ = function (tag) {
1206 this.currentLevel_0 = this.currentLevel_0 + 1 | 0;
1207 if (this.dropLevel_0 == null) {
1208 switch (this.predicate(tag).name) {
1209 case 'PASS':
1210 this.downstream.onTagStart_tkgjla$(tag);
1211 break;
1212 case 'SKIP':
1213 this.skippedLevels_0.add_11rb$(this.currentLevel_0);
1214 break;
1215 case 'DROP':
1216 this.dropLevel_0 = this.currentLevel_0;
1217 break;
1218 default:Kotlin.noWhenBranchMatched();
1219 break;
1220 }
1221 }
1222 };
1223 FilterTagConsumer.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
1224 throw UnsupportedOperationException_init("this filter doesn't support attribute change");
1225 };
1226 FilterTagConsumer.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
1227 throw UnsupportedOperationException_init("this filter doesn't support attribute change");
1228 };
1229 FilterTagConsumer.prototype.onTagEnd_tkgjla$ = function (tag) {
1230 if (this.canPassCurrentLevel_0()) {
1231 this.downstream.onTagEnd_tkgjla$(tag);
1232 }
1233 this.skippedLevels_0.remove_11rb$(this.currentLevel_0);
1234 if (this.dropLevel_0 === this.currentLevel_0) {
1235 this.dropLevel_0 = null;
1236 }
1237 this.currentLevel_0 = this.currentLevel_0 - 1 | 0;
1238 };
1239 FilterTagConsumer.prototype.onTagContent_6bul2c$ = function (content) {
1240 if (this.canPassCurrentLevel_0()) {
1241 this.downstream.onTagContent_6bul2c$(content);
1242 }
1243 };
1244 FilterTagConsumer.prototype.onTagContentEntity_ws8or7$ = function (entity) {
1245 if (this.canPassCurrentLevel_0()) {
1246 this.downstream.onTagContentEntity_ws8or7$(entity);
1247 }
1248 };
1249 FilterTagConsumer.prototype.onTagContentUnsafe_kntra7$ = function (block) {
1250 if (this.canPassCurrentLevel_0()) {
1251 this.downstream.onTagContentUnsafe_kntra7$(block);
1252 }
1253 };
1254 FilterTagConsumer.prototype.canPassCurrentLevel_0 = function () {
1255 return this.dropLevel_0 == null && !this.skippedLevels_0.contains_11rb$(this.currentLevel_0);
1256 };
1257 FilterTagConsumer.prototype.onTagError_cjwpn3$ = function (tag, exception) {
1258 if (this.canPassCurrentLevel_0()) {
1259 this.downstream.onTagError_cjwpn3$(tag, exception);
1260 }
1261 };
1262 FilterTagConsumer.prototype.onTagComment_6bul2c$ = function (content) {
1263 if (this.canPassCurrentLevel_0()) {
1264 this.downstream.onTagComment_6bul2c$(content);
1265 }
1266 };
1267 FilterTagConsumer.prototype.finalize = function () {
1268 return this.downstream.finalize();
1269 };
1270 FilterTagConsumer.$metadata$ = {
1271 kind: Kind_CLASS,
1272 simpleName: 'FilterTagConsumer',
1273 interfaces: [TagConsumer]
1274 };
1275 function filter$lambda(closure$predicate) {
1276 return function (it) {
1277 return closure$predicate(PredicateResults_getInstance(), it);
1278 };
1279 }
1280 function filter($receiver, predicate) {
1281 return delayed(new FilterTagConsumer($receiver, filter$lambda(predicate)));
1282 }
1283 function FinalizeConsumer(downstream, block) {
1284 this.downstream = downstream;
1285 this.block = block;
1286 this.level_0 = 0;
1287 }
1288 FinalizeConsumer.prototype.onTagStart_tkgjla$ = function (tag) {
1289 this.downstream.onTagStart_tkgjla$(tag);
1290 this.level_0 = this.level_0 + 1 | 0;
1291 };
1292 FinalizeConsumer.prototype.onTagEnd_tkgjla$ = function (tag) {
1293 this.downstream.onTagEnd_tkgjla$(tag);
1294 this.level_0 = this.level_0 - 1 | 0;
1295 };
1296 FinalizeConsumer.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
1297 this.downstream.onTagAttributeChange_5n2z71$(tag, attribute, value);
1298 };
1299 FinalizeConsumer.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
1300 this.downstream.onTagEvent_azi6uv$(tag, event, value);
1301 };
1302 FinalizeConsumer.prototype.onTagContent_6bul2c$ = function (content) {
1303 this.downstream.onTagContent_6bul2c$(content);
1304 };
1305 FinalizeConsumer.prototype.onTagContentEntity_ws8or7$ = function (entity) {
1306 this.downstream.onTagContentEntity_ws8or7$(entity);
1307 };
1308 FinalizeConsumer.prototype.onTagContentUnsafe_kntra7$ = function (block) {
1309 this.downstream.onTagContentUnsafe_kntra7$(block);
1310 };
1311 FinalizeConsumer.prototype.onTagError_cjwpn3$ = function (tag, exception) {
1312 this.downstream.onTagError_cjwpn3$(tag, exception);
1313 };
1314 FinalizeConsumer.prototype.onTagComment_6bul2c$ = function (content) {
1315 this.downstream.onTagComment_6bul2c$(content);
1316 };
1317 FinalizeConsumer.prototype.finalize = function () {
1318 return this.block(this.downstream.finalize(), this.level_0 > 0);
1319 };
1320 FinalizeConsumer.$metadata$ = {
1321 kind: Kind_CLASS,
1322 simpleName: 'FinalizeConsumer',
1323 interfaces: [TagConsumer]
1324 };
1325 function onFinalize$lambda(closure$block) {
1326 return function (to, partial) {
1327 closure$block(to, partial);
1328 return to;
1329 };
1330 }
1331 function onFinalize($receiver, block) {
1332 return new FinalizeConsumer($receiver, onFinalize$lambda(block));
1333 }
1334 function onFinalizeMap($receiver, block) {
1335 return new FinalizeConsumer($receiver, block);
1336 }
1337 function CommonAttributeGroupFacade() {
1338 }
1339 CommonAttributeGroupFacade.$metadata$ = {
1340 kind: Kind_INTERFACE,
1341 simpleName: 'CommonAttributeGroupFacade',
1342 interfaces: [Tag]
1343 };
1344 function get_enableTheming($receiver) {
1345 return attributeBooleanBoolean.get_txhc1s$($receiver, 'EnableTheming');
1346 }
1347 function set_enableTheming($receiver, newValue) {
1348 attributeBooleanBoolean.set_fid0sb$($receiver, 'EnableTheming', newValue);
1349 }
1350 function get_enableViewState($receiver) {
1351 return attributeBooleanBoolean.get_txhc1s$($receiver, 'EnableViewState');
1352 }
1353 function set_enableViewState($receiver, newValue) {
1354 attributeBooleanBoolean.set_fid0sb$($receiver, 'EnableViewState', newValue);
1355 }
1356 function get_skinID($receiver) {
1357 return attributeStringString.get_txhc1s$($receiver, 'SkinID');
1358 }
1359 function set_skinID($receiver, newValue) {
1360 attributeStringString.set_fid0sb$($receiver, 'SkinID', newValue);
1361 }
1362 function get_visible($receiver) {
1363 return attributeBooleanBoolean.get_txhc1s$($receiver, 'Visible');
1364 }
1365 function set_visible($receiver, newValue) {
1366 attributeBooleanBoolean.set_fid0sb$($receiver, 'Visible', newValue);
1367 }
1368 function get_accessKey($receiver) {
1369 return attributeStringString.get_txhc1s$($receiver, 'accesskey');
1370 }
1371 function set_accessKey($receiver, newValue) {
1372 attributeStringString.set_fid0sb$($receiver, 'accesskey', newValue);
1373 }
1374 function get_classes($receiver) {
1375 return attributeSetStringStringSet.get_txhc1s$($receiver, 'class');
1376 }
1377 function set_classes($receiver, newValue) {
1378 attributeSetStringStringSet.set_fid0sb$($receiver, 'class', newValue);
1379 }
1380 function get_contentEditable($receiver) {
1381 return attributeBooleanBoolean.get_txhc1s$($receiver, 'contenteditable');
1382 }
1383 function set_contentEditable($receiver, newValue) {
1384 attributeBooleanBoolean.set_fid0sb$($receiver, 'contenteditable', newValue);
1385 }
1386 function get_contextMenu($receiver) {
1387 return attributeStringString.get_txhc1s$($receiver, 'contextmenu');
1388 }
1389 function set_contextMenu($receiver, newValue) {
1390 attributeStringString.set_fid0sb$($receiver, 'contextmenu', newValue);
1391 }
1392 function get_dataFolderName($receiver) {
1393 return attributeStringString.get_txhc1s$($receiver, 'data-FolderName');
1394 }
1395 function set_dataFolderName($receiver, newValue) {
1396 attributeStringString.set_fid0sb$($receiver, 'data-FolderName', newValue);
1397 }
1398 function get_dataMsgId($receiver) {
1399 return attributeStringString.get_txhc1s$($receiver, 'data-MsgId');
1400 }
1401 function set_dataMsgId($receiver, newValue) {
1402 attributeStringString.set_fid0sb$($receiver, 'data-MsgId', newValue);
1403 }
1404 function get_dir($receiver) {
1405 return attributeDirEnumDirValues.get_txhc1s$($receiver, 'dir');
1406 }
1407 function set_dir($receiver, newValue) {
1408 attributeDirEnumDirValues.set_fid0sb$($receiver, 'dir', newValue);
1409 }
1410 function get_draggable($receiver) {
1411 return attributeDraggableEnumDraggableValues.get_txhc1s$($receiver, 'draggable');
1412 }
1413 function set_draggable($receiver, newValue) {
1414 attributeDraggableEnumDraggableValues.set_fid0sb$($receiver, 'draggable', newValue);
1415 }
1416 function get_hidden($receiver) {
1417 return attributeBooleanTicker.get_txhc1s$($receiver, 'hidden');
1418 }
1419 function set_hidden($receiver, newValue) {
1420 attributeBooleanTicker.set_fid0sb$($receiver, 'hidden', newValue);
1421 }
1422 function get_id($receiver) {
1423 return attributeStringString.get_txhc1s$($receiver, 'id');
1424 }
1425 function set_id($receiver, newValue) {
1426 attributeStringString.set_fid0sb$($receiver, 'id', newValue);
1427 }
1428 function get_itemProp($receiver) {
1429 return attributeStringString.get_txhc1s$($receiver, 'itemprop');
1430 }
1431 function set_itemProp($receiver, newValue) {
1432 attributeStringString.set_fid0sb$($receiver, 'itemprop', newValue);
1433 }
1434 function get_lang($receiver) {
1435 return attributeStringString.get_txhc1s$($receiver, 'lang');
1436 }
1437 function set_lang($receiver, newValue) {
1438 attributeStringString.set_fid0sb$($receiver, 'lang', newValue);
1439 }
1440 function get_onAbort($receiver) {
1441 return attributeStringString.get_txhc1s$($receiver, 'onabort');
1442 }
1443 function set_onAbort($receiver, newValue) {
1444 attributeStringString.set_fid0sb$($receiver, 'onabort', newValue);
1445 }
1446 function get_onBlur($receiver) {
1447 return attributeStringString.get_txhc1s$($receiver, 'onblur');
1448 }
1449 function set_onBlur($receiver, newValue) {
1450 attributeStringString.set_fid0sb$($receiver, 'onblur', newValue);
1451 }
1452 function get_onCanPlay($receiver) {
1453 return attributeStringString.get_txhc1s$($receiver, 'oncanplay');
1454 }
1455 function set_onCanPlay($receiver, newValue) {
1456 attributeStringString.set_fid0sb$($receiver, 'oncanplay', newValue);
1457 }
1458 function get_onCanPlayThrough($receiver) {
1459 return attributeStringString.get_txhc1s$($receiver, 'oncanplaythrough');
1460 }
1461 function set_onCanPlayThrough($receiver, newValue) {
1462 attributeStringString.set_fid0sb$($receiver, 'oncanplaythrough', newValue);
1463 }
1464 function get_onChange($receiver) {
1465 return attributeStringString.get_txhc1s$($receiver, 'onchange');
1466 }
1467 function set_onChange($receiver, newValue) {
1468 attributeStringString.set_fid0sb$($receiver, 'onchange', newValue);
1469 }
1470 function get_onClick($receiver) {
1471 return attributeStringString.get_txhc1s$($receiver, 'onclick');
1472 }
1473 function set_onClick($receiver, newValue) {
1474 attributeStringString.set_fid0sb$($receiver, 'onclick', newValue);
1475 }
1476 function get_onContextMenu($receiver) {
1477 return attributeStringString.get_txhc1s$($receiver, 'oncontextmenu');
1478 }
1479 function set_onContextMenu($receiver, newValue) {
1480 attributeStringString.set_fid0sb$($receiver, 'oncontextmenu', newValue);
1481 }
1482 function get_onDoubleClick($receiver) {
1483 return attributeStringString.get_txhc1s$($receiver, 'ondblclick');
1484 }
1485 function set_onDoubleClick($receiver, newValue) {
1486 attributeStringString.set_fid0sb$($receiver, 'ondblclick', newValue);
1487 }
1488 function get_onDrag($receiver) {
1489 return attributeStringString.get_txhc1s$($receiver, 'ondrag');
1490 }
1491 function set_onDrag($receiver, newValue) {
1492 attributeStringString.set_fid0sb$($receiver, 'ondrag', newValue);
1493 }
1494 function get_onDragEnd($receiver) {
1495 return attributeStringString.get_txhc1s$($receiver, 'ondragend');
1496 }
1497 function set_onDragEnd($receiver, newValue) {
1498 attributeStringString.set_fid0sb$($receiver, 'ondragend', newValue);
1499 }
1500 function get_onDragEnter($receiver) {
1501 return attributeStringString.get_txhc1s$($receiver, 'ondragenter');
1502 }
1503 function set_onDragEnter($receiver, newValue) {
1504 attributeStringString.set_fid0sb$($receiver, 'ondragenter', newValue);
1505 }
1506 function get_onDragLeave($receiver) {
1507 return attributeStringString.get_txhc1s$($receiver, 'ondragleave');
1508 }
1509 function set_onDragLeave($receiver, newValue) {
1510 attributeStringString.set_fid0sb$($receiver, 'ondragleave', newValue);
1511 }
1512 function get_onDragOver($receiver) {
1513 return attributeStringString.get_txhc1s$($receiver, 'ondragover');
1514 }
1515 function set_onDragOver($receiver, newValue) {
1516 attributeStringString.set_fid0sb$($receiver, 'ondragover', newValue);
1517 }
1518 function get_onDragStart($receiver) {
1519 return attributeStringString.get_txhc1s$($receiver, 'ondragstart');
1520 }
1521 function set_onDragStart($receiver, newValue) {
1522 attributeStringString.set_fid0sb$($receiver, 'ondragstart', newValue);
1523 }
1524 function get_onDrop($receiver) {
1525 return attributeStringString.get_txhc1s$($receiver, 'ondrop');
1526 }
1527 function set_onDrop($receiver, newValue) {
1528 attributeStringString.set_fid0sb$($receiver, 'ondrop', newValue);
1529 }
1530 function get_onDurationChange($receiver) {
1531 return attributeStringString.get_txhc1s$($receiver, 'ondurationchange');
1532 }
1533 function set_onDurationChange($receiver, newValue) {
1534 attributeStringString.set_fid0sb$($receiver, 'ondurationchange', newValue);
1535 }
1536 function get_onEmptied($receiver) {
1537 return attributeStringString.get_txhc1s$($receiver, 'onemptied');
1538 }
1539 function set_onEmptied($receiver, newValue) {
1540 attributeStringString.set_fid0sb$($receiver, 'onemptied', newValue);
1541 }
1542 function get_onEnded($receiver) {
1543 return attributeStringString.get_txhc1s$($receiver, 'onended');
1544 }
1545 function set_onEnded($receiver, newValue) {
1546 attributeStringString.set_fid0sb$($receiver, 'onended', newValue);
1547 }
1548 function get_onError($receiver) {
1549 return attributeStringString.get_txhc1s$($receiver, 'onerror');
1550 }
1551 function set_onError($receiver, newValue) {
1552 attributeStringString.set_fid0sb$($receiver, 'onerror', newValue);
1553 }
1554 function get_onFocus($receiver) {
1555 return attributeStringString.get_txhc1s$($receiver, 'onfocus');
1556 }
1557 function set_onFocus($receiver, newValue) {
1558 attributeStringString.set_fid0sb$($receiver, 'onfocus', newValue);
1559 }
1560 function get_onFocusIn($receiver) {
1561 return attributeStringString.get_txhc1s$($receiver, 'onfocusin');
1562 }
1563 function set_onFocusIn($receiver, newValue) {
1564 attributeStringString.set_fid0sb$($receiver, 'onfocusin', newValue);
1565 }
1566 function get_onFocusOut($receiver) {
1567 return attributeStringString.get_txhc1s$($receiver, 'onfocusout');
1568 }
1569 function set_onFocusOut($receiver, newValue) {
1570 attributeStringString.set_fid0sb$($receiver, 'onfocusout', newValue);
1571 }
1572 function get_onFormChange($receiver) {
1573 return attributeStringString.get_txhc1s$($receiver, 'onformchange');
1574 }
1575 function set_onFormChange($receiver, newValue) {
1576 attributeStringString.set_fid0sb$($receiver, 'onformchange', newValue);
1577 }
1578 function get_onFormInput($receiver) {
1579 return attributeStringString.get_txhc1s$($receiver, 'onforminput');
1580 }
1581 function set_onFormInput($receiver, newValue) {
1582 attributeStringString.set_fid0sb$($receiver, 'onforminput', newValue);
1583 }
1584 function get_onInput($receiver) {
1585 return attributeStringString.get_txhc1s$($receiver, 'oninput');
1586 }
1587 function set_onInput($receiver, newValue) {
1588 attributeStringString.set_fid0sb$($receiver, 'oninput', newValue);
1589 }
1590 function get_onInvalid($receiver) {
1591 return attributeStringString.get_txhc1s$($receiver, 'oninvalid');
1592 }
1593 function set_onInvalid($receiver, newValue) {
1594 attributeStringString.set_fid0sb$($receiver, 'oninvalid', newValue);
1595 }
1596 function get_onKeyDown($receiver) {
1597 return attributeStringString.get_txhc1s$($receiver, 'onkeydown');
1598 }
1599 function set_onKeyDown($receiver, newValue) {
1600 attributeStringString.set_fid0sb$($receiver, 'onkeydown', newValue);
1601 }
1602 function get_onKeyPress($receiver) {
1603 return attributeStringString.get_txhc1s$($receiver, 'onkeypress');
1604 }
1605 function set_onKeyPress($receiver, newValue) {
1606 attributeStringString.set_fid0sb$($receiver, 'onkeypress', newValue);
1607 }
1608 function get_onKeyUp($receiver) {
1609 return attributeStringString.get_txhc1s$($receiver, 'onkeyup');
1610 }
1611 function set_onKeyUp($receiver, newValue) {
1612 attributeStringString.set_fid0sb$($receiver, 'onkeyup', newValue);
1613 }
1614 function get_onLoad($receiver) {
1615 return attributeStringString.get_txhc1s$($receiver, 'onload');
1616 }
1617 function set_onLoad($receiver, newValue) {
1618 attributeStringString.set_fid0sb$($receiver, 'onload', newValue);
1619 }
1620 function get_onLoadedData($receiver) {
1621 return attributeStringString.get_txhc1s$($receiver, 'onloadeddata');
1622 }
1623 function set_onLoadedData($receiver, newValue) {
1624 attributeStringString.set_fid0sb$($receiver, 'onloadeddata', newValue);
1625 }
1626 function get_onLoadedMetaData($receiver) {
1627 return attributeStringString.get_txhc1s$($receiver, 'onloadedmetadata');
1628 }
1629 function set_onLoadedMetaData($receiver, newValue) {
1630 attributeStringString.set_fid0sb$($receiver, 'onloadedmetadata', newValue);
1631 }
1632 function get_onLoadStart($receiver) {
1633 return attributeStringString.get_txhc1s$($receiver, 'onloadstart');
1634 }
1635 function set_onLoadStart($receiver, newValue) {
1636 attributeStringString.set_fid0sb$($receiver, 'onloadstart', newValue);
1637 }
1638 function get_onMouseDown($receiver) {
1639 return attributeStringString.get_txhc1s$($receiver, 'onmousedown');
1640 }
1641 function set_onMouseDown($receiver, newValue) {
1642 attributeStringString.set_fid0sb$($receiver, 'onmousedown', newValue);
1643 }
1644 function get_onMouseMove($receiver) {
1645 return attributeStringString.get_txhc1s$($receiver, 'onmousemove');
1646 }
1647 function set_onMouseMove($receiver, newValue) {
1648 attributeStringString.set_fid0sb$($receiver, 'onmousemove', newValue);
1649 }
1650 function get_onMouseOut($receiver) {
1651 return attributeStringString.get_txhc1s$($receiver, 'onmouseout');
1652 }
1653 function set_onMouseOut($receiver, newValue) {
1654 attributeStringString.set_fid0sb$($receiver, 'onmouseout', newValue);
1655 }
1656 function get_onMouseOver($receiver) {
1657 return attributeStringString.get_txhc1s$($receiver, 'onmouseover');
1658 }
1659 function set_onMouseOver($receiver, newValue) {
1660 attributeStringString.set_fid0sb$($receiver, 'onmouseover', newValue);
1661 }
1662 function get_onMouseUp($receiver) {
1663 return attributeStringString.get_txhc1s$($receiver, 'onmouseup');
1664 }
1665 function set_onMouseUp($receiver, newValue) {
1666 attributeStringString.set_fid0sb$($receiver, 'onmouseup', newValue);
1667 }
1668 function get_onMouseWheel($receiver) {
1669 return attributeStringString.get_txhc1s$($receiver, 'onmousewheel');
1670 }
1671 function set_onMouseWheel($receiver, newValue) {
1672 attributeStringString.set_fid0sb$($receiver, 'onmousewheel', newValue);
1673 }
1674 function get_onPause($receiver) {
1675 return attributeStringString.get_txhc1s$($receiver, 'onpause');
1676 }
1677 function set_onPause($receiver, newValue) {
1678 attributeStringString.set_fid0sb$($receiver, 'onpause', newValue);
1679 }
1680 function get_onPlay($receiver) {
1681 return attributeStringString.get_txhc1s$($receiver, 'onplay');
1682 }
1683 function set_onPlay($receiver, newValue) {
1684 attributeStringString.set_fid0sb$($receiver, 'onplay', newValue);
1685 }
1686 function get_onPlaying($receiver) {
1687 return attributeStringString.get_txhc1s$($receiver, 'onplaying');
1688 }
1689 function set_onPlaying($receiver, newValue) {
1690 attributeStringString.set_fid0sb$($receiver, 'onplaying', newValue);
1691 }
1692 function get_onProgress($receiver) {
1693 return attributeStringString.get_txhc1s$($receiver, 'onprogress');
1694 }
1695 function set_onProgress($receiver, newValue) {
1696 attributeStringString.set_fid0sb$($receiver, 'onprogress', newValue);
1697 }
1698 function get_onRateChange($receiver) {
1699 return attributeStringString.get_txhc1s$($receiver, 'onratechange');
1700 }
1701 function set_onRateChange($receiver, newValue) {
1702 attributeStringString.set_fid0sb$($receiver, 'onratechange', newValue);
1703 }
1704 function get_onReadyStateChange($receiver) {
1705 return attributeStringString.get_txhc1s$($receiver, 'onreadystatechange');
1706 }
1707 function set_onReadyStateChange($receiver, newValue) {
1708 attributeStringString.set_fid0sb$($receiver, 'onreadystatechange', newValue);
1709 }
1710 function get_onScroll($receiver) {
1711 return attributeStringString.get_txhc1s$($receiver, 'onscroll');
1712 }
1713 function set_onScroll($receiver, newValue) {
1714 attributeStringString.set_fid0sb$($receiver, 'onscroll', newValue);
1715 }
1716 function get_onSearch($receiver) {
1717 return attributeStringString.get_txhc1s$($receiver, 'onsearch');
1718 }
1719 function set_onSearch($receiver, newValue) {
1720 attributeStringString.set_fid0sb$($receiver, 'onsearch', newValue);
1721 }
1722 function get_onSeeked($receiver) {
1723 return attributeStringString.get_txhc1s$($receiver, 'onseeked');
1724 }
1725 function set_onSeeked($receiver, newValue) {
1726 attributeStringString.set_fid0sb$($receiver, 'onseeked', newValue);
1727 }
1728 function get_onSeeking($receiver) {
1729 return attributeStringString.get_txhc1s$($receiver, 'onseeking');
1730 }
1731 function set_onSeeking($receiver, newValue) {
1732 attributeStringString.set_fid0sb$($receiver, 'onseeking', newValue);
1733 }
1734 function get_onSelect($receiver) {
1735 return attributeStringString.get_txhc1s$($receiver, 'onselect');
1736 }
1737 function set_onSelect($receiver, newValue) {
1738 attributeStringString.set_fid0sb$($receiver, 'onselect', newValue);
1739 }
1740 function get_onShow($receiver) {
1741 return attributeStringString.get_txhc1s$($receiver, 'onshow');
1742 }
1743 function set_onShow($receiver, newValue) {
1744 attributeStringString.set_fid0sb$($receiver, 'onshow', newValue);
1745 }
1746 function get_onStalled($receiver) {
1747 return attributeStringString.get_txhc1s$($receiver, 'onstalled');
1748 }
1749 function set_onStalled($receiver, newValue) {
1750 attributeStringString.set_fid0sb$($receiver, 'onstalled', newValue);
1751 }
1752 function get_onSubmit($receiver) {
1753 return attributeStringString.get_txhc1s$($receiver, 'onsubmit');
1754 }
1755 function set_onSubmit($receiver, newValue) {
1756 attributeStringString.set_fid0sb$($receiver, 'onsubmit', newValue);
1757 }
1758 function get_onSuspend($receiver) {
1759 return attributeStringString.get_txhc1s$($receiver, 'onsuspend');
1760 }
1761 function set_onSuspend($receiver, newValue) {
1762 attributeStringString.set_fid0sb$($receiver, 'onsuspend', newValue);
1763 }
1764 function get_onTimeUpdate($receiver) {
1765 return attributeStringString.get_txhc1s$($receiver, 'ontimeupdate');
1766 }
1767 function set_onTimeUpdate($receiver, newValue) {
1768 attributeStringString.set_fid0sb$($receiver, 'ontimeupdate', newValue);
1769 }
1770 function get_onTouchCancel($receiver) {
1771 return attributeStringString.get_txhc1s$($receiver, 'ontouchcancel');
1772 }
1773 function set_onTouchCancel($receiver, newValue) {
1774 attributeStringString.set_fid0sb$($receiver, 'ontouchcancel', newValue);
1775 }
1776 function get_onTouchEnd($receiver) {
1777 return attributeStringString.get_txhc1s$($receiver, 'ontouchend');
1778 }
1779 function set_onTouchEnd($receiver, newValue) {
1780 attributeStringString.set_fid0sb$($receiver, 'ontouchend', newValue);
1781 }
1782 function get_onTouchMove($receiver) {
1783 return attributeStringString.get_txhc1s$($receiver, 'ontouchmove');
1784 }
1785 function set_onTouchMove($receiver, newValue) {
1786 attributeStringString.set_fid0sb$($receiver, 'ontouchmove', newValue);
1787 }
1788 function get_onTouchStart($receiver) {
1789 return attributeStringString.get_txhc1s$($receiver, 'ontouchstart');
1790 }
1791 function set_onTouchStart($receiver, newValue) {
1792 attributeStringString.set_fid0sb$($receiver, 'ontouchstart', newValue);
1793 }
1794 function get_onVolumeChange($receiver) {
1795 return attributeStringString.get_txhc1s$($receiver, 'onvolumechange');
1796 }
1797 function set_onVolumeChange($receiver, newValue) {
1798 attributeStringString.set_fid0sb$($receiver, 'onvolumechange', newValue);
1799 }
1800 function get_onWaiting($receiver) {
1801 return attributeStringString.get_txhc1s$($receiver, 'onwaiting');
1802 }
1803 function set_onWaiting($receiver, newValue) {
1804 attributeStringString.set_fid0sb$($receiver, 'onwaiting', newValue);
1805 }
1806 function get_onWheel($receiver) {
1807 return attributeStringString.get_txhc1s$($receiver, 'onwheel');
1808 }
1809 function set_onWheel($receiver, newValue) {
1810 attributeStringString.set_fid0sb$($receiver, 'onwheel', newValue);
1811 }
1812 function get_role($receiver) {
1813 return attributeStringString.get_txhc1s$($receiver, 'role');
1814 }
1815 function set_role($receiver, newValue) {
1816 attributeStringString.set_fid0sb$($receiver, 'role', newValue);
1817 }
1818 function get_runAt($receiver) {
1819 return attributeRunAtEnumRunAtValues.get_txhc1s$($receiver, 'runat');
1820 }
1821 function set_runAt($receiver, newValue) {
1822 attributeRunAtEnumRunAtValues.set_fid0sb$($receiver, 'runat', newValue);
1823 }
1824 function get_spellCheck($receiver) {
1825 return attributeBooleanBoolean.get_txhc1s$($receiver, 'spellcheck');
1826 }
1827 function set_spellCheck($receiver, newValue) {
1828 attributeBooleanBoolean.set_fid0sb$($receiver, 'spellcheck', newValue);
1829 }
1830 function get_style($receiver) {
1831 return attributeStringString.get_txhc1s$($receiver, 'style');
1832 }
1833 function set_style($receiver, newValue) {
1834 attributeStringString.set_fid0sb$($receiver, 'style', newValue);
1835 }
1836 function get_subject($receiver) {
1837 return attributeStringString.get_txhc1s$($receiver, 'subject');
1838 }
1839 function set_subject($receiver, newValue) {
1840 attributeStringString.set_fid0sb$($receiver, 'subject', newValue);
1841 }
1842 function get_tabIndex($receiver) {
1843 return attributeStringString.get_txhc1s$($receiver, 'tabIndex');
1844 }
1845 function set_tabIndex($receiver, newValue) {
1846 attributeStringString.set_fid0sb$($receiver, 'tabIndex', newValue);
1847 }
1848 function get_title($receiver) {
1849 return attributeStringString.get_txhc1s$($receiver, 'title');
1850 }
1851 function set_title($receiver, newValue) {
1852 attributeStringString.set_fid0sb$($receiver, 'title', newValue);
1853 }
1854 function FormServerAttributeGroupFacade() {
1855 }
1856 FormServerAttributeGroupFacade.$metadata$ = {
1857 kind: Kind_INTERFACE,
1858 simpleName: 'FormServerAttributeGroupFacade',
1859 interfaces: [Tag]
1860 };
1861 function get_defaultButton($receiver) {
1862 return attributeStringString.get_txhc1s$($receiver, 'DefaultButton');
1863 }
1864 function set_defaultButton($receiver, newValue) {
1865 attributeStringString.set_fid0sb$($receiver, 'DefaultButton', newValue);
1866 }
1867 function get_defaultFocus($receiver) {
1868 return attributeStringString.get_txhc1s$($receiver, 'DefaultFocus');
1869 }
1870 function set_defaultFocus($receiver, newValue) {
1871 attributeStringString.set_fid0sb$($receiver, 'DefaultFocus', newValue);
1872 }
1873 function get_submitDisabledControls($receiver) {
1874 return attributeBooleanBoolean.get_txhc1s$($receiver, 'SubmitDisabledControls');
1875 }
1876 function set_submitDisabledControls($receiver, newValue) {
1877 attributeBooleanBoolean.set_fid0sb$($receiver, 'SubmitDisabledControls', newValue);
1878 }
1879 function InputServerAttributeGroupFacade() {
1880 }
1881 InputServerAttributeGroupFacade.$metadata$ = {
1882 kind: Kind_INTERFACE,
1883 simpleName: 'InputServerAttributeGroupFacade',
1884 interfaces: [Tag]
1885 };
1886 function get_causesValidation($receiver) {
1887 return attributeBooleanBoolean.get_txhc1s$($receiver, 'CausesValidation');
1888 }
1889 function set_causesValidation($receiver, newValue) {
1890 attributeBooleanBoolean.set_fid0sb$($receiver, 'CausesValidation', newValue);
1891 }
1892 function get_validationGroup($receiver) {
1893 return attributeStringString.get_txhc1s$($receiver, 'ValidationGroup');
1894 }
1895 function set_validationGroup($receiver, newValue) {
1896 attributeStringString.set_fid0sb$($receiver, 'ValidationGroup', newValue);
1897 }
1898 function SelectServerAttributeGroupFacade() {
1899 }
1900 SelectServerAttributeGroupFacade.$metadata$ = {
1901 kind: Kind_INTERFACE,
1902 simpleName: 'SelectServerAttributeGroupFacade',
1903 interfaces: [Tag]
1904 };
1905 function get_dataSourceID($receiver) {
1906 return attributeStringString.get_txhc1s$($receiver, 'DataSourceID');
1907 }
1908 function set_dataSourceID($receiver, newValue) {
1909 attributeStringString.set_fid0sb$($receiver, 'DataSourceID', newValue);
1910 }
1911 function get_dataTextField($receiver) {
1912 return attributeStringString.get_txhc1s$($receiver, 'DataTextField');
1913 }
1914 function set_dataTextField($receiver, newValue) {
1915 attributeStringString.set_fid0sb$($receiver, 'DataTextField', newValue);
1916 }
1917 function get_dataValueField($receiver) {
1918 return attributeStringString.get_txhc1s$($receiver, 'DataValueField');
1919 }
1920 function set_dataValueField($receiver, newValue) {
1921 attributeStringString.set_fid0sb$($receiver, 'DataValueField', newValue);
1922 }
1923 var attributeStringString;
1924 var attributeSetStringStringSet;
1925 var attributeBooleanBoolean;
1926 var attributeBooleanBooleanOnOff;
1927 var attributeBooleanTicker;
1928 var attributeButtonFormEncTypeEnumButtonFormEncTypeValues;
1929 var attributeButtonFormMethodEnumButtonFormMethodValues;
1930 var attributeButtonTypeEnumButtonTypeValues;
1931 var attributeCommandTypeEnumCommandTypeValues;
1932 var attributeDirEnumDirValues;
1933 var attributeDraggableEnumDraggableValues;
1934 var attributeFormEncTypeEnumFormEncTypeValues;
1935 var attributeFormMethodEnumFormMethodValues;
1936 var attributeIframeSandboxEnumIframeSandboxValues;
1937 var attributeInputFormEncTypeEnumInputFormEncTypeValues;
1938 var attributeInputFormMethodEnumInputFormMethodValues;
1939 var attributeInputTypeEnumInputTypeValues;
1940 var attributeKeyGenKeyTypeEnumKeyGenKeyTypeValues;
1941 var attributeRunAtEnumRunAtValues;
1942 var attributeTextAreaWrapEnumTextAreaWrapValues;
1943 var attributeThScopeEnumThScopeValues;
1944 function visitAndFinalize$lambda_2(closure$block) {
1945 return function ($receiver) {
1946 closure$block($receiver);
1947 return Unit;
1948 };
1949 }
1950 var a = defineInlineFunction('kotlinx-html-js.kotlinx.html.a_5skjyn$', wrapFunction(function () {
1951 var Unit = Kotlin.kotlin.Unit;
1952 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
1953 var A_init = _.kotlinx.html.A;
1954 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
1955 function visitAndFinalize$lambda(closure$block) {
1956 return function ($receiver) {
1957 closure$block($receiver);
1958 return Unit;
1959 };
1960 }
1961 function a$lambda($receiver) {
1962 return Unit;
1963 }
1964 return function ($receiver, href, target, classes, block) {
1965 if (href === void 0)
1966 href = null;
1967 if (target === void 0)
1968 target = null;
1969 if (classes === void 0)
1970 classes = null;
1971 if (block === void 0)
1972 block = a$lambda;
1973 return visitTagAndFinalize(new A_init(attributesMapOf(['href', href, 'target', target, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
1974 };
1975 }));
1976 var abbr = defineInlineFunction('kotlinx-html-js.kotlinx.html.abbr_6inr0p$', wrapFunction(function () {
1977 var Unit = Kotlin.kotlin.Unit;
1978 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
1979 var ABBR_init = _.kotlinx.html.ABBR;
1980 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
1981 function visitAndFinalize$lambda(closure$block) {
1982 return function ($receiver) {
1983 closure$block($receiver);
1984 return Unit;
1985 };
1986 }
1987 function abbr$lambda($receiver) {
1988 return Unit;
1989 }
1990 return function ($receiver, classes, block) {
1991 if (classes === void 0)
1992 classes = null;
1993 if (block === void 0)
1994 block = abbr$lambda;
1995 return visitTagAndFinalize(new ABBR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
1996 };
1997 }));
1998 var address = defineInlineFunction('kotlinx-html-js.kotlinx.html.address_a2fi0u$', wrapFunction(function () {
1999 var Unit = Kotlin.kotlin.Unit;
2000 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2001 var ADDRESS_init = _.kotlinx.html.ADDRESS;
2002 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2003 function visitAndFinalize$lambda(closure$block) {
2004 return function ($receiver) {
2005 closure$block($receiver);
2006 return Unit;
2007 };
2008 }
2009 function address$lambda($receiver) {
2010 return Unit;
2011 }
2012 return function ($receiver, classes, block) {
2013 if (classes === void 0)
2014 classes = null;
2015 if (block === void 0)
2016 block = address$lambda;
2017 return visitTagAndFinalize(new ADDRESS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2018 };
2019 }));
2020 var area = defineInlineFunction('kotlinx-html-js.kotlinx.html.area_itdnqx$', wrapFunction(function () {
2021 var Unit = Kotlin.kotlin.Unit;
2022 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
2023 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
2024 var AREA_init = _.kotlinx.html.AREA;
2025 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2026 function visitAndFinalize$lambda(closure$block) {
2027 return function ($receiver) {
2028 closure$block($receiver);
2029 return Unit;
2030 };
2031 }
2032 function area$lambda($receiver) {
2033 return Unit;
2034 }
2035 return function ($receiver, shape, alt, classes, block) {
2036 if (shape === void 0)
2037 shape = null;
2038 if (alt === void 0)
2039 alt = null;
2040 if (classes === void 0)
2041 classes = null;
2042 if (block === void 0)
2043 block = area$lambda;
2044 return visitTagAndFinalize(new AREA_init(attributesMapOf(['Shape', shape != null ? enumEncode(shape) : null, 'alt', alt, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
2045 };
2046 }));
2047 var article = defineInlineFunction('kotlinx-html-js.kotlinx.html.article_m04wvw$', wrapFunction(function () {
2048 var Unit = Kotlin.kotlin.Unit;
2049 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2050 var ARTICLE_init = _.kotlinx.html.ARTICLE;
2051 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2052 function visitAndFinalize$lambda(closure$block) {
2053 return function ($receiver) {
2054 closure$block($receiver);
2055 return Unit;
2056 };
2057 }
2058 function article$lambda($receiver) {
2059 return Unit;
2060 }
2061 return function ($receiver, classes, block) {
2062 if (classes === void 0)
2063 classes = null;
2064 if (block === void 0)
2065 block = article$lambda;
2066 return visitTagAndFinalize(new ARTICLE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2067 };
2068 }));
2069 var aside = defineInlineFunction('kotlinx-html-js.kotlinx.html.aside_p5o5s6$', wrapFunction(function () {
2070 var Unit = Kotlin.kotlin.Unit;
2071 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2072 var ASIDE_init = _.kotlinx.html.ASIDE;
2073 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2074 function visitAndFinalize$lambda(closure$block) {
2075 return function ($receiver) {
2076 closure$block($receiver);
2077 return Unit;
2078 };
2079 }
2080 function aside$lambda($receiver) {
2081 return Unit;
2082 }
2083 return function ($receiver, classes, block) {
2084 if (classes === void 0)
2085 classes = null;
2086 if (block === void 0)
2087 block = aside$lambda;
2088 return visitTagAndFinalize(new ASIDE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2089 };
2090 }));
2091 var audio = defineInlineFunction('kotlinx-html-js.kotlinx.html.audio_pitgtg$', wrapFunction(function () {
2092 var Unit = Kotlin.kotlin.Unit;
2093 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2094 var AUDIO_init = _.kotlinx.html.AUDIO;
2095 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2096 function visitAndFinalize$lambda(closure$block) {
2097 return function ($receiver) {
2098 closure$block($receiver);
2099 return Unit;
2100 };
2101 }
2102 function audio$lambda($receiver) {
2103 return Unit;
2104 }
2105 return function ($receiver, classes, block) {
2106 if (classes === void 0)
2107 classes = null;
2108 if (block === void 0)
2109 block = audio$lambda;
2110 return visitTagAndFinalize(new AUDIO_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2111 };
2112 }));
2113 var b = defineInlineFunction('kotlinx-html-js.kotlinx.html.b_pw134g$', wrapFunction(function () {
2114 var Unit = Kotlin.kotlin.Unit;
2115 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2116 var B_init = _.kotlinx.html.B;
2117 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2118 function visitAndFinalize$lambda(closure$block) {
2119 return function ($receiver) {
2120 closure$block($receiver);
2121 return Unit;
2122 };
2123 }
2124 function b$lambda($receiver) {
2125 return Unit;
2126 }
2127 return function ($receiver, classes, block) {
2128 if (classes === void 0)
2129 classes = null;
2130 if (block === void 0)
2131 block = b$lambda;
2132 return visitTagAndFinalize(new B_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2133 };
2134 }));
2135 var base = defineInlineFunction('kotlinx-html-js.kotlinx.html.base_kuydqv$', wrapFunction(function () {
2136 var Unit = Kotlin.kotlin.Unit;
2137 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2138 var BASE_init = _.kotlinx.html.BASE;
2139 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2140 function visitAndFinalize$lambda(closure$block) {
2141 return function ($receiver) {
2142 closure$block($receiver);
2143 return Unit;
2144 };
2145 }
2146 function base$lambda($receiver) {
2147 return Unit;
2148 }
2149 return function ($receiver, classes, block) {
2150 if (classes === void 0)
2151 classes = null;
2152 if (block === void 0)
2153 block = base$lambda;
2154 return visitTagAndFinalize(new BASE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2155 };
2156 }));
2157 var bdi = defineInlineFunction('kotlinx-html-js.kotlinx.html.bdi_yt7dfv$', wrapFunction(function () {
2158 var Unit = Kotlin.kotlin.Unit;
2159 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2160 var BDI_init = _.kotlinx.html.BDI;
2161 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2162 function visitAndFinalize$lambda(closure$block) {
2163 return function ($receiver) {
2164 closure$block($receiver);
2165 return Unit;
2166 };
2167 }
2168 function bdi$lambda($receiver) {
2169 return Unit;
2170 }
2171 return function ($receiver, classes, block) {
2172 if (classes === void 0)
2173 classes = null;
2174 if (block === void 0)
2175 block = bdi$lambda;
2176 return visitTagAndFinalize(new BDI_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2177 };
2178 }));
2179 var bdo = defineInlineFunction('kotlinx-html-js.kotlinx.html.bdo_xzrhyz$', wrapFunction(function () {
2180 var Unit = Kotlin.kotlin.Unit;
2181 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2182 var BDO_init = _.kotlinx.html.BDO;
2183 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2184 function visitAndFinalize$lambda(closure$block) {
2185 return function ($receiver) {
2186 closure$block($receiver);
2187 return Unit;
2188 };
2189 }
2190 function bdo$lambda($receiver) {
2191 return Unit;
2192 }
2193 return function ($receiver, classes, block) {
2194 if (classes === void 0)
2195 classes = null;
2196 if (block === void 0)
2197 block = bdo$lambda;
2198 return visitTagAndFinalize(new BDO_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2199 };
2200 }));
2201 var blockQuote = defineInlineFunction('kotlinx-html-js.kotlinx.html.blockQuote_kqn8r$', wrapFunction(function () {
2202 var Unit = Kotlin.kotlin.Unit;
2203 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2204 var BLOCKQUOTE_init = _.kotlinx.html.BLOCKQUOTE;
2205 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2206 function visitAndFinalize$lambda(closure$block) {
2207 return function ($receiver) {
2208 closure$block($receiver);
2209 return Unit;
2210 };
2211 }
2212 function blockQuote$lambda($receiver) {
2213 return Unit;
2214 }
2215 return function ($receiver, classes, block) {
2216 if (classes === void 0)
2217 classes = null;
2218 if (block === void 0)
2219 block = blockQuote$lambda;
2220 return visitTagAndFinalize(new BLOCKQUOTE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2221 };
2222 }));
2223 var body = defineInlineFunction('kotlinx-html-js.kotlinx.html.body_z1rdug$', wrapFunction(function () {
2224 var Unit = Kotlin.kotlin.Unit;
2225 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2226 var BODY_init = _.kotlinx.html.BODY;
2227 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2228 function visitAndFinalize$lambda(closure$block) {
2229 return function ($receiver) {
2230 closure$block($receiver);
2231 return Unit;
2232 };
2233 }
2234 function body$lambda($receiver) {
2235 return Unit;
2236 }
2237 return function ($receiver, classes, block) {
2238 if (classes === void 0)
2239 classes = null;
2240 if (block === void 0)
2241 block = body$lambda;
2242 return visitTagAndFinalize(new BODY_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2243 };
2244 }));
2245 var br = defineInlineFunction('kotlinx-html-js.kotlinx.html.br_msntey$', wrapFunction(function () {
2246 var Unit = Kotlin.kotlin.Unit;
2247 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2248 var BR_init = _.kotlinx.html.BR;
2249 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2250 function visitAndFinalize$lambda(closure$block) {
2251 return function ($receiver) {
2252 closure$block($receiver);
2253 return Unit;
2254 };
2255 }
2256 function br$lambda($receiver) {
2257 return Unit;
2258 }
2259 return function ($receiver, classes, block) {
2260 if (classes === void 0)
2261 classes = null;
2262 if (block === void 0)
2263 block = br$lambda;
2264 return visitTagAndFinalize(new BR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2265 };
2266 }));
2267 var button = defineInlineFunction('kotlinx-html-js.kotlinx.html.button_yup7tf$', wrapFunction(function () {
2268 var Unit = Kotlin.kotlin.Unit;
2269 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
2270 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
2271 var BUTTON_init = _.kotlinx.html.BUTTON;
2272 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2273 function visitAndFinalize$lambda(closure$block) {
2274 return function ($receiver) {
2275 closure$block($receiver);
2276 return Unit;
2277 };
2278 }
2279 function button$lambda($receiver) {
2280 return Unit;
2281 }
2282 return function ($receiver, formEncType, formMethod, name, type, classes, block) {
2283 if (formEncType === void 0)
2284 formEncType = null;
2285 if (formMethod === void 0)
2286 formMethod = null;
2287 if (name === void 0)
2288 name = null;
2289 if (type === void 0)
2290 type = null;
2291 if (classes === void 0)
2292 classes = null;
2293 if (block === void 0)
2294 block = button$lambda;
2295 return visitTagAndFinalize(new BUTTON_init(attributesMapOf(['formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
2296 };
2297 }));
2298 function canvas$lambda(closure$content) {
2299 return function ($receiver) {
2300 $receiver.unaryPlus_pdl1vz$(closure$content);
2301 return Unit;
2302 };
2303 }
2304 function canvas($receiver, classes, content) {
2305 if (classes === void 0)
2306 classes = null;
2307 if (content === void 0)
2308 content = '';
2309 return visitTagAndFinalize(new CANVAS(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_2(canvas$lambda(content)));
2310 }
2311 var canvas_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.canvas_q2368u$', wrapFunction(function () {
2312 var Unit = Kotlin.kotlin.Unit;
2313 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2314 var CANVAS_init = _.kotlinx.html.CANVAS;
2315 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2316 function visitAndFinalize$lambda(closure$block) {
2317 return function ($receiver) {
2318 closure$block($receiver);
2319 return Unit;
2320 };
2321 }
2322 function canvas$lambda($receiver) {
2323 return Unit;
2324 }
2325 return function ($receiver, classes, block) {
2326 if (classes === void 0)
2327 classes = null;
2328 if (block === void 0)
2329 block = canvas$lambda;
2330 return visitTagAndFinalize(new CANVAS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2331 };
2332 }));
2333 var caption = defineInlineFunction('kotlinx-html-js.kotlinx.html.caption_7tv3ws$', wrapFunction(function () {
2334 var Unit = Kotlin.kotlin.Unit;
2335 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2336 var CAPTION_init = _.kotlinx.html.CAPTION;
2337 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2338 function visitAndFinalize$lambda(closure$block) {
2339 return function ($receiver) {
2340 closure$block($receiver);
2341 return Unit;
2342 };
2343 }
2344 function caption$lambda($receiver) {
2345 return Unit;
2346 }
2347 return function ($receiver, classes, block) {
2348 if (classes === void 0)
2349 classes = null;
2350 if (block === void 0)
2351 block = caption$lambda;
2352 return visitTagAndFinalize(new CAPTION_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2353 };
2354 }));
2355 var cite = defineInlineFunction('kotlinx-html-js.kotlinx.html.cite_1ndov1$', wrapFunction(function () {
2356 var Unit = Kotlin.kotlin.Unit;
2357 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2358 var CITE_init = _.kotlinx.html.CITE;
2359 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2360 function visitAndFinalize$lambda(closure$block) {
2361 return function ($receiver) {
2362 closure$block($receiver);
2363 return Unit;
2364 };
2365 }
2366 function cite$lambda($receiver) {
2367 return Unit;
2368 }
2369 return function ($receiver, classes, block) {
2370 if (classes === void 0)
2371 classes = null;
2372 if (block === void 0)
2373 block = cite$lambda;
2374 return visitTagAndFinalize(new CITE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2375 };
2376 }));
2377 var code = defineInlineFunction('kotlinx-html-js.kotlinx.html.code_c7b9vx$', wrapFunction(function () {
2378 var Unit = Kotlin.kotlin.Unit;
2379 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2380 var CODE_init = _.kotlinx.html.CODE;
2381 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2382 function visitAndFinalize$lambda(closure$block) {
2383 return function ($receiver) {
2384 closure$block($receiver);
2385 return Unit;
2386 };
2387 }
2388 function code$lambda($receiver) {
2389 return Unit;
2390 }
2391 return function ($receiver, classes, block) {
2392 if (classes === void 0)
2393 classes = null;
2394 if (block === void 0)
2395 block = code$lambda;
2396 return visitTagAndFinalize(new CODE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2397 };
2398 }));
2399 var col = defineInlineFunction('kotlinx-html-js.kotlinx.html.col_dptvv2$', wrapFunction(function () {
2400 var Unit = Kotlin.kotlin.Unit;
2401 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2402 var COL_init = _.kotlinx.html.COL;
2403 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2404 function visitAndFinalize$lambda(closure$block) {
2405 return function ($receiver) {
2406 closure$block($receiver);
2407 return Unit;
2408 };
2409 }
2410 function col$lambda($receiver) {
2411 return Unit;
2412 }
2413 return function ($receiver, classes, block) {
2414 if (classes === void 0)
2415 classes = null;
2416 if (block === void 0)
2417 block = col$lambda;
2418 return visitTagAndFinalize(new COL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2419 };
2420 }));
2421 var colGroup = defineInlineFunction('kotlinx-html-js.kotlinx.html.colGroup_y3yo5h$', wrapFunction(function () {
2422 var Unit = Kotlin.kotlin.Unit;
2423 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2424 var COLGROUP_init = _.kotlinx.html.COLGROUP;
2425 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2426 function visitAndFinalize$lambda(closure$block) {
2427 return function ($receiver) {
2428 closure$block($receiver);
2429 return Unit;
2430 };
2431 }
2432 function colGroup$lambda($receiver) {
2433 return Unit;
2434 }
2435 return function ($receiver, classes, block) {
2436 if (classes === void 0)
2437 classes = null;
2438 if (block === void 0)
2439 block = colGroup$lambda;
2440 return visitTagAndFinalize(new COLGROUP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2441 };
2442 }));
2443 var command = defineInlineFunction('kotlinx-html-js.kotlinx.html.command_n3gfsd$', wrapFunction(function () {
2444 var Unit = Kotlin.kotlin.Unit;
2445 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
2446 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
2447 var COMMAND_init = _.kotlinx.html.COMMAND;
2448 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2449 function visitAndFinalize$lambda(closure$block) {
2450 return function ($receiver) {
2451 closure$block($receiver);
2452 return Unit;
2453 };
2454 }
2455 function command$lambda($receiver) {
2456 return Unit;
2457 }
2458 return function ($receiver, type, classes, block) {
2459 if (type === void 0)
2460 type = null;
2461 if (classes === void 0)
2462 classes = null;
2463 if (block === void 0)
2464 block = command$lambda;
2465 return visitTagAndFinalize(new COMMAND_init(attributesMapOf(['type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
2466 };
2467 }));
2468 var dataList = defineInlineFunction('kotlinx-html-js.kotlinx.html.dataList_7wdw0e$', wrapFunction(function () {
2469 var Unit = Kotlin.kotlin.Unit;
2470 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2471 var DATALIST_init = _.kotlinx.html.DATALIST;
2472 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2473 function visitAndFinalize$lambda(closure$block) {
2474 return function ($receiver) {
2475 closure$block($receiver);
2476 return Unit;
2477 };
2478 }
2479 function dataList$lambda($receiver) {
2480 return Unit;
2481 }
2482 return function ($receiver, classes, block) {
2483 if (classes === void 0)
2484 classes = null;
2485 if (block === void 0)
2486 block = dataList$lambda;
2487 return visitTagAndFinalize(new DATALIST_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2488 };
2489 }));
2490 var dd = defineInlineFunction('kotlinx-html-js.kotlinx.html.dd_ufas1y$', wrapFunction(function () {
2491 var Unit = Kotlin.kotlin.Unit;
2492 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2493 var DD_init = _.kotlinx.html.DD;
2494 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2495 function visitAndFinalize$lambda(closure$block) {
2496 return function ($receiver) {
2497 closure$block($receiver);
2498 return Unit;
2499 };
2500 }
2501 function dd$lambda($receiver) {
2502 return Unit;
2503 }
2504 return function ($receiver, classes, block) {
2505 if (classes === void 0)
2506 classes = null;
2507 if (block === void 0)
2508 block = dd$lambda;
2509 return visitTagAndFinalize(new DD_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2510 };
2511 }));
2512 var del = defineInlineFunction('kotlinx-html-js.kotlinx.html.del_ks3snt$', wrapFunction(function () {
2513 var Unit = Kotlin.kotlin.Unit;
2514 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2515 var DEL_init = _.kotlinx.html.DEL;
2516 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2517 function visitAndFinalize$lambda(closure$block) {
2518 return function ($receiver) {
2519 closure$block($receiver);
2520 return Unit;
2521 };
2522 }
2523 function del$lambda($receiver) {
2524 return Unit;
2525 }
2526 return function ($receiver, classes, block) {
2527 if (classes === void 0)
2528 classes = null;
2529 if (block === void 0)
2530 block = del$lambda;
2531 return visitTagAndFinalize(new DEL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2532 };
2533 }));
2534 var details = defineInlineFunction('kotlinx-html-js.kotlinx.html.details_lsny6o$', wrapFunction(function () {
2535 var Unit = Kotlin.kotlin.Unit;
2536 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2537 var DETAILS_init = _.kotlinx.html.DETAILS;
2538 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2539 function visitAndFinalize$lambda(closure$block) {
2540 return function ($receiver) {
2541 closure$block($receiver);
2542 return Unit;
2543 };
2544 }
2545 function details$lambda($receiver) {
2546 return Unit;
2547 }
2548 return function ($receiver, classes, block) {
2549 if (classes === void 0)
2550 classes = null;
2551 if (block === void 0)
2552 block = details$lambda;
2553 return visitTagAndFinalize(new DETAILS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2554 };
2555 }));
2556 var dfn = defineInlineFunction('kotlinx-html-js.kotlinx.html.dfn_qz8qfa$', wrapFunction(function () {
2557 var Unit = Kotlin.kotlin.Unit;
2558 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2559 var DFN_init = _.kotlinx.html.DFN;
2560 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2561 function visitAndFinalize$lambda(closure$block) {
2562 return function ($receiver) {
2563 closure$block($receiver);
2564 return Unit;
2565 };
2566 }
2567 function dfn$lambda($receiver) {
2568 return Unit;
2569 }
2570 return function ($receiver, classes, block) {
2571 if (classes === void 0)
2572 classes = null;
2573 if (block === void 0)
2574 block = dfn$lambda;
2575 return visitTagAndFinalize(new DFN_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2576 };
2577 }));
2578 var dialog = defineInlineFunction('kotlinx-html-js.kotlinx.html.dialog_tmuuku$', wrapFunction(function () {
2579 var Unit = Kotlin.kotlin.Unit;
2580 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2581 var DIALOG_init = _.kotlinx.html.DIALOG;
2582 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2583 function visitAndFinalize$lambda(closure$block) {
2584 return function ($receiver) {
2585 closure$block($receiver);
2586 return Unit;
2587 };
2588 }
2589 function dialog$lambda($receiver) {
2590 return Unit;
2591 }
2592 return function ($receiver, classes, block) {
2593 if (classes === void 0)
2594 classes = null;
2595 if (block === void 0)
2596 block = dialog$lambda;
2597 return visitTagAndFinalize(new DIALOG_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2598 };
2599 }));
2600 var div = defineInlineFunction('kotlinx-html-js.kotlinx.html.div_59el9d$', wrapFunction(function () {
2601 var Unit = Kotlin.kotlin.Unit;
2602 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2603 var DIV_init = _.kotlinx.html.DIV;
2604 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2605 function visitAndFinalize$lambda(closure$block) {
2606 return function ($receiver) {
2607 closure$block($receiver);
2608 return Unit;
2609 };
2610 }
2611 function div$lambda($receiver) {
2612 return Unit;
2613 }
2614 return function ($receiver, classes, block) {
2615 if (classes === void 0)
2616 classes = null;
2617 if (block === void 0)
2618 block = div$lambda;
2619 return visitTagAndFinalize(new DIV_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2620 };
2621 }));
2622 var dl = defineInlineFunction('kotlinx-html-js.kotlinx.html.dl_jwau0i$', wrapFunction(function () {
2623 var Unit = Kotlin.kotlin.Unit;
2624 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2625 var DL_init = _.kotlinx.html.DL;
2626 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2627 function visitAndFinalize$lambda(closure$block) {
2628 return function ($receiver) {
2629 closure$block($receiver);
2630 return Unit;
2631 };
2632 }
2633 function dl$lambda($receiver) {
2634 return Unit;
2635 }
2636 return function ($receiver, classes, block) {
2637 if (classes === void 0)
2638 classes = null;
2639 if (block === void 0)
2640 block = dl$lambda;
2641 return visitTagAndFinalize(new DL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2642 };
2643 }));
2644 var dt = defineInlineFunction('kotlinx-html-js.kotlinx.html.dt_t7lw6$', wrapFunction(function () {
2645 var Unit = Kotlin.kotlin.Unit;
2646 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2647 var DT_init = _.kotlinx.html.DT;
2648 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2649 function visitAndFinalize$lambda(closure$block) {
2650 return function ($receiver) {
2651 closure$block($receiver);
2652 return Unit;
2653 };
2654 }
2655 function dt$lambda($receiver) {
2656 return Unit;
2657 }
2658 return function ($receiver, classes, block) {
2659 if (classes === void 0)
2660 classes = null;
2661 if (block === void 0)
2662 block = dt$lambda;
2663 return visitTagAndFinalize(new DT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2664 };
2665 }));
2666 var em = defineInlineFunction('kotlinx-html-js.kotlinx.html.em_83d4cy$', wrapFunction(function () {
2667 var Unit = Kotlin.kotlin.Unit;
2668 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2669 var EM_init = _.kotlinx.html.EM;
2670 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2671 function visitAndFinalize$lambda(closure$block) {
2672 return function ($receiver) {
2673 closure$block($receiver);
2674 return Unit;
2675 };
2676 }
2677 function em$lambda($receiver) {
2678 return Unit;
2679 }
2680 return function ($receiver, classes, block) {
2681 if (classes === void 0)
2682 classes = null;
2683 if (block === void 0)
2684 block = em$lambda;
2685 return visitTagAndFinalize(new EM_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2686 };
2687 }));
2688 var embed = defineInlineFunction('kotlinx-html-js.kotlinx.html.embed_93iexz$', wrapFunction(function () {
2689 var Unit = Kotlin.kotlin.Unit;
2690 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2691 var EMBED_init = _.kotlinx.html.EMBED;
2692 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2693 function visitAndFinalize$lambda(closure$block) {
2694 return function ($receiver) {
2695 closure$block($receiver);
2696 return Unit;
2697 };
2698 }
2699 function embed$lambda($receiver) {
2700 return Unit;
2701 }
2702 return function ($receiver, classes, block) {
2703 if (classes === void 0)
2704 classes = null;
2705 if (block === void 0)
2706 block = embed$lambda;
2707 return visitTagAndFinalize(new EMBED_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2708 };
2709 }));
2710 var fieldSet = defineInlineFunction('kotlinx-html-js.kotlinx.html.fieldSet_wmxr1q$', wrapFunction(function () {
2711 var Unit = Kotlin.kotlin.Unit;
2712 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2713 var FIELDSET_init = _.kotlinx.html.FIELDSET;
2714 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2715 function visitAndFinalize$lambda(closure$block) {
2716 return function ($receiver) {
2717 closure$block($receiver);
2718 return Unit;
2719 };
2720 }
2721 function fieldSet$lambda($receiver) {
2722 return Unit;
2723 }
2724 return function ($receiver, classes, block) {
2725 if (classes === void 0)
2726 classes = null;
2727 if (block === void 0)
2728 block = fieldSet$lambda;
2729 return visitTagAndFinalize(new FIELDSET_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2730 };
2731 }));
2732 var figcaption = defineInlineFunction('kotlinx-html-js.kotlinx.html.figcaption_cm1syw$', wrapFunction(function () {
2733 var Unit = Kotlin.kotlin.Unit;
2734 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2735 var FIGCAPTION_init = _.kotlinx.html.FIGCAPTION;
2736 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2737 function visitAndFinalize$lambda(closure$block) {
2738 return function ($receiver) {
2739 closure$block($receiver);
2740 return Unit;
2741 };
2742 }
2743 function figcaption$lambda($receiver) {
2744 return Unit;
2745 }
2746 return function ($receiver, classes, block) {
2747 if (classes === void 0)
2748 classes = null;
2749 if (block === void 0)
2750 block = figcaption$lambda;
2751 return visitTagAndFinalize(new FIGCAPTION_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2752 };
2753 }));
2754 var figure = defineInlineFunction('kotlinx-html-js.kotlinx.html.figure_fnm6ty$', wrapFunction(function () {
2755 var Unit = Kotlin.kotlin.Unit;
2756 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2757 var FIGURE_init = _.kotlinx.html.FIGURE;
2758 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2759 function visitAndFinalize$lambda(closure$block) {
2760 return function ($receiver) {
2761 closure$block($receiver);
2762 return Unit;
2763 };
2764 }
2765 function figure$lambda($receiver) {
2766 return Unit;
2767 }
2768 return function ($receiver, classes, block) {
2769 if (classes === void 0)
2770 classes = null;
2771 if (block === void 0)
2772 block = figure$lambda;
2773 return visitTagAndFinalize(new FIGURE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2774 };
2775 }));
2776 var footer = defineInlineFunction('kotlinx-html-js.kotlinx.html.footer_x2k50h$', wrapFunction(function () {
2777 var Unit = Kotlin.kotlin.Unit;
2778 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2779 var FOOTER_init = _.kotlinx.html.FOOTER;
2780 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2781 function visitAndFinalize$lambda(closure$block) {
2782 return function ($receiver) {
2783 closure$block($receiver);
2784 return Unit;
2785 };
2786 }
2787 function footer$lambda($receiver) {
2788 return Unit;
2789 }
2790 return function ($receiver, classes, block) {
2791 if (classes === void 0)
2792 classes = null;
2793 if (block === void 0)
2794 block = footer$lambda;
2795 return visitTagAndFinalize(new FOOTER_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2796 };
2797 }));
2798 var form = defineInlineFunction('kotlinx-html-js.kotlinx.html.form_3ereno$', wrapFunction(function () {
2799 var Unit = Kotlin.kotlin.Unit;
2800 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
2801 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
2802 var FORM_init = _.kotlinx.html.FORM;
2803 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2804 function visitAndFinalize$lambda(closure$block) {
2805 return function ($receiver) {
2806 closure$block($receiver);
2807 return Unit;
2808 };
2809 }
2810 function form$lambda($receiver) {
2811 return Unit;
2812 }
2813 return function ($receiver, action, encType, method, classes, block) {
2814 if (action === void 0)
2815 action = null;
2816 if (encType === void 0)
2817 encType = null;
2818 if (method === void 0)
2819 method = null;
2820 if (classes === void 0)
2821 classes = null;
2822 if (block === void 0)
2823 block = form$lambda;
2824 return visitTagAndFinalize(new FORM_init(attributesMapOf(['action', action, 'enctype', encType != null ? enumEncode(encType) : null, 'method', method != null ? enumEncode(method) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
2825 };
2826 }));
2827 var h1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h1_qzc46n$', wrapFunction(function () {
2828 var Unit = Kotlin.kotlin.Unit;
2829 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2830 var H1_init = _.kotlinx.html.H1;
2831 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2832 function visitAndFinalize$lambda(closure$block) {
2833 return function ($receiver) {
2834 closure$block($receiver);
2835 return Unit;
2836 };
2837 }
2838 function h1$lambda($receiver) {
2839 return Unit;
2840 }
2841 return function ($receiver, classes, block) {
2842 if (classes === void 0)
2843 classes = null;
2844 if (block === void 0)
2845 block = h1$lambda;
2846 return visitTagAndFinalize(new H1_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2847 };
2848 }));
2849 var h2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h2_wky4k0$', wrapFunction(function () {
2850 var Unit = Kotlin.kotlin.Unit;
2851 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2852 var H2_init = _.kotlinx.html.H2;
2853 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2854 function visitAndFinalize$lambda(closure$block) {
2855 return function ($receiver) {
2856 closure$block($receiver);
2857 return Unit;
2858 };
2859 }
2860 function h2$lambda($receiver) {
2861 return Unit;
2862 }
2863 return function ($receiver, classes, block) {
2864 if (classes === void 0)
2865 classes = null;
2866 if (block === void 0)
2867 block = h2$lambda;
2868 return visitTagAndFinalize(new H2_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2869 };
2870 }));
2871 var h3 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h3_l44bbj$', wrapFunction(function () {
2872 var Unit = Kotlin.kotlin.Unit;
2873 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2874 var H3_init = _.kotlinx.html.H3;
2875 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2876 function visitAndFinalize$lambda(closure$block) {
2877 return function ($receiver) {
2878 closure$block($receiver);
2879 return Unit;
2880 };
2881 }
2882 function h3$lambda($receiver) {
2883 return Unit;
2884 }
2885 return function ($receiver, classes, block) {
2886 if (classes === void 0)
2887 classes = null;
2888 if (block === void 0)
2889 block = h3$lambda;
2890 return visitTagAndFinalize(new H3_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2891 };
2892 }));
2893 var h4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h4_9nai32$', wrapFunction(function () {
2894 var Unit = Kotlin.kotlin.Unit;
2895 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2896 var H4_init = _.kotlinx.html.H4;
2897 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2898 function visitAndFinalize$lambda(closure$block) {
2899 return function ($receiver) {
2900 closure$block($receiver);
2901 return Unit;
2902 };
2903 }
2904 function h4$lambda($receiver) {
2905 return Unit;
2906 }
2907 return function ($receiver, classes, block) {
2908 if (classes === void 0)
2909 classes = null;
2910 if (block === void 0)
2911 block = h4$lambda;
2912 return visitTagAndFinalize(new H4_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2913 };
2914 }));
2915 var h5 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h5_1tjb5f$', wrapFunction(function () {
2916 var Unit = Kotlin.kotlin.Unit;
2917 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2918 var H5_init = _.kotlinx.html.H5;
2919 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2920 function visitAndFinalize$lambda(closure$block) {
2921 return function ($receiver) {
2922 closure$block($receiver);
2923 return Unit;
2924 };
2925 }
2926 function h5$lambda($receiver) {
2927 return Unit;
2928 }
2929 return function ($receiver, classes, block) {
2930 if (classes === void 0)
2931 classes = null;
2932 if (block === void 0)
2933 block = h5$lambda;
2934 return visitTagAndFinalize(new H5_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2935 };
2936 }));
2937 var h6 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h6_dad4dw$', wrapFunction(function () {
2938 var Unit = Kotlin.kotlin.Unit;
2939 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2940 var H6_init = _.kotlinx.html.H6;
2941 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2942 function visitAndFinalize$lambda(closure$block) {
2943 return function ($receiver) {
2944 closure$block($receiver);
2945 return Unit;
2946 };
2947 }
2948 function h6$lambda($receiver) {
2949 return Unit;
2950 }
2951 return function ($receiver, classes, block) {
2952 if (classes === void 0)
2953 classes = null;
2954 if (block === void 0)
2955 block = h6$lambda;
2956 return visitTagAndFinalize(new H6_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
2957 };
2958 }));
2959 function head$lambda(closure$content) {
2960 return function ($receiver) {
2961 $receiver.unaryPlus_pdl1vz$(closure$content);
2962 return Unit;
2963 };
2964 }
2965 function head($receiver, content) {
2966 if (content === void 0)
2967 content = '';
2968 return visitTagAndFinalize(new HEAD(emptyMap_0, $receiver), $receiver, visitAndFinalize$lambda_2(head$lambda(content)));
2969 }
2970 var head_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.head_i7x5xd$', wrapFunction(function () {
2971 var Unit = Kotlin.kotlin.Unit;
2972 var html = _.kotlinx.html;
2973 var HEAD_init = _.kotlinx.html.HEAD;
2974 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2975 function visitAndFinalize$lambda(closure$block) {
2976 return function ($receiver) {
2977 closure$block($receiver);
2978 return Unit;
2979 };
2980 }
2981 function head$lambda($receiver) {
2982 return Unit;
2983 }
2984 return function ($receiver, block) {
2985 if (block === void 0)
2986 block = head$lambda;
2987 return visitTagAndFinalize(new HEAD_init(html.emptyMap, $receiver), $receiver, visitAndFinalize$lambda(block));
2988 };
2989 }));
2990 var header = defineInlineFunction('kotlinx-html-js.kotlinx.html.header_dwfinh$', wrapFunction(function () {
2991 var Unit = Kotlin.kotlin.Unit;
2992 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
2993 var HEADER_init = _.kotlinx.html.HEADER;
2994 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
2995 function visitAndFinalize$lambda(closure$block) {
2996 return function ($receiver) {
2997 closure$block($receiver);
2998 return Unit;
2999 };
3000 }
3001 function header$lambda($receiver) {
3002 return Unit;
3003 }
3004 return function ($receiver, classes, block) {
3005 if (classes === void 0)
3006 classes = null;
3007 if (block === void 0)
3008 block = header$lambda;
3009 return visitTagAndFinalize(new HEADER_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3010 };
3011 }));
3012 var hGroup = defineInlineFunction('kotlinx-html-js.kotlinx.html.hGroup_o3ebz7$', wrapFunction(function () {
3013 var Unit = Kotlin.kotlin.Unit;
3014 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3015 var HGROUP_init = _.kotlinx.html.HGROUP;
3016 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3017 function visitAndFinalize$lambda(closure$block) {
3018 return function ($receiver) {
3019 closure$block($receiver);
3020 return Unit;
3021 };
3022 }
3023 function hGroup$lambda($receiver) {
3024 return Unit;
3025 }
3026 return function ($receiver, classes, block) {
3027 if (classes === void 0)
3028 classes = null;
3029 if (block === void 0)
3030 block = hGroup$lambda;
3031 return visitTagAndFinalize(new HGROUP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3032 };
3033 }));
3034 var hr = defineInlineFunction('kotlinx-html-js.kotlinx.html.hr_ks0ewg$', wrapFunction(function () {
3035 var Unit = Kotlin.kotlin.Unit;
3036 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3037 var HR_init = _.kotlinx.html.HR;
3038 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3039 function visitAndFinalize$lambda(closure$block) {
3040 return function ($receiver) {
3041 closure$block($receiver);
3042 return Unit;
3043 };
3044 }
3045 function hr$lambda($receiver) {
3046 return Unit;
3047 }
3048 return function ($receiver, classes, block) {
3049 if (classes === void 0)
3050 classes = null;
3051 if (block === void 0)
3052 block = hr$lambda;
3053 return visitTagAndFinalize(new HR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3054 };
3055 }));
3056 function html$lambda(closure$content) {
3057 return function ($receiver) {
3058 $receiver.unaryPlus_pdl1vz$(closure$content);
3059 return Unit;
3060 };
3061 }
3062 function html($receiver, content, namespace) {
3063 if (content === void 0)
3064 content = '';
3065 if (namespace === void 0)
3066 namespace = null;
3067 return visitTagAndFinalize(new HTML(emptyMap_0, $receiver, namespace), $receiver, visitAndFinalize$lambda_2(html$lambda(content)));
3068 }
3069 var html_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.html_ym5t9t$', wrapFunction(function () {
3070 var Unit = Kotlin.kotlin.Unit;
3071 var html = _.kotlinx.html;
3072 var HTML_init = _.kotlinx.html.HTML;
3073 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3074 function visitAndFinalize$lambda(closure$block) {
3075 return function ($receiver) {
3076 closure$block($receiver);
3077 return Unit;
3078 };
3079 }
3080 function html$lambda($receiver) {
3081 return Unit;
3082 }
3083 return function ($receiver, namespace, block) {
3084 if (namespace === void 0)
3085 namespace = null;
3086 if (block === void 0)
3087 block = html$lambda;
3088 return visitTagAndFinalize(new HTML_init(html.emptyMap, $receiver, namespace), $receiver, visitAndFinalize$lambda(block));
3089 };
3090 }));
3091 var i = defineInlineFunction('kotlinx-html-js.kotlinx.html.i_gncgg9$', wrapFunction(function () {
3092 var Unit = Kotlin.kotlin.Unit;
3093 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3094 var I_init = _.kotlinx.html.I;
3095 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3096 function visitAndFinalize$lambda(closure$block) {
3097 return function ($receiver) {
3098 closure$block($receiver);
3099 return Unit;
3100 };
3101 }
3102 function i$lambda($receiver) {
3103 return Unit;
3104 }
3105 return function ($receiver, classes, block) {
3106 if (classes === void 0)
3107 classes = null;
3108 if (block === void 0)
3109 block = i$lambda;
3110 return visitTagAndFinalize(new I_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3111 };
3112 }));
3113 function iframe$lambda(closure$content) {
3114 return function ($receiver) {
3115 $receiver.unaryPlus_pdl1vz$(closure$content);
3116 return Unit;
3117 };
3118 }
3119 function iframe($receiver, sandbox, classes, content) {
3120 if (sandbox === void 0)
3121 sandbox = null;
3122 if (classes === void 0)
3123 classes = null;
3124 if (content === void 0)
3125 content = '';
3126 return visitTagAndFinalize(new IFRAME(attributesMapOf_1(['sandbox', sandbox != null ? enumEncode(sandbox) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda_2(iframe$lambda(content)));
3127 }
3128 var iframe_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.iframe_k7pgs2$', wrapFunction(function () {
3129 var Unit = Kotlin.kotlin.Unit;
3130 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
3131 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3132 var IFRAME_init = _.kotlinx.html.IFRAME;
3133 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3134 function visitAndFinalize$lambda(closure$block) {
3135 return function ($receiver) {
3136 closure$block($receiver);
3137 return Unit;
3138 };
3139 }
3140 function iframe$lambda($receiver) {
3141 return Unit;
3142 }
3143 return function ($receiver, sandbox, classes, block) {
3144 if (sandbox === void 0)
3145 sandbox = null;
3146 if (classes === void 0)
3147 classes = null;
3148 if (block === void 0)
3149 block = iframe$lambda;
3150 return visitTagAndFinalize(new IFRAME_init(attributesMapOf(['sandbox', sandbox != null ? enumEncode(sandbox) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
3151 };
3152 }));
3153 var img = defineInlineFunction('kotlinx-html-js.kotlinx.html.img_45d5o1$', wrapFunction(function () {
3154 var Unit = Kotlin.kotlin.Unit;
3155 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3156 var IMG_init = _.kotlinx.html.IMG;
3157 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3158 function visitAndFinalize$lambda(closure$block) {
3159 return function ($receiver) {
3160 closure$block($receiver);
3161 return Unit;
3162 };
3163 }
3164 function img$lambda($receiver) {
3165 return Unit;
3166 }
3167 return function ($receiver, alt, src, classes, block) {
3168 if (alt === void 0)
3169 alt = null;
3170 if (src === void 0)
3171 src = null;
3172 if (classes === void 0)
3173 classes = null;
3174 if (block === void 0)
3175 block = img$lambda;
3176 return visitTagAndFinalize(new IMG_init(attributesMapOf(['alt', alt, 'src', src, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
3177 };
3178 }));
3179 var input = defineInlineFunction('kotlinx-html-js.kotlinx.html.input_mm0abt$', wrapFunction(function () {
3180 var Unit = Kotlin.kotlin.Unit;
3181 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
3182 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3183 var INPUT_init = _.kotlinx.html.INPUT;
3184 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3185 function visitAndFinalize$lambda(closure$block) {
3186 return function ($receiver) {
3187 closure$block($receiver);
3188 return Unit;
3189 };
3190 }
3191 function input$lambda($receiver) {
3192 return Unit;
3193 }
3194 return function ($receiver, type, formEncType, formMethod, name, classes, block) {
3195 if (type === void 0)
3196 type = null;
3197 if (formEncType === void 0)
3198 formEncType = null;
3199 if (formMethod === void 0)
3200 formMethod = null;
3201 if (name === void 0)
3202 name = null;
3203 if (classes === void 0)
3204 classes = null;
3205 if (block === void 0)
3206 block = input$lambda;
3207 return visitTagAndFinalize(new INPUT_init(attributesMapOf(['type', type != null ? enumEncode(type) : null, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
3208 };
3209 }));
3210 var ins = defineInlineFunction('kotlinx-html-js.kotlinx.html.ins_e5g22k$', wrapFunction(function () {
3211 var Unit = Kotlin.kotlin.Unit;
3212 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3213 var INS_init = _.kotlinx.html.INS;
3214 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3215 function visitAndFinalize$lambda(closure$block) {
3216 return function ($receiver) {
3217 closure$block($receiver);
3218 return Unit;
3219 };
3220 }
3221 function ins$lambda($receiver) {
3222 return Unit;
3223 }
3224 return function ($receiver, classes, block) {
3225 if (classes === void 0)
3226 classes = null;
3227 if (block === void 0)
3228 block = ins$lambda;
3229 return visitTagAndFinalize(new INS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3230 };
3231 }));
3232 var kbd = defineInlineFunction('kotlinx-html-js.kotlinx.html.kbd_10o0fv$', wrapFunction(function () {
3233 var Unit = Kotlin.kotlin.Unit;
3234 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3235 var KBD_init = _.kotlinx.html.KBD;
3236 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3237 function visitAndFinalize$lambda(closure$block) {
3238 return function ($receiver) {
3239 closure$block($receiver);
3240 return Unit;
3241 };
3242 }
3243 function kbd$lambda($receiver) {
3244 return Unit;
3245 }
3246 return function ($receiver, classes, block) {
3247 if (classes === void 0)
3248 classes = null;
3249 if (block === void 0)
3250 block = kbd$lambda;
3251 return visitTagAndFinalize(new KBD_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3252 };
3253 }));
3254 var keyGen = defineInlineFunction('kotlinx-html-js.kotlinx.html.keyGen_19nnnk$', wrapFunction(function () {
3255 var Unit = Kotlin.kotlin.Unit;
3256 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
3257 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3258 var KEYGEN_init = _.kotlinx.html.KEYGEN;
3259 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3260 function visitAndFinalize$lambda(closure$block) {
3261 return function ($receiver) {
3262 closure$block($receiver);
3263 return Unit;
3264 };
3265 }
3266 function keyGen$lambda($receiver) {
3267 return Unit;
3268 }
3269 return function ($receiver, keyType, classes, block) {
3270 if (keyType === void 0)
3271 keyType = null;
3272 if (classes === void 0)
3273 classes = null;
3274 if (block === void 0)
3275 block = keyGen$lambda;
3276 return visitTagAndFinalize(new KEYGEN_init(attributesMapOf(['keytype', keyType != null ? enumEncode(keyType) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
3277 };
3278 }));
3279 var label = defineInlineFunction('kotlinx-html-js.kotlinx.html.label_j811c2$', wrapFunction(function () {
3280 var Unit = Kotlin.kotlin.Unit;
3281 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3282 var LABEL_init = _.kotlinx.html.LABEL;
3283 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3284 function visitAndFinalize$lambda(closure$block) {
3285 return function ($receiver) {
3286 closure$block($receiver);
3287 return Unit;
3288 };
3289 }
3290 function label$lambda($receiver) {
3291 return Unit;
3292 }
3293 return function ($receiver, classes, block) {
3294 if (classes === void 0)
3295 classes = null;
3296 if (block === void 0)
3297 block = label$lambda;
3298 return visitTagAndFinalize(new LABEL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3299 };
3300 }));
3301 var legend = defineInlineFunction('kotlinx-html-js.kotlinx.html.legend_99jryr$', wrapFunction(function () {
3302 var Unit = Kotlin.kotlin.Unit;
3303 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3304 var LEGEND_init = _.kotlinx.html.LEGEND;
3305 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3306 function visitAndFinalize$lambda(closure$block) {
3307 return function ($receiver) {
3308 closure$block($receiver);
3309 return Unit;
3310 };
3311 }
3312 function legend$lambda($receiver) {
3313 return Unit;
3314 }
3315 return function ($receiver, classes, block) {
3316 if (classes === void 0)
3317 classes = null;
3318 if (block === void 0)
3319 block = legend$lambda;
3320 return visitTagAndFinalize(new LEGEND_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3321 };
3322 }));
3323 var li = defineInlineFunction('kotlinx-html-js.kotlinx.html.li_jf6zlv$', wrapFunction(function () {
3324 var Unit = Kotlin.kotlin.Unit;
3325 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3326 var LI_init = _.kotlinx.html.LI;
3327 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3328 function visitAndFinalize$lambda(closure$block) {
3329 return function ($receiver) {
3330 closure$block($receiver);
3331 return Unit;
3332 };
3333 }
3334 function li$lambda($receiver) {
3335 return Unit;
3336 }
3337 return function ($receiver, classes, block) {
3338 if (classes === void 0)
3339 classes = null;
3340 if (block === void 0)
3341 block = li$lambda;
3342 return visitTagAndFinalize(new LI_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3343 };
3344 }));
3345 var link = defineInlineFunction('kotlinx-html-js.kotlinx.html.link_hbbg0w$', wrapFunction(function () {
3346 var Unit = Kotlin.kotlin.Unit;
3347 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3348 var LINK_init = _.kotlinx.html.LINK;
3349 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3350 function visitAndFinalize$lambda(closure$block) {
3351 return function ($receiver) {
3352 closure$block($receiver);
3353 return Unit;
3354 };
3355 }
3356 function link$lambda($receiver) {
3357 return Unit;
3358 }
3359 return function ($receiver, href, rel, type, block) {
3360 if (href === void 0)
3361 href = null;
3362 if (rel === void 0)
3363 rel = null;
3364 if (type === void 0)
3365 type = null;
3366 if (block === void 0)
3367 block = link$lambda;
3368 return visitTagAndFinalize(new LINK_init(attributesMapOf(['href', href, 'rel', rel, 'type', type]), $receiver), $receiver, visitAndFinalize$lambda(block));
3369 };
3370 }));
3371 var main = defineInlineFunction('kotlinx-html-js.kotlinx.html.main_hf6ozl$', wrapFunction(function () {
3372 var Unit = Kotlin.kotlin.Unit;
3373 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3374 var MAIN_init = _.kotlinx.html.MAIN;
3375 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3376 function visitAndFinalize$lambda(closure$block) {
3377 return function ($receiver) {
3378 closure$block($receiver);
3379 return Unit;
3380 };
3381 }
3382 function main$lambda($receiver) {
3383 return Unit;
3384 }
3385 return function ($receiver, classes, block) {
3386 if (classes === void 0)
3387 classes = null;
3388 if (block === void 0)
3389 block = main$lambda;
3390 return visitTagAndFinalize(new MAIN_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3391 };
3392 }));
3393 var map = defineInlineFunction('kotlinx-html-js.kotlinx.html.map_r08uhb$', wrapFunction(function () {
3394 var Unit = Kotlin.kotlin.Unit;
3395 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3396 var MAP_init = _.kotlinx.html.MAP;
3397 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3398 function visitAndFinalize$lambda(closure$block) {
3399 return function ($receiver) {
3400 closure$block($receiver);
3401 return Unit;
3402 };
3403 }
3404 function map$lambda($receiver) {
3405 return Unit;
3406 }
3407 return function ($receiver, name, classes, block) {
3408 if (name === void 0)
3409 name = null;
3410 if (classes === void 0)
3411 classes = null;
3412 if (block === void 0)
3413 block = map$lambda;
3414 return visitTagAndFinalize(new MAP_init(attributesMapOf(['name', name, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
3415 };
3416 }));
3417 var mark = defineInlineFunction('kotlinx-html-js.kotlinx.html.mark_m8f11v$', wrapFunction(function () {
3418 var Unit = Kotlin.kotlin.Unit;
3419 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3420 var MARK_init = _.kotlinx.html.MARK;
3421 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3422 function visitAndFinalize$lambda(closure$block) {
3423 return function ($receiver) {
3424 closure$block($receiver);
3425 return Unit;
3426 };
3427 }
3428 function mark$lambda($receiver) {
3429 return Unit;
3430 }
3431 return function ($receiver, classes, block) {
3432 if (classes === void 0)
3433 classes = null;
3434 if (block === void 0)
3435 block = mark$lambda;
3436 return visitTagAndFinalize(new MARK_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3437 };
3438 }));
3439 var math = defineInlineFunction('kotlinx-html-js.kotlinx.html.math_bhulte$', wrapFunction(function () {
3440 var Unit = Kotlin.kotlin.Unit;
3441 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3442 var MATH_init = _.kotlinx.html.MATH;
3443 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3444 function visitAndFinalize$lambda(closure$block) {
3445 return function ($receiver) {
3446 closure$block($receiver);
3447 return Unit;
3448 };
3449 }
3450 function math$lambda($receiver) {
3451 return Unit;
3452 }
3453 return function ($receiver, classes, block) {
3454 if (classes === void 0)
3455 classes = null;
3456 if (block === void 0)
3457 block = math$lambda;
3458 return visitTagAndFinalize(new MATH_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3459 };
3460 }));
3461 function mathml$lambda(closure$content) {
3462 return function ($receiver) {
3463 $receiver.unaryPlus_pdl1vz$(closure$content);
3464 return Unit;
3465 };
3466 }
3467 function mathml($receiver, classes, content) {
3468 if (classes === void 0)
3469 classes = null;
3470 if (content === void 0)
3471 content = '';
3472 return visitTagAndFinalize(new MATHML(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_2(mathml$lambda(content)));
3473 }
3474 var mathml_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.mathml_fvpj0z$', wrapFunction(function () {
3475 var Unit = Kotlin.kotlin.Unit;
3476 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3477 var MATHML_init = _.kotlinx.html.MATHML;
3478 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3479 function visitAndFinalize$lambda(closure$block) {
3480 return function ($receiver) {
3481 closure$block($receiver);
3482 return Unit;
3483 };
3484 }
3485 function mathml$lambda($receiver) {
3486 return Unit;
3487 }
3488 return function ($receiver, classes, block) {
3489 if (classes === void 0)
3490 classes = null;
3491 if (block === void 0)
3492 block = mathml$lambda;
3493 return visitTagAndFinalize(new MATHML_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3494 };
3495 }));
3496 var meta = defineInlineFunction('kotlinx-html-js.kotlinx.html.meta_9higvf$', wrapFunction(function () {
3497 var Unit = Kotlin.kotlin.Unit;
3498 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3499 var META_init = _.kotlinx.html.META;
3500 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3501 function visitAndFinalize$lambda(closure$block) {
3502 return function ($receiver) {
3503 closure$block($receiver);
3504 return Unit;
3505 };
3506 }
3507 function meta$lambda($receiver) {
3508 return Unit;
3509 }
3510 return function ($receiver, name, content, charset, block) {
3511 if (name === void 0)
3512 name = null;
3513 if (content === void 0)
3514 content = null;
3515 if (charset === void 0)
3516 charset = null;
3517 if (block === void 0)
3518 block = meta$lambda;
3519 return visitTagAndFinalize(new META_init(attributesMapOf(['name', name, 'content', content, 'charset', charset]), $receiver), $receiver, visitAndFinalize$lambda(block));
3520 };
3521 }));
3522 var meter = defineInlineFunction('kotlinx-html-js.kotlinx.html.meter_akdp07$', wrapFunction(function () {
3523 var Unit = Kotlin.kotlin.Unit;
3524 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3525 var METER_init = _.kotlinx.html.METER;
3526 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3527 function visitAndFinalize$lambda(closure$block) {
3528 return function ($receiver) {
3529 closure$block($receiver);
3530 return Unit;
3531 };
3532 }
3533 function meter$lambda($receiver) {
3534 return Unit;
3535 }
3536 return function ($receiver, classes, block) {
3537 if (classes === void 0)
3538 classes = null;
3539 if (block === void 0)
3540 block = meter$lambda;
3541 return visitTagAndFinalize(new METER_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3542 };
3543 }));
3544 var nav = defineInlineFunction('kotlinx-html-js.kotlinx.html.nav_pa7bap$', wrapFunction(function () {
3545 var Unit = Kotlin.kotlin.Unit;
3546 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3547 var NAV_init = _.kotlinx.html.NAV;
3548 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3549 function visitAndFinalize$lambda(closure$block) {
3550 return function ($receiver) {
3551 closure$block($receiver);
3552 return Unit;
3553 };
3554 }
3555 function nav$lambda($receiver) {
3556 return Unit;
3557 }
3558 return function ($receiver, classes, block) {
3559 if (classes === void 0)
3560 classes = null;
3561 if (block === void 0)
3562 block = nav$lambda;
3563 return visitTagAndFinalize(new NAV_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3564 };
3565 }));
3566 var noScript = defineInlineFunction('kotlinx-html-js.kotlinx.html.noScript_z591w2$', wrapFunction(function () {
3567 var Unit = Kotlin.kotlin.Unit;
3568 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3569 var NOSCRIPT_init = _.kotlinx.html.NOSCRIPT;
3570 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3571 function visitAndFinalize$lambda(closure$block) {
3572 return function ($receiver) {
3573 closure$block($receiver);
3574 return Unit;
3575 };
3576 }
3577 function noScript$lambda($receiver) {
3578 return Unit;
3579 }
3580 return function ($receiver, classes, block) {
3581 if (classes === void 0)
3582 classes = null;
3583 if (block === void 0)
3584 block = noScript$lambda;
3585 return visitTagAndFinalize(new NOSCRIPT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3586 };
3587 }));
3588 var htmlObject = defineInlineFunction('kotlinx-html-js.kotlinx.html.htmlObject_dbo9vp$', wrapFunction(function () {
3589 var Unit = Kotlin.kotlin.Unit;
3590 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3591 var OBJECT_init = _.kotlinx.html.OBJECT;
3592 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3593 function visitAndFinalize$lambda(closure$block) {
3594 return function ($receiver) {
3595 closure$block($receiver);
3596 return Unit;
3597 };
3598 }
3599 function htmlObject$lambda($receiver) {
3600 return Unit;
3601 }
3602 return function ($receiver, classes, block) {
3603 if (classes === void 0)
3604 classes = null;
3605 if (block === void 0)
3606 block = htmlObject$lambda;
3607 return visitTagAndFinalize(new OBJECT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3608 };
3609 }));
3610 var ol = defineInlineFunction('kotlinx-html-js.kotlinx.html.ol_g73xel$', wrapFunction(function () {
3611 var Unit = Kotlin.kotlin.Unit;
3612 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3613 var OL_init = _.kotlinx.html.OL;
3614 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3615 function visitAndFinalize$lambda(closure$block) {
3616 return function ($receiver) {
3617 closure$block($receiver);
3618 return Unit;
3619 };
3620 }
3621 function ol$lambda($receiver) {
3622 return Unit;
3623 }
3624 return function ($receiver, classes, block) {
3625 if (classes === void 0)
3626 classes = null;
3627 if (block === void 0)
3628 block = ol$lambda;
3629 return visitTagAndFinalize(new OL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3630 };
3631 }));
3632 var optGroup = defineInlineFunction('kotlinx-html-js.kotlinx.html.optGroup_3qzn6b$', wrapFunction(function () {
3633 var Unit = Kotlin.kotlin.Unit;
3634 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3635 var OPTGROUP_init = _.kotlinx.html.OPTGROUP;
3636 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3637 function visitAndFinalize$lambda(closure$block) {
3638 return function ($receiver) {
3639 closure$block($receiver);
3640 return Unit;
3641 };
3642 }
3643 function optGroup$lambda($receiver) {
3644 return Unit;
3645 }
3646 return function ($receiver, label, classes, block) {
3647 if (label === void 0)
3648 label = null;
3649 if (classes === void 0)
3650 classes = null;
3651 if (block === void 0)
3652 block = optGroup$lambda;
3653 return visitTagAndFinalize(new OPTGROUP_init(attributesMapOf(['label', label, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
3654 };
3655 }));
3656 function option$lambda(closure$content) {
3657 return function ($receiver) {
3658 $receiver.unaryPlus_pdl1vz$(closure$content);
3659 return Unit;
3660 };
3661 }
3662 function option($receiver, classes, content) {
3663 if (classes === void 0)
3664 classes = null;
3665 if (content === void 0)
3666 content = '';
3667 return visitTagAndFinalize(new OPTION(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_2(option$lambda(content)));
3668 }
3669 var option_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.option_k09m0r$', wrapFunction(function () {
3670 var Unit = Kotlin.kotlin.Unit;
3671 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3672 var OPTION_init = _.kotlinx.html.OPTION;
3673 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3674 function visitAndFinalize$lambda(closure$block) {
3675 return function ($receiver) {
3676 closure$block($receiver);
3677 return Unit;
3678 };
3679 }
3680 function option$lambda($receiver) {
3681 return Unit;
3682 }
3683 return function ($receiver, classes, block) {
3684 if (classes === void 0)
3685 classes = null;
3686 if (block === void 0)
3687 block = option$lambda;
3688 return visitTagAndFinalize(new OPTION_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3689 };
3690 }));
3691 var output = defineInlineFunction('kotlinx-html-js.kotlinx.html.output_q3di9l$', wrapFunction(function () {
3692 var Unit = Kotlin.kotlin.Unit;
3693 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3694 var OUTPUT_init = _.kotlinx.html.OUTPUT;
3695 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3696 function visitAndFinalize$lambda(closure$block) {
3697 return function ($receiver) {
3698 closure$block($receiver);
3699 return Unit;
3700 };
3701 }
3702 function output$lambda($receiver) {
3703 return Unit;
3704 }
3705 return function ($receiver, classes, block) {
3706 if (classes === void 0)
3707 classes = null;
3708 if (block === void 0)
3709 block = output$lambda;
3710 return visitTagAndFinalize(new OUTPUT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3711 };
3712 }));
3713 var p = defineInlineFunction('kotlinx-html-js.kotlinx.html.p_7ents2$', wrapFunction(function () {
3714 var Unit = Kotlin.kotlin.Unit;
3715 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3716 var P_init = _.kotlinx.html.P;
3717 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3718 function visitAndFinalize$lambda(closure$block) {
3719 return function ($receiver) {
3720 closure$block($receiver);
3721 return Unit;
3722 };
3723 }
3724 function p$lambda($receiver) {
3725 return Unit;
3726 }
3727 return function ($receiver, classes, block) {
3728 if (classes === void 0)
3729 classes = null;
3730 if (block === void 0)
3731 block = p$lambda;
3732 return visitTagAndFinalize(new P_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3733 };
3734 }));
3735 var param = defineInlineFunction('kotlinx-html-js.kotlinx.html.param_k9rdkw$', wrapFunction(function () {
3736 var Unit = Kotlin.kotlin.Unit;
3737 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3738 var PARAM_init = _.kotlinx.html.PARAM;
3739 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3740 function visitAndFinalize$lambda(closure$block) {
3741 return function ($receiver) {
3742 closure$block($receiver);
3743 return Unit;
3744 };
3745 }
3746 function param$lambda($receiver) {
3747 return Unit;
3748 }
3749 return function ($receiver, name, value, block) {
3750 if (name === void 0)
3751 name = null;
3752 if (value === void 0)
3753 value = null;
3754 if (block === void 0)
3755 block = param$lambda;
3756 return visitTagAndFinalize(new PARAM_init(attributesMapOf(['name', name, 'value', value]), $receiver), $receiver, visitAndFinalize$lambda(block));
3757 };
3758 }));
3759 var pre = defineInlineFunction('kotlinx-html-js.kotlinx.html.pre_1138nj$', wrapFunction(function () {
3760 var Unit = Kotlin.kotlin.Unit;
3761 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3762 var PRE_init = _.kotlinx.html.PRE;
3763 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3764 function visitAndFinalize$lambda(closure$block) {
3765 return function ($receiver) {
3766 closure$block($receiver);
3767 return Unit;
3768 };
3769 }
3770 function pre$lambda($receiver) {
3771 return Unit;
3772 }
3773 return function ($receiver, classes, block) {
3774 if (classes === void 0)
3775 classes = null;
3776 if (block === void 0)
3777 block = pre$lambda;
3778 return visitTagAndFinalize(new PRE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3779 };
3780 }));
3781 var progress = defineInlineFunction('kotlinx-html-js.kotlinx.html.progress_j8bckz$', wrapFunction(function () {
3782 var Unit = Kotlin.kotlin.Unit;
3783 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3784 var PROGRESS_init = _.kotlinx.html.PROGRESS;
3785 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3786 function visitAndFinalize$lambda(closure$block) {
3787 return function ($receiver) {
3788 closure$block($receiver);
3789 return Unit;
3790 };
3791 }
3792 function progress$lambda($receiver) {
3793 return Unit;
3794 }
3795 return function ($receiver, classes, block) {
3796 if (classes === void 0)
3797 classes = null;
3798 if (block === void 0)
3799 block = progress$lambda;
3800 return visitTagAndFinalize(new PROGRESS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3801 };
3802 }));
3803 var q = defineInlineFunction('kotlinx-html-js.kotlinx.html.q_425zgf$', wrapFunction(function () {
3804 var Unit = Kotlin.kotlin.Unit;
3805 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3806 var Q_init = _.kotlinx.html.Q;
3807 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3808 function visitAndFinalize$lambda(closure$block) {
3809 return function ($receiver) {
3810 closure$block($receiver);
3811 return Unit;
3812 };
3813 }
3814 function q$lambda($receiver) {
3815 return Unit;
3816 }
3817 return function ($receiver, classes, block) {
3818 if (classes === void 0)
3819 classes = null;
3820 if (block === void 0)
3821 block = q$lambda;
3822 return visitTagAndFinalize(new Q_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3823 };
3824 }));
3825 var rp = defineInlineFunction('kotlinx-html-js.kotlinx.html.rp_uoj0sk$', wrapFunction(function () {
3826 var Unit = Kotlin.kotlin.Unit;
3827 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3828 var RP_init = _.kotlinx.html.RP;
3829 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3830 function visitAndFinalize$lambda(closure$block) {
3831 return function ($receiver) {
3832 closure$block($receiver);
3833 return Unit;
3834 };
3835 }
3836 function rp$lambda($receiver) {
3837 return Unit;
3838 }
3839 return function ($receiver, classes, block) {
3840 if (classes === void 0)
3841 classes = null;
3842 if (block === void 0)
3843 block = rp$lambda;
3844 return visitTagAndFinalize(new RP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3845 };
3846 }));
3847 var rt = defineInlineFunction('kotlinx-html-js.kotlinx.html.rt_5iq7rc$', wrapFunction(function () {
3848 var Unit = Kotlin.kotlin.Unit;
3849 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3850 var RT_init = _.kotlinx.html.RT;
3851 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3852 function visitAndFinalize$lambda(closure$block) {
3853 return function ($receiver) {
3854 closure$block($receiver);
3855 return Unit;
3856 };
3857 }
3858 function rt$lambda($receiver) {
3859 return Unit;
3860 }
3861 return function ($receiver, classes, block) {
3862 if (classes === void 0)
3863 classes = null;
3864 if (block === void 0)
3865 block = rt$lambda;
3866 return visitTagAndFinalize(new RT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3867 };
3868 }));
3869 var ruby = defineInlineFunction('kotlinx-html-js.kotlinx.html.ruby_d6wtb4$', wrapFunction(function () {
3870 var Unit = Kotlin.kotlin.Unit;
3871 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3872 var RUBY_init = _.kotlinx.html.RUBY;
3873 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3874 function visitAndFinalize$lambda(closure$block) {
3875 return function ($receiver) {
3876 closure$block($receiver);
3877 return Unit;
3878 };
3879 }
3880 function ruby$lambda($receiver) {
3881 return Unit;
3882 }
3883 return function ($receiver, classes, block) {
3884 if (classes === void 0)
3885 classes = null;
3886 if (block === void 0)
3887 block = ruby$lambda;
3888 return visitTagAndFinalize(new RUBY_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3889 };
3890 }));
3891 var samp = defineInlineFunction('kotlinx-html-js.kotlinx.html.samp_sdlho7$', wrapFunction(function () {
3892 var Unit = Kotlin.kotlin.Unit;
3893 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3894 var SAMP_init = _.kotlinx.html.SAMP;
3895 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3896 function visitAndFinalize$lambda(closure$block) {
3897 return function ($receiver) {
3898 closure$block($receiver);
3899 return Unit;
3900 };
3901 }
3902 function samp$lambda($receiver) {
3903 return Unit;
3904 }
3905 return function ($receiver, classes, block) {
3906 if (classes === void 0)
3907 classes = null;
3908 if (block === void 0)
3909 block = samp$lambda;
3910 return visitTagAndFinalize(new SAMP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3911 };
3912 }));
3913 function script$lambda(closure$content) {
3914 return function ($receiver) {
3915 $receiver.unaryPlus_pdl1vz$(closure$content);
3916 return Unit;
3917 };
3918 }
3919 function script($receiver, type, src, content) {
3920 if (type === void 0)
3921 type = null;
3922 if (src === void 0)
3923 src = null;
3924 if (content === void 0)
3925 content = '';
3926 return visitTagAndFinalize(new SCRIPT(attributesMapOf_1(['type', type, 'src', src]), $receiver), $receiver, visitAndFinalize$lambda_2(script$lambda(content)));
3927 }
3928 var script_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.script_wupk6s$', wrapFunction(function () {
3929 var Unit = Kotlin.kotlin.Unit;
3930 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
3931 var SCRIPT_init = _.kotlinx.html.SCRIPT;
3932 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3933 function visitAndFinalize$lambda(closure$block) {
3934 return function ($receiver) {
3935 closure$block($receiver);
3936 return Unit;
3937 };
3938 }
3939 function script$lambda($receiver) {
3940 return Unit;
3941 }
3942 return function ($receiver, type, src, block) {
3943 if (type === void 0)
3944 type = null;
3945 if (src === void 0)
3946 src = null;
3947 if (block === void 0)
3948 block = script$lambda;
3949 return visitTagAndFinalize(new SCRIPT_init(attributesMapOf(['type', type, 'src', src]), $receiver), $receiver, visitAndFinalize$lambda(block));
3950 };
3951 }));
3952 var section = defineInlineFunction('kotlinx-html-js.kotlinx.html.section_ezs79p$', wrapFunction(function () {
3953 var Unit = Kotlin.kotlin.Unit;
3954 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3955 var SECTION_init = _.kotlinx.html.SECTION;
3956 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3957 function visitAndFinalize$lambda(closure$block) {
3958 return function ($receiver) {
3959 closure$block($receiver);
3960 return Unit;
3961 };
3962 }
3963 function section$lambda($receiver) {
3964 return Unit;
3965 }
3966 return function ($receiver, classes, block) {
3967 if (classes === void 0)
3968 classes = null;
3969 if (block === void 0)
3970 block = section$lambda;
3971 return visitTagAndFinalize(new SECTION_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3972 };
3973 }));
3974 var select = defineInlineFunction('kotlinx-html-js.kotlinx.html.select_ty59tq$', wrapFunction(function () {
3975 var Unit = Kotlin.kotlin.Unit;
3976 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3977 var SELECT_init = _.kotlinx.html.SELECT;
3978 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
3979 function visitAndFinalize$lambda(closure$block) {
3980 return function ($receiver) {
3981 closure$block($receiver);
3982 return Unit;
3983 };
3984 }
3985 function select$lambda($receiver) {
3986 return Unit;
3987 }
3988 return function ($receiver, classes, block) {
3989 if (classes === void 0)
3990 classes = null;
3991 if (block === void 0)
3992 block = select$lambda;
3993 return visitTagAndFinalize(new SELECT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
3994 };
3995 }));
3996 var small = defineInlineFunction('kotlinx-html-js.kotlinx.html.small_fm3dud$', wrapFunction(function () {
3997 var Unit = Kotlin.kotlin.Unit;
3998 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
3999 var SMALL_init = _.kotlinx.html.SMALL;
4000 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4001 function visitAndFinalize$lambda(closure$block) {
4002 return function ($receiver) {
4003 closure$block($receiver);
4004 return Unit;
4005 };
4006 }
4007 function small$lambda($receiver) {
4008 return Unit;
4009 }
4010 return function ($receiver, classes, block) {
4011 if (classes === void 0)
4012 classes = null;
4013 if (block === void 0)
4014 block = small$lambda;
4015 return visitTagAndFinalize(new SMALL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4016 };
4017 }));
4018 var source = defineInlineFunction('kotlinx-html-js.kotlinx.html.source_naaf4v$', wrapFunction(function () {
4019 var Unit = Kotlin.kotlin.Unit;
4020 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4021 var SOURCE_init = _.kotlinx.html.SOURCE;
4022 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4023 function visitAndFinalize$lambda(closure$block) {
4024 return function ($receiver) {
4025 closure$block($receiver);
4026 return Unit;
4027 };
4028 }
4029 function source$lambda($receiver) {
4030 return Unit;
4031 }
4032 return function ($receiver, classes, block) {
4033 if (classes === void 0)
4034 classes = null;
4035 if (block === void 0)
4036 block = source$lambda;
4037 return visitTagAndFinalize(new SOURCE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4038 };
4039 }));
4040 var span = defineInlineFunction('kotlinx-html-js.kotlinx.html.span_fqsp1s$', wrapFunction(function () {
4041 var Unit = Kotlin.kotlin.Unit;
4042 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4043 var SPAN_init = _.kotlinx.html.SPAN;
4044 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4045 function visitAndFinalize$lambda(closure$block) {
4046 return function ($receiver) {
4047 closure$block($receiver);
4048 return Unit;
4049 };
4050 }
4051 function span$lambda($receiver) {
4052 return Unit;
4053 }
4054 return function ($receiver, classes, block) {
4055 if (classes === void 0)
4056 classes = null;
4057 if (block === void 0)
4058 block = span$lambda;
4059 return visitTagAndFinalize(new SPAN_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4060 };
4061 }));
4062 var strong = defineInlineFunction('kotlinx-html-js.kotlinx.html.strong_k099i5$', wrapFunction(function () {
4063 var Unit = Kotlin.kotlin.Unit;
4064 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4065 var STRONG_init = _.kotlinx.html.STRONG;
4066 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4067 function visitAndFinalize$lambda(closure$block) {
4068 return function ($receiver) {
4069 closure$block($receiver);
4070 return Unit;
4071 };
4072 }
4073 function strong$lambda($receiver) {
4074 return Unit;
4075 }
4076 return function ($receiver, classes, block) {
4077 if (classes === void 0)
4078 classes = null;
4079 if (block === void 0)
4080 block = strong$lambda;
4081 return visitTagAndFinalize(new STRONG_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4082 };
4083 }));
4084 function style$lambda(closure$content) {
4085 return function ($receiver) {
4086 $receiver.unaryPlus_pdl1vz$(closure$content);
4087 return Unit;
4088 };
4089 }
4090 function style($receiver, type, content) {
4091 if (type === void 0)
4092 type = null;
4093 if (content === void 0)
4094 content = '';
4095 return visitTagAndFinalize(new STYLE(attributesMapOf_0('type', type), $receiver), $receiver, visitAndFinalize$lambda_2(style$lambda(content)));
4096 }
4097 var style_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.style_x3xo8v$', wrapFunction(function () {
4098 var Unit = Kotlin.kotlin.Unit;
4099 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4100 var STYLE_init = _.kotlinx.html.STYLE;
4101 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4102 function visitAndFinalize$lambda(closure$block) {
4103 return function ($receiver) {
4104 closure$block($receiver);
4105 return Unit;
4106 };
4107 }
4108 function style$lambda($receiver) {
4109 return Unit;
4110 }
4111 return function ($receiver, type, block) {
4112 if (type === void 0)
4113 type = null;
4114 if (block === void 0)
4115 block = style$lambda;
4116 return visitTagAndFinalize(new STYLE_init(attributesMapOf('type', type), $receiver), $receiver, visitAndFinalize$lambda(block));
4117 };
4118 }));
4119 var sub = defineInlineFunction('kotlinx-html-js.kotlinx.html.sub_35684y$', wrapFunction(function () {
4120 var Unit = Kotlin.kotlin.Unit;
4121 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4122 var SUB_init = _.kotlinx.html.SUB;
4123 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4124 function visitAndFinalize$lambda(closure$block) {
4125 return function ($receiver) {
4126 closure$block($receiver);
4127 return Unit;
4128 };
4129 }
4130 function sub$lambda($receiver) {
4131 return Unit;
4132 }
4133 return function ($receiver, classes, block) {
4134 if (classes === void 0)
4135 classes = null;
4136 if (block === void 0)
4137 block = sub$lambda;
4138 return visitTagAndFinalize(new SUB_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4139 };
4140 }));
4141 var summary = defineInlineFunction('kotlinx-html-js.kotlinx.html.summary_tua37w$', wrapFunction(function () {
4142 var Unit = Kotlin.kotlin.Unit;
4143 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4144 var SUMMARY_init = _.kotlinx.html.SUMMARY;
4145 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4146 function visitAndFinalize$lambda(closure$block) {
4147 return function ($receiver) {
4148 closure$block($receiver);
4149 return Unit;
4150 };
4151 }
4152 function summary$lambda($receiver) {
4153 return Unit;
4154 }
4155 return function ($receiver, classes, block) {
4156 if (classes === void 0)
4157 classes = null;
4158 if (block === void 0)
4159 block = summary$lambda;
4160 return visitTagAndFinalize(new SUMMARY_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4161 };
4162 }));
4163 var sup = defineInlineFunction('kotlinx-html-js.kotlinx.html.sup_fc717g$', wrapFunction(function () {
4164 var Unit = Kotlin.kotlin.Unit;
4165 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4166 var SUP_init = _.kotlinx.html.SUP;
4167 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4168 function visitAndFinalize$lambda(closure$block) {
4169 return function ($receiver) {
4170 closure$block($receiver);
4171 return Unit;
4172 };
4173 }
4174 function sup$lambda($receiver) {
4175 return Unit;
4176 }
4177 return function ($receiver, classes, block) {
4178 if (classes === void 0)
4179 classes = null;
4180 if (block === void 0)
4181 block = sup$lambda;
4182 return visitTagAndFinalize(new SUP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4183 };
4184 }));
4185 function svg$lambda(closure$content) {
4186 return function ($receiver) {
4187 $receiver.unaryPlus_pdl1vz$(closure$content);
4188 return Unit;
4189 };
4190 }
4191 function svg($receiver, classes, content) {
4192 if (classes === void 0)
4193 classes = null;
4194 if (content === void 0)
4195 content = '';
4196 return visitTagAndFinalize(new SVG(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_2(svg$lambda(content)));
4197 }
4198 var svg_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.svg_gi1bim$', wrapFunction(function () {
4199 var Unit = Kotlin.kotlin.Unit;
4200 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4201 var SVG_init = _.kotlinx.html.SVG;
4202 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4203 function visitAndFinalize$lambda(closure$block) {
4204 return function ($receiver) {
4205 closure$block($receiver);
4206 return Unit;
4207 };
4208 }
4209 function svg$lambda($receiver) {
4210 return Unit;
4211 }
4212 return function ($receiver, classes, block) {
4213 if (classes === void 0)
4214 classes = null;
4215 if (block === void 0)
4216 block = svg$lambda;
4217 return visitTagAndFinalize(new SVG_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4218 };
4219 }));
4220 var table = defineInlineFunction('kotlinx-html-js.kotlinx.html.table_llpdic$', wrapFunction(function () {
4221 var Unit = Kotlin.kotlin.Unit;
4222 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4223 var TABLE_init = _.kotlinx.html.TABLE;
4224 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4225 function visitAndFinalize$lambda(closure$block) {
4226 return function ($receiver) {
4227 closure$block($receiver);
4228 return Unit;
4229 };
4230 }
4231 function table$lambda($receiver) {
4232 return Unit;
4233 }
4234 return function ($receiver, classes, block) {
4235 if (classes === void 0)
4236 classes = null;
4237 if (block === void 0)
4238 block = table$lambda;
4239 return visitTagAndFinalize(new TABLE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4240 };
4241 }));
4242 var tbody = defineInlineFunction('kotlinx-html-js.kotlinx.html.tbody_ojrhk4$', wrapFunction(function () {
4243 var Unit = Kotlin.kotlin.Unit;
4244 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4245 var TBODY_init = _.kotlinx.html.TBODY;
4246 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4247 function visitAndFinalize$lambda(closure$block) {
4248 return function ($receiver) {
4249 closure$block($receiver);
4250 return Unit;
4251 };
4252 }
4253 function tbody$lambda($receiver) {
4254 return Unit;
4255 }
4256 return function ($receiver, classes, block) {
4257 if (classes === void 0)
4258 classes = null;
4259 if (block === void 0)
4260 block = tbody$lambda;
4261 return visitTagAndFinalize(new TBODY_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4262 };
4263 }));
4264 var td = defineInlineFunction('kotlinx-html-js.kotlinx.html.td_z82v7u$', wrapFunction(function () {
4265 var Unit = Kotlin.kotlin.Unit;
4266 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4267 var TD_init = _.kotlinx.html.TD;
4268 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4269 function visitAndFinalize$lambda(closure$block) {
4270 return function ($receiver) {
4271 closure$block($receiver);
4272 return Unit;
4273 };
4274 }
4275 function td$lambda($receiver) {
4276 return Unit;
4277 }
4278 return function ($receiver, classes, block) {
4279 if (classes === void 0)
4280 classes = null;
4281 if (block === void 0)
4282 block = td$lambda;
4283 return visitTagAndFinalize(new TD_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4284 };
4285 }));
4286 function textArea$lambda(closure$content) {
4287 return function ($receiver) {
4288 $receiver.unaryPlus_pdl1vz$(closure$content);
4289 return Unit;
4290 };
4291 }
4292 function textArea($receiver, rows, cols, wrap, classes, content) {
4293 if (rows === void 0)
4294 rows = null;
4295 if (cols === void 0)
4296 cols = null;
4297 if (wrap === void 0)
4298 wrap = null;
4299 if (classes === void 0)
4300 classes = null;
4301 if (content === void 0)
4302 content = '';
4303 return visitTagAndFinalize(new TEXTAREA(attributesMapOf_1(['rows', rows, 'cols', cols, 'wrap', wrap != null ? enumEncode(wrap) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda_2(textArea$lambda(content)));
4304 }
4305 var textArea_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.textArea_wfpz2l$', wrapFunction(function () {
4306 var Unit = Kotlin.kotlin.Unit;
4307 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
4308 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
4309 var TEXTAREA_init = _.kotlinx.html.TEXTAREA;
4310 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4311 function visitAndFinalize$lambda(closure$block) {
4312 return function ($receiver) {
4313 closure$block($receiver);
4314 return Unit;
4315 };
4316 }
4317 function textArea$lambda($receiver) {
4318 return Unit;
4319 }
4320 return function ($receiver, rows, cols, wrap, classes, block) {
4321 if (rows === void 0)
4322 rows = null;
4323 if (cols === void 0)
4324 cols = null;
4325 if (wrap === void 0)
4326 wrap = null;
4327 if (classes === void 0)
4328 classes = null;
4329 if (block === void 0)
4330 block = textArea$lambda;
4331 return visitTagAndFinalize(new TEXTAREA_init(attributesMapOf(['rows', rows, 'cols', cols, 'wrap', wrap != null ? enumEncode(wrap) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
4332 };
4333 }));
4334 var tfoot = defineInlineFunction('kotlinx-html-js.kotlinx.html.tfoot_eqq100$', wrapFunction(function () {
4335 var Unit = Kotlin.kotlin.Unit;
4336 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4337 var TFOOT_init = _.kotlinx.html.TFOOT;
4338 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4339 function visitAndFinalize$lambda(closure$block) {
4340 return function ($receiver) {
4341 closure$block($receiver);
4342 return Unit;
4343 };
4344 }
4345 function tfoot$lambda($receiver) {
4346 return Unit;
4347 }
4348 return function ($receiver, classes, block) {
4349 if (classes === void 0)
4350 classes = null;
4351 if (block === void 0)
4352 block = tfoot$lambda;
4353 return visitTagAndFinalize(new TFOOT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4354 };
4355 }));
4356 var th = defineInlineFunction('kotlinx-html-js.kotlinx.html.th_cjoo5$', wrapFunction(function () {
4357 var Unit = Kotlin.kotlin.Unit;
4358 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
4359 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
4360 var TH_init = _.kotlinx.html.TH;
4361 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4362 function visitAndFinalize$lambda(closure$block) {
4363 return function ($receiver) {
4364 closure$block($receiver);
4365 return Unit;
4366 };
4367 }
4368 function th$lambda($receiver) {
4369 return Unit;
4370 }
4371 return function ($receiver, scope, classes, block) {
4372 if (scope === void 0)
4373 scope = null;
4374 if (classes === void 0)
4375 classes = null;
4376 if (block === void 0)
4377 block = th$lambda;
4378 return visitTagAndFinalize(new TH_init(attributesMapOf(['scope', scope != null ? enumEncode(scope) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
4379 };
4380 }));
4381 var thead = defineInlineFunction('kotlinx-html-js.kotlinx.html.thead_fwe93y$', wrapFunction(function () {
4382 var Unit = Kotlin.kotlin.Unit;
4383 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4384 var THEAD_init = _.kotlinx.html.THEAD;
4385 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4386 function visitAndFinalize$lambda(closure$block) {
4387 return function ($receiver) {
4388 closure$block($receiver);
4389 return Unit;
4390 };
4391 }
4392 function thead$lambda($receiver) {
4393 return Unit;
4394 }
4395 return function ($receiver, classes, block) {
4396 if (classes === void 0)
4397 classes = null;
4398 if (block === void 0)
4399 block = thead$lambda;
4400 return visitTagAndFinalize(new THEAD_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4401 };
4402 }));
4403 var time = defineInlineFunction('kotlinx-html-js.kotlinx.html.time_or12qb$', wrapFunction(function () {
4404 var Unit = Kotlin.kotlin.Unit;
4405 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4406 var TIME_init = _.kotlinx.html.TIME;
4407 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4408 function visitAndFinalize$lambda(closure$block) {
4409 return function ($receiver) {
4410 closure$block($receiver);
4411 return Unit;
4412 };
4413 }
4414 function time$lambda($receiver) {
4415 return Unit;
4416 }
4417 return function ($receiver, classes, block) {
4418 if (classes === void 0)
4419 classes = null;
4420 if (block === void 0)
4421 block = time$lambda;
4422 return visitTagAndFinalize(new TIME_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4423 };
4424 }));
4425 function title$lambda(closure$content) {
4426 return function ($receiver) {
4427 $receiver.unaryPlus_pdl1vz$(closure$content);
4428 return Unit;
4429 };
4430 }
4431 function title($receiver, content) {
4432 if (content === void 0)
4433 content = '';
4434 return visitTagAndFinalize(new TITLE(emptyMap_0, $receiver), $receiver, visitAndFinalize$lambda_2(title$lambda(content)));
4435 }
4436 var title_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.title_pc70yd$', wrapFunction(function () {
4437 var Unit = Kotlin.kotlin.Unit;
4438 var html = _.kotlinx.html;
4439 var TITLE_init = _.kotlinx.html.TITLE;
4440 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4441 function visitAndFinalize$lambda(closure$block) {
4442 return function ($receiver) {
4443 closure$block($receiver);
4444 return Unit;
4445 };
4446 }
4447 function title$lambda($receiver) {
4448 return Unit;
4449 }
4450 return function ($receiver, block) {
4451 if (block === void 0)
4452 block = title$lambda;
4453 return visitTagAndFinalize(new TITLE_init(html.emptyMap, $receiver), $receiver, visitAndFinalize$lambda(block));
4454 };
4455 }));
4456 var tr = defineInlineFunction('kotlinx-html-js.kotlinx.html.tr_gqplvg$', wrapFunction(function () {
4457 var Unit = Kotlin.kotlin.Unit;
4458 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4459 var TR_init = _.kotlinx.html.TR;
4460 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4461 function visitAndFinalize$lambda(closure$block) {
4462 return function ($receiver) {
4463 closure$block($receiver);
4464 return Unit;
4465 };
4466 }
4467 function tr$lambda($receiver) {
4468 return Unit;
4469 }
4470 return function ($receiver, classes, block) {
4471 if (classes === void 0)
4472 classes = null;
4473 if (block === void 0)
4474 block = tr$lambda;
4475 return visitTagAndFinalize(new TR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4476 };
4477 }));
4478 var ul = defineInlineFunction('kotlinx-html-js.kotlinx.html.ul_e6giw3$', wrapFunction(function () {
4479 var Unit = Kotlin.kotlin.Unit;
4480 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4481 var UL_init = _.kotlinx.html.UL;
4482 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4483 function visitAndFinalize$lambda(closure$block) {
4484 return function ($receiver) {
4485 closure$block($receiver);
4486 return Unit;
4487 };
4488 }
4489 function ul$lambda($receiver) {
4490 return Unit;
4491 }
4492 return function ($receiver, classes, block) {
4493 if (classes === void 0)
4494 classes = null;
4495 if (block === void 0)
4496 block = ul$lambda;
4497 return visitTagAndFinalize(new UL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4498 };
4499 }));
4500 var htmlVar = defineInlineFunction('kotlinx-html-js.kotlinx.html.htmlVar_87cnpn$', wrapFunction(function () {
4501 var Unit = Kotlin.kotlin.Unit;
4502 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4503 var VAR_init = _.kotlinx.html.VAR;
4504 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4505 function visitAndFinalize$lambda(closure$block) {
4506 return function ($receiver) {
4507 closure$block($receiver);
4508 return Unit;
4509 };
4510 }
4511 function htmlVar$lambda($receiver) {
4512 return Unit;
4513 }
4514 return function ($receiver, classes, block) {
4515 if (classes === void 0)
4516 classes = null;
4517 if (block === void 0)
4518 block = htmlVar$lambda;
4519 return visitTagAndFinalize(new VAR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4520 };
4521 }));
4522 var video = defineInlineFunction('kotlinx-html-js.kotlinx.html.video_7h26o9$', wrapFunction(function () {
4523 var Unit = Kotlin.kotlin.Unit;
4524 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
4525 var VIDEO_init = _.kotlinx.html.VIDEO;
4526 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
4527 function visitAndFinalize$lambda(closure$block) {
4528 return function ($receiver) {
4529 closure$block($receiver);
4530 return Unit;
4531 };
4532 }
4533 function video$lambda($receiver) {
4534 return Unit;
4535 }
4536 return function ($receiver, classes, block) {
4537 if (classes === void 0)
4538 classes = null;
4539 if (block === void 0)
4540 block = video$lambda;
4541 return visitTagAndFinalize(new VIDEO_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
4542 };
4543 }));
4544 function Entities(name, ordinal) {
4545 Enum.call(this);
4546 this.name$ = name;
4547 this.ordinal$ = ordinal;
4548 }
4549 function Entities_initFields() {
4550 Entities_initFields = function () {
4551 };
4552 Entities$nbsp_instance = new Entities('nbsp', 0);
4553 Entities$lt_instance = new Entities('lt', 1);
4554 Entities$gt_instance = new Entities('gt', 2);
4555 Entities$quot_instance = new Entities('quot', 3);
4556 Entities$amp_instance = new Entities('amp', 4);
4557 Entities$apos_instance = new Entities('apos', 5);
4558 Entities$iexcl_instance = new Entities('iexcl', 6);
4559 Entities$cent_instance = new Entities('cent', 7);
4560 Entities$pound_instance = new Entities('pound', 8);
4561 Entities$curren_instance = new Entities('curren', 9);
4562 Entities$yen_instance = new Entities('yen', 10);
4563 Entities$brvbar_instance = new Entities('brvbar', 11);
4564 Entities$sect_instance = new Entities('sect', 12);
4565 Entities$uml_instance = new Entities('uml', 13);
4566 Entities$copy_instance = new Entities('copy', 14);
4567 Entities$ordf_instance = new Entities('ordf', 15);
4568 Entities$laquo_instance = new Entities('laquo', 16);
4569 Entities$not_instance = new Entities('not', 17);
4570 Entities$shy_instance = new Entities('shy', 18);
4571 Entities$reg_instance = new Entities('reg', 19);
4572 Entities$macr_instance = new Entities('macr', 20);
4573 Entities$deg_instance = new Entities('deg', 21);
4574 Entities$plusmn_instance = new Entities('plusmn', 22);
4575 Entities$sup2_instance = new Entities('sup2', 23);
4576 Entities$sup3_instance = new Entities('sup3', 24);
4577 Entities$acute_instance = new Entities('acute', 25);
4578 Entities$micro_instance = new Entities('micro', 26);
4579 Entities$para_instance = new Entities('para', 27);
4580 Entities$middot_instance = new Entities('middot', 28);
4581 Entities$cedil_instance = new Entities('cedil', 29);
4582 Entities$sup1_instance = new Entities('sup1', 30);
4583 Entities$ordm_instance = new Entities('ordm', 31);
4584 Entities$raquo_instance = new Entities('raquo', 32);
4585 Entities$frac14_instance = new Entities('frac14', 33);
4586 Entities$frac12_instance = new Entities('frac12', 34);
4587 Entities$frac34_instance = new Entities('frac34', 35);
4588 Entities$iquest_instance = new Entities('iquest', 36);
4589 Entities$Agrave_instance = new Entities('Agrave', 37);
4590 Entities$Aacute_instance = new Entities('Aacute', 38);
4591 Entities$Acirc_instance = new Entities('Acirc', 39);
4592 Entities$Atilde_instance = new Entities('Atilde', 40);
4593 Entities$Auml_instance = new Entities('Auml', 41);
4594 Entities$Aring_instance = new Entities('Aring', 42);
4595 Entities$AElig_instance = new Entities('AElig', 43);
4596 Entities$Ccedil_instance = new Entities('Ccedil', 44);
4597 Entities$Egrave_instance = new Entities('Egrave', 45);
4598 Entities$Eacute_instance = new Entities('Eacute', 46);
4599 Entities$Ecirc_instance = new Entities('Ecirc', 47);
4600 Entities$Euml_instance = new Entities('Euml', 48);
4601 Entities$Igrave_instance = new Entities('Igrave', 49);
4602 Entities$Iacute_instance = new Entities('Iacute', 50);
4603 Entities$Icirc_instance = new Entities('Icirc', 51);
4604 Entities$Iuml_instance = new Entities('Iuml', 52);
4605 Entities$ETH_instance = new Entities('ETH', 53);
4606 Entities$Ntilde_instance = new Entities('Ntilde', 54);
4607 Entities$Ograve_instance = new Entities('Ograve', 55);
4608 Entities$Oacute_instance = new Entities('Oacute', 56);
4609 Entities$Ocirc_instance = new Entities('Ocirc', 57);
4610 Entities$Otilde_instance = new Entities('Otilde', 58);
4611 Entities$Ouml_instance = new Entities('Ouml', 59);
4612 Entities$times_instance = new Entities('times', 60);
4613 Entities$Oslash_instance = new Entities('Oslash', 61);
4614 Entities$Ugrave_instance = new Entities('Ugrave', 62);
4615 Entities$Uacute_instance = new Entities('Uacute', 63);
4616 Entities$Ucirc_instance = new Entities('Ucirc', 64);
4617 Entities$Uuml_instance = new Entities('Uuml', 65);
4618 Entities$Yacute_instance = new Entities('Yacute', 66);
4619 Entities$THORN_instance = new Entities('THORN', 67);
4620 Entities$szlig_instance = new Entities('szlig', 68);
4621 Entities$agrave_instance = new Entities('agrave', 69);
4622 Entities$aacute_instance = new Entities('aacute', 70);
4623 Entities$acirc_instance = new Entities('acirc', 71);
4624 Entities$atilde_instance = new Entities('atilde', 72);
4625 Entities$auml_instance = new Entities('auml', 73);
4626 Entities$aring_instance = new Entities('aring', 74);
4627 Entities$aelig_instance = new Entities('aelig', 75);
4628 Entities$ccedil_instance = new Entities('ccedil', 76);
4629 Entities$egrave_instance = new Entities('egrave', 77);
4630 Entities$eacute_instance = new Entities('eacute', 78);
4631 Entities$ecirc_instance = new Entities('ecirc', 79);
4632 Entities$euml_instance = new Entities('euml', 80);
4633 Entities$igrave_instance = new Entities('igrave', 81);
4634 Entities$iacute_instance = new Entities('iacute', 82);
4635 Entities$icirc_instance = new Entities('icirc', 83);
4636 Entities$iuml_instance = new Entities('iuml', 84);
4637 Entities$eth_instance = new Entities('eth', 85);
4638 Entities$ntilde_instance = new Entities('ntilde', 86);
4639 Entities$ograve_instance = new Entities('ograve', 87);
4640 Entities$oacute_instance = new Entities('oacute', 88);
4641 Entities$ocirc_instance = new Entities('ocirc', 89);
4642 Entities$otilde_instance = new Entities('otilde', 90);
4643 Entities$ouml_instance = new Entities('ouml', 91);
4644 Entities$divide_instance = new Entities('divide', 92);
4645 Entities$oslash_instance = new Entities('oslash', 93);
4646 Entities$ugrave_instance = new Entities('ugrave', 94);
4647 Entities$uacute_instance = new Entities('uacute', 95);
4648 Entities$ucirc_instance = new Entities('ucirc', 96);
4649 Entities$uuml_instance = new Entities('uuml', 97);
4650 Entities$yacute_instance = new Entities('yacute', 98);
4651 Entities$thorn_instance = new Entities('thorn', 99);
4652 Entities$yuml_instance = new Entities('yuml', 100);
4653 }
4654 var Entities$nbsp_instance;
4655 function Entities$nbsp_getInstance() {
4656 Entities_initFields();
4657 return Entities$nbsp_instance;
4658 }
4659 var Entities$lt_instance;
4660 function Entities$lt_getInstance() {
4661 Entities_initFields();
4662 return Entities$lt_instance;
4663 }
4664 var Entities$gt_instance;
4665 function Entities$gt_getInstance() {
4666 Entities_initFields();
4667 return Entities$gt_instance;
4668 }
4669 var Entities$quot_instance;
4670 function Entities$quot_getInstance() {
4671 Entities_initFields();
4672 return Entities$quot_instance;
4673 }
4674 var Entities$amp_instance;
4675 function Entities$amp_getInstance() {
4676 Entities_initFields();
4677 return Entities$amp_instance;
4678 }
4679 var Entities$apos_instance;
4680 function Entities$apos_getInstance() {
4681 Entities_initFields();
4682 return Entities$apos_instance;
4683 }
4684 var Entities$iexcl_instance;
4685 function Entities$iexcl_getInstance() {
4686 Entities_initFields();
4687 return Entities$iexcl_instance;
4688 }
4689 var Entities$cent_instance;
4690 function Entities$cent_getInstance() {
4691 Entities_initFields();
4692 return Entities$cent_instance;
4693 }
4694 var Entities$pound_instance;
4695 function Entities$pound_getInstance() {
4696 Entities_initFields();
4697 return Entities$pound_instance;
4698 }
4699 var Entities$curren_instance;
4700 function Entities$curren_getInstance() {
4701 Entities_initFields();
4702 return Entities$curren_instance;
4703 }
4704 var Entities$yen_instance;
4705 function Entities$yen_getInstance() {
4706 Entities_initFields();
4707 return Entities$yen_instance;
4708 }
4709 var Entities$brvbar_instance;
4710 function Entities$brvbar_getInstance() {
4711 Entities_initFields();
4712 return Entities$brvbar_instance;
4713 }
4714 var Entities$sect_instance;
4715 function Entities$sect_getInstance() {
4716 Entities_initFields();
4717 return Entities$sect_instance;
4718 }
4719 var Entities$uml_instance;
4720 function Entities$uml_getInstance() {
4721 Entities_initFields();
4722 return Entities$uml_instance;
4723 }
4724 var Entities$copy_instance;
4725 function Entities$copy_getInstance() {
4726 Entities_initFields();
4727 return Entities$copy_instance;
4728 }
4729 var Entities$ordf_instance;
4730 function Entities$ordf_getInstance() {
4731 Entities_initFields();
4732 return Entities$ordf_instance;
4733 }
4734 var Entities$laquo_instance;
4735 function Entities$laquo_getInstance() {
4736 Entities_initFields();
4737 return Entities$laquo_instance;
4738 }
4739 var Entities$not_instance;
4740 function Entities$not_getInstance() {
4741 Entities_initFields();
4742 return Entities$not_instance;
4743 }
4744 var Entities$shy_instance;
4745 function Entities$shy_getInstance() {
4746 Entities_initFields();
4747 return Entities$shy_instance;
4748 }
4749 var Entities$reg_instance;
4750 function Entities$reg_getInstance() {
4751 Entities_initFields();
4752 return Entities$reg_instance;
4753 }
4754 var Entities$macr_instance;
4755 function Entities$macr_getInstance() {
4756 Entities_initFields();
4757 return Entities$macr_instance;
4758 }
4759 var Entities$deg_instance;
4760 function Entities$deg_getInstance() {
4761 Entities_initFields();
4762 return Entities$deg_instance;
4763 }
4764 var Entities$plusmn_instance;
4765 function Entities$plusmn_getInstance() {
4766 Entities_initFields();
4767 return Entities$plusmn_instance;
4768 }
4769 var Entities$sup2_instance;
4770 function Entities$sup2_getInstance() {
4771 Entities_initFields();
4772 return Entities$sup2_instance;
4773 }
4774 var Entities$sup3_instance;
4775 function Entities$sup3_getInstance() {
4776 Entities_initFields();
4777 return Entities$sup3_instance;
4778 }
4779 var Entities$acute_instance;
4780 function Entities$acute_getInstance() {
4781 Entities_initFields();
4782 return Entities$acute_instance;
4783 }
4784 var Entities$micro_instance;
4785 function Entities$micro_getInstance() {
4786 Entities_initFields();
4787 return Entities$micro_instance;
4788 }
4789 var Entities$para_instance;
4790 function Entities$para_getInstance() {
4791 Entities_initFields();
4792 return Entities$para_instance;
4793 }
4794 var Entities$middot_instance;
4795 function Entities$middot_getInstance() {
4796 Entities_initFields();
4797 return Entities$middot_instance;
4798 }
4799 var Entities$cedil_instance;
4800 function Entities$cedil_getInstance() {
4801 Entities_initFields();
4802 return Entities$cedil_instance;
4803 }
4804 var Entities$sup1_instance;
4805 function Entities$sup1_getInstance() {
4806 Entities_initFields();
4807 return Entities$sup1_instance;
4808 }
4809 var Entities$ordm_instance;
4810 function Entities$ordm_getInstance() {
4811 Entities_initFields();
4812 return Entities$ordm_instance;
4813 }
4814 var Entities$raquo_instance;
4815 function Entities$raquo_getInstance() {
4816 Entities_initFields();
4817 return Entities$raquo_instance;
4818 }
4819 var Entities$frac14_instance;
4820 function Entities$frac14_getInstance() {
4821 Entities_initFields();
4822 return Entities$frac14_instance;
4823 }
4824 var Entities$frac12_instance;
4825 function Entities$frac12_getInstance() {
4826 Entities_initFields();
4827 return Entities$frac12_instance;
4828 }
4829 var Entities$frac34_instance;
4830 function Entities$frac34_getInstance() {
4831 Entities_initFields();
4832 return Entities$frac34_instance;
4833 }
4834 var Entities$iquest_instance;
4835 function Entities$iquest_getInstance() {
4836 Entities_initFields();
4837 return Entities$iquest_instance;
4838 }
4839 var Entities$Agrave_instance;
4840 function Entities$Agrave_getInstance() {
4841 Entities_initFields();
4842 return Entities$Agrave_instance;
4843 }
4844 var Entities$Aacute_instance;
4845 function Entities$Aacute_getInstance() {
4846 Entities_initFields();
4847 return Entities$Aacute_instance;
4848 }
4849 var Entities$Acirc_instance;
4850 function Entities$Acirc_getInstance() {
4851 Entities_initFields();
4852 return Entities$Acirc_instance;
4853 }
4854 var Entities$Atilde_instance;
4855 function Entities$Atilde_getInstance() {
4856 Entities_initFields();
4857 return Entities$Atilde_instance;
4858 }
4859 var Entities$Auml_instance;
4860 function Entities$Auml_getInstance() {
4861 Entities_initFields();
4862 return Entities$Auml_instance;
4863 }
4864 var Entities$Aring_instance;
4865 function Entities$Aring_getInstance() {
4866 Entities_initFields();
4867 return Entities$Aring_instance;
4868 }
4869 var Entities$AElig_instance;
4870 function Entities$AElig_getInstance() {
4871 Entities_initFields();
4872 return Entities$AElig_instance;
4873 }
4874 var Entities$Ccedil_instance;
4875 function Entities$Ccedil_getInstance() {
4876 Entities_initFields();
4877 return Entities$Ccedil_instance;
4878 }
4879 var Entities$Egrave_instance;
4880 function Entities$Egrave_getInstance() {
4881 Entities_initFields();
4882 return Entities$Egrave_instance;
4883 }
4884 var Entities$Eacute_instance;
4885 function Entities$Eacute_getInstance() {
4886 Entities_initFields();
4887 return Entities$Eacute_instance;
4888 }
4889 var Entities$Ecirc_instance;
4890 function Entities$Ecirc_getInstance() {
4891 Entities_initFields();
4892 return Entities$Ecirc_instance;
4893 }
4894 var Entities$Euml_instance;
4895 function Entities$Euml_getInstance() {
4896 Entities_initFields();
4897 return Entities$Euml_instance;
4898 }
4899 var Entities$Igrave_instance;
4900 function Entities$Igrave_getInstance() {
4901 Entities_initFields();
4902 return Entities$Igrave_instance;
4903 }
4904 var Entities$Iacute_instance;
4905 function Entities$Iacute_getInstance() {
4906 Entities_initFields();
4907 return Entities$Iacute_instance;
4908 }
4909 var Entities$Icirc_instance;
4910 function Entities$Icirc_getInstance() {
4911 Entities_initFields();
4912 return Entities$Icirc_instance;
4913 }
4914 var Entities$Iuml_instance;
4915 function Entities$Iuml_getInstance() {
4916 Entities_initFields();
4917 return Entities$Iuml_instance;
4918 }
4919 var Entities$ETH_instance;
4920 function Entities$ETH_getInstance() {
4921 Entities_initFields();
4922 return Entities$ETH_instance;
4923 }
4924 var Entities$Ntilde_instance;
4925 function Entities$Ntilde_getInstance() {
4926 Entities_initFields();
4927 return Entities$Ntilde_instance;
4928 }
4929 var Entities$Ograve_instance;
4930 function Entities$Ograve_getInstance() {
4931 Entities_initFields();
4932 return Entities$Ograve_instance;
4933 }
4934 var Entities$Oacute_instance;
4935 function Entities$Oacute_getInstance() {
4936 Entities_initFields();
4937 return Entities$Oacute_instance;
4938 }
4939 var Entities$Ocirc_instance;
4940 function Entities$Ocirc_getInstance() {
4941 Entities_initFields();
4942 return Entities$Ocirc_instance;
4943 }
4944 var Entities$Otilde_instance;
4945 function Entities$Otilde_getInstance() {
4946 Entities_initFields();
4947 return Entities$Otilde_instance;
4948 }
4949 var Entities$Ouml_instance;
4950 function Entities$Ouml_getInstance() {
4951 Entities_initFields();
4952 return Entities$Ouml_instance;
4953 }
4954 var Entities$times_instance;
4955 function Entities$times_getInstance() {
4956 Entities_initFields();
4957 return Entities$times_instance;
4958 }
4959 var Entities$Oslash_instance;
4960 function Entities$Oslash_getInstance() {
4961 Entities_initFields();
4962 return Entities$Oslash_instance;
4963 }
4964 var Entities$Ugrave_instance;
4965 function Entities$Ugrave_getInstance() {
4966 Entities_initFields();
4967 return Entities$Ugrave_instance;
4968 }
4969 var Entities$Uacute_instance;
4970 function Entities$Uacute_getInstance() {
4971 Entities_initFields();
4972 return Entities$Uacute_instance;
4973 }
4974 var Entities$Ucirc_instance;
4975 function Entities$Ucirc_getInstance() {
4976 Entities_initFields();
4977 return Entities$Ucirc_instance;
4978 }
4979 var Entities$Uuml_instance;
4980 function Entities$Uuml_getInstance() {
4981 Entities_initFields();
4982 return Entities$Uuml_instance;
4983 }
4984 var Entities$Yacute_instance;
4985 function Entities$Yacute_getInstance() {
4986 Entities_initFields();
4987 return Entities$Yacute_instance;
4988 }
4989 var Entities$THORN_instance;
4990 function Entities$THORN_getInstance() {
4991 Entities_initFields();
4992 return Entities$THORN_instance;
4993 }
4994 var Entities$szlig_instance;
4995 function Entities$szlig_getInstance() {
4996 Entities_initFields();
4997 return Entities$szlig_instance;
4998 }
4999 var Entities$agrave_instance;
5000 function Entities$agrave_getInstance() {
5001 Entities_initFields();
5002 return Entities$agrave_instance;
5003 }
5004 var Entities$aacute_instance;
5005 function Entities$aacute_getInstance() {
5006 Entities_initFields();
5007 return Entities$aacute_instance;
5008 }
5009 var Entities$acirc_instance;
5010 function Entities$acirc_getInstance() {
5011 Entities_initFields();
5012 return Entities$acirc_instance;
5013 }
5014 var Entities$atilde_instance;
5015 function Entities$atilde_getInstance() {
5016 Entities_initFields();
5017 return Entities$atilde_instance;
5018 }
5019 var Entities$auml_instance;
5020 function Entities$auml_getInstance() {
5021 Entities_initFields();
5022 return Entities$auml_instance;
5023 }
5024 var Entities$aring_instance;
5025 function Entities$aring_getInstance() {
5026 Entities_initFields();
5027 return Entities$aring_instance;
5028 }
5029 var Entities$aelig_instance;
5030 function Entities$aelig_getInstance() {
5031 Entities_initFields();
5032 return Entities$aelig_instance;
5033 }
5034 var Entities$ccedil_instance;
5035 function Entities$ccedil_getInstance() {
5036 Entities_initFields();
5037 return Entities$ccedil_instance;
5038 }
5039 var Entities$egrave_instance;
5040 function Entities$egrave_getInstance() {
5041 Entities_initFields();
5042 return Entities$egrave_instance;
5043 }
5044 var Entities$eacute_instance;
5045 function Entities$eacute_getInstance() {
5046 Entities_initFields();
5047 return Entities$eacute_instance;
5048 }
5049 var Entities$ecirc_instance;
5050 function Entities$ecirc_getInstance() {
5051 Entities_initFields();
5052 return Entities$ecirc_instance;
5053 }
5054 var Entities$euml_instance;
5055 function Entities$euml_getInstance() {
5056 Entities_initFields();
5057 return Entities$euml_instance;
5058 }
5059 var Entities$igrave_instance;
5060 function Entities$igrave_getInstance() {
5061 Entities_initFields();
5062 return Entities$igrave_instance;
5063 }
5064 var Entities$iacute_instance;
5065 function Entities$iacute_getInstance() {
5066 Entities_initFields();
5067 return Entities$iacute_instance;
5068 }
5069 var Entities$icirc_instance;
5070 function Entities$icirc_getInstance() {
5071 Entities_initFields();
5072 return Entities$icirc_instance;
5073 }
5074 var Entities$iuml_instance;
5075 function Entities$iuml_getInstance() {
5076 Entities_initFields();
5077 return Entities$iuml_instance;
5078 }
5079 var Entities$eth_instance;
5080 function Entities$eth_getInstance() {
5081 Entities_initFields();
5082 return Entities$eth_instance;
5083 }
5084 var Entities$ntilde_instance;
5085 function Entities$ntilde_getInstance() {
5086 Entities_initFields();
5087 return Entities$ntilde_instance;
5088 }
5089 var Entities$ograve_instance;
5090 function Entities$ograve_getInstance() {
5091 Entities_initFields();
5092 return Entities$ograve_instance;
5093 }
5094 var Entities$oacute_instance;
5095 function Entities$oacute_getInstance() {
5096 Entities_initFields();
5097 return Entities$oacute_instance;
5098 }
5099 var Entities$ocirc_instance;
5100 function Entities$ocirc_getInstance() {
5101 Entities_initFields();
5102 return Entities$ocirc_instance;
5103 }
5104 var Entities$otilde_instance;
5105 function Entities$otilde_getInstance() {
5106 Entities_initFields();
5107 return Entities$otilde_instance;
5108 }
5109 var Entities$ouml_instance;
5110 function Entities$ouml_getInstance() {
5111 Entities_initFields();
5112 return Entities$ouml_instance;
5113 }
5114 var Entities$divide_instance;
5115 function Entities$divide_getInstance() {
5116 Entities_initFields();
5117 return Entities$divide_instance;
5118 }
5119 var Entities$oslash_instance;
5120 function Entities$oslash_getInstance() {
5121 Entities_initFields();
5122 return Entities$oslash_instance;
5123 }
5124 var Entities$ugrave_instance;
5125 function Entities$ugrave_getInstance() {
5126 Entities_initFields();
5127 return Entities$ugrave_instance;
5128 }
5129 var Entities$uacute_instance;
5130 function Entities$uacute_getInstance() {
5131 Entities_initFields();
5132 return Entities$uacute_instance;
5133 }
5134 var Entities$ucirc_instance;
5135 function Entities$ucirc_getInstance() {
5136 Entities_initFields();
5137 return Entities$ucirc_instance;
5138 }
5139 var Entities$uuml_instance;
5140 function Entities$uuml_getInstance() {
5141 Entities_initFields();
5142 return Entities$uuml_instance;
5143 }
5144 var Entities$yacute_instance;
5145 function Entities$yacute_getInstance() {
5146 Entities_initFields();
5147 return Entities$yacute_instance;
5148 }
5149 var Entities$thorn_instance;
5150 function Entities$thorn_getInstance() {
5151 Entities_initFields();
5152 return Entities$thorn_instance;
5153 }
5154 var Entities$yuml_instance;
5155 function Entities$yuml_getInstance() {
5156 Entities_initFields();
5157 return Entities$yuml_instance;
5158 }
5159 Object.defineProperty(Entities.prototype, 'text', {
5160 get: function () {
5161 return '&' + this.toString() + ';';
5162 }
5163 });
5164 Entities.$metadata$ = {
5165 kind: Kind_CLASS,
5166 simpleName: 'Entities',
5167 interfaces: [Enum]
5168 };
5169 function Entities$values() {
5170 return [Entities$nbsp_getInstance(), Entities$lt_getInstance(), Entities$gt_getInstance(), Entities$quot_getInstance(), Entities$amp_getInstance(), Entities$apos_getInstance(), Entities$iexcl_getInstance(), Entities$cent_getInstance(), Entities$pound_getInstance(), Entities$curren_getInstance(), Entities$yen_getInstance(), Entities$brvbar_getInstance(), Entities$sect_getInstance(), Entities$uml_getInstance(), Entities$copy_getInstance(), Entities$ordf_getInstance(), Entities$laquo_getInstance(), Entities$not_getInstance(), Entities$shy_getInstance(), Entities$reg_getInstance(), Entities$macr_getInstance(), Entities$deg_getInstance(), Entities$plusmn_getInstance(), Entities$sup2_getInstance(), Entities$sup3_getInstance(), Entities$acute_getInstance(), Entities$micro_getInstance(), Entities$para_getInstance(), Entities$middot_getInstance(), Entities$cedil_getInstance(), Entities$sup1_getInstance(), Entities$ordm_getInstance(), Entities$raquo_getInstance(), Entities$frac14_getInstance(), Entities$frac12_getInstance(), Entities$frac34_getInstance(), Entities$iquest_getInstance(), Entities$Agrave_getInstance(), Entities$Aacute_getInstance(), Entities$Acirc_getInstance(), Entities$Atilde_getInstance(), Entities$Auml_getInstance(), Entities$Aring_getInstance(), Entities$AElig_getInstance(), Entities$Ccedil_getInstance(), Entities$Egrave_getInstance(), Entities$Eacute_getInstance(), Entities$Ecirc_getInstance(), Entities$Euml_getInstance(), Entities$Igrave_getInstance(), Entities$Iacute_getInstance(), Entities$Icirc_getInstance(), Entities$Iuml_getInstance(), Entities$ETH_getInstance(), Entities$Ntilde_getInstance(), Entities$Ograve_getInstance(), Entities$Oacute_getInstance(), Entities$Ocirc_getInstance(), Entities$Otilde_getInstance(), Entities$Ouml_getInstance(), Entities$times_getInstance(), Entities$Oslash_getInstance(), Entities$Ugrave_getInstance(), Entities$Uacute_getInstance(), Entities$Ucirc_getInstance(), Entities$Uuml_getInstance(), Entities$Yacute_getInstance(), Entities$THORN_getInstance(), Entities$szlig_getInstance(), Entities$agrave_getInstance(), Entities$aacute_getInstance(), Entities$acirc_getInstance(), Entities$atilde_getInstance(), Entities$auml_getInstance(), Entities$aring_getInstance(), Entities$aelig_getInstance(), Entities$ccedil_getInstance(), Entities$egrave_getInstance(), Entities$eacute_getInstance(), Entities$ecirc_getInstance(), Entities$euml_getInstance(), Entities$igrave_getInstance(), Entities$iacute_getInstance(), Entities$icirc_getInstance(), Entities$iuml_getInstance(), Entities$eth_getInstance(), Entities$ntilde_getInstance(), Entities$ograve_getInstance(), Entities$oacute_getInstance(), Entities$ocirc_getInstance(), Entities$otilde_getInstance(), Entities$ouml_getInstance(), Entities$divide_getInstance(), Entities$oslash_getInstance(), Entities$ugrave_getInstance(), Entities$uacute_getInstance(), Entities$ucirc_getInstance(), Entities$uuml_getInstance(), Entities$yacute_getInstance(), Entities$thorn_getInstance(), Entities$yuml_getInstance()];
5171 }
5172 Entities.values = Entities$values;
5173 function Entities$valueOf(name) {
5174 switch (name) {
5175 case 'nbsp':
5176 return Entities$nbsp_getInstance();
5177 case 'lt':
5178 return Entities$lt_getInstance();
5179 case 'gt':
5180 return Entities$gt_getInstance();
5181 case 'quot':
5182 return Entities$quot_getInstance();
5183 case 'amp':
5184 return Entities$amp_getInstance();
5185 case 'apos':
5186 return Entities$apos_getInstance();
5187 case 'iexcl':
5188 return Entities$iexcl_getInstance();
5189 case 'cent':
5190 return Entities$cent_getInstance();
5191 case 'pound':
5192 return Entities$pound_getInstance();
5193 case 'curren':
5194 return Entities$curren_getInstance();
5195 case 'yen':
5196 return Entities$yen_getInstance();
5197 case 'brvbar':
5198 return Entities$brvbar_getInstance();
5199 case 'sect':
5200 return Entities$sect_getInstance();
5201 case 'uml':
5202 return Entities$uml_getInstance();
5203 case 'copy':
5204 return Entities$copy_getInstance();
5205 case 'ordf':
5206 return Entities$ordf_getInstance();
5207 case 'laquo':
5208 return Entities$laquo_getInstance();
5209 case 'not':
5210 return Entities$not_getInstance();
5211 case 'shy':
5212 return Entities$shy_getInstance();
5213 case 'reg':
5214 return Entities$reg_getInstance();
5215 case 'macr':
5216 return Entities$macr_getInstance();
5217 case 'deg':
5218 return Entities$deg_getInstance();
5219 case 'plusmn':
5220 return Entities$plusmn_getInstance();
5221 case 'sup2':
5222 return Entities$sup2_getInstance();
5223 case 'sup3':
5224 return Entities$sup3_getInstance();
5225 case 'acute':
5226 return Entities$acute_getInstance();
5227 case 'micro':
5228 return Entities$micro_getInstance();
5229 case 'para':
5230 return Entities$para_getInstance();
5231 case 'middot':
5232 return Entities$middot_getInstance();
5233 case 'cedil':
5234 return Entities$cedil_getInstance();
5235 case 'sup1':
5236 return Entities$sup1_getInstance();
5237 case 'ordm':
5238 return Entities$ordm_getInstance();
5239 case 'raquo':
5240 return Entities$raquo_getInstance();
5241 case 'frac14':
5242 return Entities$frac14_getInstance();
5243 case 'frac12':
5244 return Entities$frac12_getInstance();
5245 case 'frac34':
5246 return Entities$frac34_getInstance();
5247 case 'iquest':
5248 return Entities$iquest_getInstance();
5249 case 'Agrave':
5250 return Entities$Agrave_getInstance();
5251 case 'Aacute':
5252 return Entities$Aacute_getInstance();
5253 case 'Acirc':
5254 return Entities$Acirc_getInstance();
5255 case 'Atilde':
5256 return Entities$Atilde_getInstance();
5257 case 'Auml':
5258 return Entities$Auml_getInstance();
5259 case 'Aring':
5260 return Entities$Aring_getInstance();
5261 case 'AElig':
5262 return Entities$AElig_getInstance();
5263 case 'Ccedil':
5264 return Entities$Ccedil_getInstance();
5265 case 'Egrave':
5266 return Entities$Egrave_getInstance();
5267 case 'Eacute':
5268 return Entities$Eacute_getInstance();
5269 case 'Ecirc':
5270 return Entities$Ecirc_getInstance();
5271 case 'Euml':
5272 return Entities$Euml_getInstance();
5273 case 'Igrave':
5274 return Entities$Igrave_getInstance();
5275 case 'Iacute':
5276 return Entities$Iacute_getInstance();
5277 case 'Icirc':
5278 return Entities$Icirc_getInstance();
5279 case 'Iuml':
5280 return Entities$Iuml_getInstance();
5281 case 'ETH':
5282 return Entities$ETH_getInstance();
5283 case 'Ntilde':
5284 return Entities$Ntilde_getInstance();
5285 case 'Ograve':
5286 return Entities$Ograve_getInstance();
5287 case 'Oacute':
5288 return Entities$Oacute_getInstance();
5289 case 'Ocirc':
5290 return Entities$Ocirc_getInstance();
5291 case 'Otilde':
5292 return Entities$Otilde_getInstance();
5293 case 'Ouml':
5294 return Entities$Ouml_getInstance();
5295 case 'times':
5296 return Entities$times_getInstance();
5297 case 'Oslash':
5298 return Entities$Oslash_getInstance();
5299 case 'Ugrave':
5300 return Entities$Ugrave_getInstance();
5301 case 'Uacute':
5302 return Entities$Uacute_getInstance();
5303 case 'Ucirc':
5304 return Entities$Ucirc_getInstance();
5305 case 'Uuml':
5306 return Entities$Uuml_getInstance();
5307 case 'Yacute':
5308 return Entities$Yacute_getInstance();
5309 case 'THORN':
5310 return Entities$THORN_getInstance();
5311 case 'szlig':
5312 return Entities$szlig_getInstance();
5313 case 'agrave':
5314 return Entities$agrave_getInstance();
5315 case 'aacute':
5316 return Entities$aacute_getInstance();
5317 case 'acirc':
5318 return Entities$acirc_getInstance();
5319 case 'atilde':
5320 return Entities$atilde_getInstance();
5321 case 'auml':
5322 return Entities$auml_getInstance();
5323 case 'aring':
5324 return Entities$aring_getInstance();
5325 case 'aelig':
5326 return Entities$aelig_getInstance();
5327 case 'ccedil':
5328 return Entities$ccedil_getInstance();
5329 case 'egrave':
5330 return Entities$egrave_getInstance();
5331 case 'eacute':
5332 return Entities$eacute_getInstance();
5333 case 'ecirc':
5334 return Entities$ecirc_getInstance();
5335 case 'euml':
5336 return Entities$euml_getInstance();
5337 case 'igrave':
5338 return Entities$igrave_getInstance();
5339 case 'iacute':
5340 return Entities$iacute_getInstance();
5341 case 'icirc':
5342 return Entities$icirc_getInstance();
5343 case 'iuml':
5344 return Entities$iuml_getInstance();
5345 case 'eth':
5346 return Entities$eth_getInstance();
5347 case 'ntilde':
5348 return Entities$ntilde_getInstance();
5349 case 'ograve':
5350 return Entities$ograve_getInstance();
5351 case 'oacute':
5352 return Entities$oacute_getInstance();
5353 case 'ocirc':
5354 return Entities$ocirc_getInstance();
5355 case 'otilde':
5356 return Entities$otilde_getInstance();
5357 case 'ouml':
5358 return Entities$ouml_getInstance();
5359 case 'divide':
5360 return Entities$divide_getInstance();
5361 case 'oslash':
5362 return Entities$oslash_getInstance();
5363 case 'ugrave':
5364 return Entities$ugrave_getInstance();
5365 case 'uacute':
5366 return Entities$uacute_getInstance();
5367 case 'ucirc':
5368 return Entities$ucirc_getInstance();
5369 case 'uuml':
5370 return Entities$uuml_getInstance();
5371 case 'yacute':
5372 return Entities$yacute_getInstance();
5373 case 'thorn':
5374 return Entities$thorn_getInstance();
5375 case 'yuml':
5376 return Entities$yuml_getInstance();
5377 default:throwISE('No enum constant kotlinx.html.Entities.' + name);
5378 }
5379 }
5380 Entities.valueOf_61zpoe$ = Entities$valueOf;
5381 function Dir(name, ordinal, realValue) {
5382 Enum.call(this);
5383 this.realValue_v17tv0$_0 = realValue;
5384 this.name$ = name;
5385 this.ordinal$ = ordinal;
5386 }
5387 function Dir_initFields() {
5388 Dir_initFields = function () {
5389 };
5390 Dir$ltr_instance = new Dir('ltr', 0, 'ltr');
5391 Dir$rtl_instance = new Dir('rtl', 1, 'rtl');
5392 }
5393 Object.defineProperty(Dir.prototype, 'realValue', {
5394 get: function () {
5395 return this.realValue_v17tv0$_0;
5396 }
5397 });
5398 var Dir$ltr_instance;
5399 function Dir$ltr_getInstance() {
5400 Dir_initFields();
5401 return Dir$ltr_instance;
5402 }
5403 var Dir$rtl_instance;
5404 function Dir$rtl_getInstance() {
5405 Dir_initFields();
5406 return Dir$rtl_instance;
5407 }
5408 Dir.$metadata$ = {
5409 kind: Kind_CLASS,
5410 simpleName: 'Dir',
5411 interfaces: [AttributeEnum, Enum]
5412 };
5413 function Dir$values() {
5414 return [Dir$ltr_getInstance(), Dir$rtl_getInstance()];
5415 }
5416 Dir.values = Dir$values;
5417 function Dir$valueOf(name) {
5418 switch (name) {
5419 case 'ltr':
5420 return Dir$ltr_getInstance();
5421 case 'rtl':
5422 return Dir$rtl_getInstance();
5423 default:throwISE('No enum constant kotlinx.html.Dir.' + name);
5424 }
5425 }
5426 Dir.valueOf_61zpoe$ = Dir$valueOf;
5427 var dirValues;
5428 function Draggable(name, ordinal, realValue) {
5429 Enum.call(this);
5430 this.realValue_dqbe24$_0 = realValue;
5431 this.name$ = name;
5432 this.ordinal$ = ordinal;
5433 }
5434 function Draggable_initFields() {
5435 Draggable_initFields = function () {
5436 };
5437 Draggable$htmlTrue_instance = new Draggable('htmlTrue', 0, 'true');
5438 Draggable$htmlFalse_instance = new Draggable('htmlFalse', 1, 'false');
5439 Draggable$auto_instance = new Draggable('auto', 2, 'auto');
5440 }
5441 Object.defineProperty(Draggable.prototype, 'realValue', {
5442 get: function () {
5443 return this.realValue_dqbe24$_0;
5444 }
5445 });
5446 var Draggable$htmlTrue_instance;
5447 function Draggable$htmlTrue_getInstance() {
5448 Draggable_initFields();
5449 return Draggable$htmlTrue_instance;
5450 }
5451 var Draggable$htmlFalse_instance;
5452 function Draggable$htmlFalse_getInstance() {
5453 Draggable_initFields();
5454 return Draggable$htmlFalse_instance;
5455 }
5456 var Draggable$auto_instance;
5457 function Draggable$auto_getInstance() {
5458 Draggable_initFields();
5459 return Draggable$auto_instance;
5460 }
5461 Draggable.$metadata$ = {
5462 kind: Kind_CLASS,
5463 simpleName: 'Draggable',
5464 interfaces: [AttributeEnum, Enum]
5465 };
5466 function Draggable$values() {
5467 return [Draggable$htmlTrue_getInstance(), Draggable$htmlFalse_getInstance(), Draggable$auto_getInstance()];
5468 }
5469 Draggable.values = Draggable$values;
5470 function Draggable$valueOf(name) {
5471 switch (name) {
5472 case 'htmlTrue':
5473 return Draggable$htmlTrue_getInstance();
5474 case 'htmlFalse':
5475 return Draggable$htmlFalse_getInstance();
5476 case 'auto':
5477 return Draggable$auto_getInstance();
5478 default:throwISE('No enum constant kotlinx.html.Draggable.' + name);
5479 }
5480 }
5481 Draggable.valueOf_61zpoe$ = Draggable$valueOf;
5482 var draggableValues;
5483 function RunAt(name, ordinal, realValue) {
5484 Enum.call(this);
5485 this.realValue_ms5t7h$_0 = realValue;
5486 this.name$ = name;
5487 this.ordinal$ = ordinal;
5488 }
5489 function RunAt_initFields() {
5490 RunAt_initFields = function () {
5491 };
5492 RunAt$server_instance = new RunAt('server', 0, 'server');
5493 }
5494 Object.defineProperty(RunAt.prototype, 'realValue', {
5495 get: function () {
5496 return this.realValue_ms5t7h$_0;
5497 }
5498 });
5499 var RunAt$server_instance;
5500 function RunAt$server_getInstance() {
5501 RunAt_initFields();
5502 return RunAt$server_instance;
5503 }
5504 RunAt.$metadata$ = {
5505 kind: Kind_CLASS,
5506 simpleName: 'RunAt',
5507 interfaces: [AttributeEnum, Enum]
5508 };
5509 function RunAt$values() {
5510 return [RunAt$server_getInstance()];
5511 }
5512 RunAt.values = RunAt$values;
5513 function RunAt$valueOf(name) {
5514 switch (name) {
5515 case 'server':
5516 return RunAt$server_getInstance();
5517 default:throwISE('No enum constant kotlinx.html.RunAt.' + name);
5518 }
5519 }
5520 RunAt.valueOf_61zpoe$ = RunAt$valueOf;
5521 var runAtValues;
5522 function ATarget() {
5523 ATarget_instance = this;
5524 this.blank = '_blank';
5525 this.parent = '_parent';
5526 this.self = '_self';
5527 this.top = '_top';
5528 this.values = listOf_0(['blank', 'parent', 'self', 'top']);
5529 }
5530 ATarget.$metadata$ = {
5531 kind: Kind_OBJECT,
5532 simpleName: 'ATarget',
5533 interfaces: []
5534 };
5535 var ATarget_instance = null;
5536 function ATarget_getInstance() {
5537 if (ATarget_instance === null) {
5538 new ATarget();
5539 }
5540 return ATarget_instance;
5541 }
5542 function ARel() {
5543 ARel_instance = this;
5544 this.alternate = 'Alternate';
5545 this.appEndIx = 'Appendix';
5546 this.bookmark = 'Bookmark';
5547 this.chapter = 'Chapter';
5548 this.contentS = 'Contents';
5549 this.copyright = 'Copyright';
5550 this.glossary = 'Glossary';
5551 this.help = 'Help';
5552 this.index = 'Index';
5553 this.next = 'Next';
5554 this.prev = 'Prev';
5555 this.section = 'Section';
5556 this.start = 'Start';
5557 this.stylesheet = 'Stylesheet';
5558 this.subsection = 'Subsection';
5559 this.values = listOf_0(['alternate', 'appEndIx', 'bookmark', 'chapter', 'contentS', 'copyright', 'glossary', 'help', 'index', 'next', 'prev', 'section', 'start', 'stylesheet', 'subsection']);
5560 }
5561 ARel.$metadata$ = {
5562 kind: Kind_OBJECT,
5563 simpleName: 'ARel',
5564 interfaces: []
5565 };
5566 var ARel_instance = null;
5567 function ARel_getInstance() {
5568 if (ARel_instance === null) {
5569 new ARel();
5570 }
5571 return ARel_instance;
5572 }
5573 function AType() {
5574 AType_instance = this;
5575 this.textAsp = 'text/asp';
5576 this.textAsa = 'text/asa';
5577 this.textCss = 'text/css';
5578 this.textHtml = 'text/html';
5579 this.textJavaScript = 'text/javascript';
5580 this.textPlain = 'text/plain';
5581 this.textScriptLet = 'text/scriptlet';
5582 this.textXComponent = 'text/x-component';
5583 this.textXHtmlInsertion = 'text/x-html-insertion';
5584 this.textXml = 'text/xml';
5585 this.values = listOf_0(['textAsp', 'textAsa', 'textCss', 'textHtml', 'textJavaScript', 'textPlain', 'textScriptLet', 'textXComponent', 'textXHtmlInsertion', 'textXml']);
5586 }
5587 AType.$metadata$ = {
5588 kind: Kind_OBJECT,
5589 simpleName: 'AType',
5590 interfaces: []
5591 };
5592 var AType_instance = null;
5593 function AType_getInstance() {
5594 if (AType_instance === null) {
5595 new AType();
5596 }
5597 return AType_instance;
5598 }
5599 function AreaShape(name, ordinal, realValue) {
5600 Enum.call(this);
5601 this.realValue_3evemr$_0 = realValue;
5602 this.name$ = name;
5603 this.ordinal$ = ordinal;
5604 }
5605 function AreaShape_initFields() {
5606 AreaShape_initFields = function () {
5607 };
5608 AreaShape$rect_instance = new AreaShape('rect', 0, 'rect');
5609 AreaShape$circle_instance = new AreaShape('circle', 1, 'circle');
5610 AreaShape$poly_instance = new AreaShape('poly', 2, 'poly');
5611 AreaShape$default_instance = new AreaShape('default', 3, 'default');
5612 }
5613 Object.defineProperty(AreaShape.prototype, 'realValue', {
5614 get: function () {
5615 return this.realValue_3evemr$_0;
5616 }
5617 });
5618 var AreaShape$rect_instance;
5619 function AreaShape$rect_getInstance() {
5620 AreaShape_initFields();
5621 return AreaShape$rect_instance;
5622 }
5623 var AreaShape$circle_instance;
5624 function AreaShape$circle_getInstance() {
5625 AreaShape_initFields();
5626 return AreaShape$circle_instance;
5627 }
5628 var AreaShape$poly_instance;
5629 function AreaShape$poly_getInstance() {
5630 AreaShape_initFields();
5631 return AreaShape$poly_instance;
5632 }
5633 var AreaShape$default_instance;
5634 function AreaShape$default_getInstance() {
5635 AreaShape_initFields();
5636 return AreaShape$default_instance;
5637 }
5638 AreaShape.$metadata$ = {
5639 kind: Kind_CLASS,
5640 simpleName: 'AreaShape',
5641 interfaces: [AttributeEnum, Enum]
5642 };
5643 function AreaShape$values() {
5644 return [AreaShape$rect_getInstance(), AreaShape$circle_getInstance(), AreaShape$poly_getInstance(), AreaShape$default_getInstance()];
5645 }
5646 AreaShape.values = AreaShape$values;
5647 function AreaShape$valueOf(name) {
5648 switch (name) {
5649 case 'rect':
5650 return AreaShape$rect_getInstance();
5651 case 'circle':
5652 return AreaShape$circle_getInstance();
5653 case 'poly':
5654 return AreaShape$poly_getInstance();
5655 case 'default':
5656 return AreaShape$default_getInstance();
5657 default:throwISE('No enum constant kotlinx.html.AreaShape.' + name);
5658 }
5659 }
5660 AreaShape.valueOf_61zpoe$ = AreaShape$valueOf;
5661 var areaShapeValues;
5662 function AreaTarget() {
5663 AreaTarget_instance = this;
5664 this.blank = '_blank';
5665 this.parent = '_parent';
5666 this.self = '_self';
5667 this.top = '_top';
5668 this.values = listOf_0(['blank', 'parent', 'self', 'top']);
5669 }
5670 AreaTarget.$metadata$ = {
5671 kind: Kind_OBJECT,
5672 simpleName: 'AreaTarget',
5673 interfaces: []
5674 };
5675 var AreaTarget_instance = null;
5676 function AreaTarget_getInstance() {
5677 if (AreaTarget_instance === null) {
5678 new AreaTarget();
5679 }
5680 return AreaTarget_instance;
5681 }
5682 function AreaRel() {
5683 AreaRel_instance = this;
5684 this.alternate = 'Alternate';
5685 this.appEndIx = 'Appendix';
5686 this.bookmark = 'Bookmark';
5687 this.chapter = 'Chapter';
5688 this.contentS = 'Contents';
5689 this.copyright = 'Copyright';
5690 this.glossary = 'Glossary';
5691 this.help = 'Help';
5692 this.index = 'Index';
5693 this.next = 'Next';
5694 this.prev = 'Prev';
5695 this.section = 'Section';
5696 this.start = 'Start';
5697 this.stylesheet = 'Stylesheet';
5698 this.subsection = 'Subsection';
5699 this.values = listOf_0(['alternate', 'appEndIx', 'bookmark', 'chapter', 'contentS', 'copyright', 'glossary', 'help', 'index', 'next', 'prev', 'section', 'start', 'stylesheet', 'subsection']);
5700 }
5701 AreaRel.$metadata$ = {
5702 kind: Kind_OBJECT,
5703 simpleName: 'AreaRel',
5704 interfaces: []
5705 };
5706 var AreaRel_instance = null;
5707 function AreaRel_getInstance() {
5708 if (AreaRel_instance === null) {
5709 new AreaRel();
5710 }
5711 return AreaRel_instance;
5712 }
5713 function BaseTarget() {
5714 BaseTarget_instance = this;
5715 this.blank = '_blank';
5716 this.parent = '_parent';
5717 this.self = '_self';
5718 this.top = '_top';
5719 this.values = listOf_0(['blank', 'parent', 'self', 'top']);
5720 }
5721 BaseTarget.$metadata$ = {
5722 kind: Kind_OBJECT,
5723 simpleName: 'BaseTarget',
5724 interfaces: []
5725 };
5726 var BaseTarget_instance = null;
5727 function BaseTarget_getInstance() {
5728 if (BaseTarget_instance === null) {
5729 new BaseTarget();
5730 }
5731 return BaseTarget_instance;
5732 }
5733 function ButtonFormEncType(name, ordinal, realValue) {
5734 Enum.call(this);
5735 this.realValue_jbimyr$_0 = realValue;
5736 this.name$ = name;
5737 this.ordinal$ = ordinal;
5738 }
5739 function ButtonFormEncType_initFields() {
5740 ButtonFormEncType_initFields = function () {
5741 };
5742 ButtonFormEncType$multipartFormData_instance = new ButtonFormEncType('multipartFormData', 0, 'multipart/form-data');
5743 ButtonFormEncType$applicationXWwwFormUrlEncoded_instance = new ButtonFormEncType('applicationXWwwFormUrlEncoded', 1, 'application/x-www-form-urlencoded');
5744 ButtonFormEncType$textPlain_instance = new ButtonFormEncType('textPlain', 2, 'text/plain');
5745 }
5746 Object.defineProperty(ButtonFormEncType.prototype, 'realValue', {
5747 get: function () {
5748 return this.realValue_jbimyr$_0;
5749 }
5750 });
5751 var ButtonFormEncType$multipartFormData_instance;
5752 function ButtonFormEncType$multipartFormData_getInstance() {
5753 ButtonFormEncType_initFields();
5754 return ButtonFormEncType$multipartFormData_instance;
5755 }
5756 var ButtonFormEncType$applicationXWwwFormUrlEncoded_instance;
5757 function ButtonFormEncType$applicationXWwwFormUrlEncoded_getInstance() {
5758 ButtonFormEncType_initFields();
5759 return ButtonFormEncType$applicationXWwwFormUrlEncoded_instance;
5760 }
5761 var ButtonFormEncType$textPlain_instance;
5762 function ButtonFormEncType$textPlain_getInstance() {
5763 ButtonFormEncType_initFields();
5764 return ButtonFormEncType$textPlain_instance;
5765 }
5766 ButtonFormEncType.$metadata$ = {
5767 kind: Kind_CLASS,
5768 simpleName: 'ButtonFormEncType',
5769 interfaces: [AttributeEnum, Enum]
5770 };
5771 function ButtonFormEncType$values() {
5772 return [ButtonFormEncType$multipartFormData_getInstance(), ButtonFormEncType$applicationXWwwFormUrlEncoded_getInstance(), ButtonFormEncType$textPlain_getInstance()];
5773 }
5774 ButtonFormEncType.values = ButtonFormEncType$values;
5775 function ButtonFormEncType$valueOf(name) {
5776 switch (name) {
5777 case 'multipartFormData':
5778 return ButtonFormEncType$multipartFormData_getInstance();
5779 case 'applicationXWwwFormUrlEncoded':
5780 return ButtonFormEncType$applicationXWwwFormUrlEncoded_getInstance();
5781 case 'textPlain':
5782 return ButtonFormEncType$textPlain_getInstance();
5783 default:throwISE('No enum constant kotlinx.html.ButtonFormEncType.' + name);
5784 }
5785 }
5786 ButtonFormEncType.valueOf_61zpoe$ = ButtonFormEncType$valueOf;
5787 var buttonFormEncTypeValues;
5788 function ButtonFormMethod(name, ordinal, realValue) {
5789 Enum.call(this);
5790 this.realValue_d5r8tu$_0 = realValue;
5791 this.name$ = name;
5792 this.ordinal$ = ordinal;
5793 }
5794 function ButtonFormMethod_initFields() {
5795 ButtonFormMethod_initFields = function () {
5796 };
5797 ButtonFormMethod$get_instance = new ButtonFormMethod('get', 0, 'get');
5798 ButtonFormMethod$post_instance = new ButtonFormMethod('post', 1, 'post');
5799 ButtonFormMethod$put_instance = new ButtonFormMethod('put', 2, 'put');
5800 ButtonFormMethod$delete_instance = new ButtonFormMethod('delete', 3, 'delete');
5801 ButtonFormMethod$patch_instance = new ButtonFormMethod('patch', 4, 'patch');
5802 }
5803 Object.defineProperty(ButtonFormMethod.prototype, 'realValue', {
5804 get: function () {
5805 return this.realValue_d5r8tu$_0;
5806 }
5807 });
5808 var ButtonFormMethod$get_instance;
5809 function ButtonFormMethod$get_getInstance() {
5810 ButtonFormMethod_initFields();
5811 return ButtonFormMethod$get_instance;
5812 }
5813 var ButtonFormMethod$post_instance;
5814 function ButtonFormMethod$post_getInstance() {
5815 ButtonFormMethod_initFields();
5816 return ButtonFormMethod$post_instance;
5817 }
5818 var ButtonFormMethod$put_instance;
5819 function ButtonFormMethod$put_getInstance() {
5820 ButtonFormMethod_initFields();
5821 return ButtonFormMethod$put_instance;
5822 }
5823 var ButtonFormMethod$delete_instance;
5824 function ButtonFormMethod$delete_getInstance() {
5825 ButtonFormMethod_initFields();
5826 return ButtonFormMethod$delete_instance;
5827 }
5828 var ButtonFormMethod$patch_instance;
5829 function ButtonFormMethod$patch_getInstance() {
5830 ButtonFormMethod_initFields();
5831 return ButtonFormMethod$patch_instance;
5832 }
5833 ButtonFormMethod.$metadata$ = {
5834 kind: Kind_CLASS,
5835 simpleName: 'ButtonFormMethod',
5836 interfaces: [AttributeEnum, Enum]
5837 };
5838 function ButtonFormMethod$values() {
5839 return [ButtonFormMethod$get_getInstance(), ButtonFormMethod$post_getInstance(), ButtonFormMethod$put_getInstance(), ButtonFormMethod$delete_getInstance(), ButtonFormMethod$patch_getInstance()];
5840 }
5841 ButtonFormMethod.values = ButtonFormMethod$values;
5842 function ButtonFormMethod$valueOf(name) {
5843 switch (name) {
5844 case 'get':
5845 return ButtonFormMethod$get_getInstance();
5846 case 'post':
5847 return ButtonFormMethod$post_getInstance();
5848 case 'put':
5849 return ButtonFormMethod$put_getInstance();
5850 case 'delete':
5851 return ButtonFormMethod$delete_getInstance();
5852 case 'patch':
5853 return ButtonFormMethod$patch_getInstance();
5854 default:throwISE('No enum constant kotlinx.html.ButtonFormMethod.' + name);
5855 }
5856 }
5857 ButtonFormMethod.valueOf_61zpoe$ = ButtonFormMethod$valueOf;
5858 var buttonFormMethodValues;
5859 function ButtonFormTarget() {
5860 ButtonFormTarget_instance = this;
5861 this.blank = '_blank';
5862 this.parent = '_parent';
5863 this.self = '_self';
5864 this.top = '_top';
5865 this.values = listOf_0(['blank', 'parent', 'self', 'top']);
5866 }
5867 ButtonFormTarget.$metadata$ = {
5868 kind: Kind_OBJECT,
5869 simpleName: 'ButtonFormTarget',
5870 interfaces: []
5871 };
5872 var ButtonFormTarget_instance = null;
5873 function ButtonFormTarget_getInstance() {
5874 if (ButtonFormTarget_instance === null) {
5875 new ButtonFormTarget();
5876 }
5877 return ButtonFormTarget_instance;
5878 }
5879 function ButtonType(name, ordinal, realValue) {
5880 Enum.call(this);
5881 this.realValue_y6hxzx$_0 = realValue;
5882 this.name$ = name;
5883 this.ordinal$ = ordinal;
5884 }
5885 function ButtonType_initFields() {
5886 ButtonType_initFields = function () {
5887 };
5888 ButtonType$button_instance = new ButtonType('button', 0, 'button');
5889 ButtonType$reset_instance = new ButtonType('reset', 1, 'reset');
5890 ButtonType$submit_instance = new ButtonType('submit', 2, 'submit');
5891 }
5892 Object.defineProperty(ButtonType.prototype, 'realValue', {
5893 get: function () {
5894 return this.realValue_y6hxzx$_0;
5895 }
5896 });
5897 var ButtonType$button_instance;
5898 function ButtonType$button_getInstance() {
5899 ButtonType_initFields();
5900 return ButtonType$button_instance;
5901 }
5902 var ButtonType$reset_instance;
5903 function ButtonType$reset_getInstance() {
5904 ButtonType_initFields();
5905 return ButtonType$reset_instance;
5906 }
5907 var ButtonType$submit_instance;
5908 function ButtonType$submit_getInstance() {
5909 ButtonType_initFields();
5910 return ButtonType$submit_instance;
5911 }
5912 ButtonType.$metadata$ = {
5913 kind: Kind_CLASS,
5914 simpleName: 'ButtonType',
5915 interfaces: [AttributeEnum, Enum]
5916 };
5917 function ButtonType$values() {
5918 return [ButtonType$button_getInstance(), ButtonType$reset_getInstance(), ButtonType$submit_getInstance()];
5919 }
5920 ButtonType.values = ButtonType$values;
5921 function ButtonType$valueOf(name) {
5922 switch (name) {
5923 case 'button':
5924 return ButtonType$button_getInstance();
5925 case 'reset':
5926 return ButtonType$reset_getInstance();
5927 case 'submit':
5928 return ButtonType$submit_getInstance();
5929 default:throwISE('No enum constant kotlinx.html.ButtonType.' + name);
5930 }
5931 }
5932 ButtonType.valueOf_61zpoe$ = ButtonType$valueOf;
5933 var buttonTypeValues;
5934 function CommandType(name, ordinal, realValue) {
5935 Enum.call(this);
5936 this.realValue_udtcw4$_0 = realValue;
5937 this.name$ = name;
5938 this.ordinal$ = ordinal;
5939 }
5940 function CommandType_initFields() {
5941 CommandType_initFields = function () {
5942 };
5943 CommandType$command_instance = new CommandType('command', 0, 'command');
5944 CommandType$checkBox_instance = new CommandType('checkBox', 1, 'checkbox');
5945 CommandType$radio_instance = new CommandType('radio', 2, 'radio');
5946 }
5947 Object.defineProperty(CommandType.prototype, 'realValue', {
5948 get: function () {
5949 return this.realValue_udtcw4$_0;
5950 }
5951 });
5952 var CommandType$command_instance;
5953 function CommandType$command_getInstance() {
5954 CommandType_initFields();
5955 return CommandType$command_instance;
5956 }
5957 var CommandType$checkBox_instance;
5958 function CommandType$checkBox_getInstance() {
5959 CommandType_initFields();
5960 return CommandType$checkBox_instance;
5961 }
5962 var CommandType$radio_instance;
5963 function CommandType$radio_getInstance() {
5964 CommandType_initFields();
5965 return CommandType$radio_instance;
5966 }
5967 CommandType.$metadata$ = {
5968 kind: Kind_CLASS,
5969 simpleName: 'CommandType',
5970 interfaces: [AttributeEnum, Enum]
5971 };
5972 function CommandType$values() {
5973 return [CommandType$command_getInstance(), CommandType$checkBox_getInstance(), CommandType$radio_getInstance()];
5974 }
5975 CommandType.values = CommandType$values;
5976 function CommandType$valueOf(name) {
5977 switch (name) {
5978 case 'command':
5979 return CommandType$command_getInstance();
5980 case 'checkBox':
5981 return CommandType$checkBox_getInstance();
5982 case 'radio':
5983 return CommandType$radio_getInstance();
5984 default:throwISE('No enum constant kotlinx.html.CommandType.' + name);
5985 }
5986 }
5987 CommandType.valueOf_61zpoe$ = CommandType$valueOf;
5988 var commandTypeValues;
5989 function FormEncType(name, ordinal, realValue) {
5990 Enum.call(this);
5991 this.realValue_kq4nox$_0 = realValue;
5992 this.name$ = name;
5993 this.ordinal$ = ordinal;
5994 }
5995 function FormEncType_initFields() {
5996 FormEncType_initFields = function () {
5997 };
5998 FormEncType$multipartFormData_instance = new FormEncType('multipartFormData', 0, 'multipart/form-data');
5999 FormEncType$applicationXWwwFormUrlEncoded_instance = new FormEncType('applicationXWwwFormUrlEncoded', 1, 'application/x-www-form-urlencoded');
6000 FormEncType$textPlain_instance = new FormEncType('textPlain', 2, 'text/plain');
6001 }
6002 Object.defineProperty(FormEncType.prototype, 'realValue', {
6003 get: function () {
6004 return this.realValue_kq4nox$_0;
6005 }
6006 });
6007 var FormEncType$multipartFormData_instance;
6008 function FormEncType$multipartFormData_getInstance() {
6009 FormEncType_initFields();
6010 return FormEncType$multipartFormData_instance;
6011 }
6012 var FormEncType$applicationXWwwFormUrlEncoded_instance;
6013 function FormEncType$applicationXWwwFormUrlEncoded_getInstance() {
6014 FormEncType_initFields();
6015 return FormEncType$applicationXWwwFormUrlEncoded_instance;
6016 }
6017 var FormEncType$textPlain_instance;
6018 function FormEncType$textPlain_getInstance() {
6019 FormEncType_initFields();
6020 return FormEncType$textPlain_instance;
6021 }
6022 FormEncType.$metadata$ = {
6023 kind: Kind_CLASS,
6024 simpleName: 'FormEncType',
6025 interfaces: [AttributeEnum, Enum]
6026 };
6027 function FormEncType$values() {
6028 return [FormEncType$multipartFormData_getInstance(), FormEncType$applicationXWwwFormUrlEncoded_getInstance(), FormEncType$textPlain_getInstance()];
6029 }
6030 FormEncType.values = FormEncType$values;
6031 function FormEncType$valueOf(name) {
6032 switch (name) {
6033 case 'multipartFormData':
6034 return FormEncType$multipartFormData_getInstance();
6035 case 'applicationXWwwFormUrlEncoded':
6036 return FormEncType$applicationXWwwFormUrlEncoded_getInstance();
6037 case 'textPlain':
6038 return FormEncType$textPlain_getInstance();
6039 default:throwISE('No enum constant kotlinx.html.FormEncType.' + name);
6040 }
6041 }
6042 FormEncType.valueOf_61zpoe$ = FormEncType$valueOf;
6043 var formEncTypeValues;
6044 function FormMethod(name, ordinal, realValue) {
6045 Enum.call(this);
6046 this.realValue_7ezxj0$_0 = realValue;
6047 this.name$ = name;
6048 this.ordinal$ = ordinal;
6049 }
6050 function FormMethod_initFields() {
6051 FormMethod_initFields = function () {
6052 };
6053 FormMethod$get_instance = new FormMethod('get', 0, 'get');
6054 FormMethod$post_instance = new FormMethod('post', 1, 'post');
6055 FormMethod$put_instance = new FormMethod('put', 2, 'put');
6056 FormMethod$delete_instance = new FormMethod('delete', 3, 'delete');
6057 FormMethod$patch_instance = new FormMethod('patch', 4, 'patch');
6058 }
6059 Object.defineProperty(FormMethod.prototype, 'realValue', {
6060 get: function () {
6061 return this.realValue_7ezxj0$_0;
6062 }
6063 });
6064 var FormMethod$get_instance;
6065 function FormMethod$get_getInstance() {
6066 FormMethod_initFields();
6067 return FormMethod$get_instance;
6068 }
6069 var FormMethod$post_instance;
6070 function FormMethod$post_getInstance() {
6071 FormMethod_initFields();
6072 return FormMethod$post_instance;
6073 }
6074 var FormMethod$put_instance;
6075 function FormMethod$put_getInstance() {
6076 FormMethod_initFields();
6077 return FormMethod$put_instance;
6078 }
6079 var FormMethod$delete_instance;
6080 function FormMethod$delete_getInstance() {
6081 FormMethod_initFields();
6082 return FormMethod$delete_instance;
6083 }
6084 var FormMethod$patch_instance;
6085 function FormMethod$patch_getInstance() {
6086 FormMethod_initFields();
6087 return FormMethod$patch_instance;
6088 }
6089 FormMethod.$metadata$ = {
6090 kind: Kind_CLASS,
6091 simpleName: 'FormMethod',
6092 interfaces: [AttributeEnum, Enum]
6093 };
6094 function FormMethod$values() {
6095 return [FormMethod$get_getInstance(), FormMethod$post_getInstance(), FormMethod$put_getInstance(), FormMethod$delete_getInstance(), FormMethod$patch_getInstance()];
6096 }
6097 FormMethod.values = FormMethod$values;
6098 function FormMethod$valueOf(name) {
6099 switch (name) {
6100 case 'get':
6101 return FormMethod$get_getInstance();
6102 case 'post':
6103 return FormMethod$post_getInstance();
6104 case 'put':
6105 return FormMethod$put_getInstance();
6106 case 'delete':
6107 return FormMethod$delete_getInstance();
6108 case 'patch':
6109 return FormMethod$patch_getInstance();
6110 default:throwISE('No enum constant kotlinx.html.FormMethod.' + name);
6111 }
6112 }
6113 FormMethod.valueOf_61zpoe$ = FormMethod$valueOf;
6114 var formMethodValues;
6115 function FormTarget() {
6116 FormTarget_instance = this;
6117 this.blank = '_blank';
6118 this.parent = '_parent';
6119 this.self = '_self';
6120 this.top = '_top';
6121 this.values = listOf_0(['blank', 'parent', 'self', 'top']);
6122 }
6123 FormTarget.$metadata$ = {
6124 kind: Kind_OBJECT,
6125 simpleName: 'FormTarget',
6126 interfaces: []
6127 };
6128 var FormTarget_instance = null;
6129 function FormTarget_getInstance() {
6130 if (FormTarget_instance === null) {
6131 new FormTarget();
6132 }
6133 return FormTarget_instance;
6134 }
6135 function IframeName() {
6136 IframeName_instance = this;
6137 this.blank = '_blank';
6138 this.parent = '_parent';
6139 this.self = '_self';
6140 this.top = '_top';
6141 this.values = listOf_0(['blank', 'parent', 'self', 'top']);
6142 }
6143 IframeName.$metadata$ = {
6144 kind: Kind_OBJECT,
6145 simpleName: 'IframeName',
6146 interfaces: []
6147 };
6148 var IframeName_instance = null;
6149 function IframeName_getInstance() {
6150 if (IframeName_instance === null) {
6151 new IframeName();
6152 }
6153 return IframeName_instance;
6154 }
6155 function IframeSandbox(name, ordinal, realValue) {
6156 Enum.call(this);
6157 this.realValue_81nrfm$_0 = realValue;
6158 this.name$ = name;
6159 this.ordinal$ = ordinal;
6160 }
6161 function IframeSandbox_initFields() {
6162 IframeSandbox_initFields = function () {
6163 };
6164 IframeSandbox$allowSameOrigin_instance = new IframeSandbox('allowSameOrigin', 0, 'allow-same-origin');
6165 IframeSandbox$allowFormS_instance = new IframeSandbox('allowFormS', 1, 'allow-forms');
6166 IframeSandbox$allowScripts_instance = new IframeSandbox('allowScripts', 2, 'allow-scripts');
6167 }
6168 Object.defineProperty(IframeSandbox.prototype, 'realValue', {
6169 get: function () {
6170 return this.realValue_81nrfm$_0;
6171 }
6172 });
6173 var IframeSandbox$allowSameOrigin_instance;
6174 function IframeSandbox$allowSameOrigin_getInstance() {
6175 IframeSandbox_initFields();
6176 return IframeSandbox$allowSameOrigin_instance;
6177 }
6178 var IframeSandbox$allowFormS_instance;
6179 function IframeSandbox$allowFormS_getInstance() {
6180 IframeSandbox_initFields();
6181 return IframeSandbox$allowFormS_instance;
6182 }
6183 var IframeSandbox$allowScripts_instance;
6184 function IframeSandbox$allowScripts_getInstance() {
6185 IframeSandbox_initFields();
6186 return IframeSandbox$allowScripts_instance;
6187 }
6188 IframeSandbox.$metadata$ = {
6189 kind: Kind_CLASS,
6190 simpleName: 'IframeSandbox',
6191 interfaces: [AttributeEnum, Enum]
6192 };
6193 function IframeSandbox$values() {
6194 return [IframeSandbox$allowSameOrigin_getInstance(), IframeSandbox$allowFormS_getInstance(), IframeSandbox$allowScripts_getInstance()];
6195 }
6196 IframeSandbox.values = IframeSandbox$values;
6197 function IframeSandbox$valueOf(name) {
6198 switch (name) {
6199 case 'allowSameOrigin':
6200 return IframeSandbox$allowSameOrigin_getInstance();
6201 case 'allowFormS':
6202 return IframeSandbox$allowFormS_getInstance();
6203 case 'allowScripts':
6204 return IframeSandbox$allowScripts_getInstance();
6205 default:throwISE('No enum constant kotlinx.html.IframeSandbox.' + name);
6206 }
6207 }
6208 IframeSandbox.valueOf_61zpoe$ = IframeSandbox$valueOf;
6209 var iframeSandboxValues;
6210 function InputType(name, ordinal, realValue) {
6211 Enum.call(this);
6212 this.realValue_310543$_0 = realValue;
6213 this.name$ = name;
6214 this.ordinal$ = ordinal;
6215 }
6216 function InputType_initFields() {
6217 InputType_initFields = function () {
6218 };
6219 InputType$button_instance = new InputType('button', 0, 'button');
6220 InputType$checkBox_instance = new InputType('checkBox', 1, 'checkbox');
6221 InputType$color_instance = new InputType('color', 2, 'color');
6222 InputType$date_instance = new InputType('date', 3, 'date');
6223 InputType$dateTime_instance = new InputType('dateTime', 4, 'datetime');
6224 InputType$dateTimeLocal_instance = new InputType('dateTimeLocal', 5, 'datetime-local');
6225 InputType$email_instance = new InputType('email', 6, 'email');
6226 InputType$file_instance = new InputType('file', 7, 'file');
6227 InputType$hidden_instance = new InputType('hidden', 8, 'hidden');
6228 InputType$image_instance = new InputType('image', 9, 'image');
6229 InputType$month_instance = new InputType('month', 10, 'month');
6230 InputType$number_instance = new InputType('number', 11, 'number');
6231 InputType$password_instance = new InputType('password', 12, 'password');
6232 InputType$radio_instance = new InputType('radio', 13, 'radio');
6233 InputType$range_instance = new InputType('range', 14, 'range');
6234 InputType$reset_instance = new InputType('reset', 15, 'reset');
6235 InputType$search_instance = new InputType('search', 16, 'search');
6236 InputType$submit_instance = new InputType('submit', 17, 'submit');
6237 InputType$text_instance = new InputType('text', 18, 'text');
6238 InputType$tel_instance = new InputType('tel', 19, 'tel');
6239 InputType$time_instance = new InputType('time', 20, 'time');
6240 InputType$url_instance = new InputType('url', 21, 'url');
6241 InputType$week_instance = new InputType('week', 22, 'week');
6242 }
6243 Object.defineProperty(InputType.prototype, 'realValue', {
6244 get: function () {
6245 return this.realValue_310543$_0;
6246 }
6247 });
6248 var InputType$button_instance;
6249 function InputType$button_getInstance() {
6250 InputType_initFields();
6251 return InputType$button_instance;
6252 }
6253 var InputType$checkBox_instance;
6254 function InputType$checkBox_getInstance() {
6255 InputType_initFields();
6256 return InputType$checkBox_instance;
6257 }
6258 var InputType$color_instance;
6259 function InputType$color_getInstance() {
6260 InputType_initFields();
6261 return InputType$color_instance;
6262 }
6263 var InputType$date_instance;
6264 function InputType$date_getInstance() {
6265 InputType_initFields();
6266 return InputType$date_instance;
6267 }
6268 var InputType$dateTime_instance;
6269 function InputType$dateTime_getInstance() {
6270 InputType_initFields();
6271 return InputType$dateTime_instance;
6272 }
6273 var InputType$dateTimeLocal_instance;
6274 function InputType$dateTimeLocal_getInstance() {
6275 InputType_initFields();
6276 return InputType$dateTimeLocal_instance;
6277 }
6278 var InputType$email_instance;
6279 function InputType$email_getInstance() {
6280 InputType_initFields();
6281 return InputType$email_instance;
6282 }
6283 var InputType$file_instance;
6284 function InputType$file_getInstance() {
6285 InputType_initFields();
6286 return InputType$file_instance;
6287 }
6288 var InputType$hidden_instance;
6289 function InputType$hidden_getInstance() {
6290 InputType_initFields();
6291 return InputType$hidden_instance;
6292 }
6293 var InputType$image_instance;
6294 function InputType$image_getInstance() {
6295 InputType_initFields();
6296 return InputType$image_instance;
6297 }
6298 var InputType$month_instance;
6299 function InputType$month_getInstance() {
6300 InputType_initFields();
6301 return InputType$month_instance;
6302 }
6303 var InputType$number_instance;
6304 function InputType$number_getInstance() {
6305 InputType_initFields();
6306 return InputType$number_instance;
6307 }
6308 var InputType$password_instance;
6309 function InputType$password_getInstance() {
6310 InputType_initFields();
6311 return InputType$password_instance;
6312 }
6313 var InputType$radio_instance;
6314 function InputType$radio_getInstance() {
6315 InputType_initFields();
6316 return InputType$radio_instance;
6317 }
6318 var InputType$range_instance;
6319 function InputType$range_getInstance() {
6320 InputType_initFields();
6321 return InputType$range_instance;
6322 }
6323 var InputType$reset_instance;
6324 function InputType$reset_getInstance() {
6325 InputType_initFields();
6326 return InputType$reset_instance;
6327 }
6328 var InputType$search_instance;
6329 function InputType$search_getInstance() {
6330 InputType_initFields();
6331 return InputType$search_instance;
6332 }
6333 var InputType$submit_instance;
6334 function InputType$submit_getInstance() {
6335 InputType_initFields();
6336 return InputType$submit_instance;
6337 }
6338 var InputType$text_instance;
6339 function InputType$text_getInstance() {
6340 InputType_initFields();
6341 return InputType$text_instance;
6342 }
6343 var InputType$tel_instance;
6344 function InputType$tel_getInstance() {
6345 InputType_initFields();
6346 return InputType$tel_instance;
6347 }
6348 var InputType$time_instance;
6349 function InputType$time_getInstance() {
6350 InputType_initFields();
6351 return InputType$time_instance;
6352 }
6353 var InputType$url_instance;
6354 function InputType$url_getInstance() {
6355 InputType_initFields();
6356 return InputType$url_instance;
6357 }
6358 var InputType$week_instance;
6359 function InputType$week_getInstance() {
6360 InputType_initFields();
6361 return InputType$week_instance;
6362 }
6363 InputType.$metadata$ = {
6364 kind: Kind_CLASS,
6365 simpleName: 'InputType',
6366 interfaces: [AttributeEnum, Enum]
6367 };
6368 function InputType$values() {
6369 return [InputType$button_getInstance(), InputType$checkBox_getInstance(), InputType$color_getInstance(), InputType$date_getInstance(), InputType$dateTime_getInstance(), InputType$dateTimeLocal_getInstance(), InputType$email_getInstance(), InputType$file_getInstance(), InputType$hidden_getInstance(), InputType$image_getInstance(), InputType$month_getInstance(), InputType$number_getInstance(), InputType$password_getInstance(), InputType$radio_getInstance(), InputType$range_getInstance(), InputType$reset_getInstance(), InputType$search_getInstance(), InputType$submit_getInstance(), InputType$text_getInstance(), InputType$tel_getInstance(), InputType$time_getInstance(), InputType$url_getInstance(), InputType$week_getInstance()];
6370 }
6371 InputType.values = InputType$values;
6372 function InputType$valueOf(name) {
6373 switch (name) {
6374 case 'button':
6375 return InputType$button_getInstance();
6376 case 'checkBox':
6377 return InputType$checkBox_getInstance();
6378 case 'color':
6379 return InputType$color_getInstance();
6380 case 'date':
6381 return InputType$date_getInstance();
6382 case 'dateTime':
6383 return InputType$dateTime_getInstance();
6384 case 'dateTimeLocal':
6385 return InputType$dateTimeLocal_getInstance();
6386 case 'email':
6387 return InputType$email_getInstance();
6388 case 'file':
6389 return InputType$file_getInstance();
6390 case 'hidden':
6391 return InputType$hidden_getInstance();
6392 case 'image':
6393 return InputType$image_getInstance();
6394 case 'month':
6395 return InputType$month_getInstance();
6396 case 'number':
6397 return InputType$number_getInstance();
6398 case 'password':
6399 return InputType$password_getInstance();
6400 case 'radio':
6401 return InputType$radio_getInstance();
6402 case 'range':
6403 return InputType$range_getInstance();
6404 case 'reset':
6405 return InputType$reset_getInstance();
6406 case 'search':
6407 return InputType$search_getInstance();
6408 case 'submit':
6409 return InputType$submit_getInstance();
6410 case 'text':
6411 return InputType$text_getInstance();
6412 case 'tel':
6413 return InputType$tel_getInstance();
6414 case 'time':
6415 return InputType$time_getInstance();
6416 case 'url':
6417 return InputType$url_getInstance();
6418 case 'week':
6419 return InputType$week_getInstance();
6420 default:throwISE('No enum constant kotlinx.html.InputType.' + name);
6421 }
6422 }
6423 InputType.valueOf_61zpoe$ = InputType$valueOf;
6424 var inputTypeValues;
6425 function InputFormEncType(name, ordinal, realValue) {
6426 Enum.call(this);
6427 this.realValue_tkfxfn$_0 = realValue;
6428 this.name$ = name;
6429 this.ordinal$ = ordinal;
6430 }
6431 function InputFormEncType_initFields() {
6432 InputFormEncType_initFields = function () {
6433 };
6434 InputFormEncType$multipartFormData_instance = new InputFormEncType('multipartFormData', 0, 'multipart/form-data');
6435 InputFormEncType$applicationXWwwFormUrlEncoded_instance = new InputFormEncType('applicationXWwwFormUrlEncoded', 1, 'application/x-www-form-urlencoded');
6436 InputFormEncType$textPlain_instance = new InputFormEncType('textPlain', 2, 'text/plain');
6437 }
6438 Object.defineProperty(InputFormEncType.prototype, 'realValue', {
6439 get: function () {
6440 return this.realValue_tkfxfn$_0;
6441 }
6442 });
6443 var InputFormEncType$multipartFormData_instance;
6444 function InputFormEncType$multipartFormData_getInstance() {
6445 InputFormEncType_initFields();
6446 return InputFormEncType$multipartFormData_instance;
6447 }
6448 var InputFormEncType$applicationXWwwFormUrlEncoded_instance;
6449 function InputFormEncType$applicationXWwwFormUrlEncoded_getInstance() {
6450 InputFormEncType_initFields();
6451 return InputFormEncType$applicationXWwwFormUrlEncoded_instance;
6452 }
6453 var InputFormEncType$textPlain_instance;
6454 function InputFormEncType$textPlain_getInstance() {
6455 InputFormEncType_initFields();
6456 return InputFormEncType$textPlain_instance;
6457 }
6458 InputFormEncType.$metadata$ = {
6459 kind: Kind_CLASS,
6460 simpleName: 'InputFormEncType',
6461 interfaces: [AttributeEnum, Enum]
6462 };
6463 function InputFormEncType$values() {
6464 return [InputFormEncType$multipartFormData_getInstance(), InputFormEncType$applicationXWwwFormUrlEncoded_getInstance(), InputFormEncType$textPlain_getInstance()];
6465 }
6466 InputFormEncType.values = InputFormEncType$values;
6467 function InputFormEncType$valueOf(name) {
6468 switch (name) {
6469 case 'multipartFormData':
6470 return InputFormEncType$multipartFormData_getInstance();
6471 case 'applicationXWwwFormUrlEncoded':
6472 return InputFormEncType$applicationXWwwFormUrlEncoded_getInstance();
6473 case 'textPlain':
6474 return InputFormEncType$textPlain_getInstance();
6475 default:throwISE('No enum constant kotlinx.html.InputFormEncType.' + name);
6476 }
6477 }
6478 InputFormEncType.valueOf_61zpoe$ = InputFormEncType$valueOf;
6479 var inputFormEncTypeValues;
6480 function InputFormMethod(name, ordinal, realValue) {
6481 Enum.call(this);
6482 this.realValue_tj2iwi$_0 = realValue;
6483 this.name$ = name;
6484 this.ordinal$ = ordinal;
6485 }
6486 function InputFormMethod_initFields() {
6487 InputFormMethod_initFields = function () {
6488 };
6489 InputFormMethod$get_instance = new InputFormMethod('get', 0, 'get');
6490 InputFormMethod$post_instance = new InputFormMethod('post', 1, 'post');
6491 InputFormMethod$put_instance = new InputFormMethod('put', 2, 'put');
6492 InputFormMethod$delete_instance = new InputFormMethod('delete', 3, 'delete');
6493 InputFormMethod$patch_instance = new InputFormMethod('patch', 4, 'patch');
6494 }
6495 Object.defineProperty(InputFormMethod.prototype, 'realValue', {
6496 get: function () {
6497 return this.realValue_tj2iwi$_0;
6498 }
6499 });
6500 var InputFormMethod$get_instance;
6501 function InputFormMethod$get_getInstance() {
6502 InputFormMethod_initFields();
6503 return InputFormMethod$get_instance;
6504 }
6505 var InputFormMethod$post_instance;
6506 function InputFormMethod$post_getInstance() {
6507 InputFormMethod_initFields();
6508 return InputFormMethod$post_instance;
6509 }
6510 var InputFormMethod$put_instance;
6511 function InputFormMethod$put_getInstance() {
6512 InputFormMethod_initFields();
6513 return InputFormMethod$put_instance;
6514 }
6515 var InputFormMethod$delete_instance;
6516 function InputFormMethod$delete_getInstance() {
6517 InputFormMethod_initFields();
6518 return InputFormMethod$delete_instance;
6519 }
6520 var InputFormMethod$patch_instance;
6521 function InputFormMethod$patch_getInstance() {
6522 InputFormMethod_initFields();
6523 return InputFormMethod$patch_instance;
6524 }
6525 InputFormMethod.$metadata$ = {
6526 kind: Kind_CLASS,
6527 simpleName: 'InputFormMethod',
6528 interfaces: [AttributeEnum, Enum]
6529 };
6530 function InputFormMethod$values() {
6531 return [InputFormMethod$get_getInstance(), InputFormMethod$post_getInstance(), InputFormMethod$put_getInstance(), InputFormMethod$delete_getInstance(), InputFormMethod$patch_getInstance()];
6532 }
6533 InputFormMethod.values = InputFormMethod$values;
6534 function InputFormMethod$valueOf(name) {
6535 switch (name) {
6536 case 'get':
6537 return InputFormMethod$get_getInstance();
6538 case 'post':
6539 return InputFormMethod$post_getInstance();
6540 case 'put':
6541 return InputFormMethod$put_getInstance();
6542 case 'delete':
6543 return InputFormMethod$delete_getInstance();
6544 case 'patch':
6545 return InputFormMethod$patch_getInstance();
6546 default:throwISE('No enum constant kotlinx.html.InputFormMethod.' + name);
6547 }
6548 }
6549 InputFormMethod.valueOf_61zpoe$ = InputFormMethod$valueOf;
6550 var inputFormMethodValues;
6551 function InputFormTarget() {
6552 InputFormTarget_instance = this;
6553 this.blank = '_blank';
6554 this.parent = '_parent';
6555 this.self = '_self';
6556 this.top = '_top';
6557 this.values = listOf_0(['blank', 'parent', 'self', 'top']);
6558 }
6559 InputFormTarget.$metadata$ = {
6560 kind: Kind_OBJECT,
6561 simpleName: 'InputFormTarget',
6562 interfaces: []
6563 };
6564 var InputFormTarget_instance = null;
6565 function InputFormTarget_getInstance() {
6566 if (InputFormTarget_instance === null) {
6567 new InputFormTarget();
6568 }
6569 return InputFormTarget_instance;
6570 }
6571 function KeyGenKeyType(name, ordinal, realValue) {
6572 Enum.call(this);
6573 this.realValue_dxnvt3$_0 = realValue;
6574 this.name$ = name;
6575 this.ordinal$ = ordinal;
6576 }
6577 function KeyGenKeyType_initFields() {
6578 KeyGenKeyType_initFields = function () {
6579 };
6580 KeyGenKeyType$rsa_instance = new KeyGenKeyType('rsa', 0, 'rsa');
6581 }
6582 Object.defineProperty(KeyGenKeyType.prototype, 'realValue', {
6583 get: function () {
6584 return this.realValue_dxnvt3$_0;
6585 }
6586 });
6587 var KeyGenKeyType$rsa_instance;
6588 function KeyGenKeyType$rsa_getInstance() {
6589 KeyGenKeyType_initFields();
6590 return KeyGenKeyType$rsa_instance;
6591 }
6592 KeyGenKeyType.$metadata$ = {
6593 kind: Kind_CLASS,
6594 simpleName: 'KeyGenKeyType',
6595 interfaces: [AttributeEnum, Enum]
6596 };
6597 function KeyGenKeyType$values() {
6598 return [KeyGenKeyType$rsa_getInstance()];
6599 }
6600 KeyGenKeyType.values = KeyGenKeyType$values;
6601 function KeyGenKeyType$valueOf(name) {
6602 switch (name) {
6603 case 'rsa':
6604 return KeyGenKeyType$rsa_getInstance();
6605 default:throwISE('No enum constant kotlinx.html.KeyGenKeyType.' + name);
6606 }
6607 }
6608 KeyGenKeyType.valueOf_61zpoe$ = KeyGenKeyType$valueOf;
6609 var keyGenKeyTypeValues;
6610 function LinkRel() {
6611 LinkRel_instance = this;
6612 this.alternate = 'Alternate';
6613 this.appEndIx = 'Appendix';
6614 this.bookmark = 'Bookmark';
6615 this.chapter = 'Chapter';
6616 this.contentS = 'Contents';
6617 this.copyright = 'Copyright';
6618 this.glossary = 'Glossary';
6619 this.help = 'Help';
6620 this.index = 'Index';
6621 this.next = 'Next';
6622 this.prev = 'Prev';
6623 this.section = 'Section';
6624 this.start = 'Start';
6625 this.stylesheet = 'Stylesheet';
6626 this.subsection = 'Subsection';
6627 this.values = listOf_0(['alternate', 'appEndIx', 'bookmark', 'chapter', 'contentS', 'copyright', 'glossary', 'help', 'index', 'next', 'prev', 'section', 'start', 'stylesheet', 'subsection']);
6628 }
6629 LinkRel.$metadata$ = {
6630 kind: Kind_OBJECT,
6631 simpleName: 'LinkRel',
6632 interfaces: []
6633 };
6634 var LinkRel_instance = null;
6635 function LinkRel_getInstance() {
6636 if (LinkRel_instance === null) {
6637 new LinkRel();
6638 }
6639 return LinkRel_instance;
6640 }
6641 function LinkMedia() {
6642 LinkMedia_instance = this;
6643 this.screen = 'screen';
6644 this.print = 'print';
6645 this.tty = 'tty';
6646 this.tv = 'tv';
6647 this.projection = 'projection';
6648 this.handheld = 'handheld';
6649 this.braille = 'braille';
6650 this.aural = 'aural';
6651 this.all = 'all';
6652 this.values = listOf_0(['screen', 'print', 'tty', 'tv', 'projection', 'handheld', 'braille', 'aural', 'all']);
6653 }
6654 LinkMedia.$metadata$ = {
6655 kind: Kind_OBJECT,
6656 simpleName: 'LinkMedia',
6657 interfaces: []
6658 };
6659 var LinkMedia_instance = null;
6660 function LinkMedia_getInstance() {
6661 if (LinkMedia_instance === null) {
6662 new LinkMedia();
6663 }
6664 return LinkMedia_instance;
6665 }
6666 function LinkType() {
6667 LinkType_instance = this;
6668 this.textAsp = 'text/asp';
6669 this.textAsa = 'text/asa';
6670 this.textCss = 'text/css';
6671 this.textHtml = 'text/html';
6672 this.textJavaScript = 'text/javascript';
6673 this.textPlain = 'text/plain';
6674 this.textScriptLet = 'text/scriptlet';
6675 this.textXComponent = 'text/x-component';
6676 this.textXHtmlInsertion = 'text/x-html-insertion';
6677 this.textXml = 'text/xml';
6678 this.values = listOf_0(['textAsp', 'textAsa', 'textCss', 'textHtml', 'textJavaScript', 'textPlain', 'textScriptLet', 'textXComponent', 'textXHtmlInsertion', 'textXml']);
6679 }
6680 LinkType.$metadata$ = {
6681 kind: Kind_OBJECT,
6682 simpleName: 'LinkType',
6683 interfaces: []
6684 };
6685 var LinkType_instance = null;
6686 function LinkType_getInstance() {
6687 if (LinkType_instance === null) {
6688 new LinkType();
6689 }
6690 return LinkType_instance;
6691 }
6692 function MetaHttpEquiv() {
6693 MetaHttpEquiv_instance = this;
6694 this.contentLanguage = 'content-language';
6695 this.contentType = 'content-type';
6696 this.defaultStyle = 'default-style';
6697 this.refresh = 'refresh';
6698 this.values = listOf_0(['contentLanguage', 'contentType', 'defaultStyle', 'refresh']);
6699 }
6700 MetaHttpEquiv.$metadata$ = {
6701 kind: Kind_OBJECT,
6702 simpleName: 'MetaHttpEquiv',
6703 interfaces: []
6704 };
6705 var MetaHttpEquiv_instance = null;
6706 function MetaHttpEquiv_getInstance() {
6707 if (MetaHttpEquiv_instance === null) {
6708 new MetaHttpEquiv();
6709 }
6710 return MetaHttpEquiv_instance;
6711 }
6712 function ObjectName() {
6713 ObjectName_instance = this;
6714 this.blank = '_blank';
6715 this.parent = '_parent';
6716 this.self = '_self';
6717 this.top = '_top';
6718 this.values = listOf_0(['blank', 'parent', 'self', 'top']);
6719 }
6720 ObjectName.$metadata$ = {
6721 kind: Kind_OBJECT,
6722 simpleName: 'ObjectName',
6723 interfaces: []
6724 };
6725 var ObjectName_instance = null;
6726 function ObjectName_getInstance() {
6727 if (ObjectName_instance === null) {
6728 new ObjectName();
6729 }
6730 return ObjectName_instance;
6731 }
6732 function ScriptType() {
6733 ScriptType_instance = this;
6734 this.textEcmaScript = 'text/ecmascript';
6735 this.textJavaScript = 'text/javascript';
6736 this.textJavaScript10 = 'text/javascript1.0';
6737 this.textJavaScript11 = 'text/javascript1.1';
6738 this.textJavaScript12 = 'text/javascript1.2';
6739 this.textJavaScript13 = 'text/javascript1.3';
6740 this.textJavaScript14 = 'text/javascript1.4';
6741 this.textJavaScript15 = 'text/javascript1.5';
6742 this.textJScript = 'text/jscript';
6743 this.textXJavaScript = 'text/x-javascript';
6744 this.textXEcmaScript = 'text/x-ecmascript';
6745 this.textVbScript = 'text/vbscript';
6746 this.values = listOf_0(['textEcmaScript', 'textJavaScript', 'textJavaScript10', 'textJavaScript11', 'textJavaScript12', 'textJavaScript13', 'textJavaScript14', 'textJavaScript15', 'textJScript', 'textXJavaScript', 'textXEcmaScript', 'textVbScript']);
6747 }
6748 ScriptType.$metadata$ = {
6749 kind: Kind_OBJECT,
6750 simpleName: 'ScriptType',
6751 interfaces: []
6752 };
6753 var ScriptType_instance = null;
6754 function ScriptType_getInstance() {
6755 if (ScriptType_instance === null) {
6756 new ScriptType();
6757 }
6758 return ScriptType_instance;
6759 }
6760 function StyleType() {
6761 StyleType_instance = this;
6762 this.textCss = 'text/css';
6763 this.values = listOf('textCss');
6764 }
6765 StyleType.$metadata$ = {
6766 kind: Kind_OBJECT,
6767 simpleName: 'StyleType',
6768 interfaces: []
6769 };
6770 var StyleType_instance = null;
6771 function StyleType_getInstance() {
6772 if (StyleType_instance === null) {
6773 new StyleType();
6774 }
6775 return StyleType_instance;
6776 }
6777 function StyleMedia() {
6778 StyleMedia_instance = this;
6779 this.screen = 'screen';
6780 this.print = 'print';
6781 this.tty = 'tty';
6782 this.tv = 'tv';
6783 this.projection = 'projection';
6784 this.handheld = 'handheld';
6785 this.braille = 'braille';
6786 this.aural = 'aural';
6787 this.all = 'all';
6788 this.values = listOf_0(['screen', 'print', 'tty', 'tv', 'projection', 'handheld', 'braille', 'aural', 'all']);
6789 }
6790 StyleMedia.$metadata$ = {
6791 kind: Kind_OBJECT,
6792 simpleName: 'StyleMedia',
6793 interfaces: []
6794 };
6795 var StyleMedia_instance = null;
6796 function StyleMedia_getInstance() {
6797 if (StyleMedia_instance === null) {
6798 new StyleMedia();
6799 }
6800 return StyleMedia_instance;
6801 }
6802 function TextAreaWrap(name, ordinal, realValue) {
6803 Enum.call(this);
6804 this.realValue_mbbrvf$_0 = realValue;
6805 this.name$ = name;
6806 this.ordinal$ = ordinal;
6807 }
6808 function TextAreaWrap_initFields() {
6809 TextAreaWrap_initFields = function () {
6810 };
6811 TextAreaWrap$hard_instance = new TextAreaWrap('hard', 0, 'hard');
6812 TextAreaWrap$soft_instance = new TextAreaWrap('soft', 1, 'soft');
6813 }
6814 Object.defineProperty(TextAreaWrap.prototype, 'realValue', {
6815 get: function () {
6816 return this.realValue_mbbrvf$_0;
6817 }
6818 });
6819 var TextAreaWrap$hard_instance;
6820 function TextAreaWrap$hard_getInstance() {
6821 TextAreaWrap_initFields();
6822 return TextAreaWrap$hard_instance;
6823 }
6824 var TextAreaWrap$soft_instance;
6825 function TextAreaWrap$soft_getInstance() {
6826 TextAreaWrap_initFields();
6827 return TextAreaWrap$soft_instance;
6828 }
6829 TextAreaWrap.$metadata$ = {
6830 kind: Kind_CLASS,
6831 simpleName: 'TextAreaWrap',
6832 interfaces: [AttributeEnum, Enum]
6833 };
6834 function TextAreaWrap$values() {
6835 return [TextAreaWrap$hard_getInstance(), TextAreaWrap$soft_getInstance()];
6836 }
6837 TextAreaWrap.values = TextAreaWrap$values;
6838 function TextAreaWrap$valueOf(name) {
6839 switch (name) {
6840 case 'hard':
6841 return TextAreaWrap$hard_getInstance();
6842 case 'soft':
6843 return TextAreaWrap$soft_getInstance();
6844 default:throwISE('No enum constant kotlinx.html.TextAreaWrap.' + name);
6845 }
6846 }
6847 TextAreaWrap.valueOf_61zpoe$ = TextAreaWrap$valueOf;
6848 var textAreaWrapValues;
6849 function ThScope(name, ordinal, realValue) {
6850 Enum.call(this);
6851 this.realValue_dlfslb$_0 = realValue;
6852 this.name$ = name;
6853 this.ordinal$ = ordinal;
6854 }
6855 function ThScope_initFields() {
6856 ThScope_initFields = function () {
6857 };
6858 ThScope$col_instance = new ThScope('col', 0, 'col');
6859 ThScope$colGroup_instance = new ThScope('colGroup', 1, 'colgroup');
6860 ThScope$row_instance = new ThScope('row', 2, 'row');
6861 ThScope$rowGroup_instance = new ThScope('rowGroup', 3, 'rowgroup');
6862 }
6863 Object.defineProperty(ThScope.prototype, 'realValue', {
6864 get: function () {
6865 return this.realValue_dlfslb$_0;
6866 }
6867 });
6868 var ThScope$col_instance;
6869 function ThScope$col_getInstance() {
6870 ThScope_initFields();
6871 return ThScope$col_instance;
6872 }
6873 var ThScope$colGroup_instance;
6874 function ThScope$colGroup_getInstance() {
6875 ThScope_initFields();
6876 return ThScope$colGroup_instance;
6877 }
6878 var ThScope$row_instance;
6879 function ThScope$row_getInstance() {
6880 ThScope_initFields();
6881 return ThScope$row_instance;
6882 }
6883 var ThScope$rowGroup_instance;
6884 function ThScope$rowGroup_getInstance() {
6885 ThScope_initFields();
6886 return ThScope$rowGroup_instance;
6887 }
6888 ThScope.$metadata$ = {
6889 kind: Kind_CLASS,
6890 simpleName: 'ThScope',
6891 interfaces: [AttributeEnum, Enum]
6892 };
6893 function ThScope$values() {
6894 return [ThScope$col_getInstance(), ThScope$colGroup_getInstance(), ThScope$row_getInstance(), ThScope$rowGroup_getInstance()];
6895 }
6896 ThScope.values = ThScope$values;
6897 function ThScope$valueOf(name) {
6898 switch (name) {
6899 case 'col':
6900 return ThScope$col_getInstance();
6901 case 'colGroup':
6902 return ThScope$colGroup_getInstance();
6903 case 'row':
6904 return ThScope$row_getInstance();
6905 case 'rowGroup':
6906 return ThScope$rowGroup_getInstance();
6907 default:throwISE('No enum constant kotlinx.html.ThScope.' + name);
6908 }
6909 }
6910 ThScope.valueOf_61zpoe$ = ThScope$valueOf;
6911 var thScopeValues;
6912 function CommonAttributeGroupFacadeFlowHeadingContent() {
6913 }
6914 CommonAttributeGroupFacadeFlowHeadingContent.$metadata$ = {
6915 kind: Kind_INTERFACE,
6916 simpleName: 'CommonAttributeGroupFacadeFlowHeadingContent',
6917 interfaces: [HtmlBlockTag, HeadingContent, CommonAttributeGroupFacade]
6918 };
6919 function CommonAttributeGroupFacadeFlowHeadingPhrasingContent() {
6920 }
6921 CommonAttributeGroupFacadeFlowHeadingPhrasingContent.$metadata$ = {
6922 kind: Kind_INTERFACE,
6923 simpleName: 'CommonAttributeGroupFacadeFlowHeadingPhrasingContent',
6924 interfaces: [HtmlBlockInlineTag, HtmlInlineTag, FlowPhrasingContent, CommonAttributeGroupFacadeFlowHeadingContent, HtmlBlockTag, CommonAttributeGroupFacade]
6925 };
6926 function CommonAttributeGroupFacadeFlowInteractiveContent() {
6927 }
6928 CommonAttributeGroupFacadeFlowInteractiveContent.$metadata$ = {
6929 kind: Kind_INTERFACE,
6930 simpleName: 'CommonAttributeGroupFacadeFlowInteractiveContent',
6931 interfaces: [InteractiveContent, HtmlBlockTag, CommonAttributeGroupFacade]
6932 };
6933 function CommonAttributeGroupFacadeFlowInteractivePhrasingContent() {
6934 }
6935 CommonAttributeGroupFacadeFlowInteractivePhrasingContent.$metadata$ = {
6936 kind: Kind_INTERFACE,
6937 simpleName: 'CommonAttributeGroupFacadeFlowInteractivePhrasingContent',
6938 interfaces: [HtmlBlockInlineTag, HtmlInlineTag, FlowPhrasingContent, CommonAttributeGroupFacadeFlowInteractiveContent, HtmlBlockTag, CommonAttributeGroupFacade]
6939 };
6940 function CommonAttributeGroupFacadeFlowMetaDataContent() {
6941 }
6942 CommonAttributeGroupFacadeFlowMetaDataContent.$metadata$ = {
6943 kind: Kind_INTERFACE,
6944 simpleName: 'CommonAttributeGroupFacadeFlowMetaDataContent',
6945 interfaces: [HtmlHeadTag, HtmlBlockTag, FlowMetaDataContent, CommonAttributeGroupFacade]
6946 };
6947 function CommonAttributeGroupFacadeFlowMetaDataPhrasingContent() {
6948 }
6949 CommonAttributeGroupFacadeFlowMetaDataPhrasingContent.$metadata$ = {
6950 kind: Kind_INTERFACE,
6951 simpleName: 'CommonAttributeGroupFacadeFlowMetaDataPhrasingContent',
6952 interfaces: [HtmlBlockInlineTag, HtmlInlineTag, FlowMetaDataPhrasingContent, FlowPhrasingContent, CommonAttributeGroupFacadeFlowMetaDataContent, HtmlHeadTag, HtmlBlockTag, FlowMetaDataContent, CommonAttributeGroupFacade]
6953 };
6954 function HtmlBlockInlineTag() {
6955 }
6956 HtmlBlockInlineTag.$metadata$ = {
6957 kind: Kind_INTERFACE,
6958 simpleName: 'HtmlBlockInlineTag',
6959 interfaces: [HtmlInlineTag, HtmlBlockTag, FlowPhrasingContent, CommonAttributeGroupFacade]
6960 };
6961 function CommonAttributeGroupFacadeFlowPhrasingSectioningContent() {
6962 }
6963 CommonAttributeGroupFacadeFlowPhrasingSectioningContent.$metadata$ = {
6964 kind: Kind_INTERFACE,
6965 simpleName: 'CommonAttributeGroupFacadeFlowPhrasingSectioningContent',
6966 interfaces: [HtmlBlockInlineTag, HtmlInlineTag, FlowPhrasingContent, CommonAttributeGroupFacadeFlowSectioningContent, HtmlBlockTag, CommonAttributeGroupFacade]
6967 };
6968 function CommonAttributeGroupFacadeFlowSectioningContent() {
6969 }
6970 CommonAttributeGroupFacadeFlowSectioningContent.$metadata$ = {
6971 kind: Kind_INTERFACE,
6972 simpleName: 'CommonAttributeGroupFacadeFlowSectioningContent',
6973 interfaces: [SectioningContent, HtmlBlockTag, CommonAttributeGroupFacade]
6974 };
6975 function FlowMetaDataContent() {
6976 }
6977 FlowMetaDataContent.$metadata$ = {
6978 kind: Kind_INTERFACE,
6979 simpleName: 'FlowMetaDataContent',
6980 interfaces: [MetaDataContent, FlowContent]
6981 };
6982 function FlowMetaDataPhrasingContent() {
6983 }
6984 FlowMetaDataPhrasingContent.$metadata$ = {
6985 kind: Kind_INTERFACE,
6986 simpleName: 'FlowMetaDataPhrasingContent',
6987 interfaces: [FlowPhrasingContent, FlowMetaDataContent]
6988 };
6989 function FlowPhrasingContent() {
6990 }
6991 FlowPhrasingContent.$metadata$ = {
6992 kind: Kind_INTERFACE,
6993 simpleName: 'FlowPhrasingContent',
6994 interfaces: [PhrasingContent, FlowContent]
6995 };
6996 function HtmlBlockTag() {
6997 }
6998 HtmlBlockTag.$metadata$ = {
6999 kind: Kind_INTERFACE,
7000 simpleName: 'HtmlBlockTag',
7001 interfaces: [FlowContent, CommonAttributeGroupFacade]
7002 };
7003 function HtmlHeadTag() {
7004 }
7005 HtmlHeadTag.$metadata$ = {
7006 kind: Kind_INTERFACE,
7007 simpleName: 'HtmlHeadTag',
7008 interfaces: [MetaDataContent, CommonAttributeGroupFacade]
7009 };
7010 function HtmlInlineTag() {
7011 }
7012 HtmlInlineTag.$metadata$ = {
7013 kind: Kind_INTERFACE,
7014 simpleName: 'HtmlInlineTag',
7015 interfaces: [PhrasingContent, CommonAttributeGroupFacade]
7016 };
7017 function visit$lambda_4(closure$block) {
7018 return function ($receiver) {
7019 closure$block($receiver);
7020 return Unit;
7021 };
7022 }
7023 function FlowContent() {
7024 }
7025 FlowContent.$metadata$ = {
7026 kind: Kind_INTERFACE,
7027 simpleName: 'FlowContent',
7028 interfaces: [SectioningOrFlowContent, FlowOrPhrasingContent, FlowOrInteractiveContent, FlowOrInteractiveOrPhrasingContent, FlowOrMetaDataContent, FlowOrPhrasingOrMetaDataContent, FlowOrHeadingContent, Tag]
7029 };
7030 function HeadingContent() {
7031 }
7032 HeadingContent.$metadata$ = {
7033 kind: Kind_INTERFACE,
7034 simpleName: 'HeadingContent',
7035 interfaces: [FlowOrHeadingContent, Tag]
7036 };
7037 function InteractiveContent() {
7038 }
7039 InteractiveContent.$metadata$ = {
7040 kind: Kind_INTERFACE,
7041 simpleName: 'InteractiveContent',
7042 interfaces: [FlowOrInteractiveContent, FlowOrInteractiveOrPhrasingContent, Tag]
7043 };
7044 function MetaDataContent() {
7045 }
7046 MetaDataContent.$metadata$ = {
7047 kind: Kind_INTERFACE,
7048 simpleName: 'MetaDataContent',
7049 interfaces: [FlowOrMetaDataContent, FlowOrPhrasingOrMetaDataContent, Tag]
7050 };
7051 function PhrasingContent() {
7052 }
7053 PhrasingContent.$metadata$ = {
7054 kind: Kind_INTERFACE,
7055 simpleName: 'PhrasingContent',
7056 interfaces: [FlowOrPhrasingContent, FlowOrPhrasingOrMetaDataContent, FlowOrInteractiveOrPhrasingContent, Tag]
7057 };
7058 function SectioningContent() {
7059 }
7060 SectioningContent.$metadata$ = {
7061 kind: Kind_INTERFACE,
7062 simpleName: 'SectioningContent',
7063 interfaces: [SectioningOrFlowContent, Tag]
7064 };
7065 var address_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.address_qlk71o$', wrapFunction(function () {
7066 var Unit = Kotlin.kotlin.Unit;
7067 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7068 var ADDRESS_init = _.kotlinx.html.ADDRESS;
7069 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7070 function visit$lambda(closure$block) {
7071 return function ($receiver) {
7072 closure$block($receiver);
7073 return Unit;
7074 };
7075 }
7076 function address$lambda($receiver) {
7077 return Unit;
7078 }
7079 return function ($receiver, classes, block) {
7080 if (classes === void 0)
7081 classes = null;
7082 if (block === void 0)
7083 block = address$lambda;
7084 visitTag(new ADDRESS_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7085 };
7086 }));
7087 var blockQuote_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.blockQuote_1wgk0f$', wrapFunction(function () {
7088 var Unit = Kotlin.kotlin.Unit;
7089 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7090 var BLOCKQUOTE_init = _.kotlinx.html.BLOCKQUOTE;
7091 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7092 function visit$lambda(closure$block) {
7093 return function ($receiver) {
7094 closure$block($receiver);
7095 return Unit;
7096 };
7097 }
7098 function blockQuote$lambda($receiver) {
7099 return Unit;
7100 }
7101 return function ($receiver, classes, block) {
7102 if (classes === void 0)
7103 classes = null;
7104 if (block === void 0)
7105 block = blockQuote$lambda;
7106 visitTag(new BLOCKQUOTE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7107 };
7108 }));
7109 var dialog_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.dialog_3ow4zc$', wrapFunction(function () {
7110 var Unit = Kotlin.kotlin.Unit;
7111 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7112 var DIALOG_init = _.kotlinx.html.DIALOG;
7113 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7114 function visit$lambda(closure$block) {
7115 return function ($receiver) {
7116 closure$block($receiver);
7117 return Unit;
7118 };
7119 }
7120 function dialog$lambda($receiver) {
7121 return Unit;
7122 }
7123 return function ($receiver, classes, block) {
7124 if (classes === void 0)
7125 classes = null;
7126 if (block === void 0)
7127 block = dialog$lambda;
7128 visitTag(new DIALOG_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7129 };
7130 }));
7131 var div_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.div_ri36nr$', wrapFunction(function () {
7132 var Unit = Kotlin.kotlin.Unit;
7133 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7134 var DIV_init = _.kotlinx.html.DIV;
7135 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7136 function visit$lambda(closure$block) {
7137 return function ($receiver) {
7138 closure$block($receiver);
7139 return Unit;
7140 };
7141 }
7142 function div$lambda($receiver) {
7143 return Unit;
7144 }
7145 return function ($receiver, classes, block) {
7146 if (classes === void 0)
7147 classes = null;
7148 if (block === void 0)
7149 block = div$lambda;
7150 visitTag(new DIV_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7151 };
7152 }));
7153 var dl_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.dl_rgoo3s$', wrapFunction(function () {
7154 var Unit = Kotlin.kotlin.Unit;
7155 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7156 var DL_init = _.kotlinx.html.DL;
7157 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7158 function visit$lambda(closure$block) {
7159 return function ($receiver) {
7160 closure$block($receiver);
7161 return Unit;
7162 };
7163 }
7164 function dl$lambda($receiver) {
7165 return Unit;
7166 }
7167 return function ($receiver, classes, block) {
7168 if (classes === void 0)
7169 classes = null;
7170 if (block === void 0)
7171 block = dl$lambda;
7172 visitTag(new DL_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7173 };
7174 }));
7175 var fieldSet_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.fieldSet_27mjzc$', wrapFunction(function () {
7176 var Unit = Kotlin.kotlin.Unit;
7177 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7178 var FIELDSET_init = _.kotlinx.html.FIELDSET;
7179 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7180 function visit$lambda(closure$block) {
7181 return function ($receiver) {
7182 closure$block($receiver);
7183 return Unit;
7184 };
7185 }
7186 function fieldSet$lambda($receiver) {
7187 return Unit;
7188 }
7189 return function ($receiver, classes, block) {
7190 if (classes === void 0)
7191 classes = null;
7192 if (block === void 0)
7193 block = fieldSet$lambda;
7194 visitTag(new FIELDSET_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7195 };
7196 }));
7197 var figure_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.figure_a31wtg$', wrapFunction(function () {
7198 var Unit = Kotlin.kotlin.Unit;
7199 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7200 var FIGURE_init = _.kotlinx.html.FIGURE;
7201 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7202 function visit$lambda(closure$block) {
7203 return function ($receiver) {
7204 closure$block($receiver);
7205 return Unit;
7206 };
7207 }
7208 function figure$lambda($receiver) {
7209 return Unit;
7210 }
7211 return function ($receiver, classes, block) {
7212 if (classes === void 0)
7213 classes = null;
7214 if (block === void 0)
7215 block = figure$lambda;
7216 visitTag(new FIGURE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7217 };
7218 }));
7219 var figcaption_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.figcaption_9k1xeq$', wrapFunction(function () {
7220 var Unit = Kotlin.kotlin.Unit;
7221 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7222 var FIGCAPTION_init = _.kotlinx.html.FIGCAPTION;
7223 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7224 function visit$lambda(closure$block) {
7225 return function ($receiver) {
7226 closure$block($receiver);
7227 return Unit;
7228 };
7229 }
7230 function figcaption$lambda($receiver) {
7231 return Unit;
7232 }
7233 return function ($receiver, classes, block) {
7234 if (classes === void 0)
7235 classes = null;
7236 if (block === void 0)
7237 block = figcaption$lambda;
7238 visitTag(new FIGCAPTION_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7239 };
7240 }));
7241 var footer_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.footer_780ap1$', wrapFunction(function () {
7242 var Unit = Kotlin.kotlin.Unit;
7243 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7244 var FOOTER_init = _.kotlinx.html.FOOTER;
7245 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7246 function visit$lambda(closure$block) {
7247 return function ($receiver) {
7248 closure$block($receiver);
7249 return Unit;
7250 };
7251 }
7252 function footer$lambda($receiver) {
7253 return Unit;
7254 }
7255 return function ($receiver, classes, block) {
7256 if (classes === void 0)
7257 classes = null;
7258 if (block === void 0)
7259 block = footer$lambda;
7260 visitTag(new FOOTER_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7261 };
7262 }));
7263 var form_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.form_3vb3wm$', wrapFunction(function () {
7264 var Unit = Kotlin.kotlin.Unit;
7265 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
7266 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
7267 var FORM_init = _.kotlinx.html.FORM;
7268 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7269 function visit$lambda(closure$block) {
7270 return function ($receiver) {
7271 closure$block($receiver);
7272 return Unit;
7273 };
7274 }
7275 function form$lambda($receiver) {
7276 return Unit;
7277 }
7278 return function ($receiver, action, encType, method, classes, block) {
7279 if (action === void 0)
7280 action = null;
7281 if (encType === void 0)
7282 encType = null;
7283 if (method === void 0)
7284 method = null;
7285 if (classes === void 0)
7286 classes = null;
7287 if (block === void 0)
7288 block = form$lambda;
7289 visitTag(new FORM_init(attributesMapOf(['action', action, 'enctype', encType != null ? enumEncode(encType) : null, 'method', method != null ? enumEncode(method) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
7290 };
7291 }));
7292 var getForm = defineInlineFunction('kotlinx-html-js.kotlinx.html.getForm_mq1sio$', wrapFunction(function () {
7293 var Unit = Kotlin.kotlin.Unit;
7294 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
7295 var FormMethod = _.kotlinx.html.FormMethod;
7296 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
7297 var FORM_init = _.kotlinx.html.FORM;
7298 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7299 function visit$lambda(closure$block) {
7300 return function ($receiver) {
7301 closure$block($receiver);
7302 return Unit;
7303 };
7304 }
7305 function getForm$lambda($receiver) {
7306 return Unit;
7307 }
7308 return function ($receiver, action, encType, classes, block) {
7309 if (action === void 0)
7310 action = null;
7311 if (encType === void 0)
7312 encType = null;
7313 if (classes === void 0)
7314 classes = null;
7315 if (block === void 0)
7316 block = getForm$lambda;
7317 visitTag(new FORM_init(attributesMapOf(['action', action, 'enctype', encType != null ? enumEncode(encType) : null, 'method', FormMethod.get.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
7318 };
7319 }));
7320 var postForm = defineInlineFunction('kotlinx-html-js.kotlinx.html.postForm_mq1sio$', wrapFunction(function () {
7321 var Unit = Kotlin.kotlin.Unit;
7322 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
7323 var FormMethod = _.kotlinx.html.FormMethod;
7324 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
7325 var FORM_init = _.kotlinx.html.FORM;
7326 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7327 function visit$lambda(closure$block) {
7328 return function ($receiver) {
7329 closure$block($receiver);
7330 return Unit;
7331 };
7332 }
7333 function postForm$lambda($receiver) {
7334 return Unit;
7335 }
7336 return function ($receiver, action, encType, classes, block) {
7337 if (action === void 0)
7338 action = null;
7339 if (encType === void 0)
7340 encType = null;
7341 if (classes === void 0)
7342 classes = null;
7343 if (block === void 0)
7344 block = postForm$lambda;
7345 visitTag(new FORM_init(attributesMapOf(['action', action, 'enctype', encType != null ? enumEncode(encType) : null, 'method', FormMethod.post.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
7346 };
7347 }));
7348 var putForm = defineInlineFunction('kotlinx-html-js.kotlinx.html.putForm_mq1sio$', wrapFunction(function () {
7349 var Unit = Kotlin.kotlin.Unit;
7350 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
7351 var FormMethod = _.kotlinx.html.FormMethod;
7352 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
7353 var FORM_init = _.kotlinx.html.FORM;
7354 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7355 function visit$lambda(closure$block) {
7356 return function ($receiver) {
7357 closure$block($receiver);
7358 return Unit;
7359 };
7360 }
7361 function putForm$lambda($receiver) {
7362 return Unit;
7363 }
7364 return function ($receiver, action, encType, classes, block) {
7365 if (action === void 0)
7366 action = null;
7367 if (encType === void 0)
7368 encType = null;
7369 if (classes === void 0)
7370 classes = null;
7371 if (block === void 0)
7372 block = putForm$lambda;
7373 visitTag(new FORM_init(attributesMapOf(['action', action, 'enctype', encType != null ? enumEncode(encType) : null, 'method', FormMethod.put.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
7374 };
7375 }));
7376 var deleteForm = defineInlineFunction('kotlinx-html-js.kotlinx.html.deleteForm_mq1sio$', wrapFunction(function () {
7377 var Unit = Kotlin.kotlin.Unit;
7378 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
7379 var FormMethod = _.kotlinx.html.FormMethod;
7380 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
7381 var FORM_init = _.kotlinx.html.FORM;
7382 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7383 function visit$lambda(closure$block) {
7384 return function ($receiver) {
7385 closure$block($receiver);
7386 return Unit;
7387 };
7388 }
7389 function deleteForm$lambda($receiver) {
7390 return Unit;
7391 }
7392 return function ($receiver, action, encType, classes, block) {
7393 if (action === void 0)
7394 action = null;
7395 if (encType === void 0)
7396 encType = null;
7397 if (classes === void 0)
7398 classes = null;
7399 if (block === void 0)
7400 block = deleteForm$lambda;
7401 visitTag(new FORM_init(attributesMapOf(['action', action, 'enctype', encType != null ? enumEncode(encType) : null, 'method', FormMethod.delete.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
7402 };
7403 }));
7404 var patchForm = defineInlineFunction('kotlinx-html-js.kotlinx.html.patchForm_mq1sio$', wrapFunction(function () {
7405 var Unit = Kotlin.kotlin.Unit;
7406 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
7407 var FormMethod = _.kotlinx.html.FormMethod;
7408 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
7409 var FORM_init = _.kotlinx.html.FORM;
7410 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7411 function visit$lambda(closure$block) {
7412 return function ($receiver) {
7413 closure$block($receiver);
7414 return Unit;
7415 };
7416 }
7417 function patchForm$lambda($receiver) {
7418 return Unit;
7419 }
7420 return function ($receiver, action, encType, classes, block) {
7421 if (action === void 0)
7422 action = null;
7423 if (encType === void 0)
7424 encType = null;
7425 if (classes === void 0)
7426 classes = null;
7427 if (block === void 0)
7428 block = patchForm$lambda;
7429 visitTag(new FORM_init(attributesMapOf(['action', action, 'enctype', encType != null ? enumEncode(encType) : null, 'method', FormMethod.patch.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
7430 };
7431 }));
7432 var header_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.header_8btlf7$', wrapFunction(function () {
7433 var Unit = Kotlin.kotlin.Unit;
7434 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7435 var HEADER_init = _.kotlinx.html.HEADER;
7436 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7437 function visit$lambda(closure$block) {
7438 return function ($receiver) {
7439 closure$block($receiver);
7440 return Unit;
7441 };
7442 }
7443 function header$lambda($receiver) {
7444 return Unit;
7445 }
7446 return function ($receiver, classes, block) {
7447 if (classes === void 0)
7448 classes = null;
7449 if (block === void 0)
7450 block = header$lambda;
7451 visitTag(new HEADER_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7452 };
7453 }));
7454 var hr_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.hr_17yvwq$', wrapFunction(function () {
7455 var Unit = Kotlin.kotlin.Unit;
7456 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7457 var HR_init = _.kotlinx.html.HR;
7458 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7459 function visit$lambda(closure$block) {
7460 return function ($receiver) {
7461 closure$block($receiver);
7462 return Unit;
7463 };
7464 }
7465 function hr$lambda($receiver) {
7466 return Unit;
7467 }
7468 return function ($receiver, classes, block) {
7469 if (classes === void 0)
7470 classes = null;
7471 if (block === void 0)
7472 block = hr$lambda;
7473 visitTag(new HR_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7474 };
7475 }));
7476 var ol_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.ol_5m90gt$', wrapFunction(function () {
7477 var Unit = Kotlin.kotlin.Unit;
7478 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7479 var OL_init = _.kotlinx.html.OL;
7480 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7481 function visit$lambda(closure$block) {
7482 return function ($receiver) {
7483 closure$block($receiver);
7484 return Unit;
7485 };
7486 }
7487 function ol$lambda($receiver) {
7488 return Unit;
7489 }
7490 return function ($receiver, classes, block) {
7491 if (classes === void 0)
7492 classes = null;
7493 if (block === void 0)
7494 block = ol$lambda;
7495 visitTag(new OL_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7496 };
7497 }));
7498 var p_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.p_8pggrc$', wrapFunction(function () {
7499 var Unit = Kotlin.kotlin.Unit;
7500 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7501 var P_init = _.kotlinx.html.P;
7502 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7503 function visit$lambda(closure$block) {
7504 return function ($receiver) {
7505 closure$block($receiver);
7506 return Unit;
7507 };
7508 }
7509 function p$lambda($receiver) {
7510 return Unit;
7511 }
7512 return function ($receiver, classes, block) {
7513 if (classes === void 0)
7514 classes = null;
7515 if (block === void 0)
7516 block = p$lambda;
7517 visitTag(new P_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7518 };
7519 }));
7520 var pre_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.pre_pcyp7f$', wrapFunction(function () {
7521 var Unit = Kotlin.kotlin.Unit;
7522 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7523 var PRE_init = _.kotlinx.html.PRE;
7524 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7525 function visit$lambda(closure$block) {
7526 return function ($receiver) {
7527 closure$block($receiver);
7528 return Unit;
7529 };
7530 }
7531 function pre$lambda($receiver) {
7532 return Unit;
7533 }
7534 return function ($receiver, classes, block) {
7535 if (classes === void 0)
7536 classes = null;
7537 if (block === void 0)
7538 block = pre$lambda;
7539 visitTag(new PRE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7540 };
7541 }));
7542 var summary_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.summary_5qluq$', wrapFunction(function () {
7543 var Unit = Kotlin.kotlin.Unit;
7544 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7545 var SUMMARY_init = _.kotlinx.html.SUMMARY;
7546 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7547 function visit$lambda(closure$block) {
7548 return function ($receiver) {
7549 closure$block($receiver);
7550 return Unit;
7551 };
7552 }
7553 function summary$lambda($receiver) {
7554 return Unit;
7555 }
7556 return function ($receiver, classes, block) {
7557 if (classes === void 0)
7558 classes = null;
7559 if (block === void 0)
7560 block = summary$lambda;
7561 visitTag(new SUMMARY_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7562 };
7563 }));
7564 var table_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.table_dmqmme$', wrapFunction(function () {
7565 var Unit = Kotlin.kotlin.Unit;
7566 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7567 var TABLE_init = _.kotlinx.html.TABLE;
7568 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7569 function visit$lambda(closure$block) {
7570 return function ($receiver) {
7571 closure$block($receiver);
7572 return Unit;
7573 };
7574 }
7575 function table$lambda($receiver) {
7576 return Unit;
7577 }
7578 return function ($receiver, classes, block) {
7579 if (classes === void 0)
7580 classes = null;
7581 if (block === void 0)
7582 block = table$lambda;
7583 visitTag(new TABLE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7584 };
7585 }));
7586 var ul_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.ul_pzlyaf$', wrapFunction(function () {
7587 var Unit = Kotlin.kotlin.Unit;
7588 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7589 var UL_init = _.kotlinx.html.UL;
7590 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7591 function visit$lambda(closure$block) {
7592 return function ($receiver) {
7593 closure$block($receiver);
7594 return Unit;
7595 };
7596 }
7597 function ul$lambda($receiver) {
7598 return Unit;
7599 }
7600 return function ($receiver, classes, block) {
7601 if (classes === void 0)
7602 classes = null;
7603 if (block === void 0)
7604 block = ul$lambda;
7605 visitTag(new UL_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7606 };
7607 }));
7608 var base_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.base_5vco8i$', wrapFunction(function () {
7609 var Unit = Kotlin.kotlin.Unit;
7610 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7611 var BASE_init = _.kotlinx.html.BASE;
7612 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7613 function visit$lambda(closure$block) {
7614 return function ($receiver) {
7615 closure$block($receiver);
7616 return Unit;
7617 };
7618 }
7619 function base$lambda($receiver) {
7620 return Unit;
7621 }
7622 return function ($receiver, classes, block) {
7623 if (classes === void 0)
7624 classes = null;
7625 if (block === void 0)
7626 block = base$lambda;
7627 visitTag(new BASE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7628 };
7629 }));
7630 var title_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.title_4dzm4m$', wrapFunction(function () {
7631 var Unit = Kotlin.kotlin.Unit;
7632 var html = _.kotlinx.html;
7633 var TITLE_init = _.kotlinx.html.TITLE;
7634 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7635 function visit$lambda(closure$block) {
7636 return function ($receiver) {
7637 closure$block($receiver);
7638 return Unit;
7639 };
7640 }
7641 function title$lambda($receiver) {
7642 return Unit;
7643 }
7644 return function ($receiver, block) {
7645 if (block === void 0)
7646 block = title$lambda;
7647 visitTag(new TITLE_init(html.emptyMap, $receiver.consumer), visit$lambda(block));
7648 };
7649 }));
7650 function title$lambda_0(closure$content) {
7651 return function ($receiver) {
7652 $receiver.unaryPlus_pdl1vz$(closure$content);
7653 return Unit;
7654 };
7655 }
7656 function title_2($receiver, content) {
7657 if (content === void 0)
7658 content = '';
7659 visitTag(new TITLE(emptyMap_0, $receiver.consumer), visit$lambda_4(title$lambda_0(content)));
7660 }
7661 function visit$lambda_5(closure$block) {
7662 return function ($receiver) {
7663 closure$block($receiver);
7664 return Unit;
7665 };
7666 }
7667 function FlowOrHeadingContent() {
7668 }
7669 FlowOrHeadingContent.$metadata$ = {
7670 kind: Kind_INTERFACE,
7671 simpleName: 'FlowOrHeadingContent',
7672 interfaces: [Tag]
7673 };
7674 function FlowOrMetaDataContent() {
7675 }
7676 FlowOrMetaDataContent.$metadata$ = {
7677 kind: Kind_INTERFACE,
7678 simpleName: 'FlowOrMetaDataContent',
7679 interfaces: [FlowOrPhrasingOrMetaDataContent, Tag]
7680 };
7681 function FlowOrInteractiveContent() {
7682 }
7683 FlowOrInteractiveContent.$metadata$ = {
7684 kind: Kind_INTERFACE,
7685 simpleName: 'FlowOrInteractiveContent',
7686 interfaces: [FlowOrInteractiveOrPhrasingContent, Tag]
7687 };
7688 function FlowOrPhrasingContent() {
7689 }
7690 FlowOrPhrasingContent.$metadata$ = {
7691 kind: Kind_INTERFACE,
7692 simpleName: 'FlowOrPhrasingContent',
7693 interfaces: [FlowOrPhrasingOrMetaDataContent, FlowOrInteractiveOrPhrasingContent, Tag]
7694 };
7695 function FlowOrPhrasingOrMetaDataContent() {
7696 }
7697 FlowOrPhrasingOrMetaDataContent.$metadata$ = {
7698 kind: Kind_INTERFACE,
7699 simpleName: 'FlowOrPhrasingOrMetaDataContent',
7700 interfaces: [Tag]
7701 };
7702 function SectioningOrFlowContent() {
7703 }
7704 SectioningOrFlowContent.$metadata$ = {
7705 kind: Kind_INTERFACE,
7706 simpleName: 'SectioningOrFlowContent',
7707 interfaces: [Tag]
7708 };
7709 function FlowOrInteractiveOrPhrasingContent() {
7710 }
7711 FlowOrInteractiveOrPhrasingContent.$metadata$ = {
7712 kind: Kind_INTERFACE,
7713 simpleName: 'FlowOrInteractiveOrPhrasingContent',
7714 interfaces: [Tag]
7715 };
7716 var h1_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h1_vmej1w$', wrapFunction(function () {
7717 var Unit = Kotlin.kotlin.Unit;
7718 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7719 var H1_init = _.kotlinx.html.H1;
7720 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7721 function visit$lambda(closure$block) {
7722 return function ($receiver) {
7723 closure$block($receiver);
7724 return Unit;
7725 };
7726 }
7727 function h1$lambda($receiver) {
7728 return Unit;
7729 }
7730 return function ($receiver, classes, block) {
7731 if (classes === void 0)
7732 classes = null;
7733 if (block === void 0)
7734 block = h1$lambda;
7735 visitTag(new H1_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7736 };
7737 }));
7738 var h2_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h2_eh5gi3$', wrapFunction(function () {
7739 var Unit = Kotlin.kotlin.Unit;
7740 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7741 var H2_init = _.kotlinx.html.H2;
7742 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7743 function visit$lambda(closure$block) {
7744 return function ($receiver) {
7745 closure$block($receiver);
7746 return Unit;
7747 };
7748 }
7749 function h2$lambda($receiver) {
7750 return Unit;
7751 }
7752 return function ($receiver, classes, block) {
7753 if (classes === void 0)
7754 classes = null;
7755 if (block === void 0)
7756 block = h2$lambda;
7757 visitTag(new H2_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7758 };
7759 }));
7760 var h3_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h3_agelx2$', wrapFunction(function () {
7761 var Unit = Kotlin.kotlin.Unit;
7762 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7763 var H3_init = _.kotlinx.html.H3;
7764 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7765 function visit$lambda(closure$block) {
7766 return function ($receiver) {
7767 closure$block($receiver);
7768 return Unit;
7769 };
7770 }
7771 function h3$lambda($receiver) {
7772 return Unit;
7773 }
7774 return function ($receiver, classes, block) {
7775 if (classes === void 0)
7776 classes = null;
7777 if (block === void 0)
7778 block = h3$lambda;
7779 visitTag(new H3_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7780 };
7781 }));
7782 var h4_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h4_zdyoc7$', wrapFunction(function () {
7783 var Unit = Kotlin.kotlin.Unit;
7784 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7785 var H4_init = _.kotlinx.html.H4;
7786 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7787 function visit$lambda(closure$block) {
7788 return function ($receiver) {
7789 closure$block($receiver);
7790 return Unit;
7791 };
7792 }
7793 function h4$lambda($receiver) {
7794 return Unit;
7795 }
7796 return function ($receiver, classes, block) {
7797 if (classes === void 0)
7798 classes = null;
7799 if (block === void 0)
7800 block = h4$lambda;
7801 visitTag(new H4_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7802 };
7803 }));
7804 var h5_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h5_aplb7s$', wrapFunction(function () {
7805 var Unit = Kotlin.kotlin.Unit;
7806 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7807 var H5_init = _.kotlinx.html.H5;
7808 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7809 function visit$lambda(closure$block) {
7810 return function ($receiver) {
7811 closure$block($receiver);
7812 return Unit;
7813 };
7814 }
7815 function h5$lambda($receiver) {
7816 return Unit;
7817 }
7818 return function ($receiver, classes, block) {
7819 if (classes === void 0)
7820 classes = null;
7821 if (block === void 0)
7822 block = h5$lambda;
7823 visitTag(new H5_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7824 };
7825 }));
7826 var h6_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h6_e7yr7d$', wrapFunction(function () {
7827 var Unit = Kotlin.kotlin.Unit;
7828 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7829 var H6_init = _.kotlinx.html.H6;
7830 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7831 function visit$lambda(closure$block) {
7832 return function ($receiver) {
7833 closure$block($receiver);
7834 return Unit;
7835 };
7836 }
7837 function h6$lambda($receiver) {
7838 return Unit;
7839 }
7840 return function ($receiver, classes, block) {
7841 if (classes === void 0)
7842 classes = null;
7843 if (block === void 0)
7844 block = h6$lambda;
7845 visitTag(new H6_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7846 };
7847 }));
7848 var hGroup_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.hGroup_sxozs2$', wrapFunction(function () {
7849 var Unit = Kotlin.kotlin.Unit;
7850 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7851 var HGROUP_init = _.kotlinx.html.HGROUP;
7852 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7853 function visit$lambda(closure$block) {
7854 return function ($receiver) {
7855 closure$block($receiver);
7856 return Unit;
7857 };
7858 }
7859 function hGroup$lambda($receiver) {
7860 return Unit;
7861 }
7862 return function ($receiver, classes, block) {
7863 if (classes === void 0)
7864 classes = null;
7865 if (block === void 0)
7866 block = hGroup$lambda;
7867 visitTag(new HGROUP_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7868 };
7869 }));
7870 var style_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.style_st6e4p$', wrapFunction(function () {
7871 var Unit = Kotlin.kotlin.Unit;
7872 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7873 var STYLE_init = _.kotlinx.html.STYLE;
7874 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7875 function visit$lambda(closure$block) {
7876 return function ($receiver) {
7877 closure$block($receiver);
7878 return Unit;
7879 };
7880 }
7881 function style$lambda($receiver) {
7882 return Unit;
7883 }
7884 return function ($receiver, type, block) {
7885 if (type === void 0)
7886 type = null;
7887 if (block === void 0)
7888 block = style$lambda;
7889 visitTag(new STYLE_init(attributesMapOf('type', type), $receiver.consumer), visit$lambda(block));
7890 };
7891 }));
7892 function style$lambda_0(closure$content) {
7893 return function ($receiver) {
7894 $receiver.unaryPlus_pdl1vz$(closure$content);
7895 return Unit;
7896 };
7897 }
7898 function style_2($receiver, type, content) {
7899 if (type === void 0)
7900 type = null;
7901 if (content === void 0)
7902 content = '';
7903 visitTag(new STYLE(attributesMapOf_0('type', type), $receiver.consumer), visit$lambda_5(style$lambda_0(content)));
7904 }
7905 var details_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.details_d9zf4h$', wrapFunction(function () {
7906 var Unit = Kotlin.kotlin.Unit;
7907 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7908 var DETAILS_init = _.kotlinx.html.DETAILS;
7909 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7910 function visit$lambda(closure$block) {
7911 return function ($receiver) {
7912 closure$block($receiver);
7913 return Unit;
7914 };
7915 }
7916 function details$lambda($receiver) {
7917 return Unit;
7918 }
7919 return function ($receiver, classes, block) {
7920 if (classes === void 0)
7921 classes = null;
7922 if (block === void 0)
7923 block = details$lambda;
7924 visitTag(new DETAILS_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7925 };
7926 }));
7927 var abbr_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.abbr_2n6hpy$', wrapFunction(function () {
7928 var Unit = Kotlin.kotlin.Unit;
7929 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
7930 var ABBR_init = _.kotlinx.html.ABBR;
7931 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7932 function visit$lambda(closure$block) {
7933 return function ($receiver) {
7934 closure$block($receiver);
7935 return Unit;
7936 };
7937 }
7938 function abbr$lambda($receiver) {
7939 return Unit;
7940 }
7941 return function ($receiver, classes, block) {
7942 if (classes === void 0)
7943 classes = null;
7944 if (block === void 0)
7945 block = abbr$lambda;
7946 visitTag(new ABBR_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
7947 };
7948 }));
7949 var area_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.area_sgglka$', wrapFunction(function () {
7950 var Unit = Kotlin.kotlin.Unit;
7951 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
7952 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
7953 var AREA_init = _.kotlinx.html.AREA;
7954 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7955 function visit$lambda(closure$block) {
7956 return function ($receiver) {
7957 closure$block($receiver);
7958 return Unit;
7959 };
7960 }
7961 function area$lambda($receiver) {
7962 return Unit;
7963 }
7964 return function ($receiver, shape, alt, classes, block) {
7965 if (shape === void 0)
7966 shape = null;
7967 if (alt === void 0)
7968 alt = null;
7969 if (classes === void 0)
7970 classes = null;
7971 if (block === void 0)
7972 block = area$lambda;
7973 visitTag(new AREA_init(attributesMapOf(['Shape', shape != null ? enumEncode(shape) : null, 'alt', alt, 'class', classes]), $receiver.consumer), visit$lambda(block));
7974 };
7975 }));
7976 var rectArea = defineInlineFunction('kotlinx-html-js.kotlinx.html.rectArea_oj03en$', wrapFunction(function () {
7977 var Unit = Kotlin.kotlin.Unit;
7978 var AreaShape = _.kotlinx.html.AreaShape;
7979 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
7980 var AREA_init = _.kotlinx.html.AREA;
7981 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
7982 function visit$lambda(closure$block) {
7983 return function ($receiver) {
7984 closure$block($receiver);
7985 return Unit;
7986 };
7987 }
7988 function rectArea$lambda($receiver) {
7989 return Unit;
7990 }
7991 return function ($receiver, alt, classes, block) {
7992 if (alt === void 0)
7993 alt = null;
7994 if (classes === void 0)
7995 classes = null;
7996 if (block === void 0)
7997 block = rectArea$lambda;
7998 visitTag(new AREA_init(attributesMapOf(['Shape', AreaShape.rect.realValue, 'alt', alt, 'class', classes]), $receiver.consumer), visit$lambda(block));
7999 };
8000 }));
8001 var circleArea = defineInlineFunction('kotlinx-html-js.kotlinx.html.circleArea_oj03en$', wrapFunction(function () {
8002 var Unit = Kotlin.kotlin.Unit;
8003 var AreaShape = _.kotlinx.html.AreaShape;
8004 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8005 var AREA_init = _.kotlinx.html.AREA;
8006 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8007 function visit$lambda(closure$block) {
8008 return function ($receiver) {
8009 closure$block($receiver);
8010 return Unit;
8011 };
8012 }
8013 function circleArea$lambda($receiver) {
8014 return Unit;
8015 }
8016 return function ($receiver, alt, classes, block) {
8017 if (alt === void 0)
8018 alt = null;
8019 if (classes === void 0)
8020 classes = null;
8021 if (block === void 0)
8022 block = circleArea$lambda;
8023 visitTag(new AREA_init(attributesMapOf(['Shape', AreaShape.circle.realValue, 'alt', alt, 'class', classes]), $receiver.consumer), visit$lambda(block));
8024 };
8025 }));
8026 var polyArea = defineInlineFunction('kotlinx-html-js.kotlinx.html.polyArea_oj03en$', wrapFunction(function () {
8027 var Unit = Kotlin.kotlin.Unit;
8028 var AreaShape = _.kotlinx.html.AreaShape;
8029 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8030 var AREA_init = _.kotlinx.html.AREA;
8031 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8032 function visit$lambda(closure$block) {
8033 return function ($receiver) {
8034 closure$block($receiver);
8035 return Unit;
8036 };
8037 }
8038 function polyArea$lambda($receiver) {
8039 return Unit;
8040 }
8041 return function ($receiver, alt, classes, block) {
8042 if (alt === void 0)
8043 alt = null;
8044 if (classes === void 0)
8045 classes = null;
8046 if (block === void 0)
8047 block = polyArea$lambda;
8048 visitTag(new AREA_init(attributesMapOf(['Shape', AreaShape.poly.realValue, 'alt', alt, 'class', classes]), $receiver.consumer), visit$lambda(block));
8049 };
8050 }));
8051 var defaultArea = defineInlineFunction('kotlinx-html-js.kotlinx.html.defaultArea_oj03en$', wrapFunction(function () {
8052 var Unit = Kotlin.kotlin.Unit;
8053 var AreaShape = _.kotlinx.html.AreaShape;
8054 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8055 var AREA_init = _.kotlinx.html.AREA;
8056 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8057 function visit$lambda(closure$block) {
8058 return function ($receiver) {
8059 closure$block($receiver);
8060 return Unit;
8061 };
8062 }
8063 function defaultArea$lambda($receiver) {
8064 return Unit;
8065 }
8066 return function ($receiver, alt, classes, block) {
8067 if (alt === void 0)
8068 alt = null;
8069 if (classes === void 0)
8070 classes = null;
8071 if (block === void 0)
8072 block = defaultArea$lambda;
8073 visitTag(new AREA_init(attributesMapOf(['Shape', AreaShape.default.realValue, 'alt', alt, 'class', classes]), $receiver.consumer), visit$lambda(block));
8074 };
8075 }));
8076 var b_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.b_r0mnq7$', wrapFunction(function () {
8077 var Unit = Kotlin.kotlin.Unit;
8078 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8079 var B_init = _.kotlinx.html.B;
8080 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8081 function visit$lambda(closure$block) {
8082 return function ($receiver) {
8083 closure$block($receiver);
8084 return Unit;
8085 };
8086 }
8087 function b$lambda($receiver) {
8088 return Unit;
8089 }
8090 return function ($receiver, classes, block) {
8091 if (classes === void 0)
8092 classes = null;
8093 if (block === void 0)
8094 block = b$lambda;
8095 visitTag(new B_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8096 };
8097 }));
8098 var bdi_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.bdi_le8e1m$', wrapFunction(function () {
8099 var Unit = Kotlin.kotlin.Unit;
8100 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8101 var BDI_init = _.kotlinx.html.BDI;
8102 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8103 function visit$lambda(closure$block) {
8104 return function ($receiver) {
8105 closure$block($receiver);
8106 return Unit;
8107 };
8108 }
8109 function bdi$lambda($receiver) {
8110 return Unit;
8111 }
8112 return function ($receiver, classes, block) {
8113 if (classes === void 0)
8114 classes = null;
8115 if (block === void 0)
8116 block = bdi$lambda;
8117 visitTag(new BDI_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8118 };
8119 }));
8120 var bdo_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.bdo_dv43h0$', wrapFunction(function () {
8121 var Unit = Kotlin.kotlin.Unit;
8122 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8123 var BDO_init = _.kotlinx.html.BDO;
8124 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8125 function visit$lambda(closure$block) {
8126 return function ($receiver) {
8127 closure$block($receiver);
8128 return Unit;
8129 };
8130 }
8131 function bdo$lambda($receiver) {
8132 return Unit;
8133 }
8134 return function ($receiver, classes, block) {
8135 if (classes === void 0)
8136 classes = null;
8137 if (block === void 0)
8138 block = bdo$lambda;
8139 visitTag(new BDO_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8140 };
8141 }));
8142 var br_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.br_5bz84p$', wrapFunction(function () {
8143 var Unit = Kotlin.kotlin.Unit;
8144 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8145 var BR_init = _.kotlinx.html.BR;
8146 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8147 function visit$lambda(closure$block) {
8148 return function ($receiver) {
8149 closure$block($receiver);
8150 return Unit;
8151 };
8152 }
8153 function br$lambda($receiver) {
8154 return Unit;
8155 }
8156 return function ($receiver, classes, block) {
8157 if (classes === void 0)
8158 classes = null;
8159 if (block === void 0)
8160 block = br$lambda;
8161 visitTag(new BR_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8162 };
8163 }));
8164 var canvas_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.canvas_dwb9fz$', wrapFunction(function () {
8165 var Unit = Kotlin.kotlin.Unit;
8166 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8167 var CANVAS_init = _.kotlinx.html.CANVAS;
8168 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8169 function visit$lambda(closure$block) {
8170 return function ($receiver) {
8171 closure$block($receiver);
8172 return Unit;
8173 };
8174 }
8175 function canvas$lambda($receiver) {
8176 return Unit;
8177 }
8178 return function ($receiver, classes, block) {
8179 if (classes === void 0)
8180 classes = null;
8181 if (block === void 0)
8182 block = canvas$lambda;
8183 visitTag(new CANVAS_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8184 };
8185 }));
8186 function canvas$lambda_0(closure$content) {
8187 return function ($receiver) {
8188 $receiver.unaryPlus_pdl1vz$(closure$content);
8189 return Unit;
8190 };
8191 }
8192 function canvas_2($receiver, classes, content) {
8193 if (classes === void 0)
8194 classes = null;
8195 if (content === void 0)
8196 content = '';
8197 visitTag(new CANVAS(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_5(canvas$lambda_0(content)));
8198 }
8199 var cite_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.cite_3ozg0$', wrapFunction(function () {
8200 var Unit = Kotlin.kotlin.Unit;
8201 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8202 var CITE_init = _.kotlinx.html.CITE;
8203 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8204 function visit$lambda(closure$block) {
8205 return function ($receiver) {
8206 closure$block($receiver);
8207 return Unit;
8208 };
8209 }
8210 function cite$lambda($receiver) {
8211 return Unit;
8212 }
8213 return function ($receiver, classes, block) {
8214 if (classes === void 0)
8215 classes = null;
8216 if (block === void 0)
8217 block = cite$lambda;
8218 visitTag(new CITE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8219 };
8220 }));
8221 var code_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.code_en26pm$', wrapFunction(function () {
8222 var Unit = Kotlin.kotlin.Unit;
8223 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8224 var CODE_init = _.kotlinx.html.CODE;
8225 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8226 function visit$lambda(closure$block) {
8227 return function ($receiver) {
8228 closure$block($receiver);
8229 return Unit;
8230 };
8231 }
8232 function code$lambda($receiver) {
8233 return Unit;
8234 }
8235 return function ($receiver, classes, block) {
8236 if (classes === void 0)
8237 classes = null;
8238 if (block === void 0)
8239 block = code$lambda;
8240 visitTag(new CODE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8241 };
8242 }));
8243 var dataList_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.dataList_o7wjj3$', wrapFunction(function () {
8244 var Unit = Kotlin.kotlin.Unit;
8245 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8246 var DATALIST_init = _.kotlinx.html.DATALIST;
8247 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8248 function visit$lambda(closure$block) {
8249 return function ($receiver) {
8250 closure$block($receiver);
8251 return Unit;
8252 };
8253 }
8254 function dataList$lambda($receiver) {
8255 return Unit;
8256 }
8257 return function ($receiver, classes, block) {
8258 if (classes === void 0)
8259 classes = null;
8260 if (block === void 0)
8261 block = dataList$lambda;
8262 visitTag(new DATALIST_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8263 };
8264 }));
8265 var del_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.del_iothfu$', wrapFunction(function () {
8266 var Unit = Kotlin.kotlin.Unit;
8267 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8268 var DEL_init = _.kotlinx.html.DEL;
8269 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8270 function visit$lambda(closure$block) {
8271 return function ($receiver) {
8272 closure$block($receiver);
8273 return Unit;
8274 };
8275 }
8276 function del$lambda($receiver) {
8277 return Unit;
8278 }
8279 return function ($receiver, classes, block) {
8280 if (classes === void 0)
8281 classes = null;
8282 if (block === void 0)
8283 block = del$lambda;
8284 visitTag(new DEL_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8285 };
8286 }));
8287 var dfn_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.dfn_ax4ydx$', wrapFunction(function () {
8288 var Unit = Kotlin.kotlin.Unit;
8289 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8290 var DFN_init = _.kotlinx.html.DFN;
8291 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8292 function visit$lambda(closure$block) {
8293 return function ($receiver) {
8294 closure$block($receiver);
8295 return Unit;
8296 };
8297 }
8298 function dfn$lambda($receiver) {
8299 return Unit;
8300 }
8301 return function ($receiver, classes, block) {
8302 if (classes === void 0)
8303 classes = null;
8304 if (block === void 0)
8305 block = dfn$lambda;
8306 visitTag(new DFN_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8307 };
8308 }));
8309 var em_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.em_2lgk3j$', wrapFunction(function () {
8310 var Unit = Kotlin.kotlin.Unit;
8311 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8312 var EM_init = _.kotlinx.html.EM;
8313 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8314 function visit$lambda(closure$block) {
8315 return function ($receiver) {
8316 closure$block($receiver);
8317 return Unit;
8318 };
8319 }
8320 function em$lambda($receiver) {
8321 return Unit;
8322 }
8323 return function ($receiver, classes, block) {
8324 if (classes === void 0)
8325 classes = null;
8326 if (block === void 0)
8327 block = em$lambda;
8328 visitTag(new EM_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8329 };
8330 }));
8331 var i_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.i_5g1p9k$', wrapFunction(function () {
8332 var Unit = Kotlin.kotlin.Unit;
8333 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8334 var I_init = _.kotlinx.html.I;
8335 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8336 function visit$lambda(closure$block) {
8337 return function ($receiver) {
8338 closure$block($receiver);
8339 return Unit;
8340 };
8341 }
8342 function i$lambda($receiver) {
8343 return Unit;
8344 }
8345 return function ($receiver, classes, block) {
8346 if (classes === void 0)
8347 classes = null;
8348 if (block === void 0)
8349 block = i$lambda;
8350 visitTag(new I_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8351 };
8352 }));
8353 var ins_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.ins_g1dqgd$', wrapFunction(function () {
8354 var Unit = Kotlin.kotlin.Unit;
8355 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8356 var INS_init = _.kotlinx.html.INS;
8357 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8358 function visit$lambda(closure$block) {
8359 return function ($receiver) {
8360 closure$block($receiver);
8361 return Unit;
8362 };
8363 }
8364 function ins$lambda($receiver) {
8365 return Unit;
8366 }
8367 return function ($receiver, classes, block) {
8368 if (classes === void 0)
8369 classes = null;
8370 if (block === void 0)
8371 block = ins$lambda;
8372 visitTag(new INS_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8373 };
8374 }));
8375 var kbd_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.kbd_18bd9o$', wrapFunction(function () {
8376 var Unit = Kotlin.kotlin.Unit;
8377 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8378 var KBD_init = _.kotlinx.html.KBD;
8379 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8380 function visit$lambda(closure$block) {
8381 return function ($receiver) {
8382 closure$block($receiver);
8383 return Unit;
8384 };
8385 }
8386 function kbd$lambda($receiver) {
8387 return Unit;
8388 }
8389 return function ($receiver, classes, block) {
8390 if (classes === void 0)
8391 classes = null;
8392 if (block === void 0)
8393 block = kbd$lambda;
8394 visitTag(new KBD_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8395 };
8396 }));
8397 var map_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.map_km2leq$', wrapFunction(function () {
8398 var Unit = Kotlin.kotlin.Unit;
8399 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8400 var MAP_init = _.kotlinx.html.MAP;
8401 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8402 function visit$lambda(closure$block) {
8403 return function ($receiver) {
8404 closure$block($receiver);
8405 return Unit;
8406 };
8407 }
8408 function map$lambda($receiver) {
8409 return Unit;
8410 }
8411 return function ($receiver, name, classes, block) {
8412 if (name === void 0)
8413 name = null;
8414 if (classes === void 0)
8415 classes = null;
8416 if (block === void 0)
8417 block = map$lambda;
8418 visitTag(new MAP_init(attributesMapOf(['name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
8419 };
8420 }));
8421 var mark_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.mark_zaxnru$', wrapFunction(function () {
8422 var Unit = Kotlin.kotlin.Unit;
8423 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8424 var MARK_init = _.kotlinx.html.MARK;
8425 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8426 function visit$lambda(closure$block) {
8427 return function ($receiver) {
8428 closure$block($receiver);
8429 return Unit;
8430 };
8431 }
8432 function mark$lambda($receiver) {
8433 return Unit;
8434 }
8435 return function ($receiver, classes, block) {
8436 if (classes === void 0)
8437 classes = null;
8438 if (block === void 0)
8439 block = mark$lambda;
8440 visitTag(new MARK_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8441 };
8442 }));
8443 var math_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.math_f2p7j5$', wrapFunction(function () {
8444 var Unit = Kotlin.kotlin.Unit;
8445 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8446 var MATH_init = _.kotlinx.html.MATH;
8447 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8448 function visit$lambda(closure$block) {
8449 return function ($receiver) {
8450 closure$block($receiver);
8451 return Unit;
8452 };
8453 }
8454 function math$lambda($receiver) {
8455 return Unit;
8456 }
8457 return function ($receiver, classes, block) {
8458 if (classes === void 0)
8459 classes = null;
8460 if (block === void 0)
8461 block = math$lambda;
8462 visitTag(new MATH_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8463 };
8464 }));
8465 var meter_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.meter_8zh648$', wrapFunction(function () {
8466 var Unit = Kotlin.kotlin.Unit;
8467 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8468 var METER_init = _.kotlinx.html.METER;
8469 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8470 function visit$lambda(closure$block) {
8471 return function ($receiver) {
8472 closure$block($receiver);
8473 return Unit;
8474 };
8475 }
8476 function meter$lambda($receiver) {
8477 return Unit;
8478 }
8479 return function ($receiver, classes, block) {
8480 if (classes === void 0)
8481 classes = null;
8482 if (block === void 0)
8483 block = meter$lambda;
8484 visitTag(new METER_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8485 };
8486 }));
8487 var output_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.output_ttsfoa$', wrapFunction(function () {
8488 var Unit = Kotlin.kotlin.Unit;
8489 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8490 var OUTPUT_init = _.kotlinx.html.OUTPUT;
8491 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8492 function visit$lambda(closure$block) {
8493 return function ($receiver) {
8494 closure$block($receiver);
8495 return Unit;
8496 };
8497 }
8498 function output$lambda($receiver) {
8499 return Unit;
8500 }
8501 return function ($receiver, classes, block) {
8502 if (classes === void 0)
8503 classes = null;
8504 if (block === void 0)
8505 block = output$lambda;
8506 visitTag(new OUTPUT_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8507 };
8508 }));
8509 var progress_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.progress_6mi6o6$', wrapFunction(function () {
8510 var Unit = Kotlin.kotlin.Unit;
8511 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8512 var PROGRESS_init = _.kotlinx.html.PROGRESS;
8513 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8514 function visit$lambda(closure$block) {
8515 return function ($receiver) {
8516 closure$block($receiver);
8517 return Unit;
8518 };
8519 }
8520 function progress$lambda($receiver) {
8521 return Unit;
8522 }
8523 return function ($receiver, classes, block) {
8524 if (classes === void 0)
8525 classes = null;
8526 if (block === void 0)
8527 block = progress$lambda;
8528 visitTag(new PROGRESS_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8529 };
8530 }));
8531 var q_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.q_86txao$', wrapFunction(function () {
8532 var Unit = Kotlin.kotlin.Unit;
8533 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8534 var Q_init = _.kotlinx.html.Q;
8535 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8536 function visit$lambda(closure$block) {
8537 return function ($receiver) {
8538 closure$block($receiver);
8539 return Unit;
8540 };
8541 }
8542 function q$lambda($receiver) {
8543 return Unit;
8544 }
8545 return function ($receiver, classes, block) {
8546 if (classes === void 0)
8547 classes = null;
8548 if (block === void 0)
8549 block = q$lambda;
8550 visitTag(new Q_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8551 };
8552 }));
8553 var ruby_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.ruby_wobulv$', wrapFunction(function () {
8554 var Unit = Kotlin.kotlin.Unit;
8555 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8556 var RUBY_init = _.kotlinx.html.RUBY;
8557 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8558 function visit$lambda(closure$block) {
8559 return function ($receiver) {
8560 closure$block($receiver);
8561 return Unit;
8562 };
8563 }
8564 function ruby$lambda($receiver) {
8565 return Unit;
8566 }
8567 return function ($receiver, classes, block) {
8568 if (classes === void 0)
8569 classes = null;
8570 if (block === void 0)
8571 block = ruby$lambda;
8572 visitTag(new RUBY_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8573 };
8574 }));
8575 var samp_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.samp_wmuy2y$', wrapFunction(function () {
8576 var Unit = Kotlin.kotlin.Unit;
8577 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8578 var SAMP_init = _.kotlinx.html.SAMP;
8579 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8580 function visit$lambda(closure$block) {
8581 return function ($receiver) {
8582 closure$block($receiver);
8583 return Unit;
8584 };
8585 }
8586 function samp$lambda($receiver) {
8587 return Unit;
8588 }
8589 return function ($receiver, classes, block) {
8590 if (classes === void 0)
8591 classes = null;
8592 if (block === void 0)
8593 block = samp$lambda;
8594 visitTag(new SAMP_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8595 };
8596 }));
8597 var small_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.small_69ofui$', wrapFunction(function () {
8598 var Unit = Kotlin.kotlin.Unit;
8599 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8600 var SMALL_init = _.kotlinx.html.SMALL;
8601 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8602 function visit$lambda(closure$block) {
8603 return function ($receiver) {
8604 closure$block($receiver);
8605 return Unit;
8606 };
8607 }
8608 function small$lambda($receiver) {
8609 return Unit;
8610 }
8611 return function ($receiver, classes, block) {
8612 if (classes === void 0)
8613 classes = null;
8614 if (block === void 0)
8615 block = small$lambda;
8616 visitTag(new SMALL_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8617 };
8618 }));
8619 var span_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.span_6djfml$', wrapFunction(function () {
8620 var Unit = Kotlin.kotlin.Unit;
8621 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8622 var SPAN_init = _.kotlinx.html.SPAN;
8623 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8624 function visit$lambda(closure$block) {
8625 return function ($receiver) {
8626 closure$block($receiver);
8627 return Unit;
8628 };
8629 }
8630 function span$lambda($receiver) {
8631 return Unit;
8632 }
8633 return function ($receiver, classes, block) {
8634 if (classes === void 0)
8635 classes = null;
8636 if (block === void 0)
8637 block = span$lambda;
8638 visitTag(new SPAN_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8639 };
8640 }));
8641 var strong_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.strong_okpg28$', wrapFunction(function () {
8642 var Unit = Kotlin.kotlin.Unit;
8643 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8644 var STRONG_init = _.kotlinx.html.STRONG;
8645 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8646 function visit$lambda(closure$block) {
8647 return function ($receiver) {
8648 closure$block($receiver);
8649 return Unit;
8650 };
8651 }
8652 function strong$lambda($receiver) {
8653 return Unit;
8654 }
8655 return function ($receiver, classes, block) {
8656 if (classes === void 0)
8657 classes = null;
8658 if (block === void 0)
8659 block = strong$lambda;
8660 visitTag(new STRONG_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8661 };
8662 }));
8663 var sub_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.sub_u07n5t$', wrapFunction(function () {
8664 var Unit = Kotlin.kotlin.Unit;
8665 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8666 var SUB_init = _.kotlinx.html.SUB;
8667 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8668 function visit$lambda(closure$block) {
8669 return function ($receiver) {
8670 closure$block($receiver);
8671 return Unit;
8672 };
8673 }
8674 function sub$lambda($receiver) {
8675 return Unit;
8676 }
8677 return function ($receiver, classes, block) {
8678 if (classes === void 0)
8679 classes = null;
8680 if (block === void 0)
8681 block = sub$lambda;
8682 visitTag(new SUB_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8683 };
8684 }));
8685 var sup_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.sup_yx52tp$', wrapFunction(function () {
8686 var Unit = Kotlin.kotlin.Unit;
8687 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8688 var SUP_init = _.kotlinx.html.SUP;
8689 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8690 function visit$lambda(closure$block) {
8691 return function ($receiver) {
8692 closure$block($receiver);
8693 return Unit;
8694 };
8695 }
8696 function sup$lambda($receiver) {
8697 return Unit;
8698 }
8699 return function ($receiver, classes, block) {
8700 if (classes === void 0)
8701 classes = null;
8702 if (block === void 0)
8703 block = sup$lambda;
8704 visitTag(new SUP_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8705 };
8706 }));
8707 var svg_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.svg_f6i49v$', wrapFunction(function () {
8708 var Unit = Kotlin.kotlin.Unit;
8709 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8710 var SVG_init = _.kotlinx.html.SVG;
8711 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8712 function visit$lambda(closure$block) {
8713 return function ($receiver) {
8714 closure$block($receiver);
8715 return Unit;
8716 };
8717 }
8718 function svg$lambda($receiver) {
8719 return Unit;
8720 }
8721 return function ($receiver, classes, block) {
8722 if (classes === void 0)
8723 classes = null;
8724 if (block === void 0)
8725 block = svg$lambda;
8726 visitTag(new SVG_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8727 };
8728 }));
8729 function svg$lambda_0(closure$content) {
8730 return function ($receiver) {
8731 $receiver.unaryPlus_pdl1vz$(closure$content);
8732 return Unit;
8733 };
8734 }
8735 function svg_2($receiver, classes, content) {
8736 if (classes === void 0)
8737 classes = null;
8738 if (content === void 0)
8739 content = '';
8740 visitTag(new SVG(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_5(svg$lambda_0(content)));
8741 }
8742 var time_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.time_80zgyi$', wrapFunction(function () {
8743 var Unit = Kotlin.kotlin.Unit;
8744 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8745 var TIME_init = _.kotlinx.html.TIME;
8746 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8747 function visit$lambda(closure$block) {
8748 return function ($receiver) {
8749 closure$block($receiver);
8750 return Unit;
8751 };
8752 }
8753 function time$lambda($receiver) {
8754 return Unit;
8755 }
8756 return function ($receiver, classes, block) {
8757 if (classes === void 0)
8758 classes = null;
8759 if (block === void 0)
8760 block = time$lambda;
8761 visitTag(new TIME_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8762 };
8763 }));
8764 var htmlVar_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.htmlVar_ycyb16$', wrapFunction(function () {
8765 var Unit = Kotlin.kotlin.Unit;
8766 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8767 var VAR_init = _.kotlinx.html.VAR;
8768 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8769 function visit$lambda(closure$block) {
8770 return function ($receiver) {
8771 closure$block($receiver);
8772 return Unit;
8773 };
8774 }
8775 function htmlVar$lambda($receiver) {
8776 return Unit;
8777 }
8778 return function ($receiver, classes, block) {
8779 if (classes === void 0)
8780 classes = null;
8781 if (block === void 0)
8782 block = htmlVar$lambda;
8783 visitTag(new VAR_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8784 };
8785 }));
8786 var command_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.command_nc8zde$', wrapFunction(function () {
8787 var Unit = Kotlin.kotlin.Unit;
8788 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
8789 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8790 var COMMAND_init = _.kotlinx.html.COMMAND;
8791 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8792 function visit$lambda(closure$block) {
8793 return function ($receiver) {
8794 closure$block($receiver);
8795 return Unit;
8796 };
8797 }
8798 function command$lambda($receiver) {
8799 return Unit;
8800 }
8801 return function ($receiver, type, classes, block) {
8802 if (type === void 0)
8803 type = null;
8804 if (classes === void 0)
8805 classes = null;
8806 if (block === void 0)
8807 block = command$lambda;
8808 visitTag(new COMMAND_init(attributesMapOf(['type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
8809 };
8810 }));
8811 var commandCommand = defineInlineFunction('kotlinx-html-js.kotlinx.html.commandCommand_y2j548$', wrapFunction(function () {
8812 var Unit = Kotlin.kotlin.Unit;
8813 var CommandType = _.kotlinx.html.CommandType;
8814 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8815 var COMMAND_init = _.kotlinx.html.COMMAND;
8816 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8817 function visit$lambda(closure$block) {
8818 return function ($receiver) {
8819 closure$block($receiver);
8820 return Unit;
8821 };
8822 }
8823 function commandCommand$lambda($receiver) {
8824 return Unit;
8825 }
8826 return function ($receiver, classes, block) {
8827 if (classes === void 0)
8828 classes = null;
8829 if (block === void 0)
8830 block = commandCommand$lambda;
8831 visitTag(new COMMAND_init(attributesMapOf(['type', CommandType.command.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
8832 };
8833 }));
8834 var checkBoxCommand = defineInlineFunction('kotlinx-html-js.kotlinx.html.checkBoxCommand_y2j548$', wrapFunction(function () {
8835 var Unit = Kotlin.kotlin.Unit;
8836 var CommandType = _.kotlinx.html.CommandType;
8837 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8838 var COMMAND_init = _.kotlinx.html.COMMAND;
8839 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8840 function visit$lambda(closure$block) {
8841 return function ($receiver) {
8842 closure$block($receiver);
8843 return Unit;
8844 };
8845 }
8846 function checkBoxCommand$lambda($receiver) {
8847 return Unit;
8848 }
8849 return function ($receiver, classes, block) {
8850 if (classes === void 0)
8851 classes = null;
8852 if (block === void 0)
8853 block = checkBoxCommand$lambda;
8854 visitTag(new COMMAND_init(attributesMapOf(['type', CommandType.checkBox.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
8855 };
8856 }));
8857 var radioCommand = defineInlineFunction('kotlinx-html-js.kotlinx.html.radioCommand_y2j548$', wrapFunction(function () {
8858 var Unit = Kotlin.kotlin.Unit;
8859 var CommandType = _.kotlinx.html.CommandType;
8860 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8861 var COMMAND_init = _.kotlinx.html.COMMAND;
8862 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8863 function visit$lambda(closure$block) {
8864 return function ($receiver) {
8865 closure$block($receiver);
8866 return Unit;
8867 };
8868 }
8869 function radioCommand$lambda($receiver) {
8870 return Unit;
8871 }
8872 return function ($receiver, classes, block) {
8873 if (classes === void 0)
8874 classes = null;
8875 if (block === void 0)
8876 block = radioCommand$lambda;
8877 visitTag(new COMMAND_init(attributesMapOf(['type', CommandType.radio.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
8878 };
8879 }));
8880 var link_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.link_gyx145$', wrapFunction(function () {
8881 var Unit = Kotlin.kotlin.Unit;
8882 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8883 var LINK_init = _.kotlinx.html.LINK;
8884 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8885 function visit$lambda(closure$block) {
8886 return function ($receiver) {
8887 closure$block($receiver);
8888 return Unit;
8889 };
8890 }
8891 function link$lambda($receiver) {
8892 return Unit;
8893 }
8894 return function ($receiver, href, rel, type, block) {
8895 if (href === void 0)
8896 href = null;
8897 if (rel === void 0)
8898 rel = null;
8899 if (type === void 0)
8900 type = null;
8901 if (block === void 0)
8902 block = link$lambda;
8903 visitTag(new LINK_init(attributesMapOf(['href', href, 'rel', rel, 'type', type]), $receiver.consumer), visit$lambda(block));
8904 };
8905 }));
8906 var meta_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.meta_xvdp3k$', wrapFunction(function () {
8907 var Unit = Kotlin.kotlin.Unit;
8908 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8909 var META_init = _.kotlinx.html.META;
8910 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8911 function visit$lambda(closure$block) {
8912 return function ($receiver) {
8913 closure$block($receiver);
8914 return Unit;
8915 };
8916 }
8917 function meta$lambda($receiver) {
8918 return Unit;
8919 }
8920 return function ($receiver, name, content, charset, block) {
8921 if (name === void 0)
8922 name = null;
8923 if (content === void 0)
8924 content = null;
8925 if (charset === void 0)
8926 charset = null;
8927 if (block === void 0)
8928 block = meta$lambda;
8929 visitTag(new META_init(attributesMapOf(['name', name, 'content', content, 'charset', charset]), $receiver.consumer), visit$lambda(block));
8930 };
8931 }));
8932 var noScript_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.noScript_59ebhl$', wrapFunction(function () {
8933 var Unit = Kotlin.kotlin.Unit;
8934 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8935 var NOSCRIPT_init = _.kotlinx.html.NOSCRIPT;
8936 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8937 function visit$lambda(closure$block) {
8938 return function ($receiver) {
8939 closure$block($receiver);
8940 return Unit;
8941 };
8942 }
8943 function noScript$lambda($receiver) {
8944 return Unit;
8945 }
8946 return function ($receiver, classes, block) {
8947 if (classes === void 0)
8948 classes = null;
8949 if (block === void 0)
8950 block = noScript$lambda;
8951 visitTag(new NOSCRIPT_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
8952 };
8953 }));
8954 var script_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.script_fglb7v$', wrapFunction(function () {
8955 var Unit = Kotlin.kotlin.Unit;
8956 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
8957 var SCRIPT_init = _.kotlinx.html.SCRIPT;
8958 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8959 function visit$lambda(closure$block) {
8960 return function ($receiver) {
8961 closure$block($receiver);
8962 return Unit;
8963 };
8964 }
8965 function script$lambda($receiver) {
8966 return Unit;
8967 }
8968 return function ($receiver, type, src, block) {
8969 if (type === void 0)
8970 type = null;
8971 if (src === void 0)
8972 src = null;
8973 if (block === void 0)
8974 block = script$lambda;
8975 visitTag(new SCRIPT_init(attributesMapOf(['type', type, 'src', src]), $receiver.consumer), visit$lambda(block));
8976 };
8977 }));
8978 function script$lambda_0(closure$content) {
8979 return function ($receiver) {
8980 $receiver.unaryPlus_pdl1vz$(closure$content);
8981 return Unit;
8982 };
8983 }
8984 function script_2($receiver, type, src, content) {
8985 if (type === void 0)
8986 type = null;
8987 if (src === void 0)
8988 src = null;
8989 if (content === void 0)
8990 content = '';
8991 visitTag(new SCRIPT(attributesMapOf_1(['type', type, 'src', src]), $receiver.consumer), visit$lambda_5(script$lambda_0(content)));
8992 }
8993 var article_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.article_hpv6ge$', wrapFunction(function () {
8994 var Unit = Kotlin.kotlin.Unit;
8995 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
8996 var ARTICLE_init = _.kotlinx.html.ARTICLE;
8997 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
8998 function visit$lambda(closure$block) {
8999 return function ($receiver) {
9000 closure$block($receiver);
9001 return Unit;
9002 };
9003 }
9004 function article$lambda($receiver) {
9005 return Unit;
9006 }
9007 return function ($receiver, classes, block) {
9008 if (classes === void 0)
9009 classes = null;
9010 if (block === void 0)
9011 block = article$lambda;
9012 visitTag(new ARTICLE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
9013 };
9014 }));
9015 var aside_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.aside_3uzs4w$', wrapFunction(function () {
9016 var Unit = Kotlin.kotlin.Unit;
9017 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
9018 var ASIDE_init = _.kotlinx.html.ASIDE;
9019 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9020 function visit$lambda(closure$block) {
9021 return function ($receiver) {
9022 closure$block($receiver);
9023 return Unit;
9024 };
9025 }
9026 function aside$lambda($receiver) {
9027 return Unit;
9028 }
9029 return function ($receiver, classes, block) {
9030 if (classes === void 0)
9031 classes = null;
9032 if (block === void 0)
9033 block = aside$lambda;
9034 visitTag(new ASIDE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
9035 };
9036 }));
9037 var main_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.main_m1e3ev$', wrapFunction(function () {
9038 var Unit = Kotlin.kotlin.Unit;
9039 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
9040 var MAIN_init = _.kotlinx.html.MAIN;
9041 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9042 function visit$lambda(closure$block) {
9043 return function ($receiver) {
9044 closure$block($receiver);
9045 return Unit;
9046 };
9047 }
9048 function main$lambda($receiver) {
9049 return Unit;
9050 }
9051 return function ($receiver, classes, block) {
9052 if (classes === void 0)
9053 classes = null;
9054 if (block === void 0)
9055 block = main$lambda;
9056 visitTag(new MAIN_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
9057 };
9058 }));
9059 var nav_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.nav_19d8h1$', wrapFunction(function () {
9060 var Unit = Kotlin.kotlin.Unit;
9061 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
9062 var NAV_init = _.kotlinx.html.NAV;
9063 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9064 function visit$lambda(closure$block) {
9065 return function ($receiver) {
9066 closure$block($receiver);
9067 return Unit;
9068 };
9069 }
9070 function nav$lambda($receiver) {
9071 return Unit;
9072 }
9073 return function ($receiver, classes, block) {
9074 if (classes === void 0)
9075 classes = null;
9076 if (block === void 0)
9077 block = nav$lambda;
9078 visitTag(new NAV_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
9079 };
9080 }));
9081 var section_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.section_ac1jhf$', wrapFunction(function () {
9082 var Unit = Kotlin.kotlin.Unit;
9083 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
9084 var SECTION_init = _.kotlinx.html.SECTION;
9085 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9086 function visit$lambda(closure$block) {
9087 return function ($receiver) {
9088 closure$block($receiver);
9089 return Unit;
9090 };
9091 }
9092 function section$lambda($receiver) {
9093 return Unit;
9094 }
9095 return function ($receiver, classes, block) {
9096 if (classes === void 0)
9097 classes = null;
9098 if (block === void 0)
9099 block = section$lambda;
9100 visitTag(new SECTION_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
9101 };
9102 }));
9103 var a_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.a_gu26kr$', wrapFunction(function () {
9104 var Unit = Kotlin.kotlin.Unit;
9105 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9106 var A_init = _.kotlinx.html.A;
9107 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9108 function visit$lambda(closure$block) {
9109 return function ($receiver) {
9110 closure$block($receiver);
9111 return Unit;
9112 };
9113 }
9114 function a$lambda($receiver) {
9115 return Unit;
9116 }
9117 return function ($receiver, href, target, classes, block) {
9118 if (href === void 0)
9119 href = null;
9120 if (target === void 0)
9121 target = null;
9122 if (classes === void 0)
9123 classes = null;
9124 if (block === void 0)
9125 block = a$lambda;
9126 visitTag(new A_init(attributesMapOf(['href', href, 'target', target, 'class', classes]), $receiver.consumer), visit$lambda(block));
9127 };
9128 }));
9129 var audio_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.audio_hb8i2y$', wrapFunction(function () {
9130 var Unit = Kotlin.kotlin.Unit;
9131 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
9132 var AUDIO_init = _.kotlinx.html.AUDIO;
9133 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9134 function visit$lambda(closure$block) {
9135 return function ($receiver) {
9136 closure$block($receiver);
9137 return Unit;
9138 };
9139 }
9140 function audio$lambda($receiver) {
9141 return Unit;
9142 }
9143 return function ($receiver, classes, block) {
9144 if (classes === void 0)
9145 classes = null;
9146 if (block === void 0)
9147 block = audio$lambda;
9148 visitTag(new AUDIO_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
9149 };
9150 }));
9151 var button_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.button_i4xb7r$', wrapFunction(function () {
9152 var Unit = Kotlin.kotlin.Unit;
9153 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9154 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9155 var BUTTON_init = _.kotlinx.html.BUTTON;
9156 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9157 function visit$lambda(closure$block) {
9158 return function ($receiver) {
9159 closure$block($receiver);
9160 return Unit;
9161 };
9162 }
9163 function button$lambda($receiver) {
9164 return Unit;
9165 }
9166 return function ($receiver, formEncType, formMethod, name, type, classes, block) {
9167 if (formEncType === void 0)
9168 formEncType = null;
9169 if (formMethod === void 0)
9170 formMethod = null;
9171 if (name === void 0)
9172 name = null;
9173 if (type === void 0)
9174 type = null;
9175 if (classes === void 0)
9176 classes = null;
9177 if (block === void 0)
9178 block = button$lambda;
9179 visitTag(new BUTTON_init(attributesMapOf(['formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
9180 };
9181 }));
9182 var getButton = defineInlineFunction('kotlinx-html-js.kotlinx.html.getButton_2rocz3$', wrapFunction(function () {
9183 var Unit = Kotlin.kotlin.Unit;
9184 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9185 var ButtonFormMethod = _.kotlinx.html.ButtonFormMethod;
9186 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9187 var BUTTON_init = _.kotlinx.html.BUTTON;
9188 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9189 function visit$lambda(closure$block) {
9190 return function ($receiver) {
9191 closure$block($receiver);
9192 return Unit;
9193 };
9194 }
9195 function getButton$lambda($receiver) {
9196 return Unit;
9197 }
9198 return function ($receiver, formEncType, name, type, classes, block) {
9199 if (formEncType === void 0)
9200 formEncType = null;
9201 if (name === void 0)
9202 name = null;
9203 if (type === void 0)
9204 type = null;
9205 if (classes === void 0)
9206 classes = null;
9207 if (block === void 0)
9208 block = getButton$lambda;
9209 visitTag(new BUTTON_init(attributesMapOf(['formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', ButtonFormMethod.get.realValue, 'name', name, 'type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
9210 };
9211 }));
9212 var postButton = defineInlineFunction('kotlinx-html-js.kotlinx.html.postButton_2rocz3$', wrapFunction(function () {
9213 var Unit = Kotlin.kotlin.Unit;
9214 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9215 var ButtonFormMethod = _.kotlinx.html.ButtonFormMethod;
9216 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9217 var BUTTON_init = _.kotlinx.html.BUTTON;
9218 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9219 function visit$lambda(closure$block) {
9220 return function ($receiver) {
9221 closure$block($receiver);
9222 return Unit;
9223 };
9224 }
9225 function postButton$lambda($receiver) {
9226 return Unit;
9227 }
9228 return function ($receiver, formEncType, name, type, classes, block) {
9229 if (formEncType === void 0)
9230 formEncType = null;
9231 if (name === void 0)
9232 name = null;
9233 if (type === void 0)
9234 type = null;
9235 if (classes === void 0)
9236 classes = null;
9237 if (block === void 0)
9238 block = postButton$lambda;
9239 visitTag(new BUTTON_init(attributesMapOf(['formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', ButtonFormMethod.post.realValue, 'name', name, 'type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
9240 };
9241 }));
9242 var putButton = defineInlineFunction('kotlinx-html-js.kotlinx.html.putButton_2rocz3$', wrapFunction(function () {
9243 var Unit = Kotlin.kotlin.Unit;
9244 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9245 var ButtonFormMethod = _.kotlinx.html.ButtonFormMethod;
9246 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9247 var BUTTON_init = _.kotlinx.html.BUTTON;
9248 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9249 function visit$lambda(closure$block) {
9250 return function ($receiver) {
9251 closure$block($receiver);
9252 return Unit;
9253 };
9254 }
9255 function putButton$lambda($receiver) {
9256 return Unit;
9257 }
9258 return function ($receiver, formEncType, name, type, classes, block) {
9259 if (formEncType === void 0)
9260 formEncType = null;
9261 if (name === void 0)
9262 name = null;
9263 if (type === void 0)
9264 type = null;
9265 if (classes === void 0)
9266 classes = null;
9267 if (block === void 0)
9268 block = putButton$lambda;
9269 visitTag(new BUTTON_init(attributesMapOf(['formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', ButtonFormMethod.put.realValue, 'name', name, 'type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
9270 };
9271 }));
9272 var deleteButton = defineInlineFunction('kotlinx-html-js.kotlinx.html.deleteButton_2rocz3$', wrapFunction(function () {
9273 var Unit = Kotlin.kotlin.Unit;
9274 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9275 var ButtonFormMethod = _.kotlinx.html.ButtonFormMethod;
9276 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9277 var BUTTON_init = _.kotlinx.html.BUTTON;
9278 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9279 function visit$lambda(closure$block) {
9280 return function ($receiver) {
9281 closure$block($receiver);
9282 return Unit;
9283 };
9284 }
9285 function deleteButton$lambda($receiver) {
9286 return Unit;
9287 }
9288 return function ($receiver, formEncType, name, type, classes, block) {
9289 if (formEncType === void 0)
9290 formEncType = null;
9291 if (name === void 0)
9292 name = null;
9293 if (type === void 0)
9294 type = null;
9295 if (classes === void 0)
9296 classes = null;
9297 if (block === void 0)
9298 block = deleteButton$lambda;
9299 visitTag(new BUTTON_init(attributesMapOf(['formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', ButtonFormMethod.delete.realValue, 'name', name, 'type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
9300 };
9301 }));
9302 var patchButton = defineInlineFunction('kotlinx-html-js.kotlinx.html.patchButton_2rocz3$', wrapFunction(function () {
9303 var Unit = Kotlin.kotlin.Unit;
9304 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9305 var ButtonFormMethod = _.kotlinx.html.ButtonFormMethod;
9306 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9307 var BUTTON_init = _.kotlinx.html.BUTTON;
9308 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9309 function visit$lambda(closure$block) {
9310 return function ($receiver) {
9311 closure$block($receiver);
9312 return Unit;
9313 };
9314 }
9315 function patchButton$lambda($receiver) {
9316 return Unit;
9317 }
9318 return function ($receiver, formEncType, name, type, classes, block) {
9319 if (formEncType === void 0)
9320 formEncType = null;
9321 if (name === void 0)
9322 name = null;
9323 if (type === void 0)
9324 type = null;
9325 if (classes === void 0)
9326 classes = null;
9327 if (block === void 0)
9328 block = patchButton$lambda;
9329 visitTag(new BUTTON_init(attributesMapOf(['formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', ButtonFormMethod.patch.realValue, 'name', name, 'type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
9330 };
9331 }));
9332 var embed_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.embed_l7ro7h$', wrapFunction(function () {
9333 var Unit = Kotlin.kotlin.Unit;
9334 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
9335 var EMBED_init = _.kotlinx.html.EMBED;
9336 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9337 function visit$lambda(closure$block) {
9338 return function ($receiver) {
9339 closure$block($receiver);
9340 return Unit;
9341 };
9342 }
9343 function embed$lambda($receiver) {
9344 return Unit;
9345 }
9346 return function ($receiver, classes, block) {
9347 if (classes === void 0)
9348 classes = null;
9349 if (block === void 0)
9350 block = embed$lambda;
9351 visitTag(new EMBED_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
9352 };
9353 }));
9354 var iframe_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.iframe_rz24s4$', wrapFunction(function () {
9355 var Unit = Kotlin.kotlin.Unit;
9356 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9357 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9358 var IFRAME_init = _.kotlinx.html.IFRAME;
9359 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9360 function visit$lambda(closure$block) {
9361 return function ($receiver) {
9362 closure$block($receiver);
9363 return Unit;
9364 };
9365 }
9366 function iframe$lambda($receiver) {
9367 return Unit;
9368 }
9369 return function ($receiver, sandbox, classes, block) {
9370 if (sandbox === void 0)
9371 sandbox = null;
9372 if (classes === void 0)
9373 classes = null;
9374 if (block === void 0)
9375 block = iframe$lambda;
9376 visitTag(new IFRAME_init(attributesMapOf(['sandbox', sandbox != null ? enumEncode(sandbox) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
9377 };
9378 }));
9379 function iframe$lambda_0(closure$content) {
9380 return function ($receiver) {
9381 $receiver.unaryPlus_pdl1vz$(closure$content);
9382 return Unit;
9383 };
9384 }
9385 function iframe_2($receiver, sandbox, classes, content) {
9386 if (sandbox === void 0)
9387 sandbox = null;
9388 if (classes === void 0)
9389 classes = null;
9390 if (content === void 0)
9391 content = '';
9392 visitTag(new IFRAME(attributesMapOf_1(['sandbox', sandbox != null ? enumEncode(sandbox) : null, 'class', classes]), $receiver.consumer), visit$lambda_5(iframe$lambda_0(content)));
9393 }
9394 var allowSameOriginIframe = defineInlineFunction('kotlinx-html-js.kotlinx.html.allowSameOriginIframe_yk32s8$', wrapFunction(function () {
9395 var Unit = Kotlin.kotlin.Unit;
9396 var IframeSandbox = _.kotlinx.html.IframeSandbox;
9397 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9398 var IFRAME_init = _.kotlinx.html.IFRAME;
9399 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9400 function visit$lambda(closure$block) {
9401 return function ($receiver) {
9402 closure$block($receiver);
9403 return Unit;
9404 };
9405 }
9406 function allowSameOriginIframe$lambda($receiver) {
9407 return Unit;
9408 }
9409 return function ($receiver, classes, block) {
9410 if (classes === void 0)
9411 classes = null;
9412 if (block === void 0)
9413 block = allowSameOriginIframe$lambda;
9414 visitTag(new IFRAME_init(attributesMapOf(['sandbox', IframeSandbox.allowSameOrigin.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
9415 };
9416 }));
9417 var allowFormSIframe = defineInlineFunction('kotlinx-html-js.kotlinx.html.allowFormSIframe_yk32s8$', wrapFunction(function () {
9418 var Unit = Kotlin.kotlin.Unit;
9419 var IframeSandbox = _.kotlinx.html.IframeSandbox;
9420 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9421 var IFRAME_init = _.kotlinx.html.IFRAME;
9422 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9423 function visit$lambda(closure$block) {
9424 return function ($receiver) {
9425 closure$block($receiver);
9426 return Unit;
9427 };
9428 }
9429 function allowFormSIframe$lambda($receiver) {
9430 return Unit;
9431 }
9432 return function ($receiver, classes, block) {
9433 if (classes === void 0)
9434 classes = null;
9435 if (block === void 0)
9436 block = allowFormSIframe$lambda;
9437 visitTag(new IFRAME_init(attributesMapOf(['sandbox', IframeSandbox.allowFormS.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
9438 };
9439 }));
9440 var allowScriptsIframe = defineInlineFunction('kotlinx-html-js.kotlinx.html.allowScriptsIframe_yk32s8$', wrapFunction(function () {
9441 var Unit = Kotlin.kotlin.Unit;
9442 var IframeSandbox = _.kotlinx.html.IframeSandbox;
9443 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9444 var IFRAME_init = _.kotlinx.html.IFRAME;
9445 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9446 function visit$lambda(closure$block) {
9447 return function ($receiver) {
9448 closure$block($receiver);
9449 return Unit;
9450 };
9451 }
9452 function allowScriptsIframe$lambda($receiver) {
9453 return Unit;
9454 }
9455 return function ($receiver, classes, block) {
9456 if (classes === void 0)
9457 classes = null;
9458 if (block === void 0)
9459 block = allowScriptsIframe$lambda;
9460 visitTag(new IFRAME_init(attributesMapOf(['sandbox', IframeSandbox.allowScripts.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
9461 };
9462 }));
9463 function allowSameOriginIframe$lambda(closure$content) {
9464 return function ($receiver) {
9465 $receiver.unaryPlus_pdl1vz$(closure$content);
9466 return Unit;
9467 };
9468 }
9469 function allowSameOriginIframe_0($receiver, classes, content) {
9470 if (classes === void 0)
9471 classes = null;
9472 if (content === void 0)
9473 content = '';
9474 visitTag(new IFRAME(attributesMapOf_1(['sandbox', IframeSandbox$allowSameOrigin_getInstance().realValue, 'class', classes]), $receiver.consumer), visit$lambda_5(allowSameOriginIframe$lambda(content)));
9475 }
9476 function allowFormSIframe$lambda(closure$content) {
9477 return function ($receiver) {
9478 $receiver.unaryPlus_pdl1vz$(closure$content);
9479 return Unit;
9480 };
9481 }
9482 function allowFormSIframe_0($receiver, classes, content) {
9483 if (classes === void 0)
9484 classes = null;
9485 if (content === void 0)
9486 content = '';
9487 visitTag(new IFRAME(attributesMapOf_1(['sandbox', IframeSandbox$allowFormS_getInstance().realValue, 'class', classes]), $receiver.consumer), visit$lambda_5(allowFormSIframe$lambda(content)));
9488 }
9489 function allowScriptsIframe$lambda(closure$content) {
9490 return function ($receiver) {
9491 $receiver.unaryPlus_pdl1vz$(closure$content);
9492 return Unit;
9493 };
9494 }
9495 function allowScriptsIframe_0($receiver, classes, content) {
9496 if (classes === void 0)
9497 classes = null;
9498 if (content === void 0)
9499 content = '';
9500 visitTag(new IFRAME(attributesMapOf_1(['sandbox', IframeSandbox$allowScripts_getInstance().realValue, 'class', classes]), $receiver.consumer), visit$lambda_5(allowScriptsIframe$lambda(content)));
9501 }
9502 var img_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.img_evw26v$', wrapFunction(function () {
9503 var Unit = Kotlin.kotlin.Unit;
9504 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9505 var IMG_init = _.kotlinx.html.IMG;
9506 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9507 function visit$lambda(closure$block) {
9508 return function ($receiver) {
9509 closure$block($receiver);
9510 return Unit;
9511 };
9512 }
9513 function img$lambda($receiver) {
9514 return Unit;
9515 }
9516 return function ($receiver, alt, src, classes, block) {
9517 if (alt === void 0)
9518 alt = null;
9519 if (src === void 0)
9520 src = null;
9521 if (classes === void 0)
9522 classes = null;
9523 if (block === void 0)
9524 block = img$lambda;
9525 visitTag(new IMG_init(attributesMapOf(['alt', alt, 'src', src, 'class', classes]), $receiver.consumer), visit$lambda(block));
9526 };
9527 }));
9528 var input_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.input_e1g74z$', wrapFunction(function () {
9529 var Unit = Kotlin.kotlin.Unit;
9530 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9531 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9532 var INPUT_init = _.kotlinx.html.INPUT;
9533 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9534 function visit$lambda(closure$block) {
9535 return function ($receiver) {
9536 closure$block($receiver);
9537 return Unit;
9538 };
9539 }
9540 function input$lambda($receiver) {
9541 return Unit;
9542 }
9543 return function ($receiver, type, formEncType, formMethod, name, classes, block) {
9544 if (type === void 0)
9545 type = null;
9546 if (formEncType === void 0)
9547 formEncType = null;
9548 if (formMethod === void 0)
9549 formMethod = null;
9550 if (name === void 0)
9551 name = null;
9552 if (classes === void 0)
9553 classes = null;
9554 if (block === void 0)
9555 block = input$lambda;
9556 visitTag(new INPUT_init(attributesMapOf(['type', type != null ? enumEncode(type) : null, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9557 };
9558 }));
9559 var buttonInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.buttonInput_ap9uf6$', wrapFunction(function () {
9560 var Unit = Kotlin.kotlin.Unit;
9561 var InputType = _.kotlinx.html.InputType;
9562 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9563 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9564 var INPUT_init = _.kotlinx.html.INPUT;
9565 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9566 function visit$lambda(closure$block) {
9567 return function ($receiver) {
9568 closure$block($receiver);
9569 return Unit;
9570 };
9571 }
9572 function buttonInput$lambda($receiver) {
9573 return Unit;
9574 }
9575 return function ($receiver, formEncType, formMethod, name, classes, block) {
9576 if (formEncType === void 0)
9577 formEncType = null;
9578 if (formMethod === void 0)
9579 formMethod = null;
9580 if (name === void 0)
9581 name = null;
9582 if (classes === void 0)
9583 classes = null;
9584 if (block === void 0)
9585 block = buttonInput$lambda;
9586 visitTag(new INPUT_init(attributesMapOf(['type', InputType.button.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9587 };
9588 }));
9589 var checkBoxInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.checkBoxInput_ap9uf6$', wrapFunction(function () {
9590 var Unit = Kotlin.kotlin.Unit;
9591 var InputType = _.kotlinx.html.InputType;
9592 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9593 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9594 var INPUT_init = _.kotlinx.html.INPUT;
9595 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9596 function visit$lambda(closure$block) {
9597 return function ($receiver) {
9598 closure$block($receiver);
9599 return Unit;
9600 };
9601 }
9602 function checkBoxInput$lambda($receiver) {
9603 return Unit;
9604 }
9605 return function ($receiver, formEncType, formMethod, name, classes, block) {
9606 if (formEncType === void 0)
9607 formEncType = null;
9608 if (formMethod === void 0)
9609 formMethod = null;
9610 if (name === void 0)
9611 name = null;
9612 if (classes === void 0)
9613 classes = null;
9614 if (block === void 0)
9615 block = checkBoxInput$lambda;
9616 visitTag(new INPUT_init(attributesMapOf(['type', InputType.checkBox.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9617 };
9618 }));
9619 var colorInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.colorInput_ap9uf6$', wrapFunction(function () {
9620 var Unit = Kotlin.kotlin.Unit;
9621 var InputType = _.kotlinx.html.InputType;
9622 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9623 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9624 var INPUT_init = _.kotlinx.html.INPUT;
9625 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9626 function visit$lambda(closure$block) {
9627 return function ($receiver) {
9628 closure$block($receiver);
9629 return Unit;
9630 };
9631 }
9632 function colorInput$lambda($receiver) {
9633 return Unit;
9634 }
9635 return function ($receiver, formEncType, formMethod, name, classes, block) {
9636 if (formEncType === void 0)
9637 formEncType = null;
9638 if (formMethod === void 0)
9639 formMethod = null;
9640 if (name === void 0)
9641 name = null;
9642 if (classes === void 0)
9643 classes = null;
9644 if (block === void 0)
9645 block = colorInput$lambda;
9646 visitTag(new INPUT_init(attributesMapOf(['type', InputType.color.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9647 };
9648 }));
9649 var dateInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.dateInput_ap9uf6$', wrapFunction(function () {
9650 var Unit = Kotlin.kotlin.Unit;
9651 var InputType = _.kotlinx.html.InputType;
9652 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9653 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9654 var INPUT_init = _.kotlinx.html.INPUT;
9655 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9656 function visit$lambda(closure$block) {
9657 return function ($receiver) {
9658 closure$block($receiver);
9659 return Unit;
9660 };
9661 }
9662 function dateInput$lambda($receiver) {
9663 return Unit;
9664 }
9665 return function ($receiver, formEncType, formMethod, name, classes, block) {
9666 if (formEncType === void 0)
9667 formEncType = null;
9668 if (formMethod === void 0)
9669 formMethod = null;
9670 if (name === void 0)
9671 name = null;
9672 if (classes === void 0)
9673 classes = null;
9674 if (block === void 0)
9675 block = dateInput$lambda;
9676 visitTag(new INPUT_init(attributesMapOf(['type', InputType.date.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9677 };
9678 }));
9679 var dateTimeInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.dateTimeInput_ap9uf6$', wrapFunction(function () {
9680 var Unit = Kotlin.kotlin.Unit;
9681 var InputType = _.kotlinx.html.InputType;
9682 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9683 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9684 var INPUT_init = _.kotlinx.html.INPUT;
9685 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9686 function visit$lambda(closure$block) {
9687 return function ($receiver) {
9688 closure$block($receiver);
9689 return Unit;
9690 };
9691 }
9692 function dateTimeInput$lambda($receiver) {
9693 return Unit;
9694 }
9695 return function ($receiver, formEncType, formMethod, name, classes, block) {
9696 if (formEncType === void 0)
9697 formEncType = null;
9698 if (formMethod === void 0)
9699 formMethod = null;
9700 if (name === void 0)
9701 name = null;
9702 if (classes === void 0)
9703 classes = null;
9704 if (block === void 0)
9705 block = dateTimeInput$lambda;
9706 visitTag(new INPUT_init(attributesMapOf(['type', InputType.dateTime.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9707 };
9708 }));
9709 var dateTimeLocalInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.dateTimeLocalInput_ap9uf6$', wrapFunction(function () {
9710 var Unit = Kotlin.kotlin.Unit;
9711 var InputType = _.kotlinx.html.InputType;
9712 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9713 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9714 var INPUT_init = _.kotlinx.html.INPUT;
9715 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9716 function visit$lambda(closure$block) {
9717 return function ($receiver) {
9718 closure$block($receiver);
9719 return Unit;
9720 };
9721 }
9722 function dateTimeLocalInput$lambda($receiver) {
9723 return Unit;
9724 }
9725 return function ($receiver, formEncType, formMethod, name, classes, block) {
9726 if (formEncType === void 0)
9727 formEncType = null;
9728 if (formMethod === void 0)
9729 formMethod = null;
9730 if (name === void 0)
9731 name = null;
9732 if (classes === void 0)
9733 classes = null;
9734 if (block === void 0)
9735 block = dateTimeLocalInput$lambda;
9736 visitTag(new INPUT_init(attributesMapOf(['type', InputType.dateTimeLocal.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9737 };
9738 }));
9739 var emailInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.emailInput_ap9uf6$', wrapFunction(function () {
9740 var Unit = Kotlin.kotlin.Unit;
9741 var InputType = _.kotlinx.html.InputType;
9742 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9743 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9744 var INPUT_init = _.kotlinx.html.INPUT;
9745 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9746 function visit$lambda(closure$block) {
9747 return function ($receiver) {
9748 closure$block($receiver);
9749 return Unit;
9750 };
9751 }
9752 function emailInput$lambda($receiver) {
9753 return Unit;
9754 }
9755 return function ($receiver, formEncType, formMethod, name, classes, block) {
9756 if (formEncType === void 0)
9757 formEncType = null;
9758 if (formMethod === void 0)
9759 formMethod = null;
9760 if (name === void 0)
9761 name = null;
9762 if (classes === void 0)
9763 classes = null;
9764 if (block === void 0)
9765 block = emailInput$lambda;
9766 visitTag(new INPUT_init(attributesMapOf(['type', InputType.email.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9767 };
9768 }));
9769 var fileInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.fileInput_ap9uf6$', wrapFunction(function () {
9770 var Unit = Kotlin.kotlin.Unit;
9771 var InputType = _.kotlinx.html.InputType;
9772 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9773 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9774 var INPUT_init = _.kotlinx.html.INPUT;
9775 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9776 function visit$lambda(closure$block) {
9777 return function ($receiver) {
9778 closure$block($receiver);
9779 return Unit;
9780 };
9781 }
9782 function fileInput$lambda($receiver) {
9783 return Unit;
9784 }
9785 return function ($receiver, formEncType, formMethod, name, classes, block) {
9786 if (formEncType === void 0)
9787 formEncType = null;
9788 if (formMethod === void 0)
9789 formMethod = null;
9790 if (name === void 0)
9791 name = null;
9792 if (classes === void 0)
9793 classes = null;
9794 if (block === void 0)
9795 block = fileInput$lambda;
9796 visitTag(new INPUT_init(attributesMapOf(['type', InputType.file.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9797 };
9798 }));
9799 var hiddenInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.hiddenInput_ap9uf6$', wrapFunction(function () {
9800 var Unit = Kotlin.kotlin.Unit;
9801 var InputType = _.kotlinx.html.InputType;
9802 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9803 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9804 var INPUT_init = _.kotlinx.html.INPUT;
9805 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9806 function visit$lambda(closure$block) {
9807 return function ($receiver) {
9808 closure$block($receiver);
9809 return Unit;
9810 };
9811 }
9812 function hiddenInput$lambda($receiver) {
9813 return Unit;
9814 }
9815 return function ($receiver, formEncType, formMethod, name, classes, block) {
9816 if (formEncType === void 0)
9817 formEncType = null;
9818 if (formMethod === void 0)
9819 formMethod = null;
9820 if (name === void 0)
9821 name = null;
9822 if (classes === void 0)
9823 classes = null;
9824 if (block === void 0)
9825 block = hiddenInput$lambda;
9826 visitTag(new INPUT_init(attributesMapOf(['type', InputType.hidden.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9827 };
9828 }));
9829 var imageInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.imageInput_ap9uf6$', wrapFunction(function () {
9830 var Unit = Kotlin.kotlin.Unit;
9831 var InputType = _.kotlinx.html.InputType;
9832 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9833 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9834 var INPUT_init = _.kotlinx.html.INPUT;
9835 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9836 function visit$lambda(closure$block) {
9837 return function ($receiver) {
9838 closure$block($receiver);
9839 return Unit;
9840 };
9841 }
9842 function imageInput$lambda($receiver) {
9843 return Unit;
9844 }
9845 return function ($receiver, formEncType, formMethod, name, classes, block) {
9846 if (formEncType === void 0)
9847 formEncType = null;
9848 if (formMethod === void 0)
9849 formMethod = null;
9850 if (name === void 0)
9851 name = null;
9852 if (classes === void 0)
9853 classes = null;
9854 if (block === void 0)
9855 block = imageInput$lambda;
9856 visitTag(new INPUT_init(attributesMapOf(['type', InputType.image.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9857 };
9858 }));
9859 var monthInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.monthInput_ap9uf6$', wrapFunction(function () {
9860 var Unit = Kotlin.kotlin.Unit;
9861 var InputType = _.kotlinx.html.InputType;
9862 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9863 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9864 var INPUT_init = _.kotlinx.html.INPUT;
9865 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9866 function visit$lambda(closure$block) {
9867 return function ($receiver) {
9868 closure$block($receiver);
9869 return Unit;
9870 };
9871 }
9872 function monthInput$lambda($receiver) {
9873 return Unit;
9874 }
9875 return function ($receiver, formEncType, formMethod, name, classes, block) {
9876 if (formEncType === void 0)
9877 formEncType = null;
9878 if (formMethod === void 0)
9879 formMethod = null;
9880 if (name === void 0)
9881 name = null;
9882 if (classes === void 0)
9883 classes = null;
9884 if (block === void 0)
9885 block = monthInput$lambda;
9886 visitTag(new INPUT_init(attributesMapOf(['type', InputType.month.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9887 };
9888 }));
9889 var numberInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.numberInput_ap9uf6$', wrapFunction(function () {
9890 var Unit = Kotlin.kotlin.Unit;
9891 var InputType = _.kotlinx.html.InputType;
9892 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9893 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9894 var INPUT_init = _.kotlinx.html.INPUT;
9895 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9896 function visit$lambda(closure$block) {
9897 return function ($receiver) {
9898 closure$block($receiver);
9899 return Unit;
9900 };
9901 }
9902 function numberInput$lambda($receiver) {
9903 return Unit;
9904 }
9905 return function ($receiver, formEncType, formMethod, name, classes, block) {
9906 if (formEncType === void 0)
9907 formEncType = null;
9908 if (formMethod === void 0)
9909 formMethod = null;
9910 if (name === void 0)
9911 name = null;
9912 if (classes === void 0)
9913 classes = null;
9914 if (block === void 0)
9915 block = numberInput$lambda;
9916 visitTag(new INPUT_init(attributesMapOf(['type', InputType.number.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9917 };
9918 }));
9919 var passwordInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.passwordInput_ap9uf6$', wrapFunction(function () {
9920 var Unit = Kotlin.kotlin.Unit;
9921 var InputType = _.kotlinx.html.InputType;
9922 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9923 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9924 var INPUT_init = _.kotlinx.html.INPUT;
9925 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9926 function visit$lambda(closure$block) {
9927 return function ($receiver) {
9928 closure$block($receiver);
9929 return Unit;
9930 };
9931 }
9932 function passwordInput$lambda($receiver) {
9933 return Unit;
9934 }
9935 return function ($receiver, formEncType, formMethod, name, classes, block) {
9936 if (formEncType === void 0)
9937 formEncType = null;
9938 if (formMethod === void 0)
9939 formMethod = null;
9940 if (name === void 0)
9941 name = null;
9942 if (classes === void 0)
9943 classes = null;
9944 if (block === void 0)
9945 block = passwordInput$lambda;
9946 visitTag(new INPUT_init(attributesMapOf(['type', InputType.password.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9947 };
9948 }));
9949 var radioInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.radioInput_ap9uf6$', wrapFunction(function () {
9950 var Unit = Kotlin.kotlin.Unit;
9951 var InputType = _.kotlinx.html.InputType;
9952 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9953 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9954 var INPUT_init = _.kotlinx.html.INPUT;
9955 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9956 function visit$lambda(closure$block) {
9957 return function ($receiver) {
9958 closure$block($receiver);
9959 return Unit;
9960 };
9961 }
9962 function radioInput$lambda($receiver) {
9963 return Unit;
9964 }
9965 return function ($receiver, formEncType, formMethod, name, classes, block) {
9966 if (formEncType === void 0)
9967 formEncType = null;
9968 if (formMethod === void 0)
9969 formMethod = null;
9970 if (name === void 0)
9971 name = null;
9972 if (classes === void 0)
9973 classes = null;
9974 if (block === void 0)
9975 block = radioInput$lambda;
9976 visitTag(new INPUT_init(attributesMapOf(['type', InputType.radio.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
9977 };
9978 }));
9979 var rangeInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.rangeInput_ap9uf6$', wrapFunction(function () {
9980 var Unit = Kotlin.kotlin.Unit;
9981 var InputType = _.kotlinx.html.InputType;
9982 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
9983 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
9984 var INPUT_init = _.kotlinx.html.INPUT;
9985 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
9986 function visit$lambda(closure$block) {
9987 return function ($receiver) {
9988 closure$block($receiver);
9989 return Unit;
9990 };
9991 }
9992 function rangeInput$lambda($receiver) {
9993 return Unit;
9994 }
9995 return function ($receiver, formEncType, formMethod, name, classes, block) {
9996 if (formEncType === void 0)
9997 formEncType = null;
9998 if (formMethod === void 0)
9999 formMethod = null;
10000 if (name === void 0)
10001 name = null;
10002 if (classes === void 0)
10003 classes = null;
10004 if (block === void 0)
10005 block = rangeInput$lambda;
10006 visitTag(new INPUT_init(attributesMapOf(['type', InputType.range.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10007 };
10008 }));
10009 var resetInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.resetInput_ap9uf6$', wrapFunction(function () {
10010 var Unit = Kotlin.kotlin.Unit;
10011 var InputType = _.kotlinx.html.InputType;
10012 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10013 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10014 var INPUT_init = _.kotlinx.html.INPUT;
10015 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10016 function visit$lambda(closure$block) {
10017 return function ($receiver) {
10018 closure$block($receiver);
10019 return Unit;
10020 };
10021 }
10022 function resetInput$lambda($receiver) {
10023 return Unit;
10024 }
10025 return function ($receiver, formEncType, formMethod, name, classes, block) {
10026 if (formEncType === void 0)
10027 formEncType = null;
10028 if (formMethod === void 0)
10029 formMethod = null;
10030 if (name === void 0)
10031 name = null;
10032 if (classes === void 0)
10033 classes = null;
10034 if (block === void 0)
10035 block = resetInput$lambda;
10036 visitTag(new INPUT_init(attributesMapOf(['type', InputType.reset.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10037 };
10038 }));
10039 var searchInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.searchInput_ap9uf6$', wrapFunction(function () {
10040 var Unit = Kotlin.kotlin.Unit;
10041 var InputType = _.kotlinx.html.InputType;
10042 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10043 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10044 var INPUT_init = _.kotlinx.html.INPUT;
10045 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10046 function visit$lambda(closure$block) {
10047 return function ($receiver) {
10048 closure$block($receiver);
10049 return Unit;
10050 };
10051 }
10052 function searchInput$lambda($receiver) {
10053 return Unit;
10054 }
10055 return function ($receiver, formEncType, formMethod, name, classes, block) {
10056 if (formEncType === void 0)
10057 formEncType = null;
10058 if (formMethod === void 0)
10059 formMethod = null;
10060 if (name === void 0)
10061 name = null;
10062 if (classes === void 0)
10063 classes = null;
10064 if (block === void 0)
10065 block = searchInput$lambda;
10066 visitTag(new INPUT_init(attributesMapOf(['type', InputType.search.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10067 };
10068 }));
10069 var submitInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.submitInput_ap9uf6$', wrapFunction(function () {
10070 var Unit = Kotlin.kotlin.Unit;
10071 var InputType = _.kotlinx.html.InputType;
10072 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10073 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10074 var INPUT_init = _.kotlinx.html.INPUT;
10075 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10076 function visit$lambda(closure$block) {
10077 return function ($receiver) {
10078 closure$block($receiver);
10079 return Unit;
10080 };
10081 }
10082 function submitInput$lambda($receiver) {
10083 return Unit;
10084 }
10085 return function ($receiver, formEncType, formMethod, name, classes, block) {
10086 if (formEncType === void 0)
10087 formEncType = null;
10088 if (formMethod === void 0)
10089 formMethod = null;
10090 if (name === void 0)
10091 name = null;
10092 if (classes === void 0)
10093 classes = null;
10094 if (block === void 0)
10095 block = submitInput$lambda;
10096 visitTag(new INPUT_init(attributesMapOf(['type', InputType.submit.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10097 };
10098 }));
10099 var textInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.textInput_ap9uf6$', wrapFunction(function () {
10100 var Unit = Kotlin.kotlin.Unit;
10101 var InputType = _.kotlinx.html.InputType;
10102 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10103 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10104 var INPUT_init = _.kotlinx.html.INPUT;
10105 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10106 function visit$lambda(closure$block) {
10107 return function ($receiver) {
10108 closure$block($receiver);
10109 return Unit;
10110 };
10111 }
10112 function textInput$lambda($receiver) {
10113 return Unit;
10114 }
10115 return function ($receiver, formEncType, formMethod, name, classes, block) {
10116 if (formEncType === void 0)
10117 formEncType = null;
10118 if (formMethod === void 0)
10119 formMethod = null;
10120 if (name === void 0)
10121 name = null;
10122 if (classes === void 0)
10123 classes = null;
10124 if (block === void 0)
10125 block = textInput$lambda;
10126 visitTag(new INPUT_init(attributesMapOf(['type', InputType.text.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10127 };
10128 }));
10129 var telInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.telInput_ap9uf6$', wrapFunction(function () {
10130 var Unit = Kotlin.kotlin.Unit;
10131 var InputType = _.kotlinx.html.InputType;
10132 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10133 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10134 var INPUT_init = _.kotlinx.html.INPUT;
10135 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10136 function visit$lambda(closure$block) {
10137 return function ($receiver) {
10138 closure$block($receiver);
10139 return Unit;
10140 };
10141 }
10142 function telInput$lambda($receiver) {
10143 return Unit;
10144 }
10145 return function ($receiver, formEncType, formMethod, name, classes, block) {
10146 if (formEncType === void 0)
10147 formEncType = null;
10148 if (formMethod === void 0)
10149 formMethod = null;
10150 if (name === void 0)
10151 name = null;
10152 if (classes === void 0)
10153 classes = null;
10154 if (block === void 0)
10155 block = telInput$lambda;
10156 visitTag(new INPUT_init(attributesMapOf(['type', InputType.tel.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10157 };
10158 }));
10159 var timeInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.timeInput_ap9uf6$', wrapFunction(function () {
10160 var Unit = Kotlin.kotlin.Unit;
10161 var InputType = _.kotlinx.html.InputType;
10162 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10163 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10164 var INPUT_init = _.kotlinx.html.INPUT;
10165 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10166 function visit$lambda(closure$block) {
10167 return function ($receiver) {
10168 closure$block($receiver);
10169 return Unit;
10170 };
10171 }
10172 function timeInput$lambda($receiver) {
10173 return Unit;
10174 }
10175 return function ($receiver, formEncType, formMethod, name, classes, block) {
10176 if (formEncType === void 0)
10177 formEncType = null;
10178 if (formMethod === void 0)
10179 formMethod = null;
10180 if (name === void 0)
10181 name = null;
10182 if (classes === void 0)
10183 classes = null;
10184 if (block === void 0)
10185 block = timeInput$lambda;
10186 visitTag(new INPUT_init(attributesMapOf(['type', InputType.time.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10187 };
10188 }));
10189 var urlInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.urlInput_ap9uf6$', wrapFunction(function () {
10190 var Unit = Kotlin.kotlin.Unit;
10191 var InputType = _.kotlinx.html.InputType;
10192 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10193 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10194 var INPUT_init = _.kotlinx.html.INPUT;
10195 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10196 function visit$lambda(closure$block) {
10197 return function ($receiver) {
10198 closure$block($receiver);
10199 return Unit;
10200 };
10201 }
10202 function urlInput$lambda($receiver) {
10203 return Unit;
10204 }
10205 return function ($receiver, formEncType, formMethod, name, classes, block) {
10206 if (formEncType === void 0)
10207 formEncType = null;
10208 if (formMethod === void 0)
10209 formMethod = null;
10210 if (name === void 0)
10211 name = null;
10212 if (classes === void 0)
10213 classes = null;
10214 if (block === void 0)
10215 block = urlInput$lambda;
10216 visitTag(new INPUT_init(attributesMapOf(['type', InputType.url.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10217 };
10218 }));
10219 var weekInput = defineInlineFunction('kotlinx-html-js.kotlinx.html.weekInput_ap9uf6$', wrapFunction(function () {
10220 var Unit = Kotlin.kotlin.Unit;
10221 var InputType = _.kotlinx.html.InputType;
10222 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10223 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10224 var INPUT_init = _.kotlinx.html.INPUT;
10225 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10226 function visit$lambda(closure$block) {
10227 return function ($receiver) {
10228 closure$block($receiver);
10229 return Unit;
10230 };
10231 }
10232 function weekInput$lambda($receiver) {
10233 return Unit;
10234 }
10235 return function ($receiver, formEncType, formMethod, name, classes, block) {
10236 if (formEncType === void 0)
10237 formEncType = null;
10238 if (formMethod === void 0)
10239 formMethod = null;
10240 if (name === void 0)
10241 name = null;
10242 if (classes === void 0)
10243 classes = null;
10244 if (block === void 0)
10245 block = weekInput$lambda;
10246 visitTag(new INPUT_init(attributesMapOf(['type', InputType.week.realValue, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver.consumer), visit$lambda(block));
10247 };
10248 }));
10249 var keyGen_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.keyGen_h5okci$', wrapFunction(function () {
10250 var Unit = Kotlin.kotlin.Unit;
10251 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10252 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10253 var KEYGEN_init = _.kotlinx.html.KEYGEN;
10254 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10255 function visit$lambda(closure$block) {
10256 return function ($receiver) {
10257 closure$block($receiver);
10258 return Unit;
10259 };
10260 }
10261 function keyGen$lambda($receiver) {
10262 return Unit;
10263 }
10264 return function ($receiver, keyType, classes, block) {
10265 if (keyType === void 0)
10266 keyType = null;
10267 if (classes === void 0)
10268 classes = null;
10269 if (block === void 0)
10270 block = keyGen$lambda;
10271 visitTag(new KEYGEN_init(attributesMapOf(['keytype', keyType != null ? enumEncode(keyType) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
10272 };
10273 }));
10274 var rsaKeyGen = defineInlineFunction('kotlinx-html-js.kotlinx.html.rsaKeyGen_7fxx9n$', wrapFunction(function () {
10275 var Unit = Kotlin.kotlin.Unit;
10276 var KeyGenKeyType = _.kotlinx.html.KeyGenKeyType;
10277 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10278 var KEYGEN_init = _.kotlinx.html.KEYGEN;
10279 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10280 function visit$lambda(closure$block) {
10281 return function ($receiver) {
10282 closure$block($receiver);
10283 return Unit;
10284 };
10285 }
10286 function rsaKeyGen$lambda($receiver) {
10287 return Unit;
10288 }
10289 return function ($receiver, classes, block) {
10290 if (classes === void 0)
10291 classes = null;
10292 if (block === void 0)
10293 block = rsaKeyGen$lambda;
10294 visitTag(new KEYGEN_init(attributesMapOf(['keytype', KeyGenKeyType.rsa.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
10295 };
10296 }));
10297 var label_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.label_yd75js$', wrapFunction(function () {
10298 var Unit = Kotlin.kotlin.Unit;
10299 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
10300 var LABEL_init = _.kotlinx.html.LABEL;
10301 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10302 function visit$lambda(closure$block) {
10303 return function ($receiver) {
10304 closure$block($receiver);
10305 return Unit;
10306 };
10307 }
10308 function label$lambda($receiver) {
10309 return Unit;
10310 }
10311 return function ($receiver, classes, block) {
10312 if (classes === void 0)
10313 classes = null;
10314 if (block === void 0)
10315 block = label$lambda;
10316 visitTag(new LABEL_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
10317 };
10318 }));
10319 var htmlObject_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.htmlObject_lbhlz7$', wrapFunction(function () {
10320 var Unit = Kotlin.kotlin.Unit;
10321 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
10322 var OBJECT_init = _.kotlinx.html.OBJECT;
10323 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10324 function visit$lambda(closure$block) {
10325 return function ($receiver) {
10326 closure$block($receiver);
10327 return Unit;
10328 };
10329 }
10330 function htmlObject$lambda($receiver) {
10331 return Unit;
10332 }
10333 return function ($receiver, classes, block) {
10334 if (classes === void 0)
10335 classes = null;
10336 if (block === void 0)
10337 block = htmlObject$lambda;
10338 visitTag(new OBJECT_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
10339 };
10340 }));
10341 var select_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.select_9klr40$', wrapFunction(function () {
10342 var Unit = Kotlin.kotlin.Unit;
10343 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
10344 var SELECT_init = _.kotlinx.html.SELECT;
10345 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10346 function visit$lambda(closure$block) {
10347 return function ($receiver) {
10348 closure$block($receiver);
10349 return Unit;
10350 };
10351 }
10352 function select$lambda($receiver) {
10353 return Unit;
10354 }
10355 return function ($receiver, classes, block) {
10356 if (classes === void 0)
10357 classes = null;
10358 if (block === void 0)
10359 block = select$lambda;
10360 visitTag(new SELECT_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
10361 };
10362 }));
10363 var textArea_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.textArea_b1tfd9$', wrapFunction(function () {
10364 var Unit = Kotlin.kotlin.Unit;
10365 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
10366 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10367 var TEXTAREA_init = _.kotlinx.html.TEXTAREA;
10368 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10369 function visit$lambda(closure$block) {
10370 return function ($receiver) {
10371 closure$block($receiver);
10372 return Unit;
10373 };
10374 }
10375 function textArea$lambda($receiver) {
10376 return Unit;
10377 }
10378 return function ($receiver, rows, cols, wrap, classes, block) {
10379 if (rows === void 0)
10380 rows = null;
10381 if (cols === void 0)
10382 cols = null;
10383 if (wrap === void 0)
10384 wrap = null;
10385 if (classes === void 0)
10386 classes = null;
10387 if (block === void 0)
10388 block = textArea$lambda;
10389 visitTag(new TEXTAREA_init(attributesMapOf(['rows', rows, 'cols', cols, 'wrap', wrap != null ? enumEncode(wrap) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
10390 };
10391 }));
10392 function textArea$lambda_0(closure$content) {
10393 return function ($receiver) {
10394 $receiver.unaryPlus_pdl1vz$(closure$content);
10395 return Unit;
10396 };
10397 }
10398 function textArea_2($receiver, rows, cols, wrap, classes, content) {
10399 if (rows === void 0)
10400 rows = null;
10401 if (cols === void 0)
10402 cols = null;
10403 if (wrap === void 0)
10404 wrap = null;
10405 if (classes === void 0)
10406 classes = null;
10407 if (content === void 0)
10408 content = '';
10409 visitTag(new TEXTAREA(attributesMapOf_1(['rows', rows, 'cols', cols, 'wrap', wrap != null ? enumEncode(wrap) : null, 'class', classes]), $receiver.consumer), visit$lambda_5(textArea$lambda_0(content)));
10410 }
10411 var hardTextArea = defineInlineFunction('kotlinx-html-js.kotlinx.html.hardTextArea_skdnmm$', wrapFunction(function () {
10412 var Unit = Kotlin.kotlin.Unit;
10413 var TextAreaWrap = _.kotlinx.html.TextAreaWrap;
10414 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10415 var TEXTAREA_init = _.kotlinx.html.TEXTAREA;
10416 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10417 function visit$lambda(closure$block) {
10418 return function ($receiver) {
10419 closure$block($receiver);
10420 return Unit;
10421 };
10422 }
10423 function hardTextArea$lambda($receiver) {
10424 return Unit;
10425 }
10426 return function ($receiver, rows, cols, classes, block) {
10427 if (rows === void 0)
10428 rows = null;
10429 if (cols === void 0)
10430 cols = null;
10431 if (classes === void 0)
10432 classes = null;
10433 if (block === void 0)
10434 block = hardTextArea$lambda;
10435 visitTag(new TEXTAREA_init(attributesMapOf(['rows', rows, 'cols', cols, 'wrap', TextAreaWrap.hard.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
10436 };
10437 }));
10438 var softTextArea = defineInlineFunction('kotlinx-html-js.kotlinx.html.softTextArea_skdnmm$', wrapFunction(function () {
10439 var Unit = Kotlin.kotlin.Unit;
10440 var TextAreaWrap = _.kotlinx.html.TextAreaWrap;
10441 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
10442 var TEXTAREA_init = _.kotlinx.html.TEXTAREA;
10443 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10444 function visit$lambda(closure$block) {
10445 return function ($receiver) {
10446 closure$block($receiver);
10447 return Unit;
10448 };
10449 }
10450 function softTextArea$lambda($receiver) {
10451 return Unit;
10452 }
10453 return function ($receiver, rows, cols, classes, block) {
10454 if (rows === void 0)
10455 rows = null;
10456 if (cols === void 0)
10457 cols = null;
10458 if (classes === void 0)
10459 classes = null;
10460 if (block === void 0)
10461 block = softTextArea$lambda;
10462 visitTag(new TEXTAREA_init(attributesMapOf(['rows', rows, 'cols', cols, 'wrap', TextAreaWrap.soft.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
10463 };
10464 }));
10465 function hardTextArea$lambda(closure$content) {
10466 return function ($receiver) {
10467 $receiver.unaryPlus_pdl1vz$(closure$content);
10468 return Unit;
10469 };
10470 }
10471 function hardTextArea_0($receiver, rows, cols, classes, content) {
10472 if (rows === void 0)
10473 rows = null;
10474 if (cols === void 0)
10475 cols = null;
10476 if (classes === void 0)
10477 classes = null;
10478 if (content === void 0)
10479 content = '';
10480 visitTag(new TEXTAREA(attributesMapOf_1(['rows', rows, 'cols', cols, 'wrap', TextAreaWrap$hard_getInstance().realValue, 'class', classes]), $receiver.consumer), visit$lambda_5(hardTextArea$lambda(content)));
10481 }
10482 function softTextArea$lambda(closure$content) {
10483 return function ($receiver) {
10484 $receiver.unaryPlus_pdl1vz$(closure$content);
10485 return Unit;
10486 };
10487 }
10488 function softTextArea_0($receiver, rows, cols, classes, content) {
10489 if (rows === void 0)
10490 rows = null;
10491 if (cols === void 0)
10492 cols = null;
10493 if (classes === void 0)
10494 classes = null;
10495 if (content === void 0)
10496 content = '';
10497 visitTag(new TEXTAREA(attributesMapOf_1(['rows', rows, 'cols', cols, 'wrap', TextAreaWrap$soft_getInstance().realValue, 'class', classes]), $receiver.consumer), visit$lambda_5(softTextArea$lambda(content)));
10498 }
10499 var video_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.video_qpg29b$', wrapFunction(function () {
10500 var Unit = Kotlin.kotlin.Unit;
10501 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
10502 var VIDEO_init = _.kotlinx.html.VIDEO;
10503 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10504 function visit$lambda(closure$block) {
10505 return function ($receiver) {
10506 closure$block($receiver);
10507 return Unit;
10508 };
10509 }
10510 function video$lambda($receiver) {
10511 return Unit;
10512 }
10513 return function ($receiver, classes, block) {
10514 if (classes === void 0)
10515 classes = null;
10516 if (block === void 0)
10517 block = video$lambda;
10518 visitTag(new VIDEO_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
10519 };
10520 }));
10521 function A(initialAttributes, consumer) {
10522 HTMLTag.call(this, 'a', consumer, initialAttributes, null, true, false);
10523 this.consumer_615sxh$_0 = consumer;
10524 }
10525 Object.defineProperty(A.prototype, 'consumer', {
10526 get: function () {
10527 return this.consumer_615sxh$_0;
10528 }
10529 });
10530 Object.defineProperty(A.prototype, 'href', {
10531 get: function () {
10532 return attributeStringString.get_txhc1s$(this, 'href');
10533 },
10534 set: function (newValue) {
10535 attributeStringString.set_fid0sb$(this, 'href', newValue);
10536 }
10537 });
10538 Object.defineProperty(A.prototype, 'target', {
10539 get: function () {
10540 return attributeStringString.get_txhc1s$(this, 'target');
10541 },
10542 set: function (newValue) {
10543 attributeStringString.set_fid0sb$(this, 'target', newValue);
10544 }
10545 });
10546 Object.defineProperty(A.prototype, 'ping', {
10547 get: function () {
10548 return attributeStringString.get_txhc1s$(this, 'ping');
10549 },
10550 set: function (newValue) {
10551 attributeStringString.set_fid0sb$(this, 'ping', newValue);
10552 }
10553 });
10554 Object.defineProperty(A.prototype, 'rel', {
10555 get: function () {
10556 return attributeStringString.get_txhc1s$(this, 'rel');
10557 },
10558 set: function (newValue) {
10559 attributeStringString.set_fid0sb$(this, 'rel', newValue);
10560 }
10561 });
10562 Object.defineProperty(A.prototype, 'hrefLang', {
10563 get: function () {
10564 return attributeStringString.get_txhc1s$(this, 'hreflang');
10565 },
10566 set: function (newValue) {
10567 attributeStringString.set_fid0sb$(this, 'hreflang', newValue);
10568 }
10569 });
10570 Object.defineProperty(A.prototype, 'type', {
10571 get: function () {
10572 return attributeStringString.get_txhc1s$(this, 'type');
10573 },
10574 set: function (newValue) {
10575 attributeStringString.set_fid0sb$(this, 'type', newValue);
10576 }
10577 });
10578 A.$metadata$ = {
10579 kind: Kind_CLASS,
10580 simpleName: 'A',
10581 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
10582 };
10583 function get_asFlowContent($receiver) {
10584 return $receiver;
10585 }
10586 function get_asInteractiveContent($receiver) {
10587 return $receiver;
10588 }
10589 function get_asPhrasingContent($receiver) {
10590 return $receiver;
10591 }
10592 function ABBR(initialAttributes, consumer) {
10593 HTMLTag.call(this, 'abbr', consumer, initialAttributes, null, true, false);
10594 this.consumer_ms3o7n$_0 = consumer;
10595 }
10596 Object.defineProperty(ABBR.prototype, 'consumer', {
10597 get: function () {
10598 return this.consumer_ms3o7n$_0;
10599 }
10600 });
10601 ABBR.$metadata$ = {
10602 kind: Kind_CLASS,
10603 simpleName: 'ABBR',
10604 interfaces: [HtmlBlockInlineTag, HTMLTag]
10605 };
10606 function get_asFlowContent_0($receiver) {
10607 return $receiver;
10608 }
10609 function get_asPhrasingContent_0($receiver) {
10610 return $receiver;
10611 }
10612 function ADDRESS(initialAttributes, consumer) {
10613 HTMLTag.call(this, 'address', consumer, initialAttributes, null, false, false);
10614 this.consumer_3eh15q$_0 = consumer;
10615 }
10616 Object.defineProperty(ADDRESS.prototype, 'consumer', {
10617 get: function () {
10618 return this.consumer_3eh15q$_0;
10619 }
10620 });
10621 ADDRESS.$metadata$ = {
10622 kind: Kind_CLASS,
10623 simpleName: 'ADDRESS',
10624 interfaces: [HtmlBlockTag, HTMLTag]
10625 };
10626 function AREA(initialAttributes, consumer) {
10627 HTMLTag.call(this, 'area', consumer, initialAttributes, null, true, true);
10628 this.consumer_ukmgtr$_0 = consumer;
10629 }
10630 Object.defineProperty(AREA.prototype, 'consumer', {
10631 get: function () {
10632 return this.consumer_ukmgtr$_0;
10633 }
10634 });
10635 Object.defineProperty(AREA.prototype, 'coords', {
10636 get: function () {
10637 return attributeStringString.get_txhc1s$(this, 'coords');
10638 },
10639 set: function (newValue) {
10640 attributeStringString.set_fid0sb$(this, 'coords', newValue);
10641 }
10642 });
10643 Object.defineProperty(AREA.prototype, 'href', {
10644 get: function () {
10645 return attributeStringString.get_txhc1s$(this, 'href');
10646 },
10647 set: function (newValue) {
10648 attributeStringString.set_fid0sb$(this, 'href', newValue);
10649 }
10650 });
10651 Object.defineProperty(AREA.prototype, 'hrefLang', {
10652 get: function () {
10653 return attributeStringString.get_txhc1s$(this, 'hreflang');
10654 },
10655 set: function (newValue) {
10656 attributeStringString.set_fid0sb$(this, 'hreflang', newValue);
10657 }
10658 });
10659 Object.defineProperty(AREA.prototype, 'alt', {
10660 get: function () {
10661 return attributeStringString.get_txhc1s$(this, 'alt');
10662 },
10663 set: function (newValue) {
10664 attributeStringString.set_fid0sb$(this, 'alt', newValue);
10665 }
10666 });
10667 Object.defineProperty(AREA.prototype, 'target', {
10668 get: function () {
10669 return attributeStringString.get_txhc1s$(this, 'target');
10670 },
10671 set: function (newValue) {
10672 attributeStringString.set_fid0sb$(this, 'target', newValue);
10673 }
10674 });
10675 Object.defineProperty(AREA.prototype, 'media', {
10676 get: function () {
10677 return attributeStringString.get_txhc1s$(this, 'media');
10678 },
10679 set: function (newValue) {
10680 attributeStringString.set_fid0sb$(this, 'media', newValue);
10681 }
10682 });
10683 Object.defineProperty(AREA.prototype, 'rel', {
10684 get: function () {
10685 return attributeStringString.get_txhc1s$(this, 'rel');
10686 },
10687 set: function (newValue) {
10688 attributeStringString.set_fid0sb$(this, 'rel', newValue);
10689 }
10690 });
10691 Object.defineProperty(AREA.prototype, 'ping', {
10692 get: function () {
10693 return attributeStringString.get_txhc1s$(this, 'ping');
10694 },
10695 set: function (newValue) {
10696 attributeStringString.set_fid0sb$(this, 'ping', newValue);
10697 }
10698 });
10699 Object.defineProperty(AREA.prototype, 'type', {
10700 get: function () {
10701 return attributeStringString.get_txhc1s$(this, 'type');
10702 },
10703 set: function (newValue) {
10704 attributeStringString.set_fid0sb$(this, 'type', newValue);
10705 }
10706 });
10707 AREA.$metadata$ = {
10708 kind: Kind_CLASS,
10709 simpleName: 'AREA',
10710 interfaces: [HtmlBlockInlineTag, HTMLTag]
10711 };
10712 function get_asFlowContent_1($receiver) {
10713 return $receiver;
10714 }
10715 function get_asPhrasingContent_1($receiver) {
10716 return $receiver;
10717 }
10718 function ARTICLE(initialAttributes, consumer) {
10719 HTMLTag.call(this, 'article', consumer, initialAttributes, null, false, false);
10720 this.consumer_b5vrs0$_0 = consumer;
10721 }
10722 Object.defineProperty(ARTICLE.prototype, 'consumer', {
10723 get: function () {
10724 return this.consumer_b5vrs0$_0;
10725 }
10726 });
10727 ARTICLE.$metadata$ = {
10728 kind: Kind_CLASS,
10729 simpleName: 'ARTICLE',
10730 interfaces: [CommonAttributeGroupFacadeFlowSectioningContent, HTMLTag]
10731 };
10732 function get_asFlowContent_2($receiver) {
10733 return $receiver;
10734 }
10735 function get_asSectioningContent($receiver) {
10736 return $receiver;
10737 }
10738 function ASIDE(initialAttributes, consumer) {
10739 HTMLTag.call(this, 'aside', consumer, initialAttributes, null, false, false);
10740 this.consumer_i4oajm$_0 = consumer;
10741 }
10742 Object.defineProperty(ASIDE.prototype, 'consumer', {
10743 get: function () {
10744 return this.consumer_i4oajm$_0;
10745 }
10746 });
10747 ASIDE.$metadata$ = {
10748 kind: Kind_CLASS,
10749 simpleName: 'ASIDE',
10750 interfaces: [CommonAttributeGroupFacadeFlowSectioningContent, HTMLTag]
10751 };
10752 function get_asFlowContent_3($receiver) {
10753 return $receiver;
10754 }
10755 function get_asSectioningContent_0($receiver) {
10756 return $receiver;
10757 }
10758 function AUDIO(initialAttributes, consumer) {
10759 HTMLTag.call(this, 'audio', consumer, initialAttributes, null, false, false);
10760 this.consumer_na8ebk$_0 = consumer;
10761 }
10762 Object.defineProperty(AUDIO.prototype, 'consumer', {
10763 get: function () {
10764 return this.consumer_na8ebk$_0;
10765 }
10766 });
10767 Object.defineProperty(AUDIO.prototype, 'src', {
10768 get: function () {
10769 return attributeStringString.get_txhc1s$(this, 'src');
10770 },
10771 set: function (newValue) {
10772 attributeStringString.set_fid0sb$(this, 'src', newValue);
10773 }
10774 });
10775 Object.defineProperty(AUDIO.prototype, 'autoBuffer', {
10776 get: function () {
10777 return attributeBooleanTicker.get_txhc1s$(this, 'autobuffer');
10778 },
10779 set: function (newValue) {
10780 attributeBooleanTicker.set_fid0sb$(this, 'autobuffer', newValue);
10781 }
10782 });
10783 Object.defineProperty(AUDIO.prototype, 'autoPlay', {
10784 get: function () {
10785 return attributeBooleanTicker.get_txhc1s$(this, 'autoplay');
10786 },
10787 set: function (newValue) {
10788 attributeBooleanTicker.set_fid0sb$(this, 'autoplay', newValue);
10789 }
10790 });
10791 Object.defineProperty(AUDIO.prototype, 'loop', {
10792 get: function () {
10793 return attributeBooleanTicker.get_txhc1s$(this, 'loop');
10794 },
10795 set: function (newValue) {
10796 attributeBooleanTicker.set_fid0sb$(this, 'loop', newValue);
10797 }
10798 });
10799 Object.defineProperty(AUDIO.prototype, 'controls', {
10800 get: function () {
10801 return attributeBooleanTicker.get_txhc1s$(this, 'controls');
10802 },
10803 set: function (newValue) {
10804 attributeBooleanTicker.set_fid0sb$(this, 'controls', newValue);
10805 }
10806 });
10807 AUDIO.$metadata$ = {
10808 kind: Kind_CLASS,
10809 simpleName: 'AUDIO',
10810 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
10811 };
10812 var source_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.source_73nwfk$', wrapFunction(function () {
10813 var Unit = Kotlin.kotlin.Unit;
10814 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
10815 var SOURCE_init = _.kotlinx.html.SOURCE;
10816 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
10817 function visit$lambda(closure$block) {
10818 return function ($receiver) {
10819 closure$block($receiver);
10820 return Unit;
10821 };
10822 }
10823 function source$lambda($receiver) {
10824 return Unit;
10825 }
10826 return function ($receiver, classes, block) {
10827 if (classes === void 0)
10828 classes = null;
10829 if (block === void 0)
10830 block = source$lambda;
10831 visitTag(new SOURCE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
10832 };
10833 }));
10834 function get_asFlowContent_4($receiver) {
10835 return $receiver;
10836 }
10837 function get_asInteractiveContent_0($receiver) {
10838 return $receiver;
10839 }
10840 function get_asPhrasingContent_2($receiver) {
10841 return $receiver;
10842 }
10843 function B(initialAttributes, consumer) {
10844 HTMLTag.call(this, 'b', consumer, initialAttributes, null, true, false);
10845 this.consumer_za3ci4$_0 = consumer;
10846 }
10847 Object.defineProperty(B.prototype, 'consumer', {
10848 get: function () {
10849 return this.consumer_za3ci4$_0;
10850 }
10851 });
10852 B.$metadata$ = {
10853 kind: Kind_CLASS,
10854 simpleName: 'B',
10855 interfaces: [HtmlBlockInlineTag, HTMLTag]
10856 };
10857 function get_asFlowContent_5($receiver) {
10858 return $receiver;
10859 }
10860 function get_asPhrasingContent_3($receiver) {
10861 return $receiver;
10862 }
10863 function BASE(initialAttributes, consumer) {
10864 HTMLTag.call(this, 'base', consumer, initialAttributes, null, true, true);
10865 this.consumer_fprlrn$_0 = consumer;
10866 }
10867 Object.defineProperty(BASE.prototype, 'consumer', {
10868 get: function () {
10869 return this.consumer_fprlrn$_0;
10870 }
10871 });
10872 Object.defineProperty(BASE.prototype, 'href', {
10873 get: function () {
10874 return attributeStringString.get_txhc1s$(this, 'href');
10875 },
10876 set: function (newValue) {
10877 attributeStringString.set_fid0sb$(this, 'href', newValue);
10878 }
10879 });
10880 Object.defineProperty(BASE.prototype, 'target', {
10881 get: function () {
10882 return attributeStringString.get_txhc1s$(this, 'target');
10883 },
10884 set: function (newValue) {
10885 attributeStringString.set_fid0sb$(this, 'target', newValue);
10886 }
10887 });
10888 BASE.$metadata$ = {
10889 kind: Kind_CLASS,
10890 simpleName: 'BASE',
10891 interfaces: [HtmlHeadTag, HTMLTag]
10892 };
10893 function BDI(initialAttributes, consumer) {
10894 HTMLTag.call(this, 'bdi', consumer, initialAttributes, null, true, false);
10895 this.consumer_uxsslt$_0 = consumer;
10896 }
10897 Object.defineProperty(BDI.prototype, 'consumer', {
10898 get: function () {
10899 return this.consumer_uxsslt$_0;
10900 }
10901 });
10902 BDI.$metadata$ = {
10903 kind: Kind_CLASS,
10904 simpleName: 'BDI',
10905 interfaces: [HtmlBlockInlineTag, HTMLTag]
10906 };
10907 function get_asFlowContent_6($receiver) {
10908 return $receiver;
10909 }
10910 function get_asPhrasingContent_4($receiver) {
10911 return $receiver;
10912 }
10913 function BDO(initialAttributes, consumer) {
10914 HTMLTag.call(this, 'bdo', consumer, initialAttributes, null, true, false);
10915 this.consumer_5b4ip5$_0 = consumer;
10916 }
10917 Object.defineProperty(BDO.prototype, 'consumer', {
10918 get: function () {
10919 return this.consumer_5b4ip5$_0;
10920 }
10921 });
10922 BDO.$metadata$ = {
10923 kind: Kind_CLASS,
10924 simpleName: 'BDO',
10925 interfaces: [HtmlBlockInlineTag, HTMLTag]
10926 };
10927 function get_asFlowContent_7($receiver) {
10928 return $receiver;
10929 }
10930 function get_asPhrasingContent_5($receiver) {
10931 return $receiver;
10932 }
10933 function BLOCKQUOTE(initialAttributes, consumer) {
10934 HTMLTag.call(this, 'blockquote', consumer, initialAttributes, null, false, false);
10935 this.consumer_poh45r$_0 = consumer;
10936 }
10937 Object.defineProperty(BLOCKQUOTE.prototype, 'consumer', {
10938 get: function () {
10939 return this.consumer_poh45r$_0;
10940 }
10941 });
10942 Object.defineProperty(BLOCKQUOTE.prototype, 'cite', {
10943 get: function () {
10944 return attributeStringString.get_txhc1s$(this, 'cite');
10945 },
10946 set: function (newValue) {
10947 attributeStringString.set_fid0sb$(this, 'cite', newValue);
10948 }
10949 });
10950 BLOCKQUOTE.$metadata$ = {
10951 kind: Kind_CLASS,
10952 simpleName: 'BLOCKQUOTE',
10953 interfaces: [HtmlBlockTag, HTMLTag]
10954 };
10955 function BODY(initialAttributes, consumer) {
10956 HTMLTag.call(this, 'body', consumer, initialAttributes, null, false, false);
10957 this.consumer_vpcosk$_0 = consumer;
10958 }
10959 Object.defineProperty(BODY.prototype, 'consumer', {
10960 get: function () {
10961 return this.consumer_vpcosk$_0;
10962 }
10963 });
10964 Object.defineProperty(BODY.prototype, 'onAfterprint', {
10965 get: function () {
10966 return attributeStringString.get_txhc1s$(this, 'onafterprint');
10967 },
10968 set: function (newValue) {
10969 attributeStringString.set_fid0sb$(this, 'onafterprint', newValue);
10970 }
10971 });
10972 Object.defineProperty(BODY.prototype, 'onBeforeprint', {
10973 get: function () {
10974 return attributeStringString.get_txhc1s$(this, 'onbeforeprint');
10975 },
10976 set: function (newValue) {
10977 attributeStringString.set_fid0sb$(this, 'onbeforeprint', newValue);
10978 }
10979 });
10980 Object.defineProperty(BODY.prototype, 'onBeforeunLoad', {
10981 get: function () {
10982 return attributeStringString.get_txhc1s$(this, 'onbeforeunload');
10983 },
10984 set: function (newValue) {
10985 attributeStringString.set_fid0sb$(this, 'onbeforeunload', newValue);
10986 }
10987 });
10988 Object.defineProperty(BODY.prototype, 'onHashChange', {
10989 get: function () {
10990 return attributeStringString.get_txhc1s$(this, 'onhashchange');
10991 },
10992 set: function (newValue) {
10993 attributeStringString.set_fid0sb$(this, 'onhashchange', newValue);
10994 }
10995 });
10996 Object.defineProperty(BODY.prototype, 'onMessage', {
10997 get: function () {
10998 return attributeStringString.get_txhc1s$(this, 'onmessage');
10999 },
11000 set: function (newValue) {
11001 attributeStringString.set_fid0sb$(this, 'onmessage', newValue);
11002 }
11003 });
11004 Object.defineProperty(BODY.prototype, 'onOffline', {
11005 get: function () {
11006 return attributeStringString.get_txhc1s$(this, 'onoffline');
11007 },
11008 set: function (newValue) {
11009 attributeStringString.set_fid0sb$(this, 'onoffline', newValue);
11010 }
11011 });
11012 Object.defineProperty(BODY.prototype, 'onOnline', {
11013 get: function () {
11014 return attributeStringString.get_txhc1s$(this, 'ononline');
11015 },
11016 set: function (newValue) {
11017 attributeStringString.set_fid0sb$(this, 'ononline', newValue);
11018 }
11019 });
11020 Object.defineProperty(BODY.prototype, 'onPopstate', {
11021 get: function () {
11022 return attributeStringString.get_txhc1s$(this, 'onpopstate');
11023 },
11024 set: function (newValue) {
11025 attributeStringString.set_fid0sb$(this, 'onpopstate', newValue);
11026 }
11027 });
11028 Object.defineProperty(BODY.prototype, 'onRedo', {
11029 get: function () {
11030 return attributeStringString.get_txhc1s$(this, 'onredo');
11031 },
11032 set: function (newValue) {
11033 attributeStringString.set_fid0sb$(this, 'onredo', newValue);
11034 }
11035 });
11036 Object.defineProperty(BODY.prototype, 'onResize', {
11037 get: function () {
11038 return attributeStringString.get_txhc1s$(this, 'onresize');
11039 },
11040 set: function (newValue) {
11041 attributeStringString.set_fid0sb$(this, 'onresize', newValue);
11042 }
11043 });
11044 Object.defineProperty(BODY.prototype, 'onStorage', {
11045 get: function () {
11046 return attributeStringString.get_txhc1s$(this, 'onstorage');
11047 },
11048 set: function (newValue) {
11049 attributeStringString.set_fid0sb$(this, 'onstorage', newValue);
11050 }
11051 });
11052 Object.defineProperty(BODY.prototype, 'onUndo', {
11053 get: function () {
11054 return attributeStringString.get_txhc1s$(this, 'onundo');
11055 },
11056 set: function (newValue) {
11057 attributeStringString.set_fid0sb$(this, 'onundo', newValue);
11058 }
11059 });
11060 Object.defineProperty(BODY.prototype, 'onUnLoad', {
11061 get: function () {
11062 return attributeStringString.get_txhc1s$(this, 'onunload');
11063 },
11064 set: function (newValue) {
11065 attributeStringString.set_fid0sb$(this, 'onunload', newValue);
11066 }
11067 });
11068 BODY.$metadata$ = {
11069 kind: Kind_CLASS,
11070 simpleName: 'BODY',
11071 interfaces: [HtmlBlockTag, HTMLTag]
11072 };
11073 function BR(initialAttributes, consumer) {
11074 HTMLTag.call(this, 'br', consumer, initialAttributes, null, true, true);
11075 this.consumer_c6kd6a$_0 = consumer;
11076 }
11077 Object.defineProperty(BR.prototype, 'consumer', {
11078 get: function () {
11079 return this.consumer_c6kd6a$_0;
11080 }
11081 });
11082 BR.$metadata$ = {
11083 kind: Kind_CLASS,
11084 simpleName: 'BR',
11085 interfaces: [HtmlBlockInlineTag, HTMLTag]
11086 };
11087 function get_asFlowContent_8($receiver) {
11088 return $receiver;
11089 }
11090 function get_asPhrasingContent_6($receiver) {
11091 return $receiver;
11092 }
11093 function BUTTON(initialAttributes, consumer) {
11094 HTMLTag.call(this, 'button', consumer, initialAttributes, null, true, false);
11095 this.consumer_a8eqy4$_0 = consumer;
11096 }
11097 Object.defineProperty(BUTTON.prototype, 'consumer', {
11098 get: function () {
11099 return this.consumer_a8eqy4$_0;
11100 }
11101 });
11102 Object.defineProperty(BUTTON.prototype, 'autoFocus', {
11103 get: function () {
11104 return attributeBooleanTicker.get_txhc1s$(this, 'autofocus');
11105 },
11106 set: function (newValue) {
11107 attributeBooleanTicker.set_fid0sb$(this, 'autofocus', newValue);
11108 }
11109 });
11110 Object.defineProperty(BUTTON.prototype, 'disabled', {
11111 get: function () {
11112 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
11113 },
11114 set: function (newValue) {
11115 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
11116 }
11117 });
11118 Object.defineProperty(BUTTON.prototype, 'form', {
11119 get: function () {
11120 return attributeStringString.get_txhc1s$(this, 'form');
11121 },
11122 set: function (newValue) {
11123 attributeStringString.set_fid0sb$(this, 'form', newValue);
11124 }
11125 });
11126 Object.defineProperty(BUTTON.prototype, 'formAction', {
11127 get: function () {
11128 return attributeStringString.get_txhc1s$(this, 'formaction');
11129 },
11130 set: function (newValue) {
11131 attributeStringString.set_fid0sb$(this, 'formaction', newValue);
11132 }
11133 });
11134 Object.defineProperty(BUTTON.prototype, 'formEncType', {
11135 get: function () {
11136 return attributeButtonFormEncTypeEnumButtonFormEncTypeValues.get_txhc1s$(this, 'formenctype');
11137 },
11138 set: function (newValue) {
11139 attributeButtonFormEncTypeEnumButtonFormEncTypeValues.set_fid0sb$(this, 'formenctype', newValue);
11140 }
11141 });
11142 Object.defineProperty(BUTTON.prototype, 'formMethod', {
11143 get: function () {
11144 return attributeButtonFormMethodEnumButtonFormMethodValues.get_txhc1s$(this, 'formmethod');
11145 },
11146 set: function (newValue) {
11147 attributeButtonFormMethodEnumButtonFormMethodValues.set_fid0sb$(this, 'formmethod', newValue);
11148 }
11149 });
11150 Object.defineProperty(BUTTON.prototype, 'formNovalidate', {
11151 get: function () {
11152 return attributeBooleanTicker.get_txhc1s$(this, 'formnovalidate');
11153 },
11154 set: function (newValue) {
11155 attributeBooleanTicker.set_fid0sb$(this, 'formnovalidate', newValue);
11156 }
11157 });
11158 Object.defineProperty(BUTTON.prototype, 'formTarget', {
11159 get: function () {
11160 return attributeStringString.get_txhc1s$(this, 'formtarget');
11161 },
11162 set: function (newValue) {
11163 attributeStringString.set_fid0sb$(this, 'formtarget', newValue);
11164 }
11165 });
11166 Object.defineProperty(BUTTON.prototype, 'name', {
11167 get: function () {
11168 return attributeStringString.get_txhc1s$(this, 'name');
11169 },
11170 set: function (newValue) {
11171 attributeStringString.set_fid0sb$(this, 'name', newValue);
11172 }
11173 });
11174 Object.defineProperty(BUTTON.prototype, 'value', {
11175 get: function () {
11176 return attributeStringString.get_txhc1s$(this, 'value');
11177 },
11178 set: function (newValue) {
11179 attributeStringString.set_fid0sb$(this, 'value', newValue);
11180 }
11181 });
11182 Object.defineProperty(BUTTON.prototype, 'type', {
11183 get: function () {
11184 return attributeButtonTypeEnumButtonTypeValues.get_txhc1s$(this, 'type');
11185 },
11186 set: function (newValue) {
11187 attributeButtonTypeEnumButtonTypeValues.set_fid0sb$(this, 'type', newValue);
11188 }
11189 });
11190 BUTTON.$metadata$ = {
11191 kind: Kind_CLASS,
11192 simpleName: 'BUTTON',
11193 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
11194 };
11195 function get_asFlowContent_9($receiver) {
11196 return $receiver;
11197 }
11198 function get_asInteractiveContent_1($receiver) {
11199 return $receiver;
11200 }
11201 function get_asPhrasingContent_7($receiver) {
11202 return $receiver;
11203 }
11204 function CANVAS(initialAttributes, consumer) {
11205 HTMLTag.call(this, 'canvas', consumer, initialAttributes, null, false, false);
11206 this.consumer_g24cau$_0 = consumer;
11207 }
11208 Object.defineProperty(CANVAS.prototype, 'consumer', {
11209 get: function () {
11210 return this.consumer_g24cau$_0;
11211 }
11212 });
11213 Object.defineProperty(CANVAS.prototype, 'width', {
11214 get: function () {
11215 return attributeStringString.get_txhc1s$(this, 'width');
11216 },
11217 set: function (newValue) {
11218 attributeStringString.set_fid0sb$(this, 'width', newValue);
11219 }
11220 });
11221 Object.defineProperty(CANVAS.prototype, 'height', {
11222 get: function () {
11223 return attributeStringString.get_txhc1s$(this, 'height');
11224 },
11225 set: function (newValue) {
11226 attributeStringString.set_fid0sb$(this, 'height', newValue);
11227 }
11228 });
11229 CANVAS.$metadata$ = {
11230 kind: Kind_CLASS,
11231 simpleName: 'CANVAS',
11232 interfaces: [HtmlBlockInlineTag, HTMLTag]
11233 };
11234 function get_asFlowContent_10($receiver) {
11235 return $receiver;
11236 }
11237 function get_asPhrasingContent_8($receiver) {
11238 return $receiver;
11239 }
11240 function CAPTION(initialAttributes, consumer) {
11241 HTMLTag.call(this, 'caption', consumer, initialAttributes, null, false, false);
11242 this.consumer_km5bao$_0 = consumer;
11243 }
11244 Object.defineProperty(CAPTION.prototype, 'consumer', {
11245 get: function () {
11246 return this.consumer_km5bao$_0;
11247 }
11248 });
11249 CAPTION.$metadata$ = {
11250 kind: Kind_CLASS,
11251 simpleName: 'CAPTION',
11252 interfaces: [HtmlBlockTag, HTMLTag]
11253 };
11254 function CITE(initialAttributes, consumer) {
11255 HTMLTag.call(this, 'cite', consumer, initialAttributes, null, true, false);
11256 this.consumer_tbuqkn$_0 = consumer;
11257 }
11258 Object.defineProperty(CITE.prototype, 'consumer', {
11259 get: function () {
11260 return this.consumer_tbuqkn$_0;
11261 }
11262 });
11263 CITE.$metadata$ = {
11264 kind: Kind_CLASS,
11265 simpleName: 'CITE',
11266 interfaces: [HtmlBlockInlineTag, HTMLTag]
11267 };
11268 function get_asFlowContent_11($receiver) {
11269 return $receiver;
11270 }
11271 function get_asPhrasingContent_9($receiver) {
11272 return $receiver;
11273 }
11274 function CODE(initialAttributes, consumer) {
11275 HTMLTag.call(this, 'code', consumer, initialAttributes, null, true, false);
11276 this.consumer_lkhlo1$_0 = consumer;
11277 }
11278 Object.defineProperty(CODE.prototype, 'consumer', {
11279 get: function () {
11280 return this.consumer_lkhlo1$_0;
11281 }
11282 });
11283 CODE.$metadata$ = {
11284 kind: Kind_CLASS,
11285 simpleName: 'CODE',
11286 interfaces: [HtmlBlockInlineTag, HTMLTag]
11287 };
11288 function get_asFlowContent_12($receiver) {
11289 return $receiver;
11290 }
11291 function get_asPhrasingContent_10($receiver) {
11292 return $receiver;
11293 }
11294 function COL(initialAttributes, consumer) {
11295 HTMLTag.call(this, 'col', consumer, initialAttributes, null, false, true);
11296 this.consumer_vg138q$_0 = consumer;
11297 }
11298 Object.defineProperty(COL.prototype, 'consumer', {
11299 get: function () {
11300 return this.consumer_vg138q$_0;
11301 }
11302 });
11303 Object.defineProperty(COL.prototype, 'span', {
11304 get: function () {
11305 return attributeStringString.get_txhc1s$(this, 'span');
11306 },
11307 set: function (newValue) {
11308 attributeStringString.set_fid0sb$(this, 'span', newValue);
11309 }
11310 });
11311 COL.$metadata$ = {
11312 kind: Kind_CLASS,
11313 simpleName: 'COL',
11314 interfaces: [CommonAttributeGroupFacade, HTMLTag]
11315 };
11316 function COLGROUP(initialAttributes, consumer) {
11317 HTMLTag.call(this, 'colgroup', consumer, initialAttributes, null, false, false);
11318 this.consumer_6a9voh$_0 = consumer;
11319 }
11320 Object.defineProperty(COLGROUP.prototype, 'consumer', {
11321 get: function () {
11322 return this.consumer_6a9voh$_0;
11323 }
11324 });
11325 Object.defineProperty(COLGROUP.prototype, 'span', {
11326 get: function () {
11327 return attributeStringString.get_txhc1s$(this, 'span');
11328 },
11329 set: function (newValue) {
11330 attributeStringString.set_fid0sb$(this, 'span', newValue);
11331 }
11332 });
11333 COLGROUP.$metadata$ = {
11334 kind: Kind_CLASS,
11335 simpleName: 'COLGROUP',
11336 interfaces: [CommonAttributeGroupFacade, HTMLTag]
11337 };
11338 var col_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.col_bjbitg$', wrapFunction(function () {
11339 var Unit = Kotlin.kotlin.Unit;
11340 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
11341 var COL_init = _.kotlinx.html.COL;
11342 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
11343 function visit$lambda(closure$block) {
11344 return function ($receiver) {
11345 closure$block($receiver);
11346 return Unit;
11347 };
11348 }
11349 function col$lambda($receiver) {
11350 return Unit;
11351 }
11352 return function ($receiver, classes, block) {
11353 if (classes === void 0)
11354 classes = null;
11355 if (block === void 0)
11356 block = col$lambda;
11357 visitTag(new COL_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
11358 };
11359 }));
11360 function COMMAND(initialAttributes, consumer) {
11361 HTMLTag.call(this, 'command', consumer, initialAttributes, null, true, true);
11362 this.consumer_ybeb7v$_0 = consumer;
11363 }
11364 Object.defineProperty(COMMAND.prototype, 'consumer', {
11365 get: function () {
11366 return this.consumer_ybeb7v$_0;
11367 }
11368 });
11369 Object.defineProperty(COMMAND.prototype, 'type', {
11370 get: function () {
11371 return attributeCommandTypeEnumCommandTypeValues.get_txhc1s$(this, 'type');
11372 },
11373 set: function (newValue) {
11374 attributeCommandTypeEnumCommandTypeValues.set_fid0sb$(this, 'type', newValue);
11375 }
11376 });
11377 Object.defineProperty(COMMAND.prototype, 'label', {
11378 get: function () {
11379 return attributeStringString.get_txhc1s$(this, 'label');
11380 },
11381 set: function (newValue) {
11382 attributeStringString.set_fid0sb$(this, 'label', newValue);
11383 }
11384 });
11385 Object.defineProperty(COMMAND.prototype, 'icon', {
11386 get: function () {
11387 return attributeStringString.get_txhc1s$(this, 'icon');
11388 },
11389 set: function (newValue) {
11390 attributeStringString.set_fid0sb$(this, 'icon', newValue);
11391 }
11392 });
11393 Object.defineProperty(COMMAND.prototype, 'disabled', {
11394 get: function () {
11395 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
11396 },
11397 set: function (newValue) {
11398 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
11399 }
11400 });
11401 Object.defineProperty(COMMAND.prototype, 'checked', {
11402 get: function () {
11403 return attributeBooleanTicker.get_txhc1s$(this, 'checked');
11404 },
11405 set: function (newValue) {
11406 attributeBooleanTicker.set_fid0sb$(this, 'checked', newValue);
11407 }
11408 });
11409 Object.defineProperty(COMMAND.prototype, 'radioGroup', {
11410 get: function () {
11411 return attributeStringString.get_txhc1s$(this, 'radiogroup');
11412 },
11413 set: function (newValue) {
11414 attributeStringString.set_fid0sb$(this, 'radiogroup', newValue);
11415 }
11416 });
11417 COMMAND.$metadata$ = {
11418 kind: Kind_CLASS,
11419 simpleName: 'COMMAND',
11420 interfaces: [CommonAttributeGroupFacadeFlowMetaDataPhrasingContent, HTMLTag]
11421 };
11422 function get_asFlowContent_13($receiver) {
11423 return $receiver;
11424 }
11425 function get_asMetaDataContent($receiver) {
11426 return $receiver;
11427 }
11428 function get_asPhrasingContent_11($receiver) {
11429 return $receiver;
11430 }
11431 function visit$lambda_6(closure$block) {
11432 return function ($receiver) {
11433 closure$block($receiver);
11434 return Unit;
11435 };
11436 }
11437 function DATALIST(initialAttributes, consumer) {
11438 HTMLTag.call(this, 'datalist', consumer, initialAttributes, null, true, false);
11439 this.consumer_gaok7q$_0 = consumer;
11440 }
11441 Object.defineProperty(DATALIST.prototype, 'consumer', {
11442 get: function () {
11443 return this.consumer_gaok7q$_0;
11444 }
11445 });
11446 DATALIST.$metadata$ = {
11447 kind: Kind_CLASS,
11448 simpleName: 'DATALIST',
11449 interfaces: [HtmlBlockInlineTag, HTMLTag]
11450 };
11451 var option_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.option_uctrsw$', wrapFunction(function () {
11452 var Unit = Kotlin.kotlin.Unit;
11453 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
11454 var OPTION_init = _.kotlinx.html.OPTION;
11455 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
11456 function visit$lambda(closure$block) {
11457 return function ($receiver) {
11458 closure$block($receiver);
11459 return Unit;
11460 };
11461 }
11462 function option$lambda($receiver) {
11463 return Unit;
11464 }
11465 return function ($receiver, classes, block) {
11466 if (classes === void 0)
11467 classes = null;
11468 if (block === void 0)
11469 block = option$lambda;
11470 visitTag(new OPTION_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
11471 };
11472 }));
11473 function option$lambda_0(closure$content) {
11474 return function ($receiver) {
11475 $receiver.unaryPlus_pdl1vz$(closure$content);
11476 return Unit;
11477 };
11478 }
11479 function option_2($receiver, classes, content) {
11480 if (classes === void 0)
11481 classes = null;
11482 if (content === void 0)
11483 content = '';
11484 visitTag(new OPTION(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_6(option$lambda_0(content)));
11485 }
11486 function get_asFlowContent_14($receiver) {
11487 return $receiver;
11488 }
11489 function get_asPhrasingContent_12($receiver) {
11490 return $receiver;
11491 }
11492 function DD(initialAttributes, consumer) {
11493 HTMLTag.call(this, 'dd', consumer, initialAttributes, null, false, false);
11494 this.consumer_6bm2n6$_0 = consumer;
11495 }
11496 Object.defineProperty(DD.prototype, 'consumer', {
11497 get: function () {
11498 return this.consumer_6bm2n6$_0;
11499 }
11500 });
11501 DD.$metadata$ = {
11502 kind: Kind_CLASS,
11503 simpleName: 'DD',
11504 interfaces: [HtmlBlockTag, HTMLTag]
11505 };
11506 function DEL(initialAttributes, consumer) {
11507 HTMLTag.call(this, 'del', consumer, initialAttributes, null, false, false);
11508 this.consumer_58tjed$_0 = consumer;
11509 }
11510 Object.defineProperty(DEL.prototype, 'consumer', {
11511 get: function () {
11512 return this.consumer_58tjed$_0;
11513 }
11514 });
11515 Object.defineProperty(DEL.prototype, 'cite', {
11516 get: function () {
11517 return attributeStringString.get_txhc1s$(this, 'cite');
11518 },
11519 set: function (newValue) {
11520 attributeStringString.set_fid0sb$(this, 'cite', newValue);
11521 }
11522 });
11523 Object.defineProperty(DEL.prototype, 'dateTime', {
11524 get: function () {
11525 return attributeStringString.get_txhc1s$(this, 'datetime');
11526 },
11527 set: function (newValue) {
11528 attributeStringString.set_fid0sb$(this, 'datetime', newValue);
11529 }
11530 });
11531 DEL.$metadata$ = {
11532 kind: Kind_CLASS,
11533 simpleName: 'DEL',
11534 interfaces: [HtmlBlockInlineTag, HTMLTag]
11535 };
11536 function get_asFlowContent_15($receiver) {
11537 return $receiver;
11538 }
11539 function get_asPhrasingContent_13($receiver) {
11540 return $receiver;
11541 }
11542 function DETAILS(initialAttributes, consumer) {
11543 HTMLTag.call(this, 'details', consumer, initialAttributes, null, false, false);
11544 this.consumer_jxzvw$_0 = consumer;
11545 }
11546 Object.defineProperty(DETAILS.prototype, 'consumer', {
11547 get: function () {
11548 return this.consumer_jxzvw$_0;
11549 }
11550 });
11551 Object.defineProperty(DETAILS.prototype, 'open', {
11552 get: function () {
11553 return attributeBooleanTicker.get_txhc1s$(this, 'open');
11554 },
11555 set: function (newValue) {
11556 attributeBooleanTicker.set_fid0sb$(this, 'open', newValue);
11557 }
11558 });
11559 DETAILS.$metadata$ = {
11560 kind: Kind_CLASS,
11561 simpleName: 'DETAILS',
11562 interfaces: [CommonAttributeGroupFacadeFlowInteractiveContent, HTMLTag]
11563 };
11564 var legend_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.legend_vwmtm2$', wrapFunction(function () {
11565 var Unit = Kotlin.kotlin.Unit;
11566 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
11567 var LEGEND_init = _.kotlinx.html.LEGEND;
11568 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
11569 function visit$lambda(closure$block) {
11570 return function ($receiver) {
11571 closure$block($receiver);
11572 return Unit;
11573 };
11574 }
11575 function legend$lambda($receiver) {
11576 return Unit;
11577 }
11578 return function ($receiver, classes, block) {
11579 if (classes === void 0)
11580 classes = null;
11581 if (block === void 0)
11582 block = legend$lambda;
11583 visitTag(new LEGEND_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
11584 };
11585 }));
11586 function get_asFlowContent_16($receiver) {
11587 return $receiver;
11588 }
11589 function get_asInteractiveContent_2($receiver) {
11590 return $receiver;
11591 }
11592 function DFN(initialAttributes, consumer) {
11593 HTMLTag.call(this, 'dfn', consumer, initialAttributes, null, true, false);
11594 this.consumer_iz2h5i$_0 = consumer;
11595 }
11596 Object.defineProperty(DFN.prototype, 'consumer', {
11597 get: function () {
11598 return this.consumer_iz2h5i$_0;
11599 }
11600 });
11601 DFN.$metadata$ = {
11602 kind: Kind_CLASS,
11603 simpleName: 'DFN',
11604 interfaces: [HtmlBlockInlineTag, HTMLTag]
11605 };
11606 function get_asFlowContent_17($receiver) {
11607 return $receiver;
11608 }
11609 function get_asPhrasingContent_14($receiver) {
11610 return $receiver;
11611 }
11612 function DIALOG(initialAttributes, consumer) {
11613 HTMLTag.call(this, 'dialog', consumer, initialAttributes, null, false, false);
11614 this.consumer_8dah7u$_0 = consumer;
11615 }
11616 Object.defineProperty(DIALOG.prototype, 'consumer', {
11617 get: function () {
11618 return this.consumer_8dah7u$_0;
11619 }
11620 });
11621 DIALOG.$metadata$ = {
11622 kind: Kind_CLASS,
11623 simpleName: 'DIALOG',
11624 interfaces: [HtmlBlockTag, HTMLTag]
11625 };
11626 function DIV(initialAttributes, consumer) {
11627 HTMLTag.call(this, 'div', consumer, initialAttributes, null, false, false);
11628 this.consumer_q3hbv$_0 = consumer;
11629 }
11630 Object.defineProperty(DIV.prototype, 'consumer', {
11631 get: function () {
11632 return this.consumer_q3hbv$_0;
11633 }
11634 });
11635 DIV.$metadata$ = {
11636 kind: Kind_CLASS,
11637 simpleName: 'DIV',
11638 interfaces: [HtmlBlockTag, HTMLTag]
11639 };
11640 function DL(initialAttributes, consumer) {
11641 HTMLTag.call(this, 'dl', consumer, initialAttributes, null, false, false);
11642 this.consumer_ibwzrq$_0 = consumer;
11643 }
11644 Object.defineProperty(DL.prototype, 'consumer', {
11645 get: function () {
11646 return this.consumer_ibwzrq$_0;
11647 }
11648 });
11649 DL.$metadata$ = {
11650 kind: Kind_CLASS,
11651 simpleName: 'DL',
11652 interfaces: [HtmlBlockTag, HTMLTag]
11653 };
11654 var dd_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.dd_xoxdrp$', wrapFunction(function () {
11655 var Unit = Kotlin.kotlin.Unit;
11656 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
11657 var DD_init = _.kotlinx.html.DD;
11658 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
11659 function visit$lambda(closure$block) {
11660 return function ($receiver) {
11661 closure$block($receiver);
11662 return Unit;
11663 };
11664 }
11665 function dd$lambda($receiver) {
11666 return Unit;
11667 }
11668 return function ($receiver, classes, block) {
11669 if (classes === void 0)
11670 classes = null;
11671 if (block === void 0)
11672 block = dd$lambda;
11673 visitTag(new DD_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
11674 };
11675 }));
11676 var dt_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.dt_a2ff2z$', wrapFunction(function () {
11677 var Unit = Kotlin.kotlin.Unit;
11678 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
11679 var DT_init = _.kotlinx.html.DT;
11680 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
11681 function visit$lambda(closure$block) {
11682 return function ($receiver) {
11683 closure$block($receiver);
11684 return Unit;
11685 };
11686 }
11687 function dt$lambda($receiver) {
11688 return Unit;
11689 }
11690 return function ($receiver, classes, block) {
11691 if (classes === void 0)
11692 classes = null;
11693 if (block === void 0)
11694 block = dt$lambda;
11695 visitTag(new DT_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
11696 };
11697 }));
11698 function DT(initialAttributes, consumer) {
11699 HTMLTag.call(this, 'dt', consumer, initialAttributes, null, false, false);
11700 this.consumer_s1nzsi$_0 = consumer;
11701 }
11702 Object.defineProperty(DT.prototype, 'consumer', {
11703 get: function () {
11704 return this.consumer_s1nzsi$_0;
11705 }
11706 });
11707 DT.$metadata$ = {
11708 kind: Kind_CLASS,
11709 simpleName: 'DT',
11710 interfaces: [HtmlInlineTag, HTMLTag]
11711 };
11712 function EM(initialAttributes, consumer) {
11713 HTMLTag.call(this, 'em', consumer, initialAttributes, null, true, false);
11714 this.consumer_p46uiy$_0 = consumer;
11715 }
11716 Object.defineProperty(EM.prototype, 'consumer', {
11717 get: function () {
11718 return this.consumer_p46uiy$_0;
11719 }
11720 });
11721 EM.$metadata$ = {
11722 kind: Kind_CLASS,
11723 simpleName: 'EM',
11724 interfaces: [HtmlBlockInlineTag, HTMLTag]
11725 };
11726 function get_asFlowContent_18($receiver) {
11727 return $receiver;
11728 }
11729 function get_asPhrasingContent_15($receiver) {
11730 return $receiver;
11731 }
11732 function EMBED(initialAttributes, consumer) {
11733 HTMLTag.call(this, 'embed', consumer, initialAttributes, null, true, true);
11734 this.consumer_kr1rcz$_0 = consumer;
11735 }
11736 Object.defineProperty(EMBED.prototype, 'consumer', {
11737 get: function () {
11738 return this.consumer_kr1rcz$_0;
11739 }
11740 });
11741 Object.defineProperty(EMBED.prototype, 'src', {
11742 get: function () {
11743 return attributeStringString.get_txhc1s$(this, 'src');
11744 },
11745 set: function (newValue) {
11746 attributeStringString.set_fid0sb$(this, 'src', newValue);
11747 }
11748 });
11749 Object.defineProperty(EMBED.prototype, 'height', {
11750 get: function () {
11751 return attributeStringString.get_txhc1s$(this, 'height');
11752 },
11753 set: function (newValue) {
11754 attributeStringString.set_fid0sb$(this, 'height', newValue);
11755 }
11756 });
11757 Object.defineProperty(EMBED.prototype, 'width', {
11758 get: function () {
11759 return attributeStringString.get_txhc1s$(this, 'width');
11760 },
11761 set: function (newValue) {
11762 attributeStringString.set_fid0sb$(this, 'width', newValue);
11763 }
11764 });
11765 Object.defineProperty(EMBED.prototype, 'type', {
11766 get: function () {
11767 return attributeStringString.get_txhc1s$(this, 'type');
11768 },
11769 set: function (newValue) {
11770 attributeStringString.set_fid0sb$(this, 'type', newValue);
11771 }
11772 });
11773 EMBED.$metadata$ = {
11774 kind: Kind_CLASS,
11775 simpleName: 'EMBED',
11776 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
11777 };
11778 function get_asFlowContent_19($receiver) {
11779 return $receiver;
11780 }
11781 function get_asInteractiveContent_3($receiver) {
11782 return $receiver;
11783 }
11784 function get_asPhrasingContent_16($receiver) {
11785 return $receiver;
11786 }
11787 function FIELDSET(initialAttributes, consumer) {
11788 HTMLTag.call(this, 'fieldset', consumer, initialAttributes, null, false, false);
11789 this.consumer_lxs0p6$_0 = consumer;
11790 }
11791 Object.defineProperty(FIELDSET.prototype, 'consumer', {
11792 get: function () {
11793 return this.consumer_lxs0p6$_0;
11794 }
11795 });
11796 Object.defineProperty(FIELDSET.prototype, 'disabled', {
11797 get: function () {
11798 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
11799 },
11800 set: function (newValue) {
11801 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
11802 }
11803 });
11804 Object.defineProperty(FIELDSET.prototype, 'form', {
11805 get: function () {
11806 return attributeStringString.get_txhc1s$(this, 'form');
11807 },
11808 set: function (newValue) {
11809 attributeStringString.set_fid0sb$(this, 'form', newValue);
11810 }
11811 });
11812 Object.defineProperty(FIELDSET.prototype, 'name', {
11813 get: function () {
11814 return attributeStringString.get_txhc1s$(this, 'name');
11815 },
11816 set: function (newValue) {
11817 attributeStringString.set_fid0sb$(this, 'name', newValue);
11818 }
11819 });
11820 FIELDSET.$metadata$ = {
11821 kind: Kind_CLASS,
11822 simpleName: 'FIELDSET',
11823 interfaces: [HtmlBlockTag, HTMLTag]
11824 };
11825 var legend_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.legend_xzrxko$', wrapFunction(function () {
11826 var Unit = Kotlin.kotlin.Unit;
11827 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
11828 var LEGEND_init = _.kotlinx.html.LEGEND;
11829 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
11830 function visit$lambda(closure$block) {
11831 return function ($receiver) {
11832 closure$block($receiver);
11833 return Unit;
11834 };
11835 }
11836 function legend$lambda($receiver) {
11837 return Unit;
11838 }
11839 return function ($receiver, classes, block) {
11840 if (classes === void 0)
11841 classes = null;
11842 if (block === void 0)
11843 block = legend$lambda;
11844 visitTag(new LEGEND_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
11845 };
11846 }));
11847 function FIGCAPTION(initialAttributes, consumer) {
11848 HTMLTag.call(this, 'figcaption', consumer, initialAttributes, null, false, false);
11849 this.consumer_ayjsck$_0 = consumer;
11850 }
11851 Object.defineProperty(FIGCAPTION.prototype, 'consumer', {
11852 get: function () {
11853 return this.consumer_ayjsck$_0;
11854 }
11855 });
11856 FIGCAPTION.$metadata$ = {
11857 kind: Kind_CLASS,
11858 simpleName: 'FIGCAPTION',
11859 interfaces: [HtmlBlockTag, HTMLTag]
11860 };
11861 function FIGURE(initialAttributes, consumer) {
11862 HTMLTag.call(this, 'figure', consumer, initialAttributes, null, false, false);
11863 this.consumer_yimbeu$_0 = consumer;
11864 }
11865 Object.defineProperty(FIGURE.prototype, 'consumer', {
11866 get: function () {
11867 return this.consumer_yimbeu$_0;
11868 }
11869 });
11870 FIGURE.$metadata$ = {
11871 kind: Kind_CLASS,
11872 simpleName: 'FIGURE',
11873 interfaces: [HtmlBlockTag, HTMLTag]
11874 };
11875 var legend_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.legend_pujkak$', wrapFunction(function () {
11876 var Unit = Kotlin.kotlin.Unit;
11877 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
11878 var LEGEND_init = _.kotlinx.html.LEGEND;
11879 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
11880 function visit$lambda(closure$block) {
11881 return function ($receiver) {
11882 closure$block($receiver);
11883 return Unit;
11884 };
11885 }
11886 function legend$lambda($receiver) {
11887 return Unit;
11888 }
11889 return function ($receiver, classes, block) {
11890 if (classes === void 0)
11891 classes = null;
11892 if (block === void 0)
11893 block = legend$lambda;
11894 visitTag(new LEGEND_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
11895 };
11896 }));
11897 var figcaption_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.figcaption_8j2zdd$', wrapFunction(function () {
11898 var Unit = Kotlin.kotlin.Unit;
11899 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
11900 var FIGCAPTION_init = _.kotlinx.html.FIGCAPTION;
11901 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
11902 function visit$lambda(closure$block) {
11903 return function ($receiver) {
11904 closure$block($receiver);
11905 return Unit;
11906 };
11907 }
11908 function figcaption$lambda($receiver) {
11909 return Unit;
11910 }
11911 return function ($receiver, classes, block) {
11912 if (classes === void 0)
11913 classes = null;
11914 if (block === void 0)
11915 block = figcaption$lambda;
11916 visitTag(new FIGCAPTION_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
11917 };
11918 }));
11919 function FOOTER(initialAttributes, consumer) {
11920 HTMLTag.call(this, 'footer', consumer, initialAttributes, null, false, false);
11921 this.consumer_7w45hf$_0 = consumer;
11922 }
11923 Object.defineProperty(FOOTER.prototype, 'consumer', {
11924 get: function () {
11925 return this.consumer_7w45hf$_0;
11926 }
11927 });
11928 FOOTER.$metadata$ = {
11929 kind: Kind_CLASS,
11930 simpleName: 'FOOTER',
11931 interfaces: [HtmlBlockTag, HTMLTag]
11932 };
11933 function FORM(initialAttributes, consumer) {
11934 HTMLTag.call(this, 'form', consumer, initialAttributes, null, false, false);
11935 this.consumer_tm1fdy$_0 = consumer;
11936 }
11937 Object.defineProperty(FORM.prototype, 'consumer', {
11938 get: function () {
11939 return this.consumer_tm1fdy$_0;
11940 }
11941 });
11942 Object.defineProperty(FORM.prototype, 'acceptCharset', {
11943 get: function () {
11944 return attributeStringString.get_txhc1s$(this, 'accept-charset');
11945 },
11946 set: function (newValue) {
11947 attributeStringString.set_fid0sb$(this, 'accept-charset', newValue);
11948 }
11949 });
11950 Object.defineProperty(FORM.prototype, 'action', {
11951 get: function () {
11952 return attributeStringString.get_txhc1s$(this, 'action');
11953 },
11954 set: function (newValue) {
11955 attributeStringString.set_fid0sb$(this, 'action', newValue);
11956 }
11957 });
11958 Object.defineProperty(FORM.prototype, 'autoComplete', {
11959 get: function () {
11960 return attributeBooleanBooleanOnOff.get_txhc1s$(this, 'autocomplete');
11961 },
11962 set: function (newValue) {
11963 attributeBooleanBooleanOnOff.set_fid0sb$(this, 'autocomplete', newValue);
11964 }
11965 });
11966 Object.defineProperty(FORM.prototype, 'encType', {
11967 get: function () {
11968 return attributeFormEncTypeEnumFormEncTypeValues.get_txhc1s$(this, 'enctype');
11969 },
11970 set: function (newValue) {
11971 attributeFormEncTypeEnumFormEncTypeValues.set_fid0sb$(this, 'enctype', newValue);
11972 }
11973 });
11974 Object.defineProperty(FORM.prototype, 'method', {
11975 get: function () {
11976 return attributeFormMethodEnumFormMethodValues.get_txhc1s$(this, 'method');
11977 },
11978 set: function (newValue) {
11979 attributeFormMethodEnumFormMethodValues.set_fid0sb$(this, 'method', newValue);
11980 }
11981 });
11982 Object.defineProperty(FORM.prototype, 'name', {
11983 get: function () {
11984 return attributeStringString.get_txhc1s$(this, 'name');
11985 },
11986 set: function (newValue) {
11987 attributeStringString.set_fid0sb$(this, 'name', newValue);
11988 }
11989 });
11990 Object.defineProperty(FORM.prototype, 'novalidate', {
11991 get: function () {
11992 return attributeBooleanTicker.get_txhc1s$(this, 'novalidate');
11993 },
11994 set: function (newValue) {
11995 attributeBooleanTicker.set_fid0sb$(this, 'novalidate', newValue);
11996 }
11997 });
11998 Object.defineProperty(FORM.prototype, 'target', {
11999 get: function () {
12000 return attributeStringString.get_txhc1s$(this, 'target');
12001 },
12002 set: function (newValue) {
12003 attributeStringString.set_fid0sb$(this, 'target', newValue);
12004 }
12005 });
12006 FORM.$metadata$ = {
12007 kind: Kind_CLASS,
12008 simpleName: 'FORM',
12009 interfaces: [HtmlBlockTag, HTMLTag]
12010 };
12011 function visit$lambda_7(closure$block) {
12012 return function ($receiver) {
12013 closure$block($receiver);
12014 return Unit;
12015 };
12016 }
12017 function H1(initialAttributes, consumer) {
12018 HTMLTag.call(this, 'h1', consumer, initialAttributes, null, false, false);
12019 this.consumer_b9fkln$_0 = consumer;
12020 }
12021 Object.defineProperty(H1.prototype, 'consumer', {
12022 get: function () {
12023 return this.consumer_b9fkln$_0;
12024 }
12025 });
12026 H1.$metadata$ = {
12027 kind: Kind_CLASS,
12028 simpleName: 'H1',
12029 interfaces: [CommonAttributeGroupFacadeFlowHeadingPhrasingContent, HTMLTag]
12030 };
12031 function H2(initialAttributes, consumer) {
12032 HTMLTag.call(this, 'h2', consumer, initialAttributes, null, false, false);
12033 this.consumer_igfbxw$_0 = consumer;
12034 }
12035 Object.defineProperty(H2.prototype, 'consumer', {
12036 get: function () {
12037 return this.consumer_igfbxw$_0;
12038 }
12039 });
12040 H2.$metadata$ = {
12041 kind: Kind_CLASS,
12042 simpleName: 'H2',
12043 interfaces: [CommonAttributeGroupFacadeFlowHeadingPhrasingContent, HTMLTag]
12044 };
12045 function H3(initialAttributes, consumer) {
12046 HTMLTag.call(this, 'h3', consumer, initialAttributes, null, false, false);
12047 this.consumer_mutthp$_0 = consumer;
12048 }
12049 Object.defineProperty(H3.prototype, 'consumer', {
12050 get: function () {
12051 return this.consumer_mutthp$_0;
12052 }
12053 });
12054 H3.$metadata$ = {
12055 kind: Kind_CLASS,
12056 simpleName: 'H3',
12057 interfaces: [CommonAttributeGroupFacadeFlowHeadingPhrasingContent, HTMLTag]
12058 };
12059 function H4(initialAttributes, consumer) {
12060 HTMLTag.call(this, 'h4', consumer, initialAttributes, null, false, false);
12061 this.consumer_6v131u$_0 = consumer;
12062 }
12063 Object.defineProperty(H4.prototype, 'consumer', {
12064 get: function () {
12065 return this.consumer_6v131u$_0;
12066 }
12067 });
12068 H4.$metadata$ = {
12069 kind: Kind_CLASS,
12070 simpleName: 'H4',
12071 interfaces: [CommonAttributeGroupFacadeFlowHeadingPhrasingContent, HTMLTag]
12072 };
12073 function H5(initialAttributes, consumer) {
12074 HTMLTag.call(this, 'h5', consumer, initialAttributes, null, false, false);
12075 this.consumer_yg82dr$_0 = consumer;
12076 }
12077 Object.defineProperty(H5.prototype, 'consumer', {
12078 get: function () {
12079 return this.consumer_yg82dr$_0;
12080 }
12081 });
12082 H5.$metadata$ = {
12083 kind: Kind_CLASS,
12084 simpleName: 'H5',
12085 interfaces: [CommonAttributeGroupFacadeFlowHeadingPhrasingContent, HTMLTag]
12086 };
12087 function H6(initialAttributes, consumer) {
12088 HTMLTag.call(this, 'h6', consumer, initialAttributes, null, false, false);
12089 this.consumer_4qd5u8$_0 = consumer;
12090 }
12091 Object.defineProperty(H6.prototype, 'consumer', {
12092 get: function () {
12093 return this.consumer_4qd5u8$_0;
12094 }
12095 });
12096 H6.$metadata$ = {
12097 kind: Kind_CLASS,
12098 simpleName: 'H6',
12099 interfaces: [CommonAttributeGroupFacadeFlowHeadingPhrasingContent, HTMLTag]
12100 };
12101 function HEAD(initialAttributes, consumer) {
12102 HTMLTag.call(this, 'head', consumer, initialAttributes, null, false, false);
12103 this.consumer_8goapu$_0 = consumer;
12104 }
12105 Object.defineProperty(HEAD.prototype, 'consumer', {
12106 get: function () {
12107 return this.consumer_8goapu$_0;
12108 }
12109 });
12110 HEAD.prototype.unaryPlus_lvwjq6$ = function ($receiver) {
12111 this.entity_ws8or7$($receiver);
12112 };
12113 HEAD.prototype.unaryPlus_pdl1vz$ = function ($receiver) {
12114 this.text_61zpoe$($receiver);
12115 };
12116 HEAD.prototype.text_61zpoe$ = function (s) {
12117 HTMLTag.prototype.text_61zpoe$.call(this, s);
12118 };
12119 HEAD.prototype.text_3p81yu$ = function (n) {
12120 HTMLTag.prototype.text_3p81yu$.call(this, n);
12121 };
12122 HEAD.prototype.entity_ws8or7$ = function (e) {
12123 HTMLTag.prototype.entity_ws8or7$.call(this, e);
12124 };
12125 HEAD.$metadata$ = {
12126 kind: Kind_CLASS,
12127 simpleName: 'HEAD',
12128 interfaces: [HtmlHeadTag, HTMLTag]
12129 };
12130 function HEADER(initialAttributes, consumer) {
12131 HTMLTag.call(this, 'header', consumer, initialAttributes, null, false, false);
12132 this.consumer_8dl8b5$_0 = consumer;
12133 }
12134 Object.defineProperty(HEADER.prototype, 'consumer', {
12135 get: function () {
12136 return this.consumer_8dl8b5$_0;
12137 }
12138 });
12139 HEADER.$metadata$ = {
12140 kind: Kind_CLASS,
12141 simpleName: 'HEADER',
12142 interfaces: [HtmlBlockTag, HTMLTag]
12143 };
12144 function HGROUP(initialAttributes, consumer) {
12145 HTMLTag.call(this, 'hgroup', consumer, initialAttributes, null, false, false);
12146 this.consumer_aliu2h$_0 = consumer;
12147 }
12148 Object.defineProperty(HGROUP.prototype, 'consumer', {
12149 get: function () {
12150 return this.consumer_aliu2h$_0;
12151 }
12152 });
12153 HGROUP.$metadata$ = {
12154 kind: Kind_CLASS,
12155 simpleName: 'HGROUP',
12156 interfaces: [CommonAttributeGroupFacadeFlowHeadingContent, HTMLTag]
12157 };
12158 var h1_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h1_31khfp$', wrapFunction(function () {
12159 var Unit = Kotlin.kotlin.Unit;
12160 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
12161 var H1_init = _.kotlinx.html.H1;
12162 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
12163 function visit$lambda(closure$block) {
12164 return function ($receiver) {
12165 closure$block($receiver);
12166 return Unit;
12167 };
12168 }
12169 function h1$lambda($receiver) {
12170 return Unit;
12171 }
12172 return function ($receiver, classes, block) {
12173 if (classes === void 0)
12174 classes = null;
12175 if (block === void 0)
12176 block = h1$lambda;
12177 visitTag(new H1_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
12178 };
12179 }));
12180 var h2_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h2_rz4juu$', wrapFunction(function () {
12181 var Unit = Kotlin.kotlin.Unit;
12182 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
12183 var H2_init = _.kotlinx.html.H2;
12184 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
12185 function visit$lambda(closure$block) {
12186 return function ($receiver) {
12187 closure$block($receiver);
12188 return Unit;
12189 };
12190 }
12191 function h2$lambda($receiver) {
12192 return Unit;
12193 }
12194 return function ($receiver, classes, block) {
12195 if (classes === void 0)
12196 classes = null;
12197 if (block === void 0)
12198 block = h2$lambda;
12199 visitTag(new H2_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
12200 };
12201 }));
12202 var h3_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h3_i4ffp5$', wrapFunction(function () {
12203 var Unit = Kotlin.kotlin.Unit;
12204 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
12205 var H3_init = _.kotlinx.html.H3;
12206 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
12207 function visit$lambda(closure$block) {
12208 return function ($receiver) {
12209 closure$block($receiver);
12210 return Unit;
12211 };
12212 }
12213 function h3$lambda($receiver) {
12214 return Unit;
12215 }
12216 return function ($receiver, classes, block) {
12217 if (classes === void 0)
12218 classes = null;
12219 if (block === void 0)
12220 block = h3$lambda;
12221 visitTag(new H3_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
12222 };
12223 }));
12224 var h4_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h4_6t4mq0$', wrapFunction(function () {
12225 var Unit = Kotlin.kotlin.Unit;
12226 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
12227 var H4_init = _.kotlinx.html.H4;
12228 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
12229 function visit$lambda(closure$block) {
12230 return function ($receiver) {
12231 closure$block($receiver);
12232 return Unit;
12233 };
12234 }
12235 function h4$lambda($receiver) {
12236 return Unit;
12237 }
12238 return function ($receiver, classes, block) {
12239 if (classes === void 0)
12240 classes = null;
12241 if (block === void 0)
12242 block = h4$lambda;
12243 visitTag(new H4_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
12244 };
12245 }));
12246 var h5_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h5_vqop55$', wrapFunction(function () {
12247 var Unit = Kotlin.kotlin.Unit;
12248 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
12249 var H5_init = _.kotlinx.html.H5;
12250 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
12251 function visit$lambda(closure$block) {
12252 return function ($receiver) {
12253 closure$block($receiver);
12254 return Unit;
12255 };
12256 }
12257 function h5$lambda($receiver) {
12258 return Unit;
12259 }
12260 return function ($receiver, classes, block) {
12261 if (classes === void 0)
12262 classes = null;
12263 if (block === void 0)
12264 block = h5$lambda;
12265 visitTag(new H5_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
12266 };
12267 }));
12268 var h6_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.h6_ecvaeu$', wrapFunction(function () {
12269 var Unit = Kotlin.kotlin.Unit;
12270 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
12271 var H6_init = _.kotlinx.html.H6;
12272 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
12273 function visit$lambda(closure$block) {
12274 return function ($receiver) {
12275 closure$block($receiver);
12276 return Unit;
12277 };
12278 }
12279 function h6$lambda($receiver) {
12280 return Unit;
12281 }
12282 return function ($receiver, classes, block) {
12283 if (classes === void 0)
12284 classes = null;
12285 if (block === void 0)
12286 block = h6$lambda;
12287 visitTag(new H6_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
12288 };
12289 }));
12290 function get_asFlowContent_20($receiver) {
12291 return $receiver;
12292 }
12293 function get_asHeadingContent($receiver) {
12294 return $receiver;
12295 }
12296 function HR(initialAttributes, consumer) {
12297 HTMLTag.call(this, 'hr', consumer, initialAttributes, null, false, true);
12298 this.consumer_ozoics$_0 = consumer;
12299 }
12300 Object.defineProperty(HR.prototype, 'consumer', {
12301 get: function () {
12302 return this.consumer_ozoics$_0;
12303 }
12304 });
12305 HR.$metadata$ = {
12306 kind: Kind_CLASS,
12307 simpleName: 'HR',
12308 interfaces: [HtmlBlockTag, HTMLTag]
12309 };
12310 function HTML(initialAttributes, consumer, namespace) {
12311 if (namespace === void 0)
12312 namespace = null;
12313 HTMLTag.call(this, 'html', consumer, initialAttributes, namespace, false, false);
12314 this.consumer_7o7wi5$_0 = consumer;
12315 }
12316 Object.defineProperty(HTML.prototype, 'consumer', {
12317 get: function () {
12318 return this.consumer_7o7wi5$_0;
12319 }
12320 });
12321 Object.defineProperty(HTML.prototype, 'manifest', {
12322 get: function () {
12323 return attributeStringString.get_txhc1s$(this, 'manifest');
12324 },
12325 set: function (newValue) {
12326 attributeStringString.set_fid0sb$(this, 'manifest', newValue);
12327 }
12328 });
12329 HTML.prototype.unaryPlus_lvwjq6$ = function ($receiver) {
12330 this.entity_ws8or7$($receiver);
12331 };
12332 HTML.prototype.unaryPlus_pdl1vz$ = function ($receiver) {
12333 this.text_61zpoe$($receiver);
12334 };
12335 HTML.prototype.text_61zpoe$ = function (s) {
12336 HTMLTag.prototype.text_61zpoe$.call(this, s);
12337 };
12338 HTML.prototype.text_3p81yu$ = function (n) {
12339 HTMLTag.prototype.text_3p81yu$.call(this, n);
12340 };
12341 HTML.prototype.entity_ws8or7$ = function (e) {
12342 HTMLTag.prototype.entity_ws8or7$.call(this, e);
12343 };
12344 HTML.$metadata$ = {
12345 kind: Kind_CLASS,
12346 simpleName: 'HTML',
12347 interfaces: [CommonAttributeGroupFacade, HTMLTag]
12348 };
12349 var body_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.body_qwuuhi$', wrapFunction(function () {
12350 var Unit = Kotlin.kotlin.Unit;
12351 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
12352 var BODY_init = _.kotlinx.html.BODY;
12353 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
12354 function visit$lambda(closure$block) {
12355 return function ($receiver) {
12356 closure$block($receiver);
12357 return Unit;
12358 };
12359 }
12360 function body$lambda($receiver) {
12361 return Unit;
12362 }
12363 return function ($receiver, classes, block) {
12364 if (classes === void 0)
12365 classes = null;
12366 if (block === void 0)
12367 block = body$lambda;
12368 visitTag(new BODY_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
12369 };
12370 }));
12371 var head_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.head_cwj6vx$', wrapFunction(function () {
12372 var Unit = Kotlin.kotlin.Unit;
12373 var html = _.kotlinx.html;
12374 var HEAD_init = _.kotlinx.html.HEAD;
12375 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
12376 function visit$lambda(closure$block) {
12377 return function ($receiver) {
12378 closure$block($receiver);
12379 return Unit;
12380 };
12381 }
12382 function head$lambda($receiver) {
12383 return Unit;
12384 }
12385 return function ($receiver, block) {
12386 if (block === void 0)
12387 block = head$lambda;
12388 visitTag(new HEAD_init(html.emptyMap, $receiver.consumer), visit$lambda(block));
12389 };
12390 }));
12391 function head$lambda_0(closure$content) {
12392 return function ($receiver) {
12393 $receiver.unaryPlus_pdl1vz$(closure$content);
12394 return Unit;
12395 };
12396 }
12397 function head_2($receiver, content) {
12398 if (content === void 0)
12399 content = '';
12400 visitTag(new HEAD(emptyMap_0, $receiver.consumer), visit$lambda_7(head$lambda_0(content)));
12401 }
12402 function I(initialAttributes, consumer) {
12403 HTMLTag.call(this, 'i', consumer, initialAttributes, null, true, false);
12404 this.consumer_uoovcd$_0 = consumer;
12405 }
12406 Object.defineProperty(I.prototype, 'consumer', {
12407 get: function () {
12408 return this.consumer_uoovcd$_0;
12409 }
12410 });
12411 I.$metadata$ = {
12412 kind: Kind_CLASS,
12413 simpleName: 'I',
12414 interfaces: [HtmlBlockInlineTag, HTMLTag]
12415 };
12416 function get_asFlowContent_21($receiver) {
12417 return $receiver;
12418 }
12419 function get_asPhrasingContent_17($receiver) {
12420 return $receiver;
12421 }
12422 function IFRAME(initialAttributes, consumer) {
12423 HTMLTag.call(this, 'iframe', consumer, initialAttributes, null, true, false);
12424 this.consumer_6ckxm$_0 = consumer;
12425 }
12426 Object.defineProperty(IFRAME.prototype, 'consumer', {
12427 get: function () {
12428 return this.consumer_6ckxm$_0;
12429 }
12430 });
12431 Object.defineProperty(IFRAME.prototype, 'name', {
12432 get: function () {
12433 return attributeStringString.get_txhc1s$(this, 'name');
12434 },
12435 set: function (newValue) {
12436 attributeStringString.set_fid0sb$(this, 'name', newValue);
12437 }
12438 });
12439 Object.defineProperty(IFRAME.prototype, 'src', {
12440 get: function () {
12441 return attributeStringString.get_txhc1s$(this, 'src');
12442 },
12443 set: function (newValue) {
12444 attributeStringString.set_fid0sb$(this, 'src', newValue);
12445 }
12446 });
12447 Object.defineProperty(IFRAME.prototype, 'height', {
12448 get: function () {
12449 return attributeStringString.get_txhc1s$(this, 'height');
12450 },
12451 set: function (newValue) {
12452 attributeStringString.set_fid0sb$(this, 'height', newValue);
12453 }
12454 });
12455 Object.defineProperty(IFRAME.prototype, 'width', {
12456 get: function () {
12457 return attributeStringString.get_txhc1s$(this, 'width');
12458 },
12459 set: function (newValue) {
12460 attributeStringString.set_fid0sb$(this, 'width', newValue);
12461 }
12462 });
12463 Object.defineProperty(IFRAME.prototype, 'sandbox', {
12464 get: function () {
12465 return attributeIframeSandboxEnumIframeSandboxValues.get_txhc1s$(this, 'sandbox');
12466 },
12467 set: function (newValue) {
12468 attributeIframeSandboxEnumIframeSandboxValues.set_fid0sb$(this, 'sandbox', newValue);
12469 }
12470 });
12471 Object.defineProperty(IFRAME.prototype, 'seamless', {
12472 get: function () {
12473 return attributeBooleanTicker.get_txhc1s$(this, 'seamless');
12474 },
12475 set: function (newValue) {
12476 attributeBooleanTicker.set_fid0sb$(this, 'seamless', newValue);
12477 }
12478 });
12479 IFRAME.$metadata$ = {
12480 kind: Kind_CLASS,
12481 simpleName: 'IFRAME',
12482 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
12483 };
12484 function get_asFlowContent_22($receiver) {
12485 return $receiver;
12486 }
12487 function get_asInteractiveContent_4($receiver) {
12488 return $receiver;
12489 }
12490 function get_asPhrasingContent_18($receiver) {
12491 return $receiver;
12492 }
12493 function IMG(initialAttributes, consumer) {
12494 HTMLTag.call(this, 'img', consumer, initialAttributes, null, true, true);
12495 this.consumer_4la90t$_0 = consumer;
12496 }
12497 Object.defineProperty(IMG.prototype, 'consumer', {
12498 get: function () {
12499 return this.consumer_4la90t$_0;
12500 }
12501 });
12502 Object.defineProperty(IMG.prototype, 'alt', {
12503 get: function () {
12504 return attributeStringString.get_txhc1s$(this, 'alt');
12505 },
12506 set: function (newValue) {
12507 attributeStringString.set_fid0sb$(this, 'alt', newValue);
12508 }
12509 });
12510 Object.defineProperty(IMG.prototype, 'src', {
12511 get: function () {
12512 return attributeStringString.get_txhc1s$(this, 'src');
12513 },
12514 set: function (newValue) {
12515 attributeStringString.set_fid0sb$(this, 'src', newValue);
12516 }
12517 });
12518 Object.defineProperty(IMG.prototype, 'height', {
12519 get: function () {
12520 return attributeStringString.get_txhc1s$(this, 'height');
12521 },
12522 set: function (newValue) {
12523 attributeStringString.set_fid0sb$(this, 'height', newValue);
12524 }
12525 });
12526 Object.defineProperty(IMG.prototype, 'width', {
12527 get: function () {
12528 return attributeStringString.get_txhc1s$(this, 'width');
12529 },
12530 set: function (newValue) {
12531 attributeStringString.set_fid0sb$(this, 'width', newValue);
12532 }
12533 });
12534 Object.defineProperty(IMG.prototype, 'usemap', {
12535 get: function () {
12536 return attributeStringString.get_txhc1s$(this, 'usemap');
12537 },
12538 set: function (newValue) {
12539 attributeStringString.set_fid0sb$(this, 'usemap', newValue);
12540 }
12541 });
12542 Object.defineProperty(IMG.prototype, 'ismap', {
12543 get: function () {
12544 return attributeBooleanTicker.get_txhc1s$(this, 'ismap');
12545 },
12546 set: function (newValue) {
12547 attributeBooleanTicker.set_fid0sb$(this, 'ismap', newValue);
12548 }
12549 });
12550 IMG.$metadata$ = {
12551 kind: Kind_CLASS,
12552 simpleName: 'IMG',
12553 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
12554 };
12555 function get_asFlowContent_23($receiver) {
12556 return $receiver;
12557 }
12558 function get_asInteractiveContent_5($receiver) {
12559 return $receiver;
12560 }
12561 function get_asPhrasingContent_19($receiver) {
12562 return $receiver;
12563 }
12564 function INPUT(initialAttributes, consumer) {
12565 HTMLTag.call(this, 'input', consumer, initialAttributes, null, true, true);
12566 this.consumer_t1a1kk$_0 = consumer;
12567 }
12568 Object.defineProperty(INPUT.prototype, 'consumer', {
12569 get: function () {
12570 return this.consumer_t1a1kk$_0;
12571 }
12572 });
12573 Object.defineProperty(INPUT.prototype, 'type', {
12574 get: function () {
12575 return attributeInputTypeEnumInputTypeValues.get_txhc1s$(this, 'type');
12576 },
12577 set: function (newValue) {
12578 attributeInputTypeEnumInputTypeValues.set_fid0sb$(this, 'type', newValue);
12579 }
12580 });
12581 Object.defineProperty(INPUT.prototype, 'accept', {
12582 get: function () {
12583 return attributeStringString.get_txhc1s$(this, 'accept');
12584 },
12585 set: function (newValue) {
12586 attributeStringString.set_fid0sb$(this, 'accept', newValue);
12587 }
12588 });
12589 Object.defineProperty(INPUT.prototype, 'alt', {
12590 get: function () {
12591 return attributeStringString.get_txhc1s$(this, 'alt');
12592 },
12593 set: function (newValue) {
12594 attributeStringString.set_fid0sb$(this, 'alt', newValue);
12595 }
12596 });
12597 Object.defineProperty(INPUT.prototype, 'autoFocus', {
12598 get: function () {
12599 return attributeBooleanTicker.get_txhc1s$(this, 'autofocus');
12600 },
12601 set: function (newValue) {
12602 attributeBooleanTicker.set_fid0sb$(this, 'autofocus', newValue);
12603 }
12604 });
12605 Object.defineProperty(INPUT.prototype, 'autoComplete', {
12606 get: function () {
12607 return attributeBooleanBooleanOnOff.get_txhc1s$(this, 'autocomplete');
12608 },
12609 set: function (newValue) {
12610 attributeBooleanBooleanOnOff.set_fid0sb$(this, 'autocomplete', newValue);
12611 }
12612 });
12613 Object.defineProperty(INPUT.prototype, 'checked', {
12614 get: function () {
12615 return attributeBooleanTicker.get_txhc1s$(this, 'checked');
12616 },
12617 set: function (newValue) {
12618 attributeBooleanTicker.set_fid0sb$(this, 'checked', newValue);
12619 }
12620 });
12621 Object.defineProperty(INPUT.prototype, 'disabled', {
12622 get: function () {
12623 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
12624 },
12625 set: function (newValue) {
12626 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
12627 }
12628 });
12629 Object.defineProperty(INPUT.prototype, 'form', {
12630 get: function () {
12631 return attributeStringString.get_txhc1s$(this, 'form');
12632 },
12633 set: function (newValue) {
12634 attributeStringString.set_fid0sb$(this, 'form', newValue);
12635 }
12636 });
12637 Object.defineProperty(INPUT.prototype, 'formAction', {
12638 get: function () {
12639 return attributeStringString.get_txhc1s$(this, 'formaction');
12640 },
12641 set: function (newValue) {
12642 attributeStringString.set_fid0sb$(this, 'formaction', newValue);
12643 }
12644 });
12645 Object.defineProperty(INPUT.prototype, 'formEncType', {
12646 get: function () {
12647 return attributeInputFormEncTypeEnumInputFormEncTypeValues.get_txhc1s$(this, 'formenctype');
12648 },
12649 set: function (newValue) {
12650 attributeInputFormEncTypeEnumInputFormEncTypeValues.set_fid0sb$(this, 'formenctype', newValue);
12651 }
12652 });
12653 Object.defineProperty(INPUT.prototype, 'formMethod', {
12654 get: function () {
12655 return attributeInputFormMethodEnumInputFormMethodValues.get_txhc1s$(this, 'formmethod');
12656 },
12657 set: function (newValue) {
12658 attributeInputFormMethodEnumInputFormMethodValues.set_fid0sb$(this, 'formmethod', newValue);
12659 }
12660 });
12661 Object.defineProperty(INPUT.prototype, 'formNovalidate', {
12662 get: function () {
12663 return attributeBooleanTicker.get_txhc1s$(this, 'formnovalidate');
12664 },
12665 set: function (newValue) {
12666 attributeBooleanTicker.set_fid0sb$(this, 'formnovalidate', newValue);
12667 }
12668 });
12669 Object.defineProperty(INPUT.prototype, 'formTarget', {
12670 get: function () {
12671 return attributeStringString.get_txhc1s$(this, 'formtarget');
12672 },
12673 set: function (newValue) {
12674 attributeStringString.set_fid0sb$(this, 'formtarget', newValue);
12675 }
12676 });
12677 Object.defineProperty(INPUT.prototype, 'height', {
12678 get: function () {
12679 return attributeStringString.get_txhc1s$(this, 'height');
12680 },
12681 set: function (newValue) {
12682 attributeStringString.set_fid0sb$(this, 'height', newValue);
12683 }
12684 });
12685 Object.defineProperty(INPUT.prototype, 'list', {
12686 get: function () {
12687 return attributeStringString.get_txhc1s$(this, 'list');
12688 },
12689 set: function (newValue) {
12690 attributeStringString.set_fid0sb$(this, 'list', newValue);
12691 }
12692 });
12693 Object.defineProperty(INPUT.prototype, 'max', {
12694 get: function () {
12695 return attributeStringString.get_txhc1s$(this, 'max');
12696 },
12697 set: function (newValue) {
12698 attributeStringString.set_fid0sb$(this, 'max', newValue);
12699 }
12700 });
12701 Object.defineProperty(INPUT.prototype, 'maxLength', {
12702 get: function () {
12703 return attributeStringString.get_txhc1s$(this, 'maxlength');
12704 },
12705 set: function (newValue) {
12706 attributeStringString.set_fid0sb$(this, 'maxlength', newValue);
12707 }
12708 });
12709 Object.defineProperty(INPUT.prototype, 'minLength', {
12710 get: function () {
12711 return attributeStringString.get_txhc1s$(this, 'minlength');
12712 },
12713 set: function (newValue) {
12714 attributeStringString.set_fid0sb$(this, 'minlength', newValue);
12715 }
12716 });
12717 Object.defineProperty(INPUT.prototype, 'min', {
12718 get: function () {
12719 return attributeStringString.get_txhc1s$(this, 'min');
12720 },
12721 set: function (newValue) {
12722 attributeStringString.set_fid0sb$(this, 'min', newValue);
12723 }
12724 });
12725 Object.defineProperty(INPUT.prototype, 'multiple', {
12726 get: function () {
12727 return attributeBooleanTicker.get_txhc1s$(this, 'multiple');
12728 },
12729 set: function (newValue) {
12730 attributeBooleanTicker.set_fid0sb$(this, 'multiple', newValue);
12731 }
12732 });
12733 Object.defineProperty(INPUT.prototype, 'pattern', {
12734 get: function () {
12735 return attributeStringString.get_txhc1s$(this, 'pattern');
12736 },
12737 set: function (newValue) {
12738 attributeStringString.set_fid0sb$(this, 'pattern', newValue);
12739 }
12740 });
12741 Object.defineProperty(INPUT.prototype, 'placeholder', {
12742 get: function () {
12743 return attributeStringString.get_txhc1s$(this, 'placeholder');
12744 },
12745 set: function (newValue) {
12746 attributeStringString.set_fid0sb$(this, 'placeholder', newValue);
12747 }
12748 });
12749 Object.defineProperty(INPUT.prototype, 'readonly', {
12750 get: function () {
12751 return attributeBooleanTicker.get_txhc1s$(this, 'readonly');
12752 },
12753 set: function (newValue) {
12754 attributeBooleanTicker.set_fid0sb$(this, 'readonly', newValue);
12755 }
12756 });
12757 Object.defineProperty(INPUT.prototype, 'required', {
12758 get: function () {
12759 return attributeBooleanTicker.get_txhc1s$(this, 'required');
12760 },
12761 set: function (newValue) {
12762 attributeBooleanTicker.set_fid0sb$(this, 'required', newValue);
12763 }
12764 });
12765 Object.defineProperty(INPUT.prototype, 'size', {
12766 get: function () {
12767 return attributeStringString.get_txhc1s$(this, 'size');
12768 },
12769 set: function (newValue) {
12770 attributeStringString.set_fid0sb$(this, 'size', newValue);
12771 }
12772 });
12773 Object.defineProperty(INPUT.prototype, 'src', {
12774 get: function () {
12775 return attributeStringString.get_txhc1s$(this, 'src');
12776 },
12777 set: function (newValue) {
12778 attributeStringString.set_fid0sb$(this, 'src', newValue);
12779 }
12780 });
12781 Object.defineProperty(INPUT.prototype, 'step', {
12782 get: function () {
12783 return attributeStringString.get_txhc1s$(this, 'step');
12784 },
12785 set: function (newValue) {
12786 attributeStringString.set_fid0sb$(this, 'step', newValue);
12787 }
12788 });
12789 Object.defineProperty(INPUT.prototype, 'width', {
12790 get: function () {
12791 return attributeStringString.get_txhc1s$(this, 'width');
12792 },
12793 set: function (newValue) {
12794 attributeStringString.set_fid0sb$(this, 'width', newValue);
12795 }
12796 });
12797 Object.defineProperty(INPUT.prototype, 'files', {
12798 get: function () {
12799 return attributeStringString.get_txhc1s$(this, 'files');
12800 },
12801 set: function (newValue) {
12802 attributeStringString.set_fid0sb$(this, 'files', newValue);
12803 }
12804 });
12805 Object.defineProperty(INPUT.prototype, 'value', {
12806 get: function () {
12807 return attributeStringString.get_txhc1s$(this, 'value');
12808 },
12809 set: function (newValue) {
12810 attributeStringString.set_fid0sb$(this, 'value', newValue);
12811 }
12812 });
12813 Object.defineProperty(INPUT.prototype, 'name', {
12814 get: function () {
12815 return attributeStringString.get_txhc1s$(this, 'name');
12816 },
12817 set: function (newValue) {
12818 attributeStringString.set_fid0sb$(this, 'name', newValue);
12819 }
12820 });
12821 INPUT.$metadata$ = {
12822 kind: Kind_CLASS,
12823 simpleName: 'INPUT',
12824 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
12825 };
12826 function get_asFlowContent_24($receiver) {
12827 return $receiver;
12828 }
12829 function get_asInteractiveContent_6($receiver) {
12830 return $receiver;
12831 }
12832 function get_asPhrasingContent_20($receiver) {
12833 return $receiver;
12834 }
12835 function INS(initialAttributes, consumer) {
12836 HTMLTag.call(this, 'ins', consumer, initialAttributes, null, false, false);
12837 this.consumer_59ed94$_0 = consumer;
12838 }
12839 Object.defineProperty(INS.prototype, 'consumer', {
12840 get: function () {
12841 return this.consumer_59ed94$_0;
12842 }
12843 });
12844 Object.defineProperty(INS.prototype, 'cite', {
12845 get: function () {
12846 return attributeStringString.get_txhc1s$(this, 'cite');
12847 },
12848 set: function (newValue) {
12849 attributeStringString.set_fid0sb$(this, 'cite', newValue);
12850 }
12851 });
12852 Object.defineProperty(INS.prototype, 'dateTime', {
12853 get: function () {
12854 return attributeStringString.get_txhc1s$(this, 'datetime');
12855 },
12856 set: function (newValue) {
12857 attributeStringString.set_fid0sb$(this, 'datetime', newValue);
12858 }
12859 });
12860 INS.$metadata$ = {
12861 kind: Kind_CLASS,
12862 simpleName: 'INS',
12863 interfaces: [HtmlBlockInlineTag, HTMLTag]
12864 };
12865 function get_asFlowContent_25($receiver) {
12866 return $receiver;
12867 }
12868 function get_asPhrasingContent_21($receiver) {
12869 return $receiver;
12870 }
12871 function KBD(initialAttributes, consumer) {
12872 HTMLTag.call(this, 'kbd', consumer, initialAttributes, null, true, false);
12873 this.consumer_agzz8p$_0 = consumer;
12874 }
12875 Object.defineProperty(KBD.prototype, 'consumer', {
12876 get: function () {
12877 return this.consumer_agzz8p$_0;
12878 }
12879 });
12880 KBD.$metadata$ = {
12881 kind: Kind_CLASS,
12882 simpleName: 'KBD',
12883 interfaces: [HtmlBlockInlineTag, HTMLTag]
12884 };
12885 function get_asFlowContent_26($receiver) {
12886 return $receiver;
12887 }
12888 function get_asPhrasingContent_22($receiver) {
12889 return $receiver;
12890 }
12891 function KEYGEN(initialAttributes, consumer) {
12892 HTMLTag.call(this, 'keygen', consumer, initialAttributes, null, true, true);
12893 this.consumer_c07zcj$_0 = consumer;
12894 }
12895 Object.defineProperty(KEYGEN.prototype, 'consumer', {
12896 get: function () {
12897 return this.consumer_c07zcj$_0;
12898 }
12899 });
12900 Object.defineProperty(KEYGEN.prototype, 'autoFocus', {
12901 get: function () {
12902 return attributeBooleanTicker.get_txhc1s$(this, 'autofocus');
12903 },
12904 set: function (newValue) {
12905 attributeBooleanTicker.set_fid0sb$(this, 'autofocus', newValue);
12906 }
12907 });
12908 Object.defineProperty(KEYGEN.prototype, 'challenge', {
12909 get: function () {
12910 return attributeStringString.get_txhc1s$(this, 'challenge');
12911 },
12912 set: function (newValue) {
12913 attributeStringString.set_fid0sb$(this, 'challenge', newValue);
12914 }
12915 });
12916 Object.defineProperty(KEYGEN.prototype, 'disabled', {
12917 get: function () {
12918 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
12919 },
12920 set: function (newValue) {
12921 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
12922 }
12923 });
12924 Object.defineProperty(KEYGEN.prototype, 'form', {
12925 get: function () {
12926 return attributeStringString.get_txhc1s$(this, 'form');
12927 },
12928 set: function (newValue) {
12929 attributeStringString.set_fid0sb$(this, 'form', newValue);
12930 }
12931 });
12932 Object.defineProperty(KEYGEN.prototype, 'keyType', {
12933 get: function () {
12934 return attributeKeyGenKeyTypeEnumKeyGenKeyTypeValues.get_txhc1s$(this, 'keytype');
12935 },
12936 set: function (newValue) {
12937 attributeKeyGenKeyTypeEnumKeyGenKeyTypeValues.set_fid0sb$(this, 'keytype', newValue);
12938 }
12939 });
12940 Object.defineProperty(KEYGEN.prototype, 'name', {
12941 get: function () {
12942 return attributeStringString.get_txhc1s$(this, 'name');
12943 },
12944 set: function (newValue) {
12945 attributeStringString.set_fid0sb$(this, 'name', newValue);
12946 }
12947 });
12948 KEYGEN.$metadata$ = {
12949 kind: Kind_CLASS,
12950 simpleName: 'KEYGEN',
12951 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
12952 };
12953 function get_asFlowContent_27($receiver) {
12954 return $receiver;
12955 }
12956 function get_asInteractiveContent_7($receiver) {
12957 return $receiver;
12958 }
12959 function get_asPhrasingContent_23($receiver) {
12960 return $receiver;
12961 }
12962 function LABEL(initialAttributes, consumer) {
12963 HTMLTag.call(this, 'label', consumer, initialAttributes, null, true, false);
12964 this.consumer_d62jmq$_0 = consumer;
12965 }
12966 Object.defineProperty(LABEL.prototype, 'consumer', {
12967 get: function () {
12968 return this.consumer_d62jmq$_0;
12969 }
12970 });
12971 Object.defineProperty(LABEL.prototype, 'form', {
12972 get: function () {
12973 return attributeStringString.get_txhc1s$(this, 'form');
12974 },
12975 set: function (newValue) {
12976 attributeStringString.set_fid0sb$(this, 'form', newValue);
12977 }
12978 });
12979 Object.defineProperty(LABEL.prototype, 'htmlFor', {
12980 get: function () {
12981 return attributeStringString.get_txhc1s$(this, 'for');
12982 },
12983 set: function (newValue) {
12984 attributeStringString.set_fid0sb$(this, 'for', newValue);
12985 }
12986 });
12987 LABEL.$metadata$ = {
12988 kind: Kind_CLASS,
12989 simpleName: 'LABEL',
12990 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
12991 };
12992 function get_asFlowContent_28($receiver) {
12993 return $receiver;
12994 }
12995 function get_asInteractiveContent_8($receiver) {
12996 return $receiver;
12997 }
12998 function get_asPhrasingContent_24($receiver) {
12999 return $receiver;
13000 }
13001 function LEGEND(initialAttributes, consumer) {
13002 HTMLTag.call(this, 'legend', consumer, initialAttributes, null, true, false);
13003 this.consumer_h1ylzl$_0 = consumer;
13004 }
13005 Object.defineProperty(LEGEND.prototype, 'consumer', {
13006 get: function () {
13007 return this.consumer_h1ylzl$_0;
13008 }
13009 });
13010 LEGEND.$metadata$ = {
13011 kind: Kind_CLASS,
13012 simpleName: 'LEGEND',
13013 interfaces: [HtmlBlockInlineTag, HTMLTag]
13014 };
13015 function get_asFlowContent_29($receiver) {
13016 return $receiver;
13017 }
13018 function get_asPhrasingContent_25($receiver) {
13019 return $receiver;
13020 }
13021 function LI(initialAttributes, consumer) {
13022 HTMLTag.call(this, 'li', consumer, initialAttributes, null, false, false);
13023 this.consumer_gvd6sf$_0 = consumer;
13024 }
13025 Object.defineProperty(LI.prototype, 'consumer', {
13026 get: function () {
13027 return this.consumer_gvd6sf$_0;
13028 }
13029 });
13030 Object.defineProperty(LI.prototype, 'value', {
13031 get: function () {
13032 return attributeStringString.get_txhc1s$(this, 'value');
13033 },
13034 set: function (newValue) {
13035 attributeStringString.set_fid0sb$(this, 'value', newValue);
13036 }
13037 });
13038 LI.$metadata$ = {
13039 kind: Kind_CLASS,
13040 simpleName: 'LI',
13041 interfaces: [HtmlBlockTag, HTMLTag]
13042 };
13043 function LINK(initialAttributes, consumer) {
13044 HTMLTag.call(this, 'link', consumer, initialAttributes, null, false, true);
13045 this.consumer_bkmyw4$_0 = consumer;
13046 }
13047 Object.defineProperty(LINK.prototype, 'consumer', {
13048 get: function () {
13049 return this.consumer_bkmyw4$_0;
13050 }
13051 });
13052 Object.defineProperty(LINK.prototype, 'href', {
13053 get: function () {
13054 return attributeStringString.get_txhc1s$(this, 'href');
13055 },
13056 set: function (newValue) {
13057 attributeStringString.set_fid0sb$(this, 'href', newValue);
13058 }
13059 });
13060 Object.defineProperty(LINK.prototype, 'hrefLang', {
13061 get: function () {
13062 return attributeStringString.get_txhc1s$(this, 'hreflang');
13063 },
13064 set: function (newValue) {
13065 attributeStringString.set_fid0sb$(this, 'hreflang', newValue);
13066 }
13067 });
13068 Object.defineProperty(LINK.prototype, 'rel', {
13069 get: function () {
13070 return attributeStringString.get_txhc1s$(this, 'rel');
13071 },
13072 set: function (newValue) {
13073 attributeStringString.set_fid0sb$(this, 'rel', newValue);
13074 }
13075 });
13076 Object.defineProperty(LINK.prototype, 'media', {
13077 get: function () {
13078 return attributeStringString.get_txhc1s$(this, 'media');
13079 },
13080 set: function (newValue) {
13081 attributeStringString.set_fid0sb$(this, 'media', newValue);
13082 }
13083 });
13084 Object.defineProperty(LINK.prototype, 'type', {
13085 get: function () {
13086 return attributeStringString.get_txhc1s$(this, 'type');
13087 },
13088 set: function (newValue) {
13089 attributeStringString.set_fid0sb$(this, 'type', newValue);
13090 }
13091 });
13092 Object.defineProperty(LINK.prototype, 'sizes', {
13093 get: function () {
13094 return attributeStringString.get_txhc1s$(this, 'sizes');
13095 },
13096 set: function (newValue) {
13097 attributeStringString.set_fid0sb$(this, 'sizes', newValue);
13098 }
13099 });
13100 Object.defineProperty(LINK.prototype, 'integrity', {
13101 get: function () {
13102 return attributeStringString.get_txhc1s$(this, 'integrity');
13103 },
13104 set: function (newValue) {
13105 attributeStringString.set_fid0sb$(this, 'integrity', newValue);
13106 }
13107 });
13108 LINK.$metadata$ = {
13109 kind: Kind_CLASS,
13110 simpleName: 'LINK',
13111 interfaces: [CommonAttributeGroupFacadeFlowMetaDataPhrasingContent, HTMLTag]
13112 };
13113 function get_asFlowContent_30($receiver) {
13114 return $receiver;
13115 }
13116 function get_asMetaDataContent_0($receiver) {
13117 return $receiver;
13118 }
13119 function get_asPhrasingContent_26($receiver) {
13120 return $receiver;
13121 }
13122 function MAIN(initialAttributes, consumer) {
13123 HTMLTag.call(this, 'main', consumer, initialAttributes, null, false, false);
13124 this.consumer_9wvspx$_0 = consumer;
13125 }
13126 Object.defineProperty(MAIN.prototype, 'consumer', {
13127 get: function () {
13128 return this.consumer_9wvspx$_0;
13129 }
13130 });
13131 MAIN.$metadata$ = {
13132 kind: Kind_CLASS,
13133 simpleName: 'MAIN',
13134 interfaces: [CommonAttributeGroupFacadeFlowPhrasingSectioningContent, HTMLTag]
13135 };
13136 function MAP(initialAttributes, consumer) {
13137 HTMLTag.call(this, 'map', consumer, initialAttributes, null, true, false);
13138 this.consumer_nryj5m$_0 = consumer;
13139 }
13140 Object.defineProperty(MAP.prototype, 'consumer', {
13141 get: function () {
13142 return this.consumer_nryj5m$_0;
13143 }
13144 });
13145 Object.defineProperty(MAP.prototype, 'name', {
13146 get: function () {
13147 return attributeStringString.get_txhc1s$(this, 'name');
13148 },
13149 set: function (newValue) {
13150 attributeStringString.set_fid0sb$(this, 'name', newValue);
13151 }
13152 });
13153 MAP.$metadata$ = {
13154 kind: Kind_CLASS,
13155 simpleName: 'MAP',
13156 interfaces: [HtmlBlockInlineTag, HTMLTag]
13157 };
13158 function get_asFlowContent_31($receiver) {
13159 return $receiver;
13160 }
13161 function get_asPhrasingContent_27($receiver) {
13162 return $receiver;
13163 }
13164 function MARK(initialAttributes, consumer) {
13165 HTMLTag.call(this, 'mark', consumer, initialAttributes, null, true, false);
13166 this.consumer_rf92pb$_0 = consumer;
13167 }
13168 Object.defineProperty(MARK.prototype, 'consumer', {
13169 get: function () {
13170 return this.consumer_rf92pb$_0;
13171 }
13172 });
13173 MARK.$metadata$ = {
13174 kind: Kind_CLASS,
13175 simpleName: 'MARK',
13176 interfaces: [HtmlBlockInlineTag, HTMLTag]
13177 };
13178 function get_asFlowContent_32($receiver) {
13179 return $receiver;
13180 }
13181 function get_asPhrasingContent_28($receiver) {
13182 return $receiver;
13183 }
13184 function MATH(initialAttributes, consumer) {
13185 HTMLTag.call(this, 'math', consumer, initialAttributes, null, false, false);
13186 this.consumer_l7oxw6$_0 = consumer;
13187 }
13188 Object.defineProperty(MATH.prototype, 'consumer', {
13189 get: function () {
13190 return this.consumer_l7oxw6$_0;
13191 }
13192 });
13193 MATH.$metadata$ = {
13194 kind: Kind_CLASS,
13195 simpleName: 'MATH',
13196 interfaces: [HtmlBlockInlineTag, HTMLTag]
13197 };
13198 function get_asFlowContent_33($receiver) {
13199 return $receiver;
13200 }
13201 function get_asPhrasingContent_29($receiver) {
13202 return $receiver;
13203 }
13204 function MATHML(initialAttributes, consumer) {
13205 HTMLTag.call(this, 'mathml', consumer, initialAttributes, null, false, false);
13206 this.consumer_8uwqq1$_0 = consumer;
13207 }
13208 Object.defineProperty(MATHML.prototype, 'consumer', {
13209 get: function () {
13210 return this.consumer_8uwqq1$_0;
13211 }
13212 });
13213 MATHML.$metadata$ = {
13214 kind: Kind_CLASS,
13215 simpleName: 'MATHML',
13216 interfaces: [CommonAttributeGroupFacade, HTMLTag]
13217 };
13218 function META(initialAttributes, consumer) {
13219 HTMLTag.call(this, 'meta', consumer, initialAttributes, null, false, true);
13220 this.consumer_pccp47$_0 = consumer;
13221 }
13222 Object.defineProperty(META.prototype, 'consumer', {
13223 get: function () {
13224 return this.consumer_pccp47$_0;
13225 }
13226 });
13227 Object.defineProperty(META.prototype, 'httpEquiv', {
13228 get: function () {
13229 return attributeStringString.get_txhc1s$(this, 'http-equiv');
13230 },
13231 set: function (newValue) {
13232 attributeStringString.set_fid0sb$(this, 'http-equiv', newValue);
13233 }
13234 });
13235 Object.defineProperty(META.prototype, 'name', {
13236 get: function () {
13237 return attributeStringString.get_txhc1s$(this, 'name');
13238 },
13239 set: function (newValue) {
13240 attributeStringString.set_fid0sb$(this, 'name', newValue);
13241 }
13242 });
13243 Object.defineProperty(META.prototype, 'content', {
13244 get: function () {
13245 return attributeStringString.get_txhc1s$(this, 'content');
13246 },
13247 set: function (newValue) {
13248 attributeStringString.set_fid0sb$(this, 'content', newValue);
13249 }
13250 });
13251 Object.defineProperty(META.prototype, 'charset', {
13252 get: function () {
13253 return attributeStringString.get_txhc1s$(this, 'charset');
13254 },
13255 set: function (newValue) {
13256 attributeStringString.set_fid0sb$(this, 'charset', newValue);
13257 }
13258 });
13259 META.$metadata$ = {
13260 kind: Kind_CLASS,
13261 simpleName: 'META',
13262 interfaces: [CommonAttributeGroupFacadeFlowMetaDataPhrasingContent, HTMLTag]
13263 };
13264 function get_asFlowContent_34($receiver) {
13265 return $receiver;
13266 }
13267 function get_asMetaDataContent_1($receiver) {
13268 return $receiver;
13269 }
13270 function get_asPhrasingContent_30($receiver) {
13271 return $receiver;
13272 }
13273 function METER(initialAttributes, consumer) {
13274 HTMLTag.call(this, 'meter', consumer, initialAttributes, null, true, false);
13275 this.consumer_37isgd$_0 = consumer;
13276 }
13277 Object.defineProperty(METER.prototype, 'consumer', {
13278 get: function () {
13279 return this.consumer_37isgd$_0;
13280 }
13281 });
13282 Object.defineProperty(METER.prototype, 'value', {
13283 get: function () {
13284 return attributeStringString.get_txhc1s$(this, 'value');
13285 },
13286 set: function (newValue) {
13287 attributeStringString.set_fid0sb$(this, 'value', newValue);
13288 }
13289 });
13290 Object.defineProperty(METER.prototype, 'min', {
13291 get: function () {
13292 return attributeStringString.get_txhc1s$(this, 'min');
13293 },
13294 set: function (newValue) {
13295 attributeStringString.set_fid0sb$(this, 'min', newValue);
13296 }
13297 });
13298 Object.defineProperty(METER.prototype, 'max', {
13299 get: function () {
13300 return attributeStringString.get_txhc1s$(this, 'max');
13301 },
13302 set: function (newValue) {
13303 attributeStringString.set_fid0sb$(this, 'max', newValue);
13304 }
13305 });
13306 Object.defineProperty(METER.prototype, 'low', {
13307 get: function () {
13308 return attributeStringString.get_txhc1s$(this, 'low');
13309 },
13310 set: function (newValue) {
13311 attributeStringString.set_fid0sb$(this, 'low', newValue);
13312 }
13313 });
13314 Object.defineProperty(METER.prototype, 'high', {
13315 get: function () {
13316 return attributeStringString.get_txhc1s$(this, 'high');
13317 },
13318 set: function (newValue) {
13319 attributeStringString.set_fid0sb$(this, 'high', newValue);
13320 }
13321 });
13322 Object.defineProperty(METER.prototype, 'optimum', {
13323 get: function () {
13324 return attributeStringString.get_txhc1s$(this, 'optimum');
13325 },
13326 set: function (newValue) {
13327 attributeStringString.set_fid0sb$(this, 'optimum', newValue);
13328 }
13329 });
13330 METER.$metadata$ = {
13331 kind: Kind_CLASS,
13332 simpleName: 'METER',
13333 interfaces: [HtmlBlockInlineTag, HTMLTag]
13334 };
13335 function get_asFlowContent_35($receiver) {
13336 return $receiver;
13337 }
13338 function get_asPhrasingContent_31($receiver) {
13339 return $receiver;
13340 }
13341 function NAV(initialAttributes, consumer) {
13342 HTMLTag.call(this, 'nav', consumer, initialAttributes, null, false, false);
13343 this.consumer_65jkb1$_0 = consumer;
13344 }
13345 Object.defineProperty(NAV.prototype, 'consumer', {
13346 get: function () {
13347 return this.consumer_65jkb1$_0;
13348 }
13349 });
13350 NAV.$metadata$ = {
13351 kind: Kind_CLASS,
13352 simpleName: 'NAV',
13353 interfaces: [CommonAttributeGroupFacadeFlowSectioningContent, HTMLTag]
13354 };
13355 function get_asFlowContent_36($receiver) {
13356 return $receiver;
13357 }
13358 function get_asSectioningContent_1($receiver) {
13359 return $receiver;
13360 }
13361 function NOSCRIPT(initialAttributes, consumer) {
13362 HTMLTag.call(this, 'noscript', consumer, initialAttributes, null, false, false);
13363 this.consumer_86itoy$_0 = consumer;
13364 }
13365 Object.defineProperty(NOSCRIPT.prototype, 'consumer', {
13366 get: function () {
13367 return this.consumer_86itoy$_0;
13368 }
13369 });
13370 NOSCRIPT.$metadata$ = {
13371 kind: Kind_CLASS,
13372 simpleName: 'NOSCRIPT',
13373 interfaces: [CommonAttributeGroupFacadeFlowMetaDataPhrasingContent, HTMLTag]
13374 };
13375 function get_asFlowContent_37($receiver) {
13376 return $receiver;
13377 }
13378 function get_asMetaDataContent_2($receiver) {
13379 return $receiver;
13380 }
13381 function get_asPhrasingContent_32($receiver) {
13382 return $receiver;
13383 }
13384 function visit$lambda_8(closure$block) {
13385 return function ($receiver) {
13386 closure$block($receiver);
13387 return Unit;
13388 };
13389 }
13390 function OBJECT(initialAttributes, consumer) {
13391 HTMLTag.call(this, 'object', consumer, initialAttributes, null, true, false);
13392 this.consumer_1ylkbj$_0 = consumer;
13393 }
13394 Object.defineProperty(OBJECT.prototype, 'consumer', {
13395 get: function () {
13396 return this.consumer_1ylkbj$_0;
13397 }
13398 });
13399 Object.defineProperty(OBJECT.prototype, 'data', {
13400 get: function () {
13401 return attributeStringString.get_txhc1s$(this, 'data');
13402 },
13403 set: function (newValue) {
13404 attributeStringString.set_fid0sb$(this, 'data', newValue);
13405 }
13406 });
13407 Object.defineProperty(OBJECT.prototype, 'type', {
13408 get: function () {
13409 return attributeStringString.get_txhc1s$(this, 'type');
13410 },
13411 set: function (newValue) {
13412 attributeStringString.set_fid0sb$(this, 'type', newValue);
13413 }
13414 });
13415 Object.defineProperty(OBJECT.prototype, 'height', {
13416 get: function () {
13417 return attributeStringString.get_txhc1s$(this, 'height');
13418 },
13419 set: function (newValue) {
13420 attributeStringString.set_fid0sb$(this, 'height', newValue);
13421 }
13422 });
13423 Object.defineProperty(OBJECT.prototype, 'width', {
13424 get: function () {
13425 return attributeStringString.get_txhc1s$(this, 'width');
13426 },
13427 set: function (newValue) {
13428 attributeStringString.set_fid0sb$(this, 'width', newValue);
13429 }
13430 });
13431 Object.defineProperty(OBJECT.prototype, 'usemap', {
13432 get: function () {
13433 return attributeStringString.get_txhc1s$(this, 'usemap');
13434 },
13435 set: function (newValue) {
13436 attributeStringString.set_fid0sb$(this, 'usemap', newValue);
13437 }
13438 });
13439 Object.defineProperty(OBJECT.prototype, 'name', {
13440 get: function () {
13441 return attributeStringString.get_txhc1s$(this, 'name');
13442 },
13443 set: function (newValue) {
13444 attributeStringString.set_fid0sb$(this, 'name', newValue);
13445 }
13446 });
13447 Object.defineProperty(OBJECT.prototype, 'form', {
13448 get: function () {
13449 return attributeStringString.get_txhc1s$(this, 'form');
13450 },
13451 set: function (newValue) {
13452 attributeStringString.set_fid0sb$(this, 'form', newValue);
13453 }
13454 });
13455 Object.defineProperty(OBJECT.prototype, 'classId', {
13456 get: function () {
13457 return attributeStringString.get_txhc1s$(this, 'classid');
13458 },
13459 set: function (newValue) {
13460 attributeStringString.set_fid0sb$(this, 'classid', newValue);
13461 }
13462 });
13463 OBJECT.$metadata$ = {
13464 kind: Kind_CLASS,
13465 simpleName: 'OBJECT',
13466 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
13467 };
13468 var param_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.param_8fkg42$', wrapFunction(function () {
13469 var Unit = Kotlin.kotlin.Unit;
13470 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
13471 var PARAM_init = _.kotlinx.html.PARAM;
13472 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
13473 function visit$lambda(closure$block) {
13474 return function ($receiver) {
13475 closure$block($receiver);
13476 return Unit;
13477 };
13478 }
13479 function param$lambda($receiver) {
13480 return Unit;
13481 }
13482 return function ($receiver, name, value, block) {
13483 if (name === void 0)
13484 name = null;
13485 if (value === void 0)
13486 value = null;
13487 if (block === void 0)
13488 block = param$lambda;
13489 visitTag(new PARAM_init(attributesMapOf(['name', name, 'value', value]), $receiver.consumer), visit$lambda(block));
13490 };
13491 }));
13492 function get_asFlowContent_38($receiver) {
13493 return $receiver;
13494 }
13495 function get_asInteractiveContent_9($receiver) {
13496 return $receiver;
13497 }
13498 function get_asPhrasingContent_33($receiver) {
13499 return $receiver;
13500 }
13501 function OL(initialAttributes, consumer) {
13502 HTMLTag.call(this, 'ol', consumer, initialAttributes, null, false, false);
13503 this.consumer_55glq7$_0 = consumer;
13504 }
13505 Object.defineProperty(OL.prototype, 'consumer', {
13506 get: function () {
13507 return this.consumer_55glq7$_0;
13508 }
13509 });
13510 Object.defineProperty(OL.prototype, 'start', {
13511 get: function () {
13512 return attributeStringString.get_txhc1s$(this, 'start');
13513 },
13514 set: function (newValue) {
13515 attributeStringString.set_fid0sb$(this, 'start', newValue);
13516 }
13517 });
13518 Object.defineProperty(OL.prototype, 'reversed', {
13519 get: function () {
13520 return attributeBooleanTicker.get_txhc1s$(this, 'reversed');
13521 },
13522 set: function (newValue) {
13523 attributeBooleanTicker.set_fid0sb$(this, 'reversed', newValue);
13524 }
13525 });
13526 OL.$metadata$ = {
13527 kind: Kind_CLASS,
13528 simpleName: 'OL',
13529 interfaces: [HtmlBlockTag, HTMLTag]
13530 };
13531 var li_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.li_nemw19$', wrapFunction(function () {
13532 var Unit = Kotlin.kotlin.Unit;
13533 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
13534 var LI_init = _.kotlinx.html.LI;
13535 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
13536 function visit$lambda(closure$block) {
13537 return function ($receiver) {
13538 closure$block($receiver);
13539 return Unit;
13540 };
13541 }
13542 function li$lambda($receiver) {
13543 return Unit;
13544 }
13545 return function ($receiver, classes, block) {
13546 if (classes === void 0)
13547 classes = null;
13548 if (block === void 0)
13549 block = li$lambda;
13550 visitTag(new LI_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
13551 };
13552 }));
13553 function OPTGROUP(initialAttributes, consumer) {
13554 HTMLTag.call(this, 'optgroup', consumer, initialAttributes, null, true, false);
13555 this.consumer_nnwmwi$_0 = consumer;
13556 }
13557 Object.defineProperty(OPTGROUP.prototype, 'consumer', {
13558 get: function () {
13559 return this.consumer_nnwmwi$_0;
13560 }
13561 });
13562 Object.defineProperty(OPTGROUP.prototype, 'disabled', {
13563 get: function () {
13564 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
13565 },
13566 set: function (newValue) {
13567 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
13568 }
13569 });
13570 Object.defineProperty(OPTGROUP.prototype, 'label', {
13571 get: function () {
13572 return attributeStringString.get_txhc1s$(this, 'label');
13573 },
13574 set: function (newValue) {
13575 attributeStringString.set_fid0sb$(this, 'label', newValue);
13576 }
13577 });
13578 OPTGROUP.$metadata$ = {
13579 kind: Kind_CLASS,
13580 simpleName: 'OPTGROUP',
13581 interfaces: [CommonAttributeGroupFacade, HTMLTag]
13582 };
13583 var option_3 = defineInlineFunction('kotlinx-html-js.kotlinx.html.option_z52iho$', wrapFunction(function () {
13584 var Unit = Kotlin.kotlin.Unit;
13585 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
13586 var OPTION_init = _.kotlinx.html.OPTION;
13587 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
13588 function visit$lambda(closure$block) {
13589 return function ($receiver) {
13590 closure$block($receiver);
13591 return Unit;
13592 };
13593 }
13594 function option$lambda($receiver) {
13595 return Unit;
13596 }
13597 return function ($receiver, classes, block) {
13598 if (classes === void 0)
13599 classes = null;
13600 if (block === void 0)
13601 block = option$lambda;
13602 visitTag(new OPTION_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
13603 };
13604 }));
13605 function option$lambda_1(closure$content) {
13606 return function ($receiver) {
13607 $receiver.unaryPlus_pdl1vz$(closure$content);
13608 return Unit;
13609 };
13610 }
13611 function option_4($receiver, classes, content) {
13612 if (classes === void 0)
13613 classes = null;
13614 if (content === void 0)
13615 content = '';
13616 visitTag(new OPTION(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_8(option$lambda_1(content)));
13617 }
13618 function OPTION(initialAttributes, consumer) {
13619 HTMLTag.call(this, 'option', consumer, initialAttributes, null, true, false);
13620 this.consumer_lt7f6f$_0 = consumer;
13621 }
13622 Object.defineProperty(OPTION.prototype, 'consumer', {
13623 get: function () {
13624 return this.consumer_lt7f6f$_0;
13625 }
13626 });
13627 Object.defineProperty(OPTION.prototype, 'disabled', {
13628 get: function () {
13629 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
13630 },
13631 set: function (newValue) {
13632 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
13633 }
13634 });
13635 Object.defineProperty(OPTION.prototype, 'selected', {
13636 get: function () {
13637 return attributeBooleanTicker.get_txhc1s$(this, 'selected');
13638 },
13639 set: function (newValue) {
13640 attributeBooleanTicker.set_fid0sb$(this, 'selected', newValue);
13641 }
13642 });
13643 Object.defineProperty(OPTION.prototype, 'label', {
13644 get: function () {
13645 return attributeStringString.get_txhc1s$(this, 'label');
13646 },
13647 set: function (newValue) {
13648 attributeStringString.set_fid0sb$(this, 'label', newValue);
13649 }
13650 });
13651 Object.defineProperty(OPTION.prototype, 'value', {
13652 get: function () {
13653 return attributeStringString.get_txhc1s$(this, 'value');
13654 },
13655 set: function (newValue) {
13656 attributeStringString.set_fid0sb$(this, 'value', newValue);
13657 }
13658 });
13659 OPTION.$metadata$ = {
13660 kind: Kind_CLASS,
13661 simpleName: 'OPTION',
13662 interfaces: [CommonAttributeGroupFacade, HTMLTag]
13663 };
13664 function OUTPUT(initialAttributes, consumer) {
13665 HTMLTag.call(this, 'output', consumer, initialAttributes, null, true, false);
13666 this.consumer_i1a0pv$_0 = consumer;
13667 }
13668 Object.defineProperty(OUTPUT.prototype, 'consumer', {
13669 get: function () {
13670 return this.consumer_i1a0pv$_0;
13671 }
13672 });
13673 Object.defineProperty(OUTPUT.prototype, 'htmlFor', {
13674 get: function () {
13675 return attributeStringString.get_txhc1s$(this, 'for');
13676 },
13677 set: function (newValue) {
13678 attributeStringString.set_fid0sb$(this, 'for', newValue);
13679 }
13680 });
13681 Object.defineProperty(OUTPUT.prototype, 'form', {
13682 get: function () {
13683 return attributeStringString.get_txhc1s$(this, 'form');
13684 },
13685 set: function (newValue) {
13686 attributeStringString.set_fid0sb$(this, 'form', newValue);
13687 }
13688 });
13689 Object.defineProperty(OUTPUT.prototype, 'name', {
13690 get: function () {
13691 return attributeStringString.get_txhc1s$(this, 'name');
13692 },
13693 set: function (newValue) {
13694 attributeStringString.set_fid0sb$(this, 'name', newValue);
13695 }
13696 });
13697 OUTPUT.$metadata$ = {
13698 kind: Kind_CLASS,
13699 simpleName: 'OUTPUT',
13700 interfaces: [HtmlBlockInlineTag, HTMLTag]
13701 };
13702 function get_asFlowContent_39($receiver) {
13703 return $receiver;
13704 }
13705 function get_asPhrasingContent_34($receiver) {
13706 return $receiver;
13707 }
13708 function P(initialAttributes, consumer) {
13709 HTMLTag.call(this, 'p', consumer, initialAttributes, null, false, false);
13710 this.consumer_pmd17q$_0 = consumer;
13711 }
13712 Object.defineProperty(P.prototype, 'consumer', {
13713 get: function () {
13714 return this.consumer_pmd17q$_0;
13715 }
13716 });
13717 P.$metadata$ = {
13718 kind: Kind_CLASS,
13719 simpleName: 'P',
13720 interfaces: [HtmlBlockInlineTag, HTMLTag]
13721 };
13722 function get_asFlowContent_40($receiver) {
13723 return $receiver;
13724 }
13725 function get_asPhrasingContent_35($receiver) {
13726 return $receiver;
13727 }
13728 function PARAM(initialAttributes, consumer) {
13729 HTMLTag.call(this, 'param', consumer, initialAttributes, null, true, true);
13730 this.consumer_tc29ah$_0 = consumer;
13731 }
13732 Object.defineProperty(PARAM.prototype, 'consumer', {
13733 get: function () {
13734 return this.consumer_tc29ah$_0;
13735 }
13736 });
13737 Object.defineProperty(PARAM.prototype, 'name', {
13738 get: function () {
13739 return attributeStringString.get_txhc1s$(this, 'name');
13740 },
13741 set: function (newValue) {
13742 attributeStringString.set_fid0sb$(this, 'name', newValue);
13743 }
13744 });
13745 Object.defineProperty(PARAM.prototype, 'value', {
13746 get: function () {
13747 return attributeStringString.get_txhc1s$(this, 'value');
13748 },
13749 set: function (newValue) {
13750 attributeStringString.set_fid0sb$(this, 'value', newValue);
13751 }
13752 });
13753 PARAM.$metadata$ = {
13754 kind: Kind_CLASS,
13755 simpleName: 'PARAM',
13756 interfaces: [HTMLTag]
13757 };
13758 function PRE(initialAttributes, consumer) {
13759 HTMLTag.call(this, 'pre', consumer, initialAttributes, null, false, false);
13760 this.consumer_uan20j$_0 = consumer;
13761 }
13762 Object.defineProperty(PRE.prototype, 'consumer', {
13763 get: function () {
13764 return this.consumer_uan20j$_0;
13765 }
13766 });
13767 PRE.$metadata$ = {
13768 kind: Kind_CLASS,
13769 simpleName: 'PRE',
13770 interfaces: [HtmlBlockInlineTag, HTMLTag]
13771 };
13772 function get_asFlowContent_41($receiver) {
13773 return $receiver;
13774 }
13775 function get_asPhrasingContent_36($receiver) {
13776 return $receiver;
13777 }
13778 function PROGRESS(initialAttributes, consumer) {
13779 HTMLTag.call(this, 'progress', consumer, initialAttributes, null, true, false);
13780 this.consumer_1x9u8f$_0 = consumer;
13781 }
13782 Object.defineProperty(PROGRESS.prototype, 'consumer', {
13783 get: function () {
13784 return this.consumer_1x9u8f$_0;
13785 }
13786 });
13787 Object.defineProperty(PROGRESS.prototype, 'value', {
13788 get: function () {
13789 return attributeStringString.get_txhc1s$(this, 'value');
13790 },
13791 set: function (newValue) {
13792 attributeStringString.set_fid0sb$(this, 'value', newValue);
13793 }
13794 });
13795 Object.defineProperty(PROGRESS.prototype, 'max', {
13796 get: function () {
13797 return attributeStringString.get_txhc1s$(this, 'max');
13798 },
13799 set: function (newValue) {
13800 attributeStringString.set_fid0sb$(this, 'max', newValue);
13801 }
13802 });
13803 PROGRESS.$metadata$ = {
13804 kind: Kind_CLASS,
13805 simpleName: 'PROGRESS',
13806 interfaces: [HtmlBlockInlineTag, HTMLTag]
13807 };
13808 function get_asFlowContent_42($receiver) {
13809 return $receiver;
13810 }
13811 function get_asPhrasingContent_37($receiver) {
13812 return $receiver;
13813 }
13814 function Q(initialAttributes, consumer) {
13815 HTMLTag.call(this, 'q', consumer, initialAttributes, null, true, false);
13816 this.consumer_fow47v$_0 = consumer;
13817 }
13818 Object.defineProperty(Q.prototype, 'consumer', {
13819 get: function () {
13820 return this.consumer_fow47v$_0;
13821 }
13822 });
13823 Object.defineProperty(Q.prototype, 'cite', {
13824 get: function () {
13825 return attributeStringString.get_txhc1s$(this, 'cite');
13826 },
13827 set: function (newValue) {
13828 attributeStringString.set_fid0sb$(this, 'cite', newValue);
13829 }
13830 });
13831 Q.$metadata$ = {
13832 kind: Kind_CLASS,
13833 simpleName: 'Q',
13834 interfaces: [HtmlBlockInlineTag, HTMLTag]
13835 };
13836 function get_asFlowContent_43($receiver) {
13837 return $receiver;
13838 }
13839 function get_asPhrasingContent_38($receiver) {
13840 return $receiver;
13841 }
13842 function RP(initialAttributes, consumer) {
13843 HTMLTag.call(this, 'rp', consumer, initialAttributes, null, true, false);
13844 this.consumer_yqt63k$_0 = consumer;
13845 }
13846 Object.defineProperty(RP.prototype, 'consumer', {
13847 get: function () {
13848 return this.consumer_yqt63k$_0;
13849 }
13850 });
13851 RP.$metadata$ = {
13852 kind: Kind_CLASS,
13853 simpleName: 'RP',
13854 interfaces: [HtmlInlineTag, HTMLTag]
13855 };
13856 function RT(initialAttributes, consumer) {
13857 HTMLTag.call(this, 'rt', consumer, initialAttributes, null, true, false);
13858 this.consumer_d3ie3g$_0 = consumer;
13859 }
13860 Object.defineProperty(RT.prototype, 'consumer', {
13861 get: function () {
13862 return this.consumer_d3ie3g$_0;
13863 }
13864 });
13865 RT.$metadata$ = {
13866 kind: Kind_CLASS,
13867 simpleName: 'RT',
13868 interfaces: [HtmlInlineTag, HTMLTag]
13869 };
13870 function RUBY(initialAttributes, consumer) {
13871 HTMLTag.call(this, 'ruby', consumer, initialAttributes, null, true, false);
13872 this.consumer_6ltj98$_0 = consumer;
13873 }
13874 Object.defineProperty(RUBY.prototype, 'consumer', {
13875 get: function () {
13876 return this.consumer_6ltj98$_0;
13877 }
13878 });
13879 RUBY.$metadata$ = {
13880 kind: Kind_CLASS,
13881 simpleName: 'RUBY',
13882 interfaces: [HtmlBlockInlineTag, HTMLTag]
13883 };
13884 var rt_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.rt_kderwb$', wrapFunction(function () {
13885 var Unit = Kotlin.kotlin.Unit;
13886 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
13887 var RT_init = _.kotlinx.html.RT;
13888 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
13889 function visit$lambda(closure$block) {
13890 return function ($receiver) {
13891 closure$block($receiver);
13892 return Unit;
13893 };
13894 }
13895 function rt$lambda($receiver) {
13896 return Unit;
13897 }
13898 return function ($receiver, classes, block) {
13899 if (classes === void 0)
13900 classes = null;
13901 if (block === void 0)
13902 block = rt$lambda;
13903 visitTag(new RT_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
13904 };
13905 }));
13906 var rp_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.rp_8bpft5$', wrapFunction(function () {
13907 var Unit = Kotlin.kotlin.Unit;
13908 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
13909 var RP_init = _.kotlinx.html.RP;
13910 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
13911 function visit$lambda(closure$block) {
13912 return function ($receiver) {
13913 closure$block($receiver);
13914 return Unit;
13915 };
13916 }
13917 function rp$lambda($receiver) {
13918 return Unit;
13919 }
13920 return function ($receiver, classes, block) {
13921 if (classes === void 0)
13922 classes = null;
13923 if (block === void 0)
13924 block = rp$lambda;
13925 visitTag(new RP_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
13926 };
13927 }));
13928 function get_asFlowContent_44($receiver) {
13929 return $receiver;
13930 }
13931 function get_asPhrasingContent_39($receiver) {
13932 return $receiver;
13933 }
13934 function visit$lambda_9(closure$block) {
13935 return function ($receiver) {
13936 closure$block($receiver);
13937 return Unit;
13938 };
13939 }
13940 function SAMP(initialAttributes, consumer) {
13941 HTMLTag.call(this, 'samp', consumer, initialAttributes, null, true, false);
13942 this.consumer_v320er$_0 = consumer;
13943 }
13944 Object.defineProperty(SAMP.prototype, 'consumer', {
13945 get: function () {
13946 return this.consumer_v320er$_0;
13947 }
13948 });
13949 SAMP.$metadata$ = {
13950 kind: Kind_CLASS,
13951 simpleName: 'SAMP',
13952 interfaces: [HtmlBlockInlineTag, HTMLTag]
13953 };
13954 function get_asFlowContent_45($receiver) {
13955 return $receiver;
13956 }
13957 function get_asPhrasingContent_40($receiver) {
13958 return $receiver;
13959 }
13960 function SCRIPT(initialAttributes, consumer) {
13961 HTMLTag.call(this, 'script', consumer, initialAttributes, null, false, false);
13962 this.consumer_1olvfx$_0 = consumer;
13963 }
13964 Object.defineProperty(SCRIPT.prototype, 'consumer', {
13965 get: function () {
13966 return this.consumer_1olvfx$_0;
13967 }
13968 });
13969 Object.defineProperty(SCRIPT.prototype, 'charset', {
13970 get: function () {
13971 return attributeStringString.get_txhc1s$(this, 'charset');
13972 },
13973 set: function (newValue) {
13974 attributeStringString.set_fid0sb$(this, 'charset', newValue);
13975 }
13976 });
13977 Object.defineProperty(SCRIPT.prototype, 'type', {
13978 get: function () {
13979 return attributeStringString.get_txhc1s$(this, 'type');
13980 },
13981 set: function (newValue) {
13982 attributeStringString.set_fid0sb$(this, 'type', newValue);
13983 }
13984 });
13985 Object.defineProperty(SCRIPT.prototype, 'src', {
13986 get: function () {
13987 return attributeStringString.get_txhc1s$(this, 'src');
13988 },
13989 set: function (newValue) {
13990 attributeStringString.set_fid0sb$(this, 'src', newValue);
13991 }
13992 });
13993 Object.defineProperty(SCRIPT.prototype, 'defer', {
13994 get: function () {
13995 return attributeBooleanTicker.get_txhc1s$(this, 'defer');
13996 },
13997 set: function (newValue) {
13998 attributeBooleanTicker.set_fid0sb$(this, 'defer', newValue);
13999 }
14000 });
14001 Object.defineProperty(SCRIPT.prototype, 'async', {
14002 get: function () {
14003 return attributeBooleanTicker.get_txhc1s$(this, 'async');
14004 },
14005 set: function (newValue) {
14006 attributeBooleanTicker.set_fid0sb$(this, 'async', newValue);
14007 }
14008 });
14009 Object.defineProperty(SCRIPT.prototype, 'nonce', {
14010 get: function () {
14011 return attributeStringString.get_txhc1s$(this, 'nonce');
14012 },
14013 set: function (newValue) {
14014 attributeStringString.set_fid0sb$(this, 'nonce', newValue);
14015 }
14016 });
14017 Object.defineProperty(SCRIPT.prototype, 'integrity', {
14018 get: function () {
14019 return attributeStringString.get_txhc1s$(this, 'integrity');
14020 },
14021 set: function (newValue) {
14022 attributeStringString.set_fid0sb$(this, 'integrity', newValue);
14023 }
14024 });
14025 SCRIPT.prototype.unaryPlus_lvwjq6$ = function ($receiver) {
14026 this.entity_ws8or7$($receiver);
14027 };
14028 SCRIPT.prototype.unaryPlus_pdl1vz$ = function ($receiver) {
14029 this.text_61zpoe$($receiver);
14030 };
14031 SCRIPT.prototype.text_61zpoe$ = function (s) {
14032 HTMLTag.prototype.text_61zpoe$.call(this, s);
14033 };
14034 SCRIPT.prototype.text_3p81yu$ = function (n) {
14035 HTMLTag.prototype.text_3p81yu$.call(this, n);
14036 };
14037 SCRIPT.prototype.entity_ws8or7$ = function (e) {
14038 HTMLTag.prototype.entity_ws8or7$.call(this, e);
14039 };
14040 SCRIPT.$metadata$ = {
14041 kind: Kind_CLASS,
14042 simpleName: 'SCRIPT',
14043 interfaces: [FlowMetaDataPhrasingContent, HTMLTag]
14044 };
14045 function get_asFlowContent_46($receiver) {
14046 return $receiver;
14047 }
14048 function get_asMetaDataContent_3($receiver) {
14049 return $receiver;
14050 }
14051 function get_asPhrasingContent_41($receiver) {
14052 return $receiver;
14053 }
14054 function SECTION(initialAttributes, consumer) {
14055 HTMLTag.call(this, 'section', consumer, initialAttributes, null, false, false);
14056 this.consumer_kemaep$_0 = consumer;
14057 }
14058 Object.defineProperty(SECTION.prototype, 'consumer', {
14059 get: function () {
14060 return this.consumer_kemaep$_0;
14061 }
14062 });
14063 SECTION.$metadata$ = {
14064 kind: Kind_CLASS,
14065 simpleName: 'SECTION',
14066 interfaces: [CommonAttributeGroupFacadeFlowSectioningContent, HTMLTag]
14067 };
14068 function get_asFlowContent_47($receiver) {
14069 return $receiver;
14070 }
14071 function get_asSectioningContent_2($receiver) {
14072 return $receiver;
14073 }
14074 function SELECT(initialAttributes, consumer) {
14075 HTMLTag.call(this, 'select', consumer, initialAttributes, null, true, false);
14076 this.consumer_mc8t3y$_0 = consumer;
14077 }
14078 Object.defineProperty(SELECT.prototype, 'consumer', {
14079 get: function () {
14080 return this.consumer_mc8t3y$_0;
14081 }
14082 });
14083 Object.defineProperty(SELECT.prototype, 'autoFocus', {
14084 get: function () {
14085 return attributeBooleanTicker.get_txhc1s$(this, 'autofocus');
14086 },
14087 set: function (newValue) {
14088 attributeBooleanTicker.set_fid0sb$(this, 'autofocus', newValue);
14089 }
14090 });
14091 Object.defineProperty(SELECT.prototype, 'disabled', {
14092 get: function () {
14093 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
14094 },
14095 set: function (newValue) {
14096 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
14097 }
14098 });
14099 Object.defineProperty(SELECT.prototype, 'form', {
14100 get: function () {
14101 return attributeStringString.get_txhc1s$(this, 'form');
14102 },
14103 set: function (newValue) {
14104 attributeStringString.set_fid0sb$(this, 'form', newValue);
14105 }
14106 });
14107 Object.defineProperty(SELECT.prototype, 'multiple', {
14108 get: function () {
14109 return attributeBooleanTicker.get_txhc1s$(this, 'multiple');
14110 },
14111 set: function (newValue) {
14112 attributeBooleanTicker.set_fid0sb$(this, 'multiple', newValue);
14113 }
14114 });
14115 Object.defineProperty(SELECT.prototype, 'name', {
14116 get: function () {
14117 return attributeStringString.get_txhc1s$(this, 'name');
14118 },
14119 set: function (newValue) {
14120 attributeStringString.set_fid0sb$(this, 'name', newValue);
14121 }
14122 });
14123 Object.defineProperty(SELECT.prototype, 'size', {
14124 get: function () {
14125 return attributeStringString.get_txhc1s$(this, 'size');
14126 },
14127 set: function (newValue) {
14128 attributeStringString.set_fid0sb$(this, 'size', newValue);
14129 }
14130 });
14131 Object.defineProperty(SELECT.prototype, 'required', {
14132 get: function () {
14133 return attributeBooleanTicker.get_txhc1s$(this, 'required');
14134 },
14135 set: function (newValue) {
14136 attributeBooleanTicker.set_fid0sb$(this, 'required', newValue);
14137 }
14138 });
14139 SELECT.$metadata$ = {
14140 kind: Kind_CLASS,
14141 simpleName: 'SELECT',
14142 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
14143 };
14144 var option_5 = defineInlineFunction('kotlinx-html-js.kotlinx.html.option_xfiiwk$', wrapFunction(function () {
14145 var Unit = Kotlin.kotlin.Unit;
14146 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14147 var OPTION_init = _.kotlinx.html.OPTION;
14148 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14149 function visit$lambda(closure$block) {
14150 return function ($receiver) {
14151 closure$block($receiver);
14152 return Unit;
14153 };
14154 }
14155 function option$lambda($receiver) {
14156 return Unit;
14157 }
14158 return function ($receiver, classes, block) {
14159 if (classes === void 0)
14160 classes = null;
14161 if (block === void 0)
14162 block = option$lambda;
14163 visitTag(new OPTION_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14164 };
14165 }));
14166 function option$lambda_2(closure$content) {
14167 return function ($receiver) {
14168 $receiver.unaryPlus_pdl1vz$(closure$content);
14169 return Unit;
14170 };
14171 }
14172 function option_6($receiver, classes, content) {
14173 if (classes === void 0)
14174 classes = null;
14175 if (content === void 0)
14176 content = '';
14177 visitTag(new OPTION(attributesMapOf_0('class', classes), $receiver.consumer), visit$lambda_9(option$lambda_2(content)));
14178 }
14179 var optGroup_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.optGroup_okqskg$', wrapFunction(function () {
14180 var Unit = Kotlin.kotlin.Unit;
14181 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
14182 var OPTGROUP_init = _.kotlinx.html.OPTGROUP;
14183 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14184 function visit$lambda(closure$block) {
14185 return function ($receiver) {
14186 closure$block($receiver);
14187 return Unit;
14188 };
14189 }
14190 function optGroup$lambda($receiver) {
14191 return Unit;
14192 }
14193 return function ($receiver, label, classes, block) {
14194 if (label === void 0)
14195 label = null;
14196 if (classes === void 0)
14197 classes = null;
14198 if (block === void 0)
14199 block = optGroup$lambda;
14200 visitTag(new OPTGROUP_init(attributesMapOf(['label', label, 'class', classes]), $receiver.consumer), visit$lambda(block));
14201 };
14202 }));
14203 function get_asFlowContent_48($receiver) {
14204 return $receiver;
14205 }
14206 function get_asInteractiveContent_10($receiver) {
14207 return $receiver;
14208 }
14209 function get_asPhrasingContent_42($receiver) {
14210 return $receiver;
14211 }
14212 function SMALL(initialAttributes, consumer) {
14213 HTMLTag.call(this, 'small', consumer, initialAttributes, null, true, false);
14214 this.consumer_9seu7l$_0 = consumer;
14215 }
14216 Object.defineProperty(SMALL.prototype, 'consumer', {
14217 get: function () {
14218 return this.consumer_9seu7l$_0;
14219 }
14220 });
14221 SMALL.$metadata$ = {
14222 kind: Kind_CLASS,
14223 simpleName: 'SMALL',
14224 interfaces: [HtmlBlockInlineTag, HTMLTag]
14225 };
14226 function get_asFlowContent_49($receiver) {
14227 return $receiver;
14228 }
14229 function get_asPhrasingContent_43($receiver) {
14230 return $receiver;
14231 }
14232 function SOURCE(initialAttributes, consumer) {
14233 HTMLTag.call(this, 'source', consumer, initialAttributes, null, true, true);
14234 this.consumer_auxc59$_0 = consumer;
14235 }
14236 Object.defineProperty(SOURCE.prototype, 'consumer', {
14237 get: function () {
14238 return this.consumer_auxc59$_0;
14239 }
14240 });
14241 Object.defineProperty(SOURCE.prototype, 'src', {
14242 get: function () {
14243 return attributeStringString.get_txhc1s$(this, 'src');
14244 },
14245 set: function (newValue) {
14246 attributeStringString.set_fid0sb$(this, 'src', newValue);
14247 }
14248 });
14249 Object.defineProperty(SOURCE.prototype, 'type', {
14250 get: function () {
14251 return attributeStringString.get_txhc1s$(this, 'type');
14252 },
14253 set: function (newValue) {
14254 attributeStringString.set_fid0sb$(this, 'type', newValue);
14255 }
14256 });
14257 Object.defineProperty(SOURCE.prototype, 'media', {
14258 get: function () {
14259 return attributeStringString.get_txhc1s$(this, 'media');
14260 },
14261 set: function (newValue) {
14262 attributeStringString.set_fid0sb$(this, 'media', newValue);
14263 }
14264 });
14265 SOURCE.$metadata$ = {
14266 kind: Kind_CLASS,
14267 simpleName: 'SOURCE',
14268 interfaces: [CommonAttributeGroupFacade, HTMLTag]
14269 };
14270 function SPAN(initialAttributes, consumer) {
14271 HTMLTag.call(this, 'span', consumer, initialAttributes, null, true, false);
14272 this.consumer_7vq504$_0 = consumer;
14273 }
14274 Object.defineProperty(SPAN.prototype, 'consumer', {
14275 get: function () {
14276 return this.consumer_7vq504$_0;
14277 }
14278 });
14279 SPAN.$metadata$ = {
14280 kind: Kind_CLASS,
14281 simpleName: 'SPAN',
14282 interfaces: [HtmlBlockInlineTag, HTMLTag]
14283 };
14284 function get_asFlowContent_50($receiver) {
14285 return $receiver;
14286 }
14287 function get_asPhrasingContent_44($receiver) {
14288 return $receiver;
14289 }
14290 function STRONG(initialAttributes, consumer) {
14291 HTMLTag.call(this, 'strong', consumer, initialAttributes, null, true, false);
14292 this.consumer_2ut32f$_0 = consumer;
14293 }
14294 Object.defineProperty(STRONG.prototype, 'consumer', {
14295 get: function () {
14296 return this.consumer_2ut32f$_0;
14297 }
14298 });
14299 STRONG.$metadata$ = {
14300 kind: Kind_CLASS,
14301 simpleName: 'STRONG',
14302 interfaces: [HtmlBlockInlineTag, HTMLTag]
14303 };
14304 function get_asFlowContent_51($receiver) {
14305 return $receiver;
14306 }
14307 function get_asPhrasingContent_45($receiver) {
14308 return $receiver;
14309 }
14310 function STYLE(initialAttributes, consumer) {
14311 HTMLTag.call(this, 'style', consumer, initialAttributes, null, false, false);
14312 this.consumer_s73hph$_0 = consumer;
14313 }
14314 Object.defineProperty(STYLE.prototype, 'consumer', {
14315 get: function () {
14316 return this.consumer_s73hph$_0;
14317 }
14318 });
14319 Object.defineProperty(STYLE.prototype, 'type', {
14320 get: function () {
14321 return attributeStringString.get_txhc1s$(this, 'type');
14322 },
14323 set: function (newValue) {
14324 attributeStringString.set_fid0sb$(this, 'type', newValue);
14325 }
14326 });
14327 Object.defineProperty(STYLE.prototype, 'media', {
14328 get: function () {
14329 return attributeStringString.get_txhc1s$(this, 'media');
14330 },
14331 set: function (newValue) {
14332 attributeStringString.set_fid0sb$(this, 'media', newValue);
14333 }
14334 });
14335 Object.defineProperty(STYLE.prototype, 'scoped', {
14336 get: function () {
14337 return attributeBooleanTicker.get_txhc1s$(this, 'scoped');
14338 },
14339 set: function (newValue) {
14340 attributeBooleanTicker.set_fid0sb$(this, 'scoped', newValue);
14341 }
14342 });
14343 Object.defineProperty(STYLE.prototype, 'nonce', {
14344 get: function () {
14345 return attributeStringString.get_txhc1s$(this, 'nonce');
14346 },
14347 set: function (newValue) {
14348 attributeStringString.set_fid0sb$(this, 'nonce', newValue);
14349 }
14350 });
14351 STYLE.prototype.unaryPlus_lvwjq6$ = function ($receiver) {
14352 this.entity_ws8or7$($receiver);
14353 };
14354 STYLE.prototype.unaryPlus_pdl1vz$ = function ($receiver) {
14355 this.text_61zpoe$($receiver);
14356 };
14357 STYLE.prototype.text_61zpoe$ = function (s) {
14358 HTMLTag.prototype.text_61zpoe$.call(this, s);
14359 };
14360 STYLE.prototype.text_3p81yu$ = function (n) {
14361 HTMLTag.prototype.text_3p81yu$.call(this, n);
14362 };
14363 STYLE.prototype.entity_ws8or7$ = function (e) {
14364 HTMLTag.prototype.entity_ws8or7$.call(this, e);
14365 };
14366 STYLE.$metadata$ = {
14367 kind: Kind_CLASS,
14368 simpleName: 'STYLE',
14369 interfaces: [CommonAttributeGroupFacadeFlowMetaDataContent, HTMLTag]
14370 };
14371 function get_asFlowContent_52($receiver) {
14372 return $receiver;
14373 }
14374 function get_asMetaDataContent_4($receiver) {
14375 return $receiver;
14376 }
14377 function SUB(initialAttributes, consumer) {
14378 HTMLTag.call(this, 'sub', consumer, initialAttributes, null, true, false);
14379 this.consumer_kbo9ee$_0 = consumer;
14380 }
14381 Object.defineProperty(SUB.prototype, 'consumer', {
14382 get: function () {
14383 return this.consumer_kbo9ee$_0;
14384 }
14385 });
14386 SUB.$metadata$ = {
14387 kind: Kind_CLASS,
14388 simpleName: 'SUB',
14389 interfaces: [HtmlBlockInlineTag, HTMLTag]
14390 };
14391 function get_asFlowContent_53($receiver) {
14392 return $receiver;
14393 }
14394 function get_asPhrasingContent_46($receiver) {
14395 return $receiver;
14396 }
14397 function SUMMARY(initialAttributes, consumer) {
14398 HTMLTag.call(this, 'summary', consumer, initialAttributes, null, true, false);
14399 this.consumer_cqelow$_0 = consumer;
14400 }
14401 Object.defineProperty(SUMMARY.prototype, 'consumer', {
14402 get: function () {
14403 return this.consumer_cqelow$_0;
14404 }
14405 });
14406 SUMMARY.$metadata$ = {
14407 kind: Kind_CLASS,
14408 simpleName: 'SUMMARY',
14409 interfaces: [CommonAttributeGroupFacadeFlowHeadingPhrasingContent, HTMLTag]
14410 };
14411 function SUP(initialAttributes, consumer) {
14412 HTMLTag.call(this, 'sup', consumer, initialAttributes, null, true, false);
14413 this.consumer_a70l54$_0 = consumer;
14414 }
14415 Object.defineProperty(SUP.prototype, 'consumer', {
14416 get: function () {
14417 return this.consumer_a70l54$_0;
14418 }
14419 });
14420 SUP.$metadata$ = {
14421 kind: Kind_CLASS,
14422 simpleName: 'SUP',
14423 interfaces: [HtmlBlockInlineTag, HTMLTag]
14424 };
14425 function get_asFlowContent_54($receiver) {
14426 return $receiver;
14427 }
14428 function get_asPhrasingContent_47($receiver) {
14429 return $receiver;
14430 }
14431 function SVG(initialAttributes, consumer) {
14432 HTMLTag.call(this, 'svg', consumer, initialAttributes, 'http://www.w3.org/2000/svg', false, false);
14433 this.consumer_opvzaq$_0 = consumer;
14434 }
14435 Object.defineProperty(SVG.prototype, 'consumer', {
14436 get: function () {
14437 return this.consumer_opvzaq$_0;
14438 }
14439 });
14440 SVG.$metadata$ = {
14441 kind: Kind_CLASS,
14442 simpleName: 'SVG',
14443 interfaces: [HtmlBlockInlineTag, HTMLTag]
14444 };
14445 function get_asFlowContent_55($receiver) {
14446 return $receiver;
14447 }
14448 function get_asPhrasingContent_48($receiver) {
14449 return $receiver;
14450 }
14451 function TABLE(initialAttributes, consumer) {
14452 HTMLTag.call(this, 'table', consumer, initialAttributes, null, false, false);
14453 this.consumer_gxb6a0$_0 = consumer;
14454 }
14455 Object.defineProperty(TABLE.prototype, 'consumer', {
14456 get: function () {
14457 return this.consumer_gxb6a0$_0;
14458 }
14459 });
14460 Object.defineProperty(TABLE.prototype, 'summary', {
14461 get: function () {
14462 return attributeStringString.get_txhc1s$(this, 'summary');
14463 },
14464 set: function (newValue) {
14465 attributeStringString.set_fid0sb$(this, 'summary', newValue);
14466 }
14467 });
14468 TABLE.$metadata$ = {
14469 kind: Kind_CLASS,
14470 simpleName: 'TABLE',
14471 interfaces: [HtmlBlockTag, HTMLTag]
14472 };
14473 var caption_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.caption_dcoxz5$', wrapFunction(function () {
14474 var Unit = Kotlin.kotlin.Unit;
14475 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14476 var CAPTION_init = _.kotlinx.html.CAPTION;
14477 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14478 function visit$lambda(closure$block) {
14479 return function ($receiver) {
14480 closure$block($receiver);
14481 return Unit;
14482 };
14483 }
14484 function caption$lambda($receiver) {
14485 return Unit;
14486 }
14487 return function ($receiver, classes, block) {
14488 if (classes === void 0)
14489 classes = null;
14490 if (block === void 0)
14491 block = caption$lambda;
14492 visitTag(new CAPTION_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14493 };
14494 }));
14495 var colGroup_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.colGroup_ll6ybo$', wrapFunction(function () {
14496 var Unit = Kotlin.kotlin.Unit;
14497 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14498 var COLGROUP_init = _.kotlinx.html.COLGROUP;
14499 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14500 function visit$lambda(closure$block) {
14501 return function ($receiver) {
14502 closure$block($receiver);
14503 return Unit;
14504 };
14505 }
14506 function colGroup$lambda($receiver) {
14507 return Unit;
14508 }
14509 return function ($receiver, classes, block) {
14510 if (classes === void 0)
14511 classes = null;
14512 if (block === void 0)
14513 block = colGroup$lambda;
14514 visitTag(new COLGROUP_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14515 };
14516 }));
14517 var thead_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.thead_j1nulr$', wrapFunction(function () {
14518 var Unit = Kotlin.kotlin.Unit;
14519 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14520 var THEAD_init = _.kotlinx.html.THEAD;
14521 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14522 function visit$lambda(closure$block) {
14523 return function ($receiver) {
14524 closure$block($receiver);
14525 return Unit;
14526 };
14527 }
14528 function thead$lambda($receiver) {
14529 return Unit;
14530 }
14531 return function ($receiver, classes, block) {
14532 if (classes === void 0)
14533 classes = null;
14534 if (block === void 0)
14535 block = thead$lambda;
14536 visitTag(new THEAD_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14537 };
14538 }));
14539 var tfoot_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.tfoot_bp83sz$', wrapFunction(function () {
14540 var Unit = Kotlin.kotlin.Unit;
14541 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14542 var TFOOT_init = _.kotlinx.html.TFOOT;
14543 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14544 function visit$lambda(closure$block) {
14545 return function ($receiver) {
14546 closure$block($receiver);
14547 return Unit;
14548 };
14549 }
14550 function tfoot$lambda($receiver) {
14551 return Unit;
14552 }
14553 return function ($receiver, classes, block) {
14554 if (classes === void 0)
14555 classes = null;
14556 if (block === void 0)
14557 block = tfoot$lambda;
14558 visitTag(new TFOOT_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14559 };
14560 }));
14561 var tbody_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.tbody_cbte6n$', wrapFunction(function () {
14562 var Unit = Kotlin.kotlin.Unit;
14563 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14564 var TBODY_init = _.kotlinx.html.TBODY;
14565 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14566 function visit$lambda(closure$block) {
14567 return function ($receiver) {
14568 closure$block($receiver);
14569 return Unit;
14570 };
14571 }
14572 function tbody$lambda($receiver) {
14573 return Unit;
14574 }
14575 return function ($receiver, classes, block) {
14576 if (classes === void 0)
14577 classes = null;
14578 if (block === void 0)
14579 block = tbody$lambda;
14580 visitTag(new TBODY_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14581 };
14582 }));
14583 var tr_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.tr_7wec05$', wrapFunction(function () {
14584 var Unit = Kotlin.kotlin.Unit;
14585 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14586 var TR_init = _.kotlinx.html.TR;
14587 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14588 function visit$lambda(closure$block) {
14589 return function ($receiver) {
14590 closure$block($receiver);
14591 return Unit;
14592 };
14593 }
14594 function tr$lambda($receiver) {
14595 return Unit;
14596 }
14597 return function ($receiver, classes, block) {
14598 if (classes === void 0)
14599 classes = null;
14600 if (block === void 0)
14601 block = tr$lambda;
14602 visitTag(new TR_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14603 };
14604 }));
14605 function TBODY(initialAttributes, consumer) {
14606 HTMLTag.call(this, 'tbody', consumer, initialAttributes, null, false, false);
14607 this.consumer_ahxigw$_0 = consumer;
14608 }
14609 Object.defineProperty(TBODY.prototype, 'consumer', {
14610 get: function () {
14611 return this.consumer_ahxigw$_0;
14612 }
14613 });
14614 TBODY.$metadata$ = {
14615 kind: Kind_CLASS,
14616 simpleName: 'TBODY',
14617 interfaces: [CommonAttributeGroupFacade, HTMLTag]
14618 };
14619 var tr_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.tr_tlv0jx$', wrapFunction(function () {
14620 var Unit = Kotlin.kotlin.Unit;
14621 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14622 var TR_init = _.kotlinx.html.TR;
14623 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14624 function visit$lambda(closure$block) {
14625 return function ($receiver) {
14626 closure$block($receiver);
14627 return Unit;
14628 };
14629 }
14630 function tr$lambda($receiver) {
14631 return Unit;
14632 }
14633 return function ($receiver, classes, block) {
14634 if (classes === void 0)
14635 classes = null;
14636 if (block === void 0)
14637 block = tr$lambda;
14638 visitTag(new TR_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14639 };
14640 }));
14641 function TD(initialAttributes, consumer) {
14642 HTMLTag.call(this, 'td', consumer, initialAttributes, null, false, false);
14643 this.consumer_ujuxim$_0 = consumer;
14644 }
14645 Object.defineProperty(TD.prototype, 'consumer', {
14646 get: function () {
14647 return this.consumer_ujuxim$_0;
14648 }
14649 });
14650 Object.defineProperty(TD.prototype, 'headers', {
14651 get: function () {
14652 return attributeStringString.get_txhc1s$(this, 'headers');
14653 },
14654 set: function (newValue) {
14655 attributeStringString.set_fid0sb$(this, 'headers', newValue);
14656 }
14657 });
14658 Object.defineProperty(TD.prototype, 'rowSpan', {
14659 get: function () {
14660 return attributeStringString.get_txhc1s$(this, 'rowspan');
14661 },
14662 set: function (newValue) {
14663 attributeStringString.set_fid0sb$(this, 'rowspan', newValue);
14664 }
14665 });
14666 Object.defineProperty(TD.prototype, 'colSpan', {
14667 get: function () {
14668 return attributeStringString.get_txhc1s$(this, 'colspan');
14669 },
14670 set: function (newValue) {
14671 attributeStringString.set_fid0sb$(this, 'colspan', newValue);
14672 }
14673 });
14674 TD.$metadata$ = {
14675 kind: Kind_CLASS,
14676 simpleName: 'TD',
14677 interfaces: [HtmlBlockTag, HTMLTag]
14678 };
14679 function TEXTAREA(initialAttributes, consumer) {
14680 HTMLTag.call(this, 'textarea', consumer, initialAttributes, null, true, false);
14681 this.consumer_jzapyc$_0 = consumer;
14682 }
14683 Object.defineProperty(TEXTAREA.prototype, 'consumer', {
14684 get: function () {
14685 return this.consumer_jzapyc$_0;
14686 }
14687 });
14688 Object.defineProperty(TEXTAREA.prototype, 'autoFocus', {
14689 get: function () {
14690 return attributeBooleanTicker.get_txhc1s$(this, 'autofocus');
14691 },
14692 set: function (newValue) {
14693 attributeBooleanTicker.set_fid0sb$(this, 'autofocus', newValue);
14694 }
14695 });
14696 Object.defineProperty(TEXTAREA.prototype, 'disabled', {
14697 get: function () {
14698 return attributeBooleanTicker.get_txhc1s$(this, 'disabled');
14699 },
14700 set: function (newValue) {
14701 attributeBooleanTicker.set_fid0sb$(this, 'disabled', newValue);
14702 }
14703 });
14704 Object.defineProperty(TEXTAREA.prototype, 'form', {
14705 get: function () {
14706 return attributeStringString.get_txhc1s$(this, 'form');
14707 },
14708 set: function (newValue) {
14709 attributeStringString.set_fid0sb$(this, 'form', newValue);
14710 }
14711 });
14712 Object.defineProperty(TEXTAREA.prototype, 'maxLength', {
14713 get: function () {
14714 return attributeStringString.get_txhc1s$(this, 'maxlength');
14715 },
14716 set: function (newValue) {
14717 attributeStringString.set_fid0sb$(this, 'maxlength', newValue);
14718 }
14719 });
14720 Object.defineProperty(TEXTAREA.prototype, 'minLength', {
14721 get: function () {
14722 return attributeStringString.get_txhc1s$(this, 'minlength');
14723 },
14724 set: function (newValue) {
14725 attributeStringString.set_fid0sb$(this, 'minlength', newValue);
14726 }
14727 });
14728 Object.defineProperty(TEXTAREA.prototype, 'name', {
14729 get: function () {
14730 return attributeStringString.get_txhc1s$(this, 'name');
14731 },
14732 set: function (newValue) {
14733 attributeStringString.set_fid0sb$(this, 'name', newValue);
14734 }
14735 });
14736 Object.defineProperty(TEXTAREA.prototype, 'placeholder', {
14737 get: function () {
14738 return attributeStringString.get_txhc1s$(this, 'placeholder');
14739 },
14740 set: function (newValue) {
14741 attributeStringString.set_fid0sb$(this, 'placeholder', newValue);
14742 }
14743 });
14744 Object.defineProperty(TEXTAREA.prototype, 'readonly', {
14745 get: function () {
14746 return attributeBooleanTicker.get_txhc1s$(this, 'readonly');
14747 },
14748 set: function (newValue) {
14749 attributeBooleanTicker.set_fid0sb$(this, 'readonly', newValue);
14750 }
14751 });
14752 Object.defineProperty(TEXTAREA.prototype, 'required', {
14753 get: function () {
14754 return attributeBooleanTicker.get_txhc1s$(this, 'required');
14755 },
14756 set: function (newValue) {
14757 attributeBooleanTicker.set_fid0sb$(this, 'required', newValue);
14758 }
14759 });
14760 Object.defineProperty(TEXTAREA.prototype, 'rows', {
14761 get: function () {
14762 return attributeStringString.get_txhc1s$(this, 'rows');
14763 },
14764 set: function (newValue) {
14765 attributeStringString.set_fid0sb$(this, 'rows', newValue);
14766 }
14767 });
14768 Object.defineProperty(TEXTAREA.prototype, 'cols', {
14769 get: function () {
14770 return attributeStringString.get_txhc1s$(this, 'cols');
14771 },
14772 set: function (newValue) {
14773 attributeStringString.set_fid0sb$(this, 'cols', newValue);
14774 }
14775 });
14776 Object.defineProperty(TEXTAREA.prototype, 'wrap', {
14777 get: function () {
14778 return attributeTextAreaWrapEnumTextAreaWrapValues.get_txhc1s$(this, 'wrap');
14779 },
14780 set: function (newValue) {
14781 attributeTextAreaWrapEnumTextAreaWrapValues.set_fid0sb$(this, 'wrap', newValue);
14782 }
14783 });
14784 TEXTAREA.$metadata$ = {
14785 kind: Kind_CLASS,
14786 simpleName: 'TEXTAREA',
14787 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
14788 };
14789 function get_asFlowContent_56($receiver) {
14790 return $receiver;
14791 }
14792 function get_asInteractiveContent_11($receiver) {
14793 return $receiver;
14794 }
14795 function get_asPhrasingContent_49($receiver) {
14796 return $receiver;
14797 }
14798 function TFOOT(initialAttributes, consumer) {
14799 HTMLTag.call(this, 'tfoot', consumer, initialAttributes, null, false, false);
14800 this.consumer_72e0lo$_0 = consumer;
14801 }
14802 Object.defineProperty(TFOOT.prototype, 'consumer', {
14803 get: function () {
14804 return this.consumer_72e0lo$_0;
14805 }
14806 });
14807 TFOOT.$metadata$ = {
14808 kind: Kind_CLASS,
14809 simpleName: 'TFOOT',
14810 interfaces: [CommonAttributeGroupFacade, HTMLTag]
14811 };
14812 var tr_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.tr_7v6uah$', wrapFunction(function () {
14813 var Unit = Kotlin.kotlin.Unit;
14814 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14815 var TR_init = _.kotlinx.html.TR;
14816 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14817 function visit$lambda(closure$block) {
14818 return function ($receiver) {
14819 closure$block($receiver);
14820 return Unit;
14821 };
14822 }
14823 function tr$lambda($receiver) {
14824 return Unit;
14825 }
14826 return function ($receiver, classes, block) {
14827 if (classes === void 0)
14828 classes = null;
14829 if (block === void 0)
14830 block = tr$lambda;
14831 visitTag(new TR_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14832 };
14833 }));
14834 function TH(initialAttributes, consumer) {
14835 HTMLTag.call(this, 'th', consumer, initialAttributes, null, false, false);
14836 this.consumer_7d2fqi$_0 = consumer;
14837 }
14838 Object.defineProperty(TH.prototype, 'consumer', {
14839 get: function () {
14840 return this.consumer_7d2fqi$_0;
14841 }
14842 });
14843 Object.defineProperty(TH.prototype, 'headers', {
14844 get: function () {
14845 return attributeStringString.get_txhc1s$(this, 'headers');
14846 },
14847 set: function (newValue) {
14848 attributeStringString.set_fid0sb$(this, 'headers', newValue);
14849 }
14850 });
14851 Object.defineProperty(TH.prototype, 'rowSpan', {
14852 get: function () {
14853 return attributeStringString.get_txhc1s$(this, 'rowspan');
14854 },
14855 set: function (newValue) {
14856 attributeStringString.set_fid0sb$(this, 'rowspan', newValue);
14857 }
14858 });
14859 Object.defineProperty(TH.prototype, 'colSpan', {
14860 get: function () {
14861 return attributeStringString.get_txhc1s$(this, 'colspan');
14862 },
14863 set: function (newValue) {
14864 attributeStringString.set_fid0sb$(this, 'colspan', newValue);
14865 }
14866 });
14867 Object.defineProperty(TH.prototype, 'scope', {
14868 get: function () {
14869 return attributeThScopeEnumThScopeValues.get_txhc1s$(this, 'scope');
14870 },
14871 set: function (newValue) {
14872 attributeThScopeEnumThScopeValues.set_fid0sb$(this, 'scope', newValue);
14873 }
14874 });
14875 TH.$metadata$ = {
14876 kind: Kind_CLASS,
14877 simpleName: 'TH',
14878 interfaces: [HtmlInlineTag, HTMLTag]
14879 };
14880 function THEAD(initialAttributes, consumer) {
14881 HTMLTag.call(this, 'thead', consumer, initialAttributes, null, false, false);
14882 this.consumer_cqqvlu$_0 = consumer;
14883 }
14884 Object.defineProperty(THEAD.prototype, 'consumer', {
14885 get: function () {
14886 return this.consumer_cqqvlu$_0;
14887 }
14888 });
14889 THEAD.$metadata$ = {
14890 kind: Kind_CLASS,
14891 simpleName: 'THEAD',
14892 interfaces: [CommonAttributeGroupFacade, HTMLTag]
14893 };
14894 var tr_3 = defineInlineFunction('kotlinx-html-js.kotlinx.html.tr_lut1f9$', wrapFunction(function () {
14895 var Unit = Kotlin.kotlin.Unit;
14896 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
14897 var TR_init = _.kotlinx.html.TR;
14898 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14899 function visit$lambda(closure$block) {
14900 return function ($receiver) {
14901 closure$block($receiver);
14902 return Unit;
14903 };
14904 }
14905 function tr$lambda($receiver) {
14906 return Unit;
14907 }
14908 return function ($receiver, classes, block) {
14909 if (classes === void 0)
14910 classes = null;
14911 if (block === void 0)
14912 block = tr$lambda;
14913 visitTag(new TR_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
14914 };
14915 }));
14916 function TIME(initialAttributes, consumer) {
14917 HTMLTag.call(this, 'time', consumer, initialAttributes, null, true, false);
14918 this.consumer_qokp9r$_0 = consumer;
14919 }
14920 Object.defineProperty(TIME.prototype, 'consumer', {
14921 get: function () {
14922 return this.consumer_qokp9r$_0;
14923 }
14924 });
14925 Object.defineProperty(TIME.prototype, 'dateTime', {
14926 get: function () {
14927 return attributeStringString.get_txhc1s$(this, 'datetime');
14928 },
14929 set: function (newValue) {
14930 attributeStringString.set_fid0sb$(this, 'datetime', newValue);
14931 }
14932 });
14933 TIME.$metadata$ = {
14934 kind: Kind_CLASS,
14935 simpleName: 'TIME',
14936 interfaces: [HtmlBlockInlineTag, HTMLTag]
14937 };
14938 function get_asFlowContent_57($receiver) {
14939 return $receiver;
14940 }
14941 function get_asPhrasingContent_50($receiver) {
14942 return $receiver;
14943 }
14944 function TITLE(initialAttributes, consumer) {
14945 HTMLTag.call(this, 'title', consumer, initialAttributes, null, false, false);
14946 this.consumer_t3doce$_0 = consumer;
14947 }
14948 Object.defineProperty(TITLE.prototype, 'consumer', {
14949 get: function () {
14950 return this.consumer_t3doce$_0;
14951 }
14952 });
14953 TITLE.$metadata$ = {
14954 kind: Kind_CLASS,
14955 simpleName: 'TITLE',
14956 interfaces: [HtmlHeadTag, HTMLTag]
14957 };
14958 function TR(initialAttributes, consumer) {
14959 HTMLTag.call(this, 'tr', consumer, initialAttributes, null, false, false);
14960 this.consumer_kf799c$_0 = consumer;
14961 }
14962 Object.defineProperty(TR.prototype, 'consumer', {
14963 get: function () {
14964 return this.consumer_kf799c$_0;
14965 }
14966 });
14967 TR.$metadata$ = {
14968 kind: Kind_CLASS,
14969 simpleName: 'TR',
14970 interfaces: [CommonAttributeGroupFacade, HTMLTag]
14971 };
14972 var th_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.th_bncpyi$', wrapFunction(function () {
14973 var Unit = Kotlin.kotlin.Unit;
14974 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
14975 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
14976 var TH_init = _.kotlinx.html.TH;
14977 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
14978 function visit$lambda(closure$block) {
14979 return function ($receiver) {
14980 closure$block($receiver);
14981 return Unit;
14982 };
14983 }
14984 function th$lambda($receiver) {
14985 return Unit;
14986 }
14987 return function ($receiver, scope, classes, block) {
14988 if (scope === void 0)
14989 scope = null;
14990 if (classes === void 0)
14991 classes = null;
14992 if (block === void 0)
14993 block = th$lambda;
14994 visitTag(new TH_init(attributesMapOf(['scope', scope != null ? enumEncode(scope) : null, 'class', classes]), $receiver.consumer), visit$lambda(block));
14995 };
14996 }));
14997 var colTh = defineInlineFunction('kotlinx-html-js.kotlinx.html.colTh_aq069j$', wrapFunction(function () {
14998 var Unit = Kotlin.kotlin.Unit;
14999 var ThScope = _.kotlinx.html.ThScope;
15000 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
15001 var TH_init = _.kotlinx.html.TH;
15002 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
15003 function visit$lambda(closure$block) {
15004 return function ($receiver) {
15005 closure$block($receiver);
15006 return Unit;
15007 };
15008 }
15009 function colTh$lambda($receiver) {
15010 return Unit;
15011 }
15012 return function ($receiver, classes, block) {
15013 if (classes === void 0)
15014 classes = null;
15015 if (block === void 0)
15016 block = colTh$lambda;
15017 visitTag(new TH_init(attributesMapOf(['scope', ThScope.col.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
15018 };
15019 }));
15020 var colGroupTh = defineInlineFunction('kotlinx-html-js.kotlinx.html.colGroupTh_aq069j$', wrapFunction(function () {
15021 var Unit = Kotlin.kotlin.Unit;
15022 var ThScope = _.kotlinx.html.ThScope;
15023 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
15024 var TH_init = _.kotlinx.html.TH;
15025 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
15026 function visit$lambda(closure$block) {
15027 return function ($receiver) {
15028 closure$block($receiver);
15029 return Unit;
15030 };
15031 }
15032 function colGroupTh$lambda($receiver) {
15033 return Unit;
15034 }
15035 return function ($receiver, classes, block) {
15036 if (classes === void 0)
15037 classes = null;
15038 if (block === void 0)
15039 block = colGroupTh$lambda;
15040 visitTag(new TH_init(attributesMapOf(['scope', ThScope.colGroup.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
15041 };
15042 }));
15043 var rowTh = defineInlineFunction('kotlinx-html-js.kotlinx.html.rowTh_aq069j$', wrapFunction(function () {
15044 var Unit = Kotlin.kotlin.Unit;
15045 var ThScope = _.kotlinx.html.ThScope;
15046 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
15047 var TH_init = _.kotlinx.html.TH;
15048 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
15049 function visit$lambda(closure$block) {
15050 return function ($receiver) {
15051 closure$block($receiver);
15052 return Unit;
15053 };
15054 }
15055 function rowTh$lambda($receiver) {
15056 return Unit;
15057 }
15058 return function ($receiver, classes, block) {
15059 if (classes === void 0)
15060 classes = null;
15061 if (block === void 0)
15062 block = rowTh$lambda;
15063 visitTag(new TH_init(attributesMapOf(['scope', ThScope.row.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
15064 };
15065 }));
15066 var rowGroupTh = defineInlineFunction('kotlinx-html-js.kotlinx.html.rowGroupTh_aq069j$', wrapFunction(function () {
15067 var Unit = Kotlin.kotlin.Unit;
15068 var ThScope = _.kotlinx.html.ThScope;
15069 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
15070 var TH_init = _.kotlinx.html.TH;
15071 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
15072 function visit$lambda(closure$block) {
15073 return function ($receiver) {
15074 closure$block($receiver);
15075 return Unit;
15076 };
15077 }
15078 function rowGroupTh$lambda($receiver) {
15079 return Unit;
15080 }
15081 return function ($receiver, classes, block) {
15082 if (classes === void 0)
15083 classes = null;
15084 if (block === void 0)
15085 block = rowGroupTh$lambda;
15086 visitTag(new TH_init(attributesMapOf(['scope', ThScope.rowGroup.realValue, 'class', classes]), $receiver.consumer), visit$lambda(block));
15087 };
15088 }));
15089 var td_0 = defineInlineFunction('kotlinx-html-js.kotlinx.html.td_vlzo05$', wrapFunction(function () {
15090 var Unit = Kotlin.kotlin.Unit;
15091 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
15092 var TD_init = _.kotlinx.html.TD;
15093 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
15094 function visit$lambda(closure$block) {
15095 return function ($receiver) {
15096 closure$block($receiver);
15097 return Unit;
15098 };
15099 }
15100 function td$lambda($receiver) {
15101 return Unit;
15102 }
15103 return function ($receiver, classes, block) {
15104 if (classes === void 0)
15105 classes = null;
15106 if (block === void 0)
15107 block = td$lambda;
15108 visitTag(new TD_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
15109 };
15110 }));
15111 function UL(initialAttributes, consumer) {
15112 HTMLTag.call(this, 'ul', consumer, initialAttributes, null, false, false);
15113 this.consumer_hykqwp$_0 = consumer;
15114 }
15115 Object.defineProperty(UL.prototype, 'consumer', {
15116 get: function () {
15117 return this.consumer_hykqwp$_0;
15118 }
15119 });
15120 UL.$metadata$ = {
15121 kind: Kind_CLASS,
15122 simpleName: 'UL',
15123 interfaces: [HtmlBlockTag, HTMLTag]
15124 };
15125 var li_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.li_yzv5uh$', wrapFunction(function () {
15126 var Unit = Kotlin.kotlin.Unit;
15127 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
15128 var LI_init = _.kotlinx.html.LI;
15129 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
15130 function visit$lambda(closure$block) {
15131 return function ($receiver) {
15132 closure$block($receiver);
15133 return Unit;
15134 };
15135 }
15136 function li$lambda($receiver) {
15137 return Unit;
15138 }
15139 return function ($receiver, classes, block) {
15140 if (classes === void 0)
15141 classes = null;
15142 if (block === void 0)
15143 block = li$lambda;
15144 visitTag(new LI_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
15145 };
15146 }));
15147 function VAR(initialAttributes, consumer) {
15148 HTMLTag.call(this, 'var', consumer, initialAttributes, null, true, false);
15149 this.consumer_f6dytt$_0 = consumer;
15150 }
15151 Object.defineProperty(VAR.prototype, 'consumer', {
15152 get: function () {
15153 return this.consumer_f6dytt$_0;
15154 }
15155 });
15156 VAR.$metadata$ = {
15157 kind: Kind_CLASS,
15158 simpleName: 'VAR',
15159 interfaces: [HtmlBlockInlineTag, HTMLTag]
15160 };
15161 function get_asFlowContent_58($receiver) {
15162 return $receiver;
15163 }
15164 function get_asPhrasingContent_51($receiver) {
15165 return $receiver;
15166 }
15167 function VIDEO(initialAttributes, consumer) {
15168 HTMLTag.call(this, 'video', consumer, initialAttributes, null, false, false);
15169 this.consumer_mixp7$_0 = consumer;
15170 }
15171 Object.defineProperty(VIDEO.prototype, 'consumer', {
15172 get: function () {
15173 return this.consumer_mixp7$_0;
15174 }
15175 });
15176 Object.defineProperty(VIDEO.prototype, 'src', {
15177 get: function () {
15178 return attributeStringString.get_txhc1s$(this, 'src');
15179 },
15180 set: function (newValue) {
15181 attributeStringString.set_fid0sb$(this, 'src', newValue);
15182 }
15183 });
15184 Object.defineProperty(VIDEO.prototype, 'autoBuffer', {
15185 get: function () {
15186 return attributeBooleanTicker.get_txhc1s$(this, 'autobuffer');
15187 },
15188 set: function (newValue) {
15189 attributeBooleanTicker.set_fid0sb$(this, 'autobuffer', newValue);
15190 }
15191 });
15192 Object.defineProperty(VIDEO.prototype, 'autoPlay', {
15193 get: function () {
15194 return attributeBooleanTicker.get_txhc1s$(this, 'autoplay');
15195 },
15196 set: function (newValue) {
15197 attributeBooleanTicker.set_fid0sb$(this, 'autoplay', newValue);
15198 }
15199 });
15200 Object.defineProperty(VIDEO.prototype, 'loop', {
15201 get: function () {
15202 return attributeBooleanTicker.get_txhc1s$(this, 'loop');
15203 },
15204 set: function (newValue) {
15205 attributeBooleanTicker.set_fid0sb$(this, 'loop', newValue);
15206 }
15207 });
15208 Object.defineProperty(VIDEO.prototype, 'controls', {
15209 get: function () {
15210 return attributeBooleanTicker.get_txhc1s$(this, 'controls');
15211 },
15212 set: function (newValue) {
15213 attributeBooleanTicker.set_fid0sb$(this, 'controls', newValue);
15214 }
15215 });
15216 Object.defineProperty(VIDEO.prototype, 'width', {
15217 get: function () {
15218 return attributeStringString.get_txhc1s$(this, 'width');
15219 },
15220 set: function (newValue) {
15221 attributeStringString.set_fid0sb$(this, 'width', newValue);
15222 }
15223 });
15224 Object.defineProperty(VIDEO.prototype, 'height', {
15225 get: function () {
15226 return attributeStringString.get_txhc1s$(this, 'height');
15227 },
15228 set: function (newValue) {
15229 attributeStringString.set_fid0sb$(this, 'height', newValue);
15230 }
15231 });
15232 Object.defineProperty(VIDEO.prototype, 'poster', {
15233 get: function () {
15234 return attributeStringString.get_txhc1s$(this, 'poster');
15235 },
15236 set: function (newValue) {
15237 attributeStringString.set_fid0sb$(this, 'poster', newValue);
15238 }
15239 });
15240 VIDEO.$metadata$ = {
15241 kind: Kind_CLASS,
15242 simpleName: 'VIDEO',
15243 interfaces: [CommonAttributeGroupFacadeFlowInteractivePhrasingContent, HTMLTag]
15244 };
15245 var source_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.source_bzm4az$', wrapFunction(function () {
15246 var Unit = Kotlin.kotlin.Unit;
15247 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
15248 var SOURCE_init = _.kotlinx.html.SOURCE;
15249 var visitTag = _.kotlinx.html.visitTag_xwv8ym$;
15250 function visit$lambda(closure$block) {
15251 return function ($receiver) {
15252 closure$block($receiver);
15253 return Unit;
15254 };
15255 }
15256 function source$lambda($receiver) {
15257 return Unit;
15258 }
15259 return function ($receiver, classes, block) {
15260 if (classes === void 0)
15261 classes = null;
15262 if (block === void 0)
15263 block = source$lambda;
15264 visitTag(new SOURCE_init(attributesMapOf('class', classes), $receiver.consumer), visit$lambda(block));
15265 };
15266 }));
15267 function get_asFlowContent_59($receiver) {
15268 return $receiver;
15269 }
15270 function get_asInteractiveContent_12($receiver) {
15271 return $receiver;
15272 }
15273 function get_asPhrasingContent_52($receiver) {
15274 return $receiver;
15275 }
15276 function HTMLTag(tagName, consumer, initialAttributes, namespace, inlineTag, emptyTag) {
15277 if (namespace === void 0)
15278 namespace = null;
15279 this.tagName_m96u80$_0 = tagName;
15280 this.consumer_hf9n5l$_0 = consumer;
15281 this.namespace_mmy2s6$_0 = namespace;
15282 this.inlineTag_chds58$_0 = inlineTag;
15283 this.emptyTag_wi0qq$_0 = emptyTag;
15284 this.attributes_9nkhs8$_0 = new DelegatingMap(initialAttributes, this, HTMLTag$attributes$lambda(this));
15285 }
15286 Object.defineProperty(HTMLTag.prototype, 'tagName', {
15287 get: function () {
15288 return this.tagName_m96u80$_0;
15289 }
15290 });
15291 Object.defineProperty(HTMLTag.prototype, 'consumer', {
15292 get: function () {
15293 return this.consumer_hf9n5l$_0;
15294 }
15295 });
15296 Object.defineProperty(HTMLTag.prototype, 'namespace', {
15297 get: function () {
15298 return this.namespace_mmy2s6$_0;
15299 }
15300 });
15301 Object.defineProperty(HTMLTag.prototype, 'inlineTag', {
15302 get: function () {
15303 return this.inlineTag_chds58$_0;
15304 }
15305 });
15306 Object.defineProperty(HTMLTag.prototype, 'emptyTag', {
15307 get: function () {
15308 return this.emptyTag_wi0qq$_0;
15309 }
15310 });
15311 Object.defineProperty(HTMLTag.prototype, 'attributes', {
15312 get: function () {
15313 return this.attributes_9nkhs8$_0;
15314 }
15315 });
15316 Object.defineProperty(HTMLTag.prototype, 'attributesEntries', {
15317 get: function () {
15318 return this.attributes.immutableEntries;
15319 }
15320 });
15321 function HTMLTag$attributes$lambda(this$HTMLTag) {
15322 return function () {
15323 return this$HTMLTag.consumer;
15324 };
15325 }
15326 HTMLTag.$metadata$ = {
15327 kind: Kind_CLASS,
15328 simpleName: 'HTMLTag',
15329 interfaces: [Tag]
15330 };
15331 function TimedResult(result, time) {
15332 this.result = result;
15333 this.time = time;
15334 }
15335 TimedResult.$metadata$ = {
15336 kind: Kind_CLASS,
15337 simpleName: 'TimedResult',
15338 interfaces: []
15339 };
15340 TimedResult.prototype.component1 = function () {
15341 return this.result;
15342 };
15343 TimedResult.prototype.component2 = function () {
15344 return this.time;
15345 };
15346 TimedResult.prototype.copy_19wkf8$ = function (result, time) {
15347 return new TimedResult(result === void 0 ? this.result : result, time === void 0 ? this.time : time);
15348 };
15349 TimedResult.prototype.toString = function () {
15350 return 'TimedResult(result=' + Kotlin.toString(this.result) + (', time=' + Kotlin.toString(this.time)) + ')';
15351 };
15352 TimedResult.prototype.hashCode = function () {
15353 var result = 0;
15354 result = result * 31 + Kotlin.hashCode(this.result) | 0;
15355 result = result * 31 + Kotlin.hashCode(this.time) | 0;
15356 return result;
15357 };
15358 TimedResult.prototype.equals = function (other) {
15359 return this === other || (other !== null && (typeof other === 'object' && (Object.getPrototypeOf(this) === Object.getPrototypeOf(other) && (Kotlin.equals(this.result, other.result) && Kotlin.equals(this.time, other.time)))));
15360 };
15361 function get_out($receiver) {
15362 return $receiver.result;
15363 }
15364 function TimeMeasureConsumer(downstream) {
15365 this.downstream = downstream;
15366 this.start_0 = currentTimeMillis();
15367 }
15368 TimeMeasureConsumer.prototype.onTagStart_tkgjla$ = function (tag) {
15369 this.downstream.onTagStart_tkgjla$(tag);
15370 };
15371 TimeMeasureConsumer.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
15372 this.downstream.onTagAttributeChange_5n2z71$(tag, attribute, value);
15373 };
15374 TimeMeasureConsumer.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
15375 this.downstream.onTagEvent_azi6uv$(tag, event, value);
15376 };
15377 TimeMeasureConsumer.prototype.onTagEnd_tkgjla$ = function (tag) {
15378 this.downstream.onTagEnd_tkgjla$(tag);
15379 };
15380 TimeMeasureConsumer.prototype.onTagContent_6bul2c$ = function (content) {
15381 this.downstream.onTagContent_6bul2c$(content);
15382 };
15383 TimeMeasureConsumer.prototype.onTagContentEntity_ws8or7$ = function (entity) {
15384 this.downstream.onTagContentEntity_ws8or7$(entity);
15385 };
15386 TimeMeasureConsumer.prototype.onTagContentUnsafe_kntra7$ = function (block) {
15387 this.downstream.onTagContentUnsafe_kntra7$(block);
15388 };
15389 TimeMeasureConsumer.prototype.onTagError_cjwpn3$ = function (tag, exception) {
15390 this.downstream.onTagError_cjwpn3$(tag, exception);
15391 };
15392 TimeMeasureConsumer.prototype.onTagComment_6bul2c$ = function (content) {
15393 this.downstream.onTagComment_6bul2c$(content);
15394 };
15395 TimeMeasureConsumer.prototype.finalize = function () {
15396 return new TimedResult(this.downstream.finalize(), currentTimeMillis().subtract(this.start_0));
15397 };
15398 TimeMeasureConsumer.$metadata$ = {
15399 kind: Kind_CLASS,
15400 simpleName: 'TimeMeasureConsumer',
15401 interfaces: [TagConsumer]
15402 };
15403 function measureTime($receiver) {
15404 return new TimeMeasureConsumer($receiver);
15405 }
15406 function HTMLStreamBuilder(out, prettyPrint, xhtmlCompatible) {
15407 this.out = out;
15408 this.prettyPrint = prettyPrint;
15409 this.xhtmlCompatible = xhtmlCompatible;
15410 this.level_0 = 0;
15411 this.ln_0 = true;
15412 this.UnsafeImpl = new HTMLStreamBuilder$UnsafeImpl$ObjectLiteral(this);
15413 }
15414 HTMLStreamBuilder.prototype.onTagStart_tkgjla$ = function (tag) {
15415 if (this.prettyPrint && !tag.inlineTag) {
15416 this.indent_0();
15417 }
15418 this.level_0 = this.level_0 + 1 | 0;
15419 this.out.append_gw00v9$('<');
15420 this.out.append_gw00v9$(tag.tagName);
15421 if (tag.namespace != null) {
15422 this.out.append_gw00v9$(' xmlns="');
15423 this.out.append_gw00v9$(tag.namespace);
15424 this.out.append_gw00v9$('"');
15425 }
15426 if (!tag.attributes.isEmpty()) {
15427 var tmp$, tmp$_0;
15428 var index = 0;
15429 tmp$ = tag.attributesEntries.iterator();
15430 while (tmp$.hasNext()) {
15431 var item = tmp$.next();
15432 checkIndexOverflow((tmp$_0 = index, index = tmp$_0 + 1 | 0, tmp$_0));
15433 if (!isValidXmlAttributeName(item.key)) {
15434 throw IllegalArgumentException_init('Tag ' + tag.tagName + ' has invalid attribute name ' + item.key);
15435 }
15436 this.out.append_s8itvh$(32);
15437 this.out.append_gw00v9$(item.key);
15438 this.out.append_gw00v9$('="');
15439 escapeAppend(this.out, item.value);
15440 this.out.append_s8itvh$(34);
15441 }
15442 }
15443 if (this.xhtmlCompatible && tag.emptyTag) {
15444 this.out.append_gw00v9$('/');
15445 }
15446 this.out.append_gw00v9$('>');
15447 this.ln_0 = false;
15448 };
15449 HTMLStreamBuilder.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
15450 throw UnsupportedOperationException_init("tag attribute can't be changed as it was already written to the stream. Use with DelayedConsumer to be able to modify attributes");
15451 };
15452 HTMLStreamBuilder.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
15453 throw UnsupportedOperationException_init("you can't assign lambda event handler when building text");
15454 };
15455 HTMLStreamBuilder.prototype.onTagEnd_tkgjla$ = function (tag) {
15456 this.level_0 = this.level_0 - 1 | 0;
15457 if (this.ln_0) {
15458 this.indent_0();
15459 }
15460 if (!tag.emptyTag) {
15461 this.out.append_gw00v9$('<\/');
15462 this.out.append_gw00v9$(tag.tagName);
15463 this.out.append_gw00v9$('>');
15464 }
15465 if (this.prettyPrint && !tag.inlineTag) {
15466 this.appendln_0();
15467 }
15468 };
15469 HTMLStreamBuilder.prototype.onTagContent_6bul2c$ = function (content) {
15470 escapeAppend(this.out, content);
15471 this.ln_0 = false;
15472 };
15473 HTMLStreamBuilder.prototype.onTagContentEntity_ws8or7$ = function (entity) {
15474 this.out.append_gw00v9$(entity.text);
15475 this.ln_0 = false;
15476 };
15477 HTMLStreamBuilder.prototype.finalize = function () {
15478 return this.out;
15479 };
15480 HTMLStreamBuilder.prototype.onTagContentUnsafe_kntra7$ = function (block) {
15481 block(this.UnsafeImpl);
15482 };
15483 HTMLStreamBuilder.prototype.onTagComment_6bul2c$ = function (content) {
15484 if (this.prettyPrint) {
15485 this.indent_0();
15486 }
15487 this.out.append_gw00v9$('<!--');
15488 escapeComment(this.out, content);
15489 this.out.append_gw00v9$('-->');
15490 this.ln_0 = false;
15491 };
15492 HTMLStreamBuilder.prototype.appendln_0 = function () {
15493 if (this.prettyPrint && !this.ln_0) {
15494 this.out.append_gw00v9$('\n');
15495 this.ln_0 = true;
15496 }
15497 };
15498 HTMLStreamBuilder.prototype.indent_0 = function () {
15499 if (this.prettyPrint) {
15500 if (!this.ln_0) {
15501 this.out.append_gw00v9$('\n');
15502 }
15503 var remaining = this.level_0;
15504 while (remaining >= 4) {
15505 this.out.append_gw00v9$(' ');
15506 remaining = remaining - 4 | 0;
15507 }
15508 while (remaining >= 2) {
15509 this.out.append_gw00v9$(' ');
15510 remaining = remaining - 2 | 0;
15511 }
15512 if (remaining > 0) {
15513 this.out.append_gw00v9$(' ');
15514 }
15515 this.ln_0 = false;
15516 }
15517 };
15518 function HTMLStreamBuilder$UnsafeImpl$ObjectLiteral(this$HTMLStreamBuilder) {
15519 this.this$HTMLStreamBuilder = this$HTMLStreamBuilder;
15520 }
15521 HTMLStreamBuilder$UnsafeImpl$ObjectLiteral.prototype.unaryPlus_pdl1vz$ = function ($receiver) {
15522 this.this$HTMLStreamBuilder.out.append_gw00v9$($receiver);
15523 };
15524 HTMLStreamBuilder$UnsafeImpl$ObjectLiteral.$metadata$ = {
15525 kind: Kind_CLASS,
15526 interfaces: [Unsafe]
15527 };
15528 HTMLStreamBuilder.$metadata$ = {
15529 kind: Kind_CLASS,
15530 simpleName: 'HTMLStreamBuilder',
15531 interfaces: [TagConsumer]
15532 };
15533 var AVERAGE_PAGE_SIZE;
15534 function createHTML$lambda(sb, f) {
15535 return sb.toString();
15536 }
15537 function createHTML(prettyPrint, xhtmlCompatible) {
15538 if (prettyPrint === void 0)
15539 prettyPrint = true;
15540 if (xhtmlCompatible === void 0)
15541 xhtmlCompatible = false;
15542 return delayed(onFinalizeMap(new HTMLStreamBuilder(StringBuilder_init_0(AVERAGE_PAGE_SIZE), prettyPrint, xhtmlCompatible), createHTML$lambda));
15543 }
15544 function appendHTML($receiver, prettyPrint, xhtmlCompatible) {
15545 if (prettyPrint === void 0)
15546 prettyPrint = true;
15547 if (xhtmlCompatible === void 0)
15548 xhtmlCompatible = false;
15549 return delayed(new HTMLStreamBuilder($receiver, prettyPrint, xhtmlCompatible));
15550 }
15551 function appendHTML_0($receiver, prettyPrint) {
15552 if (prettyPrint === void 0)
15553 prettyPrint = true;
15554 return appendHTML($receiver, prettyPrint, false);
15555 }
15556 var escapeMap;
15557 var letterRangeLowerCase;
15558 var letterRangeUpperCase;
15559 var digitRange;
15560 function _isLetter($receiver) {
15561 return letterRangeLowerCase.contains_mef7kx$($receiver) || letterRangeUpperCase.contains_mef7kx$($receiver);
15562 }
15563 function _isDigit($receiver) {
15564 return digitRange.contains_mef7kx$($receiver);
15565 }
15566 function isValidXmlAttributeName($receiver) {
15567 var tmp$ = !startsWithXml($receiver);
15568 if (tmp$) {
15569 tmp$ = $receiver.length > 0;
15570 }
15571 var tmp$_0 = tmp$ && (_isLetter($receiver.charCodeAt(0)) || $receiver.charCodeAt(0) === 95);
15572 if (tmp$_0) {
15573 var all$result;
15574 all$break: do {
15575 var tmp$_1;
15576 tmp$_1 = iterator($receiver);
15577 while (tmp$_1.hasNext()) {
15578 var element = unboxChar(tmp$_1.next());
15579 var it = toBoxedChar(element);
15580 if (!(_isLetter(unboxChar(it)) || _isDigit(unboxChar(it)) || contains('._:-', unboxChar(it)))) {
15581 all$result = false;
15582 break all$break;
15583 }
15584 }
15585 all$result = true;
15586 }
15587 while (false);
15588 tmp$_0 = all$result;
15589 }
15590 return tmp$_0;
15591 }
15592 function startsWithXml($receiver) {
15593 var tmp$ = $receiver.length >= 3;
15594 if (tmp$) {
15595 var it = toBoxedChar($receiver.charCodeAt(0));
15596 tmp$ = unboxChar(it) === 120 || unboxChar(it) === 88;
15597 }
15598 var tmp$_0 = tmp$;
15599 if (tmp$_0) {
15600 var it_0 = toBoxedChar($receiver.charCodeAt(1));
15601 tmp$_0 = unboxChar(it_0) === 109 || unboxChar(it_0) === 77;
15602 }
15603 var tmp$_1 = tmp$_0;
15604 if (tmp$_1) {
15605 var it_1 = toBoxedChar($receiver.charCodeAt(2));
15606 tmp$_1 = unboxChar(it_1) === 108 || unboxChar(it_1) === 76;
15607 }
15608 return tmp$_1;
15609 }
15610 function escapeAppend($receiver, s) {
15611 var tmp$;
15612 var lastIndex = 0;
15613 var mappings = escapeMap;
15614 var size = mappings.length;
15615 tmp$ = s.length - 1 | 0;
15616 for (var idx = 0; idx <= tmp$; idx++) {
15617 var ch = s.charCodeAt(idx) | 0;
15618 if (ch < 0 || ch >= size)
15619 continue;
15620 var escape = mappings[ch];
15621 if (escape != null) {
15622 var startIndex = lastIndex;
15623 $receiver.append_gw00v9$(Kotlin.subSequence(s, startIndex, idx).toString());
15624 $receiver.append_gw00v9$(escape);
15625 lastIndex = idx + 1 | 0;
15626 }
15627 }
15628 if (lastIndex < s.length) {
15629 var startIndex_0 = lastIndex;
15630 var endIndex = s.length;
15631 $receiver.append_gw00v9$(Kotlin.subSequence(s, startIndex_0, endIndex).toString());
15632 }
15633 }
15634 function escapeComment($receiver, s) {
15635 var start = 0;
15636 while (start < s.length) {
15637 var index = indexOf(s, '--');
15638 if (index === -1) {
15639 if (start === 0) {
15640 $receiver.append_gw00v9$(s);
15641 }
15642 else {
15643 $receiver.append_ezbsdh$(s, start, s.length);
15644 }
15645 break;
15646 }
15647 $receiver.append_ezbsdh$(s, start, index);
15648 start = start + 2 | 0;
15649 }
15650 }
15651 function TraceConsumer(downstream, println) {
15652 this.downstream = downstream;
15653 this.println = println;
15654 this.id_0 = 'ID-' + currentTimeMillis().modulo(Kotlin.Long.fromInt(16384)).toString();
15655 this.path_0 = ArrayList_init_0(1024);
15656 }
15657 TraceConsumer.prototype.onTagStart_tkgjla$ = function (tag) {
15658 this.downstream.onTagStart_tkgjla$(tag);
15659 this.path_0.add_11rb$(tag.tagName);
15660 this.println('[' + this.id_0 + '] open ' + tag.tagName + ' path: ' + joinToString(this.path_0, ' > '));
15661 };
15662 TraceConsumer.prototype.onTagEnd_tkgjla$ = function (tag) {
15663 this.downstream.onTagEnd_tkgjla$(tag);
15664 this.path_0.removeAt_za3lpa$(get_lastIndex(this.path_0));
15665 this.println('[' + this.id_0 + '] close ' + tag.tagName + ' path: ' + joinToString(this.path_0, ' > '));
15666 };
15667 TraceConsumer.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
15668 this.downstream.onTagAttributeChange_5n2z71$(tag, attribute, value);
15669 this.println('[' + this.id_0 + '] ' + tag.tagName + '.' + attribute + ' changed to ' + toString(value));
15670 };
15671 TraceConsumer.prototype.onTagError_cjwpn3$ = function (tag, exception) {
15672 this.println('[' + this.id_0 + '] exception in ' + tag.tagName + ': ' + toString(exception.message));
15673 this.downstream.onTagError_cjwpn3$(tag, exception);
15674 };
15675 TraceConsumer.prototype.finalize = function () {
15676 var v = this.downstream.finalize();
15677 this.println('[' + this.id_0 + '] finalized: ' + toString(v));
15678 return v;
15679 };
15680 TraceConsumer.prototype.onTagComment_6bul2c$ = function (content) {
15681 return this.downstream.onTagComment_6bul2c$(content);
15682 };
15683 TraceConsumer.prototype.onTagContent_6bul2c$ = function (content) {
15684 return this.downstream.onTagContent_6bul2c$(content);
15685 };
15686 TraceConsumer.prototype.onTagContentEntity_ws8or7$ = function (entity) {
15687 return this.downstream.onTagContentEntity_ws8or7$(entity);
15688 };
15689 TraceConsumer.prototype.onTagContentUnsafe_kntra7$ = function (block) {
15690 return this.downstream.onTagContentUnsafe_kntra7$(block);
15691 };
15692 TraceConsumer.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
15693 return this.downstream.onTagEvent_azi6uv$(tag, event, value);
15694 };
15695 TraceConsumer.$metadata$ = {
15696 kind: Kind_CLASS,
15697 simpleName: 'TraceConsumer',
15698 interfaces: [TagConsumer]
15699 };
15700 function trace($receiver, println) {
15701 return new TraceConsumer($receiver, println);
15702 }
15703 function visit$lambda_10(closure$block) {
15704 return function ($receiver) {
15705 closure$block($receiver);
15706 return Unit;
15707 };
15708 }
15709 function styleLink$lambda(closure$url) {
15710 return function ($receiver) {
15711 $receiver.rel = LinkRel_getInstance().stylesheet;
15712 $receiver.type = LinkType_getInstance().textCss;
15713 $receiver.href = closure$url;
15714 return Unit;
15715 };
15716 }
15717 function styleLink($receiver, url) {
15718 visitTag(new LINK(attributesMapOf_1(['href', null, 'rel', null, 'type', null]), $receiver.consumer), visit$lambda_10(styleLink$lambda(url)));
15719 }
15720 function get_br($receiver) {
15721 var tag = new BR(emptyMap(), $receiver.consumer);
15722 $receiver.consumer.onTagStart_tkgjla$(tag);
15723 $receiver.consumer.onTagEnd_tkgjla$(tag);
15724 }
15725 function visitAndFinalize$lambda_3(closure$block) {
15726 return function ($receiver) {
15727 closure$block($receiver);
15728 return Unit;
15729 };
15730 }
15731 function visitAndFinalize$lambda_4(closure$block) {
15732 return function ($receiver) {
15733 closure$block($receiver);
15734 return Unit;
15735 };
15736 }
15737 function visitAndFinalize$lambda_5(closure$block) {
15738 return function ($receiver) {
15739 closure$block($receiver);
15740 return Unit;
15741 };
15742 }
15743 function legEnd$lambda_3($receiver) {
15744 return Unit;
15745 }
15746 function legEnd_3($receiver, classes, block) {
15747 if (classes === void 0)
15748 classes = null;
15749 if (block === void 0)
15750 block = legEnd$lambda_3;
15751 var tmp$;
15752 return Kotlin.isType(tmp$ = visitTagAndFinalize(new LEGEND(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_3(block)), HTMLLegendElement_0) ? tmp$ : throwCCE();
15753 }
15754 function object_$lambda_1($receiver) {
15755 return Unit;
15756 }
15757 function object__1($receiver, classes, block) {
15758 if (classes === void 0)
15759 classes = null;
15760 if (block === void 0)
15761 block = object_$lambda_1;
15762 return visitTagAndFinalize(new OBJECT(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_4(block));
15763 }
15764 function var_$lambda_0($receiver) {
15765 return Unit;
15766 }
15767 function var__1($receiver, classes, block) {
15768 if (classes === void 0)
15769 classes = null;
15770 if (block === void 0)
15771 block = var_$lambda_0;
15772 return visitTagAndFinalize(new VAR(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_5(block));
15773 }
15774 function setEvent($receiver, name, callback) {
15775 $receiver[name] = callback;
15776 }
15777 function JSDOMBuilder(document) {
15778 this.document = document;
15779 this.path_0 = ArrayList_init();
15780 this.lastLeaved_0 = null;
15781 }
15782 JSDOMBuilder.prototype.onTagStart_tkgjla$ = function (tag) {
15783 var tmp$, tmp$_0;
15784 if (tag.namespace != null)
15785 tmp$_0 = this.document.createElementNS(ensureNotNull(tag.namespace), tag.tagName);
15786 else
15787 tmp$_0 = Kotlin.isType(tmp$ = this.document.createElement(tag.tagName), HTMLElement) ? tmp$ : throwCCE();
15788 var element = tmp$_0;
15789 var tmp$_1;
15790 tmp$_1 = tag.attributesEntries.iterator();
15791 while (tmp$_1.hasNext()) {
15792 var element_0 = tmp$_1.next();
15793 element.setAttribute(element_0.key, element_0.value);
15794 }
15795 if (!this.path_0.isEmpty()) {
15796 last(this.path_0).appendChild(element);
15797 }
15798 this.path_0.add_11rb$(element);
15799 };
15800 JSDOMBuilder.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
15801 if (this.path_0.isEmpty())
15802 throw IllegalStateException_init('No current tag');
15803 else {
15804 if (!equals(last(this.path_0).tagName.toLowerCase(), tag.tagName.toLowerCase()))
15805 throw IllegalStateException_init('Wrong current tag');
15806 else {
15807 var node = last(this.path_0);
15808 if (value == null) {
15809 node.removeAttribute(attribute);
15810 }
15811 else {
15812 node.setAttribute(attribute, value);
15813 }
15814 }
15815 }
15816 };
15817 JSDOMBuilder.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
15818 if (this.path_0.isEmpty())
15819 throw IllegalStateException_init('No current tag');
15820 else {
15821 if (!equals(last(this.path_0).tagName.toLowerCase(), tag.tagName.toLowerCase()))
15822 throw IllegalStateException_init('Wrong current tag');
15823 else {
15824 last(this.path_0)[event] = value;
15825 }
15826 }
15827 };
15828 JSDOMBuilder.prototype.onTagEnd_tkgjla$ = function (tag) {
15829 var tmp$ = this.path_0.isEmpty();
15830 if (!tmp$) {
15831 tmp$ = !equals(last(this.path_0).tagName.toLowerCase(), tag.tagName.toLowerCase());
15832 }
15833 if (tmp$) {
15834 throw IllegalStateException_init("We haven't entered tag " + tag.tagName + ' but trying to leave');
15835 }
15836 this.lastLeaved_0 = this.path_0.removeAt_za3lpa$(get_lastIndex(this.path_0));
15837 };
15838 JSDOMBuilder.prototype.onTagContent_6bul2c$ = function (content) {
15839 if (this.path_0.isEmpty()) {
15840 throw IllegalStateException_init('No current DOM node');
15841 }
15842 last(this.path_0).appendChild(this.document.createTextNode(content.toString()));
15843 };
15844 JSDOMBuilder.prototype.onTagContentEntity_ws8or7$ = function (entity) {
15845 var tmp$;
15846 if (this.path_0.isEmpty()) {
15847 throw IllegalStateException_init('No current DOM node');
15848 }
15849 var s = Kotlin.isType(tmp$ = this.document.createElement('span'), HTMLElement) ? tmp$ : throwCCE();
15850 s.innerHTML = entity.text;
15851 var tmp$_0 = last(this.path_0);
15852 var $receiver = asList(s.childNodes);
15853 var destination = ArrayList_init();
15854 var tmp$_1;
15855 tmp$_1 = $receiver.iterator();
15856 while (tmp$_1.hasNext()) {
15857 var element = tmp$_1.next();
15858 if (element.nodeType === Node.TEXT_NODE)
15859 destination.add_11rb$(element);
15860 }
15861 tmp$_0.appendChild(first(destination));
15862 };
15863 JSDOMBuilder.prototype.onTagContentUnsafe_kntra7$ = function (block) {
15864 var $receiver = new DefaultUnsafe();
15865 block($receiver);
15866 last(this.path_0).innerHTML = last(this.path_0).innerHTML + $receiver.toString();
15867 };
15868 JSDOMBuilder.prototype.onTagComment_6bul2c$ = function (content) {
15869 if (this.path_0.isEmpty()) {
15870 throw IllegalStateException_init('No current DOM node');
15871 }
15872 last(this.path_0).appendChild(this.document.createComment(content.toString()));
15873 };
15874 JSDOMBuilder.prototype.finalize = function () {
15875 var tmp$, tmp$_0;
15876 tmp$_0 = (tmp$ = this.lastLeaved_0) != null ? this.asR_0(tmp$) : null;
15877 if (tmp$_0 == null) {
15878 throw IllegalStateException_init("We can't finalize as there was no tags");
15879 }
15880 return tmp$_0;
15881 };
15882 JSDOMBuilder.prototype.asR_0 = function ($receiver) {
15883 return $receiver;
15884 };
15885 JSDOMBuilder.$metadata$ = {
15886 kind: Kind_CLASS,
15887 simpleName: 'JSDOMBuilder',
15888 interfaces: [TagConsumer]
15889 };
15890 function createTree($receiver) {
15891 return new JSDOMBuilder($receiver);
15892 }
15893 function get_create($receiver) {
15894 return new JSDOMBuilder($receiver);
15895 }
15896 function append$lambda$lambda(closure$result, this$append) {
15897 return function (it, partial) {
15898 if (!partial) {
15899 closure$result.add_11rb$(it);
15900 this$append.appendChild(it);
15901 }
15902 return Unit;
15903 };
15904 }
15905 function append($receiver, block) {
15906 var result = ArrayList_init();
15907 block(onFinalize(createTree(get_ownerDocumentExt($receiver)), append$lambda$lambda(result, $receiver)));
15908 return result;
15909 }
15910 function prepend$lambda$lambda(closure$result, this$prepend) {
15911 return function (it, partial) {
15912 if (!partial) {
15913 closure$result.add_11rb$(it);
15914 this$prepend.insertBefore(it, this$prepend.firstChild);
15915 }
15916 return Unit;
15917 };
15918 }
15919 function prepend($receiver, block) {
15920 var result = ArrayList_init();
15921 block(onFinalize(createTree(get_ownerDocumentExt($receiver)), prepend$lambda$lambda(result, $receiver)));
15922 return result;
15923 }
15924 function get_append$lambda(this$append) {
15925 return function (element, partial) {
15926 if (!partial) {
15927 this$append.appendChild(element);
15928 }
15929 return Unit;
15930 };
15931 }
15932 function get_append($receiver) {
15933 return onFinalize(createTree(get_ownerDocumentExt($receiver)), get_append$lambda($receiver));
15934 }
15935 function get_prepend$lambda(this$prepend) {
15936 return function (element, partial) {
15937 if (!partial) {
15938 this$prepend.insertBefore(element, this$prepend.firstChild);
15939 }
15940 return Unit;
15941 };
15942 }
15943 function get_prepend($receiver) {
15944 return onFinalize(createTree(get_ownerDocumentExt($receiver)), get_prepend$lambda($receiver));
15945 }
15946 function get_ownerDocumentExt($receiver) {
15947 var tmp$;
15948 if (Kotlin.isType($receiver, Document))
15949 return $receiver;
15950 else {
15951 tmp$ = $receiver.ownerDocument;
15952 if (tmp$ == null) {
15953 throw IllegalStateException_init('Node has no ownerDocument');
15954 }
15955 return tmp$;
15956 }
15957 }
15958 function visitAndFinalize$lambda_6(closure$block) {
15959 return function ($receiver) {
15960 closure$block($receiver);
15961 return Unit;
15962 };
15963 }
15964 var a_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.a_5i6vd$', wrapFunction(function () {
15965 var Unit = Kotlin.kotlin.Unit;
15966 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
15967 var A_init = _.kotlinx.html.A;
15968 var HTMLAnchorElement_0 = HTMLAnchorElement;
15969 var throwCCE = Kotlin.throwCCE;
15970 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
15971 function visitAndFinalize$lambda(closure$block) {
15972 return function ($receiver) {
15973 closure$block($receiver);
15974 return Unit;
15975 };
15976 }
15977 function a$lambda($receiver) {
15978 return Unit;
15979 }
15980 return function ($receiver, href, target, classes, block) {
15981 if (href === void 0)
15982 href = null;
15983 if (target === void 0)
15984 target = null;
15985 if (classes === void 0)
15986 classes = null;
15987 if (block === void 0)
15988 block = a$lambda;
15989 var tmp$;
15990 return Kotlin.isType(tmp$ = visitTagAndFinalize(new A_init(attributesMapOf(['href', href, 'target', target, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLAnchorElement_0) ? tmp$ : throwCCE();
15991 };
15992 }));
15993 var abbr_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.abbr_y8m8ul$', wrapFunction(function () {
15994 var Unit = Kotlin.kotlin.Unit;
15995 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
15996 var ABBR_init = _.kotlinx.html.ABBR;
15997 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
15998 function visitAndFinalize$lambda(closure$block) {
15999 return function ($receiver) {
16000 closure$block($receiver);
16001 return Unit;
16002 };
16003 }
16004 function abbr$lambda($receiver) {
16005 return Unit;
16006 }
16007 return function ($receiver, classes, block) {
16008 if (classes === void 0)
16009 classes = null;
16010 if (block === void 0)
16011 block = abbr$lambda;
16012 return visitTagAndFinalize(new ABBR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16013 };
16014 }));
16015 var address_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.address_ywnrmy$', wrapFunction(function () {
16016 var Unit = Kotlin.kotlin.Unit;
16017 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16018 var ADDRESS_init = _.kotlinx.html.ADDRESS;
16019 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16020 function visitAndFinalize$lambda(closure$block) {
16021 return function ($receiver) {
16022 closure$block($receiver);
16023 return Unit;
16024 };
16025 }
16026 function address$lambda($receiver) {
16027 return Unit;
16028 }
16029 return function ($receiver, classes, block) {
16030 if (classes === void 0)
16031 classes = null;
16032 if (block === void 0)
16033 block = address$lambda;
16034 return visitTagAndFinalize(new ADDRESS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16035 };
16036 }));
16037 var area_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.area_78z5jz$', wrapFunction(function () {
16038 var Unit = Kotlin.kotlin.Unit;
16039 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
16040 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
16041 var AREA_init = _.kotlinx.html.AREA;
16042 var HTMLAreaElement_0 = HTMLAreaElement;
16043 var throwCCE = Kotlin.throwCCE;
16044 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16045 function visitAndFinalize$lambda(closure$block) {
16046 return function ($receiver) {
16047 closure$block($receiver);
16048 return Unit;
16049 };
16050 }
16051 function area$lambda($receiver) {
16052 return Unit;
16053 }
16054 return function ($receiver, shape, alt, classes, block) {
16055 if (shape === void 0)
16056 shape = null;
16057 if (alt === void 0)
16058 alt = null;
16059 if (classes === void 0)
16060 classes = null;
16061 if (block === void 0)
16062 block = area$lambda;
16063 var tmp$;
16064 return Kotlin.isType(tmp$ = visitTagAndFinalize(new AREA_init(attributesMapOf(['Shape', shape != null ? enumEncode(shape) : null, 'alt', alt, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLAreaElement_0) ? tmp$ : throwCCE();
16065 };
16066 }));
16067 var article_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.article_rpidd8$', wrapFunction(function () {
16068 var Unit = Kotlin.kotlin.Unit;
16069 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16070 var ARTICLE_init = _.kotlinx.html.ARTICLE;
16071 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16072 function visitAndFinalize$lambda(closure$block) {
16073 return function ($receiver) {
16074 closure$block($receiver);
16075 return Unit;
16076 };
16077 }
16078 function article$lambda($receiver) {
16079 return Unit;
16080 }
16081 return function ($receiver, classes, block) {
16082 if (classes === void 0)
16083 classes = null;
16084 if (block === void 0)
16085 block = article$lambda;
16086 return visitTagAndFinalize(new ARTICLE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16087 };
16088 }));
16089 var aside_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.aside_k4rhbi$', wrapFunction(function () {
16090 var Unit = Kotlin.kotlin.Unit;
16091 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16092 var ASIDE_init = _.kotlinx.html.ASIDE;
16093 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16094 function visitAndFinalize$lambda(closure$block) {
16095 return function ($receiver) {
16096 closure$block($receiver);
16097 return Unit;
16098 };
16099 }
16100 function aside$lambda($receiver) {
16101 return Unit;
16102 }
16103 return function ($receiver, classes, block) {
16104 if (classes === void 0)
16105 classes = null;
16106 if (block === void 0)
16107 block = aside$lambda;
16108 return visitTagAndFinalize(new ASIDE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16109 };
16110 }));
16111 var audio_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.audio_bbjfyk$', wrapFunction(function () {
16112 var Unit = Kotlin.kotlin.Unit;
16113 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16114 var AUDIO_init = _.kotlinx.html.AUDIO;
16115 var HTMLAudioElement_0 = HTMLAudioElement;
16116 var throwCCE = Kotlin.throwCCE;
16117 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16118 function visitAndFinalize$lambda(closure$block) {
16119 return function ($receiver) {
16120 closure$block($receiver);
16121 return Unit;
16122 };
16123 }
16124 function audio$lambda($receiver) {
16125 return Unit;
16126 }
16127 return function ($receiver, classes, block) {
16128 if (classes === void 0)
16129 classes = null;
16130 if (block === void 0)
16131 block = audio$lambda;
16132 var tmp$;
16133 return Kotlin.isType(tmp$ = visitTagAndFinalize(new AUDIO_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLAudioElement_0) ? tmp$ : throwCCE();
16134 };
16135 }));
16136 var b_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.b_x0nqqg$', wrapFunction(function () {
16137 var Unit = Kotlin.kotlin.Unit;
16138 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16139 var B_init = _.kotlinx.html.B;
16140 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16141 function visitAndFinalize$lambda(closure$block) {
16142 return function ($receiver) {
16143 closure$block($receiver);
16144 return Unit;
16145 };
16146 }
16147 function b$lambda($receiver) {
16148 return Unit;
16149 }
16150 return function ($receiver, classes, block) {
16151 if (classes === void 0)
16152 classes = null;
16153 if (block === void 0)
16154 block = b$lambda;
16155 return visitTagAndFinalize(new B_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16156 };
16157 }));
16158 var base_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.base_rhdnbn$', wrapFunction(function () {
16159 var Unit = Kotlin.kotlin.Unit;
16160 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16161 var BASE_init = _.kotlinx.html.BASE;
16162 var HTMLBaseElement_0 = HTMLBaseElement;
16163 var throwCCE = Kotlin.throwCCE;
16164 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16165 function visitAndFinalize$lambda(closure$block) {
16166 return function ($receiver) {
16167 closure$block($receiver);
16168 return Unit;
16169 };
16170 }
16171 function base$lambda($receiver) {
16172 return Unit;
16173 }
16174 return function ($receiver, classes, block) {
16175 if (classes === void 0)
16176 classes = null;
16177 if (block === void 0)
16178 block = base$lambda;
16179 var tmp$;
16180 return Kotlin.isType(tmp$ = visitTagAndFinalize(new BASE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLBaseElement_0) ? tmp$ : throwCCE();
16181 };
16182 }));
16183 var bdi_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.bdi_430vtv$', wrapFunction(function () {
16184 var Unit = Kotlin.kotlin.Unit;
16185 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16186 var BDI_init = _.kotlinx.html.BDI;
16187 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16188 function visitAndFinalize$lambda(closure$block) {
16189 return function ($receiver) {
16190 closure$block($receiver);
16191 return Unit;
16192 };
16193 }
16194 function bdi$lambda($receiver) {
16195 return Unit;
16196 }
16197 return function ($receiver, classes, block) {
16198 if (classes === void 0)
16199 classes = null;
16200 if (block === void 0)
16201 block = bdi$lambda;
16202 return visitTagAndFinalize(new BDI_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16203 };
16204 }));
16205 var bdo_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.bdo_3g3eqr$', wrapFunction(function () {
16206 var Unit = Kotlin.kotlin.Unit;
16207 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16208 var BDO_init = _.kotlinx.html.BDO;
16209 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16210 function visitAndFinalize$lambda(closure$block) {
16211 return function ($receiver) {
16212 closure$block($receiver);
16213 return Unit;
16214 };
16215 }
16216 function bdo$lambda($receiver) {
16217 return Unit;
16218 }
16219 return function ($receiver, classes, block) {
16220 if (classes === void 0)
16221 classes = null;
16222 if (block === void 0)
16223 block = bdo$lambda;
16224 return visitTagAndFinalize(new BDO_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16225 };
16226 }));
16227 var blockQuote_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.blockQuote_rw5zzj$', wrapFunction(function () {
16228 var Unit = Kotlin.kotlin.Unit;
16229 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16230 var BLOCKQUOTE_init = _.kotlinx.html.BLOCKQUOTE;
16231 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16232 function visitAndFinalize$lambda(closure$block) {
16233 return function ($receiver) {
16234 closure$block($receiver);
16235 return Unit;
16236 };
16237 }
16238 function blockQuote$lambda($receiver) {
16239 return Unit;
16240 }
16241 return function ($receiver, classes, block) {
16242 if (classes === void 0)
16243 classes = null;
16244 if (block === void 0)
16245 block = blockQuote$lambda;
16246 return visitTagAndFinalize(new BLOCKQUOTE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16247 };
16248 }));
16249 var body_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.body_sbi9b0$', wrapFunction(function () {
16250 var Unit = Kotlin.kotlin.Unit;
16251 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16252 var BODY_init = _.kotlinx.html.BODY;
16253 var HTMLBodyElement_0 = HTMLBodyElement;
16254 var throwCCE = Kotlin.throwCCE;
16255 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16256 function visitAndFinalize$lambda(closure$block) {
16257 return function ($receiver) {
16258 closure$block($receiver);
16259 return Unit;
16260 };
16261 }
16262 function body$lambda($receiver) {
16263 return Unit;
16264 }
16265 return function ($receiver, classes, block) {
16266 if (classes === void 0)
16267 classes = null;
16268 if (block === void 0)
16269 block = body$lambda;
16270 var tmp$;
16271 return Kotlin.isType(tmp$ = visitTagAndFinalize(new BODY_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLBodyElement_0) ? tmp$ : throwCCE();
16272 };
16273 }));
16274 var br_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.br_jn093m$', wrapFunction(function () {
16275 var Unit = Kotlin.kotlin.Unit;
16276 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16277 var BR_init = _.kotlinx.html.BR;
16278 var HTMLBRElement_0 = HTMLBRElement;
16279 var throwCCE = Kotlin.throwCCE;
16280 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16281 function visitAndFinalize$lambda(closure$block) {
16282 return function ($receiver) {
16283 closure$block($receiver);
16284 return Unit;
16285 };
16286 }
16287 function br$lambda($receiver) {
16288 return Unit;
16289 }
16290 return function ($receiver, classes, block) {
16291 if (classes === void 0)
16292 classes = null;
16293 if (block === void 0)
16294 block = br$lambda;
16295 var tmp$;
16296 return Kotlin.isType(tmp$ = visitTagAndFinalize(new BR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLBRElement_0) ? tmp$ : throwCCE();
16297 };
16298 }));
16299 var button_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.button_yqfwmz$', wrapFunction(function () {
16300 var Unit = Kotlin.kotlin.Unit;
16301 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
16302 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
16303 var BUTTON_init = _.kotlinx.html.BUTTON;
16304 var HTMLButtonElement_0 = HTMLButtonElement;
16305 var throwCCE = Kotlin.throwCCE;
16306 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16307 function visitAndFinalize$lambda(closure$block) {
16308 return function ($receiver) {
16309 closure$block($receiver);
16310 return Unit;
16311 };
16312 }
16313 function button$lambda($receiver) {
16314 return Unit;
16315 }
16316 return function ($receiver, formEncType, formMethod, name, type, classes, block) {
16317 if (formEncType === void 0)
16318 formEncType = null;
16319 if (formMethod === void 0)
16320 formMethod = null;
16321 if (name === void 0)
16322 name = null;
16323 if (type === void 0)
16324 type = null;
16325 if (classes === void 0)
16326 classes = null;
16327 if (block === void 0)
16328 block = button$lambda;
16329 var tmp$;
16330 return Kotlin.isType(tmp$ = visitTagAndFinalize(new BUTTON_init(attributesMapOf(['formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLButtonElement_0) ? tmp$ : throwCCE();
16331 };
16332 }));
16333 function canvas$lambda_1(closure$content) {
16334 return function ($receiver) {
16335 $receiver.unaryPlus_pdl1vz$(closure$content);
16336 return Unit;
16337 };
16338 }
16339 function canvas_3($receiver, classes, content) {
16340 if (classes === void 0)
16341 classes = null;
16342 if (content === void 0)
16343 content = '';
16344 var tmp$;
16345 return Kotlin.isType(tmp$ = visitTagAndFinalize(new CANVAS(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_6(canvas$lambda_1(content))), HTMLCanvasElement) ? tmp$ : throwCCE();
16346 }
16347 var canvas_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.canvas_o2d15m$', wrapFunction(function () {
16348 var Unit = Kotlin.kotlin.Unit;
16349 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16350 var CANVAS_init = _.kotlinx.html.CANVAS;
16351 var HTMLCanvasElement_0 = HTMLCanvasElement;
16352 var throwCCE = Kotlin.throwCCE;
16353 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16354 function visitAndFinalize$lambda(closure$block) {
16355 return function ($receiver) {
16356 closure$block($receiver);
16357 return Unit;
16358 };
16359 }
16360 function canvas$lambda($receiver) {
16361 return Unit;
16362 }
16363 return function ($receiver, classes, block) {
16364 if (classes === void 0)
16365 classes = null;
16366 if (block === void 0)
16367 block = canvas$lambda;
16368 var tmp$;
16369 return Kotlin.isType(tmp$ = visitTagAndFinalize(new CANVAS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLCanvasElement_0) ? tmp$ : throwCCE();
16370 };
16371 }));
16372 var caption_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.caption_2b4nbw$', wrapFunction(function () {
16373 var Unit = Kotlin.kotlin.Unit;
16374 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16375 var CAPTION_init = _.kotlinx.html.CAPTION;
16376 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16377 function visitAndFinalize$lambda(closure$block) {
16378 return function ($receiver) {
16379 closure$block($receiver);
16380 return Unit;
16381 };
16382 }
16383 function caption$lambda($receiver) {
16384 return Unit;
16385 }
16386 return function ($receiver, classes, block) {
16387 if (classes === void 0)
16388 classes = null;
16389 if (block === void 0)
16390 block = caption$lambda;
16391 return visitTagAndFinalize(new CAPTION_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16392 };
16393 }));
16394 var cite_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.cite_vhqron$', wrapFunction(function () {
16395 var Unit = Kotlin.kotlin.Unit;
16396 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16397 var CITE_init = _.kotlinx.html.CITE;
16398 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16399 function visitAndFinalize$lambda(closure$block) {
16400 return function ($receiver) {
16401 closure$block($receiver);
16402 return Unit;
16403 };
16404 }
16405 function cite$lambda($receiver) {
16406 return Unit;
16407 }
16408 return function ($receiver, classes, block) {
16409 if (classes === void 0)
16410 classes = null;
16411 if (block === void 0)
16412 block = cite$lambda;
16413 return visitTagAndFinalize(new CITE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16414 };
16415 }));
16416 var code_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.code_osm44v$', wrapFunction(function () {
16417 var Unit = Kotlin.kotlin.Unit;
16418 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16419 var CODE_init = _.kotlinx.html.CODE;
16420 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16421 function visitAndFinalize$lambda(closure$block) {
16422 return function ($receiver) {
16423 closure$block($receiver);
16424 return Unit;
16425 };
16426 }
16427 function code$lambda($receiver) {
16428 return Unit;
16429 }
16430 return function ($receiver, classes, block) {
16431 if (classes === void 0)
16432 classes = null;
16433 if (block === void 0)
16434 block = code$lambda;
16435 return visitTagAndFinalize(new CODE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16436 };
16437 }));
16438 var col_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.col_7tq9i$', wrapFunction(function () {
16439 var Unit = Kotlin.kotlin.Unit;
16440 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16441 var COL_init = _.kotlinx.html.COL;
16442 var HTMLTableColElement_0 = HTMLTableColElement;
16443 var throwCCE = Kotlin.throwCCE;
16444 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16445 function visitAndFinalize$lambda(closure$block) {
16446 return function ($receiver) {
16447 closure$block($receiver);
16448 return Unit;
16449 };
16450 }
16451 function col$lambda($receiver) {
16452 return Unit;
16453 }
16454 return function ($receiver, classes, block) {
16455 if (classes === void 0)
16456 classes = null;
16457 if (block === void 0)
16458 block = col$lambda;
16459 var tmp$;
16460 return Kotlin.isType(tmp$ = visitTagAndFinalize(new COL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableColElement_0) ? tmp$ : throwCCE();
16461 };
16462 }));
16463 var colGroup_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.colGroup_8s3ugv$', wrapFunction(function () {
16464 var Unit = Kotlin.kotlin.Unit;
16465 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16466 var COLGROUP_init = _.kotlinx.html.COLGROUP;
16467 var HTMLTableColElement_0 = HTMLTableColElement;
16468 var throwCCE = Kotlin.throwCCE;
16469 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16470 function visitAndFinalize$lambda(closure$block) {
16471 return function ($receiver) {
16472 closure$block($receiver);
16473 return Unit;
16474 };
16475 }
16476 function colGroup$lambda($receiver) {
16477 return Unit;
16478 }
16479 return function ($receiver, classes, block) {
16480 if (classes === void 0)
16481 classes = null;
16482 if (block === void 0)
16483 block = colGroup$lambda;
16484 var tmp$;
16485 return Kotlin.isType(tmp$ = visitTagAndFinalize(new COLGROUP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableColElement_0) ? tmp$ : throwCCE();
16486 };
16487 }));
16488 var command_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.command_8fvebf$', wrapFunction(function () {
16489 var Unit = Kotlin.kotlin.Unit;
16490 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
16491 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
16492 var COMMAND_init = _.kotlinx.html.COMMAND;
16493 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16494 function visitAndFinalize$lambda(closure$block) {
16495 return function ($receiver) {
16496 closure$block($receiver);
16497 return Unit;
16498 };
16499 }
16500 function command$lambda($receiver) {
16501 return Unit;
16502 }
16503 return function ($receiver, type, classes, block) {
16504 if (type === void 0)
16505 type = null;
16506 if (classes === void 0)
16507 classes = null;
16508 if (block === void 0)
16509 block = command$lambda;
16510 return visitTagAndFinalize(new COMMAND_init(attributesMapOf(['type', type != null ? enumEncode(type) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
16511 };
16512 }));
16513 var dataList_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.dataList_jju9ai$', wrapFunction(function () {
16514 var Unit = Kotlin.kotlin.Unit;
16515 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16516 var DATALIST_init = _.kotlinx.html.DATALIST;
16517 var HTMLDataListElement_0 = HTMLDataListElement;
16518 var throwCCE = Kotlin.throwCCE;
16519 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16520 function visitAndFinalize$lambda(closure$block) {
16521 return function ($receiver) {
16522 closure$block($receiver);
16523 return Unit;
16524 };
16525 }
16526 function dataList$lambda($receiver) {
16527 return Unit;
16528 }
16529 return function ($receiver, classes, block) {
16530 if (classes === void 0)
16531 classes = null;
16532 if (block === void 0)
16533 block = dataList$lambda;
16534 var tmp$;
16535 return Kotlin.isType(tmp$ = visitTagAndFinalize(new DATALIST_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLDataListElement_0) ? tmp$ : throwCCE();
16536 };
16537 }));
16538 var dd_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.dd_8uujpe$', wrapFunction(function () {
16539 var Unit = Kotlin.kotlin.Unit;
16540 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16541 var DD_init = _.kotlinx.html.DD;
16542 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16543 function visitAndFinalize$lambda(closure$block) {
16544 return function ($receiver) {
16545 closure$block($receiver);
16546 return Unit;
16547 };
16548 }
16549 function dd$lambda($receiver) {
16550 return Unit;
16551 }
16552 return function ($receiver, classes, block) {
16553 if (classes === void 0)
16554 classes = null;
16555 if (block === void 0)
16556 block = dd$lambda;
16557 return visitTagAndFinalize(new DD_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16558 };
16559 }));
16560 var del_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.del_z132bj$', wrapFunction(function () {
16561 var Unit = Kotlin.kotlin.Unit;
16562 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16563 var DEL_init = _.kotlinx.html.DEL;
16564 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16565 function visitAndFinalize$lambda(closure$block) {
16566 return function ($receiver) {
16567 closure$block($receiver);
16568 return Unit;
16569 };
16570 }
16571 function del$lambda($receiver) {
16572 return Unit;
16573 }
16574 return function ($receiver, classes, block) {
16575 if (classes === void 0)
16576 classes = null;
16577 if (block === void 0)
16578 block = del$lambda;
16579 return visitTagAndFinalize(new DEL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16580 };
16581 }));
16582 var details_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.details_v1c0ag$', wrapFunction(function () {
16583 var Unit = Kotlin.kotlin.Unit;
16584 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16585 var DETAILS_init = _.kotlinx.html.DETAILS;
16586 var HTMLDetailsElement_0 = HTMLDetailsElement;
16587 var throwCCE = Kotlin.throwCCE;
16588 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16589 function visitAndFinalize$lambda(closure$block) {
16590 return function ($receiver) {
16591 closure$block($receiver);
16592 return Unit;
16593 };
16594 }
16595 function details$lambda($receiver) {
16596 return Unit;
16597 }
16598 return function ($receiver, classes, block) {
16599 if (classes === void 0)
16600 classes = null;
16601 if (block === void 0)
16602 block = details$lambda;
16603 var tmp$;
16604 return Kotlin.isType(tmp$ = visitTagAndFinalize(new DETAILS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLDetailsElement_0) ? tmp$ : throwCCE();
16605 };
16606 }));
16607 var dfn_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.dfn_6e2jtu$', wrapFunction(function () {
16608 var Unit = Kotlin.kotlin.Unit;
16609 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16610 var DFN_init = _.kotlinx.html.DFN;
16611 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16612 function visitAndFinalize$lambda(closure$block) {
16613 return function ($receiver) {
16614 closure$block($receiver);
16615 return Unit;
16616 };
16617 }
16618 function dfn$lambda($receiver) {
16619 return Unit;
16620 }
16621 return function ($receiver, classes, block) {
16622 if (classes === void 0)
16623 classes = null;
16624 if (block === void 0)
16625 block = dfn$lambda;
16626 return visitTagAndFinalize(new DFN_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16627 };
16628 }));
16629 var dialog_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.dialog_o1mqye$', wrapFunction(function () {
16630 var Unit = Kotlin.kotlin.Unit;
16631 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16632 var DIALOG_init = _.kotlinx.html.DIALOG;
16633 var HTMLDialogElement_0 = HTMLDialogElement;
16634 var throwCCE = Kotlin.throwCCE;
16635 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16636 function visitAndFinalize$lambda(closure$block) {
16637 return function ($receiver) {
16638 closure$block($receiver);
16639 return Unit;
16640 };
16641 }
16642 function dialog$lambda($receiver) {
16643 return Unit;
16644 }
16645 return function ($receiver, classes, block) {
16646 if (classes === void 0)
16647 classes = null;
16648 if (block === void 0)
16649 block = dialog$lambda;
16650 var tmp$;
16651 return Kotlin.isType(tmp$ = visitTagAndFinalize(new DIALOG_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLDialogElement_0) ? tmp$ : throwCCE();
16652 };
16653 }));
16654 var div_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.div_wkomt5$', wrapFunction(function () {
16655 var Unit = Kotlin.kotlin.Unit;
16656 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16657 var DIV_init = _.kotlinx.html.DIV;
16658 var HTMLDivElement_0 = HTMLDivElement;
16659 var throwCCE = Kotlin.throwCCE;
16660 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16661 function visitAndFinalize$lambda(closure$block) {
16662 return function ($receiver) {
16663 closure$block($receiver);
16664 return Unit;
16665 };
16666 }
16667 function div$lambda($receiver) {
16668 return Unit;
16669 }
16670 return function ($receiver, classes, block) {
16671 if (classes === void 0)
16672 classes = null;
16673 if (block === void 0)
16674 block = div$lambda;
16675 var tmp$;
16676 return Kotlin.isType(tmp$ = visitTagAndFinalize(new DIV_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLDivElement_0) ? tmp$ : throwCCE();
16677 };
16678 }));
16679 var dl_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.dl_4s12uu$', wrapFunction(function () {
16680 var Unit = Kotlin.kotlin.Unit;
16681 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16682 var DL_init = _.kotlinx.html.DL;
16683 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16684 function visitAndFinalize$lambda(closure$block) {
16685 return function ($receiver) {
16686 closure$block($receiver);
16687 return Unit;
16688 };
16689 }
16690 function dl$lambda($receiver) {
16691 return Unit;
16692 }
16693 return function ($receiver, classes, block) {
16694 if (classes === void 0)
16695 classes = null;
16696 if (block === void 0)
16697 block = dl$lambda;
16698 return visitTagAndFinalize(new DL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16699 };
16700 }));
16701 var dt_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.dt_iewpf2$', wrapFunction(function () {
16702 var Unit = Kotlin.kotlin.Unit;
16703 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16704 var DT_init = _.kotlinx.html.DT;
16705 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16706 function visitAndFinalize$lambda(closure$block) {
16707 return function ($receiver) {
16708 closure$block($receiver);
16709 return Unit;
16710 };
16711 }
16712 function dt$lambda($receiver) {
16713 return Unit;
16714 }
16715 return function ($receiver, classes, block) {
16716 if (classes === void 0)
16717 classes = null;
16718 if (block === void 0)
16719 block = dt$lambda;
16720 return visitTagAndFinalize(new DT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16721 };
16722 }));
16723 var em_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.em_bpkgve$', wrapFunction(function () {
16724 var Unit = Kotlin.kotlin.Unit;
16725 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16726 var EM_init = _.kotlinx.html.EM;
16727 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16728 function visitAndFinalize$lambda(closure$block) {
16729 return function ($receiver) {
16730 closure$block($receiver);
16731 return Unit;
16732 };
16733 }
16734 function em$lambda($receiver) {
16735 return Unit;
16736 }
16737 return function ($receiver, classes, block) {
16738 if (classes === void 0)
16739 classes = null;
16740 if (block === void 0)
16741 block = em$lambda;
16742 return visitTagAndFinalize(new EM_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16743 };
16744 }));
16745 var embed_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.embed_f82m33$', wrapFunction(function () {
16746 var Unit = Kotlin.kotlin.Unit;
16747 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16748 var EMBED_init = _.kotlinx.html.EMBED;
16749 var HTMLEmbedElement_0 = HTMLEmbedElement;
16750 var throwCCE = Kotlin.throwCCE;
16751 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16752 function visitAndFinalize$lambda(closure$block) {
16753 return function ($receiver) {
16754 closure$block($receiver);
16755 return Unit;
16756 };
16757 }
16758 function embed$lambda($receiver) {
16759 return Unit;
16760 }
16761 return function ($receiver, classes, block) {
16762 if (classes === void 0)
16763 classes = null;
16764 if (block === void 0)
16765 block = embed$lambda;
16766 var tmp$;
16767 return Kotlin.isType(tmp$ = visitTagAndFinalize(new EMBED_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLEmbedElement_0) ? tmp$ : throwCCE();
16768 };
16769 }));
16770 var fieldSet_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.fieldSet_ocqxli$', wrapFunction(function () {
16771 var Unit = Kotlin.kotlin.Unit;
16772 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16773 var FIELDSET_init = _.kotlinx.html.FIELDSET;
16774 var HTMLFieldSetElement_0 = HTMLFieldSetElement;
16775 var throwCCE = Kotlin.throwCCE;
16776 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16777 function visitAndFinalize$lambda(closure$block) {
16778 return function ($receiver) {
16779 closure$block($receiver);
16780 return Unit;
16781 };
16782 }
16783 function fieldSet$lambda($receiver) {
16784 return Unit;
16785 }
16786 return function ($receiver, classes, block) {
16787 if (classes === void 0)
16788 classes = null;
16789 if (block === void 0)
16790 block = fieldSet$lambda;
16791 var tmp$;
16792 return Kotlin.isType(tmp$ = visitTagAndFinalize(new FIELDSET_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLFieldSetElement_0) ? tmp$ : throwCCE();
16793 };
16794 }));
16795 var figcaption_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.figcaption_k8kml8$', wrapFunction(function () {
16796 var Unit = Kotlin.kotlin.Unit;
16797 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16798 var FIGCAPTION_init = _.kotlinx.html.FIGCAPTION;
16799 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16800 function visitAndFinalize$lambda(closure$block) {
16801 return function ($receiver) {
16802 closure$block($receiver);
16803 return Unit;
16804 };
16805 }
16806 function figcaption$lambda($receiver) {
16807 return Unit;
16808 }
16809 return function ($receiver, classes, block) {
16810 if (classes === void 0)
16811 classes = null;
16812 if (block === void 0)
16813 block = figcaption$lambda;
16814 return visitTagAndFinalize(new FIGCAPTION_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16815 };
16816 }));
16817 var figure_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.figure_a9op5m$', wrapFunction(function () {
16818 var Unit = Kotlin.kotlin.Unit;
16819 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16820 var FIGURE_init = _.kotlinx.html.FIGURE;
16821 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16822 function visitAndFinalize$lambda(closure$block) {
16823 return function ($receiver) {
16824 closure$block($receiver);
16825 return Unit;
16826 };
16827 }
16828 function figure$lambda($receiver) {
16829 return Unit;
16830 }
16831 return function ($receiver, classes, block) {
16832 if (classes === void 0)
16833 classes = null;
16834 if (block === void 0)
16835 block = figure$lambda;
16836 return visitTagAndFinalize(new FIGURE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16837 };
16838 }));
16839 var footer_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.footer_rkqwo3$', wrapFunction(function () {
16840 var Unit = Kotlin.kotlin.Unit;
16841 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16842 var FOOTER_init = _.kotlinx.html.FOOTER;
16843 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16844 function visitAndFinalize$lambda(closure$block) {
16845 return function ($receiver) {
16846 closure$block($receiver);
16847 return Unit;
16848 };
16849 }
16850 function footer$lambda($receiver) {
16851 return Unit;
16852 }
16853 return function ($receiver, classes, block) {
16854 if (classes === void 0)
16855 classes = null;
16856 if (block === void 0)
16857 block = footer$lambda;
16858 return visitTagAndFinalize(new FOOTER_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
16859 };
16860 }));
16861 var form_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.form_cxki7s$', wrapFunction(function () {
16862 var Unit = Kotlin.kotlin.Unit;
16863 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
16864 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
16865 var FORM_init = _.kotlinx.html.FORM;
16866 var HTMLFormElement_0 = HTMLFormElement;
16867 var throwCCE = Kotlin.throwCCE;
16868 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16869 function visitAndFinalize$lambda(closure$block) {
16870 return function ($receiver) {
16871 closure$block($receiver);
16872 return Unit;
16873 };
16874 }
16875 function form$lambda($receiver) {
16876 return Unit;
16877 }
16878 return function ($receiver, action, encType, method, classes, block) {
16879 if (action === void 0)
16880 action = null;
16881 if (encType === void 0)
16882 encType = null;
16883 if (method === void 0)
16884 method = null;
16885 if (classes === void 0)
16886 classes = null;
16887 if (block === void 0)
16888 block = form$lambda;
16889 var tmp$;
16890 return Kotlin.isType(tmp$ = visitTagAndFinalize(new FORM_init(attributesMapOf(['action', action, 'enctype', encType != null ? enumEncode(encType) : null, 'method', method != null ? enumEncode(method) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLFormElement_0) ? tmp$ : throwCCE();
16891 };
16892 }));
16893 var h1_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.h1_1esf85$', wrapFunction(function () {
16894 var Unit = Kotlin.kotlin.Unit;
16895 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16896 var H1_init = _.kotlinx.html.H1;
16897 var HTMLHeadingElement_0 = HTMLHeadingElement;
16898 var throwCCE = Kotlin.throwCCE;
16899 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16900 function visitAndFinalize$lambda(closure$block) {
16901 return function ($receiver) {
16902 closure$block($receiver);
16903 return Unit;
16904 };
16905 }
16906 function h1$lambda($receiver) {
16907 return Unit;
16908 }
16909 return function ($receiver, classes, block) {
16910 if (classes === void 0)
16911 classes = null;
16912 if (block === void 0)
16913 block = h1$lambda;
16914 var tmp$;
16915 return Kotlin.isType(tmp$ = visitTagAndFinalize(new H1_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLHeadingElement_0) ? tmp$ : throwCCE();
16916 };
16917 }));
16918 var h2_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.h2_nirn70$', wrapFunction(function () {
16919 var Unit = Kotlin.kotlin.Unit;
16920 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16921 var H2_init = _.kotlinx.html.H2;
16922 var HTMLHeadingElement_0 = HTMLHeadingElement;
16923 var throwCCE = Kotlin.throwCCE;
16924 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16925 function visitAndFinalize$lambda(closure$block) {
16926 return function ($receiver) {
16927 closure$block($receiver);
16928 return Unit;
16929 };
16930 }
16931 function h2$lambda($receiver) {
16932 return Unit;
16933 }
16934 return function ($receiver, classes, block) {
16935 if (classes === void 0)
16936 classes = null;
16937 if (block === void 0)
16938 block = h2$lambda;
16939 var tmp$;
16940 return Kotlin.isType(tmp$ = visitTagAndFinalize(new H2_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLHeadingElement_0) ? tmp$ : throwCCE();
16941 };
16942 }));
16943 var h3_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.h3_mksccz$', wrapFunction(function () {
16944 var Unit = Kotlin.kotlin.Unit;
16945 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16946 var H3_init = _.kotlinx.html.H3;
16947 var HTMLHeadingElement_0 = HTMLHeadingElement;
16948 var throwCCE = Kotlin.throwCCE;
16949 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16950 function visitAndFinalize$lambda(closure$block) {
16951 return function ($receiver) {
16952 closure$block($receiver);
16953 return Unit;
16954 };
16955 }
16956 function h3$lambda($receiver) {
16957 return Unit;
16958 }
16959 return function ($receiver, classes, block) {
16960 if (classes === void 0)
16961 classes = null;
16962 if (block === void 0)
16963 block = h3$lambda;
16964 var tmp$;
16965 return Kotlin.isType(tmp$ = visitTagAndFinalize(new H3_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLHeadingElement_0) ? tmp$ : throwCCE();
16966 };
16967 }));
16968 var h4_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.h4_2crq26$', wrapFunction(function () {
16969 var Unit = Kotlin.kotlin.Unit;
16970 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16971 var H4_init = _.kotlinx.html.H4;
16972 var HTMLHeadingElement_0 = HTMLHeadingElement;
16973 var throwCCE = Kotlin.throwCCE;
16974 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
16975 function visitAndFinalize$lambda(closure$block) {
16976 return function ($receiver) {
16977 closure$block($receiver);
16978 return Unit;
16979 };
16980 }
16981 function h4$lambda($receiver) {
16982 return Unit;
16983 }
16984 return function ($receiver, classes, block) {
16985 if (classes === void 0)
16986 classes = null;
16987 if (block === void 0)
16988 block = h4$lambda;
16989 var tmp$;
16990 return Kotlin.isType(tmp$ = visitTagAndFinalize(new H4_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLHeadingElement_0) ? tmp$ : throwCCE();
16991 };
16992 }));
16993 var h5_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.h5_rabshb$', wrapFunction(function () {
16994 var Unit = Kotlin.kotlin.Unit;
16995 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
16996 var H5_init = _.kotlinx.html.H5;
16997 var HTMLHeadingElement_0 = HTMLHeadingElement;
16998 var throwCCE = Kotlin.throwCCE;
16999 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17000 function visitAndFinalize$lambda(closure$block) {
17001 return function ($receiver) {
17002 closure$block($receiver);
17003 return Unit;
17004 };
17005 }
17006 function h5$lambda($receiver) {
17007 return Unit;
17008 }
17009 return function ($receiver, classes, block) {
17010 if (classes === void 0)
17011 classes = null;
17012 if (block === void 0)
17013 block = h5$lambda;
17014 var tmp$;
17015 return Kotlin.isType(tmp$ = visitTagAndFinalize(new H5_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLHeadingElement_0) ? tmp$ : throwCCE();
17016 };
17017 }));
17018 var h6_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.h6_it872o$', wrapFunction(function () {
17019 var Unit = Kotlin.kotlin.Unit;
17020 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17021 var H6_init = _.kotlinx.html.H6;
17022 var HTMLHeadingElement_0 = HTMLHeadingElement;
17023 var throwCCE = Kotlin.throwCCE;
17024 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17025 function visitAndFinalize$lambda(closure$block) {
17026 return function ($receiver) {
17027 closure$block($receiver);
17028 return Unit;
17029 };
17030 }
17031 function h6$lambda($receiver) {
17032 return Unit;
17033 }
17034 return function ($receiver, classes, block) {
17035 if (classes === void 0)
17036 classes = null;
17037 if (block === void 0)
17038 block = h6$lambda;
17039 var tmp$;
17040 return Kotlin.isType(tmp$ = visitTagAndFinalize(new H6_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLHeadingElement_0) ? tmp$ : throwCCE();
17041 };
17042 }));
17043 function head$lambda_1(closure$content) {
17044 return function ($receiver) {
17045 $receiver.unaryPlus_pdl1vz$(closure$content);
17046 return Unit;
17047 };
17048 }
17049 function head_3($receiver, content) {
17050 if (content === void 0)
17051 content = '';
17052 var tmp$;
17053 return Kotlin.isType(tmp$ = visitTagAndFinalize(new HEAD(emptyMap_0, $receiver), $receiver, visitAndFinalize$lambda_6(head$lambda_1(content))), HTMLHeadElement) ? tmp$ : throwCCE();
17054 }
17055 var head_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.head_z94brr$', wrapFunction(function () {
17056 var Unit = Kotlin.kotlin.Unit;
17057 var html = _.kotlinx.html;
17058 var HEAD_init = _.kotlinx.html.HEAD;
17059 var HTMLHeadElement_0 = HTMLHeadElement;
17060 var throwCCE = Kotlin.throwCCE;
17061 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17062 function visitAndFinalize$lambda(closure$block) {
17063 return function ($receiver) {
17064 closure$block($receiver);
17065 return Unit;
17066 };
17067 }
17068 function head$lambda($receiver) {
17069 return Unit;
17070 }
17071 return function ($receiver, block) {
17072 if (block === void 0)
17073 block = head$lambda;
17074 var tmp$;
17075 return Kotlin.isType(tmp$ = visitTagAndFinalize(new HEAD_init(html.emptyMap, $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLHeadElement_0) ? tmp$ : throwCCE();
17076 };
17077 }));
17078 var header_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.header_sok7e9$', wrapFunction(function () {
17079 var Unit = Kotlin.kotlin.Unit;
17080 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17081 var HEADER_init = _.kotlinx.html.HEADER;
17082 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17083 function visitAndFinalize$lambda(closure$block) {
17084 return function ($receiver) {
17085 closure$block($receiver);
17086 return Unit;
17087 };
17088 }
17089 function header$lambda($receiver) {
17090 return Unit;
17091 }
17092 return function ($receiver, classes, block) {
17093 if (classes === void 0)
17094 classes = null;
17095 if (block === void 0)
17096 block = header$lambda;
17097 return visitTagAndFinalize(new HEADER_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17098 };
17099 }));
17100 var hGroup_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.hGroup_8f4qzd$', wrapFunction(function () {
17101 var Unit = Kotlin.kotlin.Unit;
17102 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17103 var HGROUP_init = _.kotlinx.html.HGROUP;
17104 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17105 function visitAndFinalize$lambda(closure$block) {
17106 return function ($receiver) {
17107 closure$block($receiver);
17108 return Unit;
17109 };
17110 }
17111 function hGroup$lambda($receiver) {
17112 return Unit;
17113 }
17114 return function ($receiver, classes, block) {
17115 if (classes === void 0)
17116 classes = null;
17117 if (block === void 0)
17118 block = hGroup$lambda;
17119 return visitTagAndFinalize(new HGROUP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17120 };
17121 }));
17122 var hr_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.hr_v0qv1w$', wrapFunction(function () {
17123 var Unit = Kotlin.kotlin.Unit;
17124 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17125 var HR_init = _.kotlinx.html.HR;
17126 var HTMLHRElement_0 = HTMLHRElement;
17127 var throwCCE = Kotlin.throwCCE;
17128 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17129 function visitAndFinalize$lambda(closure$block) {
17130 return function ($receiver) {
17131 closure$block($receiver);
17132 return Unit;
17133 };
17134 }
17135 function hr$lambda($receiver) {
17136 return Unit;
17137 }
17138 return function ($receiver, classes, block) {
17139 if (classes === void 0)
17140 classes = null;
17141 if (block === void 0)
17142 block = hr$lambda;
17143 var tmp$;
17144 return Kotlin.isType(tmp$ = visitTagAndFinalize(new HR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLHRElement_0) ? tmp$ : throwCCE();
17145 };
17146 }));
17147 function html$lambda_0(closure$content) {
17148 return function ($receiver) {
17149 $receiver.unaryPlus_pdl1vz$(closure$content);
17150 return Unit;
17151 };
17152 }
17153 function html_1($receiver, content, namespace) {
17154 if (content === void 0)
17155 content = '';
17156 if (namespace === void 0)
17157 namespace = null;
17158 var tmp$;
17159 return Kotlin.isType(tmp$ = visitTagAndFinalize(new HTML(emptyMap_0, $receiver, namespace), $receiver, visitAndFinalize$lambda_6(html$lambda_0(content))), HTMLHtmlElement) ? tmp$ : throwCCE();
17160 }
17161 var html_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.html_aq4td9$', wrapFunction(function () {
17162 var Unit = Kotlin.kotlin.Unit;
17163 var html = _.kotlinx.html;
17164 var HTML_init = _.kotlinx.html.HTML;
17165 var HTMLHtmlElement_0 = HTMLHtmlElement;
17166 var throwCCE = Kotlin.throwCCE;
17167 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17168 function visitAndFinalize$lambda(closure$block) {
17169 return function ($receiver) {
17170 closure$block($receiver);
17171 return Unit;
17172 };
17173 }
17174 function html$lambda($receiver) {
17175 return Unit;
17176 }
17177 return function ($receiver, namespace, block) {
17178 if (namespace === void 0)
17179 namespace = null;
17180 if (block === void 0)
17181 block = html$lambda;
17182 var tmp$;
17183 return Kotlin.isType(tmp$ = visitTagAndFinalize(new HTML_init(html.emptyMap, $receiver, namespace), $receiver, visitAndFinalize$lambda(block)), HTMLHtmlElement_0) ? tmp$ : throwCCE();
17184 };
17185 }));
17186 var i_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.i_5jry8x$', wrapFunction(function () {
17187 var Unit = Kotlin.kotlin.Unit;
17188 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17189 var I_init = _.kotlinx.html.I;
17190 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17191 function visitAndFinalize$lambda(closure$block) {
17192 return function ($receiver) {
17193 closure$block($receiver);
17194 return Unit;
17195 };
17196 }
17197 function i$lambda($receiver) {
17198 return Unit;
17199 }
17200 return function ($receiver, classes, block) {
17201 if (classes === void 0)
17202 classes = null;
17203 if (block === void 0)
17204 block = i$lambda;
17205 return visitTagAndFinalize(new I_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17206 };
17207 }));
17208 function iframe$lambda_1(closure$content) {
17209 return function ($receiver) {
17210 $receiver.unaryPlus_pdl1vz$(closure$content);
17211 return Unit;
17212 };
17213 }
17214 function iframe_3($receiver, sandbox, classes, content) {
17215 if (sandbox === void 0)
17216 sandbox = null;
17217 if (classes === void 0)
17218 classes = null;
17219 if (content === void 0)
17220 content = '';
17221 return visitTagAndFinalize(new IFRAME(attributesMapOf_1(['sandbox', sandbox != null ? enumEncode(sandbox) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda_6(iframe$lambda_1(content)));
17222 }
17223 var iframe_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.iframe_g0q2yy$', wrapFunction(function () {
17224 var Unit = Kotlin.kotlin.Unit;
17225 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
17226 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17227 var IFRAME_init = _.kotlinx.html.IFRAME;
17228 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17229 function visitAndFinalize$lambda(closure$block) {
17230 return function ($receiver) {
17231 closure$block($receiver);
17232 return Unit;
17233 };
17234 }
17235 function iframe$lambda($receiver) {
17236 return Unit;
17237 }
17238 return function ($receiver, sandbox, classes, block) {
17239 if (sandbox === void 0)
17240 sandbox = null;
17241 if (classes === void 0)
17242 classes = null;
17243 if (block === void 0)
17244 block = iframe$lambda;
17245 return visitTagAndFinalize(new IFRAME_init(attributesMapOf(['sandbox', sandbox != null ? enumEncode(sandbox) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
17246 };
17247 }));
17248 var img_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.img_6lw7hj$', wrapFunction(function () {
17249 var Unit = Kotlin.kotlin.Unit;
17250 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17251 var IMG_init = _.kotlinx.html.IMG;
17252 var HTMLImageElement_0 = HTMLImageElement;
17253 var throwCCE = Kotlin.throwCCE;
17254 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17255 function visitAndFinalize$lambda(closure$block) {
17256 return function ($receiver) {
17257 closure$block($receiver);
17258 return Unit;
17259 };
17260 }
17261 function img$lambda($receiver) {
17262 return Unit;
17263 }
17264 return function ($receiver, alt, src, classes, block) {
17265 if (alt === void 0)
17266 alt = null;
17267 if (src === void 0)
17268 src = null;
17269 if (classes === void 0)
17270 classes = null;
17271 if (block === void 0)
17272 block = img$lambda;
17273 var tmp$;
17274 return Kotlin.isType(tmp$ = visitTagAndFinalize(new IMG_init(attributesMapOf(['alt', alt, 'src', src, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLImageElement_0) ? tmp$ : throwCCE();
17275 };
17276 }));
17277 var input_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.input_x8a5sv$', wrapFunction(function () {
17278 var Unit = Kotlin.kotlin.Unit;
17279 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
17280 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17281 var INPUT_init = _.kotlinx.html.INPUT;
17282 var HTMLInputElement_0 = HTMLInputElement;
17283 var throwCCE = Kotlin.throwCCE;
17284 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17285 function visitAndFinalize$lambda(closure$block) {
17286 return function ($receiver) {
17287 closure$block($receiver);
17288 return Unit;
17289 };
17290 }
17291 function input$lambda($receiver) {
17292 return Unit;
17293 }
17294 return function ($receiver, type, formEncType, formMethod, name, classes, block) {
17295 if (type === void 0)
17296 type = null;
17297 if (formEncType === void 0)
17298 formEncType = null;
17299 if (formMethod === void 0)
17300 formMethod = null;
17301 if (name === void 0)
17302 name = null;
17303 if (classes === void 0)
17304 classes = null;
17305 if (block === void 0)
17306 block = input$lambda;
17307 var tmp$;
17308 return Kotlin.isType(tmp$ = visitTagAndFinalize(new INPUT_init(attributesMapOf(['type', type != null ? enumEncode(type) : null, 'formenctype', formEncType != null ? enumEncode(formEncType) : null, 'formmethod', formMethod != null ? enumEncode(formMethod) : null, 'name', name, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLInputElement_0) ? tmp$ : throwCCE();
17309 };
17310 }));
17311 var ins_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.ins_xcl8o4$', wrapFunction(function () {
17312 var Unit = Kotlin.kotlin.Unit;
17313 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17314 var INS_init = _.kotlinx.html.INS;
17315 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17316 function visitAndFinalize$lambda(closure$block) {
17317 return function ($receiver) {
17318 closure$block($receiver);
17319 return Unit;
17320 };
17321 }
17322 function ins$lambda($receiver) {
17323 return Unit;
17324 }
17325 return function ($receiver, classes, block) {
17326 if (classes === void 0)
17327 classes = null;
17328 if (block === void 0)
17329 block = ins$lambda;
17330 return visitTagAndFinalize(new INS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17331 };
17332 }));
17333 var kbd_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.kbd_ijivhf$', wrapFunction(function () {
17334 var Unit = Kotlin.kotlin.Unit;
17335 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17336 var KBD_init = _.kotlinx.html.KBD;
17337 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17338 function visitAndFinalize$lambda(closure$block) {
17339 return function ($receiver) {
17340 closure$block($receiver);
17341 return Unit;
17342 };
17343 }
17344 function kbd$lambda($receiver) {
17345 return Unit;
17346 }
17347 return function ($receiver, classes, block) {
17348 if (classes === void 0)
17349 classes = null;
17350 if (block === void 0)
17351 block = kbd$lambda;
17352 return visitTagAndFinalize(new KBD_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17353 };
17354 }));
17355 var keyGen_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.keyGen_qu3nek$', wrapFunction(function () {
17356 var Unit = Kotlin.kotlin.Unit;
17357 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
17358 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17359 var KEYGEN_init = _.kotlinx.html.KEYGEN;
17360 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17361 function visitAndFinalize$lambda(closure$block) {
17362 return function ($receiver) {
17363 closure$block($receiver);
17364 return Unit;
17365 };
17366 }
17367 function keyGen$lambda($receiver) {
17368 return Unit;
17369 }
17370 return function ($receiver, keyType, classes, block) {
17371 if (keyType === void 0)
17372 keyType = null;
17373 if (classes === void 0)
17374 classes = null;
17375 if (block === void 0)
17376 block = keyGen$lambda;
17377 return visitTagAndFinalize(new KEYGEN_init(attributesMapOf(['keytype', keyType != null ? enumEncode(keyType) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block));
17378 };
17379 }));
17380 var label_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.label_uo7uay$', wrapFunction(function () {
17381 var Unit = Kotlin.kotlin.Unit;
17382 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17383 var LABEL_init = _.kotlinx.html.LABEL;
17384 var HTMLLabelElement_0 = HTMLLabelElement;
17385 var throwCCE = Kotlin.throwCCE;
17386 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17387 function visitAndFinalize$lambda(closure$block) {
17388 return function ($receiver) {
17389 closure$block($receiver);
17390 return Unit;
17391 };
17392 }
17393 function label$lambda($receiver) {
17394 return Unit;
17395 }
17396 return function ($receiver, classes, block) {
17397 if (classes === void 0)
17398 classes = null;
17399 if (block === void 0)
17400 block = label$lambda;
17401 var tmp$;
17402 return Kotlin.isType(tmp$ = visitTagAndFinalize(new LABEL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLLabelElement_0) ? tmp$ : throwCCE();
17403 };
17404 }));
17405 var legend_3 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.legend_ax8bv3$', wrapFunction(function () {
17406 var Unit = Kotlin.kotlin.Unit;
17407 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17408 var LEGEND_init = _.kotlinx.html.LEGEND;
17409 var HTMLLegendElement_0 = HTMLLegendElement;
17410 var throwCCE = Kotlin.throwCCE;
17411 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17412 function visitAndFinalize$lambda(closure$block) {
17413 return function ($receiver) {
17414 closure$block($receiver);
17415 return Unit;
17416 };
17417 }
17418 function legend$lambda($receiver) {
17419 return Unit;
17420 }
17421 return function ($receiver, classes, block) {
17422 if (classes === void 0)
17423 classes = null;
17424 if (block === void 0)
17425 block = legend$lambda;
17426 var tmp$;
17427 return Kotlin.isType(tmp$ = visitTagAndFinalize(new LEGEND_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLLegendElement_0) ? tmp$ : throwCCE();
17428 };
17429 }));
17430 var li_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.li_525bpd$', wrapFunction(function () {
17431 var Unit = Kotlin.kotlin.Unit;
17432 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17433 var LI_init = _.kotlinx.html.LI;
17434 var HTMLLIElement_0 = HTMLLIElement;
17435 var throwCCE = Kotlin.throwCCE;
17436 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17437 function visitAndFinalize$lambda(closure$block) {
17438 return function ($receiver) {
17439 closure$block($receiver);
17440 return Unit;
17441 };
17442 }
17443 function li$lambda($receiver) {
17444 return Unit;
17445 }
17446 return function ($receiver, classes, block) {
17447 if (classes === void 0)
17448 classes = null;
17449 if (block === void 0)
17450 block = li$lambda;
17451 var tmp$;
17452 return Kotlin.isType(tmp$ = visitTagAndFinalize(new LI_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLLIElement_0) ? tmp$ : throwCCE();
17453 };
17454 }));
17455 var link_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.link_iq3rqc$', wrapFunction(function () {
17456 var Unit = Kotlin.kotlin.Unit;
17457 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17458 var LINK_init = _.kotlinx.html.LINK;
17459 var HTMLLinkElement_0 = HTMLLinkElement;
17460 var throwCCE = Kotlin.throwCCE;
17461 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17462 function visitAndFinalize$lambda(closure$block) {
17463 return function ($receiver) {
17464 closure$block($receiver);
17465 return Unit;
17466 };
17467 }
17468 function link$lambda($receiver) {
17469 return Unit;
17470 }
17471 return function ($receiver, href, rel, type, block) {
17472 if (href === void 0)
17473 href = null;
17474 if (rel === void 0)
17475 rel = null;
17476 if (type === void 0)
17477 type = null;
17478 if (block === void 0)
17479 block = link$lambda;
17480 var tmp$;
17481 return Kotlin.isType(tmp$ = visitTagAndFinalize(new LINK_init(attributesMapOf(['href', href, 'rel', rel, 'type', type]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLLinkElement_0) ? tmp$ : throwCCE();
17482 };
17483 }));
17484 var main_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.main_cutem3$', wrapFunction(function () {
17485 var Unit = Kotlin.kotlin.Unit;
17486 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17487 var MAIN_init = _.kotlinx.html.MAIN;
17488 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17489 function visitAndFinalize$lambda(closure$block) {
17490 return function ($receiver) {
17491 closure$block($receiver);
17492 return Unit;
17493 };
17494 }
17495 function main$lambda($receiver) {
17496 return Unit;
17497 }
17498 return function ($receiver, classes, block) {
17499 if (classes === void 0)
17500 classes = null;
17501 if (block === void 0)
17502 block = main$lambda;
17503 return visitTagAndFinalize(new MAIN_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17504 };
17505 }));
17506 var map_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.map_ibzf9n$', wrapFunction(function () {
17507 var Unit = Kotlin.kotlin.Unit;
17508 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17509 var MAP_init = _.kotlinx.html.MAP;
17510 var HTMLMapElement_0 = HTMLMapElement;
17511 var throwCCE = Kotlin.throwCCE;
17512 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17513 function visitAndFinalize$lambda(closure$block) {
17514 return function ($receiver) {
17515 closure$block($receiver);
17516 return Unit;
17517 };
17518 }
17519 function map$lambda($receiver) {
17520 return Unit;
17521 }
17522 return function ($receiver, name, classes, block) {
17523 if (name === void 0)
17524 name = null;
17525 if (classes === void 0)
17526 classes = null;
17527 if (block === void 0)
17528 block = map$lambda;
17529 var tmp$;
17530 return Kotlin.isType(tmp$ = visitTagAndFinalize(new MAP_init(attributesMapOf(['name', name, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLMapElement_0) ? tmp$ : throwCCE();
17531 };
17532 }));
17533 var mark_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.mark_44qn2n$', wrapFunction(function () {
17534 var Unit = Kotlin.kotlin.Unit;
17535 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17536 var MARK_init = _.kotlinx.html.MARK;
17537 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17538 function visitAndFinalize$lambda(closure$block) {
17539 return function ($receiver) {
17540 closure$block($receiver);
17541 return Unit;
17542 };
17543 }
17544 function mark$lambda($receiver) {
17545 return Unit;
17546 }
17547 return function ($receiver, classes, block) {
17548 if (classes === void 0)
17549 classes = null;
17550 if (block === void 0)
17551 block = mark$lambda;
17552 return visitTagAndFinalize(new MARK_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17553 };
17554 }));
17555 var math_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.math_giqjli$', wrapFunction(function () {
17556 var Unit = Kotlin.kotlin.Unit;
17557 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17558 var MATH_init = _.kotlinx.html.MATH;
17559 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17560 function visitAndFinalize$lambda(closure$block) {
17561 return function ($receiver) {
17562 closure$block($receiver);
17563 return Unit;
17564 };
17565 }
17566 function math$lambda($receiver) {
17567 return Unit;
17568 }
17569 return function ($receiver, classes, block) {
17570 if (classes === void 0)
17571 classes = null;
17572 if (block === void 0)
17573 block = math$lambda;
17574 return visitTagAndFinalize(new MATH_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17575 };
17576 }));
17577 function mathml$lambda_0(closure$content) {
17578 return function ($receiver) {
17579 $receiver.unaryPlus_pdl1vz$(closure$content);
17580 return Unit;
17581 };
17582 }
17583 function mathml_1($receiver, classes, content) {
17584 if (classes === void 0)
17585 classes = null;
17586 if (content === void 0)
17587 content = '';
17588 return visitTagAndFinalize(new MATHML(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_6(mathml$lambda_0(content)));
17589 }
17590 var mathml_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.mathml_lcwe6v$', wrapFunction(function () {
17591 var Unit = Kotlin.kotlin.Unit;
17592 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17593 var MATHML_init = _.kotlinx.html.MATHML;
17594 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17595 function visitAndFinalize$lambda(closure$block) {
17596 return function ($receiver) {
17597 closure$block($receiver);
17598 return Unit;
17599 };
17600 }
17601 function mathml$lambda($receiver) {
17602 return Unit;
17603 }
17604 return function ($receiver, classes, block) {
17605 if (classes === void 0)
17606 classes = null;
17607 if (block === void 0)
17608 block = mathml$lambda;
17609 return visitTagAndFinalize(new MATHML_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17610 };
17611 }));
17612 var meta_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.meta_1gpk13$', wrapFunction(function () {
17613 var Unit = Kotlin.kotlin.Unit;
17614 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17615 var META_init = _.kotlinx.html.META;
17616 var HTMLMetaElement_0 = HTMLMetaElement;
17617 var throwCCE = Kotlin.throwCCE;
17618 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17619 function visitAndFinalize$lambda(closure$block) {
17620 return function ($receiver) {
17621 closure$block($receiver);
17622 return Unit;
17623 };
17624 }
17625 function meta$lambda($receiver) {
17626 return Unit;
17627 }
17628 return function ($receiver, name, content, charset, block) {
17629 if (name === void 0)
17630 name = null;
17631 if (content === void 0)
17632 content = null;
17633 if (charset === void 0)
17634 charset = null;
17635 if (block === void 0)
17636 block = meta$lambda;
17637 var tmp$;
17638 return Kotlin.isType(tmp$ = visitTagAndFinalize(new META_init(attributesMapOf(['name', name, 'content', content, 'charset', charset]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLMetaElement_0) ? tmp$ : throwCCE();
17639 };
17640 }));
17641 var meter_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.meter_5zj8jj$', wrapFunction(function () {
17642 var Unit = Kotlin.kotlin.Unit;
17643 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17644 var METER_init = _.kotlinx.html.METER;
17645 var HTMLMeterElement_0 = HTMLMeterElement;
17646 var throwCCE = Kotlin.throwCCE;
17647 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17648 function visitAndFinalize$lambda(closure$block) {
17649 return function ($receiver) {
17650 closure$block($receiver);
17651 return Unit;
17652 };
17653 }
17654 function meter$lambda($receiver) {
17655 return Unit;
17656 }
17657 return function ($receiver, classes, block) {
17658 if (classes === void 0)
17659 classes = null;
17660 if (block === void 0)
17661 block = meter$lambda;
17662 var tmp$;
17663 return Kotlin.isType(tmp$ = visitTagAndFinalize(new METER_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLMeterElement_0) ? tmp$ : throwCCE();
17664 };
17665 }));
17666 var nav_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.nav_pc7gpz$', wrapFunction(function () {
17667 var Unit = Kotlin.kotlin.Unit;
17668 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17669 var NAV_init = _.kotlinx.html.NAV;
17670 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17671 function visitAndFinalize$lambda(closure$block) {
17672 return function ($receiver) {
17673 closure$block($receiver);
17674 return Unit;
17675 };
17676 }
17677 function nav$lambda($receiver) {
17678 return Unit;
17679 }
17680 return function ($receiver, classes, block) {
17681 if (classes === void 0)
17682 classes = null;
17683 if (block === void 0)
17684 block = nav$lambda;
17685 return visitTagAndFinalize(new NAV_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17686 };
17687 }));
17688 var noScript_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.noScript_87229e$', wrapFunction(function () {
17689 var Unit = Kotlin.kotlin.Unit;
17690 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17691 var NOSCRIPT_init = _.kotlinx.html.NOSCRIPT;
17692 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17693 function visitAndFinalize$lambda(closure$block) {
17694 return function ($receiver) {
17695 closure$block($receiver);
17696 return Unit;
17697 };
17698 }
17699 function noScript$lambda($receiver) {
17700 return Unit;
17701 }
17702 return function ($receiver, classes, block) {
17703 if (classes === void 0)
17704 classes = null;
17705 if (block === void 0)
17706 block = noScript$lambda;
17707 return visitTagAndFinalize(new NOSCRIPT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17708 };
17709 }));
17710 var htmlObject_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.htmlObject_mcv3un$', wrapFunction(function () {
17711 var Unit = Kotlin.kotlin.Unit;
17712 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17713 var OBJECT_init = _.kotlinx.html.OBJECT;
17714 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17715 function visitAndFinalize$lambda(closure$block) {
17716 return function ($receiver) {
17717 closure$block($receiver);
17718 return Unit;
17719 };
17720 }
17721 function htmlObject$lambda($receiver) {
17722 return Unit;
17723 }
17724 return function ($receiver, classes, block) {
17725 if (classes === void 0)
17726 classes = null;
17727 if (block === void 0)
17728 block = htmlObject$lambda;
17729 return visitTagAndFinalize(new OBJECT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17730 };
17731 }));
17732 var ol_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.ol_qmgqht$', wrapFunction(function () {
17733 var Unit = Kotlin.kotlin.Unit;
17734 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17735 var OL_init = _.kotlinx.html.OL;
17736 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17737 function visitAndFinalize$lambda(closure$block) {
17738 return function ($receiver) {
17739 closure$block($receiver);
17740 return Unit;
17741 };
17742 }
17743 function ol$lambda($receiver) {
17744 return Unit;
17745 }
17746 return function ($receiver, classes, block) {
17747 if (classes === void 0)
17748 classes = null;
17749 if (block === void 0)
17750 block = ol$lambda;
17751 return visitTagAndFinalize(new OL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17752 };
17753 }));
17754 var optGroup_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.optGroup_p3q3kl$', wrapFunction(function () {
17755 var Unit = Kotlin.kotlin.Unit;
17756 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17757 var OPTGROUP_init = _.kotlinx.html.OPTGROUP;
17758 var HTMLOptGroupElement_0 = HTMLOptGroupElement;
17759 var throwCCE = Kotlin.throwCCE;
17760 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17761 function visitAndFinalize$lambda(closure$block) {
17762 return function ($receiver) {
17763 closure$block($receiver);
17764 return Unit;
17765 };
17766 }
17767 function optGroup$lambda($receiver) {
17768 return Unit;
17769 }
17770 return function ($receiver, label, classes, block) {
17771 if (label === void 0)
17772 label = null;
17773 if (classes === void 0)
17774 classes = null;
17775 if (block === void 0)
17776 block = optGroup$lambda;
17777 var tmp$;
17778 return Kotlin.isType(tmp$ = visitTagAndFinalize(new OPTGROUP_init(attributesMapOf(['label', label, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLOptGroupElement_0) ? tmp$ : throwCCE();
17779 };
17780 }));
17781 function option$lambda_3(closure$content) {
17782 return function ($receiver) {
17783 $receiver.unaryPlus_pdl1vz$(closure$content);
17784 return Unit;
17785 };
17786 }
17787 function option_7($receiver, classes, content) {
17788 if (classes === void 0)
17789 classes = null;
17790 if (content === void 0)
17791 content = '';
17792 var tmp$;
17793 return Kotlin.isType(tmp$ = visitTagAndFinalize(new OPTION(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_6(option$lambda_3(content))), HTMLOptionElement) ? tmp$ : throwCCE();
17794 }
17795 var option_8 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.option_o2wi2f$', wrapFunction(function () {
17796 var Unit = Kotlin.kotlin.Unit;
17797 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17798 var OPTION_init = _.kotlinx.html.OPTION;
17799 var HTMLOptionElement_0 = HTMLOptionElement;
17800 var throwCCE = Kotlin.throwCCE;
17801 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17802 function visitAndFinalize$lambda(closure$block) {
17803 return function ($receiver) {
17804 closure$block($receiver);
17805 return Unit;
17806 };
17807 }
17808 function option$lambda($receiver) {
17809 return Unit;
17810 }
17811 return function ($receiver, classes, block) {
17812 if (classes === void 0)
17813 classes = null;
17814 if (block === void 0)
17815 block = option$lambda;
17816 var tmp$;
17817 return Kotlin.isType(tmp$ = visitTagAndFinalize(new OPTION_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLOptionElement_0) ? tmp$ : throwCCE();
17818 };
17819 }));
17820 var output_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.output_38nbp9$', wrapFunction(function () {
17821 var Unit = Kotlin.kotlin.Unit;
17822 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17823 var OUTPUT_init = _.kotlinx.html.OUTPUT;
17824 var HTMLOutputElement_0 = HTMLOutputElement;
17825 var throwCCE = Kotlin.throwCCE;
17826 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17827 function visitAndFinalize$lambda(closure$block) {
17828 return function ($receiver) {
17829 closure$block($receiver);
17830 return Unit;
17831 };
17832 }
17833 function output$lambda($receiver) {
17834 return Unit;
17835 }
17836 return function ($receiver, classes, block) {
17837 if (classes === void 0)
17838 classes = null;
17839 if (block === void 0)
17840 block = output$lambda;
17841 var tmp$;
17842 return Kotlin.isType(tmp$ = visitTagAndFinalize(new OUTPUT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLOutputElement_0) ? tmp$ : throwCCE();
17843 };
17844 }));
17845 var p_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.p_qwwequ$', wrapFunction(function () {
17846 var Unit = Kotlin.kotlin.Unit;
17847 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17848 var P_init = _.kotlinx.html.P;
17849 var HTMLParagraphElement_0 = HTMLParagraphElement;
17850 var throwCCE = Kotlin.throwCCE;
17851 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17852 function visitAndFinalize$lambda(closure$block) {
17853 return function ($receiver) {
17854 closure$block($receiver);
17855 return Unit;
17856 };
17857 }
17858 function p$lambda($receiver) {
17859 return Unit;
17860 }
17861 return function ($receiver, classes, block) {
17862 if (classes === void 0)
17863 classes = null;
17864 if (block === void 0)
17865 block = p$lambda;
17866 var tmp$;
17867 return Kotlin.isType(tmp$ = visitTagAndFinalize(new P_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLParagraphElement_0) ? tmp$ : throwCCE();
17868 };
17869 }));
17870 var param_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.param_4880cc$', wrapFunction(function () {
17871 var Unit = Kotlin.kotlin.Unit;
17872 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
17873 var PARAM_init = _.kotlinx.html.PARAM;
17874 var HTMLParamElement_0 = HTMLParamElement;
17875 var throwCCE = Kotlin.throwCCE;
17876 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17877 function visitAndFinalize$lambda(closure$block) {
17878 return function ($receiver) {
17879 closure$block($receiver);
17880 return Unit;
17881 };
17882 }
17883 function param$lambda($receiver) {
17884 return Unit;
17885 }
17886 return function ($receiver, name, value, block) {
17887 if (name === void 0)
17888 name = null;
17889 if (value === void 0)
17890 value = null;
17891 if (block === void 0)
17892 block = param$lambda;
17893 var tmp$;
17894 return Kotlin.isType(tmp$ = visitTagAndFinalize(new PARAM_init(attributesMapOf(['name', name, 'value', value]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLParamElement_0) ? tmp$ : throwCCE();
17895 };
17896 }));
17897 var pre_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.pre_kad921$', wrapFunction(function () {
17898 var Unit = Kotlin.kotlin.Unit;
17899 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17900 var PRE_init = _.kotlinx.html.PRE;
17901 var HTMLPreElement_0 = HTMLPreElement;
17902 var throwCCE = Kotlin.throwCCE;
17903 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17904 function visitAndFinalize$lambda(closure$block) {
17905 return function ($receiver) {
17906 closure$block($receiver);
17907 return Unit;
17908 };
17909 }
17910 function pre$lambda($receiver) {
17911 return Unit;
17912 }
17913 return function ($receiver, classes, block) {
17914 if (classes === void 0)
17915 classes = null;
17916 if (block === void 0)
17917 block = pre$lambda;
17918 var tmp$;
17919 return Kotlin.isType(tmp$ = visitTagAndFinalize(new PRE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLPreElement_0) ? tmp$ : throwCCE();
17920 };
17921 }));
17922 var progress_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.progress_kmv2hd$', wrapFunction(function () {
17923 var Unit = Kotlin.kotlin.Unit;
17924 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17925 var PROGRESS_init = _.kotlinx.html.PROGRESS;
17926 var HTMLProgressElement_0 = HTMLProgressElement;
17927 var throwCCE = Kotlin.throwCCE;
17928 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17929 function visitAndFinalize$lambda(closure$block) {
17930 return function ($receiver) {
17931 closure$block($receiver);
17932 return Unit;
17933 };
17934 }
17935 function progress$lambda($receiver) {
17936 return Unit;
17937 }
17938 return function ($receiver, classes, block) {
17939 if (classes === void 0)
17940 classes = null;
17941 if (block === void 0)
17942 block = progress$lambda;
17943 var tmp$;
17944 return Kotlin.isType(tmp$ = visitTagAndFinalize(new PROGRESS_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLProgressElement_0) ? tmp$ : throwCCE();
17945 };
17946 }));
17947 var q_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.q_j6nkt5$', wrapFunction(function () {
17948 var Unit = Kotlin.kotlin.Unit;
17949 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17950 var Q_init = _.kotlinx.html.Q;
17951 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17952 function visitAndFinalize$lambda(closure$block) {
17953 return function ($receiver) {
17954 closure$block($receiver);
17955 return Unit;
17956 };
17957 }
17958 function q$lambda($receiver) {
17959 return Unit;
17960 }
17961 return function ($receiver, classes, block) {
17962 if (classes === void 0)
17963 classes = null;
17964 if (block === void 0)
17965 block = q$lambda;
17966 return visitTagAndFinalize(new Q_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17967 };
17968 }));
17969 var rp_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.rp_n982v4$', wrapFunction(function () {
17970 var Unit = Kotlin.kotlin.Unit;
17971 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17972 var RP_init = _.kotlinx.html.RP;
17973 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17974 function visitAndFinalize$lambda(closure$block) {
17975 return function ($receiver) {
17976 closure$block($receiver);
17977 return Unit;
17978 };
17979 }
17980 function rp$lambda($receiver) {
17981 return Unit;
17982 }
17983 return function ($receiver, classes, block) {
17984 if (classes === void 0)
17985 classes = null;
17986 if (block === void 0)
17987 block = rp$lambda;
17988 return visitTagAndFinalize(new RP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
17989 };
17990 }));
17991 var rt_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.rt_5fw4uc$', wrapFunction(function () {
17992 var Unit = Kotlin.kotlin.Unit;
17993 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
17994 var RT_init = _.kotlinx.html.RT;
17995 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
17996 function visitAndFinalize$lambda(closure$block) {
17997 return function ($receiver) {
17998 closure$block($receiver);
17999 return Unit;
18000 };
18001 }
18002 function rt$lambda($receiver) {
18003 return Unit;
18004 }
18005 return function ($receiver, classes, block) {
18006 if (classes === void 0)
18007 classes = null;
18008 if (block === void 0)
18009 block = rt$lambda;
18010 return visitTagAndFinalize(new RT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18011 };
18012 }));
18013 var ruby_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.ruby_12w3h8$', wrapFunction(function () {
18014 var Unit = Kotlin.kotlin.Unit;
18015 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18016 var RUBY_init = _.kotlinx.html.RUBY;
18017 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18018 function visitAndFinalize$lambda(closure$block) {
18019 return function ($receiver) {
18020 closure$block($receiver);
18021 return Unit;
18022 };
18023 }
18024 function ruby$lambda($receiver) {
18025 return Unit;
18026 }
18027 return function ($receiver, classes, block) {
18028 if (classes === void 0)
18029 classes = null;
18030 if (block === void 0)
18031 block = ruby$lambda;
18032 return visitTagAndFinalize(new RUBY_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18033 };
18034 }));
18035 var samp_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.samp_11f6yb$', wrapFunction(function () {
18036 var Unit = Kotlin.kotlin.Unit;
18037 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18038 var SAMP_init = _.kotlinx.html.SAMP;
18039 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18040 function visitAndFinalize$lambda(closure$block) {
18041 return function ($receiver) {
18042 closure$block($receiver);
18043 return Unit;
18044 };
18045 }
18046 function samp$lambda($receiver) {
18047 return Unit;
18048 }
18049 return function ($receiver, classes, block) {
18050 if (classes === void 0)
18051 classes = null;
18052 if (block === void 0)
18053 block = samp$lambda;
18054 return visitTagAndFinalize(new SAMP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18055 };
18056 }));
18057 function script$lambda_1(closure$content) {
18058 return function ($receiver) {
18059 $receiver.unaryPlus_pdl1vz$(closure$content);
18060 return Unit;
18061 };
18062 }
18063 function script_3($receiver, type, src, content) {
18064 if (type === void 0)
18065 type = null;
18066 if (src === void 0)
18067 src = null;
18068 if (content === void 0)
18069 content = '';
18070 var tmp$;
18071 return Kotlin.isType(tmp$ = visitTagAndFinalize(new SCRIPT(attributesMapOf_1(['type', type, 'src', src]), $receiver), $receiver, visitAndFinalize$lambda_6(script$lambda_1(content))), HTMLScriptElement) ? tmp$ : throwCCE();
18072 }
18073 var script_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.script_764uoc$', wrapFunction(function () {
18074 var Unit = Kotlin.kotlin.Unit;
18075 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
18076 var SCRIPT_init = _.kotlinx.html.SCRIPT;
18077 var HTMLScriptElement_0 = HTMLScriptElement;
18078 var throwCCE = Kotlin.throwCCE;
18079 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18080 function visitAndFinalize$lambda(closure$block) {
18081 return function ($receiver) {
18082 closure$block($receiver);
18083 return Unit;
18084 };
18085 }
18086 function script$lambda($receiver) {
18087 return Unit;
18088 }
18089 return function ($receiver, type, src, block) {
18090 if (type === void 0)
18091 type = null;
18092 if (src === void 0)
18093 src = null;
18094 if (block === void 0)
18095 block = script$lambda;
18096 var tmp$;
18097 return Kotlin.isType(tmp$ = visitTagAndFinalize(new SCRIPT_init(attributesMapOf(['type', type, 'src', src]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLScriptElement_0) ? tmp$ : throwCCE();
18098 };
18099 }));
18100 var section_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.section_ceckl$', wrapFunction(function () {
18101 var Unit = Kotlin.kotlin.Unit;
18102 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18103 var SECTION_init = _.kotlinx.html.SECTION;
18104 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18105 function visitAndFinalize$lambda(closure$block) {
18106 return function ($receiver) {
18107 closure$block($receiver);
18108 return Unit;
18109 };
18110 }
18111 function section$lambda($receiver) {
18112 return Unit;
18113 }
18114 return function ($receiver, classes, block) {
18115 if (classes === void 0)
18116 classes = null;
18117 if (block === void 0)
18118 block = section$lambda;
18119 return visitTagAndFinalize(new SECTION_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18120 };
18121 }));
18122 var select_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.select_hs5l1a$', wrapFunction(function () {
18123 var Unit = Kotlin.kotlin.Unit;
18124 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18125 var SELECT_init = _.kotlinx.html.SELECT;
18126 var HTMLSelectElement_0 = HTMLSelectElement;
18127 var throwCCE = Kotlin.throwCCE;
18128 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18129 function visitAndFinalize$lambda(closure$block) {
18130 return function ($receiver) {
18131 closure$block($receiver);
18132 return Unit;
18133 };
18134 }
18135 function select$lambda($receiver) {
18136 return Unit;
18137 }
18138 return function ($receiver, classes, block) {
18139 if (classes === void 0)
18140 classes = null;
18141 if (block === void 0)
18142 block = select$lambda;
18143 var tmp$;
18144 return Kotlin.isType(tmp$ = visitTagAndFinalize(new SELECT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLSelectElement_0) ? tmp$ : throwCCE();
18145 };
18146 }));
18147 var small_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.small_8pbyt9$', wrapFunction(function () {
18148 var Unit = Kotlin.kotlin.Unit;
18149 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18150 var SMALL_init = _.kotlinx.html.SMALL;
18151 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18152 function visitAndFinalize$lambda(closure$block) {
18153 return function ($receiver) {
18154 closure$block($receiver);
18155 return Unit;
18156 };
18157 }
18158 function small$lambda($receiver) {
18159 return Unit;
18160 }
18161 return function ($receiver, classes, block) {
18162 if (classes === void 0)
18163 classes = null;
18164 if (block === void 0)
18165 block = small$lambda;
18166 return visitTagAndFinalize(new SMALL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18167 };
18168 }));
18169 var source_2 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.source_1ucc65$', wrapFunction(function () {
18170 var Unit = Kotlin.kotlin.Unit;
18171 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18172 var SOURCE_init = _.kotlinx.html.SOURCE;
18173 var HTMLSourceElement_0 = HTMLSourceElement;
18174 var throwCCE = Kotlin.throwCCE;
18175 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18176 function visitAndFinalize$lambda(closure$block) {
18177 return function ($receiver) {
18178 closure$block($receiver);
18179 return Unit;
18180 };
18181 }
18182 function source$lambda($receiver) {
18183 return Unit;
18184 }
18185 return function ($receiver, classes, block) {
18186 if (classes === void 0)
18187 classes = null;
18188 if (block === void 0)
18189 block = source$lambda;
18190 var tmp$;
18191 return Kotlin.isType(tmp$ = visitTagAndFinalize(new SOURCE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLSourceElement_0) ? tmp$ : throwCCE();
18192 };
18193 }));
18194 var span_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.span_x24v7w$', wrapFunction(function () {
18195 var Unit = Kotlin.kotlin.Unit;
18196 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18197 var SPAN_init = _.kotlinx.html.SPAN;
18198 var HTMLSpanElement_0 = HTMLSpanElement;
18199 var throwCCE = Kotlin.throwCCE;
18200 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18201 function visitAndFinalize$lambda(closure$block) {
18202 return function ($receiver) {
18203 closure$block($receiver);
18204 return Unit;
18205 };
18206 }
18207 function span$lambda($receiver) {
18208 return Unit;
18209 }
18210 return function ($receiver, classes, block) {
18211 if (classes === void 0)
18212 classes = null;
18213 if (block === void 0)
18214 block = span$lambda;
18215 var tmp$;
18216 return Kotlin.isType(tmp$ = visitTagAndFinalize(new SPAN_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLSpanElement_0) ? tmp$ : throwCCE();
18217 };
18218 }));
18219 var strong_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.strong_ddyujd$', wrapFunction(function () {
18220 var Unit = Kotlin.kotlin.Unit;
18221 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18222 var STRONG_init = _.kotlinx.html.STRONG;
18223 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18224 function visitAndFinalize$lambda(closure$block) {
18225 return function ($receiver) {
18226 closure$block($receiver);
18227 return Unit;
18228 };
18229 }
18230 function strong$lambda($receiver) {
18231 return Unit;
18232 }
18233 return function ($receiver, classes, block) {
18234 if (classes === void 0)
18235 classes = null;
18236 if (block === void 0)
18237 block = strong$lambda;
18238 return visitTagAndFinalize(new STRONG_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18239 };
18240 }));
18241 function style$lambda_1(closure$content) {
18242 return function ($receiver) {
18243 $receiver.unaryPlus_pdl1vz$(closure$content);
18244 return Unit;
18245 };
18246 }
18247 function style_3($receiver, type, content) {
18248 if (type === void 0)
18249 type = null;
18250 if (content === void 0)
18251 content = '';
18252 var tmp$;
18253 return Kotlin.isType(tmp$ = visitTagAndFinalize(new STYLE(attributesMapOf_0('type', type), $receiver), $receiver, visitAndFinalize$lambda_6(style$lambda_1(content))), HTMLStyleElement) ? tmp$ : throwCCE();
18254 }
18255 var style_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.style_s80t09$', wrapFunction(function () {
18256 var Unit = Kotlin.kotlin.Unit;
18257 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18258 var STYLE_init = _.kotlinx.html.STYLE;
18259 var HTMLStyleElement_0 = HTMLStyleElement;
18260 var throwCCE = Kotlin.throwCCE;
18261 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18262 function visitAndFinalize$lambda(closure$block) {
18263 return function ($receiver) {
18264 closure$block($receiver);
18265 return Unit;
18266 };
18267 }
18268 function style$lambda($receiver) {
18269 return Unit;
18270 }
18271 return function ($receiver, type, block) {
18272 if (type === void 0)
18273 type = null;
18274 if (block === void 0)
18275 block = style$lambda;
18276 var tmp$;
18277 return Kotlin.isType(tmp$ = visitTagAndFinalize(new STYLE_init(attributesMapOf('type', type), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLStyleElement_0) ? tmp$ : throwCCE();
18278 };
18279 }));
18280 var sub_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.sub_cp04y2$', wrapFunction(function () {
18281 var Unit = Kotlin.kotlin.Unit;
18282 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18283 var SUB_init = _.kotlinx.html.SUB;
18284 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18285 function visitAndFinalize$lambda(closure$block) {
18286 return function ($receiver) {
18287 closure$block($receiver);
18288 return Unit;
18289 };
18290 }
18291 function sub$lambda($receiver) {
18292 return Unit;
18293 }
18294 return function ($receiver, classes, block) {
18295 if (classes === void 0)
18296 classes = null;
18297 if (block === void 0)
18298 block = sub$lambda;
18299 return visitTagAndFinalize(new SUB_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18300 };
18301 }));
18302 var summary_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.summary_85cyqk$', wrapFunction(function () {
18303 var Unit = Kotlin.kotlin.Unit;
18304 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18305 var SUMMARY_init = _.kotlinx.html.SUMMARY;
18306 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18307 function visitAndFinalize$lambda(closure$block) {
18308 return function ($receiver) {
18309 closure$block($receiver);
18310 return Unit;
18311 };
18312 }
18313 function summary$lambda($receiver) {
18314 return Unit;
18315 }
18316 return function ($receiver, classes, block) {
18317 if (classes === void 0)
18318 classes = null;
18319 if (block === void 0)
18320 block = summary$lambda;
18321 return visitTagAndFinalize(new SUMMARY_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18322 };
18323 }));
18324 var sup_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.sup_isrgxo$', wrapFunction(function () {
18325 var Unit = Kotlin.kotlin.Unit;
18326 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18327 var SUP_init = _.kotlinx.html.SUP;
18328 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18329 function visitAndFinalize$lambda(closure$block) {
18330 return function ($receiver) {
18331 closure$block($receiver);
18332 return Unit;
18333 };
18334 }
18335 function sup$lambda($receiver) {
18336 return Unit;
18337 }
18338 return function ($receiver, classes, block) {
18339 if (classes === void 0)
18340 classes = null;
18341 if (block === void 0)
18342 block = sup$lambda;
18343 return visitTagAndFinalize(new SUP_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18344 };
18345 }));
18346 function svg$lambda_1(closure$content) {
18347 return function ($receiver) {
18348 $receiver.unaryPlus_pdl1vz$(closure$content);
18349 return Unit;
18350 };
18351 }
18352 function svg_3($receiver, classes, content) {
18353 if (classes === void 0)
18354 classes = null;
18355 if (content === void 0)
18356 content = '';
18357 return visitTagAndFinalize(new SVG(attributesMapOf_0('class', classes), $receiver), $receiver, visitAndFinalize$lambda_6(svg$lambda_1(content)));
18358 }
18359 var svg_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.svg_whpmhm$', wrapFunction(function () {
18360 var Unit = Kotlin.kotlin.Unit;
18361 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18362 var SVG_init = _.kotlinx.html.SVG;
18363 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18364 function visitAndFinalize$lambda(closure$block) {
18365 return function ($receiver) {
18366 closure$block($receiver);
18367 return Unit;
18368 };
18369 }
18370 function svg$lambda($receiver) {
18371 return Unit;
18372 }
18373 return function ($receiver, classes, block) {
18374 if (classes === void 0)
18375 classes = null;
18376 if (block === void 0)
18377 block = svg$lambda;
18378 return visitTagAndFinalize(new SVG_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18379 };
18380 }));
18381 var table_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.table_uk5qws$', wrapFunction(function () {
18382 var Unit = Kotlin.kotlin.Unit;
18383 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18384 var TABLE_init = _.kotlinx.html.TABLE;
18385 var HTMLTableElement_0 = HTMLTableElement;
18386 var throwCCE = Kotlin.throwCCE;
18387 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18388 function visitAndFinalize$lambda(closure$block) {
18389 return function ($receiver) {
18390 closure$block($receiver);
18391 return Unit;
18392 };
18393 }
18394 function table$lambda($receiver) {
18395 return Unit;
18396 }
18397 return function ($receiver, classes, block) {
18398 if (classes === void 0)
18399 classes = null;
18400 if (block === void 0)
18401 block = table$lambda;
18402 var tmp$;
18403 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TABLE_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableElement_0) ? tmp$ : throwCCE();
18404 };
18405 }));
18406 var tbody_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.tbody_sr8158$', wrapFunction(function () {
18407 var Unit = Kotlin.kotlin.Unit;
18408 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18409 var TBODY_init = _.kotlinx.html.TBODY;
18410 var HTMLTableSectionElement_0 = HTMLTableSectionElement;
18411 var throwCCE = Kotlin.throwCCE;
18412 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18413 function visitAndFinalize$lambda(closure$block) {
18414 return function ($receiver) {
18415 closure$block($receiver);
18416 return Unit;
18417 };
18418 }
18419 function tbody$lambda($receiver) {
18420 return Unit;
18421 }
18422 return function ($receiver, classes, block) {
18423 if (classes === void 0)
18424 classes = null;
18425 if (block === void 0)
18426 block = tbody$lambda;
18427 var tmp$;
18428 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TBODY_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableSectionElement_0) ? tmp$ : throwCCE();
18429 };
18430 }));
18431 var td_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.td_ftqcky$', wrapFunction(function () {
18432 var Unit = Kotlin.kotlin.Unit;
18433 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18434 var TD_init = _.kotlinx.html.TD;
18435 var HTMLTableCellElement_0 = HTMLTableCellElement;
18436 var throwCCE = Kotlin.throwCCE;
18437 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18438 function visitAndFinalize$lambda(closure$block) {
18439 return function ($receiver) {
18440 closure$block($receiver);
18441 return Unit;
18442 };
18443 }
18444 function td$lambda($receiver) {
18445 return Unit;
18446 }
18447 return function ($receiver, classes, block) {
18448 if (classes === void 0)
18449 classes = null;
18450 if (block === void 0)
18451 block = td$lambda;
18452 var tmp$;
18453 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TD_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableCellElement_0) ? tmp$ : throwCCE();
18454 };
18455 }));
18456 function textArea$lambda_1(closure$content) {
18457 return function ($receiver) {
18458 $receiver.unaryPlus_pdl1vz$(closure$content);
18459 return Unit;
18460 };
18461 }
18462 function textArea_3($receiver, rows, cols, wrap, classes, content) {
18463 if (rows === void 0)
18464 rows = null;
18465 if (cols === void 0)
18466 cols = null;
18467 if (wrap === void 0)
18468 wrap = null;
18469 if (classes === void 0)
18470 classes = null;
18471 if (content === void 0)
18472 content = '';
18473 var tmp$;
18474 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TEXTAREA(attributesMapOf_1(['rows', rows, 'cols', cols, 'wrap', wrap != null ? enumEncode(wrap) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda_6(textArea$lambda_1(content))), HTMLTextAreaElement) ? tmp$ : throwCCE();
18475 }
18476 var textArea_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.textArea_wr40b$', wrapFunction(function () {
18477 var Unit = Kotlin.kotlin.Unit;
18478 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
18479 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
18480 var TEXTAREA_init = _.kotlinx.html.TEXTAREA;
18481 var HTMLTextAreaElement_0 = HTMLTextAreaElement;
18482 var throwCCE = Kotlin.throwCCE;
18483 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18484 function visitAndFinalize$lambda(closure$block) {
18485 return function ($receiver) {
18486 closure$block($receiver);
18487 return Unit;
18488 };
18489 }
18490 function textArea$lambda($receiver) {
18491 return Unit;
18492 }
18493 return function ($receiver, rows, cols, wrap, classes, block) {
18494 if (rows === void 0)
18495 rows = null;
18496 if (cols === void 0)
18497 cols = null;
18498 if (wrap === void 0)
18499 wrap = null;
18500 if (classes === void 0)
18501 classes = null;
18502 if (block === void 0)
18503 block = textArea$lambda;
18504 var tmp$;
18505 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TEXTAREA_init(attributesMapOf(['rows', rows, 'cols', cols, 'wrap', wrap != null ? enumEncode(wrap) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTextAreaElement_0) ? tmp$ : throwCCE();
18506 };
18507 }));
18508 var tfoot_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.tfoot_tdtbiw$', wrapFunction(function () {
18509 var Unit = Kotlin.kotlin.Unit;
18510 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18511 var TFOOT_init = _.kotlinx.html.TFOOT;
18512 var HTMLTableSectionElement_0 = HTMLTableSectionElement;
18513 var throwCCE = Kotlin.throwCCE;
18514 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18515 function visitAndFinalize$lambda(closure$block) {
18516 return function ($receiver) {
18517 closure$block($receiver);
18518 return Unit;
18519 };
18520 }
18521 function tfoot$lambda($receiver) {
18522 return Unit;
18523 }
18524 return function ($receiver, classes, block) {
18525 if (classes === void 0)
18526 classes = null;
18527 if (block === void 0)
18528 block = tfoot$lambda;
18529 var tmp$;
18530 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TFOOT_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableSectionElement_0) ? tmp$ : throwCCE();
18531 };
18532 }));
18533 var th_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.th_lypajb$', wrapFunction(function () {
18534 var Unit = Kotlin.kotlin.Unit;
18535 var enumEncode = _.kotlinx.html.attributes.enumEncode_m4whry$;
18536 var attributesMapOf = _.kotlinx.html.attributesMapOf_alerag$;
18537 var TH_init = _.kotlinx.html.TH;
18538 var HTMLTableCellElement_0 = HTMLTableCellElement;
18539 var throwCCE = Kotlin.throwCCE;
18540 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18541 function visitAndFinalize$lambda(closure$block) {
18542 return function ($receiver) {
18543 closure$block($receiver);
18544 return Unit;
18545 };
18546 }
18547 function th$lambda($receiver) {
18548 return Unit;
18549 }
18550 return function ($receiver, scope, classes, block) {
18551 if (scope === void 0)
18552 scope = null;
18553 if (classes === void 0)
18554 classes = null;
18555 if (block === void 0)
18556 block = th$lambda;
18557 var tmp$;
18558 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TH_init(attributesMapOf(['scope', scope != null ? enumEncode(scope) : null, 'class', classes]), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableCellElement_0) ? tmp$ : throwCCE();
18559 };
18560 }));
18561 var thead_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.thead_awes1i$', wrapFunction(function () {
18562 var Unit = Kotlin.kotlin.Unit;
18563 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18564 var THEAD_init = _.kotlinx.html.THEAD;
18565 var HTMLTableSectionElement_0 = HTMLTableSectionElement;
18566 var throwCCE = Kotlin.throwCCE;
18567 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18568 function visitAndFinalize$lambda(closure$block) {
18569 return function ($receiver) {
18570 closure$block($receiver);
18571 return Unit;
18572 };
18573 }
18574 function thead$lambda($receiver) {
18575 return Unit;
18576 }
18577 return function ($receiver, classes, block) {
18578 if (classes === void 0)
18579 classes = null;
18580 if (block === void 0)
18581 block = thead$lambda;
18582 var tmp$;
18583 return Kotlin.isType(tmp$ = visitTagAndFinalize(new THEAD_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableSectionElement_0) ? tmp$ : throwCCE();
18584 };
18585 }));
18586 var time_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.time_veotvz$', wrapFunction(function () {
18587 var Unit = Kotlin.kotlin.Unit;
18588 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18589 var TIME_init = _.kotlinx.html.TIME;
18590 var HTMLTimeElement_0 = HTMLTimeElement;
18591 var throwCCE = Kotlin.throwCCE;
18592 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18593 function visitAndFinalize$lambda(closure$block) {
18594 return function ($receiver) {
18595 closure$block($receiver);
18596 return Unit;
18597 };
18598 }
18599 function time$lambda($receiver) {
18600 return Unit;
18601 }
18602 return function ($receiver, classes, block) {
18603 if (classes === void 0)
18604 classes = null;
18605 if (block === void 0)
18606 block = time$lambda;
18607 var tmp$;
18608 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TIME_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTimeElement_0) ? tmp$ : throwCCE();
18609 };
18610 }));
18611 function title$lambda_1(closure$content) {
18612 return function ($receiver) {
18613 $receiver.unaryPlus_pdl1vz$(closure$content);
18614 return Unit;
18615 };
18616 }
18617 function title_3($receiver, content) {
18618 if (content === void 0)
18619 content = '';
18620 var tmp$;
18621 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TITLE(emptyMap_0, $receiver), $receiver, visitAndFinalize$lambda_6(title$lambda_1(content))), HTMLTitleElement) ? tmp$ : throwCCE();
18622 }
18623 var title_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.title_nrj9p5$', wrapFunction(function () {
18624 var Unit = Kotlin.kotlin.Unit;
18625 var html = _.kotlinx.html;
18626 var TITLE_init = _.kotlinx.html.TITLE;
18627 var HTMLTitleElement_0 = HTMLTitleElement;
18628 var throwCCE = Kotlin.throwCCE;
18629 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18630 function visitAndFinalize$lambda(closure$block) {
18631 return function ($receiver) {
18632 closure$block($receiver);
18633 return Unit;
18634 };
18635 }
18636 function title$lambda($receiver) {
18637 return Unit;
18638 }
18639 return function ($receiver, block) {
18640 if (block === void 0)
18641 block = title$lambda;
18642 var tmp$;
18643 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TITLE_init(html.emptyMap, $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTitleElement_0) ? tmp$ : throwCCE();
18644 };
18645 }));
18646 var tr_4 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.tr_9pz0lc$', wrapFunction(function () {
18647 var Unit = Kotlin.kotlin.Unit;
18648 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18649 var TR_init = _.kotlinx.html.TR;
18650 var HTMLTableRowElement_0 = HTMLTableRowElement;
18651 var throwCCE = Kotlin.throwCCE;
18652 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18653 function visitAndFinalize$lambda(closure$block) {
18654 return function ($receiver) {
18655 closure$block($receiver);
18656 return Unit;
18657 };
18658 }
18659 function tr$lambda($receiver) {
18660 return Unit;
18661 }
18662 return function ($receiver, classes, block) {
18663 if (classes === void 0)
18664 classes = null;
18665 if (block === void 0)
18666 block = tr$lambda;
18667 var tmp$;
18668 return Kotlin.isType(tmp$ = visitTagAndFinalize(new TR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLTableRowElement_0) ? tmp$ : throwCCE();
18669 };
18670 }));
18671 var ul_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.ul_693so7$', wrapFunction(function () {
18672 var Unit = Kotlin.kotlin.Unit;
18673 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18674 var UL_init = _.kotlinx.html.UL;
18675 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18676 function visitAndFinalize$lambda(closure$block) {
18677 return function ($receiver) {
18678 closure$block($receiver);
18679 return Unit;
18680 };
18681 }
18682 function ul$lambda($receiver) {
18683 return Unit;
18684 }
18685 return function ($receiver, classes, block) {
18686 if (classes === void 0)
18687 classes = null;
18688 if (block === void 0)
18689 block = ul$lambda;
18690 return visitTagAndFinalize(new UL_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18691 };
18692 }));
18693 var htmlVar_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.htmlVar_h1qstf$', wrapFunction(function () {
18694 var Unit = Kotlin.kotlin.Unit;
18695 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18696 var VAR_init = _.kotlinx.html.VAR;
18697 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18698 function visitAndFinalize$lambda(closure$block) {
18699 return function ($receiver) {
18700 closure$block($receiver);
18701 return Unit;
18702 };
18703 }
18704 function htmlVar$lambda($receiver) {
18705 return Unit;
18706 }
18707 return function ($receiver, classes, block) {
18708 if (classes === void 0)
18709 classes = null;
18710 if (block === void 0)
18711 block = htmlVar$lambda;
18712 return visitTagAndFinalize(new VAR_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block));
18713 };
18714 }));
18715 var video_1 = defineInlineFunction('kotlinx-html-js.kotlinx.html.js.video_kpr04x$', wrapFunction(function () {
18716 var Unit = Kotlin.kotlin.Unit;
18717 var attributesMapOf = _.kotlinx.html.attributesMapOf_jyasbz$;
18718 var VIDEO_init = _.kotlinx.html.VIDEO;
18719 var HTMLVideoElement_0 = HTMLVideoElement;
18720 var throwCCE = Kotlin.throwCCE;
18721 var visitTagAndFinalize = _.kotlinx.html.visitTagAndFinalize_g9qte5$;
18722 function visitAndFinalize$lambda(closure$block) {
18723 return function ($receiver) {
18724 closure$block($receiver);
18725 return Unit;
18726 };
18727 }
18728 function video$lambda($receiver) {
18729 return Unit;
18730 }
18731 return function ($receiver, classes, block) {
18732 if (classes === void 0)
18733 classes = null;
18734 if (block === void 0)
18735 block = video$lambda;
18736 var tmp$;
18737 return Kotlin.isType(tmp$ = visitTagAndFinalize(new VIDEO_init(attributesMapOf('class', classes), $receiver), $receiver, visitAndFinalize$lambda(block)), HTMLVideoElement_0) ? tmp$ : throwCCE();
18738 };
18739 }));
18740 function get_onAbortFunction($receiver) {
18741 throw UnsupportedOperationException_init("You can't read variable onAbort");
18742 }
18743 function set_onAbortFunction($receiver, newValue) {
18744 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onabort', newValue);
18745 }
18746 function get_onBlurFunction($receiver) {
18747 throw UnsupportedOperationException_init("You can't read variable onBlur");
18748 }
18749 function set_onBlurFunction($receiver, newValue) {
18750 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onblur', newValue);
18751 }
18752 function get_onCanPlayFunction($receiver) {
18753 throw UnsupportedOperationException_init("You can't read variable onCanPlay");
18754 }
18755 function set_onCanPlayFunction($receiver, newValue) {
18756 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'oncanplay', newValue);
18757 }
18758 function get_onCanPlayThroughFunction($receiver) {
18759 throw UnsupportedOperationException_init("You can't read variable onCanPlayThrough");
18760 }
18761 function set_onCanPlayThroughFunction($receiver, newValue) {
18762 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'oncanplaythrough', newValue);
18763 }
18764 function get_onChangeFunction($receiver) {
18765 throw UnsupportedOperationException_init("You can't read variable onChange");
18766 }
18767 function set_onChangeFunction($receiver, newValue) {
18768 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onchange', newValue);
18769 }
18770 function get_onClickFunction($receiver) {
18771 throw UnsupportedOperationException_init("You can't read variable onClick");
18772 }
18773 function set_onClickFunction($receiver, newValue) {
18774 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onclick', newValue);
18775 }
18776 function get_onContextMenuFunction($receiver) {
18777 throw UnsupportedOperationException_init("You can't read variable onContextMenu");
18778 }
18779 function set_onContextMenuFunction($receiver, newValue) {
18780 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'oncontextmenu', newValue);
18781 }
18782 function get_onDoubleClickFunction($receiver) {
18783 throw UnsupportedOperationException_init("You can't read variable onDoubleClick");
18784 }
18785 function set_onDoubleClickFunction($receiver, newValue) {
18786 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondblclick', newValue);
18787 }
18788 function get_onDragFunction($receiver) {
18789 throw UnsupportedOperationException_init("You can't read variable onDrag");
18790 }
18791 function set_onDragFunction($receiver, newValue) {
18792 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondrag', newValue);
18793 }
18794 function get_onDragEndFunction($receiver) {
18795 throw UnsupportedOperationException_init("You can't read variable onDragEnd");
18796 }
18797 function set_onDragEndFunction($receiver, newValue) {
18798 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondragend', newValue);
18799 }
18800 function get_onDragEnterFunction($receiver) {
18801 throw UnsupportedOperationException_init("You can't read variable onDragEnter");
18802 }
18803 function set_onDragEnterFunction($receiver, newValue) {
18804 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondragenter', newValue);
18805 }
18806 function get_onDragLeaveFunction($receiver) {
18807 throw UnsupportedOperationException_init("You can't read variable onDragLeave");
18808 }
18809 function set_onDragLeaveFunction($receiver, newValue) {
18810 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondragleave', newValue);
18811 }
18812 function get_onDragOverFunction($receiver) {
18813 throw UnsupportedOperationException_init("You can't read variable onDragOver");
18814 }
18815 function set_onDragOverFunction($receiver, newValue) {
18816 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondragover', newValue);
18817 }
18818 function get_onDragStartFunction($receiver) {
18819 throw UnsupportedOperationException_init("You can't read variable onDragStart");
18820 }
18821 function set_onDragStartFunction($receiver, newValue) {
18822 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondragstart', newValue);
18823 }
18824 function get_onDropFunction($receiver) {
18825 throw UnsupportedOperationException_init("You can't read variable onDrop");
18826 }
18827 function set_onDropFunction($receiver, newValue) {
18828 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondrop', newValue);
18829 }
18830 function get_onDurationChangeFunction($receiver) {
18831 throw UnsupportedOperationException_init("You can't read variable onDurationChange");
18832 }
18833 function set_onDurationChangeFunction($receiver, newValue) {
18834 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ondurationchange', newValue);
18835 }
18836 function get_onEmptiedFunction($receiver) {
18837 throw UnsupportedOperationException_init("You can't read variable onEmptied");
18838 }
18839 function set_onEmptiedFunction($receiver, newValue) {
18840 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onemptied', newValue);
18841 }
18842 function get_onEndedFunction($receiver) {
18843 throw UnsupportedOperationException_init("You can't read variable onEnded");
18844 }
18845 function set_onEndedFunction($receiver, newValue) {
18846 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onended', newValue);
18847 }
18848 function get_onErrorFunction($receiver) {
18849 throw UnsupportedOperationException_init("You can't read variable onError");
18850 }
18851 function set_onErrorFunction($receiver, newValue) {
18852 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onerror', newValue);
18853 }
18854 function get_onFocusFunction($receiver) {
18855 throw UnsupportedOperationException_init("You can't read variable onFocus");
18856 }
18857 function set_onFocusFunction($receiver, newValue) {
18858 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onfocus', newValue);
18859 }
18860 function get_onFocusInFunction($receiver) {
18861 throw UnsupportedOperationException_init("You can't read variable onFocusIn");
18862 }
18863 function set_onFocusInFunction($receiver, newValue) {
18864 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onfocusin', newValue);
18865 }
18866 function get_onFocusOutFunction($receiver) {
18867 throw UnsupportedOperationException_init("You can't read variable onFocusOut");
18868 }
18869 function set_onFocusOutFunction($receiver, newValue) {
18870 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onfocusout', newValue);
18871 }
18872 function get_onFormChangeFunction($receiver) {
18873 throw UnsupportedOperationException_init("You can't read variable onFormChange");
18874 }
18875 function set_onFormChangeFunction($receiver, newValue) {
18876 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onformchange', newValue);
18877 }
18878 function get_onFormInputFunction($receiver) {
18879 throw UnsupportedOperationException_init("You can't read variable onFormInput");
18880 }
18881 function set_onFormInputFunction($receiver, newValue) {
18882 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onforminput', newValue);
18883 }
18884 function get_onInputFunction($receiver) {
18885 throw UnsupportedOperationException_init("You can't read variable onInput");
18886 }
18887 function set_onInputFunction($receiver, newValue) {
18888 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'oninput', newValue);
18889 }
18890 function get_onInvalidFunction($receiver) {
18891 throw UnsupportedOperationException_init("You can't read variable onInvalid");
18892 }
18893 function set_onInvalidFunction($receiver, newValue) {
18894 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'oninvalid', newValue);
18895 }
18896 function get_onKeyDownFunction($receiver) {
18897 throw UnsupportedOperationException_init("You can't read variable onKeyDown");
18898 }
18899 function set_onKeyDownFunction($receiver, newValue) {
18900 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onkeydown', newValue);
18901 }
18902 function get_onKeyPressFunction($receiver) {
18903 throw UnsupportedOperationException_init("You can't read variable onKeyPress");
18904 }
18905 function set_onKeyPressFunction($receiver, newValue) {
18906 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onkeypress', newValue);
18907 }
18908 function get_onKeyUpFunction($receiver) {
18909 throw UnsupportedOperationException_init("You can't read variable onKeyUp");
18910 }
18911 function set_onKeyUpFunction($receiver, newValue) {
18912 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onkeyup', newValue);
18913 }
18914 function get_onLoadFunction($receiver) {
18915 throw UnsupportedOperationException_init("You can't read variable onLoad");
18916 }
18917 function set_onLoadFunction($receiver, newValue) {
18918 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onload', newValue);
18919 }
18920 function get_onLoadedDataFunction($receiver) {
18921 throw UnsupportedOperationException_init("You can't read variable onLoadedData");
18922 }
18923 function set_onLoadedDataFunction($receiver, newValue) {
18924 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onloadeddata', newValue);
18925 }
18926 function get_onLoadedMetaDataFunction($receiver) {
18927 throw UnsupportedOperationException_init("You can't read variable onLoadedMetaData");
18928 }
18929 function set_onLoadedMetaDataFunction($receiver, newValue) {
18930 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onloadedmetadata', newValue);
18931 }
18932 function get_onLoadStartFunction($receiver) {
18933 throw UnsupportedOperationException_init("You can't read variable onLoadStart");
18934 }
18935 function set_onLoadStartFunction($receiver, newValue) {
18936 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onloadstart', newValue);
18937 }
18938 function get_onMouseDownFunction($receiver) {
18939 throw UnsupportedOperationException_init("You can't read variable onMouseDown");
18940 }
18941 function set_onMouseDownFunction($receiver, newValue) {
18942 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onmousedown', newValue);
18943 }
18944 function get_onMouseMoveFunction($receiver) {
18945 throw UnsupportedOperationException_init("You can't read variable onMouseMove");
18946 }
18947 function set_onMouseMoveFunction($receiver, newValue) {
18948 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onmousemove', newValue);
18949 }
18950 function get_onMouseOutFunction($receiver) {
18951 throw UnsupportedOperationException_init("You can't read variable onMouseOut");
18952 }
18953 function set_onMouseOutFunction($receiver, newValue) {
18954 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onmouseout', newValue);
18955 }
18956 function get_onMouseOverFunction($receiver) {
18957 throw UnsupportedOperationException_init("You can't read variable onMouseOver");
18958 }
18959 function set_onMouseOverFunction($receiver, newValue) {
18960 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onmouseover', newValue);
18961 }
18962 function get_onMouseUpFunction($receiver) {
18963 throw UnsupportedOperationException_init("You can't read variable onMouseUp");
18964 }
18965 function set_onMouseUpFunction($receiver, newValue) {
18966 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onmouseup', newValue);
18967 }
18968 function get_onMouseWheelFunction($receiver) {
18969 throw UnsupportedOperationException_init("You can't read variable onMouseWheel");
18970 }
18971 function set_onMouseWheelFunction($receiver, newValue) {
18972 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onmousewheel', newValue);
18973 }
18974 function get_onPauseFunction($receiver) {
18975 throw UnsupportedOperationException_init("You can't read variable onPause");
18976 }
18977 function set_onPauseFunction($receiver, newValue) {
18978 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onpause', newValue);
18979 }
18980 function get_onPlayFunction($receiver) {
18981 throw UnsupportedOperationException_init("You can't read variable onPlay");
18982 }
18983 function set_onPlayFunction($receiver, newValue) {
18984 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onplay', newValue);
18985 }
18986 function get_onPlayingFunction($receiver) {
18987 throw UnsupportedOperationException_init("You can't read variable onPlaying");
18988 }
18989 function set_onPlayingFunction($receiver, newValue) {
18990 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onplaying', newValue);
18991 }
18992 function get_onProgressFunction($receiver) {
18993 throw UnsupportedOperationException_init("You can't read variable onProgress");
18994 }
18995 function set_onProgressFunction($receiver, newValue) {
18996 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onprogress', newValue);
18997 }
18998 function get_onRateChangeFunction($receiver) {
18999 throw UnsupportedOperationException_init("You can't read variable onRateChange");
19000 }
19001 function set_onRateChangeFunction($receiver, newValue) {
19002 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onratechange', newValue);
19003 }
19004 function get_onReadyStateChangeFunction($receiver) {
19005 throw UnsupportedOperationException_init("You can't read variable onReadyStateChange");
19006 }
19007 function set_onReadyStateChangeFunction($receiver, newValue) {
19008 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onreadystatechange', newValue);
19009 }
19010 function get_onScrollFunction($receiver) {
19011 throw UnsupportedOperationException_init("You can't read variable onScroll");
19012 }
19013 function set_onScrollFunction($receiver, newValue) {
19014 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onscroll', newValue);
19015 }
19016 function get_onSearchFunction($receiver) {
19017 throw UnsupportedOperationException_init("You can't read variable onSearch");
19018 }
19019 function set_onSearchFunction($receiver, newValue) {
19020 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onsearch', newValue);
19021 }
19022 function get_onSeekedFunction($receiver) {
19023 throw UnsupportedOperationException_init("You can't read variable onSeeked");
19024 }
19025 function set_onSeekedFunction($receiver, newValue) {
19026 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onseeked', newValue);
19027 }
19028 function get_onSeekingFunction($receiver) {
19029 throw UnsupportedOperationException_init("You can't read variable onSeeking");
19030 }
19031 function set_onSeekingFunction($receiver, newValue) {
19032 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onseeking', newValue);
19033 }
19034 function get_onSelectFunction($receiver) {
19035 throw UnsupportedOperationException_init("You can't read variable onSelect");
19036 }
19037 function set_onSelectFunction($receiver, newValue) {
19038 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onselect', newValue);
19039 }
19040 function get_onShowFunction($receiver) {
19041 throw UnsupportedOperationException_init("You can't read variable onShow");
19042 }
19043 function set_onShowFunction($receiver, newValue) {
19044 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onshow', newValue);
19045 }
19046 function get_onStalledFunction($receiver) {
19047 throw UnsupportedOperationException_init("You can't read variable onStalled");
19048 }
19049 function set_onStalledFunction($receiver, newValue) {
19050 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onstalled', newValue);
19051 }
19052 function get_onSubmitFunction($receiver) {
19053 throw UnsupportedOperationException_init("You can't read variable onSubmit");
19054 }
19055 function set_onSubmitFunction($receiver, newValue) {
19056 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onsubmit', newValue);
19057 }
19058 function get_onSuspendFunction($receiver) {
19059 throw UnsupportedOperationException_init("You can't read variable onSuspend");
19060 }
19061 function set_onSuspendFunction($receiver, newValue) {
19062 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onsuspend', newValue);
19063 }
19064 function get_onTimeUpdateFunction($receiver) {
19065 throw UnsupportedOperationException_init("You can't read variable onTimeUpdate");
19066 }
19067 function set_onTimeUpdateFunction($receiver, newValue) {
19068 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ontimeupdate', newValue);
19069 }
19070 function get_onTouchCancelFunction($receiver) {
19071 throw UnsupportedOperationException_init("You can't read variable onTouchCancel");
19072 }
19073 function set_onTouchCancelFunction($receiver, newValue) {
19074 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ontouchcancel', newValue);
19075 }
19076 function get_onTouchEndFunction($receiver) {
19077 throw UnsupportedOperationException_init("You can't read variable onTouchEnd");
19078 }
19079 function set_onTouchEndFunction($receiver, newValue) {
19080 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ontouchend', newValue);
19081 }
19082 function get_onTouchMoveFunction($receiver) {
19083 throw UnsupportedOperationException_init("You can't read variable onTouchMove");
19084 }
19085 function set_onTouchMoveFunction($receiver, newValue) {
19086 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ontouchmove', newValue);
19087 }
19088 function get_onTouchStartFunction($receiver) {
19089 throw UnsupportedOperationException_init("You can't read variable onTouchStart");
19090 }
19091 function set_onTouchStartFunction($receiver, newValue) {
19092 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'ontouchstart', newValue);
19093 }
19094 function get_onVolumeChangeFunction($receiver) {
19095 throw UnsupportedOperationException_init("You can't read variable onVolumeChange");
19096 }
19097 function set_onVolumeChangeFunction($receiver, newValue) {
19098 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onvolumechange', newValue);
19099 }
19100 function get_onWaitingFunction($receiver) {
19101 throw UnsupportedOperationException_init("You can't read variable onWaiting");
19102 }
19103 function set_onWaitingFunction($receiver, newValue) {
19104 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onwaiting', newValue);
19105 }
19106 function get_onWheelFunction($receiver) {
19107 throw UnsupportedOperationException_init("You can't read variable onWheel");
19108 }
19109 function set_onWheelFunction($receiver, newValue) {
19110 $receiver.consumer.onTagEvent_azi6uv$($receiver, 'onwheel', newValue);
19111 }
19112 function injectTo($receiver, bean, field) {
19113 field.set(bean, $receiver);
19114 }
19115 function injectToUnsafe($receiver, bean, field) {
19116 injectTo($receiver, bean, field);
19117 }
19118 function InjectCapture() {
19119 }
19120 InjectCapture.$metadata$ = {
19121 kind: Kind_INTERFACE,
19122 simpleName: 'InjectCapture',
19123 interfaces: []
19124 };
19125 function InjectByClassName(className) {
19126 this.className = className;
19127 }
19128 InjectByClassName.$metadata$ = {
19129 kind: Kind_CLASS,
19130 simpleName: 'InjectByClassName',
19131 interfaces: [InjectCapture]
19132 };
19133 function InjectByTagName(tagName) {
19134 this.tagName = tagName;
19135 }
19136 InjectByTagName.$metadata$ = {
19137 kind: Kind_CLASS,
19138 simpleName: 'InjectByTagName',
19139 interfaces: [InjectCapture]
19140 };
19141 function InjectRoot() {
19142 InjectRoot_instance = this;
19143 }
19144 InjectRoot.$metadata$ = {
19145 kind: Kind_OBJECT,
19146 simpleName: 'InjectRoot',
19147 interfaces: [InjectCapture]
19148 };
19149 var InjectRoot_instance = null;
19150 function InjectRoot_getInstance() {
19151 if (InjectRoot_instance === null) {
19152 new InjectRoot();
19153 }
19154 return InjectRoot_instance;
19155 }
19156 function CustomCapture() {
19157 }
19158 CustomCapture.$metadata$ = {
19159 kind: Kind_INTERFACE,
19160 simpleName: 'CustomCapture',
19161 interfaces: [InjectCapture]
19162 };
19163 function InjectorConsumer(downstream, bean, rules) {
19164 this.downstream = downstream;
19165 this.bean = bean;
19166 var destination = ArrayList_init();
19167 var tmp$;
19168 tmp$ = rules.iterator();
19169 while (tmp$.hasNext()) {
19170 var element = tmp$.next();
19171 if (Kotlin.isType(element.first, InjectByClassName))
19172 destination.add_11rb$(element);
19173 }
19174 var destination_0 = ArrayList_init_0(collectionSizeOrDefault(destination, 10));
19175 var tmp$_0;
19176 tmp$_0 = destination.iterator();
19177 while (tmp$_0.hasNext()) {
19178 var item = tmp$_0.next();
19179 var tmp$_1;
19180 destination_0.add_11rb$(to(Kotlin.isType(tmp$_1 = item.first, InjectByClassName) ? tmp$_1 : throwCCE(), item.second));
19181 }
19182 var destination_1 = LinkedHashMap_init();
19183 var tmp$_2;
19184 tmp$_2 = destination_0.iterator();
19185 while (tmp$_2.hasNext()) {
19186 var element_0 = tmp$_2.next();
19187 var key = element_0.first.className;
19188 var tmp$_0_0;
19189 var value = destination_1.get_11rb$(key);
19190 if (value == null) {
19191 var answer = ArrayList_init();
19192 destination_1.put_xwzc9p$(key, answer);
19193 tmp$_0_0 = answer;
19194 }
19195 else {
19196 tmp$_0_0 = value;
19197 }
19198 var list = tmp$_0_0;
19199 list.add_11rb$(element_0.second);
19200 }
19201 this.classesMap_0 = destination_1;
19202 var destination_2 = ArrayList_init();
19203 var tmp$_3;
19204 tmp$_3 = rules.iterator();
19205 while (tmp$_3.hasNext()) {
19206 var element_1 = tmp$_3.next();
19207 if (Kotlin.isType(element_1.first, InjectByTagName))
19208 destination_2.add_11rb$(element_1);
19209 }
19210 var destination_3 = ArrayList_init_0(collectionSizeOrDefault(destination_2, 10));
19211 var tmp$_4;
19212 tmp$_4 = destination_2.iterator();
19213 while (tmp$_4.hasNext()) {
19214 var item_0 = tmp$_4.next();
19215 var tmp$_5;
19216 destination_3.add_11rb$(to(Kotlin.isType(tmp$_5 = item_0.first, InjectByTagName) ? tmp$_5 : throwCCE(), item_0.second));
19217 }
19218 var destination_4 = LinkedHashMap_init();
19219 var tmp$_6;
19220 tmp$_6 = destination_3.iterator();
19221 while (tmp$_6.hasNext()) {
19222 var element_2 = tmp$_6.next();
19223 var key_0 = element_2.first.tagName.toLowerCase();
19224 var tmp$_0_1;
19225 var value_0 = destination_4.get_11rb$(key_0);
19226 if (value_0 == null) {
19227 var answer_0 = ArrayList_init();
19228 destination_4.put_xwzc9p$(key_0, answer_0);
19229 tmp$_0_1 = answer_0;
19230 }
19231 else {
19232 tmp$_0_1 = value_0;
19233 }
19234 var list_0 = tmp$_0_1;
19235 list_0.add_11rb$(element_2.second);
19236 }
19237 this.tagNamesMap_0 = destination_4;
19238 var destination_5 = ArrayList_init();
19239 var tmp$_7;
19240 tmp$_7 = rules.iterator();
19241 while (tmp$_7.hasNext()) {
19242 var element_3 = tmp$_7.next();
19243 if (equals(element_3.first, InjectRoot_getInstance()))
19244 destination_5.add_11rb$(element_3);
19245 }
19246 var destination_6 = ArrayList_init_0(collectionSizeOrDefault(destination_5, 10));
19247 var tmp$_8;
19248 tmp$_8 = destination_5.iterator();
19249 while (tmp$_8.hasNext()) {
19250 var item_1 = tmp$_8.next();
19251 destination_6.add_11rb$(item_1.second);
19252 }
19253 this.rootCaptures_0 = destination_6;
19254 var destination_7 = ArrayList_init();
19255 var tmp$_9;
19256 tmp$_9 = rules.iterator();
19257 while (tmp$_9.hasNext()) {
19258 var element_4 = tmp$_9.next();
19259 if (Kotlin.isType(element_4.first, CustomCapture))
19260 destination_7.add_11rb$(element_4);
19261 }
19262 var destination_8 = ArrayList_init_0(collectionSizeOrDefault(destination_7, 10));
19263 var tmp$_10;
19264 tmp$_10 = destination_7.iterator();
19265 while (tmp$_10.hasNext()) {
19266 var item_2 = tmp$_10.next();
19267 var tmp$_11;
19268 destination_8.add_11rb$(to(Kotlin.isType(tmp$_11 = item_2.first, CustomCapture) ? tmp$_11 : throwCCE(), item_2.second));
19269 }
19270 this.customCaptures_0 = destination_8;
19271 }
19272 InjectorConsumer.prototype.onTagEnd_tkgjla$ = function (tag) {
19273 var tmp$;
19274 this.downstream.onTagEnd_tkgjla$(tag);
19275 var node = this.downstream.finalize();
19276 if (!this.classesMap_0.isEmpty()) {
19277 var $receiver = asList(node.classList);
19278 var destination = ArrayList_init();
19279 var tmp$_0;
19280 tmp$_0 = $receiver.iterator();
19281 while (tmp$_0.hasNext()) {
19282 var element = tmp$_0.next();
19283 var tmp$_1;
19284 var list = (tmp$_1 = this.classesMap_0.get_11rb$(element)) != null ? tmp$_1 : emptyList();
19285 addAll(destination, list);
19286 }
19287 var tmp$_2;
19288 tmp$_2 = destination.iterator();
19289 while (tmp$_2.hasNext()) {
19290 var element_0 = tmp$_2.next();
19291 injectToUnsafe(node, this.bean, element_0);
19292 }
19293 }
19294 if (!this.tagNamesMap_0.isEmpty()) {
19295 if ((tmp$ = this.tagNamesMap_0.get_11rb$(node.tagName.toLowerCase())) != null) {
19296 var tmp$_3;
19297 tmp$_3 = tmp$.iterator();
19298 while (tmp$_3.hasNext()) {
19299 var element_1 = tmp$_3.next();
19300 injectToUnsafe(node, this.bean, element_1);
19301 }
19302 }
19303 }
19304 var $receiver_0 = this.customCaptures_0;
19305 var destination_0 = ArrayList_init();
19306 var tmp$_4;
19307 tmp$_4 = $receiver_0.iterator();
19308 while (tmp$_4.hasNext()) {
19309 var element_2 = tmp$_4.next();
19310 if (element_2.first.apply_lt8gi4$(node))
19311 destination_0.add_11rb$(element_2);
19312 }
19313 var destination_1 = ArrayList_init_0(collectionSizeOrDefault(destination_0, 10));
19314 var tmp$_5;
19315 tmp$_5 = destination_0.iterator();
19316 while (tmp$_5.hasNext()) {
19317 var item = tmp$_5.next();
19318 destination_1.add_11rb$(item.second);
19319 }
19320 var tmp$_6;
19321 tmp$_6 = destination_1.iterator();
19322 while (tmp$_6.hasNext()) {
19323 var element_3 = tmp$_6.next();
19324 injectToUnsafe(node, this.bean, element_3);
19325 }
19326 };
19327 InjectorConsumer.prototype.finalize = function () {
19328 var node = this.downstream.finalize();
19329 var tmp$;
19330 tmp$ = this.rootCaptures_0.iterator();
19331 while (tmp$.hasNext()) {
19332 var element = tmp$.next();
19333 injectToUnsafe(node, this.bean, element);
19334 }
19335 return node;
19336 };
19337 InjectorConsumer.prototype.onTagAttributeChange_5n2z71$ = function (tag, attribute, value) {
19338 return this.downstream.onTagAttributeChange_5n2z71$(tag, attribute, value);
19339 };
19340 InjectorConsumer.prototype.onTagComment_6bul2c$ = function (content) {
19341 return this.downstream.onTagComment_6bul2c$(content);
19342 };
19343 InjectorConsumer.prototype.onTagContent_6bul2c$ = function (content) {
19344 return this.downstream.onTagContent_6bul2c$(content);
19345 };
19346 InjectorConsumer.prototype.onTagContentEntity_ws8or7$ = function (entity) {
19347 return this.downstream.onTagContentEntity_ws8or7$(entity);
19348 };
19349 InjectorConsumer.prototype.onTagContentUnsafe_kntra7$ = function (block) {
19350 return this.downstream.onTagContentUnsafe_kntra7$(block);
19351 };
19352 InjectorConsumer.prototype.onTagError_cjwpn3$ = function (tag, exception) {
19353 return this.downstream.onTagError_cjwpn3$(tag, exception);
19354 };
19355 InjectorConsumer.prototype.onTagEvent_azi6uv$ = function (tag, event, value) {
19356 return this.downstream.onTagEvent_azi6uv$(tag, event, value);
19357 };
19358 InjectorConsumer.prototype.onTagStart_tkgjla$ = function (tag) {
19359 return this.downstream.onTagStart_tkgjla$(tag);
19360 };
19361 InjectorConsumer.$metadata$ = {
19362 kind: Kind_CLASS,
19363 simpleName: 'InjectorConsumer',
19364 interfaces: [TagConsumer]
19365 };
19366 function inject($receiver, bean, rules) {
19367 return new InjectorConsumer($receiver, bean, rules);
19368 }
19369 function appendAndInject$lambda(closure$bean, closure$rules, closure$block) {
19370 return function ($receiver) {
19371 closure$block(new InjectorConsumer($receiver, closure$bean, closure$rules));
19372 return Unit;
19373 };
19374 }
19375 function appendAndInject($receiver, bean, rules, block) {
19376 return append($receiver, appendAndInject$lambda(bean, rules, block));
19377 }
19378 function trace$lambda(it) {
19379 console.info(it);
19380 return Unit;
19381 }
19382 function trace_0($receiver) {
19383 return trace($receiver, trace$lambda);
19384 }
19385 function currentTimeMillis() {
19386 return Kotlin.Long.fromNumber((new Date()).getTime());
19387 }
19388 function visitTag($receiver, block) {
19389 $receiver.consumer.onTagStart_tkgjla$($receiver);
19390 try {
19391 block($receiver);
19392 }
19393 catch (err) {
19394 if (Kotlin.isType(err, Throwable)) {
19395 $receiver.consumer.onTagError_cjwpn3$($receiver, err);
19396 }
19397 else
19398 throw err;
19399 }
19400 finally {
19401 $receiver.consumer.onTagEnd_tkgjla$($receiver);
19402 }
19403 }
19404 function visitTagAndFinalize($receiver, consumer, block) {
19405 if ($receiver.consumer !== consumer) {
19406 throw IllegalArgumentException_init('Wrong exception');
19407 }
19408 visitTag($receiver, block);
19409 return consumer.finalize();
19410 }
19411 var package$kotlinx = _.kotlinx || (_.kotlinx = {});
19412 var package$html = package$kotlinx.html || (package$kotlinx.html = {});
19413 package$html.TagConsumer = TagConsumer;
19414 package$html.Tag = Tag;
19415 package$html.Unsafe = Unsafe;
19416 package$html.AttributeEnum = AttributeEnum;
19417 package$html.visitTag_xwv8ym$ = visitTag;
19418 package$html.visit_xwv8ym$ = visit;
19419 package$html.visitTagAndFinalize_g9qte5$ = visitTagAndFinalize;
19420 package$html.visitAndFinalize_g9qte5$ = visitAndFinalize;
19421 package$html.attributesMapOf = attributesMapOf;
19422 package$html.attributesMapOf_jyasbz$ = attributesMapOf_0;
19423 package$html.attributesMapOf_alerag$ = attributesMapOf_1;
19424 package$html.singletonMapOf_puj7f4$ = singletonMapOf;
19425 package$html.unsafe_vdrn79$ = unsafe;
19426 Object.defineProperty(package$html, 'emptyMap', {
19427 get: function () {
19428 return emptyMap_0;
19429 }
19430 });
19431 package$html.DefaultUnsafe = DefaultUnsafe;
19432 package$html.HtmlTagMarker = HtmlTagMarker;
19433 var package$attributes = package$html.attributes || (package$html.attributes = {});
19434 package$attributes.AttributeEncoder = AttributeEncoder;
19435 package$attributes.Attribute = Attribute;
19436 Object.defineProperty(package$attributes, 'StringEncoder', {
19437 get: StringEncoder_getInstance
19438 });
19439 package$attributes.StringAttribute = StringAttribute;
19440 package$attributes.booleanEncode_1v8dcc$ = booleanEncode;
19441 package$attributes.BooleanEncoder = BooleanEncoder;
19442 package$attributes.BooleanAttribute = BooleanAttribute;
19443 package$attributes.tickerEncode_gigfna$ = tickerEncode;
19444 Object.defineProperty(package$attributes, 'TickerEncoder', {
19445 get: TickerEncoder_getInstance
19446 });
19447 package$attributes.TickerAttribute = TickerAttribute;
19448 package$attributes.EnumEncoder = EnumEncoder;
19449 package$attributes.enumEncode_m4whry$ = enumEncode;
19450 package$attributes.EnumAttribute = EnumAttribute;
19451 package$attributes.stringSetDecode_pdl1vj$ = stringSetDecode;
19452 package$attributes.stringSetEncode_gevexo$ = stringSetEncode;
19453 Object.defineProperty(package$attributes, 'StringSetEncoder', {
19454 get: StringSetEncoder_getInstance
19455 });
19456 package$attributes.StringSetAttribute = StringSetAttribute;
19457 $$importsForInline$$['kotlinx-html-js'] = _;
19458 package$html.legEnd_99jryr$ = legEnd;
19459 package$html.legEnd_vwmtm2$ = legEnd_0;
19460 package$html.legEnd_xzrxko$ = legEnd_1;
19461 package$html.legEnd_pujkak$ = legEnd_2;
19462 package$html.Draggable = Draggable;
19463 package$html.get_true__sh13o2$ = get_true_;
19464 package$html.get_false__sh13o2$ = get_false_;
19465 package$html.object__dbo9vp$ = object_;
19466 package$html.var__87cnpn$ = var_;
19467 package$html.var__ycyb16$ = var__0;
19468 package$html.object__lbhlz7$ = object__0;
19469 package$html.get_for__baf5if$ = get_for_;
19470 package$html.set_for__i8xdhl$ = set_for_;
19471 package$html.get_for__mffrb2$ = get_for__0;
19472 package$html.set_for__4rgb9g$ = set_for__0;
19473 package$html.get_onTouchcancel_fxodxh$ = get_onTouchcancel;
19474 package$html.set_onTouchcancel_ueiko3$ = set_onTouchcancel;
19475 package$html.get_onTouchmove_fxodxh$ = get_onTouchmove;
19476 package$html.set_onTouchmove_ueiko3$ = set_onTouchmove;
19477 var package$consumers = package$html.consumers || (package$html.consumers = {});
19478 package$consumers.DelayedConsumer = DelayedConsumer;
19479 package$consumers.delayed_3mrk8e$ = delayed;
19480 var package$impl = package$html.impl || (package$html.impl = {});
19481 package$impl.DelegatingMap = DelegatingMap;
19482 package$consumers.catch_5uvl3r$ = catch_0;
19483 Object.defineProperty(package$consumers, 'PredicateResults', {
19484 get: PredicateResults_getInstance
19485 });
19486 Object.defineProperty(PredicateResult, 'PASS', {
19487 get: PredicateResult$PASS_getInstance
19488 });
19489 Object.defineProperty(PredicateResult, 'SKIP', {
19490 get: PredicateResult$SKIP_getInstance
19491 });
19492 Object.defineProperty(PredicateResult, 'DROP', {
19493 get: PredicateResult$DROP_getInstance
19494 });
19495 package$consumers.PredicateResult = PredicateResult;
19496 package$consumers.filter_8vynzr$ = filter;
19497 package$consumers.FinalizeConsumer = FinalizeConsumer;
19498 package$consumers.onFinalize_fnbzu2$ = onFinalize;
19499 package$consumers.onFinalizeMap_dpqpuj$ = onFinalizeMap;
19500 package$html.CommonAttributeGroupFacade = CommonAttributeGroupFacade;
19501 package$html.get_enableTheming_fxodxh$ = get_enableTheming;
19502 package$html.set_enableTheming_jqpcbu$ = set_enableTheming;
19503 package$html.get_enableViewState_fxodxh$ = get_enableViewState;
19504 package$html.set_enableViewState_jqpcbu$ = set_enableViewState;
19505 package$html.get_skinID_fxodxh$ = get_skinID;
19506 package$html.set_skinID_ueiko3$ = set_skinID;
19507 package$html.get_visible_fxodxh$ = get_visible;
19508 package$html.set_visible_jqpcbu$ = set_visible;
19509 package$html.get_accessKey_fxodxh$ = get_accessKey;
19510 package$html.set_accessKey_ueiko3$ = set_accessKey;
19511 package$html.get_classes_fxodxh$ = get_classes;
19512 package$html.set_classes_njy09m$ = set_classes;
19513 package$html.get_contentEditable_fxodxh$ = get_contentEditable;
19514 package$html.set_contentEditable_jqpcbu$ = set_contentEditable;
19515 package$html.get_contextMenu_fxodxh$ = get_contextMenu;
19516 package$html.set_contextMenu_ueiko3$ = set_contextMenu;
19517 package$html.get_dataFolderName_fxodxh$ = get_dataFolderName;
19518 package$html.set_dataFolderName_ueiko3$ = set_dataFolderName;
19519 package$html.get_dataMsgId_fxodxh$ = get_dataMsgId;
19520 package$html.set_dataMsgId_ueiko3$ = set_dataMsgId;
19521 package$html.get_dir_fxodxh$ = get_dir;
19522 package$html.set_dir_9u487w$ = set_dir;
19523 package$html.get_draggable_fxodxh$ = get_draggable;
19524 package$html.set_draggable_5qpbvg$ = set_draggable;
19525 package$html.get_hidden_fxodxh$ = get_hidden;
19526 package$html.set_hidden_jqpcbu$ = set_hidden;
19527 package$html.get_id_fxodxh$ = get_id;
19528 package$html.set_id_ueiko3$ = set_id;
19529 package$html.get_itemProp_fxodxh$ = get_itemProp;
19530 package$html.set_itemProp_ueiko3$ = set_itemProp;
19531 package$html.get_lang_fxodxh$ = get_lang;
19532 package$html.set_lang_ueiko3$ = set_lang;
19533 package$html.get_onAbort_fxodxh$ = get_onAbort;
19534 package$html.set_onAbort_ueiko3$ = set_onAbort;
19535 package$html.get_onBlur_fxodxh$ = get_onBlur;
19536 package$html.set_onBlur_ueiko3$ = set_onBlur;
19537 package$html.get_onCanPlay_fxodxh$ = get_onCanPlay;
19538 package$html.set_onCanPlay_ueiko3$ = set_onCanPlay;
19539 package$html.get_onCanPlayThrough_fxodxh$ = get_onCanPlayThrough;
19540 package$html.set_onCanPlayThrough_ueiko3$ = set_onCanPlayThrough;
19541 package$html.get_onChange_fxodxh$ = get_onChange;
19542 package$html.set_onChange_ueiko3$ = set_onChange;
19543 package$html.get_onClick_fxodxh$ = get_onClick;
19544 package$html.set_onClick_ueiko3$ = set_onClick;
19545 package$html.get_onContextMenu_fxodxh$ = get_onContextMenu;
19546 package$html.set_onContextMenu_ueiko3$ = set_onContextMenu;
19547 package$html.get_onDoubleClick_fxodxh$ = get_onDoubleClick;
19548 package$html.set_onDoubleClick_ueiko3$ = set_onDoubleClick;
19549 package$html.get_onDrag_fxodxh$ = get_onDrag;
19550 package$html.set_onDrag_ueiko3$ = set_onDrag;
19551 package$html.get_onDragEnd_fxodxh$ = get_onDragEnd;
19552 package$html.set_onDragEnd_ueiko3$ = set_onDragEnd;
19553 package$html.get_onDragEnter_fxodxh$ = get_onDragEnter;
19554 package$html.set_onDragEnter_ueiko3$ = set_onDragEnter;
19555 package$html.get_onDragLeave_fxodxh$ = get_onDragLeave;
19556 package$html.set_onDragLeave_ueiko3$ = set_onDragLeave;
19557 package$html.get_onDragOver_fxodxh$ = get_onDragOver;
19558 package$html.set_onDragOver_ueiko3$ = set_onDragOver;
19559 package$html.get_onDragStart_fxodxh$ = get_onDragStart;
19560 package$html.set_onDragStart_ueiko3$ = set_onDragStart;
19561 package$html.get_onDrop_fxodxh$ = get_onDrop;
19562 package$html.set_onDrop_ueiko3$ = set_onDrop;
19563 package$html.get_onDurationChange_fxodxh$ = get_onDurationChange;
19564 package$html.set_onDurationChange_ueiko3$ = set_onDurationChange;
19565 package$html.get_onEmptied_fxodxh$ = get_onEmptied;
19566 package$html.set_onEmptied_ueiko3$ = set_onEmptied;
19567 package$html.get_onEnded_fxodxh$ = get_onEnded;
19568 package$html.set_onEnded_ueiko3$ = set_onEnded;
19569 package$html.get_onError_fxodxh$ = get_onError;
19570 package$html.set_onError_ueiko3$ = set_onError;
19571 package$html.get_onFocus_fxodxh$ = get_onFocus;
19572 package$html.set_onFocus_ueiko3$ = set_onFocus;
19573 package$html.get_onFocusIn_fxodxh$ = get_onFocusIn;
19574 package$html.set_onFocusIn_ueiko3$ = set_onFocusIn;
19575 package$html.get_onFocusOut_fxodxh$ = get_onFocusOut;
19576 package$html.set_onFocusOut_ueiko3$ = set_onFocusOut;
19577 package$html.get_onFormChange_fxodxh$ = get_onFormChange;
19578 package$html.set_onFormChange_ueiko3$ = set_onFormChange;
19579 package$html.get_onFormInput_fxodxh$ = get_onFormInput;
19580 package$html.set_onFormInput_ueiko3$ = set_onFormInput;
19581 package$html.get_onInput_fxodxh$ = get_onInput;
19582 package$html.set_onInput_ueiko3$ = set_onInput;
19583 package$html.get_onInvalid_fxodxh$ = get_onInvalid;
19584 package$html.set_onInvalid_ueiko3$ = set_onInvalid;
19585 package$html.get_onKeyDown_fxodxh$ = get_onKeyDown;
19586 package$html.set_onKeyDown_ueiko3$ = set_onKeyDown;
19587 package$html.get_onKeyPress_fxodxh$ = get_onKeyPress;
19588 package$html.set_onKeyPress_ueiko3$ = set_onKeyPress;
19589 package$html.get_onKeyUp_fxodxh$ = get_onKeyUp;
19590 package$html.set_onKeyUp_ueiko3$ = set_onKeyUp;
19591 package$html.get_onLoad_fxodxh$ = get_onLoad;
19592 package$html.set_onLoad_ueiko3$ = set_onLoad;
19593 package$html.get_onLoadedData_fxodxh$ = get_onLoadedData;
19594 package$html.set_onLoadedData_ueiko3$ = set_onLoadedData;
19595 package$html.get_onLoadedMetaData_fxodxh$ = get_onLoadedMetaData;
19596 package$html.set_onLoadedMetaData_ueiko3$ = set_onLoadedMetaData;
19597 package$html.get_onLoadStart_fxodxh$ = get_onLoadStart;
19598 package$html.set_onLoadStart_ueiko3$ = set_onLoadStart;
19599 package$html.get_onMouseDown_fxodxh$ = get_onMouseDown;
19600 package$html.set_onMouseDown_ueiko3$ = set_onMouseDown;
19601 package$html.get_onMouseMove_fxodxh$ = get_onMouseMove;
19602 package$html.set_onMouseMove_ueiko3$ = set_onMouseMove;
19603 package$html.get_onMouseOut_fxodxh$ = get_onMouseOut;
19604 package$html.set_onMouseOut_ueiko3$ = set_onMouseOut;
19605 package$html.get_onMouseOver_fxodxh$ = get_onMouseOver;
19606 package$html.set_onMouseOver_ueiko3$ = set_onMouseOver;
19607 package$html.get_onMouseUp_fxodxh$ = get_onMouseUp;
19608 package$html.set_onMouseUp_ueiko3$ = set_onMouseUp;
19609 package$html.get_onMouseWheel_fxodxh$ = get_onMouseWheel;
19610 package$html.set_onMouseWheel_ueiko3$ = set_onMouseWheel;
19611 package$html.get_onPause_fxodxh$ = get_onPause;
19612 package$html.set_onPause_ueiko3$ = set_onPause;
19613 package$html.get_onPlay_fxodxh$ = get_onPlay;
19614 package$html.set_onPlay_ueiko3$ = set_onPlay;
19615 package$html.get_onPlaying_fxodxh$ = get_onPlaying;
19616 package$html.set_onPlaying_ueiko3$ = set_onPlaying;
19617 package$html.get_onProgress_fxodxh$ = get_onProgress;
19618 package$html.set_onProgress_ueiko3$ = set_onProgress;
19619 package$html.get_onRateChange_fxodxh$ = get_onRateChange;
19620 package$html.set_onRateChange_ueiko3$ = set_onRateChange;
19621 package$html.get_onReadyStateChange_fxodxh$ = get_onReadyStateChange;
19622 package$html.set_onReadyStateChange_ueiko3$ = set_onReadyStateChange;
19623 package$html.get_onScroll_fxodxh$ = get_onScroll;
19624 package$html.set_onScroll_ueiko3$ = set_onScroll;
19625 package$html.get_onSearch_fxodxh$ = get_onSearch;
19626 package$html.set_onSearch_ueiko3$ = set_onSearch;
19627 package$html.get_onSeeked_fxodxh$ = get_onSeeked;
19628 package$html.set_onSeeked_ueiko3$ = set_onSeeked;
19629 package$html.get_onSeeking_fxodxh$ = get_onSeeking;
19630 package$html.set_onSeeking_ueiko3$ = set_onSeeking;
19631 package$html.get_onSelect_fxodxh$ = get_onSelect;
19632 package$html.set_onSelect_ueiko3$ = set_onSelect;
19633 package$html.get_onShow_fxodxh$ = get_onShow;
19634 package$html.set_onShow_ueiko3$ = set_onShow;
19635 package$html.get_onStalled_fxodxh$ = get_onStalled;
19636 package$html.set_onStalled_ueiko3$ = set_onStalled;
19637 package$html.get_onSubmit_fxodxh$ = get_onSubmit;
19638 package$html.set_onSubmit_ueiko3$ = set_onSubmit;
19639 package$html.get_onSuspend_fxodxh$ = get_onSuspend;
19640 package$html.set_onSuspend_ueiko3$ = set_onSuspend;
19641 package$html.get_onTimeUpdate_fxodxh$ = get_onTimeUpdate;
19642 package$html.set_onTimeUpdate_ueiko3$ = set_onTimeUpdate;
19643 package$html.get_onTouchCancel_fxodxh$ = get_onTouchCancel;
19644 package$html.set_onTouchCancel_ueiko3$ = set_onTouchCancel;
19645 package$html.get_onTouchEnd_fxodxh$ = get_onTouchEnd;
19646 package$html.set_onTouchEnd_ueiko3$ = set_onTouchEnd;
19647 package$html.get_onTouchMove_fxodxh$ = get_onTouchMove;
19648 package$html.set_onTouchMove_ueiko3$ = set_onTouchMove;
19649 package$html.get_onTouchStart_fxodxh$ = get_onTouchStart;
19650 package$html.set_onTouchStart_ueiko3$ = set_onTouchStart;
19651 package$html.get_onVolumeChange_fxodxh$ = get_onVolumeChange;
19652 package$html.set_onVolumeChange_ueiko3$ = set_onVolumeChange;
19653 package$html.get_onWaiting_fxodxh$ = get_onWaiting;
19654 package$html.set_onWaiting_ueiko3$ = set_onWaiting;
19655 package$html.get_onWheel_fxodxh$ = get_onWheel;
19656 package$html.set_onWheel_ueiko3$ = set_onWheel;
19657 package$html.get_role_fxodxh$ = get_role;
19658 package$html.set_role_ueiko3$ = set_role;
19659 package$html.get_runAt_fxodxh$ = get_runAt;
19660 package$html.set_runAt_62sup9$ = set_runAt;
19661 package$html.get_spellCheck_fxodxh$ = get_spellCheck;
19662 package$html.set_spellCheck_jqpcbu$ = set_spellCheck;
19663 package$html.get_style_fxodxh$ = get_style;
19664 package$html.set_style_ueiko3$ = set_style;
19665 package$html.get_subject_fxodxh$ = get_subject;
19666 package$html.set_subject_ueiko3$ = set_subject;
19667 package$html.get_tabIndex_fxodxh$ = get_tabIndex;
19668 package$html.set_tabIndex_ueiko3$ = set_tabIndex;
19669 package$html.get_title_fxodxh$ = get_title;
19670 package$html.set_title_ueiko3$ = set_title;
19671 package$html.FormServerAttributeGroupFacade = FormServerAttributeGroupFacade;
19672 package$html.get_defaultButton_eyr2db$ = get_defaultButton;
19673 package$html.set_defaultButton_pr6dup$ = set_defaultButton;
19674 package$html.get_defaultFocus_eyr2db$ = get_defaultFocus;
19675 package$html.set_defaultFocus_pr6dup$ = set_defaultFocus;
19676 package$html.get_submitDisabledControls_eyr2db$ = get_submitDisabledControls;
19677 package$html.set_submitDisabledControls_f4mavu$ = set_submitDisabledControls;
19678 package$html.InputServerAttributeGroupFacade = InputServerAttributeGroupFacade;
19679 package$html.get_causesValidation_1b5w33$ = get_causesValidation;
19680 package$html.set_causesValidation_jnmo2c$ = set_causesValidation;
19681 package$html.get_validationGroup_1b5w33$ = get_validationGroup;
19682 package$html.set_validationGroup_3yp3w3$ = set_validationGroup;
19683 package$html.SelectServerAttributeGroupFacade = SelectServerAttributeGroupFacade;
19684 package$html.get_dataSourceID_6ojqtj$ = get_dataSourceID;
19685 package$html.set_dataSourceID_6l8dwp$ = set_dataSourceID;
19686 package$html.get_dataTextField_6ojqtj$ = get_dataTextField;
19687 package$html.set_dataTextField_6l8dwp$ = set_dataTextField;
19688 package$html.get_dataValueField_6ojqtj$ = get_dataValueField;
19689 package$html.set_dataValueField_6l8dwp$ = set_dataValueField;
19690 Object.defineProperty(package$html, 'attributeStringString_8be2vx$', {
19691 get: function () {
19692 return attributeStringString;
19693 }
19694 });
19695 Object.defineProperty(package$html, 'attributeSetStringStringSet_8be2vx$', {
19696 get: function () {
19697 return attributeSetStringStringSet;
19698 }
19699 });
19700 Object.defineProperty(package$html, 'attributeBooleanBoolean_8be2vx$', {
19701 get: function () {
19702 return attributeBooleanBoolean;
19703 }
19704 });
19705 Object.defineProperty(package$html, 'attributeBooleanBooleanOnOff_8be2vx$', {
19706 get: function () {
19707 return attributeBooleanBooleanOnOff;
19708 }
19709 });
19710 Object.defineProperty(package$html, 'attributeBooleanTicker_8be2vx$', {
19711 get: function () {
19712 return attributeBooleanTicker;
19713 }
19714 });
19715 Object.defineProperty(package$html, 'attributeButtonFormEncTypeEnumButtonFormEncTypeValues_8be2vx$', {
19716 get: function () {
19717 return attributeButtonFormEncTypeEnumButtonFormEncTypeValues;
19718 }
19719 });
19720 Object.defineProperty(package$html, 'attributeButtonFormMethodEnumButtonFormMethodValues_8be2vx$', {
19721 get: function () {
19722 return attributeButtonFormMethodEnumButtonFormMethodValues;
19723 }
19724 });
19725 Object.defineProperty(package$html, 'attributeButtonTypeEnumButtonTypeValues_8be2vx$', {
19726 get: function () {
19727 return attributeButtonTypeEnumButtonTypeValues;
19728 }
19729 });
19730 Object.defineProperty(package$html, 'attributeCommandTypeEnumCommandTypeValues_8be2vx$', {
19731 get: function () {
19732 return attributeCommandTypeEnumCommandTypeValues;
19733 }
19734 });
19735 Object.defineProperty(package$html, 'attributeDirEnumDirValues_8be2vx$', {
19736 get: function () {
19737 return attributeDirEnumDirValues;
19738 }
19739 });
19740 Object.defineProperty(package$html, 'attributeDraggableEnumDraggableValues_8be2vx$', {
19741 get: function () {
19742 return attributeDraggableEnumDraggableValues;
19743 }
19744 });
19745 Object.defineProperty(package$html, 'attributeFormEncTypeEnumFormEncTypeValues_8be2vx$', {
19746 get: function () {
19747 return attributeFormEncTypeEnumFormEncTypeValues;
19748 }
19749 });
19750 Object.defineProperty(package$html, 'attributeFormMethodEnumFormMethodValues_8be2vx$', {
19751 get: function () {
19752 return attributeFormMethodEnumFormMethodValues;
19753 }
19754 });
19755 Object.defineProperty(package$html, 'attributeIframeSandboxEnumIframeSandboxValues_8be2vx$', {
19756 get: function () {
19757 return attributeIframeSandboxEnumIframeSandboxValues;
19758 }
19759 });
19760 Object.defineProperty(package$html, 'attributeInputFormEncTypeEnumInputFormEncTypeValues_8be2vx$', {
19761 get: function () {
19762 return attributeInputFormEncTypeEnumInputFormEncTypeValues;
19763 }
19764 });
19765 Object.defineProperty(package$html, 'attributeInputFormMethodEnumInputFormMethodValues_8be2vx$', {
19766 get: function () {
19767 return attributeInputFormMethodEnumInputFormMethodValues;
19768 }
19769 });
19770 Object.defineProperty(package$html, 'attributeInputTypeEnumInputTypeValues_8be2vx$', {
19771 get: function () {
19772 return attributeInputTypeEnumInputTypeValues;
19773 }
19774 });
19775 Object.defineProperty(package$html, 'attributeKeyGenKeyTypeEnumKeyGenKeyTypeValues_8be2vx$', {
19776 get: function () {
19777 return attributeKeyGenKeyTypeEnumKeyGenKeyTypeValues;
19778 }
19779 });
19780 Object.defineProperty(package$html, 'attributeRunAtEnumRunAtValues_8be2vx$', {
19781 get: function () {
19782 return attributeRunAtEnumRunAtValues;
19783 }
19784 });
19785 Object.defineProperty(package$html, 'attributeTextAreaWrapEnumTextAreaWrapValues_8be2vx$', {
19786 get: function () {
19787 return attributeTextAreaWrapEnumTextAreaWrapValues;
19788 }
19789 });
19790 Object.defineProperty(package$html, 'attributeThScopeEnumThScopeValues_8be2vx$', {
19791 get: function () {
19792 return attributeThScopeEnumThScopeValues;
19793 }
19794 });
19795 package$html.a_5skjyn$ = a;
19796 package$html.abbr_6inr0p$ = abbr;
19797 package$html.address_a2fi0u$ = address;
19798 package$html.area_itdnqx$ = area;
19799 package$html.article_m04wvw$ = article;
19800 package$html.aside_p5o5s6$ = aside;
19801 package$html.audio_pitgtg$ = audio;
19802 package$html.b_pw134g$ = b;
19803 package$html.base_kuydqv$ = base;
19804 package$html.bdi_yt7dfv$ = bdi;
19805 package$html.bdo_xzrhyz$ = bdo;
19806 package$html.blockQuote_kqn8r$ = blockQuote;
19807 package$html.body_z1rdug$ = body;
19808 package$html.br_msntey$ = br;
19809 package$html.button_yup7tf$ = button;
19810 package$html.canvas_89i3hl$ = canvas;
19811 package$html.canvas_q2368u$ = canvas_0;
19812 package$html.caption_7tv3ws$ = caption;
19813 package$html.cite_1ndov1$ = cite;
19814 package$html.code_c7b9vx$ = code;
19815 package$html.col_dptvv2$ = col;
19816 package$html.colGroup_y3yo5h$ = colGroup;
19817 package$html.command_n3gfsd$ = command;
19818 package$html.dataList_7wdw0e$ = dataList;
19819 package$html.dd_ufas1y$ = dd;
19820 package$html.del_ks3snt$ = del;
19821 package$html.details_lsny6o$ = details;
19822 package$html.dfn_qz8qfa$ = dfn;
19823 package$html.dialog_tmuuku$ = dialog;
19824 package$html.div_59el9d$ = div;
19825 package$html.dl_jwau0i$ = dl;
19826 package$html.dt_t7lw6$ = dt;
19827 package$html.em_83d4cy$ = em;
19828 package$html.embed_93iexz$ = embed;
19829 package$html.fieldSet_wmxr1q$ = fieldSet;
19830 package$html.figcaption_cm1syw$ = figcaption;
19831 package$html.figure_fnm6ty$ = figure;
19832 package$html.footer_x2k50h$ = footer;
19833 package$html.form_3ereno$ = form;
19834 package$html.h1_qzc46n$ = h1;
19835 package$html.h2_wky4k0$ = h2;
19836 package$html.h3_l44bbj$ = h3;
19837 package$html.h4_9nai32$ = h4;
19838 package$html.h5_1tjb5f$ = h5;
19839 package$html.h6_dad4dw$ = h6;
19840 package$html.head_qjf5rw$ = head;
19841 package$html.head_i7x5xd$ = head_0;
19842 package$html.header_dwfinh$ = header;
19843 package$html.hGroup_o3ebz7$ = hGroup;
19844 package$html.hr_ks0ewg$ = hr;
19845 package$html.html_lo9rwl$ = html;
19846 package$html.html_ym5t9t$ = html_0;
19847 package$html.i_gncgg9$ = i;
19848 package$html.iframe_i3obeb$ = iframe;
19849 package$html.iframe_k7pgs2$ = iframe_0;
19850 package$html.img_45d5o1$ = img;
19851 package$html.input_mm0abt$ = input;
19852 package$html.ins_e5g22k$ = ins;
19853 package$html.kbd_10o0fv$ = kbd;
19854 package$html.keyGen_19nnnk$ = keyGen;
19855 package$html.label_j811c2$ = label;
19856 package$html.legend_99jryr$ = legend;
19857 package$html.li_jf6zlv$ = li;
19858 package$html.link_hbbg0w$ = link;
19859 package$html.main_hf6ozl$ = main;
19860 package$html.map_r08uhb$ = map;
19861 package$html.mark_m8f11v$ = mark;
19862 package$html.math_bhulte$ = math;
19863 package$html.mathml_89i3hl$ = mathml;
19864 package$html.mathml_fvpj0z$ = mathml_0;
19865 package$html.meta_9higvf$ = meta;
19866 package$html.meter_akdp07$ = meter;
19867 package$html.nav_pa7bap$ = nav;
19868 package$html.noScript_z591w2$ = noScript;
19869 package$html.htmlObject_dbo9vp$ = htmlObject;
19870 package$html.ol_g73xel$ = ol;
19871 package$html.optGroup_3qzn6b$ = optGroup;
19872 package$html.option_89i3hl$ = option;
19873 package$html.option_k09m0r$ = option_0;
19874 package$html.output_q3di9l$ = output;
19875 package$html.p_7ents2$ = p;
19876 package$html.param_k9rdkw$ = param;
19877 package$html.pre_1138nj$ = pre;
19878 package$html.progress_j8bckz$ = progress;
19879 package$html.q_425zgf$ = q;
19880 package$html.rp_uoj0sk$ = rp;
19881 package$html.rt_5iq7rc$ = rt;
19882 package$html.ruby_d6wtb4$ = ruby;
19883 package$html.samp_sdlho7$ = samp;
19884 package$html.script_z1hjs4$ = script;
19885 package$html.script_wupk6s$ = script_0;
19886 package$html.section_ezs79p$ = section;
19887 package$html.select_ty59tq$ = select;
19888 package$html.small_fm3dud$ = small;
19889 package$html.source_naaf4v$ = source;
19890 package$html.span_fqsp1s$ = span;
19891 package$html.strong_k099i5$ = strong;
19892 package$html.style_89i3hl$ = style;
19893 package$html.style_x3xo8v$ = style_0;
19894 package$html.sub_35684y$ = sub;
19895 package$html.summary_tua37w$ = summary;
19896 package$html.sup_fc717g$ = sup;
19897 package$html.svg_89i3hl$ = svg;
19898 package$html.svg_gi1bim$ = svg_0;
19899 package$html.table_llpdic$ = table;
19900 package$html.tbody_ojrhk4$ = tbody;
19901 package$html.td_z82v7u$ = td;
19902 package$html.textArea_i2mn62$ = textArea;
19903 package$html.textArea_wfpz2l$ = textArea_0;
19904 package$html.tfoot_eqq100$ = tfoot;
19905 package$html.th_cjoo5$ = th;
19906 package$html.thead_fwe93y$ = thead;
19907 package$html.time_or12qb$ = time;
19908 package$html.title_qjf5rw$ = title;
19909 package$html.title_pc70yd$ = title_0;
19910 package$html.tr_gqplvg$ = tr;
19911 package$html.ul_e6giw3$ = ul;
19912 package$html.htmlVar_87cnpn$ = htmlVar;
19913 package$html.video_7h26o9$ = video;
19914 Object.defineProperty(Entities, 'nbsp', {
19915 get: Entities$nbsp_getInstance
19916 });
19917 Object.defineProperty(Entities, 'lt', {
19918 get: Entities$lt_getInstance
19919 });
19920 Object.defineProperty(Entities, 'gt', {
19921 get: Entities$gt_getInstance
19922 });
19923 Object.defineProperty(Entities, 'quot', {
19924 get: Entities$quot_getInstance
19925 });
19926 Object.defineProperty(Entities, 'amp', {
19927 get: Entities$amp_getInstance
19928 });
19929 Object.defineProperty(Entities, 'apos', {
19930 get: Entities$apos_getInstance
19931 });
19932 Object.defineProperty(Entities, 'iexcl', {
19933 get: Entities$iexcl_getInstance
19934 });
19935 Object.defineProperty(Entities, 'cent', {
19936 get: Entities$cent_getInstance
19937 });
19938 Object.defineProperty(Entities, 'pound', {
19939 get: Entities$pound_getInstance
19940 });
19941 Object.defineProperty(Entities, 'curren', {
19942 get: Entities$curren_getInstance
19943 });
19944 Object.defineProperty(Entities, 'yen', {
19945 get: Entities$yen_getInstance
19946 });
19947 Object.defineProperty(Entities, 'brvbar', {
19948 get: Entities$brvbar_getInstance
19949 });
19950 Object.defineProperty(Entities, 'sect', {
19951 get: Entities$sect_getInstance
19952 });
19953 Object.defineProperty(Entities, 'uml', {
19954 get: Entities$uml_getInstance
19955 });
19956 Object.defineProperty(Entities, 'copy', {
19957 get: Entities$copy_getInstance
19958 });
19959 Object.defineProperty(Entities, 'ordf', {
19960 get: Entities$ordf_getInstance
19961 });
19962 Object.defineProperty(Entities, 'laquo', {
19963 get: Entities$laquo_getInstance
19964 });
19965 Object.defineProperty(Entities, 'not', {
19966 get: Entities$not_getInstance
19967 });
19968 Object.defineProperty(Entities, 'shy', {
19969 get: Entities$shy_getInstance
19970 });
19971 Object.defineProperty(Entities, 'reg', {
19972 get: Entities$reg_getInstance
19973 });
19974 Object.defineProperty(Entities, 'macr', {
19975 get: Entities$macr_getInstance
19976 });
19977 Object.defineProperty(Entities, 'deg', {
19978 get: Entities$deg_getInstance
19979 });
19980 Object.defineProperty(Entities, 'plusmn', {
19981 get: Entities$plusmn_getInstance
19982 });
19983 Object.defineProperty(Entities, 'sup2', {
19984 get: Entities$sup2_getInstance
19985 });
19986 Object.defineProperty(Entities, 'sup3', {
19987 get: Entities$sup3_getInstance
19988 });
19989 Object.defineProperty(Entities, 'acute', {
19990 get: Entities$acute_getInstance
19991 });
19992 Object.defineProperty(Entities, 'micro', {
19993 get: Entities$micro_getInstance
19994 });
19995 Object.defineProperty(Entities, 'para', {
19996 get: Entities$para_getInstance
19997 });
19998 Object.defineProperty(Entities, 'middot', {
19999 get: Entities$middot_getInstance
20000 });
20001 Object.defineProperty(Entities, 'cedil', {
20002 get: Entities$cedil_getInstance
20003 });
20004 Object.defineProperty(Entities, 'sup1', {
20005 get: Entities$sup1_getInstance
20006 });
20007 Object.defineProperty(Entities, 'ordm', {
20008 get: Entities$ordm_getInstance
20009 });
20010 Object.defineProperty(Entities, 'raquo', {
20011 get: Entities$raquo_getInstance
20012 });
20013 Object.defineProperty(Entities, 'frac14', {
20014 get: Entities$frac14_getInstance
20015 });
20016 Object.defineProperty(Entities, 'frac12', {
20017 get: Entities$frac12_getInstance
20018 });
20019 Object.defineProperty(Entities, 'frac34', {
20020 get: Entities$frac34_getInstance
20021 });
20022 Object.defineProperty(Entities, 'iquest', {
20023 get: Entities$iquest_getInstance
20024 });
20025 Object.defineProperty(Entities, 'Agrave', {
20026 get: Entities$Agrave_getInstance
20027 });
20028 Object.defineProperty(Entities, 'Aacute', {
20029 get: Entities$Aacute_getInstance
20030 });
20031 Object.defineProperty(Entities, 'Acirc', {
20032 get: Entities$Acirc_getInstance
20033 });
20034 Object.defineProperty(Entities, 'Atilde', {
20035 get: Entities$Atilde_getInstance
20036 });
20037 Object.defineProperty(Entities, 'Auml', {
20038 get: Entities$Auml_getInstance
20039 });
20040 Object.defineProperty(Entities, 'Aring', {
20041 get: Entities$Aring_getInstance
20042 });
20043 Object.defineProperty(Entities, 'AElig', {
20044 get: Entities$AElig_getInstance
20045 });
20046 Object.defineProperty(Entities, 'Ccedil', {
20047 get: Entities$Ccedil_getInstance
20048 });
20049 Object.defineProperty(Entities, 'Egrave', {
20050 get: Entities$Egrave_getInstance
20051 });
20052 Object.defineProperty(Entities, 'Eacute', {
20053 get: Entities$Eacute_getInstance
20054 });
20055 Object.defineProperty(Entities, 'Ecirc', {
20056 get: Entities$Ecirc_getInstance
20057 });
20058 Object.defineProperty(Entities, 'Euml', {
20059 get: Entities$Euml_getInstance
20060 });
20061 Object.defineProperty(Entities, 'Igrave', {
20062 get: Entities$Igrave_getInstance
20063 });
20064 Object.defineProperty(Entities, 'Iacute', {
20065 get: Entities$Iacute_getInstance
20066 });
20067 Object.defineProperty(Entities, 'Icirc', {
20068 get: Entities$Icirc_getInstance
20069 });
20070 Object.defineProperty(Entities, 'Iuml', {
20071 get: Entities$Iuml_getInstance
20072 });
20073 Object.defineProperty(Entities, 'ETH', {
20074 get: Entities$ETH_getInstance
20075 });
20076 Object.defineProperty(Entities, 'Ntilde', {
20077 get: Entities$Ntilde_getInstance
20078 });
20079 Object.defineProperty(Entities, 'Ograve', {
20080 get: Entities$Ograve_getInstance
20081 });
20082 Object.defineProperty(Entities, 'Oacute', {
20083 get: Entities$Oacute_getInstance
20084 });
20085 Object.defineProperty(Entities, 'Ocirc', {
20086 get: Entities$Ocirc_getInstance
20087 });
20088 Object.defineProperty(Entities, 'Otilde', {
20089 get: Entities$Otilde_getInstance
20090 });
20091 Object.defineProperty(Entities, 'Ouml', {
20092 get: Entities$Ouml_getInstance
20093 });
20094 Object.defineProperty(Entities, 'times', {
20095 get: Entities$times_getInstance
20096 });
20097 Object.defineProperty(Entities, 'Oslash', {
20098 get: Entities$Oslash_getInstance
20099 });
20100 Object.defineProperty(Entities, 'Ugrave', {
20101 get: Entities$Ugrave_getInstance
20102 });
20103 Object.defineProperty(Entities, 'Uacute', {
20104 get: Entities$Uacute_getInstance
20105 });
20106 Object.defineProperty(Entities, 'Ucirc', {
20107 get: Entities$Ucirc_getInstance
20108 });
20109 Object.defineProperty(Entities, 'Uuml', {
20110 get: Entities$Uuml_getInstance
20111 });
20112 Object.defineProperty(Entities, 'Yacute', {
20113 get: Entities$Yacute_getInstance
20114 });
20115 Object.defineProperty(Entities, 'THORN', {
20116 get: Entities$THORN_getInstance
20117 });
20118 Object.defineProperty(Entities, 'szlig', {
20119 get: Entities$szlig_getInstance
20120 });
20121 Object.defineProperty(Entities, 'agrave', {
20122 get: Entities$agrave_getInstance
20123 });
20124 Object.defineProperty(Entities, 'aacute', {
20125 get: Entities$aacute_getInstance
20126 });
20127 Object.defineProperty(Entities, 'acirc', {
20128 get: Entities$acirc_getInstance
20129 });
20130 Object.defineProperty(Entities, 'atilde', {
20131 get: Entities$atilde_getInstance
20132 });
20133 Object.defineProperty(Entities, 'auml', {
20134 get: Entities$auml_getInstance
20135 });
20136 Object.defineProperty(Entities, 'aring', {
20137 get: Entities$aring_getInstance
20138 });
20139 Object.defineProperty(Entities, 'aelig', {
20140 get: Entities$aelig_getInstance
20141 });
20142 Object.defineProperty(Entities, 'ccedil', {
20143 get: Entities$ccedil_getInstance
20144 });
20145 Object.defineProperty(Entities, 'egrave', {
20146 get: Entities$egrave_getInstance
20147 });
20148 Object.defineProperty(Entities, 'eacute', {
20149 get: Entities$eacute_getInstance
20150 });
20151 Object.defineProperty(Entities, 'ecirc', {
20152 get: Entities$ecirc_getInstance
20153 });
20154 Object.defineProperty(Entities, 'euml', {
20155 get: Entities$euml_getInstance
20156 });
20157 Object.defineProperty(Entities, 'igrave', {
20158 get: Entities$igrave_getInstance
20159 });
20160 Object.defineProperty(Entities, 'iacute', {
20161 get: Entities$iacute_getInstance
20162 });
20163 Object.defineProperty(Entities, 'icirc', {
20164 get: Entities$icirc_getInstance
20165 });
20166 Object.defineProperty(Entities, 'iuml', {
20167 get: Entities$iuml_getInstance
20168 });
20169 Object.defineProperty(Entities, 'eth', {
20170 get: Entities$eth_getInstance
20171 });
20172 Object.defineProperty(Entities, 'ntilde', {
20173 get: Entities$ntilde_getInstance
20174 });
20175 Object.defineProperty(Entities, 'ograve', {
20176 get: Entities$ograve_getInstance
20177 });
20178 Object.defineProperty(Entities, 'oacute', {
20179 get: Entities$oacute_getInstance
20180 });
20181 Object.defineProperty(Entities, 'ocirc', {
20182 get: Entities$ocirc_getInstance
20183 });
20184 Object.defineProperty(Entities, 'otilde', {
20185 get: Entities$otilde_getInstance
20186 });
20187 Object.defineProperty(Entities, 'ouml', {
20188 get: Entities$ouml_getInstance
20189 });
20190 Object.defineProperty(Entities, 'divide', {
20191 get: Entities$divide_getInstance
20192 });
20193 Object.defineProperty(Entities, 'oslash', {
20194 get: Entities$oslash_getInstance
20195 });
20196 Object.defineProperty(Entities, 'ugrave', {
20197 get: Entities$ugrave_getInstance
20198 });
20199 Object.defineProperty(Entities, 'uacute', {
20200 get: Entities$uacute_getInstance
20201 });
20202 Object.defineProperty(Entities, 'ucirc', {
20203 get: Entities$ucirc_getInstance
20204 });
20205 Object.defineProperty(Entities, 'uuml', {
20206 get: Entities$uuml_getInstance
20207 });
20208 Object.defineProperty(Entities, 'yacute', {
20209 get: Entities$yacute_getInstance
20210 });
20211 Object.defineProperty(Entities, 'thorn', {
20212 get: Entities$thorn_getInstance
20213 });
20214 Object.defineProperty(Entities, 'yuml', {
20215 get: Entities$yuml_getInstance
20216 });
20217 package$html.Entities = Entities;
20218 Object.defineProperty(Dir, 'ltr', {
20219 get: Dir$ltr_getInstance
20220 });
20221 Object.defineProperty(Dir, 'rtl', {
20222 get: Dir$rtl_getInstance
20223 });
20224 package$html.Dir = Dir;
20225 Object.defineProperty(package$html, 'dirValues_8be2vx$', {
20226 get: function () {
20227 return dirValues;
20228 }
20229 });
20230 Object.defineProperty(Draggable, 'htmlTrue', {
20231 get: Draggable$htmlTrue_getInstance
20232 });
20233 Object.defineProperty(Draggable, 'htmlFalse', {
20234 get: Draggable$htmlFalse_getInstance
20235 });
20236 Object.defineProperty(Draggable, 'auto', {
20237 get: Draggable$auto_getInstance
20238 });
20239 Object.defineProperty(package$html, 'draggableValues_8be2vx$', {
20240 get: function () {
20241 return draggableValues;
20242 }
20243 });
20244 Object.defineProperty(RunAt, 'server', {
20245 get: RunAt$server_getInstance
20246 });
20247 package$html.RunAt = RunAt;
20248 Object.defineProperty(package$html, 'runAtValues_8be2vx$', {
20249 get: function () {
20250 return runAtValues;
20251 }
20252 });
20253 Object.defineProperty(package$html, 'ATarget', {
20254 get: ATarget_getInstance
20255 });
20256 Object.defineProperty(package$html, 'ARel', {
20257 get: ARel_getInstance
20258 });
20259 Object.defineProperty(package$html, 'AType', {
20260 get: AType_getInstance
20261 });
20262 Object.defineProperty(AreaShape, 'rect', {
20263 get: AreaShape$rect_getInstance
20264 });
20265 Object.defineProperty(AreaShape, 'circle', {
20266 get: AreaShape$circle_getInstance
20267 });
20268 Object.defineProperty(AreaShape, 'poly', {
20269 get: AreaShape$poly_getInstance
20270 });
20271 Object.defineProperty(AreaShape, 'default', {
20272 get: AreaShape$default_getInstance
20273 });
20274 package$html.AreaShape = AreaShape;
20275 Object.defineProperty(package$html, 'areaShapeValues_8be2vx$', {
20276 get: function () {
20277 return areaShapeValues;
20278 }
20279 });
20280 Object.defineProperty(package$html, 'AreaTarget', {
20281 get: AreaTarget_getInstance
20282 });
20283 Object.defineProperty(package$html, 'AreaRel', {
20284 get: AreaRel_getInstance
20285 });
20286 Object.defineProperty(package$html, 'BaseTarget', {
20287 get: BaseTarget_getInstance
20288 });
20289 Object.defineProperty(ButtonFormEncType, 'multipartFormData', {
20290 get: ButtonFormEncType$multipartFormData_getInstance
20291 });
20292 Object.defineProperty(ButtonFormEncType, 'applicationXWwwFormUrlEncoded', {
20293 get: ButtonFormEncType$applicationXWwwFormUrlEncoded_getInstance
20294 });
20295 Object.defineProperty(ButtonFormEncType, 'textPlain', {
20296 get: ButtonFormEncType$textPlain_getInstance
20297 });
20298 package$html.ButtonFormEncType = ButtonFormEncType;
20299 Object.defineProperty(package$html, 'buttonFormEncTypeValues_8be2vx$', {
20300 get: function () {
20301 return buttonFormEncTypeValues;
20302 }
20303 });
20304 Object.defineProperty(ButtonFormMethod, 'get', {
20305 get: ButtonFormMethod$get_getInstance
20306 });
20307 Object.defineProperty(ButtonFormMethod, 'post', {
20308 get: ButtonFormMethod$post_getInstance
20309 });
20310 Object.defineProperty(ButtonFormMethod, 'put', {
20311 get: ButtonFormMethod$put_getInstance
20312 });
20313 Object.defineProperty(ButtonFormMethod, 'delete', {
20314 get: ButtonFormMethod$delete_getInstance
20315 });
20316 Object.defineProperty(ButtonFormMethod, 'patch', {
20317 get: ButtonFormMethod$patch_getInstance
20318 });
20319 package$html.ButtonFormMethod = ButtonFormMethod;
20320 Object.defineProperty(package$html, 'buttonFormMethodValues_8be2vx$', {
20321 get: function () {
20322 return buttonFormMethodValues;
20323 }
20324 });
20325 Object.defineProperty(package$html, 'ButtonFormTarget', {
20326 get: ButtonFormTarget_getInstance
20327 });
20328 Object.defineProperty(ButtonType, 'button', {
20329 get: ButtonType$button_getInstance
20330 });
20331 Object.defineProperty(ButtonType, 'reset', {
20332 get: ButtonType$reset_getInstance
20333 });
20334 Object.defineProperty(ButtonType, 'submit', {
20335 get: ButtonType$submit_getInstance
20336 });
20337 package$html.ButtonType = ButtonType;
20338 Object.defineProperty(package$html, 'buttonTypeValues_8be2vx$', {
20339 get: function () {
20340 return buttonTypeValues;
20341 }
20342 });
20343 Object.defineProperty(CommandType, 'command', {
20344 get: CommandType$command_getInstance
20345 });
20346 Object.defineProperty(CommandType, 'checkBox', {
20347 get: CommandType$checkBox_getInstance
20348 });
20349 Object.defineProperty(CommandType, 'radio', {
20350 get: CommandType$radio_getInstance
20351 });
20352 package$html.CommandType = CommandType;
20353 Object.defineProperty(package$html, 'commandTypeValues_8be2vx$', {
20354 get: function () {
20355 return commandTypeValues;
20356 }
20357 });
20358 Object.defineProperty(FormEncType, 'multipartFormData', {
20359 get: FormEncType$multipartFormData_getInstance
20360 });
20361 Object.defineProperty(FormEncType, 'applicationXWwwFormUrlEncoded', {
20362 get: FormEncType$applicationXWwwFormUrlEncoded_getInstance
20363 });
20364 Object.defineProperty(FormEncType, 'textPlain', {
20365 get: FormEncType$textPlain_getInstance
20366 });
20367 package$html.FormEncType = FormEncType;
20368 Object.defineProperty(package$html, 'formEncTypeValues_8be2vx$', {
20369 get: function () {
20370 return formEncTypeValues;
20371 }
20372 });
20373 Object.defineProperty(FormMethod, 'get', {
20374 get: FormMethod$get_getInstance
20375 });
20376 Object.defineProperty(FormMethod, 'post', {
20377 get: FormMethod$post_getInstance
20378 });
20379 Object.defineProperty(FormMethod, 'put', {
20380 get: FormMethod$put_getInstance
20381 });
20382 Object.defineProperty(FormMethod, 'delete', {
20383 get: FormMethod$delete_getInstance
20384 });
20385 Object.defineProperty(FormMethod, 'patch', {
20386 get: FormMethod$patch_getInstance
20387 });
20388 package$html.FormMethod = FormMethod;
20389 Object.defineProperty(package$html, 'formMethodValues_8be2vx$', {
20390 get: function () {
20391 return formMethodValues;
20392 }
20393 });
20394 Object.defineProperty(package$html, 'FormTarget', {
20395 get: FormTarget_getInstance
20396 });
20397 Object.defineProperty(package$html, 'IframeName', {
20398 get: IframeName_getInstance
20399 });
20400 Object.defineProperty(IframeSandbox, 'allowSameOrigin', {
20401 get: IframeSandbox$allowSameOrigin_getInstance
20402 });
20403 Object.defineProperty(IframeSandbox, 'allowFormS', {
20404 get: IframeSandbox$allowFormS_getInstance
20405 });
20406 Object.defineProperty(IframeSandbox, 'allowScripts', {
20407 get: IframeSandbox$allowScripts_getInstance
20408 });
20409 package$html.IframeSandbox = IframeSandbox;
20410 Object.defineProperty(package$html, 'iframeSandboxValues_8be2vx$', {
20411 get: function () {
20412 return iframeSandboxValues;
20413 }
20414 });
20415 Object.defineProperty(InputType, 'button', {
20416 get: InputType$button_getInstance
20417 });
20418 Object.defineProperty(InputType, 'checkBox', {
20419 get: InputType$checkBox_getInstance
20420 });
20421 Object.defineProperty(InputType, 'color', {
20422 get: InputType$color_getInstance
20423 });
20424 Object.defineProperty(InputType, 'date', {
20425 get: InputType$date_getInstance
20426 });
20427 Object.defineProperty(InputType, 'dateTime', {
20428 get: InputType$dateTime_getInstance
20429 });
20430 Object.defineProperty(InputType, 'dateTimeLocal', {
20431 get: InputType$dateTimeLocal_getInstance
20432 });
20433 Object.defineProperty(InputType, 'email', {
20434 get: InputType$email_getInstance
20435 });
20436 Object.defineProperty(InputType, 'file', {
20437 get: InputType$file_getInstance
20438 });
20439 Object.defineProperty(InputType, 'hidden', {
20440 get: InputType$hidden_getInstance
20441 });
20442 Object.defineProperty(InputType, 'image', {
20443 get: InputType$image_getInstance
20444 });
20445 Object.defineProperty(InputType, 'month', {
20446 get: InputType$month_getInstance
20447 });
20448 Object.defineProperty(InputType, 'number', {
20449 get: InputType$number_getInstance
20450 });
20451 Object.defineProperty(InputType, 'password', {
20452 get: InputType$password_getInstance
20453 });
20454 Object.defineProperty(InputType, 'radio', {
20455 get: InputType$radio_getInstance
20456 });
20457 Object.defineProperty(InputType, 'range', {
20458 get: InputType$range_getInstance
20459 });
20460 Object.defineProperty(InputType, 'reset', {
20461 get: InputType$reset_getInstance
20462 });
20463 Object.defineProperty(InputType, 'search', {
20464 get: InputType$search_getInstance
20465 });
20466 Object.defineProperty(InputType, 'submit', {
20467 get: InputType$submit_getInstance
20468 });
20469 Object.defineProperty(InputType, 'text', {
20470 get: InputType$text_getInstance
20471 });
20472 Object.defineProperty(InputType, 'tel', {
20473 get: InputType$tel_getInstance
20474 });
20475 Object.defineProperty(InputType, 'time', {
20476 get: InputType$time_getInstance
20477 });
20478 Object.defineProperty(InputType, 'url', {
20479 get: InputType$url_getInstance
20480 });
20481 Object.defineProperty(InputType, 'week', {
20482 get: InputType$week_getInstance
20483 });
20484 package$html.InputType = InputType;
20485 Object.defineProperty(package$html, 'inputTypeValues_8be2vx$', {
20486 get: function () {
20487 return inputTypeValues;
20488 }
20489 });
20490 Object.defineProperty(InputFormEncType, 'multipartFormData', {
20491 get: InputFormEncType$multipartFormData_getInstance
20492 });
20493 Object.defineProperty(InputFormEncType, 'applicationXWwwFormUrlEncoded', {
20494 get: InputFormEncType$applicationXWwwFormUrlEncoded_getInstance
20495 });
20496 Object.defineProperty(InputFormEncType, 'textPlain', {
20497 get: InputFormEncType$textPlain_getInstance
20498 });
20499 package$html.InputFormEncType = InputFormEncType;
20500 Object.defineProperty(package$html, 'inputFormEncTypeValues_8be2vx$', {
20501 get: function () {
20502 return inputFormEncTypeValues;
20503 }
20504 });
20505 Object.defineProperty(InputFormMethod, 'get', {
20506 get: InputFormMethod$get_getInstance
20507 });
20508 Object.defineProperty(InputFormMethod, 'post', {
20509 get: InputFormMethod$post_getInstance
20510 });
20511 Object.defineProperty(InputFormMethod, 'put', {
20512 get: InputFormMethod$put_getInstance
20513 });
20514 Object.defineProperty(InputFormMethod, 'delete', {
20515 get: InputFormMethod$delete_getInstance
20516 });
20517 Object.defineProperty(InputFormMethod, 'patch', {
20518 get: InputFormMethod$patch_getInstance
20519 });
20520 package$html.InputFormMethod = InputFormMethod;
20521 Object.defineProperty(package$html, 'inputFormMethodValues_8be2vx$', {
20522 get: function () {
20523 return inputFormMethodValues;
20524 }
20525 });
20526 Object.defineProperty(package$html, 'InputFormTarget', {
20527 get: InputFormTarget_getInstance
20528 });
20529 Object.defineProperty(KeyGenKeyType, 'rsa', {
20530 get: KeyGenKeyType$rsa_getInstance
20531 });
20532 package$html.KeyGenKeyType = KeyGenKeyType;
20533 Object.defineProperty(package$html, 'keyGenKeyTypeValues_8be2vx$', {
20534 get: function () {
20535 return keyGenKeyTypeValues;
20536 }
20537 });
20538 Object.defineProperty(package$html, 'LinkRel', {
20539 get: LinkRel_getInstance
20540 });
20541 Object.defineProperty(package$html, 'LinkMedia', {
20542 get: LinkMedia_getInstance
20543 });
20544 Object.defineProperty(package$html, 'LinkType', {
20545 get: LinkType_getInstance
20546 });
20547 Object.defineProperty(package$html, 'MetaHttpEquiv', {
20548 get: MetaHttpEquiv_getInstance
20549 });
20550 Object.defineProperty(package$html, 'ObjectName', {
20551 get: ObjectName_getInstance
20552 });
20553 Object.defineProperty(package$html, 'ScriptType', {
20554 get: ScriptType_getInstance
20555 });
20556 Object.defineProperty(package$html, 'StyleType', {
20557 get: StyleType_getInstance
20558 });
20559 Object.defineProperty(package$html, 'StyleMedia', {
20560 get: StyleMedia_getInstance
20561 });
20562 Object.defineProperty(TextAreaWrap, 'hard', {
20563 get: TextAreaWrap$hard_getInstance
20564 });
20565 Object.defineProperty(TextAreaWrap, 'soft', {
20566 get: TextAreaWrap$soft_getInstance
20567 });
20568 package$html.TextAreaWrap = TextAreaWrap;
20569 Object.defineProperty(package$html, 'textAreaWrapValues_8be2vx$', {
20570 get: function () {
20571 return textAreaWrapValues;
20572 }
20573 });
20574 Object.defineProperty(ThScope, 'col', {
20575 get: ThScope$col_getInstance
20576 });
20577 Object.defineProperty(ThScope, 'colGroup', {
20578 get: ThScope$colGroup_getInstance
20579 });
20580 Object.defineProperty(ThScope, 'row', {
20581 get: ThScope$row_getInstance
20582 });
20583 Object.defineProperty(ThScope, 'rowGroup', {
20584 get: ThScope$rowGroup_getInstance
20585 });
20586 package$html.ThScope = ThScope;
20587 Object.defineProperty(package$html, 'thScopeValues_8be2vx$', {
20588 get: function () {
20589 return thScopeValues;
20590 }
20591 });
20592 package$html.CommonAttributeGroupFacadeFlowHeadingContent = CommonAttributeGroupFacadeFlowHeadingContent;
20593 package$html.CommonAttributeGroupFacadeFlowHeadingPhrasingContent = CommonAttributeGroupFacadeFlowHeadingPhrasingContent;
20594 package$html.CommonAttributeGroupFacadeFlowInteractiveContent = CommonAttributeGroupFacadeFlowInteractiveContent;
20595 package$html.CommonAttributeGroupFacadeFlowInteractivePhrasingContent = CommonAttributeGroupFacadeFlowInteractivePhrasingContent;
20596 package$html.CommonAttributeGroupFacadeFlowMetaDataContent = CommonAttributeGroupFacadeFlowMetaDataContent;
20597 package$html.CommonAttributeGroupFacadeFlowMetaDataPhrasingContent = CommonAttributeGroupFacadeFlowMetaDataPhrasingContent;
20598 package$html.HtmlBlockInlineTag = HtmlBlockInlineTag;
20599 package$html.CommonAttributeGroupFacadeFlowPhrasingSectioningContent = CommonAttributeGroupFacadeFlowPhrasingSectioningContent;
20600 package$html.CommonAttributeGroupFacadeFlowSectioningContent = CommonAttributeGroupFacadeFlowSectioningContent;
20601 package$html.FlowMetaDataContent = FlowMetaDataContent;
20602 package$html.FlowMetaDataPhrasingContent = FlowMetaDataPhrasingContent;
20603 package$html.FlowPhrasingContent = FlowPhrasingContent;
20604 package$html.HtmlBlockTag = HtmlBlockTag;
20605 package$html.HtmlHeadTag = HtmlHeadTag;
20606 package$html.HtmlInlineTag = HtmlInlineTag;
20607 package$html.FlowContent = FlowContent;
20608 package$html.HeadingContent = HeadingContent;
20609 package$html.InteractiveContent = InteractiveContent;
20610 package$html.MetaDataContent = MetaDataContent;
20611 package$html.PhrasingContent = PhrasingContent;
20612 package$html.SectioningContent = SectioningContent;
20613 package$html.address_qlk71o$ = address_0;
20614 package$html.blockQuote_1wgk0f$ = blockQuote_0;
20615 package$html.dialog_3ow4zc$ = dialog_0;
20616 package$html.div_ri36nr$ = div_0;
20617 package$html.dl_rgoo3s$ = dl_0;
20618 package$html.fieldSet_27mjzc$ = fieldSet_0;
20619 package$html.figure_a31wtg$ = figure_0;
20620 package$html.figcaption_9k1xeq$ = figcaption_0;
20621 package$html.footer_780ap1$ = footer_0;
20622 package$html.form_3vb3wm$ = form_0;
20623 package$html.getForm_mq1sio$ = getForm;
20624 package$html.postForm_mq1sio$ = postForm;
20625 package$html.putForm_mq1sio$ = putForm;
20626 package$html.deleteForm_mq1sio$ = deleteForm;
20627 package$html.patchForm_mq1sio$ = patchForm;
20628 package$html.header_8btlf7$ = header_0;
20629 package$html.hr_17yvwq$ = hr_0;
20630 package$html.ol_5m90gt$ = ol_0;
20631 package$html.p_8pggrc$ = p_0;
20632 package$html.pre_pcyp7f$ = pre_0;
20633 package$html.summary_5qluq$ = summary_0;
20634 package$html.table_dmqmme$ = table_0;
20635 package$html.ul_pzlyaf$ = ul_0;
20636 package$html.base_5vco8i$ = base_0;
20637 package$html.title_4dzm4m$ = title_1;
20638 package$html.title_3v9ivn$ = title_2;
20639 package$html.FlowOrHeadingContent = FlowOrHeadingContent;
20640 package$html.FlowOrMetaDataContent = FlowOrMetaDataContent;
20641 package$html.FlowOrInteractiveContent = FlowOrInteractiveContent;
20642 package$html.FlowOrPhrasingContent = FlowOrPhrasingContent;
20643 package$html.FlowOrPhrasingOrMetaDataContent = FlowOrPhrasingOrMetaDataContent;
20644 package$html.SectioningOrFlowContent = SectioningOrFlowContent;
20645 package$html.FlowOrInteractiveOrPhrasingContent = FlowOrInteractiveOrPhrasingContent;
20646 package$html.h1_vmej1w$ = h1_0;
20647 package$html.h2_eh5gi3$ = h2_0;
20648 package$html.h3_agelx2$ = h3_0;
20649 package$html.h4_zdyoc7$ = h4_0;
20650 package$html.h5_aplb7s$ = h5_0;
20651 package$html.h6_e7yr7d$ = h6_0;
20652 package$html.hGroup_sxozs2$ = hGroup_0;
20653 package$html.style_st6e4p$ = style_1;
20654 package$html.style_6skwa3$ = style_2;
20655 package$html.details_d9zf4h$ = details_0;
20656 package$html.abbr_2n6hpy$ = abbr_0;
20657 package$html.area_sgglka$ = area_0;
20658 package$html.rectArea_oj03en$ = rectArea;
20659 package$html.circleArea_oj03en$ = circleArea;
20660 package$html.polyArea_oj03en$ = polyArea;
20661 package$html.defaultArea_oj03en$ = defaultArea;
20662 package$html.b_r0mnq7$ = b_0;
20663 package$html.bdi_le8e1m$ = bdi_0;
20664 package$html.bdo_dv43h0$ = bdo_0;
20665 package$html.br_5bz84p$ = br_0;
20666 package$html.canvas_dwb9fz$ = canvas_1;
20667 package$html.canvas_jd2cqk$ = canvas_2;
20668 package$html.cite_3ozg0$ = cite_0;
20669 package$html.code_en26pm$ = code_0;
20670 package$html.dataList_o7wjj3$ = dataList_0;
20671 package$html.del_iothfu$ = del_0;
20672 package$html.dfn_ax4ydx$ = dfn_0;
20673 package$html.em_2lgk3j$ = em_0;
20674 package$html.i_5g1p9k$ = i_0;
20675 package$html.ins_g1dqgd$ = ins_0;
20676 package$html.kbd_18bd9o$ = kbd_0;
20677 package$html.map_km2leq$ = map_0;
20678 package$html.mark_zaxnru$ = mark_0;
20679 package$html.math_f2p7j5$ = math_0;
20680 package$html.meter_8zh648$ = meter_0;
20681 package$html.output_ttsfoa$ = output_0;
20682 package$html.progress_6mi6o6$ = progress_0;
20683 package$html.q_86txao$ = q_0;
20684 package$html.ruby_wobulv$ = ruby_0;
20685 package$html.samp_wmuy2y$ = samp_0;
20686 package$html.small_69ofui$ = small_0;
20687 package$html.span_6djfml$ = span_0;
20688 package$html.strong_okpg28$ = strong_0;
20689 package$html.sub_u07n5t$ = sub_0;
20690 package$html.sup_yx52tp$ = sup_0;
20691 package$html.svg_f6i49v$ = svg_1;
20692 package$html.svg_jd2cqk$ = svg_2;
20693 package$html.time_80zgyi$ = time_0;
20694 package$html.htmlVar_ycyb16$ = htmlVar_0;
20695 package$html.command_nc8zde$ = command_0;
20696 package$html.commandCommand_y2j548$ = commandCommand;
20697 package$html.checkBoxCommand_y2j548$ = checkBoxCommand;
20698 package$html.radioCommand_y2j548$ = radioCommand;
20699 package$html.link_gyx145$ = link_0;
20700 package$html.meta_xvdp3k$ = meta_0;
20701 package$html.noScript_59ebhl$ = noScript_0;
20702 package$html.script_fglb7v$ = script_1;
20703 package$html.script_r4c9ct$ = script_2;
20704 package$html.article_hpv6ge$ = article_0;
20705 package$html.aside_3uzs4w$ = aside_0;
20706 package$html.main_m1e3ev$ = main_0;
20707 package$html.nav_19d8h1$ = nav_0;
20708 package$html.section_ac1jhf$ = section_0;
20709 package$html.a_gu26kr$ = a_0;
20710 package$html.audio_hb8i2y$ = audio_0;
20711 package$html.button_i4xb7r$ = button_0;
20712 package$html.getButton_2rocz3$ = getButton;
20713 package$html.postButton_2rocz3$ = postButton;
20714 package$html.putButton_2rocz3$ = putButton;
20715 package$html.deleteButton_2rocz3$ = deleteButton;
20716 package$html.patchButton_2rocz3$ = patchButton;
20717 package$html.embed_l7ro7h$ = embed_0;
20718 package$html.iframe_rz24s4$ = iframe_1;
20719 package$html.iframe_9ubjn9$ = iframe_2;
20720 package$html.allowSameOriginIframe_yk32s8$ = allowSameOriginIframe;
20721 package$html.allowFormSIframe_yk32s8$ = allowFormSIframe;
20722 package$html.allowScriptsIframe_yk32s8$ = allowScriptsIframe;
20723 package$html.allowSameOriginIframe_lm6cex$ = allowSameOriginIframe_0;
20724 package$html.allowFormSIframe_lm6cex$ = allowFormSIframe_0;
20725 package$html.allowScriptsIframe_lm6cex$ = allowScriptsIframe_0;
20726 package$html.img_evw26v$ = img_0;
20727 package$html.input_e1g74z$ = input_0;
20728 package$html.buttonInput_ap9uf6$ = buttonInput;
20729 package$html.checkBoxInput_ap9uf6$ = checkBoxInput;
20730 package$html.colorInput_ap9uf6$ = colorInput;
20731 package$html.dateInput_ap9uf6$ = dateInput;
20732 package$html.dateTimeInput_ap9uf6$ = dateTimeInput;
20733 package$html.dateTimeLocalInput_ap9uf6$ = dateTimeLocalInput;
20734 package$html.emailInput_ap9uf6$ = emailInput;
20735 package$html.fileInput_ap9uf6$ = fileInput;
20736 package$html.hiddenInput_ap9uf6$ = hiddenInput;
20737 package$html.imageInput_ap9uf6$ = imageInput;
20738 package$html.monthInput_ap9uf6$ = monthInput;
20739 package$html.numberInput_ap9uf6$ = numberInput;
20740 package$html.passwordInput_ap9uf6$ = passwordInput;
20741 package$html.radioInput_ap9uf6$ = radioInput;
20742 package$html.rangeInput_ap9uf6$ = rangeInput;
20743 package$html.resetInput_ap9uf6$ = resetInput;
20744 package$html.searchInput_ap9uf6$ = searchInput;
20745 package$html.submitInput_ap9uf6$ = submitInput;
20746 package$html.textInput_ap9uf6$ = textInput;
20747 package$html.telInput_ap9uf6$ = telInput;
20748 package$html.timeInput_ap9uf6$ = timeInput;
20749 package$html.urlInput_ap9uf6$ = urlInput;
20750 package$html.weekInput_ap9uf6$ = weekInput;
20751 package$html.keyGen_h5okci$ = keyGen_0;
20752 package$html.rsaKeyGen_7fxx9n$ = rsaKeyGen;
20753 package$html.label_yd75js$ = label_0;
20754 package$html.htmlObject_lbhlz7$ = htmlObject_0;
20755 package$html.select_9klr40$ = select_0;
20756 package$html.textArea_b1tfd9$ = textArea_1;
20757 package$html.textArea_n0vc64$ = textArea_2;
20758 package$html.hardTextArea_skdnmm$ = hardTextArea;
20759 package$html.softTextArea_skdnmm$ = softTextArea;
20760 package$html.hardTextArea_p7xx2x$ = hardTextArea_0;
20761 package$html.softTextArea_p7xx2x$ = softTextArea_0;
20762 package$html.video_qpg29b$ = video_0;
20763 package$html.A = A;
20764 package$html.get_asFlowContent_lkq316$ = get_asFlowContent;
20765 package$html.get_asInteractiveContent_lkq316$ = get_asInteractiveContent;
20766 package$html.get_asPhrasingContent_lkq316$ = get_asPhrasingContent;
20767 package$html.ABBR = ABBR;
20768 package$html.get_asFlowContent_2hkfki$ = get_asFlowContent_0;
20769 package$html.get_asPhrasingContent_2hkfki$ = get_asPhrasingContent_0;
20770 package$html.ADDRESS = ADDRESS;
20771 package$html.AREA = AREA;
20772 package$html.get_asFlowContent_2hup6e$ = get_asFlowContent_1;
20773 package$html.get_asPhrasingContent_2hup6e$ = get_asPhrasingContent_1;
20774 package$html.ARTICLE = ARTICLE;
20775 package$html.get_asFlowContent_6gvbq3$ = get_asFlowContent_2;
20776 package$html.get_asSectioningContent_6gvbq3$ = get_asSectioningContent;
20777 package$html.ASIDE = ASIDE;
20778 package$html.get_asFlowContent_6cy1ur$ = get_asFlowContent_3;
20779 package$html.get_asSectioningContent_6cy1ur$ = get_asSectioningContent_0;
20780 package$html.AUDIO = AUDIO;
20781 package$html.source_73nwfk$ = source_0;
20782 package$html.get_asFlowContent_6dyk1x$ = get_asFlowContent_4;
20783 package$html.get_asInteractiveContent_6dyk1x$ = get_asInteractiveContent_0;
20784 package$html.get_asPhrasingContent_6dyk1x$ = get_asPhrasingContent_2;
20785 package$html.B = B;
20786 package$html.get_asFlowContent_lkq321$ = get_asFlowContent_5;
20787 package$html.get_asPhrasingContent_lkq321$ = get_asPhrasingContent_3;
20788 package$html.BASE = BASE;
20789 package$html.BDI = BDI;
20790 package$html.get_asFlowContent_6sjyb0$ = get_asFlowContent_6;
20791 package$html.get_asPhrasingContent_6sjyb0$ = get_asPhrasingContent_4;
20792 package$html.BDO = BDO;
20793 package$html.get_asFlowContent_6sjy5u$ = get_asFlowContent_7;
20794 package$html.get_asPhrasingContent_6sjy5u$ = get_asPhrasingContent_5;
20795 package$html.BLOCKQUOTE = BLOCKQUOTE;
20796 package$html.BODY = BODY;
20797 package$html.BR = BR;
20798 package$html.get_asFlowContent_tkg5ub$ = get_asFlowContent_8;
20799 package$html.get_asPhrasingContent_tkg5ub$ = get_asPhrasingContent_6;
20800 package$html.BUTTON = BUTTON;
20801 package$html.get_asFlowContent_56uxb$ = get_asFlowContent_9;
20802 package$html.get_asInteractiveContent_56uxb$ = get_asInteractiveContent_1;
20803 package$html.get_asPhrasingContent_56uxb$ = get_asPhrasingContent_7;
20804 package$html.CANVAS = CANVAS;
20805 package$html.get_asFlowContent_4z17kb$ = get_asFlowContent_10;
20806 package$html.get_asPhrasingContent_4z17kb$ = get_asPhrasingContent_8;
20807 package$html.CAPTION = CAPTION;
20808 package$html.CITE = CITE;
20809 package$html.get_asFlowContent_2isup8$ = get_asFlowContent_11;
20810 package$html.get_asPhrasingContent_2isup8$ = get_asPhrasingContent_9;
20811 package$html.CODE = CODE;
20812 package$html.get_asFlowContent_2iwcra$ = get_asFlowContent_12;
20813 package$html.get_asPhrasingContent_2iwcra$ = get_asPhrasingContent_10;
20814 package$html.COL = COL;
20815 package$html.COLGROUP = COLGROUP;
20816 package$html.col_bjbitg$ = col_0;
20817 package$html.COMMAND = COMMAND;
20818 package$html.get_asFlowContent_3w1cts$ = get_asFlowContent_13;
20819 package$html.get_asMetaDataContent_3w1cts$ = get_asMetaDataContent;
20820 package$html.get_asPhrasingContent_3w1cts$ = get_asPhrasingContent_11;
20821 package$html.DATALIST = DATALIST;
20822 package$html.option_uctrsw$ = option_1;
20823 package$html.option_j20sia$ = option_2;
20824 package$html.get_asFlowContent_2i51lx$ = get_asFlowContent_14;
20825 package$html.get_asPhrasingContent_2i51lx$ = get_asPhrasingContent_12;
20826 package$html.DD = DD;
20827 package$html.DEL = DEL;
20828 package$html.get_asFlowContent_6sinio$ = get_asFlowContent_15;
20829 package$html.get_asPhrasingContent_6sinio$ = get_asPhrasingContent_13;
20830 package$html.DETAILS = DETAILS;
20831 package$html.legend_vwmtm2$ = legend_0;
20832 package$html.get_asFlowContent_v4s00p$ = get_asFlowContent_16;
20833 package$html.get_asInteractiveContent_v4s00p$ = get_asInteractiveContent_2;
20834 package$html.DFN = DFN;
20835 package$html.get_asFlowContent_6simq9$ = get_asFlowContent_17;
20836 package$html.get_asPhrasingContent_6simq9$ = get_asPhrasingContent_14;
20837 package$html.DIALOG = DIALOG;
20838 package$html.DIV = DIV;
20839 package$html.DL = DL;
20840 package$html.dd_xoxdrp$ = dd_0;
20841 package$html.dt_a2ff2z$ = dt_0;
20842 package$html.DT = DT;
20843 package$html.EM = EM;
20844 package$html.get_asFlowContent_tkg7y3$ = get_asFlowContent_18;
20845 package$html.get_asPhrasingContent_tkg7y3$ = get_asPhrasingContent_15;
20846 package$html.EMBED = EMBED;
20847 package$html.get_asFlowContent_85pboi$ = get_asFlowContent_19;
20848 package$html.get_asInteractiveContent_85pboi$ = get_asInteractiveContent_3;
20849 package$html.get_asPhrasingContent_85pboi$ = get_asPhrasingContent_16;
20850 package$html.FIELDSET = FIELDSET;
20851 package$html.legend_xzrxko$ = legend_1;
20852 package$html.FIGCAPTION = FIGCAPTION;
20853 package$html.FIGURE = FIGURE;
20854 package$html.legend_pujkak$ = legend_2;
20855 package$html.figcaption_8j2zdd$ = figcaption_1;
20856 package$html.FOOTER = FOOTER;
20857 package$html.FORM = FORM;
20858 package$html.H1 = H1;
20859 package$html.H2 = H2;
20860 package$html.H3 = H3;
20861 package$html.H4 = H4;
20862 package$html.H5 = H5;
20863 package$html.H6 = H6;
20864 package$html.HEAD = HEAD;
20865 package$html.HEADER = HEADER;
20866 package$html.HGROUP = HGROUP;
20867 package$html.h1_31khfp$ = h1_1;
20868 package$html.h2_rz4juu$ = h2_1;
20869 package$html.h3_i4ffp5$ = h3_1;
20870 package$html.h4_6t4mq0$ = h4_1;
20871 package$html.h5_vqop55$ = h5_1;
20872 package$html.h6_ecvaeu$ = h6_1;
20873 package$html.get_asFlowContent_a89fak$ = get_asFlowContent_20;
20874 package$html.get_asHeadingContent_a89fak$ = get_asHeadingContent;
20875 package$html.HR = HR;
20876 package$html.HTML = HTML;
20877 package$html.body_qwuuhi$ = body_0;
20878 package$html.head_cwj6vx$ = head_1;
20879 package$html.head_9xpsyi$ = head_2;
20880 package$html.I = I;
20881 package$html.get_asFlowContent_lkq382$ = get_asFlowContent_21;
20882 package$html.get_asPhrasingContent_lkq382$ = get_asPhrasingContent_17;
20883 package$html.IFRAME = IFRAME;
20884 package$html.get_asFlowContent_ofcz3z$ = get_asFlowContent_22;
20885 package$html.get_asInteractiveContent_ofcz3z$ = get_asInteractiveContent_4;
20886 package$html.get_asPhrasingContent_ofcz3z$ = get_asPhrasingContent_18;
20887 package$html.IMG = IMG;
20888 package$html.get_asFlowContent_6sfars$ = get_asFlowContent_23;
20889 package$html.get_asInteractiveContent_6sfars$ = get_asInteractiveContent_5;
20890 package$html.get_asPhrasingContent_6sfars$ = get_asPhrasingContent_19;
20891 package$html.INPUT = INPUT;
20892 package$html.get_asFlowContent_a2ovwx$ = get_asFlowContent_24;
20893 package$html.get_asInteractiveContent_a2ovwx$ = get_asInteractiveContent_6;
20894 package$html.get_asPhrasingContent_a2ovwx$ = get_asPhrasingContent_20;
20895 package$html.INS = INS;
20896 package$html.get_asFlowContent_6sf9qr$ = get_asFlowContent_25;
20897 package$html.get_asPhrasingContent_6sf9qr$ = get_asPhrasingContent_21;
20898 package$html.KBD = KBD;
20899 package$html.get_asFlowContent_6se90y$ = get_asFlowContent_26;
20900 package$html.get_asPhrasingContent_6se90y$ = get_asPhrasingContent_22;
20901 package$html.KEYGEN = KEYGEN;
20902 package$html.get_asFlowContent_hm1wge$ = get_asFlowContent_27;
20903 package$html.get_asInteractiveContent_hm1wge$ = get_asInteractiveContent_7;
20904 package$html.get_asPhrasingContent_hm1wge$ = get_asPhrasingContent_23;
20905 package$html.LABEL = LABEL;
20906 package$html.get_asFlowContent_baf5if$ = get_asFlowContent_28;
20907 package$html.get_asInteractiveContent_baf5if$ = get_asInteractiveContent_8;
20908 package$html.get_asPhrasingContent_baf5if$ = get_asPhrasingContent_24;
20909 package$html.LEGEND = LEGEND;
20910 package$html.get_asFlowContent_37l0ga$ = get_asFlowContent_29;
20911 package$html.get_asPhrasingContent_37l0ga$ = get_asPhrasingContent_25;
20912 package$html.LI = LI;
20913 package$html.LINK = LINK;
20914 package$html.get_asFlowContent_2nqvqh$ = get_asFlowContent_30;
20915 package$html.get_asMetaDataContent_2nqvqh$ = get_asMetaDataContent_0;
20916 package$html.get_asPhrasingContent_2nqvqh$ = get_asPhrasingContent_26;
20917 package$html.MAIN = MAIN;
20918 package$html.MAP = MAP;
20919 package$html.get_asFlowContent_6sczi9$ = get_asFlowContent_31;
20920 package$html.get_asPhrasingContent_6sczi9$ = get_asPhrasingContent_27;
20921 package$html.MARK = MARK;
20922 package$html.get_asFlowContent_2o5nee$ = get_asFlowContent_32;
20923 package$html.get_asPhrasingContent_2o5nee$ = get_asPhrasingContent_28;
20924 package$html.MATH = MATH;
20925 package$html.get_asFlowContent_2o5ot7$ = get_asFlowContent_33;
20926 package$html.get_asPhrasingContent_2o5ot7$ = get_asPhrasingContent_29;
20927 package$html.MATHML = MATHML;
20928 package$html.META = META;
20929 package$html.get_asFlowContent_2o88la$ = get_asFlowContent_34;
20930 package$html.get_asMetaDataContent_2o88la$ = get_asMetaDataContent_1;
20931 package$html.get_asPhrasingContent_2o88la$ = get_asPhrasingContent_30;
20932 package$html.METER = METER;
20933 package$html.get_asFlowContent_btzg6q$ = get_asFlowContent_35;
20934 package$html.get_asPhrasingContent_btzg6q$ = get_asPhrasingContent_31;
20935 package$html.NAV = NAV;
20936 package$html.get_asFlowContent_6sccdk$ = get_asFlowContent_36;
20937 package$html.get_asSectioningContent_6sccdk$ = get_asSectioningContent_1;
20938 package$html.NOSCRIPT = NOSCRIPT;
20939 package$html.get_asFlowContent_hfcz9z$ = get_asFlowContent_37;
20940 package$html.get_asMetaDataContent_hfcz9z$ = get_asMetaDataContent_2;
20941 package$html.get_asPhrasingContent_hfcz9z$ = get_asPhrasingContent_32;
20942 package$html.OBJECT = OBJECT;
20943 package$html.param_8fkg42$ = param_0;
20944 package$html.get_asFlowContent_vkzwxo$ = get_asFlowContent_38;
20945 package$html.get_asInteractiveContent_vkzwxo$ = get_asInteractiveContent_9;
20946 package$html.get_asPhrasingContent_vkzwxo$ = get_asPhrasingContent_33;
20947 package$html.OL = OL;
20948 package$html.li_nemw19$ = li_0;
20949 package$html.OPTGROUP = OPTGROUP;
20950 package$html.option_z52iho$ = option_3;
20951 package$html.option_84jv0q$ = option_4;
20952 package$html.OPTION = OPTION;
20953 package$html.OUTPUT = OUTPUT;
20954 package$html.get_asFlowContent_mffrb2$ = get_asFlowContent_39;
20955 package$html.get_asPhrasingContent_mffrb2$ = get_asPhrasingContent_34;
20956 package$html.P = P;
20957 package$html.get_asFlowContent_lkq3e3$ = get_asFlowContent_40;
20958 package$html.get_asPhrasingContent_lkq3e3$ = get_asPhrasingContent_35;
20959 package$html.PARAM = PARAM;
20960 package$html.PRE = PRE;
20961 package$html.get_asFlowContent_6saq7c$ = get_asFlowContent_41;
20962 package$html.get_asPhrasingContent_6saq7c$ = get_asPhrasingContent_36;
20963 package$html.PROGRESS = PROGRESS;
20964 package$html.get_asFlowContent_cpgs6i$ = get_asFlowContent_42;
20965 package$html.get_asPhrasingContent_cpgs6i$ = get_asPhrasingContent_37;
20966 package$html.Q = Q;
20967 package$html.get_asFlowContent_lkq3ey$ = get_asFlowContent_43;
20968 package$html.get_asPhrasingContent_lkq3ey$ = get_asPhrasingContent_38;
20969 package$html.RP = RP;
20970 package$html.RT = RT;
20971 package$html.RUBY = RUBY;
20972 package$html.rt_kderwb$ = rt_0;
20973 package$html.rp_8bpft5$ = rp_0;
20974 package$html.get_asFlowContent_2r92kp$ = get_asFlowContent_44;
20975 package$html.get_asPhrasingContent_2r92kp$ = get_asPhrasingContent_39;
20976 package$html.SAMP = SAMP;
20977 package$html.get_asFlowContent_2rgbde$ = get_asFlowContent_45;
20978 package$html.get_asPhrasingContent_2rgbde$ = get_asPhrasingContent_40;
20979 package$html.SCRIPT = SCRIPT;
20980 package$html.get_asFlowContent_rq40oo$ = get_asFlowContent_46;
20981 package$html.get_asMetaDataContent_rq40oo$ = get_asMetaDataContent_3;
20982 package$html.get_asPhrasingContent_rq40oo$ = get_asPhrasingContent_41;
20983 package$html.SECTION = SECTION;
20984 package$html.get_asFlowContent_tj5cra$ = get_asFlowContent_47;
20985 package$html.get_asSectioningContent_tj5cra$ = get_asSectioningContent_2;
20986 package$html.SELECT = SELECT;
20987 package$html.option_xfiiwk$ = option_5;
20988 package$html.option_1u6wsa$ = option_6;
20989 package$html.optGroup_okqskg$ = optGroup_0;
20990 package$html.get_asFlowContent_sktobr$ = get_asFlowContent_48;
20991 package$html.get_asInteractiveContent_sktobr$ = get_asInteractiveContent_10;
20992 package$html.get_asPhrasingContent_sktobr$ = get_asPhrasingContent_42;
20993 package$html.SMALL = SMALL;
20994 package$html.get_asFlowContent_esbjlg$ = get_asFlowContent_49;
20995 package$html.get_asPhrasingContent_esbjlg$ = get_asPhrasingContent_43;
20996 package$html.SOURCE = SOURCE;
20997 package$html.SPAN = SPAN;
20998 package$html.get_asFlowContent_2rpn89$ = get_asFlowContent_50;
20999 package$html.get_asPhrasingContent_2rpn89$ = get_asPhrasingContent_44;
21000 package$html.STRONG = STRONG;
21001 package$html.get_asFlowContent_z94ogk$ = get_asFlowContent_51;
21002 package$html.get_asPhrasingContent_z94ogk$ = get_asPhrasingContent_45;
21003 package$html.STYLE = STYLE;
21004 package$html.get_asFlowContent_ewlf9m$ = get_asFlowContent_52;
21005 package$html.get_asMetaDataContent_ewlf9m$ = get_asMetaDataContent_4;
21006 package$html.SUB = SUB;
21007 package$html.get_asFlowContent_6s8r39$ = get_asFlowContent_53;
21008 package$html.get_asPhrasingContent_6s8r39$ = get_asPhrasingContent_46;
21009 package$html.SUMMARY = SUMMARY;
21010 package$html.SUP = SUP;
21011 package$html.get_asFlowContent_6s8qr7$ = get_asFlowContent_54;
21012 package$html.get_asPhrasingContent_6s8qr7$ = get_asPhrasingContent_47;
21013 package$html.SVG = SVG;
21014 package$html.get_asFlowContent_6s8q89$ = get_asFlowContent_55;
21015 package$html.get_asPhrasingContent_6s8q89$ = get_asPhrasingContent_48;
21016 package$html.TABLE = TABLE;
21017 package$html.caption_dcoxz5$ = caption_0;
21018 package$html.colGroup_ll6ybo$ = colGroup_0;
21019 package$html.thead_j1nulr$ = thead_0;
21020 package$html.tfoot_bp83sz$ = tfoot_0;
21021 package$html.tbody_cbte6n$ = tbody_0;
21022 package$html.tr_7wec05$ = tr_0;
21023 package$html.TBODY = TBODY;
21024 package$html.tr_tlv0jx$ = tr_1;
21025 package$html.TD = TD;
21026 package$html.TEXTAREA = TEXTAREA;
21027 package$html.get_asFlowContent_dtfm6v$ = get_asFlowContent_56;
21028 package$html.get_asInteractiveContent_dtfm6v$ = get_asInteractiveContent_11;
21029 package$html.get_asPhrasingContent_dtfm6v$ = get_asPhrasingContent_49;
21030 package$html.TFOOT = TFOOT;
21031 package$html.tr_7v6uah$ = tr_2;
21032 package$html.TH = TH;
21033 package$html.THEAD = THEAD;
21034 package$html.tr_lut1f9$ = tr_3;
21035 package$html.TIME = TIME;
21036 package$html.get_asFlowContent_2s57li$ = get_asFlowContent_57;
21037 package$html.get_asPhrasingContent_2s57li$ = get_asPhrasingContent_50;
21038 package$html.TITLE = TITLE;
21039 package$html.TR = TR;
21040 package$html.th_bncpyi$ = th_0;
21041 package$html.colTh_aq069j$ = colTh;
21042 package$html.colGroupTh_aq069j$ = colGroupTh;
21043 package$html.rowTh_aq069j$ = rowTh;
21044 package$html.rowGroupTh_aq069j$ = rowGroupTh;
21045 package$html.td_vlzo05$ = td_0;
21046 package$html.UL = UL;
21047 package$html.li_yzv5uh$ = li_1;
21048 package$html.VAR = VAR;
21049 package$html.get_asFlowContent_6s78ks$ = get_asFlowContent_58;
21050 package$html.get_asPhrasingContent_6s78ks$ = get_asPhrasingContent_51;
21051 package$html.VIDEO = VIDEO;
21052 package$html.source_bzm4az$ = source_1;
21053 package$html.get_asFlowContent_g5b08w$ = get_asFlowContent_59;
21054 package$html.get_asInteractiveContent_g5b08w$ = get_asInteractiveContent_12;
21055 package$html.get_asPhrasingContent_g5b08w$ = get_asPhrasingContent_52;
21056 package$html.HTMLTag = HTMLTag;
21057 package$consumers.TimedResult = TimedResult;
21058 package$consumers.get_out_bh6yji$ = get_out;
21059 package$consumers.measureTime_3mrk8e$ = measureTime;
21060 var package$stream = package$html.stream || (package$html.stream = {});
21061 package$stream.HTMLStreamBuilder = HTMLStreamBuilder;
21062 package$stream.createHTML_dqye30$ = createHTML;
21063 package$stream.appendHTML_94plub$ = appendHTML;
21064 package$stream.appendHTML_9kwp7w$ = appendHTML_0;
21065 package$consumers.TraceConsumer = TraceConsumer;
21066 package$consumers.trace_y1nvlf$ = trace;
21067 package$html.styleLink_hlvmud$ = styleLink;
21068 package$html.get_br_6s7ubj$ = get_br;
21069 var package$js = package$html.js || (package$html.js = {});
21070 package$js.legEnd_ax8bv3$ = legEnd_3;
21071 package$js.object__mcv3un$ = object__1;
21072 package$js.var__h1qstf$ = var__1;
21073 var package$dom = package$html.dom || (package$html.dom = {});
21074 package$dom.JSDOMBuilder = JSDOMBuilder;
21075 package$dom.createTree_4wc2mh$ = createTree;
21076 package$dom.get_create_4wc2mh$ = get_create;
21077 package$dom.append_k9bwru$ = append;
21078 package$dom.prepend_k9bwru$ = prepend;
21079 package$dom.get_append_y4uc6z$ = get_append;
21080 package$dom.get_prepend_y4uc6z$ = get_prepend;
21081 package$js.a_5i6vd$ = a_1;
21082 package$js.abbr_y8m8ul$ = abbr_1;
21083 package$js.address_ywnrmy$ = address_1;
21084 package$js.area_78z5jz$ = area_1;
21085 package$js.article_rpidd8$ = article_1;
21086 package$js.aside_k4rhbi$ = aside_1;
21087 package$js.audio_bbjfyk$ = audio_1;
21088 package$js.b_x0nqqg$ = b_1;
21089 package$js.base_rhdnbn$ = base_1;
21090 package$js.bdi_430vtv$ = bdi_1;
21091 package$js.bdo_3g3eqr$ = bdo_1;
21092 package$js.blockQuote_rw5zzj$ = blockQuote_1;
21093 package$js.body_sbi9b0$ = body_1;
21094 package$js.br_jn093m$ = br_1;
21095 package$js.button_yqfwmz$ = button_1;
21096 package$js.canvas_61vnh7$ = canvas_3;
21097 package$js.canvas_o2d15m$ = canvas_4;
21098 package$js.caption_2b4nbw$ = caption_1;
21099 package$js.cite_vhqron$ = cite_1;
21100 package$js.code_osm44v$ = code_1;
21101 package$js.col_7tq9i$ = col_1;
21102 package$js.colGroup_8s3ugv$ = colGroup_1;
21103 package$js.command_8fvebf$ = command_1;
21104 package$js.dataList_jju9ai$ = dataList_1;
21105 package$js.dd_8uujpe$ = dd_1;
21106 package$js.del_z132bj$ = del_1;
21107 package$js.details_v1c0ag$ = details_1;
21108 package$js.dfn_6e2jtu$ = dfn_1;
21109 package$js.dialog_o1mqye$ = dialog_1;
21110 package$js.div_wkomt5$ = div_1;
21111 package$js.dl_4s12uu$ = dl_1;
21112 package$js.dt_iewpf2$ = dt_1;
21113 package$js.em_bpkgve$ = em_1;
21114 package$js.embed_f82m33$ = embed_1;
21115 package$js.fieldSet_ocqxli$ = fieldSet_1;
21116 package$js.figcaption_k8kml8$ = figcaption_2;
21117 package$js.figure_a9op5m$ = figure_1;
21118 package$js.footer_rkqwo3$ = footer_1;
21119 package$js.form_cxki7s$ = form_1;
21120 package$js.h1_1esf85$ = h1_2;
21121 package$js.h2_nirn70$ = h2_2;
21122 package$js.h3_mksccz$ = h3_2;
21123 package$js.h4_2crq26$ = h4_2;
21124 package$js.h5_rabshb$ = h5_2;
21125 package$js.h6_it872o$ = h6_2;
21126 package$js.head_bq9830$ = head_3;
21127 package$js.head_z94brr$ = head_4;
21128 package$js.header_sok7e9$ = header_1;
21129 package$js.hGroup_8f4qzd$ = hGroup_1;
21130 package$js.hr_v0qv1w$ = hr_1;
21131 package$js.html_18z1of$ = html_1;
21132 package$js.html_aq4td9$ = html_2;
21133 package$js.i_5jry8x$ = i_1;
21134 package$js.iframe_4ksjnb$ = iframe_3;
21135 package$js.iframe_g0q2yy$ = iframe_4;
21136 package$js.img_6lw7hj$ = img_1;
21137 package$js.input_x8a5sv$ = input_1;
21138 package$js.ins_xcl8o4$ = ins_1;
21139 package$js.kbd_ijivhf$ = kbd_1;
21140 package$js.keyGen_qu3nek$ = keyGen_1;
21141 package$js.label_uo7uay$ = label_1;
21142 package$js.legend_ax8bv3$ = legend_3;
21143 package$js.li_525bpd$ = li_2;
21144 package$js.link_iq3rqc$ = link_1;
21145 package$js.main_cutem3$ = main_1;
21146 package$js.map_ibzf9n$ = map_1;
21147 package$js.mark_44qn2n$ = mark_1;
21148 package$js.math_giqjli$ = math_1;
21149 package$js.mathml_61vnh7$ = mathml_1;
21150 package$js.mathml_lcwe6v$ = mathml_2;
21151 package$js.meta_1gpk13$ = meta_1;
21152 package$js.meter_5zj8jj$ = meter_1;
21153 package$js.nav_pc7gpz$ = nav_1;
21154 package$js.noScript_87229e$ = noScript_1;
21155 package$js.htmlObject_mcv3un$ = htmlObject_1;
21156 package$js.ol_qmgqht$ = ol_1;
21157 package$js.optGroup_p3q3kl$ = optGroup_1;
21158 package$js.option_61vnh7$ = option_7;
21159 package$js.option_o2wi2f$ = option_8;
21160 package$js.output_38nbp9$ = output_1;
21161 package$js.p_qwwequ$ = p_1;
21162 package$js.param_4880cc$ = param_1;
21163 package$js.pre_kad921$ = pre_1;
21164 package$js.progress_kmv2hd$ = progress_1;
21165 package$js.q_j6nkt5$ = q_1;
21166 package$js.rp_n982v4$ = rp_1;
21167 package$js.rt_5fw4uc$ = rt_1;
21168 package$js.ruby_12w3h8$ = ruby_1;
21169 package$js.samp_11f6yb$ = samp_1;
21170 package$js.script_m2sah8$ = script_3;
21171 package$js.script_764uoc$ = script_4;
21172 package$js.section_ceckl$ = section_1;
21173 package$js.select_hs5l1a$ = select_1;
21174 package$js.small_8pbyt9$ = small_1;
21175 package$js.source_1ucc65$ = source_2;
21176 package$js.span_x24v7w$ = span_1;
21177 package$js.strong_ddyujd$ = strong_1;
21178 package$js.style_61vnh7$ = style_3;
21179 package$js.style_s80t09$ = style_4;
21180 package$js.sub_cp04y2$ = sub_1;
21181 package$js.summary_85cyqk$ = summary_1;
21182 package$js.sup_isrgxo$ = sup_1;
21183 package$js.svg_61vnh7$ = svg_3;
21184 package$js.svg_whpmhm$ = svg_4;
21185 package$js.table_uk5qws$ = table_1;
21186 package$js.tbody_sr8158$ = tbody_1;
21187 package$js.td_ftqcky$ = td_1;
21188 package$js.textArea_krlhnm$ = textArea_3;
21189 package$js.textArea_wr40b$ = textArea_4;
21190 package$js.tfoot_tdtbiw$ = tfoot_1;
21191 package$js.th_lypajb$ = th_1;
21192 package$js.thead_awes1i$ = thead_1;
21193 package$js.time_veotvz$ = time_1;
21194 package$js.title_bq9830$ = title_3;
21195 package$js.title_nrj9p5$ = title_4;
21196 package$js.tr_9pz0lc$ = tr_4;
21197 package$js.ul_693so7$ = ul_1;
21198 package$js.htmlVar_h1qstf$ = htmlVar_1;
21199 package$js.video_kpr04x$ = video_1;
21200 package$js.get_onAbortFunction_fxodxh$ = get_onAbortFunction;
21201 package$js.set_onAbortFunction_pszlq2$ = set_onAbortFunction;
21202 package$js.get_onBlurFunction_fxodxh$ = get_onBlurFunction;
21203 package$js.set_onBlurFunction_pszlq2$ = set_onBlurFunction;
21204 package$js.get_onCanPlayFunction_fxodxh$ = get_onCanPlayFunction;
21205 package$js.set_onCanPlayFunction_pszlq2$ = set_onCanPlayFunction;
21206 package$js.get_onCanPlayThroughFunction_fxodxh$ = get_onCanPlayThroughFunction;
21207 package$js.set_onCanPlayThroughFunction_pszlq2$ = set_onCanPlayThroughFunction;
21208 package$js.get_onChangeFunction_fxodxh$ = get_onChangeFunction;
21209 package$js.set_onChangeFunction_pszlq2$ = set_onChangeFunction;
21210 package$js.get_onClickFunction_fxodxh$ = get_onClickFunction;
21211 package$js.set_onClickFunction_pszlq2$ = set_onClickFunction;
21212 package$js.get_onContextMenuFunction_fxodxh$ = get_onContextMenuFunction;
21213 package$js.set_onContextMenuFunction_pszlq2$ = set_onContextMenuFunction;
21214 package$js.get_onDoubleClickFunction_fxodxh$ = get_onDoubleClickFunction;
21215 package$js.set_onDoubleClickFunction_pszlq2$ = set_onDoubleClickFunction;
21216 package$js.get_onDragFunction_fxodxh$ = get_onDragFunction;
21217 package$js.set_onDragFunction_pszlq2$ = set_onDragFunction;
21218 package$js.get_onDragEndFunction_fxodxh$ = get_onDragEndFunction;
21219 package$js.set_onDragEndFunction_pszlq2$ = set_onDragEndFunction;
21220 package$js.get_onDragEnterFunction_fxodxh$ = get_onDragEnterFunction;
21221 package$js.set_onDragEnterFunction_pszlq2$ = set_onDragEnterFunction;
21222 package$js.get_onDragLeaveFunction_fxodxh$ = get_onDragLeaveFunction;
21223 package$js.set_onDragLeaveFunction_pszlq2$ = set_onDragLeaveFunction;
21224 package$js.get_onDragOverFunction_fxodxh$ = get_onDragOverFunction;
21225 package$js.set_onDragOverFunction_pszlq2$ = set_onDragOverFunction;
21226 package$js.get_onDragStartFunction_fxodxh$ = get_onDragStartFunction;
21227 package$js.set_onDragStartFunction_pszlq2$ = set_onDragStartFunction;
21228 package$js.get_onDropFunction_fxodxh$ = get_onDropFunction;
21229 package$js.set_onDropFunction_pszlq2$ = set_onDropFunction;
21230 package$js.get_onDurationChangeFunction_fxodxh$ = get_onDurationChangeFunction;
21231 package$js.set_onDurationChangeFunction_pszlq2$ = set_onDurationChangeFunction;
21232 package$js.get_onEmptiedFunction_fxodxh$ = get_onEmptiedFunction;
21233 package$js.set_onEmptiedFunction_pszlq2$ = set_onEmptiedFunction;
21234 package$js.get_onEndedFunction_fxodxh$ = get_onEndedFunction;
21235 package$js.set_onEndedFunction_pszlq2$ = set_onEndedFunction;
21236 package$js.get_onErrorFunction_fxodxh$ = get_onErrorFunction;
21237 package$js.set_onErrorFunction_pszlq2$ = set_onErrorFunction;
21238 package$js.get_onFocusFunction_fxodxh$ = get_onFocusFunction;
21239 package$js.set_onFocusFunction_pszlq2$ = set_onFocusFunction;
21240 package$js.get_onFocusInFunction_fxodxh$ = get_onFocusInFunction;
21241 package$js.set_onFocusInFunction_pszlq2$ = set_onFocusInFunction;
21242 package$js.get_onFocusOutFunction_fxodxh$ = get_onFocusOutFunction;
21243 package$js.set_onFocusOutFunction_pszlq2$ = set_onFocusOutFunction;
21244 package$js.get_onFormChangeFunction_fxodxh$ = get_onFormChangeFunction;
21245 package$js.set_onFormChangeFunction_pszlq2$ = set_onFormChangeFunction;
21246 package$js.get_onFormInputFunction_fxodxh$ = get_onFormInputFunction;
21247 package$js.set_onFormInputFunction_pszlq2$ = set_onFormInputFunction;
21248 package$js.get_onInputFunction_fxodxh$ = get_onInputFunction;
21249 package$js.set_onInputFunction_pszlq2$ = set_onInputFunction;
21250 package$js.get_onInvalidFunction_fxodxh$ = get_onInvalidFunction;
21251 package$js.set_onInvalidFunction_pszlq2$ = set_onInvalidFunction;
21252 package$js.get_onKeyDownFunction_fxodxh$ = get_onKeyDownFunction;
21253 package$js.set_onKeyDownFunction_pszlq2$ = set_onKeyDownFunction;
21254 package$js.get_onKeyPressFunction_fxodxh$ = get_onKeyPressFunction;
21255 package$js.set_onKeyPressFunction_pszlq2$ = set_onKeyPressFunction;
21256 package$js.get_onKeyUpFunction_fxodxh$ = get_onKeyUpFunction;
21257 package$js.set_onKeyUpFunction_pszlq2$ = set_onKeyUpFunction;
21258 package$js.get_onLoadFunction_fxodxh$ = get_onLoadFunction;
21259 package$js.set_onLoadFunction_pszlq2$ = set_onLoadFunction;
21260 package$js.get_onLoadedDataFunction_fxodxh$ = get_onLoadedDataFunction;
21261 package$js.set_onLoadedDataFunction_pszlq2$ = set_onLoadedDataFunction;
21262 package$js.get_onLoadedMetaDataFunction_fxodxh$ = get_onLoadedMetaDataFunction;
21263 package$js.set_onLoadedMetaDataFunction_pszlq2$ = set_onLoadedMetaDataFunction;
21264 package$js.get_onLoadStartFunction_fxodxh$ = get_onLoadStartFunction;
21265 package$js.set_onLoadStartFunction_pszlq2$ = set_onLoadStartFunction;
21266 package$js.get_onMouseDownFunction_fxodxh$ = get_onMouseDownFunction;
21267 package$js.set_onMouseDownFunction_pszlq2$ = set_onMouseDownFunction;
21268 package$js.get_onMouseMoveFunction_fxodxh$ = get_onMouseMoveFunction;
21269 package$js.set_onMouseMoveFunction_pszlq2$ = set_onMouseMoveFunction;
21270 package$js.get_onMouseOutFunction_fxodxh$ = get_onMouseOutFunction;
21271 package$js.set_onMouseOutFunction_pszlq2$ = set_onMouseOutFunction;
21272 package$js.get_onMouseOverFunction_fxodxh$ = get_onMouseOverFunction;
21273 package$js.set_onMouseOverFunction_pszlq2$ = set_onMouseOverFunction;
21274 package$js.get_onMouseUpFunction_fxodxh$ = get_onMouseUpFunction;
21275 package$js.set_onMouseUpFunction_pszlq2$ = set_onMouseUpFunction;
21276 package$js.get_onMouseWheelFunction_fxodxh$ = get_onMouseWheelFunction;
21277 package$js.set_onMouseWheelFunction_pszlq2$ = set_onMouseWheelFunction;
21278 package$js.get_onPauseFunction_fxodxh$ = get_onPauseFunction;
21279 package$js.set_onPauseFunction_pszlq2$ = set_onPauseFunction;
21280 package$js.get_onPlayFunction_fxodxh$ = get_onPlayFunction;
21281 package$js.set_onPlayFunction_pszlq2$ = set_onPlayFunction;
21282 package$js.get_onPlayingFunction_fxodxh$ = get_onPlayingFunction;
21283 package$js.set_onPlayingFunction_pszlq2$ = set_onPlayingFunction;
21284 package$js.get_onProgressFunction_fxodxh$ = get_onProgressFunction;
21285 package$js.set_onProgressFunction_pszlq2$ = set_onProgressFunction;
21286 package$js.get_onRateChangeFunction_fxodxh$ = get_onRateChangeFunction;
21287 package$js.set_onRateChangeFunction_pszlq2$ = set_onRateChangeFunction;
21288 package$js.get_onReadyStateChangeFunction_fxodxh$ = get_onReadyStateChangeFunction;
21289 package$js.set_onReadyStateChangeFunction_pszlq2$ = set_onReadyStateChangeFunction;
21290 package$js.get_onScrollFunction_fxodxh$ = get_onScrollFunction;
21291 package$js.set_onScrollFunction_pszlq2$ = set_onScrollFunction;
21292 package$js.get_onSearchFunction_fxodxh$ = get_onSearchFunction;
21293 package$js.set_onSearchFunction_pszlq2$ = set_onSearchFunction;
21294 package$js.get_onSeekedFunction_fxodxh$ = get_onSeekedFunction;
21295 package$js.set_onSeekedFunction_pszlq2$ = set_onSeekedFunction;
21296 package$js.get_onSeekingFunction_fxodxh$ = get_onSeekingFunction;
21297 package$js.set_onSeekingFunction_pszlq2$ = set_onSeekingFunction;
21298 package$js.get_onSelectFunction_fxodxh$ = get_onSelectFunction;
21299 package$js.set_onSelectFunction_pszlq2$ = set_onSelectFunction;
21300 package$js.get_onShowFunction_fxodxh$ = get_onShowFunction;
21301 package$js.set_onShowFunction_pszlq2$ = set_onShowFunction;
21302 package$js.get_onStalledFunction_fxodxh$ = get_onStalledFunction;
21303 package$js.set_onStalledFunction_pszlq2$ = set_onStalledFunction;
21304 package$js.get_onSubmitFunction_fxodxh$ = get_onSubmitFunction;
21305 package$js.set_onSubmitFunction_pszlq2$ = set_onSubmitFunction;
21306 package$js.get_onSuspendFunction_fxodxh$ = get_onSuspendFunction;
21307 package$js.set_onSuspendFunction_pszlq2$ = set_onSuspendFunction;
21308 package$js.get_onTimeUpdateFunction_fxodxh$ = get_onTimeUpdateFunction;
21309 package$js.set_onTimeUpdateFunction_pszlq2$ = set_onTimeUpdateFunction;
21310 package$js.get_onTouchCancelFunction_fxodxh$ = get_onTouchCancelFunction;
21311 package$js.set_onTouchCancelFunction_pszlq2$ = set_onTouchCancelFunction;
21312 package$js.get_onTouchEndFunction_fxodxh$ = get_onTouchEndFunction;
21313 package$js.set_onTouchEndFunction_pszlq2$ = set_onTouchEndFunction;
21314 package$js.get_onTouchMoveFunction_fxodxh$ = get_onTouchMoveFunction;
21315 package$js.set_onTouchMoveFunction_pszlq2$ = set_onTouchMoveFunction;
21316 package$js.get_onTouchStartFunction_fxodxh$ = get_onTouchStartFunction;
21317 package$js.set_onTouchStartFunction_pszlq2$ = set_onTouchStartFunction;
21318 package$js.get_onVolumeChangeFunction_fxodxh$ = get_onVolumeChangeFunction;
21319 package$js.set_onVolumeChangeFunction_pszlq2$ = set_onVolumeChangeFunction;
21320 package$js.get_onWaitingFunction_fxodxh$ = get_onWaitingFunction;
21321 package$js.set_onWaitingFunction_pszlq2$ = set_onWaitingFunction;
21322 package$js.get_onWheelFunction_fxodxh$ = get_onWheelFunction;
21323 package$js.set_onWheelFunction_pszlq2$ = set_onWheelFunction;
21324 var package$injector = package$html.injector || (package$html.injector = {});
21325 package$injector.injectTo_n418us$ = injectTo;
21326 package$injector.InjectCapture = InjectCapture;
21327 package$injector.InjectByClassName = InjectByClassName;
21328 package$injector.InjectByTagName = InjectByTagName;
21329 Object.defineProperty(package$injector, 'InjectRoot', {
21330 get: InjectRoot_getInstance
21331 });
21332 package$injector.CustomCapture = CustomCapture;
21333 package$injector.InjectorConsumer = InjectorConsumer;
21334 package$injector.inject_d3dat4$ = inject;
21335 package$injector.appendAndInject_qj1uvz$ = appendAndInject;
21336 package$consumers.trace_3mrk8e$ = trace_0;
21337 package$html.currentTimeMillis = currentTimeMillis;
21338 DefaultUnsafe.prototype.unaryPlus_lvwjq6$ = Unsafe.prototype.unaryPlus_lvwjq6$;
21339 DefaultUnsafe.prototype.raw_61zpoe$ = Unsafe.prototype.raw_61zpoe$;
21340 DefaultUnsafe.prototype.raw_ws8or7$ = Unsafe.prototype.raw_ws8or7$;
21341 DefaultUnsafe.prototype.raw_3p81yu$ = Unsafe.prototype.raw_3p81yu$;
21342 StringEncoder.prototype.empty_l5rr1g$ = AttributeEncoder.prototype.empty_l5rr1g$;
21343 BooleanEncoder.prototype.empty_l5rr1g$ = AttributeEncoder.prototype.empty_l5rr1g$;
21344 TickerEncoder.prototype.empty_l5rr1g$ = AttributeEncoder.prototype.empty_l5rr1g$;
21345 EnumEncoder.prototype.empty_l5rr1g$ = AttributeEncoder.prototype.empty_l5rr1g$;
21346 CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21347 CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21348 CommonAttributeGroupFacade.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21349 CommonAttributeGroupFacade.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21350 CommonAttributeGroupFacade.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21351 CommonAttributeGroupFacade.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21352 FormServerAttributeGroupFacade.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21353 FormServerAttributeGroupFacade.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21354 FormServerAttributeGroupFacade.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21355 FormServerAttributeGroupFacade.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21356 FormServerAttributeGroupFacade.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21357 FormServerAttributeGroupFacade.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21358 InputServerAttributeGroupFacade.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21359 InputServerAttributeGroupFacade.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21360 InputServerAttributeGroupFacade.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21361 InputServerAttributeGroupFacade.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21362 InputServerAttributeGroupFacade.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21363 InputServerAttributeGroupFacade.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21364 SelectServerAttributeGroupFacade.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21365 SelectServerAttributeGroupFacade.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21366 SelectServerAttributeGroupFacade.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21367 SelectServerAttributeGroupFacade.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21368 SelectServerAttributeGroupFacade.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21369 SelectServerAttributeGroupFacade.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21370 FlowOrHeadingContent.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21371 FlowOrHeadingContent.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21372 FlowOrHeadingContent.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21373 FlowOrHeadingContent.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21374 FlowOrHeadingContent.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21375 FlowOrHeadingContent.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21376 HeadingContent.prototype.unaryPlus_lvwjq6$ = FlowOrHeadingContent.prototype.unaryPlus_lvwjq6$;
21377 HeadingContent.prototype.unaryPlus_pdl1vz$ = FlowOrHeadingContent.prototype.unaryPlus_pdl1vz$;
21378 HeadingContent.prototype.text_61zpoe$ = FlowOrHeadingContent.prototype.text_61zpoe$;
21379 HeadingContent.prototype.text_3p81yu$ = FlowOrHeadingContent.prototype.text_3p81yu$;
21380 HeadingContent.prototype.entity_ws8or7$ = FlowOrHeadingContent.prototype.entity_ws8or7$;
21381 HeadingContent.prototype.comment_61zpoe$ = FlowOrHeadingContent.prototype.comment_61zpoe$;
21382 FlowOrPhrasingOrMetaDataContent.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21383 FlowOrPhrasingOrMetaDataContent.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21384 FlowOrPhrasingOrMetaDataContent.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21385 FlowOrPhrasingOrMetaDataContent.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21386 FlowOrPhrasingOrMetaDataContent.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21387 FlowOrPhrasingOrMetaDataContent.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21388 FlowOrMetaDataContent.prototype.unaryPlus_lvwjq6$ = FlowOrPhrasingOrMetaDataContent.prototype.unaryPlus_lvwjq6$;
21389 FlowOrMetaDataContent.prototype.unaryPlus_pdl1vz$ = FlowOrPhrasingOrMetaDataContent.prototype.unaryPlus_pdl1vz$;
21390 FlowOrMetaDataContent.prototype.text_61zpoe$ = FlowOrPhrasingOrMetaDataContent.prototype.text_61zpoe$;
21391 FlowOrMetaDataContent.prototype.text_3p81yu$ = FlowOrPhrasingOrMetaDataContent.prototype.text_3p81yu$;
21392 FlowOrMetaDataContent.prototype.entity_ws8or7$ = FlowOrPhrasingOrMetaDataContent.prototype.entity_ws8or7$;
21393 FlowOrMetaDataContent.prototype.comment_61zpoe$ = FlowOrPhrasingOrMetaDataContent.prototype.comment_61zpoe$;
21394 FlowOrInteractiveOrPhrasingContent.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21395 FlowOrInteractiveOrPhrasingContent.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21396 FlowOrInteractiveOrPhrasingContent.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21397 FlowOrInteractiveOrPhrasingContent.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21398 FlowOrInteractiveOrPhrasingContent.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21399 FlowOrInteractiveOrPhrasingContent.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21400 FlowOrInteractiveContent.prototype.unaryPlus_lvwjq6$ = FlowOrInteractiveOrPhrasingContent.prototype.unaryPlus_lvwjq6$;
21401 FlowOrInteractiveContent.prototype.unaryPlus_pdl1vz$ = FlowOrInteractiveOrPhrasingContent.prototype.unaryPlus_pdl1vz$;
21402 FlowOrInteractiveContent.prototype.text_61zpoe$ = FlowOrInteractiveOrPhrasingContent.prototype.text_61zpoe$;
21403 FlowOrInteractiveContent.prototype.text_3p81yu$ = FlowOrInteractiveOrPhrasingContent.prototype.text_3p81yu$;
21404 FlowOrInteractiveContent.prototype.entity_ws8or7$ = FlowOrInteractiveOrPhrasingContent.prototype.entity_ws8or7$;
21405 FlowOrInteractiveContent.prototype.comment_61zpoe$ = FlowOrInteractiveOrPhrasingContent.prototype.comment_61zpoe$;
21406 FlowOrPhrasingContent.prototype.unaryPlus_lvwjq6$ = FlowOrInteractiveOrPhrasingContent.prototype.unaryPlus_lvwjq6$;
21407 FlowOrPhrasingContent.prototype.unaryPlus_pdl1vz$ = FlowOrInteractiveOrPhrasingContent.prototype.unaryPlus_pdl1vz$;
21408 FlowOrPhrasingContent.prototype.text_61zpoe$ = FlowOrInteractiveOrPhrasingContent.prototype.text_61zpoe$;
21409 FlowOrPhrasingContent.prototype.text_3p81yu$ = FlowOrInteractiveOrPhrasingContent.prototype.text_3p81yu$;
21410 FlowOrPhrasingContent.prototype.entity_ws8or7$ = FlowOrInteractiveOrPhrasingContent.prototype.entity_ws8or7$;
21411 FlowOrPhrasingContent.prototype.comment_61zpoe$ = FlowOrInteractiveOrPhrasingContent.prototype.comment_61zpoe$;
21412 SectioningOrFlowContent.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21413 SectioningOrFlowContent.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21414 SectioningOrFlowContent.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21415 SectioningOrFlowContent.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21416 SectioningOrFlowContent.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21417 SectioningOrFlowContent.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21418 FlowContent.prototype.unaryPlus_lvwjq6$ = FlowOrHeadingContent.prototype.unaryPlus_lvwjq6$;
21419 FlowContent.prototype.unaryPlus_pdl1vz$ = FlowOrHeadingContent.prototype.unaryPlus_pdl1vz$;
21420 FlowContent.prototype.text_61zpoe$ = FlowOrHeadingContent.prototype.text_61zpoe$;
21421 FlowContent.prototype.text_3p81yu$ = FlowOrHeadingContent.prototype.text_3p81yu$;
21422 FlowContent.prototype.entity_ws8or7$ = FlowOrHeadingContent.prototype.entity_ws8or7$;
21423 FlowContent.prototype.comment_61zpoe$ = FlowOrHeadingContent.prototype.comment_61zpoe$;
21424 HtmlBlockTag.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21425 HtmlBlockTag.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21426 HtmlBlockTag.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21427 HtmlBlockTag.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21428 HtmlBlockTag.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21429 HtmlBlockTag.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21430 CommonAttributeGroupFacadeFlowHeadingContent.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21431 CommonAttributeGroupFacadeFlowHeadingContent.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21432 CommonAttributeGroupFacadeFlowHeadingContent.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21433 CommonAttributeGroupFacadeFlowHeadingContent.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21434 CommonAttributeGroupFacadeFlowHeadingContent.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21435 CommonAttributeGroupFacadeFlowHeadingContent.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21436 PhrasingContent.prototype.unaryPlus_lvwjq6$ = FlowOrPhrasingContent.prototype.unaryPlus_lvwjq6$;
21437 PhrasingContent.prototype.unaryPlus_pdl1vz$ = FlowOrPhrasingContent.prototype.unaryPlus_pdl1vz$;
21438 PhrasingContent.prototype.text_61zpoe$ = FlowOrPhrasingContent.prototype.text_61zpoe$;
21439 PhrasingContent.prototype.text_3p81yu$ = FlowOrPhrasingContent.prototype.text_3p81yu$;
21440 PhrasingContent.prototype.entity_ws8or7$ = FlowOrPhrasingContent.prototype.entity_ws8or7$;
21441 PhrasingContent.prototype.comment_61zpoe$ = FlowOrPhrasingContent.prototype.comment_61zpoe$;
21442 FlowPhrasingContent.prototype.unaryPlus_lvwjq6$ = FlowContent.prototype.unaryPlus_lvwjq6$;
21443 FlowPhrasingContent.prototype.unaryPlus_pdl1vz$ = FlowContent.prototype.unaryPlus_pdl1vz$;
21444 FlowPhrasingContent.prototype.text_61zpoe$ = FlowContent.prototype.text_61zpoe$;
21445 FlowPhrasingContent.prototype.text_3p81yu$ = FlowContent.prototype.text_3p81yu$;
21446 FlowPhrasingContent.prototype.entity_ws8or7$ = FlowContent.prototype.entity_ws8or7$;
21447 FlowPhrasingContent.prototype.comment_61zpoe$ = FlowContent.prototype.comment_61zpoe$;
21448 HtmlInlineTag.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21449 HtmlInlineTag.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21450 HtmlInlineTag.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21451 HtmlInlineTag.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21452 HtmlInlineTag.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21453 HtmlInlineTag.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21454 HtmlBlockInlineTag.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21455 HtmlBlockInlineTag.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21456 HtmlBlockInlineTag.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21457 HtmlBlockInlineTag.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21458 HtmlBlockInlineTag.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21459 HtmlBlockInlineTag.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21460 CommonAttributeGroupFacadeFlowHeadingPhrasingContent.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21461 CommonAttributeGroupFacadeFlowHeadingPhrasingContent.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21462 CommonAttributeGroupFacadeFlowHeadingPhrasingContent.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21463 CommonAttributeGroupFacadeFlowHeadingPhrasingContent.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21464 CommonAttributeGroupFacadeFlowHeadingPhrasingContent.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21465 CommonAttributeGroupFacadeFlowHeadingPhrasingContent.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21466 InteractiveContent.prototype.unaryPlus_lvwjq6$ = FlowOrInteractiveContent.prototype.unaryPlus_lvwjq6$;
21467 InteractiveContent.prototype.unaryPlus_pdl1vz$ = FlowOrInteractiveContent.prototype.unaryPlus_pdl1vz$;
21468 InteractiveContent.prototype.text_61zpoe$ = FlowOrInteractiveContent.prototype.text_61zpoe$;
21469 InteractiveContent.prototype.text_3p81yu$ = FlowOrInteractiveContent.prototype.text_3p81yu$;
21470 InteractiveContent.prototype.entity_ws8or7$ = FlowOrInteractiveContent.prototype.entity_ws8or7$;
21471 InteractiveContent.prototype.comment_61zpoe$ = FlowOrInteractiveContent.prototype.comment_61zpoe$;
21472 CommonAttributeGroupFacadeFlowInteractiveContent.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21473 CommonAttributeGroupFacadeFlowInteractiveContent.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21474 CommonAttributeGroupFacadeFlowInteractiveContent.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21475 CommonAttributeGroupFacadeFlowInteractiveContent.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21476 CommonAttributeGroupFacadeFlowInteractiveContent.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21477 CommonAttributeGroupFacadeFlowInteractiveContent.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21478 CommonAttributeGroupFacadeFlowInteractivePhrasingContent.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21479 CommonAttributeGroupFacadeFlowInteractivePhrasingContent.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21480 CommonAttributeGroupFacadeFlowInteractivePhrasingContent.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21481 CommonAttributeGroupFacadeFlowInteractivePhrasingContent.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21482 CommonAttributeGroupFacadeFlowInteractivePhrasingContent.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21483 CommonAttributeGroupFacadeFlowInteractivePhrasingContent.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21484 MetaDataContent.prototype.unaryPlus_lvwjq6$ = FlowOrMetaDataContent.prototype.unaryPlus_lvwjq6$;
21485 MetaDataContent.prototype.unaryPlus_pdl1vz$ = FlowOrMetaDataContent.prototype.unaryPlus_pdl1vz$;
21486 MetaDataContent.prototype.text_61zpoe$ = FlowOrMetaDataContent.prototype.text_61zpoe$;
21487 MetaDataContent.prototype.text_3p81yu$ = FlowOrMetaDataContent.prototype.text_3p81yu$;
21488 MetaDataContent.prototype.entity_ws8or7$ = FlowOrMetaDataContent.prototype.entity_ws8or7$;
21489 MetaDataContent.prototype.comment_61zpoe$ = FlowOrMetaDataContent.prototype.comment_61zpoe$;
21490 FlowMetaDataContent.prototype.unaryPlus_lvwjq6$ = FlowContent.prototype.unaryPlus_lvwjq6$;
21491 FlowMetaDataContent.prototype.unaryPlus_pdl1vz$ = FlowContent.prototype.unaryPlus_pdl1vz$;
21492 FlowMetaDataContent.prototype.text_61zpoe$ = FlowContent.prototype.text_61zpoe$;
21493 FlowMetaDataContent.prototype.text_3p81yu$ = FlowContent.prototype.text_3p81yu$;
21494 FlowMetaDataContent.prototype.entity_ws8or7$ = FlowContent.prototype.entity_ws8or7$;
21495 FlowMetaDataContent.prototype.comment_61zpoe$ = FlowContent.prototype.comment_61zpoe$;
21496 HtmlHeadTag.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21497 HtmlHeadTag.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21498 HtmlHeadTag.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21499 HtmlHeadTag.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21500 HtmlHeadTag.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21501 HtmlHeadTag.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21502 CommonAttributeGroupFacadeFlowMetaDataContent.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21503 CommonAttributeGroupFacadeFlowMetaDataContent.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21504 CommonAttributeGroupFacadeFlowMetaDataContent.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21505 CommonAttributeGroupFacadeFlowMetaDataContent.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21506 CommonAttributeGroupFacadeFlowMetaDataContent.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21507 CommonAttributeGroupFacadeFlowMetaDataContent.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21508 FlowMetaDataPhrasingContent.prototype.unaryPlus_lvwjq6$ = FlowMetaDataContent.prototype.unaryPlus_lvwjq6$;
21509 FlowMetaDataPhrasingContent.prototype.unaryPlus_pdl1vz$ = FlowMetaDataContent.prototype.unaryPlus_pdl1vz$;
21510 FlowMetaDataPhrasingContent.prototype.text_61zpoe$ = FlowMetaDataContent.prototype.text_61zpoe$;
21511 FlowMetaDataPhrasingContent.prototype.text_3p81yu$ = FlowMetaDataContent.prototype.text_3p81yu$;
21512 FlowMetaDataPhrasingContent.prototype.entity_ws8or7$ = FlowMetaDataContent.prototype.entity_ws8or7$;
21513 FlowMetaDataPhrasingContent.prototype.comment_61zpoe$ = FlowMetaDataContent.prototype.comment_61zpoe$;
21514 CommonAttributeGroupFacadeFlowMetaDataPhrasingContent.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21515 CommonAttributeGroupFacadeFlowMetaDataPhrasingContent.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21516 CommonAttributeGroupFacadeFlowMetaDataPhrasingContent.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21517 CommonAttributeGroupFacadeFlowMetaDataPhrasingContent.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21518 CommonAttributeGroupFacadeFlowMetaDataPhrasingContent.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21519 CommonAttributeGroupFacadeFlowMetaDataPhrasingContent.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21520 SectioningContent.prototype.unaryPlus_lvwjq6$ = SectioningOrFlowContent.prototype.unaryPlus_lvwjq6$;
21521 SectioningContent.prototype.unaryPlus_pdl1vz$ = SectioningOrFlowContent.prototype.unaryPlus_pdl1vz$;
21522 SectioningContent.prototype.text_61zpoe$ = SectioningOrFlowContent.prototype.text_61zpoe$;
21523 SectioningContent.prototype.text_3p81yu$ = SectioningOrFlowContent.prototype.text_3p81yu$;
21524 SectioningContent.prototype.entity_ws8or7$ = SectioningOrFlowContent.prototype.entity_ws8or7$;
21525 SectioningContent.prototype.comment_61zpoe$ = SectioningOrFlowContent.prototype.comment_61zpoe$;
21526 CommonAttributeGroupFacadeFlowSectioningContent.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21527 CommonAttributeGroupFacadeFlowSectioningContent.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21528 CommonAttributeGroupFacadeFlowSectioningContent.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21529 CommonAttributeGroupFacadeFlowSectioningContent.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21530 CommonAttributeGroupFacadeFlowSectioningContent.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21531 CommonAttributeGroupFacadeFlowSectioningContent.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21532 CommonAttributeGroupFacadeFlowPhrasingSectioningContent.prototype.unaryPlus_lvwjq6$ = CommonAttributeGroupFacade.prototype.unaryPlus_lvwjq6$;
21533 CommonAttributeGroupFacadeFlowPhrasingSectioningContent.prototype.unaryPlus_pdl1vz$ = CommonAttributeGroupFacade.prototype.unaryPlus_pdl1vz$;
21534 CommonAttributeGroupFacadeFlowPhrasingSectioningContent.prototype.text_61zpoe$ = CommonAttributeGroupFacade.prototype.text_61zpoe$;
21535 CommonAttributeGroupFacadeFlowPhrasingSectioningContent.prototype.text_3p81yu$ = CommonAttributeGroupFacade.prototype.text_3p81yu$;
21536 CommonAttributeGroupFacadeFlowPhrasingSectioningContent.prototype.entity_ws8or7$ = CommonAttributeGroupFacade.prototype.entity_ws8or7$;
21537 CommonAttributeGroupFacadeFlowPhrasingSectioningContent.prototype.comment_61zpoe$ = CommonAttributeGroupFacade.prototype.comment_61zpoe$;
21538 HTMLTag.prototype.unaryPlus_lvwjq6$ = Tag.prototype.unaryPlus_lvwjq6$;
21539 HTMLTag.prototype.unaryPlus_pdl1vz$ = Tag.prototype.unaryPlus_pdl1vz$;
21540 HTMLTag.prototype.text_61zpoe$ = Tag.prototype.text_61zpoe$;
21541 HTMLTag.prototype.text_3p81yu$ = Tag.prototype.text_3p81yu$;
21542 HTMLTag.prototype.entity_ws8or7$ = Tag.prototype.entity_ws8or7$;
21543 HTMLTag.prototype.comment_61zpoe$ = Tag.prototype.comment_61zpoe$;
21544 HTMLStreamBuilder$UnsafeImpl$ObjectLiteral.prototype.unaryPlus_lvwjq6$ = Unsafe.prototype.unaryPlus_lvwjq6$;
21545 HTMLStreamBuilder$UnsafeImpl$ObjectLiteral.prototype.raw_61zpoe$ = Unsafe.prototype.raw_61zpoe$;
21546 HTMLStreamBuilder$UnsafeImpl$ObjectLiteral.prototype.raw_ws8or7$ = Unsafe.prototype.raw_ws8or7$;
21547 HTMLStreamBuilder$UnsafeImpl$ObjectLiteral.prototype.raw_3p81yu$ = Unsafe.prototype.raw_3p81yu$;
21548 HTMLStreamBuilder.prototype.onTagError_cjwpn3$ = TagConsumer.prototype.onTagError_cjwpn3$;
21549 JSDOMBuilder.prototype.onTagError_cjwpn3$ = TagConsumer.prototype.onTagError_cjwpn3$;
21550 emptyMap_0 = emptyMap();
21551 attributeStringString = new StringAttribute();
21552 attributeSetStringStringSet = new StringSetAttribute();
21553 attributeBooleanBoolean = new BooleanAttribute();
21554 attributeBooleanBooleanOnOff = new BooleanAttribute('on', 'off');
21555 attributeBooleanTicker = new TickerAttribute();
21556 attributeButtonFormEncTypeEnumButtonFormEncTypeValues = new EnumAttribute(buttonFormEncTypeValues);
21557 attributeButtonFormMethodEnumButtonFormMethodValues = new EnumAttribute(buttonFormMethodValues);
21558 attributeButtonTypeEnumButtonTypeValues = new EnumAttribute(buttonTypeValues);
21559 attributeCommandTypeEnumCommandTypeValues = new EnumAttribute(commandTypeValues);
21560 attributeDirEnumDirValues = new EnumAttribute(dirValues);
21561 attributeDraggableEnumDraggableValues = new EnumAttribute(draggableValues);
21562 attributeFormEncTypeEnumFormEncTypeValues = new EnumAttribute(formEncTypeValues);
21563 attributeFormMethodEnumFormMethodValues = new EnumAttribute(formMethodValues);
21564 attributeIframeSandboxEnumIframeSandboxValues = new EnumAttribute(iframeSandboxValues);
21565 attributeInputFormEncTypeEnumInputFormEncTypeValues = new EnumAttribute(inputFormEncTypeValues);
21566 attributeInputFormMethodEnumInputFormMethodValues = new EnumAttribute(inputFormMethodValues);
21567 attributeInputTypeEnumInputTypeValues = new EnumAttribute(inputTypeValues);
21568 attributeKeyGenKeyTypeEnumKeyGenKeyTypeValues = new EnumAttribute(keyGenKeyTypeValues);
21569 attributeRunAtEnumRunAtValues = new EnumAttribute(runAtValues);
21570 attributeTextAreaWrapEnumTextAreaWrapValues = new EnumAttribute(textAreaWrapValues);
21571 attributeThScopeEnumThScopeValues = new EnumAttribute(thScopeValues);
21572 var $receiver = Dir$values();
21573 var capacity = coerceAtLeast(mapCapacity($receiver.length), 16);
21574 var destination = LinkedHashMap_init_1(capacity);
21575 var tmp$;
21576 for (tmp$ = 0; tmp$ !== $receiver.length; ++tmp$) {
21577 var element = $receiver[tmp$];
21578 destination.put_xwzc9p$(element.realValue, element);
21579 }
21580 dirValues = destination;
21581 var $receiver_0 = Draggable$values();
21582 var capacity_0 = coerceAtLeast(mapCapacity($receiver_0.length), 16);
21583 var destination_0 = LinkedHashMap_init_1(capacity_0);
21584 var tmp$_0;
21585 for (tmp$_0 = 0; tmp$_0 !== $receiver_0.length; ++tmp$_0) {
21586 var element_0 = $receiver_0[tmp$_0];
21587 destination_0.put_xwzc9p$(element_0.realValue, element_0);
21588 }
21589 draggableValues = destination_0;
21590 var $receiver_1 = RunAt$values();
21591 var capacity_1 = coerceAtLeast(mapCapacity($receiver_1.length), 16);
21592 var destination_1 = LinkedHashMap_init_1(capacity_1);
21593 var tmp$_1;
21594 for (tmp$_1 = 0; tmp$_1 !== $receiver_1.length; ++tmp$_1) {
21595 var element_1 = $receiver_1[tmp$_1];
21596 destination_1.put_xwzc9p$(element_1.realValue, element_1);
21597 }
21598 runAtValues = destination_1;
21599 var $receiver_2 = AreaShape$values();
21600 var capacity_2 = coerceAtLeast(mapCapacity($receiver_2.length), 16);
21601 var destination_2 = LinkedHashMap_init_1(capacity_2);
21602 var tmp$_2;
21603 for (tmp$_2 = 0; tmp$_2 !== $receiver_2.length; ++tmp$_2) {
21604 var element_2 = $receiver_2[tmp$_2];
21605 destination_2.put_xwzc9p$(element_2.realValue, element_2);
21606 }
21607 areaShapeValues = destination_2;
21608 var $receiver_3 = ButtonFormEncType$values();
21609 var capacity_3 = coerceAtLeast(mapCapacity($receiver_3.length), 16);
21610 var destination_3 = LinkedHashMap_init_1(capacity_3);
21611 var tmp$_3;
21612 for (tmp$_3 = 0; tmp$_3 !== $receiver_3.length; ++tmp$_3) {
21613 var element_3 = $receiver_3[tmp$_3];
21614 destination_3.put_xwzc9p$(element_3.realValue, element_3);
21615 }
21616 buttonFormEncTypeValues = destination_3;
21617 var $receiver_4 = ButtonFormMethod$values();
21618 var capacity_4 = coerceAtLeast(mapCapacity($receiver_4.length), 16);
21619 var destination_4 = LinkedHashMap_init_1(capacity_4);
21620 var tmp$_4;
21621 for (tmp$_4 = 0; tmp$_4 !== $receiver_4.length; ++tmp$_4) {
21622 var element_4 = $receiver_4[tmp$_4];
21623 destination_4.put_xwzc9p$(element_4.realValue, element_4);
21624 }
21625 buttonFormMethodValues = destination_4;
21626 var $receiver_5 = ButtonType$values();
21627 var capacity_5 = coerceAtLeast(mapCapacity($receiver_5.length), 16);
21628 var destination_5 = LinkedHashMap_init_1(capacity_5);
21629 var tmp$_5;
21630 for (tmp$_5 = 0; tmp$_5 !== $receiver_5.length; ++tmp$_5) {
21631 var element_5 = $receiver_5[tmp$_5];
21632 destination_5.put_xwzc9p$(element_5.realValue, element_5);
21633 }
21634 buttonTypeValues = destination_5;
21635 var $receiver_6 = CommandType$values();
21636 var capacity_6 = coerceAtLeast(mapCapacity($receiver_6.length), 16);
21637 var destination_6 = LinkedHashMap_init_1(capacity_6);
21638 var tmp$_6;
21639 for (tmp$_6 = 0; tmp$_6 !== $receiver_6.length; ++tmp$_6) {
21640 var element_6 = $receiver_6[tmp$_6];
21641 destination_6.put_xwzc9p$(element_6.realValue, element_6);
21642 }
21643 commandTypeValues = destination_6;
21644 var $receiver_7 = FormEncType$values();
21645 var capacity_7 = coerceAtLeast(mapCapacity($receiver_7.length), 16);
21646 var destination_7 = LinkedHashMap_init_1(capacity_7);
21647 var tmp$_7;
21648 for (tmp$_7 = 0; tmp$_7 !== $receiver_7.length; ++tmp$_7) {
21649 var element_7 = $receiver_7[tmp$_7];
21650 destination_7.put_xwzc9p$(element_7.realValue, element_7);
21651 }
21652 formEncTypeValues = destination_7;
21653 var $receiver_8 = FormMethod$values();
21654 var capacity_8 = coerceAtLeast(mapCapacity($receiver_8.length), 16);
21655 var destination_8 = LinkedHashMap_init_1(capacity_8);
21656 var tmp$_8;
21657 for (tmp$_8 = 0; tmp$_8 !== $receiver_8.length; ++tmp$_8) {
21658 var element_8 = $receiver_8[tmp$_8];
21659 destination_8.put_xwzc9p$(element_8.realValue, element_8);
21660 }
21661 formMethodValues = destination_8;
21662 var $receiver_9 = IframeSandbox$values();
21663 var capacity_9 = coerceAtLeast(mapCapacity($receiver_9.length), 16);
21664 var destination_9 = LinkedHashMap_init_1(capacity_9);
21665 var tmp$_9;
21666 for (tmp$_9 = 0; tmp$_9 !== $receiver_9.length; ++tmp$_9) {
21667 var element_9 = $receiver_9[tmp$_9];
21668 destination_9.put_xwzc9p$(element_9.realValue, element_9);
21669 }
21670 iframeSandboxValues = destination_9;
21671 var $receiver_10 = InputType$values();
21672 var capacity_10 = coerceAtLeast(mapCapacity($receiver_10.length), 16);
21673 var destination_10 = LinkedHashMap_init_1(capacity_10);
21674 var tmp$_10;
21675 for (tmp$_10 = 0; tmp$_10 !== $receiver_10.length; ++tmp$_10) {
21676 var element_10 = $receiver_10[tmp$_10];
21677 destination_10.put_xwzc9p$(element_10.realValue, element_10);
21678 }
21679 inputTypeValues = destination_10;
21680 var $receiver_11 = InputFormEncType$values();
21681 var capacity_11 = coerceAtLeast(mapCapacity($receiver_11.length), 16);
21682 var destination_11 = LinkedHashMap_init_1(capacity_11);
21683 var tmp$_11;
21684 for (tmp$_11 = 0; tmp$_11 !== $receiver_11.length; ++tmp$_11) {
21685 var element_11 = $receiver_11[tmp$_11];
21686 destination_11.put_xwzc9p$(element_11.realValue, element_11);
21687 }
21688 inputFormEncTypeValues = destination_11;
21689 var $receiver_12 = InputFormMethod$values();
21690 var capacity_12 = coerceAtLeast(mapCapacity($receiver_12.length), 16);
21691 var destination_12 = LinkedHashMap_init_1(capacity_12);
21692 var tmp$_12;
21693 for (tmp$_12 = 0; tmp$_12 !== $receiver_12.length; ++tmp$_12) {
21694 var element_12 = $receiver_12[tmp$_12];
21695 destination_12.put_xwzc9p$(element_12.realValue, element_12);
21696 }
21697 inputFormMethodValues = destination_12;
21698 var $receiver_13 = KeyGenKeyType$values();
21699 var capacity_13 = coerceAtLeast(mapCapacity($receiver_13.length), 16);
21700 var destination_13 = LinkedHashMap_init_1(capacity_13);
21701 var tmp$_13;
21702 for (tmp$_13 = 0; tmp$_13 !== $receiver_13.length; ++tmp$_13) {
21703 var element_13 = $receiver_13[tmp$_13];
21704 destination_13.put_xwzc9p$(element_13.realValue, element_13);
21705 }
21706 keyGenKeyTypeValues = destination_13;
21707 var $receiver_14 = TextAreaWrap$values();
21708 var capacity_14 = coerceAtLeast(mapCapacity($receiver_14.length), 16);
21709 var destination_14 = LinkedHashMap_init_1(capacity_14);
21710 var tmp$_14;
21711 for (tmp$_14 = 0; tmp$_14 !== $receiver_14.length; ++tmp$_14) {
21712 var element_14 = $receiver_14[tmp$_14];
21713 destination_14.put_xwzc9p$(element_14.realValue, element_14);
21714 }
21715 textAreaWrapValues = destination_14;
21716 var $receiver_15 = ThScope$values();
21717 var capacity_15 = coerceAtLeast(mapCapacity($receiver_15.length), 16);
21718 var destination_15 = LinkedHashMap_init_1(capacity_15);
21719 var tmp$_15;
21720 for (tmp$_15 = 0; tmp$_15 !== $receiver_15.length; ++tmp$_15) {
21721 var element_15 = $receiver_15[tmp$_15];
21722 destination_15.put_xwzc9p$(element_15.realValue, element_15);
21723 }
21724 thScopeValues = destination_15;
21725 AVERAGE_PAGE_SIZE = 32768;
21726 var mappings = mapOf([to(toBoxedChar(60), '&lt;'), to(toBoxedChar(62), '&gt;'), to(toBoxedChar(38), '&amp;'), to(toBoxedChar(34), '&quot;')]);
21727 var tmp$_16;
21728 var $receiver_16 = mappings.keys;
21729 var destination_16 = ArrayList_init_0(collectionSizeOrDefault($receiver_16, 10));
21730 var tmp$_17;
21731 tmp$_17 = $receiver_16.iterator();
21732 while (tmp$_17.hasNext()) {
21733 var item = tmp$_17.next();
21734 destination_16.add_11rb$(unboxChar(item) | 0);
21735 }
21736 var maxCode = (tmp$_16 = max(destination_16)) != null ? tmp$_16 : -1;
21737 var array = Array_0(maxCode + 1 | 0);
21738 var tmp$_18;
21739 tmp$_18 = array.length - 1 | 0;
21740 for (var i_2 = 0; i_2 <= tmp$_18; i_2++) {
21741 array[i_2] = mappings.get_11rb$(toBoxedChar(toChar(i_2)));
21742 }
21743 escapeMap = array;
21744 letterRangeLowerCase = new CharRange(97, 122);
21745 letterRangeUpperCase = new CharRange(65, 90);
21746 digitRange = new CharRange(48, 57);
21747 Kotlin.defineModule('kotlinx-html-js', _);
21748 return _;
21749}));
21750
21751//# sourceMappingURL=kotlinx-html-js.js.map