primevue 3.36.0 → 3.37.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 (214) hide show
  1. package/README.md +50 -20
  2. package/animate/Animate.d.ts +87 -0
  3. package/animate/animate.cjs.js +71 -0
  4. package/animate/animate.cjs.min.js +1 -0
  5. package/animate/animate.esm.js +65 -0
  6. package/animate/animate.esm.min.js +1 -0
  7. package/animate/animate.js +72 -0
  8. package/animate/animate.min.js +1 -0
  9. package/animate/package.json +6 -0
  10. package/animate/style/AnimateStyle.d.ts +3 -0
  11. package/animate/style/animatestyle.cjs.js +5 -0
  12. package/animate/style/animatestyle.cjs.min.js +1 -0
  13. package/animate/style/animatestyle.esm.js +3 -0
  14. package/animate/style/animatestyle.esm.min.js +1 -0
  15. package/animate/style/animatestyle.js +10 -0
  16. package/animate/style/animatestyle.min.js +1 -0
  17. package/animate/style/package.json +6 -0
  18. package/calendar/Calendar.vue +2 -2
  19. package/calendar/calendar.cjs.js +43 -42
  20. package/calendar/calendar.cjs.min.js +1 -1
  21. package/calendar/calendar.esm.js +43 -42
  22. package/calendar/calendar.esm.min.js +1 -1
  23. package/calendar/calendar.js +43 -42
  24. package/calendar/calendar.min.js +1 -1
  25. package/config/PrimeVue.d.ts +2 -0
  26. package/config/config.cjs.js +15 -13
  27. package/config/config.cjs.min.js +1 -1
  28. package/config/config.esm.js +15 -13
  29. package/config/config.esm.min.js +1 -1
  30. package/config/config.js +15 -13
  31. package/config/config.min.js +1 -1
  32. package/contextmenu/ContextMenu.d.ts +5 -0
  33. package/contextmenu/ContextMenuSub.vue +1 -0
  34. package/contextmenu/contextmenu.cjs.js +1 -0
  35. package/contextmenu/contextmenu.cjs.min.js +1 -1
  36. package/contextmenu/contextmenu.esm.js +1 -0
  37. package/contextmenu/contextmenu.esm.min.js +1 -1
  38. package/contextmenu/contextmenu.js +1 -0
  39. package/contextmenu/contextmenu.min.js +1 -1
  40. package/core/core.js +447 -392
  41. package/core/core.min.js +9 -7
  42. package/megamenu/MegaMenu.d.ts +5 -0
  43. package/megamenu/MegaMenuSub.vue +2 -1
  44. package/megamenu/megamenu.cjs.js +2 -1
  45. package/megamenu/megamenu.cjs.min.js +1 -1
  46. package/megamenu/megamenu.esm.js +2 -1
  47. package/megamenu/megamenu.esm.min.js +1 -1
  48. package/megamenu/megamenu.js +2 -1
  49. package/megamenu/megamenu.min.js +1 -1
  50. package/menu/Menu.d.ts +5 -0
  51. package/menu/Menu.vue +1 -1
  52. package/menu/Menuitem.vue +2 -1
  53. package/menu/menu.cjs.js +3 -2
  54. package/menu/menu.cjs.min.js +1 -1
  55. package/menu/menu.esm.js +3 -2
  56. package/menu/menu.esm.min.js +1 -1
  57. package/menu/menu.js +3 -2
  58. package/menu/menu.min.js +1 -1
  59. package/menubar/Menubar.d.ts +5 -0
  60. package/menubar/MenubarSub.vue +1 -0
  61. package/menubar/menubar.cjs.js +1 -0
  62. package/menubar/menubar.cjs.min.js +1 -1
  63. package/menubar/menubar.esm.js +1 -0
  64. package/menubar/menubar.esm.min.js +1 -1
  65. package/menubar/menubar.js +1 -0
  66. package/menubar/menubar.min.js +1 -1
  67. package/multiselect/MultiSelect.vue +4 -3
  68. package/multiselect/multiselect.cjs.js +4 -3
  69. package/multiselect/multiselect.cjs.min.js +1 -1
  70. package/multiselect/multiselect.esm.js +4 -3
  71. package/multiselect/multiselect.esm.min.js +1 -1
  72. package/multiselect/multiselect.js +4 -3
  73. package/multiselect/multiselect.min.js +1 -1
  74. package/overlaypanel/BaseOverlayPanel.vue +4 -0
  75. package/overlaypanel/OverlayPanel.d.ts +5 -0
  76. package/overlaypanel/OverlayPanel.vue +22 -0
  77. package/overlaypanel/overlaypanel.cjs.js +25 -0
  78. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  79. package/overlaypanel/overlaypanel.esm.js +25 -0
  80. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  81. package/overlaypanel/overlaypanel.js +25 -0
  82. package/overlaypanel/overlaypanel.min.js +1 -1
  83. package/package.json +17 -3
  84. package/panelmenu/PanelMenu.d.ts +13 -0
  85. package/panelmenu/PanelMenu.vue +20 -2
  86. package/panelmenu/PanelMenuSub.vue +2 -1
  87. package/panelmenu/panelmenu.cjs.js +20 -5
  88. package/panelmenu/panelmenu.cjs.min.js +1 -1
  89. package/panelmenu/panelmenu.esm.js +20 -5
  90. package/panelmenu/panelmenu.esm.min.js +1 -1
  91. package/panelmenu/panelmenu.js +21 -6
  92. package/panelmenu/panelmenu.min.js +1 -1
  93. package/passthrough/tailwind/index.cjs.js +397 -371
  94. package/passthrough/tailwind/index.cjs.min.js +1 -1
  95. package/passthrough/tailwind/index.esm.js +397 -371
  96. package/passthrough/tailwind/index.esm.min.js +1 -1
  97. package/passthrough/tailwind/index.js +397 -371
  98. package/passthrough/tailwind/index.min.js +1 -1
  99. package/picklist/PickList.vue +2 -2
  100. package/picklist/picklist.cjs.js +2 -2
  101. package/picklist/picklist.cjs.min.js +1 -1
  102. package/picklist/picklist.esm.js +2 -2
  103. package/picklist/picklist.esm.min.js +1 -1
  104. package/picklist/picklist.js +2 -2
  105. package/picklist/picklist.min.js +1 -1
  106. package/resources/themes/arya-blue/theme.css +2 -2
  107. package/resources/themes/arya-green/theme.css +2 -2
  108. package/resources/themes/arya-orange/theme.css +2 -2
  109. package/resources/themes/arya-purple/theme.css +2 -2
  110. package/resources/themes/bootstrap4-dark-blue/theme.css +2 -2
  111. package/resources/themes/bootstrap4-dark-purple/theme.css +2 -2
  112. package/resources/themes/bootstrap4-light-blue/theme.css +2 -2
  113. package/resources/themes/bootstrap4-light-purple/theme.css +2 -2
  114. package/resources/themes/fluent-light/theme.css +2 -2
  115. package/resources/themes/lara-dark-blue/theme.css +587 -575
  116. package/resources/themes/lara-dark-indigo/theme.css +587 -575
  117. package/resources/themes/lara-dark-purple/theme.css +587 -575
  118. package/resources/themes/lara-dark-teal/theme.css +662 -650
  119. package/resources/themes/lara-light-blue/theme.css +629 -625
  120. package/resources/themes/lara-light-indigo/theme.css +629 -625
  121. package/resources/themes/lara-light-purple/theme.css +629 -625
  122. package/resources/themes/lara-light-teal/theme.css +879 -875
  123. package/resources/themes/luna-amber/theme.css +2 -2
  124. package/resources/themes/luna-blue/theme.css +2 -2
  125. package/resources/themes/luna-green/theme.css +2 -2
  126. package/resources/themes/luna-pink/theme.css +2 -2
  127. package/resources/themes/md-dark-deeppurple/theme.css +2 -2
  128. package/resources/themes/md-dark-indigo/theme.css +2 -2
  129. package/resources/themes/md-light-deeppurple/theme.css +2 -2
  130. package/resources/themes/md-light-indigo/theme.css +2 -2
  131. package/resources/themes/mdc-dark-deeppurple/theme.css +2 -2
  132. package/resources/themes/mdc-dark-indigo/theme.css +2 -2
  133. package/resources/themes/mdc-light-deeppurple/theme.css +2 -2
  134. package/resources/themes/mdc-light-indigo/theme.css +2 -2
  135. package/resources/themes/mira/theme.css +2 -2
  136. package/resources/themes/nano/theme.css +2 -2
  137. package/resources/themes/nova/theme.css +2 -2
  138. package/resources/themes/nova-accent/theme.css +2 -2
  139. package/resources/themes/nova-alt/theme.css +2 -2
  140. package/resources/themes/nova-vue/theme.css +2 -2
  141. package/resources/themes/rhea/theme.css +2 -2
  142. package/resources/themes/saga-blue/theme.css +2 -2
  143. package/resources/themes/saga-green/theme.css +2 -2
  144. package/resources/themes/saga-orange/theme.css +2 -2
  145. package/resources/themes/saga-purple/theme.css +2 -2
  146. package/resources/themes/soho-dark/theme.css +2 -2
  147. package/resources/themes/soho-light/theme.css +2 -2
  148. package/resources/themes/tailwind-light/theme.css +2 -2
  149. package/resources/themes/vela-blue/theme.css +2 -2
  150. package/resources/themes/vela-green/theme.css +2 -2
  151. package/resources/themes/vela-orange/theme.css +2 -2
  152. package/resources/themes/vela-purple/theme.css +2 -2
  153. package/resources/themes/viva-dark/theme.css +2 -2
  154. package/resources/themes/viva-light/theme.css +2 -2
  155. package/selectbutton/BaseSelectButton.vue +1 -1
  156. package/selectbutton/SelectButton.d.ts +2 -2
  157. package/selectbutton/SelectButton.vue +1 -1
  158. package/selectbutton/selectbutton.cjs.js +2 -2
  159. package/selectbutton/selectbutton.cjs.min.js +1 -1
  160. package/selectbutton/selectbutton.esm.js +2 -2
  161. package/selectbutton/selectbutton.esm.min.js +1 -1
  162. package/selectbutton/selectbutton.js +2 -2
  163. package/selectbutton/selectbutton.min.js +1 -1
  164. package/slider/Slider.vue +2 -2
  165. package/slider/slider.cjs.js +1 -1
  166. package/slider/slider.cjs.min.js +1 -1
  167. package/slider/slider.esm.js +1 -1
  168. package/slider/slider.esm.min.js +1 -1
  169. package/slider/slider.js +1 -1
  170. package/slider/slider.min.js +1 -1
  171. package/splitbutton/SplitButton.vue +4 -1
  172. package/splitbutton/splitbutton.cjs.js +3 -1
  173. package/splitbutton/splitbutton.cjs.min.js +1 -1
  174. package/splitbutton/splitbutton.esm.js +3 -1
  175. package/splitbutton/splitbutton.esm.min.js +1 -1
  176. package/splitbutton/splitbutton.js +3 -1
  177. package/splitbutton/splitbutton.min.js +1 -1
  178. package/styleclass/StyleClass.d.ts +6 -6
  179. package/tieredmenu/TieredMenu.d.ts +5 -0
  180. package/tieredmenu/TieredMenuSub.vue +2 -1
  181. package/tieredmenu/tieredmenu.cjs.js +2 -1
  182. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  183. package/tieredmenu/tieredmenu.esm.js +2 -1
  184. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  185. package/tieredmenu/tieredmenu.js +2 -1
  186. package/tieredmenu/tieredmenu.min.js +1 -1
  187. package/tooltip/Tooltip.d.ts +6 -1
  188. package/tooltip/style/tooltipstyle.cjs.js +1 -1
  189. package/tooltip/style/tooltipstyle.cjs.min.js +1 -1
  190. package/tooltip/style/tooltipstyle.esm.js +1 -1
  191. package/tooltip/style/tooltipstyle.esm.min.js +1 -1
  192. package/tooltip/style/tooltipstyle.js +1 -1
  193. package/tooltip/style/tooltipstyle.min.js +1 -1
  194. package/tooltip/tooltip.cjs.js +15 -1
  195. package/tooltip/tooltip.cjs.min.js +1 -1
  196. package/tooltip/tooltip.esm.js +15 -1
  197. package/tooltip/tooltip.esm.min.js +1 -1
  198. package/tooltip/tooltip.js +15 -1
  199. package/tooltip/tooltip.min.js +1 -1
  200. package/tree/Tree.d.ts +6 -1
  201. package/tree/Tree.vue +1 -1
  202. package/tree/tree.cjs.js +1 -1
  203. package/tree/tree.cjs.min.js +1 -1
  204. package/tree/tree.esm.js +1 -1
  205. package/tree/tree.esm.min.js +1 -1
  206. package/tree/tree.js +1 -1
  207. package/tree/tree.min.js +1 -1
  208. package/treetable/TreeTable.d.ts +0 -18
  209. package/utils/utils.cjs.js +2 -2
  210. package/utils/utils.esm.js +2 -2
  211. package/utils/utils.js +2 -2
  212. package/vetur-attributes.json +4 -0
  213. package/vetur-tags.json +1 -0
  214. package/web-types.json +11 -1
