primeng 17.1.0 → 17.3.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 (151) hide show
  1. package/contextmenu/contextmenu.d.ts +11 -1
  2. package/dropdown/dropdown.d.ts +1 -0
  3. package/dynamicdialog/dynamicdialog-config.d.ts +5 -0
  4. package/esm2022/accordion/accordion.mjs +7 -3
  5. package/esm2022/autocomplete/autocomplete.mjs +10 -10
  6. package/esm2022/blockui/blockui.mjs +6 -3
  7. package/esm2022/contextmenu/contextmenu.mjs +46 -10
  8. package/esm2022/dropdown/dropdown.mjs +18 -9
  9. package/esm2022/dynamicdialog/dynamicdialog-config.mjs +6 -1
  10. package/esm2022/dynamicdialog/dynamicdialog.mjs +4 -2
  11. package/esm2022/galleria/galleria.mjs +10 -6
  12. package/esm2022/icons/sortamountdown/sortamountdown.mjs +3 -43
  13. package/esm2022/icons/sortamountupalt/sortamountupalt.mjs +3 -43
  14. package/esm2022/inputgroup/inputgroup.mjs +22 -7
  15. package/esm2022/inputgroupaddon/inputgroupaddon.mjs +22 -7
  16. package/esm2022/inputnumber/inputnumber.mjs +4 -1
  17. package/esm2022/megamenu/megamenu.mjs +11 -1
  18. package/esm2022/menu/menu.mjs +28 -17
  19. package/esm2022/menubar/menubar.mjs +17 -12
  20. package/esm2022/multiselect/multiselect.mjs +8 -1
  21. package/esm2022/paginator/paginator.mjs +8 -3
  22. package/esm2022/panelmenu/panelmenu.mjs +35 -53
  23. package/esm2022/picklist/picklist.mjs +6 -4
  24. package/esm2022/scroller/scroller.mjs +8 -2
  25. package/esm2022/sidebar/sidebar.mjs +2 -3
  26. package/esm2022/table/columnfilter.interface.mjs +2 -0
  27. package/esm2022/table/public_api.mjs +2 -1
  28. package/esm2022/table/table.mjs +122 -11
  29. package/esm2022/togglebutton/togglebutton.mjs +4 -4
  30. package/esm2022/tree/tree.mjs +3 -3
  31. package/esm2022/treeselect/treeselect.mjs +3 -3
  32. package/esm2022/tristatecheckbox/tristatecheckbox.mjs +3 -3
  33. package/esm2022/utils/objectutils.mjs +3 -24
  34. package/fesm2022/primeng-accordion.mjs +6 -2
  35. package/fesm2022/primeng-accordion.mjs.map +1 -1
  36. package/fesm2022/primeng-autocomplete.mjs +9 -9
  37. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  38. package/fesm2022/primeng-blockui.mjs +5 -2
  39. package/fesm2022/primeng-blockui.mjs.map +1 -1
  40. package/fesm2022/primeng-contextmenu.mjs +45 -9
  41. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  42. package/fesm2022/primeng-dropdown.mjs +17 -8
  43. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  44. package/fesm2022/primeng-dynamicdialog.mjs +8 -1
  45. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  46. package/fesm2022/primeng-galleria.mjs +9 -5
  47. package/fesm2022/primeng-galleria.mjs.map +1 -1
  48. package/fesm2022/primeng-icons-sortamountdown.mjs +2 -42
  49. package/fesm2022/primeng-icons-sortamountdown.mjs.map +1 -1
  50. package/fesm2022/primeng-icons-sortamountupalt.mjs +2 -42
  51. package/fesm2022/primeng-icons-sortamountupalt.mjs.map +1 -1
  52. package/fesm2022/primeng-inputgroup.mjs +21 -6
  53. package/fesm2022/primeng-inputgroup.mjs.map +1 -1
  54. package/fesm2022/primeng-inputgroupaddon.mjs +21 -6
  55. package/fesm2022/primeng-inputgroupaddon.mjs.map +1 -1
  56. package/fesm2022/primeng-inputnumber.mjs +3 -0
  57. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  58. package/fesm2022/primeng-megamenu.mjs +10 -0
  59. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  60. package/fesm2022/primeng-menu.mjs +27 -16
  61. package/fesm2022/primeng-menu.mjs.map +1 -1
  62. package/fesm2022/primeng-menubar.mjs +16 -11
  63. package/fesm2022/primeng-menubar.mjs.map +1 -1
  64. package/fesm2022/primeng-multiselect.mjs +7 -0
  65. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  66. package/fesm2022/primeng-paginator.mjs +7 -2
  67. package/fesm2022/primeng-paginator.mjs.map +1 -1
  68. package/fesm2022/primeng-panelmenu.mjs +34 -52
  69. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  70. package/fesm2022/primeng-picklist.mjs +5 -3
  71. package/fesm2022/primeng-picklist.mjs.map +1 -1
  72. package/fesm2022/primeng-scroller.mjs +7 -1
  73. package/fesm2022/primeng-scroller.mjs.map +1 -1
  74. package/fesm2022/primeng-sidebar.mjs +1 -2
  75. package/fesm2022/primeng-sidebar.mjs.map +1 -1
  76. package/fesm2022/primeng-table.mjs +121 -10
  77. package/fesm2022/primeng-table.mjs.map +1 -1
  78. package/fesm2022/primeng-togglebutton.mjs +3 -3
  79. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  80. package/fesm2022/primeng-tree.mjs +2 -2
  81. package/fesm2022/primeng-tree.mjs.map +1 -1
  82. package/fesm2022/primeng-treeselect.mjs +2 -2
  83. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  84. package/fesm2022/primeng-tristatecheckbox.mjs +2 -2
  85. package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
  86. package/fesm2022/primeng-utils.mjs +2 -23
  87. package/fesm2022/primeng-utils.mjs.map +1 -1
  88. package/galleria/galleria.d.ts +1 -0
  89. package/inputgroup/inputgroup.d.ts +13 -1
  90. package/inputgroupaddon/inputgroupaddon.d.ts +13 -1
  91. package/megamenu/megamenu.d.ts +1 -0
  92. package/menu/menu.d.ts +1 -0
  93. package/menubar/menubar.d.ts +2 -1
  94. package/package.json +245 -245
  95. package/paginator/paginator.d.ts +1 -0
  96. package/panelmenu/panelmenu.d.ts +8 -11
  97. package/resources/components/tooltip/tooltip.css +1 -0
  98. package/resources/components/tree/tree.css +61 -0
  99. package/resources/primeng.css +1 -0
  100. package/resources/primeng.min.css +1 -1
  101. package/resources/themes/arya-blue/theme.css +12 -16
  102. package/resources/themes/arya-green/theme.css +12 -16
  103. package/resources/themes/arya-orange/theme.css +12 -16
  104. package/resources/themes/arya-purple/theme.css +12 -16
  105. package/resources/themes/bootstrap4-dark-blue/theme.css +12 -16
  106. package/resources/themes/bootstrap4-dark-purple/theme.css +12 -16
  107. package/resources/themes/bootstrap4-light-blue/theme.css +12 -16
  108. package/resources/themes/bootstrap4-light-purple/theme.css +12 -16
  109. package/resources/themes/fluent-light/theme.css +12 -16
  110. package/resources/themes/lara-dark-blue/theme.css +12 -16
  111. package/resources/themes/lara-dark-indigo/theme.css +12 -16
  112. package/resources/themes/lara-dark-purple/theme.css +12 -16
  113. package/resources/themes/lara-dark-teal/theme.css +12 -16
  114. package/resources/themes/lara-light-blue/theme.css +12 -16
  115. package/resources/themes/lara-light-indigo/theme.css +12 -16
  116. package/resources/themes/lara-light-purple/theme.css +12 -16
  117. package/resources/themes/lara-light-teal/theme.css +55 -59
  118. package/resources/themes/luna-amber/theme.css +12 -16
  119. package/resources/themes/luna-blue/theme.css +12 -16
  120. package/resources/themes/luna-green/theme.css +12 -16
  121. package/resources/themes/luna-pink/theme.css +12 -16
  122. package/resources/themes/md-dark-deeppurple/theme.css +12 -16
  123. package/resources/themes/md-dark-indigo/theme.css +12 -16
  124. package/resources/themes/md-light-deeppurple/theme.css +12 -16
  125. package/resources/themes/md-light-indigo/theme.css +12 -16
  126. package/resources/themes/mdc-dark-deeppurple/theme.css +12 -16
  127. package/resources/themes/mdc-dark-indigo/theme.css +12 -16
  128. package/resources/themes/mdc-light-deeppurple/theme.css +12 -16
  129. package/resources/themes/mdc-light-indigo/theme.css +12 -16
  130. package/resources/themes/mira/theme.css +12 -16
  131. package/resources/themes/nano/theme.css +12 -16
  132. package/resources/themes/nova/theme.css +12 -16
  133. package/resources/themes/nova-accent/theme.css +12 -16
  134. package/resources/themes/nova-alt/theme.css +12 -16
  135. package/resources/themes/rhea/theme.css +12 -16
  136. package/resources/themes/saga-blue/theme.css +12 -16
  137. package/resources/themes/saga-green/theme.css +12 -16
  138. package/resources/themes/saga-orange/theme.css +12 -16
  139. package/resources/themes/saga-purple/theme.css +12 -16
  140. package/resources/themes/soho-dark/theme.css +12 -16
  141. package/resources/themes/soho-light/theme.css +12 -16
  142. package/resources/themes/tailwind-light/theme.css +12 -16
  143. package/resources/themes/vela-blue/theme.css +12 -16
  144. package/resources/themes/vela-green/theme.css +12 -16
  145. package/resources/themes/vela-orange/theme.css +12 -16
  146. package/resources/themes/vela-purple/theme.css +12 -16
  147. package/resources/themes/viva-dark/theme.css +12 -16
  148. package/resources/themes/viva-light/theme.css +12 -16
  149. package/table/columnfilter.interface.d.ts +35 -0
  150. package/table/public_api.d.ts +1 -0
  151. package/table/table.d.ts +106 -0
