@progress/kendo-themes-html 6.4.1-dev.0 → 6.5.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) 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/grid/tests/grid-column-menu-tabbed.js +4 -4
  13. package/dist/cjs/treelist/tests/treelist-aggregate-react.js +20 -20
  14. package/dist/cjs/treelist/tests/treelist-aggregates.js +34 -34
  15. package/dist/cjs/treelist/tests/treelist-react.js +15 -15
  16. package/dist/cjs/treelist/tests/treelist-row-reordering.js +15 -15
  17. package/dist/cjs/treelist/tests/treelist.js +16 -16
  18. package/dist/esm/button/tests/button-clear.js +5 -77
  19. package/dist/esm/button/tests/button-flat.js +5 -77
  20. package/dist/esm/button/tests/button-link.js +5 -77
  21. package/dist/esm/button/tests/button-outline.js +5 -77
  22. package/dist/esm/button/tests/button-rtl.js +39 -36
  23. package/dist/esm/button/tests/button-size.js +8 -80
  24. package/dist/esm/button/tests/button-solid.js +5 -77
  25. package/dist/esm/button/tests/button.js +39 -36
  26. package/dist/esm/gantt/tests/gantt-react.js +47 -47
  27. package/dist/esm/gantt/tests/gantt-row-reordering.js +58 -58
  28. package/dist/esm/gantt/tests/gantt.js +59 -59
  29. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +4 -4
  30. package/dist/esm/treelist/tests/treelist-aggregate-react.js +20 -20
  31. package/dist/esm/treelist/tests/treelist-aggregates.js +34 -34
  32. package/dist/esm/treelist/tests/treelist-react.js +15 -15
  33. package/dist/esm/treelist/tests/treelist-row-reordering.js +15 -15
  34. package/dist/esm/treelist/tests/treelist.js +16 -16
  35. package/dist/types/button/templates/icon-button.d.ts +1 -2
  36. package/dist/types/button/templates/icon-text-button.d.ts +1 -2
  37. package/dist/types/button/templates/text-button.d.ts +1 -2
  38. package/package.json +2 -2
  39. package/src/button/templates/icon-button.tsx +2 -2
  40. package/src/button/templates/icon-text-button.tsx +2 -2
  41. package/src/button/templates/text-button.tsx +2 -2
  42. package/src/button/tests/button-clear.tsx +13 -92
  43. package/src/button/tests/button-flat.tsx +13 -92
  44. package/src/button/tests/button-link.tsx +13 -92
  45. package/src/button/tests/button-outline.tsx +13 -92
  46. package/src/button/tests/button-rtl.tsx +37 -38
  47. package/src/button/tests/button-size.tsx +13 -86
  48. package/src/button/tests/button-solid.tsx +13 -91
  49. package/src/button/tests/button.tsx +37 -40
  50. package/src/gantt/tests/gantt-react.tsx +54 -46
  51. package/src/gantt/tests/gantt-row-reordering.tsx +23 -23
  52. package/src/gantt/tests/gantt.tsx +45 -23
  53. package/src/grid/tests/grid-column-menu-tabbed.tsx +4 -4
  54. package/src/treelist/tests/treelist-aggregate-react.tsx +31 -10
  55. package/src/treelist/tests/treelist-aggregates.tsx +41 -20
  56. package/src/treelist/tests/treelist-react.tsx +15 -15
  57. package/src/treelist/tests/treelist-row-reordering.tsx +5 -5
  58. package/src/treelist/tests/treelist.tsx +32 -6
@@ -6277,7 +6277,7 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6277
6277
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tbody", { className: "k-table-tbody", children: [
6278
6278
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6279
6279
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6280
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6280
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6281
6281
  "7"
6282
6282
  ] }),
6283
6283
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Software validation, research and implementation" }),
@@ -6289,8 +6289,8 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6289
6289
  ] }),
6290
6290
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6291
6291
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6292
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6293
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6292
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6293
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6294
6294
  "18"
6295
6295
  ] }),
6296
6296
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Project Kickoff" }),
@@ -6302,8 +6302,8 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6302
6302
  ] }),
6303
6303
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6304
6304
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6305
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6306
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
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: "caret-alt-down" }),
6307
6307
  "11"
6308
6308
  ] }),
6309
6309
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Research" }),
@@ -6315,9 +6315,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6315
6315
  ] }),
6316
6316
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6317
6317
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6318
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6319
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6320
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6318
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6319
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6320
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6321
6321
  "19"
6322
6322
  ] }),
6323
6323
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Validation with Customers" }),
@@ -6334,9 +6334,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6334
6334
  ] }),
6335
6335
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6336
6336
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6337
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6338
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6339
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6337
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6338
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6339
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6340
6340
  "20"
6341
6341
  ] }),
6342
6342
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Market Research" }),
@@ -6353,9 +6353,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6353
6353
  ] }),
