primeng 16.8.0 → 16.9.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/breadcrumb/breadcrumb.interface.d.ts +2 -2
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2022/autocomplete/autocomplete.mjs +4 -3
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
- package/esm2022/calendar/calendar.mjs +4 -3
- package/esm2022/contextmenu/contextmenu.mjs +8 -4
- package/esm2022/dropdown/dropdown.mjs +12 -7
- package/esm2022/listbox/listbox.interface.mjs +1 -1
- package/esm2022/listbox/listbox.mjs +2 -2
- package/esm2022/multiselect/multiselect.mjs +17 -5
- package/esm2022/orderlist/orderlist.mjs +65 -33
- package/esm2022/picklist/picklist.mjs +316 -53
- package/esm2022/sidebar/sidebar.mjs +5 -14
- package/esm2022/splitter/splitter.mjs +3 -3
- package/esm2022/table/table.mjs +10 -8
- package/esm2022/tabview/tabview.mjs +68 -23
- package/fesm2022/primeng-autocomplete.mjs +3 -2
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +3 -2
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +7 -3
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +11 -6
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +1 -1
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +16 -4
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +64 -32
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +315 -52
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +4 -13
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +2 -2
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +9 -7
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +67 -22
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/listbox/listbox.interface.d.ts +1 -1
- package/multiselect/multiselect.d.ts +2 -0
- package/orderlist/orderlist.d.ts +20 -4
- package/package.json +104 -104
- package/picklist/picklist.d.ts +57 -5
- package/resources/components/dropdown/dropdown.css +1 -7
- package/resources/components/table/table.css +3 -3
- package/resources/themes/arya-blue/theme.css +7 -3
- package/resources/themes/arya-green/theme.css +7 -3
- package/resources/themes/arya-orange/theme.css +7 -3
- package/resources/themes/arya-purple/theme.css +7 -3
- package/resources/themes/bootstrap4-dark-blue/theme.css +7 -3
- package/resources/themes/bootstrap4-dark-purple/theme.css +7 -3
- package/resources/themes/bootstrap4-light-blue/theme.css +7 -3
- package/resources/themes/bootstrap4-light-purple/theme.css +7 -3
- package/resources/themes/fluent-light/theme.css +7 -3
- package/resources/themes/lara-dark-blue/theme.css +7 -3
- package/resources/themes/lara-dark-indigo/theme.css +7 -3
- package/resources/themes/lara-dark-purple/theme.css +7 -3
- package/resources/themes/lara-dark-teal/theme.css +7 -3
- package/resources/themes/lara-light-blue/theme.css +7 -3
- package/resources/themes/lara-light-indigo/theme.css +7 -3
- package/resources/themes/lara-light-purple/theme.css +7 -3
- package/resources/themes/lara-light-teal/theme.css +7 -3
- package/resources/themes/luna-amber/theme.css +7 -3
- package/resources/themes/luna-blue/theme.css +7 -3
- package/resources/themes/luna-green/theme.css +7 -3
- package/resources/themes/luna-pink/theme.css +7 -3
- package/resources/themes/md-dark-deeppurple/theme.css +7 -3
- package/resources/themes/md-dark-indigo/theme.css +7 -3
- package/resources/themes/md-light-deeppurple/theme.css +7 -3
- package/resources/themes/md-light-indigo/theme.css +7 -3
- package/resources/themes/mdc-dark-deeppurple/theme.css +7 -3
- package/resources/themes/mdc-dark-indigo/theme.css +7 -3
- package/resources/themes/mdc-light-deeppurple/theme.css +7 -3
- package/resources/themes/mdc-light-indigo/theme.css +7 -3
- package/resources/themes/mira/theme.css +7 -3
- package/resources/themes/nano/theme.css +7 -3
- package/resources/themes/nova/theme.css +7 -3
- package/resources/themes/nova-accent/theme.css +7 -3
- package/resources/themes/nova-alt/theme.css +7 -3
- package/resources/themes/rhea/theme.css +7 -3
- package/resources/themes/saga-blue/theme.css +7 -3
- package/resources/themes/saga-green/theme.css +7 -3
- package/resources/themes/saga-orange/theme.css +7 -3
- package/resources/themes/saga-purple/theme.css +7 -3
- package/resources/themes/soho-dark/theme.css +7 -3
- package/resources/themes/soho-light/theme.css +7 -3
- package/resources/themes/tailwind-light/theme.css +7 -3
- package/resources/themes/vela-blue/theme.css +7 -3
- package/resources/themes/vela-green/theme.css +7 -3
- package/resources/themes/vela-orange/theme.css +7 -3
- package/resources/themes/vela-purple/theme.css +7 -3
- package/resources/themes/viva-dark/theme.css +7 -3
- package/resources/themes/viva-light/theme.css +7 -3
- package/sidebar/sidebar.d.ts +2 -3
- package/tabview/tabview.d.ts +19 -2
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #383838;
|
4071
4071
|
background: #1e1e1e;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #383838;
|
4080
4082
|
background: #1e1e1e;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #383838;
|
4071
4071
|
background: #1e1e1e;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #383838;
|
4080
4082
|
background: #1e1e1e;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: rgba(255, 255, 255, 0.87);
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: box-shadow 0.15s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: rgba(255, 255, 255, 0.04);
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: rgba(255, 255, 255, 0.87);
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: box-shadow 0.15s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: rgba(255, 255, 255, 0.04);
|
@@ -4082,15 +4082,19 @@
|
|
4082
4082
|
border: 1px solid #3f4b5b;
|
4083
4083
|
background: #2a323d;
|
4084
4084
|
color: rgba(255, 255, 255, 0.87);
|
4085
|
+
border-top: 0 none;
|
4086
|
+
}
|
4087
|
+
.p-panel .p-panel-content:last-child {
|
4085
4088
|
border-bottom-right-radius: 4px;
|
4086
4089
|
border-bottom-left-radius: 4px;
|
4087
|
-
border-top: 0 none;
|
4088
4090
|
}
|
4089
4091
|
.p-panel .p-panel-footer {
|
4090
4092
|
padding: 0.5rem 1.25rem;
|
4091
4093
|
border: 1px solid #3f4b5b;
|
4092
4094
|
background: #2a323d;
|
4093
4095
|
color: rgba(255, 255, 255, 0.87);
|
4096
|
+
border-bottom-right-radius: 4px;
|
4097
|
+
border-bottom-left-radius: 4px;
|
4094
4098
|
border-top: 0 none;
|
4095
4099
|
}
|
4096
4100
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: rgba(255, 255, 255, 0.87);
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: box-shadow 0.15s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: rgba(255, 255, 255, 0.04);
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: rgba(255, 255, 255, 0.87);
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: box-shadow 0.15s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: rgba(255, 255, 255, 0.04);
|
@@ -4082,15 +4082,19 @@
|
|
4082
4082
|
border: 1px solid #3f4b5b;
|
4083
4083
|
background: #2a323d;
|
4084
4084
|
color: rgba(255, 255, 255, 0.87);
|
4085
|
+
border-top: 0 none;
|
4086
|
+
}
|
4087
|
+
.p-panel .p-panel-content:last-child {
|
4085
4088
|
border-bottom-right-radius: 4px;
|
4086
4089
|
border-bottom-left-radius: 4px;
|
4087
|
-
border-top: 0 none;
|
4088
4090
|
}
|
4089
4091
|
.p-panel .p-panel-footer {
|
4090
4092
|
padding: 0.5rem 1.25rem;
|
4091
4093
|
border: 1px solid #3f4b5b;
|
4092
4094
|
background: #2a323d;
|
4093
4095
|
color: rgba(255, 255, 255, 0.87);
|
4096
|
+
border-bottom-right-radius: 4px;
|
4097
|
+
border-bottom-left-radius: 4px;
|
4094
4098
|
border-top: 0 none;
|
4095
4099
|
}
|
4096
4100
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: #212529;
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: box-shadow 0.15s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: #e9ecef;
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: #212529;
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: box-shadow 0.15s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: #e9ecef;
|
@@ -4082,15 +4082,19 @@
|
|
4082
4082
|
border: 1px solid #dee2e6;
|
4083
4083
|
background: #ffffff;
|
4084
4084
|
color: #212529;
|
4085
|
+
border-top: 0 none;
|
4086
|
+
}
|
4087
|
+
.p-panel .p-panel-content:last-child {
|
4085
4088
|
border-bottom-right-radius: 4px;
|
4086
4089
|
border-bottom-left-radius: 4px;
|
4087
|
-
border-top: 0 none;
|
4088
4090
|
}
|
4089
4091
|
.p-panel .p-panel-footer {
|
4090
4092
|
padding: 0.5rem 1.25rem;
|
4091
4093
|
border: 1px solid #dee2e6;
|
4092
4094
|
background: #ffffff;
|
4093
4095
|
color: #212529;
|
4096
|
+
border-bottom-right-radius: 4px;
|
4097
|
+
border-bottom-left-radius: 4px;
|
4094
4098
|
border-top: 0 none;
|
4095
4099
|
}
|
4096
4100
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: #212529;
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: box-shadow 0.15s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: #e9ecef;
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: #212529;
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: box-shadow 0.15s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: #e9ecef;
|
@@ -4082,15 +4082,19 @@
|
|
4082
4082
|
border: 1px solid #dee2e6;
|
4083
4083
|
background: #ffffff;
|
4084
4084
|
color: #212529;
|
4085
|
+
border-top: 0 none;
|
4086
|
+
}
|
4087
|
+
.p-panel .p-panel-content:last-child {
|
4085
4088
|
border-bottom-right-radius: 4px;
|
4086
4089
|
border-bottom-left-radius: 4px;
|
4087
|
-
border-top: 0 none;
|
4088
4090
|
}
|
4089
4091
|
.p-panel .p-panel-footer {
|
4090
4092
|
padding: 0.5rem 1.25rem;
|
4091
4093
|
border: 1px solid #dee2e6;
|
4092
4094
|
background: #ffffff;
|
4093
4095
|
color: #212529;
|
4096
|
+
border-bottom-right-radius: 4px;
|
4097
|
+
border-bottom-left-radius: 4px;
|
4094
4098
|
border-top: 0 none;
|
4095
4099
|
}
|
4096
4100
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 1px solid transparent;
|
3235
3235
|
color: #323130;
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: #f3f2f1;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 1px solid transparent;
|
3443
3443
|
color: #323130;
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: #f3f2f1;
|
@@ -4046,15 +4046,19 @@
|
|
4046
4046
|
border: 1px solid #a19f9d;
|
4047
4047
|
background: #ffffff;
|
4048
4048
|
color: #323130;
|
4049
|
+
border-top: 0 none;
|
4050
|
+
}
|
4051
|
+
.p-panel .p-panel-content:last-child {
|
4049
4052
|
border-bottom-right-radius: 2px;
|
4050
4053
|
border-bottom-left-radius: 2px;
|
4051
|
-
border-top: 0 none;
|
4052
4054
|
}
|
4053
4055
|
.p-panel .p-panel-footer {
|
4054
4056
|
padding: 0.5rem 1rem;
|
4055
4057
|
border: 1px solid #a19f9d;
|
4056
4058
|
background: #ffffff;
|
4057
4059
|
color: #323130;
|
4060
|
+
border-bottom-right-radius: 2px;
|
4061
|
+
border-bottom-left-radius: 2px;
|
4058
4062
|
border-top: 0 none;
|
4059
4063
|
}
|
4060
4064
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: rgba(255, 255, 255, 0.87);
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: rgba(255, 255, 255, 0.87);
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #0b213f;
|
4066
4066
|
background: #071426;
|
4067
4067
|
color: rgba(255, 255, 255, 0.87);
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #0b213f;
|
4075
4077
|
background: #071426;
|
4076
4078
|
color: rgba(255, 255, 255, 0.87);
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: rgba(255, 255, 255, 0.87);
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: rgba(255, 255, 255, 0.87);
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #0b213f;
|
4066
4066
|
background: #071426;
|
4067
4067
|
color: rgba(255, 255, 255, 0.87);
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #0b213f;
|
4075
4077
|
background: #071426;
|
4076
4078
|
color: rgba(255, 255, 255, 0.87);
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: rgba(255, 255, 255, 0.87);
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: rgba(255, 255, 255, 0.87);
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #0b213f;
|
4066
4066
|
background: #071426;
|
4067
4067
|
color: rgba(255, 255, 255, 0.87);
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #0b213f;
|
4075
4077
|
background: #071426;
|
4076
4078
|
color: rgba(255, 255, 255, 0.87);
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: rgba(255, 255, 255, 0.87);
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: rgba(255, 255, 255, 0.87);
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #0b213f;
|
4066
4066
|
background: #071426;
|
4067
4067
|
color: rgba(255, 255, 255, 0.87);
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #0b213f;
|
4075
4077
|
background: #071426;
|
4076
4078
|
color: rgba(255, 255, 255, 0.87);
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: #495057;
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: #e9ecef;
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: #495057;
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: #e9ecef;
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #dee2e6;
|
4066
4066
|
background: #ffffff;
|
4067
4067
|
color: #495057;
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #dee2e6;
|
4075
4077
|
background: #ffffff;
|
4076
4078
|
color: #495057;
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: #495057;
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: #e9ecef;
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: #495057;
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: #e9ecef;
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #dee2e6;
|
4066
4066
|
background: #ffffff;
|
4067
4067
|
color: #495057;
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #dee2e6;
|
4075
4077
|
background: #ffffff;
|
4076
4078
|
color: #495057;
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: #495057;
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: #e9ecef;
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: #495057;
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: #e9ecef;
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #dee2e6;
|
4066
4066
|
background: #ffffff;
|
4067
4067
|
color: #495057;
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #dee2e6;
|
4075
4077
|
background: #ffffff;
|
4076
4078
|
color: #495057;
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: #495057;
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: #e9ecef;
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: #495057;
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: #e9ecef;
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #dee2e6;
|
4066
4066
|
background: #ffffff;
|
4067
4067
|
color: #495057;
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #dee2e6;
|
4075
4077
|
background: #ffffff;
|
4076
4078
|
color: #495057;
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: #dedede;
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: #4c4c4c;
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: #dedede;
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: #4c4c4c;
|
@@ -4058,15 +4058,19 @@
|
|
4058
4058
|
border: 1px solid #191919;
|
4059
4059
|
background: #323232;
|
4060
4060
|
color: #dedede;
|
4061
|
+
border-top: 0 none;
|
4062
|
+
}
|
4063
|
+
.p-panel .p-panel-content:last-child {
|
4061
4064
|
border-bottom-right-radius: 3px;
|
4062
4065
|
border-bottom-left-radius: 3px;
|
4063
|
-
border-top: 0 none;
|
4064
4066
|
}
|
4065
4067
|
.p-panel .p-panel-footer {
|
4066
4068
|
padding: 0.571rem 1rem;
|
4067
4069
|
border: 1px solid #191919;
|
4068
4070
|
background: #323232;
|
4069
4071
|
color: #dedede;
|
4072
|
+
border-bottom-right-radius: 3px;
|
4073
|
+
border-bottom-left-radius: 3px;
|
4070
4074
|
border-top: 0 none;
|
4071
4075
|
}
|
4072
4076
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: #dedede;
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: #4c4c4c;
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: #dedede;
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: #4c4c4c;
|
@@ -4058,15 +4058,19 @@
|
|
4058
4058
|
border: 1px solid #191919;
|
4059
4059
|
background: #323232;
|
4060
4060
|
color: #dedede;
|
4061
|
+
border-top: 0 none;
|
4062
|
+
}
|
4063
|
+
.p-panel .p-panel-content:last-child {
|
4061
4064
|
border-bottom-right-radius: 3px;
|
4062
4065
|
border-bottom-left-radius: 3px;
|
4063
|
-
border-top: 0 none;
|
4064
4066
|
}
|
4065
4067
|
.p-panel .p-panel-footer {
|
4066
4068
|
padding: 0.571rem 1rem;
|
4067
4069
|
border: 1px solid #191919;
|
4068
4070
|
background: #323232;
|
4069
4071
|
color: #dedede;
|
4072
|
+
border-bottom-right-radius: 3px;
|
4073
|
+
border-bottom-left-radius: 3px;
|
4070
4074
|
border-top: 0 none;
|
4071
4075
|
}
|
4072
4076
|
.p-panel .p-panel-icons-end {
|