primeng 13.1.0 → 13.2.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 (234) hide show
  1. package/button/button.d.ts +2 -1
  2. package/dropdown/dropdown.d.ts +2 -1
  3. package/esm2020/autocomplete/autocomplete.mjs +3 -3
  4. package/esm2020/breadcrumb/breadcrumb.mjs +5 -5
  5. package/esm2020/button/button.mjs +6 -4
  6. package/esm2020/calendar/calendar.mjs +8 -4
  7. package/esm2020/contextmenu/contextmenu.mjs +2 -1
  8. package/esm2020/dropdown/dropdown.mjs +12 -10
  9. package/esm2020/fileupload/fileupload.mjs +1 -1
  10. package/esm2020/image/image.mjs +1 -1
  11. package/esm2020/inputnumber/inputnumber.mjs +3 -3
  12. package/esm2020/inputswitch/inputswitch.mjs +6 -4
  13. package/esm2020/knob/knob.mjs +2 -2
  14. package/esm2020/multiselect/multiselect.mjs +11 -5
  15. package/esm2020/orderlist/orderlist.mjs +6 -4
  16. package/esm2020/paginator/paginator.mjs +1 -1
  17. package/esm2020/panel/panel.mjs +11 -8
  18. package/esm2020/panelmenu/panelmenu.mjs +7 -4
  19. package/esm2020/picklist/picklist.mjs +6 -4
  20. package/esm2020/splitbutton/splitbutton.mjs +2 -2
  21. package/esm2020/table/table.mjs +18 -19
  22. package/esm2020/tabmenu/tabmenu.mjs +124 -60
  23. package/esm2020/tabview/tabview.mjs +2 -2
  24. package/fesm2015/primeng-autocomplete.mjs +2 -2
  25. package/fesm2015/primeng-autocomplete.mjs.map +1 -1
  26. package/fesm2015/primeng-breadcrumb.mjs +4 -4
  27. package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
  28. package/fesm2015/primeng-button.mjs +5 -3
  29. package/fesm2015/primeng-button.mjs.map +1 -1
  30. package/fesm2015/primeng-calendar.mjs +7 -3
  31. package/fesm2015/primeng-calendar.mjs.map +1 -1
  32. package/fesm2015/primeng-contextmenu.mjs +1 -0
  33. package/fesm2015/primeng-contextmenu.mjs.map +1 -1
  34. package/fesm2015/primeng-dropdown.mjs +11 -9
  35. package/fesm2015/primeng-dropdown.mjs.map +1 -1
  36. package/fesm2015/primeng-fileupload.mjs +1 -1
  37. package/fesm2015/primeng-image.mjs.map +1 -1
  38. package/fesm2015/primeng-inputnumber.mjs +2 -2
  39. package/fesm2015/primeng-inputnumber.mjs.map +1 -1
  40. package/fesm2015/primeng-inputswitch.mjs +5 -3
  41. package/fesm2015/primeng-inputswitch.mjs.map +1 -1
  42. package/fesm2015/primeng-knob.mjs +1 -1
  43. package/fesm2015/primeng-knob.mjs.map +1 -1
  44. package/fesm2015/primeng-multiselect.mjs +10 -4
  45. package/fesm2015/primeng-multiselect.mjs.map +1 -1
  46. package/fesm2015/primeng-orderlist.mjs +5 -3
  47. package/fesm2015/primeng-orderlist.mjs.map +1 -1
  48. package/fesm2015/primeng-paginator.mjs +1 -1
  49. package/fesm2015/primeng-panel.mjs +10 -7
  50. package/fesm2015/primeng-panel.mjs.map +1 -1
  51. package/fesm2015/primeng-panelmenu.mjs +6 -3
  52. package/fesm2015/primeng-panelmenu.mjs.map +1 -1
  53. package/fesm2015/primeng-picklist.mjs +5 -3
  54. package/fesm2015/primeng-picklist.mjs.map +1 -1
  55. package/fesm2015/primeng-splitbutton.mjs +2 -2
  56. package/fesm2015/primeng-table.mjs +17 -18
  57. package/fesm2015/primeng-table.mjs.map +1 -1
  58. package/fesm2015/primeng-tabmenu.mjs +124 -59
  59. package/fesm2015/primeng-tabmenu.mjs.map +1 -1
  60. package/fesm2015/primeng-tabview.mjs +1 -1
  61. package/fesm2015/primeng-tabview.mjs.map +1 -1
  62. package/fesm2020/primeng-autocomplete.mjs +2 -2
  63. package/fesm2020/primeng-autocomplete.mjs.map +1 -1
  64. package/fesm2020/primeng-breadcrumb.mjs +4 -4
  65. package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
  66. package/fesm2020/primeng-button.mjs +5 -3
  67. package/fesm2020/primeng-button.mjs.map +1 -1
  68. package/fesm2020/primeng-calendar.mjs +7 -3
  69. package/fesm2020/primeng-calendar.mjs.map +1 -1
  70. package/fesm2020/primeng-contextmenu.mjs +1 -0
  71. package/fesm2020/primeng-contextmenu.mjs.map +1 -1
  72. package/fesm2020/primeng-dropdown.mjs +11 -9
  73. package/fesm2020/primeng-dropdown.mjs.map +1 -1
  74. package/fesm2020/primeng-fileupload.mjs +1 -1
  75. package/fesm2020/primeng-image.mjs.map +1 -1
  76. package/fesm2020/primeng-inputnumber.mjs +2 -2
  77. package/fesm2020/primeng-inputnumber.mjs.map +1 -1
  78. package/fesm2020/primeng-inputswitch.mjs +5 -3
  79. package/fesm2020/primeng-inputswitch.mjs.map +1 -1
  80. package/fesm2020/primeng-knob.mjs +1 -1
  81. package/fesm2020/primeng-knob.mjs.map +1 -1
  82. package/fesm2020/primeng-multiselect.mjs +10 -4
  83. package/fesm2020/primeng-multiselect.mjs.map +1 -1
  84. package/fesm2020/primeng-orderlist.mjs +5 -3
  85. package/fesm2020/primeng-orderlist.mjs.map +1 -1
  86. package/fesm2020/primeng-paginator.mjs +1 -1
  87. package/fesm2020/primeng-panel.mjs +10 -7
  88. package/fesm2020/primeng-panel.mjs.map +1 -1
  89. package/fesm2020/primeng-panelmenu.mjs +6 -3
  90. package/fesm2020/primeng-panelmenu.mjs.map +1 -1
  91. package/fesm2020/primeng-picklist.mjs +5 -3
  92. package/fesm2020/primeng-picklist.mjs.map +1 -1
  93. package/fesm2020/primeng-splitbutton.mjs +2 -2
  94. package/fesm2020/primeng-table.mjs +17 -18
  95. package/fesm2020/primeng-table.mjs.map +1 -1
  96. package/fesm2020/primeng-tabmenu.mjs +123 -59
  97. package/fesm2020/primeng-tabmenu.mjs.map +1 -1
  98. package/fesm2020/primeng-tabview.mjs +1 -1
  99. package/fesm2020/primeng-tabview.mjs.map +1 -1
  100. package/image/image.d.ts +2 -1
  101. package/inputswitch/inputswitch.d.ts +2 -1
  102. package/multiselect/multiselect.d.ts +2 -1
  103. package/orderlist/orderlist.d.ts +2 -1
  104. package/package.json +1 -1
  105. package/panel/panel.d.ts +2 -1
  106. package/panelmenu/panelmenu.d.ts +1 -0
  107. package/picklist/picklist.d.ts +2 -1
  108. package/resources/components/panel/panel.css +1 -1
  109. package/resources/components/splitbutton/splitbutton.css +7 -3
  110. package/resources/components/tabmenu/tabmenu.css +37 -2
  111. package/resources/themes/arya-blue/theme.css +321 -42
  112. package/resources/themes/arya-green/theme.css +321 -42
  113. package/resources/themes/arya-orange/theme.css +321 -42
  114. package/resources/themes/arya-purple/theme.css +321 -42
  115. package/resources/themes/bootstrap4-dark-blue/theme.css +325 -42
  116. package/resources/themes/bootstrap4-dark-purple/theme.css +325 -42
  117. package/resources/themes/bootstrap4-light-blue/theme.css +324 -41
  118. package/resources/themes/bootstrap4-light-purple/theme.css +324 -41
  119. package/resources/themes/fluent-light/theme.css +320 -41
  120. package/resources/themes/lara-dark-blue/theme.css +328 -84
  121. package/resources/themes/lara-dark-indigo/theme.css +328 -84
  122. package/resources/themes/lara-dark-purple/theme.css +328 -84
  123. package/resources/themes/lara-dark-teal/theme.css +328 -84
  124. package/resources/themes/lara-light-blue/theme.css +426 -182
  125. package/resources/themes/lara-light-indigo/theme.css +327 -83
  126. package/resources/themes/lara-light-purple/theme.css +327 -83
  127. package/resources/themes/lara-light-teal/theme.css +327 -83
  128. package/resources/themes/luna-amber/theme.css +320 -41
  129. package/resources/themes/luna-blue/theme.css +320 -41
  130. package/resources/themes/luna-green/theme.css +320 -41
  131. package/resources/themes/luna-pink/theme.css +320 -41
  132. package/resources/themes/md-dark-deeppurple/theme.css +401 -45
  133. package/resources/themes/md-dark-indigo/theme.css +401 -45
  134. package/resources/themes/md-light-deeppurple/theme.css +398 -42
  135. package/resources/themes/md-light-indigo/theme.css +398 -42
  136. package/resources/themes/mdc-dark-deeppurple/theme.css +401 -45
  137. package/resources/themes/mdc-dark-indigo/theme.css +401 -45
  138. package/resources/themes/mdc-light-deeppurple/theme.css +398 -42
  139. package/resources/themes/mdc-light-indigo/theme.css +398 -42
  140. package/resources/themes/nova/theme.css +320 -41
  141. package/resources/themes/nova-accent/theme.css +320 -41
  142. package/resources/themes/nova-alt/theme.css +320 -41
  143. package/resources/themes/rhea/theme.css +320 -41
  144. package/resources/themes/saga-blue/theme.css +320 -41
  145. package/resources/themes/saga-green/theme.css +320 -41
  146. package/resources/themes/saga-orange/theme.css +320 -41
  147. package/resources/themes/saga-purple/theme.css +320 -41
  148. package/resources/themes/tailwind-light/theme.css +319 -40
  149. package/resources/themes/vela-blue/theme.css +321 -42
  150. package/resources/themes/vela-green/theme.css +321 -42
  151. package/resources/themes/vela-orange/theme.css +321 -42
  152. package/resources/themes/vela-purple/theme.css +321 -42
  153. package/table/table.d.ts +3 -3
  154. package/tabmenu/tabmenu.d.ts +13 -1
  155. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  156. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  157. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  158. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  159. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  160. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  161. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  162. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  163. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  164. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  165. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  166. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  167. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  168. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  169. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  170. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  171. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  172. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  173. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  174. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  175. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  176. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  177. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  178. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  179. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  180. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  181. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  182. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  183. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  184. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  185. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  186. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  187. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  188. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  189. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  190. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  191. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  192. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  193. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  194. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  195. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  196. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  197. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  198. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  199. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  200. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  201. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  202. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  203. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  204. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  205. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  206. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  207. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  208. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  209. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  210. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  211. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  212. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  213. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  214. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  215. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  216. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  217. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  218. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  219. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  220. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  221. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  222. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  223. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  224. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  225. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  226. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  227. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  228. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  229. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  230. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  231. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  232. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  233. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  234. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
