@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
@@ -4637,10 +4637,531 @@ var import_jsx_runtime13 = require("react/jsx-runtime");
4637
4637
  // src/checkbox/templates/checkbox-normal.tsx
4638
4638
  var import_jsx_runtime14 = require("react/jsx-runtime");
4639
4639
 
4640
+ // src/treeview/treeview.spec.tsx
4641
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4642
+ var import_react = require("react");
4643
+ var TREEVIEW_CLASSNAME = `k-treeview`;
4644
+ var states9 = [];
4645
+ var options9 = {
4646
+ size: [Size.small, Size.medium, Size.large]
4647
+ };
4648
+ var defaultProps9 = {
4649
+ size: Size.medium
4650
+ };
4651
+ var Treeview = (props) => {
4652
+ const {
4653
+ size = defaultProps9.size,
4654
+ children,
4655
+ dir,
4656
+ ...other
4657
+ } = props;
4658
+ const listChildren = [];
4659
+ if (children) {
4660
+ if (Array.isArray(children)) {
4661
+ children.map((child, index) => {
4662
+ if (child.type === TreeviewItem) {
4663
+ listChildren.push(
4664
+ /* @__PURE__ */ (0, import_react.createElement)(TreeviewItem, { ...child.props, dir, key: index })
4665
+ );
4666
+ }
4667
+ if (child.type === TreeviewGroup) {
4668
+ listChildren.push(
4669
+ /* @__PURE__ */ (0, import_react.createElement)(TreeviewGroup, { ...child.props, dir, key: index })
4670
+ );
4671
+ }
4672
+ });
4673
+ } else {
4674
+ if (children.type === TreeviewItem) {
4675
+ listChildren.push(
4676
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(TreeviewItem, { ...children.props, dir })
4677
+ );
4678
+ }
4679
+ if (children.type === TreeviewGroup) {
4680
+ listChildren.push(
4681
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(TreeviewGroup, { ...children.props, dir })
4682
+ );
4683
+ }
4684
+ }
4685
+ }
4686
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4687
+ "div",
4688
+ {
4689
+ ...other,
4690
+ dir,
4691
+ className: classNames(
4692
+ props.className,
4693
+ TREEVIEW_CLASSNAME,
4694
+ optionClassNames(TREEVIEW_CLASSNAME, {
4695
+ size
4696
+ })
4697
+ ),
4698
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
4699
+ }
4700
+ );
4701
+ };
4702
+ Treeview.states = states9;
4703
+ Treeview.options = options9;
4704
+ Treeview.className = TREEVIEW_CLASSNAME;
4705
+ Treeview.defaultProps = defaultProps9;
4706
+
4707
+ // src/treeview/treeview-group.tsx
4708
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4709
+ var import_react2 = require("react");
4710
+ var className = `k-treeview-group`;
4711
+ var TreeviewGroup = (props) => {
4712
+ const {
4713
+ children,
4714
+ dir
4715
+ } = props;
4716
+ const listChildren = [];
4717
+ if (children) {
4718
+ if (Array.isArray(children)) {
4719
+ children.map((child, index) => {
4720
+ if (child.type === treeview_item_spec_default) {
4721
+ listChildren.push(
4722
+ /* @__PURE__ */ (0, import_react2.createElement)(treeview_item_spec_default, { ...child.props, dir, key: index })
4723
+ );
4724
+ }
4725
+ });
4726
+ } else {
4727
+ if (children.type === treeview_item_spec_default) {
4728
+ listChildren.push(
4729
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(treeview_item_spec_default, { ...children.props, dir })
4730
+ );
4731
+ }
4732
+ }
4733
+ }
4734
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("ul", { className: classNames(props.className, className), children: listChildren });
4735
+ };
4736
+
4737
+ // src/treeview/treeview-leaf.tsx
4738
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4739
+ var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
4740
+ var states10 = [
4741
+ States.hover,
4742
+ States.focus,
4743
+ States.selected
4744
+ ];
4745
+ var options10 = {};
4746
+ var TreeviewLeaf = (props) => {
4747
+ const {
4748
+ text,
4749
+ showIcon,
4750
+ icon,
4751
+ hover,
4752
+ focus,
4753
+ selected,
4754
+ ...other
4755
+ } = props;
4756
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
4757
+ "span",
4758
+ {
4759
+ ...other,
4760
+ className: classNames(
4761
+ props.className,
4762
+ TREEVIEWLEAF_CLASSNAME,
4763
+ stateClassNames(TREEVIEWLEAF_CLASSNAME, {
4764
+ hover,
4765
+ focus,
4766
+ selected
4767
+ })
4768
+ ),
4769
+ children: [
4770
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { icon }),
4771
+ /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-treeview-leaf-text", children: text })
4772
+ ]
4773
+ }
4774
+ );
4775
+ };
4776
+ TreeviewLeaf.states = states10;
4777
+ TreeviewLeaf.options = options10;
4778
+ TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
4779
+ var treeview_leaf_default = TreeviewLeaf;
4780
+
4781
+ // src/treeview/treeview-item.spec.tsx
4782
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4783
+ var import_react3 = require("react");
4784
+ var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
4785
+ var states11 = [
4786
+ States.hover,
4787
+ States.focus,
4788
+ States.selected,
4789
+ States.disabled
4790
+ ];
4791
+ var options11 = {};
4792
+ var defaultProps10 = {};
4793
+ var TreeviewItem = (props) => {
4794
+ const {
4795
+ leafClassName,
4796
+ children,
4797
+ hasChildren,
4798
+ expanded,
4799
+ text,
4800
+ showIcon,
4801
+ icon,
4802
+ showCheckbox,
4803
+ checked,
4804
+ hover,
4805
+ focus,
4806
+ selected,
4807
+ disabled,
4808
+ dir,
4809
+ ...other
4810
+ } = props;
4811
+ const _hasChildren = hasChildren || children;
4812
+ const listChildren = [];
4813
+ if (children) {
4814
+ if (Array.isArray(children)) {
4815
+ children.map((child, index) => {
4816
+ if (child.type === TreeviewGroup) {
4817
+ listChildren.push(
4818
+ /* @__PURE__ */ (0, import_react3.createElement)(TreeviewGroup, { ...child.props, dir, key: index }, child.props.children)
4819
+ );
4820
+ }
4821
+ });
4822
+ } else {
4823
+ if (children.type === TreeviewGroup) {
4824
+ listChildren.push(
4825
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
4826
+ );
4827
+ }
4828
+ }
4829
+ }
4830
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
4831
+ "li",
4832
+ {
4833
+ ...other,
4834
+ className: classNames(
4835
+ props.className,
4836
+ TREEVIEWITEM_CLASSNAME
4837
+ ),
4838
+ children: [
4839
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("span", { className: "k-treeview-mid", children: [
4840
+ _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4841
+ "span",
4842
+ {
4843
+ className: classNames(
4844
+ "k-treeview-toggle",
4845
+ stateClassNames("k-treeview-toggle", { disabled })
4846
+ ),
4847
+ children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
4848
+ }
4849
+ ),
4850
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Checkbox, { checked, disabled }),
4851
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
4852
+ treeview_leaf_default,
4853
+ {
4854
+ className: classNames(
4855
+ leafClassName,
4856
+ stateClassNames(leafClassName, { disabled })
4857
+ ),
4858
+ text,
4859
+ showIcon,
4860
+ icon,
4861
+ hover,
4862
+ focus,
4863
+ selected
4864
+ }
4865
+ )
4866
+ ] }),
4867
+ expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_jsx_runtime18.Fragment, { children: listChildren })
4868
+ ]
4869
+ }
4870
+ );
4871
+ };
4872
+ TreeviewItem.states = states11;
4873
+ TreeviewItem.options = options11;
4874
+ TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
4875
+ TreeviewItem.defaultProps = defaultProps10;
4876
+ var treeview_item_spec_default = TreeviewItem;
4877
+
4878
+ // src/treeview/templates/treeview-normal.tsx
4879
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4880
+
4881
+ // src/treeview/templates/treeview-hierarchy.tsx
4882
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4883
+
4884
+ // src/treeview/templates/treeview-icons.tsx
4885
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4886
+
4887
+ // src/treeview/templates/treeview-checkboxes.tsx
4888
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4889
+
4890
+ // src/animation-container/animation-container.spec.tsx
4891
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4892
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4893
+ var states12 = [];
4894
+ var options12 = {};
4895
+ var defaultProps11 = {
4896
+ positionMode: "absolute"
4897
+ };
4898
+ var AnimationContainer = (props) => {
4899
+ const {
4900
+ positionMode,
4901
+ animationStyle,
4902
+ offset,
4903
+ ...other
4904
+ } = props;
4905
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4906
+ "div",
4907
+ {
4908
+ ...other,
4909
+ style: { ...offset, ...props.style },
4910
+ className: classNames(
4911
+ ANIMATION_CONTAINER_CLASSNAME,
4912
+ "k-animation-container-shown",
4913
+ {
4914
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4915
+ }
4916
+ ),
4917
+ children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4918
+ }
4919
+ );
4920
+ };
4921
+ AnimationContainer.states = states12;
4922
+ AnimationContainer.options = options12;
4923
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4924
+ AnimationContainer.defaultProps = defaultProps11;
4925
+
4926
+ // src/popup/popup.spec.tsx
4927
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4928
+ var POPUP_CLASSNAME = `k-popup`;
4929
+ var states13 = [];
4930
+ var options13 = {};
4931
+ var defaultProps12 = {
4932
+ positionMode: "absolute"
4933
+ };
4934
+ var Popup = (props) => {
4935
+ const {
4936
+ offset,
4937
+ positionMode,
4938
+ ...other
4939
+ } = props;
4940
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4941
+ AnimationContainer,
4942
+ {
4943
+ positionMode,
4944
+ offset,
4945
+ children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4946
+ }
4947
+ );
4948
+ };
4949
+ Popup.states = states13;
4950
+ Popup.options = options13;
4951
+ Popup.className = POPUP_CLASSNAME;
4952
+ Popup.defaultProps = defaultProps12;
4953
+
4954
+ // src/column-menu/column-menu.spec.tsx
4955
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4956
+ var COLUMNMENU_CLASSNAME = `k-column-menu`;
4957
+ var states14 = [];
4958
+ var options14 = {};
4959
+ var defaultProps13 = {
4960
+ view: "list"
4961
+ };
4962
+ var ColumnMenu = (props) => {
4963
+ const {
4964
+ view = defaultProps13.view,
4965
+ ...other
4966
+ } = props;
4967
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4968
+ "div",
4969
+ {
4970
+ ...other,
4971
+ className: classNames(
4972
+ props.className,
4973
+ COLUMNMENU_CLASSNAME,
4974
+ {
4975
+ "k-column-menu-tabbed": view === "tabbed"
4976
+ }
4977
+ ),
4978
+ children: props.children
4979
+ }
4980
+ );
4981
+ };
4982
+ ColumnMenu.states = states14;
4983
+ ColumnMenu.options = options14;
4984
+ ColumnMenu.className = COLUMNMENU_CLASSNAME;
4985
+ ColumnMenu.defaultProps = defaultProps13;
4986
+
4987
+ // src/column-menu/column-menu-item.spec.tsx
4988
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4989
+ var COLUMNMENUITEM_CLASSNAME = `k-columnmenu-item`;
4990
+ var states15 = [
4991
+ States.focus,
4992
+ States.selected
4993
+ ];
4994
+ var options15 = {};
4995
+ var defaultProps14 = {};
4996
+ var ColumnMenuItem = (props) => {
4997
+ const {
4998
+ focus,
4999
+ selected,
5000
+ text,
5001
+ icon,
5002
+ ...other
5003
+ } = props;
5004
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5005
+ "div",
5006
+ {
5007
+ ...other,
5008
+ className: classNames(
5009
+ props.className,
5010
+ COLUMNMENUITEM_CLASSNAME,
5011
+ stateClassNames(COLUMNMENUITEM_CLASSNAME, {
5012
+ focus,
5013
+ selected
5014
+ })
5015
+ ),
5016
+ children: [
5017
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon }),
5018
+ text,
5019
+ props.children
5020
+ ]
5021
+ }
5022
+ );
5023
+ };
5024
+ ColumnMenuItem.states = states15;
5025
+ ColumnMenuItem.options = options15;
5026
+ ColumnMenuItem.className = COLUMNMENUITEM_CLASSNAME;
5027
+ ColumnMenuItem.defaultProps = defaultProps14;
5028
+
5029
+ // src/column-menu/column-menu-item-wrapper.tsx
5030
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5031
+ var className2 = `k-columnmenu-item-wrapper`;
5032
+ var ColumnMenuItemWrapper = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5033
+ "div",
5034
+ {
5035
+ ...props,
5036
+ className: classNames(
5037
+ props.className,
5038
+ className2
5039
+ ),
5040
+ children: props.children
5041
+ }
5042
+ );
5043
+
5044
+ // src/column-menu/column-menu-item-content.tsx
5045
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5046
+ var className3 = `k-columnmenu-item-content`;
5047
+ var ColumnMenuItemContent = (props) => /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5048
+ "div",
5049
+ {
5050
+ ...props,
5051
+ className: classNames(
5052
+ props.className,
5053
+ className3,
5054
+ "k-columns-item"
5055
+ ),
5056
+ children: props.children
5057
+ }
5058
+ );
5059
+
5060
+ // src/column-menu/filter-menu.spec.tsx
5061
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5062
+ var FILTERMENU_CLASSNAME = `k-filter-menu`;
5063
+ var states16 = [];
5064
+ var options16 = {};
5065
+ var defaultProps15 = {};
5066
+ var FilterMenu = (props) => {
5067
+ const {
5068
+ ...other
5069
+ } = props;
5070
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5071
+ "form",
5072
+ {
5073
+ ...other,
5074
+ className: classNames(
5075
+ props.className,
5076
+ FILTERMENU_CLASSNAME
5077
+ ),
5078
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { className: "k-filter-menu-container", children: props.children })
5079
+ }
5080
+ );
5081
+ };
5082
+ FilterMenu.states = states16;
5083
+ FilterMenu.options = options16;
5084
+ FilterMenu.className = FILTERMENU_CLASSNAME;
5085
+ FilterMenu.defaultProps = defaultProps15;
5086
+
5087
+ // src/column-menu/column-menu-multicheck-wrap.tsx
5088
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5089
+
5090
+ // src/column-menu/column-menu-multicheck-item.tsx
5091
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5092
+
5093
+ // src/column-menu/column-menu-expander.spec.tsx
5094
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5095
+ var COLUMNMENUEXPANDER_CLASSNAME = `k-expander`;
5096
+ var states17 = [];
5097
+ var options17 = {};
5098
+ var defaultProps16 = {};
5099
+ var ColumnMenuExpander = (props) => {
5100
+ const {
5101
+ itemText,
5102
+ itemIcon,
5103
+ expanded,
5104
+ itemContent,
5105
+ expanderIcon,
5106
+ ...other
5107
+ } = props;
5108
+ let icon = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, {});
5109
+ if (!expanded && !expanderIcon) {
5110
+ icon = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { icon: "chevron-down" });
5111
+ } else if (expanded && !expanderIcon) {
5112
+ icon = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { icon: "chevron-up" });
5113
+ } else {
5114
+ icon = /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { icon: expanderIcon });
5115
+ }
5116
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
5117
+ "div",
5118
+ {
5119
+ ...other,
5120
+ className: classNames(
5121
+ props.className,
5122
+ COLUMNMENUEXPANDER_CLASSNAME
5123
+ ),
5124
+ children: [
5125
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(ColumnMenuItem, { text: itemText, icon: itemIcon, children: [
5126
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-spacer" }),
5127
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-expander-indicator", children: icon })
5128
+ ] }),
5129
+ expanded && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(ColumnMenuItemContent, { children: itemContent }),
5130
+ props.children
5131
+ ]
5132
+ }
5133
+ );
5134
+ };
5135
+ ColumnMenuExpander.states = states17;
5136
+ ColumnMenuExpander.options = options17;
5137
+ ColumnMenuExpander.className = COLUMNMENUEXPANDER_CLASSNAME;
5138
+ ColumnMenuExpander.defaultProps = defaultProps16;
5139
+
5140
+ // src/column-menu/templates/column-menu-normal.tsx
5141
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5142
+ var ColumnMenuNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5143
+ ColumnMenu,
5144
+ {
5145
+ children: [
5146
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(ColumnMenuItemWrapper, { children: [
5147
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ColumnMenuItem, { text: "Item 1", icon: "sort-asc-small" }),
5148
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ColumnMenuItem, { text: "Item 2", icon: "sort-desc-small" })
5149
+ ] }),
5150
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ColumnMenuExpander, { itemText: "Expandable item 1", itemIcon: "columns" }) }),
5151
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ColumnMenuExpander, { itemText: "Expandable item 2", itemIcon: "filter" }) }),
5152
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ColumnMenuExpander, { itemText: "Item with icons", itemIcon: "arrows-left-right", expanderIcon: "window-restore" }) })
5153
+ ],
5154
+ ...props
5155
+ }
5156
+ );
5157
+
5158
+ // src/column-menu/templates/column-menu-tabbed.tsx
5159
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5160
+
4640
5161
  // src/input/input.spec.tsx
