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