primeng 16.6.0 → 16.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/animate/animate.d.ts +3 -2
  2. package/animateonscroll/animateonscroll.d.ts +73 -0
  3. package/animateonscroll/index.d.ts +5 -0
  4. package/animateonscroll/public_api.d.ts +1 -0
  5. package/api/primengconfig.d.ts +1 -0
  6. package/autocomplete/autocomplete.d.ts +177 -54
  7. package/autocomplete/autocomplete.interface.d.ts +30 -0
  8. package/cascadeselect/cascadeselect.d.ts +188 -68
  9. package/cascadeselect/cascadeselect.interface.d.ts +19 -0
  10. package/checkbox/checkbox.d.ts +1 -4
  11. package/chips/chips.d.ts +21 -5
  12. package/colorpicker/colorpicker.d.ts +5 -5
  13. package/contextmenu/contextmenu.d.ts +1 -0
  14. package/dialog/dialog.d.ts +1 -2
  15. package/dom/domhandler.d.ts +4 -1
  16. package/dropdown/dropdown.d.ts +115 -37
  17. package/esm2022/accordion/accordion.mjs +11 -7
  18. package/esm2022/animate/animate.mjs +4 -1
  19. package/esm2022/animateonscroll/animateonscroll.mjs +185 -0
  20. package/esm2022/animateonscroll/primeng-animateonscroll.mjs +5 -0
  21. package/esm2022/animateonscroll/public_api.mjs +2 -0
  22. package/esm2022/api/primengconfig.mjs +2 -1
  23. package/esm2022/autocomplete/autocomplete.interface.mjs +1 -1
  24. package/esm2022/autocomplete/autocomplete.mjs +893 -617
  25. package/esm2022/carousel/carousel.mjs +5 -1
  26. package/esm2022/cascadeselect/cascadeselect.interface.mjs +1 -1
  27. package/esm2022/cascadeselect/cascadeselect.mjs +921 -482
  28. package/esm2022/checkbox/checkbox.mjs +90 -73
  29. package/esm2022/chips/chips.mjs +197 -53
  30. package/esm2022/colorpicker/colorpicker.mjs +56 -37
  31. package/esm2022/contextmenu/contextmenu.mjs +10 -1
  32. package/esm2022/dialog/dialog.mjs +6 -11
  33. package/esm2022/dom/domhandler.mjs +26 -8
  34. package/esm2022/dropdown/dropdown.mjs +707 -588
  35. package/esm2022/inputmask/inputmask.mjs +22 -9
  36. package/esm2022/inputnumber/inputnumber.mjs +142 -83
  37. package/esm2022/inputswitch/inputswitch.mjs +55 -49
  38. package/esm2022/knob/knob.mjs +92 -5
  39. package/esm2022/listbox/listbox.interface.mjs +1 -1
  40. package/esm2022/listbox/listbox.mjs +996 -454
  41. package/esm2022/multiselect/multiselect.mjs +1022 -604
  42. package/esm2022/overlaypanel/overlaypanel.mjs +2 -2
  43. package/esm2022/paginator/paginator.mjs +2 -2
  44. package/esm2022/password/password.mjs +29 -28
  45. package/esm2022/radiobutton/radiobutton.mjs +46 -33
  46. package/esm2022/rating/rating.mjs +172 -80
  47. package/esm2022/selectbutton/selectbutton.mjs +105 -34
  48. package/esm2022/slider/slider.mjs +151 -66
  49. package/esm2022/table/table.mjs +3 -3
  50. package/esm2022/togglebutton/togglebutton.mjs +47 -10
  51. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +53 -35
  52. package/fesm2022/primeng-accordion.mjs +10 -6
  53. package/fesm2022/primeng-accordion.mjs.map +1 -1
  54. package/fesm2022/primeng-animate.mjs +3 -0
  55. package/fesm2022/primeng-animate.mjs.map +1 -1
  56. package/fesm2022/primeng-animateonscroll.mjs +190 -0
  57. package/fesm2022/primeng-animateonscroll.mjs.map +1 -0
  58. package/fesm2022/primeng-api.mjs +1 -0
  59. package/fesm2022/primeng-api.mjs.map +1 -1
  60. package/fesm2022/primeng-autocomplete.mjs +893 -617
  61. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  62. package/fesm2022/primeng-carousel.mjs +4 -0
  63. package/fesm2022/primeng-carousel.mjs.map +1 -1
  64. package/fesm2022/primeng-cascadeselect.mjs +920 -481
  65. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  66. package/fesm2022/primeng-checkbox.mjs +89 -72
  67. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  68. package/fesm2022/primeng-chips.mjs +195 -51
  69. package/fesm2022/primeng-chips.mjs.map +1 -1
  70. package/fesm2022/primeng-colorpicker.mjs +55 -36
  71. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  72. package/fesm2022/primeng-contextmenu.mjs +9 -0
  73. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  74. package/fesm2022/primeng-dialog.mjs +5 -10
  75. package/fesm2022/primeng-dialog.mjs.map +1 -1
  76. package/fesm2022/primeng-dom.mjs +25 -7
  77. package/fesm2022/primeng-dom.mjs.map +1 -1
  78. package/fesm2022/primeng-dropdown.mjs +707 -588
  79. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  80. package/fesm2022/primeng-inputmask.mjs +20 -7
  81. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  82. package/fesm2022/primeng-inputnumber.mjs +140 -81
  83. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  84. package/fesm2022/primeng-inputswitch.mjs +55 -49
  85. package/fesm2022/primeng-inputswitch.mjs.map +1 -1
  86. package/fesm2022/primeng-knob.mjs +92 -5
  87. package/fesm2022/primeng-knob.mjs.map +1 -1
  88. package/fesm2022/primeng-listbox.mjs +995 -453
  89. package/fesm2022/primeng-listbox.mjs.map +1 -1
  90. package/fesm2022/primeng-multiselect.mjs +1021 -603
  91. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  92. package/fesm2022/primeng-overlaypanel.mjs +1 -1
  93. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  94. package/fesm2022/primeng-paginator.mjs +1 -1
  95. package/fesm2022/primeng-paginator.mjs.map +1 -1
  96. package/fesm2022/primeng-password.mjs +27 -26
  97. package/fesm2022/primeng-password.mjs.map +1 -1
  98. package/fesm2022/primeng-radiobutton.mjs +46 -33
  99. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  100. package/fesm2022/primeng-rating.mjs +171 -79
  101. package/fesm2022/primeng-rating.mjs.map +1 -1
  102. package/fesm2022/primeng-selectbutton.mjs +104 -33
  103. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  104. package/fesm2022/primeng-slider.mjs +150 -65
  105. package/fesm2022/primeng-slider.mjs.map +1 -1
  106. package/fesm2022/primeng-table.mjs +2 -2
  107. package/fesm2022/primeng-table.mjs.map +1 -1
  108. package/fesm2022/primeng-togglebutton.mjs +46 -9
  109. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  110. package/fesm2022/primeng-tristatecheckbox.mjs +53 -35
  111. package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
  112. package/inputmask/inputmask.d.ts +6 -1
  113. package/inputnumber/inputnumber.d.ts +6 -1
  114. package/inputswitch/inputswitch.d.ts +6 -9
  115. package/knob/knob.d.ts +20 -3
  116. package/listbox/listbox.d.ts +208 -39
  117. package/listbox/listbox.interface.d.ts +15 -0
  118. package/multiselect/multiselect.d.ts +171 -60
  119. package/package.json +126 -120
  120. package/password/password.d.ts +3 -4
  121. package/radiobutton/radiobutton.d.ts +1 -2
  122. package/rating/rating.d.ts +29 -7
  123. package/resources/components/dropdown/dropdown.css +16 -2
  124. package/resources/themes/arya-blue/theme.css +106 -84
  125. package/resources/themes/arya-green/theme.css +106 -84
  126. package/resources/themes/arya-orange/theme.css +106 -84
  127. package/resources/themes/arya-purple/theme.css +106 -84
  128. package/resources/themes/bootstrap4-dark-blue/theme.css +110 -88
  129. package/resources/themes/bootstrap4-dark-purple/theme.css +110 -88
  130. package/resources/themes/bootstrap4-light-blue/theme.css +110 -88
  131. package/resources/themes/bootstrap4-light-purple/theme.css +110 -88
  132. package/resources/themes/fluent-light/theme.css +103 -81
  133. package/resources/themes/lara-dark-blue/theme.css +106 -84
  134. package/resources/themes/lara-dark-indigo/theme.css +106 -84
  135. package/resources/themes/lara-dark-purple/theme.css +106 -84
  136. package/resources/themes/lara-dark-teal/theme.css +106 -84
  137. package/resources/themes/lara-light-blue/theme.css +109 -87
  138. package/resources/themes/lara-light-indigo/theme.css +109 -87
  139. package/resources/themes/lara-light-purple/theme.css +109 -87
  140. package/resources/themes/lara-light-teal/theme.css +109 -87
  141. package/resources/themes/luna-amber/theme.css +110 -88
  142. package/resources/themes/luna-blue/theme.css +110 -88
  143. package/resources/themes/luna-green/theme.css +110 -88
  144. package/resources/themes/luna-pink/theme.css +110 -88
  145. package/resources/themes/md-dark-deeppurple/theme.css +117 -95
  146. package/resources/themes/md-dark-indigo/theme.css +117 -95
  147. package/resources/themes/md-light-deeppurple/theme.css +117 -95
  148. package/resources/themes/md-light-indigo/theme.css +117 -95
  149. package/resources/themes/mdc-dark-deeppurple/theme.css +117 -95
  150. package/resources/themes/mdc-dark-indigo/theme.css +117 -95
  151. package/resources/themes/mdc-light-deeppurple/theme.css +117 -95
  152. package/resources/themes/mdc-light-indigo/theme.css +117 -95
  153. package/resources/themes/mira/theme.css +107 -85
  154. package/resources/themes/nano/theme.css +109 -87
  155. package/resources/themes/nova/theme.css +110 -88
  156. package/resources/themes/nova-accent/theme.css +109 -87
  157. package/resources/themes/nova-alt/theme.css +110 -88
  158. package/resources/themes/rhea/theme.css +109 -87
  159. package/resources/themes/saga-blue/theme.css +106 -84
  160. package/resources/themes/saga-green/theme.css +106 -84
  161. package/resources/themes/saga-orange/theme.css +106 -84
  162. package/resources/themes/saga-purple/theme.css +106 -84
  163. package/resources/themes/soho-dark/theme.css +109 -87
  164. package/resources/themes/soho-light/theme.css +109 -87
  165. package/resources/themes/tailwind-light/theme.css +110 -88
  166. package/resources/themes/vela-blue/theme.css +106 -84
  167. package/resources/themes/vela-green/theme.css +106 -84
  168. package/resources/themes/vela-orange/theme.css +106 -84
  169. package/resources/themes/vela-purple/theme.css +106 -84
  170. package/resources/themes/viva-dark/theme.css +109 -87
  171. package/resources/themes/viva-light/theme.css +109 -87
  172. package/selectbutton/selectbutton.d.ts +15 -3
  173. package/slider/slider.d.ts +12 -6
  174. package/togglebutton/togglebutton.d.ts +7 -1
  175. package/tristatecheckbox/tristatecheckbox.d.ts +8 -4
