@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
@@ -4531,261 +4531,10 @@ Window.options = options6;
4531
4531
  Window.className = WINDOW_CLASSNAME;
4532
4532
  Window.defaultProps = defaultProps6;
4533
4533
 
4534
- // src/checkbox/checkbox.spec.tsx
4535
- var import_jsx_runtime10 = require("react/jsx-runtime");
4536
- var CHECKBOX_CLASSNAME = `k-checkbox`;
4537
- var states7 = [
4538
- States.hover,
4539
- States.focus,
4540
- States.valid,
4541
- States.invalid,
4542
- States.required,
4543
- States.disabled,
4544
- States.checked,
4545
- States.indeterminate
4546
- ];
4547
- var options7 = {
4548
- size: [Size.small, Size.medium, Size.large],
4549
- rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
4550
- };
4551
- var defaultProps7 = {
4552
- size: Size.medium,
4553
- rounded: Roundness.medium
4554
- };
4555
- var Checkbox = (props) => {
4556
- const {
4557
- id,
4558
- checked,
4559
- indeterminate,
4560
- hover,
4561
- focus,
4562
- disabled,
4563
- invalid,
4564
- valid,
4565
- required,
4566
- size = defaultProps7.size,
4567
- rounded = defaultProps7.rounded,
4568
- ...other
4569
- } = props;
4570
- return /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4571
- "input",
4572
- {
4573
- ...other,
4574
- id,
4575
- type: "checkbox",
4576
- checked,
4577
- required,
4578
- className: classNames(
4579
- props.className,
4580
- CHECKBOX_CLASSNAME,
4581
- optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
4582
- stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
4583
- )
4584
- }
4585
- ) });
4586
- };
4587
- Checkbox.states = states7;
4588
- Checkbox.options = options7;
4589
- Checkbox.className = CHECKBOX_CLASSNAME;
4590
- Checkbox.defaultProps = defaultProps7;
4591
-
4592
- // src/checkbox/checkbox-group.spec.tsx
4593
- var import_jsx_runtime11 = require("react/jsx-runtime");
4594
- var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
4595
- var states8 = [];
4596
- var options8 = {};
4597
- var defaultProps8 = {
4598
- layout: "vertical"
4599
- };
4600
- var CheckboxGroup = (props) => {
4601
- const {
4602
- layout = defaultProps8.layout,
4603
- ...other
4604
- } = props;
4605
- return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4606
- "ul",
4607
- {
4608
- ...other,
4609
- className: classNames(
4610
- props.className,
4611
- CHECKBOXGROUP_CLASSNAME,
4612
- {
4613
- [`k-list-${layout}`]: layout
4614
- }
4615
- ),
4616
- children: props.children
4617
- }
4618
- );
4619
- };
4620
- CheckboxGroup.states = states8;
4621
- CheckboxGroup.options = options8;
4622
- CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
4623
- CheckboxGroup.defaultProps = defaultProps8;
4624
-
4625
- // src/checkbox/checkbox-item.spec.tsx
4626
- var import_jsx_runtime12 = require("react/jsx-runtime");
4627
- var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
4628
- var states9 = [];
4629
- var options9 = {};
4630
- var defaultProps9 = {};
4631
- var CheckboxItem = (props) => {
4632
- const {
4633
- ...other
4634
- } = props;
4635
- return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4636
- "li",
4637
- {
4638
- ...other,
4639
- className: classNames(
4640
- props.className,
4641
- CHECKBOXITEM_CLASSNAME
4642
- ),
4643
- children: props.children
4644
- }
4645
- );
4646
- };
4647
- CheckboxItem.states = states9;
4648
- CheckboxItem.options = options9;
4649
- CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
4650
- CheckboxItem.defaultProps = defaultProps9;
4651
-
4652
- // src/checkbox/templates/checkbox-with-label.tsx
4653
- var import_jsx_runtime13 = require("react/jsx-runtime");
4654
-
4655
- // src/checkbox/templates/checkbox-normal.tsx
4656
- var import_jsx_runtime14 = require("react/jsx-runtime");
4657
-
4658
- // src/radio/radio.spec.tsx
4659
- var import_jsx_runtime15 = require("react/jsx-runtime");
4660
- var RADIOBUTTON_CLASSNAME = `k-radio`;
4661
- var states10 = [
4662
- States.hover,
4663
- States.focus,
4664
- States.valid,
4665
- States.invalid,
4666
- States.required,
4667
- States.disabled,
4668
- States.checked
4669
- ];
4670
- var options10 = {
4671
- size: [Size.small, Size.medium, Size.large]
4672
- };
4673
- var defaultProps10 = {
4674
- size: Size.medium
4675
- };
4676
- var RadioButton = (props) => {
4677
- const {
4678
- id,
4679
- checked,
4680
- hover,
4681
- focus,
4682
- disabled,
4683
- invalid,
4684
- valid,
4685
- required,
4686
- size = defaultProps10.size,
4687
- ...other
4688
- } = props;
4689
- return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4690
- "input",
4691
- {
4692
- ...other,
4693
- id,
4694
- type: "radio",
4695
- checked,
4696
- required,
4697
- className: classNames(
4698
- props.className,
4699
- RADIOBUTTON_CLASSNAME,
4700
- optionClassNames(RADIOBUTTON_CLASSNAME, { size }),
4701
- stateClassNames(RADIOBUTTON_CLASSNAME, { hover, focus, disabled, invalid, valid, checked })
4702
- )
4703
- }
4704
- ) });
4705
- };
4706
- RadioButton.states = states10;
4707
- RadioButton.options = options10;
4708
- RadioButton.className = RADIOBUTTON_CLASSNAME;
4709
- RadioButton.defaultProps = defaultProps10;
4710
- var radio_spec_default = RadioButton;
4711
-
4712
- // src/radio/radio-group.spec.tsx
4713
- var import_jsx_runtime16 = require("react/jsx-runtime");
4714
- var RADIOGROUP_CLASSNAME = `k-radio-list`;
4715
- var states11 = [];
4716
- var options11 = {};
4717
- var defaultProps11 = {
4718
- layout: "vertical"
4719
- };
4720
- var RadioGroup = (props) => {
4721
- const {
4722
- layout = defaultProps11.layout,
4723
- ...other
4724
- } = props;
4725
- return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
4726
- "ul",
4727
- {
4728
- ...other,
4729
- className: classNames(
4730
- props.className,
4731
- RADIOGROUP_CLASSNAME,
4732
- {
4733
- [`k-list-${layout}`]: layout
4734
- }
4735
- ),
4736
- children: props.children
4737
- }
4738
- );
4739
- };
4740
- RadioGroup.states = states11;
4741
- RadioGroup.options = options11;
4742
- RadioGroup.className = RADIOGROUP_CLASSNAME;
4743
- RadioGroup.defaultProps = defaultProps11;
4744
-
4745
- // src/radio/radio-item.spec.tsx
4746
- var import_jsx_runtime17 = require("react/jsx-runtime");
4747
- var RADIOITEM_CLASSNAME = `k-radio-list-item`;
4748
- var states12 = [];
4749
- var options12 = {};
4750
- var defaultProps12 = {};
4751
- var RadioItem = (props) => {
4752
- const {
4753
- ...other
4754
- } = props;
4755
- return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
4756
- "li",
4757
- {
4758
- ...other,
4759
- className: classNames(
4760
- props.className,
4761
- RADIOITEM_CLASSNAME
4762
- ),
4763
- children: props.children
4764
- }
4765
- );
4766
- };
4767
- RadioItem.states = states12;
4768
- RadioItem.options = options12;
4769
- RadioItem.className = RADIOITEM_CLASSNAME;
4770
- RadioItem.defaultProps = defaultProps12;
4771
-
4772
- // src/radio/templates/radio-normal.tsx
4773
- var import_jsx_runtime18 = require("react/jsx-runtime");
4774
-
4775
- // src/radio/templates/radio-label.tsx
4776
- var import_jsx_runtime19 = require("react/jsx-runtime");
4777
- var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
4778
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(radio_spec_default, { ...other, id }),
4779
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("label", { className: "k-radio-label", htmlFor: id, children })
4780
- ] });
4781
-
4782
- // src/radio/templates/radio-inside-label.tsx
4783
- var import_jsx_runtime20 = require("react/jsx-runtime");
4784
-
4785
4534
  // src/form/form-field.tsx
