primereact 9.0.0 → 9.1.1
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/button/button.cjs.js +15 -2
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +33 -0
- package/button/button.esm.js +15 -2
- package/button/button.esm.min.js +1 -1
- package/button/button.js +15 -2
- package/button/button.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +28 -0
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +9 -0
- package/cascadeselect/cascadeselect.esm.js +29 -1
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +28 -0
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/core/core.js +30 -2
- package/core/core.min.js +2 -2
- package/fileupload/fileupload.cjs.js +156 -23
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +156 -23
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +156 -23
- package/fileupload/fileupload.min.css +1 -1
- package/fileupload/fileupload.min.js +1 -1
- package/hooks/hooks.cjs.js +15 -0
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +15 -0
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +15 -0
- package/hooks/hooks.min.js +1 -1
- package/menubar/menubar.min.css +1 -1
- package/orderlist/orderlist.cjs.js +33 -2
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.d.ts +5 -0
- package/orderlist/orderlist.esm.js +31 -3
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +33 -2
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.d.ts +4 -0
- package/package.json +2 -2
- package/picklist/picklist.cjs.js +34 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.d.ts +10 -0
- package/picklist/picklist.esm.js +32 -3
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +34 -2
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +186 -25
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +186 -25
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +186 -25
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +568 -554
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +1 -44
- package/resources/themes/arya-green/theme.css +1 -44
- package/resources/themes/arya-orange/theme.css +1 -44
- package/resources/themes/arya-purple/theme.css +1 -44
- package/resources/themes/bootstrap4-dark-blue/theme.css +0 -44
- package/resources/themes/bootstrap4-dark-purple/theme.css +0 -44
- package/resources/themes/bootstrap4-light-blue/theme.css +0 -44
- package/resources/themes/bootstrap4-light-purple/theme.css +0 -44
- package/resources/themes/fluent-light/theme.css +0 -44
- package/resources/themes/lara-dark-blue/theme.css +0 -44
- package/resources/themes/lara-dark-indigo/theme.css +0 -44
- package/resources/themes/lara-dark-purple/theme.css +0 -44
- package/resources/themes/lara-dark-teal/theme.css +0 -44
- package/resources/themes/lara-light-blue/theme.css +0 -44
- package/resources/themes/lara-light-indigo/theme.css +0 -44
- package/resources/themes/lara-light-purple/theme.css +0 -44
- package/resources/themes/lara-light-teal/theme.css +0 -44
- package/resources/themes/luna-amber/theme.css +0 -44
- package/resources/themes/luna-blue/theme.css +0 -44
- package/resources/themes/luna-green/theme.css +0 -44
- package/resources/themes/luna-pink/theme.css +0 -44
- package/resources/themes/md-dark-deeppurple/theme.css +0 -44
- package/resources/themes/md-dark-indigo/theme.css +0 -44
- package/resources/themes/md-light-deeppurple/theme.css +0 -44
- package/resources/themes/md-light-indigo/theme.css +0 -44
- package/resources/themes/mdc-dark-deeppurple/theme.css +0 -44
- package/resources/themes/mdc-dark-indigo/theme.css +0 -44
- package/resources/themes/mdc-light-deeppurple/theme.css +0 -44
- package/resources/themes/mdc-light-indigo/theme.css +0 -44
- package/resources/themes/mira/theme.css +0 -44
- package/resources/themes/nano/theme.css +0 -44
- package/resources/themes/nova/theme.css +0 -44
- package/resources/themes/nova-accent/theme.css +0 -44
- package/resources/themes/nova-alt/theme.css +0 -44
- package/resources/themes/rhea/theme.css +0 -44
- package/resources/themes/saga-blue/theme.css +0 -44
- package/resources/themes/saga-green/theme.css +0 -44
- package/resources/themes/saga-orange/theme.css +0 -44
- package/resources/themes/saga-purple/theme.css +0 -44
- package/resources/themes/soho-dark/theme.css +0 -44
- package/resources/themes/soho-light/theme.css +0 -44
- package/resources/themes/tailwind-light/theme.css +7 -54
- package/resources/themes/vela-blue/theme.css +0 -44
- package/resources/themes/vela-green/theme.css +0 -44
- package/resources/themes/vela-orange/theme.css +0 -44
- package/resources/themes/vela-purple/theme.css +0 -44
- package/resources/themes/viva-dark/theme.css +0 -44
- package/resources/themes/viva-light/theme.css +0 -44
- package/tooltip/tooltipoptions.d.ts +49 -12
- package/web-types.json +1 -1
package/resources/primereact.css
CHANGED
|
@@ -187,6 +187,40 @@
|
|
|
187
187
|
line-height: 1;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
.p-avatar {
|
|
191
|
+
display: inline-flex;
|
|
192
|
+
align-items: center;
|
|
193
|
+
justify-content: center;
|
|
194
|
+
width: 2rem;
|
|
195
|
+
height: 2rem;
|
|
196
|
+
font-size: 1rem;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.p-avatar.p-avatar-image {
|
|
200
|
+
background-color: transparent;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.p-avatar-circle {
|
|
204
|
+
border-radius: 50%;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.p-avatar-circle img {
|
|
208
|
+
border-radius: 50%;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.p-avatar .p-avatar-icon {
|
|
212
|
+
font-size: 1rem;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.p-avatar img {
|
|
216
|
+
width: 100%;
|
|
217
|
+
height: 100%;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.p-avatar-clickable {
|
|
221
|
+
cursor: pointer;
|
|
222
|
+
}
|
|
223
|
+
|
|
190
224
|
.p-autocomplete {
|
|
191
225
|
display: inline-flex;
|
|
192
226
|
position: relative;
|
|
@@ -284,40 +318,6 @@
|
|
|
284
318
|
width: 1%;
|
|
285
319
|
}
|
|
286
320
|
|
|
287
|
-
.p-avatar {
|
|
288
|
-
display: inline-flex;
|
|
289
|
-
align-items: center;
|
|
290
|
-
justify-content: center;
|
|
291
|
-
width: 2rem;
|
|
292
|
-
height: 2rem;
|
|
293
|
-
font-size: 1rem;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.p-avatar.p-avatar-image {
|
|
297
|
-
background-color: transparent;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.p-avatar-circle {
|
|
301
|
-
border-radius: 50%;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.p-avatar-circle img {
|
|
305
|
-
border-radius: 50%;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.p-avatar .p-avatar-icon {
|
|
309
|
-
font-size: 1rem;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.p-avatar img {
|
|
313
|
-
width: 100%;
|
|
314
|
-
height: 100%;
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.p-avatar-clickable {
|
|
318
|
-
cursor: pointer;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
321
|
.p-avatar-group .p-avatar + .p-avatar {
|
|
322
322
|
margin-left: -1rem;
|
|
323
323
|
}
|
|
@@ -812,9 +812,6 @@
|
|
|
812
812
|
top: 0;
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
.p-chart {
|
|
816
|
-
position: relative
|
|
817
|
-
}
|
|
818
815
|
.p-checkbox {
|
|
819
816
|
display: inline-flex;
|
|
820
817
|
cursor: pointer;
|
|
@@ -901,6 +898,9 @@
|
|
|
901
898
|
display: flex;
|
|
902
899
|
}
|
|
903
900
|
|
|
901
|
+
.p-chart {
|
|
902
|
+
position: relative
|
|
903
|
+
}
|
|
904
904
|
.p-colorpicker {
|
|
905
905
|
display: inline-block;
|
|
906
906
|
}
|
|
@@ -1041,6 +1041,34 @@
|
|
|
1041
1041
|
align-items: center;
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
|
+
.p-datascroller {
|
|
1045
|
+
}
|
|
1046
|
+
|
|
1047
|
+
.p-datascroller .p-datascroller-header {
|
|
1048
|
+
text-align: center;
|
|
1049
|
+
padding: .5em .75em;
|
|
1050
|
+
border-bottom: 0 none;
|
|
1051
|
+
}
|
|
1052
|
+
|
|
1053
|
+
.p-datascroller .p-datascroller-footer {
|
|
1054
|
+
text-align: center;
|
|
1055
|
+
padding: .25em .625em;
|
|
1056
|
+
border-top: 0px none;
|
|
1057
|
+
}
|
|
1058
|
+
|
|
1059
|
+
.p-datascroller .p-datascroller-content {
|
|
1060
|
+
padding: .25em .625em;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
.p-datascroller-inline .p-datascroller-content {
|
|
1064
|
+
overflow: auto;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
.p-datascroller .p-datascroller-list {
|
|
1068
|
+
list-style-type: none;
|
|
1069
|
+
margin: 0;
|
|
1070
|
+
padding: 0;
|
|
1071
|
+
}
|
|
1044
1072
|
.p-contextmenu {
|
|
1045
1073
|
position: absolute;
|
|
1046
1074
|
}
|
|
@@ -1087,34 +1115,6 @@
|
|
|
1087
1115
|
transition: opacity 250ms;
|
|
1088
1116
|
}
|
|
1089
1117
|
|
|
1090
|
-
.p-datascroller {
|
|
1091
|
-
}
|
|
1092
|
-
|
|
1093
|
-
.p-datascroller .p-datascroller-header {
|
|
1094
|
-
text-align: center;
|
|
1095
|
-
padding: .5em .75em;
|
|
1096
|
-
border-bottom: 0 none;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.p-datascroller .p-datascroller-footer {
|
|
1100
|
-
text-align: center;
|
|
1101
|
-
padding: .25em .625em;
|
|
1102
|
-
border-top: 0px none;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
.p-datascroller .p-datascroller-content {
|
|
1106
|
-
padding: .25em .625em;
|
|
1107
|
-
}
|
|
1108
|
-
|
|
1109
|
-
.p-datascroller-inline .p-datascroller-content {
|
|
1110
|
-
overflow: auto;
|
|
1111
|
-
}
|
|
1112
|
-
|
|
1113
|
-
.p-datascroller .p-datascroller-list {
|
|
1114
|
-
list-style-type: none;
|
|
1115
|
-
margin: 0;
|
|
1116
|
-
padding: 0;
|
|
1117
|
-
}
|
|
1118
1118
|
.p-datatable {
|
|
1119
1119
|
position: relative;
|
|
1120
1120
|
}
|
|
@@ -2945,25 +2945,6 @@ input.p-dropdown-label {
|
|
|
2945
2945
|
border: 1px solid #ccc;
|
|
2946
2946
|
}
|
|
2947
2947
|
|
|
2948
|
-
.p-fieldset-legend > a,
|
|
2949
|
-
.p-fieldset-legend > span {
|
|
2950
|
-
display: flex;
|
|
2951
|
-
align-items: center;
|
|
2952
|
-
justify-content: center;
|
|
2953
|
-
}
|
|
2954
|
-
|
|
2955
|
-
.p-fieldset-toggleable .p-fieldset-legend a {
|
|
2956
|
-
cursor: pointer;
|
|
2957
|
-
user-select: none;
|
|
2958
|
-
overflow: hidden;
|
|
2959
|
-
position: relative;
|
|
2960
|
-
text-decoration: none;
|
|
2961
|
-
}
|
|
2962
|
-
|
|
2963
|
-
.p-fieldset-legend-text {
|
|
2964
|
-
line-height: 1;
|
|
2965
|
-
}
|
|
2966
|
-
|
|
2967
2948
|
.p-fileupload-content {
|
|
2968
2949
|
position: relative;
|
|
2969
2950
|
}
|
|
@@ -2994,6 +2975,11 @@ input.p-dropdown-label {
|
|
|
2994
2975
|
overflow: hidden;
|
|
2995
2976
|
}
|
|
2996
2977
|
|
|
2978
|
+
.p-fileupload-buttonbar {
|
|
2979
|
+
display: flex;
|
|
2980
|
+
flex-wrap: wrap;
|
|
2981
|
+
}
|
|
2982
|
+
|
|
2997
2983
|
.p-button.p-fileupload-choose input[type=file] {
|
|
2998
2984
|
display: none;
|
|
2999
2985
|
}
|
|
@@ -3006,6 +2992,14 @@ input.p-dropdown-label {
|
|
|
3006
2992
|
word-break: break-all;
|
|
3007
2993
|
}
|
|
3008
2994
|
|
|
2995
|
+
.p-fileupload-file-thumbnail {
|
|
2996
|
+
flex-shrink: 0;
|
|
2997
|
+
}
|
|
2998
|
+
|
|
2999
|
+
.p-fileupload-file-badge {
|
|
3000
|
+
margin: 0.5rem;
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3009
3003
|
.p-fluid .p-fileupload .p-button {
|
|
3010
3004
|
width: auto;
|
|
3011
3005
|
}
|
|
@@ -3309,6 +3303,25 @@ input.p-dropdown-label {
|
|
|
3309
3303
|
visibility: visible;
|
|
3310
3304
|
}
|
|
3311
3305
|
|
|
3306
|
+
.p-fieldset-legend > a,
|
|
3307
|
+
.p-fieldset-legend > span {
|
|
3308
|
+
display: flex;
|
|
3309
|
+
align-items: center;
|
|
3310
|
+
justify-content: center;
|
|
3311
|
+
}
|
|
3312
|
+
|
|
3313
|
+
.p-fieldset-toggleable .p-fieldset-legend a {
|
|
3314
|
+
cursor: pointer;
|
|
3315
|
+
user-select: none;
|
|
3316
|
+
overflow: hidden;
|
|
3317
|
+
position: relative;
|
|
3318
|
+
text-decoration: none;
|
|
3319
|
+
}
|
|
3320
|
+
|
|
3321
|
+
.p-fieldset-legend-text {
|
|
3322
|
+
line-height: 1;
|
|
3323
|
+
}
|
|
3324
|
+
|
|
3312
3325
|
.p-image-mask {
|
|
3313
3326
|
display: flex;
|
|
3314
3327
|
align-items: center;
|
|
@@ -3413,27 +3426,6 @@ input.p-dropdown-label {
|
|
|
3413
3426
|
margin-left: .25rem;
|
|
3414
3427
|
}
|
|
3415
3428
|
|
|
3416
|
-
.p-inputswitch {
|
|
3417
|
-
position: relative;
|
|
3418
|
-
display: inline-block;
|
|
3419
|
-
}
|
|
3420
|
-
|
|
3421
|
-
.p-inputswitch-slider {
|
|
3422
|
-
position: absolute;
|
|
3423
|
-
cursor: pointer;
|
|
3424
|
-
top: 0;
|
|
3425
|
-
left: 0;
|
|
3426
|
-
right: 0;
|
|
3427
|
-
bottom: 0;
|
|
3428
|
-
border: 1px solid transparent;
|
|
3429
|
-
}
|
|
3430
|
-
|
|
3431
|
-
.p-inputswitch-slider:before {
|
|
3432
|
-
position: absolute;
|
|
3433
|
-
content: "";
|
|
3434
|
-
top: 50%;
|
|
3435
|
-
}
|
|
3436
|
-
|
|
3437
3429
|
.p-inputnumber {
|
|
3438
3430
|
display: inline-flex;
|
|
3439
3431
|
}
|
|
@@ -3535,6 +3527,27 @@ input.p-dropdown-label {
|
|
|
3535
3527
|
width: 100%;
|
|
3536
3528
|
}
|
|
3537
3529
|
|
|
3530
|
+
.p-inputswitch {
|
|
3531
|
+
position: relative;
|
|
3532
|
+
display: inline-block;
|
|
3533
|
+
}
|
|
3534
|
+
|
|
3535
|
+
.p-inputswitch-slider {
|
|
3536
|
+
position: absolute;
|
|
3537
|
+
cursor: pointer;
|
|
3538
|
+
top: 0;
|
|
3539
|
+
left: 0;
|
|
3540
|
+
right: 0;
|
|
3541
|
+
bottom: 0;
|
|
3542
|
+
border: 1px solid transparent;
|
|
3543
|
+
}
|
|
3544
|
+
|
|
3545
|
+
.p-inputswitch-slider:before {
|
|
3546
|
+
position: absolute;
|
|
3547
|
+
content: "";
|
|
3548
|
+
top: 50%;
|
|
3549
|
+
}
|
|
3550
|
+
|
|
3538
3551
|
.p-inputtext {
|
|
3539
3552
|
margin: 0;
|
|
3540
3553
|
}
|
|
@@ -3640,15 +3653,6 @@ input.p-dropdown-label {
|
|
|
3640
3653
|
width: 100%;
|
|
3641
3654
|
}
|
|
3642
3655
|
|
|
3643
|
-
.p-inputtextarea-resizable {
|
|
3644
|
-
overflow: hidden;
|
|
3645
|
-
resize: none;
|
|
3646
|
-
}
|
|
3647
|
-
|
|
3648
|
-
.p-fluid .p-inputtextarea {
|
|
3649
|
-
width: 100%;
|
|
3650
|
-
}
|
|
3651
|
-
|
|
3652
3656
|
@keyframes dash-frame {
|
|
3653
3657
|
100% {
|
|
3654
3658
|
stroke-dashoffset: 0;
|
|
@@ -3667,33 +3671,12 @@ input.p-dropdown-label {
|
|
|
3667
3671
|
font-size: 1.3rem;
|
|
3668
3672
|
text-align: center;
|
|
3669
3673
|
}
|
|
3670
|
-
.p-
|
|
3671
|
-
overflow: auto;
|
|
3672
|
-
}
|
|
3673
|
-
|
|
3674
|
-
.p-listbox-list {
|
|
3675
|
-
list-style-type: none;
|
|
3676
|
-
margin: 0;
|
|
3677
|
-
padding: 0;
|
|
3678
|
-
}
|
|
3679
|
-
|
|
3680
|
-
.p-listbox-item {
|
|
3681
|
-
cursor: pointer;
|
|
3682
|
-
position: relative;
|
|
3674
|
+
.p-inputtextarea-resizable {
|
|
3683
3675
|
overflow: hidden;
|
|
3676
|
+
resize: none;
|
|
3684
3677
|
}
|
|
3685
3678
|
|
|
3686
|
-
.p-
|
|
3687
|
-
position: relative;
|
|
3688
|
-
}
|
|
3689
|
-
|
|
3690
|
-
.p-listbox-filter-icon {
|
|
3691
|
-
position: absolute;
|
|
3692
|
-
top: 50%;
|
|
3693
|
-
margin-top: -.5rem;
|
|
3694
|
-
}
|
|
3695
|
-
|
|
3696
|
-
.p-listbox-filter {
|
|
3679
|
+
.p-fluid .p-inputtextarea {
|
|
3697
3680
|
width: 100%;
|
|
3698
3681
|
}
|
|
3699
3682
|
|
|
@@ -3762,7 +3745,150 @@ input.p-dropdown-label {
|
|
|
3762
3745
|
line-height: 1;
|
|
3763
3746
|
}
|
|
3764
3747
|
|
|
3765
|
-
.p-
|
|
3748
|
+
.p-megamenu {
|
|
3749
|
+
display: flex;
|
|
3750
|
+
}
|
|
3751
|
+
|
|
3752
|
+
.p-megamenu-root-list {
|
|
3753
|
+
margin: 0;
|
|
3754
|
+
padding: 0;
|
|
3755
|
+
list-style: none;
|
|
3756
|
+
}
|
|
3757
|
+
|
|
3758
|
+
.p-megamenu-root-list > .p-menuitem {
|
|
3759
|
+
position: relative;
|
|
3760
|
+
}
|
|
3761
|
+
|
|
3762
|
+
.p-megamenu .p-menuitem-link {
|
|
3763
|
+
cursor: pointer;
|
|
3764
|
+
display: flex;
|
|
3765
|
+
align-items: center;
|
|
3766
|
+
text-decoration: none;
|
|
3767
|
+
overflow: hidden;
|
|
3768
|
+
position: relative;
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
.p-megamenu .p-menuitem-text {
|
|
3772
|
+
line-height: 1;
|
|
3773
|
+
}
|
|
3774
|
+
|
|
3775
|
+
.p-megamenu-panel {
|
|
3776
|
+
display: none;
|
|
3777
|
+
position: absolute;
|
|
3778
|
+
width: auto;
|
|
3779
|
+
z-index: 1;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3782
|
+
.p-megamenu-root-list > .p-menuitem-active > .p-megamenu-panel {
|
|
3783
|
+
display: block;
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
.p-megamenu-submenu {
|
|
3787
|
+
margin: 0;
|
|
3788
|
+
padding: 0;
|
|
3789
|
+
list-style: none;
|
|
3790
|
+
}
|
|
3791
|
+
|
|
3792
|
+
/* Horizontal */
|
|
3793
|
+
.p-megamenu-horizontal {
|
|
3794
|
+
align-items: center;
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3797
|
+
.p-megamenu-horizontal .p-megamenu-root-list {
|
|
3798
|
+
display: flex;
|
|
3799
|
+
align-items: center;
|
|
3800
|
+
flex-wrap: wrap;
|
|
3801
|
+
}
|
|
3802
|
+
|
|
3803
|
+
.p-megamenu-horizontal .p-megamenu-custom,
|
|
3804
|
+
.p-megamenu-horizontal .p-megamenu-end {
|
|
3805
|
+
margin-left: auto;
|
|
3806
|
+
align-self: center;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3809
|
+
/* Vertical */
|
|
3810
|
+
.p-megamenu-vertical {
|
|
3811
|
+
flex-direction: column;
|
|
3812
|
+
}
|
|
3813
|
+
|
|
3814
|
+
.p-megamenu-vertical .p-megamenu-root-list {
|
|
3815
|
+
flex-direction: column;
|
|
3816
|
+
}
|
|
3817
|
+
|
|
3818
|
+
.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem-active > .p-megamenu-panel {
|
|
3819
|
+
left: 100%;
|
|
3820
|
+
top: 0;
|
|
3821
|
+
}
|
|
3822
|
+
|
|
3823
|
+
.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon {
|
|
3824
|
+
margin-left: auto;
|
|
3825
|
+
}
|
|
3826
|
+
|
|
3827
|
+
|
|
3828
|
+
.p-megamenu-grid {
|
|
3829
|
+
display: flex;
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3832
|
+
.p-megamenu-col-2,
|
|
3833
|
+
.p-megamenu-col-3,
|
|
3834
|
+
.p-megamenu-col-4,
|
|
3835
|
+
.p-megamenu-col-6,
|
|
3836
|
+
.p-megamenu-col-12 {
|
|
3837
|
+
flex: 0 0 auto;
|
|
3838
|
+
padding: 0.5rem;
|
|
3839
|
+
}
|
|
3840
|
+
|
|
3841
|
+
.p-megamenu-col-2 {
|
|
3842
|
+
width: 16.6667%;
|
|
3843
|
+
}
|
|
3844
|
+
|
|
3845
|
+
.p-megamenu-col-3 {
|
|
3846
|
+
width: 25%;
|
|
3847
|
+
}
|
|
3848
|
+
|
|
3849
|
+
.p-megamenu-col-4 {
|
|
3850
|
+
width: 33.3333%;
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3853
|
+
.p-megamenu-col-6 {
|
|
3854
|
+
width: 50%;
|
|
3855
|
+
}
|
|
3856
|
+
|
|
3857
|
+
.p-megamenu-col-12 {
|
|
3858
|
+
width: 100%;
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3861
|
+
.p-listbox-list-wrapper {
|
|
3862
|
+
overflow: auto;
|
|
3863
|
+
}
|
|
3864
|
+
|
|
3865
|
+
.p-listbox-list {
|
|
3866
|
+
list-style-type: none;
|
|
3867
|
+
margin: 0;
|
|
3868
|
+
padding: 0;
|
|
3869
|
+
}
|
|
3870
|
+
|
|
3871
|
+
.p-listbox-item {
|
|
3872
|
+
cursor: pointer;
|
|
3873
|
+
position: relative;
|
|
3874
|
+
overflow: hidden;
|
|
3875
|
+
}
|
|
3876
|
+
|
|
3877
|
+
.p-listbox-filter-container {
|
|
3878
|
+
position: relative;
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
.p-listbox-filter-icon {
|
|
3882
|
+
position: absolute;
|
|
3883
|
+
top: 50%;
|
|
3884
|
+
margin-top: -.5rem;
|
|
3885
|
+
}
|
|
3886
|
+
|
|
3887
|
+
.p-listbox-filter {
|
|
3888
|
+
width: 100%;
|
|
3889
|
+
}
|
|
3890
|
+
|
|
3891
|
+
.p-menubar {
|
|
3766
3892
|
display: flex;
|
|
3767
3893
|
align-items: center;
|
|
3768
3894
|
}
|
|
@@ -3793,6 +3919,7 @@ input.p-dropdown-label {
|
|
|
3793
3919
|
.p-menubar-root-list {
|
|
3794
3920
|
display: flex;
|
|
3795
3921
|
align-items: center;
|
|
3922
|
+
flex-wrap: wrap;
|
|
3796
3923
|
}
|
|
3797
3924
|
|
|
3798
3925
|
.p-menubar-root-list > li ul {
|
|
@@ -3810,7 +3937,7 @@ input.p-dropdown-label {
|
|
|
3810
3937
|
z-index: 1;
|
|
3811
3938
|
}
|
|
3812
3939
|
|
|
3813
|
-
.p-menubar .p-submenu-list > .p-menuitem-active > .p-submenu-list
|
|
3940
|
+
.p-menubar .p-submenu-list > .p-menuitem-active > .p-submenu-list {
|
|
3814
3941
|
display: block;
|
|
3815
3942
|
left: 100%;
|
|
3816
3943
|
top: 0;
|
|
@@ -4024,117 +4151,64 @@ input.p-dropdown-label {
|
|
|
4024
4151
|
display: flex;
|
|
4025
4152
|
}
|
|
4026
4153
|
|
|
4027
|
-
.p-
|
|
4154
|
+
.p-orderlist {
|
|
4028
4155
|
display: flex;
|
|
4029
4156
|
}
|
|
4030
4157
|
|
|
4031
|
-
.p-
|
|
4032
|
-
margin: 0;
|
|
4033
|
-
padding: 0;
|
|
4034
|
-
list-style: none;
|
|
4035
|
-
}
|
|
4036
|
-
|
|
4037
|
-
.p-megamenu-root-list > .p-menuitem {
|
|
4038
|
-
position: relative;
|
|
4039
|
-
}
|
|
4040
|
-
|
|
4041
|
-
.p-megamenu .p-menuitem-link {
|
|
4042
|
-
cursor: pointer;
|
|
4158
|
+
.p-orderlist-controls {
|
|
4043
4159
|
display: flex;
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
overflow: hidden;
|
|
4047
|
-
position: relative;
|
|
4048
|
-
}
|
|
4049
|
-
|
|
4050
|
-
.p-megamenu .p-menuitem-text {
|
|
4051
|
-
line-height: 1;
|
|
4052
|
-
}
|
|
4053
|
-
|
|
4054
|
-
.p-megamenu-panel {
|
|
4055
|
-
display: none;
|
|
4056
|
-
position: absolute;
|
|
4057
|
-
width: auto;
|
|
4058
|
-
z-index: 1;
|
|
4160
|
+
flex-direction: column;
|
|
4161
|
+
justify-content: center;
|
|
4059
4162
|
}
|
|
4060
4163
|
|
|
4061
|
-
.p-
|
|
4062
|
-
|
|
4164
|
+
.p-orderlist-list-container {
|
|
4165
|
+
flex: 1 1 auto;
|
|
4063
4166
|
}
|
|
4064
4167
|
|
|
4065
|
-
.p-
|
|
4168
|
+
.p-orderlist-list {
|
|
4169
|
+
list-style-type: none;
|
|
4066
4170
|
margin: 0;
|
|
4067
4171
|
padding: 0;
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
/* Horizontal */
|
|
4072
|
-
.p-megamenu-horizontal {
|
|
4073
|
-
align-items: center;
|
|
4074
|
-
}
|
|
4075
|
-
|
|
4076
|
-
.p-megamenu-horizontal .p-megamenu-root-list {
|
|
4077
|
-
display: flex;
|
|
4078
|
-
align-items: center;
|
|
4079
|
-
flex-wrap: wrap;
|
|
4080
|
-
}
|
|
4081
|
-
|
|
4082
|
-
.p-megamenu-horizontal .p-megamenu-custom,
|
|
4083
|
-
.p-megamenu-horizontal .p-megamenu-end {
|
|
4084
|
-
margin-left: auto;
|
|
4085
|
-
align-self: center;
|
|
4086
|
-
}
|
|
4087
|
-
|
|
4088
|
-
/* Vertical */
|
|
4089
|
-
.p-megamenu-vertical {
|
|
4090
|
-
flex-direction: column;
|
|
4091
|
-
}
|
|
4092
|
-
|
|
4093
|
-
.p-megamenu-vertical .p-megamenu-root-list {
|
|
4094
|
-
flex-direction: column;
|
|
4095
|
-
}
|
|
4096
|
-
|
|
4097
|
-
.p-megamenu-vertical .p-megamenu-root-list > .p-menuitem-active > .p-megamenu-panel {
|
|
4098
|
-
left: 100%;
|
|
4099
|
-
top: 0;
|
|
4172
|
+
overflow: auto;
|
|
4173
|
+
min-height: 12rem;
|
|
4174
|
+
max-height: 24rem;
|
|
4100
4175
|
}
|
|
4101
4176
|
|
|
4102
|
-
.p-
|
|
4103
|
-
|
|
4177
|
+
.p-orderlist-item {
|
|
4178
|
+
cursor: pointer;
|
|
4179
|
+
overflow: hidden;
|
|
4180
|
+
position: relative;
|
|
4104
4181
|
}
|
|
4105
4182
|
|
|
4106
|
-
|
|
4107
|
-
|
|
4108
|
-
display: flex;
|
|
4183
|
+
.p-orderlist-filter {
|
|
4184
|
+
position: relative;
|
|
4109
4185
|
}
|
|
4110
4186
|
|
|
4111
|
-
.p-
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
|
|
4115
|
-
.p-megamenu-col-12 {
|
|
4116
|
-
flex: 0 0 auto;
|
|
4117
|
-
padding: 0.5rem;
|
|
4187
|
+
.p-orderlist-filter-icon {
|
|
4188
|
+
position: absolute;
|
|
4189
|
+
top: 50%;
|
|
4190
|
+
margin-top: -.5rem;
|
|
4118
4191
|
}
|
|
4119
4192
|
|
|
4120
|
-
.p-
|
|
4121
|
-
width:
|
|
4193
|
+
.p-orderlist-filter-input {
|
|
4194
|
+
width: 100%;
|
|
4122
4195
|
}
|
|
4123
4196
|
|
|
4124
|
-
.p-
|
|
4125
|
-
|
|
4197
|
+
.p-orderlist.p-state-disabled .p-orderlist-item,
|
|
4198
|
+
.p-orderlist.p-state-disabled .p-button {
|
|
4199
|
+
cursor: default;
|
|
4126
4200
|
}
|
|
4127
4201
|
|
|
4128
|
-
.p-
|
|
4129
|
-
|
|
4202
|
+
.p-orderlist.p-state-disabled .p-orderlist-list {
|
|
4203
|
+
overflow: hidden;
|
|
4130
4204
|
}
|
|
4131
4205
|
|
|
4132
|
-
.p-
|
|
4133
|
-
|
|
4206
|
+
.p-orderlist .p-orderlist-droppoint {
|
|
4207
|
+
height: 0.5rem;
|
|
4134
4208
|
}
|
|
4135
4209
|
|
|
4136
|
-
.p-
|
|
4137
|
-
|
|
4210
|
+
.p-orderlist .p-orderlist-droppoint.p-orderlist-droppoint-highlight {
|
|
4211
|
+
background: var(--primary-color);
|
|
4138
4212
|
}
|
|
4139
4213
|
|
|
4140
4214
|
.p-organizationchart-table {
|
|
@@ -4190,66 +4264,6 @@ input.p-dropdown-label {
|
|
|
4190
4264
|
cursor: pointer;
|
|
4191
4265
|
}
|
|
4192
4266
|
|
|
4193
|
-
.p-orderlist {
|
|
4194
|
-
display: flex;
|
|
4195
|
-
}
|
|
4196
|
-
|
|
4197
|
-
.p-orderlist-controls {
|
|
4198
|
-
display: flex;
|
|
4199
|
-
flex-direction: column;
|
|
4200
|
-
justify-content: center;
|
|
4201
|
-
}
|
|
4202
|
-
|
|
4203
|
-
.p-orderlist-list-container {
|
|
4204
|
-
flex: 1 1 auto;
|
|
4205
|
-
}
|
|
4206
|
-
|
|
4207
|
-
.p-orderlist-list {
|
|
4208
|
-
list-style-type: none;
|
|
4209
|
-
margin: 0;
|
|
4210
|
-
padding: 0;
|
|
4211
|
-
overflow: auto;
|
|
4212
|
-
min-height: 12rem;
|
|
4213
|
-
max-height: 24rem;
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
|
-
.p-orderlist-item {
|
|
4217
|
-
cursor: pointer;
|
|
4218
|
-
overflow: hidden;
|
|
4219
|
-
position: relative;
|
|
4220
|
-
}
|
|
4221
|
-
|
|
4222
|
-
.p-orderlist-filter {
|
|
4223
|
-
position: relative;
|
|
4224
|
-
}
|
|
4225
|
-
|
|
4226
|
-
.p-orderlist-filter-icon {
|
|
4227
|
-
position: absolute;
|
|
4228
|
-
top: 50%;
|
|
4229
|
-
margin-top: -.5rem;
|
|
4230
|
-
}
|
|
4231
|
-
|
|
4232
|
-
.p-orderlist-filter-input {
|
|
4233
|
-
width: 100%;
|
|
4234
|
-
}
|
|
4235
|
-
|
|
4236
|
-
.p-orderlist.p-state-disabled .p-orderlist-item,
|
|
4237
|
-
.p-orderlist.p-state-disabled .p-button {
|
|
4238
|
-
cursor: default;
|
|
4239
|
-
}
|
|
4240
|
-
|
|
4241
|
-
.p-orderlist.p-state-disabled .p-orderlist-list {
|
|
4242
|
-
overflow: hidden;
|
|
4243
|
-
}
|
|
4244
|
-
|
|
4245
|
-
.p-orderlist .p-orderlist-droppoint {
|
|
4246
|
-
height: 0.5rem;
|
|
4247
|
-
}
|
|
4248
|
-
|
|
4249
|
-
.p-orderlist .p-orderlist-droppoint.p-orderlist-droppoint-highlight {
|
|
4250
|
-
background: var(--primary-color);
|
|
4251
|
-
}
|
|
4252
|
-
|
|
4253
4267
|
.p-overlaypanel {
|
|
4254
4268
|
position: absolute;
|
|
4255
4269
|
margin-top: 10px;
|
|
@@ -4329,40 +4343,35 @@ input.p-dropdown-label {
|
|
|
4329
4343
|
border-bottom-color: transparent
|
|
4330
4344
|
}
|
|
4331
4345
|
|
|
4332
|
-
.p-
|
|
4346
|
+
.p-panelmenu .p-panelmenu-header-link {
|
|
4333
4347
|
display: flex;
|
|
4334
4348
|
align-items: center;
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
.p-paginator-left-content {
|
|
4340
|
-
margin-right: auto;
|
|
4349
|
+
user-select: none;
|
|
4350
|
+
cursor: pointer;
|
|
4351
|
+
position: relative;
|
|
4352
|
+
text-decoration: none;
|
|
4341
4353
|
}
|
|
4342
4354
|
|
|
4343
|
-
.p-
|
|
4344
|
-
|
|
4355
|
+
.p-panelmenu .p-panelmenu-header-link:focus {
|
|
4356
|
+
z-index: 1;
|
|
4345
4357
|
}
|
|
4346
4358
|
|
|
4347
|
-
.p-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
display:
|
|
4359
|
+
.p-panelmenu .p-submenu-list {
|
|
4360
|
+
margin: 0;
|
|
4361
|
+
padding: 0;
|
|
4362
|
+
list-style: none;
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4365
|
+
.p-panelmenu .p-menuitem-link {
|
|
4366
|
+
display: flex;
|
|
4355
4367
|
align-items: center;
|
|
4356
|
-
justify-content: center;
|
|
4357
|
-
line-height: 1;
|
|
4358
4368
|
user-select: none;
|
|
4359
|
-
|
|
4360
|
-
|
|
4369
|
+
cursor: pointer;
|
|
4370
|
+
text-decoration: none;
|
|
4361
4371
|
}
|
|
4362
4372
|
|
|
4363
|
-
.p-
|
|
4364
|
-
|
|
4365
|
-
position: relative;
|
|
4373
|
+
.p-panelmenu .p-menuitem-text {
|
|
4374
|
+
line-height: 1;
|
|
4366
4375
|
}
|
|
4367
4376
|
|
|
4368
4377
|
.p-panel-header {
|
|
@@ -4385,35 +4394,40 @@ input.p-dropdown-label {
|
|
|
4385
4394
|
position: relative;
|
|
4386
4395
|
}
|
|
4387
4396
|
|
|
4388
|
-
.p-
|
|
4397
|
+
.p-paginator {
|
|
4389
4398
|
display: flex;
|
|
4390
4399
|
align-items: center;
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
position: relative;
|
|
4394
|
-
text-decoration: none;
|
|
4400
|
+
justify-content: center;
|
|
4401
|
+
flex-wrap: wrap;
|
|
4395
4402
|
}
|
|
4396
4403
|
|
|
4397
|
-
.p-
|
|
4398
|
-
|
|
4404
|
+
.p-paginator-left-content {
|
|
4405
|
+
margin-right: auto;
|
|
4399
4406
|
}
|
|
4400
4407
|
|
|
4401
|
-
.p-
|
|
4402
|
-
|
|
4403
|
-
padding: 0;
|
|
4404
|
-
list-style: none;
|
|
4408
|
+
.p-paginator-right-content {
|
|
4409
|
+
margin-left: auto;
|
|
4405
4410
|
}
|
|
4406
4411
|
|
|
4407
|
-
.p-
|
|
4408
|
-
|
|
4412
|
+
.p-paginator-page,
|
|
4413
|
+
.p-paginator-next,
|
|
4414
|
+
.p-paginator-last,
|
|
4415
|
+
.p-paginator-first,
|
|
4416
|
+
.p-paginator-prev,
|
|
4417
|
+
.p-paginator-current {
|
|
4418
|
+
cursor: pointer;
|
|
4419
|
+
display: inline-flex;
|
|
4409
4420
|
align-items: center;
|
|
4421
|
+
justify-content: center;
|
|
4422
|
+
line-height: 1;
|
|
4410
4423
|
user-select: none;
|
|
4411
|
-
|
|
4412
|
-
|
|
4424
|
+
overflow: hidden;
|
|
4425
|
+
position: relative;
|
|
4413
4426
|
}
|
|
4414
4427
|
|
|
4415
|
-
.p-
|
|
4416
|
-
|
|
4428
|
+
.p-paginator-element:focus {
|
|
4429
|
+
z-index: 1;
|
|
4430
|
+
position: relative;
|
|
4417
4431
|
}
|
|
4418
4432
|
|
|
4419
4433
|
.p-password {
|
|
@@ -4449,49 +4463,6 @@ input.p-dropdown-label {
|
|
|
4449
4463
|
.p-password-input::-ms-clear {
|
|
4450
4464
|
display: none;
|
|
4451
4465
|
}
|
|
4452
|
-
.p-picklist {
|
|
4453
|
-
display: flex;
|
|
4454
|
-
}
|
|
4455
|
-
|
|
4456
|
-
.p-picklist-buttons {
|
|
4457
|
-
display: flex;
|
|
4458
|
-
flex-direction: column;
|
|
4459
|
-
justify-content: center;
|
|
4460
|
-
}
|
|
4461
|
-
|
|
4462
|
-
.p-picklist-list-wrapper {
|
|
4463
|
-
flex: 1 1 50%;
|
|
4464
|
-
}
|
|
4465
|
-
|
|
4466
|
-
.p-picklist-list {
|
|
4467
|
-
list-style-type: none;
|
|
4468
|
-
margin: 0;
|
|
4469
|
-
padding: 0;
|
|
4470
|
-
overflow: auto;
|
|
4471
|
-
min-height: 12rem;
|
|
4472
|
-
max-height: 24rem;
|
|
4473
|
-
}
|
|
4474
|
-
|
|
4475
|
-
.p-picklist-item {
|
|
4476
|
-
cursor: pointer;
|
|
4477
|
-
overflow: hidden;
|
|
4478
|
-
position: relative;
|
|
4479
|
-
}
|
|
4480
|
-
|
|
4481
|
-
.p-picklist-filter {
|
|
4482
|
-
position: relative;
|
|
4483
|
-
}
|
|
4484
|
-
|
|
4485
|
-
.p-picklist-filter-icon {
|
|
4486
|
-
position: absolute;
|
|
4487
|
-
top: 50%;
|
|
4488
|
-
margin-top: -.5rem;
|
|
4489
|
-
}
|
|
4490
|
-
|
|
4491
|
-
.p-picklist-filter-input {
|
|
4492
|
-
width: 100%;
|
|
4493
|
-
}
|
|
4494
|
-
|
|
4495
4466
|
.p-progressbar {
|
|
4496
4467
|
position: relative;
|
|
4497
4468
|
overflow: hidden;
|
|
@@ -4589,6 +4560,49 @@ input.p-dropdown-label {
|
|
|
4589
4560
|
right: -8%; }
|
|
4590
4561
|
}
|
|
4591
4562
|
|
|
4563
|
+
.p-picklist {
|
|
4564
|
+
display: flex;
|
|
4565
|
+
}
|
|
4566
|
+
|
|
4567
|
+
.p-picklist-buttons {
|
|
4568
|
+
display: flex;
|
|
4569
|
+
flex-direction: column;
|
|
4570
|
+
justify-content: center;
|
|
4571
|
+
}
|
|
4572
|
+
|
|
4573
|
+
.p-picklist-list-wrapper {
|
|
4574
|
+
flex: 1 1 50%;
|
|
4575
|
+
}
|
|
4576
|
+
|
|
4577
|
+
.p-picklist-list {
|
|
4578
|
+
list-style-type: none;
|
|
4579
|
+
margin: 0;
|
|
4580
|
+
padding: 0;
|
|
4581
|
+
overflow: auto;
|
|
4582
|
+
min-height: 12rem;
|
|
4583
|
+
max-height: 24rem;
|
|
4584
|
+
}
|
|
4585
|
+
|
|
4586
|
+
.p-picklist-item {
|
|
4587
|
+
cursor: pointer;
|
|
4588
|
+
overflow: hidden;
|
|
4589
|
+
position: relative;
|
|
4590
|
+
}
|
|
4591
|
+
|
|
4592
|
+
.p-picklist-filter {
|
|
4593
|
+
position: relative;
|
|
4594
|
+
}
|
|
4595
|
+
|
|
4596
|
+
.p-picklist-filter-icon {
|
|
4597
|
+
position: absolute;
|
|
4598
|
+
top: 50%;
|
|
4599
|
+
margin-top: -.5rem;
|
|
4600
|
+
}
|
|
4601
|
+
|
|
4602
|
+
.p-picklist-filter-input {
|
|
4603
|
+
width: 100%;
|
|
4604
|
+
}
|
|
4605
|
+
|
|
4592
4606
|
.p-progress-spinner {
|
|
4593
4607
|
position: relative;
|
|
4594
4608
|
margin: 0 auto;
|
|
@@ -4677,32 +4691,6 @@ input.p-dropdown-label {
|
|
|
4677
4691
|
cursor: default;
|
|
4678
4692
|
}
|
|
4679
4693
|
|
|
4680
|
-
.p-radiobutton {
|
|
4681
|
-
display: inline-flex;
|
|
4682
|
-
cursor: pointer;
|
|
4683
|
-
user-select: none;
|
|
4684
|
-
vertical-align: bottom;
|
|
4685
|
-
}
|
|
4686
|
-
|
|
4687
|
-
.p-radiobutton-box {
|
|
4688
|
-
display: flex;
|
|
4689
|
-
justify-content: center;
|
|
4690
|
-
align-items: center;
|
|
4691
|
-
}
|
|
4692
|
-
|
|
4693
|
-
.p-radiobutton-icon {
|
|
4694
|
-
-webkit-backface-visibility: hidden;
|
|
4695
|
-
backface-visibility: hidden;
|
|
4696
|
-
transform: translateZ(0) scale(.1);
|
|
4697
|
-
border-radius: 50%;
|
|
4698
|
-
visibility: hidden;
|
|
4699
|
-
}
|
|
4700
|
-
|
|
4701
|
-
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
|
|
4702
|
-
transform: translateZ(0) scale(1.0, 1.0);
|
|
4703
|
-
visibility: visible;
|
|
4704
|
-
}
|
|
4705
|
-
|
|
4706
4694
|
.p-ripple {
|
|
4707
4695
|
overflow: hidden;
|
|
4708
4696
|
position: relative;
|
|
@@ -4731,6 +4719,32 @@ input.p-dropdown-label {
|
|
|
4731
4719
|
}
|
|
4732
4720
|
}
|
|
4733
4721
|
|
|
4722
|
+
.p-radiobutton {
|
|
4723
|
+
display: inline-flex;
|
|
4724
|
+
cursor: pointer;
|
|
4725
|
+
user-select: none;
|
|
4726
|
+
vertical-align: bottom;
|
|
4727
|
+
}
|
|
4728
|
+
|
|
4729
|
+
.p-radiobutton-box {
|
|
4730
|
+
display: flex;
|
|
4731
|
+
justify-content: center;
|
|
4732
|
+
align-items: center;
|
|
4733
|
+
}
|
|
4734
|
+
|
|
4735
|
+
.p-radiobutton-icon {
|
|
4736
|
+
-webkit-backface-visibility: hidden;
|
|
4737
|
+
backface-visibility: hidden;
|
|
4738
|
+
transform: translateZ(0) scale(.1);
|
|
4739
|
+
border-radius: 50%;
|
|
4740
|
+
visibility: hidden;
|
|
4741
|
+
}
|
|
4742
|
+
|
|
4743
|
+
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
|
|
4744
|
+
transform: translateZ(0) scale(1.0, 1.0);
|
|
4745
|
+
visibility: visible;
|
|
4746
|
+
}
|
|
4747
|
+
|
|
4734
4748
|
.p-scrolltop {
|
|
4735
4749
|
position: fixed;
|
|
4736
4750
|
bottom: 20px;
|
|
@@ -5045,39 +5059,6 @@ input.p-dropdown-label {
|
|
|
5045
5059
|
}
|
|
5046
5060
|
}
|
|
5047
5061
|
|
|
5048
|
-
.p-skeleton {
|
|
5049
|
-
position: relative;
|
|
5050
|
-
overflow: hidden;
|
|
5051
|
-
}
|
|
5052
|
-
|
|
5053
|
-
.p-skeleton::after {
|
|
5054
|
-
content: "";
|
|
5055
|
-
animation: p-skeleton-animation 1.2s infinite;
|
|
5056
|
-
height: 100%;
|
|
5057
|
-
left: 0;
|
|
5058
|
-
position: absolute;
|
|
5059
|
-
right: 0;
|
|
5060
|
-
top: 0;
|
|
5061
|
-
transform: translateX(-100%);
|
|
5062
|
-
z-index: 1;
|
|
5063
|
-
}
|
|
5064
|
-
|
|
5065
|
-
.p-skeleton-circle {
|
|
5066
|
-
border-radius: 50%;
|
|
5067
|
-
}
|
|
5068
|
-
|
|
5069
|
-
.p-skeleton-none::after {
|
|
5070
|
-
animation: none;
|
|
5071
|
-
}
|
|
5072
|
-
|
|
5073
|
-
@keyframes p-skeleton-animation {
|
|
5074
|
-
from {
|
|
5075
|
-
transform: translateX(-100%);
|
|
5076
|
-
}
|
|
5077
|
-
to {
|
|
5078
|
-
transform: translateX(100%);
|
|
5079
|
-
}
|
|
5080
|
-
}
|
|
5081
5062
|
.p-slidemenu {
|
|
5082
5063
|
width: 12.5em;
|
|
5083
5064
|
}
|
|
@@ -5155,18 +5136,51 @@ input.p-dropdown-label {
|
|
|
5155
5136
|
vertical-align: middle;
|
|
5156
5137
|
}
|
|
5157
5138
|
|
|
5158
|
-
.p-slidemenu-backward span {
|
|
5159
|
-
vertical-align: middle;
|
|
5139
|
+
.p-slidemenu-backward span {
|
|
5140
|
+
vertical-align: middle;
|
|
5141
|
+
}
|
|
5142
|
+
|
|
5143
|
+
.p-slidemenu .p-menuitem-active {
|
|
5144
|
+
position: static;
|
|
5145
|
+
}
|
|
5146
|
+
|
|
5147
|
+
.p-slidemenu .p-menuitem-active > .p-submenu-list {
|
|
5148
|
+
display: block;
|
|
5149
|
+
}
|
|
5150
|
+
|
|
5151
|
+
.p-skeleton {
|
|
5152
|
+
position: relative;
|
|
5153
|
+
overflow: hidden;
|
|
5154
|
+
}
|
|
5155
|
+
|
|
5156
|
+
.p-skeleton::after {
|
|
5157
|
+
content: "";
|
|
5158
|
+
animation: p-skeleton-animation 1.2s infinite;
|
|
5159
|
+
height: 100%;
|
|
5160
|
+
left: 0;
|
|
5161
|
+
position: absolute;
|
|
5162
|
+
right: 0;
|
|
5163
|
+
top: 0;
|
|
5164
|
+
transform: translateX(-100%);
|
|
5165
|
+
z-index: 1;
|
|
5166
|
+
}
|
|
5167
|
+
|
|
5168
|
+
.p-skeleton-circle {
|
|
5169
|
+
border-radius: 50%;
|
|
5160
5170
|
}
|
|
5161
5171
|
|
|
5162
|
-
.p-
|
|
5163
|
-
|
|
5172
|
+
.p-skeleton-none::after {
|
|
5173
|
+
animation: none;
|
|
5164
5174
|
}
|
|
5165
5175
|
|
|
5166
|
-
|
|
5167
|
-
|
|
5176
|
+
@keyframes p-skeleton-animation {
|
|
5177
|
+
from {
|
|
5178
|
+
transform: translateX(-100%);
|
|
5179
|
+
}
|
|
5180
|
+
to {
|
|
5181
|
+
transform: translateX(100%);
|
|
5182
|
+
}
|
|
5168
5183
|
}
|
|
5169
|
-
|
|
5170
5184
|
.p-slider {
|
|
5171
5185
|
position: relative;
|
|
5172
5186
|
}
|
|
@@ -5323,6 +5337,54 @@ input.p-dropdown-label {
|
|
|
5323
5337
|
flex-direction: row;
|
|
5324
5338
|
}
|
|
5325
5339
|
|
|
5340
|
+
.p-steps {
|
|
5341
|
+
position: relative;
|
|
5342
|
+
}
|
|
5343
|
+
|
|
5344
|
+
.p-steps ul {
|
|
5345
|
+
padding: 0;
|
|
5346
|
+
margin: 0;
|
|
5347
|
+
list-style-type: none;
|
|
5348
|
+
display: flex;
|
|
5349
|
+
}
|
|
5350
|
+
|
|
5351
|
+
.p-steps-item {
|
|
5352
|
+
position: relative;
|
|
5353
|
+
display: flex;
|
|
5354
|
+
justify-content: center;
|
|
5355
|
+
flex: 1 1 auto;
|
|
5356
|
+
}
|
|
5357
|
+
|
|
5358
|
+
.p-steps-item .p-menuitem-link {
|
|
5359
|
+
display: inline-flex;
|
|
5360
|
+
flex-direction: column;
|
|
5361
|
+
align-items: center;
|
|
5362
|
+
overflow: hidden;
|
|
5363
|
+
text-decoration: none;
|
|
5364
|
+
}
|
|
5365
|
+
|
|
5366
|
+
.p-steps.p-readonly .p-steps-item {
|
|
5367
|
+
cursor: auto;
|
|
5368
|
+
}
|
|
5369
|
+
|
|
5370
|
+
.p-steps-item.p-steps-current .p-menuitem-link {
|
|
5371
|
+
cursor: default;
|
|
5372
|
+
}
|
|
5373
|
+
|
|
5374
|
+
.p-steps-title {
|
|
5375
|
+
white-space: nowrap;
|
|
5376
|
+
}
|
|
5377
|
+
|
|
5378
|
+
.p-steps-number {
|
|
5379
|
+
display: flex;
|
|
5380
|
+
align-items: center;
|
|
5381
|
+
justify-content: center;
|
|
5382
|
+
}
|
|
5383
|
+
|
|
5384
|
+
.p-steps-title {
|
|
5385
|
+
display: block;
|
|
5386
|
+
}
|
|
5387
|
+
|
|
5326
5388
|
.p-splitbutton {
|
|
5327
5389
|
display: inline-flex;
|
|
5328
5390
|
position: relative;
|
|
@@ -5414,94 +5476,6 @@ input.p-dropdown-label {
|
|
|
5414
5476
|
height: 100%;
|
|
5415
5477
|
}
|
|
5416
5478
|
|
|
5417
|
-
.p-steps {
|
|
5418
|
-
position: relative;
|
|
5419
|
-
}
|
|
5420
|
-
|
|
5421
|
-
.p-steps ul {
|
|
5422
|
-
padding: 0;
|
|
5423
|
-
margin: 0;
|
|
5424
|
-
list-style-type: none;
|
|
5425
|
-
display: flex;
|
|
5426
|
-
}
|
|
5427
|
-
|
|
5428
|
-
.p-steps-item {
|
|
5429
|
-
position: relative;
|
|
5430
|
-
display: flex;
|
|
5431
|
-
justify-content: center;
|
|
5432
|
-
flex: 1 1 auto;
|
|
5433
|
-
}
|
|
5434
|
-
|
|
5435
|
-
.p-steps-item .p-menuitem-link {
|
|
5436
|
-
display: inline-flex;
|
|
5437
|
-
flex-direction: column;
|
|
5438
|
-
align-items: center;
|
|
5439
|
-
overflow: hidden;
|
|
5440
|
-
text-decoration: none;
|
|
5441
|
-
}
|
|
5442
|
-
|
|
5443
|
-
.p-steps.p-readonly .p-steps-item {
|
|
5444
|
-
cursor: auto;
|
|
5445
|
-
}
|
|
5446
|
-
|
|
5447
|
-
.p-steps-item.p-steps-current .p-menuitem-link {
|
|
5448
|
-
cursor: default;
|
|
5449
|
-
}
|
|
5450
|
-
|
|
5451
|
-
.p-steps-title {
|
|
5452
|
-
white-space: nowrap;
|
|
5453
|
-
}
|
|
5454
|
-
|
|
5455
|
-
.p-steps-number {
|
|
5456
|
-
display: flex;
|
|
5457
|
-
align-items: center;
|
|
5458
|
-
justify-content: center;
|
|
5459
|
-
}
|
|
5460
|
-
|
|
5461
|
-
.p-steps-title {
|
|
5462
|
-
display: block;
|
|
5463
|
-
}
|
|
5464
|
-
|
|
5465
|
-
.p-tabmenu {
|
|
5466
|
-
overflow-x: auto;
|
|
5467
|
-
}
|
|
5468
|
-
|
|
5469
|
-
.p-tabmenu-nav {
|
|
5470
|
-
display: flex;
|
|
5471
|
-
margin: 0;
|
|
5472
|
-
padding: 0;
|
|
5473
|
-
list-style-type: none;
|
|
5474
|
-
flex-wrap: nowrap;
|
|
5475
|
-
}
|
|
5476
|
-
|
|
5477
|
-
.p-tabmenu-nav a {
|
|
5478
|
-
cursor: pointer;
|
|
5479
|
-
user-select: none;
|
|
5480
|
-
display: flex;
|
|
5481
|
-
align-items: center;
|
|
5482
|
-
position: relative;
|
|
5483
|
-
text-decoration: none;
|
|
5484
|
-
text-decoration: none;
|
|
5485
|
-
overflow: hidden;
|
|
5486
|
-
}
|
|
5487
|
-
|
|
5488
|
-
.p-tabmenu-nav a:focus {
|
|
5489
|
-
z-index: 1;
|
|
5490
|
-
}
|
|
5491
|
-
|
|
5492
|
-
.p-tabmenu-nav .p-menuitem-text {
|
|
5493
|
-
line-height: 1;
|
|
5494
|
-
}
|
|
5495
|
-
|
|
5496
|
-
.p-tabmenu-ink-bar {
|
|
5497
|
-
display: none;
|
|
5498
|
-
z-index: 1;
|
|
5499
|
-
}
|
|
5500
|
-
|
|
5501
|
-
.p-tabmenu::-webkit-scrollbar {
|
|
5502
|
-
display: none;
|
|
5503
|
-
}
|
|
5504
|
-
|
|
5505
5479
|
.p-tabview-nav-container {
|
|
5506
5480
|
position: relative;
|
|
5507
5481
|
}
|
|
@@ -5577,26 +5551,43 @@ input.p-dropdown-label {
|
|
|
5577
5551
|
display: none;
|
|
5578
5552
|
}
|
|
5579
5553
|
|
|
5580
|
-
.p-
|
|
5581
|
-
|
|
5582
|
-
overflow: auto;
|
|
5554
|
+
.p-tabmenu {
|
|
5555
|
+
overflow-x: auto;
|
|
5583
5556
|
}
|
|
5584
5557
|
|
|
5585
|
-
.p-
|
|
5558
|
+
.p-tabmenu-nav {
|
|
5559
|
+
display: flex;
|
|
5560
|
+
margin: 0;
|
|
5561
|
+
padding: 0;
|
|
5562
|
+
list-style-type: none;
|
|
5563
|
+
flex-wrap: nowrap;
|
|
5564
|
+
}
|
|
5565
|
+
|
|
5566
|
+
.p-tabmenu-nav a {
|
|
5567
|
+
cursor: pointer;
|
|
5568
|
+
user-select: none;
|
|
5586
5569
|
display: flex;
|
|
5587
5570
|
align-items: center;
|
|
5571
|
+
position: relative;
|
|
5572
|
+
text-decoration: none;
|
|
5573
|
+
text-decoration: none;
|
|
5574
|
+
overflow: hidden;
|
|
5588
5575
|
}
|
|
5589
5576
|
|
|
5590
|
-
.p-
|
|
5591
|
-
|
|
5592
|
-
border: 0 none;
|
|
5593
|
-
background-color: transparent;
|
|
5594
|
-
color: inherit;
|
|
5595
|
-
padding: 0;
|
|
5596
|
-
outline: 0 none;
|
|
5577
|
+
.p-tabmenu-nav a:focus {
|
|
5578
|
+
z-index: 1;
|
|
5597
5579
|
}
|
|
5598
5580
|
|
|
5599
|
-
.p-
|
|
5581
|
+
.p-tabmenu-nav .p-menuitem-text {
|
|
5582
|
+
line-height: 1;
|
|
5583
|
+
}
|
|
5584
|
+
|
|
5585
|
+
.p-tabmenu-ink-bar {
|
|
5586
|
+
display: none;
|
|
5587
|
+
z-index: 1;
|
|
5588
|
+
}
|
|
5589
|
+
|
|
5590
|
+
.p-tabmenu::-webkit-scrollbar {
|
|
5600
5591
|
display: none;
|
|
5601
5592
|
}
|
|
5602
5593
|
|
|
@@ -5615,6 +5606,29 @@ input.p-dropdown-label {
|
|
|
5615
5606
|
.p-tag.p-tag-rounded {
|
|
5616
5607
|
border-radius: 10rem;
|
|
5617
5608
|
}
|
|
5609
|
+
.p-terminal {
|
|
5610
|
+
height: 18rem;
|
|
5611
|
+
overflow: auto;
|
|
5612
|
+
}
|
|
5613
|
+
|
|
5614
|
+
.p-terminal-prompt-container {
|
|
5615
|
+
display: flex;
|
|
5616
|
+
align-items: center;
|
|
5617
|
+
}
|
|
5618
|
+
|
|
5619
|
+
.p-terminal-input {
|
|
5620
|
+
flex: 1 1 auto;
|
|
5621
|
+
border: 0 none;
|
|
5622
|
+
background-color: transparent;
|
|
5623
|
+
color: inherit;
|
|
5624
|
+
padding: 0;
|
|
5625
|
+
outline: 0 none;
|
|
5626
|
+
}
|
|
5627
|
+
|
|
5628
|
+
.p-terminal-input::-ms-clear {
|
|
5629
|
+
display: none;
|
|
5630
|
+
}
|
|
5631
|
+
|
|
5618
5632
|
.p-tieredmenu-overlay {
|
|
5619
5633
|
position: absolute;
|
|
5620
5634
|
}
|
|
@@ -5774,6 +5788,25 @@ input.p-dropdown-label {
|
|
|
5774
5788
|
flex-direction: column-reverse;
|
|
5775
5789
|
}
|
|
5776
5790
|
|
|
5791
|
+
.p-toolbar {
|
|
5792
|
+
display: flex;
|
|
5793
|
+
align-items: center;
|
|
5794
|
+
justify-content: space-between;
|
|
5795
|
+
flex-wrap: wrap;
|
|
5796
|
+
}
|
|
5797
|
+
|
|
5798
|
+
.p-toolbar-group-start,
|
|
5799
|
+
.p-toolbar-group-center,
|
|
5800
|
+
.p-toolbar-group-end {
|
|
5801
|
+
display: flex;
|
|
5802
|
+
align-items: center;
|
|
5803
|
+
}
|
|
5804
|
+
|
|
5805
|
+
.p-toolbar-group-left,
|
|
5806
|
+
.p-toolbar-group-right {
|
|
5807
|
+
display: flex;
|
|
5808
|
+
align-items: center;
|
|
5809
|
+
}
|
|
5777
5810
|
.p-toast {
|
|
5778
5811
|
position: fixed;
|
|
5779
5812
|
width: calc(100% - var(--toast-indent, 0px));
|
|
@@ -5877,25 +5910,6 @@ input.p-dropdown-label {
|
|
|
5877
5910
|
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1), opacity 0.3s, margin-bottom 0.3s;
|
|
5878
5911
|
}
|
|
5879
5912
|
|
|
5880
|
-
.p-toolbar {
|
|
5881
|
-
display: flex;
|
|
5882
|
-
align-items: center;
|
|
5883
|
-
justify-content: space-between;
|
|
5884
|
-
flex-wrap: wrap;
|
|
5885
|
-
}
|
|
5886
|
-
|
|
5887
|
-
.p-toolbar-group-start,
|
|
5888
|
-
.p-toolbar-group-center,
|
|
5889
|
-
.p-toolbar-group-end {
|
|
5890
|
-
display: flex;
|
|
5891
|
-
align-items: center;
|
|
5892
|
-
}
|
|
5893
|
-
|
|
5894
|
-
.p-toolbar-group-left,
|
|
5895
|
-
.p-toolbar-group-right {
|
|
5896
|
-
display: flex;
|
|
5897
|
-
align-items: center;
|
|
5898
|
-
}
|
|
5899
5913
|
.p-tree-container {
|
|
5900
5914
|
margin: 0;
|
|
5901
5915
|
padding: 0;
|