4641
- var import_jsx_runtime15 = require("react/jsx-runtime");
5162
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4642
5163
  var INPUT_CLASSNAME = `k-input`;
4643
- var states9 = [
5164
+ var states18 = [
4644
5165
  States.hover,
4645
5166
  States.focus,
4646
5167
  States.valid,
@@ -4650,12 +5171,12 @@ var states9 = [
4650
5171
  States.loading,
4651
5172
  States.readonly
4652
5173
  ];
4653
- var options9 = {
5174
+ var options18 = {
4654
5175
  size: [Size.small, Size.medium, Size.large],
4655
5176
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4656
5177
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4657
5178
  };
4658
- var defaultProps9 = {
5179
+ var defaultProps17 = {
4659
5180
  size: Size.medium,
4660
5181
  rounded: Size.medium,
4661
5182
  fillMode: FillMode.solid
@@ -4669,12 +5190,12 @@ var Input = (props) => {
4669
5190
  valid,
4670
5191
  loading,
4671
5192
  readonly,
4672
- size = defaultProps9.size,
4673
- rounded = defaultProps9.rounded,
4674
- fillMode = defaultProps9.fillMode,
5193
+ size = defaultProps17.size,
5194
+ rounded = defaultProps17.rounded,
5195
+ fillMode = defaultProps17.fillMode,
4675
5196
  ...other
4676
5197
  } = props;
4677
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
5198
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4678
5199
  "span",
4679
5200
  {
4680
5201
  ...other,
@@ -4687,13 +5208,13 @@ var Input = (props) => {
4687
5208
  }
4688
5209
  );
4689
5210
  };
4690
- Input.states = states9;
4691
- Input.options = options9;
5211
+ Input.states = states18;
5212
+ Input.options = options18;
4692
5213
  Input.className = INPUT_CLASSNAME;
4693
- Input.defaultProps = defaultProps9;
5214
+ Input.defaultProps = defaultProps17;
4694
5215
 
4695
5216
  // src/input/picker.spec.tsx
4696
- var import_jsx_runtime16 = require("react/jsx-runtime");
5217
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4697
5218
  var PICKER_CLASSNAME = `k-picker`;
4698
5219
  var pickerStates = [
4699
5220
  States.hover,
@@ -4710,7 +5231,7 @@ var pickerOptions = {
4710
5231
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4711
5232
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4712
5233
  };
4713
- var defaultProps10 = {
5234
+ var defaultProps18 = {
4714
5235
  size: Size.medium,
4715
5236
  rounded: Roundness.medium,
4716
5237
  fillMode: FillMode.solid
@@ -4724,12 +5245,12 @@ var Picker = (props) => {
4724
5245
  valid,
4725
5246
  loading,
4726
5247
  readonly,
4727
- size = defaultProps10.size,
4728
- rounded = defaultProps10.rounded,
4729
- fillMode = defaultProps10.fillMode,
5248
+ size = defaultProps18.size,
5249
+ rounded = defaultProps18.rounded,
5250
+ fillMode = defaultProps18.fillMode,
4730
5251
  ...other
4731
5252
  } = props;
4732
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
5253
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4733
5254
  "span",
4734
5255
  {
4735
5256
  ...other,
@@ -4746,17 +5267,17 @@ var Picker = (props) => {
4746
5267
  Picker.states = pickerStates;
4747
5268
  Picker.options = pickerOptions;
4748
5269
  Picker.className = PICKER_CLASSNAME;
4749
- Picker.defaultProps = defaultProps10;
5270
+ Picker.defaultProps = defaultProps18;
4750
5271
 
4751
5272
  // src/input/input-clear-value.tsx
4752
- var import_jsx_runtime17 = require("react/jsx-runtime");
4753
- var className = `k-clear-value`;
4754
- var states10 = [
5273
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5274
+ var className4 = `k-clear-value`;
5275
+ var states19 = [
4755
5276
  States.disabled,
4756
5277
  States.loading,
4757
5278
  States.readonly
4758
5279
  ];
4759
- var options10 = {};
5280
+ var options19 = {};
4760
5281
  var InputClearValue = (props) => {
4761
5282
  const {
4762
5283
  disabled,
@@ -4765,20 +5286,20 @@ var InputClearValue = (props) => {
4765
5286
  value
4766
5287
  } = props;
4767
5288
  if (disabled || readonly || loading || !value) {
4768
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_jsx_runtime17.Fragment, {});
5289
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_jsx_runtime37.Fragment, {});
4769
5290
  }
4770
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { icon: "x" }) });
5291
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("span", { className: classNames(props.className, className4), children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Icon, { icon: "x" }) });
4771
5292
  };
4772
- InputClearValue.states = states10;
4773
- InputClearValue.options = options10;
4774
- InputClearValue.className = className;
5293
+ InputClearValue.states = states19;
5294
+ InputClearValue.options = options19;
5295
+ InputClearValue.className = className4;
4775
5296
 
4776
5297
  // src/input/input-inner-input.tsx
4777
- var import_jsx_runtime18 = require("react/jsx-runtime");
4778
- var className2 = `k-input-inner`;
4779
- var states11 = [];
4780
- var options11 = {};
4781
- var defaultProps11 = {
5298
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5299
+ var className5 = `k-input-inner`;
5300
+ var states20 = [];
5301
+ var options20 = {};
5302
+ var defaultProps19 = {
4782
5303
  type: "text",
4783
5304
  autocomplete: "off",
4784
5305
  value: "",
@@ -4786,33 +5307,33 @@ var defaultProps11 = {
4786
5307
  };
4787
5308
  var InputInnerInput = (props) => {
4788
5309
  const {
4789
- value = defaultProps11.value,
4790
- type = defaultProps11.type,
4791
- placeholder = defaultProps11.placeholder,
4792
- autocomplete = defaultProps11.autocomplete,
5310
+ value = defaultProps19.value,
5311
+ type = defaultProps19.type,
5312
+ placeholder = defaultProps19.placeholder,
5313
+ autocomplete = defaultProps19.autocomplete,
4793
5314
  ...other
4794
5315
  } = props;
4795
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
5316
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
4796
5317
  "input",
4797
5318
  {
4798
5319
  ...other,
4799
5320
  type,
4800
- className: classNames(props.className, className2, optionClassNames(className2, props)),
5321
+ className: classNames(props.className, className5, optionClassNames(className5, props)),
4801
5322
  placeholder,
4802
5323
  autoComplete: autocomplete,
4803
5324
  defaultValue: value
4804
5325
  }
4805
5326
  );
4806
5327
  };
4807
- InputInnerInput.states = states11;
4808
- InputInnerInput.options = options11;
4809
- InputInnerInput.className = className2;
5328
+ InputInnerInput.states = states20;
5329
+ InputInnerInput.options = options20;
5330
+ InputInnerInput.className = className5;
4810
5331
 
4811
5332
  // src/input/input-inner-span.tsx
4812
- var import_jsx_runtime19 = require("react/jsx-runtime");
4813
- var className3 = `k-input-inner`;
4814
- var states12 = [];
4815
- var options12 = {};
5333
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5334
+ var className6 = `k-input-inner`;
5335
+ var states21 = [];
5336
+ var options21 = {};
4816
5337
  var InputInnerSpan = (props) => {
4817
5338
  const {
4818
5339
  value,
@@ -4822,59 +5343,59 @@ var InputInnerSpan = (props) => {
4822
5343
  valueIconName,
4823
5344
  ...other
4824
5345
  } = props;
4825
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
5346
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
4826
5347
  "span",
4827
5348
  {
4828
5349
  ...other,
4829
- className: classNames(props.className, className3, optionClassNames(className3, props)),
5350
+ className: classNames(props.className, className6, optionClassNames(className6, props)),
4830
5351
  children: [
4831
5352
  valueIcon,
4832
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5353
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4833
5354
  showValue && !value && placeholder,
4834
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-input-value-text", children: value })
5355
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-input-value-text", children: value })
4835
5356
  ]
4836
5357
  }
4837
5358
  );
4838
5359
  };
4839
- InputInnerSpan.states = states12;
4840
- InputInnerSpan.options = options12;
4841
- InputInnerSpan.className = className3;
5360
+ InputInnerSpan.states = states21;
5361
+ InputInnerSpan.options = options21;
5362
+ InputInnerSpan.className = className6;
4842
5363
 
4843
5364
  // src/input/input-inner-textarea.tsx
4844
- var import_jsx_runtime20 = require("react/jsx-runtime");
4845
- var defaultProps12 = {
5365
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5366
+ var defaultProps20 = {
4846
5367
  value: "",
4847
5368
  placeholder: ""
4848
5369
  };
4849
- var className4 = `k-input-inner`;
4850
- var states13 = [];
4851
- var options13 = {};
5370
+ var className7 = `k-input-inner`;
5371
+ var states22 = [];
5372
+ var options22 = {};
4852
5373
  var InputInnerTextarea = (props) => {
4853
5374
  const {
4854
- value = defaultProps12.value,
4855
- placeholder = defaultProps12.placeholder,
5375
+ value = defaultProps20.value,
5376
+ placeholder = defaultProps20.placeholder,
4856
5377
  rows,
4857
5378
  ...other
4858
5379
  } = props;
4859
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
5380
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
4860
5381
  "textarea",
4861
5382
  {
4862
5383
  ...other,
4863
- className: classNames(props.className, className4, optionClassNames(className4, props)),
5384
+ className: classNames(props.className, className7, optionClassNames(className7, props)),
4864
5385
  placeholder,
4865
5386
  rows,
4866
5387
  children: value
4867
5388
  }
4868
5389
  );
4869
5390
  };
4870
- InputInnerTextarea.states = states13;
4871
- InputInnerTextarea.options = options13;
4872
- InputInnerTextarea.className = className4;
5391
+ InputInnerTextarea.states = states22;
5392
+ InputInnerTextarea.options = options22;
5393
+ InputInnerTextarea.className = className7;
4873
5394
 
4874
5395
  // src/input/input-loading-icon.tsx
4875
- var import_jsx_runtime21 = require("react/jsx-runtime");
4876
- var className5 = `k-input-loading-icon`;
4877
- var states14 = [
5396
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5397
+ var className8 = `k-input-loading-icon`;
5398
+ var states23 = [
4878
5399
  States.disabled,
4879
5400
  States.loading
4880
5401
  ];
@@ -4884,21 +5405,21 @@ var InputLoadingIcon = (props) => {
4884
5405
  loading
4885
5406
  } = props;
4886
5407
  if (disabled || !loading) {
4887
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
5408
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_jsx_runtime41.Fragment, {});
4888
5409
  }
4889
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5410
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("span", { className: classNames(props.className, className8, "k-icon k-i-loading") });
4890
5411
  };
4891
5412
 
4892
5413
  // src/input/input-validation-icon.tsx
4893
- var import_jsx_runtime22 = require("react/jsx-runtime");
4894
- var className6 = `k-input-validation-icon`;
4895
- var states15 = [
5414
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5415
+ var className9 = `k-input-validation-icon`;
5416
+ var states24 = [
4896
5417
  States.valid,
4897
5418
  States.invalid,
4898
5419
  States.disabled,
4899
5420
  States.loading
4900
5421
  ];
4901
- var options14 = {};
5422
+ var options23 = {};
4902
5423
  var InputValidationIcon = (props) => {
4903
5424
  const {
4904
5425
  valid,
@@ -4909,34 +5430,34 @@ var InputValidationIcon = (props) => {
4909
5430
  const iconName = invalid ? "warning-circle" : "check-circle";
4910
5431
  const renderValidationIcon = Boolean(valid || invalid);
4911
5432
  if (disabled || loading || !renderValidationIcon) {
4912
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
5433
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, {});
4913
5434
  }
4914
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { className: classNames(className6), icon: iconName });
5435
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { className: classNames(className9), icon: iconName });
4915
5436
  };
4916
- InputValidationIcon.states = states15;
4917
- InputValidationIcon.options = options14;
4918
- InputValidationIcon.className = className6;
5437
+ InputValidationIcon.states = states24;
5438
+ InputValidationIcon.options = options23;
5439
+ InputValidationIcon.className = className9;
4919
5440
 
4920
5441
  // src/input/input-prefix.tsx
4921
- var import_jsx_runtime23 = require("react/jsx-runtime");
4922
- var className7 = `k-input-prefix`;
4923
- var defaultProps13 = {
5442
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5443
+ var className10 = `k-input-prefix`;
5444
+ var defaultProps21 = {
4924
5445
  direction: "horizontal"
4925
5446
  };
4926
5447
  var InputPrefix = (props) => {
4927
5448
  const {
4928
- direction = defaultProps13.direction,
5449
+ direction = defaultProps21.direction,
4929
5450
  ...other
4930
5451
  } = props;
4931
5452
  if (!props.children) {
4932
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, {});
5453
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_jsx_runtime43.Fragment, {});
4933
5454
  }
4934
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
5455
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
4935
5456
  "span",
4936
5457
  {
4937
5458
  ...other,
4938
5459
  className: classNames(
4939
- className7,
5460
+ className10,
4940
5461
  props.className,
4941
5462
  {
4942
5463
  [`k-input-prefix-${direction}`]: direction
@@ -4948,25 +5469,25 @@ var InputPrefix = (props) => {
4948
5469
  };
4949
5470
 
4950
5471
  // src/input/input-suffix.tsx
4951
- var import_jsx_runtime24 = require("react/jsx-runtime");
4952
- var className8 = `k-input-suffix`;
4953
- var defaultProps14 = {
5472
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5473
+ var className11 = `k-input-suffix`;
5474
+ var defaultProps22 = {
4954
5475
  direction: "horizontal"
4955
5476
  };
4956
5477
  var InputSuffix = (props) => {
4957
5478
  const {
4958
- direction = defaultProps14.direction,
5479
+ direction = defaultProps22.direction,
4959
5480
  ...other
4960
5481
  } = props;
4961
5482
  if (!props.children) {
4962
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_jsx_runtime24.Fragment, {});
5483
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_jsx_runtime44.Fragment, {});
4963
5484
  }
4964
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5485
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
4965
5486
  "span",
4966
5487
  {
4967
5488
  ...other,
4968
5489
  className: classNames(
4969
- className8,
5490
+ className11,
4970
5491
  props.className,
4971
5492
  {
4972
5493
  [`k-input-suffix-${direction}`]: direction
@@ -4978,105 +5499,41 @@ var InputSuffix = (props) => {
4978
5499
  };
4979
5500
 
4980
5501
  // src/input/input-prefix-text.tsx
4981
- var import_jsx_runtime25 = require("react/jsx-runtime");
5502
+ var import_jsx_runtime45 = require("react/jsx-runtime");
4982
5503
 
4983
5504
  // src/input/input-suffix-text.tsx
4984
- var import_jsx_runtime26 = require("react/jsx-runtime");
5505
+ var import_jsx_runtime46 = require("react/jsx-runtime");
4985
5506
 
4986
5507
  // src/input/input-separator.tsx
4987
- var import_jsx_runtime27 = require("react/jsx-runtime");
4988
- var className9 = `k-input-separator`;
4989
- var defaultProps15 = {
5508
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5509
+ var className12 = `k-input-separator`;
5510
+ var defaultProps23 = {
4990
5511
  direction: "vertical"
4991
5512
  };
4992
5513
  var InputSeparator = (props) => {
4993
5514
  const {
4994
- direction = defaultProps15.direction,
5515
+ direction = defaultProps23.direction,
4995
5516
  ...other
4996
5517
  } = props;
4997
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5518
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
4998
5519
  "span",
4999
5520
  {
5000
5521
  ...other,
5001
5522
  className: classNames(
5002
- className9,
5523
+ className12,
5003
5524
  props.className,
5004
5525
  {
5005
- [`${className9}-${direction}`]: direction
5526
+ [`${className12}-${direction}`]: direction
5006
5527
  }
5007
5528
  )
5008
5529
  }
5009
5530
  );
5010
5531
  };
5011
5532
 
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) => {
5021
- const {
5022
- positionMode,
5023
- animationStyle,
5024
- offset,
5025
- ...other
5026
- } = props;
5027
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5028
- "div",
5029
- {
5030
- ...other,
5031
- style: { ...offset, ...props.style },
5032
- className: classNames(
5033
- ANIMATION_CONTAINER_CLASSNAME,
5034
- "k-animation-container-shown",
5035
- {
5036
- ["k-animation-container-fixed"]: positionMode === "fixed"
5037
- }
5038
- ),
5039
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5040
- }
5041
- );
5042
- };
5043
- AnimationContainer.states = states16;
5044
- AnimationContainer.options = options15;
5045
- AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5046
- AnimationContainer.defaultProps = defaultProps16;
5047
-
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;
5075
-
5076
5533
  // src/dropdownlist/dropdownlist.spec.tsx
5077
- var import_jsx_runtime30 = require("react/jsx-runtime");
5534
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5078
5535
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5079
- var states18 = [
5536
+ var states25 = [
5080
5537
  States.hover,
5081
5538
  States.focus,
5082
5539
  States.valid,
@@ -5086,12 +5543,12 @@ var states18 = [
5086
5543
  States.loading,
5087
5544
  States.readonly
5088
5545
  ];
5089
- var options17 = {
5546
+ var options24 = {
5090
5547
  size: [Size.small, Size.medium, Size.large],
5091
5548
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5092
5549
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5093
5550
  };
5094
- var defaultProps18 = {
5551
+ var defaultProps24 = {
5095
5552
  showValue: true,
5096
5553
  arrowIconName: "caret-alt-down",
5097
5554
  size: Size.medium,
@@ -5101,7 +5558,7 @@ var defaultProps18 = {
5101
5558
  var DropdownList = (props) => {
5102
5559
  const {
5103
5560
  valueIconName,
5104
- arrowIconName = defaultProps18.arrowIconName,
5561
+ arrowIconName = defaultProps24.arrowIconName,
5105
5562
  prefix,
5106
5563
  suffix,
5107
5564
  value,
@@ -5117,13 +5574,13 @@ var DropdownList = (props) => {
5117
5574
  loading,
5118
5575
  disabled,
5119
5576
  readonly,
5120
- showValue = defaultProps18.showValue,
5577
+ showValue = defaultProps24.showValue,
5121
5578
  popup,
5122
5579
  opened,
5123
5580
  ...other
5124
5581
  } = props;
5125
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5126
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5582
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_jsx_runtime48.Fragment, { children: [
5583
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5127
5584
  Picker,
5128
5585
  {
5129
5586
  ...other,
@@ -5146,8 +5603,8 @@ var DropdownList = (props) => {
5146
5603
  }
5147
5604
  ),
5148
5605
  children: [
5149
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5150
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5606
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputPrefix, { children: prefix }),
5607
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5151
5608
  InputInnerSpan,
5152
5609
  {
5153
5610
  placeholder,
@@ -5156,7 +5613,7 @@ var DropdownList = (props) => {
5156
5613
  valueIconName
5157
5614
  }
5158
5615
  ),
5159
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5616
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5160
5617
  InputValidationIcon,
5161
5618
  {
5162
5619
  valid,
@@ -5165,15 +5622,15 @@ var DropdownList = (props) => {
5165
5622
  disabled
5166
5623
  }
5167
5624
  ),
5168
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5625
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5169
5626
  InputLoadingIcon,
5170
5627
  {
5171
5628
  loading,
5172
5629
  disabled
5173
5630
  }
5174
5631
  ),
5175
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5176
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5632
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(InputSuffix, { children: suffix }),
5633
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5177
5634
  Button,
5178
5635
  {
5179
5636
  className: "k-input-button",
@@ -5186,35 +5643,35 @@ var DropdownList = (props) => {
5186
5643
  ]
5187
5644
  }
5188
5645
  ),
5189
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5646
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5190
5647
  ] });
5191
5648
  };
5192
- DropdownList.states = states18;
5193
- DropdownList.options = options17;
5649
+ DropdownList.states = states25;
5650
+ DropdownList.options = options24;
5194
5651
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5195
- DropdownList.defaultProps = defaultProps18;
5652
+ DropdownList.defaultProps = defaultProps24;
5196
5653
 
5197
5654
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5198
- var import_jsx_runtime31 = require("react/jsx-runtime");
5655
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5199
5656
 
5200
5657
  // 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 });
5658
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5659
+ var className13 = `k-nodata`;
5660
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: classNames(className13, props.className), children: props.children });
5204
5661
 
5205
5662
  // src/list/list.spec.tsx
5206
- var import_jsx_runtime33 = require("react/jsx-runtime");
5663
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5207
5664
  var LIST_CLASSNAME = `k-list`;
5208
- var states19 = [];
5209
- var options18 = {
5665
+ var states26 = [];
5666
+ var options25 = {
5210
5667
  size: [Size.small, Size.medium, Size.large]
5211
5668
  };
5212
- var defaultProps19 = {
5669
+ var defaultProps25 = {
5213
5670
  size: Size.medium
5214
5671
  };
5215
5672
  var List = (props) => {
5216
5673
  const {
5217
- size = defaultProps19.size,
5674
+ size = defaultProps25.size,
5218
5675
  virtualization,
5219
5676
  children,
5220
5677
  optionLabel,
@@ -5231,7 +5688,7 @@ var List = (props) => {
5231
5688
  listHeader = child.props.label;
5232
5689
  child.props.children.map((optChild, index2) => {
5233
5690
  listChildren.push(
5234
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5691
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5235
5692
  ListItem,
5236
5693
  {
5237
5694
  ...optChild.props
@@ -5247,7 +5704,7 @@ var List = (props) => {
5247
5704
  groupLabel = child.props.label;
5248
5705
  }
5249
5706
  listChildren.push(
5250
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5707
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5251
5708
  ListItem,
5252
5709
  {
5253
5710
  className: index2 === 0 ? "k-first" : "",
@@ -5259,16 +5716,16 @@ var List = (props) => {
5259
5716
  );
5260
5717
  });
5261
5718
  }
5262
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5719
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5263
5720
  } 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 });
5721
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5722
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ListContent, { virtualization, children: listChildren });
5266
5723
  }
5267
5724
  });
5268
5725
  } else {
5269
- listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(NoData, { children: "No data found." });
5726
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(NoData, { children: "No data found." });
5270
5727
  }
5271
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5728
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5272
5729
  "div",
5273
5730
  {
5274
5731
  ...other,
@@ -5290,24 +5747,24 @@ var List = (props) => {
5290
5747
  }
5291
5748
  );
5292
5749
  };
5293
- List.states = states19;
5294
- List.options = options18;
5750
+ List.states = states26;
5751
+ List.options = options25;
5295
5752
  List.className = LIST_CLASSNAME;
5296
- List.defaultProps = defaultProps19;
5753
+ List.defaultProps = defaultProps25;
5297
5754
 
5298
5755
  // src/list/list-angular.spec.tsx
5299
- var import_jsx_runtime34 = require("react/jsx-runtime");
5756
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5300
5757
  var LISTANGULAR_CLASSNAME = `k-list`;
5301
- var states20 = [];
5302
- var options19 = {
5758
+ var states27 = [];
5759
+ var options26 = {
5303
5760
  size: [Size.small, Size.medium, Size.large]
5304
5761
  };
5305
- var defaultProps20 = {
5762
+ var defaultProps26 = {
5306
5763
  size: Size.medium
5307
5764
  };
5308
5765
  var ListAngular = (props) => {
5309
5766
  const {
5310
- size = defaultProps20.size,
5767
+ size = defaultProps26.size,
5311
5768
  virtualization,
5312
5769
  children,
5313
5770
  ...other
@@ -5323,7 +5780,7 @@ var ListAngular = (props) => {
5323
5780
  listHeader = child.props.label;
5324
5781
  child.props.children.map((optChild, index2) => {
5325
5782
  listChildren.push(
5326
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5783
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5327
5784
  ListItem,
5328
5785
  {
5329
5786
  ...optChild.props
@@ -5334,7 +5791,7 @@ var ListAngular = (props) => {
5334
5791
  });
5335
5792
  } else {
5336
5793
  listChildren.push(
5337
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5794
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5338
5795
  ListGroupItem,
5339
5796
  {
5340
5797
  ...child.props,
@@ -5345,7 +5802,7 @@ var ListAngular = (props) => {
5345
5802
  );
5346
5803
  child.props.children.map((optChild, index2) => {
5347
5804
  listChildren.push(
5348
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5805
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5349
5806
  ListItem,
5350
5807
  {
5351
5808
  ...optChild.props
@@ -5355,16 +5812,16 @@ var ListAngular = (props) => {
5355
5812
  );
5356
5813
  });
5357
5814
  }
5358
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5815
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5359
5816
  } 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 });
5817
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5818
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ListContent, { virtualization, children: listChildren });
5362
5819
  }
5363
5820
  });
5364
5821
  } else {
5365
- listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5822
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(NoData, { children: "No data found." });
5366
5823
  }
5367
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5824
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
5368
5825
  "div",
5369
5826
  {
5370
5827
  ...other,
@@ -5385,22 +5842,22 @@ var ListAngular = (props) => {
5385
5842
  }
5386
5843
  );
5387
5844
  };
5388
- ListAngular.states = states20;
5389
- ListAngular.options = options19;
5845
+ ListAngular.states = states27;
5846
+ ListAngular.options = options26;
5390
5847
  ListAngular.className = LISTANGULAR_CLASSNAME;
5391
- ListAngular.defaultProps = defaultProps20;
5848
+ ListAngular.defaultProps = defaultProps26;
5392
5849
 
5393
5850
  // src/list/list-item.spec.tsx
5394
- var import_jsx_runtime35 = require("react/jsx-runtime");
5851
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5395
5852
  var LISTITEM_CLASSNAME = `k-list-item`;
5396
- var states21 = [
5853
+ var states28 = [
5397
5854
  States.hover,
5398
5855
  States.focus,
5399
5856
  States.selected,
5400
5857
  States.disabled
5401
5858
  ];
5402
- var options20 = {};
5403
- var defaultProps21 = {};
5859
+ var options27 = {};
5860
+ var defaultProps27 = {};
5404
5861
  var ListItem = (props) => {
5405
5862
  const {
5406
5863
  text,
@@ -5416,7 +5873,7 @@ var ListItem = (props) => {
5416
5873
  ...other
5417
5874
  } = props;
5418
5875
  const textOrChildren = text ? text : props.children;
5419
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5876
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5420
5877
  "li",
5421
5878
  {
5422
5879
  ...other,
@@ -5431,66 +5888,66 @@ var ListItem = (props) => {
5431
5888
  })
5432
5889
  ),
5433
5890
  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 })
5891
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Checkbox, { checked }),
5892
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { icon: iconName }),
5893
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5894
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5438
5895
  ]
5439
5896
  }
5440
5897
  );
5441
5898
  };
5442
- ListItem.states = states21;
5443
- ListItem.options = options20;
5899
+ ListItem.states = states28;
5900
+ ListItem.options = options27;
5444
5901
  ListItem.className = LISTITEM_CLASSNAME;
5445
- ListItem.defaultProps = defaultProps21;
5902
+ ListItem.defaultProps = defaultProps27;
5446
5903
 
5447
5904
  // src/list/list-content.tsx
5448
- var import_jsx_runtime36 = require("react/jsx-runtime");
5449
- var className11 = `k-list-content`;
5905
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5906
+ var className14 = `k-list-content`;
5450
5907
  var ListContent = (props) => {
5451
5908
  const {
5452
5909
  virtualization
5453
5910
  } = 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", {}) })
5911
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: classNames(className14, props.className), children: [
5912
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5913
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", {}) })
5457
5914
  ] });
5458
5915
  };
5459
5916
 
5460
5917
  // 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 }) });
5918
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5919
+ var className15 = `k-list-group-sticky-header`;
5920
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(className15, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5464
5921
 
5465
5922
  // src/list/list-group.tsx
5466
- var import_jsx_runtime38 = require("react/jsx-runtime");
5923
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5467
5924
  var ListGroup = (props) => {
5468
5925
  const {
5469
5926
  virtualization,
5470
5927
  label
5471
5928
  } = 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 })
5929
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
5930
+ label && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListHeader, { children: label }),
5931
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ListContent, { virtualization, children: props.children })
5475
5932
  ] });