4786
- var import_jsx_runtime21 = require("react/jsx-runtime");
4535
+ var import_jsx_runtime10 = require("react/jsx-runtime");
4787
4536
  var FORMFIELD_CLASSNAME = "k-form-field";
4788
- var states13 = [
4537
+ var states7 = [
4789
4538
  States.disabled
4790
4539
  ];
4791
4540
  var FormField = (props) => {
@@ -4801,7 +4550,7 @@ var FormField = (props) => {
4801
4550
  dir,
4802
4551
  colSpan
4803
4552
  } = props;
4804
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
4553
+ return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
4805
4554
  "div",
4806
4555
  {
4807
4556
  className: classNames(
@@ -4814,19 +4563,19 @@ var FormField = (props) => {
4814
4563
  ),
4815
4564
  dir,
4816
4565
  children: [
4817
- label && /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("label", { className: classNames(
4566
+ label && /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("label", { className: classNames(
4818
4567
  "k-label",
4819
4568
  "k-form-label"
4820
4569
  ), children: [
4821
4570
  label,
4822
- optional && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
4823
- info && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "k-field-info", children: "(field info)" })
4571
+ optional && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
4572
+ info && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-field-info", children: "(field info)" })
4824
4573
  ] }),
4825
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
4826
- /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "k-form-field-wrap", children: [
4574
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
4575
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("div", { className: "k-form-field-wrap", children: [
4827
4576
  editor,
4828
- hint && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-form-hint", children: hint }),
4829
- error && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "k-form-error", children: error })
4577
+ hint && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-form-hint", children: hint }),
4578
+ error && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("div", { className: "k-form-error", children: error })
4830
4579
  ] })
4831
4580
  ]
4832
4581
  }
@@ -4835,7 +4584,7 @@ var FormField = (props) => {
4835
4584
  FormField.className = FORMFIELD_CLASSNAME;
4836
4585
 
4837
4586
  // src/form/fieldset.tsx
4838
- var import_jsx_runtime22 = require("react/jsx-runtime");
4587
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4839
4588
  var FIELDSET_CLASSNAME = "k-form-fieldset";
4840
4589
  var Fieldset = (props) => {
4841
4590
  const {
@@ -4845,9 +4594,9 @@ var Fieldset = (props) => {
4845
4594
  gapX,
4846
4595
  gapY
4847
4596
  } = props;
4848
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4849
- legend && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("legend", { className: "k-form-legend", children: legend }),
4850
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("div", { className: classNames(
4597
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
4598
+ legend && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("legend", { className: "k-form-legend", children: legend }),
4599
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("div", { className: classNames(
4851
4600
  "k-form-layout",
4852
4601
  "k-d-grid",
4853
4602
  {
@@ -4855,37 +4604,37 @@ var Fieldset = (props) => {
4855
4604
  [`k-gap-x-${gapX}`]: gapX,
4856
4605
  [`k-gap-y-${gapY}`]: gapY
4857
4606
  }
4858
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, { children: props.children })
4607
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_jsx_runtime11.Fragment, { children: props.children })
4859
4608
  ] });
4860
4609
  };
4861
4610
  Fieldset.className = FIELDSET_CLASSNAME;
4862
4611
 
4863
4612
  // src/form/form.spec.tsx
4864
- var import_jsx_runtime23 = require("react/jsx-runtime");
4613
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4865
4614
  var import_react = require("react");
4866
4615
  var FORM_CLASSNAME = "k-form";
4867
- var states14 = [];
4868
- var options13 = {
4616
+ var states8 = [];
4617
+ var options7 = {
4869
4618
  size: [Size.small, Size.medium, Size.large]
4870
4619
  };
4871
- var defaultProps13 = {
4620
+ var defaultProps7 = {
4872
4621
  size: Size.medium,
4873
4622
  layout: "basic",
4874
4623
  tag: "form"
4875
4624
  };
4876
4625
  var Form = (props) => {
4877
4626
  const {
4878
- size = defaultProps13.size,
4627
+ size = defaultProps7.size,
4879
4628
  orientation,
4880
- layout = defaultProps13.layout,
4629
+ layout = defaultProps7.layout,
4881
4630
  formButtons,
4882
4631
  cols,
4883
4632
  gapX,
4884
4633
  gapY,
4885
- tag = defaultProps13.tag,
4634
+ tag = defaultProps7.tag,
4886
4635
  children
4887
4636
  } = props;
4888
- const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: className13, children: children2 });
4637
+ const Parent = ({ tag: tag2, className: className13, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("form", { className: className13, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: className13, children: children2 });
4889
4638
  const formChildren = [];
4890
4639
  if (children) {
4891
4640
  if (Array.isArray(children)) {
@@ -4904,7 +4653,7 @@ var Form = (props) => {
4904
4653
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
4905
4654
  }
4906
4655
  }
4907
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(Parent, { tag, className: classNames(
4656
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(Parent, { tag, className: classNames(
4908
4657
  props.className,
4909
4658
  FORM_CLASSNAME,
4910
4659
  optionClassNames(FORM_CLASSNAME, {
@@ -4914,7 +4663,7 @@ var Form = (props) => {
4914
4663
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
4915
4664
  }
4916
4665
  ), children: [
4917
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: classNames(
4666
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: classNames(
4918
4667
  "k-form-layout",
4919
4668
  "k-d-grid",
4920
4669
  {
@@ -4922,19 +4671,19 @@ var Form = (props) => {
4922
4671
  [`k-gap-x-${gapX}`]: gapX,
4923
4672
  [`k-gap-y-${gapY}`]: gapY
4924
4673
  }
4925
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_jsx_runtime23.Fragment, { children: formChildren }),
4926
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("div", { className: "k-form-buttons", children: formButtons })
4674
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_jsx_runtime12.Fragment, { children: formChildren }),
4675
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-form-buttons", children: formButtons })
4927
4676
  ] });
4928
4677
  };
4929
- Form.states = states14;
4930
- Form.options = options13;
4678
+ Form.states = states8;
4679
+ Form.options = options7;
4931
4680
  Form.className = FORM_CLASSNAME;
4932
- Form.defaultProps = defaultProps13;
4681
+ Form.defaultProps = defaultProps7;
4933
4682
 
4934
4683
  // src/input/input.spec.tsx
4935
- var import_jsx_runtime24 = require("react/jsx-runtime");
4684
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4936
4685
  var INPUT_CLASSNAME = `k-input`;
4937
- var states15 = [
4686
+ var states9 = [
4938
4687
  States.hover,
4939
4688
  States.focus,
4940
4689
  States.valid,
@@ -4944,12 +4693,12 @@ var states15 = [
4944
4693
  States.loading,
4945
4694
  States.readonly
4946
4695
  ];
4947
- var options14 = {
4696
+ var options8 = {
4948
4697
  size: [Size.small, Size.medium, Size.large],
4949
4698
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4950
4699
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
4951
4700
  };
4952
- var defaultProps14 = {
4701
+ var defaultProps8 = {
4953
4702
  size: Size.medium,
4954
4703
  rounded: Size.medium,
4955
4704
  fillMode: FillMode.solid
@@ -4963,12 +4712,12 @@ var Input = (props) => {
4963
4712
  valid,
4964
4713
  loading,
4965
4714
  readonly,
4966
- size = defaultProps14.size,
4967
- rounded = defaultProps14.rounded,
4968
- fillMode = defaultProps14.fillMode,
4715
+ size = defaultProps8.size,
4716
+ rounded = defaultProps8.rounded,
4717
+ fillMode = defaultProps8.fillMode,
4969
4718
  ...other
4970
4719
  } = props;
4971
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
4720
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
4972
4721
  "span",
4973
4722
  {
4974
4723
  ...other,
@@ -4981,13 +4730,13 @@ var Input = (props) => {
4981
4730
  }
4982
4731
  );
4983
4732
  };
4984
- Input.states = states15;
4985
- Input.options = options14;
4733
+ Input.states = states9;
4734
+ Input.options = options8;
4986
4735
  Input.className = INPUT_CLASSNAME;
4987
- Input.defaultProps = defaultProps14;
4736
+ Input.defaultProps = defaultProps8;
4988
4737
 
4989
4738
  // src/input/picker.spec.tsx
4990
- var import_jsx_runtime25 = require("react/jsx-runtime");
4739
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4991
4740
  var PICKER_CLASSNAME = `k-picker`;
4992
4741
  var pickerStates = [
4993
4742
  States.hover,
@@ -5004,7 +4753,7 @@ var pickerOptions = {
5004
4753
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5005
4754
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5006
4755
  };
5007
- var defaultProps15 = {
4756
+ var defaultProps9 = {
5008
4757
  size: Size.medium,
5009
4758
  rounded: Roundness.medium,
5010
4759
  fillMode: FillMode.solid
@@ -5018,12 +4767,12 @@ var Picker = (props) => {
5018
4767
  valid,
5019
4768
  loading,
5020
4769
  readonly,
5021
- size = defaultProps15.size,
5022
- rounded = defaultProps15.rounded,
5023
- fillMode = defaultProps15.fillMode,
4770
+ size = defaultProps9.size,
4771
+ rounded = defaultProps9.rounded,
4772
+ fillMode = defaultProps9.fillMode,
5024
4773
  ...other
5025
4774
  } = props;
5026
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4775
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
5027
4776
  "span",
5028
4777
  {
5029
4778
  ...other,
@@ -5040,17 +4789,17 @@ var Picker = (props) => {
5040
4789
  Picker.states = pickerStates;
5041
4790
  Picker.options = pickerOptions;
5042
4791
  Picker.className = PICKER_CLASSNAME;
5043
- Picker.defaultProps = defaultProps15;
4792
+ Picker.defaultProps = defaultProps9;
5044
4793
 
5045
4794
  // src/input/input-clear-value.tsx
5046
- var import_jsx_runtime26 = require("react/jsx-runtime");
4795
+ var import_jsx_runtime15 = require("react/jsx-runtime");
5047
4796
  var className = `k-clear-value`;
5048
- var states16 = [
4797
+ var states10 = [
5049
4798
  States.disabled,
5050
4799
  States.loading,
5051
4800
  States.readonly
5052
4801
  ];
5053
- var options15 = {};
4802
+ var options9 = {};
5054
4803
  var InputClearValue = (props) => {
5055
4804
  const {
5056
4805
  disabled,
@@ -5059,20 +4808,20 @@ var InputClearValue = (props) => {
5059
4808
  value
5060
4809
  } = props;
5061
4810
  if (disabled || readonly || loading || !value) {
5062
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_jsx_runtime26.Fragment, {});
4811
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, {});
5063
4812
  }
5064
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { icon: "x" }) });
4813
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("span", { className: classNames(props.className, className), children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon, { icon: "x" }) });
5065
4814
  };
5066
- InputClearValue.states = states16;
5067
- InputClearValue.options = options15;
4815
+ InputClearValue.states = states10;
4816
+ InputClearValue.options = options9;
5068
4817
  InputClearValue.className = className;
5069
4818
 
5070
4819
  // src/input/input-inner-input.tsx
5071
- var import_jsx_runtime27 = require("react/jsx-runtime");
4820
+ var import_jsx_runtime16 = require("react/jsx-runtime");
5072
4821
  var className2 = `k-input-inner`;
5073
- var states17 = [];
5074
- var options16 = {};
5075
- var defaultProps16 = {
4822
+ var states11 = [];
4823
+ var options10 = {};
4824
+ var defaultProps10 = {
5076
4825
  type: "text",
5077
4826
  autocomplete: "off",
5078
4827
  value: "",
@@ -5080,13 +4829,13 @@ var defaultProps16 = {
5080
4829
  };
5081
4830
  var InputInnerInput = (props) => {
5082
4831
  const {
5083
- value = defaultProps16.value,
5084
- type = defaultProps16.type,
5085
- placeholder = defaultProps16.placeholder,
5086
- autocomplete = defaultProps16.autocomplete,
4832
+ value = defaultProps10.value,
4833
+ type = defaultProps10.type,
4834
+ placeholder = defaultProps10.placeholder,
4835
+ autocomplete = defaultProps10.autocomplete,
5087
4836
  ...other
5088
4837
  } = props;
5089
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4838
+ return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
5090
4839
  "input",
5091
4840
  {
5092
4841
  ...other,
@@ -5098,15 +4847,15 @@ var InputInnerInput = (props) => {
5098
4847
  }
5099
4848
  );
5100
4849
  };
5101
- InputInnerInput.states = states17;
5102
- InputInnerInput.options = options16;
4850
+ InputInnerInput.states = states11;
4851
+ InputInnerInput.options = options10;
5103
4852
  InputInnerInput.className = className2;
5104
4853
 
5105
4854
  // src/input/input-inner-span.tsx
5106
- var import_jsx_runtime28 = require("react/jsx-runtime");
4855
+ var import_jsx_runtime17 = require("react/jsx-runtime");
5107
4856
  var className3 = `k-input-inner`;
5108
- var states18 = [];
5109
- var options17 = {};
4857
+ var states12 = [];
4858
+ var options11 = {};
5110
4859
  var InputInnerSpan = (props) => {
5111
4860
  const {
5112
4861
  value,
@@ -5116,41 +4865,41 @@ var InputInnerSpan = (props) => {
5116
4865
  valueIconName,
5117
4866
  ...other
5118
4867
  } = props;
5119
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
4868
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
5120
4869
  "span",
5121
4870
  {
5122
4871
  ...other,
5123
4872
  className: classNames(props.className, className3, optionClassNames(className3, props)),
5124
4873
  children: [
5125
4874
  valueIcon,
5126
- !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
4875
+ !valueIcon && valueIconName && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(Icon, { className: "k-input-value-icon", icon: valueIconName }),
5127
4876
  showValue && !value && placeholder,
5128
- showValue && value && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "k-input-value-text", children: value })
4877
+ showValue && value && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "k-input-value-text", children: value })
5129
4878
  ]
5130
4879
  }
5131
4880
  );
5132
4881
  };
5133
- InputInnerSpan.states = states18;
5134
- InputInnerSpan.options = options17;
4882
+ InputInnerSpan.states = states12;
4883
+ InputInnerSpan.options = options11;
5135
4884
  InputInnerSpan.className = className3;
5136
4885
 
5137
4886
  // src/input/input-inner-textarea.tsx
5138
- var import_jsx_runtime29 = require("react/jsx-runtime");
5139
- var defaultProps17 = {
4887
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4888
+ var defaultProps11 = {
5140
4889
  value: "",
5141
4890
  placeholder: ""
5142
4891
  };
5143
4892
  var className4 = `k-input-inner`;
5144
- var states19 = [];
5145
- var options18 = {};
4893
+ var states13 = [];
4894
+ var options12 = {};
5146
4895
  var InputInnerTextarea = (props) => {
5147
4896
  const {
5148
- value = defaultProps17.value,
5149
- placeholder = defaultProps17.placeholder,
4897
+ value = defaultProps11.value,
4898
+ placeholder = defaultProps11.placeholder,
5150
4899
  rows,
5151
4900
  ...other
5152
4901
  } = props;
5153
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4902
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
5154
4903
  "textarea",
5155
4904
  {
5156
4905
  ...other,
@@ -5161,14 +4910,14 @@ var InputInnerTextarea = (props) => {
5161
4910
  }
5162
4911
  );
5163
4912
  };
5164
- InputInnerTextarea.states = states19;
5165
- InputInnerTextarea.options = options18;
4913
+ InputInnerTextarea.states = states13;
4914
+ InputInnerTextarea.options = options12;
5166
4915
  InputInnerTextarea.className = className4;
5167
4916
 
5168
4917
  // src/input/input-loading-icon.tsx
5169
- var import_jsx_runtime30 = require("react/jsx-runtime");
4918
+ var import_jsx_runtime19 = require("react/jsx-runtime");
5170
4919
  var className5 = `k-input-loading-icon`;
5171
- var states20 = [
4920
+ var states14 = [
5172
4921
  States.disabled,
5173
4922
  States.loading
5174
4923
  ];
@@ -5178,21 +4927,21 @@ var InputLoadingIcon = (props) => {
5178
4927
  loading
5179
4928
  } = props;
5180
4929
  if (disabled || !loading) {
5181
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_jsx_runtime30.Fragment, {});
4930
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, {});
5182
4931
  }
5183
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
4932
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { className: classNames(props.className, className5), icon: "loading", type: "font" });
5184
4933
  };
5185
4934
 
5186
4935
  // src/input/input-validation-icon.tsx
5187
- var import_jsx_runtime31 = require("react/jsx-runtime");
4936
+ var import_jsx_runtime20 = require("react/jsx-runtime");
5188
4937
  var className6 = `k-input-validation-icon`;
5189
- var states21 = [
4938
+ var states15 = [
5190
4939
  States.valid,
5191
4940
  States.invalid,
5192
4941
  States.disabled,
5193
4942
  States.loading
5194
4943
  ];
5195
- var options19 = {};
4944
+ var options13 = {};
5196
4945
  var InputValidationIcon = (props) => {
5197
4946
  const {
5198
4947
  valid,
@@ -5203,41 +4952,41 @@ var InputValidationIcon = (props) => {
5203
4952
  const iconName = invalid ? "exclamation-circle" : "check";
5204
4953
  const renderValidationIcon = Boolean(valid || invalid);
5205
4954
  if (disabled || loading || !renderValidationIcon) {
5206
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_jsx_runtime31.Fragment, {});
4955
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_jsx_runtime20.Fragment, {});
5207
4956
  }
5208
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { className: classNames(className6), icon: iconName });
4957
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { className: classNames(className6), icon: iconName });
5209
4958
  };
5210
- InputValidationIcon.states = states21;
5211
- InputValidationIcon.options = options19;
4959
+ InputValidationIcon.states = states15;
4960
+ InputValidationIcon.options = options13;
5212
4961
  InputValidationIcon.className = className6;
5213
4962
 
5214
4963
  // src/input/input-prefix.tsx
5215
- var import_jsx_runtime32 = require("react/jsx-runtime");
4964
+ var import_jsx_runtime21 = require("react/jsx-runtime");
5216
4965
  var className7 = `k-input-prefix`;
5217
4966
  var InputPrefix = (props) => {
5218
4967
  if (!props.children) {
5219
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_jsx_runtime32.Fragment, {});
4968
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(import_jsx_runtime21.Fragment, {});
5220
4969
  }
5221
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className7, props.className), children: props.children });
4970
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: classNames(className7, props.className), children: props.children });
5222
4971
  };
5223
4972
 
5224
4973
  // src/input/input-suffix.tsx
5225
- var import_jsx_runtime33 = require("react/jsx-runtime");
4974
+ var import_jsx_runtime22 = require("react/jsx-runtime");
5226
4975
  var className8 = `k-input-suffix`;
5227
4976
  var InputSuffix = (props) => {
5228
4977
  if (!props.children) {
5229
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_jsx_runtime33.Fragment, {});
4978
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_jsx_runtime22.Fragment, {});
5230
4979
  }
5231
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: classNames(className8, props.className), children: props.children });
4980
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: classNames(className8, props.className), children: props.children });
5232
4981
  };
5233
4982
 
5234
4983
  // src/input/input-separator.tsx
5235
- var import_jsx_runtime34 = require("react/jsx-runtime");
4984
+ var import_jsx_runtime23 = require("react/jsx-runtime");
5236
4985
 
5237
4986
  // src/textbox/textbox.spec.tsx
5238
- var import_jsx_runtime35 = require("react/jsx-runtime");
4987
+ var import_jsx_runtime24 = require("react/jsx-runtime");
5239
4988
  var TEXTBOX_CLASSNAME = `k-textbox`;
5240
- var states22 = [
4989
+ var states16 = [
5241
4990
  States.hover,
5242
4991
  States.focus,
5243
4992
  States.valid,
@@ -5247,12 +4996,12 @@ var states22 = [
5247
4996
  States.loading,
5248
4997
  States.readonly
5249
4998
  ];
5250
- var options20 = {
4999
+ var options14 = {
5251
5000
  size: [Size.small, Size.medium, Size.large],
5252
5001
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5253
5002
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5254
5003
  };
5255
- var defaultProps18 = {
5004
+ var defaultProps12 = {
5256
5005
  showClearButton: true,
5257
5006
  size: Input.defaultProps.size,
5258
5007
  rounded: Input.defaultProps.rounded,
@@ -5275,10 +5024,10 @@ var Textbox = (props) => {
5275
5024
  loading,
5276
5025
  disabled,
5277
5026
  readonly,
5278
- showClearButton = defaultProps18.showClearButton,
5027
+ showClearButton = defaultProps12.showClearButton,
5279
5028
  ...other
5280
5029
  } = props;
5281
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5030
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
5282
5031
  Input,
5283
5032
  {
5284
5033
  ...other,
@@ -5295,9 +5044,9 @@ var Textbox = (props) => {
5295
5044
  readonly,
5296
5045
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5297
5046
  children: [
5298
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputPrefix, { children: prefix }),
5299
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputInnerInput, { placeholder, value }),
5300
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5047
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputPrefix, { children: prefix }),
5048
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputInnerInput, { placeholder, value }),
5049
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5301
5050
  InputValidationIcon,
5302
5051
  {
5303
5052
  valid,
@@ -5306,14 +5055,14 @@ var Textbox = (props) => {
5306
5055
  disabled
5307
5056
  }
5308
5057
  ),
5309
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5058
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5310
5059
  InputLoadingIcon,
5311
5060
  {
5312
5061
  loading,
5313
5062
  disabled
5314
5063
  }
5315
5064
  ),
5316
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5065
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
5317
5066
  InputClearValue,
5318
5067
  {
5319
5068
  loading,
@@ -5322,31 +5071,31 @@ var Textbox = (props) => {
5322
5071
  value
5323
5072
  }
5324
5073
  ),
5325
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(InputSuffix, { children: suffix })
5074
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(InputSuffix, { children: suffix })
5326
5075
  ]
5327
5076
  }
5328
5077
  );
5329
5078
  };
5330
- Textbox.states = states22;
5331
- Textbox.options = options20;
5079
+ Textbox.states = states16;
5080
+ Textbox.options = options14;
5332
5081
  Textbox.className = TEXTBOX_CLASSNAME;
5333
- Textbox.defaultProps = defaultProps18;
5082
+ Textbox.defaultProps = defaultProps12;
5334
5083
 
5335
5084
  // src/textbox/templates/textbox-normal.tsx
5336
- var import_jsx_runtime36 = require("react/jsx-runtime");
5085
+ var import_jsx_runtime25 = require("react/jsx-runtime");
5337
5086
 
5338
5087
  // src/textbox/templates/textbox-prefix.tsx
5339
- var import_jsx_runtime37 = require("react/jsx-runtime");
5088
+ var import_jsx_runtime26 = require("react/jsx-runtime");
5340
5089
 
5341
5090
  // src/textbox/templates/textbox-suffix.tsx
5342
- var import_jsx_runtime38 = require("react/jsx-runtime");
5091
+ var import_jsx_runtime27 = require("react/jsx-runtime");
5343
5092
 
5344
5093
  // src/animation-container/animation-container.spec.tsx
5345
- var import_jsx_runtime39 = require("react/jsx-runtime");
5094
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5346
5095
  var ANIMATION_CONTAINER_CLASSNAME = `k-animation-container`;
5347
- var states23 = [];
5348
- var options21 = {};
5349
- var defaultProps19 = {
5096
+ var states17 = [];
5097
+ var options15 = {};
5098
+ var defaultProps13 = {
5350
5099
  positionMode: "absolute"
5351
5100
  };
5352
5101
  var AnimationContainer = (props) => {
@@ -5356,7 +5105,7 @@ var AnimationContainer = (props) => {
5356
5105
  offset,
5357
5106
  ...other
5358
5107
  } = props;
5359
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5108
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5360
5109
  "div",
5361
5110
  {
5362
5111
  ...other,
@@ -5368,21 +5117,21 @@ var AnimationContainer = (props) => {
5368
5117
  ["k-animation-container-fixed"]: positionMode === "fixed"
5369
5118
  }
5370
5119
  ),
5371
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5120
+ children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("div", { className: "k-child-animation-container", style: animationStyle, children: props.children })
5372
5121
  }
5373
5122
  );
5374
5123
  };
5375
- AnimationContainer.states = states23;
5376
- AnimationContainer.options = options21;
5124
+ AnimationContainer.states = states17;
5125
+ AnimationContainer.options = options15;
5377
5126
  AnimationContainer.className = ANIMATION_CONTAINER_CLASSNAME;
5378
- AnimationContainer.defaultProps = defaultProps19;
5127
+ AnimationContainer.defaultProps = defaultProps13;
5379
5128
 
5380
5129
  // src/popup/popup.spec.tsx
5381
- var import_jsx_runtime40 = require("react/jsx-runtime");
5130
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5382
5131
  var POPUP_CLASSNAME = `k-popup`;
5383
- var states24 = [];
5384
- var options22 = {};
5385
- var defaultProps20 = {
5132
+ var states18 = [];
5133
+ var options16 = {};
5134
+ var defaultProps14 = {
5386
5135
  positionMode: "absolute"
5387
5136
  };
5388
5137
  var Popup = (props) => {
@@ -5391,24 +5140,24 @@ var Popup = (props) => {
5391
5140
  positionMode,
5392
5141
  ...other
5393
5142
  } = props;
5394
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5143
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5395
5144
  AnimationContainer,
5396
5145
  {
5397
5146
  positionMode,
5398
5147
  offset,
5399
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5148
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("div", { ...other, className: classNames(props.className, POPUP_CLASSNAME), children: props.children })
5400
5149
  }
5401
5150
  );
5402
5151
  };
5403
- Popup.states = states24;
5404
- Popup.options = options22;
5152
+ Popup.states = states18;
5153
+ Popup.options = options16;
5405
5154
  Popup.className = POPUP_CLASSNAME;
5406
- Popup.defaultProps = defaultProps20;
5155
+ Popup.defaultProps = defaultProps14;
5407
5156
 
5408
5157
  // src/dropdownlist/dropdownlist.spec.tsx
5409
- var import_jsx_runtime41 = require("react/jsx-runtime");
5158
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5410
5159
  var DROPDOWNLIST_CLASSNAME = `k-dropdownlist`;
5411
- var states25 = [
5160
+ var states19 = [
5412
5161
  States.hover,
5413
5162
  States.focus,
5414
5163
  States.valid,
@@ -5418,12 +5167,12 @@ var states25 = [
5418
5167
  States.loading,
5419
5168
  States.readonly
5420
5169
  ];
5421
- var options23 = {
5170
+ var options17 = {
5422
5171
  size: [Size.small, Size.medium, Size.large],
5423
5172
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5424
5173
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5425
5174
  };
5426
- var defaultProps21 = {
5175
+ var defaultProps15 = {
5427
5176
  showValue: true,
5428
5177
  arrowIconName: "caret-alt-down",
5429
5178
  size: Size.medium,
@@ -5433,7 +5182,7 @@ var defaultProps21 = {
5433
5182
  var DropdownList = (props) => {
5434
5183
  const {
5435
5184
  valueIconName,
5436
- arrowIconName = defaultProps21.arrowIconName,
5185
+ arrowIconName = defaultProps15.arrowIconName,
5437
5186
  prefix,
5438
5187
  suffix,
5439
5188
  value,
@@ -5449,13 +5198,13 @@ var DropdownList = (props) => {
5449
5198
  loading,
5450
5199
  disabled,
5451
5200
  readonly,
5452
- showValue = defaultProps21.showValue,
5201
+ showValue = defaultProps15.showValue,
5453
5202
  popup,
5454
5203
  opened,
5455
5204
  ...other
5456
5205
  } = props;
5457
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5458
- /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5206
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_jsx_runtime30.Fragment, { children: [
5207
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5459
5208
  Picker,
5460
5209
  {
5461
5210
  ...other,
@@ -5478,8 +5227,8 @@ var DropdownList = (props) => {
5478
5227
  }
5479
5228
  ),
5480
5229
  children: [
5481
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputPrefix, { children: prefix }),
5482
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5230
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputPrefix, { children: prefix }),
5231
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5483
5232
  InputInnerSpan,
5484
5233
  {
5485
5234
  placeholder,
@@ -5488,7 +5237,7 @@ var DropdownList = (props) => {
5488
5237
  valueIconName
5489
5238
  }
5490
5239
  ),
5491
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5240
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5492
5241
  InputValidationIcon,
5493
5242
  {
5494
5243
  valid,
@@ -5497,15 +5246,15 @@ var DropdownList = (props) => {
5497
5246
  disabled
5498
5247
  }
5499
5248
  ),
5500
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5249
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5501
5250
  InputLoadingIcon,
5502
5251
  {
5503
5252
  loading,
5504
5253
  disabled
5505
5254
  }
5506
5255
  ),
5507
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSuffix, { children: suffix }),
5508
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5256
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputSuffix, { children: suffix }),
5257
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5509
5258
  Button,
5510
5259
  {
5511
5260
  className: "k-input-button",
@@ -5518,35 +5267,35 @@ var DropdownList = (props) => {
5518
5267
  ]
5519
5268
  }
5520
5269
  ),
5521
- opened && popup && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5270
+ opened && popup && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Popup, { className: "k-list-container k-dropdownlist-popup", children: popup })
5522
5271
  ] });
5523
5272
  };
5524
- DropdownList.states = states25;
5525
- DropdownList.options = options23;
5273
+ DropdownList.states = states19;
5274
+ DropdownList.options = options17;
5526
5275
  DropdownList.className = DROPDOWNLIST_CLASSNAME;
5527
- DropdownList.defaultProps = defaultProps21;
5276
+ DropdownList.defaultProps = defaultProps15;
5528
5277
 
5529
5278
  // src/dropdownlist/templates/dropdownlist-normal.tsx
5530
- var import_jsx_runtime42 = require("react/jsx-runtime");
5279
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5531
5280
 
5532
5281
  // src/nodata/nodata.tsx
5533
- var import_jsx_runtime43 = require("react/jsx-runtime");
5282
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5534
5283
  var className9 = `k-nodata`;
5535
- var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5284
+ var NoData = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: classNames(className9, props.className), children: props.children });
5536
5285
 
