@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
@@ -117,11 +117,75 @@ var States = {
117
117
  "readonly": "readonly"
118
118
  };
119
119
 
120
- // src/icon/font-icon.spec.tsx
120
+ // src/stepper/stepper.spec.tsx
121
121
  var import_jsx_runtime = require("react/jsx-runtime");
122
- var FONTICON_CLASSNAME = `k-icon k-font-icon`;
122
+ var STEPPER_CLASSNAME = "k-stepper";
123
123
  var states = [];
124
- var options = {
124
+ var options = {};
125
+ var defaultProps = {};
126
+ var Stepper = (props) => {
127
+ const {
128
+ style: style2,
129
+ ...other
130
+ } = props;
131
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
132
+ "nav",
133
+ {
134
+ ...other,
135
+ style: style2,
136
+ className: classNames(
137
+ props.className,
138
+ STEPPER_CLASSNAME
139
+ ),
140
+ children: props.children
141
+ }
142
+ );
143
+ };
144
+ Stepper.options = options;
145
+ Stepper.states = states;
146
+ Stepper.className = STEPPER_CLASSNAME;
147
+ Stepper.defaultProps = defaultProps;
148
+
149
+ // src/stepper/step-list.tsx
150
+ var import_jsx_runtime2 = require("react/jsx-runtime");
151
+ var STEPLIST_CLASSNAME = "k-step-list";
152
+ var states2 = [];
153
+ var options2 = {};
154
+ var defaultProps2 = {
155
+ orientation: "horizontal"
156
+ };
157
+ var StepList = (props) => {
158
+ const {
159
+ style: style2,
160
+ orientation = defaultProps2.orientation,
161
+ ...other
162
+ } = props;
163
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
164
+ "ol",
165
+ {
166
+ ...other,
167
+ style: style2,
168
+ className: classNames(
169
+ props.className,
170
+ STEPLIST_CLASSNAME,
171
+ {
172
+ [`${STEPLIST_CLASSNAME}-${orientation}`]: orientation
173
+ }
174
+ ),
175
+ children: props.children
176
+ }
177
+ );
178
+ };
179
+ StepList.options = options2;
180
+ StepList.states = states2;
181
+ StepList.className = STEPLIST_CLASSNAME;
182
+ StepList.defaultProps = defaultProps2;
183
+
184
+ // src/icon/font-icon.spec.tsx
185
+ var import_jsx_runtime3 = require("react/jsx-runtime");
186
+ var FONTICON_CLASSNAME = `k-icon k-font-icon`;
187
+ var states3 = [];
188
+ var options3 = {
125
189
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
126
190
  themeColor: [
127
191
  ThemeColor.base,
@@ -136,7 +200,7 @@ var options = {
136
200
  ThemeColor.dark
137
201
  ]
138
202
  };
139
- var defaultProps = {};
203
+ var defaultProps3 = {};
140
204
  var FontIcon = (props) => {
141
205
  const {
142
206
  size,
@@ -147,9 +211,9 @@ var FontIcon = (props) => {
147
211
  ...other
148
212
  } = props;
149
213
  if (!icon) {
150
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {});
214
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
151
215
  }
152
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
216
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
153
217
  "span",
154
218
  {
155
219
  ...other,
@@ -170,17 +234,17 @@ var FontIcon = (props) => {
170
234
  }
171
235
  );
172
236
  };
173
- FontIcon.states = states;
174
- FontIcon.options = options;
237
+ FontIcon.states = states3;
238
+ FontIcon.options = options3;
175
239
  FontIcon.className = FONTICON_CLASSNAME;
176
- FontIcon.defaultProps = defaultProps;
240
+ FontIcon.defaultProps = defaultProps3;
177
241
  var font_icon_spec_default = FontIcon;
178
242
 
179
243
  // src/icon/svg-icon.spec.tsx
180
- var import_jsx_runtime2 = require("react/jsx-runtime");
244
+ var import_jsx_runtime4 = require("react/jsx-runtime");
181
245
  var SVGICON_CLASSNAME = `k-icon k-svg-icon`;
182
- var states2 = [];
183
- var options2 = {
246
+ var states4 = [];
247
+ var options4 = {
184
248
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
185
249
  themeColor: [
186
250
  ThemeColor.base,
@@ -195,7 +259,7 @@ var options2 = {
195
259
  ThemeColor.dark
196
260
  ]
197
261
  };
198
- var defaultProps2 = {
262
+ var defaultProps4 = {
199
263
  viewBox: "0 0 24 24"
200
264
  };
201
265
  var SvgIcon = (props) => {
@@ -204,15 +268,15 @@ var SvgIcon = (props) => {
204
268
  themeColor,
205
269
  rotate,
206
270
  flip,
207
- viewBox = defaultProps2.viewBox,
271
+ viewBox = defaultProps4.viewBox,
208
272
  icon,
209
273
  ...other
210
274
  } = props;
211
275
  if (!icon) {
212
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, {});
276
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_jsx_runtime4.Fragment, {});
213
277
  }
214
278
  if (icon === "none") {
215
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
279
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
216
280
  "span",
217
281
  {
218
282
  ...other,
@@ -225,7 +289,7 @@ var SvgIcon = (props) => {
225
289
  );
226
290
  }
227
291
  const name = typeof icon === "object" && icon.name && icon.name;
228
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
292
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
229
293
  "span",
230
294
  {
231
295
  ...other,
@@ -243,7 +307,7 @@ var SvgIcon = (props) => {
243
307
  "k-flip-v": flip === "v" || flip === "both"
244
308
  }
245
309
  ),
246
- children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
310
+ children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
247
311
  "svg",
248
312
  {
249
313
  "aria-hidden": true,
@@ -257,10 +321,10 @@ var SvgIcon = (props) => {
257
321
  }
258
322
  );
259
323
  };
260
- SvgIcon.states = states2;
261
- SvgIcon.options = options2;
324
+ SvgIcon.states = states4;
325
+ SvgIcon.options = options4;
262
326
  SvgIcon.className = SVGICON_CLASSNAME;
263
- SvgIcon.defaultProps = defaultProps2;
327
+ SvgIcon.defaultProps = defaultProps4;
264
328
  var svg_icon_spec_default = SvgIcon;
265
329
 
266
330
  // ../../node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4295,13 +4359,13 @@ var chartChoroplethIcon = {
4295
4359
  };
4296
4360
 
4297
4361
  // src/icon/icon.spec.tsx
4298
- var import_jsx_runtime3 = require("react/jsx-runtime");
4362
+ var import_jsx_runtime5 = require("react/jsx-runtime");
4299
4363
  var snakeToCamel = (str) => str.toLowerCase().replace(
4300
4364
  /([-_][a-z])/g,
4301
4365
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4302
4366
  );
4303
- var states3 = [];
4304
- var options3 = {
4367
+ var states5 = [];
4368
+ var options5 = {
4305
4369
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4306
4370
  themeColor: [
4307
4371
  ThemeColor.base,
@@ -4316,7 +4380,7 @@ var options3 = {
4316
4380
  ThemeColor.dark
4317
4381
  ]
4318
4382
  };
4319
- var defaultProps3 = {
4383
+ var defaultProps5 = {
4320
4384
  viewBox: "0 0 24 24",
4321
4385
  type: "svg"
4322
4386
  };
@@ -4325,40 +4389,113 @@ var Icon = (props) => {
4325
4389
  size,
4326
4390
  themeColor,
4327
4391
  icon,
4328
- type = defaultProps3.type,
4392
+ type = defaultProps5.type,
4329
4393
  rotate,
4330
4394
  flip,
4331
- viewBox = defaultProps3.viewBox,
4395
+ viewBox = defaultProps5.viewBox,
4332
4396
  ...other
4333
4397
  } = props;
4334
4398
  if (!icon) {
4335
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
4399
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_jsx_runtime5.Fragment, {});
4336
4400
  }
4337
4401
  if (type === "svg") {
4338
4402
  if (icon === "none") {
4339
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(svg_icon_spec_default, { ...other, icon, size });
4403
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(svg_icon_spec_default, { ...other, icon, size });
4340
4404
  }
4341
4405
  const iconSVG = snakeToCamel(`${icon}-icon`);
4342
4406
  if (!index_es_exports[iconSVG]) {
4343
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
4407
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_jsx_runtime5.Fragment, {});
4344
4408
  }
4345
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4409
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4346
4410
  }
4347
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4411
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4348
4412
  };
4349
- Icon.states = states3;
4350
- Icon.options = options3;
4351
- Icon.defaultProps = defaultProps3;
4413
+ Icon.states = states5;
4414
+ Icon.options = options5;
4415
+ Icon.defaultProps = defaultProps5;
4416
+
4417
+ // src/stepper/step.tsx
4418
+ var import_jsx_runtime6 = require("react/jsx-runtime");
4419
+ var STEP_CLASSNAME = "k-step";
4420
+ var states6 = [
4421
+ States.disabled,
4422
+ States.hover,
4423
+ States.focus,
4424
+ States.invalid,
4425
+ States.valid
4426
+ ];
4427
+ var options6 = {};
4428
+ var defaultProps6 = {};
4429
+ var Step = (props) => {
4430
+ const {
4431
+ style: style2,
4432
+ disabled,
4433
+ hover,
4434
+ focus,
4435
+ invalid,
4436
+ valid,
4437
+ optional,
4438
+ first,
4439
+ done,
4440
+ current,
4441
+ last,
4442
+ label,
4443
+ text,
4444
+ icon,
4445
+ stepContent,
4446
+ ...other
4447
+ } = props;
4448
+ const iconName = invalid ? "warning-circle" : "check-circle";
4449
+ const renderValidationIcon = Boolean(valid || invalid);
4450
+ return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
4451
+ "li",
4452
+ {
4453
+ ...other,
4454
+ style: style2,
4455
+ className: classNames(
4456
+ props.className,
4457
+ STEP_CLASSNAME,
4458
+ {
4459
+ [`${STEP_CLASSNAME}-done`]: done,
4460
+ [`${STEP_CLASSNAME}-first`]: first,
4461
+ [`${STEP_CLASSNAME}-current`]: current,
4462
+ [`${STEP_CLASSNAME}-last`]: last,
4463
+ [`${STEP_CLASSNAME}-optional`]: optional,
4464
+ [`${STEP_CLASSNAME}-success`]: valid,
4465
+ [`${STEP_CLASSNAME}-error`]: invalid
4466
+ },
4467
+ stateClassNames(STEP_CLASSNAME, { hover, focus, disabled })
4468
+ ),
4469
+ children: [
4470
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("a", { href: "#", className: "k-step-link", children: [
4471
+ text && !icon && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-step-indicator-text", children: text }) }),
4472
+ icon && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { className: "k-step-indicator-icon", icon }) }),
4473
+ optional && !label && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" }) }),
4474
+ label && /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("span", { className: "k-step-label", children: [
4475
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-step-text", children: label }),
4476
+ renderValidationIcon && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(Icon, { icon: iconName }),
4477
+ optional && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4478
+ ] })
4479
+ ] }),
4480
+ stepContent && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { className: "k-step-content", style: { height: "140px" }, children: stepContent })
4481
+ ]
4482
+ }
4483
+ );
4484
+ };
4485
+ Step.options = options6;
4486
+ Step.states = states6;
4487
+ Step.className = STEP_CLASSNAME;
4488
+ Step.defaultProps = defaultProps6;
4352
4489
 
