Added new docs and update version select

This commit is contained in:
MaxOvs19
2023-03-21 16:44:51 +03:00
parent 45df42825f
commit 282063940e
41 changed files with 8719 additions and 1778 deletions

View File

@@ -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>
@@ -63,14 +86,17 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="checkItemStruct">
check<wbr />Item<wbr />Struct<span class="tsd-signature-symbol">(</span>item<span
class="tsd-signature-symbol"
>: </span
check<wbr />Item<wbr />Struct<span class="tsd-signature-symbol"
>(</span
>item<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">object</span
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">boolean</span
><a href="#checkItemStruct" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#checkItemStruct"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -80,7 +106,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -96,13 +127,17 @@
<p>Checking if item contains the specified properties.</p>
<h3>Returns</h3>
<p>returns true/false if item contains the specified properties.</p>
<p>
returns true/false if item contains the specified properties.
</p>
</div>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>item: <span class="tsd-signature-type">object</span></h5>
<h5>
item: <span class="tsd-signature-type">object</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>element to be checked against a certain structure.</p>
</div>
@@ -148,7 +183,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"
@@ -215,40 +254,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -260,7 +336,12 @@
<ul>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -282,7 +363,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -290,7 +376,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -298,7 +389,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -306,7 +402,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -314,7 +415,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -322,7 +428,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -330,7 +441,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -338,7 +454,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -349,7 +470,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>

View File

@@ -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>
@@ -63,15 +86,13 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="clearSelect">
clear<wbr />Select<span class="tsd-signature-symbol">(</span>select<span
class="tsd-signature-symbol"
>: </span
clear<wbr />Select<span class="tsd-signature-symbol">(</span
>select<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">HTMLElement</span>, element<span
class="tsd-signature-symbol"
>: </span
><span class="tsd-signature-type">Element</span>, dataSelectText<span
class="tsd-signature-symbol"
>: </span
><span class="tsd-signature-type">Element</span>,
dataSelectText<span class="tsd-signature-symbol">: </span
><a
href="../interfaces/components_utils_urils_interface.ISelectedItems.html"
class="tsd-signature-type"
@@ -80,7 +101,10 @@
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">void</span
><a href="#clearSelect" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#clearSelect"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -90,7 +114,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -109,14 +138,24 @@
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>select: <span class="tsd-signature-type">HTMLElement</span></h5>
<h5>
select:
<span class="tsd-signature-type">HTMLElement</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>place in the select that will be reassigned to &#39;&#39;.</p>
<p>
place in the select that will be reassigned to
&#39;&#39;.
</p>
</div>
</li>
<li>
<h5>element: <span class="tsd-signature-type">Element</span></h5>
<div class="tsd-comment tsd-typography"><p>class instance CgSelect.</p></div>
<h5>
element: <span class="tsd-signature-type">Element</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>class instance CgSelect.</p>
</div>
</li>
<li>
<h5>
@@ -173,7 +212,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"
@@ -240,40 +283,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -285,7 +365,12 @@
<ul>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -307,7 +392,12 @@
</li>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -315,7 +405,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -323,7 +418,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -331,7 +431,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -339,7 +444,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -347,7 +457,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -355,7 +470,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -363,7 +483,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -374,7 +499,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>

View File

@@ -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>
@@ -63,9 +86,8 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="createSelected">
create<wbr />Selected<span class="tsd-signature-symbol">(</span>element<span
class="tsd-signature-symbol"
>: </span
create<wbr />Selected<span class="tsd-signature-symbol">(</span
>element<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">Element</span>, content<span
class="tsd-signature-symbol"
>?: </span
@@ -80,7 +102,10 @@
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">void</span
><a href="#createSelected" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#createSelected"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -90,7 +115,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -102,19 +132,24 @@
></a>
</li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography"><p>Creating an Item Selector Button.</p></div>
<div class="tsd-comment tsd-typography">
<p>Creating an Item Selector Button.</p>
</div>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>element: <span class="tsd-signature-type">Element</span></h5>
<h5>
element: <span class="tsd-signature-type">Element</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>instantiated class CgSelect.</p>
</div>
</li>
<li>
<h5>
<code class="tsd-tag ts-flagOptional">Optional</code> content:
<code class="tsd-tag ts-flagOptional">Optional</code>
content:
<span class="tsd-signature-type">string</span>
</h5>
<div class="tsd-comment tsd-typography">
@@ -123,7 +158,8 @@
</li>
<li>
<h5>
<code class="tsd-tag ts-flagOptional">Optional</code> styles:
<code class="tsd-tag ts-flagOptional">Optional</code>
styles:
<a
href="../interfaces/interfaces_cg_select_interface.IStyle.html"
class="tsd-signature-type"
@@ -133,8 +169,8 @@
</h5>
<div class="tsd-comment tsd-typography">
<p>
optional parameter. The object in which the settings for customizing parts
of the select are located.
optional parameter. The object in which the settings for
customizing parts of the select are located.
</p>
</div>
</li>
@@ -179,7 +215,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"
@@ -246,40 +286,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -291,7 +368,12 @@
<ul>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -313,7 +395,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -321,7 +408,12 @@
</li>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -329,7 +421,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -337,7 +434,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -345,7 +447,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -353,7 +460,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -361,7 +473,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -369,7 +486,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -380,7 +502,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>

View File

@@ -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>
@@ -63,9 +86,8 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="customStyles">
custom<wbr />Styles<span class="tsd-signature-symbol">(</span>element<span
class="tsd-signature-symbol"
>: </span
custom<wbr />Styles<span class="tsd-signature-symbol">(</span
>element<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">Element</span>, styles<span
class="tsd-signature-symbol"
>: </span
@@ -77,7 +99,10 @@
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">void</span
><a href="#customStyles" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#customStyles"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -87,7 +112,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -100,13 +130,18 @@
</li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<p>Finding and styling elements derived from the styles instance CgSelect</p>
<p>
Finding and styling elements derived from the styles instance
CgSelect
</p>
</div>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>element: <span class="tsd-signature-type">Element</span></h5>
<h5>
element: <span class="tsd-signature-type">Element</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>instantiated class CgSelect.</p>
</div>
@@ -122,7 +157,10 @@
>
</h5>
<div class="tsd-comment tsd-typography">
<p>object in which there are settings for customizing parts of the select.</p>
<p>
object in which there are settings for customizing parts
of the select.
</p>
</div>
</li>
</ul>
@@ -166,7 +204,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"
@@ -233,40 +275,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -278,7 +357,12 @@
<ul>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -300,7 +384,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -308,7 +397,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -316,7 +410,12 @@
</li>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -324,7 +423,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -332,7 +436,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -340,7 +449,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -348,7 +462,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -356,7 +475,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -367,7 +491,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>

View File

@@ -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>
@@ -56,22 +79,29 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">All mobiles</a></li>
<li><a href="../modules/Utils.html">Utils</a></li>
<li><a href="Utils.customStylesFormat.html">customStylesFormat</a></li>
<li>
<a href="Utils.customStylesFormat.html">customStylesFormat</a>
</li>
</ul>
<h1>Function customStylesFormat</h1>
</div>
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="customStylesFormat">
custom<wbr />Styles<wbr />Format<span class="tsd-signature-symbol">(</span
custom<wbr />Styles<wbr />Format<span class="tsd-signature-symbol"
>(</span
>elemOption<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">object</span>, selector<span
class="tsd-signature-symbol"
>: </span
><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-type">any</span
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">void</span
><a href="#customStylesFormat" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#customStylesFormat"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -81,7 +111,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -100,16 +135,20 @@
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>elemOption: <span class="tsd-signature-type">object</span></h5>
<h5>
elemOption: <span class="tsd-signature-type">object</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>
an object obtained from the styles object from which we get the styles
key-value.
an object obtained from the styles object from which we
get the styles key-value.
</p>
</div>
</li>
<li>
<h5>selector: <span class="tsd-signature-type">any</span></h5>
<h5>
selector: <span class="tsd-signature-type">any</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>HTMLElement subject to customization.</p>
</div>
@@ -155,7 +194,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"
@@ -222,40 +265,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -267,7 +347,12 @@
<ul>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -289,7 +374,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -297,7 +387,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -305,7 +400,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -313,7 +413,12 @@
</li>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -321,7 +426,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -329,7 +439,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -337,7 +452,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -345,7 +465,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -356,7 +481,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>

View File

@@ -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>
@@ -63,11 +86,12 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="getFormatItem">
get<wbr />Format<wbr />Item<span class="tsd-signature-symbol">(</span>dataItem<span
get<wbr />Format<wbr />Item<span class="tsd-signature-symbol"
>(</span
>dataItem<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">any</span>, index<span
class="tsd-signature-symbol"
>: </span
><span class="tsd-signature-type">any</span>, index<span class="tsd-signature-symbol"
>: </span
><span class="tsd-signature-type">number</span
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
@@ -76,7 +100,10 @@
class="tsd-signature-type"
data-tsd-kind="Interface"
>IItems</a
><a href="#getFormatItem" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#getFormatItem"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -86,7 +113,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -108,14 +140,20 @@
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>dataItem: <span class="tsd-signature-type">any</span></h5>
<h5>
dataItem: <span class="tsd-signature-type">any</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>received element passed when creating the select.</p>
</div>
</li>
<li>
<h5>index: <span class="tsd-signature-type">number</span></h5>
<div class="tsd-comment tsd-typography"><p>index of this element.</p></div>
<h5>
index: <span class="tsd-signature-type">number</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>index of this element.</p>
</div>
</li>
</ul>
</div>
@@ -164,7 +202,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"
@@ -231,40 +273,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -276,7 +355,12 @@
<ul>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -298,7 +382,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -306,7 +395,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -314,7 +408,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -322,7 +421,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -330,7 +434,12 @@
</li>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -338,7 +447,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -346,7 +460,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -354,7 +473,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -365,7 +489,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>

View File

@@ -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>
@@ -63,9 +86,9 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="getSelectText">
get<wbr />Select<wbr />Text<span class="tsd-signature-symbol">(</span>data<span
class="tsd-signature-symbol"
>: </span
get<wbr />Select<wbr />Text<span class="tsd-signature-symbol"
>(</span
>data<span class="tsd-signature-symbol">: </span
><a
href="../interfaces/components_utils_urils_interface.ISelectedItems.html"
class="tsd-signature-type"
@@ -80,7 +103,10 @@
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">HTMLElement</span
><a href="#getSelectText" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#getSelectText"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -90,7 +116,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -122,7 +153,9 @@
>
</h5>
<div class="tsd-comment tsd-typography">
<p>the object in which the title of the select is located.</p>
<p>
the object in which the title of the select is located.
</p>
</div>
</li>
<li>
@@ -178,7 +211,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"
@@ -245,40 +282,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -290,7 +364,12 @@
<ul>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -312,7 +391,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -320,7 +404,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -328,7 +417,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -336,7 +430,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -344,7 +443,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -352,7 +456,12 @@
</li>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -360,7 +469,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -368,7 +482,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -379,7 +498,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>

View File

@@ -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>
@@ -56,14 +79,18 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">All mobiles</a></li>
<li><a href="../modules/Utils.html">Utils</a></li>
<li><a href="Utils.nativeOptionMultiple.html">nativeOptionMultiple</a></li>
<li>
<a href="Utils.nativeOptionMultiple.html">nativeOptionMultiple</a>
</li>
</ul>
<h1>Function nativeOptionMultiple</h1>
</div>
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="nativeOptionMultiple">
native<wbr />Option<wbr />Multiple<span class="tsd-signature-symbol">(</span
native<wbr />Option<wbr />Multiple<span
class="tsd-signature-symbol"
>(</span
>element<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
@@ -80,7 +107,10 @@
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">void</span
><a href="#nativeOptionMultiple" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#nativeOptionMultiple"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -90,7 +120,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -103,7 +138,10 @@
</li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<p>The behavior of the native (Multiple) select when choosing in a custom one.</p>
<p>
The behavior of the native (Multiple) select when choosing in
a custom one.
</p>
</div>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -117,18 +155,27 @@
><span class="tsd-signature-type">Element</span
><span class="tsd-signature-symbol">&gt;</span>
</h5>
<div class="tsd-comment tsd-typography"><p>NodeList of native select.</p></div>
<div class="tsd-comment tsd-typography">
<p>NodeList of native select.</p>
</div>
</li>
<li>
<h5>item: <span class="tsd-signature-type">string</span></h5>
<h5>
item: <span class="tsd-signature-type">string</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>selected element in custom select.</p>
</div>
</li>
<li>
<h5>condition: <span class="tsd-signature-type">boolean</span></h5>
<h5>
condition: <span class="tsd-signature-type">boolean</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>a special flag that adds / removes attributes from the native select.</p>
<p>
a special flag that adds / removes attributes from the
native select.
</p>
</div>
</li>
</ul>
@@ -172,7 +219,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"
@@ -239,40 +290,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -284,7 +372,12 @@
<ul>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -306,7 +399,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -314,7 +412,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -322,7 +425,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -330,7 +438,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -338,7 +451,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -346,7 +464,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -354,7 +477,12 @@
</li>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -362,7 +490,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -373,7 +506,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>

View File

@@ -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>
@@ -56,14 +79,18 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">All mobiles</a></li>
<li><a href="../modules/Utils.html">Utils</a></li>
<li><a href="Utils.nativeOptionOrdinary.html">nativeOptionOrdinary</a></li>
<li>
<a href="Utils.nativeOptionOrdinary.html">nativeOptionOrdinary</a>
</li>
</ul>
<h1>Function nativeOptionOrdinary</h1>
</div>
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="nativeOptionOrdinary">
native<wbr />Option<wbr />Ordinary<span class="tsd-signature-symbol">(</span
native<wbr />Option<wbr />Ordinary<span
class="tsd-signature-symbol"
>(</span
>element<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">undefined</span
><span class="tsd-signature-symbol"> | </span
@@ -77,7 +104,10 @@
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">void</span
><a href="#nativeOptionOrdinary" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#nativeOptionOrdinary"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -87,7 +117,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -100,7 +135,10 @@
</li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<p>Behavior of a native (single) select when choosing a custom one.</p>
<p>
Behavior of a native (single) select when choosing a custom
one.
</p>
</div>
<div class="tsd-parameters">
<h4 class="tsd-parameters-title">Parameters</h4>
@@ -114,10 +152,14 @@
><span class="tsd-signature-type">Element</span
><span class="tsd-signature-symbol">&gt;</span>
</h5>
<div class="tsd-comment tsd-typography"><p>NodeList native select.</p></div>
<div class="tsd-comment tsd-typography">
<p>NodeList native select.</p>
</div>
</li>
<li>
<h5>item: <span class="tsd-signature-type">string</span></h5>
<h5>
item: <span class="tsd-signature-type">string</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>selected element in custom select.</p>
</div>
@@ -163,7 +205,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"
@@ -230,40 +276,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
style="
border-bottom: 1px solid white;
width: 80%;
margin-left: 25px;
"
></li>
<li class="selected 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>
<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/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="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>
@@ -275,7 +358,12 @@
<ul>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.checkItemStruct.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-function)"
@@ -297,7 +385,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.clearSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>clear<wbr />Select</a
@@ -305,7 +398,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.createSelected.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Selected</a
@@ -313,7 +411,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStyles.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles</a
@@ -321,7 +424,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.customStylesFormat.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>custom<wbr />Styles<wbr />Format</a
@@ -329,7 +437,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getFormatItem.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Format<wbr />Item</a
@@ -337,7 +450,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.getSelectText.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>get<wbr />Select<wbr />Text</a
@@ -345,7 +463,12 @@
</li>
<li class="tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionMultiple.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Multiple</a
@@ -353,7 +476,12 @@
</li>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="Utils.nativeOptionOrdinary.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>native<wbr />Option<wbr />Ordinary</a
@@ -364,7 +492,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>

View File

@@ -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>
@@ -56,10 +79,13 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">All modules</a></li>
<li>
<a href="../modules/components_create_element_create_element.html">Create-element</a>
<a href="../modules/components_create_element_create_element.html"
>Create-element</a
>
</li>
<li>
<a href="components_create_element_create_element.createBreadCrumb.html"
<a
href="components_create_element_create_element.createBreadCrumb.html"
>createBreadCrumb</a
>
</li>
@@ -69,9 +95,9 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="createBreadCrumb">
create<wbr />Bread<wbr />Crumb<span class="tsd-signature-symbol">(</span>data<span
class="tsd-signature-symbol"
>: </span
create<wbr />Bread<wbr />Crumb<span class="tsd-signature-symbol"
>(</span
>data<span class="tsd-signature-symbol">: </span
><a
href="../interfaces/components_create_element_create_element_interface.ICreateBreadCrumb.html"
class="tsd-signature-type"
@@ -81,13 +107,17 @@
><span class="tsd-signature-type">string</span>, index<span
class="tsd-signature-symbol"
>: </span
><span class="tsd-signature-type">number</span>, id<span class="tsd-signature-symbol"
><span class="tsd-signature-type">number</span>, id<span
class="tsd-signature-symbol"
>: </span
><span class="tsd-signature-type">string</span
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">HTMLLIElement</span
><a href="#createBreadCrumb" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#createBreadCrumb"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -97,7 +127,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -110,7 +145,10 @@
</li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<p>The method that creates and is responsible for the behavior of the chips.</p>
<p>
The method that creates and is responsible for the behavior of
the chips.
</p>
<h3>Returns</h3>
<p>returns the generated HTMLElement chips item.</p>
@@ -129,17 +167,23 @@
>
</h5>
<div class="tsd-comment tsd-typography">
<p>an object that contains settings and select elements.</p>
<p>
an object that contains settings and select elements.
</p>
</div>
</li>
<li>
<h5>title: <span class="tsd-signature-type">string</span></h5>
<h5>
title: <span class="tsd-signature-type">string</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>the name of the selected element to draw chips.</p>
</div>
</li>
<li>
<h5>index: <span class="tsd-signature-type">number</span></h5>
<h5>
index: <span class="tsd-signature-type">number</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>index of the selected item to draw chips.</p>
</div>
@@ -191,7 +235,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"
@@ -258,38 +306,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
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>
<a href="../modules/Utils.html">Utils</a>
</li>
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></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="selected tsd-kind-module">
<a href="../modules/components_create_element_create_element.html"
<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="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>
@@ -303,7 +390,12 @@
<a
href="components_create_element_create_element.createBreadCrumb.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-function)"
@@ -327,7 +419,12 @@
<a
href="components_create_element_create_element.createInputSearch.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Input<wbr />Search</a
@@ -337,7 +434,12 @@
<a
href="components_create_element_create_element.createNativeSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Native<wbr />Select</a
@@ -347,7 +449,12 @@
<a
href="components_create_element_create_element.createNativeSelectOption.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Native<wbr />Select<wbr />Option</a
@@ -358,7 +465,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>

View File

@@ -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>
@@ -56,10 +79,13 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">All modules</a></li>
<li>
<a href="../modules/components_create_element_create_element.html">Create-element</a>
<a href="../modules/components_create_element_create_element.html"
>Create-element</a
>
</li>
<li>
<a href="components_create_element_create_element.createInputSearch.html"
<a
href="components_create_element_create_element.createInputSearch.html"
>createInputSearch</a
>
</li>
@@ -69,9 +95,9 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="createInputSearch">
create<wbr />Input<wbr />Search<span class="tsd-signature-symbol">(</span>random<span
class="tsd-signature-symbol"
>: </span
create<wbr />Input<wbr />Search<span class="tsd-signature-symbol"
>(</span
>random<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">string</span>, lenguage<span
class="tsd-signature-symbol"
>: </span
@@ -79,7 +105,10 @@
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">HTMLInputElement</span
><a href="#createInputSearch" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#createInputSearch"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -89,7 +118,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -102,7 +136,9 @@
</li>
<li class="tsd-description">
<div class="tsd-comment tsd-typography">
<p>The method that creates a search for elements in the select.</p>
<p>
The method that creates a search for elements in the select.
</p>
<h3>Returns</h3>
<p>Returns the rendered input element.</p>
@@ -111,15 +147,21 @@
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>random: <span class="tsd-signature-type">string</span></h5>
<h5>
random: <span class="tsd-signature-type">string</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>unique value for input element.</p>
</div>
</li>
<li>
<h5>lenguage: <span class="tsd-signature-type">string</span></h5>
<h5>
lenguage: <span class="tsd-signature-type">string</span>
</h5>
<div class="tsd-comment tsd-typography">
<p>text in specific language passed from language.ts file</p>
<p>
text in specific language passed from language.ts file
</p>
</div>
</li>
</ul>
@@ -163,7 +205,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"
@@ -230,38 +276,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
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>
<a href="../modules/Utils.html">Utils</a>
</li>
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></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="selected tsd-kind-module">
<a href="../modules/components_create_element_create_element.html"
<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="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>
@@ -275,7 +360,12 @@
<a
href="components_create_element_create_element.createBreadCrumb.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-function)"
@@ -299,7 +389,12 @@
<a
href="components_create_element_create_element.createInputSearch.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Input<wbr />Search</a
@@ -309,7 +404,12 @@
<a
href="components_create_element_create_element.createNativeSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Native<wbr />Select</a
@@ -319,7 +419,12 @@
<a
href="components_create_element_create_element.createNativeSelectOption.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Native<wbr />Select<wbr />Option</a
@@ -330,7 +435,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>

View File

@@ -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>
@@ -56,10 +79,13 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">All modules</a></li>
<li>
<a href="../modules/components_create_element_create_element.html">Create-element</a>
<a href="../modules/components_create_element_create_element.html"
>Create-element</a
>
</li>
<li>
<a href="components_create_element_create_element.createNativeSelect.html"
<a
href="components_create_element_create_element.createNativeSelect.html"
>createNativeSelect</a
>
</li>
@@ -69,11 +95,15 @@
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="createNativeSelect">
create<wbr />Native<wbr />Select<span class="tsd-signature-symbol">(</span
create<wbr />Native<wbr />Select<span class="tsd-signature-symbol"
>(</span
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">HTMLSelectElement</span
><a href="#createNativeSelect" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#createNativeSelect"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -83,7 +113,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -102,7 +137,8 @@
<p>Returns the created native select.</p>
</div>
<h4 class="tsd-returns-title">
Returns <span class="tsd-signature-type">HTMLSelectElement</span>
Returns
<span class="tsd-signature-type">HTMLSelectElement</span>
</h4>
<aside class="tsd-sources">
<ul>
@@ -140,7 +176,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"
@@ -207,38 +247,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
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>
<a href="../modules/Utils.html">Utils</a>
</li>
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></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="selected tsd-kind-module">
<a href="../modules/components_create_element_create_element.html"
<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="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>
@@ -252,7 +331,12 @@
<a
href="components_create_element_create_element.createBreadCrumb.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-function)"
@@ -276,7 +360,12 @@
<a
href="components_create_element_create_element.createInputSearch.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Input<wbr />Search</a
@@ -286,7 +375,12 @@
<a
href="components_create_element_create_element.createNativeSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Native<wbr />Select</a
@@ -296,7 +390,12 @@
<a
href="components_create_element_create_element.createNativeSelectOption.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Native<wbr />Select<wbr />Option</a
@@ -307,7 +406,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>

View File

@@ -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>
@@ -56,10 +79,13 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">All modules</a></li>
<li>
<a href="../modules/components_create_element_create_element.html">Create-element</a>
<a href="../modules/components_create_element_create_element.html"
>Create-element</a
>
</li>
<li>
<a href="components_create_element_create_element.createNativeSelectOption.html"
<a
href="components_create_element_create_element.createNativeSelectOption.html"
>createNativeSelectOption</a
>
</li>
@@ -68,13 +94,20 @@
</div>
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="createNativeSelectOption">
create<wbr />Native<wbr />Select<wbr />Option<span class="tsd-signature-symbol"
<li
class="tsd-signature tsd-anchor-link"
id="createNativeSelectOption"
>
create<wbr />Native<wbr />Select<wbr />Option<span
class="tsd-signature-symbol"
>(</span
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">HTMLOptionElement</span
><a href="#createNativeSelectOption" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#createNativeSelectOption"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -84,7 +117,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -103,7 +141,8 @@
<p>Returns the generated Options of the native select.</p>
</div>
<h4 class="tsd-returns-title">
Returns <span class="tsd-signature-type">HTMLOptionElement</span>
Returns
<span class="tsd-signature-type">HTMLOptionElement</span>
</h4>
<aside class="tsd-sources">
<ul>
@@ -141,7 +180,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"
@@ -208,38 +251,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
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>
<a href="../modules/Utils.html">Utils</a>
</li>
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></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="selected tsd-kind-module">
<a href="../modules/components_create_element_create_element.html"
<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="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>
@@ -253,7 +335,12 @@
<a
href="components_create_element_create_element.createBreadCrumb.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-function)"
@@ -277,7 +364,12 @@
<a
href="components_create_element_create_element.createInputSearch.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Input<wbr />Search</a
@@ -287,7 +379,12 @@
<a
href="components_create_element_create_element.createNativeSelect.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Native<wbr />Select</a
@@ -297,7 +394,12 @@
<a
href="components_create_element_create_element.createNativeSelectOption.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-64-path"></use>
<use href="#icon-64-text"></use></svg
>create<wbr />Native<wbr />Select<wbr />Option</a
@@ -308,7 +410,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>

View File

@@ -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>
@@ -56,24 +79,40 @@
<ul class="tsd-breadcrumb">
<li><a href="../modules.html">All modules</a></li>
<li><a href="../modules/components_theme_theme.html">Theme</a></li>
<li><a href="components_theme_theme.changeTheme.html">changeTheme</a></li>
<li>
<a href="components_theme_theme.changeTheme.html">changeTheme</a>
</li>
</ul>
<h1>Function changeTheme</h1>
</div>
<section class="tsd-panel">
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
<li class="tsd-signature tsd-anchor-link" id="changeTheme">
change<wbr />Theme<span class="tsd-signature-symbol">(</span>element<span
class="tsd-signature-symbol"
>: </span
change<wbr />Theme<span class="tsd-signature-symbol">(</span
>element<span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">Element</span>, theme<span
class="tsd-signature-symbol"
>: </span
><span class="tsd-signature-type">string</span
><span class="tsd-signature-symbol"> | </span
><a
href="../interfaces/theme_interface.CustomTheme.html"
class="tsd-signature-type"
data-tsd-kind="Interface"
>CustomTheme</a
><span class="tsd-signature-symbol"> | </span
><a
href="../interfaces/theme_interface.CustomThemeJson.html"
class="tsd-signature-type"
data-tsd-kind="Interface"
>CustomThemeJson</a
><span class="tsd-signature-symbol">)</span
><span class="tsd-signature-symbol">: </span
><span class="tsd-signature-type">void</span
><a href="#changeTheme" aria-label="Permalink" class="tsd-anchor-icon"
><a
href="#changeTheme"
aria-label="Permalink"
class="tsd-anchor-icon"
><svg
class="icon icon-tabler icon-tabler-link"
viewBox="0 0 24 24"
@@ -83,7 +122,12 @@
stroke-linecap="round"
stroke-linejoin="round"
>
<path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path>
<path
stroke="none"
d="M0 0h24v24H0z"
fill="none"
id="icon-anchor-a"
></path>
<path
d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"
id="icon-anchor-b"
@@ -99,10 +143,27 @@
<h4 class="tsd-parameters-title">Parameters</h4>
<ul class="tsd-parameter-list">
<li>
<h5>element: <span class="tsd-signature-type">Element</span></h5>
<h5>
element: <span class="tsd-signature-type">Element</span>
</h5>
</li>
<li>
<h5>theme: <span class="tsd-signature-type">string</span></h5>
<h5>
theme: <span class="tsd-signature-type">string</span
><span class="tsd-signature-symbol"> | </span
><a
href="../interfaces/theme_interface.CustomTheme.html"
class="tsd-signature-type"
data-tsd-kind="Interface"
>CustomTheme</a
><span class="tsd-signature-symbol"> | </span
><a
href="../interfaces/theme_interface.CustomThemeJson.html"
class="tsd-signature-type"
data-tsd-kind="Interface"
>CustomThemeJson</a
>
</h5>
</li>
</ul>
</div>
@@ -114,8 +175,8 @@
<li>
Defined in
<a
href="https://github.com/apuc/cg-select/blob/31b10e2/src/components/theme/theme.ts#L1"
>components/theme/theme.ts:1</a
href="https://github.com/apuc/cg-select/blob/7a06e3a/src/components/theme/theme.ts#L4"
>theme.ts:4</a
>
</li>
</ul>
@@ -145,7 +206,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"
@@ -212,38 +277,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="selected 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="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>
@@ -254,8 +358,15 @@
<nav class="tsd-navigation secondary menu-sticky">
<ul>
<li class="current tsd-kind-function tsd-parent-kind-module">
<a href="components_theme_theme.changeTheme.html" class="tsd-index-link"
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
<a
href="components_theme_theme.changeTheme.html"
class="tsd-index-link"
><svg
class="tsd-kind-icon"
width="24"
height="24"
viewBox="0 0 24 24"
>
<rect
fill="var(--color-icon-background)"
stroke="var(--color-ts-function)"
@@ -280,7 +391,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>