@progress/kendo-themes-html 7.2.1-dev.0 → 7.2.1-dev.1

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 (172) hide show
  1. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1096 -888
  2. package/dist/cjs/column-menu/column-menu-expander.spec.js +5933 -0
  3. package/dist/cjs/column-menu/column-menu-item-content.js +47 -0
  4. package/dist/cjs/column-menu/column-menu-item-wrapper.js +46 -0
  5. package/dist/cjs/column-menu/column-menu-item.spec.js +4396 -0
  6. package/dist/cjs/column-menu/column-menu-multicheck-item.js +261 -0
  7. package/dist/cjs/column-menu/column-menu-multicheck-wrap.js +46 -0
  8. package/dist/cjs/column-menu/column-menu.spec.js +67 -0
  9. package/dist/cjs/column-menu/filter-menu.spec.js +61 -0
  10. package/dist/cjs/column-menu/templates/column-menu-normal.js +5957 -0
  11. package/dist/cjs/column-menu/templates/column-menu-tabbed.js +5947 -0
  12. package/dist/cjs/column-menu/templates/filter-menu-multi-check.js +5984 -0
  13. package/dist/cjs/column-menu/templates/filter-menu-normal.js +5947 -0
  14. package/dist/cjs/column-menu/tests/column-menu-rtl.js +6038 -0
  15. package/dist/cjs/column-menu/tests/column-menu-tabbed.js +6026 -0
  16. package/dist/cjs/column-menu/tests/column-menu.js +6038 -0
  17. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1096 -888
  18. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +957 -749
  19. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +911 -703
  20. package/dist/cjs/form/tests/form-field-dropdowns.js +1095 -887
  21. package/dist/cjs/grid/tests/grid-column-menu-rtl.js +707 -603
  22. package/dist/cjs/grid/tests/grid-column-menu-tabbed.js +841 -655
  23. package/dist/cjs/grid/tests/grid-column-menu.js +706 -602
  24. package/dist/cjs/grid/tests/grid-column-reordering-actions.js +302 -122
  25. package/dist/cjs/grid/tests/grid-column-reordering.js +308 -128
  26. package/dist/cjs/grid/tests/grid-column-resizing-actions.js +290 -107
  27. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1168 -960
  28. package/dist/cjs/grid/tests/grid-grouping-actions.js +272 -59
  29. package/dist/cjs/index.js +2539 -2199
  30. package/dist/cjs/multiselect/templates/multiselect-prefix.js +1071 -863
  31. package/dist/cjs/multiselect/templates/multiselect-suffix.js +1071 -863
  32. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1077 -869
  33. package/dist/cjs/multiselect/tests/multiselect-flat.js +1101 -893
  34. package/dist/cjs/multiselect/tests/multiselect-grouping.js +1077 -869
  35. package/dist/cjs/multiselect/tests/multiselect-opened.js +1079 -871
  36. package/dist/cjs/multiselect/tests/multiselect-outline.js +1101 -893
  37. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1108 -900
  38. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1080 -872
  39. package/dist/cjs/multiselect/tests/multiselect-solid.js +1101 -893
  40. package/dist/cjs/pivotgrid/tests/pivotgrid-column-menus.js +886 -739
  41. package/dist/cjs/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
  42. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1110 -902
  43. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1124 -916
  44. package/dist/cjs/taskboard/taskboard-pane.js +1078 -870
  45. package/dist/cjs/taskboard/taskboard.spec.js +993 -785
  46. package/dist/cjs/taskboard/templates/taskboard-normal.js +1027 -819
  47. package/dist/cjs/taskboard/tests/taskboard-card-column-menu.js +1620 -64
  48. package/dist/cjs/taskboard/tests/taskboard-card.js +1099 -891
  49. package/dist/cjs/taskboard/tests/taskboard-column.js +1114 -906
  50. package/dist/cjs/taskboard/tests/taskboard-pane.js +1035 -827
  51. package/dist/cjs/taskboard/tests/taskboard-resources.js +1081 -873
  52. package/dist/cjs/taskboard/tests/taskboard-rtl.js +1033 -825
  53. package/dist/cjs/taskboard/tests/taskboard.js +1033 -825
  54. package/dist/cjs/treelist/tests/treelist-aggregate-react.js +4277 -73
  55. package/dist/cjs/treelist/tests/treelist-aggregates.js +4519 -216
  56. package/dist/cjs/treelist/tests/treelist-react.js +2518 -98
  57. package/dist/cjs/treelist/tests/treelist-row-reordering.js +4371 -59
  58. package/dist/cjs/treelist/tests/treelist.js +4409 -112
  59. package/dist/cjs/treelist/treelist.spec.js +8415 -0
  60. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1011 -803
  61. package/dist/esm/column-menu/column-menu-expander.spec.js +5917 -0
  62. package/dist/esm/column-menu/column-menu-item-content.js +25 -0
  63. package/dist/esm/column-menu/column-menu-item-wrapper.js +24 -0
  64. package/dist/esm/column-menu/column-menu-item.spec.js +4380 -0
  65. package/dist/esm/column-menu/column-menu-multicheck-item.js +239 -0
  66. package/dist/esm/column-menu/column-menu-multicheck-wrap.js +24 -0
  67. package/dist/esm/column-menu/column-menu.spec.js +45 -0
  68. package/dist/esm/column-menu/filter-menu.spec.js +39 -0
  69. package/dist/esm/column-menu/templates/column-menu-normal.js +5941 -0
  70. package/dist/esm/column-menu/templates/column-menu-tabbed.js +5931 -0
  71. package/dist/esm/column-menu/templates/filter-menu-multi-check.js +5968 -0
  72. package/dist/esm/column-menu/templates/filter-menu-normal.js +5931 -0
  73. package/dist/esm/column-menu/tests/column-menu-rtl.js +6022 -0
  74. package/dist/esm/column-menu/tests/column-menu-tabbed.js +6010 -0
  75. package/dist/esm/column-menu/tests/column-menu.js +6022 -0
  76. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1011 -803
  77. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +949 -741
  78. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +903 -695
  79. package/dist/esm/form/tests/form-field-dropdowns.js +1010 -802
  80. package/dist/esm/grid/tests/grid-column-menu-rtl.js +707 -603
  81. package/dist/esm/grid/tests/grid-column-menu-tabbed.js +852 -666
  82. package/dist/esm/grid/tests/grid-column-menu.js +706 -602
  83. package/dist/esm/grid/tests/grid-column-reordering-actions.js +302 -122
  84. package/dist/esm/grid/tests/grid-column-reordering.js +308 -128
  85. package/dist/esm/grid/tests/grid-column-resizing-actions.js +290 -107
  86. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1083 -875
  87. package/dist/esm/grid/tests/grid-grouping-actions.js +272 -59
  88. package/dist/esm/index.js +2495 -2155
  89. package/dist/esm/multiselect/templates/multiselect-prefix.js +986 -778
  90. package/dist/esm/multiselect/templates/multiselect-suffix.js +986 -778
  91. package/dist/esm/multiselect/tests/multiselect-adaptive.js +992 -784
  92. package/dist/esm/multiselect/tests/multiselect-flat.js +1016 -808
  93. package/dist/esm/multiselect/tests/multiselect-grouping.js +992 -784
  94. package/dist/esm/multiselect/tests/multiselect-opened.js +994 -786
  95. package/dist/esm/multiselect/tests/multiselect-outline.js +1016 -808
  96. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1023 -815
  97. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +995 -787
  98. package/dist/esm/multiselect/tests/multiselect-solid.js +1016 -808
  99. package/dist/esm/pivotgrid/tests/pivotgrid-column-menus.js +886 -739
  100. package/dist/esm/pivotgrid/tests/pivotgrid-settings-panel-reordering.js +1172 -308
  101. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1025 -817
  102. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1039 -831
  103. package/dist/esm/taskboard/taskboard-pane.js +985 -777
  104. package/dist/esm/taskboard/taskboard.spec.js +981 -773
  105. package/dist/esm/taskboard/templates/taskboard-normal.js +1015 -807
  106. package/dist/esm/taskboard/tests/taskboard-card-column-menu.js +1620 -64
  107. package/dist/esm/taskboard/tests/taskboard-card.js +1014 -806
  108. package/dist/esm/taskboard/tests/taskboard-column.js +1029 -821
  109. package/dist/esm/taskboard/tests/taskboard-pane.js +1023 -815
  110. package/dist/esm/taskboard/tests/taskboard-resources.js +996 -788
  111. package/dist/esm/taskboard/tests/taskboard-rtl.js +1021 -813
  112. package/dist/esm/taskboard/tests/taskboard.js +1021 -813
  113. package/dist/esm/treelist/tests/treelist-aggregate-react.js +4277 -73
  114. package/dist/esm/treelist/tests/treelist-aggregates.js +4520 -217
  115. package/dist/esm/treelist/tests/treelist-react.js +2518 -98
  116. package/dist/esm/treelist/tests/treelist-row-reordering.js +4371 -59
  117. package/dist/esm/treelist/tests/treelist.js +4410 -113
  118. package/dist/esm/treelist/treelist.spec.js +8399 -0
  119. package/dist/types/column-menu/column-menu-expander.spec.d.ts +17 -0
  120. package/dist/types/column-menu/column-menu-item-content.d.ts +1 -0
  121. package/dist/types/column-menu/column-menu-item-wrapper.d.ts +1 -0
  122. package/dist/types/column-menu/column-menu-item.spec.d.ts +17 -0
  123. package/dist/types/column-menu/column-menu-multicheck-item.d.ts +4 -0
  124. package/dist/types/column-menu/column-menu-multicheck-wrap.d.ts +1 -0
  125. package/dist/types/column-menu/column-menu.spec.d.ts +14 -0
  126. package/dist/types/column-menu/filter-menu.spec.d.ts +9 -0
  127. package/dist/types/column-menu/index.d.ts +12 -0
  128. package/dist/types/column-menu/templates/column-menu-normal.d.ts +1 -0
  129. package/dist/types/column-menu/templates/column-menu-tabbed.d.ts +1 -0
  130. package/dist/types/column-menu/templates/filter-menu-multi-check.d.ts +1 -0
  131. package/dist/types/column-menu/templates/filter-menu-normal.d.ts +1 -0
  132. package/dist/types/column-menu/tests/column-menu-rtl.d.ts +2 -0
  133. package/dist/types/column-menu/tests/column-menu-tabbed.d.ts +2 -0
  134. package/dist/types/column-menu/tests/column-menu.d.ts +2 -0
  135. package/dist/types/index.d.ts +2 -0
  136. package/dist/types/treelist/index.d.ts +1 -0
  137. package/dist/types/treelist/treelist.spec.d.ts +9 -0
  138. package/package.json +2 -2
  139. package/src/column-menu/column-menu-expander.spec.tsx +66 -0
  140. package/src/column-menu/column-menu-item-content.tsx +18 -0
  141. package/src/column-menu/column-menu-item-wrapper.tsx +17 -0
  142. package/src/column-menu/column-menu-item.spec.tsx +56 -0
  143. package/src/column-menu/column-menu-multicheck-item.tsx +32 -0
  144. package/src/column-menu/column-menu-multicheck-wrap.tsx +17 -0
  145. package/src/column-menu/column-menu.spec.tsx +46 -0
  146. package/src/column-menu/filter-menu.spec.tsx +38 -0
  147. package/src/column-menu/index.ts +12 -0
  148. package/src/column-menu/templates/column-menu-normal.tsx +23 -0
  149. package/src/column-menu/templates/column-menu-tabbed.tsx +36 -0
  150. package/src/column-menu/templates/filter-menu-multi-check.tsx +26 -0
  151. package/src/column-menu/templates/filter-menu-normal.tsx +23 -0
  152. package/src/column-menu/tests/column-menu-rtl.tsx +119 -0
  153. package/src/column-menu/tests/column-menu-tabbed.tsx +113 -0
  154. package/src/column-menu/tests/column-menu.tsx +119 -0
  155. package/src/grid/tests/grid-column-menu-rtl.tsx +194 -367
  156. package/src/grid/tests/grid-column-menu-tabbed.tsx +147 -260
  157. package/src/grid/tests/grid-column-menu.tsx +194 -366
  158. package/src/grid/tests/grid-column-reordering-actions.tsx +48 -77
  159. package/src/grid/tests/grid-column-reordering.tsx +60 -86
  160. package/src/grid/tests/grid-column-resizing-actions.tsx +25 -64
  161. package/src/grid/tests/grid-grouping-actions.tsx +15 -11
  162. package/src/index.ts +2 -1
  163. package/src/pivotgrid/tests/pivotgrid-column-menus.tsx +141 -232
  164. package/src/pivotgrid/tests/pivotgrid-settings-panel-reordering.tsx +17 -34
  165. package/src/taskboard/tests/taskboard-card-column-menu.tsx +12 -22
  166. package/src/treelist/index.ts +1 -0
  167. package/src/treelist/tests/treelist-aggregate-react.tsx +73 -71
  168. package/src/treelist/tests/treelist-aggregates.tsx +219 -242
  169. package/src/treelist/tests/treelist-react.tsx +98 -95
  170. package/src/treelist/tests/treelist-row-reordering.tsx +95 -74
  171. package/src/treelist/tests/treelist.tsx +110 -139
  172. package/src/treelist/treelist.spec.tsx +32 -0
