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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/dist/cjs/daterangepicker/daterangepicker.spec.js +206 -203
  2. package/dist/cjs/daterangepicker/templates/daterangepicker-adaptive.js +208 -205
  3. package/dist/cjs/daterangepicker/templates/daterangepicker-normal.js +208 -205
  4. package/dist/cjs/daterangepicker/templates/daterangepicker-popup.js +208 -205
  5. package/dist/cjs/daterangepicker/tests/daterangepicker-adaptive.js +218 -215
  6. package/dist/cjs/daterangepicker/tests/daterangepicker-flat.js +227 -224
  7. package/dist/cjs/daterangepicker/tests/daterangepicker-opened.js +218 -215
  8. package/dist/cjs/daterangepicker/tests/daterangepicker-outline.js +227 -224
  9. package/dist/cjs/daterangepicker/tests/daterangepicker-size-rounded.js +221 -218
  10. package/dist/cjs/daterangepicker/tests/daterangepicker-solid.js +227 -224
  11. package/dist/cjs/floating-label/templates/floating-label-normal.js +115 -0
  12. package/dist/cjs/floating-label/tests/floating-label-flat.js +87 -1136
  13. package/dist/cjs/floating-label/tests/floating-label-outline.js +87 -1136
  14. package/dist/cjs/floating-label/tests/floating-label-solid.js +4929 -0
  15. package/dist/cjs/form/tests/form-field-dateinputs.js +149 -146
  16. package/dist/cjs/form/tests/form-field-inputs-rtl.js +233 -230
  17. package/dist/cjs/form/tests/form-field-inputs.js +234 -231
  18. package/dist/cjs/index.js +2415 -2409
  19. package/dist/cjs/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7103 -0
  20. package/dist/cjs/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
  21. package/dist/cjs/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-file-dialogs.js} +1113 -922
  22. package/dist/cjs/spreadsheet/tests/spreadsheet-filtering.js +7088 -0
  23. package/dist/cjs/spreadsheet/tests/spreadsheet-find-replace-dialog.js +5858 -0
  24. package/dist/cjs/spreadsheet/tests/spreadsheet-format-dialogs.js +7385 -0
  25. package/dist/cjs/spreadsheet/tests/spreadsheet-formula-dialog.js +5824 -0
  26. package/dist/cjs/spreadsheet/tests/spreadsheet-formula.js +7062 -0
  27. package/dist/cjs/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
  28. package/dist/cjs/spreadsheet/tests/spreadsheet-jquery.js +7133 -0
  29. package/dist/cjs/spreadsheet/tests/spreadsheet-print.js +6285 -0
  30. package/dist/cjs/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-row-contextmenu.js} +733 -784
  31. package/dist/cjs/spreadsheet/tests/spreadsheet-sheets-bar.js +5518 -0
  32. package/dist/cjs/spreadsheet/tests/spreadsheet-tools.js +6989 -0
  33. package/dist/cjs/spreadsheet/tests/spreadsheet.js +660 -708
  34. package/dist/esm/daterangepicker/daterangepicker.spec.js +170 -167
  35. package/dist/esm/daterangepicker/templates/daterangepicker-adaptive.js +172 -169
  36. package/dist/esm/daterangepicker/templates/daterangepicker-normal.js +172 -169
  37. package/dist/esm/daterangepicker/templates/daterangepicker-popup.js +172 -169
  38. package/dist/esm/daterangepicker/tests/daterangepicker-adaptive.js +180 -177
  39. package/dist/esm/daterangepicker/tests/daterangepicker-flat.js +186 -183
  40. package/dist/esm/daterangepicker/tests/daterangepicker-opened.js +180 -177
  41. package/dist/esm/daterangepicker/tests/daterangepicker-outline.js +186 -183
  42. package/dist/esm/daterangepicker/tests/daterangepicker-size-rounded.js +182 -179
  43. package/dist/esm/daterangepicker/tests/daterangepicker-solid.js +186 -183
  44. package/dist/esm/floating-label/templates/floating-label-normal.js +93 -0
  45. package/dist/esm/floating-label/tests/floating-label-flat.js +84 -1133
  46. package/dist/esm/floating-label/tests/floating-label-outline.js +84 -1133
  47. package/dist/esm/floating-label/tests/floating-label-solid.js +4913 -0
  48. package/dist/esm/form/tests/form-field-dateinputs.js +123 -120
  49. package/dist/esm/form/tests/form-field-inputs-rtl.js +194 -191
  50. package/dist/esm/form/tests/form-field-inputs.js +192 -189
  51. package/dist/esm/index.js +2025 -2019
  52. package/dist/esm/spreadsheet/tests/spreadsheet-cell-contextmenu.js +7087 -0
  53. package/dist/esm/spreadsheet/tests/spreadsheet-data-validation.js +526 -553
  54. package/dist/esm/spreadsheet/tests/spreadsheet-file-dialogs.js +6153 -0
  55. package/dist/esm/spreadsheet/tests/spreadsheet-filtering.js +7072 -0
  56. package/dist/esm/{floating-label/tests/floating-label.js → spreadsheet/tests/spreadsheet-find-replace-dialog.js} +849 -969
  57. package/dist/esm/spreadsheet/tests/spreadsheet-format-dialogs.js +7369 -0
  58. package/dist/esm/spreadsheet/tests/spreadsheet-formula-dialog.js +5808 -0
  59. package/dist/esm/spreadsheet/tests/spreadsheet-formula.js +7046 -0
  60. package/dist/esm/spreadsheet/tests/{spreadsheet-dialog.js → spreadsheet-insert-dialogs.js} +541 -601
  61. package/dist/esm/spreadsheet/tests/{spreadsheet-tools-popup.js → spreadsheet-jquery.js} +296 -317
  62. package/dist/esm/spreadsheet/tests/spreadsheet-print.js +6269 -0
  63. package/dist/esm/spreadsheet/tests/spreadsheet-row-contextmenu.js +7087 -0
  64. package/dist/esm/spreadsheet/tests/spreadsheet-sheets-bar.js +5502 -0
  65. package/dist/esm/spreadsheet/tests/spreadsheet-tools.js +6973 -0
  66. package/dist/esm/spreadsheet/tests/spreadsheet.js +661 -709
  67. package/dist/types/floating-label/index.d.ts +1 -0
  68. package/dist/types/floating-label/templates/floating-label-normal.d.ts +4 -0
  69. package/dist/types/spreadsheet/tests/spreadsheet-filtering.d.ts +2 -0
  70. package/dist/types/spreadsheet/tests/spreadsheet-find-replace-dialog.d.ts +2 -0
  71. package/dist/types/spreadsheet/tests/spreadsheet-format-dialogs.d.ts +2 -0
  72. package/dist/types/spreadsheet/tests/spreadsheet-formula-dialog.d.ts +2 -0
  73. package/dist/types/spreadsheet/tests/spreadsheet-formula.d.ts +2 -0
  74. package/dist/types/spreadsheet/tests/spreadsheet-insert-dialogs.d.ts +2 -0
  75. package/dist/types/spreadsheet/tests/spreadsheet-jquery.d.ts +2 -0
  76. package/dist/types/spreadsheet/tests/spreadsheet-print.d.ts +2 -0
  77. package/dist/types/spreadsheet/tests/spreadsheet-row-contextmenu.d.ts +2 -0
  78. package/dist/types/spreadsheet/tests/spreadsheet-sheets-bar.d.ts +2 -0
  79. package/dist/types/spreadsheet/tests/spreadsheet-tools.d.ts +2 -0
  80. package/package.json +2 -2
  81. package/src/floating-label/index.ts +1 -0
  82. package/src/floating-label/templates/floating-label-normal.tsx +7 -0
  83. package/src/floating-label/tests/floating-label-flat.tsx +32 -148
  84. package/src/floating-label/tests/floating-label-outline.tsx +32 -148
  85. package/src/floating-label/tests/floating-label-solid.tsx +64 -0
  86. package/src/spreadsheet/tests/spreadsheet-cell-contextmenu.tsx +538 -0
  87. package/src/spreadsheet/tests/spreadsheet-data-validation.tsx +43 -53
  88. package/src/spreadsheet/tests/spreadsheet-file-dialogs.tsx +63 -0
  89. package/src/spreadsheet/tests/spreadsheet-filtering.tsx +522 -0
  90. package/src/spreadsheet/tests/spreadsheet-find-replace-dialog.tsx +38 -0
  91. package/src/spreadsheet/tests/spreadsheet-format-dialogs.tsx +76 -0
  92. package/src/spreadsheet/tests/spreadsheet-formula-dialog.tsx +45 -0
  93. package/src/spreadsheet/tests/spreadsheet-formula.tsx +491 -0
  94. package/src/spreadsheet/tests/{spreadsheet-dialog.tsx → spreadsheet-insert-dialogs.tsx} +35 -52
  95. package/src/spreadsheet/tests/{spreadsheet-tools-popup.tsx → spreadsheet-jquery.tsx} +19 -43
  96. package/src/spreadsheet/tests/spreadsheet-print.tsx +179 -0
  97. package/src/spreadsheet/tests/spreadsheet-row-contextmenu.tsx +538 -0
  98. package/src/spreadsheet/tests/spreadsheet-sheets-bar.tsx +123 -0
  99. package/src/spreadsheet/tests/spreadsheet-tools.tsx +315 -0
  100. package/src/spreadsheet/tests/spreadsheet.tsx +372 -435
  101. package/src/floating-label/tests/floating-label.tsx +0 -180
  102. /package/dist/types/floating-label/tests/{floating-label.d.ts → floating-label-solid.d.ts} +0 -0
  103. /package/dist/types/spreadsheet/tests/{spreadsheet-dialog.d.ts → spreadsheet-cell-contextmenu.d.ts} +0 -0
  104. /package/dist/types/spreadsheet/tests/{spreadsheet-tools-popup.d.ts → spreadsheet-file-dialogs.d.ts} +0 -0
@@ -4512,261 +4512,10 @@ Window.options = options6;
4512
4512
  Window.className = WINDOW_CLASSNAME;
4513
4513
  Window.defaultProps = defaultProps6;
4514
4514
 