@@ -5077,7 +5077,7 @@
5077
5077
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5078
5078
  }
5079
5079
  .p-message .p-message-close:hover {
5080
- background: rgba(255, 255, 255, 0.3);
5080
+ background: rgba(255, 255, 255, 0.5);
5081
5081
  }
5082
5082
  .p-message .p-message-close:focus-visible {
5083
5083
  outline: 0 none;
@@ -5181,7 +5181,7 @@
5181
5181
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5182
5182
  }
5183
5183
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5184
- background: rgba(255, 255, 255, 0.3);
5184
+ background: rgba(255, 255, 255, 0.5);
5185
5185
  }
5186
5186
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5187
5187
  outline: 0 none;
@@ -5077,7 +5077,7 @@
5077
5077
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5078
5078
  }
5079
5079
  .p-message .p-message-close:hover {
5080
- background: rgba(255, 255, 255, 0.3);
5080
+ background: rgba(255, 255, 255, 0.5);
5081
5081
  }
5082
5082
  .p-message .p-message-close:focus-visible {
5083
5083
  outline: 0 none;
@@ -5181,7 +5181,7 @@
5181
5181
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5182
5182
  }
5183
5183
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5184
- background: rgba(255, 255, 255, 0.3);
5184
+ background: rgba(255, 255, 255, 0.5);
5185
5185
  }
