mat-date 1.8.11 → 1.8.17
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 +25 -25
- package/dist/DateUtil.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/DateUtil.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ interface IStrOptions {
|
|
|
14
14
|
hour12?: boolean | undefined;
|
|
15
15
|
timeZone?: string | undefined;
|
|
16
16
|
}
|
|
17
|
-
export declare class
|
|
17
|
+
export declare class MDateUtil {
|
|
18
18
|
private val;
|
|
19
19
|
private code;
|
|
20
20
|
private _zone;
|
|
@@ -23,11 +23,11 @@ export declare class KDateUtil {
|
|
|
23
23
|
get zone(): string;
|
|
24
24
|
private init;
|
|
25
25
|
toString(): string;
|
|
26
|
-
static new():
|
|
27
|
-
static setCode(code: string): typeof
|
|
28
|
-
static setZone(zone: string): typeof
|
|
26
|
+
static new(): MDateUtil;
|
|
27
|
+
static setCode(code: string): typeof MDateUtil;
|
|
28
|
+
static setZone(zone: string): typeof MDateUtil;
|
|
29
29
|
static seperator(): string;
|
|
30
|
-
cpy():
|
|
30
|
+
cpy(): MDateUtil;
|
|
31
31
|
setCode(code: string): this;
|
|
32
32
|
setZone(zone: string): this;
|
|
33
33
|
seperator(): string;
|
|
@@ -64,7 +64,7 @@ export declare class KDateUtil {
|
|
|
64
64
|
setTime(value: number): this;
|
|
65
65
|
setDate(value: Date): this;
|
|
66
66
|
setDateInputValue(value: string): this;
|
|
67
|
-
setVal(value:
|
|
67
|
+
setVal(value: MDateUtil | Date | number | string): MDateUtil;
|
|
68
68
|
toIsoDate(): string;
|
|
69
69
|
toIsoDateZone(): string;
|
|
70
70
|
toTime(): number;
|
|
@@ -94,30 +94,30 @@ export declare class KDateUtil {
|
|
|
94
94
|
addHours(value: number): this;
|
|
95
95
|
addMins(value: number): this;
|
|
96
96
|
startOfDay(): this;
|
|
97
|
-
cpyByStartOfDay():
|
|
97
|
+
cpyByStartOfDay(): MDateUtil;
|
|
98
98
|
endOfDay(): this;
|
|
99
|
-
cpyByEndOfDay():
|
|
99
|
+
cpyByEndOfDay(): MDateUtil;
|
|
100
100
|
startOfWeek(): this;
|
|
101
|
-
cpyStartOfWeek():
|
|
101
|
+
cpyStartOfWeek(): MDateUtil;
|
|
102
102
|
endOfWeek(): this;
|
|
103
|
-
cpyEndOfWeek():
|
|
103
|
+
cpyEndOfWeek(): MDateUtil;
|
|
104
104
|
startOfMonth(): this;
|
|
105
|
-
cpyByStartOfMonth():
|
|
105
|
+
cpyByStartOfMonth(): MDateUtil;
|
|
106
106
|
endOfMonth(): this;
|
|
107
|
-
cpyByEndOfMonth():
|
|
108
|
-
eq(value:
|
|
109
|
-
gt(value:
|
|
110
|
-
gte(value:
|
|
111
|
-
lt(value:
|
|
112
|
-
lte(value:
|
|
113
|
-
btw(start:
|
|
114
|
-
btweq(start:
|
|
115
|
-
btwEqStart(start:
|
|
116
|
-
btwEqEnd(start:
|
|
117
|
-
static diffDays(before:
|
|
118
|
-
static diffHours(before:
|
|
119
|
-
static diffMins(before:
|
|
120
|
-
static diffSecs(before:
|
|
107
|
+
cpyByEndOfMonth(): MDateUtil;
|
|
108
|
+
eq(value: MDateUtil | Date | number | string): boolean;
|
|
109
|
+
gt(value: MDateUtil | Date | number | string): boolean;
|
|
110
|
+
gte(value: MDateUtil | Date | number | string): boolean;
|
|
111
|
+
lt(value: MDateUtil | Date | number | string): boolean;
|
|
112
|
+
lte(value: MDateUtil | Date | number | string): boolean;
|
|
113
|
+
btw(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
|
|
114
|
+
btweq(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
|
|
115
|
+
btwEqStart(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
|
|
116
|
+
btwEqEnd(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
|
|
117
|
+
static diffDays(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
118
|
+
static diffHours(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
119
|
+
static diffMins(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
120
|
+
static diffSecs(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
|
|
121
121
|
static divideTime(value: string): {
|
|
122
122
|
h: number;
|
|
123
123
|
m: number;
|
package/dist/DateUtil.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const a0_0x2aa97c={};a0_0x2aa97c['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x2aa97c),exports['KDateUtil']=void 0x0;const a0_0x29b3dc=require('@js-temporal/polyfill'),a0_0x34f943=(_0x134c09,_0x5caa90=0x2)=>_0x134c09['toString']()['padStart'](_0x5caa90,'0');function a0_0x50fd5d(_0xd19dac,_0x1a2c9a){try{return _0xd19dac();}catch(_0x29a679){if(_0x1a2c9a)return _0x1a2c9a;throw new Error('UNKNOWN');}}function a0_0x212473(_0x4d747e,_0x268401){try{if(_0x4d747e instanceof Date)return a0_0x29b3dc['Temporal']['Instant']['fromEpochMilliseconds'](_0x4d747e['getTime']())['toZonedDateTimeISO'](_0x268401)['epochMilliseconds'];if(typeof _0x4d747e==='number')return _0x4d747e;if(typeof _0x4d747e==='string')return a0_0x29b3dc['Temporal']['Instant']['fromEpochMilliseconds'](new Date(_0x4d747e)['getTime']())['toZonedDateTimeISO'](_0x268401)['epochMilliseconds'];if(_0x4d747e instanceof a0_0x534212)return _0x4d747e['toTime']();if(_0x4d747e['idkey']==='mdateutil')return _0x4d747e['toTime']();return 0x0;}catch(_0x2ed3fe){throw new Error('ERROR');}}function a0_0x15c9fc(_0x1a61c0){function _0x5cdf98(_0x5bb165){const _0x318e67={};return _0x318e67['weekday']=_0x5bb165,a0_0x50fd5d(()=>new Intl['DateTimeFormat'](_0x1a61c0['localCode'],_0x318e67)['format'](a0_0x212473(_0x1a61c0,_0x1a61c0['zone'])),'');}function _0x1209c6(){return _0x5cdf98('long');}function _0xa1f1ea(){return _0x5cdf98('short');}function _0x38ce1d(){return _0x5cdf98('narrow');}const _0x3aac68={};return _0x3aac68['ln']=_0x1209c6,_0x3aac68['sh']=_0xa1f1ea,_0x3aac68['nr']=_0x38ce1d,_0x3aac68;}function a0_0x2612c2(_0x52ccbf){let _0x532b74=undefined,_0x1cb100=undefined,_0x511fff=undefined,_0xb7a0cb=undefined;try{const _0xd187f1=(_0x52ccbf||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x532b74=_0xd187f1['length']>=0x1?Number(_0xd187f1[0x0]):undefined,_0x1cb100=_0xd187f1['length']>=0x2?Number(_0xd187f1[0x1]):undefined,_0x511fff=_0xd187f1['length']>=0x3?Number(_0xd187f1[0x2]):undefined;}catch(_0x2176b7){}try{let _0x5e565f=_0x52ccbf||'',_0x3674f2=/\.\d{3}/g,_0x21a2e7=_0x5e565f['match'](_0x3674f2)[0x0]['split']('.')['filter'](_0x59caec=>Boolean(_0x59caec));_0xb7a0cb=_0x21a2e7['length']>=0x1?Number(_0x21a2e7[0x0]):undefined;}catch(_0x334701){}const _0x713a8={};return _0x713a8['h']=_0x532b74,_0x713a8['m']=_0x1cb100,_0x713a8['s']=_0x511fff,_0x713a8['ms']=_0xb7a0cb,_0x713a8;}let a0_0x4e55f1=Intl['NumberFormat']()['resolvedOptions']()['locale'],a0_0x18a692=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];class a0_0x534212{['val'];['code']=Intl['NumberFormat']()['resolvedOptions']()['locale'];['_zone']=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];['dyfrmt']=a0_0x15c9fc(this);get['localCode'](){return this['code'];}get['zone'](){return this['_zone'];}['init'](){return this['val']=a0_0x29b3dc['Temporal']['Instant']['fromEpochMilliseconds'](new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this['dyfrmt']=a0_0x15c9fc(this),this;}['toString'](){return'TEST';}static['new'](){return new a0_0x534212()['setCode'](a0_0x4e55f1)['setZone'](a0_0x18a692)['init']();}static['setCode'](_0x4c1baf){return a0_0x4e55f1=_0x4c1baf,this;}static['setZone'](_0x330455){return a0_0x18a692=_0x330455,this;}static['seperator'](){return a0_0x50fd5d(()=>new Date()['toLocaleDateString'](a0_0x4e55f1)['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x50fd5d(()=>a0_0x534212['new']()['setTime'](this['toTime']()));}['setCode'](_0x3494a6){return this['code']=_0x3494a6,this;}['setZone'](_0x242c9b){return this['_zone']=_0x242c9b,this;}['seperator'](){return a0_0x50fd5d(()=>new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0]);}['timezone'](){return a0_0x50fd5d(()=>{return this['zone']||Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x27fb22=this['code']){return a0_0x50fd5d(()=>{return new Intl['Locale'](_0x27fb22)?.['timeZones']||[];},null);}['region'](_0x1acfe3=this['code']){return a0_0x50fd5d(()=>{return new Intl['Locale'](_0x1acfe3)['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 _0x560258=this['val']['dayOfWeek'];return _0x560258?_0x560258:0x7;}['dayOfWeekUtc'](){return this['val']['dayOfWeek']-0x1;}['setYear'](_0x8dd568){const _0x273d61={};return _0x273d61['year']=_0x8dd568,this['val']=this['val']['with'](_0x273d61),this;}['setMonth'](_0x45f15a){const _0x43e54c={};return _0x43e54c['month']=_0x45f15a,this['val']=this['val']['with'](_0x43e54c),this;}['setMonthUtc'](_0x4a1653){const _0x2416f7={};return _0x2416f7['month']=_0x4a1653+0x1,this['val']=this['val']['with'](_0x2416f7),this;}['setDay'](_0x447437){const _0x3689da={};return _0x3689da['day']=_0x447437,this['val']=this['val']['with'](_0x3689da),this;}['setHour'](_0x20c689){const _0x10934a={};return _0x10934a['hour']=_0x20c689,this['val']=this['val']['with'](_0x10934a),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'](_0x5c22cd){const _0x2864b8={};return _0x2864b8['minute']=_0x5c22cd,this['val']=this['val']['with'](_0x2864b8),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x17af5b){const _0xc46703={};return _0xc46703['second']=_0x17af5b,this['val']=this['val']['with'](_0xc46703),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x394e61){const _0x1862dc={};return _0x1862dc['millisecond']=_0x394e61,this['val']=this['val']['with'](_0x1862dc),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x422f94){return this['val']=a0_0x29b3dc['Temporal']['Instant']['from'](_0x422f94||new Date()['toISOString']())['toZonedDateTimeISO'](this['zone']),this;}['setTime'](_0x1d8ff7){return this['val']=a0_0x29b3dc['Temporal']['Instant']['fromEpochMilliseconds'](_0x1d8ff7||new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this;}['setDate'](_0xf8a4e1){return this['setIsoDate'](_0xf8a4e1?.['toISOString']()),this;}['setDateInputValue'](_0x274aa1){return this['val']=a0_0x29b3dc['Temporal']['Instant']['from'](new Date(_0x274aa1?.['replace']('T','\x20'))['toISOString']())['toZonedDateTimeISO'](this['zone']),this;}['setVal'](_0x2cbc40){return a0_0x50fd5d(()=>{return a0_0x534212['new']()['setTime'](a0_0x212473(_0x2cbc40,this['zone']));});}['toIsoDate'](){return this['val']['toString']()['substring'](0x0,0x17)+'Z';}['toIsoDateZone'](){return this['val']['toString']()['substring'](0x0,0x1d)+'Z';}['toTime'](){return this['val']['epochMilliseconds'];}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x34f943(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x34f943(this['month']())+'-'+a0_0x34f943(this['day']());}['toTimeInput'](_0x49b158=!![]){const _0x35a630=[];return _0x35a630['push'](a0_0x34f943(this['hours']())),_0x35a630['push'](a0_0x34f943(this['min']())),_0x49b158&&_0x35a630['push'](a0_0x34f943(this['sec']())),_0x35a630['join'](':');}['toDateTimeInput'](_0x4a85bc=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x4a85bc);}['strDate'](){const _0x4e5b4f={};return _0x4e5b4f['month']='2-digit',_0x4e5b4f['day']='2-digit',_0x4e5b4f['year']='numeric',this['val']['toLocaleString'](this['code'],_0x4e5b4f);}['strTime'](){return a0_0x34f943(this['hours']())+':'+a0_0x34f943(this['min']())+':'+a0_0x34f943(this['sec']());}['strHHmm'](){return a0_0x34f943(this['hours']())+':'+a0_0x34f943(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x3cfc43){return this['val']['toLocaleString'](this['code'],_0x3cfc43);}['strYears'](){return this['val']['year']['toString']();}['strMounth'](){return a0_0x34f943(this['month'](),0x2);}['strDay'](){return a0_0x34f943(this['day'](),0x2);}['strHour'](){return a0_0x34f943(this['hours'](),0x2);}['strMin'](){return a0_0x34f943(this['min'](),0x2);}['strSec'](){return a0_0x34f943(this['sec'](),0x2);}['strMsec'](){return a0_0x34f943(this['msec'](),0x2);}['strDayStr'](){return{'ln':()=>this['dyfrmt']['ln'](),'sh':()=>this['dyfrmt']['sh'](),'nr':()=>this['dyfrmt']['nr']()};}['addDay'](_0x4542d4){const _0x5aaf8b={};return _0x5aaf8b['days']=_0x4542d4,this['val']=this['val']['add'](_0x5aaf8b),this;}['addHours'](_0x235de8){const _0x388093={};return _0x388093['hours']=_0x235de8,this['val']=this['val']['add'](_0x388093),this;}['addMins'](_0x3da837){const _0x17fd29={};return _0x17fd29['minutes']=_0x3da837,this['val']=this['val']['add'](_0x17fd29),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'](_0x4e2716){return a0_0x50fd5d(()=>{return this['cpy']()['toTime']()===a0_0x212473(_0x4e2716,this['zone']);});}['gt'](_0x27bf40){return a0_0x50fd5d(()=>{return this['cpy']()['toTime']()>a0_0x212473(_0x27bf40,this['zone']);});}['gte'](_0x560b13){return a0_0x50fd5d(()=>{return this['cpy']()['toTime']()>=a0_0x212473(_0x560b13,this['zone']);});}['lt'](_0x2567ec){return a0_0x50fd5d(()=>{return this['cpy']()['toTime']()<a0_0x212473(_0x2567ec,this['zone']);});}['lte'](_0x5aa750){return a0_0x50fd5d(()=>{return this['cpy']()['toTime']()<=a0_0x212473(_0x5aa750,this['zone']);});}['btw'](_0x341ee5,_0x36001f){return a0_0x50fd5d(()=>{const _0x1c9e9c=a0_0x212473(_0x341ee5,this['zone']),_0x3faeb4=a0_0x212473(_0x36001f,this['zone']),_0x1156be=this['cpy']()['toTime']();return _0x1c9e9c<_0x1156be&&_0x1156be<_0x3faeb4;});}['btweq'](_0x554c2e,_0xb6f66c){return a0_0x50fd5d(()=>{const _0x2959a0=a0_0x212473(_0x554c2e,this['zone']),_0x2277b2=a0_0x212473(_0xb6f66c,this['zone']),_0x131654=this['cpy']()['toTime']();return _0x2959a0<=_0x131654&&_0x131654<=_0x2277b2;});}['btwEqStart'](_0x337fed,_0x3548f7){return a0_0x50fd5d(()=>{const _0x317b2c=a0_0x212473(_0x337fed,this['zone']),_0x256c10=a0_0x212473(_0x3548f7,this['zone']),_0x4c942c=this['cpy']()['toTime']();return _0x317b2c<=_0x4c942c&&_0x4c942c<_0x256c10;});}['btwEqEnd'](_0x3618ff,_0x6b4963){return a0_0x50fd5d(()=>{const _0x2e5757=a0_0x212473(_0x3618ff,this['zone']),_0x2fec1e=a0_0x212473(_0x6b4963,this['zone']),_0x3a27d8=this['cpy']()['toTime']();return _0x2e5757<_0x3a27d8&&_0x3a27d8<=_0x2fec1e;});}static['diffDays'](_0x200f7e,_0x31ceaf,_0x224f8a){return a0_0x50fd5d(()=>{const _0x241dc2=a0_0x212473(_0x200f7e,a0_0x18a692),_0x4f7f33=a0_0x212473(_0x31ceaf,a0_0x18a692);return _0x224f8a?Math['abs'](_0x241dc2-_0x4f7f33)/0x36ee80/0x18:(_0x241dc2-_0x4f7f33)/0x36ee80/0x18;});}static['diffHours'](_0x1aee94,_0x22f467,_0x537ed7){return a0_0x50fd5d(()=>{const _0x3085f4=a0_0x212473(_0x1aee94,a0_0x18a692),_0x29afbd=a0_0x212473(_0x22f467,a0_0x18a692);return _0x537ed7?Math['abs'](_0x3085f4-_0x29afbd)/0x36ee80:(_0x3085f4-_0x29afbd)/0x36ee80;});}static['diffMins'](_0x45969b,_0x38c9b4,_0x22b84){return a0_0x50fd5d(()=>{const _0x2e2bb1=a0_0x212473(_0x45969b,a0_0x18a692),_0x1a3711=a0_0x212473(_0x38c9b4,a0_0x18a692);return _0x22b84?Math['abs'](_0x2e2bb1-_0x1a3711)/0x3e8/0x3c:(_0x2e2bb1-_0x1a3711)/0x3e8/0x3c;});}static['diffSecs'](_0x206f5,_0xac42b9,_0x50a266){return a0_0x50fd5d(()=>{const _0x471ee5=a0_0x212473(_0x206f5,a0_0x18a692),_0x4b9966=a0_0x212473(_0xac42b9,a0_0x18a692);return _0x50a266?Math['abs'](_0x471ee5-_0x4b9966)/0x3e8:(_0x471ee5-_0x4b9966)/0x3e8;});}static['divideTime'](_0x21b607){return a0_0x50fd5d(()=>a0_0x2612c2(_0x21b607));}}exports['KDateUtil']=a0_0x534212;const a0_0x244154={};a0_0x244154['value']='mdateutil',a0_0x244154['writable']=![],a0_0x244154['enumerable']=!![],a0_0x244154['configurable']=![],Object['defineProperty'](a0_0x534212['prototype'],'idkey',a0_0x244154);
|
|
1
|
+
'use strict';const a0_0x43c826={};a0_0x43c826['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x43c826),exports['MDateUtil']=void 0x0;const a0_0x3bb990=require('@js-temporal/polyfill'),a0_0x1ee0ad=(_0x58b873,_0x11553a=0x2)=>_0x58b873['toString']()['padStart'](_0x11553a,'0');function a0_0x4b7070(_0x2989e8,_0xe95ae2){try{return _0x2989e8();}catch(_0x3de977){if(_0xe95ae2)return _0xe95ae2;throw new Error('UNKNOWN');}}function a0_0xaa8d36(_0x104a68,_0x4654d1){try{if(_0x104a68 instanceof Date)return a0_0x3bb990['Temporal']['Instant']['fromEpochMilliseconds'](_0x104a68['getTime']())['toZonedDateTimeISO'](_0x4654d1)['epochMilliseconds'];if(typeof _0x104a68==='number')return _0x104a68;if(typeof _0x104a68==='string')return a0_0x3bb990['Temporal']['Instant']['fromEpochMilliseconds'](new Date(_0x104a68)['getTime']())['toZonedDateTimeISO'](_0x4654d1)['epochMilliseconds'];if(_0x104a68 instanceof a0_0x342409)return _0x104a68['toTime']();if(_0x104a68['idkey']==='mdateutil')return _0x104a68['toTime']();return 0x0;}catch(_0x1f6822){throw new Error('ERROR');}}function a0_0xf00a23(_0xa5671d){function _0x16e02f(_0x4edf0a){const _0x224c12={};return _0x224c12['weekday']=_0x4edf0a,a0_0x4b7070(()=>new Intl['DateTimeFormat'](_0xa5671d['localCode'],_0x224c12)['format'](a0_0xaa8d36(_0xa5671d,_0xa5671d['zone'])),'');}function _0x5ebd2a(){return _0x16e02f('long');}function _0x524221(){return _0x16e02f('short');}function _0x18a35e(){return _0x16e02f('narrow');}const _0x2849f0={};return _0x2849f0['ln']=_0x5ebd2a,_0x2849f0['sh']=_0x524221,_0x2849f0['nr']=_0x18a35e,_0x2849f0;}function a0_0x2b7828(_0x3018c4){let _0x40efd1=undefined,_0x28b1f9=undefined,_0x13d1dc=undefined,_0x3898d5=undefined;try{const _0x488006=(_0x3018c4||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x40efd1=_0x488006['length']>=0x1?Number(_0x488006[0x0]):undefined,_0x28b1f9=_0x488006['length']>=0x2?Number(_0x488006[0x1]):undefined,_0x13d1dc=_0x488006['length']>=0x3?Number(_0x488006[0x2]):undefined;}catch(_0x14423f){}try{let _0x4f81ed=_0x3018c4||'',_0x49cb08=/\.\d{3}/g,_0x533b61=_0x4f81ed['match'](_0x49cb08)[0x0]['split']('.')['filter'](_0x423225=>Boolean(_0x423225));_0x3898d5=_0x533b61['length']>=0x1?Number(_0x533b61[0x0]):undefined;}catch(_0xeb86d9){}const _0x353da8={};return _0x353da8['h']=_0x40efd1,_0x353da8['m']=_0x28b1f9,_0x353da8['s']=_0x13d1dc,_0x353da8['ms']=_0x3898d5,_0x353da8;}let a0_0x1eac19=Intl['NumberFormat']()['resolvedOptions']()['locale'],a0_0x4a637f=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];class a0_0x342409{['val'];['code']=Intl['NumberFormat']()['resolvedOptions']()['locale'];['_zone']=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];['dyfrmt']=a0_0xf00a23(this);get['localCode'](){return this['code'];}get['zone'](){return this['_zone'];}['init'](){return this['val']=a0_0x3bb990['Temporal']['Instant']['fromEpochMilliseconds'](new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this['dyfrmt']=a0_0xf00a23(this),this;}['toString'](){return'TEST';}static['new'](){return new a0_0x342409()['setCode'](a0_0x1eac19)['setZone'](a0_0x4a637f)['init']();}static['setCode'](_0x803b28){return a0_0x1eac19=_0x803b28,this;}static['setZone'](_0x378394){return a0_0x4a637f=_0x378394,this;}static['seperator'](){return a0_0x4b7070(()=>new Date()['toLocaleDateString'](a0_0x1eac19)['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x4b7070(()=>a0_0x342409['new']()['setTime'](this['toTime']()));}['setCode'](_0x40deb4){return this['code']=_0x40deb4,this;}['setZone'](_0x22242e){return this['_zone']=_0x22242e,this;}['seperator'](){return a0_0x4b7070(()=>new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0]);}['timezone'](){return a0_0x4b7070(()=>{return this['zone']||Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x1dcd16=this['code']){return a0_0x4b7070(()=>{return new Intl['Locale'](_0x1dcd16)?.['timeZones']||[];},null);}['region'](_0x45916d=this['code']){return a0_0x4b7070(()=>{return new Intl['Locale'](_0x45916d)['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 _0x37f599=this['val']['dayOfWeek'];return _0x37f599?_0x37f599:0x7;}['dayOfWeekUtc'](){return this['val']['dayOfWeek']-0x1;}['setYear'](_0x468545){const _0x5d90ae={};return _0x5d90ae['year']=_0x468545,this['val']=this['val']['with'](_0x5d90ae),this;}['setMonth'](_0x4f6042){const _0x1940cd={};return _0x1940cd['month']=_0x4f6042,this['val']=this['val']['with'](_0x1940cd),this;}['setMonthUtc'](_0x4fbcd7){const _0x7b0f94={};return _0x7b0f94['month']=_0x4fbcd7+0x1,this['val']=this['val']['with'](_0x7b0f94),this;}['setDay'](_0x3d4d5f){const _0x23e6be={};return _0x23e6be['day']=_0x3d4d5f,this['val']=this['val']['with'](_0x23e6be),this;}['setHour'](_0x4f0e66){const _0x5810e9={};return _0x5810e9['hour']=_0x4f0e66,this['val']=this['val']['with'](_0x5810e9),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'](_0x378edb){const _0x438e20={};return _0x438e20['minute']=_0x378edb,this['val']=this['val']['with'](_0x438e20),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x51210d){const _0x3f7422={};return _0x3f7422['second']=_0x51210d,this['val']=this['val']['with'](_0x3f7422),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x48630e){const _0x28285c={};return _0x28285c['millisecond']=_0x48630e,this['val']=this['val']['with'](_0x28285c),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x779547){return this['val']=a0_0x3bb990['Temporal']['Instant']['from'](_0x779547||new Date()['toISOString']())['toZonedDateTimeISO'](this['zone']),this;}['setTime'](_0x2030aa){return this['val']=a0_0x3bb990['Temporal']['Instant']['fromEpochMilliseconds'](_0x2030aa||new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this;}['setDate'](_0x43e93c){return this['setIsoDate'](_0x43e93c?.['toISOString']()),this;}['setDateInputValue'](_0x4d2240){return this['val']=a0_0x3bb990['Temporal']['Instant']['from'](new Date(_0x4d2240?.['replace']('T','\x20'))['toISOString']())['toZonedDateTimeISO'](this['zone']),this;}['setVal'](_0x4c58e9){return a0_0x4b7070(()=>{return a0_0x342409['new']()['setTime'](a0_0xaa8d36(_0x4c58e9,this['zone']));});}['toIsoDate'](){return this['val']['toString']()['substring'](0x0,0x17)+'Z';}['toIsoDateZone'](){return this['val']['toString']()['substring'](0x0,0x1d)+'Z';}['toTime'](){return this['val']['epochMilliseconds'];}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x1ee0ad(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x1ee0ad(this['month']())+'-'+a0_0x1ee0ad(this['day']());}['toTimeInput'](_0x1d4445=!![]){const _0x278d00=[];return _0x278d00['push'](a0_0x1ee0ad(this['hours']())),_0x278d00['push'](a0_0x1ee0ad(this['min']())),_0x1d4445&&_0x278d00['push'](a0_0x1ee0ad(this['sec']())),_0x278d00['join'](':');}['toDateTimeInput'](_0x593bea=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x593bea);}['strDate'](){const _0x3420db={};return _0x3420db['month']='2-digit',_0x3420db['day']='2-digit',_0x3420db['year']='numeric',this['val']['toLocaleString'](this['code'],_0x3420db);}['strTime'](){return a0_0x1ee0ad(this['hours']())+':'+a0_0x1ee0ad(this['min']())+':'+a0_0x1ee0ad(this['sec']());}['strHHmm'](){return a0_0x1ee0ad(this['hours']())+':'+a0_0x1ee0ad(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x5500ca){return this['val']['toLocaleString'](this['code'],_0x5500ca);}['strYears'](){return this['val']['year']['toString']();}['strMounth'](){return a0_0x1ee0ad(this['month'](),0x2);}['strDay'](){return a0_0x1ee0ad(this['day'](),0x2);}['strHour'](){return a0_0x1ee0ad(this['hours'](),0x2);}['strMin'](){return a0_0x1ee0ad(this['min'](),0x2);}['strSec'](){return a0_0x1ee0ad(this['sec'](),0x2);}['strMsec'](){return a0_0x1ee0ad(this['msec'](),0x2);}['strDayStr'](){return{'ln':()=>this['dyfrmt']['ln'](),'sh':()=>this['dyfrmt']['sh'](),'nr':()=>this['dyfrmt']['nr']()};}['addDay'](_0x4514c4){const _0x54039d={};return _0x54039d['days']=_0x4514c4,this['val']=this['val']['add'](_0x54039d),this;}['addHours'](_0x381918){const _0x191765={};return _0x191765['hours']=_0x381918,this['val']=this['val']['add'](_0x191765),this;}['addMins'](_0x552fdb){const _0x4dab43={};return _0x4dab43['minutes']=_0x552fdb,this['val']=this['val']['add'](_0x4dab43),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'](_0x174d9c){return a0_0x4b7070(()=>{return this['cpy']()['toTime']()===a0_0xaa8d36(_0x174d9c,this['zone']);});}['gt'](_0xb2d0c3){return a0_0x4b7070(()=>{return this['cpy']()['toTime']()>a0_0xaa8d36(_0xb2d0c3,this['zone']);});}['gte'](_0x572694){return a0_0x4b7070(()=>{return this['cpy']()['toTime']()>=a0_0xaa8d36(_0x572694,this['zone']);});}['lt'](_0x50e638){return a0_0x4b7070(()=>{return this['cpy']()['toTime']()<a0_0xaa8d36(_0x50e638,this['zone']);});}['lte'](_0x40cf82){return a0_0x4b7070(()=>{return this['cpy']()['toTime']()<=a0_0xaa8d36(_0x40cf82,this['zone']);});}['btw'](_0x300263,_0x4cd469){return a0_0x4b7070(()=>{const _0xe33ee7=a0_0xaa8d36(_0x300263,this['zone']),_0x3c4abc=a0_0xaa8d36(_0x4cd469,this['zone']),_0x76c55c=this['cpy']()['toTime']();return _0xe33ee7<_0x76c55c&&_0x76c55c<_0x3c4abc;});}['btweq'](_0x92fe56,_0x3f6f9b){return a0_0x4b7070(()=>{const _0x1c4cf8=a0_0xaa8d36(_0x92fe56,this['zone']),_0x2297cb=a0_0xaa8d36(_0x3f6f9b,this['zone']),_0x39c3b4=this['cpy']()['toTime']();return _0x1c4cf8<=_0x39c3b4&&_0x39c3b4<=_0x2297cb;});}['btwEqStart'](_0x1229bf,_0x281fe9){return a0_0x4b7070(()=>{const _0x382973=a0_0xaa8d36(_0x1229bf,this['zone']),_0x1fce9b=a0_0xaa8d36(_0x281fe9,this['zone']),_0x33b06b=this['cpy']()['toTime']();return _0x382973<=_0x33b06b&&_0x33b06b<_0x1fce9b;});}['btwEqEnd'](_0x262269,_0x59113e){return a0_0x4b7070(()=>{const _0x5677a9=a0_0xaa8d36(_0x262269,this['zone']),_0x53b266=a0_0xaa8d36(_0x59113e,this['zone']),_0x1939c1=this['cpy']()['toTime']();return _0x5677a9<_0x1939c1&&_0x1939c1<=_0x53b266;});}static['diffDays'](_0x31f49f,_0x22e148,_0x54e82d){return a0_0x4b7070(()=>{const _0xa87350=a0_0xaa8d36(_0x31f49f,a0_0x4a637f),_0x2b1992=a0_0xaa8d36(_0x22e148,a0_0x4a637f);return _0x54e82d?Math['abs'](_0xa87350-_0x2b1992)/0x36ee80/0x18:(_0xa87350-_0x2b1992)/0x36ee80/0x18;});}static['diffHours'](_0x3c2854,_0x29d08b,_0x173b40){return a0_0x4b7070(()=>{const _0x569d25=a0_0xaa8d36(_0x3c2854,a0_0x4a637f),_0x1b07cb=a0_0xaa8d36(_0x29d08b,a0_0x4a637f);return _0x173b40?Math['abs'](_0x569d25-_0x1b07cb)/0x36ee80:(_0x569d25-_0x1b07cb)/0x36ee80;});}static['diffMins'](_0x22bbf7,_0x2bc965,_0x3634c2){return a0_0x4b7070(()=>{const _0x5778b0=a0_0xaa8d36(_0x22bbf7,a0_0x4a637f),_0x95d728=a0_0xaa8d36(_0x2bc965,a0_0x4a637f);return _0x3634c2?Math['abs'](_0x5778b0-_0x95d728)/0x3e8/0x3c:(_0x5778b0-_0x95d728)/0x3e8/0x3c;});}static['diffSecs'](_0x20cf41,_0x38cb5b,_0x4a5448){return a0_0x4b7070(()=>{const _0x2fecd6=a0_0xaa8d36(_0x20cf41,a0_0x4a637f),_0x3b224b=a0_0xaa8d36(_0x38cb5b,a0_0x4a637f);return _0x4a5448?Math['abs'](_0x2fecd6-_0x3b224b)/0x3e8:(_0x2fecd6-_0x3b224b)/0x3e8;});}static['divideTime'](_0x28ca3e){return a0_0x4b7070(()=>a0_0x2b7828(_0x28ca3e));}}exports['MDateUtil']=a0_0x342409;const a0_0x5d6bc2={};a0_0x5d6bc2['value']='mdateutil',a0_0x5d6bc2['writable']=![],a0_0x5d6bc2['enumerable']=!![],a0_0x5d6bc2['configurable']=![],Object['defineProperty'](a0_0x342409['prototype'],'idkey',a0_0x5d6bc2);
|
package/dist/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';var
|
|
1
|
+
'use strict';var a0_0x4e4e1a=this&&this['__createBinding']||(Object['create']?function(_0x4f2f8b,_0x422f6c,_0x4f1d62,_0x29210c){if(_0x29210c===undefined)_0x29210c=_0x4f1d62;var _0x34ec41=Object['getOwnPropertyDescriptor'](_0x422f6c,_0x4f1d62);if(!_0x34ec41||('get'in _0x34ec41?!_0x422f6c['__esModule']:_0x34ec41['writable']||_0x34ec41['configurable'])){var _0x1d91dd={};_0x1d91dd['enumerable']=!![],_0x1d91dd['get']=function(){return _0x422f6c[_0x4f1d62];},_0x34ec41=_0x1d91dd;}Object['defineProperty'](_0x4f2f8b,_0x29210c,_0x34ec41);}:function(_0x212c2e,_0x6d9299,_0x36297e,_0x3f72a1){if(_0x3f72a1===undefined)_0x3f72a1=_0x36297e;_0x212c2e[_0x3f72a1]=_0x6d9299[_0x36297e];}),a0_0x47a624=this&&this['__exportStar']||function(_0x551856,_0x2cbd38){for(var _0x2b6b8d in _0x551856)if(_0x2b6b8d!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x2cbd38,_0x2b6b8d))a0_0x4e4e1a(_0x2cbd38,_0x551856,_0x2b6b8d);},a0_0x12b3eb={};a0_0x12b3eb['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x12b3eb),a0_0x47a624(require('./DateUtil'),exports);
|