@@ -351,41 +351,44 @@
351
351
  .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader {
352
352
  right: 2.786rem;
353
353
  }
354
- .p-autocomplete .p-autocomplete-multiple-container {
355
- padding: 0.2145rem 0.429rem;
356
- gap: 0.5rem;
357
- }
358
- .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover {
354
+ .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container {
359
355
  border-color: #a6a6a6;
360
356
  }
361
- .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus {
357
+ .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container {
362
358
  outline: 0 none;
363
359
  outline-offset: 0;
364
360
  box-shadow: 0 0 0 0.2rem #e4e9ec;
365
361
  border-color: #7B95A3;
366
362
  }
363
+ .p-autocomplete .p-autocomplete-multiple-container {
364
+ padding: 0.2145rem 0.429rem;
365
+ gap: 0.5rem;
366
+ }
367
367
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token {
368
368
  padding: 0.2145rem 0;
369
369
  }
370
370
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
371
- font-family: var(--font-family);
372
- font-feature-settings: var(--font-feature-settings, normal);
373
- font-size: 1rem;
371
+ font-family: inherit;
372
+ font-feature-settings: inherit;
373
+ font-size: inherit;
374
374
  color: #666666;
375
375
  padding: 0;
376
376
  margin: 0;
377
377
  }
378
378
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token {
379
379
  padding: 0.2145rem 0.429rem;
380
- background: #AFD3C8;
381
- color: #385048;
382
- border-radius: 2px;
380
+ background: #dadada;
381
+ color: #666666;
382
+ border-radius: 16px;
383
383
  }
384
384
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon {
385
385
  margin-left: 0.5rem;
386
386
  }
387
-
388
- p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
387
+ .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus {
388
+ background: #cbcbcb;
389
+ color: #666666;
390
+ }
391
+ .p-autocomplete.p-invalid.p-component > .p-inputtext {
389
392
  border-color: #e7a3a3;
390
393
  }
391
394
 
@@ -408,18 +411,20 @@
408
411
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
409
412
  border-radius: 0;
410
413
  }
