primeng 17.15.0 → 17.16.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 (215) hide show
  1. package/api/megamenuitem.d.ts +4 -0
  2. package/api/primengconfig.d.ts +1 -1
  3. package/api/treenode.d.ts +4 -0
  4. package/autocomplete/autocomplete.d.ts +11 -2
  5. package/breadcrumb/breadcrumb.interface.d.ts +11 -0
  6. package/calendar/calendar.d.ts +13 -2
  7. package/cascadeselect/cascadeselect.d.ts +19 -1
  8. package/cascadeselect/cascadeselect.interface.d.ts +4 -0
  9. package/checkbox/checkbox.d.ts +9 -3
  10. package/chips/chips.d.ts +9 -2
  11. package/dropdown/dropdown.d.ts +31 -3
  12. package/esm2022/api/megamenuitem.mjs +1 -1
  13. package/esm2022/api/primengconfig.mjs +3 -3
  14. package/esm2022/api/treenode.mjs +1 -1
  15. package/esm2022/autocomplete/autocomplete.mjs +20 -9
  16. package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
  17. package/esm2022/breadcrumb/breadcrumb.mjs +1 -1
  18. package/esm2022/calendar/calendar.mjs +65 -9
  19. package/esm2022/cascadeselect/cascadeselect.interface.mjs +1 -1
  20. package/esm2022/cascadeselect/cascadeselect.mjs +61 -12
  21. package/esm2022/checkbox/checkbox.mjs +32 -10
  22. package/esm2022/chips/chips.mjs +20 -10
  23. package/esm2022/dropdown/dropdown.mjs +105 -26
  24. package/esm2022/dynamicdialog/dynamicdialog.mjs +3 -3
  25. package/esm2022/fileupload/fileupload.mjs +123 -105
  26. package/esm2022/icons/blank/blank.mjs +25 -0
  27. package/esm2022/icons/blank/primeng-icons-blank.mjs +5 -0
  28. package/esm2022/icons/blank/public_api.mjs +2 -0
  29. package/esm2022/inputmask/inputmask.mjs +31 -13
  30. package/esm2022/inputnumber/inputnumber.mjs +13 -4
  31. package/esm2022/inputotp/inputotp.mjs +3 -3
  32. package/esm2022/inputtext/inputtext.mjs +22 -7
  33. package/esm2022/inputtextarea/inputtextarea.mjs +17 -6
  34. package/esm2022/megamenu/megamenu.interface.mjs +1 -1
  35. package/esm2022/megamenu/megamenu.mjs +2 -2
  36. package/esm2022/menu/menu.mjs +18 -5
  37. package/esm2022/menubar/menubar.interface.mjs +1 -1
  38. package/esm2022/menubar/menubar.mjs +3 -3
  39. package/esm2022/multiselect/multiselect.mjs +83 -30
  40. package/esm2022/organizationchart/organizationchart.mjs +43 -27
  41. package/esm2022/paginator/paginator.mjs +3 -3
  42. package/esm2022/panelmenu/panelmenu.interface.mjs +1 -1
  43. package/esm2022/panelmenu/panelmenu.mjs +51 -41
  44. package/esm2022/password/password.mjs +22 -5
  45. package/esm2022/radiobutton/radiobutton.mjs +32 -10
  46. package/esm2022/scroller/scroller.mjs +4 -4
  47. package/esm2022/splitbutton/splitbutton.mjs +13 -13
  48. package/esm2022/table/table.mjs +3 -3
  49. package/esm2022/tieredmenu/tieredmenu.mjs +19 -12
  50. package/esm2022/timeline/timeline.mjs +2 -2
  51. package/esm2022/tree/tree.mjs +53 -13
  52. package/esm2022/treeselect/treeselect.mjs +12 -4
  53. package/esm2022/treetable/treetable.mjs +8 -6
  54. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +20 -10
  55. package/fesm2022/primeng-api.mjs +2 -2
  56. package/fesm2022/primeng-api.mjs.map +1 -1
  57. package/fesm2022/primeng-autocomplete.mjs +19 -8
  58. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  59. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  60. package/fesm2022/primeng-calendar.mjs +64 -8
  61. package/fesm2022/primeng-calendar.mjs.map +1 -1
  62. package/fesm2022/primeng-cascadeselect.mjs +60 -11
  63. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  64. package/fesm2022/primeng-checkbox.mjs +31 -9
  65. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  66. package/fesm2022/primeng-chips.mjs +19 -9
  67. package/fesm2022/primeng-chips.mjs.map +1 -1
  68. package/fesm2022/primeng-dropdown.mjs +104 -25
  69. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  70. package/fesm2022/primeng-dynamicdialog.mjs +2 -2
  71. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  72. package/fesm2022/primeng-fileupload.mjs +122 -104
  73. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  74. package/fesm2022/primeng-icons-blank.mjs +32 -0
  75. package/fesm2022/primeng-icons-blank.mjs.map +1 -0
  76. package/fesm2022/primeng-inputmask.mjs +30 -12
  77. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  78. package/fesm2022/primeng-inputnumber.mjs +12 -3
  79. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  80. package/fesm2022/primeng-inputotp.mjs +2 -2
  81. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  82. package/fesm2022/primeng-inputtext.mjs +21 -6
  83. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  84. package/fesm2022/primeng-inputtextarea.mjs +16 -5
  85. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  86. package/fesm2022/primeng-megamenu.mjs +1 -1
  87. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  88. package/fesm2022/primeng-menu.mjs +17 -4
  89. package/fesm2022/primeng-menu.mjs.map +1 -1
  90. package/fesm2022/primeng-menubar.mjs +2 -2
  91. package/fesm2022/primeng-menubar.mjs.map +1 -1
  92. package/fesm2022/primeng-multiselect.mjs +82 -29
  93. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  94. package/fesm2022/primeng-organizationchart.mjs +42 -26
  95. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  96. package/fesm2022/primeng-paginator.mjs +2 -2
  97. package/fesm2022/primeng-paginator.mjs.map +1 -1
  98. package/fesm2022/primeng-panelmenu.mjs +50 -40
  99. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  100. package/fesm2022/primeng-password.mjs +21 -4
  101. package/fesm2022/primeng-password.mjs.map +1 -1
  102. package/fesm2022/primeng-radiobutton.mjs +31 -9
  103. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  104. package/fesm2022/primeng-scroller.mjs +3 -3
  105. package/fesm2022/primeng-scroller.mjs.map +1 -1
  106. package/fesm2022/primeng-splitbutton.mjs +12 -12
  107. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  108. package/fesm2022/primeng-table.mjs +2 -2
  109. package/fesm2022/primeng-table.mjs.map +1 -1
  110. package/fesm2022/primeng-tieredmenu.mjs +18 -11
  111. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  112. package/fesm2022/primeng-timeline.mjs +2 -2
  113. package/fesm2022/primeng-timeline.mjs.map +1 -1
  114. package/fesm2022/primeng-tree.mjs +52 -12
  115. package/fesm2022/primeng-tree.mjs.map +1 -1
  116. package/fesm2022/primeng-treeselect.mjs +11 -3
  117. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  118. package/fesm2022/primeng-treetable.mjs +7 -5
  119. package/fesm2022/primeng-treetable.mjs.map +1 -1
  120. package/fesm2022/primeng-tristatecheckbox.mjs +19 -9
  121. package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
  122. package/fileupload/fileupload.d.ts +2 -0
  123. package/icons/blank/blank.d.ts +6 -0
  124. package/icons/blank/index.d.ts +5 -0
  125. package/icons/blank/public_api.d.ts +1 -0
  126. package/inputmask/inputmask.d.ts +13 -3
  127. package/inputnumber/inputnumber.d.ts +6 -1
  128. package/inputotp/inputotp.d.ts +1 -1
  129. package/inputtext/inputtext.d.ts +14 -3
  130. package/inputtextarea/inputtextarea.d.ts +10 -3
  131. package/megamenu/megamenu.interface.d.ts +12 -0
  132. package/menu/menu.d.ts +1 -0
  133. package/menubar/menubar.interface.d.ts +17 -0
  134. package/multiselect/multiselect.d.ts +21 -1
  135. package/organizationchart/organizationchart.d.ts +10 -2
  136. package/package.json +202 -196
  137. package/paginator/paginator.d.ts +4 -4
  138. package/panelmenu/panelmenu.d.ts +1 -0
  139. package/panelmenu/panelmenu.interface.d.ts +12 -0
  140. package/password/password.d.ts +12 -2
  141. package/radiobutton/radiobutton.d.ts +9 -2
  142. package/resources/components/timeline/timeline.css +2 -0
  143. package/resources/themes/arya-blue/theme.css +117 -1
  144. package/resources/themes/arya-green/theme.css +117 -1
  145. package/resources/themes/arya-orange/theme.css +117 -1
  146. package/resources/themes/arya-purple/theme.css +117 -1
  147. package/resources/themes/aura-dark-amber/theme.css +118 -2
  148. package/resources/themes/aura-dark-blue/theme.css +118 -2
  149. package/resources/themes/aura-dark-cyan/theme.css +118 -2
  150. package/resources/themes/aura-dark-green/theme.css +118 -2
  151. package/resources/themes/aura-dark-indigo/theme.css +118 -2
  152. package/resources/themes/aura-dark-lime/theme.css +118 -2
  153. package/resources/themes/aura-dark-noir/theme.css +118 -2
  154. package/resources/themes/aura-dark-pink/theme.css +118 -2
  155. package/resources/themes/aura-dark-purple/theme.css +118 -2
  156. package/resources/themes/aura-dark-teal/theme.css +118 -2
  157. package/resources/themes/aura-light-amber/theme.css +118 -2
  158. package/resources/themes/aura-light-blue/theme.css +118 -2
  159. package/resources/themes/aura-light-cyan/theme.css +118 -2
  160. package/resources/themes/aura-light-green/theme.css +118 -2
  161. package/resources/themes/aura-light-indigo/theme.css +118 -2
  162. package/resources/themes/aura-light-lime/theme.css +118 -2
  163. package/resources/themes/aura-light-noir/theme.css +118 -2
  164. package/resources/themes/aura-light-pink/theme.css +118 -2
  165. package/resources/themes/aura-light-purple/theme.css +118 -2
  166. package/resources/themes/aura-light-teal/theme.css +118 -2
  167. package/resources/themes/bootstrap4-dark-blue/theme.css +117 -1
  168. package/resources/themes/bootstrap4-dark-purple/theme.css +117 -1
  169. package/resources/themes/bootstrap4-light-blue/theme.css +117 -1
  170. package/resources/themes/bootstrap4-light-purple/theme.css +117 -1
  171. package/resources/themes/fluent-light/theme.css +117 -1
  172. package/resources/themes/lara-dark-blue/theme.css +117 -1
  173. package/resources/themes/lara-dark-indigo/theme.css +117 -1
  174. package/resources/themes/lara-dark-purple/theme.css +117 -1
  175. package/resources/themes/lara-dark-teal/theme.css +117 -1
  176. package/resources/themes/lara-light-blue/theme.css +117 -1
  177. package/resources/themes/lara-light-indigo/theme.css +117 -1
  178. package/resources/themes/lara-light-purple/theme.css +117 -1
  179. package/resources/themes/lara-light-teal/theme.css +117 -1
  180. package/resources/themes/luna-amber/theme.css +117 -1
  181. package/resources/themes/luna-blue/theme.css +117 -1
  182. package/resources/themes/luna-green/theme.css +117 -1
  183. package/resources/themes/luna-pink/theme.css +117 -1
  184. package/resources/themes/md-dark-deeppurple/theme.css +131 -4
  185. package/resources/themes/md-dark-indigo/theme.css +131 -4
  186. package/resources/themes/md-light-deeppurple/theme.css +131 -4
  187. package/resources/themes/md-light-indigo/theme.css +131 -4
  188. package/resources/themes/mdc-dark-deeppurple/theme.css +131 -4
  189. package/resources/themes/mdc-dark-indigo/theme.css +131 -4
  190. package/resources/themes/mdc-light-deeppurple/theme.css +131 -4
  191. package/resources/themes/mdc-light-indigo/theme.css +131 -4
  192. package/resources/themes/mira/theme.css +117 -1
  193. package/resources/themes/nano/theme.css +117 -1
  194. package/resources/themes/nova/theme.css +117 -1
  195. package/resources/themes/nova-accent/theme.css +117 -1
  196. package/resources/themes/nova-alt/theme.css +117 -1
  197. package/resources/themes/rhea/theme.css +117 -1
  198. package/resources/themes/saga-blue/theme.css +117 -1
  199. package/resources/themes/saga-green/theme.css +117 -1
  200. package/resources/themes/saga-orange/theme.css +117 -1
  201. package/resources/themes/saga-purple/theme.css +117 -1
  202. package/resources/themes/soho-dark/theme.css +117 -1
  203. package/resources/themes/soho-light/theme.css +117 -1
  204. package/resources/themes/tailwind-light/theme.css +117 -1
  205. package/resources/themes/vela-blue/theme.css +117 -1
  206. package/resources/themes/vela-green/theme.css +117 -1
  207. package/resources/themes/vela-orange/theme.css +117 -1
  208. package/resources/themes/vela-purple/theme.css +117 -1
  209. package/resources/themes/viva-dark/theme.css +117 -1
  210. package/resources/themes/viva-light/theme.css +117 -1
  211. package/tieredmenu/tieredmenu.d.ts +4 -3
  212. package/tree/tree.d.ts +9 -2
  213. package/treeselect/treeselect.d.ts +7 -1
  214. package/treetable/treetable.d.ts +2 -1
  215. package/tristatecheckbox/tristatecheckbox.d.ts +9 -3
