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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (178) hide show
  1. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1416 -910
  2. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1416 -910
  3. package/dist/cjs/filemanager/file-info.js +1238 -1239
  4. package/dist/cjs/filemanager/filemanager-toolbar.spec.js +1 -1
  5. package/dist/cjs/filemanager/filemanager.spec.js +3481 -2163
  6. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +1238 -1239
  7. package/dist/cjs/filemanager/templates/filemanager-grid.js +1238 -1239
  8. package/dist/cjs/filemanager/templates/filemanager-normal.js +1238 -1239
  9. package/dist/cjs/filemanager/templates/filemanager-preview.js +1238 -1239
  10. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +1238 -1239
  11. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +1238 -1239
  12. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +2540 -2034
  13. package/dist/cjs/filemanager/tests/filemanager-gridview.js +1238 -1239
  14. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +2494 -1988
  15. package/dist/cjs/filemanager/tests/filemanager-listview.js +1238 -1239
  16. package/dist/cjs/form/tests/form-field-dropdowns.js +1373 -909
  17. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1504 -998
  18. package/dist/cjs/index.js +3002 -2407
  19. package/dist/cjs/multiselect/templates/multiselect-prefix.js +1391 -885
  20. package/dist/cjs/multiselect/templates/multiselect-suffix.js +1391 -885
  21. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1397 -891
  22. package/dist/cjs/multiselect/tests/multiselect-flat.js +1421 -915
  23. package/dist/cjs/multiselect/tests/multiselect-grouping.js +1397 -891
  24. package/dist/cjs/multiselect/tests/multiselect-opened.js +1399 -893
  25. package/dist/cjs/multiselect/tests/multiselect-outline.js +1421 -915
  26. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1428 -922
  27. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1400 -894
  28. package/dist/cjs/multiselect/tests/multiselect-solid.js +1421 -915
  29. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1388 -924
  30. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1402 -938
  31. package/dist/cjs/stepper/index.js +4669 -0
  32. package/dist/cjs/stepper/step-list.js +68 -0
  33. package/dist/cjs/stepper/step.js +4426 -0
  34. package/dist/cjs/stepper/stepper.spec.js +62 -0
  35. package/dist/cjs/stepper/templates/stepper-normal.js +4650 -0
  36. package/dist/cjs/stepper/templates/stepper-vertical.js +4650 -0
  37. package/dist/cjs/stepper/tests/stepper-horizontal-rtl.js +262 -150
  38. package/dist/cjs/stepper/tests/stepper-states.js +247 -228
  39. package/dist/cjs/stepper/tests/stepper-vertical-rtl.js +255 -122
  40. package/dist/cjs/stepper/tests/stepper-vertical.js +369 -238
  41. package/dist/cjs/stepper/tests/stepper.js +275 -187
  42. package/dist/cjs/taskboard/taskboard-card.js +4675 -0
  43. package/dist/cjs/taskboard/taskboard-column.js +4524 -0
  44. package/dist/cjs/taskboard/taskboard-pane.js +17117 -0
  45. package/dist/cjs/taskboard/taskboard-toolbar.js +7892 -0
  46. package/dist/cjs/taskboard/taskboard.spec.js +17117 -0
  47. package/dist/cjs/taskboard/templates/taskboard-normal.js +17168 -0
  48. package/dist/cjs/taskboard/tests/taskboard-card.js +12075 -3113
  49. package/dist/cjs/taskboard/tests/taskboard-column.js +12575 -742
  50. package/dist/cjs/taskboard/tests/taskboard-pane.js +10350 -1770
  51. package/dist/cjs/taskboard/tests/taskboard-resources.js +12673 -323
  52. package/dist/cjs/taskboard/tests/taskboard-rtl.js +10165 -1191
  53. package/dist/cjs/taskboard/tests/taskboard.js +10165 -1182
  54. package/dist/cjs/wizard/templates/wizard-normal.js +4899 -0
  55. package/dist/cjs/wizard/templates/wizard-vertical.js +4900 -0
  56. package/dist/cjs/wizard/tests/wizard-horizontal.js +394 -321
  57. package/dist/cjs/wizard/tests/wizard-vertical.js +413 -445
  58. package/dist/cjs/wizard/wizard-step.js +4524 -0
  59. package/dist/cjs/wizard/wizard-steps.js +56 -0
  60. package/dist/cjs/wizard/wizard.spec.js +110 -0
  61. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1416 -910
  62. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1416 -910
  63. package/dist/esm/filemanager/file-info.js +1240 -1241
  64. package/dist/esm/filemanager/filemanager-toolbar.spec.js +1 -1
  65. package/dist/esm/filemanager/filemanager.spec.js +2923 -1605
  66. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +1240 -1241
  67. package/dist/esm/filemanager/templates/filemanager-grid.js +1240 -1241
  68. package/dist/esm/filemanager/templates/filemanager-normal.js +1240 -1241
  69. package/dist/esm/filemanager/templates/filemanager-preview.js +1240 -1241
  70. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +1240 -1241
  71. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +1240 -1241
  72. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +2560 -2054
  73. package/dist/esm/filemanager/tests/filemanager-gridview.js +1240 -1241
  74. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +2514 -2008
  75. package/dist/esm/filemanager/tests/filemanager-listview.js +1240 -1241
  76. package/dist/esm/form/tests/form-field-dropdowns.js +1373 -909
  77. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1504 -998
  78. package/dist/esm/index.js +2988 -2393
  79. package/dist/esm/multiselect/templates/multiselect-prefix.js +1391 -885
  80. package/dist/esm/multiselect/templates/multiselect-suffix.js +1391 -885
  81. package/dist/esm/multiselect/tests/multiselect-adaptive.js +1397 -891
  82. package/dist/esm/multiselect/tests/multiselect-flat.js +1421 -915
  83. package/dist/esm/multiselect/tests/multiselect-grouping.js +1397 -891
  84. package/dist/esm/multiselect/tests/multiselect-opened.js +1399 -893
  85. package/dist/esm/multiselect/tests/multiselect-outline.js +1421 -915
  86. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1428 -922
  87. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +1400 -894
  88. package/dist/esm/multiselect/tests/multiselect-solid.js +1421 -915
  89. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1388 -924
  90. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1402 -938
  91. package/dist/esm/stepper/index.js +4653 -0
  92. package/dist/esm/stepper/step-list.js +46 -0
  93. package/dist/esm/stepper/step.js +4410 -0
  94. package/dist/esm/stepper/stepper.spec.js +40 -0
  95. package/dist/esm/stepper/templates/stepper-normal.js +4634 -0
  96. package/dist/esm/stepper/templates/stepper-vertical.js +4634 -0
  97. package/dist/esm/stepper/tests/stepper-horizontal-rtl.js +262 -150
  98. package/dist/esm/stepper/tests/stepper-states.js +247 -228
  99. package/dist/esm/stepper/tests/stepper-vertical-rtl.js +255 -122
  100. package/dist/esm/stepper/tests/stepper-vertical.js +366 -235
  101. package/dist/esm/stepper/tests/stepper.js +275 -187
  102. package/dist/esm/taskboard/taskboard-card.js +4659 -0
  103. package/dist/esm/taskboard/taskboard-column.js +4508 -0
  104. package/dist/esm/taskboard/taskboard-pane.js +17091 -0
  105. package/dist/esm/taskboard/taskboard-toolbar.js +7876 -0
  106. package/dist/esm/taskboard/taskboard.spec.js +17091 -0
  107. package/dist/esm/taskboard/templates/taskboard-normal.js +17142 -0
  108. package/dist/esm/taskboard/tests/taskboard-card.js +11799 -2847
  109. package/dist/esm/taskboard/tests/taskboard-column.js +12548 -725
  110. package/dist/esm/taskboard/tests/taskboard-pane.js +10334 -1764
  111. package/dist/esm/taskboard/tests/taskboard-resources.js +12665 -325
  112. package/dist/esm/taskboard/tests/taskboard-rtl.js +10170 -1206
  113. package/dist/esm/taskboard/tests/taskboard.js +10170 -1197
  114. package/dist/esm/wizard/templates/wizard-normal.js +4883 -0
  115. package/dist/esm/wizard/templates/wizard-vertical.js +4884 -0
  116. package/dist/esm/wizard/tests/wizard-horizontal.js +392 -319
  117. package/dist/esm/wizard/tests/wizard-vertical.js +411 -443
  118. package/dist/esm/wizard/wizard-step.js +4508 -0
  119. package/dist/esm/wizard/wizard-steps.js +34 -0
  120. package/dist/esm/wizard/wizard.spec.js +88 -0
  121. package/dist/types/filemanager/index.d.ts +1 -1
  122. package/dist/types/index.d.ts +3 -0
  123. package/dist/types/stepper/index.d.ts +5 -0
  124. package/dist/types/stepper/step-list.d.ts +15 -0
  125. package/dist/types/stepper/step.d.ts +25 -0
  126. package/dist/types/stepper/stepper.spec.d.ts +13 -0
  127. package/dist/types/stepper/templates/stepper-normal.d.ts +1 -0
  128. package/dist/types/stepper/templates/stepper-vertical.d.ts +1 -0
  129. package/dist/types/taskboard/index.d.ts +6 -0
  130. package/dist/types/taskboard/taskboard-card.d.ts +13 -0
  131. package/dist/types/taskboard/taskboard-column.d.ts +20 -0
  132. package/dist/types/taskboard/taskboard-pane.d.ts +19 -0
  133. package/dist/types/taskboard/taskboard-toolbar.d.ts +10 -0
  134. package/dist/types/taskboard/taskboard.spec.d.ts +23 -0
  135. package/dist/types/taskboard/templates/taskboard-normal.d.ts +1 -0
  136. package/dist/types/wizard/index.d.ts +5 -0
  137. package/dist/types/wizard/templates/wizard-normal.d.ts +1 -0
  138. package/dist/types/wizard/templates/wizard-vertical.d.ts +1 -0
  139. package/dist/types/wizard/wizard-step.d.ts +19 -0
  140. package/dist/types/wizard/wizard-steps.d.ts +9 -0
  141. package/dist/types/wizard/wizard.spec.d.ts +20 -0
  142. package/package.json +2 -2
  143. package/src/filemanager/filemanager-toolbar.spec.tsx +1 -1
  144. package/src/filemanager/filemanager.spec.tsx +2 -2
  145. package/src/filemanager/index.ts +1 -1
  146. package/src/index.ts +3 -3
  147. package/src/stepper/index.tsx +5 -0
  148. package/src/stepper/step-list.tsx +49 -0
  149. package/src/stepper/step.tsx +129 -0
  150. package/src/stepper/stepper.spec.tsx +42 -0
  151. package/src/stepper/templates/stepper-normal.tsx +19 -0
  152. package/src/stepper/templates/stepper-vertical.tsx +19 -0
  153. package/src/stepper/tests/stepper-horizontal-rtl.tsx +30 -156
  154. package/src/stepper/tests/stepper-states.tsx +31 -411
  155. package/src/stepper/tests/stepper-vertical-rtl.tsx +28 -120
  156. package/src/stepper/tests/stepper-vertical.tsx +41 -157
  157. package/src/stepper/tests/stepper.tsx +42 -241
  158. package/src/taskboard/index.ts +6 -0
  159. package/src/taskboard/taskboard-card.tsx +48 -0
  160. package/src/taskboard/taskboard-column.tsx +70 -0
  161. package/src/taskboard/taskboard-pane.tsx +68 -0
  162. package/src/taskboard/taskboard-toolbar.tsx +39 -0
  163. package/src/taskboard/taskboard.spec.tsx +94 -0
  164. package/src/taskboard/templates/taskboard-normal.tsx +70 -0
  165. package/src/taskboard/tests/taskboard-card.tsx +55 -130
  166. package/src/taskboard/tests/taskboard-column.tsx +93 -164
  167. package/src/taskboard/tests/taskboard-pane.tsx +3 -235
  168. package/src/taskboard/tests/taskboard-resources.tsx +22 -42
  169. package/src/taskboard/tests/taskboard-rtl.tsx +3 -126
  170. package/src/taskboard/tests/taskboard.tsx +2 -116
  171. package/src/wizard/index.ts +5 -0
  172. package/src/wizard/templates/wizard-normal.tsx +19 -0
  173. package/src/wizard/templates/wizard-vertical.tsx +20 -0
  174. package/src/wizard/tests/wizard-horizontal.tsx +20 -304
  175. package/src/wizard/tests/wizard-vertical.tsx +38 -472
  176. package/src/wizard/wizard-step.tsx +69 -0
  177. package/src/wizard/wizard-steps.tsx +29 -0
  178. package/src/wizard/wizard.spec.tsx +55 -0
@@ -4532,463 +4532,10 @@ var import_jsx_runtime11 = require("react/jsx-runtime");
4532
4532
  // src/button-group/templates/mixed-button-group.tsx
4533
4533
  var import_jsx_runtime12 = require("react/jsx-runtime");
4534
4534
 
4535
- // src/animation-container/animation-container.spec.tsx
4536
- var import_jsx_runtime13 = require("react/jsx-runtime");
4537
- var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4538
- var states6 = [];
4539
- var options6 = {};
4540
- var defaultProps6 = {
4541
- positionMode: "absolute"
4542
- };
4543
- var AnimationContainer = (props) => {
4544
- const {
4545
- positionMode,
4546
- animationStyle,
4547
- offset,
4548
- ...other
4549
- } = props;
4550
- return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4551
- "div",
4552
- {
4553
- ...other,
4554
- style: { ...offset, ...props.style },
4555
- className: classNames(
4556
- ANIMATION_CONTAINER_CLASSNAME,
4557
- "k-animation-container-shown",
4558
- {
4559
- ["k-animation-container-fixed"]: positionMode === "fixed"
4560
- }
4561
- ),
4562
- children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4563
- }
4564
- );
4565
- };
4566
- AnimationContainer.states = states6;
4567
- AnimationContainer.options = options6;
4568
- AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4569
- AnimationContainer.defaultProps = defaultProps6;
4570
-
4571
- // src/popup/popup.spec.tsx
4572
- var import_jsx_runtime14 = require("react/jsx-runtime");
4573
- var POPUP_CLASSNAME = `k-popup`;
4574
- var states7 = [];
4575
- var options7 = {};
4576
- var defaultProps7 = {
4577
- positionMode: "absolute"
4578
- };
4579
- var Popup = (props) => {
4580
- const {
4581
- offset,
4582
- positionMode,
4583
- ...other
4584
- } = props;
4585
- return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
4586
- AnimationContainer,
4587
- {
4588
- positionMode,
4589
- offset,
4590
- children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
4591
- }
4592
- );
4593
- };
4594
- Popup.states = states7;
4595
- Popup.options = options7;
4596
- Popup.className = POPUP_CLASSNAME;
4597
- Popup.defaultProps = defaultProps7;
4598
-
4599
- // src/split-button/split-button.spec.tsx
4600
- var import_jsx_runtime15 = require("react/jsx-runtime");
4601
- var SPLITBUTTON_CLASSNAME = `k-split-button`;
4602
- var states8 = [
4603
- States.hover,
4604
- States.focus,
4605
- States.active,
4606
- States.selected,
4607
- States.disabled
4608
- ];
4609
- var options8 = {
4610
- size: [Size.small, Size.medium, Size.large],
4611
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4612
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
4613
- themeColor: [
4614
- ThemeColor.base,
4615
- ThemeColor.primary,
4616
- ThemeColor.secondary,
4617
- ThemeColor.tertiary,
4618
- ThemeColor.success,
4619
- ThemeColor.warning,
4620
- ThemeColor.error,
4621
- ThemeColor.info,
4622
- ThemeColor.light,
4623
- ThemeColor.dark,
4624
- ThemeColor.inverse
4625
- ]
4626
- };
4627
- var defaultProps8 = {
4628
- size: Size.medium,
4629
- rounded: Roundness.medium,
4630
- fillMode: FillMode.solid,
4631
- themeColor: ThemeColor.base,
4632
- arrowIconName: "caret-alt-down"
4633
- };
4634
- var SplitButton = (props) => {
4635
- const {
4636
- size = defaultProps8.size,
4637
- rounded = defaultProps8.rounded,
4638
- fillMode = defaultProps8.fillMode,
4639
- themeColor = defaultProps8.themeColor,
4640
- hover,
4641
- focus,
4642
- active,
4643
- selected,
4644
- disabled,
4645
- icon,
4646
- text,
4647
- arrowIconName = defaultProps8.arrowIconName,
4648
- popup,
4649
- opened,
4650
- ...other
4651
- } = props;
4652
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(import_jsx_runtime15.Fragment, { children: [
4653
- /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
4654
- "div",
4655
- {
4656
- ...other,
4657
- className: classNames(
4658
- props.className,
4659
- SPLITBUTTON_CLASSNAME,
4660
- "k-button-group",
4661
- optionClassNames(SPLITBUTTON_CLASSNAME, {
4662
- rounded
4663
- })
4664
- ),
4665
- children: [
4666
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4667
- Button,
4668
- {
4669
- text,
4670
- icon,
4671
- size,
4672
- rounded,
4673
- fillMode,
4674
- themeColor,
4675
- hover,
4676
- focus,
4677
- active,
4678
- selected,
4679
- disabled,
4680
- children: props.children
4681
- }
4682
- ),
4683
- /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4684
- Button,
4685
- {
4686
- className: "k-split-button-arrow",
4687
- icon: arrowIconName,
4688
- size,
4689
- rounded,
4690
- fillMode,
4691
- disabled
4692
- }
4693
- )
4694
- ]
4695
- }
4696
- ),
4697
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Popup, { className: "k-menu-popup", children: popup })
4698
- ] });
4699
- };
4700
- SplitButton.states = states8;
4701
- SplitButton.options = options8;
4702
- SplitButton.className = SPLITBUTTON_CLASSNAME;
4703
- SplitButton.defaultProps = defaultProps8;
4704
- var split_button_spec_default = SplitButton;
4705
-
4706
- // src/split-button/templates/icon-split-button.tsx
4707
- var import_jsx_runtime16 = require("react/jsx-runtime");
4708
-
4709
- // src/split-button/templates/icon-text-split-button.tsx
4710
- var import_jsx_runtime17 = require("react/jsx-runtime");
4711
-
4712
- // src/split-button/templates/text-split-button.tsx
4713
- var import_jsx_runtime18 = require("react/jsx-runtime");
4714
-
4715
- // src/menu/menu-item.spec.tsx
4716
- var import_jsx_runtime19 = require("react/jsx-runtime");
4717
- var MENUITEM_CLASSNAME = `k-menu-item`;
4718
- var states9 = [
4719
- States.hover,
4720
- States.focus,
4721
- States.active,
4722
- States.selected,
4723
- States.disabled
4724
- ];
4725
- var options9 = {};
4726
- var defaultProps9 = {
4727
- dir: "ltr"
4728
- };
4729
- var MenuItem = (props) => {
4730
- const {
4731
- hover,
4732
- focus,
4733
- active,
4734
- selected,
4735
- disabled,
4736
- icon,
4737
- text,
4738
- showArrow,
4739
- arrowIconName,
4740
- dir = defaultProps9.dir,
4741
- children,
4742
- ...other
4743
- } = props;
4744
- const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
4745
- if (children) {
4746
- children.forEach((child) => {
4747
- const component = child.type;
4748
- if (component === "MenuItemContent") {
4749
- contentTemplate.props.children.push(child);
4750
- return;
4751
- }
4752
- });
4753
- }
4754
- let expandArrowName = arrowIconName;
4755
- if (!expandArrowName) {
4756
- expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
4757
- }
4758
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
4759
- "li",
4760
- {
4761
- ...other,
4762
- className: classNames(
4763
- props.className,
4764
- MENUITEM_CLASSNAME,
4765
- //TODO
4766
- "k-item",
4767
- stateClassNames(MENUITEM_CLASSNAME, {
4768
- focus,
4769
- disabled
4770
- })
4771
- ),
4772
- children: [
4773
- /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
4774
- "span",
4775
- {
4776
- className: classNames(
4777
- "k-link k-menu-link",
4778
- stateClassNames("k-menu-link", {
4779
- hover,
4780
- active,
4781
- selected,
4782
- disabled
4783
- })
4784
- ),
4785
- children: [
4786
- icon && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: "k-menu-link-icon", icon }),
4787
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-menu-link-text", children: text }),
4788
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { icon: expandArrowName }) })
4789
- ]
4790
- }
4791
- ),
4792
- contentTemplate
4793
- ]
4794
- }
4795
- );
4796
- };
4797
- MenuItem.states = states9;
4798
- MenuItem.options = options9;
4799
- MenuItem.className = MENUITEM_CLASSNAME;
4800
- MenuItem.defaultProps = defaultProps9;
4801
- var menu_item_spec_default = MenuItem;
4802
-
4803
- // src/menu/menu-separator.spec.tsx
4804
- var import_jsx_runtime20 = require("react/jsx-runtime");
4805
- var SEPARATOR_CLASSNAME = `k-separator`;
4806
- var defaultProps10 = {
4807
- orientation: "horizontal"
4808
- };
4809
- var MenuSeparator = (props) => {
4810
- const {
4811
- orientation = defaultProps10.orientation,
4812
- ...other
4813
- } = props;
4814
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4815
- "li",
4816
- {
4817
- ...other,
4818
- className: classNames(
4819
- props.className,
4820
- "k-item",
4821
- SEPARATOR_CLASSNAME,
4822
- {
4823
- [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
4824
- }
4825
- )
4826
- }
4827
- );
4828
- };
4829
- var menu_separator_spec_default = MenuSeparator;
4830
-
4831
- // src/menu/menu-item-content.tsx
4832
- var import_jsx_runtime21 = require("react/jsx-runtime");
4833
-
4834
- // src/menu/menu-list.spec.tsx
4835
- var import_jsx_runtime22 = require("react/jsx-runtime");
4836
- var import_react = require("react");
4837
- var MENULIST_CLASSNAME = `k-menu-group`;
4838
- var states10 = [];
4839
- var options10 = {
4840
- size: [Size.small, Size.medium, Size.large]
4841
- };
4842
- var defaultProps11 = {
4843
- size: Size.medium,
4844
- dir: "ltr"
4845
- };
4846
- var MenuList = (props) => {
4847
- const {
4848
- children,
4849
- size = defaultProps11.size,
4850
- dir = defaultProps11.dir,
4851
- ...other
4852
- } = props;
4853
- const listChildren = [];
4854
- if (children) {
4855
- if (Array.isArray(children)) {
4856
- children.map((child, index) => {
4857
- if (child.type === menu_item_spec_default) {
4858
- listChildren.push(
4859
- /* @__PURE__ */ (0, import_react.createElement)(menu_item_spec_default, { ...child.props, dir, key: index })
4860
- );
4861
- } else if (child.type === menu_separator_spec_default) {
4862
- listChildren.push(
4863
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(menu_separator_spec_default, {})
4864
- );
4865
- } else {
4866
- listChildren.push(child);
4867
- }
4868
- });
4869
- }
4870
- }
4871
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4872
- "ul",
4873
- {
4874
- ...other,
4875
- className: classNames(
4876
- props.className,
4877
- MENULIST_CLASSNAME,
4878
- optionClassNames(MENULIST_CLASSNAME, {
4879
- size
4880
- })
4881
- ),
4882
- children: listChildren
4883
- }
4884
- );
4885
- };
4886
- MenuList.states = states10;
4887
- MenuList.options = options10;
4888
- MenuList.className = MENULIST_CLASSNAME;
4889
- MenuList.defaultProps = defaultProps11;
4890
-
4891
- // src/split-button/templates/split-button-popup.tsx
4892
- var import_jsx_runtime23 = require("react/jsx-runtime");
4893
-
4894
- // src/switch/switch.spec.tsx
4895
- var import_jsx_runtime24 = require("react/jsx-runtime");
4896
- var SWITCH_CLASSNAME = `k-switch`;
4897
- var states11 = [
4898
- States.hover,
4899
- States.focus,
4900
- States.disabled,
4901
- States.checked
4902
- ];
4903
- var options11 = {
4904
- size: [Size.small, Size.medium, Size.large],
4905
- trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4906
- thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
4907
- };
4908
- var defaultProps12 = {
4909
- size: Size.medium,
4910
- trackRounded: Roundness.full,
4911
- thumbRounded: Roundness.full
4912
- };
4913
- var Switch = (props) => {
4914
- const {
4915
- checked,
4916
- onLabel,
4917
- offLabel,
4918
- size = defaultProps12.size,
4919
- trackRounded = defaultProps12.trackRounded,
4920
- thumbRounded = defaultProps12.thumbRounded,
4921
- hover,
4922
- focus,
4923
- disabled,
4924
- ...other
4925
- } = props;
4926
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4927
- "span",
4928
- {
4929
- ...other,
4930
- className: classNames(
4931
- props.className,
4932
- SWITCH_CLASSNAME,
4933
- optionClassNames(SWITCH_CLASSNAME, {
4934
- size
4935
- }),
4936
- stateClassNames(SWITCH_CLASSNAME, {
4937
- hover,
4938
- focus,
4939
- disabled
4940
- }),
4941
- {
4942
- [`${SWITCH_CLASSNAME}-on`]: checked,
4943
- [`${SWITCH_CLASSNAME}-off`]: !checked
4944
- }
4945
- ),
4946
- children: [
4947
- /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
4948
- "span",
4949
- {
4950
- className: classNames(
4951
- "k-switch-track",
4952
- optionClassNames(SWITCH_CLASSNAME, {
4953
- rounded: trackRounded
4954
- })
4955
- ),
4956
- children: [
4957
- onLabel && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
4958
- offLabel && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-switch-label-off", children: offLabel })
4959
- ]
4960
- }
4961
- ),
4962
- /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4963
- "span",
4964
- {
4965
- className: classNames(
4966
- "k-switch-thumb",
4967
- optionClassNames(SWITCH_CLASSNAME, {
4968
- rounded: thumbRounded
4969
- })
4970
- )
4971
- }
4972
- ) })
4973
- ]
4974
- }
4975
- );
4976
- };
4977
- Switch.states = states11;
4978
- Switch.options = options11;
4979
- Switch.className = SWITCH_CLASSNAME;
4980
- Switch.defaultProps = defaultProps12;
4981
-
4982
- // src/switch/templates/switch-normal.tsx
4983
- var import_jsx_runtime25 = require("react/jsx-runtime");
4984
-
4985
- // src/switch/templates/switch-checked.tsx
4986
- var import_jsx_runtime26 = require("react/jsx-runtime");
4987
-
4988
4535
  // src/input/input.spec.tsx