@@ -370,9 +370,9 @@
370
370
  padding: 0.2145rem 0;
371
371
  }
372
372
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
373
- font-family: inherit;
374
- font-feature-settings: inherit;
375
- font-size: inherit;
373
+ font-family: var(--font-family);
374
+ font-feature-settings: var(--font-feature-settings, normal);
375
+ font-size: 1rem;
376
376
  color: #dedede;
377
377
  padding: 0;
378
378
  margin: 0;
@@ -900,9 +900,9 @@
900
900
  padding: 0.2145rem 0;
901
901
  }
902
902
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
903
- font-family: inherit;
904
- font-feature-settings: inherit;
905
- font-size: inherit;
903
+ font-family: var(--font-family);
904
+ font-feature-settings: var(--font-feature-settings, normal);
905
+ font-size: 1rem;
906
906
  color: #dedede;
907
907
  padding: 0;
908
908
  margin: 0;
@@ -1078,27 +1078,23 @@
1078
1078
  }
1079
1079
 
1080
1080
  .p-inputgroup > .p-component,
1081
- .p-inputgroup > .p-element,
1082
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1081
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1083
1082
  .p-inputgroup > .p-float-label > .p-component {
1084
1083
  border-radius: 0;
1085
1084
  margin: 0;
1086
1085
  }