@@ -757,6 +757,15 @@
757
757
  .p-cascadeselect.p-invalid.p-component {
758
758
  border-color: #ff9a9a;
759
759
  }
760
+ .p-cascadeselect.p-variant-filled {
761
+ background-color: #3e4053;
762
+ }
763
+ .p-cascadeselect.p-variant-filled:enabled:hover {
764
+ background-color: #3e4053;
765
+ }
766
+ .p-cascadeselect.p-variant-filled:enabled:focus {
767
+ background-color: #3e4053;
768
+ }
760
769
 
761
770
  .p-cascadeselect-panel {
762
771
  background: #282936;
@@ -873,6 +882,18 @@
873
882
  background: #9378f4;
874
883
  color: #1c1d26;
875
884
  }
885
+ .p-checkbox.p-variant-filled .p-checkbox-box {
886
+ background-color: #3e4053;
887
+ }
888
+ .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
889
+ background: #b19df7;
890
+ }
891
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
892
+ background-color: #3e4053;
893
+ }
894
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
895
+ background: #9378f4;
896
+ }
876
897
 
877
898
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
878
899
  border-color: #ff9a9a;
@@ -1012,6 +1033,15 @@
1012
1033
  .p-dropdown.p-invalid.p-component {
1013
1034
  border-color: #ff9a9a;
1014
1035
  }