@@ -236,6 +236,16 @@
236
236
  --purple-700:#6d1b7b;
237
237
  --purple-800:#561561;
238
238
  --purple-900:#3e1046;
239
+ --red-50:#fef6f5;
240
+ --red-100:#fcd2cf;
241
+ --red-200:#faaea9;
242
+ --red-300:#f88a82;
243
+ --red-400:#f6675c;
244
+ --red-500:#f44336;
245
+ --red-600:#cf392e;
246
+ --red-700:#ab2f26;
247
+ --red-800:#86251e;
248
+ --red-900:#621b16;
239
249
  }
240
250
 
241
251
  .p-autocomplete .p-autocomplete-loader {
@@ -378,16 +388,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
378
388
  .p-datepicker .p-datepicker-header .p-datepicker-title {
379
389
  line-height: 2.5rem;
380
390
  }
381
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
382
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
383
- color: rgba(255, 255, 255, 0.87);
384
- transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
385
- font-weight: 500;
386
- padding: 0.5rem;
391
+ .p-datepicker .p-datepicker-header .p-datepicker-title select {
392
+ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
387
393
  }
388
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
389
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
390
- color: #9FA8DA;
394
+ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
395
+ outline: 0 none;
396
+ outline-offset: 0;
397
+ box-shadow: none;
398
+ border-color: #9FA8DA;
391
399
  }