5476
5933
  };
5477
5934
 
5478
5935
  // 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 }) });
5936
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5937
+ var className16 = `k-list-group-item`;
5938
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: classNames(className16, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5482
5939
 
5483
5940
  // src/list/list-option-label.tsx
5484
- var import_jsx_runtime40 = require("react/jsx-runtime");
5941
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5485
5942
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5486
- var states22 = [
5943
+ var states29 = [
5487
5944
  States.hover,
5488
5945
  States.focus,
5489
5946
  States.selected,
5490
5947
  States.disabled
5491
5948
  ];
5492
- var options21 = {};
5493
- var defaultProps22 = {};
5949
+ var options28 = {};
5950
+ var defaultProps28 = {};
5494
5951
  var ListOptionLabel = (props) => {
5495
5952
  const {
5496
5953
  text,
@@ -5500,7 +5957,7 @@ var ListOptionLabel = (props) => {
5500
5957
  disabled,
5501
5958
  ...other
5502
5959
  } = props;
5503
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5960
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5504
5961
  "div",
5505
5962
  {
5506
5963
  ...other,
@@ -5517,39 +5974,39 @@ var ListOptionLabel = (props) => {
5517
5974
  }
5518
5975
  );
5519
5976
  };
5520
- ListOptionLabel.states = states22;
5521
- ListOptionLabel.options = options21;
5977
+ ListOptionLabel.states = states29;
5978
+ ListOptionLabel.options = options28;
5522
5979
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5523
- ListOptionLabel.defaultProps = defaultProps22;
5980
+ ListOptionLabel.defaultProps = defaultProps28;
5524
5981
 
5525
5982
  // src/list/templates/list-normal.tsx
5526
- var import_jsx_runtime41 = require("react/jsx-runtime");
5983
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5527
5984
 
5528
5985
  // src/list/templates/list-virtualization.tsx
5529
- var import_jsx_runtime42 = require("react/jsx-runtime");
5986
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5530
5987
 
5531
5988
  // src/list/templates/list-grouping.tsx
5532
- var import_jsx_runtime43 = require("react/jsx-runtime");
5989
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5533
5990
 
5534
5991
  // src/list/templates/list-virualization-grouping.tsx
5535
- var import_jsx_runtime44 = require("react/jsx-runtime");
5992
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5536
5993
 
5537
5994
  // src/list/templates/list-virtualization-angular.tsx
5538
- var import_jsx_runtime45 = require("react/jsx-runtime");
5995
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5539
5996
 
5540
5997
  // src/list/templates/list-grouping-angular.tsx
5541
- var import_jsx_runtime46 = require("react/jsx-runtime");
5998
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5542
5999
 
5543
6000
  // src/list/templates/list-virualization-grouping-angular.tsx
5544
- var import_jsx_runtime47 = require("react/jsx-runtime");
6001
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5545
6002
 
5546
6003
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5547
- var import_jsx_runtime48 = require("react/jsx-runtime");
6004
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5548
6005
 
5549
6006
  // src/searchbox/searchbox.spec.tsx
5550
- var import_jsx_runtime49 = require("react/jsx-runtime");
6007
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5551
6008
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5552
- var states23 = [
6009
+ var states30 = [
5553
6010
  States.hover,
5554
6011
  States.focus,
5555
6012
  States.valid,
@@ -5558,12 +6015,12 @@ var states23 = [
5558
6015
  States.disabled,
5559
6016
  States.loading
5560
6017
  ];
5561
- var options22 = {
6018
+ var options29 = {
5562
6019
  size: [Size.small, Size.medium, Size.large],
5563
6020
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5564
6021
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5565
6022
  };
5566
- var defaultProps23 = {
6023
+ var defaultProps29 = {
5567
6024
  showIcon: true,
5568
6025
  icon: "search",
5569
6026
  size: Input.defaultProps.size,
@@ -5584,11 +6041,11 @@ var Searchbox = (props) => {
5584
6041
  required,
5585
6042
  loading,
5586
6043
  disabled,
5587
- showIcon = defaultProps23.showIcon,
5588
- icon = defaultProps23.icon,
6044
+ showIcon = defaultProps29.showIcon,
6045
+ icon = defaultProps29.icon,
5589
6046
  ...other
5590
6047
  } = props;
5591
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
6048
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
5592
6049
  Input,
5593
6050
  {
5594
6051
  ...other,
@@ -5604,36 +6061,36 @@ var Searchbox = (props) => {
5604
6061
  disabled,
5605
6062
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5606
6063
  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 })
6064
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, { className: "k-input-icon", icon }),
6065
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputInnerInput, { placeholder, value }),
6066
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputLoadingIcon, { ...props }),
6067
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputValidationIcon, { ...props }),
6068
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(InputClearValue, { ...props })
5612
6069
  ]
5613
6070
  }
5614
6071
  );
5615
6072
  };