4989
- var import_jsx_runtime27 = require("react/jsx-runtime");
4536
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4990
4537
  var INPUT_CLASSNAME = `k-input`;
4991
- var states12 = [
4538
+ var states6 = [
4992
4539
  States.hover,
4993
4540
  States.focus,
4994
4541
  States.valid,
@@ -4998,12 +4545,12 @@ var states12 = [
4998
4545
  States.loading,
4999
4546
  States.readonly
5000
4547
  ];
5001
- var options12 = {
4548
+ var options6 = {
5002
4549
  size: [Size.small, Size.medium, Size.large],
5003
4550
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5004
4551
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5005
4552
  };
5006
- var defaultProps13 = {
4553
+ var defaultProps6 = {
5007
4554
  size: Size.medium,
5008
4555
  rounded: Size.medium,
5009
4556
  fillMode: FillMode.solid
@@ -5017,12 +4564,12 @@ var Input = (props) => {
5017
4564
  valid,
5018
4565
  loading,
5019
4566
  readonly,
5020
- size = defaultProps13.size,
5021
- rounded = defaultProps13.rounded,
5022
- fillMode = defaultProps13.fillMode,
4567
+ size = defaultProps6.size,
4568
+ rounded = defaultProps6.rounded,
4569
+ fillMode = defaultProps6.fillMode,
5023
4570
  ...other
5024
4571
  } = props;
5025
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4572
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
5026
4573
  "span",
5027
4574
  {
5028
4575
  ...other,
@@ -5035,13 +4582,13 @@ var Input = (props) => {
5035
4582
  }
5036
4583
  );
5037
4584
  };
5038
- Input.states = states12;
5039
- Input.options = options12;
4585
+ Input.states = states6;
4586
+ Input.options = options6;
5040
4587
  Input.className = INPUT_CLASSNAME;
5041
- Input.defaultProps = defaultProps13;
4588
+ Input.defaultProps = defaultProps6;
5042
4589
 
5043
4590
  // src/input/picker.spec.tsx
5044
- var import_jsx_runtime28 = require("react/jsx-runtime");
4591
+ var import_jsx_runtime14 = require("react/jsx-runtime");
5045
4592
  var PICKER_CLASSNAME = `k-picker`;
5046
4593
  var pickerStates = [
5047
4594
  States.hover,
@@ -5058,7 +4605,7 @@ var pickerOptions = {
5058
4605
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5059
4606
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5060
4607
  };
5061
- var defaultProps14 = {
4608
+ var defaultProps7 = {
5062
4609
  size: Size.medium,
5063
4610
  rounded: Roundness.medium,
5064
4611
  fillMode: FillMode.solid
@@ -5072,12 +4619,12 @@ var Picker = (props) => {
5072
4619
  valid,
5073
4620
  loading,
5074
4621
  readonly,
5075
- size = defaultProps14.size,
5076
- rounded = defaultProps14.rounded,
5077
- fillMode = defaultProps14.fillMode,
4622
+ size = defaultProps7.size,
4623
+ rounded = defaultProps7.rounded,
4624
+ fillMode = defaultProps7.fillMode,
5078
4625
  ...other
5079
4626
  } = props;
5080
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4627
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
5081
4628
  "span",
5082
4629
  {
5083
4630
  ...other,
@@ -5094,17 +4641,17 @@ var Picker = (props) => {
5094
4641
  Picker.states = pickerStates;
5095
4642
  Picker.options = pickerOptions;
5096
4643
  Picker.className = PICKER_CLASSNAME;
5097
- Picker.defaultProps = defaultProps14;
4644
+ Picker.defaultProps = defaultProps7;
5098
4645
 
5099
4646
  // src/input/input-clear-value.tsx
5100
- var import_jsx_runtime29 = require("react/jsx-runtime");
4647
+ var import_jsx_runtime15 = require("react/jsx-runtime");
5101
4648
  var className = `k-clear-value`;
5102
- var states13 = [
4649
+ var states7 = [
5103
4650
  States.disabled,
5104
4651
  States.loading,
5105
4652
  States.readonly
5106
4653
  ];
5107
- var options13 = {};
4654
+ var options7 = {};
5108
4655
  var InputClearValue = (props) => {
5109
4656
  const {
5110
4657
  disabled,
@@ -5113,20 +4660,20 @@ var InputClearValue = (props) => {
5113
4660
  value
5114
4661
  } = props;
5115
4662
  if (disabled || readonly || loading || !value) {
5116
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_jsx_runtime29.Fragment, {});
4663
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
5117
4664
  }
5118
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { icon: "x" }) });
4665
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
5119
4666
  };
5120
- InputClearValue.states = states13;
5121
- InputClearValue.options = options13;
4667
+ InputClearValue.states = states7;
4668
+ InputClearValue.options = options7;
5122
4669
  InputClearValue.className = className;
5123
4670
 
5124
4671
  // src/input/input-inner-input.tsx
5125
- var import_jsx_runtime30 = require("react/jsx-runtime");
4672
+ var import_jsx_runtime16 = require("react/jsx-runtime");
5126
4673
  var className2 = `k-input-inner`;
5127
- var states14 = [];
5128
- var options14 = {};
5129
- var defaultProps15 = {
4674
+ var states8 = [];
4675
+ var options8 = {};
4676
+ var defaultProps8 = {
5130
4677
  type: "text",
5131
4678
  autocomplete: "off",
5132
4679
  value: "",
@@ -5134,13 +4681,13 @@ var defaultProps15 = {
5134
4681
  };
5135
4682
  var InputInnerInput = (props) => {
5136
4683
  const {
5137
- value = defaultProps15.value,
5138
- type = defaultProps15.type,
5139
- placeholder = defaultProps15.placeholder,
5140
- autocomplete = defaultProps15.autocomplete,
4684
+ value = defaultProps8.value,
4685
+ type = defaultProps8.type,
4686
+ placeholder = defaultProps8.placeholder,
4687
+ autocomplete = defaultProps8.autocomplete,
5141
4688
  ...other
5142
4689
  } = props;
5143
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4690
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
5144
4691
  "input",
5145
4692
  {
5146
4693
  ...other,
@@ -5152,15 +4699,15 @@ var InputInnerInput = (props) => {
5152
4699
  }
5153
4700
  );
5154
4701
  };
5155
- InputInnerInput.states = states14;
5156
- InputInnerInput.options = options14;
4702
+ InputInnerInput.states = states8;
4703
+ InputInnerInput.options = options8;
5157
4704
  InputInnerInput.className = className2;
5158
4705
 
5159
4706
  // src/input/input-inner-span.tsx
5160
- var import_jsx_runtime31 = require("react/jsx-runtime");
4707
+ var import_jsx_runtime17 = require("react/jsx-runtime");
5161
4708
  var className3 = `k-input-inner`;
5162
- var states15 = [];
5163
- var options15 = {};
4709
+ var states9 = [];
4710
+ var options9 = {};
5164
4711
  var InputInnerSpan = (props) => {
5165
4712
  const {
5166
4713
  value,
@@ -5170,41 +4717,41 @@ var InputInnerSpan = (props) => {
5170
4717
  valueIconName,
5171
4718
  ...other
5172
4719
  } = props;
5173
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
4720
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
5174
4721
  "span",
5175
4722
  {
5176
4723
  ...other,
5177
4724
  className: classNames(props.className, className3, optionClassNames(className3, props)),
5178
4725
  children: [
5179
4726
  valueIcon,
5180
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4727
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5181
4728
  showValue && !value && placeholder,
5182
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "k-input-value-text", children: value })
4729
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
5183
4730
  ]
5184
4731
  }
5185
4732
  );
5186
4733
  };
5187
- InputInnerSpan.states = states15;
5188
- InputInnerSpan.options = options15;
4734
+ InputInnerSpan.states = states9;
4735
+ InputInnerSpan.options = options9;
5189
4736
  InputInnerSpan.className = className3;
5190
4737
 
5191
4738
  // src/input/input-inner-textarea.tsx
5192
- var import_jsx_runtime32 = require("react/jsx-runtime");
5193
- var defaultProps16 = {
4739
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4740
+ var defaultProps9 = {
5194
4741
  value: "",
5195
4742
  placeholder: ""
5196
4743
  };
5197
4744
  var className4 = `k-input-inner`;
5198
- var states16 = [];
5199
- var options16 = {};
4745
+ var states10 = [];
4746
+ var options10 = {};
5200
4747
  var InputInnerTextarea = (props) => {
5201
4748
  const {
5202
- value = defaultProps16.value,
5203
- placeholder = defaultProps16.placeholder,
4749
+ value = defaultProps9.value,
4750
+ placeholder = defaultProps9.placeholder,
5204
4751
  rows,
5205
4752
  ...other
5206
4753
  } = props;
5207
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4754
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
5208
4755
  "textarea",
5209
4756
  {
5210
4757
  ...other,
@@ -5215,14 +4762,14 @@ var InputInnerTextarea = (props) => {
5215
4762
  }
5216
4763
  );
5217
4764
  };
5218
- InputInnerTextarea.states = states16;
5219
- InputInnerTextarea.options = options16;
4765
+ InputInnerTextarea.states = states10;
4766
+ InputInnerTextarea.options = options10;
5220
4767
  InputInnerTextarea.className = className4;
5221
4768
 
5222
4769
  // src/input/input-loading-icon.tsx
5223
- var import_jsx_runtime33 = require("react/jsx-runtime");
4770
+ var import_jsx_runtime19 = require("react/jsx-runtime");
5224
4771
  var className5 = `k-input-loading-icon`;
5225
- var states17 = [
4772
+ var states11 = [
5226
4773
  States.disabled,
5227
4774
  States.loading
5228
4775
  ];
@@ -5232,21 +4779,21 @@ var InputLoadingIcon = (props) => {
5232
4779
  loading
5233
4780
  } = props;
5234
4781
  if (disabled || !loading) {
5235
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
4782
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
5236
4783
  }
5237
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
4784
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: classNames(props.className, className5, "k-icon k-i-loading") });
5238
4785
  };
5239
4786
 
5240
4787
  // src/input/input-validation-icon.tsx
5241
- var import_jsx_runtime34 = require("react/jsx-runtime");
4788
+ var import_jsx_runtime20 = require("react/jsx-runtime");
5242
4789
  var className6 = `k-input-validation-icon`;
5243
- var states18 = [
4790
+ var states12 = [
5244
4791
  States.valid,
5245
4792
  States.invalid,
5246
4793
  States.disabled,
5247
4794
  States.loading
5248
4795
  ];
5249
- var options17 = {};
4796
+ var options11 = {};
5250
4797
  var InputValidationIcon = (props) => {
5251
4798
  const {
5252
4799
  valid,
@@ -5257,29 +4804,29 @@ var InputValidationIcon = (props) => {
5257
4804
  const iconName = invalid ? "warning-circle" : "check-circle";
5258
4805
  const renderValidationIcon = Boolean(valid || invalid);
5259
4806
  if (disabled || loading || !renderValidationIcon) {
5260
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_jsx_runtime34.Fragment, {});
4807
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
5261
4808
  }
5262
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { className: classNames(className6), icon: iconName });
4809
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
5263
4810
  };
5264
- InputValidationIcon.states = states18;
5265
- InputValidationIcon.options = options17;
4811
+ InputValidationIcon.states = states12;
4812
+ InputValidationIcon.options = options11;
5266
4813
  InputValidationIcon.className = className6;
5267
4814
 
5268
4815
  // src/input/input-prefix.tsx
5269
- var import_jsx_runtime35 = require("react/jsx-runtime");
4816
+ var import_jsx_runtime21 = require("react/jsx-runtime");
5270
4817
  var className7 = `k-input-prefix`;
5271
- var defaultProps17 = {
4818
+ var defaultProps10 = {
5272
4819
  direction: "horizontal"
5273
4820
  };
5274
4821
  var InputPrefix = (props) => {
5275
4822
  const {
5276
- direction = defaultProps17.direction,
4823
+ direction = defaultProps10.direction,
5277
4824
  ...other
5278
4825
  } = props;
5279
4826
  if (!props.children) {
5280
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_jsx_runtime35.Fragment, {});
4827
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
5281
4828
  }
5282
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4829
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
5283
4830
  "span",
5284
4831
  {
5285
4832
  ...other,
@@ -5296,20 +4843,20 @@ var InputPrefix = (props) => {
5296
4843
  };
5297
4844
 
5298
4845
  // src/input/input-suffix.tsx
5299
- var import_jsx_runtime36 = require("react/jsx-runtime");
4846
+ var import_jsx_runtime22 = require("react/jsx-runtime");
5300
4847
  var className8 = `k-input-suffix`;
5301
- var defaultProps18 = {
4848
+ var defaultProps11 = {
5302
4849
  direction: "horizontal"
5303
4850
  };
5304
4851
  var InputSuffix = (props) => {
5305
4852
  const {
5306
- direction = defaultProps18.direction,
4853
+ direction = defaultProps11.direction,
5307
4854
  ...other
5308
4855
  } = props;
5309
4856
  if (!props.children) {
5310
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_jsx_runtime36.Fragment, {});
4857
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
5311
4858
  }
5312
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4859
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
5313
4860
  "span",
5314
4861
  {
5315
4862
  ...other,
@@ -5326,23 +4873,23 @@ var InputSuffix = (props) => {
5326
4873
  };
5327
4874
 
5328
4875
  // src/input/input-prefix-text.tsx
5329
- var import_jsx_runtime37 = require("react/jsx-runtime");
4876
+ var import_jsx_runtime23 = require("react/jsx-runtime");
5330
4877
 
5331
4878
  // src/input/input-suffix-text.tsx
5332
- var import_jsx_runtime38 = require("react/jsx-runtime");
4879
+ var import_jsx_runtime24 = require("react/jsx-runtime");
5333
4880
 
5334
4881
  // src/input/input-separator.tsx
5335
- var import_jsx_runtime39 = require("react/jsx-runtime");
4882
+ var import_jsx_runtime25 = require("react/jsx-runtime");
5336
4883
  var className9 = `k-input-separator`;
5337
- var defaultProps19 = {
4884
+ var defaultProps12 = {
5338
4885
  direction: "vertical"
5339
4886
  };
5340
4887
  var InputSeparator = (props) => {
5341
4888
  const {
5342
- direction = defaultProps19.direction,
4889
+ direction = defaultProps12.direction,
5343
4890
  ...other
5344
4891
  } = props;
5345
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
4892
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
5346
4893
  "span",
5347
4894
  {
5348
4895
  ...other,
@@ -5357,93 +4904,18 @@ var InputSeparator = (props) => {
5357
4904
  );
5358
4905
  };
5359
4906
 
5360
- // src/searchbox/searchbox.spec.tsx
5361
- var import_jsx_runtime40 = require("react/jsx-runtime");
5362
- var SEARCHBOX_CLASSNAME = `k-searchbox`;
5363
- var states19 = [
5364
- States.hover,
5365
- States.focus,
5366
- States.valid,
5367
- States.invalid,
5368
- States.required,
5369
- States.disabled,
5370
- States.loading
5371
- ];
5372
- var options18 = {
5373
- size: [Size.small, Size.medium, Size.large],
5374
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5375
- fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5376
- };
5377
- var defaultProps20 = {
5378
- showIcon: true,
5379
- icon: "search",
5380
- size: Input.defaultProps.size,
5381
- rounded: Input.defaultProps.rounded,
5382
- fillMode: Input.defaultProps.fillMode
5383
- };
5384
- var Searchbox = (props) => {
5385
- const {
5386
- value,
5387
- placeholder,
5388
- size,
5389
- rounded,
5390
- fillMode,
5391
- hover,
5392
- focus,
5393
- valid,
5394
- invalid,
5395
- required,
5396
- loading,
5397
- disabled,
5398
- showIcon = defaultProps20.showIcon,
5399
- icon = defaultProps20.icon,
5400
- ...other
5401
- } = props;
5402
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5403
- Input,
5404
- {
5405
- ...other,
5406
- size,
5407
- rounded,
5408
- fillMode,
5409
- hover,
5410
- focus,
5411
- valid,
5412
- invalid,
5413
- required,
5414
- loading,
5415
- disabled,
5416
- className: classNames(props.className, SEARCHBOX_CLASSNAME),
5417
- children: [
5418
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Icon, { className: "k-input-icon", icon }),
5419
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputInnerInput, { placeholder, value }),
5420
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputLoadingIcon, { ...props }),
5421
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputValidationIcon, { ...props }),
5422
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(InputClearValue, { ...props })
5423
- ]
5424
- }
5425
- );
5426
- };
5427
- Searchbox.states = states19;
5428
- Searchbox.options = options18;
5429
- Searchbox.className = SEARCHBOX_CLASSNAME;
5430
- Searchbox.defaultProps = defaultProps20;
5431
-
5432
- // src/searchbox/templates/searchbox-normal.tsx
5433
- var import_jsx_runtime41 = require("react/jsx-runtime");
5434
-
5435
4907
  // src/color-preview/color-preview.tsx
5436
- var import_jsx_runtime42 = require("react/jsx-runtime");
4908
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5437
4909
  var COLORPREVIEW_CLASSNAME = `k-color-preview`;
5438
- var states20 = [];
5439
- var options19 = {};
4910
+ var states13 = [];
4911
+ var options12 = {};
5440
4912
  var ColorPreview = (props) => {
5441
4913
  const {
5442
4914
  color,
5443
4915
  iconName,
5444
4916
  ...other
5445
4917
  } = props;
5446
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
4918
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
5447
4919
  "span",
5448
4920
  {
5449
4921
  ...other,
@@ -5456,8 +4928,8 @@ var ColorPreview = (props) => {
5456
4928
  }
5457
4929
  ),
5458
4930
  children: [
5459
- iconName && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
5460
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
4931
+ iconName && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: iconName, className: "k-color-preview-icon" }),
4932
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
5461
4933
  "span",
5462
4934
  {
5463
4935
  className: "k-color-preview-mask",
@@ -5468,14 +4940,78 @@ var ColorPreview = (props) => {
5468
4940
  }
5469
4941
  );
5470
4942
  };
5471
- ColorPreview.states = states20;
5472
- ColorPreview.options = options19;
4943
+ ColorPreview.states = states13;
4944
+ ColorPreview.options = options12;
5473
4945
  ColorPreview.className = COLORPREVIEW_CLASSNAME;
5474
4946
 
4947
+ // src/animation-container/animation-container.spec.tsx
4948
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4949
+ var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
4950
+ var states14 = [];
4951
+ var options13 = {};
4952
+ var defaultProps13 = {
4953
+ positionMode: "absolute"
4954
+ };
4955
+ var AnimationContainer = (props) => {
4956
+ const {
4957
+ positionMode,
4958
+ animationStyle,
4959
+ offset,
4960
+ ...other
4961
+ } = props;
4962
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4963
+ "div",
4964
+ {
4965
+ ...other,
4966
+ style: { ...offset, ...props.style },
4967
+ className: classNames(
4968
+ ANIMATION_CONTAINER_CLASSNAME,
4969
+ "k-animation-container-shown",
4970
+ {
4971
+ ["k-animation-container-fixed"]: positionMode === "fixed"
4972
+ }
4973
+ ),
4974
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
4975
+ }
4976
+ );
4977
+ };
4978
+ AnimationContainer.states = states14;
4979
+ AnimationContainer.options = options13;
4980
+ AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
4981
+ AnimationContainer.defaultProps = defaultProps13;
4982
+
4983
+ // src/popup/popup.spec.tsx
4984
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4985
+ var POPUP_CLASSNAME = `k-popup`;
4986
+ var states15 = [];
4987
+ var options14 = {};
4988
+ var defaultProps14 = {
4989
+ positionMode: "absolute"
4990
+ };
4991
+ var Popup = (props) => {
4992
+ const {
4993
+ offset,
4994
+ positionMode,
4995
+ ...other
4996
+ } = props;
4997
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
4998
+ AnimationContainer,
4999
+ {
5000
+ positionMode,
5001
+ offset,
5002
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5003
+ }
5004
+ );
5005
+ };
5006
+ Popup.states = states15;
5007
+ Popup.options = options14;
5008
+ Popup.className = POPUP_CLASSNAME;
5009
+ Popup.defaultProps = defaultProps14;
5010
+
5475
5011
  // src/colorpicker/colorpicker.spec.tsx
5476
- var import_jsx_runtime43 = require("react/jsx-runtime");
5012
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5477
5013
  var COLORPICKER_CLASSNAME = `k-colorpicker`;
5478
- var states21 = [
5014
+ var states16 = [
5479
5015
  States.hover,
5480
5016
  States.focus,
5481
5017
  States.valid,
@@ -5483,12 +5019,12 @@ var states21 = [
5483
5019
  States.required,
5484
5020
  States.disabled
5485
5021
  ];
5486
- var options20 = {
5022
+ var options15 = {
5487
5023
  size: [Size.small, Size.medium, Size.large],
5488
5024
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5489
5025
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5490
5026
  };
5491
- var defaultProps21 = {
5027
+ var defaultProps15 = {
5492
5028
  arrowIconName: "caret-alt-down",
5493
5029
  size: Picker.defaultProps.size,
5494
5030
  rounded: Picker.defaultProps.rounded,
@@ -5510,13 +5046,13 @@ var ColorPicker = (props) => {
5510
5046
  required,
5511
5047
  disabled,
5512
5048
  valueIconName,
5513
- arrowIconName = defaultProps21.arrowIconName,
5049
+ arrowIconName = defaultProps15.arrowIconName,
5514
5050
  popup,
5515
5051
  opened,
5516
5052
  ...other
5517
5053
  } = props;
5518
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5519
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5054
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(import_jsx_runtime29.Fragment, { children: [
5055
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5520
5056
  Picker,
5521
5057
  {
5522
5058
  ...other,
@@ -5535,14 +5071,14 @@ var ColorPicker = (props) => {
5535
5071
  "k-icon-picker"
5536
5072
  ),
5537
5073
  children: [
5538
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
5539
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5074
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputPrefix, { children: prefix }),
5075
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5540
5076
  InputInnerSpan,
5541
5077
  {
5542
5078
  placeholder,
5543
5079
  value,
5544
5080
  showValue: false,
5545
- valueIcon: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5081
+ valueIcon: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5546
5082
  ColorPreview,
5547
5083
  {
5548
5084
  className: "k-value-icon",
@@ -5553,8 +5089,8 @@ var ColorPicker = (props) => {
5553
5089
  valueIconName
5554
5090
  }
5555
5091
  ),
5556
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix }),
5557
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5092
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(InputSuffix, { children: suffix }),
5093
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5558
5094
  Button,
5559
5095
  {
5560
5096
  className: "k-input-button",
@@ -5567,33 +5103,33 @@ var ColorPicker = (props) => {
5567
5103
  ]
5568
5104
  }
5569
5105
  ),
5570
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
5106
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Popup, { className: "k-color-picker-popup", children: popup })
5571
5107
  ] });
5572
5108
  };
5573
- ColorPicker.states = states21;
5574
- ColorPicker.options = options20;
5109
+ ColorPicker.states = states16;
5110
+ ColorPicker.options = options15;
5575
5111
  ColorPicker.className = COLORPICKER_CLASSNAME;
5576
- ColorPicker.defaultProps = defaultProps21;
5112
+ ColorPicker.defaultProps = defaultProps15;
5577
5113
 
5578
5114
  // src/colorpicker/templates/colorpicker-normal.tsx
5579
- var import_jsx_runtime44 = require("react/jsx-runtime");
5115
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5580
5116
 
5581
5117
  // src/action-buttons/action-buttons.spec.tsx
5582
- var import_jsx_runtime45 = require("react/jsx-runtime");
5118
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5583
5119
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5584
- var states22 = [];
5585
- var options21 = {};
5586
- var defaultProps22 = {
5120
+ var states17 = [];
5121
+ var options16 = {};
5122
+ var defaultProps16 = {
5587
5123
  alignment: "start",
5588
5124
  orientation: "horizontal"
5589
5125
  };
5590
5126
  var ActionButtons = (props) => {
5591
5127
  const {
5592
- alignment = defaultProps22.alignment,
5593
- orientation = defaultProps22.orientation,
5128
+ alignment = defaultProps16.alignment,
5129
+ orientation = defaultProps16.orientation,
5594
5130
  ...other
5595
5131
  } = props;
5596
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5132
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5597
5133
  "div",
5598
5134
  {
5599
5135
  ...other,
@@ -5609,24 +5145,24 @@ var ActionButtons = (props) => {
5609
5145
  }
5610
5146
  );
5611
5147
  };
5612
- ActionButtons.states = states22;
5613
- ActionButtons.options = options21;
5148
+ ActionButtons.states = states17;
5149
+ ActionButtons.options = options16;
5614
5150
  ActionButtons.className = ACTIONBUTTONS_CLASSNAME;
5615
- ActionButtons.defaultProps = defaultProps22;
5151
+ ActionButtons.defaultProps = defaultProps16;
5616
5152
  var action_buttons_spec_default = ActionButtons;
5617
5153
 
5618
5154
  // src/slider/slider.spec.tsx
5619
- var import_jsx_runtime46 = require("react/jsx-runtime");
5155
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5620
5156
  var SLIDER_CLASSNAME = "k-slider";
5621
- var states23 = [
5157
+ var states18 = [
5622
5158
  States.hover,
5623
5159
  States.focus,
5624
5160
  States.active,
5625
5161
  States.disabled,
5626
5162
  States.readonly
5627
5163
  ];
5628
- var options22 = {};
5629
- var defaultProps23 = {
5164
+ var options17 = {};
5165
+ var defaultProps17 = {
5630
5166
  type: "single",
5631
5167
  orientation: "horizontal",
5632
5168
  readonly: false,
@@ -5637,13 +5173,13 @@ var defaultProps23 = {
5637
5173
  };
5638
5174
  var Slider = (props) => {
5639
5175
  const {
5640
- type = defaultProps23.type,
5641
- orientation = defaultProps23.orientation,
5642
- readonly = defaultProps23.readonly,
5643
- disabled = defaultProps23.disabled,
5644
- handlePosition = defaultProps23.handlePosition,
5645
- showButtons = defaultProps23.showButtons,
5646
- showTicks = defaultProps23.showTicks,
5176
+ type = defaultProps17.type,
5177
+ orientation = defaultProps17.orientation,
5178
+ readonly = defaultProps17.readonly,
5179
+ disabled = defaultProps17.disabled,
5180
+ handlePosition = defaultProps17.handlePosition,
5181
+ showButtons = defaultProps17.showButtons,
5182
+ showTicks = defaultProps17.showTicks,
5647
5183
  hover,
5648
5184
  focus,
5649
5185
  active,
@@ -5659,7 +5195,7 @@ var Slider = (props) => {
5659
5195
  iconIncrease = "caret-alt-up";
5660
5196
  iconDecrease = "caret-alt-down";
5661
5197
  }
5662
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: classNames(
5198
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: classNames(
5663
5199
  SLIDER_CLASSNAME,
5664
5200
  props.className,
5665
5201
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5672,12 +5208,12 @@ var Slider = (props) => {
5672
5208
  "k-range-slider": type === "range"
5673
5209
  }
5674
5210
  ), dir, children: [
5675
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
5676
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-slider-track-wrap", children: [
5677
- showTicks && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
5678
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
5679
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-slider-selection" }),
5680
- type === "range" && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: classNames(
5211
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
5212
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "k-slider-track-wrap", children: [
5213
+ showTicks && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("ul", { className: "k-reset k-slider-items", children: props.children }),
5214
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: "k-slider-track", style: trackStyle, children: [
5215
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("div", { className: "k-slider-selection" }),
5216
+ type === "range" && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(
5681
5217
  "k-draghandle",
5682
5218
  "k-draghandle-start",
5683
5219
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5686,7 +5222,7 @@ var Slider = (props) => {
5686
5222
  active
5687
5223
  })
5688
5224
  ) }),
5689
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: classNames(
5225
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(
5690
5226
  "k-draghandle",
5691
5227
  `k-draghandle-${handlePosition}`,
5692
5228
  stateClassNames(SLIDER_CLASSNAME, {
@@ -5697,104 +5233,104 @@ var Slider = (props) => {
5697
5233
  ) })
5698
5234
  ] })
5699
5235
  ] }),
5700
- showButtons && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
5236
+ showButtons && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
5701
5237
  ] });
5702
5238
  };
5703
- Slider.states = states23;
5704
- Slider.options = options22;
5239
+ Slider.states = states18;
5240
+ Slider.options = options17;
5705
5241
  Slider.className = SLIDER_CLASSNAME;
5706
- Slider.defaultProps = defaultProps23;
5242
+ Slider.defaultProps = defaultProps17;
5707
5243
 
5708
5244
  // src/slider/slider-tick.tsx
5709
- var import_jsx_runtime47 = require("react/jsx-runtime");
5245
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5710
5246
  var SLIDER_TICK_CLASSNAME = "k-tick";
5711
- var states24 = [];
5712
- var options23 = {};
5713
- var defaultProps24 = {
5247
+ var states19 = [];
5248
+ var options18 = {};
5249
+ var defaultProps18 = {
5714
5250
  label: false
5715
5251
  };
5716
5252
  var SliderTick = (props) => {
5717
5253
  const {
5718
5254
  style,
5719
- label = defaultProps24.label,
5255
+ label = defaultProps18.label,
5720
5256
  orientation,
5721
5257
  large,
5722
5258
  text
5723
5259
  } = props;
5724
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("li", { className: classNames(
5260
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("li", { className: classNames(
5725
5261
  props.className,
5726
5262
  SLIDER_TICK_CLASSNAME,
5727
5263
  {
5728
5264
  [`k-tick-${orientation}`]: orientation,
5729
5265
  "k-tick-large": large
5730
5266
  }
5731
- ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-label", children: text }) });
5267
+ ), style, children: label && /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-label", children: text }) });
5732
5268
  };
5733
- SliderTick.states = states24;
5734
- SliderTick.options = options23;
5269
+ SliderTick.states = states19;
5270
+ SliderTick.options = options18;
5735
5271
  SliderTick.className = SLIDER_TICK_CLASSNAME;
5736
- SliderTick.defaultProps = defaultProps24;
5272
+ SliderTick.defaultProps = defaultProps18;
5737
5273
 
5738
5274
  // src/slider/templates/slider-normal.tsx
5739
- var import_jsx_runtime48 = require("react/jsx-runtime");
5275
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5740
5276
 
5741
5277
  // src/slider/templates/slider-vertical.tsx
5742
- var import_jsx_runtime49 = require("react/jsx-runtime");
5278
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5743
5279
 
5744
5280
  // src/slider/templates/slider-range.tsx
5745
- var import_jsx_runtime50 = require("react/jsx-runtime");
5281
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5746
5282
 
5747
5283
  // src/slider/templates/slider-range-vertical.tsx
5748
- var import_jsx_runtime51 = require("react/jsx-runtime");
5284
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5749
5285
 
5750
5286
  // src/slider/templates/slider-gradient.tsx
5751
- var import_jsx_runtime52 = require("react/jsx-runtime");
5287
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5752
5288
 
5753
5289
  // src/slider/templates/slider-gradient-vertical.tsx
5754
- var import_jsx_runtime53 = require("react/jsx-runtime");
5755
- var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5290
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5291
+ var SliderGradientVertical = (props) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5756
5292
  Slider,
5757
5293
  {
5758
5294
  type: "gradient",
5759
5295
  orientation: "vertical",
5760
5296
  showButtons: false,
5761
5297
  showTicks: false,
5762
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(import_jsx_runtime53.Fragment, { children: [
5763
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, { label: true, large: true, text: "0" }),
5764
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, {}),
5765
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, {}),
5766
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, {}),
5767
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, {}),
5768
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, { label: true, large: true, text: "5" }),
5769
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, {}),
5770
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, {}),
5771
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, {}),
5772
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, {}),
5773
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(SliderTick, { label: true, large: true, text: "10" })
5298
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
5299
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, { label: true, large: true, text: "0" }),
5300
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5301
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5302
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5303
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5304
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, { label: true, large: true, text: "5" }),
5305
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5306
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5307
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5308
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, {}),
5309
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(SliderTick, { label: true, large: true, text: "10" })
5774
5310
  ] }),
5775
5311
  ...props
5776
5312
  }