1087
1086
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1088
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1089
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1087
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1090
1088
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1091
1089
  border-left: 0 none;
1092
1090
  }
1093
1091
  .p-inputgroup > .p-component:focus,
1094
- .p-inputgroup > .p-element:focus,
1095
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1092
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1096
1093
  .p-inputgroup > .p-float-label > .p-component:focus {
1097
1094
  z-index: 1;
1098
1095
  }
1099
1096
  .p-inputgroup > .p-component:focus ~ label,
1100
- .p-inputgroup > .p-element:focus ~ label,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1097
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1102
1098
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1103
1099
  z-index: 1;
1104
1100
  }
@@ -5719,7 +5715,7 @@
5719
5715
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5720
5716
  }
5721
5717
  .p-message .p-message-close:hover {
5722
- background: rgba(255, 255, 255, 0.3);
5718
+ background: rgba(255, 255, 255, 0.5);
5723
5719
  }
5724
5720
  .p-message .p-message-close:focus-visible {
5725
5721
  outline: 0 none;
@@ -5829,7 +5825,7 @@
5829
5825
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5830
5826
  }
5831
5827
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5832
- background: rgba(255, 255, 255, 0.3);
5828
+ background: rgba(255, 255, 255, 0.5);
5833
5829
  }
5834
5830
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5835
5831
  outline: 0 none;
@@ -370,9 +370,9 @@
370
370
  padding: 0.2145rem 0;
371
371
  }
372
372
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
373
- font-family: inherit;
374
- font-feature-settings: inherit;
375
- font-size: inherit;
373
+ font-family: var(--font-family);
374
+ font-feature-settings: var(--font-feature-settings, normal);
375
+ font-size: 1rem;
376
376
  color: #dedede;