5616
- Searchbox.states = states23;
5617
- Searchbox.options = options22;
6073
+ Searchbox.states = states30;
6074
+ Searchbox.options = options29;
5618
6075
  Searchbox.className = SEARCHBOX_CLASSNAME;
5619
- Searchbox.defaultProps = defaultProps23;
6076
+ Searchbox.defaultProps = defaultProps29;
5620
6077
 
5621
6078
  // src/searchbox/templates/searchbox-normal.tsx
5622
- var import_jsx_runtime50 = require("react/jsx-runtime");
6079
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5623
6080
 
5624
6081
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5625
- var import_jsx_runtime51 = require("react/jsx-runtime");
6082
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5626
6083
 
5627
6084
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5628
- var import_jsx_runtime52 = require("react/jsx-runtime");
6085
+ var import_jsx_runtime70 = require("react/jsx-runtime");
5629
6086
 
5630
6087
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5631
- var import_jsx_runtime53 = require("react/jsx-runtime");
6088
+ var import_jsx_runtime71 = require("react/jsx-runtime");
5632
6089
 
5633
6090
  // src/textbox/textbox.spec.tsx
5634
- var import_jsx_runtime54 = require("react/jsx-runtime");
6091
+ var import_jsx_runtime72 = require("react/jsx-runtime");
5635
6092
  var TEXTBOX_CLASSNAME = `k-textbox`;
