primevue 3.30.2 → 3.32.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/accordion/Accordion.d.ts +5 -5
- package/accordion/Accordion.vue +1 -1
- package/accordion/accordion.cjs.js +3 -3
- package/accordion/accordion.cjs.min.js +1 -1
- package/accordion/accordion.esm.js +3 -3
- package/accordion/accordion.esm.min.js +1 -1
- package/accordion/accordion.js +3 -3
- package/accordion/accordion.min.js +1 -1
- package/accordiontab/AccordionTab.d.ts +18 -12
- package/autocomplete/AutoComplete.d.ts +34 -23
- package/autocomplete/AutoComplete.vue +3 -3
- package/autocomplete/BaseAutoComplete.vue +4 -0
- package/autocomplete/autocomplete.cjs.js +9 -5
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +9 -5
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +9 -5
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +7 -7
- package/avatar/Avatar.vue +2 -2
- package/avatar/avatar.cjs.js +2 -2
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -2
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +2 -2
- package/avatar/avatar.min.js +1 -1
- package/avatargroup/AvatarGroup.d.ts +3 -3
- package/badge/Badge.d.ts +3 -3
- package/badgedirective/BadgeDirective.d.ts +45 -4
- package/badgedirective/badgedirective.cjs.js +11 -1
- package/badgedirective/badgedirective.cjs.min.js +1 -1
- package/badgedirective/badgedirective.esm.js +11 -1
- package/badgedirective/badgedirective.esm.min.js +1 -1
- package/badgedirective/badgedirective.js +11 -1
- package/badgedirective/badgedirective.min.js +1 -1
- package/basecomponent/BaseComponent.vue +51 -25
- package/basecomponent/basecomponent.cjs.js +66 -42
- package/basecomponent/basecomponent.cjs.min.js +1 -1
- package/basecomponent/basecomponent.esm.js +66 -42
- package/basecomponent/basecomponent.esm.min.js +1 -1
- package/basecomponent/basecomponent.js +66 -42
- package/basecomponent/basecomponent.min.js +1 -1
- package/basedirective/basedirective.cjs.js +9 -3
- package/basedirective/basedirective.cjs.min.js +1 -1
- package/basedirective/basedirective.esm.js +9 -3
- package/basedirective/basedirective.esm.min.js +1 -1
- package/basedirective/basedirective.js +9 -3
- package/basedirective/basedirective.min.js +1 -1
- package/blockui/BaseBlockUI.vue +0 -8
- package/blockui/BlockUI.d.ts +7 -3
- package/blockui/BlockUI.vue +35 -10
- package/blockui/blockui.cjs.js +34 -12
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +34 -12
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +34 -12
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +25 -10
- package/breadcrumb/BreadcrumbItem.vue +18 -8
- package/breadcrumb/breadcrumb.cjs.js +18 -8
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +18 -8
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +18 -8
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/button/Button.d.ts +8 -7
- package/button/Button.vue +4 -0
- package/button/button.cjs.js +5 -0
- package/button/button.cjs.min.js +1 -1
- package/button/button.esm.js +5 -0
- package/button/button.esm.min.js +1 -1
- package/button/button.js +5 -0
- package/button/button.min.js +1 -1
- package/calendar/Calendar.d.ts +129 -53
- package/calendar/Calendar.vue +49 -7
- package/calendar/calendar.cjs.js +72 -35
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +72 -35
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +72 -35
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +9 -9
- package/carousel/Carousel.d.ts +32 -20
- package/carousel/Carousel.vue +10 -2
- package/carousel/carousel.cjs.js +11 -2
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +11 -2
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +11 -2
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +25 -19
- package/cascadeselect/CascadeSelect.vue +2 -1
- package/cascadeselect/CascadeSelectSub.vue +1 -0
- package/cascadeselect/cascadeselect.cjs.js +9 -7
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +9 -7
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +9 -7
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/Chart.d.ts +5 -5
- package/checkbox/Checkbox.d.ts +8 -8
- package/chip/Chip.d.ts +7 -7
- package/chips/Chips.d.ts +10 -10
- package/colorpicker/ColorPicker.d.ts +18 -11
- package/colorpicker/ColorPicker.vue +1 -1
- package/colorpicker/colorpicker.cjs.js +3 -3
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +3 -3
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +3 -3
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/Column.d.ts +58 -58
- package/columngroup/ColumnGroup.d.ts +3 -3
- package/config/PrimeVue.d.ts +22 -0
- package/config/config.cjs.js +4 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +4 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +4 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +14 -14
- package/confirmpopup/ConfirmPopup.d.ts +16 -10
- package/confirmpopup/ConfirmPopup.vue +1 -1
- package/confirmpopup/confirmpopup.cjs.js +3 -3
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +4 -4
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +3 -3
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/ContextMenu.d.ts +27 -13
- package/contextmenu/ContextMenu.vue +1 -1
- package/contextmenu/ContextMenuSub.vue +14 -12
- package/contextmenu/contextmenu.cjs.js +19 -17
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +20 -18
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +19 -17
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +4538 -507
- package/core/core.min.js +19 -15
- package/datatable/BaseDataTable.vue +1 -1
- package/datatable/BodyCell.vue +1 -0
- package/datatable/ColumnFilter.vue +1 -1
- package/datatable/DataTable.d.ts +37 -31
- package/datatable/DataTable.vue +4 -1
- package/datatable/datatable.cjs.js +10 -5
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +10 -5
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +10 -5
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +10 -10
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +7 -7
- package/deferredcontent/DeferredContent.d.ts +3 -3
- package/dialog/BaseDialog.vue +3 -7
- package/dialog/Dialog.d.ts +21 -15
- package/dialog/Dialog.vue +2 -1
- package/dialog/dialog.cjs.js +9 -6
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +9 -6
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +9 -6
- package/dialog/dialog.min.js +1 -1
- package/divider/BaseDivider.vue +9 -24
- package/divider/Divider.d.ts +4 -4
- package/divider/Divider.vue +1 -1
- package/divider/divider.cjs.js +15 -2
- package/divider/divider.cjs.min.js +1 -1
- package/divider/divider.esm.js +15 -2
- package/divider/divider.esm.min.js +1 -1
- package/divider/divider.js +15 -2
- package/divider/divider.min.js +1 -1
- package/dock/BaseDock.vue +1 -1
- package/dock/Dock.d.ts +13 -9
- package/dock/Dock.vue +19 -2
- package/dock/DockSub.vue +8 -7
- package/dock/dock.cjs.js +18 -11
- package/dock/dock.cjs.min.js +1 -1
- package/dock/dock.esm.js +18 -11
- package/dock/dock.esm.min.js +1 -1
- package/dock/dock.js +18 -11
- package/dock/dock.min.js +1 -1
- package/dropdown/BaseDropdown.vue +5 -5
- package/dropdown/Dropdown.d.ts +34 -28
- package/dropdown/Dropdown.vue +2 -2
- package/dropdown/dropdown.cjs.js +9 -9
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +9 -9
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +9 -9
- package/dropdown/dropdown.min.js +1 -1
- package/editor/BaseEditor.vue +0 -14
- package/editor/Editor.d.ts +19 -19
- package/editor/Editor.vue +20 -20
- package/editor/editor.cjs.js +20 -34
- package/editor/editor.cjs.min.js +1 -1
- package/editor/editor.esm.js +20 -34
- package/editor/editor.esm.min.js +1 -1
- package/editor/editor.js +20 -34
- package/editor/editor.min.js +1 -1
- package/fieldset/Fieldset.d.ts +17 -11
- package/fieldset/Fieldset.vue +1 -1
- package/fieldset/fieldset.cjs.js +3 -3
- package/fieldset/fieldset.cjs.min.js +1 -1
- package/fieldset/fieldset.esm.js +3 -3
- package/fieldset/fieldset.esm.min.js +1 -1
- package/fieldset/fieldset.js +3 -3
- package/fieldset/fieldset.min.js +1 -1
- package/fileupload/FileUpload.d.ts +24 -24
- package/fileupload/FileUpload.vue +4 -4
- package/fileupload/fileupload.cjs.js +10 -4
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +10 -4
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +10 -4
- package/fileupload/fileupload.min.js +1 -1
- package/focustrap/FocusTrap.d.ts +5 -5
- package/galleria/Galleria.d.ts +53 -34
- package/galleria/Galleria.vue +1 -1
- package/galleria/GalleriaItem.vue +9 -2
- package/galleria/GalleriaThumbnails.vue +1 -0
- package/galleria/galleria.cjs.js +14 -5
- package/galleria/galleria.cjs.min.js +1 -1
- package/galleria/galleria.esm.js +14 -5
- package/galleria/galleria.esm.min.js +1 -1
- package/galleria/galleria.js +14 -5
- package/galleria/galleria.min.js +1 -1
- package/image/Image.d.ts +28 -21
- package/image/Image.vue +4 -4
- package/image/image.cjs.js +6 -5
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +6 -5
- package/image/image.esm.min.js +1 -1
- package/image/image.js +6 -5
- package/image/image.min.js +1 -1
- package/inlinemessage/InlineMessage.d.ts +5 -5
- package/inplace/Inplace.d.ts +8 -8
- package/inputmask/InputMask.d.ts +32 -4
- package/inputmask/InputMask.vue +9 -1
- package/inputmask/inputmask.cjs.js +9 -1
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.esm.js +9 -1
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +9 -1
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/InputNumber.d.ts +10 -10
- package/inputswitch/InputSwitch.d.ts +9 -9
- package/inputtext/InputText.d.ts +3 -3
- package/knob/Knob.d.ts +7 -7
- package/listbox/Listbox.d.ts +18 -18
- package/megamenu/MegaMenu.d.ts +26 -18
- package/megamenu/MegaMenuSub.vue +14 -11
- package/megamenu/megamenu.cjs.js +15 -12
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +15 -12
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +15 -12
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +28 -14
- package/menu/Menu.vue +2 -2
- package/menu/Menuitem.vue +4 -1
- package/menu/menu.cjs.js +9 -5
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +9 -5
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +9 -5
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +29 -17
- package/menubar/MenubarSub.vue +15 -11
- package/menubar/menubar.cjs.js +16 -12
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +16 -12
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +16 -12
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +18 -12
- package/message/Message.vue +1 -1
- package/message/message.cjs.js +3 -3
- package/message/message.cjs.min.js +1 -1
- package/message/message.esm.js +4 -4
- package/message/message.esm.min.js +1 -1
- package/message/message.js +3 -3
- package/message/message.min.js +1 -1
- package/multiselect/MultiSelect.d.ts +47 -41
- package/multiselect/MultiSelect.vue +1 -1
- package/multiselect/multiselect.cjs.js +3 -3
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +3 -3
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +3 -3
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +24 -18
- package/orderlist/OrderList.vue +2 -1
- package/orderlist/orderlist.cjs.js +3 -1
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.esm.js +3 -1
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +3 -1
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/OrganizationChart.d.ts +15 -15
- package/overlaypanel/OverlayPanel.d.ts +13 -7
- package/overlaypanel/OverlayPanel.vue +2 -1
- package/overlaypanel/overlaypanel.cjs.js +5 -3
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +6 -4
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +5 -3
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +15 -15
- package/paginator/Paginator.d.ts +20 -20
- package/paginator/Paginator.vue +2 -1
- package/paginator/paginator.cjs.js +2 -0
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +3 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +2 -0
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +19 -13
- package/panel/Panel.vue +1 -1
- package/panel/panel.cjs.js +3 -3
- package/panel/panel.cjs.min.js +1 -1
- package/panel/panel.esm.js +3 -3
- package/panel/panel.esm.min.js +1 -1
- package/panel/panel.js +3 -3
- package/panel/panel.min.js +1 -1
- package/panelmenu/PanelMenu.d.ts +35 -21
- package/panelmenu/PanelMenu.vue +13 -12
- package/panelmenu/PanelMenuSub.vue +14 -12
- package/panelmenu/panelmenu.cjs.js +31 -28
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +31 -28
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +31 -28
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/index.cjs.js +74 -0
- package/passthrough/index.cjs.min.js +1 -0
- package/passthrough/index.d.ts +15 -0
- package/passthrough/index.esm.js +70 -0
- package/passthrough/index.esm.min.js +1 -0
- package/passthrough/index.js +77 -0
- package/passthrough/index.min.js +1 -0
- package/passthrough/package.json +6 -0
- package/passthrough/tailwind/index.cjs.js +3828 -0
- package/passthrough/tailwind/index.cjs.min.js +1 -0
- package/passthrough/tailwind/index.d.ts +5 -0
- package/passthrough/tailwind/index.esm.js +3823 -0
- package/passthrough/tailwind/index.esm.min.js +1 -0
- package/passthrough/tailwind/index.js +3835 -0
- package/passthrough/tailwind/index.min.js +1 -0
- package/passthrough/tailwind/package.json +6 -0
- package/password/Password.d.ts +25 -14
- package/password/Password.vue +2 -1
- package/password/password.cjs.js +4 -3
- package/password/password.cjs.min.js +1 -1
- package/password/password.esm.js +4 -3
- package/password/password.esm.min.js +1 -1
- package/password/password.js +4 -3
- package/password/password.min.js +1 -1
- package/picklist/PickList.d.ts +42 -36
- package/picklist/PickList.vue +3 -2
- package/picklist/picklist.cjs.js +4 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.js +4 -2
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +4 -2
- package/picklist/picklist.min.js +1 -1
- package/progressbar/ProgressBar.d.ts +5 -5
- package/progressspinner/ProgressSpinner.d.ts +5 -5
- package/radiobutton/RadioButton.d.ts +10 -10
- package/rating/Rating.d.ts +12 -12
- package/rating/Rating.vue +3 -3
- package/rating/rating.cjs.js +3 -3
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +3 -3
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +3 -3
- package/rating/rating.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +7 -0
- package/resources/themes/arya-green/theme.css +7 -0
- package/resources/themes/arya-orange/theme.css +7 -0
- package/resources/themes/arya-purple/theme.css +7 -0
- package/resources/themes/bootstrap4-dark-blue/theme.css +7 -0
- package/resources/themes/bootstrap4-dark-purple/theme.css +7 -0
- package/resources/themes/bootstrap4-light-blue/theme.css +7 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +7 -0
- package/resources/themes/fluent-light/theme.css +7 -0
- package/resources/themes/lara-dark-blue/theme.css +7 -0
- package/resources/themes/lara-dark-indigo/theme.css +7 -0
- package/resources/themes/lara-dark-purple/theme.css +7 -0
- package/resources/themes/lara-dark-teal/theme.css +7 -0
- package/resources/themes/lara-light-blue/theme.css +7 -0
- package/resources/themes/lara-light-indigo/theme.css +7 -0
- package/resources/themes/lara-light-purple/theme.css +7 -0
- package/resources/themes/lara-light-teal/theme.css +7 -0
- package/resources/themes/luna-amber/theme.css +7 -0
- package/resources/themes/luna-blue/theme.css +7 -0
- package/resources/themes/luna-green/theme.css +7 -0
- package/resources/themes/luna-pink/theme.css +7 -0
- package/resources/themes/md-dark-deeppurple/theme.css +7 -0
- package/resources/themes/md-dark-indigo/theme.css +7 -0
- package/resources/themes/md-light-deeppurple/theme.css +7 -0
- package/resources/themes/md-light-indigo/theme.css +7 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +7 -0
- package/resources/themes/mdc-dark-indigo/theme.css +7 -0
- package/resources/themes/mdc-light-deeppurple/theme.css +7 -0
- package/resources/themes/mdc-light-indigo/theme.css +7 -0
- package/resources/themes/mira/theme.css +7 -0
- package/resources/themes/nano/theme.css +7 -0
- package/resources/themes/nova/theme.css +7 -0
- package/resources/themes/nova-accent/theme.css +7 -0
- package/resources/themes/nova-alt/theme.css +7 -0
- package/resources/themes/nova-vue/theme.css +7 -0
- package/resources/themes/rhea/theme.css +7 -0
- package/resources/themes/saga-blue/theme.css +7 -0
- package/resources/themes/saga-green/theme.css +7 -0
- package/resources/themes/saga-orange/theme.css +7 -0
- package/resources/themes/saga-purple/theme.css +7 -0
- package/resources/themes/soho-dark/theme.css +7 -0
- package/resources/themes/soho-light/theme.css +7 -0
- package/resources/themes/tailwind-light/theme.css +7 -0
- package/resources/themes/vela-blue/theme.css +7 -0
- package/resources/themes/vela-green/theme.css +7 -0
- package/resources/themes/vela-orange/theme.css +7 -0
- package/resources/themes/vela-purple/theme.css +7 -0
- package/resources/themes/viva-dark/theme.css +7 -0
- package/resources/themes/viva-light/theme.css +7 -0
- package/ripple/Ripple.d.ts +3 -3
- package/row/Row.d.ts +2 -2
- package/scrollpanel/ScrollPanel.d.ts +7 -7
- package/scrolltop/ScrollTop.d.ts +11 -5
- package/scrolltop/ScrollTop.vue +1 -1
- package/scrolltop/scrolltop.cjs.js +3 -3
- package/scrolltop/scrolltop.cjs.min.js +1 -1
- package/scrolltop/scrolltop.esm.js +4 -4
- package/scrolltop/scrolltop.esm.min.js +1 -1
- package/scrolltop/scrolltop.js +3 -3
- package/scrolltop/scrolltop.min.js +1 -1
- package/selectbutton/SelectButton.d.ts +5 -5
- package/sidebar/Sidebar.d.ts +16 -10
- package/sidebar/Sidebar.vue +1 -1
- package/sidebar/sidebar.cjs.js +3 -3
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +3 -3
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +3 -3
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.d.ts +3 -3
- package/slider/Slider.d.ts +7 -7
- package/speeddial/BaseSpeedDial.vue +12 -36
- package/speeddial/SpeedDial.d.ts +14 -9
- package/speeddial/SpeedDial.vue +5 -4
- package/speeddial/speeddial.cjs.js +44 -23
- package/speeddial/speeddial.cjs.min.js +1 -1
- package/speeddial/speeddial.esm.js +44 -23
- package/speeddial/speeddial.esm.min.js +1 -1
- package/speeddial/speeddial.js +44 -23
- package/speeddial/speeddial.min.js +1 -1
- package/splitbutton/SplitButton.d.ts +8 -8
- package/splitbutton/SplitButton.vue +22 -3
- package/splitbutton/splitbutton.cjs.js +17 -5
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +17 -5
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +17 -5
- package/splitbutton/splitbutton.min.js +1 -1
- package/splitter/Splitter.d.ts +16 -5
- package/splitter/Splitter.vue +8 -1
- package/splitter/splitter.cjs.js +9 -1
- package/splitter/splitter.cjs.min.js +1 -1
- package/splitter/splitter.esm.js +9 -1
- package/splitter/splitter.esm.min.js +1 -1
- package/splitter/splitter.js +9 -1
- package/splitter/splitter.min.js +1 -1
- package/splitterpanel/SplitterPanel.d.ts +14 -3
- package/splitterpanel/SplitterPanel.vue +8 -1
- package/splitterpanel/splitterpanel.cjs.js +8 -1
- package/splitterpanel/splitterpanel.cjs.min.js +1 -1
- package/splitterpanel/splitterpanel.esm.js +8 -1
- package/splitterpanel/splitterpanel.esm.min.js +1 -1
- package/splitterpanel/splitterpanel.js +8 -1
- package/splitterpanel/splitterpanel.min.js +1 -1
- package/steps/BaseSteps.vue +1 -1
- package/steps/Steps.d.ts +33 -8
- package/steps/Steps.vue +17 -7
- package/steps/steps.cjs.js +19 -9
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +19 -9
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +19 -9
- package/steps/steps.min.js +1 -1
- package/styleclass/StyleClass.d.ts +2 -2
- package/tabmenu/TabMenu.d.ts +15 -11
- package/tabmenu/TabMenu.vue +11 -10
- package/tabmenu/tabmenu.cjs.js +11 -10
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +11 -10
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +11 -10
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabpanel/TabPanel.d.ts +10 -10
- package/tabview/TabView.d.ts +16 -16
- package/tabview/TabView.vue +1 -0
- package/tabview/tabview.cjs.js +2 -1
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +2 -1
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +2 -1
- package/tabview/tabview.min.js +1 -1
- package/tag/Tag.d.ts +5 -5
- package/terminal/Terminal.d.ts +11 -11
- package/textarea/Textarea.d.ts +3 -3
- package/tieredmenu/TieredMenu.d.ts +27 -13
- package/tieredmenu/TieredMenu.vue +1 -1
- package/tieredmenu/TieredMenuSub.vue +13 -11
- package/tieredmenu/tieredmenu.cjs.js +16 -14
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +16 -14
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +16 -14
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.d.ts +9 -9
- package/toast/BaseToast.vue +4 -0
- package/toast/Toast.d.ts +23 -17
- package/toast/Toast.vue +3 -2
- package/toast/toast.cjs.js +4 -2
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +5 -3
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +4 -2
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +31 -9
- package/togglebutton/ToggleButton.vue +12 -3
- package/togglebutton/togglebutton.cjs.js +12 -3
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +12 -3
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +12 -3
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/Toolbar.d.ts +6 -6
- package/toolbar/Toolbar.vue +3 -3
- package/toolbar/toolbar.cjs.js +3 -6
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +3 -6
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +3 -6
- package/toolbar/toolbar.min.js +1 -1
- package/tooltip/Tooltip.d.ts +35 -6
- package/tooltip/tooltip.cjs.js +17 -4
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +17 -4
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +413 -400
- package/tooltip/tooltip.min.js +1 -1
- package/tree/Tree.d.ts +20 -20
- package/tree/Tree.vue +1 -0
- package/tree/tree.cjs.js +3 -2
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +3 -2
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +3 -2
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +23 -17
- package/treeselect/TreeSelect.vue +2 -2
- package/treeselect/treeselect.cjs.js +4 -4
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.esm.js +4 -4
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +4 -4
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/TreeTable.d.ts +21 -21
- package/treetable/TreeTable.vue +2 -1
- package/treetable/treetable.cjs.js +1 -1
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +1 -1
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +1 -1
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +11 -11
- package/usestyle/UseStyle.d.ts +2 -1
- package/usestyle/usestyle.cjs.js +20 -7
- package/usestyle/usestyle.cjs.min.js +1 -1
- package/usestyle/usestyle.esm.js +20 -7
- package/usestyle/usestyle.esm.min.js +1 -1
- package/usestyle/usestyle.js +20 -7
- package/usestyle/usestyle.min.js +1 -1
- package/utils/Utils.d.ts +4 -0
- package/utils/utils.cjs.js +48 -8
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +48 -8
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +48 -8
- package/utils/utils.min.js +1 -1
- package/vetur-attributes.json +129 -125
- package/vetur-tags.json +1 -0
- package/virtualscroller/BaseVirtualScroller.vue +1 -1
- package/virtualscroller/VirtualScroller.d.ts +7 -7
- package/virtualscroller/virtualscroller.cjs.js +2 -1
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.esm.js +2 -1
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +2 -1
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +160 -127
package/vetur-attributes.json
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"type": "boolean"
|
|
29
29
|
},
|
|
30
30
|
"accordion/pt": {
|
|
31
|
-
"description": "
|
|
31
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
32
32
|
"type": "any"
|
|
33
33
|
},
|
|
34
34
|
"accordion/unstyled": {
|
|
@@ -48,11 +48,11 @@
|
|
|
48
48
|
"type": "any"
|
|
49
49
|
},
|
|
50
50
|
"accordiontab/headerProps": {
|
|
51
|
-
"description": "
|
|
51
|
+
"description": "Used to pass all properties of the HTMLDivElement to the tab header.",
|
|
52
52
|
"type": "any"
|
|
53
53
|
},
|
|
54
54
|
"accordiontab/headerActionProps": {
|
|
55
|
-
"description": "
|
|
55
|
+
"description": "Used to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
|
|
56
56
|
"type": "any"
|
|
57
57
|
},
|
|
58
58
|
"accordiontab/contentStyle": {
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"type": "any"
|
|
65
65
|
},
|
|
66
66
|
"accordiontab/contentProps": {
|
|
67
|
-
"description": "
|
|
67
|
+
"description": "Used to pass all properties of the HTMLDivElement to the tab content.",
|
|
68
68
|
"type": "any"
|
|
69
69
|
},
|
|
70
70
|
"accordiontab/disabled": {
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"type": "boolean"
|
|
73
73
|
},
|
|
74
74
|
"accordiontab/pt": {
|
|
75
|
-
"description": "
|
|
75
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
76
76
|
"type": "any"
|
|
77
77
|
},
|
|
78
78
|
"autocomplete/modelValue": {
|
|
@@ -127,6 +127,10 @@
|
|
|
127
127
|
"description": "Default text to display when no option is selected.",
|
|
128
128
|
"type": "string"
|
|
129
129
|
},
|
|
130
|
+
"autocomplete/loading": {
|
|
131
|
+
"description": "Whether the multiselect is in loading state.",
|
|
132
|
+
"type": "boolean"
|
|
133
|
+
},
|
|
130
134
|
"autocomplete/disabled": {
|
|
131
135
|
"description": "When present, it specifies that the component should be disabled.",
|
|
132
136
|
"type": "boolean"
|
|
@@ -168,7 +172,7 @@
|
|
|
168
172
|
"type": "string | object"
|
|
169
173
|
},
|
|
170
174
|
"autocomplete/inputProps": {
|
|
171
|
-
"description": "
|
|
175
|
+
"description": "Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
|
|
172
176
|
"type": "object"
|
|
173
177
|
},
|
|
174
178
|
"autocomplete/panelStyle": {
|
|
@@ -180,7 +184,7 @@
|
|
|
180
184
|
"type": "string | object"
|
|
181
185
|
},
|
|
182
186
|
"autocomplete/panelProps": {
|
|
183
|
-
"description": "
|
|
187
|
+
"description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
184
188
|
"type": "object"
|
|
185
189
|
},
|
|
186
190
|
"autocomplete/dropdownIcon": {
|
|
@@ -244,7 +248,7 @@
|
|
|
244
248
|
"type": "string"
|
|
245
249
|
},
|
|
246
250
|
"autocomplete/pt": {
|
|
247
|
-
"description": "
|
|
251
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
248
252
|
"type": "any"
|
|
249
253
|
},
|
|
250
254
|
"autocomplete/unstyled": {
|
|
@@ -272,7 +276,7 @@
|
|
|
272
276
|
"type": "string"
|
|
273
277
|
},
|
|
274
278
|
"avatar/pt": {
|
|
275
|
-
"description": "
|
|
279
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
276
280
|
"type": "any"
|
|
277
281
|
},
|
|
278
282
|
"avatar/unstyled": {
|
|
@@ -300,7 +304,7 @@
|
|
|
300
304
|
"type": "string"
|
|
301
305
|
},
|
|
302
306
|
"avatargroup/pt": {
|
|
303
|
-
"description": "
|
|
307
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
304
308
|
"type": "any"
|
|
305
309
|
},
|
|
306
310
|
"avatargroup/unstyled": {
|
|
@@ -320,7 +324,7 @@
|
|
|
320
324
|
"type": "string"
|
|
321
325
|
},
|
|
322
326
|
"badge/pt": {
|
|
323
|
-
"description": "
|
|
327
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
324
328
|
"type": "any"
|
|
325
329
|
},
|
|
326
330
|
"badge/unstyled": {
|
|
@@ -344,7 +348,7 @@
|
|
|
344
348
|
"type": "boolean"
|
|
345
349
|
},
|
|
346
350
|
"blockui/pt": {
|
|
347
|
-
"description": "
|
|
351
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
348
352
|
"type": "any"
|
|
349
353
|
},
|
|
350
354
|
"blockui/unstyled": {
|
|
@@ -364,7 +368,7 @@
|
|
|
364
368
|
"type": "boolean"
|
|
365
369
|
},
|
|
366
370
|
"breadcrumb/pt": {
|
|
367
|
-
"description": "
|
|
371
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
368
372
|
"type": "any"
|
|
369
373
|
},
|
|
370
374
|
"breadcrumb/unstyled": {
|
|
@@ -436,7 +440,7 @@
|
|
|
436
440
|
"type": "boolean"
|
|
437
441
|
},
|
|
438
442
|
"button/pt": {
|
|
439
|
-
"description": "
|
|
443
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
440
444
|
"type": "any"
|
|
441
445
|
},
|
|
442
446
|
"button/unstyled": {
|
|
@@ -640,7 +644,7 @@
|
|
|
640
644
|
"type": "object"
|
|
641
645
|
},
|
|
642
646
|
"calendar/inputProps": {
|
|
643
|
-
"description": "
|
|
647
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
644
648
|
"type": "object"
|
|
645
649
|
},
|
|
646
650
|
"calendar/panelStyle": {
|
|
@@ -648,11 +652,11 @@
|
|
|
648
652
|
"type": "object"
|
|
649
653
|
},
|
|
650
654
|
"calendar/panelProps": {
|
|
651
|
-
"description": "
|
|
655
|
+
"description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
652
656
|
"type": "object"
|
|
653
657
|
},
|
|
654
658
|
"calendar/pt": {
|
|
655
|
-
"description": "
|
|
659
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
656
660
|
"type": "any"
|
|
657
661
|
},
|
|
658
662
|
"calendar/unstyled": {
|
|
@@ -660,7 +664,7 @@
|
|
|
660
664
|
"type": "boolean"
|
|
661
665
|
},
|
|
662
666
|
"card/pt": {
|
|
663
|
-
"description": "
|
|
667
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
664
668
|
"type": "any"
|
|
665
669
|
},
|
|
666
670
|
"card/unstyled": {
|
|
@@ -724,7 +728,7 @@
|
|
|
724
728
|
"type": "boolean"
|
|
725
729
|
},
|
|
726
730
|
"carousel/pt": {
|
|
727
|
-
"description": "
|
|
731
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
728
732
|
"type": "any"
|
|
729
733
|
},
|
|
730
734
|
"carousel/unstyled": {
|
|
@@ -780,7 +784,7 @@
|
|
|
780
784
|
"type": "string | object"
|
|
781
785
|
},
|
|
782
786
|
"cascadeselect/inputProps": {
|
|
783
|
-
"description": "
|
|
787
|
+
"description": "Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
|
|
784
788
|
"type": "object"
|
|
785
789
|
},
|
|
786
790
|
"cascadeselect/panelStyle": {
|
|
@@ -792,7 +796,7 @@
|
|
|
792
796
|
"type": "string | object"
|
|
793
797
|
},
|
|
794
798
|
"cascadeselect/panelProps": {
|
|
795
|
-
"description": "
|
|
799
|
+
"description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
796
800
|
"type": "object"
|
|
797
801
|
},
|
|
798
802
|
"cascadeselect/appendTo": {
|
|
@@ -856,7 +860,7 @@
|
|
|
856
860
|
"type": "string"
|
|
857
861
|
},
|
|
858
862
|
"cascadeselect/pt": {
|
|
859
|
-
"description": "
|
|
863
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
860
864
|
"type": "any"
|
|
861
865
|
},
|
|
862
866
|
"cascadeselect/unstyled": {
|
|
@@ -888,7 +892,7 @@
|
|
|
888
892
|
"type": "number"
|
|
889
893
|
},
|
|
890
894
|
"chart/pt": {
|
|
891
|
-
"description": "
|
|
895
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
892
896
|
"type": "any"
|
|
893
897
|
},
|
|
894
898
|
"chart/unstyled": {
|
|
@@ -944,7 +948,7 @@
|
|
|
944
948
|
"type": "object"
|
|
945
949
|
},
|
|
946
950
|
"checkbox/inputProps": {
|
|
947
|
-
"description": "
|
|
951
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
948
952
|
"type": "object"
|
|
949
953
|
},
|
|
950
954
|
"checkbox/aria-labelledby": {
|
|
@@ -956,7 +960,7 @@
|
|
|
956
960
|
"type": "string"
|
|
957
961
|
},
|
|
958
962
|
"checkbox/pt": {
|
|
959
|
-
"description": "
|
|
963
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
960
964
|
"type": "any"
|
|
961
965
|
},
|
|
962
966
|
"checkbox/unstyled": {
|
|
@@ -984,7 +988,7 @@
|
|
|
984
988
|
"type": "string"
|
|
985
989
|
},
|
|
986
990
|
"chip/pt": {
|
|
987
|
-
"description": "
|
|
991
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
988
992
|
"type": "any"
|
|
989
993
|
},
|
|
990
994
|
"chip/unstyled": {
|
|
@@ -1032,11 +1036,11 @@
|
|
|
1032
1036
|
"type": "object"
|
|
1033
1037
|
},
|
|
1034
1038
|
"chips/inputProps": {
|
|
1035
|
-
"description": "
|
|
1039
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
1036
1040
|
"type": "object"
|
|
1037
1041
|
},
|
|
1038
1042
|
"chips/pt": {
|
|
1039
|
-
"description": "
|
|
1043
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1040
1044
|
"type": "any"
|
|
1041
1045
|
},
|
|
1042
1046
|
"chips/unstyled": {
|
|
@@ -1092,7 +1096,7 @@
|
|
|
1092
1096
|
"type": "string"
|
|
1093
1097
|
},
|
|
1094
1098
|
"colorpicker/pt": {
|
|
1095
|
-
"description": "
|
|
1099
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1096
1100
|
"type": "any"
|
|
1097
1101
|
},
|
|
1098
1102
|
"colorpicker/unstyled": {
|
|
@@ -1268,7 +1272,7 @@
|
|
|
1268
1272
|
"type": "boolean"
|
|
1269
1273
|
},
|
|
1270
1274
|
"column/pt": {
|
|
1271
|
-
"description": "
|
|
1275
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1272
1276
|
"type": "any"
|
|
1273
1277
|
},
|
|
1274
1278
|
"columngroup/type": {
|
|
@@ -1276,7 +1280,7 @@
|
|
|
1276
1280
|
"type": "string"
|
|
1277
1281
|
},
|
|
1278
1282
|
"columngroup/pt": {
|
|
1279
|
-
"description": "
|
|
1283
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1280
1284
|
"type": "any"
|
|
1281
1285
|
},
|
|
1282
1286
|
"confirmdialog/group": {
|
|
@@ -1292,7 +1296,7 @@
|
|
|
1292
1296
|
"type": "boolean"
|
|
1293
1297
|
},
|
|
1294
1298
|
"confirmdialog/pt": {
|
|
1295
|
-
"description": "
|
|
1299
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1296
1300
|
"type": "any"
|
|
1297
1301
|
},
|
|
1298
1302
|
"confirmdialog/unstyled": {
|
|
@@ -1304,7 +1308,7 @@
|
|
|
1304
1308
|
"type": "string"
|
|
1305
1309
|
},
|
|
1306
1310
|
"confirmpopup/pt": {
|
|
1307
|
-
"description": "
|
|
1311
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1308
1312
|
"type": "any"
|
|
1309
1313
|
},
|
|
1310
1314
|
"confirmpopup/unstyled": {
|
|
@@ -1336,7 +1340,7 @@
|
|
|
1336
1340
|
"type": "boolean"
|
|
1337
1341
|
},
|
|
1338
1342
|
"contextmenu/pt": {
|
|
1339
|
-
"description": "
|
|
1343
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1340
1344
|
"type": "any"
|
|
1341
1345
|
},
|
|
1342
1346
|
"contextmenu/unstyled": {
|
|
@@ -1600,7 +1604,7 @@
|
|
|
1600
1604
|
"type": "string"
|
|
1601
1605
|
},
|
|
1602
1606
|
"datatable/pt": {
|
|
1603
|
-
"description": "
|
|
1607
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1604
1608
|
"type": "any"
|
|
1605
1609
|
},
|
|
1606
1610
|
"datatable/unstyled": {
|
|
@@ -1672,7 +1676,7 @@
|
|
|
1672
1676
|
"type": "string"
|
|
1673
1677
|
},
|
|
1674
1678
|
"dataview/pt": {
|
|
1675
|
-
"description": "
|
|
1679
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1676
1680
|
"type": "any"
|
|
1677
1681
|
},
|
|
1678
1682
|
"dataview/unstyled": {
|
|
@@ -1684,11 +1688,11 @@
|
|
|
1684
1688
|
"type": "string"
|
|
1685
1689
|
},
|
|
1686
1690
|
"dataviewlayoutoptions/pt": {
|
|
1687
|
-
"description": "
|
|
1691
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1688
1692
|
"type": "any"
|
|
1689
1693
|
},
|
|
1690
1694
|
"deferredcontent/pt": {
|
|
1691
|
-
"description": "
|
|
1695
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1692
1696
|
"type": "any"
|
|
1693
1697
|
},
|
|
1694
1698
|
"deferredcontent/unstyled": {
|
|
@@ -1784,7 +1788,7 @@
|
|
|
1784
1788
|
"type": "string"
|
|
1785
1789
|
},
|
|
1786
1790
|
"dialog/pt": {
|
|
1787
|
-
"description": "
|
|
1791
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1788
1792
|
"type": "any"
|
|
1789
1793
|
},
|
|
1790
1794
|
"dialog/unstyled": {
|
|
@@ -1804,7 +1808,7 @@
|
|
|
1804
1808
|
"type": "string"
|
|
1805
1809
|
},
|
|
1806
1810
|
"divider/pt": {
|
|
1807
|
-
"description": "
|
|
1811
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1808
1812
|
"type": "any"
|
|
1809
1813
|
},
|
|
1810
1814
|
"divider/unstyled": {
|
|
@@ -1836,7 +1840,7 @@
|
|
|
1836
1840
|
"type": "object"
|
|
1837
1841
|
},
|
|
1838
1842
|
"dock/pt": {
|
|
1839
|
-
"description": "
|
|
1843
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
1840
1844
|
"type": "any"
|
|
1841
1845
|
},
|
|
1842
1846
|
"dock/unstyled": {
|
|
@@ -1928,7 +1932,7 @@
|
|
|
1928
1932
|
"type": "string | object"
|
|
1929
1933
|
},
|
|
1930
1934
|
"dropdown/inputProps": {
|
|
1931
|
-
"description": "
|
|
1935
|
+
"description": "Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.",
|
|
1932
1936
|
"type": "object"
|
|
1933
1937
|
},
|
|
1934
1938
|
"dropdown/panelStyle": {
|
|
@@ -1940,15 +1944,15 @@
|
|
|
1940
1944
|
"type": "string"
|
|
1941
1945
|
},
|
|
1942
1946
|
"dropdown/panelProps": {
|
|
1943
|
-
"description": "
|
|
1947
|
+
"description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
1944
1948
|
"type": "object"
|
|
1945
1949
|
},
|
|
1946
1950
|
"dropdown/filterInputProps": {
|
|
1947
|
-
"description": "
|
|
1951
|
+
"description": "Used to pass all properties of the HTMLInputElement to the filter input inside the component.",
|
|
1948
1952
|
"type": "object"
|
|
1949
1953
|
},
|
|
1950
1954
|
"dropdown/clearIconProps": {
|
|
1951
|
-
"description": "
|
|
1955
|
+
"description": "Used to pass all properties of the HTMLElement to the clear icon inside the component.",
|
|
1952
1956
|
"type": "object"
|
|
1953
1957
|
},
|
|
1954
1958
|
"dropdown/appendTo": {
|
|
@@ -2016,7 +2020,7 @@
|
|
|
2016
2020
|
"type": "string"
|
|
2017
2021
|
},
|
|
2018
2022
|
"dropdown/pt": {
|
|
2019
|
-
"description": "
|
|
2023
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2020
2024
|
"type": "any"
|
|
2021
2025
|
},
|
|
2022
2026
|
"dropdown/unstyled": {
|
|
@@ -2048,7 +2052,7 @@
|
|
|
2048
2052
|
"type": "object"
|
|
2049
2053
|
},
|
|
2050
2054
|
"editor/pt": {
|
|
2051
|
-
"description": "
|
|
2055
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2052
2056
|
"type": "any"
|
|
2053
2057
|
},
|
|
2054
2058
|
"editor/unstyled": {
|
|
@@ -2068,11 +2072,11 @@
|
|
|
2068
2072
|
"type": "boolean"
|
|
2069
2073
|
},
|
|
2070
2074
|
"fieldset/toggleButtonProps": {
|
|
2071
|
-
"description": "
|
|
2075
|
+
"description": "Used to pass the custom value to read for the AnchorHTMLAttributes inside the component.",
|
|
2072
2076
|
"type": "string"
|
|
2073
2077
|
},
|
|
2074
2078
|
"fieldset/pt": {
|
|
2075
|
-
"description": "
|
|
2079
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2076
2080
|
"type": "any"
|
|
2077
2081
|
},
|
|
2078
2082
|
"fieldset/unstyled": {
|
|
@@ -2176,7 +2180,7 @@
|
|
|
2176
2180
|
"type": "string"
|
|
2177
2181
|
},
|
|
2178
2182
|
"fileupload/pt": {
|
|
2179
|
-
"description": "
|
|
2183
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2180
2184
|
"type": "any"
|
|
2181
2185
|
},
|
|
2182
2186
|
"fileupload/unstyled": {
|
|
@@ -2280,7 +2284,7 @@
|
|
|
2280
2284
|
"type": "any"
|
|
2281
2285
|
},
|
|
2282
2286
|
"galleria/pt": {
|
|
2283
|
-
"description": "
|
|
2287
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2284
2288
|
"type": "any"
|
|
2285
2289
|
},
|
|
2286
2290
|
"galleria/unstyled": {
|
|
@@ -2304,7 +2308,7 @@
|
|
|
2304
2308
|
"type": "boolean"
|
|
2305
2309
|
},
|
|
2306
2310
|
"image/pt": {
|
|
2307
|
-
"description": "
|
|
2311
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2308
2312
|
"type": "any"
|
|
2309
2313
|
},
|
|
2310
2314
|
"image/unstyled": {
|
|
@@ -2320,7 +2324,7 @@
|
|
|
2320
2324
|
"type": "string"
|
|
2321
2325
|
},
|
|
2322
2326
|
"inlinemessage/pt": {
|
|
2323
|
-
"description": "
|
|
2327
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2324
2328
|
"type": "any"
|
|
2325
2329
|
},
|
|
2326
2330
|
"inlinemessage/unstyled": {
|
|
@@ -2340,7 +2344,7 @@
|
|
|
2340
2344
|
"type": "boolean"
|
|
2341
2345
|
},
|
|
2342
2346
|
"inplace/pt": {
|
|
2343
|
-
"description": "
|
|
2347
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2344
2348
|
"type": "any"
|
|
2345
2349
|
},
|
|
2346
2350
|
"inplace/unstyled": {
|
|
@@ -2368,7 +2372,7 @@
|
|
|
2368
2372
|
"type": "boolean"
|
|
2369
2373
|
},
|
|
2370
2374
|
"inputmask/pt": {
|
|
2371
|
-
"description": "
|
|
2375
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2372
2376
|
"type": "any"
|
|
2373
2377
|
},
|
|
2374
2378
|
"inputmask/unstyled": {
|
|
@@ -2484,19 +2488,19 @@
|
|
|
2484
2488
|
"type": "string | object"
|
|
2485
2489
|
},
|
|
2486
2490
|
"inputnumber/inputProps": {
|
|
2487
|
-
"description": "
|
|
2491
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
2488
2492
|
"type": "object"
|
|
2489
2493
|
},
|
|
2490
2494
|
"inputnumber/incrementButtonProps": {
|
|
2491
|
-
"description": "
|
|
2495
|
+
"description": "Used to pass all properties of the HTMLButtonElement to increment button inside the component.",
|
|
2492
2496
|
"type": "object"
|
|
2493
2497
|
},
|
|
2494
2498
|
"inputnumber/decrementButtonProps": {
|
|
2495
|
-
"description": "
|
|
2499
|
+
"description": "Used to pass all properties of the HTMLButtonElement to decrement button inside the component.",
|
|
2496
2500
|
"type": "object"
|
|
2497
2501
|
},
|
|
2498
2502
|
"inputnumber/pt": {
|
|
2499
|
-
"description": "
|
|
2503
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2500
2504
|
"type": "any"
|
|
2501
2505
|
},
|
|
2502
2506
|
"inputnumber/unstyled": {
|
|
@@ -2528,11 +2532,11 @@
|
|
|
2528
2532
|
"type": "string | object"
|
|
2529
2533
|
},
|
|
2530
2534
|
"inputswitch/inputProps": {
|
|
2531
|
-
"description": "
|
|
2535
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
2532
2536
|
"type": "object"
|
|
2533
2537
|
},
|
|
2534
2538
|
"inputswitch/pt": {
|
|
2535
|
-
"description": "
|
|
2539
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2536
2540
|
"type": "any"
|
|
2537
2541
|
},
|
|
2538
2542
|
"inputswitch/unstyled": {
|
|
@@ -2548,7 +2552,7 @@
|
|
|
2548
2552
|
"type": "string"
|
|
2549
2553
|
},
|
|
2550
2554
|
"inputtext/pt": {
|
|
2551
|
-
"description": "
|
|
2555
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2552
2556
|
"type": "any"
|
|
2553
2557
|
},
|
|
2554
2558
|
"inputtext/unstyled": {
|
|
@@ -2620,7 +2624,7 @@
|
|
|
2620
2624
|
"type": "string"
|
|
2621
2625
|
},
|
|
2622
2626
|
"knob/pt": {
|
|
2623
|
-
"description": "
|
|
2627
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2624
2628
|
"type": "any"
|
|
2625
2629
|
},
|
|
2626
2630
|
"knob/unstyled": {
|
|
@@ -2696,7 +2700,7 @@
|
|
|
2696
2700
|
"type": "array"
|
|
2697
2701
|
},
|
|
2698
2702
|
"listbox/filterInputProps": {
|
|
2699
|
-
"description": "
|
|
2703
|
+
"description": "Used to pass all properties of the HTMLInputElement to the filter input inside the component.",
|
|
2700
2704
|
"type": "object"
|
|
2701
2705
|
},
|
|
2702
2706
|
"listbox/virtualScrollerOptions": {
|
|
@@ -2744,7 +2748,7 @@
|
|
|
2744
2748
|
"type": "string"
|
|
2745
2749
|
},
|
|
2746
2750
|
"listbox/pt": {
|
|
2747
|
-
"description": "
|
|
2751
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2748
2752
|
"type": "any"
|
|
2749
2753
|
},
|
|
2750
2754
|
"listbox/unstyled": {
|
|
@@ -2764,7 +2768,7 @@
|
|
|
2764
2768
|
"type": "boolean"
|
|
2765
2769
|
},
|
|
2766
2770
|
"megamenu/pt": {
|
|
2767
|
-
"description": "
|
|
2771
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2768
2772
|
"type": "any"
|
|
2769
2773
|
},
|
|
2770
2774
|
"megamenu/unstyled": {
|
|
@@ -2796,7 +2800,7 @@
|
|
|
2796
2800
|
"type": "boolean"
|
|
2797
2801
|
},
|
|
2798
2802
|
"menu/pt": {
|
|
2799
|
-
"description": "
|
|
2803
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2800
2804
|
"type": "any"
|
|
2801
2805
|
},
|
|
2802
2806
|
"menu/unstyled": {
|
|
@@ -2812,7 +2816,7 @@
|
|
|
2812
2816
|
"type": "boolean"
|
|
2813
2817
|
},
|
|
2814
2818
|
"menubar/pt": {
|
|
2815
|
-
"description": "
|
|
2819
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2816
2820
|
"type": "any"
|
|
2817
2821
|
},
|
|
2818
2822
|
"menubar/unstyled": {
|
|
@@ -2844,7 +2848,7 @@
|
|
|
2844
2848
|
"type": "string"
|
|
2845
2849
|
},
|
|
2846
2850
|
"message/pt": {
|
|
2847
|
-
"description": "
|
|
2851
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
2848
2852
|
"type": "any"
|
|
2849
2853
|
},
|
|
2850
2854
|
"message/unstyled": {
|
|
@@ -2896,7 +2900,7 @@
|
|
|
2896
2900
|
"type": "string"
|
|
2897
2901
|
},
|
|
2898
2902
|
"multiselect/inputProps": {
|
|
2899
|
-
"description": "
|
|
2903
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
2900
2904
|
"type": "object"
|
|
2901
2905
|
},
|
|
2902
2906
|
"multiselect/panelStyle": {
|
|
@@ -2908,15 +2912,15 @@
|
|
|
2908
2912
|
"type": "string"
|
|
2909
2913
|
},
|
|
2910
2914
|
"multiselect/panelProps": {
|
|
2911
|
-
"description": "
|
|
2915
|
+
"description": "Used to pass all properties of the HTMLDivElement to the overlay panel.",
|
|
2912
2916
|
"type": "object"
|
|
2913
2917
|
},
|
|
2914
2918
|
"multiselect/filterInputProps": {
|
|
2915
|
-
"description": "
|
|
2919
|
+
"description": "Used to pass all properties of the HTMLInputElement to the filter input inside the overlay panel.",
|
|
2916
2920
|
"type": "object"
|
|
2917
2921
|
},
|
|
2918
2922
|
"multiselect/closeButtonProps": {
|
|
2919
|
-
"description": "
|
|
2923
|
+
"description": "Used to pass all properties of the HTMLButtonElement to the close button inside the overlay panel.",
|
|
2920
2924
|
"type": "object"
|
|
2921
2925
|
},
|
|
2922
2926
|
"multiselect/dataKey": {
|
|
@@ -3048,7 +3052,7 @@
|
|
|
3048
3052
|
"type": "string"
|
|
3049
3053
|
},
|
|
3050
3054
|
"multiselect/pt": {
|
|
3051
|
-
"description": "
|
|
3055
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3052
3056
|
"type": "any"
|
|
3053
3057
|
},
|
|
3054
3058
|
"multiselect/unstyled": {
|
|
@@ -3088,7 +3092,7 @@
|
|
|
3088
3092
|
"type": "boolean"
|
|
3089
3093
|
},
|
|
3090
3094
|
"orderlist/pt": {
|
|
3091
|
-
"description": "
|
|
3095
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3092
3096
|
"type": "any"
|
|
3093
3097
|
},
|
|
3094
3098
|
"orderlist/unstyled": {
|
|
@@ -3116,7 +3120,7 @@
|
|
|
3116
3120
|
"type": "object"
|
|
3117
3121
|
},
|
|
3118
3122
|
"organizationchart/pt": {
|
|
3119
|
-
"description": "
|
|
3123
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3120
3124
|
"type": "any"
|
|
3121
3125
|
},
|
|
3122
3126
|
"organizationchart/unstyled": {
|
|
@@ -3156,7 +3160,7 @@
|
|
|
3156
3160
|
"type": "string"
|
|
3157
3161
|
},
|
|
3158
3162
|
"overlaypanel/pt": {
|
|
3159
|
-
"description": "
|
|
3163
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3160
3164
|
"type": "any"
|
|
3161
3165
|
},
|
|
3162
3166
|
"overlaypanel/unstyled": {
|
|
@@ -3196,7 +3200,7 @@
|
|
|
3196
3200
|
"type": "boolean"
|
|
3197
3201
|
},
|
|
3198
3202
|
"paginator/pt": {
|
|
3199
|
-
"description": "
|
|
3203
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3200
3204
|
"type": "any"
|
|
3201
3205
|
},
|
|
3202
3206
|
"paginator/unstyled": {
|
|
@@ -3216,11 +3220,11 @@
|
|
|
3216
3220
|
"type": "boolean"
|
|
3217
3221
|
},
|
|
3218
3222
|
"panel/toggleButtonProps": {
|
|
3219
|
-
"description": "
|
|
3223
|
+
"description": "Used to pass the custom value to read for the anchor inside the component.",
|
|
3220
3224
|
"type": "string"
|
|
3221
3225
|
},
|
|
3222
3226
|
"panel/pt": {
|
|
3223
|
-
"description": "
|
|
3227
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3224
3228
|
"type": "any"
|
|
3225
3229
|
},
|
|
3226
3230
|
"panel/unstyled": {
|
|
@@ -3240,7 +3244,7 @@
|
|
|
3240
3244
|
"type": "boolean"
|
|
3241
3245
|
},
|
|
3242
3246
|
"panelmenu/pt": {
|
|
3243
|
-
"description": "
|
|
3247
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3244
3248
|
"type": "any"
|
|
3245
3249
|
},
|
|
3246
3250
|
"panelmenu/unstyled": {
|
|
@@ -3316,7 +3320,7 @@
|
|
|
3316
3320
|
"type": "string | object"
|
|
3317
3321
|
},
|
|
3318
3322
|
"password/inputProps": {
|
|
3319
|
-
"description": "
|
|
3323
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
3320
3324
|
"type": "object"
|
|
3321
3325
|
},
|
|
3322
3326
|
"password/panelId": {
|
|
@@ -3332,11 +3336,11 @@
|
|
|
3332
3336
|
"type": "object"
|
|
3333
3337
|
},
|
|
3334
3338
|
"password/panelProps": {
|
|
3335
|
-
"description": "
|
|
3339
|
+
"description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.",
|
|
3336
3340
|
"type": "object"
|
|
3337
3341
|
},
|
|
3338
3342
|
"password/pt": {
|
|
3339
|
-
"description": "
|
|
3343
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3340
3344
|
"type": "any"
|
|
3341
3345
|
},
|
|
3342
3346
|
"password/unstyled": {
|
|
@@ -3384,7 +3388,7 @@
|
|
|
3384
3388
|
"type": "boolean"
|
|
3385
3389
|
},
|
|
3386
3390
|
"picklist/pt": {
|
|
3387
|
-
"description": "
|
|
3391
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3388
3392
|
"type": "any"
|
|
3389
3393
|
},
|
|
3390
3394
|
"picklist/unstyled": {
|
|
@@ -3412,7 +3416,7 @@
|
|
|
3412
3416
|
"type": "boolean"
|
|
3413
3417
|
},
|
|
3414
3418
|
"progressbar/pt": {
|
|
3415
|
-
"description": "
|
|
3419
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3416
3420
|
"type": "any"
|
|
3417
3421
|
},
|
|
3418
3422
|
"progressbar/unstyled": {
|
|
@@ -3432,7 +3436,7 @@
|
|
|
3432
3436
|
"type": "string"
|
|
3433
3437
|
},
|
|
3434
3438
|
"progressspinner/pt": {
|
|
3435
|
-
"description": "
|
|
3439
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3436
3440
|
"type": "any"
|
|
3437
3441
|
},
|
|
3438
3442
|
"progressspinner/unstyled": {
|
|
@@ -3468,7 +3472,7 @@
|
|
|
3468
3472
|
"type": "object"
|
|
3469
3473
|
},
|
|
3470
3474
|
"radiobutton/inputProps": {
|
|
3471
|
-
"description": "
|
|
3475
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
3472
3476
|
"type": "object"
|
|
3473
3477
|
},
|
|
3474
3478
|
"radiobutton/aria-labelledby": {
|
|
@@ -3480,7 +3484,7 @@
|
|
|
3480
3484
|
"type": "string"
|
|
3481
3485
|
},
|
|
3482
3486
|
"radiobutton/pt": {
|
|
3483
|
-
"description": "
|
|
3487
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3484
3488
|
"type": "any"
|
|
3485
3489
|
},
|
|
3486
3490
|
"radiobutton/unstyled": {
|
|
@@ -3520,7 +3524,7 @@
|
|
|
3520
3524
|
"type": "string"
|
|
3521
3525
|
},
|
|
3522
3526
|
"rating/pt": {
|
|
3523
|
-
"description": "
|
|
3527
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3524
3528
|
"type": "any"
|
|
3525
3529
|
},
|
|
3526
3530
|
"rating/unstyled": {
|
|
@@ -3532,7 +3536,7 @@
|
|
|
3532
3536
|
"type": "string"
|
|
3533
3537
|
},
|
|
3534
3538
|
"row/pt": {
|
|
3535
|
-
"description": "
|
|
3539
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3536
3540
|
"type": "any"
|
|
3537
3541
|
},
|
|
3538
3542
|
"scrollpanel/step": {
|
|
@@ -3540,7 +3544,7 @@
|
|
|
3540
3544
|
"type": "number"
|
|
3541
3545
|
},
|
|
3542
3546
|
"scrollpanel/pt": {
|
|
3543
|
-
"description": "
|
|
3547
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3544
3548
|
"type": "any"
|
|
3545
3549
|
},
|
|
3546
3550
|
"scrollpanel/unstyled": {
|
|
@@ -3564,7 +3568,7 @@
|
|
|
3564
3568
|
"type": "string"
|
|
3565
3569
|
},
|
|
3566
3570
|
"scrolltop/pt": {
|
|
3567
|
-
"description": "
|
|
3571
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3568
3572
|
"type": "any"
|
|
3569
3573
|
},
|
|
3570
3574
|
"scrolltop/unstyled": {
|
|
@@ -3612,7 +3616,7 @@
|
|
|
3612
3616
|
"type": "string"
|
|
3613
3617
|
},
|
|
3614
3618
|
"selectbutton/pt": {
|
|
3615
|
-
"description": "
|
|
3619
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3616
3620
|
"type": "any"
|
|
3617
3621
|
},
|
|
3618
3622
|
"selectbutton/unstyled": {
|
|
@@ -3660,7 +3664,7 @@
|
|
|
3660
3664
|
"type": "string"
|
|
3661
3665
|
},
|
|
3662
3666
|
"sidebar/pt": {
|
|
3663
|
-
"description": "
|
|
3667
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3664
3668
|
"type": "any"
|
|
3665
3669
|
},
|
|
3666
3670
|
"sidebar/unstyled": {
|
|
@@ -3692,7 +3696,7 @@
|
|
|
3692
3696
|
"type": "string"
|
|
3693
3697
|
},
|
|
3694
3698
|
"skeleton/pt": {
|
|
3695
|
-
"description": "
|
|
3699
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3696
3700
|
"type": "any"
|
|
3697
3701
|
},
|
|
3698
3702
|
"skeleton/unstyled": {
|
|
@@ -3740,7 +3744,7 @@
|
|
|
3740
3744
|
"type": "string"
|
|
3741
3745
|
},
|
|
3742
3746
|
"slider/pt": {
|
|
3743
|
-
"description": "
|
|
3747
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3744
3748
|
"type": "any"
|
|
3745
3749
|
},
|
|
3746
3750
|
"slider/unstyled": {
|
|
@@ -3820,7 +3824,7 @@
|
|
|
3820
3824
|
"type": "object"
|
|
3821
3825
|
},
|
|
3822
3826
|
"speeddial/pt": {
|
|
3823
|
-
"description": "
|
|
3827
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3824
3828
|
"type": "any"
|
|
3825
3829
|
},
|
|
3826
3830
|
"speeddial/unstyled": {
|
|
@@ -3896,7 +3900,7 @@
|
|
|
3896
3900
|
"type": "boolean"
|
|
3897
3901
|
},
|
|
3898
3902
|
"splitbutton/pt": {
|
|
3899
|
-
"description": "
|
|
3903
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3900
3904
|
"type": "any"
|
|
3901
3905
|
},
|
|
3902
3906
|
"splitbutton/unstyled": {
|
|
@@ -3924,7 +3928,7 @@
|
|
|
3924
3928
|
"type": "number"
|
|
3925
3929
|
},
|
|
3926
3930
|
"splitter/pt": {
|
|
3927
|
-
"description": "
|
|
3931
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3928
3932
|
"type": "any"
|
|
3929
3933
|
},
|
|
3930
3934
|
"splitter/unstyled": {
|
|
@@ -3940,7 +3944,7 @@
|
|
|
3940
3944
|
"type": "number"
|
|
3941
3945
|
},
|
|
3942
3946
|
"splitterpanel/pt": {
|
|
3943
|
-
"description": "
|
|
3947
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3944
3948
|
"type": "any"
|
|
3945
3949
|
},
|
|
3946
3950
|
"steps/id": {
|
|
@@ -3960,7 +3964,7 @@
|
|
|
3960
3964
|
"type": "boolean"
|
|
3961
3965
|
},
|
|
3962
3966
|
"steps/pt": {
|
|
3963
|
-
"description": "
|
|
3967
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3964
3968
|
"type": "any"
|
|
3965
3969
|
},
|
|
3966
3970
|
"steps/unstyled": {
|
|
@@ -3980,7 +3984,7 @@
|
|
|
3980
3984
|
"type": "number"
|
|
3981
3985
|
},
|
|
3982
3986
|
"tabmenu/pt": {
|
|
3983
|
-
"description": "
|
|
3987
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
3984
3988
|
"type": "any"
|
|
3985
3989
|
},
|
|
3986
3990
|
"tabmenu/unstyled": {
|
|
@@ -4000,11 +4004,11 @@
|
|
|
4000
4004
|
"type": "any"
|
|
4001
4005
|
},
|
|
4002
4006
|
"tabpanel/headerProps": {
|
|
4003
|
-
"description": "
|
|
4007
|
+
"description": "Used to pass all properties of the HTMLLiElement to the tab header.",
|
|
4004
4008
|
"type": "any"
|
|
4005
4009
|
},
|
|
4006
4010
|
"tabpanel/headerActionProps": {
|
|
4007
|
-
"description": "
|
|
4011
|
+
"description": "Used to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
|
|
4008
4012
|
"type": "any"
|
|
4009
4013
|
},
|
|
4010
4014
|
"tabpanel/contentStyle": {
|
|
@@ -4016,7 +4020,7 @@
|
|
|
4016
4020
|
"type": "any"
|
|
4017
4021
|
},
|
|
4018
4022
|
"tabpanel/contentProps": {
|
|
4019
|
-
"description": "
|
|
4023
|
+
"description": "Used to pass all properties of the HTMLDivElement to the tab content.",
|
|
4020
4024
|
"type": "any"
|
|
4021
4025
|
},
|
|
4022
4026
|
"tabpanel/disabled": {
|
|
@@ -4024,7 +4028,7 @@
|
|
|
4024
4028
|
"type": "boolean"
|
|
4025
4029
|
},
|
|
4026
4030
|
"tabpanel/pt": {
|
|
4027
|
-
"description": "
|
|
4031
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4028
4032
|
"type": "any"
|
|
4029
4033
|
},
|
|
4030
4034
|
"tabview/activeIndex": {
|
|
@@ -4048,11 +4052,11 @@
|
|
|
4048
4052
|
"type": "boolean"
|
|
4049
4053
|
},
|
|
4050
4054
|
"tabview/previousButtonProps": {
|
|
4051
|
-
"description": "
|
|
4055
|
+
"description": "Used to pass all properties of the HTMLButtonElement to the previous button.",
|
|
4052
4056
|
"type": "any"
|
|
4053
4057
|
},
|
|
4054
4058
|
"tabview/nextButtonProps": {
|
|
4055
|
-
"description": "
|
|
4059
|
+
"description": "Used to pass all properties of the HTMLButtonElement to the next button.",
|
|
4056
4060
|
"type": "any"
|
|
4057
4061
|
},
|
|
4058
4062
|
"tabview/prevIcon": {
|
|
@@ -4064,7 +4068,7 @@
|
|
|
4064
4068
|
"type": "string"
|
|
4065
4069
|
},
|
|
4066
4070
|
"tabview/pt": {
|
|
4067
|
-
"description": "
|
|
4071
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4068
4072
|
"type": "any"
|
|
4069
4073
|
},
|
|
4070
4074
|
"tabview/unstyled": {
|
|
@@ -4088,7 +4092,7 @@
|
|
|
4088
4092
|
"type": "string"
|
|
4089
4093
|
},
|
|
4090
4094
|
"tag/pt": {
|
|
4091
|
-
"description": "
|
|
4095
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4092
4096
|
"type": "any"
|
|
4093
4097
|
},
|
|
4094
4098
|
"tag/unstyled": {
|
|
@@ -4104,7 +4108,7 @@
|
|
|
4104
4108
|
"type": "string"
|
|
4105
4109
|
},
|
|
4106
4110
|
"terminal/pt": {
|
|
4107
|
-
"description": "
|
|
4111
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4108
4112
|
"type": "any"
|
|
4109
4113
|
},
|
|
4110
4114
|
"terminal/unstyled": {
|
|
@@ -4120,7 +4124,7 @@
|
|
|
4120
4124
|
"type": "boolean"
|
|
4121
4125
|
},
|
|
4122
4126
|
"textarea/pt": {
|
|
4123
|
-
"description": "
|
|
4127
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4124
4128
|
"type": "any"
|
|
4125
4129
|
},
|
|
4126
4130
|
"textarea/unstyled": {
|
|
@@ -4152,7 +4156,7 @@
|
|
|
4152
4156
|
"type": "boolean"
|
|
4153
4157
|
},
|
|
4154
4158
|
"tieredmenu/pt": {
|
|
4155
|
-
"description": "
|
|
4159
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4156
4160
|
"type": "any"
|
|
4157
4161
|
},
|
|
4158
4162
|
"tieredmenu/unstyled": {
|
|
@@ -4176,7 +4180,7 @@
|
|
|
4176
4180
|
"type": "string"
|
|
4177
4181
|
},
|
|
4178
4182
|
"timeline/pt": {
|
|
4179
|
-
"description": "
|
|
4183
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4180
4184
|
"type": "any"
|
|
4181
4185
|
},
|
|
4182
4186
|
"timeline/unstyled": {
|
|
@@ -4204,7 +4208,7 @@
|
|
|
4204
4208
|
"type": "object"
|
|
4205
4209
|
},
|
|
4206
4210
|
"toast/pt": {
|
|
4207
|
-
"description": "
|
|
4211
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4208
4212
|
"type": "any"
|
|
4209
4213
|
},
|
|
4210
4214
|
"toast/unstyled": {
|
|
@@ -4256,11 +4260,11 @@
|
|
|
4256
4260
|
"type": "object"
|
|
4257
4261
|
},
|
|
4258
4262
|
"togglebutton/inputProps": {
|
|
4259
|
-
"description": "
|
|
4263
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
4260
4264
|
"type": "object"
|
|
4261
4265
|
},
|
|
4262
4266
|
"togglebutton/pt": {
|
|
4263
|
-
"description": "
|
|
4267
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4264
4268
|
"type": "any"
|
|
4265
4269
|
},
|
|
4266
4270
|
"togglebutton/unstyled": {
|
|
@@ -4272,7 +4276,7 @@
|
|
|
4272
4276
|
"type": "string"
|
|
4273
4277
|
},
|
|
4274
4278
|
"toolbar/pt": {
|
|
4275
|
-
"description": "
|
|
4279
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4276
4280
|
"type": "any"
|
|
4277
4281
|
},
|
|
4278
4282
|
"toolbar/unstyled": {
|
|
@@ -4332,7 +4336,7 @@
|
|
|
4332
4336
|
"type": "string"
|
|
4333
4337
|
},
|
|
4334
4338
|
"tree/pt": {
|
|
4335
|
-
"description": "
|
|
4339
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4336
4340
|
"type": "any"
|
|
4337
4341
|
},
|
|
4338
4342
|
"tree/unstyled": {
|
|
@@ -4408,7 +4412,7 @@
|
|
|
4408
4412
|
"type": "string"
|
|
4409
4413
|
},
|
|
4410
4414
|
"treeselect/pt": {
|
|
4411
|
-
"description": "
|
|
4415
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4412
4416
|
"type": "any"
|
|
4413
4417
|
},
|
|
4414
4418
|
"treeselect/unstyled": {
|
|
@@ -4568,7 +4572,7 @@
|
|
|
4568
4572
|
"type": "string"
|
|
4569
4573
|
},
|
|
4570
4574
|
"treetable/pt": {
|
|
4571
|
-
"description": "
|
|
4575
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4572
4576
|
"type": "any"
|
|
4573
4577
|
},
|
|
4574
4578
|
"treetable/unstyled": {
|
|
@@ -4592,7 +4596,7 @@
|
|
|
4592
4596
|
"type": "string"
|
|
4593
4597
|
},
|
|
4594
4598
|
"tristatecheckbox/inputProps": {
|
|
4595
|
-
"description": "
|
|
4599
|
+
"description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
|
|
4596
4600
|
"type": "object"
|
|
4597
4601
|
},
|
|
4598
4602
|
"tristatecheckbox/aria-labelledby": {
|
|
@@ -4604,7 +4608,7 @@
|
|
|
4604
4608
|
"type": "string"
|
|
4605
4609
|
},
|
|
4606
4610
|
"tristatecheckbox/pt": {
|
|
4607
|
-
"description": "
|
|
4611
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4608
4612
|
"type": "any"
|
|
4609
4613
|
},
|
|
4610
4614
|
"tristatecheckbox/unstyled": {
|
|
@@ -4680,7 +4684,7 @@
|
|
|
4680
4684
|
"type": "number|string"
|
|
4681
4685
|
},
|
|
4682
4686
|
"virtualscroller/pt": {
|
|
4683
|
-
"description": "
|
|
4687
|
+
"description": "Used to pass attributes to DOM elements inside the component.",
|
|
4684
4688
|
"type": "any"
|
|
4685
4689
|
}
|
|
4686
4690
|
}
|