Merge pull request #36 from apuc/rebuild-exemple-page
Rebuild exemple page
This commit is contained in:
		
							
								
								
									
										16
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										16
									
								
								CHANGELOG.md
									
									
									
									
									
								
							| @@ -26,13 +26,23 @@ Tested in JS and React. Errors in work in React applications are revealed. | ||||
| - All select rewritten to ts. | ||||
| - Fixed bugs and shortcomings. | ||||
|  | ||||
|   24.01.2023 - fix 0.2.2 - Fixed documentation etc. | ||||
|   27.01.2023 - fix 0.2.3 | ||||
| ##### 24.01.2023 - fix 0.2.2 - Fixed documentation etc. | ||||
|  | ||||
| ### 27.01.2023 - update 0.2.3 | ||||
|  | ||||
| - Changed the theme selection function. | ||||
| - Fixed documentation. | ||||
|  | ||||
|   31.01.2023 - fix 0.2.31 | ||||
| ##### 31.01.2023 - fix 0.2.31 | ||||
|  | ||||
| - Adding a new method to track select actions. | ||||
| - Fixed documentation. | ||||
|  | ||||
| ##### 08.02.2023 - fix 0.2.32 | ||||
|  | ||||
| - Fixing Methods and Variables. | ||||
| - Updating how themes work. | ||||
| - Fixed documentation. | ||||
| - Fixing bugs related to the cleanup of the select. | ||||
| - Documentation navigation update. | ||||
| - Added icon for example page and documentation. | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| # CG-SELECT | ||||
|  | ||||
| ## version ~ 0.2.31 | ||||
| ## version ~ 0.2.32 | ||||
|  | ||||
| This component allows you to create a custom select. It offers more flexible customization and use of select. | ||||
| Customization, multi-selection and live search by elements are available. | ||||
| @@ -73,6 +73,8 @@ Same working example -- https://cg-select.itguild.info/ | ||||
|  | ||||
|  | ||||
|  | ||||
| Built-in themes are also available: dark, white. To apply them, specify the theme attribute in the select settings and pass one of the values into it dark or white. | ||||
|  | ||||
| All documentation on CG-SELECT is located in the folder of the same name. The documentation describes all methods and variables, there are also examples of passing settings to select. You can also open it on the page with an example, or follow the link below. | ||||
|  | ||||
| **To view it, follow the link -** https://cg-select.itguild.info/up_/documentation/index.html | ||||
|   | ||||
| @@ -54,9 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules/cg_select.html">cg-select</a></li> | ||||
|             <li><a href="cg_select.CGSelect.html">CGSelect</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="../modules/cg_select.html">Cg-select</a></li> | ||||
|             <li><a href="cg_select.CGSelect.html">Class CGSelect</a></li> | ||||
|           </ul> | ||||
|           <h1>Class CGSelect</h1> | ||||
|         </div> | ||||
| @@ -171,7 +171,7 @@ | ||||
|                           fill="var(--color-text)" | ||||
|                           id="icon-1024-text" | ||||
|                         ></path></svg | ||||
|                       ><span>btn<wbr />Cntr?</span></a | ||||
|                       ><span>buttonAction?</span></a | ||||
|                     > | ||||
|                     <a | ||||
|                       href="cg_select.CGSelect.html#caret" | ||||
| @@ -179,7 +179,7 @@ | ||||
|                       ><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>caret</span></a | ||||
|                       ><span>carriage</span></a | ||||
|                     > | ||||
|                     <a | ||||
|                       href="cg_select.CGSelect.html#category" | ||||
| @@ -655,7 +655,7 @@ | ||||
|                   <p>The constructor takes an object and renders the select.</p> | ||||
|  | ||||
|                   <h3>Example</h3> | ||||
|                   <pre><code class="language-ts"><span class="hl-0">options</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-0">selector:</span><span class="hl-1"> </span><span class="hl-2">'Unique selector'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">selected:</span><span class="hl-1"> </span><span class="hl-2">'Selected item'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">placeholder:</span><span class="hl-1"> </span><span class="hl-2">'...'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">lable:</span><span class="hl-1"> </span><span class="hl-2">'...'</span><br/><span class="hl-1">   </span><span class="hl-0">items</span><span class="hl-1">: [</span><span class="hl-0">string</span><span class="hl-1">|</span><span class="hl-0">number</span><span class="hl-1">|</span><span class="hl-0">object</span><span class="hl-1">],</span><br/><span class="hl-1">   </span><span class="hl-0">theme:</span><span class="hl-1"> </span><span class="hl-0">string</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">searchMode:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">closeOnSelect:</span><span class="hl-1">  </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">nativeSelectMode:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">listDisplayMode:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">language:</span><span class="hl-1"> </span><span class="hl-2">'ru/en'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">styles:</span><span class="hl-1"> {</span><br/><span class="hl-1">     </span><span class="hl-0">head:</span><span class="hl-1"> {</span><br/><span class="hl-1">       </span><span class="hl-0">background:</span><span class="hl-1"> </span><span class="hl-2">'...'</span><span class="hl-1">,</span><br/><span class="hl-1">     },</span><br/><span class="hl-1">     </span><span class="hl-0">list:</span><span class="hl-1"> {...},</span><br/><span class="hl-1">     </span><span class="hl-0">chips:</span><span class="hl-1"> {...},</span><br/><span class="hl-1">     </span><span class="hl-0">caret:</span><span class="hl-1"> {...},</span><br/><span class="hl-1">     </span><span class="hl-0">placeholder:</span><span class="hl-1"> {...},</span><br/><span class="hl-1">     </span><span class="hl-0">lable:</span><span class="hl-1"> {..},</span><br/><span class="hl-1">   },</span><br/><span class="hl-1">   </span><span class="hl-0">event:</span><span class="hl-1"> </span><span class="hl-2">'...'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">url:</span><span class="hl-1"> </span><span class="hl-2">'http/...'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">multiselect:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">multiselectTag:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">}</span> | ||||
|                   <pre><code class="language-ts"><span class="hl-0">options</span><span class="hl-1"> = {</span><br/><span class="hl-1"> </span><span class="hl-0">selector:</span><span class="hl-1"> </span><span class="hl-2">'Unique selector'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">selected:</span><span class="hl-1"> </span><span class="hl-2">'Selected item'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">placeholder:</span><span class="hl-1"> </span><span class="hl-2">'...'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">lable:</span><span class="hl-1"> </span><span class="hl-2">'...'</span><br/><span class="hl-1">   </span><span class="hl-0">items</span><span class="hl-1">: [</span><span class="hl-0">string</span><span class="hl-1">|</span><span class="hl-0">number</span><span class="hl-1">|</span><span class="hl-0">object</span><span class="hl-1">],</span><br/><span class="hl-1">   </span><span class="hl-0">theme:</span><span class="hl-1"> </span><span class="hl-0">string</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">searchMode:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">closeOnSelect:</span><span class="hl-1">  </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">nativeSelectMode:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">listDisplayMode:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">language:</span><span class="hl-1"> </span><span class="hl-2">'ru/en'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">styles:</span><span class="hl-1"> {</span><br/><span class="hl-1">     </span><span class="hl-0">head:</span><span class="hl-1"> {</span><br/><span class="hl-1">       </span><span class="hl-0">background:</span><span class="hl-1"> </span><span class="hl-2">'...'</span><span class="hl-1">,</span><br/><span class="hl-1">     },</span><br/><span class="hl-1">     </span><span class="hl-0">list:</span><span class="hl-1"> {...},</span><br/><span class="hl-1">     </span><span class="hl-0">chips:</span><span class="hl-1"> {...},</span><br/><span class="hl-1">     </span><span class="hl-0">carriage:</span><span class="hl-1"> {...},</span><br/><span class="hl-1">     </span><span class="hl-0">placeholder:</span><span class="hl-1"> {...},</span><br/><span class="hl-1">     </span><span class="hl-0">lable:</span><span class="hl-1"> {..},</span><br/><span class="hl-1">   },</span><br/><span class="hl-1">   </span><span class="hl-0">event:</span><span class="hl-1"> </span><span class="hl-2">'...'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">url:</span><span class="hl-1"> </span><span class="hl-2">'http/...'</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">multiselect:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">   </span><span class="hl-0">multiselectTag:</span><span class="hl-1"> </span><span class="hl-5">true</span><span class="hl-1">/</span><span class="hl-5">false</span><span class="hl-1">,</span><br/><span class="hl-1">}</span> | ||||
| </code></pre> | ||||
|                 </div> | ||||
|                 <div class="tsd-parameters"> | ||||
| @@ -705,7 +705,7 @@ | ||||
|             <a id="btnCntr" class="tsd-anchor"></a> | ||||
|             <h3 class="tsd-anchor-link"> | ||||
|               <code class="tsd-tag ts-flagPrivate">Private</code> | ||||
|               <code class="tsd-tag ts-flagOptional">Optional</code> <span>btn<wbr />Cntr</span | ||||
|               <code class="tsd-tag ts-flagOptional">Optional</code> <span>buttonAction</span | ||||
|               ><a href="#btnCntr" aria-label="Permalink" class="tsd-anchor-icon" | ||||
|                 ><svg | ||||
|                   class="icon icon-tabler icon-tabler-link" | ||||
| @@ -722,7 +722,7 @@ | ||||
|               ></a> | ||||
|             </h3> | ||||
|             <div class="tsd-signature"> | ||||
|               btn<wbr />Cntr<span class="tsd-signature-symbol">?:</span> | ||||
|               buttonAction<span class="tsd-signature-symbol">?:</span> | ||||
|               <span class="tsd-signature-type">null</span | ||||
|               ><span class="tsd-signature-symbol"> | </span | ||||
|               ><span class="tsd-signature-type">Element</span> | ||||
| @@ -744,7 +744,7 @@ | ||||
|           > | ||||
|             <a id="caret" class="tsd-anchor"></a> | ||||
|             <h3 class="tsd-anchor-link"> | ||||
|               <code class="tsd-tag ts-flagPrivate">Private</code> <span>caret</span | ||||
|               <code class="tsd-tag ts-flagPrivate">Private</code> <span>carriage</span | ||||
|               ><a href="#caret" aria-label="Permalink" class="tsd-anchor-icon" | ||||
|                 ><svg | ||||
|                   class="icon icon-tabler icon-tabler-link" | ||||
| @@ -761,7 +761,7 @@ | ||||
|               ></a> | ||||
|             </h3> | ||||
|             <div class="tsd-signature"> | ||||
|               caret<span class="tsd-signature-symbol">:</span> | ||||
|               carriage<span class="tsd-signature-symbol">:</span> | ||||
|               <span class="tsd-signature-type">undefined</span | ||||
|               ><span class="tsd-signature-symbol"> | </span | ||||
|               ><span class="tsd-signature-type">null</span | ||||
| @@ -1751,7 +1751,7 @@ | ||||
|             <div class="tsd-comment tsd-typography"> | ||||
|               <p> | ||||
|                 An optional parameter responsible for switching between different themes, the | ||||
|                 classic theme is set by default. | ||||
|                 classic theme is set by default. Can take on a value dark, white. | ||||
|               </p> | ||||
|             </div> | ||||
|             <aside class="tsd-sources"> | ||||
| @@ -3709,34 +3709,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -3765,62 +3737,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -3851,47 +3767,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                     <li class="selected 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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
| @@ -3944,7 +3862,7 @@ | ||||
|                     ><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 | ||||
|                     >carriage</a | ||||
|                   > | ||||
|                 </li> | ||||
|                 <li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="../modules/Utils.html">Utils</a></li> | ||||
|             <li><a href="Utils.checkItemStruct.html">checkItemStruct</a></li> | ||||
|           </ul> | ||||
| @@ -146,34 +146,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -202,62 +174,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -288,49 +204,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="../modules/Utils.html">Utils</a></li> | ||||
|             <li><a href="Utils.clearSelect.html">clearSelect</a></li> | ||||
|           </ul> | ||||
| @@ -171,34 +171,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -227,62 +199,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -313,49 +229,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="../modules/Utils.html">Utils</a></li> | ||||
|             <li><a href="Utils.createSelected.html">createSelected</a></li> | ||||
|           </ul> | ||||
| @@ -177,34 +177,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -233,62 +205,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -319,49 +235,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="../modules/Utils.html">Utils</a></li> | ||||
|             <li><a href="Utils.customStyles.html">customStyles</a></li> | ||||
|           </ul> | ||||
| @@ -164,34 +164,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -220,62 +192,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -306,49 +222,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <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> | ||||
|           </ul> | ||||
| @@ -153,34 +153,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -209,62 +181,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -295,49 +211,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All mobiles</a></li> | ||||
|             <li><a href="../modules/Utils.html">Utils</a></li> | ||||
|             <li><a href="Utils.getFormatItem.html">getFormatItem</a></li> | ||||
|           </ul> | ||||
| @@ -162,34 +162,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -218,62 +190,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -304,49 +220,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All mobiles</a></li> | ||||
|             <li><a href="../modules/Utils.html">Utils</a></li> | ||||
|             <li><a href="Utils.getSelectText.html">getSelectText</a></li> | ||||
|           </ul> | ||||
| @@ -176,34 +176,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -232,62 +204,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -318,49 +234,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <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> | ||||
|           </ul> | ||||
| @@ -170,34 +170,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -226,62 +198,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -312,49 +228,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <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> | ||||
|           </ul> | ||||
| @@ -161,34 +161,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -217,62 +189,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -303,49 +219,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/Utils.html">Utils</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</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 class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/components_create_element_create_element.html" | ||||
|                 >components/create-element/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" | ||||
| @@ -191,34 +189,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -247,62 +217,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -333,47 +247,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <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/cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/components_utils_urils_interface.html">Utils.interface</a> | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/components_create_element_create_element.html" | ||||
|                 >components/create-element/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" | ||||
| @@ -163,34 +161,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -219,62 +189,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -305,47 +219,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <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/cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/components_utils_urils_interface.html">Utils.interface</a> | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/components_create_element_create_element.html" | ||||
|                 >components/create-element/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" | ||||
| @@ -140,34 +138,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -196,62 +166,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -282,47 +196,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <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/cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/components_utils_urils_interface.html">Utils.interface</a> | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/components_create_element_create_element.html" | ||||
|                 >components/create-element/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" | ||||
| @@ -141,34 +139,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -197,62 +167,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -283,47 +197,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <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/cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/components_utils_urils_interface.html">Utils.interface</a> | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                     <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,8 +54,8 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules/components_theme_theme.html">components/theme/theme</a></li> | ||||
|             <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> | ||||
|           </ul> | ||||
|           <h1>Function changeTheme</h1> | ||||
| @@ -143,34 +143,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -199,62 +171,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -285,47 +201,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >Create-<wbr />element.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/components_theme_theme.html">components/theme/theme</a> | ||||
|                     <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
							
								
								
									
										147
									
								
								docs/index.html
									
									
									
									
									
								
							
							
						
						
									
										147
									
								
								docs/index.html
									
									
									
									
									
								
							| @@ -8,6 +8,7 @@ | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1" /> | ||||