4515
- // src/checkbox/checkbox.spec.tsx
4516
- import { jsx as jsx10 } from "react/jsx-runtime";
4517
- var CHECKBOX_CLASSNAME = `k-checkbox`;
4518
- var states7 = [
4519
- States.hover,
4520
- States.focus,
4521
- States.valid,
4522
- States.invalid,
4523
- States.required,
4524
- States.disabled,
4525
- States.checked,
4526
- States.indeterminate
4527
- ];
4528
- var options7 = {
4529
- size: [Size.small, Size.medium, Size.large],
4530
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
4531
- };
4532
- var defaultProps7 = {
4533
- size: Size.medium,
4534
- rounded: Roundness.medium
4535
- };
4536
- var Checkbox = (props) => {
4537
- const {
4538
- id,
4539
- checked,
4540
- indeterminate,
4541
- hover,
4542
- focus,
4543
- disabled,
4544
- invalid,
4545
- valid,
4546
- required,
4547
- size = defaultProps7.size,
4548
- rounded = defaultProps7.rounded,
4549
- ...other
4550
- } = props;
4551
- return /* @__PURE__ */ jsx10("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx10(
4552
- "input",
4553
- {
4554
- ...other,
4555
- id,
4556
- type: "checkbox",
4557
- checked,
4558
- required,
4559
- className: classNames(
4560
- props.className,
4561
- CHECKBOX_CLASSNAME,
4562
- optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
4563
- stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
4564
- )
4565
- }
4566
- ) });
4567
- };
4568
- Checkbox.states = states7;
4569
- Checkbox.options = options7;
4570
- Checkbox.className = CHECKBOX_CLASSNAME;
4571
- Checkbox.defaultProps = defaultProps7;
4572
-
4573
- // src/checkbox/checkbox-group.spec.tsx
4574
- import { jsx as jsx11 } from "react/jsx-runtime";
4575
- var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4576
- var states8 = [];
4577
- var options8 = {};
4578
- var defaultProps8 = {
4579
- layout: "vertical"
4580
- };
4581
- var CheckboxGroup = (props) => {
4582
- const {
4583
- layout = defaultProps8.layout,
4584
- ...other
4585
- } = props;
4586
- return /* @__PURE__ */ jsx11(
4587
- "ul",
4588
- {
4589
- ...other,
4590
- className: classNames(
4591
- props.className,
4592
- CHECKBOXGROUP_CLASSNAME,
4593
- {
4594
- [`k-list-${layout}`]: layout
4595
- }
4596
- ),
4597
- children: props.children
4598
- }
4599
- );
4600
- };
4601
- CheckboxGroup.states = states8;
4602
- CheckboxGroup.options = options8;
4603
- CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4604
- CheckboxGroup.defaultProps = defaultProps8;
4605
-
4606
- // src/checkbox/checkbox-item.spec.tsx
4607
- import { jsx as jsx12 } from "react/jsx-runtime";
4608
- var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4609
- var states9 = [];
4610
- var options9 = {};
4611
- var defaultProps9 = {};
4612
- var CheckboxItem = (props) => {
4613
- const {
4614
- ...other
4615
- } = props;
4616
- return /* @__PURE__ */ jsx12(
4617
- "li",
4618
- {
4619
- ...other,
4620
- className: classNames(
4621
- props.className,
4622
- CHECKBOXITEM_CLASSNAME
4623
- ),
4624
- children: props.children
4625
- }
4626
- );
4627
- };
4628
- CheckboxItem.states = states9;
4629
- CheckboxItem.options = options9;
4630
- CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4631
- CheckboxItem.defaultProps = defaultProps9;
4632
-
4633
- // src/checkbox/templates/checkbox-with-label.tsx
4634
- import { Fragment as Fragment6, jsx as jsx13, jsxs as jsxs3 } from "react/jsx-runtime";
4635
-
4636
- // src/checkbox/templates/checkbox-normal.tsx
4637
- import { jsx as jsx14 } from "react/jsx-runtime";
4638
-
4639
- // src/radio/radio.spec.tsx
4640
- import { jsx as jsx15 } from "react/jsx-runtime";
4641
- var RADIOBUTTON_CLASSNAME = `k-radio`;
4642
- var states10 = [
4643
- States.hover,
4644
- States.focus,
4645
- States.valid,
4646
- States.invalid,
4647
- States.required,
4648
- States.disabled,
4649
- States.checked
4650
- ];
4651
- var options10 = {
4652
- size: [Size.small, Size.medium, Size.large]
4653
- };
4654
- var defaultProps10 = {
4655
- size: Size.medium
4656
- };
4657
- var RadioButton = (props) => {
4658
- const {
4659
- id,
4660
- checked,
4661
- hover,
4662
- focus,
4663
- disabled,
4664
- invalid,
4665
- valid,
4666
- required,
4667
- size = defaultProps10.size,
4668
- ...other
4669
- } = props;
4670
- return /* @__PURE__ */ jsx15("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx15(
4671
- "input",
4672
- {
4673
- ...other,
4674
- id,
4675
- type: "radio",
4676
- checked,
4677
- required,
4678
- className: classNames(
4679
- props.className,
4680
- RADIOBUTTON_CLASSNAME,
4681
- optionClassNames(RADIOBUTTON_CLASSNAME, { size }),
4682
- stateClassNames(RADIOBUTTON_CLASSNAME, { hover, focus, disabled, invalid, valid, checked })
4683
- )
4684
- }
4685
- ) });
4686
- };
4687
- RadioButton.states = states10;
4688
- RadioButton.options = options10;
4689
- RadioButton.className = RADIOBUTTON_CLASSNAME;
4690
- RadioButton.defaultProps = defaultProps10;
4691
- var radio_spec_default = RadioButton;
4692
-
4693
- // src/radio/radio-group.spec.tsx
4694
- import { jsx as jsx16 } from "react/jsx-runtime";
4695
- var RADIOGROUP_CLASSNAME = `k-radio-list`;
4696
- var states11 = [];
4697
- var options11 = {};
4698
- var defaultProps11 = {
4699
- layout: "vertical"
4700
- };
4701
- var RadioGroup = (props) => {
4702
- const {
4703
- layout = defaultProps11.layout,
4704
- ...other
4705
- } = props;
4706
- return /* @__PURE__ */ jsx16(
4707
- "ul",
4708
- {
4709
- ...other,
4710
- className: classNames(
4711
- props.className,
4712
- RADIOGROUP_CLASSNAME,
4713
- {
4714
- [`k-list-${layout}`]: layout
4715
- }
4716
- ),
4717
- children: props.children
4718
- }
4719
- );
4720
- };
4721
- RadioGroup.states = states11;
4722
- RadioGroup.options = options11;
4723
- RadioGroup.className = RADIOGROUP_CLASSNAME;
4724
- RadioGroup.defaultProps = defaultProps11;
4725
-
4726
- // src/radio/radio-item.spec.tsx
4727
- import { jsx as jsx17 } from "react/jsx-runtime";
4728
- var RADIOITEM_CLASSNAME = `k-radio-list-item`;
4729
- var states12 = [];
4730
- var options12 = {};
4731
- var defaultProps12 = {};
4732
- var RadioItem = (props) => {
4733
- const {
4734
- ...other
4735
- } = props;
4736
- return /* @__PURE__ */ jsx17(
4737
- "li",
4738
- {
4739
- ...other,
4740
- className: classNames(
4741
- props.className,
4742
- RADIOITEM_CLASSNAME
4743
- ),
4744
- children: props.children
4745
- }
4746
- );
4747
- };
4748
- RadioItem.states = states12;
4749
- RadioItem.options = options12;
4750
- RadioItem.className = RADIOITEM_CLASSNAME;
4751
- RadioItem.defaultProps = defaultProps12;
4752
-
4753
- // src/radio/templates/radio-normal.tsx
4754
- import { jsx as jsx18 } from "react/jsx-runtime";
4755
-
4756
- // src/radio/templates/radio-label.tsx
4757
- import { Fragment as Fragment7, jsx as jsx19, jsxs as jsxs4 } from "react/jsx-runtime";
4758
- var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ jsxs4(Fragment7, { children: [
4759
- /* @__PURE__ */ jsx19(radio_spec_default, { ...other, id }),
4760
- /* @__PURE__ */ jsx19("label", { className: "k-radio-label", htmlFor: id, children })
4761
- ] });
4762
-
4763
- // src/radio/templates/radio-inside-label.tsx
4764
- import { Fragment as Fragment8, jsx as jsx20, jsxs as jsxs5 } from "react/jsx-runtime";
4765
-
4766
4515
  // src/form/form-field.tsx
4767
- import { jsx as jsx21, jsxs as jsxs6 } from "react/jsx-runtime";
4516
+ import { jsx as jsx10, jsxs as jsxs3 } from "react/jsx-runtime";
4768
4517
  var FORMFIELD_CLASSNAME = "k-form-field";