1036
+ .p-dropdown.p-variant-filled {
1037
+ background-color: #3e4053;
1038
+ }
1039
+ .p-dropdown.p-variant-filled:enabled:hover {
1040
+ background-color: #3e4053;
1041
+ }
1042
+ .p-dropdown.p-variant-filled:enabled:focus {
1043
+ background-color: #3e4053;
1044
+ }
1015
1045
 
1016
1046
  .p-dropdown-panel {
1017
1047
  background: #282936;
@@ -1195,6 +1225,16 @@
1195
1225
  right: 0.75rem;
1196
1226
  }
1197
1227
 
1228
+ .p-inputmask.p-variant-filled {
1229
+ background-color: #3e4053;
1230
+ }
1231
+ .p-inputmask.p-variant-filled:enabled:hover {
1232
+ background-color: #3e4053;
1233
+ }
1234
+ .p-inputmask.p-variant-filled:enabled:focus {
1235
+ background-color: #3e4053;
1236
+ }
1237
+
1198
1238
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1199
1239
  border-color: #ff9a9a;
1200
1240
  }
@@ -1214,6 +1254,16 @@
1214
1254
  right: 3.75rem;
1215
1255
  }
1216
1256
 
1257
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
1258
+ background-color: #3e4053;
1259
+ }
1260
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
1261
+ background-color: #3e4053;
1262
+ }
1263
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
1264
+ background-color: #3e4053;
1265
+ }
1266
+
1217
1267
  .p-inputotp {
1218
1268
  display: flex;
1219
1269
  align-items: center;
@@ -1292,6 +1342,15 @@
1292
1342
  .p-inputtext.ng-dirty.ng-invalid {
1293
1343
  border-color: #ff9a9a;
1294
1344
  }
1345
+ .p-inputtext.p-variant-filled {
1346
+ background-color: #3e4053;
1347
+ }
1348
+ .p-inputtext.p-variant-filled:enabled:hover {
1349
+ background-color: #3e4053;
1350
+ }
1351
+ .p-inputtext.p-variant-filled:enabled:focus {
1352
+ background-color: #3e4053;
1353
+ }
1295
1354
  .p-inputtext.p-inputtext-sm {
1296
1355
  font-size: 0.875rem;
1297
1356
  padding: 0.65625rem 0.65625rem;
@@ -1508,8 +1567,17 @@
1508
1567
  border-top-right-radius: 6px;
1509
1568
  border-bottom-right-radius: 6px;
1510
1569
  }
1570
+ .p-multiselect.p-variant-filled {
1571
+ background: #3e4053;
1572
+ }
1573
+ .p-multiselect.p-variant-filled:not(.p-disabled):hover {
1574
+ background-color: #3e4053;
1575
+ }
1576
+ .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
1577
+ background-color: #3e4053;
1578
+ }
1511
1579
 
