@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
|
@@ -4185,7 +4185,7 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4185
4185
|
/* @__PURE__ */ jsxs("tbody", { className: "k-table-tbody", children: [
|
|
4186
4186
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-master-row", children: [
|
|
4187
4187
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4188
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4188
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4189
4189
|
"Daryl Sweeney"
|
|
4190
4190
|
] }),
|
|
4191
4191
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "CEO" }),
|
|
@@ -4193,8 +4193,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4193
4193
|
] }),
|
|
4194
4194
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-master-row", children: [
|
|
4195
4195
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4196
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4197
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4196
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4197
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4198
4198
|
"Guy Wooten"
|
|
4199
4199
|
] }),
|
|
4200
4200
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "Chief Technical Officer" }),
|
|
@@ -4202,8 +4202,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4202
4202
|
] }),
|
|
4203
4203
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-master-row", children: [
|
|
4204
4204
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4205
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4206
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4205
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4206
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4207
4207
|
"Priscilla Frank"
|
|
4208
4208
|
] }),
|
|
4209
4209
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "Chief Product Officer" }),
|
|
@@ -4211,8 +4211,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4211
4211
|
] }),
|
|
4212
4212
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-master-row", children: [
|
|
4213
4213
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4214
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4215
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4214
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4215
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4216
4216
|
"Anika Vega"
|
|
4217
4217
|
] }),
|
|
4218
4218
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "Chief Process Officer" }),
|
|
@@ -4220,9 +4220,9 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4220
4220
|
] }),
|
|
4221
4221
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-master-row", children: [
|
|
4222
4222
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4223
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4224
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4225
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4223
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4224
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4225
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4226
4226
|
"Vernon Ballard"
|
|
4227
4227
|
] }),
|
|
4228
4228
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "Director Facilities" }),
|
|
@@ -4230,9 +4230,9 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4230
4230
|
] }),
|
|
4231
4231
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-group-footer", children: [
|
|
4232
4232
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4233
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4234
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4235
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4233
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4234
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4235
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4236
4236
|
"7 employee(s)"
|
|
4237
4237
|
] }),
|
|
4238
4238
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td" }),
|
|
@@ -4240,8 +4240,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4240
4240
|
] }),
|
|
4241
4241
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-master-row", children: [
|
|
4242
4242
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4243
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4244
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4243
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4244
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4245
4245
|
"Nevada Hart"
|
|
4246
4246
|
] }),
|
|
4247
4247
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "Chief Financial Officer" }),
|
|
@@ -4249,8 +4249,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4249
4249
|
] }),
|
|
4250
4250
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-master-row", children: [
|
|
4251
4251
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4252
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4253
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4252
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4253
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4254
4254
|
"Hunter Fry"
|
|
4255
4255
|
] }),
|
|
4256
4256
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "General Counsel" }),
|
|
@@ -4258,8 +4258,8 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4258
4258
|
] }),
|
|
4259
4259
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-group-footer", children: [
|
|
4260
4260
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4261
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4262
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4261
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4262
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4263
4263
|
"98 employee(s)"
|
|
4264
4264
|
] }),
|
|
4265
4265
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td" }),
|
|
@@ -4267,7 +4267,7 @@ var treelist_aggregate_react_default = () => /* @__PURE__ */ jsx4(Fragment4, { c
|
|
|
4267
4267
|
] }),
|
|
4268
4268
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-group-footer", children: [
|
|
4269
4269
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-text-nowrap", colSpan: 1, children: [
|
|
4270
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4270
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4271
4271
|
"99 employee(s)"
|
|
4272
4272
|
] }),
|
|
4273
4273
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td" }),
|
|
@@ -4203,7 +4203,7 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4203
4203
|
/* @__PURE__ */ jsxs("tbody", { className: "k-table-tbody", children: [
|
|
4204
4204
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-treelist-group", children: [
|
|
4205
4205
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
|
|
4206
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4206
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4207
4207
|
"Daryl Sweeney"
|
|
4208
4208
|
] }),
|
|
4209
4209
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "CEO" }),
|
|
@@ -4211,8 +4211,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4211
4211
|
] }),
|
|
4212
4212
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
4213
4213
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
|
|
4214
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4215
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4214
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4215
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4216
4216
|
"Guy Wooten"
|
|
4217
4217
|
] }),
|
|
4218
4218
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Chief Technical Officer" }),
|
|
@@ -4220,8 +4220,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4220
4220
|
] }),
|
|
4221
4221
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-treelist-group", children: [
|
|
4222
4222
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
|
|
4223
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4224
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4223
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4224
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4225
4225
|
"Priscilla Frank"
|
|
4226
4226
|
] }),
|
|
4227
4227
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Chief Product Officer" }),
|
|
@@ -4229,8 +4229,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4229
4229
|
] }),
|
|
4230
4230
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
4231
4231
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
|
|
4232
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4233
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4232
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4233
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4234
4234
|
"Anika Vega"
|
|
4235
4235
|
] }),
|
|
4236
4236
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Chief Process Officer" }),
|
|
@@ -4238,9 +4238,9 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4238
4238
|
] }),
|
|
4239
4239
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-treelist-group", children: [
|
|
4240
4240
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
|
|
4241
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4242
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4243
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4241
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4242
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4243
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4244
4244
|
"Vernon Ballard"
|
|
4245
4245
|
] }),
|
|
4246
4246
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Director Facilities" }),
|
|
@@ -4248,9 +4248,9 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4248
4248
|
] }),
|
|
4249
4249
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-footer-template", children: [
|
|
4250
4250
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-focus", children: [
|
|
4251
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4252
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4253
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4251
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4252
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4253
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4254
4254
|
"7 employee(s)"
|
|
4255
4255
|
] }),
|
|
4256
4256
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td" }),
|
|
@@ -4258,8 +4258,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4258
4258
|
] }),
|
|
4259
4259
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
4260
4260
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
|
|
4261
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4262
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4261
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4262
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4263
4263
|
"Nevada Hart"
|
|
4264
4264
|
] }),
|
|
4265
4265
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Chief Financial Officer" }),
|
|
@@ -4267,8 +4267,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4267
4267
|
] }),
|
|
4268
4268
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-treelist-group", children: [
|
|
4269
4269
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", style: { whiteSpace: "nowrap" }, children: [
|
|
4270
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4271
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4270
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4271
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4272
4272
|
"Hunter Fry"
|
|
4273
4273
|
] }),
|
|
4274
4274
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "General Counsel" }),
|
|
@@ -4276,8 +4276,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4276
4276
|
] }),
|
|
4277
4277
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-footer-template", children: [
|
|
4278
4278
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4279
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4280
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4279
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4280
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4281
4281
|
"98 employee(s)"
|
|
4282
4282
|
] }),
|
|
4283
4283
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td" }),
|
|
@@ -4285,7 +4285,7 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4285
4285
|
] }),
|
|
4286
4286
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-footer-template", children: [
|
|
4287
4287
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4288
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4288
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4289
4289
|
"99 employee(s)"
|
|
4290
4290
|
] }),
|
|
4291
4291
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td" }),
|
|
@@ -4320,7 +4320,7 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4320
4320
|
/* @__PURE__ */ jsxs("tbody", { className: "k-table-tbody", children: [
|
|
4321
4321
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
|
|
4322
4322
|
/* @__PURE__ */ jsxs("td", { colSpan: 1, className: "k-table-td", children: [
|
|
4323
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4323
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4324
4324
|
"Daryl Sweeney"
|
|
4325
4325
|
] }),
|
|
4326
4326
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "Chief Executive Officer" }),
|
|
@@ -4328,8 +4328,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4328
4328
|
] }),
|
|
4329
4329
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
4330
4330
|
/* @__PURE__ */ jsxs("td", { colSpan: 1, className: "k-table-td", children: [
|
|
4331
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4332
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4331
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4332
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4333
4333
|
"Guy Wooten"
|
|
4334
4334
|
] }),
|
|
4335
4335
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "Chief Technical Officer" }),
|
|
@@ -4337,9 +4337,9 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4337
4337
|
] }),
|
|
4338
4338
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
|
|
4339
4339
|
/* @__PURE__ */ jsxs("td", { colSpan: 1, className: "k-table-td", children: [
|
|
4340
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4341
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4342
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4340
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4341
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4342
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4343
4343
|
"Buffy Weber"
|
|
4344
4344
|
] }),
|
|
4345
4345
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "VP, Engineering" }),
|
|
@@ -4347,9 +4347,9 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4347
4347
|
] }),
|
|
4348
4348
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-footer", children: [
|
|
4349
4349
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td k-focus", children: [
|
|
4350
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4351
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4352
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4350
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4351
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4352
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4353
4353
|
"35 employee(s)"
|
|
4354
4354
|
] }),
|
|
4355
4355
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td" }),
|
|
@@ -4357,8 +4357,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4357
4357
|
] }),
|
|
4358
4358
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt", children: [
|
|
4359
4359
|
/* @__PURE__ */ jsxs("td", { colSpan: 1, className: "k-table-td", children: [
|
|
4360
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4361
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4360
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4361
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4362
4362
|
"Priscilla Frank"
|
|
4363
4363
|
] }),
|
|
4364
4364
|
/* @__PURE__ */ jsx4("td", { colSpan: 1, className: "k-table-td", children: "Chief Product Officer" }),
|
|
@@ -4366,8 +4366,8 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4366
4366
|
] }),
|
|
4367
4367
|
/* @__PURE__ */ jsxs("tr", { className: "k-footer", children: [
|
|
4368
4368
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4369
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4370
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4369
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4370
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4371
4371
|
"42 employee(s)"
|
|
4372
4372
|
] }),
|
|
4373
4373
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td" }),
|
|
@@ -4375,7 +4375,7 @@ var treelist_aggregates_default = () => /* @__PURE__ */ jsx4(Fragment4, { childr
|
|
|
4375
4375
|
] }),
|
|
4376
4376
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-footer", children: [
|
|
4377
4377
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4378
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4378
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4379
4379
|
"43 employee(s)"
|
|
4380
4380
|
] }),
|
|
4381
4381
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td" }),
|
|
@@ -6161,7 +6161,7 @@ var treelist_react_default = () => /* @__PURE__ */ jsx50(Fragment16, { children:
|
|
|
6161
6161
|
/* @__PURE__ */ jsxs23("tbody", { className: "k-table-tbody", children: [
|
|
6162
6162
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", children: [
|
|
6163
6163
|
/* @__PURE__ */ jsxs23("td", { className: "k-table-td", children: [
|
|
6164
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "caret-alt-down" }),
|
|
6164
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6165
6165
|
"1"
|
|
6166
6166
|
] }),
|
|
6167
6167
|
/* @__PURE__ */ jsx50("td", { className: "k-table-td", children: "Furniture" }),
|
|
@@ -6171,8 +6171,8 @@ var treelist_react_default = () => /* @__PURE__ */ jsx50(Fragment16, { children:
|
|
|
6171
6171
|
] }),
|
|
6172
6172
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", children: [
|
|
6173
6173
|
/* @__PURE__ */ jsxs23("td", { className: "k-table-td", children: [
|
|
6174
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6175
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6174
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6175
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6176
6176
|
"1.1"
|
|
6177
6177
|
] }),
|
|
6178
6178
|
/* @__PURE__ */ jsx50("td", { className: "k-table-td", children: "Tables & Chairs" }),
|
|
@@ -6182,8 +6182,8 @@ var treelist_react_default = () => /* @__PURE__ */ jsx50(Fragment16, { children:
|
|
|
6182
6182
|
] }),
|
|
6183
6183
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", children: [
|
|
6184
6184
|
/* @__PURE__ */ jsxs23("td", { className: "k-table-td", children: [
|
|
6185
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6186
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6185
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6186
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6187
6187
|
"1.2"
|
|
6188
6188
|
] }),
|
|
6189
6189
|
/* @__PURE__ */ jsx50("td", { className: "k-table-td", children: "Sofas" }),
|
|
@@ -6193,8 +6193,8 @@ var treelist_react_default = () => /* @__PURE__ */ jsx50(Fragment16, { children:
|
|
|
6193
6193
|
] }),
|
|
6194
6194
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", children: [
|
|
6195
6195
|
/* @__PURE__ */ jsxs23("td", { className: "k-table-td", children: [
|
|
6196
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6197
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6196
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6197
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6198
6198
|
"1.3"
|
|
6199
6199
|
] }),
|
|
6200
6200
|
/* @__PURE__ */ jsx50("td", { className: "k-table-td", children: "Occasional Furniture" }),
|
|
@@ -6204,7 +6204,7 @@ var treelist_react_default = () => /* @__PURE__ */ jsx50(Fragment16, { children:
|
|
|
6204
6204
|
] }),
|
|
6205
6205
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", children: [
|
|
6206
6206
|
/* @__PURE__ */ jsxs23("td", { className: "k-table-td", children: [
|
|
6207
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "caret-alt-down" }),
|
|
6207
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6208
6208
|
"2"
|
|
6209
6209
|
] }),
|
|
6210
6210
|
/* @__PURE__ */ jsx50("td", { className: "k-table-td", children: "Decor" }),
|
|
@@ -6214,8 +6214,8 @@ var treelist_react_default = () => /* @__PURE__ */ jsx50(Fragment16, { children:
|
|
|
6214
6214
|
] }),
|
|
6215
6215
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", children: [
|
|
6216
6216
|
/* @__PURE__ */ jsxs23("td", { className: "k-table-td", children: [
|
|
6217
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6218
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6217
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6218
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6219
6219
|
"2.1"
|
|
6220
6220
|
] }),
|
|
6221
6221
|
/* @__PURE__ */ jsx50("td", { className: "k-table-td", children: "Bed Linen" }),
|
|
@@ -6225,8 +6225,8 @@ var treelist_react_default = () => /* @__PURE__ */ jsx50(Fragment16, { children:
|
|
|
6225
6225
|
] }),
|
|
6226
6226
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", children: [
|
|
6227
6227
|
/* @__PURE__ */ jsxs23("td", { className: "k-table-td", children: [
|
|
6228
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6229
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "caret-alt-down" }),
|
|
6228
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6229
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
6230
6230
|
"2.2"
|
|
6231
6231
|
] }),
|
|
6232
6232
|
/* @__PURE__ */ jsx50("td", { className: "k-table-td", children: "Curtains & Blinds" }),
|
|
@@ -6236,9 +6236,9 @@ var treelist_react_default = () => /* @__PURE__ */ jsx50(Fragment16, { children:
|
|
|
6236
6236
|
] }),
|
|
6237
6237
|
/* @__PURE__ */ jsxs23("tr", { className: "k-table-row k-master-row", children: [
|
|
6238
6238
|
/* @__PURE__ */ jsxs23("td", { className: "k-table-td", children: [
|
|
6239
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6240
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6241
|
-
/* @__PURE__ */ jsx50(Icon, { icon: "none" }),
|
|
6239
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6240
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6241
|
+
/* @__PURE__ */ jsx50(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
6242
6242
|
"2.2.1"
|
|
6243
6243
|
] }),
|
|
6244
6244
|
/* @__PURE__ */ jsx50("td", { className: "k-table-td", children: "Carpets" }),
|
|
@@ -4193,7 +4193,7 @@ var treelist_row_reordering_default = () => /* @__PURE__ */ jsx4(Fragment4, { ch
|
|
|
4193
4193
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
|
|
4194
4194
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx4(Icon, { icon: "reorder" }) }),
|
|
4195
4195
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4196
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4196
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4197
4197
|
"Daryl"
|
|
4198
4198
|
] }),
|
|
4199
4199
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Sweeney" }),
|
|
@@ -4202,8 +4202,8 @@ var treelist_row_reordering_default = () => /* @__PURE__ */ jsx4(Fragment4, { ch
|
|
|
4202
4202
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
4203
4203
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx4(Icon, { icon: "reorder" }) }),
|
|
4204
4204
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4205
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4206
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4205
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4206
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4207
4207
|
"Guy"
|
|
4208
4208
|
] }),
|
|
4209
4209
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Wooten" }),
|
|
@@ -4212,9 +4212,9 @@ var treelist_row_reordering_default = () => /* @__PURE__ */ jsx4(Fragment4, { ch
|
|
|
4212
4212
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-treelist-group", children: [
|
|
4213
4213
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx4(Icon, { icon: "reorder" }) }),
|
|
4214
4214
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4215
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4216
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4217
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4215
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4216
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4217
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4218
4218
|
"Buffy"
|
|
4219
4219
|
] }),
|
|
4220
4220
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Weber" }),
|
|
@@ -4223,10 +4223,10 @@ var treelist_row_reordering_default = () => /* @__PURE__ */ jsx4(Fragment4, { ch
|
|
|
4223
4223
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
4224
4224
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx4(Icon, { icon: "reorder" }) }),
|
|
4225
4225
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4226
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4227
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4228
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4229
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4226
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4227
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4228
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4229
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4230
4230
|
"Hyacinth"
|
|
4231
4231
|
] }),
|
|
4232
4232
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Hood" }),
|
|
@@ -4235,11 +4235,11 @@ var treelist_row_reordering_default = () => /* @__PURE__ */ jsx4(Fragment4, { ch
|
|
|
4235
4235
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
|
|
4236
4236
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td k-drag-cell", children: /* @__PURE__ */ jsx4(Icon, { icon: "reorder" }) }),
|
|
4237
4237
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4238
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4239
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4240
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4241
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4242
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4238
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4239
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4240
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4241
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4242
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4243
4243
|
"Akeem"
|
|
4244
4244
|
] }),
|
|
4245
4245
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Carr" }),
|
|
@@ -4194,7 +4194,7 @@ var treelist_default = () => /* @__PURE__ */ jsx4(Fragment4, { children: /* @__P
|
|
|
4194
4194
|
] }),
|
|
4195
4195
|
/* @__PURE__ */ jsx4("tbody", { className: "k-table-tbody", children: /* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
|
|
4196
4196
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4197
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-right" }),
|
|
4197
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-right" }),
|
|
4198
4198
|
"Daryl"
|
|
4199
4199
|
] }),
|
|
4200
4200
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Sweeney" })
|
|
@@ -4232,7 +4232,7 @@ var treelist_default = () => /* @__PURE__ */ jsx4(Fragment4, { children: /* @__P
|
|
|
4232
4232
|
/* @__PURE__ */ jsxs("tbody", { className: "k-table-tbody", children: [
|
|
4233
4233
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-treelist-group", children: [
|
|
4234
4234
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4235
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4235
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4236
4236
|
"Daryl"
|
|
4237
4237
|
] }),
|
|
4238
4238
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Sweeney" }),
|
|
@@ -4240,8 +4240,8 @@ var treelist_default = () => /* @__PURE__ */ jsx4(Fragment4, { children: /* @__P
|
|
|
4240
4240
|
] }),
|
|
4241
4241
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
4242
4242
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4243
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4244
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4243
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4244
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4245
4245
|
"Guy"
|
|
4246
4246
|
] }),
|
|
4247
4247
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Wooten" }),
|
|
@@ -4249,9 +4249,9 @@ var treelist_default = () => /* @__PURE__ */ jsx4(Fragment4, { children: /* @__P
|
|
|
4249
4249
|
] }),
|
|
4250
4250
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-treelist-group", children: [
|
|
4251
4251
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4252
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4253
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4254
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4252
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4253
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4254
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4255
4255
|
"Buffy"
|
|
4256
4256
|
] }),
|
|
4257
4257
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Weber" }),
|
|
@@ -4259,10 +4259,10 @@ var treelist_default = () => /* @__PURE__ */ jsx4(Fragment4, { children: /* @__P
|
|
|
4259
4259
|
] }),
|
|
4260
4260
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row k-table-alt-row k-alt k-treelist-group", children: [
|
|
4261
4261
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4262
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4263
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4264
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4265
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "caret-alt-down" }),
|
|
4262
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4263
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4264
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4265
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "caret-alt-down" }),
|
|
4266
4266
|
"Hyacinth"
|
|
4267
4267
|
] }),
|
|
4268
4268
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Hood" }),
|
|
@@ -4270,11 +4270,11 @@ var treelist_default = () => /* @__PURE__ */ jsx4(Fragment4, { children: /* @__P
|
|
|
4270
4270
|
] }),
|
|
4271
4271
|
/* @__PURE__ */ jsxs("tr", { className: "k-table-row", children: [
|
|
4272
4272
|
/* @__PURE__ */ jsxs("td", { className: "k-table-td", children: [
|
|
4273
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4274
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4275
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4276
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4277
|
-
/* @__PURE__ */ jsx4(Icon, { icon: "none" }),
|
|
4273
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4274
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4275
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4276
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4277
|
+
/* @__PURE__ */ jsx4(Icon, { className: "k-treelist-toggle", icon: "none" }),
|
|
4278
4278
|
"Akeem"
|
|
4279
4279
|
] }),
|
|
4280
4280
|
/* @__PURE__ */ jsx4("td", { className: "k-table-td", children: "Carr" }),
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const IconButton: (props: KendoButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const IconButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const IconTextButton: (props: KendoButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const IconTextButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TextButton: (props: KendoButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
1
|
+
export declare const TextButton: (props: any) => import("react/jsx-runtime").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-themes-html",
|
|
3
3
|
"description": "A collection of HTML helpers used for developing Kendo UI themes",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.5.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@types/react": "^18.0.2"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "b5525f1c4c71eb78873e1fb170ae20cd50a8468d"
|
|
55
55
|
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Button
|
|
1
|
+
import { Button } from "../button.spec";
|
|
2
2
|
|
|
3
|
-
export const IconButton = (props
|
|
3
|
+
export const IconButton = (props) => <Button icon="folder" {...props} children={undefined} />;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Button
|
|
1
|
+
import { Button } from "../button.spec";
|
|
2
2
|
|
|
3
|
-
export const IconTextButton = (props
|
|
3
|
+
export const IconTextButton = (props) => <Button icon="folder" children="Button" {...props} />;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Button
|
|
1
|
+
import { Button } from "../button.spec";
|
|
2
2
|
|
|
3
|
-
export const TextButton = (props
|
|
3
|
+
export const TextButton = (props) => <Button children="Button" {...props} />;
|