@progress/kendo-themes-html 6.4.1-dev.1 → 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.
Files changed (55) hide show
  1. package/dist/cjs/button/tests/button-clear.js +5 -77
  2. package/dist/cjs/button/tests/button-flat.js +5 -77
  3. package/dist/cjs/button/tests/button-link.js +5 -77
  4. package/dist/cjs/button/tests/button-outline.js +5 -77
  5. package/dist/cjs/button/tests/button-rtl.js +39 -36
  6. package/dist/cjs/button/tests/button-size.js +8 -80
  7. package/dist/cjs/button/tests/button-solid.js +5 -77
  8. package/dist/cjs/button/tests/button.js +39 -36
  9. package/dist/cjs/gantt/tests/gantt-react.js +47 -47
  10. package/dist/cjs/gantt/tests/gantt-row-reordering.js +58 -58
  11. package/dist/cjs/gantt/tests/gantt.js +59 -59
  12. package/dist/cjs/treelist/tests/treelist-aggregate-react.js +20 -20
  13. package/dist/cjs/treelist/tests/treelist-aggregates.js +34 -34
  14. package/dist/cjs/treelist/tests/treelist-react.js +15 -15
  15. package/dist/cjs/treelist/tests/treelist-row-reordering.js +15 -15
  16. package/dist/cjs/treelist/tests/treelist.js +16 -16
  17. package/dist/esm/button/tests/button-clear.js +5 -77
  18. package/dist/esm/button/tests/button-flat.js +5 -77
  19. package/dist/esm/button/tests/button-link.js +5 -77
  20. package/dist/esm/button/tests/button-outline.js +5 -77
  21. package/dist/esm/button/tests/button-rtl.js +39 -36
  22. package/dist/esm/button/tests/button-size.js +8 -80
  23. package/dist/esm/button/tests/button-solid.js +5 -77
  24. package/dist/esm/button/tests/button.js +39 -36
  25. package/dist/esm/gantt/tests/gantt-react.js +47 -47
  26. package/dist/esm/gantt/tests/gantt-row-reordering.js +58 -58
  27. package/dist/esm/gantt/tests/gantt.js +59 -59
  28. package/dist/esm/treelist/tests/treelist-aggregate-react.js +20 -20
  29. package/dist/esm/treelist/tests/treelist-aggregates.js +34 -34
  30. package/dist/esm/treelist/tests/treelist-react.js +15 -15
  31. package/dist/esm/treelist/tests/treelist-row-reordering.js +15 -15
  32. package/dist/esm/treelist/tests/treelist.js +16 -16
  33. package/dist/types/button/templates/icon-button.d.ts +1 -2
  34. package/dist/types/button/templates/icon-text-button.d.ts +1 -2
  35. package/dist/types/button/templates/text-button.d.ts +1 -2
  36. package/package.json +2 -2
  37. package/src/button/templates/icon-button.tsx +2 -2
  38. package/src/button/templates/icon-text-button.tsx +2 -2
  39. package/src/button/templates/text-button.tsx +2 -2
  40. package/src/button/tests/button-clear.tsx +13 -92
  41. package/src/button/tests/button-flat.tsx +13 -92
  42. package/src/button/tests/button-link.tsx +13 -92
  43. package/src/button/tests/button-outline.tsx +13 -92
  44. package/src/button/tests/button-rtl.tsx +37 -38
  45. package/src/button/tests/button-size.tsx +13 -86
  46. package/src/button/tests/button-solid.tsx +13 -91
  47. package/src/button/tests/button.tsx +37 -40
  48. package/src/gantt/tests/gantt-react.tsx +54 -46
  49. package/src/gantt/tests/gantt-row-reordering.tsx +23 -23
  50. package/src/gantt/tests/gantt.tsx +45 -23
  51. package/src/treelist/tests/treelist-aggregate-react.tsx +31 -10
  52. package/src/treelist/tests/treelist-aggregates.tsx +41 -20
  53. package/src/treelist/tests/treelist-react.tsx +15 -15
  54. package/src/treelist/tests/treelist-row-reordering.tsx +5 -5
  55. package/src/treelist/tests/treelist.tsx +32 -6
@@ -6234,197 +6234,197 @@ var gantt_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_
6234
6234
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
6235
6235
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "7" }),
6236
6236
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6237
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6237
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6238
6238
  "Software validation, research and implementation"