4353
4490
  // src/progressbar/progressbar.spec.tsx
4354
- var import_jsx_runtime4 = require("react/jsx-runtime");
4491
+ var import_jsx_runtime7 = require("react/jsx-runtime");
4355
4492
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
4356
- var states4 = [
4493
+ var states7 = [
4357
4494
  States.disabled,
4358
4495
  States.indeterminate
4359
4496
  ];
4360
- var options4 = {};
4361
- var defaultProps4 = {
4497
+ var options7 = {};
4498
+ var defaultProps7 = {
4362
4499
  indeterminate: false,
4363
4500
  label: true,
4364
4501
  labelPosition: "start",
@@ -4370,16 +4507,16 @@ var ProgressBar = (props) => {
4370
4507
  const {
4371
4508
  disabled,
4372
4509
  height,
4373
- indeterminate = defaultProps4.indeterminate,
4374
- label = defaultProps4.label,
4375
- labelPosition = defaultProps4.labelPosition,
4376
- orientation = defaultProps4.orientation,
4377
- reverse = defaultProps4.reverse,
4378
- value = defaultProps4.value,
4510
+ indeterminate = defaultProps7.indeterminate,
4511
+ label = defaultProps7.label,
4512
+ labelPosition = defaultProps7.labelPosition,
4513
+ orientation = defaultProps7.orientation,
4514
+ reverse = defaultProps7.reverse,
4515
+ value = defaultProps7.value,
4379
4516
  width,
4380
4517
  ...other
4381
4518
  } = props;
4382
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
4519
+ return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
4383
4520
  "div",
4384
4521
  {
4385
4522
  ...other,
@@ -4397,21 +4534,21 @@ var ProgressBar = (props) => {
4397
4534
  ),
4398
4535
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
4399
4536
  children: [
4400
- /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: classNames(
4537
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: classNames(
4401
4538
  "k-progress-status-wrap",
4402
4539
  {
4403
4540
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
4404
4541
  }
4405
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("span", { className: "k-progress-status", children: [
4542
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("span", { className: "k-progress-status", children: [
4406
4543
  value,
4407
4544
  "%"
4408
4545
  ] }) }),
4409
- !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: classNames(
4546
+ !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("span", { className: classNames(
4410
4547
  "k-progress-status-wrap",
4411
4548
  {
4412
4549
  [`k-progress-${labelPosition}`]: labelPosition
4413
4550
  }
4414
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("span", { className: "k-progress-status", children: [
4551
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("span", { className: "k-progress-status", children: [
4415
4552
  props.value,
4416
4553
  "%"
4417
4554
  ] }) }) })
@@ -4419,22 +4556,22 @@ var ProgressBar = (props) => {
4419
4556
  }
4420
4557
  );
4421
4558
  };
4422
- ProgressBar.states = states4;
4423
- ProgressBar.options = options4;
4559
+ ProgressBar.states = states7;
4560
+ ProgressBar.options = options7;
4424
4561
  ProgressBar.className = PROGRESSBAR_CLASSNAME;
4425
- ProgressBar.defaultProps = defaultProps4;
4562
+ ProgressBar.defaultProps = defaultProps7;
4426
4563
  var progressbar_spec_default = ProgressBar;
4427
4564
 
4428
4565
  // src/progressbar/chunk-progressbar.spec.tsx
4429
- var import_jsx_runtime5 = require("react/jsx-runtime");
4566
+ var import_jsx_runtime8 = require("react/jsx-runtime");
4430
4567
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
4431
4568
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
4432
- var states5 = [
4569
+ var states8 = [
4433
4570
  States.disabled,
4434
4571
  States.indeterminate
4435
4572
  ];
4436
- var options5 = {};
4437
- var defaultProps5 = {
4573
+ var options8 = {};
4574
+ var defaultProps8 = {
4438
4575
  chunkCount: 5,
4439
4576
  orientation: "horizontal",
4440
4577
  progress: 0
@@ -4442,14 +4579,14 @@ var defaultProps5 = {
4442
4579
  var ChunkProgressBar = (props) => {
4443
4580
  const {
4444
4581
  disabled,
4445
- chunkCount = defaultProps5.chunkCount,
4582
+ chunkCount = defaultProps8.chunkCount,
4446
4583
  indeterminate,
4447
- orientation = defaultProps5.orientation,
4448
- progress = defaultProps5.progress,
4584
+ orientation = defaultProps8.orientation,
4585
+ progress = defaultProps8.progress,
4449
4586
  reverse,
4450
4587
  ...other
4451
4588
  } = props;
4452
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4589
+ return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
4453
4590
  "div",
4454
4591
  {
4455
4592
  ...other,
@@ -4466,8 +4603,8 @@ var ChunkProgressBar = (props) => {
4466
4603
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
4467
4604
  }
4468
4605
  ),
4469
- children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
4470
- (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("li", { className: classNames(
4606
+ children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
4607
+ (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: classNames(
4471
4608
  "k-progressbar-chunk",
4472
4609
  {
4473
4610
  "k-first": i === 0,
@@ -4479,20 +4616,41 @@ var ChunkProgressBar = (props) => {
4479
4616
  }
4480
4617
  );
4481
4618
  };
4482
- ChunkProgressBar.states = states5;
4483
- ChunkProgressBar.options = options5;
4619
+ ChunkProgressBar.states = states8;
4620
+ ChunkProgressBar.options = options8;
4484
4621
  ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
4485
- ChunkProgressBar.defaultProps = defaultProps5;
4622
+ ChunkProgressBar.defaultProps = defaultProps8;
4486
4623
 
4487
4624
  // src/progressbar/templates/progressbar-normal.tsx
4488
- var import_jsx_runtime6 = require("react/jsx-runtime");
4489
- var ProgressBarNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(progressbar_spec_default, { ...props });
4625
+ var import_jsx_runtime9 = require("react/jsx-runtime");
4626
+ var ProgressBarNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(progressbar_spec_default, { ...props });
4490
4627
 
4491
4628
  // src/progressbar/templates/chunk-progressbar-normal.tsx
4492
- var import_jsx_runtime7 = require("react/jsx-runtime");
4629
+ var import_jsx_runtime10 = require("react/jsx-runtime");
4630
+
4631
+ // src/stepper/templates/stepper-normal.tsx
4632
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4633
+ var StepperNormal = ({ gridTemplateColumns = "repeat(6, 1fr)", ...other }) => /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4634
+ Stepper,
4635
+ {
4636
+ style: { display: "grid", gridTemplateColumns },
4637
+ children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_jsx_runtime11.Fragment, { children: [
4638
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(StepList, { style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4639
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Step, { first: true, done: true, icon: "check", style: { maxWidth: "33.333%" } }),
4640
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Step, { current: true, focus: true, text: "2", style: { maxWidth: "33.333%" } }),
4641
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(Step, { last: true, optional: true, text: "3", style: { maxWidth: "33.333%" } })
4642
+ ] }),
4643
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(ProgressBarNormal, { label: false, value: "50" })
4644
+ ] }),
4645
+ ...other
4646
+ }
4647
+ );
4648
+
4649
+ // src/stepper/templates/stepper-vertical.tsx
4650
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4493
4651
 
4494
4652
  // src/stepper/tests/stepper-states.tsx
4495
- var import_jsx_runtime8 = require("react/jsx-runtime");
4653
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4496
4654
  var style = `
4497
4655
  #test-area {
4498
4656
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
@@ -4507,166 +4665,27 @@ var style = `
4507
4665
  grid-column-end: 6;
4508
4666
  }
4509
4667
  `;
4510
- var stepper_states_default = () => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(import_jsx_runtime8.Fragment, { children: [
4511
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("style", { children: style }),
4512
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("div", { id: "test-area", className: "k-d-grid k-bg-gray-100", children: [
4513
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Default" }),
4514
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4515
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4516
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { className: "k-step-indicator-icon", icon: "check" }) }) }) }),
4517
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }) }) }),
4518
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-step-optional", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4519
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4520
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" }) })
4521
- ] }) })
4522
- ] }),
4523
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4524
- ] }) }),
4525
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "^ + label" }),
4526
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4527
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4528
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4529
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { className: "k-step-indicator-icon", icon: "check" }) }),
4530
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Account Info" }) })
4531
- ] }) }),
4532
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4533
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4534
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Personal Info" }) })
4535
- ] }) }),
4536
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4537
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4538
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Payment Details" }) })
4539
- ] }) })
4540
- ] }),
4541
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4542
- ] }) }),
4543
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "^ only labels" }),
4544
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4545
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4546
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Account Info" }) }) }) }),
4547
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Personal Info" }) }) }) }),
4548
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Payment Details" }) }) }) })
4668
+ var stepper_states_default = () => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_jsx_runtime13.Fragment, { children: [
4669
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("style", { children: style }),
4670
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { id: "test-area", className: "k-d-grid k-bg-gray-100", children: ["normal", ...Step.states].map((state) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(import_jsx_runtime13.Fragment, { children: [
4671
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { children: state }),
4672
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(StepperNormal, { children: [
4673
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(StepList, { style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4674
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Step, { first: true, done: true, icon: "check", label: "Account Info", ...{ [state]: true }, style: { maxWidth: "33.333%" } }),
4675
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Step, { current: true, text: "2", label: "Personal Info", ...{ [state]: true }, style: { maxWidth: "33.333%" } }),
4676
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Step, { last: true, text: "3", label: "Payment Details", ...{ [state]: true }, style: { maxWidth: "33.333%" } })
4549
4677
  ] }),
4550
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4678
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(ProgressBarNormal, { label: false, value: "50" })
4551
4679
  ] }) }),
4552
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("hr", {}),
4553
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Hover" }),
4554
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4555
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4556
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { className: "k-step-indicator-icon", icon: "check" }) }) }) }),
4557
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }) }) }),
4558
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-step-optional k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4559
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4560
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" }) })
4561
- ] }) })
4680
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", {}),
4681
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(StepperNormal, { children: [
4682
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(StepList, { style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4683
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Step, { first: true, done: true, label: "Account Info", ...{ [state]: true }, style: { maxWidth: "33.333%" } }),
4684
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Step, { current: true, label: "Personal Info", ...{ [state]: true }, style: { maxWidth: "33.333%" } }),
4685
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Step, { last: true, label: "Payment Details", ...{ [state]: true }, style: { maxWidth: "33.333%" } })
4562
4686
  ] }),
4563
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4687
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(ProgressBarNormal, { label: false, value: "50" })
4564
4688
  ] }) }),
4565
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "^ + label" }),
4566
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4567
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4568
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4569
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { className: "k-step-indicator-icon", icon: "check" }) }),
4570
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Account Info" }) })
4571
- ] }) }),
4572
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4573
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4574
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Personal Info" }) })
4575
- ] }) }),
4576
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4577
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4578
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Payment Details" }) })
4579
- ] }) })
4580
- ] }),
4581
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4582
- ] }) }),
4583
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "^ only labels" }),
4584
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4585
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4586
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Account Info" }) }) }) }),
4587
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Personal Info" }) }) }) }),
4588
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-hover", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Payment Details" }) }) }) })
4589
- ] }),
4590
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4591
- ] }) }),
4592
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Focus" }),
4593
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4594
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4595
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { className: "k-step-indicator-icon", icon: "check" }) }) }) }),
4596
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }) }) }),
4597
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-step-optional k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4598
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4599
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" }) })
4600
- ] }) })
4601
- ] }),
4602
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4603
- ] }) }),
4604
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "^ + label" }),
4605
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4606
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4607
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4608
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { className: "k-step-indicator-icon", icon: "check" }) }),
4609
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Account Info" }) })
4610
- ] }) }),
4611
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4612
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4613
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Personal Info" }) })
4614
- ] }) }),
4615
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4616
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4617
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Payment Details" }) })
4618
- ] }) })
4619
- ] }),
4620
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4621
- ] }) }),
4622
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "^ only labels" }),
4623
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4624
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4625
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Account Info" }) }) }) }),
4626
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Personal Info" }) }) }) }),
4627
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-focus", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Payment Details" }) }) }) })
4628
- ] }),
4629
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, value: "50" })
4630
- ] }) }),
4631
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("hr", {}),
4632
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "Disabled" }),
4633
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4634
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4635
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { className: "k-step-indicator-icon", icon: "check" }) }) }) }),
4636
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }) }) }),
4637
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-step-optional k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4638
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4639
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" }) })
4640
- ] }) })
4641
- ] }),
4642
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, disabled: true, value: "50" })
4643
- ] }) }),
4644
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "^ + label" }),
4645
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4646
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4647
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4648
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Icon, { className: "k-step-indicator-icon", icon: "check" }) }),
4649
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Account Info" }) })
4650
- ] }) }),
4651
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4652
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4653
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Personal Info" }) })
4654
- ] }) }),
4655
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("a", { href: "#", className: "k-step-link", children: [
4656
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4657
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Payment Details" }) })
4658
- ] }) })
4659
- ] }),
4660
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, disabled: true, value: "50" })
4661
- ] }) }),
4662
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { children: "^ only labels" }),
4663
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("section", { className: "col-4", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("nav", { className: "k-stepper k-widget", style: { display: "grid", gridTemplateColumns: "repeat(6, 1fr)" }, children: [
4664
- /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("ol", { className: "k-step-list k-step-list-horizontal", style: { gridColumnStart: "1", gridColumnEnd: "-1" }, children: [
4665
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-first k-step-done k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Account Info" }) }) }) }),
4666
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-current k-focus k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Personal Info" }) }) }) }),
4667
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("li", { className: "k-step k-step-last k-disabled", style: { maxWidth: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("a", { href: "#", className: "k-step-link", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: "k-step-text", children: "Payment Details" }) }) }) })
4668
- ] }),
4669
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(ProgressBarNormal, { label: false, disabled: true, value: "50" })
4670
- ] }) })
4671
- ] })
4689
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("hr", {})
4690
+ ] })) })
4672
4691
  ] });