5537
5286
  // src/list/list.spec.tsx
5538
- var import_jsx_runtime44 = require("react/jsx-runtime");
5287
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5539
5288
  var LIST_CLASSNAME = `k-list`;
5540
- var states26 = [];
5541
- var options24 = {
5289
+ var states20 = [];
5290
+ var options18 = {
5542
5291
  size: [Size.small, Size.medium, Size.large]
5543
5292
  };
5544
- var defaultProps22 = {
5293
+ var defaultProps16 = {
5545
5294
  size: Size.medium
5546
5295
  };
5547
5296
  var List = (props) => {
5548
5297
  const {
5549
- size = defaultProps22.size,
5298
+ size = defaultProps16.size,
5550
5299
  virtualization,
5551
5300
  children,
5552
5301
  optionLabel,
@@ -5563,7 +5312,7 @@ var List = (props) => {
5563
5312
  listHeader = child.props.label;
5564
5313
  child.props.children.map((optChild, index2) => {
5565
5314
  listChildren.push(
5566
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5315
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5567
5316
  ListItem,
5568
5317
  {
5569
5318
  ...optChild.props
@@ -5579,7 +5328,7 @@ var List = (props) => {
5579
5328
  groupLabel = child.props.label;
5580
5329
  }
5581
5330
  listChildren.push(
5582
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5331
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5583
5332
  ListItem,
5584
5333
  {
5585
5334
  className: index2 === 0 ? "k-first" : "",
@@ -5591,16 +5340,16 @@ var List = (props) => {
5591
5340
  );
5592
5341
  });
5593
5342
  }
5594
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5343
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5595
5344
  } else if (child.type === ListItem) {
5596
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5597
- listContent = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(ListContent, { virtualization, children: listChildren });
5345
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5346
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(ListContent, { virtualization, children: listChildren });
5598
5347
  }
5599
5348
  });
5600
5349
  } else {
5601
- listContent = /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(NoData, { children: "No data found." });
5350
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(NoData, { children: "No data found." });
5602
5351
  }
5603
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
5352
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(
5604
5353
  "div",
5605
5354
  {
5606
5355
  ...other,
@@ -5622,24 +5371,24 @@ var List = (props) => {
5622
5371
  }
5623
5372
  );
5624
5373
  };
5625
- List.states = states26;
5626
- List.options = options24;
5374
+ List.states = states20;
5375
+ List.options = options18;
5627
5376
  List.className = LIST_CLASSNAME;
5628
- List.defaultProps = defaultProps22;
5377
+ List.defaultProps = defaultProps16;
5629
5378
 
5630
5379
  // src/list/list-angular.spec.tsx
5631
- var import_jsx_runtime45 = require("react/jsx-runtime");
5380
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5632
5381
  var LISTANGULAR_CLASSNAME = `k-list`;
5633
- var states27 = [];
5634
- var options25 = {
5382
+ var states21 = [];
5383
+ var options19 = {
5635
5384
  size: [Size.small, Size.medium, Size.large]
5636
5385
  };
5637
- var defaultProps23 = {
5386
+ var defaultProps17 = {
5638
5387
  size: Size.medium
5639
5388
  };
5640
5389
  var ListAngular = (props) => {
5641
5390
  const {
5642
- size = defaultProps23.size,
5391
+ size = defaultProps17.size,
5643
5392
  virtualization,
5644
5393
  children,
5645
5394
  ...other
@@ -5655,7 +5404,7 @@ var ListAngular = (props) => {
5655
5404
  listHeader = child.props.label;
5656
5405
  child.props.children.map((optChild, index2) => {
5657
5406
  listChildren.push(
5658
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5407
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5659
5408
  ListItem,
5660
5409
  {
5661
5410
  ...optChild.props
@@ -5666,7 +5415,7 @@ var ListAngular = (props) => {
5666
5415
  });
5667
5416
  } else {
5668
5417
  listChildren.push(
5669
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5418
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5670
5419
  ListGroupItem,
5671
5420
  {
5672
5421
  ...child.props,
@@ -5677,7 +5426,7 @@ var ListAngular = (props) => {
5677
5426
  );
5678
5427
  child.props.children.map((optChild, index2) => {
5679
5428
  listChildren.push(
5680
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5429
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5681
5430
  ListItem,
5682
5431
  {
5683
5432
  ...optChild.props
@@ -5687,16 +5436,16 @@ var ListAngular = (props) => {
5687
5436
  );
5688
5437
  });
5689
5438
  }
5690
- listGroup = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5439
+ listGroup = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListGroup, { label: listHeader, virtualization, children: listChildren });
5691
5440
  } else if (child.type === ListItem) {
5692
- listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5693
- listContent = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(ListContent, { virtualization, children: listChildren });
5441
+ listChildren.push(/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListItem, { ...child.props }, `${child.type}-${index}`));
5442
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(ListContent, { virtualization, children: listChildren });
5694
5443
  }
5695
5444
  });
5696
5445
  } else {
5697
- listContent = /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(NoData, { children: "No data found." });
5446
+ listContent = /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(NoData, { children: "No data found." });
5698
5447
  }
5699
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5448
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5700
5449
  "div",
5701
5450
  {
5702
5451
  ...other,
@@ -5717,22 +5466,146 @@ var ListAngular = (props) => {
5717
5466
  }
5718
5467
  );
5719
5468
  };
5720
- ListAngular.states = states27;
5721
- ListAngular.options = options25;
5469
+ ListAngular.states = states21;
5470
+ ListAngular.options = options19;
5722
5471
  ListAngular.className = LISTANGULAR_CLASSNAME;
5723
- ListAngular.defaultProps = defaultProps23;
5472
+ ListAngular.defaultProps = defaultProps17;
5473
+
5474
+ // src/checkbox/checkbox.spec.tsx
5475
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5476
+ var CHECKBOX_CLASSNAME = `k-checkbox`;
5477
+ var states22 = [
5478
+ States.hover,
5479
+ States.focus,
5480
+ States.valid,
5481
+ States.invalid,
5482
+ States.required,
5483
+ States.disabled,
5484
+ States.checked,
5485
+ States.indeterminate
5486
+ ];
5487
+ var options20 = {
5488
+ size: [Size.small, Size.medium, Size.large],
5489
+ rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full]
5490
+ };
5491
+ var defaultProps18 = {
5492
+ size: Size.medium,
5493
+ rounded: Roundness.medium
5494
+ };
5495
+ var Checkbox = (props) => {
5496
+ const {
5497
+ id,
5498
+ checked,
5499
+ indeterminate,
5500
+ hover,
5501
+ focus,
5502
+ disabled,
5503
+ invalid,
5504
+ valid,
5505
+ required,
5506
+ size = defaultProps18.size,
5507
+ rounded = defaultProps18.rounded,
5508
+ ...other
5509
+ } = props;
5510
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)("span", { className: "k-checkbox-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5511
+ "input",
5512
+ {
5513
+ ...other,
5514
+ id,
5515
+ type: "checkbox",
5516
+ checked,
5517
+ required,
5518
+ className: classNames(
5519
+ props.className,
5520
+ CHECKBOX_CLASSNAME,
5521
+ optionClassNames(CHECKBOX_CLASSNAME, { size, rounded }),
5522
+ stateClassNames(CHECKBOX_CLASSNAME, { hover, focus, disabled, invalid, valid, indeterminate, checked })
5523
+ )
5524
+ }
5525
+ ) });
5526
+ };
5527
+ Checkbox.states = states22;
5528
+ Checkbox.options = options20;
5529
+ Checkbox.className = CHECKBOX_CLASSNAME;
5530
+ Checkbox.defaultProps = defaultProps18;
5531
+
5532
+ // src/checkbox/checkbox-group.spec.tsx
5533
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5534
+ var CHECKBOXGROUP_CLASSNAME = `k-checkbox-list`;
5535
+ var states23 = [];
5536
+ var options21 = {};
5537
+ var defaultProps19 = {
5538
+ layout: "vertical"
5539
+ };
5540
+ var CheckboxGroup = (props) => {
5541
+ const {
5542
+ layout = defaultProps19.layout,
5543
+ ...other
5544
+ } = props;
5545
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
5546
+ "ul",
5547
+ {
5548
+ ...other,
5549
+ className: classNames(
5550
+ props.className,
5551
+ CHECKBOXGROUP_CLASSNAME,
5552
+ {
5553
+ [`k-list-${layout}`]: layout
5554
+ }
5555
+ ),
5556
+ children: props.children
5557
+ }
5558
+ );
5559
+ };
5560
+ CheckboxGroup.states = states23;
5561
+ CheckboxGroup.options = options21;
5562
+ CheckboxGroup.className = CHECKBOXGROUP_CLASSNAME;
5563
+ CheckboxGroup.defaultProps = defaultProps19;
5564
+
5565
+ // src/checkbox/checkbox-item.spec.tsx
5566
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5567
+ var CHECKBOXITEM_CLASSNAME = `k-checkbox-list-item`;
5568
+ var states24 = [];
5569
+ var options22 = {};
5570
+ var defaultProps20 = {};
5571
+ var CheckboxItem = (props) => {
5572
+ const {
5573
+ ...other
5574
+ } = props;
5575
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5576
+ "li",
5577
+ {
5578
+ ...other,
5579
+ className: classNames(
5580
+ props.className,
5581
+ CHECKBOXITEM_CLASSNAME
5582
+ ),
5583
+ children: props.children
5584
+ }
5585
+ );
5586
+ };
5587
+ CheckboxItem.states = states24;
5588
+ CheckboxItem.options = options22;
5589
+ CheckboxItem.className = CHECKBOXITEM_CLASSNAME;
5590
+ CheckboxItem.defaultProps = defaultProps20;
5591
+
5592
+ // src/checkbox/templates/checkbox-with-label.tsx
5593
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5594
+
5595
+ // src/checkbox/templates/checkbox-normal.tsx
5596
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5724
5597
 
5725
5598
  // src/list/list-item.spec.tsx
5726
- var import_jsx_runtime46 = require("react/jsx-runtime");
5599
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5727
5600
  var LISTITEM_CLASSNAME = `k-list-item`;
5728
- var states28 = [
5601
+ var states25 = [
5729
5602
  States.hover,
5730
5603
  States.focus,
5731
5604
  States.selected,
5732
5605
  States.disabled
5733
5606
  ];
5734
- var options26 = {};
5735
- var defaultProps24 = {};
5607
+ var options23 = {};
5608
+ var defaultProps21 = {};
5736
5609
  var ListItem = (props) => {
5737
5610
  const {
5738
5611
  text,
@@ -5748,7 +5621,7 @@ var ListItem = (props) => {
5748
5621
  ...other
5749
5622
  } = props;
5750
5623
  const textOrChildren = text ? text : props.children;
5751
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5624
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5752
5625
  "li",
5753
5626
  {
5754
5627
  ...other,
@@ -5763,66 +5636,66 @@ var ListItem = (props) => {
5763
5636
  })
5764
5637
  ),
5765
5638
  children: [
5766
- showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Checkbox, { checked }),
5767
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: iconName }),
5768
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5769
- groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5639
+ showCheckbox && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Checkbox, { checked }),
5640
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Icon, { icon: iconName }),
5641
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { className: "k-list-item-text", children: textOrChildren }),
5642
+ groupLabel && groupLabel !== "" && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)("div", { className: "k-list-item-group-label", children: groupLabel })
5770
5643
  ]
