@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
@@ -5027,8 +5027,11 @@ FloatingLabel.options = options16;
5027
5027
  FloatingLabel.className = FLOATINGLABEL_CLASSNAME;
5028
5028
  FloatingLabel.defaultProps = defaultProps13;
5029
5029
 
5030
+ // src/floating-label/templates/floating-label-normal.tsx
5031
+ import { jsx as jsx27 } from "react/jsx-runtime";
5032
+
5030
5033
  // src/maskedtextbox/maskedtextbox.spec.tsx
5031
- import { jsx as jsx27, jsxs as jsxs7 } from "react/jsx-runtime";
5034
+ import { jsx as jsx28, jsxs as jsxs7 } from "react/jsx-runtime";
5032
5035
  var MASKEDTEXTBOX_CLASSNAME = `k-maskedtextbox`;
5033
5036
  var states18 = [
5034
5037
  States.hover,
@@ -5086,8 +5089,8 @@ var MaskedTextbox = (props) => {
5086
5089
  readonly,
5087
5090
  className: classNames(props.className, MASKEDTEXTBOX_CLASSNAME),
5088
5091
  children: [
5089
- /* @__PURE__ */ jsx27(InputInnerInput, { placeholder, value }),
5090
- /* @__PURE__ */ jsx27(
5092
+ /* @__PURE__ */ jsx28(InputInnerInput, { placeholder, value }),
5093
+ /* @__PURE__ */ jsx28(
5091
5094
  InputValidationIcon,
5092
5095
  {
5093
5096
  valid,
@@ -5096,14 +5099,14 @@ var MaskedTextbox = (props) => {
5096
5099
  disabled
5097
5100
  }
5098
5101
  ),
5099
- /* @__PURE__ */ jsx27(
5102
+ /* @__PURE__ */ jsx28(
5100
5103
  InputLoadingIcon,
5101
5104
  {
5102
5105
  loading,
5103
5106
  disabled
5104
5107
  }
5105
5108
  ),
5106
- showClearButton && /* @__PURE__ */ jsx27(
5109
+ showClearButton && /* @__PURE__ */ jsx28(
5107
5110
  InputClearValue,
5108
5111
  {
5109
5112
  loading,
@@ -5122,10 +5125,10 @@ MaskedTextbox.className = MASKEDTEXTBOX_CLASSNAME;
5122
5125
  MaskedTextbox.defaultProps = defaultProps14;
5123
5126
 
5124
5127
  // src/maskedtextbox/templates/maskedtextbox-normal.tsx
5125
- import { jsx as jsx28 } from "react/jsx-runtime";
5128
+ import { jsx as jsx29 } from "react/jsx-runtime";
5126
5129
 
5127
5130
  // src/spinbutton/spinbutton.spec.tsx
5128
- import { jsx as jsx29, jsxs as jsxs8 } from "react/jsx-runtime";
5131
+ import { jsx as jsx30, jsxs as jsxs8 } from "react/jsx-runtime";
5129
5132
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5130
5133
  var states19 = [];
5131
5134
  var options18 = {
@@ -5151,7 +5154,7 @@ var SpinButton = (props) => {
5151
5154
  props.className
5152
5155
  ),
5153
5156
  children: [
5154
- /* @__PURE__ */ jsx29(
5157
+ /* @__PURE__ */ jsx30(
5155
5158
  Button,
5156
5159
  {
5157
5160
  className: "k-spinner-increase",
@@ -5161,7 +5164,7 @@ var SpinButton = (props) => {
5161
5164
  fillMode
5162
5165
  }
5163
5166
  ),
5164
- /* @__PURE__ */ jsx29(
5167
+ /* @__PURE__ */ jsx30(
5165
5168
  Button,
5166
5169
  {
5167
5170
  className: "k-spinner-decrease",
@@ -5181,7 +5184,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
5181
5184
  SpinButton.defaultProps = defaultProps15;
5182
5185
 
5183
5186
  // src/numerictextbox/numerictextbox.spec.tsx
5184
- import { jsx as jsx30, jsxs as jsxs9 } from "react/jsx-runtime";
5187
+ import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
5185
5188
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5186
5189
  var states20 = [
5187
5190
  States.hover,
@@ -5241,8 +5244,8 @@ var NumericTextbox = (props) => {
5241
5244
  readonly,
5242
5245
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5243
5246
  children: [
5244
- /* @__PURE__ */ jsx30(InputInnerInput, { placeholder, value }),
5245
- /* @__PURE__ */ jsx30(
5247
+ /* @__PURE__ */ jsx31(InputInnerInput, { placeholder, value }),
5248
+ /* @__PURE__ */ jsx31(
5246
5249
  InputValidationIcon,
5247
5250
  {
5248
5251
  valid,
@@ -5251,14 +5254,14 @@ var NumericTextbox = (props) => {
5251
5254
  disabled
5252
5255
  }
5253
5256
  ),
5254
- /* @__PURE__ */ jsx30(
5257
+ /* @__PURE__ */ jsx31(
5255
5258
  InputLoadingIcon,
5256
5259
  {
5257
5260
  loading,
5258
5261
  disabled
5259
5262
  }
5260
5263
  ),
5261
- showClearButton && /* @__PURE__ */ jsx30(
5264
+ showClearButton && /* @__PURE__ */ jsx31(
5262
5265
  InputClearValue,
5263
5266
  {
5264
5267
  loading,
@@ -5267,7 +5270,7 @@ var NumericTextbox = (props) => {
5267
5270
  value
5268
5271
  }
5269
5272
  ),
5270
- showSpinButton && /* @__PURE__ */ jsx30(
5273
+ showSpinButton && /* @__PURE__ */ jsx31(
5271
5274
  SpinButton,
5272
5275
  {
5273
5276
  className: "k-input-spinner",
@@ -5285,10 +5288,10 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5285
5288
  NumericTextbox.defaultProps = defaultProps16;
5286
5289
 
5287
5290
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5288
- import { jsx as jsx31 } from "react/jsx-runtime";
5291
+ import { jsx as jsx32 } from "react/jsx-runtime";
5289
5292
 
5290
5293
  // src/radio/radio.spec.tsx
5291
- import { jsx as jsx32 } from "react/jsx-runtime";
5294
+ import { jsx as jsx33 } from "react/jsx-runtime";
5292
5295
  var RADIOBUTTON_CLASSNAME = `k-radio`;
5293
5296
  var states21 = [
5294
5297
  States.hover,
@@ -5318,7 +5321,7 @@ var RadioButton = (props) => {
5318
5321
  size = defaultProps17.size,
5319
5322
  ...other
5320
5323
  } = props;
5321
- return /* @__PURE__ */ jsx32("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx32(
5324
+ return /* @__PURE__ */ jsx33("span", { className: "k-radio-wrap", children: /* @__PURE__ */ jsx33(
5322
5325
  "input",
5323
5326
  {
5324
5327
  ...other,
@@ -5342,7 +5345,7 @@ RadioButton.defaultProps = defaultProps17;
5342
5345
  var radio_spec_default = RadioButton;
5343
5346
 
5344
5347
  // src/radio/radio-group.spec.tsx
5345
- import { jsx as jsx33 } from "react/jsx-runtime";
5348
+ import { jsx as jsx34 } from "react/jsx-runtime";
5346
5349
  var RADIOGROUP_CLASSNAME = `k-radio-list`;
5347
5350
  var states22 = [];
5348
5351
  var options21 = {};
@@ -5354,7 +5357,7 @@ var RadioGroup = (props) => {
5354
5357
  layout = defaultProps18.layout,
5355
5358
  ...other
5356
5359
  } = props;
5357
- return /* @__PURE__ */ jsx33(
5360
+ return /* @__PURE__ */ jsx34(
5358
5361
  "ul",
5359
5362
  {
5360
5363
  ...other,
@@ -5375,7 +5378,7 @@ RadioGroup.className = RADIOGROUP_CLASSNAME;
5375
5378
  RadioGroup.defaultProps = defaultProps18;
5376
5379
 
5377
5380
  // src/radio/radio-item.spec.tsx
5378
- import { jsx as jsx34 } from "react/jsx-runtime";
5381
+ import { jsx as jsx35 } from "react/jsx-runtime";
5379
5382
  var RADIOITEM_CLASSNAME = `k-radio-list-item`;
5380
5383
  var states23 = [];
5381
5384
  var options22 = {};
@@ -5384,7 +5387,7 @@ var RadioItem = (props) => {
5384
5387
  const {
5385
5388
  ...other
5386
5389
  } = props;
5387
- return /* @__PURE__ */ jsx34(
5390
+ return /* @__PURE__ */ jsx35(
5388
5391
  "li",
5389
5392
  {
5390
5393
  ...other,
@@ -5402,20 +5405,20 @@ RadioItem.className = RADIOITEM_CLASSNAME;
5402
5405
  RadioItem.defaultProps = defaultProps19;
5403
5406
 
5404
5407
  // src/radio/templates/radio-normal.tsx
5405
- import { jsx as jsx35 } from "react/jsx-runtime";
5408
+ import { jsx as jsx36 } from "react/jsx-runtime";
5406
5409
 
5407
5410
  // src/radio/templates/radio-label.tsx
5408
- import { Fragment as Fragment11, jsx as jsx36, jsxs as jsxs10 } from "react/jsx-runtime";
5411
+ import { Fragment as Fragment11, jsx as jsx37, jsxs as jsxs10 } from "react/jsx-runtime";
5409
5412
  var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ jsxs10(Fragment11, { children: [
5410
- /* @__PURE__ */ jsx36(radio_spec_default, { ...other, id }),
5411
- /* @__PURE__ */ jsx36("label", { className: "k-radio-label", htmlFor: id, children })
5413
+ /* @__PURE__ */ jsx37(radio_spec_default, { ...other, id }),
5414
+ /* @__PURE__ */ jsx37("label", { className: "k-radio-label", htmlFor: id, children })
5412
5415
  ] });
5413
5416
 
5414
5417
  // src/radio/templates/radio-inside-label.tsx
5415
- import { Fragment as Fragment12, jsx as jsx37, jsxs as jsxs11 } from "react/jsx-runtime";
5418
+ import { Fragment as Fragment12, jsx as jsx38, jsxs as jsxs11 } from "react/jsx-runtime";
5416
5419
 
5417
5420
  // src/switch/switch.spec.tsx
5418
- import { jsx as jsx38, jsxs as jsxs12 } from "react/jsx-runtime";
5421
+ import { jsx as jsx39, jsxs as jsxs12 } from "react/jsx-runtime";
5419
5422
  var SWITCH_CLASSNAME = `k-switch`;
5420
5423
  var states24 = [
5421
5424
  States.hover,
@@ -5477,12 +5480,12 @@ var Switch = (props) => {
5477
5480
  })
5478
5481
  ),
5479
5482
  children: [
5480
- onLabel && /* @__PURE__ */ jsx38("span", { className: "k-switch-label-on", children: onLabel }),
5481
- offLabel && /* @__PURE__ */ jsx38("span", { className: "k-switch-label-off", children: offLabel })
5483
+ onLabel && /* @__PURE__ */ jsx39("span", { className: "k-switch-label-on", children: onLabel }),
5484
+ offLabel && /* @__PURE__ */ jsx39("span", { className: "k-switch-label-off", children: offLabel })
5482
5485
  ]
5483
5486
  }
5484
5487
  ),
5485
- /* @__PURE__ */ jsx38("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ jsx38(
5488
+ /* @__PURE__ */ jsx39("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ jsx39(
5486
5489
  "span",
5487
5490
  {
5488
5491
  className: classNames(
@@ -5503,13 +5506,13 @@ Switch.className = SWITCH_CLASSNAME;
5503
5506
  Switch.defaultProps = defaultProps20;
5504
5507
 
5505
5508
  // src/switch/templates/switch-normal.tsx
5506
- import { jsx as jsx39 } from "react/jsx-runtime";
5509
+ import { jsx as jsx40 } from "react/jsx-runtime";
5507
5510
 
5508
5511
  // src/switch/templates/switch-checked.tsx
5509
- import { jsx as jsx40 } from "react/jsx-runtime";
5512
+ import { jsx as jsx41 } from "react/jsx-runtime";
5510
5513
 
5511
5514
  // src/textbox/textbox.spec.tsx
5512
- import { jsx as jsx41, jsxs as jsxs13 } from "react/jsx-runtime";
5515
+ import { jsx as jsx42, jsxs as jsxs13 } from "react/jsx-runtime";
5513
5516
  var TEXTBOX_CLASSNAME = `k-textbox`;
5514
5517
  var states25 = [
5515
5518
  States.hover,
@@ -5569,9 +5572,9 @@ var Textbox = (props) => {
5569
5572
  readonly,
5570
5573
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5571
5574
  children: [
5572
- /* @__PURE__ */ jsx41(InputPrefix, { children: prefix }),
5573
- /* @__PURE__ */ jsx41(InputInnerInput, { placeholder, value }),
5574
- /* @__PURE__ */ jsx41(
5575
+ /* @__PURE__ */ jsx42(InputPrefix, { children: prefix }),
5576
+ /* @__PURE__ */ jsx42(InputInnerInput, { placeholder, value }),
5577
+ /* @__PURE__ */ jsx42(
5575
5578
  InputValidationIcon,
5576
5579
  {
5577
5580
  valid,
@@ -5580,14 +5583,14 @@ var Textbox = (props) => {
5580
5583
  disabled
5581
5584
  }
5582
5585
  ),
5583
- /* @__PURE__ */ jsx41(
5586
+ /* @__PURE__ */ jsx42(
5584
5587
  InputLoadingIcon,
5585
5588
  {
5586
5589
  loading,
5587
5590
  disabled
5588
5591
  }
5589
5592
  ),
5590
- showClearButton && /* @__PURE__ */ jsx41(
5593
+ showClearButton && /* @__PURE__ */ jsx42(
5591
5594
  InputClearValue,
5592
5595
  {
5593
5596
  loading,
@@ -5596,7 +5599,7 @@ var Textbox = (props) => {
5596
5599
  value
5597
5600
  }
5598
5601
  ),
5599
- /* @__PURE__ */ jsx41(InputSuffix, { children: suffix })
5602
+ /* @__PURE__ */ jsx42(InputSuffix, { children: suffix })
5600
5603
  ]
5601
5604
  }
5602
5605
  );
@@ -5607,16 +5610,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
5607
5610
  Textbox.defaultProps = defaultProps21;
5608
5611
 
5609
5612
  // src/textbox/templates/textbox-normal.tsx
5610
- import { jsx as jsx42 } from "react/jsx-runtime";
5613
+ import { jsx as jsx43 } from "react/jsx-runtime";
5611
5614
 
5612
5615
  // src/textbox/templates/textbox-prefix.tsx
5613
- import { jsx as jsx43, jsxs as jsxs14 } from "react/jsx-runtime";
5616
+ import { jsx as jsx44, jsxs as jsxs14 } from "react/jsx-runtime";
5614
5617
 
5615
5618
  // src/textbox/templates/textbox-suffix.tsx
5616
- import { jsx as jsx44, jsxs as jsxs15 } from "react/jsx-runtime";
5619
+ import { jsx as jsx45, jsxs as jsxs15 } from "react/jsx-runtime";
5617
5620
 
5618
5621
  // src/action-buttons/action-buttons.spec.tsx
5619
- import { jsx as jsx45 } from "react/jsx-runtime";
5622
+ import { jsx as jsx46 } from "react/jsx-runtime";
5620
5623
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5621
5624
  var states26 = [];
5622
5625
  var options25 = {};
@@ -5630,7 +5633,7 @@ var ActionButtons = (props) => {
5630
5633
  orientation = defaultProps22.orientation,
5631
5634
  ...other
5632
5635
  } = props;
5633
- return /* @__PURE__ */ jsx45(
5636
+ return /* @__PURE__ */ jsx46(
5634
5637
  "div",
5635
5638
  {
5636
5639
  ...other,
@@ -5653,7 +5656,7 @@ ActionButtons.defaultProps = defaultProps22;
5653
5656
  var action_buttons_spec_default = ActionButtons;
5654
5657
 
5655
5658
  // src/upload/upload-dropzone.tsx
5656
- import { Fragment as Fragment13, jsx as jsx46, jsxs as jsxs16 } from "react/jsx-runtime";
5659
+ import { Fragment as Fragment13, jsx as jsx47, jsxs as jsxs16 } from "react/jsx-runtime";
5657
5660
  var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
5658
5661
  var states27 = [
5659
5662
  States.hover
@@ -5664,28 +5667,28 @@ var UploadDropzone = (props) => {
5664
5667
  status,
5665
5668
  ...other
5666
5669
  } = props;
5667
- let statusMsg = /* @__PURE__ */ jsx46(Fragment13, {});
5670
+ let statusMsg = /* @__PURE__ */ jsx47(Fragment13, {});
5668
5671
  switch (status) {
5669
5672
  case "uploading":
5670
5673
  statusMsg = /* @__PURE__ */ jsxs16(Fragment13, { children: [
5671
- /* @__PURE__ */ jsx46(Icon, { icon: "upload" }),
5674
+ /* @__PURE__ */ jsx47(Icon, { icon: "upload" }),
5672
5675
  "Uploading..."
5673
5676
  ] });
5674
5677
  break;
5675
5678
  case "done":
5676
5679
  statusMsg = /* @__PURE__ */ jsxs16(Fragment13, { children: [
5677
- /* @__PURE__ */ jsx46(Icon, { icon: "check" }),
5680
+ /* @__PURE__ */ jsx47(Icon, { icon: "check" }),
5678
5681
  "Done"
5679
5682
  ] });
5680
5683
  break;
5681
5684
  case "failed":
5682
5685
  statusMsg = /* @__PURE__ */ jsxs16(Fragment13, { children: [
5683
- /* @__PURE__ */ jsx46(Icon, { icon: "exclamation-circle" }),
5686
+ /* @__PURE__ */ jsx47(Icon, { icon: "exclamation-circle" }),
5684
5687
  "Done"
5685
5688
  ] });
5686
5689
  break;
5687
5690
  default:
5688
- statusMsg = /* @__PURE__ */ jsx46(Fragment13, {});
5691
+ statusMsg = /* @__PURE__ */ jsx47(Fragment13, {});
5689
5692
  break;
5690
5693
  }
5691
5694
  return /* @__PURE__ */ jsxs16(
@@ -5702,10 +5705,10 @@ var UploadDropzone = (props) => {
5702
5705
  ),
5703
5706
  children: [
5704
5707
  /* @__PURE__ */ jsxs16("div", { className: "k-upload-button-wrap", children: [
5705
- /* @__PURE__ */ jsx46(Button, { className: "k-upload-button", children: "Select files..." }),
5706
- /* @__PURE__ */ jsx46("input", { id: "upload-input", className: "k-hidden" })
5708
+ /* @__PURE__ */ jsx47(Button, { className: "k-upload-button", children: "Select files..." }),
5709
+ /* @__PURE__ */ jsx47("input", { id: "upload-input", className: "k-hidden" })
5707
5710
  ] }),
5708
- /* @__PURE__ */ jsx46(
5711
+ /* @__PURE__ */ jsx47(
5709
5712
  "span",
5710
5713
  {
5711
5714
  className: classNames(
@@ -5717,14 +5720,14 @@ var UploadDropzone = (props) => {
5717
5720
  children: "Drop files here to upload"
5718
5721
  }
5719
5722
  ),
5720
- status !== "upload" && /* @__PURE__ */ jsx46("span", { className: "k-upload-status", children: statusMsg })
5723
+ status !== "upload" && /* @__PURE__ */ jsx47("span", { className: "k-upload-status", children: statusMsg })
5721
5724
  ]
5722
5725
  }
5723
5726
  );
5724
5727
  };
5725
5728
 
5726
5729
  // src/upload/upload.spec.tsx
5727
- import { jsx as jsx47, jsxs as jsxs17 } from "react/jsx-runtime";
5730
+ import { jsx as jsx48, jsxs as jsxs17 } from "react/jsx-runtime";
5728
5731
  var UPLOAD_CLASSNAME = `k-upload`;
5729
5732
  var states28 = [
5730
5733
  States.hover,
@@ -5758,11 +5761,11 @@ var Upload = (props) => {
5758
5761
  }
5759
5762
  ),
5760
5763
  children: [
5761
- /* @__PURE__ */ jsx47(UploadDropzone, { status, hover }),
5762
- props.children && /* @__PURE__ */ jsx47("ul", { className: "k-upload-files", children: props.children }),
5764
+ /* @__PURE__ */ jsx48(UploadDropzone, { status, hover }),
5765
+ props.children && /* @__PURE__ */ jsx48("ul", { className: "k-upload-files", children: props.children }),
5763
5766
  actions && /* @__PURE__ */ jsxs17(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5764
- /* @__PURE__ */ jsx47(Button, { className: "k-clear-selected", children: "Clear" }),
5765
- /* @__PURE__ */ jsx47(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5767
+ /* @__PURE__ */ jsx48(Button, { className: "k-clear-selected", children: "Clear" }),
5768
+ /* @__PURE__ */ jsx48(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5766
5769
  ] })
5767
5770
  ]
5768
5771
  }
@@ -5774,7 +5777,7 @@ Upload.className = UPLOAD_CLASSNAME;
5774
5777
  Upload.defaultProps = defaultProps23;
5775
5778
 
5776
5779
  // src/progressbar/progressbar.spec.tsx
5777
- import { jsx as jsx48, jsxs as jsxs18 } from "react/jsx-runtime";
5780
+ import { jsx as jsx49, jsxs as jsxs18 } from "react/jsx-runtime";
5778
5781
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
5779
5782
  var states29 = [
5780
5783
  States.disabled,
@@ -5820,7 +5823,7 @@ var ProgressBar = (props) => {
5820
5823
  ),
5821
5824
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
5822
5825
  children: [
5823
- /* @__PURE__ */ jsx48("span", { className: classNames(
5826
+ /* @__PURE__ */ jsx49("span", { className: classNames(
5824
5827
  "k-progress-status-wrap",
5825
5828
  {
5826
5829
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
@@ -5829,7 +5832,7 @@ var ProgressBar = (props) => {
5829
5832
  value,
5830
5833
  "%"
5831
5834
  ] }) }),
5832
- !indeterminate && /* @__PURE__ */ jsx48("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx48("span", { className: classNames(
5835
+ !indeterminate && /* @__PURE__ */ jsx49("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx49("span", { className: classNames(
5833
5836
  "k-progress-status-wrap",
5834
5837
  {
5835
5838
  [`k-progress-${labelPosition}`]: labelPosition
@@ -5848,7 +5851,7 @@ ProgressBar.className = PROGRESSBAR_CLASSNAME;
5848
5851
  ProgressBar.defaultProps = defaultProps24;
5849
5852
 
5850
5853
  // src/progressbar/chunk-progressbar.spec.tsx
5851
- import { jsx as jsx49 } from "react/jsx-runtime";
5854
+ import { jsx as jsx50 } from "react/jsx-runtime";
5852
5855
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
5853
5856
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
5854
5857
  var states30 = [
@@ -5869,7 +5872,7 @@ var ChunkProgressBar = (props) => {
5869
5872
  reverse,
5870
5873
  ...other
5871
5874
  } = props;
5872
- return /* @__PURE__ */ jsx49(
5875
+ return /* @__PURE__ */ jsx50(
5873
5876
  "div",
5874
5877
  {
5875
5878
  ...other,
@@ -5883,8 +5886,8 @@ var ChunkProgressBar = (props) => {
5883
5886
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
5884
5887
  }
5885
5888
  ),
5886
- children: /* @__PURE__ */ jsx49("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
5887
- (_el, i) => /* @__PURE__ */ jsx49("li", { className: classNames(
5889
+ children: /* @__PURE__ */ jsx50("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
5890
+ (_el, i) => /* @__PURE__ */ jsx50("li", { className: classNames(
5888
5891
  "k-progressbar-chunk",
5889
5892
  {
5890
5893
  "k-first": i === 0,
@@ -5902,7 +5905,7 @@ ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
5902
5905
  ChunkProgressBar.defaultProps = defaultProps25;
5903
5906
 
5904
5907
  // src/upload/upload-file-info.tsx
5905
- import { jsx as jsx50, jsxs as jsxs19 } from "react/jsx-runtime";
5908
+ import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
5906
5909
  var UPLOADFILEINFO_CLASSNAME = `k-file-info`;
5907
5910
  var UploadFileInfo = (props) => {
5908
5911
  const {
@@ -5920,16 +5923,16 @@ var UploadFileInfo = (props) => {
5920
5923
  UPLOADFILEINFO_CLASSNAME
5921
5924
  ),
5922
5925
  children: [
5923
- name && /* @__PURE__ */ jsx50("span", { className: "k-file-name", children: name }),
5924
- size && /* @__PURE__ */ jsx50("span", { className: "k-file-size", children: size }),
5925
- validationMsg && /* @__PURE__ */ jsx50("span", { className: "k-file-validation-message", children: validationMsg })
5926
+ name && /* @__PURE__ */ jsx51("span", { className: "k-file-name", children: name }),
5927
+ size && /* @__PURE__ */ jsx51("span", { className: "k-file-size", children: size }),
5928
+ validationMsg && /* @__PURE__ */ jsx51("span", { className: "k-file-validation-message", children: validationMsg })
5926
5929
  ]
5927
5930
  }
5928
5931
  );
5929
5932
  };
5930
5933
 
5931
5934
  // src/upload/upload-file.tsx
5932
- import { Fragment as Fragment14, jsx as jsx51, jsxs as jsxs20 } from "react/jsx-runtime";
5935
+ import { Fragment as Fragment14, jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
5933
5936
  var UPLOADFILE_CLASSNAME = `k-file`;
5934
5937
  var UploadFile = (props) => {
5935
5938
  const {
@@ -5942,7 +5945,7 @@ var UploadFile = (props) => {
5942
5945
  validationMsg,
5943
5946
  ...other
5944
5947
  } = props;
5945
- return /* @__PURE__ */ jsx51(
5948
+ return /* @__PURE__ */ jsx52(
5946
5949
  "li",
5947
5950
  {
5948
5951
  ...other,
@@ -5954,34 +5957,34 @@ var UploadFile = (props) => {
5954
5957
  }
5955
5958
  ),
5956
5959
  children: /* @__PURE__ */ jsxs20("div", { className: "k-file-single", children: [
5957
- /* @__PURE__ */ jsx51(ProgressBar, { className: classNames(
5960
+ /* @__PURE__ */ jsx52(ProgressBar, { className: classNames(
5958
5961
  {
5959
5962
  "k-hidden": status !== "progress"
5960
5963
  }
5961
5964
  ), value: progress, label: false }),
5962
5965
  /* @__PURE__ */ jsxs20("span", { className: "k-file-icon-wrapper", children: [
5963
- /* @__PURE__ */ jsx51(Icon, { className: "k-file-icon", icon, size: "xxlarge" }),
5964
- state && /* @__PURE__ */ jsx51("span", { className: "k-file-state", children: state })
5966
+ /* @__PURE__ */ jsx52(Icon, { className: "k-file-icon", icon, size: "xxlarge" }),
5967
+ state && /* @__PURE__ */ jsx52("span", { className: "k-file-state", children: state })
5965
5968
  ] }),
5966
- /* @__PURE__ */ jsx51(UploadFileInfo, { name, size, validationMsg }),
5967
- /* @__PURE__ */ jsx51("div", { className: "k-upload-actions", children: status === "progress" ? /* @__PURE__ */ jsxs20(Fragment14, { children: [
5969
+ /* @__PURE__ */ jsx52(UploadFileInfo, { name, size, validationMsg }),
5970
+ /* @__PURE__ */ jsx52("div", { className: "k-upload-actions", children: status === "progress" ? /* @__PURE__ */ jsxs20(Fragment14, { children: [
5968
5971
  /* @__PURE__ */ jsxs20("span", { className: "k-upload-pct", children: [
5969
5972
  progress,
5970
5973
  "%"
5971
5974
  ] }),
5972
- /* @__PURE__ */ jsx51(Button, { icon: "pause-sm", fillMode: "flat", className: "k-upload-action" }),
5973
- /* @__PURE__ */ jsx51(Button, { icon: "cancel", fillMode: "flat", className: "k-upload-action" })
5974
- ] }) : /* @__PURE__ */ jsx51(Button, { icon: "x", fillMode: "flat", className: "k-upload-action" }) })
5975
+ /* @__PURE__ */ jsx52(Button, { icon: "pause-sm", fillMode: "flat", className: "k-upload-action" }),
5976
+ /* @__PURE__ */ jsx52(Button, { icon: "cancel", fillMode: "flat", className: "k-upload-action" })
5977
+ ] }) : /* @__PURE__ */ jsx52(Button, { icon: "x", fillMode: "flat", className: "k-upload-action" }) })
5975
5978
  ] })
5976
5979
  }
5977
5980
  );
5978
5981
  };
5979
5982
 
5980
5983
  // src/upload/upload-file-multiple.tsx
5981
- import { Fragment as Fragment15, jsx as jsx52, jsxs as jsxs21 } from "react/jsx-runtime";
5984
+ import { Fragment as Fragment15, jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
5982
5985
 
5983
5986
  // src/form/form-field.tsx
5984
- import { jsx as jsx53, jsxs as jsxs22 } from "react/jsx-runtime";
5987
+ import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
5985
5988
  var FORMFIELD_CLASSNAME = "k-form-field";
5986
5989
  var states31 = [
5987
5990
  States.disabled
@@ -6017,14 +6020,14 @@ var FormField = (props) => {
6017
6020
  "k-form-label"
6018
6021
  ), children: [
6019
6022
  label,
6020
- optional && /* @__PURE__ */ jsx53("span", { className: "k-label-optional", children: "(Optional)" }),
6021
- info && /* @__PURE__ */ jsx53("span", { className: "k-field-info", children: "(field info)" })
6023
+ optional && /* @__PURE__ */ jsx54("span", { className: "k-label-optional", children: "(Optional)" }),
6024
+ info && /* @__PURE__ */ jsx54("span", { className: "k-field-info", children: "(field info)" })
6022
6025
  ] }),
6023
- orientation === "horizontal" && !label && /* @__PURE__ */ jsx53("span", { className: "k-label k-form-label k-label-empty" }),
6026
+ orientation === "horizontal" && !label && /* @__PURE__ */ jsx54("span", { className: "k-label k-form-label k-label-empty" }),
6024
6027
  /* @__PURE__ */ jsxs22("div", { className: "k-form-field-wrap", children: [
6025
6028
  editor,
6026
- hint && /* @__PURE__ */ jsx53("div", { className: "k-form-hint", children: hint }),
6027
- error && /* @__PURE__ */ jsx53("div", { className: "k-form-error", children: error })
6029
+ hint && /* @__PURE__ */ jsx54("div", { className: "k-form-hint", children: hint }),
6030
+ error && /* @__PURE__ */ jsx54("div", { className: "k-form-error", children: error })
6028
6031
  ] })
6029
6032
  ]
6030
6033
  }
@@ -6033,7 +6036,7 @@ var FormField = (props) => {
6033
6036
  FormField.className = FORMFIELD_CLASSNAME;
6034
6037
 
6035
6038
  // src/form/fieldset.tsx
6036
- import { Fragment as Fragment16, jsx as jsx54, jsxs as jsxs23 } from "react/jsx-runtime";
6039
+ import { Fragment as Fragment16, jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
6037
6040
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6038
6041
  var Fieldset = (props) => {
6039
6042
  const {
@@ -6044,8 +6047,8 @@ var Fieldset = (props) => {
6044
6047
  gapY
6045
6048
  } = props;
6046
6049
  return /* @__PURE__ */ jsxs23("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6047
- legend && /* @__PURE__ */ jsx54("legend", { className: "k-form-legend", children: legend }),
6048
- layout === "grid" ? /* @__PURE__ */ jsx54("div", { className: classNames(
6050
+ legend && /* @__PURE__ */ jsx55("legend", { className: "k-form-legend", children: legend }),
6051
+ layout === "grid" ? /* @__PURE__ */ jsx55("div", { className: classNames(
6049
6052
  "k-form-layout",
6050
6053
  "k-d-grid",
6051
6054
  {
@@ -6053,13 +6056,13 @@ var Fieldset = (props) => {
6053
6056
  [`k-gap-x-${gapX}`]: gapX,
6054
6057
  [`k-gap-y-${gapY}`]: gapY
6055
6058
  }
6056
- ), children: props.children }) : /* @__PURE__ */ jsx54(Fragment16, { children: props.children })
6059
+ ), children: props.children }) : /* @__PURE__ */ jsx55(Fragment16, { children: props.children })
6057
6060
  ] });
6058
6061
  };
6059
6062
  Fieldset.className = FIELDSET_CLASSNAME;
6060
6063
 
6061
6064
  // src/form/form.spec.tsx
6062
- import { Fragment as Fragment17, jsx as jsx55, jsxs as jsxs24 } from "react/jsx-runtime";
6065
+ import { Fragment as Fragment17, jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
6063
6066
  import { createElement } from "react";
6064
6067
  var FORM_CLASSNAME = "k-form";
6065
6068
  var states32 = [];
@@ -6083,7 +6086,7 @@ var Form = (props) => {
6083
6086
  tag = defaultProps26.tag,
6084
6087
  children
6085
6088
  } = props;
6086
- const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx55("form", { className: className9, children: children2 }) : /* @__PURE__ */ jsx55("div", { className: className9, children: children2 });
6089
+ const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ jsx56("form", { className: className9, children: children2 }) : /* @__PURE__ */ jsx56("div", { className: className9, children: children2 });
6087
6090
  const formChildren = [];
6088
6091
  if (children) {
6089
6092
  if (Array.isArray(children)) {
@@ -6112,7 +6115,7 @@ var Form = (props) => {
6112
6115
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6113
6116
  }
6114
6117
  ), children: [
6115
- layout === "grid" ? /* @__PURE__ */ jsx55("div", { className: classNames(
6118
+ layout === "grid" ? /* @__PURE__ */ jsx56("div", { className: classNames(
6116
6119
  "k-form-layout",
6117
6120
  "k-d-grid",
6118
6121
  {
@@ -6120,8 +6123,8 @@ var Form = (props) => {
6120
6123
  [`k-gap-x-${gapX}`]: gapX,
6121
6124
  [`k-gap-y-${gapY}`]: gapY
6122
6125
  }
6123
- ), children: formChildren }) : /* @__PURE__ */ jsx55(Fragment17, { children: formChildren }),
6124
- formButtons && /* @__PURE__ */ jsx55("div", { className: "k-form-buttons", children: formButtons })
6126
+ ), children: formChildren }) : /* @__PURE__ */ jsx56(Fragment17, { children: formChildren }),
6127
+ formButtons && /* @__PURE__ */ jsx56("div", { className: "k-form-buttons", children: formButtons })
6125
6128
  ] });
6126
6129
  };
6127
6130
  Form.states = states32;
@@ -6130,7 +6133,7 @@ Form.className = FORM_CLASSNAME;
6130
6133
  Form.defaultProps = defaultProps26;
6131
6134
 
6132
6135
  // src/form/tests/form-field-inputs.tsx
6133
- import { Fragment as Fragment18, jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
6136
+ import { Fragment as Fragment18, jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
6134
6137
  var styles = `
6135
6138
  section {
6136
6139
  padding: 20px;
@@ -6143,249 +6146,249 @@ var styles = `
6143
6146
  }
6144
6147
  `;
6145
6148
  var form_field_inputs_default = () => /* @__PURE__ */ jsxs25(Fragment18, { children: [
6146
- /* @__PURE__ */ jsx56("style", { children: styles }),
6149
+ /* @__PURE__ */ jsx57("style", { children: styles }),
6147
6150
  /* @__PURE__ */ jsxs25("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6148
- /* @__PURE__ */ jsx56("span", { children: "Vertical Form" }),
6149
- /* @__PURE__ */ jsx56("span", { children: "Horizontal Form" }),
6150
- /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsxs25(Form, { children: [
6151
- /* @__PURE__ */ jsx56(
6151
+ /* @__PURE__ */ jsx57("span", { children: "Vertical Form" }),
6152
+ /* @__PURE__ */ jsx57("span", { children: "Horizontal Form" }),
6153
+ /* @__PURE__ */ jsx57("section", { children: /* @__PURE__ */ jsxs25(Form, { children: [
6154
+ /* @__PURE__ */ jsx57(
6152
6155
  FormField,
6153
6156
  {
6154
6157
  label: "Textbox:",
6155
- editor: /* @__PURE__ */ jsx56(Textbox, {})
6158
+ editor: /* @__PURE__ */ jsx57(Textbox, {})
6156
6159
  }
6157
6160
  ),
6158
- /* @__PURE__ */ jsx56(
6161
+ /* @__PURE__ */ jsx57(
6159
6162
  FormField,
6160
6163
  {
6161
6164
  label: "Checkbox:",
6162
- editor: /* @__PURE__ */ jsx56(Checkbox, {})
6165
+ editor: /* @__PURE__ */ jsx57(Checkbox, {})
6163
6166
  }
6164
6167
  ),
6165
- /* @__PURE__ */ jsx56(
6168
+ /* @__PURE__ */ jsx57(
6166
6169
  FormField,
6167
6170
  {
6168
6171
  editor: /* @__PURE__ */ jsxs25(Fragment18, { children: [
6169
- /* @__PURE__ */ jsx56(Checkbox, {}),
6170
- /* @__PURE__ */ jsx56("label", { className: "k-checkbox-label", children: "Label after the box" })
6172
+ /* @__PURE__ */ jsx57(Checkbox, {}),
6173
+ /* @__PURE__ */ jsx57("label", { className: "k-checkbox-label", children: "Label after the box" })
6171
6174
  ] })
6172
6175
  }
6173
6176
  ),
6174
- /* @__PURE__ */ jsx56(
6177
+ /* @__PURE__ */ jsx57(
6175
6178
  FormField,
6176
6179
  {
6177
6180
  label: "Radio (Y):",
6178
6181
  editor: /* @__PURE__ */ jsxs25(RadioGroup, { children: [
6179
- /* @__PURE__ */ jsx56(RadioItem, { children: /* @__PURE__ */ jsx56(RadioButtonLabel, { children: "Male" }) }),
6180
- /* @__PURE__ */ jsx56(RadioItem, { children: /* @__PURE__ */ jsx56(RadioButtonLabel, { children: "Female" }) })
6182
+ /* @__PURE__ */ jsx57(RadioItem, { children: /* @__PURE__ */ jsx57(RadioButtonLabel, { children: "Male" }) }),
6183
+ /* @__PURE__ */ jsx57(RadioItem, { children: /* @__PURE__ */ jsx57(RadioButtonLabel, { children: "Female" }) })
6181
6184
  ] })
6182
6185
  }
6183
6186
  ),
6184
- /* @__PURE__ */ jsx56(
6187
+ /* @__PURE__ */ jsx57(
6185
6188
  FormField,
6186
6189
  {
6187
6190
  label: "Radio (X):",
6188
6191
  editor: /* @__PURE__ */ jsxs25(RadioGroup, { layout: "horizontal", children: [
6189
- /* @__PURE__ */ jsx56(RadioItem, { children: /* @__PURE__ */ jsx56(RadioButtonLabel, { children: "Male" }) }),
6190
- /* @__PURE__ */ jsx56(RadioItem, { children: /* @__PURE__ */ jsx56(RadioButtonLabel, { children: "Female" }) })
6192
+ /* @__PURE__ */ jsx57(RadioItem, { children: /* @__PURE__ */ jsx57(RadioButtonLabel, { children: "Male" }) }),
6193
+ /* @__PURE__ */ jsx57(RadioItem, { children: /* @__PURE__ */ jsx57(RadioButtonLabel, { children: "Female" }) })
6191
6194
  ] })
6192
6195
  }
6193
6196
  ),
6194
- /* @__PURE__ */ jsx56(
6197
+ /* @__PURE__ */ jsx57(
6195
6198
  FormField,
6196
6199
  {
6197
6200
  label: "Colorpicker:",
6198
- editor: /* @__PURE__ */ jsx56(ColorPicker, {})
6201
+ editor: /* @__PURE__ */ jsx57(ColorPicker, {})
6199
6202
  }
6200
6203
  ),
6201
- /* @__PURE__ */ jsx56(
6204
+ /* @__PURE__ */ jsx57(
6202
6205
  FormField,
6203
6206
  {
6204
6207
  label: "MaskedTextBox:",
6205
- editor: /* @__PURE__ */ jsx56(MaskedTextbox, {})
6208
+ editor: /* @__PURE__ */ jsx57(MaskedTextbox, {})
6206
6209
  }
6207
6210
  ),
6208
- /* @__PURE__ */ jsx56(
6211
+ /* @__PURE__ */ jsx57(
6209
6212
  FormField,
6210
6213
  {
6211
6214
  label: "NumericTextBox:",
6212
- editor: /* @__PURE__ */ jsx56(NumericTextbox, {})
6215
+ editor: /* @__PURE__ */ jsx57(NumericTextbox, {})
6213
6216
  }
6214
6217
  ),
6215
- /* @__PURE__ */ jsx56(
6218
+ /* @__PURE__ */ jsx57(
6216
6219
  FormField,
6217
6220
  {
6218
6221
  label: "Switch:",
6219
- editor: /* @__PURE__ */ jsx56(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6222
+ editor: /* @__PURE__ */ jsx57(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6220
6223
  }
6221
6224
  ),
6222
- /* @__PURE__ */ jsx56(
6225
+ /* @__PURE__ */ jsx57(
6223
6226
  FormField,
6224
6227
  {
6225
6228
  label: "Slider:",
6226
6229
  editor: /* @__PURE__ */ jsxs25("div", { className: "k-slider k-slider-horizontal", children: [
6227
- /* @__PURE__ */ jsx56(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6230
+ /* @__PURE__ */ jsx57(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6228
6231
  /* @__PURE__ */ jsxs25("div", { className: "k-slider-track-wrap", children: [
6229
6232
  /* @__PURE__ */ jsxs25("ul", { className: "k-reset k-slider-items", children: [
6230
- /* @__PURE__ */ jsx56("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx56("span", { className: "k-label", children: "0" }) }),
6231
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6232
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6233
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6234
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6235
- /* @__PURE__ */ jsx56("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx56("span", { className: "k-label", children: "5" }) }),
6236
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6237
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6238
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6239
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6240
- /* @__PURE__ */ jsx56("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx56("span", { className: "k-label", children: "10" }) })
6233
+ /* @__PURE__ */ jsx57("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx57("span", { className: "k-label", children: "0" }) }),
6234
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6235
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6236
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6237
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6238
+ /* @__PURE__ */ jsx57("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx57("span", { className: "k-label", children: "5" }) }),
6239
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6240
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6241
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6242
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6243
+ /* @__PURE__ */ jsx57("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx57("span", { className: "k-label", children: "10" }) })
6241
6244
  ] }),
6242
6245
  /* @__PURE__ */ jsxs25("div", { className: "k-slider-track", children: [
6243
- /* @__PURE__ */ jsx56("div", { className: "k-slider-selection" }),
6244
- /* @__PURE__ */ jsx56("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6246
+ /* @__PURE__ */ jsx57("div", { className: "k-slider-selection" }),
6247
+ /* @__PURE__ */ jsx57("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6245
6248
  ] })
6246
6249
  ] }),
6247
- /* @__PURE__ */ jsx56(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6250
+ /* @__PURE__ */ jsx57(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6248
6251
  ] })
6249
6252
  }
6250
6253
  ),
6251
- /* @__PURE__ */ jsx56(
6254
+ /* @__PURE__ */ jsx57(
6252
6255
  FormField,
6253
6256
  {
6254
- editor: /* @__PURE__ */ jsx56(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx56(Textbox, {}) })
6257
+ editor: /* @__PURE__ */ jsx57(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx57(Textbox, {}) })
6255
6258
  }
6256
6259
  ),
6257
- /* @__PURE__ */ jsx56(
6260
+ /* @__PURE__ */ jsx57(
6258
6261
  FormField,
6259
6262
  {
6260
- editor: /* @__PURE__ */ jsx56(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx56(Textbox, { focus: true }) })
6263
+ editor: /* @__PURE__ */ jsx57(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx57(Textbox, { focus: true }) })
6261
6264
  }
6262
6265
  ),
6263
- /* @__PURE__ */ jsx56(
6266
+ /* @__PURE__ */ jsx57(
6264
6267
  FormField,
6265
6268
  {
6266
6269
  label: "Upload",
6267
- editor: /* @__PURE__ */ jsx56(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx56(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6270
+ editor: /* @__PURE__ */ jsx57(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx57(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6268
6271
  }
6269
6272
  )
6270
6273
  ] }) }),
6271
- /* @__PURE__ */ jsx56("section", { children: /* @__PURE__ */ jsxs25(Form, { orientation: "horizontal", children: [
6272
- /* @__PURE__ */ jsx56(
6274
+ /* @__PURE__ */ jsx57("section", { children: /* @__PURE__ */ jsxs25(Form, { orientation: "horizontal", children: [
6275
+ /* @__PURE__ */ jsx57(
6273
6276
  FormField,
6274
6277
  {
6275
6278
  label: "Textbox:",
6276
- editor: /* @__PURE__ */ jsx56(Textbox, {})
6279
+ editor: /* @__PURE__ */ jsx57(Textbox, {})
6277
6280
  }
6278
6281
  ),
6279
- /* @__PURE__ */ jsx56(
6282
+ /* @__PURE__ */ jsx57(
6280
6283
  FormField,
6281
6284
  {
6282
6285
  label: "Checkbox:",
6283
- editor: /* @__PURE__ */ jsx56(Checkbox, {})
6286
+ editor: /* @__PURE__ */ jsx57(Checkbox, {})
6284
6287
  }
6285
6288
  ),
6286
- /* @__PURE__ */ jsx56(
6289
+ /* @__PURE__ */ jsx57(
6287
6290
  FormField,
6288
6291
  {
6289
6292
  editor: /* @__PURE__ */ jsxs25(Fragment18, { children: [
6290
- /* @__PURE__ */ jsx56(Checkbox, {}),
6291
- /* @__PURE__ */ jsx56("label", { className: "k-checkbox-label", children: "Label after the box" })
6293
+ /* @__PURE__ */ jsx57(Checkbox, {}),
6294
+ /* @__PURE__ */ jsx57("label", { className: "k-checkbox-label", children: "Label after the box" })
6292
6295
  ] })
6293
6296
  }
6294
6297
  ),
6295
- /* @__PURE__ */ jsx56(
6298
+ /* @__PURE__ */ jsx57(
6296
6299
  FormField,
6297
6300
  {
6298
6301
  label: "Radio (Y):",
6299
6302
  editor: /* @__PURE__ */ jsxs25(RadioGroup, { children: [
6300
- /* @__PURE__ */ jsx56(RadioItem, { children: /* @__PURE__ */ jsx56(RadioButtonLabel, { children: "Male" }) }),
6301
- /* @__PURE__ */ jsx56(RadioItem, { children: /* @__PURE__ */ jsx56(RadioButtonLabel, { children: "Female" }) })
6303
+ /* @__PURE__ */ jsx57(RadioItem, { children: /* @__PURE__ */ jsx57(RadioButtonLabel, { children: "Male" }) }),
6304
+ /* @__PURE__ */ jsx57(RadioItem, { children: /* @__PURE__ */ jsx57(RadioButtonLabel, { children: "Female" }) })
6302
6305
  ] })
6303
6306
  }
6304
6307
  ),
6305
- /* @__PURE__ */ jsx56(
6308
+ /* @__PURE__ */ jsx57(
6306
6309
  FormField,
6307
6310
  {
6308
6311
  label: "Radio (X):",
6309
6312
  editor: /* @__PURE__ */ jsxs25(RadioGroup, { layout: "horizontal", children: [
6310
- /* @__PURE__ */ jsx56(RadioItem, { children: /* @__PURE__ */ jsx56(RadioButtonLabel, { children: "Male" }) }),
6311
- /* @__PURE__ */ jsx56(RadioItem, { children: /* @__PURE__ */ jsx56(RadioButtonLabel, { children: "Female" }) })
6313
+ /* @__PURE__ */ jsx57(RadioItem, { children: /* @__PURE__ */ jsx57(RadioButtonLabel, { children: "Male" }) }),
6314
+ /* @__PURE__ */ jsx57(RadioItem, { children: /* @__PURE__ */ jsx57(RadioButtonLabel, { children: "Female" }) })
6312
6315
  ] })
6313
6316
  }
6314
6317
  ),
6315
- /* @__PURE__ */ jsx56(
6318
+ /* @__PURE__ */ jsx57(
6316
6319
  FormField,
6317
6320
  {
6318
6321
  label: "Colorpicker:",
6319
- editor: /* @__PURE__ */ jsx56(ColorPicker, {})
6322
+ editor: /* @__PURE__ */ jsx57(ColorPicker, {})
6320
6323
  }
6321
6324
  ),
6322
- /* @__PURE__ */ jsx56(
6325
+ /* @__PURE__ */ jsx57(
6323
6326
  FormField,
6324
6327
  {
6325
6328
  label: "MaskedTextBox:",
6326
- editor: /* @__PURE__ */ jsx56(MaskedTextbox, {})
6329
+ editor: /* @__PURE__ */ jsx57(MaskedTextbox, {})
6327
6330
  }
6328
6331
  ),
6329
- /* @__PURE__ */ jsx56(
6332
+ /* @__PURE__ */ jsx57(
6330
6333
  FormField,
6331
6334
  {
6332
6335
  label: "NumericTextBox:",
6333
- editor: /* @__PURE__ */ jsx56(NumericTextbox, {})
6336
+ editor: /* @__PURE__ */ jsx57(NumericTextbox, {})
6334
6337
  }
6335
6338
  ),
6336
- /* @__PURE__ */ jsx56(
6339
+ /* @__PURE__ */ jsx57(
6337
6340
  FormField,
6338
6341
  {
6339
6342
  label: "Switch:",
6340
- editor: /* @__PURE__ */ jsx56(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6343
+ editor: /* @__PURE__ */ jsx57(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6341
6344
  }
6342
6345
  ),
6343
- /* @__PURE__ */ jsx56(
6346
+ /* @__PURE__ */ jsx57(
6344
6347
  FormField,
6345
6348
  {
6346
6349
  label: "Slider",
6347
6350
  editor: /* @__PURE__ */ jsxs25("div", { className: "k-slider k-slider-horizontal", children: [
6348
- /* @__PURE__ */ jsx56(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6351
+ /* @__PURE__ */ jsx57(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6349
6352
  /* @__PURE__ */ jsxs25("div", { className: "k-slider-track-wrap", children: [
6350
6353
  /* @__PURE__ */ jsxs25("ul", { className: "k-reset k-slider-items", children: [
6351
- /* @__PURE__ */ jsx56("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx56("span", { className: "k-label", children: "0" }) }),
6352
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6353
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6354
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6355
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6356
- /* @__PURE__ */ jsx56("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx56("span", { className: "k-label", children: "5" }) }),
6357
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6358
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6359
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6360
- /* @__PURE__ */ jsx56("li", { className: "k-tick" }),
6361
- /* @__PURE__ */ jsx56("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx56("span", { className: "k-label", children: "10" }) })
6354
+ /* @__PURE__ */ jsx57("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx57("span", { className: "k-label", children: "0" }) }),
6355
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6356
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6357
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6358
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6359
+ /* @__PURE__ */ jsx57("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx57("span", { className: "k-label", children: "5" }) }),
6360
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6361
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6362
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6363
+ /* @__PURE__ */ jsx57("li", { className: "k-tick" }),
6364
+ /* @__PURE__ */ jsx57("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ jsx57("span", { className: "k-label", children: "10" }) })
6362
6365
  ] }),
6363
6366
  /* @__PURE__ */ jsxs25("div", { className: "k-slider-track", children: [
6364
- /* @__PURE__ */ jsx56("div", { className: "k-slider-selection" }),
6365
- /* @__PURE__ */ jsx56("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6367
+ /* @__PURE__ */ jsx57("div", { className: "k-slider-selection" }),
6368
+ /* @__PURE__ */ jsx57("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6366
6369
  ] })
6367
6370
  ] }),
6368
- /* @__PURE__ */ jsx56(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6371
+ /* @__PURE__ */ jsx57(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6369
6372
  ] })
6370
6373
  }
6371
6374
  ),
6372
- /* @__PURE__ */ jsx56(
6375
+ /* @__PURE__ */ jsx57(
6373
6376
  FormField,
6374
6377
  {
6375
- editor: /* @__PURE__ */ jsx56(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx56(Textbox, {}) })
6378
+ editor: /* @__PURE__ */ jsx57(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx57(Textbox, {}) })
6376
6379
  }
6377
6380
  ),
6378
- /* @__PURE__ */ jsx56(
6381
+ /* @__PURE__ */ jsx57(
6379
6382
  FormField,
6380
6383
  {
6381
- editor: /* @__PURE__ */ jsx56(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx56(Textbox, { focus: true }) })
6384
+ editor: /* @__PURE__ */ jsx57(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx57(Textbox, { focus: true }) })
6382
6385
  }
6383
6386
  ),
6384
- /* @__PURE__ */ jsx56(
6387
+ /* @__PURE__ */ jsx57(
6385
6388
  FormField,
6386
6389
  {
6387
6390
  label: "Upload",
6388
- editor: /* @__PURE__ */ jsx56(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx56(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6391
+ editor: /* @__PURE__ */ jsx57(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx57(UploadFile, { progress: "100", status: "success", validationMsg: "File successfully uploaded.", name: "test long long long long long long long long long long long long long.pdf", icon: "file-pdf" }) })
6389
6392
  }
6390
6393
  )
6391
6394
  ] }) })