@@ -4510,137 +4510,10 @@ var import_jsx_runtime7 = require("react/jsx-runtime");
4510
4510
  // src/button/templates/text-button.tsx
4511
4511
  var import_jsx_runtime8 = require("react/jsx-runtime");
4512
4512
 
4513
- // src/checkbox/checkbox.spec.tsx
4514
- var import_jsx_runtime9 = require("react/jsx-runtime");
4515
- var CHECKBOX_CLASSNAME = `k-checkbox`;
4516
- var states6 = [
4517
- States.hover,
4518
- States.focus,
4519
- States.valid,
4520
- States.invalid,
4521
- States.required,
4522
- States.disabled,
4523
- States.checked,
4524
- States.indeterminate
4525
- ];
4526
- var options6 = {
4527
- size: [Size.small, Size.medium, Size.large],
4528
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
4529
- };
4530
- var defaultProps6 = {
4531
- size: Size.medium,
4532
- rounded: Roundness.medium
4533
- };
4534
- var Checkbox = (props) => {
4535
- const {
4536
- id,
4537
- checked,
4538
- indeterminate,
4539
- hover,
4540
- focus,
4541
- disabled,
4542
- invalid,
4543
- valid,
4544
- required,
4545
- size = defaultProps6.size,
4546
- rounded = defaultProps6.rounded,
4547
- ...other
4548
- } = props;
4549
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4550
- "input",
4551
- {
4552
- ...other,
4553
- id,
4554
- type: "checkbox",
4555
- checked,
4556
- required,
4557
- className: classNames(
4558
- props.className,
4559
- CHECKBOX_CLASSNAME,
4560
- optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
4561
- stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
4562
- )
4563
- }
4564
- ) });
4565
- };
4566
- Checkbox.states = states6;
4567
- Checkbox.options = options6;
4568
- Checkbox.className = CHECKBOX_CLASSNAME;
4569
- Checkbox.defaultProps = defaultProps6;
4570
-
4571
- // src/checkbox/checkbox-group.spec.tsx
4572
- var import_jsx_runtime10 = require("react/jsx-runtime");
4573
- var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4574
- var states7 = [];
4575
- var options7 = {};
4576
- var defaultProps7 = {
4577
- layout: "vertical"
4578
- };
4579
- var CheckboxGroup = (props) => {
4580
- const {
4581
- layout = defaultProps7.layout,
4582
- ...other
4583
- } = props;
4584
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4585
- "ul",
4586
- {
4587
- ...other,
4588
- className: classNames(
4589
- props.className,
4590
- CHECKBOXGROUP_CLASSNAME,
4591
- {
4592
- [`k-list-${layout}`]: layout
4593
- }
4594
- ),
4595
- children: props.children
4596
- }
4597
- );
4598
- };
4599
- CheckboxGroup.states = states7;
4600
- CheckboxGroup.options = options7;
4601
- CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4602
- CheckboxGroup.defaultProps = defaultProps7;
4603
-
4604
- // src/checkbox/checkbox-item.spec.tsx
4605
- var import_jsx_runtime11 = require("react/jsx-runtime");
4606
- var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4607
- var states8 = [];
4608
- var options8 = {};
4609
- var defaultProps8 = {};
4610
- var CheckboxItem = (props) => {
4611
- const {
4612
- ...other
4613
- } = props;
4614
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4615
- "li",
4616
- {
4617
- ...other,
4618
- className: classNames(
4619
- props.className,
4620
- CHECKBOXITEM_CLASSNAME
4621
- ),
4622
- children: props.children
4623
- }
4624
- );
4625
- };
4626
- CheckboxItem.states = states8;
4627
- CheckboxItem.options = options8;
4628
- CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4629
- CheckboxItem.defaultProps = defaultProps8;
4630
-
4631
- // src/checkbox/templates/checkbox-with-label-after.tsx
4632
- var import_jsx_runtime12 = require("react/jsx-runtime");
4633
-
4634
- // src/checkbox/templates/checkbox-with-label-before.tsx
4635
- var import_jsx_runtime13 = require("react/jsx-runtime");
4636
-
4637
- // src/checkbox/templates/checkbox-normal.tsx
4638
- var import_jsx_runtime14 = require("react/jsx-runtime");
4639
-
4640
4513
  // src/input/input.spec.tsx
4641
- var import_jsx_runtime15 = require("react/jsx-runtime");
4514
+ var import_jsx_runtime9 = require("react/jsx-runtime");
4642
4515
  var INPUT_CLASSNAME = `k-input`;