6354
6354
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6355
6355
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6356
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6357
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6358
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6356
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", 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
6359
  "39"
6360
6360
  ] }),
6361
6361
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Functional and Technical Specification" }),
@@ -6372,8 +6372,8 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6372
6372
  ] }),
6373
6373
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6374
6374
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6375
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6376
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
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: "caret-alt-down" }),
6377
6377
  "12"
6378
6378
  ] }),
6379
6379
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Design" }),
@@ -6385,9 +6385,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6385
6385
  ] }),
6386
6386
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6387
6387
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6388
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6389
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6390
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6388
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6389
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6390
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6391
6391
  "22"
6392
6392
  ] }),
6393
6393
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "UI Design" }),
@@ -6404,9 +6404,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6404
6404
  ] }),
6405
6405
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row k-selected", style: { height: "40px" }, children: [
6406
6406
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6407
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6408
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6409
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6407
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6408
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6409
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6410
6410
  "23"
6411
6411
  ] }),
6412
6412
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "HTML Prototype" }),
@@ -6423,8 +6423,8 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6423
6423
  ] }),
6424
6424
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6425
6425
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6426
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6427
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
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: "caret-alt-down" }),
6428
6428
  "13"
6429
6429
  ] }),
6430
6430
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Implementation" }),
@@ -6436,9 +6436,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6436
6436
  ] }),
6437
6437
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6438
6438
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6439
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6440
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6441
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6439
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6440
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6441
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6442
6442
  "24"
6443
6443
  ] }),
6444
6444
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Prototype" }),
@@ -6455,9 +6455,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6455
6455
  ] }),
6456
6456
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6457
6457
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6458
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6459
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6460
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6458
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6459
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6460
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6461
6461
  "26"
6462
6462
  ] }),
6463
6463
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Architecture" }),
@@ -6474,9 +6474,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6474
6474
  ] }),
6475
6475
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6476
6476
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6477
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6478
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6479
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6477
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6478
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6479
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6480
6480
  "27"
6481
6481
  ] }),
6482
6482
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Data Layer" }),
@@ -6493,9 +6493,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6493
6493
  ] }),
6494
6494
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6495
6495
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6496
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6497
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6498
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6496
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6497
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6498
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6499
6499
  "29"
6500
6500
  ] }),
6501
6501
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "UI and Interaction" }),
@@ -6512,9 +6512,9 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6512
6512
  ] }),
6513
6513
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6514
6514
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6515
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6516
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6517
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6515
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6516
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6517
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6518
6518
  "28"
6519
6519
  ] }),
6520
6520
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Unit Tests" }),
@@ -6531,8 +6531,8 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6531
6531
  ] }),
6532
6532
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6533
6533
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6534
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6535
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-right" }),
6534
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6535
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
6536
6536
  "14"
6537
6537
  ] }),
6538
6538
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Testing" }),
@@ -6544,8 +6544,8 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6544
6544
  ] }),
6545
6545
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6546
6546
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6547
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6548
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-right" }),
6547
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6548
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
6549
6549
  "30"
6550
6550
  ] }),
6551
6551
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Documentation" }),
@@ -6557,8 +6557,8 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6557
6557
  ] }),
6558
6558
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-master-row k-alt", style: { height: "40px" }, children: [
6559
6559
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6560
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6561
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-right" }),
6560
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6561
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
6562
6562
  "31"
6563
6563
  ] }),
6564
6564
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Demos" }),
@@ -6570,8 +6570,8 @@ var gantt_react_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(i
6570
6570
  ] }),
6571
6571
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-master-row", style: { height: "40px" }, children: [
6572
6572
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { className: "k-table-td k-grid-content-sticky k-text-nowrap", colSpan: 1, style: { left: "0px", right: "200px" }, children: [
6573
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6574
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6573
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6574
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6575
6575
  "17"
6576
6576
  ] }),
6577
6577
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-grid-content-sticky", colSpan: 1, style: { left: "100px", right: "0px", borderRightWidth: "1px" }, children: "Release" }),
@@ -6238,7 +6238,7 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6238
6238
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6239
6239
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "7" }),
6240
6240
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6241
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6241
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6242
6242
  "Software validation, research and implementation"
6243
6243
  ] })
6244
6244
  ] }),
@@ -6246,8 +6246,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6246
6246
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6247
6247
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "18" }),
6248
6248
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6249
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6250
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6249
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6250
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6251
6251
  "Project Kickoff"
6252
6252
  ] })
6253
6253
  ] }),
@@ -6255,8 +6255,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6255
6255
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6256
6256
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "11" }),
6257
6257
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6258
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6259
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6258
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6259
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6260
6260
  "Research"
6261
6261
  ] })
6262
6262
  ] }),
@@ -6264,9 +6264,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6264
6264
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6265
6265
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "19" }),
6266
6266
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6267
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6268
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6269
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6267
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6268
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6269
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6270
6270
  "Validation with Customers"
6271
6271
  ] })