411
- .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover {
412
- color: #666666;
413
- background: #f4f4f4;
414
- }
415
414
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight {
416
415
  color: #385048;
417
416
  background: #AFD3C8;
418
417
  }
419
- .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-empty-message {
420
- padding: 0.429rem 0.857rem;
418
+ .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus {
419
+ background: #aed3c7;
420
+ }
421
+ .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus {
421
422
  color: #666666;
422
- background: transparent;
423
+ background: #e0e0e0;
424
+ }
425
+ .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover {
426
+ color: #666666;
427
+ background: #f4f4f4;
423
428
  }
424
429
  .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group {
425
430
  margin: 0;
@@ -429,6 +434,10 @@
429
434
  font-weight: 700;
430
435
  }
431
436
 
437
+ p-autocomplete.ng-dirty.ng-invalid > .p-autocomplete > .p-inputtext {
438
+ border-color: #e7a3a3;
439
+ }
440
+
432
441
  p-autocomplete.p-autocomplete-clearable .p-inputtext {
433
442
  padding-right: 1.858rem;
434
443
  }
@@ -706,6 +715,9 @@
706
715
  border-top-right-radius: 2px;
707
716
  border-bottom-right-radius: 2px;
708
717
  }
718
+ .p-cascadeselect.p-invalid.p-component {
719
+ border-color: #e7a3a3;
720
+ }
709
721
 
