Skip to content

Commit

Permalink
Deploying to gh-pages from @ e232bc1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
joykangangi committed Sep 24, 2024
1 parent af40aee commit 935baf2
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="breadcrumbs"><a href="../../../index.html">form-builder</a><span class="delimiter">/</span><a href="../index.html">com.dsc.form_builder.format</a><span class="delimiter">/</span><span class="current">CardFormatter</span></div>
<div class="cover ">
<h1 class="cover"><span>Card</span><wbr></wbr><span><span>Formatter</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":form-builder:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">CardFormatter</a> : <a href="../-formatter/index.html">Formatter</a></div><p class="paragraph">This formatter is used for credit/debit card numbers. Can also be used for IBAN numbers. It groups the input value into chunks of four characters. The separator is an empty space as this is the most common option.</p><p class="paragraph">Note: character limiting is not supported in the formatter.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":form-builder:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">object </span><a href="index.html">CardFormatter</a> : <a href="../-formatter/index.html">Formatter</a></div><p class="paragraph">This formatter is used for credit/debit card numbers. Can also be used for IBAN numbers. It groups the input value into chunks of four characters. The separator is an empty space as this is the most common option.</p><p class="paragraph">Note: character limiting is not supported in the formatter.</p><span class="kdoc-tag"><h4 class="">Author</h4><p class="paragraph"><a href="https://github.com/linusmuema">Linus Muema</a></p></span></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="breadcrumbs"><a href="../../../index.html">form-builder</a><span class="delimiter">/</span><a href="../index.html">com.dsc.form_builder.format</a><span class="delimiter">/</span><span class="current">DateFormat</span></div>
<div class="cover ">
<h1 class="cover"><span>Date</span><wbr></wbr><span><span>Format</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":form-builder:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">enum </span><a href="index.html">DateFormat</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html">Enum</a><span class="token operator">&lt;</span><a href="index.html">DateFormat</a><span class="token operator">&gt; </span></div><p class="paragraph">These are the formatting options for the <a href="../-date-formatter/index.html">DateFormatter</a> class.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":form-builder:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">enum </span><a href="index.html">DateFormat</a> : <a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-enum/index.html">Enum</a><span class="token operator">&lt;</span><a href="index.html">DateFormat</a><span class="token operator">&gt; </span></div><p class="paragraph">These are the formatting options for the <a href="../-date-formatter/index.html">DateFormatter</a> class.</p><span class="kdoc-tag"><h4 class="">Author</h4><p class="paragraph"><a href="https://github.com/joykangangi">Joy Kangangi</a></p></span></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button><button class="section-tab" data-togglable="ENTRY">Entries</button></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="breadcrumbs"><a href="../../../index.html">form-builder</a><span class="delimiter">/</span><a href="../index.html">com.dsc.form_builder.format</a><span class="delimiter">/</span><span class="current">DateFormatter</span></div>
<div class="cover ">
<h1 class="cover"><span>Date</span><wbr></wbr><span><span>Formatter</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":form-builder:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">class </span><a href="index.html">DateFormatter</a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">dateFormat<span class="token operator">: </span><a href="../-date-format/index.html">DateFormat</a><span class="token punctuation">, </span></span><span class="parameter ">separator<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span> : <a href="../-formatter/index.html">Formatter</a></div><p class="paragraph">This formatter is used for date inputs. You need to specify a <a href="../-date-format/index.html">DateFormat</a> and a separator. The formatting function places the separator in the respective index as the user types.</p><p class="paragraph">Note: character limiting is not supported in the formatter.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":form-builder:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">class </span><a href="index.html">DateFormatter</a><span class="token punctuation">(</span><span class="parameters "><span class="parameter ">dateFormat<span class="token operator">: </span><a href="../-date-format/index.html">DateFormat</a><span class="token punctuation">, </span></span><span class="parameter ">separator<span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html">String</a></span></span><span class="token punctuation">)</span> : <a href="../-formatter/index.html">Formatter</a></div><p class="paragraph">This formatter is used for date inputs. You need to specify a <a href="../-date-format/index.html">DateFormat</a> and a separator. The formatting function places the separator in the respective index as the user types.</p><p class="paragraph">Note: character limiting is not supported in the formatter.</p><span class="kdoc-tag"><h4 class="">Author</h4><p class="paragraph"><a href="https://github.com/linusmuema">Linus Muema</a></p></span></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="breadcrumbs"><a href="../../../index.html">form-builder</a><span class="delimiter">/</span><a href="../index.html">com.dsc.form_builder.format</a><span class="delimiter">/</span><span class="current">Formatter</span></div>
<div class="cover ">
<h1 class="cover"><span><span>Formatter</span></span></h1>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":form-builder:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">interface </span><a href="index.html">Formatter</a></div><p class="paragraph">These are the formatting interface for the TextFieldState. You can get the visual transformation to apply in your text input.</p><h4 class="">Inheritors</h4><div class="table"><div class="table-row" data-filterable-current=":form-builder:dokkaHtml/release" data-filterable-set=":form-builder:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../-card-formatter/index.html">CardFormatter</a></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":form-builder:dokkaHtml/release" data-filterable-set=":form-builder:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../-date-formatter/index.html">DateFormatter</a></div></span></div><div></div></div></div></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":form-builder:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword">interface </span><a href="index.html">Formatter</a></div><p class="paragraph">These are the formatting interface for the TextFieldState. You can get the visual transformation to apply in your text input.</p><span class="kdoc-tag"><h4 class="">Author</h4><p class="paragraph"><a href="https://github.com/linusmuema">Linus Muema</a></p></span><h4 class="">Inheritors</h4><div class="table"><div class="table-row" data-filterable-current=":form-builder:dokkaHtml/release" data-filterable-set=":form-builder:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../-card-formatter/index.html">CardFormatter</a></div></span></div><div></div></div></div><div class="table-row" data-filterable-current=":form-builder:dokkaHtml/release" data-filterable-set=":form-builder:dokkaHtml/release"><div class="main-subrow keyValue "><div class=""><span class="inline-flex"><div><a href="../-date-formatter/index.html">DateFormatter</a></div></span></div><div></div></div></div></div></div></div>
</div>
<div class="tabbedcontent">
<div class="tabs-section" tabs-section="tabs-section"><button class="section-tab" data-active="" data-togglable="CONSTRUCTOR,TYPE,PROPERTY,FUNCTION">Members</button></div>
Expand Down
Loading

0 comments on commit 935baf2

Please sign in to comment.