@progress/kendo-themes-html 6.4.1-dev.0 → 6.5.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/button/tests/button-clear.js +5 -77
- package/dist/cjs/button/tests/button-flat.js +5 -77
- package/dist/cjs/button/tests/button-link.js +5 -77
- package/dist/cjs/button/tests/button-outline.js +5 -77
- package/dist/cjs/button/tests/button-rtl.js +39 -36
- package/dist/cjs/button/tests/button-size.js +8 -80
- package/dist/cjs/button/tests/button-solid.js +5 -77
- package/dist/cjs/button/tests/button.js +39 -36
- package/dist/cjs/gantt/tests/gantt-react.js +47 -47
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +58 -58
- package/dist/cjs/gantt/tests/gantt.js +59 -59
- package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +4 -4
- package/dist/cjs/treelist/tests/treelist-aggregate-react.js +20 -20
- package/dist/cjs/treelist/tests/treelist-aggregates.js +34 -34
- package/dist/cjs/treelist/tests/treelist-react.js +15 -15
- package/dist/cjs/treelist/tests/treelist-row-reordering.js +15 -15
- package/dist/cjs/treelist/tests/treelist.js +16 -16
- package/dist/esm/button/tests/button-clear.js +5 -77
- package/dist/esm/button/tests/button-flat.js +5 -77
- package/dist/esm/button/tests/button-link.js +5 -77
- package/dist/esm/button/tests/button-outline.js +5 -77
- package/dist/esm/button/tests/button-rtl.js +39 -36
- package/dist/esm/button/tests/button-size.js +8 -80
- package/dist/esm/button/tests/button-solid.js +5 -77
- package/dist/esm/button/tests/button.js +39 -36
- package/dist/esm/gantt/tests/gantt-react.js +47 -47
- package/dist/esm/gantt/tests/gantt-row-reordering.js +58 -58
- package/dist/esm/gantt/tests/gantt.js +59 -59
- package/dist/esm/grid/tests/grid-column-menu-tabbed.js +4 -4
- package/dist/esm/treelist/tests/treelist-aggregate-react.js +20 -20
- package/dist/esm/treelist/tests/treelist-aggregates.js +34 -34
- package/dist/esm/treelist/tests/treelist-react.js +15 -15
- package/dist/esm/treelist/tests/treelist-row-reordering.js +15 -15
- package/dist/esm/treelist/tests/treelist.js +16 -16
- package/dist/types/button/templates/icon-button.d.ts +1 -2
- package/dist/types/button/templates/icon-text-button.d.ts +1 -2
- package/dist/types/button/templates/text-button.d.ts +1 -2
- package/package.json +2 -2
- package/src/button/templates/icon-button.tsx +2 -2
- package/src/button/templates/icon-text-button.tsx +2 -2
- package/src/button/templates/text-button.tsx +2 -2
- package/src/button/tests/button-clear.tsx +13 -92
- package/src/button/tests/button-flat.tsx +13 -92
- package/src/button/tests/button-link.tsx +13 -92
- package/src/button/tests/button-outline.tsx +13 -92
- package/src/button/tests/button-rtl.tsx +37 -38
- package/src/button/tests/button-size.tsx +13 -86
- package/src/button/tests/button-solid.tsx +13 -91
- package/src/button/tests/button.tsx +37 -40
- package/src/gantt/tests/gantt-react.tsx +54 -46
- package/src/gantt/tests/gantt-row-reordering.tsx +23 -23
- package/src/gantt/tests/gantt.tsx +45 -23
- package/src/grid/tests/grid-column-menu-tabbed.tsx +4 -4
- package/src/treelist/tests/treelist-aggregate-react.tsx +31 -10
- package/src/treelist/tests/treelist-aggregates.tsx +41 -20
- package/src/treelist/tests/treelist-react.tsx +15 -15
- package/src/treelist/tests/treelist-row-reordering.tsx +5 -5
- package/src/treelist/tests/treelist.tsx +32 -6
|
@@ -56,52 +56,73 @@ export default () =>(
|
|
|
56
56
|
</colgroup>
|
|
57
57
|
<tbody className="k-table-tbody">
|
|
58
58
|
<tr className="k-table-row k-treelist-group">
|
|
59
|
-
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}
|
|
59
|
+
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}>
|
|
60
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down" />
|
|
61
|
+
Daryl Sweeney
|
|
62
|
+
</td>
|
|
60
63
|
<td className="k-table-td">CEO</td>
|
|
61
64
|
<td className="k-table-td">February 7, 2012</td>
|
|
62
65
|
</tr>
|
|
63
66
|
<tr className="k-table-row k-table-alt-row k-alt k-treelist-group">
|
|
64
|
-
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon
|
|
67
|
+
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
68
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-right" />
|
|
69
|
+
Guy Wooten
|
|
70
|
+
</td>
|
|
65
71
|
<td className="k-table-td">Chief Technical Officer</td>
|
|
66
72
|
<td className="k-table-td">March 3, 2010</td>
|
|
67
73
|
</tr>
|
|
68
74
|
<tr className="k-table-row k-treelist-group">
|
|
69
|
-
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon
|
|
75
|
+
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
76
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-right" />
|
|
77
|
+
Priscilla Frank
|
|
78
|
+
</td>
|
|
70
79
|
<td className="k-table-td">Chief Product Officer</td>
|
|
71
80
|
<td className="k-table-td">November 30, 2014</td>
|
|
72
81
|
</tr>
|
|
73
82
|
<tr className="k-table-row k-table-alt-row k-alt k-treelist-group">
|
|
74
|
-
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon
|
|
83
|
+
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
84
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down" />
|
|
85
|
+
Anika Vega
|
|
86
|
+
</td>
|
|
75
87
|
<td className="k-table-td">Chief Process Officer</td>
|
|
76
88
|
<td className="k-table-td">February 25, 2010</td>
|
|
77
89
|
</tr>
|
|
78
90
|
<tr className="k-table-row k-treelist-group">
|
|
79
|
-
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon
|
|
91
|
+
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
92
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-right" />
|
|
93
|
+
Vernon Ballard
|
|
94
|
+
</td>
|
|
80
95
|
<td className="k-table-td">Director Facilities</td>
|
|
81
96
|
<td className="k-table-td">June 26, 2015</td>
|
|
82
97
|
</tr>
|
|
83
98
|
<tr className="k-table-row k-footer-template">
|
|
84
|
-
<td className="k-table-td k-focus"><Icon icon="none"></Icon><Icon icon="none"></Icon><Icon icon="none"></Icon>7 employee(s)</td>
|
|
99
|
+
<td className="k-table-td k-focus"><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon>7 employee(s)</td>
|
|
85
100
|
<td className="k-table-td"></td>
|
|
86
101
|
<td className="k-table-td">Last employee hired on July 30, 2015</td>
|
|
87
102
|
</tr>
|
|
88
103
|
<tr className="k-table-row k-table-alt-row k-alt k-treelist-group">
|
|
89
|
-
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon
|
|
104
|
+
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
105
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-right" />
|
|
106
|
+
Nevada Hart
|
|
107
|
+
</td>
|
|
90
108
|
<td className="k-table-td">Chief Financial Officer</td>
|
|
91
109
|
<td className="k-table-td">August 17, 2015</td>
|
|
92
110
|
</tr>
|
|
93
111
|
<tr className="k-table-row k-treelist-group">
|
|
94
|
-
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon
|
|
112
|
+
<td className="k-table-td" style={{ whiteSpace: "nowrap" }}><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
113
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-right" />
|
|
114
|
+
Hunter Fry
|
|
115
|
+
</td>
|
|
95
116
|
<td className="k-table-td">General Counsel</td>
|
|
96
117
|
<td className="k-table-td">February 12, 2011</td>
|
|
97
118
|
</tr>
|
|
98
119
|
<tr className="k-table-row k-footer-template">
|
|
99
|
-
<td className="k-table-td"><Icon icon="none"></Icon><Icon icon="none"></Icon>98 employee(s)</td>
|
|
120
|
+
<td className="k-table-td"><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon>98 employee(s)</td>
|
|
100
121
|
<td className="k-table-td"></td>
|
|
101
122
|
<td className="k-table-td">Last employee hired on August 17, 2015</td>
|
|
102
123
|
</tr>
|
|
103
124
|
<tr className="k-table-row k-footer-template">
|
|
104
|
-
<td className="k-table-td"><Icon icon="none"></Icon>99 employee(s)</td>
|
|
125
|
+
<td className="k-table-td"><Icon className="k-treelist-toggle" icon="none"></Icon>99 employee(s)</td>
|
|
105
126
|
<td className="k-table-td"></td>
|
|
106
127
|
<td className="k-table-td">Last employee hired on August 17, 2015</td>
|
|
107
128
|
</tr>
|
|
@@ -163,7 +184,7 @@ export default () =>(
|
|
|
163
184
|
<tbody className="k-table-tbody">
|
|
164
185
|
<tr className="k-table-row">
|
|
165
186
|
<td colSpan={1} className="k-table-td">
|
|
166
|
-
<Icon icon="caret-alt-down"
|
|
187
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down" />
|
|
167
188
|
Daryl Sweeney
|
|
168
189
|
</td>
|
|
169
190
|
<td colSpan={1} className="k-table-td">
|
|
@@ -173,8 +194,8 @@ export default () =>(
|
|
|
173
194
|
</tr>
|
|
174
195
|
<tr className="k-table-row k-table-alt-row k-alt">
|
|
175
196
|
<td colSpan={1} className="k-table-td">
|
|
176
|
-
<Icon icon="none"></Icon>
|
|
177
|
-
<Icon icon="caret-alt-down"
|
|
197
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
198
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down" />
|
|
178
199
|
Guy Wooten
|
|
179
200
|
</td>
|
|
180
201
|
<td colSpan={1} className="k-table-td">
|
|
@@ -184,8 +205,8 @@ export default () =>(
|
|
|
184
205
|
</tr>
|
|
185
206
|
<tr className="k-table-row">
|
|
186
207
|
<td colSpan={1} className="k-table-td">
|
|
187
|
-
<Icon icon="none"></Icon><Icon icon="none"></Icon>
|
|
188
|
-
<Icon icon="caret-alt-right"
|
|
208
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
209
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-right" />
|
|
189
210
|
Buffy Weber
|
|
190
211
|
</td>
|
|
191
212
|
<td colSpan={1} className="k-table-td">
|
|
@@ -195,7 +216,7 @@ export default () =>(
|
|
|
195
216
|
</tr>
|
|
196
217
|
<tr className="k-table-row k-footer">
|
|
197
218
|
<td className="k-table-td k-focus">
|
|
198
|
-
<Icon icon="none"></Icon><Icon icon="none"></Icon><Icon icon="none"></Icon>
|
|
219
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
199
220
|
35 employee(s)
|
|
200
221
|
</td>
|
|
201
222
|
<td className="k-table-td"></td>
|
|
@@ -205,8 +226,8 @@ export default () =>(
|
|
|
205
226
|
</tr>
|
|
206
227
|
<tr className="k-table-row k-table-alt-row k-alt">
|
|
207
228
|
<td colSpan={1} className="k-table-td">
|
|
208
|
-
<Icon icon="none"></Icon>
|
|
209
|
-
<Icon icon="caret-alt-right"></Icon>
|
|
229
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
230
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-right"></Icon>
|
|
210
231
|
Priscilla Frank
|
|
211
232
|
</td>
|
|
212
233
|
<td colSpan={1} className="k-table-td">
|
|
@@ -216,7 +237,7 @@ export default () =>(
|
|
|
216
237
|
</tr>
|
|
217
238
|
<tr className="k-footer">
|
|
218
239
|
<td className="k-table-td">
|
|
219
|
-
<Icon icon="none"></Icon><Icon icon="none"></Icon>
|
|
240
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
220
241
|
42 employee(s)
|
|
221
242
|
</td>
|
|
222
243
|
<td className="k-table-td"></td>
|
|
@@ -226,7 +247,7 @@ export default () =>(
|
|
|
226
247
|
</tr>
|
|
227
248
|
<tr className="k-table-row k-footer">
|
|
228
249
|
<td className="k-table-td">
|
|
229
|
-
<Icon icon="none"></Icon>
|
|
250
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
230
251
|
43 employee(s)
|
|
231
252
|
</td>
|
|
232
253
|
<td className="k-table-td"></td>
|
|
@@ -80,7 +80,7 @@ export default () =>(
|
|
|
80
80
|
<tbody className="k-table-tbody">
|
|
81
81
|
<tr className="k-table-row k-master-row">
|
|
82
82
|
<td className="k-table-td">
|
|
83
|
-
<Icon icon="caret-alt-down"
|
|
83
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down" />
|
|
84
84
|
1
|
|
85
85
|
</td>
|
|
86
86
|
<td className="k-table-td">Furniture</td>
|
|
@@ -90,8 +90,8 @@ export default () =>(
|
|
|
90
90
|
</tr>
|
|
91
91
|
<tr className="k-table-row k-master-row">
|
|
92
92
|
<td className="k-table-td">
|
|
93
|
-
<Icon icon="none"></Icon>
|
|
94
|
-
<Icon icon="none"></Icon>
|
|
93
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
94
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
95
95
|
1.1
|
|
96
96
|
</td>
|
|
97
97
|
<td className="k-table-td">Tables & Chairs</td>
|
|
@@ -101,8 +101,8 @@ export default () =>(
|
|
|
101
101
|
</tr>
|
|
102
102
|
<tr className="k-table-row k-master-row">
|
|
103
103
|
<td className="k-table-td">
|
|
104
|
-
<Icon icon="none"></Icon>
|
|
105
|
-
<Icon icon="none"></Icon>
|
|
104
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
105
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
106
106
|
1.2
|
|
107
107
|
</td>
|
|
108
108
|
<td className="k-table-td">Sofas</td>
|
|
@@ -112,8 +112,8 @@ export default () =>(
|
|
|
112
112
|
</tr>
|
|
113
113
|
<tr className="k-table-row k-master-row">
|
|
114
114
|
<td className="k-table-td">
|
|
115
|
-
<Icon icon="none"></Icon>
|
|
116
|
-
<Icon icon="none"></Icon>
|
|
115
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
116
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
117
117
|
1.3
|
|
118
118
|
</td>
|
|
119
119
|
<td className="k-table-td">Occasional Furniture</td>
|
|
@@ -123,7 +123,7 @@ export default () =>(
|
|
|
123
123
|
</tr>
|
|
124
124
|
<tr className="k-table-row k-master-row">
|
|
125
125
|
<td className="k-table-td">
|
|
126
|
-
<Icon icon="caret-alt-down"
|
|
126
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down" />
|
|
127
127
|
2
|
|
128
128
|
</td>
|
|
129
129
|
<td className="k-table-td">Decor</td>
|
|
@@ -133,8 +133,8 @@ export default () =>(
|
|
|
133
133
|
</tr>
|
|
134
134
|
<tr className="k-table-row k-master-row">
|
|
135
135
|
<td className="k-table-td">
|
|
136
|
-
<Icon icon="none"></Icon>
|
|
137
|
-
<Icon icon="none"></Icon>
|
|
136
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
137
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
138
138
|
2.1
|
|
139
139
|
</td>
|
|
140
140
|
<td className="k-table-td">Bed Linen</td>
|
|
@@ -144,8 +144,8 @@ export default () =>(
|
|
|
144
144
|
</tr>
|
|
145
145
|
<tr className="k-table-row k-master-row">
|
|
146
146
|
<td className="k-table-td">
|
|
147
|
-
<Icon icon="none"></Icon>
|
|
148
|
-
<Icon icon="caret-alt-down"
|
|
147
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
148
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down" />
|
|
149
149
|
2.2
|
|
150
150
|
</td>
|
|
151
151
|
<td className="k-table-td">Curtains & Blinds</td>
|
|
@@ -155,9 +155,9 @@ export default () =>(
|
|
|
155
155
|
</tr>
|
|
156
156
|
<tr className="k-table-row k-master-row">
|
|
157
157
|
<td className="k-table-td">
|
|
158
|
-
<Icon icon="none"></Icon>
|
|
159
|
-
<Icon icon="none"></Icon>
|
|
160
|
-
<Icon icon="none"></Icon>
|
|
158
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
159
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
160
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
161
161
|
2.2.1
|
|
162
162
|
</td>
|
|
163
163
|
<td className="k-table-td">Carpets</td>
|
|
@@ -51,32 +51,32 @@ export default () => (
|
|
|
51
51
|
<tbody className="k-table-tbody">
|
|
52
52
|
<tr className="k-table-row">
|
|
53
53
|
<td className="k-table-td k-drag-cell"><Icon icon="reorder"/></td>
|
|
54
|
-
<td className="k-table-td"><Icon icon="caret-alt-right"
|
|
54
|
+
<td className="k-table-td"><Icon className="k-treelist-toggle" icon="caret-alt-right"/>Daryl</td>
|
|
55
55
|
<td className="k-table-td">Sweeney</td>
|
|
56
56
|
<td className="k-table-td">CEO</td>
|
|
57
57
|
</tr>
|
|
58
58
|
<tr className="k-table-row k-table-alt-row k-alt k-treelist-group">
|
|
59
59
|
<td className="k-table-td k-drag-cell"><Icon icon="reorder"/></td>
|
|
60
|
-
<td className="k-table-td"><Icon icon="none"></Icon><Icon icon="caret-alt-down"></Icon>Guy</td>
|
|
60
|
+
<td className="k-table-td"><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="caret-alt-down"></Icon>Guy</td>
|
|
61
61
|
<td className="k-table-td">Wooten</td>
|
|
62
62
|
<td className="k-table-td">Chief Technical Officer</td>
|
|
63
63
|
</tr>
|
|
64
64
|
<tr className="k-table-row k-treelist-group">
|
|
65
65
|
<td className="k-table-td k-drag-cell"><Icon icon="reorder"/></td>
|
|
66
|
-
<td className="k-table-td"><Icon icon="none"></Icon><Icon icon="none"></Icon><Icon icon="caret-alt-down"></Icon>Buffy</td>
|
|
66
|
+
<td className="k-table-td"><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="caret-alt-down"></Icon>Buffy</td>
|
|
67
67
|
<td className="k-table-td">Weber</td>
|
|
68
68
|
<td className="k-table-td">VP, Engineering</td>
|
|
69
69
|
</tr>
|
|
70
70
|
<tr className="k-table-row k-table-alt-row k-alt k-treelist-group">
|
|
71
71
|
<td className="k-table-td k-drag-cell"><Icon icon="reorder"/></td>
|
|
72
|
-
<td className="k-table-td"><Icon icon="none"></Icon><Icon icon="none"></Icon><Icon icon="none"></Icon><Icon icon="caret-alt-down"></Icon>Hyacinth
|
|
72
|
+
<td className="k-table-td"><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="caret-alt-down"></Icon>Hyacinth
|
|
73
73
|
</td>
|
|
74
74
|
<td className="k-table-td">Hood</td>
|
|
75
75
|
<td className="k-table-td">Team Lead</td>
|
|
76
76
|
</tr>
|
|
77
77
|
<tr className="k-table-row">
|
|
78
78
|
<td className="k-table-td k-drag-cell"><Icon icon="reorder"/></td>
|
|
79
|
-
<td className="k-table-td"><Icon icon="none"></Icon><Icon icon="none"></Icon><Icon icon="none"></Icon><Icon icon="none"></Icon><Icon icon="none"></Icon>Akeem</td>
|
|
79
|
+
<td className="k-table-td"><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon><Icon className="k-treelist-toggle" icon="none"></Icon>Akeem</td>
|
|
80
80
|
<td className="k-table-td">Carr</td>
|
|
81
81
|
<td className="k-table-td">Junior Software Developer</td>
|
|
82
82
|
</tr>
|
|
@@ -45,7 +45,10 @@ export default () =>(
|
|
|
45
45
|
</colgroup>
|
|
46
46
|
<tbody className="k-table-tbody">
|
|
47
47
|
<tr className="k-table-row">
|
|
48
|
-
<td className="k-table-td"
|
|
48
|
+
<td className="k-table-td">
|
|
49
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-right"></Icon>
|
|
50
|
+
Daryl
|
|
51
|
+
</td>
|
|
49
52
|
<td className="k-table-td">Sweeney</td>
|
|
50
53
|
</tr>
|
|
51
54
|
</tbody>
|
|
@@ -105,29 +108,52 @@ export default () =>(
|
|
|
105
108
|
</colgroup>
|
|
106
109
|
<tbody className="k-table-tbody">
|
|
107
110
|
<tr className="k-table-row k-treelist-group">
|
|
108
|
-
<td className="k-table-td"
|
|
111
|
+
<td className="k-table-td">
|
|
112
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down"></Icon>
|
|
113
|
+
Daryl
|
|
114
|
+
</td>
|
|
109
115
|
<td className="k-table-td">Sweeney</td>
|
|
110
116
|
<td className="k-table-td">CEO</td>
|
|
111
117
|
</tr>
|
|
112
118
|
<tr className="k-table-row k-table-alt-row k-alt k-treelist-group">
|
|
113
|
-
<td className="k-table-td"
|
|
119
|
+
<td className="k-table-td">
|
|
120
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
121
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down"></Icon>
|
|
122
|
+
Guy
|
|
114
123
|
</td>
|
|
115
124
|
<td className="k-table-td">Wooten</td>
|
|
116
125
|
<td className="k-table-td">Chief Technical Officer</td>
|
|
117
126
|
</tr>
|
|
118
127
|
<tr className="k-table-row k-treelist-group">
|
|
119
|
-
<td className="k-table-td"
|
|
128
|
+
<td className="k-table-td">
|
|
129
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
130
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
131
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down"></Icon>
|
|
132
|
+
Buffy
|
|
133
|
+
</td>
|
|
120
134
|
<td className="k-table-td">Weber</td>
|
|
121
135
|
<td className="k-table-td">VP, Engineering</td>
|
|
122
136
|
</tr>
|
|
123
137
|
<tr className="k-table-row k-table-alt-row k-alt k-treelist-group">
|
|
124
|
-
<td className="k-table-td"
|
|
138
|
+
<td className="k-table-td">
|
|
139
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
140
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
141
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
142
|
+
<Icon className="k-treelist-toggle" icon="caret-alt-down"></Icon>
|
|
143
|
+
Hyacinth
|
|
125
144
|
</td>
|
|
126
145
|
<td className="k-table-td">Hood</td>
|
|
127
146
|
<td className="k-table-td">Team Lead</td>
|
|
128
147
|
</tr>
|
|
129
148
|
<tr className="k-table-row">
|
|
130
|
-
<td className="k-table-td"
|
|
149
|
+
<td className="k-table-td">
|
|
150
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
151
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
152
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
153
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
154
|
+
<Icon className="k-treelist-toggle" icon="none"></Icon>
|
|
155
|
+
Akeem
|
|
156
|
+
</td>
|
|
131
157
|
<td className="k-table-td">Carr</td>
|
|
132
158
|
<td className="k-table-td">Junior Software Developer</td>
|
|
133
159
|
</tr>
|