5186
5186
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5187
5187
  outline: 0 none;
@@ -5077,7 +5077,7 @@
5077
5077
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5078
5078
  }
5079
5079
  .p-message .p-message-close:hover {
5080
- background: rgba(255, 255, 255, 0.3);
5080
+ background: rgba(255, 255, 255, 0.5);
5081
5081
  }
5082
5082
  .p-message .p-message-close:focus-visible {
5083
5083
  outline: 0 none;
@@ -5181,7 +5181,7 @@
5181
5181
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5182
5182
  }
5183
5183
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5184
- background: rgba(255, 255, 255, 0.3);
5184
+ background: rgba(255, 255, 255, 0.5);
5185
5185
  }
5186
5186
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5187
5187
  outline: 0 none;
@@ -5077,7 +5077,7 @@
5077
5077
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5078
5078
  }
5079
5079
  .p-message .p-message-close:hover {
5080
- background: rgba(255, 255, 255, 0.3);
5080
+ background: rgba(255, 255, 255, 0.5);
5081
5081
  }
5082
5082
  .p-message .p-message-close:focus-visible {
5083
5083
  outline: 0 none;
@@ -5181,7 +5181,7 @@
5181
5181
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5182
5182
  }
5183
5183
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5184
- background: rgba(255, 255, 255, 0.3);
5184
+ background: rgba(255, 255, 255, 0.5);
5185
5185
  }