392
400
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
393
401
  margin-right: 0.5rem;
@@ -485,20 +493,8 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
485
493
  color: #9FA8DA;
486
494
  background: rgba(159, 168, 218, 0.16);
487
495
  }
488
- .p-datepicker .p-yearpicker {
489
- margin: 0.5rem 0;
490
- }
491
- .p-datepicker .p-yearpicker .p-yearpicker-year {
492
- padding: 0.5rem;
493
- transition: none;
494
- border-radius: 4px;
495
- }
496
- .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
497
- color: #9FA8DA;
498
- background: rgba(159, 168, 218, 0.16);
499
- }
500
496
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
501
- border-left: 1px solid rgba(255, 255, 255, 0.12);
497
+ border-right: 1px solid rgba(255, 255, 255, 0.12);
502
498
  padding-right: 0.5rem;
503
499
  padding-left: 0.5rem;
504
500
  padding-top: 0;
@@ -506,10 +502,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
506
502
  }
507
503
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
508
504
  padding-left: 0;
509
- border-left: 0 none;
510
505
  }
511
506
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
512
507
  padding-right: 0;
508
+ border-right: 0 none;
513
509
  }
514
510
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
515
511
  background: rgba(255, 255, 255, 0.04);
@@ -519,18 +515,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
519
515
  outline-offset: 0;
