@nextcloud/files 2.0.0 → 3.0.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2328 +0,0 @@
1
- /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
2
- /* ==========================================================================
3
- * HTML5 display definitions
4
- * ========================================================================== */
5
- /**
6
- * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
7
- article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
8
- display: block; }
9
-
10
- /**
11
- * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
12
- audio, canvas, video {
13
- display: inline-block;
14
- *display: inline;
15
- *zoom: 1; }
16
-
17
- /**
18
- * Prevent modern browsers from displaying `audio` without controls.
19
- * Remove excess height in iOS 5 devices. */
20
- audio:not([controls]) {
21
- display: none;
22
- height: 0; }
23
-
24
- /**
25
- * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
26
- * Known issue: no IE 6 support. */
27
- [hidden] {
28
- display: none; }
29
-
30
- /* ==========================================================================
31
- * Base
32
- * ========================================================================== */
33
- /**
34
- * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
35
- * `em` units.
36
- * 2. Prevent iOS text size adjust after orientation change, without disabling
37
- * user zoom. */
38
- html {
39
- font-size: 100%;
40
- /* 1 */
41
- -ms-text-size-adjust: 100%;
42
- /* 2 */
43
- -webkit-text-size-adjust: 100%;
44
- /* 2 */
45
- font-family: sans-serif; }
46
-
47
- /**
48
- * Address `font-family` inconsistency between `textarea` and other form
49
- * elements. */
50
- button, input, select, textarea {
51
- font-family: sans-serif; }
52
-
53
- /**
54
- * Address margins handled incorrectly in IE 6/7. */
55
- body {
56
- margin: 0; }
57
-
58
- /* ==========================================================================
59
- * Links
60
- * ========================================================================== */
61
- /**
62
- * Address `outline` inconsistency between Chrome and other browsers. */
63
- a:focus {
64
- outline: thin dotted; }
65
-
66
- a:active, a:hover {
67
- outline: 0; }
68
-
69
- /**
70
- * Improve readability when focused and also mouse hovered in all browsers. */
71
- /* ==========================================================================
72
- * Typography
73
- * ========================================================================== */
74
- /**
75
- * Address font sizes and margins set differently in IE 6/7.
76
- * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
77
- * and Chrome. */
78
- h1 {
79
- font-size: 2em;
80
- margin: 0.67em 0; }
81
-
82
- h2 {
83
- font-size: 1.5em;
84
- margin: 0.83em 0; }
85
-
86
- h3 {
87
- font-size: 1.17em;
88
- margin: 1em 0; }
89
-
90
- h4, .tsd-index-panel h3 {
91
- font-size: 1em;
92
- margin: 1.33em 0; }
93
-
94
- h5 {
95
- font-size: 0.83em;
96
- margin: 1.67em 0; }
97
-
98
- h6 {
99
- font-size: 0.67em;
100
- margin: 2.33em 0; }
101
-
102
- /**
103
- * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
104
- abbr[title] {
105
- border-bottom: 1px dotted; }
106
-
107
- /**
108
- * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
109
- b, strong {
110
- font-weight: bold; }
111
-
112
- blockquote {
113
- margin: 1em 40px; }
114
-
115
- /**
116
- * Address styling not present in Safari 5 and Chrome. */
117
- dfn {
118
- font-style: italic; }
119
-
120
- /**
121
- * Address differences between Firefox and other browsers.
122
- * Known issue: no IE 6/7 normalization. */
123
- hr {
124
- box-sizing: content-box;
125
- height: 0; }
126
-
127
- /**
128
- * Address styling not present in IE 6/7/8/9. */
129
- mark {
130
- background: #ff0;
131
- color: #000; }
132
-
133
- /**
134
- * Address margins set differently in IE 6/7. */
135
- p, pre {
136
- margin: 1em 0; }
137
-
138
- /**
139
- * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
140
- code, kbd, pre, samp {
141
- font-family: monospace, serif;
142
- _font-family: 'courier new', monospace;
143
- font-size: 1em; }
144
-
145
- /**
146
- * Improve readability of pre-formatted text in all browsers. */
147
- pre {
148
- white-space: pre;
149
- white-space: pre-wrap;
150
- word-wrap: break-word; }
151
-
152
- /**
153
- * Address CSS quotes not supported in IE 6/7. */
154
- q {
155
- quotes: none; }
156
- q:before, q:after {
157
- content: '';
158
- content: none; }
159
-
160
- /**
161
- * Address `quotes` property not supported in Safari 4. */
162
- /**
163
- * Address inconsistent and variable font size in all browsers. */
164
- small {
165
- font-size: 80%; }
166
-
167
- /**
168
- * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
169
- sub {
170
- font-size: 75%;
171
- line-height: 0;
172
- position: relative;
173
- vertical-align: baseline; }
174
-
175
- sup {
176
- font-size: 75%;
177
- line-height: 0;
178
- position: relative;
179
- vertical-align: baseline;
180
- top: -0.5em; }
181
-
182
- sub {
183
- bottom: -0.25em; }
184
-
185
- /* ==========================================================================
186
- * Lists
187
- * ========================================================================== */
188
- /**
189
- * Address margins set differently in IE 6/7. */
190
- dl, menu, ol, ul {
191
- margin: 1em 0; }
192
-
193
- dd {
194
- margin: 0 0 0 40px; }
195
-
196
- /**
197
- * Address paddings set differently in IE 6/7. */
198
- menu, ol, ul {
199
- padding: 0 0 0 40px; }
200
-
201
- /**
202
- * Correct list images handled incorrectly in IE 7. */
203
- nav ul, nav ol {
204
- list-style: none;
205
- list-style-image: none; }
206
-
207
- /* ==========================================================================
208
- * Embedded content
209
- * ========================================================================== */
210
- /**
211
- * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
212
- * 2. Improve image quality when scaled in IE 7. */
213
- img {
214
- border: 0;
215
- /* 1 */
216
- -ms-interpolation-mode: bicubic; }
217
-
218
- /* 2 */
219
- /**
220
- * Correct overflow displayed oddly in IE 9. */
221
- svg:not(:root) {
222
- overflow: hidden; }
223
-
224
- /* ==========================================================================
225
- * Figures
226
- * ========================================================================== */
227
- /**
228
- * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
229
- figure, form {
230
- margin: 0; }
231
-
232
- /* ==========================================================================
233
- * Forms
234
- * ========================================================================== */
235
- /**
236
- * Correct margin displayed oddly in IE 6/7. */
237
- /**
238
- * Define consistent border, margin, and padding. */
239
- fieldset {
240
- border: 1px solid #c0c0c0;
241
- margin: 0 2px;
242
- padding: 0.35em 0.625em 0.75em; }
243
-
244
- /**
245
- * 1. Correct color not being inherited in IE 6/7/8/9.
246
- * 2. Correct text not wrapping in Firefox 3.
247
- * 3. Correct alignment displayed oddly in IE 6/7. */
248
- legend {
249
- border: 0;
250
- /* 1 */
251
- padding: 0;
252
- white-space: normal;
253
- /* 2 */
254
- *margin-left: -7px; }
255
-
256
- /* 3 */
257
- /**
258
- * 1. Correct font size not being inherited in all browsers.
259
- * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
260
- * and Chrome.
261
- * 3. Improve appearance and consistency in all browsers. */
262
- button, input, select, textarea {
263
- font-size: 100%;
264
- /* 1 */
265
- margin: 0;
266
- /* 2 */
267
- vertical-align: baseline;
268
- /* 3 */
269
- *vertical-align: middle; }
270
-
271
- /* 3 */
272
- /**
273
- * Address Firefox 3+ setting `line-height` on `input` using `!important` in
274
- * the UA stylesheet. */
275
- button, input {
276
- line-height: normal; }
277
-
278
- /**
279
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
280
- * All other form control elements do not inherit `text-transform` values.
281
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
282
- * Correct `select` style inheritance in Firefox 4+ and Opera. */
283
- button, select {
284
- text-transform: none; }
285
-
286
- /**
287
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
288
- * and `video` controls.
289
- * 2. Correct inability to style clickable `input` types in iOS.
290
- * 3. Improve usability and consistency of cursor style between image-type
291
- * `input` and others.
292
- * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
293
- * Known issue: inner spacing remains in IE 6. */
294
- button, html input[type="button"] {
295
- -webkit-appearance: button;
296
- /* 2 */
297
- cursor: pointer;
298
- /* 3 */
299
- *overflow: visible; }
300
-
301
- /* 4 */
302
- input[type="reset"], input[type="submit"] {
303
- -webkit-appearance: button;
304
- /* 2 */
305
- cursor: pointer;
306
- /* 3 */
307
- *overflow: visible; }
308
-
309
- /* 4 */
310
- /**
311
- * Re-set default cursor for disabled elements. */
312
- button[disabled], html input[disabled] {
313
- cursor: default; }
314
-
315
- /**
316
- * 1. Address box sizing set to content-box in IE 8/9.
317
- * 2. Remove excess padding in IE 8/9.
318
- * 3. Remove excess padding in IE 7.
319
- * Known issue: excess padding remains in IE 6. */
320
- input {
321
- /* 3 */ }
322
- input[type="checkbox"], input[type="radio"] {
323
- box-sizing: border-box;
324
- /* 1 */
325
- padding: 0;
326
- /* 2 */
327
- *height: 13px;
328
- /* 3 */
329
- *width: 13px; }
330
- input[type="search"] {
331
- -webkit-appearance: textfield;
332
- /* 1 */
333
- /* 2 */
334
- box-sizing: content-box; }
335
- input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
336
- -webkit-appearance: none; }
337
-
338
- /**
339
- * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
340
- * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
341
- * (include `-moz` to future-proof). */
342
- /**
343
- * Remove inner padding and search cancel button in Safari 5 and Chrome
344
- * on OS X. */
345
- /**
346
- * Remove inner padding and border in Firefox 3+. */
347
- button::-moz-focus-inner, input::-moz-focus-inner {
348
- border: 0;
349
- padding: 0; }
350
-
351
- /**
352
- * 1. Remove default vertical scrollbar in IE 6/7/8/9.
353
- * 2. Improve readability and alignment in all browsers. */
354
- textarea {
355
- overflow: auto;
356
- /* 1 */
357
- vertical-align: top; }
358
-
359
- /* 2 */
360
- /* ==========================================================================
361
- * Tables
362
- * ========================================================================== */
363
- /**
364
- * Remove most spacing between table cells. */
365
- table {
366
- border-collapse: collapse;
367
- border-spacing: 0; }
368
-
369
- /*
370
- *
371
- *Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name> */
372
- .hljs {
373
- display: inline-block;
374
- padding: 0.5em;
375
- background: white;
376
- color: black; }
377
-
378
- .hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .apache .hljs-cbracket {
379
- color: #008000; }
380
-
381
- .hljs-keyword, .hljs-id, .hljs-built_in, .css .smalltalk .hljs-class, .hljs-winutils, .bash .hljs-variable, .tex .hljs-command, .hljs-request, .hljs-status, .nginx .hljs-title {
382
- color: #00f; }
383
-
384
- .xml .hljs-tag {
385
- color: #00f; }
386
- .xml .hljs-tag .hljs-value {
387
- color: #00f; }
388
-
389
- .hljs-string, .hljs-title, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value {
390
- color: #a31515; }
391
-
392
- .ruby .hljs-symbol {
393
- color: #a31515; }
394
- .ruby .hljs-symbol .hljs-string {
395
- color: #a31515; }
396
-
397
- .hljs-template_tag, .django .hljs-variable, .hljs-addition, .hljs-flow, .hljs-stream, .apache .hljs-tag, .hljs-date, .tex .hljs-formula, .coffeescript .hljs-attribute {
398
- color: #a31515; }
399
-
400
- .ruby .hljs-string, .hljs-decorator, .hljs-filter .hljs-argument, .hljs-localvars, .hljs-array, .hljs-attr_selector, .hljs-pseudo, .hljs-pi, .hljs-doctype, .hljs-deletion, .hljs-envvar, .hljs-shebang, .hljs-preprocessor, .hljs-pragma, .userType, .apache .hljs-sqbracket, .nginx .hljs-built_in, .tex .hljs-special, .hljs-prompt {
401
- color: #2b91af; }
402
-
403
- .hljs-phpdoc, .hljs-javadoc, .hljs-xmlDocTag {
404
- color: #808080; }
405
-
406
- .vhdl .hljs-typename {
407
- font-weight: bold; }
408
-
409
- .vhdl .hljs-string {
410
- color: #666666; }
411
-
412
- .vhdl .hljs-literal {
413
- color: #a31515; }
414
-
415
- .vhdl .hljs-attribute {
416
- color: #00b0e8; }
417
-
418
- .xml .hljs-attribute {
419
- color: #f00; }
420
-
421
- .col > :first-child, .col-1 > :first-child, .col-2 > :first-child, .col-3 > :first-child, .col-4 > :first-child, .col-5 > :first-child, .col-6 > :first-child, .col-7 > :first-child, .col-8 > :first-child, .col-9 > :first-child, .col-10 > :first-child, .col-11 > :first-child, .tsd-panel > :first-child, ul.tsd-descriptions > li > :first-child,
422
- .col > :first-child > :first-child,
423
- .col-1 > :first-child > :first-child,
424
- .col-2 > :first-child > :first-child,
425
- .col-3 > :first-child > :first-child,
426
- .col-4 > :first-child > :first-child,
427
- .col-5 > :first-child > :first-child,
428
- .col-6 > :first-child > :first-child,
429
- .col-7 > :first-child > :first-child,
430
- .col-8 > :first-child > :first-child,
431
- .col-9 > :first-child > :first-child,
432
- .col-10 > :first-child > :first-child,
433
- .col-11 > :first-child > :first-child,
434
- .tsd-panel > :first-child > :first-child,
435
- ul.tsd-descriptions > li > :first-child > :first-child,
436
- .col > :first-child > :first-child > :first-child,
437
- .col-1 > :first-child > :first-child > :first-child,
438
- .col-2 > :first-child > :first-child > :first-child,
439
- .col-3 > :first-child > :first-child > :first-child,
440
- .col-4 > :first-child > :first-child > :first-child,
441
- .col-5 > :first-child > :first-child > :first-child,
442
- .col-6 > :first-child > :first-child > :first-child,
443
- .col-7 > :first-child > :first-child > :first-child,
444
- .col-8 > :first-child > :first-child > :first-child,
445
- .col-9 > :first-child > :first-child > :first-child,
446
- .col-10 > :first-child > :first-child > :first-child,
447
- .col-11 > :first-child > :first-child > :first-child,
448
- .tsd-panel > :first-child > :first-child > :first-child,
449
- ul.tsd-descriptions > li > :first-child > :first-child > :first-child {
450
- margin-top: 0; }
451
-
452
- .col > :last-child, .col-1 > :last-child, .col-2 > :last-child, .col-3 > :last-child, .col-4 > :last-child, .col-5 > :last-child, .col-6 > :last-child, .col-7 > :last-child, .col-8 > :last-child, .col-9 > :last-child, .col-10 > :last-child, .col-11 > :last-child, .tsd-panel > :last-child, ul.tsd-descriptions > li > :last-child,
453
- .col > :last-child > :last-child,
454
- .col-1 > :last-child > :last-child,
455
- .col-2 > :last-child > :last-child,
456
- .col-3 > :last-child > :last-child,
457
- .col-4 > :last-child > :last-child,
458
- .col-5 > :last-child > :last-child,
459
- .col-6 > :last-child > :last-child,
460
- .col-7 > :last-child > :last-child,
461
- .col-8 > :last-child > :last-child,
462
- .col-9 > :last-child > :last-child,
463
- .col-10 > :last-child > :last-child,
464
- .col-11 > :last-child > :last-child,
465
- .tsd-panel > :last-child > :last-child,
466
- ul.tsd-descriptions > li > :last-child > :last-child,
467
- .col > :last-child > :last-child > :last-child,
468
- .col-1 > :last-child > :last-child > :last-child,
469
- .col-2 > :last-child > :last-child > :last-child,
470
- .col-3 > :last-child > :last-child > :last-child,
471
- .col-4 > :last-child > :last-child > :last-child,
472
- .col-5 > :last-child > :last-child > :last-child,
473
- .col-6 > :last-child > :last-child > :last-child,
474
- .col-7 > :last-child > :last-child > :last-child,
475
- .col-8 > :last-child > :last-child > :last-child,
476
- .col-9 > :last-child > :last-child > :last-child,
477
- .col-10 > :last-child > :last-child > :last-child,
478
- .col-11 > :last-child > :last-child > :last-child,
479
- .tsd-panel > :last-child > :last-child > :last-child,
480
- ul.tsd-descriptions > li > :last-child > :last-child > :last-child {
481
- margin-bottom: 0; }
482
-
483
- .container {
484
- max-width: 1200px;
485
- margin: 0 auto;
486
- padding: 0 40px; }
487
- @media (max-width: 640px) {
488
- .container {
489
- padding: 0 20px; } }
490
-
491
- .container-main {
492
- padding-bottom: 200px; }
493
-
494
- .row {
495
- display: -ms-flexbox;
496
- display: flex;
497
- position: relative;
498
- margin: 0 -10px; }
499
- .row:after {
500
- visibility: hidden;
501
- display: block;
502
- content: "";
503
- clear: both;
504
- height: 0; }
505
-
506
- .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 {
507
- box-sizing: border-box;
508
- float: left;
509
- padding: 0 10px; }
510
-
511
- .col-1 {
512
- width: 8.3333333333%; }
513
-
514
- .offset-1 {
515
- margin-left: 8.3333333333%; }
516
-
517
- .col-2 {
518
- width: 16.6666666667%; }
519
-
520
- .offset-2 {
521
- margin-left: 16.6666666667%; }
522
-
523
- .col-3 {
524
- width: 25%; }
525
-
526
- .offset-3 {
527
- margin-left: 25%; }
528
-
529
- .col-4 {
530
- width: 33.3333333333%; }
531
-
532
- .offset-4 {
533
- margin-left: 33.3333333333%; }
534
-
535
- .col-5 {
536
- width: 41.6666666667%; }
537
-
538
- .offset-5 {
539
- margin-left: 41.6666666667%; }
540
-
541
- .col-6 {
542
- width: 50%; }
543
-
544
- .offset-6 {
545
- margin-left: 50%; }
546
-
547
- .col-7 {
548
- width: 58.3333333333%; }
549
-
550
- .offset-7 {
551
- margin-left: 58.3333333333%; }
552
-
553
- .col-8 {
554
- width: 66.6666666667%; }
555
-
556
- .offset-8 {
557
- margin-left: 66.6666666667%; }
558
-
559
- .col-9 {
560
- width: 75%; }
561
-
562
- .offset-9 {
563
- margin-left: 75%; }
564
-
565
- .col-10 {
566
- width: 83.3333333333%; }
567
-
568
- .offset-10 {
569
- margin-left: 83.3333333333%; }
570
-
571
- .col-11 {
572
- width: 91.6666666667%; }
573
-
574
- .offset-11 {
575
- margin-left: 91.6666666667%; }
576
-
577
- .tsd-kind-icon {
578
- display: block;
579
- position: relative;
580
- padding-left: 20px;
581
- text-indent: -20px; }
582
- .tsd-kind-icon:before {
583
- content: '';
584
- display: inline-block;
585
- vertical-align: middle;
586
- width: 17px;
587
- height: 17px;
588
- margin: 0 3px 2px 0;
589
- background-image: url(../images/icons.png); }
590
- @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
591
- .tsd-kind-icon:before {
592
- background-image: url(../images/icons@2x.png);
593
- background-size: 238px 204px; } }
594
-
595
- .tsd-signature.tsd-kind-icon:before {
596
- background-position: 0 -153px; }
597
-
598
- .tsd-kind-object-literal > .tsd-kind-icon:before {
599
- background-position: 0px -17px; }
600
-
601
- .tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before {
602
- background-position: -17px -17px; }
603
-
604
- .tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before {
605
- background-position: -34px -17px; }
606
-
607
- .tsd-kind-class > .tsd-kind-icon:before {
608
- background-position: 0px -34px; }
609
-
610
- .tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before {
611
- background-position: -17px -34px; }
612
-
613
- .tsd-kind-class.tsd-is-private > .tsd-kind-icon:before {
614
- background-position: -34px -34px; }
615
-
616
- .tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before {
617
- background-position: 0px -51px; }
618
-
619
- .tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
620
- background-position: -17px -51px; }
621
-
622
- .tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
623
- background-position: -34px -51px; }
624
-
625
- .tsd-kind-interface > .tsd-kind-icon:before {
626
- background-position: 0px -68px; }
627
-
628
- .tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before {
629
- background-position: -17px -68px; }
630
-
631
- .tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before {
632
- background-position: -34px -68px; }
633
-
634
- .tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before {
635
- background-position: 0px -85px; }
636
-
637
- .tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
638
- background-position: -17px -85px; }
639
-
640
- .tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
641
- background-position: -34px -85px; }
642
-
643
- .tsd-kind-module > .tsd-kind-icon:before {
644
- background-position: 0px -102px; }
645
-
646
- .tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before {
647
- background-position: -17px -102px; }
648
-
649
- .tsd-kind-module.tsd-is-private > .tsd-kind-icon:before {
650
- background-position: -34px -102px; }
651
-
652
- .tsd-kind-external-module > .tsd-kind-icon:before {
653
- background-position: 0px -102px; }
654
-
655
- .tsd-kind-external-module.tsd-is-protected > .tsd-kind-icon:before {
656
- background-position: -17px -102px; }
657
-
658
- .tsd-kind-external-module.tsd-is-private > .tsd-kind-icon:before {
659
- background-position: -34px -102px; }
660
-
661
- .tsd-kind-enum > .tsd-kind-icon:before {
662
- background-position: 0px -119px; }
663
-
664
- .tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
665
- background-position: -17px -119px; }
666
-
667
- .tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before {
668
- background-position: -34px -119px; }
669
-
670
- .tsd-kind-enum-member > .tsd-kind-icon:before {
671
- background-position: 0px -136px; }
672
-
673
- .tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before {
674
- background-position: -17px -136px; }
675
-
676
- .tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before {
677
- background-position: -34px -136px; }
678
-
679
- .tsd-kind-signature > .tsd-kind-icon:before {
680
- background-position: 0px -153px; }
681
-
682
- .tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before {
683
- background-position: -17px -153px; }
684
-
685
- .tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before {
686
- background-position: -34px -153px; }
687
-
688
- .tsd-kind-type-alias > .tsd-kind-icon:before {
689
- background-position: 0px -170px; }
690
-
691
- .tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before {
692
- background-position: -17px -170px; }
693
-
694
- .tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before {
695
- background-position: -34px -170px; }
696
-
697
- .tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before {
698
- background-position: 0px -187px; }
699
-
700
- .tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
701
- background-position: -17px -187px; }
702
-
703
- .tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
704
- background-position: -34px -187px; }
705
-
706
- .tsd-kind-variable > .tsd-kind-icon:before {
707
- background-position: -136px -0px; }
708
-
709
- .tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before {
710
- background-position: -153px -0px; }
711
-
712
- .tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before {
713
- background-position: -119px -0px; }
714
-
715
- .tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before {
716
- background-position: -51px -0px; }
717
-
718
- .tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
719
- background-position: -68px -0px; }
720
-
721
- .tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
722
- background-position: -85px -0px; }
723
-
724
- .tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
725
- background-position: -102px -0px; }
726
-
727
- .tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
728
- background-position: -119px -0px; }
729
-
730
- .tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before {
731
- background-position: -170px -0px; }
732
-
733
- .tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
734
- background-position: -187px -0px; }
735
-
736
- .tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
737
- background-position: -119px -0px; }
738
-
739
- .tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before {
740
- background-position: -204px -0px; }
741
-
742
- .tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
743
- background-position: -221px -0px; }
744
-
745
- .tsd-kind-property > .tsd-kind-icon:before {
746
- background-position: -136px -0px; }
747
-
748
- .tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before {
749
- background-position: -153px -0px; }
750
-
751
- .tsd-kind-property.tsd-is-private > .tsd-kind-icon:before {
752
- background-position: -119px -0px; }
753
-
754
- .tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before {
755
- background-position: -51px -0px; }
756
-
757
- .tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
758
- background-position: -68px -0px; }
759
-
760
- .tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
761
- background-position: -85px -0px; }
762
-
763
- .tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
764
- background-position: -102px -0px; }
765
-
766
- .tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
767
- background-position: -119px -0px; }
768
-
769
- .tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before {
770
- background-position: -170px -0px; }
771
-
772
- .tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
773
- background-position: -187px -0px; }
774
-
775
- .tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
776
- background-position: -119px -0px; }
777
-
778
- .tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before {
779
- background-position: -204px -0px; }
780
-
781
- .tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
782
- background-position: -221px -0px; }
783
-
784
- .tsd-kind-get-signature > .tsd-kind-icon:before {
785
- background-position: -136px -17px; }
786
-
787
- .tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before {
788
- background-position: -153px -17px; }
789
-
790
- .tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before {
791
- background-position: -119px -17px; }
792
-
793
- .tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
794
- background-position: -51px -17px; }
795
-
796
- .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
797
- background-position: -68px -17px; }
798
-
799
- .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
800
- background-position: -85px -17px; }
801
-
802
- .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
803
- background-position: -102px -17px; }
804
-
805
- .tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
806
- background-position: -119px -17px; }
807
-
808
- .tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
809
- background-position: -170px -17px; }
810
-
811
- .tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
812
- background-position: -187px -17px; }
813
-
814
- .tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
815
- background-position: -119px -17px; }
816
-
817
- .tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
818
- background-position: -204px -17px; }
819
-
820
- .tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
821
- background-position: -221px -17px; }
822
-
823
- .tsd-kind-set-signature > .tsd-kind-icon:before {
824
- background-position: -136px -34px; }
825
-
826
- .tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before {
827
- background-position: -153px -34px; }
828
-
829
- .tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before {
830
- background-position: -119px -34px; }
831
-
832
- .tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
833
- background-position: -51px -34px; }
834
-
835
- .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
836
- background-position: -68px -34px; }
837
-
838
- .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
839
- background-position: -85px -34px; }
840
-
841
- .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
842
- background-position: -102px -34px; }
843
-
844
- .tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
845
- background-position: -119px -34px; }
846
-
847
- .tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
848
- background-position: -170px -34px; }
849
-
850
- .tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
851
- background-position: -187px -34px; }
852
-
853
- .tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
854
- background-position: -119px -34px; }
855
-
856
- .tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
857
- background-position: -204px -34px; }
858
-
859
- .tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
860
- background-position: -221px -34px; }
861
-
862
- .tsd-kind-accessor > .tsd-kind-icon:before {
863
- background-position: -136px -51px; }
864
-
865
- .tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before {
866
- background-position: -153px -51px; }
867
-
868
- .tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before {
869
- background-position: -119px -51px; }
870
-
871
- .tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before {
872
- background-position: -51px -51px; }
873
-
874
- .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
875
- background-position: -68px -51px; }
876
-
877
- .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
878
- background-position: -85px -51px; }
879
-
880
- .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
881
- background-position: -102px -51px; }
882
-
883
- .tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
884
- background-position: -119px -51px; }
885
-
886
- .tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before {
887
- background-position: -170px -51px; }
888
-
889
- .tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
890
- background-position: -187px -51px; }
891
-
892
- .tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
893
- background-position: -119px -51px; }
894
-
895
- .tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before {
896
- background-position: -204px -51px; }
897
-
898
- .tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
899
- background-position: -221px -51px; }
900
-
901
- .tsd-kind-function > .tsd-kind-icon:before {
902
- background-position: -136px -68px; }
903
-
904
- .tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before {
905
- background-position: -153px -68px; }
906
-
907
- .tsd-kind-function.tsd-is-private > .tsd-kind-icon:before {
908
- background-position: -119px -68px; }
909
-
910
- .tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before {
911
- background-position: -51px -68px; }
912
-
913
- .tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
914
- background-position: -68px -68px; }
915
-
916
- .tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
917
- background-position: -85px -68px; }
918
-
919
- .tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
920
- background-position: -102px -68px; }
921
-
922
- .tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
923
- background-position: -119px -68px; }
924
-
925
- .tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before {
926
- background-position: -170px -68px; }
927
-
928
- .tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
929
- background-position: -187px -68px; }
930
-
931
- .tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
932
- background-position: -119px -68px; }
933
-
934
- .tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before {
935
- background-position: -204px -68px; }
936
-
937
- .tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
938
- background-position: -221px -68px; }
939
-
940
- .tsd-kind-method > .tsd-kind-icon:before {
941
- background-position: -136px -68px; }
942
-
943
- .tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before {
944
- background-position: -153px -68px; }
945
-
946
- .tsd-kind-method.tsd-is-private > .tsd-kind-icon:before {
947
- background-position: -119px -68px; }
948
-
949
- .tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before {
950
- background-position: -51px -68px; }
951
-
952
- .tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
953
- background-position: -68px -68px; }
954
-
955
- .tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
956
- background-position: -85px -68px; }
957
-
958
- .tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
959
- background-position: -102px -68px; }
960
-
961
- .tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
962
- background-position: -119px -68px; }
963
-
964
- .tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before {
965
- background-position: -170px -68px; }
966
-
967
- .tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
968
- background-position: -187px -68px; }
969
-
970
- .tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
971
- background-position: -119px -68px; }
972
-
973
- .tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before {
974
- background-position: -204px -68px; }
975
-
976
- .tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
977
- background-position: -221px -68px; }
978
-
979
- .tsd-kind-call-signature > .tsd-kind-icon:before {
980
- background-position: -136px -68px; }
981
-
982
- .tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before {
983
- background-position: -153px -68px; }
984
-
985
- .tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before {
986
- background-position: -119px -68px; }
987
-
988
- .tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
989
- background-position: -51px -68px; }
990
-
991
- .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
992
- background-position: -68px -68px; }
993
-
994
- .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
995
- background-position: -85px -68px; }
996
-
997
- .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
998
- background-position: -102px -68px; }
999
-
1000
- .tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1001
- background-position: -119px -68px; }
1002
-
1003
- .tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
1004
- background-position: -170px -68px; }
1005
-
1006
- .tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1007
- background-position: -187px -68px; }
1008
-
1009
- .tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1010
- background-position: -119px -68px; }
1011
-
1012
- .tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
1013
- background-position: -204px -68px; }
1014
-
1015
- .tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1016
- background-position: -221px -68px; }
1017
-
1018
- .tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before {
1019
- background-position: -136px -85px; }
1020
-
1021
- .tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
1022
- background-position: -153px -85px; }
1023
-
1024
- .tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
1025
- background-position: -119px -85px; }
1026
-
1027
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before {
1028
- background-position: -51px -85px; }
1029
-
1030
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1031
- background-position: -68px -85px; }
1032
-
1033
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1034
- background-position: -85px -85px; }
1035
-
1036
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1037
- background-position: -102px -85px; }
1038
-
1039
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1040
- background-position: -119px -85px; }
1041
-
1042
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before {
1043
- background-position: -170px -85px; }
1044
-
1045
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1046
- background-position: -187px -85px; }
1047
-
1048
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1049
- background-position: -119px -85px; }
1050
-
1051
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before {
1052
- background-position: -204px -85px; }
1053
-
1054
- .tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1055
- background-position: -221px -85px; }
1056
-
1057
- .tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before {
1058
- background-position: -136px -85px; }
1059
-
1060
- .tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {
1061
- background-position: -153px -85px; }
1062
-
1063
- .tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {
1064
- background-position: -119px -85px; }
1065
-
1066
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before {
1067
- background-position: -51px -85px; }
1068
-
1069
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1070
- background-position: -68px -85px; }
1071
-
1072
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1073
- background-position: -85px -85px; }
1074
-
1075
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1076
- background-position: -102px -85px; }
1077
-
1078
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1079
- background-position: -119px -85px; }
1080
-
1081
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before {
1082
- background-position: -170px -85px; }
1083
-
1084
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1085
- background-position: -187px -85px; }
1086
-
1087
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1088
- background-position: -119px -85px; }
1089
-
1090
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before {
1091
- background-position: -204px -85px; }
1092
-
1093
- .tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1094
- background-position: -221px -85px; }
1095
-
1096
- .tsd-kind-constructor > .tsd-kind-icon:before {
1097
- background-position: -136px -102px; }
1098
-
1099
- .tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before {
1100
- background-position: -153px -102px; }
1101
-
1102
- .tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before {
1103
- background-position: -119px -102px; }
1104
-
1105
- .tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before {
1106
- background-position: -51px -102px; }
1107
-
1108
- .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1109
- background-position: -68px -102px; }
1110
-
1111
- .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1112
- background-position: -85px -102px; }
1113
-
1114
- .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1115
- background-position: -102px -102px; }
1116
-
1117
- .tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1118
- background-position: -119px -102px; }
1119
-
1120
- .tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before {
1121
- background-position: -170px -102px; }
1122
-
1123
- .tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1124
- background-position: -187px -102px; }
1125
-
1126
- .tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1127
- background-position: -119px -102px; }
1128
-
1129
- .tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before {
1130
- background-position: -204px -102px; }
1131
-
1132
- .tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1133
- background-position: -221px -102px; }
1134
-
1135
- .tsd-kind-constructor-signature > .tsd-kind-icon:before {
1136
- background-position: -136px -102px; }
1137
-
1138
- .tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before {
1139
- background-position: -153px -102px; }
1140
-
1141
- .tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before {
1142
- background-position: -119px -102px; }
1143
-
1144
- .tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
1145
- background-position: -51px -102px; }
1146
-
1147
- .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1148
- background-position: -68px -102px; }
1149
-
1150
- .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1151
- background-position: -85px -102px; }
1152
-
1153
- .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1154
- background-position: -102px -102px; }
1155
-
1156
- .tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1157
- background-position: -119px -102px; }
1158
-
1159
- .tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
1160
- background-position: -170px -102px; }
1161
-
1162
- .tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1163
- background-position: -187px -102px; }
1164
-
1165
- .tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1166
- background-position: -119px -102px; }
1167
-
1168
- .tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
1169
- background-position: -204px -102px; }
1170
-
1171
- .tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1172
- background-position: -221px -102px; }
1173
-
1174
- .tsd-kind-index-signature > .tsd-kind-icon:before {
1175
- background-position: -136px -119px; }
1176
-
1177
- .tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before {
1178
- background-position: -153px -119px; }
1179
-
1180
- .tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before {
1181
- background-position: -119px -119px; }
1182
-
1183
- .tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
1184
- background-position: -51px -119px; }
1185
-
1186
- .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1187
- background-position: -68px -119px; }
1188
-
1189
- .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1190
- background-position: -85px -119px; }
1191
-
1192
- .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1193
- background-position: -102px -119px; }
1194
-
1195
- .tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1196
- background-position: -119px -119px; }
1197
-
1198
- .tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
1199
- background-position: -170px -119px; }
1200
-
1201
- .tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1202
- background-position: -187px -119px; }
1203
-
1204
- .tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1205
- background-position: -119px -119px; }
1206
-
1207
- .tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
1208
- background-position: -204px -119px; }
1209
-
1210
- .tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1211
- background-position: -221px -119px; }
1212
-
1213
- .tsd-kind-event > .tsd-kind-icon:before {
1214
- background-position: -136px -136px; }
1215
-
1216
- .tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before {
1217
- background-position: -153px -136px; }
1218
-
1219
- .tsd-kind-event.tsd-is-private > .tsd-kind-icon:before {
1220
- background-position: -119px -136px; }
1221
-
1222
- .tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before {
1223
- background-position: -51px -136px; }
1224
-
1225
- .tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1226
- background-position: -68px -136px; }
1227
-
1228
- .tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1229
- background-position: -85px -136px; }
1230
-
1231
- .tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1232
- background-position: -102px -136px; }
1233
-
1234
- .tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1235
- background-position: -119px -136px; }
1236
-
1237
- .tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before {
1238
- background-position: -170px -136px; }
1239
-
1240
- .tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1241
- background-position: -187px -136px; }
1242
-
1243
- .tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1244
- background-position: -119px -136px; }
1245
-
1246
- .tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before {
1247
- background-position: -204px -136px; }
1248
-
1249
- .tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1250
- background-position: -221px -136px; }
1251
-
1252
- .tsd-is-static > .tsd-kind-icon:before {
1253
- background-position: -136px -153px; }
1254
-
1255
- .tsd-is-static.tsd-is-protected > .tsd-kind-icon:before {
1256
- background-position: -153px -153px; }
1257
-
1258
- .tsd-is-static.tsd-is-private > .tsd-kind-icon:before {
1259
- background-position: -119px -153px; }
1260
-
1261
- .tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before {
1262
- background-position: -51px -153px; }
1263
-
1264
- .tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1265
- background-position: -68px -153px; }
1266
-
1267
- .tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1268
- background-position: -85px -153px; }
1269
-
1270
- .tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1271
- background-position: -102px -153px; }
1272
-
1273
- .tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1274
- background-position: -119px -153px; }
1275
-
1276
- .tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before {
1277
- background-position: -170px -153px; }
1278
-
1279
- .tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1280
- background-position: -187px -153px; }
1281
-
1282
- .tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1283
- background-position: -119px -153px; }
1284
-
1285
- .tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before {
1286
- background-position: -204px -153px; }
1287
-
1288
- .tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1289
- background-position: -221px -153px; }
1290
-
1291
- .tsd-is-static.tsd-kind-function > .tsd-kind-icon:before {
1292
- background-position: -136px -170px; }
1293
-
1294
- .tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before {
1295
- background-position: -153px -170px; }
1296
-
1297
- .tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before {
1298
- background-position: -119px -170px; }
1299
-
1300
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before {
1301
- background-position: -51px -170px; }
1302
-
1303
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1304
- background-position: -68px -170px; }
1305
-
1306
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1307
- background-position: -85px -170px; }
1308
-
1309
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1310
- background-position: -102px -170px; }
1311
-
1312
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1313
- background-position: -119px -170px; }
1314
-
1315
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before {
1316
- background-position: -170px -170px; }
1317
-
1318
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1319
- background-position: -187px -170px; }
1320
-
1321
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1322
- background-position: -119px -170px; }
1323
-
1324
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before {
1325
- background-position: -204px -170px; }
1326
-
1327
- .tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1328
- background-position: -221px -170px; }
1329
-
1330
- .tsd-is-static.tsd-kind-method > .tsd-kind-icon:before {
1331
- background-position: -136px -170px; }
1332
-
1333
- .tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before {
1334
- background-position: -153px -170px; }
1335
-
1336
- .tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before {
1337
- background-position: -119px -170px; }
1338
-
1339
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before {
1340
- background-position: -51px -170px; }
1341
-
1342
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1343
- background-position: -68px -170px; }
1344
-
1345
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1346
- background-position: -85px -170px; }
1347
-
1348
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1349
- background-position: -102px -170px; }
1350
-
1351
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1352
- background-position: -119px -170px; }
1353
-
1354
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before {
1355
- background-position: -170px -170px; }
1356
-
1357
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1358
- background-position: -187px -170px; }
1359
-
1360
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1361
- background-position: -119px -170px; }
1362
-
1363
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before {
1364
- background-position: -204px -170px; }
1365
-
1366
- .tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1367
- background-position: -221px -170px; }
1368
-
1369
- .tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before {
1370
- background-position: -136px -170px; }
1371
-
1372
- .tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before {
1373
- background-position: -153px -170px; }
1374
-
1375
- .tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before {
1376
- background-position: -119px -170px; }
1377
-
1378
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before {
1379
- background-position: -51px -170px; }
1380
-
1381
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1382
- background-position: -68px -170px; }
1383
-
1384
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1385
- background-position: -85px -170px; }
1386
-
1387
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1388
- background-position: -102px -170px; }
1389
-
1390
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1391
- background-position: -119px -170px; }
1392
-
1393
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {
1394
- background-position: -170px -170px; }
1395
-
1396
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1397
- background-position: -187px -170px; }
1398
-
1399
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1400
- background-position: -119px -170px; }
1401
-
1402
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {
1403
- background-position: -204px -170px; }
1404
-
1405
- .tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1406
- background-position: -221px -170px; }
1407
-
1408
- .tsd-is-static.tsd-kind-event > .tsd-kind-icon:before {
1409
- background-position: -136px -187px; }
1410
-
1411
- .tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before {
1412
- background-position: -153px -187px; }
1413
-
1414
- .tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before {
1415
- background-position: -119px -187px; }
1416
-
1417
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before {
1418
- background-position: -51px -187px; }
1419
-
1420
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {
1421
- background-position: -68px -187px; }
1422
-
1423
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {
1424
- background-position: -85px -187px; }
1425
-
1426
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {
1427
- background-position: -102px -187px; }
1428
-
1429
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {
1430
- background-position: -119px -187px; }
1431
-
1432
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before {
1433
- background-position: -170px -187px; }
1434
-
1435
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {
1436
- background-position: -187px -187px; }
1437
-
1438
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {
1439
- background-position: -119px -187px; }
1440
-
1441
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before {
1442
- background-position: -204px -187px; }
1443
-
1444
- .tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {
1445
- background-position: -221px -187px; }
1446
-
1447
- .no-transition {
1448
- transition: none !important; }
1449
-
1450
- @keyframes fade-in {
1451
- from {
1452
- opacity: 0; }
1453
- to {
1454
- opacity: 1; } }
1455
-
1456
- @keyframes fade-out {
1457
- from {
1458
- opacity: 1;
1459
- visibility: visible; }
1460
- to {
1461
- opacity: 0; } }
1462
-
1463
- @keyframes fade-in-delayed {
1464
- 0% {
1465
- opacity: 0; }
1466
- 33% {
1467
- opacity: 0; }
1468
- 100% {
1469
- opacity: 1; } }
1470
-
1471
- @keyframes fade-out-delayed {
1472
- 0% {
1473
- opacity: 1;
1474
- visibility: visible; }
1475
- 66% {
1476
- opacity: 0; }
1477
- 100% {
1478
- opacity: 0; } }
1479
-
1480
- @keyframes shift-to-left {
1481
- from {
1482
- transform: translate(0, 0); }
1483
- to {
1484
- transform: translate(-25%, 0); } }
1485
-
1486
- @keyframes unshift-to-left {
1487
- from {
1488
- transform: translate(-25%, 0); }
1489
- to {
1490
- transform: translate(0, 0); } }
1491
-
1492
- @keyframes pop-in-from-right {
1493
- from {
1494
- transform: translate(100%, 0); }
1495
- to {
1496
- transform: translate(0, 0); } }
1497
-
1498
- @keyframes pop-out-to-right {
1499
- from {
1500
- transform: translate(0, 0);
1501
- visibility: visible; }
1502
- to {
1503
- transform: translate(100%, 0); } }
1504
-
1505
- body {
1506
- background: #fdfdfd;
1507
- font-family: "Segoe UI", sans-serif;
1508
- font-size: 16px;
1509
- color: #222; }
1510
-
1511
- a {
1512
- color: #4da6ff;
1513
- text-decoration: none; }
1514
- a:hover {
1515
- text-decoration: underline; }
1516
-
1517
- code, pre {
1518
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
1519
- padding: 0.2em;
1520
- margin: 0;
1521
- font-size: 14px;
1522
- background-color: rgba(0, 0, 0, 0.04); }
1523
-
1524
- pre {
1525
- padding: 10px; }
1526
- pre code {
1527
- padding: 0;
1528
- font-size: 100%;
1529
- background-color: transparent; }
1530
-
1531
- .tsd-typography {
1532
- line-height: 1.333em; }
1533
- .tsd-typography ul {
1534
- list-style: square;
1535
- padding: 0 0 0 20px;
1536
- margin: 0; }
1537
- .tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 {
1538
- font-size: 1em;
1539
- margin: 0; }
1540
- .tsd-typography h5, .tsd-typography h6 {
1541
- font-weight: normal; }
1542
- .tsd-typography p, .tsd-typography ul, .tsd-typography ol {
1543
- margin: 1em 0; }
1544
-
1545
- @media (min-width: 901px) and (max-width: 1024px) {
1546
- html.default .col-content {
1547
- width: 72%; }
1548
- html.default .col-menu {
1549
- width: 28%; }
1550
- html.default .tsd-navigation {
1551
- padding-left: 10px; } }
1552
-
1553
- @media (max-width: 900px) {
1554
- html.default .col-content {
1555
- float: none;
1556
- width: 100%; }
1557
- html.default .col-menu {
1558
- position: fixed !important;
1559
- overflow: auto;
1560
- -webkit-overflow-scrolling: touch;
1561
- overflow-scrolling: touch;
1562
- z-index: 1024;
1563
- top: 0 !important;
1564
- bottom: 0 !important;
1565
- left: auto !important;
1566
- right: 0 !important;
1567
- width: 100%;
1568
- padding: 20px 20px 0 0;
1569
- max-width: 450px;
1570
- visibility: hidden;
1571
- background-color: #fff;
1572
- transform: translate(100%, 0); }
1573
- html.default .col-menu > *:last-child {
1574
- padding-bottom: 20px; }
1575
- html.default .overlay {
1576
- content: '';
1577
- display: block;
1578
- position: fixed;
1579
- z-index: 1023;
1580
- top: 0;
1581
- left: 0;
1582
- right: 0;
1583
- bottom: 0;
1584
- background-color: rgba(0, 0, 0, 0.75);
1585
- visibility: hidden; }
1586
- html.default.to-has-menu .overlay {
1587
- animation: fade-in 0.4s; }
1588
- html.default.to-has-menu header,
1589
- html.default.to-has-menu footer,
1590
- html.default.to-has-menu .col-content {
1591
- animation: shift-to-left 0.4s; }
1592
- html.default.to-has-menu .col-menu {
1593
- animation: pop-in-from-right 0.4s; }
1594
- html.default.from-has-menu .overlay {
1595
- animation: fade-out 0.4s; }
1596
- html.default.from-has-menu header,
1597
- html.default.from-has-menu footer,
1598
- html.default.from-has-menu .col-content {
1599
- animation: unshift-to-left 0.4s; }
1600
- html.default.from-has-menu .col-menu {
1601
- animation: pop-out-to-right 0.4s; }
1602
- html.default.has-menu body {
1603
- overflow: hidden; }
1604
- html.default.has-menu .overlay {
1605
- visibility: visible; }
1606
- html.default.has-menu header,
1607
- html.default.has-menu footer,
1608
- html.default.has-menu .col-content {
1609
- transform: translate(-25%, 0); }
1610
- html.default.has-menu .col-menu {
1611
- visibility: visible;
1612
- transform: translate(0, 0); } }
1613
-
1614
- .tsd-page-title {
1615
- padding: 70px 0 20px 0;
1616
- margin: 0 0 40px 0;
1617
- background: #fff;
1618
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
1619
- .tsd-page-title h1 {
1620
- margin: 0; }
1621
-
1622
- .tsd-breadcrumb {
1623
- margin: 0;
1624
- padding: 0;
1625
- color: #808080; }
1626
- .tsd-breadcrumb a {
1627
- color: #808080;
1628
- text-decoration: none; }
1629
- .tsd-breadcrumb a:hover {
1630
- text-decoration: underline; }
1631
- .tsd-breadcrumb li {
1632
- display: inline; }
1633
- .tsd-breadcrumb li:after {
1634
- content: ' / '; }
1635
-
1636
- html.minimal .container {
1637
- margin: 0; }
1638
-
1639
- html.minimal .container-main {
1640
- padding-top: 50px;
1641
- padding-bottom: 0; }
1642
-
1643
- html.minimal .content-wrap {
1644
- padding-left: 300px; }
1645
-
1646
- html.minimal .tsd-navigation {
1647
- position: fixed !important;
1648
- overflow: auto;
1649
- -webkit-overflow-scrolling: touch;
1650
- overflow-scrolling: touch;
1651
- box-sizing: border-box;
1652
- z-index: 1;
1653
- left: 0;
1654
- top: 40px;
1655
- bottom: 0;
1656
- width: 300px;
1657
- padding: 20px;
1658
- margin: 0; }
1659
-
1660
- html.minimal .tsd-member .tsd-member {
1661
- margin-left: 0; }
1662
-
1663
- html.minimal .tsd-page-toolbar {
1664
- position: fixed;
1665
- z-index: 2; }
1666
-
1667
- html.minimal #tsd-filter .tsd-filter-group {
1668
- right: 0;
1669
- transform: none; }
1670
-
1671
- html.minimal footer {
1672
- background-color: transparent; }
1673
- html.minimal footer .container {
1674
- padding: 0; }
1675
-
1676
- html.minimal .tsd-generator {
1677
- padding: 0; }
1678
-
1679
- @media (max-width: 900px) {
1680
- html.minimal .tsd-navigation {
1681
- display: none; }
1682
- html.minimal .content-wrap {
1683
- padding-left: 0; } }
1684
-
1685
- dl.tsd-comment-tags {
1686
- overflow: hidden; }
1687
- dl.tsd-comment-tags dt {
1688
- float: left;
1689
- padding: 1px 5px;
1690
- margin: 0 10px 0 0;
1691
- border-radius: 4px;
1692
- border: 1px solid #808080;
1693
- color: #808080;
1694
- font-size: 0.8em;
1695
- font-weight: normal; }
1696
- dl.tsd-comment-tags dd {
1697
- margin: 0 0 10px 0; }
1698
- dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after {
1699
- display: table;
1700
- content: " "; }
1701
- dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after {
1702
- clear: both; }
1703
- dl.tsd-comment-tags p {
1704
- margin: 0; }
1705
-
1706
- .tsd-panel.tsd-comment .lead {
1707
- font-size: 1.1em;
1708
- line-height: 1.333em;
1709
- margin-bottom: 2em; }
1710
- .tsd-panel.tsd-comment .lead:last-child {
1711
- margin-bottom: 0; }
1712
-
1713
- .toggle-protected .tsd-is-private {
1714
- display: none; }
1715
-
1716
- .toggle-public .tsd-is-private,
1717
- .toggle-public .tsd-is-protected,
1718
- .toggle-public .tsd-is-private-protected {
1719
- display: none; }
1720
-
1721
- .toggle-inherited .tsd-is-inherited {
1722
- display: none; }
1723
-
1724
- .toggle-only-exported .tsd-is-not-exported {
1725
- display: none; }
1726
-
1727
- .toggle-externals .tsd-is-external {
1728
- display: none; }
1729
-
1730
- #tsd-filter {
1731
- position: relative;
1732
- display: inline-block;
1733
- height: 40px;
1734
- vertical-align: bottom; }
1735
- .no-filter #tsd-filter {
1736
- display: none; }
1737
- #tsd-filter .tsd-filter-group {
1738
- display: inline-block;
1739
- height: 40px;
1740
- vertical-align: bottom;
1741
- white-space: nowrap; }
1742
- #tsd-filter input {
1743
- display: none; }
1744
- @media (max-width: 900px) {
1745
- #tsd-filter .tsd-filter-group {
1746
- display: block;
1747
- position: absolute;
1748
- top: 40px;
1749
- right: 20px;
1750
- height: auto;
1751
- background-color: #fff;
1752
- visibility: hidden;
1753
- transform: translate(50%, 0);
1754
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
1755
- .has-options #tsd-filter .tsd-filter-group {
1756
- visibility: visible; }
1757
- .to-has-options #tsd-filter .tsd-filter-group {
1758
- animation: fade-in 0.2s; }
1759
- .from-has-options #tsd-filter .tsd-filter-group {
1760
- animation: fade-out 0.2s; }
1761
- #tsd-filter label,
1762
- #tsd-filter .tsd-select {
1763
- display: block;
1764
- padding-right: 20px; } }
1765
-
1766
- footer {
1767
- border-top: 1px solid #eee;
1768
- background-color: #fff; }
1769
- footer.with-border-bottom {
1770
- border-bottom: 1px solid #eee; }
1771
- footer .tsd-legend-group {
1772
- font-size: 0; }
1773
- footer .tsd-legend {
1774
- display: inline-block;
1775
- width: 25%;
1776
- padding: 0;
1777
- font-size: 16px;
1778
- list-style: none;
1779
- line-height: 1.333em;
1780
- vertical-align: top; }
1781
- @media (max-width: 900px) {
1782
- footer .tsd-legend {
1783
- width: 50%; } }
1784
-
1785
- .tsd-hierarchy {
1786
- list-style: square;
1787
- padding: 0 0 0 20px;
1788
- margin: 0; }
1789
- .tsd-hierarchy .target {
1790
- font-weight: bold; }
1791
-
1792
- .tsd-index-panel .tsd-index-content {
1793
- margin-bottom: -30px !important; }
1794
-
1795
- .tsd-index-panel .tsd-index-section {
1796
- margin-bottom: 30px !important; }
1797
-
1798
- .tsd-index-panel h3 {
1799
- margin: 0 -20px 10px -20px;
1800
- padding: 0 20px 10px 20px;
1801
- border-bottom: 1px solid #eee; }
1802
-
1803
- .tsd-index-panel ul.tsd-index-list {
1804
- -moz-column-count: 3;
1805
- -ms-column-count: 3;
1806
- -o-column-count: 3;
1807
- column-count: 3;
1808
- -moz-column-gap: 20px;
1809
- -ms-column-gap: 20px;
1810
- -o-column-gap: 20px;
1811
- column-gap: 20px;
1812
- padding: 0;
1813
- list-style: none;
1814
- line-height: 1.333em; }
1815
- @media (max-width: 900px) {
1816
- .tsd-index-panel ul.tsd-index-list {
1817
- -moz-column-count: 1;
1818
- -ms-column-count: 1;
1819
- -o-column-count: 1;
1820
- column-count: 1; } }
1821
- @media (min-width: 901px) and (max-width: 1024px) {
1822
- .tsd-index-panel ul.tsd-index-list {
1823
- -moz-column-count: 2;
1824
- -ms-column-count: 2;
1825
- -o-column-count: 2;
1826
- column-count: 2; } }
1827
- .tsd-index-panel ul.tsd-index-list li {
1828
- -webkit-column-break-inside: avoid;
1829
- -moz-column-break-inside: avoid;
1830
- -ms-column-break-inside: avoid;
1831
- -o-column-break-inside: avoid;
1832
- column-break-inside: avoid;
1833
- -webkit-page-break-inside: avoid;
1834
- -moz-page-break-inside: avoid;
1835
- -ms-page-break-inside: avoid;
1836
- -o-page-break-inside: avoid;
1837
- page-break-inside: avoid; }
1838
-
1839
- .tsd-index-panel a,
1840
- .tsd-index-panel .tsd-parent-kind-module a {
1841
- color: #9600ff; }
1842
-
1843
- .tsd-index-panel .tsd-parent-kind-interface a {
1844
- color: #7da01f; }
1845
-
1846
- .tsd-index-panel .tsd-parent-kind-enum a {
1847
- color: #cc9900; }
1848
-
1849
- .tsd-index-panel .tsd-parent-kind-class a {
1850
- color: #4da6ff; }
1851
-
1852
- .tsd-index-panel .tsd-kind-module a {
1853
- color: #9600ff; }
1854
-
1855
- .tsd-index-panel .tsd-kind-interface a {
1856
- color: #7da01f; }
1857
-
1858
- .tsd-index-panel .tsd-kind-enum a {
1859
- color: #cc9900; }
1860
-
1861
- .tsd-index-panel .tsd-kind-class a {
1862
- color: #4da6ff; }
1863
-
1864
- .tsd-index-panel .tsd-is-private a {
1865
- color: #808080; }
1866
-
1867
- .tsd-flag {
1868
- display: inline-block;
1869
- padding: 1px 5px;
1870
- border-radius: 4px;
1871
- color: #fff;
1872
- background-color: #808080;
1873
- text-indent: 0;
1874
- font-size: 14px;
1875
- font-weight: normal; }
1876
-
1877
- .tsd-anchor {
1878
- position: absolute;
1879
- top: -100px; }
1880
-
1881
- .tsd-member {
1882
- position: relative; }
1883
- .tsd-member .tsd-anchor + h3 {
1884
- margin-top: 0;
1885
- margin-bottom: 0;
1886
- border-bottom: none; }
1887
-
1888
- .tsd-navigation {
1889
- margin: 0 0 0 40px; }
1890
- .tsd-navigation a {
1891
- display: block;
1892
- padding-top: 2px;
1893
- padding-bottom: 2px;
1894
- border-left: 2px solid transparent;
1895
- color: #222;
1896
- text-decoration: none;
1897
- transition: border-left-color 0.1s; }
1898
- .tsd-navigation a:hover {
1899
- text-decoration: underline; }
1900
- .tsd-navigation ul {
1901
- margin: 0;
1902
- padding: 0;
1903
- list-style: none; }
1904
- .tsd-navigation li {
1905
- padding: 0; }
1906
-
1907
- .tsd-navigation.primary {
1908
- padding-bottom: 40px; }
1909
- .tsd-navigation.primary a {
1910
- display: block;
1911
- padding-top: 6px;
1912
- padding-bottom: 6px; }
1913
- .tsd-navigation.primary ul li a {
1914
- padding-left: 5px; }
1915
- .tsd-navigation.primary ul li li a {
1916
- padding-left: 25px; }
1917
- .tsd-navigation.primary ul li li li a {
1918
- padding-left: 45px; }
1919
- .tsd-navigation.primary ul li li li li a {
1920
- padding-left: 65px; }
1921
- .tsd-navigation.primary ul li li li li li a {
1922
- padding-left: 85px; }
1923
- .tsd-navigation.primary ul li li li li li li a {
1924
- padding-left: 105px; }
1925
- .tsd-navigation.primary > ul {
1926
- border-bottom: 1px solid #eee; }
1927
- .tsd-navigation.primary li {
1928
- border-top: 1px solid #eee; }
1929
- .tsd-navigation.primary li.current > a {
1930
- font-weight: bold; }
1931
- .tsd-navigation.primary li.label span {
1932
- display: block;
1933
- padding: 20px 0 6px 5px;
1934
- color: #808080; }
1935
- .tsd-navigation.primary li.globals + li > span,
1936
- .tsd-navigation.primary li.globals + li > a {
1937
- padding-top: 20px; }
1938
-
1939
- .tsd-navigation.secondary {
1940
- max-height: calc(100vh - 1rem - 40px);
1941
- overflow: auto;
1942
- position: -webkit-sticky;
1943
- position: sticky;
1944
- top: calc(.5rem + 40px);
1945
- transition: .3s; }
1946
- .tsd-navigation.secondary.tsd-navigation--toolbar-hide {
1947
- max-height: calc(100vh - 1rem);
1948
- top: .5rem; }
1949
- .tsd-navigation.secondary ul {
1950
- transition: opacity 0.2s; }
1951
- .tsd-navigation.secondary ul li a {
1952
- padding-left: 25px; }
1953
- .tsd-navigation.secondary ul li li a {
1954
- padding-left: 45px; }
1955
- .tsd-navigation.secondary ul li li li a {
1956
- padding-left: 65px; }
1957
- .tsd-navigation.secondary ul li li li li a {
1958
- padding-left: 85px; }
1959
- .tsd-navigation.secondary ul li li li li li a {
1960
- padding-left: 105px; }
1961
- .tsd-navigation.secondary ul li li li li li li a {
1962
- padding-left: 125px; }
1963
- .tsd-navigation.secondary ul.current a {
1964
- border-left-color: #eee; }
1965
- .tsd-navigation.secondary li.focus > a,
1966
- .tsd-navigation.secondary ul.current li.focus > a {
1967
- border-left-color: #000; }
1968
- .tsd-navigation.secondary li.current {
1969
- margin-top: 20px;
1970
- margin-bottom: 20px;
1971
- border-left-color: #eee; }
1972
- .tsd-navigation.secondary li.current > a {
1973
- font-weight: bold; }
1974
-
1975
- @media (min-width: 901px) {
1976
- .menu-sticky-wrap {
1977
- position: static; } }
1978
-
1979
- .tsd-panel {
1980
- margin: 20px 0;
1981
- padding: 20px;
1982
- background-color: #fff;
1983
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
1984
- .tsd-panel:empty {
1985
- display: none; }
1986
- .tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 {
1987
- margin: 1.5em -20px 10px -20px;
1988
- padding: 0 20px 10px 20px;
1989
- border-bottom: 1px solid #eee; }
1990
- .tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature {
1991
- margin-bottom: 0;
1992
- border-bottom: 0; }
1993
- .tsd-panel table {
1994
- display: block;
1995
- width: 100%;
1996
- overflow: auto;
1997
- margin-top: 10px;
1998
- word-break: normal;
1999
- word-break: keep-all; }
2000
- .tsd-panel table th {
2001
- font-weight: bold; }
2002
- .tsd-panel table th, .tsd-panel table td {
2003
- padding: 6px 13px;
2004
- border: 1px solid #ddd; }
2005
- .tsd-panel table tr {
2006
- background-color: #fff;
2007
- border-top: 1px solid #ccc; }
2008
- .tsd-panel table tr:nth-child(2n) {
2009
- background-color: #f8f8f8; }
2010
-
2011
- .tsd-panel-group {
2012
- margin: 60px 0; }
2013
- .tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 {
2014
- padding-left: 20px;
2015
- padding-right: 20px; }
2016
-
2017
- #tsd-search {
2018
- transition: background-color 0.2s; }
2019
- #tsd-search .title {
2020
- position: relative;
2021
- z-index: 2; }
2022
- #tsd-search .field {
2023
- position: absolute;
2024
- left: 0;
2025
- top: 0;
2026
- right: 40px;
2027
- height: 40px; }
2028
- #tsd-search .field input {
2029
- box-sizing: border-box;
2030
- position: relative;
2031
- top: -50px;
2032
- z-index: 1;
2033
- width: 100%;
2034
- padding: 0 10px;
2035
- opacity: 0;
2036
- outline: 0;
2037
- border: 0;
2038
- background: transparent;
2039
- color: #222; }
2040
- #tsd-search .field label {
2041
- position: absolute;
2042
- overflow: hidden;
2043
- right: -40px; }
2044
- #tsd-search .field input,
2045
- #tsd-search .title {
2046
- transition: opacity 0.2s; }
2047
- #tsd-search .results {
2048
- position: absolute;
2049
- visibility: hidden;
2050
- top: 40px;
2051
- width: 100%;
2052
- margin: 0;
2053
- padding: 0;
2054
- list-style: none;
2055
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); }
2056
- #tsd-search .results li {
2057
- padding: 0 10px;
2058
- background-color: #fdfdfd; }
2059
- #tsd-search .results li:nth-child(even) {
2060
- background-color: #fff; }
2061
- #tsd-search .results li.state {
2062
- display: none; }
2063
- #tsd-search .results li.current,
2064
- #tsd-search .results li:hover {
2065
- background-color: #eee; }
2066
- #tsd-search .results a {
2067
- display: block; }
2068
- #tsd-search .results a:before {
2069
- top: 10px; }
2070
- #tsd-search .results span.parent {
2071
- color: #808080;
2072
- font-weight: normal; }
2073
- #tsd-search.has-focus {
2074
- background-color: #eee; }
2075
- #tsd-search.has-focus .field input {
2076
- top: 0;
2077
- opacity: 1; }
2078
- #tsd-search.has-focus .title {
2079
- z-index: 0;
2080
- opacity: 0; }
2081
- #tsd-search.has-focus .results {
2082
- visibility: visible; }
2083
- #tsd-search.loading .results li.state.loading {
2084
- display: block; }
2085
- #tsd-search.failure .results li.state.failure {
2086
- display: block; }
2087
-
2088
- .tsd-signature {
2089
- margin: 0 0 1em 0;
2090
- padding: 10px;
2091
- border: 1px solid #eee;
2092
- font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
2093
- font-size: 14px; }
2094
- .tsd-signature.tsd-kind-icon {
2095
- padding-left: 30px; }
2096
- .tsd-signature.tsd-kind-icon:before {
2097
- top: 10px;
2098
- left: 10px; }
2099
- .tsd-panel > .tsd-signature {
2100
- margin-left: -20px;
2101
- margin-right: -20px;
2102
- border-width: 1px 0; }
2103
- .tsd-panel > .tsd-signature.tsd-kind-icon {
2104
- padding-left: 40px; }
2105
- .tsd-panel > .tsd-signature.tsd-kind-icon:before {
2106
- left: 20px; }
2107
-
2108
- .tsd-signature-symbol {
2109
- color: #808080;
2110
- font-weight: normal; }
2111
-
2112
- .tsd-signature-type {
2113
- font-style: italic;
2114
- font-weight: normal; }
2115
-
2116
- .tsd-signatures {
2117
- padding: 0;
2118
- margin: 0 0 1em 0;
2119
- border: 1px solid #eee; }
2120
- .tsd-signatures .tsd-signature {
2121
- margin: 0;
2122
- border-width: 1px 0 0 0;
2123
- transition: background-color 0.1s; }
2124
- .tsd-signatures .tsd-signature:first-child {
2125
- border-top-width: 0; }
2126
- .tsd-signatures .tsd-signature.current {
2127
- background-color: #eee; }
2128
- .tsd-signatures.active > .tsd-signature {
2129
- cursor: pointer; }
2130
- .tsd-panel > .tsd-signatures {
2131
- margin-left: -20px;
2132
- margin-right: -20px;
2133
- border-width: 1px 0; }
2134
- .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon {
2135
- padding-left: 40px; }
2136
- .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before {
2137
- left: 20px; }
2138
- .tsd-panel > a.anchor + .tsd-signatures {
2139
- border-top-width: 0;
2140
- margin-top: -20px; }
2141
-
2142
- ul.tsd-descriptions {
2143
- position: relative;
2144
- overflow: hidden;
2145
- transition: height 0.3s;
2146
- padding: 0;
2147
- list-style: none; }
2148
- ul.tsd-descriptions.active > .tsd-description {
2149
- display: none; }
2150
- ul.tsd-descriptions.active > .tsd-description.current {
2151
- display: block; }
2152
- ul.tsd-descriptions.active > .tsd-description.fade-in {
2153
- animation: fade-in-delayed 0.3s; }
2154
- ul.tsd-descriptions.active > .tsd-description.fade-out {
2155
- animation: fade-out-delayed 0.3s;
2156
- position: absolute;
2157
- display: block;
2158
- top: 0;
2159
- left: 0;
2160
- right: 0;
2161
- opacity: 0;
2162
- visibility: hidden; }
2163
- ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 {
2164
- font-size: 16px;
2165
- margin: 1em 0 0.5em 0; }
2166
-
2167
- ul.tsd-parameters,
2168
- ul.tsd-type-parameters {
2169
- list-style: square;
2170
- margin: 0;
2171
- padding-left: 20px; }
2172
- ul.tsd-parameters > li.tsd-parameter-siganture,
2173
- ul.tsd-type-parameters > li.tsd-parameter-siganture {
2174
- list-style: none;
2175
- margin-left: -20px; }
2176
- ul.tsd-parameters h5,
2177
- ul.tsd-type-parameters h5 {
2178
- font-size: 16px;
2179
- margin: 1em 0 0.5em 0; }
2180
- ul.tsd-parameters .tsd-comment,
2181
- ul.tsd-type-parameters .tsd-comment {
2182
- margin-top: -0.5em; }
2183
-
2184
- .tsd-sources {
2185
- font-size: 14px;
2186
- color: #808080;
2187
- margin: 0 0 1em 0; }
2188
- .tsd-sources a {
2189
- color: #808080;
2190
- text-decoration: underline; }
2191
- .tsd-sources ul, .tsd-sources p {
2192
- margin: 0 !important; }
2193
- .tsd-sources ul {
2194
- list-style: none;
2195
- padding: 0; }
2196
-
2197
- .tsd-page-toolbar {
2198
- position: fixed;
2199
- z-index: 1;
2200
- top: 0;
2201
- left: 0;
2202
- width: 100%;
2203
- height: 40px;
2204
- color: #333;
2205
- background: #fff;
2206
- border-bottom: 1px solid #eee;
2207
- transition: transform .3s linear; }
2208
- .tsd-page-toolbar a {
2209
- color: #333;
2210
- text-decoration: none; }
2211
- .tsd-page-toolbar a.title {
2212
- font-weight: bold; }
2213
- .tsd-page-toolbar a.title:hover {
2214
- text-decoration: underline; }
2215
- .tsd-page-toolbar .table-wrap {
2216
- display: table;
2217
- width: 100%;
2218
- height: 40px; }
2219
- .tsd-page-toolbar .table-cell {
2220
- display: table-cell;
2221
- position: relative;
2222
- white-space: nowrap;
2223
- line-height: 40px; }
2224
- .tsd-page-toolbar .table-cell:first-child {
2225
- width: 100%; }
2226
-
2227
- .tsd-page-toolbar--hide {
2228
- transform: translateY(-100%); }
2229
-
2230
- .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before {
2231
- content: '';
2232
- display: inline-block;
2233
- width: 40px;
2234
- height: 40px;
2235
- margin: 0 -8px 0 0;
2236
- background-image: url(../images/widgets.png);
2237
- background-repeat: no-repeat;
2238
- text-indent: -1024px;
2239
- vertical-align: bottom; }
2240
- @media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
2241
- .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before {
2242
- background-image: url(../images/widgets@2x.png);
2243
- background-size: 320px 40px; } }
2244
-
2245
- .tsd-widget {
2246
- display: inline-block;
2247
- overflow: hidden;
2248
- opacity: 0.6;
2249
- height: 40px;
2250
- transition: opacity 0.1s, background-color 0.2s;
2251
- vertical-align: bottom;
2252
- cursor: pointer; }
2253
- .tsd-widget:hover {
2254
- opacity: 0.8; }
2255
- .tsd-widget.active {
2256
- opacity: 1;
2257
- background-color: #eee; }
2258
- .tsd-widget.no-caption {
2259
- width: 40px; }
2260
- .tsd-widget.no-caption:before {
2261
- margin: 0; }
2262
- .tsd-widget.search:before {
2263
- background-position: 0 0; }
2264
- .tsd-widget.menu:before {
2265
- background-position: -40px 0; }
2266
- .tsd-widget.options:before {
2267
- background-position: -80px 0; }
2268
- .tsd-widget.options, .tsd-widget.menu {
2269
- display: none; }
2270
- @media (max-width: 900px) {
2271
- .tsd-widget.options, .tsd-widget.menu {
2272
- display: inline-block; } }
2273
- input[type=checkbox] + .tsd-widget:before {
2274
- background-position: -120px 0; }
2275
- input[type=checkbox]:checked + .tsd-widget:before {
2276
- background-position: -160px 0; }
2277
-
2278
- .tsd-select {
2279
- position: relative;
2280
- display: inline-block;
2281
- height: 40px;
2282
- transition: opacity 0.1s, background-color 0.2s;
2283
- vertical-align: bottom;
2284
- cursor: pointer; }
2285
- .tsd-select .tsd-select-label {
2286
- opacity: 0.6;
2287
- transition: opacity 0.2s; }
2288
- .tsd-select .tsd-select-label:before {
2289
- background-position: -240px 0; }
2290
- .tsd-select.active .tsd-select-label {
2291
- opacity: 0.8; }
2292
- .tsd-select.active .tsd-select-list {
2293
- visibility: visible;
2294
- opacity: 1;
2295
- transition-delay: 0s; }
2296
- .tsd-select .tsd-select-list {
2297
- position: absolute;
2298
- visibility: hidden;
2299
- top: 40px;
2300
- left: 0;
2301
- margin: 0;
2302
- padding: 0;
2303
- opacity: 0;
2304
- list-style: none;
2305
- box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
2306
- transition: visibility 0s 0.2s, opacity 0.2s; }
2307
- .tsd-select .tsd-select-list li {
2308
- padding: 0 20px 0 0;
2309
- background-color: #fdfdfd; }
2310
- .tsd-select .tsd-select-list li:before {
2311
- background-position: 40px 0; }
2312
- .tsd-select .tsd-select-list li:nth-child(even) {
2313
- background-color: #fff; }
2314
- .tsd-select .tsd-select-list li:hover {
2315
- background-color: #eee; }
2316
- .tsd-select .tsd-select-list li.selected:before {
2317
- background-position: -200px 0; }
2318
- @media (max-width: 900px) {
2319
- .tsd-select .tsd-select-list {
2320
- top: 0;
2321
- left: auto;
2322
- right: 100%;
2323
- margin-right: -5px; }
2324
- .tsd-select .tsd-select-label:before {
2325
- background-position: -280px 0; } }
2326
-
2327
- img {
2328
- max-width: 100%; }