5777
5313
  );
5778
5314
 
5779
5315
  // src/spinbutton/spinbutton.spec.tsx
5780
- var import_jsx_runtime54 = require("react/jsx-runtime");
5316
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5781
5317
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5782
- var states25 = [];
5783
- var options24 = {
5318
+ var states20 = [];
5319
+ var options19 = {
5784
5320
  size: [Size.small, Size.medium, Size.large],
5785
5321
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link]
5786
5322
  };
5787
- var defaultProps25 = {
5323
+ var defaultProps19 = {
5788
5324
  size: Size.medium,
5789
5325
  fillMode: FillMode.solid
5790
5326
  };
5791
5327
  var SpinButton = (props) => {
5792
5328
  const {
5793
- size = defaultProps25.size,
5794
- fillMode = defaultProps25.fillMode,
5329
+ size = defaultProps19.size,
5330
+ fillMode = defaultProps19.fillMode,
5795
5331
  ...other
5796
5332
  } = props;
5797
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5333
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5798
5334
  "span",
5799
5335
  {
5800
5336
  ...other,
@@ -5803,7 +5339,7 @@ var SpinButton = (props) => {
5803
5339
  props.className
5804
5340
  ),
5805
5341
  children: [
5806
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5342
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5807
5343
  Button,
5808
5344
  {
5809
5345
  className: "k-spinner-increase",
@@ -5813,7 +5349,7 @@ var SpinButton = (props) => {
5813
5349
  fillMode
5814
5350
  }
5815
5351
  ),
5816
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5352
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5817
5353
  Button,
5818
5354
  {
5819
5355
  className: "k-spinner-decrease",
@@ -5827,15 +5363,15 @@ var SpinButton = (props) => {
5827
5363
  }
5828
5364
  );
5829
5365
  };
5830
- SpinButton.states = states25;
5831
- SpinButton.options = options24;
5366
+ SpinButton.states = states20;
5367
+ SpinButton.options = options19;
5832
5368
  SpinButton.className = SPINBUTTON_CLASSNAME;
5833
- SpinButton.defaultProps = defaultProps25;
5369
+ SpinButton.defaultProps = defaultProps19;
5834
5370
 
5835
5371
  // src/numerictextbox/numerictextbox.spec.tsx
5836
- var import_jsx_runtime55 = require("react/jsx-runtime");
5372
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5837
5373
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5838
- var states26 = [
5374
+ var states21 = [
5839
5375
  States.hover,
5840
5376
  States.focus,
5841
5377
  States.valid,
@@ -5845,12 +5381,12 @@ var states26 = [
5845
5381
  States.disabled,
5846
5382
  States.readonly
5847
5383
  ];
5848
- var options25 = {
5384
+ var options20 = {
5849
5385
  size: [Size.small, Size.medium, Size.large],
5850
5386
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5851
5387
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5852
5388
  };
5853
- var defaultProps26 = {
5389
+ var defaultProps20 = {
5854
5390
  showSpinButton: true,
5855
5391
  showClearButton: true,
5856
5392
  size: Input.defaultProps.size,
@@ -5874,11 +5410,11 @@ var NumericTextbox = (props) => {
5874
5410
  loading,
5875
5411
  disabled,
5876
5412
  readonly,
5877
- showClearButton = defaultProps26.showClearButton,
5878
- showSpinButton = defaultProps26.showSpinButton,
5413
+ showClearButton = defaultProps20.showClearButton,
5414
+ showSpinButton = defaultProps20.showSpinButton,
5879
5415
  ...other
5880
5416
  } = props;
5881
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
5417
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5882
5418
  Input,
5883
5419
  {
5884
5420
  ...other,
@@ -5895,12 +5431,12 @@ var NumericTextbox = (props) => {
5895
5431
  readonly,
5896
5432
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5897
5433
  children: [
5898
- prefix && /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
5899
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputPrefix, { children: prefix }),
5900
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputSeparator, {})
5434
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5435
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputPrefix, { children: prefix }),
5436
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSeparator, {})
5901
5437
  ] }),
5902
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputInnerInput, { placeholder, value }),
5903
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5438
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputInnerInput, { placeholder, value }),
5439
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5904
5440
  InputValidationIcon,
5905
5441
  {
5906
5442
  valid,
@@ -5909,14 +5445,14 @@ var NumericTextbox = (props) => {
5909
5445
  disabled
5910
5446
  }
5911
5447
  ),
5912
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5448
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5913
5449
  InputLoadingIcon,
5914
5450
  {
5915
5451
  loading,
5916
5452
  disabled
5917
5453
  }
5918
5454
  ),
5919
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5455
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5920
5456
  InputClearValue,
5921
5457
  {
5922
5458
  loading,
@@ -5925,11 +5461,11 @@ var NumericTextbox = (props) => {
5925
5461
  value
5926
5462
  }
5927
5463
  ),
5928
- suffix && /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(import_jsx_runtime55.Fragment, { children: [
5929
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputSeparator, {}),
5930
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(InputSuffix, { children: suffix })
5464
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5465
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSeparator, {}),
5466
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSuffix, { children: suffix })
5931
5467
  ] }),
