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
@@ -247,6 +247,16 @@
247
247
  --purple-700:#763cad;
248
248
  --purple-800:#5c2f88;
249
249
  --purple-900:#432263;
250
+ --red-50:#fef6f6;
251
+ --red-100:#fbd2d2;
252
+ --red-200:#f8afaf;
253
+ --red-300:#f58b8b;
254
+ --red-400:#f26868;
255
+ --red-500:#ef4444;
256
+ --red-600:#cb3a3a;
257
+ --red-700:#a73030;
258
+ --red-800:#832525;
259
+ --red-900:#601b1b;
250
260
  }
251
261
 
252
262
  .p-autocomplete .p-autocomplete-loader {
@@ -389,16 +399,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
389
399
  .p-datepicker .p-datepicker-header .p-datepicker-title {
390
400
  line-height: 2rem;
391
401
  }
392
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year,
393
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
394
- color: #3f3f46;
402
+ .p-datepicker .p-datepicker-header .p-datepicker-title select {
395
403
  transition: none;
396
- font-weight: 600;
397
- padding: 0.5rem;
398
404
  }
399
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover,
400
- .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover {
401
- color: #4F46E5;
405
+ .p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
406
+ outline: 0 none;
407
+ outline-offset: 0;
408
+ box-shadow: 0 0 0 1px #6366F1;
409
+ border-color: #4F46E5;
402
410
  }
403
411
  .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
404
412
  margin-right: 0.5rem;
@@ -496,20 +504,8 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
496
504
  color: #312E81;
497
505
  background: #EEF2FF;
498
506
  }
499
- .p-datepicker .p-yearpicker {
500
- margin: 0.5rem 0;
501
- }
502
- .p-datepicker .p-yearpicker .p-yearpicker-year {
503
- padding: 0.5rem;
504
- transition: none;
505
- border-radius: 0.375rem;
506
- }
507
- .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
508
- color: #312E81;
509
- background: #EEF2FF;
510
- }
511
507
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
512
- border-left: 1px solid #f3f4f6;
508
+ border-right: 1px solid #f3f4f6;
513
509
  padding-right: 0.5rem;
514
510
  padding-left: 0.5rem;
515
511
  padding-top: 0;
@@ -517,10 +513,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
517
513
  }
518
514
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
519
515
  padding-left: 0;
520
- border-left: 0 none;
521
516
  }
522
517
  .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
523
518
  padding-right: 0;
519
+ border-right: 0 none;
524
520
  }
525
521
  .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
526
522
  background: #f4f4f5;
@@ -530,18 +526,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
530
526
  outline-offset: 0;
531
527
  box-shadow: 0 0 0 1px #6366F1;
532
528
  }
533
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover {
534
- background: #f4f4f5;
535
- }
536
- .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
537
- outline: 0 none;
538
- outline-offset: 0;
539
- box-shadow: 0 0 0 1px #6366F1;
540
- }
541
- .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
529
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
542
530
  background: #f4f4f5;
543
531
  }
544
- .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus {
532
+ .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
545
533
  outline: 0 none;
546
534
  outline-offset: 0;
547
535
  box-shadow: 0 0 0 1px #6366F1;
@@ -742,7 +730,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
742
730
 
743
731
  .p-colorpicker-panel {
744
732
  background: #27272A;
745
- border: 1px solid #18181B;
733
+ border-color: 1px solid #18181B;
746
734
  }
747
735
  .p-colorpicker-panel .p-colorpicker-color-handle,
748
736
  .p-colorpicker-panel .p-colorpicker-hue-handle {
@@ -867,9 +855,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
867
855
  .p-input-filled .p-dropdown:not(.p-disabled).p-focus {
868
856
  background-color: #ffffff;
869
857
  }
870
- .p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
871
- background-color: transparent;
872
- }
873
858
 
874
859
  .p-editor-container .p-editor-toolbar {
875
860
  background: #fafafa;
@@ -1412,7 +1397,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1412
1397
  background-color: #ffffff;
1413
1398
  }
1414
1399
 
1415
- p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
1400
+ .p-password.p-invalid.p-component > .p-inputtext {
1416
1401
  border-color: #f0a9a7;
1417
1402
  }
1418
1403
 
@@ -1514,7 +1499,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1514
1499
  .p-rating .p-rating-icon:first-child {
1515
1500
  margin-left: 0;
1516
1501
  }
1517
- .p-rating .p-rating-icon.pi-star-fill {
1502
+ .p-rating .p-rating-icon.pi-star {
1518
1503
  color: #4F46E5;
1519
1504
  }
1520
1505
  .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
@@ -1696,8 +1681,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
1696
1681
  border-top-right-radius: 0.375rem;
1697
1682
  border-bottom-right-radius: 0.375rem;
1698
1683
  }
1699
-
1700
- p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1684
+ .p-treeselect.p-invalid.p-component {
1701
1685
  border-color: #f0a9a7;
1702
1686
  }
1703
1687
 
@@ -2262,6 +2246,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
2262
2246
  background-color: rgba(0, 0, 0, 0.4);
2263
2247
  }
