@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
@@ -130,11 +130,51 @@ var States = {
130
130
  "readonly": "readonly"
131
131
  };
132
132
 
133
- // src/icon/font-icon.spec.tsx
133
+ // src/wizard/wizard.spec.tsx
134
134
  var import_jsx_runtime = require("react/jsx-runtime");
135
+ var WIZZARD_CLASSNAME = `k-wizard`;
136
+ var states = [
137
+ States.disabled
138
+ ];
139
+ var options = {};
140
+ var defaultProps = {
141
+ orientation: "horizontal",
142
+ contentPosition: "right"
143
+ };
144
+ var Wizard = (props) => {
145
+ const {
146
+ disabled,
147
+ orientation = defaultProps.orientation,
148
+ contentPosition = defaultProps.contentPosition,
149
+ ...other
150
+ } = props;
151
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
152
+ "div",
153
+ {
154
+ ...other,
155
+ className: classNames(
156
+ props.className,
157
+ WIZZARD_CLASSNAME,
158
+ stateClassNames(WIZZARD_CLASSNAME, { disabled }),
159
+ {
160
+ [`${WIZZARD_CLASSNAME}-${orientation}`]: orientation,
161
+ [`${WIZZARD_CLASSNAME}-${contentPosition}`]: contentPosition === "left"
162
+ }
163
+ ),
164
+ children: props.children
165
+ }
166
+ );
167
+ };
168
+ Wizard.states = states;
169
+ Wizard.options = options;
170
+ Wizard.className = WIZZARD_CLASSNAME;
171
+ Wizard.defaultProps = defaultProps;
172
+
173
+ // src/icon/font-icon.spec.tsx
174
+ var import_jsx_runtime2 = require("react/jsx-runtime");
135
175
  var FONTICON_CLASSNAME = `k-icon k-font-icon`;