4769
- var states13 = [
4518
+ var states7 = [
4770
4519
  States.disabled
4771
4520
  ];
4772
4521
  var FormField = (props) => {
@@ -4782,7 +4531,7 @@ var FormField = (props) => {
4782
4531
  dir,
4783
4532
  colSpan
4784
4533
  } = props;
4785
- return /* @__PURE__ */ jsxs6(
4534
+ return /* @__PURE__ */ jsxs3(
4786
4535
  "div",
4787
4536
  {
4788
4537
  className: classNames(
@@ -4795,19 +4544,19 @@ var FormField = (props) => {
4795
4544
  ),
4796
4545
  dir,
4797
4546
  children: [
4798
- label && /* @__PURE__ */ jsxs6("label", { className: classNames(
4547
+ label && /* @__PURE__ */ jsxs3("label", { className: classNames(
4799
4548
  "k-label",
4800
4549
  "k-form-label"
4801
4550
  ), children: [
4802
4551
  label,
4803
- optional && /* @__PURE__ */ jsx21("span", { className: "k-label-optional", children: "(Optional)" }),
4804
- info && /* @__PURE__ */ jsx21("span", { className: "k-field-info", children: "(field info)" })
4552
+ optional && /* @__PURE__ */ jsx10("span", { className: "k-label-optional", children: "(Optional)" }),
4553
+ info && /* @__PURE__ */ jsx10("span", { className: "k-field-info", children: "(field info)" })
4805
4554
  ] }),
4806
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx21("span", { className: "k-label k-form-label k-label-empty" }),
4807
- /* @__PURE__ */ jsxs6("div", { className: "k-form-field-wrap", children: [
4555
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx10("span", { className: "k-label k-form-label k-label-empty" }),
4556
+ /* @__PURE__ */ jsxs3("div", { className: "k-form-field-wrap", children: [
4808
4557
  editor,
4809
- hint && /* @__PURE__ */ jsx21("div", { className: "k-form-hint", children: hint }),
4810
- error && /* @__PURE__ */ jsx21("div", { className: "k-form-error", children: error })
4558
+ hint && /* @__PURE__ */ jsx10("div", { className: "k-form-hint", children: hint }),
4559
+ error && /* @__PURE__ */ jsx10("div", { className: "k-form-error", children: error })
4811
4560
  ] })
4812
4561
  ]
4813
4562
  }
@@ -4816,7 +4565,7 @@ var FormField = (props) => {
4816
4565
  FormField.className = FORMFIELD_CLASSNAME;
4817
4566
 
4818
4567
  // src/form/fieldset.tsx
4819
- import { Fragment as Fragment9, jsx as jsx22, jsxs as jsxs7 } from "react/jsx-runtime";
4568
+ import { Fragment as Fragment6, jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
4820
4569
  var FIELDSET_CLASSNAME = "k-form-fieldset";
4821
4570
  var Fieldset = (props) => {
4822
4571
  const {
@@ -4826,9 +4575,9 @@ var Fieldset = (props) => {
4826
4575
  gapX,
4827
4576
  gapY
4828
4577
  } = props;
4829
- return /* @__PURE__ */ jsxs7("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4830
- legend && /* @__PURE__ */ jsx22("legend", { className: "k-form-legend", children: legend }),
4831
- layout === "grid" ? /* @__PURE__ */ jsx22("div", { className: classNames(
4578
+ return /* @__PURE__ */ jsxs4("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4579
+ legend && /* @__PURE__ */ jsx11("legend", { className: "k-form-legend", children: legend }),
4580
+ layout === "grid" ? /* @__PURE__ */ jsx11("div", { className: classNames(
4832
4581
  "k-form-layout",
4833
4582
  "k-d-grid",
4834
4583
  {
@@ -4836,37 +4585,37 @@ var Fieldset = (props) => {
4836
4585
  [`k-gap-x-${gapX}`]: gapX,
4837
4586
  [`k-gap-y-${gapY}`]: gapY
4838
4587
  }
4839
- ), children: props.children }) : /* @__PURE__ */ jsx22(Fragment9, { children: props.children })
4588
+ ), children: props.children }) : /* @__PURE__ */ jsx11(Fragment6, { children: props.children })
4840
4589
  ] });
4841
4590
  };
4842
4591
  Fieldset.className = FIELDSET_CLASSNAME;
4843
4592
 
4844
4593
  // src/form/form.spec.tsx
4845
- import { Fragment as Fragment10, jsx as jsx23, jsxs as jsxs8 } from "react/jsx-runtime";
4594
+ import { Fragment as Fragment7, jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
4846
4595
  import { createElement } from "react";
4847
4596
  var FORM_CLASSNAME = "k-form";
4848
- var states14 = [];
4849
- var options13 = {
4597
+ var states8 = [];
4598
+ var options7 = {
4850
4599
  size: [Size.small, Size.medium, Size.large]
4851
4600
  };
4852
- var defaultProps13 = {
4601
+ var defaultProps7 = {
4853
4602
  size: Size.medium,
4854
4603
  layout: "basic",
4855
4604
  tag: "form"
4856
4605
  };
4857
4606
  var Form = (props) => {
4858
4607
  const {
4859
- size = defaultProps13.size,
4608
+ size = defaultProps7.size,
4860
4609
  orientation,
4861
- layout = defaultProps13.layout,
4610
+ layout = defaultProps7.layout,
4862
4611
  formButtons,
4863
4612
  cols,
4864
4613
  gapX,
4865
4614
  gapY,
4866
- tag = defaultProps13.tag,
4615
+ tag = defaultProps7.tag,
4867
4616
  children
4868
4617
  } = props;
4869
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx23("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx23("div", { className: className13, children: children2 });
4618
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx12("form", { className: className13, children: children2 }) : /* @__PURE__ */ jsx12("div", { className: className13, children: children2 });
4870
4619
  const formChildren = [];
4871
4620
  if (children) {
4872
4621
  if (Array.isArray(children)) {
@@ -4885,7 +4634,7 @@ var Form = (props) => {
4885
4634
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ createElement(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
4886
4635
  }
4887
4636
  }
4888
- return /* @__PURE__ */ jsxs8(Parent, { tag, className: classNames(
4637
+ return /* @__PURE__ */ jsxs5(Parent, { tag, className: classNames(
4889
4638
  props.className,
4890
4639
  FORM_CLASSNAME,
4891
4640
  optionClassNames(FORM_CLASSNAME, {
@@ -4895,7 +4644,7 @@ var Form = (props) => {
4895
4644
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
4896
4645
  }
4897
4646
  ), children: [
4898
- layout === "grid" ? /* @__PURE__ */ jsx23("div", { className: classNames(
4647
+ layout === "grid" ? /* @__PURE__ */ jsx12("div", { className: classNames(
4899
4648
  "k-form-layout",
4900
4649
  "k-d-grid",
4901
4650
  {
@@ -4903,19 +4652,19 @@ var Form = (props) => {
4903
4652
  [`k-gap-x-${gapX}`]: gapX,
4904
4653
  [`k-gap-y-${gapY}`]: gapY
4905
4654
  }
4906
- ), children: formChildren }) : /* @__PURE__ */ jsx23(Fragment10, { children: formChildren }),
4907
- formButtons && /* @__PURE__ */ jsx23("div", { className: "k-form-buttons", children: formButtons })
4655
+ ), children: formChildren }) : /* @__PURE__ */ jsx12(Fragment7, { children: formChildren }),
4656
+ formButtons && /* @__PURE__ */ jsx12("div", { className: "k-form-buttons", children: formButtons })
4908
4657
  ] });
4909
4658
  };
4910
- Form.states = states14;
4911
- Form.options = options13;
4659
+ Form.states = states8;
4660
+ Form.options = options7;
4912
4661
  Form.className = FORM_CLASSNAME;
4913
- Form.defaultProps = defaultProps13;
4662
+ Form.defaultProps = defaultProps7;
4914
4663
 
4915
4664
  // src/input/input.spec.tsx
4916
- import { jsx as jsx24 } from "react/jsx-runtime";
4665
+ import { jsx as jsx13 } from "react/jsx-runtime";
4917
4666
  var INPUT_CLASSNAME = `k-input`;
4918
- var states15 = [
4667
+ var states9 = [
4919
4668
  States.hover,
4920
4669
  States.focus,
4921
4670
  States.valid,
@@ -4925,12 +4674,12 @@ var states15 = [
4925
4674
  States.loading,
4926
4675
  States.readonly
4927
4676
  ];
4928
- var options14 = {
4677
+ var options8 = {
4929
4678
  size: [Size.small, Size.medium, Size.large],
4930
4679
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4931
4680
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4932
4681
  };
4933
- var defaultProps14 = {
4682
+ var defaultProps8 = {
4934
4683
  size: Size.medium,
4935
4684
  rounded: Size.medium,
4936
4685
  fillMode: FillMode.solid
@@ -4944,12 +4693,12 @@ var Input = (props) => {
4944
4693
  valid,
4945
4694
  loading,
4946
4695
  readonly,
4947
- size = defaultProps14.size,
4948
- rounded = defaultProps14.rounded,
4949
- fillMode = defaultProps14.fillMode,
4696
+ size = defaultProps8.size,
4697
+ rounded = defaultProps8.rounded,
4698
+ fillMode = defaultProps8.fillMode,
4950
4699
  ...other
4951
4700
  } = props;
4952
- return /* @__PURE__ */ jsx24(
4701
+ return /* @__PURE__ */ jsx13(
4953
4702
  "span",
4954
4703
  {
4955
4704
  ...other,
@@ -4962,13 +4711,13 @@ var Input = (props) => {
4962
4711
  }
4963
4712
  );
4964
4713
  };
4965
- Input.states = states15;
4966
- Input.options = options14;
4714
+ Input.states = states9;
4715
+ Input.options = options8;
4967
4716
  Input.className = INPUT_CLASSNAME;
4968
- Input.defaultProps = defaultProps14;
4717
+ Input.defaultProps = defaultProps8;
4969
4718
 
4970
4719
  // src/input/picker.spec.tsx
4971
- import { jsx as jsx25 } from "react/jsx-runtime";
4720
+ import { jsx as jsx14 } from "react/jsx-runtime";
4972
4721
  var PICKER_CLASSNAME = `k-picker`;
4973
4722
  var pickerStates = [
4974
4723
  States.hover,
@@ -4985,7 +4734,7 @@ var pickerOptions = {
4985
4734
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4986
4735
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4987
4736
  };
4988
- var defaultProps15 = {
4737
+ var defaultProps9 = {
4989
4738
  size: Size.medium,
4990
4739
  rounded: Roundness.medium,
4991
4740
  fillMode: FillMode.solid
@@ -4999,12 +4748,12 @@ var Picker = (props) => {
4999
4748
  valid,
5000
4749
  loading,
5001
4750
  readonly,
5002
- size = defaultProps15.size,
5003
- rounded = defaultProps15.rounded,
5004
- fillMode = defaultProps15.fillMode,
4751
+ size = defaultProps9.size,
4752
+ rounded = defaultProps9.rounded,
4753
+ fillMode = defaultProps9.fillMode,
5005
4754
  ...other
5006
4755
  } = props;
5007
- return /* @__PURE__ */ jsx25(
4756
+ return /* @__PURE__ */ jsx14(
5008
4757
  "span",
5009
4758
  {
5010
4759
  ...other,
@@ -5021,17 +4770,17 @@ var Picker = (props) => {
5021
4770
  Picker.states = pickerStates;
5022
4771
  Picker.options = pickerOptions;
5023
4772
  Picker.className = PICKER_CLASSNAME;
5024
- Picker.defaultProps = defaultProps15;
4773
+ Picker.defaultProps = defaultProps9;
5025
4774
 
5026
4775
  // src/input/input-clear-value.tsx
5027
- import { Fragment as Fragment11, jsx as jsx26 } from "react/jsx-runtime";
4776
+ import { Fragment as Fragment8, jsx as jsx15 } from "react/jsx-runtime";
5028
4777
  var className = `k-clear-value`;
5029
- var states16 = [
4778
+ var states10 = [
5030
4779
  States.disabled,
5031
4780
  States.loading,
5032
4781
  States.readonly
5033
4782
  ];
5034
- var options15 = {};
4783
+ var options9 = {};
5035
4784
  var InputClearValue = (props) => {
5036
4785
  const {
5037
4786
  disabled,
@@ -5040,20 +4789,20 @@ var InputClearValue = (props) => {
5040
4789
  value
5041
4790
  } = props;
5042
4791
  if (disabled || readonly || loading || !value) {
5043
- return /* @__PURE__ */ jsx26(Fragment11, {});
4792
+ return /* @__PURE__ */ jsx15(Fragment8, {});
5044
4793
  }
5045
- return /* @__PURE__ */ jsx26("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx26(Icon, { icon: "x" }) });
4794
+ return /* @__PURE__ */ jsx15("span", { className: classNames(props.className, className), children: /* @__PURE__ */ jsx15(Icon, { icon: "x" }) });
5046
4795
  };
5047
- InputClearValue.states = states16;
5048
- InputClearValue.options = options15;
4796
+ InputClearValue.states = states10;
4797
+ InputClearValue.options = options9;
5049
4798
  InputClearValue.className = className;
5050
4799
 
5051
4800
  // src/input/input-inner-input.tsx
5052
- import { jsx as jsx27 } from "react/jsx-runtime";
4801
+ import { jsx as jsx16 } from "react/jsx-runtime";
5053
4802
  var className2 = `k-input-inner`;
5054
- var states17 = [];
5055
- var options16 = {};
5056
- var defaultProps16 = {
4803
+ var states11 = [];
4804
+ var options10 = {};
4805
+ var defaultProps10 = {
5057
4806
  type: "text",
5058
4807
  autocomplete: "off",
5059
4808
  value: "",
@@ -5061,13 +4810,13 @@ var defaultProps16 = {
5061
4810
  };
5062
4811
  var InputInnerInput = (props) => {
5063
4812
  const {
5064
- value = defaultProps16.value,
5065
- type = defaultProps16.type,
5066
- placeholder = defaultProps16.placeholder,
5067
- autocomplete = defaultProps16.autocomplete,
4813
+ value = defaultProps10.value,
4814
+ type = defaultProps10.type,
4815
+ placeholder = defaultProps10.placeholder,
4816
+ autocomplete = defaultProps10.autocomplete,
5068
4817
  ...other
5069
4818
  } = props;
5070
- return /* @__PURE__ */ jsx27(
4819
+ return /* @__PURE__ */ jsx16(
5071
4820
  "input",
5072
4821
  {
5073
4822
  ...other,
@@ -5079,15 +4828,15 @@ var InputInnerInput = (props) => {
5079
4828
  }
5080
4829
  );
5081
4830
  };
5082
- InputInnerInput.states = states17;
5083
- InputInnerInput.options = options16;
4831
+ InputInnerInput.states = states11;
4832
+ InputInnerInput.options = options10;
5084
4833
  InputInnerInput.className = className2;
5085
4834
 
5086
4835
  // src/input/input-inner-span.tsx
5087
- import { jsx as jsx28, jsxs as jsxs9 } from "react/jsx-runtime";
4836
+ import { jsx as jsx17, jsxs as jsxs6 } from "react/jsx-runtime";
5088
4837
  var className3 = `k-input-inner`;
5089
- var states18 = [];
5090
- var options17 = {};
4838
+ var states12 = [];
4839
+ var options11 = {};
5091
4840
  var InputInnerSpan = (props) => {
5092
4841
  const {
5093
4842
  value,
@@ -5097,41 +4846,41 @@ var InputInnerSpan = (props) => {
5097
4846
  valueIconName,
5098
4847
  ...other
5099
4848
  } = props;
5100
- return /* @__PURE__ */ jsxs9(
4849
+ return /* @__PURE__ */ jsxs6(
5101
4850
  "span",
5102
4851
  {
5103
4852
  ...other,
5104
4853
  className: classNames(props.className, className3, optionClassNames(className3, props)),
5105
4854
  children: [
5106
4855
  valueIcon,
5107
- !valueIcon && valueIconName && /* @__PURE__ */ jsx28(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4856
+ !valueIcon && valueIconName && /* @__PURE__ */ jsx17(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5108
4857
  showValue && !value && placeholder,
5109
- showValue && value && /* @__PURE__ */ jsx28("span", { className: "k-input-value-text", children: value })
4858
+ showValue && value && /* @__PURE__ */ jsx17("span", { className: "k-input-value-text", children: value })
5110
4859
  ]
5111
4860
  }
5112
4861
  );
5113
4862
  };
5114
- InputInnerSpan.states = states18;
5115
- InputInnerSpan.options = options17;
4863
+ InputInnerSpan.states = states12;
4864
+ InputInnerSpan.options = options11;
5116
4865
  InputInnerSpan.className = className3;
5117
4866
 
5118
4867
  // src/input/input-inner-textarea.tsx
5119
- import { jsx as jsx29 } from "react/jsx-runtime";
5120
- var defaultProps17 = {
4868
+ import { jsx as jsx18 } from "react/jsx-runtime";
4869
+ var defaultProps11 = {
5121
4870
  value: "",
5122
4871
  placeholder: ""
5123
4872
  };
5124
4873
  var className4 = `k-input-inner`;
5125
- var states19 = [];
5126
- var options18 = {};
4874
+ var states13 = [];
4875
+ var options12 = {};
5127
4876
  var InputInnerTextarea = (props) => {
5128
4877
  const {
5129
- value = defaultProps17.value,
5130
- placeholder = defaultProps17.placeholder,
4878
+ value = defaultProps11.value,
4879
+ placeholder = defaultProps11.placeholder,
5131
4880
  rows,
5132
4881
  ...other
5133
4882
  } = props;
5134
- return /* @__PURE__ */ jsx29(
4883
+ return /* @__PURE__ */ jsx18(
5135
4884
  "textarea",
5136
4885
  {
5137
4886
  ...other,
@@ -5142,14 +4891,14 @@ var InputInnerTextarea = (props) => {
5142
4891
  }
5143
4892
  );
5144
4893
  };
5145
- InputInnerTextarea.states = states19;
5146
- InputInnerTextarea.options = options18;
4894
+ InputInnerTextarea.states = states13;
4895
+ InputInnerTextarea.options = options12;
5147
4896
  InputInnerTextarea.className = className4;
5148
4897
 
5149
4898
  // src/input/input-loading-icon.tsx
5150
- import { Fragment as Fragment12, jsx as jsx30 } from "react/jsx-runtime";
4899
+ import { Fragment as Fragment9, jsx as jsx19 } from "react/jsx-runtime";
5151
4900
  var className5 = `k-input-loading-icon`;
5152
- var states20 = [
4901
+ var states14 = [
5153
4902
  States.disabled,
5154
4903
  States.loading
5155
4904
  ];
@@ -5159,21 +4908,21 @@ var InputLoadingIcon = (props) => {
5159
4908
  loading
5160
4909
  } = props;
5161
4910
  if (disabled || !loading) {
5162
- return /* @__PURE__ */ jsx30(Fragment12, {});
4911
+ return /* @__PURE__ */ jsx19(Fragment9, {});
5163
4912
  }
5164
- return /* @__PURE__ */ jsx30(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4913
+ return /* @__PURE__ */ jsx19(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5165
4914
  };
5166
4915
 
5167
4916
  // src/input/input-validation-icon.tsx
5168
- import { Fragment as Fragment13, jsx as jsx31 } from "react/jsx-runtime";
4917
+ import { Fragment as Fragment10, jsx as jsx20 } from "react/jsx-runtime";
5169
4918
  var className6 = `k-input-validation-icon`;
5170
- var states21 = [
4919
+ var states15 = [
5171
4920
  States.valid,
5172
4921
  States.invalid,
5173
4922
  States.disabled,
5174
4923
  States.loading
5175
4924
  ];
5176
- var options19 = {};
4925
+ var options13 = {};
5177
4926
  var InputValidationIcon = (props) => {
5178
4927
  const {
5179
4928
  valid,
@@ -5184,41 +4933,41 @@ var InputValidationIcon = (props) => {
5184
4933
  const iconName = invalid ? "exclamation-circle" : "check";
5185
4934
  const renderValidationIcon = Boolean(valid || invalid);
5186
4935
  if (disabled || loading || !renderValidationIcon) {
5187
- return /* @__PURE__ */ jsx31(Fragment13, {});
4936
+ return /* @__PURE__ */ jsx20(Fragment10, {});
5188
4937
  }
5189
- return /* @__PURE__ */ jsx31(Icon, { className: classNames(className6), icon: iconName });
4938
+ return /* @__PURE__ */ jsx20(Icon, { className: classNames(className6), icon: iconName });
5190
4939
  };
5191
- InputValidationIcon.states = states21;
5192
- InputValidationIcon.options = options19;
4940
+ InputValidationIcon.states = states15;
4941
+ InputValidationIcon.options = options13;
5193
4942
  InputValidationIcon.className = className6;
5194
4943
 
5195
4944
  // src/input/input-prefix.tsx
5196
- import { Fragment as Fragment14, jsx as jsx32 } from "react/jsx-runtime";
4945
+ import { Fragment as Fragment11, jsx as jsx21 } from "react/jsx-runtime";
5197
4946
  var className7 = `k-input-prefix`;
5198
4947
  var InputPrefix = (props) => {
5199
4948
  if (!props.children) {
5200
- return /* @__PURE__ */ jsx32(Fragment14, {});
4949
+ return /* @__PURE__ */ jsx21(Fragment11, {});
5201
4950
  }
5202
- return /* @__PURE__ */ jsx32("span", { className: classNames(className7, props.className), children: props.children });
4951
+ return /* @__PURE__ */ jsx21("span", { className: classNames(className7, props.className), children: props.children });
5203
4952
  };
5204
4953
 
5205
4954
  // src/input/input-suffix.tsx
5206
- import { Fragment as Fragment15, jsx as jsx33 } from "react/jsx-runtime";
4955
+ import { Fragment as Fragment12, jsx as jsx22 } from "react/jsx-runtime";
5207
4956
  var className8 = `k-input-suffix`;
5208
4957
  var InputSuffix = (props) => {
5209
4958
  if (!props.children) {
5210
- return /* @__PURE__ */ jsx33(Fragment15, {});
4959
+ return /* @__PURE__ */ jsx22(Fragment12, {});
5211
4960
  }
5212
- return /* @__PURE__ */ jsx33("span", { className: classNames(className8, props.className), children: props.children });
4961
+ return /* @__PURE__ */ jsx22("span", { className: classNames(className8, props.className), children: props.children });
5213
4962
  };
5214
4963
 
5215
4964
  // src/input/input-separator.tsx
5216
- import { jsx as jsx34 } from "react/jsx-runtime";
4965
+ import { jsx as jsx23 } from "react/jsx-runtime";
5217
4966
 
5218
4967
  // src/textbox/textbox.spec.tsx
5219
- import { jsx as jsx35, jsxs as jsxs10 } from "react/jsx-runtime";
4968
+ import { jsx as jsx24, jsxs as jsxs7 } from "react/jsx-runtime";
5220
4969
  var TEXTBOX_CLASSNAME = `k-textbox`;
5221
- var states22 = [
4970
+ var states16 = [
5222
4971
  States.hover,
5223
4972
  States.focus,
5224
4973
  States.valid,
@@ -5228,12 +4977,12 @@ var states22 = [
5228
4977
  States.loading,
5229
4978
  States.readonly
5230
4979
  ];
5231
- var options20 = {
4980
+ var options14 = {
5232
4981
  size: [Size.small, Size.medium, Size.large],
5233
4982
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5234
4983
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5235
4984
  };
5236
- var defaultProps18 = {
4985
+ var defaultProps12 = {
5237
4986
  showClearButton: true,
5238
4987
  size: Input.defaultProps.size,
5239
4988
  rounded: Input.defaultProps.rounded,
@@ -5256,10 +5005,10 @@ var Textbox = (props) => {
5256
5005
  loading,
5257
5006
  disabled,
5258
5007
  readonly,
5259
- showClearButton = defaultProps18.showClearButton,
5008
+ showClearButton = defaultProps12.showClearButton,
5260
5009
  ...other
5261
5010
  } = props;
5262
- return /* @__PURE__ */ jsxs10(
5011
+ return /* @__PURE__ */ jsxs7(
5263
5012
  Input,
5264
5013
  {
5265
5014
  ...other,
@@ -5276,9 +5025,9 @@ var Textbox = (props) => {
5276
5025
  readonly,
5277
5026
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5278
5027
  children: [
5279
- /* @__PURE__ */ jsx35(InputPrefix, { children: prefix }),
5280
- /* @__PURE__ */ jsx35(InputInnerInput, { placeholder, value }),
5281
- /* @__PURE__ */ jsx35(
5028
+ /* @__PURE__ */ jsx24(InputPrefix, { children: prefix }),
5029
+ /* @__PURE__ */ jsx24(InputInnerInput, { placeholder, value }),
5030
+ /* @__PURE__ */ jsx24(
5282
5031
  InputValidationIcon,
5283
5032
  {
5284
5033
  valid,
@@ -5287,14 +5036,14 @@ var Textbox = (props) => {
5287
5036
  disabled
5288
5037
  }
5289
5038
  ),
5290
- /* @__PURE__ */ jsx35(
5039
+ /* @__PURE__ */ jsx24(
5291
5040
  InputLoadingIcon,
5292
5041
  {
5293
5042
  loading,
5294
5043
  disabled
5295
5044
  }
5296
5045
  ),
5297
- showClearButton && /* @__PURE__ */ jsx35(
5046
+ showClearButton && /* @__PURE__ */ jsx24(
5298
5047
  InputClearValue,
5299
5048
  {
5300
5049
  loading,
@@ -5303,31 +5052,31 @@ var Textbox = (props) => {
5303
5052
  value
5304
5053
  }
5305
5054
  ),
5306
- /* @__PURE__ */ jsx35(InputSuffix, { children: suffix })
5055
+ /* @__PURE__ */ jsx24(InputSuffix, { children: suffix })
5307
5056
  ]
5308
5057
  }
5309
5058
  );
5310
5059
  };
5311
- Textbox.states = states22;
5312
- Textbox.options = options20;
5060
+ Textbox.states = states16;
5061
+ Textbox.options = options14;
5313
5062
  Textbox.className = TEXTBOX_CLASSNAME;
5314
- Textbox.defaultProps = defaultProps18;
5063
+ Textbox.defaultProps = defaultProps12;
5315
5064
 
5316
5065
  // src/textbox/templates/textbox-normal.tsx
5317
- import { jsx as jsx36 } from "react/jsx-runtime";
5066
+ import { jsx as jsx25 } from "react/jsx-runtime";
5318
5067
 
5319
5068
  // src/textbox/templates/textbox-prefix.tsx
5320
- import { jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5069
+ import { jsx as jsx26, jsxs as jsxs8 } from "react/jsx-runtime";
5321
5070
 
5322
5071
  // src/textbox/templates/textbox-suffix.tsx
5323
- import { jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5072
+ import { jsx as jsx27, jsxs as jsxs9 } from "react/jsx-runtime";
5324
5073
 
5325
5074
  // src/animation-container/animation-container.spec.tsx
5326
- import { jsx as jsx39 } from "react/jsx-runtime";
5075
+ import { jsx as jsx28 } from "react/jsx-runtime";
5327
5076
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5328
- var states23 = [];
5329
- var options21 = {};
5330
- var defaultProps19 = {
5077
+ var states17 = [];
5078
+ var options15 = {};
5079
+ var defaultProps13 = {
5331
5080
  positionMode: "absolute"
5332
5081
  };
5333
5082
  var AnimationContainer = (props) => {
@@ -5337,7 +5086,7 @@ var AnimationContainer = (props) => {
5337
5086
  offset,
5338
5087
  ...other
5339
5088
  } = props;
5340
- return /* @__PURE__ */ jsx39(
5089
+ return /* @__PURE__ */ jsx28(
5341
5090
  "div",
5342
5091
  {
5343
5092
  ...other,
@@ -5349,21 +5098,21 @@ var AnimationContainer = (props) => {
5349
5098
  ["k-animation-container-fixed"]: positionMode === "fixed"
5350
5099
  }
5351
5100
  ),
5352
- children: /* @__PURE__ */ jsx39("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5101
+ children: /* @__PURE__ */ jsx28("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5353
5102
  }
5354
5103
  );
5355
5104
  };
5356
- AnimationContainer.states = states23;
5357
- AnimationContainer.options = options21;
5105
+ AnimationContainer.states = states17;
5106
+ AnimationContainer.options = options15;
5358
5107
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5359
- AnimationContainer.defaultProps = defaultProps19;
5108
+ AnimationContainer.defaultProps = defaultProps13;
5360
5109
 
5361
5110
  // src/popup/popup.spec.tsx
5362
- import { jsx as jsx40 } from "react/jsx-runtime";
5111
+ import { jsx as jsx29 } from "react/jsx-runtime";
5363
5112
  var POPUP_CLASSNAME = `k-popup`;
5364
- var states24 = [];
5365
- var options22 = {};
5366
- var defaultProps20 = {
5113
+ var states18 = [];
5114
+ var options16 = {};
5115
+ var defaultProps14 = {
5367
5116
  positionMode: "absolute"
5368
5117
  };
5369
5118
  var Popup = (props) => {
@@ -5372,24 +5121,24 @@ var Popup = (props) => {
5372
5121
  positionMode,
5373
5122
  ...other
5374
5123
  } = props;
5375
- return /* @__PURE__ */ jsx40(
5124
+ return /* @__PURE__ */ jsx29(
5376
5125
  AnimationContainer,
5377
5126
  {
5378
5127
  positionMode,
5379
5128
  offset,
5380
- children: /* @__PURE__ */ jsx40("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5129
+ children: /* @__PURE__ */ jsx29("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5381
5130
  }
5382
5131
  );
5383
5132
  };
5384
- Popup.states = states24;
5385
- Popup.options = options22;
5133
+ Popup.states = states18;
5134
+ Popup.options = options16;
5386
5135
  Popup.className = POPUP_CLASSNAME;
5387
- Popup.defaultProps = defaultProps20;
5136
+ Popup.defaultProps = defaultProps14;
5388
5137
 
5389
5138
  // src/dropdownlist/dropdownlist.spec.tsx
5390
- import { Fragment as Fragment16, jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5139
+ import { Fragment as Fragment13, jsx as jsx30, jsxs as jsxs10 } from "react/jsx-runtime";
5391
5140
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5392
- var states25 = [
5141
+ var states19 = [
5393
5142
  States.hover,
5394
5143
  States.focus,
5395
5144
  States.valid,
@@ -5399,12 +5148,12 @@ var states25 = [
5399
5148
  States.loading,
5400
5149
  States.readonly
5401
5150
  ];
5402
- var options23 = {
5151
+ var options17 = {
5403
5152
  size: [Size.small, Size.medium, Size.large],
5404
5153
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5405
5154
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5406
5155
  };
5407
- var defaultProps21 = {
5156
+ var defaultProps15 = {
5408
5157
  showValue: true,
5409
5158
  arrowIconName: "caret-alt-down",
5410
5159
  size: Size.medium,
@@ -5414,7 +5163,7 @@ var defaultProps21 = {
5414
5163
  var DropdownList = (props) => {
5415
5164
  const {
5416
5165
  valueIconName,
5417
- arrowIconName = defaultProps21.arrowIconName,
5166
+ arrowIconName = defaultProps15.arrowIconName,
5418
5167
  prefix,
5419
5168
  suffix,
5420
5169
  value,
@@ -5430,13 +5179,13 @@ var DropdownList = (props) => {
5430
5179
  loading,
5431
5180
  disabled,
5432
5181
  readonly,
5433
- showValue = defaultProps21.showValue,
5182
+ showValue = defaultProps15.showValue,
5434
5183
  popup,
5435
5184
  opened,
5436
5185
  ...other
5437
5186
  } = props;
5438
- return /* @__PURE__ */ jsxs13(Fragment16, { children: [
5439
- /* @__PURE__ */ jsxs13(
5187
+ return /* @__PURE__ */ jsxs10(Fragment13, { children: [
5188
+ /* @__PURE__ */ jsxs10(
5440
5189
  Picker,
5441
5190
  {
5442
5191
  ...other,
@@ -5459,8 +5208,8 @@ var DropdownList = (props) => {
5459
5208
  }
5460
5209
  ),
5461
5210
  children: [
5462
- /* @__PURE__ */ jsx41(InputPrefix, { children: prefix }),
5463
- /* @__PURE__ */ jsx41(
5211
+ /* @__PURE__ */ jsx30(InputPrefix, { children: prefix }),
5212
+ /* @__PURE__ */ jsx30(
5464
5213
  InputInnerSpan,
5465
5214
  {
5466
5215
  placeholder,
@@ -5469,7 +5218,7 @@ var DropdownList = (props) => {
5469
5218
  valueIconName
5470
5219
  }
5471
5220
  ),
5472
- /* @__PURE__ */ jsx41(
5221
+ /* @__PURE__ */ jsx30(
5473
5222
  InputValidationIcon,
5474
5223
  {
5475
5224
  valid,
@@ -5478,15 +5227,15 @@ var DropdownList = (props) => {
5478
5227
  disabled
5479
5228
  }
5480
5229
  ),
5481
- /* @__PURE__ */ jsx41(
5230
+ /* @__PURE__ */ jsx30(
5482
5231
  InputLoadingIcon,
5483
5232
  {
5484
5233
  loading,
5485
5234
  disabled
5486
5235
  }
5487
5236
  ),
5488
- /* @__PURE__ */ jsx41(InputSuffix, { children: suffix }),
5489
- /* @__PURE__ */ jsx41(
5237
+ /* @__PURE__ */ jsx30(InputSuffix, { children: suffix }),
5238
+ /* @__PURE__ */ jsx30(
5490
5239
  Button,
5491
5240
  {
5492
5241
  className: "k-input-button",
@@ -5499,35 +5248,35 @@ var DropdownList = (props) => {
5499
5248
  ]
5500
5249
  }
5501
5250
  ),
5502
- opened && popup && /* @__PURE__ */ jsx41(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5251
+ opened && popup && /* @__PURE__ */ jsx30(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5503
5252
  ] });
5504
5253
  };
5505
- DropdownList.states = states25;
5506
- DropdownList.options = options23;
5254
+ DropdownList.states = states19;
5255
+ DropdownList.options = options17;
5507
5256
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5508
- DropdownList.defaultProps = defaultProps21;
5257
+ DropdownList.defaultProps = defaultProps15;
5509
5258
 
5510
5259
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5511
- import { jsx as jsx42 } from "react/jsx-runtime";
5260
+ import { jsx as jsx31 } from "react/jsx-runtime";
5512
5261
 
5513
5262
  // src/nodata/nodata.tsx
5514
- import { jsx as jsx43 } from "react/jsx-runtime";
5263
+ import { jsx as jsx32 } from "react/jsx-runtime";
5515
5264
  var className9 = `k-nodata`;
5516
- var NoData = (props) => /* @__PURE__ */ jsx43("span", { className: classNames(className9, props.className), children: props.children });
5265
+ var NoData = (props) => /* @__PURE__ */ jsx32("span", { className: classNames(className9, props.className), children: props.children });
5517
5266
 
5518
5267
  // src/list/list.spec.tsx
5519
- import { jsx as jsx44, jsxs as jsxs14 } from "react/jsx-runtime";
5268
+ import { jsx as jsx33, jsxs as jsxs11 } from "react/jsx-runtime";
5520
5269
  var LIST_CLASSNAME = `k-list`;
5521
- var states26 = [];
5522
- var options24 = {
5270
+ var states20 = [];
5271
+ var options18 = {
5523
5272
  size: [Size.small, Size.medium, Size.large]
5524
5273
  };
5525
- var defaultProps22 = {
5274
+ var defaultProps16 = {
5526
5275
  size: Size.medium
5527
5276
  };
5528
5277
  var List = (props) => {
5529
5278
  const {
5530
- size = defaultProps22.size,
5279
+ size = defaultProps16.size,
5531
5280
  virtualization,
5532
5281
  children,
5533
5282
  optionLabel,
@@ -5544,7 +5293,7 @@ var List = (props) => {
5544
5293
  listHeader = child.props.label;
5545
5294
  child.props.children.map((optChild, index2) => {
5546
5295
  listChildren.push(
5547
- /* @__PURE__ */ jsx44(
5296
+ /* @__PURE__ */ jsx33(
5548
5297
  ListItem,
5549
5298
  {
5550
5299
  ...optChild.props
@@ -5560,7 +5309,7 @@ var List = (props) => {
5560
5309
  groupLabel = child.props.label;
5561
5310
  }
5562
5311
  listChildren.push(
5563
- /* @__PURE__ */ jsx44(
5312
+ /* @__PURE__ */ jsx33(
5564
5313
  ListItem,
5565
5314
  {
5566
5315
  className: index2 === 0 ? "k-first" : "",
@@ -5572,16 +5321,16 @@ var List = (props) => {
5572
5321
  );
5573
5322
  });
5574
5323
  }
5575
- listGroup = /* @__PURE__ */ jsx44(ListGroup, { label: listHeader, virtualization, children: listChildren });
5324
+ listGroup = /* @__PURE__ */ jsx33(ListGroup, { label: listHeader, virtualization, children: listChildren });
5576
5325
  } else if (child.type === ListItem) {
5577
- listChildren.push(/* @__PURE__ */ jsx44(ListItem, { ...child.props }, `${child.type}-${index}`));
5578
- listContent = /* @__PURE__ */ jsx44(ListContent, { virtualization, children: listChildren });
5326
+ listChildren.push(/* @__PURE__ */ jsx33(ListItem, { ...child.props }, `${child.type}-${index}`));
5327
+ listContent = /* @__PURE__ */ jsx33(ListContent, { virtualization, children: listChildren });
5579
5328
  }
5580
5329
  });
5581
5330
  } else {
5582
- listContent = /* @__PURE__ */ jsx44(NoData, { children: "No data found." });
5331
+ listContent = /* @__PURE__ */ jsx33(NoData, { children: "No data found." });
5583
5332
  }
5584
- return /* @__PURE__ */ jsxs14(
5333
+ return /* @__PURE__ */ jsxs11(
5585
5334
  "div",
5586
5335
  {
5587
5336
  ...other,
@@ -5603,24 +5352,24 @@ var List = (props) => {
5603
5352
  }
5604
5353
  );
5605
5354
  };
5606
- List.states = states26;
5607
- List.options = options24;
5355
+ List.states = states20;
5356
+ List.options = options18;
5608
5357
  List.className = LIST_CLASSNAME;
5609
- List.defaultProps = defaultProps22;
5358
+ List.defaultProps = defaultProps16;
5610
5359
 
5611
5360
  // src/list/list-angular.spec.tsx
5612
- import { jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5361
+ import { jsx as jsx34, jsxs as jsxs12 } from "react/jsx-runtime";
5613
5362
  var LISTANGULAR_CLASSNAME = `k-list`;
5614
- var states27 = [];
5615
- var options25 = {
5363
+ var states21 = [];
5364
+ var options19 = {
5616
5365
  size: [Size.small, Size.medium, Size.large]
5617
5366
  };
5618
- var defaultProps23 = {
5367
+ var defaultProps17 = {
5619
5368
  size: Size.medium
5620
5369
  };
5621
5370
  var ListAngular = (props) => {
5622
5371
  const {
5623
- size = defaultProps23.size,
5372
+ size = defaultProps17.size,
5624
5373
  virtualization,
5625
5374
  children,
5626
5375
  ...other
@@ -5636,7 +5385,7 @@ var ListAngular = (props) => {
5636
5385
  listHeader = child.props.label;
5637
5386
  child.props.children.map((optChild, index2) => {
5638
5387
  listChildren.push(
5639
- /* @__PURE__ */ jsx45(
5388
+ /* @__PURE__ */ jsx34(
5640
5389
  ListItem,
5641
5390
  {
5642
5391
  ...optChild.props
@@ -5647,7 +5396,7 @@ var ListAngular = (props) => {
5647
5396
  });
5648
5397
  } else {
5649
5398
  listChildren.push(
5650
- /* @__PURE__ */ jsx45(
5399
+ /* @__PURE__ */ jsx34(
5651
5400
  ListGroupItem,
5652
5401
  {
5653
5402
  ...child.props,
@@ -5658,7 +5407,7 @@ var ListAngular = (props) => {
5658
5407
  );
5659
5408
  child.props.children.map((optChild, index2) => {
5660
5409
  listChildren.push(
5661
- /* @__PURE__ */ jsx45(
5410
+ /* @__PURE__ */ jsx34(
5662
5411
  ListItem,
5663
5412
  {
5664
5413
  ...optChild.props
@@ -5668,16 +5417,16 @@ var ListAngular = (props) => {
5668
5417
  );
5669
5418
  });
5670
5419
  }
5671
- listGroup = /* @__PURE__ */ jsx45(ListGroup, { label: listHeader, virtualization, children: listChildren });
5420
+ listGroup = /* @__PURE__ */ jsx34(ListGroup, { label: listHeader, virtualization, children: listChildren });
5672
5421
  } else if (child.type === ListItem) {
5673
- listChildren.push(/* @__PURE__ */ jsx45(ListItem, { ...child.props }, `${child.type}-${index}`));
5674
- listContent = /* @__PURE__ */ jsx45(ListContent, { virtualization, children: listChildren });
5422
+ listChildren.push(/* @__PURE__ */ jsx34(ListItem, { ...child.props }, `${child.type}-${index}`));
5423
+ listContent = /* @__PURE__ */ jsx34(ListContent, { virtualization, children: listChildren });
5675
5424
  }
5676
5425
  });
5677
5426
  } else {
5678
- listContent = /* @__PURE__ */ jsx45(NoData, { children: "No data found." });
5427
+ listContent = /* @__PURE__ */ jsx34(NoData, { children: "No data found." });
5679
5428
  }
5680
- return /* @__PURE__ */ jsxs15(
5429
+ return /* @__PURE__ */ jsxs12(
5681
5430
  "div",
5682
5431
  {
5683
5432
  ...other,
@@ -5698,22 +5447,146 @@ var ListAngular = (props) => {
5698
5447
  }
5699
5448
  );
5700
5449
  };
5701
- ListAngular.states = states27;
5702
- ListAngular.options = options25;
5450
+ ListAngular.states = states21;
5451
+ ListAngular.options = options19;
5703
5452
  ListAngular.className = LISTANGULAR_CLASSNAME;
5704
- ListAngular.defaultProps = defaultProps23;
5453
+ ListAngular.defaultProps = defaultProps17;
5454
+
5455
+ // src/checkbox/checkbox.spec.tsx
5456
+ import { jsx as jsx35 } from "react/jsx-runtime";
5457
+ var CHECKBOX_CLASSNAME = `k-checkbox`;
5458
+ var states22 = [
5459
+ States.hover,
5460
+ States.focus,
5461
+ States.valid,
5462
+ States.invalid,
5463
+ States.required,
5464
+ States.disabled,
5465
+ States.checked,
5466
+ States.indeterminate
5467
+ ];
5468
+ var options20 = {
5469
+ size: [Size.small, Size.medium, Size.large],
5470
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5471
+ };
5472
+ var defaultProps18 = {
5473
+ size: Size.medium,
5474
+ rounded: Roundness.medium
5475
+ };
5476
+ var Checkbox = (props) => {
5477
+ const {
5478
+ id,
5479
+ checked,
5480
+ indeterminate,
5481
+ hover,
5482
+ focus,
5483
+ disabled,
5484
+ invalid,
5485
+ valid,
5486
+ required,
5487
+ size = defaultProps18.size,
5488
+ rounded = defaultProps18.rounded,
5489
+ ...other
5490
+ } = props;
5491
+ return /* @__PURE__ */ jsx35("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ jsx35(
5492
+ "input",
5493
+ {
5494
+ ...other,
5495
+ id,
5496
+ type: "checkbox",
5497
+ checked,
5498
+ required,
5499
+ className: classNames(
5500
+ props.className,
5501
+ CHECKBOX_CLASSNAME,
5502
+ optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
5503
+ stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
5504
+ )
5505
+ }
5506
+ ) });
5507
+ };
5508
+ Checkbox.states = states22;
5509
+ Checkbox.options = options20;
5510
+ Checkbox.className = CHECKBOX_CLASSNAME;
5511
+ Checkbox.defaultProps = defaultProps18;
5512
+
5513
+ // src/checkbox/checkbox-group.spec.tsx
5514
+ import { jsx as jsx36 } from "react/jsx-runtime";
5515
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5516
+ var states23 = [];
5517
+ var options21 = {};
5518
+ var defaultProps19 = {
5519
+ layout: "vertical"
5520
+ };
5521
+ var CheckboxGroup = (props) => {
5522
+ const {
5523
+ layout = defaultProps19.layout,
5524
+ ...other
5525
+ } = props;
5526
+ return /* @__PURE__ */ jsx36(
5527
+ "ul",
5528
+ {
5529
+ ...other,
5530
+ className: classNames(
5531
+ props.className,
5532
+ CHECKBOXGROUP_CLASSNAME,
5533
+ {
5534
+ [`k-list-${layout}`]: layout
5535
+ }
5536
+ ),
5537
+ children: props.children
5538
+ }
5539
+ );
5540
+ };
5541
+ CheckboxGroup.states = states23;
5542
+ CheckboxGroup.options = options21;
5543
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5544
+ CheckboxGroup.defaultProps = defaultProps19;
5545
+
5546
+ // src/checkbox/checkbox-item.spec.tsx
5547
+ import { jsx as jsx37 } from "react/jsx-runtime";
5548
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5549
+ var states24 = [];
5550
+ var options22 = {};
5551
+ var defaultProps20 = {};
5552
+ var CheckboxItem = (props) => {
5553
+ const {
5554
+ ...other
5555
+ } = props;
5556
+ return /* @__PURE__ */ jsx37(
5557
+ "li",
5558
+ {
5559
+ ...other,
5560
+ className: classNames(
5561
+ props.className,
5562
+ CHECKBOXITEM_CLASSNAME
5563
+ ),
5564
+ children: props.children
5565
+ }
5566
+ );
5567
+ };
5568
+ CheckboxItem.states = states24;
5569
+ CheckboxItem.options = options22;
5570
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5571
+ CheckboxItem.defaultProps = defaultProps20;
5572
+
5573
+ // src/checkbox/templates/checkbox-with-label.tsx
5574
+ import { Fragment as Fragment14, jsx as jsx38, jsxs as jsxs13 } from "react/jsx-runtime";
5575
+
5576
+ // src/checkbox/templates/checkbox-normal.tsx
5577
+ import { jsx as jsx39 } from "react/jsx-runtime";
5705
5578
 
5706
5579
  // src/list/list-item.spec.tsx
5707
- import { jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5580
+ import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
5708
5581
  var LISTITEM_CLASSNAME = `k-list-item`;
5709
- var states28 = [
5582
+ var states25 = [
5710
5583
  States.hover,
5711
5584
  States.focus,
5712
5585
  States.selected,
5713
5586
  States.disabled
5714
5587
  ];
5715
- var options26 = {};
5716
- var defaultProps24 = {};
5588
+ var options23 = {};
5589
+ var defaultProps21 = {};
5717
5590
  var ListItem = (props) => {
5718
5591
  const {
5719
5592
  text,
@@ -5729,7 +5602,7 @@ var ListItem = (props) => {
5729
5602
  ...other
5730
5603
  } = props;
5731
5604
  const textOrChildren = text ? text : props.children;
5732
- return /* @__PURE__ */ jsxs16(
5605
+ return /* @__PURE__ */ jsxs14(
5733
5606
  "li",
5734
5607
  {
5735
5608
  ...other,
@@ -5744,66 +5617,66 @@ var ListItem = (props) => {
5744
5617
  })
5745
5618
  ),
5746
5619
  children: [
5747
- showCheckbox && /* @__PURE__ */ jsx46(Checkbox, { checked }),
5748
- showIcon && /* @__PURE__ */ jsx46(Icon, { icon: iconName }),
5749
- /* @__PURE__ */ jsx46("span", { className: "k-list-item-text", children: textOrChildren }),
5750
- groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx46("div", { className: "k-list-item-group-label", children: groupLabel })
5620
+ showCheckbox && /* @__PURE__ */ jsx40(Checkbox, { checked }),
5621
+ showIcon && /* @__PURE__ */ jsx40(Icon, { icon: iconName }),
5622
+ /* @__PURE__ */ jsx40("span", { className: "k-list-item-text", children: textOrChildren }),
5623
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ jsx40("div", { className: "k-list-item-group-label", children: groupLabel })
5751
5624
  ]
5752
5625
  }
5753
5626
  );
5754
5627
  };
5755
- ListItem.states = states28;
5756
- ListItem.options = options26;
5628
+ ListItem.states = states25;
5629
+ ListItem.options = options23;
5757
5630
  ListItem.className = LISTITEM_CLASSNAME;
5758
- ListItem.defaultProps = defaultProps24;
5631
+ ListItem.defaultProps = defaultProps21;
5759
5632
 
5760
5633
  // src/list/list-content.tsx
5761
- import { jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5634
+ import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
5762
5635
  var className10 = `k-list-content`;
5763
5636
  var ListContent = (props) => {
5764
5637
  const {
5765
5638
  virtualization
5766
5639
  } = props;
5767
- return /* @__PURE__ */ jsxs17("div", { className: classNames(className10, props.className), children: [
5768
- /* @__PURE__ */ jsx47("ul", { className: classNames("k-list-ul"), children: props.children }),
5769
- virtualization && /* @__PURE__ */ jsx47("div", { className: "k-height-container", children: /* @__PURE__ */ jsx47("div", {}) })
5640
+ return /* @__PURE__ */ jsxs15("div", { className: classNames(className10, props.className), children: [
5641
+ /* @__PURE__ */ jsx41("ul", { className: classNames("k-list-ul"), children: props.children }),
5642
+ virtualization && /* @__PURE__ */ jsx41("div", { className: "k-height-container", children: /* @__PURE__ */ jsx41("div", {}) })
5770
5643
  ] });
5771
5644
  };
5772
5645
 
5773
5646
  // src/list/list-header.tsx
5774
- import { jsx as jsx48 } from "react/jsx-runtime";
5647
+ import { jsx as jsx42 } from "react/jsx-runtime";
5775
5648
  var className11 = `k-list-group-sticky-header`;
5776
- var ListHeader = (props) => /* @__PURE__ */ jsx48("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx48("div", { className: "k-list-header-text", children: props.children }) });
5649
+ var ListHeader = (props) => /* @__PURE__ */ jsx42("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ jsx42("div", { className: "k-list-header-text", children: props.children }) });
5777
5650
 
5778
5651
  // src/list/list-group.tsx
5779
- import { Fragment as Fragment17, jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5652
+ import { Fragment as Fragment15, jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
5780
5653
  var ListGroup = (props) => {
5781
5654
  const {
5782
5655
  virtualization,
5783
5656
  label
5784
5657
  } = props;
5785
- return /* @__PURE__ */ jsxs18(Fragment17, { children: [
5786
- label && /* @__PURE__ */ jsx49(ListHeader, { children: label }),
5787
- props.children && /* @__PURE__ */ jsx49(ListContent, { virtualization, children: props.children })
5658
+ return /* @__PURE__ */ jsxs16(Fragment15, { children: [
5659
+ label && /* @__PURE__ */ jsx43(ListHeader, { children: label }),
5660
+ props.children && /* @__PURE__ */ jsx43(ListContent, { virtualization, children: props.children })
5788
5661
  ] });
5789
5662
  };
5790
5663
 
5791
5664
  // src/list/list-group-item.tsx
5792
- import { jsx as jsx50 } from "react/jsx-runtime";
5665
+ import { jsx as jsx44 } from "react/jsx-runtime";
5793
5666
  var className12 = `k-list-group-item`;
5794
- var ListGroupItem = (props) => /* @__PURE__ */ jsx50("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx50("span", { className: "k-list-item-text", children: props.children }) });
5667
+ var ListGroupItem = (props) => /* @__PURE__ */ jsx44("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ jsx44("span", { className: "k-list-item-text", children: props.children }) });
5795
5668
 
5796
5669
  // src/list/list-option-label.tsx
5797
- import { jsx as jsx51 } from "react/jsx-runtime";
5670
+ import { jsx as jsx45 } from "react/jsx-runtime";
5798
5671
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5799
- var states29 = [
5672
+ var states26 = [
5800
5673
  States.hover,
5801
5674
  States.focus,
5802
5675
  States.selected,
5803
5676
  States.disabled
5804
5677
  ];
5805
- var options27 = {};
5806
- var defaultProps25 = {};
5678
+ var options24 = {};
5679
+ var defaultProps22 = {};
5807
5680
  var ListOptionLabel = (props) => {
5808
5681
  const {
5809
5682
  text,
@@ -5813,7 +5686,7 @@ var ListOptionLabel = (props) => {
5813
5686
  disabled,
5814
5687
  ...other
5815
5688
  } = props;
5816
- return /* @__PURE__ */ jsx51(
5689
+ return /* @__PURE__ */ jsx45(
5817
5690
  "div",
5818
5691
  {
5819
5692
  ...other,
@@ -5830,39 +5703,39 @@ var ListOptionLabel = (props) => {
5830
5703
  }
5831
5704
  );
5832
5705
  };
5833
- ListOptionLabel.states = states29;
5834
- ListOptionLabel.options = options27;
5706
+ ListOptionLabel.states = states26;
5707
+ ListOptionLabel.options = options24;
5835
5708
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5836
- ListOptionLabel.defaultProps = defaultProps25;
5709
+ ListOptionLabel.defaultProps = defaultProps22;
5837
5710
 
5838
5711
  // src/list/templates/list-normal.tsx
5839
- import { jsx as jsx52 } from "react/jsx-runtime";
5712
+ import { jsx as jsx46 } from "react/jsx-runtime";
5840
5713
 
5841
5714
  // src/list/templates/list-virtualization.tsx
5842
- import { jsx as jsx53 } from "react/jsx-runtime";
5715
+ import { jsx as jsx47 } from "react/jsx-runtime";
5843
5716
 
5844
5717
  // src/list/templates/list-grouping.tsx
5845
- import { jsx as jsx54, jsxs as jsxs19 } from "react/jsx-runtime";
5718
+ import { jsx as jsx48, jsxs as jsxs17 } from "react/jsx-runtime";
5846
5719
 
5847
5720
  // src/list/templates/list-virualization-grouping.tsx
5848
- import { jsx as jsx55, jsxs as jsxs20 } from "react/jsx-runtime";
5721
+ import { jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5849
5722
 
5850
5723
  // src/list/templates/list-virtualization-angular.tsx
5851
- import { jsx as jsx56 } from "react/jsx-runtime";
5724
+ import { jsx as jsx50 } from "react/jsx-runtime";
5852
5725
 
5853
5726
  // src/list/templates/list-grouping-angular.tsx
5854
- import { jsx as jsx57, jsxs as jsxs21 } from "react/jsx-runtime";
5727
+ import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5855
5728
 
5856
5729
  // src/list/templates/list-virualization-grouping-angular.tsx
5857
- import { jsx as jsx58, jsxs as jsxs22 } from "react/jsx-runtime";
5730
+ import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5858
5731
 
5859
5732
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5860
- import { jsx as jsx59, jsxs as jsxs23 } from "react/jsx-runtime";
5733
+ import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5861
5734
 
5862
5735
  // src/searchbox/searchbox.spec.tsx
5863
- import { jsx as jsx60, jsxs as jsxs24 } from "react/jsx-runtime";
5736
+ import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5864
5737
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5865
- var states30 = [
5738
+ var states27 = [
5866
5739
  States.hover,
5867
5740
  States.focus,
5868
5741
  States.valid,
@@ -5871,12 +5744,12 @@ var states30 = [
5871
5744
  States.disabled,
5872
5745
  States.loading
5873
5746
  ];
5874
- var options28 = {
5747
+ var options25 = {
5875
5748
  size: [Size.small, Size.medium, Size.large],
5876
5749
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5877
5750
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5878
5751
  };
5879
- var defaultProps26 = {
5752
+ var defaultProps23 = {
5880
5753
  showIcon: true,
5881
5754
  icon: "search",
5882
5755
  size: Input.defaultProps.size,
@@ -5897,11 +5770,11 @@ var Searchbox = (props) => {
5897
5770
  required,
5898
5771
  loading,
5899
5772
  disabled,
5900
- showIcon = defaultProps26.showIcon,
5901
- icon = defaultProps26.icon,
5773
+ showIcon = defaultProps23.showIcon,
5774
+ icon = defaultProps23.icon,
5902
5775
  ...other
5903
5776
  } = props;
5904
- return /* @__PURE__ */ jsxs24(
5777
+ return /* @__PURE__ */ jsxs22(
5905
5778
  Input,
5906
5779
  {
5907
5780
  ...other,
@@ -5917,96 +5790,196 @@ var Searchbox = (props) => {
5917
5790
  disabled,
5918
5791
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5919
5792
  children: [
5920
- showIcon && /* @__PURE__ */ jsx60(Icon, { className: "k-input-icon", icon }),
5921
- /* @__PURE__ */ jsx60(InputInnerInput, { placeholder, value }),
5922
- /* @__PURE__ */ jsx60(InputLoadingIcon, { ...props }),
5923
- /* @__PURE__ */ jsx60(InputValidationIcon, { ...props }),
5924
- /* @__PURE__ */ jsx60(InputClearValue, { ...props })
5793
+ showIcon && /* @__PURE__ */ jsx54(Icon, { className: "k-input-icon", icon }),
5794
+ /* @__PURE__ */ jsx54(InputInnerInput, { placeholder, value }),
5795
+ /* @__PURE__ */ jsx54(InputLoadingIcon, { ...props }),
5796
+ /* @__PURE__ */ jsx54(InputValidationIcon, { ...props }),
5797
+ /* @__PURE__ */ jsx54(InputClearValue, { ...props })
5925
5798
  ]
5926
5799
  }
5927
5800
  );
5928
5801
  };
5929
- Searchbox.states = states30;
5930
- Searchbox.options = options28;
5802
+ Searchbox.states = states27;
5803
+ Searchbox.options = options25;
5931
5804
  Searchbox.className = SEARCHBOX_CLASSNAME;
5932
- Searchbox.defaultProps = defaultProps26;
5805
+ Searchbox.defaultProps = defaultProps23;
5933
5806
 
5934
5807
  // src/searchbox/templates/searchbox-normal.tsx
5935
- import { jsx as jsx61 } from "react/jsx-runtime";
5808
+ import { jsx as jsx55 } from "react/jsx-runtime";
5936
5809
 
5937
5810
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5938
- import { Fragment as Fragment18, jsx as jsx62, jsxs as jsxs25 } from "react/jsx-runtime";
5811
+ import { Fragment as Fragment16, jsx as jsx56, jsxs as jsxs23 } from "react/jsx-runtime";
5939
5812
 
5940
5813
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5941
- import { jsx as jsx63, jsxs as jsxs26 } from "react/jsx-runtime";
5814
+ import { jsx as jsx57, jsxs as jsxs24 } from "react/jsx-runtime";
5942
5815
 
5943
5816
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5817
+ import { Fragment as Fragment17, jsx as jsx58, jsxs as jsxs25 } from "react/jsx-runtime";
5818
+
5819
+ // src/radio/radio.spec.tsx
5820
+ import { jsx as jsx59 } from "react/jsx-runtime";
5821
+ var RADIOBUTTON_CLASSNAME = `k-radio`;
5822
+ var states28 = [
5823
+ States.hover,
5824
+ States.focus,
5825
+ States.valid,
5826
+ States.invalid,
5827
+ States.required,
5828
+ States.disabled,
5829
+ States.checked
5830
+ ];
5831
+ var options26 = {
5832
+ size: [Size.small, Size.medium, Size.large]
5833
+ };
5834
+ var defaultProps24 = {
5835
+ size: Size.medium
5836
+ };
5837
+ var RadioButton = (props) => {
5838
+ const {
5839
+ id,
5840
+ checked,
5841
+ hover,
5842
+ focus,
5843
+ disabled,
5844
+ invalid,
5845
+ valid,
5846
+ required,
5847
+ size = defaultProps24.size,
5848
+ ...other
5849
+ } = props;
5850
+ return /* @__PURE__ */ jsx59("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx59(
5851
+ "input",
5852
+ {
5853
+ ...other,
5854
+ id,
5855
+ type: "radio",
5856
+ checked,
5857
+ required,
5858
+ className: classNames(
5859
+ props.className,
5860
+ RADIOBUTTON_CLASSNAME,
5861
+ optionClassNames(RADIOBUTTON_CLASSNAME, { size }),
5862
+ stateClassNames(RADIOBUTTON_CLASSNAME, { hover, focus, disabled, invalid, valid, checked })
5863
+ )
5864
+ }
5865
+ ) });
5866
+ };
5867
+ RadioButton.states = states28;
5868
+ RadioButton.options = options26;
5869
+ RadioButton.className = RADIOBUTTON_CLASSNAME;
5870
+ RadioButton.defaultProps = defaultProps24;
5871
+ var radio_spec_default = RadioButton;
5872
+
5873
+ // src/radio/radio-group.spec.tsx
5874
+ import { jsx as jsx60 } from "react/jsx-runtime";
5875
+ var RADIOGROUP_CLASSNAME = `k-radio-list`;
5876
+ var states29 = [];
5877
+ var options27 = {};
5878
+ var defaultProps25 = {
5879
+ layout: "vertical"
5880
+ };
5881
+ var RadioGroup = (props) => {
5882
+ const {
5883
+ layout = defaultProps25.layout,
5884
+ ...other
5885
+ } = props;
5886
+ return /* @__PURE__ */ jsx60(
5887
+ "ul",
5888
+ {
5889
+ ...other,
5890
+ className: classNames(
5891
+ props.className,
5892
+ RADIOGROUP_CLASSNAME,
5893
+ {
5894
+ [`k-list-${layout}`]: layout
5895
+ }
5896
+ ),
5897
+ children: props.children
5898
+ }
5899
+ );
5900
+ };
5901
+ RadioGroup.states = states29;
5902
+ RadioGroup.options = options27;
5903
+ RadioGroup.className = RADIOGROUP_CLASSNAME;
5904
+ RadioGroup.defaultProps = defaultProps25;
5905
+
5906
+ // src/radio/radio-item.spec.tsx
5907
+ import { jsx as jsx61 } from "react/jsx-runtime";
5908
+ var RADIOITEM_CLASSNAME = `k-radio-list-item`;
5909
+ var states30 = [];
5910
+ var options28 = {};
5911
+ var defaultProps26 = {};
5912
+ var RadioItem = (props) => {
5913
+ const {
5914
+ ...other
5915
+ } = props;
5916
+ return /* @__PURE__ */ jsx61(
5917
+ "li",
5918
+ {
5919
+ ...other,
5920
+ className: classNames(
5921
+ props.className,
5922
+ RADIOITEM_CLASSNAME
5923
+ ),
5924
+ children: props.children
5925
+ }
5926
+ );
5927
+ };
5928
+ RadioItem.states = states30;
5929
+ RadioItem.options = options28;
5930
+ RadioItem.className = RADIOITEM_CLASSNAME;
5931
+ RadioItem.defaultProps = defaultProps26;
5932
+
5933
+ // src/radio/templates/radio-normal.tsx
5934
+ import { jsx as jsx62 } from "react/jsx-runtime";
5935
+
5936
+ // src/radio/templates/radio-label.tsx
5937
+ import { Fragment as Fragment18, jsx as jsx63, jsxs as jsxs26 } from "react/jsx-runtime";
5938
+ var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ jsxs26(Fragment18, { children: [
5939
+ /* @__PURE__ */ jsx63(radio_spec_default, { ...other, id }),
5940
+ /* @__PURE__ */ jsx63("label", { className: "k-radio-label", htmlFor: id, children })
5941
+ ] });
5942
+
5943
+ // src/radio/templates/radio-inside-label.tsx
5944
5944
  import { Fragment as Fragment19, jsx as jsx64, jsxs as jsxs27 } from "react/jsx-runtime";
5945
5945
 
5946
5946
  // src/spreadsheet/tests/spreadsheet-data-validation.tsx
5947
5947
  import { Fragment as Fragment20, jsx as jsx65, jsxs as jsxs28 } from "react/jsx-runtime";
5948
5948
  var style = `
5949
5949
  .k-window {
5950
- width: 450px;
5950
+ min-width: 400px;
5951
5951
  position: relative;
5952
5952
  }
5953
5953
  `;
5954
5954
  var spreadsheet_data_validation_default = () => /* @__PURE__ */ jsxs28(Fragment20, { children: [
5955
5955
  /* @__PURE__ */ jsx65("style", { children: style }),
5956
- /* @__PURE__ */ jsx65("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ jsx65(Window, { title: "Data Validation", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs28(Fragment20, { children: [
5957
- /* @__PURE__ */ jsx65(Button, { themeColor: "primary", children: "Apply" }),
5958
- /* @__PURE__ */ jsx65(Button, { children: "Cancel" })
5959
- ] }), children: /* @__PURE__ */ jsxs28(Form, { children: [
5960
- /* @__PURE__ */ jsx65(
5961
- FormField,
5962
- {
5963
- label: "Criteria:",
5964
- editor: /* @__PURE__ */ jsx65(DropdownList, { placeholder: "Number" })
5965
- }
5966
- ),
5967
- /* @__PURE__ */ jsx65(
5968
- FormField,
5969
- {
5970
- label: "Comparer:",
5971
- editor: /* @__PURE__ */ jsx65(DropdownList, { placeholder: "greater than" })
5972
- }
5973
- ),
5974
- /* @__PURE__ */ jsx65(
5975
- FormField,
5976
- {
5977
- label: "Min:",
5978
- editor: /* @__PURE__ */ jsx65(Textbox, { placeholder: "e.g. 10" })
5979
- }
5980
- ),
5981
- /* @__PURE__ */ jsx65(
5982
- FormField,
5983
- {
5984
- editor: /* @__PURE__ */ jsxs28(Fragment20, { children: [
5985
- /* @__PURE__ */ jsx65(Checkbox, { checked: true }),
5986
- /* @__PURE__ */ jsx65("label", { className: "k-checkbox-label", children: "Ignore blank" })
5987
- ] })
5988
- }
5989
- ),
5990
- /* @__PURE__ */ jsx65(
5991
- FormField,
5992
- {
5993
- label: "On invalid data:",
5994
- editor: /* @__PURE__ */ jsxs28(RadioGroup, { layout: "horizontal", children: [
5995
- /* @__PURE__ */ jsx65(RadioItem, { children: /* @__PURE__ */ jsx65(RadioButtonLabel, { checked: true, children: "Reject input" }) }),
5996
- /* @__PURE__ */ jsx65(RadioItem, { children: /* @__PURE__ */ jsx65(RadioButtonLabel, { children: "Show warning" }) })
5997
- ] })
5998
- }
5999
- ),
6000
- /* @__PURE__ */ jsx65(
6001
- FormField,
6002
- {
6003
- editor: /* @__PURE__ */ jsxs28(Fragment20, { children: [
6004
- /* @__PURE__ */ jsx65(Checkbox, {}),
6005
- /* @__PURE__ */ jsx65("label", { className: "k-checkbox-label", children: "Show hint" })
6006
- ] })
6007
- }
6008
- )
6009
- ] }) }) })
5956
+ /* @__PURE__ */ jsxs28("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5957
+ /* @__PURE__ */ jsx65("section", { children: /* @__PURE__ */ jsx65(Window, { title: "Data Validation", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs28(Fragment20, { children: [
5958
+ /* @__PURE__ */ jsx65(Button, { themeColor: "primary", children: "Apply" }),
5959
+ /* @__PURE__ */ jsx65(Button, { children: "Cancel" })
5960
+ ] }), children: /* @__PURE__ */ jsxs28(Form, { children: [
5961
+ /* @__PURE__ */ jsx65(FormField, { label: "Cell Range", editor: /* @__PURE__ */ jsx65(Textbox, { value: "Input Value" }) }),
5962
+ /* @__PURE__ */ jsx65(FormField, { label: "Criteria", editor: /* @__PURE__ */ jsx65(DropdownList, { value: "Number" }) }),
5963
+ /* @__PURE__ */ jsx65(FormField, { label: "Comparer", editor: /* @__PURE__ */ jsx65(DropdownList, { value: "Greater than" }) }),
5964
+ /* @__PURE__ */ jsx65(FormField, { label: "Min", editor: /* @__PURE__ */ jsx65(Textbox, { placeholder: "Placeholder" }) }),
5965
+ /* @__PURE__ */ jsx65(FormField, { editor: /* @__PURE__ */ jsxs28(Fragment20, { children: [
5966
+ /* @__PURE__ */ jsx65(Checkbox, {}),
5967
+ /* @__PURE__ */ jsx65("label", { className: "k-checkbox-label", children: "Ignore blank" })
5968
+ ] }) }),
5969
+ /* @__PURE__ */ jsx65(FormField, { label: "On invalid data", editor: /* @__PURE__ */ jsxs28(RadioGroup, { layout: "vertical", children: [
5970
+ /* @__PURE__ */ jsx65(RadioItem, { children: /* @__PURE__ */ jsx65(RadioButtonLabel, { checked: true, children: "Reject input" }) }),
5971
+ /* @__PURE__ */ jsx65(RadioItem, { children: /* @__PURE__ */ jsx65(RadioButtonLabel, { children: "Show warning" }) })
5972
+ ] }) }),
5973
+ /* @__PURE__ */ jsx65(FormField, { editor: /* @__PURE__ */ jsxs28(Fragment20, { children: [
5974
+ /* @__PURE__ */ jsx65(Checkbox, {}),
5975
+ /* @__PURE__ */ jsx65("label", { className: "k-checkbox-label", children: "Show hint" })
5976
+ ] }) })
5977
+ ] }) }) }),
5978
+ /* @__PURE__ */ jsx65("section", { children: /* @__PURE__ */ jsx65(Window, { title: "Birth Date validaiton error", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ jsxs28(Fragment20, { children: [
5979
+ /* @__PURE__ */ jsx65(Button, { themeColor: "primary", children: "Retry" }),
5980
+ /* @__PURE__ */ jsx65(Button, { children: "Cancel" })
5981
+ ] }), children: "Birth Date should be between 1899 and 1998 year." }) })
5982
+ ] })
6010
5983
  ] });
6011
5984
  export {
6012
5985
  spreadsheet_data_validation_default as default