From b9bae254969a45234ad8966de68c0ec4966dbd1b Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Sat, 3 Sep 2022 13:27:43 -0700 Subject: [PATCH] fix: remove deprecated typedoc flags --- docs/.nojekyll | 1 + docs/assets/css/main.css | 2321 ---------------------- docs/assets/highlight.css | 85 + docs/assets/images/icons.png | Bin 9615 -> 0 bytes docs/assets/images/icons@2x.png | Bin 28144 -> 0 bytes docs/assets/js/main.js | 1 - docs/assets/js/search.js | 3 - docs/assets/main.js | 54 + docs/assets/search.js | 1 + docs/assets/style.css | 1225 ++++++++++++ docs/assets/{images => }/widgets.png | Bin docs/assets/{images => }/widgets@2x.png | Bin docs/classes/default.html | 804 ++++++++ docs/classes/freesound.html | 826 -------- docs/index.html | 255 +-- docs/interfaces/accesstokenresponse.html | 363 +--- docs/interfaces/collection.html | 601 ++---- docs/interfaces/comment.html | 321 +-- docs/interfaces/pack.html | 493 ++--- docs/interfaces/sound.html | 1604 +++++---------- docs/interfaces/soundcollection.html | 642 ++---- docs/interfaces/user.html | 627 ++---- package.json | 2 +- 23 files changed, 3620 insertions(+), 6609 deletions(-) create mode 100644 docs/.nojekyll delete mode 100644 docs/assets/css/main.css create mode 100644 docs/assets/highlight.css delete mode 100644 docs/assets/images/icons.png delete mode 100644 docs/assets/images/icons@2x.png delete mode 100644 docs/assets/js/main.js delete mode 100644 docs/assets/js/search.js create mode 100644 docs/assets/main.js create mode 100644 docs/assets/search.js create mode 100644 docs/assets/style.css rename docs/assets/{images => }/widgets.png (100%) rename docs/assets/{images => }/widgets@2x.png (100%) create mode 100644 docs/classes/default.html delete mode 100644 docs/classes/freesound.html diff --git a/docs/.nojekyll b/docs/.nojekyll new file mode 100644 index 0000000..e2ac661 --- /dev/null +++ b/docs/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css deleted file mode 100644 index b3cdb66..0000000 --- a/docs/assets/css/main.css +++ /dev/null @@ -1,2321 +0,0 @@ -/*! normalize.css v1.1.3 | MIT License | git.io/normalize */ -/* ========================================================================== - * HTML5 display definitions - * ========================================================================== */ -/** - * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */ -article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { - display: block; } - -/** - * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */ -audio, canvas, video { - display: inline-block; - *display: inline; - *zoom: 1; } - -/** - * Prevent modern browsers from displaying `audio` without controls. - * Remove excess height in iOS 5 devices. */ -audio:not([controls]) { - display: none; - height: 0; } - -/** - * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. - * Known issue: no IE 6 support. */ -[hidden] { - display: none; } - -/* ========================================================================== - * Base - * ========================================================================== */ -/** - * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using - * `em` units. - * 2. Prevent iOS text size adjust after orientation change, without disabling - * user zoom. */ -html { - font-size: 100%; - /* 1 */ - -ms-text-size-adjust: 100%; - /* 2 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - font-family: sans-serif; } - -/** - * Address `font-family` inconsistency between `textarea` and other form - * elements. */ -button, input, select, textarea { - font-family: sans-serif; } - -/** - * Address margins handled incorrectly in IE 6/7. */ -body { - margin: 0; } - -/* ========================================================================== - * Links - * ========================================================================== */ -/** - * Address `outline` inconsistency between Chrome and other browsers. */ -a:focus { - outline: thin dotted; } - -a:active, a:hover { - outline: 0; } - -/** - * Improve readability when focused and also mouse hovered in all browsers. */ -/* ========================================================================== - * Typography - * ========================================================================== */ -/** - * Address font sizes and margins set differently in IE 6/7. - * Address font sizes within `section` and `article` in Firefox 4+, Safari 5, - * and Chrome. */ -h1 { - font-size: 2em; - margin: 0.67em 0; } - -h2 { - font-size: 1.5em; - margin: 0.83em 0; } - -h3 { - font-size: 1.17em; - margin: 1em 0; } - -h4, .tsd-index-panel h3 { - font-size: 1em; - margin: 1.33em 0; } - -h5 { - font-size: 0.83em; - margin: 1.67em 0; } - -h6 { - font-size: 0.67em; - margin: 2.33em 0; } - -/** - * Address styling not present in IE 7/8/9, Safari 5, and Chrome. */ -abbr[title] { - border-bottom: 1px dotted; } - -/** - * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */ -b, strong { - font-weight: bold; } - -blockquote { - margin: 1em 40px; } - -/** - * Address styling not present in Safari 5 and Chrome. */ -dfn { - font-style: italic; } - -/** - * Address differences between Firefox and other browsers. - * Known issue: no IE 6/7 normalization. */ -hr { - box-sizing: content-box; - height: 0; } - -/** - * Address styling not present in IE 6/7/8/9. */ -mark { - background: #ff0; - color: #000; } - -/** - * Address margins set differently in IE 6/7. */ -p, pre { - margin: 1em 0; } - -/** - * Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */ -code, kbd, pre, samp { - font-family: monospace, serif; - _font-family: 'courier new', monospace; - font-size: 1em; } - -/** - * Improve readability of pre-formatted text in all browsers. */ -pre { - white-space: pre; - white-space: pre-wrap; - word-wrap: break-word; } - -/** - * Address CSS quotes not supported in IE 6/7. */ -q { - quotes: none; } - q:before, q:after { - content: ''; - content: none; } - -/** - * Address `quotes` property not supported in Safari 4. */ -/** - * Address inconsistent and variable font size in all browsers. */ -small { - font-size: 80%; } - -/** - * Prevent `sub` and `sup` affecting `line-height` in all browsers. */ -sub { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; } - -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; - top: -0.5em; } - -sub { - bottom: -0.25em; } - -/* ========================================================================== - * Lists - * ========================================================================== */ -/** - * Address margins set differently in IE 6/7. */ -dl, menu, ol, ul { - margin: 1em 0; } - -dd { - margin: 0 0 0 40px; } - -/** - * Address paddings set differently in IE 6/7. */ -menu, ol, ul { - padding: 0 0 0 40px; } - -/** - * Correct list images handled incorrectly in IE 7. */ -nav ul, nav ol { - list-style: none; - list-style-image: none; } - -/* ========================================================================== - * Embedded content - * ========================================================================== */ -/** - * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. - * 2. Improve image quality when scaled in IE 7. */ -img { - border: 0; - /* 1 */ - -ms-interpolation-mode: bicubic; } - -/* 2 */ -/** - * Correct overflow displayed oddly in IE 9. */ -svg:not(:root) { - overflow: hidden; } - -/* ========================================================================== - * Figures - * ========================================================================== */ -/** - * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */ -figure, form { - margin: 0; } - -/* ========================================================================== - * Forms - * ========================================================================== */ -/** - * Correct margin displayed oddly in IE 6/7. */ -/** - * Define consistent border, margin, and padding. */ -fieldset { - border: 1px solid #c0c0c0; - margin: 0 2px; - padding: 0.35em 0.625em 0.75em; } - -/** - * 1. Correct color not being inherited in IE 6/7/8/9. - * 2. Correct text not wrapping in Firefox 3. - * 3. Correct alignment displayed oddly in IE 6/7. */ -legend { - border: 0; - /* 1 */ - padding: 0; - white-space: normal; - /* 2 */ - *margin-left: -7px; } - -/* 3 */ -/** - * 1. Correct font size not being inherited in all browsers. - * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, - * and Chrome. - * 3. Improve appearance and consistency in all browsers. */ -button, input, select, textarea { - font-size: 100%; - /* 1 */ - margin: 0; - /* 2 */ - vertical-align: baseline; - /* 3 */ - *vertical-align: middle; } - -/* 3 */ -/** - * Address Firefox 3+ setting `line-height` on `input` using `!important` in - * the UA stylesheet. */ -button, input { - line-height: normal; } - -/** - * Address inconsistent `text-transform` inheritance for `button` and `select`. - * All other form control elements do not inherit `text-transform` values. - * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. - * Correct `select` style inheritance in Firefox 4+ and Opera. */ -button, select { - text-transform: none; } - -/** - * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` - * and `video` controls. - * 2. Correct inability to style clickable `input` types in iOS. - * 3. Improve usability and consistency of cursor style between image-type - * `input` and others. - * 4. Remove inner spacing in IE 7 without affecting normal text inputs. - * Known issue: inner spacing remains in IE 6. */ -button, html input[type="button"] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; } - -/* 4 */ -input[type="reset"], input[type="submit"] { - -webkit-appearance: button; - /* 2 */ - cursor: pointer; - /* 3 */ - *overflow: visible; } - -/* 4 */ -/** - * Re-set default cursor for disabled elements. */ -button[disabled], html input[disabled] { - cursor: default; } - -/** - * 1. Address box sizing set to content-box in IE 8/9. - * 2. Remove excess padding in IE 8/9. - * 3. Remove excess padding in IE 7. - * Known issue: excess padding remains in IE 6. */ -input { - /* 3 */ } - input[type="checkbox"], input[type="radio"] { - box-sizing: border-box; - /* 1 */ - padding: 0; - /* 2 */ - *height: 13px; - /* 3 */ - *width: 13px; } - input[type="search"] { - -webkit-appearance: textfield; - /* 1 */ - /* 2 */ - box-sizing: content-box; } - input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { - -webkit-appearance: none; } - -/** - * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. - * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome - * (include `-moz` to future-proof). */ -/** - * Remove inner padding and search cancel button in Safari 5 and Chrome - * on OS X. */ -/** - * Remove inner padding and border in Firefox 3+. */ -button::-moz-focus-inner, input::-moz-focus-inner { - border: 0; - padding: 0; } - -/** - * 1. Remove default vertical scrollbar in IE 6/7/8/9. - * 2. Improve readability and alignment in all browsers. */ -textarea { - overflow: auto; - /* 1 */ - vertical-align: top; } - -/* 2 */ -/* ========================================================================== - * Tables - * ========================================================================== */ -/** - * Remove most spacing between table cells. */ -table { - border-collapse: collapse; - border-spacing: 0; } - -/* - * - *Visual Studio-like style based on original C# coloring by Jason Diamond */ -.hljs { - display: inline-block; - padding: 0.5em; - background: white; - color: black; } - -.hljs-comment, .hljs-annotation, .hljs-template_comment, .diff .hljs-header, .hljs-chunk, .apache .hljs-cbracket { - color: #008000; } - -.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 { - color: #00f; } - -.xml .hljs-tag { - color: #00f; } - .xml .hljs-tag .hljs-value { - color: #00f; } - -.hljs-string, .hljs-title, .hljs-parent, .hljs-tag .hljs-value, .hljs-rules .hljs-value { - color: #a31515; } - -.ruby .hljs-symbol { - color: #a31515; } - .ruby .hljs-symbol .hljs-string { - color: #a31515; } - -.hljs-template_tag, .django .hljs-variable, .hljs-addition, .hljs-flow, .hljs-stream, .apache .hljs-tag, .hljs-date, .tex .hljs-formula, .coffeescript .hljs-attribute { - color: #a31515; } - -.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 { - color: #2b91af; } - -.hljs-phpdoc, .hljs-javadoc, .hljs-xmlDocTag { - color: #808080; } - -.vhdl .hljs-typename { - font-weight: bold; } - -.vhdl .hljs-string { - color: #666666; } - -.vhdl .hljs-literal { - color: #a31515; } - -.vhdl .hljs-attribute { - color: #00b0e8; } - -.xml .hljs-attribute { - color: #f00; } - -.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, -.col > :first-child > :first-child, -.col-1 > :first-child > :first-child, -.col-2 > :first-child > :first-child, -.col-3 > :first-child > :first-child, -.col-4 > :first-child > :first-child, -.col-5 > :first-child > :first-child, -.col-6 > :first-child > :first-child, -.col-7 > :first-child > :first-child, -.col-8 > :first-child > :first-child, -.col-9 > :first-child > :first-child, -.col-10 > :first-child > :first-child, -.col-11 > :first-child > :first-child, -.tsd-panel > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child, -.col > :first-child > :first-child > :first-child, -.col-1 > :first-child > :first-child > :first-child, -.col-2 > :first-child > :first-child > :first-child, -.col-3 > :first-child > :first-child > :first-child, -.col-4 > :first-child > :first-child > :first-child, -.col-5 > :first-child > :first-child > :first-child, -.col-6 > :first-child > :first-child > :first-child, -.col-7 > :first-child > :first-child > :first-child, -.col-8 > :first-child > :first-child > :first-child, -.col-9 > :first-child > :first-child > :first-child, -.col-10 > :first-child > :first-child > :first-child, -.col-11 > :first-child > :first-child > :first-child, -.tsd-panel > :first-child > :first-child > :first-child, -ul.tsd-descriptions > li > :first-child > :first-child > :first-child { - margin-top: 0; } - -.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, -.col > :last-child > :last-child, -.col-1 > :last-child > :last-child, -.col-2 > :last-child > :last-child, -.col-3 > :last-child > :last-child, -.col-4 > :last-child > :last-child, -.col-5 > :last-child > :last-child, -.col-6 > :last-child > :last-child, -.col-7 > :last-child > :last-child, -.col-8 > :last-child > :last-child, -.col-9 > :last-child > :last-child, -.col-10 > :last-child > :last-child, -.col-11 > :last-child > :last-child, -.tsd-panel > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child, -.col > :last-child > :last-child > :last-child, -.col-1 > :last-child > :last-child > :last-child, -.col-2 > :last-child > :last-child > :last-child, -.col-3 > :last-child > :last-child > :last-child, -.col-4 > :last-child > :last-child > :last-child, -.col-5 > :last-child > :last-child > :last-child, -.col-6 > :last-child > :last-child > :last-child, -.col-7 > :last-child > :last-child > :last-child, -.col-8 > :last-child > :last-child > :last-child, -.col-9 > :last-child > :last-child > :last-child, -.col-10 > :last-child > :last-child > :last-child, -.col-11 > :last-child > :last-child > :last-child, -.tsd-panel > :last-child > :last-child > :last-child, -ul.tsd-descriptions > li > :last-child > :last-child > :last-child { - margin-bottom: 0; } - -.container { - max-width: 1200px; - margin: 0 auto; - padding: 0 40px; } - @media (max-width: 640px) { - .container { - padding: 0 20px; } } - -.container-main { - padding-bottom: 200px; } - -.row { - display: -ms-flexbox; - display: flex; - position: relative; - margin: 0 -10px; } - .row:after { - visibility: hidden; - display: block; - content: ""; - clear: both; - height: 0; } - -.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11 { - box-sizing: border-box; - float: left; - padding: 0 10px; } - -.col-1 { - width: 8.3333333333%; } - -.offset-1 { - margin-left: 8.3333333333%; } - -.col-2 { - width: 16.6666666667%; } - -.offset-2 { - margin-left: 16.6666666667%; } - -.col-3 { - width: 25%; } - -.offset-3 { - margin-left: 25%; } - -.col-4 { - width: 33.3333333333%; } - -.offset-4 { - margin-left: 33.3333333333%; } - -.col-5 { - width: 41.6666666667%; } - -.offset-5 { - margin-left: 41.6666666667%; } - -.col-6 { - width: 50%; } - -.offset-6 { - margin-left: 50%; } - -.col-7 { - width: 58.3333333333%; } - -.offset-7 { - margin-left: 58.3333333333%; } - -.col-8 { - width: 66.6666666667%; } - -.offset-8 { - margin-left: 66.6666666667%; } - -.col-9 { - width: 75%; } - -.offset-9 { - margin-left: 75%; } - -.col-10 { - width: 83.3333333333%; } - -.offset-10 { - margin-left: 83.3333333333%; } - -.col-11 { - width: 91.6666666667%; } - -.offset-11 { - margin-left: 91.6666666667%; } - -.tsd-kind-icon { - display: block; - position: relative; - padding-left: 20px; - text-indent: -20px; } - .tsd-kind-icon:before { - content: ''; - display: inline-block; - vertical-align: middle; - width: 17px; - height: 17px; - margin: 0 3px 2px 0; - background-image: url(../images/icons.png); } - @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-kind-icon:before { - background-image: url(../images/icons@2x.png); - background-size: 238px 204px; } } - -.tsd-signature.tsd-kind-icon:before { - background-position: 0 -153px; } - -.tsd-kind-object-literal > .tsd-kind-icon:before { - background-position: 0px -17px; } - -.tsd-kind-object-literal.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -17px; } - -.tsd-kind-object-literal.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -17px; } - -.tsd-kind-class > .tsd-kind-icon:before { - background-position: 0px -34px; } - -.tsd-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -34px; } - -.tsd-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -34px; } - -.tsd-kind-class.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -51px; } - -.tsd-kind-class.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -51px; } - -.tsd-kind-class.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -51px; } - -.tsd-kind-interface > .tsd-kind-icon:before { - background-position: 0px -68px; } - -.tsd-kind-interface.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -68px; } - -.tsd-kind-interface.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -68px; } - -.tsd-kind-interface.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -85px; } - -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -85px; } - -.tsd-kind-interface.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -85px; } - -.tsd-kind-namespace > .tsd-kind-icon:before { - background-position: 0px -102px; } - -.tsd-kind-namespace.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; } - -.tsd-kind-namespace.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; } - -.tsd-kind-module > .tsd-kind-icon:before { - background-position: 0px -102px; } - -.tsd-kind-module.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -102px; } - -.tsd-kind-module.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -102px; } - -.tsd-kind-enum > .tsd-kind-icon:before { - background-position: 0px -119px; } - -.tsd-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -119px; } - -.tsd-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -119px; } - -.tsd-kind-enum-member > .tsd-kind-icon:before { - background-position: 0px -136px; } - -.tsd-kind-enum-member.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -136px; } - -.tsd-kind-enum-member.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -136px; } - -.tsd-kind-signature > .tsd-kind-icon:before { - background-position: 0px -153px; } - -.tsd-kind-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -153px; } - -.tsd-kind-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -153px; } - -.tsd-kind-type-alias > .tsd-kind-icon:before { - background-position: 0px -170px; } - -.tsd-kind-type-alias.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -170px; } - -.tsd-kind-type-alias.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -170px; } - -.tsd-kind-type-alias.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: 0px -187px; } - -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -17px -187px; } - -.tsd-kind-type-alias.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -34px -187px; } - -.tsd-kind-variable > .tsd-kind-icon:before { - background-position: -136px -0px; } - -.tsd-kind-variable.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; } - -.tsd-kind-variable.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; } - -.tsd-kind-variable.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-variable.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; } - -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; } - -.tsd-kind-variable.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-variable.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; } - -.tsd-kind-variable.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; } - -.tsd-kind-property > .tsd-kind-icon:before { - background-position: -136px -0px; } - -.tsd-kind-property.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -0px; } - -.tsd-kind-property.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-property.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -0px; } - -.tsd-kind-property.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -0px; } - -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -0px; } - -.tsd-kind-property.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -0px; } - -.tsd-kind-property.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-property.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -0px; } - -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -0px; } - -.tsd-kind-property.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -0px; } - -.tsd-kind-property.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -0px; } - -.tsd-kind-property.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -0px; } - -.tsd-kind-get-signature > .tsd-kind-icon:before { - background-position: -136px -17px; } - -.tsd-kind-get-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -17px; } - -.tsd-kind-get-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -17px; } - -.tsd-kind-get-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -17px; } - -.tsd-kind-set-signature > .tsd-kind-icon:before { - background-position: -136px -34px; } - -.tsd-kind-set-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -34px; } - -.tsd-kind-set-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -34px; } - -.tsd-kind-set-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -34px; } - -.tsd-kind-accessor > .tsd-kind-icon:before { - background-position: -136px -51px; } - -.tsd-kind-accessor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -51px; } - -.tsd-kind-accessor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -51px; } - -.tsd-kind-accessor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -51px; } - -.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -68px; } - -.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - -.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - -.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - -.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - -.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - -.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - -.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } - -.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -68px; } - -.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - -.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - -.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - -.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - -.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - -.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - -.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } - -.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -68px; } - -.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -68px; } - -.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -68px; } - -.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -68px; } - -.tsd-kind-function.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; } - -.tsd-kind-function.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; } - -.tsd-kind-method.tsd-has-type-parameter > .tsd-kind-icon:before { - background-position: -136px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -85px; } - -.tsd-kind-method.tsd-has-type-parameter.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -85px; } - -.tsd-kind-constructor > .tsd-kind-icon:before { - background-position: -136px -102px; } - -.tsd-kind-constructor.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; } - -.tsd-kind-constructor.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; } - -.tsd-kind-constructor.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; } - -.tsd-kind-constructor-signature > .tsd-kind-icon:before { - background-position: -136px -102px; } - -.tsd-kind-constructor-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -102px; } - -.tsd-kind-constructor-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -102px; } - -.tsd-kind-constructor-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -102px; } - -.tsd-kind-index-signature > .tsd-kind-icon:before { - background-position: -136px -119px; } - -.tsd-kind-index-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -119px; } - -.tsd-kind-index-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -119px; } - -.tsd-kind-index-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -119px; } - -.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -136px; } - -.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -136px; } - -.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - -.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -136px; } - -.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -136px; } - -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -136px; } - -.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -136px; } - -.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - -.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -136px; } - -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -136px; } - -.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -136px; } - -.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -136px; } - -.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -136px; } - -.tsd-is-static > .tsd-kind-icon:before { - background-position: -136px -153px; } - -.tsd-is-static.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -153px; } - -.tsd-is-static.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - -.tsd-is-static.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -153px; } - -.tsd-is-static.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -153px; } - -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -153px; } - -.tsd-is-static.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -153px; } - -.tsd-is-static.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - -.tsd-is-static.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -153px; } - -.tsd-is-static.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -153px; } - -.tsd-is-static.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -153px; } - -.tsd-is-static.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -153px; } - -.tsd-is-static.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -153px; } - -.tsd-is-static.tsd-kind-function > .tsd-kind-icon:before { - background-position: -136px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - -.tsd-is-static.tsd-kind-function.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } - -.tsd-is-static.tsd-kind-method > .tsd-kind-icon:before { - background-position: -136px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - -.tsd-is-static.tsd-kind-method.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } - -.tsd-is-static.tsd-kind-call-signature > .tsd-kind-icon:before { - background-position: -136px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -170px; } - -.tsd-is-static.tsd-kind-call-signature.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -170px; } - -.tsd-is-static.tsd-kind-event > .tsd-kind-icon:before { - background-position: -136px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-is-protected > .tsd-kind-icon:before { - background-position: -153px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class > .tsd-kind-icon:before { - background-position: -51px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -68px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected > .tsd-kind-icon:before { - background-position: -85px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-protected.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -102px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-class.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum > .tsd-kind-icon:before { - background-position: -170px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-protected > .tsd-kind-icon:before { - background-position: -187px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-enum.tsd-is-private > .tsd-kind-icon:before { - background-position: -119px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface > .tsd-kind-icon:before { - background-position: -204px -187px; } - -.tsd-is-static.tsd-kind-event.tsd-parent-kind-interface.tsd-is-inherited > .tsd-kind-icon:before { - background-position: -221px -187px; } - -.no-transition { - transition: none !important; } - -@keyframes fade-in { - from { - opacity: 0; } - to { - opacity: 1; } } - -@keyframes fade-out { - from { - opacity: 1; - visibility: visible; } - to { - opacity: 0; } } - -@keyframes fade-in-delayed { - 0% { - opacity: 0; } - 33% { - opacity: 0; } - 100% { - opacity: 1; } } - -@keyframes fade-out-delayed { - 0% { - opacity: 1; - visibility: visible; } - 66% { - opacity: 0; } - 100% { - opacity: 0; } } - -@keyframes shift-to-left { - from { - transform: translate(0, 0); } - to { - transform: translate(-25%, 0); } } - -@keyframes unshift-to-left { - from { - transform: translate(-25%, 0); } - to { - transform: translate(0, 0); } } - -@keyframes pop-in-from-right { - from { - transform: translate(100%, 0); } - to { - transform: translate(0, 0); } } - -@keyframes pop-out-to-right { - from { - transform: translate(0, 0); - visibility: visible; } - to { - transform: translate(100%, 0); } } - -body { - background: #fdfdfd; - font-family: "Segoe UI", sans-serif; - font-size: 16px; - color: #222; } - -a { - color: #4da6ff; - text-decoration: none; } - a:hover { - text-decoration: underline; } - -code, pre { - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - padding: 0.2em; - margin: 0; - font-size: 14px; - background-color: rgba(0, 0, 0, 0.04); } - -pre { - padding: 10px; } - pre code { - padding: 0; - font-size: 100%; - background-color: transparent; } - -.tsd-typography { - line-height: 1.333em; } - .tsd-typography ul { - list-style: square; - padding: 0 0 0 20px; - margin: 0; } - .tsd-typography h4, .tsd-typography .tsd-index-panel h3, .tsd-index-panel .tsd-typography h3, .tsd-typography h5, .tsd-typography h6 { - font-size: 1em; - margin: 0; } - .tsd-typography h5, .tsd-typography h6 { - font-weight: normal; } - .tsd-typography p, .tsd-typography ul, .tsd-typography ol { - margin: 1em 0; } - -@media (min-width: 901px) and (max-width: 1024px) { - html.default .col-content { - width: 72%; } - html.default .col-menu { - width: 28%; } - html.default .tsd-navigation { - padding-left: 10px; } } - -@media (max-width: 900px) { - html.default .col-content { - float: none; - width: 100%; } - html.default .col-menu { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - z-index: 1024; - top: 0 !important; - bottom: 0 !important; - left: auto !important; - right: 0 !important; - width: 100%; - padding: 20px 20px 0 0; - max-width: 450px; - visibility: hidden; - background-color: #fff; - transform: translate(100%, 0); } - html.default .col-menu > *:last-child { - padding-bottom: 20px; } - html.default .overlay { - content: ''; - display: block; - position: fixed; - z-index: 1023; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: rgba(0, 0, 0, 0.75); - visibility: hidden; } - html.default.to-has-menu .overlay { - animation: fade-in 0.4s; } - html.default.to-has-menu header, - html.default.to-has-menu footer, - html.default.to-has-menu .col-content { - animation: shift-to-left 0.4s; } - html.default.to-has-menu .col-menu { - animation: pop-in-from-right 0.4s; } - html.default.from-has-menu .overlay { - animation: fade-out 0.4s; } - html.default.from-has-menu header, - html.default.from-has-menu footer, - html.default.from-has-menu .col-content { - animation: unshift-to-left 0.4s; } - html.default.from-has-menu .col-menu { - animation: pop-out-to-right 0.4s; } - html.default.has-menu body { - overflow: hidden; } - html.default.has-menu .overlay { - visibility: visible; } - html.default.has-menu header, - html.default.has-menu footer, - html.default.has-menu .col-content { - transform: translate(-25%, 0); } - html.default.has-menu .col-menu { - visibility: visible; - transform: translate(0, 0); } } - -.tsd-page-title { - padding: 70px 0 20px 0; - margin: 0 0 40px 0; - background: #fff; - box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); } - .tsd-page-title h1 { - margin: 0; } - -.tsd-breadcrumb { - margin: 0; - padding: 0; - color: #808080; } - .tsd-breadcrumb a { - color: #808080; - text-decoration: none; } - .tsd-breadcrumb a:hover { - text-decoration: underline; } - .tsd-breadcrumb li { - display: inline; } - .tsd-breadcrumb li:after { - content: ' / '; } - -html.minimal .container { - margin: 0; } - -html.minimal .container-main { - padding-top: 50px; - padding-bottom: 0; } - -html.minimal .content-wrap { - padding-left: 300px; } - -html.minimal .tsd-navigation { - position: fixed !important; - overflow: auto; - -webkit-overflow-scrolling: touch; - box-sizing: border-box; - z-index: 1; - left: 0; - top: 40px; - bottom: 0; - width: 300px; - padding: 20px; - margin: 0; } - -html.minimal .tsd-member .tsd-member { - margin-left: 0; } - -html.minimal .tsd-page-toolbar { - position: fixed; - z-index: 2; } - -html.minimal #tsd-filter .tsd-filter-group { - right: 0; - transform: none; } - -html.minimal footer { - background-color: transparent; } - html.minimal footer .container { - padding: 0; } - -html.minimal .tsd-generator { - padding: 0; } - -@media (max-width: 900px) { - html.minimal .tsd-navigation { - display: none; } - html.minimal .content-wrap { - padding-left: 0; } } - -dl.tsd-comment-tags { - overflow: hidden; } - dl.tsd-comment-tags dt { - float: left; - padding: 1px 5px; - margin: 0 10px 0 0; - border-radius: 4px; - border: 1px solid #808080; - color: #808080; - font-size: 0.8em; - font-weight: normal; } - dl.tsd-comment-tags dd { - margin: 0 0 10px 0; } - dl.tsd-comment-tags dd:before, dl.tsd-comment-tags dd:after { - display: table; - content: " "; } - dl.tsd-comment-tags dd pre, dl.tsd-comment-tags dd:after { - clear: both; } - dl.tsd-comment-tags p { - margin: 0; } - -.tsd-panel.tsd-comment .lead { - font-size: 1.1em; - line-height: 1.333em; - margin-bottom: 2em; } - .tsd-panel.tsd-comment .lead:last-child { - margin-bottom: 0; } - -.toggle-protected .tsd-is-private { - display: none; } - -.toggle-public .tsd-is-private, -.toggle-public .tsd-is-protected, -.toggle-public .tsd-is-private-protected { - display: none; } - -.toggle-inherited .tsd-is-inherited { - display: none; } - -.toggle-only-exported .tsd-is-not-exported { - display: none; } - -.toggle-externals .tsd-is-external { - display: none; } - -#tsd-filter { - position: relative; - display: inline-block; - height: 40px; - vertical-align: bottom; } - .no-filter #tsd-filter { - display: none; } - #tsd-filter .tsd-filter-group { - display: inline-block; - height: 40px; - vertical-align: bottom; - white-space: nowrap; } - #tsd-filter input { - display: none; } - @media (max-width: 900px) { - #tsd-filter .tsd-filter-group { - display: block; - position: absolute; - top: 40px; - right: 20px; - height: auto; - background-color: #fff; - visibility: hidden; - transform: translate(50%, 0); - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - .has-options #tsd-filter .tsd-filter-group { - visibility: visible; } - .to-has-options #tsd-filter .tsd-filter-group { - animation: fade-in 0.2s; } - .from-has-options #tsd-filter .tsd-filter-group { - animation: fade-out 0.2s; } - #tsd-filter label, - #tsd-filter .tsd-select { - display: block; - padding-right: 20px; } } - -footer { - border-top: 1px solid #eee; - background-color: #fff; } - footer.with-border-bottom { - border-bottom: 1px solid #eee; } - footer .tsd-legend-group { - font-size: 0; } - footer .tsd-legend { - display: inline-block; - width: 25%; - padding: 0; - font-size: 16px; - list-style: none; - line-height: 1.333em; - vertical-align: top; } - @media (max-width: 900px) { - footer .tsd-legend { - width: 50%; } } - -.tsd-hierarchy { - list-style: square; - padding: 0 0 0 20px; - margin: 0; } - .tsd-hierarchy .target { - font-weight: bold; } - -.tsd-index-panel .tsd-index-content { - margin-bottom: -30px !important; } - -.tsd-index-panel .tsd-index-section { - margin-bottom: 30px !important; } - -.tsd-index-panel h3 { - margin: 0 -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; } - -.tsd-index-panel ul.tsd-index-list { - -moz-column-count: 3; - -ms-column-count: 3; - -o-column-count: 3; - column-count: 3; - -moz-column-gap: 20px; - -ms-column-gap: 20px; - -o-column-gap: 20px; - column-gap: 20px; - padding: 0; - list-style: none; - line-height: 1.333em; } - @media (max-width: 900px) { - .tsd-index-panel ul.tsd-index-list { - -moz-column-count: 1; - -ms-column-count: 1; - -o-column-count: 1; - column-count: 1; } } - @media (min-width: 901px) and (max-width: 1024px) { - .tsd-index-panel ul.tsd-index-list { - -moz-column-count: 2; - -ms-column-count: 2; - -o-column-count: 2; - column-count: 2; } } - .tsd-index-panel ul.tsd-index-list li { - -webkit-page-break-inside: avoid; - -moz-page-break-inside: avoid; - -ms-page-break-inside: avoid; - -o-page-break-inside: avoid; - page-break-inside: avoid; } - -.tsd-index-panel a, -.tsd-index-panel .tsd-parent-kind-module a { - color: #9600ff; } - -.tsd-index-panel .tsd-parent-kind-interface a { - color: #7da01f; } - -.tsd-index-panel .tsd-parent-kind-enum a { - color: #cc9900; } - -.tsd-index-panel .tsd-parent-kind-class a { - color: #4da6ff; } - -.tsd-index-panel .tsd-kind-module a { - color: #9600ff; } - -.tsd-index-panel .tsd-kind-interface a { - color: #7da01f; } - -.tsd-index-panel .tsd-kind-enum a { - color: #cc9900; } - -.tsd-index-panel .tsd-kind-class a { - color: #4da6ff; } - -.tsd-index-panel .tsd-is-private a { - color: #808080; } - -.tsd-flag { - display: inline-block; - padding: 1px 5px; - border-radius: 4px; - color: #fff; - background-color: #808080; - text-indent: 0; - font-size: 14px; - font-weight: normal; } - -.tsd-anchor { - position: absolute; - top: -100px; } - -.tsd-member { - position: relative; } - .tsd-member .tsd-anchor + h3 { - margin-top: 0; - margin-bottom: 0; - border-bottom: none; } - -.tsd-navigation { - margin: 0 0 0 40px; } - .tsd-navigation a { - display: block; - padding-top: 2px; - padding-bottom: 2px; - border-left: 2px solid transparent; - color: #222; - text-decoration: none; - transition: border-left-color 0.1s; } - .tsd-navigation a:hover { - text-decoration: underline; } - .tsd-navigation ul { - margin: 0; - padding: 0; - list-style: none; } - .tsd-navigation li { - padding: 0; } - -.tsd-navigation.primary { - padding-bottom: 40px; } - .tsd-navigation.primary a { - display: block; - padding-top: 6px; - padding-bottom: 6px; } - .tsd-navigation.primary ul li a { - padding-left: 5px; } - .tsd-navigation.primary ul li li a { - padding-left: 25px; } - .tsd-navigation.primary ul li li li a { - padding-left: 45px; } - .tsd-navigation.primary ul li li li li a { - padding-left: 65px; } - .tsd-navigation.primary ul li li li li li a { - padding-left: 85px; } - .tsd-navigation.primary ul li li li li li li a { - padding-left: 105px; } - .tsd-navigation.primary > ul { - border-bottom: 1px solid #eee; } - .tsd-navigation.primary li { - border-top: 1px solid #eee; } - .tsd-navigation.primary li.current > a { - font-weight: bold; } - .tsd-navigation.primary li.label span { - display: block; - padding: 20px 0 6px 5px; - color: #808080; } - .tsd-navigation.primary li.globals + li > span, - .tsd-navigation.primary li.globals + li > a { - padding-top: 20px; } - -.tsd-navigation.secondary { - max-height: calc(100vh - 1rem - 40px); - overflow: auto; - position: -webkit-sticky; - position: sticky; - top: calc(.5rem + 40px); - transition: .3s; } - .tsd-navigation.secondary.tsd-navigation--toolbar-hide { - max-height: calc(100vh - 1rem); - top: .5rem; } - .tsd-navigation.secondary ul { - transition: opacity 0.2s; } - .tsd-navigation.secondary ul li a { - padding-left: 25px; } - .tsd-navigation.secondary ul li li a { - padding-left: 45px; } - .tsd-navigation.secondary ul li li li a { - padding-left: 65px; } - .tsd-navigation.secondary ul li li li li a { - padding-left: 85px; } - .tsd-navigation.secondary ul li li li li li a { - padding-left: 105px; } - .tsd-navigation.secondary ul li li li li li li a { - padding-left: 125px; } - .tsd-navigation.secondary ul.current a { - border-left-color: #eee; } - .tsd-navigation.secondary li.focus > a, - .tsd-navigation.secondary ul.current li.focus > a { - border-left-color: #000; } - .tsd-navigation.secondary li.current { - margin-top: 20px; - margin-bottom: 20px; - border-left-color: #eee; } - .tsd-navigation.secondary li.current > a { - font-weight: bold; } - -@media (min-width: 901px) { - .menu-sticky-wrap { - position: static; } } - -.tsd-panel { - margin: 20px 0; - padding: 20px; - background-color: #fff; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - .tsd-panel:empty { - display: none; } - .tsd-panel > h1, .tsd-panel > h2, .tsd-panel > h3 { - margin: 1.5em -20px 10px -20px; - padding: 0 20px 10px 20px; - border-bottom: 1px solid #eee; } - .tsd-panel > h1.tsd-before-signature, .tsd-panel > h2.tsd-before-signature, .tsd-panel > h3.tsd-before-signature { - margin-bottom: 0; - border-bottom: 0; } - .tsd-panel table { - display: block; - width: 100%; - overflow: auto; - margin-top: 10px; - word-break: normal; - word-break: keep-all; } - .tsd-panel table th { - font-weight: bold; } - .tsd-panel table th, .tsd-panel table td { - padding: 6px 13px; - border: 1px solid #ddd; } - .tsd-panel table tr { - background-color: #fff; - border-top: 1px solid #ccc; } - .tsd-panel table tr:nth-child(2n) { - background-color: #f8f8f8; } - -.tsd-panel-group { - margin: 60px 0; } - .tsd-panel-group > h1, .tsd-panel-group > h2, .tsd-panel-group > h3 { - padding-left: 20px; - padding-right: 20px; } - -#tsd-search { - transition: background-color 0.2s; } - #tsd-search .title { - position: relative; - z-index: 2; } - #tsd-search .field { - position: absolute; - left: 0; - top: 0; - right: 40px; - height: 40px; } - #tsd-search .field input { - box-sizing: border-box; - position: relative; - top: -50px; - z-index: 1; - width: 100%; - padding: 0 10px; - opacity: 0; - outline: 0; - border: 0; - background: transparent; - color: #222; } - #tsd-search .field label { - position: absolute; - overflow: hidden; - right: -40px; } - #tsd-search .field input, - #tsd-search .title { - transition: opacity 0.2s; } - #tsd-search .results { - position: absolute; - visibility: hidden; - top: 40px; - width: 100%; - margin: 0; - padding: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); } - #tsd-search .results li { - padding: 0 10px; - background-color: #fdfdfd; } - #tsd-search .results li:nth-child(even) { - background-color: #fff; } - #tsd-search .results li.state { - display: none; } - #tsd-search .results li.current, - #tsd-search .results li:hover { - background-color: #eee; } - #tsd-search .results a { - display: block; } - #tsd-search .results a:before { - top: 10px; } - #tsd-search .results span.parent { - color: #808080; - font-weight: normal; } - #tsd-search.has-focus { - background-color: #eee; } - #tsd-search.has-focus .field input { - top: 0; - opacity: 1; } - #tsd-search.has-focus .title { - z-index: 0; - opacity: 0; } - #tsd-search.has-focus .results { - visibility: visible; } - #tsd-search.loading .results li.state.loading { - display: block; } - #tsd-search.failure .results li.state.failure { - display: block; } - -.tsd-signature { - margin: 0 0 1em 0; - padding: 10px; - border: 1px solid #eee; - font-family: Menlo, Monaco, Consolas, "Courier New", monospace; - font-size: 14px; } - .tsd-signature.tsd-kind-icon { - padding-left: 30px; } - .tsd-signature.tsd-kind-icon:before { - top: 10px; - left: 10px; } - .tsd-panel > .tsd-signature { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; } - .tsd-panel > .tsd-signature.tsd-kind-icon { - padding-left: 40px; } - .tsd-panel > .tsd-signature.tsd-kind-icon:before { - left: 20px; } - -.tsd-signature-symbol { - color: #808080; - font-weight: normal; } - -.tsd-signature-type { - font-style: italic; - font-weight: normal; } - -.tsd-signatures { - padding: 0; - margin: 0 0 1em 0; - border: 1px solid #eee; } - .tsd-signatures .tsd-signature { - margin: 0; - border-width: 1px 0 0 0; - transition: background-color 0.1s; } - .tsd-signatures .tsd-signature:first-child { - border-top-width: 0; } - .tsd-signatures .tsd-signature.current { - background-color: #eee; } - .tsd-signatures.active > .tsd-signature { - cursor: pointer; } - .tsd-panel > .tsd-signatures { - margin-left: -20px; - margin-right: -20px; - border-width: 1px 0; } - .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon { - padding-left: 40px; } - .tsd-panel > .tsd-signatures .tsd-signature.tsd-kind-icon:before { - left: 20px; } - .tsd-panel > a.anchor + .tsd-signatures { - border-top-width: 0; - margin-top: -20px; } - -ul.tsd-descriptions { - position: relative; - overflow: hidden; - transition: height 0.3s; - padding: 0; - list-style: none; } - ul.tsd-descriptions.active > .tsd-description { - display: none; } - ul.tsd-descriptions.active > .tsd-description.current { - display: block; } - ul.tsd-descriptions.active > .tsd-description.fade-in { - animation: fade-in-delayed 0.3s; } - ul.tsd-descriptions.active > .tsd-description.fade-out { - animation: fade-out-delayed 0.3s; - position: absolute; - display: block; - top: 0; - left: 0; - right: 0; - opacity: 0; - visibility: hidden; } - ul.tsd-descriptions h4, ul.tsd-descriptions .tsd-index-panel h3, .tsd-index-panel ul.tsd-descriptions h3 { - font-size: 16px; - margin: 1em 0 0.5em 0; } - -ul.tsd-parameters, -ul.tsd-type-parameters { - list-style: square; - margin: 0; - padding-left: 20px; } - ul.tsd-parameters > li.tsd-parameter-signature, - ul.tsd-type-parameters > li.tsd-parameter-signature { - list-style: none; - margin-left: -20px; } - ul.tsd-parameters h5, - ul.tsd-type-parameters h5 { - font-size: 16px; - margin: 1em 0 0.5em 0; } - ul.tsd-parameters .tsd-comment, - ul.tsd-type-parameters .tsd-comment { - margin-top: -0.5em; } - -.tsd-sources { - font-size: 14px; - color: #808080; - margin: 0 0 1em 0; } - .tsd-sources a { - color: #808080; - text-decoration: underline; } - .tsd-sources ul, .tsd-sources p { - margin: 0 !important; } - .tsd-sources ul { - list-style: none; - padding: 0; } - -.tsd-page-toolbar { - position: fixed; - z-index: 1; - top: 0; - left: 0; - width: 100%; - height: 40px; - color: #333; - background: #fff; - border-bottom: 1px solid #eee; - transition: transform .3s linear; } - .tsd-page-toolbar a { - color: #333; - text-decoration: none; } - .tsd-page-toolbar a.title { - font-weight: bold; } - .tsd-page-toolbar a.title:hover { - text-decoration: underline; } - .tsd-page-toolbar .table-wrap { - display: table; - width: 100%; - height: 40px; } - .tsd-page-toolbar .table-cell { - display: table-cell; - position: relative; - white-space: nowrap; - line-height: 40px; } - .tsd-page-toolbar .table-cell:first-child { - width: 100%; } - -.tsd-page-toolbar--hide { - transform: translateY(-100%); } - -.tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { - content: ''; - display: inline-block; - width: 40px; - height: 40px; - margin: 0 -8px 0 0; - background-image: url(../images/widgets.png); - background-repeat: no-repeat; - text-indent: -1024px; - vertical-align: bottom; } - @media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) { - .tsd-widget:before, .tsd-select .tsd-select-label:before, .tsd-select .tsd-select-list li:before { - background-image: url(../images/widgets@2x.png); - background-size: 320px 40px; } } - -.tsd-widget { - display: inline-block; - overflow: hidden; - opacity: 0.6; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; } - .tsd-widget:hover { - opacity: 0.8; } - .tsd-widget.active { - opacity: 1; - background-color: #eee; } - .tsd-widget.no-caption { - width: 40px; } - .tsd-widget.no-caption:before { - margin: 0; } - .tsd-widget.search:before { - background-position: 0 0; } - .tsd-widget.menu:before { - background-position: -40px 0; } - .tsd-widget.options:before { - background-position: -80px 0; } - .tsd-widget.options, .tsd-widget.menu { - display: none; } - @media (max-width: 900px) { - .tsd-widget.options, .tsd-widget.menu { - display: inline-block; } } - input[type=checkbox] + .tsd-widget:before { - background-position: -120px 0; } - input[type=checkbox]:checked + .tsd-widget:before { - background-position: -160px 0; } - -.tsd-select { - position: relative; - display: inline-block; - height: 40px; - transition: opacity 0.1s, background-color 0.2s; - vertical-align: bottom; - cursor: pointer; } - .tsd-select .tsd-select-label { - opacity: 0.6; - transition: opacity 0.2s; } - .tsd-select .tsd-select-label:before { - background-position: -240px 0; } - .tsd-select.active .tsd-select-label { - opacity: 0.8; } - .tsd-select.active .tsd-select-list { - visibility: visible; - opacity: 1; - transition-delay: 0s; } - .tsd-select .tsd-select-list { - position: absolute; - visibility: hidden; - top: 40px; - left: 0; - margin: 0; - padding: 0; - opacity: 0; - list-style: none; - box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); - transition: visibility 0s 0.2s, opacity 0.2s; } - .tsd-select .tsd-select-list li { - padding: 0 20px 0 0; - background-color: #fdfdfd; } - .tsd-select .tsd-select-list li:before { - background-position: 40px 0; } - .tsd-select .tsd-select-list li:nth-child(even) { - background-color: #fff; } - .tsd-select .tsd-select-list li:hover { - background-color: #eee; } - .tsd-select .tsd-select-list li.selected:before { - background-position: -200px 0; } - @media (max-width: 900px) { - .tsd-select .tsd-select-list { - top: 0; - left: auto; - right: 100%; - margin-right: -5px; } - .tsd-select .tsd-select-label:before { - background-position: -280px 0; } } - -img { - max-width: 100%; } diff --git a/docs/assets/highlight.css b/docs/assets/highlight.css new file mode 100644 index 0000000..d6eb09e --- /dev/null +++ b/docs/assets/highlight.css @@ -0,0 +1,85 @@ +:root { + --light-hl-0: #0000FF; + --dark-hl-0: #569CD6; + --light-hl-1: #000000; + --dark-hl-1: #D4D4D4; + --light-hl-2: #0070C1; + --dark-hl-2: #4FC1FF; + --light-hl-3: #AF00DB; + --dark-hl-3: #C586C0; + --light-hl-4: #001080; + --dark-hl-4: #9CDCFE; + --light-hl-5: #795E26; + --dark-hl-5: #DCDCAA; + --light-hl-6: #A31515; + --dark-hl-6: #CE9178; + --light-hl-7: #008000; + --dark-hl-7: #6A9955; + --light-hl-8: #098658; + --dark-hl-8: #B5CEA8; + --light-code-background: #FFFFFF; + --dark-code-background: #1E1E1E; +} + +@media (prefers-color-scheme: light) { :root { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --code-background: var(--light-code-background); +} } + +@media (prefers-color-scheme: dark) { :root { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --code-background: var(--dark-code-background); +} } + +:root[data-theme='light'] { + --hl-0: var(--light-hl-0); + --hl-1: var(--light-hl-1); + --hl-2: var(--light-hl-2); + --hl-3: var(--light-hl-3); + --hl-4: var(--light-hl-4); + --hl-5: var(--light-hl-5); + --hl-6: var(--light-hl-6); + --hl-7: var(--light-hl-7); + --hl-8: var(--light-hl-8); + --code-background: var(--light-code-background); +} + +:root[data-theme='dark'] { + --hl-0: var(--dark-hl-0); + --hl-1: var(--dark-hl-1); + --hl-2: var(--dark-hl-2); + --hl-3: var(--dark-hl-3); + --hl-4: var(--dark-hl-4); + --hl-5: var(--dark-hl-5); + --hl-6: var(--dark-hl-6); + --hl-7: var(--dark-hl-7); + --hl-8: var(--dark-hl-8); + --code-background: var(--dark-code-background); +} + +.hl-0 { color: var(--hl-0); } +.hl-1 { color: var(--hl-1); } +.hl-2 { color: var(--hl-2); } +.hl-3 { color: var(--hl-3); } +.hl-4 { color: var(--hl-4); } +.hl-5 { color: var(--hl-5); } +.hl-6 { color: var(--hl-6); } +.hl-7 { color: var(--hl-7); } +.hl-8 { color: var(--hl-8); } +pre, code { background: var(--code-background); } diff --git a/docs/assets/images/icons.png b/docs/assets/images/icons.png deleted file mode 100644 index 3836d5fe46e48bbe186116855aae879c23935327..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9615 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 NZmR35l_G4O{0}dcmS_L~ diff --git a/docs/assets/images/icons@2x.png b/docs/assets/images/icons@2x.png deleted file mode 100644 index 5a209e2f6d7f915cc9cb6fe7a4264c8be4db87b0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 28144 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 z&gk>10|55296,1023&r|56320)}function oe(){T()}var e,d,b,o,i,h,f,g,w,u,l,T,C,a,E,v,s,c,y,k="sizzle"+1*new Date,m=n.document,S=0,r=0,p=ue(),x=ue(),N=ue(),A=ue(),D=function(e,t){return e===t&&(l=!0),0},j={}.hasOwnProperty,t=[],q=t.pop,L=t.push,H=t.push,O=t.slice,P=function(e,t){for(var n=0,r=e.length;n+~]|"+M+")"+M+"*"),U=new RegExp(M+"|>"),X=new RegExp($),V=new RegExp("^"+I+"$"),G={ID:new RegExp("^#("+I+")"),CLASS:new RegExp("^\\.("+I+")"),TAG:new RegExp("^("+I+"|[*])"),ATTR:new RegExp("^"+W),PSEUDO:new RegExp("^"+$),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+M+"*(even|odd|(([+-]|)(\\d*)n|)"+M+"*(?:([+-]|)"+M+"*(\\d+)|))"+M+"*\\)|)","i"),bool:new RegExp("^(?:"+R+")$","i"),needsContext:new RegExp("^"+M+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+M+"*((?:-\\d)?\\d*)"+M+"*\\)|)(?=[^-]|$)","i")},Y=/HTML$/i,Q=/^(?:input|select|textarea|button)$/i,J=/^h\d$/i,K=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,ee=/[+~]/,te=new RegExp("\\\\([\\da-f]{1,6}"+M+"?|("+M+")|.)","ig"),re=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ie=function(e,t){return t?"\0"===e?"�":e.slice(0,-1)+"\\"+e.charCodeAt(e.length-1).toString(16)+" ":"\\"+e},ae=be(function(e){return!0===e.disabled&&"fieldset"===e.nodeName.toLowerCase()},{dir:"parentNode",next:"legend"});try{H.apply(t=O.call(m.childNodes),m.childNodes),t[m.childNodes.length].nodeType}catch(e){H={apply:t.length?function(e,t){L.apply(e,O.call(t))}:function(e,t){for(var n=e.length,r=0;e[n++]=t[r++];);e.length=n-1}}}function se(t,e,n,r){var i,o,a,s,u,l,c,f=e&&e.ownerDocument,p=e?e.nodeType:9;if(n=n||[],"string"!=typeof t||!t||1!==p&&9!==p&&11!==p)return n;if(!r&&((e?e.ownerDocument||e:m)!==C&&T(e),e=e||C,E)){if(11!==p&&(u=Z.exec(t)))if(i=u[1]){if(9===p){if(!(a=e.getElementById(i)))return n;if(a.id===i)return n.push(a),n}else if(f&&(a=f.getElementById(i))&&y(e,a)&&a.id===i)return n.push(a),n}else{if(u[2])return H.apply(n,e.getElementsByTagName(t)),n;if((i=u[3])&&d.getElementsByClassName&&e.getElementsByClassName)return H.apply(n,e.getElementsByClassName(i)),n}if(d.qsa&&!A[t+" "]&&(!v||!v.test(t))&&(1!==p||"object"!==e.nodeName.toLowerCase())){if(c=t,f=e,1===p&&U.test(t)){for((s=e.getAttribute("id"))?s=s.replace(re,ie):e.setAttribute("id",s=k),o=(l=h(t)).length;o--;)l[o]="#"+s+" "+xe(l[o]);c=l.join(","),f=ee.test(t)&&ye(e.parentNode)||e}try{return H.apply(n,f.querySelectorAll(c)),n}catch(e){A(t,!0)}finally{s===k&&e.removeAttribute("id")}}}return g(t.replace(B,"$1"),e,n,r)}function ue(){var r=[];return function e(t,n){return r.push(t+" ")>b.cacheLength&&delete e[r.shift()],e[t+" "]=n}}function le(e){return e[k]=!0,e}function ce(e){var t=C.createElement("fieldset");try{return!!e(t)}catch(e){return!1}finally{t.parentNode&&t.parentNode.removeChild(t),t=null}}function fe(e,t){for(var n=e.split("|"),r=n.length;r--;)b.attrHandle[n[r]]=t}function pe(e,t){var n=t&&e,r=n&&1===e.nodeType&&1===t.nodeType&&e.sourceIndex-t.sourceIndex;if(r)return r;if(n)for(;n=n.nextSibling;)if(n===t)return-1;return e?1:-1}function de(t){return function(e){return"input"===e.nodeName.toLowerCase()&&e.type===t}}function he(n){return function(e){var t=e.nodeName.toLowerCase();return("input"===t||"button"===t)&&e.type===n}}function ge(t){return function(e){return"form"in e?e.parentNode&&!1===e.disabled?"label"in e?"label"in e.parentNode?e.parentNode.disabled===t:e.disabled===t:e.isDisabled===t||e.isDisabled!==!t&&ae(e)===t:e.disabled===t:"label"in e&&e.disabled===t}}function ve(a){return le(function(o){return o=+o,le(function(e,t){for(var n,r=a([],e.length,o),i=r.length;i--;)e[n=r[i]]&&(e[n]=!(t[n]=e[n]))})})}function ye(e){return e&&void 0!==e.getElementsByTagName&&e}for(e in d=se.support={},i=se.isXML=function(e){var t=e.namespaceURI,n=(e.ownerDocument||e).documentElement;return!Y.test(t||n&&n.nodeName||"HTML")},T=se.setDocument=function(e){var t,n,r=e?e.ownerDocument||e:m;return r!==C&&9===r.nodeType&&r.documentElement&&(a=(C=r).documentElement,E=!i(C),m!==C&&(n=C.defaultView)&&n.top!==n&&(n.addEventListener?n.addEventListener("unload",oe,!1):n.attachEvent&&n.attachEvent("onunload",oe)),d.attributes=ce(function(e){return e.className="i",!e.getAttribute("className")}),d.getElementsByTagName=ce(function(e){return e.appendChild(C.createComment("")),!e.getElementsByTagName("*").length}),d.getElementsByClassName=K.test(C.getElementsByClassName),d.getById=ce(function(e){return a.appendChild(e).id=k,!C.getElementsByName||!C.getElementsByName(k).length}),d.getById?(b.filter.ID=function(e){var t=e.replace(te,ne);return function(e){return e.getAttribute("id")===t}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n=t.getElementById(e);return n?[n]:[]}}):(b.filter.ID=function(e){var n=e.replace(te,ne);return function(e){var t=void 0!==e.getAttributeNode&&e.getAttributeNode("id");return t&&t.value===n}},b.find.ID=function(e,t){if(void 0!==t.getElementById&&E){var n,r,i,o=t.getElementById(e);if(o){if((n=o.getAttributeNode("id"))&&n.value===e)return[o];for(i=t.getElementsByName(e),r=0;o=i[r++];)if((n=o.getAttributeNode("id"))&&n.value===e)return[o]}return[]}}),b.find.TAG=d.getElementsByTagName?function(e,t){return void 0!==t.getElementsByTagName?t.getElementsByTagName(e):d.qsa?t.querySelectorAll(e):void 0}:function(e,t){var n,r=[],i=0,o=t.getElementsByTagName(e);if("*"!==e)return o;for(;n=o[i++];)1===n.nodeType&&r.push(n);return r},b.find.CLASS=d.getElementsByClassName&&function(e,t){if(void 0!==t.getElementsByClassName&&E)return t.getElementsByClassName(e)},s=[],v=[],(d.qsa=K.test(C.querySelectorAll))&&(ce(function(e){a.appendChild(e).innerHTML="",e.querySelectorAll("[msallowcapture^='']").length&&v.push("[*^$]="+M+"*(?:''|\"\")"),e.querySelectorAll("[selected]").length||v.push("\\["+M+"*(?:value|"+R+")"),e.querySelectorAll("[id~="+k+"-]").length||v.push("~="),e.querySelectorAll(":checked").length||v.push(":checked"),e.querySelectorAll("a#"+k+"+*").length||v.push(".#.+[+~]")}),ce(function(e){e.innerHTML="";var t=C.createElement("input");t.setAttribute("type","hidden"),e.appendChild(t).setAttribute("name","D"),e.querySelectorAll("[name=d]").length&&v.push("name"+M+"*[*^$|!~]?="),2!==e.querySelectorAll(":enabled").length&&v.push(":enabled",":disabled"),a.appendChild(e).disabled=!0,2!==e.querySelectorAll(":disabled").length&&v.push(":enabled",":disabled"),e.querySelectorAll("*,:x"),v.push(",.*:")})),(d.matchesSelector=K.test(c=a.matches||a.webkitMatchesSelector||a.mozMatchesSelector||a.oMatchesSelector||a.msMatchesSelector))&&ce(function(e){d.disconnectedMatch=c.call(e,"*"),c.call(e,"[s!='']:x"),s.push("!=",$)}),v=v.length&&new RegExp(v.join("|")),s=s.length&&new RegExp(s.join("|")),t=K.test(a.compareDocumentPosition),y=t||K.test(a.contains)?function(e,t){var n=9===e.nodeType?e.documentElement:e,r=t&&t.parentNode;return e===r||!(!r||1!==r.nodeType||!(n.contains?n.contains(r):e.compareDocumentPosition&&16&e.compareDocumentPosition(r)))}:function(e,t){if(t)for(;t=t.parentNode;)if(t===e)return!0;return!1},D=t?function(e,t){if(e===t)return l=!0,0;var n=!e.compareDocumentPosition-!t.compareDocumentPosition;return n||(1&(n=(e.ownerDocument||e)===(t.ownerDocument||t)?e.compareDocumentPosition(t):1)||!d.sortDetached&&t.compareDocumentPosition(e)===n?e===C||e.ownerDocument===m&&y(m,e)?-1:t===C||t.ownerDocument===m&&y(m,t)?1:u?P(u,e)-P(u,t):0:4&n?-1:1)}:function(e,t){if(e===t)return l=!0,0;var n,r=0,i=e.parentNode,o=t.parentNode,a=[e],s=[t];if(!i||!o)return e===C?-1:t===C?1:i?-1:o?1:u?P(u,e)-P(u,t):0;if(i===o)return pe(e,t);for(n=e;n=n.parentNode;)a.unshift(n);for(n=t;n=n.parentNode;)s.unshift(n);for(;a[r]===s[r];)r++;return r?pe(a[r],s[r]):a[r]===m?-1:s[r]===m?1:0}),C},se.matches=function(e,t){return se(e,null,null,t)},se.matchesSelector=function(e,t){if((e.ownerDocument||e)!==C&&T(e),d.matchesSelector&&E&&!A[t+" "]&&(!s||!s.test(t))&&(!v||!v.test(t)))try{var n=c.call(e,t);if(n||d.disconnectedMatch||e.document&&11!==e.document.nodeType)return n}catch(e){A(t,!0)}return 0":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(e){return e[1]=e[1].replace(te,ne),e[3]=(e[3]||e[4]||e[5]||"").replace(te,ne),"~="===e[2]&&(e[3]=" "+e[3]+" "),e.slice(0,4)},CHILD:function(e){return e[1]=e[1].toLowerCase(),"nth"===e[1].slice(0,3)?(e[3]||se.error(e[0]),e[4]=+(e[4]?e[5]+(e[6]||1):2*("even"===e[3]||"odd"===e[3])),e[5]=+(e[7]+e[8]||"odd"===e[3])):e[3]&&se.error(e[0]),e},PSEUDO:function(e){var t,n=!e[6]&&e[2];return G.CHILD.test(e[0])?null:(e[3]?e[2]=e[4]||e[5]||"":n&&X.test(n)&&(t=h(n,!0))&&(t=n.indexOf(")",n.length-t)-n.length)&&(e[0]=e[0].slice(0,t),e[2]=n.slice(0,t)),e.slice(0,3))}},filter:{TAG:function(e){var t=e.replace(te,ne).toLowerCase();return"*"===e?function(){return!0}:function(e){return e.nodeName&&e.nodeName.toLowerCase()===t}},CLASS:function(e){var t=p[e+" "];return t||(t=new RegExp("(^|"+M+")"+e+"("+M+"|$)"))&&p(e,function(e){return t.test("string"==typeof e.className&&e.className||void 0!==e.getAttribute&&e.getAttribute("class")||"")})},ATTR:function(n,r,i){return function(e){var t=se.attr(e,n);return null==t?"!="===r:!r||(t+="","="===r?t===i:"!="===r?t!==i:"^="===r?i&&0===t.indexOf(i):"*="===r?i&&-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i;function j(e,n,r){return m(n)?k.grep(e,function(e,t){return!!n.call(e,t,e)!==r}):n.nodeType?k.grep(e,function(e){return e===n!==r}):"string"!=typeof n?k.grep(e,function(e){return-1)[^>]*|#([\w-]+))$/;(k.fn.init=function(e,t,n){var r,i;if(!e)return this;if(n=n||q,"string"!=typeof e)return e.nodeType?(this[0]=e,this.length=1,this):m(e)?void 0!==n.ready?n.ready(e):e(k):k.makeArray(e,this);if(!(r="<"===e[0]&&">"===e[e.length-1]&&3<=e.length?[null,e,null]:L.exec(e))||!r[1]&&t)return!t||t.jquery?(t||n).find(e):this.constructor(t).find(e);if(r[1]){if(t=t instanceof k?t[0]:t,k.merge(this,k.parseHTML(r[1],t&&t.nodeType?t.ownerDocument||t:E,!0)),D.test(r[1])&&k.isPlainObject(t))for(r in t)m(this[r])?this[r](t[r]):this.attr(r,t[r]);return this}return(i=E.getElementById(r[2]))&&(this[0]=i,this.length=1),this}).prototype=k.fn,q=k(E);var H=/^(?:parents|prev(?:Until|All))/,O={children:!0,contents:!0,next:!0,prev:!0};function P(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}k.fn.extend({has:function(e){var t=k(e,this),n=t.length;return this.filter(function(){for(var e=0;e\x20\t\r\n\f]*)/i,he=/^$|^module$|\/(?:java|ecma)script/i,ge={option:[1,""],thead:[1,"","
"],col:[2,"","
"],tr:[2,"","
"],td:[3,"","
"],_default:[0,"",""]};function ve(e,t){var n;return n=void 0!==e.getElementsByTagName?e.getElementsByTagName(t||"*"):void 0!==e.querySelectorAll?e.querySelectorAll(t||"*"):[],void 0===t||t&&A(e,t)?k.merge([e],n):n}function ye(e,t){for(var n=0,r=e.length;nx",y.noCloneChecked=!!me.cloneNode(!0).lastChild.defaultValue;var Te=/^key/,Ce=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,Ee=/^([^.]*)(?:\.(.+)|)/;function ke(){return!0}function Se(){return!1}function Ne(e,t){return e===function(){try{return E.activeElement}catch(e){}}()==("focus"===t)}function Ae(e,t,n,r,i,o){var a,s;if("object"==typeof t){for(s in"string"!=typeof n&&(r=r||n,n=void 0),t)Ae(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),!1===i)i=Se;else if(!i)return e;return 1===o&&(a=i,(i=function(e){return k().off(e),a.apply(this,arguments)}).guid=a.guid||(a.guid=k.guid++)),e.each(function(){k.event.add(this,t,i,r,n)})}function De(e,i,o){o?(Q.set(e,i,!1),k.event.add(e,i,{namespace:!1,handler:function(e){var t,n,r=Q.get(this,i);if(1&e.isTrigger&&this[i]){if(r.length)(k.event.special[i]||{}).delegateType&&e.stopPropagation();else if(r=s.call(arguments),Q.set(this,i,r),t=o(this,i),this[i](),r!==(n=Q.get(this,i))||t?Q.set(this,i,!1):n={},r!==n)return e.stopImmediatePropagation(),e.preventDefault(),n.value}else r.length&&(Q.set(this,i,{value:k.event.trigger(k.extend(r[0],k.Event.prototype),r.slice(1),this)}),e.stopImmediatePropagation())}})):void 0===Q.get(e,i)&&k.event.add(e,i,ke)}k.event={global:{},add:function(t,e,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.get(t);if(v)for(n.handler&&(n=(o=n).handler,i=o.selector),i&&k.find.matchesSelector(ie,i),n.guid||(n.guid=k.guid++),(u=v.events)||(u=v.events={}),(a=v.handle)||(a=v.handle=function(e){return void 0!==k&&k.event.triggered!==e.type?k.event.dispatch.apply(t,arguments):void 0}),l=(e=(e||"").match(R)||[""]).length;l--;)d=g=(s=Ee.exec(e[l])||[])[1],h=(s[2]||"").split(".").sort(),d&&(f=k.event.special[d]||{},d=(i?f.delegateType:f.bindType)||d,f=k.event.special[d]||{},c=k.extend({type:d,origType:g,data:r,handler:n,guid:n.guid,selector:i,needsContext:i&&k.expr.match.needsContext.test(i),namespace:h.join(".")},o),(p=u[d])||((p=u[d]=[]).delegateCount=0,f.setup&&!1!==f.setup.call(t,r,h,a)||t.addEventListener&&t.addEventListener(d,a)),f.add&&(f.add.call(t,c),c.handler.guid||(c.handler.guid=n.guid)),i?p.splice(p.delegateCount++,0,c):p.push(c),k.event.global[d]=!0)},remove:function(e,t,n,r,i){var o,a,s,u,l,c,f,p,d,h,g,v=Q.hasData(e)&&Q.get(e);if(v&&(u=v.events)){for(l=(t=(t||"").match(R)||[""]).length;l--;)if(d=g=(s=Ee.exec(t[l])||[])[1],h=(s[2]||"").split(".").sort(),d){for(f=k.event.special[d]||{},p=u[d=(r?f.delegateType:f.bindType)||d]||[],s=s[2]&&new RegExp("(^|\\.)"+h.join("\\.(?:.*\\.|)")+"(\\.|$)"),a=o=p.length;o--;)c=p[o],!i&&g!==c.origType||n&&n.guid!==c.guid||s&&!s.test(c.namespace)||r&&r!==c.selector&&("**"!==r||!c.selector)||(p.splice(o,1),c.selector&&p.delegateCount--,f.remove&&f.remove.call(e,c));a&&!p.length&&(f.teardown&&!1!==f.teardown.call(e,h,v.handle)||k.removeEvent(e,d,v.handle),delete u[d])}else for(d in u)k.event.remove(e,d+t[l],n,r,!0);k.isEmptyObject(u)&&Q.remove(e,"handle events")}},dispatch:function(e){var t,n,r,i,o,a,s=k.event.fix(e),u=new Array(arguments.length),l=(Q.get(this,"events")||{})[s.type]||[],c=k.event.special[s.type]||{};for(u[0]=s,t=1;t\x20\t\r\n\f]*)[^>]*)\/>/gi,qe=/\s*$/g;function Oe(e,t){return A(e,"table")&&A(11!==t.nodeType?t:t.firstChild,"tr")&&k(e).children("tbody")[0]||e}function Pe(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function Re(e){return"true/"===(e.type||"").slice(0,5)?e.type=e.type.slice(5):e.removeAttribute("type"),e}function Me(e,t){var n,r,i,o,a,s,u,l;if(1===t.nodeType){if(Q.hasData(e)&&(o=Q.access(e),a=Q.set(t,o),l=o.events))for(i in delete a.handle,a.events={},l)for(n=0,r=l[i].length;n")},clone:function(e,t,n){var r,i,o,a,s,u,l,c=e.cloneNode(!0),f=oe(e);if(!(y.noCloneChecked||1!==e.nodeType&&11!==e.nodeType||k.isXMLDoc(e)))for(a=ve(c),r=0,i=(o=ve(e)).length;r").attr(n.scriptAttrs||{}).prop({charset:n.scriptCharset,src:n.url}).on("load error",i=function(e){r.remove(),i=null,e&&t("error"===e.type?404:200,e.type)}),E.head.appendChild(r[0])},abort:function(){i&&i()}}});var Vt,Gt=[],Yt=/(=)\?(?=&|$)|\?\?/;k.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var e=Gt.pop()||k.expando+"_"+kt++;return this[e]=!0,e}}),k.ajaxPrefilter("json jsonp",function(e,t,n){var r,i,o,a=!1!==e.jsonp&&(Yt.test(e.url)?"url":"string"==typeof e.data&&0===(e.contentType||"").indexOf("application/x-www-form-urlencoded")&&Yt.test(e.data)&&"data");if(a||"jsonp"===e.dataTypes[0])return r=e.jsonpCallback=m(e.jsonpCallback)?e.jsonpCallback():e.jsonpCallback,a?e[a]=e[a].replace(Yt,"$1"+r):!1!==e.jsonp&&(e.url+=(St.test(e.url)?"&":"?")+e.jsonp+"="+r),e.converters["script json"]=function(){return o||k.error(r+" was not called"),o[0]},e.dataTypes[0]="json",i=C[r],C[r]=function(){o=arguments},n.always(function(){void 0===i?k(C).removeProp(r):C[r]=i,e[r]&&(e.jsonpCallback=t.jsonpCallback,Gt.push(r)),o&&m(i)&&i(o[0]),o=i=void 0}),"script"}),y.createHTMLDocument=((Vt=E.implementation.createHTMLDocument("").body).innerHTML="
",2===Vt.childNodes.length),k.parseHTML=function(e,t,n){return"string"!=typeof e?[]:("boolean"==typeof t&&(n=t,t=!1),t||(y.createHTMLDocument?((r=(t=E.implementation.createHTMLDocument("")).createElement("base")).href=E.location.href,t.head.appendChild(r)):t=E),o=!n&&[],(i=D.exec(e))?[t.createElement(i[1])]:(i=we([e],t,o),o&&o.length&&k(o).remove(),k.merge([],i.childNodes)));var r,i,o},k.fn.load=function(e,t,n){var r,i,o,a=this,s=e.indexOf(" ");return-1").append(k.parseHTML(e)).find(r):e)}).always(n&&function(e,t){a.each(function(){n.apply(this,o||[e.responseText,t,e])})}),this},k.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(e,t){k.fn[t]=function(e){return this.on(t,e)}}),k.expr.pseudos.animated=function(t){return k.grep(k.timers,function(e){return t===e.elem}).length},k.offset={setOffset:function(e,t,n){var r,i,o,a,s,u,l=k.css(e,"position"),c=k(e),f={};"static"===l&&(e.style.position="relative"),s=c.offset(),o=k.css(e,"top"),u=k.css(e,"left"),i=("absolute"===l||"fixed"===l)&&-1<(o+u).indexOf("auto")?(a=(r=c.position()).top,r.left):(a=parseFloat(o)||0,parseFloat(u)||0),m(t)&&(t=t.call(e,n,k.extend({},s))),null!=t.top&&(f.top=t.top-s.top+a),null!=t.left&&(f.left=t.left-s.left+i),"using"in t?t.using.call(e,f):c.css(f)}},k.fn.extend({offset:function(t){if(arguments.length)return void 0===t?this:this.each(function(e){k.offset.setOffset(this,t,e)});var e,n,r=this[0];return r?r.getClientRects().length?(e=r.getBoundingClientRect(),n=r.ownerDocument.defaultView,{top:e.top+n.pageYOffset,left:e.left+n.pageXOffset}):{top:0,left:0}:void 0},position:function(){if(this[0]){var e,t,n,r=this[0],i={top:0,left:0};if("fixed"===k.css(r,"position"))t=r.getBoundingClientRect();else{for(t=this.offset(),n=r.ownerDocument,e=r.offsetParent||n.documentElement;e&&(e===n.body||e===n.documentElement)&&"static"===k.css(e,"position");)e=e.parentNode;e&&e!==r&&1===e.nodeType&&((i=k(e).offset()).top+=k.css(e,"borderTopWidth",!0),i.left+=k.css(e,"borderLeftWidth",!0))}return{top:t.top-i.top-k.css(r,"marginTop",!0),left:t.left-i.left-k.css(r,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){for(var e=this.offsetParent;e&&"static"===k.css(e,"position");)e=e.offsetParent;return e||ie})}}),k.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(t,i){var o="pageYOffset"===i;k.fn[t]=function(e){return _(this,function(e,t,n){var r;if(x(e)?r=e:9===e.nodeType&&(r=e.defaultView),void 0===n)return r?r[i]:e[t];r?r.scrollTo(o?r.pageXOffset:n,o?n:r.pageYOffset):e[t]=n},t,e,arguments.length)}}),k.each(["top","left"],function(e,n){k.cssHooks[n]=ze(y.pixelPosition,function(e,t){if(t)return t=_e(e,n),$e.test(t)?k(e).position()[n]+"px":t})}),k.each({Height:"height",Width:"width"},function(a,s){k.each({padding:"inner"+a,content:s,"":"outer"+a},function(r,o){k.fn[o]=function(e,t){var n=arguments.length&&(r||"boolean"!=typeof e),i=r||(!0===e||!0===t?"margin":"border");return _(this,function(e,t,n){var r;return x(e)?0===o.indexOf("outer")?e["inner"+a]:e.document.documentElement["client"+a]:9===e.nodeType?(r=e.documentElement,Math.max(e.body["scroll"+a],r["scroll"+a],e.body["offset"+a],r["offset"+a],r["client"+a])):void 0===n?k.css(e,t,i):k.style(e,t,n,i)},s,n?e:void 0,n)}})}),k.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(e,n){k.fn[n]=function(e,t){return 0":">",'"':""","'":"'","`":"`"},P=h.invert(L);h.escape=W(L),h.unescape=W(P),h.result=function(n,r,t){h.isArray(r)||(r=[r]);var e=r.length;if(!e)return h.isFunction(t)?t.call(n):t;for(var u=0;u/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};function $(n){return"\\"+U[n]}var J=/(.)^/,U={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},V=/\\|'|\r|\n|\u2028|\u2029/g;h.template=function(i,n,r){!n&&r&&(n=r),n=h.defaults({},n,h.templateSettings);var t,e=RegExp([(n.escape||J).source,(n.interpolate||J).source,(n.evaluate||J).source].join("|")+"|$","g"),o=0,a="__p+='";i.replace(e,function(n,r,t,e,u){return a+=i.slice(o,u).replace(V,$),o=u+n.length,r?a+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":t?a+="'+\n((__t=("+t+"))==null?'':__t)+\n'":e&&(a+="';\n"+e+"\n__p+='"),n}),a+="';\n",n.variable||(a="with(obj||{}){\n"+a+"}\n"),a="var __t,__p='',__j=Array.prototype.join,print=function(){__p+=__j.call(arguments,'');};\n"+a+"return __p;\n";try{t=new Function(n.variable||"obj","_",a)}catch(n){throw n.source=a,n}function u(n){return t.call(this,n,h)}var c=n.variable||"obj";return u.source="function("+c+"){\n"+a+"}",u},h.chain=function(n){var r=h(n);return r._chain=!0,r};function G(n,r){return n._chain?h(r).chain():r}h.mixin=function(t){return h.each(h.functions(t),function(n){var r=h[n]=t[n];h.prototype[n]=function(){var n=[this._wrapped];return u.apply(n,arguments),G(this,r.apply(h,n))}}),h},h.mixin(h),h.each(["pop","push","reverse","shift","sort","splice","unshift"],function(r){var t=e[r];h.prototype[r]=function(){var n=this._wrapped;return t.apply(n,arguments),"shift"!==r&&"splice"!==r||0!==n.length||delete n[0],G(this,n)}}),h.each(["concat","join","slice"],function(n){var r=e[n];h.prototype[n]=function(){return G(this,r.apply(this._wrapped,arguments))}}),h.prototype.value=function(){return this._wrapped},h.prototype.valueOf=h.prototype.toJSON=h.prototype.value,h.prototype.toString=function(){return String(this._wrapped)},"function"==typeof define&&define.amd&&define("underscore",[],function(){return h})}(),function(t){var e="object"==typeof self&&self.self===self&&self||"object"==typeof global&&global.global===global&&global;if("function"==typeof define&&define.amd)define(["underscore","jquery","exports"],function(i,n,r){e.Backbone=t(e,r,i,n)});else if("undefined"!=typeof exports){var n,i=require("underscore");try{n=require("jquery")}catch(r){}t(e,exports,i,n)}else e.Backbone=t(e,{},e._,e.jQuery||e.Zepto||e.ender||e.$)}(function(t,e,i,n){var r=t.Backbone,s=Array.prototype.slice;e.VERSION="1.4.0",e.$=n,e.noConflict=function(){return t.Backbone=r,this},e.emulateHTTP=!1,e.emulateJSON=!1;var h,a=e.Events={},o=/\s+/,u=function(t,e,n,r,s){var h,a=0;if(n&&"object"==typeof n){void 0!==r&&"context"in s&&void 0===s.context&&(s.context=r);for(h=i.keys(n);athis.length&&(r=this.length),r<0&&(r+=this.length+1);var g,m,s=[],a=[],o=[],h=[],u={},l=e.add,c=e.merge,f=e.remove,d=!1,v=this.comparator&&null==r&&!1!==e.sort,p=i.isString(this.comparator)?this.comparator:null;for(m=0;m=this.length)return e.QueryLexer.EOS;var t=this.str.charAt(this.pos);return this.pos+=1,t},e.QueryLexer.prototype.width=function(){return this.pos-this.start},e.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},e.QueryLexer.prototype.backup=function(){this.pos-=1},e.QueryLexer.prototype.acceptDigitRun=function(){for(var t,r;47<(r=(t=this.next()).charCodeAt(0))&&r<58;);t!=e.QueryLexer.EOS&&this.backup()},e.QueryLexer.prototype.more=function(){return this.pos=this.scrollTop||0===this.scrollTop,isShown!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.secondaryNav.classList.toggle("tsd-navigation--toolbar-hide")),this.lastY=this.scrollTop},Viewport}(typedoc.Events);typedoc.Viewport=Viewport,typedoc.registerService(Viewport,"viewport")}(typedoc||(typedoc={})),function(typedoc){typedoc.pointerDown="mousedown",typedoc.pointerMove="mousemove",typedoc.pointerUp="mouseup",typedoc.pointerDownPosition={x:0,y:0},typedoc.preventNextClick=!1,typedoc.isPointerDown=!1,typedoc.isPointerTouch=!1,typedoc.hasPointerMoved=!1,typedoc.isMobile=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent),typedoc.$html.addClass(typedoc.isMobile?"is-mobile":"not-mobile"),typedoc.isMobile&&"ontouchstart"in document.documentElement&&(typedoc.isPointerTouch=!0,typedoc.pointerDown="touchstart",typedoc.pointerMove="touchmove",typedoc.pointerUp="touchend"),typedoc.$document.on(typedoc.pointerDown,function(e){typedoc.isPointerDown=!0,typedoc.hasPointerMoved=!1;var t="touchstart"==typedoc.pointerDown?e.originalEvent.targetTouches[0]:e;typedoc.pointerDownPosition.y=t.pageY||0,typedoc.pointerDownPosition.x=t.pageX||0}).on(typedoc.pointerMove,function(e){if(typedoc.isPointerDown&&!typedoc.hasPointerMoved){var t="touchstart"==typedoc.pointerDown?e.originalEvent.targetTouches[0]:e,x=typedoc.pointerDownPosition.x-(t.pageX||0),y=typedoc.pointerDownPosition.y-(t.pageY||0);typedoc.hasPointerMoved=10scrollTop;)index-=1;for(;index"+match+""}),parent=row.parent||"";(parent=parent.replace(new RegExp(query,"i"),function(match){return""+match+""}))&&(name=''+parent+"."+name),$results.append('
  • '+name+"
  • ")}}}function setLoadingState(value){loadingState!=value&&($el.removeClass(SearchLoadingState[loadingState].toLowerCase()),loadingState=value,$el.addClass(SearchLoadingState[loadingState].toLowerCase()),value==SearchLoadingState.Ready&&updateResults())}function setHasFocus(value){hasFocus!=value&&(hasFocus=value,$el.toggleClass("has-focus"),value?(setQuery(""),$field.val("")):$field.val(query))}function setQuery(value){query=$.trim(value),updateResults()}function setCurrentResult(dir){var $current=$results.find(".current");if(0==$current.length)$results.find(1==dir?"li:first-child":"li:last-child").addClass("current");else{var $rel=1==dir?$current.next("li"):$current.prev("li");0<$rel.length&&($current.removeClass("current"),$rel.addClass("current"))}}function gotoCurrentResult(){var $current=$results.find(".current");0==$current.length&&($current=$results.find("li:first-child")),0<$current.length&&(window.location.href=$current.find("a").prop("href"),$field.blur())}$results.on("mousedown",function(){resultClicked=!0}).on("mouseup",function(){setHasFocus(resultClicked=!1)}),$field.on("focusin",function(){setHasFocus(!0),loadIndex()}).on("focusout",function(){resultClicked?resultClicked=!1:setTimeout(function(){return setHasFocus(!1)},100)}).on("input",function(){setQuery($.trim(($field.val()||"").toString()))}).on("keydown",function(e){13==e.keyCode||27==e.keyCode||38==e.keyCode||40==e.keyCode?(preventPress=!0,e.preventDefault(),13==e.keyCode?gotoCurrentResult():27==e.keyCode?$field.blur():38==e.keyCode?setCurrentResult(-1):40==e.keyCode&&setCurrentResult(1)):preventPress=!1}).on("keypress",function(e){preventPress&&e.preventDefault()}),$("body").on("keydown",function(e){e.altKey||e.ctrlKey||e.metaKey||!hasFocus&&47this.groups.length-1&&(index=this.groups.length-1),this.index!=index){var to=this.groups[index];if(-1 .tsd-signature");if(!($signatures.length<2)){this.$container=this.$el.siblings(".tsd-descriptions");var $descriptions=this.$container.find("> .tsd-description");this.groups=[],$signatures.each(function(index,el){_this.groups.push(new SignatureGroup($(el),$descriptions.eq(index)))})}},Signature.prototype.onClick=function(e){var _this=this;_(this.groups).forEach(function(group,index){group.$signature.is(e.currentTarget)&&_this.setIndex(index)})},Signature}(Backbone.View);typedoc.registerComponent(Signature,".tsd-signatures")}(typedoc||(typedoc={})),function(typedoc){var Toggle=function(_super){function Toggle(options){var _this=_super.call(this,options)||this;return _this.className=_this.$el.attr("data-toggle")||"",_this.$el.on(typedoc.pointerUp,function(e){return _this.onPointerUp(e)}),_this.$el.on("click",function(e){return e.preventDefault()}),typedoc.$document.on(typedoc.pointerDown,function(e){return _this.onDocumentPointerDown(e)}),typedoc.$document.on(typedoc.pointerUp,function(e){return _this.onDocumentPointerUp(e)}),_this}return __extends(Toggle,_super),Toggle.prototype.setActive=function(value){if(this.active!=value){this.active=value,typedoc.$html.toggleClass("has-"+this.className,value),this.$el.toggleClass("active",value);var transition=(this.active?"to-has-":"from-has-")+this.className;typedoc.$html.addClass(transition),setTimeout(function(){return typedoc.$html.removeClass(transition)},500)}},Toggle.prototype.onPointerUp=function(event){typedoc.hasPointerMoved||(this.setActive(!0),event.preventDefault())},Toggle.prototype.onDocumentPointerDown=function(e){if(this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu"))return;if($path.hasClass("tsd-filter-group"))return;this.setActive(!1)}},Toggle.prototype.onDocumentPointerUp=function(e){var _this=this;if(!typedoc.hasPointerMoved&&this.active){var $path=$(e.target).parents().addBack();if($path.hasClass("col-menu")){var $link=$path.filter("a");if($link.length){var href=window.location.href;-1!=href.indexOf("#")&&(href=href.substr(0,href.indexOf("#"))),$link.prop("href").substr(0,href.length)==href&&setTimeout(function(){return _this.setActive(!1)},250)}}}},Toggle}(Backbone.View);typedoc.registerComponent(Toggle,"a[data-toggle]")}(typedoc||(typedoc={})),function(typedoc){typedoc.app=new typedoc.Application}(typedoc||(typedoc={})); \ No newline at end of file diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js deleted file mode 100644 index 3a38948..0000000 --- a/docs/assets/js/search.js +++ /dev/null @@ -1,3 +0,0 @@ -var typedoc = typedoc || {}; - typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"32":"Variable","128":"Class","256":"Interface","1024":"Property","2048":"Method","65536":"Type literal"},"rows":[{"id":0,"kind":256,"name":"Comment","url":"interfaces/comment.html","classes":"tsd-kind-interface"},{"id":1,"kind":1024,"name":"username","url":"interfaces/comment.html#username","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Comment"},{"id":2,"kind":1024,"name":"comment","url":"interfaces/comment.html#comment-1","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Comment"},{"id":3,"kind":1024,"name":"created","url":"interfaces/comment.html#created","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Comment"},{"id":4,"kind":256,"name":"Pack","url":"interfaces/pack.html","classes":"tsd-kind-interface"},{"id":5,"kind":1024,"name":"download","url":"interfaces/pack.html#download","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Pack"},{"id":6,"kind":1024,"name":"sounds","url":"interfaces/pack.html#sounds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Pack"},{"id":7,"kind":1024,"name":"id","url":"interfaces/pack.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Pack"},{"id":8,"kind":1024,"name":"url","url":"interfaces/pack.html#url","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Pack"},{"id":9,"kind":1024,"name":"description","url":"interfaces/pack.html#description","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Pack"},{"id":10,"kind":1024,"name":"created","url":"interfaces/pack.html#created","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Pack"},{"id":11,"kind":1024,"name":"name","url":"interfaces/pack.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Pack"},{"id":12,"kind":1024,"name":"username","url":"interfaces/pack.html#username","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Pack"},{"id":13,"kind":1024,"name":"num_sounds","url":"interfaces/pack.html#num_sounds","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Pack"},{"id":14,"kind":1024,"name":"num_downloads","url":"interfaces/pack.html#num_downloads","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Pack"},{"id":15,"kind":256,"name":"User","url":"interfaces/user.html","classes":"tsd-kind-interface"},{"id":16,"kind":1024,"name":"sounds","url":"interfaces/user.html#sounds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"User"},{"id":17,"kind":1024,"name":"packs","url":"interfaces/user.html#packs","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"User"},{"id":18,"kind":1024,"name":"bookmarkCategories","url":"interfaces/user.html#bookmarkcategories","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"User"},{"id":19,"kind":1024,"name":"bookmarkCategorySounds","url":"interfaces/user.html#bookmarkcategorysounds","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"User"},{"id":20,"kind":1024,"name":"url","url":"interfaces/user.html#url","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":21,"kind":1024,"name":"username","url":"interfaces/user.html#username","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":22,"kind":1024,"name":"about","url":"interfaces/user.html#about","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":23,"kind":1024,"name":"home_page","url":"interfaces/user.html#home_page","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":24,"kind":1024,"name":"avatar","url":"interfaces/user.html#avatar","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":25,"kind":65536,"name":"__type","url":"interfaces/user.html#avatar.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"User.avatar"},{"id":26,"kind":32,"name":"small","url":"interfaces/user.html#avatar.__type.small","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"User.avatar.__type"},{"id":27,"kind":32,"name":"large","url":"interfaces/user.html#avatar.__type.large","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"User.avatar.__type"},{"id":28,"kind":32,"name":"medium","url":"interfaces/user.html#avatar.__type.medium","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"User.avatar.__type"},{"id":29,"kind":1024,"name":"date_joined","url":"interfaces/user.html#date_joined","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":30,"kind":1024,"name":"num_sounds","url":"interfaces/user.html#num_sounds","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":31,"kind":1024,"name":"num_packs","url":"interfaces/user.html#num_packs","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":32,"kind":1024,"name":"num_posts","url":"interfaces/user.html#num_posts","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":33,"kind":1024,"name":"num_comments","url":"interfaces/user.html#num_comments","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":34,"kind":1024,"name":"bookmark_categories","url":"interfaces/user.html#bookmark_categories","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"User"},{"id":35,"kind":256,"name":"AccessTokenResponse","url":"interfaces/accesstokenresponse.html","classes":"tsd-kind-interface"},{"id":36,"kind":1024,"name":"access_token","url":"interfaces/accesstokenresponse.html#access_token","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccessTokenResponse"},{"id":37,"kind":1024,"name":"scope","url":"interfaces/accesstokenresponse.html#scope","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccessTokenResponse"},{"id":38,"kind":1024,"name":"expires_in","url":"interfaces/accesstokenresponse.html#expires_in","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccessTokenResponse"},{"id":39,"kind":1024,"name":"refresh_token","url":"interfaces/accesstokenresponse.html#refresh_token","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"AccessTokenResponse"},{"id":40,"kind":256,"name":"Collection","url":"interfaces/collection.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":41,"kind":1024,"name":"nextOrPrev","url":"interfaces/collection.html#nextorprev","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Collection"},{"id":42,"kind":65536,"name":"__type","url":"interfaces/collection.html#nextorprev.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"Collection.nextOrPrev"},{"id":43,"kind":1024,"name":"nextPage","url":"interfaces/collection.html#nextpage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Collection"},{"id":44,"kind":65536,"name":"__type","url":"interfaces/collection.html#nextpage.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"Collection.nextPage"},{"id":45,"kind":1024,"name":"previousPage","url":"interfaces/collection.html#previouspage","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Collection"},{"id":46,"kind":65536,"name":"__type","url":"interfaces/collection.html#previouspage.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"Collection.previousPage"},{"id":47,"kind":1024,"name":"getItem","url":"interfaces/collection.html#getitem","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Collection"},{"id":48,"kind":65536,"name":"__type","url":"interfaces/collection.html#getitem.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"Collection.getItem"},{"id":49,"kind":1024,"name":"count","url":"interfaces/collection.html#count","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Collection"},{"id":50,"kind":1024,"name":"results","url":"interfaces/collection.html#results","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Collection"},{"id":51,"kind":1024,"name":"next","url":"interfaces/collection.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Collection"},{"id":52,"kind":1024,"name":"previous","url":"interfaces/collection.html#previous","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Collection"},{"id":53,"kind":256,"name":"SoundCollection","url":"interfaces/soundcollection.html","classes":"tsd-kind-interface"},{"id":54,"kind":1024,"name":"getSound","url":"interfaces/soundcollection.html#getsound","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"SoundCollection"},{"id":55,"kind":65536,"name":"__type","url":"interfaces/soundcollection.html#getsound.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"SoundCollection.getSound"},{"id":56,"kind":1024,"name":"nextOrPrev","url":"interfaces/soundcollection.html#nextorprev","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SoundCollection"},{"id":57,"kind":65536,"name":"__type","url":"interfaces/soundcollection.html#nextorprev.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"SoundCollection.nextOrPrev"},{"id":58,"kind":1024,"name":"nextPage","url":"interfaces/soundcollection.html#nextpage","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SoundCollection"},{"id":59,"kind":65536,"name":"__type","url":"interfaces/soundcollection.html#nextpage.__type-3","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"SoundCollection.nextPage"},{"id":60,"kind":1024,"name":"previousPage","url":"interfaces/soundcollection.html#previouspage","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SoundCollection"},{"id":61,"kind":65536,"name":"__type","url":"interfaces/soundcollection.html#previouspage.__type-4","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"SoundCollection.previousPage"},{"id":62,"kind":1024,"name":"getItem","url":"interfaces/soundcollection.html#getitem","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SoundCollection"},{"id":63,"kind":65536,"name":"__type","url":"interfaces/soundcollection.html#getitem.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"SoundCollection.getItem"},{"id":64,"kind":1024,"name":"count","url":"interfaces/soundcollection.html#count","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SoundCollection"},{"id":65,"kind":1024,"name":"results","url":"interfaces/soundcollection.html#results","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SoundCollection"},{"id":66,"kind":1024,"name":"next","url":"interfaces/soundcollection.html#next","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SoundCollection"},{"id":67,"kind":1024,"name":"previous","url":"interfaces/soundcollection.html#previous","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"SoundCollection"},{"id":68,"kind":256,"name":"Sound","url":"interfaces/sound.html","classes":"tsd-kind-interface"},{"id":69,"kind":1024,"name":"getAnalysis","url":"interfaces/sound.html#getanalysis","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Sound"},{"id":70,"kind":1024,"name":"getSimilar","url":"interfaces/sound.html#getsimilar","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Sound"},{"id":71,"kind":1024,"name":"getComments","url":"interfaces/sound.html#getcomments","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Sound"},{"id":72,"kind":1024,"name":"rate","url":"interfaces/sound.html#rate","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Sound"},{"id":73,"kind":1024,"name":"comment","url":"interfaces/sound.html#comment","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Sound"},{"id":74,"kind":1024,"name":"download","url":"interfaces/sound.html#download","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Sound"},{"id":75,"kind":1024,"name":"bookmark","url":"interfaces/sound.html#bookmark","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Sound"},{"id":76,"kind":1024,"name":"edit","url":"interfaces/sound.html#edit","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"Sound"},{"id":77,"kind":1024,"name":"id","url":"interfaces/sound.html#id","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":78,"kind":1024,"name":"url","url":"interfaces/sound.html#url","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":79,"kind":1024,"name":"name","url":"interfaces/sound.html#name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":80,"kind":1024,"name":"tags","url":"interfaces/sound.html#tags","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":81,"kind":1024,"name":"description","url":"interfaces/sound.html#description","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":82,"kind":1024,"name":"geotag","url":"interfaces/sound.html#geotag","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":83,"kind":1024,"name":"created","url":"interfaces/sound.html#created","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":84,"kind":1024,"name":"license","url":"interfaces/sound.html#license","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":85,"kind":1024,"name":"type","url":"interfaces/sound.html#type","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":86,"kind":1024,"name":"channels","url":"interfaces/sound.html#channels","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":87,"kind":1024,"name":"filesize","url":"interfaces/sound.html#filesize","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":88,"kind":1024,"name":"bitrate","url":"interfaces/sound.html#bitrate","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":89,"kind":1024,"name":"bitdepth","url":"interfaces/sound.html#bitdepth","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":90,"kind":1024,"name":"duration","url":"interfaces/sound.html#duration","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":91,"kind":1024,"name":"samplerate","url":"interfaces/sound.html#samplerate","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":92,"kind":1024,"name":"username","url":"interfaces/sound.html#username","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":93,"kind":1024,"name":"pack","url":"interfaces/sound.html#pack","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":94,"kind":1024,"name":"pack_name","url":"interfaces/sound.html#pack_name","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":95,"kind":1024,"name":"previews","url":"interfaces/sound.html#previews","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":96,"kind":65536,"name":"__type","url":"interfaces/sound.html#previews.__type-2","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"Sound.previews"},{"id":97,"kind":32,"name":"preview-lq-ogg","url":"interfaces/sound.html#previews.__type-2.preview_lq_ogg","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.previews.__type"},{"id":98,"kind":32,"name":"preview-lq-mp3","url":"interfaces/sound.html#previews.__type-2.preview_lq_mp3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.previews.__type"},{"id":99,"kind":32,"name":"preview-hq-ogg","url":"interfaces/sound.html#previews.__type-2.preview_hq_ogg","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.previews.__type"},{"id":100,"kind":32,"name":"preview-hq-mp3","url":"interfaces/sound.html#previews.__type-2.preview_hq_mp3","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.previews.__type"},{"id":101,"kind":1024,"name":"images","url":"interfaces/sound.html#images","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":102,"kind":65536,"name":"__type","url":"interfaces/sound.html#images.__type-1","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"Sound.images"},{"id":103,"kind":32,"name":"spectral_m","url":"interfaces/sound.html#images.__type-1.spectral_m","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.images.__type"},{"id":104,"kind":32,"name":"spectral_l","url":"interfaces/sound.html#images.__type-1.spectral_l","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.images.__type"},{"id":105,"kind":32,"name":"spectral_bw_l","url":"interfaces/sound.html#images.__type-1.spectral_bw_l","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.images.__type"},{"id":106,"kind":32,"name":"waveform_bw_m","url":"interfaces/sound.html#images.__type-1.waveform_bw_m","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.images.__type"},{"id":107,"kind":32,"name":"waveform_bw_l","url":"interfaces/sound.html#images.__type-1.waveform_bw_l","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.images.__type"},{"id":108,"kind":32,"name":"waveform_l","url":"interfaces/sound.html#images.__type-1.waveform_l","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.images.__type"},{"id":109,"kind":32,"name":"waveform_m","url":"interfaces/sound.html#images.__type-1.waveform_m","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.images.__type"},{"id":110,"kind":32,"name":"spectral_bw_m","url":"interfaces/sound.html#images.__type-1.spectral_bw_m","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.images.__type"},{"id":111,"kind":1024,"name":"num_downloads","url":"interfaces/sound.html#num_downloads","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":112,"kind":1024,"name":"avg_rating","url":"interfaces/sound.html#avg_rating","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":113,"kind":1024,"name":"num_ratings","url":"interfaces/sound.html#num_ratings","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":114,"kind":1024,"name":"comments","url":"interfaces/sound.html#comments","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":115,"kind":1024,"name":"num_comments","url":"interfaces/sound.html#num_comments","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":116,"kind":1024,"name":"similar_sounds","url":"interfaces/sound.html#similar_sounds","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":117,"kind":1024,"name":"analysis","url":"interfaces/sound.html#analysis","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":118,"kind":1024,"name":"analysis_frames","url":"interfaces/sound.html#analysis_frames","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":119,"kind":1024,"name":"analysis_stats","url":"interfaces/sound.html#analysis_stats","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":120,"kind":1024,"name":"ac_analysis","url":"interfaces/sound.html#ac_analysis","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"Sound"},{"id":121,"kind":65536,"name":"__type","url":"interfaces/sound.html#ac_analysis.__type","classes":"tsd-kind-type-literal tsd-parent-kind-property","parent":"Sound.ac_analysis"},{"id":122,"kind":32,"name":"ac_tempo_confidence","url":"interfaces/sound.html#ac_analysis.__type.ac_tempo_confidence","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":123,"kind":32,"name":"ac_note_confidence","url":"interfaces/sound.html#ac_analysis.__type.ac_note_confidence","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":124,"kind":32,"name":"ac_depth","url":"interfaces/sound.html#ac_analysis.__type.ac_depth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":125,"kind":32,"name":"ac_note_midi","url":"interfaces/sound.html#ac_analysis.__type.ac_note_midi","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":126,"kind":32,"name":"ac_temporal_centroid","url":"interfaces/sound.html#ac_analysis.__type.ac_temporal_centroid","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":127,"kind":32,"name":"ac_warmth","url":"interfaces/sound.html#ac_analysis.__type.ac_warmth","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":128,"kind":32,"name":"ac_loop","url":"interfaces/sound.html#ac_analysis.__type.ac_loop","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":129,"kind":32,"name":"ac_hardness","url":"interfaces/sound.html#ac_analysis.__type.ac_hardness","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":130,"kind":32,"name":"ac_loudness","url":"interfaces/sound.html#ac_analysis.__type.ac_loudness","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":131,"kind":32,"name":"ac_reverb","url":"interfaces/sound.html#ac_analysis.__type.ac_reverb","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":132,"kind":32,"name":"ac_roughness","url":"interfaces/sound.html#ac_analysis.__type.ac_roughness","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":133,"kind":32,"name":"ac_log_attack_time","url":"interfaces/sound.html#ac_analysis.__type.ac_log_attack_time","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":134,"kind":32,"name":"ac_boominess","url":"interfaces/sound.html#ac_analysis.__type.ac_boominess","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":135,"kind":32,"name":"ac_note_frequency","url":"interfaces/sound.html#ac_analysis.__type.ac_note_frequency","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":136,"kind":32,"name":"ac_tempo","url":"interfaces/sound.html#ac_analysis.__type.ac_tempo","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":137,"kind":32,"name":"ac_brightness","url":"interfaces/sound.html#ac_analysis.__type.ac_brightness","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":138,"kind":32,"name":"ac_sharpness","url":"interfaces/sound.html#ac_analysis.__type.ac_sharpness","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":139,"kind":32,"name":"ac_tonality_confidence","url":"interfaces/sound.html#ac_analysis.__type.ac_tonality_confidence","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":140,"kind":32,"name":"ac_dynamic_range","url":"interfaces/sound.html#ac_analysis.__type.ac_dynamic_range","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":141,"kind":32,"name":"ac_note_name","url":"interfaces/sound.html#ac_analysis.__type.ac_note_name","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":142,"kind":32,"name":"ac_tonality","url":"interfaces/sound.html#ac_analysis.__type.ac_tonality","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":143,"kind":32,"name":"ac_single_event","url":"interfaces/sound.html#ac_analysis.__type.ac_single_event","classes":"tsd-kind-variable tsd-parent-kind-type-literal","parent":"Sound.ac_analysis.__type"},{"id":144,"kind":128,"name":"FreeSound","url":"classes/freesound.html","classes":"tsd-kind-class"},{"id":145,"kind":2048,"name":"search","url":"classes/freesound.html#search","classes":"tsd-kind-method tsd-parent-kind-class tsd-has-type-parameter","parent":"FreeSound"},{"id":146,"kind":2048,"name":"setToken","url":"classes/freesound.html#settoken","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":147,"kind":2048,"name":"setClientSecrets","url":"classes/freesound.html#setclientsecrets","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":148,"kind":2048,"name":"postAccessCode","url":"classes/freesound.html#postaccesscode","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":149,"kind":2048,"name":"textSearch","url":"classes/freesound.html#textsearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":150,"kind":2048,"name":"contentSearch","url":"classes/freesound.html#contentsearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":151,"kind":2048,"name":"combinedSearch","url":"classes/freesound.html#combinedsearch","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":152,"kind":2048,"name":"upload","url":"classes/freesound.html#upload","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":153,"kind":2048,"name":"describe","url":"classes/freesound.html#describe","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":154,"kind":2048,"name":"getPendingSounds","url":"classes/freesound.html#getpendingsounds","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":155,"kind":2048,"name":"me","url":"classes/freesound.html#me","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":156,"kind":2048,"name":"getLoginURL","url":"classes/freesound.html#getloginurl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":157,"kind":2048,"name":"getLogoutURL","url":"classes/freesound.html#getlogouturl","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":158,"kind":2048,"name":"getUser","url":"classes/freesound.html#getuser","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":159,"kind":2048,"name":"getPack","url":"classes/freesound.html#getpack","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"},{"id":160,"kind":2048,"name":"getSound","url":"classes/freesound.html#getsound","classes":"tsd-kind-method tsd-parent-kind-class","parent":"FreeSound"}]}; \ No newline at end of file diff --git a/docs/assets/main.js b/docs/assets/main.js new file mode 100644 index 0000000..abd0485 --- /dev/null +++ b/docs/assets/main.js @@ -0,0 +1,54 @@ +"use strict"; +"use strict";(()=>{var Qe=Object.create;var ae=Object.defineProperty;var Pe=Object.getOwnPropertyDescriptor;var Ce=Object.getOwnPropertyNames;var Oe=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var _e=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Me=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Ce(e))!Re.call(t,i)&&i!==n&&ae(t,i,{get:()=>e[i],enumerable:!(r=Pe(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Qe(Oe(t)):{},Me(e||!t||!t.__esModule?ae(n,"default",{value:t,enumerable:!0}):n,t));var de=_e((ce,he)=>{(function(){var t=function(e){var n=new t.Builder;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),n.searchPipeline.add(t.stemmer),e.call(n,n),n.build()};t.version="2.3.9";t.utils={},t.utils.warn=function(e){return function(n){e.console&&console.warn&&console.warn(n)}}(this),t.utils.asString=function(e){return e==null?"":e.toString()},t.utils.clone=function(e){if(e==null)return e;for(var n=Object.create(null),r=Object.keys(e),i=0;i0){var h=t.utils.clone(n)||{};h.position=[a,l],h.index=s.length,s.push(new t.Token(r.slice(a,o),h))}a=o+1}}return s},t.tokenizer.separator=/[\s\-]+/;t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions=Object.create(null),t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn(`Function is not registered with pipeline. This may cause problems when serialising the index. +`,e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(r){var i=t.Pipeline.registeredFunctions[r];if(i)n.add(i);else throw new Error("Cannot load unregistered function: "+r)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(n){t.Pipeline.warnIfFunctionNotRegistered(n),this._stack.push(n)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");r=r+1,this._stack.splice(r,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var r=this._stack.indexOf(e);if(r==-1)throw new Error("Cannot find existingFn");this._stack.splice(r,0,n)},t.Pipeline.prototype.remove=function(e){var n=this._stack.indexOf(e);n!=-1&&this._stack.splice(n,1)},t.Pipeline.prototype.run=function(e){for(var n=this._stack.length,r=0;r1&&(oe&&(r=s),o!=e);)i=r-n,s=n+Math.floor(i/2),o=this.elements[s*2];if(o==e||o>e)return s*2;if(ou?h+=2:a==u&&(n+=r[l+1]*i[h+1],l+=2,h+=2);return n},t.Vector.prototype.similarity=function(e){return this.dot(e)/this.magnitude()||0},t.Vector.prototype.toArray=function(){for(var e=new Array(this.elements.length/2),n=1,r=0;n0){var o=s.str.charAt(0),a;o in s.node.edges?a=s.node.edges[o]:(a=new t.TokenSet,s.node.edges[o]=a),s.str.length==1&&(a.final=!0),i.push({node:a,editsRemaining:s.editsRemaining,str:s.str.slice(1)})}if(s.editsRemaining!=0){if("*"in s.node.edges)var u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}if(s.str.length==0&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str}),s.str.length>1&&i.push({node:s.node,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)}),s.str.length==1&&(s.node.final=!0),s.str.length>=1){if("*"in s.node.edges)var l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}s.str.length==1&&(l.final=!0),i.push({node:l,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var h=s.str.charAt(0),m=s.str.charAt(1),v;m in s.node.edges?v=s.node.edges[m]:(v=new t.TokenSet,s.node.edges[m]=v),s.str.length==1&&(v.final=!0),i.push({node:v,editsRemaining:s.editsRemaining-1,str:h+s.str.slice(2)})}}}return r},t.TokenSet.fromString=function(e){for(var n=new t.TokenSet,r=n,i=0,s=e.length;i=e;n--){var r=this.uncheckedNodes[n],i=r.child.toString();i in this.minimizedNodes?r.parent.edges[r.char]=this.minimizedNodes[i]:(r.child._str=i,this.minimizedNodes[i]=r.child),this.uncheckedNodes.pop()}};t.Index=function(e){this.invertedIndex=e.invertedIndex,this.fieldVectors=e.fieldVectors,this.tokenSet=e.tokenSet,this.fields=e.fields,this.pipeline=e.pipeline},t.Index.prototype.search=function(e){return this.query(function(n){var r=new t.QueryParser(e,n);r.parse()})},t.Index.prototype.query=function(e){for(var n=new t.Query(this.fields),r=Object.create(null),i=Object.create(null),s=Object.create(null),o=Object.create(null),a=Object.create(null),u=0;u1?this._b=1:this._b=e},t.Builder.prototype.k1=function(e){this._k1=e},t.Builder.prototype.add=function(e,n){var r=e[this._ref],i=Object.keys(this._fields);this._documents[r]=n||{},this.documentCount+=1;for(var s=0;s=this.length)return t.QueryLexer.EOS;var e=this.str.charAt(this.pos);return this.pos+=1,e},t.QueryLexer.prototype.width=function(){return this.pos-this.start},t.QueryLexer.prototype.ignore=function(){this.start==this.pos&&(this.pos+=1),this.start=this.pos},t.QueryLexer.prototype.backup=function(){this.pos-=1},t.QueryLexer.prototype.acceptDigitRun=function(){var e,n;do e=this.next(),n=e.charCodeAt(0);while(n>47&&n<58);e!=t.QueryLexer.EOS&&this.backup()},t.QueryLexer.prototype.more=function(){return this.pos1&&(e.backup(),e.emit(t.QueryLexer.TERM)),e.ignore(),e.more())return t.QueryLexer.lexText},t.QueryLexer.lexEditDistance=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.EDIT_DISTANCE),t.QueryLexer.lexText},t.QueryLexer.lexBoost=function(e){return e.ignore(),e.acceptDigitRun(),e.emit(t.QueryLexer.BOOST),t.QueryLexer.lexText},t.QueryLexer.lexEOS=function(e){e.width()>0&&e.emit(t.QueryLexer.TERM)},t.QueryLexer.termSeparator=t.tokenizer.separator,t.QueryLexer.lexText=function(e){for(;;){var n=e.next();if(n==t.QueryLexer.EOS)return t.QueryLexer.lexEOS;if(n.charCodeAt(0)==92){e.escapeCharacter();continue}if(n==":")return t.QueryLexer.lexField;if(n=="~")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexEditDistance;if(n=="^")return e.backup(),e.width()>0&&e.emit(t.QueryLexer.TERM),t.QueryLexer.lexBoost;if(n=="+"&&e.width()===1||n=="-"&&e.width()===1)return e.emit(t.QueryLexer.PRESENCE),t.QueryLexer.lexText;if(n.match(t.QueryLexer.termSeparator))return t.QueryLexer.lexTerm}},t.QueryParser=function(e,n){this.lexer=new t.QueryLexer(e),this.query=n,this.currentClause={},this.lexemeIdx=0},t.QueryParser.prototype.parse=function(){this.lexer.run(),this.lexemes=this.lexer.lexemes;for(var e=t.QueryParser.parseClause;e;)e=e(this);return this.query},t.QueryParser.prototype.peekLexeme=function(){return this.lexemes[this.lexemeIdx]},t.QueryParser.prototype.consumeLexeme=function(){var e=this.peekLexeme();return this.lexemeIdx+=1,e},t.QueryParser.prototype.nextClause=function(){var e=this.currentClause;this.query.clause(e),this.currentClause={}},t.QueryParser.parseClause=function(e){var n=e.peekLexeme();if(n!=null)switch(n.type){case t.QueryLexer.PRESENCE:return t.QueryParser.parsePresence;case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expected either a field or a term, found "+n.type;throw n.str.length>=1&&(r+=" with value '"+n.str+"'"),new t.QueryParseError(r,n.start,n.end)}},t.QueryParser.parsePresence=function(e){var n=e.consumeLexeme();if(n!=null){switch(n.str){case"-":e.currentClause.presence=t.Query.presence.PROHIBITED;break;case"+":e.currentClause.presence=t.Query.presence.REQUIRED;break;default:var r="unrecognised presence operator'"+n.str+"'";throw new t.QueryParseError(r,n.start,n.end)}var i=e.peekLexeme();if(i==null){var r="expecting term or field, found nothing";throw new t.QueryParseError(r,n.start,n.end)}switch(i.type){case t.QueryLexer.FIELD:return t.QueryParser.parseField;case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var r="expecting term or field, found '"+i.type+"'";throw new t.QueryParseError(r,i.start,i.end)}}},t.QueryParser.parseField=function(e){var n=e.consumeLexeme();if(n!=null){if(e.query.allFields.indexOf(n.str)==-1){var r=e.query.allFields.map(function(o){return"'"+o+"'"}).join(", "),i="unrecognised field '"+n.str+"', possible fields: "+r;throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.fields=[n.str];var s=e.peekLexeme();if(s==null){var i="expecting term, found nothing";throw new t.QueryParseError(i,n.start,n.end)}switch(s.type){case t.QueryLexer.TERM:return t.QueryParser.parseTerm;default:var i="expecting term, found '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseTerm=function(e){var n=e.consumeLexeme();if(n!=null){e.currentClause.term=n.str.toLowerCase(),n.str.indexOf("*")!=-1&&(e.currentClause.usePipeline=!1);var r=e.peekLexeme();if(r==null){e.nextClause();return}switch(r.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+r.type+"'";throw new t.QueryParseError(i,r.start,r.end)}}},t.QueryParser.parseEditDistance=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="edit distance must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.editDistance=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},t.QueryParser.parseBoost=function(e){var n=e.consumeLexeme();if(n!=null){var r=parseInt(n.str,10);if(isNaN(r)){var i="boost must be numeric";throw new t.QueryParseError(i,n.start,n.end)}e.currentClause.boost=r;var s=e.peekLexeme();if(s==null){e.nextClause();return}switch(s.type){case t.QueryLexer.TERM:return e.nextClause(),t.QueryParser.parseTerm;case t.QueryLexer.FIELD:return e.nextClause(),t.QueryParser.parseField;case t.QueryLexer.EDIT_DISTANCE:return t.QueryParser.parseEditDistance;case t.QueryLexer.BOOST:return t.QueryParser.parseBoost;case t.QueryLexer.PRESENCE:return e.nextClause(),t.QueryParser.parsePresence;default:var i="Unexpected lexeme type '"+s.type+"'";throw new t.QueryParseError(i,s.start,s.end)}}},function(e,n){typeof define=="function"&&define.amd?define(n):typeof ce=="object"?he.exports=n():e.lunr=n()}(this,function(){return t})})()});var le=[];function j(t,e){le.push({selector:e,constructor:t})}var Y=class{constructor(){this.createComponents(document.body)}createComponents(e){le.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r}),r.dataset.hasInstance=String(!0))})})}};var k=class{constructor(e){this.el=e.el}};var J=class{constructor(){this.listeners={}}addEventListener(e,n){e in this.listeners||(this.listeners[e]=[]),this.listeners[e].push(n)}removeEventListener(e,n){if(!(e in this.listeners))return;let r=this.listeners[e];for(let i=0,s=r.length;i{let n=Date.now();return(...r)=>{n+e-Date.now()<0&&(t(...r),n=Date.now())}};var re=class extends J{constructor(){super();this.scrollTop=0;this.lastY=0;this.width=0;this.height=0;this.showToolbar=!0;this.toolbar=document.querySelector(".tsd-page-toolbar"),this.navigation=document.querySelector(".col-menu"),window.addEventListener("scroll",ne(()=>this.onScroll(),10)),window.addEventListener("resize",ne(()=>this.onResize(),10)),this.searchInput=document.querySelector("#tsd-search input"),this.searchInput&&this.searchInput.addEventListener("focus",()=>{this.hideShowToolbar()}),this.onResize(),this.onScroll()}triggerResize(){let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onResize(){this.width=window.innerWidth||0,this.height=window.innerHeight||0;let n=new CustomEvent("resize",{detail:{width:this.width,height:this.height}});this.dispatchEvent(n)}onScroll(){this.scrollTop=window.scrollY||0;let n=new CustomEvent("scroll",{detail:{scrollTop:this.scrollTop}});this.dispatchEvent(n),this.hideShowToolbar()}hideShowToolbar(){let n=this.showToolbar;this.showToolbar=this.lastY>=this.scrollTop||this.scrollTop<=0||!!this.searchInput&&this.searchInput===document.activeElement,n!==this.showToolbar&&(this.toolbar.classList.toggle("tsd-page-toolbar--hide"),this.navigation?.classList.toggle("col-menu--hide")),this.lastY=this.scrollTop}},R=re;R.instance=new re;var X=class extends k{constructor(n){super(n);this.anchors=[];this.index=-1;R.instance.addEventListener("resize",()=>this.onResize()),R.instance.addEventListener("scroll",r=>this.onScroll(r)),this.createAnchors()}createAnchors(){let n=window.location.href;n.indexOf("#")!=-1&&(n=n.substring(0,n.indexOf("#"))),this.el.querySelectorAll("a").forEach(r=>{let i=r.href;if(i.indexOf("#")==-1||i.substring(0,n.length)!=n)return;let s=i.substring(i.indexOf("#")+1),o=document.querySelector("a.tsd-anchor[name="+s+"]"),a=r.parentNode;!o||!a||this.anchors.push({link:a,anchor:o,position:0})}),this.onResize()}onResize(){let n;for(let i=0,s=this.anchors.length;ii.position-s.position);let r=new CustomEvent("scroll",{detail:{scrollTop:R.instance.scrollTop}});this.onScroll(r)}onScroll(n){let r=n.detail.scrollTop+5,i=this.anchors,s=i.length-1,o=this.index;for(;o>-1&&i[o].position>r;)o-=1;for(;o-1&&this.anchors[this.index].link.classList.remove("focus"),this.index=o,this.index>-1&&this.anchors[this.index].link.classList.add("focus"))}};var ue=(t,e=100)=>{let n;return(...r)=>{clearTimeout(n),n=setTimeout(()=>t(r),e)}};var me=De(de());function ve(){let t=document.getElementById("tsd-search");if(!t)return;let e=document.getElementById("search-script");t.classList.add("loading"),e&&(e.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),e.addEventListener("load",()=>{t.classList.remove("loading"),t.classList.add("ready")}),window.searchData&&t.classList.remove("loading"));let n=document.querySelector("#tsd-search input"),r=document.querySelector("#tsd-search .results");if(!n||!r)throw new Error("The input field or the result list wrapper was not found");let i=!1;r.addEventListener("mousedown",()=>i=!0),r.addEventListener("mouseup",()=>{i=!1,t.classList.remove("has-focus")}),n.addEventListener("focus",()=>t.classList.add("has-focus")),n.addEventListener("blur",()=>{i||(i=!1,t.classList.remove("has-focus"))});let s={base:t.dataset.base+"/"};Fe(t,r,n,s)}function Fe(t,e,n,r){n.addEventListener("input",ue(()=>{Ae(t,e,n,r)},200));let i=!1;n.addEventListener("keydown",s=>{i=!0,s.key=="Enter"?Ve(e,n):s.key=="Escape"?n.blur():s.key=="ArrowUp"?fe(e,-1):s.key==="ArrowDown"?fe(e,1):i=!1}),n.addEventListener("keypress",s=>{i&&s.preventDefault()}),document.body.addEventListener("keydown",s=>{s.altKey||s.ctrlKey||s.metaKey||!n.matches(":focus")&&s.key==="/"&&(n.focus(),s.preventDefault())})}function He(t,e){t.index||window.searchData&&(e.classList.remove("loading"),e.classList.add("ready"),t.data=window.searchData,t.index=me.Index.load(window.searchData.index))}function Ae(t,e,n,r){if(He(r,t),!r.index||!r.data)return;e.textContent="";let i=n.value.trim(),s=i?r.index.search(`*${i}*`):[];for(let o=0;oa.score-o.score);for(let o=0,a=Math.min(10,s.length);o${pe(u.parent,i)}.${l}`);let h=document.createElement("li");h.classList.value=u.classes??"";let m=document.createElement("a");m.href=r.base+u.url,m.innerHTML=l,h.append(m),e.appendChild(h)}}function fe(t,e){let n=t.querySelector(".current");if(!n)n=t.querySelector(e==1?"li:first-child":"li:last-child"),n&&n.classList.add("current");else{let r=n;if(e===1)do r=r.nextElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);else do r=r.previousElementSibling??void 0;while(r instanceof HTMLElement&&r.offsetParent==null);r&&(n.classList.remove("current"),r.classList.add("current"))}}function Ve(t,e){let n=t.querySelector(".current");if(n||(n=t.querySelector("li:first-child")),n){let r=n.querySelector("a");r&&(window.location.href=r.href),e.blur()}}function pe(t,e){if(e==="")return t;let n=t.toLocaleLowerCase(),r=e.toLocaleLowerCase(),i=[],s=0,o=n.indexOf(r);for(;o!=-1;)i.push(ie(t.substring(s,o)),`${ie(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(ie(t.substring(s))),i.join("")}var Ne={"&":"&","<":"<",">":">","'":"'",'"':"""};function ie(t){return t.replace(/[&<>"'"]/g,e=>Ne[e])}var F="mousedown",ye="mousemove",B="mouseup",Z={x:0,y:0},ge=!1,se=!1,je=!1,H=!1,xe=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(xe?"is-mobile":"not-mobile");xe&&"ontouchstart"in document.documentElement&&(je=!0,F="touchstart",ye="touchmove",B="touchend");document.addEventListener(F,t=>{se=!0,H=!1;let e=F=="touchstart"?t.targetTouches[0]:t;Z.y=e.pageY||0,Z.x=e.pageX||0});document.addEventListener(ye,t=>{if(!!se&&!H){let e=F=="touchstart"?t.targetTouches[0]:t,n=Z.x-(e.pageX||0),r=Z.y-(e.pageY||0);H=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{se=!1});document.addEventListener("click",t=>{ge&&(t.preventDefault(),t.stopImmediatePropagation(),ge=!1)});var K=class extends k{constructor(n){super(n);this.className=this.el.dataset.toggle||"",this.el.addEventListener(B,r=>this.onPointerUp(r)),this.el.addEventListener("click",r=>r.preventDefault()),document.addEventListener(F,r=>this.onDocumentPointerDown(r)),document.addEventListener(B,r=>this.onDocumentPointerUp(r))}setActive(n){if(this.active==n)return;this.active=n,document.documentElement.classList.toggle("has-"+this.className,n),this.el.classList.toggle("active",n);let r=(this.active?"to-has-":"from-has-")+this.className;document.documentElement.classList.add(r),setTimeout(()=>document.documentElement.classList.remove(r),500)}onPointerUp(n){H||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-menu, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!H&&this.active&&n.target.closest(".col-menu")){let r=n.target.closest("a");if(r){let i=window.location.href;i.indexOf("#")!=-1&&(i=i.substring(0,i.indexOf("#"))),r.href.substring(0,i.length)==i&&setTimeout(()=>this.setActive(!1),250)}}}};var oe;try{oe=localStorage}catch{oe={getItem(){return null},setItem(){}}}var Q=oe;var Le=document.head.appendChild(document.createElement("style"));Le.dataset.for="filters";var ee=class extends k{constructor(n){super(n);this.key=`filter-${this.el.name}`,this.value=this.el.checked,this.el.addEventListener("change",()=>{this.setLocalStorage(this.el.checked)}),this.setLocalStorage(this.fromLocalStorage()),Le.innerHTML+=`html:not(.${this.key}) .tsd-is-${this.el.name} { display: none; } +`}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.checked}setLocalStorage(n){Q.setItem(this.key,n.toString()),this.value=n,this.handleValueChange()}handleValueChange(){this.el.checked=this.value,document.documentElement.classList.toggle(this.key,this.value),document.querySelectorAll(".tsd-index-section").forEach(n=>{n.style.display="block";let r=Array.from(n.querySelectorAll(".tsd-index-link")).every(i=>i.offsetParent==null);n.style.display=r?"none":"block"})}};var te=class extends k{constructor(n){super(n);this.calculateHeights(),this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.textContent.replace(/\s+/g,"-").toLowerCase()}`,this.setLocalStorage(this.fromLocalStorage(),!0),this.summary.addEventListener("click",r=>this.toggleVisibility(r)),this.icon.style.transform=this.getIconRotation()}getIconRotation(n=this.el.open){return`rotate(${n?0:-90}deg)`}calculateHeights(){let n=this.el.open,{position:r,left:i}=this.el.style;this.el.style.position="fixed",this.el.style.left="-9999px",this.el.open=!0,this.expandedHeight=this.el.offsetHeight+"px",this.el.open=!1,this.collapsedHeight=this.el.offsetHeight+"px",this.el.open=n,this.el.style.height=n?this.expandedHeight:this.collapsedHeight,this.el.style.position=r,this.el.style.left=i}toggleVisibility(n){n.preventDefault(),this.el.style.overflow="hidden",this.el.open?this.collapse():this.expand()}expand(n=!0){this.el.open=!0,this.animate(this.collapsedHeight,this.expandedHeight,{opening:!0,duration:n?300:0})}collapse(n=!0){this.animate(this.expandedHeight,this.collapsedHeight,{opening:!1,duration:n?300:0})}animate(n,r,{opening:i,duration:s=300}){if(this.animation)return;let o={duration:s,easing:"ease"};this.animation=this.el.animate({height:[n,r]},o),this.icon.animate({transform:[this.icon.style.transform||this.getIconRotation(!i),this.getIconRotation(i)]},o).addEventListener("finish",()=>{this.icon.style.transform=this.getIconRotation(i)}),this.animation.addEventListener("finish",()=>this.animationEnd(i))}animationEnd(n){this.el.open=n,this.animation=void 0,this.el.style.height="auto",this.el.style.overflow="visible",this.setLocalStorage(n)}fromLocalStorage(){let n=Q.getItem(this.key);return n?n==="true":this.el.open}setLocalStorage(n,r=!1){this.fromLocalStorage()===n&&!r||(Q.setItem(this.key,n.toString()),this.el.open=n,this.handleValueChange(r))}handleValueChange(n=!1){this.fromLocalStorage()===this.el.open&&!n||(this.fromLocalStorage()?this.expand(!1):this.collapse(!1))}};function be(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,Ee(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),Ee(t.value)})}function Ee(t){document.documentElement.dataset.theme=t}ve();j(X,".menu-highlight");j(K,"a[data-toggle]");j(te,".tsd-index-accordion");j(ee,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("theme");Se&&be(Se);var Be=new Y;Object.defineProperty(window,"app",{value:Be});})(); +/*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Pipeline + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.Vector + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.stemmer + * Copyright (C) 2020 Oliver Nightingale + * Includes code from - http://tartarus.org/~martin/PorterStemmer/js.txt + */ +/*! + * lunr.stopWordFilter + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.trimmer + * Copyright (C) 2020 Oliver Nightingale + */ +/*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + */ +/** + * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 2.3.9 + * Copyright (C) 2020 Oliver Nightingale + * @license MIT + */ diff --git a/docs/assets/search.js b/docs/assets/search.js new file mode 100644 index 0000000..5d41b45 --- /dev/null +++ b/docs/assets/search.js @@ -0,0 +1 @@ +window.searchData = JSON.parse("{\"kinds\":{\"128\":\"Class\",\"256\":\"Interface\",\"512\":\"Constructor\",\"1024\":\"Property\",\"2048\":\"Method\",\"65536\":\"Type literal\"},\"rows\":[{\"kind\":256,\"name\":\"Comment\",\"url\":\"interfaces/Comment.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/Comment.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Comment\"},{\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/Comment.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Comment\"},{\"kind\":1024,\"name\":\"created\",\"url\":\"interfaces/Comment.html#created\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Comment\"},{\"kind\":256,\"name\":\"Pack\",\"url\":\"interfaces/Pack.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"download\",\"url\":\"interfaces/Pack.html#download\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"sounds\",\"url\":\"interfaces/Pack.html#sounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Pack.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/Pack.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/Pack.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"created\",\"url\":\"interfaces/Pack.html#created\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/Pack.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/Pack.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"num_sounds\",\"url\":\"interfaces/Pack.html#num_sounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Pack\"},{\"kind\":1024,\"name\":\"num_downloads\",\"url\":\"interfaces/Pack.html#num_downloads\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Pack\"},{\"kind\":256,\"name\":\"User\",\"url\":\"interfaces/User.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"sounds\",\"url\":\"interfaces/User.html#sounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"packs\",\"url\":\"interfaces/User.html#packs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"bookmarkCategories\",\"url\":\"interfaces/User.html#bookmarkCategories\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"bookmarkCategorySounds\",\"url\":\"interfaces/User.html#bookmarkCategorySounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/User.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/User.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"about\",\"url\":\"interfaces/User.html#about\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"home_page\",\"url\":\"interfaces/User.html#home_page\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"avatar\",\"url\":\"interfaces/User.html#avatar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/User.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"small\",\"url\":\"interfaces/User.html#__type.small\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"User.__type\"},{\"kind\":1024,\"name\":\"large\",\"url\":\"interfaces/User.html#__type.large\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"User.__type\"},{\"kind\":1024,\"name\":\"medium\",\"url\":\"interfaces/User.html#__type.medium\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"User.__type\"},{\"kind\":1024,\"name\":\"date_joined\",\"url\":\"interfaces/User.html#date_joined\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"num_sounds\",\"url\":\"interfaces/User.html#num_sounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"num_packs\",\"url\":\"interfaces/User.html#num_packs\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"num_posts\",\"url\":\"interfaces/User.html#num_posts\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"num_comments\",\"url\":\"interfaces/User.html#num_comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":1024,\"name\":\"bookmark_categories\",\"url\":\"interfaces/User.html#bookmark_categories\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"User\"},{\"kind\":256,\"name\":\"AccessTokenResponse\",\"url\":\"interfaces/AccessTokenResponse.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"access_token\",\"url\":\"interfaces/AccessTokenResponse.html#access_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessTokenResponse\"},{\"kind\":1024,\"name\":\"scope\",\"url\":\"interfaces/AccessTokenResponse.html#scope\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessTokenResponse\"},{\"kind\":1024,\"name\":\"expires_in\",\"url\":\"interfaces/AccessTokenResponse.html#expires_in\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessTokenResponse\"},{\"kind\":1024,\"name\":\"refresh_token\",\"url\":\"interfaces/AccessTokenResponse.html#refresh_token\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"AccessTokenResponse\"},{\"kind\":256,\"name\":\"Collection\",\"url\":\"interfaces/Collection.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"nextOrPrev\",\"url\":\"interfaces/Collection.html#nextOrPrev\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Collection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Collection.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Collection\"},{\"kind\":1024,\"name\":\"nextPage\",\"url\":\"interfaces/Collection.html#nextPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Collection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Collection.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Collection\"},{\"kind\":1024,\"name\":\"previousPage\",\"url\":\"interfaces/Collection.html#previousPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Collection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Collection.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Collection\"},{\"kind\":1024,\"name\":\"getItem\",\"url\":\"interfaces/Collection.html#getItem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Collection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Collection.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Collection\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/Collection.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Collection\"},{\"kind\":1024,\"name\":\"results\",\"url\":\"interfaces/Collection.html#results\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Collection\"},{\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/Collection.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Collection\"},{\"kind\":1024,\"name\":\"previous\",\"url\":\"interfaces/Collection.html#previous\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Collection\"},{\"kind\":256,\"name\":\"SoundCollection\",\"url\":\"interfaces/SoundCollection.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"getSound\",\"url\":\"interfaces/SoundCollection.html#getSound\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"SoundCollection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/SoundCollection.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"SoundCollection\"},{\"kind\":1024,\"name\":\"nextOrPrev\",\"url\":\"interfaces/SoundCollection.html#nextOrPrev\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SoundCollection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/SoundCollection.html#__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"SoundCollection\"},{\"kind\":1024,\"name\":\"nextPage\",\"url\":\"interfaces/SoundCollection.html#nextPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SoundCollection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/SoundCollection.html#__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"SoundCollection\"},{\"kind\":1024,\"name\":\"previousPage\",\"url\":\"interfaces/SoundCollection.html#previousPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SoundCollection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/SoundCollection.html#__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"SoundCollection\"},{\"kind\":1024,\"name\":\"getItem\",\"url\":\"interfaces/SoundCollection.html#getItem\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SoundCollection\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/SoundCollection.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"SoundCollection\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"interfaces/SoundCollection.html#count\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SoundCollection\"},{\"kind\":1024,\"name\":\"results\",\"url\":\"interfaces/SoundCollection.html#results\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SoundCollection\"},{\"kind\":1024,\"name\":\"next\",\"url\":\"interfaces/SoundCollection.html#next\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SoundCollection\"},{\"kind\":1024,\"name\":\"previous\",\"url\":\"interfaces/SoundCollection.html#previous\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"SoundCollection\"},{\"kind\":256,\"name\":\"Sound\",\"url\":\"interfaces/Sound.html\",\"classes\":\"tsd-kind-interface\"},{\"kind\":1024,\"name\":\"getAnalysis\",\"url\":\"interfaces/Sound.html#getAnalysis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"getSimilar\",\"url\":\"interfaces/Sound.html#getSimilar\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"getComments\",\"url\":\"interfaces/Sound.html#getComments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"rate\",\"url\":\"interfaces/Sound.html#rate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"comment\",\"url\":\"interfaces/Sound.html#comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"download\",\"url\":\"interfaces/Sound.html#download\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"bookmark\",\"url\":\"interfaces/Sound.html#bookmark\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"edit\",\"url\":\"interfaces/Sound.html#edit\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"id\",\"url\":\"interfaces/Sound.html#id\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"url\",\"url\":\"interfaces/Sound.html#url\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"name\",\"url\":\"interfaces/Sound.html#name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"tags\",\"url\":\"interfaces/Sound.html#tags\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"description\",\"url\":\"interfaces/Sound.html#description\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"geotag\",\"url\":\"interfaces/Sound.html#geotag\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"created\",\"url\":\"interfaces/Sound.html#created\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"license\",\"url\":\"interfaces/Sound.html#license\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"type\",\"url\":\"interfaces/Sound.html#type\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"channels\",\"url\":\"interfaces/Sound.html#channels\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"filesize\",\"url\":\"interfaces/Sound.html#filesize\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"bitrate\",\"url\":\"interfaces/Sound.html#bitrate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"bitdepth\",\"url\":\"interfaces/Sound.html#bitdepth\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"duration\",\"url\":\"interfaces/Sound.html#duration\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"samplerate\",\"url\":\"interfaces/Sound.html#samplerate\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"username\",\"url\":\"interfaces/Sound.html#username\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"pack\",\"url\":\"interfaces/Sound.html#pack\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"pack_name\",\"url\":\"interfaces/Sound.html#pack_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"previews\",\"url\":\"interfaces/Sound.html#previews\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Sound.html#__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"preview-lq-ogg\",\"url\":\"interfaces/Sound.html#__type-2.preview_lq_ogg\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"preview-lq-mp3\",\"url\":\"interfaces/Sound.html#__type-2.preview_lq_mp3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"preview-hq-ogg\",\"url\":\"interfaces/Sound.html#__type-2.preview_hq_ogg\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"preview-hq-mp3\",\"url\":\"interfaces/Sound.html#__type-2.preview_hq_mp3\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"images\",\"url\":\"interfaces/Sound.html#images\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Sound.html#__type-1\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"spectral_m\",\"url\":\"interfaces/Sound.html#__type-1.spectral_m\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"spectral_l\",\"url\":\"interfaces/Sound.html#__type-1.spectral_l\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"spectral_bw_l\",\"url\":\"interfaces/Sound.html#__type-1.spectral_bw_l\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"waveform_bw_m\",\"url\":\"interfaces/Sound.html#__type-1.waveform_bw_m\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"waveform_bw_l\",\"url\":\"interfaces/Sound.html#__type-1.waveform_bw_l\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"waveform_l\",\"url\":\"interfaces/Sound.html#__type-1.waveform_l\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"waveform_m\",\"url\":\"interfaces/Sound.html#__type-1.waveform_m\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"spectral_bw_m\",\"url\":\"interfaces/Sound.html#__type-1.spectral_bw_m\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"num_downloads\",\"url\":\"interfaces/Sound.html#num_downloads\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"avg_rating\",\"url\":\"interfaces/Sound.html#avg_rating\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"num_ratings\",\"url\":\"interfaces/Sound.html#num_ratings\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"comments\",\"url\":\"interfaces/Sound.html#comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"num_comments\",\"url\":\"interfaces/Sound.html#num_comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"similar_sounds\",\"url\":\"interfaces/Sound.html#similar_sounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"analysis\",\"url\":\"interfaces/Sound.html#analysis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"analysis_frames\",\"url\":\"interfaces/Sound.html#analysis_frames\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"analysis_stats\",\"url\":\"interfaces/Sound.html#analysis_stats\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"ac_analysis\",\"url\":\"interfaces/Sound.html#ac_analysis\",\"classes\":\"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited\",\"parent\":\"Sound\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"interfaces/Sound.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-interface\",\"parent\":\"Sound\"},{\"kind\":1024,\"name\":\"ac_tempo_confidence\",\"url\":\"interfaces/Sound.html#__type.ac_tempo_confidence\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_note_confidence\",\"url\":\"interfaces/Sound.html#__type.ac_note_confidence\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_depth\",\"url\":\"interfaces/Sound.html#__type.ac_depth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_note_midi\",\"url\":\"interfaces/Sound.html#__type.ac_note_midi\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_temporal_centroid\",\"url\":\"interfaces/Sound.html#__type.ac_temporal_centroid\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_warmth\",\"url\":\"interfaces/Sound.html#__type.ac_warmth\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_loop\",\"url\":\"interfaces/Sound.html#__type.ac_loop\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_hardness\",\"url\":\"interfaces/Sound.html#__type.ac_hardness\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_loudness\",\"url\":\"interfaces/Sound.html#__type.ac_loudness\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_reverb\",\"url\":\"interfaces/Sound.html#__type.ac_reverb\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_roughness\",\"url\":\"interfaces/Sound.html#__type.ac_roughness\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_log_attack_time\",\"url\":\"interfaces/Sound.html#__type.ac_log_attack_time\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_boominess\",\"url\":\"interfaces/Sound.html#__type.ac_boominess\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_note_frequency\",\"url\":\"interfaces/Sound.html#__type.ac_note_frequency\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_tempo\",\"url\":\"interfaces/Sound.html#__type.ac_tempo\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_brightness\",\"url\":\"interfaces/Sound.html#__type.ac_brightness\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_sharpness\",\"url\":\"interfaces/Sound.html#__type.ac_sharpness\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_tonality_confidence\",\"url\":\"interfaces/Sound.html#__type.ac_tonality_confidence\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_dynamic_range\",\"url\":\"interfaces/Sound.html#__type.ac_dynamic_range\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_note_name\",\"url\":\"interfaces/Sound.html#__type.ac_note_name\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_tonality\",\"url\":\"interfaces/Sound.html#__type.ac_tonality\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":1024,\"name\":\"ac_single_event\",\"url\":\"interfaces/Sound.html#__type.ac_single_event\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"Sound.__type\"},{\"kind\":128,\"name\":\"default\",\"url\":\"classes/default.html\",\"classes\":\"tsd-kind-class\"},{\"kind\":512,\"name\":\"constructor\",\"url\":\"classes/default.html#constructor\",\"classes\":\"tsd-kind-constructor tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":1024,\"name\":\"authHeader\",\"url\":\"classes/default.html#authHeader\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":1024,\"name\":\"clientId\",\"url\":\"classes/default.html#clientId\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":1024,\"name\":\"clientSecret\",\"url\":\"classes/default.html#clientSecret\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":1024,\"name\":\"host\",\"url\":\"classes/default.html#host\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":1024,\"name\":\"uris\",\"url\":\"classes/default.html#uris\",\"classes\":\"tsd-kind-property tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/default.html#__type\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":1024,\"name\":\"base\",\"url\":\"classes/default.html#__type.base\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"textSearch\",\"url\":\"classes/default.html#__type.textSearch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"contentSearch\",\"url\":\"classes/default.html#__type.contentSearch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"combinedSearch\",\"url\":\"classes/default.html#__type.combinedSearch\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"sound\",\"url\":\"classes/default.html#__type.sound\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"soundAnalysis\",\"url\":\"classes/default.html#__type.soundAnalysis\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"similarSounds\",\"url\":\"classes/default.html#__type.similarSounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"comments\",\"url\":\"classes/default.html#__type.comments\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"download\",\"url\":\"classes/default.html#__type.download\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"upload\",\"url\":\"classes/default.html#__type.upload\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"describe\",\"url\":\"classes/default.html#__type.describe\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"pending\",\"url\":\"classes/default.html#__type.pending\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"bookmark\",\"url\":\"classes/default.html#__type.bookmark\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"rate\",\"url\":\"classes/default.html#__type.rate\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"comment\",\"url\":\"classes/default.html#__type.comment\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"authorize\",\"url\":\"classes/default.html#__type.authorize\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"logout\",\"url\":\"classes/default.html#__type.logout\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"logoutAuthorize\",\"url\":\"classes/default.html#__type.logoutAuthorize\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"me\",\"url\":\"classes/default.html#__type.me\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"user\",\"url\":\"classes/default.html#__type.user\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"userSounds\",\"url\":\"classes/default.html#__type.userSounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"userPacks\",\"url\":\"classes/default.html#__type.userPacks\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"userBookmarkCategories\",\"url\":\"classes/default.html#__type.userBookmarkCategories\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"userBookmarkCategorySounds\",\"url\":\"classes/default.html#__type.userBookmarkCategorySounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"pack\",\"url\":\"classes/default.html#__type.pack\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"packSounds\",\"url\":\"classes/default.html#__type.packSounds\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":1024,\"name\":\"packDownload\",\"url\":\"classes/default.html#__type.packDownload\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.__type\"},{\"kind\":2048,\"name\":\"checkOauth\",\"url\":\"classes/default.html#checkOauth\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"makeFormData\",\"url\":\"classes/default.html#makeFormData\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"search\",\"url\":\"classes/default.html#search\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"Collection\",\"url\":\"classes/default.html#Collection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"SoundCollection\",\"url\":\"classes/default.html#SoundCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"PackCollection\",\"url\":\"classes/default.html#PackCollection\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1\",\"classes\":\"tsd-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection\"},{\"kind\":1024,\"name\":\"getPack\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.getPack\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.__type-4\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":1024,\"name\":\"nextOrPrev\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.nextOrPrev\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.__type-6\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":1024,\"name\":\"nextPage\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.nextPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.__type-8\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":1024,\"name\":\"previousPage\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.previousPage\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.__type-10\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":1024,\"name\":\"getItem\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.getItem\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":65536,\"name\":\"__type\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.__type-2\",\"classes\":\"tsd-kind-type-literal tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":1024,\"name\":\"count\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.count\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":1024,\"name\":\"results\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.results\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":1024,\"name\":\"next\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.next\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":1024,\"name\":\"previous\",\"url\":\"classes/default.html#PackCollection.PackCollection-1.__type-1.previous\",\"classes\":\"tsd-kind-property tsd-parent-kind-type-literal\",\"parent\":\"default.PackCollection.PackCollection.__type\"},{\"kind\":2048,\"name\":\"SoundObject\",\"url\":\"classes/default.html#SoundObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"UserObject\",\"url\":\"classes/default.html#UserObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"PackObject\",\"url\":\"classes/default.html#PackObject\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"setToken\",\"url\":\"classes/default.html#setToken\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"setClientSecrets\",\"url\":\"classes/default.html#setClientSecrets\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"postAccessCode\",\"url\":\"classes/default.html#postAccessCode\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"textSearch\",\"url\":\"classes/default.html#textSearch-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"contentSearch\",\"url\":\"classes/default.html#contentSearch-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"combinedSearch\",\"url\":\"classes/default.html#combinedSearch-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"upload\",\"url\":\"classes/default.html#upload-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"describe\",\"url\":\"classes/default.html#describe-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"getPendingSounds\",\"url\":\"classes/default.html#getPendingSounds\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"me\",\"url\":\"classes/default.html#me-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"getLoginURL\",\"url\":\"classes/default.html#getLoginURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"getLogoutURL\",\"url\":\"classes/default.html#getLogoutURL\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"getUser\",\"url\":\"classes/default.html#getUser\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"getPack\",\"url\":\"classes/default.html#getPack-1\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"getSound\",\"url\":\"classes/default.html#getSound\",\"classes\":\"tsd-kind-method tsd-parent-kind-class\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"makeUri\",\"url\":\"classes/default.html#makeUri\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"fetchWithAuthParams\",\"url\":\"classes/default.html#fetchWithAuthParams\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"},{\"kind\":2048,\"name\":\"makeRequest\",\"url\":\"classes/default.html#makeRequest\",\"classes\":\"tsd-kind-method tsd-parent-kind-class tsd-is-private\",\"parent\":\"default\"}],\"index\":{\"version\":\"2.3.9\",\"fields\":[\"name\",\"comment\"],\"fieldVectors\":[[\"name/0\",[0,39.551]],[\"comment/0\",[]],[\"name/1\",[1,39.551]],[\"comment/1\",[]],[\"name/2\",[0,39.551]],[\"comment/2\",[]],[\"name/3\",[2,42.101]],[\"comment/3\",[]],[\"name/4\",[3,42.101]],[\"comment/4\",[]],[\"name/5\",[4,42.101]],[\"comment/5\",[]],[\"name/6\",[5,45.514]],[\"comment/6\",[]],[\"name/7\",[6,45.514]],[\"comment/7\",[]],[\"name/8\",[7,42.101]],[\"comment/8\",[]],[\"name/9\",[8,45.514]],[\"comment/9\",[]],[\"name/10\",[2,42.101]],[\"comment/10\",[]],[\"name/11\",[9,45.514]],[\"comment/11\",[]],[\"name/12\",[1,39.551]],[\"comment/12\",[]],[\"name/13\",[10,45.514]],[\"comment/13\",[]],[\"name/14\",[11,45.514]],[\"comment/14\",[]],[\"name/15\",[12,45.514]],[\"comment/15\",[]],[\"name/16\",[5,45.514]],[\"comment/16\",[]],[\"name/17\",[13,50.697]],[\"comment/17\",[]],[\"name/18\",[14,50.697]],[\"comment/18\",[]],[\"name/19\",[15,50.697]],[\"comment/19\",[]],[\"name/20\",[7,42.101]],[\"comment/20\",[]],[\"name/21\",[1,39.551]],[\"comment/21\",[]],[\"name/22\",[16,50.697]],[\"comment/22\",[]],[\"name/23\",[17,50.697]],[\"comment/23\",[]],[\"name/24\",[18,50.697]],[\"comment/24\",[]],[\"name/25\",[19,24.168]],[\"comment/25\",[]],[\"name/26\",[20,50.697]],[\"comment/26\",[]],[\"name/27\",[21,50.697]],[\"comment/27\",[]],[\"name/28\",[22,50.697]],[\"comment/28\",[]],[\"name/29\",[23,50.697]],[\"comment/29\",[]],[\"name/30\",[10,45.514]],[\"comment/30\",[]],[\"name/31\",[24,50.697]],[\"comment/31\",[]],[\"name/32\",[25,50.697]],[\"comment/32\",[]],[\"name/33\",[26,45.514]],[\"comment/33\",[]],[\"name/34\",[27,50.697]],[\"comment/34\",[]],[\"name/35\",[28,50.697]],[\"comment/35\",[]],[\"name/36\",[29,50.697]],[\"comment/36\",[]],[\"name/37\",[30,50.697]],[\"comment/37\",[]],[\"name/38\",[31,50.697]],[\"comment/38\",[]],[\"name/39\",[32,50.697]],[\"comment/39\",[]],[\"name/40\",[33,45.514]],[\"comment/40\",[]],[\"name/41\",[34,42.101]],[\"comment/41\",[]],[\"name/42\",[19,24.168]],[\"comment/42\",[]],[\"name/43\",[35,42.101]],[\"comment/43\",[]],[\"name/44\",[19,24.168]],[\"comment/44\",[]],[\"name/45\",[36,42.101]],[\"comment/45\",[]],[\"name/46\",[19,24.168]],[\"comment/46\",[]],[\"name/47\",[37,42.101]],[\"comment/47\",[]],[\"name/48\",[19,24.168]],[\"comment/48\",[]],[\"name/49\",[38,42.101]],[\"comment/49\",[]],[\"name/50\",[39,42.101]],[\"comment/50\",[]],[\"name/51\",[40,42.101]],[\"comment/51\",[]],[\"name/52\",[41,42.101]],[\"comment/52\",[]],[\"name/53\",[42,45.514]],[\"comment/53\",[]],[\"name/54\",[43,45.514]],[\"comment/54\",[]],[\"name/55\",[19,24.168]],[\"comment/55\",[]],[\"name/56\",[34,42.101]],[\"comment/56\",[]],[\"name/57\",[19,24.168]],[\"comment/57\",[]],[\"name/58\",[35,42.101]],[\"comment/58\",[]],[\"name/59\",[19,24.168]],[\"comment/59\",[]],[\"name/60\",[36,42.101]],[\"comment/60\",[]],[\"name/61\",[19,24.168]],[\"comment/61\",[]],[\"name/62\",[37,42.101]],[\"comment/62\",[]],[\"name/63\",[19,24.168]],[\"comment/63\",[]],[\"name/64\",[38,42.101]],[\"comment/64\",[]],[\"name/65\",[39,42.101]],[\"comment/65\",[]],[\"name/66\",[40,42.101]],[\"comment/66\",[]],[\"name/67\",[41,42.101]],[\"comment/67\",[]],[\"name/68\",[44,45.514]],[\"comment/68\",[]],[\"name/69\",[45,50.697]],[\"comment/69\",[]],[\"name/70\",[46,50.697]],[\"comment/70\",[]],[\"name/71\",[47,50.697]],[\"comment/71\",[]],[\"name/72\",[48,45.514]],[\"comment/72\",[]],[\"name/73\",[0,39.551]],[\"comment/73\",[]],[\"name/74\",[4,42.101]],[\"comment/74\",[]],[\"name/75\",[49,45.514]],[\"comment/75\",[]],[\"name/76\",[50,50.697]],[\"comment/76\",[]],[\"name/77\",[6,45.514]],[\"comment/77\",[]],[\"name/78\",[7,42.101]],[\"comment/78\",[]],[\"name/79\",[9,45.514]],[\"comment/79\",[]],[\"name/80\",[51,50.697]],[\"comment/80\",[]],[\"name/81\",[8,45.514]],[\"comment/81\",[]],[\"name/82\",[52,50.697]],[\"comment/82\",[]],[\"name/83\",[2,42.101]],[\"comment/83\",[]],[\"name/84\",[53,50.697]],[\"comment/84\",[]],[\"name/85\",[54,50.697]],[\"comment/85\",[]],[\"name/86\",[55,50.697]],[\"comment/86\",[]],[\"name/87\",[56,50.697]],[\"comment/87\",[]],[\"name/88\",[57,50.697]],[\"comment/88\",[]],[\"name/89\",[58,50.697]],[\"comment/89\",[]],[\"name/90\",[59,50.697]],[\"comment/90\",[]],[\"name/91\",[60,50.697]],[\"comment/91\",[]],[\"name/92\",[1,39.551]],[\"comment/92\",[]],[\"name/93\",[3,42.101]],[\"comment/93\",[]],[\"name/94\",[61,50.697]],[\"comment/94\",[]],[\"name/95\",[62,50.697]],[\"comment/95\",[]],[\"name/96\",[19,24.168]],[\"comment/96\",[]],[\"name/97\",[63,21.96,64,25.271,65,25.271]],[\"comment/97\",[]],[\"name/98\",[63,21.96,64,25.271,66,25.271]],[\"comment/98\",[]],[\"name/99\",[63,21.96,65,25.271,67,25.271]],[\"comment/99\",[]],[\"name/100\",[63,21.96,66,25.271,67,25.271]],[\"comment/100\",[]],[\"name/101\",[68,50.697]],[\"comment/101\",[]],[\"name/102\",[19,24.168]],[\"comment/102\",[]],[\"name/103\",[69,50.697]],[\"comment/103\",[]],[\"name/104\",[70,50.697]],[\"comment/104\",[]],[\"name/105\",[71,50.697]],[\"comment/105\",[]],[\"name/106\",[72,50.697]],[\"comment/106\",[]],[\"name/107\",[73,50.697]],[\"comment/107\",[]],[\"name/108\",[74,50.697]],[\"comment/108\",[]],[\"name/109\",[75,50.697]],[\"comment/109\",[]],[\"name/110\",[76,50.697]],[\"comment/110\",[]],[\"name/111\",[11,45.514]],[\"comment/111\",[]],[\"name/112\",[77,50.697]],[\"comment/112\",[]],[\"name/113\",[78,50.697]],[\"comment/113\",[]],[\"name/114\",[79,45.514]],[\"comment/114\",[]],[\"name/115\",[26,45.514]],[\"comment/115\",[]],[\"name/116\",[80,50.697]],[\"comment/116\",[]],[\"name/117\",[81,50.697]],[\"comment/117\",[]],[\"name/118\",[82,50.697]],[\"comment/118\",[]],[\"name/119\",[83,50.697]],[\"comment/119\",[]],[\"name/120\",[84,50.697]],[\"comment/120\",[]],[\"name/121\",[19,24.168]],[\"comment/121\",[]],[\"name/122\",[85,50.697]],[\"comment/122\",[]],[\"name/123\",[86,50.697]],[\"comment/123\",[]],[\"name/124\",[87,50.697]],[\"comment/124\",[]],[\"name/125\",[88,50.697]],[\"comment/125\",[]],[\"name/126\",[89,50.697]],[\"comment/126\",[]],[\"name/127\",[90,50.697]],[\"comment/127\",[]],[\"name/128\",[91,50.697]],[\"comment/128\",[]],[\"name/129\",[92,50.697]],[\"comment/129\",[]],[\"name/130\",[93,50.697]],[\"comment/130\",[]],[\"name/131\",[94,50.697]],[\"comment/131\",[]],[\"name/132\",[95,50.697]],[\"comment/132\",[]],[\"name/133\",[96,50.697]],[\"comment/133\",[]],[\"name/134\",[97,50.697]],[\"comment/134\",[]],[\"name/135\",[98,50.697]],[\"comment/135\",[]],[\"name/136\",[99,50.697]],[\"comment/136\",[]],[\"name/137\",[100,50.697]],[\"comment/137\",[]],[\"name/138\",[101,50.697]],[\"comment/138\",[]],[\"name/139\",[102,50.697]],[\"comment/139\",[]],[\"name/140\",[103,50.697]],[\"comment/140\",[]],[\"name/141\",[104,50.697]],[\"comment/141\",[]],[\"name/142\",[105,50.697]],[\"comment/142\",[]],[\"name/143\",[106,50.697]],[\"comment/143\",[]],[\"name/144\",[107,50.697]],[\"comment/144\",[]],[\"name/145\",[108,50.697]],[\"comment/145\",[]],[\"name/146\",[109,50.697]],[\"comment/146\",[]],[\"name/147\",[110,50.697]],[\"comment/147\",[]],[\"name/148\",[111,50.697]],[\"comment/148\",[]],[\"name/149\",[112,50.697]],[\"comment/149\",[]],[\"name/150\",[113,50.697]],[\"comment/150\",[]],[\"name/151\",[19,24.168]],[\"comment/151\",[]],[\"name/152\",[114,50.697]],[\"comment/152\",[]],[\"name/153\",[115,45.514]],[\"comment/153\",[]],[\"name/154\",[116,45.514]],[\"comment/154\",[]],[\"name/155\",[117,45.514]],[\"comment/155\",[]],[\"name/156\",[44,45.514]],[\"comment/156\",[]],[\"name/157\",[118,50.697]],[\"comment/157\",[]],[\"name/158\",[119,50.697]],[\"comment/158\",[]],[\"name/159\",[79,45.514]],[\"comment/159\",[]],[\"name/160\",[4,42.101]],[\"comment/160\",[]],[\"name/161\",[120,45.514]],[\"comment/161\",[]],[\"name/162\",[121,45.514]],[\"comment/162\",[]],[\"name/163\",[122,50.697]],[\"comment/163\",[]],[\"name/164\",[49,45.514]],[\"comment/164\",[]],[\"name/165\",[48,45.514]],[\"comment/165\",[]],[\"name/166\",[0,39.551]],[\"comment/166\",[]],[\"name/167\",[123,50.697]],[\"comment/167\",[]],[\"name/168\",[124,50.697]],[\"comment/168\",[]],[\"name/169\",[125,50.697]],[\"comment/169\",[]],[\"name/170\",[126,45.514]],[\"comment/170\",[]],[\"name/171\",[12,45.514]],[\"comment/171\",[]],[\"name/172\",[127,50.697]],[\"comment/172\",[]],[\"name/173\",[128,50.697]],[\"comment/173\",[]],[\"name/174\",[129,50.697]],[\"comment/174\",[]],[\"name/175\",[130,50.697]],[\"comment/175\",[]],[\"name/176\",[3,42.101]],[\"comment/176\",[]],[\"name/177\",[131,50.697]],[\"comment/177\",[]],[\"name/178\",[132,50.697]],[\"comment/178\",[]],[\"name/179\",[133,50.697]],[\"comment/179\",[]],[\"name/180\",[134,50.697]],[\"comment/180\",[]],[\"name/181\",[135,50.697]],[\"comment/181\",[]],[\"name/182\",[33,45.514]],[\"comment/182\",[]],[\"name/183\",[42,45.514]],[\"comment/183\",[]],[\"name/184\",[136,50.697]],[\"comment/184\",[]],[\"name/185\",[19,24.168]],[\"comment/185\",[]],[\"name/186\",[137,45.514]],[\"comment/186\",[]],[\"name/187\",[19,24.168]],[\"comment/187\",[]],[\"name/188\",[34,42.101]],[\"comment/188\",[]],[\"name/189\",[19,24.168]],[\"comment/189\",[]],[\"name/190\",[35,42.101]],[\"comment/190\",[]],[\"name/191\",[19,24.168]],[\"comment/191\",[]],[\"name/192\",[36,42.101]],[\"comment/192\",[]],[\"name/193\",[19,24.168]],[\"comment/193\",[]],[\"name/194\",[37,42.101]],[\"comment/194\",[]],[\"name/195\",[19,24.168]],[\"comment/195\",[]],[\"name/196\",[38,42.101]],[\"comment/196\",[]],[\"name/197\",[39,42.101]],[\"comment/197\",[]],[\"name/198\",[40,42.101]],[\"comment/198\",[]],[\"name/199\",[41,42.101]],[\"comment/199\",[]],[\"name/200\",[138,50.697]],[\"comment/200\",[]],[\"name/201\",[139,50.697]],[\"comment/201\",[]],[\"name/202\",[140,50.697]],[\"comment/202\",[]],[\"name/203\",[141,50.697]],[\"comment/203\",[]],[\"name/204\",[142,50.697]],[\"comment/204\",[]],[\"name/205\",[143,50.697]],[\"comment/205\",[]],[\"name/206\",[115,45.514]],[\"comment/206\",[]],[\"name/207\",[116,45.514]],[\"comment/207\",[]],[\"name/208\",[117,45.514]],[\"comment/208\",[]],[\"name/209\",[120,45.514]],[\"comment/209\",[]],[\"name/210\",[121,45.514]],[\"comment/210\",[]],[\"name/211\",[144,50.697]],[\"comment/211\",[]],[\"name/212\",[126,45.514]],[\"comment/212\",[]],[\"name/213\",[145,50.697]],[\"comment/213\",[]],[\"name/214\",[146,50.697]],[\"comment/214\",[]],[\"name/215\",[147,50.697]],[\"comment/215\",[]],[\"name/216\",[137,45.514]],[\"comment/216\",[]],[\"name/217\",[43,45.514]],[\"comment/217\",[]],[\"name/218\",[148,50.697]],[\"comment/218\",[]],[\"name/219\",[149,50.697]],[\"comment/219\",[]],[\"name/220\",[150,50.697]],[\"comment/220\",[]]],\"invertedIndex\":[[\"__type\",{\"_index\":19,\"name\":{\"25\":{},\"42\":{},\"44\":{},\"46\":{},\"48\":{},\"55\":{},\"57\":{},\"59\":{},\"61\":{},\"63\":{},\"96\":{},\"102\":{},\"121\":{},\"151\":{},\"185\":{},\"187\":{},\"189\":{},\"191\":{},\"193\":{},\"195\":{}},\"comment\":{}}],[\"about\",{\"_index\":16,\"name\":{\"22\":{}},\"comment\":{}}],[\"ac_analysis\",{\"_index\":84,\"name\":{\"120\":{}},\"comment\":{}}],[\"ac_boominess\",{\"_index\":97,\"name\":{\"134\":{}},\"comment\":{}}],[\"ac_brightness\",{\"_index\":100,\"name\":{\"137\":{}},\"comment\":{}}],[\"ac_depth\",{\"_index\":87,\"name\":{\"124\":{}},\"comment\":{}}],[\"ac_dynamic_range\",{\"_index\":103,\"name\":{\"140\":{}},\"comment\":{}}],[\"ac_hardness\",{\"_index\":92,\"name\":{\"129\":{}},\"comment\":{}}],[\"ac_log_attack_time\",{\"_index\":96,\"name\":{\"133\":{}},\"comment\":{}}],[\"ac_loop\",{\"_index\":91,\"name\":{\"128\":{}},\"comment\":{}}],[\"ac_loudness\",{\"_index\":93,\"name\":{\"130\":{}},\"comment\":{}}],[\"ac_note_confidence\",{\"_index\":86,\"name\":{\"123\":{}},\"comment\":{}}],[\"ac_note_frequency\",{\"_index\":98,\"name\":{\"135\":{}},\"comment\":{}}],[\"ac_note_midi\",{\"_index\":88,\"name\":{\"125\":{}},\"comment\":{}}],[\"ac_note_name\",{\"_index\":104,\"name\":{\"141\":{}},\"comment\":{}}],[\"ac_reverb\",{\"_index\":94,\"name\":{\"131\":{}},\"comment\":{}}],[\"ac_roughness\",{\"_index\":95,\"name\":{\"132\":{}},\"comment\":{}}],[\"ac_sharpness\",{\"_index\":101,\"name\":{\"138\":{}},\"comment\":{}}],[\"ac_single_event\",{\"_index\":106,\"name\":{\"143\":{}},\"comment\":{}}],[\"ac_tempo\",{\"_index\":99,\"name\":{\"136\":{}},\"comment\":{}}],[\"ac_tempo_confidence\",{\"_index\":85,\"name\":{\"122\":{}},\"comment\":{}}],[\"ac_temporal_centroid\",{\"_index\":89,\"name\":{\"126\":{}},\"comment\":{}}],[\"ac_tonality\",{\"_index\":105,\"name\":{\"142\":{}},\"comment\":{}}],[\"ac_tonality_confidence\",{\"_index\":102,\"name\":{\"139\":{}},\"comment\":{}}],[\"ac_warmth\",{\"_index\":90,\"name\":{\"127\":{}},\"comment\":{}}],[\"access_token\",{\"_index\":29,\"name\":{\"36\":{}},\"comment\":{}}],[\"accesstokenresponse\",{\"_index\":28,\"name\":{\"35\":{}},\"comment\":{}}],[\"analysis\",{\"_index\":81,\"name\":{\"117\":{}},\"comment\":{}}],[\"analysis_frames\",{\"_index\":82,\"name\":{\"118\":{}},\"comment\":{}}],[\"analysis_stats\",{\"_index\":83,\"name\":{\"119\":{}},\"comment\":{}}],[\"authheader\",{\"_index\":109,\"name\":{\"146\":{}},\"comment\":{}}],[\"authorize\",{\"_index\":123,\"name\":{\"167\":{}},\"comment\":{}}],[\"avatar\",{\"_index\":18,\"name\":{\"24\":{}},\"comment\":{}}],[\"avg_rating\",{\"_index\":77,\"name\":{\"112\":{}},\"comment\":{}}],[\"base\",{\"_index\":114,\"name\":{\"152\":{}},\"comment\":{}}],[\"bitdepth\",{\"_index\":58,\"name\":{\"89\":{}},\"comment\":{}}],[\"bitrate\",{\"_index\":57,\"name\":{\"88\":{}},\"comment\":{}}],[\"bookmark\",{\"_index\":49,\"name\":{\"75\":{},\"164\":{}},\"comment\":{}}],[\"bookmark_categories\",{\"_index\":27,\"name\":{\"34\":{}},\"comment\":{}}],[\"bookmarkcategories\",{\"_index\":14,\"name\":{\"18\":{}},\"comment\":{}}],[\"bookmarkcategorysounds\",{\"_index\":15,\"name\":{\"19\":{}},\"comment\":{}}],[\"channels\",{\"_index\":55,\"name\":{\"86\":{}},\"comment\":{}}],[\"checkoauth\",{\"_index\":133,\"name\":{\"179\":{}},\"comment\":{}}],[\"clientid\",{\"_index\":110,\"name\":{\"147\":{}},\"comment\":{}}],[\"clientsecret\",{\"_index\":111,\"name\":{\"148\":{}},\"comment\":{}}],[\"collection\",{\"_index\":33,\"name\":{\"40\":{},\"182\":{}},\"comment\":{}}],[\"combinedsearch\",{\"_index\":117,\"name\":{\"155\":{},\"208\":{}},\"comment\":{}}],[\"comment\",{\"_index\":0,\"name\":{\"0\":{},\"2\":{},\"73\":{},\"166\":{}},\"comment\":{}}],[\"comments\",{\"_index\":79,\"name\":{\"114\":{},\"159\":{}},\"comment\":{}}],[\"constructor\",{\"_index\":108,\"name\":{\"145\":{}},\"comment\":{}}],[\"contentsearch\",{\"_index\":116,\"name\":{\"154\":{},\"207\":{}},\"comment\":{}}],[\"count\",{\"_index\":38,\"name\":{\"49\":{},\"64\":{},\"196\":{}},\"comment\":{}}],[\"created\",{\"_index\":2,\"name\":{\"3\":{},\"10\":{},\"83\":{}},\"comment\":{}}],[\"date_joined\",{\"_index\":23,\"name\":{\"29\":{}},\"comment\":{}}],[\"default\",{\"_index\":107,\"name\":{\"144\":{}},\"comment\":{}}],[\"describe\",{\"_index\":121,\"name\":{\"162\":{},\"210\":{}},\"comment\":{}}],[\"description\",{\"_index\":8,\"name\":{\"9\":{},\"81\":{}},\"comment\":{}}],[\"download\",{\"_index\":4,\"name\":{\"5\":{},\"74\":{},\"160\":{}},\"comment\":{}}],[\"duration\",{\"_index\":59,\"name\":{\"90\":{}},\"comment\":{}}],[\"edit\",{\"_index\":50,\"name\":{\"76\":{}},\"comment\":{}}],[\"expires_in\",{\"_index\":31,\"name\":{\"38\":{}},\"comment\":{}}],[\"fetchwithauthparams\",{\"_index\":149,\"name\":{\"219\":{}},\"comment\":{}}],[\"filesize\",{\"_index\":56,\"name\":{\"87\":{}},\"comment\":{}}],[\"geotag\",{\"_index\":52,\"name\":{\"82\":{}},\"comment\":{}}],[\"getanalysis\",{\"_index\":45,\"name\":{\"69\":{}},\"comment\":{}}],[\"getcomments\",{\"_index\":47,\"name\":{\"71\":{}},\"comment\":{}}],[\"getitem\",{\"_index\":37,\"name\":{\"47\":{},\"62\":{},\"194\":{}},\"comment\":{}}],[\"getloginurl\",{\"_index\":145,\"name\":{\"213\":{}},\"comment\":{}}],[\"getlogouturl\",{\"_index\":146,\"name\":{\"214\":{}},\"comment\":{}}],[\"getpack\",{\"_index\":137,\"name\":{\"186\":{},\"216\":{}},\"comment\":{}}],[\"getpendingsounds\",{\"_index\":144,\"name\":{\"211\":{}},\"comment\":{}}],[\"getsimilar\",{\"_index\":46,\"name\":{\"70\":{}},\"comment\":{}}],[\"getsound\",{\"_index\":43,\"name\":{\"54\":{},\"217\":{}},\"comment\":{}}],[\"getuser\",{\"_index\":147,\"name\":{\"215\":{}},\"comment\":{}}],[\"home_page\",{\"_index\":17,\"name\":{\"23\":{}},\"comment\":{}}],[\"host\",{\"_index\":112,\"name\":{\"149\":{}},\"comment\":{}}],[\"hq\",{\"_index\":67,\"name\":{\"99\":{},\"100\":{}},\"comment\":{}}],[\"id\",{\"_index\":6,\"name\":{\"7\":{},\"77\":{}},\"comment\":{}}],[\"images\",{\"_index\":68,\"name\":{\"101\":{}},\"comment\":{}}],[\"large\",{\"_index\":21,\"name\":{\"27\":{}},\"comment\":{}}],[\"license\",{\"_index\":53,\"name\":{\"84\":{}},\"comment\":{}}],[\"logout\",{\"_index\":124,\"name\":{\"168\":{}},\"comment\":{}}],[\"logoutauthorize\",{\"_index\":125,\"name\":{\"169\":{}},\"comment\":{}}],[\"lq\",{\"_index\":64,\"name\":{\"97\":{},\"98\":{}},\"comment\":{}}],[\"makeformdata\",{\"_index\":134,\"name\":{\"180\":{}},\"comment\":{}}],[\"makerequest\",{\"_index\":150,\"name\":{\"220\":{}},\"comment\":{}}],[\"makeuri\",{\"_index\":148,\"name\":{\"218\":{}},\"comment\":{}}],[\"me\",{\"_index\":126,\"name\":{\"170\":{},\"212\":{}},\"comment\":{}}],[\"medium\",{\"_index\":22,\"name\":{\"28\":{}},\"comment\":{}}],[\"mp3\",{\"_index\":66,\"name\":{\"98\":{},\"100\":{}},\"comment\":{}}],[\"name\",{\"_index\":9,\"name\":{\"11\":{},\"79\":{}},\"comment\":{}}],[\"next\",{\"_index\":40,\"name\":{\"51\":{},\"66\":{},\"198\":{}},\"comment\":{}}],[\"nextorprev\",{\"_index\":34,\"name\":{\"41\":{},\"56\":{},\"188\":{}},\"comment\":{}}],[\"nextpage\",{\"_index\":35,\"name\":{\"43\":{},\"58\":{},\"190\":{}},\"comment\":{}}],[\"num_comments\",{\"_index\":26,\"name\":{\"33\":{},\"115\":{}},\"comment\":{}}],[\"num_downloads\",{\"_index\":11,\"name\":{\"14\":{},\"111\":{}},\"comment\":{}}],[\"num_packs\",{\"_index\":24,\"name\":{\"31\":{}},\"comment\":{}}],[\"num_posts\",{\"_index\":25,\"name\":{\"32\":{}},\"comment\":{}}],[\"num_ratings\",{\"_index\":78,\"name\":{\"113\":{}},\"comment\":{}}],[\"num_sounds\",{\"_index\":10,\"name\":{\"13\":{},\"30\":{}},\"comment\":{}}],[\"ogg\",{\"_index\":65,\"name\":{\"97\":{},\"99\":{}},\"comment\":{}}],[\"pack\",{\"_index\":3,\"name\":{\"4\":{},\"93\":{},\"176\":{}},\"comment\":{}}],[\"pack_name\",{\"_index\":61,\"name\":{\"94\":{}},\"comment\":{}}],[\"packcollection\",{\"_index\":136,\"name\":{\"184\":{}},\"comment\":{}}],[\"packdownload\",{\"_index\":132,\"name\":{\"178\":{}},\"comment\":{}}],[\"packobject\",{\"_index\":140,\"name\":{\"202\":{}},\"comment\":{}}],[\"packs\",{\"_index\":13,\"name\":{\"17\":{}},\"comment\":{}}],[\"packsounds\",{\"_index\":131,\"name\":{\"177\":{}},\"comment\":{}}],[\"pending\",{\"_index\":122,\"name\":{\"163\":{}},\"comment\":{}}],[\"postaccesscode\",{\"_index\":143,\"name\":{\"205\":{}},\"comment\":{}}],[\"preview\",{\"_index\":63,\"name\":{\"97\":{},\"98\":{},\"99\":{},\"100\":{}},\"comment\":{}}],[\"previews\",{\"_index\":62,\"name\":{\"95\":{}},\"comment\":{}}],[\"previous\",{\"_index\":41,\"name\":{\"52\":{},\"67\":{},\"199\":{}},\"comment\":{}}],[\"previouspage\",{\"_index\":36,\"name\":{\"45\":{},\"60\":{},\"192\":{}},\"comment\":{}}],[\"rate\",{\"_index\":48,\"name\":{\"72\":{},\"165\":{}},\"comment\":{}}],[\"refresh_token\",{\"_index\":32,\"name\":{\"39\":{}},\"comment\":{}}],[\"results\",{\"_index\":39,\"name\":{\"50\":{},\"65\":{},\"197\":{}},\"comment\":{}}],[\"samplerate\",{\"_index\":60,\"name\":{\"91\":{}},\"comment\":{}}],[\"scope\",{\"_index\":30,\"name\":{\"37\":{}},\"comment\":{}}],[\"search\",{\"_index\":135,\"name\":{\"181\":{}},\"comment\":{}}],[\"setclientsecrets\",{\"_index\":142,\"name\":{\"204\":{}},\"comment\":{}}],[\"settoken\",{\"_index\":141,\"name\":{\"203\":{}},\"comment\":{}}],[\"similar_sounds\",{\"_index\":80,\"name\":{\"116\":{}},\"comment\":{}}],[\"similarsounds\",{\"_index\":119,\"name\":{\"158\":{}},\"comment\":{}}],[\"small\",{\"_index\":20,\"name\":{\"26\":{}},\"comment\":{}}],[\"sound\",{\"_index\":44,\"name\":{\"68\":{},\"156\":{}},\"comment\":{}}],[\"soundanalysis\",{\"_index\":118,\"name\":{\"157\":{}},\"comment\":{}}],[\"soundcollection\",{\"_index\":42,\"name\":{\"53\":{},\"183\":{}},\"comment\":{}}],[\"soundobject\",{\"_index\":138,\"name\":{\"200\":{}},\"comment\":{}}],[\"sounds\",{\"_index\":5,\"name\":{\"6\":{},\"16\":{}},\"comment\":{}}],[\"spectral_bw_l\",{\"_index\":71,\"name\":{\"105\":{}},\"comment\":{}}],[\"spectral_bw_m\",{\"_index\":76,\"name\":{\"110\":{}},\"comment\":{}}],[\"spectral_l\",{\"_index\":70,\"name\":{\"104\":{}},\"comment\":{}}],[\"spectral_m\",{\"_index\":69,\"name\":{\"103\":{}},\"comment\":{}}],[\"tags\",{\"_index\":51,\"name\":{\"80\":{}},\"comment\":{}}],[\"textsearch\",{\"_index\":115,\"name\":{\"153\":{},\"206\":{}},\"comment\":{}}],[\"type\",{\"_index\":54,\"name\":{\"85\":{}},\"comment\":{}}],[\"upload\",{\"_index\":120,\"name\":{\"161\":{},\"209\":{}},\"comment\":{}}],[\"uris\",{\"_index\":113,\"name\":{\"150\":{}},\"comment\":{}}],[\"url\",{\"_index\":7,\"name\":{\"8\":{},\"20\":{},\"78\":{}},\"comment\":{}}],[\"user\",{\"_index\":12,\"name\":{\"15\":{},\"171\":{}},\"comment\":{}}],[\"userbookmarkcategories\",{\"_index\":129,\"name\":{\"174\":{}},\"comment\":{}}],[\"userbookmarkcategorysounds\",{\"_index\":130,\"name\":{\"175\":{}},\"comment\":{}}],[\"username\",{\"_index\":1,\"name\":{\"1\":{},\"12\":{},\"21\":{},\"92\":{}},\"comment\":{}}],[\"userobject\",{\"_index\":139,\"name\":{\"201\":{}},\"comment\":{}}],[\"userpacks\",{\"_index\":128,\"name\":{\"173\":{}},\"comment\":{}}],[\"usersounds\",{\"_index\":127,\"name\":{\"172\":{}},\"comment\":{}}],[\"waveform_bw_l\",{\"_index\":73,\"name\":{\"107\":{}},\"comment\":{}}],[\"waveform_bw_m\",{\"_index\":72,\"name\":{\"106\":{}},\"comment\":{}}],[\"waveform_l\",{\"_index\":74,\"name\":{\"108\":{}},\"comment\":{}}],[\"waveform_m\",{\"_index\":75,\"name\":{\"109\":{}},\"comment\":{}}]],\"pipeline\":[]}}"); \ No newline at end of file diff --git a/docs/assets/style.css b/docs/assets/style.css new file mode 100644 index 0000000..958d2c2 --- /dev/null +++ b/docs/assets/style.css @@ -0,0 +1,1225 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; + --light-color-text: #222; + --light-color-text-aside: #707070; + --light-color-link: #4da6ff; + --light-color-ts: #db1373; + --light-color-ts-interface: #139d2c; + --light-color-ts-enum: #9c891a; + --light-color-ts-class: #2484e5; + --light-color-ts-function: #572be7; + --light-color-ts-namespace: #b111c9; + --light-color-ts-private: #707070; + --light-color-ts-variable: #4d68ff; + --light-external-icon: url("data:image/svg+xml;utf8,"); + --light-color-scheme: light; + + /* Dark */ + --dark-color-background: #2b2e33; + --dark-color-background-secondary: #1e2024; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + --dark-color-link: #00aff4; + --dark-color-ts: #ff6492; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-class: #61b0ff; + --dark-color-ts-function: #9772ff; + --dark-color-ts-namespace: #e14dff; + --dark-color-ts-private: #e2e2e2; + --dark-color-ts-variable: #4d68ff; + --dark-external-icon: url("data:image/svg+xml;utf8,"); + --dark-color-scheme: dark; +} + +@media (prefers-color-scheme: light) { + :root { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-function: var(--light-color-ts-function); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-private: var(--light-color-ts-private); + --color-ts-variable: var(--light-color-ts-variable); + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); + } +} + +@media (prefers-color-scheme: dark) { + :root { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-private: var(--dark-color-ts-private); + --color-ts-variable: var(--dark-color-ts-variable); + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); + } +} + +html { + color-scheme: var(--color-scheme); +} + +body { + margin: 0; +} + +:root[data-theme="light"] { + --color-background: var(--light-color-background); + --color-background-secondary: var(--light-color-background-secondary); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + --color-ts: var(--light-color-ts); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-class: var(--light-color-ts-class); + --color-ts-function: var(--light-color-ts-function); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-private: var(--light-color-ts-private); + --color-ts-variable: var(--light-color-ts-variable); + --external-icon: var(--light-external-icon); + --color-scheme: var(--light-color-scheme); +} + +:root[data-theme="dark"] { + --color-background: var(--dark-color-background); + --color-background-secondary: var(--dark-color-background-secondary); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + --color-ts: var(--dark-color-ts); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-private: var(--dark-color-ts-private); + --color-ts-variable: var(--dark-color-ts-variable); + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 { + font-size: 1.875rem; + margin: 0.67rem 0; +} + +h2 { + font-size: 1.5rem; + margin: 0.83rem 0; +} + +h3 { + font-size: 1.25rem; + margin: 1rem 0; +} + +h4 { + font-size: 1.05rem; + margin: 1.33rem 0; +} + +h5 { + font-size: 1rem; + margin: 1.5rem 0; +} + +h6 { + font-size: 0.875rem; + margin: 2.33rem 0; +} + +.uppercase { + text-transform: uppercase; +} + +pre { + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1600px; + padding: 0 2rem; +} + +@media (min-width: 640px) { + .container { + padding: 0 4rem; + } +} +@media (min-width: 1200px) { + .container { + padding: 0 8rem; + } +} +@media (min-width: 1600px) { + .container { + padding: 0 12rem; + } +} + +/* Footer */ +.tsd-generator { + border-top: 1px solid var(--color-accent); + padding-top: 1rem; + padding-bottom: 1rem; + max-height: 3.5rem; +} + +.tsd-generator > p { + margin-top: 0; + margin-bottom: 0; + padding: 0 1rem; +} + +.container-main { + display: flex; + justify-content: space-between; + position: relative; + margin: 0 auto; +} + +.col-4, +.col-8 { + box-sizing: border-box; + float: left; + padding: 2rem 1rem; +} + +.col-4 { + flex: 0 0 25%; +} +.col-8 { + flex: 1 0; + flex-wrap: wrap; + padding-left: 0; +} + +@keyframes fade-in { + from { + opacity: 0; + } + to { + opacity: 1; + } +} +@keyframes fade-out { + from { + opacity: 1; + visibility: visible; + } + to { + opacity: 0; + } +} +@keyframes fade-in-delayed { + 0% { + opacity: 0; + } + 33% { + opacity: 0; + } + 100% { + opacity: 1; + } +} +@keyframes fade-out-delayed { + 0% { + opacity: 1; + visibility: visible; + } + 66% { + opacity: 0; + } + 100% { + opacity: 0; + } +} +@keyframes shift-to-left { + from { + transform: translate(0, 0); + } + to { + transform: translate(-25%, 0); + } +} +@keyframes unshift-to-left { + from { + transform: translate(-25%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-in-from-right { + from { + transform: translate(100%, 0); + } + to { + transform: translate(0, 0); + } +} +@keyframes pop-out-to-right { + from { + transform: translate(0, 0); + visibility: visible; + } + to { + transform: translate(100%, 0); + } +} +body { + background: var(--color-background); + font-family: "Segoe UI", sans-serif; + font-size: 16px; + color: var(--color-text); +} + +a { + color: var(--color-link); + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a.external[target="_blank"] { + background-image: var(--external-icon); + background-position: top 3px right; + background-repeat: no-repeat; + padding-right: 13px; +} + +code, +pre { + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + padding: 0.2em; + margin: 0; + font-size: 0.875rem; + border-radius: 0.8em; +} + +pre { + padding: 10px; + border: 0.1em solid var(--color-accent); +} +pre code { + padding: 0; + font-size: 100%; +} + +blockquote { + margin: 1em 0; + padding-left: 1em; + border-left: 4px solid gray; +} + +.tsd-typography { + line-height: 1.333em; +} +.tsd-typography ul { + list-style: square; + padding: 0 0 0 20px; + margin: 0; +} +.tsd-typography h4, +.tsd-typography .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; + margin: 0; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} + +@media (max-width: 1024px) { + html .col-content { + float: none; + max-width: 100%; + width: 100%; + padding-top: 3rem; + } + html .col-menu { + position: fixed !important; + overflow-y: auto; + -webkit-overflow-scrolling: touch; + z-index: 1024; + top: 0 !important; + bottom: 0 !important; + left: auto !important; + right: 0 !important; + padding: 1.5rem 1.5rem 0 0; + max-width: 25rem; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-menu > *:last-child { + padding-bottom: 20px; + } + html .overlay { + content: ""; + display: block; + position: fixed; + z-index: 1023; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: rgba(0, 0, 0, 0.75); + visibility: hidden; + } + + .to-has-menu .overlay { + animation: fade-in 0.4s; + } + + .to-has-menu :is(header, footer, .col-content) { + animation: shift-to-left 0.4s; + } + + .to-has-menu .col-menu { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu :is(header, footer, .col-content) { + animation: unshift-to-left 0.4s; + } + + .from-has-menu .col-menu { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu :is(header, footer, .col-content) { + transform: translate(-25%, 0); + } + .has-menu .col-menu { + visibility: visible; + transform: translate(0, 0); + display: grid; + align-items: center; + grid-template-rows: auto 1fr; + grid-gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +.tsd-breadcrumb { + margin: 0; + padding: 0; + color: var(--color-text-aside); +} +.tsd-breadcrumb a { + color: var(--color-text-aside); + text-decoration: none; +} +.tsd-breadcrumb a:hover { + text-decoration: underline; +} +.tsd-breadcrumb li { + display: inline; +} +.tsd-breadcrumb li:after { + content: " / "; +} + +.tsd-comment-tags { + display: flex; + flex-direction: column; +} +dl.tsd-comment-tag-group { + display: flex; + align-items: center; + overflow: hidden; + margin: 0.5em 0; +} +dl.tsd-comment-tag-group dt { + display: flex; + margin-right: 0.5em; + font-size: 0.875em; + font-weight: normal; +} +dl.tsd-comment-tag-group dd { + margin: 0; +} +code.tsd-tag { + padding: 0.25em 0.4em; + border: 0.1em solid var(--color-accent); + margin-right: 0.25em; + font-size: 70%; +} +h1 code.tsd-tag:first-of-type { + margin-left: 0.25em; +} + +dl.tsd-comment-tag-group dd:before, +dl.tsd-comment-tag-group dd:after { + content: " "; +} +dl.tsd-comment-tag-group dd pre, +dl.tsd-comment-tag-group dd:after { + clear: both; +} +dl.tsd-comment-tag-group p { + margin: 0; +} + +.tsd-panel.tsd-comment .lead { + font-size: 1.1em; + line-height: 1.333em; + margin-bottom: 2em; +} +.tsd-panel.tsd-comment .lead:last-child { + margin-bottom: 0; +} + +.tsd-filter-visibility h4 { + font-size: 1rem; + padding-top: 0.75rem; + padding-bottom: 0.5rem; + margin: 0; +} +.tsd-filter-item:not(:last-child) { + margin-bottom: 0.5rem; +} +.tsd-filter-input { + display: flex; + width: fit-content; + width: -moz-fit-content; + align-items: center; + user-select: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + cursor: pointer; +} +.tsd-filter-input input[type="checkbox"] { + cursor: pointer; + position: absolute; + width: 1.5em; + height: 1.5em; + opacity: 0; +} +.tsd-filter-input input[type="checkbox"]:disabled { + pointer-events: none; +} +.tsd-filter-input svg { + cursor: pointer; + width: 1.5em; + height: 1.5em; + margin-right: 0.5em; + border-radius: 0.33em; + /* Leaving this at full opacity breaks event listeners on Firefox. + Don't remove unless you know what you're doing. */ + opacity: 0.99; +} +.tsd-filter-input input[type="checkbox"]:focus + svg { + transform: scale(0.95); +} +.tsd-filter-input input[type="checkbox"]:focus:not(:focus-visible) + svg { + transform: scale(1); +} +.tsd-checkbox-background { + fill: var(--color-accent); +} +input[type="checkbox"]:checked ~ svg .tsd-checkbox-checkmark { + stroke: var(--color-text); +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-background { + fill: var(--color-background); + stroke: var(--color-accent); + stroke-width: 0.25rem; +} +.tsd-filter-input input:disabled ~ svg > .tsd-checkbox-checkmark { + stroke: var(--color-accent); +} + +.tsd-theme-toggle { + padding-top: 0.75rem; +} +.tsd-theme-toggle > h4 { + display: inline; + vertical-align: middle; + margin-right: 0.75rem; +} + +.tsd-hierarchy { + list-style: square; + margin: 0; +} +.tsd-hierarchy .target { + font-weight: bold; +} + +.tsd-panel-group.tsd-index-group { + margin-bottom: 0; +} +.tsd-index-panel .tsd-index-list { + list-style: none; + line-height: 1.333em; + margin: 0; + padding: 0.25rem 0 0 0; + overflow: hidden; + display: grid; + grid-template-columns: repeat(3, 1fr); + column-gap: 1rem; + grid-template-rows: auto; +} +@media (max-width: 1024px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(2, 1fr); + } +} +@media (max-width: 768px) { + .tsd-index-panel .tsd-index-list { + grid-template-columns: repeat(1, 1fr); + } +} +.tsd-index-panel .tsd-index-list li { + -webkit-page-break-inside: avoid; + -moz-page-break-inside: avoid; + -ms-page-break-inside: avoid; + -o-page-break-inside: avoid; + page-break-inside: avoid; +} +.tsd-index-panel a, +.tsd-index-panel a.tsd-parent-kind-module { + color: var(--color-ts); +} +.tsd-index-panel a.tsd-parent-kind-interface { + color: var(--color-ts-interface); +} +.tsd-index-panel a.tsd-parent-kind-enum { + color: var(--color-ts-enum); +} +.tsd-index-panel a.tsd-parent-kind-class { + color: var(--color-ts-class); +} +.tsd-index-panel a.tsd-kind-module { + color: var(--color-ts-namespace); +} +.tsd-index-panel a.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-index-panel a.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-index-panel a.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-index-panel a.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-index-panel a.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-index-panel a.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-index-panel a.tsd-is-private { + color: var(--color-ts-private); +} + +.tsd-flag { + display: inline-block; + padding: 0.25em 0.4em; + border-radius: 4px; + color: var(--color-comment-tag-text); + background-color: var(--color-comment-tag); + text-indent: 0; + font-size: 75%; + line-height: 1; + font-weight: normal; +} + +.tsd-anchor { + position: absolute; + top: -100px; +} + +.tsd-member { + position: relative; +} +.tsd-member .tsd-anchor + h3 { + display: flex; + align-items: center; + margin-top: 0; + margin-bottom: 0; + border-bottom: none; +} +.tsd-member [data-tsd-kind] { + color: var(--color-ts); +} +.tsd-member [data-tsd-kind="Interface"] { + color: var(--color-ts-interface); +} +.tsd-member [data-tsd-kind="Enum"] { + color: var(--color-ts-enum); +} +.tsd-member [data-tsd-kind="Class"] { + color: var(--color-ts-class); +} +.tsd-member [data-tsd-kind="Private"] { + color: var(--color-ts-private); +} + +.tsd-navigation a { + display: block; + margin: 0.4rem 0; + border-left: 2px solid transparent; + color: var(--color-text); + text-decoration: none; + transition: border-left-color 0.1s; +} +.tsd-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul { + margin: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li { + padding: 0; +} + +.tsd-navigation.primary .tsd-accordion-details > ul { + margin-top: 0.75rem; +} +.tsd-navigation.primary a { + padding: 0.75rem 0.5rem; + margin: 0; +} +.tsd-navigation.primary ul li a { + margin-left: 0.5rem; +} +.tsd-navigation.primary ul li li a { + margin-left: 1.5rem; +} +.tsd-navigation.primary ul li li li a { + margin-left: 2.5rem; +} +.tsd-navigation.primary ul li li li li a { + margin-left: 3.5rem; +} +.tsd-navigation.primary ul li li li li li a { + margin-left: 4.5rem; +} +.tsd-navigation.primary ul li li li li li li a { + margin-left: 5.5rem; +} +.tsd-navigation.primary li.current > a { + border-left: 0.15rem var(--color-text) solid; +} +.tsd-navigation.primary li.selected > a { + font-weight: bold; + border-left: 0.2rem var(--color-text) solid; +} +.tsd-navigation.primary ul li a:hover { + border-left: 0.2rem var(--color-text-aside) solid; +} +.tsd-navigation.primary li.globals + li > span, +.tsd-navigation.primary li.globals + li > a { + padding-top: 20px; +} + +.tsd-navigation.secondary.tsd-navigation--toolbar-hide { + max-height: calc(100vh - 1rem); + top: 0.5rem; +} +.tsd-navigation.secondary > ul { + display: inline; + padding-right: 0.5rem; + transition: opacity 0.2s; +} +.tsd-navigation.secondary ul li a { + padding-left: 0; +} +.tsd-navigation.secondary ul li li a { + padding-left: 1.1rem; +} +.tsd-navigation.secondary ul li li li a { + padding-left: 2.2rem; +} +.tsd-navigation.secondary ul li li li li a { + padding-left: 3.3rem; +} +.tsd-navigation.secondary ul li li li li li a { + padding-left: 4.4rem; +} +.tsd-navigation.secondary ul li li li li li li a { + padding-left: 5.5rem; +} + +a.tsd-index-link { + margin: 0.25rem 0; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; +} +.tsd-accordion-summary > h1, +.tsd-accordion-summary > h2, +.tsd-accordion-summary > h3, +.tsd-accordion-summary > h4, +.tsd-accordion-summary > h5 { + display: inline-flex; + align-items: center; + vertical-align: middle; + margin-bottom: 0; + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; +} +.tsd-accordion-summary { + display: block; + cursor: pointer; +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; +} +.tsd-index-accordion .tsd-accordion-summary svg { + margin-right: 0.25rem; +} +.tsd-index-content > :not(:first-child) { + margin-top: 0.75rem; +} +.tsd-index-heading { + margin-top: 1.5rem; + margin-bottom: 0.75rem; +} + +.tsd-kind-icon { + margin-right: 0.5rem; + width: 1.25rem; + height: 1.25rem; + min-width: 1.25rem; + min-height: 1.25rem; +} +.tsd-kind-icon path { + transform-origin: center; + transform: scale(1.1); +} +.tsd-signature > .tsd-kind-icon { + margin-right: 0.8rem; +} + +@media (min-width: 1024px) { + .col-content { + margin: 2rem auto; + } + + .menu-sticky-wrap { + position: sticky; + height: calc(100vh - 2rem); + top: 4rem; + right: 0; + padding: 0 1.5rem; + padding-top: 1rem; + margin-top: 3rem; + transition: 0.3s ease-in-out; + transition-property: top, padding-top, padding, height; + overflow-y: auto; + } + .col-menu { + border-left: 1px solid var(--color-accent); + } + .col-menu--hide { + top: 1rem; + } + .col-menu .tsd-navigation:not(:last-child) { + padding-bottom: 1.75rem; + } +} + +.tsd-panel { + margin-bottom: 2.5rem; +} +.tsd-panel.tsd-member { + margin-bottom: 4rem; +} +.tsd-panel:empty { + display: none; +} +.tsd-panel > h1, +.tsd-panel > h2, +.tsd-panel > h3 { + margin: 1.5rem -1.5rem 0.75rem -1.5rem; + padding: 0 1.5rem 0.75rem 1.5rem; +} +.tsd-panel > h1.tsd-before-signature, +.tsd-panel > h2.tsd-before-signature, +.tsd-panel > h3.tsd-before-signature { + margin-bottom: 0; + border-bottom: none; +} + +.tsd-panel-group { + margin: 4rem 0; +} +.tsd-panel-group.tsd-index-group { + margin: 2rem 0; +} +.tsd-panel-group.tsd-index-group details { + margin: 2rem 0; +} + +#tsd-search { + transition: background-color 0.2s; +} +#tsd-search .title { + position: relative; + z-index: 2; +} +#tsd-search .field { + position: absolute; + left: 0; + top: 0; + right: 2.5rem; + height: 100%; +} +#tsd-search .field input { + box-sizing: border-box; + position: relative; + top: -50px; + z-index: 1; + width: 100%; + padding: 0 10px; + opacity: 0; + outline: 0; + border: 0; + background: transparent; + color: var(--color-text); +} +#tsd-search .field label { + position: absolute; + overflow: hidden; + right: -40px; +} +#tsd-search .field input, +#tsd-search .title { + transition: opacity 0.2s; +} +#tsd-search .results { + position: absolute; + visibility: hidden; + top: 40px; + width: 100%; + margin: 0; + padding: 0; + list-style: none; + box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); +} +#tsd-search .results li { + padding: 0 10px; + background-color: var(--color-background); +} +#tsd-search .results li:nth-child(even) { + background-color: var(--color-background-secondary); +} +#tsd-search .results li.state { + display: none; +} +#tsd-search .results li.current, +#tsd-search .results li:hover { + background-color: var(--color-accent); +} +#tsd-search .results a { + display: block; +} +#tsd-search .results a:before { + top: 10px; +} +#tsd-search .results span.parent { + color: var(--color-text-aside); + font-weight: normal; +} +#tsd-search.has-focus { + background-color: var(--color-accent); +} +#tsd-search.has-focus .field input { + top: 0; + opacity: 1; +} +#tsd-search.has-focus .title { + z-index: 0; + opacity: 0; +} +#tsd-search.has-focus .results { + visibility: visible; +} +#tsd-search.loading .results li.state.loading { + display: block; +} +#tsd-search.failure .results li.state.failure { + display: block; +} + +.tsd-signature { + margin: 0 0 1rem 0; + padding: 1rem 0.5rem; + border: 1px solid var(--color-accent); + font-family: Menlo, Monaco, Consolas, "Courier New", monospace; + font-size: 14px; + overflow-x: auto; +} + +.tsd-signature-symbol { + color: var(--color-text-aside); + font-weight: normal; +} + +.tsd-signature-type { + font-style: italic; + font-weight: normal; +} + +.tsd-signatures { + padding: 0; + margin: 0 0 1em 0; + list-style-type: none; +} +.tsd-signatures .tsd-signature { + margin: 0; + border-color: var(--color-accent); + border-width: 1px 0; + transition: background-color 0.1s; +} +.tsd-description .tsd-signatures .tsd-signature { + border-width: 1px; +} + +ul.tsd-parameter-list, +ul.tsd-type-parameter-list { + list-style: square; + margin: 0; + padding-left: 20px; +} +ul.tsd-parameter-list > li.tsd-parameter-signature, +ul.tsd-type-parameter-list > li.tsd-parameter-signature { + list-style: none; + margin-left: -20px; +} +ul.tsd-parameter-list h5, +ul.tsd-type-parameter-list h5 { + font-size: 16px; + margin: 1em 0 0.5em 0; +} +.tsd-sources { + margin-top: 1rem; + font-size: 0.875em; +} +.tsd-sources a { + color: var(--color-text-aside); + text-decoration: underline; +} +.tsd-sources ul { + list-style: none; + padding: 0; +} + +.tsd-page-toolbar { + position: fixed; + z-index: 1; + top: 0; + left: 0; + width: 100%; + color: var(--color-text); + background: var(--color-background-secondary); + border-bottom: 1px var(--color-accent) solid; + transition: transform 0.3s ease-in-out; +} +.tsd-page-toolbar a { + color: var(--color-text); + text-decoration: none; +} +.tsd-page-toolbar a.title { + font-weight: bold; +} +.tsd-page-toolbar a.title:hover { + text-decoration: underline; +} +.tsd-page-toolbar .tsd-toolbar-contents { + display: flex; + justify-content: space-between; + height: 2.5rem; + margin: 0 auto; +} +.tsd-page-toolbar .table-cell { + position: relative; + white-space: nowrap; + line-height: 40px; +} +.tsd-page-toolbar .table-cell:first-child { + width: 100%; +} + +.tsd-page-toolbar--hide { + transform: translateY(-100%); +} + +.tsd-widget { + display: inline-block; + overflow: hidden; + opacity: 0.8; + height: 40px; + transition: opacity 0.1s, background-color 0.2s; + vertical-align: bottom; + cursor: pointer; +} +.tsd-widget:hover { + opacity: 0.9; +} +.tsd-widget.active { + opacity: 1; + background-color: var(--color-accent); +} +.tsd-widget.no-caption { + width: 40px; +} +.tsd-widget.no-caption:before { + margin: 0; +} + +.tsd-widget.options, +.tsd-widget.menu { + display: none; +} +@media (max-width: 1024px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } +} +input[type="checkbox"] + .tsd-widget:before { + background-position: -120px 0; +} +input[type="checkbox"]:checked + .tsd-widget:before { + background-position: -160px 0; +} + +img { + max-width: 100%; +} + +.tsd-anchor-icon { + display: inline-flex; + align-items: center; + margin-left: 0.5rem; + vertical-align: middle; + color: var(--color-text); +} + +.tsd-anchor-icon svg { + width: 1em; + height: 1em; + visibility: hidden; +} + +.tsd-anchor-link:hover > .tsd-anchor-icon svg { + visibility: visible; +} + +.deprecated { + text-decoration: line-through; +} + +* { + scrollbar-width: thin; + scrollbar-color: var(--color-accent) var(--color-icon-background); +} + +*::-webkit-scrollbar { + width: 0.75rem; +} + +*::-webkit-scrollbar-track { + background: var(--color-icon-background); +} + +*::-webkit-scrollbar-thumb { + background-color: var(--color-accent); + border-radius: 999rem; + border: 0.25rem solid var(--color-icon-background); +} diff --git a/docs/assets/images/widgets.png b/docs/assets/widgets.png similarity index 100% rename from docs/assets/images/widgets.png rename to docs/assets/widgets.png diff --git a/docs/assets/images/widgets@2x.png b/docs/assets/widgets@2x.png similarity index 100% rename from docs/assets/images/widgets@2x.png rename to docs/assets/widgets@2x.png diff --git a/docs/classes/default.html b/docs/classes/default.html new file mode 100644 index 0000000..ca5682c --- /dev/null +++ b/docs/classes/default.html @@ -0,0 +1,804 @@ +default | freesound-client
    +
    +
    +
    +
    + +

    Class default

    +
    +

    Hierarchy

    +
      +
    • default
    +
    +
    +
    + +
    +
    +

    Constructors

    +
    + +
    +
    +

    Properties

    +
    + +
    authHeader: string = ''
    +
    + +
    clientId: string = ''
    +
    + +
    clientSecret: string = ''
    +
    + +
    host: string = 'freesound.org'
    +
    + +
    uris: { authorize: string; base: string; bookmark: string; combinedSearch: string; comment: string; comments: string; contentSearch: string; describe: string; download: string; logout: string; logoutAuthorize: string; me: string; pack: string; packDownload: string; packSounds: string; pending: string; rate: string; similarSounds: string; sound: string; soundAnalysis: string; textSearch: string; upload: string; user: string; userBookmarkCategories: string; userBookmarkCategorySounds: string; userPacks: string; userSounds: string } = ...
    +
    +

    Type declaration

    +
      +
    • +
      authorize: string
    • +
    • +
      base: string
    • +
    • +
      bookmark: string
    • +
    • +
      combinedSearch: string
    • +
    • +
      comment: string
    • +
    • +
      comments: string
    • +
    • +
      contentSearch: string
    • +
    • +
      describe: string
    • +
    • +
      download: string
    • +
    • +
      logout: string
    • +
    • +
      logoutAuthorize: string
    • +
    • +
      me: string
    • +
    • +
      pack: string
    • +
    • +
      packDownload: string
    • +
    • +
      packSounds: string
    • +
    • +
      pending: string
    • +
    • +
      rate: string
    • +
    • +
      similarSounds: string
    • +
    • +
      sound: string
    • +
    • +
      soundAnalysis: string
    • +
    • +
      textSearch: string
    • +
    • +
      upload: string
    • +
    • +
      user: string
    • +
    • +
      userBookmarkCategories: string
    • +
    • +
      userBookmarkCategorySounds: string
    • +
    • +
      userPacks: string
    • +
    • +
      userSounds: string
    +
    +

    Methods

    +
    + +
      + +
    • +
      +

      Type Parameters

      +
      +

      Type Parameters

      +
        +
      • +

        T

      +
      +

      Parameters

      +
        +
      • +
        oldJsonObject: RawCollection<T>
      +

      Returns Collection<T>

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        jsonObject: RawCollection<Pack>
      +

      Returns { count: number; getItem: ((page: number) => Pack); getPack: ((idx: number) => Pack); next: string; nextOrPrev: ((page: string) => Promise<Collection<Pack>>); nextPage: ((page: number) => Promise<Collection<Pack>>); previous: string; previousPage: ((page: number) => Promise<Collection<Pack>>); results: Pack[] }

      +
        +
      • +
        count: number
      • +
      • +
        getItem: ((page: number) => Pack)
        +
          +
        • +
            +
          • (page: number): Pack
          • +
          • +
            +

            Parameters

            +
              +
            • +
              page: number
            +

            Returns Pack

      • +
      • +
        getPack: ((idx: number) => Pack)
        +
          +
        • +
            +
          • (idx: number): Pack
          • +
          • +
            +

            Parameters

            +
              +
            • +
              idx: number
            +

            Returns Pack

      • +
      • +
        next: string
      • +
      • +
        nextOrPrev: ((page: string) => Promise<Collection<Pack>>)
        +
      • +
      • +
        nextPage: ((page: number) => Promise<Collection<Pack>>)
        +
      • +
      • +
        previous: string
      • +
      • +
        previousPage: ((page: number) => Promise<Collection<Pack>>)
        +
      • +
      • +
        results: Pack[]
    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        oldJsonObject: RawPack
      +

      Returns Pack

    +
    + +
    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        oldJsonObject: RawSound
      +

      Returns Sound

    +
    + +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        oldJsonObject: RawUser
      +

      Returns User

    +
    + +
      + +
    • +

      Returns void

    +
    + +
      + +
    • +

      Search sounds in Freesound based on their tags, metadata and content-based descriptiors via +a combination of text search and content search. See +https://freesound.org/docs/api/resources_apiv2.html#combined-search for more information.

      +
      const soundCollectionResults = await freeSound.combinedSearch(
      filter: 'tag:scale',
      target: 'rhythm.bpm:120',
      ); +
      +
      +
      +

      Parameters

      +
        +
      • +
        options: SearchOpts
      +

      Returns Promise<unknown>

    +
    + +
    +
    + +
      + +
    • +

      Describe a previously uploaded file that does not have a description. +Note: after a sound receives a description, the team of Freesound moderators +still needs to process and moderate it, so it may not yet appear in Freesound. +A list of sounds uploaded and described by the user, but still +pending processing and moderation, is viewable with +the getPendingSounds() method. This method requires OAuth2 authentication. See +https://freesound.org/docs/api/resources_apiv2.html#describe-sound-oauth2-required +for more information.

      +
      +
      +

      Parameters

      +
        +
      • +
        description: { description: string }
        +

        a description for an uploaded sound

        +
        +
          +
        • +
          description: string
      +

      Returns Promise<unknown>

    +
    + +
      + +
    • +
      +

      Type Parameters

      +
      +

      Type Parameters

      +
        +
      • +

        T

      +
      +

      Parameters

      +
        +
      • +
        uri: string
      • +
      • +
        method: "GET" | "POST" = 'GET'
      • +
      • +
        params: FormData | Record<string, undefined | string> = {}
      +

      Returns Promise<Response>

    +
    + +
      + +
    • +

      Navigate to Freesound for user login.

      + +

      Returns

      a url where the user can login

      +
      const navigateToLogin = () => {
      window.location.replace(freeSound.getLoginURL());
      }; +
      +
      +

      Returns string

    +
    + +
      + +
    • +

      Returns string

    +
    + +
      + +
    • +

      Retrieve the list of sounds included in a pack. See +https://freesound.org/docs/api/resources_apiv2.html#pack-sounds for more information.

      + +

      Returns

      a list of sounds included in the pack that has packId as its identification number

      +
      // Fetch the pack
      // https://freesound.org/people/vroomvro0om/packs/21143/.
      const packObj = await freeSound.getPack(21143); +
      +
      +
      +

      Parameters

      +
        +
      • +
        packId: string | number
        +

        the identification number of the pack to fetch

        +
      • +
      • +
        options: {} = {}
        +
        +

        Returns Promise<Pack>

      +
      + +
        + +
      • +

        Retrieve a list of audio files uploaded by he Freesound user logged in using +OAuth2 are not described, processed or moderated. In Freesound, sounds need +descriptions after their upload. Then, sounds are automatically processed, and, +finally, a team of human moderators either accepts or rejects the upload. This method +keeps track of the status of these uploads and requires OAuth2 authentication. See +https://freesound.org/docs/api/resources_apiv2.html#pending-uploads-oauth2-required +for more information.

        +
        const result = await freeSound.getPendingSounds()
        +
        +
        +

        Returns Promise<unknown>

      +
      + +
        + +
      • +

        Retrieve detailed information about a sound. See +https://freesound.org/docs/api/resources_apiv2.html#sound-resources +for more information.

        + +

        Returns

        detailed information about a sound

        +
        // Fetch the sound
        // https://freesound.org/people/vroomvro0om/sounds/376626/.
        const fetchedSound = await freeSound.getSound(376626); +
        +
        +
        +

        Parameters

        +
          +
        • +
          soundId: string | number
          +

          the identification number of the sound

          +
        +

        Returns Promise<Sound>

      +
      + +
        + +
      • +

        Retrieve information about a particular Freesound user. See +https://freesound.org/docs/api/resources_apiv2.html#user-instance +for more information.

        + +

        Returns

        information about a particular Freesound user

        +
        // Get information about the user https://freesound.org/people/MTG/.
        const user = await freeSound.getUser('MTG'); +
        +
        +
        +

        Parameters

        +
          +
        • +
          username: string
          +

          the username of the Freesound user

          +
        +

        Returns Promise<User>

      +
      + +
        + +
      • +
        +

        Parameters

        +
          +
        • +
          obj: Record<string, undefined | string>
        • +
        • +
          Optional prevFormData: FormData
        +

        Returns FormData

      +
      + +
        + +
      • +
        +

        Type Parameters

        +
        +

        Type Parameters

        +
          +
        • +

          T

        +
        +

        Parameters

        +
          +
        • +
          uri: string
        • +
        • +
          method: "GET" | "POST" = 'GET'
        • +
        • +
          params: FormData | Record<string, undefined | string> = {}
        +

        Returns Promise<T>

      +
      + +
        + +
      • +
        +

        Parameters

        +
          +
        • +
          uri: string
        • +
        • +
          Optional args: (string | number)[]
        +

        Returns string

      +
      + +
        + +
      • +

        Return basic information about the user that is logged in via OAuth2. +This application can use it to identify which Freesound user has logged in.

        +
        const result = await freeSound.me();
        +
        +
        +

        Returns Promise<unknown>

      +
      + +
        + +
      • +

        This method allows you to get a new token using a refresh token or an auth +token

        +
        await freeSound.postAccessCode('your-temporary-code-from-login');
        +
        +
        +
        +

        Parameters

        +
          +
        • +
          token: string
        • +
        • +
          type: "refresh" | "auth" = 'auth'
        +

        Returns Promise<AccessTokenResponse>

      +
      + +
        + +
      • +
        +

        Type Parameters

        +
        +

        Type Parameters

        +
          +
        • +

          T

        +
        +

        Parameters

        +
          +
        • +
          options: SearchOpts
        • +
        • +
          uri: string
        +

        Returns Promise<T>

      +
      + +
      +
      + +
        + +
      • +

        There are two ways of authenticating: OAuth and token method. +The OAuth method is required for more privilidged actions such as +downloading sounds.

        +

        This method can set both kinds of tokens

        +
        await freeSound.setToken('your-api-key', 'oauth');
        +
        +
        +
        +

        Parameters

        +
          +
        • +
          token: string
        • +
        • +
          Optional type: "oauth"
        +

        Returns string

      +
      + +
      +
      + +
        + +
      • +

        Upload an audio file into Freesound and optionally describe it. +If there is no file description, only the audio file will upload, and +the user will need to add a description later using +the describe(description: { description: string }) method. If the file description +is present, the uploaded file will be ready for the processing and moderation stage. +A list of uploaded files pending a description, processing or moderation is +obtainable through the getPendingSounds() method. See +https://freesound.org/docs/api/resources_apiv2.html#upload-sound-oauth2-required +for more information. This method requires OAuth2 authentication.

        +
        +
        +

        Parameters

        +
          +
        • +
          audiofile: string
          +

          the audio file to upload

          +
        • +
        • +
          filename: string
          +

          the name of the audio file to upload

          +
        • +
        • +
          description: { description: string }
          +

          the description of the audio file to upload

          +
          +
            +
          • +
            description: string
        +

        Returns Promise<unknown>

      +
      +
      +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/docs/classes/freesound.html b/docs/classes/freesound.html deleted file mode 100644 index 4f32b2f..0000000 --- a/docs/classes/freesound.html +++ /dev/null @@ -1,826 +0,0 @@ - - - - - - FreeSound | freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      Class FreeSound

      -
      -
      -
      -
      -
      -
      -
      -

      Hierarchy

      -
        -
      • - FreeSound -
      • -
      -
      -
      -

      Index

      -
      - -
      -
      -
      -

      Methods

      -
      - -

      combinedSearch

      -
        -
      • combinedSearch(options: SearchOpts): Promise<unknown>
      • -
      -
        -
      • - -
        -
        -

        Search sounds in Freesound based on their tags, metadata and content-based descriptiors via - a combination of text search and content search. See - https://freesound.org/docs/api/resources_apiv2.html#combined-search for more information.

        -
        -
        const soundCollectionResults = await freeSound.combinedSearch(
        -  filter: 'tag:scale',
        -  target: 'rhythm.bpm:120',
        -);
        -
        -

        Parameters

        -
          -
        • -
          options: SearchOpts
          -
        • -
        -

        Returns Promise<unknown>

        -
      • -
      -
      -
      - -

      contentSearch

      - - -
      -
      - -

      describe

      -
        -
      • describe(description: { description: string }): Promise<unknown>
      • -
      -
        -
      • - -
        -
        -

        Describe a previously uploaded file that does not have a description. - Note: after a sound receives a description, the team of Freesound moderators - still needs to process and moderate it, so it may not yet appear in Freesound. - A list of sounds uploaded and described by the user, but still - pending processing and moderation, is viewable with - the getPendingSounds() method. This method requires OAuth2 authentication. See - https://freesound.org/docs/api/resources_apiv2.html#describe-sound-oauth2-required - for more information.

        -
        -
        -

        Parameters

        -
          -
        • -
          description: { description: string }
          -
          -

          a description for an uploaded sound

          -
          -
            -
          • -
            description: string
            -
          • -
          -
        • -
        -

        Returns Promise<unknown>

        -
      • -
      -
      -
      - -

      getLoginURL

      -
        -
      • getLoginURL(): string
      • -
      -
        -
      • - -
        -
        -

        Navigate to Freesound for user login.

        -
        -
        -

        Returns string

        -

        a url where the user can login

        -
        const navigateToLogin = () => {
        -  window.location.replace(freeSound.getLoginURL());
        -};
        -
      • -
      -
      -
      - -

      getLogoutURL

      -
        -
      • getLogoutURL(): string
      • -
      - -
      -
      - -

      getPack

      -
        -
      • getPack(packId: string | number, options?: {}): Promise<Pack>
      • -
      -
        -
      • - -
        -
        -

        Retrieve the list of sounds included in a pack. See - https://freesound.org/docs/api/resources_apiv2.html#pack-sounds for more information.

        -
        -
        -

        Parameters

        -
          -
        • -
          packId: string | number
          -
          -

          the identification number of the pack to fetch

          -
          -
        • -
        • -
          Default value options: {} = {}
          -
            -
          -
        • -
        -

        Returns Promise<Pack>

        -

        a list of sounds included in the pack that has packId as its identification number

        -
        // Fetch the pack
        -// https://freesound.org/people/vroomvro0om/packs/21143/.
        -const packObj = await freeSound.getPack(21143);
        -
      • -
      -
      -
      - -

      getPendingSounds

      -
        -
      • getPendingSounds(): Promise<unknown>
      • -
      -
        -
      • - -
        -
        -

        Retrieve a list of audio files uploaded by he Freesound user logged in using - OAuth2 are not described, processed or moderated. In Freesound, sounds need - descriptions after their upload. Then, sounds are automatically processed, and, - finally, a team of human moderators either accepts or rejects the upload. This method - keeps track of the status of these uploads and requires OAuth2 authentication. See - https://freesound.org/docs/api/resources_apiv2.html#pending-uploads-oauth2-required - for more information.

        -
        -
        const result = await freeSound.getPendingSounds()
        -
        -

        Returns Promise<unknown>

        -
      • -
      -
      -
      - -

      getSound

      -
        -
      • getSound(soundId: string | number): Promise<Sound>
      • -
      -
        -
      • - -
        -
        -

        Retrieve detailed information about a sound. See - https://freesound.org/docs/api/resources_apiv2.html#sound-resources - for more information.

        -
        -
        -

        Parameters

        -
          -
        • -
          soundId: string | number
          -
          -

          the identification number of the sound

          -
          -
        • -
        -

        Returns Promise<Sound>

        -

        detailed information about a sound

        -
        // Fetch the sound
        -// https://freesound.org/people/vroomvro0om/sounds/376626/.
        -const fetchedSound = await freeSound.getSound(376626);
        -
      • -
      -
      -
      - -

      getUser

      -
        -
      • getUser(username: string): Promise<User>
      • -
      -
        -
      • - -
        -
        -

        Retrieve information about a particular Freesound user. See - https://freesound.org/docs/api/resources_apiv2.html#user-instance - for more information.

        -
        -
        -

        Parameters

        -
          -
        • -
          username: string
          -
          -

          the username of the Freesound user

          -
          -
        • -
        -

        Returns Promise<User>

        -

        information about a particular Freesound user

        -
        // Get information about the user https://freesound.org/people/MTG/.
        -const user = await freeSound.getUser('MTG');
        -
      • -
      -
      -
      - -

      me

      -
        -
      • me(): Promise<unknown>
      • -
      -
        -
      • - -
        -
        -

        Return basic information about the user that is logged in via OAuth2. - This application can use it to identify which Freesound user has logged in.

        -
        -
        const result = await freeSound.me();
        -
        -

        Returns Promise<unknown>

        -
      • -
      -
      -
      - -

      postAccessCode

      - -
        -
      • - -
        -
        -

        This method allows you to get a new token using a refresh token or an auth - token

        -
        -
        await freeSound.postAccessCode('your-temporary-code-from-login');
        -
        -

        Parameters

        -
          -
        • -
          token: string
          -
        • -
        • -
          Default value type: "refresh" | "auth" = "auth"
          -
        • -
        -

        Returns Promise<AccessTokenResponse>

        -
      • -
      -
      -
      - -

      search

      -
        -
      • search<T>(options: SearchOpts, uri: string): Promise<T>
      • -
      -
        -
      • - -

        Type parameters

        -
          -
        • -

          T

          -
        • -
        -

        Parameters

        -
          -
        • -
          options: SearchOpts
          -
        • -
        • -
          uri: string
          -
        • -
        -

        Returns Promise<T>

        -
      • -
      -
      -
      - -

      setClientSecrets

      -
        -
      • setClientSecrets(id: string, secret: string): void
      • -
      - -
      -
      - -

      setToken

      -
        -
      • setToken(token: string, type?: undefined | "oauth"): string
      • -
      -
        -
      • - -
        -
        -

        There are two ways of authenticating: OAuth and token method. - The OAuth method is required for more privilidged actions such as - downloading sounds.

        -
        -

        This method can set both kinds of tokens

        -
        await freeSound.setToken('your-api-key', 'oauth');
        -
        -

        Parameters

        -
          -
        • -
          token: string
          -
        • -
        • -
          Optional type: undefined | "oauth"
          -
        • -
        -

        Returns string

        -
      • -
      -
      -
      - -

      textSearch

      -
        -
      • textSearch(query: string, opts?: TextSearchOpts): Promise<SoundCollection>
      • -
      -
        -
      • - -
        -
        -

        Search sounds in Freesound by matching their tags and other kinds of metadata. See - https://freesound.org/docs/api/resources_apiv2.html#sound-text-search for more - information.

        -
        -
        await freeSound.textSearch('violoncello', {
        -  page: 1,
        -  filter: 'tag:tenuto duration:[1.0 TO 15.0]',
        -  sort: 'rating_desc',
        -  fields: 'id,name,url'
        -});
        -
        -

        Parameters

        -
          -
        • -
          query: string
          -
        • -
        • -
          Default value opts: TextSearchOpts = {}
          -
        • -
        -

        Returns Promise<SoundCollection>

        -
      • -
      -
      -
      - -

      upload

      -
        -
      • upload(audiofile: string, filename: string, description: { description: string }): Promise<unknown>
      • -
      -
        -
      • - -
        -
        -

        Upload an audio file into Freesound and optionally describe it. - If there is no file description, only the audio file will upload, and - the user will need to add a description later using - the describe(description: { description: string }) method. If the file description - is present, the uploaded file will be ready for the processing and moderation stage. - A list of uploaded files pending a description, processing or moderation is - obtainable through the getPendingSounds() method. See - https://freesound.org/docs/api/resources_apiv2.html#upload-sound-oauth2-required - for more information. This method requires OAuth2 authentication.

        -
        -
        -

        Parameters

        -
          -
        • -
          audiofile: string
          -
          -

          the audio file to upload

          -
          -
        • -
        • -
          filename: string
          -
          -

          the name of the audio file to upload

          -
          -
        • -
        • -
          description: { description: string }
          -
          -

          the description of the audio file to upload

          -
          -
            -
          • -
            description: string
            -
          • -
          -
        • -
        -

        Returns Promise<unknown>

        -
      • -
      -
      -
      -
      - -
      -
      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      -
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 691401d..ac9968e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,196 +1,63 @@ - - - - - - freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      freesound-client

      -
      -
      -
      +freesound-client
      +
      + +
      -
      -
      -
      -

      Index

      -
      -
      -
      -

      Classes

      - -
      -
      -

      Interfaces

      - -
      -
      -
      -
      -
      - -
      -
      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      +
      +
      +

      freesound-client

      +
      +
      +

      Index

      +
      +

      Classes

      +
      +
      +

      Interfaces

      +
      +
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/docs/interfaces/accesstokenresponse.html b/docs/interfaces/accesstokenresponse.html index fd9aaac..d50f725 100644 --- a/docs/interfaces/accesstokenresponse.html +++ b/docs/interfaces/accesstokenresponse.html @@ -1,274 +1,93 @@ - - - - - - AccessTokenResponse | freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      Interface AccessTokenResponse

      -
      -
      -
      +AccessTokenResponse | freesound-client
      +
      + +
      -
      -
      -
      -

      Hierarchy

      -
        -
      • - AccessTokenResponse -
      • -
      -
      -
      -

      Index

      -
      -
      -
      -

      Properties

      - -
      -
      -
      -
      -
      -

      Properties

      -
      - -

      access_token

      -
      access_token: string
      - -
      -
      -

      The value of the access token

      -
      -
      -
      -
      - -

      expires_in

      -
      expires_in: number
      - -
      -
      -

      The time in seconds until the access token exprires

      -
      -
      -
      -
      - -

      refresh_token

      -
      refresh_token: string
      - -
      -
      -

      Refresh token is used to update the expirey time of the access token

      -
      -
      -
      -
      - -

      scope

      -
      scope: string
      - -
      -
      -
      - -
      -
      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      +
      +
      + +

      Interface AccessTokenResponse

      +
      +

      Hierarchy

      +
        +
      • AccessTokenResponse
      +
      +
      +
      + +
      +
      +

      Properties

      +
      + +
      access_token: string
      +

      The value of the access token

      +
      +
      + +
      expires_in: number
      +

      The time in seconds until the access token exprires

      +
      +
      + +
      refresh_token: string
      +

      Refresh token is used to update the expirey time of the access token

      +
      +
      + +
      scope: string
      +
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/docs/interfaces/collection.html b/docs/interfaces/collection.html index 307bf35..87d66dd 100644 --- a/docs/interfaces/collection.html +++ b/docs/interfaces/collection.html @@ -1,421 +1,184 @@ - - - - - - Collection | freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      Interface Collection<T>

      -
      -
      -
      +Collection | freesound-client
      +
      + +
      -
      -
      -
      -

      Type parameters

      -
        -
      • -

        T

        -
      • -
      -
      -
      -

      Hierarchy

      - -
      -
      -

      Index

      -
      -
      -
      -

      Properties

      - -
      -
      -
      -
      -
      -

      Properties

      -
      - -

      count

      -
      count: number
      - -
      -
      - -

      getItem

      -
      getItem: (page: number) => T
      - -
      -

      Type declaration

      -
        -
      • -
          -
        • (page: number): T
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            page: number
            -
          • -
          -

          Returns T

          -
        • -
        -
      • -
      -
      -
      -
      - -

      next

      -
      next: string
      - -
      -
      - -

      nextOrPrev

      -
      nextOrPrev: (page: string) => Promise<Collection<T>>
      - -
      -

      Type declaration

      -
        -
      • - -
          -
        • -

          Parameters

          -
            -
          • -
            page: string
            -
          • -
          -

          Returns Promise<Collection<T>>

          -
        • -
        -
      • -
      -
      -
      -
      - -

      nextPage

      -
      nextPage: (page: number) => Promise<Collection<T>>
      - -
      -

      Type declaration

      -
        -
      • - -
          -
        • -

          Parameters

          -
            -
          • -
            page: number
            -
          • -
          -

          Returns Promise<Collection<T>>

          -
        • -
        -
      • -
      -
      -
      -
      - -

      previous

      -
      previous: string
      - -
      -
      - -

      previousPage

      -
      previousPage: (page: number) => Promise<Collection<T>>
      - -
      -

      Type declaration

      -
        -
      • - -
          -
        • -

          Parameters

          -
            -
          • -
            page: number
            -
          • -
          -

          Returns Promise<Collection<T>>

          -
        • -
        -
      • -
      -
      -
      -
      - -

      results

      -
      results: T[]
      - -
      -
      -
      - -
      -
      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      +
      +
      + +

      Interface Collection<T>

      +
      +

      Type Parameters

      +
        +
      • +

        T

      +
      +

      Hierarchy

      +
        +
      • RawCollection<T> +
        +

        Hierarchy

        +
      +
      +
      +
      + +
      +
      +

      Properties

      +
      + +
      count: number
      +
      + +
      getItem: ((page: number) => T)
      +
      +

      Type declaration

      +
        +
      • +
          +
        • (page: number): T
        • +
        • +
          +

          Parameters

          +
            +
          • +
            page: number
          +

          Returns T

      +
      + +
      next: string
      +
      + +
      nextOrPrev: ((page: string) => Promise<Collection<T>>)
      +
      +

      Type declaration

      +
        +
      • +
          +
        • (page: string): Promise<Collection<T>>
        • +
        • +
          +

          Parameters

          +
            +
          • +
            page: string
          +

          Returns Promise<Collection<T>>

      +
      + +
      nextPage: ((page: number) => Promise<Collection<T>>)
      +
      +

      Type declaration

      +
        +
      • +
          +
        • (page: number): Promise<Collection<T>>
        • +
        • +
          +

          Parameters

          +
            +
          • +
            page: number
          +

          Returns Promise<Collection<T>>

      +
      + +
      previous: string
      +
      + +
      previousPage: ((page: number) => Promise<Collection<T>>)
      +
      +

      Type declaration

      +
        +
      • +
          +
        • (page: number): Promise<Collection<T>>
        • +
        • +
          +

          Parameters

          +
            +
          • +
            page: number
          +

          Returns Promise<Collection<T>>

      +
      + +
      results: T[]
      +
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/docs/interfaces/comment.html b/docs/interfaces/comment.html index 360335b..c77bbce 100644 --- a/docs/interfaces/comment.html +++ b/docs/interfaces/comment.html @@ -1,245 +1,80 @@ - - - - - - Comment | freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      Interface Comment

      -
      -
      -
      +Comment | freesound-client
      +
      + +
      -
      -
      -
      -

      Hierarchy

      -
        -
      • - Comment -
      • -
      -
      -
      -

      Index

      -
      -
      -
      -

      Properties

      - -
      -
      -
      -
      -
      -

      Properties

      -
      - -

      comment

      -
      comment: string
      - -
      -
      - -

      created

      -
      created: string
      - -
      -
      - -

      username

      -
      username: string
      - -
      -
      -
      - -
      -
      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      +
      +
      + +

      Interface Comment

      +
      +

      Hierarchy

      +
        +
      • Comment
      +
      +
      +
      + +
      +
      +

      Properties

      +
      +
      +

      Properties

      +
      + +
      comment: string
      +
      + +
      created: string
      +
      + +
      username: string
      +
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/docs/interfaces/pack.html b/docs/interfaces/pack.html index 5a940cf..d16f6f9 100644 --- a/docs/interfaces/pack.html +++ b/docs/interfaces/pack.html @@ -1,356 +1,141 @@ - - - - - - Pack | freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      Interface Pack

      -
      -
      -
      +Pack | freesound-client
      +
      + +
      -
      -
      -
      -

      Hierarchy

      -
        -
      • - RawPack -
          -
        • - Pack -
        • -
        -
      • -
      -
      -
      -

      Index

      -
      -
      -
      -

      Properties

      - -
      -
      -
      -
      -
      -

      Properties

      -
      - -

      created

      -
      created: string
      - -
      -
      - -

      description

      -
      description: string
      - -
      -
      - -

      download

      -
      download: Function
      - -
      -
      - -

      id

      -
      id: number
      - -
      -
      - -

      name

      -
      name: string
      - -
      -
      - -

      num_downloads

      -
      num_downloads: number
      - -
      -
      - -

      num_sounds

      -
      num_sounds: number
      - -
      -
      - -

      sounds

      -
      sounds: Function
      - -
      -
      - -

      url

      -
      url: string
      - -
      -
      - -

      username

      -
      username: string
      - -
      -
      -
      - -
      -
      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      +
      +
      + +

      Interface Pack

      +
      +

      Hierarchy

      +
        +
      • RawPack +
        +

        Hierarchy

        +
          +
        • Pack
      +
      +
      +
      + +
      +
      +

      Properties

      +
      + +
      created: string
      +
      + +
      description: string
      +
      + +
      download: Function
      +
      + +
      id: number
      +
      + +
      name: string
      +
      + +
      num_downloads: number
      +
      + +
      num_sounds: number
      +
      + +
      sounds: Function
      +
      + +
      url: string
      +
      + +
      username: string
      +
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/docs/interfaces/sound.html b/docs/interfaces/sound.html index 04bf998..376061d 100644 --- a/docs/interfaces/sound.html +++ b/docs/interfaces/sound.html @@ -1,1092 +1,518 @@ - - - - - - Sound | freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      Interface Sound

      -
      -
      -
      +Sound | freesound-client
      +
      + +
      -
      -
      -
      -

      Hierarchy

      -
        -
      • - RawSound -
          -
        • - Sound -
        • -
        -
      • -
      -
      -
      -

      Index

      -
      - -
      -
      -
      -

      Properties

      -
      - -

      ac_analysis

      -
      ac_analysis: { ac_boominess: number; ac_brightness: number; ac_depth: number; ac_dynamic_range: number; ac_hardness: number; ac_log_attack_time: number; ac_loop: boolean; ac_loudness: number; ac_note_confidence: number; ac_note_frequency: number; ac_note_midi: number; ac_note_name: string; ac_reverb: boolean; ac_roughness: number; ac_sharpness: number; ac_single_event: boolean; ac_tempo: number; ac_tempo_confidence: number; ac_temporal_centroid: number; ac_tonality: string; ac_tonality_confidence: number; ac_warmth: number }
      - -
      -
      -

      Dictionary containing the results of the AudioCommons analysis for the given sound.

      -
      -
      -
      -

      Type declaration

      -
        -
      • -
        ac_boominess: number
        -
        -
        -

        Boominess of the analyzed sound in a scale from [0-100]. A boomy sound is one that conveys a sense of loudness, depth and resonance.

        -
        -
        -
      • -
      • -
        ac_brightness: number
        -
        -
        -

        Brightness of the analyzed audio in a scale from [0-100]. A bright sound is one that is clear/vibrant and/or contains significant high-pitched elements.

        -
        -
        -
      • -
      • -
        ac_depth: number
        -
        -
        -

        Depth of the analyzed audio in a scale from [0-100]. A deep sound is one that conveys the sense of having been made far down below the surface of its source.

        -
        -
        -
      • -
      • -
        ac_dynamic_range: number
        -
        -
        -

        Loudness range (dB, LU) measured using the EBU R128 standard.

        -
        -
        -
      • -
      • -
        ac_hardness: number
        -
      • -
      • -
        ac_log_attack_time: number
        -
      • -
      • -
        ac_loop: boolean
        -
        -
        -

        Whether audio file is loopable.

        -
        -
        -
      • -
      • -
        ac_loudness: number
        -
        -
        -

        The integrated (overall) loudness (LUFS) measured using the EBU R128 standard.

        -
        -
        -
      • -
      • -
        ac_note_confidence: number
        -
        -
        -

        Reliability of the note name/midi/frequency estimation in a range of [0, 1].

        -
        -
        -
      • -
      • -
        ac_note_frequency: number
        -
        -
        -

        Frequency corresponding to the estimated note (makes more sense for ac_single_event sounds).

        -
        -
        -
      • -
      • -
        ac_note_midi: number
        -
        -
        -

        MIDI value corresponding to the estimated note (makes more sense for ac_single_event sounds).

        -
        -
        -
      • -
      • -
        ac_note_name: string
        -
      • -
      • -
        ac_reverb: boolean
        -
        -
        -

        Whether the signal is reverberated or not.

        -
        -
        -
      • -
      • -
        ac_roughness: number
        -
        -
        -

        Roughness of the analyzed audio in a scale from [0-100]. A rough sound is one that has an uneven or irregular sonic texture.

        -
        -
        -
      • -
      • -
        ac_sharpness: number
        -
        -
        -

        Sharpness of the analyzed sound in a scale from [0-100]. A sharp sound is one that suggests it might cut if it were to take on physical form.

        -
        -
        -
      • -
      • -
        ac_single_event: boolean
        -
        -
        -

        Whether the audio file contains one single audio event or more than one. This computation is based on the loudness of the signal and does not do any frequency analysis.

        -
        -
        -
      • -
      • -
        ac_tempo: number
        -
        -
        -

        BPM value estimated by beat tracking algorithm.

        -
        -
        -
      • -
      • -
        ac_tempo_confidence: number
        -
        -
        -

        Reliability of the tempo estimation in a range of [0, 1].

        -
        -
        -
      • -
      • -
        ac_temporal_centroid: number
        -
        -
        -

        Temporal centroid (sec.) of the audio signal. It is the point in time in a signal that is a temporal balancing point of the sound event energy.

        -
        -
        -
      • -
      • -
        ac_tonality: string
        -
      • -
      • -
        ac_tonality_confidence: number
        -
        -
        -

        Reliability of the key estimation in a range of [0, 1].

        -
        -
        -
      • -
      • -
        ac_warmth: number
        -
        -
        -

        Warmth of the analyzed sound in a scale from [0-100]. A warm sound is one that promotes a sensation analogous to that caused by a physical increase in temperature.

        -
        -
        -
      • -
      -
      -
      -
      - -

      analysis

      -
      analysis: string
      - -
      -
      - -

      analysis_frames

      -
      analysis_frames: string
      - -
      -
      - -

      analysis_stats

      -
      analysis_stats: string
      - -
      -
      -

      URL pointing to the complete analysis results of the sound (see Analysis Descriptor Documentation).

      -
      -
      -
      -
      - -

      avg_rating

      -
      avg_rating: number
      - -
      -
      -

      The average rating of the sound.

      -
      -
      -
      -
      - -

      bitdepth

      -
      bitdepth: number
      - -
      -
      -

      The bit depth of the sound.

      -
      -
      -
      -
      - -

      bitrate

      -
      bitrate: number
      - -
      -
      -

      The bit rate of the sound in kbps.

      -
      -
      -
      -
      - -

      bookmark

      -
      bookmark: Function
      - -
      -
      - -

      channels

      -
      channels: number
      - -
      -
      -

      The number of channels.

      -
      -
      -
      -
      - -

      Optional comment

      -
      comment: Function
      - -
      -
      - -

      comments

      -
      comments: string
      - -
      -
      -

      The URl of a paginated list of the comments of the sound.

      -
      -
      -
      -
      - -

      created

      -
      created: string
      - -
      -
      -

      The date when the sound was uploaded (e.g. “2014-04-16T20:07:11.145”).

      -
      -
      -
      -
      - -

      description

      -
      description: string
      - -
      -
      -

      The description the user gave to the sound.

      -
      -
      -
      -
      - -

      download

      -
      download: Function
      - -
      -
      - -

      duration

      -
      duration: number
      - -
      -
      -

      The duration of the sound in seconds.

      -
      -
      -
      -
      - -

      Optional edit

      -
      edit: Function
      - -
      -
      - -

      filesize

      -
      filesize: number
      - -
      -
      -

      The size of the file in bytes.

      -
      -
      -
      -
      - -

      geotag

      -
      geotag: null
      - -
      -
      - -

      getAnalysis

      -
      getAnalysis: Function
      - -
      -
      - -

      Optional getComments

      -
      getComments: Function
      - -
      -
      - -

      getSimilar

      -
      getSimilar: Function
      - -
      -
      - -

      id

      -
      id: number
      - -
      -
      -

      Sound ID on Freesound.

      -
      -
      -
      -
      - -

      images

      -
      images: { spectral_bw_l: string; spectral_bw_m: string; spectral_l: string; spectral_m: string; waveform_bw_l: string; waveform_bw_m: string; waveform_l: string; waveform_m: string }
      - -
      -

      Type declaration

      -
        -
      • -
        spectral_bw_l: string
        -
      • -
      • -
        spectral_bw_m: string
        -
      • -
      • -
        spectral_l: string
        -
      • -
      • -
        spectral_m: string
        -
      • -
      • -
        waveform_bw_l: string
        -
      • -
      • -
        waveform_bw_m: string
        -
      • -
      • -
        waveform_l: string
        -
      • -
      • -
        waveform_m: string
        -
      • -
      -
      -
      -
      - -

      license

      -
      license: string
      - -
      -
      -

      The license under which the sound is available to you.

      -
      -
      -
      -
      - -

      name

      -
      name: string
      - -
      -
      -

      The name user gave to the sound.

      -
      -
      -
      -
      - -

      num_comments

      -
      num_comments: number
      - -
      -
      - -

      num_downloads

      -
      num_downloads: number
      - -
      -
      -

      The number of times the sound was downloaded.

      -
      -
      -
      -
      - -

      num_ratings

      -
      num_ratings: number
      - -
      -
      -

      The number of times the sound was rated.

      -
      -
      -
      -
      - -

      pack

      -
      pack: string
      - -
      -
      -

      If the sound is part of a pack, this URl points to that pack’s API resource.

      -
      -
      -
      -
      - -

      Optional pack_name

      -
      pack_name: undefined | string
      - -
      -
      - -

      previews

      -
      previews: { preview-hq-mp3: string; preview-hq-ogg: string; preview-lq-mp3: string; preview-lq-ogg: string }
      - -
      -

      Type declaration

      -
        -
      • -
        preview-hq-mp3: string
        -
      • -
      • -
        preview-hq-ogg: string
        -
      • -
      • -
        preview-lq-mp3: string
        -
      • -
      • -
        preview-lq-ogg: string
        -
      • -
      -
      -
      -
      - -

      rate

      -
      rate: Function
      - -
      -
      - -

      samplerate

      -
      samplerate: number
      - -
      -
      -

      The samplerate of the sound.

      -
      -
      -
      -
      - -

      similar_sounds

      -
      similar_sounds: string
      - -
      -
      -

      URI pointing to the similarity resource (to get a list of similar sounds).

      -
      -
      -
      -
      - -

      tags

      -
      tags: string[]
      - -
      -
      -

      An array of tags the user gave to the sound.

      -
      -
      -
      -
      - -

      type

      -
      type: string
      - -
      -
      -

      The type of sound (wav, aif, aiff, mp3, m4a or flac).

      -
      -
      -
      -
      - -

      url

      -
      url: string
      - -
      -
      -

      The URl for this sound on the Freesound website.

      -
      -
      -
      -
      - -

      username

      -
      username: string
      - -
      -
      -

      The username of the uploader of the sound.

      -
      -
      -
      -
      -
      - -
      +
      +
      + +

      Interface Sound

      +
      +

      Hierarchy

      +
        +
      • RawSound +
        +

        Hierarchy

        +
          +
        • Sound
      +
      +
      +
      + +
      +
      +

      Properties

      +
      + +
      ac_analysis: { ac_boominess: number; ac_brightness: number; ac_depth: number; ac_dynamic_range: number; ac_hardness: number; ac_log_attack_time: number; ac_loop: boolean; ac_loudness: number; ac_note_confidence: number; ac_note_frequency: number; ac_note_midi: number; ac_note_name: string; ac_reverb: boolean; ac_roughness: number; ac_sharpness: number; ac_single_event: boolean; ac_tempo: number; ac_tempo_confidence: number; ac_temporal_centroid: number; ac_tonality: string; ac_tonality_confidence: number; ac_warmth: number }
      +

      Dictionary containing the results of the AudioCommons analysis for the given sound.

      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      +
      +

      Type declaration

      +
        +
      • +
        ac_boominess: number
        +

        Boominess of the analyzed sound in a scale from [0-100]. A boomy sound is one that conveys a sense of loudness, depth and resonance.

        +
      • +
      • +
        ac_brightness: number
        +

        Brightness of the analyzed audio in a scale from [0-100]. A bright sound is one that is clear/vibrant and/or contains significant high-pitched elements.

        +
      • +
      • +
        ac_depth: number
        +

        Depth of the analyzed audio in a scale from [0-100]. A deep sound is one that conveys the sense of having been made far down below the surface of its source.

        +
      • +
      • +
        ac_dynamic_range: number
        +

        Loudness range (dB, LU) measured using the EBU R128 standard.

        +
      • +
      • +
        ac_hardness: number
      • +
      • +
        ac_log_attack_time: number
      • +
      • +
        ac_loop: boolean
        +

        Whether audio file is loopable.

        +
      • +
      • +
        ac_loudness: number
        +

        The integrated (overall) loudness (LUFS) measured using the EBU R128 standard.

        +
      • +
      • +
        ac_note_confidence: number
        +

        Reliability of the note name/midi/frequency estimation in a range of [0, 1].

        +
      • +
      • +
        ac_note_frequency: number
        +

        Frequency corresponding to the estimated note (makes more sense for ac_single_event sounds).

        +
      • +
      • +
        ac_note_midi: number
        +

        MIDI value corresponding to the estimated note (makes more sense for ac_single_event sounds).

        +
      • +
      • +
        ac_note_name: string
      • +
      • +
        ac_reverb: boolean
        +

        Whether the signal is reverberated or not.

        +
      • +
      • +
        ac_roughness: number
        +

        Roughness of the analyzed audio in a scale from [0-100]. A rough sound is one that has an uneven or irregular sonic texture.

        +
      • +
      • +
        ac_sharpness: number
        +

        Sharpness of the analyzed sound in a scale from [0-100]. A sharp sound is one that suggests it might cut if it were to take on physical form.

        +
      • +
      • +
        ac_single_event: boolean
        +

        Whether the audio file contains one single audio event or more than one. This computation is based on the loudness of the signal and does not do any frequency analysis.

        +
      • +
      • +
        ac_tempo: number
        +

        BPM value estimated by beat tracking algorithm.

        +
      • +
      • +
        ac_tempo_confidence: number
        +

        Reliability of the tempo estimation in a range of [0, 1].

        +
      • +
      • +
        ac_temporal_centroid: number
        +

        Temporal centroid (sec.) of the audio signal. It is the point in time in a signal that is a temporal balancing point of the sound event energy.

        +
      • +
      • +
        ac_tonality: string
      • +
      • +
        ac_tonality_confidence: number
        +

        Reliability of the key estimation in a range of [0, 1].

        +
      • +
      • +
        ac_warmth: number
        +

        Warmth of the analyzed sound in a scale from [0-100]. A warm sound is one that promotes a sensation analogous to that caused by a physical increase in temperature.

        +
      +
      + +
      analysis: string
      +
      + +
      analysis_frames: string
      +
      + +
      analysis_stats: string
      +

      URL pointing to the complete analysis results of the sound (see Analysis Descriptor Documentation).

      +
      +
      + +
      avg_rating: number
      +

      The average rating of the sound.

      +
      +
      + +
      bitdepth: number
      +

      The bit depth of the sound.

      +
      +
      + +
      bitrate: number
      +

      The bit rate of the sound in kbps.

      +
      +
      + +
      bookmark: Function
      +
      + +
      channels: number
      +

      The number of channels.

      +
      +
      + +
      comment?: Function
      +
      + +
      comments: string
      +

      The URl of a paginated list of the comments of the sound.

      +
      +
      + +
      created: string
      +

      The date when the sound was uploaded (e.g. “2014-04-16T20:07:11.145”).

      +
      +
      + +
      description: string
      +

      The description the user gave to the sound.

      +
      +
      + +
      download: Function
      +
      + +
      duration: number
      +

      The duration of the sound in seconds.

      +
      +
      + +
      edit?: Function
      +
      + +
      filesize: number
      +

      The size of the file in bytes.

      +
      +
      + +
      geotag: null
      +
      + +
      getAnalysis: Function
      +
      + +
      getComments?: Function
      +
      + +
      getSimilar: Function
      +
      + +
      id: number
      +

      Sound ID on Freesound.

      +
      +
      + +
      images: { spectral_bw_l: string; spectral_bw_m: string; spectral_l: string; spectral_m: string; waveform_bw_l: string; waveform_bw_m: string; waveform_l: string; waveform_m: string }
      +
      +

      Type declaration

      +
        +
      • +
        spectral_bw_l: string
      • +
      • +
        spectral_bw_m: string
      • +
      • +
        spectral_l: string
      • +
      • +
        spectral_m: string
      • +
      • +
        waveform_bw_l: string
      • +
      • +
        waveform_bw_m: string
      • +
      • +
        waveform_l: string
      • +
      • +
        waveform_m: string
      +
      + +
      license: string
      +

      The license under which the sound is available to you.

      +
      +
      + +
      name: string
      +

      The name user gave to the sound.

      +
      +
      + +
      num_comments: number
      +
      + +
      num_downloads: number
      +

      The number of times the sound was downloaded.

      +
      +
      + +
      num_ratings: number
      +

      The number of times the sound was rated.

      +
      +
      + +
      pack: string
      +

      If the sound is part of a pack, this URl points to that pack’s API resource.

      +
      +
      + +
      pack_name?: string
      +
      + +
      previews: { preview-hq-mp3: string; preview-hq-ogg: string; preview-lq-mp3: string; preview-lq-ogg: string }
      +
      +

      Type declaration

      +
        +
      • +
        preview-hq-mp3: string
      • +
      • +
        preview-hq-ogg: string
      • +
      • +
        preview-lq-mp3: string
      • +
      • +
        preview-lq-ogg: string
      +
      + +
      rate: Function
      +
      + +
      samplerate: number
      +

      The samplerate of the sound.

      +
      +
      + +
      similar_sounds: string
      +

      URI pointing to the similarity resource (to get a list of similar sounds).

      +
      +
      + +
      tags: string[]
      +

      An array of tags the user gave to the sound.

      +
      +
      + +
      type: string
      +

      The type of sound (wav, aif, aiff, mp3, m4a or flac).

      +
      +
      + +
      url: string
      +

      The URl for this sound on the Freesound website.

      +
      +
      + +
      username: string
      +

      The username of the uploader of the sound.

      +
      +
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/docs/interfaces/soundcollection.html b/docs/interfaces/soundcollection.html index 757c162..c010cf6 100644 --- a/docs/interfaces/soundcollection.html +++ b/docs/interfaces/soundcollection.html @@ -1,447 +1,199 @@ - - - - - - SoundCollection | freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      Interface SoundCollection

      -
      -
      -
      +SoundCollection | freesound-client
      +
      + +
      -
      -
      -
      -

      Hierarchy

      - -
      -
      -

      Index

      -
      -
      -
      -

      Properties

      - -
      -
      -
      -
      -
      -

      Properties

      -
      - -

      count

      -
      count: number
      - -
      -
      - -

      getItem

      -
      getItem: (page: number) => Sound
      - -
      -

      Type declaration

      -
        -
      • -
          -
        • (page: number): Sound
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            page: number
            -
          • -
          -

          Returns Sound

          -
        • -
        -
      • -
      -
      -
      -
      - -

      getSound

      -
      getSound: (idx: number) => Sound
      - -
      -

      Type declaration

      -
        -
      • -
          -
        • (idx: number): Sound
        • -
        -
          -
        • -

          Parameters

          -
            -
          • -
            idx: number
            -
          • -
          -

          Returns Sound

          -
        • -
        -
      • -
      -
      -
      -
      - -

      next

      -
      next: string
      - -
      -
      - -

      nextOrPrev

      -
      nextOrPrev: (page: string) => Promise<Collection<Sound>>
      - -
      -

      Type declaration

      - -
      -
      -
      - -

      nextPage

      -
      nextPage: (page: number) => Promise<Collection<Sound>>
      - -
      -

      Type declaration

      - -
      -
      -
      - -

      previous

      -
      previous: string
      - -
      -
      - -

      previousPage

      -
      previousPage: (page: number) => Promise<Collection<Sound>>
      - -
      -

      Type declaration

      - -
      -
      -
      - -

      results

      -
      results: Sound[]
      - -
      -
      -
      - -
      -
      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      +
      +
      + +

      Interface SoundCollection

      +
      +

      Hierarchy

      +
      +
      +
      +
      + +
      +
      +

      Properties

      +
      + +
      count: number
      +
      + +
      getItem: ((page: number) => Sound)
      +
      +

      Type declaration

      +
        +
      • +
          +
        • (page: number): Sound
        • +
        • +
          +

          Parameters

          +
            +
          • +
            page: number
          +

          Returns Sound

      +
      + +
      getSound: ((idx: number) => Sound)
      +
      +

      Type declaration

      +
        +
      • +
          +
        • (idx: number): Sound
        • +
        • +
          +

          Parameters

          +
            +
          • +
            idx: number
          +

          Returns Sound

      +
      + +
      next: string
      +
      + +
      nextOrPrev: ((page: string) => Promise<Collection<Sound>>)
      +
      +

      Type declaration

      +
      +
      + +
      nextPage: ((page: number) => Promise<Collection<Sound>>)
      +
      +

      Type declaration

      +
      +
      + +
      previous: string
      +
      + +
      previousPage: ((page: number) => Promise<Collection<Sound>>)
      +
      +

      Type declaration

      +
      +
      + +
      results: Sound[]
      +
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/docs/interfaces/user.html b/docs/interfaces/user.html index 9d59e55..884a5f3 100644 --- a/docs/interfaces/user.html +++ b/docs/interfaces/user.html @@ -1,443 +1,188 @@ - - - - - - User | freesound-client - - - - - -
      -
      -
      -
      - -
      -
      - Options -
      -
      - All -
        -
      • Public
      • -
      • Public/Protected
      • -
      • All
      • -
      -
      - - - - -
      -
      - Menu -
      -
      -
      -
      -
      -
      - -

      Interface User

      -
      -
      -
      +User | freesound-client
      +
      + +
      -
      -
      -
      -

      Hierarchy

      -
        -
      • - RawUser -
          -
        • - User -
        • -
        -
      • -
      -
      -
      -

      Index

      -
      - -
      -
      -
      -

      Properties

      -
      - -

      about

      -
      about: string
      - -
      -
      - -

      avatar

      -
      avatar: { large: string; medium: string; small: string }
      - -
      -

      Type declaration

      -
        -
      • -
        large: string
        -
      • -
      • -
        medium: string
        -
      • -
      • -
        small: string
        -
      • -
      -
      -
      -
      - -

      bookmarkCategories

      -
      bookmarkCategories: Function
      - -
      -
      - -

      bookmarkCategorySounds

      -
      bookmarkCategorySounds: Function
      - -
      -
      - -

      bookmark_categories

      -
      bookmark_categories: string
      - -
      -
      - -

      date_joined

      -
      date_joined: string
      - -
      -
      - -

      home_page

      -
      home_page: string
      - -
      -
      - -

      num_comments

      -
      num_comments: number
      - -
      -
      - -

      num_packs

      -
      num_packs: number
      - -
      -
      - -

      num_posts

      -
      num_posts: number
      - -
      -
      - -

      num_sounds

      -
      num_sounds: number
      - -
      -
      - -

      packs

      -
      packs: Function
      - -
      -
      - -

      sounds

      -
      sounds: Function
      - -
      -
      - -

      url

      -
      url: string
      - -
      -
      - -

      username

      -
      username: string
      - -
      -
      -
      - -
      -
      -
      -
      -

      Legend

      -
      -
        -
      • Module
      • -
      • Object literal
      • -
      • Variable
      • -
      • Function
      • -
      • Function with type parameter
      • -
      • Index signature
      • -
      • Type alias
      • -
      • Type alias with type parameter
      • -
      -
        -
      • Enumeration
      • -
      • Enumeration member
      • -
      • Property
      • -
      • Method
      • -
      -
        -
      • Interface
      • -
      • Interface with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Index signature
      • -
      -
        -
      • Class
      • -
      • Class with type parameter
      • -
      • Constructor
      • -
      • Property
      • -
      • Method
      • -
      • Accessor
      • -
      • Index signature
      • -
      -
        -
      • Inherited constructor
      • -
      • Inherited property
      • -
      • Inherited method
      • -
      • Inherited accessor
      • -
      -
        -
      • Protected property
      • -
      • Protected method
      • -
      • Protected accessor
      • -
      -
        -
      • Private property
      • -
      • Private method
      • -
      • Private accessor
      • -
      -
        -
      • Static property
      • -
      • Static method
      • -
      -
      -
      -
      +
      +
      + +

      Interface User

      +
      +

      Hierarchy

      +
        +
      • RawUser +
        +

        Hierarchy

        +
          +
        • User
      +
      +
      +
      + +
      +
      +

      Properties

      +
      + +
      about: string
      +
      + +
      avatar: { large: string; medium: string; small: string }
      +
      +

      Type declaration

      +
        +
      • +
        large: string
      • +
      • +
        medium: string
      • +
      • +
        small: string
      +
      + +
      bookmarkCategories: Function
      +
      + +
      bookmarkCategorySounds: Function
      +
      + +
      bookmark_categories: string
      +
      + +
      date_joined: string
      +
      + +
      home_page: string
      +
      + +
      num_comments: number
      +
      + +
      num_packs: number
      +
      + +
      num_posts: number
      +
      + +
      num_sounds: number
      +
      + +
      packs: Function
      +
      + +
      sounds: Function
      +
      + +
      url: string
      +
      + +
      username: string
      +
      -

      Generated using TypeDoc

      -
      -
      - - - - \ No newline at end of file +

      Generated using TypeDoc

      +
      \ No newline at end of file diff --git a/package.json b/package.json index 8a22435..87a983e 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "scripts": { "build": "rimraf dist && tsc", "docs:deploy": "gh-pages -d docs && rm -rf docs", - "docs": "typedoc index.ts --excludeNotExported --excludePrivate --out docs --readme none --mode library", + "docs": "typedoc index.ts --out docs --readme none", "lint": "eslint . --ignore-pattern dist", "lint-fix": "npm run lint --fix", "test": "npm run build && jest",