6239
6239
  ] })
6240
6240
  ] }),
6241
6241
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6242
6242
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "18" }),
6243
6243
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6244
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6245
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6244
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6245
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6246
6246
  "Project Kickoff"
6247
6247
  ] })
6248
6248
  ] }),
6249
6249
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
6250
6250
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "11" }),
6251
6251
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6252
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6253
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6252
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6253
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6254
6254
  "Research"
6255
6255
  ] })
6256
6256
  ] }),
6257
6257
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6258
6258
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "19" }),
6259
6259
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6260
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6261
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6262
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6260
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6261
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6262
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6263
6263
  "Validation with Customers"
6264
6264
  ] })
6265
6265
  ] }),
6266
6266
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
6267
6267
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "20" }),
6268
6268
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6269
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6270
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6271
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6269
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6270
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6271
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6272
6272
  "Market Research"
6273
6273
  ] })
6274
6274
  ] }),
6275
6275
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6276
6276
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "39" }),
6277
6277
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6278
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6279
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6280
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6278
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6279
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6280
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6281
6281
  "Functional and Technical Specification"
6282
6282
  ] })
6283
6283
  ] }),
6284
6284
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
6285
6285
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "12" }),
6286
6286
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6287
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6288
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6287
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6288
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6289
6289
  "Design"
6290
6290
  ] })
6291
6291
  ] }),
6292
6292
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6293
6293
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "22" }),
6294
6294
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6295
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6296
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6297
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6295
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6296
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6297
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6298
6298
  "UI Design"
6299
6299
  ] })
6300
6300
  ] }),
6301
6301
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
6302
6302
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "23" }),
6303
6303
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6304
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6305
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6306
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6304
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6305
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6306
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6307
6307
  "HTML Prototype"
6308
6308
  ] })
6309
6309
  ] }),
6310
6310
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
6311
6311
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "13" }),
6312
6312
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6313
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6314
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6313
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6314
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6315
6315
  "Implementation"
6316
6316
  ] })
6317
6317
  ] }),
6318
6318
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
6319
6319
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "24" }),
6320
6320
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6321
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6322
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6323
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6321
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6322
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6323
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6324
6324
  "Prototype"
6325
6325
  ] })
6326
6326
  ] }),
6327
6327
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6328
6328
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "26" }),
6329
6329
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6330
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6331
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6332
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6330
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6331
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6332
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6333
6333
  "Architecture"
6334
6334
  ] })
6335
6335
  ] }),
6336
6336
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
6337
6337
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "27" }),
6338
6338
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6339
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6340
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6341
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6339
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6340
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6341
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6342
6342
  "Data Layer"
6343
6343
  ] })
6344
6344
  ] }),
6345
6345
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6346
6346
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "29" }),
6347
6347
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6348
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6349
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6350
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6348
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6349
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6350
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6351
6351
  "UI and Interaction"
6352
6352
  ] })
6353
6353
  ] }),
6354
6354
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
6355
6355
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "28" }),
6356
6356
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6357
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6358
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6359
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6357
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6358
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6359
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6360
6360
  "Unit Tests"
6361
6361
  ] })
6362
6362
  ] }),
6363
6363
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
6364
6364
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "14" }),
6365
6365
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6366
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6367
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6366
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6367
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6368
6368
  "Testing"
6369
6369
  ] })
6370
6370
  ] }),
6371
6371
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
6372
6372
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "32" }),
6373
6373
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6374
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6375
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6376
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6374
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6375
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6376
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6377
6377
  "Integration Testing"
6378
6378
  ] })
6379
6379
  ] }),
6380
6380
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6381
6381
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "33" }),
6382
6382
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6383
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6384
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6385
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6383
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6384
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6385
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6386
6386
  "Load Testing"
6387
6387
  ] })
6388
6388
  ] }),
6389
6389
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
6390
6390
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "30" }),
6391
6391
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6392
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6393
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6392
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6393
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6394
6394
  "Documentation"
6395
6395
  ] })
6396
6396
  ] }),
6397
6397
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
6398
6398
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "34" }),
6399
6399
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6400
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6401
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6402
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6400
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6401
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6402
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6403
6403
  "Structure"
6404
6404
  ] })
6405
6405
  ] }),
