@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
@@ -6258,7 +6258,7 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6258
6258
  /* @__PURE__ */ jsxs23("tbody", { className: "k-table-tbody", children: [
6259
6259
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6260
6260
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6261
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6261
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6262
6262
  "7"
6263
6263
  ] }),
6264
6264
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Software validation, research and implementation" }),
@@ -6270,8 +6270,8 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6270
6270
  ] }),
6271
6271
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6272
6272
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6273
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6274
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6273
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6274
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6275
6275
  "18"
6276
6276
  ] }),
6277
6277
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Project Kickoff" }),
@@ -6283,8 +6283,8 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6283
6283
  ] }),
6284
6284
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6285
6285
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6286
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6287
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6286
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6287
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6288
6288
  "11"
6289
6289
  ] }),
6290
6290
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Research" }),
@@ -6296,9 +6296,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6296
6296
  ] }),
6297
6297
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6298
6298
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6299
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6300
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6301
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6299
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6300
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6301
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6302
6302
  "19"
6303
6303
  ] }),
6304
6304
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Validation with Customers" }),
@@ -6315,9 +6315,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6315
6315
  ] }),
6316
6316
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6317
6317
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6318
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6319
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6320
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6318
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6319
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6320
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6321
6321
  "20"
6322
6322
  ] }),
6323
6323
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Market Research" }),
@@ -6334,9 +6334,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6334
6334
  ] }),
6335
6335
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6336
6336
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6337
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6338
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6339
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6337
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6338
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6339
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6340
6340
  "39"
6341
6341
  ] }),
6342
6342
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Functional and Technical Specification" }),
@@ -6353,8 +6353,8 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6353
6353
  ] }),
6354
6354
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6355
6355
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6356
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6357
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6356
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6357
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6358
6358
  "12"
6359
6359
  ] }),
6360
6360
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Design" }),
@@ -6366,9 +6366,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6366
6366
  ] }),
6367
6367
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6368
6368
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6369
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6370
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6371
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6369
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6370
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6371
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6372
6372
  "22"
6373
6373
  ] }),
6374
6374
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "UI Design" }),
@@ -6385,9 +6385,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6385
6385
  ] }),
6386
6386
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row k-selected", style: { height: "40px" }, children: [
6387
6387
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6388
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6389
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6390
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6388
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6389
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6390
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6391
6391
  "23"
6392
6392
  ] }),
6393
6393
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "HTML Prototype" }),
@@ -6404,8 +6404,8 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6404
6404
  ] }),
6405
6405
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6406
6406
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6407
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6408
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6407
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6408
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6409
6409
  "13"
6410
6410
  ] }),
6411
6411
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Implementation" }),
@@ -6417,9 +6417,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6417
6417
  ] }),
6418
6418
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6419
6419
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6420
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6421
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6422
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6420
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6421
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6422
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6423
6423
  "24"
6424
6424
  ] }),
6425
6425
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Prototype" }),
@@ -6436,9 +6436,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6436
6436
  ] }),
6437
6437
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6438
6438
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6439
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6440
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6441
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6439
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6440
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6441
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6442
6442
  "26"
6443
6443
  ] }),
6444
6444
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Architecture" }),
@@ -6455,9 +6455,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6455
6455
  ] }),
6456
6456
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6457
6457
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6458
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6459
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6460
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6458
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6459
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6460
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6461
6461
  "27"
6462
6462
  ] }),
6463
6463
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Data Layer" }),
@@ -6474,9 +6474,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6474
6474
  ] }),
6475
6475
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6476
6476
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6477
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6478
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6479
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6477
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6478
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6479
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6480
6480
  "29"
6481
6481
  ] }),
6482
6482
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "UI and Interaction" }),
@@ -6493,9 +6493,9 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6493
6493
  ] }),
6494
6494
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6495
6495
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6496
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6497
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6498
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6496
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6497
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6498
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6499
6499
  "28"
6500
6500
  ] }),
6501
6501
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Unit Tests" }),
@@ -6512,8 +6512,8 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6512
6512
  ] }),
6513
6513
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6514
6514
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6515
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6516
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-right" }),
6515
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6516
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
6517
6517
  "14"
6518
6518
  ] }),
6519
6519
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Testing" }),
@@ -6525,8 +6525,8 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6525
6525
  ] }),
6526
6526
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6527
6527
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6528
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6529
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-right" }),
6528
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6529
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
6530
6530
  "30"
6531
6531
  ] }),
6532
6532
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Documentation" }),
@@ -6538,8 +6538,8 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6538
6538
  ] }),
6539
6539
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6540
6540
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6541
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6542
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-right" }),
6541
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6542
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
6543
6543
  "31"
6544
6544
  ] }),
6545
6545
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Demos" }),
@@ -6551,8 +6551,8 @@ var gantt_react_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
6551
6551
  ] }),
6552
6552
  /* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6553
6553
  /* @__PURE__ */ jsxs23("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6554
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6555
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6554
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6555
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6556
6556
  "17"
6557
6557
  ] }),
6558
6558
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Release" }),
@@ -6219,7 +6219,7 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6219
6219
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6220
6220
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "7" }),
6221
6221
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6222
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6222
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6223
6223
  "Software validation, research and implementation"
6224
6224
  ] })
6225
6225
  ] }),
@@ -6227,8 +6227,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6227
6227
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6228
6228
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "18" }),
6229
6229
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6230
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6231
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6230
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6231
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6232
6232
  "Project Kickoff"
6233
6233
  ] })
6234
6234
  ] }),
