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.
- package/README.md +50 -20
- package/animate/Animate.d.ts +87 -0
- package/animate/animate.cjs.js +71 -0
- package/animate/animate.cjs.min.js +1 -0
- package/animate/animate.esm.js +65 -0
- package/animate/animate.esm.min.js +1 -0
- package/animate/animate.js +72 -0
- package/animate/animate.min.js +1 -0
- package/animate/package.json +6 -0
- package/animate/style/AnimateStyle.d.ts +3 -0
- package/animate/style/animatestyle.cjs.js +5 -0
- package/animate/style/animatestyle.cjs.min.js +1 -0
- package/animate/style/animatestyle.esm.js +3 -0
- package/animate/style/animatestyle.esm.min.js +1 -0
- package/animate/style/animatestyle.js +10 -0
- package/animate/style/animatestyle.min.js +1 -0
- package/animate/style/package.json +6 -0
- package/calendar/Calendar.vue +2 -2
- package/calendar/calendar.cjs.js +43 -42
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +43 -42
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +43 -42
- package/calendar/calendar.min.js +1 -1
- package/config/PrimeVue.d.ts +2 -0
- package/config/config.cjs.js +15 -13
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +15 -13
- package/config/config.esm.min.js +1 -1
- package/config/config.js +15 -13
- package/config/config.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +5 -0
- package/contextmenu/ContextMenuSub.vue +1 -0
- package/contextmenu/contextmenu.cjs.js +1 -0
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +1 -0
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +1 -0
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +447 -392
- package/core/core.min.js +9 -7
- package/megamenu/MegaMenu.d.ts +5 -0
- package/megamenu/MegaMenuSub.vue +2 -1
- package/megamenu/megamenu.cjs.js +2 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +2 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +2 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +5 -0
- package/menu/Menu.vue +1 -1
- package/menu/Menuitem.vue +2 -1
- package/menu/menu.cjs.js +3 -2
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +3 -2
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +3 -2
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +5 -0
- package/menubar/MenubarSub.vue +1 -0
- package/menubar/menubar.cjs.js +1 -0
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +1 -0
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +1 -0
- package/menubar/menubar.min.js +1 -1
- package/multiselect/MultiSelect.vue +4 -3
- package/multiselect/multiselect.cjs.js +4 -3
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +4 -3
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +4 -3
- package/multiselect/multiselect.min.js +1 -1
- package/overlaypanel/BaseOverlayPanel.vue +4 -0
- package/overlaypanel/OverlayPanel.d.ts +5 -0
- package/overlaypanel/OverlayPanel.vue +22 -0
- package/overlaypanel/overlaypanel.cjs.js +25 -0
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +25 -0
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +25 -0
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +17 -3
- package/panelmenu/PanelMenu.d.ts +13 -0
- package/panelmenu/PanelMenu.vue +20 -2
- package/panelmenu/PanelMenuSub.vue +2 -1
- package/panelmenu/panelmenu.cjs.js +20 -5
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +20 -5
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +21 -6
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +397 -371
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +397 -371
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +397 -371
- package/passthrough/tailwind/index.min.js +1 -1
- package/picklist/PickList.vue +2 -2
- package/picklist/picklist.cjs.js +2 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +2 -2
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +2 -2
- package/picklist/picklist.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +2 -2
- package/resources/themes/arya-green/theme.css +2 -2
- package/resources/themes/arya-orange/theme.css +2 -2
- package/resources/themes/arya-purple/theme.css +2 -2
- package/resources/themes/bootstrap4-dark-blue/theme.css +2 -2
- package/resources/themes/bootstrap4-dark-purple/theme.css +2 -2
- package/resources/themes/bootstrap4-light-blue/theme.css +2 -2
- package/resources/themes/bootstrap4-light-purple/theme.css +2 -2
- package/resources/themes/fluent-light/theme.css +2 -2
- package/resources/themes/lara-dark-blue/theme.css +587 -575
- package/resources/themes/lara-dark-indigo/theme.css +587 -575
- package/resources/themes/lara-dark-purple/theme.css +587 -575
- package/resources/themes/lara-dark-teal/theme.css +662 -650
- package/resources/themes/lara-light-blue/theme.css +629 -625
- package/resources/themes/lara-light-indigo/theme.css +629 -625
- package/resources/themes/lara-light-purple/theme.css +629 -625
- package/resources/themes/lara-light-teal/theme.css +879 -875
- package/resources/themes/luna-amber/theme.css +2 -2
- package/resources/themes/luna-blue/theme.css +2 -2
- package/resources/themes/luna-green/theme.css +2 -2
- package/resources/themes/luna-pink/theme.css +2 -2
- package/resources/themes/md-dark-deeppurple/theme.css +2 -2
- package/resources/themes/md-dark-indigo/theme.css +2 -2
- package/resources/themes/md-light-deeppurple/theme.css +2 -2
- package/resources/themes/md-light-indigo/theme.css +2 -2
- package/resources/themes/mdc-dark-deeppurple/theme.css +2 -2
- package/resources/themes/mdc-dark-indigo/theme.css +2 -2
- package/resources/themes/mdc-light-deeppurple/theme.css +2 -2
- package/resources/themes/mdc-light-indigo/theme.css +2 -2
- package/resources/themes/mira/theme.css +2 -2
- package/resources/themes/nano/theme.css +2 -2
- package/resources/themes/nova/theme.css +2 -2
- package/resources/themes/nova-accent/theme.css +2 -2
- package/resources/themes/nova-alt/theme.css +2 -2
- package/resources/themes/nova-vue/theme.css +2 -2
- package/resources/themes/rhea/theme.css +2 -2
- package/resources/themes/saga-blue/theme.css +2 -2
- package/resources/themes/saga-green/theme.css +2 -2
- package/resources/themes/saga-orange/theme.css +2 -2
- package/resources/themes/saga-purple/theme.css +2 -2
- package/resources/themes/soho-dark/theme.css +2 -2
- package/resources/themes/soho-light/theme.css +2 -2
- package/resources/themes/tailwind-light/theme.css +2 -2
- package/resources/themes/vela-blue/theme.css +2 -2
- package/resources/themes/vela-green/theme.css +2 -2
- package/resources/themes/vela-orange/theme.css +2 -2
- package/resources/themes/vela-purple/theme.css +2 -2
- package/resources/themes/viva-dark/theme.css +2 -2
- package/resources/themes/viva-light/theme.css +2 -2
- package/selectbutton/BaseSelectButton.vue +1 -1
- package/selectbutton/SelectButton.d.ts +2 -2
- package/selectbutton/SelectButton.vue +1 -1
- package/selectbutton/selectbutton.cjs.js +2 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +2 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +2 -2
- package/selectbutton/selectbutton.min.js +1 -1
- package/slider/Slider.vue +2 -2
- package/slider/slider.cjs.js +1 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +1 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +1 -1
- package/slider/slider.min.js +1 -1
- package/splitbutton/SplitButton.vue +4 -1
- package/splitbutton/splitbutton.cjs.js +3 -1
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +3 -1
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +3 -1
- package/splitbutton/splitbutton.min.js +1 -1
- package/styleclass/StyleClass.d.ts +6 -6
- package/tieredmenu/TieredMenu.d.ts +5 -0
- package/tieredmenu/TieredMenuSub.vue +2 -1
- package/tieredmenu/tieredmenu.cjs.js +2 -1
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +2 -1
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +2 -1
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/tooltip/Tooltip.d.ts +6 -1
- package/tooltip/style/tooltipstyle.cjs.js +1 -1
- package/tooltip/style/tooltipstyle.cjs.min.js +1 -1
- package/tooltip/style/tooltipstyle.esm.js +1 -1
- package/tooltip/style/tooltipstyle.esm.min.js +1 -1
- package/tooltip/style/tooltipstyle.js +1 -1
- package/tooltip/style/tooltipstyle.min.js +1 -1
- package/tooltip/tooltip.cjs.js +15 -1
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +15 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +15 -1
- package/tooltip/tooltip.min.js +1 -1
- package/tree/Tree.d.ts +6 -1
- package/tree/Tree.vue +1 -1
- package/tree/tree.cjs.js +1 -1
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +1 -1
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +1 -1
- package/tree/tree.min.js +1 -1
- package/treetable/TreeTable.d.ts +0 -18
- package/utils/utils.cjs.js +2 -2
- package/utils/utils.esm.js +2 -2
- package/utils/utils.js +2 -2
- package/vetur-attributes.json +4 -0
- package/vetur-tags.json +1 -0
- 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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;
|
|
@@ -155,8 +155,8 @@ export interface SelectButtonProps {
|
|
|
155
155
|
*/
|
|
156
156
|
dataKey?: string | undefined;
|
|
157
157
|
/**
|
|
158
|
-
* Whether selection can
|
|
159
|
-
* @defaultValue
|
|
158
|
+
* Whether selection can be cleared.
|
|
159
|
+
* @defaultValue true
|
|
160
160
|
* @deprecated Use 'allowEmpty' property instead.
|
|
161
161
|
*/
|
|
162
162
|
unselectable?: boolean | undefined;
|
|
@@ -24,7 +24,7 @@ var script$1 = {
|
|
|
24
24
|
multiple: Boolean,
|
|
25
25
|
unselectable: {
|
|
26
26
|
type: Boolean,
|
|
27
|
-
"default":
|
|
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
|
|
104
|
+
if (selected && !(this.unselectable && this.allowEmpty)) {
|
|
105
105
|
return;
|
|
106
106
|
}
|
|
107
107
|
var optionValue = this.getOptionValue(option);
|