5636
- var states24 = [
6093
+ var states31 = [
5637
6094
  States.hover,
5638
6095
  States.focus,
5639
6096
  States.valid,
@@ -5643,12 +6100,12 @@ var states24 = [
5643
6100
  States.loading,
5644
6101
  States.readonly
5645
6102
  ];
5646
- var options23 = {
6103
+ var options30 = {
5647
6104
  size: [Size.small, Size.medium, Size.large],
5648
6105
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5649
6106
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5650
6107
  };
5651
- var defaultProps24 = {
6108
+ var defaultProps30 = {
5652
6109
  showClearButton: true,
5653
6110
  size: Input.defaultProps.size,
5654
6111
  rounded: Input.defaultProps.rounded,
@@ -5671,10 +6128,10 @@ var Textbox = (props) => {
5671
6128
  loading,
5672
6129
  disabled,
5673
6130
  readonly,
5674
- showClearButton = defaultProps24.showClearButton,
6131
+ showClearButton = defaultProps30.showClearButton,
5675
6132
  ...other
5676
6133
  } = props;
5677
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
6134
+ return /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(
5678
6135
  Input,
5679
6136
  {
5680
6137
  ...other,
@@ -5691,12 +6148,12 @@ var Textbox = (props) => {
5691
6148
  readonly,
5692
6149
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5693
6150
  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, {})
6151
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6152
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputPrefix, { children: prefix }),
6153
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputSeparator, {})
5697
6154
  ] }),
5698
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputInnerInput, { placeholder, value }),
5699
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6155
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputInnerInput, { placeholder, value }),
6156
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5700
6157
  InputValidationIcon,
