mat-date 1.7.47 → 1.7.51

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_0x504372={};a0_0x504372['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x504372),exports['MDateUtil']=void 0x0;const a0_0x3d9cf4=(_0x54beb6,_0x141fcb=0x2)=>_0x54beb6['toString']()['padStart'](_0x141fcb,'0');function a0_0x539804(_0x122787,_0x3fc13f){try{return _0x122787();}catch(_0x3f6946){if(_0x3fc13f)return _0x3fc13f;throw new Error('UNKNOWN');}}function a0_0x57f643(_0x188abe){try{if(_0x188abe instanceof Date)return _0x188abe['getTime']();if(typeof _0x188abe==='number')return _0x188abe;if(typeof _0x188abe==='string')return new Date(_0x188abe)['getTime']();if(_0x188abe instanceof a0_0x72f0b0)return _0x188abe['toTime']();if(_0x188abe['idkey']==='mdateutil')return _0x188abe['toTime']();return 0x0;}catch(_0x5a3e8e){throw new Error('ERROR');}}function a0_0xcab0da(_0x2ba392){function _0x1bd97e(_0x5ec600){const _0x236d06={};return _0x236d06['weekday']=_0x5ec600,a0_0x539804(()=>new Intl['DateTimeFormat'](_0x2ba392['localCode'],_0x236d06)['format'](a0_0x57f643(_0x2ba392)),'');}function _0xb10119(){return _0x1bd97e('long');}function _0x2426cd(){return _0x1bd97e('short');}function _0x56281d(){return _0x1bd97e('narrow');}const _0x35de19={};return _0x35de19['ln']=_0xb10119,_0x35de19['sh']=_0x2426cd,_0x35de19['nr']=_0x56281d,_0x35de19;}function a0_0x116ac5(_0x36e309,_0xacbedc,_0x31a9c0,_0x31bd6f){const _0x4cf378=a0_0x57f643(_0x36e309),_0x3096d0=a0_0x57f643(_0xacbedc),_0x3ed5d6=a0_0x57f643(_0x31a9c0),_0x535450=a0_0x57f643(_0x31bd6f);return _0x3ed5d6<=_0x4cf378&&_0x535450>=_0x4cf378&&_0x535450<=_0x3096d0||_0x3ed5d6>=_0x4cf378&&_0x3ed5d6<=_0x3096d0&&_0x535450>=_0x3096d0||_0x3ed5d6>=_0x4cf378&&_0x3ed5d6<=_0x3096d0&&_0x535450<=_0x3096d0||_0x3ed5d6<=_0x4cf378&&_0x535450>=_0x3096d0;}function a0_0x5ede8b(_0x32f4ee){let _0x4a17bc=undefined,_0x56e360=undefined,_0x3330da=undefined,_0xfb7345=undefined;try{const _0x22f622=(_0x32f4ee||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x4a17bc=_0x22f622['length']>=0x1?Number(_0x22f622[0x0]):undefined,_0x56e360=_0x22f622['length']>=0x2?Number(_0x22f622[0x1]):undefined,_0x3330da=_0x22f622['length']>=0x3?Number(_0x22f622[0x2]):undefined;}catch(_0x2b2010){}try{let _0x40649a=_0x32f4ee||'',_0x1056a5=/\.\d{3}/g,_0x2b9bb8=_0x40649a['match'](_0x1056a5)[0x0]['split']('.')['filter'](_0x311449=>Boolean(_0x311449));_0xfb7345=_0x2b9bb8['length']>=0x1?Number(_0x2b9bb8[0x0]):undefined;}catch(_0x5e2a0b){}const _0x2e5db8={};return _0x2e5db8['h']=_0x4a17bc,_0x2e5db8['m']=_0x56e360,_0x2e5db8['s']=_0x3330da,_0x2e5db8['ms']=_0xfb7345,_0x2e5db8;}class a0_0x72f0b0{['val']=new Date();static ['glCode']=undefined;['code']=undefined;['dyfrmt']=a0_0xcab0da(this);get['localCode'](){return this['code'];}static['new'](){return new a0_0x72f0b0()['setCode'](a0_0x72f0b0['glCode']);}static['setCode'](_0x49aa22){return a0_0x72f0b0['glCode']=_0x49aa22,this;}static['seperator'](){return a0_0x539804(()=>new Date()['toLocaleDateString'](a0_0x72f0b0['glCode'])['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x539804(()=>a0_0x72f0b0['new']()['setTime'](this['toTime']()));}['setCode'](_0x583f89){return this['code']=_0x583f89,this;}['seperator'](){return a0_0x539804(()=>new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0]);}['zone'](){return a0_0x539804(()=>{return Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x4f207f=this['code']){return a0_0x539804(()=>{return new Intl['Locale'](_0x4f207f)?.['timeZones']||[];},null);}['region'](_0x436645=this['code']){return a0_0x539804(()=>{return new Intl['Locale'](_0x436645)['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 _0x25e6f7=this['val']['getDay']();return _0x25e6f7?_0x25e6f7:0x7;}['dayOfWeekUtc'](){return this['val']['getDay']();}['setYear'](_0x4b2144){return this['val']['setFullYear'](_0x4b2144),this;}['setMonth'](_0x53d6cc){return this['val']['setMonth'](_0x53d6cc-0x1),this;}['setMonthUtc'](_0x43ac3b){return this['val']['setMonth'](_0x43ac3b),this;}['setDay'](_0x125f53){return this['val']['setDate'](_0x125f53),this;}['setHour'](_0x53ce5a){return this['val']['setHours'](_0x53ce5a),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'](_0x2526c3){return this['val']['setMinutes'](_0x2526c3),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x4075aa){return this['val']['setSeconds'](_0x4075aa),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x4e9001){return this['val']['setMilliseconds'](_0x4e9001),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x59b67c){return this['val']=new Date(_0x59b67c),this;}['setTime'](_0x54b4a9){return this['val']=new Date(_0x54b4a9),this;}['setDate'](_0x4acad0){return this['val']=new Date(_0x4acad0),this;}['setDateInputValue'](_0xd7dde6){return this['val']=new Date(_0xd7dde6?.['replace']('T','\x20')),this;}['setVal'](_0x29ff1e){return a0_0x539804(()=>{return a0_0x72f0b0['new']()['setTime'](a0_0x57f643(_0x29ff1e));});}['toIsoDate'](){return this['val']['toISOString']();}['toTime'](){return this['val']['getTime']();}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x3d9cf4(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x3d9cf4(this['month']())+'-'+a0_0x3d9cf4(this['day']());}['toTimeInput'](_0x1701ee=!![]){const _0x40238a=[];return _0x40238a['push'](a0_0x3d9cf4(this['hours']())),_0x40238a['push'](a0_0x3d9cf4(this['min']())),_0x1701ee&&_0x40238a['push'](a0_0x3d9cf4(this['sec']())),_0x40238a['join'](':');}['toDateTimeInput'](_0x134732=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x134732);}['strDate'](){const _0x162c01={};return _0x162c01['month']='2-digit',_0x162c01['day']='2-digit',_0x162c01['year']='numeric',this['val']['toLocaleDateString'](this['code'],_0x162c01);}['strDateLocal'](_0xb8d77d){return this['val']['toLocaleDateString'](this['code'],_0xb8d77d);}['strTime'](){return a0_0x3d9cf4(this['hours']())+':'+a0_0x3d9cf4(this['min']())+':'+a0_0x3d9cf4(this['sec']());}['strTimeLocale'](_0x15c1f6){return this['val']['toLocaleTimeString'](this['code'],_0x15c1f6);}['strHHmm'](){return a0_0x3d9cf4(this['hours']())+':'+a0_0x3d9cf4(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x861f6){return this['val']['toLocaleString'](this['code'],_0x861f6);}['strYears'](){return this['val']['getFullYear']()['toString']();}['strMounth'](){return a0_0x3d9cf4(this['month'](),0x2);}['strDay'](){return a0_0x3d9cf4(this['day'](),0x2);}['strHour'](){return a0_0x3d9cf4(this['hours'](),0x2);}['strMin'](){return a0_0x3d9cf4(this['min'](),0x2);}['strSec'](){return a0_0x3d9cf4(this['sec'](),0x2);}['strMsec'](){return a0_0x3d9cf4(this['msec'](),0x2);}['strDayStr'](){return{'ln':()=>this['dyfrmt']['ln'](),'sh':()=>this['dyfrmt']['sh'](),'nr':()=>this['dyfrmt']['nr']()};}['addDay'](_0x175ab7){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x175ab7*0x18)),this;}['addHours'](_0x4e1d07){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x4e1d07)),this;}['addMins'](_0x153d7c){return this['val']=new Date(this['val']['setMinutes'](this['val']['getMinutes']()+_0x153d7c)),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'](_0x354309){return a0_0x539804(()=>{return this['cpy']()['toTime']()===a0_0x57f643(_0x354309);});}['gt'](_0x585673){return a0_0x539804(()=>{return this['cpy']()['toTime']()>a0_0x57f643(_0x585673);});}['gte'](_0x36411b){return a0_0x539804(()=>{return this['cpy']()['toTime']()>=a0_0x57f643(_0x36411b);});}['lt'](_0x247924){return a0_0x539804(()=>{return this['cpy']()['toTime']()<a0_0x57f643(_0x247924);});}['lte'](_0x56f4e8){return a0_0x539804(()=>{return this['cpy']()['toTime']()<=a0_0x57f643(_0x56f4e8);});}['btw'](_0x2e1027,_0x95c491){return a0_0x539804(()=>{const _0x4ddc74=a0_0x57f643(_0x2e1027),_0x327c84=a0_0x57f643(_0x95c491),_0x1549df=this['cpy']()['toTime']();return _0x4ddc74<_0x1549df&&_0x1549df<_0x327c84;});}['btweq'](_0x12d6b7,_0x1a5a1f){return a0_0x539804(()=>{const _0x4c4360=a0_0x57f643(_0x12d6b7),_0x4066fa=a0_0x57f643(_0x1a5a1f),_0x3b627b=this['cpy']()['toTime']();return _0x4c4360<=_0x3b627b&&_0x3b627b<=_0x4066fa;});}['btwEqStart'](_0x35547f,_0x763725){return a0_0x539804(()=>{const _0x571aa6=a0_0x57f643(_0x35547f),_0x4ee354=a0_0x57f643(_0x763725),_0x4fe9b5=this['cpy']()['toTime']();return _0x571aa6<=_0x4fe9b5&&_0x4fe9b5<_0x4ee354;});}['btwEqEnd'](_0xea299c,_0xfca186){return a0_0x539804(()=>{const _0x1e3fdd=a0_0x57f643(_0xea299c),_0x14629f=a0_0x57f643(_0xfca186),_0x109638=this['cpy']()['toTime']();return _0x1e3fdd<_0x109638&&_0x109638<=_0x14629f;});}static['diffDays'](_0x56c295,_0x5831e7,_0x2e87b9){return a0_0x539804(()=>{const _0x5496a8=a0_0x57f643(_0x56c295),_0x3b8481=a0_0x57f643(_0x5831e7);return _0x2e87b9?Math['abs'](_0x5496a8-_0x3b8481)/0x36ee80/0x18:(_0x5496a8-_0x3b8481)/0x36ee80/0x18;});}static['diffHours'](_0x55d9eb,_0x204713,_0x4a532b){return a0_0x539804(()=>{const _0x5eaf6f=a0_0x57f643(_0x55d9eb),_0x411014=a0_0x57f643(_0x204713);return _0x4a532b?Math['abs'](_0x5eaf6f-_0x411014)/0x36ee80:(_0x5eaf6f-_0x411014)/0x36ee80;});}static['diffMins'](_0x377211,_0x3312b2,_0x21625d){return a0_0x539804(()=>{const _0x1a1af2=a0_0x57f643(_0x377211),_0x33e143=a0_0x57f643(_0x3312b2);return _0x21625d?Math['abs'](_0x1a1af2-_0x33e143)/0x3e8/0x3c:(_0x1a1af2-_0x33e143)/0x3e8/0x3c;});}static['diffSecs'](_0x20c3c2,_0x5be7ce,_0x1277e8){return a0_0x539804(()=>{const _0x43ffa4=a0_0x57f643(_0x20c3c2),_0x19e93a=a0_0x57f643(_0x5be7ce);return _0x1277e8?Math['abs'](_0x43ffa4-_0x19e93a)/0x3e8:(_0x43ffa4-_0x19e93a)/0x3e8;});}static['s1'](_0xffb5e3,_0x2734f0,_0x2f4204,_0x44f54a){return a0_0x539804(()=>a0_0x116ac5(_0xffb5e3,_0x2734f0,_0x2f4204,_0x44f54a));}static['divideTime'](_0x30918a){return a0_0x539804(()=>a0_0x5ede8b(_0x30918a));}}exports['MDateUtil']=a0_0x72f0b0;const a0_0x215cd0={};a0_0x215cd0['value']='mdateutil',a0_0x215cd0['writable']=![],a0_0x215cd0['enumerable']=!![],a0_0x215cd0['configurable']=![],Object['defineProperty'](a0_0x72f0b0['prototype'],'idkey',a0_0x215cd0);
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_0x2227c1=this&&this['__createBinding']||(Object['create']?function(_0x295461,_0x10257b,_0xa5ecfb,_0x518978){if(_0x518978===undefined)_0x518978=_0xa5ecfb;var _0x194ac5=Object['getOwnPropertyDescriptor'](_0x10257b,_0xa5ecfb);if(!_0x194ac5||('get'in _0x194ac5?!_0x10257b['__esModule']:_0x194ac5['writable']||_0x194ac5['configurable'])){var _0xd728b0={};_0xd728b0['enumerable']=!![],_0xd728b0['get']=function(){return _0x10257b[_0xa5ecfb];},_0x194ac5=_0xd728b0;}Object['defineProperty'](_0x295461,_0x518978,_0x194ac5);}:function(_0x51d12f,_0x3f29da,_0x71ddc0,_0x3006b0){if(_0x3006b0===undefined)_0x3006b0=_0x71ddc0;_0x51d12f[_0x3006b0]=_0x3f29da[_0x71ddc0];}),a0_0x276e4f=this&&this['__exportStar']||function(_0x21244e,_0x2e8497){for(var _0x320b70 in _0x21244e)if(_0x320b70!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x2e8497,_0x320b70))a0_0x2227c1(_0x2e8497,_0x21244e,_0x320b70);},a0_0x496380={};a0_0x496380['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x496380),a0_0x276e4f(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.51",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",