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
package/tree/tree.umd.js
CHANGED
|
@@ -4793,9 +4793,6 @@ var es7_object_get_own_property_descriptors = __webpack_require__("8e6e");
|
|
|
4793
4793
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/web.dom.iterable.js
|
|
4794
4794
|
var web_dom_iterable = __webpack_require__("ac6a");
|
|
4795
4795
|
|
|
4796
|
-
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.array.iterator.js
|
|
4797
|
-
var es6_array_iterator = __webpack_require__("cadf");
|
|
4798
|
-
|
|
4799
4796
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
|
|
4800
4797
|
var es6_object_keys = __webpack_require__("456d");
|
|
4801
4798
|
|
|
@@ -4923,6 +4920,11 @@ function _defineProperties(target, props) {
|
|
|
4923
4920
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
4924
4921
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
4925
4922
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
4923
|
+
|
|
4924
|
+
define_property_default()(Constructor, "prototype", {
|
|
4925
|
+
writable: false
|
|
4926
|
+
});
|
|
4927
|
+
|
|
4926
4928
|
return Constructor;
|
|
4927
4929
|
}
|
|
4928
4930
|
// CONCATENATED MODULE: ./src/components/utils/DomHandler.js
|
|
@@ -5455,6 +5457,12 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5455
5457
|
|
|
5456
5458
|
return visibleFocusableElements;
|
|
5457
5459
|
}
|
|
5460
|
+
}, {
|
|
5461
|
+
key: "getFirstFocusableElement",
|
|
5462
|
+
value: function getFirstFocusableElement(element) {
|
|
5463
|
+
var focusableElements = this.getFocusableElements(element);
|
|
5464
|
+
return focusableElements.length > 0 ? focusableElements[0] : null;
|
|
5465
|
+
}
|
|
5458
5466
|
}, {
|
|
5459
5467
|
key: "isClickable",
|
|
5460
5468
|
value: function isClickable(element) {
|
|
@@ -5462,6 +5470,17 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
5462
5470
|
var parentNode = element.parentElement && element.parentElement.nodeName;
|
|
5463
5471
|
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');
|
|
5464
5472
|
}
|
|
5473
|
+
}, {
|
|
5474
|
+
key: "applyStyle",
|
|
5475
|
+
value: function applyStyle(element, style) {
|
|
5476
|
+
if (typeof style === 'string') {
|
|
5477
|
+
element.style.cssText = this.style;
|
|
5478
|
+
} else {
|
|
5479
|
+
for (var prop in this.style) {
|
|
5480
|
+
element.style[prop] = style[prop];
|
|
5481
|
+
}
|
|
5482
|
+
}
|
|
5483
|
+
}
|
|
5465
5484
|
}, {
|
|
5466
5485
|
key: "isIOS",
|
|
5467
5486
|
value: function isIOS() {
|
|
@@ -5573,16 +5592,15 @@ var Ripple = {
|
|
|
5573
5592
|
|
|
5574
5593
|
|
|
5575
5594
|
|
|
5576
|
-
|
|
5577
5595
|
function TreeNodevue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = TreeNodevue_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; } } }; }
|
|
5578
5596
|
|
|
5579
5597
|
function TreeNodevue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return TreeNodevue_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 TreeNodevue_type_script_lang_js_arrayLikeToArray(o, minLen); }
|
|
5580
5598
|
|
|
5581
5599
|
function TreeNodevue_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; }
|
|
5582
5600
|
|
|
5583
|
-
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
5601
|
+
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; }
|
|
5584
5602
|
|
|
5585
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
5603
|
+
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; }
|
|
5586
5604
|
|
|
5587
5605
|
//
|
|
5588
5606
|
//
|
|
@@ -6057,20 +6075,14 @@ var es6_regexp_search = __webpack_require__("386d");
|
|
|
6057
6075
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/typeof.js
|
|
6058
6076
|
|
|
6059
6077
|
|
|
6060
|
-
function
|
|
6078
|
+
function _typeof(obj) {
|
|
6061
6079
|
"@babel/helpers - typeof";
|
|
6062
6080
|
|
|
6063
|
-
|
|
6064
|
-
|
|
6065
|
-
|
|
6066
|
-
|
|
6067
|
-
}
|
|
6068
|
-
typeof_typeof = function _typeof(obj) {
|
|
6069
|
-
return obj && typeof symbol_default.a === "function" && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
6070
|
-
};
|
|
6071
|
-
}
|
|
6072
|
-
|
|
6073
|
-
return typeof_typeof(obj);
|
|
6081
|
+
return _typeof = "function" == typeof symbol_default.a && "symbol" == typeof iterator_default.a ? function (obj) {
|
|
6082
|
+
return typeof obj;
|
|
6083
|
+
} : function (obj) {
|
|
6084
|
+
return obj && "function" == typeof symbol_default.a && obj.constructor === symbol_default.a && obj !== symbol_default.a.prototype ? "symbol" : typeof obj;
|
|
6085
|
+
}, _typeof(obj);
|
|
6074
6086
|
}
|
|
6075
6087
|
// CONCATENATED MODULE: ./src/components/utils/ObjectUtils.js
|
|
6076
6088
|
|
|
@@ -6089,7 +6101,6 @@ function typeof_typeof(obj) {
|
|
|
6089
6101
|
|
|
6090
6102
|
|
|
6091
6103
|
|
|
6092
|
-
|
|
6093
6104
|
function ObjectUtils_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = ObjectUtils_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; } } }; }
|
|
6094
6105
|
|
|
6095
6106
|
function ObjectUtils_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return ObjectUtils_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 ObjectUtils_arrayLikeToArray(o, minLen); }
|
|
@@ -6111,7 +6122,7 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
6111
6122
|
value: function deepEquals(a, b) {
|
|
6112
6123
|
if (a === b) return true;
|
|
6113
6124
|
|
|
6114
|
-
if (a && b &&
|
|
6125
|
+
if (a && b && _typeof(a) == 'object' && _typeof(b) == 'object') {
|
|
6115
6126
|
var arrA = Array.isArray(a),
|
|
6116
6127
|
arrB = Array.isArray(b),
|
|
6117
6128
|
i,
|
|
@@ -6313,6 +6324,19 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
6313
6324
|
|
|
6314
6325
|
return str;
|
|
6315
6326
|
}
|
|
6327
|
+
}, {
|
|
6328
|
+
key: "getVNodeProp",
|
|
6329
|
+
value: function getVNodeProp(vnode, prop) {
|
|
6330
|
+
var props = vnode._props;
|
|
6331
|
+
|
|
6332
|
+
if (props) {
|
|
6333
|
+
var kebapProp = prop.replace(/([a-z])([A-Z])/g, '$1-$2').toLowerCase();
|
|
6334
|
+
var propName = Object.prototype.hasOwnProperty.call(props, kebapProp) ? kebapProp : prop;
|
|
6335
|
+
return props[propName];
|
|
6336
|
+
}
|
|
6337
|
+
|
|
6338
|
+
return null;
|
|
6339
|
+
}
|
|
6316
6340
|
}]);
|
|
6317
6341
|
|
|
6318
6342
|
return ObjectUtils;
|
|
@@ -6333,16 +6357,15 @@ var ObjectUtils_ObjectUtils = /*#__PURE__*/function () {
|
|
|
6333
6357
|
|
|
6334
6358
|
|
|
6335
6359
|
|
|
6336
|
-
|
|
6337
6360
|
function Treevue_type_script_lang_js_createForOfIteratorHelper(o, allowArrayLike) { var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; if (!it) { if (Array.isArray(o) || (it = Treevue_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; } } }; }
|
|
6338
6361
|
|
|
6339
6362
|
function Treevue_type_script_lang_js_unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return Treevue_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 Treevue_type_script_lang_js_arrayLikeToArray(o, minLen); }
|
|
6340
6363
|
|
|
6341
6364
|
function Treevue_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; }
|
|
6342
6365
|
|
|
6343
|
-
function Treevue_type_script_lang_js_ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object);
|
|
6366
|
+
function Treevue_type_script_lang_js_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; }
|
|
6344
6367
|
|
|
6345
|
-
function Treevue_type_script_lang_js_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]
|
|
6368
|
+
function Treevue_type_script_lang_js_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? Treevue_type_script_lang_js_ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : Treevue_type_script_lang_js_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
6346
6369
|
|
|
6347
6370
|
//
|
|
6348
6371
|
//
|