5771
5644
  }
5772
5645
  );
5773
5646
  };
5774
- ListItem.states = states28;
5775
- ListItem.options = options26;
5647
+ ListItem.states = states25;
5648
+ ListItem.options = options23;
5776
5649
  ListItem.className = LISTITEM_CLASSNAME;
5777
- ListItem.defaultProps = defaultProps24;
5650
+ ListItem.defaultProps = defaultProps21;
5778
5651
 
5779
5652
  // src/list/list-content.tsx
5780
- var import_jsx_runtime47 = require("react/jsx-runtime");
5653
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5781
5654
  var className10 = `k-list-content`;
5782
5655
  var ListContent = (props) => {
5783
5656
  const {
5784
5657
  virtualization
5785
5658
  } = props;
5786
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: classNames(className10, props.className), children: [
5787
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5788
- virtualization && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("div", {}) })
5659
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: classNames(className10, props.className), children: [
5660
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("ul", { className: classNames("k-list-ul"), children: props.children }),
5661
+ virtualization && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "k-height-container", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", {}) })
5789
5662
  ] });
5790
5663
  };
5791
5664
 
5792
5665
  // src/list/list-header.tsx
5793
- var import_jsx_runtime48 = require("react/jsx-runtime");
5666
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5794
5667
  var className11 = `k-list-group-sticky-header`;