4643
- var states9 = [
4516
+ var states6 = [
4644
4517
  States.hover,
4645
4518
  States.focus,
4646
4519
  States.valid,
@@ -4650,12 +4523,12 @@ var states9 = [
4650
4523
  States.loading,
4651
4524
  States.readonly
4652
4525
  ];
4653
- var options9 = {
4526
+ var options6 = {
4654
4527
  size: [Size.small, Size.medium, Size.large],
4655
4528
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4656
4529
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4657
4530
  };
4658
- var defaultProps9 = {
4531
+ var defaultProps6 = {
4659
4532
  size: Size.medium,
4660
4533
  rounded: Size.medium,
4661
4534
  fillMode: FillMode.solid
@@ -4669,12 +4542,12 @@ var Input = (props) => {
4669
4542
  valid,
4670
4543
  loading,
4671
4544
  readonly,
4672
- size = defaultProps9.size,
4673
- rounded = defaultProps9.rounded,
4674
- fillMode = defaultProps9.fillMode,
4545
+ size = defaultProps6.size,
4546
+ rounded = defaultProps6.rounded,
4547
+ fillMode = defaultProps6.fillMode,
4675
4548
  ...other
4676
4549
  } = props;
4677
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4550
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4678
4551
  "span",
4679
4552
  {
4680
4553
  ...other,
@@ -4687,13 +4560,13 @@ var Input = (props) => {
4687
4560
  }
4688
4561
  );
4689
4562
  };
4690
- Input.states = states9;
4691
- Input.options = options9;
4563
+ Input.states = states6;
4564
+ Input.options = options6;
4692
4565
  Input.className = INPUT_CLASSNAME;
4693
- Input.defaultProps = defaultProps9;
4566
+ Input.defaultProps = defaultProps6;
4694
4567
 
4695
4568
  // src/input/picker.spec.tsx
4696
- var import_jsx_runtime16 = require("react/jsx-runtime");
4569
+ var import_jsx_runtime10 = require("react/jsx-runtime");
4697
4570
  var PICKER_CLASSNAME = `k-picker`;
4698
4571
  var pickerStates = [
4699
4572
  States.hover,
@@ -4710,7 +4583,7 @@ var pickerOptions = {
4710
4583
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4711
4584
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4712
4585
  };
4713
- var defaultProps10 = {
4586
+ var defaultProps7 = {
4714
4587
  size: Size.medium,
4715
4588
  rounded: Roundness.medium,
4716
4589
  fillMode: FillMode.solid
@@ -4724,12 +4597,12 @@ var Picker = (props) => {
4724
4597
  valid,
4725
4598
  loading,
4726
4599
  readonly,
4727
- size = defaultProps10.size,
4728
- rounded = defaultProps10.rounded,
4729
- fillMode = defaultProps10.fillMode,
4600
+ size = defaultProps7.size,
4601
+ rounded = defaultProps7.rounded,
4602
+ fillMode = defaultProps7.fillMode,
4730
4603
  ...other
4731
4604
  } = props;
4732
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4605
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4733
4606
  "span",
4734
4607
  {
4735
4608
  ...other,
@@ -4746,17 +4619,17 @@ var Picker = (props) => {
4746
4619
  Picker.states = pickerStates;
4747
4620
  Picker.options = pickerOptions;
4748
4621
  Picker.className = PICKER_CLASSNAME;
4749
- Picker.defaultProps = defaultProps10;
4622
+ Picker.defaultProps = defaultProps7;
4750
4623
 
4751
4624
  // src/input/input-clear-value.tsx
4752
- var import_jsx_runtime17 = require("react/jsx-runtime");
4625
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4753
4626
  var className = `k-clear-value`;
4754
- var states10 = [
4627
+ var states7 = [
4755
4628
  States.disabled,
4756
4629
  States.loading,
4757
4630
  States.readonly
4758
4631
  ];
4759
- var options10 = {};
4632
+ var options7 = {};
4760
4633
  var InputClearValue = (props) => {
4761
4634
  const {
4762
4635
  disabled,
@@ -4765,20 +4638,20 @@ var InputClearValue = (props) => {
4765
4638
  value
4766
4639
  } = props;
4767
4640
  if (disabled || readonly || loading || !value) {
4768
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
4641
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, {});
4769
4642
  }
4770
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { icon: "x" }) });
4643
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Icon, { icon: "x" }) });
4771
4644
  };
4772
- InputClearValue.states = states10;
4773
- InputClearValue.options = options10;
4645
+ InputClearValue.states = states7;
4646
+ InputClearValue.options = options7;
4774
4647
  InputClearValue.className = className;
4775
4648
 
4776
4649
  // src/input/input-inner-input.tsx
4777
- var import_jsx_runtime18 = require("react/jsx-runtime");
4650
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4778
4651
  var className2 = `k-input-inner`;
4779
- var states11 = [];
4780
- var options11 = {};
4781
- var defaultProps11 = {
4652
+ var states8 = [];
4653
+ var options8 = {};
4654
+ var defaultProps8 = {
4782
4655
  type: "text",
4783
4656
  autocomplete: "off",
4784
4657
  value: "",
@@ -4786,13 +4659,13 @@ var defaultProps11 = {
4786
4659
  };
4787
4660
  var InputInnerInput = (props) => {
4788
4661
  const {
4789
- value = defaultProps11.value,
4790
- type = defaultProps11.type,
4791
- placeholder = defaultProps11.placeholder,
4792
- autocomplete = defaultProps11.autocomplete,
4662
+ value = defaultProps8.value,
4663
+ type = defaultProps8.type,
4664
+ placeholder = defaultProps8.placeholder,
4665
+ autocomplete = defaultProps8.autocomplete,
4793
4666
  ...other
4794
4667
  } = props;
4795
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4668
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4796
4669
  "input",
4797
4670
  {
4798
4671
  ...other,
@@ -4804,15 +4677,15 @@ var InputInnerInput = (props) => {
4804
4677
  }
4805
4678
  );
4806
4679
  };
4807
- InputInnerInput.states = states11;
4808
- InputInnerInput.options = options11;
4680
+ InputInnerInput.states = states8;
4681
+ InputInnerInput.options = options8;
4809
4682
  InputInnerInput.className = className2;
4810
4683
 
4811
4684
  // src/input/input-inner-span.tsx
4812
- var import_jsx_runtime19 = require("react/jsx-runtime");
4685
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4813
4686
  var className3 = `k-input-inner`;
4814
- var states12 = [];
4815
- var options12 = {};
4687
+ var states9 = [];
4688
+ var options9 = {};
4816
4689
  var InputInnerSpan = (props) => {
4817
4690
  const {
4818
4691
  value,
@@ -4822,41 +4695,41 @@ var InputInnerSpan = (props) => {
4822
4695
  valueIconName,
4823
4696
  ...other
4824
4697
  } = props;
4825
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
4698
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
4826
4699
  "span",
4827
4700
  {
4828
4701
  ...other,
4829
4702
  className: classNames(props.className, className3, optionClassNames(className3, props)),
4830
4703
  children: [
4831
4704
  valueIcon,
4832
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4705
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4833
4706
  showValue && !value && placeholder,
4834
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-input-value-text", children: value })
4707
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-input-value-text", children: value })
4835
4708
  ]
4836
4709
  }
4837
4710
  );
4838
4711
  };
4839
- InputInnerSpan.states = states12;
4840
- InputInnerSpan.options = options12;
4712
+ InputInnerSpan.states = states9;
4713
+ InputInnerSpan.options = options9;
4841
4714
  InputInnerSpan.className = className3;
4842
4715
 
4843
4716
  // src/input/input-inner-textarea.tsx
4844
- var import_jsx_runtime20 = require("react/jsx-runtime");
4845
- var defaultProps12 = {
4717
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4718
+ var defaultProps9 = {
4846
4719
  value: "",
4847
4720
  placeholder: ""
4848
4721
  };
4849
4722
  var className4 = `k-input-inner`;
4850
- var states13 = [];
4851
- var options13 = {};
4723
+ var states10 = [];
4724
+ var options10 = {};
4852
4725
  var InputInnerTextarea = (props) => {
4853
4726
  const {
4854
- value = defaultProps12.value,
4855
- placeholder = defaultProps12.placeholder,
4727
+ value = defaultProps9.value,
4728
+ placeholder = defaultProps9.placeholder,
4856
4729
  rows,
4857
4730
  ...other
4858
4731
  } = props;
4859
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4732
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4860
4733
  "textarea",
4861
4734
  {
4862
4735
  ...other,
@@ -4867,14 +4740,14 @@ var InputInnerTextarea = (props) => {
4867
4740
  }
4868
4741
  );
4869
4742
  };
4870
- InputInnerTextarea.states = states13;
4871
- InputInnerTextarea.options = options13;
4743
+ InputInnerTextarea.states = states10;
4744
+ InputInnerTextarea.options = options10;
4872
4745
  InputInnerTextarea.className = className4;
4873
4746
 
4874
4747
  // src/input/input-loading-icon.tsx
4875
- var import_jsx_runtime21 = require("react/jsx-runtime");
4748
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4876
4749
  var className5 = `k-input-loading-icon`;
4877
- var states14 = [
4750
+ var states11 = [
4878
4751
  States.disabled,
4879
4752
  States.loading
4880
4753
  ];
@@ -4884,21 +4757,21 @@ var InputLoadingIcon = (props) => {
4884
4757
  loading
4885
4758
  } = props;
4886
4759
  if (disabled || !loading) {
4887
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
4760
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
4888
4761
  }
4889
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4762
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4890
4763
  };
4891
4764
 
4892
4765
  // src/input/input-validation-icon.tsx
4893
- var import_jsx_runtime22 = require("react/jsx-runtime");
4766
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4894
4767
  var className6 = `k-input-validation-icon`;
4895
- var states15 = [
4768
+ var states12 = [
4896
4769
  States.valid,
4897
4770
  States.invalid,
4898
4771
  States.disabled,
4899
4772
  States.loading
4900
4773
  ];
4901
- var options14 = {};
4774
+ var options11 = {};
4902
4775
  var InputValidationIcon = (props) => {
4903
4776
  const {
4904
4777
  valid,
@@ -4909,174 +4782,618 @@ var InputValidationIcon = (props) => {
4909
4782
  const iconName = invalid ? "warning-circle" : "check-circle";
4910
4783
  const renderValidationIcon = Boolean(valid || invalid);
4911
4784
  if (disabled || loading || !renderValidationIcon) {
4912
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
4785
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, {});
4913
4786
  }
4914
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { className: classNames(className6), icon: iconName });
4787
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon, { className: classNames(className6), icon: iconName });
4915
4788
  };
4916
- InputValidationIcon.states = states15;
4917
- InputValidationIcon.options = options14;
4789
+ InputValidationIcon.states = states12;
4790
+ InputValidationIcon.options = options11;
4918
4791
  InputValidationIcon.className = className6;
4919
4792
 
4920
4793
  // src/input/input-prefix.tsx
4921
- var import_jsx_runtime23 = require("react/jsx-runtime");
4794
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4922
4795
  var className7 = `k-input-prefix`;
4923
- var defaultProps13 = {
4796
+ var defaultProps10 = {
4924
4797
  direction: "horizontal"
4925
4798
  };
4926
- var InputPrefix = (props) => {
4799
+ var InputPrefix = (props) => {
4800
+ const {
4801
+ direction = defaultProps10.direction,
4802
+ ...other
4803
+ } = props;
4804
+ if (!props.children) {
4805
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
4806
+ }
4807
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4808
+ "span",
4809
+ {
4810
+ ...other,
4811
+ className: classNames(
4812
+ className7,
4813
+ props.className,
4814
+ {
4815
+ [`k-input-prefix-${direction}`]: direction
4816
+ }
4817
+ ),
4818
+ children: props.children
4819
+ }
4820
+ );
4821
+ };
4822
+
4823
+ // src/input/input-suffix.tsx
4824
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4825
+ var className8 = `k-input-suffix`;
4826
+ var defaultProps11 = {
4827
+ direction: "horizontal"
4828
+ };
4829
+ var InputSuffix = (props) => {
4830
+ const {
4831
+ direction = defaultProps11.direction,
4832
+ ...other
4833
+ } = props;
4834
+ if (!props.children) {
4835
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, {});
4836
+ }
4837
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4838
+ "span",
4839
+ {
4840
+ ...other,
4841
+ className: classNames(
4842
+ className8,
4843
+ props.className,
4844
+ {
4845
+ [`k-input-suffix-${direction}`]: direction
4846
+ }
4847
+ ),
4848
+ children: props.children
4849
+ }
4850
+ );
4851
+ };
4852
+
4853
+ // src/input/input-prefix-text.tsx
4854
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4855
+
4856
+ // src/input/input-suffix-text.tsx
4857
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4858
+
4859
+ // src/input/input-separator.tsx
4860
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4861
+ var className9 = `k-input-separator`;
4862
+ var defaultProps12 = {
4863
+ direction: "vertical"
4864
+ };
4865
+ var InputSeparator = (props) => {
4866
+ const {
4867
+ direction = defaultProps12.direction,
4868
+ ...other
4869
+ } = props;
4870
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4871
+ "span",
4872
+ {
4873
+ ...other,
4874
+ className: classNames(
4875
+ className9,
4876
+ props.className,
4877
+ {
4878
+ [`${className9}-${direction}`]: direction
4879
+ }
4880
+ )
4881
+ }
4882
+ );
4883
+ };
4884
+
4885
+ // src/searchbox/searchbox.spec.tsx
4886
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4887
+ var SEARCHBOX_CLASSNAME = `k-searchbox`;
4888
+ var states13 = [
4889
+ States.hover,
4890
+ States.focus,
4891
+ States.valid,
4892
+ States.invalid,
4893
+ States.required,
4894
+ States.disabled,
4895
+ States.loading
4896
+ ];
4897
+ var options12 = {
4898
+ size: [Size.small, Size.medium, Size.large],
4899
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4900
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4901
+ };
4902
+ var defaultProps13 = {
4903
+ showIcon: true,
4904
+ icon: "search",
4905
+ size: Input.defaultProps.size,
4906
+ rounded: Input.defaultProps.rounded,
4907
+ fillMode: Input.defaultProps.fillMode
4908
+ };
4909
+ var Searchbox = (props) => {
4910
+ const {
4911
+ value,
4912
+ placeholder,
4913
+ size,
4914
+ rounded,
4915
+ fillMode,
4916
+ hover,
4917
+ focus,
4918
+ valid,
4919
+ invalid,
4920
+ required,
4921
+ loading,
4922
+ disabled,
4923
+ showIcon = defaultProps13.showIcon,
4924
+ icon = defaultProps13.icon,
4925
+ ...other
4926
+ } = props;
4927
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4928
+ Input,
4929
+ {
4930
+ ...other,
4931
+ size,
4932
+ rounded,
4933
+ fillMode,
4934
+ hover,
4935
+ focus,
4936
+ valid,
4937
+ invalid,
4938
+ required,
4939
+ loading,
4940
+ disabled,
4941
+ className: classNames(props.className, SEARCHBOX_CLASSNAME),
4942
+ children: [
4943
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { className: "k-input-icon", icon }),
4944
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputInnerInput, { placeholder, value }),
4945
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputLoadingIcon, { ...props }),
4946
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputValidationIcon, { ...props }),
4947
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(InputClearValue, { ...props })
4948
+ ]
4949
+ }
4950
+ );
4951
+ };
4952
+ Searchbox.states = states13;
4953
+ Searchbox.options = options12;
4954
+ Searchbox.className = SEARCHBOX_CLASSNAME;
4955
+ Searchbox.defaultProps = defaultProps13;
4956
+
4957
+ // src/searchbox/templates/searchbox-normal.tsx
4958
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4959
+
4960
+ // src/animation-container/animation-container.spec.tsx
4961
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4962
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4963
+ var states14 = [];
4964
+ var options13 = {};
4965
+ var defaultProps14 = {
4966
+ positionMode: "absolute"
4967
+ };
4968
+ var AnimationContainer = (props) => {
4969
+ const {
4970
+ positionMode,
4971
+ animationStyle,
4972
+ offset,
4973
+ ...other
4974
+ } = props;
4975
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4976
+ "div",
4977
+ {
4978
+ ...other,
4979
+ style: { ...offset, ...props.style },
4980
+ className: classNames(
4981
+ ANIMATION_CONTAINER_CLASSNAME,
4982
+ "k-animation-container-shown",
4983
+ {
4984
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4985
+ }
4986
+ ),
4987
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4988
+ }
4989
+ );
4990
+ };
4991
+ AnimationContainer.states = states14;
4992
+ AnimationContainer.options = options13;
4993
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4994
+ AnimationContainer.defaultProps = defaultProps14;
4995
+
4996
+ // src/popup/popup.spec.tsx
4997
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4998
+ var POPUP_CLASSNAME = `k-popup`;
4999
+ var states15 = [];
5000
+ var options14 = {};
5001
+ var defaultProps15 = {
5002
+ positionMode: "absolute"
5003
+ };
5004
+ var Popup = (props) => {
5005
+ const {
5006
+ offset,
5007
+ positionMode,
5008
+ ...other
5009
+ } = props;
5010
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5011
+ AnimationContainer,
5012
+ {
5013
+ positionMode,
5014
+ offset,
5015
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5016
+ }
5017
+ );
5018
+ };
5019
+ Popup.states = states15;
5020
+ Popup.options = options14;
5021
+ Popup.className = POPUP_CLASSNAME;
5022
+ Popup.defaultProps = defaultProps15;
5023
+
5024
+ // src/column-menu/column-menu.spec.tsx
5025
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5026
+ var COLUMNMENU_CLASSNAME = `k-column-menu`;
5027
+ var states16 = [];
5028
+ var options15 = {};
5029
+ var defaultProps16 = {
5030
+ view: "list"
5031
+ };
5032
+ var ColumnMenu = (props) => {
5033
+ const {
5034
+ view = defaultProps16.view,
5035
+ ...other
5036
+ } = props;
5037
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5038
+ "div",
5039
+ {
5040
+ ...other,
5041
+ className: classNames(
5042
+ props.className,
5043
+ COLUMNMENU_CLASSNAME,
5044
+ {
5045
+ "k-column-menu-tabbed": view === "tabbed"
5046
+ }
5047
+ ),
5048
+ children: props.children
5049
+ }
5050
+ );
5051
+ };
5052
+ ColumnMenu.states = states16;
5053
+ ColumnMenu.options = options15;
5054
+ ColumnMenu.className = COLUMNMENU_CLASSNAME;
5055
+ ColumnMenu.defaultProps = defaultProps16;
5056
+
5057
+ // src/column-menu/column-menu-item.spec.tsx
5058
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5059
+ var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
5060
+ var states17 = [
5061
+ States.focus,
5062
+ States.selected
5063
+ ];
5064
+ var options16 = {};
5065
+ var defaultProps17 = {};
5066
+ var ColumnMenuItem = (props) => {
5067
+ const {
5068
+ focus,
5069
+ selected,
5070
+ text,
5071
+ icon,
5072
+ ...other
5073
+ } = props;
5074
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5075
+ "div",
5076
+ {
5077
+ ...other,
5078
+ className: classNames(
5079
+ props.className,
5080
+ COLUMNMENUITEM_CLASSNAME,
5081
+ stateClassNames(COLUMNMENUITEM_CLASSNAME, {
5082
+ focus,
5083
+ selected
5084
+ })
5085
+ ),
5086
+ children: [
5087
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { icon }),
5088
+ text,
5089
+ props.children
5090
+ ]
5091
+ }
5092
+ );
5093
+ };
5094
+ ColumnMenuItem.states = states17;
5095
+ ColumnMenuItem.options = options16;
5096
+ ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
5097
+ ColumnMenuItem.defaultProps = defaultProps17;
5098
+
5099
+ // src/column-menu/column-menu-item-wrapper.tsx
5100
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5101
+ var className10 = `k-columnmenu-item-wrapper`;
5102
+ var ColumnMenuItemWrapper = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5103
+ "div",
5104
+ {
5105
+ ...props,
5106
+ className: classNames(
5107
+ props.className,
5108
+ className10
5109
+ ),
5110
+ children: props.children
5111
+ }
5112
+ );
5113
+
5114
+ // src/column-menu/column-menu-item-content.tsx
5115
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5116
+ var className11 = `k-columnmenu-item-content`;
5117
+ var ColumnMenuItemContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5118
+ "div",
5119
+ {
5120
+ ...props,
5121
+ className: classNames(
5122
+ props.className,
5123
+ className11,
5124
+ "k-columns-item"
5125
+ ),
5126
+ children: props.children
5127
+ }
5128
+ );
5129
+
5130
+ // src/column-menu/filter-menu.spec.tsx
5131
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5132
+ var FILTERMENU_CLASSNAME = `k-filter-menu`;
5133
+ var states18 = [];
5134
+ var options17 = {};
5135
+ var defaultProps18 = {};
5136
+ var FilterMenu = (props) => {
5137
+ const {
5138
+ ...other
5139
+ } = props;
5140
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5141
+ "form",
5142
+ {
5143
+ ...other,
5144
+ className: classNames(
5145
+ props.className,
5146
+ FILTERMENU_CLASSNAME
5147
+ ),
5148
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "k-filter-menu-container", children: props.children })
5149
+ }
5150
+ );
5151
+ };
5152
+ FilterMenu.states = states18;
5153
+ FilterMenu.options = options17;
5154
+ FilterMenu.className = FILTERMENU_CLASSNAME;
5155
+ FilterMenu.defaultProps = defaultProps18;
5156
+
5157
+ // src/column-menu/column-menu-multicheck-wrap.tsx
5158
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5159
+ var className12 = `k-multicheck-wrap`;
5160
+ var ColumnMenuMulticheckWrap = (props) => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5161
+ "ul",
5162
+ {
5163
+ ...props,
5164
+ className: classNames(
5165
+ props.className,
5166
+ className12
5167
+ ),
5168
+ children: props.children
5169
+ }
5170
+ );
5171
+
5172
+ // src/checkbox/checkbox.spec.tsx
5173
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5174
+ var CHECKBOX_CLASSNAME = `k-checkbox`;
5175
+ var states19 = [
5176
+ States.hover,
5177
+ States.focus,
5178
+ States.valid,
5179
+ States.invalid,
5180
+ States.required,
5181
+ States.disabled,
5182
+ States.checked,
5183
+ States.indeterminate
5184
+ ];
5185
+ var options18 = {
5186
+ size: [Size.small, Size.medium, Size.large],
5187
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5188
+ };
5189
+ var defaultProps19 = {
5190
+ size: Size.medium,
5191
+ rounded: Roundness.medium
5192
+ };
5193
+ var Checkbox = (props) => {
5194
+ const {
5195
+ id,
5196
+ checked,
5197
+ indeterminate,
5198
+ hover,
5199
+ focus,
5200
+ disabled,
5201
+ invalid,
5202
+ valid,
5203
+ required,
5204
+ size = defaultProps19.size,
5205
+ rounded = defaultProps19.rounded,
5206
+ ...other
5207
+ } = props;
5208
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5209
+ "input",
5210
+ {
5211
+ ...other,
5212
+ id,
5213
+ type: "checkbox",
5214
+ checked,
5215
+ required,
5216
+ className: classNames(
5217
+ props.className,
5218
+ CHECKBOX_CLASSNAME,
5219
+ optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
5220
+ stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
5221
+ )
5222
+ }
5223
+ ) });
5224
+ };
5225
+ Checkbox.states = states19;
5226
+ Checkbox.options = options18;
5227
+ Checkbox.className = CHECKBOX_CLASSNAME;
5228
+ Checkbox.defaultProps = defaultProps19;
5229
+
5230
+ // src/checkbox/checkbox-group.spec.tsx
5231
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5232
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5233
+ var states20 = [];
5234
+ var options19 = {};
5235
+ var defaultProps20 = {
5236
+ layout: "vertical"
5237
+ };
5238
+ var CheckboxGroup = (props) => {
4927
5239
  const {
4928
- direction = defaultProps13.direction,
5240
+ layout = defaultProps20.layout,
4929
5241
  ...other
4930
5242
  } = props;
4931
- if (!props.children) {
4932
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, {});
4933
- }
4934
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4935
- "span",
5243
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5244
+ "ul",
4936
5245
  {
4937
5246
  ...other,
4938
5247
  className: classNames(
4939
- className7,
4940
5248
  props.className,
5249
+ CHECKBOXGROUP_CLASSNAME,
4941
5250
  {
4942
- [`k-input-prefix-${direction}`]: direction
5251
+ [`k-list-${layout}`]: layout
4943
5252
  }
4944
5253
  ),
4945
5254
  children: props.children
4946
5255
  }