136
- var states = [];
137
- var options = {
176
+ var states2 = [];
177
+ var options2 = {
138
178
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
139
179
  themeColor: [
140
180
  ThemeColor.base,
@@ -149,7 +189,7 @@ var options = {
149
189
  ThemeColor.dark
150
190
  ]
151
191
  };
152
- var defaultProps = {};
192
+ var defaultProps2 = {};
153
193
  var FontIcon = (props) => {
154
194
  const {
155
195
  size,
@@ -160,9 +200,9 @@ var FontIcon = (props) => {
160
200
  ...other
161
201
  } = props;
162
202
  if (!icon) {
163
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_jsx_runtime.Fragment, {});
203
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, {});
164
204
  }
165
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
205
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
166
206
  "span",
167
207
  {
168
208
  ...other,
@@ -183,17 +223,17 @@ var FontIcon = (props) => {
183
223
  }
184
224
  );
185
225
  };
186
- FontIcon.states = states;
187
- FontIcon.options = options;
226
+ FontIcon.states = states2;
227
+ FontIcon.options = options2;
188
228
  FontIcon.className = FONTICON_CLASSNAME;
189
- FontIcon.defaultProps = defaultProps;
229
+ FontIcon.defaultProps = defaultProps2;
190
230
  var font_icon_spec_default = FontIcon;
191
231
 
192
232
  // src/icon/svg-icon.spec.tsx
193
- var import_jsx_runtime2 = require("react/jsx-runtime");
233
+ var import_jsx_runtime3 = require("react/jsx-runtime");
194
234
  var SVGICON_CLASSNAME = `k-icon k-svg-icon`;
195
- var states2 = [];
196
- var options2 = {
235
+ var states3 = [];
236
+ var options3 = {
197
237
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
198
238
  themeColor: [
199
239
  ThemeColor.base,
@@ -208,7 +248,7 @@ var options2 = {
208
248
  ThemeColor.dark
209
249
  ]
210
250
  };
211
- var defaultProps2 = {
251
+ var defaultProps3 = {
212
252
  viewBox: "0 0 24 24"
213
253
  };
214
254
  var SvgIcon = (props) => {
@@ -217,15 +257,15 @@ var SvgIcon = (props) => {
217
257
  themeColor,
218
258
  rotate,
219
259
  flip,
220
- viewBox = defaultProps2.viewBox,
260
+ viewBox = defaultProps3.viewBox,
221
261
  icon,
222
262
  ...other
223
263
  } = props;
224
264
  if (!icon) {
225
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(import_jsx_runtime2.Fragment, {});
265
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
226
266
  }
227
267
  if (icon === "none") {
228
- /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
268
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
229
269
  "span",
230
270
  {
231
271
  ...other,
@@ -238,7 +278,7 @@ var SvgIcon = (props) => {
238
278
  );
239
279
  }
240
280
  const name = typeof icon === "object" && icon.name && icon.name;
241
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
281
+ return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
242
282
  "span",
243
283
  {
244
284
  ...other,
@@ -256,7 +296,7 @@ var SvgIcon = (props) => {
256
296
  "k-flip-v": flip === "v" || flip === "both"
257
297
  }
258
298
  ),
259
- children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
299
+ children: /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
260
300
  "svg",
261
301
  {
262
302
  "aria-hidden": true,
@@ -270,10 +310,10 @@ var SvgIcon = (props) => {
270
310
  }
271
311
  );
272
312
  };
273
- SvgIcon.states = states2;
274
- SvgIcon.options = options2;
313
+ SvgIcon.states = states3;
314
+ SvgIcon.options = options3;
275
315
  SvgIcon.className = SVGICON_CLASSNAME;
276
- SvgIcon.defaultProps = defaultProps2;
316
+ SvgIcon.defaultProps = defaultProps3;
277
317
  var svg_icon_spec_default = SvgIcon;
278
318
 
279
319
  // ../../node_modules/@progress/kendo-svg-icons/dist/index.es.js
@@ -4308,13 +4348,13 @@ var chartChoroplethIcon = {
4308
4348
  };
4309
4349
 
4310
4350
  // src/icon/icon.spec.tsx
4311
- var import_jsx_runtime3 = require("react/jsx-runtime");
4351
+ var import_jsx_runtime4 = require("react/jsx-runtime");
4312
4352
  var snakeToCamel = (str) => str.toLowerCase().replace(
4313
4353
  /([-_][a-z])/g,
4314
4354
  (group) => group.toUpperCase().replace("-", "").replace("_", "")
4315
4355
  );
4316
- var states3 = [];
4317
- var options3 = {
4356
+ var states4 = [];
4357
+ var options4 = {
4318
4358
  size: [Size.xsmall, Size.small, Size.medium, Size.large, Size.xlarge, Size.xxlarge, Size.xxxlarge],
4319
4359
  themeColor: [
4320
4360
  ThemeColor.base,
@@ -4329,7 +4369,7 @@ var options3 = {
4329
4369
  ThemeColor.dark
4330
4370
  ]
4331
4371
  };
4332
- var defaultProps3 = {
4372
+ var defaultProps4 = {
4333
4373
  viewBox: "0 0 24 24",
4334
4374
  type: "svg"
4335
4375
  };
@@ -4338,42 +4378,42 @@ var Icon = (props) => {
4338
4378
  size,
4339
4379
  themeColor,
4340
4380
  icon,
4341
- type = defaultProps3.type,
4381
+ type = defaultProps4.type,
4342
4382
  rotate,
4343
4383
  flip,
4344
- viewBox = defaultProps3.viewBox,
4384
+ viewBox = defaultProps4.viewBox,
4345
4385
  ...other
4346
4386
  } = props;
4347
4387
  if (!icon) {
4348
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
4388
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_jsx_runtime4.Fragment, {});
4349
4389
  }
4350
4390
  if (type === "svg") {
4351
4391
  if (icon === "none") {
4352
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(svg_icon_spec_default, { ...other, icon, size });
4392
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(svg_icon_spec_default, { ...other, icon, size });
4353
4393
  }
4354
4394
  const iconSVG = snakeToCamel(`${icon}-icon`);
4355
4395
  if (!index_es_exports[iconSVG]) {
4356
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(import_jsx_runtime3.Fragment, {});
4396
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(import_jsx_runtime4.Fragment, {});
4357
4397
  }
4358
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4398
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(svg_icon_spec_default, { ...other, icon: index_es_exports[iconSVG], size, themeColor, rotate, flip, viewBox });
4359
4399
  }
4360
- return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4400
+ return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(font_icon_spec_default, { ...other, icon, size, themeColor, rotate, flip });
4361
4401
  };
4362
- Icon.states = states3;
4363
- Icon.options = options3;
4364
- Icon.defaultProps = defaultProps3;
4402
+ Icon.states = states4;
4403
+ Icon.options = options4;
4404
+ Icon.defaultProps = defaultProps4;
4365
4405
 
4366
4406
  // src/button/button.spec.tsx
4367
- var import_jsx_runtime4 = require("react/jsx-runtime");
4407
+ var import_jsx_runtime5 = require("react/jsx-runtime");
4368
4408
  var BUTTON_CLASSNAME = `k-button`;
4369
- var states4 = [
4409
+ var states5 = [
4370
4410
  States.hover,
4371
4411
  States.focus,
4372
4412
  States.active,
4373
4413
  States.selected,
4374
4414
  States.disabled
4375
4415
  ];
4376
- var options4 = {
4416
+ var options5 = {
4377
4417
  size: [Size.small, Size.medium, Size.large],
4378
4418
  rounded: [Roundness.small, Roundness.medium, Roundness.large, Roundness.full],
4379
4419
  fillMode: [FillMode.solid, FillMode.flat, FillMode.outline, FillMode.clear, FillMode.link],
@@ -4391,7 +4431,7 @@ var options4 = {
4391
4431
  ThemeColor.inverse
4392
4432
  ]
4393
4433
  };
4394
- var defaultProps4 = {
4434
+ var defaultProps5 = {
4395
4435
  size: Size.medium,
4396
4436
  rounded: Roundness.medium,
4397
4437
  fillMode: FillMode.solid,
@@ -4401,10 +4441,10 @@ var defaultProps4 = {
4401
4441
  };
4402
4442
  var Button = (props) => {
4403
4443
  const {
4404
- size = defaultProps4.size,
4405
- rounded = defaultProps4.rounded,
4406
- fillMode = defaultProps4.fillMode,
4407
- themeColor = defaultProps4.themeColor,
4444
+ size = defaultProps5.size,
4445
+ rounded = defaultProps5.rounded,
4446
+ fillMode = defaultProps5.fillMode,
4447
+ themeColor = defaultProps5.themeColor,
4408
4448
  hover,
4409
4449
  focus,
4410
4450
  active,
@@ -4413,13 +4453,13 @@ var Button = (props) => {
4413
4453
  icon,
4414
4454
  text,
4415
4455
  iconClassName,
4416
- showArrow = defaultProps4.showArrow,
4417
- arrowIconName = defaultProps4.arrowIconName,
4456
+ showArrow = defaultProps5.showArrow,
4457
+ arrowIconName = defaultProps5.arrowIconName,
4418
4458
  ...other
4419
4459
  } = props;
4420
4460
  const hasIcon = icon !== void 0;
4421
4461
  const hasChildren = props.children !== void 0;
4422
- return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
4462
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
4423
4463
  "button",
4424
4464
  {
4425
4465
  ...other,
@@ -4444,45 +4484,250 @@ var Button = (props) => {
4444
4484
  }
4445
4485
  ),
4446
4486
  children: [
4447
- icon && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
4487
+ icon && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
4448
4488
  Icon,
4449
4489
  {
4450
4490
  className: classNames(iconClassName, "k-button-icon"),
4451
4491
  icon
4452
4492
  }
4453
4493
  ),
4454
- text ? /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(import_jsx_runtime4.Fragment, { children: [
4455
- text && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "k-button-text", children: text }),
4494
+ text ? /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
4495
+ text && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-button-text", children: text }),
4456
4496
  props.children
4457
- ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "k-button-text", children: props.children }),
4458
- showArrow && /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(Icon, { icon: arrowIconName }) })
4497
+ ] }) : props.children && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-button-text", children: props.children }),
4498
+ showArrow && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("span", { className: "k-menu-button-arrow k-button-arrow", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(Icon, { icon: arrowIconName }) })
4459
4499
  ]
4460
4500
  }
4461
4501
  );
4462
4502
  };
4463
- Button.states = states4;
4464
- Button.options = options4;
4503
+ Button.states = states5;
4504
+ Button.options = options5;
4465
4505
  Button.className = BUTTON_CLASSNAME;
4466
- Button.defaultProps = defaultProps4;
4506
+ Button.defaultProps = defaultProps5;
4467
4507
 
4468
4508
  // src/button/templates/icon-button.tsx
4469
- var import_jsx_runtime5 = require("react/jsx-runtime");
4509
+ var import_jsx_runtime6 = require("react/jsx-runtime");
4470
4510
 
4471
4511
  // src/button/templates/icon-text-button.tsx
4472
- var import_jsx_runtime6 = require("react/jsx-runtime");
4512
+ var import_jsx_runtime7 = require("react/jsx-runtime");
4473
4513
 
4474
4514
  // src/button/templates/text-button.tsx
4475
- var import_jsx_runtime7 = require("react/jsx-runtime");
4515
+ var import_jsx_runtime8 = require("react/jsx-runtime");
4516
+
4517
+ // src/wizard/wizard-step.tsx
4518
+ var import_jsx_runtime9 = require("react/jsx-runtime");
4519
+ var WIZZARDSTEP_CLASSNAME = `k-wizard-step`;
4520
+ var states6 = [
4521
+ States.focus
4522
+ ];
4523
+ var options6 = {};
4524
+ var defaultProps6 = {
4525
+ buttons: /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(import_jsx_runtime9.Fragment, { children: [
4526
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4527
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(Button, { children: "Reset" }),
4528
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4529
+ ] }),
4530
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4531
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(Button, { children: "Previous" }),
4532
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(Button, { themeColor: "primary", children: "Next" })
4533
+ ] })
4534
+ ] })
4535
+ };
4536
+ var WizardStep = (props) => {
4537
+ const {
4538
+ focus,
4539
+ buttons,
4540
+ ...other
4541
+ } = props;
4542
+ return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
4543
+ "div",
4544
+ {
4545
+ ...other,
4546
+ className: classNames(
4547
+ props.className,
4548
+ WIZZARDSTEP_CLASSNAME,
4549
+ stateClassNames(WIZZARDSTEP_CLASSNAME, { focus })
4550
+ ),
4551
+ children: [
4552
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "k-wizard-content", children: props.children }),
4553
+ buttons && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("div", { className: "k-wizard-buttons", children: buttons })
4554
+ ]
4555
+ }
4556
+ );
4557
+ };
4558
+ WizardStep.states = states6;
4559
+ WizardStep.options = options6;
4560
+ WizardStep.className = WIZZARDSTEP_CLASSNAME;
4561
+ WizardStep.defaultProps = defaultProps6;
4562
+
4563
+ // src/wizard/wizard-steps.tsx
4564
+ var import_jsx_runtime10 = require("react/jsx-runtime");
4565
+ var WIZZARDSTEPS_CLASSNAME = `k-wizard-steps`;
4566
+ var states7 = [];
4567
+ var options7 = {};
4568
+ var defaultProps7 = {};
4569
+ var WizardSteps = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
4570
+ "div",
4571
+ {
4572
+ ...props,
4573
+ className: classNames(
4574
+ props.className,
4575
+ WIZZARDSTEPS_CLASSNAME
4576
+ ),
4577
+ children: props.children
4578
+ }
4579
+ );
4580
+ WizardSteps.states = states7;
4581
+ WizardSteps.options = options7;
4582
+ WizardSteps.className = WIZZARDSTEPS_CLASSNAME;
4583
+ WizardSteps.defaultProps = defaultProps7;
4584
+
4585
+ // src/stepper/stepper.spec.tsx
4586
+ var import_jsx_runtime11 = require("react/jsx-runtime");
4587
+ var STEPPER_CLASSNAME = "k-stepper";
4588
+ var states8 = [];
4589
+ var options8 = {};
4590
+ var defaultProps8 = {};
4591
+ var Stepper = (props) => {
4592
+ const {
4593
+ style: style2,
4594
+ ...other
4595
+ } = props;
4596
+ return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
4597
+ "nav",
4598
+ {
4599
+ ...other,
4600
+ style: style2,
4601
+ className: classNames(
4602
+ props.className,
4603
+ STEPPER_CLASSNAME
4604
+ ),
4605
+ children: props.children
4606
+ }
4607
+ );
4608
+ };
4609
+ Stepper.options = options8;
4610
+ Stepper.states = states8;
4611
+ Stepper.className = STEPPER_CLASSNAME;
4612
+ Stepper.defaultProps = defaultProps8;
4613
+
4614
+ // src/stepper/step-list.tsx
4615
+ var import_jsx_runtime12 = require("react/jsx-runtime");
4616
+ var STEPLIST_CLASSNAME = "k-step-list";
4617
+ var states9 = [];
4618
+ var options9 = {};
4619
+ var defaultProps9 = {
4620
+ orientation: "horizontal"
4621
+ };
4622
+ var StepList = (props) => {
4623
+ const {
4624
+ style: style2,
4625
+ orientation = defaultProps9.orientation,
4626
+ ...other
4627
+ } = props;
4628
+ return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
4629
+ "ol",
4630
+ {
4631
+ ...other,
4632
+ style: style2,
4633
+ className: classNames(
4634
+ props.className,
4635
+ STEPLIST_CLASSNAME,
4636
+ {
4637
+ [`${STEPLIST_CLASSNAME}-${orientation}`]: orientation
4638
+ }
4639
+ ),
4640
+ children: props.children
4641
+ }
4642
+ );
4643
+ };
4644
+ StepList.options = options9;
4645
+ StepList.states = states9;
4646
+ StepList.className = STEPLIST_CLASSNAME;
4647
+ StepList.defaultProps = defaultProps9;
4648
+
4649
+ // src/stepper/step.tsx
4650
+ var import_jsx_runtime13 = require("react/jsx-runtime");
4651
+ var STEP_CLASSNAME = "k-step";
4652
+ var states10 = [
4653
+ States.disabled,
4654
+ States.hover,
4655
+ States.focus,
4656
+ States.invalid,
4657
+ States.valid
4658
+ ];
4659
+ var options10 = {};
4660
+ var defaultProps10 = {};
4661
+ var Step = (props) => {
4662
+ const {
4663
+ style: style2,
4664
+ disabled,
4665
+ hover,
4666
+ focus,
4667
+ invalid,
4668
+ valid,
4669
+ optional,
4670
+ first,
4671
+ done,
4672
+ current,
4673
+ last,
4674
+ label,
4675
+ text,
4676
+ icon,
4677
+ stepContent,
4678
+ ...other
4679
+ } = props;
4680
+ const iconName = invalid ? "warning-circle" : "check-circle";
4681
+ const renderValidationIcon = Boolean(valid || invalid);
4682
+ return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
4683
+ "li",
4684
+ {
4685
+ ...other,
4686
+ style: style2,
4687
+ className: classNames(
4688
+ props.className,
4689
+ STEP_CLASSNAME,
4690
+ {
4691
+ [`${STEP_CLASSNAME}-done`]: done,
4692
+ [`${STEP_CLASSNAME}-first`]: first,
4693
+ [`${STEP_CLASSNAME}-current`]: current,
4694
+ [`${STEP_CLASSNAME}-last`]: last,
4695
+ [`${STEP_CLASSNAME}-optional`]: optional,
4696
+ [`${STEP_CLASSNAME}-success`]: valid,
4697
+ [`${STEP_CLASSNAME}-error`]: invalid
4698
+ },
4699
+ stateClassNames(STEP_CLASSNAME, { hover, focus, disabled })
4700
+ ),
4701
+ children: [
4702
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("a", { href: "#", className: "k-step-link", children: [
4703
+ text && !icon && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-step-indicator-text", children: text }) }),
4704
+ icon && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { className: "k-step-indicator-icon", icon }) }),
4705
+ optional && !label && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-step-label", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" }) }),
4706
+ label && /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("span", { className: "k-step-label", children: [
4707
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-step-text", children: label }),
4708
+ renderValidationIcon && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(Icon, { icon: iconName }),
4709
+ optional && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4710
+ ] })
4711
+ ] }),
4712
+ stepContent && /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("div", { className: "k-step-content", style: { height: "140px" }, children: stepContent })
4713
+ ]
4714
+ }
4715
+ );
4716
+ };
4717
+ Step.options = options10;
4718
+ Step.states = states10;
4719
+ Step.className = STEP_CLASSNAME;
4720
+ Step.defaultProps = defaultProps10;
4476
4721
 