5932
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5468
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5933
5469
  SpinButton,
5934
5470
  {
5935
5471
  className: "k-input-spinner",
@@ -5941,18 +5477,18 @@ var NumericTextbox = (props) => {
5941
5477
  }
5942
5478
  );
5943
5479
  };
5944
- NumericTextbox.states = states26;
5945
- NumericTextbox.options = options25;
5480
+ NumericTextbox.states = states21;
5481
+ NumericTextbox.options = options20;
5946
5482
  NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5947
- NumericTextbox.defaultProps = defaultProps26;
5483
+ NumericTextbox.defaultProps = defaultProps20;
5948
5484
 
5949
5485
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5950
- var import_jsx_runtime56 = require("react/jsx-runtime");
5486
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5951
5487
 
5952
5488
  // src/dropdownlist/dropdownlist.spec.tsx
5953
- var import_jsx_runtime57 = require("react/jsx-runtime");
5489
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5954
5490
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5955
- var states27 = [
5491
+ var states22 = [
5956
5492
  States.hover,
5957
5493
  States.focus,
5958
5494
  States.valid,
@@ -5962,12 +5498,12 @@ var states27 = [
5962
5498
  States.loading,
5963
5499
  States.readonly
5964
5500
  ];
5965
- var options26 = {
5501
+ var options21 = {
5966
5502
  size: [Size.small, Size.medium, Size.large],
5967
5503
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5968
5504
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5969
5505
  };
5970
- var defaultProps27 = {
5506
+ var defaultProps21 = {
5971
5507
  showValue: true,
5972
5508
  arrowIconName: "caret-alt-down",
5973
5509
  size: Size.medium,
@@ -5977,7 +5513,7 @@ var defaultProps27 = {
5977
5513
  var DropdownList = (props) => {
5978
5514
  const {
5979
5515
  valueIconName,
5980
- arrowIconName = defaultProps27.arrowIconName,
5516
+ arrowIconName = defaultProps21.arrowIconName,
5981
5517
  prefix,
5982
5518
  suffix,
5983
5519
  value,
@@ -5993,13 +5529,13 @@ var DropdownList = (props) => {
5993
5529
  loading,
5994
5530
  disabled,
5995
5531
  readonly,
5996
- showValue = defaultProps27.showValue,
5532
+ showValue = defaultProps21.showValue,
5997
5533
  popup,
5998
5534
  opened,
5999
5535
  ...other
6000
5536
  } = props;
6001
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
6002
- /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
5537
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5538
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
6003
5539
  Picker,
6004
5540
  {
6005
5541
  ...other,
@@ -6022,8 +5558,8 @@ var DropdownList = (props) => {
6022
5558
  }
6023
5559
  ),
6024
5560
  children: [
6025
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputPrefix, { children: prefix }),
6026
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5561
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputPrefix, { children: prefix }),
5562
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6027
5563
  InputInnerSpan,
6028
5564
  {
6029
5565
  placeholder,
@@ -6032,7 +5568,7 @@ var DropdownList = (props) => {
6032
5568
  valueIconName
6033
5569
  }
6034
5570
  ),
6035
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5571
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6036
5572
  InputValidationIcon,
6037
5573
  {
6038
5574
  valid,
@@ -6041,15 +5577,15 @@ var DropdownList = (props) => {
6041
5577
  disabled
6042
5578
  }
6043
5579
  ),
6044
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5580
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6045
5581
  InputLoadingIcon,
6046
5582
  {
6047
5583
  loading,
6048
5584
  disabled
6049
5585
  }
6050
5586
  ),
6051
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(InputSuffix, { children: suffix }),
6052
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
5587
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(InputSuffix, { children: suffix }),
5588
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
6053
5589
  Button,
6054
5590
  {
6055
5591
  className: "k-input-button",
@@ -6062,35 +5598,35 @@ var DropdownList = (props) => {
6062
5598
  ]
6063
5599
  }
6064
5600
  ),
6065
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5601
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
6066
5602
  ] });
6067
5603
  };
6068
- DropdownList.states = states27;
6069
- DropdownList.options = options26;
5604
+ DropdownList.states = states22;
5605
+ DropdownList.options = options21;
6070
5606
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
6071
- DropdownList.defaultProps = defaultProps27;
5607
+ DropdownList.defaultProps = defaultProps21;
6072
5608
 
6073
5609
  // src/dropdownlist/templates/dropdownlist-normal.tsx
6074
- var import_jsx_runtime58 = require("react/jsx-runtime");
5610
+ var import_jsx_runtime44 = require("react/jsx-runtime");
6075
5611
 
6076
5612
  // src/nodata/nodata.tsx
6077
- var import_jsx_runtime59 = require("react/jsx-runtime");
5613
+ var import_jsx_runtime45 = require("react/jsx-runtime");
6078
5614
  var className10 = `k-nodata`;
6079
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: classNames(className10, props.className), children: props.children });
5615
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)("span", { className: classNames(className10, props.className), children: props.children });
6080
5616
 
6081
5617
  // src/list/list.spec.tsx
6082
- var import_jsx_runtime60 = require("react/jsx-runtime");
5618
+ var import_jsx_runtime46 = require("react/jsx-runtime");
6083
5619
  var LIST_CLASSNAME = `k-list`;
6084
- var states28 = [];
6085
- var options27 = {
5620
+ var states23 = [];
5621
+ var options22 = {
6086
5622
  size: [Size.small, Size.medium, Size.large]
6087
5623
  };
6088
- var defaultProps28 = {
5624
+ var defaultProps22 = {
6089
5625
  size: Size.medium
6090
5626
  };
6091
5627
  var List = (props) => {
6092
5628
  const {
6093
- size = defaultProps28.size,
5629
+ size = defaultProps22.size,
6094
5630
  virtualization,
6095
5631
  children,
6096
5632
  optionLabel,
@@ -6107,7 +5643,7 @@ var List = (props) => {
6107
5643
  listHeader = child.props.label;
6108
5644
  child.props.children.map((optChild, index2) => {
6109
5645
  listChildren.push(
6110
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5646
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6111
5647
  ListItem,
6112
5648
  {
6113
5649
  ...optChild.props
@@ -6123,7 +5659,7 @@ var List = (props) => {
6123
5659
  groupLabel = child.props.label;
6124
5660
  }
6125
5661
  listChildren.push(
6126
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5662
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
6127
5663
  ListItem,
6128
5664
  {
6129
5665
  className: index2 === 0 ? "k-first" : "",
@@ -6135,16 +5671,16 @@ var List = (props) => {
6135
5671
  );
6136
5672
  });
6137
5673
  }
6138
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5674
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6139
5675
  } else if (child.type === ListItem) {
6140
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6141
- listContent = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(ListContent, { virtualization, children: listChildren });
5676
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5677
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(ListContent, { virtualization, children: listChildren });
6142
5678
  }
6143
5679
  });
6144
5680
  } else {
6145
- listContent = /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(NoData, { children: "No data found." });
5681
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(NoData, { children: "No data found." });
6146
5682
  }
6147
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5683
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
6148
5684
  "div",
6149
5685
  {
6150
5686
  ...other,
@@ -6166,24 +5702,24 @@ var List = (props) => {
6166
5702
  }
6167
5703
  );
6168
5704
  };
6169
- List.states = states28;
6170
- List.options = options27;
5705
+ List.states = states23;
5706
+ List.options = options22;
6171
5707
  List.className = LIST_CLASSNAME;
6172
- List.defaultProps = defaultProps28;
5708
+ List.defaultProps = defaultProps22;
6173
5709
 
6174
5710
  // src/list/list-angular.spec.tsx
6175
- var import_jsx_runtime61 = require("react/jsx-runtime");
5711
+ var import_jsx_runtime47 = require("react/jsx-runtime");
6176
5712
  var LISTANGULAR_CLASSNAME = `k-list`;
6177
- var states29 = [];
6178
- var options28 = {
5713
+ var states24 = [];
5714
+ var options23 = {
6179
5715
  size: [Size.small, Size.medium, Size.large]
6180
5716
  };
6181
- var defaultProps29 = {
5717
+ var defaultProps23 = {
6182
5718
  size: Size.medium
6183
5719
  };
6184
5720
  var ListAngular = (props) => {
6185
5721
  const {
6186
- size = defaultProps29.size,
5722
+ size = defaultProps23.size,
6187
5723
  virtualization,
6188
5724
  children,
6189
5725
  ...other
@@ -6199,7 +5735,7 @@ var ListAngular = (props) => {
6199
5735
  listHeader = child.props.label;
6200
5736
  child.props.children.map((optChild, index2) => {
6201
5737
  listChildren.push(
6202
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5738
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6203
5739
  ListItem,
6204
5740
  {
6205
5741
  ...optChild.props
@@ -6210,7 +5746,7 @@ var ListAngular = (props) => {
6210
5746
  });
6211
5747
  } else {
6212
5748
  listChildren.push(
6213
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5749
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6214
5750
  ListGroupItem,
6215
5751
  {
6216
5752
  ...child.props,
@@ -6221,7 +5757,7 @@ var ListAngular = (props) => {
6221
5757
  );
6222
5758
  child.props.children.map((optChild, index2) => {
6223
5759
  listChildren.push(
6224
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5760
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
6225
5761
  ListItem,
6226
5762
  {
6227
5763
  ...optChild.props
@@ -6231,16 +5767,16 @@ var ListAngular = (props) => {
6231
5767
  );
6232
5768
  });
6233
5769
  }
6234
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5770
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
6235
5771
  } else if (child.type === ListItem) {
6236
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
6237
- listContent = /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(ListContent, { virtualization, children: listChildren });
5772
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5773
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(ListContent, { virtualization, children: listChildren });
6238
5774
  }
6239
5775
  });
6240
5776
  } else {
6241
- listContent = /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(NoData, { children: "No data found." });
5777
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(NoData, { children: "No data found." });
6242
5778
  }
6243
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5779
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
6244
5780
  "div",
6245
5781
  {
6246
5782
  ...other,
@@ -6261,15 +5797,15 @@ var ListAngular = (props) => {
6261
5797
  }
6262
5798
  );
6263
5799
  };
6264
- ListAngular.states = states29;
6265
- ListAngular.options = options28;
5800
+ ListAngular.states = states24;
5801
+ ListAngular.options = options23;
6266
5802
  ListAngular.className = LISTANGULAR_CLASSNAME;
6267
- ListAngular.defaultProps = defaultProps29;
5803
+ ListAngular.defaultProps = defaultProps23;
6268
5804
 
6269
5805
  // src/checkbox/checkbox.spec.tsx
6270
- var import_jsx_runtime62 = require("react/jsx-runtime");
5806
+ var import_jsx_runtime48 = require("react/jsx-runtime");
6271
5807
  var CHECKBOX_CLASSNAME = `k-checkbox`;
6272
- var states30 = [
5808
+ var states25 = [
6273
5809
  States.hover,
6274
5810
  States.focus,
6275
5811
  States.valid,
@@ -6279,11 +5815,11 @@ var states30 = [
6279
5815
  States.checked,
6280
5816
  States.indeterminate
6281
5817
  ];
6282
- var options29 = {
5818
+ var options24 = {
6283
5819
  size: [Size.small, Size.medium, Size.large],
6284
5820
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
6285
5821
  };
6286
- var defaultProps30 = {
5822
+ var defaultProps24 = {
6287
5823
  size: Size.medium,
6288
5824
  rounded: Roundness.medium
6289
5825
  };
@@ -6298,11 +5834,11 @@ var Checkbox = (props) => {
6298
5834
  invalid,
6299
5835
  valid,
6300
5836
  required,
6301
- size = defaultProps30.size,
6302
- rounded = defaultProps30.rounded,
5837
+ size = defaultProps24.size,
5838
+ rounded = defaultProps24.rounded,
6303
5839
  ...other
6304
5840
  } = props;
6305
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
5841
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6306
5842
  "input",
6307
5843
  {
6308
5844
  ...other,
@@ -6319,25 +5855,25 @@ var Checkbox = (props) => {
6319
5855
  }
6320
5856
  ) });
6321
5857
  };
6322
- Checkbox.states = states30;
6323
- Checkbox.options = options29;
5858
+ Checkbox.states = states25;
5859
+ Checkbox.options = options24;
6324
5860
  Checkbox.className = CHECKBOX_CLASSNAME;
6325
- Checkbox.defaultProps = defaultProps30;
5861
+ Checkbox.defaultProps = defaultProps24;
6326
5862
 
6327
5863
  // src/checkbox/checkbox-group.spec.tsx
6328
- var import_jsx_runtime63 = require("react/jsx-runtime");
5864
+ var import_jsx_runtime49 = require("react/jsx-runtime");
6329
5865
  var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
6330
- var states31 = [];
6331
- var options30 = {};
6332
- var defaultProps31 = {
5866
+ var states26 = [];
5867
+ var options25 = {};
5868
+ var defaultProps25 = {
6333
5869
  layout: "vertical"
6334
5870
  };
6335
5871
  var CheckboxGroup = (props) => {
6336
5872
  const {
6337
- layout = defaultProps31.layout,
5873
+ layout = defaultProps25.layout,
6338
5874
  ...other
6339
5875
  } = props;
6340
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5876
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6341
5877
  "ul",
6342
5878
  {
6343
5879
  ...other,
@@ -6352,22 +5888,22 @@ var CheckboxGroup = (props) => {
6352
5888
  }
6353
5889
  );
6354
5890
  };
6355
- CheckboxGroup.states = states31;
6356
- CheckboxGroup.options = options30;
5891
+ CheckboxGroup.states = states26;
5892
+ CheckboxGroup.options = options25;
6357
5893
  CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
6358
- CheckboxGroup.defaultProps = defaultProps31;
5894
+ CheckboxGroup.defaultProps = defaultProps25;
6359
5895
 
6360
5896
  // src/checkbox/checkbox-item.spec.tsx
6361
- var import_jsx_runtime64 = require("react/jsx-runtime");
5897
+ var import_jsx_runtime50 = require("react/jsx-runtime");
6362
5898
  var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
6363
- var states32 = [];
6364
- var options31 = {};
6365
- var defaultProps32 = {};
5899
+ var states27 = [];
5900
+ var options26 = {};
5901
+ var defaultProps26 = {};
6366
5902
  var CheckboxItem = (props) => {
6367
5903
  const {
6368
5904
  ...other
6369
5905
  } = props;
6370
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5906
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
6371
5907
  "li",
6372
5908
  {
6373
5909
  ...other,
@@ -6379,31 +5915,31 @@ var CheckboxItem = (props) => {
6379
5915
  }
6380
5916
  );
6381
5917
  };
6382
- CheckboxItem.states = states32;
6383
- CheckboxItem.options = options31;
5918
+ CheckboxItem.states = states27;
5919
+ CheckboxItem.options = options26;
6384
5920
  CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
6385
- CheckboxItem.defaultProps = defaultProps32;
5921
+ CheckboxItem.defaultProps = defaultProps26;
6386
5922
 
6387
5923
  // src/checkbox/templates/checkbox-with-label-after.tsx
6388
- var import_jsx_runtime65 = require("react/jsx-runtime");
5924
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6389
5925
 
6390
5926
  // src/checkbox/templates/checkbox-with-label-before.tsx
6391
- var import_jsx_runtime66 = require("react/jsx-runtime");
5927
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6392
5928
 
6393
5929
  // src/checkbox/templates/checkbox-normal.tsx
6394
- var import_jsx_runtime67 = require("react/jsx-runtime");
5930
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6395
5931
 
6396
5932
  // src/list/list-item.spec.tsx
6397
- var import_jsx_runtime68 = require("react/jsx-runtime");
5933
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6398
5934
  var LISTITEM_CLASSNAME = `k-list-item`;
6399
- var states33 = [
5935
+ var states28 = [
6400
5936
  States.hover,
6401
5937
  States.focus,
6402
5938
  States.selected,
6403
5939
  States.disabled
6404
5940
  ];
6405
- var options32 = {};
6406
- var defaultProps33 = {};
5941
+ var options27 = {};
5942
+ var defaultProps27 = {};
6407
5943
  var ListItem = (props) => {
6408
5944
  const {
6409
5945
  text,
@@ -6419,7 +5955,7 @@ var ListItem = (props) => {
6419
5955
  ...other
6420
5956
  } = props;
6421
5957
  const textOrChildren = text ? text : props.children;
6422
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
5958
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
6423
5959
  "li",
6424
5960
  {
6425
5961
  ...other,
@@ -6434,66 +5970,66 @@ var ListItem = (props) => {
6434
5970
  })
6435
5971
  ),
6436
5972
  children: [
6437
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Checkbox, { checked }),
6438
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { icon: iconName }),
6439
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
6440
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5973
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Checkbox, { checked }),
5974
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { icon: iconName }),
5975
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5976
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
6441
5977
  ]
6442
5978
  }
6443
5979
  );
6444
5980
  };
6445
- ListItem.states = states33;
6446
- ListItem.options = options32;
5981
+ ListItem.states = states28;
5982
+ ListItem.options = options27;
6447
5983
  ListItem.className = LISTITEM_CLASSNAME;
6448
- ListItem.defaultProps = defaultProps33;
5984
+ ListItem.defaultProps = defaultProps27;
6449
5985
 
6450
5986
  // src/list/list-content.tsx
6451
- var import_jsx_runtime69 = require("react/jsx-runtime");
5987
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6452
5988
  var className11 = `k-list-content`;
6453
5989
  var ListContent = (props) => {
6454
5990
  const {
6455
5991
  virtualization
6456
5992
  } = props;
6457
- return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)("div", { className: classNames(className11, props.className), children: [
6458
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
6459
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", {}) })
5993
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: classNames(className11, props.className), children: [
5994
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5995
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", {}) })
6460
5996
  ] });
6461
5997
  };
6462
5998
 
6463
5999
  // src/list/list-header.tsx
6464
- var import_jsx_runtime70 = require("react/jsx-runtime");
6000
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6465
6001
  var className12 = `k-list-group-sticky-header`;
6466
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6002
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-list-header-text", children: props.children }) });
6467
6003
 
6468
6004
  // src/list/list-group.tsx
6469
- var import_jsx_runtime71 = require("react/jsx-runtime");
6005
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6470
6006
  var ListGroup = (props) => {
6471
6007
  const {
6472
6008
  virtualization,
6473
6009
  label
6474
6010
  } = props;
6475
- return /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(import_jsx_runtime71.Fragment, { children: [
6476
- label && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListHeader, { children: label }),
6477
- props.children && /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(ListContent, { virtualization, children: props.children })
6011
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
6012
+ label && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListHeader, { children: label }),
6013
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ListContent, { virtualization, children: props.children })
6478
6014
  ] });
6479
6015
  };
6480
6016
 
6481
6017
  // src/list/list-group-item.tsx
6482
- var import_jsx_runtime72 = require("react/jsx-runtime");
6018
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6483
6019
  var className13 = `k-list-group-item`;
6484
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("li", { className: classNames(className13, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime72.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6020
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("li", { className: classNames(className13, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("span", { className: "k-list-item-text", children: props.children }) });
6485
6021
 
6486
6022
  // src/list/list-option-label.tsx
6487
- var import_jsx_runtime73 = require("react/jsx-runtime");
6023
+ var import_jsx_runtime59 = require("react/jsx-runtime");
6488
6024
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
6489
- var states34 = [
6025
+ var states29 = [
6490
6026
  States.hover,
6491
6027
  States.focus,
6492
6028
  States.selected,
6493
6029
  States.disabled
6494
6030
  ];
6495
- var options33 = {};
6496
- var defaultProps34 = {};
6031
+ var options28 = {};
6032
+ var defaultProps28 = {};
6497
6033
  var ListOptionLabel = (props) => {
6498
6034
  const {
6499
6035
  text,
@@ -6503,7 +6039,7 @@ var ListOptionLabel = (props) => {
6503
6039
  disabled,
6504
6040
  ...other
6505
6041
  } = props;
6506
- return /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6042
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
6507
6043
  "div",
6508
6044
  {
6509
6045
  ...other,
@@ -6520,54 +6056,129 @@ var ListOptionLabel = (props) => {
6520
6056
  }
6521
6057
  );
6522
6058
  };
6523
- ListOptionLabel.states = states34;
6524
- ListOptionLabel.options = options33;
6059
+ ListOptionLabel.states = states29;
6060
+ ListOptionLabel.options = options28;
6525
6061
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
6526
- ListOptionLabel.defaultProps = defaultProps34;
6062
+ ListOptionLabel.defaultProps = defaultProps28;
6527
6063
 
6528
6064
  // src/list/templates/list-normal.tsx
6529
- var import_jsx_runtime74 = require("react/jsx-runtime");
6065
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6530
6066
 
6531
6067
  // src/list/templates/list-virtualization.tsx
6532
- var import_jsx_runtime75 = require("react/jsx-runtime");
6068
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6533
6069
 
6534
6070
  // src/list/templates/list-grouping.tsx
6535
- var import_jsx_runtime76 = require("react/jsx-runtime");
6071
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6536
6072
 
6537
6073
  // src/list/templates/list-virualization-grouping.tsx
6538
- var import_jsx_runtime77 = require("react/jsx-runtime");
6074
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6539
6075
 
6540
6076
  // src/list/templates/list-virtualization-angular.tsx
6541
- var import_jsx_runtime78 = require("react/jsx-runtime");
6077
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6542
6078
 
6543
6079
  // src/list/templates/list-grouping-angular.tsx
6544
- var import_jsx_runtime79 = require("react/jsx-runtime");
6080
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6545
6081
 
6546
6082
  // src/list/templates/list-virualization-grouping-angular.tsx
6547
- var import_jsx_runtime80 = require("react/jsx-runtime");
6083
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6548
6084
 
6549
6085
  // src/dropdownlist/templates/dropdownlist-popup.tsx
6550
- var import_jsx_runtime81 = require("react/jsx-runtime");
6086
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6087
+
6088
+ // src/searchbox/searchbox.spec.tsx
6089
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6090
+ var SEARCHBOX_CLASSNAME = `k-searchbox`;
6091
+ var states30 = [
6092
+ States.hover,
6093
+ States.focus,
6094
+ States.valid,
6095
+ States.invalid,
6096
+ States.required,
6097
+ States.disabled,
6098
+ States.loading
6099
+ ];
6100
+ var options29 = {
6101
+ size: [Size.small, Size.medium, Size.large],
6102
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6103
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6104
+ };
6105
+ var defaultProps29 = {
6106
+ showIcon: true,
6107
+ icon: "search",
6108
+ size: Input.defaultProps.size,
6109
+ rounded: Input.defaultProps.rounded,
6110
+ fillMode: Input.defaultProps.fillMode
6111
+ };
6112
+ var Searchbox = (props) => {
6113
+ const {
6114
+ value,
6115
+ placeholder,
6116
+ size,
6117
+ rounded,
6118
+ fillMode,
6119
+ hover,
6120
+ focus,
6121
+ valid,
6122
+ invalid,
6123
+ required,
6124
+ loading,
6125
+ disabled,
6126
+ showIcon = defaultProps29.showIcon,
6127
+ icon = defaultProps29.icon,
6128
+ ...other
6129
+ } = props;
6130
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
6131
+ Input,
6132
+ {
6133
+ ...other,
6134
+ size,
6135
+ rounded,
6136
+ fillMode,
6137
+ hover,
6138
+ focus,
6139
+ valid,
6140
+ invalid,
6141
+ required,
6142
+ loading,
6143
+ disabled,
6144
+ className: classNames(props.className, SEARCHBOX_CLASSNAME),
6145
+ children: [
6146
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { className: "k-input-icon", icon }),
6147
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputInnerInput, { placeholder, value }),
6148
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputLoadingIcon, { ...props }),
6149
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputValidationIcon, { ...props }),
6150
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(InputClearValue, { ...props })
6151
+ ]
6152
+ }
6153
+ );
6154
+ };
6155
+ Searchbox.states = states30;
6156
+ Searchbox.options = options29;
6157
+ Searchbox.className = SEARCHBOX_CLASSNAME;
6158
+ Searchbox.defaultProps = defaultProps29;
6159
+
6160
+ // src/searchbox/templates/searchbox-normal.tsx
6161
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6551
6162
 
6552
6163
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
6553
- var import_jsx_runtime82 = require("react/jsx-runtime");
6164
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6554
6165
 
6555
6166
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
6556
- var import_jsx_runtime83 = require("react/jsx-runtime");
6167
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6557
6168
 
6558
6169
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
6559
- var import_jsx_runtime84 = require("react/jsx-runtime");
6170
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6560
6171
 
6561
6172
  // src/numerictextbox/templates/numerictextbox-prefix.tsx
6562
- var import_jsx_runtime85 = require("react/jsx-runtime");
6173
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6563
6174
 
6564
6175
  // src/numerictextbox/templates/numerictextbox-suffix.tsx
6565
- var import_jsx_runtime86 = require("react/jsx-runtime");
6176
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6566
6177
 
6567
6178
  // src/textbox/textbox.spec.tsx
6568
- var import_jsx_runtime87 = require("react/jsx-runtime");
6179
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6569
6180
  var TEXTBOX_CLASSNAME = `k-textbox`;
6570
- var states35 = [
6181
+ var states31 = [
6571
6182
  States.hover,
6572
6183
  States.focus,
6573
6184
  States.valid,
@@ -6577,12 +6188,12 @@ var states35 = [
6577
6188
  States.loading,
6578
6189
  States.readonly
6579
6190
  ];
6580
- var options34 = {
6191
+ var options30 = {
6581
6192
  size: [Size.small, Size.medium, Size.large],
6582
6193
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
6583
6194
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
6584
6195
  };
6585
- var defaultProps35 = {
6196
+ var defaultProps30 = {
6586
6197
  showClearButton: true,
6587
6198
  size: Input.defaultProps.size,
6588
6199
  rounded: Input.defaultProps.rounded,
@@ -6605,10 +6216,10 @@ var Textbox = (props) => {
6605
6216
  loading,
6606
6217
  disabled,
6607
6218
  readonly,
6608
- showClearButton = defaultProps35.showClearButton,
6219
+ showClearButton = defaultProps30.showClearButton,
6609
6220
  ...other
6610
6221
  } = props;
6611
- return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(
6222
+ return /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(
6612
6223
  Input,
6613
6224
  {
6614
6225
  ...other,
@@ -6625,12 +6236,12 @@ var Textbox = (props) => {
6625
6236
  readonly,
6626
6237
  className: classNames(props.className, TEXTBOX_CLASSNAME),
6627
6238
  children: [
6628
- prefix && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6629
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputPrefix, { children: prefix }),
6630
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSeparator, {})
6239
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
6240
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputPrefix, { children: prefix }),
6241
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputSeparator, {})
6631
6242
  ] }),
6632
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputInnerInput, { placeholder, value }),
6633
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6243
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputInnerInput, { placeholder, value }),
6244
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6634
6245
  InputValidationIcon,
6635
6246
  {
6636
6247
  valid,
@@ -6639,14 +6250,14 @@ var Textbox = (props) => {
6639
6250
  disabled
6640
6251
  }
6641
6252
  ),
6642
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6253
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6643
6254
  InputLoadingIcon,
6644
6255
  {
6645
6256
  loading,
6646
6257
  disabled
6647
6258
  }
6648
6259
  ),
6649
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6260
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6650
6261
  InputClearValue,
6651
6262
  {
6652
6263
  loading,
@@ -6655,162 +6266,162 @@ var Textbox = (props) => {
6655
6266
  value
6656
6267
  }
6657
6268
  ),
6658
- suffix && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_jsx_runtime87.Fragment, { children: [
6659
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSeparator, {}),
6660
- /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(InputSuffix, { children: suffix })
6269
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_jsx_runtime75.Fragment, { children: [
6270
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputSeparator, {}),
6271
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(InputSuffix, { children: suffix })
6661
6272
  ] })
6662
6273
  ]
6663
6274
  }
6664
6275
  );