6272
6272
  ] }),
@@ -6274,9 +6274,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6274
6274
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6275
6275
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "20" }),
6276
6276
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6277
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6278
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6279
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6277
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", 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
6280
  "Market Research"
6281
6281
  ] })
6282
6282
  ] }),
@@ -6284,9 +6284,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6284
6284
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6285
6285
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "39" }),
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: "none" }),
6289
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
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: "none" }),
6289
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6290
6290
  "Functional and Technical Specification"
6291
6291
  ] })
6292
6292
  ] }),
@@ -6294,8 +6294,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6294
6294
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6295
6295
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "12" }),
6296
6296
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6297
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6298
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6297
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6298
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6299
6299
  "Design"
6300
6300
  ] })
6301
6301
  ] }),
@@ -6303,9 +6303,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6303
6303
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6304
6304
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "22" }),
6305
6305
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6306
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6307
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6308
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6306
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6307
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6308
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6309
6309
  "UI Design"
6310
6310
  ] })
6311
6311
  ] }),
@@ -6313,9 +6313,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6313
6313
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6314
6314
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "23" }),
6315
6315
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6316
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6317
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6318
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6316
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6317
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6318
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6319
6319
  "HTML Prototype"
6320
6320
  ] })
6321
6321
  ] }),
@@ -6323,8 +6323,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6323
6323
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6324
6324
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "13" }),
6325
6325
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6326
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6327
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6326
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6327
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6328
6328
  "Implementation"
6329
6329
  ] })
6330
6330
  ] }),
@@ -6332,9 +6332,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6332
6332
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6333
6333
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "24" }),
6334
6334
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6335
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6336
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6337
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6335
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6336
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6337
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6338
6338
  "Prototype"
6339
6339
  ] })
6340
6340
  ] }),
@@ -6342,9 +6342,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6342
6342
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6343
6343
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "26" }),
6344
6344
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6345
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6346
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6347
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6345
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6346
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6347
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6348
6348
  "Architecture"
6349
6349
  ] })
6350
6350
  ] }),
@@ -6352,9 +6352,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6352
6352
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6353
6353
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "27" }),
6354
6354
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6355
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6356
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6357
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6355
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6356
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6357
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6358
6358
  "Data Layer"
6359
6359
  ] })
6360
6360
  ] }),
@@ -6362,9 +6362,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6362
6362
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6363
6363
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "29" }),
6364
6364
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6365
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6366
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6367
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6365
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
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: "none" }),
6368
6368
  "UI and Interaction"
6369
6369
  ] })
6370
6370
  ] }),
@@ -6372,9 +6372,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6372
6372
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6373
6373
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "28" }),
6374
6374
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6375
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6376
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6377
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { 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
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6378
6378
  "Unit Tests"
6379
6379
  ] })
6380
6380
  ] }),
@@ -6382,8 +6382,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6382
6382
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6383
6383
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "14" }),
6384
6384
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6385
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6386
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6385
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6386
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6387
6387
  "Testing"
6388
6388
  ] })
6389
6389
  ] }),
@@ -6391,9 +6391,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6391
6391
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6392
6392
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "32" }),
6393
6393
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6394
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6395
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6396
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6394
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6395
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6396
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6397
6397
  "Integration Testing"
6398
6398
  ] })
6399
6399
  ] }),
@@ -6401,9 +6401,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6401
6401
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6402
6402
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "33" }),
6403
6403
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6404
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6405
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6406
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6404
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6405
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6406
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6407
6407
  "Load Testing"
6408
6408
  ] })
6409
6409
  ] }),
@@ -6411,8 +6411,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6411
6411
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6412
6412
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "30" }),
6413
6413
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6414
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6415
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
6414
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6415
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
6416
6416
  "Documentation"
6417
6417
  ] })
6418
6418
  ] }),
@@ -6420,9 +6420,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6420
6420
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6421
6421
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "34" }),
6422
6422
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6423
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6424
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6425
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6423
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6424
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6425
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6426
6426
  "Structure"
6427
6427
  ] })
6428
6428
  ] }),
@@ -6430,9 +6430,9 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6430
6430
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6431
6431
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "35" }),
6432
6432
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6433
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6434
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6435
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6433
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6434
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6435
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6436
6436
  "Articles"
6437
6437
  ] })
6438
6438
  ] }),
@@ -6440,7 +6440,7 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6440
6440
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6441
6441
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "31" }),
6442
6442
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6443
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6443
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6444
6444
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-right" }),
6445
6445
  "Demos"
6446
6446
  ] })
@@ -6449,8 +6449,8 @@ var gantt_row_reordering_default = () => /* @__PURE__ */ (0, import_jsx_runtime5
6449
6449
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "reorder" }) }),
6450
6450
  /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "17" }),
6451
6451
  /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
6452
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6453
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
6452
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6453
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
6454
6454
  "Release"
6455
6455
  ] })
6456
6456
  ] })