mat-date 1.7.11 → 1.7.25

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.
@@ -91,6 +91,10 @@ export declare class MDateUtil {
91
91
  gte(value: MDateUtil | Date | number | string): boolean;
92
92
  lt(value: MDateUtil | Date | number | string): boolean;
93
93
  lte(value: MDateUtil | Date | number | string): boolean;
94
+ btw(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
95
+ btweq(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
96
+ btwEqStart(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
97
+ btwEqEnd(start: MDateUtil | Date | number | string, end: MDateUtil | Date | number | string): boolean;
94
98
  static diffDays(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
95
99
  static diffHours(before: MDateUtil | Date | number | string, after: MDateUtil | Date | number | string, abs?: boolean): number;
96
100
  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_0x2f5aa1={};a0_0x2f5aa1['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x2f5aa1),exports['MDateUtil']=void 0x0;const a0_0x17e88f=(_0x10e717,_0xc0f573=0x2)=>_0x10e717['toString']()['padStart'](_0xc0f573,'0');class a0_0x15ec60{['val']=new Date();static ['glCode']=undefined;['code']=undefined;get['localCode'](){return this['code'];}static['new'](){return new a0_0x15ec60()['setCode'](a0_0x15ec60['glCode']);}static['setCode'](_0x1ae41d){return a0_0x15ec60['glCode']=_0x1ae41d,this;}static['seperator'](){return new Date()['toLocaleDateString'](a0_0x15ec60['glCode'])['replace'](/\d/g,'')['split']('')[0x0];}['cpy'](){return a0_0x15ec60['new']()['setTime'](this['toTime']());}['setCode'](_0x1a2f0a){return this['code']=_0x1a2f0a,this;}['seperator'](){return new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0];}['zone'](){return a0_0x41e6dc(()=>{return Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x571bf1=this['code']){return a0_0x41e6dc(()=>{return new Intl['Locale'](_0x571bf1)?.['timeZones']||[];},null);}['region'](_0x1c761c=this['code']){return a0_0x41e6dc(()=>{return new Intl['Locale'](_0x1c761c)['region'];},null);}['year'](){return this['val']['getFullYear']();}['month'](){return this['val']['getMonth']()+0x1;}['monthUtc'](){return this['val']['getMonth']();}['day'](){return this['val']['getDate']();}['hours'](){return this['val']['getHours']();}['min'](){return this['val']['getMinutes']();}['sec'](){return this['val']['getSeconds']();}['dayOfWeek'](){const _0x425793=this['val']['getDay']();return _0x425793?_0x425793:0x7;}['dayOfWeekUtc'](){return this['val']['getDay']();}['setYear'](_0x3b0578){return this['val']['setFullYear'](_0x3b0578),this;}['setMonth'](_0x3e03e1){return this['val']['setMonth'](_0x3e03e1-0x1),this;}['setMonthUtc'](_0x4c05c8){return this['val']['setMonth'](_0x4c05c8),this;}['setDay'](_0x16a28d){return this['val']['setDate'](_0x16a28d),this;}['setHour'](_0x1bda69){return this['val']['setHours'](_0x1bda69),this;}['startOfHours'](){return this['setHour'](0x0),this['setMin'](0x0),this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfHours'](){return this['setHour'](0x17),this['setMin'](0x3b),this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setMin'](_0x283101){return this['val']['setMinutes'](_0x283101),this;}['startOfMin'](){return this['setMin'](0x0),this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setMin'](0x3b),this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x39cfef){return this['val']['setSeconds'](_0x39cfef),this;}['startOfSeconds'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0x13020c){return this['val']['setMilliseconds'](_0x13020c),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x5bf09d){return this['val']=new Date(_0x5bf09d),this;}['setTime'](_0x165fd1){return this['val']=new Date(_0x165fd1),this;}['setDate'](_0xf84e5e){return this['val']=new Date(_0xf84e5e),this;}['setDateInputValue'](_0x5efa9d){return this['val']=new Date(_0x5efa9d?.['replace']('T','\x20')),this;}['setVal'](_0x3346ba){return a0_0x41e6dc(()=>{return a0_0x15ec60['new']()['setTime'](a0_0x12f807(_0x3346ba));});}['toIsoDate'](){return this['val']['toISOString']();}['toTime'](){return this['val']['getTime']();}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x17e88f(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x17e88f(this['month']())+'-'+a0_0x17e88f(this['day']());}['toTimeInput'](_0x504faa=!![]){const _0x35e67e=[];return _0x35e67e['push'](a0_0x17e88f(this['hours']())),_0x35e67e['push'](a0_0x17e88f(this['min']())),_0x504faa&&_0x35e67e['push'](a0_0x17e88f(this['sec']())),_0x35e67e['join'](':');}['toDateTimeInput'](_0xa3798c=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0xa3798c);}['strDate'](){const _0x2a3cbd={};return _0x2a3cbd['month']='2-digit',_0x2a3cbd['day']='2-digit',_0x2a3cbd['year']='numeric',this['val']['toLocaleDateString'](this['code'],_0x2a3cbd);}['strDateLocal'](_0x1f73e7){return this['val']['toLocaleDateString'](this['code'],_0x1f73e7);}['strTime'](){return a0_0x17e88f(this['hours']())+':'+a0_0x17e88f(this['min']())+':'+a0_0x17e88f(this['sec']());}['strTimeLocale'](_0x1d1fc7){return this['val']['toLocaleTimeString'](this['code'],_0x1d1fc7);}['strHHmm'](){return a0_0x17e88f(this['hours']())+':'+a0_0x17e88f(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x17629c){return this['val']['toLocaleString'](this['code'],_0x17629c);}['addDay'](_0x29e2be){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x29e2be*0x18)),this;}['addHours'](_0x20232c){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x20232c)),this;}['addMins'](_0x5ce330){return this['val']=new Date(this['val']['setMinutes'](this['val']['getMinutes']()+_0x5ce330)),this;}['startOfDay'](){return this['startOfHours'](),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){return this['endOfHours'](),this;}['cpyByEndOfDay'](){return this['cpy']()['endOfDay']();}['startOfWeek'](){return this['addDay'](-this['dayOfWeek']()+0x1);}['cpyStartOfWeek'](){return this['cpy']()['addDay'](-this['dayOfWeek']()+0x1);}['endOfWeek'](){return this['startOfWeek']()['addDay'](0x6);}['cpyEndOfWeek'](){return this['cpyStartOfWeek']()['addDay'](0x6);}['startOfMonth'](){return this['setDay'](0x1),this['startOfDay'](),this;}['cpyByStartOfMonth'](){return this['cpy']()['startOfMonth']();}['endOfMonth'](){return this['setDate'](this['val'])['startOfMonth']()['setMonth'](this['month']()+0x1)['startOfMonth']()['addDay'](-0x1)['endOfDay'](),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x356599){return a0_0x41e6dc(()=>{return this['cpy']()['toTime']()===a0_0x12f807(_0x356599);});}['gt'](_0x2bcb52){return a0_0x41e6dc(()=>{return this['cpy']()['toTime']()>a0_0x12f807(_0x2bcb52);});}['gte'](_0x5e3711){return a0_0x41e6dc(()=>{return this['cpy']()['toTime']()>=a0_0x12f807(_0x5e3711);});}['lt'](_0xd36030){return a0_0x41e6dc(()=>{return this['cpy']()['toTime']()<a0_0x12f807(_0xd36030);});}['lte'](_0x517648){return a0_0x41e6dc(()=>{return this['cpy']()['toTime']()<=a0_0x12f807(_0x517648);});}static['diffDays'](_0x27ecce,_0x1a4494,_0x4cc8de){return a0_0x41e6dc(()=>{const _0x4bffc9=a0_0x12f807(_0x27ecce),_0x22cfa0=a0_0x12f807(_0x1a4494);return _0x4cc8de?Math['abs'](_0x4bffc9-_0x22cfa0)/0x36ee80/0x18:(_0x4bffc9-_0x22cfa0)/0x36ee80/0x18;});}static['diffHours'](_0x559639,_0x575324,_0xef24a){return a0_0x41e6dc(()=>{const _0x50d06d=a0_0x12f807(_0x559639),_0x3f038e=a0_0x12f807(_0x575324);return _0xef24a?Math['abs'](_0x50d06d-_0x3f038e)/0x36ee80:(_0x50d06d-_0x3f038e)/0x36ee80;});}static['diffMins'](_0x2b239e,_0x511263,_0x5f3b06){return a0_0x41e6dc(()=>{const _0x1e7d0e=a0_0x12f807(_0x2b239e),_0x434690=a0_0x12f807(_0x511263);return _0x5f3b06?Math['abs'](_0x1e7d0e-_0x434690)/0x3e8/0x3c:(_0x1e7d0e-_0x434690)/0x3e8/0x3c;});}static['diffSecs'](_0x533107,_0x4f378b,_0x182afc){return a0_0x41e6dc(()=>{const _0x9a7bd2=a0_0x12f807(_0x533107),_0x195b68=a0_0x12f807(_0x4f378b);return _0x182afc?Math['abs'](_0x9a7bd2-_0x195b68)/0x3e8:(_0x9a7bd2-_0x195b68)/0x3e8;});}}exports['MDateUtil']=a0_0x15ec60;function a0_0x41e6dc(_0x26ec46,_0x54e350){try{return _0x26ec46();}catch(_0x4bf87a){if(_0x54e350)return _0x54e350;throw new Error('UNKNOWN');}}function a0_0x12f807(_0x281bb5){try{if(_0x281bb5 instanceof a0_0x15ec60)return _0x281bb5['toTime']();if(_0x281bb5 instanceof Date)return _0x281bb5['getTime']();if(typeof _0x281bb5==='number')return _0x281bb5;if(typeof _0x281bb5==='string')return new Date(_0x281bb5)['getTime']();return 0x0;}catch(_0x14f330){throw new Error('ERROR');}}
