fineui是帆软报表和BI产品线所使用的前端框架。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
155 KiB

/*! time: 2020-6-4 17:14:21 */
!function(n){var r={};function i(t){if(r[t])return r[t].exports;var e=r[t]={i:t,l:!1,exports:{}};return n[t].call(e.exports,e,e.exports,i),e.l=!0,e.exports}i.m=n,i.c=r,i.d=function(t,e,n){i.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:n})},i.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i.t=function(e,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(i.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)i.d(n,r,function(t){return e[t]}.bind(null,r));return n},i.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return i.d(e,"a",e),e},i.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},i.p="",i(i.s=1241)}({10:function(t,e,n){"use strict";function r(t){return(r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t})(t)}var i=function(){return this}();try{i=i||new Function("return this")()}catch(a){"object"===("undefined"==typeof window?"undefined":r(window))&&(i=window)}t.exports=i},100:function(t,e){BI.Date=BI.Date||{},BI.Date.SECOND=1e3,BI.Date.MINUTE=60*BI.Date.SECOND,BI.Date.HOUR=60*BI.Date.MINUTE,BI.Date.DAY=24*BI.Date.HOUR,BI.Date.WEEK=7*BI.Date.DAY,_.extend(BI,{getTimezone:function(t){return t.toString().replace(/^.* (?:\((.*)\)|([A-Z]{1,4})(?:[\-+][0-9]{4})?(?: -?\d+)?)$/,"$1$2").replace(/[^A-Z]/g,"")},getMonthDays:function(t,e){var n=t.getFullYear();return void 0===e&&(e=t.getMonth()),0!=n%4||0==n%100&&0!=n%400||1!=e?BI.Date._MD[e]:29},getLastDateOfMonth:function(t){return BI.getDate(t.getFullYear(),t.getMonth(),BI.getMonthDays(t))},getDayOfYear:function(t){var e=BI.getDate(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0)-BI.getDate(t.getFullYear(),0,0,0,0,0);return Math.floor(e/BI.Date.DAY)},getWeekNumber:function(t){var e=BI.getDate(t.getFullYear(),t.getMonth(),t.getDate(),0,0,0),n=e.getDay(),r=BI.StartOfWeek%7,i=(3+r)%7,a=n<r?7+n-r:n-r,o=(i=i||7)<r?7+i-r:i-r;e.setDate(e.getDate()-a+o);var u=e.valueOf();return e.setMonth(0),e.setDate(1),Math.floor((u-e.valueOf())/6048e5)+1},getQuarter:function(t){return Math.floor(t.getMonth()/3)+1},getOffsetDate:function(t,e){return BI.getDate(BI.getTime(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds())+864e5*e)},getOffsetQuarter:function(t,e){var n=BI.getDate(BI.getTime(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds())),r=n.getDate(),i=BI.getMonthDays(BI.getDate(n.getFullYear(),n.getMonth()+3*BI.parseInt(e),1));return i<r&&(r=i),n.setDate(r),n.setMonth(n.getMonth()+3*parseInt(e)),n},getQuarterStartMonth:function(t){var e=0,n=t.getMonth();return n<3&&(e=0),2<n&&n<6&&(e=3),5<n&&n<9&&(e=6),8<n&&(e=9),e},getQuarterStartDate:function(t){return BI.getDate(t.getFullYear(),BI.getQuarterStartMonth(t),1)},getQuarterEndDate:function(t){var e=BI.getQuarterStartMonth(t)+2;return BI.getDate(t.getFullYear(),e,BI.getMonthDays(t,e))},getOffsetMonth:function(t,e){var n=BI.getDate(BI.getTime(t.getFullYear(),t.getMonth(),t.getDate(),t.getHours(),t.getMinutes(),t.getSeconds())),r=n.getDate(),i=BI.getMonthDays(BI.getDate(n.getFullYear(),n.getMonth()+parseInt(e),1));return i<r&&(r=i),n.setDate(r),n.setMonth(n.getMonth()+parseInt(e)),n},getWeekStartDate:function(t){var e=t.getDay(),n=BI.StartOfWeek%7;return BI.getOffsetDate(t,BI.Date._OFFSET[e<n?7+e-n:e-n])},getWeekEndDate:function(t){var e=t.getDay(),n=BI.StartOfWeek%7;return BI.getOffsetDate(t,BI.Date._OFFSET[e<n?7+e-n:e-n]+6)},print:function(t,e){for(var n=t.getMonth(),r=t.getDate(),i=t.getFullYear(),a=i+"";a.length<4;)a="0"+a;var o=BI.getWeekNumber(t),u=BI.getQuarter(t),s=t.getDay(),c={},f=t.getHours(),l=12<=f,Y=l?f-12:f,Z=BI.getDayOfYear(t);0==Y&&(Y=12);var h=t.getMinutes(),S=t.getSeconds();c["%a"]=BI.Date._SDN[s],c["%A"]=BI.Date._DN