@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
@@ -5046,8 +5046,11 @@ FloatingLabel.options = options16;
5046
5046
  FloatingLabel.className = FLOATINGLABEL_CLASSNAME;
5047
5047
  FloatingLabel.defaultProps = defaultProps13;
5048
5048
 
5049
- // src/maskedtextbox/maskedtextbox.spec.tsx
5049
+ // src/floating-label/templates/floating-label-normal.tsx
5050
5050
  var import_jsx_runtime27 = require("react/jsx-runtime");
5051
+
5052
+ // src/maskedtextbox/maskedtextbox.spec.tsx
5053
+ var import_jsx_runtime28 = require("react/jsx-runtime");
5051
5054
  var MASKEDTEXTBOX_CLASSNAME = `k-maskedtextbox`;
5052
5055
  var states18 = [
5053
5056
  States.hover,
@@ -5088,7 +5091,7 @@ var MaskedTextbox = (props) => {
5088
5091
  showClearButton = defaultProps14.showClearButton,
5089
5092
  ...other
5090
5093
  } = props;
5091
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
5094
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
5092
5095
  Input,
5093
5096
  {
5094
5097
  ...other,
@@ -5105,8 +5108,8 @@ var MaskedTextbox = (props) => {
5105
5108
  readonly,
5106
5109
  className: classNames(props.className, MASKEDTEXTBOX_CLASSNAME),
5107
5110
  children: [
5108
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(InputInnerInput, { placeholder, value }),
5109
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5111
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(InputInnerInput, { placeholder, value }),
5112
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5110
5113
  InputValidationIcon,
5111
5114
  {
5112
5115
  valid,
@@ -5115,14 +5118,14 @@ var MaskedTextbox = (props) => {
5115
5118
  disabled
5116
5119
  }
5117
5120
  ),
5118
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5121
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5119
5122
  InputLoadingIcon,
5120
5123
  {
5121
5124
  loading,
5122
5125
  disabled
5123
5126
  }
5124
5127
  ),
5125
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
5128
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
5126
5129
  InputClearValue,
5127
5130
  {
5128
5131
  loading,
@@ -5141,10 +5144,10 @@ MaskedTextbox.className = MASKEDTEXTBOX_CLASSNAME;
5141
5144
  MaskedTextbox.defaultProps = defaultProps14;
5142
5145
 
5143
5146
  // src/maskedtextbox/templates/maskedtextbox-normal.tsx
5144
- var import_jsx_runtime28 = require("react/jsx-runtime");
5147
+ var import_jsx_runtime29 = require("react/jsx-runtime");
5145
5148
 
5146
5149
  // src/spinbutton/spinbutton.spec.tsx
5147
- var import_jsx_runtime29 = require("react/jsx-runtime");
5150
+ var import_jsx_runtime30 = require("react/jsx-runtime");
5148
5151
  var SPINBUTTON_CLASSNAME = `k-spin-button`;
5149
5152
  var states19 = [];
5150
5153
  var options18 = {
@@ -5161,7 +5164,7 @@ var SpinButton = (props) => {
5161
5164
  fillMode = defaultProps15.fillMode,
5162
5165
  ...other
5163
5166
  } = props;
5164
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
5167
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5165
5168
  "span",
5166
5169
  {
5167
5170
  ...other,
@@ -5170,7 +5173,7 @@ var SpinButton = (props) => {
5170
5173
  props.className
5171
5174
  ),
5172
5175
  children: [
5173
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5176
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5174
5177
  Button,
5175
5178
  {
5176
5179
  className: "k-spinner-increase",
@@ -5180,7 +5183,7 @@ var SpinButton = (props) => {
5180
5183
  fillMode
5181
5184
  }
5182
5185
  ),
5183
- /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
5186
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5184
5187
  Button,
5185
5188
  {
5186
5189
  className: "k-spinner-decrease",
@@ -5200,7 +5203,7 @@ SpinButton.className = SPINBUTTON_CLASSNAME;
5200
5203
  SpinButton.defaultProps = defaultProps15;
5201
5204
 
5202
5205
  // src/numerictextbox/numerictextbox.spec.tsx
5203
- var import_jsx_runtime30 = require("react/jsx-runtime");
5206
+ var import_jsx_runtime31 = require("react/jsx-runtime");
5204
5207
  var NUMERICTEXTBOX_CLASSNAME = `k-numerictextbox`;
5205
5208
  var states20 = [
5206
5209
  States.hover,
@@ -5243,7 +5246,7 @@ var NumericTextbox = (props) => {
5243
5246
  showSpinButton = defaultProps16.showSpinButton,
5244
5247
  ...other
5245
5248
  } = props;
5246
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
5249
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
5247
5250
  Input,
5248
5251
  {
5249
5252
  ...other,
@@ -5260,8 +5263,8 @@ var NumericTextbox = (props) => {
5260
5263
  readonly,
5261
5264
  className: classNames(props.className, NUMERICTEXTBOX_CLASSNAME),
5262
5265
  children: [
5263
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(InputInnerInput, { placeholder, value }),
5264
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5266
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(InputInnerInput, { placeholder, value }),
5267
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5265
5268
  InputValidationIcon,
5266
5269
  {
5267
5270
  valid,
@@ -5270,14 +5273,14 @@ var NumericTextbox = (props) => {
5270
5273
  disabled
5271
5274
  }
5272
5275
  ),
5273
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5276
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5274
5277
  InputLoadingIcon,
5275
5278
  {
5276
5279
  loading,
5277
5280
  disabled
5278
5281
  }
5279
5282
  ),
5280
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5283
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5281
5284
  InputClearValue,
5282
5285
  {
5283
5286
  loading,
@@ -5286,7 +5289,7 @@ var NumericTextbox = (props) => {
5286
5289
  value
5287
5290
  }
5288
5291
  ),
5289
- showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
5292
+ showSpinButton && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
5290
5293
  SpinButton,
5291
5294
  {
5292
5295
  className: "k-input-spinner",
@@ -5304,10 +5307,10 @@ NumericTextbox.className = NUMERICTEXTBOX_CLASSNAME;
5304
5307
  NumericTextbox.defaultProps = defaultProps16;
5305
5308
 
5306
5309
  // src/numerictextbox/templates/numerictextbox-normal.tsx
5307
- var import_jsx_runtime31 = require("react/jsx-runtime");
5310
+ var import_jsx_runtime32 = require("react/jsx-runtime");
5308
5311
 
5309
5312
  // src/radio/radio.spec.tsx
5310
- var import_jsx_runtime32 = require("react/jsx-runtime");
5313
+ var import_jsx_runtime33 = require("react/jsx-runtime");
5311
5314
  var RADIOBUTTON_CLASSNAME = `k-radio`;
5312
5315
  var states21 = [
5313
5316
  States.hover,
@@ -5337,7 +5340,7 @@ var RadioButton = (props) => {
5337
5340
  size = defaultProps17.size,
5338
5341
  ...other
5339
5342
  } = props;
5340
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
5343
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)("span", { className: "k-radio-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5341
5344
  "input",
5342
5345
  {
5343
5346
  ...other,
@@ -5361,7 +5364,7 @@ RadioButton.defaultProps = defaultProps17;
5361
5364
  var radio_spec_default = RadioButton;
5362
5365
 
5363
5366
  // src/radio/radio-group.spec.tsx
5364
- var import_jsx_runtime33 = require("react/jsx-runtime");
5367
+ var import_jsx_runtime34 = require("react/jsx-runtime");
5365
5368
  var RADIOGROUP_CLASSNAME = `k-radio-list`;
5366
5369
  var states22 = [];
5367
5370
  var options21 = {};
@@ -5373,7 +5376,7 @@ var RadioGroup = (props) => {
5373
5376
  layout = defaultProps18.layout,
5374
5377
  ...other
5375
5378
  } = props;
5376
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5379
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5377
5380
  "ul",
5378
5381
  {
5379
5382
  ...other,
@@ -5394,7 +5397,7 @@ RadioGroup.className = RADIOGROUP_CLASSNAME;
5394
5397
  RadioGroup.defaultProps = defaultProps18;
5395
5398
 
5396
5399
  // src/radio/radio-item.spec.tsx
5397
- var import_jsx_runtime34 = require("react/jsx-runtime");
5400
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5398
5401
  var RADIOITEM_CLASSNAME = `k-radio-list-item`;
5399
5402
  var states23 = [];
5400
5403
  var options22 = {};
@@ -5403,7 +5406,7 @@ var RadioItem = (props) => {
5403
5406
  const {
5404
5407
  ...other
5405
5408
  } = props;
5406
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5409
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5407
5410
  "li",
5408
5411
  {
5409
5412
  ...other,
@@ -5421,20 +5424,20 @@ RadioItem.className = RADIOITEM_CLASSNAME;
5421
5424
  RadioItem.defaultProps = defaultProps19;
5422
5425
 
5423
5426
  // src/radio/templates/radio-normal.tsx
5424
- var import_jsx_runtime35 = require("react/jsx-runtime");
5427
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5425
5428
 
5426
5429
  // src/radio/templates/radio-label.tsx
5427
- var import_jsx_runtime36 = require("react/jsx-runtime");
5428
- var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
5429
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(radio_spec_default, { ...other, id }),
5430
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("label", { className: "k-radio-label", htmlFor: id, children })
5430
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5431
+ var RadioButtonLabel = ({ children, id, ...other }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
5432
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(radio_spec_default, { ...other, id }),
5433
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)("label", { className: "k-radio-label", htmlFor: id, children })
5431
5434
  ] });
5432
5435
 
5433
5436
  // src/radio/templates/radio-inside-label.tsx
5434
- var import_jsx_runtime37 = require("react/jsx-runtime");
5437
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5435
5438
 
5436
5439
  // src/switch/switch.spec.tsx
5437
- var import_jsx_runtime38 = require("react/jsx-runtime");
5440
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5438
5441
  var SWITCH_CLASSNAME = `k-switch`;
5439
5442
  var states24 = [
5440
5443
  States.hover,
@@ -5465,7 +5468,7 @@ var Switch = (props) => {
5465
5468
  disabled,
5466
5469
  ...other
5467
5470
  } = props;
5468
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5471
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5469
5472
  "span",
5470
5473
  {
5471
5474
  ...other,
@@ -5486,7 +5489,7 @@ var Switch = (props) => {
5486
5489
  }
5487
5490
  ),
5488
5491
  children: [
5489
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5492
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5490
5493
  "span",
5491
5494
  {
5492
5495
  className: classNames(
@@ -5496,12 +5499,12 @@ var Switch = (props) => {
5496
5499
  })
5497
5500
  ),
5498
5501
  children: [
5499
- onLabel && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
5500
- offLabel && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-switch-label-off", children: offLabel })
5502
+ onLabel && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-switch-label-on", children: onLabel }),
5503
+ offLabel && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-switch-label-off", children: offLabel })
5501
5504
  ]
5502
5505
  }
5503
5506
  ),
5504
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5507
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)("span", { className: "k-switch-thumb-wrap", children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5505
5508
  "span",
5506
5509
  {
5507
5510
  className: classNames(
@@ -5522,13 +5525,13 @@ Switch.className = SWITCH_CLASSNAME;
5522
5525
  Switch.defaultProps = defaultProps20;
5523
5526
 
5524
5527
  // src/switch/templates/switch-normal.tsx
5525
- var import_jsx_runtime39 = require("react/jsx-runtime");
5528
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5526
5529
 
5527
5530
  // src/switch/templates/switch-checked.tsx
5528
- var import_jsx_runtime40 = require("react/jsx-runtime");
5531
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5529
5532
 
5530
5533
  // src/textbox/textbox.spec.tsx
5531
- var import_jsx_runtime41 = require("react/jsx-runtime");
5534
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5532
5535
  var TEXTBOX_CLASSNAME = `k-textbox`;
5533
5536
  var states25 = [
5534
5537
  States.hover,
@@ -5571,7 +5574,7 @@ var Textbox = (props) => {
5571
5574
  showClearButton = defaultProps21.showClearButton,
5572
5575
  ...other
5573
5576
  } = props;
5574
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
5577
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5575
5578
  Input,
5576
5579
  {
5577
5580
  ...other,
@@ -5588,9 +5591,9 @@ var Textbox = (props) => {
5588
5591
  readonly,
5589
5592
  className: classNames(props.className, TEXTBOX_CLASSNAME),
5590
5593
  children: [
5591
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputPrefix, { children: prefix }),
5592
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputInnerInput, { placeholder, value }),
5593
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5594
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputPrefix, { children: prefix }),
5595
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputInnerInput, { placeholder, value }),
5596
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5594
5597
  InputValidationIcon,
5595
5598
  {
5596
5599
  valid,
@@ -5599,14 +5602,14 @@ var Textbox = (props) => {
5599
5602
  disabled
5600
5603
  }
5601
5604
  ),
5602
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5605
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5603
5606
  InputLoadingIcon,
5604
5607
  {
5605
5608
  loading,
5606
5609
  disabled
5607
5610
  }
5608
5611
  ),
5609
- showClearButton && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5612
+ showClearButton && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5610
5613
  InputClearValue,
5611
5614
  {
5612
5615
  loading,
@@ -5615,7 +5618,7 @@ var Textbox = (props) => {
5615
5618
  value
5616
5619
  }
5617
5620
  ),
5618
- /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(InputSuffix, { children: suffix })
5621
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(InputSuffix, { children: suffix })
5619
5622
  ]
5620
5623
  }
5621
5624
  );
@@ -5626,16 +5629,16 @@ Textbox.className = TEXTBOX_CLASSNAME;
5626
5629
  Textbox.defaultProps = defaultProps21;
5627
5630
 
5628
5631
  // src/textbox/templates/textbox-normal.tsx
5629
- var import_jsx_runtime42 = require("react/jsx-runtime");
5632
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5630
5633
 
5631
5634
  // src/textbox/templates/textbox-prefix.tsx
5632
- var import_jsx_runtime43 = require("react/jsx-runtime");
5635
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5633
5636
 
5634
5637
  // src/textbox/templates/textbox-suffix.tsx
5635
- var import_jsx_runtime44 = require("react/jsx-runtime");
5638
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5636
5639
 
5637
5640
  // src/action-buttons/action-buttons.spec.tsx
5638
- var import_jsx_runtime45 = require("react/jsx-runtime");
5641
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5639
5642
  var ACTIONBUTTONS_CLASSNAME = `k-actions`;
5640
5643
  var states26 = [];
5641
5644
  var options25 = {};
@@ -5649,7 +5652,7 @@ var ActionButtons = (props) => {
5649
5652
  orientation = defaultProps22.orientation,
5650
5653
  ...other
5651
5654
  } = props;
5652
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5655
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5653
5656
  "div",
5654
5657
  {
5655
5658
  ...other,
@@ -5672,7 +5675,7 @@ ActionButtons.defaultProps = defaultProps22;
5672
5675
  var action_buttons_spec_default = ActionButtons;
5673
5676
 
5674
5677
  // src/upload/upload-dropzone.tsx
5675
- var import_jsx_runtime46 = require("react/jsx-runtime");
5678
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5676
5679
  var UPLOADDROPZONE_CLASSNAME = `k-upload-dropzone`;
5677
5680
  var states27 = [
5678
5681
  States.hover
@@ -5683,31 +5686,31 @@ var UploadDropzone = (props) => {
5683
5686
  status,
5684
5687
  ...other
5685
5688
  } = props;
5686
- let statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, {});
5689
+ let statusMsg = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_jsx_runtime47.Fragment, {});
5687
5690
  switch (status) {
5688
5691
  case "uploading":
5689
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5690
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "upload" }),
5692
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
5693
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "upload" }),
5691
5694
  "Uploading..."
5692
5695
  ] });
5693
5696
  break;
5694
5697
  case "done":
5695
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5696
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "check" }),
5698
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
5699
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "check" }),
5697
5700
  "Done"
5698
5701
  ] });
5699
5702
  break;
5700
5703
  case "failed":
5701
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5702
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Icon, { icon: "exclamation-circle" }),
5704
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_jsx_runtime47.Fragment, { children: [
5705
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "exclamation-circle" }),
5703
5706
  "Done"
