mat-date 1.9.24 → 1.9.30

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.
@@ -0,0 +1,131 @@
1
+ interface IStrOptions {
2
+ localeMatcher?: "best fit" | "lookup" | undefined;
3
+ weekday?: "long" | "short" | "narrow" | undefined;
4
+ era?: "long" | "short" | "narrow" | undefined;
5
+ year?: "numeric" | "2-digit" | undefined;
6
+ month?: "numeric" | "2-digit" | "long" | "short" | "narrow" | undefined;
7
+ day?: "numeric" | "2-digit" | undefined;
8
+ hour?: "numeric" | "2-digit" | undefined;
9
+ minute?: "numeric" | "2-digit" | undefined;
10
+ second?: "numeric" | "2-digit" | undefined;
11
+ timeZoneName?: "short" | "long" | "shortOffset" | "longOffset" | "shortGeneric" | "longGeneric" | undefined;
12
+ formatMatcher?: "best fit" | "basic" | undefined;
13
+ hour12?: boolean | undefined;
14
+ timeZone?: string | undefined;
15
+ }
16
+ export declare class MDateUtil {
17
+ private val;
18
+ private _code;
19
+ private _zone;
20
+ private dyfrmt;
21
+ get localCode(): string;
22
+ get zone(): string;
23
+ private with;
24
+ private init;
25
+ toString(): string;
26
+ static new(): MDateUtil;
27
+ static setCode(code: string): typeof MDateUtil;
28
+ static setZone(zone: string): typeof MDateUtil;
29
+ static seperator(): string;
30
+ cpy(): MDateUtil;
31
+ setCode(code: string): this;
32
+ setZone(zone: string): this;
33
+ seperator(): string;
34
+ timezone(): string;
35
+ zones(code?: string): string[];
36
+ region(code?: string): string;
37
+ year(): number;
38
+ month(): number;
39
+ monthUtc(): number;
40
+ day(): number;
41
+ hours(): number;
42
+ min(): number;
43
+ sec(): number;
44
+ msec(): number;
45
+ dayOfWeek(): number;
46
+ dayOfWeekUtc(): number;
47
+ setYear(value: number): this;
48
+ setMonth(value: number): this;
49
+ setMonthUtc(value: number): this;
50
+ setDay(value: number): this;
51
+ setHour(value: number): this;
52
+ startOfHours(): this;
53
+ endOfHours(): this;
54
+ setMin(value: number): this;
55
+ startOfMin(): this;
56
+ endOfMin(): this;
57
+ setSeconds(value: number): this;
58
+ startOfSeconds(): this;
59
+ endOfSeconds(): this;
60
+ private setMilliseconds;
61
+ startOfMilliseconds(): this;
62
+ endOfMilliseconds(): this;
63
+ setIsoDate(value: string): this;
64
+ setTime(value: number): this;
65
+ setDate(value: Date): this;
66
+ setDateInputValue(value: string): this;
67
+ setVal(value: MDateUtil | Date | number | string): MDateUtil;
68
+ toIsoDate(): string;
69
+ toIsoDateZone(): string;
70
+ toTime(): number;
71
+ toDate(): Date;
72
+ toDateMounthInput(): string;
73
+ toDateInput(): string;
74
+ toTimeInput(byS?: boolean): any;
75
+ toDateTimeInput(byS?: boolean): string;
76
+ toAs(): string;
77
+ strDate(): string;
78
+ strTime(): string;
79
+ strHHmm(): string;
80
+ str(): string;
81
+ strLocal(options: IStrOptions): string;
82
+ strYears(): string;
83
+ strMounth(): string;
84
+ strDay(): string;
85
+ strHour(): string;
86
+ strMin(): string;
87
+ strSec(): string;
88
+ strMsec(): string;
89
+ strDayStr(): {
90
+ ln: () => string;
91
+ sh: () => string;
92
+ nr: () => string;
93
+ };
94
+ addDay(value: number): this;
95
+ addHours(value: number): this;
96
+ addMins(value: number): this;
97
+ addSecs(value: number): this;
98
+ addMilliseconds(value: number): this;
99
+ startOfDay(): this;
100
+ cpyByStartOfDay(): MDateUtil;
101
+ endOfDay(): this;
102
+ cpyByEndOfDay(): MDateUtil;
103
+ startOfWeek(): this;
104
+ cpyStartOfWeek(): MDateUtil;
105
+ endOfWeek(): this;
106
+ cpyEndOfWeek(): MDateUtil;
107
+ startOfMonth(): this;
108
+ cpyByStartOfMonth(): MDateUtil;
109
+ endOfMonth(): this;
110
+ cpyByEndOfMonth(): MDateUtil;
111
+ eq(value: MDateUtil | Date | number | string): boolean;
112
+ gt(value: MDateUtil | Date | number | string): boolean;
113
+ gte(value: MDateUtil | Date | number | string): boolean;
114
+ lt(value: MDateUtil | Date | number | string): boolean;
115
+ lte(value: MDateUtil | Date | number | string): boolean;
116
+ btw(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
117
+ btweq(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
118
+ btwEqStart(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
119
+ btwEqEnd(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
120
+ static diffDays(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
121
+ static diffHours(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
122
+ static diffMins(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
123
+ static diffSecs(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
124
+ static divideTime(value: string): {
125
+ h: number;
126
+ m: number;
127
+ s: number;
128
+ ms: number;
129
+ };
130
+ }
131
+ export {};
@@ -0,0 +1 @@
1
+ 'use strict';const a0_0x19d4fa={};a0_0x19d4fa['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x19d4fa),exports['MDateUtil']=void 0x0;const a0_0x430bd9=require('@js-temporal/polyfill'),a0_0x493a10=(_0x51dfe0,_0x2c8784=0x2)=>_0x51dfe0['toString']()['padStart'](_0x2c8784,'0');function a0_0x58a89f(_0x3bd41f,_0x45b239){try{return _0x3bd41f();}catch(_0x112669){if(_0x45b239)return _0x45b239;throw new Error('UNKNOWN');}}function a0_0x254bb6(_0x75572c,_0x45b3fe){try{if(_0x75572c instanceof Date)return a0_0x430bd9['Temporal']['Instant']['fromEpochMilliseconds'](_0x75572c['getTime']())['toZonedDateTimeISO'](_0x45b3fe)['epochMilliseconds'];if(typeof _0x75572c==='number')return _0x75572c;if(typeof _0x75572c==='string')return a0_0x430bd9['Temporal']['Instant']['fromEpochMilliseconds'](new Date(_0x75572c)['getTime']())['toZonedDateTimeISO'](_0x45b3fe)['epochMilliseconds'];if(_0x75572c instanceof a0_0x20e8d4)return _0x75572c['toTime']();if(_0x75572c['idkey']==='MDateUtil')return _0x75572c['toTime']();return 0x0;}catch(_0xb00162){throw new Error('ERROR');}}function a0_0x66c813(_0x44474e){function _0x278ec3(_0x57ca42){const _0x20b86a={};return _0x20b86a['weekday']=_0x57ca42,a0_0x58a89f(()=>new Intl['DateTimeFormat'](_0x44474e['localCode'],_0x20b86a)['format'](a0_0x254bb6(_0x44474e,_0x44474e['zone'])),'');}function _0x482375(){return _0x278ec3('long');}function _0x342d39(){return _0x278ec3('short');}function _0x2745a8(){return _0x278ec3('narrow');}const _0x3f13e7={};return _0x3f13e7['ln']=_0x482375,_0x3f13e7['sh']=_0x342d39,_0x3f13e7['nr']=_0x2745a8,_0x3f13e7;}function a0_0x22ac94(_0x6b8393){let _0x34445b=undefined,_0x1d369f=undefined,_0x5efb2b=undefined,_0x49f701=undefined;try{const _0x20a91d=(_0x6b8393||'')['match'](/\w{2}:\w{2}(:\w{2})?\b/g)[0x0]['split'](':');_0x34445b=_0x20a91d['length']>=0x1?Number(_0x20a91d[0x0]):undefined,_0x1d369f=_0x20a91d['length']>=0x2?Number(_0x20a91d[0x1]):undefined,_0x5efb2b=_0x20a91d['length']>=0x3?Number(_0x20a91d[0x2]):undefined;}catch(_0x3e4e5a){}try{let _0x20dfca=_0x6b8393||'',_0x22277e=/\.\d{3}/g,_0x18ff65=_0x20dfca['match'](_0x22277e)[0x0]['split']('.')['filter'](_0x2974ee=>Boolean(_0x2974ee));_0x49f701=_0x18ff65['length']>=0x1?Number(_0x18ff65[0x0]):undefined;}catch(_0x7ed2cf){}const _0x15bb07={};return _0x15bb07['h']=_0x34445b,_0x15bb07['m']=_0x1d369f,_0x15bb07['s']=_0x5efb2b,_0x15bb07['ms']=_0x49f701,_0x15bb07;}let a0_0x4f3ecc=Intl['NumberFormat']()['resolvedOptions']()['locale'],a0_0x156f51=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];function a0_0x52aebd(_0x31048a){return Number(Number(NaN)['toFixed'](0x0))||0x0;}class a0_0x20e8d4{['val'];['_code']=Intl['NumberFormat']()['resolvedOptions']()['locale'];['_zone']=Intl['DateTimeFormat']()['resolvedOptions']()['timeZone'];['dyfrmt']=a0_0x66c813(this);get['localCode'](){return this['_code'];}get['zone'](){return this['_zone'];}['with'](_0x533ab9){this['val']=this['val']['with']({'year':_0x533ab9['getFullYear'](),'month':_0x533ab9['getMonth']()+0x1,'day':_0x533ab9['getDate'](),'hour':_0x533ab9['getHours'](),'minute':_0x533ab9['getMinutes'](),'second':_0x533ab9['getSeconds'](),'millisecond':_0x533ab9['getMilliseconds']()});}['init'](){const _0x308c26=new Date();return this['val']=a0_0x430bd9['Temporal']['Instant']['from'](_0x308c26['toISOString']())['toZonedDateTimeISO'](this['zone']),this['dyfrmt']=a0_0x66c813(this),this;}['toString'](){return'---';}static['new'](){return new a0_0x20e8d4()['setCode'](a0_0x4f3ecc)['setZone'](a0_0x156f51)['init']();}static['setCode'](_0x4c5a8c){return a0_0x4f3ecc=_0x4c5a8c,this;}static['setZone'](_0x46f11f){return a0_0x156f51=_0x46f11f,this;}static['seperator'](){return a0_0x58a89f(()=>new Date()['toLocaleDateString'](a0_0x4f3ecc)['replace'](/\d/g,'')['split']('')[0x0]);}['cpy'](){return a0_0x58a89f(()=>a0_0x20e8d4['new']()['setTime'](this['toTime']()));}['setCode'](_0x5f3a2c){return this['_code']=_0x5f3a2c,this;}['setZone'](_0x4a1ba3){return this['_zone']=_0x4a1ba3,this;}['seperator'](){return a0_0x58a89f(()=>new Date()['toLocaleDateString'](this['_code'])['replace'](/\d/g,'')['split']('')[0x0]);}['timezone'](){return a0_0x58a89f(()=>{return this['zone']||Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x1f55b2=this['_code']){return a0_0x58a89f(()=>{return new Intl['Locale'](_0x1f55b2)?.['timeZones']||[];},null);}['region'](_0x184294=this['_code']){return a0_0x58a89f(()=>{return new Intl['Locale'](_0x184294)['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 _0x8f286a=this['val']['dayOfWeek'];return _0x8f286a?_0x8f286a:0x7;}['dayOfWeekUtc'](){return this['val']['dayOfWeek']-0x1;}['setYear'](_0x3d7978){return this['val']=this['val']['with']({'year':a0_0x52aebd(_0x3d7978)}),this;}['setMonth'](_0x9c4437){return this['val']=this['val']['with']({'month':a0_0x52aebd(_0x9c4437)}),this;}['setMonthUtc'](_0x1adf0a){return this['val']=this['val']['with']({'month':a0_0x52aebd(_0x1adf0a)+0x1}),this;}['setDay'](_0x195fcf){return this['val']=this['val']['with']({'day':a0_0x52aebd(_0x195fcf)}),this;}['setHour'](_0x4e2122){return this['val']=this['val']['with']({'hour':a0_0x52aebd(_0x4e2122)}),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'](_0x380bf1){return this['val']=this['val']['with']({'minute':a0_0x52aebd(_0x380bf1)}),this;}['startOfMin'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x312a67){return this['val']=this['val']['with']({'second':a0_0x52aebd(_0x312a67)}),this;}['startOfSeconds'](){return this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x5651ee){return this['val']=this['val']['with']({'millisecond':a0_0x52aebd(_0x5651ee)}),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x444752){const _0x390f81=_0x444752?new Date(_0x444752?.['replace']('T','\x20')):new Date();return this['val']=a0_0x430bd9['Temporal']['Instant']['from'](_0x390f81['toISOString']())['toZonedDateTimeISO'](this['zone']),this;}['setTime'](_0x3d0ecf){return this['val']=a0_0x430bd9['Temporal']['Instant']['fromEpochMilliseconds'](_0x3d0ecf||new Date()['getTime']())['toZonedDateTimeISO'](this['zone']),this;}['setDate'](_0x3754dd){return this['setIsoDate'](_0x3754dd?.['toISOString']()),this;}['setDateInputValue'](_0x15dcd1){const _0x3814c2=_0x15dcd1?new Date(_0x15dcd1?.['replace']('T','\x20')):new Date();return _0x3814c2['getTime']()&&(this['val']=a0_0x430bd9['Temporal']['Instant']['from'](_0x3814c2?.['toISOString']())['toZonedDateTimeISO'](this['zone']),this['with'](_0x3814c2)),this;}['setVal'](_0x136845){return a0_0x58a89f(()=>{return a0_0x20e8d4['new']()['setTime'](a0_0x254bb6(_0x136845,this['zone']));});}['toIsoDate'](){const _0x5342a9={};return _0x5342a9['fractionalSecondDigits']=0x3,this['val']['toInstant']()['toString'](_0x5342a9);}['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_0x493a10(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x493a10(this['month']())+'-'+a0_0x493a10(this['day']());}['toTimeInput'](_0x5e2795=!![]){const _0x493758=[];return _0x493758['push'](a0_0x493a10(this['hours']())),_0x493758['push'](a0_0x493a10(this['min']())),_0x5e2795&&_0x493758['push'](a0_0x493a10(this['sec']())),_0x493758['join'](':');}['toDateTimeInput'](_0x2ed6b4=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x2ed6b4);}['toAs'](){return this['val']['toInstant']()['toString']();}['strDate'](){const _0x3cbcc9={};return _0x3cbcc9['month']='2-digit',_0x3cbcc9['day']='2-digit',_0x3cbcc9['year']='numeric',this['val']['toLocaleString'](this['_code'],_0x3cbcc9);}['strTime'](){return a0_0x493a10(this['hours']())+':'+a0_0x493a10(this['min']())+':'+a0_0x493a10(this['sec']());}['strHHmm'](){return a0_0x493a10(this['hours']())+':'+a0_0x493a10(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x45b3fc){return this['val']['toLocaleString'](this['_code'],_0x45b3fc);}['strYears'](){return this['val']['year']['toString']();}['strMounth'](){return a0_0x493a10(this['month'](),0x2);}['strDay'](){return a0_0x493a10(this['day'](),0x2);}['strHour'](){return a0_0x493a10(this['hours'](),0x2);}['strMin'](){return a0_0x493a10(this['min'](),0x2);}['strSec'](){return a0_0x493a10(this['sec'](),0x2);}['strMsec'](){return a0_0x493a10(this['msec'](),0x2);}['strDayStr'](){return{'ln':()=>this['dyfrmt']['ln'](),'sh':()=>this['dyfrmt']['sh'](),'nr':()=>this['dyfrmt']['nr']()};}['addDay'](_0x4bf3e9){return this['addHours'](Number(_0x4bf3e9)*0x18),this;}['addHours'](_0xdf897e){return this['addMins'](Number(_0xdf897e)*0x3c),this;}['addMins'](_0x4628ae){return this['addSecs'](Number(_0x4628ae)*0x3c),this;}['addSecs'](_0x5dfbb3){return this['addMilliseconds'](Number(_0x5dfbb3)*0x3e8),this;}['addMilliseconds'](_0x3049cd){return this['val']=this['val']['add']({'milliseconds':a0_0x52aebd(_0x3049cd)}),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'](_0x2b042d){return a0_0x58a89f(()=>{return this['cpy']()['toTime']()===a0_0x254bb6(_0x2b042d,this['zone']);});}['gt'](_0x1a1fd6){return a0_0x58a89f(()=>{return this['cpy']()['toTime']()>a0_0x254bb6(_0x1a1fd6,this['zone']);});}['gte'](_0x1daec0){return a0_0x58a89f(()=>{return this['cpy']()['toTime']()>=a0_0x254bb6(_0x1daec0,this['zone']);});}['lt'](_0x5f3a06){return a0_0x58a89f(()=>{return this['cpy']()['toTime']()<a0_0x254bb6(_0x5f3a06,this['zone']);});}['lte'](_0x16344a){return a0_0x58a89f(()=>{return this['cpy']()['toTime']()<=a0_0x254bb6(_0x16344a,this['zone']);});}['btw'](_0x133416,_0x13714e){return a0_0x58a89f(()=>{const _0x20f085=a0_0x254bb6(_0x133416,this['zone']),_0xe44d4f=a0_0x254bb6(_0x13714e,this['zone']),_0x4ac52d=this['cpy']()['toTime']();return _0x20f085<_0x4ac52d&&_0x4ac52d<_0xe44d4f;});}['btweq'](_0x575466,_0x55b33f){return a0_0x58a89f(()=>{const _0x122bfe=a0_0x254bb6(_0x575466,this['zone']),_0x259b9d=a0_0x254bb6(_0x55b33f,this['zone']),_0x270383=this['cpy']()['toTime']();return _0x122bfe<=_0x270383&&_0x270383<=_0x259b9d;});}['btwEqStart'](_0x650f,_0x277c43){return a0_0x58a89f(()=>{const _0x4705dc=a0_0x254bb6(_0x650f,this['zone']),_0x108ad2=a0_0x254bb6(_0x277c43,this['zone']),_0x1191c9=this['cpy']()['toTime']();return _0x4705dc<=_0x1191c9&&_0x1191c9<_0x108ad2;});}['btwEqEnd'](_0x588a77,_0x34274a){return a0_0x58a89f(()=>{const _0x3b6555=a0_0x254bb6(_0x588a77,this['zone']),_0x1eecad=a0_0x254bb6(_0x34274a,this['zone']),_0x2b844f=this['cpy']()['toTime']();return _0x3b6555<_0x2b844f&&_0x2b844f<=_0x1eecad;});}static['diffDays'](_0x59eb62,_0x5ec4f4,_0x165d30){return a0_0x58a89f(()=>{const _0xce6cf4=a0_0x254bb6(_0x59eb62,a0_0x156f51),_0x19a38b=a0_0x254bb6(_0x5ec4f4,a0_0x156f51);return _0x165d30?Math['abs'](_0xce6cf4-_0x19a38b)/0x36ee80/0x18:(_0xce6cf4-_0x19a38b)/0x36ee80/0x18;});}static['diffHours'](_0x41721d,_0x1292f3,_0x2d5e35){return a0_0x58a89f(()=>{const _0x8bc3a8=a0_0x254bb6(_0x41721d,a0_0x156f51),_0x3467e5=a0_0x254bb6(_0x1292f3,a0_0x156f51);return _0x2d5e35?Math['abs'](_0x8bc3a8-_0x3467e5)/0x36ee80:(_0x8bc3a8-_0x3467e5)/0x36ee80;});}static['diffMins'](_0x29c92d,_0x49606a,_0x5dea2e){return a0_0x58a89f(()=>{const _0x36d41d=a0_0x254bb6(_0x29c92d,a0_0x156f51),_0x1714d2=a0_0x254bb6(_0x49606a,a0_0x156f51);return _0x5dea2e?Math['abs'](_0x36d41d-_0x1714d2)/0x3e8/0x3c:(_0x36d41d-_0x1714d2)/0x3e8/0x3c;});}static['diffSecs'](_0x5a2288,_0x31d364,_0x24fb5a){return a0_0x58a89f(()=>{const _0xd5b5b9=a0_0x254bb6(_0x5a2288,a0_0x156f51),_0x3b5660=a0_0x254bb6(_0x31d364,a0_0x156f51);return _0x24fb5a?Math['abs'](_0xd5b5b9-_0x3b5660)/0x3e8:(_0xd5b5b9-_0x3b5660)/0x3e8;});}static['divideTime'](_0x6f4d5c){return a0_0x58a89f(()=>a0_0x22ac94(_0x6f4d5c));}}exports['MDateUtil']=a0_0x20e8d4;const a0_0xd137a0={};a0_0xd137a0['value']='MDateUtil',a0_0xd137a0['writable']=![],a0_0xd137a0['enumerable']=!![],a0_0xd137a0['configurable']=![],Object['defineProperty'](a0_0x20e8d4['prototype'],'idkey',a0_0xd137a0);
@@ -0,0 +1 @@
1
+ export * from './DateUtil';
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ 'use strict';var a0_0x47639c=this&&this['__createBinding']||(Object['create']?function(_0x1d2706,_0x599099,_0x56dbef,_0xca2141){if(_0xca2141===undefined)_0xca2141=_0x56dbef;var _0x3f14ff=Object['getOwnPropertyDescriptor'](_0x599099,_0x56dbef);if(!_0x3f14ff||('get'in _0x3f14ff?!_0x599099['__esModule']:_0x3f14ff['writable']||_0x3f14ff['configurable'])){var _0x5a7520={};_0x5a7520['enumerable']=!![],_0x5a7520['get']=function(){return _0x599099[_0x56dbef];},_0x3f14ff=_0x5a7520;}Object['defineProperty'](_0x1d2706,_0xca2141,_0x3f14ff);}:function(_0x2ed6ef,_0x1f8274,_0xf60a1a,_0x1e03f1){if(_0x1e03f1===undefined)_0x1e03f1=_0xf60a1a;_0x2ed6ef[_0x1e03f1]=_0x1f8274[_0xf60a1a];}),a0_0x179688=this&&this['__exportStar']||function(_0xaf368a,_0x1bfbdf){for(var _0x5de147 in _0xaf368a)if(_0x5de147!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x1bfbdf,_0x5de147))a0_0x47639c(_0x1bfbdf,_0xaf368a,_0x5de147);},a0_0x458dbd={};a0_0x458dbd['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x458dbd),a0_0x179688(require('./DateUtil'),exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mat-date",
3
- "version": "1.9.24",
3
+ "version": "1.9.30",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",