4947
5256
  );
4948
5257
  };
5258
+ CheckboxGroup.states = states20;
5259
+ CheckboxGroup.options = options19;
5260
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5261
+ CheckboxGroup.defaultProps = defaultProps20;
4949
5262
 
4950
- // src/input/input-suffix.tsx
4951
- var import_jsx_runtime24 = require("react/jsx-runtime");
4952
- var className8 = `k-input-suffix`;
4953
- var defaultProps14 = {
4954
- direction: "horizontal"
4955
- };
4956
- var InputSuffix = (props) => {
5263
+ // src/checkbox/checkbox-item.spec.tsx
5264
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5265
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5266
+ var states21 = [];
5267
+ var options20 = {};
5268
+ var defaultProps21 = {};
5269
+ var CheckboxItem = (props) => {
4957
5270
  const {
4958
- direction = defaultProps14.direction,
4959
5271
  ...other
4960
5272
  } = props;
4961
- if (!props.children) {
4962
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_jsx_runtime24.Fragment, {});
4963
- }
4964
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4965
- "span",
5273
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5274
+ "li",
4966
5275
  {
4967
5276
  ...other,
4968
5277
  className: classNames(
4969
- className8,
4970
5278
  props.className,
4971
- {
4972
- [`k-input-suffix-${direction}`]: direction
4973
- }
5279
+ CHECKBOXITEM_CLASSNAME
4974
5280
  ),
4975
5281
  children: props.children
4976
5282
  }
4977
5283
  );