5795
- var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5668
+ var ListHeader = (props) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: classNames(className11, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "k-list-header-text", children: props.children }) });
5796
5669
 
5797
5670
  // src/list/list-group.tsx
5798
- var import_jsx_runtime49 = require("react/jsx-runtime");
5671
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5799
5672
  var ListGroup = (props) => {
5800
5673
  const {
5801
5674
  virtualization,
5802
5675
  label
5803
5676
  } = props;
5804
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_jsx_runtime49.Fragment, { children: [
5805
- label && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListHeader, { children: label }),
5806
- props.children && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(ListContent, { virtualization, children: props.children })
5677
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
5678
+ label && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListHeader, { children: label }),
5679
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(ListContent, { virtualization, children: props.children })
5807
5680
  ] });
5808
5681
  };
5809
5682
 
5810
5683
  // src/list/list-group-item.tsx
5811
- var import_jsx_runtime50 = require("react/jsx-runtime");
5684
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5812
5685
  var className12 = `k-list-group-item`;
5813
- var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5686
+ var ListGroupItem = (props) => /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("li", { className: classNames(className12, props.className), children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("span", { className: "k-list-item-text", children: props.children }) });
5814
5687
 
5815
5688
  // src/list/list-option-label.tsx
5816
- var import_jsx_runtime51 = require("react/jsx-runtime");
5689
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5817
5690
  var LIST_OPTIONLABEL_CLASSNAME = `k-list-optionlabel`;