1512
- .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1580
+ .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
1513
1581
  padding: 0.375rem 0.75rem;
1514
1582
  }
1515
1583
 
@@ -1707,6 +1775,18 @@
1707
1775
  background: #9378f4;
1708
1776
  color: #1c1d26;
1709
1777
  }
1778
+ .p-radiobutton.p-variant-filled .p-radiobutton-box {
1779
+ background-color: #3e4053;
1780
+ }
1781
+ .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
1782
+ background-color: #3e4053;
1783
+ }
1784
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
1785
+ background: #b19df7;
1786
+ }
1787
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1788
+ background: #9378f4;
1789
+ }
1710
1790
 
1711
1791
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1712
1792
  border-color: #ff9a9a;
@@ -1821,9 +1901,12 @@
1821
1901
  margin-left: -0.5715rem;
1822
1902
  }
1823
1903
  .p-slider.p-slider-vertical {
1904
+ height: 100%;
1824
1905
  width: 0.286rem;
1825
1906
  }
1826
1907
  .p-slider.p-slider-vertical .p-slider-handle {
1908
+ height: 1.143rem;
1909
+ width: 1.143rem;
1827
1910
  margin-left: -0.5715rem;
1828
1911
  margin-bottom: -0.5715rem;
1829
1912
  }
@@ -1938,6 +2021,15 @@
1938
2021
  border-top-right-radius: 6px;