377
377
  padding: 0;
378
378
  margin: 0;
@@ -900,9 +900,9 @@
900
900
  padding: 0.2145rem 0;
901
901
  }
902
902
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
903
- font-family: inherit;
904
- font-feature-settings: inherit;
905
- font-size: inherit;
903
+ font-family: var(--font-family);
904
+ font-feature-settings: var(--font-feature-settings, normal);
905
+ font-size: 1rem;
906
906
  color: #dedede;
907
907
  padding: 0;
908
908
  margin: 0;
@@ -1078,27 +1078,23 @@
1078
1078
  }
1079
1079
 
1080
1080
  .p-inputgroup > .p-component,
1081
- .p-inputgroup > .p-element,
1082
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1081
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1083
1082
  .p-inputgroup > .p-float-label > .p-component {
1084
1083
  border-radius: 0;
1085
1084
  margin: 0;
1086
1085
  }
1087
1086
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1088
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1089
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1087
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1090
1088
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1091
1089
  border-left: 0 none;
1092
1090
  }
1093
1091
  .p-inputgroup > .p-component:focus,
1094
- .p-inputgroup > .p-element:focus,
1095
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1092
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1096
1093
  .p-inputgroup > .p-float-label > .p-component:focus {
1097
1094
  z-index: 1;
1098
1095
  }
1099
1096
  .p-inputgroup > .p-component:focus ~ label,
1100
- .p-inputgroup > .p-element:focus ~ label,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1097
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1102
1098
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1103
1099
  z-index: 1;
1104
1100
  }
@@ -5719,7 +5715,7 @@
5719
5715
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5720
5716
  }
5721
5717
  .p-message .p-message-close:hover {
5722
- background: rgba(255, 255, 255, 0.3);
5718
+ background: rgba(255, 255, 255, 0.5);
5723
5719
  }
5724
5720
  .p-message .p-message-close:focus-visible {
5725
5721
  outline: 0 none;
@@ -5829,7 +5825,7 @@
5829
5825
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5830
5826
  }
5831
5827
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5832
- background: rgba(255, 255, 255, 0.3);
5828
+ background: rgba(255, 255, 255, 0.5);
5833
5829
  }
5834
5830
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5835
5831
  outline: 0 none;
@@ -393,9 +393,9 @@
393
393
  padding: 0.5rem 0;
394
394
  }
395
395
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
396
- font-family: inherit;
397
- font-feature-settings: inherit;
398
- font-size: inherit;
396
+ font-family: var(--font-family);
397
+ font-feature-settings: var(--font-feature-settings, normal);
398
+ font-size: 1rem;
399
399
  color: rgba(255, 255, 255, 0.87);
400
400
  padding: 0;
401
401
  margin: 0;
@@ -919,9 +919,9 @@
919
919
  padding: 0.5rem 0;
920
920
  }
921
921
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
922
- font-family: inherit;
923
- font-feature-settings: inherit;
924
- font-size: inherit;
922
+ font-family: var(--font-family);
923
+ font-feature-settings: var(--font-feature-settings, normal);
924
+ font-size: 1rem;
925
925
  color: rgba(255, 255, 255, 0.87);
926
926
  padding: 0;
927
927
  margin: 0;
@@ -1097,27 +1097,23 @@
1097
1097
  }
1098
1098
 
1099
1099
  .p-inputgroup > .p-component,
1100
- .p-inputgroup > .p-element,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1100
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1102
1101
  .p-inputgroup > .p-float-label > .p-component {
1103
1102
  border-radius: 0;
1104
1103
  margin: 0;
1105
1104
  }
1106
1105
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1107
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1108
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1106
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1109
1107
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1110
1108
  border-left: 0 none;
1111
1109
  }
1112
1110
  .p-inputgroup > .p-component:focus,
1113
- .p-inputgroup > .p-element:focus,
1114
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1111
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1115
1112
  .p-inputgroup > .p-float-label > .p-component:focus {
1116
1113
  z-index: 1;
1117
1114
  }
1118
1115
  .p-inputgroup > .p-component:focus ~ label,
1119
- .p-inputgroup > .p-element:focus ~ label,
1120
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1116
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1121
1117
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1122
1118
  z-index: 1;
1123
1119
  }
@@ -5778,7 +5774,7 @@
5778
5774
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5779
5775
  }
