@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.
- package/dist/cjs/autocomplete/tests/autocomplete-prefix-suffix.js +1416 -910
- package/dist/cjs/combobox/tests/combobox-prefix-suffix.js +1416 -910
- package/dist/cjs/filemanager/file-info.js +1238 -1239
- package/dist/cjs/filemanager/filemanager-toolbar.spec.js +1 -1
- package/dist/cjs/filemanager/filemanager.spec.js +3481 -2163
- package/dist/cjs/filemanager/templates/filemanager-grid-preview.js +1238 -1239
- package/dist/cjs/filemanager/templates/filemanager-grid.js +1238 -1239
- package/dist/cjs/filemanager/templates/filemanager-normal.js +1238 -1239
- package/dist/cjs/filemanager/templates/filemanager-preview.js +1238 -1239
- package/dist/cjs/filemanager/tests/filemanager-contextmenu.js +1238 -1239
- package/dist/cjs/filemanager/tests/filemanager-drag-hint.js +1238 -1239
- package/dist/cjs/filemanager/tests/filemanager-gridview-preview.js +2540 -2034
- package/dist/cjs/filemanager/tests/filemanager-gridview.js +1238 -1239
- package/dist/cjs/filemanager/tests/filemanager-listview-preview.js +2494 -1988
- package/dist/cjs/filemanager/tests/filemanager-listview.js +1238 -1239
- package/dist/cjs/form/tests/form-field-dropdowns.js +1373 -909
- package/dist/cjs/grid/tests/grid-editing-custom-editor.js +1504 -998
- package/dist/cjs/index.js +3002 -2407
- package/dist/cjs/multiselect/templates/multiselect-prefix.js +1391 -885
- package/dist/cjs/multiselect/templates/multiselect-suffix.js +1391 -885
- package/dist/cjs/multiselect/tests/multiselect-adaptive.js +1397 -891
- package/dist/cjs/multiselect/tests/multiselect-flat.js +1421 -915
- package/dist/cjs/multiselect/tests/multiselect-grouping.js +1397 -891
- package/dist/cjs/multiselect/tests/multiselect-opened.js +1399 -893
- package/dist/cjs/multiselect/tests/multiselect-outline.js +1421 -915
- package/dist/cjs/multiselect/tests/multiselect-prefix-suffix.js +1428 -922
- package/dist/cjs/multiselect/tests/multiselect-size-rounded.js +1400 -894
- package/dist/cjs/multiselect/tests/multiselect-solid.js +1421 -915
- package/dist/cjs/scheduler/tests/scheduler-edit-dialog.js +1388 -924
- package/dist/cjs/scheduler/tests/scheduler-editing-weekly.js +1402 -938
- package/dist/cjs/stepper/index.js +4669 -0
- package/dist/cjs/stepper/step-list.js +68 -0
- package/dist/cjs/stepper/step.js +4426 -0
- package/dist/cjs/stepper/stepper.spec.js +62 -0
- package/dist/cjs/stepper/templates/stepper-normal.js +4650 -0
- package/dist/cjs/stepper/templates/stepper-vertical.js +4650 -0
- package/dist/cjs/stepper/tests/stepper-horizontal-rtl.js +262 -150
- package/dist/cjs/stepper/tests/stepper-states.js +247 -228
- package/dist/cjs/stepper/tests/stepper-vertical-rtl.js +255 -122
- package/dist/cjs/stepper/tests/stepper-vertical.js +369 -238
- package/dist/cjs/stepper/tests/stepper.js +275 -187
- package/dist/cjs/taskboard/taskboard-card.js +4675 -0
- package/dist/cjs/taskboard/taskboard-column.js +4524 -0
- package/dist/cjs/taskboard/taskboard-pane.js +17117 -0
- package/dist/cjs/taskboard/taskboard-toolbar.js +7892 -0
- package/dist/cjs/taskboard/taskboard.spec.js +17117 -0
- package/dist/cjs/taskboard/templates/taskboard-normal.js +17168 -0
- package/dist/cjs/taskboard/tests/taskboard-card.js +12075 -3113
- package/dist/cjs/taskboard/tests/taskboard-column.js +12575 -742
- package/dist/cjs/taskboard/tests/taskboard-pane.js +10350 -1770
- package/dist/cjs/taskboard/tests/taskboard-resources.js +12673 -323
- package/dist/cjs/taskboard/tests/taskboard-rtl.js +10165 -1191
- package/dist/cjs/taskboard/tests/taskboard.js +10165 -1182
- package/dist/cjs/wizard/templates/wizard-normal.js +4899 -0
- package/dist/cjs/wizard/templates/wizard-vertical.js +4900 -0
- package/dist/cjs/wizard/tests/wizard-horizontal.js +394 -321
- package/dist/cjs/wizard/tests/wizard-vertical.js +413 -445
- package/dist/cjs/wizard/wizard-step.js +4524 -0
- package/dist/cjs/wizard/wizard-steps.js +56 -0
- package/dist/cjs/wizard/wizard.spec.js +110 -0
- package/dist/esm/autocomplete/tests/autocomplete-prefix-suffix.js +1416 -910
- package/dist/esm/combobox/tests/combobox-prefix-suffix.js +1416 -910
- package/dist/esm/filemanager/file-info.js +1240 -1241
- package/dist/esm/filemanager/filemanager-toolbar.spec.js +1 -1
- package/dist/esm/filemanager/filemanager.spec.js +2923 -1605
- package/dist/esm/filemanager/templates/filemanager-grid-preview.js +1240 -1241
- package/dist/esm/filemanager/templates/filemanager-grid.js +1240 -1241
- package/dist/esm/filemanager/templates/filemanager-normal.js +1240 -1241
- package/dist/esm/filemanager/templates/filemanager-preview.js +1240 -1241
- package/dist/esm/filemanager/tests/filemanager-contextmenu.js +1240 -1241
- package/dist/esm/filemanager/tests/filemanager-drag-hint.js +1240 -1241
- package/dist/esm/filemanager/tests/filemanager-gridview-preview.js +2560 -2054
- package/dist/esm/filemanager/tests/filemanager-gridview.js +1240 -1241
- package/dist/esm/filemanager/tests/filemanager-listview-preview.js +2514 -2008
- package/dist/esm/filemanager/tests/filemanager-listview.js +1240 -1241
- package/dist/esm/form/tests/form-field-dropdowns.js +1373 -909
- package/dist/esm/grid/tests/grid-editing-custom-editor.js +1504 -998
- package/dist/esm/index.js +2988 -2393
- package/dist/esm/multiselect/templates/multiselect-prefix.js +1391 -885
- package/dist/esm/multiselect/templates/multiselect-suffix.js +1391 -885
- package/dist/esm/multiselect/tests/multiselect-adaptive.js +1397 -891
- package/dist/esm/multiselect/tests/multiselect-flat.js +1421 -915
- package/dist/esm/multiselect/tests/multiselect-grouping.js +1397 -891
- package/dist/esm/multiselect/tests/multiselect-opened.js +1399 -893
- package/dist/esm/multiselect/tests/multiselect-outline.js +1421 -915
- package/dist/esm/multiselect/tests/multiselect-prefix-suffix.js +1428 -922
- package/dist/esm/multiselect/tests/multiselect-size-rounded.js +1400 -894
- package/dist/esm/multiselect/tests/multiselect-solid.js +1421 -915
- package/dist/esm/scheduler/tests/scheduler-edit-dialog.js +1388 -924
- package/dist/esm/scheduler/tests/scheduler-editing-weekly.js +1402 -938
- package/dist/esm/stepper/index.js +4653 -0
- package/dist/esm/stepper/step-list.js +46 -0
- package/dist/esm/stepper/step.js +4410 -0
- package/dist/esm/stepper/stepper.spec.js +40 -0
- package/dist/esm/stepper/templates/stepper-normal.js +4634 -0
- package/dist/esm/stepper/templates/stepper-vertical.js +4634 -0
- package/dist/esm/stepper/tests/stepper-horizontal-rtl.js +262 -150
- package/dist/esm/stepper/tests/stepper-states.js +247 -228
- package/dist/esm/stepper/tests/stepper-vertical-rtl.js +255 -122
- package/dist/esm/stepper/tests/stepper-vertical.js +366 -235
- package/dist/esm/stepper/tests/stepper.js +275 -187
- package/dist/esm/taskboard/taskboard-card.js +4659 -0
- package/dist/esm/taskboard/taskboard-column.js +4508 -0
- package/dist/esm/taskboard/taskboard-pane.js +17091 -0
- package/dist/esm/taskboard/taskboard-toolbar.js +7876 -0
- package/dist/esm/taskboard/taskboard.spec.js +17091 -0
- package/dist/esm/taskboard/templates/taskboard-normal.js +17142 -0
- package/dist/esm/taskboard/tests/taskboard-card.js +11799 -2847
- package/dist/esm/taskboard/tests/taskboard-column.js +12548 -725
- package/dist/esm/taskboard/tests/taskboard-pane.js +10334 -1764
- package/dist/esm/taskboard/tests/taskboard-resources.js +12665 -325
- package/dist/esm/taskboard/tests/taskboard-rtl.js +10170 -1206
- package/dist/esm/taskboard/tests/taskboard.js +10170 -1197
- package/dist/esm/wizard/templates/wizard-normal.js +4883 -0
- package/dist/esm/wizard/templates/wizard-vertical.js +4884 -0
- package/dist/esm/wizard/tests/wizard-horizontal.js +392 -319
- package/dist/esm/wizard/tests/wizard-vertical.js +411 -443
- package/dist/esm/wizard/wizard-step.js +4508 -0
- package/dist/esm/wizard/wizard-steps.js +34 -0
- package/dist/esm/wizard/wizard.spec.js +88 -0
- package/dist/types/filemanager/index.d.ts +1 -1
- package/dist/types/index.d.ts +3 -0
- package/dist/types/stepper/index.d.ts +5 -0
- package/dist/types/stepper/step-list.d.ts +15 -0
- package/dist/types/stepper/step.d.ts +25 -0
- package/dist/types/stepper/stepper.spec.d.ts +13 -0
- package/dist/types/stepper/templates/stepper-normal.d.ts +1 -0
- package/dist/types/stepper/templates/stepper-vertical.d.ts +1 -0
- package/dist/types/taskboard/index.d.ts +6 -0
- package/dist/types/taskboard/taskboard-card.d.ts +13 -0
- package/dist/types/taskboard/taskboard-column.d.ts +20 -0
- package/dist/types/taskboard/taskboard-pane.d.ts +19 -0
- package/dist/types/taskboard/taskboard-toolbar.d.ts +10 -0
- package/dist/types/taskboard/taskboard.spec.d.ts +23 -0
- package/dist/types/taskboard/templates/taskboard-normal.d.ts +1 -0
- package/dist/types/wizard/index.d.ts +5 -0
- package/dist/types/wizard/templates/wizard-normal.d.ts +1 -0
- package/dist/types/wizard/templates/wizard-vertical.d.ts +1 -0
- package/dist/types/wizard/wizard-step.d.ts +19 -0
- package/dist/types/wizard/wizard-steps.d.ts +9 -0
- package/dist/types/wizard/wizard.spec.d.ts +20 -0
- package/package.json +2 -2
- package/src/filemanager/filemanager-toolbar.spec.tsx +1 -1
- package/src/filemanager/filemanager.spec.tsx +2 -2
- package/src/filemanager/index.ts +1 -1
- package/src/index.ts +3 -3
- package/src/stepper/index.tsx +5 -0
- package/src/stepper/step-list.tsx +49 -0
- package/src/stepper/step.tsx +129 -0
- package/src/stepper/stepper.spec.tsx +42 -0
- package/src/stepper/templates/stepper-normal.tsx +19 -0
- package/src/stepper/templates/stepper-vertical.tsx +19 -0
- package/src/stepper/tests/stepper-horizontal-rtl.tsx +30 -156
- package/src/stepper/tests/stepper-states.tsx +31 -411
- package/src/stepper/tests/stepper-vertical-rtl.tsx +28 -120
- package/src/stepper/tests/stepper-vertical.tsx +41 -157
- package/src/stepper/tests/stepper.tsx +42 -241
- package/src/taskboard/index.ts +6 -0
- package/src/taskboard/taskboard-card.tsx +48 -0
- package/src/taskboard/taskboard-column.tsx +70 -0
- package/src/taskboard/taskboard-pane.tsx +68 -0
- package/src/taskboard/taskboard-toolbar.tsx +39 -0
- package/src/taskboard/taskboard.spec.tsx +94 -0
- package/src/taskboard/templates/taskboard-normal.tsx +70 -0
- package/src/taskboard/tests/taskboard-card.tsx +55 -130
- package/src/taskboard/tests/taskboard-column.tsx +93 -164
- package/src/taskboard/tests/taskboard-pane.tsx +3 -235
- package/src/taskboard/tests/taskboard-resources.tsx +22 -42
- package/src/taskboard/tests/taskboard-rtl.tsx +3 -126
- package/src/taskboard/tests/taskboard.tsx +2 -116
- package/src/wizard/index.ts +5 -0
- package/src/wizard/templates/wizard-normal.tsx +19 -0
- package/src/wizard/templates/wizard-vertical.tsx +20 -0
- package/src/wizard/tests/wizard-horizontal.tsx +20 -304
- package/src/wizard/tests/wizard-vertical.tsx +38 -472
- package/src/wizard/wizard-step.tsx +69 -0
- package/src/wizard/wizard-steps.tsx +29 -0
- package/src/wizard/wizard.spec.tsx +55 -0
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
import { Button } from '../../button';
|
|
4
|
-
import { ProgressBarNormal } from '../../progressbar';
|
|
1
|
+
import { WizardNormal, WizardStep, WizardSteps } from '..';
|
|
2
|
+
import { StepperNormal } from '../../stepper';
|
|
5
3
|
|
|
6
4
|
|
|
7
5
|
const style = `
|
|
@@ -19,16 +17,6 @@ const style = `
|
|
|
19
17
|
}
|
|
20
18
|
`;
|
|
21
19
|
|
|
22
|
-
const stepperStyle = {
|
|
23
|
-
display: "grid",
|
|
24
|
-
gridTemplateColumns: "repeat(6, 1fr)"
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
const stepListStyle = {
|
|
28
|
-
gridColumnStart: "1",
|
|
29
|
-
gridColumnEnd: "-1",
|
|
30
|
-
};
|
|
31
|
-
|
|
32
20
|
|
|
33
21
|
export default () =>(
|
|
34
22
|
<>
|
|
@@ -36,308 +24,36 @@ export default () =>(
|
|
|
36
24
|
<div id="test-area" className="k-d-grid">
|
|
37
25
|
<section>
|
|
38
26
|
<p>Horizontal wizard, Content is rendered below the Stepper</p>
|
|
39
|
-
<
|
|
40
|
-
<
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
<span className="k-step-label">
|
|
48
|
-
<span className="k-step-text">Account Info with too long label</span>
|
|
49
|
-
<Icon icon="check"></Icon>
|
|
50
|
-
</span>
|
|
51
|
-
</a>
|
|
52
|
-
</li>
|
|
53
|
-
<li className="k-step k-step-current k-focus k-step-error" style={{ maxHeight: "33.333%" }}>
|
|
54
|
-
<a href="#" className="k-step-link">
|
|
55
|
-
<span className="k-step-indicator">
|
|
56
|
-
<span className="k-step-indicator-text">2</span>
|
|
57
|
-
</span>
|
|
58
|
-
<span className="k-step-label">
|
|
59
|
-
<span className="k-step-text">Personal Info</span>
|
|
60
|
-
<Icon className="k-validation-icon" icon="exclamation-circle"></Icon>
|
|
61
|
-
</span>
|
|
62
|
-
</a>
|
|
63
|
-
</li>
|
|
64
|
-
<li className="k-step k-step-last k-step-optional" style={{ maxHeight: "33.333%" }}>
|
|
65
|
-
<a href="#" className="k-step-link">
|
|
66
|
-
<span className="k-step-indicator">
|
|
67
|
-
<span className="k-step-indicator-text">3</span>
|
|
68
|
-
</span>
|
|
69
|
-
<span className="k-step-label">
|
|
70
|
-
<span className="k-step-text">Payment Details</span>
|
|
71
|
-
<span className="k-step-label-optional">(Optional)</span>
|
|
72
|
-
</span>
|
|
73
|
-
</a>
|
|
74
|
-
</li>
|
|
75
|
-
</ol>
|
|
76
|
-
<ProgressBarNormal label={false} value="50" />
|
|
77
|
-
</nav>
|
|
78
|
-
<div className="k-wizard-steps">
|
|
79
|
-
<div className="k-wizard-step k-focus">
|
|
80
|
-
<div className="k-wizard-content">
|
|
81
|
-
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. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
82
|
-
</div>
|
|
83
|
-
<div className="k-wizard-buttons">
|
|
84
|
-
<span className="k-wizard-buttons-left">
|
|
85
|
-
<Button>Reset</Button>
|
|
86
|
-
<span className="k-wizard-pager">Step 1 of 2</span>
|
|
87
|
-
</span>
|
|
88
|
-
<span className="k-wizard-buttons-right">
|
|
89
|
-
<Button>Previous</Button>
|
|
90
|
-
<Button themeColor="primary">Next</Button>
|
|
91
|
-
</span>
|
|
92
|
-
</div>
|
|
93
|
-
</div>
|
|
94
|
-
</div>
|
|
95
|
-
</div>
|
|
27
|
+
<WizardNormal>
|
|
28
|
+
<StepperNormal />
|
|
29
|
+
<WizardSteps>
|
|
30
|
+
<WizardStep focus>
|
|
31
|
+
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. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
32
|
+
</WizardStep>
|
|
33
|
+
</WizardSteps>
|
|
34
|
+
</WizardNormal>
|
|
96
35
|
</section>
|
|
97
36
|
|
|
98
37
|
<section>
|
|
99
38
|
<p>Horizontal wizard -{'>'} Long content; Height set</p>
|
|
100
|
-
<
|
|
101
|
-
<
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
<span className="k-step-label">
|
|
109
|
-
<span className="k-step-text">Account Info with too long label</span>
|
|
110
|
-
<Icon icon="check"></Icon>
|
|
111
|
-
</span>
|
|
112
|
-
</a>
|
|
113
|
-
</li>
|
|
114
|
-
<li className="k-step k-step-current k-focus k-step-error" style={{ maxHeight: "33.333%" }}>
|
|
115
|
-
<a href="#" className="k-step-link">
|
|
116
|
-
<span className="k-step-indicator">
|
|
117
|
-
<span className="k-step-indicator-text">2</span>
|
|
118
|
-
</span>
|
|
119
|
-
<span className="k-step-label">
|
|
120
|
-
<span className="k-step-text">Personal Info</span>
|
|
121
|
-
<Icon className="k-validation-icon" icon="exclamation-circle"></Icon>
|
|
122
|
-
</span>
|
|
123
|
-
</a>
|
|
124
|
-
</li>
|
|
125
|
-
<li className="k-step k-step-last k-step-optional" style={{ maxHeight: "33.333%" }}>
|
|
126
|
-
<a href="#" className="k-step-link">
|
|
127
|
-
<span className="k-step-indicator">
|
|
128
|
-
<span className="k-step-indicator-text">3</span>
|
|
129
|
-
</span>
|
|
130
|
-
<span className="k-step-label">
|
|
131
|
-
<span className="k-step-text">Payment Details</span>
|
|
132
|
-
<span className="k-step-label-optional">(Optional)</span>
|
|
133
|
-
</span>
|
|
134
|
-
</a>
|
|
135
|
-
</li>
|
|
136
|
-
</ol>
|
|
137
|
-
<ProgressBarNormal label={false} value="50" />
|
|
138
|
-
</nav>
|
|
139
|
-
<div className="k-wizard-steps">
|
|
140
|
-
<div className="k-wizard-step">
|
|
141
|
-
<div className="k-wizard-content">
|
|
142
|
-
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. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
143
|
-
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. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
144
|
-
</div>
|
|
145
|
-
<div className="k-wizard-buttons">
|
|
146
|
-
<span className="k-wizard-buttons-left">
|
|
147
|
-
<Button>Reset</Button>
|
|
148
|
-
<span className="k-wizard-pager">Step 1 of 2</span>
|
|
149
|
-
</span>
|
|
150
|
-
<span className="k-wizard-buttons-right">
|
|
151
|
-
<Button>Previous</Button>
|
|
152
|
-
<Button themeColor="primary">Next</Button>
|
|
153
|
-
</span>
|
|
154
|
-
</div>
|
|
155
|
-
</div>
|
|
156
|
-
</div>
|
|
157
|
-
</div>
|
|
39
|
+
<WizardNormal style={{ height: "250px" }}>
|
|
40
|
+
<StepperNormal />
|
|
41
|
+
<WizardSteps>
|
|
42
|
+
<WizardStep>
|
|
43
|
+
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. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
|
|
44
|
+
</WizardStep>
|
|
45
|
+
</WizardSteps>
|
|
46
|
+
</WizardNormal>
|
|
158
47
|
</section>
|
|
159
48
|
|
|
160
49
|
<section>
|
|
161
50
|
<p>Horizontal wizard -{'>'} Short content</p>
|
|
162
|
-
<
|
|
163
|
-
<nav className="k-stepper k-widget" style={stepperStyle}>
|
|
164
|
-
<ol className="k-step-list k-step-list-horizontal" style={stepListStyle}>
|
|
165
|
-
<li className="k-step k-step-first k-step-done k-step-success" style={{ maxHeight: "33.333%" }}>
|
|
166
|
-
<a href="#" className="k-step-link">
|
|
167
|
-
<span className="k-step-indicator">
|
|
168
|
-
<span className="k-step-indicator-text">1</span>
|
|
169
|
-
</span>
|
|
170
|
-
<span className="k-step-label">
|
|
171
|
-
<span className="k-step-text">Account Info with too long label</span>
|
|
172
|
-
<Icon icon="check"></Icon>
|
|
173
|
-
</span>
|
|
174
|
-
</a>
|
|
175
|
-
</li>
|
|
176
|
-
<li className="k-step k-step-current k-focus k-step-error" style={{ maxHeight: "33.333%" }}>
|
|
177
|
-
<a href="#" className="k-step-link">
|
|
178
|
-
<span className="k-step-indicator">
|
|
179
|
-
<span className="k-step-indicator-text">2</span>
|
|
180
|
-
</span>
|
|
181
|
-
<span className="k-step-label">
|
|
182
|
-
<span className="k-step-text">Personal Info</span>
|
|
183
|
-
<Icon className="k-validation-icon" icon="exclamation-circle"></Icon>
|
|
184
|
-
</span>
|
|
185
|
-
</a>
|
|
186
|
-
</li>
|
|
187
|
-
<li className="k-step k-step-last k-step-optional" style={{ maxHeight: "33.333%" }}>
|
|
188
|
-
<a href="#" className="k-step-link">
|
|
189
|
-
<span className="k-step-indicator">
|
|
190
|
-
<span className="k-step-indicator-text">3</span>
|
|
191
|
-
</span>
|
|
192
|
-
<span className="k-step-label">
|
|
193
|
-
<span className="k-step-text">Payment Details</span>
|
|
194
|
-
<span className="k-step-label-optional">(Optional)</span>
|
|
195
|
-
</span>
|
|
196
|
-
</a>
|
|
197
|
-
</li>
|
|
198
|
-
</ol>
|
|
199
|
-
<ProgressBarNormal label={false} value="50" />
|
|
200
|
-
</nav>
|
|
201
|
-
<div className="k-wizard-steps">
|
|
202
|
-
<div className="k-wizard-step">
|
|
203
|
-
<div className="k-wizard-content">
|
|
204
|
-
Short content
|
|
205
|
-
</div>
|
|
206
|
-
<div className="k-wizard-buttons">
|
|
207
|
-
<span className="k-wizard-buttons-left">
|
|
208
|
-
<Button>Reset</Button>
|
|
209
|
-
<span className="k-wizard-pager">Step 1 of 2</span>
|
|
210
|
-
</span>
|
|
211
|
-
<span className="k-wizard-buttons-right">
|
|
212
|
-
<Button>Previous</Button>
|
|
213
|
-
<Button themeColor="primary">Next</Button>
|
|
214
|
-
</span>
|
|
215
|
-
</div>
|
|
216
|
-
</div>
|
|
217
|
-
</div>
|
|
218
|
-
</div>
|
|
51
|
+
<WizardNormal />
|
|
219
52
|
</section>
|
|
220
53
|
|
|
221
54
|
<section>
|
|
222
55
|
<p>Horizontal wizard -{'>'} Short content; Height set</p>
|
|
223
|
-
<
|
|
224
|
-
<nav className="k-stepper k-widget" style={stepperStyle}>
|
|
225
|
-
<ol className="k-step-list k-step-list-horizontal" style={stepListStyle}>
|
|
226
|
-
<li className="k-step k-step-first k-step-done k-step-success" style={{ maxHeight: "33.333%" }}>
|
|
227
|
-
<a href="#" className="k-step-link">
|
|
228
|
-
<span className="k-step-indicator">
|
|
229
|
-
<span className="k-step-indicator-text">1</span>
|
|
230
|
-
</span>
|
|
231
|
-
<span className="k-step-label">
|
|
232
|
-
<span className="k-step-text">Account Info with too long label</span>
|
|
233
|
-
<Icon icon="check"></Icon>
|
|
234
|
-
</span>
|
|
235
|
-
</a>
|
|
236
|
-
</li>
|
|
237
|
-
<li className="k-step k-step-current k-focus k-step-error" style={{ maxHeight: "33.333%" }}>
|
|
238
|
-
<a href="#" className="k-step-link">
|
|
239
|
-
<span className="k-step-indicator">
|
|
240
|
-
<span className="k-step-indicator-text">2</span>
|
|
241
|
-
</span>
|
|
242
|
-
<span className="k-step-label">
|
|
243
|
-
<span className="k-step-text">Personal Info</span>
|
|
244
|
-
<Icon className="k-validation-icon" icon="exclamation-circle"></Icon>
|
|
245
|
-
</span>
|
|
246
|
-
</a>
|
|
247
|
-
</li>
|
|
248
|
-
<li className="k-step k-step-last k-step-optional" style={{ maxHeight: "33.333%" }}>
|
|
249
|
-
<a href="#" className="k-step-link">
|
|
250
|
-
<span className="k-step-indicator">
|
|
251
|
-
<span className="k-step-indicator-text">3</span>
|
|
252
|
-
</span>
|
|
253
|
-
<span className="k-step-label">
|
|
254
|
-
<span className="k-step-text">Payment Details</span>
|
|
255
|
-
<span className="k-step-label-optional">(Optional)</span>
|
|
256
|
-
</span>
|
|
257
|
-
</a>
|
|
258
|
-
</li>
|
|
259
|
-
</ol>
|
|
260
|
-
<ProgressBarNormal label={false} value="50" />
|
|
261
|
-
</nav>
|
|
262
|
-
<div className="k-wizard-steps">
|
|
263
|
-
<div className="k-wizard-step">
|
|
264
|
-
<div className="k-wizard-content">
|
|
265
|
-
Short content
|
|
266
|
-
</div>
|
|
267
|
-
<div className="k-wizard-buttons">
|
|
268
|
-
<span className="k-wizard-buttons-left">
|
|
269
|
-
<Button>Reset</Button>
|
|
270
|
-
<span className="k-wizard-pager">Step 1 of 2</span>
|
|
271
|
-
</span>
|
|
272
|
-
<span className="k-wizard-buttons-right">
|
|
273
|
-
<Button>Previous</Button>
|
|
274
|
-
<Button themeColor="primary">Next</Button>
|
|
275
|
-
</span>
|
|
276
|
-
</div>
|
|
277
|
-
</div>
|
|
278
|
-
</div>
|
|
279
|
-
</div>
|
|
280
|
-
</section>
|
|
281
|
-
|
|
282
|
-
<section>
|
|
283
|
-
<p>Horizontal wizard -{'>'} Short content; Big height set</p>
|
|
284
|
-
<div id="wizard" style={{ height: "300px" }} className="k-widget k-wizard k-wizard-horizontal">
|
|
285
|
-
<nav className="k-stepper k-widget" style={stepperStyle}>
|
|
286
|
-
<ol className="k-step-list k-step-list-horizontal" style={stepListStyle}>
|
|
287
|
-
<li className="k-step k-step-first k-step-done k-step-success" style={{ maxHeight: "33.333%" }}>
|
|
288
|
-
<a href="#" className="k-step-link">
|
|
289
|
-
<span className="k-step-indicator">
|
|
290
|
-
<span className="k-step-indicator-text">1</span>
|
|
291
|
-
</span>
|
|
292
|
-
<span className="k-step-label">
|
|
293
|
-
<span className="k-step-text">Account Info with too long label</span>
|
|
294
|
-
<Icon icon="check"></Icon>
|
|
295
|
-
</span>
|
|
296
|
-
</a>
|
|
297
|
-
</li>
|
|
298
|
-
<li className="k-step k-step-current k-focus k-step-error" style={{ maxHeight: "33.333%" }}>
|
|
299
|
-
<a href="#" className="k-step-link">
|
|
300
|
-
<span className="k-step-indicator">
|
|
301
|
-
<span className="k-step-indicator-text">2</span>
|
|
302
|
-
</span>
|
|
303
|
-
<span className="k-step-label">
|
|
304
|
-
<span className="k-step-text">Personal Info</span>
|
|
305
|
-
<Icon className="k-validation-icon" icon="exclamation-circle"></Icon>
|
|
306
|
-
</span>
|
|
307
|
-
</a>
|
|
308
|
-
</li>
|
|
309
|
-
<li className="k-step k-step-last k-step-optional" style={{ maxHeight: "33.333%" }}>
|
|
310
|
-
<a href="#" className="k-step-link">
|
|
311
|
-
<span className="k-step-indicator">
|
|
312
|
-
<span className="k-step-indicator-text">3</span>
|
|
313
|
-
</span>
|
|
314
|
-
<span className="k-step-label">
|
|
315
|
-
<span className="k-step-text">Payment Details</span>
|
|
316
|
-
<span className="k-step-label-optional">(Optional)</span>
|
|
317
|
-
</span>
|
|
318
|
-
</a>
|
|
319
|
-
</li>
|
|
320
|
-
</ol>
|
|
321
|
-
<ProgressBarNormal label={false} value="50" />
|
|
322
|
-
</nav>
|
|
323
|
-
<div className="k-wizard-steps">
|
|
324
|
-
<div className="k-wizard-step">
|
|
325
|
-
<div className="k-wizard-content">
|
|
326
|
-
Short content
|
|
327
|
-
</div>
|
|
328
|
-
<div className="k-wizard-buttons">
|
|
329
|
-
<span className="k-wizard-buttons-left">
|
|
330
|
-
<Button>Reset</Button>
|
|
331
|
-
<span className="k-wizard-pager">Step 1 of 2</span>
|
|
332
|
-
</span>
|
|
333
|
-
<span className="k-wizard-buttons-right">
|
|
334
|
-
<Button>Previous</Button>
|
|
335
|
-
<Button themeColor="primary">Next</Button>
|
|
336
|
-
</span>
|
|
337
|
-
</div>
|
|
338
|
-
</div>
|
|
339
|
-
</div>
|
|
340
|
-
</div>
|
|
56
|
+
<WizardNormal style={{ height: "250px" }} />
|
|
341
57
|
</section>
|
|
342
58
|
|
|
343
59
|
</div>
|