520
516
  box-shadow: none;
521
517
  }
522
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
523
- background: rgba(255, 255, 255, 0.04);
524
- }
525
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
526
- outline: 0 none;
527
- outline-offset: 0;
528
- box-shadow: none;
529
- }
530
- .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
518
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
531
519
  background: rgba(255, 255, 255, 0.04);
532
520
  }
533
- .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
521
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
534
522
  outline: 0 none;
535
523
  outline-offset: 0;
536
524
  box-shadow: none;
@@ -731,7 +719,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
731
719
 
732
720
  .p-colorpicker-panel {
733
721
  background: #2b2b2b;
734
- border: 1px solid #1e1e1e;
722
+ border-color: 1px solid #1e1e1e;
735
723
  }
736
724
  .p-colorpicker-panel .p-colorpicker-color-handle,
737
725
  .p-colorpicker-panel .p-colorpicker-hue-handle {
@@ -856,9 +844,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
856
844
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
857
845
  background-color: rgba(255, 255, 255, 0.1);
858
846
  }
859
- .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
860
- background-color: transparent;
861
- }
862
847
 
863
848
  .p-editor-container .p-editor-toolbar {
864
849
  background: #1e1e1e;
@@ -1401,7 +1386,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1401
1386
  background-color: rgba(255, 255, 255, 0.1);
1402
1387
  }
1403
1388
 
1404
- p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1389
+ .p-password.p-invalid.p-component > .p-inputtext {
1405
1390
  border-color: #f44435;
1406
1391
  }
1407
1392
 
@@ -1503,7 +1488,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1503
1488
  .p-rating .p-rating-icon:first-child {
1504
1489
  margin-left: 0;
1505
1490
  }
1506
- .p-rating .p-rating-icon.pi-star-fill {
1491
+ .p-rating .p-rating-icon.pi-star {
1507
1492
  color: #9FA8DA;
1508
1493
  }
1509
1494
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@@ -1685,8 +1670,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1685
1670
  border-top-right-radius: 4px;
1686
1671
  border-bottom-right-radius: 4px;
1687
1672
  }
1688
-
1689
- p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1673
+ .p-treeselect.p-invalid.p-component {
1690
1674
  border-color: #f44435;
1691
1675
  }
1692
1676
 