4978
5284
  };
5285
+ CheckboxItem.states = states21;
5286
+ CheckboxItem.options = options20;
5287
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5288
+ CheckboxItem.defaultProps = defaultProps21;
4979
5289
 
4980
- // src/input/input-prefix-text.tsx
4981
- var import_jsx_runtime25 = require("react/jsx-runtime");
5290
+ // src/checkbox/templates/checkbox-with-label-after.tsx
5291
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4982
5292
 
4983
- // src/input/input-suffix-text.tsx
4984
- var import_jsx_runtime26 = require("react/jsx-runtime");
5293
+ // src/checkbox/templates/checkbox-with-label-before.tsx
5294
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4985
5295
 
4986
- // src/input/input-separator.tsx
4987
- var import_jsx_runtime27 = require("react/jsx-runtime");
4988
- var className9 = `k-input-separator`;
4989
- var defaultProps15 = {
4990
- direction: "vertical"
4991
- };
4992
- var InputSeparator = (props) => {
5296
+ // src/checkbox/templates/checkbox-normal.tsx
5297
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5298
+
5299
+ // src/column-menu/column-menu-multicheck-item.tsx
5300
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5301
+ var className13 = `k-item`;
5302
+ var ColumnMenuMulticheckItem = (props) => {
4993
5303
  const {
4994
- direction = defaultProps15.direction,
5304
+ text,
4995
5305
  ...other
4996
5306
  } = props;
4997
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4998
- "span",
5307
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5308
+ "li",
4999
5309
  {
5000
5310
  ...other,
5001
5311
  className: classNames(
5002
- className9,
5003
5312
  props.className,
5004
- {
5005
- [`${className9}-${direction}`]: direction
5006
- }
5007
- )
5313
+ className13
5314
+ ),
5315
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5316
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Checkbox, {}),
5317
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { children: text })
5318
+ ] })
5008
5319
  }
5009
5320
  );
5010
5321
  };
5011
5322
 
5012
- // src/animation-container/animation-container.spec.tsx
5013
- var import_jsx_runtime28 = require("react/jsx-runtime");
5014
- var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5015
- var states16 = [];
5016
- var options15 = {};
5017
- var defaultProps16 = {
5018
- positionMode: "absolute"
5019
- };
5020
- var AnimationContainer = (props) => {
5323
+ // src/column-menu/column-menu-expander.spec.tsx
5324
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5325
+ var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
5326
+ var states22 = [];
5327
+ var options21 = {};
5328
+ var defaultProps22 = {};
5329
+ var ColumnMenuExpander = (props) => {
5021
5330
  const {
5022
- positionMode,
5023
- animationStyle,
5024
- offset,
5331
+ itemText,
5332
+ itemIcon,
5333
+ expanded,
5334
+ itemContent,
5335
+ expanderIcon,
5025
5336
  ...other
5026
5337
  } = props;
5027
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5338
+ let icon = /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_jsx_runtime39.Fragment, {});
5339
+ if (!expanded && !expanderIcon) {
5340
+ icon = /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-down" });
5341
+ } else if (expanded && !expanderIcon) {
5342
+ icon = /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: "chevron-up" });
5343
+ } else {
5344
+ icon = /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { icon: expanderIcon });
5345
+ }
5346
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5028
5347
  "div",
5029
5348
  {
5030
5349
  ...other,
5031
- style: { ...offset, ...props.style },
5032
5350
  className: classNames(
5033
- ANIMATION_CONTAINER_CLASSNAME,
5034
- "k-animation-container-shown",
5035
- {
5036
- ["k-animation-container-fixed"]: positionMode === "fixed"
5037
- }
5351
+ props.className,
5352
+ COLUMNMENUEXPANDER_CLASSNAME
5038
5353
  ),
5039
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5354
+ children: [
5355
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
5356
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-spacer" }),
5357
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-expander-indicator", children: icon })
5358
+ ] }),
5359
+ expanded && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(ColumnMenuItemContent, { children: itemContent }),
5360
+ props.children
5361
+ ]
5040
5362
  }
5041
5363
  );
5042
5364
  };
5043
- AnimationContainer.states = states16;
5044
- AnimationContainer.options = options15;
5045
- AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5046
- AnimationContainer.defaultProps = defaultProps16;
5365
+ ColumnMenuExpander.states = states22;
5366
+ ColumnMenuExpander.options = options21;
5367
+ ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
5368
+ ColumnMenuExpander.defaultProps = defaultProps22;
5047
5369
 
5048
- // src/popup/popup.spec.tsx
5049
- var import_jsx_runtime29 = require("react/jsx-runtime");
5050
- var POPUP_CLASSNAME = `k-popup`;
5051
- var states17 = [];
5052
- var options16 = {};
5053
- var defaultProps17 = {
5054
- positionMode: "absolute"
5055
- };
5056
- var Popup = (props) => {
5057
- const {
5058
- offset,
5059
- positionMode,
5060
- ...other
5061
- } = props;
5062
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5063
- AnimationContainer,
5064
- {
5065
- positionMode,
5066
- offset,
5067
- children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5068
- }
5069
- );
5070
- };
5071
- Popup.states = states17;
5072
- Popup.options = options16;
5073
- Popup.className = POPUP_CLASSNAME;
5074
- Popup.defaultProps = defaultProps17;
5370
+ // src/column-menu/templates/column-menu-normal.tsx
5371
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5372
+
5373
+ // src/column-menu/templates/column-menu-tabbed.tsx
5374
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5375
+ var ColumnMenuTabbed = (props) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5376
+ ColumnMenu,
5377
+ {
5378
+ view: "tabbed",
5379
+ children: [
5380
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "k-tabstrip k-pos-relative k-tabstrip-top", children: [
5381
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
5382
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-tabstrip-item k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "filter" }) }) }),
5383
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-tabstrip-item k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "sliders" }) }) }),
5384
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("li", { className: "k-tabstrip-item k-item", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon, { icon: "columns" }) }) })
5385
+ ] }) }),
5386
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-tabstrip-content k-active", children: "Tabbed column menu content" })
5387
+ ] })
5388
+ ],
5389
+ ...props
5390
+ }
5391
+ );
5075
5392
 
5076
5393
  // src/dropdownlist/dropdownlist.spec.tsx
