primevue 3.23.0 → 3.24.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/LICENSE.md +1 -1
- package/README.md +12 -12
- package/accordion/Accordion.d.ts +53 -21
- package/accordiontab/AccordionTab.d.ts +33 -12
- package/autocomplete/AutoComplete.d.ts +111 -84
- package/avatar/Avatar.d.ts +38 -25
- package/avatar/Avatar.vue +1 -1
- package/avatar/avatar.cjs.js +2 -1
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -1
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +2 -1
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +30 -14
- package/badge/Badge.d.ts +34 -20
- package/badge/Badge.vue +16 -5
- package/badge/badge.cjs.js +15 -5
- package/badge/badge.cjs.min.js +1 -1
- package/badge/badge.esm.js +15 -5
- package/badge/badge.esm.min.js +1 -1
- package/badge/badge.js +16 -7
- package/badge/badge.min.js +1 -1
- package/badgedirective/BadgeDirective.d.ts +60 -1
- package/blockui/BlockUI.d.ts +36 -16
- package/breadcrumb/Breadcrumb.d.ts +37 -20
- package/button/Button.d.ts +74 -17
- package/button/Button.vue +51 -8
- package/button/button.cjs.js +51 -8
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +51 -8
- package/button/button.esm.min.js +1 -1
- package/button/button.js +51 -8
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +112 -77
- package/card/Card.d.ts +35 -15
- package/carousel/Carousel.d.ts +47 -29
- package/cascadeselect/CascadeSelect.d.ts +70 -59
- package/chart/Chart.d.ts +41 -23
- package/checkbox/Checkbox.d.ts +39 -15
- package/checkbox/Checkbox.vue +1 -1
- package/checkbox/checkbox.cjs.js +1 -1
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.esm.js +1 -1
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +1 -1
- package/checkbox/checkbox.min.js +1 -1
- package/chip/Chip.d.ts +35 -14
- package/chips/Chips.d.ts +45 -20
- package/colorpicker/ColorPicker.d.ts +46 -28
- package/column/Column.d.ts +81 -65
- package/columngroup/ColumnGroup.d.ts +29 -13
- package/config/config.cjs.js +20 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +20 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +20 -1
- package/config/config.min.js +1 -1
- package/confirmationoptions/ConfirmationOptions.d.ts +15 -6
- package/confirmationservice/ConfirmationService.d.ts +11 -0
- package/confirmdialog/ConfirmDialog.d.ts +35 -17
- package/confirmpopup/ConfirmPopup.d.ts +32 -17
- package/contextmenu/ContextMenu.d.ts +51 -35
- package/core/core.js +339 -104
- package/core/core.min.js +6 -6
- package/datatable/DataTable.d.ts +248 -205
- package/datatable/DataTable.vue +72 -111
- package/datatable/TableBody.vue +3 -17
- package/datatable/datatable.cjs.js +63 -57
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +63 -57
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +63 -57
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +65 -47
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +33 -13
- package/deferredcontent/DeferredContent.d.ts +30 -13
- package/dialog/Dialog.d.ts +67 -46
- package/dialogservice/DialogService.d.ts +13 -2
- package/divider/Divider.d.ts +35 -30
- package/dock/Dock.d.ts +49 -36
- package/dropdown/Dropdown.d.ts +90 -82
- package/dropdown/Dropdown.vue +1 -1
- package/dropdown/dropdown.cjs.js +1 -1
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +1 -1
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +1 -1
- package/dropdown/dropdown.min.js +1 -1
- package/dynamicdialog/DynamicDialog.d.ts +30 -10
- package/dynamicdialog/DynamicDialog.vue +2 -2
- package/dynamicdialog/dynamicdialog.cjs.js +3 -3
- package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
- package/dynamicdialog/dynamicdialog.esm.js +2 -2
- package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
- package/dynamicdialog/dynamicdialog.js +3 -3
- package/dynamicdialog/dynamicdialog.min.js +1 -1
- package/dynamicdialogoptions/DynamicDialogOptions.d.ts +28 -8
- package/editor/Editor.d.ts +48 -17
- package/fieldset/Fieldset.d.ts +43 -16
- package/fileupload/FileUpload.d.ts +101 -47
- package/focustrap/FocusTrap.d.ts +42 -3
- package/fullcalendar/FullCalendar.d.ts +1 -1
- package/galleria/Galleria.d.ts +64 -40
- package/image/Image.d.ts +33 -14
- package/inlinemessage/InlineMessage.d.ts +31 -17
- package/inplace/Inplace.d.ts +41 -18
- package/inputmask/InputMask.d.ts +41 -17
- package/inputnumber/InputNumber.d.ts +60 -41
- package/inputswitch/InputSwitch.d.ts +35 -15
- package/inputswitch/InputSwitch.vue +1 -0
- package/inputswitch/inputswitch.cjs.js +1 -1
- package/inputswitch/inputswitch.cjs.min.js +1 -1
- package/inputswitch/inputswitch.esm.js +1 -1
- package/inputswitch/inputswitch.esm.min.js +1 -1
- package/inputswitch/inputswitch.js +1 -1
- package/inputswitch/inputswitch.min.js +1 -1
- package/inputtext/InputText.d.ts +32 -12
- package/knob/Knob.d.ts +47 -21
- package/listbox/Listbox.d.ts +81 -60
- package/megamenu/MegaMenu.d.ts +42 -27
- package/megamenu/MegaMenu.vue +17 -0
- package/megamenu/megamenu.cjs.js +1 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +1 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +1 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +51 -30
- package/menubar/Menubar.d.ts +36 -19
- package/menuitem/MenuItem.d.ts +22 -10
- package/message/Message.d.ts +40 -21
- package/multiselect/MultiSelect.d.ts +111 -90
- package/orderlist/OrderList.d.ts +51 -23
- package/organizationchart/OrganizationChart.d.ts +43 -26
- package/overlaypanel/OverlayPanel.d.ts +46 -26
- package/package.json +2 -2
- package/paginator/Paginator.d.ts +49 -24
- package/panel/Panel.d.ts +39 -14
- package/panelmenu/PanelMenu.d.ts +49 -21
- package/password/Password.d.ts +47 -28
- package/picklist/PickList.d.ts +74 -33
- package/progressbar/ProgressBar.d.ts +34 -17
- package/progressspinner/ProgressSpinner.d.ts +32 -13
- package/radiobutton/RadioButton.d.ts +32 -14
- package/rating/Rating.d.ts +51 -25
- package/resources/themes/arya-blue/theme.css +34 -11
- package/resources/themes/arya-green/theme.css +34 -11
- package/resources/themes/arya-orange/theme.css +34 -11
- package/resources/themes/arya-purple/theme.css +34 -11
- package/resources/themes/bootstrap4-dark-blue/theme.css +34 -11
- package/resources/themes/bootstrap4-dark-purple/theme.css +34 -11
- package/resources/themes/bootstrap4-light-blue/theme.css +34 -11
- package/resources/themes/bootstrap4-light-purple/theme.css +34 -11
- package/resources/themes/fluent-light/theme.css +34 -11
- package/resources/themes/lara-dark-blue/theme.css +34 -11
- package/resources/themes/lara-dark-indigo/theme.css +34 -11
- package/resources/themes/lara-dark-purple/theme.css +34 -11
- package/resources/themes/lara-dark-teal/theme.css +34 -11
- package/resources/themes/lara-light-blue/theme.css +34 -11
- package/resources/themes/lara-light-indigo/theme.css +34 -11
- package/resources/themes/lara-light-purple/theme.css +34 -11
- package/resources/themes/lara-light-teal/theme.css +34 -11
- package/resources/themes/luna-amber/theme.css +34 -11
- package/resources/themes/luna-blue/theme.css +34 -11
- package/resources/themes/luna-green/theme.css +34 -11
- package/resources/themes/luna-pink/theme.css +34 -11
- package/resources/themes/md-dark-deeppurple/theme.css +34 -11
- package/resources/themes/md-dark-indigo/theme.css +34 -11
- package/resources/themes/md-light-deeppurple/theme.css +34 -11
- package/resources/themes/md-light-indigo/theme.css +34 -11
- package/resources/themes/mdc-dark-deeppurple/theme.css +34 -11
- package/resources/themes/mdc-dark-indigo/theme.css +34 -11
- package/resources/themes/mdc-light-deeppurple/theme.css +34 -11
- package/resources/themes/mdc-light-indigo/theme.css +34 -11
- package/resources/themes/mira/theme.css +34 -11
- package/resources/themes/nano/theme.css +34 -11
- package/resources/themes/nova/theme.css +34 -11
- package/resources/themes/nova-accent/theme.css +34 -11
- package/resources/themes/nova-alt/theme.css +34 -11
- package/resources/themes/nova-vue/theme.css +34 -11
- package/resources/themes/rhea/theme.css +34 -11
- package/resources/themes/saga-blue/theme.css +34 -11
- package/resources/themes/saga-green/theme.css +34 -11
- package/resources/themes/saga-orange/theme.css +34 -11
- package/resources/themes/saga-purple/theme.css +34 -11
- package/resources/themes/soho-dark/theme.css +34 -11
- package/resources/themes/soho-light/theme.css +34 -11
- package/resources/themes/tailwind-light/theme.css +34 -11
- package/resources/themes/vela-blue/theme.css +34 -11
- package/resources/themes/vela-green/theme.css +34 -11
- package/resources/themes/vela-orange/theme.css +34 -11
- package/resources/themes/vela-purple/theme.css +34 -11
- package/resources/themes/viva-dark/theme.css +34 -11
- package/resources/themes/viva-light/theme.css +34 -11
- package/ripple/Ripple.d.ts +24 -1
- package/row/Row.d.ts +28 -10
- package/scrollpanel/ScrollPanel.d.ts +29 -11
- package/scrolltop/ScrollTop.d.ts +35 -18
- package/selectbutton/SelectButton.d.ts +47 -27
- package/sidebar/Sidebar.d.ts +46 -27
- package/skeleton/Skeleton.d.ts +36 -22
- package/slider/Slider.d.ts +46 -23
- package/speeddial/SpeedDial.d.ts +64 -51
- package/splitbutton/SplitButton.d.ts +73 -24
- package/splitbutton/SplitButton.vue +41 -1
- package/splitbutton/splitbutton.cjs.js +43 -3
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +43 -3
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +43 -3
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +49 -30
- package/splitterpanel/SplitterPanel.d.ts +28 -10
- package/steps/Steps.d.ts +36 -15
- package/styleclass/StyleClass.d.ts +72 -1
- package/tabmenu/TabMenu.d.ts +41 -16
- package/tabmenu/TabMenu.vue +1 -1
- package/tabmenu/tabmenu.cjs.js +1 -0
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +1 -0
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +1 -0
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +29 -11
- package/tabview/TabView.d.ts +47 -19
- package/tag/Tag.d.ts +33 -15
- package/terminal/Terminal.d.ts +30 -14
- package/terminalservice/TerminalService.d.ts +24 -5
- package/textarea/Textarea.d.ts +33 -11
- package/tieredmenu/TieredMenu.d.ts +45 -31
- package/timeline/Timeline.d.ts +41 -32
- package/toast/Toast.d.ts +63 -35
- package/toast/Toast.vue +4 -2
- package/toast/ToastMessage.vue +4 -4
- package/toast/toast.cjs.js +8 -6
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +8 -6
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +8 -6
- package/toast/toast.min.js +1 -1
- package/toastservice/ToastService.d.ts +16 -3
- package/togglebutton/ToggleButton.d.ts +42 -22
- package/toolbar/Toolbar.d.ts +34 -14
- package/tooltip/Tooltip.d.ts +99 -1
- package/tree/Tree.d.ts +55 -36
- package/treeselect/TreeSelect.d.ts +63 -55
- package/treetable/TreeTable.d.ts +121 -107
- package/tristatecheckbox/TriStateCheckbox.d.ts +35 -12
- package/ts-helpers.d.ts +2 -2
- package/utils/utils.cjs.js +18 -15
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +18 -15
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +18 -15
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +62 -2
- package/vetur-tags.json +17 -2
- package/virtualscroller/VirtualScroller.d.ts +99 -43
- package/virtualscroller/VirtualScroller.vue +248 -72
- package/virtualscroller/virtualscroller.cjs.js +234 -72
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +234 -72
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +235 -74
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +1922 -1744
package/avatar/avatar.js
CHANGED
|
@@ -63,7 +63,7 @@ this.primevue.avatar = (function (vue) {
|
|
|
63
63
|
key: 0,
|
|
64
64
|
class: "p-avatar-text"
|
|
65
65
|
};
|
|
66
|
-
const _hoisted_3 = ["src"];
|
|
66
|
+
const _hoisted_3 = ["src", "alt"];
|
|
67
67
|
|
|
68
68
|
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
69
69
|
return (vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -83,6 +83,7 @@ this.primevue.avatar = (function (vue) {
|
|
|
83
83
|
? (vue.openBlock(), vue.createElementBlock("img", {
|
|
84
84
|
key: 2,
|
|
85
85
|
src: $props.image,
|
|
86
|
+
alt: _ctx.ariaLabel,
|
|
86
87
|
onError: _cache[0] || (_cache[0] = (...args) => ($options.onError && $options.onError(...args)))
|
|
87
88
|
}, null, 40, _hoisted_3))
|
|
88
89
|
: vue.createCommentVNode("", true)
|
package/avatar/avatar.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.avatar=function(e){"use strict";var a={name:"Avatar",emits:["error"],props:{label:{type:String,default:null},icon:{type:String,default:null},image:{type:String,default:null},size:{type:String,default:"normal"},shape:{type:String,default:"square"},"aria-labelledby":{type:String,default:null},"aria-label":{type:String,default:null}},methods:{onError(){this.$emit("error")}},computed:{containerClass(){return["p-avatar p-component",{"p-avatar-image":null!=this.image,"p-avatar-circle":"circle"===this.shape,"p-avatar-lg":"large"===this.size,"p-avatar-xl":"xlarge"===this.size}]},iconClass(){return["p-avatar-icon",this.icon]}}};const t=["aria-labelledby","aria-label"],r={key:0,class:"p-avatar-text"},n=["src"];return function(e,a){void 0===a&&(a={});var t=a.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css","top"===t&&r.firstChild?r.insertBefore(n,r.firstChild):r.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}("\n.p-avatar {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 2rem;\n height: 2rem;\n font-size: 1rem;\n}\n.p-avatar.p-avatar-image {\n background-color: transparent;\n}\n.p-avatar.p-avatar-circle {\n border-radius: 50%;\n}\n.p-avatar-circle img {\n border-radius: 50%;\n}\n.p-avatar .p-avatar-icon {\n font-size: 1rem;\n}\n.p-avatar img {\n width: 100%;\n height: 100%;\n}\n"),a.render=function(a,l,i,o,s,c){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(c.containerClass),"aria-labelledby":a.ariaLabelledby,"aria-label":a.ariaLabel},[e.renderSlot(a.$slots,"default",{},(()=>[i.label?(e.openBlock(),e.createElementBlock("span",r,e.toDisplayString(i.label),1)):i.icon?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(c.iconClass)},null,2)):i.image?(e.openBlock(),e.createElementBlock("img",{key:2,src:i.image,onError:l[0]||(l[0]=(...e)=>c.onError&&c.onError(...e))},null,40,n)):e.createCommentVNode("",!0)]))],10,t)},a}(Vue);
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.avatar=function(e){"use strict";var a={name:"Avatar",emits:["error"],props:{label:{type:String,default:null},icon:{type:String,default:null},image:{type:String,default:null},size:{type:String,default:"normal"},shape:{type:String,default:"square"},"aria-labelledby":{type:String,default:null},"aria-label":{type:String,default:null}},methods:{onError(){this.$emit("error")}},computed:{containerClass(){return["p-avatar p-component",{"p-avatar-image":null!=this.image,"p-avatar-circle":"circle"===this.shape,"p-avatar-lg":"large"===this.size,"p-avatar-xl":"xlarge"===this.size}]},iconClass(){return["p-avatar-icon",this.icon]}}};const t=["aria-labelledby","aria-label"],r={key:0,class:"p-avatar-text"},n=["src","alt"];return function(e,a){void 0===a&&(a={});var t=a.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css","top"===t&&r.firstChild?r.insertBefore(n,r.firstChild):r.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}("\n.p-avatar {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n width: 2rem;\n height: 2rem;\n font-size: 1rem;\n}\n.p-avatar.p-avatar-image {\n background-color: transparent;\n}\n.p-avatar.p-avatar-circle {\n border-radius: 50%;\n}\n.p-avatar-circle img {\n border-radius: 50%;\n}\n.p-avatar .p-avatar-icon {\n font-size: 1rem;\n}\n.p-avatar img {\n width: 100%;\n height: 100%;\n}\n"),a.render=function(a,l,i,o,s,c){return e.openBlock(),e.createElementBlock("div",{class:e.normalizeClass(c.containerClass),"aria-labelledby":a.ariaLabelledby,"aria-label":a.ariaLabel},[e.renderSlot(a.$slots,"default",{},(()=>[i.label?(e.openBlock(),e.createElementBlock("span",r,e.toDisplayString(i.label),1)):i.icon?(e.openBlock(),e.createElementBlock("span",{key:1,class:e.normalizeClass(c.iconClass)},null,2)):i.image?(e.openBlock(),e.createElementBlock("img",{key:2,src:i.image,alt:a.ariaLabel,onError:l[0]||(l[0]=(...e)=>c.onError&&c.onError(...e))},null,40,n)):e.createCommentVNode("",!0)]))],10,t)},a}(Vue);
|
|
@@ -1,11 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* AvatarGroup is a helper component for Avatar.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primevue.org/accordion/)
|
|
6
|
+
*
|
|
7
|
+
* @module avatargroup
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
2
11
|
|
|
12
|
+
/**
|
|
13
|
+
* Defines valid properties in AvatarGroup component.
|
|
14
|
+
*/
|
|
3
15
|
export interface AvatarGroupProps {}
|
|
4
16
|
|
|
17
|
+
/**
|
|
18
|
+
* Defines valid slots in AvatarGroup component.
|
|
19
|
+
*/
|
|
5
20
|
export interface AvatarGroupSlots {}
|
|
6
21
|
|
|
7
|
-
|
|
22
|
+
/**
|
|
23
|
+
* Defines valid emits in AvatarGroup component.
|
|
24
|
+
*/
|
|
25
|
+
export interface AvatarGroupEmits {}
|
|
8
26
|
|
|
27
|
+
/**
|
|
28
|
+
* **PrimeVue - AvatarGroup**
|
|
29
|
+
*
|
|
30
|
+
* _A set of Avatars can be displayed together using the AvatarGroup component._
|
|
31
|
+
*
|
|
32
|
+
* [Live Demo](https://www.primevue.org/avatargroup/)
|
|
33
|
+
* --- ---
|
|
34
|
+
* 
|
|
35
|
+
*
|
|
36
|
+
* @group Component
|
|
37
|
+
*/
|
|
9
38
|
declare class AvatarGroup extends ClassComponent<AvatarGroupProps, AvatarGroupSlots, AvatarGroupEmits> {}
|
|
10
39
|
|
|
11
40
|
declare module '@vue/runtime-core' {
|
|
@@ -14,17 +43,4 @@ declare module '@vue/runtime-core' {
|
|
|
14
43
|
}
|
|
15
44
|
}
|
|
16
45
|
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
* A set of Avatars can be displayed together using the AvatarGroup component.
|
|
20
|
-
*
|
|
21
|
-
* Helper Components:
|
|
22
|
-
*
|
|
23
|
-
* - Avatar
|
|
24
|
-
*
|
|
25
|
-
* Demos:
|
|
26
|
-
*
|
|
27
|
-
* - [AvatarGroup](https://www.primefaces.org/primevue/avatar)
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
46
|
export default AvatarGroup;
|
package/badge/Badge.d.ts
CHANGED
|
@@ -1,36 +1,59 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Badge represents people using icons, labels and images.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primevue.org/badge)
|
|
6
|
+
*
|
|
7
|
+
* @module badge
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import { VNode } from 'vue';
|
|
2
11
|
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
3
12
|
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
13
|
+
/**
|
|
14
|
+
* Defines valid properties in Badge component.
|
|
15
|
+
*/
|
|
8
16
|
export interface BadgeProps {
|
|
9
17
|
/**
|
|
10
18
|
* Value to display inside the badge.
|
|
11
19
|
*/
|
|
12
|
-
value?:
|
|
20
|
+
value?: string | number;
|
|
13
21
|
/**
|
|
14
22
|
* Severity type of the badge.
|
|
15
|
-
* @see BadgeSeverityType
|
|
16
23
|
*/
|
|
17
|
-
severity?:
|
|
24
|
+
severity?: 'info' | 'success' | 'warning' | 'danger' | null | undefined;
|
|
18
25
|
/**
|
|
19
26
|
* Size of the badge, valid options are 'large' and 'xlarge'.
|
|
20
|
-
* @see BadgeSizeType
|
|
21
27
|
*/
|
|
22
|
-
size?:
|
|
28
|
+
size?: 'large' | 'xlarge' | null | undefined;
|
|
23
29
|
}
|
|
24
30
|
|
|
31
|
+
/**
|
|
32
|
+
* Defines valid slots in Badge component.
|
|
33
|
+
*/
|
|
25
34
|
export interface BadgeSlots {
|
|
26
35
|
/**
|
|
27
36
|
* Content can easily be customized with the default slot instead of using the built-in display.
|
|
28
37
|
*/
|
|
29
|
-
default
|
|
38
|
+
default(): VNode[];
|
|
30
39
|
}
|
|
31
40
|
|
|
32
|
-
|
|
41
|
+
/**
|
|
42
|
+
* Defines valid emits in Badge component.
|
|
43
|
+
*/
|
|
44
|
+
export interface BadgeEmits {}
|
|
33
45
|
|
|
46
|
+
/**
|
|
47
|
+
* **PrimeVue - Badge**
|
|
48
|
+
*
|
|
49
|
+
* _Badge represents people using icons, labels and images._
|
|
50
|
+
*
|
|
51
|
+
* [Live Demo](https://www.primevue.org/badge/)
|
|
52
|
+
* --- ---
|
|
53
|
+
* 
|
|
54
|
+
*
|
|
55
|
+
* @group Component
|
|
56
|
+
*/
|
|
34
57
|
declare class Badge extends ClassComponent<BadgeProps, BadgeSlots, BadgeEmits> {}
|
|
35
58
|
|
|
36
59
|
declare module '@vue/runtime-core' {
|
|
@@ -39,13 +62,4 @@ declare module '@vue/runtime-core' {
|
|
|
39
62
|
}
|
|
40
63
|
}
|
|
41
64
|
|
|
42
|
-
/**
|
|
43
|
-
*
|
|
44
|
-
* Badge is a small status indicator for another element.
|
|
45
|
-
*
|
|
46
|
-
* Demos:
|
|
47
|
-
*
|
|
48
|
-
* - [Badge](https://www.primefaces.org/primevue/badge)
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
51
65
|
export default Badge;
|
package/badge/Badge.vue
CHANGED
|
@@ -5,12 +5,23 @@
|
|
|
5
5
|
</template>
|
|
6
6
|
|
|
7
7
|
<script>
|
|
8
|
+
import { ObjectUtils } from 'primevue/utils';
|
|
9
|
+
|
|
8
10
|
export default {
|
|
9
11
|
name: 'Badge',
|
|
10
12
|
props: {
|
|
11
|
-
value:
|
|
12
|
-
|
|
13
|
-
|
|
13
|
+
value: {
|
|
14
|
+
type: [String, Number],
|
|
15
|
+
default: null
|
|
16
|
+
},
|
|
17
|
+
severity: {
|
|
18
|
+
type: String,
|
|
19
|
+
default: null
|
|
20
|
+
},
|
|
21
|
+
size: {
|
|
22
|
+
type: String,
|
|
23
|
+
default: null
|
|
24
|
+
}
|
|
14
25
|
},
|
|
15
26
|
computed: {
|
|
16
27
|
containerClass() {
|
|
@@ -20,8 +31,8 @@ export default {
|
|
|
20
31
|
return [
|
|
21
32
|
'p-badge p-component',
|
|
22
33
|
{
|
|
23
|
-
'p-badge-no-gutter': this.value && String(this.value).length === 1,
|
|
24
|
-
'p-badge-dot':
|
|
34
|
+
'p-badge-no-gutter': ObjectUtils.isNotEmpty(this.value) && String(this.value).length === 1,
|
|
35
|
+
'p-badge-dot': ObjectUtils.isEmpty(this.value) && !this.$slots.default,
|
|
25
36
|
'p-badge-lg': this.size === 'large',
|
|
26
37
|
'p-badge-xl': this.size === 'xlarge',
|
|
27
38
|
'p-badge-info': this.severity === 'info',
|
package/badge/badge.cjs.js
CHANGED
|
@@ -1,13 +1,23 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var utils = require('primevue/utils');
|
|
3
4
|
var vue = require('vue');
|
|
4
5
|
|
|
5
6
|
var script = {
|
|
6
7
|
name: 'Badge',
|
|
7
8
|
props: {
|
|
8
|
-
value:
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
value: {
|
|
10
|
+
type: [String, Number],
|
|
11
|
+
default: null
|
|
12
|
+
},
|
|
13
|
+
severity: {
|
|
14
|
+
type: String,
|
|
15
|
+
default: null
|
|
16
|
+
},
|
|
17
|
+
size: {
|
|
18
|
+
type: String,
|
|
19
|
+
default: null
|
|
20
|
+
}
|
|
11
21
|
},
|
|
12
22
|
computed: {
|
|
13
23
|
containerClass() {
|
|
@@ -17,8 +27,8 @@ var script = {
|
|
|
17
27
|
return [
|
|
18
28
|
'p-badge p-component',
|
|
19
29
|
{
|
|
20
|
-
'p-badge-no-gutter': this.value && String(this.value).length === 1,
|
|
21
|
-
'p-badge-dot':
|
|
30
|
+
'p-badge-no-gutter': utils.ObjectUtils.isNotEmpty(this.value) && String(this.value).length === 1,
|
|
31
|
+
'p-badge-dot': utils.ObjectUtils.isEmpty(this.value) && !this.$slots.default,
|
|
22
32
|
'p-badge-lg': this.size === 'large',
|
|
23
33
|
'p-badge-xl': this.size === 'xlarge',
|
|
24
34
|
'p-badge-info': this.severity === 'info',
|
package/badge/badge.cjs.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("vue"),s={name:"Badge",props:{value:null,severity:null,size:null},computed:{containerClass(){return this.$slots.default?"p-overlay-badge":this.badgeClass},badgeClass(){return["p-badge p-component",{"p-badge-no-gutter":this.value&&1===String(this.value).length,"p-badge-dot"
|
|
1
|
+
"use strict";var e=require("primevue/utils"),t=require("vue"),s={name:"Badge",props:{value:{type:[String,Number],default:null},severity:{type:String,default:null},size:{type:String,default:null}},computed:{containerClass(){return this.$slots.default?"p-overlay-badge":this.badgeClass},badgeClass(){return["p-badge p-component",{"p-badge-no-gutter":e.ObjectUtils.isNotEmpty(this.value)&&1===String(this.value).length,"p-badge-dot":e.ObjectUtils.isEmpty(this.value)&&!this.$slots.default,"p-badge-lg":"large"===this.size,"p-badge-xl":"xlarge"===this.size,"p-badge-info":"info"===this.severity,"p-badge-success":"success"===this.severity,"p-badge-warning":"warning"===this.severity,"p-badge-danger":"danger"===this.severity}]}}};s.render=function(e,s,a,i,l,r){return t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(r.badgeClass)},[t.renderSlot(e.$slots,"default",{},(()=>[t.createTextVNode(t.toDisplayString(a.value),1)]))],2)},module.exports=s;
|
package/badge/badge.esm.js
CHANGED
|
@@ -1,11 +1,21 @@
|
|
|
1
|
+
import { ObjectUtils } from 'primevue/utils';
|
|
1
2
|
import { openBlock, createElementBlock, normalizeClass, renderSlot, createTextVNode, toDisplayString } from 'vue';
|
|
2
3
|
|
|
3
4
|
var script = {
|
|
4
5
|
name: 'Badge',
|
|
5
6
|
props: {
|
|
6
|
-
value:
|
|
7
|
-
|
|
8
|
-
|
|
7
|
+
value: {
|
|
8
|
+
type: [String, Number],
|
|
9
|
+
default: null
|
|
10
|
+
},
|
|
11
|
+
severity: {
|
|
12
|
+
type: String,
|
|
13
|
+
default: null
|
|
14
|
+
},
|
|
15
|
+
size: {
|
|
16
|
+
type: String,
|
|
17
|
+
default: null
|
|
18
|
+
}
|
|
9
19
|
},
|
|
10
20
|
computed: {
|
|
11
21
|
containerClass() {
|
|
@@ -15,8 +25,8 @@ var script = {
|
|
|
15
25
|
return [
|
|
16
26
|
'p-badge p-component',
|
|
17
27
|
{
|
|
18
|
-
'p-badge-no-gutter': this.value && String(this.value).length === 1,
|
|
19
|
-
'p-badge-dot':
|
|
28
|
+
'p-badge-no-gutter': ObjectUtils.isNotEmpty(this.value) && String(this.value).length === 1,
|
|
29
|
+
'p-badge-dot': ObjectUtils.isEmpty(this.value) && !this.$slots.default,
|
|
20
30
|
'p-badge-lg': this.size === 'large',
|
|
21
31
|
'p-badge-xl': this.size === 'xlarge',
|
|
22
32
|
'p-badge-info': this.severity === 'info',
|
package/badge/badge.esm.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{openBlock as
|
|
1
|
+
import{ObjectUtils as e}from"primevue/utils";import{openBlock as t,createElementBlock as s,normalizeClass as a,renderSlot as i,createTextVNode as r,toDisplayString as l}from"vue";var n={name:"Badge",props:{value:{type:[String,Number],default:null},severity:{type:String,default:null},size:{type:String,default:null}},computed:{containerClass(){return this.$slots.default?"p-overlay-badge":this.badgeClass},badgeClass(){return["p-badge p-component",{"p-badge-no-gutter":e.isNotEmpty(this.value)&&1===String(this.value).length,"p-badge-dot":e.isEmpty(this.value)&&!this.$slots.default,"p-badge-lg":"large"===this.size,"p-badge-xl":"xlarge"===this.size,"p-badge-info":"info"===this.severity,"p-badge-success":"success"===this.severity,"p-badge-warning":"warning"===this.severity,"p-badge-danger":"danger"===this.severity}]}}};n.render=function(e,n,g,u,d,p){return t(),s("span",{class:a(p.badgeClass)},[i(e.$slots,"default",{},(()=>[r(l(g.value),1)]))],2)};export{n as default};
|
package/badge/badge.js
CHANGED
|
@@ -1,13 +1,22 @@
|
|
|
1
1
|
this.primevue = this.primevue || {};
|
|
2
|
-
this.primevue.badge = (function (vue) {
|
|
2
|
+
this.primevue.badge = (function (utils, vue) {
|
|
3
3
|
'use strict';
|
|
4
4
|
|
|
5
5
|
var script = {
|
|
6
6
|
name: 'Badge',
|
|
7
7
|
props: {
|
|
8
|
-
value:
|
|
9
|
-
|
|
10
|
-
|
|
8
|
+
value: {
|
|
9
|
+
type: [String, Number],
|
|
10
|
+
default: null
|
|
11
|
+
},
|
|
12
|
+
severity: {
|
|
13
|
+
type: String,
|
|
14
|
+
default: null
|
|
15
|
+
},
|
|
16
|
+
size: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: null
|
|
19
|
+
}
|
|
11
20
|
},
|
|
12
21
|
computed: {
|
|
13
22
|
containerClass() {
|
|
@@ -17,8 +26,8 @@ this.primevue.badge = (function (vue) {
|
|
|
17
26
|
return [
|
|
18
27
|
'p-badge p-component',
|
|
19
28
|
{
|
|
20
|
-
'p-badge-no-gutter': this.value && String(this.value).length === 1,
|
|
21
|
-
'p-badge-dot':
|
|
29
|
+
'p-badge-no-gutter': utils.ObjectUtils.isNotEmpty(this.value) && String(this.value).length === 1,
|
|
30
|
+
'p-badge-dot': utils.ObjectUtils.isEmpty(this.value) && !this.$slots.default,
|
|
22
31
|
'p-badge-lg': this.size === 'large',
|
|
23
32
|
'p-badge-xl': this.size === 'xlarge',
|
|
24
33
|
'p-badge-info': this.severity === 'info',
|
|
@@ -45,4 +54,4 @@ this.primevue.badge = (function (vue) {
|
|
|
45
54
|
|
|
46
55
|
return script;
|
|
47
56
|
|
|
48
|
-
})(Vue);
|
|
57
|
+
})(primevue.utils, Vue);
|
package/badge/badge.min.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.badge=function(e){"use strict";var s={name:"Badge",props:{value:null,severity:null,size:null},computed:{containerClass(){return this.$slots.default?"p-overlay-badge":this.badgeClass},badgeClass(){return["p-badge p-component",{"p-badge-no-gutter":this.value&&1===String(this.value).length,"p-badge-dot"
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.badge=function(e,t){"use strict";var s={name:"Badge",props:{value:{type:[String,Number],default:null},severity:{type:String,default:null},size:{type:String,default:null}},computed:{containerClass(){return this.$slots.default?"p-overlay-badge":this.badgeClass},badgeClass(){return["p-badge p-component",{"p-badge-no-gutter":e.ObjectUtils.isNotEmpty(this.value)&&1===String(this.value).length,"p-badge-dot":e.ObjectUtils.isEmpty(this.value)&&!this.$slots.default,"p-badge-lg":"large"===this.size,"p-badge-xl":"xlarge"===this.size,"p-badge-info":"info"===this.severity,"p-badge-success":"success"===this.severity,"p-badge-warning":"warning"===this.severity,"p-badge-danger":"danger"===this.severity}]}}};return s.render=function(e,s,a,i,r,l){return t.openBlock(),t.createElementBlock("span",{class:t.normalizeClass(l.badgeClass)},[t.renderSlot(e.$slots,"default",{},(()=>[t.createTextVNode(t.toDisplayString(a.value),1)]))],2)},s}(primevue.utils,Vue);
|
|
@@ -1,5 +1,64 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Badge directive is a small status indicator for another element.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://primevue.org/badge)
|
|
6
|
+
*
|
|
7
|
+
* @module badgedirective
|
|
8
|
+
*/
|
|
9
|
+
import { DirectiveBinding, ObjectDirective } from 'vue';
|
|
2
10
|
|
|
11
|
+
/**
|
|
12
|
+
* Defines modifiers of Badge directive.
|
|
13
|
+
*/
|
|
14
|
+
export interface BadgeDirectiveModifiers {
|
|
15
|
+
/**
|
|
16
|
+
* Info severity for Badge directive.
|
|
17
|
+
* @defaultValue true
|
|
18
|
+
*/
|
|
19
|
+
info?: boolean | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* Success severity for Badge directive.
|
|
22
|
+
* @defaultValue false
|
|
23
|
+
*/
|
|
24
|
+
success?: boolean | undefined;
|
|
25
|
+
/**
|
|
26
|
+
* Warning severity for Badge directive.
|
|
27
|
+
* @defaultValue false
|
|
28
|
+
*/
|
|
29
|
+
warning?: boolean | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* Danger severity for Badge directive.
|
|
32
|
+
* @defaultValue false
|
|
33
|
+
*/
|
|
34
|
+
danger?: boolean | undefined;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
/**
|
|
38
|
+
* Binding of Badge directive.
|
|
39
|
+
*/
|
|
40
|
+
export interface BadgeDirectiveBinding extends Omit<DirectiveBinding, 'modifiers' | 'value'> {
|
|
41
|
+
/**
|
|
42
|
+
* Value of the Badge.
|
|
43
|
+
*/
|
|
44
|
+
value?: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* Modifiers of the Badge.
|
|
47
|
+
* @type {BadgeDirectiveModifiers}
|
|
48
|
+
*/
|
|
49
|
+
modifiers?: BadgeDirectiveModifiers | undefined;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/**
|
|
53
|
+
* **PrimeVue - Badge**
|
|
54
|
+
*
|
|
55
|
+
* _Badge directive provides advisory information for a component._
|
|
56
|
+
*
|
|
57
|
+
* [Live Demo](https://www.primevue.org/badge/)
|
|
58
|
+
* --- ---
|
|
59
|
+
* 
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
3
62
|
declare const BadgeDirective: ObjectDirective;
|
|
4
63
|
|
|
5
64
|
export default BadgeDirective;
|
package/blockui/BlockUI.d.ts
CHANGED
|
@@ -1,6 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* BlockUI represents people using icons, labels and images.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primevue.org/blockui)
|
|
6
|
+
*
|
|
7
|
+
* @module blockui
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import { VNode } from 'vue';
|
|
2
11
|
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
3
12
|
|
|
13
|
+
/**
|
|
14
|
+
* Defines valid properties in BlockUI component
|
|
15
|
+
*/
|
|
4
16
|
export interface BlockUIProps {
|
|
5
17
|
/**
|
|
6
18
|
* Controls the blocked state.
|
|
@@ -12,34 +24,51 @@ export interface BlockUIProps {
|
|
|
12
24
|
fullScreen?: boolean | undefined;
|
|
13
25
|
/**
|
|
14
26
|
* Base zIndex value to use in layering.
|
|
15
|
-
*
|
|
27
|
+
* @defaultValue 0
|
|
16
28
|
*/
|
|
17
29
|
baseZIndex?: number | undefined;
|
|
18
30
|
/**
|
|
19
31
|
* Whether to automatically manage layering.
|
|
20
|
-
*
|
|
32
|
+
* @defaultValue true
|
|
21
33
|
*/
|
|
22
34
|
autoZIndex?: boolean | undefined;
|
|
23
35
|
}
|
|
24
36
|
|
|
37
|
+
/**
|
|
38
|
+
* Defines valid slots in BlockUI component
|
|
39
|
+
*/
|
|
25
40
|
export interface BlockUISlots {
|
|
26
41
|
/**
|
|
27
42
|
* Custom content's slot.
|
|
28
43
|
*/
|
|
29
|
-
default
|
|
44
|
+
default(): VNode[];
|
|
30
45
|
}
|
|
31
46
|
|
|
32
|
-
|
|
47
|
+
/**
|
|
48
|
+
* Defines valid emits in BlockUI component
|
|
49
|
+
*/
|
|
50
|
+
export interface BlockUIEmits {
|
|
33
51
|
/**
|
|
34
52
|
* Fired when the element gets blocked.
|
|
35
53
|
*/
|
|
36
|
-
block
|
|
54
|
+
block(): void;
|
|
37
55
|
/**
|
|
38
56
|
* Fired when the element gets unblocked.
|
|
39
57
|
*/
|
|
40
|
-
unblock
|
|
41
|
-
}
|
|
58
|
+
unblock(): void;
|
|
59
|
+
}
|
|
42
60
|
|
|
61
|
+
/**
|
|
62
|
+
* **PrimeVue - BlockUI**
|
|
63
|
+
*
|
|
64
|
+
* _BlockUI represents people using icons, labels and images._
|
|
65
|
+
*
|
|
66
|
+
* [Live Demo](https://www.primevue.org/blockui/)
|
|
67
|
+
* --- ---
|
|
68
|
+
* 
|
|
69
|
+
*
|
|
70
|
+
* @group Component
|
|
71
|
+
*/
|
|
43
72
|
declare class BlockUI extends ClassComponent<BlockUIProps, BlockUISlots, BlockUIEmits> {}
|
|
44
73
|
|
|
45
74
|
declare module '@vue/runtime-core' {
|
|
@@ -48,13 +77,4 @@ declare module '@vue/runtime-core' {
|
|
|
48
77
|
}
|
|
49
78
|
}
|
|
50
79
|
|
|
51
|
-
/**
|
|
52
|
-
*
|
|
53
|
-
* BlockUI can either block other components or the whole page.
|
|
54
|
-
*
|
|
55
|
-
* Demos:
|
|
56
|
-
*
|
|
57
|
-
* - [BlockUI](https://www.primefaces.org/primevue/blockui)
|
|
58
|
-
*
|
|
59
|
-
*/
|
|
60
80
|
export default BlockUI;
|
|
@@ -1,21 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Breadcrumb provides contextual information about page hierarchy.
|
|
4
|
+
*
|
|
5
|
+
* [Live Demo](https://www.primevue.org/breadcrumb/)
|
|
6
|
+
*
|
|
7
|
+
* @module breadcrumb
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
1
10
|
import { VNode } from 'vue';
|
|
2
11
|
import { MenuItem } from '../menuitem';
|
|
3
12
|
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|
4
13
|
|
|
14
|
+
/**
|
|
15
|
+
* Defines valid properties in Breadcrumb component.
|
|
16
|
+
*/
|
|
5
17
|
export interface BreadcrumbProps {
|
|
6
18
|
/**
|
|
7
19
|
* An array of menuitems.
|
|
8
20
|
*/
|
|
9
|
-
model?: MenuItem[];
|
|
21
|
+
model?: MenuItem[] | undefined;
|
|
10
22
|
/**
|
|
11
23
|
* Configuration for the home icon.
|
|
12
24
|
*/
|
|
13
|
-
home?: MenuItem;
|
|
25
|
+
home?: MenuItem | undefined;
|
|
14
26
|
/**
|
|
15
27
|
* Whether to apply 'router-link-active-exact' class if route exactly matches the item path.
|
|
16
|
-
*
|
|
28
|
+
* @defaultValue true
|
|
17
29
|
*/
|
|
18
|
-
exact?: boolean;
|
|
30
|
+
exact?: boolean | undefined;
|
|
19
31
|
/**
|
|
20
32
|
* Defines a string value that labels an interactive element.
|
|
21
33
|
*/
|
|
@@ -26,21 +38,39 @@ export interface BreadcrumbProps {
|
|
|
26
38
|
'aria-labelledby'?: string | undefined;
|
|
27
39
|
}
|
|
28
40
|
|
|
41
|
+
/**
|
|
42
|
+
* Defines valid slots in Breadcrumb component.
|
|
43
|
+
*/
|
|
29
44
|
export interface BreadcrumbSlots {
|
|
30
45
|
/**
|
|
31
46
|
* Custom item template.
|
|
32
47
|
* @param {Object} scope - item slot's params.
|
|
33
48
|
*/
|
|
34
|
-
item
|
|
49
|
+
item(scope: {
|
|
35
50
|
/**
|
|
36
51
|
* Menuitem instance
|
|
37
52
|
*/
|
|
38
53
|
item: MenuItem;
|
|
39
|
-
})
|
|
54
|
+
}): VNode[];
|
|
40
55
|
}
|
|
41
56
|
|
|
42
|
-
|
|
57
|
+
/**
|
|
58
|
+
* Defines valid emits in Breadcrumb component.
|
|
59
|
+
*/
|
|
60
|
+
export interface BreadcrumbEmits {}
|
|
43
61
|
|
|
62
|
+
/**
|
|
63
|
+
* **PrimeVue - Breadcrumb**
|
|
64
|
+
*
|
|
65
|
+
* _Breadcrumb provides contextual information about page hierarchy._
|
|
66
|
+
*
|
|
67
|
+
* [Live Demo](https://www.primevue.org/breadcrumb/)
|
|
68
|
+
* --- ---
|
|
69
|
+
* 
|
|
70
|
+
*
|
|
71
|
+
* @group Component
|
|
72
|
+
*
|
|
73
|
+
*/
|
|
44
74
|
declare class Breadcrumb extends ClassComponent<BreadcrumbProps, BreadcrumbSlots, BreadcrumbEmits> {}
|
|
45
75
|
|
|
46
76
|
declare module '@vue/runtime-core' {
|
|
@@ -49,17 +79,4 @@ declare module '@vue/runtime-core' {
|
|
|
49
79
|
}
|
|
50
80
|
}
|
|
51
81
|
|
|
52
|
-
/**
|
|
53
|
-
*
|
|
54
|
-
* Breadcrumb provides contextual information about page hierarchy.
|
|
55
|
-
*
|
|
56
|
-
* Helper API:
|
|
57
|
-
*
|
|
58
|
-
* - [MenuItem](https://www.primefaces.org/primevue/menumodel)
|
|
59
|
-
*
|
|
60
|
-
* Demos:
|
|
61
|
-
*
|
|
62
|
-
* - [Breadcrumb](https://www.primefaces.org/primevue/breadcrumb)
|
|
63
|
-
*
|
|
64
|
-
*/
|
|
65
82
|
export default Breadcrumb;
|