Skip to content

Commit 6b8baeb

Browse files
committed
chore: regen docs
1 parent 2a8f407 commit 6b8baeb

16 files changed

+610
-100
lines changed

packages/bootstrap/docs/customization-list.md

-10
Original file line numberDiff line numberDiff line change
@@ -476,16 +476,6 @@ The following table lists the available variables for customization.
476476
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The base shadow of the List group items.</div></div>
477477
</td>
478478
</tr>
479-
<tr>
480-
<td>$kendo-list-no-data-text</td>
481-
<td>String</td>
482-
<td><code>$kendo-subtle-text</code></td>
483-
<td><code>var(--kendo-color-subtle, #596169)</code></td>
484-
</tr>
485-
<tr>
486-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
487-
</td>
488-
</tr>
489479
<tr>
490480
<td>$kendo-list-option-label-text</td>
491481
<td>String</td>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Customizing NoData
3+
description: "Refer to the list of the Kendo UI Bootstrap theme variables available for customization."
4+
slug: variables_kendothemebootstrap_no-data
5+
position: 9
6+
---
7+
8+
# Customizing NoData
9+
10+
## Variables
11+
12+
The following table lists the available variables for customization.
13+
14+
<table class="theme-variables">
15+
<colgroup>
16+
<col style="width: 200px; white-space:nowrap;" />
17+
<col />
18+
<col />
19+
<col />
20+
</colgroup>
21+
<thead>
22+
<tr>
23+
<th>Name</th>
24+
<th>Type</th>
25+
<th>Default value</th>
26+
<th>Computed value</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr>
31+
<td>$kendo-no-data-min-height</td>
32+
<td>Number</td>
33+
<td><code>140px</code></td>
34+
<td><code>140px</code></td>
35+
</tr>
36+
<tr>
37+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
38+
</td>
39+
</tr>
40+
<tr>
41+
<td>$kendo-no-data-text</td>
42+
<td>String</td>
43+
<td><code>$kendo-subtle-text</code></td>
44+
<td><code>var(--kendo-color-subtle, #596169)</code></td>
45+
</tr>
46+
<tr>
47+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
48+
</td>
49+
</tr>
50+
</tbody>
51+
</table>
52+
53+
## Suggested Links
54+
55+
* [Styling Overview]({% slug themesandstyles %})
56+
* [Web Font Icons]({% slug icons %})
57+
* [Preview of the Themed Components](../)
58+

packages/bootstrap/docs/customization.md

+40-10
Original file line numberDiff line numberDiff line change
@@ -13820,16 +13820,6 @@ The following table lists the available variables for customizing the Bootstrap
1382013820
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The base shadow of the List group items.</div></div>
1382113821
</td>
1382213822
</tr>
13823-
<tr>
13824-
<td>$kendo-list-no-data-text</td>
13825-
<td>String</td>
13826-
<td><code>$kendo-subtle-text</code></td>
13827-
<td><code>var(--kendo-color-subtle, #596169)</code></td>
13828-
</tr>
13829-
<tr>
13830-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
13831-
</td>
13832-
</tr>
1383313823
<tr>
1383413824
<td>$kendo-list-option-label-text</td>
1383513825
<td>String</td>
@@ -15733,6 +15723,46 @@ The following table lists the available variables for customizing the Bootstrap
1573315723
</tbody>
1573415724
</table>
1573515725

15726+
### NoData
15727+
15728+
<table class="theme-variables">
15729+
<colgroup>
15730+
<col style="width: 200px; white-space:nowrap;" />
15731+
<col />
15732+
<col />
15733+
<col />
15734+
</colgroup>
15735+
<thead>
15736+
<tr>
15737+
<th>Name</th>
15738+
<th>Type</th>
15739+
<th>Default value</th>
15740+
<th>Computed value</th>
15741+
</tr>
15742+
</thead>
15743+
<tbody><tr>
15744+
<td>$kendo-no-data-min-height</td>
15745+
<td>Number</td>
15746+
<td><code>140px</code></td>
15747+
<td><code>140px</code></td>
15748+
</tr>
15749+
<tr>
15750+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
15751+
</td>
15752+
</tr>
15753+
<tr>
15754+
<td>$kendo-no-data-text</td>
15755+
<td>String</td>
15756+
<td><code>$kendo-subtle-text</code></td>
15757+
<td><code>var(--kendo-color-subtle, #596169)</code></td>
15758+
</tr>
15759+
<tr>
15760+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
15761+
</td>
15762+
</tr>
15763+
</tbody>
15764+
</table>
15765+
1573615766
### Notification
1573715767

1573815768
<table class="theme-variables">

packages/classic/docs/customization-list.md

-10
Original file line numberDiff line numberDiff line change
@@ -476,16 +476,6 @@ The following table lists the available variables for customization.
476476
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The base shadow of the List group items.</div></div>
477477
</td>
478478
</tr>
479-
<tr>
480-
<td>$kendo-list-no-data-text</td>
481-
<td>String</td>
482-
<td><code>$kendo-subtle-text</code></td>
483-
<td><code>var(--kendo-color-subtle, #666666)</code></td>
484-
</tr>
485-
<tr>
486-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
487-
</td>
488-
</tr>
489479
<tr>
490480
<td>$kendo-list-option-label-text</td>
491481
<td>String</td>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Customizing NoData
3+
description: "Refer to the list of the Kendo UI Classic theme variables available for customization."
4+
slug: variables_kendothemeclassic_no-data
5+
position: 9
6+
---
7+
8+
# Customizing NoData
9+
10+
## Variables
11+
12+
The following table lists the available variables for customization.
13+
14+
<table class="theme-variables">
15+
<colgroup>
16+
<col style="width: 200px; white-space:nowrap;" />
17+
<col />
18+
<col />
19+
<col />
20+
</colgroup>
21+
<thead>
22+
<tr>
23+
<th>Name</th>
24+
<th>Type</th>
25+
<th>Default value</th>
26+
<th>Computed value</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr>
31+
<td>$kendo-no-data-min-height</td>
32+
<td>Number</td>
33+
<td><code>140px</code></td>
34+
<td><code>140px</code></td>
35+
</tr>
36+
<tr>
37+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
38+
</td>
39+
</tr>
40+
<tr>
41+
<td>$kendo-no-data-text</td>
42+
<td>String</td>
43+
<td><code>$kendo-subtle-text</code></td>
44+
<td><code>var(--kendo-color-subtle, #666666)</code></td>
45+
</tr>
46+
<tr>
47+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
48+
</td>
49+
</tr>
50+
</tbody>
51+
</table>
52+
53+
## Suggested Links
54+
55+
* [Styling Overview]({% slug themesandstyles %})
56+
* [Web Font Icons]({% slug icons %})
57+
* [Preview of the Themed Components](../)
58+

packages/classic/docs/customization.md

+40-10
Original file line numberDiff line numberDiff line change
@@ -13981,16 +13981,6 @@ The following table lists the available variables for customizing the Classic th
1398113981
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The base shadow of the List group items.</div></div>
1398213982
</td>
1398313983
</tr>
13984-
<tr>
13985-
<td>$kendo-list-no-data-text</td>
13986-
<td>String</td>
13987-
<td><code>$kendo-subtle-text</code></td>
13988-
<td><code>var(--kendo-color-subtle, #666666)</code></td>
13989-
</tr>
13990-
<tr>
13991-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
13992-
</td>
13993-
</tr>
1399413984
<tr>
1399513985
<td>$kendo-list-option-label-text</td>
1399613986
<td>String</td>
@@ -15894,6 +15884,46 @@ The following table lists the available variables for customizing the Classic th
1589415884
</tbody>
1589515885
</table>
1589615886

15887+
### NoData
15888+
15889+
<table class="theme-variables">
15890+
<colgroup>
15891+
<col style="width: 200px; white-space:nowrap;" />
15892+
<col />
15893+
<col />
15894+
<col />
15895+
</colgroup>
15896+
<thead>
15897+
<tr>
15898+
<th>Name</th>
15899+
<th>Type</th>
15900+
<th>Default value</th>
15901+
<th>Computed value</th>
15902+
</tr>
15903+
</thead>
15904+
<tbody><tr>
15905+
<td>$kendo-no-data-min-height</td>
15906+
<td>Number</td>
15907+
<td><code>140px</code></td>
15908+
<td><code>140px</code></td>
15909+
</tr>
15910+
<tr>
15911+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
15912+
</td>
15913+
</tr>
15914+
<tr>
15915+
<td>$kendo-no-data-text</td>
15916+
<td>String</td>
15917+
<td><code>$kendo-subtle-text</code></td>
15918+
<td><code>var(--kendo-color-subtle, #666666)</code></td>
15919+
</tr>
15920+
<tr>
15921+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
15922+
</td>
15923+
</tr>
15924+
</tbody>
15925+
</table>
15926+
1589715927
### Notification
1589815928

1589915929
<table class="theme-variables">

packages/default/docs/customization-list.md

-10
Original file line numberDiff line numberDiff line change
@@ -476,16 +476,6 @@ The following table lists the available variables for customization.
476476
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The base shadow of the List group items.</div></div>
477477
</td>
478478
</tr>
479-
<tr>
480-
<td>$kendo-list-no-data-text</td>
481-
<td>String</td>
482-
<td><code>$kendo-subtle-text</code></td>
483-
<td><code>var(--kendo-color-subtle, #666666)</code></td>
484-
</tr>
485-
<tr>
486-
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
487-
</td>
488-
</tr>
489479
<tr>
490480
<td>$kendo-list-option-label-text</td>
491481
<td>String</td>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Customizing NoData
3+
description: "Refer to the list of the Kendo UI Default theme variables available for customization."
4+
slug: variables_kendothemedefault_no-data
5+
position: 9
6+
---
7+
8+
# Customizing NoData
9+
10+
## Variables
11+
12+
The following table lists the available variables for customization.
13+
14+
<table class="theme-variables">
15+
<colgroup>
16+
<col style="width: 200px; white-space:nowrap;" />
17+
<col />
18+
<col />
19+
<col />
20+
</colgroup>
21+
<thead>
22+
<tr>
23+
<th>Name</th>
24+
<th>Type</th>
25+
<th>Default value</th>
26+
<th>Computed value</th>
27+
</tr>
28+
</thead>
29+
<tbody>
30+
<tr>
31+
<td>$kendo-no-data-min-height</td>
32+
<td>Number</td>
33+
<td><code>140px</code></td>
34+
<td><code>140px</code></td>
35+
</tr>
36+
<tr>
37+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The minimum height of the 'No Data' text container.</div></div>
38+
</td>
39+
</tr>
40+
<tr>
41+
<td>$kendo-no-data-text</td>
42+
<td>String</td>
43+
<td><code>$kendo-subtle-text</code></td>
44+
<td><code>var(--kendo-color-subtle, #666666)</code></td>
45+
</tr>
46+
<tr>
47+
<td colspan="4" class="theme-variables-description-container"><div><b>Description</b><div class="theme-variables-description">The color of the 'No Data' text.</div></div>
48+
</td>
49+
</tr>
50+
</tbody>
51+
</table>
52+
53+
## Suggested Links
54+
55+
* [Styling Overview]({% slug themesandstyles %})
56+
* [Web Font Icons]({% slug icons %})
57+
* [Preview of the Themed Components](../)
58+

0 commit comments

Comments
 (0)