5186
5186
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5187
5187
  outline: 0 none;
@@ -5138,7 +5138,7 @@
5138
5138
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5139
5139
  }
5140
5140
  .p-message .p-message-close:hover {
5141
- background: rgba(255, 255, 255, 0.3);
5141
+ background: rgba(255, 255, 255, 0.5);
5142
5142
  }
5143
5143
  .p-message .p-message-close:focus-visible {
5144
5144
  outline: 0 none;
@@ -5242,7 +5242,7 @@
5242
5242
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5243
5243
  }
5244
5244
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5245
- background: rgba(255, 255, 255, 0.3);
5245
+ background: rgba(255, 255, 255, 0.5);
5246
5246
  }
5247
5247
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5248
5248
  outline: 0 none;
@@ -5138,7 +5138,7 @@
5138
5138
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5139
5139
  }
5140
5140
  .p-message .p-message-close:hover {
5141
- background: rgba(255, 255, 255, 0.3);
5141
+ background: rgba(255, 255, 255, 0.5);
5142
5142
  }
5143
5143
  .p-message .p-message-close:focus-visible {
5144
5144
  outline: 0 none;
@@ -5242,7 +5242,7 @@
5242
5242
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5243
5243
  }
5244
5244
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5245
- background: rgba(255, 255, 255, 0.3);
5245
+ background: rgba(255, 255, 255, 0.5);
5246
5246
  }
