primevue 2.7.0 → 2.8.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/accordiontab/accordiontab.common.js +22 -0
- package/accordiontab/accordiontab.umd.js +22 -0
- package/accordiontab/accordiontab.umd.min.js +1 -1
- package/api/Api.d.ts +296 -0
- package/api/Api.js +47 -0
- package/api/FilterMatchMode.js +26 -0
- package/api/FilterOperator.js +12 -0
- package/api/FilterService.js +260 -0
- package/api/PrimeIcons.js +246 -0
- package/api/ToastSeverity.js +14 -0
- package/api/api.common.js +4889 -0
- package/api/api.umd.js +4899 -0
- package/api/api.umd.min.js +1 -0
- package/api/demo.html +8 -0
- package/api/filtermatchmode.common.js +186 -0
- package/api/filtermatchmode.umd.js +196 -0
- package/api/filtermatchmode.umd.min.js +1 -0
- package/api/filteroperator.common.js +172 -0
- package/api/filteroperator.umd.js +182 -0
- package/api/filteroperator.umd.min.js +1 -0
- package/{utils/filterutils.common.js → api/filterservice.common.js} +207 -110
- package/{utils/filterutils.umd.js → api/filterservice.umd.js} +209 -112
- package/api/filterservice.umd.min.js +1 -0
- package/api/index.d.ts +1 -0
- package/api/index.js +2 -0
- package/api/primeicons.common.js +406 -0
- package/api/primeicons.umd.js +416 -0
- package/api/primeicons.umd.min.js +1 -0
- package/api/toastseverity.common.js +174 -0
- package/api/toastseverity.umd.js +184 -0
- package/api/toastseverity.umd.min.js +1 -0
- package/autocomplete/autocomplete.common.js +45 -21
- package/autocomplete/autocomplete.umd.js +45 -21
- package/autocomplete/autocomplete.umd.min.js +1 -1
- package/badgedirective/badgedirective.common.js +22 -0
- package/badgedirective/badgedirective.umd.js +22 -0
- package/badgedirective/badgedirective.umd.min.js +1 -1
- package/blockui/blockui.common.js +22 -0
- package/blockui/blockui.umd.js +22 -0
- package/blockui/blockui.umd.min.js +1 -1
- package/button/button.common.js +22 -0
- package/button/button.umd.js +22 -0
- package/button/button.umd.min.js +1 -1
- package/calendar/Calendar.vue +23 -6
- package/calendar/calendar.common.js +71 -37
- package/calendar/calendar.umd.js +71 -37
- package/calendar/calendar.umd.min.js +1 -1
- package/carousel/carousel.common.js +22 -0
- package/carousel/carousel.umd.js +22 -0
- package/carousel/carousel.umd.min.js +1 -1
- package/cascadeselect/cascadeselect.common.js +42 -17
- package/cascadeselect/cascadeselect.umd.js +42 -17
- package/cascadeselect/cascadeselect.umd.min.js +1 -1
- package/cascadeselect/cascadeselectsub.common.js +42 -17
- package/cascadeselect/cascadeselectsub.umd.js +42 -17
- package/cascadeselect/cascadeselectsub.umd.min.js +1 -1
- package/cascadeselect/demo.html +4 -3
- package/chart/Chart.vue +16 -5
- package/chart/chart.common.js +18 -6
- package/chart/chart.umd.js +18 -6
- package/chart/chart.umd.min.js +1 -1
- package/checkbox/checkbox.common.js +25 -17
- package/checkbox/checkbox.umd.js +25 -17
- package/checkbox/checkbox.umd.min.js +1 -1
- package/colorpicker/colorpicker.common.js +22 -0
- package/colorpicker/colorpicker.umd.js +22 -0
- package/colorpicker/colorpicker.umd.min.js +1 -1
- package/column/Column.vue +72 -12
- package/column/column.common.js +71 -11
- package/column/column.umd.js +71 -11
- package/column/column.umd.min.js +1 -1
- package/config/PrimeVue.d.ts +24 -2
- package/config/PrimeVue.js +34 -4
- package/config/primevue.common.js +3584 -133
- package/config/primevue.umd.js +3584 -133
- package/config/primevue.umd.min.js +1 -1
- package/confirmationeventbus/confirmationeventbus.common.js +0 -4
- package/confirmationeventbus/confirmationeventbus.umd.js +0 -4
- package/confirmationeventbus/confirmationeventbus.umd.min.js +1 -1
- package/confirmationservice/confirmationservice.common.js +0 -4
- package/confirmationservice/confirmationservice.umd.js +0 -4
- package/confirmationservice/confirmationservice.umd.min.js +1 -1
- package/confirmdialog/confirmdialog.common.js +24 -7
- package/confirmdialog/confirmdialog.umd.js +24 -7
- package/confirmdialog/confirmdialog.umd.min.js +1 -1
- package/confirmpopup/confirmpopup.common.js +22 -4
- package/confirmpopup/confirmpopup.umd.js +22 -4
- package/confirmpopup/confirmpopup.umd.min.js +1 -1
- package/contextmenu/contextmenu.common.js +22 -0
- package/contextmenu/contextmenu.umd.js +22 -0
- package/contextmenu/contextmenu.umd.min.js +1 -1
- package/contextmenu/contextmenusub.common.js +22 -0
- package/contextmenu/contextmenusub.umd.js +22 -0
- package/contextmenu/contextmenusub.umd.min.js +1 -1
- package/datatable/BodyCell.vue +116 -36
- package/datatable/ColumnFilter.vue +558 -0
- package/datatable/ColumnSlot.vue +21 -1
- package/datatable/DataTable.d.ts +34 -8
- package/datatable/DataTable.vue +569 -379
- package/datatable/FooterCell.vue +82 -0
- package/datatable/HeaderCell.vue +246 -0
- package/datatable/TableBody.vue +79 -19
- package/datatable/TableFooter.vue +34 -18
- package/datatable/TableHeader.vue +79 -134
- package/datatable/bodycell.common.js +570 -56
- package/datatable/bodycell.umd.js +570 -56
- package/datatable/bodycell.umd.min.js +1 -1
- package/datatable/columnfilter.common.js +7610 -0
- package/datatable/columnfilter.umd.js +7620 -0
- package/datatable/columnfilter.umd.min.js +1 -0
- package/datatable/columnslot.common.js +21 -1
- package/datatable/columnslot.umd.js +21 -1
- package/datatable/columnslot.umd.min.js +1 -1
- package/datatable/datatable.common.js +2777 -1703
- package/datatable/datatable.umd.js +2777 -1703
- package/datatable/datatable.umd.min.js +1 -1
- package/datatable/demo.html +3 -3
- package/datatable/{scrollableview.common.js → footercell.common.js} +1861 -411
- package/datatable/{scrollableview.umd.js → footercell.umd.js} +1863 -413
- package/datatable/footercell.umd.min.js +1 -0
- package/datatable/headercell.common.js +8058 -0
- package/datatable/headercell.umd.js +8068 -0
- package/datatable/headercell.umd.min.js +1 -0
- package/datatable/tablebody.common.js +1054 -478
- package/datatable/tablebody.umd.js +1054 -478
- package/datatable/tablebody.umd.min.js +1 -1
- package/datatable/tablefooter.common.js +3785 -105
- package/datatable/tablefooter.umd.js +3785 -105
- package/datatable/tablefooter.umd.min.js +1 -1
- package/datatable/tableheader.common.js +6629 -2139
- package/datatable/tableheader.umd.js +6629 -2139
- package/datatable/tableheader.umd.min.js +1 -1
- package/datatable/tableloadingbody.common.js +21 -1
- package/datatable/tableloadingbody.umd.js +21 -1
- package/datatable/tableloadingbody.umd.min.js +1 -1
- package/dataview/dataview.common.js +53 -30
- package/dataview/dataview.umd.js +53 -30
- package/dataview/dataview.umd.min.js +1 -1
- package/dialog/dialog.common.js +24 -6
- package/dialog/dialog.umd.js +24 -6
- package/dialog/dialog.umd.min.js +1 -1
- package/dropdown/Dropdown.vue +2 -0
- package/dropdown/dropdown.common.js +45 -20
- package/dropdown/dropdown.umd.js +45 -20
- package/dropdown/dropdown.umd.min.js +1 -1
- package/fieldset/fieldset.common.js +22 -0
- package/fieldset/fieldset.umd.js +22 -0
- package/fieldset/fieldset.umd.min.js +1 -1
- package/fileupload/fileupload.common.js +22 -0
- package/fileupload/fileupload.umd.js +22 -0
- package/fileupload/fileupload.umd.min.js +1 -1
- package/fullcalendar/fullcalendar.common.js +5 -9
- package/fullcalendar/fullcalendar.umd.js +5 -9
- package/fullcalendar/fullcalendar.umd.min.js +2 -2
- package/galleria/galleria.common.js +22 -4
- package/galleria/galleria.umd.js +22 -4
- package/galleria/galleria.umd.min.js +1 -1
- package/galleria/galleriacontent.common.js +22 -0
- package/galleria/galleriacontent.umd.js +22 -0
- package/galleria/galleriacontent.umd.min.js +1 -1
- package/galleria/galleriaitem.common.js +22 -0
- package/galleria/galleriaitem.umd.js +22 -0
- package/galleria/galleriaitem.umd.min.js +1 -1
- package/galleria/galleriathumbnails.common.js +22 -0
- package/galleria/galleriathumbnails.umd.js +22 -0
- package/galleria/galleriathumbnails.umd.min.js +1 -1
- package/imagepreview/imagepreview.common.js +22 -0
- package/imagepreview/imagepreview.umd.js +22 -0
- package/imagepreview/imagepreview.umd.min.js +1 -1
- package/inplace/inplace.common.js +22 -0
- package/inplace/inplace.umd.js +22 -0
- package/inplace/inplace.umd.min.js +1 -1
- package/inputmask/inputmask.common.js +24 -6
- package/inputmask/inputmask.umd.js +24 -6
- package/inputmask/inputmask.umd.min.js +1 -1
- package/inputnumber/inputnumber.common.js +26 -9
- package/inputnumber/inputnumber.umd.js +26 -9
- package/inputnumber/inputnumber.umd.min.js +1 -1
- package/inputtext/inputtext.common.js +2 -6
- package/inputtext/inputtext.umd.js +2 -6
- package/inputtext/inputtext.umd.min.js +1 -1
- package/listbox/listbox.common.js +42 -17
- package/listbox/listbox.umd.js +42 -17
- package/listbox/listbox.umd.min.js +1 -1
- package/megamenu/megamenu.common.js +22 -0
- package/megamenu/megamenu.umd.js +22 -0
- package/megamenu/megamenu.umd.min.js +1 -1
- package/menu/menu.common.js +22 -0
- package/menu/menu.umd.js +22 -0
- package/menu/menu.umd.min.js +1 -1
- package/menu/menuitem.common.js +22 -0
- package/menu/menuitem.umd.js +22 -0
- package/menu/menuitem.umd.min.js +1 -1
- package/menubar/menubar.common.js +22 -0
- package/menubar/menubar.umd.js +22 -0
- package/menubar/menubar.umd.min.js +1 -1
- package/menubar/menubarsub.common.js +22 -0
- package/menubar/menubarsub.umd.js +22 -0
- package/menubar/menubarsub.umd.min.js +1 -1
- package/message/message.common.js +22 -0
- package/message/message.umd.js +22 -0
- package/message/message.umd.min.js +1 -1
- package/multiselect/multiselect.common.js +42 -17
- package/multiselect/multiselect.umd.js +42 -17
- package/multiselect/multiselect.umd.min.js +1 -1
- package/orderlist/orderlist.common.js +42 -17
- package/orderlist/orderlist.umd.js +42 -17
- package/orderlist/orderlist.umd.min.js +1 -1
- package/organizationchart/organizationchart.common.js +24 -6
- package/organizationchart/organizationchart.umd.js +24 -6
- package/organizationchart/organizationchart.umd.min.js +1 -1
- package/organizationchart/organizationchartnode.common.js +22 -0
- package/organizationchart/organizationchartnode.umd.js +22 -0
- package/organizationchart/organizationchartnode.umd.min.js +1 -1
- package/overlayeventbus/OverlayEventBus.js +14 -0
- package/overlayeventbus/demo.html +8 -0
- package/overlayeventbus/index.d.ts +1 -0
- package/overlayeventbus/index.js +2 -0
- package/overlayeventbus/overlayeventbus.common.js +1773 -0
- package/overlayeventbus/overlayeventbus.umd.js +1783 -0
- package/overlayeventbus/overlayeventbus.umd.min.js +1 -0
- package/overlaypanel/overlaypanel.common.js +22 -0
- package/overlaypanel/overlaypanel.umd.js +22 -0
- package/overlaypanel/overlaypanel.umd.min.js +1 -1
- package/package.json +1 -1
- package/paginator/firstpagelink.common.js +22 -0
- package/paginator/firstpagelink.umd.js +22 -0
- package/paginator/firstpagelink.umd.min.js +1 -1
- package/paginator/jumptopagedropdown.common.js +49 -24
- package/paginator/jumptopagedropdown.umd.js +49 -24
- package/paginator/jumptopagedropdown.umd.min.js +1 -1
- package/paginator/jumptopageinput.common.js +26 -9
- package/paginator/jumptopageinput.umd.js +26 -9
- package/paginator/jumptopageinput.umd.min.js +1 -1
- package/paginator/lastpagelink.common.js +22 -0
- package/paginator/lastpagelink.umd.js +22 -0
- package/paginator/lastpagelink.umd.min.js +1 -1
- package/paginator/nextpagelink.common.js +22 -0
- package/paginator/nextpagelink.umd.js +22 -0
- package/paginator/nextpagelink.umd.min.js +1 -1
- package/paginator/pagelinks.common.js +22 -0
- package/paginator/pagelinks.umd.js +22 -0
- package/paginator/pagelinks.umd.min.js +1 -1
- package/paginator/paginator.common.js +53 -30
- package/paginator/paginator.umd.js +53 -30
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +22 -0
- package/paginator/prevpagelink.umd.js +22 -0
- package/paginator/prevpagelink.umd.min.js +1 -1
- package/paginator/rowsperpagedropdown.common.js +49 -24
- package/paginator/rowsperpagedropdown.umd.js +49 -24
- package/paginator/rowsperpagedropdown.umd.min.js +1 -1
- package/panel/panel.common.js +22 -0
- package/panel/panel.umd.js +22 -0
- package/panel/panel.umd.min.js +1 -1
- package/password/password.common.js +24 -6
- package/password/password.umd.js +24 -6
- package/password/password.umd.min.js +1 -1
- package/picklist/PickList.vue +0 -3
- package/picklist/picklist.common.js +44 -22
- package/picklist/picklist.umd.js +44 -22
- package/picklist/picklist.umd.min.js +1 -1
- package/radiobutton/radiobutton.common.js +25 -17
- package/radiobutton/radiobutton.umd.js +25 -17
- package/radiobutton/radiobutton.umd.min.js +1 -1
- package/ripple/ripple.common.js +22 -0
- package/ripple/ripple.umd.js +22 -0
- package/ripple/ripple.umd.min.js +1 -1
- package/scrollpanel/scrollpanel.common.js +22 -0
- package/scrollpanel/scrollpanel.umd.js +22 -0
- package/scrollpanel/scrollpanel.umd.min.js +1 -1
- package/scrolltop/scrolltop.common.js +22 -0
- package/scrolltop/scrolltop.umd.js +22 -0
- package/scrolltop/scrolltop.umd.min.js +1 -1
- package/selectbutton/selectbutton.common.js +42 -17
- package/selectbutton/selectbutton.umd.js +42 -17
- package/selectbutton/selectbutton.umd.min.js +1 -1
- package/sidebar/sidebar.common.js +22 -0
- package/sidebar/sidebar.umd.js +22 -0
- package/sidebar/sidebar.umd.min.js +1 -1
- package/slider/Slider.vue +20 -12
- package/slider/slider.common.js +36 -9
- package/slider/slider.umd.js +36 -9
- package/slider/slider.umd.min.js +1 -1
- package/speeddial/speeddial.common.js +24 -6
- package/speeddial/speeddial.umd.js +24 -6
- package/speeddial/speeddial.umd.min.js +1 -1
- package/splitbutton/splitbutton.common.js +22 -0
- package/splitbutton/splitbutton.umd.js +22 -0
- package/splitbutton/splitbutton.umd.min.js +1 -1
- package/splitter/splitter.common.js +22 -0
- package/splitter/splitter.umd.js +22 -0
- package/splitter/splitter.umd.min.js +1 -1
- package/styleclass/styleclass.common.js +22 -0
- package/styleclass/styleclass.umd.js +22 -0
- package/styleclass/styleclass.umd.min.js +1 -1
- package/tabmenu/tabmenu.common.js +22 -0
- package/tabmenu/tabmenu.umd.js +22 -0
- package/tabmenu/tabmenu.umd.min.js +1 -1
- package/tabview/tabview.common.js +42 -17
- package/tabview/tabview.umd.js +42 -17
- package/tabview/tabview.umd.min.js +1 -1
- package/textarea/textarea.common.js +2 -6
- package/textarea/textarea.umd.js +2 -6
- package/textarea/textarea.umd.min.js +1 -1
- package/tieredmenu/demo.html +3 -4
- package/tieredmenu/tieredmenu.common.js +22 -0
- package/tieredmenu/tieredmenu.umd.js +22 -0
- package/tieredmenu/tieredmenu.umd.min.js +1 -1
- package/tieredmenu/tieredmenusub.common.js +22 -0
- package/tieredmenu/tieredmenusub.umd.js +22 -0
- package/tieredmenu/tieredmenusub.umd.min.js +1 -1
- package/timeline/timeline.common.js +25 -17
- package/timeline/timeline.umd.js +25 -17
- package/timeline/timeline.umd.min.js +1 -1
- package/toast/toast.common.js +22 -0
- package/toast/toast.umd.js +22 -0
- package/toast/toast.umd.min.js +1 -1
- package/toast/toastmessage.common.js +22 -0
- package/toast/toastmessage.umd.js +22 -0
- package/toast/toastmessage.umd.min.js +1 -1
- package/togglebutton/togglebutton.common.js +22 -0
- package/togglebutton/togglebutton.umd.js +22 -0
- package/togglebutton/togglebutton.umd.min.js +1 -1
- package/tooltip/Tooltip.js +1 -1
- package/tooltip/tooltip.common.js +29 -17
- package/tooltip/tooltip.umd.js +29 -17
- package/tooltip/tooltip.umd.min.js +1 -1
- package/tree/tree.common.js +46 -23
- package/tree/tree.umd.js +46 -23
- package/tree/tree.umd.min.js +1 -1
- package/tree/treenode.common.js +24 -6
- package/tree/treenode.umd.js +24 -6
- package/tree/treenode.umd.min.js +1 -1
- package/treetable/BodyCell.vue +162 -0
- package/treetable/FooterCell.vue +81 -0
- package/treetable/HeaderCell.vue +183 -0
- package/treetable/TreeTable.vue +85 -108
- package/treetable/bodycell.common.js +5596 -0
- package/treetable/bodycell.umd.js +5606 -0
- package/treetable/bodycell.umd.min.js +1 -0
- package/treetable/demo.html +3 -3
- package/treetable/footercell.common.js +5300 -0
- package/treetable/footercell.umd.js +5310 -0
- package/treetable/footercell.umd.min.js +1 -0
- package/treetable/headercell.common.js +5529 -0
- package/treetable/headercell.umd.js +5539 -0
- package/treetable/headercell.umd.min.js +1 -0
- package/treetable/treetable.common.js +917 -481
- package/treetable/treetable.umd.js +917 -481
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +44 -20
- package/treetable/treetablerow.umd.js +44 -20
- package/treetable/treetablerow.umd.min.js +1 -1
- package/treetable/treetablerowloader.common.js +46 -23
- package/treetable/treetablerowloader.umd.js +46 -23
- package/treetable/treetablerowloader.umd.min.js +1 -1
- package/utils/ConnectedOverlayScrollHandler.js +1 -1
- package/utils/DomHandler.js +18 -1
- package/utils/ObjectUtils.js +15 -2
- package/utils/Utils.d.ts +73 -0
- package/utils/Utils.js +47 -0
- package/utils/connectedoverlayscrollhandler.common.js +22 -0
- package/utils/connectedoverlayscrollhandler.umd.js +22 -0
- package/utils/connectedoverlayscrollhandler.umd.min.js +1 -1
- package/utils/demo.html +3 -3
- package/utils/domhandler.common.js +22 -0
- package/utils/domhandler.umd.js +22 -0
- package/utils/domhandler.umd.min.js +1 -1
- package/utils/eventbus.common.js +0 -4
- package/utils/eventbus.umd.js +0 -4
- package/utils/eventbus.umd.min.js +1 -1
- package/utils/index.d.ts +1 -0
- package/utils/index.js +2 -0
- package/utils/objectutils.common.js +25 -17
- package/utils/objectutils.umd.js +25 -17
- package/utils/objectutils.umd.min.js +1 -1
- package/utils/utils.common.js +5481 -0
- package/utils/utils.umd.js +5491 -0
- package/utils/utils.umd.min.js +1 -0
- package/vetur-attributes.json +4 -0
- package/vetur-tags.json +1 -0
- package/web-types.json +24 -1
- package/datatable/ScrollableView.vue +0 -223
- package/datatable/scrollableview.umd.min.js +0 -1
- package/utils/FilterUtils.js +0 -176
- package/utils/filterutils.umd.min.js +0 -1
|
@@ -4337,9 +4337,6 @@ var es6_regexp_split = __webpack_require__("28a5");
|
|
|
4337
4337
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
|
|
4338
4338
|
var web_dom_iterable = __webpack_require__("ac6a");
|
|
4339
4339
|
|
|
4340
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
|
|
4341
|
-
var es6_array_iterator = __webpack_require__("cadf");
|
|
4342
|
-
|
|
4343
4340
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
|
|
4344
4341
|
var es6_object_keys = __webpack_require__("456d");
|
|
4345
4342
|
|
|
@@ -4357,20 +4354,14 @@ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
|
|
|
4357
4354
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
|
|
4358
4355
|
|
|
4359
4356
|
|
|
4360
|
-
function
|
|
4357
|
+
function _typeof(obj) {
|
|
4361
4358
|
"@babel/helpers - typeof";
|
|
4362
4359
|
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
}
|
|
4368
|
-
typeof_typeof = function _typeof(obj) {
|
|
4369
|
-
return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
4370
|
-
};
|
|
4371
|
-
}
|
|
4372
|
-
|
|
4373
|
-
return typeof_typeof(obj);
|
|
4360
|
+
return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
|
|
4361
|
+
return typeof obj;
|
|
4362
|
+
} : function (obj) {
|
|
4363
|
+
return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
4364
|
+
}, _typeof(obj);
|
|
4374
4365
|
}
|
|
4375
4366
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/classCallCheck.js
|
|
4376
4367
|
function _classCallCheck(instance, Constructor) {
|
|
@@ -4399,6 +4390,11 @@ function _defineProperties(target, props) {
|
|
|
4399
4390
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
4400
4391
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
4401
4392
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
4393
|
+
|
|
4394
|
+
define_property_default()(Constructor, "prototype", {
|
|
4395
|
+
writable: false
|
|
4396
|
+
});
|
|
4397
|
+
|
|
4402
4398
|
return Constructor;
|
|
4403
4399
|
}
|
|
4404
4400
|
// CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
|
|
@@ -4418,7 +4414,6 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
4418
4414
|
|
|
4419
4415
|
|
|
4420
4416
|
|
|
4421
|
-
|
|
4422
4417
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
4423
4418
|
|
|
4424
4419
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
@@ -4440,7 +4435,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4440
4435
|
value: function deepEquals(a, b) {
|
|
4441
4436
|
if (a === b) return true;
|
|
4442
4437
|
|
|
4443
|
-
if (a && b &&
|
|
4438
|
+
if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
|
|
4444
4439
|
var arrA = Array.isArray(a),
|
|
4445
4440
|
arrB = Array.isArray(b),
|
|
4446
4441
|
i,
|
|
@@ -4642,6 +4637,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4642
4637
|
|
|
4643
4638
|
return str;
|
|
4644
4639
|
}
|
|
4640
|
+
}, {
|
|
4641
|
+
key: "getVNodeProp",
|
|
4642
|
+
value: function getVNodeProp(vnode, prop) {
|
|
4643
|
+
var props = vnode._props;
|
|
4644
|
+
|
|
4645
|
+
if (props) {
|
|
4646
|
+
var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
|
4647
|
+
var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
|
|
4648
|
+
return props[propName];
|
|
4649
|
+
}
|
|
4650
|
+
|
|
4651
|
+
return null;
|
|
4652
|
+
}
|
|
4645
4653
|
}]);
|
|
4646
4654
|
|
|
4647
4655
|
return ObjectUtils;
|
|
@@ -5181,6 +5189,12 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5181
5189
|
|
|
5182
5190
|
return visibleFocusableElements;
|
|
5183
5191
|
}
|
|
5192
|
+
}, {
|
|
5193
|
+
key: "getFirstFocusableElement",
|
|
5194
|
+
value: function getFirstFocusableElement(element) {
|
|
5195
|
+
var focusableElements = this.getFocusableElements(element);
|
|
5196
|
+
return focusableElements.length > 0 ? focusableElements[0] : null;
|
|
5197
|
+
}
|
|
5184
5198
|
}, {
|
|
5185
5199
|
key: "isClickable",
|
|
5186
5200
|
value: function isClickable(element) {
|
|
@@ -5188,6 +5202,17 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5188
5202
|
var parentNode = element.parentElement && element.parentElement.nodeName;
|
|
5189
5203
|
return targetNode == 'INPUT' || targetNode == 'BUTTON' || targetNode == 'A' || parentNode == 'INPUT' || parentNode == 'BUTTON' || parentNode == 'A' || this.hasClass(element, 'p-button') || this.hasClass(element.parentElement, 'p-button') || this.hasClass(element.parentElement, 'p-checkbox') || this.hasClass(element.parentElement, 'p-radiobutton');
|
|
5190
5204
|
}
|
|
5205
|
+
}, {
|
|
5206
|
+
key: "applyStyle",
|
|
5207
|
+
value: function applyStyle(element, style) {
|
|
5208
|
+
if (typeof style === 'string') {
|
|
5209
|
+
element.style.cssText = this.style;
|
|
5210
|
+
} else {
|
|
5211
|
+
for (var prop in this.style) {
|
|
5212
|
+
element.style[prop] = style[prop];
|
|
5213
|
+
}
|
|
5214
|
+
}
|
|
5215
|
+
}
|
|
5191
5216
|
}, {
|
|
5192
5217
|
key: "isIOS",
|
|
5193
5218
|
value: function isIOS() {
|
|
@@ -4346,9 +4346,6 @@ var es6_regexp_split = __webpack_require__("28a5");
|
|
|
4346
4346
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
|
|
4347
4347
|
var web_dom_iterable = __webpack_require__("ac6a");
|
|
4348
4348
|
|
|
4349
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
|
|
4350
|
-
var es6_array_iterator = __webpack_require__("cadf");
|
|
4351
|
-
|
|
4352
4349
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
|
|
4353
4350
|
var es6_object_keys = __webpack_require__("456d");
|
|
4354
4351
|
|
|
@@ -4366,20 +4363,14 @@ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
|
|
|
4366
4363
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
|
|
4367
4364
|
|
|
4368
4365
|
|
|
4369
|
-
function
|
|
4366
|
+
function _typeof(obj) {
|
|
4370
4367
|
"@babel/helpers - typeof";
|
|
4371
4368
|
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
}
|
|
4377
|
-
typeof_typeof = function _typeof(obj) {
|
|
4378
|
-
return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
4379
|
-
};
|
|
4380
|
-
}
|
|
4381
|
-
|
|
4382
|
-
return typeof_typeof(obj);
|
|
4369
|
+
return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
|
|
4370
|
+
return typeof obj;
|
|
4371
|
+
} : function (obj) {
|
|
4372
|
+
return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
4373
|
+
}, _typeof(obj);
|
|
4383
4374
|
}
|
|
4384
4375
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/classCallCheck.js
|
|
4385
4376
|
function _classCallCheck(instance, Constructor) {
|
|
@@ -4408,6 +4399,11 @@ function _defineProperties(target, props) {
|
|
|
4408
4399
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
4409
4400
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
4410
4401
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
4402
|
+
|
|
4403
|
+
define_property_default()(Constructor, "prototype", {
|
|
4404
|
+
writable: false
|
|
4405
|
+
});
|
|
4406
|
+
|
|
4411
4407
|
return Constructor;
|
|
4412
4408
|
}
|
|
4413
4409
|
// CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
|
|
@@ -4427,7 +4423,6 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
4427
4423
|
|
|
4428
4424
|
|
|
4429
4425
|
|
|
4430
|
-
|
|
4431
4426
|
function _createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { if (it) o = it; var i = 0; var F = function F() {}; return { s: F, n: function n() { if (i >= o.length) return { done: true }; return { done: false, value: o[i++] }; }, e: function e(_e) { throw _e; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var normalCompletion = true, didErr = false, err; return { s: function s() { it = it.call(o); }, n: function n() { var step = it.next(); normalCompletion = step.done; return step; }, e: function e(_e2) { didErr = true; err = _e2; }, f: function f() { try { if (!normalCompletion && it.return != null) it.return(); } finally { if (didErr) throw err; } } }; }
|
|
4432
4427
|
|
|
4433
4428
|
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
@@ -4449,7 +4444,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4449
4444
|
value: function deepEquals(a, b) {
|
|
4450
4445
|
if (a === b) return true;
|
|
4451
4446
|
|
|
4452
|
-
if (a && b &&
|
|
4447
|
+
if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
|
|
4453
4448
|
var arrA = Array.isArray(a),
|
|
4454
4449
|
arrB = Array.isArray(b),
|
|
4455
4450
|
i,
|
|
@@ -4651,6 +4646,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4651
4646
|
|
|
4652
4647
|
return str;
|
|
4653
4648
|
}
|
|
4649
|
+
}, {
|
|
4650
|
+
key: "getVNodeProp",
|
|
4651
|
+
value: function getVNodeProp(vnode, prop) {
|
|
4652
|
+
var props = vnode._props;
|
|
4653
|
+
|
|
4654
|
+
if (props) {
|
|
4655
|
+
var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
|
4656
|
+
var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
|
|
4657
|
+
return props[propName];
|
|
4658
|
+
}
|
|
4659
|
+
|
|
4660
|
+
return null;
|
|
4661
|
+
}
|
|
4654
4662
|
}]);
|
|
4655
4663
|
|
|
4656
4664
|
return ObjectUtils;
|
|
@@ -5190,6 +5198,12 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5190
5198
|
|
|
5191
5199
|
return visibleFocusableElements;
|
|
5192
5200
|
}
|
|
5201
|
+
}, {
|
|
5202
|
+
key: "getFirstFocusableElement",
|
|
5203
|
+
value: function getFirstFocusableElement(element) {
|
|
5204
|
+
var focusableElements = this.getFocusableElements(element);
|
|
5205
|
+
return focusableElements.length > 0 ? focusableElements[0] : null;
|
|
5206
|
+
}
|
|
5193
5207
|
}, {
|
|
5194
5208
|
key: "isClickable",
|
|
5195
5209
|
value: function isClickable(element) {
|
|
@@ -5197,6 +5211,17 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5197
5211
|
var parentNode = element.parentElement && element.parentElement.nodeName;
|
|
5198
5212
|
return targetNode == 'INPUT' || targetNode == 'BUTTON' || targetNode == 'A' || parentNode == 'INPUT' || parentNode == 'BUTTON' || parentNode == 'A' || this.hasClass(element, 'p-button') || this.hasClass(element.parentElement, 'p-button') || this.hasClass(element.parentElement, 'p-checkbox') || this.hasClass(element.parentElement, 'p-radiobutton');
|
|
5199
5213
|
}
|
|
5214
|
+
}, {
|
|
5215
|
+
key: "applyStyle",
|
|
5216
|
+
value: function applyStyle(element, style) {
|
|
5217
|
+
if (typeof style === 'string') {
|
|
5218
|
+
element.style.cssText = this.style;
|
|
5219
|
+
} else {
|
|
5220
|
+
for (var prop in this.style) {
|
|
5221
|
+
element.style[prop] = style[prop];
|
|
5222
|
+
}
|
|
5223
|
+
}
|
|
5224
|
+
}
|
|
5200
5225
|
}, {
|
|
5201
5226
|
key: "isIOS",
|
|
5202
5227
|
value: function isIOS() {
|