6665
6276
  };
6666
- Textbox.states = states35;
6667
- Textbox.options = options34;
6277
+ Textbox.states = states31;
6278
+ Textbox.options = options30;
6668
6279
  Textbox.className = TEXTBOX_CLASSNAME;
6669
- Textbox.defaultProps = defaultProps35;
6280
+ Textbox.defaultProps = defaultProps30;
6670
6281
 
6671
6282
  // src/textbox/templates/textbox-normal.tsx
6672
- var import_jsx_runtime88 = require("react/jsx-runtime");
6283
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6673
6284
 
6674
6285
  // src/textbox/templates/textbox-prefix.tsx
6675
- var import_jsx_runtime89 = require("react/jsx-runtime");
6286
+ var import_jsx_runtime77 = require("react/jsx-runtime");
6676
6287
 
6677
6288
  // src/textbox/templates/textbox-suffix.tsx
6678
- var import_jsx_runtime90 = require("react/jsx-runtime");
6289
+ var import_jsx_runtime78 = require("react/jsx-runtime");
6679
6290
 
6680
6291
  // src/colorgradient/color-input.tsx
6681
- var import_jsx_runtime91 = require("react/jsx-runtime");
6292
+ var import_jsx_runtime79 = require("react/jsx-runtime");
6682
6293
  var COLOR_INPUT_CLASSNAME = "k-colorgradient-inputs";
6683
- var states36 = [];
6684
- var options35 = {};
6685
- var defaultProps36 = {
6294
+ var states32 = [];
6295
+ var options31 = {};
6296
+ var defaultProps31 = {
6686
6297
  mode: "rgba"
6687
6298
  };
6688
6299
  var ColorInput = (props) => {
6689
6300
  const {
6690
- mode = defaultProps36.mode
6301
+ mode = defaultProps31.mode
6691
6302
  } = props;
6692
- return /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6693
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6694
- mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
6695
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6696
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6697
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6303
+ return /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: classNames(COLOR_INPUT_CLASSNAME, "k-hstack"), children: [
6304
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("div", { className: "k-vstack", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Button, { fillMode: "flat", icon: "caret-alt-expand", className: "k-colorgradient-toggle-mode" }) }),
6305
+ mode === "rgba" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6306
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6307
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6308
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6698
6309
  ] }),
6699
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6700
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6701
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6310
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6311
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6312
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6702
6313
  ] }),
6703
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6704
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6705
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6314
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6315
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6316
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6706
6317
  ] }),
6707
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6708
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6709
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6318
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6319
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6320
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6710
6321
  ] })
6711
6322
  ] }),
6712
- mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
6713
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6714
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6715
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6323
+ mode === "rgb" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6324
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6325
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6326
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "R" })
6716
6327
  ] }),
6717
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6718
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6719
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6328
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6329
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6330
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "G" })
6720
6331
  ] }),
6721
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6722
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6723
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6332
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6333
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6334
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "B" })
6724
6335
  ] })
6725
6336
  ] }),
6726
- mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
6727
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6728
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6729
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6337
+ mode === "hsva" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6338
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6339
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6340
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6730
6341
  ] }),
6731
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6732
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6733
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6342
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6343
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6344
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6734
6345
  ] }),
6735
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6736
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6737
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6346
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6347
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6348
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6738
6349
  ] }),
6739
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6740
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6741
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6350
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6351
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "1.00" }),
6352
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "A" })
6742
6353
  ] })
6743
6354
  ] }),
6744
- mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)(import_jsx_runtime91.Fragment, { children: [
6745
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6746
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6747
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6355
+ mode === "hsv" && /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)(import_jsx_runtime79.Fragment, { children: [
6356
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6357
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6358
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "H" })
6748
6359
  ] }),
6749
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6750
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6751
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6360
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6361
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6362
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "S" })
6752
6363
  ] }),
6753
- /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack", children: [
6754
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6755
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6364
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack", children: [
6365
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(NumericTextbox, { showSpinButton: false, showClearButton: false, value: "132" }),
6366
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "V" })
6756
6367
  ] })
6757
6368
  ] }),
6758
- mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(import_jsx_runtime91.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime91.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6759
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6760
- /* @__PURE__ */ (0, import_jsx_runtime91.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6369
+ mode === "hex" && /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_jsx_runtime79.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime79.jsxs)("div", { className: "k-vstack k-flex-1", children: [
6370
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(Textbox, { showClearButton: false, value: "#b88484AA", className: "k-hex-value" }),
6371
+ /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("label", { className: "k-colorgradient-input-label", children: "HEX" })
6761
6372
  ] }) })
6762
6373
  ] });
6763
6374
  };
6764
- ColorInput.states = states36;
6765
- ColorInput.options = options35;
6375
+ ColorInput.states = states32;
6376
+ ColorInput.options = options31;
6766
6377
  ColorInput.className = COLOR_INPUT_CLASSNAME;
6767
- ColorInput.defaultProps = defaultProps36;
6378
+ ColorInput.defaultProps = defaultProps31;
6768
6379
 
6769
6380
  // src/colorgradient/color-contrast.tsx
6770
- var import_jsx_runtime92 = require("react/jsx-runtime");
6381
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6771
6382
  var COLOR_CONTRAST_CLASSNAME = "k-colorgradient-color-contrast";
6772
- var states37 = [];
6773
- var options36 = {};
6774
- var defaultProps37 = {};
6775
- var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6776
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { className: "k-contrast-ratio", children: [
6777
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6778
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6779
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "check" }),
6780
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "check" })
6383
+ var states33 = [];
6384
+ var options32 = {};
6385
+ var defaultProps32 = {};
6386
+ var ColorContrast = () => /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: classNames(COLOR_CONTRAST_CLASSNAME, "k-vbox"), children: [
6387
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { className: "k-contrast-ratio", children: [
6388
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { className: "k-contrast-ratio-text", children: "Contrast ratio: 7.1" }),
6389
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6390
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" }),
6391
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" })
6781
6392
  ] })
6782
6393
  ] }),
6783
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { children: [
6784
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { children: "AA: 4.5" }),
6785
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6394
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { children: [
6395
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "AA: 4.5" }),
6396
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-success", children: [
6786
6397
  "Pass",
6787
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "check" })
6398
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "check" })
6788
6399
  ] })
6789
6400
  ] }),
6790
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("div", { children: [
6791
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)("span", { children: "AAA: 7.0" }),
6792
- /* @__PURE__ */ (0, import_jsx_runtime92.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6401
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("div", { children: [
6402
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)("span", { children: "AAA: 7.0" }),
6403
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsxs)("span", { className: "k-contrast-validation !k-text-error", children: [
6793
6404
  "Fail",
6794
- /* @__PURE__ */ (0, import_jsx_runtime92.jsx)(Icon, { icon: "x" })
6405
+ /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Icon, { icon: "x" })
6795
6406
  ] })
6796
6407
  ] })
6797
6408
  ] });
6798
- ColorContrast.states = states37;
6799
- ColorContrast.options = options36;
6409
+ ColorContrast.states = states33;
6410
+ ColorContrast.options = options32;
6800
6411
  ColorContrast.className = COLOR_CONTRAST_CLASSNAME;
6801
- ColorContrast.defaultProps = defaultProps37;
6412
+ ColorContrast.defaultProps = defaultProps32;
6802
6413
 
6803
6414
  // src/colorgradient/color-gradient.spec.tsx
6804
- var import_jsx_runtime93 = require("react/jsx-runtime");
6415
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6805
6416
  var COLOR_GRADIENT_CLASSNAME = "k-colorgradient";
6806
- var states38 = [
6417
+ var states34 = [
6807
6418
  States.hover,
6808
6419
  States.focus,
6809
6420
  States.readonly,
6810
6421
  States.disabled
6811
6422
  ];
6812
- var options37 = {};
6813
- var defaultProps38 = {
6423
+ var options33 = {};
6424
+ var defaultProps33 = {
6814
6425
  mode: "rgba",
6815
6426
  readonly: false,
6816
6427
  disabled: false,
@@ -6821,20 +6432,20 @@ var defaultProps38 = {
6821
6432
  };
6822
6433
  var ColorGradient = (props) => {
6823
6434
  const {
6824
- mode = defaultProps38.mode,
6825
- readonly = defaultProps38.readonly,
6826
- disabled = defaultProps38.disabled,
6435
+ mode = defaultProps33.mode,
6436
+ readonly = defaultProps33.readonly,
6437
+ disabled = defaultProps33.disabled,
6827
6438
  dir,
6828
- contrast = defaultProps38.contrast,
6439
+ contrast = defaultProps33.contrast,
6829
6440
  hover,
6830
6441
  focus,
6831
6442
  hoverHandle,
6832
6443
  focusHandle,
6833
- gradientStyle = defaultProps38.gradientStyle,
6834
- dragHandleStyle = defaultProps38.dragHandleStyle,
6835
- alphaStyle = defaultProps38.alphaStyle
6444
+ gradientStyle = defaultProps33.gradientStyle,
6445
+ dragHandleStyle = defaultProps33.dragHandleStyle,
6446
+ alphaStyle = defaultProps33.alphaStyle
6836
6447
  } = props;
6837
- return /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: classNames(
6448
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: classNames(
6838
6449
  props.className,
6839
6450
  COLOR_GRADIENT_CLASSNAME,
6840
6451
  stateClassNames(COLOR_GRADIENT_CLASSNAME, {
@@ -6844,8 +6455,8 @@ var ColorGradient = (props) => {
6844
6455
  disabled
6845
6456
  })
6846
6457
  ), dir, children: [
6847
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6848
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime93.jsx)("div", { className: classNames(
6458
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: "k-colorgradient-canvas k-hstack", children: [
6459
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-hsv-rectangle", style: gradientStyle, children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: "k-hsv-gradient", children: /* @__PURE__ */ (0, import_jsx_runtime81.jsx)("div", { className: classNames(
6849
6460
  "k-hsv-draghandle",
6850
6461
  "k-draghandle",
6851
6462
  {
@@ -6853,39 +6464,39 @@ var ColorGradient = (props) => {
6853
6464
  "k-focus": focusHandle
6854
6465
  }
6855
6466
  ), style: dragHandleStyle }) }) }),
6856
- /* @__PURE__ */ (0, import_jsx_runtime93.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
6857
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6858
- mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6467
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsxs)("div", { className: "k-hsv-controls k-hstack", children: [
6468
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SliderGradientVertical, { className: "k-hue-slider", hover: hoverHandle, focus: focusHandle }),
6469
+ mode !== "rgb" && mode !== "hsv" && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(SliderGradientVertical, { className: "k-alpha-slider", hover: hoverHandle, focus: focusHandle, trackStyle: alphaStyle })
6859
6470
  ] })
6860
6471
  ] }),
6861
- /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ColorInput, { mode: props.mode }),
6862
- contrast && /* @__PURE__ */ (0, import_jsx_runtime93.jsx)(ColorContrast, {})
6472
+ /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ColorInput, { mode: props.mode }),
6473
+ contrast && /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(ColorContrast, {})
6863
6474
  ] });
6864
6475
  };
6865
- ColorGradient.states = states38;
6866
- ColorGradient.options = options37;
6476
+ ColorGradient.states = states34;
6477
+ ColorGradient.options = options33;
6867
6478
  ColorGradient.className = COLOR_GRADIENT_CLASSNAME;
6868
- ColorGradient.defaultProps = defaultProps38;
6479
+ ColorGradient.defaultProps = defaultProps33;
6869
6480
 
6870
6481
  // src/colorgradient/templates/colorgradient-normal.tsx
6871
- var import_jsx_runtime94 = require("react/jsx-runtime");
6482
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6872
6483
 
6873
6484
  // src/colorgradient/templates/colorgradient-contrast.tsx
6874
- var import_jsx_runtime95 = require("react/jsx-runtime");
6485
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6875
6486
 
6876
6487
  // src/colorpalette/colorpalette-row.tsx
