primevue 2.10.0 → 2.10.1
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/README.md +150 -3
- package/accordion/accordion.common.js +2 -7
- package/accordion/accordion.umd.js +2 -7
- package/accordiontab/accordiontab.common.js +15 -68
- package/accordiontab/accordiontab.umd.js +15 -68
- package/api/Api.d.ts +24 -2
- package/api/Api.js +0 -6
- package/api/FilterService.js +2 -55
- package/api/PrimeIcons.js +24 -2
- package/api/api.common.js +35 -98
- package/api/api.umd.js +35 -98
- package/api/api.umd.min.js +1 -1
- package/api/filterservice.common.js +11 -96
- package/api/filterservice.umd.js +11 -96
- package/api/primeicons.common.js +24 -2
- package/api/primeicons.umd.js +24 -2
- package/api/primeicons.umd.min.js +1 -1
- package/autocomplete/autocomplete.common.js +33 -189
- package/autocomplete/autocomplete.umd.js +33 -189
- package/avatar/avatar.common.js +2 -4
- package/avatar/avatar.umd.js +2 -4
- package/avatargroup/avatargroup.common.js +2 -4
- package/avatargroup/avatargroup.umd.js +2 -4
- package/badge/badge.common.js +2 -4
- package/badge/badge.umd.js +2 -4
- package/badgedirective/BadgeDirective.js +0 -13
- package/badgedirective/badgedirective.common.js +13 -71
- package/badgedirective/badgedirective.umd.js +13 -71
- package/blockui/blockui.common.js +15 -73
- package/blockui/blockui.umd.js +15 -73
- package/breadcrumb/breadcrumb.common.js +7 -12
- package/breadcrumb/breadcrumb.umd.js +7 -12
- package/breadcrumb/breadcrumbitem.common.js +5 -8
- package/breadcrumb/breadcrumbitem.umd.js +5 -8
- package/button/button.common.js +15 -81
- package/button/button.umd.js +15 -81
- package/calendar/calendar.common.js +109 -498
- package/calendar/calendar.umd.js +109 -498
- package/card/card.common.js +2 -4
- package/card/card.umd.js +2 -4
- package/carousel/carousel.common.js +15 -123
- package/carousel/carousel.umd.js +15 -123
- package/cascadeselect/cascadeselect.common.js +29 -187
- package/cascadeselect/cascadeselect.umd.js +29 -187
- package/cascadeselect/cascadeselectsub.common.js +25 -149
- package/cascadeselect/cascadeselectsub.umd.js +25 -149
- package/cascadeselect/demo.html +4 -3
- package/chart/chart.common.js +2 -9
- package/chart/chart.umd.js +2 -9
- package/checkbox/checkbox.common.js +11 -61
- package/checkbox/checkbox.umd.js +11 -61
- package/chip/chip.common.js +2 -4
- package/chip/chip.umd.js +2 -4
- package/chips/chips.common.js +3 -20
- package/chips/chips.umd.js +3 -20
- package/colorpicker/colorpicker.common.js +16 -111
- package/colorpicker/colorpicker.umd.js +16 -111
- package/columngroup/columngroup.common.js +2 -4
- package/columngroup/columngroup.umd.js +2 -4
- package/config/PrimeVue.js +0 -5
- package/config/primevue.common.js +35 -102
- package/config/primevue.umd.js +35 -102
- package/config/primevue.umd.min.js +1 -1
- package/confirmationeventbus/ConfirmationEventBus.js +0 -4
- package/confirmationeventbus/confirmationeventbus.common.js +0 -2
- package/confirmationeventbus/confirmationeventbus.umd.js +0 -2
- package/confirmationservice/ConfirmationService.js +0 -3
- package/confirmationservice/confirmationservice.common.js +0 -2
- package/confirmationservice/confirmationservice.umd.js +0 -2
- package/confirmdialog/confirmdialog.common.js +19 -107
- package/confirmdialog/confirmdialog.umd.js +19 -107
- package/confirmpopup/confirmpopup.common.js +17 -109
- package/confirmpopup/confirmpopup.umd.js +17 -109
- package/contextmenu/contextmenu.common.js +28 -111
- package/contextmenu/contextmenu.umd.js +28 -111
- package/contextmenu/contextmenusub.common.js +18 -90
- package/contextmenu/contextmenusub.umd.js +18 -90
- package/datatable/bodycell.common.js +28 -164
- package/datatable/bodycell.umd.js +28 -164
- package/datatable/columnfilter.common.js +35 -247
- package/datatable/columnfilter.umd.js +35 -247
- package/datatable/datatable.common.js +165 -855
- package/datatable/datatable.umd.js +165 -855
- package/datatable/datatable.umd.min.js +1 -1
- package/datatable/demo.html +3 -5
- package/datatable/footercell.common.js +24 -119
- package/datatable/footercell.umd.js +24 -119
- package/datatable/headercell.common.js +39 -266
- package/datatable/headercell.umd.js +39 -266
- package/datatable/headercheckbox.common.js +2 -4
- package/datatable/headercheckbox.umd.js +2 -4
- package/datatable/rowcheckbox.common.js +2 -4
- package/datatable/rowcheckbox.umd.js +2 -4
- package/datatable/rowradiobutton.common.js +2 -4
- package/datatable/rowradiobutton.umd.js +2 -4
- package/datatable/tablebody.common.js +30 -191
- package/datatable/tablebody.umd.js +30 -191
- package/datatable/tablefooter.common.js +27 -135
- package/datatable/tablefooter.umd.js +27 -135
- package/datatable/tableheader.common.js +41 -273
- package/datatable/tableheader.umd.js +41 -273
- package/datatable/tableloadingbody.common.js +2 -4
- package/datatable/tableloadingbody.umd.js +2 -4
- package/dataview/dataview.common.js +121 -407
- package/dataview/dataview.umd.js +121 -407
- package/dataview/dataview.umd.min.js +1 -1
- package/dataviewlayoutoptions/dataviewlayoutoptions.common.js +2 -4
- package/dataviewlayoutoptions/dataviewlayoutoptions.umd.js +2 -4
- package/deferredcontent/deferredcontent.common.js +2 -7
- package/deferredcontent/deferredcontent.umd.js +2 -7
- package/dialog/dialog.common.js +15 -93
- package/dialog/dialog.umd.js +15 -93
- package/divider/divider.common.js +2 -4
- package/divider/divider.umd.js +2 -4
- package/dock/dock.common.js +7 -14
- package/dock/dock.umd.js +7 -14
- package/dock/docksub.common.js +5 -9
- package/dock/docksub.umd.js +5 -9
- package/dropdown/dropdown.common.js +31 -188
- package/dropdown/dropdown.umd.js +31 -188
- package/editor/editor.common.js +8 -21
- package/editor/editor.umd.js +8 -21
- package/fieldset/fieldset.common.js +15 -81
- package/fieldset/fieldset.umd.js +15 -81
- package/fileupload/fileupload.common.js +28 -142
- package/fileupload/fileupload.umd.js +28 -142
- package/fullcalendar/fullcalendar.common.js +10 -17
- package/fullcalendar/fullcalendar.umd.js +10 -17
- package/fullcalendar/fullcalendar.umd.min.js +3 -3
- package/galleria/galleria.common.js +25 -147
- package/galleria/galleria.umd.js +25 -147
- package/galleria/galleriacontent.common.js +23 -137
- package/galleria/galleriacontent.umd.js +23 -137
- package/galleria/galleriaitem.common.js +19 -93
- package/galleria/galleriaitem.umd.js +19 -93
- package/galleria/galleriaitemslot.common.js +4 -10
- package/galleria/galleriaitemslot.umd.js +4 -10
- package/galleria/galleriathumbnails.common.js +19 -125
- package/galleria/galleriathumbnails.umd.js +19 -125
- package/imagepreview/imagepreview.common.js +16 -71
- package/imagepreview/imagepreview.umd.js +16 -71
- package/inlinemessage/inlinemessage.common.js +2 -5
- package/inlinemessage/inlinemessage.umd.js +2 -5
- package/inplace/inplace.common.js +17 -85
- package/inplace/inplace.umd.js +17 -85
- package/inputmask/inputmask.common.js +31 -155
- package/inputmask/inputmask.umd.js +31 -155
- package/inputnumber/InputNumber.vue +2 -2
- package/inputnumber/inputnumber.common.js +73 -233
- package/inputnumber/inputnumber.umd.js +73 -233
- package/inputnumber/inputnumber.umd.min.js +1 -1
- package/inputswitch/inputswitch.common.js +2 -5
- package/inputswitch/inputswitch.umd.js +2 -5
- package/inputtext/inputtext.common.js +2 -9
- package/inputtext/inputtext.umd.js +2 -9
- package/knob/knob.common.js +4 -5
- package/knob/knob.umd.js +4 -5
- package/listbox/listbox.common.js +27 -156
- package/listbox/listbox.umd.js +27 -156
- package/megamenu/megamenu.common.js +24 -111
- package/megamenu/megamenu.umd.js +24 -111
- package/menu/menu.common.js +20 -107
- package/menu/menu.umd.js +20 -107
- package/menu/menuitem.common.js +18 -84
- package/menu/menuitem.umd.js +18 -84
- package/menubar/demo.html +4 -3
- package/menubar/menubar.common.js +23 -112
- package/menubar/menubar.umd.js +23 -112
- package/menubar/menubarsub.common.js +21 -106
- package/menubar/menubarsub.umd.js +21 -106
- package/message/message.common.js +15 -82
- package/message/message.umd.js +15 -82
- package/multiselect/multiselect.common.js +32 -189
- package/multiselect/multiselect.umd.js +32 -189
- package/orderlist/orderlist.common.js +28 -162
- package/orderlist/orderlist.umd.js +28 -162
- package/organizationchart/organizationchart.common.js +17 -82
- package/organizationchart/organizationchart.umd.js +17 -82
- package/organizationchart/organizationchartnode.common.js +15 -68
- package/organizationchart/organizationchartnode.umd.js +15 -68
- package/overlayeventbus/OverlayEventBus.js +0 -4
- package/overlayeventbus/overlayeventbus.common.js +0 -2
- package/overlayeventbus/overlayeventbus.umd.js +0 -2
- package/overlaypanel/overlaypanel.common.js +15 -104
- package/overlaypanel/overlaypanel.umd.js +15 -104
- package/package.json +2 -2
- package/paginator/currentpagereport.common.js +2 -4
- package/paginator/currentpagereport.umd.js +2 -4
- package/paginator/firstpagelink.common.js +15 -81
- package/paginator/firstpagelink.umd.js +15 -81
- package/paginator/jumptopagedropdown.common.js +33 -194
- package/paginator/jumptopagedropdown.umd.js +33 -194
- package/paginator/jumptopageinput.common.js +79 -241
- package/paginator/jumptopageinput.umd.js +79 -241
- package/paginator/jumptopageinput.umd.min.js +1 -1
- package/paginator/lastpagelink.common.js +15 -81
- package/paginator/lastpagelink.umd.js +15 -81
- package/paginator/nextpagelink.common.js +15 -81
- package/paginator/nextpagelink.umd.js +15 -81
- package/paginator/pagelinks.common.js +15 -81
- package/paginator/pagelinks.umd.js +15 -81
- package/paginator/paginator.common.js +119 -399
- package/paginator/paginator.umd.js +119 -399
- package/paginator/paginator.umd.min.js +1 -1
- package/paginator/prevpagelink.common.js +15 -81
- package/paginator/prevpagelink.umd.js +15 -81
- package/paginator/rowsperpagedropdown.common.js +33 -194
- package/paginator/rowsperpagedropdown.umd.js +33 -194
- package/panel/panel.common.js +15 -81
- package/panel/panel.umd.js +15 -81
- package/panelmenu/panelmenu.common.js +10 -22
- package/panelmenu/panelmenu.umd.js +10 -22
- package/panelmenu/panelmenusub.common.js +5 -11
- package/panelmenu/panelmenusub.umd.js +5 -11
- package/password/Password.vue +38 -11
- package/password/password.common.js +117 -179
- package/password/password.umd.js +117 -179
- package/password/password.umd.min.js +1 -1
- package/picklist/picklist.common.js +28 -194
- package/picklist/picklist.umd.js +28 -194
- package/progressbar/progressbar.common.js +2 -4
- package/progressbar/progressbar.umd.js +2 -4
- package/progressspinner/progressspinner.common.js +2 -5
- package/progressspinner/progressspinner.umd.js +2 -5
- package/radiobutton/radiobutton.common.js +11 -57
- package/radiobutton/radiobutton.umd.js +11 -57
- package/rating/rating.common.js +2 -4
- package/rating/rating.umd.js +2 -4
- package/ripple/Ripple.js +0 -18
- package/ripple/ripple.common.js +13 -77
- package/ripple/ripple.umd.js +13 -77
- package/row/row.common.js +2 -4
- package/row/row.umd.js +2 -4
- package/scrollpanel/scrollpanel.common.js +18 -83
- package/scrollpanel/scrollpanel.umd.js +18 -83
- package/scrolltop/scrolltop.common.js +15 -71
- package/scrolltop/scrolltop.umd.js +15 -71
- package/selectbutton/selectbutton.common.js +25 -143
- package/selectbutton/selectbutton.umd.js +25 -143
- package/sidebar/Sidebar.d.ts +1 -0
- package/sidebar/Sidebar.vue +3 -0
- package/sidebar/sidebar.common.js +63 -137
- package/sidebar/sidebar.umd.js +63 -137
- package/sidebar/sidebar.umd.min.js +1 -1
- package/skeleton/skeleton.common.js +2 -4
- package/skeleton/skeleton.umd.js +2 -4
- package/slider/Slider.vue +1 -1
- package/slider/slider.common.js +64 -139
- package/slider/slider.umd.js +64 -139
- package/slider/slider.umd.min.js +1 -1
- package/speeddial/SpeedDial.vue +2 -2
- package/speeddial/speeddial.common.js +63 -152
- package/speeddial/speeddial.umd.js +63 -152
- package/speeddial/speeddial.umd.min.js +1 -1
- package/splitbutton/splitbutton.common.js +24 -115
- package/splitbutton/splitbutton.umd.js +24 -115
- package/splitter/splitter.common.js +13 -84
- package/splitter/splitter.umd.js +13 -84
- package/steps/steps.common.js +5 -9
- package/steps/steps.umd.js +5 -9
- package/styleclass/StyleClass.js +0 -43
- package/styleclass/styleclass.common.js +13 -99
- package/styleclass/styleclass.umd.js +13 -99
- package/tabmenu/tabmenu.common.js +15 -86
- package/tabmenu/tabmenu.umd.js +15 -86
- package/tabpanel/tabpanel.common.js +2 -5
- package/tabpanel/tabpanel.umd.js +2 -5
- package/tabview/tabview.common.js +27 -134
- package/tabview/tabview.umd.js +27 -134
- package/tag/tag.common.js +2 -4
- package/tag/tag.umd.js +2 -4
- package/terminal/terminal.common.js +2 -4
- package/terminal/terminal.umd.js +2 -4
- package/terminalservice/TerminalService.js +0 -3
- package/textarea/Textarea.vue +24 -1
- package/textarea/textarea.common.js +2045 -60
- package/textarea/textarea.umd.js +2045 -60
- package/textarea/textarea.umd.min.js +1 -1
- package/tieredmenu/tieredmenu.common.js +22 -124
- package/tieredmenu/tieredmenu.umd.js +22 -124
- package/tieredmenu/tieredmenusub.common.js +20 -102
- package/tieredmenu/tieredmenusub.umd.js +20 -102
- package/timeline/timeline.common.js +11 -56
- package/timeline/timeline.umd.js +11 -56
- package/toast/toast.common.js +17 -97
- package/toast/toast.umd.js +17 -97
- package/toast/toastmessage.common.js +15 -82
- package/toast/toastmessage.umd.js +15 -82
- package/toastservice/ToastEventBus.js +0 -3
- package/toastservice/ToastService.js +0 -3
- package/togglebutton/togglebutton.common.js +15 -81
- package/togglebutton/togglebutton.umd.js +15 -81
- package/toolbar/toolbar.common.js +2 -4
- package/toolbar/toolbar.umd.js +2 -4
- package/tooltip/Tooltip.js +4 -84
- package/tooltip/tooltip.common.js +17 -133
- package/tooltip/tooltip.umd.js +17 -133
- package/tree/tree.common.js +36 -211
- package/tree/tree.umd.js +36 -211
- package/tree/treenode.common.js +20 -117
- package/tree/treenode.umd.js +20 -117
- package/treetable/footercell.common.js +24 -119
- package/treetable/footercell.umd.js +24 -119
- package/treetable/headercell.common.js +24 -127
- package/treetable/headercell.umd.js +24 -127
- package/treetable/treetable.common.js +149 -625
- package/treetable/treetable.umd.js +149 -625
- package/treetable/treetable.umd.min.js +1 -1
- package/treetable/treetablerow.common.js +29 -159
- package/treetable/treetablerow.umd.js +29 -159
- package/treetable/treetablerowloader.common.js +31 -179
- package/treetable/treetablerowloader.umd.js +31 -179
- package/tristatecheckbox/tristatecheckbox.common.js +2 -12
- package/tristatecheckbox/tristatecheckbox.umd.js +2 -12
- package/utils/ConnectedOverlayScrollHandler.js +0 -12
- package/utils/DomHandler.js +13 -61
- package/utils/EventBus.js +0 -3
- package/utils/ObjectUtils.js +9 -51
- package/utils/UniqueComponentId.js +0 -1
- package/utils/Utils.js +0 -6
- package/utils/connectedoverlayscrollhandler.common.js +13 -70
- package/utils/connectedoverlayscrollhandler.umd.js +13 -70
- package/utils/domhandler.common.js +13 -63
- package/utils/domhandler.umd.js +13 -63
- package/utils/eventbus.common.js +0 -2
- package/utils/eventbus.umd.js +0 -2
- package/utils/objectutils.common.js +9 -52
- package/utils/objectutils.umd.js +9 -52
- package/utils/utils.common.js +22 -119
- package/utils/utils.umd.js +22 -119
- package/web-types.json +8 -1
package/dialog/dialog.umd.js
CHANGED
|
@@ -3492,11 +3492,10 @@ if (typeof window !== 'undefined') {
|
|
|
3492
3492
|
// Indicate to webpack that this file can be concatenated
|
|
3493
3493
|
/* harmony default export */ var setPublicPath = (null);
|
|
3494
3494
|
|
|
3495
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3495
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"08364d47-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dialog/Dialog.vue?vue&type=template&id=644e6a2e&
|
|
3496
3496
|
var render = function render() {
|
|
3497
3497
|
var _vm = this,
|
|
3498
|
-
|
|
3499
|
-
|
|
3498
|
+
_c = _vm._self._c;
|
|
3500
3499
|
return _vm.maskVisible ? _c('div', {
|
|
3501
3500
|
ref: "mask",
|
|
3502
3501
|
class: _vm.maskClass,
|
|
@@ -3574,7 +3573,6 @@ var render = function render() {
|
|
|
3574
3573
|
return [_vm._v(_vm._s(_vm.footer))];
|
|
3575
3574
|
})], 2) : _vm._e()]) : _vm._e()])], 1) : _vm._e();
|
|
3576
3575
|
};
|
|
3577
|
-
|
|
3578
3576
|
var staticRenderFns = [];
|
|
3579
3577
|
|
|
3580
3578
|
// CONCATENATED MODULE: ./src/components/dialog/Dialog.vue?vue&type=template&id=644e6a2e&
|
|
@@ -3599,7 +3597,6 @@ function _defineProperty(obj, key, value) {
|
|
|
3599
3597
|
} else {
|
|
3600
3598
|
obj[key] = value;
|
|
3601
3599
|
}
|
|
3602
|
-
|
|
3603
3600
|
return obj;
|
|
3604
3601
|
}
|
|
3605
3602
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.object.keys.js
|
|
@@ -3656,26 +3653,21 @@ function _classCallCheck(instance, Constructor) {
|
|
|
3656
3653
|
}
|
|
3657
3654
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
|
|
3658
3655
|
|
|
3659
|
-
|
|
3660
3656
|
function _defineProperties(target, props) {
|
|
3661
3657
|
for (var i = 0; i < props.length; i++) {
|
|
3662
3658
|
var descriptor = props[i];
|
|
3663
3659
|
descriptor.enumerable = descriptor.enumerable || false;
|
|
3664
3660
|
descriptor.configurable = true;
|
|
3665
3661
|
if ("value" in descriptor) descriptor.writable = true;
|
|
3666
|
-
|
|
3667
3662
|
define_property_default()(target, descriptor.key, descriptor);
|
|
3668
3663
|
}
|
|
3669
3664
|
}
|
|
3670
|
-
|
|
3671
3665
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
3672
3666
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
3673
3667
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
3674
|
-
|
|
3675
3668
|
define_property_default()(Constructor, "prototype", {
|
|
3676
3669
|
writable: false
|
|
3677
3670
|
});
|
|
3678
|
-
|
|
3679
3671
|
return Constructor;
|
|
3680
3672
|
}
|
|
3681
3673
|
// CONCATENATED MODULE: ./src/components/utils/DomHandler.js
|
|
@@ -3691,18 +3683,13 @@ function _createClass(Constructor, protoProps, staticProps) {
|
|
|
3691
3683
|
|
|
3692
3684
|
|
|
3693
3685
|
|
|
3694
|
-
|
|
3695
3686
|
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; } } }; }
|
|
3696
|
-
|
|
3697
3687
|
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); }
|
|
3698
|
-
|
|
3699
3688
|
function _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; }
|
|
3700
|
-
|
|
3701
3689
|
var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
3702
3690
|
function DomHandler() {
|
|
3703
3691
|
_classCallCheck(this, DomHandler);
|
|
3704
3692
|
}
|
|
3705
|
-
|
|
3706
3693
|
_createClass(DomHandler, null, [{
|
|
3707
3694
|
key: "innerWidth",
|
|
3708
3695
|
value: function innerWidth(el) {
|
|
@@ -3736,12 +3723,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3736
3723
|
value: function getOuterWidth(el, margin) {
|
|
3737
3724
|
if (el) {
|
|
3738
3725
|
var width = el.offsetWidth;
|
|
3739
|
-
|
|
3740
3726
|
if (margin) {
|
|
3741
3727
|
var style = getComputedStyle(el);
|
|
3742
3728
|
width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
|
|
3743
3729
|
}
|
|
3744
|
-
|
|
3745
3730
|
return width;
|
|
3746
3731
|
} else {
|
|
3747
3732
|
return 0;
|
|
@@ -3752,12 +3737,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3752
3737
|
value: function getOuterHeight(el, margin) {
|
|
3753
3738
|
if (el) {
|
|
3754
3739
|
var height = el.offsetHeight;
|
|
3755
|
-
|
|
3756
3740
|
if (margin) {
|
|
3757
3741
|
var style = getComputedStyle(el);
|
|
3758
3742
|
height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
|
|
3759
3743
|
}
|
|
3760
|
-
|
|
3761
3744
|
return height;
|
|
3762
3745
|
} else {
|
|
3763
3746
|
return 0;
|
|
@@ -3768,12 +3751,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3768
3751
|
value: function getClientHeight(el, margin) {
|
|
3769
3752
|
if (el) {
|
|
3770
3753
|
var height = el.clientHeight;
|
|
3771
|
-
|
|
3772
3754
|
if (margin) {
|
|
3773
3755
|
var style = getComputedStyle(el);
|
|
3774
3756
|
height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
|
|
3775
3757
|
}
|
|
3776
|
-
|
|
3777
3758
|
return height;
|
|
3778
3759
|
} else {
|
|
3779
3760
|
return 0;
|
|
@@ -3783,11 +3764,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3783
3764
|
key: "getViewport",
|
|
3784
3765
|
value: function getViewport() {
|
|
3785
3766
|
var win = window,
|
|
3786
|
-
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3767
|
+
d = document,
|
|
3768
|
+
e = d.documentElement,
|
|
3769
|
+
g = d.getElementsByTagName('body')[0],
|
|
3770
|
+
w = win.innerWidth || e.clientWidth || g.clientWidth,
|
|
3771
|
+
h = win.innerHeight || e.clientHeight || g.clientHeight;
|
|
3791
3772
|
return {
|
|
3792
3773
|
width: w,
|
|
3793
3774
|
height: h
|
|
@@ -3818,12 +3799,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3818
3799
|
value: function index(element) {
|
|
3819
3800
|
var children = element.parentNode.childNodes;
|
|
3820
3801
|
var num = 0;
|
|
3821
|
-
|
|
3822
3802
|
for (var i = 0; i < children.length; i++) {
|
|
3823
3803
|
if (children[i] === element) return num;
|
|
3824
3804
|
if (children[i].nodeType === 1) num++;
|
|
3825
3805
|
}
|
|
3826
|
-
|
|
3827
3806
|
return -1;
|
|
3828
3807
|
}
|
|
3829
3808
|
}, {
|
|
@@ -3831,13 +3810,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3831
3810
|
value: function addMultipleClasses(element, className) {
|
|
3832
3811
|
if (element.classList) {
|
|
3833
3812
|
var styles = className.split(' ');
|
|
3834
|
-
|
|
3835
3813
|
for (var i = 0; i < styles.length; i++) {
|
|
3836
3814
|
element.classList.add(styles[i]);
|
|
3837
3815
|
}
|
|
3838
3816
|
} else {
|
|
3839
3817
|
var _styles = className.split(' ');
|
|
3840
|
-
|
|
3841
3818
|
for (var _i = 0; _i < _styles.length; _i++) {
|
|
3842
3819
|
element.className += ' ' + _styles[_i];
|
|
3843
3820
|
}
|
|
@@ -3859,7 +3836,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3859
3836
|
if (element) {
|
|
3860
3837
|
if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
|
|
3861
3838
|
}
|
|
3862
|
-
|
|
3863
3839
|
return false;
|
|
3864
3840
|
}
|
|
3865
3841
|
}, {
|
|
@@ -3904,11 +3880,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3904
3880
|
var windowScrollLeft = this.getWindowScrollLeft();
|
|
3905
3881
|
var viewport = this.getViewport();
|
|
3906
3882
|
var top, left;
|
|
3907
|
-
|
|
3908
3883
|
if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
|
|
3909
3884
|
top = targetOffset.top + windowScrollTop - elementOuterHeight;
|
|
3910
3885
|
element.style.transformOrigin = 'bottom';
|
|
3911
|
-
|
|
3912
3886
|
if (top < 0) {
|
|
3913
3887
|
top = windowScrollTop;
|
|
3914
3888
|
}
|
|
@@ -3916,7 +3890,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3916
3890
|
top = targetOuterHeight + targetOffset.top + windowScrollTop;
|
|
3917
3891
|
element.style.transformOrigin = 'top';
|
|
3918
3892
|
}
|
|
3919
|
-
|
|
3920
3893
|
if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
|
|
3921
3894
|
element.style.top = top + 'px';
|
|
3922
3895
|
element.style.left = left + 'px';
|
|
@@ -3932,11 +3905,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3932
3905
|
var targetOffset = target.getBoundingClientRect();
|
|
3933
3906
|
var viewport = this.getViewport();
|
|
3934
3907
|
var top, left;
|
|
3935
|
-
|
|
3936
3908
|
if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
|
|
3937
3909
|
top = -1 * elementDimensions.height;
|
|
3938
3910
|
element.style.transformOrigin = 'bottom';
|
|
3939
|
-
|
|
3940
3911
|
if (targetOffset.top + top < 0) {
|
|
3941
3912
|
top = -1 * targetOffset.top;
|
|
3942
3913
|
}
|
|
@@ -3944,7 +3915,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3944
3915
|
top = targetHeight;
|
|
3945
3916
|
element.style.transformOrigin = 'top';
|
|
3946
3917
|
}
|
|
3947
|
-
|
|
3948
3918
|
if (elementDimensions.width > viewport.width) {
|
|
3949
3919
|
// element wider then viewport and cannot fit on screen (align at left side of viewport)
|
|
3950
3920
|
left = targetOffset.left * -1;
|
|
@@ -3955,7 +3925,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3955
3925
|
// element fits on screen (align with target)
|
|
3956
3926
|
left = 0;
|
|
3957
3927
|
}
|
|
3958
|
-
|
|
3959
3928
|
element.style.top = top + 'px';
|
|
3960
3929
|
element.style.left = left + 'px';
|
|
3961
3930
|
}
|
|
@@ -3969,35 +3938,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3969
3938
|
key: "getScrollableParents",
|
|
3970
3939
|
value: function getScrollableParents(element) {
|
|
3971
3940
|
var scrollableParents = [];
|
|
3972
|
-
|
|
3973
3941
|
if (element) {
|
|
3974
3942
|
var parents = this.getParents(element);
|
|
3975
3943
|
var overflowRegex = /(auto|scroll)/;
|
|
3976
|
-
|
|
3977
3944
|
var overflowCheck = function overflowCheck(node) {
|
|
3978
3945
|
var styleDeclaration = window['getComputedStyle'](node, null);
|
|
3979
3946
|
return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
|
|
3980
3947
|
};
|
|
3981
|
-
|
|
3982
3948
|
var _iterator = _createForOfIteratorHelper(parents),
|
|
3983
|
-
|
|
3984
|
-
|
|
3949
|
+
_step;
|
|
3985
3950
|
try {
|
|
3986
3951
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
3987
3952
|
var parent = _step.value;
|
|
3988
3953
|
var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
|
|
3989
|
-
|
|
3990
3954
|
if (scrollSelectors) {
|
|
3991
3955
|
var selectors = scrollSelectors.split(',');
|
|
3992
|
-
|
|
3993
3956
|
var _iterator2 = _createForOfIteratorHelper(selectors),
|
|
3994
|
-
|
|
3995
|
-
|
|
3957
|
+
_step2;
|
|
3996
3958
|
try {
|
|
3997
3959
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
3998
3960
|
var selector = _step2.value;
|
|
3999
3961
|
var el = this.findSingle(parent, selector);
|
|
4000
|
-
|
|
4001
3962
|
if (el && overflowCheck(el)) {
|
|
4002
3963
|
scrollableParents.push(el);
|
|
4003
3964
|
}
|
|
@@ -4015,7 +3976,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4015
3976
|
_iterator.f();
|
|
4016
3977
|
}
|
|
4017
3978
|
}
|
|
4018
|
-
|
|
4019
3979
|
return scrollableParents;
|
|
4020
3980
|
}
|
|
4021
3981
|
}, {
|
|
@@ -4056,34 +4016,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4056
4016
|
element.style.opacity = 0;
|
|
4057
4017
|
var last = +new Date();
|
|
4058
4018
|
var opacity = 0;
|
|
4059
|
-
|
|
4060
4019
|
var tick = function tick() {
|
|
4061
4020
|
opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
|
|
4062
4021
|
element.style.opacity = opacity;
|
|
4063
4022
|
last = +new Date();
|
|
4064
|
-
|
|
4065
4023
|
if (+opacity < 1) {
|
|
4066
4024
|
window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
|
|
4067
4025
|
}
|
|
4068
4026
|
};
|
|
4069
|
-
|
|
4070
4027
|
tick();
|
|
4071
4028
|
}
|
|
4072
4029
|
}, {
|
|
4073
4030
|
key: "fadeOut",
|
|
4074
4031
|
value: function fadeOut(element, ms) {
|
|
4075
4032
|
var opacity = 1,
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4033
|
+
interval = 50,
|
|
4034
|
+
duration = ms,
|
|
4035
|
+
gap = interval / duration;
|
|
4079
4036
|
var fading = setInterval(function () {
|
|
4080
4037
|
opacity -= gap;
|
|
4081
|
-
|
|
4082
4038
|
if (opacity <= 0) {
|
|
4083
4039
|
opacity = 0;
|
|
4084
4040
|
clearInterval(fading);
|
|
4085
4041
|
}
|
|
4086
|
-
|
|
4087
4042
|
element.style.opacity = opacity;
|
|
4088
4043
|
}, interval);
|
|
4089
4044
|
}
|
|
@@ -4110,7 +4065,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4110
4065
|
var scroll = container.scrollTop;
|
|
4111
4066
|
var elementHeight = container.clientHeight;
|
|
4112
4067
|
var itemHeight = this.getOuterHeight(item);
|
|
4113
|
-
|
|
4114
4068
|
if (offset < 0) {
|
|
4115
4069
|
container.scrollTop = scroll + offset;
|
|
4116
4070
|
} else if (offset + itemHeight > elementHeight) {
|
|
@@ -4129,7 +4083,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4129
4083
|
} else if (document['selection'] && document['selection'].empty) {
|
|
4130
4084
|
try {
|
|
4131
4085
|
document['selection'].empty();
|
|
4132
|
-
} catch (error) {
|
|
4086
|
+
} catch (error) {
|
|
4087
|
+
//ignore IE bug
|
|
4133
4088
|
}
|
|
4134
4089
|
}
|
|
4135
4090
|
}
|
|
@@ -4151,19 +4106,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4151
4106
|
if (!this.browser) {
|
|
4152
4107
|
var matched = this.resolveUserAgent();
|
|
4153
4108
|
this.browser = {};
|
|
4154
|
-
|
|
4155
4109
|
if (matched.browser) {
|
|
4156
4110
|
this.browser[matched.browser] = true;
|
|
4157
4111
|
this.browser['version'] = matched.version;
|
|
4158
4112
|
}
|
|
4159
|
-
|
|
4160
4113
|
if (this.browser['chrome']) {
|
|
4161
4114
|
this.browser['webkit'] = true;
|
|
4162
4115
|
} else if (this.browser['webkit']) {
|
|
4163
4116
|
this.browser['safari'] = true;
|
|
4164
4117
|
}
|
|
4165
4118
|
}
|
|
4166
|
-
|
|
4167
4119
|
return this.browser;
|
|
4168
4120
|
}
|
|
4169
4121
|
}, {
|
|
@@ -4191,10 +4143,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4191
4143
|
value: function getFocusableElements(element) {
|
|
4192
4144
|
var focusableElements = DomHandler.find(element, "button:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n [href][clientHeight][clientWidth]:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n input:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), select:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n textarea:not([tabindex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), [tabIndex]:not([tabIndex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden]), \n [contenteditable]:not([tabIndex = \"-1\"]):not([disabled]):not([style*=\"display:none\"]):not([hidden])");
|
|
4193
4145
|
var visibleFocusableElements = [];
|
|
4194
|
-
|
|
4195
4146
|
var _iterator3 = _createForOfIteratorHelper(focusableElements),
|
|
4196
|
-
|
|
4197
|
-
|
|
4147
|
+
_step3;
|
|
4198
4148
|
try {
|
|
4199
4149
|
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
4200
4150
|
var focusableElement = _step3.value;
|
|
@@ -4205,7 +4155,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4205
4155
|
} finally {
|
|
4206
4156
|
_iterator3.f();
|
|
4207
4157
|
}
|
|
4208
|
-
|
|
4209
4158
|
return visibleFocusableElements;
|
|
4210
4159
|
}
|
|
4211
4160
|
}, {
|
|
@@ -4248,55 +4197,43 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4248
4197
|
return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
|
|
4249
4198
|
}
|
|
4250
4199
|
}]);
|
|
4251
|
-
|
|
4252
4200
|
return DomHandler;
|
|
4253
4201
|
}();
|
|
4254
4202
|
|
|
4255
|
-
|
|
4256
4203
|
// CONCATENATED MODULE: ./src/components/ripple/Ripple.js
|
|
4257
4204
|
|
|
4258
|
-
|
|
4259
4205
|
function bindEvents(el) {
|
|
4260
4206
|
el.addEventListener('mousedown', onMouseDown);
|
|
4261
4207
|
}
|
|
4262
|
-
|
|
4263
4208
|
function unbindEvents(el) {
|
|
4264
4209
|
el.removeEventListener('mousedown', onMouseDown);
|
|
4265
4210
|
}
|
|
4266
|
-
|
|
4267
4211
|
function create(el) {
|
|
4268
4212
|
var ink = document.createElement('span');
|
|
4269
4213
|
ink.className = 'p-ink';
|
|
4270
4214
|
el.appendChild(ink);
|
|
4271
4215
|
ink.addEventListener('animationend', onAnimationEnd);
|
|
4272
4216
|
}
|
|
4273
|
-
|
|
4274
4217
|
function remove(el) {
|
|
4275
4218
|
var ink = getInk(el);
|
|
4276
|
-
|
|
4277
4219
|
if (ink) {
|
|
4278
4220
|
unbindEvents(el);
|
|
4279
4221
|
ink.removeEventListener('animationend', onAnimationEnd);
|
|
4280
4222
|
ink.remove();
|
|
4281
4223
|
}
|
|
4282
4224
|
}
|
|
4283
|
-
|
|
4284
4225
|
function onMouseDown(event) {
|
|
4285
4226
|
var target = event.currentTarget;
|
|
4286
4227
|
var ink = getInk(target);
|
|
4287
|
-
|
|
4288
4228
|
if (!ink || getComputedStyle(ink, null).display === 'none') {
|
|
4289
4229
|
return;
|
|
4290
4230
|
}
|
|
4291
|
-
|
|
4292
4231
|
DomHandler_DomHandler.removeClass(ink, 'p-ink-active');
|
|
4293
|
-
|
|
4294
4232
|
if (!DomHandler_DomHandler.getHeight(ink) && !DomHandler_DomHandler.getWidth(ink)) {
|
|
4295
4233
|
var d = Math.max(DomHandler_DomHandler.getOuterWidth(target), DomHandler_DomHandler.getOuterHeight(target));
|
|
4296
4234
|
ink.style.height = d + 'px';
|
|
4297
4235
|
ink.style.width = d + 'px';
|
|
4298
4236
|
}
|
|
4299
|
-
|
|
4300
4237
|
var offset = DomHandler_DomHandler.getOffset(target);
|
|
4301
4238
|
var x = event.pageX - offset.left + document.body.scrollTop - DomHandler_DomHandler.getWidth(ink) / 2;
|
|
4302
4239
|
var y = event.pageY - offset.top + document.body.scrollLeft - DomHandler_DomHandler.getHeight(ink) / 2;
|
|
@@ -4304,21 +4241,17 @@ function onMouseDown(event) {
|
|
|
4304
4241
|
ink.style.left = x + 'px';
|
|
4305
4242
|
DomHandler_DomHandler.addClass(ink, 'p-ink-active');
|
|
4306
4243
|
}
|
|
4307
|
-
|
|
4308
4244
|
function onAnimationEnd(event) {
|
|
4309
4245
|
DomHandler_DomHandler.removeClass(event.currentTarget, 'p-ink-active');
|
|
4310
4246
|
}
|
|
4311
|
-
|
|
4312
4247
|
function getInk(el) {
|
|
4313
4248
|
for (var i = 0; i < el.children.length; i++) {
|
|
4314
4249
|
if (typeof el.children[i].className === 'string' && el.children[i].className.indexOf('p-ink') !== -1) {
|
|
4315
4250
|
return el.children[i];
|
|
4316
4251
|
}
|
|
4317
4252
|
}
|
|
4318
|
-
|
|
4319
4253
|
return null;
|
|
4320
4254
|
}
|
|
4321
|
-
|
|
4322
4255
|
var Ripple = {
|
|
4323
4256
|
inserted: function inserted(el, binding, vnode) {
|
|
4324
4257
|
if (vnode.context.$primevue && vnode.context.$primevue.config.ripple) {
|
|
@@ -4338,14 +4271,11 @@ var Ripple = {
|
|
|
4338
4271
|
|
|
4339
4272
|
|
|
4340
4273
|
|
|
4341
|
-
|
|
4342
4274
|
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; }
|
|
4343
|
-
|
|
4344
4275
|
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; }
|
|
4345
4276
|
|
|
4346
4277
|
|
|
4347
4278
|
|
|
4348
|
-
|
|
4349
4279
|
/* harmony default export */ var Dialogvue_type_script_lang_js_ = ({
|
|
4350
4280
|
inheritAttrs: false,
|
|
4351
4281
|
props: {
|
|
@@ -4451,14 +4381,12 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
4451
4381
|
},
|
|
4452
4382
|
focus: function focus() {
|
|
4453
4383
|
var focusTarget = this.$refs.dialog.querySelector('[autofocus]');
|
|
4454
|
-
|
|
4455
4384
|
if (focusTarget) {
|
|
4456
4385
|
focusTarget.focus();
|
|
4457
4386
|
}
|
|
4458
4387
|
},
|
|
4459
4388
|
maximize: function maximize() {
|
|
4460
4389
|
this.maximized = !this.maximized;
|
|
4461
|
-
|
|
4462
4390
|
if (!this.modal) {
|
|
4463
4391
|
if (this.maximized) DomHandler_DomHandler.addClass(document.body, 'p-overflow-hidden');else DomHandler_DomHandler.removeClass(document.body, 'p-overflow-hidden');
|
|
4464
4392
|
}
|
|
@@ -4483,13 +4411,11 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
4483
4411
|
if (event.which === 9) {
|
|
4484
4412
|
event.preventDefault();
|
|
4485
4413
|
var focusableElements = DomHandler_DomHandler.getFocusableElements(this.$refs.dialog);
|
|
4486
|
-
|
|
4487
4414
|
if (focusableElements && focusableElements.length > 0) {
|
|
4488
4415
|
if (!document.activeElement) {
|
|
4489
4416
|
focusableElements[0].focus();
|
|
4490
4417
|
} else {
|
|
4491
4418
|
var focusedIndex = focusableElements.indexOf(document.activeElement);
|
|
4492
|
-
|
|
4493
4419
|
if (event.shiftKey) {
|
|
4494
4420
|
if (focusedIndex == -1 || focusedIndex === 0) focusableElements[focusableElements.length - 1].focus();else focusableElements[focusedIndex - 1].focus();
|
|
4495
4421
|
} else {
|
|
@@ -4515,7 +4441,6 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
4515
4441
|
},
|
|
4516
4442
|
getPositionClass: function getPositionClass() {
|
|
4517
4443
|
var _this = this;
|
|
4518
|
-
|
|
4519
4444
|
var positions = ['left', 'right', 'top', 'topleft', 'topright', 'bottom', 'bottomleft', 'bottomright'];
|
|
4520
4445
|
var pos = positions.find(function (item) {
|
|
4521
4446
|
return item === _this.position;
|
|
@@ -4524,16 +4449,13 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
4524
4449
|
},
|
|
4525
4450
|
removeStylesFromMask: function removeStylesFromMask() {
|
|
4526
4451
|
var _this2 = this;
|
|
4527
|
-
|
|
4528
4452
|
if (this.$refs.mask) {
|
|
4529
4453
|
this.dialogStyles = this.$vnode.data.style || this.containerStyle;
|
|
4530
|
-
|
|
4531
4454
|
if (this.dialogStyles) {
|
|
4532
4455
|
Object.keys(this.dialogStyles).forEach(function (key) {
|
|
4533
4456
|
_this2.$refs.mask.style[key] = '';
|
|
4534
4457
|
});
|
|
4535
4458
|
}
|
|
4536
|
-
|
|
4537
4459
|
this.dialogClasses = this.$vnode.data.class || this.$vnode.data.staticClass;
|
|
4538
4460
|
}
|
|
4539
4461
|
},
|
|
@@ -545,11 +545,10 @@ if (typeof window !== 'undefined') {
|
|
|
545
545
|
// Indicate to webpack that this file can be concatenated
|
|
546
546
|
/* harmony default export */ var setPublicPath = (null);
|
|
547
547
|
|
|
548
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
548
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"08364d47-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/divider/Divider.vue?vue&type=template&id=34f87ef1&
|
|
549
549
|
var render = function render() {
|
|
550
550
|
var _vm = this,
|
|
551
|
-
|
|
552
|
-
|
|
551
|
+
_c = _vm._self._c;
|
|
553
552
|
return _c('div', {
|
|
554
553
|
class: _vm.containerClass,
|
|
555
554
|
attrs: {
|
|
@@ -559,7 +558,6 @@ var render = function render() {
|
|
|
559
558
|
staticClass: "p-divider-content"
|
|
560
559
|
}, [_vm._t("default")], 2) : _vm._e()]);
|
|
561
560
|
};
|
|
562
|
-
|
|
563
561
|
var staticRenderFns = [];
|
|
564
562
|
|
|
565
563
|
// CONCATENATED MODULE: ./src/components/divider/Divider.vue?vue&type=template&id=34f87ef1&
|
package/divider/divider.umd.js
CHANGED
|
@@ -554,11 +554,10 @@ if (typeof window !== 'undefined') {
|
|
|
554
554
|
// Indicate to webpack that this file can be concatenated
|
|
555
555
|
/* harmony default export */ var setPublicPath = (null);
|
|
556
556
|
|
|
557
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
557
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"08364d47-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/divider/Divider.vue?vue&type=template&id=34f87ef1&
|
|
558
558
|
var render = function render() {
|
|
559
559
|
var _vm = this,
|
|
560
|
-
|
|
561
|
-
|
|
560
|
+
_c = _vm._self._c;
|
|
562
561
|
return _c('div', {
|
|
563
562
|
class: _vm.containerClass,
|
|
564
563
|
attrs: {
|
|
@@ -568,7 +567,6 @@ var render = function render() {
|
|
|
568
567
|
staticClass: "p-divider-content"
|
|
569
568
|
}, [_vm._t("default")], 2) : _vm._e()]);
|
|
570
569
|
};
|
|
571
|
-
|
|
572
570
|
var staticRenderFns = [];
|
|
573
571
|
|
|
574
572
|
// CONCATENATED MODULE: ./src/components/divider/Divider.vue?vue&type=template&id=34f87ef1&
|
package/dock/dock.common.js
CHANGED
|
@@ -545,11 +545,10 @@ if (typeof window !== 'undefined') {
|
|
|
545
545
|
// Indicate to webpack that this file can be concatenated
|
|
546
546
|
/* harmony default export */ var setPublicPath = (null);
|
|
547
547
|
|
|
548
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
548
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"08364d47-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dock/Dock.vue?vue&type=template&id=b8108a46&
|
|
549
549
|
var render = function render() {
|
|
550
550
|
var _vm = this,
|
|
551
|
-
|
|
552
|
-
|
|
551
|
+
_c = _vm._self._c;
|
|
553
552
|
return _c('div', {
|
|
554
553
|
class: _vm.containerClass,
|
|
555
554
|
style: _vm.styles
|
|
@@ -562,16 +561,14 @@ var render = function render() {
|
|
|
562
561
|
}
|
|
563
562
|
})], 1);
|
|
564
563
|
};
|
|
565
|
-
|
|
566
564
|
var staticRenderFns = [];
|
|
567
565
|
|
|
568
566
|
// CONCATENATED MODULE: ./src/components/dock/Dock.vue?vue&type=template&id=b8108a46&
|
|
569
567
|
|
|
570
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
568
|
+
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"08364d47-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--6!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib??vue-loader-options!./src/components/dock/DockSub.vue?vue&type=template&id=77d6d77e&
|
|
571
569
|
var DockSubvue_type_template_id_77d6d77e_render = function render() {
|
|
572
570
|
var _vm = this,
|
|
573
|
-
|
|
574
|
-
|
|
571
|
+
_c = _vm._self._c;
|
|
575
572
|
return _c('div', {
|
|
576
573
|
staticClass: "p-dock-list-container"
|
|
577
574
|
}, [_c('ul', {
|
|
@@ -609,9 +606,9 @@ var DockSubvue_type_template_id_77d6d77e_render = function render() {
|
|
|
609
606
|
key: "default",
|
|
610
607
|
fn: function fn(_ref) {
|
|
611
608
|
var navigate = _ref.navigate,
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
609
|
+
href = _ref.href,
|
|
610
|
+
isActive = _ref.isActive,
|
|
611
|
+
isExactActive = _ref.isExactActive;
|
|
615
612
|
return [_c('a', {
|
|
616
613
|
directives: [{
|
|
617
614
|
name: "tooltip",
|
|
@@ -686,7 +683,6 @@ var DockSubvue_type_template_id_77d6d77e_render = function render() {
|
|
|
686
683
|
})], 2)]], 2);
|
|
687
684
|
}), 0)]);
|
|
688
685
|
};
|
|
689
|
-
|
|
690
686
|
var DockSubvue_type_template_id_77d6d77e_staticRenderFns = [];
|
|
691
687
|
|
|
692
688
|
// CONCATENATED MODULE: ./src/components/dock/DockSub.vue?vue&type=template&id=77d6d77e&
|
|
@@ -756,14 +752,12 @@ var DockSubTemplate = {
|
|
|
756
752
|
if (this.disabled(item)) {
|
|
757
753
|
return;
|
|
758
754
|
}
|
|
759
|
-
|
|
760
755
|
if (item.command) {
|
|
761
756
|
item.command({
|
|
762
757
|
originalEvent: event,
|
|
763
758
|
item: item
|
|
764
759
|
});
|
|
765
760
|
}
|
|
766
|
-
|
|
767
761
|
event.preventDefault();
|
|
768
762
|
},
|
|
769
763
|
itemClass: function itemClass(index) {
|
|
@@ -948,7 +942,6 @@ var component = normalizeComponent(
|
|
|
948
942
|
item: item
|
|
949
943
|
});
|
|
950
944
|
}
|
|
951
|
-
|
|
952
945
|
e.preventDefault();
|
|
953
946
|
},
|
|
954
947
|
itemClass: function itemClass(index) {
|