5247
5247
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5248
5248
  outline: 0 none;
@@ -5138,7 +5138,7 @@
5138
5138
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5139
5139
  }
5140
5140
  .p-message .p-message-close:hover {
5141
- background: rgba(255, 255, 255, 0.3);
5141
+ background: rgba(255, 255, 255, 0.5);
5142
5142
  }
5143
5143
  .p-message .p-message-close:focus-visible {
5144
5144
  outline: 0 none;
@@ -5242,7 +5242,7 @@
5242
5242
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5243
5243
  }
5244
5244
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5245
- background: rgba(255, 255, 255, 0.3);
5245
+ background: rgba(255, 255, 255, 0.5);
5246
5246
  }
5247
5247
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5248
5248
  outline: 0 none;
@@ -5138,7 +5138,7 @@
5138
5138
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5139
5139
  }
5140
5140
  .p-message .p-message-close:hover {
5141
- background: rgba(255, 255, 255, 0.3);
5141
+ background: rgba(255, 255, 255, 0.5);
5142
5142
  }
5143
5143
  .p-message .p-message-close:focus-visible {
5144
5144
  outline: 0 none;
@@ -5242,7 +5242,7 @@
5242
5242
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5243
5243
  }
5244
5244
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5245
- background: rgba(255, 255, 255, 0.3);
5245
+ background: rgba(255, 255, 255, 0.5);
5246
5246
  }
5247
5247
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5248
5248
  outline: 0 none;
@@ -5138,7 +5138,7 @@
5138
5138
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5139
5139
  }
5140
5140
  .p-message .p-message-close:hover {
5141
- background: rgba(255, 255, 255, 0.3);
5141
+ background: rgba(255, 255, 255, 0.5);
5142
5142
  }
5143
5143
  .p-message .p-message-close:focus-visible {
5144
5144
  outline: 0 none;
@@ -5242,7 +5242,7 @@
5242
5242
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5243
5243
  }
5244
5244
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5245
- background: rgba(255, 255, 255, 0.3);
5245
+ background: rgba(255, 255, 255, 0.5);
5246
5246
  }
5247
5247
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5248
5248
  outline: 0 none;
@@ -5138,7 +5138,7 @@
5138
5138
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5139
5139
  }
5140
5140
  .p-message .p-message-close:hover {
5141
- background: rgba(255, 255, 255, 0.3);
5141
+ background: rgba(255, 255, 255, 0.5);
5142
5142
  }