1939
2022
  border-bottom-right-radius: 6px;
1940
2023
  }
2024
+ .p-treeselect.p-variant-filled {
2025
+ background-color: #3e4053;
2026
+ }
2027
+ .p-treeselect.p-variant-filled:enabled:hover {
2028
+ background-color: #3e4053;
2029
+ }
2030
+ .p-treeselect.p-variant-filled:enabled:focus {
2031
+ background-color: #3e4053;
2032
+ }
1941
2033
 
1942
2034
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1943
2035
  border-color: #ff9a9a;
@@ -3441,6 +3533,18 @@
3441
3533
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
3442
3534
  color: rgba(255, 255, 255, 0.87);
3443
3535
  }
3536
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
3537
+ background-color: #3e4053;
3538
+ }
3539
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3540
+ background: #b19df7;
3541
+ }
3542
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3543
+ background-color: #3e4053;
3544
+ }
3545
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3546
+ background: #9378f4;
3547
+ }
3444
3548
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3445
3549
  background: rgba(177, 157, 247, 0.16);
3446
3550
  color: #b19df7;
@@ -3638,6 +3742,18 @@
3638
3742
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3639
3743
  color: rgba(255, 255, 255, 0.87);
3640
3744
  }
3745
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
3746
+ background-color: #3e4053;
3747
+ }
3748
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3749
+ background: #b19df7;
3750
+ }
3751
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3752
+ background-color: #3e4053;
3753
+ }
3754
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3755
+ background: #9378f4;
3756
+ }
3641
3757
  .p-treetable .p-treetable-tbody > tr:focus-visible {
3642
3758
  outline: 0.15rem solid #e0d8fc;
3643
3759
  outline-offset: -0.15rem;
@@ -757,6 +757,15 @@
757
757
  .p-cascadeselect.p-invalid.p-component {
758
758
  border-color: #ff6767;
759
759
  }
760
+ .p-cascadeselect.p-variant-filled {
761
+ background-color: #f6f9fc;
762
+ }
763
+ .p-cascadeselect.p-variant-filled:enabled:hover {
764
+ background-color: #f6f9fc;
765
+ }
766
+ .p-cascadeselect.p-variant-filled:enabled:focus {
767
+ background-color: #ffffff;
768
+ }
760
769
 
761
770
  .p-cascadeselect-panel {
762
771
  background: #ffffff;
@@ -873,6 +882,18 @@
873
882
  background: #5935f1;
874
883
  color: #ffffff;
875
884
  }
885
+ .p-checkbox.p-variant-filled .p-checkbox-box {
886
+ background-color: #f6f9fc;
887
+ }
888
+ .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
889
+ background: #7254f3;
890
+ }
891
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
892
+ background-color: #f6f9fc;
893
+ }
894
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
895
+ background: #5935f1;
896
+ }
876
897
 
877
898
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
878
899
  border-color: #ff6767;