6877
- var import_jsx_runtime96 = require("react/jsx-runtime");
6878
- var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("tr", { children: props.children });
6488
+ var import_jsx_runtime84 = require("react/jsx-runtime");
6489
+ var ColorPaletteRow = (props) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)("tr", { children: props.children });
6879
6490
 
6880
6491
  // src/colorpalette/colorpalette-tile.tsx
6881
- var import_jsx_runtime97 = require("react/jsx-runtime");
6492
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6882
6493
  var COLORPALETTETILE_CLASSNAME = `k-colorpalette-tile`;
6883
- var states39 = [
6494
+ var states35 = [
6884
6495
  States.hover,
6885
6496
  States.focus,
6886
6497
  States.selected
6887
6498
  ];
6888
- var options38 = {};
6499
+ var options34 = {};
6889
6500
  var ColorPaletteTile = (props) => {
6890
6501
  const {
6891
6502
  color,
@@ -6900,7 +6511,7 @@ var ColorPaletteTile = (props) => {
6900
6511
  "width": tileSize ? tileSize + "px" : "",
6901
6512
  "height": tileSize ? tileSize + "px" : ""
6902
6513
  };
6903
- return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
6514
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6904
6515
  "td",
6905
6516
  {
6906
6517
  ...other,
@@ -6917,24 +6528,24 @@ var ColorPaletteTile = (props) => {
6917
6528
  }
6918
6529
  );
6919
6530
  };
6920
- ColorPaletteTile.states = states39;
6921
- ColorPaletteTile.options = options38;
6531
+ ColorPaletteTile.states = states35;
6532
+ ColorPaletteTile.options = options34;
6922
6533
  ColorPaletteTile.className = COLORPALETTETILE_CLASSNAME;
6923
6534
 
6924
6535
  // src/colorpalette/colorpalette.spec.tsx
6925
- var import_jsx_runtime98 = require("react/jsx-runtime");
6536
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6926
6537
  var COLORPALETTE_CLASSNAME = `k-colorpalette`;
6927
- var states40 = [
6538
+ var states36 = [
6928
6539
  States.disabled
6929
6540
  ];
6930
- var options39 = {};
6931
- var defaultProps39 = {
6541
+ var options35 = {};
6542
+ var defaultProps34 = {
6932
6543
  columns: 10
6933
6544
  };
6934
6545
  var ColorPalette = (props) => {
6935
6546
  const {
6936
6547
  palette,
6937
- columns = defaultProps39.columns,
6548
+ columns = defaultProps34.columns,
6938
6549
  tileSize,
6939
6550
  disabled,
6940
6551
  ...other
@@ -6947,14 +6558,14 @@ var ColorPalette = (props) => {
6947
6558
  Array.from({ length: Math.ceil(colors.length / cols) }, (_, i) => {
6948
6559
  const items = [];
6949
6560
  colors.slice(i * cols, (i + 1) * cols).map((color) => {
6950
- items.push(/* @__PURE__ */ (0, import_jsx_runtime98.jsx)(ColorPaletteTile, { color, tileSize }));
6561
+ items.push(/* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ColorPaletteTile, { color, tileSize }));
6951
6562
  });
6952
- const row = /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(ColorPaletteRow, { children: items });
6563
+ const row = /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(ColorPaletteRow, { children: items });
6953
6564
  newChildren.push(row);
6954
6565
  });
6955
6566
  }
6956
6567
  }
6957
- return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
6568
+ return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6958
6569
  "div",
6959
6570
  {
6960
6571
  ...other,
@@ -6965,17 +6576,17 @@ var ColorPalette = (props) => {
6965
6576
  disabled
6966
6577
  })
6967
6578
  ),
6968
- children: /* @__PURE__ */ (0, import_jsx_runtime98.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6579
+ children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)("table", { className: "k-colorpalette-table", children: newChildren.length > 0 ? newChildren : props.children })
6969
6580
  }
6970
6581
  );
6971
6582
  };
6972
- ColorPalette.states = states40;
6973
- ColorPalette.options = options39;
6583
+ ColorPalette.states = states36;
6584
+ ColorPalette.options = options35;
6974
6585
  ColorPalette.className = COLORPALETTE_CLASSNAME;
6975
- ColorPalette.defaultProps = defaultProps39;
6586
+ ColorPalette.defaultProps = defaultProps34;
6976
6587
 
6977
6588
  // src/colorpalette/templates/colorpalette-normal.tsx
6978
- var import_jsx_runtime99 = require("react/jsx-runtime");
6589
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6979
6590
 
6980
6591
  // src/colorpalette/colorpalette-presets.tsx
6981
6592
  var PALETTEPRESETS = {
@@ -7030,84 +6641,84 @@ var PALETTEPRESETS = {
7030
6641
  };
7031
6642
 
7032
6643
  // src/coloreditor/color-editor.spec.tsx
7033
- var import_jsx_runtime100 = require("react/jsx-runtime");
6644
+ var import_jsx_runtime88 = require("react/jsx-runtime");
7034
6645
  var COLOREDITOR_CLASSNAME = "k-coloreditor";
7035
- var states41 = [
6646
+ var states37 = [
7036
6647
  States.focus
7037
6648
  ];
7038
- var options40 = {};
7039
- var defaultProps40 = {
6649
+ var options36 = {};
6650
+ var defaultProps35 = {
7040
6651
  view: "gradient",
7041
6652
  currentColor: "fuchsia",
7042
6653
  palette: PALETTEPRESETS.office
7043
6654
  };
7044
6655
  var ColorEditor = (props) => {
7045
6656
  const {
7046
- view = defaultProps40.view,
6657
+ view = defaultProps35.view,
7047
6658
  color,
7048
- currentColor = defaultProps40.currentColor,
6659
+ currentColor = defaultProps35.currentColor,
7049
6660
  focus,
7050
6661
  focusView,
7051
6662
  dir,
7052
6663
  group,
7053
- palette = defaultProps40.palette
6664
+ palette = defaultProps35.palette
7054
6665
  } = props;
7055
- return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: classNames(
6666
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: classNames(
7056
6667
  props.className,
7057
6668
  "k-flatcolorpicker",
7058
6669
  COLOREDITOR_CLASSNAME,
7059
6670
  stateClassNames(COLOREDITOR_CLASSNAME, { focus })
7060
6671
  ), dir, children: [
7061
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
7062
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(ButtonGroup, { children: [
7063
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
7064
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
6672
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-header k-hstack", children: [
6673
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-coloreditor-header-actions k-hstack", children: group && /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(ButtonGroup, { children: [
6674
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "droplet-slider", selected: view === "gradient" }),
6675
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "palette", selected: view === "palette" })
7065
6676
  ] }) }),
7066
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-spacer" }),
7067
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
7068
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
7069
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
7070
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
7071
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
6677
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-spacer" }),
6678
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-header-actions k-hstack", children: [
6679
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { fillMode: "flat", icon: "droplet-slash" }),
6680
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)("div", { className: "k-coloreditor-preview k-vstack", children: [
6681
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPreview, { className: "k-coloreditor-preview-color", color }),
6682
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPreview, { className: "k-coloreditor-current-color", color: currentColor })
7072
6683
  ] })
7073
6684
  ] })
7074
6685
  ] }),
7075
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ColorPalette, { palette }) }),
7076
- /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
7077
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
7078
- /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
6686
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)("div", { className: "k-coloreditor-views k-vstack", children: view === "gradient" ? /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorGradient, { focus: focusView }) : /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(ColorPalette, { palette }) }),
6687
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(ActionButtons, { className: "k-coloreditor-footer", alignment: "end", children: [
6688
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { className: "k-coloreditor-cancel", children: "Cancel" }),
6689
+ /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(Button, { themeColor: "primary", className: "k-coloreditor-apply", children: "Apply" })
7079
6690
  ] })
7080
6691
  ] });
7081
6692
  };
7082
- ColorEditor.states = states41;
7083
- ColorEditor.options = options40;
6693
+ ColorEditor.states = states37;
6694
+ ColorEditor.options = options36;
7084
6695
  ColorEditor.className = COLOREDITOR_CLASSNAME;
7085
- ColorEditor.defaultProps = defaultProps40;
6696
+ ColorEditor.defaultProps = defaultProps35;
7086
6697
 
7087
6698
  // src/coloreditor/templates/coloreditor-normal.tsx
7088
- var import_jsx_runtime101 = require("react/jsx-runtime");
6699
+ var import_jsx_runtime89 = require("react/jsx-runtime");
7089
6700
 
7090
6701
  // src/coloreditor/templates/coloreditor-palette.tsx
7091
- var import_jsx_runtime102 = require("react/jsx-runtime");
6702
+ var import_jsx_runtime90 = require("react/jsx-runtime");
7092
6703
 
7093
6704
  // src/coloreditor/templates/coloreditor-group.tsx
7094
- var import_jsx_runtime103 = require("react/jsx-runtime");
6705
+ var import_jsx_runtime91 = require("react/jsx-runtime");
7095
6706
 
7096
6707
  // src/coloreditor/templates/coloreditor-palette-group.tsx
7097
- var import_jsx_runtime104 = require("react/jsx-runtime");
6708
+ var import_jsx_runtime92 = require("react/jsx-runtime");
7098
6709
 
7099
6710
  // src/colorpicker/templates/colorpicker-popup-gradient.tsx
7100
- var import_jsx_runtime105 = require("react/jsx-runtime");
6711
+ var import_jsx_runtime93 = require("react/jsx-runtime");
7101
6712
 
7102
6713
  // src/colorpicker/templates/colorpicker-popup-palette.tsx
7103
- var import_jsx_runtime106 = require("react/jsx-runtime");
6714
+ var import_jsx_runtime94 = require("react/jsx-runtime");
7104
6715
 
7105
6716
  // src/action-sheet/action-sheet.spec.tsx
7106
- var import_jsx_runtime107 = require("react/jsx-runtime");
6717
+ var import_jsx_runtime95 = require("react/jsx-runtime");
7107
6718
  var ACTIONSHEET_CLASSNAME = `k-actionsheet`;
