Added new docs and update version select
This commit is contained in:
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -73,7 +96,8 @@
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L9"
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L9"
|
||||
>language/language.ts:9</a
|
||||
>
|
||||
</li>
|
||||
@ -101,7 +125,11 @@
|
||||
<ul id="tsd-filter-options">
|
||||
<li class="tsd-filter-item">
|
||||
<label class="tsd-filter-input"
|
||||
><input type="checkbox" id="tsd-filter-private" name="private" /><svg
|
||||
><input
|
||||
type="checkbox"
|
||||
id="tsd-filter-private"
|
||||
name="private"
|
||||
/><svg
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
@ -168,38 +196,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="selected tsd-kind-module">
|
||||
<a href="../modules/interfaces_language_interface.html">Language.interface</a>
|
||||
<a href="../modules/interfaces_language_interface.html"
|
||||
>Language.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -211,7 +278,12 @@
|
||||
<ul>
|
||||
<li class="current tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="language_language.en.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="var(--color-ts-variable)"
|
||||
@ -233,7 +305,12 @@
|
||||
</li>
|
||||
<li class="tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="language_language.ru.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-32-path"></use>
|
||||
<use href="#icon-32-text"></use></svg
|
||||
>ru</a
|
||||
@ -244,7 +321,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -73,7 +96,8 @@
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L3"
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L3"
|
||||
>language/language.ts:3</a
|
||||
>
|
||||
</li>
|
||||
@ -101,7 +125,11 @@
|
||||
<ul id="tsd-filter-options">
|
||||
<li class="tsd-filter-item">
|
||||
<label class="tsd-filter-input"
|
||||
><input type="checkbox" id="tsd-filter-private" name="private" /><svg
|
||||
><input
|
||||
type="checkbox"
|
||||
id="tsd-filter-private"
|
||||
name="private"
|
||||
/><svg
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
@ -168,38 +196,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="selected tsd-kind-module">
|
||||
<a href="../modules/interfaces_language_interface.html">Language.interface</a>
|
||||
<a href="../modules/interfaces_language_interface.html"
|
||||
>Language.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -211,7 +278,12 @@
|
||||
<ul>
|
||||
<li class="tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="language_language.en.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="var(--color-ts-variable)"
|
||||
@ -233,7 +305,12 @@
|
||||
</li>
|
||||
<li class="current tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="language_language.ru.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-32-path"></use>
|
||||
<use href="#icon-32-text"></use></svg
|
||||
>ru</a
|
||||
@ -244,7 +321,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
Reference in New Issue
Block a user