5143
5143
  .p-message .p-message-close:focus-visible {
5144
5144
  outline: 0 none;
@@ -5242,7 +5242,7 @@
5242
5242
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5243
5243
  }
5244
5244
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5245
- background: rgba(255, 255, 255, 0.3);
5245
+ background: rgba(255, 255, 255, 0.5);
5246
5246
  }
5247
5247
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5248
5248
  outline: 0 none;
@@ -5138,7 +5138,7 @@
5138
5138
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5139
5139
  }
5140
5140
  .p-message .p-message-close:hover {
5141
- background: rgba(255, 255, 255, 0.3);
5141
+ background: rgba(255, 255, 255, 0.5);
5142
5142
  }
5143
5143
  .p-message .p-message-close:focus-visible {
5144
5144
  outline: 0 none;
@@ -5242,7 +5242,7 @@
5242
5242
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5243
5243
  }
5244
5244
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5245
- background: rgba(255, 255, 255, 0.3);
5245
+ background: rgba(255, 255, 255, 0.5);
5246
5246
  }
5247
5247
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5248
5248
  outline: 0 none;
@@ -5138,7 +5138,7 @@
5138
5138
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5139
5139
  }
5140
5140
  .p-message .p-message-close:hover {
5141
- background: rgba(255, 255, 255, 0.3);
5141
+ background: rgba(255, 255, 255, 0.5);
5142
5142
  }
5143
5143
  .p-message .p-message-close:focus-visible {
5144
5144
  outline: 0 none;
@@ -5242,7 +5242,7 @@
5242
5242
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5243
5243
  }
5244
5244
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5245
- background: rgba(255, 255, 255, 0.3);
5245
+ background: rgba(255, 255, 255, 0.5);
5246
5246
  }
5247
5247
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5248
5248
  outline: 0 none;
@@ -5142,7 +5142,7 @@
5142
5142
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5143
5143
  }
5144
5144
  .p-message .p-message-close:hover {
5145
- background: rgba(255, 255, 255, 0.3);
5145
+ background: rgba(255, 255, 255, 0.5);
5146
5146
  }
5147
5147
  .p-message .p-message-close:focus-visible {
5148
5148
  outline: 0 none;
@@ -5246,7 +5246,7 @@
5246
5246
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5247
5247
  }
5248
5248
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5249
- background: rgba(255, 255, 255, 0.3);
5249
+ background: rgba(255, 255, 255, 0.5);
5250
5250
  }
5251
5251
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5252
5252
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5077,7 +5077,7 @@
5077
5077
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5078
5078
  }
5079
5079
  .p-message .p-message-close:hover {
5080
- background: rgba(255, 255, 255, 0.3);
5080
+ background: rgba(255, 255, 255, 0.5);
5081
5081
  }
5082
5082
  .p-message .p-message-close:focus-visible {
5083
5083
  outline: 0 none;
@@ -5181,7 +5181,7 @@
5181
5181
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5182
5182
  }
5183
5183
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5184
- background: rgba(255, 255, 255, 0.3);
5184
+ background: rgba(255, 255, 255, 0.5);
5185
5185
  }
5186
5186
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5187
5187
  outline: 0 none;
@@ -5065,7 +5065,7 @@
5065
5065
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5066
5066
  }
5067
5067
  .p-message .p-message-close:hover {
5068
- background: rgba(255, 255, 255, 0.3);
5068
+ background: rgba(255, 255, 255, 0.5);
5069
5069
  }
5070
5070
  .p-message .p-message-close:focus-visible {
5071
5071
  outline: 0 none;
@@ -5169,7 +5169,7 @@
5169
5169
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5170
5170
  }
5171
5171
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5172
- background: rgba(255, 255, 255, 0.3);
5172
+ background: rgba(255, 255, 255, 0.5);
5173
5173
  }
5174
5174
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5175
5175
  outline: 0 none;
@@ -5077,7 +5077,7 @@
5077
5077
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5078
5078
  }