4477
4722
  // src/progressbar/progressbar.spec.tsx
4478
- var import_jsx_runtime8 = require("react/jsx-runtime");
4723
+ var import_jsx_runtime14 = require("react/jsx-runtime");
4479
4724
  var PROGRESSBAR_CLASSNAME = `k-progressbar`;
4480
- var states5 = [
4725
+ var states11 = [
4481
4726
  States.disabled,
4482
4727
  States.indeterminate
4483
4728
  ];
4484
- var options5 = {};
4485
- var defaultProps5 = {
4729
+ var options11 = {};
4730
+ var defaultProps11 = {
4486
4731
  indeterminate: false,
4487
4732
  label: true,
4488
4733
  labelPosition: "start",
@@ -4494,16 +4739,16 @@ var ProgressBar = (props) => {
4494
4739
  const {
4495
4740
  disabled,
4496
4741
  height,
4497
- indeterminate = defaultProps5.indeterminate,
4498
- label = defaultProps5.label,
4499
- labelPosition = defaultProps5.labelPosition,
4500
- orientation = defaultProps5.orientation,
4501
- reverse = defaultProps5.reverse,
4502
- value = defaultProps5.value,
4742
+ indeterminate = defaultProps11.indeterminate,
4743
+ label = defaultProps11.label,
4744
+ labelPosition = defaultProps11.labelPosition,
4745
+ orientation = defaultProps11.orientation,
4746
+ reverse = defaultProps11.reverse,
4747
+ value = defaultProps11.value,
4503
4748
  width,
4504
4749
  ...other
4505
4750
  } = props;
4506
- return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
4751
+ return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
4507
4752
  "div",
4508
4753
  {
4509
4754
  ...other,
@@ -4521,21 +4766,21 @@ var ProgressBar = (props) => {
4521
4766
  ),
4522
4767
  style: orientation === "horizontal" ? { "--kendo-progressbar-value": value, height } : { "--kendo-progressbar-value": value, width },
4523
4768
  children: [
4524
- /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: classNames(
4769
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: classNames(
4525
4770
  "k-progress-status-wrap",
4526
4771
  {
4527
4772
  [`k-progress-${labelPosition}`]: labelPosition && !indeterminate
4528
4773
  }
4529
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("span", { className: "k-progress-status", children: [
4774
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("span", { className: "k-progress-status", children: [
4530
4775
  value,
4531
4776
  "%"
4532
4777
  ] }) }),
4533
- !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: classNames(
4778
+ !indeterminate && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "k-progressbar-value k-selected", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("span", { className: classNames(
4534
4779
  "k-progress-status-wrap",
4535
4780
  {
4536
4781
  [`k-progress-${labelPosition}`]: labelPosition
4537
4782
  }
4538
- ), children: label && /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("span", { className: "k-progress-status", children: [
4783
+ ), children: label && /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("span", { className: "k-progress-status", children: [
4539
4784
  props.value,
4540
4785
  "%"
4541
4786
  ] }) }) })
@@ -4543,22 +4788,22 @@ var ProgressBar = (props) => {
4543
4788
  }
4544
4789
  );
4545
4790
  };
4546
- ProgressBar.states = states5;
4547
- ProgressBar.options = options5;
4791
+ ProgressBar.states = states11;
4792
+ ProgressBar.options = options11;
4548
4793
  ProgressBar.className = PROGRESSBAR_CLASSNAME;
4549
- ProgressBar.defaultProps = defaultProps5;
4794
+ ProgressBar.defaultProps = defaultProps11;
4550
4795
  var progressbar_spec_default = ProgressBar;
4551
4796
 
4552
4797
  // src/progressbar/chunk-progressbar.spec.tsx
4553
- var import_jsx_runtime9 = require("react/jsx-runtime");
4798
+ var import_jsx_runtime15 = require("react/jsx-runtime");
4554
4799
  var CHUNKPROGRESSBAR_CLASSNAME = `k-chunk-progressbar`;
4555
4800
  var isSelected = (progress, index) => index <= progress - 1 ? true : false;
4556
- var states6 = [
4801
+ var states12 = [
4557
4802
  States.disabled,
4558
4803
  States.indeterminate
4559
4804
  ];
4560
- var options6 = {};
4561
- var defaultProps6 = {
4805
+ var options12 = {};
4806
+ var defaultProps12 = {
4562
4807
  chunkCount: 5,
4563
4808
  orientation: "horizontal",
4564
4809
  progress: 0
@@ -4566,14 +4811,14 @@ var defaultProps6 = {
4566
4811
  var ChunkProgressBar = (props) => {
4567
4812
  const {
4568
4813
  disabled,
4569
- chunkCount = defaultProps6.chunkCount,
4814
+ chunkCount = defaultProps12.chunkCount,
4570
4815
  indeterminate,
4571
- orientation = defaultProps6.orientation,
4572
- progress = defaultProps6.progress,
4816
+ orientation = defaultProps12.orientation,
4817
+ progress = defaultProps12.progress,
4573
4818
  reverse,
4574
4819
  ...other
4575
4820
  } = props;
4576
- return /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
4821
+ return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
4577
4822
  "div",
4578
4823
  {
4579
4824
  ...other,
@@ -4590,8 +4835,8 @@ var ChunkProgressBar = (props) => {
4590
4835
  [`${PROGRESSBAR_CLASSNAME}-reverse`]: reverse
4591
4836
  }
4592
4837
  ),
4593
- children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
4594
- (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("li", { className: classNames(
4838
+ children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("ul", { className: "k-progressbar-chunks k-reset", children: [...Array(chunkCount)].map(
4839
+ (_el, i) => /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("li", { className: classNames(
4595
4840
  "k-progressbar-chunk",
4596
4841
  {
4597
4842
  "k-first": i === 0,
@@ -4603,20 +4848,59 @@ var ChunkProgressBar = (props) => {
4603
4848
  }
4604
4849
  );
4605
4850
  };
4606
- ChunkProgressBar.states = states6;
4607
- ChunkProgressBar.options = options6;
4851
+ ChunkProgressBar.states = states12;
4852
+ ChunkProgressBar.options = options12;
4608
4853
  ChunkProgressBar.className = CHUNKPROGRESSBAR_CLASSNAME;
4609
- ChunkProgressBar.defaultProps = defaultProps6;
4854
+ ChunkProgressBar.defaultProps = defaultProps12;
4610
4855
 
4611
4856
  // src/progressbar/templates/progressbar-normal.tsx
4612
- var import_jsx_runtime10 = require("react/jsx-runtime");
4613
- var ProgressBarNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(progressbar_spec_default, { ...props });
4857
+ var import_jsx_runtime16 = require("react/jsx-runtime");
4858
+ var ProgressBarNormal = (props) => /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(progressbar_spec_default, { ...props });
4614
4859
 
4615
4860
  // src/progressbar/templates/chunk-progressbar-normal.tsx
4616
- var import_jsx_runtime11 = require("react/jsx-runtime");
4861
+ var import_jsx_runtime17 = require("react/jsx-runtime");
4862
+
4863
+ // src/stepper/templates/stepper-normal.tsx
4864
+ var import_jsx_runtime18 = require("react/jsx-runtime");
4865
+
4866
+ // src/stepper/templates/stepper-vertical.tsx
4867
+ var import_jsx_runtime19 = require("react/jsx-runtime");
4868
+ var StepperVertical = ({ gridTemplateRows = "repeat(3, 1fr)", ...other }) => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4869
+ Stepper,
4870
+ {
4871
+ style: { display: "grid", gridTemplateRows },
4872
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
4873
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(StepList, { orientation: "vertical", style: { gridRowStart: "1", gridRowEnd: "-1" }, children: [
4874
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Step, { first: true, done: true, icon: "check", style: { maxHeight: "33.333%" } }),
4875
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Step, { current: true, focus: true, text: "2", style: { maxHeight: "33.333%" } }),
4876
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Step, { last: true, optional: true, text: "3", style: { maxHeight: "33.333%" } })
4877
+ ] }),
4878
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(ProgressBarNormal, { orientation: "vertical", reverse: true, label: false, value: "50" })
4879
+ ] }),
4880
+ ...other
4881
+ }
4882
+ );
4883
+
4884
+ // src/wizard/templates/wizard-normal.tsx
4885
+ var import_jsx_runtime20 = require("react/jsx-runtime");
4886
+
4887
+ // src/wizard/templates/wizard-vertical.tsx
4888
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4889
+ var WizardVertical = ({ ...other }) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4890
+ Wizard,
4891
+ {
4892
+ id: "wizard",
4893
+ orientation: "vertical",
4894
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_jsx_runtime21.Fragment, { children: [
4895
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(StepperVertical, {}),
4896
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(WizardSteps, { children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(WizardStep, { children: "Short content" }) })
4897
+ ] }),
4898
+ ...other
4899
+ }
4900
+ );
4617
4901
 
4618
4902
  // src/wizard/tests/wizard-vertical.tsx
4619
- var import_jsx_runtime12 = require("react/jsx-runtime");
4903
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4620
4904
  var style = `
4621
4905
  .wrapper {
4622
4906
  border: 1px solid #6c757d4f;
@@ -4633,371 +4917,55 @@ var style = `
4633
4917
  top: 17px;
4634
4918
  }
4635
4919
  `;
4636
- var stepperStyle = {
4637
- display: "grid",
4638
- gridTemplateRows: "repeat(3, 1fr)"
4639
- };
4640
- var stepListStyle = {
4641
- gridRowStart: "1",
4642
- gridRowEnd: "-1"
4643
- };
4644
- var wizard_vertical_default = () => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_jsx_runtime12.Fragment, { children: [
4645
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("style", { children: style }),
4646
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
4647
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { children: [
4648
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "wrapper", children: [
4649
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Vertical wizard; Content is placed to the right (Default)" }),
4650
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "wizard", className: "k-widget k-wizard k-wizard-vertical k-wizard-right", children: [
4651
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("nav", { className: "k-stepper k-widget", style: stepperStyle, children: [
4652
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("ol", { className: "k-step-list k-step-list-vertical", style: stepListStyle, children: [
4653
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-first k-step-done k-step-success", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4654
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "1" }) }),
4655
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4656
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Account Info with too long text" }),
4657
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "check" })
4658
- ] })
4659
- ] }) }),
4660
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-current k-focus k-step-error", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4661
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4662
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4663
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Personal Info" }),
4664
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-validation-icon", icon: "exclamation-circle" })
4665
- ] })
4666
- ] }) }),
4667
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-last k-step-optional", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", style: { maxHeight: "33.333%" }, children: [
4668
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4669
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4670
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Payment Details" }),
4671
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4672
- ] })
4673
- ] }) })
4674
- ] }),
4675
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ProgressBarNormal, { orientation: "vertical", label: false, reverse: true, value: "50" })
4676
- ] }),
4677
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-steps", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-step k-focus", children: [
4678
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-content", children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged." }),
4679
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-buttons", children: [
4680
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4681
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Reset" }),
4682
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4683
- ] }),
4684
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4685
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Previous" }),
4686
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { themeColor: "primary", children: "Next" })
4687
- ] })
4688
- ] })
4689
- ] }) })
4920
+ var wizard_vertical_default = () => /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
4921
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("style", { children: style }),
4922
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { id: "test-area", className: "k-d-grid k-grid-cols-2", children: [
4923
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("section", { children: [
4924
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "wrapper", children: [
4925
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { children: "Vertical wizard; Content is placed to the right (Default)" }),
4926
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(WizardVertical, { children: [
4927
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(StepperVertical, {}),
4928
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardSteps, { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardStep, { focus: true, children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged." }) })
4690
4929
  ] })
4691
4930
  ] }),
4692
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "wrapper", children: [
4693
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Small height set" }),
4694
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "wizard", style: { height: "350px" }, className: "k-widget k-wizard k-wizard-vertical k-wizard-right", children: [
4695
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("nav", { className: "k-stepper k-widget", style: stepperStyle, children: [
4696
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("ol", { className: "k-step-list k-step-list-vertical", style: stepListStyle, children: [
4697
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-first k-step-done k-step-success", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4698
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "1" }) }),
4699
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4700
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Account Info with too long text" }),
4701
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "check" })
4702
- ] })
4703
- ] }) }),
4704
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-current k-focus k-step-error", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4705
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4706
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4707
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Personal Info" }),
4708
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-validation-icon", icon: "exclamation-circle" })
4709
- ] })
4710
- ] }) }),
4711
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-last k-step-optional", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", style: { maxHeight: "33.333%" }, children: [
4712
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4713
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4714
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Payment Details" }),
4715
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4716
- ] })
4717
- ] }) })
4718
- ] }),
4719
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ProgressBarNormal, { orientation: "vertical", label: false, reverse: true, value: "50" })
4720
- ] }),
4721
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-steps", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-step", children: [
4722
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-content", children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged." }),
4723
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-buttons", children: [
4724
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4725
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Reset" }),
4726
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4727
- ] }),
4728
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4729
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Previous" }),
4730
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { themeColor: "primary", children: "Next" })
4731
- ] })
4732
- ] })
4733
- ] }) })
4931
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "wrapper", children: [
4932
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { children: "Small height set" }),
4933
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(WizardVertical, { style: { height: "200px" }, children: [
4934
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(StepperVertical, {}),
4935
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardSteps, { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardStep, { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged." }) })
4734
4936
  ] })
4735
4937
  ] }),
4736
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "wrapper", children: [
4737
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Short content" }),
4738
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "wizard", className: "k-widget k-wizard k-wizard-vertical k-wizard-right", children: [
4739
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("nav", { className: "k-stepper k-widget", style: stepperStyle, children: [
4740
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("ol", { className: "k-step-list k-step-list-vertical", style: stepListStyle, children: [
4741
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-first k-step-done k-step-success", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4742
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "1" }) }),
4743
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4744
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Account Info with too long text" }),
4745
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "check" })
4746
- ] })
4747
- ] }) }),
4748
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-current k-focus k-step-error", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4749
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4750
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4751
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Personal Info" }),
4752
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-validation-icon", icon: "exclamation-circle" })
4753
- ] })
4754
- ] }) }),
4755
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-last k-step-optional", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4756
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4757
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4758
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Payment Details" }),
4759
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4760
- ] })
4761
- ] }) })
4762
- ] }),
4763
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ProgressBarNormal, { orientation: "vertical", label: false, reverse: true, value: "50" })
4764
- ] }),
4765
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-steps", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-step", children: [
4766
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-content", children: "Short content" }),
4767
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-buttons", children: [
4768
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4769
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Reset" }),
4770
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4771
- ] }),
4772
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4773
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Previous" }),
4774
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { themeColor: "primary", children: "Next" })
4775
- ] })
4776
- ] })
4777
- ] }) })
4778
- ] })
4938
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "wrapper", children: [
4939
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { children: "Short content" }),
4940
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardVertical, {})
4779
4941
  ] }),
4780
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "wrapper", children: [
4781
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Short content; Big height set" }),
4782
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "wizard", style: { height: "300px" }, className: "k-widget k-wizard k-wizard-vertical k-wizard-right", children: [
4783
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("nav", { className: "k-stepper k-widget", style: stepperStyle, children: [
4784
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("ol", { className: "k-step-list k-step-list-vertical", style: stepListStyle, children: [
4785
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-first k-step-done k-step-success", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4786
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "1" }) }),
4787
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4788
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Account Info with too long text" }),
4789
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "check" })
4790
- ] })
4791
- ] }) }),
4792
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-current k-focus k-step-error", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4793
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4794
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4795
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Personal Info" }),
4796
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-validation-icon", icon: "exclamation-circle" })
4797
- ] })
4798
- ] }) }),
4799
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-last k-step-optional", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4800
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4801
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4802
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Payment Details" }),
4803
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4804
- ] })
4805
- ] }) })
4806
- ] }),
4807
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ProgressBarNormal, { orientation: "vertical", label: false, reverse: true, value: "50" })
4808
- ] }),
4809
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-steps", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-step", children: [
4810
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-content", children: "Short content" }),
4811
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-buttons", children: [
4812
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4813
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Reset" }),
4814
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4815
- ] }),
4816
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4817
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Previous" }),
4818
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { themeColor: "primary", children: "Next" })
4819
- ] })
4820
- ] })
4821
- ] }) })
4822
- ] })
4942
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "wrapper", children: [
4943
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { children: "Short content; Big height set" }),
4944
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardVertical, { style: { height: "280px" } })
4823
4945
  ] })
4824
4946
  ] }),
4825
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("section", { children: [
4826
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "wrapper", children: [
4827
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Vertical wizard; Content is placed to the left" }),
4828
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "wizard", className: "k-widget k-wizard k-wizard-vertical k-wizard-left", children: [
4829
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("nav", { className: "k-stepper k-widget", style: stepperStyle, children: [
4830
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("ol", { className: "k-step-list k-step-list-vertical", style: stepListStyle, children: [
4831
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-first k-step-done k-step-success", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4832
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "1" }) }),
4833
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4834
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Account Info with too long text" }),
4835
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "check" })
4836
- ] })
4837
- ] }) }),
4838
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-current k-focus k-step-error", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4839
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4840
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4841
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Personal Info" }),
4842
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-validation-icon", icon: "exclamation-circle" })
4843
- ] })
4844
- ] }) }),
4845
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-last k-step-optional", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4846
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4847
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4848
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Payment Details" }),
4849
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4850
- ] })
4851
- ] }) })
4852
- ] }),
4853
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ProgressBarNormal, { orientation: "vertical", label: false, reverse: true, value: "50" })
4854
- ] }),
4855
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-steps", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-step", children: [
4856
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-content", children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged." }),
4857
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-buttons", children: [
4858
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4859
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Reset" }),
4860
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4861
- ] }),
4862
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4863
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Previous" }),
4864
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { themeColor: "primary", children: "Next" })
4865
- ] })
4866
- ] })
4867
- ] }) })
4947
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("section", { children: [
4948
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "wrapper", children: [
4949
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { children: "Vertical wizard; Content is placed to the left" }),
4950
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(WizardVertical, { contentPosition: "left", children: [
4951
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(StepperVertical, {}),
4952
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardSteps, { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardStep, { focus: true, children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged." }) })
4868
4953
  ] })
4869
4954
  ] }),
4870
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "wrapper", children: [
4871
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Small height set" }),
4872
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "wizard", style: { height: "350px" }, className: "k-widget k-wizard k-wizard-vertical k-wizard-left", children: [
4873
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("nav", { className: "k-stepper k-widget", style: stepperStyle, children: [
4874
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("ol", { className: "k-step-list k-step-list-vertical", style: stepListStyle, children: [
4875
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-first k-step-done k-step-success", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4876
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "1" }) }),
4877
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4878
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Account Info with too long text" }),
4879
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "check" })
4880
- ] })
4881
- ] }) }),
4882
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-current k-focus k-step-error", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4883
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4884
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4885
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Personal Info" }),
4886
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-validation-icon", icon: "exclamation-circle" })
4887
- ] })
4888
- ] }) }),
4889
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-last k-step-optional", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4890
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4891
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4892
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Payment Details" }),
4893
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4894
- ] })
4895
- ] }) })
4896
- ] }),
4897
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ProgressBarNormal, { orientation: "vertical", label: false, reverse: true, value: "50" })
4898
- ] }),
4899
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-steps", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-step", children: [
4900
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-content", children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged." }),
4901
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-buttons", children: [
4902
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4903
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Reset" }),
4904
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4905
- ] }),
4906
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4907
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Previous" }),
4908
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { themeColor: "primary", children: "Next" })
4909
- ] })
4910
- ] })
4911
- ] }) })
4955
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "wrapper", children: [
4956
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { children: "Small height set" }),
4957
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(WizardVertical, { contentPosition: "left", style: { height: "200px" }, children: [
4958
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(StepperVertical, {}),
4959
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardSteps, { children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardStep, { children: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged." }) })
4912
4960
  ] })
4913
4961
  ] }),
4914
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "wrapper", children: [
4915
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Short content" }),
4916
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "wizard", className: "k-widget k-wizard k-wizard-vertical k-wizard-left", children: [
4917
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("nav", { className: "k-stepper k-widget", style: stepperStyle, children: [
4918
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("ol", { className: "k-step-list k-step-list-vertical", style: stepListStyle, children: [
4919
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-first k-step-done k-step-success", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4920
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "1" }) }),
4921
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4922
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Account Info with too long text" }),
4923
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "check" })
4924
- ] })
4925
- ] }) }),
4926
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-current k-focus k-step-error", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4927
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4928
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4929
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Personal Info" }),
4930
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-validation-icon", icon: "exclamation-circle" })
4931
- ] })
4932
- ] }) }),
4933
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-last k-step-optional", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4934
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4935
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4936
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Payment Details" }),
4937
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4938
- ] })
4939
- ] }) })
4940
- ] }),
4941
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ProgressBarNormal, { orientation: "vertical", label: false, reverse: true, value: "50" })
4942
- ] }),
4943
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-steps", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-step", children: [
4944
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-content", children: "Short content" }),
4945
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-buttons", children: [
4946
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4947
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Reset" }),
4948
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4949
- ] }),
4950
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4951
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Previous" }),
4952
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { themeColor: "primary", children: "Next" })
4953
- ] })
4954
- ] })
4955
- ] }) })
4956
- ] })
4962
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "wrapper", children: [
4963
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { children: "Short content" }),
4964
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardVertical, { contentPosition: "left" })
4957
4965
  ] }),
4958
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "wrapper", children: [
4959
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { children: "Short content; Big height set" }),
4960
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { id: "wizard", style: { height: "300px" }, className: "k-widget k-wizard k-wizard-vertical k-wizard-left", children: [
4961
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("nav", { className: "k-stepper k-widget", style: stepperStyle, children: [
4962
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("ol", { className: "k-step-list k-step-list-vertical", style: stepListStyle, children: [
4963
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-first k-step-done k-step-success", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4964
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "1" }) }),
4965
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4966
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Account Info with too long text" }),
4967
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { icon: "check" })
4968
- ] })
4969
- ] }) }),
4970
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-current k-focus k-step-error", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4971
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "2" }) }),
4972
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4973
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Personal Info" }),
4974
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Icon, { className: "k-validation-icon", icon: "exclamation-circle" })
4975
- ] })
4976
- ] }) }),
4977
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("li", { className: "k-step k-step-last k-step-optional", style: { maxHeight: "33.333%" }, children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("a", { href: "#", className: "k-step-link", children: [
4978
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-indicator-text", children: "3" }) }),
4979
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-step-label", children: [
4980
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-text", children: "Payment Details" }),
4981
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-step-label-optional", children: "(Optional)" })
4982
- ] })
4983
- ] }) })
4984
- ] }),
4985
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(ProgressBarNormal, { orientation: "vertical", label: false, reverse: true, value: "50" })
4986
- ] }),
4987
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-steps", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-step", children: [
4988
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "k-wizard-content", children: "Short content" }),
4989
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "k-wizard-buttons", children: [
4990
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-left", children: [
4991
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Reset" }),
4992
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("span", { className: "k-wizard-pager", children: "Step 1 of 2" })
4993
- ] }),
4994
- /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("span", { className: "k-wizard-buttons-right", children: [
4995
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { children: "Previous" }),
4996
- /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Button, { themeColor: "primary", children: "Next" })
4997
- ] })
4998
- ] })
4999
- ] }) })
5000
- ] })
4966
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "wrapper", children: [
4967
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { children: "Short content; Big height set" }),
4968
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(WizardVertical, { contentPosition: "left", style: { height: "280px" } })
5001
4969
  ] })
5002
4970
  ] })
5003
4971
  ] })