5818
- var states29 = [
5691
+ var states26 = [
5819
5692
  States.hover,
5820
5693
  States.focus,
5821
5694
  States.selected,
5822
5695
  States.disabled
5823
5696
  ];
5824
- var options27 = {};
5825
- var defaultProps25 = {};
5697
+ var options24 = {};
5698
+ var defaultProps22 = {};
5826
5699
  var ListOptionLabel = (props) => {
5827
5700
  const {
5828
5701
  text,
@@ -5832,7 +5705,7 @@ var ListOptionLabel = (props) => {
5832
5705
  disabled,
5833
5706
  ...other
5834
5707
  } = props;
5835
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5708
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5836
5709
  "div",
5837
5710
  {
5838
5711
  ...other,
@@ -5849,39 +5722,39 @@ var ListOptionLabel = (props) => {
5849
5722
  }
5850
5723
  );
5851
5724
  };
5852
- ListOptionLabel.states = states29;
5853
- ListOptionLabel.options = options27;
5725
+ ListOptionLabel.states = states26;
5726
+ ListOptionLabel.options = options24;
5854
5727
  ListOptionLabel.className = LIST_OPTIONLABEL_CLASSNAME;
5855
- ListOptionLabel.defaultProps = defaultProps25;
5728
+ ListOptionLabel.defaultProps = defaultProps22;
5856
5729
 
5857
5730
  // src/list/templates/list-normal.tsx
5858
- var import_jsx_runtime52 = require("react/jsx-runtime");
5731
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5859
5732
 
5860
5733
  // src/list/templates/list-virtualization.tsx
5861
- var import_jsx_runtime53 = require("react/jsx-runtime");
5734
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5862
5735
 
5863
5736
  // src/list/templates/list-grouping.tsx
5864
- var import_jsx_runtime54 = require("react/jsx-runtime");
5737
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5865
5738
 
5866
5739
  // src/list/templates/list-virualization-grouping.tsx
5867
- var import_jsx_runtime55 = require("react/jsx-runtime");
5740
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5868
5741
 
5869
5742
  // src/list/templates/list-virtualization-angular.tsx
5870
- var import_jsx_runtime56 = require("react/jsx-runtime");
5743
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5871
5744
 
5872
5745
  // src/list/templates/list-grouping-angular.tsx
5873
- var import_jsx_runtime57 = require("react/jsx-runtime");
5746
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5874
5747
 
5875
5748
  // src/list/templates/list-virualization-grouping-angular.tsx
5876
- var import_jsx_runtime58 = require("react/jsx-runtime");
5749
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5877
5750
 
5878
5751
  // src/dropdownlist/templates/dropdownlist-popup.tsx
5879
- var import_jsx_runtime59 = require("react/jsx-runtime");
5752
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5880
5753
 
5881
5754
  // src/searchbox/searchbox.spec.tsx
5882
- var import_jsx_runtime60 = require("react/jsx-runtime");
5755
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5883
5756
  var SEARCHBOX_CLASSNAME = `k-searchbox`;
5884
- var states30 = [
5757
+ var states27 = [
5885
5758
  States.hover,
5886
5759
  States.focus,
5887
5760
  States.valid,
@@ -5890,12 +5763,12 @@ var states30 = [
5890
5763
  States.disabled,
5891
5764
  States.loading
5892
5765
  ];
5893
- var options28 = {
5766
+ var options25 = {
5894
5767
  size: [Size.small, Size.medium, Size.large],
5895
5768
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
5896
5769
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline]
5897
5770
  };
5898
- var defaultProps26 = {
5771
+ var defaultProps23 = {
5899
5772
  showIcon: true,
5900
5773
  icon: "search",
5901
5774
  size: Input.defaultProps.size,
@@ -5916,11 +5789,11 @@ var Searchbox = (props) => {
5916
5789
  required,
5917
5790
  loading,
5918
5791
  disabled,
5919
- showIcon = defaultProps26.showIcon,
5920
- icon = defaultProps26.icon,
5792
+ showIcon = defaultProps23.showIcon,
5793
+ icon = defaultProps23.icon,
5921
5794
  ...other
5922
5795
  } = props;
5923
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5796
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5924
5797
  Input,
5925
5798
  {
5926
5799
  ...other,
@@ -5936,94 +5809,194 @@ var Searchbox = (props) => {
5936
5809
  disabled,
5937
5810
  className: classNames(props.className, SEARCHBOX_CLASSNAME),
5938
5811
  children: [
5939
- showIcon && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { className: "k-input-icon", icon }),
5940
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputInnerInput, { placeholder, value }),
5941
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputLoadingIcon, { ...props }),
5942
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputValidationIcon, { ...props }),
5943
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(InputClearValue, { ...props })
5812
+ showIcon && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { className: "k-input-icon", icon }),
5813
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputInnerInput, { placeholder, value }),
5814
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputLoadingIcon, { ...props }),
5815
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputValidationIcon, { ...props }),
5816
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(InputClearValue, { ...props })
5944
5817
  ]