5079
5079
  .p-message .p-message-close:hover {
5080
- background: rgba(255, 255, 255, 0.3);
5080
+ background: rgba(255, 255, 255, 0.5);
5081
5081
  }
5082
5082
  .p-message .p-message-close:focus-visible {
5083
5083
  outline: 0 none;
@@ -5181,7 +5181,7 @@
5181
5181
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5182
5182
  }
5183
5183
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5184
- background: rgba(255, 255, 255, 0.3);
5184
+ background: rgba(255, 255, 255, 0.5);
5185
5185
  }
5186
5186
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5187
5187
  outline: 0 none;
@@ -5077,7 +5077,7 @@
5077
5077
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5078
5078
  }
5079
5079
  .p-message .p-message-close:hover {
5080
- background: rgba(255, 255, 255, 0.3);
5080
+ background: rgba(255, 255, 255, 0.5);
5081
5081
  }
5082
5082
  .p-message .p-message-close:focus-visible {
5083
5083
  outline: 0 none;
@@ -5181,7 +5181,7 @@
5181
5181
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5182
5182
  }
5183
5183
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5184
- background: rgba(255, 255, 255, 0.3);
5184
+ background: rgba(255, 255, 255, 0.5);
5185
5185
  }
5186
5186
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5187
5187
  outline: 0 none;
@@ -5065,7 +5065,7 @@
5065
5065
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5066
5066
  }
5067
5067
  .p-message .p-message-close:hover {
5068
- background: rgba(255, 255, 255, 0.3);
5068
+ background: rgba(255, 255, 255, 0.5);
5069
5069
  }
5070
5070
  .p-message .p-message-close:focus-visible {
5071
5071
  outline: 0 none;
@@ -5169,7 +5169,7 @@
5169
5169
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5170
5170
  }
5171
5171
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5172
- background: rgba(255, 255, 255, 0.3);
5172
+ background: rgba(255, 255, 255, 0.5);
5173
5173
  }
5174
5174
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5175
5175
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5089,7 +5089,7 @@
5089
5089
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5090
5090
  }
5091
5091
  .p-message .p-message-close:hover {
5092
- background: rgba(255, 255, 255, 0.3);
5092
+ background: rgba(255, 255, 255, 0.5);
5093
5093
  }
5094
5094
  .p-message .p-message-close:focus-visible {
5095
5095
  outline: 0 none;
@@ -5193,7 +5193,7 @@
5193
5193
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5194
5194
  }
5195
5195
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5196
- background: rgba(255, 255, 255, 0.3);
5196
+ background: rgba(255, 255, 255, 0.5);
5197
5197
  }
5198
5198
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5199
5199
  outline: 0 none;
@@ -5089,7 +5089,7 @@
5089
5089
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5090
5090
  }
5091
5091
  .p-message .p-message-close:hover {
5092
- background: rgba(255, 255, 255, 0.3);
5092
+ background: rgba(255, 255, 255, 0.5);
5093
5093
  }
5094
5094
  .p-message .p-message-close:focus-visible {
5095
5095
  outline: 0 none;
@@ -5193,7 +5193,7 @@
5193
5193
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5194
5194
  }
5195
5195
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5196
- background: rgba(255, 255, 255, 0.3);
5196
+ background: rgba(255, 255, 255, 0.5);
5197
5197
  }
5198
5198
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5199
5199
  outline: 0 none;
@@ -5149,7 +5149,7 @@
5149
5149
  transition: none;
5150
5150
  }
5151
5151
  .p-message .p-message-close:hover {
5152
- background: rgba(255, 255, 255, 0.3);
5152
+ background: rgba(255, 255, 255, 0.5);
5153
5153
  }
5154
5154
  .p-message .p-message-close:focus-visible {
5155
5155
  outline: 0 none;
@@ -5253,7 +5253,7 @@
5253
5253
  transition: none;
5254
5254
  }
5255
5255
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5256
- background: rgba(255, 255, 255, 0.3);
5256
+ background: rgba(255, 255, 255, 0.5);
5257
5257
  }