710
722
  .p-cascadeselect-panel {
711
723
  background: #ffffff;
@@ -725,33 +737,27 @@
725
737
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
726
738
  border-radius: 0;
727
739
  }
728
- .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
729
- padding: 0.429rem 0.857rem;
730
- }
731
- .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content:focus {
732
- outline: 0 none;
733
- outline-offset: 0;
734
- box-shadow: inset 0 0 0 0.15rem #e4e9ec;
735
- }
736
740
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight {
737
741
  color: #385048;
738
742
  background: #AFD3C8;
739
743
  }
744
+ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus {
745
+ background: #aed3c7;
746
+ }
747
+ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus {
748
+ color: #666666;
749
+ background: #e0e0e0;
750
+ }
740
751
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover {
741
752
  color: #666666;
742
753
  background: #f4f4f4;
743
754
  }
755
+ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content {
756
+ padding: 0.429rem 0.857rem;
757
+ }
744
758
  .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon {
745
759
  font-size: 0.875rem;
746
760
  }
747
- .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-icon {
748
- width: 0.875rem;
749
- height: 0.875rem;
750
- }
751
-
752
- p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
753
- border-color: #e7a3a3;
754
- }
755
761
 
756
762
  .p-input-filled .p-cascadeselect {
757
763
  background: #f4f4f4;
@@ -763,6 +769,10 @@
763
769
  background-color: #f4f4f4;
764
770
  }
765
771
 
772
+ p-cascadeselect.ng-dirty.ng-invalid > .p-cascadeselect {
773
+ border-color: #e7a3a3;
774
+ }
775
+
766
776
  p-cascadeselect.p-cascadeselect-clearable .p-cascadeselect-label {
767
777
  padding-right: 0.429rem;
768
778
  }
@@ -842,24 +852,29 @@
842
852
  margin-left: 0.5rem;
843
853
  }
844
854
 
