@progress/kendo-themes-html 7.2.0 → 7.2.1-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 (178) hide show
  1. package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1416 -910
  2. package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1416 -910
  3. package/dist/cjs/filemanager/file-info.js +1238 -1239
  4. package/dist/cjs/filemanager/filemanager-toolbar.spec.js +1 -1
  5. package/dist/cjs/filemanager/filemanager.spec.js +3481 -2163
  6. package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +1238 -1239
  7. package/dist/cjs/filemanager/templates/filemanager-grid.js +1238 -1239
  8. package/dist/cjs/filemanager/templates/filemanager-normal.js +1238 -1239
  9. package/dist/cjs/filemanager/templates/filemanager-preview.js +1238 -1239
  10. package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +1238 -1239
  11. package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +1238 -1239
  12. package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +2540 -2034
  13. package/dist/cjs/filemanager/tests/filemanager-gridview.js +1238 -1239
  14. package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +2494 -1988
  15. package/dist/cjs/filemanager/tests/filemanager-listview.js +1238 -1239
  16. package/dist/cjs/form/tests/form-field-dropdowns.js +1373 -909
  17. package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1504 -998
  18. package/dist/cjs/index.js +3002 -2407
  19. package/dist/cjs/multiselect/templates/multiselect-prefix.js +1391 -885
  20. package/dist/cjs/multiselect/templates/multiselect-suffix.js +1391 -885
  21. package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1397 -891
  22. package/dist/cjs/multiselect/tests/multiselect-flat.js +1421 -915
  23. package/dist/cjs/multiselect/tests/multiselect-grouping.js +1397 -891
  24. package/dist/cjs/multiselect/tests/multiselect-opened.js +1399 -893
  25. package/dist/cjs/multiselect/tests/multiselect-outline.js +1421 -915
  26. package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1428 -922
  27. package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1400 -894
  28. package/dist/cjs/multiselect/tests/multiselect-solid.js +1421 -915
  29. package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1388 -924
  30. package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1402 -938
  31. package/dist/cjs/stepper/index.js +4669 -0
  32. package/dist/cjs/stepper/step-list.js +68 -0
  33. package/dist/cjs/stepper/step.js +4426 -0
  34. package/dist/cjs/stepper/stepper.spec.js +62 -0
  35. package/dist/cjs/stepper/templates/stepper-normal.js +4650 -0
  36. package/dist/cjs/stepper/templates/stepper-vertical.js +4650 -0
  37. package/dist/cjs/stepper/tests/stepper-horizontal-rtl.js +262 -150
  38. package/dist/cjs/stepper/tests/stepper-states.js +247 -228
  39. package/dist/cjs/stepper/tests/stepper-vertical-rtl.js +255 -122
  40. package/dist/cjs/stepper/tests/stepper-vertical.js +369 -238
  41. package/dist/cjs/stepper/tests/stepper.js +275 -187
  42. package/dist/cjs/taskboard/taskboard-card.js +4675 -0
  43. package/dist/cjs/taskboard/taskboard-column.js +4524 -0
  44. package/dist/cjs/taskboard/taskboard-pane.js +17117 -0
  45. package/dist/cjs/taskboard/taskboard-toolbar.js +7892 -0
  46. package/dist/cjs/taskboard/taskboard.spec.js +17117 -0
  47. package/dist/cjs/taskboard/templates/taskboard-normal.js +17168 -0
  48. package/dist/cjs/taskboard/tests/taskboard-card.js +12075 -3113
  49. package/dist/cjs/taskboard/tests/taskboard-column.js +12575 -742
  50. package/dist/cjs/taskboard/tests/taskboard-pane.js +10350 -1770
  51. package/dist/cjs/taskboard/tests/taskboard-resources.js +12673 -323
  52. package/dist/cjs/taskboard/tests/taskboard-rtl.js +10165 -1191
  53. package/dist/cjs/taskboard/tests/taskboard.js +10165 -1182
  54. package/dist/cjs/wizard/templates/wizard-normal.js +4899 -0
  55. package/dist/cjs/wizard/templates/wizard-vertical.js +4900 -0
  56. package/dist/cjs/wizard/tests/wizard-horizontal.js +394 -321
  57. package/dist/cjs/wizard/tests/wizard-vertical.js +413 -445
  58. package/dist/cjs/wizard/wizard-step.js +4524 -0
  59. package/dist/cjs/wizard/wizard-steps.js +56 -0
  60. package/dist/cjs/wizard/wizard.spec.js +110 -0
  61. package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1416 -910
  62. package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1416 -910
  63. package/dist/esm/filemanager/file-info.js +1240 -1241
  64. package/dist/esm/filemanager/filemanager-toolbar.spec.js +1 -1
  65. package/dist/esm/filemanager/filemanager.spec.js +2923 -1605
  66. package/dist/esm/filemanager/templates/filemanager-grid-preview.js +1240 -1241
  67. package/dist/esm/filemanager/templates/filemanager-grid.js +1240 -1241
  68. package/dist/esm/filemanager/templates/filemanager-normal.js +1240 -1241
  69. package/dist/esm/filemanager/templates/filemanager-preview.js +1240 -1241
  70. package/dist/esm/filemanager/tests/filemanager-contextmenu.js +1240 -1241
  71. package/dist/esm/filemanager/tests/filemanager-drag-hint.js +1240 -1241
  72. package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +2560 -2054
  73. package/dist/esm/filemanager/tests/filemanager-gridview.js +1240 -1241
  74. package/dist/esm/filemanager/tests/filemanager-listview-preview.js +2514 -2008
  75. package/dist/esm/filemanager/tests/filemanager-listview.js +1240 -1241
  76. package/dist/esm/form/tests/form-field-dropdowns.js +1373 -909
  77. package/dist/esm/grid/tests/grid-editing-custom-editor.js +1504 -998
  78. package/dist/esm/index.js +2988 -2393
  79. package/dist/esm/multiselect/templates/multiselect-prefix.js +1391 -885
  80. package/dist/esm/multiselect/templates/multiselect-suffix.js +1391 -885
  81. package/dist/esm/multiselect/tests/multiselect-adaptive.js +1397 -891
  82. package/dist/esm/multiselect/tests/multiselect-flat.js +1421 -915
  83. package/dist/esm/multiselect/tests/multiselect-grouping.js +1397 -891
  84. package/dist/esm/multiselect/tests/multiselect-opened.js +1399 -893
  85. package/dist/esm/multiselect/tests/multiselect-outline.js +1421 -915
  86. package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1428 -922
  87. package/dist/esm/multiselect/tests/multiselect-size-rounded.js +1400 -894
  88. package/dist/esm/multiselect/tests/multiselect-solid.js +1421 -915
  89. package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1388 -924
  90. package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1402 -938
  91. package/dist/esm/stepper/index.js +4653 -0
  92. package/dist/esm/stepper/step-list.js +46 -0
  93. package/dist/esm/stepper/step.js +4410 -0
  94. package/dist/esm/stepper/stepper.spec.js +40 -0
  95. package/dist/esm/stepper/templates/stepper-normal.js +4634 -0
  96. package/dist/esm/stepper/templates/stepper-vertical.js +4634 -0
  97. package/dist/esm/stepper/tests/stepper-horizontal-rtl.js +262 -150
  98. package/dist/esm/stepper/tests/stepper-states.js +247 -228
  99. package/dist/esm/stepper/tests/stepper-vertical-rtl.js +255 -122
  100. package/dist/esm/stepper/tests/stepper-vertical.js +366 -235
  101. package/dist/esm/stepper/tests/stepper.js +275 -187
  102. package/dist/esm/taskboard/taskboard-card.js +4659 -0
  103. package/dist/esm/taskboard/taskboard-column.js +4508 -0
  104. package/dist/esm/taskboard/taskboard-pane.js +17091 -0
  105. package/dist/esm/taskboard/taskboard-toolbar.js +7876 -0
  106. package/dist/esm/taskboard/taskboard.spec.js +17091 -0
  107. package/dist/esm/taskboard/templates/taskboard-normal.js +17142 -0
  108. package/dist/esm/taskboard/tests/taskboard-card.js +11799 -2847
  109. package/dist/esm/taskboard/tests/taskboard-column.js +12548 -725
  110. package/dist/esm/taskboard/tests/taskboard-pane.js +10334 -1764
  111. package/dist/esm/taskboard/tests/taskboard-resources.js +12665 -325
  112. package/dist/esm/taskboard/tests/taskboard-rtl.js +10170 -1206
  113. package/dist/esm/taskboard/tests/taskboard.js +10170 -1197
  114. package/dist/esm/wizard/templates/wizard-normal.js +4883 -0
  115. package/dist/esm/wizard/templates/wizard-vertical.js +4884 -0
  116. package/dist/esm/wizard/tests/wizard-horizontal.js +392 -319
  117. package/dist/esm/wizard/tests/wizard-vertical.js +411 -443
  118. package/dist/esm/wizard/wizard-step.js +4508 -0
  119. package/dist/esm/wizard/wizard-steps.js +34 -0
  120. package/dist/esm/wizard/wizard.spec.js +88 -0
  121. package/dist/types/filemanager/index.d.ts +1 -1
  122. package/dist/types/index.d.ts +3 -0
  123. package/dist/types/stepper/index.d.ts +5 -0
  124. package/dist/types/stepper/step-list.d.ts +15 -0
  125. package/dist/types/stepper/step.d.ts +25 -0
  126. package/dist/types/stepper/stepper.spec.d.ts +13 -0
  127. package/dist/types/stepper/templates/stepper-normal.d.ts +1 -0
  128. package/dist/types/stepper/templates/stepper-vertical.d.ts +1 -0
  129. package/dist/types/taskboard/index.d.ts +6 -0
  130. package/dist/types/taskboard/taskboard-card.d.ts +13 -0
  131. package/dist/types/taskboard/taskboard-column.d.ts +20 -0
  132. package/dist/types/taskboard/taskboard-pane.d.ts +19 -0
  133. package/dist/types/taskboard/taskboard-toolbar.d.ts +10 -0
  134. package/dist/types/taskboard/taskboard.spec.d.ts +23 -0
  135. package/dist/types/taskboard/templates/taskboard-normal.d.ts +1 -0
  136. package/dist/types/wizard/index.d.ts +5 -0
  137. package/dist/types/wizard/templates/wizard-normal.d.ts +1 -0
  138. package/dist/types/wizard/templates/wizard-vertical.d.ts +1 -0
  139. package/dist/types/wizard/wizard-step.d.ts +19 -0
  140. package/dist/types/wizard/wizard-steps.d.ts +9 -0
  141. package/dist/types/wizard/wizard.spec.d.ts +20 -0
  142. package/package.json +2 -2
  143. package/src/filemanager/filemanager-toolbar.spec.tsx +1 -1
  144. package/src/filemanager/filemanager.spec.tsx +2 -2
  145. package/src/filemanager/index.ts +1 -1
  146. package/src/index.ts +3 -3
  147. package/src/stepper/index.tsx +5 -0
  148. package/src/stepper/step-list.tsx +49 -0
  149. package/src/stepper/step.tsx +129 -0
  150. package/src/stepper/stepper.spec.tsx +42 -0
  151. package/src/stepper/templates/stepper-normal.tsx +19 -0
  152. package/src/stepper/templates/stepper-vertical.tsx +19 -0
  153. package/src/stepper/tests/stepper-horizontal-rtl.tsx +30 -156
  154. package/src/stepper/tests/stepper-states.tsx +31 -411
  155. package/src/stepper/tests/stepper-vertical-rtl.tsx +28 -120
  156. package/src/stepper/tests/stepper-vertical.tsx +41 -157
  157. package/src/stepper/tests/stepper.tsx +42 -241
  158. package/src/taskboard/index.ts +6 -0
  159. package/src/taskboard/taskboard-card.tsx +48 -0
  160. package/src/taskboard/taskboard-column.tsx +70 -0
  161. package/src/taskboard/taskboard-pane.tsx +68 -0
  162. package/src/taskboard/taskboard-toolbar.tsx +39 -0
  163. package/src/taskboard/taskboard.spec.tsx +94 -0
  164. package/src/taskboard/templates/taskboard-normal.tsx +70 -0
  165. package/src/taskboard/tests/taskboard-card.tsx +55 -130
  166. package/src/taskboard/tests/taskboard-column.tsx +93 -164
  167. package/src/taskboard/tests/taskboard-pane.tsx +3 -235
  168. package/src/taskboard/tests/taskboard-resources.tsx +22 -42
  169. package/src/taskboard/tests/taskboard-rtl.tsx +3 -126
  170. package/src/taskboard/tests/taskboard.tsx +2 -116
  171. package/src/wizard/index.ts +5 -0
  172. package/src/wizard/templates/wizard-normal.tsx +19 -0
  173. package/src/wizard/templates/wizard-vertical.tsx +20 -0
  174. package/src/wizard/tests/wizard-horizontal.tsx +20 -304
  175. package/src/wizard/tests/wizard-vertical.tsx +38 -472
  176. package/src/wizard/wizard-step.tsx +69 -0
  177. package/src/wizard/wizard-steps.tsx +29 -0
  178. package/src/wizard/wizard.spec.tsx +55 -0
