Lint fixes

pull/310/head
cagataycivici 2020-04-18 15:51:06 +03:00
parent 21d8f85221
commit de5ba8a0c9
1 changed files with 7 additions and 7 deletions

View File

@ -201,7 +201,7 @@ Vertical
<td>currency</td> <td>currency</td>
<td>string</td> <td>string</td>
<td>null</td> <td>null</td>
<td>The currency to use in currency formatting. Possible values are the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency codes</a>, <td>The currency to use in currency formatting. Possible values are the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency codes</a>,
such as "USD" for the US dollar, "EUR" for the euro, or "CNY" for the Chinese RMB. such as "USD" for the US dollar, "EUR" for the euro, or "CNY" for the Chinese RMB.
There is no default value; if the style is "currency", the currency property must be provided.</td> There is no default value; if the style is "currency", the currency property must be provided.</td>
</tr> </tr>
@ -209,7 +209,7 @@ Vertical
<td>currencyDisplay</td> <td>currencyDisplay</td>
<td>string</td> <td>string</td>
<td>symbol</td> <td>symbol</td>
<td>How to display the currency in currency formatting. Possible values are "symbol" to use a localized currency symbol such as , <td>How to display the currency in currency formatting. Possible values are "symbol" to use a localized currency symbol such as ,
ü"code" to use the ISO currency code, "name" to use a localized currency name such as "dollar"; the default is "symbol".</td> ü"code" to use the ISO currency code, "name" to use a localized currency name such as "dollar"; the default is "symbol".</td>
</tr> </tr>
<tr> <tr>
@ -222,16 +222,16 @@ Vertical
<td>minFractionDigits</td> <td>minFractionDigits</td>
<td>number</td> <td>number</td>
<td>null</td> <td>null</td>
<td>The minimum number of fraction digits to use. Possible values are from 0 to 20; the default for plain number and percent formatting is 0; the default for currency formatting is the number of <td>The minimum number of fraction digits to use. Possible values are from 0 to 20; the default for plain number and percent formatting is 0; the default for currency formatting is the number of
minor unit digits provided by the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a> (2 if the list doesn't provide that information).</td> minor unit digits provided by the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a> (2 if the list doesn't provide that information).</td>
</tr> </tr>
<tr> <tr>
<td>maxFractionDigits</td> <td>maxFractionDigits</td>
<td>number</td> <td>number</td>
<td>null</td> <td>null</td>
<td>The maximum number of fraction digits to use. Possible values are from 0 to 20; the default for plain <td>The maximum number of fraction digits to use. Possible values are from 0 to 20; the default for plain
number formatting is the larger of minimumFractionDigits and 3; the default for currency formatting number formatting is the larger of minimumFractionDigits and 3; the default for currency formatting
is the larger of minimumFractionDigits and the number of minor unit digits provided by the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a> is the larger of minimumFractionDigits and the number of minor unit digits provided by the <a href="https://www.currency-iso.org/en/home/tables/table-a1.html">ISO 4217 currency code list</a>
(2 if the list doesn't provide that information).</td> (2 if the list doesn't provide that information).</td>
</tr> </tr>
<tr> <tr>
@ -258,7 +258,7 @@ Vertical
<h3>Events</h3> <h3>Events</h3>
<p>Any valid event such as focus, blur and input are passed to the underlying input element.</p> <p>Any valid event such as focus, blur and input are passed to the underlying input element.</p>
<h3>Styling</h3> <h3>Styling</h3>
<p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p> <p>Following is the list of structural style classes, for theming classes visit <router-link to="/theming">theming</router-link> page.</p>
<div class="doc-tablewrapper"> <div class="doc-tablewrapper">