5077
- var import_jsx_runtime30 = require("react/jsx-runtime");
5394
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5078
5395
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5079
- var states18 = [
5396
+ var states23 = [
5080
5397
  States.hover,
5081
5398
  States.focus,
5082
5399
  States.valid,
@@ -5086,12 +5403,12 @@ var states18 = [
5086
5403
  States.loading,
5087
5404
  States.readonly
5088
5405
  ];
5089
- var options17 = {
5406
+ var options22 = {
5090
5407
  size: [Size.small, Size.medium, Size.large],
5091
5408
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5092
5409
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5093
5410
  };
5094
- var defaultProps18 = {
5411
+ var defaultProps23 = {
5095
5412
  showValue: true,
5096
5413
  arrowIconName: "caret-alt-down",
5097
5414
  size: Size.medium,
@@ -5101,7 +5418,7 @@ var defaultProps18 = {
5101
5418
  var DropdownList = (props) => {
5102
5419
  const {
5103
5420
  valueIconName,
5104
- arrowIconName = defaultProps18.arrowIconName,
5421
+ arrowIconName = defaultProps23.arrowIconName,
5105
5422
  prefix,
5106
5423
  suffix,
5107
5424
  value,
@@ -5117,13 +5434,13 @@ var DropdownList = (props) => {
5117
5434
  loading,
5118
5435
  disabled,
5119
5436
  readonly,
5120
- showValue = defaultProps18.showValue,
5437
+ showValue = defaultProps23.showValue,
5121
5438
  popup,
5122
5439
  opened,
5123
5440
  ...other
5124
5441
  } = props;
5125
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5126
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5442
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5443
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5127
5444
  Picker,
5128
5445
  {
5129
5446
  ...other,
@@ -5146,8 +5463,8 @@ var DropdownList = (props) => {
5146
5463
  }
5147
5464
  ),
5148
5465
  children: [
5149
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5150
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5466
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
5467
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5151
5468
  InputInnerSpan,
5152
5469
  {
5153
5470
  placeholder,
@@ -5156,7 +5473,7 @@ var DropdownList = (props) => {
5156
5473
  valueIconName
5157
5474
  }
5158
5475
  ),
5159
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5476
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5160
5477
  InputValidationIcon,
5161
5478
  {
5162
5479
  valid,
@@ -5165,15 +5482,15 @@ var DropdownList = (props) => {
5165
5482
  disabled
5166
5483
  }
5167
5484
  ),
5168
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5485
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5169
5486
  InputLoadingIcon,
5170
5487
  {
5171
5488
  loading,
5172
5489
  disabled
5173
5490
  }
5174
5491
  ),
5175
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5176
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5492
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix }),
5493
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5177
5494
  Button,
5178
5495
  {
5179
5496
  className: "k-input-button",
@@ -5186,35 +5503,35 @@ var DropdownList = (props) => {
5186
5503
  ]
5187
5504
  }
5188
5505
  ),
5189
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5506
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5190
5507
  ] });
5191
5508
  };
5192
- DropdownList.states = states18;
5193
- DropdownList.options = options17;
5509
+ DropdownList.states = states23;
5510
+ DropdownList.options = options22;
5194
5511
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5195
- DropdownList.defaultProps = defaultProps18;
5512
+ DropdownList.defaultProps = defaultProps23;
5196
5513
 
5197
5514
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5198
- var import_jsx_runtime31 = require("react/jsx-runtime");
5515
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5199
5516
 
5200
5517
  // src/nodata/nodata.tsx
5201
- var import_jsx_runtime32 = require("react/jsx-runtime");
5202
- var className10 = `k-nodata`;
5203
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className10, props.className), children: props.children });
5518
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5519
+ var className14 = `k-nodata`;
5520
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: classNames(className14, props.className), children: props.children });
5204
5521
 
5205
5522
  // src/list/list.spec.tsx
5206
- var import_jsx_runtime33 = require("react/jsx-runtime");
5523
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5207
5524
  var LIST_CLASSNAME = `k-list`;
5208
- var states19 = [];
5209
- var options18 = {
5525
+ var states24 = [];
5526
+ var options23 = {
5210
5527
  size: [Size.small, Size.medium, Size.large]
5211
5528
  };
5212
- var defaultProps19 = {
5529
+ var defaultProps24 = {
5213
5530
  size: Size.medium
5214
5531
  };
5215
5532
  var List = (props) => {
5216
5533
  const {
5217
- size = defaultProps19.size,
5534
+ size = defaultProps24.size,
5218
5535
  virtualization,
5219
5536
  children,
5220
5537
  optionLabel,
@@ -5231,7 +5548,7 @@ var List = (props) => {
5231
5548
  listHeader = child.props.label;
5232
5549
  child.props.children.map((optChild, index2) => {
5233
5550
  listChildren.push(
5234
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5551
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5235
5552
  ListItem,
5236
5553
  {
5237
5554
  ...optChild.props
@@ -5247,7 +5564,7 @@ var List = (props) => {
5247
5564
  groupLabel = child.props.label;
5248
5565
  }
5249
5566
  listChildren.push(
5250
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5567
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5251
5568
  ListItem,
5252
5569
  {
5253
5570
  className: index2 === 0 ? "k-first" : "",
@@ -5259,16 +5576,16 @@ var List = (props) => {
5259
5576
  );
5260
5577
  });
5261
5578
  }
5262
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5579
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5263
5580
  } else if (child.type === ListItem) {
5264
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5265
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListContent, { virtualization, children: listChildren });
5581
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5582
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListContent, { virtualization, children: listChildren });
5266
5583
  }
5267
5584
  });
5268
5585
  } else {
5269
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(NoData, { children: "No data found." });
5586
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(NoData, { children: "No data found." });
5270
5587
  }
5271
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5588
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5272
5589
  "div",
5273
5590
  {
5274
5591
  ...other,
@@ -5290,24 +5607,24 @@ var List = (props) => {
5290
5607
  }
5291
5608
  );
5292
5609
  };
5293
- List.states = states19;
5294
- List.options = options18;
5610
+ List.states = states24;
5611
+ List.options = options23;
5295
5612
  List.className = LIST_CLASSNAME;
5296
- List.defaultProps = defaultProps19;
5613
+ List.defaultProps = defaultProps24;
5297
5614
 
5298
5615
  // src/list/list-angular.spec.tsx
5299
- var import_jsx_runtime34 = require("react/jsx-runtime");
5616
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5300
5617
  var LISTANGULAR_CLASSNAME = `k-list`;
5301
- var states20 = [];
5302
- var options19 = {
5618
+ var states25 = [];
5619
+ var options24 = {
5303
5620
  size: [Size.small, Size.medium, Size.large]
5304
5621
  };
5305
- var defaultProps20 = {
5622
+ var defaultProps25 = {
5306
5623
  size: Size.medium
5307
5624
  };
5308
5625
  var ListAngular = (props) => {
5309
5626
  const {
5310
- size = defaultProps20.size,
5627
+ size = defaultProps25.size,
5311
5628
  virtualization,
5312
5629
  children,
5313
5630
  ...other
@@ -5323,7 +5640,7 @@ var ListAngular = (props) => {
5323
5640
  listHeader = child.props.label;
5324
5641
  child.props.children.map((optChild, index2) => {
5325
5642
  listChildren.push(
5326
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5643
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5327
5644
  ListItem,
5328
5645
  {
5329
5646
  ...optChild.props
@@ -5334,7 +5651,7 @@ var ListAngular = (props) => {
5334
5651
  });
5335
5652
  } else {
5336
5653
  listChildren.push(
5337
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5654
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5338
5655
  ListGroupItem,
5339
5656
  {
5340
5657
  ...child.props,
@@ -5345,7 +5662,7 @@ var ListAngular = (props) => {
5345
5662
  );
5346
5663
  child.props.children.map((optChild, index2) => {
5347
5664
  listChildren.push(
5348
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5665
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5349
5666
  ListItem,
5350
5667
  {
5351
5668
  ...optChild.props
@@ -5355,16 +5672,16 @@ var ListAngular = (props) => {
5355
5672
  );
5356
5673
  });
5357
5674
  }
5358
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5675
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5359
5676
  } else if (child.type === ListItem) {
5360
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5361
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5677
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5678
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListContent, { virtualization, children: listChildren });
5362
5679
  }
5363
5680
  });
5364
5681
  } else {
5365
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5682
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NoData, { children: "No data found." });
5366
5683
  }
5367
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5684
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5368
5685
  "div",
5369
5686
  {
5370
5687
  ...other,
@@ -5385,22 +5702,22 @@ var ListAngular = (props) => {
5385
5702
  }
5386
5703
  );
5387
5704
  };
5388
- ListAngular.states = states20;
5389
- ListAngular.options = options19;
5705
+ ListAngular.states = states25;
5706
+ ListAngular.options = options24;
5390
5707
  ListAngular.className = LISTANGULAR_CLASSNAME;
5391
- ListAngular.defaultProps = defaultProps20;
5708
+ ListAngular.defaultProps = defaultProps25;
5392
5709
 
5393
5710
  // src/list/list-item.spec.tsx
5394
- var import_jsx_runtime35 = require("react/jsx-runtime");
5711
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5395
5712
  var LISTITEM_CLASSNAME = `k-list-item`;
5396
- var states21 = [
5713
+ var states26 = [
5397
5714
  States.hover,
5398
5715
  States.focus,
5399
5716
  States.selected,
5400
5717
  States.disabled
5401
5718
  ];
5402
- var options20 = {};
5403
- var defaultProps21 = {};
5719
+ var options25 = {};
5720
+ var defaultProps26 = {};
5404
5721
  var ListItem = (props) => {
5405
5722
  const {
5406
5723
  text,
@@ -5416,7 +5733,7 @@ var ListItem = (props) => {
5416
5733
  ...other
5417
5734
  } = props;
5418
5735
  const textOrChildren = text ? text : props.children;
5419
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5736
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5420
5737
  "li",
5421
5738
  {
5422
5739
  ...other,
@@ -5431,66 +5748,66 @@ var ListItem = (props) => {
5431
5748
  })
5432
5749
  ),
5433
5750
  children: [
5434
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Checkbox, { checked }),
5435
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Icon, { icon: iconName }),
5436
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5437
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5751
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Checkbox, { checked }),
5752
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: iconName }),
5753
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5754
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5438
5755
  ]
5439
5756
  }
5440
5757
  );
5441
5758
  };
5442
- ListItem.states = states21;
5443
- ListItem.options = options20;
5759
+ ListItem.states = states26;
5760
+ ListItem.options = options25;
5444
5761
  ListItem.className = LISTITEM_CLASSNAME;
5445
- ListItem.defaultProps = defaultProps21;
5762
+ ListItem.defaultProps = defaultProps26;
5446
5763
 
5447
5764
  // src/list/list-content.tsx
5448
- var import_jsx_runtime36 = require("react/jsx-runtime");
5449
- var className11 = `k-list-content`;
5765
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5766
+ var className15 = `k-list-content`;
5450
5767
  var ListContent = (props) => {
5451
5768
  const {
5452
5769
  virtualization
5453
5770
  } = props;
5454
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("div", { className: classNames(className11, props.className), children: [
5455
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5456
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("div", {}) })
5771
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("div", { className: classNames(className15, props.className), children: [
5772
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5773
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", {}) })
5457
5774
  ] });
5458
5775
  };
5459
5776
 
5460
5777
  // src/list/list-header.tsx
5461
- var import_jsx_runtime37 = require("react/jsx-runtime");
5462
- var className12 = `k-list-group-sticky-header`;
5463
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5778
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5779
+ var className16 = `k-list-group-sticky-header`;
5780
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5464
5781
 
5465
5782
  // src/list/list-group.tsx
5466
- var import_jsx_runtime38 = require("react/jsx-runtime");
5783
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5467
5784
  var ListGroup = (props) => {
5468
5785
  const {
5469
5786
  virtualization,
5470
5787
  label
5471
5788
  } = props;
5472
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
5473
- label && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListHeader, { children: label }),
5474
- props.children && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(ListContent, { virtualization, children: props.children })
5789
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(import_jsx_runtime50.Fragment, { children: [
5790
+ label && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ListHeader, { children: label }),
5791
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(ListContent, { virtualization, children: props.children })
5475
5792
  ] });
