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
@@ -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 {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(255, 255, 255, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: none;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(255, 255, 255, 0.04);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(255, 255, 255, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: none;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(255, 255, 255, 0.04);
|
@@ -4094,15 +4094,19 @@
|
|
4094
4094
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4095
4095
|
background: #1e1e1e;
|
4096
4096
|
color: rgba(255, 255, 255, 0.87);
|
4097
|
+
border-top: 0 none;
|
4098
|
+
}
|
4099
|
+
.p-panel .p-panel-content:last-child {
|
4097
4100
|
border-bottom-right-radius: 4px;
|
4098
4101
|
border-bottom-left-radius: 4px;
|
4099
|
-
border-top: 0 none;
|
4100
4102
|
}
|
4101
4103
|
.p-panel .p-panel-footer {
|
4102
4104
|
padding: 1rem 1rem;
|
4103
4105
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4104
4106
|
background: #1e1e1e;
|
4105
4107
|
color: rgba(255, 255, 255, 0.87);
|
4108
|
+
border-bottom-right-radius: 4px;
|
4109
|
+
border-bottom-left-radius: 4px;
|
4106
4110
|
border-top: 0 none;
|
4107
4111
|
}
|
4108
4112
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(255, 255, 255, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: none;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(255, 255, 255, 0.04);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(255, 255, 255, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: none;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(255, 255, 255, 0.04);
|
@@ -4094,15 +4094,19 @@
|
|
4094
4094
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4095
4095
|
background: #1e1e1e;
|
4096
4096
|
color: rgba(255, 255, 255, 0.87);
|
4097
|
+
border-top: 0 none;
|
4098
|
+
}
|
4099
|
+
.p-panel .p-panel-content:last-child {
|
4097
4100
|
border-bottom-right-radius: 4px;
|
4098
4101
|
border-bottom-left-radius: 4px;
|
4099
|
-
border-top: 0 none;
|
4100
4102
|
}
|
4101
4103
|
.p-panel .p-panel-footer {
|
4102
4104
|
padding: 1rem 1rem;
|
4103
4105
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4104
4106
|
background: #1e1e1e;
|
4105
4107
|
color: rgba(255, 255, 255, 0.87);
|
4108
|
+
border-bottom-right-radius: 4px;
|
4109
|
+
border-bottom-left-radius: 4px;
|
4106
4110
|
border-top: 0 none;
|
4107
4111
|
}
|
4108
4112
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(0, 0, 0, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: none;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(0, 0, 0, 0.04);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(0, 0, 0, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: none;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(0, 0, 0, 0.04);
|
@@ -4094,15 +4094,19 @@
|
|
4094
4094
|
border: 1px solid #e0e0e0;
|
4095
4095
|
background: #ffffff;
|
4096
4096
|
color: rgba(0, 0, 0, 0.87);
|
4097
|
+
border-top: 0 none;
|
4098
|
+
}
|
4099
|
+
.p-panel .p-panel-content:last-child {
|
4097
4100
|
border-bottom-right-radius: 4px;
|
4098
4101
|
border-bottom-left-radius: 4px;
|
4099
|
-
border-top: 0 none;
|
4100
4102
|
}
|
4101
4103
|
.p-panel .p-panel-footer {
|
4102
4104
|
padding: 1rem 1rem;
|
4103
4105
|
border: 1px solid #e0e0e0;
|
4104
4106
|
background: #ffffff;
|
4105
4107
|
color: rgba(0, 0, 0, 0.87);
|
4108
|
+
border-bottom-right-radius: 4px;
|
4109
|
+
border-bottom-left-radius: 4px;
|
4106
4110
|
border-top: 0 none;
|
4107
4111
|
}
|
4108
4112
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(0, 0, 0, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: none;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(0, 0, 0, 0.04);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(0, 0, 0, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: none;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(0, 0, 0, 0.04);
|
@@ -4094,15 +4094,19 @@
|
|
4094
4094
|
border: 1px solid #e0e0e0;
|
4095
4095
|
background: #ffffff;
|
4096
4096
|
color: rgba(0, 0, 0, 0.87);
|
4097
|
+
border-top: 0 none;
|
4098
|
+
}
|
4099
|
+
.p-panel .p-panel-content:last-child {
|
4097
4100
|
border-bottom-right-radius: 4px;
|
4098
4101
|
border-bottom-left-radius: 4px;
|
4099
|
-
border-top: 0 none;
|
4100
4102
|
}
|
4101
4103
|
.p-panel .p-panel-footer {
|
4102
4104
|
padding: 1rem 1rem;
|
4103
4105
|
border: 1px solid #e0e0e0;
|
4104
4106
|
background: #ffffff;
|
4105
4107
|
color: rgba(0, 0, 0, 0.87);
|
4108
|
+
border-bottom-right-radius: 4px;
|
4109
|
+
border-bottom-left-radius: 4px;
|
4106
4110
|
border-top: 0 none;
|
4107
4111
|
}
|
4108
4112
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(255, 255, 255, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: none;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(255, 255, 255, 0.04);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(255, 255, 255, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: none;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(255, 255, 255, 0.04);
|
@@ -4094,15 +4094,19 @@
|
|
4094
4094
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4095
4095
|
background: #1e1e1e;
|
4096
4096
|
color: rgba(255, 255, 255, 0.87);
|
4097
|
+
border-top: 0 none;
|
4098
|
+
}
|
4099
|
+
.p-panel .p-panel-content:last-child {
|
4097
4100
|
border-bottom-right-radius: 4px;
|
4098
4101
|
border-bottom-left-radius: 4px;
|
4099
|
-
border-top: 0 none;
|
4100
4102
|
}
|
4101
4103
|
.p-panel .p-panel-footer {
|
4102
4104
|
padding: 0.75rem 0.75rem;
|
4103
4105
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4104
4106
|
background: #1e1e1e;
|
4105
4107
|
color: rgba(255, 255, 255, 0.87);
|
4108
|
+
border-bottom-right-radius: 4px;
|
4109
|
+
border-bottom-left-radius: 4px;
|
4106
4110
|
border-top: 0 none;
|
4107
4111
|
}
|
4108
4112
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(255, 255, 255, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: none;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(255, 255, 255, 0.04);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(255, 255, 255, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: none;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(255, 255, 255, 0.04);
|
@@ -4094,15 +4094,19 @@
|
|
4094
4094
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4095
4095
|
background: #1e1e1e;
|
4096
4096
|
color: rgba(255, 255, 255, 0.87);
|
4097
|
+
border-top: 0 none;
|
4098
|
+
}
|
4099
|
+
.p-panel .p-panel-content:last-child {
|
4097
4100
|
border-bottom-right-radius: 4px;
|
4098
4101
|
border-bottom-left-radius: 4px;
|
4099
|
-
border-top: 0 none;
|
4100
4102
|
}
|
4101
4103
|
.p-panel .p-panel-footer {
|
4102
4104
|
padding: 0.75rem 0.75rem;
|
4103
4105
|
border: 1px solid rgba(255, 255, 255, 0.12);
|
4104
4106
|
background: #1e1e1e;
|
4105
4107
|
color: rgba(255, 255, 255, 0.87);
|
4108
|
+
border-bottom-right-radius: 4px;
|
4109
|
+
border-bottom-left-radius: 4px;
|
4106
4110
|
border-top: 0 none;
|
4107
4111
|
}
|
4108
4112
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(0, 0, 0, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: none;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(0, 0, 0, 0.04);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(0, 0, 0, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: none;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(0, 0, 0, 0.04);
|
@@ -4094,15 +4094,19 @@
|
|
4094
4094
|
border: 1px solid #e0e0e0;
|
4095
4095
|
background: #ffffff;
|
4096
4096
|
color: rgba(0, 0, 0, 0.87);
|
4097
|
+
border-top: 0 none;
|
4098
|
+
}
|
4099
|
+
.p-panel .p-panel-content:last-child {
|
4097
4100
|
border-bottom-right-radius: 4px;
|
4098
4101
|
border-bottom-left-radius: 4px;
|
4099
|
-
border-top: 0 none;
|
4100
4102
|
}
|
4101
4103
|
.p-panel .p-panel-footer {
|
4102
4104
|
padding: 0.75rem 0.75rem;
|
4103
4105
|
border: 1px solid #e0e0e0;
|
4104
4106
|
background: #ffffff;
|
4105
4107
|
color: rgba(0, 0, 0, 0.87);
|
4108
|
+
border-bottom-right-radius: 4px;
|
4109
|
+
border-bottom-left-radius: 4px;
|
4106
4110
|
border-top: 0 none;
|
4107
4111
|
}
|
4108
4112
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(0, 0, 0, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: none;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(0, 0, 0, 0.04);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(0, 0, 0, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: none;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(0, 0, 0, 0.04);
|
@@ -4094,15 +4094,19 @@
|
|
4094
4094
|
border: 1px solid #e0e0e0;
|
4095
4095
|
background: #ffffff;
|
4096
4096
|
color: rgba(0, 0, 0, 0.87);
|
4097
|
+
border-top: 0 none;
|
4098
|
+
}
|
4099
|
+
.p-panel .p-panel-content:last-child {
|
4097
4100
|
border-bottom-right-radius: 4px;
|
4098
4101
|
border-bottom-left-radius: 4px;
|
4099
|
-
border-top: 0 none;
|
4100
4102
|
}
|
4101
4103
|
.p-panel .p-panel-footer {
|
4102
4104
|
padding: 0.75rem 0.75rem;
|
4103
4105
|
border: 1px solid #e0e0e0;
|
4104
4106
|
background: #ffffff;
|
4105
4107
|
color: rgba(0, 0, 0, 0.87);
|
4108
|
+
border-bottom-right-radius: 4px;
|
4109
|
+
border-bottom-left-radius: 4px;
|
4106
4110
|
border-top: 0 none;
|
4107
4111
|
}
|
4108
4112
|
.p-panel .p-panel-icons-end {
|
@@ -3262,7 +3262,7 @@
|
|
3262
3262
|
border: 0 none;
|
3263
3263
|
color: #4C566A;
|
3264
3264
|
background: transparent;
|
3265
|
-
transition:
|
3265
|
+
transition: none;
|
3266
3266
|
}
|
3267
3267
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3268
3268
|
background: transparent;
|
@@ -3470,7 +3470,7 @@
|
|
3470
3470
|
border: 0 none;
|
3471
3471
|
color: #4C566A;
|
3472
3472
|
background: transparent;
|
3473
|
-
transition:
|
3473
|
+
transition: none;
|
3474
3474
|
}
|
3475
3475
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3476
3476
|
background: transparent;
|
@@ -4098,15 +4098,19 @@
|
|
4098
4098
|
border: 1px solid #E5E9F0;
|
4099
4099
|
background: #ffffff;
|
4100
4100
|
color: #4C566A;
|
4101
|
+
border-top: 0 none;
|
4102
|
+
}
|
4103
|
+
.p-panel .p-panel-content:last-child {
|
4101
4104
|
border-bottom-right-radius: 4px;
|
4102
4105
|
border-bottom-left-radius: 4px;
|
4103
|
-
border-top: 0 none;
|
4104
4106
|
}
|
4105
4107
|
.p-panel .p-panel-footer {
|
4106
4108
|
padding: 0.5rem 1rem;
|
4107
4109
|
border: 1px solid #E5E9F0;
|
4108
4110
|
background: #ffffff;
|
4109
4111
|
color: #4C566A;
|
4112
|
+
border-bottom-right-radius: 4px;
|
4113
|
+
border-bottom-left-radius: 4px;
|
4110
4114
|
border-top: 0 none;
|
4111
4115
|
}
|
4112
4116
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: #343a3f;
|
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: #dde1e6;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: #343a3f;
|
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: #dde1e6;
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #dee2e6;
|
4071
4071
|
background: #ffffff;
|
4072
4072
|
color: #343a3f;
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 1px;
|
4074
4077
|
border-bottom-left-radius: 1px;
|
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 #dee2e6;
|
4080
4082
|
background: #ffffff;
|
4081
4083
|
color: #343a3f;
|
4084
|
+
border-bottom-right-radius: 1px;
|
4085
|
+
border-bottom-left-radius: 1px;
|
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: #333333;
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: background-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: #eaeaea;
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: #333333;
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: background-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: #eaeaea;
|
@@ -4058,15 +4058,19 @@
|
|
4058
4058
|
border: 1px solid #c8c8c8;
|
4059
4059
|
background: #ffffff;
|
4060
4060
|
color: #333333;
|
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 #c8c8c8;
|
4068
4070
|
background: #ffffff;
|
4069
4071
|
color: #333333;
|
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 {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: #333333;
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: background-color 0.2s, box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: #eaeaea;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: #333333;
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: background-color 0.2s, box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: #eaeaea;
|
@@ -4046,15 +4046,19 @@
|
|
4046
4046
|
border: 1px solid #c8c8c8;
|
4047
4047
|
background: #ffffff;
|
4048
4048
|
color: #333333;
|
4049
|
+
border-top: 0 none;
|
4050
|
+
}
|
4051
|
+
.p-panel .p-panel-content:last-child {
|
4049
4052
|
border-bottom-right-radius: 3px;
|
4050
4053
|
border-bottom-left-radius: 3px;
|
4051
|
-
border-top: 0 none;
|
4052
4054
|
}
|
4053
4055
|
.p-panel .p-panel-footer {
|
4054
4056
|
padding: 0.571rem 1rem;
|
4055
4057
|
border: 1px solid #c8c8c8;
|
4056
4058
|
background: #ffffff;
|
4057
4059
|
color: #333333;
|
4060
|
+
border-bottom-right-radius: 3px;
|
4061
|
+
border-bottom-left-radius: 3px;
|
4058
4062
|
border-top: 0 none;
|
4059
4063
|
}
|
4060
4064
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: #333333;
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: background-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: #eaeaea;
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: #333333;
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: background-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: #eaeaea;
|
@@ -4058,15 +4058,19 @@
|
|
4058
4058
|
border: 1px solid #c8c8c8;
|
4059
4059
|
background: #ffffff;
|
4060
4060
|
color: #333333;
|
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 #c8c8c8;
|
4068
4070
|
background: #ffffff;
|
4069
4071
|
color: #333333;
|
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 {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: #666666;
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: #f4f4f4;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: #666666;
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: #f4f4f4;
|
@@ -4046,15 +4046,19 @@
|
|
4046
4046
|
border: 1px solid #dadada;
|
4047
4047
|
background: #ffffff;
|
4048
4048
|
color: #666666;
|
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.571rem 1rem;
|
4055
4057
|
border: 1px solid #dadada;
|
4056
4058
|
background: #ffffff;
|
4057
4059
|
color: #666666;
|
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 {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: #495057;
|
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: #e9ecef;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: #495057;
|
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: #e9ecef;
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #dee2e6;
|
4071
4071
|
background: #ffffff;
|
4072
4072
|
color: #495057;
|
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 #dee2e6;
|
4080
4082
|
background: #ffffff;
|
4081
4083
|
color: #495057;
|
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 {
|