@@ -1012,6 +1033,15 @@
1012
1033
  .p-dropdown.p-invalid.p-component {
1013
1034
  border-color: #ff6767;
1014
1035
  }
1036
+ .p-dropdown.p-variant-filled {
1037
+ background-color: #f6f9fc;
1038
+ }
1039
+ .p-dropdown.p-variant-filled:enabled:hover {
1040
+ background-color: #f6f9fc;
1041
+ }
1042
+ .p-dropdown.p-variant-filled:enabled:focus {
1043
+ background-color: #ffffff;
1044
+ }
1015
1045
 
1016
1046
  .p-dropdown-panel {
1017
1047
  background: #ffffff;
@@ -1195,6 +1225,16 @@
1195
1225
  right: 0.75rem;
1196
1226
  }
1197
1227
 
1228
+ .p-inputmask.p-variant-filled {
1229
+ background-color: #f6f9fc;
1230
+ }
1231
+ .p-inputmask.p-variant-filled:enabled:hover {
1232
+ background-color: #f6f9fc;
1233
+ }
1234
+ .p-inputmask.p-variant-filled:enabled:focus {
1235
+ background-color: #ffffff;
1236
+ }
1237
+
1198
1238
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1199
1239
  border-color: #ff6767;
1200
1240
  }
@@ -1214,6 +1254,16 @@
1214
1254
  right: 3.75rem;
1215
1255
  }
1216
1256
 
1257
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
1258
+ background-color: #f6f9fc;
1259
+ }
1260
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
1261
+ background-color: #f6f9fc;
1262
+ }
1263
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
1264
+ background-color: #ffffff;
1265
+ }
1266
+
1217
1267
  .p-inputotp {
1218
1268
  display: flex;
1219
1269
  align-items: center;
@@ -1292,6 +1342,15 @@
1292
1342
  .p-inputtext.ng-dirty.ng-invalid {
1293
1343
  border-color: #ff6767;
1294
1344
  }
1345
+ .p-inputtext.p-variant-filled {
1346
+ background-color: #f6f9fc;
1347
+ }
1348
+ .p-inputtext.p-variant-filled:enabled:hover {
1349
+ background-color: #f6f9fc;
1350
+ }
1351
+ .p-inputtext.p-variant-filled:enabled:focus {
1352
+ background-color: #ffffff;
1353
+ }
1295
1354
  .p-inputtext.p-inputtext-sm {
1296
1355
  font-size: 0.875rem;
1297
1356
  padding: 0.65625rem 0.65625rem;
@@ -1508,8 +1567,17 @@
1508
1567
  border-top-right-radius: 6px;
1509
1568
  border-bottom-right-radius: 6px;
1510
1569
  }
1570
+ .p-multiselect.p-variant-filled {
1571
+ background: #f6f9fc;
1572
+ }
1573
+ .p-multiselect.p-variant-filled:not(.p-disabled):hover {
1574
+ background-color: #f6f9fc;
1575
+ }
1576
+ .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
1577
+ background-color: #ffffff;
1578
+ }
1511
1579
 
1512
- .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1580
+ .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
1513
1581
  padding: 0.375rem 0.75rem;
1514
1582
  }
1515
1583
 
@@ -1707,6 +1775,18 @@
1707
1775
  background: #5935f1;
1708
1776
  color: #ffffff;
1709
1777
  }
1778
+ .p-radiobutton.p-variant-filled .p-radiobutton-box {
1779
+ background-color: #f6f9fc;
1780
+ }
1781
+ .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
1782
+ background-color: #f6f9fc;
1783
+ }
1784
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
1785
+ background: #7254f3;
1786
+ }
1787
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1788
+ background: #5935f1;
1789
+ }
1710
1790
 
1711
1791
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1712
1792
  border-color: #ff6767;
@@ -1821,9 +1901,12 @@
1821
1901
  margin-left: -0.5715rem;
1822
1902
  }
1823
1903
  .p-slider.p-slider-vertical {
1904
+ height: 100%;
1824
1905
  width: 0.286rem;
1825
1906
  }
1826
1907
  .p-slider.p-slider-vertical .p-slider-handle {
1908
+ height: 1.143rem;
1909
+ width: 1.143rem;
1827
1910
  margin-left: -0.5715rem;
1828
1911
  margin-bottom: -0.5715rem;
1829
1912
  }
@@ -1938,6 +2021,15 @@
1938
2021
  border-top-right-radius: 6px;
1939
2022
  border-bottom-right-radius: 6px;
