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
|
@@ -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;
|
|
@@ -5126,7 +5126,7 @@
|
|
|
5126
5126
|
transition: color 0.15s, box-shadow 0.15s;
|
|
5127
5127
|
}
|
|
5128
5128
|
.p-message .p-message-close:hover {
|
|
5129
|
-
background: rgba(255, 255, 255, 0.
|
|
5129
|
+
background: rgba(255, 255, 255, 0.5);
|
|
5130
5130
|
}
|
|
5131
5131
|
.p-message .p-message-close:focus-visible {
|
|
5132
5132
|
outline: 0 none;
|
|
@@ -5230,7 +5230,7 @@
|
|
|
5230
5230
|
transition: color 0.15s, box-shadow 0.15s;
|
|
5231
5231
|
}
|
|
5232
5232
|
.p-toast .p-toast-message .p-toast-icon-close:hover {
|
|
5233
|
-
background: rgba(255, 255, 255, 0.
|
|
5233
|
+
background: rgba(255, 255, 255, 0.5);
|
|
5234
5234
|
}
|
|
5235
5235
|
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
|
|
5236
5236
|
outline: 0 none;
|
|
@@ -5126,7 +5126,7 @@
|
|
|
5126
5126
|
transition: color 0.15s, box-shadow 0.15s;
|
|
5127
5127
|
}
|
|
5128
5128
|
.p-message .p-message-close:hover {
|
|
5129
|
-
background: rgba(255, 255, 255, 0.
|
|
5129
|
+
background: rgba(255, 255, 255, 0.5);
|
|
5130
5130
|
}
|
|
5131
5131
|
.p-message .p-message-close:focus-visible {
|
|
5132
5132
|
outline: 0 none;
|
|
@@ -5230,7 +5230,7 @@
|
|
|
5230
5230
|
transition: color 0.15s, box-shadow 0.15s;
|
|
5231
5231
|
}
|
|
5232
5232
|
.p-toast .p-toast-message .p-toast-icon-close:hover {
|
|
5233
|
-
background: rgba(255, 255, 255, 0.
|
|
5233
|
+
background: rgba(255, 255, 255, 0.5);
|
|
5234
5234
|
}
|
|
5235
5235
|
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
|
|
5236
5236
|
outline: 0 none;
|
|
@@ -5126,7 +5126,7 @@
|
|
|
5126
5126
|
transition: box-shadow 0.15s;
|
|
5127
5127
|
}
|
|
5128
5128
|
.p-message .p-message-close:hover {
|
|
5129
|
-
background: rgba(255, 255, 255, 0.
|
|
5129
|
+
background: rgba(255, 255, 255, 0.5);
|
|
5130
5130
|
}
|
|
5131
5131
|
.p-message .p-message-close:focus-visible {
|
|
5132
5132
|
outline: 0 none;
|
|
@@ -5230,7 +5230,7 @@
|
|
|
5230
5230
|
transition: box-shadow 0.15s;
|
|
5231
5231
|
}
|
|
5232
5232
|
.p-toast .p-toast-message .p-toast-icon-close:hover {
|
|
5233
|
-
background: rgba(255, 255, 255, 0.
|
|
5233
|
+
background: rgba(255, 255, 255, 0.5);
|
|
5234
5234
|
}
|
|
5235
5235
|
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
|
|
5236
5236
|
outline: 0 none;
|
|
@@ -5126,7 +5126,7 @@
|
|
|
5126
5126
|
transition: box-shadow 0.15s;
|
|
5127
5127
|
}
|
|
5128
5128
|
.p-message .p-message-close:hover {
|
|
5129
|
-
background: rgba(255, 255, 255, 0.
|
|
5129
|
+
background: rgba(255, 255, 255, 0.5);
|
|
5130
5130
|
}
|
|
5131
5131
|
.p-message .p-message-close:focus-visible {
|
|
5132
5132
|
outline: 0 none;
|
|
@@ -5230,7 +5230,7 @@
|
|
|
5230
5230
|
transition: box-shadow 0.15s;
|
|
5231
5231
|
}
|
|
5232
5232
|
.p-toast .p-toast-message .p-toast-icon-close:hover {
|
|
5233
|
-
background: rgba(255, 255, 255, 0.
|
|
5233
|
+
background: rgba(255, 255, 255, 0.5);
|
|
5234
5234
|
}
|
|
5235
5235
|
.p-toast .p-toast-message .p-toast-icon-close:focus-visible {
|
|
5236
5236
|
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;
|