5704
5707
  ] });
5705
5708
  break;
5706
5709
  default:
5707
- statusMsg = /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_jsx_runtime46.Fragment, {});
5710
+ statusMsg = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_jsx_runtime47.Fragment, {});
5708
5711
  break;
5709
5712
  }
5710
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5713
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5711
5714
  "div",
5712
5715
  {
5713
5716
  ...other,
@@ -5720,11 +5723,11 @@ var UploadDropzone = (props) => {
5720
5723
  })
5721
5724
  ),
5722
5725
  children: [
5723
- /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)("div", { className: "k-upload-button-wrap", children: [
5724
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(Button, { className: "k-upload-button", children: "Select files..." }),
5725
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("input", { id: "upload-input", className: "k-hidden" })
5726
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)("div", { className: "k-upload-button-wrap", children: [
5727
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { className: "k-upload-button", children: "Select files..." }),
5728
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("input", { id: "upload-input", className: "k-hidden" })
5726
5729
  ] }),
5727
- /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5730
+ /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
5728
5731
  "span",
5729
5732
  {
5730
5733
  className: classNames(
@@ -5736,14 +5739,14 @@ var UploadDropzone = (props) => {
5736
5739
  children: "Drop files here to upload"
5737
5740
  }
5738
5741
  ),
5739
- status !== "upload" && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)("span", { className: "k-upload-status", children: statusMsg })
5742
+ status !== "upload" && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("span", { className: "k-upload-status", children: statusMsg })
5740
5743
  ]
