mat-date 1.9.34 → 1.9.50

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.
@@ -14,10 +14,7 @@ interface IStrOptions {
14
14
  timeZone?: string | undefined;
15
15
  }
16
16
  export declare class MDateUtil {
17
- private val;
18
- private _code;
19
- private _zone;
20
- private dyfrmt;
17
+ #private;
21
18
  get localCode(): string;
22
19
  get zone(): string;
23
20
  private with;
@@ -91,6 +88,7 @@ export declare class MDateUtil {
91
88
  sh: () => string;
92
89
  nr: () => string;
93
90
  };
91
+ addMonth(value: number): this;
94
92
  addDay(value: number): this;
95
93
  addHours(value: number): this;
96
94
  addMins(value: number): this;
package/dist/DateUtil.js CHANGED
@@ -1 +1 @@
1
- 'use strict';const a0_0x1c8525={};a0_0x1c8525['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x1c8525),exports['MDateUtil']=void 0x0;const a0_0xc037d0=require('@js-temporal/polyfill'),a0_0x131cf9=(_0x4fd97d,_0x322348=0x2)=>_0x4fd97d['toString']()['padStart'](_0x322348,'0');function a0_0x44e2ea(_0x5391d7,_0x27e24d){try{return _0x5391d7();}catch(_0x264846){if(_0x27e24d)return _0x27e24d;throw new Error('UNKNOWN');}}function a0_0x42b0cb(_0x5ea7d6,_0x4cf1fa){try{if(_0x5ea7d6 instanceof Date)return a0_0xc037d0['Temporal']['Instant']['fromEpochMilliseconds'](_0x5ea7d6['getTime']())['toZonedDateTimeISO'](_0x4cf1fa)['epochMilliseconds'];if(typeof _0x5ea7d6==='number')return _0x5ea7d6;if(typeof _0x5ea7d6==='string')return a0_0xc037d0['Temporal']['Instant']['fromEpochMilliseconds'](new Date(_0x5ea7d6)['getTime']())['toZonedDateTimeISO'](_0x4cf1fa)['epochMilliseconds'];if(_0x5ea7d6 instanceof a0_0x2fbaae)return _0x5ea7d6['toTime']();if(_0x5ea7d6['idkey']==='MDateUtil')return _0x5ea7d6['toTime']();return 0x0;}catch(_0x4729e2){throw new Error('ERROR');}}function a0_0x411920(_0x4d8de4){function _0x23972e(_0x4ca0f7){const _0x9ff6c6={};return _0x9ff6c6['weekday']=_0x4ca0f7,a0_0x44e2ea(()=>new Intl['DateTimeFormat'](_0x4d8de4['localCode'],_0x9ff6c6)['format'](a0_0x42b0cb(_0x4d8de4,_0x4d8de4['zone'])),'');}function _0x45b19a(){return _0x23972e('long');}function _0x4b74e1(){return _0x23972e('short');}function _0x540596(){return _0x23972e('narrow');}const _0x4be6a4={};return _0x4be6a4['ln']=_0x45b19a,_0x4be6a4['sh']=_0x4b74e1,_0x4be6a4['nr']=_0x540596,_0x4be6a4;}function a0_0x42d19e(_0x4bf958){let _0x4312c4=undefined,_0x20bb33=undefined,_0x3cff07=undefined,_0xde1aa7=undefined;try{const _0x3fb057=(_0x4bf958||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x4312c4=_0x3fb057['length']>=0x1?Number(_0x3fb057[0x0]):undefined,_0x20bb33=_0x3fb057['length']>=0x2?Number(_0x3fb057[0x1]):undefined,_0x3cff07=_0x3fb057['length']>=0x3?Number(_0x3fb057[0x2]):undefined;}catch(_0x16dfe9){}try{let _0x10838b=_0x4bf958||'',_0x7d13e=/\.\d{3}/g,_0x1f6386=_0x10838b['match'](_0x7d13e)[0x0]['split']('.')['filter'](_0x56e235=>Boolean(_0x56e235));_0xde1aa7=_0x1f6386['length']>=0x1?Number(_0x1f6386[0x0]):undefined;}catch(_0x1fbc06){}const _0x417e9f={};return _0x417e9f['h']=_0x4312c4,_0x417e9f['m']=_0x20bb33,_0x417e9f['s']=_0x3cff07,_0x417e9f['ms']=_0xde1aa7,_0x417e9f;}let a0_0x48a08a=Intl['NumberFormat']()['resolvedOptions']()['locale'],a0_0x275deb=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];function a0_0xac4e5b(_0xbb6d5f){return Number(Number(_0xbb6d5f)['toFixed'](0x0))||0x0;}class a0_0x2fbaae{['val'];['_code']=Intl['NumberFormat']()['resolvedOptions']()['locale'];['_zone']=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];['dyfrmt']=a0_0x411920(this);get['localCode'](){return this['_code'];}get['zone'](){return this['_zone'];}['with'](_0x4410af){this['val']=this['val']['with']({'year':_0x4410af['getFullYear'](),'month':_0x4410af['getMonth']()+0x1,'day':_0x4410af['getDate'](),'hour':_0x4410af['getHours'](),'minute':_0x4410af['getMinutes'](),'second':_0x4410af['getSeconds'](),'millisecond':_0x4410af['getMilliseconds']()});}['init'](){const _0x3d4209=new Date();return this['val']=a0_0xc037d0['Temporal']['Instant']['from'](_0x3d4209['toISOString']())['toZonedDateTimeISO'](this['zone']),this['dyfrmt']=a0_0x411920(this),this;}['toString'](){return'---';}static['new'](){return new a0_0x2fbaae()['setCode'](a0_0x48a08a)['setZone'](a0_0x275deb)['init']();}static['setCode'](_0x41e313){return a0_0x48a08a=_0x41e313,this;}static['setZone'](_0x225faa){return a0_0x275deb=_0x225faa,this;}static['seperator'](){return a0_0x44e2ea(()=>new Date()['toLocaleDateString'](a0_0x48a08a)['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x44e2ea(()=>a0_0x2fbaae['new']()['setTime'](this['toTime']()));}['setCode'](_0x1db240){return this['_code']=_0x1db240,this;}['setZone'](_0x19f488){return this['_zone']=_0x19f488,this;}['seperator'](){return a0_0x44e2ea(()=>new Date()['toLocaleDateString'](this['_code'])['replace'](/\d/g,'')['split']('')[0x0]);}['timezone'](){return a0_0x44e2ea(()=>{return this['zone']||Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x5bfe46=this['_code']){return a0_0x44e2ea(()=>{return new Intl['Locale'](_0x5bfe46)?.['timeZones']||[];},null);}['region'](_0x228329=this['_code']){return a0_0x44e2ea(()=>{return new Intl['Locale'](_0x228329)['region'];},null);}['year'](){return this['val']['year'];}['month'](){return this['val']['month'];}['monthUtc'](){return this['val']['month']-0x1;}['day'](){return this['val']['day'];}['hours'](){return this['val']['hour'];}['min'](){return this['val']['minute'];}['sec'](){return this['val']['second'];}['msec'](){return this['val']['millisecond'];}['dayOfWeek'](){const _0x39f807=this['val']['dayOfWeek'];return _0x39f807?_0x39f807:0x7;}['dayOfWeekUtc'](){return this['val']['dayOfWeek']-0x1;}['setYear'](_0x23999e){return this['val']=this['val']['with']({'year':a0_0xac4e5b(_0x23999e)}),this;}['setMonth'](_0x32515e){return this['val']=this['val']['with']({'month':a0_0xac4e5b(_0x32515e)}),this;}['setMonthUtc'](_0x122bd2){return this['val']=this['val']['with']({'month':a0_0xac4e5b(_0x122bd2)+0x1}),this;}['setDay'](_0x74b3a6){return this['val']=this['val']['with']({'day':a0_0xac4e5b(_0x74b3a6)}),this;}['setHour'](_0x445666){return this['val']=this['val']['with']({'hour':a0_0xac4e5b(_0x445666)}),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'](_0x3ba823){return this['val']=this['val']['with']({'minute':a0_0xac4e5b(_0x3ba823)}),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x498d5c){return this['val']=this['val']['with']({'second':a0_0xac4e5b(_0x498d5c)}),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x5ddaa8){return this['val']=this['val']['with']({'millisecond':a0_0xac4e5b(_0x5ddaa8)}),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x5cd65d){const _0x47c00f=_0x5cd65d?new Date(_0x5cd65d?.['replace']('T','\x20')):new Date();return this['val']=a0_0xc037d0['Temporal']['Instant']['from'](_0x47c00f['toISOString']())['toZonedDateTimeISO'](this['zone']),this;}['setTime'](_0x4c10a5){return this['val']=a0_0xc037d0['Temporal']['Instant']['fromEpochMilliseconds'](_0x4c10a5||new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this;}['setDate'](_0x591991){return this['setIsoDate'](_0x591991?.['toISOString']()),this;}['setDateInputValue'](_0x1f7536){const _0x45f0d0=_0x1f7536?new Date(_0x1f7536?.['replace']('T','\x20')):new Date();return _0x45f0d0['getTime']()&&(this['val']=a0_0xc037d0['Temporal']['Instant']['from'](_0x45f0d0?.['toISOString']())['toZonedDateTimeISO'](this['zone']),this['with'](_0x45f0d0)),this;}['setVal'](_0x1ae408){return a0_0x44e2ea(()=>{return a0_0x2fbaae['new']()['setTime'](a0_0x42b0cb(_0x1ae408,this['zone']));});}['toIsoDate'](){const _0x545684={};return _0x545684['fractionalSecondDigits']=0x3,this['val']['toInstant']()['toString'](_0x545684);}['toIsoDateZone'](){return this['val']['toString']()['substring'](0x0,0x1d)+'Z';}['toTime'](){return this['val']['epochMilliseconds'];}['toDate'](){return new Date(this['val']['toInstant']()['epochMilliseconds']);}['toDateMounthInput'](){return this['year']()+'-'+a0_0x131cf9(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x131cf9(this['month']())+'-'+a0_0x131cf9(this['day']());}['toTimeInput'](_0xdae2f8=!![]){const _0x36813b=[];return _0x36813b['push'](a0_0x131cf9(this['hours']())),_0x36813b['push'](a0_0x131cf9(this['min']())),_0xdae2f8&&_0x36813b['push'](a0_0x131cf9(this['sec']())),_0x36813b['join'](':');}['toDateTimeInput'](_0x49264b=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x49264b);}['toAs'](){return this['val']['toInstant']()['toString']();}['strDate'](){const _0x5d965f={};return _0x5d965f['month']='2-digit',_0x5d965f['day']='2-digit',_0x5d965f['year']='numeric',this['val']['toLocaleString'](this['_code'],_0x5d965f);}['strTime'](){return a0_0x131cf9(this['hours']())+':'+a0_0x131cf9(this['min']())+':'+a0_0x131cf9(this['sec']());}['strHHmm'](){return a0_0x131cf9(this['hours']())+':'+a0_0x131cf9(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x12c3a3){return this['val']['toLocaleString'](this['_code'],_0x12c3a3);}['strYears'](){return this['val']['year']['toString']();}['strMounth'](){return a0_0x131cf9(this['month'](),0x2);}['strDay'](){return a0_0x131cf9(this['day'](),0x2);}['strHour'](){return a0_0x131cf9(this['hours'](),0x2);}['strMin'](){return a0_0x131cf9(this['min'](),0x2);}['strSec'](){return a0_0x131cf9(this['sec'](),0x2);}['strMsec'](){return a0_0x131cf9(this['msec'](),0x2);}['strDayStr'](){return{'ln':()=>this['dyfrmt']['ln'](),'sh':()=>this['dyfrmt']['sh'](),'nr':()=>this['dyfrmt']['nr']()};}['addDay'](_0x2dcb59){return this['addHours'](Number(_0x2dcb59)*0x18),this;}['addHours'](_0x53f737){return this['addMins'](Number(_0x53f737)*0x3c),this;}['addMins'](_0x48a471){return this['addSecs'](Number(_0x48a471)*0x3c),this;}['addSecs'](_0x51805c){return this['addMilliseconds'](Number(_0x51805c)*0x3e8),this;}['addMilliseconds'](_0x21ea34){return this['val']=this['val']['add']({'milliseconds':a0_0xac4e5b(_0x21ea34)}),this;}['startOfDay'](){return this['setHour'](0x0),this['startOfHours'](),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){return this['setHour'](0x17),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['setTime'](this['val']['epochMilliseconds'])['startOfMonth']()['setMonth'](this['month']()+0x1)['startOfMonth']()['addDay'](-0x1)['endOfDay'](),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x5678f8){return a0_0x44e2ea(()=>{return this['cpy']()['toTime']()===a0_0x42b0cb(_0x5678f8,this['zone']);});}['gt'](_0x44844d){return a0_0x44e2ea(()=>{return this['cpy']()['toTime']()>a0_0x42b0cb(_0x44844d,this['zone']);});}['gte'](_0x421714){return a0_0x44e2ea(()=>{return this['cpy']()['toTime']()>=a0_0x42b0cb(_0x421714,this['zone']);});}['lt'](_0x327164){return a0_0x44e2ea(()=>{return this['cpy']()['toTime']()<a0_0x42b0cb(_0x327164,this['zone']);});}['lte'](_0x547484){return a0_0x44e2ea(()=>{return this['cpy']()['toTime']()<=a0_0x42b0cb(_0x547484,this['zone']);});}['btw'](_0x59e7d7,_0x50273f){return a0_0x44e2ea(()=>{const _0x506de1=a0_0x42b0cb(_0x59e7d7,this['zone']),_0x5e920d=a0_0x42b0cb(_0x50273f,this['zone']),_0x1f5f11=this['cpy']()['toTime']();return _0x506de1<_0x1f5f11&&_0x1f5f11<_0x5e920d;});}['btweq'](_0x54c626,_0x345c5e){return a0_0x44e2ea(()=>{const _0x178803=a0_0x42b0cb(_0x54c626,this['zone']),_0xd61801=a0_0x42b0cb(_0x345c5e,this['zone']),_0x2158dc=this['cpy']()['toTime']();return _0x178803<=_0x2158dc&&_0x2158dc<=_0xd61801;});}['btwEqStart'](_0x2bb079,_0x4ba5af){return a0_0x44e2ea(()=>{const _0x244514=a0_0x42b0cb(_0x2bb079,this['zone']),_0x3ca7b7=a0_0x42b0cb(_0x4ba5af,this['zone']),_0x1520dc=this['cpy']()['toTime']();return _0x244514<=_0x1520dc&&_0x1520dc<_0x3ca7b7;});}['btwEqEnd'](_0x5f21c9,_0x4c3bf9){return a0_0x44e2ea(()=>{const _0x5a875c=a0_0x42b0cb(_0x5f21c9,this['zone']),_0x58001d=a0_0x42b0cb(_0x4c3bf9,this['zone']),_0x57e93b=this['cpy']()['toTime']();return _0x5a875c<_0x57e93b&&_0x57e93b<=_0x58001d;});}static['diffDays'](_0x2d9b0e,_0x8c31df,_0x1f98b2){return a0_0x44e2ea(()=>{const _0x486f86=a0_0x42b0cb(_0x2d9b0e,a0_0x275deb),_0x206493=a0_0x42b0cb(_0x8c31df,a0_0x275deb);return _0x1f98b2?Math['abs'](_0x486f86-_0x206493)/0x36ee80/0x18:(_0x486f86-_0x206493)/0x36ee80/0x18;});}static['diffHours'](_0x5a0c77,_0x33340c,_0x1b1689){return a0_0x44e2ea(()=>{const _0x2713d8=a0_0x42b0cb(_0x5a0c77,a0_0x275deb),_0x2684fe=a0_0x42b0cb(_0x33340c,a0_0x275deb);return _0x1b1689?Math['abs'](_0x2713d8-_0x2684fe)/0x36ee80:(_0x2713d8-_0x2684fe)/0x36ee80;});}static['diffMins'](_0x2a26ff,_0x456b11,_0x3029c7){return a0_0x44e2ea(()=>{const _0x4df82e=a0_0x42b0cb(_0x2a26ff,a0_0x275deb),_0x45ddb7=a0_0x42b0cb(_0x456b11,a0_0x275deb);return _0x3029c7?Math['abs'](_0x4df82e-_0x45ddb7)/0x3e8/0x3c:(_0x4df82e-_0x45ddb7)/0x3e8/0x3c;});}static['diffSecs'](_0x4cd39a,_0x57ca37,_0x477d9b){return a0_0x44e2ea(()=>{const _0x2d3275=a0_0x42b0cb(_0x4cd39a,a0_0x275deb),_0x39f3c7=a0_0x42b0cb(_0x57ca37,a0_0x275deb);return _0x477d9b?Math['abs'](_0x2d3275-_0x39f3c7)/0x3e8:(_0x2d3275-_0x39f3c7)/0x3e8;});}static['divideTime'](_0x3ec972){return a0_0x44e2ea(()=>a0_0x42d19e(_0x3ec972));}}exports['MDateUtil']=a0_0x2fbaae;const a0_0x49580b={};a0_0x49580b['value']='MDateUtil',a0_0x49580b['writable']=![],a0_0x49580b['enumerable']=!![],a0_0x49580b['configurable']=![],Object['defineProperty'](a0_0x2fbaae['prototype'],'idkey',a0_0x49580b);
1
+ 'use strict';const a0_0x2e5177={};a0_0x2e5177['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x2e5177),exports['MDateUtil']=void 0x0;const a0_0x5430f0=require('@js-temporal/polyfill'),a0_0x1eee6d=(_0x20a9dc,_0x467a7b=0x2)=>_0x20a9dc['toString']()['padStart'](_0x467a7b,'0');function a0_0x1769d5(_0x5485ad,_0x2a68c0){try{return _0x5485ad();}catch(_0x7ad22a){if(_0x2a68c0)return _0x2a68c0;throw new Error('UNKNOWN');}}function a0_0x37510c(_0x57f97b,_0x391afa){try{if(_0x57f97b instanceof Date)return a0_0x5430f0['Temporal']['Instant']['fromEpochMilliseconds'](_0x57f97b['getTime']())['toZonedDateTimeISO'](_0x391afa)['epochMilliseconds'];if(typeof _0x57f97b==='number')return _0x57f97b;if(typeof _0x57f97b==='string')return a0_0x5430f0['Temporal']['Instant']['fromEpochMilliseconds'](new Date(_0x57f97b)['getTime']())['toZonedDateTimeISO'](_0x391afa)['epochMilliseconds'];if(_0x57f97b instanceof a0_0x2ce707)return _0x57f97b['toTime']();if(_0x57f97b['idkey']==='MDateUtil')return _0x57f97b['toTime']();return 0x0;}catch(_0x7ca614){throw new Error('ERROR');}}function a0_0x3a8b7e(_0x516745){function _0x48da58(_0x105bc5){const _0x438357={};return _0x438357['weekday']=_0x105bc5,a0_0x1769d5(()=>new Intl['DateTimeFormat'](_0x516745['localCode'],_0x438357)['format'](a0_0x37510c(_0x516745,_0x516745['zone'])),'');}function _0x48a519(){return _0x48da58('long');}function _0x29594b(){return _0x48da58('short');}function _0x505fc5(){return _0x48da58('narrow');}const _0xfe5a0b={};return _0xfe5a0b['ln']=_0x48a519,_0xfe5a0b['sh']=_0x29594b,_0xfe5a0b['nr']=_0x505fc5,_0xfe5a0b;}function a0_0x5a10d3(_0xe71d13){let _0x1a7cd8=undefined,_0x5c605a=undefined,_0x2487c2=undefined,_0x4410d8=undefined;try{const _0x15ef38=(_0xe71d13||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x1a7cd8=_0x15ef38['length']>=0x1?Number(_0x15ef38[0x0]):undefined,_0x5c605a=_0x15ef38['length']>=0x2?Number(_0x15ef38[0x1]):undefined,_0x2487c2=_0x15ef38['length']>=0x3?Number(_0x15ef38[0x2]):undefined;}catch(_0x1f5716){}try{let _0x32ba0a=_0xe71d13||'',_0x5e6cc8=/\.\d{3}/g,_0x36b5ae=_0x32ba0a['match'](_0x5e6cc8)[0x0]['split']('.')['filter'](_0x27dcb0=>Boolean(_0x27dcb0));_0x4410d8=_0x36b5ae['length']>=0x1?Number(_0x36b5ae[0x0]):undefined;}catch(_0x4ea6bd){}const _0x459f4d={};return _0x459f4d['h']=_0x1a7cd8,_0x459f4d['m']=_0x5c605a,_0x459f4d['s']=_0x2487c2,_0x459f4d['ms']=_0x4410d8,_0x459f4d;}let a0_0x5d9a2b=Intl['NumberFormat']()['resolvedOptions']()['locale'],a0_0x54aa23=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];function a0_0x840845(_0x28b40c){return Number(Number(_0x28b40c)['toFixed'](0x0))||0x0;}class a0_0x2ce707{#val;#_code=Intl['NumberFormat']()['resolvedOptions']()['locale'];#_zone=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];#dyfrmt=a0_0x3a8b7e(this);get['localCode'](){return this.#_code;}get['zone'](){return this.#_zone;}['with'](_0x120ab6){this.#val=this.#val['with']({'year':_0x120ab6['getFullYear'](),'month':_0x120ab6['getMonth']()+0x1,'day':_0x120ab6['getDate'](),'hour':_0x120ab6['getHours'](),'minute':_0x120ab6['getMinutes'](),'second':_0x120ab6['getSeconds'](),'millisecond':_0x120ab6['getMilliseconds']()});}['init'](){const _0x48a79e=new Date();return this.#val=a0_0x5430f0['Temporal']['Instant']['from'](_0x48a79e['toISOString']())['toZonedDateTimeISO'](this['zone']),this.#dyfrmt=a0_0x3a8b7e(this),this;}['toString'](){return'---';}static['new'](){return new a0_0x2ce707()['setCode'](a0_0x5d9a2b)['setZone'](a0_0x54aa23)['init']();}static['setCode'](_0xc62667){return a0_0x5d9a2b=_0xc62667,this;}static['setZone'](_0x182cb){return a0_0x54aa23=_0x182cb,this;}static['seperator'](){return a0_0x1769d5(()=>new Date()['toLocaleDateString'](a0_0x5d9a2b)['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x1769d5(()=>a0_0x2ce707['new']()['setTime'](this['toTime']()));}['setCode'](_0x1ec2e6){return this.#_code=_0x1ec2e6,this;}['setZone'](_0x3b1188){return this.#_zone=_0x3b1188,this;}['seperator'](){return a0_0x1769d5(()=>new Date()['toLocaleDateString'](this.#_code)['replace'](/\d/g,'')['split']('')[0x0]);}['timezone'](){return a0_0x1769d5(()=>{return this['zone']||Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x13232f=this.#_code){return a0_0x1769d5(()=>{return new Intl['Locale'](_0x13232f)?.['timeZones']||[];},null);}['region'](_0x1a6083=this.#_code){return a0_0x1769d5(()=>{return new Intl['Locale'](_0x1a6083)['region'];},null);}['year'](){return this.#val['year'];}['month'](){return this.#val['month'];}['monthUtc'](){return this.#val['month']-0x1;}['day'](){return this.#val['day'];}['hours'](){return this.#val['hour'];}['min'](){return this.#val['minute'];}['sec'](){return this.#val['second'];}['msec'](){return this.#val['millisecond'];}['dayOfWeek'](){const _0x32a2c0=this.#val['dayOfWeek'];return _0x32a2c0?_0x32a2c0:0x7;}['dayOfWeekUtc'](){return this.#val['dayOfWeek']-0x1;}['setYear'](_0x4eff61){return this.#val=this.#val['with']({'year':a0_0x840845(_0x4eff61)}),this;}['setMonth'](_0x3665f3){return this.#val=this.#val['with']({'month':a0_0x840845(_0x3665f3)}),this;}['setMonthUtc'](_0x326a85){return this.#val=this.#val['with']({'month':a0_0x840845(_0x326a85)+0x1}),this;}['setDay'](_0x326d2d){return this.#val=this.#val['with']({'day':a0_0x840845(_0x326d2d)}),this;}['setHour'](_0x70df71){return this.#val=this.#val['with']({'hour':a0_0x840845(_0x70df71)}),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'](_0x1359ad){return this.#val=this.#val['with']({'minute':a0_0x840845(_0x1359ad)}),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x4f0e07){return this.#val=this.#val['with']({'second':a0_0x840845(_0x4f0e07)}),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x339675){return this.#val=this.#val['with']({'millisecond':a0_0x840845(_0x339675)}),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x34af55){const _0x243d93=_0x34af55?new Date(_0x34af55?.['replace']('T','\x20')):new Date();return this.#val=a0_0x5430f0['Temporal']['Instant']['from'](_0x243d93['toISOString']())['toZonedDateTimeISO'](this['zone']),this;}['setTime'](_0x5a15c9){return this.#val=a0_0x5430f0['Temporal']['Instant']['fromEpochMilliseconds'](_0x5a15c9||new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this;}['setDate'](_0x46f58a){return this['setIsoDate'](_0x46f58a?.['toISOString']()),this;}['setDateInputValue'](_0x133188){const _0x12d839=_0x133188?new Date(_0x133188?.['replace']('T','\x20')):new Date();return _0x12d839['getTime']()&&(this.#val=a0_0x5430f0['Temporal']['Instant']['from'](_0x12d839?.['toISOString']())['toZonedDateTimeISO'](this['zone']),this['with'](_0x12d839)),this;}['setVal'](_0x47c005){return a0_0x1769d5(()=>{return a0_0x2ce707['new']()['setTime'](a0_0x37510c(_0x47c005,this['zone']));});}['toIsoDate'](){const _0x5c9b60={};return _0x5c9b60['fractionalSecondDigits']=0x3,this.#val['toInstant']()['toString'](_0x5c9b60);}['toIsoDateZone'](){return this.#val['toString']()['substring'](0x0,0x1d)+'Z';}['toTime'](){return this.#val['epochMilliseconds'];}['toDate'](){return new Date(this.#val['toInstant']()['epochMilliseconds']);}['toDateMounthInput'](){return this['year']()+'-'+a0_0x1eee6d(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x1eee6d(this['month']())+'-'+a0_0x1eee6d(this['day']());}['toTimeInput'](_0xff5283=!![]){const _0xc40468=[];return _0xc40468['push'](a0_0x1eee6d(this['hours']())),_0xc40468['push'](a0_0x1eee6d(this['min']())),_0xff5283&&_0xc40468['push'](a0_0x1eee6d(this['sec']())),_0xc40468['join'](':');}['toDateTimeInput'](_0x3694b9=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x3694b9);}['toAs'](){return this.#val['toInstant']()['toString']();}['strDate'](){const _0x46564f={};return _0x46564f['month']='2-digit',_0x46564f['day']='2-digit',_0x46564f['year']='numeric',this.#val['toLocaleString'](this.#_code,_0x46564f);}['strTime'](){return a0_0x1eee6d(this['hours']())+':'+a0_0x1eee6d(this['min']())+':'+a0_0x1eee6d(this['sec']());}['strHHmm'](){return a0_0x1eee6d(this['hours']())+':'+a0_0x1eee6d(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0xf77c74){return this.#val['toLocaleString'](this.#_code,_0xf77c74);}['strYears'](){return this.#val['year']['toString']();}['strMounth'](){return a0_0x1eee6d(this['month'](),0x2);}['strDay'](){return a0_0x1eee6d(this['day'](),0x2);}['strHour'](){return a0_0x1eee6d(this['hours'](),0x2);}['strMin'](){return a0_0x1eee6d(this['min'](),0x2);}['strSec'](){return a0_0x1eee6d(this['sec'](),0x2);}['strMsec'](){return a0_0x1eee6d(this['msec'](),0x2);}['strDayStr'](){return{'ln':()=>this.#dyfrmt['ln'](),'sh':()=>this.#dyfrmt['sh'](),'nr':()=>this.#dyfrmt['nr']()};}['addMonth'](_0x5cc9d9){return this.#val=this.#val['add']({'months':a0_0x840845(_0x5cc9d9)}),this;}['addDay'](_0x1c2ada){return this['addHours'](Number(_0x1c2ada)*0x18),this;}['addHours'](_0xd4c5f5){return this['addMins'](Number(_0xd4c5f5)*0x3c),this;}['addMins'](_0xc1eda9){return this['addSecs'](Number(_0xc1eda9)*0x3c),this;}['addSecs'](_0x372bf3){return this['addMilliseconds'](Number(_0x372bf3)*0x3e8),this;}['addMilliseconds'](_0x134cb3){return this.#val=this.#val['add']({'milliseconds':a0_0x840845(_0x134cb3)}),this;}['startOfDay'](){return this['setHour'](0x0),this['startOfHours'](),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){return this['setHour'](0x17),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['setTime'](this.#val['epochMilliseconds'])['startOfMonth']()['addMonth'](0x1)['startOfMonth']()['addDay'](-0x1)['endOfDay'](),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x38fe3d){return a0_0x1769d5(()=>{return this['cpy']()['toTime']()===a0_0x37510c(_0x38fe3d,this['zone']);});}['gt'](_0x414291){return a0_0x1769d5(()=>{return this['cpy']()['toTime']()>a0_0x37510c(_0x414291,this['zone']);});}['gte'](_0x3f1b9f){return a0_0x1769d5(()=>{return this['cpy']()['toTime']()>=a0_0x37510c(_0x3f1b9f,this['zone']);});}['lt'](_0x59602a){return a0_0x1769d5(()=>{return this['cpy']()['toTime']()<a0_0x37510c(_0x59602a,this['zone']);});}['lte'](_0x1dd980){return a0_0x1769d5(()=>{return this['cpy']()['toTime']()<=a0_0x37510c(_0x1dd980,this['zone']);});}['btw'](_0x95739d,_0x2e1185){return a0_0x1769d5(()=>{const _0x5724c4=a0_0x37510c(_0x95739d,this['zone']),_0x4dd578=a0_0x37510c(_0x2e1185,this['zone']),_0x6b2291=this['cpy']()['toTime']();return _0x5724c4<_0x6b2291&&_0x6b2291<_0x4dd578;});}['btweq'](_0x335fdf,_0x416dcd){return a0_0x1769d5(()=>{const _0x1fe388=a0_0x37510c(_0x335fdf,this['zone']),_0x709c92=a0_0x37510c(_0x416dcd,this['zone']),_0x68537c=this['cpy']()['toTime']();return _0x1fe388<=_0x68537c&&_0x68537c<=_0x709c92;});}['btwEqStart'](_0x48dc51,_0x16fcb){return a0_0x1769d5(()=>{const _0x391b1a=a0_0x37510c(_0x48dc51,this['zone']),_0x4c2e9a=a0_0x37510c(_0x16fcb,this['zone']),_0x4dca56=this['cpy']()['toTime']();return _0x391b1a<=_0x4dca56&&_0x4dca56<_0x4c2e9a;});}['btwEqEnd'](_0x38afbc,_0x3f32e2){return a0_0x1769d5(()=>{const _0x578e58=a0_0x37510c(_0x38afbc,this['zone']),_0x5165af=a0_0x37510c(_0x3f32e2,this['zone']),_0x537b5b=this['cpy']()['toTime']();return _0x578e58<_0x537b5b&&_0x537b5b<=_0x5165af;});}static['diffDays'](_0x1816ff,_0x51f0ef,_0x4c6713){return a0_0x1769d5(()=>{const _0x197300=a0_0x37510c(_0x1816ff,a0_0x54aa23),_0xb05f0e=a0_0x37510c(_0x51f0ef,a0_0x54aa23);return _0x4c6713?Math['abs'](_0x197300-_0xb05f0e)/0x36ee80/0x18:(_0x197300-_0xb05f0e)/0x36ee80/0x18;});}static['diffHours'](_0x492154,_0x1653e8,_0x9ac05a){return a0_0x1769d5(()=>{const _0x2ac1c7=a0_0x37510c(_0x492154,a0_0x54aa23),_0x428a8a=a0_0x37510c(_0x1653e8,a0_0x54aa23);return _0x9ac05a?Math['abs'](_0x2ac1c7-_0x428a8a)/0x36ee80:(_0x2ac1c7-_0x428a8a)/0x36ee80;});}static['diffMins'](_0x3a2c45,_0x4879ba,_0x331aa1){return a0_0x1769d5(()=>{const _0x26b5c6=a0_0x37510c(_0x3a2c45,a0_0x54aa23),_0x827d48=a0_0x37510c(_0x4879ba,a0_0x54aa23);return _0x331aa1?Math['abs'](_0x26b5c6-_0x827d48)/0x3e8/0x3c:(_0x26b5c6-_0x827d48)/0x3e8/0x3c;});}static['diffSecs'](_0x2e9dbc,_0x1f4c14,_0x34b34e){return a0_0x1769d5(()=>{const _0x3b5fc7=a0_0x37510c(_0x2e9dbc,a0_0x54aa23),_0x4b69d2=a0_0x37510c(_0x1f4c14,a0_0x54aa23);return _0x34b34e?Math['abs'](_0x3b5fc7-_0x4b69d2)/0x3e8:(_0x3b5fc7-_0x4b69d2)/0x3e8;});}static['divideTime'](_0x48587e){return a0_0x1769d5(()=>a0_0x5a10d3(_0x48587e));}}exports['MDateUtil']=a0_0x2ce707;const a0_0x584927={};a0_0x584927['value']='MDateUtil',a0_0x584927['writable']=![],a0_0x584927['enumerable']=!![],a0_0x584927['configurable']=![],Object['defineProperty'](a0_0x2ce707['prototype'],'idkey',a0_0x584927);
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- 'use strict';var a0_0x113fcc=this&&this['__createBinding']||(Object['create']?function(_0x361c28,_0x43a9fc,_0x9678f9,_0x5a2b2d){if(_0x5a2b2d===undefined)_0x5a2b2d=_0x9678f9;var _0xbb3922=Object['getOwnPropertyDescriptor'](_0x43a9fc,_0x9678f9);if(!_0xbb3922||('get'in _0xbb3922?!_0x43a9fc['__esModule']:_0xbb3922['writable']||_0xbb3922['configurable'])){var _0x2063f0={};_0x2063f0['enumerable']=!![],_0x2063f0['get']=function(){return _0x43a9fc[_0x9678f9];},_0xbb3922=_0x2063f0;}Object['defineProperty'](_0x361c28,_0x5a2b2d,_0xbb3922);}:function(_0x15cd96,_0x40ba73,_0x589e74,_0x11d23e){if(_0x11d23e===undefined)_0x11d23e=_0x589e74;_0x15cd96[_0x11d23e]=_0x40ba73[_0x589e74];}),a0_0x29869e=this&&this['__exportStar']||function(_0x8f5b2d,_0x29d416){for(var _0x49aac5 in _0x8f5b2d)if(_0x49aac5!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x29d416,_0x49aac5))a0_0x113fcc(_0x29d416,_0x8f5b2d,_0x49aac5);},a0_0x406c04={};a0_0x406c04['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x406c04),a0_0x29869e(require('./DateUtil'),exports);
1
+ 'use strict';var a0_0x11afb3=this&&this['__createBinding']||(Object['create']?function(_0x26961e,_0xcb63aa,_0x3b3761,_0x25c839){if(_0x25c839===undefined)_0x25c839=_0x3b3761;var _0x3f1d43=Object['getOwnPropertyDescriptor'](_0xcb63aa,_0x3b3761);if(!_0x3f1d43||('get'in _0x3f1d43?!_0xcb63aa['__esModule']:_0x3f1d43['writable']||_0x3f1d43['configurable'])){var _0x27abe7={};_0x27abe7['enumerable']=!![],_0x27abe7['get']=function(){return _0xcb63aa[_0x3b3761];},_0x3f1d43=_0x27abe7;}Object['defineProperty'](_0x26961e,_0x25c839,_0x3f1d43);}:function(_0x211f84,_0x310c63,_0x3cd72f,_0x3c4f96){if(_0x3c4f96===undefined)_0x3c4f96=_0x3cd72f;_0x211f84[_0x3c4f96]=_0x310c63[_0x3cd72f];}),a0_0x3cfbe1=this&&this['__exportStar']||function(_0x39484f,_0x3c5c6d){for(var _0x5bb7e8 in _0x39484f)if(_0x5bb7e8!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x3c5c6d,_0x5bb7e8))a0_0x11afb3(_0x3c5c6d,_0x39484f,_0x5bb7e8);},a0_0x4a07c0={};a0_0x4a07c0['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x4a07c0),a0_0x3cfbe1(require('./DateUtil'),exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mat-date",
3
- "version": "1.9.34",
3
+ "version": "1.9.50",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",