845
- .p-chips .p-chips-multiple-container {
846
- padding: 0.2145rem 0.429rem;
847
- gap: 0.5rem;
848
- }
849
- .p-chips .p-chips-multiple-container:not(.p-disabled):hover {
855
+ .p-chips:not(.p-disabled):hover .p-chips-multiple-container {
850
856
  border-color: #a6a6a6;
851
857
  }
852
- .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus {
858
+ .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container {
853
859
  outline: 0 none;
854
860
  outline-offset: 0;
855
861
  box-shadow: 0 0 0 0.2rem #e4e9ec;
856
862
  border-color: #7B95A3;
857
863
  }
864
+ .p-chips .p-chips-multiple-container {
865
+ padding: 0.2145rem 0.429rem;
866
+ gap: 0.5rem;
867
+ }
858
868
  .p-chips .p-chips-multiple-container .p-chips-token {
859
869
  padding: 0.2145rem 0.429rem;
860
- background: #AFD3C8;
861
- color: #385048;
862
- border-radius: 2px;
870
+ margin-right: 0.5rem;
871
+ background: #dadada;
872
+ color: #666666;
873
+ border-radius: 16px;
874
+ }
875
+ .p-chips .p-chips-multiple-container .p-chips-token.p-focus {
876
+ background: #cbcbcb;
877
+ color: #666666;
863
878
  }
864
879
  .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon {
865
880
  margin-left: 0.5rem;
@@ -868,9 +883,9 @@
868
883
  padding: 0.2145rem 0;
869
884
  }
870
885
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
871
- font-family: var(--font-family);
872
- font-feature-settings: var(--font-feature-settings, normal);
873
- font-size: 1rem;
886
+ font-family: inherit;
887
+ font-feature-settings: inherit;
888
+ font-size: inherit;
874
889
  color: #666666;
875
890
  padding: 0;
876
891
  margin: 0;
@@ -1284,6 +1299,7 @@
1284
1299
  color: #666666;
1285
1300
  border: 1px solid #dadada;
1286
1301
  border-radius: 2px;
1302
+ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1287
1303
  }
1288
1304
  .p-listbox .p-listbox-header {
1289
1305
  padding: 0.429rem 0.857rem;
@@ -1306,6 +1322,7 @@
1306
1322
  }
1307
1323
  .p-listbox .p-listbox-list {
1308
1324
  padding: 0;
1325
+ outline: 0 none;
1309
1326
  }
1310
1327
  .p-listbox .p-listbox-list .p-listbox-item {
1311
1328
  margin: 0;
@@ -1319,11 +1336,6 @@
1319
1336
  color: #385048;
1320
1337
  background: #AFD3C8;
1321
1338
  }
1322
- .p-listbox .p-listbox-list .p-listbox-item:focus {
1323
- outline: 0 none;
1324
- outline-offset: 0;
1325
- box-shadow: inset 0 0 0 0.15rem #e4e9ec;
1326
- }
1327
1339
  .p-listbox .p-listbox-list .p-listbox-item .p-checkbox {
1328
1340
  margin-right: 0.5rem;
1329
1341
  }
@@ -1339,10 +1351,23 @@
1339
1351
  color: #666666;
1340
1352
  background: transparent;
1341
1353
  }
1354
+ .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus {
1355
+ background: #aed3c7;
1356
+ }
1357
+ .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus {
1358
+ color: #666666;
1359
+ background: #e0e0e0;
1360
+ }
1342
1361
  .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover {
1343
1362
  color: #666666;
1344
1363
  background: #f4f4f4;
1345
1364
  }
1365
+ .p-listbox.p-focus {
1366
+ outline: 0 none;
1367
+ outline-offset: 0;
1368
+ box-shadow: 0 0 0 0.2rem #e4e9ec;
1369
+ border-color: #7B95A3;
1370
+ }
1346
1371
 
1347
1372
  p-listbox.ng-dirty.ng-invalid > .p-listbox {
1348
1373
  border-color: #e7a3a3;
@@ -1370,14 +1395,12 @@
1370
1395
  .p-multiselect .p-multiselect-label.p-placeholder {
1371
1396
  color: #a6a6a6;
1372
1397
  }
1373
- .p-multiselect.p-multiselect-chip .p-multiselect-label {
1374
- gap: 0.5rem;
1375
- }
1376
1398
  .p-multiselect.p-multiselect-chip .p-multiselect-token {
1377
1399
  padding: 0.2145rem 0.429rem;
1378
- background: #AFD3C8;
1379
- color: #385048;
1380
- border-radius: 2px;
1400
+ margin-right: 0.5rem;
1401
+ background: #dadada;
1402
+ color: #666666;
1403
+ border-radius: 16px;
1381
1404
  }
1382
1405
  .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
1383
1406
  margin-left: 0.5rem;
@@ -1390,10 +1413,18 @@
1390
1413
  border-bottom-right-radius: 2px;
1391
1414
  }