@@ -2251,6 +2235,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2251
2235
  background-color: rgba(0, 0, 0, 0.32);
2252
2236
  }
2253
2237
 
2238
+ .p-splitbutton {
2239
+ border-radius: 4px;
2240
+ }
2241
+ .p-splitbutton.p-button-outlined > .p-button {
2242
+ background-color: transparent;
2243
+ color: #9FA8DA;
2244
+ border: 0 none;
2245
+ }
2246
+ .p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2247
+ background: rgba(159, 168, 218, 0.04);
2248
+ color: #9FA8DA;
2249
+ }
2250
+ .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2251
+ background: rgba(159, 168, 218, 0.16);
2252
+ color: #9FA8DA;
2253
+ }
2254
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button {
2255
+ color: rgba(255, 255, 255, 0.6);
2256
+ border-color: rgba(255, 255, 255, 0.6);
2257
+ }
2258
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
2259
+ background: rgba(255, 255, 255, 0.04);
2260
+ color: rgba(255, 255, 255, 0.6);
2261
+ }
2262
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
2263
+ background: rgba(255, 255, 255, 0.16);
2264
+ color: rgba(255, 255, 255, 0.6);
2265
+ }
2266
+ .p-splitbutton.p-button-text > .p-button {
2267
+ background-color: transparent;
2268
+ color: #9FA8DA;
2269
+ border-color: transparent;
2270
+ }
2271
+ .p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2272
+ background: rgba(159, 168, 218, 0.04);
2273
+ color: #9FA8DA;
2274
+ border-color: transparent;
2275
+ }
2276
+ .p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2277
+ background: rgba(159, 168, 218, 0.16);
2278
+ color: #9FA8DA;
2279
+ border-color: transparent;
2280
+ }
2281
+ .p-splitbutton.p-button-text.p-button-plain > .p-button {
2282
+ color: rgba(255, 255, 255, 0.6);
2283
+ }
2284
+ .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
2285
+ background: rgba(255, 255, 255, 0.04);
2286
+ color: rgba(255, 255, 255, 0.6);
2287
+ }
2288
+ .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
2289
+ background: rgba(255, 255, 255, 0.16);
2290
+ color: rgba(255, 255, 255, 0.6);
2291
+ }
2292
+ .p-splitbutton.p-button-raised {
2293
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
2294
+ }
2295
+ .p-splitbutton.p-button-rounded {
2296
+ border-radius: 2rem;
2297
+ }
2298
+ .p-splitbutton.p-button-rounded > .p-button {
2299
+ border-radius: 2rem;
2300
+ }
2301
+ .p-splitbutton.p-button-sm > .p-button {
2302
+ font-size: 0.875rem;
2303
+ padding: 0.62475rem 0.875rem;
2304
+ }
2305
+ .p-splitbutton.p-button-sm > .p-button .p-button-icon {
2306
+ font-size: 0.875rem;
2307
+ }
2308
+ .p-splitbutton.p-button-lg > .p-button {
2309
+ font-size: 1.25rem;
2310
+ padding: 0.8925rem 1.25rem;
2311
+ }
2312
+ .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2313
+ font-size: 1.25rem;
2314
+ }
2315
+
2316
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2317
+ background-color: transparent;
2318
+ color: #F48FB1;
2319
+ border: 0 none;
2320
+ }
2321
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2322
+ background: rgba(244, 143, 177, 0.04);
2323
+ color: #F48FB1;
2324
+ }
2325
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2326
+ background: rgba(244, 143, 177, 0.16);
2327
+ color: #F48FB1;
2328
+ }
2329
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button {
2330
+ background-color: transparent;
2331
+ color: #F48FB1;
2332
+ border-color: transparent;
2333
+ }
2334
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2335
+ background: rgba(244, 143, 177, 0.04);
2336
+ border-color: transparent;
2337
+ color: #F48FB1;
2338
+ }
2339
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2340
+ background: rgba(244, 143, 177, 0.16);
2341
+ border-color: transparent;
2342
+ color: #F48FB1;
2343
+ }
2344
+
2345
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2346
+ background-color: transparent;
2347
+ color: #90CAF9;
2348
+ border: 0 none;
2349
+ }
2350
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2351
+ background: rgba(144, 202, 249, 0.04);
2352
+ color: #90CAF9;
2353
+ }
2354
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2355
+ background: rgba(144, 202, 249, 0.16);
2356
+ color: #90CAF9;
2357
+ }
2358
+ .p-splitbutton.p-button-info.p-button-text > .p-button {
2359
+ background-color: transparent;
2360
+ color: #90CAF9;
2361
+ border-color: transparent;
2362
+ }
2363
+ .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2364
+ background: rgba(144, 202, 249, 0.04);
2365
+ border-color: transparent;
2366
+ color: #90CAF9;
2367
+ }
2368
+ .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2369
+ background: rgba(144, 202, 249, 0.16);
2370
+ border-color: transparent;
2371
+ color: #90CAF9;
2372
+ }
2373
+
2374
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2375
+ background-color: transparent;
2376
+ color: #C5E1A5;
2377
+ border: 0 none;
2378
+ }
2379
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2380
+ background: rgba(197, 225, 165, 0.04);
2381
+ color: #C5E1A5;
2382
+ }
2383
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2384
+ background: rgba(197, 225, 165, 0.16);
2385
+ color: #C5E1A5;
2386
+ }
2387
+ .p-splitbutton.p-button-success.p-button-text > .p-button {
2388
+ background-color: transparent;
2389
+ color: #C5E1A5;
2390
+ border-color: transparent;
2391
+ }
2392
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2393
+ background: rgba(197, 225, 165, 0.04);
2394
+ border-color: transparent;
2395
+ color: #C5E1A5;
2396
+ }
2397
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2398
+ background: rgba(197, 225, 165, 0.16);
2399
+ border-color: transparent;
2400
+ color: #C5E1A5;
2401
+ }
2402
+
2403
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2404
+ background-color: transparent;
2405
+ color: #FFF59D;
2406
+ border: 0 none;
2407
+ }
2408
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2409
+ background: rgba(255, 245, 157, 0.04);
2410
+ color: #FFF59D;
2411
+ }
2412
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2413
+ background: rgba(255, 245, 157, 0.16);
2414
+ color: #FFF59D;
2415
+ }
2416
+ .p-splitbutton.p-button-warning.p-button-text > .p-button {
2417
+ background-color: transparent;
2418
+ color: #FFF59D;
2419
+ border-color: transparent;
2420
+ }
2421
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2422
+ background: rgba(255, 245, 157, 0.04);
2423
+ border-color: transparent;
2424
+ color: #FFF59D;
2425
+ }
2426
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2427
+ background: rgba(255, 245, 157, 0.16);
2428
+ border-color: transparent;
2429
+ color: #FFF59D;
2430
+ }
2431
+
2432
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2433
+ background-color: transparent;
2434
+ color: #CE93D8;
2435
+ border: 0 none;
2436
+ }
2437
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2438
+ background: rgba(206, 147, 216, 0.04);
2439
+ color: #CE93D8;
2440
+ }
2441
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2442
+ background: rgba(206, 147, 216, 0.16);
2443
+ color: #CE93D8;
2444
+ }
2445
+ .p-splitbutton.p-button-help.p-button-text > .p-button {
2446
+ background-color: transparent;
2447
+ color: #CE93D8;
2448
+ border-color: transparent;
2449
+ }
2450
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2451
+ background: rgba(206, 147, 216, 0.04);
2452
+ border-color: transparent;
2453
+ color: #CE93D8;
2454
+ }
2455
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2456
+ background: rgba(206, 147, 216, 0.16);
2457
+ border-color: transparent;
2458
+ color: #CE93D8;
2459
+ }
2460
+
2461
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2462
+ background-color: transparent;
2463
+ color: #EF9A9A;
2464
+ border: 0 none;
2465
+ }
2466
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2467
+ background: rgba(239, 154, 154, 0.04);
2468
+ color: #EF9A9A;
2469
+ }
2470
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2471
+ background: rgba(239, 154, 154, 0.16);
2472
+ color: #EF9A9A;
2473
+ }
2474
+ .p-splitbutton.p-button-danger.p-button-text > .p-button {
2475
+ background-color: transparent;
2476
+ color: #EF9A9A;
2477
+ border-color: transparent;
2478
+ }
2479
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2480
+ background: rgba(239, 154, 154, 0.04);
2481
+ border-color: transparent;
2482
+ color: #EF9A9A;
2483
+ }
2484
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2485
+ background: rgba(239, 154, 154, 0.16);
2486
+ border-color: transparent;
2487
+ color: #EF9A9A;
2488
+ }
2489
+
2254
2490
  .p-carousel .p-carousel-content .p-carousel-prev,
