Added new docs and update version select
This commit is contained in:
parent
45df42825f
commit
282063940e
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
@ -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 ''.</p>
|
||||
<p>
|
||||
place in the select that will be reassigned to
|
||||
''.
|
||||
</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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">></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>
|
||||
|
@ -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">></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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -97,7 +97,7 @@
|
||||
id="version--0231"
|
||||
style="color: inherit; text-decoration: none"
|
||||
>
|
||||
<h2>version ~ 0.2.5</h2>
|
||||
<h2>version ~ 0.2.6</h2>
|
||||
</a>
|
||||
<p>
|
||||
This component allows you to create a custom select. It offers more
|
||||
@ -197,17 +197,11 @@
|
||||
<h2>Example of different selects</h2>
|
||||
</a>
|
||||
<p>
|
||||
Same working example --
|
||||
View live example
|
||||
<a href="https://cg-select.itguild.info/"
|
||||
>https://cg-select.itguild.info/</a
|
||||
>
|
||||
</p>
|
||||
<p>
|
||||
<img src="../src/img/DefaultSelect.png" alt="image" />
|
||||
<img src="../src/img/MultiSelect.png" alt="image" />
|
||||
<img src="../src/img/WhiteTheme.png" alt="image" />
|
||||
<img src="../src/img/Categories.png" alt="image" />
|
||||
</p>
|
||||
<p>
|
||||
Built-in themes are also available: dark, white. To apply them,
|
||||
specify the theme attribute in the select settings and pass one of
|
||||
@ -445,6 +439,10 @@
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/theme_interface.html">Theme.interface</a>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
|
@ -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,12 +79,14 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="components_create_element_create_element_interface.ICreateBreadCrumb.html"
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html"
|
||||
>ICreateBreadCrumb</a
|
||||
>
|
||||
</li>
|
||||
@ -117,7 +142,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html#element"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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="#FF984D"
|
||||
@ -139,7 +169,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html#indexes"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>indexes</span></a
|
||||
@ -147,7 +182,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html#option"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>option</span></a
|
||||
@ -155,7 +195,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html#selectedItems"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>selected<wbr />Items</span></a
|
||||
@ -168,7 +213,9 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="element" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>element</span
|
||||
@ -182,7 +229,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"
|
||||
@ -199,7 +251,9 @@
|
||||
><span class="tsd-signature-symbol"> | </span
|
||||
><span class="tsd-signature-type">Element</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>A specific instance of a class.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>A specific instance of a class.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -212,7 +266,9 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="indexes" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>indexes</span
|
||||
@ -251,7 +307,9 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="option" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>option</span
|
||||
@ -279,7 +337,9 @@
|
||||
>ICgSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Select settings.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Select settings.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -292,11 +352,16 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="selectedItems" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>selected<wbr />Items</span
|
||||
><a href="#selectedItems" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><a
|
||||
href="#selectedItems"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -316,7 +381,9 @@
|
||||
<span class="tsd-signature-type">string</span
|
||||
><span class="tsd-signature-symbol">[]</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Array with selected elements.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Array with selected elements.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -352,7 +419,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"
|
||||
@ -419,38 +490,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="selected 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>
|
||||
@ -464,7 +574,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.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-interface)"
|
||||
@ -488,7 +603,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html#element"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>element</a
|
||||
@ -498,7 +618,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html#indexes"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>indexes</a
|
||||
@ -508,7 +633,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html#option"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>option</a
|
||||
@ -518,7 +648,12 @@
|
||||
<a
|
||||
href="components_create_element_create_element_interface.ICreateBreadCrumb.html#selectedItems"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>selected<wbr />Items</a
|
||||
@ -531,7 +666,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/docs/" 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,9 +79,15 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="components_utils_urils_interface.IDataItem.html"
|
||||
>IDataItem</a
|
||||
>
|
||||
</li>
|
||||
<li><a href="components_utils_urils_interface.IDataItem.html">IDataItem</a></li>
|
||||
</ul>
|
||||
<h1>Interface IDataItem</h1>
|
||||
</div>
|
||||
@ -111,7 +140,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.IDataItem.html#ItemValue"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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="#FF984D"
|
||||
@ -133,7 +167,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.IDataItem.html#category"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>category?</span></a
|
||||
@ -141,7 +180,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.IDataItem.html#categoryItems"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>category<wbr />Items?</span></a
|
||||
@ -154,11 +198,16 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="ItemValue" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>Item<wbr />Value</span
|
||||
><a href="#ItemValue" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><a
|
||||
href="#ItemValue"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -168,7 +217,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"
|
||||
@ -192,7 +246,9 @@
|
||||
>IItems</a
|
||||
>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>The value of the passed element.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>The value of the passed element.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -205,11 +261,17 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="category" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>category</span
|
||||
><a href="#category" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>category</span
|
||||
><a
|
||||
href="#category"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -243,11 +305,17 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="categoryItems" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>category<wbr />Items</span
|
||||
><a href="#categoryItems" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>category<wbr />Items</span
|
||||
><a
|
||||
href="#categoryItems"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -312,7 +380,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"
|
||||
@ -379,38 +451,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="selected 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="selected tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="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>
|
||||
@ -421,8 +532,15 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="components_utils_urils_interface.IDataItem.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="components_utils_urils_interface.IDataItem.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-interface)"
|
||||
@ -446,7 +564,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.IDataItem.html#ItemValue"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>Item<wbr />Value</a
|
||||
@ -456,7 +579,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.IDataItem.html#category"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>category?</a
|
||||
@ -466,7 +594,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.IDataItem.html#categoryItems"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>category<wbr />Items?</a
|
||||
@ -479,7 +612,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,10 +79,14 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All moduels</a></li>
|
||||
<li>
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="components_utils_urils_interface.ISelectedItems.html">ISelectedItems</a>
|
||||
<a href="components_utils_urils_interface.ISelectedItems.html"
|
||||
>ISelectedItems</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Interface ISelectedItems</h1>
|
||||
@ -113,7 +140,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#indexes"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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="#FF984D"
|
||||
@ -135,7 +167,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#multiselectTag"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>multiselect<wbr />Tag?</span></a
|
||||
@ -143,7 +180,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#placeholder"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>placeholder?</span></a
|
||||
@ -151,7 +193,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#selected"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>selected?</span></a
|
||||
@ -159,7 +206,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#selectedItems"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>selected<wbr />Items?</span></a
|
||||
@ -167,7 +219,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#theme"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>theme?</span></a
|
||||
@ -180,10 +237,13 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="indexes" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>indexes</span
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>indexes</span
|
||||
><a href="#indexes" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
@ -194,7 +254,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"
|
||||
@ -225,12 +290,17 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="multiselectTag" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>multiselect<wbr />Tag</span
|
||||
><a href="#multiselectTag" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><a
|
||||
href="#multiselectTag"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -251,8 +321,9 @@
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>
|
||||
An optional parameter that is responsible for the behavior of the select, for him,
|
||||
*** works only in a place with a multiselect connection.
|
||||
An optional parameter that is responsible for the behavior of
|
||||
the select, for him, *** works only in a place with a
|
||||
multiselect connection.
|
||||
</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
@ -267,11 +338,17 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="placeholder" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>placeholder</span
|
||||
><a href="#placeholder" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>placeholder</span
|
||||
><a
|
||||
href="#placeholder"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -292,8 +369,8 @@
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>
|
||||
Placeholder optional parameter to which the text of the select placeholder is
|
||||
passed.
|
||||
Placeholder optional parameter to which the text of the select
|
||||
placeholder is passed.
|
||||
</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
@ -308,11 +385,17 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="selected" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>selected</span
|
||||
><a href="#selected" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>selected</span
|
||||
><a
|
||||
href="#selected"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -333,8 +416,8 @@
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>
|
||||
An optional parameter, which is passed the element that will be selected initially
|
||||
in the select.
|
||||
An optional parameter, which is passed the element that will be
|
||||
selected initially in the select.
|
||||
</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
@ -349,11 +432,17 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="selectedItems" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>selected<wbr />Items</span
|
||||
><a href="#selectedItems" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>selected<wbr />Items</span
|
||||
><a
|
||||
href="#selectedItems"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -388,10 +477,13 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="theme" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>theme</span
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>theme</span
|
||||
><a href="#theme" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
@ -413,8 +505,8 @@
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>
|
||||
An optional parameter that is responsible for enabling a light/dark theme by
|
||||
default, the dark theme is set.
|
||||
An optional parameter that is responsible for enabling a
|
||||
light/dark theme by default, the dark theme is set.
|
||||
</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
@ -452,7 +544,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"
|
||||
@ -519,38 +615,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="selected 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="selected tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="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>
|
||||
@ -561,8 +696,15 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="components_utils_urils_interface.ISelectedItems.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.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-interface)"
|
||||
@ -586,7 +728,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#indexes"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>indexes?</a
|
||||
@ -596,7 +743,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#multiselectTag"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>multiselect<wbr />Tag?</a
|
||||
@ -606,7 +758,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#placeholder"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>placeholder?</a
|
||||
@ -616,7 +773,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#selected"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>selected?</a
|
||||
@ -626,7 +788,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#selectedItems"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>selected<wbr />Items?</a
|
||||
@ -636,7 +803,12 @@
|
||||
<a
|
||||
href="components_utils_urils_interface.ISelectedItems.html#theme"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>theme?</a
|
||||
@ -649,7 +821,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>
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -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,9 +79,13 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="../modules/interfaces_cg_select_interface.html">Cg-select.interface</a>
|
||||
<a href="../modules/interfaces_cg_select_interface.html"
|
||||
>Cg-select.interface</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="interfaces_cg_select_interface.IStyle.html">IStyle</a>
|
||||
</li>
|
||||
<li><a href="interfaces_cg_select_interface.IStyle.html">IStyle</a></li>
|
||||
</ul>
|
||||
<h1>Interface IStyle</h1>
|
||||
</div>
|
||||
@ -111,7 +138,12 @@
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#caret"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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="#FF984D"
|
||||
@ -133,7 +165,12 @@
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#chips"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>chips?</span></a
|
||||
@ -141,7 +178,12 @@
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#head"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>head?</span></a
|
||||
@ -149,7 +191,12 @@
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#lable"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>lable?</span></a
|
||||
@ -157,7 +204,12 @@
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#list"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>list?</span></a
|
||||
@ -165,7 +217,12 @@
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#placeholder"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>placeholder?</span></a
|
||||
@ -173,7 +230,12 @@
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#search"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>search?</span></a
|
||||
@ -186,10 +248,13 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="caret" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>caret</span
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>caret</span
|
||||
><a href="#caret" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
@ -200,7 +265,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"
|
||||
@ -215,7 +285,9 @@
|
||||
caret<span class="tsd-signature-symbol">?:</span>
|
||||
<span class="tsd-signature-type">object</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Carriage customization.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Carriage customization.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -228,10 +300,13 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="chips" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>chips</span
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>chips</span
|
||||
><a href="#chips" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
@ -266,10 +341,13 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="head" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>head</span
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>head</span
|
||||
><a href="#head" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
@ -289,7 +367,9 @@
|
||||
head<span class="tsd-signature-symbol">?:</span>
|
||||
<span class="tsd-signature-type">object</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Select button customization.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Select button customization.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -302,10 +382,13 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="lable" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>lable</span
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>lable</span
|
||||
><a href="#lable" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
@ -325,7 +408,9 @@
|
||||
lable<span class="tsd-signature-symbol">?:</span>
|
||||
<span class="tsd-signature-type">object</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Lable select customization.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Lable select customization.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -338,10 +423,13 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="list" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>list</span
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>list</span
|
||||
><a href="#list" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
@ -376,11 +464,17 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="placeholder" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>placeholder</span
|
||||
><a href="#placeholder" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>placeholder</span
|
||||
><a
|
||||
href="#placeholder"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -399,7 +493,9 @@
|
||||
placeholder<span class="tsd-signature-symbol">?:</span>
|
||||
<span class="tsd-signature-type">object</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Customization placeholder.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Customization placeholder.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -412,10 +508,13 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="search" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code> <span>search</span
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
<span>search</span
|
||||
><a href="#search" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
@ -435,7 +534,9 @@
|
||||
search<span class="tsd-signature-symbol">?:</span>
|
||||
<span class="tsd-signature-type">object</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Search customization.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Search customization.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -471,7 +572,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"
|
||||
@ -538,38 +643,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="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>
|
||||
@ -580,8 +724,15 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="interfaces_cg_select_interface.IStyle.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.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-interface)"
|
||||
@ -602,40 +753,75 @@
|
||||
>
|
||||
<ul>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_cg_select_interface.IStyle.html#caret" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#caret"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>caret?</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_cg_select_interface.IStyle.html#chips" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#chips"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>chips?</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_cg_select_interface.IStyle.html#head" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#head"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>head?</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_cg_select_interface.IStyle.html#lable" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#lable"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>lable?</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_cg_select_interface.IStyle.html#list" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#list"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>list?</a
|
||||
@ -645,15 +831,27 @@
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#placeholder"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>placeholder?</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_cg_select_interface.IStyle.html#search" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_cg_select_interface.IStyle.html#search"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>search?</a
|
||||
@ -666,7 +864,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,7 +79,9 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li><a href="interfaces_items_interface.IItems.html">IItems</a></li>
|
||||
</ul>
|
||||
@ -111,7 +136,12 @@
|
||||
<a
|
||||
href="interfaces_items_interface.IItems.html#id"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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="#FF984D"
|
||||
@ -133,7 +163,12 @@
|
||||
<a
|
||||
href="interfaces_items_interface.IItems.html#title"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>title</span></a
|
||||
@ -141,7 +176,12 @@
|
||||
<a
|
||||
href="interfaces_items_interface.IItems.html#value"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>value</span></a
|
||||
@ -154,7 +194,9 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="id" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>id</span
|
||||
@ -168,7 +210,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"
|
||||
@ -196,7 +243,9 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="title" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>title</span
|
||||
@ -219,7 +268,9 @@
|
||||
title<span class="tsd-signature-symbol">:</span>
|
||||
<span class="tsd-signature-type">string</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Element text value.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Element text value.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -232,7 +283,9 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="value" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>value</span
|
||||
@ -295,7 +348,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"
|
||||
@ -362,38 +419,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="selected tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="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>
|
||||
@ -404,8 +500,15 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="interfaces_items_interface.IItems.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_items_interface.IItems.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-interface)"
|
||||
@ -426,24 +529,45 @@
|
||||
>
|
||||
<ul>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_items_interface.IItems.html#id" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_items_interface.IItems.html#id"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>id</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_items_interface.IItems.html#title" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_items_interface.IItems.html#title"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>title</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a href="interfaces_items_interface.IItems.html#value" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_items_interface.IItems.html#value"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>value</a
|
||||
@ -456,7 +580,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,9 +79,15 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="../modules/interfaces_language_interface.html">Language.interface</a>
|
||||
<a href="../modules/interfaces_language_interface.html"
|
||||
>Language.interface</a
|
||||
>
|
||||
</li>
|
||||
<li>
|
||||
<a href="interfaces_language_interface.ILanguage.html"
|
||||
>ILanguage</a
|
||||
>
|
||||
</li>
|
||||
<li><a href="interfaces_language_interface.ILanguage.html">ILanguage</a></li>
|
||||
</ul>
|
||||
<h1>Interface ILanguage</h1>
|
||||
</div>
|
||||
@ -111,7 +140,12 @@
|
||||
<a
|
||||
href="interfaces_language_interface.ILanguage.html#placeholder"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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="#FF984D"
|
||||
@ -133,7 +167,12 @@
|
||||
<a
|
||||
href="interfaces_language_interface.ILanguage.html#selectPlaceholder"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>select<wbr />Placeholder</span></a
|
||||
@ -141,7 +180,12 @@
|
||||
<a
|
||||
href="interfaces_language_interface.ILanguage.html#textInListSearch"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>text<wbr />In<wbr />List<wbr />Search</span></a
|
||||
@ -154,11 +198,16 @@
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="placeholder" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>placeholder</span
|
||||
><a href="#placeholder" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><a
|
||||
href="#placeholder"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -168,7 +217,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"
|
||||
@ -196,11 +250,16 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="selectPlaceholder" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>select<wbr />Placeholder</span
|
||||
><a href="#selectPlaceholder" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><a
|
||||
href="#selectPlaceholder"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -216,11 +275,16 @@
|
||||
></a>
|
||||
</h3>
|
||||
<div class="tsd-signature">
|
||||
select<wbr />Placeholder<span class="tsd-signature-symbol">:</span>
|
||||
select<wbr />Placeholder<span class="tsd-signature-symbol"
|
||||
>:</span
|
||||
>
|
||||
<span class="tsd-signature-type">string</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Default Select Text if no placeholder or selected element is specified.</p>
|
||||
<p>
|
||||
Default Select Text if no placeholder or selected element is
|
||||
specified.
|
||||
</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
@ -234,11 +298,16 @@
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="textInListSearch" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>text<wbr />In<wbr />List<wbr />Search</span
|
||||
><a href="#textInListSearch" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><a
|
||||
href="#textInListSearch"
|
||||
aria-label="Permalink"
|
||||
class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
@ -254,10 +323,15 @@
|
||||
></a>
|
||||
</h3>
|
||||
<div class="tsd-signature">
|
||||
text<wbr />In<wbr />List<wbr />Search<span class="tsd-signature-symbol">:</span>
|
||||
text<wbr />In<wbr />List<wbr />Search<span
|
||||
class="tsd-signature-symbol"
|
||||
>:</span
|
||||
>
|
||||
<span class="tsd-signature-type">string</span>
|
||||
</div>
|
||||
<div class="tsd-comment tsd-typography"><p>Text if no match.</p></div>
|
||||
<div class="tsd-comment tsd-typography">
|
||||
<p>Text if no match.</p>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
@ -293,7 +367,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"
|
||||
@ -360,38 +438,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="selected tsd-kind-module">
|
||||
<a href="../modules/interfaces_language_interface.html">Language.interface</a>
|
||||
<a href="../modules/interfaces_language_interface.html"
|
||||
>Language.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -402,8 +519,15 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="interfaces_language_interface.ILanguage.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="interfaces_language_interface.ILanguage.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-interface)"
|
||||
@ -427,7 +551,12 @@
|
||||
<a
|
||||
href="interfaces_language_interface.ILanguage.html#placeholder"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>placeholder</a
|
||||
@ -437,7 +566,12 @@
|
||||
<a
|
||||
href="interfaces_language_interface.ILanguage.html#selectPlaceholder"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>select<wbr />Placeholder</a
|
||||
@ -447,7 +581,12 @@
|
||||
<a
|
||||
href="interfaces_language_interface.ILanguage.html#textInListSearch"
|
||||
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-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>text<wbr />In<wbr />List<wbr />Search</a
|
||||
@ -460,7 +599,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>
|
||||
|
592
docs/interfaces/theme_interface.CustomTheme.html
Normal file
592
docs/interfaces/theme_interface.CustomTheme.html
Normal file
@ -0,0 +1,592 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="default" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="IE=edge" />
|
||||
<title>CustomTheme | cg-select</title>
|
||||
<meta name="description" content="Documentation for cg-select" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="../assets/style.css" />
|
||||
<link rel="stylesheet" href="../assets/highlight.css" />
|
||||
<script async src="../assets/search.js" id="search-script"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
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"
|
||||
><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"
|
||||
fill="var(--color-text)"
|
||||
></path></svg></label
|
||||
><input type="text" id="tsd-search-field" aria-label="Search" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<div id="tsd-toolbar-links"></div>
|
||||
</div>
|
||||
<ul class="results">
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<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
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
href="#"
|
||||
class="tsd-widget tsd-toolbar-icon menu no-caption"
|
||||
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
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container container-main">
|
||||
<div class="col-8 col-content">
|
||||
<div class="tsd-page-title">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="../modules/theme_interface.html">theme.interface</a>
|
||||
</li>
|
||||
<li><a href="theme_interface.CustomTheme.html">CustomTheme</a></li>
|
||||
</ul>
|
||||
<h1>Interface CustomTheme</h1>
|
||||
</div>
|
||||
<section class="tsd-panel tsd-hierarchy">
|
||||
<h4>Hierarchy</h4>
|
||||
<ul class="tsd-hierarchy">
|
||||
<li><span class="target">CustomTheme</span></li>
|
||||
</ul>
|
||||
</section>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/7a06e3a/src/components/theme/theme.interface.ts#L1"
|
||||
>theme.interface.ts:1</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<details class="tsd-index-content tsd-index-accordion" open>
|
||||
<summary class="tsd-accordion-summary tsd-index-summary">
|
||||
<h5
|
||||
class="tsd-index-heading uppercase"
|
||||
role="button"
|
||||
aria-expanded="false"
|
||||
tabindex="0"
|
||||
>
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z"
|
||||
fill="var(--color-text)"
|
||||
></path>
|
||||
</svg>
|
||||
Index
|
||||
</h5>
|
||||
</summary>
|
||||
<div class="tsd-accordion-details">
|
||||
<section class="tsd-index-section">
|
||||
<h3 class="tsd-index-heading">Properties</h3>
|
||||
<div class="tsd-index-list">
|
||||
<a
|
||||
href="theme_interface.CustomTheme.html#name"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="#FF984D"
|
||||
stroke-width="1.5"
|
||||
x="1"
|
||||
y="1"
|
||||
width="22"
|
||||
height="22"
|
||||
rx="12"
|
||||
id="icon-1024-path"
|
||||
></rect>
|
||||
<path
|
||||
d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z"
|
||||
fill="var(--color-text)"
|
||||
id="icon-1024-text"
|
||||
></path></svg
|
||||
><span>name</span></a
|
||||
>
|
||||
<a
|
||||
href="theme_interface.CustomTheme.html#styles"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>styles</span></a
|
||||
>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</details>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="name" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>name</span
|
||||
><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
stroke-width="2"
|
||||
stroke="currentColor"
|
||||
fill="none"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<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"
|
||||
></path>
|
||||
<path
|
||||
d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"
|
||||
id="icon-anchor-c"
|
||||
></path></svg
|
||||
></a>
|
||||
</h3>
|
||||
<div class="tsd-signature">
|
||||
name<span class="tsd-signature-symbol">:</span>
|
||||
<span class="tsd-signature-type">string</span>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/7a06e3a/src/components/theme/theme.interface.ts#L2"
|
||||
>theme.interface.ts:2</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="styles" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>styles</span
|
||||
><a href="#styles" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
stroke-width="2"
|
||||
stroke="currentColor"
|
||||
fill="none"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<use href="#icon-anchor-a"></use>
|
||||
<use href="#icon-anchor-b"></use>
|
||||
<use href="#icon-anchor-c"></use></svg
|
||||
></a>
|
||||
</h3>
|
||||
<div class="tsd-signature">
|
||||
styles<span class="tsd-signature-symbol">:</span>
|
||||
<span class="tsd-signature-symbol">{ </span><br /><span> </span
|
||||
>caret<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>chips<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>head<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>lable<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>list<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>placeholder<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>search<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
class="tsd-signature-symbol"
|
||||
>}</span
|
||||
>
|
||||
</div>
|
||||
<div class="tsd-type-declaration">
|
||||
<h4>Type declaration</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
caret<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
chips<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
head<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
lable<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
list<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
placeholder<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
search<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">string</span>
|
||||
</h5>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/7a06e3a/src/components/theme/theme.interface.ts#L3"
|
||||
>theme.interface.ts:3</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
<div class="tsd-navigation settings">
|
||||
<details class="tsd-index-accordion">
|
||||
<summary class="tsd-accordion-summary">
|
||||
<h3>
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
||||
<path
|
||||
d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z"
|
||||
fill="var(--color-text)"
|
||||
></path>
|
||||
</svg>
|
||||
Settings
|
||||
</h3>
|
||||
</summary>
|
||||
<div class="tsd-accordion-details">
|
||||
<div class="tsd-filter-visibility">
|
||||
<h4 class="uppercase">Member Visibility</h4>
|
||||
<form>
|
||||
<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
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<rect
|
||||
class="tsd-checkbox-background"
|
||||
width="30"
|
||||
height="30"
|
||||
x="1"
|
||||
y="1"
|
||||
rx="6"
|
||||
fill="none"
|
||||
></rect>
|
||||
<path
|
||||
class="tsd-checkbox-checkmark"
|
||||
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
|
||||
stroke="none"
|
||||
stroke-width="3.5"
|
||||
stroke-linejoin="round"
|
||||
fill="none"
|
||||
></path></svg
|
||||
><span>Private</span></label
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
<div class="tsd-theme-toggle">
|
||||
<h4 class="uppercase">Theme</h4>
|
||||
<select id="theme">
|
||||
<option value="os">OS</option>
|
||||
<option value="light">Light</option>
|
||||
<option value="dark">Dark</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
<nav class="tsd-navigation primary">
|
||||
<details class="tsd-index-accordion" open>
|
||||
<summary class="tsd-accordion-summary">
|
||||
<h3>
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
||||
<path
|
||||
d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z"
|
||||
fill="var(--color-text)"
|
||||
></path>
|
||||
</svg>
|
||||
Modules
|
||||
</h3>
|
||||
</summary>
|
||||
<div class="tsd-accordion-details">
|
||||
<ul>
|
||||
<li class="current selected">
|
||||
<a href="../modules.html">All modules</a>
|
||||
<ul>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/cg_select.html">Cg-<wbr />select</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_cg_select_interface.html"
|
||||
>Cg-<wbr />select.interface</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<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 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"
|
||||
>Create-<wbr />element.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_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
|
||||
<li class="tsd-kind-module selected">
|
||||
<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
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
</nav>
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="theme_interface.CustomTheme.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-interface)"
|
||||
stroke-width="1.5"
|
||||
x="1"
|
||||
y="1"
|
||||
width="22"
|
||||
height="22"
|
||||
rx="6"
|
||||
id="icon-256-path"
|
||||
></rect>
|
||||
<path
|
||||
d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z"
|
||||
fill="var(--color-text)"
|
||||
id="icon-256-text"
|
||||
></path></svg
|
||||
><span>Custom<wbr />Theme</span></a
|
||||
>
|
||||
<ul>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a
|
||||
href="theme_interface.CustomTheme.html#name"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>name</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a
|
||||
href="theme_interface.CustomTheme.html#styles"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>styles</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
</body>
|
||||
</html>
|
585
docs/interfaces/theme_interface.CustomThemeJson.html
Normal file
585
docs/interfaces/theme_interface.CustomThemeJson.html
Normal file
@ -0,0 +1,585 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="default" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="IE=edge" />
|
||||
<title>CustomThemeJson | cg-select</title>
|
||||
<meta name="description" content="Documentation for cg-select" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="../assets/style.css" />
|
||||
<link rel="stylesheet" href="../assets/highlight.css" />
|
||||
<script async src="../assets/search.js" id="search-script"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
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"
|
||||
><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"
|
||||
fill="var(--color-text)"
|
||||
></path></svg></label
|
||||
><input type="text" id="tsd-search-field" aria-label="Search" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<div id="tsd-toolbar-links"></div>
|
||||
</div>
|
||||
<ul class="results">
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<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
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
href="#"
|
||||
class="tsd-widget tsd-toolbar-icon menu no-caption"
|
||||
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
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container container-main">
|
||||
<div class="col-8 col-content">
|
||||
<div class="tsd-page-title">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="../modules/theme_interface.html">theme.interface</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="theme_interface.CustomThemeJson.html">CustomThemeJson</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Interface CustomThemeJson</h1>
|
||||
</div>
|
||||
<section class="tsd-panel tsd-hierarchy">
|
||||
<h4>Hierarchy</h4>
|
||||
<ul class="tsd-hierarchy">
|
||||
<li><span class="target">CustomThemeJson</span></li>
|
||||
</ul>
|
||||
</section>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/7a06e3a/src/components/theme/theme.interface.ts#L14"
|
||||
>theme.interface.ts:14</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<details class="tsd-index-content tsd-index-accordion" open>
|
||||
<summary class="tsd-accordion-summary tsd-index-summary">
|
||||
<h5
|
||||
class="tsd-index-heading uppercase"
|
||||
role="button"
|
||||
aria-expanded="false"
|
||||
tabindex="0"
|
||||
>
|
||||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z"
|
||||
fill="var(--color-text)"
|
||||
></path>
|
||||
</svg>
|
||||
Index
|
||||
</h5>
|
||||
</summary>
|
||||
<div class="tsd-accordion-details">
|
||||
<section class="tsd-index-section">
|
||||
<h3 class="tsd-index-heading">Properties</h3>
|
||||
<div class="tsd-index-list">
|
||||
<a
|
||||
href="theme_interface.CustomThemeJson.html#name"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="#FF984D"
|
||||
stroke-width="1.5"
|
||||
x="1"
|
||||
y="1"
|
||||
width="22"
|
||||
height="22"
|
||||
rx="12"
|
||||
id="icon-1024-path"
|
||||
></rect>
|
||||
<path
|
||||
d="M9.354 16V7.24H12.174C12.99 7.24 13.638 7.476 14.118 7.948C14.606 8.412 14.85 9.036 14.85 9.82C14.85 10.604 14.606 11.232 14.118 11.704C13.638 12.168 12.99 12.4 12.174 12.4H10.434V16H9.354ZM10.434 11.428H12.174C12.646 11.428 13.022 11.284 13.302 10.996C13.59 10.7 13.734 10.308 13.734 9.82C13.734 9.324 13.59 8.932 13.302 8.644C13.022 8.356 12.646 8.212 12.174 8.212H10.434V11.428Z"
|
||||
fill="var(--color-text)"
|
||||
id="icon-1024-text"
|
||||
></path></svg
|
||||
><span>name</span></a
|
||||
>
|
||||
<a
|
||||
href="theme_interface.CustomThemeJson.html#styles"
|
||||
class="tsd-index-link tsd-kind-property tsd-parent-kind-interface"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
><span>styles</span></a
|
||||
>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</details>
|
||||
</section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-member-group">
|
||||
<h2>Properties</h2>
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="name" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>name</span
|
||||
><a href="#name" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
stroke-width="2"
|
||||
stroke="currentColor"
|
||||
fill="none"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<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"
|
||||
></path>
|
||||
<path
|
||||
d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"
|
||||
id="icon-anchor-c"
|
||||
></path></svg
|
||||
></a>
|
||||
</h3>
|
||||
<div class="tsd-signature">
|
||||
name<span class="tsd-signature-symbol">:</span>
|
||||
<span class="tsd-signature-type">string</span>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/7a06e3a/src/components/theme/theme.interface.ts#L15"
|
||||
>theme.interface.ts:15</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
<section
|
||||
class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"
|
||||
>
|
||||
<a id="styles" class="tsd-anchor"></a>
|
||||
<h3 class="tsd-anchor-link">
|
||||
<span>styles</span
|
||||
><a href="#styles" aria-label="Permalink" class="tsd-anchor-icon"
|
||||
><svg
|
||||
class="icon icon-tabler icon-tabler-link"
|
||||
viewBox="0 0 24 24"
|
||||
stroke-width="2"
|
||||
stroke="currentColor"
|
||||
fill="none"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<use href="#icon-anchor-a"></use>
|
||||
<use href="#icon-anchor-b"></use>
|
||||
<use href="#icon-anchor-c"></use></svg
|
||||
></a>
|
||||
</h3>
|
||||
<div class="tsd-signature">
|
||||
styles<span class="tsd-signature-symbol">:</span>
|
||||
<span class="tsd-signature-symbol">{ </span><br /><span> </span
|
||||
>caret<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>head<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>lable<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>list<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>placeholder<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
> </span
|
||||
>search<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span
|
||||
><span class="tsd-signature-symbol">; </span><br /><span
|
||||
class="tsd-signature-symbol"
|
||||
>}</span
|
||||
>
|
||||
</div>
|
||||
<div class="tsd-type-declaration">
|
||||
<h4>Type declaration</h4>
|
||||
<ul class="tsd-parameters">
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
caret<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
head<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
lable<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
list<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
placeholder<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span>
|
||||
</h5>
|
||||
</li>
|
||||
<li class="tsd-parameter">
|
||||
<h5>
|
||||
<code class="tsd-tag ts-flagOptional">Optional</code>
|
||||
search<span class="tsd-signature-symbol">?: </span
|
||||
><span class="tsd-signature-type">object</span>
|
||||
</h5>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/7a06e3a/src/components/theme/theme.interface.ts#L16"
|
||||
>theme.interface.ts:16</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
<div class="tsd-navigation settings">
|
||||
<details class="tsd-index-accordion">
|
||||
<summary class="tsd-accordion-summary">
|
||||
<h3>
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
||||
<path
|
||||
d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z"
|
||||
fill="var(--color-text)"
|
||||
></path>
|
||||
</svg>
|
||||
Settings
|
||||
</h3>
|
||||
</summary>
|
||||
<div class="tsd-accordion-details">
|
||||
<div class="tsd-filter-visibility">
|
||||
<h4 class="uppercase">Member Visibility</h4>
|
||||
<form>
|
||||
<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
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<rect
|
||||
class="tsd-checkbox-background"
|
||||
width="30"
|
||||
height="30"
|
||||
x="1"
|
||||
y="1"
|
||||
rx="6"
|
||||
fill="none"
|
||||
></rect>
|
||||
<path
|
||||
class="tsd-checkbox-checkmark"
|
||||
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
|
||||
stroke="none"
|
||||
stroke-width="3.5"
|
||||
stroke-linejoin="round"
|
||||
fill="none"
|
||||
></path></svg
|
||||
><span>Private</span></label
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
<div class="tsd-theme-toggle">
|
||||
<h4 class="uppercase">Theme</h4>
|
||||
<select id="theme">
|
||||
<option value="os">OS</option>
|
||||
<option value="light">Light</option>
|
||||
<option value="dark">Dark</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
<nav class="tsd-navigation primary">
|
||||
<details class="tsd-index-accordion" open>
|
||||
<summary class="tsd-accordion-summary">
|
||||
<h3>
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
||||
<path
|
||||
d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z"
|
||||
fill="var(--color-text)"
|
||||
></path>
|
||||
</svg>
|
||||
Modules
|
||||
</h3>
|
||||
</summary>
|
||||
<div class="tsd-accordion-details">
|
||||
<ul>
|
||||
<li class="current selected">
|
||||
<a href="../modules.html">All modules</a>
|
||||
<ul>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/cg_select.html">Cg-<wbr />select</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_cg_select_interface.html"
|
||||
>Cg-<wbr />select.interface</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<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 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"
|
||||
>Create-<wbr />element.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_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
|
||||
<li class="tsd-kind-module selected">
|
||||
<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
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
</nav>
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
||||
<a
|
||||
href="theme_interface.CustomThemeJson.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-interface)"
|
||||
stroke-width="1.5"
|
||||
x="1"
|
||||
y="1"
|
||||
width="22"
|
||||
height="22"
|
||||
rx="6"
|
||||
id="icon-256-path"
|
||||
></rect>
|
||||
<path
|
||||
d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z"
|
||||
fill="var(--color-text)"
|
||||
id="icon-256-text"
|
||||
></path></svg
|
||||
><span>Custom<wbr />Theme<wbr />Json</span></a
|
||||
>
|
||||
<ul>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a
|
||||
href="theme_interface.CustomThemeJson.html#name"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>name</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-property tsd-parent-kind-interface">
|
||||
<a
|
||||
href="theme_interface.CustomThemeJson.html#styles"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-1024-path"></use>
|
||||
<use href="#icon-1024-text"></use></svg
|
||||
>styles</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -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"
|
||||
@ -33,8 +36,10 @@
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="/docs/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">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Example</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>
|
||||
@ -60,8 +83,15 @@
|
||||
<section class="tsd-index-section">
|
||||
<h3 class="tsd-index-heading">Main</h3>
|
||||
<div class="tsd-index-list">
|
||||
<a href="modules/cg_select.html" class="tsd-index-link tsd-kind-module"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="modules/cg_select.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>CG-<wbr />Select</span></a
|
||||
@ -70,7 +100,12 @@
|
||||
<a
|
||||
href="modules/interfaces_cg_select_interface.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><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-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>cg-<wbr />select.interface</span></a
|
||||
@ -78,7 +113,12 @@
|
||||
<a
|
||||
href="modules/interfaces_items_interface.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><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-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>items.interface</span></a
|
||||
@ -86,8 +126,15 @@
|
||||
</div>
|
||||
<h4 class="tsd-index-heading">Utils</h4>
|
||||
<div class="tsd-index-list">
|
||||
<a href="modules/Utils.html" class="tsd-index-link tsd-kind-module"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="modules/Utils.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="var(--color-ts-namespace)"
|
||||
@ -109,7 +156,12 @@
|
||||
<a
|
||||
href="modules/components_utils_urils_interface.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><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-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>utils.interface</span></a
|
||||
@ -121,7 +173,12 @@
|
||||
<a
|
||||
href="modules/components_create_element_create_element.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><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-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>create-<wbr />element</span></a
|
||||
@ -129,7 +186,12 @@
|
||||
<a
|
||||
href="modules/components_create_element_create_element_interface.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><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-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>create-<wbr />element.interface</span></a
|
||||
@ -138,8 +200,15 @@
|
||||
|
||||
<h4 class="tsd-index-heading">Language</h4>
|
||||
<div class="tsd-index-list">
|
||||
<a href="modules/language_language.html" class="tsd-index-link tsd-kind-module"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="modules/language_language.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>language</span></a
|
||||
@ -147,7 +216,12 @@
|
||||
<a
|
||||
href="modules/interfaces_language_interface.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><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-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>language.interface</span></a
|
||||
@ -156,8 +230,15 @@
|
||||
|
||||
<h4 class="tsd-index-heading">Change-Theme</h4>
|
||||
<div class="tsd-index-list">
|
||||
<a href="modules/components_theme_theme.html" class="tsd-index-link tsd-kind-module"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="modules/components_theme_theme.html"
|
||||
class="tsd-index-link tsd-kind-module"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-4-path"></use>
|
||||
<use href="#icon-4-text"></use></svg
|
||||
><span>theme</span></a
|
||||
@ -188,7 +269,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"
|
||||
@ -255,38 +340,75 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/components_create_element_create_element.html"
|
||||
<a href="modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/theme_interface.html">Theme.interface</a>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="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>
|
||||
@ -297,7 +419,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -85,7 +108,12 @@
|
||||
<a
|
||||
href="../functions/Utils.checkItemStruct.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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)"
|
||||
@ -107,7 +135,12 @@
|
||||
<a
|
||||
href="../functions/Utils.clearSelect.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>clear<wbr />Select</span></a
|
||||
@ -115,7 +148,12 @@
|
||||
<a
|
||||
href="../functions/Utils.createSelected.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>create<wbr />Selected</span></a
|
||||
@ -123,7 +161,12 @@
|
||||
<a
|
||||
href="../functions/Utils.customStyles.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>custom<wbr />Styles</span></a
|
||||
@ -131,7 +174,12 @@
|
||||
<a
|
||||
href="../functions/Utils.customStylesFormat.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>custom<wbr />Styles<wbr />Format</span></a
|
||||
@ -139,7 +187,12 @@
|
||||
<a
|
||||
href="../functions/Utils.getFormatItem.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>get<wbr />Format<wbr />Item</span></a
|
||||
@ -147,7 +200,12 @@
|
||||
<a
|
||||
href="../functions/Utils.getSelectText.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>get<wbr />Select<wbr />Text</span></a
|
||||
@ -155,7 +213,12 @@
|
||||
<a
|
||||
href="../functions/Utils.nativeOptionMultiple.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>native<wbr />Option<wbr />Multiple</span></a
|
||||
@ -163,7 +226,12 @@
|
||||
<a
|
||||
href="../functions/Utils.nativeOptionOrdinary.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>native<wbr />Option<wbr />Ordinary</span></a
|
||||
@ -194,7 +262,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"
|
||||
@ -261,40 +333,78 @@
|
||||
>
|
||||
</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>
|
||||
@ -305,72 +415,135 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.checkItemStruct.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.checkItemStruct.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>check<wbr />Item<wbr />Struct</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.clearSelect.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.clearSelect.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.createSelected.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.createSelected.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.customStyles.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.customStyles.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.customStylesFormat.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.customStylesFormat.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.getFormatItem.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.getFormatItem.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.getSelectText.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.getSelectText.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.nativeOptionMultiple.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.nativeOptionMultiple.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/Utils.nativeOptionOrdinary.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../functions/Utils.nativeOptionOrdinary.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
@ -381,7 +554,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -63,7 +86,8 @@
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a href="https://github.com/apuc/cg-select/blob/31b10e2/src/cg-select.ts#L1"
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/31b10e2/src/cg-select.ts#L1"
|
||||
>cg-select.ts:1</a
|
||||
>
|
||||
</li>
|
||||
@ -81,7 +105,12 @@
|
||||
<a
|
||||
href="../classes/cg_select.CGSelect.html"
|
||||
class="tsd-index-link tsd-kind-class tsd-parent-kind-module"
|
||||
><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-class)"
|
||||
@ -126,7 +155,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"
|
||||
@ -193,38 +226,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="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>
|
||||
@ -235,8 +307,15 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="tsd-kind-class tsd-parent-kind-module">
|
||||
<a href="../classes/cg_select.CGSelect.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../classes/cg_select.CGSelect.html"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-128-path"></use>
|
||||
<use href="#icon-128-text"></use></svg
|
||||
>CGSelect</a
|
||||
@ -247,7 +326,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,7 +79,9 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="components_create_element_create_element.html">Create-element</a>
|
||||
<a href="components_create_element_create_element.html"
|
||||
>Create-element</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Module components/create-element</h1>
|
||||
@ -84,7 +109,12 @@
|
||||
<a
|
||||
href="../functions/components_create_element_create_element.createBreadCrumb.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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)"
|
||||
@ -106,7 +136,12 @@
|
||||
<a
|
||||
href="../functions/components_create_element_create_element.createInputSearch.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>create<wbr />Input<wbr />Search</span></a
|
||||
@ -114,7 +149,12 @@
|
||||
<a
|
||||
href="../functions/components_create_element_create_element.createNativeSelect.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>create<wbr />Native<wbr />Select</span></a
|
||||
@ -122,7 +162,12 @@
|
||||
<a
|
||||
href="../functions/components_create_element_create_element.createNativeSelectOption.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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
|
||||
><span>create<wbr />Native<wbr />Select<wbr />Option</span></a
|
||||
@ -153,7 +198,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"
|
||||
@ -220,38 +269,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-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>
|
||||
@ -265,7 +353,12 @@
|
||||
<a
|
||||
href="../functions/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"
|
||||
>
|
||||
<use href="#icon-64-path"></use>
|
||||
<use href="#icon-64-text"></use></svg
|
||||
>create<wbr />Bread<wbr />Crumb</a
|
||||
@ -275,7 +368,12 @@
|
||||
<a
|
||||
href="../functions/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
|
||||
@ -285,7 +383,12 @@
|
||||
<a
|
||||
href="../functions/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
|
||||
@ -295,7 +398,12 @@
|
||||
<a
|
||||
href="../functions/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
|
||||
@ -306,7 +414,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>
|
||||
|
@ -3,7 +3,9 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="IE=edge" />
|
||||
<title>components/create-element/create-element.interface | cg-select</title>
|
||||
<title>
|
||||
components/create-element/create-element.interface | cg-select
|
||||
</title>
|
||||
<meta name="description" content="Documentation for cg-select" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="../assets/style.css" />
|
||||
@ -12,13 +14,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 +39,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 +50,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>
|
||||
@ -86,7 +111,12 @@
|
||||
<a
|
||||
href="../interfaces/components_create_element_create_element_interface.ICreateBreadCrumb.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><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-interface)"
|
||||
@ -131,7 +161,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"
|
||||
@ -198,38 +232,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="selected tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-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>
|
||||
@ -243,7 +316,12 @@
|
||||
<a
|
||||
href="../interfaces/components_create_element_create_element_interface.ICreateBreadCrumb.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-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>ICreate<wbr />Bread<wbr />Crumb</a
|
||||
@ -254,7 +332,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -82,7 +105,12 @@
|
||||
<a
|
||||
href="../functions/components_theme_theme.changeTheme.html"
|
||||
class="tsd-index-link tsd-kind-function tsd-parent-kind-module"
|
||||
><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)"
|
||||
@ -127,7 +155,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"
|
||||
@ -194,38 +226,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-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>
|
||||
@ -236,8 +307,15 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="tsd-kind-function tsd-parent-kind-module">
|
||||
<a href="../functions/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="../functions/components_theme_theme.changeTheme.html"
|
||||
class="tsd-index-link"
|
||||
><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
|
||||
>change<wbr />Theme</a
|
||||
@ -248,7 +326,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,7 +79,9 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All module</a></li>
|
||||
<li>
|
||||
<a href="components_utils_urils_interface.html">utils.interface</a>
|
||||
<a href="components_utils_urils_interface.html"
|
||||
>utils.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Module components/urils.interface</h1>
|
||||
@ -84,7 +109,12 @@
|
||||
<a
|
||||
href="../interfaces/components_utils_urils_interface.IDataItem.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><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-interface)"
|
||||
@ -106,7 +136,12 @@
|
||||
<a
|
||||
href="../interfaces/components_utils_urils_interface.ISelectedItems.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><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-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
><span>ISelected<wbr />Items</span></a
|
||||
@ -137,7 +172,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"
|
||||
@ -204,40 +243,78 @@
|
||||
>
|
||||
</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="selected 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-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>
|
||||
@ -251,7 +328,12 @@
|
||||
<a
|
||||
href="../interfaces/components_utils_urils_interface.IDataItem.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-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>IData<wbr />Item</a
|
||||
@ -261,7 +343,12 @@
|
||||
<a
|
||||
href="../interfaces/components_utils_urils_interface.ISelectedItems.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-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>ISelected<wbr />Items</a
|
||||
@ -272,7 +359,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,7 +79,9 @@
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li>
|
||||
<a href="interfaces_cg_select_interface.html">Cg-select.interface</a>
|
||||
<a href="interfaces_cg_select_interface.html"
|
||||
>Cg-select.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Module interfaces/Cg-select.interface</h1>
|
||||
@ -84,7 +109,12 @@
|
||||
<a
|
||||
href="../interfaces/interfaces_cg_select_interface.ICgSelect.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><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-interface)"
|
||||
@ -106,7 +136,12 @@
|
||||
<a
|
||||
href="../interfaces/interfaces_cg_select_interface.IStyle.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><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-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
><span>IStyle</span></a
|
||||
@ -137,7 +172,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"
|
||||
@ -204,40 +243,78 @@
|
||||
>
|
||||
</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/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-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>
|
||||
@ -251,7 +328,12 @@
|
||||
<a
|
||||
href="../interfaces/interfaces_cg_select_interface.ICgSelect.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-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>ICg<wbr />Select</a
|
||||
@ -261,7 +343,12 @@
|
||||
<a
|
||||
href="../interfaces/interfaces_cg_select_interface.IStyle.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-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>IStyle</a
|
||||
@ -272,7 +359,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -55,7 +78,9 @@
|
||||
<div class="tsd-page-title">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li><a href="interfaces_items_interface.html">Items.interface</a></li>
|
||||
<li>
|
||||
<a href="interfaces_items_interface.html">Items.interface</a>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Module interfaces/Items.interface</h1>
|
||||
</div>
|
||||
@ -82,7 +107,12 @@
|
||||
<a
|
||||
href="../interfaces/interfaces_items_interface.IItems.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><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-interface)"
|
||||
@ -127,7 +157,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"
|
||||
@ -194,38 +228,78 @@
|
||||
>
|
||||
</li>
|
||||
<li class="selected tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">Language</a>
|
||||
</li>
|
||||
<li class="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>
|
||||
@ -236,8 +310,15 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="tsd-kind-interface tsd-parent-kind-module">
|
||||
<a href="../interfaces/interfaces_items_interface.IItems.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../interfaces/interfaces_items_interface.IItems.html"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>IItems</a
|
||||
@ -248,7 +329,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -55,7 +78,11 @@
|
||||
<div class="tsd-page-title">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li><a href="interfaces_language_interface.html">Language.interface</a></li>
|
||||
<li>
|
||||
<a href="interfaces_language_interface.html"
|
||||
>Language.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
<h1>Module interfaces/Language.interface</h1>
|
||||
</div>
|
||||
@ -82,7 +109,12 @@
|
||||
<a
|
||||
href="../interfaces/interfaces_language_interface.ILanguage.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><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-interface)"
|
||||
@ -127,7 +159,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"
|
||||
@ -194,38 +230,78 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">Language</a>
|
||||
</li>
|
||||
<li class="selected tsd-kind-module">
|
||||
<a href="../modules/interfaces_language_interface.html">Language.interface</a>
|
||||
<a href="../modules/interfaces_language_interface.html"
|
||||
>Language.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -239,7 +315,12 @@
|
||||
<a
|
||||
href="../interfaces/interfaces_language_interface.ILanguage.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-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>ILanguage</a
|
||||
@ -250,7 +331,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -63,7 +86,8 @@
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L1"
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L1"
|
||||
>language/language.ts:1</a
|
||||
>
|
||||
</li>
|
||||
@ -81,7 +105,12 @@
|
||||
<a
|
||||
href="../variables/language_language.en.html"
|
||||
class="tsd-index-link tsd-kind-variable tsd-parent-kind-module"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="var(--color-ts-variable)"
|
||||
@ -103,7 +132,12 @@
|
||||
<a
|
||||
href="../variables/language_language.ru.html"
|
||||
class="tsd-index-link tsd-kind-variable tsd-parent-kind-module"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-32-path"></use>
|
||||
<use href="#icon-32-text"></use></svg
|
||||
><span>ru</span></a
|
||||
@ -134,7 +168,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"
|
||||
@ -201,38 +239,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="selected 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>
|
||||
@ -243,16 +320,30 @@
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="../variables/language_language.en.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../variables/language_language.en.html"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-32-path"></use>
|
||||
<use href="#icon-32-text"></use></svg
|
||||
>en</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="../variables/language_language.ru.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
<a
|
||||
href="../variables/language_language.ru.html"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-32-path"></use>
|
||||
<use href="#icon-32-text"></use></svg
|
||||
>ru</a
|
||||
@ -263,7 +354,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>
|
||||
|
366
docs/modules/theme_interface.html
Normal file
366
docs/modules/theme_interface.html
Normal file
@ -0,0 +1,366 @@
|
||||
<!DOCTYPE html>
|
||||
<html class="default" lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="IE=edge" />
|
||||
<title>theme.interface | cg-select</title>
|
||||
<meta name="description" content="Documentation for cg-select" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="../assets/style.css" />
|
||||
<link rel="stylesheet" href="../assets/highlight.css" />
|
||||
<script async src="../assets/search.js" id="search-script"></script>
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
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"
|
||||
><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"
|
||||
fill="var(--color-text)"
|
||||
></path></svg></label
|
||||
><input type="text" id="tsd-search-field" aria-label="Search" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<div id="tsd-toolbar-links"></div>
|
||||
</div>
|
||||
<ul class="results">
|
||||
<li class="state loading">Preparing search index...</li>
|
||||
<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
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
href="#"
|
||||
class="tsd-widget tsd-toolbar-icon menu no-caption"
|
||||
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
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
<div class="container container-main">
|
||||
<div class="col-8 col-content">
|
||||
<div class="tsd-page-title">
|
||||
<ul class="tsd-breadcrumb">
|
||||
<li><a href="../modules.html">All modules</a></li>
|
||||
<li><a href="theme_interface.html">theme.interface</a></li>
|
||||
</ul>
|
||||
<h1>Module theme.interface</h1>
|
||||
</div>
|
||||
<aside class="tsd-sources">
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/7a06e3a/src/components/theme/theme.interface.ts#L1"
|
||||
>theme.interface.ts:1</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
<section class="tsd-panel-group">
|
||||
<section class="tsd-panel tsd-typography"></section>
|
||||
</section>
|
||||
<section class="tsd-panel-group tsd-index-group">
|
||||
<section class="tsd-panel tsd-index-panel">
|
||||
<h3 class="tsd-index-heading uppercase">Index</h3>
|
||||
<section class="tsd-index-section">
|
||||
<h3 class="tsd-index-heading">Interfaces</h3>
|
||||
<div class="tsd-index-list">
|
||||
<a
|
||||
href="../interfaces/theme_interface.CustomTheme.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="var(--color-ts-interface)"
|
||||
stroke-width="1.5"
|
||||
x="1"
|
||||
y="1"
|
||||
width="22"
|
||||
height="22"
|
||||
rx="6"
|
||||
id="icon-256-path"
|
||||
></rect>
|
||||
<path
|
||||
d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z"
|
||||
fill="var(--color-text)"
|
||||
id="icon-256-text"
|
||||
></path></svg
|
||||
><span>Custom<wbr />Theme</span></a
|
||||
>
|
||||
<a
|
||||
href="../interfaces/theme_interface.CustomThemeJson.html"
|
||||
class="tsd-index-link tsd-kind-interface tsd-parent-kind-module"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
><span>Custom<wbr />Theme<wbr />Json</span></a
|
||||
>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
||||
<div class="tsd-navigation settings">
|
||||
<details class="tsd-index-accordion">
|
||||
<summary class="tsd-accordion-summary">
|
||||
<h3>
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
||||
<path
|
||||
d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z"
|
||||
fill="var(--color-text)"
|
||||
></path>
|
||||
</svg>
|
||||
Settings
|
||||
</h3>
|
||||
</summary>
|
||||
<div class="tsd-accordion-details">
|
||||
<div class="tsd-filter-visibility">
|
||||
<h4 class="uppercase">Member Visibility</h4>
|
||||
<form>
|
||||
<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
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
aria-hidden="true"
|
||||
>
|
||||
<rect
|
||||
class="tsd-checkbox-background"
|
||||
width="30"
|
||||
height="30"
|
||||
x="1"
|
||||
y="1"
|
||||
rx="6"
|
||||
fill="none"
|
||||
></rect>
|
||||
<path
|
||||
class="tsd-checkbox-checkmark"
|
||||
d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25"
|
||||
stroke="none"
|
||||
stroke-width="3.5"
|
||||
stroke-linejoin="round"
|
||||
fill="none"
|
||||
></path></svg
|
||||
><span>Private</span></label
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</form>
|
||||
</div>
|
||||
<div class="tsd-theme-toggle">
|
||||
<h4 class="uppercase">Theme</h4>
|
||||
<select id="theme">
|
||||
<option value="os">OS</option>
|
||||
<option value="light">Light</option>
|
||||
<option value="dark">Dark</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</details>
|
||||
</div>
|
||||
<nav class="tsd-navigation primary">
|
||||
<details class="tsd-index-accordion" open>
|
||||
<summary class="tsd-accordion-summary">
|
||||
<h3>
|
||||
<svg width="20" height="20" viewBox="0 0 24 24" fill="none">
|
||||
<path
|
||||
d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z"
|
||||
fill="var(--color-text)"
|
||||
></path>
|
||||
</svg>
|
||||
Modules
|
||||
</h3>
|
||||
</summary>
|
||||
<div class="tsd-accordion-details">
|
||||
<ul>
|
||||
<li class="current selected">
|
||||
<a href="../modules.html">All modules</a>
|
||||
<ul>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/cg_select.html">Cg-<wbr />select</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_cg_select_interface.html"
|
||||
>Cg-<wbr />select.interface</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<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 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"
|
||||
>Create-<wbr />element.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_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
|
||||
<li class="tsd-kind-module selected">
|
||||
<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
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</details>
|
||||
</nav>
|
||||
<nav class="tsd-navigation secondary menu-sticky">
|
||||
<ul>
|
||||
<li class="tsd-kind-interface tsd-parent-kind-module">
|
||||
<a
|
||||
href="../interfaces/theme_interface.CustomTheme.html"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>Custom<wbr />Theme</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-interface tsd-parent-kind-module">
|
||||
<a
|
||||
href="../interfaces/theme_interface.CustomThemeJson.html"
|
||||
class="tsd-index-link"
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-256-path"></use>
|
||||
<use href="#icon-256-text"></use></svg
|
||||
>Custom<wbr />Theme<wbr />Json</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
</body>
|
||||
</html>
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -73,7 +96,8 @@
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L9"
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L9"
|
||||
>language/language.ts:9</a
|
||||
>
|
||||
</li>
|
||||
@ -101,7 +125,11 @@
|
||||
<ul id="tsd-filter-options">
|
||||
<li class="tsd-filter-item">
|
||||
<label class="tsd-filter-input"
|
||||
><input type="checkbox" id="tsd-filter-private" name="private" /><svg
|
||||
><input
|
||||
type="checkbox"
|
||||
id="tsd-filter-private"
|
||||
name="private"
|
||||
/><svg
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
@ -168,38 +196,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="selected tsd-kind-module">
|
||||
<a href="../modules/interfaces_language_interface.html">Language.interface</a>
|
||||
<a href="../modules/interfaces_language_interface.html"
|
||||
>Language.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -211,7 +278,12 @@
|
||||
<ul>
|
||||
<li class="current tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="language_language.en.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="var(--color-ts-variable)"
|
||||
@ -233,7 +305,12 @@
|
||||
</li>
|
||||
<li class="tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="language_language.ru.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-32-path"></use>
|
||||
<use href="#icon-32-text"></use></svg
|
||||
>ru</a
|
||||
@ -244,7 +321,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
@ -12,13 +12,16 @@
|
||||
</head>
|
||||
<body>
|
||||
<script>
|
||||
document.documentElement.dataset.theme = localStorage.getItem('tsd-theme') || 'os';
|
||||
document.documentElement.dataset.theme =
|
||||
localStorage.getItem("tsd-theme") || "os";
|
||||
</script>
|
||||
<header class="tsd-page-toolbar">
|
||||
<div class="tsd-toolbar-contents container">
|
||||
<div class="table-cell" id="tsd-search" data-base="..">
|
||||
<div class="field">
|
||||
<label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
<label
|
||||
for="tsd-search-field"
|
||||
class="tsd-widget tsd-toolbar-icon search no-caption"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<path
|
||||
d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z"
|
||||
@ -34,7 +37,9 @@
|
||||
<li class="state failure">The search index is not available</li>
|
||||
</ul>
|
||||
<a href="../index.html" class="title">Home</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px">Go to CGSelect</a>
|
||||
<a href="/index.html" class="title" style="margin-left: 15px"
|
||||
>Go to CGSelect</a
|
||||
>
|
||||
</div>
|
||||
<div class="table-cell" id="tsd-widgets">
|
||||
<a
|
||||
@ -43,9 +48,27 @@
|
||||
data-toggle="menu"
|
||||
aria-label="Menu"
|
||||
><svg width="16" height="16" viewBox="0 0 16 16" fill="none">
|
||||
<rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect>
|
||||
<rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg
|
||||
<rect
|
||||
x="1"
|
||||
y="3"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="7"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect>
|
||||
<rect
|
||||
x="1"
|
||||
y="11"
|
||||
width="14"
|
||||
height="2"
|
||||
fill="var(--color-text)"
|
||||
></rect></svg
|
||||
></a>
|
||||
</div>
|
||||
</div>
|
||||
@ -73,7 +96,8 @@
|
||||
<ul>
|
||||
<li>
|
||||
Defined in
|
||||
<a href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L3"
|
||||
<a
|
||||
href="https://github.com/apuc/cg-select/blob/31b10e2/src/language/language.ts#L3"
|
||||
>language/language.ts:3</a
|
||||
>
|
||||
</li>
|
||||
@ -101,7 +125,11 @@
|
||||
<ul id="tsd-filter-options">
|
||||
<li class="tsd-filter-item">
|
||||
<label class="tsd-filter-input"
|
||||
><input type="checkbox" id="tsd-filter-private" name="private" /><svg
|
||||
><input
|
||||
type="checkbox"
|
||||
id="tsd-filter-private"
|
||||
name="private"
|
||||
/><svg
|
||||
width="32"
|
||||
height="32"
|
||||
viewBox="0 0 32 32"
|
||||
@ -168,38 +196,77 @@
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/interfaces_items_interface.html">Items.interface</a>
|
||||
<a href="../modules/interfaces_items_interface.html"
|
||||
>Items.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
|
||||
<li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html">Utils.interface</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element.html"
|
||||
<a href="../modules/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_utils_urils_interface.html"
|
||||
>Utils.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a
|
||||
href="../modules/components_create_element_create_element.html"
|
||||
>Create-<wbr />element</a
|
||||
>
|
||||
</li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_create_element_create_element_interface.html"
|
||||
<a
|
||||
href="../modules/components_create_element_create_element_interface.html"
|
||||
>Create-<wbr />element.interface</a
|
||||
>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/components_theme_theme.html">Theme</a>
|
||||
</li>
|
||||
<li style="border-bottom: 1px solid white; width: 80%; margin-left: 25px"></li>
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/theme_interface.html"
|
||||
>Theme.interface</a
|
||||
>
|
||||
</li>
|
||||
<li
|
||||
style="
|
||||
border-bottom: 1px solid white;
|
||||
width: 80%;
|
||||
margin-left: 25px;
|
||||
"
|
||||
></li>
|
||||
|
||||
<li class="tsd-kind-module">
|
||||
<a href="../modules/language_language.html">language</a>
|
||||
</li>
|
||||
<li class="selected tsd-kind-module">
|
||||
<a href="../modules/interfaces_language_interface.html">Language.interface</a>
|
||||
<a href="../modules/interfaces_language_interface.html"
|
||||
>Language.interface</a
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
@ -211,7 +278,12 @@
|
||||
<ul>
|
||||
<li class="tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="language_language.en.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<rect
|
||||
fill="var(--color-icon-background)"
|
||||
stroke="var(--color-ts-variable)"
|
||||
@ -233,7 +305,12 @@
|
||||
</li>
|
||||
<li class="current tsd-kind-variable tsd-parent-kind-module">
|
||||
<a href="language_language.ru.html" class="tsd-index-link"
|
||||
><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24">
|
||||
><svg
|
||||
class="tsd-kind-icon"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
>
|
||||
<use href="#icon-32-path"></use>
|
||||
<use href="#icon-32-text"></use></svg
|
||||
>ru</a
|
||||
@ -244,7 +321,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="container tsd-generator">
|
||||
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p>
|
||||
<p>
|
||||
Generated using
|
||||
<a href="https://typedoc.org/" target="_blank">TypeDoc</a>
|
||||
</p>
|
||||
</div>
|
||||
<div class="overlay"></div>
|
||||
<script src="../assets/main.js"></script>
|
||||
|
14
package-lock.json
generated
14
package-lock.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "0.2.5",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"cg-select": "^0.2.4",
|
||||
"cg-select": "^0.2.5",
|
||||
"gh-pages": "^5.0.0",
|
||||
"parcel": "^2.8.3"
|
||||
},
|
||||
@ -1551,9 +1551,9 @@
|
||||
]
|
||||
},
|
||||
"node_modules/cg-select": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/cg-select/-/cg-select-0.2.4.tgz",
|
||||
"integrity": "sha512-Fs4Kr0EIvMNrev3TZ3kGzvfqKvA5VDPqKw+/gLPXr2uXG/jt3VTOA26OY2xHkOHsXeFXz2FitYJiY6Umg2xy1Q==",
|
||||
"version": "0.2.5",
|
||||
"resolved": "https://registry.npmjs.org/cg-select/-/cg-select-0.2.5.tgz",
|
||||
"integrity": "sha512-RziN32tl8Wdd0JTLPsIFIlD1cTDfCpmuzqtrr1dYILh8gT8HRpmhRgXC0FzcLWqIeeCPOXCxNaIfzQ/LNvPzdg==",
|
||||
"dependencies": {
|
||||
"@parcel/optimizer-css": "^2.8.0",
|
||||
"@types/prettier": "^2.7.2",
|
||||
@ -4256,9 +4256,9 @@
|
||||
"integrity": "sha512-SDIV6bgE1aVbK6XyxdURbUE89zY7+k1BBBaOwYwkNCglXlel/E7mELiHC64HQ+W0xSKlqWhV9Wh7iHxUjMs4fA=="
|
||||
},
|
||||
"cg-select": {
|
||||
"version": "0.2.4",
|
||||
"resolved": "https://registry.npmjs.org/cg-select/-/cg-select-0.2.4.tgz",
|
||||
"integrity": "sha512-Fs4Kr0EIvMNrev3TZ3kGzvfqKvA5VDPqKw+/gLPXr2uXG/jt3VTOA26OY2xHkOHsXeFXz2FitYJiY6Umg2xy1Q==",
|
||||
"version": "0.2.5",
|
||||
"resolved": "https://registry.npmjs.org/cg-select/-/cg-select-0.2.5.tgz",
|
||||
"integrity": "sha512-RziN32tl8Wdd0JTLPsIFIlD1cTDfCpmuzqtrr1dYILh8gT8HRpmhRgXC0FzcLWqIeeCPOXCxNaIfzQ/LNvPzdg==",
|
||||
"requires": {
|
||||
"@parcel/optimizer-css": "^2.8.0",
|
||||
"@types/prettier": "^2.7.2",
|
||||
|
@ -3,7 +3,7 @@
|
||||
"version": "0.2.5",
|
||||
"description": "This is a test page to demonstrate the capabilities of the select",
|
||||
"scripts": {
|
||||
"start": "parcel ./index.html -p 4500 --open",
|
||||
"start": "parcel ./index.html -p 4660 --open",
|
||||
"build": "parcel build ./index.html",
|
||||
"deploy": "gh-pages -d dist",
|
||||
"predeploy": "npm run build"
|
||||
@ -22,7 +22,7 @@
|
||||
},
|
||||
"homepage": "https://MaxOvs19.github.io/Example-CG-SELECT",
|
||||
"dependencies": {
|
||||
"cg-select": "^0.2.4",
|
||||
"cg-select": "^0.2.5",
|
||||
"gh-pages": "^5.0.0",
|
||||
"parcel": "^2.8.3"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user