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
|
@@ -4294,9 +4294,6 @@ var es7_object_get_own_property_descriptors = __webpack_require__("8e6e");
|
|
|
4294
4294
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
|
|
4295
4295
|
var web_dom_iterable = __webpack_require__("ac6a");
|
|
4296
4296
|
|
|
4297
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
|
|
4298
|
-
var es6_array_iterator = __webpack_require__("cadf");
|
|
4299
|
-
|
|
4300
4297
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
|
|
4301
4298
|
var es6_object_keys = __webpack_require__("456d");
|
|
4302
4299
|
|
|
@@ -4346,20 +4343,14 @@ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
|
|
|
4346
4343
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
|
|
4347
4344
|
|
|
4348
4345
|
|
|
4349
|
-
function
|
|
4346
|
+
function _typeof(obj) {
|
|
4350
4347
|
"@babel/helpers - typeof";
|
|
4351
4348
|
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
}
|
|
4357
|
-
typeof_typeof = function _typeof(obj) {
|
|
4358
|
-
return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
4359
|
-
};
|
|
4360
|
-
}
|
|
4361
|
-
|
|
4362
|
-
return typeof_typeof(obj);
|
|
4349
|
+
return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
|
|
4350
|
+
return typeof obj;
|
|
4351
|
+
} : function (obj) {
|
|
4352
|
+
return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
4353
|
+
}, _typeof(obj);
|
|
4363
4354
|
}
|
|
4364
4355
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/classCallCheck.js
|
|
4365
4356
|
function _classCallCheck(instance, Constructor) {
|
|
@@ -4384,6 +4375,11 @@ function _defineProperties(target, props) {
|
|
|
4384
4375
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
4385
4376
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
4386
4377
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
4378
|
+
|
|
4379
|
+
define_property_default()(Constructor, "prototype", {
|
|
4380
|
+
writable: false
|
|
4381
|
+
});
|
|
4382
|
+
|
|
4387
4383
|
return Constructor;
|
|
4388
4384
|
}
|
|
4389
4385
|
// CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
|
|
@@ -4403,7 +4399,6 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
4403
4399
|
|
|
4404
4400
|
|
|
4405
4401
|
|
|
4406
|
-
|
|
4407
4402
|
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; } } }; }
|
|
4408
4403
|
|
|
4409
4404
|
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); }
|
|
@@ -4425,7 +4420,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4425
4420
|
value: function deepEquals(a, b) {
|
|
4426
4421
|
if (a === b) return true;
|
|
4427
4422
|
|
|
4428
|
-
if (a && b &&
|
|
4423
|
+
if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
|
|
4429
4424
|
var arrA = Array.isArray(a),
|
|
4430
4425
|
arrB = Array.isArray(b),
|
|
4431
4426
|
i,
|
|
@@ -4627,6 +4622,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4627
4622
|
|
|
4628
4623
|
return str;
|
|
4629
4624
|
}
|
|
4625
|
+
}, {
|
|
4626
|
+
key: "getVNodeProp",
|
|
4627
|
+
value: function getVNodeProp(vnode, prop) {
|
|
4628
|
+
var props = vnode._props;
|
|
4629
|
+
|
|
4630
|
+
if (props) {
|
|
4631
|
+
var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
|
4632
|
+
var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
|
|
4633
|
+
return props[propName];
|
|
4634
|
+
}
|
|
4635
|
+
|
|
4636
|
+
return null;
|
|
4637
|
+
}
|
|
4630
4638
|
}]);
|
|
4631
4639
|
|
|
4632
4640
|
return ObjectUtils;
|
|
@@ -5166,6 +5174,12 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5166
5174
|
|
|
5167
5175
|
return visibleFocusableElements;
|
|
5168
5176
|
}
|
|
5177
|
+
}, {
|
|
5178
|
+
key: "getFirstFocusableElement",
|
|
5179
|
+
value: function getFirstFocusableElement(element) {
|
|
5180
|
+
var focusableElements = this.getFocusableElements(element);
|
|
5181
|
+
return focusableElements.length > 0 ? focusableElements[0] : null;
|
|
5182
|
+
}
|
|
5169
5183
|
}, {
|
|
5170
5184
|
key: "isClickable",
|
|
5171
5185
|
value: function isClickable(element) {
|
|
@@ -5173,6 +5187,17 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5173
5187
|
var parentNode = element.parentElement && element.parentElement.nodeName;
|
|
5174
5188
|
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');
|
|
5175
5189
|
}
|
|
5190
|
+
}, {
|
|
5191
|
+
key: "applyStyle",
|
|
5192
|
+
value: function applyStyle(element, style) {
|
|
5193
|
+
if (typeof style === 'string') {
|
|
5194
|
+
element.style.cssText = this.style;
|
|
5195
|
+
} else {
|
|
5196
|
+
for (var prop in this.style) {
|
|
5197
|
+
element.style[prop] = style[prop];
|
|
5198
|
+
}
|
|
5199
|
+
}
|
|
5200
|
+
}
|
|
5176
5201
|
}, {
|
|
5177
5202
|
key: "isIOS",
|
|
5178
5203
|
value: function isIOS() {
|
|
@@ -5432,16 +5457,15 @@ var Ripple = {
|
|
|
5432
5457
|
|
|
5433
5458
|
|
|
5434
5459
|
|
|
5435
|
-
|
|
5436
5460
|
function TreeTableRowvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = TreeTableRowvue_type_script_lang_js_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; } } }; }
|
|
5437
5461
|
|
|
5438
5462
|
function TreeTableRowvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TreeTableRowvue_type_script_lang_js_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 TreeTableRowvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
|
|
5439
5463
|
|
|
5440
5464
|
function TreeTableRowvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
5441
5465
|
|
|
5442
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
5466
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5443
5467
|
|
|
5444
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
5468
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5445
5469
|
|
|
5446
5470
|
//
|
|
5447
5471
|
//
|
|
@@ -4303,9 +4303,6 @@ var es7_object_get_own_property_descriptors = __webpack_require__("8e6e");
|
|
|
4303
4303
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
|
|
4304
4304
|
var web_dom_iterable = __webpack_require__("ac6a");
|
|
4305
4305
|
|
|
4306
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
|
|
4307
|
-
var es6_array_iterator = __webpack_require__("cadf");
|
|
4308
|
-
|
|
4309
4306
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
|
|
4310
4307
|
var es6_object_keys = __webpack_require__("456d");
|
|
4311
4308
|
|
|
@@ -4355,20 +4352,14 @@ var iterator_default = /*#__PURE__*/__webpack_require__.n(iterator);
|
|
|
4355
4352
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
|
|
4356
4353
|
|
|
4357
4354
|
|
|
4358
|
-
function
|
|
4355
|
+
function _typeof(obj) {
|
|
4359
4356
|
"@babel/helpers - typeof";
|
|
4360
4357
|
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
|
|
4364
|
-
|
|
4365
|
-
}
|
|
4366
|
-
typeof_typeof = function _typeof(obj) {
|
|
4367
|
-
return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
4368
|
-
};
|
|
4369
|
-
}
|
|
4370
|
-
|
|
4371
|
-
return typeof_typeof(obj);
|
|
4358
|
+
return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
|
|
4359
|
+
return typeof obj;
|
|
4360
|
+
} : function (obj) {
|
|
4361
|
+
return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
4362
|
+
}, _typeof(obj);
|
|
4372
4363
|
}
|
|
4373
4364
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/classCallCheck.js
|
|
4374
4365
|
function _classCallCheck(instance, Constructor) {
|
|
@@ -4393,6 +4384,11 @@ function _defineProperties(target, props) {
|
|
|
4393
4384
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
4394
4385
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
4395
4386
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
4387
|
+
|
|
4388
|
+
define_property_default()(Constructor, "prototype", {
|
|
4389
|
+
writable: false
|
|
4390
|
+
});
|
|
4391
|
+
|
|
4396
4392
|
return Constructor;
|
|
4397
4393
|
}
|
|
4398
4394
|
// CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
|
|
@@ -4412,7 +4408,6 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
4412
4408
|
|
|
4413
4409
|
|
|
4414
4410
|
|
|
4415
|
-
|
|
4416
4411
|
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; } } }; }
|
|
4417
4412
|
|
|
4418
4413
|
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); }
|
|
@@ -4434,7 +4429,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4434
4429
|
value: function deepEquals(a, b) {
|
|
4435
4430
|
if (a === b) return true;
|
|
4436
4431
|
|
|
4437
|
-
if (a && b &&
|
|
4432
|
+
if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
|
|
4438
4433
|
var arrA = Array.isArray(a),
|
|
4439
4434
|
arrB = Array.isArray(b),
|
|
4440
4435
|
i,
|
|
@@ -4636,6 +4631,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
4636
4631
|
|
|
4637
4632
|
return str;
|
|
4638
4633
|
}
|
|
4634
|
+
}, {
|
|
4635
|
+
key: "getVNodeProp",
|
|
4636
|
+
value: function getVNodeProp(vnode, prop) {
|
|
4637
|
+
var props = vnode._props;
|
|
4638
|
+
|
|
4639
|
+
if (props) {
|
|
4640
|
+
var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
|
4641
|
+
var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
|
|
4642
|
+
return props[propName];
|
|
4643
|
+
}
|
|
4644
|
+
|
|
4645
|
+
return null;
|
|
4646
|
+
}
|
|
4639
4647
|
}]);
|
|
4640
4648
|
|
|
4641
4649
|
return ObjectUtils;
|
|
@@ -5175,6 +5183,12 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5175
5183
|
|
|
5176
5184
|
return visibleFocusableElements;
|
|
5177
5185
|
}
|
|
5186
|
+
}, {
|
|
5187
|
+
key: "getFirstFocusableElement",
|
|
5188
|
+
value: function getFirstFocusableElement(element) {
|
|
5189
|
+
var focusableElements = this.getFocusableElements(element);
|
|
5190
|
+
return focusableElements.length > 0 ? focusableElements[0] : null;
|
|
5191
|
+
}
|
|
5178
5192
|
}, {
|
|
5179
5193
|
key: "isClickable",
|
|
5180
5194
|
value: function isClickable(element) {
|
|
@@ -5182,6 +5196,17 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5182
5196
|
var parentNode = element.parentElement && element.parentElement.nodeName;
|
|
5183
5197
|
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');
|
|
5184
5198
|
}
|
|
5199
|
+
}, {
|
|
5200
|
+
key: "applyStyle",
|
|
5201
|
+
value: function applyStyle(element, style) {
|
|
5202
|
+
if (typeof style === 'string') {
|
|
5203
|
+
element.style.cssText = this.style;
|
|
5204
|
+
} else {
|
|
5205
|
+
for (var prop in this.style) {
|
|
5206
|
+
element.style[prop] = style[prop];
|
|
5207
|
+
}
|
|
5208
|
+
}
|
|
5209
|
+
}
|
|
5185
5210
|
}, {
|
|
5186
5211
|
key: "isIOS",
|
|
5187
5212
|
value: function isIOS() {
|
|
@@ -5441,16 +5466,15 @@ var Ripple = {
|
|
|
5441
5466
|
|
|
5442
5467
|
|
|
5443
5468
|
|
|
5444
|
-
|
|
5445
5469
|
function TreeTableRowvue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = TreeTableRowvue_type_script_lang_js_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; } } }; }
|
|
5446
5470
|
|
|
5447
5471
|
function TreeTableRowvue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TreeTableRowvue_type_script_lang_js_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 TreeTableRowvue_type_script_lang_js_arrayLikeToArray(o, minLen); }
|
|
5448
5472
|
|
|
5449
5473
|
function TreeTableRowvue_type_script_lang_js_arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
5450
5474
|
|
|
5451
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
5475
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
5452
5476
|
|
|
5453
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
5477
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
5454
5478
|
|
|
5455
5479
|
//
|
|
5456
5480
|
//
|