5258
5258
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5259
5259
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5114,7 +5114,7 @@
5114
5114
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5115
5115
  }
5116
5116
  .p-message .p-message-close:hover {
5117
- background: rgba(255, 255, 255, 0.3);
5117
+ background: rgba(255, 255, 255, 0.5);
5118
5118
  }
5119
5119
  .p-message .p-message-close:focus-visible {
5120
5120
  outline: 0 none;
@@ -5218,7 +5218,7 @@
5218
5218
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
5219
5219
  }
5220
5220
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5221
- background: rgba(255, 255, 255, 0.3);
5221
+ background: rgba(255, 255, 255, 0.5);
5222
5222
  }
5223
5223
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5224
5224
  outline: 0 none;
@@ -5146,7 +5146,7 @@
5146
5146
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
5147
5147
  }
5148
5148
  .p-message .p-message-close:hover {
5149
- background: rgba(255, 255, 255, 0.3);
5149
+ background: rgba(255, 255, 255, 0.5);
5150
5150
  }
5151
5151
  .p-message .p-message-close:focus-visible {
5152
5152
  outline: 0 none;
@@ -5250,7 +5250,7 @@
5250
5250
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
5251
5251
  }
5252
5252
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5253
- background: rgba(255, 255, 255, 0.3);
5253
+ background: rgba(255, 255, 255, 0.5);
5254
5254
  }
5255
5255
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5256
5256
  outline: 0 none;
@@ -5146,7 +5146,7 @@
5146
5146
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
5147
5147
  }
5148
5148
  .p-message .p-message-close:hover {
5149
- background: rgba(255, 255, 255, 0.3);
5149
+ background: rgba(255, 255, 255, 0.5);
5150
5150
  }
5151
5151
  .p-message .p-message-close:focus-visible {
5152
5152
  outline: 0 none;
@@ -5250,7 +5250,7 @@
5250
5250
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s;
5251
5251
  }
5252
5252
  .p-toast .p-toast-message .p-toast-icon-close:hover {
5253
- background: rgba(255, 255, 255, 0.3);
5253
+ background: rgba(255, 255, 255, 0.5);
5254
5254
  }
5255
5255
  .p-toast .p-toast-message .p-toast-icon-close:focus-visible {
5256
5256
  outline: 0 none;
@@ -14,7 +14,7 @@ export default {
14
14
  multiple: Boolean,
15
15
  unselectable: {
16
16
  type: Boolean,
17
- default: false
17
+ default: true
18
18
  },
19
19
  allowEmpty: {
20
20
  type: Boolean,
@@ -155,8 +155,8 @@ export interface SelectButtonProps {
155
155
  */
156
156
  dataKey?: string | undefined;
157
157
  /**
158
- * Whether selection can not be cleared.
159
- * @defaultValue false
158
+ * Whether selection can be cleared.
159
+ * @defaultValue true
160
160
  * @deprecated Use 'allowEmpty' property instead.
161
161
  */
162
162
  unselectable?: boolean | undefined;
@@ -81,7 +81,7 @@ export default {
81
81
 
82
82
  let selected = this.isSelected(option);
83
83
 
84
- if (selected && (this.unselectable || !this.allowEmpty)) {
84
+ if (selected && !(this.unselectable && this.allowEmpty)) {
85
85
  return;
86
86
  }
87
87
 
@@ -24,7 +24,7 @@ var script$1 = {
24
24
  multiple: Boolean,
25
25
  unselectable: {
26
26
  type: Boolean,
27
- "default": false
27
+ "default": true
28
28
  },
29
29
  allowEmpty: {
30
30
  type: Boolean,
@@ -101,7 +101,7 @@ var script = {
101
101
  return;
102
102
  }
103
103
  var selected = this.isSelected(option);
104
- if (selected && (this.unselectable || !this.allowEmpty)) {
104
+ if (selected && !(this.unselectable && this.allowEmpty)) {
105
105
  return;
106
106
  }
107
107
  var optionValue = this.getOptionValue(option);