@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
|
@@ -6234,197 +6234,197 @@ var gantt_default = () => /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_
|
|
|
6234
6234
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6235
6235
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "7" }),
|
|
6236
6236
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6237
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
6237
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6238
6238
|
"Software validation, research and implementation"
|
|
6239
6239
|
] })
|
|
6240
6240
|
] }),
|
|
6241
6241
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6242
6242
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "18" }),
|
|
6243
6243
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6244
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6245
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6244
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6245
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6246
6246
|
"Project Kickoff"
|
|
6247
6247
|
] })
|
|
6248
6248
|
] }),
|
|
6249
6249
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6250
6250
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "11" }),
|
|
6251
6251
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6252
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6253
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
6252
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6253
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6254
6254
|
"Research"
|
|
6255
6255
|
] })
|
|
6256
6256
|
] }),
|
|
6257
6257
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6258
6258
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "19" }),
|
|
6259
6259
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6260
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6261
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6262
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6260
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6261
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6262
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6263
6263
|
"Validation with Customers"
|
|
6264
6264
|
] })
|
|
6265
6265
|
] }),
|
|
6266
6266
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
|
|
6267
6267
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "20" }),
|
|
6268
6268
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6269
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6270
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6271
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6269
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6270
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6271
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6272
6272
|
"Market Research"
|
|
6273
6273
|
] })
|
|
6274
6274
|
] }),
|
|
6275
6275
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6276
6276
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "39" }),
|
|
6277
6277
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6278
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6279
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6280
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6278
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6279
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6280
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6281
6281
|
"Functional and Technical Specification"
|
|
6282
6282
|
] })
|
|
6283
6283
|
] }),
|
|
6284
6284
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6285
6285
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "12" }),
|
|
6286
6286
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6287
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6288
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
6287
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6288
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6289
6289
|
"Design"
|
|
6290
6290
|
] })
|
|
6291
6291
|
] }),
|
|
6292
6292
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6293
6293
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "22" }),
|
|
6294
6294
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6295
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6296
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6297
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6295
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6296
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6297
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6298
6298
|
"UI Design"
|
|
6299
6299
|
] })
|
|
6300
6300
|
] }),
|
|
6301
6301
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
|
|
6302
6302
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "23" }),
|
|
6303
6303
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6304
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6305
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6306
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6304
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6305
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6306
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6307
6307
|
"HTML Prototype"
|
|
6308
6308
|
] })
|
|
6309
6309
|
] }),
|
|
6310
6310
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6311
6311
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "13" }),
|
|
6312
6312
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6313
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6314
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
6313
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6314
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6315
6315
|
"Implementation"
|
|
6316
6316
|
] })
|
|
6317
6317
|
] }),
|
|
6318
6318
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
|
|
6319
6319
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "24" }),
|
|
6320
6320
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6321
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6322
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6323
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6321
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6322
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6323
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6324
6324
|
"Prototype"
|
|
6325
6325
|
] })
|
|
6326
6326
|
] }),
|
|
6327
6327
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6328
6328
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "26" }),
|
|
6329
6329
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6330
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6331
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6332
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6330
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6331
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6332
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6333
6333
|
"Architecture"
|
|
6334
6334
|
] })
|
|
6335
6335
|
] }),
|
|
6336
6336
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
|
|
6337
6337
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "27" }),
|
|
6338
6338
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6339
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6340
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6341
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6339
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6340
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6341
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6342
6342
|
"Data Layer"
|
|
6343
6343
|
] })
|
|
6344
6344
|
] }),
|
|
6345
6345
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6346
6346
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "29" }),
|
|
6347
6347
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6348
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6349
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6350
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6348
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6349
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6350
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6351
6351
|
"UI and Interaction"
|
|
6352
6352
|
] })
|
|
6353
6353
|
] }),
|
|
6354
6354
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
|
|
6355
6355
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "28" }),
|
|
6356
6356
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6357
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6358
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6359
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6357
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6358
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6359
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6360
6360
|
"Unit Tests"
|
|
6361
6361
|
] })
|
|
6362
6362
|
] }),
|
|
6363
6363
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6364
6364
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "14" }),
|
|
6365
6365
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6366
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6367
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
6366
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6367
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6368
6368
|
"Testing"
|
|
6369
6369
|
] })
|
|
6370
6370
|
] }),
|
|
6371
6371
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
|
|
6372
6372
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "32" }),
|
|
6373
6373
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6374
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6375
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6376
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6374
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6375
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6376
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6377
6377
|
"Integration Testing"
|
|
6378
6378
|
] })
|
|
6379
6379
|
] }),
|
|
6380
6380
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6381
6381
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "33" }),
|
|
6382
6382
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6383
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6384
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6385
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6383
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6384
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6385
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6386
6386
|
"Load Testing"
|
|
6387
6387
|
] })
|
|
6388
6388
|
] }),
|
|
6389
6389
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-treelist-group", children: [
|
|
6390
6390
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "30" }),
|
|
6391
6391
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6392
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6393
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
6392
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6393
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6394
6394
|
"Documentation"
|
|
6395
6395
|
] })
|
|
6396
6396
|
] }),
|
|
6397
6397
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
6398
6398
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "34" }),
|
|
6399
6399
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6400
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6401
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6402
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6400
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6401
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6402
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6403
6403
|
"Structure"
|
|
6404
6404
|
] })
|
|
6405
6405
|
] }),
|
|
6406
6406
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
|
|
6407
6407
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "35" }),
|
|
6408
6408
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6409
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6410
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6411
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6409
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6410
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6411
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6412
6412
|
"Articles"
|
|
6413
6413
|
] })
|
|
6414
6414
|
] }),
|
|
6415
6415
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
6416
6416
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "31" }),
|
|
6417
6417
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6418
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6419
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "caret-alt-right" }),
|
|
6418
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6419
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
6420
6420
|
"Demos"
|
|
6421
6421
|
] })
|
|
6422
6422
|
] }),
|
|
6423
6423
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("tr", { className: "k-table-row", children: [
|
|
6424
6424
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)("td", { className: "k-table-td", children: "17" }),
|
|
6425
6425
|
/* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("td", { style: { whiteSpace: "nowrap" }, className: "k-table-td", children: [
|
|
6426
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6427
|
-
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: "none" }),
|
|
6426
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6427
|
+
/* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6428
6428
|
"Release"
|
|
6429
6429
|
] })
|
|
6430
6430
|
] })
|
|
@@ -5459,7 +5459,7 @@ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ (0, import_jsx_runti
|
|
|
5459
5459
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
|
|
5460
5460
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5461
5461
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "filter" }) }) }),
|
|
5462
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "
|
|
5462
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "sliders" }) }) }),
|
|
5463
5463
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "columns" }) }) })
|
|
5464
5464
|
] }) }),
|
|
5465
5465
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-filter-menu-container", children: [
|
|
@@ -5477,7 +5477,7 @@ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ (0, import_jsx_runti
|
|
|
5477
5477
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
|
|
5478
5478
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5479
5479
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "filter" }) }) }),
|
|
5480
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "
|
|
5480
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "sliders" }) }) }),
|
|
5481
5481
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "columns" }) }) })
|
|
5482
5482
|
] }) }),
|
|
5483
5483
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-tabstrip-content k-active", children: [
|
|
@@ -5516,7 +5516,7 @@ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ (0, import_jsx_runti
|
|
|
5516
5516
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
|
|
5517
5517
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5518
5518
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "filter" }) }) }),
|
|
5519
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "
|
|
5519
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "sliders" }) }) }),
|
|
5520
5520
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "columns" }) }) })
|
|
5521
5521
|
] }) }),
|
|
5522
5522
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-filter-menu-container", children: [
|
|
@@ -5600,7 +5600,7 @@ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ (0, import_jsx_runti
|
|
|
5600
5600
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
|
|
5601
5601
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
|
|
5602
5602
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "filter" }) }) }),
|
|
5603
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "
|
|
5603
|
+
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "sliders" }) }) })
|
|
5604
5604
|
] }) }),
|
|
5605
5605
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-filter-menu-container", children: [
|
|
5606
5606
|
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(DropdownList, { value: "Contains" }),
|
|
@@ -4204,7 +4204,7 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4204
4204
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tbody", { className: "k-table-tbody", children: [
|
|
4205
4205
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
|
|
4206
4206
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4207
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
4207
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4208
4208
|
"Daryl Sweeney"
|
|
4209
4209
|
] }),
|
|
4210
4210
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "CEO" }),
|
|
@@ -4212,8 +4212,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4212
4212
|
] }),
|
|
4213
4213
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
|
|
4214
4214
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4215
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4216
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
|
|
4215
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4216
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4217
4217
|
"Guy Wooten"
|
|
4218
4218
|
] }),
|
|
4219
4219
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Technical Officer" }),
|
|
@@ -4221,8 +4221,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4221
4221
|
] }),
|
|
4222
4222
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
|
|
4223
4223
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4224
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4225
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
|
|
4224
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4225
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4226
4226
|
"Priscilla Frank"
|
|
4227
4227
|
] }),
|
|
4228
4228
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Product Officer" }),
|
|
@@ -4230,8 +4230,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4230
4230
|
] }),
|
|
4231
4231
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
|
|
4232
4232
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4233
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4234
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-down" }),
|
|
4233
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4234
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4235
4235
|
"Anika Vega"
|
|
4236
4236
|
] }),
|
|
4237
4237
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Process Officer" }),
|
|
@@ -4239,9 +4239,9 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4239
4239
|
] }),
|
|
4240
4240
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
|
|
4241
4241
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4242
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4243
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4244
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
|
|
4242
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4243
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4244
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4245
4245
|
"Vernon Ballard"
|
|
4246
4246
|
] }),
|
|
4247
4247
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Director Facilities" }),
|
|
@@ -4249,9 +4249,9 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4249
4249
|
] }),
|
|
4250
4250
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-group-footer", children: [
|
|
4251
4251
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4252
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4253
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4254
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4252
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4253
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4254
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4255
4255
|
"7 employee(s)"
|
|
4256
4256
|
] }),
|
|
4257
4257
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td" }),
|
|
@@ -4259,8 +4259,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4259
4259
|
] }),
|
|
4260
4260
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
|
|
4261
4261
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4262
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4263
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
|
|
4262
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4263
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4264
4264
|
"Nevada Hart"
|
|
4265
4265
|
] }),
|
|
4266
4266
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "Chief Financial Officer" }),
|
|
@@ -4268,8 +4268,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4268
4268
|
] }),
|
|
4269
4269
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-master-row", children: [
|
|
4270
4270
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4271
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4272
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "caret-alt-right" }),
|
|
4271
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4272
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4273
4273
|
"Hunter Fry"
|
|
4274
4274
|
] }),
|
|
4275
4275
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td", children: "General Counsel" }),
|
|
@@ -4277,8 +4277,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4277
4277
|
] }),
|
|
4278
4278
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-group-footer", children: [
|
|
4279
4279
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4280
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4281
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4280
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4281
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4282
4282
|
"98 employee(s)"
|
|
4283
4283
|
] }),
|
|
4284
4284
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td" }),
|
|
@@ -4286,7 +4286,7 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4286
4286
|
] }),
|
|
4287
4287
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("tr", { className: "k-table-row k-group-footer", children: [
|
|
4288
4288
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4289
|
-
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: "none" }),
|
|
4289
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4290
4290
|
"99 employee(s)"
|
|
4291
4291
|
] }),
|
|
4292
4292
|
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)("td", { colSpan: 1, className: "k-table-td" }),
|