1940
2023
  }
2024
+ .p-treeselect.p-variant-filled {
2025
+ background-color: #f6f9fc;
2026
+ }
2027
+ .p-treeselect.p-variant-filled:enabled:hover {
2028
+ background-color: #f6f9fc;
2029
+ }
2030
+ .p-treeselect.p-variant-filled:enabled:focus {
2031
+ background-color: #ffffff;
2032
+ }
1941
2033
 
1942
2034
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1943
2035
  border-color: #ff6767;
@@ -3441,6 +3533,18 @@
3441
3533
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
3442
3534
  color: #043d75;
3443
3535
  }
3536
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
3537
+ background-color: #f6f9fc;
3538
+ }
3539
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3540
+ background: #7254f3;
3541
+ }
3542
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3543
+ background-color: #f6f9fc;
3544
+ }
3545
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3546
+ background: #5935f1;
3547
+ }
3444
3548
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3445
3549
  background: #e2dcfc;
3446
3550
  color: #7254f3;
@@ -3638,6 +3742,18 @@
3638
3742
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3639
3743
  color: #043d75;
3640
3744
  }
3745
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
3746
+ background-color: #f6f9fc;
3747
+ }
3748
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3749
+ background: #7254f3;
3750
+ }
3751
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3752
+ background-color: #f6f9fc;
3753
+ }
3754
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3755
+ background: #5935f1;
3756
+ }
3641
3757
  .p-treetable .p-treetable-tbody > tr:focus-visible {
3642
3758
  outline: 0.15rem solid #c7bbfa;
3643
3759
  outline-offset: -0.15rem;
@@ -771,6 +771,15 @@
771
771
  .p-cascadeselect.p-invalid.p-component {
772
772
  border-color: #f0a9a7;
773
773
  }
774
+ .p-cascadeselect.p-variant-filled {
775
+ background-color: #fafafa;
776
+ }
777
+ .p-cascadeselect.p-variant-filled:enabled:hover {
778
+ background-color: #fafafa;
779
+ }
780
+ .p-cascadeselect.p-variant-filled:enabled:focus {
781
+ background-color: #ffffff;
782
+ }
774
783
 
775
784
  .p-cascadeselect-panel {
776
785
  background: #ffffff;
@@ -887,6 +896,18 @@
887
896
  background: #4f46e5;
888
897
  color: #ffffff;
889
898
  }
899
+ .p-checkbox.p-variant-filled .p-checkbox-box {
900
+ background-color: #fafafa;
901
+ }
902
+ .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
903
+ background: #4f46e5;
904
+ }
905
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
906
+ background-color: #fafafa;
907
+ }
908
+ .p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
909
+ background: #4f46e5;
910
+ }
890
911
 
891
912
  p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
892
913
  border-color: #f0a9a7;
@@ -1026,6 +1047,15 @@
1026
1047
  .p-dropdown.p-invalid.p-component {
1027
1048
  border-color: #f0a9a7;
1028
1049
  }
1050
+ .p-dropdown.p-variant-filled {
1051
+ background-color: #fafafa;
1052
+ }
1053
+ .p-dropdown.p-variant-filled:enabled:hover {
1054
+ background-color: #fafafa;
1055
+ }
1056
+ .p-dropdown.p-variant-filled:enabled:focus {
1057
+ background-color: #ffffff;
1058
+ }
1029
1059
 
1030
1060
  .p-dropdown-panel {
1031
1061
  background: #ffffff;
@@ -1209,6 +1239,16 @@
1209
1239
  right: 0.75rem;
1210
1240
  }
1211
1241
 
1242
+ .p-inputmask.p-variant-filled {
1243
+ background-color: #fafafa;
1244
+ }
1245
+ .p-inputmask.p-variant-filled:enabled:hover {
1246
+ background-color: #fafafa;
1247
+ }
1248
+ .p-inputmask.p-variant-filled:enabled:focus {
1249
+ background-color: #ffffff;
1250
+ }
1251
+
1212
1252
  p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
1213
1253
  border-color: #f0a9a7;
1214
1254
  }
@@ -1228,6 +1268,16 @@
1228
1268
  right: 3.75rem;
1229
1269
  }
1230
1270
 