5701
6158
  {
5702
6159
  valid,
@@ -5705,14 +6162,14 @@ var Textbox = (props) => {
5705
6162
  disabled
5706
6163
  }
5707
6164
  ),
5708
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6165
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5709
6166
  InputLoadingIcon,
5710
6167
  {
5711
6168
  loading,
5712
6169
  disabled
5713
6170
  }
5714
6171
  ),
5715
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
6172
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
5716
6173
  InputClearValue,
5717
6174
  {
5718
6175
  loading,
@@ -5721,481 +6178,171 @@ var Textbox = (props) => {
5721
6178
  value
5722
6179
  }
5723
6180
  ),
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 })
6181
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_jsx_runtime72.Fragment, { children: [
6182
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputSeparator, {}),
6183
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(InputSuffix, { children: suffix })
5727
6184
  ] })
5728
6185
  ]
5729
6186
  }
5730
6187
  );
5731
6188
  };
5732
- Textbox.states = states24;
5733
- Textbox.options = options23;
6189
+ Textbox.states = states31;
6190
+ Textbox.options = options30;
5734
6191
  Textbox.className = TEXTBOX_CLASSNAME;
5735
- Textbox.defaultProps = defaultProps24;
6192
+ Textbox.defaultProps = defaultProps30;
5736
6193
 
5737
6194
  // src/textbox/templates/textbox-normal.tsx
5738
- var import_jsx_runtime55 = require("react/jsx-runtime");
6195
+ var import_jsx_runtime73 = require("react/jsx-runtime");
5739
6196
 
5740
6197
  // src/textbox/templates/textbox-prefix.tsx
5741
- var import_jsx_runtime56 = require("react/jsx-runtime");
6198
+ var import_jsx_runtime74 = require("react/jsx-runtime");
5742
6199
 
5743
6200
  // src/textbox/templates/textbox-suffix.tsx
