primevue 3.50.0 → 3.52.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 +2 -2
- package/accordiontab/AccordionTab.d.ts +2 -2
- package/autocomplete/AutoComplete.d.ts +2 -2
- package/autocomplete/AutoComplete.vue +10 -4
- package/autocomplete/autocomplete.cjs.js +35 -25
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +35 -25
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +35 -25
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/Avatar.d.ts +2 -2
- package/avatargroup/AvatarGroup.d.ts +2 -2
- package/badge/Badge.d.ts +2 -2
- package/blockui/BlockUI.d.ts +2 -2
- package/breadcrumb/Breadcrumb.d.ts +2 -2
- package/button/Button.d.ts +2 -2
- package/buttongroup/ButtonGroup.d.ts +2 -2
- package/calendar/Calendar.d.ts +6 -5
- package/calendar/Calendar.vue +10 -13
- package/calendar/calendar.cjs.js +9 -11
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +10 -12
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +9 -11
- package/calendar/calendar.min.js +1 -1
- package/card/Card.d.ts +2 -2
- package/carousel/Carousel.d.ts +6 -2
- package/carousel/Carousel.vue +62 -52
- package/carousel/carousel.cjs.js +65 -49
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +66 -50
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +65 -49
- package/carousel/carousel.min.js +1 -1
- package/cascadeselect/CascadeSelect.d.ts +2 -2
- package/cascadeselect/CascadeSelectSub.vue +4 -1
- package/cascadeselect/cascadeselect.cjs.js +11 -6
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.esm.js +11 -6
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +11 -6
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/Chart.d.ts +2 -2
- package/checkbox/Checkbox.d.ts +2 -2
- package/chip/Chip.d.ts +2 -2
- package/chips/Chips.d.ts +2 -2
- package/colorpicker/ColorPicker.d.ts +2 -2
- package/column/Column.d.ts +2 -2
- package/columngroup/ColumnGroup.d.ts +2 -2
- package/config/PrimeVue.d.ts +1 -0
- package/config/config.cjs.js +2 -1
- package/config/config.cjs.min.js +1 -1
- package/config/config.esm.js +2 -1
- package/config/config.esm.min.js +1 -1
- package/config/config.js +2 -1
- package/config/config.min.js +1 -1
- package/confirmdialog/ConfirmDialog.d.ts +2 -2
- package/confirmpopup/ConfirmPopup.d.ts +2 -2
- package/contextmenu/ContextMenu.d.ts +2 -2
- package/contextmenu/ContextMenu.vue +4 -1
- package/contextmenu/contextmenu.cjs.js +4 -1
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.esm.js +4 -1
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +4 -1
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +60 -34
- package/core/core.min.js +8 -8
- package/datatable/BodyRow.vue +1 -0
- package/datatable/DataTable.d.ts +10 -7
- package/datatable/DataTable.vue +1 -0
- package/datatable/TableHeader.vue +5 -0
- package/datatable/datatable.cjs.js +9 -2
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +9 -2
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +9 -2
- package/datatable/datatable.min.js +1 -1
- package/dataview/DataView.d.ts +2 -2
- package/dataviewlayoutoptions/DataViewLayoutOptions.d.ts +2 -2
- package/deferredcontent/DeferredContent.d.ts +2 -2
- package/dialog/Dialog.d.ts +2 -2
- package/divider/Divider.d.ts +2 -2
- package/dock/Dock.d.ts +2 -2
- package/dropdown/Dropdown.d.ts +11 -3
- package/dropdown/Dropdown.vue +6 -1
- package/dropdown/dropdown.cjs.js +8 -2
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +8 -2
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +8 -2
- package/dropdown/dropdown.min.js +1 -1
- package/dropdown/style/dropdownstyle.cjs.js +2 -1
- package/dropdown/style/dropdownstyle.cjs.min.js +1 -1
- package/dropdown/style/dropdownstyle.esm.js +2 -1
- package/dropdown/style/dropdownstyle.esm.min.js +1 -1
- package/dropdown/style/dropdownstyle.js +2 -1
- package/dropdown/style/dropdownstyle.min.js +1 -1
- package/dynamicdialog/DynamicDialog.d.ts +2 -2
- package/editor/Editor.d.ts +2 -2
- package/fieldset/Fieldset.d.ts +2 -2
- package/fileupload/FileUpload.d.ts +2 -2
- package/fileupload/FileUpload.vue +1 -1
- package/fileupload/fileupload.cjs.js +10 -10
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +10 -10
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +10 -10
- package/fileupload/fileupload.min.js +1 -1
- package/floatlabel/FloatLabel.d.ts +2 -2
- package/galleria/Galleria.d.ts +2 -2
- package/iconfield/IconField.d.ts +2 -2
- package/icons/angledoubledown/index.d.ts +2 -2
- package/icons/angledoubleleft/index.d.ts +2 -2
- package/icons/angledoubleright/index.d.ts +2 -2
- package/icons/angledoubleup/index.d.ts +2 -2
- package/icons/angledown/index.d.ts +2 -2
- package/icons/angleleft/index.d.ts +2 -2
- package/icons/angleright/index.d.ts +2 -2
- package/icons/angleup/index.d.ts +2 -2
- package/icons/arrowdown/index.d.ts +2 -2
- package/icons/arrowup/index.d.ts +2 -2
- package/icons/ban/index.d.ts +2 -2
- package/icons/bars/index.d.ts +2 -2
- package/icons/blank/index.d.ts +2 -2
- package/icons/calendar/index.d.ts +2 -2
- package/icons/check/index.d.ts +2 -2
- package/icons/chevrondown/index.d.ts +2 -2
- package/icons/chevronleft/index.d.ts +2 -2
- package/icons/chevronright/index.d.ts +2 -2
- package/icons/chevronup/index.d.ts +2 -2
- package/icons/exclamationtriangle/index.d.ts +2 -2
- package/icons/eye/index.d.ts +2 -2
- package/icons/eyeslash/index.d.ts +2 -2
- package/icons/filter/index.d.ts +2 -2
- package/icons/filterslash/index.d.ts +2 -2
- package/icons/infocircle/index.d.ts +2 -2
- package/icons/minus/index.d.ts +2 -2
- package/icons/pencil/index.d.ts +2 -2
- package/icons/plus/index.d.ts +2 -2
- package/icons/refresh/index.d.ts +2 -2
- package/icons/search/index.d.ts +2 -2
- package/icons/searchminus/index.d.ts +2 -2
- package/icons/searchplus/index.d.ts +2 -2
- package/icons/sortalt/index.d.ts +2 -2
- package/icons/sortamountdown/index.d.ts +2 -2
- package/icons/sortamountupalt/index.d.ts +2 -2
- package/icons/spinner/index.d.ts +2 -2
- package/icons/star/index.d.ts +2 -2
- package/icons/starfill/index.d.ts +2 -2
- package/icons/thlarge/index.d.ts +2 -2
- package/icons/times/index.d.ts +2 -2
- package/icons/timescircle/index.d.ts +2 -2
- package/icons/trash/index.d.ts +2 -2
- package/icons/undo/index.d.ts +2 -2
- package/icons/upload/index.d.ts +2 -2
- package/icons/windowmaximize/index.d.ts +2 -2
- package/icons/windowminimize/index.d.ts +2 -2
- package/image/Image.d.ts +2 -2
- package/inlinemessage/InlineMessage.d.ts +2 -2
- package/inplace/Inplace.d.ts +2 -2
- package/inputgroup/InputGroup.d.ts +2 -2
- package/inputgroupaddon/InputGroupAddon.d.ts +2 -2
- package/inputicon/InputIcon.d.ts +2 -2
- package/inputmask/InputMask.d.ts +2 -2
- package/inputnumber/InputNumber.d.ts +6 -2
- package/inputnumber/InputNumber.vue +20 -17
- package/inputnumber/inputnumber.cjs.js +23 -20
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.js +23 -20
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +23 -20
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputotp/InputOtp.d.ts +2 -2
- package/inputotp/InputOtp.vue +1 -1
- package/inputotp/inputotp.cjs.js +1 -1
- package/inputotp/inputotp.cjs.min.js +1 -1
- package/inputotp/inputotp.esm.js +1 -1
- package/inputotp/inputotp.esm.min.js +1 -1
- package/inputotp/inputotp.js +1 -1
- package/inputotp/inputotp.min.js +1 -1
- package/inputswitch/InputSwitch.d.ts +2 -2
- package/inputtext/InputText.d.ts +2 -2
- package/knob/BaseKnob.vue +1 -1
- package/knob/Knob.d.ts +3 -3
- package/knob/Knob.vue +5 -1
- package/knob/knob.cjs.js +6 -2
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +6 -2
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +6 -2
- package/knob/knob.min.js +1 -1
- package/listbox/Listbox.d.ts +2 -2
- package/megamenu/MegaMenu.d.ts +2 -2
- package/megamenu/MegaMenu.vue +4 -1
- package/megamenu/megamenu.cjs.js +4 -1
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.esm.js +4 -1
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +4 -1
- package/megamenu/megamenu.min.js +1 -1
- package/menu/Menu.d.ts +2 -2
- package/menu/Menu.vue +15 -2
- package/menu/menu.cjs.js +5 -2
- package/menu/menu.cjs.min.js +1 -1
- package/menu/menu.esm.js +5 -2
- package/menu/menu.esm.min.js +1 -1
- package/menu/menu.js +5 -2
- package/menu/menu.min.js +1 -1
- package/menubar/Menubar.d.ts +2 -2
- package/menubar/Menubar.vue +4 -1
- package/menubar/menubar.cjs.js +4 -1
- package/menubar/menubar.cjs.min.js +1 -1
- package/menubar/menubar.esm.js +4 -1
- package/menubar/menubar.esm.min.js +1 -1
- package/menubar/menubar.js +4 -1
- package/menubar/menubar.min.js +1 -1
- package/message/Message.d.ts +2 -2
- package/metergroup/MeterGroup.d.ts +2 -2
- package/multiselect/MultiSelect.d.ts +2 -2
- package/multiselect/MultiSelect.vue +6 -3
- package/multiselect/multiselect.cjs.js +8 -4
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +8 -4
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +8 -4
- package/multiselect/multiselect.min.js +1 -1
- package/orderlist/OrderList.d.ts +2 -2
- package/organizationchart/OrganizationChart.d.ts +2 -2
- package/overlaypanel/OverlayPanel.d.ts +2 -2
- package/package.json +1 -1
- package/paginator/Paginator.d.ts +2 -2
- package/paginator/Paginator.vue +0 -1
- package/paginator/paginator.cjs.js +1 -1
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +1 -1
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +1 -1
- package/paginator/paginator.min.js +1 -1
- package/panel/Panel.d.ts +2 -2
- package/panelmenu/PanelMenu.d.ts +2 -2
- package/password/Password.d.ts +2 -2
- package/picklist/PickList.d.ts +2 -2
- package/portal/Portal.d.ts +2 -2
- package/progressbar/ProgressBar.d.ts +2 -2
- package/progressspinner/ProgressSpinner.d.ts +2 -2
- package/radiobutton/RadioButton.d.ts +2 -2
- package/rating/Rating.d.ts +2 -2
- package/resources/themes/arya-blue/theme.css +1 -0
- package/resources/themes/arya-green/theme.css +1 -0
- package/resources/themes/arya-orange/theme.css +1 -0
- package/resources/themes/arya-purple/theme.css +1 -0
- package/resources/themes/aura-dark-amber/theme.css +1 -0
- package/resources/themes/aura-dark-blue/theme.css +1 -0
- package/resources/themes/aura-dark-cyan/theme.css +1 -0
- package/resources/themes/aura-dark-green/theme.css +1 -0
- package/resources/themes/aura-dark-indigo/theme.css +1 -0
- package/resources/themes/aura-dark-lime/theme.css +1 -0
- package/resources/themes/aura-dark-noir/theme.css +1 -0
- package/resources/themes/aura-dark-pink/theme.css +1 -0
- package/resources/themes/aura-dark-purple/theme.css +1 -0
- package/resources/themes/aura-dark-teal/theme.css +1 -0
- package/resources/themes/aura-light-amber/theme.css +7 -1
- package/resources/themes/aura-light-blue/theme.css +7 -1
- package/resources/themes/aura-light-cyan/theme.css +7 -1
- package/resources/themes/aura-light-green/theme.css +7 -1
- package/resources/themes/aura-light-indigo/theme.css +7 -1
- package/resources/themes/aura-light-lime/theme.css +7 -1
- package/resources/themes/aura-light-noir/theme.css +7 -1
- package/resources/themes/aura-light-pink/theme.css +7 -1
- package/resources/themes/aura-light-purple/theme.css +7 -1
- package/resources/themes/aura-light-teal/theme.css +7 -1
- package/resources/themes/bootstrap4-dark-blue/theme.css +1 -0
- package/resources/themes/bootstrap4-dark-purple/theme.css +1 -0
- package/resources/themes/bootstrap4-light-blue/theme.css +1 -0
- package/resources/themes/bootstrap4-light-purple/theme.css +1 -0
- package/resources/themes/fluent-light/theme.css +1 -0
- package/resources/themes/lara-dark-amber/theme.css +1 -0
- package/resources/themes/lara-dark-blue/theme.css +1 -0
- package/resources/themes/lara-dark-cyan/theme.css +1 -0
- package/resources/themes/lara-dark-green/theme.css +1 -0
- package/resources/themes/lara-dark-indigo/theme.css +1 -0
- package/resources/themes/lara-dark-pink/theme.css +1 -0
- package/resources/themes/lara-dark-purple/theme.css +1 -0
- package/resources/themes/lara-dark-teal/theme.css +1 -0
- package/resources/themes/lara-light-amber/theme.css +1 -0
- package/resources/themes/lara-light-blue/theme.css +1 -0
- package/resources/themes/lara-light-cyan/theme.css +1 -0
- package/resources/themes/lara-light-green/theme.css +1 -0
- package/resources/themes/lara-light-indigo/theme.css +1 -0
- package/resources/themes/lara-light-pink/theme.css +1 -0
- package/resources/themes/lara-light-purple/theme.css +1 -0
- package/resources/themes/lara-light-teal/theme.css +1 -0
- package/resources/themes/luna-amber/theme.css +1 -0
- package/resources/themes/luna-blue/theme.css +1 -0
- package/resources/themes/luna-green/theme.css +1 -0
- package/resources/themes/luna-pink/theme.css +1 -0
- package/resources/themes/md-dark-deeppurple/theme.css +1 -0
- package/resources/themes/md-dark-indigo/theme.css +1 -0
- package/resources/themes/md-light-deeppurple/theme.css +1 -0
- package/resources/themes/md-light-indigo/theme.css +1 -0
- package/resources/themes/mdc-dark-deeppurple/theme.css +1 -0
- package/resources/themes/mdc-dark-indigo/theme.css +1 -0
- package/resources/themes/mdc-light-deeppurple/theme.css +1 -0
- package/resources/themes/mdc-light-indigo/theme.css +1 -0
- package/resources/themes/mira/theme.css +1 -0
- package/resources/themes/nano/theme.css +1 -0
- package/resources/themes/nova/theme.css +1 -0
- package/resources/themes/nova-accent/theme.css +1 -0
- package/resources/themes/nova-alt/theme.css +1 -0
- package/resources/themes/nova-vue/theme.css +1 -0
- package/resources/themes/rhea/theme.css +1 -0
- package/resources/themes/saga-blue/theme.css +1 -0
- package/resources/themes/saga-green/theme.css +1 -0
- package/resources/themes/saga-orange/theme.css +1 -0
- package/resources/themes/saga-purple/theme.css +1 -0
- package/resources/themes/soho-dark/theme.css +1 -0
- package/resources/themes/soho-light/theme.css +1 -0
- package/resources/themes/tailwind-light/theme.css +1 -0
- package/resources/themes/vela-blue/theme.css +1 -0
- package/resources/themes/vela-green/theme.css +1 -0
- package/resources/themes/vela-orange/theme.css +1 -0
- package/resources/themes/vela-purple/theme.css +1 -0
- package/resources/themes/viva-dark/theme.css +1 -0
- package/resources/themes/viva-light/theme.css +1 -0
- package/row/Row.d.ts +2 -2
- package/scrollpanel/ScrollPanel.d.ts +2 -2
- package/scrollpanel/ScrollPanel.vue +19 -14
- package/scrollpanel/scrollpanel.cjs.js +18 -14
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +18 -14
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +18 -14
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/scrolltop/ScrollTop.d.ts +2 -2
- package/selectbutton/SelectButton.d.ts +2 -2
- package/sidebar/BaseSidebar.vue +9 -0
- package/sidebar/Sidebar.d.ts +2 -2
- package/sidebar/sidebar.cjs.js +9 -0
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +9 -0
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +9 -0
- package/sidebar/sidebar.min.js +1 -1
- package/skeleton/Skeleton.d.ts +2 -2
- package/slider/Slider.d.ts +2 -2
- package/slider/Slider.vue +7 -6
- package/slider/slider.cjs.js +7 -6
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +7 -6
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +7 -6
- package/slider/slider.min.js +1 -1
- package/speeddial/SpeedDial.d.ts +2 -2
- package/splitbutton/SplitButton.d.ts +2 -2
- package/splitter/Splitter.d.ts +2 -2
- package/splitterpanel/SplitterPanel.d.ts +2 -2
- package/stepper/Stepper.d.ts +2 -2
- package/stepper/Stepper.vue +4 -3
- package/stepper/stepper.cjs.js +14 -15
- package/stepper/stepper.cjs.min.js +1 -1
- package/stepper/stepper.esm.js +15 -16
- package/stepper/stepper.esm.min.js +1 -1
- package/stepper/stepper.js +14 -15
- package/stepper/stepper.min.js +1 -1
- package/stepperpanel/StepperPanel.d.ts +3 -3
- package/steps/Steps.d.ts +2 -2
- package/tabmenu/TabMenu.d.ts +2 -2
- package/tabpanel/TabPanel.d.ts +2 -2
- package/tabview/TabView.d.ts +2 -2
- package/tag/Tag.d.ts +2 -2
- package/terminal/Terminal.d.ts +2 -2
- package/textarea/Textarea.d.ts +2 -2
- package/tieredmenu/TieredMenu.d.ts +2 -2
- package/tieredmenu/TieredMenu.vue +10 -3
- package/tieredmenu/tieredmenu.cjs.js +13 -3
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +13 -3
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +13 -3
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/timeline/Timeline.d.ts +2 -2
- package/toast/Toast.d.ts +2 -2
- package/toast/Toast.vue +4 -9
- package/toast/toast.cjs.js +8 -10
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +8 -10
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +8 -10
- package/toast/toast.min.js +1 -1
- package/togglebutton/ToggleButton.d.ts +2 -2
- package/toolbar/Toolbar.d.ts +2 -2
- package/tree/Tree.d.ts +7 -3
- package/tree/TreeNode.vue +2 -1
- package/tree/tree.cjs.js +6 -4
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +6 -4
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +6 -4
- package/tree/tree.min.js +1 -1
- package/treeselect/TreeSelect.d.ts +2 -2
- package/treetable/TreeTable.d.ts +2 -2
- package/treetable/TreeTable.vue +3 -3
- package/treetable/treetable.cjs.js +3 -3
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +3 -3
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +3 -3
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/TriStateCheckbox.d.ts +2 -2
- package/vetur-attributes.json +3 -3
- package/virtualscroller/VirtualScroller.d.ts +2 -2
- package/web-types.json +9 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
this.primevue=this.primevue||{},this.primevue.paginator=function(e,t,n,a,o,r,i,l,s,p,u){"use strict";function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var g=c(t),d=c(n),m=c(o),f=c(r),h=c(i),P=c(l),b=c(s),y=c(p),v=c(u),k={name:"BasePaginator",extends:g.default,props:{totalRecords:{type:Number,default:0},rows:{type:Number,default:0},first:{type:Number,default:0},pageLinkSize:{type:Number,default:5},rowsPerPageOptions:{type:Array,default:null},template:{type:[Object,String],default:"FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink RowsPerPageDropdown"},currentPageReportTemplate:{type:null,default:"({currentPage} of {totalPages})"},alwaysShow:{type:Boolean,default:!0}},style:d.default,provide:function(){return{$parentInstance:this}}},w={name:"CurrentPageReport",hostName:"Paginator",extends:g.default,props:{pageCount:{type:Number,default:0},currentPage:{type:Number,default:0},page:{type:Number,default:0},first:{type:Number,default:0},rows:{type:Number,default:0},totalRecords:{type:Number,default:0},template:{type:String,default:"({currentPage} of {totalPages})"}},computed:{text:function(){var e=this.template.replace("{currentPage}",this.currentPage).replace("{totalPages}",this.pageCount).replace("{first}",this.pageCount>0?this.first+1:0).replace("{last}",Math.min(this.first+this.rows,this.totalRecords)).replace("{rows}",this.rows).replace("{totalRecords}",this.totalRecords);return e}}};w.render=function(e,t,n,o,r,i){return a.openBlock(),a.createElementBlock("span",a.mergeProps({class:e.cx("current")},e.ptm("current")),a.toDisplayString(i.text),17)};var B={name:"FirstPageLink",hostName:"Paginator",extends:g.default,props:{template:{type:Function,default:null}},methods:{getPTOptions:function(e){return this.ptm(e,{context:{disabled:this.$attrs.disabled}})}},components:{AngleDoubleLeftIcon:m.default},directives:{ripple:f.default}};B.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({class:e.cx("firstPageButton"),type:"button"},i.getPTOptions("firstPageButton"),{"data-pc-group-section":"pagebutton"}),[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.template||"AngleDoubleLeftIcon"),a.mergeProps({class:e.cx("firstPageIcon")},i.getPTOptions("firstPageIcon")),null,16,["class"]))],16)),[[l]])};var L={name:"JumpToPageDropdown",hostName:"Paginator",extends:g.default,emits:["page-change"],props:{page:Number,pageCount:Number,disabled:Boolean,templates:null},methods:{onChange:function(e){this.$emit("page-change",e)}},computed:{pageOptions:function(){for(var e=[],t=0;t<this.pageCount;t++)e.push({label:String(t+1),value:t});return e}},components:{JTPDropdown:h.default}};L.render=function(e,t,n,o,r,i){var l=a.resolveComponent("JTPDropdown");return a.openBlock(),a.createBlock(l,{modelValue:n.page,options:i.pageOptions,optionLabel:"label",optionValue:"value","onUpdate:modelValue":t[0]||(t[0]=function(e){return i.onChange(e)}),class:a.normalizeClass(e.cx("jumpToPageDropdown")),disabled:n.disabled,unstyled:e.unstyled,pt:e.ptm("jumpToPageDropdown"),"data-pc-group-section":"pagedropdown"},a.createSlots({_:2},[n.templates.jumptopagedropdownicon?{name:"dropdownicon",fn:a.withCtx((function(e){return[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.templates.jumptopagedropdownicon),{class:a.normalizeClass(e.class)},null,8,["class"]))]})),key:"0"}:void 0]),1032,["modelValue","options","class","disabled","unstyled","pt"])};var C={name:"JumpToPageInput",hostName:"Paginator",extends:g.default,inheritAttrs:!1,emits:["page-change"],props:{page:Number,pageCount:Number,disabled:Boolean},data:function(){return{d_page:this.page}},watch:{page:function(e){this.d_page=e}},methods:{onChange:function(e){e!==this.page&&(this.d_page=e,this.$emit("page-change",e-1))}},computed:{inputArialabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.jumpToPageInputLabel:void 0}},components:{JTPInput:P.default}};C.render=function(e,t,n,o,r,i){var l=a.resolveComponent("JTPInput");return a.openBlock(),a.createBlock(l,{ref:"jtpInput",modelValue:r.d_page,class:a.normalizeClass(e.cx("jumpToPageInput")),"aria-label":i.inputArialabel,disabled:n.disabled,"onUpdate:modelValue":i.onChange,unstyled:e.unstyled,pt:e.ptm("jumpToPageInput")},null,8,["modelValue","class","aria-label","disabled","onUpdate:modelValue","unstyled","pt"])};var x={name:"LastPageLink",hostName:"Paginator",extends:g.default,props:{template:{type:Function,default:null}},methods:{getPTOptions:function(e){return this.ptm(e,{context:{disabled:this.$attrs.disabled}})}},components:{AngleDoubleRightIcon:b.default},directives:{ripple:f.default}};x.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({class:e.cx("lastPageButton"),type:"button"},i.getPTOptions("lastPageButton"),{"data-pc-group-section":"pagebutton"}),[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.template||"AngleDoubleRightIcon"),a.mergeProps({class:e.cx("lastPageIcon")},i.getPTOptions("lastPageIcon")),null,16,["class"]))],16)),[[l]])};var D={name:"NextPageLink",hostName:"Paginator",extends:g.default,props:{template:{type:Function,default:null}},methods:{getPTOptions:function(e){return this.ptm(e,{context:{disabled:this.$attrs.disabled}})}},components:{AngleRightIcon:y.default},directives:{ripple:f.default}};D.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({class:e.cx("nextPageButton"),type:"button"},i.getPTOptions("nextPageButton"),{"data-pc-group-section":"pagebutton"}),[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.template||"AngleRightIcon"),a.mergeProps({class:e.cx("nextPageIcon")},i.getPTOptions("nextPageIcon")),null,16,["class"]))],16)),[[l]])};var T={name:"PageLinks",hostName:"Paginator",extends:g.default,inheritAttrs:!1,emits:["click"],props:{value:Array,page:Number},methods:{getPTOptions:function(e,t){return this.ptm(t,{context:{active:e===this.page}})},onPageLinkClick:function(e,t){this.$emit("click",{originalEvent:e,value:t})},ariaPageLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,e):void 0}},directives:{ripple:f.default}},N=["aria-label","aria-current","onClick","data-p-highlight"];T.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.openBlock(),a.createElementBlock("span",a.mergeProps({class:e.cx("pages")},e.ptm("pages")),[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n.value,(function(t){return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({key:t,class:e.cx("pageButton",{pageLink:t}),type:"button","aria-label":i.ariaPageLabel(t),"aria-current":t-1===n.page?"page":void 0,onClick:function(e){return i.onPageLinkClick(e,t)}},i.getPTOptions(t-1,"pageButton"),{"data-p-highlight":t-1===n.page}),[a.createTextVNode(a.toDisplayString(t),1)],16,N)),[[l]])})),128))],16)};var S={name:"PrevPageLink",hostName:"Paginator",extends:g.default,props:{template:{type:Function,default:null}},methods:{getPTOptions:function(e){return this.ptm(e,{context:{disabled:this.$attrs.disabled}})}},components:{AngleLeftIcon:v.default},directives:{ripple:f.default}};S.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({class:e.cx("previousPageButton"),type:"button"},i.getPTOptions("previousPageButton"),{"data-pc-group-section":"pagebutton"}),[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.template||"AngleLeftIcon"),a.mergeProps({class:e.cx("previousPageIcon")},i.getPTOptions("previousPageIcon")),null,16,["class"]))],16)),[[l]])};var A={name:"RowsPerPageDropdown",hostName:"Paginator",extends:g.default,emits:["rows-change"],props:{options:Array,rows:Number,disabled:Boolean,templates:null},methods:{onChange:function(e){this.$emit("rows-change",e)}},computed:{rowsOptions:function(){var e=[];if(this.options)for(var t=0;t<this.options.length;t++)e.push({label:String(this.options[t]),value:this.options[t]});return e}},components:{RPPDropdown:h.default}};function I(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function O(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function $(e){if(Array.isArray(e))return F(e)}function R(e){return R="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},R(e)}function E(e,t){return J(e)||V(e,t)||j(e,t)||_()}function _(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function j(e,t){if(e){if("string"==typeof e)return F(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?F(e,t):void 0}}function F(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function V(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var a,o,r,i,l=[],s=!0,p=!1;try{if(r=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(a=r.call(n)).done)&&(l.push(a.value),l.length!==t);s=!0);}catch(e){p=!0,o=e}finally{try{if(!s&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(p)throw o}}return l}}function J(e){if(Array.isArray(e))return e}A.render=function(e,t,n,o,r,i){var l=a.resolveComponent("RPPDropdown");return a.openBlock(),a.createBlock(l,{modelValue:n.rows,options:i.rowsOptions,optionLabel:"label",optionValue:"value","onUpdate:modelValue":t[0]||(t[0]=function(e){return i.onChange(e)}),class:a.normalizeClass(e.cx("rowPerPageDropdown")),disabled:n.disabled,unstyled:e.unstyled,pt:e.ptm("rowPerPageDropdown"),"data-pc-group-section":"pagedropdown"},a.createSlots({_:2},[n.templates.rowsperpagedropdownicon?{name:"dropdownicon",fn:a.withCtx((function(e){return[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.templates.rowsperpagedropdownicon),{class:a.normalizeClass(e.class)},null,8,["class"]))]})),key:"0"}:void 0]),1032,["modelValue","options","class","disabled","unstyled","pt"])};var M={name:"Paginator",extends:k,inheritAttrs:!1,emits:["update:first","update:rows","page"],data:function(){return{d_first:this.first,d_rows:this.rows}},watch:{first:function(e){this.d_first=e},rows:function(e){this.d_rows=e},totalRecords:function(e){this.page>0&&e&&this.d_first>=e&&this.changePage(this.pageCount-1)}},mounted:function(){this.setPaginatorAttribute(),this.createStyle()},methods:{changePage:function(e){var t=this.pageCount;if(e>=0&&e<t){this.d_first=this.d_rows*e;var n={page:e,first:this.d_first,rows:this.d_rows,pageCount:t};this.$emit("update:first",this.d_first),this.$emit("update:rows",this.d_rows),this.$emit("page",n)}},changePageToFirst:function(e){this.isFirstPage||this.changePage(0),e.preventDefault()},changePageToPrev:function(e){this.changePage(this.page-1),e.preventDefault()},changePageLink:function(e){this.changePage(e.value-1),e.originalEvent.preventDefault()},changePageToNext:function(e){this.changePage(this.page+1),e.preventDefault()},changePageToLast:function(e){this.isLastPage||this.changePage(this.pageCount-1),e.preventDefault()},onRowChange:function(e){this.d_rows=e,this.changePage(this.page)},createStyle:function(){var t=this;if(this.hasBreakpoints()&&!this.isUnstyled){var n;this.styleElement=document.createElement("style"),this.styleElement.type="text/css",e.DomHandler.setAttribute(this.styleElement,"nonce",null===(n=this.$primevue)||void 0===n||null===(n=n.config)||void 0===n||null===(n=n.csp)||void 0===n?void 0:n.nonce),document.head.appendChild(this.styleElement);var a="",o=Object.keys(this.template),r={};o.sort((function(e,t){return parseInt(e)-parseInt(t)})).forEach((function(e){r[e]=t.template[e]}));for(var i=0,l=Object.entries(Object.entries(r));i<l.length;i++){var s,p=E(l[i],2),u=p[0],c=E(p[1],1)[0],g=void 0;g="default"!==c&&"string"==typeof Object.keys(r)[u-1]?Number(Object.keys(r)[u-1].slice(0,-2))+1+"px":Object.keys(r)[u-1],s=Object.entries(r)[u-1]?"and (min-width:".concat(g,")"):"",a+="default"===c?"\n @media screen ".concat(s," {\n .paginator[").concat(this.attributeSelector,"],\n .p-paginator-default{\n display: flex;\n }\n }\n "):"\n.paginator[".concat(this.attributeSelector,"], .p-paginator-").concat(c," {\n display: none;\n}\n@media screen ").concat(s," and (max-width: ").concat(c,") {\n .paginator[").concat(this.attributeSelector,"], .p-paginator-").concat(c," {\n display: flex;\n }\n .paginator[").concat(this.attributeSelector,"],\n .p-paginator-default{\n display: none;\n }\n}\n ")}this.styleElement.innerHTML=a}},hasBreakpoints:function(){return"object"===R(this.template)},setPaginatorAttribute:function(){var e,t=this;this.$refs.paginator&&this.$refs.paginator.length>=0&&(e=this.$refs.paginator,$(e)||O(e)||j(e)||I()).forEach((function(e){e.setAttribute(t.attributeSelector,"")}))},getAriaLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria[e]:void 0}},computed:{templateItems:function(){var e={};if(this.hasBreakpoints()){for(var t in(e=this.template).default||(e.default="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink RowsPerPageDropdown"),e)e[t]=this.template[t].split(" ").map((function(e){return e.trim()}));return e}return e.default=this.template.split(" ").map((function(e){return e.trim()})),e},page:function(){return Math.floor(this.d_first/this.d_rows)},pageCount:function(){return Math.ceil(this.totalRecords/this.d_rows)},isFirstPage:function(){return 0===this.page},isLastPage:function(){return this.page===this.pageCount-1},calculatePageLinkBoundaries:function(){var e=this.pageCount,t=Math.min(this.pageLinkSize,e),n=Math.max(0,Math.ceil(this.page-t/2)),a=Math.min(e-1,n+t-1);return[n=Math.max(0,n-(this.pageLinkSize-(a-n+1))),a]},pageLinks:function(){for(var e=[],t=this.calculatePageLinkBoundaries,n=t[1],a=t[0];a<=n;a++)e.push(a+1);return e},currentState:function(){return{page:this.page,first:this.d_first,rows:this.d_rows}},empty:function(){return 0===this.pageCount},currentPage:function(){return this.pageCount>0?this.page+1:0},attributeSelector:function(){return e.UniqueComponentId()}},components:{CurrentPageReport:w,FirstPageLink:B,LastPageLink:x,NextPageLink:D,PageLinks:T,PrevPageLink:S,RowsPerPageDropdown:A,JumpToPageDropdown:L,JumpToPageInput:C}};return M.render=function(e,t,n,o,r,i){var l=a.resolveComponent("FirstPageLink"),s=a.resolveComponent("PrevPageLink"),p=a.resolveComponent("NextPageLink"),u=a.resolveComponent("LastPageLink"),c=a.resolveComponent("PageLinks"),g=a.resolveComponent("CurrentPageReport"),d=a.resolveComponent("RowsPerPageDropdown"),m=a.resolveComponent("JumpToPageDropdown"),f=a.resolveComponent("JumpToPageInput");return e.alwaysShow||i.pageLinks&&i.pageLinks.length>1?(a.openBlock(),a.createElementBlock("nav",a.normalizeProps(a.mergeProps({key:0},e.ptmi("paginatorWrapper"))),[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(i.templateItems,(function(n,o){return a.openBlock(),a.createElementBlock("div",a.mergeProps({key:o,ref_for:!0,ref:"paginator",class:e.cx("paginator",{key:o})},e.ptm("root")),[e.$slots.start?(a.openBlock(),a.createElementBlock("div",a.mergeProps({key:0,class:e.cx("start")},e.ptm("start")),[a.renderSlot(e.$slots,"start",{state:i.currentState})],16)):a.createCommentVNode("",!0),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n,(function(n){return a.openBlock(),a.createElementBlock(a.Fragment,{key:n},["FirstPageLink"===n?(a.openBlock(),a.createBlock(l,{key:0,"aria-label":i.getAriaLabel("firstPageLabel"),template:e.$slots.firstpagelinkicon,onClick:t[0]||(t[0]=function(e){return i.changePageToFirst(e)}),disabled:i.isFirstPage||i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","template","disabled","unstyled","pt"])):"PrevPageLink"===n?(a.openBlock(),a.createBlock(s,{key:1,"aria-label":i.getAriaLabel("prevPageLabel"),template:e.$slots.prevpagelinkicon,onClick:t[1]||(t[1]=function(e){return i.changePageToPrev(e)}),disabled:i.isFirstPage||i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","template","disabled","unstyled","pt"])):"NextPageLink"===n?(a.openBlock(),a.createBlock(p,{key:2,"aria-label":i.getAriaLabel("nextPageLabel"),template:e.$slots.nextpagelinkicon,onClick:t[2]||(t[2]=function(e){return i.changePageToNext(e)}),disabled:i.isLastPage||i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","template","disabled","unstyled","pt"])):"LastPageLink"===n?(a.openBlock(),a.createBlock(u,{key:3,"aria-label":i.getAriaLabel("lastPageLabel"),template:e.$slots.lastpagelinkicon,onClick:t[3]||(t[3]=function(e){return i.changePageToLast(e)}),disabled:i.isLastPage||i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","template","disabled","unstyled","pt"])):"PageLinks"===n?(a.openBlock(),a.createBlock(c,{key:4,"aria-label":i.getAriaLabel("pageLabel"),value:i.pageLinks,page:i.page,onClick:t[4]||(t[4]=function(e){return i.changePageLink(e)}),pt:e.pt},null,8,["aria-label","value","page","pt"])):"CurrentPageReport"===n?(a.openBlock(),a.createBlock(g,{key:5,"aria-live":"polite",template:e.currentPageReportTemplate,currentPage:i.currentPage,page:i.page,pageCount:i.pageCount,first:r.d_first,rows:r.d_rows,totalRecords:e.totalRecords,unstyled:e.unstyled,pt:e.pt},null,8,["template","currentPage","page","pageCount","first","rows","totalRecords","unstyled","pt"])):"RowsPerPageDropdown"===n&&e.rowsPerPageOptions?(a.openBlock(),a.createBlock(d,{key:6,"aria-label":i.getAriaLabel("rowsPerPageLabel"),rows:r.d_rows,options:e.rowsPerPageOptions,onRowsChange:t[5]||(t[5]=function(e){return i.onRowChange(e)}),disabled:i.empty,templates:e.$slots,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","rows","options","disabled","templates","unstyled","pt"])):"JumpToPageDropdown"===n?(a.openBlock(),a.createBlock(m,{key:7,"aria-label":i.getAriaLabel("jumpToPageDropdownLabel"),page:i.page,pageCount:i.pageCount,onPageChange:t[6]||(t[6]=function(e){return i.changePage(e)}),disabled:i.empty,templates:e.$slots,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","page","pageCount","disabled","templates","unstyled","pt"])):"JumpToPageInput"===n?(a.openBlock(),a.createBlock(f,{key:8,page:i.currentPage,onPageChange:t[7]||(t[7]=function(e){return i.changePage(e)}),disabled:i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["page","disabled","unstyled","pt"])):a.createCommentVNode("",!0)],64)})),128)),e.$slots.end?(a.openBlock(),a.createElementBlock("div",a.mergeProps({key:1,class:e.cx("end")},e.ptm("end")),[a.renderSlot(e.$slots,"end",{state:i.currentState})],16)):a.createCommentVNode("",!0)],16)})),128))],16)):a.createCommentVNode("",!0)},M}(primevue.utils,primevue.basecomponent,primevue.paginator.style,Vue,primevue.icons.angledoubleleft,primevue.ripple,primevue.dropdown,primevue.inputnumber,primevue.icons.angledoubleright,primevue.icons.angleright,primevue.icons.angleleft);
|
|
1
|
+
this.primevue=this.primevue||{},this.primevue.paginator=function(e,t,n,a,o,r,i,l,s,p,u){"use strict";function c(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var g=c(t),d=c(n),m=c(o),f=c(r),h=c(i),P=c(l),b=c(s),y=c(p),v=c(u),k={name:"BasePaginator",extends:g.default,props:{totalRecords:{type:Number,default:0},rows:{type:Number,default:0},first:{type:Number,default:0},pageLinkSize:{type:Number,default:5},rowsPerPageOptions:{type:Array,default:null},template:{type:[Object,String],default:"FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink RowsPerPageDropdown"},currentPageReportTemplate:{type:null,default:"({currentPage} of {totalPages})"},alwaysShow:{type:Boolean,default:!0}},style:d.default,provide:function(){return{$parentInstance:this}}},w={name:"CurrentPageReport",hostName:"Paginator",extends:g.default,props:{pageCount:{type:Number,default:0},currentPage:{type:Number,default:0},page:{type:Number,default:0},first:{type:Number,default:0},rows:{type:Number,default:0},totalRecords:{type:Number,default:0},template:{type:String,default:"({currentPage} of {totalPages})"}},computed:{text:function(){var e=this.template.replace("{currentPage}",this.currentPage).replace("{totalPages}",this.pageCount).replace("{first}",this.pageCount>0?this.first+1:0).replace("{last}",Math.min(this.first+this.rows,this.totalRecords)).replace("{rows}",this.rows).replace("{totalRecords}",this.totalRecords);return e}}};w.render=function(e,t,n,o,r,i){return a.openBlock(),a.createElementBlock("span",a.mergeProps({class:e.cx("current")},e.ptm("current")),a.toDisplayString(i.text),17)};var B={name:"FirstPageLink",hostName:"Paginator",extends:g.default,props:{template:{type:Function,default:null}},methods:{getPTOptions:function(e){return this.ptm(e,{context:{disabled:this.$attrs.disabled}})}},components:{AngleDoubleLeftIcon:m.default},directives:{ripple:f.default}};B.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({class:e.cx("firstPageButton"),type:"button"},i.getPTOptions("firstPageButton"),{"data-pc-group-section":"pagebutton"}),[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.template||"AngleDoubleLeftIcon"),a.mergeProps({class:e.cx("firstPageIcon")},i.getPTOptions("firstPageIcon")),null,16,["class"]))],16)),[[l]])};var L={name:"JumpToPageDropdown",hostName:"Paginator",extends:g.default,emits:["page-change"],props:{page:Number,pageCount:Number,disabled:Boolean,templates:null},methods:{onChange:function(e){this.$emit("page-change",e)}},computed:{pageOptions:function(){for(var e=[],t=0;t<this.pageCount;t++)e.push({label:String(t+1),value:t});return e}},components:{JTPDropdown:h.default}};L.render=function(e,t,n,o,r,i){var l=a.resolveComponent("JTPDropdown");return a.openBlock(),a.createBlock(l,{modelValue:n.page,options:i.pageOptions,optionLabel:"label",optionValue:"value","onUpdate:modelValue":t[0]||(t[0]=function(e){return i.onChange(e)}),class:a.normalizeClass(e.cx("jumpToPageDropdown")),disabled:n.disabled,unstyled:e.unstyled,pt:e.ptm("jumpToPageDropdown"),"data-pc-group-section":"pagedropdown"},a.createSlots({_:2},[n.templates.jumptopagedropdownicon?{name:"dropdownicon",fn:a.withCtx((function(e){return[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.templates.jumptopagedropdownicon),{class:a.normalizeClass(e.class)},null,8,["class"]))]})),key:"0"}:void 0]),1032,["modelValue","options","class","disabled","unstyled","pt"])};var C={name:"JumpToPageInput",hostName:"Paginator",extends:g.default,inheritAttrs:!1,emits:["page-change"],props:{page:Number,pageCount:Number,disabled:Boolean},data:function(){return{d_page:this.page}},watch:{page:function(e){this.d_page=e}},methods:{onChange:function(e){e!==this.page&&(this.d_page=e,this.$emit("page-change",e-1))}},computed:{inputArialabel:function(){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.jumpToPageInputLabel:void 0}},components:{JTPInput:P.default}};C.render=function(e,t,n,o,r,i){var l=a.resolveComponent("JTPInput");return a.openBlock(),a.createBlock(l,{ref:"jtpInput",modelValue:r.d_page,class:a.normalizeClass(e.cx("jumpToPageInput")),"aria-label":i.inputArialabel,disabled:n.disabled,"onUpdate:modelValue":i.onChange,unstyled:e.unstyled,pt:e.ptm("jumpToPageInput")},null,8,["modelValue","class","aria-label","disabled","onUpdate:modelValue","unstyled","pt"])};var x={name:"LastPageLink",hostName:"Paginator",extends:g.default,props:{template:{type:Function,default:null}},methods:{getPTOptions:function(e){return this.ptm(e,{context:{disabled:this.$attrs.disabled}})}},components:{AngleDoubleRightIcon:b.default},directives:{ripple:f.default}};x.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({class:e.cx("lastPageButton"),type:"button"},i.getPTOptions("lastPageButton"),{"data-pc-group-section":"pagebutton"}),[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.template||"AngleDoubleRightIcon"),a.mergeProps({class:e.cx("lastPageIcon")},i.getPTOptions("lastPageIcon")),null,16,["class"]))],16)),[[l]])};var D={name:"NextPageLink",hostName:"Paginator",extends:g.default,props:{template:{type:Function,default:null}},methods:{getPTOptions:function(e){return this.ptm(e,{context:{disabled:this.$attrs.disabled}})}},components:{AngleRightIcon:y.default},directives:{ripple:f.default}};D.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({class:e.cx("nextPageButton"),type:"button"},i.getPTOptions("nextPageButton"),{"data-pc-group-section":"pagebutton"}),[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.template||"AngleRightIcon"),a.mergeProps({class:e.cx("nextPageIcon")},i.getPTOptions("nextPageIcon")),null,16,["class"]))],16)),[[l]])};var T={name:"PageLinks",hostName:"Paginator",extends:g.default,inheritAttrs:!1,emits:["click"],props:{value:Array,page:Number},methods:{getPTOptions:function(e,t){return this.ptm(t,{context:{active:e===this.page}})},onPageLinkClick:function(e,t){this.$emit("click",{originalEvent:e,value:t})},ariaPageLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria.pageLabel.replace(/{page}/g,e):void 0}},directives:{ripple:f.default}},N=["aria-label","aria-current","onClick","data-p-highlight"];T.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.openBlock(),a.createElementBlock("span",a.mergeProps({class:e.cx("pages")},e.ptm("pages")),[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n.value,(function(t){return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({key:t,class:e.cx("pageButton",{pageLink:t}),type:"button","aria-label":i.ariaPageLabel(t),"aria-current":t-1===n.page?"page":void 0,onClick:function(e){return i.onPageLinkClick(e,t)}},i.getPTOptions(t-1,"pageButton"),{"data-p-highlight":t-1===n.page}),[a.createTextVNode(a.toDisplayString(t),1)],16,N)),[[l]])})),128))],16)};var S={name:"PrevPageLink",hostName:"Paginator",extends:g.default,props:{template:{type:Function,default:null}},methods:{getPTOptions:function(e){return this.ptm(e,{context:{disabled:this.$attrs.disabled}})}},components:{AngleLeftIcon:v.default},directives:{ripple:f.default}};S.render=function(e,t,n,o,r,i){var l=a.resolveDirective("ripple");return a.withDirectives((a.openBlock(),a.createElementBlock("button",a.mergeProps({class:e.cx("previousPageButton"),type:"button"},i.getPTOptions("previousPageButton"),{"data-pc-group-section":"pagebutton"}),[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.template||"AngleLeftIcon"),a.mergeProps({class:e.cx("previousPageIcon")},i.getPTOptions("previousPageIcon")),null,16,["class"]))],16)),[[l]])};var A={name:"RowsPerPageDropdown",hostName:"Paginator",extends:g.default,emits:["rows-change"],props:{options:Array,rows:Number,disabled:Boolean,templates:null},methods:{onChange:function(e){this.$emit("rows-change",e)}},computed:{rowsOptions:function(){var e=[];if(this.options)for(var t=0;t<this.options.length;t++)e.push({label:String(this.options[t]),value:this.options[t]});return e}},components:{RPPDropdown:h.default}};function I(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function O(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function $(e){if(Array.isArray(e))return F(e)}function R(e){return R="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},R(e)}function E(e,t){return J(e)||V(e,t)||j(e,t)||_()}function _(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function j(e,t){if(e){if("string"==typeof e)return F(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?F(e,t):void 0}}function F(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,a=new Array(t);n<t;n++)a[n]=e[n];return a}function V(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var a,o,r,i,l=[],s=!0,p=!1;try{if(r=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(a=r.call(n)).done)&&(l.push(a.value),l.length!==t);s=!0);}catch(e){p=!0,o=e}finally{try{if(!s&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(p)throw o}}return l}}function J(e){if(Array.isArray(e))return e}A.render=function(e,t,n,o,r,i){var l=a.resolveComponent("RPPDropdown");return a.openBlock(),a.createBlock(l,{modelValue:n.rows,options:i.rowsOptions,optionLabel:"label",optionValue:"value","onUpdate:modelValue":t[0]||(t[0]=function(e){return i.onChange(e)}),class:a.normalizeClass(e.cx("rowPerPageDropdown")),disabled:n.disabled,unstyled:e.unstyled,pt:e.ptm("rowPerPageDropdown"),"data-pc-group-section":"pagedropdown"},a.createSlots({_:2},[n.templates.rowsperpagedropdownicon?{name:"dropdownicon",fn:a.withCtx((function(e){return[(a.openBlock(),a.createBlock(a.resolveDynamicComponent(n.templates.rowsperpagedropdownicon),{class:a.normalizeClass(e.class)},null,8,["class"]))]})),key:"0"}:void 0]),1032,["modelValue","options","class","disabled","unstyled","pt"])};var M={name:"Paginator",extends:k,inheritAttrs:!1,emits:["update:first","update:rows","page"],data:function(){return{d_first:this.first,d_rows:this.rows}},watch:{first:function(e){this.d_first=e},rows:function(e){this.d_rows=e},totalRecords:function(e){this.page>0&&e&&this.d_first>=e&&this.changePage(this.pageCount-1)}},mounted:function(){this.setPaginatorAttribute(),this.createStyle()},methods:{changePage:function(e){var t=this.pageCount;if(e>=0&&e<t){this.d_first=this.d_rows*e;var n={page:e,first:this.d_first,rows:this.d_rows,pageCount:t};this.$emit("update:first",this.d_first),this.$emit("update:rows",this.d_rows),this.$emit("page",n)}},changePageToFirst:function(e){this.isFirstPage||this.changePage(0),e.preventDefault()},changePageToPrev:function(e){this.changePage(this.page-1),e.preventDefault()},changePageLink:function(e){this.changePage(e.value-1),e.originalEvent.preventDefault()},changePageToNext:function(e){this.changePage(this.page+1),e.preventDefault()},changePageToLast:function(e){this.isLastPage||this.changePage(this.pageCount-1),e.preventDefault()},onRowChange:function(e){this.d_rows=e,this.changePage(this.page)},createStyle:function(){var t=this;if(this.hasBreakpoints()&&!this.isUnstyled){var n;this.styleElement=document.createElement("style"),this.styleElement.type="text/css",e.DomHandler.setAttribute(this.styleElement,"nonce",null===(n=this.$primevue)||void 0===n||null===(n=n.config)||void 0===n||null===(n=n.csp)||void 0===n?void 0:n.nonce),document.head.appendChild(this.styleElement);var a="",o=Object.keys(this.template),r={};o.sort((function(e,t){return parseInt(e)-parseInt(t)})).forEach((function(e){r[e]=t.template[e]}));for(var i=0,l=Object.entries(Object.entries(r));i<l.length;i++){var s,p=E(l[i],2),u=p[0],c=E(p[1],1)[0],g=void 0;g="default"!==c&&"string"==typeof Object.keys(r)[u-1]?Number(Object.keys(r)[u-1].slice(0,-2))+1+"px":Object.keys(r)[u-1],s=Object.entries(r)[u-1]?"and (min-width:".concat(g,")"):"",a+="default"===c?"\n @media screen ".concat(s," {\n .paginator[").concat(this.attributeSelector,"],\n display: flex;\n }\n }\n "):"\n.paginator[".concat(this.attributeSelector,"], .p-paginator-").concat(c," {\n display: none;\n}\n@media screen ").concat(s," and (max-width: ").concat(c,") {\n .paginator[").concat(this.attributeSelector,"], .p-paginator-").concat(c," {\n display: flex;\n }\n .paginator[").concat(this.attributeSelector,"],\n .p-paginator-default{\n display: none;\n }\n}\n ")}this.styleElement.innerHTML=a}},hasBreakpoints:function(){return"object"===R(this.template)},setPaginatorAttribute:function(){var e,t=this;this.$refs.paginator&&this.$refs.paginator.length>=0&&(e=this.$refs.paginator,$(e)||O(e)||j(e)||I()).forEach((function(e){e.setAttribute(t.attributeSelector,"")}))},getAriaLabel:function(e){return this.$primevue.config.locale.aria?this.$primevue.config.locale.aria[e]:void 0}},computed:{templateItems:function(){var e={};if(this.hasBreakpoints()){for(var t in(e=this.template).default||(e.default="FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink RowsPerPageDropdown"),e)e[t]=this.template[t].split(" ").map((function(e){return e.trim()}));return e}return e.default=this.template.split(" ").map((function(e){return e.trim()})),e},page:function(){return Math.floor(this.d_first/this.d_rows)},pageCount:function(){return Math.ceil(this.totalRecords/this.d_rows)},isFirstPage:function(){return 0===this.page},isLastPage:function(){return this.page===this.pageCount-1},calculatePageLinkBoundaries:function(){var e=this.pageCount,t=Math.min(this.pageLinkSize,e),n=Math.max(0,Math.ceil(this.page-t/2)),a=Math.min(e-1,n+t-1);return[n=Math.max(0,n-(this.pageLinkSize-(a-n+1))),a]},pageLinks:function(){for(var e=[],t=this.calculatePageLinkBoundaries,n=t[1],a=t[0];a<=n;a++)e.push(a+1);return e},currentState:function(){return{page:this.page,first:this.d_first,rows:this.d_rows}},empty:function(){return 0===this.pageCount},currentPage:function(){return this.pageCount>0?this.page+1:0},attributeSelector:function(){return e.UniqueComponentId()}},components:{CurrentPageReport:w,FirstPageLink:B,LastPageLink:x,NextPageLink:D,PageLinks:T,PrevPageLink:S,RowsPerPageDropdown:A,JumpToPageDropdown:L,JumpToPageInput:C}};return M.render=function(e,t,n,o,r,i){var l=a.resolveComponent("FirstPageLink"),s=a.resolveComponent("PrevPageLink"),p=a.resolveComponent("NextPageLink"),u=a.resolveComponent("LastPageLink"),c=a.resolveComponent("PageLinks"),g=a.resolveComponent("CurrentPageReport"),d=a.resolveComponent("RowsPerPageDropdown"),m=a.resolveComponent("JumpToPageDropdown"),f=a.resolveComponent("JumpToPageInput");return e.alwaysShow||i.pageLinks&&i.pageLinks.length>1?(a.openBlock(),a.createElementBlock("nav",a.normalizeProps(a.mergeProps({key:0},e.ptmi("paginatorWrapper"))),[(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(i.templateItems,(function(n,o){return a.openBlock(),a.createElementBlock("div",a.mergeProps({key:o,ref_for:!0,ref:"paginator",class:e.cx("paginator",{key:o})},e.ptm("root")),[e.$slots.start?(a.openBlock(),a.createElementBlock("div",a.mergeProps({key:0,class:e.cx("start")},e.ptm("start")),[a.renderSlot(e.$slots,"start",{state:i.currentState})],16)):a.createCommentVNode("",!0),(a.openBlock(!0),a.createElementBlock(a.Fragment,null,a.renderList(n,(function(n){return a.openBlock(),a.createElementBlock(a.Fragment,{key:n},["FirstPageLink"===n?(a.openBlock(),a.createBlock(l,{key:0,"aria-label":i.getAriaLabel("firstPageLabel"),template:e.$slots.firstpagelinkicon,onClick:t[0]||(t[0]=function(e){return i.changePageToFirst(e)}),disabled:i.isFirstPage||i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","template","disabled","unstyled","pt"])):"PrevPageLink"===n?(a.openBlock(),a.createBlock(s,{key:1,"aria-label":i.getAriaLabel("prevPageLabel"),template:e.$slots.prevpagelinkicon,onClick:t[1]||(t[1]=function(e){return i.changePageToPrev(e)}),disabled:i.isFirstPage||i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","template","disabled","unstyled","pt"])):"NextPageLink"===n?(a.openBlock(),a.createBlock(p,{key:2,"aria-label":i.getAriaLabel("nextPageLabel"),template:e.$slots.nextpagelinkicon,onClick:t[2]||(t[2]=function(e){return i.changePageToNext(e)}),disabled:i.isLastPage||i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","template","disabled","unstyled","pt"])):"LastPageLink"===n?(a.openBlock(),a.createBlock(u,{key:3,"aria-label":i.getAriaLabel("lastPageLabel"),template:e.$slots.lastpagelinkicon,onClick:t[3]||(t[3]=function(e){return i.changePageToLast(e)}),disabled:i.isLastPage||i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","template","disabled","unstyled","pt"])):"PageLinks"===n?(a.openBlock(),a.createBlock(c,{key:4,"aria-label":i.getAriaLabel("pageLabel"),value:i.pageLinks,page:i.page,onClick:t[4]||(t[4]=function(e){return i.changePageLink(e)}),pt:e.pt},null,8,["aria-label","value","page","pt"])):"CurrentPageReport"===n?(a.openBlock(),a.createBlock(g,{key:5,"aria-live":"polite",template:e.currentPageReportTemplate,currentPage:i.currentPage,page:i.page,pageCount:i.pageCount,first:r.d_first,rows:r.d_rows,totalRecords:e.totalRecords,unstyled:e.unstyled,pt:e.pt},null,8,["template","currentPage","page","pageCount","first","rows","totalRecords","unstyled","pt"])):"RowsPerPageDropdown"===n&&e.rowsPerPageOptions?(a.openBlock(),a.createBlock(d,{key:6,"aria-label":i.getAriaLabel("rowsPerPageLabel"),rows:r.d_rows,options:e.rowsPerPageOptions,onRowsChange:t[5]||(t[5]=function(e){return i.onRowChange(e)}),disabled:i.empty,templates:e.$slots,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","rows","options","disabled","templates","unstyled","pt"])):"JumpToPageDropdown"===n?(a.openBlock(),a.createBlock(m,{key:7,"aria-label":i.getAriaLabel("jumpToPageDropdownLabel"),page:i.page,pageCount:i.pageCount,onPageChange:t[6]||(t[6]=function(e){return i.changePage(e)}),disabled:i.empty,templates:e.$slots,unstyled:e.unstyled,pt:e.pt},null,8,["aria-label","page","pageCount","disabled","templates","unstyled","pt"])):"JumpToPageInput"===n?(a.openBlock(),a.createBlock(f,{key:8,page:i.currentPage,onPageChange:t[7]||(t[7]=function(e){return i.changePage(e)}),disabled:i.empty,unstyled:e.unstyled,pt:e.pt},null,8,["page","disabled","unstyled","pt"])):a.createCommentVNode("",!0)],64)})),128)),e.$slots.end?(a.openBlock(),a.createElementBlock("div",a.mergeProps({key:1,class:e.cx("end")},e.ptm("end")),[a.renderSlot(e.$slots,"end",{state:i.currentState})],16)):a.createCommentVNode("",!0)],16)})),128))],16)):a.createCommentVNode("",!0)},M}(primevue.utils,primevue.basecomponent,primevue.paginator.style,Vue,primevue.icons.angledoubleleft,primevue.ripple,primevue.dropdown,primevue.inputnumber,primevue.icons.angledoubleright,primevue.icons.angleright,primevue.icons.angleleft);
|
package/panel/Panel.d.ts
CHANGED
|
@@ -243,8 +243,8 @@ export interface PanelEmits {
|
|
|
243
243
|
*/
|
|
244
244
|
declare class Panel extends ClassComponent<PanelProps, PanelSlots, PanelEmits> {}
|
|
245
245
|
|
|
246
|
-
declare module '
|
|
247
|
-
interface GlobalComponents {
|
|
246
|
+
declare module 'vue' {
|
|
247
|
+
export interface GlobalComponents {
|
|
248
248
|
Panel: GlobalComponentConstructor<Panel>;
|
|
249
249
|
}
|
|
250
250
|
}
|
package/panelmenu/PanelMenu.d.ts
CHANGED
|
@@ -405,8 +405,8 @@ export interface PanelMenuEmits {
|
|
|
405
405
|
*/
|
|
406
406
|
declare class PanelMenu extends ClassComponent<PanelMenuProps, PanelMenuSlots, PanelMenuEmits> {}
|
|
407
407
|
|
|
408
|
-
declare module '
|
|
409
|
-
interface GlobalComponents {
|
|
408
|
+
declare module 'vue' {
|
|
409
|
+
export interface GlobalComponents {
|
|
410
410
|
PanelMenu: GlobalComponentConstructor<PanelMenu>;
|
|
411
411
|
}
|
|
412
412
|
}
|
package/password/Password.d.ts
CHANGED
|
@@ -379,8 +379,8 @@ export interface PasswordEmits {
|
|
|
379
379
|
*/
|
|
380
380
|
declare class Password extends ClassComponent<PasswordProps, PasswordSlots, PasswordEmits> {}
|
|
381
381
|
|
|
382
|
-
declare module '
|
|
383
|
-
interface GlobalComponents {
|
|
382
|
+
declare module 'vue' {
|
|
383
|
+
export interface GlobalComponents {
|
|
384
384
|
Password: GlobalComponentConstructor<Password>;
|
|
385
385
|
}
|
|
386
386
|
}
|
package/picklist/PickList.d.ts
CHANGED
|
@@ -606,8 +606,8 @@ export interface PickListEmits {
|
|
|
606
606
|
*/
|
|
607
607
|
declare class PickList extends ClassComponent<PickListProps, PickListSlots, PickListEmits> {}
|
|
608
608
|
|
|
609
|
-
declare module '
|
|
610
|
-
interface GlobalComponents {
|
|
609
|
+
declare module 'vue' {
|
|
610
|
+
export interface GlobalComponents {
|
|
611
611
|
PickList: GlobalComponentConstructor<PickList>;
|
|
612
612
|
}
|
|
613
613
|
}
|
package/portal/Portal.d.ts
CHANGED
|
@@ -28,8 +28,8 @@ export declare type PortalEmits = {};
|
|
|
28
28
|
|
|
29
29
|
declare class Portal extends ClassComponent<PortalProps, PortalSlots, PortalEmits> {}
|
|
30
30
|
|
|
31
|
-
declare module '
|
|
32
|
-
interface GlobalComponents {
|
|
31
|
+
declare module 'vue' {
|
|
32
|
+
export interface GlobalComponents {
|
|
33
33
|
Portal: GlobalComponentConstructor<Portal>;
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -130,8 +130,8 @@ export interface ProgressBarEmits {}
|
|
|
130
130
|
*/
|
|
131
131
|
declare class ProgressBar extends ClassComponent<ProgressBarProps, ProgressBarSlots, ProgressBarEmits> {}
|
|
132
132
|
|
|
133
|
-
declare module '
|
|
134
|
-
interface GlobalComponents {
|
|
133
|
+
declare module 'vue' {
|
|
134
|
+
export interface GlobalComponents {
|
|
135
135
|
ProgressBar: GlobalComponentConstructor<ProgressBar>;
|
|
136
136
|
}
|
|
137
137
|
}
|
|
@@ -128,8 +128,8 @@ export interface ProgressSpinnerEmits {}
|
|
|
128
128
|
*/
|
|
129
129
|
declare class ProgressSpinner extends ClassComponent<ProgressSpinnerProps, ProgressSpinnerSlots, ProgressSpinnerEmits> {}
|
|
130
130
|
|
|
131
|
-
declare module '
|
|
132
|
-
interface GlobalComponents {
|
|
131
|
+
declare module 'vue' {
|
|
132
|
+
export interface GlobalComponents {
|
|
133
133
|
ProgressSpinner: GlobalComponentConstructor<ProgressSpinner>;
|
|
134
134
|
}
|
|
135
135
|
}
|
|
@@ -229,8 +229,8 @@ export interface RadioButtonEmits {
|
|
|
229
229
|
*/
|
|
230
230
|
declare class RadioButton extends ClassComponent<RadioButtonProps, RadioButtonSlots, RadioButtonEmits> {}
|
|
231
231
|
|
|
232
|
-
declare module '
|
|
233
|
-
interface GlobalComponents {
|
|
232
|
+
declare module 'vue' {
|
|
233
|
+
export interface GlobalComponents {
|
|
234
234
|
RadioButton: GlobalComponentConstructor<RadioButton>;
|
|
235
235
|
}
|
|
236
236
|
}
|
package/rating/Rating.d.ts
CHANGED
|
@@ -299,8 +299,8 @@ export interface RatingEmits {
|
|
|
299
299
|
*/
|
|
300
300
|
declare class Rating extends ClassComponent<RatingProps, RatingSlots, RatingEmits> {}
|
|
301
301
|
|
|
302
|
-
declare module '
|
|
303
|
-
interface GlobalComponents {
|
|
302
|
+
declare module 'vue' {
|
|
303
|
+
export interface GlobalComponents {
|
|
304
304
|
Rating: GlobalComponentConstructor<Rating>;
|
|
305
305
|
}
|
|
306
306
|
}
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6327,6 +6327,7 @@
|
|
|
6327
6327
|
}
|
|
6328
6328
|
|
|
6329
6329
|
.p-stepper-number {
|
|
6330
|
+
position: relative;
|
|
6330
6331
|
display: flex;
|
|
6331
6332
|
align-items: center;
|
|
6332
6333
|
justify-content: center;
|
|
@@ -11815,7 +11816,12 @@
|
|
|
11815
11816
|
border-radius: 6px;
|
|
11816
11817
|
}
|
|
11817
11818
|
|
|
11818
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11819
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11820
|
+
content: " ";
|
|
11821
|
+
position: absolute;
|
|
11822
|
+
width: 100%;
|
|
11823
|
+
height: 100%;
|
|
11824
|
+
border-radius: 50%;
|
|
11819
11825
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11820
11826
|
}
|
|
11821
11827
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|
|
@@ -6319,6 +6319,7 @@
|
|
|
6319
6319
|
}
|
|
6320
6320
|
|
|
6321
6321
|
.p-stepper-number {
|
|
6322
|
+
position: relative;
|
|
6322
6323
|
display: flex;
|
|
6323
6324
|
align-items: center;
|
|
6324
6325
|
justify-content: center;
|
|
@@ -11807,7 +11808,12 @@
|
|
|
11807
11808
|
border-radius: 6px;
|
|
11808
11809
|
}
|
|
11809
11810
|
|
|
11810
|
-
.p-stepper .p-stepper-header .p-stepper-number {
|
|
11811
|
+
.p-stepper .p-stepper-header .p-stepper-number::after {
|
|
11812
|
+
content: " ";
|
|
11813
|
+
position: absolute;
|
|
11814
|
+
width: 100%;
|
|
11815
|
+
height: 100%;
|
|
11816
|
+
border-radius: 50%;
|
|
11811
11817
|
box-shadow: 0px 0.5px 0px 0px rgba(0, 0, 0, 0.06), 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
|
|
11812
11818
|
}
|
|
11813
11819
|
.p-stepper .p-stepper-header.p-highlight .p-stepper-number {
|