1
+ 'use strict';const a0_0x3652b6={};a0_0x3652b6['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x3652b6),exports['MDateUtil']=void 0x0;const a0_0x5e2861=(_0x380fa4,_0x5a0c14=0x2)=>_0x380fa4['toString']()['padStart'](_0x5a0c14,'0');function a0_0x2da7d2(_0xe25644,_0x4aeef6){try{return _0xe25644();}catch(_0x301b9d){if(_0x4aeef6)return _0x4aeef6;throw new Error('UNKNOWN');}}function a0_0x7d56ac(_0x43dd15){try{if(_0x43dd15 instanceof a0_0x132d40)return _0x43dd15['toTime']();if(_0x43dd15 instanceof Date)return _0x43dd15['getTime']();if(typeof _0x43dd15==='number')return _0x43dd15;if(typeof _0x43dd15==='string')return new Date(_0x43dd15)['getTime']();return 0x0;}catch(_0x454b00){throw new Error('ERROR');}}class a0_0x132d40{['val']=new Date();static ['glCode']=undefined;['code']=undefined;get['localCode'](){return this['code'];}static['new'](){return new a0_0x132d40()['setCode'](a0_0x132d40['glCode']);}static['setCode'](_0x4f3ad0){return a0_0x132d40['glCode']=_0x4f3ad0,this;}static['seperator'](){return new Date()['toLocaleDateString'](a0_0x132d40['glCode'])['replace'](/\d/g,'')['split']('')[0x0];}['cpy'](){return a0_0x132d40['new']()['setTime'](this['toTime']());}['setCode'](_0x2b3ab0){return this['code']=_0x2b3ab0,this;}['seperator'](){return new Date()['toLocaleDateString'](this['code'])['replace'](/\d/g,'')['split']('')[0x0];}['zone'](){return a0_0x2da7d2(()=>{return Intl['DateTimeFormat']()?.['resolvedOptions']()?.['timeZone'];},null);}['zones'](_0x15fbbc=this['code']){return a0_0x2da7d2(()=>{return new Intl['Locale'](_0x15fbbc)?.['timeZones']||[];},null);}['region'](_0x2376bd=this['code']){return a0_0x2da7d2(()=>{return new Intl['Locale'](_0x2376bd)['region'];},null);}['year'](){return this['val']['getFullYear']();}['month'](){return this['val']['getMonth']()+0x1;}['monthUtc'](){return this['val']['getMonth']();}['day'](){return this['val']['getDate']();}['hours'](){return this['val']['getHours']();}['min'](){return this['val']['getMinutes']();}['sec'](){return this['val']['getSeconds']();}['dayOfWeek'](){const _0x3780cf=this['val']['getDay']();return _0x3780cf?_0x3780cf:0x7;}['dayOfWeekUtc'](){return this['val']['getDay']();}['setYear'](_0x45ac1a){return this['val']['setFullYear'](_0x45ac1a),this;}['setMonth'](_0x172572){return this['val']['setMonth'](_0x172572-0x1),this;}['setMonthUtc'](_0x4ad8c9){return this['val']['setMonth'](_0x4ad8c9),this;}['setDay'](_0xdf1bbd){return this['val']['setDate'](_0xdf1bbd),this;}['setHour'](_0x52b786){return this['val']['setHours'](_0x52b786),this;}['startOfHours'](){return this['setHour'](0x0),this['setMin'](0x0),this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfHours'](){return this['setHour'](0x17),this['setMin'](0x3b),this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setMin'](_0x54bd74){return this['val']['setMinutes'](_0x54bd74),this;}['startOfMin'](){return this['setMin'](0x0),this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfMin'](){return this['setMin'](0x3b),this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setSeconds'](_0x1d8797){return this['val']['setSeconds'](_0x1d8797),this;}['startOfSeconds'](){return this['setSeconds'](0x0),this['setMilliseconds'](0x0),this;}['endOfSeconds'](){return this['setSeconds'](0x3b),this['setMilliseconds'](0x3e7),this;}['setMilliseconds'](_0xbf767e){return this['val']['setMilliseconds'](_0xbf767e),this;}['startOfMilliseconds'](){return this['setMilliseconds'](0x0),this;}['endOfMilliseconds'](){return this['setMilliseconds'](0x3e7),this;}['setIsoDate'](_0x3ec673){return this['val']=new Date(_0x3ec673),this;}['setTime'](_0x487a83){return this['val']=new Date(_0x487a83),this;}['setDate'](_0x5d4f5b){return this['val']=new Date(_0x5d4f5b),this;}['setDateInputValue'](_0x4c9de2){return this['val']=new Date(_0x4c9de2?.['replace']('T','\x20')),this;}['setVal'](_0x39ab2d){return a0_0x2da7d2(()=>{return a0_0x132d40['new']()['setTime'](a0_0x7d56ac(_0x39ab2d));});}['toIsoDate'](){return this['val']['toISOString']();}['toTime'](){return this['val']['getTime']();}['toDate'](){return this['val'];}['toDateMounthInput'](){return this['year']()+'-'+a0_0x5e2861(this['month']());}['toDateInput'](){return this['year']()+'-'+a0_0x5e2861(this['month']())+'-'+a0_0x5e2861(this['day']());}['toTimeInput'](_0xcbfb=!![]){const _0x1e7af2=[];return _0x1e7af2['push'](a0_0x5e2861(this['hours']())),_0x1e7af2['push'](a0_0x5e2861(this['min']())),_0xcbfb&&_0x1e7af2['push'](a0_0x5e2861(this['sec']())),_0x1e7af2['join'](':');}['toDateTimeInput'](_0x52c3a9=!![]){return this['toDateInput']()+'T'+this['toTimeInput'](_0x52c3a9);}['strDate'](){const _0x2e5e8b={};return _0x2e5e8b['month']='2-digit',_0x2e5e8b['day']='2-digit',_0x2e5e8b['year']='numeric',this['val']['toLocaleDateString'](this['code'],_0x2e5e8b);}['strDateLocal'](_0x16563f){return this['val']['toLocaleDateString'](this['code'],_0x16563f);}['strTime'](){return a0_0x5e2861(this['hours']())+':'+a0_0x5e2861(this['min']())+':'+a0_0x5e2861(this['sec']());}['strTimeLocale'](_0x15e8ef){return this['val']['toLocaleTimeString'](this['code'],_0x15e8ef);}['strHHmm'](){return a0_0x5e2861(this['hours']())+':'+a0_0x5e2861(this['min']());}['str'](){return this['strDate']()+'\x20'+this['strTime']();}['strLocal'](_0x4f4d4e){return this['val']['toLocaleString'](this['code'],_0x4f4d4e);}['addDay'](_0x21e932){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x21e932*0x18)),this;}['addHours'](_0x28dd07){return this['val']=new Date(this['val']['setHours'](this['val']['getHours']()+_0x28dd07)),this;}['addMins'](_0x4c7835){return this['val']=new Date(this['val']['setMinutes'](this['val']['getMinutes']()+_0x4c7835)),this;}['startOfDay'](){return this['startOfHours'](),this;}['cpyByStartOfDay'](){return this['cpy']()['startOfDay']();}['endOfDay'](){return this['endOfHours'](),this;}['cpyByEndOfDay'](){return this['cpy']()['endOfDay']();}['startOfWeek'](){return this['addDay'](-this['dayOfWeek']()+0x1);}['cpyStartOfWeek'](){return this['cpy']()['addDay'](-this['dayOfWeek']()+0x1);}['endOfWeek'](){return this['startOfWeek']()['addDay'](0x6);}['cpyEndOfWeek'](){return this['cpyStartOfWeek']()['addDay'](0x6);}['startOfMonth'](){return this['setDay'](0x1),this['startOfDay'](),this;}['cpyByStartOfMonth'](){return this['cpy']()['startOfMonth']();}['endOfMonth'](){return this['setDate'](this['val'])['startOfMonth']()['setMonth'](this['month']()+0x1)['startOfMonth']()['addDay'](-0x1)['endOfDay'](),this;}['cpyByEndOfMonth'](){return this['cpy']()['endOfMonth']();}['eq'](_0x2060dc){return a0_0x2da7d2(()=>{return this['cpy']()['toTime']()===a0_0x7d56ac(_0x2060dc);});}['gt'](_0x34bbd6){return a0_0x2da7d2(()=>{return this['cpy']()['toTime']()>a0_0x7d56ac(_0x34bbd6);});}['gte'](_0x52af7c){return a0_0x2da7d2(()=>{return this['cpy']()['toTime']()>=a0_0x7d56ac(_0x52af7c);});}['lt'](_0x200bb0){return a0_0x2da7d2(()=>{return this['cpy']()['toTime']()<a0_0x7d56ac(_0x200bb0);});}['lte'](_0x3b2665){return a0_0x2da7d2(()=>{return this['cpy']()['toTime']()<=a0_0x7d56ac(_0x3b2665);});}['btw'](_0x1b3d46,_0x582f29){return a0_0x2da7d2(()=>{const _0x491e4e=a0_0x7d56ac(_0x1b3d46),_0x274770=a0_0x7d56ac(_0x582f29),_0x50aa21=this['cpy']()['toTime']();return _0x491e4e<_0x50aa21&&_0x50aa21<_0x274770;});}['btweq'](_0x3ef9c4,_0x24cc77){return a0_0x2da7d2(()=>{const _0xfc4831=a0_0x7d56ac(_0x3ef9c4),_0x4a7ec7=a0_0x7d56ac(_0x24cc77),_0x41976b=this['cpy']()['toTime']();return _0xfc4831<=_0x41976b&&_0x41976b<=_0x4a7ec7;});}['btwEqStart'](_0x20e20d,_0x746e20){return a0_0x2da7d2(()=>{const _0x33942a=a0_0x7d56ac(_0x20e20d),_0x4510b4=a0_0x7d56ac(_0x746e20),_0x5279a8=this['cpy']()['toTime']();return _0x33942a<=_0x5279a8&&_0x5279a8<_0x4510b4;});}['btwEqEnd'](_0x2ab326,_0xce1949){return a0_0x2da7d2(()=>{const _0x274080=a0_0x7d56ac(_0x2ab326),_0x415c17=a0_0x7d56ac(_0xce1949),_0x15569f=this['cpy']()['toTime']();return _0x274080<_0x15569f&&_0x15569f<=_0x415c17;});}static['diffDays'](_0x1be6d7,_0x519da8,_0x48466b){return a0_0x2da7d2(()=>{const _0x319270=a0_0x7d56ac(_0x1be6d7),_0x5e3b17=a0_0x7d56ac(_0x519da8);return _0x48466b?Math['abs'](_0x319270-_0x5e3b17)/0x36ee80/0x18:(_0x319270-_0x5e3b17)/0x36ee80/0x18;});}static['diffHours'](_0x51c6e2,_0x49ed27,_0x1b51e8){return a0_0x2da7d2(()=>{const _0x5c58eb=a0_0x7d56ac(_0x51c6e2),_0x479e0d=a0_0x7d56ac(_0x49ed27);return _0x1b51e8?Math['abs'](_0x5c58eb-_0x479e0d)/0x36ee80:(_0x5c58eb-_0x479e0d)/0x36ee80;});}static['diffMins'](_0x389a6b,_0x15a909,_0x8b9772){return a0_0x2da7d2(()=>{const _0x52b244=a0_0x7d56ac(_0x389a6b),_0x3cae28=a0_0x7d56ac(_0x15a909);return _0x8b9772?Math['abs'](_0x52b244-_0x3cae28)/0x3e8/0x3c:(_0x52b244-_0x3cae28)/0x3e8/0x3c;});}static['diffSecs'](_0x3ec753,_0x45d4dd,_0x2db3f3){return a0_0x2da7d2(()=>{const _0x421a49=a0_0x7d56ac(_0x3ec753),_0x2f3fc5=a0_0x7d56ac(_0x45d4dd);return _0x2db3f3?Math['abs'](_0x421a49-_0x2f3fc5)/0x3e8:(_0x421a49-_0x2f3fc5)/0x3e8;});}}exports['MDateUtil']=a0_0x132d40;
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- 'use strict';var a0_0xd7f396=this&&this['__createBinding']||(Object['create']?function(_0x5494ae,_0x11bbb3,_0x3d75f0,_0xb834b1){if(_0xb834b1===undefined)_0xb834b1=_0x3d75f0;var _0x45ca08=Object['getOwnPropertyDescriptor'](_0x11bbb3,_0x3d75f0);if(!_0x45ca08||('get'in _0x45ca08?!_0x11bbb3['__esModule']:_0x45ca08['writable']||_0x45ca08['configurable'])){var _0x306135={};_0x306135['enumerable']=!![],_0x306135['get']=function(){return _0x11bbb3[_0x3d75f0];},_0x45ca08=_0x306135;}Object['defineProperty'](_0x5494ae,_0xb834b1,_0x45ca08);}:function(_0x1ed7a0,_0x56d570,_0x34bf83,_0x3bb541){if(_0x3bb541===undefined)_0x3bb541=_0x34bf83;_0x1ed7a0[_0x3bb541]=_0x56d570[_0x34bf83];}),a0_0x189a83=this&&this['__exportStar']||function(_0x1ccc13,_0x3161ff){for(var _0x4bf0da in _0x1ccc13)if(_0x4bf0da!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x3161ff,_0x4bf0da))a0_0xd7f396(_0x3161ff,_0x1ccc13,_0x4bf0da);},a0_0x314d49={};a0_0x314d49['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x314d49),a0_0x189a83(require('./DateUtil'),exports);
1
+ 'use strict';var a0_0x54bb2e=this&&this['__createBinding']||(Object['create']?function(_0x44f5b0,_0x27cb18,_0x2addf0,_0x5091a4){if(_0x5091a4===undefined)_0x5091a4=_0x2addf0;var _0x3bd0ab=Object['getOwnPropertyDescriptor'](_0x27cb18,_0x2addf0);if(!_0x3bd0ab||('get'in _0x3bd0ab?!_0x27cb18['__esModule']:_0x3bd0ab['writable']||_0x3bd0ab['configurable'])){var _0x21ae58={};_0x21ae58['enumerable']=!![],_0x21ae58['get']=function(){return _0x27cb18[_0x2addf0];},_0x3bd0ab=_0x21ae58;}Object['defineProperty'](_0x44f5b0,_0x5091a4,_0x3bd0ab);}:function(_0x2601ca,_0x2b7a73,_0x4cd3f8,_0x4d4153){if(_0x4d4153===undefined)_0x4d4153=_0x4cd3f8;_0x2601ca[_0x4d4153]=_0x2b7a73[_0x4cd3f8];}),a0_0x4eb49d=this&&this['__exportStar']||function(_0x163287,_0x5b1494){for(var _0x1e2357 in _0x163287)if(_0x1e2357!=='default'&&!Object['prototype']['hasOwnProperty']['call'](_0x5b1494,_0x1e2357))a0_0x54bb2e(_0x5b1494,_0x163287,_0x1e2357);},a0_0x156b92={};a0_0x156b92['value']=!![],Object['defineProperty'](exports,'__esModule',a0_0x156b92),a0_0x4eb49d(require('./DateUtil'),exports);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mat-date",
3
- "version": "1.7.11",
3
+ "version": "1.7.25",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",