From 155d6a41c47057fa8fbe5d46ab6d0e398385fa58 Mon Sep 17 00:00:00 2001 From: TechQuery Date: Fri, 22 Sep 2023 15:20:57 +0000 Subject: [PATCH] deploy: 817fde8207cdf4ef1b4c70f480760ffa11052b47 --- .nojekyll | 1 + assets/highlight.css | 127 + assets/main.js | 59 + assets/navigation.js | 1 + assets/search.js | 1 + assets/style.css | 1383 +++++++ classes/ClickBoundary.html | 178 + classes/Dialog.html | 137 + classes/DialogClose.html | 96 + classes/Editor.html | 141 + classes/MonthCalendar.html | 197 + classes/PageNav.html | 221 + classes/TypeEcho.html | 163 + functions/Avatar-1.html | 72 + functions/CodeBlock.html | 70 + functions/EditorHTML-1.html | 77 + functions/Icon-1.html | 72 + functions/Loading-1.html | 73 + functions/Nameplate-1.html | 77 + functions/Option-1.html | 72 + functions/OverlayBox-1.html | 75 + functions/Select-1.html | 72 + functions/SpinnerButton-1.html | 72 + functions/TableSpinner-1.html | 75 + functions/TimeDistance-1.html | 83 + functions/animate.html | 70 + functions/text2color.html | 72 + index.html | 145 + interfaces/AvatarProps.html | 87 + interfaces/DialogProps.html | 90 + interfaces/MonthCalendarProps.html | 121 + interfaces/OverlayBoxProps.html | 94 + interfaces/PageNavProps.html | 107 + interfaces/SelectProps.html | 145 + interfaces/SpinnerButtonProps.html | 88 + modules.html | 129 + modules/Avatar.html | 68 + modules/EditorHTML.html | 68 + modules/Icon.html | 68 + modules/Loading.html | 68 + modules/Nameplate.html | 68 + modules/Option.html | 68 + modules/OverlayBox.html | 72 + modules/Select.html | 68 + modules/SpinnerButton.html | 68 + modules/TableSpinner.html | 68 + modules/TimeDistance.html | 68 + preview/index.5a7d48e6.js | 4810 ++++++++++++++++++++++ preview/index.5a7d48e6.js.map | 1 + preview/index.html | 1 + types/ClickBoundaryProps.html | 61 + types/CodeBlockProps.html | 66 + types/EditorHTMLProps.html | 68 + types/EditorProps.html | 61 + types/IconProps.html | 61 + types/LoadingProps.html | 64 + types/NameplateProps.html | 68 + types/OptionProps.html | 70 + types/TableSpinnerProps.html | 66 + types/TimeDistanceProps.html | 74 + types/TypeEchoProps.html | 70 + types/VariantColor.html | 61 + variables/Avatar.displayName.html | 62 + variables/EditorHTML.displayName.html | 62 + variables/Icon.displayName.html | 62 + variables/Loading.displayName.html | 62 + variables/Nameplate.displayName.html | 62 + variables/Option.displayName.html | 62 + variables/OverlayBox.displayName.html | 62 + variables/Select.displayName.html | 62 + variables/SpinnerButton.displayName.html | 62 + variables/TableSpinner.displayName.html | 62 + variables/TimeDistance.displayName.html | 62 + variables/VariantColors.html | 61 + variables/parser.html | 61 + 75 files changed, 11901 insertions(+) create mode 100644 .nojekyll create mode 100644 assets/highlight.css create mode 100644 assets/main.js create mode 100644 assets/navigation.js create mode 100644 assets/search.js create mode 100644 assets/style.css create mode 100644 classes/ClickBoundary.html create mode 100644 classes/Dialog.html create mode 100644 classes/DialogClose.html create mode 100644 classes/Editor.html create mode 100644 classes/MonthCalendar.html create mode 100644 classes/PageNav.html create mode 100644 classes/TypeEcho.html create mode 100644 functions/Avatar-1.html create mode 100644 functions/CodeBlock.html create mode 100644 functions/EditorHTML-1.html create mode 100644 functions/Icon-1.html create mode 100644 functions/Loading-1.html create mode 100644 functions/Nameplate-1.html create mode 100644 functions/Option-1.html create mode 100644 functions/OverlayBox-1.html create mode 100644 functions/Select-1.html create mode 100644 functions/SpinnerButton-1.html create mode 100644 functions/TableSpinner-1.html create mode 100644 functions/TimeDistance-1.html create mode 100644 functions/animate.html create mode 100644 functions/text2color.html create mode 100644 index.html create mode 100644 interfaces/AvatarProps.html create mode 100644 interfaces/DialogProps.html create mode 100644 interfaces/MonthCalendarProps.html create mode 100644 interfaces/OverlayBoxProps.html create mode 100644 interfaces/PageNavProps.html create mode 100644 interfaces/SelectProps.html create mode 100644 interfaces/SpinnerButtonProps.html create mode 100644 modules.html create mode 100644 modules/Avatar.html create mode 100644 modules/EditorHTML.html create mode 100644 modules/Icon.html create mode 100644 modules/Loading.html create mode 100644 modules/Nameplate.html create mode 100644 modules/Option.html create mode 100644 modules/OverlayBox.html create mode 100644 modules/Select.html create mode 100644 modules/SpinnerButton.html create mode 100644 modules/TableSpinner.html create mode 100644 modules/TimeDistance.html create mode 100644 preview/index.5a7d48e6.js create mode 100644 preview/index.5a7d48e6.js.map create mode 100644 preview/index.html create mode 100644 types/ClickBoundaryProps.html create mode 100644 types/CodeBlockProps.html create mode 100644 types/EditorHTMLProps.html create mode 100644 types/EditorProps.html create mode 100644 types/IconProps.html create mode 100644 types/LoadingProps.html create mode 100644 types/NameplateProps.html create mode 100644 types/OptionProps.html create mode 100644 types/TableSpinnerProps.html create mode 100644 types/TimeDistanceProps.html create mode 100644 types/TypeEchoProps.html create mode 100644 types/VariantColor.html create mode 100644 variables/Avatar.displayName.html create mode 100644 variables/EditorHTML.displayName.html create mode 100644 variables/Icon.displayName.html create mode 100644 variables/Loading.displayName.html create mode 100644 variables/Nameplate.displayName.html create mode 100644 variables/Option.displayName.html create mode 100644 variables/OverlayBox.displayName.html create mode 100644 variables/Select.displayName.html create mode 100644 variables/SpinnerButton.displayName.html create mode 100644 variables/TableSpinner.displayName.html create mode 100644 variables/TimeDistance.displayName.html create mode 100644 variables/VariantColors.html create mode 100644 variables/parser.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e2ac661 --- /dev/null +++ b/.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/assets/highlight.css b/assets/highlight.css new file mode 100644 index 0000000..fee2596 --- /dev/null +++ b/assets/highlight.css @@ -0,0 +1,127 @@ +:root { + --light-hl-0: #800000; + --dark-hl-0: #808080; + --light-hl-1: #800000; + --dark-hl-1: #569CD6; + --light-hl-2: #000000; + --dark-hl-2: #D4D4D4; + --light-hl-3: #E50000; + --dark-hl-3: #9CDCFE; + --light-hl-4: #0000FF; + --dark-hl-4: #CE9178; + --light-hl-5: #AF00DB; + --dark-hl-5: #C586C0; + --light-hl-6: #001080; + --dark-hl-6: #9CDCFE; + --light-hl-7: #A31515; + --dark-hl-7: #CE9178; + --light-hl-8: #0000FF; + --dark-hl-8: #569CD6; + --light-hl-9: #267F99; + --dark-hl-9: #4EC9B0; + --light-hl-10: #795E26; + --dark-hl-10: #DCDCAA; + --light-hl-11: #000000FF; + --dark-hl-11: #D4D4D4; + --light-hl-12: #0070C1; + --dark-hl-12: #4FC1FF; + --light-hl-13: #098658; + --dark-hl-13: #B5CEA8; + --light-hl-14: #008000; + --dark-hl-14: #6A9955; + --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); + --hl-9: var(--light-hl-9); + --hl-10: var(--light-hl-10); + --hl-11: var(--light-hl-11); + --hl-12: var(--light-hl-12); + --hl-13: var(--light-hl-13); + --hl-14: var(--light-hl-14); + --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); + --hl-9: var(--dark-hl-9); + --hl-10: var(--dark-hl-10); + --hl-11: var(--dark-hl-11); + --hl-12: var(--dark-hl-12); + --hl-13: var(--dark-hl-13); + --hl-14: var(--dark-hl-14); + --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); + --hl-9: var(--light-hl-9); + --hl-10: var(--light-hl-10); + --hl-11: var(--light-hl-11); + --hl-12: var(--light-hl-12); + --hl-13: var(--light-hl-13); + --hl-14: var(--light-hl-14); + --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); + --hl-9: var(--dark-hl-9); + --hl-10: var(--dark-hl-10); + --hl-11: var(--dark-hl-11); + --hl-12: var(--dark-hl-12); + --hl-13: var(--dark-hl-13); + --hl-14: var(--dark-hl-14); + --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); } +.hl-9 { color: var(--hl-9); } +.hl-10 { color: var(--hl-10); } +.hl-11 { color: var(--hl-11); } +.hl-12 { color: var(--hl-12); } +.hl-13 { color: var(--hl-13); } +.hl-14 { color: var(--hl-14); } +pre, code { background: var(--code-background); } diff --git a/assets/main.js b/assets/main.js new file mode 100644 index 0000000..01bcad5 --- /dev/null +++ b/assets/main.js @@ -0,0 +1,59 @@ +"use strict"; +"use strict";(()=>{var Pe=Object.create;var ne=Object.defineProperty;var Ie=Object.getOwnPropertyDescriptor;var Oe=Object.getOwnPropertyNames;var _e=Object.getPrototypeOf,Re=Object.prototype.hasOwnProperty;var Me=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Fe=(t,e,n,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Oe(e))!Re.call(t,i)&&i!==n&&ne(t,i,{get:()=>e[i],enumerable:!(r=Ie(e,i))||r.enumerable});return t};var De=(t,e,n)=>(n=t!=null?Pe(_e(t)):{},Fe(e||!t||!t.__esModule?ne(n,"default",{value:t,enumerable:!0}):n,t));var ae=Me((se,oe)=>{(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 d=t.utils.clone(n)||{};d.position=[a,u],d.index=s.length,s.push(new t.Token(r.slice(a,o),d))}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(ol?d+=2:a==l&&(n+=r[u+1]*i[d+1],u+=2,d+=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 l=s.node.edges["*"];else{var l=new t.TokenSet;s.node.edges["*"]=l}if(s.str.length==0&&(l.final=!0),i.push({node:l,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 u=s.node.edges["*"];else{var u=new t.TokenSet;s.node.edges["*"]=u}s.str.length==1&&(u.final=!0),i.push({node:u,editsRemaining:s.editsRemaining-1,str:s.str.slice(1)})}if(s.str.length>1){var d=s.str.charAt(0),v=s.str.charAt(1),f;v in s.node.edges?f=s.node.edges[v]:(f=new t.TokenSet,s.node.edges[v]=f),s.str.length==1&&(f.final=!0),i.push({node:f,editsRemaining:s.editsRemaining-1,str:d+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),l=0;l1?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 se=="object"?oe.exports=n():e.lunr=n()}(this,function(){return t})})()});var re=[];function G(t,e){re.push({selector:e,constructor:t})}var U=class{constructor(){this.alwaysVisibleMember=null;this.createComponents(document.body),this.ensureActivePageVisible(),this.ensureFocusedElementVisible(),this.listenForCodeCopies(),window.addEventListener("hashchange",()=>this.ensureFocusedElementVisible())}createComponents(e){re.forEach(n=>{e.querySelectorAll(n.selector).forEach(r=>{r.dataset.hasInstance||(new n.constructor({el:r,app:this}),r.dataset.hasInstance=String(!0))})})}filterChanged(){this.ensureFocusedElementVisible()}ensureActivePageVisible(){let e=document.querySelector(".tsd-navigation .current"),n=e?.parentElement;for(;n&&!n.classList.contains(".tsd-navigation");)n instanceof HTMLDetailsElement&&(n.open=!0),n=n.parentElement;if(e){let r=e.getBoundingClientRect().top-document.documentElement.clientHeight/4;document.querySelector(".site-menu").scrollTop=r}}ensureFocusedElementVisible(){if(this.alwaysVisibleMember&&(this.alwaysVisibleMember.classList.remove("always-visible"),this.alwaysVisibleMember.firstElementChild.remove(),this.alwaysVisibleMember=null),!location.hash)return;let e=document.getElementById(location.hash.substring(1));if(!e)return;let n=e.parentElement;for(;n&&n.tagName!=="SECTION";)n=n.parentElement;if(n&&n.offsetParent==null){this.alwaysVisibleMember=n,n.classList.add("always-visible");let r=document.createElement("p");r.classList.add("warning"),r.textContent="This member is normally hidden due to your filter settings.",n.prepend(r)}}listenForCodeCopies(){document.querySelectorAll("pre > button").forEach(e=>{let n;e.addEventListener("click",()=>{e.previousElementSibling instanceof HTMLElement&&navigator.clipboard.writeText(e.previousElementSibling.innerText.trim()),e.textContent="Copied!",e.classList.add("visible"),clearTimeout(n),n=setTimeout(()=>{e.classList.remove("visible"),n=setTimeout(()=>{e.textContent="Copy"},100)},1e3)})})}};var ie=(t,e=100)=>{let n;return()=>{clearTimeout(n),n=setTimeout(()=>t(),e)}};var de=De(ae());async function le(t,e){if(!window.searchData)return;let n=await fetch(window.searchData),r=new Blob([await n.arrayBuffer()]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();t.data=i,t.index=de.Index.load(i.index),e.classList.remove("loading"),e.classList.add("ready")}function he(){let t=document.getElementById("tsd-search");if(!t)return;let e={base:t.dataset.base+"/"},n=document.getElementById("tsd-search-script");t.classList.add("loading"),n&&(n.addEventListener("error",()=>{t.classList.remove("loading"),t.classList.add("failure")}),n.addEventListener("load",()=>{le(e,t)}),le(e,t));let r=document.querySelector("#tsd-search input"),i=document.querySelector("#tsd-search .results");if(!r||!i)throw new Error("The input field or the result list wrapper was not found");let s=!1;i.addEventListener("mousedown",()=>s=!0),i.addEventListener("mouseup",()=>{s=!1,t.classList.remove("has-focus")}),r.addEventListener("focus",()=>t.classList.add("has-focus")),r.addEventListener("blur",()=>{s||(s=!1,t.classList.remove("has-focus"))}),Ae(t,i,r,e)}function Ae(t,e,n,r){n.addEventListener("input",ie(()=>{Ne(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"?ue(e,-1):s.key==="ArrowDown"?ue(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 Ne(t,e,n,r){if(!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`,d=ce(l.name,i);globalThis.DEBUG_SEARCH_WEIGHTS&&(d+=` (score: ${s[o].score.toFixed(2)})`),l.parent&&(d=` + ${ce(l.parent,i)}.${d}`);let v=document.createElement("li");v.classList.value=l.classes??"";let f=document.createElement("a");f.href=r.base+l.url,f.innerHTML=u+d,v.append(f),e.appendChild(v)}}function ue(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 ce(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(K(t.substring(s,o)),`${K(t.substring(o,o+r.length))}`),s=o+r.length,o=n.indexOf(r,s);return i.push(K(t.substring(s))),i.join("")}var Be={"&":"&","<":"<",">":">","'":"'",'"':"""};function K(t){return t.replace(/[&<>"'"]/g,e=>Be[e])}var C=class{constructor(e){this.el=e.el,this.app=e.app}};var F="mousedown",pe="mousemove",B="mouseup",J={x:0,y:0},fe=!1,ee=!1,He=!1,D=!1,me=/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);document.documentElement.classList.add(me?"is-mobile":"not-mobile");me&&"ontouchstart"in document.documentElement&&(He=!0,F="touchstart",pe="touchmove",B="touchend");document.addEventListener(F,t=>{ee=!0,D=!1;let e=F=="touchstart"?t.targetTouches[0]:t;J.y=e.pageY||0,J.x=e.pageX||0});document.addEventListener(pe,t=>{if(ee&&!D){let e=F=="touchstart"?t.targetTouches[0]:t,n=J.x-(e.pageX||0),r=J.y-(e.pageY||0);D=Math.sqrt(n*n+r*r)>10}});document.addEventListener(B,()=>{ee=!1});document.addEventListener("click",t=>{fe&&(t.preventDefault(),t.stopImmediatePropagation(),fe=!1)});var X=class extends C{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){D||(this.setActive(!0),n.preventDefault())}onDocumentPointerDown(n){if(this.active){if(n.target.closest(".col-sidebar, .tsd-filter-group"))return;this.setActive(!1)}}onDocumentPointerUp(n){if(!D&&this.active&&n.target.closest(".col-sidebar")){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 te;try{te=localStorage}catch{te={getItem(){return null},setItem(){}}}var Q=te;var ve=document.head.appendChild(document.createElement("style"));ve.dataset.for="filters";var Y=class extends C{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()),ve.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),this.app.filterChanged(),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 Z=class extends C{constructor(n){super(n);this.summary=this.el.querySelector(".tsd-accordion-summary"),this.icon=this.summary.querySelector("svg"),this.key=`tsd-accordion-${this.summary.dataset.key??this.summary.textContent.trim().replace(/\s+/g,"-").toLowerCase()}`;let r=Q.getItem(this.key);this.el.open=r?r==="true":this.el.open,this.el.addEventListener("toggle",()=>this.update());let i=this.summary.querySelector("a");i&&i.addEventListener("click",()=>{location.assign(i.href)}),this.update()}update(){this.icon.style.transform=`rotate(${this.el.open?0:-90}deg)`,Q.setItem(this.key,this.el.open.toString())}};function ge(t){let e=Q.getItem("tsd-theme")||"os";t.value=e,ye(e),t.addEventListener("change",()=>{Q.setItem("tsd-theme",t.value),ye(t.value)})}function ye(t){document.documentElement.dataset.theme=t}var Le;function be(){let t=document.getElementById("tsd-nav-script");t&&(t.addEventListener("load",xe),xe())}async function xe(){let t=document.getElementById("tsd-nav-container");if(!t||!window.navigationData)return;let n=await(await fetch(window.navigationData)).arrayBuffer(),r=new Blob([n]).stream().pipeThrough(new DecompressionStream("gzip")),i=await new Response(r).json();Le=t.dataset.base+"/",t.innerHTML="";for(let s of i)we(s,t,[]);window.app.createComponents(t),window.app.ensureActivePageVisible()}function we(t,e,n){let r=e.appendChild(document.createElement("li"));if(t.children){let i=[...n,t.text],s=r.appendChild(document.createElement("details"));s.className=t.class?`${t.class} tsd-index-accordion`:"tsd-index-accordion",s.dataset.key=i.join("$");let o=s.appendChild(document.createElement("summary"));o.className="tsd-accordion-summary",o.innerHTML='',Ee(t,o);let a=s.appendChild(document.createElement("div"));a.className="tsd-accordion-details";let l=a.appendChild(document.createElement("ul"));l.className="tsd-nested-navigation";for(let u of t.children)we(u,l,i)}else Ee(t,r,t.class)}function Ee(t,e,n){if(t.path){let r=e.appendChild(document.createElement("a"));r.href=Le+t.path,n&&(r.className=n),location.href===r.href&&r.classList.add("current"),t.kind&&(r.innerHTML=``),r.appendChild(document.createElement("span")).textContent=t.text}else e.appendChild(document.createElement("span")).textContent=t.text}G(X,"a[data-toggle]");G(Z,".tsd-index-accordion");G(Y,".tsd-filter-item input[type=checkbox]");var Se=document.getElementById("tsd-theme");Se&&ge(Se);var je=new U;Object.defineProperty(window,"app",{value:je});he();be();})(); +/*! Bundled license information: + +lunr/lunr.js: + (** + * 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 + *) + (*! + * lunr.utils + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Set + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.tokenizer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Pipeline + * 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.trimmer + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.TokenSet + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Index + * Copyright (C) 2020 Oliver Nightingale + *) + (*! + * lunr.Builder + * Copyright (C) 2020 Oliver Nightingale + *) +*/ diff --git a/assets/navigation.js b/assets/navigation.js new file mode 100644 index 0000000..0b69040 --- /dev/null +++ b/assets/navigation.js @@ -0,0 +1 @@ +window.navigationData = "data:application/octet-stream;base64,H4sIAAAAAAAAA62XUW/aMBSF/0ueWTdY2228DVqpk9qu0tBeqj54iQsWxo4Sg4qm/vclOMTX8c2NJ+UJ1eeeT4ca2/c+/00MfzPJPPl+YIYVySTJmdlUf+90tpe8/GjXLzZmJytxK1SWzC8nSboRMiu4SubPLSITZS7Z8ZHtuOMcWCHYH0ACVT718+z95X3S0m4zYXRxt3q4D0M5bYxggBYb7keqVRirXh0j0IkTG+Ves0yodZimEcYIdEbFZqoLqkLDw1StNEYuB4tN9jM3Ats6uz5GpoYUHejAi6puod+QUK02SjBHiw33i0uemjCYXR8jVEOKDpQLpXix2BuD7aInjxLPA8amXNXmxhqGhOoYGT1edESx4zeiNEylyCGF6igRIS824lKKdLvQe5Wx4uioqWRlWTE92QdNZ18B50YwqdchwK4PO5dSl7zPfhIphn1cQrtdp5wPWpnNkklef8MQ4MkU54mt+SM7hIRGoLyrY85v040OzWeFctsX/6nQeekAQhlevLK07QhOuo+ZXV0H29CPATqF8f5h/bSwjIK6S7Wf2KmhcM2W9LNgAQWy92o/B+gkBt5/BC0oo6Deye1ATfWz6pxtjPfp25fp1QwydcYXUqdbnOepQyzXD6KwjhxHI0hRlLolRBmtMERoejgUArUhTttzoSRfHWLZXgkFAWmIAh9AlBUUDBLBe4UTuwWDxOa6xGlQHCL9rl9VZZZawmfFgqD2PxyQyD3aXkHwUjtQzooS9jmOYBXC2h06X/cqrbf9/DR8mPrm60vsyGP+ViQA2ITpCE4lU/iToLPX66QxmNuct5FIOzJiOUArkojuLOT8VqHNyNwCAK1KQrrzhQNYhTbjswBgwAIShTfsjgR1GoS21QAEdBLElNj1bG4jEeb6Y5b6F4TzOzVAvPwDAMHhHhASAAA=" \ No newline at end of file diff --git a/assets/search.js b/assets/search.js new file mode 100644 index 0000000..05ae3ed --- /dev/null +++ b/assets/search.js @@ -0,0 +1 @@ +window.searchData = "data:application/octet-stream;base64,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"; \ No newline at end of file diff --git a/assets/style.css b/assets/style.css new file mode 100644 index 0000000..108428c --- /dev/null +++ b/assets/style.css @@ -0,0 +1,1383 @@ +:root { + /* Light */ + --light-color-background: #f2f4f8; + --light-color-background-secondary: #eff0f1; + --light-color-warning-text: #222; + --light-color-background-warning: #e6e600; + --light-color-icon-background: var(--light-color-background); + --light-color-accent: #c5c7c9; + --light-color-active-menu-item: var(--light-color-accent); + --light-color-text: #222; + --light-color-text-aside: #6e6e6e; + --light-color-link: #1f70c2; + + --light-color-ts-project: #b111c9; + --light-color-ts-module: var(--light-color-ts-project); + --light-color-ts-namespace: var(--light-color-ts-project); + --light-color-ts-enum: #7e6f15; + --light-color-ts-enum-member: var(--light-color-ts-enum); + --light-color-ts-variable: #4760ec; + --light-color-ts-function: #572be7; + --light-color-ts-class: #1f70c2; + --light-color-ts-interface: #108024; + --light-color-ts-constructor: var(--light-color-ts-class); + --light-color-ts-property: var(--light-color-ts-variable); + --light-color-ts-method: var(--light-color-ts-function); + --light-color-ts-call-signature: var(--light-color-ts-method); + --light-color-ts-index-signature: var(--light-color-ts-property); + --light-color-ts-constructor-signature: var(--light-color-ts-constructor); + --light-color-ts-parameter: var(--light-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --light-color-ts-type-parameter: var(--light-color-ts-type-alias); + --light-color-ts-accessor: var(--light-color-ts-property); + --light-color-ts-get-signature: var(--light-color-ts-accessor); + --light-color-ts-set-signature: var(--light-color-ts-accessor); + --light-color-ts-type-alias: #d51270; + /* reference not included as links will be colored with the kind that it points to */ + + --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-background-warning: #bebe00; + --dark-color-warning-text: #222; + --dark-color-icon-background: var(--dark-color-background-secondary); + --dark-color-accent: #9096a2; + --dark-color-active-menu-item: #5d5d6a; + --dark-color-text: #f5f5f5; + --dark-color-text-aside: #dddddd; + --dark-color-link: #00aff4; + + --dark-color-ts-project: #e358ff; + --dark-color-ts-module: var(--dark-color-ts-project); + --dark-color-ts-namespace: var(--dark-color-ts-project); + --dark-color-ts-enum: #f4d93e; + --dark-color-ts-enum-member: var(--dark-color-ts-enum); + --dark-color-ts-variable: #798dff; + --dark-color-ts-function: #a280ff; + --dark-color-ts-class: #8ac4ff; + --dark-color-ts-interface: #6cff87; + --dark-color-ts-constructor: var(--dark-color-ts-class); + --dark-color-ts-property: var(--dark-color-ts-variable); + --dark-color-ts-method: var(--dark-color-ts-function); + --dark-color-ts-call-signature: var(--dark-color-ts-method); + --dark-color-ts-index-signature: var(--dark-color-ts-property); + --dark-color-ts-constructor-signature: var(--dark-color-ts-constructor); + --dark-color-ts-parameter: var(--dark-color-ts-variable); + /* type literal not included as links will never be generated to it */ + --dark-color-ts-type-parameter: var(--dark-color-ts-type-alias); + --dark-color-ts-accessor: var(--dark-color-ts-property); + --dark-color-ts-get-signature: var(--dark-color-ts-accessor); + --dark-color-ts-set-signature: var(--dark-color-ts-accessor); + --dark-color-ts-type-alias: #ff6492; + /* reference not included as links will be colored with the kind that it points to */ + + --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-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --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-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --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-background-warning: var(--light-color-background-warning); + --color-warning-text: var(--light-color-warning-text); + --color-icon-background: var(--light-color-icon-background); + --color-accent: var(--light-color-accent); + --color-active-menu-item: var(--light-color-active-menu-item); + --color-text: var(--light-color-text); + --color-text-aside: var(--light-color-text-aside); + --color-link: var(--light-color-link); + + --color-ts-module: var(--light-color-ts-module); + --color-ts-namespace: var(--light-color-ts-namespace); + --color-ts-enum: var(--light-color-ts-enum); + --color-ts-enum-member: var(--light-color-ts-enum-member); + --color-ts-variable: var(--light-color-ts-variable); + --color-ts-function: var(--light-color-ts-function); + --color-ts-class: var(--light-color-ts-class); + --color-ts-interface: var(--light-color-ts-interface); + --color-ts-constructor: var(--light-color-ts-constructor); + --color-ts-property: var(--light-color-ts-property); + --color-ts-method: var(--light-color-ts-method); + --color-ts-call-signature: var(--light-color-ts-call-signature); + --color-ts-index-signature: var(--light-color-ts-index-signature); + --color-ts-constructor-signature: var( + --light-color-ts-constructor-signature + ); + --color-ts-parameter: var(--light-color-ts-parameter); + --color-ts-type-parameter: var(--light-color-ts-type-parameter); + --color-ts-accessor: var(--light-color-ts-accessor); + --color-ts-get-signature: var(--light-color-ts-get-signature); + --color-ts-set-signature: var(--light-color-ts-set-signature); + --color-ts-type-alias: var(--light-color-ts-type-alias); + + --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-background-warning: var(--dark-color-background-warning); + --color-warning-text: var(--dark-color-warning-text); + --color-icon-background: var(--dark-color-icon-background); + --color-accent: var(--dark-color-accent); + --color-active-menu-item: var(--dark-color-active-menu-item); + --color-text: var(--dark-color-text); + --color-text-aside: var(--dark-color-text-aside); + --color-link: var(--dark-color-link); + + --color-ts-module: var(--dark-color-ts-module); + --color-ts-namespace: var(--dark-color-ts-namespace); + --color-ts-enum: var(--dark-color-ts-enum); + --color-ts-enum-member: var(--dark-color-ts-enum-member); + --color-ts-variable: var(--dark-color-ts-variable); + --color-ts-function: var(--dark-color-ts-function); + --color-ts-class: var(--dark-color-ts-class); + --color-ts-interface: var(--dark-color-ts-interface); + --color-ts-constructor: var(--dark-color-ts-constructor); + --color-ts-property: var(--dark-color-ts-property); + --color-ts-method: var(--dark-color-ts-method); + --color-ts-call-signature: var(--dark-color-ts-call-signature); + --color-ts-index-signature: var(--dark-color-ts-index-signature); + --color-ts-constructor-signature: var( + --dark-color-ts-constructor-signature + ); + --color-ts-parameter: var(--dark-color-ts-parameter); + --color-ts-type-parameter: var(--dark-color-ts-type-parameter); + --color-ts-accessor: var(--dark-color-ts-accessor); + --color-ts-get-signature: var(--dark-color-ts-get-signature); + --color-ts-set-signature: var(--dark-color-ts-set-signature); + --color-ts-type-alias: var(--dark-color-ts-type-alias); + + --external-icon: var(--dark-external-icon); + --color-scheme: var(--dark-color-scheme); +} + +.always-visible, +.always-visible .tsd-signatures { + display: inherit !important; +} + +h1, +h2, +h3, +h4, +h5, +h6 { + line-height: 1.2; +} + +h1 > a, +h2 > a, +h3 > a, +h4 > a, +h5 > a, +h6 > a { + text-decoration: none; + color: var(--color-text); +} + +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; +} + +dl, +menu, +ol, +ul { + margin: 1em 0; +} + +dd { + margin: 0 0 0 40px; +} + +.container { + max-width: 1700px; + padding: 0 2rem; +} + +/* 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 { + margin: 0 auto; + /* toolbar, footer, margin */ + min-height: calc(100vh - 41px - 56px - 4rem); +} + +@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 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 { + position: relative; + white-space: pre; + white-space: pre-wrap; + word-wrap: break-word; + padding: 10px; + border: 1px solid var(--color-accent); +} +pre code { + padding: 0; + font-size: 100%; +} +pre > button { + position: absolute; + top: 10px; + right: 10px; + opacity: 0; + transition: opacity 0.1s; + box-sizing: border-box; +} +pre:hover > button, +pre > button.visible { + opacity: 1; +} + +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 .tsd-index-panel h3, +.tsd-index-panel .tsd-typography h3, +.tsd-typography h4, +.tsd-typography h5, +.tsd-typography h6 { + font-size: 1em; +} +.tsd-typography h5, +.tsd-typography h6 { + font-weight: normal; +} +.tsd-typography p, +.tsd-typography ul, +.tsd-typography ol { + margin: 1em 0; +} +.tsd-typography table { + border-collapse: collapse; + border: none; +} +.tsd-typography td, +.tsd-typography th { + padding: 6px 13px; + border: 1px solid var(--color-accent); +} +.tsd-typography thead, +.tsd-typography tr:nth-child(even) { + background-color: var(--color-background-secondary); +} + +.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-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: relative; + 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-navigation.settings { + margin: 1rem 0; +} +.tsd-navigation > a, +.tsd-navigation .tsd-accordion-summary { + width: calc(100% - 0.5rem); +} +.tsd-navigation a, +.tsd-navigation summary > span, +.tsd-page-navigation a { + display: inline-flex; + align-items: center; + padding: 0.25rem; + color: var(--color-text); + text-decoration: none; + box-sizing: border-box; +} +.tsd-navigation a.current, +.tsd-page-navigation a.current { + background: var(--color-active-menu-item); +} +.tsd-navigation a:hover, +.tsd-page-navigation a:hover { + text-decoration: underline; +} +.tsd-navigation ul, +.tsd-page-navigation ul { + margin-top: 0; + margin-bottom: 0; + padding: 0; + list-style: none; +} +.tsd-navigation li, +.tsd-page-navigation li { + padding: 0; + max-width: 100%; +} +.tsd-nested-navigation { + margin-left: 3rem; +} +.tsd-nested-navigation > li > details { + margin-left: -1.5rem; +} +.tsd-small-nested-navigation { + margin-left: 1.5rem; +} +.tsd-small-nested-navigation > li > details { + margin-left: -1.5rem; +} + +.tsd-nested-navigation > li > a, +.tsd-nested-navigation > li > span { + width: calc(100% - 1.75rem - 0.5rem); +} + +.tsd-page-navigation ul { + padding-left: 1.75rem; +} + +#tsd-sidebar-links a { + margin-top: 0; + margin-bottom: 0.5rem; + line-height: 1.25rem; +} +#tsd-sidebar-links a:last-of-type { + margin-bottom: 0; +} + +a.tsd-index-link { + padding: 0.25rem 0 !important; + font-size: 1rem; + line-height: 1.25rem; + display: inline-flex; + align-items: center; + color: var(--color-text); +} +.tsd-accordion-summary { + list-style-type: none; /* hide marker on non-safari */ + outline: none; /* broken on safari, so just hide it */ +} +.tsd-accordion-summary::-webkit-details-marker { + display: none; /* hide marker on safari */ +} +.tsd-accordion-summary, +.tsd-accordion-summary a { + user-select: none; + -moz-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + + cursor: pointer; +} +.tsd-accordion-summary a { + width: calc(100% - 1.5rem); +} +.tsd-accordion-summary > * { + margin-top: 0; + margin-bottom: 0; + padding-top: 0; + padding-bottom: 0; +} +.tsd-index-accordion .tsd-accordion-summary > svg { + margin-left: 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; +} + +.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, +#tsd-toolbar-links a { + 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 { + background-color: var(--color-background); + line-height: initial; + padding: 4px; +} +#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:not(.no-results), +#tsd-search .results li:hover:not(.no-results) { + background-color: var(--color-accent); +} +#tsd-search .results a { + display: flex; + align-items: center; + padding: 0.25rem; + box-sizing: border-box; +} +#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, +#tsd-search.has-focus #tsd-toolbar-links a { + 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-toolbar-links { + position: absolute; + top: 0; + right: 2rem; + height: 100%; + display: flex; + align-items: center; + justify-content: flex-end; +} +#tsd-toolbar-links a { + margin-left: 1.5rem; +} +#tsd-toolbar-links a:hover { + text-decoration: underline; +} + +.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: sticky; + 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 .tsd-toolbar-icon { + box-sizing: border-box; + line-height: 0; + padding: 12px 0; +} + +.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; +} +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 !important; +} + +.warning { + padding: 1rem; + color: var(--color-warning-text); + background: var(--color-background-warning); +} + +.tsd-kind-project { + color: var(--color-ts-project); +} +.tsd-kind-module { + color: var(--color-ts-module); +} +.tsd-kind-namespace { + color: var(--color-ts-namespace); +} +.tsd-kind-enum { + color: var(--color-ts-enum); +} +.tsd-kind-enum-member { + color: var(--color-ts-enum-member); +} +.tsd-kind-variable { + color: var(--color-ts-variable); +} +.tsd-kind-function { + color: var(--color-ts-function); +} +.tsd-kind-class { + color: var(--color-ts-class); +} +.tsd-kind-interface { + color: var(--color-ts-interface); +} +.tsd-kind-constructor { + color: var(--color-ts-constructor); +} +.tsd-kind-property { + color: var(--color-ts-property); +} +.tsd-kind-method { + color: var(--color-ts-method); +} +.tsd-kind-call-signature { + color: var(--color-ts-call-signature); +} +.tsd-kind-index-signature { + color: var(--color-ts-index-signature); +} +.tsd-kind-constructor-signature { + color: var(--color-ts-constructor-signature); +} +.tsd-kind-parameter { + color: var(--color-ts-parameter); +} +.tsd-kind-type-literal { + color: var(--color-ts-type-literal); +} +.tsd-kind-type-parameter { + color: var(--color-ts-type-parameter); +} +.tsd-kind-accessor { + color: var(--color-ts-accessor); +} +.tsd-kind-get-signature { + color: var(--color-ts-get-signature); +} +.tsd-kind-set-signature { + color: var(--color-ts-set-signature); +} +.tsd-kind-type-alias { + color: var(--color-ts-type-alias); +} + +/* if we have a kind icon, don't color the text by kind */ +.tsd-kind-icon ~ span { + color: var(--color-text); +} + +* { + 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); +} + +/* mobile */ +@media (max-width: 769px) { + .tsd-widget.options, + .tsd-widget.menu { + display: inline-block; + } + + .container-main { + display: flex; + } + html .col-content { + float: none; + max-width: 100%; + width: 100%; + } + html .col-sidebar { + 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; + width: 75vw; + visibility: hidden; + background-color: var(--color-background); + transform: translate(100%, 0); + } + html .col-sidebar > *: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 .col-sidebar { + animation: pop-in-from-right 0.4s; + } + + .from-has-menu .overlay { + animation: fade-out 0.4s; + } + + .from-has-menu .col-sidebar { + animation: pop-out-to-right 0.4s; + } + + .has-menu body { + overflow: hidden; + } + .has-menu .overlay { + visibility: visible; + } + .has-menu .col-sidebar { + visibility: visible; + transform: translate(0, 0); + display: flex; + flex-direction: column; + gap: 1.5rem; + max-height: 100vh; + padding: 1rem 2rem; + } + .has-menu .tsd-navigation { + max-height: 100%; + } +} + +/* one sidebar */ +@media (min-width: 770px) { + .container-main { + display: grid; + grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); + grid-template-areas: "sidebar content"; + margin: 2rem auto; + } + + .col-sidebar { + grid-area: sidebar; + } + .col-content { + grid-area: content; + padding: 0 1rem; + } +} +@media (min-width: 770px) and (max-width: 1399px) { + .col-sidebar { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + padding-top: 1rem; + } + .site-menu { + margin-top: 1rem; + } +} + +/* two sidebars */ +@media (min-width: 1200px) { + .container-main { + grid-template-columns: minmax(0, 1fr) minmax(0, 2.5fr) minmax(0, 20rem); + grid-template-areas: "sidebar content toc"; + } + + .col-sidebar { + display: contents; + } + + .page-menu { + grid-area: toc; + padding-left: 1rem; + } + .site-menu { + grid-area: sidebar; + } + + .site-menu { + margin-top: 1rem 0; + } + + .page-menu, + .site-menu { + max-height: calc(100vh - 2rem - 42px); + overflow: auto; + position: sticky; + top: 42px; + } +} diff --git a/classes/ClickBoundary.html b/classes/ClickBoundary.html new file mode 100644 index 0000000..92a2513 --- /dev/null +++ b/classes/ClickBoundary.html @@ -0,0 +1,178 @@ +ClickBoundary | Idea React
+
+ +
+
+
+
+ +

Class ClickBoundary

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
root: RefObject<HTMLDivElement> = ...
+
+

Methods

+
+ +
+
+ +
+
+ +
+
+ +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/Dialog.html b/classes/Dialog.html new file mode 100644 index 0000000..0a79812 --- /dev/null +++ b/classes/Dialog.html @@ -0,0 +1,137 @@ +Dialog | Idea React
+
+ +
+
+
+
+ +

Class Dialog<T>

+
+

Type Parameters

+
    +
  • +

    T = any

+
+

Hierarchy

+
    +
  • Dialog
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
Component: FC
+
+ +
defer?: Defer<T> = undefined
+
+

Methods

+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/DialogClose.html b/classes/DialogClose.html new file mode 100644 index 0000000..783e6f1 --- /dev/null +++ b/classes/DialogClose.html @@ -0,0 +1,96 @@ +DialogClose | Idea React
+
+ +
+
+
+
+ +

Class DialogClose

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Constructors

+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/Editor.html b/classes/Editor.html new file mode 100644 index 0000000..ea92120 --- /dev/null +++ b/classes/Editor.html @@ -0,0 +1,141 @@ +Editor | Idea React
+
+ +
+
+
+
+ +

Class Editor

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
innerValue: OutputData = ...
+
+ +
displayName: string = 'Editor'
+
+

Methods

+
+ +
    + +
  • +

    Returns Element

+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/MonthCalendar.html b/classes/MonthCalendar.html new file mode 100644 index 0000000..ad4ea3c --- /dev/null +++ b/classes/MonthCalendar.html @@ -0,0 +1,197 @@ +MonthCalendar | Idea React
+
+ +
+
+
+
+ +

Class MonthCalendar

+
+ +
+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
currentDate: Date = ...
+
+ +
observedProps: MonthCalendarProps
+
+ +
displayName: string = 'MonthCalendar'
+
+

Accessors

+
+ +
+
+ +
+
+

Methods

+
+ +
+
+ +
+
+ +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/PageNav.html b/classes/PageNav.html new file mode 100644 index 0000000..3ee72fd --- /dev/null +++ b/classes/PageNav.html @@ -0,0 +1,221 @@ +PageNav | Idea React
+
+ +
+
+
+
+ +

Class PageNav

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Accessors

+
+
+

Methods

+
+
+

Constructors

+
+ +
+
+

Properties

+
+ +
list: HeadingMeta[] = []
+
+ +
scrollY: number = 0
+
+ +
displayName: string = 'PageNav'
+
+

Accessors

+
+ +
+
+

Methods

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +

    Returns void

+
+ +
    + +
  • +

    Returns Element

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      __namedParameters: HeadingMeta
    +

    Returns Element

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      meta: HeadingMeta
    +

    Returns (() => void)

    +
      +
    • +
        +
      • (): void
      • +
      • +

        Returns void

+
+ +
+
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/classes/TypeEcho.html b/classes/TypeEcho.html new file mode 100644 index 0000000..d4608b2 --- /dev/null +++ b/classes/TypeEcho.html @@ -0,0 +1,163 @@ +TypeEcho | Idea React
+
+ +
+
+
+
+ +

Class TypeEcho

+
+

Hierarchy

+
+
+
+
+ +
+
+

Constructors

+
+
+

Properties

+
+
+

Methods

+
+
+

Constructors

+
+ +
    + +
  • +
    +

    Parameters

    +
      +
    • +
      props: {
          className?: string;
          intervals?: number;
          text: string;
      } | Readonly<{
          className?: string;
          intervals?: number;
          text: string;
      }>
    +

    Returns TypeEcho

  • + +
  • +
    +

    Parameters

    +
      +
    • +
      props: {
          className?: string;
          intervals?: number;
          text: string;
      }
      +
        +
      • +
        Optional className?: string
      • +
      • +
        Optional intervals?: number
      • +
      • +
        text: string
    • +
    • +
      context: any
    +

    Returns TypeEcho

    +
+
+

Properties

+
+ +
init: RefCallback<HTMLPreElement> = ...
+
+ +
state: Readonly<State> = ...
+
+ +
displayName: string = 'TypeEcho'
+
+

Methods

+
+ +
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/functions/Avatar-1.html b/functions/Avatar-1.html new file mode 100644 index 0000000..f2433f2 --- /dev/null +++ b/functions/Avatar-1.html @@ -0,0 +1,72 @@ +Avatar | Idea React
+
+ +
+
+
+
+ +

Function Avatar

+
+
    + +
  • +
    +

    Parameters

    +
    +

    Returns ReactNode

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/functions/CodeBlock.html b/functions/CodeBlock.html new file mode 100644 index 0000000..76d1878 --- /dev/null +++ b/functions/CodeBlock.html @@ -0,0 +1,70 @@ +CodeBlock | Idea React
+
+ +
+
+
+
+ +

Function CodeBlock

+
+
+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/functions/EditorHTML-1.html b/functions/EditorHTML-1.html new file mode 100644 index 0000000..db1f5c9 --- /dev/null +++ b/functions/EditorHTML-1.html @@ -0,0 +1,77 @@ +EditorHTML | Idea React
+
+ +
+
+
+
+ +

Function EditorHTML

+
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      props: {
          className?: string;
          data: OutputData;
      }
      +
        +
      • +
        Optional className?: string
      • +
      • +
        data: OutputData
    • +
    • +
      Optional context: any
    +

    Returns ReactNode

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/functions/Icon-1.html b/functions/Icon-1.html new file mode 100644 index 0000000..865ac5c --- /dev/null +++ b/functions/Icon-1.html @@ -0,0 +1,72 @@ +Icon | Idea React
+
+ +
+
+
+
+ +

Function Icon

+
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      props: HTMLAttributes<HTMLSpanElement> & {
          name: string;
          size?: number;
      }
    • +
    • +
      Optional context: any
    +

    Returns ReactNode

+
+ +
+
+

Generated using TypeDoc

+
\ No newline at end of file diff --git a/functions/Loading-1.html b/functions/Loading-1.html new file mode 100644 index 0000000..0a5126e --- /dev/null +++ b/functions/Loading-1.html @@ -0,0 +1,73 @@ +Loading | Idea React
+
+ +
+
+
+
+ +

Function Loading

+
+
    + +
  • +
    +

    Parameters

    +
      +
    • +
      props: {}
      +
      • +
      • +
        Optional context: any
      +

      Returns ReactNode

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/Nameplate-1.html b/functions/Nameplate-1.html new file mode 100644 index 0000000..3f6b0d6 --- /dev/null +++ b/functions/Nameplate-1.html @@ -0,0 +1,77 @@ +Nameplate | Idea React
    +
    + +
    +
    +
    +
    + +

    Function Nameplate

    +
    +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        props: {
            avatar: string;
            name: string;
        }
        +
          +
        • +
          avatar: string
        • +
        • +
          name: string
      • +
      • +
        Optional context: any
      +

      Returns ReactNode

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/Option-1.html b/functions/Option-1.html new file mode 100644 index 0000000..b4a27e8 --- /dev/null +++ b/functions/Option-1.html @@ -0,0 +1,72 @@ +Option | Idea React
    +
    + +
    +
    +
    +
    + +

    Function Option

    +
    +
      + +
    • +
      +

      Parameters

      +
      +

      Returns ReactNode

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/OverlayBox-1.html b/functions/OverlayBox-1.html new file mode 100644 index 0000000..5173a12 --- /dev/null +++ b/functions/OverlayBox-1.html @@ -0,0 +1,75 @@ +OverlayBox | Idea React
    +
    + +
    +
    +
    +
    + +

    Function OverlayBox

    +
    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/Select-1.html b/functions/Select-1.html new file mode 100644 index 0000000..379fc4b --- /dev/null +++ b/functions/Select-1.html @@ -0,0 +1,72 @@ +Select | Idea React
    +
    + +
    +
    +
    +
    + +

    Function Select

    +
    +
      + +
    • +
      +

      Parameters

      +
      +

      Returns ReactNode

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/SpinnerButton-1.html b/functions/SpinnerButton-1.html new file mode 100644 index 0000000..c1cb6b9 --- /dev/null +++ b/functions/SpinnerButton-1.html @@ -0,0 +1,72 @@ +SpinnerButton | Idea React
    +
    + +
    +
    +
    +
    + +

    Function SpinnerButton

    +
    +
      + +
    • +
      +

      Parameters

      +
      +

      Returns ReactNode

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/TableSpinner-1.html b/functions/TableSpinner-1.html new file mode 100644 index 0000000..6f5262c --- /dev/null +++ b/functions/TableSpinner-1.html @@ -0,0 +1,75 @@ +TableSpinner | Idea React
    +
    + +
    +
    +
    +
    + +

    Function TableSpinner

    +
    +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        props: {
            colSpan: number;
        }
        +
          +
        • +
          colSpan: number
      • +
      • +
        Optional context: any
      +

      Returns ReactNode

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/TimeDistance-1.html b/functions/TimeDistance-1.html new file mode 100644 index 0000000..da8bd43 --- /dev/null +++ b/functions/TimeDistance-1.html @@ -0,0 +1,83 @@ +TimeDistance | Idea React
    +
    + +
    +
    +
    +
    + +

    Function TimeDistance

    +
    +
      + +
    • +
      +

      Parameters

      +
        +
      • +
        props: {
            afterWord?: string;
            beforeWord?: string;
            className?: string;
            date: TimeData;
            unitWords?: Record<string, string>;
        }
        +
          +
        • +
          Optional afterWord?: string
        • +
        • +
          Optional beforeWord?: string
        • +
        • +
          Optional className?: string
        • +
        • +
          date: TimeData
        • +
        • +
          Optional unitWords?: Record<string, string>
      • +
      • +
        Optional context: any
      +

      Returns ReactNode

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/animate.html b/functions/animate.html new file mode 100644 index 0000000..393b177 --- /dev/null +++ b/functions/animate.html @@ -0,0 +1,70 @@ +animate | Idea React
    +
    + +
    +
    +
    +
    + +

    Function animate

    +
    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/functions/text2color.html b/functions/text2color.html new file mode 100644 index 0000000..100ccf3 --- /dev/null +++ b/functions/text2color.html @@ -0,0 +1,72 @@ +text2color | Idea React
    +
    + +
    +
    +
    +
    + +

    Function text2color

    +
    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..a16159e --- /dev/null +++ b/index.html @@ -0,0 +1,145 @@ +Idea React
    +
    + +
    +
    +
    +
    +

    Idea React

    +

    Idea React

    A React advanced components library based on TypeScript & Bootstrap, built by idea2app remote developers team.

    +

    MobX compatibility +NPM Dependency +CI & CD

    +

    NPM

    + +

    Content

    Components

      +
    1. Time Distance
    2. +
    3. Icon
    4. +
    5. Avatar
    6. +
    7. Nameplate
    8. +
    9. Type Echo
    10. +
    11. Click Boundary
    12. +
    13. Spinner Button
    14. +
    15. Select
    16. +
    17. Month Calendar
    18. +
    19. Code Block
    20. +
    21. Page Nav
    22. +
    23. Editor
    24. +
    25. Editor HTML
    26. +
    27. Table Spinner
    28. +
    29. Loading
    30. +
    31. Overlay Box
    32. +
    33. Dialog
    34. +
    +

    Data components

    Table, List & Form components around Data models, have been migrated to https://github.com/idea2app/MobX-RESTful-table, since Idea-React v1.0.0.

    +

    Map components

    Open Map component & model, have been migrated to https://github.com/idea2app/OpenMap, since Idea-React v1.0.0.

    +

    Utilities

      +
    1. text2color
    2. +
    3. animate()
    4. +
    +

    Usage

    Scaffolds

      +
    1. MobX: demo & usage
    2. +
    3. Next.js: demo & usage
    4. +
    +

    CSS on CDN

    <link
    rel="stylesheet"
    href="https://unpkg.com/bootstrap@5.3.1/dist/css/bootstrap.min.css"
    />
    <link
    rel="stylesheet"
    href="https://unpkg.com/bootstrap-icons@1.10.5/font/bootstrap-icons.css"
    />
    <link
    rel="stylesheet"
    href="https://unpkg.com/animate.css@4.1.1/animate.min.css"
    />
    <link
    rel="stylesheet"
    href="https://unpkg.com/prismjs@1.29.0/themes/prism.min.css"
    /> +
    +

    Dialog

    import { formToJSON } from 'web-utility';
    import { PureComponent } from 'react';
    import { Button, Form, Modal } from 'react-bootstrap';
    import { Dialog, DialogClose } from 'idea-react';

    export class ExamplePage extends PureComponent {
    inputDialog = new Dialog<Record<'a' | 'b', number>>(({ defer }) => (
    <Modal show={!!defer} onHide={() => defer?.reject(new DialogClose())}>
    <Modal.Header>Dialog</Modal.Header>
    <Modal.Body>
    <Form
    id="input-dialog"
    onSubmit={event => {
    event.preventDefault();

    defer?.resolve(formToJSON(event.currentTarget));
    }}
    onReset={() => defer?.reject(new DialogClose())}
    >
    <Form.Group>
    <Form.Label>A</Form.Label>
    <Form.Control type="number" name="a" />
    </Form.Group>
    <Form.Group>
    <Form.Label>B</Form.Label>
    <Form.Control type="number" name="b" />
    </Form.Group>
    </Form>
    </Modal.Body>
    <Modal.Footer className="d-flex justify-content-end gap-3">
    <Button form="input-dialog" type="submit">

    </Button>
    <Button form="input-dialog" type="reset" variant="danger">
    ×
    </Button>
    </Modal.Footer>
    </Modal>
    ));

    someLogic = async () => {
    try {
    const data = await this.inputDialog.open();

    alert(JSON.stringify(data, null, 4));
    } catch (error) {
    if (error instanceof DialogClose) console.warn(error.message);
    }
    };

    render() {
    return (
    <>
    <Button onClick={this.someLogic}>open Dialog</Button>

    <this.inputDialog.Component />
    </>
    );
    }
    } +
    +

    Development

    Publish

      +
    1. update version in package.json file

      +
    2. +
    3. add Git tag

      +
    4. +
    +
    git tag vx.xx.x  # such as v0.23.0
    +
    +
      +
    1. review tag
    2. +
    +
    git tag
    +
    +
      +
    1. publish code with tag version
    2. +
    +
    git push origin master --tags  # push all branches and tags on master
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/AvatarProps.html b/interfaces/AvatarProps.html new file mode 100644 index 0000000..7dd8284 --- /dev/null +++ b/interfaces/AvatarProps.html @@ -0,0 +1,87 @@ +AvatarProps | Idea React
    +
    + +
    +
    +
    +
    + +

    Interface AvatarProps

    +
    +

    Hierarchy

    +
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    size?: number
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/DialogProps.html b/interfaces/DialogProps.html new file mode 100644 index 0000000..04cfe54 --- /dev/null +++ b/interfaces/DialogProps.html @@ -0,0 +1,90 @@ +DialogProps | Idea React
    +
    + +
    +
    +
    +
    + +

    Interface DialogProps<T>

    +
    +

    Type Parameters

    +
      +
    • +

      T = any

    +
    +

    Hierarchy

    +
      +
    • DialogProps
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    defer?: Defer<T>
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/MonthCalendarProps.html b/interfaces/MonthCalendarProps.html new file mode 100644 index 0000000..e6ed947 --- /dev/null +++ b/interfaces/MonthCalendarProps.html @@ -0,0 +1,121 @@ +MonthCalendarProps | Idea React
    +
    + +
    +
    +
    +
    + +

    Interface MonthCalendarProps

    +
    +

    Hierarchy

    +
      +
    • Omit<TableProps, "onChange"> +
        +
      • MonthCalendarProps
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    headBg?: Color
    +
    + +
    locale?: string
    +
    + +
    onChange?: ((value) => any)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (value): any
      • +
      • +
        +

        Parameters

        +
          +
        • +
          value: DateData
        +

        Returns any

    +
    + +
    value?: DateData[]
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/OverlayBoxProps.html b/interfaces/OverlayBoxProps.html new file mode 100644 index 0000000..a25950f --- /dev/null +++ b/interfaces/OverlayBoxProps.html @@ -0,0 +1,94 @@ +OverlayBoxProps | Idea React
    +
    + +
    +
    +
    +
    + +

    Interface OverlayBoxProps

    +
    +

    Hierarchy

    +
      +
    • Omit<OverlayTriggerProps, "overlay"> +
        +
      • OverlayBoxProps
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    detail?: ReactNode
    +
    + +
    title: ReactNode
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/PageNavProps.html b/interfaces/PageNavProps.html new file mode 100644 index 0000000..3a78b1c --- /dev/null +++ b/interfaces/PageNavProps.html @@ -0,0 +1,107 @@ +PageNavProps | Idea React
    +
    + +
    +
    +
    +
    + +

    Interface PageNavProps

    +
    +

    Hierarchy

    +
      +
    • NavProps +
        +
      • PageNavProps
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    depth?: number
    +
    + +
    onItemClick?: ((item) => any)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (item): any
      • +
      • +
        +

        Parameters

        +
          +
        • +
          item: HeadingMeta
        +

        Returns any

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/SelectProps.html b/interfaces/SelectProps.html new file mode 100644 index 0000000..86f9648 --- /dev/null +++ b/interfaces/SelectProps.html @@ -0,0 +1,145 @@ +SelectProps | Idea React
    +
    + +
    +
    +
    +
    + +

    Interface SelectProps

    +
    +

    Hierarchy

    +
      +
    • OptionProps
    • +
    • Pick<DropdownButtonProps, "variant" | "menuVariant"> +
        +
      • SelectProps
    +
    +
    +
    + +
    +
    +

    Properties

    +
    + +
    className?: string
    +
    + +
    onChange?: ((value) => any)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (value): any
      • +
      • +
        +

        Parameters

        +
          +
        • +
          value: string
        +

        Returns any

    +
    + +
    style?: CSSProperties
    +
    + +
    value?: string
    +
    + +
    valueRender?: ((value) => ReactNode)
    +
    +

    Type declaration

    +
      +
    • +
        +
      • (value): ReactNode
      • +
      • +
        +

        Parameters

        +
          +
        • +
          value: string
        +

        Returns ReactNode

    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/interfaces/SpinnerButtonProps.html b/interfaces/SpinnerButtonProps.html new file mode 100644 index 0000000..2bc0eb6 --- /dev/null +++ b/interfaces/SpinnerButtonProps.html @@ -0,0 +1,88 @@ +SpinnerButtonProps | Idea React
    +
    + +
    +
    +
    +
    + +

    Interface SpinnerButtonProps

    +
    +

    Hierarchy

    +
      +
    • ButtonProps
    • +
    • Pick<SpinnerProps, "animation"> +
        +
      • SpinnerButtonProps
    +
    +
    +
    + +
    +
    +

    Properties

    +
    +
    +

    Properties

    +
    + +
    loading?: boolean
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules.html b/modules.html new file mode 100644 index 0000000..742044b --- /dev/null +++ b/modules.html @@ -0,0 +1,129 @@ +Idea React
    +
    + +
    + +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/Avatar.html b/modules/Avatar.html new file mode 100644 index 0000000..01277c3 --- /dev/null +++ b/modules/Avatar.html @@ -0,0 +1,68 @@ +Avatar | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace Avatar

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/EditorHTML.html b/modules/EditorHTML.html new file mode 100644 index 0000000..295d069 --- /dev/null +++ b/modules/EditorHTML.html @@ -0,0 +1,68 @@ +EditorHTML | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace EditorHTML

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/Icon.html b/modules/Icon.html new file mode 100644 index 0000000..99af98a --- /dev/null +++ b/modules/Icon.html @@ -0,0 +1,68 @@ +Icon | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace Icon

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/Loading.html b/modules/Loading.html new file mode 100644 index 0000000..61701fe --- /dev/null +++ b/modules/Loading.html @@ -0,0 +1,68 @@ +Loading | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace Loading

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/Nameplate.html b/modules/Nameplate.html new file mode 100644 index 0000000..c83cba9 --- /dev/null +++ b/modules/Nameplate.html @@ -0,0 +1,68 @@ +Nameplate | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace Nameplate

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/Option.html b/modules/Option.html new file mode 100644 index 0000000..4be748b --- /dev/null +++ b/modules/Option.html @@ -0,0 +1,68 @@ +Option | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace Option

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/OverlayBox.html b/modules/OverlayBox.html new file mode 100644 index 0000000..a61bcc9 --- /dev/null +++ b/modules/OverlayBox.html @@ -0,0 +1,72 @@ +OverlayBox | Idea React
    +
    + +
    +
    + +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/Select.html b/modules/Select.html new file mode 100644 index 0000000..bd299ba --- /dev/null +++ b/modules/Select.html @@ -0,0 +1,68 @@ +Select | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace Select

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/SpinnerButton.html b/modules/SpinnerButton.html new file mode 100644 index 0000000..88d686a --- /dev/null +++ b/modules/SpinnerButton.html @@ -0,0 +1,68 @@ +SpinnerButton | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace SpinnerButton

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/TableSpinner.html b/modules/TableSpinner.html new file mode 100644 index 0000000..457e60c --- /dev/null +++ b/modules/TableSpinner.html @@ -0,0 +1,68 @@ +TableSpinner | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace TableSpinner

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/modules/TimeDistance.html b/modules/TimeDistance.html new file mode 100644 index 0000000..9d72ef6 --- /dev/null +++ b/modules/TimeDistance.html @@ -0,0 +1,68 @@ +TimeDistance | Idea React
    +
    + +
    +
    +
    +
    + +

    Namespace TimeDistance

    +
    +
    +

    Index

    +
    +

    Variables

    +
    +
    + +
    +
    +

    Generated using TypeDoc

    +
    \ No newline at end of file diff --git a/preview/index.5a7d48e6.js b/preview/index.5a7d48e6.js new file mode 100644 index 0000000..9dc1ee7 --- /dev/null +++ b/preview/index.5a7d48e6.js @@ -0,0 +1,4810 @@ +let e,n;function r(e,n,r,o){Object.defineProperty(e,n,{get:r,set:o,enumerable:!0,configurable:!0})}function o(e){return e&&e.__esModule?e.default:e}function i(e){Object.defineProperty(e,"__esModule",{value:!0,configurable:!0})}var a,l,c,u,d,f,p,h,g,m,b,v,y,x,k,w,S,E,_,C,T,O,B,N,A,L,I,M,P,j,R,D,F,z,$,H,U,V,W,K,Y,q="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:"undefined"!=typeof global?global:{},G={},X={},Q=q.parcelRequire64bc;null==Q&&((Q=function(e){if(e in G)return G[e].exports;if(e in X){var n=X[e];delete X[e];var r={id:e,exports:{}};return G[e]=r,n.call(r.exports,r,r.exports),r.exports}var o=Error("Cannot find module '"+e+"'");throw o.code="MODULE_NOT_FOUND",o}).register=function(e,n){X[e]=n},q.parcelRequire64bc=Q),Q.register("g8iUW",function(e,n){function o(e,n,r,o){var i,a=arguments.length,l=a<3?n:null===o?o=Object.getOwnPropertyDescriptor(n,r):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)l=Reflect.decorate(e,n,r,o);else for(var c=e.length-1;c>=0;c--)(i=e[c])&&(l=(a<3?i(l):a>3?i(n,r,l):i(n,r))||l);return a>3&&l&&Object.defineProperty(n,r,l),l}r(e.exports,"__decorate",()=>o),"function"==typeof SuppressedError&&SuppressedError}),Q.register("iwYKF",function(e,n){r(e.exports,"Fragment",()=>o,e=>o=e),r(e.exports,"jsx",()=>i,e=>i=e),r(e.exports,"jsxs",()=>a,e=>a=e);var o,i,a,l=Q("lx97N"),c=Symbol.for("react.element"),u=Symbol.for("react.fragment"),d=Object.prototype.hasOwnProperty,f=l.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,p={key:!0,ref:!0,__self:!0,__source:!0};function h(e,n,r){var o,i={},a=null,l=null;for(o in void 0!==r&&(a=""+r),void 0!==n.key&&(a=""+n.key),void 0!==n.ref&&(l=n.ref),n)d.call(n,o)&&!p.hasOwnProperty(o)&&(i[o]=n[o]);if(e&&e.defaultProps)for(o in n=e.defaultProps)void 0===i[o]&&(i[o]=n[o]);return{$$typeof:c,type:e,key:a,ref:l,props:i,_owner:f.current}}o=u,i=h,a=h}),Q.register("lx97N",function(e,n){e.exports=Q("8E8IG")}),Q.register("8E8IG",function(e,n){r(e.exports,"Children",()=>o,e=>o=e),r(e.exports,"Component",()=>i,e=>i=e),r(e.exports,"Fragment",()=>a,e=>a=e),r(e.exports,"Profiler",()=>l,e=>l=e),r(e.exports,"PureComponent",()=>c,e=>c=e),r(e.exports,"StrictMode",()=>u,e=>u=e),r(e.exports,"Suspense",()=>d,e=>d=e),r(e.exports,"__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED",()=>f,e=>f=e),r(e.exports,"cloneElement",()=>p,e=>p=e),r(e.exports,"createContext",()=>h,e=>h=e),r(e.exports,"createElement",()=>g,e=>g=e),r(e.exports,"createFactory",()=>m,e=>m=e),r(e.exports,"createRef",()=>b,e=>b=e),r(e.exports,"forwardRef",()=>v,e=>v=e),r(e.exports,"isValidElement",()=>y,e=>y=e),r(e.exports,"lazy",()=>x,e=>x=e),r(e.exports,"memo",()=>k,e=>k=e),r(e.exports,"startTransition",()=>w,e=>w=e),r(e.exports,"unstable_act",()=>S,e=>S=e),r(e.exports,"useCallback",()=>E,e=>E=e),r(e.exports,"useContext",()=>_,e=>_=e),r(e.exports,"useDebugValue",()=>C,e=>C=e),r(e.exports,"useDeferredValue",()=>T,e=>T=e),r(e.exports,"useEffect",()=>O,e=>O=e),r(e.exports,"useId",()=>B,e=>B=e),r(e.exports,"useImperativeHandle",()=>N,e=>N=e),r(e.exports,"useInsertionEffect",()=>A,e=>A=e),r(e.exports,"useLayoutEffect",()=>L,e=>L=e),r(e.exports,"useMemo",()=>I,e=>I=e),r(e.exports,"useReducer",()=>M,e=>M=e),r(e.exports,"useRef",()=>P,e=>P=e),r(e.exports,"useState",()=>j,e=>j=e),r(e.exports,"useSyncExternalStore",()=>R,e=>R=e),r(e.exports,"useTransition",()=>D,e=>D=e),r(e.exports,"version",()=>F,e=>F=e);var o,i,a,l,c,u,d,f,p,h,g,m,b,v,y,x,k,w,S,E,_,C,T,O,B,N,A,L,I,M,P,j,R,D,F,z=Symbol.for("react.element"),$=Symbol.for("react.portal"),H=Symbol.for("react.fragment"),U=Symbol.for("react.strict_mode"),V=Symbol.for("react.profiler"),W=Symbol.for("react.provider"),K=Symbol.for("react.context"),Y=Symbol.for("react.forward_ref"),q=Symbol.for("react.suspense"),G=Symbol.for("react.memo"),X=Symbol.for("react.lazy"),Q=Symbol.iterator,Z={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},J=Object.assign,ee={};function et(e,n,r){this.props=e,this.context=n,this.refs=ee,this.updater=r||Z}function en(){}function er(e,n,r){this.props=e,this.context=n,this.refs=ee,this.updater=r||Z}et.prototype.isReactComponent={},et.prototype.setState=function(e,n){if("object"!=typeof e&&"function"!=typeof e&&null!=e)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,e,n,"setState")},et.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,"forceUpdate")},en.prototype=et.prototype;var eo=er.prototype=new en;eo.constructor=er,J(eo,et.prototype),eo.isPureReactComponent=!0;var ei=Array.isArray,ea=Object.prototype.hasOwnProperty,es={current:null},el={key:!0,ref:!0,__self:!0,__source:!0};function ec(e,n,r){var o,i={},a=null,l=null;if(null!=n)for(o in void 0!==n.ref&&(l=n.ref),void 0!==n.key&&(a=""+n.key),n)ea.call(n,o)&&!el.hasOwnProperty(o)&&(i[o]=n[o]);var c=arguments.length-2;if(1===c)i.children=r;else if(1V,e=>V=e),r(e.exports,"createPortal",()=>W,e=>W=e),r(e.exports,"createRoot",()=>K,e=>K=e),r(e.exports,"findDOMNode",()=>Y,e=>Y=e),r(e.exports,"flushSync",()=>q,e=>q=e),r(e.exports,"hydrate",()=>G,e=>G=e),r(e.exports,"hydrateRoot",()=>X,e=>X=e),r(e.exports,"render",()=>Z,e=>Z=e),r(e.exports,"unmountComponentAtNode",()=>J,e=>J=e),r(e.exports,"unstable_batchedUpdates",()=>ee,e=>ee=e),r(e.exports,"unstable_renderSubtreeIntoContainer",()=>et,e=>et=e),r(e.exports,"version",()=>en,e=>en=e);var o,i,a,l,c,u,d=Q("lx97N"),f=Q("7DCHO");function p(e){for(var n="https://reactjs.org/docs/error-decoder.html?invariant="+e,r=1;r