5780
5776
  .p-message .p-message-close:hover {
5781
- background: rgba(255, 255, 255, 0.3);
5777
+ background: rgba(255, 255, 255, 0.5);
5782
5778
  }
5783
5779
  .p-message .p-message-close:focus-visible {
5784
5780
  outline: 0 none;
@@ -5888,7 +5884,7 @@
5888
5884
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5889
5885
  }
5890
5886
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5891
- background: rgba(255, 255, 255, 0.3);
5887
+ background: rgba(255, 255, 255, 0.5);
5892
5888
  }
5893
5889
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5894
5890
  outline: 0 none;
@@ -393,9 +393,9 @@
393
393
  padding: 0.5rem 0;
394
394
  }
395
395
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
396
- font-family: inherit;
397
- font-feature-settings: inherit;
398
- font-size: inherit;
396
+ font-family: var(--font-family);
397
+ font-feature-settings: var(--font-feature-settings, normal);
398
+ font-size: 1rem;
399
399
  color: rgba(255, 255, 255, 0.87);
400
400
  padding: 0;
401
401
  margin: 0;
@@ -919,9 +919,9 @@
919
919
  padding: 0.5rem 0;
920
920
  }
921
921
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
922
- font-family: inherit;
923
- font-feature-settings: inherit;
924
- font-size: inherit;
922
+ font-family: var(--font-family);
923
+ font-feature-settings: var(--font-feature-settings, normal);
924
+ font-size: 1rem;
925
925
  color: rgba(255, 255, 255, 0.87);
926
926
  padding: 0;
927
927
  margin: 0;
@@ -1097,27 +1097,23 @@
1097
1097
  }
1098
1098
 
1099
1099
  .p-inputgroup > .p-component,
1100
- .p-inputgroup > .p-element,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1100
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1102
1101
  .p-inputgroup > .p-float-label > .p-component {
1103
1102
  border-radius: 0;
1104
1103
  margin: 0;
1105
1104
  }
1106
1105
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1107
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1108
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1106
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1109
1107
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1110
1108
  border-left: 0 none;
1111
1109
  }
1112
1110
  .p-inputgroup > .p-component:focus,
1113
- .p-inputgroup > .p-element:focus,
1114
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1111
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1115
1112
  .p-inputgroup > .p-float-label > .p-component:focus {
1116
1113
  z-index: 1;
1117
1114
  }
1118
1115
  .p-inputgroup > .p-component:focus ~ label,
1119
- .p-inputgroup > .p-element:focus ~ label,
1120
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1116
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1121
1117
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1122
1118
  z-index: 1;
1123
1119
  }
@@ -5778,7 +5774,7 @@
5778
5774
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5779
5775
  }
5780
5776
  .p-message .p-message-close:hover {
5781
- background: rgba(255, 255, 255, 0.3);
5777
+ background: rgba(255, 255, 255, 0.5);
5782
5778
  }
5783
5779
  .p-message .p-message-close:focus-visible {
5784
5780
  outline: 0 none;
@@ -5888,7 +5884,7 @@
5888
5884
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5889
5885
  }
5890
5886
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5891
- background: rgba(255, 255, 255, 0.3);
5887
+ background: rgba(255, 255, 255, 0.5);
5892
5888
  }
5893
5889
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5894
5890
  outline: 0 none;
@@ -393,9 +393,9 @@
393
393
  padding: 0.5rem 0;
394
394
  }
395
395
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
396
- font-family: inherit;
397
- font-feature-settings: inherit;
398
- font-size: inherit;
396
+ font-family: var(--font-family);
397
+ font-feature-settings: var(--font-feature-settings, normal);
398
+ font-size: 1rem;
399
399
  color: rgba(0, 0, 0, 0.87);
400
400
  padding: 0;
401
401
  margin: 0;
@@ -919,9 +919,9 @@
919
919
  padding: 0.5rem 0;
920
920
  }
921
921
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
922
- font-family: inherit;
923
- font-feature-settings: inherit;
924
- font-size: inherit;
922
+ font-family: var(--font-family);
923
+ font-feature-settings: var(--font-feature-settings, normal);
924
+ font-size: 1rem;
925
925
  color: rgba(0, 0, 0, 0.87);
926
926
  padding: 0;
927
927
  margin: 0;
@@ -1097,27 +1097,23 @@
1097
1097
  }
1098
1098
 
