@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/slider/slider.spec.tsx
6133
- import { jsx as jsx56, jsxs as jsxs25 } from "react/jsx-runtime";
6136
+ import { jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
6134
6137
  var SLIDER_CLASSNAME = "k-slider";
6135
6138
  var states33 = [
6136
6139
  States.hover,
@@ -6182,12 +6185,12 @@ var Slider = (props) => {
6182
6185
  "k-range-slider": type === "range"
6183
6186
  }
6184
6187
  ), dir, children: [
6185
- type !== "gradient" && /* @__PURE__ */ jsx56(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6188
+ type !== "gradient" && /* @__PURE__ */ jsx57(Button, { className: "k-button-decrease", rounded: "full", icon: iconDecrease }),
6186
6189
  /* @__PURE__ */ jsxs25("div", { className: "k-slider-track-wrap", children: [
6187
- type !== "gradient" && /* @__PURE__ */ jsx56("ul", { className: "k-reset k-slider-items", children: props.children }),
6190
+ type !== "gradient" && /* @__PURE__ */ jsx57("ul", { className: "k-reset k-slider-items", children: props.children }),
6188
6191
  /* @__PURE__ */ jsxs25("div", { className: "k-slider-track", style: trackStyle, children: [
6189
- /* @__PURE__ */ jsx56("div", { className: "k-slider-selection" }),
6190
- type === "range" && /* @__PURE__ */ jsx56("span", { className: classNames(
6192
+ /* @__PURE__ */ jsx57("div", { className: "k-slider-selection" }),
6193
+ type === "range" && /* @__PURE__ */ jsx57("span", { className: classNames(
6191
6194
  "k-draghandle",
6192
6195
  "k-draghandle-start",
6193
6196
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6196,7 +6199,7 @@ var Slider = (props) => {
6196
6199
  active
6197
6200
  })
6198
6201
  ) }),
6199
- /* @__PURE__ */ jsx56("span", { className: classNames(
6202
+ /* @__PURE__ */ jsx57("span", { className: classNames(
6200
6203
  "k-draghandle",
6201
6204
  `k-draghandle-${handlePosition}`,
6202
6205
  stateClassNames(SLIDER_CLASSNAME, {
@@ -6207,7 +6210,7 @@ var Slider = (props) => {
6207
6210
  ) })
6208
6211
  ] })
6209
6212
  ] }),
6210
- type !== "gradient" && /* @__PURE__ */ jsx56(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6213
+ type !== "gradient" && /* @__PURE__ */ jsx57(Button, { className: "k-button-increase", rounded: "full", icon: iconIncrease })
6211
6214
  ] });
6212
6215
  };
6213
6216
  Slider.states = states33;
@@ -6216,7 +6219,7 @@ Slider.className = SLIDER_CLASSNAME;
6216
6219
  Slider.defaultProps = defaultProps27;
6217
6220
 
6218
6221
  // src/slider/slider-tick.tsx
6219
- import { jsx as jsx57 } from "react/jsx-runtime";
6222
+ import { jsx as jsx58 } from "react/jsx-runtime";
6220
6223
  var SLIDER_TICK_CLASSNAME = "k-tick";
6221
6224
  var states34 = [];
6222
6225
  var options31 = {};
@@ -6231,14 +6234,14 @@ var SliderTick = (props) => {
6231
6234
  large,
6232
6235
  text
6233
6236
  } = props;
6234
- return /* @__PURE__ */ jsx57("li", { className: classNames(
6237
+ return /* @__PURE__ */ jsx58("li", { className: classNames(
6235
6238
  props.className,
6236
6239
  SLIDER_TICK_CLASSNAME,
6237
6240
  {
6238
6241
  [`k-tick-${orientation}`]: orientation,
6239
6242
  "k-tick-large": large
6240
6243
  }
6241
- ), style, children: label && /* @__PURE__ */ jsx57("span", { className: "k-label", children: text }) });
6244
+ ), style, children: label && /* @__PURE__ */ jsx58("span", { className: "k-label", children: text }) });
6242
6245
  };
6243
6246
  SliderTick.states = states34;
6244
6247
  SliderTick.options = options31;
@@ -6246,7 +6249,7 @@ SliderTick.className = SLIDER_TICK_CLASSNAME;
6246
6249
  SliderTick.defaultProps = defaultProps28;
6247
6250
 
6248
6251
  // src/form/tests/form-field-inputs-rtl.tsx
6249
- import { Fragment as Fragment18, jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
6252
+ import { Fragment as Fragment18, jsx as jsx59, jsxs as jsxs26 } from "react/jsx-runtime";
6250
6253
  var styles = `
6251
6254
  section {
6252
6255
  padding: 20px;
@@ -6259,255 +6262,255 @@ var styles = `
6259
6262
  }
6260
6263
  `;
6261
6264
  var form_field_inputs_rtl_default = () => /* @__PURE__ */ jsxs26(Fragment18, { children: [
6262
- /* @__PURE__ */ jsx58("style", { children: styles }),
6265
+ /* @__PURE__ */ jsx59("style", { children: styles }),
6263
6266
  /* @__PURE__ */ jsxs26("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
6264
- /* @__PURE__ */ jsx58("span", { children: "Vertical Form" }),
6265
- /* @__PURE__ */ jsx58("span", { children: "Horizontal Form" }),
6266
- /* @__PURE__ */ jsx58("section", { children: /* @__PURE__ */ jsxs26(Form, { children: [
6267
- /* @__PURE__ */ jsx58(
6267
+ /* @__PURE__ */ jsx59("span", { children: "Vertical Form" }),
6268
+ /* @__PURE__ */ jsx59("span", { children: "Horizontal Form" }),
6269
+ /* @__PURE__ */ jsx59("section", { children: /* @__PURE__ */ jsxs26(Form, { children: [
6270
+ /* @__PURE__ */ jsx59(
6268
6271
  FormField,
6269
6272
  {
6270
6273
  dir: "rtl",
6271
6274
  label: "Textbox:",
6272
- editor: /* @__PURE__ */ jsx58(Textbox, {})
6275
+ editor: /* @__PURE__ */ jsx59(Textbox, {})
6273
6276
  }
6274
6277
  ),
6275
- /* @__PURE__ */ jsx58(
6278
+ /* @__PURE__ */ jsx59(
6276
6279
  FormField,
6277
6280
  {
6278
6281
  dir: "rtl",
6279
6282
  label: "Checkbox:",
6280
- editor: /* @__PURE__ */ jsx58(Checkbox, {})
6283
+ editor: /* @__PURE__ */ jsx59(Checkbox, {})
6281
6284
  }
6282
6285
  ),
6283
- /* @__PURE__ */ jsx58(
6286
+ /* @__PURE__ */ jsx59(
6284
6287
  FormField,
6285
6288
  {
6286
6289
  dir: "rtl",
6287
6290
  editor: /* @__PURE__ */ jsxs26(Fragment18, { children: [
6288
- /* @__PURE__ */ jsx58(Checkbox, {}),
6289
- /* @__PURE__ */ jsx58("label", { className: "k-checkbox-label", children: "Label after the box" })
6291
+ /* @__PURE__ */ jsx59(Checkbox, {}),
6292
+ /* @__PURE__ */ jsx59("label", { className: "k-checkbox-label", children: "Label after the box" })
6290
6293
  ] })
6291
6294
  }
6292
6295
  ),
6293
- /* @__PURE__ */ jsx58(
6296
+ /* @__PURE__ */ jsx59(
6294
6297
  FormField,
6295
6298
  {
6296
6299
  dir: "rtl",
6297
6300
  label: "Radio (Y):",
6298
6301
  editor: /* @__PURE__ */ jsxs26(RadioGroup, { children: [
6299
- /* @__PURE__ */ jsx58(RadioItem, { children: /* @__PURE__ */ jsx58(RadioButtonLabel, { children: "Male" }) }),
6300
- /* @__PURE__ */ jsx58(RadioItem, { children: /* @__PURE__ */ jsx58(RadioButtonLabel, { children: "Female" }) })
6302
+ /* @__PURE__ */ jsx59(RadioItem, { children: /* @__PURE__ */ jsx59(RadioButtonLabel, { children: "Male" }) }),
6303
+ /* @__PURE__ */ jsx59(RadioItem, { children: /* @__PURE__ */ jsx59(RadioButtonLabel, { children: "Female" }) })
6301
6304
  ] })
6302
6305
  }
6303
6306
  ),
6304
- /* @__PURE__ */ jsx58(
6307
+ /* @__PURE__ */ jsx59(
6305
6308
  FormField,
6306
6309
  {
6307
6310
  dir: "rtl",
6308
6311
  label: "Radio (X):",
6309
6312
  editor: /* @__PURE__ */ jsxs26(RadioGroup, { layout: "horizontal", children: [
6310
- /* @__PURE__ */ jsx58(RadioItem, { children: /* @__PURE__ */ jsx58(RadioButtonLabel, { children: "Male" }) }),
6311
- /* @__PURE__ */ jsx58(RadioItem, { children: /* @__PURE__ */ jsx58(RadioButtonLabel, { children: "Female" }) })
6313
+ /* @__PURE__ */ jsx59(RadioItem, { children: /* @__PURE__ */ jsx59(RadioButtonLabel, { children: "Male" }) }),
6314
+ /* @__PURE__ */ jsx59(RadioItem, { children: /* @__PURE__ */ jsx59(RadioButtonLabel, { children: "Female" }) })
6312
6315
  ] })
6313
6316
  }
6314
6317
  ),
6315
- /* @__PURE__ */ jsx58(
6318
+ /* @__PURE__ */ jsx59(
6316
6319
  FormField,
6317
6320
  {
6318
6321
  dir: "rtl",
6319
6322
  label: "Colorpicker:",
6320
- editor: /* @__PURE__ */ jsx58(ColorPicker, {})
6323
+ editor: /* @__PURE__ */ jsx59(ColorPicker, {})
6321
6324
  }
6322
6325
  ),
6323
- /* @__PURE__ */ jsx58(
6326
+ /* @__PURE__ */ jsx59(
6324
6327
  FormField,
6325
6328
  {
6326
6329
  dir: "rtl",
6327
6330
  label: "MaskedTextBox:",
6328
- editor: /* @__PURE__ */ jsx58(MaskedTextbox, {})
6331
+ editor: /* @__PURE__ */ jsx59(MaskedTextbox, {})
6329
6332
  }
6330
6333
  ),
6331
- /* @__PURE__ */ jsx58(
6334
+ /* @__PURE__ */ jsx59(
6332
6335
  FormField,
6333
6336
  {
6334
6337
  dir: "rtl",
6335
6338
  label: "NumericTextBox:",
6336
- editor: /* @__PURE__ */ jsx58(NumericTextbox, {})
6339
+ editor: /* @__PURE__ */ jsx59(NumericTextbox, {})
6337
6340
  }
6338
6341
  ),
6339
- /* @__PURE__ */ jsx58(
6342
+ /* @__PURE__ */ jsx59(
6340
6343
  FormField,
6341
6344
  {
6342
6345
  dir: "rtl",
6343
6346
  label: "Switch:",
6344
- editor: /* @__PURE__ */ jsx58(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6347
+ editor: /* @__PURE__ */ jsx59(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6345
6348
  }
6346
6349
  ),
6347
- /* @__PURE__ */ jsx58(
6350
+ /* @__PURE__ */ jsx59(
6348
6351
  FormField,
6349
6352
  {
6350
6353
  dir: "rtl",
6351
6354
  label: "Slider:",
6352
6355
  editor: /* @__PURE__ */ jsxs26(Slider, { dir: "rtl", children: [
6353
- /* @__PURE__ */ jsx58(SliderTick, { label: true, large: true, text: "0" }),
6354
- /* @__PURE__ */ jsx58(SliderTick, {}),
6355
- /* @__PURE__ */ jsx58(SliderTick, {}),
6356
- /* @__PURE__ */ jsx58(SliderTick, {}),
6357
- /* @__PURE__ */ jsx58(SliderTick, {}),
6358
- /* @__PURE__ */ jsx58(SliderTick, { label: true, large: true, text: "5" }),
6359
- /* @__PURE__ */ jsx58(SliderTick, {}),
6360
- /* @__PURE__ */ jsx58(SliderTick, {}),
6361
- /* @__PURE__ */ jsx58(SliderTick, {}),
6362
- /* @__PURE__ */ jsx58(SliderTick, {}),
6363
- /* @__PURE__ */ jsx58(SliderTick, { label: true, large: true, text: "10" })
6356
+ /* @__PURE__ */ jsx59(SliderTick, { label: true, large: true, text: "0" }),
6357
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6358
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6359
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6360
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6361
+ /* @__PURE__ */ jsx59(SliderTick, { label: true, large: true, text: "5" }),
6362
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6363
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6364
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6365
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6366
+ /* @__PURE__ */ jsx59(SliderTick, { label: true, large: true, text: "10" })
6364
6367
  ] })
6365
6368
  }
6366
6369
  ),
6367
- /* @__PURE__ */ jsx58(
6370
+ /* @__PURE__ */ jsx59(
6368
6371
  FormField,
6369
6372
  {
6370
6373
  dir: "rtl",
6371
- editor: /* @__PURE__ */ jsx58(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx58(Textbox, {}) })
6374
+ editor: /* @__PURE__ */ jsx59(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx59(Textbox, {}) })
6372
6375
  }
6373
6376
  ),
6374
- /* @__PURE__ */ jsx58(
6377
+ /* @__PURE__ */ jsx59(
6375
6378
  FormField,
6376
6379
  {
6377
6380
  dir: "rtl",
6378
- editor: /* @__PURE__ */ jsx58(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx58(Textbox, { focus: true }) })
6381
+ editor: /* @__PURE__ */ jsx59(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx59(Textbox, { focus: true }) })
6379
6382
  }
6380
6383
  ),
6381
- /* @__PURE__ */ jsx58(
6384
+ /* @__PURE__ */ jsx59(
6382
6385
  FormField,
6383
6386
  {
6384
6387
  dir: "rtl",
6385
6388
  label: "Upload",
6386
- editor: /* @__PURE__ */ jsx58(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx58(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
+ editor: /* @__PURE__ */ jsx59(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx59(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" }) })
6387
6390
  }
6388
6391
  )
6389
6392
  ] }) }),
6390
- /* @__PURE__ */ jsx58("section", { children: /* @__PURE__ */ jsxs26(Form, { orientation: "horizontal", children: [
6391
- /* @__PURE__ */ jsx58(
6393
+ /* @__PURE__ */ jsx59("section", { children: /* @__PURE__ */ jsxs26(Form, { orientation: "horizontal", children: [
6394
+ /* @__PURE__ */ jsx59(
6392
6395
  FormField,
6393
6396
  {
6394
6397
  dir: "rtl",
6395
6398
  label: "Textbox:",
6396
- editor: /* @__PURE__ */ jsx58(Textbox, {})
6399
+ editor: /* @__PURE__ */ jsx59(Textbox, {})
6397
6400
  }
6398
6401
  ),
6399
- /* @__PURE__ */ jsx58(
6402
+ /* @__PURE__ */ jsx59(
6400
6403
  FormField,
6401
6404
  {
6402
6405
  dir: "rtl",
6403
6406
  label: "Checkbox:",
6404
- editor: /* @__PURE__ */ jsx58(Checkbox, {})
6407
+ editor: /* @__PURE__ */ jsx59(Checkbox, {})
6405
6408
  }
6406
6409
  ),
6407
- /* @__PURE__ */ jsx58(
6410
+ /* @__PURE__ */ jsx59(
6408
6411
  FormField,
6409
6412
  {
6410
6413
  dir: "rtl",
6411
6414
  editor: /* @__PURE__ */ jsxs26(Fragment18, { children: [
6412
- /* @__PURE__ */ jsx58(Checkbox, {}),
6413
- /* @__PURE__ */ jsx58("label", { className: "k-checkbox-label", children: "Label after the box" })
6415
+ /* @__PURE__ */ jsx59(Checkbox, {}),
6416
+ /* @__PURE__ */ jsx59("label", { className: "k-checkbox-label", children: "Label after the box" })
6414
6417
  ] })
6415
6418
  }
6416
6419
  ),
6417
- /* @__PURE__ */ jsx58(
6420
+ /* @__PURE__ */ jsx59(
6418
6421
  FormField,
6419
6422
  {
6420
6423
  dir: "rtl",
6421
6424
  label: "Radio (Y):",
6422
6425
  editor: /* @__PURE__ */ jsxs26(RadioGroup, { children: [
6423
- /* @__PURE__ */ jsx58(RadioItem, { children: /* @__PURE__ */ jsx58(RadioButtonLabel, { children: "Male" }) }),
6424
- /* @__PURE__ */ jsx58(RadioItem, { children: /* @__PURE__ */ jsx58(RadioButtonLabel, { children: "Female" }) })
6426
+ /* @__PURE__ */ jsx59(RadioItem, { children: /* @__PURE__ */ jsx59(RadioButtonLabel, { children: "Male" }) }),
6427
+ /* @__PURE__ */ jsx59(RadioItem, { children: /* @__PURE__ */ jsx59(RadioButtonLabel, { children: "Female" }) })
6425
6428
  ] })
6426
6429
  }
6427
6430
  ),
6428
- /* @__PURE__ */ jsx58(
6431
+ /* @__PURE__ */ jsx59(
6429
6432
  FormField,
6430
6433
  {
6431
6434
  dir: "rtl",
6432
6435
  label: "Radio (X):",
6433
6436
  editor: /* @__PURE__ */ jsxs26(RadioGroup, { layout: "horizontal", children: [
6434
- /* @__PURE__ */ jsx58(RadioItem, { children: /* @__PURE__ */ jsx58(RadioButtonLabel, { children: "Male" }) }),
6435
- /* @__PURE__ */ jsx58(RadioItem, { children: /* @__PURE__ */ jsx58(RadioButtonLabel, { children: "Female" }) })
6437
+ /* @__PURE__ */ jsx59(RadioItem, { children: /* @__PURE__ */ jsx59(RadioButtonLabel, { children: "Male" }) }),
6438
+ /* @__PURE__ */ jsx59(RadioItem, { children: /* @__PURE__ */ jsx59(RadioButtonLabel, { children: "Female" }) })
6436
6439
  ] })
6437
6440
  }
6438
6441
  ),
6439
- /* @__PURE__ */ jsx58(
6442
+ /* @__PURE__ */ jsx59(
6440
6443
  FormField,
6441
6444
  {
6442
6445
  dir: "rtl",
6443
6446
  label: "Colorpicker:",
6444
- editor: /* @__PURE__ */ jsx58(ColorPicker, {})
6447
+ editor: /* @__PURE__ */ jsx59(ColorPicker, {})
6445
6448
  }
6446
6449
  ),
6447
- /* @__PURE__ */ jsx58(
6450
+ /* @__PURE__ */ jsx59(
6448
6451
  FormField,
6449
6452
  {
6450
6453
  dir: "rtl",
6451
6454
  label: "MaskedTextBox:",
6452
- editor: /* @__PURE__ */ jsx58(MaskedTextbox, {})
6455
+ editor: /* @__PURE__ */ jsx59(MaskedTextbox, {})
6453
6456
  }
6454
6457
  ),
6455
- /* @__PURE__ */ jsx58(
6458
+ /* @__PURE__ */ jsx59(
6456
6459
  FormField,
6457
6460
  {
6458
6461
  dir: "rtl",
6459
6462
  label: "NumericTextBox:",
6460
- editor: /* @__PURE__ */ jsx58(NumericTextbox, {})
6463
+ editor: /* @__PURE__ */ jsx59(NumericTextbox, {})
6461
6464
  }
6462
6465
  ),
6463
- /* @__PURE__ */ jsx58(
6466
+ /* @__PURE__ */ jsx59(
6464
6467
  FormField,
6465
6468
  {
6466
6469
  dir: "rtl",
6467
6470
  label: "Switch:",
6468
- editor: /* @__PURE__ */ jsx58(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6471
+ editor: /* @__PURE__ */ jsx59(Switch, { onLabel: "On", offLabel: "Off", checked: true })
6469
6472
  }
6470
6473
  ),
6471
- /* @__PURE__ */ jsx58(
6474
+ /* @__PURE__ */ jsx59(
6472
6475
  FormField,
6473
6476
  {
6474
6477
  dir: "rtl",
6475
6478
  label: "Slider",
6476
6479
  editor: /* @__PURE__ */ jsxs26(Slider, { dir: "rtl", children: [
6477
- /* @__PURE__ */ jsx58(SliderTick, { label: true, large: true, text: "0" }),
6478
- /* @__PURE__ */ jsx58(SliderTick, {}),
6479
- /* @__PURE__ */ jsx58(SliderTick, {}),
6480
- /* @__PURE__ */ jsx58(SliderTick, {}),
6481
- /* @__PURE__ */ jsx58(SliderTick, {}),
6482
- /* @__PURE__ */ jsx58(SliderTick, { label: true, large: true, text: "5" }),
6483
- /* @__PURE__ */ jsx58(SliderTick, {}),
6484
- /* @__PURE__ */ jsx58(SliderTick, {}),
6485
- /* @__PURE__ */ jsx58(SliderTick, {}),
6486
- /* @__PURE__ */ jsx58(SliderTick, {}),
6487
- /* @__PURE__ */ jsx58(SliderTick, { label: true, large: true, text: "10" })
6480
+ /* @__PURE__ */ jsx59(SliderTick, { label: true, large: true, text: "0" }),
6481
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6482
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6483
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6484
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6485
+ /* @__PURE__ */ jsx59(SliderTick, { label: true, large: true, text: "5" }),
6486
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6487
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6488
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6489
+ /* @__PURE__ */ jsx59(SliderTick, {}),
6490
+ /* @__PURE__ */ jsx59(SliderTick, { label: true, large: true, text: "10" })
6488
6491
  ] })
6489
6492
  }
6490
6493
  ),
6491
- /* @__PURE__ */ jsx58(
6494
+ /* @__PURE__ */ jsx59(
6492
6495
  FormField,
6493
6496
  {
6494
6497
  dir: "rtl",
6495
- editor: /* @__PURE__ */ jsx58(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx58(Textbox, {}) })
6498
+ editor: /* @__PURE__ */ jsx59(FloatingLabel, { label: "FloatingLabel", empty: true, children: /* @__PURE__ */ jsx59(Textbox, {}) })
6496
6499
  }
6497
6500
  ),
6498
- /* @__PURE__ */ jsx58(
6501
+ /* @__PURE__ */ jsx59(
6499
6502
  FormField,
6500
6503
  {
6501
6504
  dir: "rtl",
6502
- editor: /* @__PURE__ */ jsx58(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx58(Textbox, { focus: true }) })
6505
+ editor: /* @__PURE__ */ jsx59(FloatingLabel, { label: "FloatingLabel (Focused)", empty: true, focus: true, children: /* @__PURE__ */ jsx59(Textbox, { focus: true }) })
6503
6506
  }
6504
6507
  ),
6505
- /* @__PURE__ */ jsx58(
6508
+ /* @__PURE__ */ jsx59(
6506
6509
  FormField,
6507
6510
  {
6508
6511
  dir: "rtl",
6509
6512
  label: "Upload",
6510
- editor: /* @__PURE__ */ jsx58(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx58(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" }) })
6513
+ editor: /* @__PURE__ */ jsx59(Upload, { async: true, status: "done", children: /* @__PURE__ */ jsx59(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" }) })
6511
6514
  }
6512
6515
  )
6513
6516
  ] }) })