Path: blob/master/bitget-node-sdk-api/docs/assets/css/main.css
518 views
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */1/* ==========================================================================2* * HTML5 display definitions3* * ========================================================================== */4/**5* * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */6article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {7display: block;8}910/**11* * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */12audio, canvas, video {13display: inline-block;14*display: inline;15*zoom: 1;16}1718/**19* * Prevent modern browsers from displaying `audio` without controls.20* * Remove excess height in iOS 5 devices. */21audio:not([controls]) {22display: none;23height: 0;24}2526/**27* * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.28* * Known issue: no IE 6 support. */29[hidden] {30display: none;31}3233/* ==========================================================================34* * Base35* * ========================================================================== */36/**37* * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using38* * `em` units.39* * 2. Prevent iOS text size adjust after orientation change, without disabling40* * user zoom. */41html {42font-size: 100%;43/* 1 */44-ms-text-size-adjust: 100%;45/* 2 */46-webkit-text-size-adjust: 100%;47/* 2 */48font-family: sans-serif;49}5051/**52* * Address `font-family` inconsistency between `textarea` and other form53* * elements. */54button, input, select, textarea {55font-family: sans-serif;56}5758/**59* * Address margins handled incorrectly in IE 6/7. */60body {61margin: 0;62}6364/* ==========================================================================65* * Links66* * ========================================================================== */67/**68* * Address `outline` inconsistency between Chrome and other browsers. */69a:focus {70outline: thin dotted;71}72a:active, a:hover {73outline: 0;74}7576/**77* * Improve readability when focused and also mouse hovered in all browsers. */78/* ==========================================================================79* * Typography80* * ========================================================================== */81/**82* * Address font sizes and margins set differently in IE 6/7.83* * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,84* * and Chrome. */85h1 {86font-size: 2em;87margin: 0.67em 0;88}8990h2 {91font-size: 1.5em;92margin: 0.83em 0;93}9495h3 {96font-size: 1.17em;97margin: 1em 0;98}99100h4, .tsd-index-panel h3 {101font-size: 1em;102margin: 1.33em 0;103}104105h5 {106font-size: 0.83em;107margin: 1.67em 0;108}109110h6 {111font-size: 0.67em;112margin: 2.33em 0;113}114115/**116* * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */117abbr[title] {118border-bottom: 1px dotted;119}120121/**122* * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */123b, strong {124font-weight: bold;125}126127blockquote {128margin: 1em 40px;129}130131/**132* * Address styling not present in Safari 5 and Chrome. */133dfn {134font-style: italic;135}136137/**138* * Address differences between Firefox and other browsers.139* * Known issue: no IE 6/7 normalization. */140hr {141box-sizing: content-box;142height: 0;143}144145/**146* * Address styling not present in IE 6/7/8/9. */147mark {148background: #ff0;149color: #000;150}151152/**153* * Address margins set differently in IE 6/7. */154p, pre {155margin: 1em 0;156}157158/**159* * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */160code, kbd, pre, samp {161font-family: monospace, serif;162_font-family: "courier new", monospace;163font-size: 1em;164}165166/**167* * Improve readability of pre-formatted text in all browsers. */168pre {169white-space: pre;170white-space: pre-wrap;171word-wrap: break-word;172}173174/**175* * Address CSS quotes not supported in IE 6/7. */176q {177quotes: none;178}179q:before, q:after {180content: "";181content: none;182}183184/**185* * Address `quotes` property not supported in Safari 4. */186/**187* * Address inconsistent and variable font size in all browsers. */188small {189font-size: 80%;190}191192/**193* * Prevent `sub` and `sup` affecting `line-height` in all browsers. */194sub {195font-size: 75%;196line-height: 0;197position: relative;198vertical-align: baseline;199}200201sup {202font-size: 75%;203line-height: 0;204position: relative;205vertical-align: baseline;206top: -0.5em;207}208209sub {210bottom: -0.25em;211}212213/* ==========================================================================214* * Lists215* * ========================================================================== */216/**217* * Address margins set differently in IE 6/7. */218dl, menu, ol, ul {219margin: 1em 0;220}221222dd {223margin: 0 0 0 40px;224}225226/**227* * Address paddings set differently in IE 6/7. */228menu, ol, ul {229padding: 0 0 0 40px;230}231232/**233* * Correct list images handled incorrectly in IE 7. */234nav ul, nav ol {235list-style: none;236list-style-image: none;237}238239/* ==========================================================================240* * Embedded content241* * ========================================================================== */242/**243* * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.244* * 2. Improve image quality when scaled in IE 7. */245img {246border: 0;247/* 1 */248-ms-interpolation-mode: bicubic;249}250251/* 2 */252/**253* * Correct overflow displayed oddly in IE 9. */254svg:not(:root) {255overflow: hidden;256}257258/* ==========================================================================259* * Figures260* * ========================================================================== */261/**262* * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */263figure, form {264margin: 0;265}266267/* ==========================================================================268* * Forms269* * ========================================================================== */270/**271* * Correct margin displayed oddly in IE 6/7. */272/**273* * Define consistent border, margin, and padding. */274fieldset {275border: 1px solid #c0c0c0;276margin: 0 2px;277padding: 0.35em 0.625em 0.75em;278}279280/**281* * 1. Correct color not being inherited in IE 6/7/8/9.282* * 2. Correct text not wrapping in Firefox 3.283* * 3. Correct alignment displayed oddly in IE 6/7. */284legend {285border: 0;286/* 1 */287padding: 0;288white-space: normal;289/* 2 */290*margin-left: -7px;291}292293/* 3 */294/**295* * 1. Correct font size not being inherited in all browsers.296* * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,297* * and Chrome.298* * 3. Improve appearance and consistency in all browsers. */299button, input, select, textarea {300font-size: 100%;301/* 1 */302margin: 0;303/* 2 */304vertical-align: baseline;305/* 3 */306*vertical-align: middle;307}308309/* 3 */310/**311* * Address Firefox 3+ setting `line-height` on `input` using `!important` in312* * the UA stylesheet. */313button, input {314line-height: normal;315}316317/**318* * Address inconsistent `text-transform` inheritance for `button` and `select`.319* * All other form control elements do not inherit `text-transform` values.320* * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.321* * Correct `select` style inheritance in Firefox 4+ and Opera. */322button, select {323text-transform: none;324}325326/**327* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`328* * and `video` controls.329* * 2. Correct inability to style clickable `input` types in iOS.330* * 3. Improve usability and consistency of cursor style between image-type331* * `input` and others.332* * 4. Remove inner spacing in IE 7 without affecting normal text inputs.333* * Known issue: inner spacing remains in IE 6. */334button, html input[type=button] {335-webkit-appearance: button;336/* 2 */337cursor: pointer;338/* 3 */339*overflow: visible;340}341342/* 4 */343input[type=reset], input[type=submit] {344-webkit-appearance: button;345/* 2 */346cursor: pointer;347/* 3 */348*overflow: visible;349}350351/* 4 */352/**353* * Re-set default cursor for disabled elements. */354button[disabled], html input[disabled] {355cursor: default;356}357358/**359* * 1. Address box sizing set to content-box in IE 8/9.360* * 2. Remove excess padding in IE 8/9.361* * 3. Remove excess padding in IE 7.362* * Known issue: excess padding remains in IE 6. */363input {364/* 3 */365}366input[type=checkbox], input[type=radio] {367box-sizing: border-box;368/* 1 */369padding: 0;370/* 2 */371*height: 13px;372/* 3 */373*width: 13px;374}375input[type=search] {376-webkit-appearance: textfield;377/* 1 */378/* 2 */379box-sizing: content-box;380}381input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {382-webkit-appearance: none;383}384385/**386* * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.387* * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome388* * (include `-moz` to future-proof). */389/**390* * Remove inner padding and search cancel button in Safari 5 and Chrome391* * on OS X. */392/**393* * Remove inner padding and border in Firefox 3+. */394button::-moz-focus-inner, input::-moz-focus-inner {395border: 0;396padding: 0;397}398399/**400* * 1. Remove default vertical scrollbar in IE 6/7/8/9.401* * 2. Improve readability and alignment in all browsers. */402textarea {403overflow: auto;404/* 1 */405vertical-align: top;406}407408/* 2 */409/* ==========================================================================410* * Tables411* * ========================================================================== */412/**413* * Remove most spacing between table cells. */414table {415border-collapse: collapse;416border-spacing: 0;417}418419/* *420* *Visual Studio-like style based on original C# coloring by Jason Diamond <[email protected]> */421.hljs {422display: inline-block;423padding: 0.5em;424background: white;425color: black;426}427428.hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .apache .hljs-cbracket {429color: #008000;430}431432.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 {433color: #00f;434}435436.xml .hljs-tag {437color: #00f;438}439.xml .hljs-tag .hljs-value {440color: #00f;441}442443.hljs-string, .hljs-title, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value {444color: #a31515;445}446447.ruby .hljs-symbol {448color: #a31515;449}450.ruby .hljs-symbol .hljs-string {451color: #a31515;452}453454.hljs-template_tag, .django .hljs-variable, .hljs-addition, .hljs-flow, .hljs-stream, .apache .hljs-tag, .hljs-date, .tex .hljs-formula, .coffeescript .hljs-attribute {455color: #a31515;456}457458.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 {459color: #2b91af;460}461462.hljs-phpdoc, .hljs-javadoc, .hljs-xmlDocTag {463color: #808080;464}465466.vhdl .hljs-typename {467font-weight: bold;468}469.vhdl .hljs-string {470color: #666666;471}472.vhdl .hljs-literal {473color: #a31515;474}475.vhdl .hljs-attribute {476color: #00b0e8;477}478479.xml .hljs-attribute {480color: #f00;481}482483ul.tsd-descriptions > li > :first-child, .tsd-panel > :first-child, .col > :first-child, .col-11 > :first-child, .col-10 > :first-child, .col-9 > :first-child, .col-8 > :first-child, .col-7 > :first-child, .col-6 > :first-child, .col-5 > :first-child, .col-4 > :first-child, .col-3 > :first-child, .col-2 > :first-child, .col-1 > :first-child,484ul.tsd-descriptions > li > :first-child > :first-child,485.tsd-panel > :first-child > :first-child,486.col > :first-child > :first-child,487.col-11 > :first-child > :first-child,488.col-10 > :first-child > :first-child,489.col-9 > :first-child > :first-child,490.col-8 > :first-child > :first-child,491.col-7 > :first-child > :first-child,492.col-6 > :first-child > :first-child,493.col-5 > :first-child > :first-child,494.col-4 > :first-child > :first-child,495.col-3 > :first-child > :first-child,496.col-2 > :first-child > :first-child,497.col-1 > :first-child > :first-child,498ul.tsd-descriptions > li > :first-child > :first-child > :first-child,499.tsd-panel > :first-child > :first-child > :first-child,500.col > :first-child > :first-child > :first-child,501.col-11 > :first-child > :first-child > :first-child,502.col-10 > :first-child > :first-child > :first-child,503.col-9 > :first-child > :first-child > :first-child,504.col-8 > :first-child > :first-child > :first-child,505.col-7 > :first-child > :first-child > :first-child,506.col-6 > :first-child > :first-child > :first-child,507.col-5 > :first-child > :first-child > :first-child,508.col-4 > :first-child > :first-child > :first-child,509.col-3 > :first-child > :first-child > :first-child,510.col-2 > :first-child > :first-child > :first-child,511.col-1 > :first-child > :first-child > :first-child {512margin-top: 0;513}514ul.tsd-descriptions > li > :last-child, .tsd-panel > :last-child, .col > :last-child, .col-11 > :last-child, .col-10 > :last-child, .col-9 > :last-child, .col-8 > :last-child, .col-7 > :last-child, .col-6 > :last-child, .col-5 > :last-child, .col-4 > :last-child, .col-3 > :last-child, .col-2 > :last-child, .col-1 > :last-child,515ul.tsd-descriptions > li > :last-child > :last-child,516.tsd-panel > :last-child > :last-child,517.col > :last-child > :last-child,518.col-11 > :last-child > :last-child,519.col-10 > :last-child > :last-child,520.col-9 > :last-child > :last-child,521.col-8 > :last-child > :last-child,522.col-7 > :last-child > :last-child,523.col-6 > :last-child > :last-child,524.col-5 > :last-child > :last-child,525.col-4 > :last-child > :last-child,526.col-3 > :last-child > :last-child,527.col-2 > :last-child > :last-child,528.col-1 > :last-child > :last-child,529ul.tsd-descriptions > li > :last-child > :last-child > :last-child,530.tsd-panel > :last-child > :last-child > :last-child,531.col > :last-child > :last-child > :last-child,532.col-11 > :last-child > :last-child > :last-child,533.col-10 > :last-child > :last-child > :last-child,534.col-9 > :last-child > :last-child > :last-child,535.col-8 > :last-child > :last-child > :last-child,536.col-7 > :last-child > :last-child > :last-child,537.col-6 > :last-child > :last-child > :last-child,538.col-5 > :last-child > :last-child > :last-child,539.col-4 > :last-child > :last-child > :last-child,540.col-3 > :last-child > :last-child > :last-child,541.col-2 > :last-child > :last-child > :last-child,542.col-1 > :last-child > :last-child > :last-child {543margin-bottom: 0;544}545546.container {547max-width: 1200px;548margin: 0 auto;549padding: 0 40px;550}551@media (max-width: 640px) {552.container {553padding: 0 20px;554}555}556557.container-main {558padding-bottom: 200px;559}560561.row {562display: -ms-flexbox;563display: flex;564position: relative;565margin: 0 -10px;566}567.row:after {568visibility: hidden;569display: block;570content: "";571clear: both;572height: 0;573}574575.col, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {576box-sizing: border-box;577float: left;578padding: 0 10px;579}580581.col-1 {582width: 8.3333333333%;583}584585.offset-1 {586margin-left: 8.3333333333%;587}588589.col-2 {590width: 16.6666666667%;591}592593.offset-2 {594margin-left: 16.6666666667%;595}596597.col-3 {598width: 25%;599}600601.offset-3 {602margin-left: 25%;603}604605.col-4 {606width: 33.3333333333%;607}608609.offset-4 {610margin-left: 33.3333333333%;611}612613.col-5 {614width: 41.6666666667%;615}616617.offset-5 {618margin-left: 41.6666666667%;619}620621.col-6 {622width: 50%;623}624625.offset-6 {626margin-left: 50%;627}628629.col-7 {630width: 58.3333333333%;631}632633.offset-7 {634margin-left: 58.3333333333%;635}636637.col-8 {638width: 66.6666666667%;639}640641.offset-8 {642margin-left: 66.6666666667%;643}644645.col-9 {646width: 75%;647}648649.offset-9 {650margin-left: 75%;651}652653.col-10 {654width: 83.3333333333%;655}656657.offset-10 {658margin-left: 83.3333333333%;659}660661.col-11 {662width: 91.6666666667%;663}664665.offset-11 {666margin-left: 91.6666666667%;667}668669.tsd-kind-icon {670display: block;671position: relative;672padding-left: 20px;673text-indent: -20px;674}675.tsd-kind-icon:before {676content: "";677display: inline-block;678vertical-align: middle;679width: 17px;680height: 17px;681margin: 0 3px 2px 0;682background-image: url(../images/icons.png);683}684@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {685.tsd-kind-icon:before {686background-image: url(../images/[email protected]);687background-size: 238px 204px;688}689}690691.tsd-signature.tsd-kind-icon:before {692background-position: 0 -153px;693}694695.tsd-kind-object-literal > .tsd-kind-icon:before {696background-position: 0px -17px;697}698.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before {699background-position: -17px -17px;700}701.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before {702background-position: -34px -17px;703}704705.tsd-kind-class > .tsd-kind-icon:before {706background-position: 0px -34px;707}708.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before {709background-position: -17px -34px;710}711.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before {712background-position: -34px -34px;713}714715.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before {716background-position: 0px -51px;717}718.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {719background-position: -17px -51px;720}721.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {722background-position: -34px -51px;723}724725.tsd-kind-interface > .tsd-kind-icon:before {726background-position: 0px -68px;727}728.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before {729background-position: -17px -68px;730}731.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before {732background-position: -34px -68px;733}734735.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before {736background-position: 0px -85px;737}738.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {739background-position: -17px -85px;740}741.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {742background-position: -34px -85px;743}744745.tsd-kind-namespace > .tsd-kind-icon:before {746background-position: 0px -102px;747}748.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before {749background-position: -17px -102px;750}751.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before {752background-position: -34px -102px;753}754755.tsd-kind-module > .tsd-kind-icon:before {756background-position: 0px -102px;757}758.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before {759background-position: -17px -102px;760}761.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before {762background-position: -34px -102px;763}764765.tsd-kind-enum > .tsd-kind-icon:before {766background-position: 0px -119px;767}768.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before {769background-position: -17px -119px;770}771.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before {772background-position: -34px -119px;773}774775.tsd-kind-enum-member > .tsd-kind-icon:before {776background-position: 0px -136px;777}778.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before {779background-position: -17px -136px;780}781.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before {782background-position: -34px -136px;783}784785.tsd-kind-signature > .tsd-kind-icon:before {786background-position: 0px -153px;787}788.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before {789background-position: -17px -153px;790}791.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before {792background-position: -34px -153px;793}794795.tsd-kind-type-alias > .tsd-kind-icon:before {796background-position: 0px -170px;797}798.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before {799background-position: -17px -170px;800}801.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before {802background-position: -34px -170px;803}804805.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before {806background-position: 0px -187px;807}808.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {809background-position: -17px -187px;810}811.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {812background-position: -34px -187px;813}814815.tsd-kind-variable > .tsd-kind-icon:before {816background-position: -136px -0px;817}818.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before {819background-position: -153px -0px;820}821.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before {822background-position: -119px -0px;823}824.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before {825background-position: -51px -0px;826}827.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {828background-position: -68px -0px;829}830.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {831background-position: -85px -0px;832}833.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {834background-position: -102px -0px;835}836.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {837background-position: -119px -0px;838}839.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before {840background-position: -170px -0px;841}842.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {843background-position: -187px -0px;844}845.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {846background-position: -119px -0px;847}848.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before {849background-position: -204px -0px;850}851.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {852background-position: -221px -0px;853}854855.tsd-kind-property > .tsd-kind-icon:before {856background-position: -136px -0px;857}858.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before {859background-position: -153px -0px;860}861.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before {862background-position: -119px -0px;863}864.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before {865background-position: -51px -0px;866}867.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {868background-position: -68px -0px;869}870.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {871background-position: -85px -0px;872}873.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {874background-position: -102px -0px;875}876.tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {877background-position: -119px -0px;878}879.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before {880background-position: -170px -0px;881}882.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {883background-position: -187px -0px;884}885.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {886background-position: -119px -0px;887}888.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before {889background-position: -204px -0px;890}891.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {892background-position: -221px -0px;893}894895.tsd-kind-get-signature > .tsd-kind-icon:before {896background-position: -136px -17px;897}898.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before {899background-position: -153px -17px;900}901.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before {902background-position: -119px -17px;903}904.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before {905background-position: -51px -17px;906}907.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {908background-position: -68px -17px;909}910.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {911background-position: -85px -17px;912}913.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {914background-position: -102px -17px;915}916.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {917background-position: -119px -17px;918}919.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {920background-position: -170px -17px;921}922.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {923background-position: -187px -17px;924}925.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {926background-position: -119px -17px;927}928.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {929background-position: -204px -17px;930}931.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {932background-position: -221px -17px;933}934935.tsd-kind-set-signature > .tsd-kind-icon:before {936background-position: -136px -34px;937}938.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before {939background-position: -153px -34px;940}941.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before {942background-position: -119px -34px;943}944.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before {945background-position: -51px -34px;946}947.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {948background-position: -68px -34px;949}950.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {951background-position: -85px -34px;952}953.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {954background-position: -102px -34px;955}956.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {957background-position: -119px -34px;958}959.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {960background-position: -170px -34px;961}962.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {963background-position: -187px -34px;964}965.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {966background-position: -119px -34px;967}968.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {969background-position: -204px -34px;970}971.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {972background-position: -221px -34px;973}974975.tsd-kind-accessor > .tsd-kind-icon:before {976background-position: -136px -51px;977}978.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before {979background-position: -153px -51px;980}981.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before {982background-position: -119px -51px;983}984.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before {985background-position: -51px -51px;986}987.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {988background-position: -68px -51px;989}990.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {991background-position: -85px -51px;992}993.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {994background-position: -102px -51px;995}996.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {997background-position: -119px -51px;998}999.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before {1000background-position: -170px -51px;1001}1002.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1003background-position: -187px -51px;1004}1005.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1006background-position: -119px -51px;1007}1008.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before {1009background-position: -204px -51px;1010}1011.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1012background-position: -221px -51px;1013}10141015.tsd-kind-function > .tsd-kind-icon:before {1016background-position: -136px -68px;1017}1018.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before {1019background-position: -153px -68px;1020}1021.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before {1022background-position: -119px -68px;1023}1024.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before {1025background-position: -51px -68px;1026}1027.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1028background-position: -68px -68px;1029}1030.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1031background-position: -85px -68px;1032}1033.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1034background-position: -102px -68px;1035}1036.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1037background-position: -119px -68px;1038}1039.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before {1040background-position: -170px -68px;1041}1042.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1043background-position: -187px -68px;1044}1045.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1046background-position: -119px -68px;1047}1048.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before {1049background-position: -204px -68px;1050}1051.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1052background-position: -221px -68px;1053}10541055.tsd-kind-method > .tsd-kind-icon:before {1056background-position: -136px -68px;1057}1058.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before {1059background-position: -153px -68px;1060}1061.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before {1062background-position: -119px -68px;1063}1064.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before {1065background-position: -51px -68px;1066}1067.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1068background-position: -68px -68px;1069}1070.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1071background-position: -85px -68px;1072}1073.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1074background-position: -102px -68px;1075}1076.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1077background-position: -119px -68px;1078}1079.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before {1080background-position: -170px -68px;1081}1082.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1083background-position: -187px -68px;1084}1085.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1086background-position: -119px -68px;1087}1088.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before {1089background-position: -204px -68px;1090}1091.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1092background-position: -221px -68px;1093}10941095.tsd-kind-call-signature > .tsd-kind-icon:before {1096background-position: -136px -68px;1097}1098.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before {1099background-position: -153px -68px;1100}1101.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before {1102background-position: -119px -68px;1103}1104.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before {1105background-position: -51px -68px;1106}1107.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1108background-position: -68px -68px;1109}1110.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1111background-position: -85px -68px;1112}1113.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1114background-position: -102px -68px;1115}1116.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1117background-position: -119px -68px;1118}1119.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {1120background-position: -170px -68px;1121}1122.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1123background-position: -187px -68px;1124}1125.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1126background-position: -119px -68px;1127}1128.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {1129background-position: -204px -68px;1130}1131.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1132background-position: -221px -68px;1133}11341135.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before {1136background-position: -136px -85px;1137}1138.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {1139background-position: -153px -85px;1140}1141.tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {1142background-position: -119px -85px;1143}1144.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before {1145background-position: -51px -85px;1146}1147.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1148background-position: -68px -85px;1149}1150.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1151background-position: -85px -85px;1152}1153.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1154background-position: -102px -85px;1155}1156.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1157background-position: -119px -85px;1158}1159.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before {1160background-position: -170px -85px;1161}1162.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1163background-position: -187px -85px;1164}1165.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1166background-position: -119px -85px;1167}1168.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before {1169background-position: -204px -85px;1170}1171.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1172background-position: -221px -85px;1173}11741175.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before {1176background-position: -136px -85px;1177}1178.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before {1179background-position: -153px -85px;1180}1181.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before {1182background-position: -119px -85px;1183}1184.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before {1185background-position: -51px -85px;1186}1187.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1188background-position: -68px -85px;1189}1190.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1191background-position: -85px -85px;1192}1193.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1194background-position: -102px -85px;1195}1196.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1197background-position: -119px -85px;1198}1199.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before {1200background-position: -170px -85px;1201}1202.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1203background-position: -187px -85px;1204}1205.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1206background-position: -119px -85px;1207}1208.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before {1209background-position: -204px -85px;1210}1211.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1212background-position: -221px -85px;1213}12141215.tsd-kind-constructor > .tsd-kind-icon:before {1216background-position: -136px -102px;1217}1218.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before {1219background-position: -153px -102px;1220}1221.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before {1222background-position: -119px -102px;1223}1224.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before {1225background-position: -51px -102px;1226}1227.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1228background-position: -68px -102px;1229}1230.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1231background-position: -85px -102px;1232}1233.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1234background-position: -102px -102px;1235}1236.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1237background-position: -119px -102px;1238}1239.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before {1240background-position: -170px -102px;1241}1242.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1243background-position: -187px -102px;1244}1245.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1246background-position: -119px -102px;1247}1248.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before {1249background-position: -204px -102px;1250}1251.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1252background-position: -221px -102px;1253}12541255.tsd-kind-constructor-signature > .tsd-kind-icon:before {1256background-position: -136px -102px;1257}1258.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before {1259background-position: -153px -102px;1260}1261.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before {1262background-position: -119px -102px;1263}1264.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before {1265background-position: -51px -102px;1266}1267.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1268background-position: -68px -102px;1269}1270.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1271background-position: -85px -102px;1272}1273.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1274background-position: -102px -102px;1275}1276.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1277background-position: -119px -102px;1278}1279.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {1280background-position: -170px -102px;1281}1282.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1283background-position: -187px -102px;1284}1285.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1286background-position: -119px -102px;1287}1288.tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {1289background-position: -204px -102px;1290}1291.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1292background-position: -221px -102px;1293}12941295.tsd-kind-index-signature > .tsd-kind-icon:before {1296background-position: -136px -119px;1297}1298.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before {1299background-position: -153px -119px;1300}1301.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before {1302background-position: -119px -119px;1303}1304.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before {1305background-position: -51px -119px;1306}1307.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1308background-position: -68px -119px;1309}1310.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1311background-position: -85px -119px;1312}1313.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1314background-position: -102px -119px;1315}1316.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1317background-position: -119px -119px;1318}1319.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {1320background-position: -170px -119px;1321}1322.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1323background-position: -187px -119px;1324}1325.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1326background-position: -119px -119px;1327}1328.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {1329background-position: -204px -119px;1330}1331.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1332background-position: -221px -119px;1333}13341335.tsd-kind-event > .tsd-kind-icon:before {1336background-position: -136px -136px;1337}1338.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before {1339background-position: -153px -136px;1340}1341.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before {1342background-position: -119px -136px;1343}1344.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before {1345background-position: -51px -136px;1346}1347.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1348background-position: -68px -136px;1349}1350.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1351background-position: -85px -136px;1352}1353.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1354background-position: -102px -136px;1355}1356.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1357background-position: -119px -136px;1358}1359.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before {1360background-position: -170px -136px;1361}1362.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1363background-position: -187px -136px;1364}1365.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1366background-position: -119px -136px;1367}1368.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before {1369background-position: -204px -136px;1370}1371.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1372background-position: -221px -136px;1373}13741375.tsd-is-static > .tsd-kind-icon:before {1376background-position: -136px -153px;1377}1378.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before {1379background-position: -153px -153px;1380}1381.tsd-is-static.tsd-is-private > .tsd-kind-icon:before {1382background-position: -119px -153px;1383}1384.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before {1385background-position: -51px -153px;1386}1387.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1388background-position: -68px -153px;1389}1390.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1391background-position: -85px -153px;1392}1393.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1394background-position: -102px -153px;1395}1396.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1397background-position: -119px -153px;1398}1399.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before {1400background-position: -170px -153px;1401}1402.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1403background-position: -187px -153px;1404}1405.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1406background-position: -119px -153px;1407}1408.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before {1409background-position: -204px -153px;1410}1411.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1412background-position: -221px -153px;1413}14141415.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before {1416background-position: -136px -170px;1417}1418.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before {1419background-position: -153px -170px;1420}1421.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before {1422background-position: -119px -170px;1423}1424.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before {1425background-position: -51px -170px;1426}1427.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1428background-position: -68px -170px;1429}1430.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1431background-position: -85px -170px;1432}1433.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1434background-position: -102px -170px;1435}1436.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1437background-position: -119px -170px;1438}1439.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before {1440background-position: -170px -170px;1441}1442.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1443background-position: -187px -170px;1444}1445.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1446background-position: -119px -170px;1447}1448.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before {1449background-position: -204px -170px;1450}1451.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1452background-position: -221px -170px;1453}14541455.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before {1456background-position: -136px -170px;1457}1458.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before {1459background-position: -153px -170px;1460}1461.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before {1462background-position: -119px -170px;1463}1464.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before {1465background-position: -51px -170px;1466}1467.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1468background-position: -68px -170px;1469}1470.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1471background-position: -85px -170px;1472}1473.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1474background-position: -102px -170px;1475}1476.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1477background-position: -119px -170px;1478}1479.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before {1480background-position: -170px -170px;1481}1482.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1483background-position: -187px -170px;1484}1485.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1486background-position: -119px -170px;1487}1488.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before {1489background-position: -204px -170px;1490}1491.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1492background-position: -221px -170px;1493}14941495.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before {1496background-position: -136px -170px;1497}1498.tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before {1499background-position: -153px -170px;1500}1501.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before {1502background-position: -119px -170px;1503}1504.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before {1505background-position: -51px -170px;1506}1507.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1508background-position: -68px -170px;1509}1510.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1511background-position: -85px -170px;1512}1513.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1514background-position: -102px -170px;1515}1516.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1517background-position: -119px -170px;1518}1519.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before {1520background-position: -170px -170px;1521}1522.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1523background-position: -187px -170px;1524}1525.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1526background-position: -119px -170px;1527}1528.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before {1529background-position: -204px -170px;1530}1531.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1532background-position: -221px -170px;1533}15341535.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before {1536background-position: -136px -187px;1537}1538.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before {1539background-position: -153px -187px;1540}1541.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before {1542background-position: -119px -187px;1543}1544.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before {1545background-position: -51px -187px;1546}1547.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before {1548background-position: -68px -187px;1549}1550.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before {1551background-position: -85px -187px;1552}1553.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before {1554background-position: -102px -187px;1555}1556.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before {1557background-position: -119px -187px;1558}1559.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before {1560background-position: -170px -187px;1561}1562.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before {1563background-position: -187px -187px;1564}1565.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before {1566background-position: -119px -187px;1567}1568.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before {1569background-position: -204px -187px;1570}1571.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before {1572background-position: -221px -187px;1573}15741575@keyframes fade-in {1576from {1577opacity: 0;1578}1579to {1580opacity: 1;1581}1582}1583@keyframes fade-out {1584from {1585opacity: 1;1586visibility: visible;1587}1588to {1589opacity: 0;1590}1591}1592@keyframes fade-in-delayed {15930% {1594opacity: 0;1595}159633% {1597opacity: 0;1598}1599100% {1600opacity: 1;1601}1602}1603@keyframes fade-out-delayed {16040% {1605opacity: 1;1606visibility: visible;1607}160866% {1609opacity: 0;1610}1611100% {1612opacity: 0;1613}1614}1615@keyframes shift-to-left {1616from {1617transform: translate(0, 0);1618}1619to {1620transform: translate(-25%, 0);1621}1622}1623@keyframes unshift-to-left {1624from {1625transform: translate(-25%, 0);1626}1627to {1628transform: translate(0, 0);1629}1630}1631@keyframes pop-in-from-right {1632from {1633transform: translate(100%, 0);1634}1635to {1636transform: translate(0, 0);1637}1638}1639@keyframes pop-out-to-right {1640from {1641transform: translate(0, 0);1642visibility: visible;1643}1644to {1645transform: translate(100%, 0);1646}1647}1648body {1649background: #fdfdfd;1650font-family: "Segoe UI", sans-serif;1651font-size: 16px;1652color: #222;1653}16541655a {1656color: #4da6ff;1657text-decoration: none;1658}1659a:hover {1660text-decoration: underline;1661}16621663code, pre {1664font-family: Menlo, Monaco, Consolas, "Courier New", monospace;1665padding: 0.2em;1666margin: 0;1667font-size: 14px;1668background-color: rgba(0, 0, 0, 0.04);1669}16701671pre {1672padding: 10px;1673}1674pre code {1675padding: 0;1676font-size: 100%;1677background-color: transparent;1678}16791680.tsd-typography {1681line-height: 1.333em;1682}1683.tsd-typography ul {1684list-style: square;1685padding: 0 0 0 20px;1686margin: 0;1687}1688.tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 {1689font-size: 1em;1690margin: 0;1691}1692.tsd-typography h5, .tsd-typography h6 {1693font-weight: normal;1694}1695.tsd-typography p, .tsd-typography ul, .tsd-typography ol {1696margin: 1em 0;1697}16981699@media (min-width: 901px) and (max-width: 1024px) {1700html.default .col-content {1701width: 72%;1702}1703html.default .col-menu {1704width: 28%;1705}1706html.default .tsd-navigation {1707padding-left: 10px;1708}1709}1710@media (max-width: 900px) {1711html.default .col-content {1712float: none;1713width: 100%;1714}1715html.default .col-menu {1716position: fixed !important;1717overflow: auto;1718-webkit-overflow-scrolling: touch;1719z-index: 1024;1720top: 0 !important;1721bottom: 0 !important;1722left: auto !important;1723right: 0 !important;1724width: 100%;1725padding: 20px 20px 0 0;1726max-width: 450px;1727visibility: hidden;1728background-color: #fff;1729transform: translate(100%, 0);1730}1731html.default .col-menu > *:last-child {1732padding-bottom: 20px;1733}1734html.default .overlay {1735content: "";1736display: block;1737position: fixed;1738z-index: 1023;1739top: 0;1740left: 0;1741right: 0;1742bottom: 0;1743background-color: rgba(0, 0, 0, 0.75);1744visibility: hidden;1745}1746html.default.to-has-menu .overlay {1747animation: fade-in 0.4s;1748}1749html.default.to-has-menu header,1750html.default.to-has-menu footer,1751html.default.to-has-menu .col-content {1752animation: shift-to-left 0.4s;1753}1754html.default.to-has-menu .col-menu {1755animation: pop-in-from-right 0.4s;1756}1757html.default.from-has-menu .overlay {1758animation: fade-out 0.4s;1759}1760html.default.from-has-menu header,1761html.default.from-has-menu footer,1762html.default.from-has-menu .col-content {1763animation: unshift-to-left 0.4s;1764}1765html.default.from-has-menu .col-menu {1766animation: pop-out-to-right 0.4s;1767}1768html.default.has-menu body {1769overflow: hidden;1770}1771html.default.has-menu .overlay {1772visibility: visible;1773}1774html.default.has-menu header,1775html.default.has-menu footer,1776html.default.has-menu .col-content {1777transform: translate(-25%, 0);1778}1779html.default.has-menu .col-menu {1780visibility: visible;1781transform: translate(0, 0);1782}1783}17841785.tsd-page-title {1786padding: 70px 0 20px 0;1787margin: 0 0 40px 0;1788background: #fff;1789box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);1790}1791.tsd-page-title h1 {1792margin: 0;1793}17941795.tsd-breadcrumb {1796margin: 0;1797padding: 0;1798color: #808080;1799}1800.tsd-breadcrumb a {1801color: #808080;1802text-decoration: none;1803}1804.tsd-breadcrumb a:hover {1805text-decoration: underline;1806}1807.tsd-breadcrumb li {1808display: inline;1809}1810.tsd-breadcrumb li:after {1811content: " / ";1812}18131814html.minimal .container {1815margin: 0;1816}1817html.minimal .container-main {1818padding-top: 50px;1819padding-bottom: 0;1820}1821html.minimal .content-wrap {1822padding-left: 300px;1823}1824html.minimal .tsd-navigation {1825position: fixed !important;1826overflow: auto;1827-webkit-overflow-scrolling: touch;1828box-sizing: border-box;1829z-index: 1;1830left: 0;1831top: 40px;1832bottom: 0;1833width: 300px;1834padding: 20px;1835margin: 0;1836}1837html.minimal .tsd-member .tsd-member {1838margin-left: 0;1839}1840html.minimal .tsd-page-toolbar {1841position: fixed;1842z-index: 2;1843}1844html.minimal #tsd-filter .tsd-filter-group {1845right: 0;1846transform: none;1847}1848html.minimal footer {1849background-color: transparent;1850}1851html.minimal footer .container {1852padding: 0;1853}1854html.minimal .tsd-generator {1855padding: 0;1856}1857@media (max-width: 900px) {1858html.minimal .tsd-navigation {1859display: none;1860}1861html.minimal .content-wrap {1862padding-left: 0;1863}1864}18651866dl.tsd-comment-tags {1867overflow: hidden;1868}1869dl.tsd-comment-tags dt {1870float: left;1871padding: 1px 5px;1872margin: 0 10px 0 0;1873border-radius: 4px;1874border: 1px solid #808080;1875color: #808080;1876font-size: 0.8em;1877font-weight: normal;1878}1879dl.tsd-comment-tags dd {1880margin: 0 0 10px 0;1881}1882dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after {1883display: table;1884content: " ";1885}1886dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after {1887clear: both;1888}1889dl.tsd-comment-tags p {1890margin: 0;1891}18921893.tsd-panel.tsd-comment .lead {1894font-size: 1.1em;1895line-height: 1.333em;1896margin-bottom: 2em;1897}1898.tsd-panel.tsd-comment .lead:last-child {1899margin-bottom: 0;1900}19011902.toggle-protected .tsd-is-private {1903display: none;1904}19051906.toggle-public .tsd-is-private,1907.toggle-public .tsd-is-protected,1908.toggle-public .tsd-is-private-protected {1909display: none;1910}19111912.toggle-inherited .tsd-is-inherited {1913display: none;1914}19151916.toggle-only-exported .tsd-is-not-exported {1917display: none;1918}19191920.toggle-externals .tsd-is-external {1921display: none;1922}19231924#tsd-filter {1925position: relative;1926display: inline-block;1927height: 40px;1928vertical-align: bottom;1929}1930.no-filter #tsd-filter {1931display: none;1932}1933#tsd-filter .tsd-filter-group {1934display: inline-block;1935height: 40px;1936vertical-align: bottom;1937white-space: nowrap;1938}1939#tsd-filter input {1940display: none;1941}1942@media (max-width: 900px) {1943#tsd-filter .tsd-filter-group {1944display: block;1945position: absolute;1946top: 40px;1947right: 20px;1948height: auto;1949background-color: #fff;1950visibility: hidden;1951transform: translate(50%, 0);1952box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);1953}1954.has-options #tsd-filter .tsd-filter-group {1955visibility: visible;1956}1957.to-has-options #tsd-filter .tsd-filter-group {1958animation: fade-in 0.2s;1959}1960.from-has-options #tsd-filter .tsd-filter-group {1961animation: fade-out 0.2s;1962}1963#tsd-filter label,1964#tsd-filter .tsd-select {1965display: block;1966padding-right: 20px;1967}1968}19691970footer {1971border-top: 1px solid #eee;1972background-color: #fff;1973}1974footer.with-border-bottom {1975border-bottom: 1px solid #eee;1976}1977footer .tsd-legend-group {1978font-size: 0;1979}1980footer .tsd-legend {1981display: inline-block;1982width: 25%;1983padding: 0;1984font-size: 16px;1985list-style: none;1986line-height: 1.333em;1987vertical-align: top;1988}1989@media (max-width: 900px) {1990footer .tsd-legend {1991width: 50%;1992}1993}19941995.tsd-hierarchy {1996list-style: square;1997padding: 0 0 0 20px;1998margin: 0;1999}2000.tsd-hierarchy .target {2001font-weight: bold;2002}20032004.tsd-index-panel .tsd-index-content {2005margin-bottom: -30px !important;2006}2007.tsd-index-panel .tsd-index-section {2008margin-bottom: 30px !important;2009}2010.tsd-index-panel h3 {2011margin: 0 -20px 10px -20px;2012padding: 0 20px 10px 20px;2013border-bottom: 1px solid #eee;2014}2015.tsd-index-panel ul.tsd-index-list {2016-moz-column-count: 3;2017-ms-column-count: 3;2018-o-column-count: 3;2019column-count: 3;2020-moz-column-gap: 20px;2021-ms-column-gap: 20px;2022-o-column-gap: 20px;2023column-gap: 20px;2024padding: 0;2025list-style: none;2026line-height: 1.333em;2027}2028@media (max-width: 900px) {2029.tsd-index-panel ul.tsd-index-list {2030-moz-column-count: 1;2031-ms-column-count: 1;2032-o-column-count: 1;2033column-count: 1;2034}2035}2036@media (min-width: 901px) and (max-width: 1024px) {2037.tsd-index-panel ul.tsd-index-list {2038-moz-column-count: 2;2039-ms-column-count: 2;2040-o-column-count: 2;2041column-count: 2;2042}2043}2044.tsd-index-panel ul.tsd-index-list li {2045-webkit-page-break-inside: avoid;2046-moz-page-break-inside: avoid;2047-ms-page-break-inside: avoid;2048-o-page-break-inside: avoid;2049page-break-inside: avoid;2050}2051.tsd-index-panel a,2052.tsd-index-panel .tsd-parent-kind-module a {2053color: #9600ff;2054}2055.tsd-index-panel .tsd-parent-kind-interface a {2056color: #7da01f;2057}2058.tsd-index-panel .tsd-parent-kind-enum a {2059color: #cc9900;2060}2061.tsd-index-panel .tsd-parent-kind-class a {2062color: #4da6ff;2063}2064.tsd-index-panel .tsd-kind-module a {2065color: #9600ff;2066}2067.tsd-index-panel .tsd-kind-interface a {2068color: #7da01f;2069}2070.tsd-index-panel .tsd-kind-enum a {2071color: #cc9900;2072}2073.tsd-index-panel .tsd-kind-class a {2074color: #4da6ff;2075}2076.tsd-index-panel .tsd-is-private a {2077color: #808080;2078}20792080.tsd-flag {2081display: inline-block;2082padding: 1px 5px;2083border-radius: 4px;2084color: #fff;2085background-color: #808080;2086text-indent: 0;2087font-size: 14px;2088font-weight: normal;2089}20902091.tsd-anchor {2092position: absolute;2093top: -100px;2094}20952096.tsd-member {2097position: relative;2098}2099.tsd-member .tsd-anchor + h3 {2100margin-top: 0;2101margin-bottom: 0;2102border-bottom: none;2103}21042105.tsd-navigation {2106margin: 0 0 0 40px;2107}2108.tsd-navigation a {2109display: block;2110padding-top: 2px;2111padding-bottom: 2px;2112border-left: 2px solid transparent;2113color: #222;2114text-decoration: none;2115transition: border-left-color 0.1s;2116}2117.tsd-navigation a:hover {2118text-decoration: underline;2119}2120.tsd-navigation ul {2121margin: 0;2122padding: 0;2123list-style: none;2124}2125.tsd-navigation li {2126padding: 0;2127}21282129.tsd-navigation.primary {2130padding-bottom: 40px;2131}2132.tsd-navigation.primary a {2133display: block;2134padding-top: 6px;2135padding-bottom: 6px;2136}2137.tsd-navigation.primary ul li a {2138padding-left: 5px;2139}2140.tsd-navigation.primary ul li li a {2141padding-left: 25px;2142}2143.tsd-navigation.primary ul li li li a {2144padding-left: 45px;2145}2146.tsd-navigation.primary ul li li li li a {2147padding-left: 65px;2148}2149.tsd-navigation.primary ul li li li li li a {2150padding-left: 85px;2151}2152.tsd-navigation.primary ul li li li li li li a {2153padding-left: 105px;2154}2155.tsd-navigation.primary > ul {2156border-bottom: 1px solid #eee;2157}2158.tsd-navigation.primary li {2159border-top: 1px solid #eee;2160}2161.tsd-navigation.primary li.current > a {2162font-weight: bold;2163}2164.tsd-navigation.primary li.label span {2165display: block;2166padding: 20px 0 6px 5px;2167color: #808080;2168}2169.tsd-navigation.primary li.globals + li > span, .tsd-navigation.primary li.globals + li > a {2170padding-top: 20px;2171}21722173.tsd-navigation.secondary {2174max-height: calc(100vh - 1rem - 40px);2175overflow: auto;2176position: -webkit-sticky;2177position: sticky;2178top: calc(.5rem + 40px);2179transition: 0.3s;2180}2181.tsd-navigation.secondary.tsd-navigation--toolbar-hide {2182max-height: calc(100vh - 1rem);2183top: 0.5rem;2184}2185.tsd-navigation.secondary ul {2186transition: opacity 0.2s;2187}2188.tsd-navigation.secondary ul li a {2189padding-left: 25px;2190}2191.tsd-navigation.secondary ul li li a {2192padding-left: 45px;2193}2194.tsd-navigation.secondary ul li li li a {2195padding-left: 65px;2196}2197.tsd-navigation.secondary ul li li li li a {2198padding-left: 85px;2199}2200.tsd-navigation.secondary ul li li li li li a {2201padding-left: 105px;2202}2203.tsd-navigation.secondary ul li li li li li li a {2204padding-left: 125px;2205}2206.tsd-navigation.secondary ul.current a {2207border-left-color: #eee;2208}2209.tsd-navigation.secondary li.focus > a,2210.tsd-navigation.secondary ul.current li.focus > a {2211border-left-color: #000;2212}2213.tsd-navigation.secondary li.current {2214margin-top: 20px;2215margin-bottom: 20px;2216border-left-color: #eee;2217}2218.tsd-navigation.secondary li.current > a {2219font-weight: bold;2220}22212222@media (min-width: 901px) {2223.menu-sticky-wrap {2224position: static;2225}2226}22272228.tsd-panel {2229margin: 20px 0;2230padding: 20px;2231background-color: #fff;2232box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);2233}2234.tsd-panel:empty {2235display: none;2236}2237.tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 {2238margin: 1.5em -20px 10px -20px;2239padding: 0 20px 10px 20px;2240border-bottom: 1px solid #eee;2241}2242.tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature {2243margin-bottom: 0;2244border-bottom: 0;2245}2246.tsd-panel table {2247display: block;2248width: 100%;2249overflow: auto;2250margin-top: 10px;2251word-break: normal;2252word-break: keep-all;2253}2254.tsd-panel table th {2255font-weight: bold;2256}2257.tsd-panel table th, .tsd-panel table td {2258padding: 6px 13px;2259border: 1px solid #ddd;2260}2261.tsd-panel table tr {2262background-color: #fff;2263border-top: 1px solid #ccc;2264}2265.tsd-panel table tr:nth-child(2n) {2266background-color: #f8f8f8;2267}22682269.tsd-panel-group {2270margin: 60px 0;2271}2272.tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 {2273padding-left: 20px;2274padding-right: 20px;2275}22762277#tsd-search {2278transition: background-color 0.2s;2279}2280#tsd-search .title {2281position: relative;2282z-index: 2;2283}2284#tsd-search .field {2285position: absolute;2286left: 0;2287top: 0;2288right: 40px;2289height: 40px;2290}2291#tsd-search .field input {2292box-sizing: border-box;2293position: relative;2294top: -50px;2295z-index: 1;2296width: 100%;2297padding: 0 10px;2298opacity: 0;2299outline: 0;2300border: 0;2301background: transparent;2302color: #222;2303}2304#tsd-search .field label {2305position: absolute;2306overflow: hidden;2307right: -40px;2308}2309#tsd-search .field input,2310#tsd-search .title {2311transition: opacity 0.2s;2312}2313#tsd-search .results {2314position: absolute;2315visibility: hidden;2316top: 40px;2317width: 100%;2318margin: 0;2319padding: 0;2320list-style: none;2321box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);2322}2323#tsd-search .results li {2324padding: 0 10px;2325background-color: #fdfdfd;2326}2327#tsd-search .results li:nth-child(even) {2328background-color: #fff;2329}2330#tsd-search .results li.state {2331display: none;2332}2333#tsd-search .results li.current,2334#tsd-search .results li:hover {2335background-color: #eee;2336}2337#tsd-search .results a {2338display: block;2339}2340#tsd-search .results a:before {2341top: 10px;2342}2343#tsd-search .results span.parent {2344color: #808080;2345font-weight: normal;2346}2347#tsd-search.has-focus {2348background-color: #eee;2349}2350#tsd-search.has-focus .field input {2351top: 0;2352opacity: 1;2353}2354#tsd-search.has-focus .title {2355z-index: 0;2356opacity: 0;2357}2358#tsd-search.has-focus .results {2359visibility: visible;2360}2361#tsd-search.loading .results li.state.loading {2362display: block;2363}2364#tsd-search.failure .results li.state.failure {2365display: block;2366}23672368.tsd-signature {2369margin: 0 0 1em 0;2370padding: 10px;2371border: 1px solid #eee;2372font-family: Menlo, Monaco, Consolas, "Courier New", monospace;2373font-size: 14px;2374overflow-x: auto;2375}2376.tsd-signature.tsd-kind-icon {2377padding-left: 30px;2378}2379.tsd-signature.tsd-kind-icon:before {2380top: 10px;2381left: 10px;2382}2383.tsd-panel > .tsd-signature {2384margin-left: -20px;2385margin-right: -20px;2386border-width: 1px 0;2387}2388.tsd-panel > .tsd-signature.tsd-kind-icon {2389padding-left: 40px;2390}2391.tsd-panel > .tsd-signature.tsd-kind-icon:before {2392left: 20px;2393}23942395.tsd-signature-symbol {2396color: #808080;2397font-weight: normal;2398}23992400.tsd-signature-type {2401font-style: italic;2402font-weight: normal;2403}24042405.tsd-signatures {2406padding: 0;2407margin: 0 0 1em 0;2408border: 1px solid #eee;2409}2410.tsd-signatures .tsd-signature {2411margin: 0;2412border-width: 1px 0 0 0;2413transition: background-color 0.1s;2414}2415.tsd-signatures .tsd-signature:first-child {2416border-top-width: 0;2417}2418.tsd-signatures .tsd-signature.current {2419background-color: #eee;2420}2421.tsd-signatures.active > .tsd-signature {2422cursor: pointer;2423}2424.tsd-panel > .tsd-signatures {2425margin-left: -20px;2426margin-right: -20px;2427border-width: 1px 0;2428}2429.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon {2430padding-left: 40px;2431}2432.tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before {2433left: 20px;2434}2435.tsd-panel > a.anchor + .tsd-signatures {2436border-top-width: 0;2437margin-top: -20px;2438}24392440ul.tsd-descriptions {2441position: relative;2442overflow: hidden;2443padding: 0;2444list-style: none;2445}2446ul.tsd-descriptions.active > .tsd-description {2447display: none;2448}2449ul.tsd-descriptions.active > .tsd-description.current {2450display: block;2451}2452ul.tsd-descriptions.active > .tsd-description.fade-in {2453animation: fade-in-delayed 0.3s;2454}2455ul.tsd-descriptions.active > .tsd-description.fade-out {2456animation: fade-out-delayed 0.3s;2457position: absolute;2458display: block;2459top: 0;2460left: 0;2461right: 0;2462opacity: 0;2463visibility: hidden;2464}2465ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 {2466font-size: 16px;2467margin: 1em 0 0.5em 0;2468}24692470ul.tsd-parameters,2471ul.tsd-type-parameters {2472list-style: square;2473margin: 0;2474padding-left: 20px;2475}2476ul.tsd-parameters > li.tsd-parameter-signature,2477ul.tsd-type-parameters > li.tsd-parameter-signature {2478list-style: none;2479margin-left: -20px;2480}2481ul.tsd-parameters h5,2482ul.tsd-type-parameters h5 {2483font-size: 16px;2484margin: 1em 0 0.5em 0;2485}2486ul.tsd-parameters .tsd-comment,2487ul.tsd-type-parameters .tsd-comment {2488margin-top: -0.5em;2489}24902491.tsd-sources {2492font-size: 14px;2493color: #808080;2494margin: 0 0 1em 0;2495}2496.tsd-sources a {2497color: #808080;2498text-decoration: underline;2499}2500.tsd-sources ul, .tsd-sources p {2501margin: 0 !important;2502}2503.tsd-sources ul {2504list-style: none;2505padding: 0;2506}25072508.tsd-page-toolbar {2509position: fixed;2510z-index: 1;2511top: 0;2512left: 0;2513width: 100%;2514height: 40px;2515color: #333;2516background: #fff;2517border-bottom: 1px solid #eee;2518transition: transform 0.3s linear;2519}2520.tsd-page-toolbar a {2521color: #333;2522text-decoration: none;2523}2524.tsd-page-toolbar a.title {2525font-weight: bold;2526}2527.tsd-page-toolbar a.title:hover {2528text-decoration: underline;2529}2530.tsd-page-toolbar .table-wrap {2531display: table;2532width: 100%;2533height: 40px;2534}2535.tsd-page-toolbar .table-cell {2536display: table-cell;2537position: relative;2538white-space: nowrap;2539line-height: 40px;2540}2541.tsd-page-toolbar .table-cell:first-child {2542width: 100%;2543}25442545.tsd-page-toolbar--hide {2546transform: translateY(-100%);2547}25482549.tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before {2550content: "";2551display: inline-block;2552width: 40px;2553height: 40px;2554margin: 0 -8px 0 0;2555background-image: url(../images/widgets.png);2556background-repeat: no-repeat;2557text-indent: -1024px;2558vertical-align: bottom;2559}2560@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {2561.tsd-select .tsd-select-list li:before, .tsd-select .tsd-select-label:before, .tsd-widget:before {2562background-image: url(../images/[email protected]);2563background-size: 320px 40px;2564}2565}25662567.tsd-widget {2568display: inline-block;2569overflow: hidden;2570opacity: 0.6;2571height: 40px;2572transition: opacity 0.1s, background-color 0.2s;2573vertical-align: bottom;2574cursor: pointer;2575}2576.tsd-widget:hover {2577opacity: 0.8;2578}2579.tsd-widget.active {2580opacity: 1;2581background-color: #eee;2582}2583.tsd-widget.no-caption {2584width: 40px;2585}2586.tsd-widget.no-caption:before {2587margin: 0;2588}2589.tsd-widget.search:before {2590background-position: 0 0;2591}2592.tsd-widget.menu:before {2593background-position: -40px 0;2594}2595.tsd-widget.options:before {2596background-position: -80px 0;2597}2598.tsd-widget.options, .tsd-widget.menu {2599display: none;2600}2601@media (max-width: 900px) {2602.tsd-widget.options, .tsd-widget.menu {2603display: inline-block;2604}2605}2606input[type=checkbox] + .tsd-widget:before {2607background-position: -120px 0;2608}2609input[type=checkbox]:checked + .tsd-widget:before {2610background-position: -160px 0;2611}26122613.tsd-select {2614position: relative;2615display: inline-block;2616height: 40px;2617transition: opacity 0.1s, background-color 0.2s;2618vertical-align: bottom;2619cursor: pointer;2620}2621.tsd-select .tsd-select-label {2622opacity: 0.6;2623transition: opacity 0.2s;2624}2625.tsd-select .tsd-select-label:before {2626background-position: -240px 0;2627}2628.tsd-select.active .tsd-select-label {2629opacity: 0.8;2630}2631.tsd-select.active .tsd-select-list {2632visibility: visible;2633opacity: 1;2634transition-delay: 0s;2635}2636.tsd-select .tsd-select-list {2637position: absolute;2638visibility: hidden;2639top: 40px;2640left: 0;2641margin: 0;2642padding: 0;2643opacity: 0;2644list-style: none;2645box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);2646transition: visibility 0s 0.2s, opacity 0.2s;2647}2648.tsd-select .tsd-select-list li {2649padding: 0 20px 0 0;2650background-color: #fdfdfd;2651}2652.tsd-select .tsd-select-list li:before {2653background-position: 40px 0;2654}2655.tsd-select .tsd-select-list li:nth-child(even) {2656background-color: #fff;2657}2658.tsd-select .tsd-select-list li:hover {2659background-color: #eee;2660}2661.tsd-select .tsd-select-list li.selected:before {2662background-position: -200px 0;2663}2664@media (max-width: 900px) {2665.tsd-select .tsd-select-list {2666top: 0;2667left: auto;2668right: 100%;2669margin-right: -5px;2670}2671.tsd-select .tsd-select-label:before {2672background-position: -280px 0;2673}2674}26752676img {2677max-width: 100%;2678}26792680