2255
2491
  .p-carousel .p-carousel-content .p-carousel-next {
2256
2492
  width: 2.5rem;
@@ -2333,7 +2569,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2333
2569
  .p-datatable .p-datatable-tfoot > tr > td {
2334
2570
  text-align: left;
2335
2571
  padding: 1rem 1rem;
2336
- border: 1px solid 3404040;
2572
+ border: 1px solid #404040;
2337
2573
  border-width: 0 0 1px 0;
2338
2574
  font-weight: 500;
2339
2575
  color: rgba(255, 255, 255, 0.87);
@@ -2473,7 +2709,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2473
2709
  border-width: 1px;
2474
2710
  }
2475
2711
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
2476
- background: rgba(255, 255, 255, 0.02);
2712
+ background: #222222;
2477
2713
  }
2478
2714
  .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
2479
2715
  background: rgba(159, 168, 218, 0.16);
@@ -3032,6 +3268,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3032
3268
  background: rgba(255, 255, 255, 0.04);
3033
3269
  color: rgba(255, 255, 255, 0.87);
3034
3270
  }
3271
+ .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
3272
+ background: rgba(255, 255, 255, 0.02);
3273
+ }
3274
+ .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3275
+ background: rgba(255, 255, 255, 0.04);
3276
+ }
3035
3277
 