7108
- var states42 = [];
7109
- var options41 = {};
7110
- var defaultProps41 = {
6719
+ var states38 = [];
6720
+ var options37 = {};
6721
+ var defaultProps36 = {
7111
6722
  side: "bottom",
7112
6723
  fullscreen: false,
7113
6724
  adaptive: false,
@@ -7120,14 +6731,14 @@ var ActionSheet = (props) => {
7120
6731
  header,
7121
6732
  footer,
7122
6733
  actions,
7123
- side = defaultProps41.side,
7124
- fullscreen = defaultProps41.fullscreen,
7125
- adaptive = defaultProps41.adaptive,
7126
- overlay = defaultProps41.overlay,
6734
+ side = defaultProps36.side,
6735
+ fullscreen = defaultProps36.fullscreen,
6736
+ adaptive = defaultProps36.adaptive,
6737
+ overlay = defaultProps36.overlay,
7127
6738
  ...other
7128
6739
  } = props;
7129
- const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
7130
- const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
6740
+ const _ActionSheetHeader = title ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetHeader, { title }) : header ? header : Array.isArray(children) && children.find((child) => child.type === ActionSheetHeader);
6741
+ const _ActionSheetFooter = actions ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetFooter, { className: "k-actions", actions }) : footer ? typeof footer === "string" ? /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(ActionSheetFooter, { children: footer }) : footer : Array.isArray(children) && children.find((child) => child.type === ActionSheetFooter);
7131
6742
  const _ActionSheetContent = Array.isArray(children) ? children.filter((child) => {
7132
6743
  switch (child.type) {
7133
6744
  case ActionSheetHeader:
@@ -7137,10 +6748,10 @@ var ActionSheet = (props) => {
7137
6748
  return true;
7138
6749
  }
7139
6750
  return true;
7140
- }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(import_jsx_runtime107.Fragment, {});
7141
- return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)("div", { className: "k-actionsheet-container", children: [
7142
- overlay && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("div", { className: "k-overlay" }),
7143
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6751
+ }) : children.type === ActionSheetItems ? children : /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(import_jsx_runtime95.Fragment, {});
6752
+ return /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)("div", { className: "k-actionsheet-container", children: [
6753
+ overlay && /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: "k-overlay" }),
6754
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7144
6755
  AnimationContainer,
7145
6756
  {
7146
6757
  animationStyle: {
@@ -7150,7 +6761,7 @@ var ActionSheet = (props) => {
7150
6761
  [`${side === "top" || side === "bottom" ? "width" : null}`]: "100%",
7151
6762
  [`${side === "left" || side === "right" ? "height" : null}`]: "100%"
7152
6763
  },
7153
- children: /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
6764
+ children: /* @__PURE__ */ (0, import_jsx_runtime95.jsx)(
7154
6765
  "div",
7155
6766
  {
7156
6767
  ...other,
@@ -7163,9 +6774,9 @@ var ActionSheet = (props) => {
7163
6774
  "k-adaptive-actionsheet": adaptive
7164
6775
  }
7165
6776
  ),
7166
- children: /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
6777
+ children: /* @__PURE__ */ (0, import_jsx_runtime95.jsxs)(import_jsx_runtime95.Fragment, { children: [
7167
6778
  _ActionSheetHeader,
7168
- /* @__PURE__ */ (0, import_jsx_runtime107.jsx)("div", { className: classNames(
6779
+ /* @__PURE__ */ (0, import_jsx_runtime95.jsx)("div", { className: classNames(
7169
6780
  "k-actionsheet-content",
7170
6781
  {
7171
6782
  "!k-overflow-hidden": adaptive
@@ -7179,13 +6790,13 @@ var ActionSheet = (props) => {
7179
6790
  )
7180
6791
  ] });
7181
6792
  };
7182
- ActionSheet.states = states42;
7183
- ActionSheet.options = options41;
6793
+ ActionSheet.states = states38;
6794
+ ActionSheet.options = options37;
7184
6795
  ActionSheet.className = ACTIONSHEET_CLASSNAME;
7185
- ActionSheet.defaultProps = defaultProps41;
6796
+ ActionSheet.defaultProps = defaultProps36;
7186
6797
 
7187
6798
  // src/action-sheet/actionsheet-header.tsx
7188
- var import_jsx_runtime108 = require("react/jsx-runtime");
6799
+ var import_jsx_runtime96 = require("react/jsx-runtime");
7189
6800
  var ACTIONSHEETHEADER_CLASSNAME = `k-actionsheet-titlebar`;
7190
6801
  var ActionSheetHeader = (props) => {
7191
6802
  const {
@@ -7195,7 +6806,7 @@ var ActionSheetHeader = (props) => {
7195
6806
  filter,
7196
6807
  ...other
7197
6808
  } = props;
7198
- return /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(
6809
+ return /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(
7199
6810
  "div",
7200
6811
  {
7201
6812
  ...other,
@@ -7203,30 +6814,30 @@ var ActionSheetHeader = (props) => {
7203
6814
  props.className,
7204
6815
  ACTIONSHEETHEADER_CLASSNAME
7205
6816
  ),
7206
- children: /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)(import_jsx_runtime108.Fragment, { children: [
7207
- /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
7208
- !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_jsx_runtime108.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime108.jsxs)("div", { className: "k-actionsheet-title", children: [
7209
- title !== "" && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("div", { className: "k-text-center", children: title }),
7210
- subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
6817
+ children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)(import_jsx_runtime96.Fragment, { children: [
6818
+ /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-actionsheet-titlebar-group k-hbox", children: [
6819
+ !props.children && (title || subTitle) && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsxs)("div", { className: "k-actionsheet-title", children: [
6820
+ title !== "" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-text-center", children: title }),
6821
+ subTitle !== "" && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-subtitle k-text-center", children: subTitle })
7211
6822
  ] }) }),
7212
- props.children && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
7213
- actions && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_jsx_runtime108.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
6823
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-title", children: props.children }),
6824
+ actions && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-actions", children: actions.map((actionName) => /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Button, { icon: actionName, size: "large", fillMode: "flat" }, actionName)) }) })
7214
6825
  ] }),
7215
- filter && /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(import_jsx_runtime108.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime108.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
6826
+ filter && /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(import_jsx_runtime96.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)("div", { className: "k-actionsheet-titlebar-group k-actionsheet-filter", children: /* @__PURE__ */ (0, import_jsx_runtime96.jsx)(Searchbox, { placeholder: "Filter", size: "large" }) }) })
7216
6827
  ] })
7217
6828
  }
7218
6829
  );
7219
6830
  };
7220
6831
 
7221
6832
  // src/action-sheet/actionsheet-footer.tsx
7222
- var import_jsx_runtime109 = require("react/jsx-runtime");
6833
+ var import_jsx_runtime97 = require("react/jsx-runtime");
7223
6834
  var ACTIONSHEETFOOTER_CLASSNAME = `k-actionsheet-footer`;
7224
6835
  var ActionSheetFooter = (props) => {
7225
6836
  const {
7226
6837
  actions,
7227
6838
  ...other
7228
6839
  } = props;
7229
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(
6840
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(
7230
6841
  action_buttons_spec_default,
7231
6842
  {
7232
6843
  ...other,
@@ -7235,17 +6846,17 @@ var ActionSheetFooter = (props) => {
7235
6846
  ACTIONSHEETFOOTER_CLASSNAME
7236
6847
  ),
7237
6848
  alignment: "stretched",
7238
- children: /* @__PURE__ */ (0, import_jsx_runtime109.jsxs)(import_jsx_runtime109.Fragment, { children: [
6849
+ children: /* @__PURE__ */ (0, import_jsx_runtime97.jsxs)(import_jsx_runtime97.Fragment, { children: [
7239
6850
  actions && actions.map((action, index) => {
7240
6851
  if (action === "|") {
7241
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("span", { className: "k-separator" }, index);
6852
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("span", { className: "k-separator" }, index);
7242
6853
  }
7243
6854
  if (action === " ") {
7244
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)("span", { className: "k-spacer" }, index);
6855
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)("span", { className: "k-spacer" }, index);
7245
6856
  }
7246
6857
  const importantFlag = action.startsWith("!");
7247
6858
  const actionName = importantFlag ? action.substring(1) : action;
7248
- return /* @__PURE__ */ (0, import_jsx_runtime109.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
6859
+ return /* @__PURE__ */ (0, import_jsx_runtime97.jsx)(Button, { text: actionName, size: "large", themeColor: importantFlag ? "primary" : "base" }, index);
7249
6860
  }),
7250
6861
  !actions && props.children
7251
6862
  ] })
@@ -7254,12 +6865,12 @@ var ActionSheetFooter = (props) => {
7254
6865
  };
7255
6866
 
7256
6867
  // src/action-sheet/actionsheet-items.tsx
7257
- var import_jsx_runtime110 = require("react/jsx-runtime");
6868
+ var import_jsx_runtime98 = require("react/jsx-runtime");
7258
6869
  var ActionSheetItems = (props) => {
7259
6870
  const {
7260
6871
  ...other
7261
6872
  } = props;
7262
- return /* @__PURE__ */ (0, import_jsx_runtime110.jsx)(
6873
+ return /* @__PURE__ */ (0, import_jsx_runtime98.jsx)(
7263
6874
  "div",
7264
6875
  {
7265
6876
  ...other,
@@ -7273,8 +6884,8 @@ var ActionSheetItems = (props) => {
7273
6884
  };
7274
6885
 
7275
6886
  // src/action-sheet/actionsheet-item.tsx
7276
- var import_jsx_runtime111 = require("react/jsx-runtime");
7277
- var states43 = [
6887
+ var import_jsx_runtime99 = require("react/jsx-runtime");
6888
+ var states39 = [
7278
6889
  States.hover,
7279
6890
  States.focus,
7280
6891
  States.selected,
@@ -7282,9 +6893,9 @@ var states43 = [
7282
6893
  ];
7283
6894
 
7284
6895
  // src/combobox/combobox.spec.tsx
7285
- var import_jsx_runtime112 = require("react/jsx-runtime");
6896
+ var import_jsx_runtime100 = require("react/jsx-runtime");
7286
6897
  var COMBOBOX_CLASSNAME = `k-combobox`;
7287
- var states44 = [
6898
+ var states40 = [
7288
6899
  States.hover,
7289
6900
  States.focus,
7290
6901
  States.valid,
@@ -7294,12 +6905,12 @@ var states44 = [
7294
6905
  States.disabled,
7295
6906
  States.readonly
7296
6907
  ];
7297
- var defaultProps42 = {
6908
+ var defaultProps37 = {
7298
6909
  size: Input.defaultProps.size,
7299
6910
  rounded: Input.defaultProps.rounded,
7300
6911
  fillMode: Input.defaultProps.fillMode
7301
6912
  };
7302
- var options42 = {
6913
+ var options38 = {
7303
6914
  size: [Size.small, Size.medium, Size.large],
7304
6915
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7305
6916
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
@@ -7327,8 +6938,8 @@ var Combobox = (props) => {
7327
6938
  adaptiveSettings,
7328
6939
  ...other
7329
6940
  } = props;
7330
- return /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(import_jsx_runtime112.Fragment, { children: [
7331
- /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(
6941
+ return /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6942
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(
7332
6943
  Input,
7333
6944
  {
7334
6945
  ...other,
@@ -7345,12 +6956,12 @@ var Combobox = (props) => {
7345
6956
  readonly,
7346
6957
  className: classNames(props.className, COMBOBOX_CLASSNAME),
7347
6958
  children: [
7348
- prefix && /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(import_jsx_runtime112.Fragment, { children: [
7349
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputPrefix, { children: prefix }),
7350
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputSeparator, {})
6959
+ prefix && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6960
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputPrefix, { children: prefix }),
6961
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSeparator, {})
7351
6962
  ] }),
7352
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputInnerInput, { placeholder, value }),
7353
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
6963
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputInnerInput, { placeholder, value }),
6964
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7354
6965
  InputValidationIcon,
7355
6966
  {
7356
6967
  valid,
@@ -7359,14 +6970,14 @@ var Combobox = (props) => {
7359
6970
  disabled
7360
6971
  }
7361
6972
  ),
7362
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
6973
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7363
6974
  InputLoadingIcon,
7364
6975
  {
7365
6976
  loading,
7366
6977
  disabled
7367
6978
  }
7368
6979
  ),
7369
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
6980
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7370
6981
  InputClearValue,
7371
6982
  {
7372
6983
  loading,
@@ -7375,11 +6986,11 @@ var Combobox = (props) => {
7375
6986
  value
7376
6987
  }
7377
6988
  ),
7378
- suffix && /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(import_jsx_runtime112.Fragment, { children: [
7379
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputSeparator, {}),
7380
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(InputSuffix, { children: suffix })
6989
+ suffix && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(import_jsx_runtime100.Fragment, { children: [
6990
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSeparator, {}),
6991
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(InputSuffix, { children: suffix })
7381
6992
  ] }),
7382
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
6993
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7383
6994
  Button,
7384
6995
  {
7385
6996
  className: "k-input-button",
@@ -7392,9 +7003,9 @@ var Combobox = (props) => {
7392
7003
  ]
7393
7004
  }
7394
7005
  ),
7395
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7396
- adaptive && /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7397
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7006
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(Popup, { className: "k-list-container k-combobox-popup", children: popup }),
7007
+ adaptive && /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(ActionSheet, { adaptive: true, ...adaptiveSettings, children: [
7008
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(
7398
7009
  ActionSheetHeader,
7399
7010
  {
7400
7011
  actions: ["x"],
@@ -7402,48 +7013,323 @@ var Combobox = (props) => {
7402
7013
  title: "Select Item"
7403
7014
  }
7404
7015
  ),
7405
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime112.jsxs)(List, { size: "large", children: [
7406
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(ListItem, { text: "List item" }),
7407
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(ListItem, { text: "List item" }),
7408
- /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(ListItem, { text: "List item" })
7409
- ] }) })
7410
- ] })
7411
- ] });
7016
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)("div", { className: "k-list-container", children: /* @__PURE__ */ (0, import_jsx_runtime100.jsxs)(List, { size: "large", children: [
7017
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" }),
7018
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" }),
7019
+ /* @__PURE__ */ (0, import_jsx_runtime100.jsx)(ListItem, { text: "List item" })
7020
+ ] }) })
7021
+ ] })
7022
+ ] });
7023
+ };
7024
+ Combobox.states = states40;
7025
+ Combobox.options = options38;
7026
+ Combobox.className = COMBOBOX_CLASSNAME;
7027
+ Combobox.defaultProps = defaultProps37;
7028
+
7029
+ // src/combobox/templates/combobox-normal.tsx
7030
+ var import_jsx_runtime101 = require("react/jsx-runtime");
7031
+
7032
+ // src/combobox/templates/combobox-popup.tsx
7033
+ var import_jsx_runtime102 = require("react/jsx-runtime");
7034
+
7035
+ // src/combobox/templates/combobox-grouping.tsx
7036
+ var import_jsx_runtime103 = require("react/jsx-runtime");
7037
+
7038
+ // src/combobox/templates/combobox-adaptive.tsx
7039
+ var import_jsx_runtime104 = require("react/jsx-runtime");
7040
+
7041
+ // src/combobox/templates/combobox-prefix.tsx
7042
+ var import_jsx_runtime105 = require("react/jsx-runtime");
7043
+
7044
+ // src/combobox/templates/combobox-suffix.tsx
7045
+ var import_jsx_runtime106 = require("react/jsx-runtime");
7046
+
7047
+ // src/menu-button/menu-button.spec.tsx
7048
+ var import_jsx_runtime107 = require("react/jsx-runtime");
7049
+ var MENUBUTTON_CLASSNAME = `k-menu-button`;
7050
+ var states41 = [
7051
+ States.hover,
7052
+ States.focus,
7053
+ States.active,
7054
+ States.selected,
7055
+ States.disabled
7056
+ ];
7057
+ var options39 = {
7058
+ size: [Size.small, Size.medium, Size.large],
7059
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7060
+ fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
7061
+ themeColor: [
7062
+ ThemeColor.base,
7063
+ ThemeColor.primary,
7064
+ ThemeColor.secondary,
7065
+ ThemeColor.tertiary,
7066
+ ThemeColor.success,
7067
+ ThemeColor.warning,
7068
+ ThemeColor.error,
7069
+ ThemeColor.info,
7070
+ ThemeColor.light,
7071
+ ThemeColor.dark,
7072
+ ThemeColor.inverse
7073
+ ]
7074
+ };
7075
+ var defaultProps38 = {
7076
+ size: Size.medium,
7077
+ rounded: Roundness.medium,
7078
+ fillMode: FillMode.solid,
7079
+ themeColor: ThemeColor.base,
7080
+ showArrow: true,
7081
+ arrowIconName: "caret-alt-down"
7082
+ };
7083
+ var MenuButton = (props) => {
7084
+ const {
7085
+ size = defaultProps38.size,
7086
+ rounded = defaultProps38.rounded,
7087
+ fillMode = defaultProps38.fillMode,
7088
+ themeColor = defaultProps38.themeColor,
7089
+ hover,
7090
+ focus,
7091
+ active,
7092
+ selected,
7093
+ disabled,
7094
+ icon,
7095
+ text,
7096
+ showArrow = defaultProps38.showArrow,
7097
+ arrowIconName = defaultProps38.arrowIconName,
7098
+ popup,
7099
+ opened,
7100
+ ...other
7101
+ } = props;
7102
+ return /* @__PURE__ */ (0, import_jsx_runtime107.jsxs)(import_jsx_runtime107.Fragment, { children: [
7103
+ /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(
7104
+ Button,
7105
+ {
7106
+ ...other,
7107
+ className: classNames(
7108
+ props.className,
7109
+ MENUBUTTON_CLASSNAME
7110
+ ),
7111
+ text,
7112
+ size,
7113
+ rounded,
7114
+ fillMode,
7115
+ themeColor,
7116
+ hover,
7117
+ focus,
7118
+ active,
7119
+ selected,
7120
+ disabled,
7121
+ icon,
7122
+ showArrow,
7123
+ arrowIconName
7124
+ }
7125
+ ),
7126
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime107.jsx)(Popup, { className: "k-menu-popup", children: popup })
7127
+ ] });
7128
+ };
7129
+ MenuButton.states = states41;
7130
+ MenuButton.options = options39;
7131
+ MenuButton.className = MENUBUTTON_CLASSNAME;
7132
+ MenuButton.defaultProps = defaultProps38;
7133
+
7134
+ // src/menu-button/templates/icon-menu-button.tsx
7135
+ var import_jsx_runtime108 = require("react/jsx-runtime");
7136
+
7137
+ // src/menu-button/templates/icon-text-menu-button.tsx
7138
+ var import_jsx_runtime109 = require("react/jsx-runtime");
7139
+
7140
+ // src/menu-button/templates/text-menu-button.tsx
7141
+ var import_jsx_runtime110 = require("react/jsx-runtime");
7142
+
7143
+ // src/menu/menu-item.spec.tsx
7144
+ var import_jsx_runtime111 = require("react/jsx-runtime");
7145
+ var MENUITEM_CLASSNAME = `k-menu-item`;
7146
+ var states42 = [
7147
+ States.hover,
7148
+ States.focus,
7149
+ States.active,
7150
+ States.selected,
7151
+ States.disabled
7152
+ ];
7153
+ var options40 = {};
7154
+ var defaultProps39 = {
7155
+ dir: "ltr"
7156
+ };
7157
+ var MenuItem = (props) => {
7158
+ const {
7159
+ hover,
7160
+ focus,
7161
+ active,
7162
+ selected,
7163
+ disabled,
7164
+ icon,
7165
+ text,
7166
+ showArrow,
7167
+ arrowIconName,
7168
+ dir = defaultProps39.dir,
7169
+ children,
7170
+ ...other
7171
+ } = props;
7172
+ const contentTemplate = /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(import_jsx_runtime111.Fragment, {});
7173
+ if (children) {
7174
+ children.forEach((child) => {
7175
+ const component = child.type;
7176
+ if (component === "MenuItemContent") {
7177
+ contentTemplate.props.children.push(child);
7178
+ return;
7179
+ }
7180
+ });
7181
+ }
7182
+ let expandArrowName = arrowIconName;
7183
+ if (!expandArrowName) {
7184
+ expandArrowName = dir === "rtl" ? "caret-alt-left" : "caret-alt-right";
7185
+ }
7186
+ return /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7187
+ "li",
7188
+ {
7189
+ ...other,
7190
+ className: classNames(
7191
+ props.className,
7192
+ MENUITEM_CLASSNAME,
7193
+ //TODO
7194
+ "k-item",
7195
+ stateClassNames(MENUITEM_CLASSNAME, {
7196
+ focus,
7197
+ disabled
7198
+ })
7199
+ ),
7200
+ children: [
7201
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsxs)(
7202
+ "span",
7203
+ {
7204
+ className: classNames(
7205
+ "k-link k-menu-link",
7206
+ stateClassNames("k-menu-link", {
7207
+ hover,
7208
+ active,
7209
+ selected,
7210
+ disabled
7211
+ })
7212
+ ),
7213
+ children: [
7214
+ icon && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { className: "k-menu-link-icon", icon }),
7215
+ /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-menu-link-text", children: text }),
7216
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime111.jsx)("span", { className: "k-menu-expand-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime111.jsx)(Icon, { icon: expandArrowName }) })
7217
+ ]
7218
+ }
7219
+ ),
7220
+ contentTemplate
7221
+ ]
7222
+ }
7223
+ );
7224
+ };
7225
+ MenuItem.states = states42;
7226
+ MenuItem.options = options40;
7227
+ MenuItem.className = MENUITEM_CLASSNAME;
7228
+ MenuItem.defaultProps = defaultProps39;
7229
+ var menu_item_spec_default = MenuItem;
7230
+
7231
+ // src/menu/menu-separator.spec.tsx
7232
+ var import_jsx_runtime112 = require("react/jsx-runtime");
7233
+ var SEPARATOR_CLASSNAME = `k-separator`;
7234
+ var defaultProps40 = {
7235
+ orientation: "horizontal"
7236
+ };
7237
+ var MenuSeparator = (props) => {
7238
+ const {
7239
+ orientation = defaultProps40.orientation,
7240
+ ...other
7241
+ } = props;
7242
+ return /* @__PURE__ */ (0, import_jsx_runtime112.jsx)(
7243
+ "li",
7244
+ {
7245
+ ...other,
7246
+ className: classNames(
7247
+ props.className,
7248
+ "k-item",
7249
+ SEPARATOR_CLASSNAME,
7250
+ {
7251
+ [`${SEPARATOR_CLASSNAME}-${orientation}`]: orientation
7252
+ }
7253
+ )
7254
+ }
7255
+ );
7256
+ };
7257
+ var menu_separator_spec_default = MenuSeparator;
7258
+
7259
+ // src/menu/menu-item-content.tsx
7260
+ var import_jsx_runtime113 = require("react/jsx-runtime");
7261
+
7262
+ // src/menu/menu-list.spec.tsx
7263
+ var import_jsx_runtime114 = require("react/jsx-runtime");
7264
+ var import_react = require("react");
7265
+ var MENULIST_CLASSNAME = `k-menu-group`;
7266
+ var states43 = [];
7267
+ var options41 = {
7268
+ size: [Size.small, Size.medium, Size.large]
7269
+ };
7270
+ var defaultProps41 = {
7271
+ size: Size.medium,
7272
+ dir: "ltr"
7273
+ };
7274
+ var MenuList = (props) => {
7275
+ const {
7276
+ children,
7277
+ size = defaultProps41.size,
7278
+ dir = defaultProps41.dir,
7279
+ ...other
7280
+ } = props;
7281
+ const listChildren = [];
7282
+ if (children) {
7283
+ if (Array.isArray(children)) {
7284
+ children.map((child, index) => {
7285
+ if (child.type === menu_item_spec_default) {
7286
+ listChildren.push(
7287
+ /* @__PURE__ */ (0, import_react.createElement)(menu_item_spec_default, { ...child.props, dir, key: index })
7288
+ );
7289
+ } else if (child.type === menu_separator_spec_default) {
7290
+ listChildren.push(
7291
+ /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(menu_separator_spec_default, {})
7292
+ );
7293
+ } else {
7294
+ listChildren.push(child);
7295
+ }
7296
+ });
7297
+ }
7298
+ }
7299
+ return /* @__PURE__ */ (0, import_jsx_runtime114.jsx)(
7300
+ "ul",
7301
+ {
7302
+ ...other,
7303
+ className: classNames(
7304
+ props.className,
7305
+ MENULIST_CLASSNAME,
7306
+ optionClassNames(MENULIST_CLASSNAME, {
7307
+ size
7308
+ })
7309
+ ),
7310
+ children: listChildren
7311
+ }
7312
+ );
7412
7313
  };
7413
- Combobox.states = states44;
7414
- Combobox.options = options42;
7415
- Combobox.className = COMBOBOX_CLASSNAME;
7416
- Combobox.defaultProps = defaultProps42;
7417
-
7418
- // src/combobox/templates/combobox-normal.tsx
7419
- var import_jsx_runtime113 = require("react/jsx-runtime");
7420
-
7421
- // src/combobox/templates/combobox-popup.tsx
7422
- var import_jsx_runtime114 = require("react/jsx-runtime");
7314
+ MenuList.states = states43;
7315
+ MenuList.options = options41;
7316
+ MenuList.className = MENULIST_CLASSNAME;
7317
+ MenuList.defaultProps = defaultProps41;
7423
7318
 
7424
- // src/combobox/templates/combobox-grouping.tsx
7319
+ // src/menu-button/templates/menu-button-popup.tsx
7425
7320
  var import_jsx_runtime115 = require("react/jsx-runtime");
7426
7321
 
7427
- // src/combobox/templates/combobox-adaptive.tsx
7322
+ // src/split-button/split-button.spec.tsx
7428
7323
  var import_jsx_runtime116 = require("react/jsx-runtime");
7429
-
7430
- // src/combobox/templates/combobox-prefix.tsx
7431
- var import_jsx_runtime117 = require("react/jsx-runtime");
7432
-
7433
- // src/combobox/templates/combobox-suffix.tsx
7434
- var import_jsx_runtime118 = require("react/jsx-runtime");
7435
-
7436
- // src/menu-button/menu-button.spec.tsx
7437
- var import_jsx_runtime119 = require("react/jsx-runtime");
7438
- var MENUBUTTON_CLASSNAME = `k-menu-button`;
7439
- var states45 = [
7324
+ var SPLITBUTTON_CLASSNAME = `k-split-button`;
7325
+ var states44 = [
7440
7326
  States.hover,
7441
7327
  States.focus,
7442
7328
  States.active,
7443
7329
  States.selected,
7444
7330
  States.disabled
7445
7331
  ];
7446
- var options43 = {
7332
+ var options42 = {
7447
7333
  size: [Size.small, Size.medium, Size.large],
7448
7334
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7449
7335
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -7461,20 +7347,19 @@ var options43 = {
7461
7347
  ThemeColor.inverse
7462
7348
  ]
7463
7349
  };
7464
- var defaultProps43 = {
7350
+ var defaultProps42 = {
7465
7351
  size: Size.medium,
7466
7352
  rounded: Roundness.medium,
7467
7353
  fillMode: FillMode.solid,
7468
7354
  themeColor: ThemeColor.base,
7469
- showArrow: true,
7470
7355
  arrowIconName: "caret-alt-down"
7471
7356
  };
7472
- var MenuButton = (props) => {
7357
+ var SplitButton = (props) => {
7473
7358
  const {
7474
- size = defaultProps43.size,
7475
- rounded = defaultProps43.rounded,
7476
- fillMode = defaultProps43.fillMode,
7477
- themeColor = defaultProps43.themeColor,
7359
+ size = defaultProps42.size,
7360
+ rounded = defaultProps42.rounded,
7361
+ fillMode = defaultProps42.fillMode,
7362
+ themeColor = defaultProps42.themeColor,
7478
7363
  hover,
7479
7364
  focus,
7480
7365
  active,
@@ -7482,71 +7367,80 @@ var MenuButton = (props) => {
7482
7367
  disabled,
7483
7368
  icon,
7484
7369
  text,
7485
- showArrow = defaultProps43.showArrow,
7486
- arrowIconName = defaultProps43.arrowIconName,
7370
+ arrowIconName = defaultProps42.arrowIconName,
7487
7371
  popup,
7488
7372
  opened,
7489
7373
  ...other
7490
7374
  } = props;
7491
- return /* @__PURE__ */ (0, import_jsx_runtime119.jsxs)(import_jsx_runtime119.Fragment, { children: [
7492
- /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(
7493
- Button,
7375
+ return /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(import_jsx_runtime116.Fragment, { children: [
7376
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsxs)(
7377
+ "div",
7494
7378
  {
7495
7379
  ...other,
7496
7380
  className: classNames(
7497
7381
  props.className,
7498
- MENUBUTTON_CLASSNAME
7382
+ SPLITBUTTON_CLASSNAME,
7383
+ "k-button-group",
7384
+ optionClassNames(SPLITBUTTON_CLASSNAME, {
7385
+ rounded
7386
+ })
7499
7387
  ),
7500
- text,
7501
- size,
7502
- rounded,
7503
- fillMode,
7504
- themeColor,
7505
- hover,
7506
- focus,
7507
- active,
7508
- selected,
7509
- disabled,
7510
- icon,
7511
- showArrow,
7512
- arrowIconName
7388
+ children: [
7389
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7390
+ Button,
7391
+ {
7392
+ text,
7393
+ icon,
7394
+ size,
7395
+ rounded,
7396
+ fillMode,
7397
+ themeColor,
7398
+ hover,
7399
+ focus,
7400
+ active,
7401
+ selected,
7402
+ disabled,
7403
+ children: props.children
7404
+ }
7405
+ ),
7406
+ /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(
7407
+ Button,
7408
+ {
7409
+ className: "k-split-button-arrow",
7410
+ icon: arrowIconName,
7411
+ size,
7412
+ rounded,
7413
+ fillMode,
7414
+ disabled
7415
+ }
7416
+ )
7417
+ ]
7513
7418
  }
7514
7419
  ),
7515
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime119.jsx)(Popup, { className: "k-menu-popup", children: popup })
7420
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime116.jsx)(Popup, { className: "k-menu-popup", children: popup })
7516
7421
  ] });
7517
7422
  };
7518
- MenuButton.states = states45;
7519
- MenuButton.options = options43;
7520
- MenuButton.className = MENUBUTTON_CLASSNAME;
7521
- MenuButton.defaultProps = defaultProps43;
7522
-
7523
- // src/menu-button/templates/icon-menu-button.tsx
7524
- var import_jsx_runtime120 = require("react/jsx-runtime");
7525
-
7526
- // src/menu-button/templates/icon-text-menu-button.tsx
7527
- var import_jsx_runtime121 = require("react/jsx-runtime");
7528
-
7529
- // src/menu-button/templates/text-menu-button.tsx
7530
- var import_jsx_runtime122 = require("react/jsx-runtime");
7531
-
7532
- // src/menu-button/templates/menu-button-popup.tsx
7533
- var import_jsx_runtime123 = require("react/jsx-runtime");
7423
+ SplitButton.states = states44;
7424
+ SplitButton.options = options42;
7425
+ SplitButton.className = SPLITBUTTON_CLASSNAME;
7426
+ SplitButton.defaultProps = defaultProps42;
7427
+ var split_button_spec_default = SplitButton;
7534
7428
 
7535
7429
  // src/toolbar/toolbar.spec.tsx
7536
- var import_jsx_runtime124 = require("react/jsx-runtime");
7430
+ var import_jsx_runtime117 = require("react/jsx-runtime");
7537
7431
  var TOOLBAR_CLASSNAME = `k-toolbar`;
7538
- var states46 = [
7432
+ var states45 = [
7539
7433
  States.focus
7540
7434
  ];
7541
- var options44 = {
7435
+ var options43 = {
7542
7436
  size: [Size.small, Size.medium, Size.large]
7543
7437
  };
7544
- var defaultProps44 = {
7438
+ var defaultProps43 = {
7545
7439
  size: Size.medium
7546
7440
  };
7547
7441
  var Toolbar = (props) => {
7548
7442
  const {
7549
- size = defaultProps44.size,
7443
+ size = defaultProps43.size,
7550
7444
  focus,
7551
7445
  resizable,
7552
7446
  ...other
@@ -7556,7 +7450,7 @@ var Toolbar = (props) => {
7556
7450
  const tempToolbarChildren = [];
7557
7451
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7558
7452
  tempToolbarChildren.push(
7559
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7453
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7560
7454
  Button,
7561
7455
  {
7562
7456
  ...child.props,
@@ -7567,7 +7461,7 @@ var Toolbar = (props) => {
7567
7461
  );
7568
7462
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7569
7463
  tempToolbarChildren.push(
7570
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7464
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7571
7465
  Button,
7572
7466
  {
7573
7467
  ...child.props,
@@ -7578,7 +7472,7 @@ var Toolbar = (props) => {
7578
7472
  );
7579
7473
  } else if (child.type === Button) {
7580
7474
  tempToolbarChildren.push(
7581
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7475
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7582
7476
  Button,
7583
7477
  {
7584
7478
  ...child.props,
@@ -7589,7 +7483,7 @@ var Toolbar = (props) => {
7589
7483
  );
7590
7484
  } else if (child.type === MenuButton) {
7591
7485
  tempToolbarChildren.push(
7592
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7486
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7593
7487
  MenuButton,
7594
7488
  {
7595
7489
  ...child.props,
@@ -7600,7 +7494,7 @@ var Toolbar = (props) => {
7600
7494
  );
7601
7495
  } else if (child.type === split_button_spec_default) {
7602
7496
  tempToolbarChildren.push(
7603
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7497
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7604
7498
  split_button_spec_default,
7605
7499
  {
7606
7500
  ...child.props,
@@ -7614,7 +7508,7 @@ var Toolbar = (props) => {
7614
7508
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7615
7509
  childrenArray.forEach((button, bindex) => {
7616
7510
  buttonGroupItems.push(
7617
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7511
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7618
7512
  Button,
7619
7513
  {
7620
7514
  ...button.props,
@@ -7625,7 +7519,7 @@ var Toolbar = (props) => {
7625
7519
  );
7626
7520
  });
7627
7521
  tempToolbarChildren.push(
7628
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7522
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7629
7523
  ButtonGroup,
7630
7524
  {
7631
7525
  ...child.props,
@@ -7637,7 +7531,7 @@ var Toolbar = (props) => {
7637
7531
  );
7638
7532
  } else if (child.type === Combobox) {
7639
7533
  tempToolbarChildren.push(
7640
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7534
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7641
7535
  Combobox,
7642
7536
  {
7643
7537
  ...child.props,
@@ -7648,7 +7542,7 @@ var Toolbar = (props) => {
7648
7542
  );
7649
7543
  } else if (child.type === DropdownList) {
7650
7544
  tempToolbarChildren.push(
7651
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7545
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7652
7546
  DropdownList,
7653
7547
  {
7654
7548
  ...child.props,
@@ -7659,7 +7553,7 @@ var Toolbar = (props) => {
7659
7553
  );
7660
7554
  } else if (child.type === ColorPicker) {
7661
7555
  tempToolbarChildren.push(
7662
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7556
+ /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7663
7557
  ColorPicker,
7664
7558
  {
7665
7559
  ...child.props,
@@ -7681,7 +7575,7 @@ var Toolbar = (props) => {
7681
7575
  addUniqueToolClass(child, index);
7682
7576
  });
7683
7577
  }
7684
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
7578
+ return /* @__PURE__ */ (0, import_jsx_runtime117.jsx)(
7685
7579
  "div",
7686
7580
  {
7687
7581
  ...other,
@@ -7702,26 +7596,26 @@ var Toolbar = (props) => {
7702
7596
  }
7703
7597
  );
7704
7598
  };
7705
- Toolbar.states = states46;
7706
- Toolbar.options = options44;
7599
+ Toolbar.states = states45;
7600
+ Toolbar.options = options43;
7707
7601
  Toolbar.className = TOOLBAR_CLASSNAME;
7708
- Toolbar.defaultProps = defaultProps44;
7602
+ Toolbar.defaultProps = defaultProps43;
7709
7603
 
7710
7604
  // src/toolbar/toolbar-angular.spec.tsx
7711
- var import_jsx_runtime125 = require("react/jsx-runtime");
7605
+ var import_jsx_runtime118 = require("react/jsx-runtime");
7712
7606
  var TOOLBARANGULAR_CLASSNAME = `k-toolbar`;
7713
- var states47 = [
7607
+ var states46 = [
7714
7608
  States.focus
7715
7609
  ];
7716
- var options45 = {
7610
+ var options44 = {
7717
7611
  size: [Size.small, Size.medium, Size.large]
7718
7612
  };
7719
- var defaultProps45 = {
7613
+ var defaultProps44 = {
7720
7614
  size: Size.medium
7721
7615
  };
7722
7616
  var ToolbarAngular = (props) => {
7723
7617
  const {
7724
- size = defaultProps45.size,
7618
+ size = defaultProps44.size,
7725
7619
  focus,
7726
7620
  resizable,
7727
7621
  ...other
@@ -7731,7 +7625,7 @@ var ToolbarAngular = (props) => {
7731
7625
  const tempToolbarChildren = [];
7732
7626
  if (child.type === Button && child.props.className && child.props.className.includes("k-toolbar-overflow-button")) {
7733
7627
  tempToolbarChildren.push(
7734
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7628
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7735
7629
  Button,
7736
7630
  {
7737
7631
  ...child.props,
@@ -7742,7 +7636,7 @@ var ToolbarAngular = (props) => {
7742
7636
  );
7743
7637
  } else if (child.type === Button && child.props.className && child.props.className.includes("k-toggle-button")) {
7744
7638
  tempToolbarChildren.push(
7745
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7639
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7746
7640
  Button,
7747
7641
  {
7748
7642
  ...child.props,
@@ -7753,7 +7647,7 @@ var ToolbarAngular = (props) => {
7753
7647
  );
7754
7648
  } else if (child.type === Button) {
7755
7649
  tempToolbarChildren.push(
7756
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7650
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7757
7651
  Button,
7758
7652
  {
7759
7653
  ...child.props,
@@ -7764,7 +7658,7 @@ var ToolbarAngular = (props) => {
7764
7658
  );
7765
7659
  } else if (child.type === MenuButton) {
7766
7660
  tempToolbarChildren.push(
7767
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7661
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7768
7662
  MenuButton,
7769
7663
  {
7770
7664
  ...child.props,
@@ -7775,7 +7669,7 @@ var ToolbarAngular = (props) => {
7775
7669
  );
7776
7670
  } else if (child.type === split_button_spec_default) {
7777
7671
  tempToolbarChildren.push(
7778
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7672
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7779
7673
  split_button_spec_default,
7780
7674
  {
7781
7675
  ...child.props,
@@ -7789,7 +7683,7 @@ var ToolbarAngular = (props) => {
7789
7683
  const childrenArray = Array.isArray(child.props.children) ? child.props.children : [child.props.children];
7790
7684
  childrenArray.forEach((button, bindex) => {
7791
7685
  buttonGroupItems.push(
7792
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7686
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7793
7687
  Button,
7794
7688
  {
7795
7689
  ...button.props,
@@ -7800,7 +7694,7 @@ var ToolbarAngular = (props) => {
7800
7694
  );
7801
7695
  });
7802
7696
  tempToolbarChildren.push(
7803
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7697
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7804
7698
  ButtonGroup,
7805
7699
  {
7806
7700
  ...child.props,
@@ -7812,7 +7706,7 @@ var ToolbarAngular = (props) => {
7812
7706
  );
7813
7707
  } else if (child.type === Combobox) {
7814
7708
  tempToolbarChildren.push(
7815
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7709
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7816
7710
  Combobox,
7817
7711
  {
7818
7712
  ...child.props,
@@ -7823,7 +7717,7 @@ var ToolbarAngular = (props) => {
7823
7717
  );
7824
7718
  } else if (child.type === DropdownList) {
7825
7719
  tempToolbarChildren.push(
7826
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7720
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7827
7721
  DropdownList,
7828
7722
  {
7829
7723
  ...child.props,
@@ -7834,7 +7728,7 @@ var ToolbarAngular = (props) => {
7834
7728
  );
7835
7729
  } else if (child.type === ColorPicker) {
7836
7730
  tempToolbarChildren.push(
7837
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7731
+ /* @__PURE__ */ (0, import_jsx_runtime118.jsx)("div", { className: "k-toolbar-renderer", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7838
7732
  ColorPicker,
7839
7733
  {
7840
7734
  ...child.props,
@@ -7856,7 +7750,7 @@ var ToolbarAngular = (props) => {
7856
7750
  addUniqueToolClass(child, index);
7857
7751
  });
7858
7752
  }
7859
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
7753
+ return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
7860
7754
  "div",
7861
7755
  {
7862
7756
  ...other,
@@ -7877,28 +7771,28 @@ var ToolbarAngular = (props) => {
7877
7771
  }
7878
7772
  );
7879
7773
  };
7880
- ToolbarAngular.states = states47;
7881
- ToolbarAngular.options = options45;
7774
+ ToolbarAngular.states = states46;
7775
+ ToolbarAngular.options = options44;
7882
7776
  ToolbarAngular.className = TOOLBARANGULAR_CLASSNAME;
7883
- ToolbarAngular.defaultProps = defaultProps45;
7777
+ ToolbarAngular.defaultProps = defaultProps44;
7884
7778
 
7885
7779
  // src/toolbar/toolbar-separator.tsx
7886
- var import_jsx_runtime126 = require("react/jsx-runtime");
7780
+ var import_jsx_runtime119 = require("react/jsx-runtime");
7887
7781
 
7888
7782
  // src/toolbar/toolbar-item.spec.tsx
7889
- var import_jsx_runtime127 = require("react/jsx-runtime");
7783
+ var import_jsx_runtime120 = require("react/jsx-runtime");
7890
7784
  var TOOLBARITEM_CLASSNAME = `k-toolbar-item`;
7891
- var states48 = [
7785
+ var states47 = [
7892
7786
  States.focus
7893
7787
  ];
7894
- var options46 = {};
7895
- var defaultProps46 = {};
7788
+ var options45 = {};
7789
+ var defaultProps45 = {};
7896
7790
  var ToolbarItem = (props) => {
7897
7791
  const {
7898
7792
  focus,
7899
7793
  ...other
7900
7794
  } = props;
7901
- return /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
7795
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
7902
7796
  "div",
7903
7797
  {
7904
7798
  ...other,
@@ -7913,20 +7807,20 @@ var ToolbarItem = (props) => {
7913
7807
  }
7914
7808
  );
7915
7809
  };
7916
- ToolbarItem.states = states48;
7917
- ToolbarItem.options = options46;
7810
+ ToolbarItem.states = states47;
7811
+ ToolbarItem.options = options45;
7918
7812
  ToolbarItem.className = TOOLBARITEM_CLASSNAME;
7919
- ToolbarItem.defaultProps = defaultProps46;
7813
+ ToolbarItem.defaultProps = defaultProps45;
7920
7814
 
7921
7815
  // src/toolbar/toolbar-popup.spec.tsx
7922
- var import_jsx_runtime128 = require("react/jsx-runtime");
7816
+ var import_jsx_runtime121 = require("react/jsx-runtime");
7923
7817
  var TOOLBARPOPUP_CLASSNAME = `k-toolbar-popup`;
7924
- var states49 = [];
7925
- var options47 = {};
7926
- var defaultProps47 = {};
7818
+ var states48 = [];
7819
+ var options46 = {};
7820
+ var defaultProps46 = {};
7927
7821
  var ToolbarPopup = (props) => {
7928
7822
  const { ...other } = props;
7929
- return /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
7823
+ return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
7930
7824
  Popup,
7931
7825
  {
7932
7826
  ...other,
@@ -7938,51 +7832,156 @@ var ToolbarPopup = (props) => {
7938
7832
  }
7939
7833
  );
7940
7834
  };
7941
- ToolbarPopup.states = states49;
7942
- ToolbarPopup.options = options47;
7835
+ ToolbarPopup.states = states48;
7836
+ ToolbarPopup.options = options46;
7943
7837
  ToolbarPopup.className = TOOLBARPOPUP_CLASSNAME;
7944
- ToolbarPopup.defaultProps = defaultProps47;
7838
+ ToolbarPopup.defaultProps = defaultProps46;
7839
+
7840
+ // src/split-button/templates/icon-split-button.tsx
7841
+ var import_jsx_runtime122 = require("react/jsx-runtime");
7842
+
7843
+ // src/split-button/templates/icon-text-split-button.tsx
7844
+ var import_jsx_runtime123 = require("react/jsx-runtime");
7845
+
7846
+ // src/split-button/templates/text-split-button.tsx
7847
+ var import_jsx_runtime124 = require("react/jsx-runtime");
7848
+
7849
+ // src/split-button/templates/split-button-popup.tsx
7850
+ var import_jsx_runtime125 = require("react/jsx-runtime");
7945
7851
 
7946
7852
  // src/toolbar/templates/toolbar-normal.tsx
7947
- var import_jsx_runtime129 = require("react/jsx-runtime");
7853
+ var import_jsx_runtime126 = require("react/jsx-runtime");
7948
7854
 
7949
7855
  // src/toolbar/templates/toolbar-resizable.tsx
7950
- var import_jsx_runtime130 = require("react/jsx-runtime");
7856
+ var import_jsx_runtime127 = require("react/jsx-runtime");
7951
7857
 
7952
7858
  // src/toolbar/templates/toolbar-angular-normal.tsx
7953
- var import_jsx_runtime131 = require("react/jsx-runtime");
7859
+ var import_jsx_runtime128 = require("react/jsx-runtime");
7954
7860
 
7955
7861
  // src/toolbar/templates/toolbar-angular-resizable.tsx
7956
- var import_jsx_runtime132 = require("react/jsx-runtime");
7862
+ var import_jsx_runtime129 = require("react/jsx-runtime");
7957
7863
 
7958
7864
  // src/filemanager/filemanager-toolbar.spec.tsx
7959
- var import_jsx_runtime133 = require("react/jsx-runtime");
7865
+ var import_jsx_runtime130 = require("react/jsx-runtime");
7960
7866
  var FILEMANAGERTOOLBAR_CLASSNAME = `k-filemanager-toolbar`;
7961
- var states50 = [];
7962
- var options48 = {};
7963
- var defaultProps48 = {};
7867
+ var states49 = [];
7868
+ var options47 = {};
7869
+ var defaultProps47 = {};
7964
7870
  var FileManagerToolbar = (props) => {
7965
7871
  const {
7966
7872
  children,
7967
7873
  ...other
7968
7874
  } = props;
7969
- return /* @__PURE__ */ (0, import_jsx_runtime133.jsx)(
7875
+ return /* @__PURE__ */ (0, import_jsx_runtime130.jsx)(
7970
7876
  Toolbar,
7971
7877
  {
7878
+ ...other,
7972
7879
  className: classNames(
7973
7880
  props.className,
7974
7881
  FILEMANAGERTOOLBAR_CLASSNAME
7975
7882
  ),
7976
- ...other,
7977
7883
  children
7978
7884
  }
7979
7885
  );
7980
7886
  };
7981
- FileManagerToolbar.states = states50;
7982
- FileManagerToolbar.options = options48;
7887
+ FileManagerToolbar.states = states49;
7888
+ FileManagerToolbar.options = options47;
7983
7889
  FileManagerToolbar.className = FILEMANAGERTOOLBAR_CLASSNAME;
7984
- FileManagerToolbar.defaultProps = defaultProps48;
7985
- var filemanager_toolbar_spec_default = FileManagerToolbar;
7890
+ FileManagerToolbar.defaultProps = defaultProps47;
7891
+
7892
+ // src/switch/switch.spec.tsx
7893
+ var import_jsx_runtime131 = require("react/jsx-runtime");
7894
+ var SWITCH_CLASSNAME = `k-switch`;
7895
+ var states50 = [
7896
+ States.hover,
7897
+ States.focus,
7898
+ States.disabled,
7899
+ States.checked
7900
+ ];
7901
+ var options48 = {
7902
+ size: [Size.small, Size.medium, Size.large],
7903
+ trackRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
7904
+ thumbRounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
7905
+ };
7906
+ var defaultProps48 = {
7907
+ size: Size.medium,
7908
+ trackRounded: Roundness.full,
7909
+ thumbRounded: Roundness.full
7910
+ };
7911
+ var Switch = (props) => {
7912
+ const {
7913
+ checked,
7914
+ onLabel,
7915
+ offLabel,
7916
+ size = defaultProps48.size,
7917
+ trackRounded = defaultProps48.trackRounded,
7918
+ thumbRounded = defaultProps48.thumbRounded,
7919
+ hover,
7920
+ focus,
7921
+ disabled,
7922
+ ...other
7923
+ } = props;
7924
+ return /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
7925
+ "span",
7926
+ {
7927
+ ...other,
7928
+ className: classNames(
7929
+ props.className,
7930
+ SWITCH_CLASSNAME,
7931
+ optionClassNames(SWITCH_CLASSNAME, {
7932
+ size
7933
+ }),
7934
+ stateClassNames(SWITCH_CLASSNAME, {
7935
+ hover,
7936
+ focus,
7937
+ disabled
7938
+ }),
7939
+ {
7940
+ [`${SWITCH_CLASSNAME}-on`]: checked,
7941
+ [`${SWITCH_CLASSNAME}-off`]: !checked
7942
+ }
7943
+ ),
7944
+ children: [
7945
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsxs)(
7946
+ "span",
7947
+ {
7948
+ className: classNames(
7949
+ "k-switch-track",
7950
+ optionClassNames(SWITCH_CLASSNAME, {
7951
+ rounded: trackRounded
7952
+ })
7953
+ ),
7954
+ children: [
7955
+ onLabel && /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
7956
+ offLabel && /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("span", { className: "k-switch-label-off", children: offLabel })
7957
+ ]
7958
+ }
7959
+ ),
7960
+ /* @__PURE__ */ (0, import_jsx_runtime131.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime131.jsx)(
7961
+ "span",
7962
+ {
7963
+ className: classNames(
7964
+ "k-switch-thumb",
7965
+ optionClassNames(SWITCH_CLASSNAME, {
7966
+ rounded: thumbRounded
7967
+ })
7968
+ )
7969
+ }
7970
+ ) })
7971
+ ]
7972
+ }
7973
+ );
7974
+ };
7975
+ Switch.states = states50;
7976
+ Switch.options = options48;
7977
+ Switch.className = SWITCH_CLASSNAME;
7978
+ Switch.defaultProps = defaultProps48;
7979
+
7980
+ // src/switch/templates/switch-normal.tsx
7981
+ var import_jsx_runtime132 = require("react/jsx-runtime");
7982
+
7983
+ // src/switch/templates/switch-checked.tsx
7984
+ var import_jsx_runtime133 = require("react/jsx-runtime");
7986
7985
 
7987
7986
  // src/filemanager/filemanager.spec.tsx
7988
7987
  var import_jsx_runtime134 = require("react/jsx-runtime");
@@ -7991,7 +7990,7 @@ var states51 = [
7991
7990
  States.disabled
7992
7991
  ];
7993
7992
  var options49 = {};
7994
- var defaultToolbar = /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(import_jsx_runtime134.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(filemanager_toolbar_spec_default, { children: [
7993
+ var defaultToolbar = /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(import_jsx_runtime134.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(FileManagerToolbar, { children: [
7995
7994
  /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(Button, { children: "New Folder" }),
7996
7995
  /* @__PURE__ */ (0, import_jsx_runtime134.jsx)(Button, { children: "Upload" }),
7997
7996
  /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)(ButtonGroup, { children: [
@@ -8016,7 +8015,7 @@ var defaultProps49 = {
8016
8015
  var FileManager = (props) => {
8017
8016
  const {
8018
8017
  disabled,
8019
- toolbar
8018
+ toolbar = defaultProps49.toolbar
8020
8019
  } = props;
8021
8020
  return /* @__PURE__ */ (0, import_jsx_runtime134.jsxs)("div", { className: classNames(
8022
8021
  props.className,