5476
5793
  };
5477
5794
 
5478
5795
  // src/list/list-group-item.tsx
5479
- var import_jsx_runtime39 = require("react/jsx-runtime");
5480
- var className13 = `k-list-group-item`;
5481
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("li", { className: classNames(className13, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5796
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5797
+ var className17 = `k-list-group-item`;
5798
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("li", { className: classNames(className17, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5482
5799
 
5483
5800
  // src/list/list-option-label.tsx
5484
- var import_jsx_runtime40 = require("react/jsx-runtime");
5801
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5485
5802
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5486
- var states22 = [
5803
+ var states27 = [
5487
5804
  States.hover,
5488
5805
  States.focus,
5489
5806
  States.selected,
5490
5807
  States.disabled
5491
5808
  ];
5492
- var options21 = {};
5493
- var defaultProps22 = {};
5809
+ var options26 = {};
5810
+ var defaultProps27 = {};
5494
5811
  var ListOptionLabel = (props) => {
5495
5812
  const {
5496
5813
  text,
@@ -5500,7 +5817,7 @@ var ListOptionLabel = (props) => {
5500
5817
  disabled,
5501
5818
  ...other
5502
5819
  } = props;
5503
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5820
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5504
5821
  "div",
5505
5822
  {
5506
5823
  ...other,
@@ -5517,123 +5834,48 @@ var ListOptionLabel = (props) => {
5517
5834
  }
5518
5835
  );
5519
5836
  };
5520
- ListOptionLabel.states = states22;
5521
- ListOptionLabel.options = options21;
5837
+ ListOptionLabel.states = states27;
5838
+ ListOptionLabel.options = options26;
5522
5839
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5523
- ListOptionLabel.defaultProps = defaultProps22;
5840
+ ListOptionLabel.defaultProps = defaultProps27;
5524
5841
 
5525
5842
  // src/list/templates/list-normal.tsx
5526
- var import_jsx_runtime41 = require("react/jsx-runtime");
5843
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5527
5844
 
5528
5845
  // src/list/templates/list-virtualization.tsx
5529
- var import_jsx_runtime42 = require("react/jsx-runtime");
5846
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5530
5847
 
5531
5848
  // src/list/templates/list-grouping.tsx
5532
- var import_jsx_runtime43 = require("react/jsx-runtime");
5849
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5533
5850
 
5534
5851
  // src/list/templates/list-virualization-grouping.tsx
5535
- var import_jsx_runtime44 = require("react/jsx-runtime");
5852
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5536
5853
 
5537
5854
  // src/list/templates/list-virtualization-angular.tsx
5538
- var import_jsx_runtime45 = require("react/jsx-runtime");
5855
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5539
5856
 
5540
5857
  // src/list/templates/list-grouping-angular.tsx
5541
- var import_jsx_runtime46 = require("react/jsx-runtime");
5858
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5542
5859
 
5543
5860
  // src/list/templates/list-virualization-grouping-angular.tsx
5544
- var import_jsx_runtime47 = require("react/jsx-runtime");
5861
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5545
5862
 
5546
5863
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5547
- var import_jsx_runtime48 = require("react/jsx-runtime");
5548
-
5549
- // src/searchbox/searchbox.spec.tsx
5550
- var import_jsx_runtime49 = require("react/jsx-runtime");
5551
- var SEARCHBOX_CLASSNAME = `k-searchbox`;
5552
- var states23 = [
5553
- States.hover,
5554
- States.focus,
5555
- States.valid,
5556
- States.invalid,
5557
- States.required,
5558
- States.disabled,
5559
- States.loading
5560
- ];
5561
- var options22 = {
5562
- size: [Size.small, Size.medium, Size.large],
5563
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5564
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5565
- };
5566
- var defaultProps23 = {
5567
- showIcon: true,
5568
- icon: "search",
5569
- size: Input.defaultProps.size,
5570
- rounded: Input.defaultProps.rounded,
5571
- fillMode: Input.defaultProps.fillMode
5572
- };
5573
- var Searchbox = (props) => {
5574
- const {
5575
- value,
5576
- placeholder,
5577
- size,
5578
- rounded,
5579
- fillMode,
5580
- hover,
5581
- focus,
5582
- valid,
5583
- invalid,
5584
- required,
5585
- loading,
5586
- disabled,
5587
- showIcon = defaultProps23.showIcon,
5588
- icon = defaultProps23.icon,
5589
- ...other
5590
- } = props;
5591
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5592
- Input,
5593
- {
5594
- ...other,
5595
- size,
5596
- rounded,
5597
- fillMode,
5598
- hover,
5599
- focus,
5600
- valid,
5601
- invalid,
5602
- required,
5603
- loading,
5604
- disabled,
5605
- className: classNames(props.className, SEARCHBOX_CLASSNAME),
5606
- children: [
5607
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { className: "k-input-icon", icon }),
5608
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(InputInnerInput, { placeholder, value }),
5609
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(InputLoadingIcon, { ...props }),
5610
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(InputValidationIcon, { ...props }),
5611
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(InputClearValue, { ...props })
5612
- ]
5613
- }
5614
- );
5615
- };
5616
- Searchbox.states = states23;
5617
- Searchbox.options = options22;
5618
- Searchbox.className = SEARCHBOX_CLASSNAME;
5619
- Searchbox.defaultProps = defaultProps23;
5620
-
5621
- // src/searchbox/templates/searchbox-normal.tsx
5622
- var import_jsx_runtime50 = require("react/jsx-runtime");
5864
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5623
5865
 
5624
5866
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5625
- var import_jsx_runtime51 = require("react/jsx-runtime");
5867
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5626
5868
 
5627
5869
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5628
- var import_jsx_runtime52 = require("react/jsx-runtime");
5870
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5629
5871
 
5630
5872
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5631
- var import_jsx_runtime53 = require("react/jsx-runtime");
5873
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5632
5874
 
5633
5875
  // src/textbox/textbox.spec.tsx
5634
- var import_jsx_runtime54 = require("react/jsx-runtime");
5876
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5635
5877
  var TEXTBOX_CLASSNAME = `k-textbox`;
5636
- var states24 = [
5878
+ var states28 = [
5637
5879
  States.hover,
5638
5880
  States.focus,
5639
5881
  States.valid,
@@ -5643,12 +5885,12 @@ var states24 = [
5643
5885
  States.loading,
5644
5886
  States.readonly
5645
5887
  ];
5646
- var options23 = {
5888
+ var options27 = {
5647
5889
  size: [Size.small, Size.medium, Size.large],
5648
5890
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5649
5891
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5650
5892
  };
5651
- var defaultProps24 = {
5893
+ var defaultProps28 = {
5652
5894
  showClearButton: true,
5653
5895
  size: Input.defaultProps.size,
5654
5896
  rounded: Input.defaultProps.rounded,
@@ -5671,10 +5913,10 @@ var Textbox = (props) => {
5671
5913
  loading,
5672
5914
  disabled,
5673
5915
  readonly,
5674
- showClearButton = defaultProps24.showClearButton,
5916
+ showClearButton = defaultProps28.showClearButton,
5675
5917
  ...other
5676
5918
  } = props;
5677
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5919
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
5678
5920
  Input,
5679
5921
  {
5680
5922
  ...other,
@@ -5691,12 +5933,12 @@ var Textbox = (props) => {
5691
5933
  readonly,
5692
5934
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5693
5935
  children: [
5694
- prefix && /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
5695
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputPrefix, { children: prefix }),
5696
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSeparator, {})
5936
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
5937
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputPrefix, { children: prefix }),
5938
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSeparator, {})
5697
5939
  ] }),
5698
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputInnerInput, { placeholder, value }),
5699
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5940
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputInnerInput, { placeholder, value }),
5941
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5700
5942
  InputValidationIcon,
5701
5943
  {
5702
5944
  valid,
@@ -5705,14 +5947,14 @@ var Textbox = (props) => {
5705
5947
  disabled
5706
5948
  }
5707
5949
  ),
5708
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5950
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5709
5951
  InputLoadingIcon,
5710
5952
  {
5711
5953
  loading,
5712
5954
  disabled
5713
5955
  }
5714
5956
  ),
5715
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5957
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5716
5958
  InputClearValue,
5717
5959
  {
5718
5960
  loading,
@@ -5721,30 +5963,74 @@ var Textbox = (props) => {
5721
5963
  value
5722
5964
  }
5723
5965
  ),
5724
- suffix && /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_jsx_runtime54.Fragment, { children: [
5725
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSeparator, {}),
5726
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputSuffix, { children: suffix })
5966
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
5967
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSeparator, {}),
5968
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(InputSuffix, { children: suffix })
5727
5969
  ] })
5728
5970
  ]
5729
5971
  }
5730
5972
  );
5731
5973
  };
5732
- Textbox.states = states24;
5733
- Textbox.options = options23;
5974
+ Textbox.states = states28;
5975
+ Textbox.options = options27;
5734
5976
  Textbox.className = TEXTBOX_CLASSNAME;
5735
- Textbox.defaultProps = defaultProps24;
5977
+ Textbox.defaultProps = defaultProps28;
5736
5978
 
5737
5979
  // src/textbox/templates/textbox-normal.tsx
5738
- var import_jsx_runtime55 = require("react/jsx-runtime");
5980
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5739
5981
 
5740
5982
  // src/textbox/templates/textbox-prefix.tsx
5741
- var import_jsx_runtime56 = require("react/jsx-runtime");
5983
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5742
5984
 
5743
5985
  // src/textbox/templates/textbox-suffix.tsx
