@progress/kendo-themes-html 6.7.0-dev.2 → 6.7.0-dev.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/cjs/chat/chat.spec.js +146 -2150
  2. package/dist/cjs/chat/tests/chat-rtl.js +333 -2337
  3. package/dist/cjs/chat/tests/chat-scrollable-deck.js +332 -2336
  4. package/dist/cjs/chat/tests/chat.js +346 -2350
  5. package/dist/cjs/grid/tests/grid-adaptive-pager.js +18 -6
  6. package/dist/cjs/grid/tests/grid-angular.js +160 -148
  7. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +275 -263
  8. package/dist/cjs/grid/tests/grid-column-reordering.js +280 -268
  9. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +311 -299
  10. package/dist/cjs/grid/tests/grid-grouping-actions.js +241 -229
  11. package/dist/cjs/grid/tests/grid-pager.js +104 -92
  12. package/dist/cjs/grid/tests/grid-row-reordering.js +233 -221
  13. package/dist/cjs/grid/tests/grid-rtl-angular.js +106 -94
  14. package/dist/cjs/grid/tests/grid-rtl.js +99 -87
  15. package/dist/cjs/grid/tests/grid-selection-aggregates.js +108 -96
  16. package/dist/cjs/grid/tests/grid-size-sm-comp-sm.js +348 -336
  17. package/dist/cjs/grid/tests/grid-size-sm.js +348 -336
  18. package/dist/cjs/grid/tests/grid-sticky-columns-rtl.js +135 -123
  19. package/dist/cjs/grid/tests/grid.js +124 -112
  20. package/dist/cjs/index.js +3434 -3239
  21. package/dist/cjs/listview/listview.spec.js +22 -10
  22. package/dist/cjs/listview/tests/listview-layout.js +63 -51
  23. package/dist/cjs/listview/tests/listview-loading.js +34 -22
  24. package/dist/cjs/listview/tests/listview.js +49 -37
  25. package/dist/cjs/pager/index.js +41 -1
  26. package/dist/cjs/pager/templates/pager-adaptive-input.js +5806 -0
  27. package/dist/cjs/pager/templates/pager-adaptive.js +5805 -0
  28. package/dist/cjs/pager/templates/pager-input.js +5805 -0
  29. package/dist/cjs/pager/templates/pager-normal.js +5799 -0
  30. package/dist/cjs/pager/tests/pager-adaptive.js +49 -13
  31. package/dist/cjs/pager/tests/pager-sizes.js +34 -21
  32. package/dist/cjs/pager/tests/pager.js +27 -10
  33. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +25 -13
  34. package/dist/cjs/pdf-viewer/tests/pdf-viewer-blank-page.js +31 -19
  35. package/dist/cjs/pdf-viewer/tests/pdf-viewer-search-panel.js +36 -24
  36. package/dist/cjs/pdf-viewer/tests/pdf-viewer.js +25 -13
  37. package/dist/esm/chat/chat.spec.js +161 -2165
  38. package/dist/esm/chat/tests/chat-rtl.js +283 -2287
  39. package/dist/esm/chat/tests/chat-scrollable-deck.js +282 -2286
  40. package/dist/esm/chat/tests/chat.js +296 -2300
  41. package/dist/esm/grid/tests/grid-adaptive-pager.js +18 -6
  42. package/dist/esm/grid/tests/grid-angular.js +130 -118
  43. package/dist/esm/grid/tests/grid-column-reordering-actions.js +232 -220
  44. package/dist/esm/grid/tests/grid-column-reordering.js +235 -223
  45. package/dist/esm/grid/tests/grid-column-resizing-actions.js +268 -256
  46. package/dist/esm/grid/tests/grid-grouping-actions.js +210 -198
  47. package/dist/esm/grid/tests/grid-pager.js +82 -70
  48. package/dist/esm/grid/tests/grid-row-reordering.js +206 -194
  49. package/dist/esm/grid/tests/grid-rtl-angular.js +88 -76
  50. package/dist/esm/grid/tests/grid-rtl.js +84 -72
  51. package/dist/esm/grid/tests/grid-selection-aggregates.js +80 -68
  52. package/dist/esm/grid/tests/grid-size-sm-comp-sm.js +289 -277
  53. package/dist/esm/grid/tests/grid-size-sm.js +289 -277
  54. package/dist/esm/grid/tests/grid-sticky-columns-rtl.js +124 -112
  55. package/dist/esm/grid/tests/grid.js +104 -92
  56. package/dist/esm/index.js +3434 -3239
  57. package/dist/esm/listview/listview.spec.js +20 -8
  58. package/dist/esm/listview/tests/listview-layout.js +49 -37
  59. package/dist/esm/listview/tests/listview-loading.js +29 -17
  60. package/dist/esm/listview/tests/listview.js +39 -27
  61. package/dist/esm/pager/index.js +41 -1
  62. package/dist/esm/pager/templates/pager-adaptive-input.js +5790 -0
  63. package/dist/esm/pager/templates/pager-adaptive.js +5789 -0
  64. package/dist/esm/pager/templates/pager-input.js +5789 -0
  65. package/dist/esm/pager/templates/pager-normal.js +5783 -0
  66. package/dist/esm/pager/tests/pager-adaptive.js +47 -11
  67. package/dist/esm/pager/tests/pager-sizes.js +34 -21
  68. package/dist/esm/pager/tests/pager.js +27 -10
  69. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page-blazor.js +23 -11
  70. package/dist/esm/pdf-viewer/tests/pdf-viewer-blank-page.js +27 -15
  71. package/dist/esm/pdf-viewer/tests/pdf-viewer-search-panel.js +30 -18
  72. package/dist/esm/pdf-viewer/tests/pdf-viewer.js +23 -11
  73. package/dist/types/floating-label/floating-label.spec.d.ts +6 -2
  74. package/dist/types/index.d.ts +1 -0
  75. package/dist/types/pager/index.d.ts +4 -0
  76. package/dist/types/pager/templates/pager-adaptive-input.d.ts +1 -0
  77. package/dist/types/pager/templates/pager-adaptive.d.ts +1 -0
  78. package/dist/types/pager/templates/pager-input.d.ts +1 -0
  79. package/dist/types/pager/templates/pager-normal.d.ts +1 -0
  80. package/package.json +2 -2
  81. package/src/chat/chat.spec.tsx +13 -14
  82. package/src/floating-label/floating-label.spec.tsx +7 -2
  83. package/src/index.ts +1 -0
  84. package/src/pager/index.tsx +4 -0
  85. package/src/pager/templates/pager-adaptive-input.tsx +9 -0
  86. package/src/pager/templates/pager-adaptive.tsx +8 -0
  87. package/src/pager/templates/pager-input.tsx +8 -0
  88. package/src/pager/templates/pager-normal.tsx +3 -0
  89. package/src/pager/tests/pager-adaptive.tsx +7 -7
  90. package/src/pager/tests/pager-sizes.tsx +9 -22
  91. package/src/pager/tests/pager.tsx +21 -19
@@ -6034,8 +6034,20 @@ Pager.options = options25;
6034
6034
  Pager.className = PAGER_CLASSNAME;
6035
6035
  Pager.defaultProps = defaultProps23;
6036
6036
 
6037
- // src/table/data-table.spec.tsx
6037
+ // src/pager/templates/pager-normal.tsx
6038
6038
  var import_jsx_runtime63 = require("react/jsx-runtime");