1271
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
1272
+ background-color: #fafafa;
1273
+ }
1274
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
1275
+ background-color: #fafafa;
1276
+ }
1277
+ p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
1278
+ background-color: #ffffff;
1279
+ }
1280
+
1231
1281
  .p-inputotp {
1232
1282
  display: flex;
1233
1283
  align-items: center;
@@ -1306,6 +1356,15 @@
1306
1356
  .p-inputtext.ng-dirty.ng-invalid {
1307
1357
  border-color: #f0a9a7;
1308
1358
  }
1359
+ .p-inputtext.p-variant-filled {
1360
+ background-color: #fafafa;
1361
+ }
1362
+ .p-inputtext.p-variant-filled:enabled:hover {
1363
+ background-color: #fafafa;
1364
+ }
1365
+ .p-inputtext.p-variant-filled:enabled:focus {
1366
+ background-color: #ffffff;
1367
+ }
1309
1368
  .p-inputtext.p-inputtext-sm {
1310
1369
  font-size: 0.875rem;
1311
1370
  padding: 0.65625rem 0.65625rem;
@@ -1522,8 +1581,17 @@
1522
1581
  border-top-right-radius: 0.375rem;
1523
1582
  border-bottom-right-radius: 0.375rem;
1524
1583
  }
1584
+ .p-multiselect.p-variant-filled {
1585
+ background: #fafafa;
1586
+ }
1587
+ .p-multiselect.p-variant-filled:not(.p-disabled):hover {
1588
+ background-color: #fafafa;
1589
+ }
1590
+ .p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
1591
+ background-color: #ffffff;
1592
+ }
1525
1593
 
1526
- .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
1594
+ .p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
1527
1595
  padding: 0.375rem 0.75rem;
1528
1596
  }
1529
1597
 
@@ -1721,6 +1789,18 @@
1721
1789
  background: #4f46e5;
1722
1790
  color: #ffffff;
1723
1791
  }
1792
+ .p-radiobutton.p-variant-filled .p-radiobutton-box {
1793
+ background-color: #fafafa;
1794
+ }
1795
+ .p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
1796
+ background-color: #fafafa;
1797
+ }
1798
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
1799
+ background: #4f46e5;
1800
+ }
1801
+ .p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
1802
+ background: #4f46e5;
1803
+ }
1724
1804
 
1725
1805
  p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
1726
1806
  border-color: #f0a9a7;
@@ -1835,9 +1915,12 @@
1835
1915
  margin-left: -0.5715rem;
1836
1916
  }
1837
1917
  .p-slider.p-slider-vertical {
1918
+ height: 100%;
1838
1919
  width: 0.286rem;
1839
1920
  }
1840
1921
  .p-slider.p-slider-vertical .p-slider-handle {
1922
+ height: 1.143rem;
1923
+ width: 1.143rem;
1841
1924
  margin-left: -0.5715rem;
1842
1925
  margin-bottom: -0.5715rem;
1843
1926
  }
@@ -1952,6 +2035,15 @@
1952
2035
  border-top-right-radius: 0.375rem;
1953
2036
  border-bottom-right-radius: 0.375rem;
1954
2037
  }
2038
+ .p-treeselect.p-variant-filled {
2039
+ background-color: #fafafa;
2040
+ }
2041
+ .p-treeselect.p-variant-filled:enabled:hover {
2042
+ background-color: #fafafa;
2043
+ }
2044
+ .p-treeselect.p-variant-filled:enabled:focus {
2045
+ background-color: #ffffff;
2046
+ }
1955
2047
 
1956
2048
  p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
1957
2049
  border-color: #f0a9a7;
@@ -3455,6 +3547,18 @@
3455
3547
  .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
3456
3548
  color: #3f3f46;
3457
3549
  }
3550
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
3551
+ background-color: #fafafa;
3552
+ }
3553
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3554
+ background: #4f46e5;
3555
+ }
3556
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3557
+ background-color: #fafafa;
3558
+ }
3559
+ .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3560
+ background: #4f46e5;
3561
+ }
3458
3562
  .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
3459
3563
  background: #eef2ff;
3460
3564
  color: #312e81;
@@ -3652,6 +3756,18 @@
3652
3756
  .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
3653
3757
  color: #3f3f46;
3654
3758
  }
3759
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
3760
+ background-color: #fafafa;
3761
+ }
3762
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
3763
+ background: #4f46e5;
3764
+ }
3765
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
3766
+ background-color: #fafafa;
3767
+ }
3768
+ .p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
3769
+ background: #4f46e5;
3770
+ }
3655
3771
  .p-treetable .p-treetable-tbody > tr:focus-visible {
3656
3772
  outline: 0.15rem solid #6366f1;
3657
3773
  outline-offset: -0.15rem;