5741
5744
  }
5742
5745
  );
5743
5746
  };
5744
5747
 
5745
5748
  // src/upload/upload.spec.tsx
5746
- var import_jsx_runtime47 = require("react/jsx-runtime");
5749
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5747
5750
  var UPLOAD_CLASSNAME = `k-upload`;
5748
5751
  var states28 = [
5749
5752
  States.hover,
@@ -5761,7 +5764,7 @@ var Upload = (props) => {
5761
5764
  disabled,
5762
5765
  ...other
5763
5766
  } = props;
5764
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
5767
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5765
5768
  "div",
5766
5769
  {
5767
5770
  ...other,
@@ -5777,11 +5780,11 @@ var Upload = (props) => {
5777
5780
  }
5778
5781
  ),
5779
5782
  children: [
5780
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(UploadDropzone, { status, hover }),
5781
- props.children && /* @__PURE__ */ (0, import_jsx_runtime47.jsx)("ul", { className: "k-upload-files", children: props.children }),
5782
- actions && /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5783
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { className: "k-clear-selected", children: "Clear" }),
5784
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5783
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(UploadDropzone, { status, hover }),
5784
+ props.children && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("ul", { className: "k-upload-files", children: props.children }),
5785
+ actions && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(action_buttons_spec_default, { alignment: "end", orientation: "horizontal", children: [
5786
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { className: "k-clear-selected", children: "Clear" }),
5787
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { themeColor: "primary", className: "k-upload-selected", children: "Update" })
5785
5788
  ] })