@@ -6236,8 +6236,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6236
6236
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6237
6237
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "11" }),
6238
6238
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6239
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6240
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6239
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6240
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6241
6241
  "Research"
6242
6242
  ] })
6243
6243
  ] }),
@@ -6245,9 +6245,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6245
6245
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6246
6246
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "19" }),
6247
6247
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6248
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6249
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6250
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6248
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6249
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6250
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6251
6251
  "Validation with Customers"
6252
6252
  ] })
6253
6253
  ] }),
@@ -6255,9 +6255,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6255
6255
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6256
6256
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "20" }),
6257
6257
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6258
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6259
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6260
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6258
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6259
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6260
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6261
6261
  "Market Research"
6262
6262
  ] })
6263
6263
  ] }),
@@ -6265,9 +6265,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6265
6265
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6266
6266
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "39" }),
6267
6267
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6268
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6269
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6270
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6268
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6269
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6270
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6271
6271
  "Functional and Technical Specification"
6272
6272
  ] })
6273
6273
  ] }),
@@ -6275,8 +6275,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6275
6275
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6276
6276
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "12" }),
6277
6277
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6278
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6279
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6278
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6279
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6280
6280
  "Design"
6281
6281
  ] })
6282
6282
  ] }),
@@ -6284,9 +6284,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6284
6284
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6285
6285
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "22" }),
6286
6286
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6287
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6288
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6289
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6287
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6288
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6289
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6290
6290
  "UI Design"
6291
6291
  ] })
6292
6292
  ] }),
@@ -6294,9 +6294,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6294
6294
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6295
6295
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "23" }),
6296
6296
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6297
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6298
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6299
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6297
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6298
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6299
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6300
6300
  "HTML Prototype"
6301
6301
  ] })
6302
6302
  ] }),
@@ -6304,8 +6304,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6304
6304
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6305
6305
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "13" }),
6306
6306
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6307
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6308
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6307
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6308
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6309
6309
  "Implementation"
6310
6310
  ] })
6311
6311
  ] }),
@@ -6313,9 +6313,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6313
6313
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6314
6314
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "24" }),
6315
6315
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6316
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6317
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6318
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6316
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6317
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6318
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6319
6319
  "Prototype"
6320
6320
  ] })
6321
6321
  ] }),
@@ -6323,9 +6323,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6323
6323
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6324
6324
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "26" }),
6325
6325
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6326
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6327
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6328
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6326
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6327
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6328
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6329
6329
  "Architecture"
6330
6330
  ] })
6331
6331
  ] }),
@@ -6333,9 +6333,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6333
6333
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6334
6334
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "27" }),
6335
6335
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6336
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6337
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6338
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6336
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6337
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6338
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6339
6339
  "Data Layer"
6340
6340
  ] })
6341
6341
  ] }),
@@ -6343,9 +6343,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6343
6343
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6344
6344
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "29" }),
6345
6345
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6346
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6347
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6348
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6346
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6347
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6348
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6349
6349
  "UI and Interaction"
6350
6350
  ] })
6351
6351
  ] }),
@@ -6353,9 +6353,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6353
6353
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6354
6354
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "28" }),
6355
6355
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6356
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6357
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6358
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6356
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6357
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6358
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6359
6359
  "Unit Tests"
6360
6360
  ] })
6361
6361
  ] }),
@@ -6363,8 +6363,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6363
6363
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6364
6364
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "14" }),
6365
6365
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6366
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6367
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6366
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6367
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6368
6368
  "Testing"
6369
6369
  ] })
6370
6370
  ] }),
@@ -6372,9 +6372,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6372
6372
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6373
6373
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "32" }),
6374
6374
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6375
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6376
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6377
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6375
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6376
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6377
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6378
6378
  "Integration Testing"
6379
6379
  ] })
6380
6380
  ] }),
@@ -6382,9 +6382,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6382
6382
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6383
6383
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "33" }),
6384
6384
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6385
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6386
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6387
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6385
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6386
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6387
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6388
6388
  "Load Testing"
6389
6389
  ] })
6390
6390
  ] }),
@@ -6392,8 +6392,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6392
6392
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6393
6393
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "30" }),
6394
6394
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6395
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6396
- /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
6395
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6396
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6397
6397
  "Documentation"
6398
6398
  ] })
6399
6399
  ] }),
@@ -6401,9 +6401,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6401
6401
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6402
6402
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "34" }),
6403
6403
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6404
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6405
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6406
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6404
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6405
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6406
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6407
6407
  "Structure"
6408
6408
  ] })
6409
6409
  ] }),
@@ -6411,9 +6411,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6411
6411
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6412
6412
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "35" }),
6413
6413
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6414
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6415
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6416
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6414
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6415
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6416
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6417
6417
  "Articles"
6418
6418
  ] })
6419
6419
  ] }),
@@ -6421,7 +6421,7 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6421
6421
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6422
6422
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "31" }),
6423
6423
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6424
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6424
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6425
6425
  /* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-right" }),
6426
6426
  "Demos"
6427
6427
  ] })
@@ -6430,8 +6430,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ jsxs23(Fragment16, { ch
6430
6430
  /* @__PURE__ */ jsx53("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx53(Icon, { icon: "reorder" }) }),
6431
6431
  /* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "17" }),
6432
6432
  /* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6433
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6434
- /* @__PURE__ */ jsx53(Icon, { icon: "none" }),
6433
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6434
+ /* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
6435
6435
  "Release"
6436
6436
  ] })
6437
6437
  ] })