mat-date 1.15.25 → 1.15.55
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.
- package/dist/DateUtil.d.ts +4 -0
- package/dist/DateUtil.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/DateUtil.d.ts
CHANGED
|
@@ -115,6 +115,10 @@ export declare class MDateUtil {
|
|
|
115
115
|
btweq(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
|
|
116
116
|
btwEqStart(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
|
|
117
117
|
btwEqEnd(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
|
|
118
|
+
diffDays(time: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
119
|
+
diffHours(time: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
120
|
+
diffMins(time: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
121
|
+
diffSecs(time: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
118
122
|
static diffDays(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
119
123
|
static diffHours(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
120
124
|
static diffMins(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
|
package/dist/DateUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a0_0x2f9fd3={};a0_0x2f9fd3['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x2f9fd3),exports['MDateUtil']=void 0x0;const a0_0x2667aa=require('temporal-polyfill'),a0_0x2b0797=(_0x23cf4c,_0x1b79ee=0x2)=>_0x23cf4c['toString']()['padStart'](_0x1b79ee,'0');function a0_0x23cc65(_0x29b206,_0x582a73){try{return _0x29b206();}catch(_0xe60d95){if(_0x582a73)return _0x582a73;throw new Error('UNKNOWN');}}function a0_0x4502ac(_0x343f99,_0xf0ca94){try{if(_0x343f99 instanceof Date)return a0_0x2667aa['Temporal']['Instant']['fromEpochMilliseconds'](_0x343f99['getTime']())['toZonedDateTimeISO'](_0xf0ca94)['epochMilliseconds'];if(typeof _0x343f99==='number')return _0x343f99;if(typeof _0x343f99==='string')return a0_0x2667aa['Temporal']['Instant']['fromEpochMilliseconds'](new Date(_0x343f99)['getTime']())['toZonedDateTimeISO'](_0xf0ca94)['epochMilliseconds'];if(_0x343f99 instanceof a0_0x3b4d22)return _0x343f99['toTime']();if(_0x343f99['idkey']==='MDateUtil')return _0x343f99['toTime']();return 0x0;}catch(_0x1337b8){throw new Error('ERROR');}}function a0_0x41f58f(_0x5bca38){function _0x2ec2a7(_0xc978c){const _0x10e8f3={};return _0x10e8f3['weekday']=_0xc978c,a0_0x23cc65(()=>new Intl['DateTimeFormat'](_0x5bca38['localCode'],_0x10e8f3)['format'](a0_0x4502ac(_0x5bca38,_0x5bca38['zone'])),'');}function _0x4d1c3b(){return _0x2ec2a7('long');}function _0x163d2b(){return _0x2ec2a7('short');}function _0x37fc88(){return _0x2ec2a7('narrow');}const _0x5d7f23={};return _0x5d7f23['ln']=_0x4d1c3b,_0x5d7f23['sh']=_0x163d2b,_0x5d7f23['nr']=_0x37fc88,_0x5d7f23;}function a0_0x530287(_0x216331=''){const _0x2bc103={};_0x2bc103['h']=undefined,_0x2bc103['m']=undefined,_0x2bc103['s']=undefined,_0x2bc103['ms']=undefined;const _0x48a465=_0x2bc103,_0x424ca2=_0x216331['match'](/\b\d{1,2}:\d{2}(?::\d{2})?\b/);if(_0x424ca2?.[0x0]){const [_0x46b4c5,_0xbdba41,_0x52cfdc]=_0x424ca2[0x0]['split'](':')['map'](Number);_0x48a465['h']=_0x46b4c5,_0x48a465['m']=_0xbdba41,_0x48a465['s']=_0x52cfdc;}const _0x4057ff=_0x216331['match'](/\.(\d{1,3})/);return _0x4057ff?.[0x1]&&(_0x48a465['ms']=Number(_0x4057ff[0x1]['padEnd'](0x3,'0'))),_0x48a465;}let a0_0x317ee5=Intl['NumberFormat']()['resolvedOptions']()['locale'],a0_0x4fb016=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];function a0_0x52b0c2(_0x12c43a){return Math['floor'](_0x12c43a)||0x0;}class a0_0x3b4d22{#val;#_code=a0_0x317ee5;#_zone=a0_0x4fb016;#dyfrmt=a0_0x41f58f(this);get['localCode'](){return this.#_code;}get['zone'](){return this.#_zone;}['with'](_0x322bc5){this.#val=this.#val['with']({'year':_0x322bc5['getFullYear'](),'month':_0x322bc5['getMonth']()+0x1,'day':_0x322bc5['getDate'](),'hour':_0x322bc5['getHours'](),'minute':_0x322bc5['getMinutes'](),'second':_0x322bc5['getSeconds'](),'millisecond':_0x322bc5['getMilliseconds']()});}['init'](){return this.#val=a0_0x2667aa['Temporal']['Now']['zonedDateTimeISO'](this['zone']),this.#dyfrmt=a0_0x41f58f(this),this;}['toString'](){return'---';}static['new'](){return new a0_0x3b4d22()['setCode'](a0_0x317ee5)['setZone'](a0_0x4fb016)['init']();}static['setCode'](_0x38906d){return a0_0x317ee5=_0x38906d,this;}static['setZone'](_0x362a82){return a0_0x4fb016=_0x362a82,this;}static['seperator'](){return a0_0x23cc65(()=>new Date()['toLocaleDateString'](a0_0x317ee5)['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x3b4d22['new']()['setTime'](this['toTime']());}['setCode'](_0x49f481){return this.#_code=_0x49f481,this;}['setZone'](_0x8f4f38){return this.#_zone=_0x8f4f38,this;}['seperator'](){return a0_0x23cc65(()=>new Date()['toLocaleDateString'](this.#_code)['replace'](/\d/g,'')['split']('')[0x0]);}['timezone'](){return a0_0x23cc65(()=>{return this['zone']||Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x303543=this.#_code){return a0_0x23cc65(()=>{return new Intl['Locale'](_0x303543)?.['timeZones']||[];},null);}['region'](_0x54352a=this.#_code){return a0_0x23cc65(()=>{return new Intl['Locale'](_0x54352a)['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 _0x100168=this.#val['dayOfWeek'];return _0x100168?_0x100168:0x7;}['dayOfWeekUtc'](){return this.#val['dayOfWeek']-0x1;}['setYear'](_0x5b4b4c){return this.#val=this.#val['with']({'year':a0_0x52b0c2(_0x5b4b4c)}),this;}['setMonth'](_0x1e31f2){return this.#val=this.#val['with']({'month':a0_0x52b0c2(_0x1e31f2)}),this;}['setMonthUtc'](_0x89ef11){return this.#val=this.#val['with']({'month':a0_0x52b0c2(_0x89ef11)+0x1}),this;}['setDay'](_0x296600){return this.#val=this.#val['with']({'day':a0_0x52b0c2(_0x296600)}),this;}['setHour'](_0x1b1d64){return this.#val=this.#val['with']({'hour':a0_0x52b0c2(_0x1b1d64)}),this;}['startOfHours'](){const _0xc3f369={};return _0xc3f369['minute']=0x0,_0xc3f369['second']=0x0,_0xc3f369['millisecond']=0x0,this.#val=this.#val['with'](_0xc3f369),this;}['endOfHours'](){const _0x579863={};return _0x579863['minute']=0x3b,_0x579863['second']=0x3b,_0x579863['millisecond']=0x3e7,this.#val=this.#val['with'](_0x579863),this;}['setMin'](_0x1b3722){return this.#val=this.#val['with']({'minute':a0_0x52b0c2(_0x1b3722)}),this;}['startOfMin'](){const _0x1b8bf2={};return _0x1b8bf2['second']=0x0,_0x1b8bf2['millisecond']=0x0,this.#val=this.#val['with'](_0x1b8bf2),this;}['endOfMin'](){const _0x100bff={};return _0x100bff['second']=0x3b,_0x100bff['millisecond']=0x3e7,this.#val=this.#val['with'](_0x100bff),this;}['setSeconds'](_0x413b25){return this.#val=this.#val['with']({'second':a0_0x52b0c2(_0x413b25)}),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x537519){return this.#val=this.#val['with']({'millisecond':a0_0x52b0c2(_0x537519)}),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x14967d){return _0x14967d?this.#val=a0_0x2667aa['Temporal']['Instant']['from'](new Date(_0x14967d)['toISOString']())['toZonedDateTimeISO'](this['zone']):this.#val=a0_0x2667aa['Temporal']['Now']['zonedDateTimeISO'](this['zone']),this;}['setTime'](_0x23e459){return this.#val=a0_0x2667aa['Temporal']['Instant']['fromEpochMilliseconds'](_0x23e459||new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this;}['setDate'](_0x7088b5){return this['setIsoDate'](_0x7088b5?.['toISOString']()),this;}['setDateInputValue'](_0x42881b){const _0x2ce27a=_0x42881b?new Date(_0x42881b?.['replace']('T','\x20')):new Date();return _0x2ce27a['getTime']()&&(this.#val=a0_0x2667aa['Temporal']['Instant']['from'](_0x2ce27a?.['toISOString']())['toZonedDateTimeISO'](this['zone']),this['with'](_0x2ce27a)),this;}['setVal'](_0x15630f){return a0_0x3b4d22['new']()['setTime'](a0_0x4502ac(_0x15630f,this['zone']));}['toIsoDate'](){const _0x5ede3f={};return _0x5ede3f['fractionalSecondDigits']=0x3,this.#val['toInstant']()['toString'](_0x5ede3f);}['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_0x2b0797(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x2b0797(this['month']())+'-'+a0_0x2b0797(this['day']());}['toTimeInput'](_0x17e5eb=!![]){const _0x1c7683=[];return _0x1c7683['push'](a0_0x2b0797(this['hours']())),_0x1c7683['push'](a0_0x2b0797(this['min']())),_0x17e5eb&&_0x1c7683['push'](a0_0x2b0797(this['sec']())),_0x1c7683['join'](':');}['toDateTimeInput'](_0x31c825=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x31c825);}['toAs'](){return this.#val['toInstant']()['toString']();}['strDate'](){const _0x20a1d0={};return _0x20a1d0['month']='2-digit',_0x20a1d0['day']='2-digit',_0x20a1d0['year']='numeric',this.#val['toLocaleString'](this.#_code,_0x20a1d0);}['strTime'](){return a0_0x2b0797(this['hours']())+':'+a0_0x2b0797(this['min']())+':'+a0_0x2b0797(this['sec']());}['strHHmm'](){return a0_0x2b0797(this['hours']())+':'+a0_0x2b0797(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x26920e){return this.#val['toLocaleString'](this.#_code,_0x26920e);}['strYears'](){return this.#val['year']['toString']();}['strMounth'](){return a0_0x2b0797(this['month'](),0x2);}['strDay'](){return a0_0x2b0797(this['day'](),0x2);}['strHour'](){return a0_0x2b0797(this['hours'](),0x2);}['strMin'](){return a0_0x2b0797(this['min'](),0x2);}['strSec'](){return a0_0x2b0797(this['sec'](),0x2);}['strMsec'](){return a0_0x2b0797(this['msec'](),0x2);}['strDayStr'](){return{'ln':()=>this.#dyfrmt['ln'](),'sh':()=>this.#dyfrmt['sh'](),'nr':()=>this.#dyfrmt['nr']()};}['addMonth'](_0x4656e8){return this.#val=this.#val['add']({'months':a0_0x52b0c2(_0x4656e8)}),this;}['addDay'](_0x1ccd40){return this['addHours'](_0x1ccd40*0x18),this;}['addHours'](_0x2e9975){return this['addMins'](_0x2e9975*0x3c),this;}['addMins'](_0x1d82da){return this['addSecs'](_0x1d82da*0x3c),this;}['addSecs'](_0x499fd2){return this['addMilliseconds'](_0x499fd2*0x3e8),this;}['addMilliseconds'](_0x5cc17f){return this.#val=this.#val['add']({'milliseconds':a0_0x52b0c2(_0x5cc17f)}),this;}['startOfDay'](){const _0x2ef7ca={};return _0x2ef7ca['hour']=0x0,_0x2ef7ca['minute']=0x0,_0x2ef7ca['second']=0x0,_0x2ef7ca['millisecond']=0x0,this.#val=this.#val['with'](_0x2ef7ca),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){const _0x231195={};return _0x231195['hour']=0x17,_0x231195['minute']=0x3b,_0x231195['second']=0x3b,_0x231195['millisecond']=0x3e7,this.#val=this.#val['with'](_0x231195),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'](){const _0x341420={};return _0x341420['day']=0x1,_0x341420['hour']=0x0,_0x341420['minute']=0x0,_0x341420['second']=0x0,_0x341420['millisecond']=0x0,this.#val=this.#val['with'](_0x341420),this;}['cpyByStartOfMonth'](){return this['cpy']()['startOfMonth']();}['endOfMonth'](){const _0x47afb2=a0_0x2667aa['Temporal']['ZonedDateTime']['from'](this.#val),_0x3b8bd5={};_0x3b8bd5['day']=_0x47afb2['daysInMonth'];const _0x3b9bab={};return _0x3b9bab['hour']=0x17,_0x3b9bab['minute']=0x3b,_0x3b9bab['second']=0x3b,_0x3b9bab['millisecond']=0x3e7,_0x3b9bab['microsecond']=0x3e7,_0x3b9bab['nanosecond']=0x3e7,this.#val=this.#val['with'](_0x3b8bd5)['with'](_0x3b9bab),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x5d4543){return this['cpy']()['toTime']()===a0_0x4502ac(_0x5d4543,this['zone']);}['gt'](_0xd08e0){return this['cpy']()['toTime']()>a0_0x4502ac(_0xd08e0,this['zone']);}['gte'](_0x200edf){return this['cpy']()['toTime']()>=a0_0x4502ac(_0x200edf,this['zone']);}['lt'](_0xd2561e){return this['cpy']()['toTime']()<a0_0x4502ac(_0xd2561e,this['zone']);}['lte'](_0x5b280b){return this['cpy']()['toTime']()<=a0_0x4502ac(_0x5b280b,this['zone']);}['btw'](_0x55cad7,_0x573441){const _0x3b7230=a0_0x4502ac(_0x55cad7,this['zone']),_0x3f5d18=a0_0x4502ac(_0x573441,this['zone']),_0x131389=this['cpy']()['toTime']();return _0x3b7230<_0x131389&&_0x131389<_0x3f5d18;}['btweq'](_0x5f5400,_0x42d87d){const _0x169ef4=a0_0x4502ac(_0x5f5400,this['zone']),_0x9c7c5c=a0_0x4502ac(_0x42d87d,this['zone']),_0x5e2dee=this['cpy']()['toTime']();return _0x169ef4<=_0x5e2dee&&_0x5e2dee<=_0x9c7c5c;}['btwEqStart'](_0x23fdef,_0x47f006){const _0x4c856f=a0_0x4502ac(_0x23fdef,this['zone']),_0x1a338c=a0_0x4502ac(_0x47f006,this['zone']),_0x2db2b1=this['cpy']()['toTime']();return _0x4c856f<=_0x2db2b1&&_0x2db2b1<_0x1a338c;}['btwEqEnd'](_0x1f2a58,_0xf60e32){const _0xf83440=a0_0x4502ac(_0x1f2a58,this['zone']),_0x5314ba=a0_0x4502ac(_0xf60e32,this['zone']),_0x100677=this['cpy']()['toTime']();return _0xf83440<_0x100677&&_0x100677<=_0x5314ba;}static['diffDays'](_0x4bc75f,_0x6948dc,_0x54d897){const _0xc48c52=a0_0x4502ac(_0x4bc75f,a0_0x4fb016),_0x539b5e=a0_0x4502ac(_0x6948dc,a0_0x4fb016);return _0x54d897?Math['abs'](_0xc48c52-_0x539b5e)/0x36ee80/0x18:(_0xc48c52-_0x539b5e)/0x36ee80/0x18;}static['diffHours'](_0x5b3b81,_0x25d05b,_0x385487){const _0x50df63=a0_0x4502ac(_0x5b3b81,a0_0x4fb016),_0x265609=a0_0x4502ac(_0x25d05b,a0_0x4fb016);return _0x385487?Math['abs'](_0x50df63-_0x265609)/0x36ee80:(_0x50df63-_0x265609)/0x36ee80;}static['diffMins'](_0x91fcc5,_0x3dca9b,_0x4046e7){const _0x277f90=a0_0x4502ac(_0x91fcc5,a0_0x4fb016),_0x2d9303=a0_0x4502ac(_0x3dca9b,a0_0x4fb016);return _0x4046e7?Math['abs'](_0x277f90-_0x2d9303)/0x3e8/0x3c:(_0x277f90-_0x2d9303)/0x3e8/0x3c;}static['diffSecs'](_0x366ebe,_0x4a184d,_0xded2f){const _0x3cc151=a0_0x4502ac(_0x366ebe,a0_0x4fb016),_0x825abe=a0_0x4502ac(_0x4a184d,a0_0x4fb016);return _0xded2f?Math['abs'](_0x3cc151-_0x825abe)/0x3e8:(_0x3cc151-_0x825abe)/0x3e8;}static['divideTime'](_0x3ee0f0){return a0_0x530287(_0x3ee0f0);}}exports['MDateUtil']=a0_0x3b4d22;const a0_0x12250c={};a0_0x12250c['value']='MDateUtil',a0_0x12250c['writable']=![],a0_0x12250c['enumerable']=!![],a0_0x12250c['configurable']=![],Object['defineProperty'](a0_0x3b4d22['prototype'],'idkey',a0_0x12250c);
|
|
1
|
+
'use strict';const a0_0x3d68b3={};a0_0x3d68b3['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x3d68b3),exports['MDateUtil']=void 0x0;const a0_0x4ffe0a=require('temporal-polyfill'),a0_0x2972aa=(_0x5442c4,_0x3ae960=0x2)=>_0x5442c4['toString']()['padStart'](_0x3ae960,'0');function a0_0x39689c(_0x10d073,_0x2d3970){try{return _0x10d073();}catch(_0x2ee37f){if(_0x2d3970)return _0x2d3970;throw new Error('UNKNOWN');}}function a0_0x17c6c9(_0x35e243,_0x41fbff){try{if(_0x35e243 instanceof a0_0x52a30d||_0x35e243['idkey']==='MDateUtil')return _0x35e243['toTime']();if(typeof _0x35e243==='string'){const _0xe4dc88=Date['parse'](_0x35e243);return a0_0x4ffe0a['Temporal']['Instant']['fromEpochMilliseconds'](_0xe4dc88)['toZonedDateTimeISO'](_0x41fbff)['epochMilliseconds'];}if(typeof _0x35e243==='number')return _0x35e243;if(_0x35e243 instanceof Date)return a0_0x4ffe0a['Temporal']['Instant']['fromEpochMilliseconds'](_0x35e243['getTime']())['toZonedDateTimeISO'](_0x41fbff)['epochMilliseconds'];return 0x0;}catch(_0x20cb4e){throw new Error('ERROR');}}function a0_0x10e6b5(_0x59b6f2){function _0x57f8db(_0x474a98){const _0x31985b={};return _0x31985b['weekday']=_0x474a98,a0_0x39689c(()=>new Intl['DateTimeFormat'](_0x59b6f2['localCode'],_0x31985b)['format'](a0_0x17c6c9(_0x59b6f2,_0x59b6f2['zone'])),'');}function _0x4eb64d(){return _0x57f8db('long');}function _0x2a6aa6(){return _0x57f8db('short');}function _0x26f581(){return _0x57f8db('narrow');}const _0x2a9647={};return _0x2a9647['ln']=_0x4eb64d,_0x2a9647['sh']=_0x2a6aa6,_0x2a9647['nr']=_0x26f581,_0x2a9647;}function a0_0x2e0bae(_0x91f956=''){const _0x3bd1b5={};_0x3bd1b5['h']=undefined,_0x3bd1b5['m']=undefined,_0x3bd1b5['s']=undefined,_0x3bd1b5['ms']=undefined;const _0x3d9ebb=_0x3bd1b5,_0x722d3=_0x91f956['match'](/\b\d{1,2}:\d{2}(?::\d{2})?\b/);if(_0x722d3?.[0x0]){const [_0x3a0592,_0x5090b4,_0x5a8576]=_0x722d3[0x0]['split'](':')['map'](Number);_0x3d9ebb['h']=_0x3a0592,_0x3d9ebb['m']=_0x5090b4,_0x3d9ebb['s']=_0x5a8576;}const _0x5a1c80=_0x91f956['match'](/\.(\d{1,3})/);return _0x5a1c80?.[0x1]&&(_0x3d9ebb['ms']=Number(_0x5a1c80[0x1]['padEnd'](0x3,'0'))),_0x3d9ebb;}let a0_0x37e32b=Intl['NumberFormat']()['resolvedOptions']()['locale'],a0_0x26012e=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];function a0_0x277385(_0x2c63ab){return Math['floor'](_0x2c63ab)||0x0;}class a0_0x52a30d{#val;#_code=a0_0x37e32b;#_zone=a0_0x26012e;#_dyfrmt;get['localCode'](){return this.#_code;}get['zone'](){return this.#_zone;}['with'](_0x1e0052){this.#val=this.#val['with']({'year':_0x1e0052['getFullYear'](),'month':_0x1e0052['getMonth']()+0x1,'day':_0x1e0052['getDate'](),'hour':_0x1e0052['getHours'](),'minute':_0x1e0052['getMinutes'](),'second':_0x1e0052['getSeconds'](),'millisecond':_0x1e0052['getMilliseconds']()});}['init'](){return this.#val=a0_0x4ffe0a['Temporal']['Now']['zonedDateTimeISO'](this['zone']),this;}['toString'](){return'---';}static['new'](){return new a0_0x52a30d()['setCode'](a0_0x37e32b)['setZone'](a0_0x26012e)['init']();}static['setCode'](_0x46dcd4){return a0_0x37e32b=_0x46dcd4,this;}static['setZone'](_0x4751d2){return a0_0x26012e=_0x4751d2,this;}static['seperator'](){return a0_0x39689c(()=>new Date()['toLocaleDateString'](a0_0x37e32b)['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x52a30d['new']()['setTime'](this['toTime']());}['setCode'](_0x275cb7){return this.#_code=_0x275cb7,this;}['setZone'](_0x5cf7ba){return this.#_zone=_0x5cf7ba,this;}['seperator'](){return a0_0x39689c(()=>new Date()['toLocaleDateString'](this.#_code)['replace'](/\d/g,'')['split']('')[0x0]);}['timezone'](){return a0_0x39689c(()=>{return this['zone']||Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x5af67b=this.#_code){return a0_0x39689c(()=>{return new Intl['Locale'](_0x5af67b)?.['timeZones']||[];},null);}['region'](_0x9d7b9f=this.#_code){return a0_0x39689c(()=>{return new Intl['Locale'](_0x9d7b9f)['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 _0xcc2dbe=this.#val['dayOfWeek'];return _0xcc2dbe?_0xcc2dbe:0x7;}['dayOfWeekUtc'](){return this.#val['dayOfWeek']-0x1;}['setYear'](_0x3565e0){return this.#val=this.#val['with']({'year':a0_0x277385(_0x3565e0)}),this;}['setMonth'](_0x4a9d76){return this.#val=this.#val['with']({'month':a0_0x277385(_0x4a9d76)}),this;}['setMonthUtc'](_0x2ddc6a){return this.#val=this.#val['with']({'month':a0_0x277385(_0x2ddc6a)+0x1}),this;}['setDay'](_0x14e7c8){return this.#val=this.#val['with']({'day':a0_0x277385(_0x14e7c8)}),this;}['setHour'](_0x22a953){return this.#val=this.#val['with']({'hour':a0_0x277385(_0x22a953)}),this;}['startOfHours'](){const _0x5cb4ec={};return _0x5cb4ec['minute']=0x0,_0x5cb4ec['second']=0x0,_0x5cb4ec['millisecond']=0x0,this.#val=this.#val['with'](_0x5cb4ec),this;}['endOfHours'](){const _0x3e02ff={};return _0x3e02ff['minute']=0x3b,_0x3e02ff['second']=0x3b,_0x3e02ff['millisecond']=0x3e7,this.#val=this.#val['with'](_0x3e02ff),this;}['setMin'](_0x3c0cab){return this.#val=this.#val['with']({'minute':a0_0x277385(_0x3c0cab)}),this;}['startOfMin'](){const _0x3e8e5e={};return _0x3e8e5e['second']=0x0,_0x3e8e5e['millisecond']=0x0,this.#val=this.#val['with'](_0x3e8e5e),this;}['endOfMin'](){const _0x25ffa1={};return _0x25ffa1['second']=0x3b,_0x25ffa1['millisecond']=0x3e7,this.#val=this.#val['with'](_0x25ffa1),this;}['setSeconds'](_0x4ad655){return this.#val=this.#val['with']({'second':a0_0x277385(_0x4ad655)}),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x38fcef){return this.#val=this.#val['with']({'millisecond':a0_0x277385(_0x38fcef)}),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x52b4e5){return _0x52b4e5?this.#val=a0_0x4ffe0a['Temporal']['Instant']['fromEpochMilliseconds'](new Date(_0x52b4e5)['getTime']())['toZonedDateTimeISO'](this['zone']):this.#val=a0_0x4ffe0a['Temporal']['Now']['zonedDateTimeISO'](this['zone']),this;}['setTime'](_0x77fcd2){return this.#val=a0_0x4ffe0a['Temporal']['Instant']['fromEpochMilliseconds'](_0x77fcd2||new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this;}['setDate'](_0xaf3c25){return this['setIsoDate'](_0xaf3c25?.['toISOString']()),this;}['setDateInputValue'](_0x1e47f4){const _0x5ec8f1=_0x1e47f4?new Date(_0x1e47f4?.['replace']('T','\x20')):new Date();return _0x5ec8f1['getTime']()&&(this.#val=a0_0x4ffe0a['Temporal']['Instant']['fromEpochMilliseconds'](_0x5ec8f1?.['getTime']())['toZonedDateTimeISO'](this['zone']),this['with'](_0x5ec8f1)),this;}['setVal'](_0x53509c){return a0_0x52a30d['new']()['setTime'](a0_0x17c6c9(_0x53509c,this['zone']));}['toIsoDate'](){const _0x55edde={};return _0x55edde['fractionalSecondDigits']=0x3,this.#val['toInstant']()['toString'](_0x55edde);}['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_0x2972aa(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x2972aa(this['month']())+'-'+a0_0x2972aa(this['day']());}['toTimeInput'](_0x1e8035=!![]){const _0x2c7a33=[];return _0x2c7a33['push'](a0_0x2972aa(this['hours']())),_0x2c7a33['push'](a0_0x2972aa(this['min']())),_0x1e8035&&_0x2c7a33['push'](a0_0x2972aa(this['sec']())),_0x2c7a33['join'](':');}['toDateTimeInput'](_0x5c0a62=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x5c0a62);}['toAs'](){return this.#val['toInstant']()['toString']();}['strDate'](){const _0x4beb31={};return _0x4beb31['month']='2-digit',_0x4beb31['day']='2-digit',_0x4beb31['year']='numeric',this.#val['toLocaleString'](this.#_code,_0x4beb31);}['strTime'](){return a0_0x2972aa(this['hours']())+':'+a0_0x2972aa(this['min']())+':'+a0_0x2972aa(this['sec']());}['strHHmm'](){return a0_0x2972aa(this['hours']())+':'+a0_0x2972aa(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0xd7337){return this.#val['toLocaleString'](this.#_code,_0xd7337);}['strYears'](){return this.#val['year']['toString']();}['strMounth'](){return a0_0x2972aa(this['month'](),0x2);}['strDay'](){return a0_0x2972aa(this['day'](),0x2);}['strHour'](){return a0_0x2972aa(this['hours'](),0x2);}['strMin'](){return a0_0x2972aa(this['min'](),0x2);}['strSec'](){return a0_0x2972aa(this['sec'](),0x2);}['strMsec'](){return a0_0x2972aa(this['msec'](),0x2);}['strDayStr'](){return this.#_dyfrmt=a0_0x10e6b5(this),{'ln':()=>this.#_dyfrmt['ln'](),'sh':()=>this.#_dyfrmt['sh'](),'nr':()=>this.#_dyfrmt['nr']()};}['addMonth'](_0x52151f){return this.#val=this.#val['add']({'months':a0_0x277385(_0x52151f)}),this;}['addDay'](_0x4c3305){return this['addHours'](_0x4c3305*0x18),this;}['addHours'](_0x384700){return this['addMins'](_0x384700*0x3c),this;}['addMins'](_0x34b0da){return this['addSecs'](_0x34b0da*0x3c),this;}['addSecs'](_0x3a1ec4){return this['addMilliseconds'](_0x3a1ec4*0x3e8),this;}['addMilliseconds'](_0x9606ae){return this.#val=this.#val['add']({'milliseconds':a0_0x277385(_0x9606ae)}),this;}['startOfDay'](){const _0x244ff2={};return _0x244ff2['hour']=0x0,_0x244ff2['minute']=0x0,_0x244ff2['second']=0x0,_0x244ff2['millisecond']=0x0,this.#val=this.#val['with'](_0x244ff2),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){const _0x586918={};return _0x586918['hour']=0x17,_0x586918['minute']=0x3b,_0x586918['second']=0x3b,_0x586918['millisecond']=0x3e7,this.#val=this.#val['with'](_0x586918),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'](){const _0x478f25={};return _0x478f25['day']=0x1,_0x478f25['hour']=0x0,_0x478f25['minute']=0x0,_0x478f25['second']=0x0,_0x478f25['millisecond']=0x0,this.#val=this.#val['with'](_0x478f25),this;}['cpyByStartOfMonth'](){return this['cpy']()['startOfMonth']();}['endOfMonth'](){const _0x3e420a=a0_0x4ffe0a['Temporal']['ZonedDateTime']['from'](this.#val),_0x145a82={};_0x145a82['day']=_0x3e420a['daysInMonth'];const _0x26be39={};return _0x26be39['hour']=0x17,_0x26be39['minute']=0x3b,_0x26be39['second']=0x3b,_0x26be39['millisecond']=0x3e7,_0x26be39['microsecond']=0x3e7,_0x26be39['nanosecond']=0x3e7,this.#val=this.#val['with'](_0x145a82)['with'](_0x26be39),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x129fb0){return this['cpy']()['toTime']()===a0_0x17c6c9(_0x129fb0,this['zone']);}['gt'](_0x6edb91){return this['cpy']()['toTime']()>a0_0x17c6c9(_0x6edb91,this['zone']);}['gte'](_0x567eb6){return this['cpy']()['toTime']()>=a0_0x17c6c9(_0x567eb6,this['zone']);}['lt'](_0x3be8b1){return this['cpy']()['toTime']()<a0_0x17c6c9(_0x3be8b1,this['zone']);}['lte'](_0x354348){return this['cpy']()['toTime']()<=a0_0x17c6c9(_0x354348,this['zone']);}['btw'](_0x232fab,_0x97cfe0){const _0x1a62b7=a0_0x17c6c9(_0x232fab,this['zone']),_0x47f340=a0_0x17c6c9(_0x97cfe0,this['zone']),_0x3e0cda=this['cpy']()['toTime']();return _0x1a62b7<_0x3e0cda&&_0x3e0cda<_0x47f340;}['btweq'](_0x4a0abf,_0x426ed7){const _0x28717b=a0_0x17c6c9(_0x4a0abf,this['zone']),_0x4086d6=a0_0x17c6c9(_0x426ed7,this['zone']),_0x90f1c9=this['cpy']()['toTime']();return _0x28717b<=_0x90f1c9&&_0x90f1c9<=_0x4086d6;}['btwEqStart'](_0x147bd0,_0x3e9703){const _0x4213c1=a0_0x17c6c9(_0x147bd0,this['zone']),_0x31463f=a0_0x17c6c9(_0x3e9703,this['zone']),_0x25c69c=this['cpy']()['toTime']();return _0x4213c1<=_0x25c69c&&_0x25c69c<_0x31463f;}['btwEqEnd'](_0x4776be,_0x538d60){const _0x3fefc7=a0_0x17c6c9(_0x4776be,this['zone']),_0x2e6a12=a0_0x17c6c9(_0x538d60,this['zone']),_0x59ede7=this['cpy']()['toTime']();return _0x3fefc7<_0x59ede7&&_0x59ede7<=_0x2e6a12;}['diffDays'](_0x17ecfa,_0x50ad01){const _0x5bd36e=this['toTime'](),_0x19ae73=a0_0x17c6c9(_0x17ecfa,a0_0x26012e);return _0x50ad01?Math['abs'](_0x5bd36e-_0x19ae73)/0x36ee80/0x18:(_0x5bd36e-_0x19ae73)/0x36ee80/0x18;}['diffHours'](_0x35f531,_0xa65513){const _0x2b376a=this['toTime'](),_0xe5efb2=a0_0x17c6c9(_0x35f531,a0_0x26012e);return _0xa65513?Math['abs'](_0x2b376a-_0xe5efb2)/0x36ee80:(_0x2b376a-_0xe5efb2)/0x36ee80;}['diffMins'](_0xc78b93,_0x283c47){const _0x15d516=this['toTime'](),_0x1b7e76=a0_0x17c6c9(_0xc78b93,a0_0x26012e);return _0x283c47?Math['abs'](_0x15d516-_0x1b7e76)/0x3e8/0x3c:(_0x15d516-_0x1b7e76)/0x3e8/0x3c;}['diffSecs'](_0x939e1,_0x1fde02){const _0x17fa4a=this['toTime'](),_0x4ecf45=a0_0x17c6c9(_0x939e1,a0_0x26012e);return _0x1fde02?Math['abs'](_0x17fa4a-_0x4ecf45)/0x3e8:(_0x17fa4a-_0x4ecf45)/0x3e8;}static['diffDays'](_0x3e3bee,_0x2ca350,_0x35882b){const _0x5e647d=a0_0x17c6c9(_0x3e3bee,a0_0x26012e),_0x23997f=a0_0x17c6c9(_0x2ca350,a0_0x26012e);return _0x35882b?Math['abs'](_0x5e647d-_0x23997f)/0x36ee80/0x18:(_0x5e647d-_0x23997f)/0x36ee80/0x18;}static['diffHours'](_0x436e28,_0x613fc4,_0x3b285d){const _0x492f53=a0_0x17c6c9(_0x436e28,a0_0x26012e),_0x564929=a0_0x17c6c9(_0x613fc4,a0_0x26012e);return _0x3b285d?Math['abs'](_0x492f53-_0x564929)/0x36ee80:(_0x492f53-_0x564929)/0x36ee80;}static['diffMins'](_0x4712d6,_0x4461eb,_0x978053){const _0xcb572d=a0_0x17c6c9(_0x4712d6,a0_0x26012e),_0x2467b3=a0_0x17c6c9(_0x4461eb,a0_0x26012e);return _0x978053?Math['abs'](_0xcb572d-_0x2467b3)/0x3e8/0x3c:(_0xcb572d-_0x2467b3)/0x3e8/0x3c;}static['diffSecs'](_0x3a0ef0,_0x4d5a38,_0x66b4ec){const _0xc9fc6f=a0_0x17c6c9(_0x3a0ef0,a0_0x26012e),_0x429a89=a0_0x17c6c9(_0x4d5a38,a0_0x26012e);return _0x66b4ec?Math['abs'](_0xc9fc6f-_0x429a89)/0x3e8:(_0xc9fc6f-_0x429a89)/0x3e8;}static['divideTime'](_0xa921f3){return a0_0x2e0bae(_0xa921f3);}}exports['MDateUtil']=a0_0x52a30d;const a0_0x141554={};a0_0x141554['value']='MDateUtil',a0_0x141554['writable']=![],a0_0x141554['enumerable']=!![],a0_0x141554['configurable']=![],Object['defineProperty'](a0_0x52a30d['prototype'],'idkey',a0_0x141554);
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var a0_0x2609fe=this&&this['__createBinding']||(Object['create']?function(_0x4f834a,_0x2efeaf,_0x328f8,_0x4b6a7c){if(_0x4b6a7c===undefined)_0x4b6a7c=_0x328f8;var _0x395521=Object['getOwnPropertyDescriptor'](_0x2efeaf,_0x328f8);if(!_0x395521||('get'in _0x395521?!_0x2efeaf['__esModule']:_0x395521['writable']||_0x395521['configurable'])){var _0x5754ac={};_0x5754ac['enumerable']=!![],_0x5754ac['get']=function(){return _0x2efeaf[_0x328f8];},_0x395521=_0x5754ac;}Object['defineProperty'](_0x4f834a,_0x4b6a7c,_0x395521);}:function(_0x43e76b,_0x3e421c,_0x4f024a,_0x2f8f5d){if(_0x2f8f5d===undefined)_0x2f8f5d=_0x4f024a;_0x43e76b[_0x2f8f5d]=_0x3e421c[_0x4f024a];}),a0_0x133a9=this&&this['__exportStar']||function(_0x5991fd,_0x3f18b0){for(var _0x501614 in _0x5991fd)if(_0x501614!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x3f18b0,_0x501614))a0_0x2609fe(_0x3f18b0,_0x5991fd,_0x501614);},a0_0x369ac1={};a0_0x369ac1['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x369ac1),a0_0x133a9(require('./DateUtil'),exports);
|