6406
6406
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
6407
6407
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "35" }),
6408
6408
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6409
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6410
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6411
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6409
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6410
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6411
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6412
6412
  "Articles"
6413
6413
  ] })
6414
6414
  ] }),
6415
6415
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
6416
6416
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "31" }),
6417
6417
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6418
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6419
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-right" }),
6418
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6419
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
6420
6420
  "Demos"
6421
6421
  ] })
6422
6422
  ] }),
6423
6423
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
6424
6424
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "17" }),
6425
6425
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6426
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6427
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6426
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6427
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6428
6428
  "Release"
6429
6429
  ] })
6430
6430
  ] })
@@ -4204,7 +4204,7 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4204
4204
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tbody", { className: "k-table-tbody", children: [
4205
4205
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
4206
4206
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4207
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-down" }),
4207
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
4208
4208
  "Daryl Sweeney"
4209
4209
  ] }),
4210
4210
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "CEO" }),
@@ -4212,8 +4212,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4212
4212
  ] }),
4213
4213
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
4214
4214
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4215
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4216
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4215
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4216
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4217
4217
  "Guy Wooten"
4218
4218
  ] }),
4219
4219
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Technical Officer" }),
@@ -4221,8 +4221,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4221
4221
  ] }),
4222
4222
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
4223
4223
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4224
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4225
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4224
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4225
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4226
4226
  "Priscilla Frank"
4227
4227
  ] }),
4228
4228
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Product Officer" }),
@@ -4230,8 +4230,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4230
4230
  ] }),
4231
4231
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
4232
4232
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4233
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4234
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-down" }),
4233
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4234
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
4235
4235
  "Anika Vega"
4236
4236
  ] }),
4237
4237
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Process Officer" }),
@@ -4239,9 +4239,9 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4239
4239
  ] }),
4240
4240
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
4241
4241
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4242
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4243
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4244
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4242
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4243
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4244
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4245
4245
  "Vernon Ballard"
4246
4246
  ] }),
4247
4247
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Director Facilities" }),
@@ -4249,9 +4249,9 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4249
4249
  ] }),
4250
4250
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-group-footer", children: [
4251
4251
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4252
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4253
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4254
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4252
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4253
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4254
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4255
4255
  "7 employee(s)"
4256
4256
  ] }),
4257
4257
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td" }),
@@ -4259,8 +4259,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4259
4259
  ] }),
4260
4260
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
4261
4261
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4262
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4263
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4262
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4263
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4264
4264
  "Nevada Hart"
4265
4265
  ] }),
4266
4266
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Financial Officer" }),
@@ -4268,8 +4268,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4268
4268
  ] }),
4269
4269
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
4270
4270
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4271
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4272
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4271
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4272
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4273
4273
  "Hunter Fry"
4274
4274
  ] }),
4275
4275
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "General Counsel" }),
@@ -4277,8 +4277,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4277
4277
  ] }),
4278
4278
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-group-footer", children: [
4279
4279
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4280
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4281
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4280
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4281
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4282
4282
  "98 employee(s)"
4283
4283
  ] }),
4284
4284
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td" }),
@@ -4286,7 +4286,7 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
4286
4286
  ] }),
4287
4287
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-group-footer", children: [
4288
4288
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
4289
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4289
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4290
4290
  "99 employee(s)"
4291
4291
  ] }),
4292
4292
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td" }),
@@ -4222,7 +4222,7 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4222
4222
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tbody", { className: "k-table-tbody", children: [
4223
4223
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
4224
4224
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
4225
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-down" }),
4225
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
4226
4226
  "Daryl Sweeney"
4227
4227
  ] }),
4228
4228
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td", children: "CEO" }),
@@ -4230,8 +4230,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4230
4230
  ] }),
4231
4231
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
4232
4232
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
4233
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4234
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4233
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4234
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4235
4235
  "Guy Wooten"
4236
4236
  ] }),
4237
4237
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td", children: "Chief Technical Officer" }),
@@ -4239,8 +4239,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4239
4239
  ] }),
4240
4240
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
4241
4241
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
4242
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4243
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4242
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4243
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4244
4244
  "Priscilla Frank"
4245
4245
  ] }),
4246
4246
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td", children: "Chief Product Officer" }),
@@ -4248,8 +4248,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4248
4248
  ] }),
