@progress/kendo-themes-html 6.4.1-dev.0 → 6.5.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/button/tests/button-clear.js +5 -77
- package/dist/cjs/button/tests/button-flat.js +5 -77
- package/dist/cjs/button/tests/button-link.js +5 -77
- package/dist/cjs/button/tests/button-outline.js +5 -77
- package/dist/cjs/button/tests/button-rtl.js +39 -36
- package/dist/cjs/button/tests/button-size.js +8 -80
- package/dist/cjs/button/tests/button-solid.js +5 -77
- package/dist/cjs/button/tests/button.js +39 -36
- package/dist/cjs/gantt/tests/gantt-react.js +47 -47
- package/dist/cjs/gantt/tests/gantt-row-reordering.js +58 -58
- package/dist/cjs/gantt/tests/gantt.js +59 -59
- package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +4 -4
- package/dist/cjs/treelist/tests/treelist-aggregate-react.js +20 -20
- package/dist/cjs/treelist/tests/treelist-aggregates.js +34 -34
- package/dist/cjs/treelist/tests/treelist-react.js +15 -15
- package/dist/cjs/treelist/tests/treelist-row-reordering.js +15 -15
- package/dist/cjs/treelist/tests/treelist.js +16 -16
- package/dist/esm/button/tests/button-clear.js +5 -77
- package/dist/esm/button/tests/button-flat.js +5 -77
- package/dist/esm/button/tests/button-link.js +5 -77
- package/dist/esm/button/tests/button-outline.js +5 -77
- package/dist/esm/button/tests/button-rtl.js +39 -36
- package/dist/esm/button/tests/button-size.js +8 -80
- package/dist/esm/button/tests/button-solid.js +5 -77
- package/dist/esm/button/tests/button.js +39 -36
- package/dist/esm/gantt/tests/gantt-react.js +47 -47
- package/dist/esm/gantt/tests/gantt-row-reordering.js +58 -58
- package/dist/esm/gantt/tests/gantt.js +59 -59
- package/dist/esm/grid/tests/grid-column-menu-tabbed.js +4 -4
- package/dist/esm/treelist/tests/treelist-aggregate-react.js +20 -20
- package/dist/esm/treelist/tests/treelist-aggregates.js +34 -34
- package/dist/esm/treelist/tests/treelist-react.js +15 -15
- package/dist/esm/treelist/tests/treelist-row-reordering.js +15 -15
- package/dist/esm/treelist/tests/treelist.js +16 -16
- package/dist/types/button/templates/icon-button.d.ts +1 -2
- package/dist/types/button/templates/icon-text-button.d.ts +1 -2
- package/dist/types/button/templates/text-button.d.ts +1 -2
- package/package.json +2 -2
- package/src/button/templates/icon-button.tsx +2 -2
- package/src/button/templates/icon-text-button.tsx +2 -2
- package/src/button/templates/text-button.tsx +2 -2
- package/src/button/tests/button-clear.tsx +13 -92
- package/src/button/tests/button-flat.tsx +13 -92
- package/src/button/tests/button-link.tsx +13 -92
- package/src/button/tests/button-outline.tsx +13 -92
- package/src/button/tests/button-rtl.tsx +37 -38
- package/src/button/tests/button-size.tsx +13 -86
- package/src/button/tests/button-solid.tsx +13 -91
- package/src/button/tests/button.tsx +37 -40
- package/src/gantt/tests/gantt-react.tsx +54 -46
- package/src/gantt/tests/gantt-row-reordering.tsx +23 -23
- package/src/gantt/tests/gantt.tsx +45 -23
- package/src/grid/tests/grid-column-menu-tabbed.tsx +4 -4
- package/src/treelist/tests/treelist-aggregate-react.tsx +31 -10
- package/src/treelist/tests/treelist-aggregates.tsx +41 -20
- package/src/treelist/tests/treelist-react.tsx +15 -15
- package/src/treelist/tests/treelist-row-reordering.tsx +5 -5
- package/src/treelist/tests/treelist.tsx +32 -6
|
@@ -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
|
] })
|
|
@@ -6215,197 +6215,197 @@ var gantt_default = () => /* @__PURE__ */ jsxs23(Fragment16, { children: [
|
|
|
6215
6215
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6216
6216
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "7" }),
|
|
6217
6217
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6218
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
|
|
6218
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6219
6219
|
"Software validation, research and implementation"
|
|
6220
6220
|
] })
|
|
6221
6221
|
] }),
|
|
6222
6222
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6223
6223
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "18" }),
|
|
6224
6224
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6225
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6226
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6225
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6226
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6227
6227
|
"Project Kickoff"
|
|
6228
6228
|
] })
|
|
6229
6229
|
] }),
|
|
6230
6230
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6231
6231
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "11" }),
|
|
6232
6232
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6233
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6234
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
|
|
6233
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6234
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6235
6235
|
"Research"
|
|
6236
6236
|
] })
|
|
6237
6237
|
] }),
|
|
6238
6238
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6239
6239
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "19" }),
|
|
6240
6240
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6241
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6242
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6243
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6241
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6242
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6243
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6244
6244
|
"Validation with Customers"
|
|
6245
6245
|
] })
|
|
6246
6246
|
] }),
|
|
6247
6247
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row", children: [
|
|
6248
6248
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "20" }),
|
|
6249
6249
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6250
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6251
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6252
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6250
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6251
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6252
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6253
6253
|
"Market Research"
|
|
6254
6254
|
] })
|
|
6255
6255
|
] }),
|
|
6256
6256
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6257
6257
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "39" }),
|
|
6258
6258
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6259
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6260
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6261
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6259
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6260
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6261
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6262
6262
|
"Functional and Technical Specification"
|
|
6263
6263
|
] })
|
|
6264
6264
|
] }),
|
|
6265
6265
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6266
6266
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "12" }),
|
|
6267
6267
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6268
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6269
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
|
|
6268
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6269
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6270
6270
|
"Design"
|
|
6271
6271
|
] })
|
|
6272
6272
|
] }),
|
|
6273
6273
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6274
6274
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "22" }),
|
|
6275
6275
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6276
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6277
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6278
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6276
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6277
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6278
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6279
6279
|
"UI Design"
|
|
6280
6280
|
] })
|
|
6281
6281
|
] }),
|
|
6282
6282
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row", children: [
|
|
6283
6283
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "23" }),
|
|
6284
6284
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6285
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6286
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6287
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6285
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6286
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6287
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6288
6288
|
"HTML Prototype"
|
|
6289
6289
|
] })
|
|
6290
6290
|
] }),
|
|
6291
6291
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6292
6292
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "13" }),
|
|
6293
6293
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6294
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6295
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
|
|
6294
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6295
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6296
6296
|
"Implementation"
|
|
6297
6297
|
] })
|
|
6298
6298
|
] }),
|
|
6299
6299
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row", children: [
|
|
6300
6300
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "24" }),
|
|
6301
6301
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6302
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6303
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6304
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6302
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6303
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6304
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6305
6305
|
"Prototype"
|
|
6306
6306
|
] })
|
|
6307
6307
|
] }),
|
|
6308
6308
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6309
6309
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "26" }),
|
|
6310
6310
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6311
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6312
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6313
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6311
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6312
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6313
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6314
6314
|
"Architecture"
|
|
6315
6315
|
] })
|
|
6316
6316
|
] }),
|
|
6317
6317
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row", children: [
|
|
6318
6318
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "27" }),
|
|
6319
6319
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6320
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6321
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6322
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6320
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6321
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6322
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6323
6323
|
"Data Layer"
|
|
6324
6324
|
] })
|
|
6325
6325
|
] }),
|
|
6326
6326
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6327
6327
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "29" }),
|
|
6328
6328
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6329
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6330
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6331
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6329
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6330
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6331
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6332
6332
|
"UI and Interaction"
|
|
6333
6333
|
] })
|
|
6334
6334
|
] }),
|
|
6335
6335
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row", children: [
|
|
6336
6336
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "28" }),
|
|
6337
6337
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6338
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6339
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6340
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6338
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6339
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6340
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6341
6341
|
"Unit Tests"
|
|
6342
6342
|
] })
|
|
6343
6343
|
] }),
|
|
6344
6344
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6345
6345
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "14" }),
|
|
6346
6346
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6347
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6348
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
|
|
6347
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6348
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6349
6349
|
"Testing"
|
|
6350
6350
|
] })
|
|
6351
6351
|
] }),
|
|
6352
6352
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row", children: [
|
|
6353
6353
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "32" }),
|
|
6354
6354
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6355
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6356
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6357
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6355
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6356
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6357
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6358
6358
|
"Integration Testing"
|
|
6359
6359
|
] })
|
|
6360
6360
|
] }),
|
|
6361
6361
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6362
6362
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "33" }),
|
|
6363
6363
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6364
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6365
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6366
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6364
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6365
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6366
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6367
6367
|
"Load Testing"
|
|
6368
6368
|
] })
|
|
6369
6369
|
] }),
|
|
6370
6370
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6371
6371
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "30" }),
|
|
6372
6372
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6373
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6374
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-down" }),
|
|
6373
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6374
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6375
6375
|
"Documentation"
|
|
6376
6376
|
] })
|
|
6377
6377
|
] }),
|
|
6378
6378
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6379
6379
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "34" }),
|
|
6380
6380
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6381
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6382
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6383
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6381
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6382
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6383
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6384
6384
|
"Structure"
|
|
6385
6385
|
] })
|
|
6386
6386
|
] }),
|
|
6387
6387
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row", children: [
|
|
6388
6388
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "35" }),
|
|
6389
6389
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6390
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6391
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6392
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6390
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6391
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6392
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6393
6393
|
"Articles"
|
|
6394
6394
|
] })
|
|
6395
6395
|
] }),
|
|
6396
6396
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6397
6397
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "31" }),
|
|
6398
6398
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6399
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6400
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "caret-alt-right" }),
|
|
6399
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6400
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
6401
6401
|
"Demos"
|
|
6402
6402
|
] })
|
|
6403
6403
|
] }),
|
|
6404
6404
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row", children: [
|
|
6405
6405
|
/* @__PURE__ */ jsx53("td", { className: "k-table-td", children: "17" }),
|
|
6406
6406
|
/* @__PURE__ */ jsxs23("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6407
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6408
|
-
/* @__PURE__ */ jsx53(Icon, { icon: "none" }),
|
|
6407
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6408
|
+
/* @__PURE__ */ jsx53(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6409
6409
|
"Release"
|
|
6410
6410
|
] })
|
|
6411
6411
|
] })
|
|
@@ -5440,7 +5440,7 @@ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ jsxs16(Fragment15, {
|
|
|
5440
5440
|
/* @__PURE__ */ jsx41("section", { children: /* @__PURE__ */ jsx41(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ jsxs16("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
|
|
5441
5441
|
/* @__PURE__ */ jsx41("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs16("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5442
5442
|
/* @__PURE__ */ jsx41("li", { className: "k-item k-active", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "filter" }) }) }),
|
|
5443
|
-
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "
|
|
5443
|
+
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "sliders" }) }) }),
|
|
5444
5444
|
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "columns" }) }) })
|
|
5445
5445
|
] }) }),
|
|
5446
5446
|
/* @__PURE__ */ jsx41("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsx41("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ jsxs16("div", { className: "k-filter-menu-container", children: [
|
|
@@ -5458,7 +5458,7 @@ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ jsxs16(Fragment15, {
|
|
|
5458
5458
|
/* @__PURE__ */ jsx41("section", { children: /* @__PURE__ */ jsx41(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ jsxs16("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
|
|
5459
5459
|
/* @__PURE__ */ jsx41("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs16("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5460
5460
|
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "filter" }) }) }),
|
|
5461
|
-
/* @__PURE__ */ jsx41("li", { className: "k-item k-active", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "
|
|
5461
|
+
/* @__PURE__ */ jsx41("li", { className: "k-item k-active", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "sliders" }) }) }),
|
|
5462
5462
|
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "columns" }) }) })
|
|
5463
5463
|
] }) }),
|
|
5464
5464
|
/* @__PURE__ */ jsxs16("div", { className: "k-tabstrip-content k-active", children: [
|
|
@@ -5497,7 +5497,7 @@ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ jsxs16(Fragment15, {
|
|
|
5497
5497
|
/* @__PURE__ */ jsx41("section", { children: /* @__PURE__ */ jsx41(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ jsxs16("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
|
|
5498
5498
|
/* @__PURE__ */ jsx41("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs16("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5499
5499
|
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "filter" }) }) }),
|
|
5500
|
-
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "
|
|
5500
|
+
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "sliders" }) }) }),
|
|
5501
5501
|
/* @__PURE__ */ jsx41("li", { className: "k-item k-active", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "columns" }) }) })
|
|
5502
5502
|
] }) }),
|
|
5503
5503
|
/* @__PURE__ */ jsx41("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsx41("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ jsxs16("div", { className: "k-filter-menu-container", children: [
|
|
@@ -5581,7 +5581,7 @@ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ jsxs16(Fragment15, {
|
|
|
5581
5581
|
/* @__PURE__ */ jsx41("section", { children: /* @__PURE__ */ jsx41(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ jsxs16("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
|
|
5582
5582
|
/* @__PURE__ */ jsx41("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ jsxs16("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5583
5583
|
/* @__PURE__ */ jsx41("li", { className: "k-item k-active", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "filter" }) }) }),
|
|
5584
|
-
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "
|
|
5584
|
+
/* @__PURE__ */ jsx41("li", { className: "k-item", children: /* @__PURE__ */ jsx41("span", { className: "k-link", children: /* @__PURE__ */ jsx41(Icon, { icon: "sliders" }) }) })
|
|
5585
5585
|
] }) }),
|
|
5586
5586
|
/* @__PURE__ */ jsx41("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ jsx41("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ jsxs16("div", { className: "k-filter-menu-container", children: [
|
|
5587
5587
|
/* @__PURE__ */ jsx41(DropdownList, { value: "Contains" }),
|