1099
1099
  .p-inputgroup > .p-component,
1100
- .p-inputgroup > .p-element,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1100
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1102
1101
  .p-inputgroup > .p-float-label > .p-component {
1103
1102
  border-radius: 0;
1104
1103
  margin: 0;
1105
1104
  }
1106
1105
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1107
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1108
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1106
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1109
1107
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1110
1108
  border-left: 0 none;
1111
1109
  }
1112
1110
  .p-inputgroup > .p-component:focus,
1113
- .p-inputgroup > .p-element:focus,
1114
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1111
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1115
1112
  .p-inputgroup > .p-float-label > .p-component:focus {
1116
1113
  z-index: 1;
1117
1114
  }
1118
1115
  .p-inputgroup > .p-component:focus ~ label,
1119
- .p-inputgroup > .p-element:focus ~ label,
1120
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1116
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1121
1117
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1122
1118
  z-index: 1;
1123
1119
  }
@@ -5778,7 +5774,7 @@
5778
5774
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5779
5775
  }
5780
5776
  .p-message .p-message-close:hover {
5781
- background: rgba(255, 255, 255, 0.3);
5777
+ background: rgba(255, 255, 255, 0.5);
5782
5778
  }
5783
5779
  .p-message .p-message-close:focus-visible {
5784
5780
  outline: 0 none;
@@ -5888,7 +5884,7 @@
5888
5884
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5889
5885
  }
5890
5886
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5891
- background: rgba(255, 255, 255, 0.3);
5887
+ background: rgba(255, 255, 255, 0.5);
5892
5888
  }
5893
5889
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5894
5890
  outline: 0 none;
@@ -393,9 +393,9 @@
393
393
  padding: 0.5rem 0;
394
394
  }
395
395
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
396
- font-family: inherit;
397
- font-feature-settings: inherit;
398
- font-size: inherit;
396
+ font-family: var(--font-family);
397
+ font-feature-settings: var(--font-feature-settings, normal);
398
+ font-size: 1rem;
399
399
  color: rgba(0, 0, 0, 0.87);
400
400
  padding: 0;
401
401
  margin: 0;
@@ -919,9 +919,9 @@
919
919
  padding: 0.5rem 0;
920
920
  }
921
921
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
922
- font-family: inherit;
923
- font-feature-settings: inherit;
924
- font-size: inherit;
922
+ font-family: var(--font-family);
923
+ font-feature-settings: var(--font-feature-settings, normal);
924
+ font-size: 1rem;
925
925
  color: rgba(0, 0, 0, 0.87);
926
926
  padding: 0;
927
927
  margin: 0;
@@ -1097,27 +1097,23 @@
1097
1097
  }
1098
1098
 
1099
1099
  .p-inputgroup > .p-component,
1100
- .p-inputgroup > .p-element,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1100
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1102
1101
  .p-inputgroup > .p-float-label > .p-component {
1103
1102
  border-radius: 0;
1104
1103
  margin: 0;
1105
1104
  }
1106
1105
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1107
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1108
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1106
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1109
1107
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1110
1108
  border-left: 0 none;
1111
1109
  }
1112
1110
  .p-inputgroup > .p-component:focus,
1113
- .p-inputgroup > .p-element:focus,
1114
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1111
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1115
1112
  .p-inputgroup > .p-float-label > .p-component:focus {
1116
1113
  z-index: 1;
1117
1114
  }
1118
1115
  .p-inputgroup > .p-component:focus ~ label,
1119
- .p-inputgroup > .p-element:focus ~ label,
1120
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1116
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1121
1117
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1122
1118
  z-index: 1;
1123
1119
  }
@@ -5778,7 +5774,7 @@
5778
5774
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5779
5775
  }
5780
5776
  .p-message .p-message-close:hover {
5781
- background: rgba(255, 255, 255, 0.3);
5777
+ background: rgba(255, 255, 255, 0.5);
5782
5778
  }
5783
5779
  .p-message .p-message-close:focus-visible {
5784
5780
  outline: 0 none;
@@ -5888,7 +5884,7 @@
5888
5884
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5889
5885
  }
5890
5886
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5891
- background: rgba(255, 255, 255, 0.3);
5887
+ background: rgba(255, 255, 255, 0.5);
5892
5888
  }
5893
5889
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5894
5890
  outline: 0 none;
@@ -393,9 +393,9 @@
393
393
  padding: 0.375rem 0;