3036
3278
  .p-orderlist-item.cdk-drag-preview {
3037
3279
  padding: 1rem 1rem;
@@ -3227,6 +3469,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3227
3469
  background: rgba(255, 255, 255, 0.04);
3228
3470
  color: rgba(255, 255, 255, 0.87);
3229
3471
  }
3472
+ .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
3473
+ background: rgba(255, 255, 255, 0.02);
3474
+ }
3475
+ .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3476
+ background: rgba(255, 255, 255, 0.04);
3477
+ }
3230
3478
 
3231
3479
  .p-picklist-item.cdk-drag-preview {
3232
3480
  padding: 1rem 1rem;
@@ -3428,7 +3676,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3428
3676
  .p-treetable .p-treetable-tfoot > tr > td {
3429
3677
  text-align: left;
3430
3678
  padding: 1rem 1rem;
3431
- border: 1px solid 3404040;
3679
+ border: 1px solid #404040;
3432
3680
  border-width: 0 0 1px 0;
3433
3681
  font-weight: 500;
3434
3682
  color: rgba(255, 255, 255, 0.87);
@@ -3822,6 +4070,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3822
4070
  color: rgba(255, 255, 255, 0.87);
3823
4071
  border-top: 0 none;
3824
4072
  }
4073
+ .p-panel .p-panel-icons-end {
4074
+ order: 2;
4075
+ margin-left: auto;
4076
+ }
4077
+ .p-panel .p-panel-icons-start {
4078
+ order: 0;
4079
+ margin-right: 0.5rem;
4080
+ }
4081
+ .p-panel .p-panel-icons-center {
4082
+ order: 2;
4083
+ width: 100%;
4084
+ text-align: center;
4085
+ }
3825
4086
 
3826
4087
  .p-scrollpanel .p-scrollpanel-bar {
3827
4088
  background: rgba(255, 255, 255, 0.12);
@@ -5071,6 +5332,24 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5071
5332
  border-color: rgba(255, 255, 255, 0.12);
5072
5333
  color: #9FA8DA;
5073
5334
  }
5335
+ .p-tabmenu .p-tabmenu-left-icon {
5336
+ margin-right: 0.5rem;
5337
+ }
5338
+ .p-tabmenu .p-tabmenu-right-icon {
5339
+ margin-left: 0.5rem;
5340
+ }
5341
+ .p-tabmenu .p-tabmenu-nav-btn.p-link {
5342
+ background: transparent;
5343
+ color: #9FA8DA;
5344
+ width: 3rem;
5345
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
5346
+ border-radius: 0;
5347
+ }
5348
+ .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
5349
+ outline: 0 none;
5350
+ outline-offset: 0;
5351
+ box-shadow: inset none;
5352
+ }
5074
5353
 
