primeng 16.8.0 → 16.9.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.
Files changed (101) hide show
  1. package/breadcrumb/breadcrumb.interface.d.ts +2 -2
  2. package/dropdown/dropdown.d.ts +2 -1
  3. package/esm2022/autocomplete/autocomplete.mjs +4 -3
  4. package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
  5. package/esm2022/calendar/calendar.mjs +4 -3
  6. package/esm2022/contextmenu/contextmenu.mjs +8 -4
  7. package/esm2022/dropdown/dropdown.mjs +12 -7
  8. package/esm2022/listbox/listbox.interface.mjs +1 -1
  9. package/esm2022/listbox/listbox.mjs +2 -2
  10. package/esm2022/multiselect/multiselect.mjs +22 -5
  11. package/esm2022/orderlist/orderlist.mjs +65 -33
  12. package/esm2022/paginator/paginator.mjs +61 -20
  13. package/esm2022/picklist/picklist.mjs +316 -53
  14. package/esm2022/sidebar/sidebar.mjs +5 -14
  15. package/esm2022/splitter/splitter.mjs +3 -3
  16. package/esm2022/table/table.mjs +10 -8
  17. package/esm2022/tabview/tabview.mjs +68 -23
  18. package/fesm2022/primeng-autocomplete.mjs +3 -2
  19. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  20. package/fesm2022/primeng-calendar.mjs +3 -2
  21. package/fesm2022/primeng-calendar.mjs.map +1 -1
  22. package/fesm2022/primeng-contextmenu.mjs +7 -3
  23. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  24. package/fesm2022/primeng-dropdown.mjs +11 -6
  25. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  26. package/fesm2022/primeng-listbox.mjs +1 -1
  27. package/fesm2022/primeng-listbox.mjs.map +1 -1
  28. package/fesm2022/primeng-multiselect.mjs +21 -4
  29. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  30. package/fesm2022/primeng-orderlist.mjs +64 -32
  31. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  32. package/fesm2022/primeng-paginator.mjs +60 -19
  33. package/fesm2022/primeng-paginator.mjs.map +1 -1
  34. package/fesm2022/primeng-picklist.mjs +315 -52
  35. package/fesm2022/primeng-picklist.mjs.map +1 -1
  36. package/fesm2022/primeng-sidebar.mjs +4 -13
  37. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  38. package/fesm2022/primeng-splitter.mjs +2 -2
  39. package/fesm2022/primeng-splitter.mjs.map +1 -1
  40. package/fesm2022/primeng-table.mjs +9 -7
  41. package/fesm2022/primeng-table.mjs.map +1 -1
  42. package/fesm2022/primeng-tabview.mjs +67 -22
  43. package/fesm2022/primeng-tabview.mjs.map +1 -1
  44. package/listbox/listbox.interface.d.ts +1 -1
  45. package/multiselect/multiselect.d.ts +2 -0
  46. package/orderlist/orderlist.d.ts +20 -4
  47. package/package.json +150 -150
  48. package/paginator/paginator.d.ts +4 -2
  49. package/picklist/picklist.d.ts +57 -5
  50. package/resources/components/dropdown/dropdown.css +1 -7
  51. package/resources/components/table/table.css +3 -3
  52. package/resources/themes/arya-blue/theme.css +7 -3
  53. package/resources/themes/arya-green/theme.css +7 -3
  54. package/resources/themes/arya-orange/theme.css +7 -3
  55. package/resources/themes/arya-purple/theme.css +7 -3
  56. package/resources/themes/bootstrap4-dark-blue/theme.css +7 -3
  57. package/resources/themes/bootstrap4-dark-purple/theme.css +7 -3
  58. package/resources/themes/bootstrap4-light-blue/theme.css +7 -3
  59. package/resources/themes/bootstrap4-light-purple/theme.css +7 -3
  60. package/resources/themes/fluent-light/theme.css +7 -3
  61. package/resources/themes/lara-dark-blue/theme.css +7 -3
  62. package/resources/themes/lara-dark-indigo/theme.css +7 -3
  63. package/resources/themes/lara-dark-purple/theme.css +7 -3
  64. package/resources/themes/lara-dark-teal/theme.css +7 -3
  65. package/resources/themes/lara-light-blue/theme.css +7 -3
  66. package/resources/themes/lara-light-indigo/theme.css +7 -3
  67. package/resources/themes/lara-light-purple/theme.css +7 -3
  68. package/resources/themes/lara-light-teal/theme.css +7 -3
  69. package/resources/themes/luna-amber/theme.css +7 -3
  70. package/resources/themes/luna-blue/theme.css +7 -3
  71. package/resources/themes/luna-green/theme.css +7 -3
  72. package/resources/themes/luna-pink/theme.css +7 -3
  73. package/resources/themes/md-dark-deeppurple/theme.css +7 -3
  74. package/resources/themes/md-dark-indigo/theme.css +7 -3
  75. package/resources/themes/md-light-deeppurple/theme.css +7 -3
  76. package/resources/themes/md-light-indigo/theme.css +7 -3
  77. package/resources/themes/mdc-dark-deeppurple/theme.css +7 -3
  78. package/resources/themes/mdc-dark-indigo/theme.css +7 -3
  79. package/resources/themes/mdc-light-deeppurple/theme.css +7 -3
  80. package/resources/themes/mdc-light-indigo/theme.css +7 -3
  81. package/resources/themes/mira/theme.css +7 -3
  82. package/resources/themes/nano/theme.css +7 -3
  83. package/resources/themes/nova/theme.css +7 -3
  84. package/resources/themes/nova-accent/theme.css +7 -3
  85. package/resources/themes/nova-alt/theme.css +7 -3
  86. package/resources/themes/rhea/theme.css +7 -3
  87. package/resources/themes/saga-blue/theme.css +7 -3
  88. package/resources/themes/saga-green/theme.css +7 -3
  89. package/resources/themes/saga-orange/theme.css +7 -3
  90. package/resources/themes/saga-purple/theme.css +7 -3
  91. package/resources/themes/soho-dark/theme.css +7 -3
  92. package/resources/themes/soho-light/theme.css +7 -3
  93. package/resources/themes/tailwind-light/theme.css +7 -3
  94. package/resources/themes/vela-blue/theme.css +7 -3
  95. package/resources/themes/vela-green/theme.css +7 -3
  96. package/resources/themes/vela-orange/theme.css +7 -3
  97. package/resources/themes/vela-purple/theme.css +7 -3
  98. package/resources/themes/viva-dark/theme.css +7 -3
  99. package/resources/themes/viva-light/theme.css +7 -3
  100. package/sidebar/sidebar.d.ts +2 -3
  101. package/tabview/tabview.d.ts +19 -2
@@ -3253,7 +3253,7 @@
3253
3253
  border: 0 none;
3254
3254
  color: rgba(255, 255, 255, 0.87);
3255
3255
  background: transparent;
3256
- transition: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, box-shadow 0.2s;
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: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
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: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
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: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
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: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
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: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
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: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
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: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
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: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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: transform 0.2s, none;
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 {