5744
- var import_jsx_runtime57 = require("react/jsx-runtime");
5986
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5987
+
5988
+ // src/column-menu/templates/filter-menu-normal.tsx
5989
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5990
+ var FilterMenuNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5991
+ FilterMenu,
5992
+ {
5993
+ children: [
5994
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Contains" }),
5995
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Textbox, { placeholder: "Filter..." }),
5996
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
5997
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(DropdownList, { value: "Contains" }),
5998
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Textbox, { placeholder: "Filter..." }),
5999
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(ActionButtons, { alignment: "stretched", children: [
6000
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { themeColor: "primary", children: "Filter" }),
6001
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { children: "Clear" })
6002
+ ] })
6003
+ ],
6004
+ ...props
6005
+ }
6006
+ );
6007
+
6008
+ // src/column-menu/templates/filter-menu-multi-check.tsx
6009
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6010
+ var FilterMenuMultiCheck = (props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6011
+ FilterMenu,
6012
+ {
6013
+ children: [
6014
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Searchbox, { placeholder: "Search..." }),
6015
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(ColumnMenuMulticheckWrap, { children: [
6016
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ColumnMenuMulticheckItem, { text: "Select All", className: "k-check-all-wrap" }),
6017
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ColumnMenuMulticheckItem, { text: "Column 1" }),
6018
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ColumnMenuMulticheckItem, { text: "Column 2" }),
6019
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ColumnMenuMulticheckItem, { text: "Column 3" }),
6020
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(ColumnMenuMulticheckItem, { text: "Column 4 Column 4 Column 4 Column 4 Column 4 Column 4 Column 4 Column 4" })
6021
+ ] }),
6022
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-filter-selected-items", children: "0 selected items" }),
6023
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(ActionButtons, { alignment: "stretched", children: [
6024
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Button, { themeColor: "primary", children: "Apply" }),
6025
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Button, { children: "Clear" })
6026
+ ] })
6027
+ ],
6028
+ ...props
6029
+ }
6030
+ );
5745
6031
 
5746
6032
  // src/grid/tests/grid-column-menu-tabbed.tsx
5747
- var import_jsx_runtime58 = require("react/jsx-runtime");
6033
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5748
6034
  var styles = `
5749
6035
  .k-animation-container,
5750
6036
  .k-popup {
@@ -5756,183 +6042,83 @@ var styles = `
5756
6042
  width: 100%;
5757
6043
  }
5758
6044
  `;
5759
- var grid_column_menu_tabbed_default = () => /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_jsx_runtime58.Fragment, { children: [
5760
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("style", { children: styles }),
5761
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
5762
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Tab Filter" }),
5763
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Tab More" }),
5764
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Tab Column Visibility" }),
5765
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
5766
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
5767
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) }) }),
5768
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "sliders" }) }) }),
5769
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "columns" }) }) })
6045
+ var grid_column_menu_tabbed_default = () => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_jsx_runtime70.Fragment, { children: [
6046
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("style", { children: styles }),
6047
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-3", children: [
6048
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { children: "Tab Filter" }),
6049
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { children: "Tab More" }),
6050
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { children: "Tab Column Visibility" }),
6051
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuTabbed, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
6052
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
6053
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "filter" }) }) }),
6054
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "sliders" }) }) }),
6055
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "columns" }) }) })
5770
6056
  ] }) }),
5771
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filter-menu-container", children: [
5772
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "Contains" }),
5773
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { placeholder: "Filter..." }),
5774
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
5775
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "Contains" }),
5776
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { placeholder: "Filter..." }),
5777
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(ActionButtons, { children: [
5778
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { themeColor: "primary", children: "Filter" }),
5779
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { children: "Clear" })
5780
- ] })
5781
- ] }) }) })
5782
- ] }) }) }),
5783
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
5784
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
5785
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) }) }),
5786
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "sliders" }) }) }),
5787
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "columns" }) }) })
6057
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(FilterMenuNormal, {}) })
6058
+ ] }) }) }) }),
6059
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuTabbed, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
6060
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
6061
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "filter" }) }) }),
6062
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "sliders" }) }) }),
6063
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "columns" }) }) })
5788
6064
  ] }) }),
5789
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-tabstrip-content k-active", children: [
5790
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
5791
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-columnmenu-item", children: [
5792
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "sort-asc-small" }),
5793
- "Sort ascending"
5794
- ] }),
5795
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-columnmenu-item", children: [
5796
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "sort-desc-small" }),
5797
- "Sort descending"
5798
- ] })
6065
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-tabstrip-content k-active", children: [
6066
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(ColumnMenuItemWrapper, { children: [
6067
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuItem, { text: "Sort ascending", icon: "sort-asc-small" }),
6068
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuItem, { text: "Sort descending", icon: "sort-desc-small" })
5799
6069
  ] }),
5800
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-columnmenu-item", children: [
5801
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "group" }),
5802
- "Group column"
5803
- ] }) }),
5804
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
5805
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-columnmenu-item", children: [
5806
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "max-width" }),
5807
- "Autosize this column"
5808
- ] }),
5809
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-columnmenu-item", children: [
5810
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "display-inline-flex" }),
5811
- "Autosize all columns"
5812
- ] })
6070
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuItem, { text: "Group column", icon: "group" }) }),
6071
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(ColumnMenuItemWrapper, { children: [
6072
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuItem, { text: "Autosize this column", icon: "max-width" }),
6073
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuItem, { text: "Autosize all columns", icon: "display-inline-flex" })
5813
6074
  ] }),
5814
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-columnmenu-item", children: [
5815
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "set-column-position" }),
5816
- "Set column position",
5817
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-spacer" }),
5818
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { className: "k-expander-indicator", icon: "chevron-down" })
5819
- ] }) }) })
6075
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuExpander, { itemText: "Set column position", itemIcon: "set-column-position" }) })
5820
6076
  ] })
5821
- ] }) }) }),
5822
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
5823
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
5824
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) }) }),
5825
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "sliders" }) }) }),
5826
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "columns" }) }) })
6077
+ ] }) }) }) }),
6078
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuTabbed, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
6079
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
6080
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "filter" }) }) }),
6081
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "sliders" }) }) }),
6082
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "columns" }) }) })
5827
6083
  ] }) }),
5828
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filter-menu-container", children: [
5829
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Searchbox, { placeholder: "Search..." }),
5830
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("ul", { className: "k-reset k-multicheck-wrap", children: [
5831
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item k-check-all-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5832
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5833
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "(Select all)" })
5834
- ] }) }),
5835
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5836
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5837
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5838
- ] }) }),
5839
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5840
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5841
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5842
- ] }) }),
5843
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5844
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5845
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5846
- ] }) }),
5847
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5848
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5849
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5850
- ] }) }),
5851
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5852
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5853
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5854
- ] }) }),
5855
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5856
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5857
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5858
- ] }) }),
5859
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5860
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5861
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5862
- ] }) }),
5863
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5864
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5865
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5866
- ] }) }),
5867
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5868
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5869
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5870
- ] }) }),
5871
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5872
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5873
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5874
- ] }) }),
5875
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5876
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5877
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5878
- ] }) }),
5879
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5880
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5881
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5882
- ] }) }),
5883
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5884
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5885
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5886
- ] }) }),
5887
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5888
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5889
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5890
- ] }) }),
5891
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("label", { className: "k-label k-checkbox-label", children: [
5892
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Checkbox, {}),
5893
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Column Name" })
5894
- ] }) })
6084
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(FilterMenuMultiCheck, { children: [
6085
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Searchbox, { placeholder: "Search..." }),
6086
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(ColumnMenuMulticheckWrap, { children: [
6087
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Select All", className: "k-check-all-wrap" }),
6088
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6089
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6090
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6091
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6092
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6093
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6094
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6095
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6096
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6097
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6098
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6099
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" }),
6100
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuMulticheckItem, { text: "Column" })
5895
6101
  ] }),
5896
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-filter-selected-items", children: "0 selected items" }),
5897
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(ActionButtons, { children: [
5898
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { themeColor: "primary", children: "Apply" }),
5899
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { children: "Reset" })
6102
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-filter-selected-items", children: "0 selected items" }),
6103
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(ActionButtons, { alignment: "stretched", children: [
6104
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { themeColor: "primary", children: "Apply" }),
6105
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { children: "Clear" })
5900
6106
  ] })
5901
- ] }) }) })
5902
- ] }) }) }),
5903
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "2 Tab Set" }),
5904
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { children: "Single Tab Set" }),
5905
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", {}),
5906
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
5907
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
5908
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) }) }),
5909
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "sliders" }) }) })
6107
+ ] }) })
6108
+ ] }) }) }) }),
6109
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { children: "2 Tab Set" }),
6110
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { children: "Single Tab Set" }),
6111
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", {}),
6112
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuTabbed, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
6113
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("ul", { className: "k-reset k-tabstrip-items", children: [
6114
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "filter" }) }) }),
6115
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "sliders" }) }) })
5910
6116
  ] }) }),
5911
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filter-menu-container", children: [
5912
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "Contains" }),
5913
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { placeholder: "Filter..." }),
5914
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
5915
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "Contains" }),
5916
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { placeholder: "Filter..." }),
5917
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(ActionButtons, { children: [
5918
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { themeColor: "primary", children: "Filter" }),
5919
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { children: "Clear" })
5920
- ] })
5921
- ] }) }) })
5922
- ] }) }) }),
5923
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Popup, { className: "k-column-menu k-column-menu-tabbed k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-tabstrip k-tabstrip-top k-overflow-hidden", children: [
5924
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("ul", { className: "k-reset k-tabstrip-items", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Icon, { icon: "filter" }) }) }) }) }),
5925
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)("div", { className: "k-filter-menu-container", children: [
5926
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "Contains" }),
5927
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { placeholder: "Filter..." }),
5928
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
5929
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(DropdownList, { value: "Contains" }),
5930
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Textbox, { placeholder: "Filter..." }),
5931
- /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(ActionButtons, { children: [
5932
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { themeColor: "primary", children: "Filter" }),
5933
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Button, { children: "Clear" })
5934
- ] })
5935
- ] }) }) })
5936
- ] }) }) })
6117
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(FilterMenuNormal, {}) })
6118
+ ] }) }) }) }),
6119
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(ColumnMenuTabbed, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)("div", { className: "k-tabstrip k-pos-relative k-tabstrip-top", children: [
6120
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-items-wrapper k-hstack", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("ul", { className: "k-reset k-tabstrip-items", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("li", { className: "k-item k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("span", { className: "k-link", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Icon, { icon: "filter" }) }) }) }) }),
6121
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-tabstrip-content k-active", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(FilterMenuNormal, {}) })
6122
+ ] }) }) }) })
5937
6123
  ] })
5938
6124
  ] });