394
394
  }
395
395
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
396
- font-family: inherit;
397
- font-feature-settings: inherit;
398
- font-size: inherit;
396
+ font-family: var(--font-family);
397
+ font-feature-settings: var(--font-feature-settings, normal);
398
+ font-size: 1rem;
399
399
  color: rgba(255, 255, 255, 0.87);
400
400
  padding: 0;
401
401
  margin: 0;
@@ -919,9 +919,9 @@
919
919
  padding: 0.375rem 0;
920
920
  }
921
921
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
922
- font-family: inherit;
923
- font-feature-settings: inherit;
924
- font-size: inherit;
922
+ font-family: var(--font-family);
923
+ font-feature-settings: var(--font-feature-settings, normal);
924
+ font-size: 1rem;
925
925
  color: rgba(255, 255, 255, 0.87);
926
926
  padding: 0;
927
927
  margin: 0;
@@ -1097,27 +1097,23 @@
1097
1097
  }
1098
1098
 
1099
1099
  .p-inputgroup > .p-component,
1100
- .p-inputgroup > .p-element,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1100
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1102
1101
  .p-inputgroup > .p-float-label > .p-component {
1103
1102
  border-radius: 0;
1104
1103
  margin: 0;
1105
1104
  }
1106
1105
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1107
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1108
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1106
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1109
1107
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1110
1108
  border-left: 0 none;
1111
1109
  }
1112
1110
  .p-inputgroup > .p-component:focus,
1113
- .p-inputgroup > .p-element:focus,
1114
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1111
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1115
1112
  .p-inputgroup > .p-float-label > .p-component:focus {
1116
1113
  z-index: 1;
1117
1114
  }
1118
1115
  .p-inputgroup > .p-component:focus ~ label,
1119
- .p-inputgroup > .p-element:focus ~ label,
1120
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1116
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1121
1117
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1122
1118
  z-index: 1;
1123
1119
  }
@@ -5778,7 +5774,7 @@
5778
5774
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5779
5775
  }
5780
5776
  .p-message .p-message-close:hover {
5781
- background: rgba(255, 255, 255, 0.3);
5777
+ background: rgba(255, 255, 255, 0.5);
5782
5778
  }
5783
5779
  .p-message .p-message-close:focus-visible {
5784
5780
  outline: 0 none;
@@ -5888,7 +5884,7 @@
5888
5884
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5889
5885
  }
5890
5886
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5891
- background: rgba(255, 255, 255, 0.3);
5887
+ background: rgba(255, 255, 255, 0.5);
5892
5888
  }
5893
5889
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5894
5890
  outline: 0 none;
@@ -393,9 +393,9 @@
393
393
  padding: 0.375rem 0;
394
394
  }
395
395
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
396
- font-family: inherit;
397
- font-feature-settings: inherit;
398
- font-size: inherit;
396
+ font-family: var(--font-family);
397
+ font-feature-settings: var(--font-feature-settings, normal);
398
+ font-size: 1rem;
399
399
  color: rgba(255, 255, 255, 0.87);
400
400
  padding: 0;
401
401
  margin: 0;
@@ -919,9 +919,9 @@
919
919
  padding: 0.375rem 0;
920
920
  }
921
921
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
922
- font-family: inherit;
923
- font-feature-settings: inherit;
924
- font-size: inherit;
922
+ font-family: var(--font-family);
923
+ font-feature-settings: var(--font-feature-settings, normal);
924
+ font-size: 1rem;
925
925
  color: rgba(255, 255, 255, 0.87);
926
926
  padding: 0;
927
927
  margin: 0;
@@ -1097,27 +1097,23 @@
1097
1097
  }
1098
1098
 
1099
1099
  .p-inputgroup > .p-component,
1100
- .p-inputgroup > .p-element,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1100
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1102
1101
  .p-inputgroup > .p-float-label > .p-component {
1103
1102
  border-radius: 0;
1104
1103
  margin: 0;
1105
1104
  }
1106
1105
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1107
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1108
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1106
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1109
1107
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1110
1108
  border-left: 0 none;
1111
1109
  }
1112
1110
  .p-inputgroup > .p-component:focus,
1113
- .p-inputgroup > .p-element:focus,
1114
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1111
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1115
1112
  .p-inputgroup > .p-float-label > .p-component:focus {
1116
1113
  z-index: 1;
1117
1114
  }
1118
1115
  .p-inputgroup > .p-component:focus ~ label,
