@patternfly/patternfly 5.0.0-alpha.53 → 5.0.0-alpha.54
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/components/FormControl/form-control.css +164 -214
- package/components/FormControl/form-control.scss +175 -281
- package/components/FormControl/themes/dark/form-control.scss +1 -2
- package/components/NumberInput/number-input.css +0 -1
- package/components/NumberInput/number-input.scss +0 -1
- package/docs/components/CalendarMonth/examples/CalendarMonth.md +32 -28
- package/docs/components/ClipboardCopy/examples/ClipboardCopy.md +52 -46
- package/docs/components/DatePicker/examples/DatePicker.md +55 -49
- package/docs/components/FileUpload/examples/FileUpload.md +105 -93
- package/docs/components/Form/examples/Form.md +165 -145
- package/docs/components/FormControl/examples/FormControl.md +439 -475
- package/docs/components/InlineEdit/examples/InlineEdit.md +87 -76
- package/docs/components/InputGroup/examples/InputGroup.md +84 -74
- package/docs/components/Login/examples/Login.md +92 -82
- package/docs/components/NumberInput/examples/NumberInput.md +99 -87
- package/docs/components/Pagination/examples/Pagination.md +100 -89
- package/docs/components/Select/examples/Select.md +77 -68
- package/docs/components/Slider/examples/Slider.md +31 -44
- package/docs/components/TextInputGroup/examples/TextInputGroup.md +60 -52
- package/docs/components/Toolbar/examples/Toolbar.md +18 -16
- package/docs/components/Wizard/examples/Wizard.md +280 -245
- package/docs/demos/Alert/examples/Alert.md +69 -57
- package/docs/demos/Button/examples/Button.md +54 -48
- package/docs/demos/CardView/examples/CardView.md +9 -8
- package/docs/demos/DataList/examples/DataList.md +36 -32
- package/docs/demos/Form/examples/BasicForms.md +247 -227
- package/docs/demos/HelperText/examples/HelperText.md +37 -33
- package/docs/demos/Modal/examples/Modal.md +14 -21
- package/docs/demos/PasswordGenerator/examples/PasswordGenerator.md +11 -10
- package/docs/demos/PasswordStrength/examples/PasswordStrength.md +44 -40
- package/docs/demos/Table/examples/Table.md +99 -88
- package/docs/demos/Toolbar/examples/Toolbar.md +28 -25
- package/docs/demos/Wizard/examples/Wizard.md +448 -392
- package/package.json +3 -3
- package/patternfly-no-globals.css +161 -212
- package/patternfly.css +161 -212
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/components/FormControl/examples/FormControl.css +0 -5
|
@@ -79,14 +79,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
79
79
|
</button>
|
|
80
80
|
</div>
|
|
81
81
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
82
|
-
<
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
82
|
+
<div class="pf-v5-c-form-control">
|
|
83
|
+
<input
|
|
84
|
+
aria-label="Current page"
|
|
85
|
+
type="number"
|
|
86
|
+
min="1"
|
|
87
|
+
max="4"
|
|
88
|
+
value="1"
|
|
89
|
+
/>
|
|
90
|
+
</div>
|
|
90
91
|
<span aria-hidden="true">of 4</span>
|
|
91
92
|
</div>
|
|
92
93
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -184,14 +185,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
184
185
|
</button>
|
|
185
186
|
</div>
|
|
186
187
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
187
|
-
<
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
188
|
+
<div class="pf-v5-c-form-control">
|
|
189
|
+
<input
|
|
190
|
+
aria-label="Current page"
|
|
191
|
+
type="number"
|
|
192
|
+
min="1"
|
|
193
|
+
max="4"
|
|
194
|
+
value="1"
|
|
195
|
+
/>
|
|
196
|
+
</div>
|
|
195
197
|
<span aria-hidden="true">of 4</span>
|
|
196
198
|
</div>
|
|
197
199
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -290,14 +292,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
290
292
|
</button>
|
|
291
293
|
</div>
|
|
292
294
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
293
|
-
<
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
295
|
+
<div class="pf-v5-c-form-control">
|
|
296
|
+
<input
|
|
297
|
+
aria-label="Current page"
|
|
298
|
+
type="number"
|
|
299
|
+
min="1"
|
|
300
|
+
max="4"
|
|
301
|
+
value="1"
|
|
302
|
+
/>
|
|
303
|
+
</div>
|
|
301
304
|
<span aria-hidden="true">of 4</span>
|
|
302
305
|
</div>
|
|
303
306
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -406,14 +409,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
406
409
|
</button>
|
|
407
410
|
</div>
|
|
408
411
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
409
|
-
<
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
412
|
+
<div class="pf-v5-c-form-control">
|
|
413
|
+
<input
|
|
414
|
+
aria-label="Current page"
|
|
415
|
+
type="number"
|
|
416
|
+
min="1"
|
|
417
|
+
max="4"
|
|
418
|
+
value="1"
|
|
419
|
+
/>
|
|
420
|
+
</div>
|
|
417
421
|
</div>
|
|
418
422
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
419
423
|
<button
|
|
@@ -507,14 +511,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
507
511
|
</button>
|
|
508
512
|
</div>
|
|
509
513
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
510
|
-
<
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
514
|
+
<div class="pf-v5-c-form-control">
|
|
515
|
+
<input
|
|
516
|
+
aria-label="Current page"
|
|
517
|
+
type="number"
|
|
518
|
+
min="1"
|
|
519
|
+
max="4"
|
|
520
|
+
value="1"
|
|
521
|
+
/>
|
|
522
|
+
</div>
|
|
518
523
|
<span aria-hidden="true">of 4</span>
|
|
519
524
|
</div>
|
|
520
525
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -619,14 +624,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
619
624
|
</button>
|
|
620
625
|
</div>
|
|
621
626
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
622
|
-
<
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
627
|
+
<div class="pf-v5-c-form-control">
|
|
628
|
+
<input
|
|
629
|
+
aria-label="Current page"
|
|
630
|
+
type="number"
|
|
631
|
+
min="1"
|
|
632
|
+
max="4"
|
|
633
|
+
value="1"
|
|
634
|
+
/>
|
|
635
|
+
</div>
|
|
630
636
|
<span aria-hidden="true">of 4</span>
|
|
631
637
|
</div>
|
|
632
638
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -726,15 +732,16 @@ cssPrefix: pf-v5-c-pagination
|
|
|
726
732
|
</button>
|
|
727
733
|
</div>
|
|
728
734
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
729
|
-
<
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
735
|
+
<div class="pf-v5-c-form-control">
|
|
736
|
+
<input
|
|
737
|
+
disabled
|
|
738
|
+
aria-label="Current page"
|
|
739
|
+
type="number"
|
|
740
|
+
min="1"
|
|
741
|
+
max="4"
|
|
742
|
+
value="1"
|
|
743
|
+
/>
|
|
744
|
+
</div>
|
|
738
745
|
<span aria-hidden="true">of 4</span>
|
|
739
746
|
</div>
|
|
740
747
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -911,14 +918,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
911
918
|
</button>
|
|
912
919
|
</div>
|
|
913
920
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
914
|
-
<
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
921
|
+
<div class="pf-v5-c-form-control">
|
|
922
|
+
<input
|
|
923
|
+
aria-label="Current page"
|
|
924
|
+
type="number"
|
|
925
|
+
min="1"
|
|
926
|
+
max="4"
|
|
927
|
+
value="1"
|
|
928
|
+
/>
|
|
929
|
+
</div>
|
|
922
930
|
<span aria-hidden="true">of 4</span>
|
|
923
931
|
</div>
|
|
924
932
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -1017,14 +1025,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
1017
1025
|
</button>
|
|
1018
1026
|
</div>
|
|
1019
1027
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
1020
|
-
<
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
+
<div class="pf-v5-c-form-control">
|
|
1029
|
+
<input
|
|
1030
|
+
aria-label="Current page"
|
|
1031
|
+
type="number"
|
|
1032
|
+
min="1"
|
|
1033
|
+
max="4"
|
|
1034
|
+
value="1"
|
|
1035
|
+
/>
|
|
1036
|
+
</div>
|
|
1028
1037
|
<span aria-hidden="true">of 4</span>
|
|
1029
1038
|
</div>
|
|
1030
1039
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -1125,14 +1134,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
1125
1134
|
</button>
|
|
1126
1135
|
</div>
|
|
1127
1136
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
1128
|
-
<
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1137
|
+
<div class="pf-v5-c-form-control">
|
|
1138
|
+
<input
|
|
1139
|
+
aria-label="Current page"
|
|
1140
|
+
type="number"
|
|
1141
|
+
min="1"
|
|
1142
|
+
max="4"
|
|
1143
|
+
value="1"
|
|
1144
|
+
/>
|
|
1145
|
+
</div>
|
|
1136
1146
|
<span aria-hidden="true">of 4</span>
|
|
1137
1147
|
</div>
|
|
1138
1148
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -1309,14 +1319,15 @@ cssPrefix: pf-v5-c-pagination
|
|
|
1309
1319
|
</button>
|
|
1310
1320
|
</div>
|
|
1311
1321
|
<div class="pf-v5-c-pagination__nav-page-select">
|
|
1312
|
-
<
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1322
|
+
<div class="pf-v5-c-form-control">
|
|
1323
|
+
<input
|
|
1324
|
+
aria-label="Current page"
|
|
1325
|
+
type="number"
|
|
1326
|
+
min="1"
|
|
1327
|
+
max="4"
|
|
1328
|
+
value="1"
|
|
1329
|
+
/>
|
|
1330
|
+
</div>
|
|
1320
1331
|
<span aria-hidden="true">of 4</span>
|
|
1321
1332
|
</div>
|
|
1322
1333
|
<div class="pf-v5-c-pagination__nav-control pf-m-next">
|
|
@@ -527,13 +527,14 @@ The single select should be used when the user is selecting an option from a lis
|
|
|
527
527
|
|
|
528
528
|
<div class="pf-v5-c-select__toggle pf-m-typeahead">
|
|
529
529
|
<div class="pf-v5-c-select__toggle-wrapper">
|
|
530
|
-
<
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
530
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
531
|
+
<input
|
|
532
|
+
type="text"
|
|
533
|
+
id="select-single-typeahead-typeahead"
|
|
534
|
+
aria-label="Type to filter"
|
|
535
|
+
placeholder="Choose a state"
|
|
536
|
+
/>
|
|
537
|
+
</div>
|
|
537
538
|
</div>
|
|
538
539
|
<button
|
|
539
540
|
class="pf-v5-c-button pf-m-plain pf-v5-c-select__toggle-button"
|
|
@@ -604,13 +605,14 @@ The single select should be used when the user is selecting an option from a lis
|
|
|
604
605
|
|
|
605
606
|
<div class="pf-v5-c-select__toggle pf-m-typeahead">
|
|
606
607
|
<div class="pf-v5-c-select__toggle-wrapper">
|
|
607
|
-
<
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
608
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
609
|
+
<input
|
|
610
|
+
type="text"
|
|
611
|
+
id="select-single-typeahead-expanded-typeahead"
|
|
612
|
+
aria-label="Type to filter"
|
|
613
|
+
placeholder="New"
|
|
614
|
+
/>
|
|
615
|
+
</div>
|
|
614
616
|
</div>
|
|
615
617
|
<button
|
|
616
618
|
class="pf-v5-c-button pf-m-plain pf-v5-c-select__toggle-clear"
|
|
@@ -678,13 +680,14 @@ The single select should be used when the user is selecting an option from a lis
|
|
|
678
680
|
|
|
679
681
|
<div class="pf-v5-c-select__toggle pf-m-typeahead">
|
|
680
682
|
<div class="pf-v5-c-select__toggle-wrapper">
|
|
681
|
-
<
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
683
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
684
|
+
<input
|
|
685
|
+
type="text"
|
|
686
|
+
id="select-single-typeahead-expanded-selected-typeahead"
|
|
687
|
+
aria-label="Type to filter"
|
|
688
|
+
placeholder="New Mexico"
|
|
689
|
+
/>
|
|
690
|
+
</div>
|
|
688
691
|
</div>
|
|
689
692
|
<button
|
|
690
693
|
class="pf-v5-c-button pf-m-plain pf-v5-c-select__toggle-clear"
|
|
@@ -761,14 +764,15 @@ The single select should be used when the user is selecting an option from a lis
|
|
|
761
764
|
|
|
762
765
|
<div class="pf-v5-c-select__toggle pf-m-typeahead pf-m-disabled">
|
|
763
766
|
<div class="pf-v5-c-select__toggle-wrapper">
|
|
764
|
-
<
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
767
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
768
|
+
<input
|
|
769
|
+
type="text"
|
|
770
|
+
id="select-single-typeahead-disabled-typeahead"
|
|
771
|
+
aria-label="Type to filter"
|
|
772
|
+
placeholder="Choose a state"
|
|
773
|
+
disabled
|
|
774
|
+
/>
|
|
775
|
+
</div>
|
|
772
776
|
</div>
|
|
773
777
|
<button
|
|
774
778
|
class="pf-v5-c-button pf-m-plain pf-v5-c-select__toggle-button"
|
|
@@ -840,15 +844,16 @@ The single select should be used when the user is selecting an option from a lis
|
|
|
840
844
|
|
|
841
845
|
<div class="pf-v5-c-select__toggle pf-m-typeahead">
|
|
842
846
|
<div class="pf-v5-c-select__toggle-wrapper">
|
|
843
|
-
<
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
847
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
848
|
+
<input
|
|
849
|
+
type="text"
|
|
850
|
+
id="select-single-typeahead-invalid-typeahead"
|
|
851
|
+
aria-invalid="true"
|
|
852
|
+
value="Invalid"
|
|
853
|
+
aria-label="Type to filter"
|
|
854
|
+
placeholder="Choose a state"
|
|
855
|
+
/>
|
|
856
|
+
</div>
|
|
852
857
|
</div>
|
|
853
858
|
<span class="pf-v5-c-select__toggle-status-icon">
|
|
854
859
|
<i class="fas fa-exclamation-circle" aria-hidden="true"></i>
|
|
@@ -949,13 +954,14 @@ The single select typeahead should be used when the user is selecting one option
|
|
|
949
954
|
|
|
950
955
|
<div class="pf-v5-c-select__toggle pf-m-typeahead">
|
|
951
956
|
<div class="pf-v5-c-select__toggle-wrapper">
|
|
952
|
-
<
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
957
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
958
|
+
<input
|
|
959
|
+
type="text"
|
|
960
|
+
id="select-multi-typeahead-typeahead"
|
|
961
|
+
aria-label="Type to filter"
|
|
962
|
+
placeholder="Choose states"
|
|
963
|
+
/>
|
|
964
|
+
</div>
|
|
959
965
|
</div>
|
|
960
966
|
<button
|
|
961
967
|
class="pf-v5-c-button pf-m-plain pf-v5-c-select__toggle-button"
|
|
@@ -1128,13 +1134,14 @@ The single select typeahead should be used when the user is selecting one option
|
|
|
1128
1134
|
</ul>
|
|
1129
1135
|
</div>
|
|
1130
1136
|
</div>
|
|
1131
|
-
<
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1137
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
1138
|
+
<input
|
|
1139
|
+
type="text"
|
|
1140
|
+
id="select-multi-typeahead-expanded-typeahead"
|
|
1141
|
+
aria-label="Type to filter"
|
|
1142
|
+
placeholder="Choose states"
|
|
1143
|
+
/>
|
|
1144
|
+
</div>
|
|
1138
1145
|
</div>
|
|
1139
1146
|
<button
|
|
1140
1147
|
class="pf-v5-c-button pf-m-plain pf-v5-c-select__toggle-clear"
|
|
@@ -1278,13 +1285,14 @@ The single select typeahead should be used when the user is selecting one option
|
|
|
1278
1285
|
</ul>
|
|
1279
1286
|
</div>
|
|
1280
1287
|
</div>
|
|
1281
|
-
<
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
1289
|
+
<input
|
|
1290
|
+
type="text"
|
|
1291
|
+
id="select-multi-typeahead-expanded-selected-typeahead"
|
|
1292
|
+
aria-label="Type to filter"
|
|
1293
|
+
placeholder="New"
|
|
1294
|
+
/>
|
|
1295
|
+
</div>
|
|
1288
1296
|
</div>
|
|
1289
1297
|
<button
|
|
1290
1298
|
class="pf-v5-c-button pf-m-plain pf-v5-c-select__toggle-clear"
|
|
@@ -1454,15 +1462,16 @@ The single select typeahead should be used when the user is selecting one option
|
|
|
1454
1462
|
</ul>
|
|
1455
1463
|
</div>
|
|
1456
1464
|
</div>
|
|
1457
|
-
<
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1465
|
+
<div class="pf-v5-c-form-control pf-v5-c-select__toggle-typeahead">
|
|
1466
|
+
<input
|
|
1467
|
+
type="text"
|
|
1468
|
+
id="select-multi-typeahead-invalid-typeahead"
|
|
1469
|
+
aria-invalid="true"
|
|
1470
|
+
value="Invalid"
|
|
1471
|
+
aria-label="Type to filter"
|
|
1472
|
+
placeholder="Choose states"
|
|
1473
|
+
/>
|
|
1474
|
+
</div>
|
|
1466
1475
|
</div>
|
|
1467
1476
|
<span class="pf-v5-c-select__toggle-status-icon">
|
|
1468
1477
|
<i class="fas fa-exclamation-circle" aria-hidden="true"></i>
|
|
@@ -225,12 +225,9 @@ cssPrefix: pf-v5-c-slider
|
|
|
225
225
|
></div>
|
|
226
226
|
</div>
|
|
227
227
|
<div class="pf-v5-c-slider__value">
|
|
228
|
-
<
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
value="5"
|
|
232
|
-
aria-label="Slider value input"
|
|
233
|
-
/>
|
|
228
|
+
<div class="pf-v5-c-form-control">
|
|
229
|
+
<input type="number" value="5" aria-label="Slider value input" />
|
|
230
|
+
</div>
|
|
234
231
|
</div>
|
|
235
232
|
</div>
|
|
236
233
|
|
|
@@ -289,12 +286,9 @@ cssPrefix: pf-v5-c-slider
|
|
|
289
286
|
<div class="pf-v5-c-slider__value">
|
|
290
287
|
<div class="pf-v5-c-input-group">
|
|
291
288
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
292
|
-
<
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
value="50"
|
|
296
|
-
aria-label="Slider value input"
|
|
297
|
-
/>
|
|
289
|
+
<div class="pf-v5-c-form-control">
|
|
290
|
+
<input type="number" value="50" aria-label="Slider value input" />
|
|
291
|
+
</div>
|
|
298
292
|
</div>
|
|
299
293
|
<div class="pf-v5-c-input-group__item">
|
|
300
294
|
<span class="pf-v5-c-input-group__text">%</span>
|
|
@@ -323,12 +317,9 @@ cssPrefix: pf-v5-c-slider
|
|
|
323
317
|
<div class="pf-v5-c-slider__value">
|
|
324
318
|
<div class="pf-v5-c-input-group">
|
|
325
319
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
326
|
-
<
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
value="50"
|
|
330
|
-
aria-label="Slider value input"
|
|
331
|
-
/>
|
|
320
|
+
<div class="pf-v5-c-form-control">
|
|
321
|
+
<input type="number" value="50" aria-label="Slider value input" />
|
|
322
|
+
</div>
|
|
332
323
|
</div>
|
|
333
324
|
<div class="pf-v5-c-input-group__item">
|
|
334
325
|
<span class="pf-v5-c-input-group__text">%</span>
|
|
@@ -358,12 +349,9 @@ cssPrefix: pf-v5-c-slider
|
|
|
358
349
|
></div>
|
|
359
350
|
<div class="pf-v5-c-slider__value pf-m-floating">
|
|
360
351
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
361
|
-
<
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
value="50"
|
|
365
|
-
aria-label="Slider value input"
|
|
366
|
-
/>
|
|
352
|
+
<div class="pf-v5-c-form-control">
|
|
353
|
+
<input type="number" value="50" aria-label="Slider value input" />
|
|
354
|
+
</div>
|
|
367
355
|
</div>
|
|
368
356
|
<div class="pf-v5-c-input-group__item">
|
|
369
357
|
<span class="pf-v5-c-input-group__text">%</span>
|
|
@@ -424,13 +412,14 @@ cssPrefix: pf-v5-c-slider
|
|
|
424
412
|
<div class="pf-v5-c-slider__value pf-m-floating">
|
|
425
413
|
<div class="pf-v5-c-input-group">
|
|
426
414
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
427
|
-
<
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
415
|
+
<div class="pf-v5-c-form-control">
|
|
416
|
+
<input
|
|
417
|
+
disabled
|
|
418
|
+
type="number"
|
|
419
|
+
value="50"
|
|
420
|
+
aria-label="Slider value input"
|
|
421
|
+
/>
|
|
422
|
+
</div>
|
|
434
423
|
</div>
|
|
435
424
|
<div class="pf-v5-c-input-group__item">
|
|
436
425
|
<span class="pf-v5-c-input-group__text pf-m-disabled">%</span>
|
|
@@ -465,12 +454,9 @@ cssPrefix: pf-v5-c-slider
|
|
|
465
454
|
<div class="pf-v5-c-slider__value pf-m-floating">
|
|
466
455
|
<div class="pf-v5-c-input-group">
|
|
467
456
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
468
|
-
<
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
value="50"
|
|
472
|
-
aria-label="Slider value input"
|
|
473
|
-
/>
|
|
457
|
+
<div class="pf-v5-c-form-control">
|
|
458
|
+
<input type="number" value="50" aria-label="Slider value input" />
|
|
459
|
+
</div>
|
|
474
460
|
</div>
|
|
475
461
|
<div class="pf-v5-c-input-group__item">
|
|
476
462
|
<span class="pf-v5-c-input-group__text">%</span>
|
|
@@ -627,13 +613,14 @@ cssPrefix: pf-v5-c-slider
|
|
|
627
613
|
<div class="pf-v5-c-slider__value">
|
|
628
614
|
<div class="pf-v5-c-input-group">
|
|
629
615
|
<div class="pf-v5-c-input-group__item pf-m-fill">
|
|
630
|
-
<
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
616
|
+
<div class="pf-v5-c-form-control">
|
|
617
|
+
<input
|
|
618
|
+
disabled
|
|
619
|
+
type="number"
|
|
620
|
+
value="50"
|
|
621
|
+
aria-label="Slider value input"
|
|
622
|
+
/>
|
|
623
|
+
</div>
|
|
637
624
|
</div>
|
|
638
625
|
<div class="pf-v5-c-input-group__item">
|
|
639
626
|
<span class="pf-v5-c-input-group__text pf-m-disabled">%</span>
|