1392
1415
 
1393
- .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
1416
+ .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1394
1417
  padding: 0.2145rem 0.429rem;
1395
1418
  }
1396
1419
 
1420
+ .p-multiselect-clearable .p-multiselect-label-container {
1421
+ padding-right: 1.429rem;
1422
+ }
1423
+ .p-multiselect-clearable .p-multiselect-clear-icon {
1424
+ color: #a6a6a6;
1425
+ right: 2.357rem;
1426
+ }
1427
+
1397
1428
  .p-multiselect-panel {
1398
1429
  background: #ffffff;
1399
1430
  color: #666666;
@@ -1456,15 +1487,17 @@
1456
1487
  color: #385048;
1457
1488
  background: #AFD3C8;
1458
1489
  }
1490
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
1491
+ background: #aed3c7;
1492
+ }
1493
+ .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
1494
+ color: #666666;
1495
+ background: #e0e0e0;
1496
+ }
1459
1497
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
1460
1498
  color: #666666;
1461
1499
  background: #f4f4f4;
1462
1500
  }
1463
- .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus {
1464
- outline: 0 none;
1465
- outline-offset: 0;
1466
- box-shadow: inset 0 0 0 0.15rem #e4e9ec;
1467
- }
1468
1501
  .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
1469
1502
  margin-right: 0.5rem;
1470
1503
  }
@@ -1481,10 +1514,6 @@
1481
1514
  background: transparent;
1482
1515
  }
1483
1516
 
1484
- p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1485
- border-color: #e7a3a3;
1486
- }
1487
-
1488
1517
  .p-input-filled .p-multiselect {
1489
1518
  background: #f4f4f4;
1490
1519
  }
@@ -1495,12 +1524,8 @@
1495
1524
  background-color: #f4f4f4;
1496
1525
  }
1497
1526
 
1498
- p-multiselect.p-multiselect-clearable .p-multiselect-label-container {
1499
- padding-right: 1.429rem;
1500
- }
1501
- p-multiselect.p-multiselect-clearable .p-multiselect-clear-icon {
1502
- color: #a6a6a6;
1503
- right: 2.357rem;
1527
+ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
1528
+ border-color: #e7a3a3;
1504
1529
  }
1505
1530
 
1506
1531
  p-password.ng-invalid.ng-dirty > .p-password > .p-inputtext {
@@ -1607,34 +1632,31 @@
1607
1632
  .p-rating {
1608
1633
  gap: 0.5rem;
1609
1634
  }
1610
- .p-rating .p-rating-icon {
1635
+ .p-rating .p-rating-item .p-rating-icon {
1611
1636
  color: #666666;
1612
- margin-left: 0.5rem;
1613
1637
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
1614
1638
  font-size: 1.143rem;
1615
1639
  }
1616
- .p-rating .p-rating-icon.p-icon {
1640
+ .p-rating .p-rating-item .p-rating-icon.p-icon {
1617
1641
  width: 1.143rem;
1618
1642
  height: 1.143rem;
1619
1643
  }
1620
- .p-rating .p-rating-icon.p-rating-cancel {
1644
+ .p-rating .p-rating-item .p-rating-icon.p-rating-cancel {
1621
1645
  color: #f3b9b9;
1622
1646
  }
1623
- .p-rating .p-rating-icon:focus {
1647
+ .p-rating .p-rating-item.p-focus {
1624
1648
  outline: 0 none;
1625
1649
  outline-offset: 0;
1626
1650
  box-shadow: 0 0 0 0.2rem #e4e9ec;
1651
+ border-color: #7B95A3;
1627
1652
  }
1628
- .p-rating .p-rating-icon:first-child {
1629
- margin-left: 0;
1630
- }
1631
- .p-rating .p-rating-icon.p-rating-icon-active {
1653
+ .p-rating .p-rating-item.p-rating-item-active .p-rating-icon {
1632
1654
  color: #7B95A3;
1633
1655
  }
1634
- .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
1656
+ .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon {
1635
1657
  color: #7B95A3;
1636
1658
  }
1637
- .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon.p-rating-cancel:hover {
1659
+ .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel {
1638
1660
  color: #d66161;
1639
1661
  }
1640
1662