5075
5354
  .p-tieredmenu {
5076
5355
  padding: 0.5rem 0;
@@ -6012,6 +6291,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
6012
6291
  .p-calendar-w-btn.p-calendar-disabled {
6013
6292
  opacity: 0.38;
6014
6293
  }
6294
+ .p-calendar-w-btn.p-calendar-disabled .p-inputtext {
6295
+ opacity: 1;
6296
+ }
6015
6297
 
6016
6298
  .p-datepicker .p-datepicker-header {
6017
6299
  border-bottom: 0 none;
@@ -6828,7 +7110,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
6828
7110
  border-radius: 0;
6829
7111
  }
6830
7112
  .p-progressbar .p-progressbar-label {
6831
- display: none;
7113
+ display: none !important;
6832
7114
  }
6833
7115
 
6834
7116
  .p-radiobutton {
@@ -7151,4 +7433,78 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
7151
7433
  border-color: rgba(255, 255, 255, 0.12);
7152
7434
  }
7153
7435
 
7436
+ .p-splitbutton.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
7437
+ background: rgba(159, 168, 218, 0.12);
7438
+ }
7439
+ .p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
7440
+ background: rgba(159, 168, 218, 0.16);
7441
+ }
7442
+ .p-splitbutton.p-button-outlined > .p-button {
7443
+ box-shadow: inset 0 0 0 1px;
7444
+ }
7445
+ .p-splitbutton.p-button-outlined > .p-button:enabled:focus {
7446
+ box-shadow: inset 0 0 0 1px;
7447
+ }
7448
+ .p-splitbutton.p-button-outlined > .p-button:enabled:active {
7449
+ box-shadow: inset 0 0 0 1px;
7450
+ }
7451
+ .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton {
7452
+ margin-left: -1px;
7453
+ width: calc(3rem + 1px);
7454
+ }
7455
+ .p-splitbutton.p-disabled.p-button-text > .p-button {
7456
+ background-color: transparent !important;
7457
+ color: rgba(255, 255, 255, 0.38) !important;
7458
+ }
7459
+ .p-splitbutton.p-disabled.p-button-outlined > .p-button {
7460
+ background-color: transparent !important;
7461
+ color: rgba(255, 255, 255, 0.38) !important;
7462
+ border-color: rgba(255, 255, 255, 0.38) !important;
7463
+ }
7464
+ .p-splitbutton.p-button-raised > .p-button:enabled:focus, .p-splitbutton.p-button-raised > .p-button:not(button):not(a):not(.p-disabled):focus {
7465
+ box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
7466
+ }
7467
+
7468
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
7469
+ background: rgba(244, 143, 177, 0.12);
7470
+ }
7471
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
7472
+ background: rgba(244, 143, 177, 0.16);
7473
+ }
7474
+
7475
+ .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
7476
+ background: rgba(144, 202, 249, 0.12);
7477
+ }
7478
+ .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
7479
+ background: rgba(144, 202, 249, 0.16);
7480
+ }
7481
+
7482
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
7483
+ background: rgba(197, 225, 165, 0.12);
7484
+ }
7485
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
7486
+ background: rgba(197, 225, 165, 0.16);
7487
+ }
7488
+
7489
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
7490
+ background: rgba(255, 245, 157, 0.12);
7491
+ }
7492
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
7493
+ background: rgba(255, 245, 157, 0.16);
7494
+ }
7495
+
7496
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
7497
+ background: rgba(206, 147, 216, 0.12);
7498
+ }
7499
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
7500
+ background: rgba(206, 147, 216, 0.16);
7501
+ }
7502
+
7503
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
7504
+ background: rgba(239, 154, 154, 0.12);
7505
+ }
7506
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
7507
+ background: rgba(239, 154, 154, 0.16);
7508
+ }
7509
+
7154
7510
  /* Customizations to the designer theme should be defined here */