@@ -98,11 +98,75 @@ var States = {
98
98
  "readonly": "readonly"
99
99
  };
100
100
 
101
+ // src/stepper/stepper.spec.tsx
102
+ import { jsx } from "react/jsx-runtime";
103
+ var STEPPER_CLASSNAME = "k-stepper";
104
+ var states = [];
105
+ var options = {};
106
+ var defaultProps = {};
107
+ var Stepper = (props) => {
108
+ const {
109
+ style: style2,
110
+ ...other
111
+ } = props;
112
+ return /* @__PURE__ */ jsx(
113
+ "nav",
114
+ {
115
+ ...other,
116
+ style: style2,
117
+ className: classNames(
118
+ props.className,
119
+ STEPPER_CLASSNAME
120
+ ),
121
+ children: props.children
122
+ }
123
+ );
124
+ };
125
+ Stepper.options = options;
126
+ Stepper.states = states;
127
+ Stepper.className = STEPPER_CLASSNAME;
128
+ Stepper.defaultProps = defaultProps;
129
+
130
+ // src/stepper/step-list.tsx
131
+ import { jsx as jsx2 } from "react/jsx-runtime";
132
+ var STEPLIST_CLASSNAME = "k-step-list";
133
+ var states2 = [];
134
+ var options2 = {};
135
+ var defaultProps2 = {
136
+ orientation: "horizontal"
137
+ };
138
+ var StepList = (props) => {
139
+ const {
140
+ style: style2,
141
+ orientation = defaultProps2.orientation,
142
+ ...other
143
+ } = props;
144
+ return /* @__PURE__ */ jsx2(
145
+ "ol",
146
+ {
147
+ ...other,
148
+ style: style2,
149
+ className: classNames(
150
+ props.className,
151
+ STEPLIST_CLASSNAME,
152
+ {
153
+ [`${STEPLIST_CLASSNAME}-${orientation}`]: orientation
154
+ }
155
+ ),
156
+ children: props.children
157
+ }
158
+ );
159
+ };
160
+ StepList.options = options2;
161
+ StepList.states = states2;
162
+ StepList.className = STEPLIST_CLASSNAME;
163
+ StepList.defaultProps = defaultProps2;
164
+
101
165
  // src/icon/font-icon.spec.tsx
