bi-element-ui 0.1.75 → 0.1.76
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.
@@ -28978,14 +28978,14 @@ var AccessReport = /** @class */function () {
|
|
28978
28978
|
var env = _d === void 0 ? 'production' : _d;
|
28979
28979
|
this.systemName = '';
|
28980
28980
|
this.authorization = '';
|
28981
|
-
this.baseUrl = 'https://zq.wozhangwan.com';
|
28981
|
+
this.baseUrl = 'https://zq.wozhangwan.com/api';
|
28982
28982
|
this.systemName = system;
|
28983
28983
|
this.authorization = authorization;
|
28984
28984
|
if (env === 'development') {
|
28985
28985
|
this.baseUrl = '/zhangquan-dev';
|
28986
28986
|
}
|
28987
28987
|
if (env === 'staging') {
|
28988
|
-
this.baseUrl = 'https://zq.zwwlkj03.top';
|
28988
|
+
this.baseUrl = 'https://zq.zwwlkj03.top/api';
|
28989
28989
|
}
|
28990
28990
|
}
|
28991
28991
|
AccessReport.prototype.report = function (router, page) {
|
@@ -29011,7 +29011,7 @@ var AccessReport = /** @class */function () {
|
|
29011
29011
|
method: 'post',
|
29012
29012
|
headers: {
|
29013
29013
|
authorization: this.authorization,
|
29014
|
-
'Login-Device': this.browserType()
|
29014
|
+
'Login-Device': JSON.stringify(this.browserType())
|
29015
29015
|
},
|
29016
29016
|
data: data
|
29017
29017
|
});
|
package/lib/bi-element-ui.umd.js
CHANGED
@@ -28987,14 +28987,14 @@ var AccessReport = /** @class */function () {
|
|
28987
28987
|
var env = _d === void 0 ? 'production' : _d;
|
28988
28988
|
this.systemName = '';
|
28989
28989
|
this.authorization = '';
|
28990
|
-
this.baseUrl = 'https://zq.wozhangwan.com';
|
28990
|
+
this.baseUrl = 'https://zq.wozhangwan.com/api';
|
28991
28991
|
this.systemName = system;
|
28992
28992
|
this.authorization = authorization;
|
28993
28993
|
if (env === 'development') {
|
28994
28994
|
this.baseUrl = '/zhangquan-dev';
|
28995
28995
|
}
|
28996
28996
|
if (env === 'staging') {
|
28997
|
-
this.baseUrl = 'https://zq.zwwlkj03.top';
|
28997
|
+
this.baseUrl = 'https://zq.zwwlkj03.top/api';
|
28998
28998
|
}
|
28999
28999
|
}
|
29000
29000
|
AccessReport.prototype.report = function (router, page) {
|
@@ -29020,7 +29020,7 @@ var AccessReport = /** @class */function () {
|
|
29020
29020
|
method: 'post',
|
29021
29021
|
headers: {
|
29022
29022
|
authorization: this.authorization,
|
29023
|
-
'Login-Device': this.browserType()
|
29023
|
+
'Login-Device': JSON.stringify(this.browserType())
|
29024
29024
|
},
|
29025
29025
|
data: data
|
29026
29026
|
});
|
@@ -174,7 +174,7 @@ var t=e.defineLocale("ka",{months:"იანვარი_თებერვა
|
|
174
174
|
//! moment.js locale configuration
|
175
175
|
var t={1:"१",2:"२",3:"३",4:"४",5:"५",6:"६",7:"७",8:"८",9:"९",0:"०"},n={"१":"1","२":"2","३":"3","४":"4","५":"5","६":"6","७":"7","८":"8","९":"9","०":"0"},i=e.defineLocale("ne",{months:"जनवरी_फेब्रुवरी_मार्च_अप्रिल_मई_जुन_जुलाई_अगष्ट_सेप्टेम्बर_अक्टोबर_नोभेम्बर_डिसेम्बर".split("_"),monthsShort:"जन._फेब्रु._मार्च_अप्रि._मई_जुन_जुलाई._अग._सेप्ट._अक्टो._नोभे._डिसे.".split("_"),monthsParseExact:!0,weekdays:"आइतबार_सोमबार_मङ्गलबार_बुधबार_बिहिबार_शुक्रबार_शनिबार".split("_"),weekdaysShort:"आइत._सोम._मङ्गल._बुध._बिहि._शुक्र._शनि.".split("_"),weekdaysMin:"आ._सो._मं._बु._बि._शु._श.".split("_"),weekdaysParseExact:!0,longDateFormat:{LT:"Aको h:mm बजे",LTS:"Aको h:mm:ss बजे",L:"DD/MM/YYYY",LL:"D MMMM YYYY",LLL:"D MMMM YYYY, Aको h:mm बजे",LLLL:"dddd, D MMMM YYYY, Aको h:mm बजे"},preparse:function(e){return e.replace(/[१२३४५६७८९०]/g,(function(e){return n[e]}))},postformat:function(e){return e.replace(/\d/g,(function(e){return t[e]}))},meridiemParse:/राति|बिहान|दिउँसो|साँझ/,meridiemHour:function(e,t){return 12===e&&(e=0),"राति"===t?e<4?e:e+12:"बिहान"===t?e:"दिउँसो"===t?e>=10?e:e+12:"साँझ"===t?e+12:void 0},meridiem:function(e,t,n){return e<3?"राति":e<12?"बिहान":e<16?"दिउँसो":e<20?"साँझ":"राति"},calendar:{sameDay:"[आज] LT",nextDay:"[भोलि] LT",nextWeek:"[आउँदो] dddd[,] LT",lastDay:"[हिजो] LT",lastWeek:"[गएको] dddd[,] LT",sameElse:"L"},relativeTime:{future:"%sमा",past:"%s अगाडि",s:"केही क्षण",ss:"%d सेकेण्ड",m:"एक मिनेट",mm:"%d मिनेट",h:"एक घण्टा",hh:"%d घण्टा",d:"एक दिन",dd:"%d दिन",M:"एक महिना",MM:"%d महिना",y:"एक बर्ष",yy:"%d बर्ष"},week:{dow:0,doy:6}});return i}))},"99f6":function(e,t,n){(function(e,t){t(n("bb03"))})(0,(function(e){"use strict";
|
176
176
|
//! moment.js locale configuration
|
177
|
-
function t(e,t,n,i){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?r[n][2]?r[n][2]:r[n][1]:i?r[n][0]:r[n][1]}var n=e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},"9a29":function(e,t){e.exports="data:image/png;base64,UklGRi4FAABXRUJQVlA4WAoAAAAQAAAAWQAAWQAAQUxQSOcBAAABZ6C0bSQ2eDr8sDf0ERGQfIvTCA1Cimzbql3tC0HFzJbZoSUXizqVBjCpjzIq9Znh9iDMuffuVgXOWXu9DkT0n4HbRorShWMceoMA6px/9ff4aH20Sgga/KUvtVptpeJQ3ZoOTAw8qE/vI0vP1K8Eb1OPHWkxSEeqmD6E2NXuFNVagPBNcXUhB6lFwDH3Jra9HKhNDb5zUiMfAjdf1aom70yc9tWuUuAqtosA//aE84+vKPS8PDpzkeMkwXNWlDJo8Yt1F4zVlMQHxM7tJ39xcWI7vfyJa9ow9kRGI3mKO+rBtClyGi/HiC+95AZaRG6Iw5xISuSDVChAjl86GFCmohUqxV+olF9SabkCOUFd6Zo6jN1SWbh/AefS2w/U4X1K5UOmStyU5NThhIxpJfeTkA8hX+jesA1hm2xm10wr07Er6tBDdjqnOxOieDk5UJBDEBTcTnACbtjEA3KOBuRL5rXoSWSAFrpVI27iK0BK/UKjvABlgKQku/lALl0KUhRVZBSSgFvIFahElHsC2+Syllwws0tx92Sf3Tow0iA+3avtKl6mjP/Wr28GugSg4g5mLUCQjhS9YiiYpjLMymNBNZAhPRJcAw/+vBiJRRWHHqYDMWrwl4PVaiGoc/7V3+Oj9dEq8UsAAFZQOCAgAwAAcBUAnQEqWgBaAD6lRpxJpiQjITcVjMjAFIllANNd711+nkSzf3K09jPjj7tpK+X2v0f7Y+xKdIAWs2j649Z9lKpDk2EqX1S0tuWj53TgkVKWi7JQnJu0tzobgZ7Sw4j+5j81b3vZ57WEjrzdLa44vTtnIGMXon4XobjS7Rk44PYWvoqBxyCy9TCZLus+sGdBkVLDk1eTHOwvqUh2naLSuruj3oJcaRc4ld9WazDol2fPc1wAAPhjqvol4gTe73VEqroXmEhZFYc8YMaaJfrkbtiaaauvloXMPhAfXiG2cxJYzyT0AvsjQWaUG3SxBcu9IcPlB59OpUXsoA9FBT6wICd/rRR01v7xG7Pwlb1cTxv5Ihp4ncWlH1Q30/nWeUpfWep4YAkQtldKa04fYDxDQgYMdPBAPZ4unKMIfXLVYkOLMS10Q3keSMoNgx1YvuZ4FDVwkPGHs/b24WVSNXYoOHccSsBSpkBCgs5rgyFJeWgNjjGGV4yRn8/nDg2/KyWZYakD+PMZMETalzclkijnONGjgrrLQJ71Inah6vvPtmvuJb8bu3RvYUZfPwGaq4qnAQi7zZik+DZ+SkObS0jXObwhBPJoTiQpno/xqlynReEf8vcW2dNnzfOYhMmrAeDWSonI2SsOgQW4nJLyGbyAOoLKTJcUkm/cG8eiCQLi5+HzqkHW6tfOMb3QDI/g9YC9+IlnR3mz3ZoIkNQwls3J51XXKQcxODOdFhEtbkYAVIQ7jX0Hpaa084MTvtYX7SDxq0Y0ypvlJwrejNMqnxPo2hunXVGwnzbBDRbuJq+SLn9lfrPB1cIsy7ER9/VwPmf41tC2SBhjtrSUAYlOa6VeCDR2tgjFfUHerqfDT8MkyPnufojzuViuihtphswavezyq8G2DoFeM7mtEKbhKpzdQ+lO6eRdYvLgtAocR+iI8hJmENiu97aZ4+UycffN85/2AC7WFbTXPIZ9D2LTG1nIE2BRTgbCdYo1OCPQXYXGAy/uHvFwUuCBLXsaCQx92XO9eF7F2prsjFd0nk9Rsct+v3VoXA0CiyKLnX+0K0AAAAA="},"9a8e":function(e,t,n){"use strict";n("2532")},"9b25":function(e,t,n){"use strict";function i(e,t,n){this.$children.forEach((function(r){var a=r.$options.componentName;a===e?r.$emit.apply(r,[t].concat(n)):i.apply(r,[e,t].concat([n]))}))}t.__esModule=!0,t.default={methods:{dispatch:function(e,t,n){var i=this.$parent||this.$root,r=i.$options.componentName;while(i&&(!r||r!==e))i=i.$parent,i&&(r=i.$options.componentName);i&&i.$emit.apply(i,[t].concat(n))},broadcast:function(e,t,n){i.call(this,e,t,n)}}}},"9b61":function(e,t,n){"use strict";t.__esModule=!0,t.validateRangeInOneMonth=t.extractTimeFormat=t.extractDateFormat=t.nextYear=t.prevYear=t.nextMonth=t.prevMonth=t.changeYearMonthAndClampDate=t.timeWithinRange=t.limitTimeRange=t.clearMilliseconds=t.clearTime=t.modifyWithTimeString=t.modifyTime=t.modifyDate=t.range=t.getRangeMinutes=t.getMonthDays=t.getPrevMonthLastDays=t.getRangeHours=t.getWeekNumber=t.getStartDateOfMonth=t.nextDate=t.prevDate=t.getFirstDayOfMonth=t.getDayCountOfYear=t.getDayCountOfMonth=t.parseDate=t.formatDate=t.isDateObject=t.isDate=t.toDate=t.getI18nSettings=void 0;var i=n("b6db"),r=s(i),a=n("c6b5");function s(e){return e&&e.__esModule?e:{default:e}}var o=["sun","mon","tue","wed","thu","fri","sat"],l=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],u=function(e,t){for(var n=[],i=e;i<=t;i++)n.push(i);return n},c=t.getI18nSettings=function(){return{dayNamesShort:o.map((function(e){return(0,a.t)("el.datepicker.weeks."+e)})),dayNames:o.map((function(e){return(0,a.t)("el.datepicker.weeks."+e)})),monthNamesShort:l.map((function(e){return(0,a.t)("el.datepicker.months."+e)})),monthNames:l.map((function(e,t){return(0,a.t)("el.datepicker.month"+(t+1))})),amPm:["am","pm"]}},d=t.toDate=function(e){return h(e)?new Date(e):null},h=t.isDate=function(e){return null!==e&&void 0!==e&&(!isNaN(new Date(e).getTime())&&!Array.isArray(e))},f=(t.isDateObject=function(e){return e instanceof Date},t.formatDate=function(e,t){return e=d(e),e?r.default.format(e,t||"yyyy-MM-dd",c()):""},t.parseDate=function(e,t){return r.default.parse(e,t||"yyyy-MM-dd",c())}),p=t.getDayCountOfMonth=function(e,t){return isNaN(+t)?31:new Date(e,+t+1,0).getDate()},m=(t.getDayCountOfYear=function(e){var t=e%400===0||e%100!==0&&e%4===0;return t?366:365},t.getFirstDayOfMonth=function(e){var t=new Date(e.getTime());return t.setDate(1),t.getDay()},t.prevDate=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Date(e.getFullYear(),e.getMonth(),e.getDate()-t)});t.nextDate=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Date(e.getFullYear(),e.getMonth(),e.getDate()+t)},t.getStartDateOfMonth=function(e,t){var n=new Date(e,t,1),i=n.getDay();return m(n,0===i?7:i)},t.getWeekNumber=function(e){if(!h(e))return null;var t=new Date(e.getTime());t.setHours(0,0,0,0),t.setDate(t.getDate()+3-(t.getDay()+6)%7);var n=new Date(t.getFullYear(),0,4);return 1+Math.round(((t.getTime()-n.getTime())/864e5-3+(n.getDay()+6)%7)/7)},t.getRangeHours=function(e){var t=[],n=[];if((e||[]).forEach((function(e){var t=e.map((function(e){return e.getHours()}));n=n.concat(u(t[0],t[1]))})),n.length)for(var i=0;i<24;i++)t[i]=-1===n.indexOf(i);else for(var r=0;r<24;r++)t[r]=!1;return t},t.getPrevMonthLastDays=function(e,t){if(t<=0)return[];var n=new Date(e.getTime());n.setDate(0);var i=n.getDate();return v(t).map((function(e,n){return i-(t-n-1)}))},t.getMonthDays=function(e){var t=new Date(e.getFullYear(),e.getMonth()+1,0),n=t.getDate();return v(n).map((function(e,t){return t+1}))};function g(e,t,n,i){for(var r=t;r<n;r++)e[r]=i}t.getRangeMinutes=function(e,t){var n=new Array(60);return e.length>0?e.forEach((function(e){var i=e[0],r=e[1],a=i.getHours(),s=i.getMinutes(),o=r.getHours(),l=r.getMinutes();a===t&&o!==t?g(n,s,60,!0):a===t&&o===t?g(n,s,l+1,!0):a!==t&&o===t?g(n,0,l+1,!0):a<t&&o>t&&g(n,0,60,!0)})):g(n,0,60,!0),n};var v=t.range=function(e){return Array.apply(null,{length:e}).map((function(e,t){return t}))},_=t.modifyDate=function(e,t,n,i){return new Date(t,n,i,e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())},y=t.modifyTime=function(e,t,n,i){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),t,n,i,e.getMilliseconds())},b=(t.modifyWithTimeString=function(e,t){return null!=e&&t?(t=f(t,"HH:mm:ss"),y(e,t.getHours(),t.getMinutes(),t.getSeconds())):e},t.clearTime=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},t.clearMilliseconds=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),0)},t.limitTimeRange=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"HH:mm:ss";if(0===t.length)return e;var i=function(e){return r.default.parse(r.default.format(e,n),n)},a=i(e),s=t.map((function(e){return e.map(i)}));if(s.some((function(e){return a>=e[0]&&a<=e[1]})))return e;var o=s[0][0],l=s[0][0];s.forEach((function(e){o=new Date(Math.min(e[0],o)),l=new Date(Math.max(e[1],o))}));var u=a<o?o:l;return _(u,e.getFullYear(),e.getMonth(),e.getDate())}),w=(t.timeWithinRange=function(e,t,n){var i=b(e,t,n);return i.getTime()===e.getTime()},t.changeYearMonthAndClampDate=function(e,t,n){var i=Math.min(e.getDate(),p(t,n));return _(e,t,n,i)});t.prevMonth=function(e){var t=e.getFullYear(),n=e.getMonth();return 0===n?w(e,t-1,11):w(e,t,n-1)},t.nextMonth=function(e){var t=e.getFullYear(),n=e.getMonth();return 11===n?w(e,t+1,0):w(e,t,n+1)},t.prevYear=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=e.getFullYear(),i=e.getMonth();return w(e,n-t,i)},t.nextYear=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=e.getFullYear(),i=e.getMonth();return w(e,n+t,i)},t.extractDateFormat=function(e){return e.replace(/\W?m{1,2}|\W?ZZ/g,"").replace(/\W?h{1,2}|\W?s{1,3}|\W?a/gi,"").trim()},t.extractTimeFormat=function(e){return e.replace(/\W?D{1,2}|\W?Do|\W?d{1,4}|\W?M{1,4}|\W?y{2,4}/g,"").trim()},t.validateRangeInOneMonth=function(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}},a12d:function(e,t,n){"use strict";t.__esModule=!0;var i=n("91d6"),r=function(){function e(e){var t=e.system,n=void 0===t?"":t,i=e.authorization,r=void 0===i?"":i,a=e.env,s=void 0===a?"production":a;this.systemName="",this.authorization="",this.baseUrl="https://zq.wozhangwan.com",this.systemName=n,this.authorization=r,"development"===s&&(this.baseUrl="/zhangquan-dev"),"staging"===s&&(this.baseUrl="https://zq.zwwlkj03.top")}return e.prototype.report=function(e,t){var n={system:this.systemName,authorization:this.authorization,login_device:this.browserType(),router:this.systemName+"-"+e,page:t};this.accessReportSavev(n).then((function(e){return console.log(e)}))},e.prototype.setToken=function(e){this.authorization=e},e.prototype.loginReport=function(){},e.prototype.accessReportSavev=function(e){return i["default"]({url:this.baseUrl+"/data/users/accessLog",method:"post",headers:{authorization:this.authorization,"Login-Device":this.browserType()},data:e})},e.prototype.browserType=function(){var e=navigator.userAgent.toLowerCase(),t=function(t){return t.test(e)},n=function(t){var n=e.match(t)||"";return n.toString().replace(/[^0-9|_.]/g,"").replace(/_/g,".")},i="other";t(/windows|win32|win64|wow32|wow64/g)?i="windows":t(/macintosh|macintel/g)?i="macos":t(/x11/g)?i="linux":t(/android|adr/g)?i="android":t(/ios|iphone|ipad|ipod|iwatch/g)&&(i="ios");var r="unknow";"windows"===i?t(/windows nt 5.0|windows 2000/g)?r="2000":t(/windows nt 5.1|windows xp/g)?r="xp":t(/windows nt 5.2|windows 2003/g)?r="2003":t(/windows nt 6.0|windows vista/g)?r="vista":t(/windows nt 6.1|windows 7/g)?r="7":t(/windows nt 6.2|windows 8/g)?r="8":t(/windows nt 6.3|windows 8.1/g)?r="8.1":t(/windows nt 10.0|windows 10/g)&&(r="10"):"macos"===i?r=n(/os x [\d._]+/g):"android"===i?r=n(/android [\d._]+/g):"ios"===i&&(r=n(/os [\d._]+/g));var a="unknow";"windows"===i||"macos"===i||"linux"===i?a="desktop":("android"===i||"ios"===i||t(/mobile/g))&&(a="mobile");var s="unknow",o="unknow";t(/applewebkit/g)?(s="webkit",t(/edge/g)?o="edge":t(/opr/g)?o="opera":t(/chrome/g)?o="chrome":t(/safari/g)?o="safari":t(/dingtalk/g)&&(o="dingtalk")):t(/gecko/g)&&t(/firefox/g)?(s="gecko",o="firefox"):t(/presto/g)?(s="presto",o="opera"):t(/trident|compatible|msie/g)&&(s="trident",o="iexplore");var l="unknow";"webkit"===s?l=n(/applewebkit\/[\d._]+/g):"gecko"===s?l=n(/gecko\/[\d._]+/g):"presto"===s?l=n(/presto\/[\d._]+/g):"trident"===s&&(l=n(/trident\/[\d._]+/g));var u="unknow";"chrome"===o?u=n(/chrome\/[\d._]+/g):"safari"===o?u=n(/version\/[\d._]+/g):"firefox"===o?u=n(/firefox\/[\d._]+/g):"opera"===o?u=n(/opr\/[\d._]+/g):"iexplore"===o?u=n(/(msie [\d._]+)|(rv:[\d._]+)/g):"edge"===o?u=n(/edge\/[\d._]+/g):"dingtalk"===o&&(u=n(/dingtalk\/[\d._]+/));var c="none",d="unknow";return t(/micromessenger/g)?(c="wechat",d=n(/micromessenger\/[\d._]+/g)):t(/qqbrowser/g)?(c="qq",d=n(/qqbrowser\/[\d._]+/g)):t(/ucbrowser/g)?(c="uc",d=n(/ucbrowser\/[\d._]+/g)):t(/qihu 360se/g)?c="360":t(/2345explorer/g)?(c="2345",d=n(/2345explorer\/[\d._]+/g)):t(/metasr/g)?c="sougou":t(/lbbrowser/g)?c="liebao":t(/maxthon/g)&&(c="maxthon",d=n(/maxthon\/[\d._]+/g)),Object.assign({engine:s,engineVs:l,platform:a,supporter:o,supporterVs:u,system:i,systemVs:r},"none"===c?{}:{shell:c,shellVs:d})},e}();t["default"]=r},a1e6:function(e,t,n){"use strict";t.__esModule=!0,t.removeResizeListener=t.addResizeListener=void 0;var i=n("4105"),r=s(i),a=n("1cb3");function s(e){return e&&e.__esModule?e:{default:e}}var o="undefined"===typeof window,l=function(e){var t=e,n=Array.isArray(t),i=0;for(t=n?t:t[Symbol.iterator]();;){var r;if(n){if(i>=t.length)break;r=t[i++]}else{if(i=t.next(),i.done)break;r=i.value}var a=r,s=a.target.__resizeListeners__||[];s.length&&s.forEach((function(e){e()}))}};t.addResizeListener=function(e,t){o||(e.__resizeListeners__||(e.__resizeListeners__=[],e.__ro__=new r.default((0,a.debounce)(16,l)),e.__ro__.observe(e)),e.__resizeListeners__.push(t))},t.removeResizeListener=function(e,t){e&&e.__resizeListeners__&&(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),e.__resizeListeners__.length||e.__ro__.disconnect())}},a215:function(e,t,n){"use strict";var i=n("5595"),r=n("d0fc"),a=n("39cc"),s=n("3372"),o=n("a730"),l=n("955c"),u=n("0081");e.exports=function(e){return new Promise((function(t,c){var d=e.data,h=e.headers;i.isFormData(d)&&delete h["Content-Type"];var f=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",m=e.auth.password||"";h.Authorization="Basic "+btoa(p+":"+m)}var g=s(e.baseURL,e.url);if(f.open(e.method.toUpperCase(),a(g,e.params,e.paramsSerializer),!0),f.timeout=e.timeout,f.onreadystatechange=function(){if(f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in f?o(f.getAllResponseHeaders()):null,i=e.responseType&&"text"!==e.responseType?f.response:f.responseText,a={data:i,status:f.status,statusText:f.statusText,headers:n,config:e,request:f};r(t,c,a),f=null}},f.onabort=function(){f&&(c(u("Request aborted",e,"ECONNABORTED",f)),f=null)},f.onerror=function(){c(u("Network Error",e,null,f)),f=null},f.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),c(u(t,e,"ECONNABORTED",f)),f=null},i.isStandardBrowserEnv()){var v=n("e343"),_=(e.withCredentials||l(g))&&e.xsrfCookieName?v.read(e.xsrfCookieName):void 0;_&&(h[e.xsrfHeaderName]=_)}if("setRequestHeader"in f&&i.forEach(h,(function(e,t){"undefined"===typeof d&&"content-type"===t.toLowerCase()?delete h[t]:f.setRequestHeader(t,e)})),i.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),e.responseType)try{f.responseType=e.responseType}catch(y){if("json"!==e.responseType)throw y}"function"===typeof e.onDownloadProgress&&f.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&f.upload&&f.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){f&&(f.abort(),c(e),f=null)})),void 0===d&&(d=null),f.send(d)}))}},a339:function(e,t,n){var i=n("6a04"),r=n("2f8a"),a=n("64b3")("IE_PROTO"),s=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=r(e),i(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?s:null}},a456:function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},a478:function(e,t,n){(function(e,t){t(n("bb03"))})(0,(function(e){"use strict";
|
177
|
+
function t(e,t,n,i){var r={s:["mõne sekundi","mõni sekund","paar sekundit"],ss:[e+"sekundi",e+"sekundit"],m:["ühe minuti","üks minut"],mm:[e+" minuti",e+" minutit"],h:["ühe tunni","tund aega","üks tund"],hh:[e+" tunni",e+" tundi"],d:["ühe päeva","üks päev"],M:["kuu aja","kuu aega","üks kuu"],MM:[e+" kuu",e+" kuud"],y:["ühe aasta","aasta","üks aasta"],yy:[e+" aasta",e+" aastat"]};return t?r[n][2]?r[n][2]:r[n][1]:i?r[n][0]:r[n][1]}var n=e.defineLocale("et",{months:"jaanuar_veebruar_märts_aprill_mai_juuni_juuli_august_september_oktoober_november_detsember".split("_"),monthsShort:"jaan_veebr_märts_apr_mai_juuni_juuli_aug_sept_okt_nov_dets".split("_"),weekdays:"pühapäev_esmaspäev_teisipäev_kolmapäev_neljapäev_reede_laupäev".split("_"),weekdaysShort:"P_E_T_K_N_R_L".split("_"),weekdaysMin:"P_E_T_K_N_R_L".split("_"),longDateFormat:{LT:"H:mm",LTS:"H:mm:ss",L:"DD.MM.YYYY",LL:"D. MMMM YYYY",LLL:"D. MMMM YYYY H:mm",LLLL:"dddd, D. MMMM YYYY H:mm"},calendar:{sameDay:"[Täna,] LT",nextDay:"[Homme,] LT",nextWeek:"[Järgmine] dddd LT",lastDay:"[Eile,] LT",lastWeek:"[Eelmine] dddd LT",sameElse:"L"},relativeTime:{future:"%s pärast",past:"%s tagasi",s:t,ss:t,m:t,mm:t,h:t,hh:t,d:t,dd:"%d päeva",M:t,MM:t,y:t,yy:t},dayOfMonthOrdinalParse:/\d{1,2}\./,ordinal:"%d.",week:{dow:1,doy:4}});return n}))},"9a29":function(e,t){e.exports="data:image/png;base64,UklGRi4FAABXRUJQVlA4WAoAAAAQAAAAWQAAWQAAQUxQSOcBAAABZ6C0bSQ2eDr8sDf0ERGQfIvTCA1Cimzbql3tC0HFzJbZoSUXizqVBjCpjzIq9Znh9iDMuffuVgXOWXu9DkT0n4HbRorShWMceoMA6px/9ff4aH20Sgga/KUvtVptpeJQ3ZoOTAw8qE/vI0vP1K8Eb1OPHWkxSEeqmD6E2NXuFNVagPBNcXUhB6lFwDH3Jra9HKhNDb5zUiMfAjdf1aom70yc9tWuUuAqtosA//aE84+vKPS8PDpzkeMkwXNWlDJo8Yt1F4zVlMQHxM7tJ39xcWI7vfyJa9ow9kRGI3mKO+rBtClyGi/HiC+95AZaRG6Iw5xISuSDVChAjl86GFCmohUqxV+olF9SabkCOUFd6Zo6jN1SWbh/AefS2w/U4X1K5UOmStyU5NThhIxpJfeTkA8hX+jesA1hm2xm10wr07Er6tBDdjqnOxOieDk5UJBDEBTcTnACbtjEA3KOBuRL5rXoSWSAFrpVI27iK0BK/UKjvABlgKQku/lALl0KUhRVZBSSgFvIFahElHsC2+Syllwws0tx92Sf3Tow0iA+3avtKl6mjP/Wr28GugSg4g5mLUCQjhS9YiiYpjLMymNBNZAhPRJcAw/+vBiJRRWHHqYDMWrwl4PVaiGoc/7V3+Oj9dEq8UsAAFZQOCAgAwAAcBUAnQEqWgBaAD6lRpxJpiQjITcVjMjAFIllANNd711+nkSzf3K09jPjj7tpK+X2v0f7Y+xKdIAWs2j649Z9lKpDk2EqX1S0tuWj53TgkVKWi7JQnJu0tzobgZ7Sw4j+5j81b3vZ57WEjrzdLa44vTtnIGMXon4XobjS7Rk44PYWvoqBxyCy9TCZLus+sGdBkVLDk1eTHOwvqUh2naLSuruj3oJcaRc4ld9WazDol2fPc1wAAPhjqvol4gTe73VEqroXmEhZFYc8YMaaJfrkbtiaaauvloXMPhAfXiG2cxJYzyT0AvsjQWaUG3SxBcu9IcPlB59OpUXsoA9FBT6wICd/rRR01v7xG7Pwlb1cTxv5Ihp4ncWlH1Q30/nWeUpfWep4YAkQtldKa04fYDxDQgYMdPBAPZ4unKMIfXLVYkOLMS10Q3keSMoNgx1YvuZ4FDVwkPGHs/b24WVSNXYoOHccSsBSpkBCgs5rgyFJeWgNjjGGV4yRn8/nDg2/KyWZYakD+PMZMETalzclkijnONGjgrrLQJ71Inah6vvPtmvuJb8bu3RvYUZfPwGaq4qnAQi7zZik+DZ+SkObS0jXObwhBPJoTiQpno/xqlynReEf8vcW2dNnzfOYhMmrAeDWSonI2SsOgQW4nJLyGbyAOoLKTJcUkm/cG8eiCQLi5+HzqkHW6tfOMb3QDI/g9YC9+IlnR3mz3ZoIkNQwls3J51XXKQcxODOdFhEtbkYAVIQ7jX0Hpaa084MTvtYX7SDxq0Y0ypvlJwrejNMqnxPo2hunXVGwnzbBDRbuJq+SLn9lfrPB1cIsy7ER9/VwPmf41tC2SBhjtrSUAYlOa6VeCDR2tgjFfUHerqfDT8MkyPnufojzuViuihtphswavezyq8G2DoFeM7mtEKbhKpzdQ+lO6eRdYvLgtAocR+iI8hJmENiu97aZ4+UycffN85/2AC7WFbTXPIZ9D2LTG1nIE2BRTgbCdYo1OCPQXYXGAy/uHvFwUuCBLXsaCQx92XO9eF7F2prsjFd0nk9Rsct+v3VoXA0CiyKLnX+0K0AAAAA="},"9a8e":function(e,t,n){"use strict";n("2532")},"9b25":function(e,t,n){"use strict";function i(e,t,n){this.$children.forEach((function(r){var a=r.$options.componentName;a===e?r.$emit.apply(r,[t].concat(n)):i.apply(r,[e,t].concat([n]))}))}t.__esModule=!0,t.default={methods:{dispatch:function(e,t,n){var i=this.$parent||this.$root,r=i.$options.componentName;while(i&&(!r||r!==e))i=i.$parent,i&&(r=i.$options.componentName);i&&i.$emit.apply(i,[t].concat(n))},broadcast:function(e,t,n){i.call(this,e,t,n)}}}},"9b61":function(e,t,n){"use strict";t.__esModule=!0,t.validateRangeInOneMonth=t.extractTimeFormat=t.extractDateFormat=t.nextYear=t.prevYear=t.nextMonth=t.prevMonth=t.changeYearMonthAndClampDate=t.timeWithinRange=t.limitTimeRange=t.clearMilliseconds=t.clearTime=t.modifyWithTimeString=t.modifyTime=t.modifyDate=t.range=t.getRangeMinutes=t.getMonthDays=t.getPrevMonthLastDays=t.getRangeHours=t.getWeekNumber=t.getStartDateOfMonth=t.nextDate=t.prevDate=t.getFirstDayOfMonth=t.getDayCountOfYear=t.getDayCountOfMonth=t.parseDate=t.formatDate=t.isDateObject=t.isDate=t.toDate=t.getI18nSettings=void 0;var i=n("b6db"),r=s(i),a=n("c6b5");function s(e){return e&&e.__esModule?e:{default:e}}var o=["sun","mon","tue","wed","thu","fri","sat"],l=["jan","feb","mar","apr","may","jun","jul","aug","sep","oct","nov","dec"],u=function(e,t){for(var n=[],i=e;i<=t;i++)n.push(i);return n},c=t.getI18nSettings=function(){return{dayNamesShort:o.map((function(e){return(0,a.t)("el.datepicker.weeks."+e)})),dayNames:o.map((function(e){return(0,a.t)("el.datepicker.weeks."+e)})),monthNamesShort:l.map((function(e){return(0,a.t)("el.datepicker.months."+e)})),monthNames:l.map((function(e,t){return(0,a.t)("el.datepicker.month"+(t+1))})),amPm:["am","pm"]}},d=t.toDate=function(e){return h(e)?new Date(e):null},h=t.isDate=function(e){return null!==e&&void 0!==e&&(!isNaN(new Date(e).getTime())&&!Array.isArray(e))},f=(t.isDateObject=function(e){return e instanceof Date},t.formatDate=function(e,t){return e=d(e),e?r.default.format(e,t||"yyyy-MM-dd",c()):""},t.parseDate=function(e,t){return r.default.parse(e,t||"yyyy-MM-dd",c())}),p=t.getDayCountOfMonth=function(e,t){return isNaN(+t)?31:new Date(e,+t+1,0).getDate()},m=(t.getDayCountOfYear=function(e){var t=e%400===0||e%100!==0&&e%4===0;return t?366:365},t.getFirstDayOfMonth=function(e){var t=new Date(e.getTime());return t.setDate(1),t.getDay()},t.prevDate=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Date(e.getFullYear(),e.getMonth(),e.getDate()-t)});t.nextDate=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return new Date(e.getFullYear(),e.getMonth(),e.getDate()+t)},t.getStartDateOfMonth=function(e,t){var n=new Date(e,t,1),i=n.getDay();return m(n,0===i?7:i)},t.getWeekNumber=function(e){if(!h(e))return null;var t=new Date(e.getTime());t.setHours(0,0,0,0),t.setDate(t.getDate()+3-(t.getDay()+6)%7);var n=new Date(t.getFullYear(),0,4);return 1+Math.round(((t.getTime()-n.getTime())/864e5-3+(n.getDay()+6)%7)/7)},t.getRangeHours=function(e){var t=[],n=[];if((e||[]).forEach((function(e){var t=e.map((function(e){return e.getHours()}));n=n.concat(u(t[0],t[1]))})),n.length)for(var i=0;i<24;i++)t[i]=-1===n.indexOf(i);else for(var r=0;r<24;r++)t[r]=!1;return t},t.getPrevMonthLastDays=function(e,t){if(t<=0)return[];var n=new Date(e.getTime());n.setDate(0);var i=n.getDate();return v(t).map((function(e,n){return i-(t-n-1)}))},t.getMonthDays=function(e){var t=new Date(e.getFullYear(),e.getMonth()+1,0),n=t.getDate();return v(n).map((function(e,t){return t+1}))};function g(e,t,n,i){for(var r=t;r<n;r++)e[r]=i}t.getRangeMinutes=function(e,t){var n=new Array(60);return e.length>0?e.forEach((function(e){var i=e[0],r=e[1],a=i.getHours(),s=i.getMinutes(),o=r.getHours(),l=r.getMinutes();a===t&&o!==t?g(n,s,60,!0):a===t&&o===t?g(n,s,l+1,!0):a!==t&&o===t?g(n,0,l+1,!0):a<t&&o>t&&g(n,0,60,!0)})):g(n,0,60,!0),n};var v=t.range=function(e){return Array.apply(null,{length:e}).map((function(e,t){return t}))},_=t.modifyDate=function(e,t,n,i){return new Date(t,n,i,e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds())},y=t.modifyTime=function(e,t,n,i){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),t,n,i,e.getMilliseconds())},b=(t.modifyWithTimeString=function(e,t){return null!=e&&t?(t=f(t,"HH:mm:ss"),y(e,t.getHours(),t.getMinutes(),t.getSeconds())):e},t.clearTime=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate())},t.clearMilliseconds=function(e){return new Date(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds(),0)},t.limitTimeRange=function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"HH:mm:ss";if(0===t.length)return e;var i=function(e){return r.default.parse(r.default.format(e,n),n)},a=i(e),s=t.map((function(e){return e.map(i)}));if(s.some((function(e){return a>=e[0]&&a<=e[1]})))return e;var o=s[0][0],l=s[0][0];s.forEach((function(e){o=new Date(Math.min(e[0],o)),l=new Date(Math.max(e[1],o))}));var u=a<o?o:l;return _(u,e.getFullYear(),e.getMonth(),e.getDate())}),w=(t.timeWithinRange=function(e,t,n){var i=b(e,t,n);return i.getTime()===e.getTime()},t.changeYearMonthAndClampDate=function(e,t,n){var i=Math.min(e.getDate(),p(t,n));return _(e,t,n,i)});t.prevMonth=function(e){var t=e.getFullYear(),n=e.getMonth();return 0===n?w(e,t-1,11):w(e,t,n-1)},t.nextMonth=function(e){var t=e.getFullYear(),n=e.getMonth();return 11===n?w(e,t+1,0):w(e,t,n+1)},t.prevYear=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=e.getFullYear(),i=e.getMonth();return w(e,n-t,i)},t.nextYear=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1,n=e.getFullYear(),i=e.getMonth();return w(e,n+t,i)},t.extractDateFormat=function(e){return e.replace(/\W?m{1,2}|\W?ZZ/g,"").replace(/\W?h{1,2}|\W?s{1,3}|\W?a/gi,"").trim()},t.extractTimeFormat=function(e){return e.replace(/\W?D{1,2}|\W?Do|\W?d{1,4}|\W?M{1,4}|\W?y{2,4}/g,"").trim()},t.validateRangeInOneMonth=function(e,t){return e.getMonth()===t.getMonth()&&e.getFullYear()===t.getFullYear()}},a12d:function(e,t,n){"use strict";t.__esModule=!0;var i=n("91d6"),r=function(){function e(e){var t=e.system,n=void 0===t?"":t,i=e.authorization,r=void 0===i?"":i,a=e.env,s=void 0===a?"production":a;this.systemName="",this.authorization="",this.baseUrl="https://zq.wozhangwan.com/api",this.systemName=n,this.authorization=r,"development"===s&&(this.baseUrl="/zhangquan-dev"),"staging"===s&&(this.baseUrl="https://zq.zwwlkj03.top/api")}return e.prototype.report=function(e,t){var n={system:this.systemName,authorization:this.authorization,login_device:this.browserType(),router:this.systemName+"-"+e,page:t};this.accessReportSavev(n).then((function(e){return console.log(e)}))},e.prototype.setToken=function(e){this.authorization=e},e.prototype.loginReport=function(){},e.prototype.accessReportSavev=function(e){return i["default"]({url:this.baseUrl+"/data/users/accessLog",method:"post",headers:{authorization:this.authorization,"Login-Device":JSON.stringify(this.browserType())},data:e})},e.prototype.browserType=function(){var e=navigator.userAgent.toLowerCase(),t=function(t){return t.test(e)},n=function(t){var n=e.match(t)||"";return n.toString().replace(/[^0-9|_.]/g,"").replace(/_/g,".")},i="other";t(/windows|win32|win64|wow32|wow64/g)?i="windows":t(/macintosh|macintel/g)?i="macos":t(/x11/g)?i="linux":t(/android|adr/g)?i="android":t(/ios|iphone|ipad|ipod|iwatch/g)&&(i="ios");var r="unknow";"windows"===i?t(/windows nt 5.0|windows 2000/g)?r="2000":t(/windows nt 5.1|windows xp/g)?r="xp":t(/windows nt 5.2|windows 2003/g)?r="2003":t(/windows nt 6.0|windows vista/g)?r="vista":t(/windows nt 6.1|windows 7/g)?r="7":t(/windows nt 6.2|windows 8/g)?r="8":t(/windows nt 6.3|windows 8.1/g)?r="8.1":t(/windows nt 10.0|windows 10/g)&&(r="10"):"macos"===i?r=n(/os x [\d._]+/g):"android"===i?r=n(/android [\d._]+/g):"ios"===i&&(r=n(/os [\d._]+/g));var a="unknow";"windows"===i||"macos"===i||"linux"===i?a="desktop":("android"===i||"ios"===i||t(/mobile/g))&&(a="mobile");var s="unknow",o="unknow";t(/applewebkit/g)?(s="webkit",t(/edge/g)?o="edge":t(/opr/g)?o="opera":t(/chrome/g)?o="chrome":t(/safari/g)?o="safari":t(/dingtalk/g)&&(o="dingtalk")):t(/gecko/g)&&t(/firefox/g)?(s="gecko",o="firefox"):t(/presto/g)?(s="presto",o="opera"):t(/trident|compatible|msie/g)&&(s="trident",o="iexplore");var l="unknow";"webkit"===s?l=n(/applewebkit\/[\d._]+/g):"gecko"===s?l=n(/gecko\/[\d._]+/g):"presto"===s?l=n(/presto\/[\d._]+/g):"trident"===s&&(l=n(/trident\/[\d._]+/g));var u="unknow";"chrome"===o?u=n(/chrome\/[\d._]+/g):"safari"===o?u=n(/version\/[\d._]+/g):"firefox"===o?u=n(/firefox\/[\d._]+/g):"opera"===o?u=n(/opr\/[\d._]+/g):"iexplore"===o?u=n(/(msie [\d._]+)|(rv:[\d._]+)/g):"edge"===o?u=n(/edge\/[\d._]+/g):"dingtalk"===o&&(u=n(/dingtalk\/[\d._]+/));var c="none",d="unknow";return t(/micromessenger/g)?(c="wechat",d=n(/micromessenger\/[\d._]+/g)):t(/qqbrowser/g)?(c="qq",d=n(/qqbrowser\/[\d._]+/g)):t(/ucbrowser/g)?(c="uc",d=n(/ucbrowser\/[\d._]+/g)):t(/qihu 360se/g)?c="360":t(/2345explorer/g)?(c="2345",d=n(/2345explorer\/[\d._]+/g)):t(/metasr/g)?c="sougou":t(/lbbrowser/g)?c="liebao":t(/maxthon/g)&&(c="maxthon",d=n(/maxthon\/[\d._]+/g)),Object.assign({engine:s,engineVs:l,platform:a,supporter:o,supporterVs:u,system:i,systemVs:r},"none"===c?{}:{shell:c,shellVs:d})},e}();t["default"]=r},a1e6:function(e,t,n){"use strict";t.__esModule=!0,t.removeResizeListener=t.addResizeListener=void 0;var i=n("4105"),r=s(i),a=n("1cb3");function s(e){return e&&e.__esModule?e:{default:e}}var o="undefined"===typeof window,l=function(e){var t=e,n=Array.isArray(t),i=0;for(t=n?t:t[Symbol.iterator]();;){var r;if(n){if(i>=t.length)break;r=t[i++]}else{if(i=t.next(),i.done)break;r=i.value}var a=r,s=a.target.__resizeListeners__||[];s.length&&s.forEach((function(e){e()}))}};t.addResizeListener=function(e,t){o||(e.__resizeListeners__||(e.__resizeListeners__=[],e.__ro__=new r.default((0,a.debounce)(16,l)),e.__ro__.observe(e)),e.__resizeListeners__.push(t))},t.removeResizeListener=function(e,t){e&&e.__resizeListeners__&&(e.__resizeListeners__.splice(e.__resizeListeners__.indexOf(t),1),e.__resizeListeners__.length||e.__ro__.disconnect())}},a215:function(e,t,n){"use strict";var i=n("5595"),r=n("d0fc"),a=n("39cc"),s=n("3372"),o=n("a730"),l=n("955c"),u=n("0081");e.exports=function(e){return new Promise((function(t,c){var d=e.data,h=e.headers;i.isFormData(d)&&delete h["Content-Type"];var f=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",m=e.auth.password||"";h.Authorization="Basic "+btoa(p+":"+m)}var g=s(e.baseURL,e.url);if(f.open(e.method.toUpperCase(),a(g,e.params,e.paramsSerializer),!0),f.timeout=e.timeout,f.onreadystatechange=function(){if(f&&4===f.readyState&&(0!==f.status||f.responseURL&&0===f.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in f?o(f.getAllResponseHeaders()):null,i=e.responseType&&"text"!==e.responseType?f.response:f.responseText,a={data:i,status:f.status,statusText:f.statusText,headers:n,config:e,request:f};r(t,c,a),f=null}},f.onabort=function(){f&&(c(u("Request aborted",e,"ECONNABORTED",f)),f=null)},f.onerror=function(){c(u("Network Error",e,null,f)),f=null},f.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),c(u(t,e,"ECONNABORTED",f)),f=null},i.isStandardBrowserEnv()){var v=n("e343"),_=(e.withCredentials||l(g))&&e.xsrfCookieName?v.read(e.xsrfCookieName):void 0;_&&(h[e.xsrfHeaderName]=_)}if("setRequestHeader"in f&&i.forEach(h,(function(e,t){"undefined"===typeof d&&"content-type"===t.toLowerCase()?delete h[t]:f.setRequestHeader(t,e)})),i.isUndefined(e.withCredentials)||(f.withCredentials=!!e.withCredentials),e.responseType)try{f.responseType=e.responseType}catch(y){if("json"!==e.responseType)throw y}"function"===typeof e.onDownloadProgress&&f.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&f.upload&&f.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){f&&(f.abort(),c(e),f=null)})),void 0===d&&(d=null),f.send(d)}))}},a339:function(e,t,n){var i=n("6a04"),r=n("2f8a"),a=n("64b3")("IE_PROTO"),s=Object.prototype;e.exports=Object.getPrototypeOf||function(e){return e=r(e),i(e,a)?e[a]:"function"==typeof e.constructor&&e instanceof e.constructor?e.constructor.prototype:e instanceof Object?s:null}},a456:function(e,t,n){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},a478:function(e,t,n){(function(e,t){t(n("bb03"))})(0,(function(e){"use strict";
|
178
178
|
//! moment.js locale configuration
|
179
179
|
function t(e,t){var n=e.split("_");return t%10===1&&t%100!==11?n[0]:t%10>=2&&t%10<=4&&(t%100<10||t%100>=20)?n[1]:n[2]}function n(e,n,i){var r={ss:n?"секунда_секунди_секунд":"секунду_секунди_секунд",mm:n?"хвилина_хвилини_хвилин":"хвилину_хвилини_хвилин",hh:n?"година_години_годин":"годину_години_годин",dd:"день_дні_днів",MM:"місяць_місяці_місяців",yy:"рік_роки_років"};return"m"===i?n?"хвилина":"хвилину":"h"===i?n?"година":"годину":e+" "+t(r[i],+e)}function i(e,t){var n,i={nominative:"неділя_понеділок_вівторок_середа_четвер_п’ятниця_субота".split("_"),accusative:"неділю_понеділок_вівторок_середу_четвер_п’ятницю_суботу".split("_"),genitive:"неділі_понеділка_вівторка_середи_четверга_п’ятниці_суботи".split("_")};return!0===e?i["nominative"].slice(1,7).concat(i["nominative"].slice(0,1)):e?(n=/(\[[ВвУу]\]) ?dddd/.test(t)?"accusative":/\[?(?:минулої|наступної)? ?\] ?dddd/.test(t)?"genitive":"nominative",i[n][e.day()]):i["nominative"]}function r(e){return function(){return e+"о"+(11===this.hours()?"б":"")+"] LT"}}var a=e.defineLocale("uk",{months:{format:"січня_лютого_березня_квітня_травня_червня_липня_серпня_вересня_жовтня_листопада_грудня".split("_"),standalone:"січень_лютий_березень_квітень_травень_червень_липень_серпень_вересень_жовтень_листопад_грудень".split("_")},monthsShort:"січ_лют_бер_квіт_трав_черв_лип_серп_вер_жовт_лист_груд".split("_"),weekdays:i,weekdaysShort:"нд_пн_вт_ср_чт_пт_сб".split("_"),weekdaysMin:"нд_пн_вт_ср_чт_пт_сб".split("_"),longDateFormat:{LT:"HH:mm",LTS:"HH:mm:ss",L:"DD.MM.YYYY",LL:"D MMMM YYYY р.",LLL:"D MMMM YYYY р., HH:mm",LLLL:"dddd, D MMMM YYYY р., HH:mm"},calendar:{sameDay:r("[Сьогодні "),nextDay:r("[Завтра "),lastDay:r("[Вчора "),nextWeek:r("[У] dddd ["),lastWeek:function(){switch(this.day()){case 0:case 3:case 5:case 6:return r("[Минулої] dddd [").call(this);case 1:case 2:case 4:return r("[Минулого] dddd [").call(this)}},sameElse:"L"},relativeTime:{future:"за %s",past:"%s тому",s:"декілька секунд",ss:n,m:n,mm:n,h:"годину",hh:n,d:"день",dd:n,M:"місяць",MM:n,y:"рік",yy:n},meridiemParse:/ночі|ранку|дня|вечора/,isPM:function(e){return/^(дня|вечора)$/.test(e)},meridiem:function(e,t,n){return e<4?"ночі":e<12?"ранку":e<17?"дня":"вечора"},dayOfMonthOrdinalParse:/\d{1,2}-(й|го)/,ordinal:function(e,t){switch(t){case"M":case"d":case"DDD":case"w":case"W":return e+"-й";case"D":return e+"-го";default:return e}},week:{dow:1,doy:7}});return a}))},a591:function(e,t,n){"use strict";t.__esModule=!0;var i="function"===typeof Symbol&&"symbol"===typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"===typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},r=n("5e76"),a=s(r);function s(e){return e&&e.__esModule?e:{default:e}}var o,l=l||{};l.Dialog=function(e,t,n){var r=this;if(this.dialogNode=e,null===this.dialogNode||"dialog"!==this.dialogNode.getAttribute("role"))throw new Error("Dialog() requires a DOM element with ARIA role of dialog.");"string"===typeof t?this.focusAfterClosed=document.getElementById(t):"object"===("undefined"===typeof t?"undefined":i(t))?this.focusAfterClosed=t:this.focusAfterClosed=null,"string"===typeof n?this.focusFirst=document.getElementById(n):"object"===("undefined"===typeof n?"undefined":i(n))?this.focusFirst=n:this.focusFirst=null,this.focusFirst?this.focusFirst.focus():a.default.focusFirstDescendant(this.dialogNode),this.lastFocus=document.activeElement,o=function(e){r.trapFocus(e)},this.addListeners()},l.Dialog.prototype.addListeners=function(){document.addEventListener("focus",o,!0)},l.Dialog.prototype.removeListeners=function(){document.removeEventListener("focus",o,!0)},l.Dialog.prototype.closeDialog=function(){var e=this;this.removeListeners(),this.focusAfterClosed&&setTimeout((function(){e.focusAfterClosed.focus()}))},l.Dialog.prototype.trapFocus=function(e){a.default.IgnoreUtilFocusChanges||(this.dialogNode.contains(e.target)?this.lastFocus=e.target:(a.default.focusFirstDescendant(this.dialogNode),this.lastFocus===document.activeElement&&a.default.focusLastDescendant(this.dialogNode),this.lastFocus=document.activeElement))},t.default=l.Dialog},a730:function(e,t,n){"use strict";var i=n("5595"),r=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,a,s={};return e?(i.forEach(e.split("\n"),(function(e){if(a=e.indexOf(":"),t=i.trim(e.substr(0,a)).toLowerCase(),n=i.trim(e.substr(a+1)),t){if(s[t]&&r.indexOf(t)>=0)return;s[t]="set-cookie"===t?(s[t]?s[t]:[]).concat([n]):s[t]?s[t]+", "+n:n}})),s):s}},a88e:function(e,t,n){(function(e,t){t(n("bb03"))})(0,(function(e){"use strict";
|
180
180
|
//! moment.js locale configuration
|