5744
- var import_jsx_runtime57 = require("react/jsx-runtime");
5745
-
5746
- // src/treeview/treeview.spec.tsx
5747
- var import_jsx_runtime58 = require("react/jsx-runtime");
5748
- var import_react = require("react");
5749
- var TREEVIEW_CLASSNAME = `k-treeview`;
5750
- var states25 = [];
5751
- var options24 = {
5752
- size: [Size.small, Size.medium, Size.large]
5753
- };
5754
- var defaultProps25 = {
5755
- size: Size.medium
5756
- };
5757
- var Treeview = (props) => {
5758
- const {
5759
- size = defaultProps25.size,
5760
- children,
5761
- dir,
5762
- ...other
5763
- } = props;
5764
- const listChildren = [];
5765
- if (children) {
5766
- if (Array.isArray(children)) {
5767
- children.map((child, index) => {
5768
- if (child.type === TreeviewItem) {
5769
- listChildren.push(
5770
- /* @__PURE__ */ (0, import_react.createElement)(TreeviewItem, { ...child.props, dir, key: index })
5771
- );
5772
- }
5773
- if (child.type === TreeviewGroup) {
5774
- listChildren.push(
5775
- /* @__PURE__ */ (0, import_react.createElement)(TreeviewGroup, { ...child.props, dir, key: index })
5776
- );
5777
- }
5778
- });
5779
- } else {
5780
- if (children.type === TreeviewItem) {
5781
- listChildren.push(
5782
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(TreeviewItem, { ...children.props, dir })
5783
- );
5784
- }
5785
- if (children.type === TreeviewGroup) {
5786
- listChildren.push(
5787
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(TreeviewGroup, { ...children.props, dir })
5788
- );
5789
- }
5790
- }
5791
- }
5792
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5793
- "div",
5794
- {
5795
- ...other,
5796
- dir,
5797
- className: classNames(
5798
- props.className,
5799
- TREEVIEW_CLASSNAME,
5800
- optionClassNames(TREEVIEW_CLASSNAME, {
5801
- size
5802
- })
5803
- ),
5804
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(TreeviewGroup, { className: "k-treeview-lines", dir, children: listChildren })
5805
- }
5806
- );
5807
- };
5808
- Treeview.states = states25;
5809
- Treeview.options = options24;
5810
- Treeview.className = TREEVIEW_CLASSNAME;
5811
- Treeview.defaultProps = defaultProps25;
5812
-
5813
- // src/treeview/treeview-group.tsx
5814
- var import_jsx_runtime59 = require("react/jsx-runtime");
5815
- var import_react2 = require("react");
5816
- var className14 = `k-treeview-group`;
5817
- var TreeviewGroup = (props) => {
5818
- const {
5819
- children,
5820
- dir
5821
- } = props;
5822
- const listChildren = [];
5823
- if (children) {
5824
- if (Array.isArray(children)) {
5825
- children.map((child, index) => {
5826
- if (child.type === treeview_item_spec_default) {
5827
- listChildren.push(
5828
- /* @__PURE__ */ (0, import_react2.createElement)(treeview_item_spec_default, { ...child.props, dir, key: index })
5829
- );
5830
- }
5831
- });
5832
- } else {
5833
- if (children.type === treeview_item_spec_default) {
5834
- listChildren.push(
5835
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(treeview_item_spec_default, { ...children.props, dir })
5836
- );
5837
- }
5838
- }
5839
- }
5840
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("ul", { className: classNames(props.className, className14), children: listChildren });
5841
- };
5842
-
5843
- // src/treeview/treeview-leaf.tsx
5844
- var import_jsx_runtime60 = require("react/jsx-runtime");
5845
- var TREEVIEWLEAF_CLASSNAME = `k-treeview-leaf`;
5846
- var states26 = [
5847
- States.hover,
5848
- States.focus,
5849
- States.selected
5850
- ];
5851
- var options25 = {};
5852
- var TreeviewLeaf = (props) => {
5853
- const {
5854
- text,
5855
- showIcon,
5856
- icon,
5857
- hover,
5858
- focus,
5859
- selected,
5860
- ...other
5861
- } = props;
5862
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5863
- "span",
5864
- {
5865
- ...other,
5866
- className: classNames(
5867
- props.className,
5868
- TREEVIEWLEAF_CLASSNAME,
5869
- stateClassNames(TREEVIEWLEAF_CLASSNAME, {
5870
- hover,
5871
- focus,
5872
- selected
5873
- })
5874
- ),
5875
- children: [
5876
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { icon }),
5877
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: "k-treeview-leaf-text", children: text })
5878
- ]
5879
- }
5880
- );
5881
- };
5882
- TreeviewLeaf.states = states26;
5883
- TreeviewLeaf.options = options25;
5884
- TreeviewLeaf.className = TREEVIEWLEAF_CLASSNAME;
5885
- var treeview_leaf_default = TreeviewLeaf;
6201
+ var import_jsx_runtime75 = require("react/jsx-runtime");
5886
6202
 
5887
- // src/treeview/treeview-item.spec.tsx
5888
- var import_jsx_runtime61 = require("react/jsx-runtime");
5889
- var import_react3 = require("react");
5890
- var TREEVIEWITEM_CLASSNAME = `k-treeview-item`;
5891
- var states27 = [
5892
- States.hover,
5893
- States.focus,
5894
- States.selected,
5895
- States.disabled
5896
- ];
5897
- var options26 = {};
5898
- var defaultProps26 = {};
5899
- var TreeviewItem = (props) => {
5900
- const {
5901
- leafClassName,
5902
- children,
5903
- hasChildren,
5904
- expanded,
5905
- text,
5906
- showIcon,
5907
- icon,
5908
- showCheckbox,
5909
- checked,
5910
- hover,
5911
- focus,
5912
- selected,
5913
- disabled,
5914
- dir,
5915
- ...other
5916
- } = props;
5917
- const _hasChildren = hasChildren || children;
5918
- const listChildren = [];
5919
- if (children) {
5920
- if (Array.isArray(children)) {
5921
- children.map((child, index) => {
5922
- if (child.type === TreeviewGroup) {
5923
- listChildren.push(
5924
- /* @__PURE__ */ (0, import_react3.createElement)(TreeviewGroup, { ...child.props, dir, key: index }, child.props.children)
5925
- );
5926
- }
5927
- });
5928
- } else {
5929
- if (children.type === TreeviewGroup) {
5930
- listChildren.push(
5931
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(TreeviewGroup, { ...children.props, dir, children: children.props.children })
5932
- );
5933
- }
5934
- }
6203
+ // src/column-menu/templates/filter-menu-normal.tsx
6204
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6205
+ var FilterMenuNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6206
+ FilterMenu,
6207
+ {
6208
+ children: [
6209
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(DropdownList, { value: "Contains" }),
6210
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Textbox, { placeholder: "Filter..." }),
6211
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
6212
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(DropdownList, { value: "Contains" }),
6213
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Textbox, { placeholder: "Filter..." }),
6214
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsxs)(ActionButtons, { alignment: "stretched", children: [
6215
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Button, { themeColor: "primary", children: "Filter" }),
6216
+ /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(Button, { children: "Clear" })
6217
+ ] })
6218
+ ],
6219
+ ...props
5935
6220
  }
5936
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5937
- "li",
5938
- {
5939
- ...other,
5940
- className: classNames(
5941
- props.className,
5942
- TREEVIEWITEM_CLASSNAME
5943
- ),
5944
- children: [
5945
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("span", { className: "k-treeview-mid", children: [
5946
- _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5947
- "span",
5948
- {
5949
- className: classNames(
5950
- "k-treeview-toggle",
5951
- stateClassNames("k-treeview-toggle", { disabled })
5952
- ),
5953
- children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Icon, { icon: expanded ? "caret-alt-down" : dir === "rtl" ? "caret-alt-left" : "caret-alt-right" })
5954
- }
5955
- ),
5956
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Checkbox, { checked, disabled }),
5957
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5958
- treeview_leaf_default,
5959
- {
5960
- className: classNames(
5961
- leafClassName,
5962
- stateClassNames(leafClassName, { disabled })
5963
- ),
5964
- text,
5965
- showIcon,
5966
- icon,
5967
- hover,
5968
- focus,
5969
- selected
5970
- }
5971
- )
5972
- ] }),
5973
- expanded && _hasChildren && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_jsx_runtime61.Fragment, { children: listChildren })
5974
- ]
5975
- }
5976
- );
5977
- };
5978
- TreeviewItem.states = states27;
5979
- TreeviewItem.options = options26;
5980
- TreeviewItem.className = TREEVIEWITEM_CLASSNAME;
5981
- TreeviewItem.defaultProps = defaultProps26;
5982
- var treeview_item_spec_default = TreeviewItem;
5983
-
5984
- // src/treeview/templates/treeview-normal.tsx
5985
- var import_jsx_runtime62 = require("react/jsx-runtime");
5986
-
5987
- // src/treeview/templates/treeview-hierarchy.tsx
5988
- var import_jsx_runtime63 = require("react/jsx-runtime");
5989
-
5990
- // src/treeview/templates/treeview-icons.tsx
5991
- var import_jsx_runtime64 = require("react/jsx-runtime");
6221
+ );
5992
6222
 
5993
- // src/treeview/templates/treeview-checkboxes.tsx
5994
- var import_jsx_runtime65 = require("react/jsx-runtime");
6223
+ // src/column-menu/templates/filter-menu-multi-check.tsx
6224
+ var import_jsx_runtime77 = require("react/jsx-runtime");
5995
6225
 
5996
6226
  // src/pivotgrid/tests/pivotgrid-column-menus.tsx
5997
- var import_jsx_runtime66 = require("react/jsx-runtime");
6227
+ var import_jsx_runtime78 = require("react/jsx-runtime");
5998
6228
  var styles = `
5999
6229
  .k-animation-container {
6000
6230
  position: relative;
6001
6231
  }
6002
6232
  `;
6003
- var pivotgrid_column_menus_default = () => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
6004
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("style", { children: styles }),
6005
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-4", children: [
6006
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { children: "Start View" }),
6007
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { children: "Include Fields (list)" }),
6008
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { children: "Include Fields (tree)" }),
6009
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { children: "Filter Fields View" }),
6010
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
6011
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
6012
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6013
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "sort-asc-small" }),
6014
- "Sort Ascending"
6015
- ] }),
6016
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6017
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "sort-desc-small" }),
6018
- "Sort Descending"
6019
- ] })
6233
+ var pivotgrid_column_menus_default = () => /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6234
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("style", { children: styles }),
6235
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-4", children: [
6236
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { children: "Start View" }),
6237
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { children: "Include Fields (list)" }),
6238
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { children: "Include Fields (tree)" }),
6239
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("span", { children: "Filter Fields View" }),
6240
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ColumnMenuNormal, { children: [
6241
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ColumnMenuItemWrapper, { children: [
6242
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItem, { text: "Sort ascending", icon: "sort-asc-small" }),
6243
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItem, { text: "Sort descending", icon: "sort-desc-small" })
6020
6244
  ] }),
