mat-date 1.7.47 → 1.7.53

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.
@@ -17,6 +17,7 @@ export declare class MDateUtil {
17
17
  private val;
18
18
  private static glCode;
19
19
  private code;
20
+ private dyfrmt;
20
21
  get localCode(): string;
21
22
  static new(): MDateUtil;
22
23
  static setCode(code: string): typeof MDateUtil;
@@ -79,6 +80,11 @@ export declare class MDateUtil {
79
80
  strMin(): string;
80
81
  strSec(): string;
81
82
  strMsec(): string;
83
+ strDayStr(): {
84
+ ln: () => string;
85
+ sh: () => string;
86
+ nr: () => string;
87
+ };
82
88
  addDay(value: number): this;
83
89
  addHours(value: number): this;
84
90
  addMins(value: number): this;
package/dist/DateUtil.js CHANGED
@@ -1 +1 @@
1
- 'use strict';const a0_0x3f301f={};a0_0x3f301f['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x3f301f),exports['MDateUtil']=void 0x0;const a0_0x3ea3eb=(_0x352a01,_0x4edae7=0x2)=>_0x352a01['toString']()['padStart'](_0x4edae7,'0');function a0_0x3a0037(_0x2b95ea,_0x23aa81){try{return _0x2b95ea();}catch(_0x451ef0){if(_0x23aa81)return _0x23aa81;throw new Error('UNKNOWN');}}function a0_0x133b33(_0x43581f){try{if(_0x43581f instanceof Date)return _0x43581f['getTime']();if(typeof _0x43581f==='number')return _0x43581f;if(typeof _0x43581f==='string')return new Date(_0x43581f)['getTime']();if(_0x43581f instanceof a0_0x40e32c)return _0x43581f['toTime']();if(_0x43581f['idkey']==='mdateutil')return _0x43581f['toTime']();return 0x0;}catch(_0x54cd85){throw new Error('ERROR');}}function a0_0x4f9b9f(_0x1ca66c,_0xbfa9a5,_0x5aa338,_0x4dc152){const _0x392649=a0_0x133b33(_0x1ca66c),_0x2e04b6=a0_0x133b33(_0xbfa9a5),_0x43a20c=a0_0x133b33(_0x5aa338),_0x59b070=a0_0x133b33(_0x4dc152);return _0x43a20c<=_0x392649&&_0x59b070>=_0x392649&&_0x59b070<=_0x2e04b6||_0x43a20c>=_0x392649&&_0x43a20c<=_0x2e04b6&&_0x59b070>=_0x2e04b6||_0x43a20c>=_0x392649&&_0x43a20c<=_0x2e04b6&&_0x59b070<=_0x2e04b6||_0x43a20c<=_0x392649&&_0x59b070>=_0x2e04b6;}function a0_0x3b8e61(_0x346089){let _0x266d5a=undefined,_0x41f7a4=undefined,_0xbad5d4=undefined,_0x25e2ec=undefined;try{const _0x20931e=(_0x346089||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x266d5a=_0x20931e['length']>=0x1?Number(_0x20931e[0x0]):undefined,_0x41f7a4=_0x20931e['length']>=0x2?Number(_0x20931e[0x1]):undefined,_0xbad5d4=_0x20931e['length']>=0x3?Number(_0x20931e[0x2]):undefined;}catch(_0x7fee30){}try{let _0x546c79=_0x346089||'',_0x273e13=/\.\d{3}/g,_0x50211b=_0x546c79['match'](_0x273e13)[0x0]['split']('.')['filter'](_0x27fb1a=>Boolean(_0x27fb1a));_0x25e2ec=_0x50211b['length']>=0x1?Number(_0x50211b[0x0]):undefined;}catch(_0x2bcca){}const _0xa78fba={};return _0xa78fba['h']=_0x266d5a,_0xa78fba['m']=_0x41f7a4,_0xa78fba['s']=_0xbad5d4,_0xa78fba['ms']=_0x25e2ec,_0xa78fba;}class a0_0x40e32c{['val']=new Date();static ['glCode']=undefined;['code']=undefined;get['localCode'](){return this['code'];}static['new'](){return new a0_0x40e32c()['setCode'](a0_0x40e32c['glCode']);}static['setCode'](_0x11b340){return a0_0x40e32c['glCode']=_0x11b340,this;}static['seperator'](){return a0_0x3a0037(()=>new Date()['toLocaleDateString'](a0_0x40e32c['glCode'])['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x3a0037(()=>a0_0x40e32c['new']()['setTime'](this['toTime']()));}['setCode'](_0x4906a3){return this['code']=_0x4906a3,this;}['seperator'](){return a0_0x3a0037(()=>new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0]);}['zone'](){return a0_0x3a0037(()=>{return Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x47f7ce=this['code']){return a0_0x3a0037(()=>{return new Intl['Locale'](_0x47f7ce)?.['timeZones']||[];},null);}['region'](_0x570381=this['code']){return a0_0x3a0037(()=>{return new Intl['Locale'](_0x570381)['region'];},null);}['year'](){return this['val']['getFullYear']();}['month'](){return this['val']['getMonth']()+0x1;}['monthUtc'](){return this['val']['getMonth']();}['day'](){return this['val']['getDate']();}['hours'](){return this['val']['getHours']();}['min'](){return this['val']['getMinutes']();}['sec'](){return this['val']['getSeconds']();}['msec'](){return this['val']['getMilliseconds']();}['dayOfWeek'](){const _0x5439e0=this['val']['getDay']();return _0x5439e0?_0x5439e0:0x7;}['dayOfWeekUtc'](){return this['val']['getDay']();}['setYear'](_0x439d11){return this['val']['setFullYear'](_0x439d11),this;}['setMonth'](_0x1063c7){return this['val']['setMonth'](_0x1063c7-0x1),this;}['setMonthUtc'](_0x3d4f53){return this['val']['setMonth'](_0x3d4f53),this;}['setDay'](_0x24a548){return this['val']['setDate'](_0x24a548),this;}['setHour'](_0xba5273){return this['val']['setHours'](_0xba5273),this;}['startOfHours'](){return this['setHour'](0x0),this['setMin'](0x0),this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfHours'](){return this['setHour'](0x17),this['setMin'](0x3b),this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setMin'](_0x12865b){return this['val']['setMinutes'](_0x12865b),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x1444b1){return this['val']['setSeconds'](_0x1444b1),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x13283e){return this['val']['setMilliseconds'](_0x13283e),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x5cbd08){return this['val']=new Date(_0x5cbd08),this;}['setTime'](_0x4abf77){return this['val']=new Date(_0x4abf77),this;}['setDate'](_0x322afe){return this['val']=new Date(_0x322afe),this;}['setDateInputValue'](_0xdfc731){return this['val']=new Date(_0xdfc731?.['replace']('T','\x20')),this;}['setVal'](_0x27b5d9){return a0_0x3a0037(()=>{return a0_0x40e32c['new']()['setTime'](a0_0x133b33(_0x27b5d9));});}['toIsoDate'](){return this['val']['toISOString']();}['toTime'](){return this['val']['getTime']();}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x3ea3eb(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x3ea3eb(this['month']())+'-'+a0_0x3ea3eb(this['day']());}['toTimeInput'](_0x32178b=!![]){const _0x435045=[];return _0x435045['push'](a0_0x3ea3eb(this['hours']())),_0x435045['push'](a0_0x3ea3eb(this['min']())),_0x32178b&&_0x435045['push'](a0_0x3ea3eb(this['sec']())),_0x435045['join'](':');}['toDateTimeInput'](_0x43787a=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x43787a);}['strDate'](){const _0x3c6caf={};return _0x3c6caf['month']='2-digit',_0x3c6caf['day']='2-digit',_0x3c6caf['year']='numeric',this['val']['toLocaleDateString'](this['code'],_0x3c6caf);}['strDateLocal'](_0x2f7e21){return this['val']['toLocaleDateString'](this['code'],_0x2f7e21);}['strTime'](){return a0_0x3ea3eb(this['hours']())+':'+a0_0x3ea3eb(this['min']())+':'+a0_0x3ea3eb(this['sec']());}['strTimeLocale'](_0x120c78){return this['val']['toLocaleTimeString'](this['code'],_0x120c78);}['strHHmm'](){return a0_0x3ea3eb(this['hours']())+':'+a0_0x3ea3eb(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x21acb0){return this['val']['toLocaleString'](this['code'],_0x21acb0);}['strYears'](){return this['val']['getFullYear']()['toString']();}['strMounth'](){return a0_0x3ea3eb(this['month'](),0x2);}['strDay'](){return a0_0x3ea3eb(this['day'](),0x2);}['strHour'](){return a0_0x3ea3eb(this['hours'](),0x2);}['strMin'](){return a0_0x3ea3eb(this['min'](),0x2);}['strSec'](){return a0_0x3ea3eb(this['sec'](),0x2);}['strMsec'](){return a0_0x3ea3eb(this['msec'](),0x2);}['addDay'](_0x4df5fc){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x4df5fc*0x18)),this;}['addHours'](_0x2b014f){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x2b014f)),this;}['addMins'](_0x468071){return this['val']=new Date(this['val']['setMinutes'](this['val']['getMinutes']()+_0x468071)),this;}['startOfDay'](){return this['startOfHours'](),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){return this['endOfHours'](),this;}['cpyByEndOfDay'](){return this['cpy']()['endOfDay']();}['startOfWeek'](){return this['addDay'](-this['dayOfWeek']()+0x1);}['cpyStartOfWeek'](){return this['cpy']()['addDay'](-this['dayOfWeek']()+0x1);}['endOfWeek'](){return this['startOfWeek']()['addDay'](0x6);}['cpyEndOfWeek'](){return this['cpyStartOfWeek']()['addDay'](0x6);}['startOfMonth'](){return this['setDay'](0x1),this['startOfDay'](),this;}['cpyByStartOfMonth'](){return this['cpy']()['startOfMonth']();}['endOfMonth'](){return this['setDate'](this['val'])['startOfMonth']()['setMonth'](this['month']()+0x1)['startOfMonth']()['addDay'](-0x1)['endOfDay'](),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x5e58e9){return a0_0x3a0037(()=>{return this['cpy']()['toTime']()===a0_0x133b33(_0x5e58e9);});}['gt'](_0xf2d39f){return a0_0x3a0037(()=>{return this['cpy']()['toTime']()>a0_0x133b33(_0xf2d39f);});}['gte'](_0x2f6111){return a0_0x3a0037(()=>{return this['cpy']()['toTime']()>=a0_0x133b33(_0x2f6111);});}['lt'](_0x340f93){return a0_0x3a0037(()=>{return this['cpy']()['toTime']()<a0_0x133b33(_0x340f93);});}['lte'](_0x43a62a){return a0_0x3a0037(()=>{return this['cpy']()['toTime']()<=a0_0x133b33(_0x43a62a);});}['btw'](_0x5d292b,_0x2525ae){return a0_0x3a0037(()=>{const _0x2ac488=a0_0x133b33(_0x5d292b),_0x3bbceb=a0_0x133b33(_0x2525ae),_0x20b29e=this['cpy']()['toTime']();return _0x2ac488<_0x20b29e&&_0x20b29e<_0x3bbceb;});}['btweq'](_0x13cc51,_0xbfb0ad){return a0_0x3a0037(()=>{const _0x43935c=a0_0x133b33(_0x13cc51),_0x5c13c6=a0_0x133b33(_0xbfb0ad),_0x2c0635=this['cpy']()['toTime']();return _0x43935c<=_0x2c0635&&_0x2c0635<=_0x5c13c6;});}['btwEqStart'](_0x64dc17,_0x10483e){return a0_0x3a0037(()=>{const _0x595e17=a0_0x133b33(_0x64dc17),_0x322f25=a0_0x133b33(_0x10483e),_0x2e94ed=this['cpy']()['toTime']();return _0x595e17<=_0x2e94ed&&_0x2e94ed<_0x322f25;});}['btwEqEnd'](_0x5cfb27,_0xd7955c){return a0_0x3a0037(()=>{const _0x52f70d=a0_0x133b33(_0x5cfb27),_0x74f08d=a0_0x133b33(_0xd7955c),_0x3c2b7d=this['cpy']()['toTime']();return _0x52f70d<_0x3c2b7d&&_0x3c2b7d<=_0x74f08d;});}static['diffDays'](_0x3eb4b8,_0x3759da,_0x3a65e2){return a0_0x3a0037(()=>{const _0x23777a=a0_0x133b33(_0x3eb4b8),_0x4ea5c7=a0_0x133b33(_0x3759da);return _0x3a65e2?Math['abs'](_0x23777a-_0x4ea5c7)/0x36ee80/0x18:(_0x23777a-_0x4ea5c7)/0x36ee80/0x18;});}static['diffHours'](_0x144b35,_0x1f0ab5,_0x8ea448){return a0_0x3a0037(()=>{const _0x2d0eb1=a0_0x133b33(_0x144b35),_0x47ba23=a0_0x133b33(_0x1f0ab5);return _0x8ea448?Math['abs'](_0x2d0eb1-_0x47ba23)/0x36ee80:(_0x2d0eb1-_0x47ba23)/0x36ee80;});}static['diffMins'](_0x3a2e7a,_0x585f0a,_0x2384c4){return a0_0x3a0037(()=>{const _0x1cdcf8=a0_0x133b33(_0x3a2e7a),_0x151dce=a0_0x133b33(_0x585f0a);return _0x2384c4?Math['abs'](_0x1cdcf8-_0x151dce)/0x3e8/0x3c:(_0x1cdcf8-_0x151dce)/0x3e8/0x3c;});}static['diffSecs'](_0x10530d,_0x3ba595,_0x389c52){return a0_0x3a0037(()=>{const _0x2ffe1b=a0_0x133b33(_0x10530d),_0x44f5a8=a0_0x133b33(_0x3ba595);return _0x389c52?Math['abs'](_0x2ffe1b-_0x44f5a8)/0x3e8:(_0x2ffe1b-_0x44f5a8)/0x3e8;});}static['s1'](_0x2f0fef,_0x539ecb,_0x3a8a35,_0x240e9e){return a0_0x3a0037(()=>a0_0x4f9b9f(_0x2f0fef,_0x539ecb,_0x3a8a35,_0x240e9e));}static['divideTime'](_0x26b490){return a0_0x3a0037(()=>a0_0x3b8e61(_0x26b490));}}exports['MDateUtil']=a0_0x40e32c;const a0_0x539bcf={};a0_0x539bcf['value']='mdateutil',a0_0x539bcf['writable']=![],a0_0x539bcf['enumerable']=!![],a0_0x539bcf['configurable']=![],Object['defineProperty'](a0_0x40e32c['prototype'],'idkey',a0_0x539bcf);
1
+ 'use strict';const a0_0x4de0cd={};a0_0x4de0cd['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x4de0cd),exports['MDateUtil']=void 0x0;const a0_0x50e9ee=(_0x322980,_0x10b653=0x2)=>_0x322980['toString']()['padStart'](_0x10b653,'0');function a0_0x1574dd(_0x417990,_0x561ff1){try{return _0x417990();}catch(_0x554ce1){if(_0x561ff1)return _0x561ff1;throw new Error('UNKNOWN');}}function a0_0x150cde(_0x17fdac){try{if(_0x17fdac instanceof Date)return _0x17fdac['getTime']();if(typeof _0x17fdac==='number')return _0x17fdac;if(typeof _0x17fdac==='string')return new Date(_0x17fdac)['getTime']();if(_0x17fdac instanceof a0_0x5dc1b8)return _0x17fdac['toTime']();if(_0x17fdac['idkey']==='mdateutil')return _0x17fdac['toTime']();return 0x0;}catch(_0x315a0c){throw new Error('ERROR');}}function a0_0x349ebb(_0x3a1d70){function _0x4f1f52(_0x25e55d){const _0x4b9f13={};return _0x4b9f13['weekday']=_0x25e55d,a0_0x1574dd(()=>new Intl['DateTimeFormat'](_0x3a1d70['localCode'],_0x4b9f13)['format'](a0_0x150cde(_0x3a1d70)),'');}function _0x589982(){return _0x4f1f52('long');}function _0xdc19f4(){return _0x4f1f52('short');}function _0x286dd7(){return _0x4f1f52('narrow');}const _0x1ee9dc={};return _0x1ee9dc['ln']=_0x589982,_0x1ee9dc['sh']=_0xdc19f4,_0x1ee9dc['nr']=_0x286dd7,_0x1ee9dc;}function a0_0x323ee6(_0x30fc4f,_0x4c4c02,_0xb6a1c7,_0x2903b8){const _0x1e6e15=a0_0x150cde(_0x30fc4f),_0x5e1a20=a0_0x150cde(_0x4c4c02),_0x2b6119=a0_0x150cde(_0xb6a1c7),_0xb703c2=a0_0x150cde(_0x2903b8);return _0x2b6119<=_0x1e6e15&&_0xb703c2>=_0x1e6e15&&_0xb703c2<=_0x5e1a20||_0x2b6119>=_0x1e6e15&&_0x2b6119<=_0x5e1a20&&_0xb703c2>=_0x5e1a20||_0x2b6119>=_0x1e6e15&&_0x2b6119<=_0x5e1a20&&_0xb703c2<=_0x5e1a20||_0x2b6119<=_0x1e6e15&&_0xb703c2>=_0x5e1a20;}function a0_0x3de491(_0x1014f1){let _0x378da0=undefined,_0x1bf529=undefined,_0x1f3b9f=undefined,_0x3c4ba9=undefined;try{const _0x574fce=(_0x1014f1||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x378da0=_0x574fce['length']>=0x1?Number(_0x574fce[0x0]):undefined,_0x1bf529=_0x574fce['length']>=0x2?Number(_0x574fce[0x1]):undefined,_0x1f3b9f=_0x574fce['length']>=0x3?Number(_0x574fce[0x2]):undefined;}catch(_0x331459){}try{let _0x10f3f5=_0x1014f1||'',_0x4c6841=/\.\d{3}/g,_0x4edfa5=_0x10f3f5['match'](_0x4c6841)[0x0]['split']('.')['filter'](_0x483110=>Boolean(_0x483110));_0x3c4ba9=_0x4edfa5['length']>=0x1?Number(_0x4edfa5[0x0]):undefined;}catch(_0x44f953){}const _0x51cceb={};return _0x51cceb['h']=_0x378da0,_0x51cceb['m']=_0x1bf529,_0x51cceb['s']=_0x1f3b9f,_0x51cceb['ms']=_0x3c4ba9,_0x51cceb;}class a0_0x5dc1b8{['val']=new Date();static ['glCode']=undefined;['code']=undefined;['dyfrmt']=a0_0x349ebb(this);get['localCode'](){return this['code'];}static['new'](){return new a0_0x5dc1b8()['setCode'](a0_0x5dc1b8['glCode']);}static['setCode'](_0x56dd22){return a0_0x5dc1b8['glCode']=_0x56dd22,this;}static['seperator'](){return a0_0x1574dd(()=>new Date()['toLocaleDateString'](a0_0x5dc1b8['glCode'])['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x1574dd(()=>a0_0x5dc1b8['new']()['setTime'](this['toTime']()));}['setCode'](_0x259593){return this['code']=_0x259593,this;}['seperator'](){return a0_0x1574dd(()=>new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0]);}['zone'](){return a0_0x1574dd(()=>{return Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x8d2e90=this['code']){return a0_0x1574dd(()=>{return new Intl['Locale'](_0x8d2e90)?.['timeZones']||[];},null);}['region'](_0x5903e5=this['code']){return a0_0x1574dd(()=>{return new Intl['Locale'](_0x5903e5)['region'];},null);}['year'](){return this['val']['getFullYear']();}['month'](){return this['val']['getMonth']()+0x1;}['monthUtc'](){return this['val']['getMonth']();}['day'](){return this['val']['getDate']();}['hours'](){return this['val']['getHours']();}['min'](){return this['val']['getMinutes']();}['sec'](){return this['val']['getSeconds']();}['msec'](){return this['val']['getMilliseconds']();}['dayOfWeek'](){const _0x5dabdf=this['val']['getDay']();return _0x5dabdf?_0x5dabdf:0x7;}['dayOfWeekUtc'](){return this['val']['getDay']();}['setYear'](_0x473571){return this['val']['setFullYear'](_0x473571),this;}['setMonth'](_0x49e9e5){return this['val']['setMonth'](_0x49e9e5-0x1),this;}['setMonthUtc'](_0x54fa4d){return this['val']['setMonth'](_0x54fa4d),this;}['setDay'](_0x17d6fc){return this['val']['setDate'](_0x17d6fc),this;}['setHour'](_0x5dbc6c){return this['val']['setHours'](_0x5dbc6c),this;}['startOfHours'](){return this['setMin'](0x0),this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfHours'](){return this['setMin'](0x3b),this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setMin'](_0x2ad351){return this['val']['setMinutes'](_0x2ad351),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x217df3){return this['val']['setSeconds'](_0x217df3),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x5a78b){return this['val']['setMilliseconds'](_0x5a78b),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x239655){return this['val']=new Date(_0x239655),this;}['setTime'](_0x4fda53){return this['val']=new Date(_0x4fda53),this;}['setDate'](_0x45dc26){return this['val']=new Date(_0x45dc26),this;}['setDateInputValue'](_0x5a91aa){return this['val']=new Date(_0x5a91aa?.['replace']('T','\x20')),this;}['setVal'](_0x1a3886){return a0_0x1574dd(()=>{return a0_0x5dc1b8['new']()['setTime'](a0_0x150cde(_0x1a3886));});}['toIsoDate'](){return this['val']['toISOString']();}['toTime'](){return this['val']['getTime']();}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x50e9ee(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x50e9ee(this['month']())+'-'+a0_0x50e9ee(this['day']());}['toTimeInput'](_0x4615ee=!![]){const _0x35932c=[];return _0x35932c['push'](a0_0x50e9ee(this['hours']())),_0x35932c['push'](a0_0x50e9ee(this['min']())),_0x4615ee&&_0x35932c['push'](a0_0x50e9ee(this['sec']())),_0x35932c['join'](':');}['toDateTimeInput'](_0x13fd85=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x13fd85);}['strDate'](){const _0x5bac49={};return _0x5bac49['month']='2-digit',_0x5bac49['day']='2-digit',_0x5bac49['year']='numeric',this['val']['toLocaleDateString'](this['code'],_0x5bac49);}['strDateLocal'](_0x57a333){return this['val']['toLocaleDateString'](this['code'],_0x57a333);}['strTime'](){return a0_0x50e9ee(this['hours']())+':'+a0_0x50e9ee(this['min']())+':'+a0_0x50e9ee(this['sec']());}['strTimeLocale'](_0x37f38f){return this['val']['toLocaleTimeString'](this['code'],_0x37f38f);}['strHHmm'](){return a0_0x50e9ee(this['hours']())+':'+a0_0x50e9ee(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0xd777ac){return this['val']['toLocaleString'](this['code'],_0xd777ac);}['strYears'](){return this['val']['getFullYear']()['toString']();}['strMounth'](){return a0_0x50e9ee(this['month'](),0x2);}['strDay'](){return a0_0x50e9ee(this['day'](),0x2);}['strHour'](){return a0_0x50e9ee(this['hours'](),0x2);}['strMin'](){return a0_0x50e9ee(this['min'](),0x2);}['strSec'](){return a0_0x50e9ee(this['sec'](),0x2);}['strMsec'](){return a0_0x50e9ee(this['msec'](),0x2);}['strDayStr'](){return{'ln':()=>this['dyfrmt']['ln'](),'sh':()=>this['dyfrmt']['sh'](),'nr':()=>this['dyfrmt']['nr']()};}['addDay'](_0x2b8201){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x2b8201*0x18)),this;}['addHours'](_0x52e807){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x52e807)),this;}['addMins'](_0x4b4624){return this['val']=new Date(this['val']['setMinutes'](this['val']['getMinutes']()+_0x4b4624)),this;}['startOfDay'](){return this['startOfHours'](),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){return this['endOfHours'](),this;}['cpyByEndOfDay'](){return this['cpy']()['endOfDay']();}['startOfWeek'](){return this['addDay'](-this['dayOfWeek']()+0x1);}['cpyStartOfWeek'](){return this['cpy']()['addDay'](-this['dayOfWeek']()+0x1);}['endOfWeek'](){return this['startOfWeek']()['addDay'](0x6);}['cpyEndOfWeek'](){return this['cpyStartOfWeek']()['addDay'](0x6);}['startOfMonth'](){return this['setDay'](0x1),this['startOfDay'](),this;}['cpyByStartOfMonth'](){return this['cpy']()['startOfMonth']();}['endOfMonth'](){return this['setDate'](this['val'])['startOfMonth']()['setMonth'](this['month']()+0x1)['startOfMonth']()['addDay'](-0x1)['endOfDay'](),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x196935){return a0_0x1574dd(()=>{return this['cpy']()['toTime']()===a0_0x150cde(_0x196935);});}['gt'](_0x551b21){return a0_0x1574dd(()=>{return this['cpy']()['toTime']()>a0_0x150cde(_0x551b21);});}['gte'](_0x429444){return a0_0x1574dd(()=>{return this['cpy']()['toTime']()>=a0_0x150cde(_0x429444);});}['lt'](_0x3589ba){return a0_0x1574dd(()=>{return this['cpy']()['toTime']()<a0_0x150cde(_0x3589ba);});}['lte'](_0x42feef){return a0_0x1574dd(()=>{return this['cpy']()['toTime']()<=a0_0x150cde(_0x42feef);});}['btw'](_0x42d56d,_0x3877f7){return a0_0x1574dd(()=>{const _0x516459=a0_0x150cde(_0x42d56d),_0x1cfd69=a0_0x150cde(_0x3877f7),_0x5bd17b=this['cpy']()['toTime']();return _0x516459<_0x5bd17b&&_0x5bd17b<_0x1cfd69;});}['btweq'](_0x41ab79,_0x283a8d){return a0_0x1574dd(()=>{const _0x5034d2=a0_0x150cde(_0x41ab79),_0xee9e71=a0_0x150cde(_0x283a8d),_0x3e884a=this['cpy']()['toTime']();return _0x5034d2<=_0x3e884a&&_0x3e884a<=_0xee9e71;});}['btwEqStart'](_0x330993,_0x16f6da){return a0_0x1574dd(()=>{const _0x4e9e91=a0_0x150cde(_0x330993),_0x2c2ca9=a0_0x150cde(_0x16f6da),_0x3a266b=this['cpy']()['toTime']();return _0x4e9e91<=_0x3a266b&&_0x3a266b<_0x2c2ca9;});}['btwEqEnd'](_0x4c4164,_0x1369cb){return a0_0x1574dd(()=>{const _0x44c81c=a0_0x150cde(_0x4c4164),_0x1d086c=a0_0x150cde(_0x1369cb),_0x56acef=this['cpy']()['toTime']();return _0x44c81c<_0x56acef&&_0x56acef<=_0x1d086c;});}static['diffDays'](_0x415dc7,_0xdf9b28,_0x27fa05){return a0_0x1574dd(()=>{const _0x23e16b=a0_0x150cde(_0x415dc7),_0x2e3b6c=a0_0x150cde(_0xdf9b28);return _0x27fa05?Math['abs'](_0x23e16b-_0x2e3b6c)/0x36ee80/0x18:(_0x23e16b-_0x2e3b6c)/0x36ee80/0x18;});}static['diffHours'](_0x5d3027,_0x428aa6,_0x1ff84e){return a0_0x1574dd(()=>{const _0x3cef0b=a0_0x150cde(_0x5d3027),_0x2f89f1=a0_0x150cde(_0x428aa6);return _0x1ff84e?Math['abs'](_0x3cef0b-_0x2f89f1)/0x36ee80:(_0x3cef0b-_0x2f89f1)/0x36ee80;});}static['diffMins'](_0xd81e7e,_0x357d22,_0x4505f3){return a0_0x1574dd(()=>{const _0x2959e6=a0_0x150cde(_0xd81e7e),_0x1f4768=a0_0x150cde(_0x357d22);return _0x4505f3?Math['abs'](_0x2959e6-_0x1f4768)/0x3e8/0x3c:(_0x2959e6-_0x1f4768)/0x3e8/0x3c;});}static['diffSecs'](_0x196df1,_0x50f46c,_0x1d2206){return a0_0x1574dd(()=>{const _0x3010ca=a0_0x150cde(_0x196df1),_0x7a1e7a=a0_0x150cde(_0x50f46c);return _0x1d2206?Math['abs'](_0x3010ca-_0x7a1e7a)/0x3e8:(_0x3010ca-_0x7a1e7a)/0x3e8;});}static['s1'](_0x148b8b,_0x524c9a,_0x5b3047,_0x489453){return a0_0x1574dd(()=>a0_0x323ee6(_0x148b8b,_0x524c9a,_0x5b3047,_0x489453));}static['divideTime'](_0x2f54cf){return a0_0x1574dd(()=>a0_0x3de491(_0x2f54cf));}}exports['MDateUtil']=a0_0x5dc1b8;const a0_0x42cef7={};a0_0x42cef7['value']='mdateutil',a0_0x42cef7['writable']=![],a0_0x42cef7['enumerable']=!![],a0_0x42cef7['configurable']=![],Object['defineProperty'](a0_0x5dc1b8['prototype'],'idkey',a0_0x42cef7);
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- 'use strict';var a0_0xc94789=this&&this['__createBinding']||(Object['create']?function(_0x5cfb6a,_0x1b1dcc,_0xf3e47a,_0x57023c){if(_0x57023c===undefined)_0x57023c=_0xf3e47a;var _0x50c48a=Object['getOwnPropertyDescriptor'](_0x1b1dcc,_0xf3e47a);if(!_0x50c48a||('get'in _0x50c48a?!_0x1b1dcc['__esModule']:_0x50c48a['writable']||_0x50c48a['configurable'])){var _0x1af30f={};_0x1af30f['enumerable']=!![],_0x1af30f['get']=function(){return _0x1b1dcc[_0xf3e47a];},_0x50c48a=_0x1af30f;}Object['defineProperty'](_0x5cfb6a,_0x57023c,_0x50c48a);}:function(_0x1e26e3,_0x1afb34,_0x28cd6f,_0x3c2b3f){if(_0x3c2b3f===undefined)_0x3c2b3f=_0x28cd6f;_0x1e26e3[_0x3c2b3f]=_0x1afb34[_0x28cd6f];}),a0_0x3cde82=this&&this['__exportStar']||function(_0x523ccf,_0x19493a){for(var _0x4cef0b in _0x523ccf)if(_0x4cef0b!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x19493a,_0x4cef0b))a0_0xc94789(_0x19493a,_0x523ccf,_0x4cef0b);},a0_0x532457={};a0_0x532457['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x532457),a0_0x3cde82(require('./DateUtil'),exports);
1
+ 'use strict';var a0_0x2c9564=this&&this['__createBinding']||(Object['create']?function(_0x1a1b6b,_0x4a061c,_0x34ebf2,_0x16c528){if(_0x16c528===undefined)_0x16c528=_0x34ebf2;var _0x15dea7=Object['getOwnPropertyDescriptor'](_0x4a061c,_0x34ebf2);if(!_0x15dea7||('get'in _0x15dea7?!_0x4a061c['__esModule']:_0x15dea7['writable']||_0x15dea7['configurable'])){var _0x106da9={};_0x106da9['enumerable']=!![],_0x106da9['get']=function(){return _0x4a061c[_0x34ebf2];},_0x15dea7=_0x106da9;}Object['defineProperty'](_0x1a1b6b,_0x16c528,_0x15dea7);}:function(_0x5f433e,_0x51f949,_0xc91f13,_0x3b8c16){if(_0x3b8c16===undefined)_0x3b8c16=_0xc91f13;_0x5f433e[_0x3b8c16]=_0x51f949[_0xc91f13];}),a0_0x5980fd=this&&this['__exportStar']||function(_0x190c06,_0x47804e){for(var _0x57bd8f in _0x190c06)if(_0x57bd8f!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x47804e,_0x57bd8f))a0_0x2c9564(_0x47804e,_0x190c06,_0x57bd8f);},a0_0x549bf4={};a0_0x549bf4['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x549bf4),a0_0x5980fd(require('./DateUtil'),exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mat-date",
3
- "version": "1.7.47",
3
+ "version": "1.7.53",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",