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/password/password.umd.js
CHANGED
|
@@ -564,6 +564,21 @@ module.exports = function (KEY, length, exec) {
|
|
|
564
564
|
};
|
|
565
565
|
|
|
566
566
|
|
|
567
|
+
/***/ }),
|
|
568
|
+
|
|
569
|
+
/***/ "21d3":
|
|
570
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
571
|
+
|
|
572
|
+
exports = module.exports = __webpack_require__("2350")(false);
|
|
573
|
+
// imports
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
// module
|
|
577
|
+
exports.push([module.i, ".p-password{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.p-password-panel{position:absolute}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;-webkit-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.p-fluid .p-password{display:-webkit-box;display:-ms-flexbox;display:flex}", ""]);
|
|
578
|
+
|
|
579
|
+
// exports
|
|
580
|
+
|
|
581
|
+
|
|
567
582
|
/***/ }),
|
|
568
583
|
|
|
569
584
|
/***/ "230e":
|
|
@@ -1232,6 +1247,17 @@ var $export = __webpack_require__("63b6");
|
|
|
1232
1247
|
$export($export.S + $export.F * !__webpack_require__("8e60"), 'Object', { defineProperty: __webpack_require__("d9f6").f });
|
|
1233
1248
|
|
|
1234
1249
|
|
|
1250
|
+
/***/ }),
|
|
1251
|
+
|
|
1252
|
+
/***/ "476e":
|
|
1253
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1254
|
+
|
|
1255
|
+
"use strict";
|
|
1256
|
+
/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Password_vue_vue_type_style_index_0_id_2e79ff12_prod_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("7448");
|
|
1257
|
+
/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Password_vue_vue_type_style_index_0_id_2e79ff12_prod_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Password_vue_vue_type_style_index_0_id_2e79ff12_prod_lang_css___WEBPACK_IMPORTED_MODULE_0__);
|
|
1258
|
+
/* unused harmony reexport * */
|
|
1259
|
+
|
|
1260
|
+
|
|
1235
1261
|
/***/ }),
|
|
1236
1262
|
|
|
1237
1263
|
/***/ "499e":
|
|
@@ -2008,6 +2034,22 @@ if (__webpack_require__("79e5")(function () { return $toString.call({ source: 'a
|
|
|
2008
2034
|
}
|
|
2009
2035
|
|
|
2010
2036
|
|
|
2037
|
+
/***/ }),
|
|
2038
|
+
|
|
2039
|
+
/***/ "7448":
|
|
2040
|
+
/***/ (function(module, exports, __webpack_require__) {
|
|
2041
|
+
|
|
2042
|
+
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
2043
|
+
|
|
2044
|
+
// load the styles
|
|
2045
|
+
var content = __webpack_require__("21d3");
|
|
2046
|
+
if(content.__esModule) content = content.default;
|
|
2047
|
+
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
2048
|
+
if(content.locals) module.exports = content.locals;
|
|
2049
|
+
// add the styles to the DOM
|
|
2050
|
+
var add = __webpack_require__("499e").default
|
|
2051
|
+
var update = add("c6b142b8", content, true, {"sourceMap":false,"shadowMode":false});
|
|
2052
|
+
|
|
2011
2053
|
/***/ }),
|
|
2012
2054
|
|
|
2013
2055
|
/***/ "7514":
|
|
@@ -2139,17 +2181,6 @@ module.exports.f = function getOwnPropertyNames(it) {
|
|
|
2139
2181
|
};
|
|
2140
2182
|
|
|
2141
2183
|
|
|
2142
|
-
/***/ }),
|
|
2143
|
-
|
|
2144
|
-
/***/ "7d34":
|
|
2145
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
2146
|
-
|
|
2147
|
-
"use strict";
|
|
2148
|
-
/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Password_vue_vue_type_style_index_0_id_b14ec732_prod_lang_css___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("b0fa");
|
|
2149
|
-
/* harmony import */ var _node_modules_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Password_vue_vue_type_style_index_0_id_b14ec732_prod_lang_css___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_vue_style_loader_index_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_2_node_modules_postcss_loader_src_index_js_ref_6_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Password_vue_vue_type_style_index_0_id_b14ec732_prod_lang_css___WEBPACK_IMPORTED_MODULE_0__);
|
|
2150
|
-
/* unused harmony reexport * */
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
2184
|
/***/ }),
|
|
2154
2185
|
|
|
2155
2186
|
/***/ "7f20":
|
|
@@ -2902,22 +2933,6 @@ __webpack_require__("5ca1")({
|
|
|
2902
2933
|
});
|
|
2903
2934
|
|
|
2904
2935
|
|
|
2905
|
-
/***/ }),
|
|
2906
|
-
|
|
2907
|
-
/***/ "b0fa":
|
|
2908
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
2909
|
-
|
|
2910
|
-
// style-loader: Adds some css to the DOM by adding a <style> tag
|
|
2911
|
-
|
|
2912
|
-
// load the styles
|
|
2913
|
-
var content = __webpack_require__("db50");
|
|
2914
|
-
if(content.__esModule) content = content.default;
|
|
2915
|
-
if(typeof content === 'string') content = [[module.i, content, '']];
|
|
2916
|
-
if(content.locals) module.exports = content.locals;
|
|
2917
|
-
// add the styles to the DOM
|
|
2918
|
-
var add = __webpack_require__("499e").default
|
|
2919
|
-
var update = add("2fe80401", content, true, {"sourceMap":false,"shadowMode":false});
|
|
2920
|
-
|
|
2921
2936
|
/***/ }),
|
|
2922
2937
|
|
|
2923
2938
|
/***/ "be13":
|
|
@@ -3176,21 +3191,6 @@ exports.f = __webpack_require__("8e60") ? Object.defineProperty : function defin
|
|
|
3176
3191
|
};
|
|
3177
3192
|
|
|
3178
3193
|
|
|
3179
|
-
/***/ }),
|
|
3180
|
-
|
|
3181
|
-
/***/ "db50":
|
|
3182
|
-
/***/ (function(module, exports, __webpack_require__) {
|
|
3183
|
-
|
|
3184
|
-
exports = module.exports = __webpack_require__("2350")(false);
|
|
3185
|
-
// imports
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
// module
|
|
3189
|
-
exports.push([module.i, ".p-password{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.p-password-panel{position:absolute}.p-password .p-password-panel{min-width:100%}.p-password-meter{height:10px}.p-password-strength{height:100%;width:0;-webkit-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.p-fluid .p-password{display:-webkit-box;display:-ms-flexbox;display:flex}", ""]);
|
|
3190
|
-
|
|
3191
|
-
// exports
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
3194
|
/***/ }),
|
|
3195
3195
|
|
|
3196
3196
|
/***/ "e11e":
|
|
@@ -3378,11 +3378,10 @@ if (typeof window !== 'undefined') {
|
|
|
3378
3378
|
// Indicate to webpack that this file can be concatenated
|
|
3379
3379
|
/* harmony default export */ var setPublicPath = (null);
|
|
3380
3380
|
|
|
3381
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"
|
|
3381
|
+
// 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/password/Password.vue?vue&type=template&id=2e79ff12&
|
|
3382
3382
|
var render = function render() {
|
|
3383
3383
|
var _vm = this,
|
|
3384
|
-
|
|
3385
|
-
|
|
3384
|
+
_c = _vm._self._c;
|
|
3386
3385
|
return _c('div', {
|
|
3387
3386
|
class: _vm.containerClass,
|
|
3388
3387
|
style: _vm.styles
|
|
@@ -3425,10 +3424,9 @@ var render = function render() {
|
|
|
3425
3424
|
}, [_vm._v(_vm._s(_vm.infoText))])];
|
|
3426
3425
|
}), _vm._t("footer")], 2) : _vm._e()])], 1);
|
|
3427
3426
|
};
|
|
3428
|
-
|
|
3429
3427
|
var staticRenderFns = [];
|
|
3430
3428
|
|
|
3431
|
-
// CONCATENATED MODULE: ./src/components/password/Password.vue?vue&type=template&id=
|
|
3429
|
+
// CONCATENATED MODULE: ./src/components/password/Password.vue?vue&type=template&id=2e79ff12&
|
|
3432
3430
|
|
|
3433
3431
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es7.object.get-own-property-descriptors.js
|
|
3434
3432
|
var es7_object_get_own_property_descriptors = __webpack_require__("8e6e");
|
|
@@ -3459,7 +3457,6 @@ function _defineProperty(obj, key, value) {
|
|
|
3459
3457
|
} else {
|
|
3460
3458
|
obj[key] = value;
|
|
3461
3459
|
}
|
|
3462
|
-
|
|
3463
3460
|
return obj;
|
|
3464
3461
|
}
|
|
3465
3462
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es6.regexp.constructor.js
|
|
@@ -3473,26 +3470,21 @@ function _classCallCheck(instance, Constructor) {
|
|
|
3473
3470
|
}
|
|
3474
3471
|
// CONCATENATED MODULE: ./node_modules/@babel/runtime-corejs2/helpers/esm/createClass.js
|
|
3475
3472
|
|
|
3476
|
-
|
|
3477
3473
|
function _defineProperties(target, props) {
|
|
3478
3474
|
for (var i = 0; i < props.length; i++) {
|
|
3479
3475
|
var descriptor = props[i];
|
|
3480
3476
|
descriptor.enumerable = descriptor.enumerable || false;
|
|
3481
3477
|
descriptor.configurable = true;
|
|
3482
3478
|
if ("value" in descriptor) descriptor.writable = true;
|
|
3483
|
-
|
|
3484
3479
|
define_property_default()(target, descriptor.key, descriptor);
|
|
3485
3480
|
}
|
|
3486
3481
|
}
|
|
3487
|
-
|
|
3488
3482
|
function _createClass(Constructor, protoProps, staticProps) {
|
|
3489
3483
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
3490
3484
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
3491
|
-
|
|
3492
3485
|
define_property_default()(Constructor, "prototype", {
|
|
3493
3486
|
writable: false
|
|
3494
3487
|
});
|
|
3495
|
-
|
|
3496
3488
|
return Constructor;
|
|
3497
3489
|
}
|
|
3498
3490
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es7.symbol.async-iterator.js
|
|
@@ -3532,18 +3524,13 @@ var es6_regexp_split = __webpack_require__("28a5");
|
|
|
3532
3524
|
|
|
3533
3525
|
|
|
3534
3526
|
|
|
3535
|
-
|
|
3536
3527
|
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; } } }; }
|
|
3537
|
-
|
|
3538
3528
|
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); }
|
|
3539
|
-
|
|
3540
3529
|
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; }
|
|
3541
|
-
|
|
3542
3530
|
var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
3543
3531
|
function DomHandler() {
|
|
3544
3532
|
_classCallCheck(this, DomHandler);
|
|
3545
3533
|
}
|
|
3546
|
-
|
|
3547
3534
|
_createClass(DomHandler, null, [{
|
|
3548
3535
|
key: "innerWidth",
|
|
3549
3536
|
value: function innerWidth(el) {
|
|
@@ -3577,12 +3564,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3577
3564
|
value: function getOuterWidth(el, margin) {
|
|
3578
3565
|
if (el) {
|
|
3579
3566
|
var width = el.offsetWidth;
|
|
3580
|
-
|
|
3581
3567
|
if (margin) {
|
|
3582
3568
|
var style = getComputedStyle(el);
|
|
3583
3569
|
width += parseFloat(style.marginLeft) + parseFloat(style.marginRight);
|
|
3584
3570
|
}
|
|
3585
|
-
|
|
3586
3571
|
return width;
|
|
3587
3572
|
} else {
|
|
3588
3573
|
return 0;
|
|
@@ -3593,12 +3578,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3593
3578
|
value: function getOuterHeight(el, margin) {
|
|
3594
3579
|
if (el) {
|
|
3595
3580
|
var height = el.offsetHeight;
|
|
3596
|
-
|
|
3597
3581
|
if (margin) {
|
|
3598
3582
|
var style = getComputedStyle(el);
|
|
3599
3583
|
height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
|
|
3600
3584
|
}
|
|
3601
|
-
|
|
3602
3585
|
return height;
|
|
3603
3586
|
} else {
|
|
3604
3587
|
return 0;
|
|
@@ -3609,12 +3592,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3609
3592
|
value: function getClientHeight(el, margin) {
|
|
3610
3593
|
if (el) {
|
|
3611
3594
|
var height = el.clientHeight;
|
|
3612
|
-
|
|
3613
3595
|
if (margin) {
|
|
3614
3596
|
var style = getComputedStyle(el);
|
|
3615
3597
|
height += parseFloat(style.marginTop) + parseFloat(style.marginBottom);
|
|
3616
3598
|
}
|
|
3617
|
-
|
|
3618
3599
|
return height;
|
|
3619
3600
|
} else {
|
|
3620
3601
|
return 0;
|
|
@@ -3624,11 +3605,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3624
3605
|
key: "getViewport",
|
|
3625
3606
|
value: function getViewport() {
|
|
3626
3607
|
var win = window,
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
|
|
3630
|
-
|
|
3631
|
-
|
|
3608
|
+
d = document,
|
|
3609
|
+
e = d.documentElement,
|
|
3610
|
+
g = d.getElementsByTagName('body')[0],
|
|
3611
|
+
w = win.innerWidth || e.clientWidth || g.clientWidth,
|
|
3612
|
+
h = win.innerHeight || e.clientHeight || g.clientHeight;
|
|
3632
3613
|
return {
|
|
3633
3614
|
width: w,
|
|
3634
3615
|
height: h
|
|
@@ -3659,12 +3640,10 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3659
3640
|
value: function index(element) {
|
|
3660
3641
|
var children = element.parentNode.childNodes;
|
|
3661
3642
|
var num = 0;
|
|
3662
|
-
|
|
3663
3643
|
for (var i = 0; i < children.length; i++) {
|
|
3664
3644
|
if (children[i] === element) return num;
|
|
3665
3645
|
if (children[i].nodeType === 1) num++;
|
|
3666
3646
|
}
|
|
3667
|
-
|
|
3668
3647
|
return -1;
|
|
3669
3648
|
}
|
|
3670
3649
|
}, {
|
|
@@ -3672,13 +3651,11 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3672
3651
|
value: function addMultipleClasses(element, className) {
|
|
3673
3652
|
if (element.classList) {
|
|
3674
3653
|
var styles = className.split(' ');
|
|
3675
|
-
|
|
3676
3654
|
for (var i = 0; i < styles.length; i++) {
|
|
3677
3655
|
element.classList.add(styles[i]);
|
|
3678
3656
|
}
|
|
3679
3657
|
} else {
|
|
3680
3658
|
var _styles = className.split(' ');
|
|
3681
|
-
|
|
3682
3659
|
for (var _i = 0; _i < _styles.length; _i++) {
|
|
3683
3660
|
element.className += ' ' + _styles[_i];
|
|
3684
3661
|
}
|
|
@@ -3700,7 +3677,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3700
3677
|
if (element) {
|
|
3701
3678
|
if (element.classList) return element.classList.contains(className);else return new RegExp('(^| )' + className + '( |$)', 'gi').test(element.className);
|
|
3702
3679
|
}
|
|
3703
|
-
|
|
3704
3680
|
return false;
|
|
3705
3681
|
}
|
|
3706
3682
|
}, {
|
|
@@ -3745,11 +3721,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3745
3721
|
var windowScrollLeft = this.getWindowScrollLeft();
|
|
3746
3722
|
var viewport = this.getViewport();
|
|
3747
3723
|
var top, left;
|
|
3748
|
-
|
|
3749
3724
|
if (targetOffset.top + targetOuterHeight + elementOuterHeight > viewport.height) {
|
|
3750
3725
|
top = targetOffset.top + windowScrollTop - elementOuterHeight;
|
|
3751
3726
|
element.style.transformOrigin = 'bottom';
|
|
3752
|
-
|
|
3753
3727
|
if (top < 0) {
|
|
3754
3728
|
top = windowScrollTop;
|
|
3755
3729
|
}
|
|
@@ -3757,7 +3731,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3757
3731
|
top = targetOuterHeight + targetOffset.top + windowScrollTop;
|
|
3758
3732
|
element.style.transformOrigin = 'top';
|
|
3759
3733
|
}
|
|
3760
|
-
|
|
3761
3734
|
if (targetOffset.left + elementOuterWidth > viewport.width) left = Math.max(0, targetOffset.left + windowScrollLeft + targetOuterWidth - elementOuterWidth);else left = targetOffset.left + windowScrollLeft;
|
|
3762
3735
|
element.style.top = top + 'px';
|
|
3763
3736
|
element.style.left = left + 'px';
|
|
@@ -3773,11 +3746,9 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3773
3746
|
var targetOffset = target.getBoundingClientRect();
|
|
3774
3747
|
var viewport = this.getViewport();
|
|
3775
3748
|
var top, left;
|
|
3776
|
-
|
|
3777
3749
|
if (targetOffset.top + targetHeight + elementDimensions.height > viewport.height) {
|
|
3778
3750
|
top = -1 * elementDimensions.height;
|
|
3779
3751
|
element.style.transformOrigin = 'bottom';
|
|
3780
|
-
|
|
3781
3752
|
if (targetOffset.top + top < 0) {
|
|
3782
3753
|
top = -1 * targetOffset.top;
|
|
3783
3754
|
}
|
|
@@ -3785,7 +3756,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3785
3756
|
top = targetHeight;
|
|
3786
3757
|
element.style.transformOrigin = 'top';
|
|
3787
3758
|
}
|
|
3788
|
-
|
|
3789
3759
|
if (elementDimensions.width > viewport.width) {
|
|
3790
3760
|
// element wider then viewport and cannot fit on screen (align at left side of viewport)
|
|
3791
3761
|
left = targetOffset.left * -1;
|
|
@@ -3796,7 +3766,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3796
3766
|
// element fits on screen (align with target)
|
|
3797
3767
|
left = 0;
|
|
3798
3768
|
}
|
|
3799
|
-
|
|
3800
3769
|
element.style.top = top + 'px';
|
|
3801
3770
|
element.style.left = left + 'px';
|
|
3802
3771
|
}
|
|
@@ -3810,35 +3779,27 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3810
3779
|
key: "getScrollableParents",
|
|
3811
3780
|
value: function getScrollableParents(element) {
|
|
3812
3781
|
var scrollableParents = [];
|
|
3813
|
-
|
|
3814
3782
|
if (element) {
|
|
3815
3783
|
var parents = this.getParents(element);
|
|
3816
3784
|
var overflowRegex = /(auto|scroll)/;
|
|
3817
|
-
|
|
3818
3785
|
var overflowCheck = function overflowCheck(node) {
|
|
3819
3786
|
var styleDeclaration = window['getComputedStyle'](node, null);
|
|
3820
3787
|
return overflowRegex.test(styleDeclaration.getPropertyValue('overflow')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowX')) || overflowRegex.test(styleDeclaration.getPropertyValue('overflowY'));
|
|
3821
3788
|
};
|
|
3822
|
-
|
|
3823
3789
|
var _iterator = _createForOfIteratorHelper(parents),
|
|
3824
|
-
|
|
3825
|
-
|
|
3790
|
+
_step;
|
|
3826
3791
|
try {
|
|
3827
3792
|
for (_iterator.s(); !(_step = _iterator.n()).done;) {
|
|
3828
3793
|
var parent = _step.value;
|
|
3829
3794
|
var scrollSelectors = parent.nodeType === 1 && parent.dataset['scrollselectors'];
|
|
3830
|
-
|
|
3831
3795
|
if (scrollSelectors) {
|
|
3832
3796
|
var selectors = scrollSelectors.split(',');
|
|
3833
|
-
|
|
3834
3797
|
var _iterator2 = _createForOfIteratorHelper(selectors),
|
|
3835
|
-
|
|
3836
|
-
|
|
3798
|
+
_step2;
|
|
3837
3799
|
try {
|
|
3838
3800
|
for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
|
|
3839
3801
|
var selector = _step2.value;
|
|
3840
3802
|
var el = this.findSingle(parent, selector);
|
|
3841
|
-
|
|
3842
3803
|
if (el && overflowCheck(el)) {
|
|
3843
3804
|
scrollableParents.push(el);
|
|
3844
3805
|
}
|
|
@@ -3856,7 +3817,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3856
3817
|
_iterator.f();
|
|
3857
3818
|
}
|
|
3858
3819
|
}
|
|
3859
|
-
|
|
3860
3820
|
return scrollableParents;
|
|
3861
3821
|
}
|
|
3862
3822
|
}, {
|
|
@@ -3897,34 +3857,29 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3897
3857
|
element.style.opacity = 0;
|
|
3898
3858
|
var last = +new Date();
|
|
3899
3859
|
var opacity = 0;
|
|
3900
|
-
|
|
3901
3860
|
var tick = function tick() {
|
|
3902
3861
|
opacity = +element.style.opacity + (new Date().getTime() - last) / duration;
|
|
3903
3862
|
element.style.opacity = opacity;
|
|
3904
3863
|
last = +new Date();
|
|
3905
|
-
|
|
3906
3864
|
if (+opacity < 1) {
|
|
3907
3865
|
window.requestAnimationFrame && requestAnimationFrame(tick) || setTimeout(tick, 16);
|
|
3908
3866
|
}
|
|
3909
3867
|
};
|
|
3910
|
-
|
|
3911
3868
|
tick();
|
|
3912
3869
|
}
|
|
3913
3870
|
}, {
|
|
3914
3871
|
key: "fadeOut",
|
|
3915
3872
|
value: function fadeOut(element, ms) {
|
|
3916
3873
|
var opacity = 1,
|
|
3917
|
-
|
|
3918
|
-
|
|
3919
|
-
|
|
3874
|
+
interval = 50,
|
|
3875
|
+
duration = ms,
|
|
3876
|
+
gap = interval / duration;
|
|
3920
3877
|
var fading = setInterval(function () {
|
|
3921
3878
|
opacity -= gap;
|
|
3922
|
-
|
|
3923
3879
|
if (opacity <= 0) {
|
|
3924
3880
|
opacity = 0;
|
|
3925
3881
|
clearInterval(fading);
|
|
3926
3882
|
}
|
|
3927
|
-
|
|
3928
3883
|
element.style.opacity = opacity;
|
|
3929
3884
|
}, interval);
|
|
3930
3885
|
}
|
|
@@ -3951,7 +3906,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3951
3906
|
var scroll = container.scrollTop;
|
|
3952
3907
|
var elementHeight = container.clientHeight;
|
|
3953
3908
|
var itemHeight = this.getOuterHeight(item);
|
|
3954
|
-
|
|
3955
3909
|
if (offset < 0) {
|
|
3956
3910
|
container.scrollTop = scroll + offset;
|
|
3957
3911
|
} else if (offset + itemHeight > elementHeight) {
|
|
@@ -3970,7 +3924,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3970
3924
|
} else if (document['selection'] && document['selection'].empty) {
|
|
3971
3925
|
try {
|
|
3972
3926
|
document['selection'].empty();
|
|
3973
|
-
} catch (error) {
|
|
3927
|
+
} catch (error) {
|
|
3928
|
+
//ignore IE bug
|
|
3974
3929
|
}
|
|
3975
3930
|
}
|
|
3976
3931
|
}
|
|
@@ -3992,19 +3947,16 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
3992
3947
|
if (!this.browser) {
|
|
3993
3948
|
var matched = this.resolveUserAgent();
|
|
3994
3949
|
this.browser = {};
|
|
3995
|
-
|
|
3996
3950
|
if (matched.browser) {
|
|
3997
3951
|
this.browser[matched.browser] = true;
|
|
3998
3952
|
this.browser['version'] = matched.version;
|
|
3999
3953
|
}
|
|
4000
|
-
|
|
4001
3954
|
if (this.browser['chrome']) {
|
|
4002
3955
|
this.browser['webkit'] = true;
|
|
4003
3956
|
} else if (this.browser['webkit']) {
|
|
4004
3957
|
this.browser['safari'] = true;
|
|
4005
3958
|
}
|
|
4006
3959
|
}
|
|
4007
|
-
|
|
4008
3960
|
return this.browser;
|
|
4009
3961
|
}
|
|
4010
3962
|
}, {
|
|
@@ -4032,10 +3984,8 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4032
3984
|
value: function getFocusableElements(element) {
|
|
4033
3985
|
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])");
|
|
4034
3986
|
var visibleFocusableElements = [];
|
|
4035
|
-
|
|
4036
3987
|
var _iterator3 = _createForOfIteratorHelper(focusableElements),
|
|
4037
|
-
|
|
4038
|
-
|
|
3988
|
+
_step3;
|
|
4039
3989
|
try {
|
|
4040
3990
|
for (_iterator3.s(); !(_step3 = _iterator3.n()).done;) {
|
|
4041
3991
|
var focusableElement = _step3.value;
|
|
@@ -4046,7 +3996,6 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4046
3996
|
} finally {
|
|
4047
3997
|
_iterator3.f();
|
|
4048
3998
|
}
|
|
4049
|
-
|
|
4050
3999
|
return visibleFocusableElements;
|
|
4051
4000
|
}
|
|
4052
4001
|
}, {
|
|
@@ -4089,31 +4038,24 @@ var DomHandler_DomHandler = /*#__PURE__*/function () {
|
|
|
4089
4038
|
return 'ontouchstart' in window || navigator.maxTouchPoints > 0 || navigator.msMaxTouchPoints > 0;
|
|
4090
4039
|
}
|
|
4091
4040
|
}]);
|
|
4092
|
-
|
|
4093
4041
|
return DomHandler;
|
|
4094
4042
|
}();
|
|
4095
4043
|
|
|
4096
|
-
|
|
4097
4044
|
// CONCATENATED MODULE: ./src/components/utils/ConnectedOverlayScrollHandler.js
|
|
4098
4045
|
|
|
4099
4046
|
|
|
4100
4047
|
|
|
4101
|
-
|
|
4102
4048
|
var ConnectedOverlayScrollHandler_ConnectedOverlayScrollHandler = /*#__PURE__*/function () {
|
|
4103
4049
|
function ConnectedOverlayScrollHandler(element) {
|
|
4104
4050
|
var listener = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {};
|
|
4105
|
-
|
|
4106
4051
|
_classCallCheck(this, ConnectedOverlayScrollHandler);
|
|
4107
|
-
|
|
4108
4052
|
this.element = element;
|
|
4109
4053
|
this.listener = listener;
|
|
4110
4054
|
}
|
|
4111
|
-
|
|
4112
4055
|
_createClass(ConnectedOverlayScrollHandler, [{
|
|
4113
4056
|
key: "bindScrollListener",
|
|
4114
4057
|
value: function bindScrollListener() {
|
|
4115
4058
|
this.scrollableParents = DomHandler_DomHandler.getScrollableParents(this.element);
|
|
4116
|
-
|
|
4117
4059
|
for (var i = 0; i < this.scrollableParents.length; i++) {
|
|
4118
4060
|
this.scrollableParents[i].addEventListener('scroll', this.listener);
|
|
4119
4061
|
}
|
|
@@ -4136,16 +4078,13 @@ var ConnectedOverlayScrollHandler_ConnectedOverlayScrollHandler = /*#__PURE__*/f
|
|
|
4136
4078
|
this.scrollableParents = null;
|
|
4137
4079
|
}
|
|
4138
4080
|
}]);
|
|
4139
|
-
|
|
4140
4081
|
return ConnectedOverlayScrollHandler;
|
|
4141
4082
|
}();
|
|
4142
4083
|
|
|
4143
|
-
|
|
4144
|
-
// CONCATENATED MODULE: ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"379c0a9c-vue-loader-template"}!./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/thread-loader/dist/cjs.js!./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/inputtext/InputText.vue?vue&type=template&id=62d12252&
|
|
4084
|
+
// 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/inputtext/InputText.vue?vue&type=template&id=62d12252&
|
|
4145
4085
|
var InputTextvue_type_template_id_62d12252_render = function render() {
|
|
4146
4086
|
var _vm = this,
|
|
4147
|
-
|
|
4148
|
-
|
|
4087
|
+
_c = _vm._self._c;
|
|
4149
4088
|
return _c('input', _vm._g({
|
|
4150
4089
|
class: ['p-inputtext p-component', {
|
|
4151
4090
|
'p-filled': _vm.filled
|
|
@@ -4155,7 +4094,6 @@ var InputTextvue_type_template_id_62d12252_render = function render() {
|
|
|
4155
4094
|
}
|
|
4156
4095
|
}, _vm.listeners));
|
|
4157
4096
|
};
|
|
4158
|
-
|
|
4159
4097
|
var InputTextvue_type_template_id_62d12252_staticRenderFns = [];
|
|
4160
4098
|
|
|
4161
4099
|
// CONCATENATED MODULE: ./src/components/inputtext/InputText.vue?vue&type=template&id=62d12252&
|
|
@@ -4166,11 +4104,8 @@ var InputTextvue_type_template_id_62d12252_staticRenderFns = [];
|
|
|
4166
4104
|
|
|
4167
4105
|
|
|
4168
4106
|
|
|
4169
|
-
|
|
4170
4107
|
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; }
|
|
4171
|
-
|
|
4172
4108
|
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; }
|
|
4173
|
-
|
|
4174
4109
|
/* harmony default export */ var InputTextvue_type_script_lang_js_ = ({
|
|
4175
4110
|
props: {
|
|
4176
4111
|
value: null
|
|
@@ -4178,7 +4113,6 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
|
|
|
4178
4113
|
computed: {
|
|
4179
4114
|
listeners: function listeners() {
|
|
4180
4115
|
var _this = this;
|
|
4181
|
-
|
|
4182
4116
|
return _objectSpread(_objectSpread({}, this.$listeners), {}, {
|
|
4183
4117
|
input: function input(event) {
|
|
4184
4118
|
return _this.$emit('input', event.target.value);
|
|
@@ -4317,14 +4251,11 @@ var component = normalizeComponent(
|
|
|
4317
4251
|
|
|
4318
4252
|
|
|
4319
4253
|
|
|
4320
|
-
|
|
4321
4254
|
function Passwordvue_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; }
|
|
4322
|
-
|
|
4323
4255
|
function Passwordvue_type_script_lang_js_objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? Passwordvue_type_script_lang_js_ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : Passwordvue_type_script_lang_js_ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
4324
4256
|
|
|
4325
4257
|
|
|
4326
4258
|
|
|
4327
|
-
|
|
4328
4259
|
/* harmony default export */ var Passwordvue_type_script_lang_js_ = ({
|
|
4329
4260
|
props: {
|
|
4330
4261
|
value: String,
|
|
@@ -4335,13 +4266,13 @@ function Passwordvue_type_script_lang_js_objectSpread(target) { for (var i = 1;
|
|
|
4335
4266
|
mediumRegex: {
|
|
4336
4267
|
type: String,
|
|
4337
4268
|
default: '^(((?=.*[a-z])(?=.*[A-Z]))|((?=.*[a-z])(?=.*[0-9]))|((?=.*[A-Z])(?=.*[0-9])))(?=.{6,})' // eslint-disable-line
|
|
4338
|
-
|
|
4339
4269
|
},
|
|
4270
|
+
|
|
4340
4271
|
strongRegex: {
|
|
4341
4272
|
type: String,
|
|
4342
4273
|
default: '^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.{8,})' // eslint-disable-line
|
|
4343
|
-
|
|
4344
4274
|
},
|
|
4275
|
+
|
|
4345
4276
|
weakLabel: {
|
|
4346
4277
|
type: String,
|
|
4347
4278
|
default: null
|
|
@@ -4405,11 +4336,13 @@ function Passwordvue_type_script_lang_js_objectSpread(target) { for (var i = 1;
|
|
|
4405
4336
|
this.infoText = this.promptText;
|
|
4406
4337
|
this.mediumCheckRegExp = new RegExp(this.mediumRegex);
|
|
4407
4338
|
this.strongCheckRegExp = new RegExp(this.strongRegex);
|
|
4339
|
+
if (this.value) {
|
|
4340
|
+
this.d_value = this.value;
|
|
4341
|
+
}
|
|
4408
4342
|
},
|
|
4409
4343
|
beforeDestroy: function beforeDestroy() {
|
|
4410
4344
|
this.restoreAppend();
|
|
4411
4345
|
this.unbindResizeListener();
|
|
4412
|
-
|
|
4413
4346
|
if (this.scrollHandler) {
|
|
4414
4347
|
this.scrollHandler.destroy();
|
|
4415
4348
|
this.scrollHandler = null;
|
|
@@ -4457,72 +4390,81 @@ function Passwordvue_type_script_lang_js_objectSpread(target) { for (var i = 1;
|
|
|
4457
4390
|
},
|
|
4458
4391
|
onFocus: function onFocus(event) {
|
|
4459
4392
|
this.focused = true;
|
|
4460
|
-
|
|
4461
4393
|
if (this.feedback) {
|
|
4394
|
+
this.setPasswordMeter();
|
|
4462
4395
|
this.overlayVisible = true;
|
|
4463
4396
|
}
|
|
4464
|
-
|
|
4465
4397
|
this.$emit('focus', event);
|
|
4466
4398
|
},
|
|
4467
4399
|
onBlur: function onBlur(event) {
|
|
4468
4400
|
this.focused = false;
|
|
4469
|
-
|
|
4470
4401
|
if (this.feedback) {
|
|
4471
4402
|
this.overlayVisible = false;
|
|
4472
4403
|
}
|
|
4473
|
-
|
|
4474
4404
|
this.$emit('blur', event);
|
|
4475
4405
|
},
|
|
4476
4406
|
onKeyUp: function onKeyUp(event) {
|
|
4477
4407
|
if (this.feedback) {
|
|
4478
4408
|
var value = event.target.value;
|
|
4479
|
-
var
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
switch (this.testStrength(value)) {
|
|
4483
|
-
case 1:
|
|
4484
|
-
label = this.weakText;
|
|
4485
|
-
meter = {
|
|
4486
|
-
strength: 'weak',
|
|
4487
|
-
width: '33.33%'
|
|
4488
|
-
};
|
|
4489
|
-
break;
|
|
4490
|
-
|
|
4491
|
-
case 2:
|
|
4492
|
-
label = this.mediumText;
|
|
4493
|
-
meter = {
|
|
4494
|
-
strength: 'medium',
|
|
4495
|
-
width: '66.66%'
|
|
4496
|
-
};
|
|
4497
|
-
break;
|
|
4498
|
-
|
|
4499
|
-
case 3:
|
|
4500
|
-
label = this.strongText;
|
|
4501
|
-
meter = {
|
|
4502
|
-
strength: 'strong',
|
|
4503
|
-
width: '100%'
|
|
4504
|
-
};
|
|
4505
|
-
break;
|
|
4506
|
-
|
|
4507
|
-
default:
|
|
4508
|
-
label = this.promptText;
|
|
4509
|
-
meter = null;
|
|
4510
|
-
break;
|
|
4511
|
-
}
|
|
4512
|
-
|
|
4409
|
+
var _this$checkPasswordSt = this.checkPasswordStrength(value),
|
|
4410
|
+
meter = _this$checkPasswordSt.meter,
|
|
4411
|
+
label = _this$checkPasswordSt.label;
|
|
4513
4412
|
this.meter = meter;
|
|
4514
4413
|
this.infoText = label;
|
|
4515
|
-
|
|
4516
4414
|
if (!this.overlayVisible) {
|
|
4517
4415
|
this.overlayVisible = true;
|
|
4518
4416
|
}
|
|
4519
4417
|
}
|
|
4520
|
-
|
|
4521
4418
|
this.$emit('keyup', event);
|
|
4522
4419
|
},
|
|
4420
|
+
setPasswordMeter: function setPasswordMeter() {
|
|
4421
|
+
if (!this.feedback || !this.d_value) return;
|
|
4422
|
+
var _this$checkPasswordSt2 = this.checkPasswordStrength(this.d_value),
|
|
4423
|
+
meter = _this$checkPasswordSt2.meter,
|
|
4424
|
+
label = _this$checkPasswordSt2.label;
|
|
4425
|
+
this.meter = meter;
|
|
4426
|
+
this.infoText = label;
|
|
4427
|
+
if (!this.overlayVisible) {
|
|
4428
|
+
this.overlayVisible = true;
|
|
4429
|
+
}
|
|
4430
|
+
},
|
|
4431
|
+
checkPasswordStrength: function checkPasswordStrength(value) {
|
|
4432
|
+
var label = null;
|
|
4433
|
+
var meter = null;
|
|
4434
|
+
switch (this.testStrength(value)) {
|
|
4435
|
+
case 1:
|
|
4436
|
+
label = this.weakText;
|
|
4437
|
+
meter = {
|
|
4438
|
+
strength: 'weak',
|
|
4439
|
+
width: '33.33%'
|
|
4440
|
+
};
|
|
4441
|
+
break;
|
|
4442
|
+
case 2:
|
|
4443
|
+
label = this.mediumText;
|
|
4444
|
+
meter = {
|
|
4445
|
+
strength: 'medium',
|
|
4446
|
+
width: '66.66%'
|
|
4447
|
+
};
|
|
4448
|
+
break;
|
|
4449
|
+
case 3:
|
|
4450
|
+
label = this.strongText;
|
|
4451
|
+
meter = {
|
|
4452
|
+
strength: 'strong',
|
|
4453
|
+
width: '100%'
|
|
4454
|
+
};
|
|
4455
|
+
break;
|
|
4456
|
+
default:
|
|
4457
|
+
label = this.promptText;
|
|
4458
|
+
meter = null;
|
|
4459
|
+
break;
|
|
4460
|
+
}
|
|
4461
|
+
return {
|
|
4462
|
+
label: label,
|
|
4463
|
+
meter: meter
|
|
4464
|
+
};
|
|
4465
|
+
},
|
|
4523
4466
|
bindScrollListener: function bindScrollListener() {
|
|
4524
4467
|
var _this = this;
|
|
4525
|
-
|
|
4526
4468
|
if (!this.scrollHandler) {
|
|
4527
4469
|
this.scrollHandler = new ConnectedOverlayScrollHandler_ConnectedOverlayScrollHandler(this.$refs.input.$el, function () {
|
|
4528
4470
|
if (_this.overlayVisible) {
|
|
@@ -4530,7 +4472,6 @@ function Passwordvue_type_script_lang_js_objectSpread(target) { for (var i = 1;
|
|
|
4530
4472
|
}
|
|
4531
4473
|
});
|
|
4532
4474
|
}
|
|
4533
|
-
|
|
4534
4475
|
this.scrollHandler.bindScrollListener();
|
|
4535
4476
|
},
|
|
4536
4477
|
unbindScrollListener: function unbindScrollListener() {
|
|
@@ -4540,14 +4481,12 @@ function Passwordvue_type_script_lang_js_objectSpread(target) { for (var i = 1;
|
|
|
4540
4481
|
},
|
|
4541
4482
|
bindResizeListener: function bindResizeListener() {
|
|
4542
4483
|
var _this2 = this;
|
|
4543
|
-
|
|
4544
4484
|
if (!this.resizeListener) {
|
|
4545
4485
|
this.resizeListener = function () {
|
|
4546
4486
|
if (_this2.overlayVisible) {
|
|
4547
4487
|
_this2.overlayVisible = false;
|
|
4548
4488
|
}
|
|
4549
4489
|
};
|
|
4550
|
-
|
|
4551
4490
|
window.addEventListener('resize', this.resizeListener);
|
|
4552
4491
|
}
|
|
4553
4492
|
},
|
|
@@ -4564,7 +4503,6 @@ function Passwordvue_type_script_lang_js_objectSpread(target) { for (var i = 1;
|
|
|
4564
4503
|
computed: {
|
|
4565
4504
|
listeners: function listeners() {
|
|
4566
4505
|
var _this3 = this;
|
|
4567
|
-
|
|
4568
4506
|
var $vm = this;
|
|
4569
4507
|
return Passwordvue_type_script_lang_js_objectSpread(Passwordvue_type_script_lang_js_objectSpread({}, $vm.$listeners), {}, {
|
|
4570
4508
|
input: function input(event) {
|
|
@@ -4624,8 +4562,8 @@ function Passwordvue_type_script_lang_js_objectSpread(target) { for (var i = 1;
|
|
|
4624
4562
|
});
|
|
4625
4563
|
// CONCATENATED MODULE: ./src/components/password/Password.vue?vue&type=script&lang=js&
|
|
4626
4564
|
/* harmony default export */ var password_Passwordvue_type_script_lang_js_ = (Passwordvue_type_script_lang_js_);
|
|
4627
|
-
// EXTERNAL MODULE: ./src/components/password/Password.vue?vue&type=style&index=0&id=
|
|
4628
|
-
var
|
|
4565
|
+
// EXTERNAL MODULE: ./src/components/password/Password.vue?vue&type=style&index=0&id=2e79ff12&prod&lang=css&
|
|
4566
|
+
var Passwordvue_type_style_index_0_id_2e79ff12_prod_lang_css_ = __webpack_require__("476e");
|
|
4629
4567
|
|
|
4630
4568
|
// CONCATENATED MODULE: ./src/components/password/Password.vue
|
|
4631
4569
|
|