6021
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6022
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "grid-layout" }),
6023
- "Include Fields",
6024
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }),
6025
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "chevron-down" }) })
6026
- ] }) }) }),
6027
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6028
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "filter" }),
6029
- "Filter Fields",
6030
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }),
6031
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "chevron-down" }) })
6032
- ] }) }) })
6033
- ] }) }),
6034
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
6035
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
6036
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6037
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "sort-asc-small" }),
6038
- "Sort Ascending"
6039
- ] }),
6040
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6041
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "sort-desc-small" }),
6042
- "Sort Descending"
6043
- ] })
6245
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuExpander, { itemText: "Include fields", itemIcon: "grid-layout" }) }),
6246
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuExpander, { itemText: "Filter fields", itemIcon: "filter" }) })
6247
+ ] }) }) }),
6248
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ColumnMenuNormal, { children: [
6249
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ColumnMenuItemWrapper, { children: [
6250
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItem, { text: "Sort ascending", icon: "sort-asc-small" }),
6251
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItem, { text: "Sort descending", icon: "sort-desc-small" })
6044
6252
  ] }),
6045
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
6046
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6047
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "grid-layout" }),
6048
- "Include Fields",
6049
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }),
6050
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "chevron-up" }) })
6051
- ] }) }),
6052
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-content k-columns-item", style: { width: "100%", height: "auto", overflow: "hidden" }, children: [
6053
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-column-list", children: [
6054
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6055
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6056
- "ID"
6057
- ] }),
6058
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6059
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6060
- "Name"
6061
- ] }),
6062
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6063
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6064
- "Category"
6065
- ] }),
6066
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6067
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6068
- "Account"
6069
- ] }),
6070
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6071
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6072
- "Number"
6073
- ] }),
6074
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6075
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6076
- "Type"
6077
- ] }),
6078
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6079
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6080
- "Employer"
6081
- ] }),
6082
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6083
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6084
- "Employee"
6085
- ] }),
6086
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6087
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6088
- "Company"
6089
- ] }),
6090
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6091
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6092
- "Products"
6093
- ] }),
6094
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6095
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6096
- "Number"
6097
- ] }),
6098
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6099
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Checkbox, {}),
6100
- "Type"
6101
- ] })
6102
- ] }) }),
6103
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(ActionButtons, { alignment: "stretched", children: [
6104
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { children: "Reset" }),
6105
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { themeColor: "primary", children: "Apply" })
6253
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuExpander, { itemText: "Include fields", itemIcon: "grid-layout", expanded: true, itemContent: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6254
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("div", { className: "k-column-list", children: [
6255
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6256
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6257
+ "ID"
6258
+ ] }),
6259
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6260
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6261
+ "Name"
6262
+ ] }),
6263
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6264
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6265
+ "Category"
6266
+ ] }),
6267
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6268
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6269
+ "Account"
6270
+ ] }),
6271
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6272
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6273
+ "Number"
6274
+ ] }),
6275
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6276
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6277
+ "Type"
6278
+ ] }),
6279
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6280
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6281
+ "Employer"
6282
+ ] }),
6283
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6284
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6285
+ "Employee"
6286
+ ] }),
6287
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6288
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6289
+ "Company"
6290
+ ] }),
6291
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6292
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6293
+ "Products"
6294
+ ] }),
6295
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6296
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6297
+ "Number"
6298
+ ] }),
6299
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)("label", { className: "k-column-list-item k-checkbox-label", children: [
6300
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Checkbox, {}),
6301
+ "Type"
6106
6302
  ] })
6107
- ] })
6108
- ] }),
6109
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6110
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "filter" }),
6111
- "Filter Fields",
6112
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }),
6113
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "chevron-down" }) })
6114
- ] }) }) })
6115
- ] }) }),
6116
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
6117
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
6118
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6119
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "sort-asc-small" }),
6120
- "Sort Ascending"
6121
- ] }),
6122
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6123
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "sort-desc-small" }),
6124
- "Sort Descending"
6125
- ] })
6126
- ] }),
6127
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
6128
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6129
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "grid-layout" }),
6130
- "Include Fields",
6131
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }),
6132
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "chevron-up" }) })
6133
6303
  ] }) }),
6134
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-content", style: { width: "100%", height: "auto", overflow: "hidden" }, children: [
6135
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-column-list", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Treeview, { children: [
6136
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6137
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6138
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(TreeviewGroup, { children: [
6139
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6140
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(TreeviewGroup, { children: [
6141
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6142
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6143
- ] }) })
6144
- ] }) }),
6145
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6146
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6147
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6148
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6149
- ] }) }) }),
6150
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(ActionButtons, { alignment: "stretched", children: [
6151
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { children: "Reset" }),
6152
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { themeColor: "primary", children: "Apply" })
6153
- ] })
6304
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ActionButtons, { alignment: "stretched", children: [
6305
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Button, { themeColor: "primary", children: "Apply" }),
6306
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Button, { children: "Reset" })
6154
6307
  ] })
6308
+ ] }) }) }),
6309
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuExpander, { itemText: "Filter fields", itemIcon: "filter" }) })
6310
+ ] }) }) }),
6311
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ColumnMenuNormal, { children: [
6312
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ColumnMenuItemWrapper, { children: [
6313
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItem, { text: "Sort ascending", icon: "sort-asc-small" }),
6314
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItem, { text: "Sort descending", icon: "sort-desc-small" })
6155
6315
  ] }),
6156
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6157
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "filter" }),
6158
- "Filter Fields",
6159
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }),
6160
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "chevron-down" }) })
6161
- ] }) }) })
6162
- ] }) }),
6163
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(Popup, { className: "k-column-menu k-grid-columnmenu-popup", children: [
6164
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
6165
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6166
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "sort-asc-small" }),
6167
- "Sort Ascending"
6168
- ] }),
6169
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6170
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "sort-desc-small" }),
6171
- "Sort Descending"
6316
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuExpander, { itemText: "Include fields", itemIcon: "grid-layout", expanded: true, itemContent: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(import_jsx_runtime78.Fragment, { children: [
6317
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-column-list-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("div", { className: "k-column-list", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(Treeview, { children: [
6318
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Account" }),
6319
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Customer" }),
6320
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(TreeviewGroup, { children: [
6321
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Date.Calendar" }),
6322
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, expanded: true, text: "Date.Calendar Quarter of Year", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(TreeviewGroup, { children: [
6323
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "(All)" }),
6324
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Calendar Quarter of Year" })
6325
+ ] }) })
6326
+ ] }) }),
6327
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Delivery date" }),
6328
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Department" }),
6329
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Country" }),
6330
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(TreeviewItem, { showCheckbox: true, hasChildren: true, text: "Region" })
6331
+ ] }) }) }),
6332
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ActionButtons, { alignment: "stretched", children: [
6333
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Button, { themeColor: "primary", children: "Apply" }),
6334
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Button, { children: "Reset" })
6172
6335
  ] })
6173
- ] }),
6174
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-columnmenu-item-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6175
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "grid-layout" }),
6176
- "Include Fields",
6177
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }),
6178
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "chevron-down" }) })
6179
6336
  ] }) }) }),
6180
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item-wrapper", children: [
6181
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-widget k-expander", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-columnmenu-item", children: [
6182
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "filter" }),
6183
- "Filter Fields",
6184
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-spacer" }),
6185
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("span", { className: "k-expander-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { icon: "chevron-up" }) })
6186
- ] }) }),
6187
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "k-columnmenu-item-content", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(AnimationContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "kendo-grid-filter-menu-container", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("form", { className: "k-filter-menu k-group k-reset", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "k-filter-menu-container", children: [
6188
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { value: "Contains" }),
6189
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textbox, {}),
6190
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { value: "And", className: "k-filter-and" }),
6191
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(DropdownList, { value: "Contains" }),
6192
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Textbox, {}),
6193
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(ActionButtons, { alignment: "stretched", children: [
6194
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { children: "Clear" }),
6195
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Button, { themeColor: "primary", children: "Filter" })
6196
- ] })
6197
- ] }) }) }) }) })
6198
- ] })
6199
- ] }) })
6337
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuExpander, { itemText: "Filter fields", itemIcon: "filter" }) })
6338
+ ] }) }) }),
6339
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(Popup, { className: "k-grid-columnmenu-popup", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ColumnMenuNormal, { children: [
6340
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsxs)(ColumnMenuItemWrapper, { children: [
6341
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItem, { text: "Sort ascending", icon: "sort-asc-small" }),
6342
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItem, { text: "Sort descending", icon: "sort-desc-small" })
6343
+ ] }),
6344
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuExpander, { itemText: "Include fields", itemIcon: "grid-layout" }) }),
6345
+ /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuItemWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(ColumnMenuExpander, { itemText: "Filter fields", itemIcon: "filter", expanded: true, itemContent: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(FilterMenuNormal, {}) }) })
6346
+ ] }) }) })
6200
6347
  ] })
6201
6348
  ] });