102
- import { Fragment, jsx } from "react/jsx-runtime";
166
+ import { Fragment, jsx as jsx3 } from "react/jsx-runtime";
103
167
  var FONTICON_CLASSNAME = `k-icon k-font-icon`;
104
- var states = [];
105
- var options = {
168
+ var states3 = [];
169
+ var options3 = {
106
170
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
107
171
  themeColor: [
108
172
  ThemeColor.base,
@@ -117,7 +181,7 @@ var options = {
117
181
  ThemeColor.dark
118
182
  ]
119
183
  };
120
- var defaultProps = {};
184
+ var defaultProps3 = {};
121
185
  var FontIcon = (props) => {
122
186
  const {
123
187
  size,
@@ -128,9 +192,9 @@ var FontIcon = (props) => {
128
192
  ...other
129
193
  } = props;
130
194
  if (!icon) {
131
- return /* @__PURE__ */ jsx(Fragment, {});
195
+ return /* @__PURE__ */ jsx3(Fragment, {});
132
196
  }
133
- return /* @__PURE__ */ jsx(
197
+ return /* @__PURE__ */ jsx3(
134
198
  "span",
135
199
  {
136
200
  ...other,
@@ -151,17 +215,17 @@ var FontIcon = (props) => {
151
215
  }
152
216
  );
153
217
  };
154
- FontIcon.states = states;
155
- FontIcon.options = options;
218
+ FontIcon.states = states3;
219
+ FontIcon.options = options3;
156
220
  FontIcon.className = FONTICON_CLASSNAME;
157
- FontIcon.defaultProps = defaultProps;
221
+ FontIcon.defaultProps = defaultProps3;
158
222
  var font_icon_spec_default = FontIcon;
159
223
 
160
224
  // src/icon/svg-icon.spec.tsx
161
- import { Fragment as Fragment2, jsx as jsx2 } from "react/jsx-runtime";
225
+ import { Fragment as Fragment2, jsx as jsx4 } from "react/jsx-runtime";
162
226
  var SVGICON_CLASSNAME = `k-icon k-svg-icon`;
163
- var states2 = [];
164
- var options2 = {
227
+ var states4 = [];
228
+ var options4 = {
165
229
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
166
230
  themeColor: [
167
231
  ThemeColor.base,
@@ -176,7 +240,7 @@ var options2 = {
176
240
  ThemeColor.dark
177
241
  ]
178
242
  };
179
- var defaultProps2 = {
243
+ var defaultProps4 = {
180
244
  viewBox: "0 0 24 24"
181
245
  };
182
246
  var SvgIcon = (props) => {
@@ -185,15 +249,15 @@ var SvgIcon = (props) => {
185
249
  themeColor,
186
250
  rotate,
187
251
  flip,
188
- viewBox = defaultProps2.viewBox,
252
+ viewBox = defaultProps4.viewBox,
189
253
  icon,
190
254
  ...other
191
255
  } = props;
192
256
  if (!icon) {
193
- return /* @__PURE__ */ jsx2(Fragment2, {});
257
+ return /* @__PURE__ */ jsx4(Fragment2, {});
194
258
  }
195
259
  if (icon === "none") {
196
- /* @__PURE__ */ jsx2(
260
+ /* @__PURE__ */ jsx4(
197
261
  "span",
198
262
  {
199
263
  ...other,
@@ -206,7 +270,7 @@ var SvgIcon = (props) => {
206
270
  );
207
271
  }
208
272
  const name = typeof icon === "object" && icon.name && icon.name;
209
- return /* @__PURE__ */ jsx2(
273
+ return /* @__PURE__ */ jsx4(
210
274
  "span",
211
275
  {
212
276
  ...other,
@@ -224,7 +288,7 @@ var SvgIcon = (props) => {
224
288
  "k-flip-v": flip === "v" || flip === "both"
225
289
  }
226
290
  ),
227
- children: /* @__PURE__ */ jsx2(
291
+ children: /* @__PURE__ */ jsx4(
228
292
  "svg",
229
293
  {
230
294
  "aria-hidden": true,
@@ -238,10 +302,10 @@ var SvgIcon = (props) => {
238
302
  }
239
303
  );
240
304
  };
241
- SvgIcon.states = states2;
242
- SvgIcon.options = options2;
305
+ SvgIcon.states = states4;
306
+ SvgIcon.options = options4;
243
307
  SvgIcon.className = SVGICON_CLASSNAME;
244
- SvgIcon.defaultProps = defaultProps2;
308
+ SvgIcon.defaultProps = defaultProps4;
245
309
  var svg_icon_spec_default = SvgIcon;
246
310
 
247
311
  // ../../node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4276,13 +4340,13 @@ var chartChoroplethIcon = {
4276
4340
  };
4277
4341
 
4278
4342
  // src/icon/icon.spec.tsx
4279
- import { Fragment as Fragment3, jsx as jsx3 } from "react/jsx-runtime";
4343
+ import { Fragment as Fragment3, jsx as jsx5 } from "react/jsx-runtime";
4280
4344
  var snakeToCamel = (str) => str.toLowerCase().replace(
4281
4345
  /([-_][a-z])/g,
4282
4346
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4283
4347
  );
4284
- var states3 = [];
4285
- var options3 = {
4348
+ var states5 = [];
4349
+ var options5 = {
4286
4350
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4287
4351
  themeColor: [
4288
4352
  ThemeColor.base,
@@ -4297,7 +4361,7 @@ var options3 = {
4297
4361
  ThemeColor.dark
4298
4362
  ]
4299
4363
  };
4300
- var defaultProps3 = {
4364
+ var defaultProps5 = {
4301
4365
  viewBox: "0 0 24 24",
4302
4366
  type: "svg"
4303
4367
  };
@@ -4306,40 +4370,113 @@ var Icon = (props) => {
4306
4370
  size,
4307
4371
  themeColor,
4308
4372
  icon,
4309
- type = defaultProps3.type,
4373
+ type = defaultProps5.type,
4310
4374
  rotate,
4311
4375
  flip,
4312
- viewBox = defaultProps3.viewBox,
4376
+ viewBox = defaultProps5.viewBox,
4313
4377
  ...other
4314
4378
  } = props;
4315
4379
  if (!icon) {
4316
- return /* @__PURE__ */ jsx3(Fragment3, {});
4380
+ return /* @__PURE__ */ jsx5(Fragment3, {});
4317
4381
  }
4318
4382
  if (type === "svg") {
4319
4383
  if (icon === "none") {
4320
- return /* @__PURE__ */ jsx3(svg_icon_spec_default, { ...other, icon, size });
4384
+ return /* @__PURE__ */ jsx5(svg_icon_spec_default, { ...other, icon, size });
4321
4385
  }
4322
4386
  const iconSVG = snakeToCamel(`${icon}-icon`);
4323
4387
  if (!index_es_exports[iconSVG]) {
4324
- return /* @__PURE__ */ jsx3(Fragment3, {});
4388
+ return /* @__PURE__ */ jsx5(Fragment3, {});
4325
4389
  }
4326
- return /* @__PURE__ */ jsx3(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4390
+ return /* @__PURE__ */ jsx5(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4327
4391
  }
4328
- return /* @__PURE__ */ jsx3(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4392
+ return /* @__PURE__ */ jsx5(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4329
4393
  };
4330
- Icon.states = states3;
4331
- Icon.options = options3;
4332
- Icon.defaultProps = defaultProps3;
4394
+ Icon.states = states5;
4395
+ Icon.options = options5;
4396
+ Icon.defaultProps = defaultProps5;
4397
+
4398
+ // src/stepper/step.tsx
4399
+ import { jsx as jsx6, jsxs } from "react/jsx-runtime";
4400
+ var STEP_CLASSNAME = "k-step";
4401
+ var states6 = [
4402
+ States.disabled,
4403
+ States.hover,
4404
+ States.focus,
4405
+ States.invalid,
4406
+ States.valid
4407
+ ];
4408
+ var options6 = {};
4409
+ var defaultProps6 = {};
4410
+ var Step = (props) => {
4411
+ const {
4412
+ style: style2,
4413
+ disabled,
4414
+ hover,
4415
+ focus,
4416
+ invalid,
4417
+ valid,
4418
+ optional,
4419
+ first,
4420
+ done,
4421
+ current,
4422
+ last,
4423
+ label,
4424
+ text,
4425
+ icon,
4426
+ stepContent,
4427
+ ...other
4428
+ } = props;
4429
+ const iconName = invalid ? "warning-circle" : "check-circle";
4430
+ const renderValidationIcon = Boolean(valid || invalid);
4431
+ return /* @__PURE__ */ jsxs(
4432
+ "li",
4433
+ {
4434
+ ...other,
4435
+ style: style2,
4436
+ className: classNames(
4437
+ props.className,
4438
+ STEP_CLASSNAME,
4439
+ {
4440
+ [`${STEP_CLASSNAME}-done`]: done,
4441
+ [`${STEP_CLASSNAME}-first`]: first,
4442
+ [`${STEP_CLASSNAME}-current`]: current,
4443
+ [`${STEP_CLASSNAME}-last`]: last,
4444
+ [`${STEP_CLASSNAME}-optional`]: optional,
4445
+ [`${STEP_CLASSNAME}-success`]: valid,
4446
+ [`${STEP_CLASSNAME}-error`]: invalid
4447
+ },
4448
+ stateClassNames(STEP_CLASSNAME, { hover, focus, disabled })
4449
+ ),
4450
+ children: [
4451
+ /* @__PURE__ */ jsxs("a", { href: "#", className: "k-step-link", children: [
4452
+ text && !icon && /* @__PURE__ */ jsx6("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx6("span", { className: "k-step-indicator-text", children: text }) }),
4453
+ icon && /* @__PURE__ */ jsx6("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx6(Icon, { className: "k-step-indicator-icon", icon }) }),
4454
+ optional && !label && /* @__PURE__ */ jsx6("span", { className: "k-step-label", children: /* @__PURE__ */ jsx6("span", { className: "k-step-label-optional", children: "(Optional)" }) }),
4455
+ label && /* @__PURE__ */ jsxs("span", { className: "k-step-label", children: [
4456
+ /* @__PURE__ */ jsx6("span", { className: "k-step-text", children: label }),
4457
+ renderValidationIcon && /* @__PURE__ */ jsx6(Icon, { icon: iconName }),
4458
+ optional && /* @__PURE__ */ jsx6("span", { className: "k-step-label-optional", children: "(Optional)" })
4459
+ ] })
4460
+ ] }),
4461
+ stepContent && /* @__PURE__ */ jsx6("div", { className: "k-step-content", style: { height: "140px" }, children: stepContent })
4462
+ ]
4463
+ }
4464
+ );
4465
+ };
4466
+ Step.options = options6;
4467
+ Step.states = states6;
4468
+ Step.className = STEP_CLASSNAME;
4469
+ Step.defaultProps = defaultProps6;
4333
4470
 
4334
4471
  // src/progressbar/progressbar.spec.tsx
4335
- import { jsx as jsx4, jsxs } from "react/jsx-runtime";
4472
+ import { jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
4336
4473
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
4337
- var states4 = [
4474
+ var states7 = [
4338
4475
  States.disabled,
4339
4476
  States.indeterminate
4340
4477
  ];
4341
- var options4 = {};
4342
- var defaultProps4 = {
4478
+ var options7 = {};
4479
+ var defaultProps7 = {
4343
4480
  indeterminate: false,
4344
4481
  label: true,
4345
4482
  labelPosition: "start",
@@ -4351,16 +4488,16 @@ var ProgressBar = (props) => {
4351
4488
  const {
4352
4489
  disabled,
4353
4490
  height,
4354
- indeterminate = defaultProps4.indeterminate,
4355
- label = defaultProps4.label,
4356
- labelPosition = defaultProps4.labelPosition,
4357
- orientation = defaultProps4.orientation,
4358
- reverse = defaultProps4.reverse,
4359
- value = defaultProps4.value,
4491
+ indeterminate = defaultProps7.indeterminate,
4492
+ label = defaultProps7.label,
4493
+ labelPosition = defaultProps7.labelPosition,
4494
+ orientation = defaultProps7.orientation,
4495
+ reverse = defaultProps7.reverse,
4496
+ value = defaultProps7.value,
4360
4497
  width,
4361
4498
  ...other
4362
4499
  } = props;
4363
- return /* @__PURE__ */ jsxs(
4500
+ return /* @__PURE__ */ jsxs2(
4364
4501
  "div",
4365
4502
  {
4366
4503
  ...other,
@@ -4378,21 +4515,21 @@ var ProgressBar = (props) => {
4378
4515
  ),
4379
4516
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
4380
4517
  children: [
4381
- /* @__PURE__ */ jsx4("span", { className: classNames(
4518
+ /* @__PURE__ */ jsx7("span", { className: classNames(
4382
4519
  "k-progress-status-wrap",
4383
4520
  {
4384
4521
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
4385
4522
  }
4386
- ), children: label && /* @__PURE__ */ jsxs("span", { className: "k-progress-status", children: [
4523
+ ), children: label && /* @__PURE__ */ jsxs2("span", { className: "k-progress-status", children: [
4387
4524
  value,
4388
4525
  "%"
4389
4526
  ] }) }),
4390
- !indeterminate && /* @__PURE__ */ jsx4("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx4("span", { className: classNames(
4527
+ !indeterminate && /* @__PURE__ */ jsx7("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ jsx7("span", { className: classNames(
4391
4528
  "k-progress-status-wrap",
4392
4529
  {
4393
4530
  [`k-progress-${labelPosition}`]: labelPosition
4394
4531
  }
4395
- ), children: label && /* @__PURE__ */ jsxs("span", { className: "k-progress-status", children: [
4532
+ ), children: label && /* @__PURE__ */ jsxs2("span", { className: "k-progress-status", children: [
4396
4533
  props.value,
4397
4534
  "%"
4398
4535
  ] }) }) })
@@ -4400,22 +4537,22 @@ var ProgressBar = (props) => {
4400
4537
  }
4401
4538
  );
4402
4539
  };
4403
- ProgressBar.states = states4;
4404
- ProgressBar.options = options4;
4540
+ ProgressBar.states = states7;
4541
+ ProgressBar.options = options7;
4405
4542
  ProgressBar.className = PROGRESSBAR_CLASSNAME;
4406
- ProgressBar.defaultProps = defaultProps4;
4543
+ ProgressBar.defaultProps = defaultProps7;
4407
4544
  var progressbar_spec_default = ProgressBar;
4408
4545
 
4409
4546
  // src/progressbar/chunk-progressbar.spec.tsx
4410
- import { jsx as jsx5 } from "react/jsx-runtime";
4547
+ import { jsx as jsx8 } from "react/jsx-runtime";
4411
4548
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
4412
4549
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
4413
- var states5 = [
4550
+ var states8 = [
4414
4551
  States.disabled,
4415
4552
  States.indeterminate
4416
4553
  ];
4417
- var options5 = {};
4418
- var defaultProps5 = {
4554
+ var options8 = {};
4555
+ var defaultProps8 = {
4419
4556
  chunkCount: 5,
4420
4557
  orientation: "horizontal",
4421
4558
  progress: 0
@@ -4423,14 +4560,14 @@ var defaultProps5 = {
4423
4560
  var ChunkProgressBar = (props) => {
4424
4561
  const {
4425
4562
  disabled,
4426
- chunkCount = defaultProps5.chunkCount,
4563
+ chunkCount = defaultProps8.chunkCount,
4427
4564
  indeterminate,
4428
- orientation = defaultProps5.orientation,
4429
- progress = defaultProps5.progress,
4565
+ orientation = defaultProps8.orientation,
4566
+ progress = defaultProps8.progress,
4430
4567
  reverse,
4431
4568
  ...other
4432
4569
  } = props;
4433
- return /* @__PURE__ */ jsx5(
4570
+ return /* @__PURE__ */ jsx8(
4434
4571
  "div",
4435
4572
  {
4436
4573
  ...other,
@@ -4447,8 +4584,8 @@ var ChunkProgressBar = (props) => {
4447
4584
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
4448
4585
  }
4449
4586
  ),
4450
- children: /* @__PURE__ */ jsx5("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
4451
- (_el, i) => /* @__PURE__ */ jsx5("li", { className: classNames(
4587
+ children: /* @__PURE__ */ jsx8("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
4588
+ (_el, i) => /* @__PURE__ */ jsx8("li", { className: classNames(
4452
4589
  "k-progressbar-chunk",
4453
4590
  {
4454
4591
  "k-first": i === 0,
@@ -4460,20 +4597,41 @@ var ChunkProgressBar = (props) => {
4460
4597
  }
4461
4598
  );
4462
4599
  };
4463
- ChunkProgressBar.states = states5;
4464
- ChunkProgressBar.options = options5;
4600
+ ChunkProgressBar.states = states8;
4601
+ ChunkProgressBar.options = options8;
4465
4602
  ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
4466
- ChunkProgressBar.defaultProps = defaultProps5;
4603
+ ChunkProgressBar.defaultProps = defaultProps8;
4467
4604
 
4468
4605
  // src/progressbar/templates/progressbar-normal.tsx
4469
- import { jsx as jsx6 } from "react/jsx-runtime";
4470
- var ProgressBarNormal = (props) => /* @__PURE__ */ jsx6(progressbar_spec_default, { ...props });
4606
+ import { jsx as jsx9 } from "react/jsx-runtime";
4607
+ var ProgressBarNormal = (props) => /* @__PURE__ */ jsx9(progressbar_spec_default, { ...props });
4471
4608
 
4472
4609
  // src/progressbar/templates/chunk-progressbar-normal.tsx
4473
- import { jsx as jsx7 } from "react/jsx-runtime";
4610
+ import { jsx as jsx10 } from "react/jsx-runtime";
4611
+
4612
+ // src/stepper/templates/stepper-normal.tsx
4613
+ import { Fragment as Fragment4, jsx as jsx11, jsxs as jsxs3 } from "react/jsx-runtime";
4614
+ var StepperNormal = ({ gridTemplateColumns = "repeat(6, 1fr)", ...other }) => /* @__PURE__ */ jsx11(
4615
+ Stepper,
4616
+ {
4617
+ style: { display: "grid", gridTemplateColumns },
4618
+ children: /* @__PURE__ */ jsxs3(Fragment4, { children: [
4619
+ /* @__PURE__ */ jsxs3(StepList, { style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4620
+ /* @__PURE__ */ jsx11(Step, { first: true, done: true, icon: "check", style: { maxWidth: "33.333%" } }),
4621
+ /* @__PURE__ */ jsx11(Step, { current: true, focus: true, text: "2", style: { maxWidth: "33.333%" } }),
4622
+ /* @__PURE__ */ jsx11(Step, { last: true, optional: true, text: "3", style: { maxWidth: "33.333%" } })
4623
+ ] }),
4624
+ /* @__PURE__ */ jsx11(ProgressBarNormal, { label: false, value: "50" })
4625
+ ] }),
4626
+ ...other
4627
+ }
4628
+ );
4629
+
4630
+ // src/stepper/templates/stepper-vertical.tsx
4631
+ import { Fragment as Fragment5, jsx as jsx12, jsxs as jsxs4 } from "react/jsx-runtime";
4474
4632
 
4475
4633
  // src/stepper/tests/stepper-states.tsx
4476
- import { Fragment as Fragment4, jsx as jsx8, jsxs as jsxs2 } from "react/jsx-runtime";
4634
+ import { Fragment as Fragment6, jsx as jsx13, jsxs as jsxs5 } from "react/jsx-runtime";
4477
4635
  var style = `
4478
4636
  #test-area {
4479
4637
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
@@ -4488,168 +4646,29 @@ var style = `
4488
4646
  grid-column-end: 6;
4489
4647
  }
4490
4648
  `;
4491
- var stepper_states_default = () => /* @__PURE__ */ jsxs2(Fragment4, { children: [
4492
- /* @__PURE__ */ jsx8("style", { children: style }),
4493
- /* @__PURE__ */ jsxs2("div", { id: "test-area", className: "k-d-grid k-bg-gray-100", children: [
4494
- /* @__PURE__ */ jsx8("span", { children: "Default" }),
4495
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4496
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4497
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8(Icon, { className: "k-step-indicator-icon", icon: "check" }) }) }) }),
4498
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "2" }) }) }) }),
4499
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-step-optional", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4500
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "3" }) }),
4501
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label-optional", children: "(Optional)" }) })
4502
- ] }) })
4503
- ] }),
4504
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4505
- ] }) }),
4506
- /* @__PURE__ */ jsx8("span", { children: "^ + label" }),
4507
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4508
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4509
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4510
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8(Icon, { className: "k-step-indicator-icon", icon: "check" }) }),
4511
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Account Info" }) })
4512
- ] }) }),
4513
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4514
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "2" }) }),
4515
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Personal Info" }) })
4516
- ] }) }),
4517
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4518
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "3" }) }),
4519
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Payment Details" }) })
4520
- ] }) })
4521
- ] }),
4522
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4523
- ] }) }),
4524
- /* @__PURE__ */ jsx8("span", { children: "^ only labels" }),
4525
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4526
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4527
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Account Info" }) }) }) }),
4528
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Personal Info" }) }) }) }),
4529
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Payment Details" }) }) }) })
4649
+ var stepper_states_default = () => /* @__PURE__ */ jsxs5(Fragment6, { children: [
4650
+ /* @__PURE__ */ jsx13("style", { children: style }),
4651
+ /* @__PURE__ */ jsx13("div", { id: "test-area", className: "k-d-grid k-bg-gray-100", children: ["normal", ...Step.states].map((state) => /* @__PURE__ */ jsxs5(Fragment6, { children: [
4652
+ /* @__PURE__ */ jsx13("span", { children: state }),
4653
+ /* @__PURE__ */ jsx13("section", { className: "col-4", children: /* @__PURE__ */ jsxs5(StepperNormal, { children: [
4654
+ /* @__PURE__ */ jsxs5(StepList, { style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4655
+ /* @__PURE__ */ jsx13(Step, { first: true, done: true, icon: "check", label: "Account Info", ...{ [state]: true }, style: { maxWidth: "33.333%" } }),
4656
+ /* @__PURE__ */ jsx13(Step, { current: true, text: "2", label: "Personal Info", ...{ [state]: true }, style: { maxWidth: "33.333%" } }),
4657
+ /* @__PURE__ */ jsx13(Step, { last: true, text: "3", label: "Payment Details", ...{ [state]: true }, style: { maxWidth: "33.333%" } })
4530
4658
  ] }),
4531
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4659
+ /* @__PURE__ */ jsx13(ProgressBarNormal, { label: false, value: "50" })
4532
4660
  ] }) }),
4533
- /* @__PURE__ */ jsx8("hr", {}),
4534
- /* @__PURE__ */ jsx8("span", { children: "Hover" }),
4535
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4536
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4537
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8(Icon, { className: "k-step-indicator-icon", icon: "check" }) }) }) }),
4538
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "2" }) }) }) }),
4539
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-step-optional k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4540
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "3" }) }),
4541
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label-optional", children: "(Optional)" }) })
4542
- ] }) })
4661
+ /* @__PURE__ */ jsx13("span", {}),
4662
+ /* @__PURE__ */ jsx13("section", { className: "col-4", children: /* @__PURE__ */ jsxs5(StepperNormal, { children: [
4663
+ /* @__PURE__ */ jsxs5(StepList, { style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4664
+ /* @__PURE__ */ jsx13(Step, { first: true, done: true, label: "Account Info", ...{ [state]: true }, style: { maxWidth: "33.333%" } }),
4665
+ /* @__PURE__ */ jsx13(Step, { current: true, label: "Personal Info", ...{ [state]: true }, style: { maxWidth: "33.333%" } }),
4666
+ /* @__PURE__ */ jsx13(Step, { last: true, label: "Payment Details", ...{ [state]: true }, style: { maxWidth: "33.333%" } })
4543
4667
  ] }),
4544
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4668
+ /* @__PURE__ */ jsx13(ProgressBarNormal, { label: false, value: "50" })
4545
4669
  ] }) }),
4546
- /* @__PURE__ */ jsx8("span", { children: "^ + label" }),
4547
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4548
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4549
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4550
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8(Icon, { className: "k-step-indicator-icon", icon: "check" }) }),
4551
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Account Info" }) })
4552
- ] }) }),
4553
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4554
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "2" }) }),
4555
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Personal Info" }) })
4556
- ] }) }),
4557
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4558
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "3" }) }),
4559
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Payment Details" }) })
4560
- ] }) })
4561
- ] }),
4562
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4563
- ] }) }),
4564
- /* @__PURE__ */ jsx8("span", { children: "^ only labels" }),
4565
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4566
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4567
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Account Info" }) }) }) }),
4568
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Personal Info" }) }) }) }),
4569
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Payment Details" }) }) }) })
4570
- ] }),
4571
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4572
- ] }) }),
4573
- /* @__PURE__ */ jsx8("span", { children: "Focus" }),
4574
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4575
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4576
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8(Icon, { className: "k-step-indicator-icon", icon: "check" }) }) }) }),
4577
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "2" }) }) }) }),
4578
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-step-optional k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4579
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "3" }) }),
4580
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label-optional", children: "(Optional)" }) })
4581
- ] }) })
4582
- ] }),
4583
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4584
- ] }) }),
4585
- /* @__PURE__ */ jsx8("span", { children: "^ + label" }),
4586
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4587
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4588
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4589
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8(Icon, { className: "k-step-indicator-icon", icon: "check" }) }),
4590
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Account Info" }) })
4591
- ] }) }),
4592
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4593
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "2" }) }),
4594
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Personal Info" }) })
4595
- ] }) }),
4596
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4597
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "3" }) }),
4598
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Payment Details" }) })
4599
- ] }) })
4600
- ] }),
4601
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4602
- ] }) }),
4603
- /* @__PURE__ */ jsx8("span", { children: "^ only labels" }),
4604
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4605
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4606
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Account Info" }) }) }) }),
4607
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Personal Info" }) }) }) }),
4608
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Payment Details" }) }) }) })
4609
- ] }),
4610
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, value: "50" })
4611
- ] }) }),
4612
- /* @__PURE__ */ jsx8("hr", {}),
4613
- /* @__PURE__ */ jsx8("span", { children: "Disabled" }),
4614
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4615
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4616
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8(Icon, { className: "k-step-indicator-icon", icon: "check" }) }) }) }),
4617
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "2" }) }) }) }),
4618
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-step-optional k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4619
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "3" }) }),
4620
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label-optional", children: "(Optional)" }) })
4621
- ] }) })
4622
- ] }),
4623
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, disabled: true, value: "50" })
4624
- ] }) }),
4625
- /* @__PURE__ */ jsx8("span", { children: "^ + label" }),
4626
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4627
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4628
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4629
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8(Icon, { className: "k-step-indicator-icon", icon: "check" }) }),
4630
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Account Info" }) })
4631
- ] }) }),
4632
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4633
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "2" }) }),
4634
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Personal Info" }) })
4635
- ] }) }),
4636
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsxs2("a", { href: "#", className: "k-step-link", children: [
4637
- /* @__PURE__ */ jsx8("span", { className: "k-step-indicator", children: /* @__PURE__ */ jsx8("span", { className: "k-step-indicator-text", children: "3" }) }),
4638
- /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Payment Details" }) })
4639
- ] }) })
4640
- ] }),
4641
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, disabled: true, value: "50" })
4642
- ] }) }),
4643
- /* @__PURE__ */ jsx8("span", { children: "^ only labels" }),
4644
- /* @__PURE__ */ jsx8("section", { className: "col-4", children: /* @__PURE__ */ jsxs2("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4645
- /* @__PURE__ */ jsxs2("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4646
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-first k-step-done k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Account Info" }) }) }) }),
4647
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-current k-focus k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Personal Info" }) }) }) }),
4648
- /* @__PURE__ */ jsx8("li", { className: "k-step k-step-last k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ jsx8("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ jsx8("span", { className: "k-step-label", children: /* @__PURE__ */ jsx8("span", { className: "k-step-text", children: "Payment Details" }) }) }) })
4649
- ] }),
4650
- /* @__PURE__ */ jsx8(ProgressBarNormal, { label: false, disabled: true, value: "50" })
4651
- ] }) })
4652
- ] })
4670
+ /* @__PURE__ */ jsx13("hr", {})
4671
+ ] })) })
4653
4672
  ] });
4654
4673
  export {
4655
4674
  stepper_states_default as default