2264
2248
 
2249
+ .p-splitbutton {
2250
+ border-radius: 0.375rem;
2251
+ }
2252
+ .p-splitbutton.p-button-outlined > .p-button {
2253
+ background-color: transparent;
2254
+ color: #4F46E5;
2255
+ border: 1px solid;
2256
+ }
2257
+ .p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2258
+ background: rgba(79, 70, 229, 0.04);
2259
+ color: #4F46E5;
2260
+ }
2261
+ .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2262
+ background: rgba(79, 70, 229, 0.16);
2263
+ color: #4F46E5;
2264
+ }
2265
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button {
2266
+ color: #71717A;
2267
+ border-color: #71717A;
2268
+ }
2269
+ .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 {
2270
+ background: #f4f4f5;
2271
+ color: #71717A;
2272
+ }
2273
+ .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 {
2274
+ background: #e5e7eb;
2275
+ color: #71717A;
2276
+ }
2277
+ .p-splitbutton.p-button-text > .p-button {
2278
+ background-color: transparent;
2279
+ color: #4F46E5;
2280
+ border-color: transparent;
2281
+ }
2282
+ .p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2283
+ background: rgba(79, 70, 229, 0.04);
2284
+ color: #4F46E5;
2285
+ border-color: transparent;
2286
+ }
2287
+ .p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2288
+ background: rgba(79, 70, 229, 0.16);
2289
+ color: #4F46E5;
2290
+ border-color: transparent;
2291
+ }
2292
+ .p-splitbutton.p-button-text.p-button-plain > .p-button {
2293
+ color: #71717A;
2294
+ }
2295
+ .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 {
2296
+ background: #f4f4f5;
2297
+ color: #71717A;
2298
+ }
2299
+ .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 {
2300
+ background: #e5e7eb;
2301
+ color: #71717A;
2302
+ }
2303
+ .p-splitbutton.p-button-raised {
2304
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
2305
+ }
2306
+ .p-splitbutton.p-button-rounded {
2307
+ border-radius: 2rem;
2308
+ }
2309
+ .p-splitbutton.p-button-rounded > .p-button {
2310
+ border-radius: 2rem;
2311
+ }
2312
+ .p-splitbutton.p-button-sm > .p-button {
2313
+ font-size: 0.875rem;
2314
+ padding: 0.65625rem 0.875rem;
2315
+ }
2316
+ .p-splitbutton.p-button-sm > .p-button .p-button-icon {
2317
+ font-size: 0.875rem;
2318
+ }
2319
+ .p-splitbutton.p-button-lg > .p-button {
2320
+ font-size: 1.25rem;
2321
+ padding: 0.9375rem 1.25rem;
2322
+ }
2323
+ .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2324
+ font-size: 1.25rem;
2325
+ }
2326
+
2327
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2328
+ background-color: transparent;
2329
+ color: #64748B;
2330
+ border: 1px solid;
2331
+ }
2332
+ .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 {
2333
+ background: rgba(100, 116, 139, 0.04);
2334
+ color: #64748B;
2335
+ }
2336
+ .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 {
2337
+ background: rgba(100, 116, 139, 0.16);
2338
+ color: #64748B;
2339
+ }
2340
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button {
2341
+ background-color: transparent;
2342
+ color: #64748B;
2343
+ border-color: transparent;
2344
+ }
2345
+ .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 {
2346
+ background: rgba(100, 116, 139, 0.04);
2347
+ border-color: transparent;
2348
+ color: #64748B;
2349
+ }
2350
+ .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 {
2351
+ background: rgba(100, 116, 139, 0.16);
2352
+ border-color: transparent;
2353
+ color: #64748B;
2354
+ }
2355
+
2356
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2357
+ background-color: transparent;
2358
+ color: #3B82F6;
2359
+ border: 1px solid;
2360
+ }
2361
+ .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 {
2362
+ background: rgba(59, 130, 246, 0.04);
2363
+ color: #3B82F6;
2364
+ }
2365
+ .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 {
2366
+ background: rgba(59, 130, 246, 0.16);
2367
+ color: #3B82F6;
2368
+ }
2369
+ .p-splitbutton.p-button-info.p-button-text > .p-button {
2370
+ background-color: transparent;
2371
+ color: #3B82F6;
2372
+ border-color: transparent;
2373
+ }
2374
+ .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 {
2375
+ background: rgba(59, 130, 246, 0.04);
2376
+ border-color: transparent;
2377
+ color: #3B82F6;
2378
+ }
2379
+ .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 {
2380
+ background: rgba(59, 130, 246, 0.16);
2381
+ border-color: transparent;
2382
+ color: #3B82F6;
2383
+ }
2384
+
2385
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2386
+ background-color: transparent;
2387
+ color: #22C55E;
2388
+ border: 1px solid;
2389
+ }
2390
+ .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 {
2391
+ background: rgba(34, 197, 94, 0.04);
2392
+ color: #22C55E;
2393
+ }
2394
+ .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 {
2395
+ background: rgba(34, 197, 94, 0.16);
2396
+ color: #22C55E;
2397
+ }
2398
+ .p-splitbutton.p-button-success.p-button-text > .p-button {
2399
+ background-color: transparent;
2400
+ color: #22C55E;
2401
+ border-color: transparent;
2402
+ }
2403
+ .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 {
2404
+ background: rgba(34, 197, 94, 0.04);
2405
+ border-color: transparent;
2406
+ color: #22C55E;
2407
+ }
2408
+ .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 {
2409
+ background: rgba(34, 197, 94, 0.16);
2410
+ border-color: transparent;
2411
+ color: #22C55E;
2412
+ }
2413
+
2414
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2415
+ background-color: transparent;
2416
+ color: #F59E0B;
2417
+ border: 1px solid;
2418
+ }
2419
+ .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 {
2420
+ background: rgba(245, 158, 11, 0.04);
2421
+ color: #F59E0B;
2422
+ }
2423
+ .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 {
2424
+ background: rgba(245, 158, 11, 0.16);
2425
+ color: #F59E0B;
2426
+ }
2427
+ .p-splitbutton.p-button-warning.p-button-text > .p-button {
2428
+ background-color: transparent;
2429
+ color: #F59E0B;
2430
+ border-color: transparent;
2431
+ }
2432
+ .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 {
2433
+ background: rgba(245, 158, 11, 0.04);
2434
+ border-color: transparent;
2435
+ color: #F59E0B;
2436
+ }
2437
+ .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 {
2438
+ background: rgba(245, 158, 11, 0.16);
2439
+ border-color: transparent;
2440
+ color: #F59E0B;
2441
+ }
2442
+
2443
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2444
+ background-color: transparent;
2445
+ color: #A855F7;
2446
+ border: 1px solid;
2447
+ }
2448
+ .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 {
2449
+ background: rgba(168, 85, 247, 0.04);
2450
+ color: #A855F7;
2451
+ }
2452
+ .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 {
2453
+ background: rgba(168, 85, 247, 0.16);
2454
+ color: #A855F7;
2455
+ }
2456
+ .p-splitbutton.p-button-help.p-button-text > .p-button {
2457
+ background-color: transparent;
2458
+ color: #A855F7;
2459
+ border-color: transparent;
2460
+ }
2461
+ .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 {
2462
+ background: rgba(168, 85, 247, 0.04);
2463
+ border-color: transparent;
2464
+ color: #A855F7;
2465
+ }
2466
+ .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 {
2467
+ background: rgba(168, 85, 247, 0.16);
2468
+ border-color: transparent;
2469
+ color: #A855F7;
2470
+ }
2471
+
2472
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2473
+ background-color: transparent;
2474
+ color: #EF4444;
2475
+ border: 1px solid;
2476
+ }
2477
+ .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 {
2478
+ background: rgba(239, 68, 68, 0.04);
2479
+ color: #EF4444;
2480
+ }
2481
+ .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 {
2482
+ background: rgba(239, 68, 68, 0.16);
2483
+ color: #EF4444;
2484
+ }
2485
+ .p-splitbutton.p-button-danger.p-button-text > .p-button {
2486
+ background-color: transparent;
2487
+ color: #EF4444;
2488
+ border-color: transparent;
2489
+ }
2490
+ .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 {
2491
+ background: rgba(239, 68, 68, 0.04);
2492
+ border-color: transparent;
2493
+ color: #EF4444;
2494
+ }
2495
+ .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 {
2496
+ background: rgba(239, 68, 68, 0.16);
2497
+ border-color: transparent;
2498
+ color: #EF4444;
2499
+ }
2500
+
2265
2501
  .p-carousel .p-carousel-content .p-carousel-prev,