|     <link rel="stylesheet" href="assets/style.css" /> | ||||
|     <link rel="stylesheet" href="assets/highlight.css" /> | ||||
|     <link rel="shortcut icon" href="../src/images/logoCG2.ico" type="image/x-icon" /> | ||||
|     <script async src="assets/search.js" id="search-script"></script> | ||||
|   </head> | ||||
|   <body> | ||||
| @@ -61,7 +62,7 @@ | ||||
|           </a> | ||||
|  | ||||
|           <a href="#version--0231" id="version--0231" style="color: inherit; text-decoration: none"> | ||||
|             <h2>version ~ 0.2.31</h2> | ||||
|             <h2>version ~ 0.2.32</h2> | ||||
|           </a> | ||||
|           <p> | ||||
|             This component allows you to create a custom select. It offers more flexible | ||||
| @@ -158,6 +159,10 @@ | ||||
|             <img src="../src/images/WhiteTheme.png" alt="image" /> | ||||
|             <img src="../src/images/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 the values into it dark or white. | ||||
|           </p> | ||||
|           <p> | ||||
|             All documentation on CG-SELECT is located in the folder of the same name. The | ||||
|             documentation describes all methods and variables, there are also examples of passing | ||||
| @@ -244,34 +249,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -300,62 +277,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -386,47 +307,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current selected"> | ||||
|                   <a href="modules.html">cg-<wbr />select</a> | ||||
|                   <a href="modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="modules/Utils.html">Utils</a></li> | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <a href="modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/language_language.html">language/language</a> | ||||
|                       <a href="modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,10 +54,10 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                 >components/create-element/create-element.interface</a | ||||
|                 >Create-element.interface</a | ||||
|               > | ||||
|             </li> | ||||
|             <li> | ||||
| @@ -350,34 +350,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -406,62 +378,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -492,47 +408,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_theme_theme.html">components/theme/theme</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/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 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/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                     <li class="selected 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/language_language.html">language/language</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/components_utils_urils_interface.html" | ||||
|                 >components/utils/urils.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> | ||||
|           </ul> | ||||
| @@ -312,34 +310,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -368,62 +338,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -454,47 +368,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <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="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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <a href="../modules/components_theme_theme.html">Theme</a> | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     <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_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All moduels</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/components_utils_urils_interface.html" | ||||
|                 >components/utils/urils.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> | ||||
| @@ -452,34 +450,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -508,62 +478,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -594,47 +508,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <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="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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <a href="../modules/components_theme_theme.html">Theme</a> | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     <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_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                 >interfaces/cg-select.interface</a | ||||
|               > | ||||
|               <a href="../modules/interfaces_cg_select_interface.html">Cg-select.interface</a> | ||||
|             </li> | ||||
|             <li><a href="interfaces_cg_select_interface.ICgSelect.html">ICgSelect</a></li> | ||||
|           </ul> | ||||
| @@ -960,34 +958,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -1016,62 +986,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -1102,47 +1016,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="selected 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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                 >interfaces/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> | ||||
|           </ul> | ||||
| @@ -471,34 +469,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -527,62 +497,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -613,47 +527,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="selected 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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,9 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/interfaces_items_interface.html">interfaces/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> | ||||
| @@ -293,34 +293,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -349,62 +321,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -435,47 +351,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <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="selected 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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,11 +54,9 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="../modules/interfaces_language_interface.html" | ||||
|                 >interfaces/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> | ||||
|           </ul> | ||||
| @@ -293,34 +291,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -349,62 +319,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -435,47 +349,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                       <a href="../modules/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -53,13 +53,38 @@ | ||||
|     <div class="container container-main"> | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <h2>cg-select</h2> | ||||
|           <h2>Modules in CG-Select</h2> | ||||
|         </div> | ||||
|         <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">Modules</h3> | ||||
|               <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>CG-<wbr />Select</span></a | ||||
|                 > | ||||
|  | ||||
|                 <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>cg-<wbr />select.interface</span></a | ||||
|                 > | ||||
|                 <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>items.interface</span></a | ||||
|                 > | ||||
|               </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"> | ||||
| @@ -81,19 +106,25 @@ | ||||
|                     ></path></svg | ||||
|                   ><span>Utils</span></a | ||||
|                 > | ||||
|                 <a href="modules/cg_select.html" class="tsd-index-link tsd-kind-module" | ||||
|                 <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>cg-<wbr />select</span></a | ||||
|                   ><span>utils.interface</span></a | ||||
|                 > | ||||
|               </div> | ||||
|  | ||||
|               <h4 class="tsd-index-heading">Create-element</h4> | ||||
|               <div class="tsd-index-list"> | ||||
|                 <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>components/create-<wbr />element/create-<wbr />element</span></a | ||||
|                   ><span>create-<wbr />element</span></a | ||||
|                 > | ||||
|                 <a | ||||
|                   href="modules/components_create_element_create_element_interface.html" | ||||
| @@ -101,37 +132,17 @@ | ||||
|                   ><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>components/create-<wbr />element/create-<wbr />element.interface</span></a | ||||
|                   ><span>create-<wbr />element.interface</span></a | ||||
|                 > | ||||
|                 <a href="modules/components_theme_theme.html" class="tsd-index-link tsd-kind-module" | ||||
|               </div> | ||||
|  | ||||
|               <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>components/theme/theme</span></a | ||||
|                 > | ||||
|                 <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>components/utils/urils.interface</span></a | ||||
|                 > | ||||
|                 <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>interfaces/cg-<wbr />select.interface</span></a | ||||
|                 > | ||||
|                 <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>interfaces/items.interface</span></a | ||||
|                   ><span>language</span></a | ||||
|                 > | ||||
|                 <a | ||||
|                   href="modules/interfaces_language_interface.html" | ||||
| @@ -139,13 +150,17 @@ | ||||
|                   ><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>interfaces/language.interface</span></a | ||||
|                   ><span>language.interface</span></a | ||||
|                 > | ||||
|                 <a href="modules/language_language.html" class="tsd-index-link tsd-kind-module" | ||||
|               </div> | ||||
|  | ||||
|               <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"> | ||||
|                     <use href="#icon-4-path"></use> | ||||
|                     <use href="#icon-4-text"></use></svg | ||||
|                   ><span>language/language</span></a | ||||
|                   ><span>theme</span></a | ||||
|                 > | ||||
|               </div> | ||||
|             </section> | ||||
| @@ -171,34 +186,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -227,62 +214,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -313,47 +244,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current selected"> | ||||
|                   <a href="modules.html">cg-<wbr />select</a> | ||||
|                   <a href="modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="modules/Utils.html">Utils</a></li> | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <a href="modules/cg_select.html">cg-<wbr />select</a> | ||||
|                     <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="modules/language_language.html">language/language</a> | ||||
|                       <a href="modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,7 +54,7 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="Utils.html">Utils</a></li> | ||||
|           </ul> | ||||
|           <h1>Module Utils</h1> | ||||
| @@ -192,34 +192,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -248,62 +220,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -334,43 +250,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="current selected tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.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="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> | ||||
|                     </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="components_theme_theme.html">components/theme/theme</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       <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="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                       <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/language_language.html">Language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,8 +54,8 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="cg_select.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="cg_select.html">Cg-select</a></li> | ||||
|           </ul> | ||||
|           <h1>Module cg-select</h1> | ||||
|         </div> | ||||
| @@ -124,34 +124,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -180,62 +152,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -266,43 +182,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.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 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="components_theme_theme.html">components/theme/theme</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       <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="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,14 +54,12 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="components_create_element_create_element.html" | ||||
|                 >components/create-element/create-element</a | ||||
|               > | ||||
|               <a href="components_create_element_create_element.html">Create-element</a> | ||||
|             </li> | ||||
|           </ul> | ||||
|           <h1>Module components/create-element/create-element</h1> | ||||
|           <h1>Module components/create-element</h1> | ||||
|         </div> | ||||
|         <aside class="tsd-sources"> | ||||
|           <ul> | ||||
| @@ -153,34 +151,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -209,62 +179,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -295,43 +209,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                     <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="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.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 class="selected tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element.html" | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_theme_theme.html">components/theme/theme</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       <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 class="tsd-kind-module"> | ||||
|                       <a href="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,14 +54,14 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="components_create_element_create_element_interface.html" | ||||
|                 >components/create-element/create-element.interface</a | ||||
|                 >Create-element.interface</a | ||||
|               > | ||||
|             </li> | ||||
|           </ul> | ||||
|           <h1>Module components/create-element/create-element.interface</h1> | ||||
|           <h1>Module components/create-element.interface</h1> | ||||
|         </div> | ||||
|         <aside class="tsd-sources"> | ||||
|           <ul> | ||||
| @@ -129,34 +129,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -185,62 +157,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -271,43 +187,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_theme_theme.html">components/theme/theme</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="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.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 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="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <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 class="tsd-kind-module"> | ||||
|                       <a href="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,10 +54,10 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="components_theme_theme.html">components/theme/theme</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="components_theme_theme.html">Theme</a></li> | ||||
|           </ul> | ||||
|           <h1>Module components/theme/theme</h1> | ||||
|           <h1>Module components/Theme</h1> | ||||
|         </div> | ||||
|         <aside class="tsd-sources"> | ||||
|           <ul> | ||||
| @@ -125,34 +125,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -181,62 +153,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -267,43 +183,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="components_theme_theme.html">components/theme/theme</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="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.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 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="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       <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 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="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                       <a href="../modules/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,12 +54,12 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All module</a></li> | ||||
|             <li> | ||||
|               <a href="components_utils_urils_interface.html">components/utils/urils.interface</a> | ||||
|               <a href="components_utils_urils_interface.html">utils.interface</a> | ||||
|             </li> | ||||
|           </ul> | ||||
|           <h1>Module components/utils/urils.interface</h1> | ||||
|           <h1>Module components/urils.interface</h1> | ||||
|         </div> | ||||
|         <aside class="tsd-sources"> | ||||
|           <ul> | ||||
| @@ -135,34 +135,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -191,62 +163,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -277,43 +193,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.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 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="components_theme_theme.html">components/theme/theme</a> | ||||
|                     </li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       <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 class="tsd-kind-module"> | ||||
|                       <a href="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                       <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,12 +54,12 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li> | ||||
|               <a href="interfaces_cg_select_interface.html">interfaces/cg-select.interface</a> | ||||
|               <a href="interfaces_cg_select_interface.html">Cg-select.interface</a> | ||||
|             </li> | ||||
|           </ul> | ||||
|           <h1>Module interfaces/cg-select.interface</h1> | ||||
|           <h1>Module interfaces/Cg-select.interface</h1> | ||||
|         </div> | ||||
|         <aside class="tsd-sources"> | ||||
|           <ul> | ||||
| @@ -135,34 +135,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -191,62 +163,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -277,43 +193,51 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.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 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="components_theme_theme.html">components/theme/theme</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >Create-element.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     <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/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,10 +54,10 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="interfaces_items_interface.html">interfaces/items.interface</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="interfaces_items_interface.html">Items.interface</a></li> | ||||
|           </ul> | ||||
|           <h1>Module interfaces/items.interface</h1> | ||||
|           <h1>Module interfaces/Items.interface</h1> | ||||
|         </div> | ||||
|         <aside class="tsd-sources"> | ||||
|           <ul> | ||||
| @@ -125,34 +125,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -181,62 +153,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -267,43 +183,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="selected 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="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                       <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="components_theme_theme.html">components/theme/theme</a> | ||||
|                       <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/language_language.html">Language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,10 +54,10 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="interfaces_language_interface.html">interfaces/language.interface</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="interfaces_language_interface.html">Language.interface</a></li> | ||||
|           </ul> | ||||
|           <h1>Module interfaces/language.interface</h1> | ||||
|           <h1>Module interfaces/Language.interface</h1> | ||||
|         </div> | ||||
|         <aside class="tsd-sources"> | ||||
|           <ul> | ||||
| @@ -125,34 +125,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -181,62 +153,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -267,43 +183,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.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 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="components_theme_theme.html">components/theme/theme</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       <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="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                       <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="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                       <a href="../modules/language_language.html">Language</a> | ||||
|                     </li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,10 +54,10 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="language_language.html">language/language</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="language_language.html">Language</a></li> | ||||
|           </ul> | ||||
|           <h1>Module language/language</h1> | ||||
|           <h1>Module language/Language</h1> | ||||
|         </div> | ||||
|         <aside class="tsd-sources"> | ||||
|           <ul> | ||||
| @@ -132,34 +132,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -188,62 +160,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -274,43 +190,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="cg_select.html">cg-<wbr />select</a> | ||||
|                       <a href="../modules/cg_select.html">Cg-<wbr />select</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >Cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.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 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="components_theme_theme.html">components/theme/theme</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       <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="interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                       <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="selected tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">Language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_items_interface.html">interfaces/items.interface</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="interfaces_language_interface.html">interfaces/language.interface</a> | ||||
|                     </li> | ||||
|                     <li class="current selected tsd-kind-module"> | ||||
|                       <a href="language_language.html">language/language</a> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,8 +54,8 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules/language_language.html">language/language</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="../modules/language_language.html">Language</a></li> | ||||
|             <li><a href="language_language.en.html">en</a></li> | ||||
|           </ul> | ||||
|           <h1>Variable en<code class="tsd-tag ts-flagConst">Const</code></h1> | ||||
| @@ -99,34 +99,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -155,62 +127,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -241,47 +157,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                       <a href="../modules/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -54,8 +54,8 @@ | ||||
|       <div class="col-8 col-content"> | ||||
|         <div class="tsd-page-title"> | ||||
|           <ul class="tsd-breadcrumb"> | ||||
|             <li><a href="../modules.html">cg-select</a></li> | ||||
|             <li><a href="../modules/language_language.html">language/language</a></li> | ||||
|             <li><a href="../modules.html">All modules</a></li> | ||||
|             <li><a href="../modules/language_language.html">Language</a></li> | ||||
|             <li><a href="language_language.ru.html">ru</a></li> | ||||
|           </ul> | ||||
|           <h1>Variable ru<code class="tsd-tag ts-flagConst">Const</code></h1> | ||||
| @@ -99,34 +99,6 @@ | ||||
|                 <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-protected" name="protected" /><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>Protected</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-private" name="private" /><svg | ||||
| @@ -155,62 +127,6 @@ | ||||
|                         ><span>Private</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input | ||||
|                           type="checkbox" | ||||
|                           id="tsd-filter-inherited" | ||||
|                           name="inherited" | ||||
|                           checked | ||||
|                         /><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>Inherited</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-filter-item"> | ||||
|                       <label class="tsd-filter-input" | ||||
|                         ><input type="checkbox" id="tsd-filter-external" name="external" /><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>External</span></label | ||||
|                       > | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </form> | ||||
|               </div> | ||||
| @@ -241,47 +157,49 @@ | ||||
|             <div class="tsd-accordion-details"> | ||||
|               <ul> | ||||
|                 <li class="current"> | ||||
|                   <a href="../modules.html">cg-<wbr />select</a> | ||||
|                   <a href="../modules.html">All modules</a> | ||||
|                   <ul> | ||||
|                     <li class="tsd-kind-module"><a href="../modules/Utils.html">Utils</a></li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/cg_select.html">cg-<wbr />select</a> | ||||
|                       <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" | ||||
|                         >components/create-<wbr />element/create-<wbr />element</a | ||||
|                         >Create-<wbr />element</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/components_create_element_create_element_interface.html" | ||||
|                         >components/create-<wbr />element/create-<wbr />element.interface</a | ||||
|                         >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">components/theme/theme</a> | ||||
|                       <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/components_utils_urils_interface.html" | ||||
|                         >components/utils/urils.interface</a | ||||
|                       > | ||||
|                       <a href="../modules/language_language.html">language</a> | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_cg_select_interface.html" | ||||
|                         >interfaces/cg-<wbr />select.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_items_interface.html" | ||||
|                         >interfaces/items.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html" | ||||
|                         >interfaces/language.interface</a | ||||
|                       > | ||||
|                     </li> | ||||
|                     <li class="current tsd-kind-module"> | ||||
|                       <a href="../modules/language_language.html">language/language</a> | ||||
|                     <li class="selected tsd-kind-module"> | ||||
|                       <a href="../modules/interfaces_language_interface.html">Language.interface</a> | ||||
|                     </li> | ||||
|                   </ul> | ||||
|                 </li> | ||||
|   | ||||
| @@ -14,6 +14,7 @@ | ||||
|     <meta property="og:image" content="/src/images/logoCG.jpg" /> | ||||
|  | ||||
|     <title>Cg-Select</title> | ||||
|     <link rel="shortcut icon" href="../src/images/logoCG2.ico" type="image/x-icon" /> | ||||
|     <link href="example.scss" rel="stylesheet" /> | ||||
|   </head> | ||||
|   <body class="body-example"> | ||||
| @@ -35,7 +36,7 @@ | ||||
|  | ||||
|     <div class="container content"> | ||||
|       <div class="example-select"> | ||||
|         <h2 class="example-select_title">Дефолтный селект</h2> | ||||
|         <h2 class="example-select_title">Default select</h2> | ||||
|         <form method="get" class="form"> | ||||
|           <div class="layout-select"> | ||||
|             <button class="cg-dropdown cg-dropdown_one"></button> | ||||
| @@ -43,12 +44,12 @@ | ||||
|  | ||||
|           <input type="submit" value="Отправить!" class="example-select_submit" /> | ||||
|  | ||||
|           <button type="button" class="check-code" id="first">Посмотреть код</button> | ||||
|           <button type="button" class="check-code" id="first">View code</button> | ||||
|           <code id="codeFirst"> | ||||
|             <pre> | ||||
|               <span class="code__keyword">const</span> <span class="code__var">dropdown</span> = <span class="code__keyword">new</span> <span class="code__class">CGSelect</span>({ | ||||
|                 selector: <span class="code__string">'.cg-dropdown_one',</span>  | ||||
|                 placeholder: <span class="code__string">'Выберите авто',</span>  | ||||
|                 placeholder: <span class="code__string">'Choose a car',</span>  | ||||
|                 lable: <span class="code__string">'EXAMPLE',</span>  | ||||
|                 items: [ | ||||
|                   <span class="code__string">'BMW',</span> | ||||
| @@ -76,22 +77,22 @@ | ||||
|       </div> | ||||
|  | ||||
|       <div class="example-select"> | ||||
|         <h2 class="example-select_title">Дефолтный селект с функцией nativeSelectMode</h2> | ||||
|         <h2 class="example-select_title">Default select with function nativeSelectMode</h2> | ||||
|  | ||||
|         <form method="get" class="form"> | ||||
|           <p style="margin-left: 12px; color: white"> | ||||
|             *При мобильном разрешении появляеться нативный селект. | ||||
|             *Native select appears on mobile resolution. | ||||
|           </p> | ||||
|           <div class="layout-select"> | ||||
|             <button class="cg-dropdown cg-dropdown_selectNative"></button> | ||||
|           </div> | ||||
|  | ||||
|           <button type="button" class="check-code" id="Native">Посмотреть код</button> | ||||
|           <button type="button" class="check-code" id="Native">View code</button> | ||||
|           <code id="codeNative"> | ||||
|             <pre> | ||||
|               <span class="code__keyword">const</span> <span class="code__var">dropdown</span> = <span class="code__keyword">new</span> <span class="code__class">CGSelect</span>({ | ||||
|                 selector: <span class="code__string">'.cg-dropdown_one',</span>  | ||||
|                 placeholder: <span class="code__string">'Выберите авто',</span>  | ||||
|                 placeholder: <span class="code__string">'Choose a car',</span>  | ||||
|                 nativeSelectMode: <span class="code__keyword">true,</span> | ||||
|                 items: [ | ||||
|                   <span class="code__string">'BMW',</span> | ||||
| @@ -119,23 +120,23 @@ | ||||
|       </div> | ||||
|  | ||||
|       <div class="example-select"> | ||||
|         <h2 class="example-select_title">Дефолтный селект с функцией listDisplayMode</h2> | ||||
|         <h2 class="example-select_title">Default select with function listDisplayMode</h2> | ||||
|  | ||||
|         <form method="get" class="form"> | ||||
|           <p style="margin-left: 12px; color: white"> | ||||
|             *При использовании данного метода лист с выбором появляеться как модальное окно. | ||||
|             *When using this method, the selection sheet appears as a modal window. | ||||
|           </p> | ||||
|           <div class="layout-select"> | ||||
|             <button class="cg-dropdown cg-dropdown_listDisplayMode"></button> | ||||
|           </div> | ||||
|  | ||||
|           <button type="button" class="check-code" id="six">Посмотреть код</button> | ||||
|           <button type="button" class="check-code" id="six">View code</button> | ||||
|  | ||||
|           <code id="codeSix"> | ||||
|             <pre> | ||||
|               <span class="code__keyword">const</span> <span class="code__var">dropdown</span> = <span class="code__keyword">new</span> <span class="code__class">CGSelect</span>({ | ||||
|                 selector: <span class="code__string">'.cg-dropdown_listDisplayMode',</span>  | ||||
|                 placeholder: <span class="code__string">'Выберите авто',</span>  | ||||
|                 placeholder: <span class="code__string">'Choose a car',</span>  | ||||
|                 listDisplayMode: <span class="code__keyword">true,</span> | ||||
|                 items: [ | ||||
|                   <span class="code__string">'BMW',</span> | ||||
| @@ -163,11 +164,11 @@ | ||||
|       </div> | ||||
|  | ||||
|       <div class="example-select"> | ||||
|         <h1 class="example-select_title">Селект с данными с URL</h1> | ||||
|         <h1 class="example-select_title">Select with data from URL</h1> | ||||
|         <div class="layout-select"> | ||||
|           <button class="cg-dropdown cg-dropdown_three"></button> | ||||
|         </div> | ||||
|         <button type="button" class="check-code" id="second">Посмотреть код</button> | ||||
|         <button type="button" class="check-code" id="second">View code</button> | ||||
|  | ||||
|         <code id="codeSecond"> | ||||
|           <pre> | ||||
| @@ -192,12 +193,12 @@ | ||||
|       </div> | ||||
|  | ||||
|       <div class="example-select"> | ||||
|         <h1 class="example-select_title">Категории</h1> | ||||
|         <h1 class="example-select_title">Categories</h1> | ||||
|  | ||||
|         <div class="layout-select"> | ||||
|           <button class="cg-dropdown cg-dropdown_categories"></button> | ||||
|         </div> | ||||
|         <button type="button" class="check-code" id="third">Посмотреть код</button> | ||||
|         <button type="button" class="check-code" id="third">View code</button> | ||||
|  | ||||
|         <code id="codeThird"> | ||||
|           <pre> | ||||
| @@ -253,7 +254,7 @@ | ||||
|       </div> | ||||
|  | ||||
|       <div class="example-select"> | ||||
|         <h1 class="example-select_title">Управление с помошью кнопок</h1> | ||||
|         <h1 class="example-select_title">Button control</h1> | ||||
|         <div style="margin-bottom: 15px"> | ||||
|           <button class="button__open example-select_submit">Open</button> | ||||
|           <button class="button__close example-select_submit">Close</button> | ||||
| @@ -263,13 +264,13 @@ | ||||
|           <button class="cg-dropdown cg-dropdown_usedBtn"></button> | ||||
|         </div> | ||||
|  | ||||
|         <button type="button" class="check-code" id="fourth">Посмотреть код</button> | ||||
|         <button type="button" class="check-code" id="fourth">View code</button> | ||||
|  | ||||
|         <code id="codeFourth"> | ||||
|           <pre> | ||||
|             <span class="code__keyword">const</span> <span class="code__var">dropdown</span> = <span class="code__keyword">new</span> <span class="code__class">CGSelect</span>({ | ||||
|               selector: <span class="code__string">'.cg-dropdown_usedBtn',</span>  | ||||
|               placeholder: <span class="code__string">'Выберите авто',</span>  | ||||
|               placeholder: <span class="code__string">'Choose a car',</span>  | ||||
|               searchMode: <span class="code__keyword">true,</span> | ||||
|               items: [ | ||||
|                   <span class="code__string">'BMW',</span> | ||||
| @@ -311,21 +312,23 @@ | ||||
|       </div> | ||||
|  | ||||
|       <div class="example-select"> | ||||
|         <h1 class="example-select_title">Функция disabled</h1> | ||||
|         <h1 class="example-select_title">Function disabled</h1> | ||||
|  | ||||
|         <input type="checkbox" name="chbx" id="checkboxDisable" style="margin: 16px" /> | ||||
|         <label for="checkboxDisable" style="color: white">Вы согласны на обработку данных</label> | ||||
|         <label for="checkboxDisable" style="color: white"> | ||||
|           You agree to the processing of data</label | ||||
|         > | ||||
|  | ||||
|         <div class="layout-select"> | ||||
|           <button class="cg-dropdown cg-dropdown_checkboxDisable"></button> | ||||
|         </div> | ||||
|  | ||||
|         <button type="button" class="check-code" id="fifth">Посмотреть код</button> | ||||
|         <button type="button" class="check-code" id="fifth">View code</button> | ||||
|         <code id="codeFifth"> | ||||
|           <pre> | ||||
|             <span class="code__keyword">const</span> <span class="code__var">dropdown</span> = <span class="code__keyword">new</span> <span class="code__class">CGSelect</span>({ | ||||
|               selector: <span class="code__string">'.cg-dropdown_checkboxDisable',</span>  | ||||
|               placeholder: <span class="code__string">'Выберите авто',</span>  | ||||
|               placeholder: <span class="code__string">'Choose a car',</span>  | ||||
|               searchMode: <span class="code__keyword">true,</span> | ||||
|               items: [ | ||||
|                 <span class="code__string">'BMW',</span> | ||||
| @@ -349,6 +352,7 @@ | ||||
|                   maxWidth: <span class="code__string">'500px ',</span> | ||||
|                 }, | ||||
|               }, | ||||
|               multiselect: <span class="code__keyword">true,</span> | ||||
|             }); | ||||
|           </pre> | ||||
|         </code> | ||||
|   | ||||
| @@ -4,8 +4,8 @@ import './example'; | ||||
| // ------------------------------Обычный селект-------------------- | ||||
| const dropdown = new CGSelect({ | ||||
|   selector: '.cg-dropdown_one', | ||||
|   placeholder: 'Выберите авто', | ||||
|   lable: 'EXAMPLE', | ||||
|   placeholder: 'Choose a car', | ||||
|   label: 'EXAMPLE', | ||||
|   items: [ | ||||
|     'BMW', | ||||
|     { | ||||
| @@ -25,17 +25,16 @@ const dropdown = new CGSelect({ | ||||
|       width: '824px', | ||||
|     }, | ||||
|   }, | ||||
|   // multiselect: true, | ||||
| }); | ||||
|  | ||||
| // dropdown.on('select', function (e) { | ||||
| //   console.log(`this state: ${e}`); | ||||
| // }); | ||||
| dropdown.on('clear', function (e) { | ||||
|   console.log(`this state: ${e}`); | ||||
| }); | ||||
|  | ||||
| // ------------------------------NativeSelect----------------------- | ||||
| const dropdownNativeSelect = new CGSelect({ | ||||
|   selector: '.cg-dropdown_selectNative', | ||||
|   placeholder: 'Выберите авто', | ||||
|   placeholder: 'Choose a car', | ||||
|   nativeSelectMode: true, | ||||
|   items: [ | ||||
|     'BMW', | ||||
| @@ -58,12 +57,13 @@ const dropdownNativeSelect = new CGSelect({ | ||||
|       width: '824px', | ||||
|     }, | ||||
|   }, | ||||
|   theme: 'dark', | ||||
| }); | ||||
|  | ||||
| // ------------------------------listDisplayMode-------------------- | ||||
| const dropdownlistDisplayMode = new CGSelect({ | ||||
|   selector: '.cg-dropdown_listDisplayMode', | ||||
|   placeholder: 'Выберите авто', | ||||
|   placeholder: 'Choose a car', | ||||
|   listDisplayMode: true, | ||||
|   items: [ | ||||
|     'BMW', | ||||
| @@ -89,7 +89,7 @@ const dropdownlistDisplayMode = new CGSelect({ | ||||
| // --------------------------------Категории-------------------------- | ||||
| const dropdown4 = new CGSelect({ | ||||
|   selector: '.cg-dropdown_categories', | ||||
|   placeholder: 'Выберите регион', | ||||
|   placeholder: 'Choose region', | ||||
|   searchMode: true, | ||||
|   items: [ | ||||
|     { | ||||
| @@ -134,7 +134,7 @@ const dropdown4 = new CGSelect({ | ||||
| //----------------управление с помощью кнопок---------------------------------- | ||||
| const dropdownBtn = new CGSelect({ | ||||
|   selector: '.cg-dropdown_usedBtn', | ||||
|   placeholder: 'Выберите авто', | ||||
|   placeholder: 'Choose a car', | ||||
|   searchMode: true, | ||||
|   items: [ | ||||
|     'BMW', | ||||
| @@ -181,7 +181,7 @@ dropdownBtn.buttonControl(buttonClose, 'close'); | ||||
| //-------------------------Функция Disabled---------------------------------- | ||||
| const dropdownDisabled = new CGSelect({ | ||||
|   selector: '.cg-dropdown_checkboxDisable', | ||||
|   placeholder: 'Выберите авто', | ||||
|   placeholder: 'Choose a car', | ||||
|   searchMode: true, | ||||
|   items: [ | ||||
|     'BMW', | ||||
|   | ||||
							
								
								
									
										2
									
								
								index.js
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								index.js
									
									
									
									
									
								
							| @@ -1,3 +1,3 @@ | ||||
| import { CGSelect } from './src/cg-select'; | ||||
| import { CGSelect } from './src/cg-select.ts'; | ||||
|  | ||||
| export default CGSelect; | ||||
|   | ||||
							
								
								
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							| @@ -1,12 +1,12 @@ | ||||
| { | ||||
|   "name": "cg-select", | ||||
|   "version": "0.2.31", | ||||
|   "version": "0.2.32", | ||||
|   "lockfileVersion": 2, | ||||
|   "requires": true, | ||||
|   "packages": { | ||||
|     "": { | ||||
|       "name": "cg-select", | ||||
|       "version": "0.2.31", | ||||
|       "version": "0.2.32", | ||||
|       "license": "ISC", | ||||
|       "dependencies": { | ||||
|         "@parcel/optimizer-css": "^2.8.0", | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| { | ||||
|   "name": "cg-select", | ||||
|   "version": "0.2.31", | ||||
|   "version": "0.2.32", | ||||
|   "description": "Feature rich Select control for React/JS with multiselect, autocomplete and styling", | ||||
|   "author": { | ||||
|     "name": "CraftGroup", | ||||
|   | ||||
| @@ -16,7 +16,7 @@ import { | ||||
|   nativeOptionMultiple, | ||||
|   nativeOptionOrdinary, | ||||
| } from './components/utils/utils'; | ||||
| import { IDataItem, ISelectedItems } from './components/utils/urils.interface'; | ||||
| import { IDataItem, ISelectedItems } from './components/utils/utils.interface'; | ||||
|  | ||||
| import { ICgSelect, IStyle } from './interfaces/cg-select.interface'; | ||||
| import { IItems } from './interfaces/items.interface'; | ||||
| @@ -32,7 +32,6 @@ import { changeTheme } from './components/theme/theme'; | ||||
|  * @author Ovsyanikov Maxim | ||||
|  */ | ||||
| export class CGSelect implements ICgSelect { | ||||
|   // Select settings | ||||
|   selector?: string; | ||||
|   selected?: string; | ||||
|   placeholder?: string; | ||||
| @@ -43,7 +42,7 @@ export class CGSelect implements ICgSelect { | ||||
|   nativeSelectMode?: boolean; | ||||
|   listDisplayMode?: boolean; | ||||
|   language?: string; | ||||
|   lable?: string; | ||||
|   label?: string; | ||||
|   styles?: IStyle; | ||||
|   event?: string; | ||||
|   url?: string; | ||||
| @@ -74,7 +73,7 @@ export class CGSelect implements ICgSelect { | ||||
|    * Variable for carriage control. | ||||
|    * @type {Element | null | undefined} | ||||
|    */ | ||||
|   private caret: Element | null | undefined; | ||||
|   private carriage: Element | null | undefined; | ||||
|   /** | ||||
|    * Transferred categories. | ||||
|    * @type {string} | ||||
| @@ -94,7 +93,7 @@ export class CGSelect implements ICgSelect { | ||||
|    * Button, to control the select. | ||||
|    * @type {Element | null} | ||||
|    */ | ||||
|   private btnCntr?: Element | null; | ||||
|   private buttonAction?: Element | null; | ||||
|  | ||||
|   /** | ||||
|    * @param {ICgSelect} setting Object accepting select settings. | ||||
| @@ -105,7 +104,7 @@ export class CGSelect implements ICgSelect { | ||||
|    *  selector: 'Unique selector', | ||||
|       selected: 'Selected item', | ||||
|       placeholder: '...', | ||||
|       lable: '...' | ||||
|       label: '...' | ||||
|       items: [string|number|object], | ||||
|       theme: string, | ||||
|       searchMode: true/false, | ||||
| @@ -119,9 +118,9 @@ export class CGSelect implements ICgSelect { | ||||
|         }, | ||||
|         list: {...}, | ||||
|         chips: {...}, | ||||
|         caret: {...}, | ||||
|         carriage: {...}, | ||||
|         placeholder: {...}, | ||||
|         lable: {..}, | ||||
|         label: {..}, | ||||
|       }, | ||||
|       event: '...', | ||||
|       url: 'http/...', | ||||
| @@ -191,7 +190,7 @@ export class CGSelect implements ICgSelect { | ||||
|       searchMode, | ||||
|       language, | ||||
|       styles, | ||||
|       lable, | ||||
|       label, | ||||
|       event, | ||||
|       selected, | ||||
|       placeholder, | ||||
| @@ -210,7 +209,7 @@ export class CGSelect implements ICgSelect { | ||||
|     this.nativeSelectMode = nativeSelectMode; | ||||
|     this.listDisplayMode = listDisplayMode; | ||||
|     this.styles = styles; | ||||
|     this.lable = lable; | ||||
|     this.label = label; | ||||
|     this.event = event; | ||||
|     this.selected = selected; | ||||
|     this.placeholder = placeholder; | ||||
| @@ -231,14 +230,14 @@ export class CGSelect implements ICgSelect { | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|     if (this.lable) { | ||||
|       const lableItem = document.createElement('h1'); | ||||
|       const textLable = document.createTextNode(this.lable); | ||||
|     if (this.label) { | ||||
|       const labelItem = document.createElement('h1'); | ||||
|       const textLabel = document.createTextNode(this.label); | ||||
|  | ||||
|       lableItem.appendChild(textLable); | ||||
|       lableItem.classList.add('label'); | ||||
|       labelItem.appendChild(textLabel); | ||||
|       labelItem.classList.add('label'); | ||||
|  | ||||
|       this.element!.insertAdjacentElement('beforebegin', lableItem); | ||||
|       this.element!.insertAdjacentElement('beforebegin', labelItem); | ||||
|     } | ||||
|  | ||||
|     items.forEach((dataItem: any, index: number) => { | ||||
| @@ -354,7 +353,7 @@ export class CGSelect implements ICgSelect { | ||||
|     }); | ||||
|  | ||||
|     this.list = this.element!.querySelector('.list'); | ||||
|     this.caret = this.element!.querySelector('.caret'); | ||||
|     this.carriage = this.element!.querySelector('.caret'); | ||||
|  | ||||
|     if (this.theme) { | ||||
|       changeTheme(this.element!, this.theme!); | ||||
| @@ -466,10 +465,6 @@ export class CGSelect implements ICgSelect { | ||||
|    * @method initEvent | ||||
|    */ | ||||
|   private initEvent() { | ||||
|     if (!this.event) { | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|     if (this.event) { | ||||
|       if (this.event === 'mouseenter') { | ||||
|         this.element!.addEventListener(this.event, () => { | ||||
| @@ -491,10 +486,10 @@ export class CGSelect implements ICgSelect { | ||||
|   private open(oneClick?: boolean): void { | ||||
|     if (oneClick === true) { | ||||
|       this.list!.classList.add('open'); | ||||
|       this.caret!.classList.add('caret_rotate'); | ||||
|       this.carriage!.classList.add('caret_rotate'); | ||||
|     } else { | ||||
|       this.list!.classList.toggle('open'); | ||||
|       this.caret!.classList.toggle('caret_rotate'); | ||||
|       this.carriage!.classList.toggle('caret_rotate'); | ||||
|     } | ||||
|   } | ||||
|  | ||||
| @@ -505,7 +500,7 @@ export class CGSelect implements ICgSelect { | ||||
|    */ | ||||
|   private close(): void { | ||||
|     this.list?.classList.remove('open'); | ||||
|     this.caret?.classList.remove('caret_rotate'); | ||||
|     this.carriage?.classList.remove('caret_rotate'); | ||||
|   } | ||||
|  | ||||
|   /** | ||||
| @@ -519,7 +514,7 @@ export class CGSelect implements ICgSelect { | ||||
|     document.addEventListener('click', (e) => { | ||||
|       const withinBoundaries = e.composedPath().includes(dropdown!); | ||||
|       if (!withinBoundaries) { | ||||
|         if (this.btnCntr) { | ||||
|         if (this.buttonAction) { | ||||
|           return; | ||||
|         } else { | ||||
|           this.close(); | ||||
| @@ -771,7 +766,7 @@ export class CGSelect implements ICgSelect { | ||||
|    * @returns {HTMLElement} returns a reference to the selected HTML element. | ||||
|    * @method getElement | ||||
|    */ | ||||
|   public getElement(numberItem: number): IItems[] | string[] | any { | ||||
|   public getElement(numberItem: number): IItems[] | any { | ||||
|     if (numberItem > this.items.length) { | ||||
|       return; | ||||
|     } | ||||
| @@ -815,7 +810,7 @@ export class CGSelect implements ICgSelect { | ||||
|       return; | ||||
|     } | ||||
|  | ||||
|     this.btnCntr = button!; | ||||
|     this.buttonAction = button!; | ||||
|     button.addEventListener('click', () => { | ||||
|       if (method.toLowerCase() === 'open') { | ||||
|         this.open(true); | ||||
| @@ -945,6 +940,15 @@ export class CGSelect implements ICgSelect { | ||||
|         }); | ||||
|         callback(state); | ||||
|         break; | ||||
|       case 'clear': | ||||
|         this.element!.addEventListener('click', () => { | ||||
|           const svgIcon = this.element?.querySelector('.svg-icon'); | ||||
|           svgIcon?.addEventListener('click', () => { | ||||
|             console.log('list:clear', svgIcon.classList.contains('svg-clear')); | ||||
|           }); | ||||
|         }); | ||||
|         callback(state); | ||||
|         break; | ||||
|     } | ||||
|   } | ||||
| } | ||||
|   | ||||
| @@ -4,27 +4,31 @@ export function changeTheme(element: Element, theme: string) { | ||||
|   const list = element!.querySelector('ul.list'); | ||||
|   const search = element!.querySelector('.inputSearch'); | ||||
|   const path = element.querySelectorAll('.pathWhite'); | ||||
|   const nativeSelect = element.querySelector('.nativeSelect'); | ||||
|  | ||||
|   switch (theme) { | ||||
|     case 'dark': | ||||
|   select!.classList.remove('classicSelect'); | ||||
|       select!.classList.add('selectDark'); | ||||
|       list!.classList.add('listDark'); | ||||
|   list!.classList.remove('classicList'); | ||||
|   path.forEach((elem) => { | ||||
|     elem.classList.remove('pathBlack'); | ||||
|     elem.classList.remove('pathWhite'); | ||||
|   }); | ||||
|  | ||||
|   switch (theme.toLowerCase()) { | ||||
|     case 'dark': | ||||
|       select!.classList.add('selectDark'); | ||||
|       list!.classList.add('listDark'); | ||||
|       nativeSelect?.classList.add('listDark'); | ||||
|       path.forEach((elem) => { | ||||
|         elem.classList.add('pathWhite'); | ||||
|       }); | ||||
|       break; | ||||
|     case 'white': | ||||
|       select!.classList.remove('classicSelect'); | ||||
|       select!.classList.add('selectWhite'); | ||||
|       caret!.classList.add('caretWhite'); | ||||
|       list!.classList.add('listWhite'); | ||||
|       list!.classList.remove('classicList'); | ||||
|       nativeSelect?.classList.add('listWhite'); | ||||
|       path.forEach((elem) => { | ||||
|         elem.classList.add('pathBlack'); | ||||
|         elem.classList.remove('pathWhite'); | ||||
|       }); | ||||
|  | ||||
|       if (search!) { | ||||
|   | ||||
| @@ -4,7 +4,7 @@ | ||||
|  */ | ||||
| import { IStyle } from 'interfaces/cg-select.interface'; | ||||
| import { IItems } from 'interfaces/items.interface'; | ||||
| import { ISelectedItems } from './urils.interface'; | ||||
| import { ISelectedItems } from './utils.interface'; | ||||
|  | ||||
| /** | ||||
|  * Converting each item obtained from the Items field; | ||||
| @@ -143,7 +143,9 @@ export function clearSelect(select: HTMLElement, element: Element, dataSelectTex | ||||
|  | ||||
|   select!.appendChild(svgIcon); | ||||
|  | ||||
|   svgIcon.addEventListener('click', () => { | ||||
|   svgIcon.addEventListener('click', (e) => { | ||||
|     e.preventDefault(); | ||||
|     e.stopPropagation(); | ||||
|     select!.innerText = ''; | ||||
|  | ||||
|     nativeOption.forEach((option) => { | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								src/images/logoCG2.ico
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								src/images/logoCG2.ico
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 264 KiB | 
| @@ -27,7 +27,7 @@ export interface ICgSelect { | ||||
|   items?: IItems[] | string[] | any; | ||||
|   /** | ||||
|    * An optional parameter responsible for switching between different themes, the classic theme is set by default. | ||||
|    * @type {string} | ||||
|    * @type {string} values: dark, white | ||||
|    */ | ||||
|   theme?: string; | ||||
|   /** | ||||
| @@ -61,7 +61,7 @@ export interface ICgSelect { | ||||
|    * An optional parameter that adds a lable before the select. | ||||
|    * @type {string} | ||||
|    */ | ||||
|   lable?: string; | ||||
|   label?: string; | ||||
|   /** | ||||
|    * An optional parameter that is responsible for customizing the select elements, | ||||
|    * objects with CSS properties for customizable elements are passed to it. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 MaxOvs19
					MaxOvs19