5945
5818
  }
5946
5819
  );
5947
5820
  };
5948
- Searchbox.states = states30;
5949
- Searchbox.options = options28;
5821
+ Searchbox.states = states27;
5822
+ Searchbox.options = options25;
5950
5823
  Searchbox.className = SEARCHBOX_CLASSNAME;
5951
- Searchbox.defaultProps = defaultProps26;
5824
+ Searchbox.defaultProps = defaultProps23;
5952
5825
 
5953
5826
  // src/searchbox/templates/searchbox-normal.tsx
5954
- var import_jsx_runtime61 = require("react/jsx-runtime");
5827
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5955
5828
 
5956
5829
  // src/dropdownlist/templates/dropdownlist-filtering.tsx
5957
- var import_jsx_runtime62 = require("react/jsx-runtime");
5830
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5958
5831
 
5959
5832
  // src/dropdownlist/templates/dropdownlist-grouping.tsx
5960
- var import_jsx_runtime63 = require("react/jsx-runtime");
5833
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5961
5834
 
5962
5835
  // src/dropdownlist/templates/dropdownlist-grouping-filtering.tsx
5836
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5837
+
5838
+ // src/radio/radio.spec.tsx
5839
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5840
+ var RADIOBUTTON_CLASSNAME = `k-radio`;
5841
+ var states28 = [
5842
+ States.hover,
5843
+ States.focus,
5844
+ States.valid,
5845
+ States.invalid,
5846
+ States.required,
5847
+ States.disabled,
5848
+ States.checked
5849
+ ];
5850
+ var options26 = {
5851
+ size: [Size.small, Size.medium, Size.large]
5852
+ };
5853
+ var defaultProps24 = {
5854
+ size: Size.medium
5855
+ };
5856
+ var RadioButton = (props) => {
5857
+ const {
5858
+ id,
5859
+ checked,
5860
+ hover,
5861
+ focus,
5862
+ disabled,
5863
+ invalid,
5864
+ valid,
5865
+ required,
5866
+ size = defaultProps24.size,
5867
+ ...other
5868
+ } = props;
5869
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5870
+ "input",
5871
+ {
5872
+ ...other,
5873
+ id,
5874
+ type: "radio",
5875
+ checked,
5876
+ required,
5877
+ className: classNames(
5878
+ props.className,
5879
+ RADIOBUTTON_CLASSNAME,
5880
+ optionClassNames(RADIOBUTTON_CLASSNAME, { size }),
5881
+ stateClassNames(RADIOBUTTON_CLASSNAME, { hover, focus, disabled, invalid, valid, checked })
5882
+ )
5883
+ }
5884
+ ) });
5885
+ };
5886
+ RadioButton.states = states28;
5887
+ RadioButton.options = options26;
5888
+ RadioButton.className = RADIOBUTTON_CLASSNAME;
5889
+ RadioButton.defaultProps = defaultProps24;
5890
+ var radio_spec_default = RadioButton;
5891
+
5892
+ // src/radio/radio-group.spec.tsx
5893
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5894
+ var RADIOGROUP_CLASSNAME = `k-radio-list`;
5895
+ var states29 = [];
5896
+ var options27 = {};
5897
+ var defaultProps25 = {
5898
+ layout: "vertical"
5899
+ };
5900
+ var RadioGroup = (props) => {
5901
+ const {
5902
+ layout = defaultProps25.layout,
5903
+ ...other
5904
+ } = props;
5905
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5906
+ "ul",
5907
+ {
5908
+ ...other,
5909
+ className: classNames(
5910
+ props.className,
5911
+ RADIOGROUP_CLASSNAME,
5912
+ {
5913
+ [`k-list-${layout}`]: layout
5914
+ }
5915
+ ),
5916
+ children: props.children
5917
+ }
5918
+ );
5919
+ };
5920
+ RadioGroup.states = states29;
5921
+ RadioGroup.options = options27;
5922
+ RadioGroup.className = RADIOGROUP_CLASSNAME;
5923
+ RadioGroup.defaultProps = defaultProps25;
5924
+
5925
+ // src/radio/radio-item.spec.tsx
5926
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5927
+ var RADIOITEM_CLASSNAME = `k-radio-list-item`;
5928
+ var states30 = [];
5929
+ var options28 = {};
5930
+ var defaultProps26 = {};
5931
+ var RadioItem = (props) => {
5932
+ const {
5933
+ ...other
5934
+ } = props;
5935
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5936
+ "li",
5937
+ {
5938
+ ...other,
5939
+ className: classNames(
5940
+ props.className,
5941
+ RADIOITEM_CLASSNAME
5942
+ ),
5943
+ children: props.children
5944
+ }
5945
+ );
5946
+ };
5947
+ RadioItem.states = states30;
5948
+ RadioItem.options = options28;
5949
+ RadioItem.className = RADIOITEM_CLASSNAME;
5950
+ RadioItem.defaultProps = defaultProps26;
5951
+
5952
+ // src/radio/templates/radio-normal.tsx
5953
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5954
+
5955
+ // src/radio/templates/radio-label.tsx
5956
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5957
+ var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_jsx_runtime63.Fragment, { children: [
5958
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(radio_spec_default, { ...other, id }),
5959
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("label", { className: "k-radio-label", htmlFor: id, children })
5960
+ ] });
5961
+
5962
+ // src/radio/templates/radio-inside-label.tsx
5963
5963
  var import_jsx_runtime64 = require("react/jsx-runtime");