5786
5789
  ]
5787
5790
  }
@@ -5793,7 +5796,7 @@ Upload.className = UPLOAD_CLASSNAME;
5793
5796
  Upload.defaultProps = defaultProps23;
5794
5797
 
5795
5798
  // src/progressbar/progressbar.spec.tsx
5796
- var import_jsx_runtime48 = require("react/jsx-runtime");
5799
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5797
5800
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
5798
5801
  var states29 = [
5799
5802
  States.disabled,
@@ -5821,7 +5824,7 @@ var ProgressBar = (props) => {
5821
5824
  width,
5822
5825
  ...other
5823
5826
  } = props;
5824
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
5827
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
5825
5828
  "div",
5826
5829
  {
5827
5830
  ...other,
@@ -5839,21 +5842,21 @@ var ProgressBar = (props) => {
5839
5842
  ),
5840
5843
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
5841
5844
  children: [
5842
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: classNames(
5845
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: classNames(
5843
5846
  "k-progress-status-wrap",
5844
5847
  {
5845
5848
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
5846
5849
  }
5847
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("span", { className: "k-progress-status", children: [
5850
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("span", { className: "k-progress-status", children: [
5848
5851
  value,
5849
5852
  "%"
5850
5853
  ] }) }),
5851
- !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)("span", { className: classNames(
5854
+ !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("span", { className: classNames(
5852
5855
  "k-progress-status-wrap",
5853
5856
  {
5854
5857
  [`k-progress-${labelPosition}`]: labelPosition
5855
5858
  }
5856
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)("span", { className: "k-progress-status", children: [
5859
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)("span", { className: "k-progress-status", children: [
5857
5860
  props.value,
5858
5861
  "%"
5859
5862
  ] }) }) })
@@ -5867,7 +5870,7 @@ ProgressBar.className = PROGRESSBAR_CLASSNAME;
5867
5870
  ProgressBar.defaultProps = defaultProps24;
5868
5871
 
5869
5872
  // src/progressbar/chunk-progressbar.spec.tsx
5870
- var import_jsx_runtime49 = require("react/jsx-runtime");
5873
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5871
5874
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
5872
5875
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
5873
5876
  var states30 = [
@@ -5888,7 +5891,7 @@ var ChunkProgressBar = (props) => {
5888
5891
  reverse,
5889
5892
  ...other
5890
5893
  } = props;
5891
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
5894
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
5892
5895
  "div",
5893
5896
  {
5894
5897
  ...other,
@@ -5902,8 +5905,8 @@ var ChunkProgressBar = (props) => {
5902
5905
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
5903
5906
  }
5904
5907
  ),
5905
- children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
5906
- (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("li", { className: classNames(
5908
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
5909
+ (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("li", { className: classNames(
5907
5910
  "k-progressbar-chunk",
5908
5911
  {
5909
5912
  "k-first": i === 0,
@@ -5921,7 +5924,7 @@ ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
5921
5924
  ChunkProgressBar.defaultProps = defaultProps25;
5922
5925
 
5923
5926
  // src/upload/upload-file-info.tsx
5924
- var import_jsx_runtime50 = require("react/jsx-runtime");
5927
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5925
5928
  var UPLOADFILEINFO_CLASSNAME = `k-file-info`;
5926
5929
  var UploadFileInfo = (props) => {
5927
5930
  const {
@@ -5930,7 +5933,7 @@ var UploadFileInfo = (props) => {
5930
5933
  validationMsg,
5931
5934
  ...other
5932
5935
  } = props;
5933
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
5936
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
5934
5937
  "div",
5935
5938
  {
5936
5939
  ...other,
@@ -5939,16 +5942,16 @@ var UploadFileInfo = (props) => {
5939
5942
  UPLOADFILEINFO_CLASSNAME
5940
5943
  ),
5941
5944
  children: [
5942
- name && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-file-name", children: name }),
5943
- size && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-file-size", children: size }),
5944
- validationMsg && /* @__PURE__ */ (0, import_jsx_runtime50.jsx)("span", { className: "k-file-validation-message", children: validationMsg })
5945
+ name && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-file-name", children: name }),
5946
+ size && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-file-size", children: size }),
5947
+ validationMsg && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-file-validation-message", children: validationMsg })
5945
5948
  ]
5946
5949
  }
5947
5950
  );
5948
5951
  };
5949
5952
 
5950
5953
  // src/upload/upload-file.tsx
5951
- var import_jsx_runtime51 = require("react/jsx-runtime");
5954
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5952
5955
  var UPLOADFILE_CLASSNAME = `k-file`;
5953
5956
  var UploadFile = (props) => {
5954
5957
  const {
@@ -5961,7 +5964,7 @@ var UploadFile = (props) => {
5961
5964
  validationMsg,
5962
5965
  ...other
5963
5966
  } = props;
5964
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5967
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5965
5968
  "li",
5966
5969
  {
5967
5970
  ...other,
@@ -5972,35 +5975,35 @@ var UploadFile = (props) => {
5972
5975
  [`k-file-${status}`]: status
5973
5976
  }
5974
5977
  ),
5975
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("div", { className: "k-file-single", children: [
5976
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(ProgressBar, { className: classNames(
5978
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("div", { className: "k-file-single", children: [
5979
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(ProgressBar, { className: classNames(
5977
5980
  {
5978
5981
  "k-hidden": status !== "progress"
5979
5982
  }
5980
5983
  ), value: progress, label: false }),
5981
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("span", { className: "k-file-icon-wrapper", children: [
5982
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Icon, { className: "k-file-icon", icon, size: "xxlarge" }),
5983
- state && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("span", { className: "k-file-state", children: state })
5984
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("span", { className: "k-file-icon-wrapper", children: [
5985
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Icon, { className: "k-file-icon", icon, size: "xxlarge" }),
5986
+ state && /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("span", { className: "k-file-state", children: state })
5984
5987
  ] }),
5985
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(UploadFileInfo, { name, size, validationMsg }),
5986
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("div", { className: "k-upload-actions", children: status === "progress" ? /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_jsx_runtime51.Fragment, { children: [
5987
- /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)("span", { className: "k-upload-pct", children: [
5988
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(UploadFileInfo, { name, size, validationMsg }),
5989
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("div", { className: "k-upload-actions", children: status === "progress" ? /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(import_jsx_runtime52.Fragment, { children: [
5990
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)("span", { className: "k-upload-pct", children: [
5988
5991
  progress,
5989
5992
  "%"
5990
5993
  ] }),
5991
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "pause-sm", fillMode: "flat", className: "k-upload-action" }),
5992
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "cancel", fillMode: "flat", className: "k-upload-action" })
5993
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Button, { icon: "x", fillMode: "flat", className: "k-upload-action" }) })
5994
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "pause-sm", fillMode: "flat", className: "k-upload-action" }),
5995
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "cancel", fillMode: "flat", className: "k-upload-action" })
5996
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Button, { icon: "x", fillMode: "flat", className: "k-upload-action" }) })
5994
5997
  ] })
5995
5998
  }
5996
5999
  );
5997
6000
  };
5998
6001
 
5999
6002
  // src/upload/upload-file-multiple.tsx
6000
- var import_jsx_runtime52 = require("react/jsx-runtime");
6003
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6001
6004
 
6002
6005
  // src/form/form-field.tsx
6003
- var import_jsx_runtime53 = require("react/jsx-runtime");
6006
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6004
6007
  var FORMFIELD_CLASSNAME = "k-form-field";
6005
6008
  var states31 = [
6006
6009
  States.disabled
@@ -6018,7 +6021,7 @@ var FormField = (props) => {
6018
6021
  dir,
6019
6022
  colSpan
6020
6023
  } = props;
6021
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
6024
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
6022
6025
  "div",
6023
6026
  {
6024
6027
  className: classNames(
@@ -6031,19 +6034,19 @@ var FormField = (props) => {
6031
6034
  ),
6032
6035
  dir,
6033
6036
  children: [
6034
- label && /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("label", { className: classNames(
6037
+ label && /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("label", { className: classNames(
6035
6038
  "k-label",
6036
6039
  "k-form-label"
6037
6040
  ), children: [
6038
6041
  label,
6039
- optional && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6040
- info && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-field-info", children: "(field info)" })
6042
+ optional && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-label-optional", children: "(Optional)" }),
6043
+ info && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-field-info", children: "(field info)" })
6041
6044
  ] }),
6042
- orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6043
- /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)("div", { className: "k-form-field-wrap", children: [
6045
+ orientation === "horizontal" && !label && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("span", { className: "k-label k-form-label k-label-empty" }),
6046
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("div", { className: "k-form-field-wrap", children: [
6044
6047
  editor,
6045
- hint && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-form-hint", children: hint }),
6046
- error && /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("div", { className: "k-form-error", children: error })
6048
+ hint && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-form-hint", children: hint }),
6049
+ error && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: "k-form-error", children: error })
6047
6050
  ] })
6048
6051
  ]
6049
6052
  }
@@ -6052,7 +6055,7 @@ var FormField = (props) => {
6052
6055
  FormField.className = FORMFIELD_CLASSNAME;
6053
6056
 
6054
6057
  // src/form/fieldset.tsx
6055
- var import_jsx_runtime54 = require("react/jsx-runtime");
6058
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6056
6059
  var FIELDSET_CLASSNAME = "k-form-fieldset";
6057
6060
  var Fieldset = (props) => {
6058
6061
  const {
@@ -6062,9 +6065,9 @@ var Fieldset = (props) => {
6062
6065
  gapX,
6063
6066
  gapY
6064
6067
  } = props;
6065
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6066
- legend && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("legend", { className: "k-form-legend", children: legend }),
6067
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("div", { className: classNames(
6068
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("fieldset", { className: classNames(FIELDSET_CLASSNAME), children: [
6069
+ legend && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("legend", { className: "k-form-legend", children: legend }),
6070
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(
6068
6071
  "k-form-layout",
6069
6072
  "k-d-grid",
6070
6073
  {
@@ -6072,13 +6075,13 @@ var Fieldset = (props) => {
6072
6075
  [`k-gap-x-${gapX}`]: gapX,
6073
6076
  [`k-gap-y-${gapY}`]: gapY
6074
6077
  }
6075
- ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_jsx_runtime54.Fragment, { children: props.children })
6078
+ ), children: props.children }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: props.children })
6076
6079
  ] });
6077
6080
  };
6078
6081
  Fieldset.className = FIELDSET_CLASSNAME;
6079
6082
 
6080
6083
  // src/form/form.spec.tsx
6081
- var import_jsx_runtime55 = require("react/jsx-runtime");
6084
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6082
6085
  var import_react = require("react");
6083
6086
  var FORM_CLASSNAME = "k-form";
6084
6087
  var states32 = [];
@@ -6102,7 +6105,7 @@ var Form = (props) => {
6102
6105
  tag = defaultProps26.tag,
6103
6106
  children
6104
6107
  } = props;
6105
- const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("form", { className: className9, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: className9, children: children2 });
6108
+ const Parent = ({ tag: tag2, className: className9, children: children2 }) => tag2 === "form" ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("form", { className: className9, children: children2 }) : /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: className9, children: children2 });
6106
6109
  const formChildren = [];
6107
6110
  if (children) {
6108
6111
  if (Array.isArray(children)) {
@@ -6121,7 +6124,7 @@ var Form = (props) => {
6121
6124
  children.type === Fieldset && formChildren.push(/* @__PURE__ */ (0, import_react.createElement)(Fieldset, { ...children.props, key: `${(/* @__PURE__ */ new Date()).getTime()}` }));
6122
6125
  }
6123
6126
  }
6124
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(Parent, { tag, className: classNames(
6127
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(Parent, { tag, className: classNames(
6125
6128
  props.className,
6126
6129
  FORM_CLASSNAME,
6127
6130
  optionClassNames(FORM_CLASSNAME, {
@@ -6131,7 +6134,7 @@ var Form = (props) => {
6131
6134
  [`${FORM_CLASSNAME}-${orientation}`]: orientation
6132
6135
  }
6133
6136
  ), children: [
6134
- layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: classNames(
6137
+ layout === "grid" ? /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: classNames(
6135
6138
  "k-form-layout",
6136
6139
  "k-d-grid",
6137
6140
  {
@@ -6139,8 +6142,8 @@ var Form = (props) => {
6139
6142
  [`k-gap-x-${gapX}`]: gapX,
6140
6143
  [`k-gap-y-${gapY}`]: gapY
6141
6144
  }
6142
- ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_jsx_runtime55.Fragment, { children: formChildren }),
6143
- formButtons && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "k-form-buttons", children: formButtons })
6145
+ ), children: formChildren }) : /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_jsx_runtime56.Fragment, { children: formChildren }),
6146
+ formButtons && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-form-buttons", children: formButtons })
6144
6147
  ] });
6145
6148
  };
6146
6149
  Form.states = states32;
@@ -6149,7 +6152,7 @@ Form.className = FORM_CLASSNAME;
6149
6152
  Form.defaultProps = defaultProps26;
6150
6153
 
6151
6154
  // src/form/tests/form-field-inputs.tsx
6152
- var import_jsx_runtime56 = require("react/jsx-runtime");
6155
+ var import_jsx_runtime57 = require("react/jsx-runtime");
6153
6156
  var styles = `
6154
6157
  section {
6155
6158
  padding: 20px;
@@ -6161,250 +6164,250 @@ var styles = `
6161
6164
  --kendo-slider-end: 50;
6162
6165
  }
6163
6166
  `;
6164
- var form_field_inputs_default = () => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6165
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("style", { children: styles }),
6166
- /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6167
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { children: "Vertical Form" }),
6168
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { children: "Horizontal Form" }),
6169
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(Form, { children: [
6170
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6167
+ var form_field_inputs_default = () => /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
6168
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("style", { children: styles }),
6169
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6170
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { children: "Vertical Form" }),
6171
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { children: "Horizontal Form" }),
6172
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(Form, { children: [
6173
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6171
6174
  FormField,
6172
6175
  {
6173
6176
  label: "Textbox:",
6174
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, {})
6177
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Textbox, {})
6175
6178
  }
6176
6179
  ),
6177
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6180
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6178
6181
  FormField,
6179
6182
  {
6180
6183
  label: "Checkbox:",
6181
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, {})
6184
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Checkbox, {})
6182
6185
  }
6183
6186
  ),
6184
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6187
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6185
6188
  FormField,
6186
6189
  {
6187
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6188
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, {}),
6189
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("label", { className: "k-checkbox-label", children: "Label after the box" })
6190
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
6191
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Checkbox, {}),
6192
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("label", { className: "k-checkbox-label", children: "Label after the box" })
6190
6193
  ] })
6191
6194
  }
6192
6195
  ),
6193
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6196
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6194
6197
  FormField,
6195
6198
  {
6196
6199
  label: "Radio (Y):",
6197
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(RadioGroup, { children: [
6198
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Male" }) }),
6199
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Female" }) })
6200
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(RadioGroup, { children: [
6201
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioButtonLabel, { children: "Male" }) }),
6202
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioButtonLabel, { children: "Female" }) })
6200
6203
  ] })
6201
6204
  }
6202
6205
  ),
6203
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6206
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6204
6207
  FormField,
6205
6208
  {
6206
6209
  label: "Radio (X):",
6207
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(RadioGroup, { layout: "horizontal", children: [
6208
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Male" }) }),
6209
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Female" }) })
6210
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(RadioGroup, { layout: "horizontal", children: [
6211
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioButtonLabel, { children: "Male" }) }),
6212
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioButtonLabel, { children: "Female" }) })
6210
6213
  ] })
6211
6214
  }
6212
6215
  ),
6213
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6216
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6214
6217
  FormField,
6215
6218
  {
6216
6219
  label: "Colorpicker:",
6217
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ColorPicker, {})
6220
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ColorPicker, {})
6218
6221
  }
6219
6222
  ),
6220
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6223
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6221
6224
  FormField,
6222
6225
  {
6223
6226
  label: "MaskedTextBox:",
6224
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(MaskedTextbox, {})
6227
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(MaskedTextbox, {})
6225
6228
  }
6226
6229
  ),
6227
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6230
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6228
6231
  FormField,
6229
6232
  {
6230
6233
  label: "NumericTextBox:",
6231
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(NumericTextbox, {})
6234
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(NumericTextbox, {})
6232
6235
  }
6233
6236
  ),
6234
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6237
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6235
6238
  FormField,
6236
6239
  {
6237
6240
  label: "Switch:",
6238
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6241
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6239
6242
  }
6240
6243
  ),
6241
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6244
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6242
6245
  FormField,
6243
6246
  {
6244
6247
  label: "Slider:",
6245
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider k-slider-horizontal", children: [
6246
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6247
- /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider-track-wrap", children: [
6248
- /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("ul", { className: "k-reset k-slider-items", children: [
6249
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "0" }) }),
6250
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6251
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6252
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6253
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6254
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "5" }) }),
6255
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6256
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6257
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6258
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6259
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "10" }) })
6248
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-slider k-slider-horizontal", children: [
6249
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6250
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-slider-track-wrap", children: [
6251
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("ul", { className: "k-reset k-slider-items", children: [
6252
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-label", children: "0" }) }),
6253
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6254
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6255
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6256
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6257
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-label", children: "5" }) }),
6258
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6259
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6260
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6261
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6262
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-label", children: "10" }) })
6260
6263
  ] }),
6261
- /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider-track", children: [
6262
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-slider-selection" }),
6263
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6264
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-slider-track", children: [
6265
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-slider-selection" }),
6266
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6264
6267
  ] })
6265
6268
  ] }),
6266
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6269
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6267
6270
  ] })
6268
6271
  }
6269
6272
  ),
6270
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6273
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6271
6274
  FormField,
6272
6275
  {
6273
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, {}) })
6276
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Textbox, {}) })
6274
6277
  }
6275
6278
  ),
6276
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6279
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6277
6280
  FormField,
6278
6281
  {
6279
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, { focus: true }) })
6282
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Textbox, { focus: true }) })
6280
6283
  }
6281
6284
  ),
6282
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6285
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6283
6286
  FormField,
6284
6287
  {
6285
6288
  label: "Upload",
6286
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Upload, { async: true, status: "done", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(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" }) })
6289
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Upload, { async: true, status: "done", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(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" }) })
6287
6290
  }
6288
6291
  )
6289
6292
  ] }) }),
6290
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(Form, { orientation: "horizontal", children: [
6291
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6293
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("section", { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(Form, { orientation: "horizontal", children: [
6294
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6292
6295
  FormField,
6293
6296
  {
6294
6297
  label: "Textbox:",
6295
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, {})
6298
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Textbox, {})
6296
6299
  }
6297
6300
  ),
6298
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6301
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6299
6302
  FormField,
6300
6303
  {
6301
6304
  label: "Checkbox:",
6302
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, {})
6305
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Checkbox, {})
6303
6306
  }
6304
6307
  ),
6305
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6308
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6306
6309
  FormField,
6307
6310
  {
6308
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_jsx_runtime56.Fragment, { children: [
6309
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Checkbox, {}),
6310
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("label", { className: "k-checkbox-label", children: "Label after the box" })
6311
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_jsx_runtime57.Fragment, { children: [
6312
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Checkbox, {}),
6313
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("label", { className: "k-checkbox-label", children: "Label after the box" })
6311
6314
  ] })
6312
6315
  }
6313
6316
  ),
6314
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6317
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6315
6318
  FormField,
6316
6319
  {
6317
6320
  label: "Radio (Y):",
6318
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(RadioGroup, { children: [
6319
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Male" }) }),
6320
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Female" }) })
6321
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(RadioGroup, { children: [
6322
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioButtonLabel, { children: "Male" }) }),
6323
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioButtonLabel, { children: "Female" }) })
6321
6324
  ] })
6322
6325
  }
6323
6326
  ),
6324
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6327
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6325
6328
  FormField,
6326
6329
  {
6327
6330
  label: "Radio (X):",
6328
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(RadioGroup, { layout: "horizontal", children: [
6329
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Male" }) }),
6330
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(RadioButtonLabel, { children: "Female" }) })
6331
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(RadioGroup, { layout: "horizontal", children: [
6332
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioButtonLabel, { children: "Male" }) }),
6333
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioItem, { children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(RadioButtonLabel, { children: "Female" }) })
6331
6334
  ] })
6332
6335
  }
6333
6336
  ),
6334
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6337
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6335
6338
  FormField,
6336
6339
  {
6337
6340
  label: "Colorpicker:",
6338
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(ColorPicker, {})
6341
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(ColorPicker, {})
6339
6342
  }
6340
6343
  ),
6341
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6344
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6342
6345
  FormField,
6343
6346
  {
6344
6347
  label: "MaskedTextBox:",
6345
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(MaskedTextbox, {})
6348
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(MaskedTextbox, {})
6346
6349
  }
6347
6350
  ),
6348
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6351
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6349
6352
  FormField,
6350
6353
  {
6351
6354
  label: "NumericTextBox:",
6352
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(NumericTextbox, {})
6355
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(NumericTextbox, {})
6353
6356
  }
6354
6357
  ),
6355
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6358
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6356
6359
  FormField,
6357
6360
  {
6358
6361
  label: "Switch:",
6359
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6362
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6360
6363
  }
6361
6364
  ),
6362
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6365
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6363
6366
  FormField,
6364
6367
  {
6365
6368
  label: "Slider",
6366
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider k-slider-horizontal", children: [
6367
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6368
- /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider-track-wrap", children: [
6369
- /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("ul", { className: "k-reset k-slider-items", children: [
6370
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "0" }) }),
6371
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6372
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6373
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6374
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6375
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "5" }) }),
6376
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6377
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6378
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6379
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick" }),
6380
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("span", { className: "k-label", children: "10" }) })
6369
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-slider k-slider-horizontal", children: [
6370
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { icon: "caret-alt-left", rounded: "full", className: "k-button-decrease" }),
6371
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-slider-track-wrap", children: [
6372
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("ul", { className: "k-reset k-slider-items", children: [
6373
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-label", children: "0" }) }),
6374
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6375
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6376
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6377
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6378
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-label", children: "5" }) }),
6379
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6380
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6381
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6382
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick" }),
6383
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("li", { className: "k-tick k-tick-large", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("span", { className: "k-label", children: "10" }) })
6381
6384
  ] }),
6382
- /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "k-slider-track", children: [
6383
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "k-slider-selection" }),
6384
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6385
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "k-slider-track", children: [
6386
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "k-slider-selection" }),
6387
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("a", { href: "#", className: "k-draghandle k-draghandle-end" })
6385
6388
  ] })
6386
6389
  ] }),
6387
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6390
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Button, { icon: "caret-alt-right", rounded: "full", className: "k-button-increase" })
6388
6391
  ] })
6389
6392
  }
6390
6393
  ),
6391
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6394
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6392
6395
  FormField,
6393
6396
  {
6394
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, {}) })
6397
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Textbox, {}) })
6395
6398
  }
6396
6399
  ),
6397
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6400
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6398
6401
  FormField,
6399
6402
  {
6400
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Textbox, { focus: true }) })
6403
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Textbox, { focus: true }) })
6401
6404
  }
6402
6405
  ),
6403
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6406
+ /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
6404
6407
  FormField,
6405
6408
  {
6406
6409
  label: "Upload",
6407
- editor: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(Upload, { async: true, status: "done", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(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" }) })
6410
+ editor: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Upload, { async: true, status: "done", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(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" }) })
6408
6411
  }
6409
6412
  )
6410
6413
  ] }) })