6039
+
6040
+ // src/pager/templates/pager-input.tsx
6041
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6042
+
6043
+ // src/pager/templates/pager-adaptive.tsx
6044
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6045
+
6046
+ // src/pager/templates/pager-adaptive-input.tsx
6047
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6048
+
6049
+ // src/table/data-table.spec.tsx
6050
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6039
6051
  var DATATABLE_CLASSNAME = `k-data-table`;
6040
6052
  var states27 = [];
6041
6053
  var options26 = {
@@ -6049,7 +6061,7 @@ var DataTable = (props) => {
6049
6061
  size = defaultProps24.size,
6050
6062
  ...other
6051
6063
  } = props;
6052
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6064
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6053
6065
  "div",
6054
6066
  {
6055
6067
  ...other,
@@ -6070,16 +6082,16 @@ DataTable.className = DATATABLE_CLASSNAME;
6070
6082
  DataTable.defaultProps = defaultProps24;
6071
6083
 
6072
6084
  // src/table/table-header.tsx
6073
- var import_jsx_runtime64 = require("react/jsx-runtime");
6085
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6074
6086
 
6075
6087
  // src/table/table-body.tsx
6076
- var import_jsx_runtime65 = require("react/jsx-runtime");
6088
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6077
6089
 
6078
6090
  // src/table/table-footer.tsx
6079
- var import_jsx_runtime66 = require("react/jsx-runtime");
6091
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6080
6092
 
6081
6093
  // src/table/table.spec.tsx
6082
- var import_jsx_runtime67 = require("react/jsx-runtime");
6094
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6083
6095
  var TABLE_CLASSNAME = `k-table`;
6084
6096
  var states28 = [];
6085
6097
  var options27 = {
@@ -6091,7 +6103,7 @@ var Table = (props) => {
6091
6103
  size,
6092
6104
  ...other
6093
6105
  } = props;
6094
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6106
+ return /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6095
6107
  "table",
6096
6108
  {
6097
6109
  ...other,
@@ -6112,7 +6124,7 @@ Table.className = TABLE_CLASSNAME;
6112
6124
  Table.defaultProps = defaultProps25;
6113
6125
 
6114
6126
  // src/table/table-list.spec.tsx
6115
- var import_jsx_runtime68 = require("react/jsx-runtime");
6127
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6116
6128
  var TABLELIST_CLASSNAME = `k-table-list`;
6117
6129
  var states29 = [];
6118
6130
  var options28 = {
@@ -6125,7 +6137,7 @@ var TableList = (props) => {
6125
6137
  virtualization,
6126
6138
  ...other
6127
6139
  } = props;
6128
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6140
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6129
6141
  "ul",
6130
6142
  {
6131
6143
  ...other,
@@ -6150,9 +6162,9 @@ TableList.className = TABLELIST_CLASSNAME;
6150
6162
  TableList.defaultProps = defaultProps26;
6151
6163
 
6152
6164
  // src/table/table-thead.tsx
6153
- var import_jsx_runtime69 = require("react/jsx-runtime");
6165
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6154
6166
  var className13 = `k-table-thead`;
6155
- var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6167
+ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6156
6168
  "thead",
6157
6169
  {
6158
6170
  className: classNames(
@@ -6164,9 +6176,9 @@ var TableThead = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6164
6176
  );
6165
6177
 
6166
6178
  // src/table/table-tbody.tsx
6167
- var import_jsx_runtime70 = require("react/jsx-runtime");
6179
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6168
6180
  var className14 = `k-table-tbody`;
6169
- var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6181
+ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6170
6182
  "tbody",
6171
6183
  {
6172
6184
  className: classNames(
@@ -6178,10 +6190,10 @@ var TableTbody = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6178
6190
  );
6179
6191
 
6180
6192
  // src/table/table-tfoot.tsx
6181
- var import_jsx_runtime71 = require("react/jsx-runtime");
6193
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6182
6194
 
6183
6195
  // src/table/table-row.tsx
6184
- var import_jsx_runtime72 = require("react/jsx-runtime");
6196
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6185
6197
  var TABLEROW_CLASSNAME = `k-table-row`;
6186
6198
  var states30 = [
6187
6199
  States.hover,
@@ -6198,7 +6210,7 @@ var TableRow = (props) => {
6198
6210
  alt,
6199
6211
  ...other
6200
6212
  } = props;
6201
- return /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6213
+ return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6202
6214
  "tr",
6203
6215
  {
6204
6216
  ...other,
@@ -6221,7 +6233,7 @@ var TableRow = (props) => {
6221
6233
  };
6222
6234
 
6223
6235
  // src/table/table-list-row.tsx
6224
- var import_jsx_runtime73 = require("react/jsx-runtime");
6236
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6225
6237
  var states31 = [
6226
6238
  States.hover,
6227
6239
  States.focus,
@@ -6230,7 +6242,7 @@ var states31 = [
6230
6242
  ];
6231
6243
 
6232
6244
  // src/table/table-th.tsx
6233
- var import_jsx_runtime74 = require("react/jsx-runtime");
6245
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6234
6246
  var className15 = `k-table-th`;
6235
6247
  var TableTh = (props) => {
6236
6248
  const {
@@ -6239,7 +6251,7 @@ var TableTh = (props) => {
6239
6251
  ...other
6240
6252
  } = props;
6241
6253
  const textOrChildren = text ? text : props.children;
6242
- return /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6254
+ return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6243
6255
  "th",
6244
6256
  {
6245
6257
  colSpan: colspan,
@@ -6254,10 +6266,10 @@ var TableTh = (props) => {
6254
6266
  };
6255
6267
 
6256
6268
  // src/table/table-list-th.tsx
6257
- var import_jsx_runtime75 = require("react/jsx-runtime");
6269
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6258
6270
 
6259
6271
  // src/table/table-td.tsx
6260
- var import_jsx_runtime76 = require("react/jsx-runtime");
6272
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6261
6273
  var className16 = `k-table-td`;
6262
6274
  var TableTd = (props) => {
6263
6275
  const {
@@ -6266,7 +6278,7 @@ var TableTd = (props) => {
6266
6278
  ...other
6267
6279
  } = props;
6268
6280
  const textOrChildren = text ? text : props.children;
6269
- return /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6281
+ return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(
6270
6282
  "td",
6271
6283
  {
6272
6284
  colSpan: colspan,
@@ -6281,34 +6293,34 @@ var TableTd = (props) => {
6281
6293
  };
6282
6294
 
6283
6295
  // src/table/table-list-td.tsx
6284
- var import_jsx_runtime77 = require("react/jsx-runtime");
6296
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6285
6297
 
6286
6298
  // src/table/table-group-header.tsx
6287
- var import_jsx_runtime78 = require("react/jsx-runtime");
6299
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6288
6300
 
6289
6301
  // src/table/table-group-sticky-header.tsx
6290
- var import_jsx_runtime79 = require("react/jsx-runtime");
6302
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6291
6303
 
6292
6304
  // src/table/table-group-row.tsx
6293
- var import_jsx_runtime80 = require("react/jsx-runtime");
6305
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6294
6306
 
6295
6307
  // src/table/table-list-group-row.tsx
6296
- var import_jsx_runtime81 = require("react/jsx-runtime");
6308
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6297
6309
 
6298
6310
  // src/table/templates/table-list.tsx
6299
- var import_jsx_runtime82 = require("react/jsx-runtime");
6311
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6300
6312
 
6301
6313
  // src/table/templates/table-list-virtualization.tsx
6302
- var import_jsx_runtime83 = require("react/jsx-runtime");
6314
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6303
6315
 
6304
6316
  // src/table/templates/data-table-normal.tsx
6305
- var import_jsx_runtime84 = require("react/jsx-runtime");
6317
+ var import_jsx_runtime88 = require("react/jsx-runtime");
6306
6318
 
6307
6319
  // src/table/templates/table-native.tsx
6308
- var import_jsx_runtime85 = require("react/jsx-runtime");
6320
+ var import_jsx_runtime89 = require("react/jsx-runtime");
6309
6321
 
6310
6322
  // src/button-group/button-group.spec.tsx
6311
- var import_jsx_runtime86 = require("react/jsx-runtime");
6323
+ var import_jsx_runtime90 = require("react/jsx-runtime");
6312
6324
  var BUTTONGROUP_CLASSNAME = `k-button-group`;
6313
6325
  var states32 = [
6314
6326
  States.disabled
@@ -6326,7 +6338,7 @@ var ButtonGroup = (props) => {
6326
6338
  stretched,
6327
6339
  ...other
6328
6340
  } = props;
6329
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6341
+ return /* @__PURE__ */ (0, import_jsx_runtime90.jsx)(
6330
6342
  "div",
6331
6343
  {
6332
6344
  ...other,
@@ -6353,19 +6365,19 @@ ButtonGroup.className = BUTTONGROUP_CLASSNAME;
6353
6365
  ButtonGroup.defaultProps = defaultProps27;
6354
6366
 
6355
6367
  // src/button-group/templates/icon-button-group.tsx
6356
- var import_jsx_runtime87 = require("react/jsx-runtime");
6368
+ var import_jsx_runtime91 = require("react/jsx-runtime");
6357
6369
 
6358
6370
  // src/button-group/templates/icon-text-button-group.tsx
6359
- var import_jsx_runtime88 = require("react/jsx-runtime");
6371
+ var import_jsx_runtime92 = require("react/jsx-runtime");
6360
6372
 
6361
6373
  // src/button-group/templates/text-button-group.tsx
6362
- var import_jsx_runtime89 = require("react/jsx-runtime");
6374
+ var import_jsx_runtime93 = require("react/jsx-runtime");
6363
6375
 
6364
6376
  // src/button-group/templates/mixed-button-group.tsx
6365
- var import_jsx_runtime90 = require("react/jsx-runtime");
6377
+ var import_jsx_runtime94 = require("react/jsx-runtime");
6366
6378
 
6367
6379
  // src/color-preview/color-preview.tsx
6368
- var import_jsx_runtime91 = require("react/jsx-runtime");
6380
+ var import_jsx_runtime95 = require("react/jsx-runtime");
6369
6381
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
6370
6382
  var states33 = [];
6371
6383
  var options30 = {};
@@ -6375,7 +6387,7 @@ var ColorPreview = (props) => {
6375
6387
  iconName,
6376
6388
  ...other
6377
6389
  } = props;
6378
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(
6390
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(
6379
6391
  "span",
6380
6392
  {
6381
6393
  ...other,
@@ -6388,8 +6400,8 @@ var ColorPreview = (props) => {
6388
6400
  }
6389
6401
  ),
6390
6402
  children: [
6391
- iconName && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6392
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(
6403
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
6404
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6393
6405
  "span",
6394
6406
  {
6395
6407
  className: "k-color-preview-mask",
@@ -6405,7 +6417,7 @@ ColorPreview.options = options30;
6405
6417
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
6406
6418
 
6407
6419
  // src/colorpicker/colorpicker.spec.tsx
6408
- var import_jsx_runtime92 = require("react/jsx-runtime");
6420
+ var import_jsx_runtime96 = require("react/jsx-runtime");
6409
6421
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
6410
6422
  var states34 = [
6411
6423
  States.hover,
@@ -6445,7 +6457,7 @@ var ColorPicker = (props) => {
6445
6457
  arrowIconName = defaultProps28.arrowIconName,
6446
6458
  ...other
6447
6459
  } = props;
6448
- return /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)(
6460
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(
6449
6461
  Picker,
6450
6462
  {
6451
6463
  ...other,
@@ -6464,14 +6476,14 @@ var ColorPicker = (props) => {
6464
6476
  "k-icon-picker"
6465
6477
  ),
6466
6478
  children: [
6467
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(InputPrefix, { children: prefix }),
6468
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6479
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputPrefix, { children: prefix }),
6480
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6469
6481
  InputInnerSpan,
6470
6482
  {
6471
6483
  placeholder,
6472
6484
  value,
6473
6485
  showValue: false,
6474
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6486
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6475
6487
  ColorPreview,
6476
6488
  {
6477
6489
  className: "k-value-icon",
@@ -6482,8 +6494,8 @@ var ColorPicker = (props) => {
6482
6494
  valueIconName
6483
6495
  }
6484
6496
  ),
6485
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(InputSuffix, { children: suffix }),
6486
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(
6497
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(InputSuffix, { children: suffix }),
6498
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6487
6499
  Button,
6488
6500
  {
6489
6501
  className: "k-input-button",
@@ -6503,7 +6515,7 @@ ColorPicker.className = COLORPICKER_CLASSNAME;
6503
6515
  ColorPicker.defaultProps = defaultProps28;
6504
6516
 
6505
6517
  // src/action-sheet/action-sheet.spec.tsx
6506
- var import_jsx_runtime93 = require("react/jsx-runtime");
6518
+ var import_jsx_runtime97 = require("react/jsx-runtime");
6507
6519
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
6508
6520
  var states35 = [];
6509
6521
  var options32 = {};
@@ -6526,8 +6538,8 @@ var ActionSheet = (props) => {
6526
6538
  overlay = defaultProps29.overlay,
6527
6539
  ...other
6528
6540
  } = props;
6529
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6530
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6541
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6542
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6531
6543
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
6532
6544
  switch (child.type) {
6533
6545
  case ActionSheetHeader:
@@ -6537,10 +6549,10 @@ var ActionSheet = (props) => {
6537
6549
  return true;
6538
6550
  }
6539
6551
  return true;
6540
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(import_jsx_runtime93.Fragment, {});
6541
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "k-actionsheet-container", children: [
6542
- overlay && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-overlay" }),
6543
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6552
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(import_jsx_runtime97.Fragment, {});
6553
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)("div", { className: "k-actionsheet-container", children: [
6554
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: "k-overlay" }),
6555
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6544
6556
  AnimationContainer,
6545
6557
  {
6546
6558
  animationStyle: {
@@ -6550,7 +6562,7 @@ var ActionSheet = (props) => {
6550
6562
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
6551
6563
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
6552
6564
  },
6553
- children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(
6565
+ children: /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6554
6566
  "div",
6555
6567
  {
6556
6568
  ...other,
@@ -6563,9 +6575,9 @@ var ActionSheet = (props) => {
6563
6575
  "k-adaptive-actionsheet": adaptive
6564
6576
  }
6565
6577
  ),
6566
- children: /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)(import_jsx_runtime93.Fragment, { children: [
6578
+ children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(import_jsx_runtime97.Fragment, { children: [
6567
6579
  _ActionSheetHeader,
6568
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: classNames(
6580
+ /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("div", { className: classNames(
6569
6581
  "k-actionsheet-content",
6570
6582
  {
6571
6583
  "!k-overflow-hidden": adaptive
@@ -6585,7 +6597,7 @@ ActionSheet.className = ACTIONSHEET_CLASSNAME;
6585
6597
  ActionSheet.defaultProps = defaultProps29;
6586
6598
 
6587
6599
  // src/action-sheet/actionsheet-header.tsx
6588
- var import_jsx_runtime94 = require("react/jsx-runtime");
6600
+ var import_jsx_runtime98 = require("react/jsx-runtime");
6589
6601
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
6590
6602
  var ActionSheetHeader = (props) => {
6591
6603
  const {
@@ -6595,7 +6607,7 @@ var ActionSheetHeader = (props) => {
6595
6607
  filter,
6596
6608
  ...other
6597
6609
  } = props;
6598
- return /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(
6610
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6599
6611
  "div",
6600
6612
  {
6601
6613
  ...other,
@@ -6603,23 +6615,23 @@ var ActionSheetHeader = (props) => {
6603
6615
  props.className,
6604
6616
  ACTIONSHEETHEADER_CLASSNAME
6605
6617
  ),
6606
- children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)(import_jsx_runtime94.Fragment, { children: [
6607
- /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6608
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(import_jsx_runtime94.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime94.jsxs)("div", { className: "k-actionsheet-title", children: [
6609
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-text-center", children: title }),
6610
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6618
+ children: /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)(import_jsx_runtime98.Fragment, { children: [
6619
+ /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6620
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_jsx_runtime98.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsxs)("div", { className: "k-actionsheet-title", children: [
6621
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "k-text-center", children: title }),
6622
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6611
6623
  ] }) }),
6612
- props.children && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6613
- actions && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(import_jsx_runtime94.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6624
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6625
+ actions && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_jsx_runtime98.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6614
6626
  ] }),
6615
- filter && /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(import_jsx_runtime94.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime94.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6627
+ filter && /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(import_jsx_runtime98.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6616
6628
  ] })
6617
6629
  }
6618
6630
  );
6619
6631
  };
6620
6632
 
6621
6633
  // src/action-buttons/action-buttons.spec.tsx
6622
- var import_jsx_runtime95 = require("react/jsx-runtime");
6634
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6623
6635
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
6624
6636
  var states36 = [];
6625
6637
  var options33 = {};
@@ -6633,7 +6645,7 @@ var ActionButtons = (props) => {
6633
6645
  orientation = defaultProps30.orientation,
6634
6646
  ...other
6635
6647
  } = props;
6636
- return /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
6648
+ return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6637
6649
  "div",
6638
6650
  {
6639
6651
  ...other,
@@ -6656,14 +6668,14 @@ ActionButtons.defaultProps = defaultProps30;
6656
6668
  var action_buttons_spec_default = ActionButtons;
6657
6669
 
6658
6670
  // src/action-sheet/actionsheet-footer.tsx
6659
- var import_jsx_runtime96 = require("react/jsx-runtime");
6671
+ var import_jsx_runtime100 = require("react/jsx-runtime");
6660
6672
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
6661
6673
  var ActionSheetFooter = (props) => {
6662
6674
  const {
6663
6675
  actions,
6664
6676
  ...other
6665
6677
  } = props;
6666
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
6678
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
6667
6679
  action_buttons_spec_default,
6668
6680
  {
6669
6681
  ...other,
@@ -6672,17 +6684,17 @@ var ActionSheetFooter = (props) => {
6672
6684
  ACTIONSHEETFOOTER_CLASSNAME
6673
6685
  ),
6674
6686
  alignment: "stretched",
6675
- children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
6687
+ children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6676
6688
  actions && actions.map((action, index) => {
6677
6689
  if (action === "|") {
6678
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("span", { className: "k-separator" }, index);
6690
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-separator" }, index);
6679
6691
  }
6680
6692
  if (action === " ") {
6681
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("span", { className: "k-spacer" }, index);
6693
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("span", { className: "k-spacer" }, index);
6682
6694
  }
6683
6695
  const importantFlag = action.startsWith("!");
6684
6696
  const actionName = importantFlag ? action.substring(1) : action;
6685
- return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6697
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6686
6698
  }),
6687
6699
  !actions && props.children
6688
6700
  ] })
@@ -6691,12 +6703,12 @@ var ActionSheetFooter = (props) => {
6691
6703
  };
6692
6704
 
6693
6705
  // src/action-sheet/actionsheet-items.tsx
6694
- var import_jsx_runtime97 = require("react/jsx-runtime");
6706
+ var import_jsx_runtime101 = require("react/jsx-runtime");
6695
6707
  var ActionSheetItems = (props) => {
6696
6708
  const {
6697
6709
  ...other
6698
6710
  } = props;
6699
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6711
+ return /* @__PURE__ */ (0, import_jsx_runtime101.jsx)(
6700
6712
  "div",
6701
6713
  {
6702
6714
  ...other,
@@ -6710,7 +6722,7 @@ var ActionSheetItems = (props) => {
6710
6722
  };
6711
6723
 
6712
6724
  // src/action-sheet/actionsheet-item.tsx
6713
- var import_jsx_runtime98 = require("react/jsx-runtime");
6725
+ var import_jsx_runtime102 = require("react/jsx-runtime");
6714
6726
  var states37 = [
6715
6727
  States.hover,
6716
6728
  States.focus,
@@ -6719,7 +6731,7 @@ var states37 = [
6719
6731
  ];
6720
6732
 
6721
6733
  // src/combobox/combobox.spec.tsx
6722
- var import_jsx_runtime99 = require("react/jsx-runtime");
6734
+ var import_jsx_runtime103 = require("react/jsx-runtime");
6723
6735
  var COMBOBOX_CLASSNAME = `k-combobox`;
6724
6736
  var states38 = [
6725
6737
  States.hover,
@@ -6764,8 +6776,8 @@ var Combobox = (props) => {
6764
6776
  adaptiveSettings,
6765
6777
  ...other
6766
6778
  } = props;
6767
- return /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(import_jsx_runtime99.Fragment, { children: [
6768
- /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(
6779
+ return /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(import_jsx_runtime103.Fragment, { children: [
6780
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(
6769
6781
  Input,
6770
6782
  {
6771
6783
  ...other,
@@ -6782,9 +6794,9 @@ var Combobox = (props) => {
6782
6794
  readonly,
6783
6795
  className: classNames(props.className, COMBOBOX_CLASSNAME),
6784
6796
  children: [
6785
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputPrefix, { children: prefix }),
6786
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputInnerInput, { placeholder, value }),
6787
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6797
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputPrefix, { children: prefix }),
6798
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputInnerInput, { placeholder, value }),
6799
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6788
6800
  InputValidationIcon,
6789
6801
  {
6790
6802
  valid,
@@ -6793,14 +6805,14 @@ var Combobox = (props) => {
6793
6805
  disabled
6794
6806
  }
6795
6807
  ),
6796
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6808
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6797
6809
  InputLoadingIcon,
6798
6810
  {
6799
6811
  loading,
6800
6812
  disabled
6801
6813
  }
6802
6814
  ),
6803
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6815
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6804
6816
  InputClearValue,
6805
6817
  {
6806
6818
  loading,
@@ -6809,8 +6821,8 @@ var Combobox = (props) => {
6809
6821
  value
6810
6822
  }
6811
6823
  ),
6812
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(InputSuffix, { children: suffix }),
6813
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6824
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(InputSuffix, { children: suffix }),
6825
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6814
6826
  Button,
6815
6827
  {
6816
6828
  className: "k-input-button",
@@ -6823,9 +6835,9 @@ var Combobox = (props) => {
6823
6835
  ]
6824
6836
  }
6825
6837
  ),
6826
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6827
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6828
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(
6838
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
6839
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
6840
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(
6829
6841
  ActionSheetHeader,
6830
6842
  {
6831
6843
  actions: ["x"],
@@ -6833,10 +6845,10 @@ var Combobox = (props) => {
6833
6845
  title: "Select Item"
6834
6846
  }
6835
6847
  ),
6836
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime99.jsxs)(List, { size: "large", children: [
6837
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" }),
6838
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" }),
6839
- /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(ListItem, { text: "List item" })
6848
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime103.jsxs)(List, { size: "large", children: [
6849
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ListItem, { text: "List item" }),
6850
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ListItem, { text: "List item" }),
6851
+ /* @__PURE__ */ (0, import_jsx_runtime103.jsx)(ListItem, { text: "List item" })
6840
6852
  ] }) })
6841
6853
  ] })
6842
6854
  ] });
@@ -6847,19 +6859,19 @@ Combobox.className = COMBOBOX_CLASSNAME;
6847
6859
  Combobox.defaultProps = defaultProps31;
6848
6860
 
6849
6861
  // src/combobox/templates/combobox-normal.tsx
6850
- var import_jsx_runtime100 = require("react/jsx-runtime");
6862
+ var import_jsx_runtime104 = require("react/jsx-runtime");
6851
6863
 
6852
6864
  // src/combobox/templates/combobox-popup.tsx
6853
- var import_jsx_runtime101 = require("react/jsx-runtime");
6865
+ var import_jsx_runtime105 = require("react/jsx-runtime");
6854
6866
 
6855
6867
  // src/combobox/templates/combobox-grouping.tsx
6856
- var import_jsx_runtime102 = require("react/jsx-runtime");
6868
+ var import_jsx_runtime106 = require("react/jsx-runtime");
6857
6869
 
6858
6870
  // src/combobox/templates/combobox-adaptive.tsx
6859
- var import_jsx_runtime103 = require("react/jsx-runtime");
6871
+ var import_jsx_runtime107 = require("react/jsx-runtime");
6860
6872
 
6861
6873
  // src/menu-button/menu-button.spec.tsx
6862
- var import_jsx_runtime104 = require("react/jsx-runtime");
6874
+ var import_jsx_runtime108 = require("react/jsx-runtime");
6863
6875
  var MENUBUTTON_CLASSNAME = `k-menu-button`;
6864
6876
  var states39 = [
6865
6877
  States.hover,
@@ -6913,8 +6925,8 @@ var MenuButton = (props) => {
6913
6925
  opened,
6914
6926
  ...other
6915
6927
  } = props;
6916
- return /* @__PURE__ */ (0, import_jsx_runtime104.jsxs)(import_jsx_runtime104.Fragment, { children: [
6917
- /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(
6928
+ return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(import_jsx_runtime108.Fragment, { children: [
6929
+ /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6918
6930
  Button,
6919
6931
  {
6920
6932
  ...other,
@@ -6937,7 +6949,7 @@ var MenuButton = (props) => {
6937
6949
  arrowIconName
6938
6950
  }
6939
6951
  ),
6940
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime104.jsx)(Popup, { className: "k-menu-popup", children: popup })
6952
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Popup, { className: "k-menu-popup", children: popup })
6941
6953
  ] });
6942
6954
  };
6943
6955
  MenuButton.states = states39;
@@ -6946,16 +6958,16 @@ MenuButton.className = MENUBUTTON_CLASSNAME;
6946
6958
  MenuButton.defaultProps = defaultProps32;
6947
6959
 
6948
6960
  // src/menu-button/templates/icon-menu-button.tsx
6949
- var import_jsx_runtime105 = require("react/jsx-runtime");
6961
+ var import_jsx_runtime109 = require("react/jsx-runtime");
6950
6962
 
6951
6963
  // src/menu-button/templates/icon-text-menu-button.tsx
6952
- var import_jsx_runtime106 = require("react/jsx-runtime");
6964
+ var import_jsx_runtime110 = require("react/jsx-runtime");
6953
6965
 
6954
6966
  // src/menu-button/templates/text-menu-button.tsx
6955
- var import_jsx_runtime107 = require("react/jsx-runtime");
6967
+ var import_jsx_runtime111 = require("react/jsx-runtime");
6956
6968
 
6957
6969
  // src/menu/menu-item.spec.tsx
6958
- var import_jsx_runtime108 = require("react/jsx-runtime");
6970
+ var import_jsx_runtime112 = require("react/jsx-runtime");
6959
6971
  var MENUITEM_CLASSNAME = `k-menu-item`;
6960
6972
  var states40 = [
6961
6973
  States.hover,
@@ -6983,7 +6995,7 @@ var MenuItem = (props) => {
6983
6995
  children,
6984
6996
  ...other
6985
6997
  } = props;
6986
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_jsx_runtime108.Fragment, {});
6998
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(import_jsx_runtime112.Fragment, {});
6987
6999
  if (children) {
6988
7000
  children.forEach((child) => {
6989
7001
  const component = child.type;
@@ -6997,7 +7009,7 @@ var MenuItem = (props) => {
6997
7009
  if (!expandArrowName) {
6998
7010
  expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
6999
7011
  }
7000
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
7012
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
7001
7013
  "li",
7002
7014
  {
7003
7015
  ...other,
@@ -7012,7 +7024,7 @@ var MenuItem = (props) => {
7012
7024
  })
7013
7025
  ),
7014
7026
  children: [
7015
- /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(
7027
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
7016
7028
  "span",
7017
7029
  {
7018
7030
  className: classNames(
@@ -7025,9 +7037,9 @@ var MenuItem = (props) => {
7025
7037
  })
7026
7038
  ),
7027
7039
  children: [
7028
- icon && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7029
- /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("span", { className: "k-menu-link-text", children: text }),
7030
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Icon, { icon: expandArrowName }) })
7040
+ icon && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7041
+ /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("span", { className: "k-menu-link-text", children: text }),
7042
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(Icon, { icon: expandArrowName }) })
7031
7043
  ]
7032
7044
  }
7033
7045
  ),
@@ -7043,7 +7055,7 @@ MenuItem.defaultProps = defaultProps33;
7043
7055
  var menu_item_spec_default = MenuItem;
7044
7056
 
7045
7057
  // src/menu/menu-separator.spec.tsx
7046
- var import_jsx_runtime109 = require("react/jsx-runtime");
7058
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7047
7059
  var SEPARATOR_CLASSNAME = `k-separator`;
7048
7060
  var defaultProps34 = {
7049
7061
  orientation: "horizontal"
@@ -7053,7 +7065,7 @@ var MenuSeparator = (props) => {
7053
7065
  orientation = defaultProps34.orientation,
7054
7066
  ...other
7055
7067
  } = props;
7056
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
7068
+ return /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7057
7069
  "li",
7058
7070
  {
7059
7071
  ...other,
@@ -7071,10 +7083,10 @@ var MenuSeparator = (props) => {
7071
7083
  var menu_separator_spec_default = MenuSeparator;
7072
7084
 
7073
7085
  // src/menu/menu-item-content.tsx
7074
- var import_jsx_runtime110 = require("react/jsx-runtime");
7086
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7075
7087
 
7076
7088
  // src/menu/menu-list.spec.tsx
7077
- var import_jsx_runtime111 = require("react/jsx-runtime");
7089
+ var import_jsx_runtime115 = require("react/jsx-runtime");
7078
7090
  var import_react = require("react");
7079
7091
  var MENULIST_CLASSNAME = `k-menu-group`;
7080
7092
  var states41 = [];
@@ -7102,7 +7114,7 @@ var MenuList = (props) => {
7102
7114
  );
7103
7115
  } else if (child.type === menu_separator_spec_default) {
7104
7116
  listChildren.push(
7105
- /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(menu_separator_spec_default, {})
7117
+ /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(menu_separator_spec_default, {})
7106
7118
  );
7107
7119
  } else {
7108
7120
  listChildren.push(child);
@@ -7110,7 +7122,7 @@ var MenuList = (props) => {
7110
7122
  });
7111
7123
  }
7112
7124
  }
7113
- return /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(
7125
+ return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7114
7126
  "ul",
7115
7127
  {
7116
7128
  ...other,
@@ -7131,10 +7143,10 @@ MenuList.className = MENULIST_CLASSNAME;
7131
7143
  MenuList.defaultProps = defaultProps35;
7132
7144
 
7133
7145
  // src/menu-button/templates/menu-button-popup.tsx
7134
- var import_jsx_runtime112 = require("react/jsx-runtime");
7146
+ var import_jsx_runtime116 = require("react/jsx-runtime");
7135
7147
 
7136
7148
  // src/split-button/split-button.spec.tsx
7137
- var import_jsx_runtime113 = require("react/jsx-runtime");
7149
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7138
7150
  var SPLITBUTTON_CLASSNAME = `k-split-button`;
7139
7151
  var states42 = [
7140
7152
  States.hover,
@@ -7186,8 +7198,8 @@ var SplitButton = (props) => {
7186
7198
  opened,
7187
7199
  ...other
7188
7200
  } = props;
7189
- return /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(import_jsx_runtime113.Fragment, { children: [
7190
- /* @__PURE__ */ (0, import_jsx_runtime113.jsxs)(
7201
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(import_jsx_runtime117.Fragment, { children: [
7202
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsxs)(
7191
7203
  "div",
7192
7204
  {
7193
7205
  ...other,
@@ -7200,7 +7212,7 @@ var SplitButton = (props) => {
7200
7212
  })
7201
7213
  ),
7202
7214
  children: [
7203
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7215
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7204
7216
  Button,
7205
7217
  {
7206
7218
  text,
@@ -7217,7 +7229,7 @@ var SplitButton = (props) => {
7217
7229
  children: props.children
7218
7230
  }
7219
7231
  ),
7220
- /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(
7232
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7221
7233
  Button,
7222
7234
  {
7223
7235
  className: "k-split-button-arrow",
@@ -7231,7 +7243,7 @@ var SplitButton = (props) => {
7231
7243
  ]
7232
7244
  }
7233
7245
  ),
7234
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime113.jsx)(Popup, { className: "k-menu-popup", children: popup })
7246
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(Popup, { className: "k-menu-popup", children: popup })
7235
7247
  ] });
7236
7248
  };
7237
7249
  SplitButton.states = states42;
@@ -7241,7 +7253,7 @@ SplitButton.defaultProps = defaultProps36;
7241
7253
  var split_button_spec_default = SplitButton;
7242
7254
 
7243
7255
  // src/toolbar/toolbar.spec.tsx
7244
- var import_jsx_runtime114 = require("react/jsx-runtime");
7256
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7245
7257
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7246
7258
  var states43 = [
7247
7259
  States.focus
@@ -7264,7 +7276,7 @@ var Toolbar = (props) => {
7264
7276
  const tempToolbarChildren = [];
7265
7277
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7266
7278
  tempToolbarChildren.push(
7267
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7279
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7268
7280
  Button,
7269
7281
  {
7270
7282
  ...child.props,
@@ -7275,7 +7287,7 @@ var Toolbar = (props) => {
7275
7287
  );
7276
7288
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7277
7289
  tempToolbarChildren.push(
7278
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7290
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7279
7291
  Button,
7280
7292
  {
7281
7293
  ...child.props,
@@ -7286,7 +7298,7 @@ var Toolbar = (props) => {
7286
7298
  );
7287
7299
  } else if (child.type === Button) {
7288
7300
  tempToolbarChildren.push(
7289
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7301
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7290
7302
  Button,
7291
7303
  {
7292
7304
  ...child.props,
@@ -7297,7 +7309,7 @@ var Toolbar = (props) => {
7297
7309
  );
7298
7310
  } else if (child.type === MenuButton) {
7299
7311
  tempToolbarChildren.push(
7300
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7312
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7301
7313
  MenuButton,
7302
7314
  {
7303
7315
  ...child.props,
@@ -7308,7 +7320,7 @@ var Toolbar = (props) => {
7308
7320
  );
7309
7321
  } else if (child.type === split_button_spec_default) {
7310
7322
  tempToolbarChildren.push(
7311
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7323
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7312
7324
  split_button_spec_default,
7313
7325
  {
7314
7326
  ...child.props,
@@ -7322,7 +7334,7 @@ var Toolbar = (props) => {
7322
7334
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7323
7335
  childrenArray.forEach((button, bindex) => {
7324
7336
  buttonGroupItems.push(
7325
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7337
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7326
7338
  Button,
7327
7339
  {
7328
7340
  ...button.props,
@@ -7333,7 +7345,7 @@ var Toolbar = (props) => {
7333
7345
  );
7334
7346
  });
7335
7347
  tempToolbarChildren.push(
7336
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7348
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7337
7349
  ButtonGroup,
7338
7350
  {
7339
7351
  ...child.props,
@@ -7345,7 +7357,7 @@ var Toolbar = (props) => {
7345
7357
  );
7346
7358
  } else if (child.type === Combobox) {
7347
7359
  tempToolbarChildren.push(
7348
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7360
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7349
7361
  Combobox,
7350
7362
  {
7351
7363
  ...child.props,
@@ -7356,7 +7368,7 @@ var Toolbar = (props) => {
7356
7368
  );
7357
7369
  } else if (child.type === DropdownList) {
7358
7370
  tempToolbarChildren.push(
7359
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7371
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7360
7372
  DropdownList,
7361
7373
  {
7362
7374
  ...child.props,
@@ -7367,7 +7379,7 @@ var Toolbar = (props) => {
7367
7379
  );
7368
7380
  } else if (child.type === ColorPicker) {
7369
7381
  tempToolbarChildren.push(
7370
- /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7382
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7371
7383
  ColorPicker,
7372
7384
  {
7373
7385
  ...child.props,
@@ -7389,7 +7401,7 @@ var Toolbar = (props) => {
7389
7401
  addUniqueToolClass(child, index);
7390
7402
  });
7391
7403
  }
7392
- return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7404
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7393
7405
  "div",
7394
7406
  {
7395
7407
  ...other,
@@ -7416,7 +7428,7 @@ Toolbar.className = TOOLBAR_CLASSNAME;
7416
7428
  Toolbar.defaultProps = defaultProps37;
7417
7429
 
7418
7430
  // src/toolbar/toolbar-angular.spec.tsx
7419
- var import_jsx_runtime115 = require("react/jsx-runtime");
7431
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7420
7432
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7421
7433
  var states44 = [
7422
7434
  States.focus
@@ -7439,7 +7451,7 @@ var ToolbarAngular = (props) => {
7439
7451
  const tempToolbarChildren = [];
7440
7452
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7441
7453
  tempToolbarChildren.push(
7442
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7454
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7443
7455
  Button,
7444
7456
  {
7445
7457
  ...child.props,
@@ -7450,7 +7462,7 @@ var ToolbarAngular = (props) => {
7450
7462
  );
7451
7463
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7452
7464
  tempToolbarChildren.push(
7453
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7465
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7454
7466
  Button,
7455
7467
  {
7456
7468
  ...child.props,
@@ -7461,7 +7473,7 @@ var ToolbarAngular = (props) => {
7461
7473
  );
7462
7474
  } else if (child.type === Button) {
7463
7475
  tempToolbarChildren.push(
7464
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7476
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7465
7477
  Button,
7466
7478
  {
7467
7479
  ...child.props,
@@ -7472,7 +7484,7 @@ var ToolbarAngular = (props) => {
7472
7484
  );
7473
7485
  } else if (child.type === MenuButton) {
7474
7486
  tempToolbarChildren.push(
7475
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7487
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7476
7488
  MenuButton,
7477
7489
  {
7478
7490
  ...child.props,
@@ -7483,7 +7495,7 @@ var ToolbarAngular = (props) => {
7483
7495
  );
7484
7496
  } else if (child.type === split_button_spec_default) {
7485
7497
  tempToolbarChildren.push(
7486
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7498
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7487
7499
  split_button_spec_default,
7488
7500
  {
7489
7501
  ...child.props,
@@ -7497,7 +7509,7 @@ var ToolbarAngular = (props) => {
7497
7509
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7498
7510
  childrenArray.forEach((button, bindex) => {
7499
7511
  buttonGroupItems.push(
7500
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7512
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7501
7513
  Button,
7502
7514
  {
7503
7515
  ...button.props,
@@ -7508,7 +7520,7 @@ var ToolbarAngular = (props) => {
7508
7520
  );
7509
7521
  });
7510
7522
  tempToolbarChildren.push(
7511
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7523
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7512
7524
  ButtonGroup,
7513
7525
  {
7514
7526
  ...child.props,
@@ -7520,7 +7532,7 @@ var ToolbarAngular = (props) => {
7520
7532
  );
7521
7533
  } else if (child.type === Combobox) {
7522
7534
  tempToolbarChildren.push(
7523
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7535
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7524
7536
  Combobox,
7525
7537
  {
7526
7538
  ...child.props,
@@ -7531,7 +7543,7 @@ var ToolbarAngular = (props) => {
7531
7543
  );
7532
7544
  } else if (child.type === DropdownList) {
7533
7545
  tempToolbarChildren.push(
7534
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7546
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7535
7547
  DropdownList,
7536
7548
  {
7537
7549
  ...child.props,
@@ -7542,7 +7554,7 @@ var ToolbarAngular = (props) => {
7542
7554
  );
7543
7555
  } else if (child.type === ColorPicker) {
7544
7556
  tempToolbarChildren.push(
7545
- /* @__PURE__ */ (0, import_jsx_runtime115.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7557
+ /* @__PURE__ */ (0, import_jsx_runtime119.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7546
7558
  ColorPicker,
7547
7559
  {
7548
7560
  ...child.props,
@@ -7564,7 +7576,7 @@ var ToolbarAngular = (props) => {
7564
7576
  addUniqueToolClass(child, index);
7565
7577
  });
7566
7578
  }
7567
- return /* @__PURE__ */ (0, import_jsx_runtime115.jsx)(
7579
+ return /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7568
7580
  "div",
7569
7581
  {
7570
7582
  ...other,
@@ -7591,10 +7603,10 @@ ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7591
7603
  ToolbarAngular.defaultProps = defaultProps38;
7592
7604
 
7593
7605
  // src/toolbar/toolbar-separator.tsx
7594
- var import_jsx_runtime116 = require("react/jsx-runtime");
7606
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7595
7607
 
7596
7608
  // src/toolbar/toolbar-item.spec.tsx
7597
- var import_jsx_runtime117 = require("react/jsx-runtime");
7609
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7598
7610
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7599
7611
  var states45 = [
7600
7612
  States.focus
@@ -7606,7 +7618,7 @@ var ToolbarItem = (props) => {
7606
7618
  focus,
7607
7619
  ...other
7608
7620
  } = props;
7609
- return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7621
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7610
7622
  "div",
7611
7623
  {
7612
7624
  ...other,
@@ -7627,7 +7639,7 @@ ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7627
7639
  ToolbarItem.defaultProps = defaultProps39;
7628
7640
 
7629
7641
  // src/grid/tests/grid-column-reordering-actions.tsx
7630
- var import_jsx_runtime118 = require("react/jsx-runtime");
7642
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7631
7643
  var styles = `
7632
7644
  .k-animation-container,
7633
7645
  .k-popup {
@@ -7637,165 +7649,165 @@ var styles = `
7637
7649
  left: 254px;
7638
7650
  }
7639
7651
  `;
7640
- var grid_column_reordering_actions_default = () => /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7641
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("style", { children: styles }),
7642
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { id: "test-area", children: [
7643
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7644
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(ChipList, { children: [
7645
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7646
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(ChipAction, { type: "more" }),
7647
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(ChipAction, { type: "remove" })
7652
+ var grid_column_reordering_actions_default = () => /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
7653
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("style", { children: styles }),
7654
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { id: "test-area", children: [
7655
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-grid k-grid-md k-grid-no-scrollbar", children: [
7656
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Toolbar, { className: "k-grid-toolbar", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(ChipList, { children: [
7657
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Chip, { text: "Units in Stock", icon: "sort-asc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
7658
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ChipAction, { type: "more" }),
7659
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ChipAction, { type: "remove" })
7648
7660
  ] }) }),
7649
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_jsx_runtime118.Fragment, { children: [
7650
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(ChipAction, { type: "more" }),
7651
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(ChipAction, { type: "remove" })
7661
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Chip, { text: "Category", icon: "sort-desc-small", actions: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
7662
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ChipAction, { type: "more" }),
7663
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(ChipAction, { type: "remove" })
7652
7664
  ] }) })
7653
7665
  ] }) }),
7654
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
7655
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("colgroup", { children: [
7656
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("col", {}),
7657
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("col", {}),
7658
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("col", {})
7666
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-grid-header", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-grid-header-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(Table, { size: "medium", className: "k-grid-header-table", children: [
7667
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("colgroup", { children: [
7668
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("col", {}),
7669
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("col", {}),
7670
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("col", {})
7659
7671
  ] }),
7660
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(TableRow, { children: [
7661
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-cell-inner", children: [
7662
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-link", children: [
7663
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-column-title", children: "Product Id" }),
7664
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "sort-asc-small" }) })
7672
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableThead, { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(TableRow, { children: [
7673
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-cell-inner", children: [
7674
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-link", children: [
7675
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-column-title", children: "Product Id" }),
7676
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "sort-asc-small" }) })
7665
7677
  ] }),
7666
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "more-vertical" }) })
7678
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "more-vertical" }) })
7667
7679
  ] }) }),
7668
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-cell-inner", children: [
7669
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-link", children: [
7670
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
7671
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "sort-asc-small" }) })
7680
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-cell-inner", children: [
7681
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-link", children: [
7682
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-column-title", children: "Unit Price" }),
7683
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "sort-asc-small" }) })
7672
7684
  ] }),
7673
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "more-vertical" }) })
7685
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "more-vertical" }) })
7674
7686
  ] }) }),
7675
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-cell-inner", children: [
7676
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-link", children: [
7677
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
7678
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "sort-asc-small" }) })
7687
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-cell-inner", children: [
7688
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-link", children: [
7689
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-column-title", children: "Discontinued" }),
7690
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "sort-asc-small" }) })
7679
7691
  ] }),
7680
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "more-vertical" }) })
7692
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "more-vertical" }) })
7681
7693
  ] }) }),
7682
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-cell-inner", children: [
7683
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("span", { className: "k-link", children: [
7684
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-column-title", children: "Category" }),
7685
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "sort-asc-small" }) })
7694
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTh, { className: "k-header k-sorted", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-cell-inner", children: [
7695
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("span", { className: "k-link", children: [
7696
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-column-title", children: "Category" }),
7697
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-sort-icon", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "sort-asc-small" }) })
7686
7698
  ] }),
7687
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "more-vertical" }) })
7699
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("a", { href: "#", className: "k-grid-header-menu k-grid-column-menu", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "more-vertical" }) })
7688
7700
  ] }) })
7689
7701
  ] }) })
7690
7702
  ] }) }) }),
7691
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
7692
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("colgroup", { children: [
7693
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("col", {}),
7694
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("col", {}),
7695
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("col", {})
7703
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-grid-content", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(Table, { size: "medium", className: "k-grid-table", children: [
7704
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("colgroup", { children: [
7705
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("col", {}),
7706
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("col", {}),
7707
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("col", {})
7696
7708
  ] }),
7697
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(TableTbody, { children: [
7698
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(TableRow, { className: "k-master-row", children: [
7699
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
7700
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "21.35" }),
7701
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "0" }),
7702
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Condiments" })
7709
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(TableTbody, { children: [
7710
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(TableRow, { className: "k-master-row", children: [
7711
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Chef Anton's Gumbo" }),
7712
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "21.35" }),
7713
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "0" }),
7714
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Condiments" })
7703
7715
  ] }),
7704
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(TableRow, { alt: true, children: [
7705
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Alice Mutton" }),
7706
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "39" }),
7707
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "0" }),
7708
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Meat/Poultry" })
7716
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(TableRow, { alt: true, children: [
7717
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Alice Mutton" }),
7718
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "39" }),
7719
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "0" }),
7720
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Meat/Poultry" })
7709
7721
  ] }),
7710
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(TableRow, { className: "k-master-row", children: [
7711
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7712
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "123.79" }),
7713
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "1" }),
7714
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Meat/Poultry" })
7722
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(TableRow, { className: "k-master-row", children: [
7723
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Singaporean Hokkien Fried Mee" }),
7724
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "123.79" }),
7725
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "1" }),
7726
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Meat/Poultry" })
7715
7727
  ] }),
7716
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(TableRow, { alt: true, children: [
7717
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Gorgonzola Telino" }),
7718
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "12.5" }),
7719
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "0" }),
7720
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Meat/Poultry" })
7728
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(TableRow, { alt: true, children: [
7729
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Gorgonzola Telino" }),
7730
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "12.5" }),
7731
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "0" }),
7732
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Meat/Poultry" })
7721
7733
  ] }),
7722
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(TableRow, { className: "k-master-row", children: [
7723
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Perth Pasties" }),
7724
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "32.8" }),
7725
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "0" }),
7726
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TableTd, { children: "Meat/Poultry" })
7734
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(TableRow, { className: "k-master-row", children: [
7735
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Perth Pasties" }),
7736
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "32.8" }),
7737
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "0" }),
7738
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(TableTd, { children: "Meat/Poultry" })
7727
7739
  ] })
7728
7740
  ] })
7729
7741
  ] }) }),
7730
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
7742
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Pager, { refresh: false, className: "k-grid-pager" })
7731
7743
  ] }) }),
7732
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
7733
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
7734
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item", children: [
7735
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "sort-asc-small" }),
7744
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
7745
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
7746
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item", children: [
7747
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "sort-asc-small" }),
7736
7748
  "Sort ascending"
7737
7749
  ] }),
7738
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item", children: [
7739
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "sort-desc-small" }),
7750
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item", children: [
7751
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "sort-desc-small" }),
7740
7752
  "Sort descending"
7741
7753
  ] })
7742
7754
  ] }),
7743
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item", children: [
7744
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "columns" }),
7755
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item", children: [
7756
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "columns" }),
7745
7757
  "Columns",
7746
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-spacer" }),
7747
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "chevron-down" }) })
7758
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-spacer" }),
7759
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "chevron-down" }) })
7748
7760
  ] }) }) }),
7749
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item", children: [
7750
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "filter" }),
7761
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item", children: [
7762
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "filter" }),
7751
7763
  "Filter",
7752
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-spacer" }),
7753
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "chevron-down" }) })
7764
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-spacer" }),
7765
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "chevron-down" }) })
7754
7766
  ] }) }) }),
7755
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item", children: [
7756
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "group" }),
7767
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item", children: [
7768
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "group" }),
7757
7769
  "Group column"
7758
7770
  ] }) }),
7759
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
7760
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item", children: [
7761
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "max-width" }),
7771
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
7772
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item", children: [
7773
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "max-width" }),
7762
7774
  "Autosize this column"
7763
7775
  ] }),
7764
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item", children: [
7765
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "display-inline-flex" }),
7776
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item", children: [
7777
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "display-inline-flex" }),
7766
7778
  "Autosize all columns"
7767
7779
  ] })
7768
7780
  ] }),
7769
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-expander", children: [
7770
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-columnmenu-item", children: [
7771
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "set-column-position" }),
7781
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-expander", children: [
7782
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-columnmenu-item", children: [
7783
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "set-column-position" }),
7772
7784
  "Set column position",
7773
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-spacer" }),
7774
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "chevron-up" }) })
7785
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-spacer" }),
7786
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "chevron-up" }) })
7775
7787
  ] }),
7776
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-columnmenu-item-content k-columns-item", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-column-list", style: { maxHeight: "260px", overflowY: "hidden" }, children: [
7777
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-column-list-item", children: [
7778
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "lock" }),
7788
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-columnmenu-item-content k-columns-item", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-column-list", style: { maxHeight: "260px", overflowY: "hidden" }, children: [
7789
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-column-list-item", children: [
7790
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "lock" }),
7779
7791
  "Lock column"
7780
7792
  ] }),
7781
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
7782
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "unlock" }),
7793
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
7794
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "unlock" }),
7783
7795
  "Unlock column"
7784
7796
  ] }),
7785
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-column-list-item", children: [
7786
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "stick" }),
7797
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-column-list-item", children: [
7798
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "stick" }),
7787
7799
  "Stick column"
7788
7800
  ] }),
7789
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
7790
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "unstick" }),
7801
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-column-list-item k-disabled", children: [
7802
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "unstick" }),
7791
7803
  "Unstick column"
7792
7804
  ] }),
7793
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-column-list-item", children: [
7794
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "caret-alt-left" }),
7805
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-column-list-item", children: [
7806
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "caret-alt-left" }),
7795
7807
  "Move previous"
7796
7808
  ] }),
7797
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)("div", { className: "k-column-list-item", children: [
7798
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Icon, { icon: "caret-alt-right" }),
7809
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)("div", { className: "k-column-list-item", children: [
7810
+ /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Icon, { icon: "caret-alt-right" }),
7799
7811
  "Move next"
7800
7812
  ] })
7801
7813
  ] }) }) })