2266
2502
  .p-carousel .p-carousel-content .p-carousel-next {
2267
2503
  width: 2rem;
@@ -3043,6 +3279,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3043
3279
  background: #f4f4f5;
3044
3280
  color: #18181B;
3045
3281
  }
3282
+ .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
3283
+ background: #fcfcfc;
3284
+ }
3285
+ .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
3286
+ background: #f4f4f5;
3287
+ }
3046
3288
 
3047
3289
  .p-orderlist-item.cdk-drag-preview {
3048
3290
  padding: 0.75rem 1rem;
@@ -3238,6 +3480,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3238
3480
  background: #f4f4f5;
3239
3481
  color: #18181B;
3240
3482
  }
3483
+ .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
3484
+ background: #fcfcfc;
3485
+ }
3486
+ .p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
3487
+ background: #f4f4f5;
3488
+ }
3241
3489
 
3242
3490
  .p-picklist-item.cdk-drag-preview {
3243
3491
  padding: 0.75rem 1rem;
@@ -3833,6 +4081,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
3833
4081
  color: #3f3f46;
3834
4082
  border-top: 0 none;
3835
4083
  }
4084
+ .p-panel .p-panel-icons-end {
4085
+ order: 2;
4086
+ margin-left: auto;
4087
+ }
4088
+ .p-panel .p-panel-icons-start {
4089
+ order: 0;
4090
+ margin-right: 0.5rem;
4091
+ }
4092
+ .p-panel .p-panel-icons-center {
4093
+ order: 2;
4094
+ width: 100%;
4095
+ text-align: center;
4096
+ }
3836
4097
 
3837
4098
  .p-scrollpanel .p-scrollpanel-bar {
3838
4099
  background: #fafafa;
@@ -5082,6 +5343,24 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
5082
5343
  border-color: #4F46E5;
5083
5344
  color: #4F46E5;
5084
5345
  }
5346
+ .p-tabmenu .p-tabmenu-left-icon {
5347
+ margin-right: 0.5rem;
5348
+ }
5349
+ .p-tabmenu .p-tabmenu-right-icon {
5350
+ margin-left: 0.5rem;
5351
+ }
5352
+ .p-tabmenu .p-tabmenu-nav-btn.p-link {
5353
+ background: #ffffff;
5354
+ color: #4F46E5;
5355
+ width: 3rem;
5356
+ box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
5357
+ border-radius: 0;
5358
+ }
5359
+ .p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
5360
+ outline: 0 none;
5361
+ outline-offset: 0;
5362
+ box-shadow: inset 0 0 0 1px #6366F1;
5363
+ }
5085
5364
 
5086
5365
  .p-tieredmenu {
5087
5366
  padding: 0.25rem 0;