5964
5964
 
5965
5965
  // src/spreadsheet/tests/spreadsheet-data-validation.tsx
5966
5966
  var import_jsx_runtime65 = require("react/jsx-runtime");
5967
5967
  var style = `
5968
5968
  .k-window {
5969
- width: 450px;
5969
+ min-width: 400px;
5970
5970
  position: relative;
5971
5971
  }
5972
5972
  `;
5973
5973
  var spreadsheet_data_validation_default = () => /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
5974
5974
  /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("style", { children: style }),
5975
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { id: "test-area", className: "k-d-grid", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Window, { title: "Data Validation", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
5976
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { themeColor: "primary", children: "Apply" }),
5977
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { children: "Cancel" })
5978
- ] }), children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Form, { children: [
5979
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5980
- FormField,
5981
- {
5982
- label: "Criteria:",
5983
- editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { placeholder: "Number" })
5984
- }
5985
- ),
5986
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5987
- FormField,
5988
- {
5989
- label: "Comparer:",
5990
- editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { placeholder: "greater than" })
5991
- }
5992
- ),
5993
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5994
- FormField,
5995
- {
5996
- label: "Min:",
5997
- editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Textbox, { placeholder: "e.g. 10" })
5998
- }
5999
- ),
6000
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6001
- FormField,
6002
- {
6003
- editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6004
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Checkbox, { checked: true }),
6005
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("label", { className: "k-checkbox-label", children: "Ignore blank" })
6006
- ] })
6007
- }
6008
- ),
6009
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6010
- FormField,
6011
- {
6012
- label: "On invalid data:",
6013
- editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(RadioGroup, { layout: "horizontal", children: [
6014
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(RadioButtonLabel, { checked: true, children: "Reject input" }) }),
6015
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(RadioButtonLabel, { children: "Show warning" }) })
6016
- ] })
6017
- }
6018
- ),
6019
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6020
- FormField,
6021
- {
6022
- editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
6023
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Checkbox, {}),
6024
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("label", { className: "k-checkbox-label", children: "Show hint" })
6025
- ] })
6026
- }
6027
- )
6028
- ] }) }) })
5975
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
5976
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Window, { title: "Data Validation", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
5977
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { themeColor: "primary", children: "Apply" }),
5978
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { children: "Cancel" })
5979
+ ] }), children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Form, { children: [
5980
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { label: "Cell Range", editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Textbox, { value: "Input Value" }) }),
5981
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { label: "Criteria", editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { value: "Number" }) }),
5982
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { label: "Comparer", editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(DropdownList, { value: "Greater than" }) }),
5983
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { label: "Min", editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Textbox, { placeholder: "Placeholder" }) }),
5984
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
5985
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Checkbox, {}),
5986
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("label", { className: "k-checkbox-label", children: "Ignore blank" })
5987
+ ] }) }),
5988
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { label: "On invalid data", editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(RadioGroup, { layout: "vertical", children: [
5989
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(RadioButtonLabel, { checked: true, children: "Reject input" }) }),
5990
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(RadioButtonLabel, { children: "Show warning" }) })
5991
+ ] }) }),
5992
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(FormField, { editor: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
5993
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Checkbox, {}),
5994
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("label", { className: "k-checkbox-label", children: "Show hint" })
5995
+ ] }) })
5996
+ ] }) }) }),
5997
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Window, { title: "Birth Date validaiton error", actions: ["x"], className: "k-spreadsheet-window", actionButtonsAlign: "start", actionButtons: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
5998
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { themeColor: "primary", children: "Retry" }),
5999
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Button, { children: "Cancel" })
6000
+ ] }), children: "Birth Date should be between 1899 and 1998 year." }) })
6001
+ ] })
6029
6002
  ] });