1119
- .p-inputgroup > .p-element:focus ~ label,
1120
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1116
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1121
1117
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1122
1118
  z-index: 1;
1123
1119
  }
@@ -5778,7 +5774,7 @@
5778
5774
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5779
5775
  }
5780
5776
  .p-message .p-message-close:hover {
5781
- background: rgba(255, 255, 255, 0.3);
5777
+ background: rgba(255, 255, 255, 0.5);
5782
5778
  }
5783
5779
  .p-message .p-message-close:focus-visible {
5784
5780
  outline: 0 none;
@@ -5888,7 +5884,7 @@
5888
5884
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5889
5885
  }
5890
5886
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5891
- background: rgba(255, 255, 255, 0.3);
5887
+ background: rgba(255, 255, 255, 0.5);
5892
5888
  }
5893
5889
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5894
5890
  outline: 0 none;
@@ -393,9 +393,9 @@
393
393
  padding: 0.375rem 0;
394
394
  }
395
395
  .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input {
396
- font-family: inherit;
397
- font-feature-settings: inherit;
398
- font-size: inherit;
396
+ font-family: var(--font-family);
397
+ font-feature-settings: var(--font-feature-settings, normal);
398
+ font-size: 1rem;
399
399
  color: rgba(0, 0, 0, 0.87);
400
400
  padding: 0;
401
401
  margin: 0;
@@ -919,9 +919,9 @@
919
919
  padding: 0.375rem 0;
920
920
  }
921
921
  .p-chips .p-chips-multiple-container .p-chips-input-token input {
922
- font-family: inherit;
923
- font-feature-settings: inherit;
924
- font-size: inherit;
922
+ font-family: var(--font-family);
923
+ font-feature-settings: var(--font-feature-settings, normal);
924
+ font-size: 1rem;
925
925
  color: rgba(0, 0, 0, 0.87);
926
926
  padding: 0;
927
927
  margin: 0;
@@ -1097,27 +1097,23 @@
1097
1097
  }
1098
1098
 
1099
1099
  .p-inputgroup > .p-component,
1100
- .p-inputgroup > .p-element,
1101
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext,
1100
+ .p-inputgroup > .p-inputwrapper > .p-inputtext,
1102
1101
  .p-inputgroup > .p-float-label > .p-component {
1103
1102
  border-radius: 0;
1104
1103
  margin: 0;
1105
1104
  }
1106
1105
  .p-inputgroup > .p-component + .p-inputgroup-addon,
1107
- .p-inputgroup > .p-element + .p-inputgroup-addon,
1108
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext + .p-inputgroup-addon,
1106
+ .p-inputgroup > .p-inputwrapper > .p-inputtext + .p-inputgroup-addon,
1109
1107
  .p-inputgroup > .p-float-label > .p-component + .p-inputgroup-addon {
1110
1108
  border-left: 0 none;
1111
1109
  }
1112
1110
  .p-inputgroup > .p-component:focus,
1113
- .p-inputgroup > .p-element:focus,
1114
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus,
1111
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus,
1115
1112
  .p-inputgroup > .p-float-label > .p-component:focus {
1116
1113
  z-index: 1;
1117
1114
  }
1118
1115
  .p-inputgroup > .p-component:focus ~ label,
1119
- .p-inputgroup > .p-element:focus ~ label,
1120
- .p-inputgroup > .p-inputwrapper > .p-component > .p-inputtext:focus ~ label,
1116
+ .p-inputgroup > .p-inputwrapper > .p-inputtext:focus ~ label,
1121
1117
  .p-inputgroup > .p-float-label > .p-component:focus ~ label {
1122
1118
  z-index: 1;
1123
1119
  }
@@ -5778,7 +5774,7 @@
5778
5774
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5779
5775
  }
5780
5776
  .p-message .p-message-close:hover {
5781
- background: rgba(255, 255, 255, 0.3);
5777
+ background: rgba(255, 255, 255, 0.5);
5782
5778
  }
5783
5779
  .p-message .p-message-close:focus-visible {
5784
5780
  outline: 0 none;
@@ -5888,7 +5884,7 @@
5888
5884
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5889
5885
  }
5890
5886
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5891
- background: rgba(255, 255, 255, 0.3);
5887
+ background: rgba(255, 255, 255, 0.5);
5892
5888
  }
5893
5889
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5894
5890
  outline: 0 none;