4249
4249
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
4250
4250
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
4251
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4252
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-down" }),
4251
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4252
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
4253
4253
  "Anika Vega"
4254
4254
  ] }),
4255
4255
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td", children: "Chief Process Officer" }),
@@ -4257,9 +4257,9 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4257
4257
  ] }),
4258
4258
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
4259
4259
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
4260
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4261
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4262
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4260
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4261
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4262
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4263
4263
  "Vernon Ballard"
4264
4264
  ] }),
4265
4265
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td", children: "Director Facilities" }),
@@ -4267,9 +4267,9 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4267
4267
  ] }),
4268
4268
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-footer-template", children: [
4269
4269
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-focus", children: [
4270
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4271
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4272
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4270
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4271
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4272
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4273
4273
  "7 employee(s)"
4274
4274
  ] }),
4275
4275
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td" }),
@@ -4277,8 +4277,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4277
4277
  ] }),
4278
4278
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
4279
4279
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
4280
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4281
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4280
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4281
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4282
4282
  "Nevada Hart"
4283
4283
  ] }),
4284
4284
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td", children: "Chief Financial Officer" }),
@@ -4286,8 +4286,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4286
4286
  ] }),
4287
4287
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
4288
4288
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
4289
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4290
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4289
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4290
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4291
4291
  "Hunter Fry"
4292
4292
  ] }),
4293
4293
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td", children: "General Counsel" }),
@@ -4295,8 +4295,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4295
4295
  ] }),
4296
4296
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-footer-template", children: [
4297
4297
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", children: [
4298
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4299
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4298
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4299
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4300
4300
  "98 employee(s)"
4301
4301
  ] }),
4302
4302
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td" }),
@@ -4304,7 +4304,7 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4304
4304
  ] }),
4305
4305
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-footer-template", children: [
4306
4306
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", children: [
4307
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4307
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4308
4308
  "99 employee(s)"
4309
4309
  ] }),
4310
4310
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td" }),
@@ -4339,7 +4339,7 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4339
4339
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tbody", { className: "k-table-tbody", children: [
4340
4340
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row", children: [
4341
4341
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { colSpan: 1, className: "k-table-td", children: [
4342
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-down" }),
4342
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
4343
4343
  "Daryl Sweeney"
4344
4344
  ] }),
4345
4345
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Executive Officer" }),
@@ -4347,8 +4347,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4347
4347
  ] }),
4348
4348
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
4349
4349
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { colSpan: 1, className: "k-table-td", children: [
4350
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4351
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-down" }),
4350
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4351
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
4352
4352
  "Guy Wooten"
4353
4353
  ] }),
4354
4354
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Technical Officer" }),
@@ -4356,9 +4356,9 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4356
4356
  ] }),
4357
4357
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row", children: [
4358
4358
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { colSpan: 1, className: "k-table-td", children: [
4359
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4360
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4361
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4359
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4360
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4361
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4362
4362
  "Buffy Weber"
4363
4363
  ] }),
4364
4364
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "VP, Engineering" }),
@@ -4366,9 +4366,9 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4366
4366
  ] }),
4367
4367
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-footer", children: [
4368
4368
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-focus", children: [
4369
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4370
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4371
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4369
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4370
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4371
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4372
4372
  "35 employee(s)"
4373
4373
  ] }),
4374
4374
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td" }),
@@ -4376,8 +4376,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4376
4376
  ] }),
4377
4377
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
4378
4378
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { colSpan: 1, className: "k-table-td", children: [
4379
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4380
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
4379
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4380
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
4381
4381
  "Priscilla Frank"
4382
4382
  ] }),
4383
4383
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Product Officer" }),
@@ -4385,8 +4385,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4385
4385
  ] }),
4386
4386
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-footer", children: [
4387
4387
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", children: [
4388
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4389
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4388
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4389
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4390
4390
  "42 employee(s)"
4391
4391
  ] }),
4392
4392
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td" }),
@@ -4394,7 +4394,7 @@ var treelist_aggregates_default = () => /* @__PURE__ */ (0, import_jsx_runtime4.
4394
4394
  ] }),
4395
4395
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-footer", children: [
4396
4396
  /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td", children: [
4397
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
4397
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
4398
4398
  "43 employee(s)"
4399
4399
  ] }),
4400
4400
  /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { className: "k-table-td" }),