Comparing version 2.5.2 to 2.5.3
@@ -1,2 +0,2 @@ | ||
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("luxon")):"function"==typeof define&&define.amd?define(["luxon"],e):"object"==typeof exports?exports.rrule=e(require("luxon")):t.rrule=e(t.luxon)}("undefined"!=typeof self?self:this,function(t){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=1)}([function(t,e,n){"use strict";n.d(e,"f",function(){return r}),n.d(e,"e",function(){return i}),n.d(e,"d",function(){return o}),n.d(e,"j",function(){return a}),n.d(e,"k",function(){return s}),n.d(e,"m",function(){return u}),n.d(e,"h",function(){return c}),n.d(e,"l",function(){return h}),n.d(e,"i",function(){return d}),n.d(e,"a",function(){return l}),n.d(e,"b",function(){return y}),n.d(e,"g",function(){return f}),n.d(e,"c",function(){return b});var r=function(t){return null!==t&&void 0!==t},i=function(t){return"number"==typeof t},o=Array.isArray,a=function(t,e){void 0===e&&(e=t),1===arguments.length&&(e=t,t=0);for(var n=[],r=t;r<e;r++)n.push(r);return n},s=function(t,e){var n=0,r=[];if(o(t))for(;n<e;n++)r[n]=[].concat(t);else for(;n<e;n++)r[n]=t;return r},u=function(t){return o(t)?t:[t]};function c(t,e,n){void 0===n&&(n=" ");var r=String(t);return e>>=0,r.length>e?String(r):((e-=r.length)>n.length&&(n+=s(n,e/n.length)),n.slice(0,e)+String(r))}var h=function(t,e,n){var r=t.split(e);return n?r.slice(0,n).concat([r.slice(n).join(e)]):r},d=function(t,e){var n=t%e;return n*e<0?n+e:n},l=function(t,e){return{div:Math.floor(t/e),mod:d(t,e)}},y=function(t){return!r(t)||0===t.length},f=function(t){return!y(t)},b=function(t,e){return f(t)&&-1!==t.indexOf(e)}},function(t,e,n){"use strict";n.r(e);var r,i=n(0),o=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){t.MONTH_DAYS=[31,28,31,30,31,30,31,31,30,31,30,31],t.ONE_DAY=864e5,t.MAXYEAR=9999,t.ORDINAL_BASE=new Date(Date.UTC(1970,0,1)),t.PY_WEEKDAYS=[6,0,1,2,3,4,5],t.getYearDay=function(e){var n=new Date(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate());return Math.ceil((n.valueOf()-new Date(e.getUTCFullYear(),0,1).valueOf())/t.ONE_DAY)+1},t.isLeapYear=function(t){return t%4==0&&t%100!=0||t%400==0},t.tzOffset=function(t){return 60*t.getTimezoneOffset()*1e3},t.daysBetween=function(e,n){var r=e.getTime()-t.tzOffset(e)-(n.getTime()-t.tzOffset(n));return Math.round(r/t.ONE_DAY)},t.toOrdinal=function(e){return t.daysBetween(e,t.ORDINAL_BASE)},t.fromOrdinal=function(e){return new Date(t.ORDINAL_BASE.getTime()+e*t.ONE_DAY)},t.getMonthDays=function(e){var n=e.getUTCMonth();return 1===n&&t.isLeapYear(e.getUTCFullYear())?29:t.MONTH_DAYS[n]},t.getWeekday=function(e){return t.PY_WEEKDAYS[e.getUTCDay()]},t.monthRange=function(e,n){var r=new Date(Date.UTC(e,n,1));return[t.getWeekday(r),t.getMonthDays(r)]},t.combine=function(t,e){return e=e||t,new Date(Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()))},t.clone=function(t){return new Date(t.getTime())},t.cloneDates=function(e){for(var n=[],r=0;r<e.length;r++)n.push(t.clone(e[r]));return n},t.sort=function(t){t.sort(function(t,e){return t.getTime()-e.getTime()})},t.timeToUntilString=function(t,e){void 0===e&&(e=!0);var n=new Date(t);return[Object(i.h)(n.getUTCFullYear().toString(),4,"0"),Object(i.h)(n.getUTCMonth()+1,2,"0"),Object(i.h)(n.getUTCDate(),2,"0"),"T",Object(i.h)(n.getUTCHours(),2,"0"),Object(i.h)(n.getUTCMinutes(),2,"0"),Object(i.h)(n.getUTCSeconds(),2,"0"),e?"Z":""].join("")},t.untilStringToDate=function(t){var e=/^(\d{4})(\d{2})(\d{2})(T(\d{2})(\d{2})(\d{2})Z?)?$/.exec(t);if(!e)throw new Error("Invalid UNTIL value: "+t);return new Date(Date.UTC(parseInt(e[1],10),parseInt(e[2],10)-1,parseInt(e[3],10),parseInt(e[5],10)||0,parseInt(e[6],10)||0,parseInt(e[7],10)||0))};var e=function(){function t(t,e,n,r){this.hour=t,this.minute=e,this.second=n,this.millisecond=r||0}return t.prototype.getHours=function(){return this.hour},t.prototype.getMinutes=function(){return this.minute},t.prototype.getSeconds=function(){return this.second},t.prototype.getMilliseconds=function(){return this.millisecond},t.prototype.getTime=function(){return 1e3*(60*this.hour*60+60*this.minute+this.second)+this.millisecond},t}();t.Time=e;var n=function(e){function n(t,n,r,i,o,a,s){var u=e.call(this,i,o,a,s)||this;return u.year=t,u.month=n,u.day=r,u}return o(n,e),n.prototype.getWeekday=function(){return t.getWeekday(new Date(this.getTime()))},n.prototype.getTime=function(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond)).getTime()},n.prototype.getDay=function(){return this.day},n.prototype.getMonth=function(){return this.month},n.prototype.getYear=function(){return this.year},n.prototype.addYears=function(t){this.year+=t},n.prototype.addMonths=function(t){if(this.month+=t,this.month>12){var e=Math.floor(this.month/12),n=Object(i.i)(this.month,12);this.month=n,this.year+=e,0===this.month&&(this.month=12,--this.year)}},n.prototype.addWeekly=function(t,e){e>this.getWeekday()?this.day+=-(this.getWeekday()+1+(6-e))+7*t:this.day+=-(this.getWeekday()-e)+7*t,this.fixDay()},n.prototype.addDaily=function(t){this.day+=t,this.fixDay()},n.prototype.addHours=function(t,e,n){var r=!1;for(e&&(this.hour+=Math.floor((23-this.hour)/t)*t);;){this.hour+=t;var o=Object(i.a)(this.hour,24),a=o.div,s=o.mod;if(a&&(this.hour=s,this.addDaily(a),r=!0),Object(i.b)(n)||Object(i.c)(n,this.hour))break}return r},n.prototype.addMinutes=function(t,e,n,r){var o=!1;for(e&&(this.minute+=Math.floor((1439-(60*this.hour+this.minute))/t)*t);;){this.minute+=t;var a=Object(i.a)(this.minute,60),s=a.div,u=a.mod;if(s&&(this.minute=u,o=this.addHours(s,!1,n)),(Object(i.b)(n)||Object(i.c)(n,this.hour))&&(Object(i.b)(r)||Object(i.c)(r,this.minute)))break}return o},n.prototype.addSeconds=function(t,e,n,r,o){var a=!1;for(e&&(this.second+=Math.floor((86399-(3600*this.hour+60*this.minute+this.second))/t)*t);;){this.second+=t;var s=Object(i.a)(this.second,60),u=s.div,c=s.mod;if(u&&(this.second=c,a=this.addMinutes(u,!1,n,r)),(Object(i.b)(n)||Object(i.c)(n,this.hour))&&(Object(i.b)(r)||Object(i.c)(r,this.minute))&&(Object(i.b)(o)||Object(i.c)(o,this.second)))break}return a},n.prototype.fixDay=function(){if(!(this.day<=28)){var e=t.monthRange(this.year,this.month-1)[1];if(!(this.day<=e))for(;this.day>e;){if(this.day-=e,++this.month,13===this.month&&(this.month=1,++this.year,this.year>t.MAXYEAR))return;e=t.monthRange(this.year,this.month-1)[1]}}},n}(e);t.DateTime=n}(r||(r={}));var a,s=r,u=Object(i.k)(1,31).concat(Object(i.k)(2,28),Object(i.k)(3,31),Object(i.k)(4,30),Object(i.k)(5,31),Object(i.k)(6,30),Object(i.k)(7,31),Object(i.k)(8,31),Object(i.k)(9,30),Object(i.k)(10,31),Object(i.k)(11,30),Object(i.k)(12,31),Object(i.k)(1,7)),c=Object(i.k)(1,31).concat(Object(i.k)(2,29),Object(i.k)(3,31),Object(i.k)(4,30),Object(i.k)(5,31),Object(i.k)(6,30),Object(i.k)(7,31),Object(i.k)(8,31),Object(i.k)(9,30),Object(i.k)(10,31),Object(i.k)(11,30),Object(i.k)(12,31),Object(i.k)(1,7)),h=Object(i.j)(1,29),d=Object(i.j)(1,30),l=Object(i.j)(1,31),y=Object(i.j)(1,32),f=y.concat(d,y,l,y,l,y,y,l,y,l,y,y.slice(0,7)),b=y.concat(h,y,l,y,l,y,y,l,y,l,y,y.slice(0,7)),p=Object(i.j)(-28,0),m=Object(i.j)(-29,0),w=Object(i.j)(-30,0),O=Object(i.j)(-31,0),v=O.concat(m,O,w,O,w,O,O,w,O,w,O,O.slice(0,7)),k=O.concat(p,O,w,O,w,O,O,w,O,w,O,O.slice(0,7)),g=[0,31,60,91,121,152,182,213,244,274,305,335,366],E=[0,31,59,90,120,151,181,212,243,273,304,334,365],j=function(){for(var t=[],e=0;e<55;e++)t=t.concat(Object(i.j)(7));return t}(),T=function(){function t(t){this.yearlen=365,this.nextyearlen=365,this.rrule=t,this.mmask=null,this.mrange=null,this.mdaymask=null,this.nmdaymask=null,this.wdaymask=null,this.wnomask=null,this.nwdaymask=null,this.eastermask=null}return t.prototype.easter=function(t,e){void 0===e&&(e=0);var n=t%19,r=Math.floor(t/100),i=t%100,o=Math.floor(r/4),a=r%4,s=Math.floor((r+8)/25),u=Math.floor((r-s+1)/3),c=Math.floor(19*n+r-o-u+15)%30,h=Math.floor(i/4),d=i%4,l=Math.floor(32+2*a+2*h-c-d)%7,y=Math.floor((n+11*c+22*l)/451),f=Math.floor((c+l-7*y+114)/31),b=(c+l-7*y+114)%31+1,p=Date.UTC(t,f-1,b+e),m=Date.UTC(t,0,1);return[Math.ceil((p-m)/864e5)]},t.prototype.rebuild=function(t,e){var n=this.rrule;t!==this.lastyear&&this.rebuildYear(t),!Object(i.g)(n.options.bynweekday)||e===this.lastmonth&&t===this.lastyear||this.rebuildMonth(t,e),Object(i.f)(n.options.byeaster)&&(this.eastermask=this.easter(t,n.options.byeaster))},t.prototype.rebuildYear=function(t){var e=this.rrule;this.yearlen=s.isLeapYear(t)?366:365,this.nextyearlen=s.isLeapYear(t+1)?366:365;var n=new Date(Date.UTC(t,0,1));this.yearordinal=s.toOrdinal(n),this.yearweekday=s.getWeekday(n);var r=s.getWeekday(n);if(365===this.yearlen?(this.mmask=u,this.mdaymask=b,this.nmdaymask=k,this.wdaymask=j.slice(r),this.mrange=E):(this.mmask=c,this.mdaymask=f,this.nmdaymask=v,this.wdaymask=j.slice(r),this.mrange=g),Object(i.b)(e.options.byweekno))this.wnomask=null;else{this.wnomask=Object(i.k)(0,this.yearlen+7);var o,a=void 0,h=void 0;(a=o=Object(i.i)(7-this.yearweekday+e.options.wkst,7))>=4?(a=0,h=this.yearlen+Object(i.i)(this.yearweekday-e.options.wkst,7)):h=this.yearlen-a;for(var d=Math.floor(h/7),l=Object(i.i)(h,7),y=Math.floor(d+l/4),p=0;p<e.options.byweekno.length;p++){var m=void 0,w=e.options.byweekno[p];if(w<0&&(w+=y+1),w>0&&w<=y){w>1?(m=a+7*(w-1),a!==o&&(m-=7-o)):m=a;for(var O=0;O<7&&(this.wnomask[m]=1,m++,this.wdaymask[m]!==e.options.wkst);O++);}}if(Object(i.c)(e.options.byweekno,1)){m=a+7*y;if(a!==o&&(m-=7-o),m<this.yearlen)for(p=0;p<7&&(this.wnomask[m]=1,m+=1,this.wdaymask[m]!==e.options.wkst);p++);}if(a){var T=void 0;if(Object(i.c)(e.options.byweekno,-1))T=-1;else{var x=s.getWeekday(new Date(Date.UTC(t-1,0,1))),D=Object(i.i)(7-x.valueOf()+e.options.wkst,7),Y=s.isLeapYear(t-1)?366:365;D>=4?(D=0,T=Math.floor(52+Object(i.i)(Y+Object(i.i)(x-e.options.wkst,7),7)/4)):T=Math.floor(52+Object(i.i)(this.yearlen-a,7)/4)}if(Object(i.c)(e.options.byweekno,T))for(m=0;m<a;m++)this.wnomask[m]=1}}},t.prototype.rebuildMonth=function(t,e){var n=this.rrule,r=[];if(n.options.freq===B.YEARLY)if(Object(i.g)(n.options.bymonth))for(var o=0;o<n.options.bymonth.length;o++)e=n.options.bymonth[o],r.push(this.mrange.slice(e-1,e+1));else r=[[0,this.yearlen]];else n.options.freq===B.MONTHLY&&(r=[this.mrange.slice(e-1,e+1)]);if(Object(i.g)(r)){this.nwdaymask=Object(i.k)(0,this.yearlen);for(o=0;o<r.length;o++){var a=r[o],s=a[0],u=a[1];u-=1;for(var c=0;c<n.options.bynweekday.length;c++){var h=void 0,d=n.options.bynweekday[c][0],l=n.options.bynweekday[c][1];l<0?(h=u+7*(l+1),h-=Object(i.i)(this.wdaymask[h]-d,7)):(h=s+7*(l-1),h+=Object(i.i)(7-this.wdaymask[h]+d,7)),s<=h&&h<=u&&(this.nwdaymask[h]=1)}}}this.lastyear=t,this.lastmonth=e},t.prototype.ydayset=function(){return[Object(i.j)(this.yearlen),0,this.yearlen]},t.prototype.mdayset=function(t,e,n){for(var r=this.mrange[e-1],o=this.mrange[e],a=Object(i.k)(null,this.yearlen),s=r;s<o;s++)a[s]=s;return[a,r,o]},t.prototype.wdayset=function(t,e,n){for(var r=Object(i.k)(null,this.yearlen+7),o=s.toOrdinal(new Date(Date.UTC(t,e-1,n)))-this.yearordinal,a=o,u=0;u<7&&(r[o]=o,++o,this.wdaymask[o]!==this.rrule.options.wkst);u++);return[r,a,o]},t.prototype.ddayset=function(t,e,n){var r=Object(i.k)(null,this.yearlen),o=s.toOrdinal(new Date(Date.UTC(t,e-1,n)))-this.yearordinal;return r[o]=o,[r,o,o+1]},t.prototype.htimeset=function(t,e,n,r){for(var i=[],o=this.rrule,a=0;a<o.options.byminute.length;a++){e=o.options.byminute[a];for(var u=0;u<o.options.bysecond.length;u++)n=o.options.bysecond[u],i.push(new s.Time(t,e,n,r))}return s.sort(i),i},t.prototype.mtimeset=function(t,e,n,r){for(var i=[],o=this.rrule,a=0;a<o.options.bysecond.length;a++)n=o.options.bysecond[a],i.push(new s.Time(t,e,n,r));return s.sort(i),i},t.prototype.stimeset=function(t,e,n,r){return[new s.Time(t,e,n,r)]},t}(),x=function(){function t(t,e){this.minDate=null,this.maxDate=null,this._result=[],this.total=0,this.method=t,this.args=e,"between"===t?(this.maxDate=e.inc?e.before:new Date(e.before.getTime()-1),this.minDate=e.inc?e.after:new Date(e.after.getTime()+1)):"before"===t?this.maxDate=e.inc?e.dt:new Date(e.dt.getTime()-1):"after"===t&&(this.minDate=e.inc?e.dt:new Date(e.dt.getTime()+1))}return t.prototype.accept=function(t){++this.total;var e=this.minDate&&t<this.minDate,n=this.maxDate&&t>this.maxDate;if("between"===this.method){if(e)return!0;if(n)return!1}else if("before"===this.method){if(n)return!1}else if("after"===this.method)return!!e||(this.add(t),!1);return this.add(t)},t.prototype.add=function(t){return this._result.push(t),!0},t.prototype.getValue=function(){var t=this._result;switch(this.method){case"all":case"between":return t;case"before":case"after":return t.length?t[t.length-1]:null}},t.prototype.clone=function(){return new t(this.method,this.args)},t}(),D=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Y=function(t){function e(e,n,r){var i=t.call(this,e,n)||this;return i.iterator=r,i}return D(e,t),e.prototype.add=function(t){return!!this.iterator(t,this._result.length)&&(this._result.push(t),!0)},e}(x);!function(t){t[t.YEARLY=0]="YEARLY",t[t.MONTHLY=1]="MONTHLY",t[t.WEEKLY=2]="WEEKLY",t[t.DAILY=3]="DAILY",t[t.HOURLY=4]="HOURLY",t[t.MINUTELY=5]="MINUTELY",t[t.SECONDLY=6]="SECONDLY"}(a||(a={}));var S=["MO","TU","WE","TH","FR","SA","SU"],U=function(){function t(t,e){if(0===e)throw new Error("Can't create weekday with n == 0");this.weekday=t,this.n=e}return t.prototype.nth=function(e){return this.n===e?this:new t(this.weekday,e)},t.prototype.equals=function(t){return this.weekday===t.weekday&&this.n===t.n},t.prototype.toString=function(){var t=S[this.weekday];return this.n&&(t=(this.n>0?"+":"")+String(this.n)+t),t},t.prototype.getJsWeekday=function(){return 6===this.weekday?0:this.weekday+1},t}();function _(t){var e=[],n={};if(Object.keys(t).forEach(function(r){n[r]=t[r],Object(i.c)(K,r)||e.push(r)}),e.length)throw new Error("Invalid options: "+e.join(", "));return n}var L=function(){return(L=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)};function M(t){var e=t.split("\n").map(N).filter(function(t){return null!==t});return L({},e[0],e[1])}function R(t){var e={},n=/DTSTART(?:;TZID=([^:=]+?))?(?::|=)([^;\s]+)/i.exec(t);if(!n)return e;n[0];var r=n[1],i=n[2];return r&&(e.tzid=r),e.dtstart=s.untilStringToDate(i),e}function N(t){if(!(t=t.replace(/^\s+|\s+$/,"")).length)return null;var e=/^([A-Z]+?)[:;]/.exec(t.toUpperCase());if(!e)return A(t);e[0];var n=e[1];switch(n.toUpperCase()){case"RRULE":case"EXRULE":return A(t);case"DTSTART":return R(t);default:throw new Error("Unsupported RFC prop "+n+" in "+t)}}function A(t){var e=R(t.replace(/^RRULE:/i,""));return t.replace(/^(?:RRULE|EXRULE):/i,"").split(";").forEach(function(n){var r=n.split("="),i=r[0],o=r[1];switch(i.toUpperCase()){case"FREQ":e.freq=a[o.toUpperCase()];break;case"WKST":e.wkst=F[o.toUpperCase()];break;case"COUNT":case"INTERVAL":case"BYSETPOS":case"BYMONTH":case"BYMONTHDAY":case"BYYEARDAY":case"BYWEEKNO":case"BYHOUR":case"BYMINUTE":case"BYSECOND":var u=function(t){if(-1!==t.indexOf(",")){var e=t.split(",");return e.map(function(t){return/^[+-]?\d+$/.test(t.toString())?Number(t):t})}if(/^[+-]?\d+$/.test(t))return Number(t);return t}(o),c=i.toLowerCase();e[c]=u;break;case"BYWEEKDAY":case"BYDAY":e.byweekday=function(t){return t.split(",").map(function(t){if(2===t.length)return F[t];var e=t.match(/^([+-]?\d)([A-Z]{2})$/),n=Number(e[1]),r=e[2],i=F[r].weekday;return new U(i,n)})}(o);break;case"DTSTART":case"TZID":var h=R(t);e.tzid=h.tzid,e.dtstart=h.dtstart;break;case"UNTIL":e.until=s.untilStringToDate(o);break;case"BYEASTER":e.byeaster=Number(o);break;default:throw new Error("Unknown RRULE property '"+i+"'")}}),e}var C=n(2),I=function(){function t(t,e){this.date=t,this.tzid=e}return t.prototype.toString=function(){var t=s.timeToUntilString(this.date.getTime(),!this.tzid);return this.tzid?";TZID="+this.tzid+":"+t:":"+t},t.prototype.getTime=function(){return this.date.getTime()},t.prototype.rezonedDate=function(){if(!this.tzid)return this.date;try{return C.DateTime.fromJSDate(this.date).setZone(this.tzid,{keepLocalTime:!0}).toJSDate()}catch(t){return t instanceof TypeError&&console.error("Using TZID without Luxon available is unsupported. Returned times are in UTC, not the requested time zone"),this.date}},t}();function W(t){for(var e=[],n="",r=Object.keys(t),o=Object.keys(P),a=0;a<r.length;a++)if("tzid"!==r[a]&&Object(i.c)(o,r[a])){var u=r[a].toUpperCase(),c=t[r[a]],h="";if(Object(i.f)(c)&&(!Object(i.d)(c)||c.length)){switch(u){case"FREQ":h=B.FREQUENCIES[t.freq];break;case"WKST":h=Object(i.e)(c)?new U(c).toString():c.toString();break;case"BYWEEKDAY":u="BYDAY",h=Object(i.m)(c).map(function(t){return t instanceof U?t:Object(i.d)(t)?new U(t[0],t[1]):new U(t)}).toString();break;case"DTSTART":n=H(c,t.tzid);break;case"UNTIL":h=s.timeToUntilString(c,!t.tzid);break;default:if(Object(i.d)(c)){for(var d=[],l=0;l<c.length;l++)d[l]=String(c[l]);h=d.toString()}else h=String(c)}h&&e.push([u,h])}}var y=e.map(function(t){return t[0]+"="+t[1].toString()}).join(";"),f="";return""!==y&&(f="RRULE:"+y),[n,f].filter(function(t){return!!t}).join("\n")}function H(t,e){return t?"DTSTART"+new I(new Date(t),e).toString():""}var z=function(){function t(){this.all=!1,this.before=[],this.after=[],this.between=[]}return t.prototype._cacheAdd=function(t,e,n){e&&(e=e instanceof Date?s.clone(e):s.cloneDates(e)),"all"===t?this.all=e:(n._value=e,this[t].push(n))},t.prototype._cacheGet=function(t,e){var n=!1,r=e?Object.keys(e):[],o=function(t){for(var n=0;n<r.length;n++){var i=r[n];if(String(e[i])!==String(t[i]))return!0}return!1},a=this[t];if("all"===t)n=this.all;else if(Object(i.d)(a))for(var u=0;u<a.length;u++){var c=a[u];if(!r.length||!o(c)){n=c._value;break}}if(!n&&this.all){var h=new x(t,e);for(u=0;u<this.all.length&&h.accept(this.all[u]);u++);n=h.getValue(),this._cacheAdd(t,n,e)}return Object(i.d)(n)?s.cloneDates(n):n instanceof Date?s.clone(n):n},t}(),q=function(){return q._nlp||(q._nlp=n(3)),q._nlp},F={MO:new U(0),TU:new U(1),WE:new U(2),TH:new U(3),FR:new U(4),SA:new U(5),SU:new U(6)},P={freq:a.YEARLY,dtstart:null,interval:1,wkst:F.MO,count:null,until:null,tzid:null,bysetpos:null,bymonth:null,bymonthday:null,bynmonthday:null,byyearday:null,byweekno:null,byweekday:null,bynweekday:null,byhour:null,byminute:null,bysecond:null,byeaster:null},K=Object.keys(P),B=function(){function t(t,e){void 0===t&&(t={}),void 0===e&&(e=!1),this._string=null,this._cache=e?null:new z,this.origOptions=_(t);var n=function(t){var e=_(t),n=Object.keys(t);if(K.forEach(function(t){Object(i.c)(n,t)&&Object(i.f)(e[t])||(e[t]=P[t])}),Object(i.f)(e.byeaster)&&(e.freq=B.YEARLY),!Object(i.f)(e.freq)||!B.FREQUENCIES[e.freq])throw new Error("Invalid frequency: "+e.freq+" "+t.freq);e.dtstart||(e.dtstart=new Date((new Date).setMilliseconds(0)));var r,o=e.dtstart.getTime()%1e3;if(Object(i.f)(e.wkst)?Object(i.e)(e.wkst)||(e.wkst=e.wkst.weekday):e.wkst=B.MO.weekday,Object(i.f)(e.bysetpos)){Object(i.e)(e.bysetpos)&&(e.bysetpos=[e.bysetpos]);for(var a=0;a<e.bysetpos.length;a++)if(0===(h=e.bysetpos[a])||!(h>=-366&&h<=366))throw new Error("bysetpos must be between 1 and 366, or between -366 and -1")}if(!(Boolean(e.byweekno)||Object(i.g)(e.byweekno)||Object(i.g)(e.byyearday)||Boolean(e.bymonthday)||Object(i.g)(e.bymonthday)||Object(i.f)(e.byweekday)||Object(i.f)(e.byeaster)))switch(e.freq){case B.YEARLY:e.bymonth||(e.bymonth=e.dtstart.getUTCMonth()+1),e.bymonthday=e.dtstart.getUTCDate();break;case B.MONTHLY:e.bymonthday=e.dtstart.getUTCDate();break;case B.WEEKLY:e.byweekday=[s.getWeekday(e.dtstart)]}if(Object(i.f)(e.bymonth)&&!Object(i.d)(e.bymonth)&&(e.bymonth=[e.bymonth]),Object(i.f)(e.byyearday)&&!Object(i.d)(e.byyearday)&&Object(i.e)(e.byyearday)&&(e.byyearday=[e.byyearday]),Object(i.f)(e.bymonthday))if(Object(i.d)(e.bymonthday)){var u=[],c=[];for(a=0;a<e.bymonthday.length;a++){var h;(h=e.bymonthday[a])>0?u.push(h):h<0&&c.push(h)}e.bymonthday=u,e.bynmonthday=c}else e.bymonthday<0?(e.bynmonthday=[e.bymonthday],e.bymonthday=[]):(e.bynmonthday=[],e.bymonthday=[e.bymonthday]);else e.bymonthday=[],e.bynmonthday=[];if(Object(i.f)(e.byweekno)&&!Object(i.d)(e.byweekno)&&(e.byweekno=[e.byweekno]),Object(i.f)(e.byweekday))if(Object(i.e)(e.byweekday))e.byweekday=[e.byweekday],e.bynweekday=null;else if(e.byweekday instanceof U)!e.byweekday.n||e.freq>B.MONTHLY?(e.byweekday=[e.byweekday.weekday],e.bynweekday=null):(e.bynweekday=[[e.byweekday.weekday,e.byweekday.n]],e.byweekday=null);else{var d=[],l=[];for(a=0;a<e.byweekday.length;a++){var y=e.byweekday[a];if(Object(i.e)(y))d.push(y);else{var f=y;!f.n||e.freq>B.MONTHLY?d.push(f.weekday):l.push([f.weekday,f.n])}}e.byweekday=Object(i.g)(d)?d:null,e.bynweekday=Object(i.g)(l)?l:null}else e.bynweekday=null;if(Object(i.f)(e.byhour)?Object(i.e)(e.byhour)&&(e.byhour=[e.byhour]):e.byhour=e.freq<B.HOURLY?[e.dtstart.getUTCHours()]:null,Object(i.f)(e.byminute)?Object(i.e)(e.byminute)&&(e.byminute=[e.byminute]):e.byminute=e.freq<B.MINUTELY?[e.dtstart.getUTCMinutes()]:null,Object(i.f)(e.bysecond)?Object(i.e)(e.bysecond)&&(e.bysecond=[e.bysecond]):e.bysecond=e.freq<B.SECONDLY?[e.dtstart.getUTCSeconds()]:null,e.freq>=B.HOURLY)r=null;else{for(r=[],a=0;a<e.byhour.length;a++)for(var b=e.byhour[a],p=0;p<e.byminute.length;p++)for(var m=e.byminute[p],w=0;w<e.bysecond.length;w++){var O=e.bysecond[w];r.push(new s.Time(b,m,O,o))}s.sort(r)}return{parsedOptions:e,timeset:r}}(t),r=n.parsedOptions,o=n.timeset;this.options=r,this.timeset=o}return t.parseText=function(t,e){return q().parseText(t,e)},t.fromText=function(t,e){return q().fromText(t,e)},t.fromString=function(e){return new t(t.parseString(e)||void 0)},t.prototype._cacheGet=function(t,e){return!!this._cache&&this._cache._cacheGet(t,e)},t.prototype._cacheAdd=function(t,e,n){if(this._cache)return this._cache._cacheAdd(t,e,n)},t.prototype.all=function(t){if(t)return this._iter(new Y("all",{},t));var e=this._cacheGet("all");return!1===e&&(e=this._iter(new x("all",{})),this._cacheAdd("all",e)),e},t.prototype.between=function(t,e,n,r){void 0===n&&(n=!1);var i={before:e,after:t,inc:n};if(r)return this._iter(new Y("between",i,r));var o=this._cacheGet("between",i);return!1===o&&(o=this._iter(new x("between",i)),this._cacheAdd("between",o,i)),o},t.prototype.before=function(t,e){void 0===e&&(e=!1);var n={dt:t,inc:e},r=this._cacheGet("before",n);return!1===r&&(r=this._iter(new x("before",n)),this._cacheAdd("before",r,n)),r},t.prototype.after=function(t,e){void 0===e&&(e=!1);var n={dt:t,inc:e},r=this._cacheGet("after",n);return!1===r&&(r=this._iter(new x("after",n)),this._cacheAdd("after",r,n)),r},t.prototype.count=function(){return this.all().length},t.prototype.toString=function(){return W(this.origOptions)},t.prototype.toText=function(t,e){return q().toText(this,t,e)},t.prototype.isFullyConvertibleToText=function(){return q().isFullyConvertible(this)},t.prototype.clone=function(){return new t(this.origOptions)},t.prototype._iter=function(e){var n,r,o=this.options.dtstart,a=new s.DateTime(o.getUTCFullYear(),o.getUTCMonth()+1,o.getUTCDate(),o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.valueOf()%1e3),u=this.options,c=u.freq,h=u.interval,d=u.wkst,l=u.until,y=u.bymonth,f=u.byweekno,b=u.byyearday,p=u.byweekday,m=u.byeaster,w=u.bymonthday,O=u.bynmonthday,v=u.bysetpos,k=u.byhour,g=u.byminute,E=u.bysecond,j=new T(this);j.rebuild(a.year,a.month);var x,D,Y,S=(n={},n[t.YEARLY]=j.ydayset,n[t.MONTHLY]=j.mdayset,n[t.WEEKLY]=j.wdayset,n[t.DAILY]=j.ddayset,n[t.HOURLY]=j.ddayset,n[t.MINUTELY]=j.ddayset,n[t.SECONDLY]=j.ddayset,n)[c];c<t.HOURLY?x=this.timeset:(D=(r={},r[t.HOURLY]=j.htimeset,r[t.MINUTELY]=j.mtimeset,r[t.SECONDLY]=j.stimeset,r)[c],x=c>=t.HOURLY&&Object(i.g)(k)&&!Object(i.c)(k,a.hour)||c>=t.MINUTELY&&Object(i.g)(g)&&!Object(i.c)(g,a.minute)||c>=t.SECONDLY&&Object(i.g)(E)&&!Object(i.c)(E,a.second)?[]:D.call(j,a.hour,a.minute,a.second,a.millisecond));for(var U,_=this.options.count;;){for(var L=S.call(j,a.year,a.month,a.day),M=L[0],R=L[1],N=L[2],A=!1,C=R;C<N;C++)(A=Z(y,j,Y=M[C],f,p,m,w,O,b))&&(M[Y]=null);if(Object(i.g)(v)&&Object(i.g)(x)){for(var I=void 0,W=void 0,H=[],z=0;z<v.length;z++){(U=v[z])<0?(I=Math.floor(U/x.length),W=Object(i.i)(U,x.length)):(I=Math.floor((U-1)/x.length),W=Object(i.i)(U-1,x.length));for(var q=[],F=R;F<N;F++){var P=M[F];Object(i.f)(P)&&q.push(P)}var K=void 0;K=I<0?q.slice(I)[0]:q[I];var B=x[W],X=s.fromOrdinal(j.yearordinal+K),G=s.combine(X,B);Object(i.c)(H,G)||H.push(G)}s.sort(H);for(z=0;z<H.length;z++){G=H[z];if(l&&G>l)return this.emitResult(e);if(G>=o){var J=this.rezoneIfNeeded(G);if(!e.accept(J))return this.emitResult(e);if(_&&!--_)return this.emitResult(e)}}}else for(z=R;z<N;z++)if(Y=M[z],Object(i.f)(Y)){var $=s.fromOrdinal(j.yearordinal+Y);for(F=0;F<x.length;F++){B=x[F],G=s.combine($,B);if(l&&G>l)return this.emitResult(e);if(G>=o){J=this.rezoneIfNeeded(G);if(!e.accept(J))return this.emitResult(e);if(_&&!--_)return this.emitResult(e)}}}if(c===t.YEARLY?a.addYears(h):c===t.MONTHLY?a.addMonths(h):c===t.WEEKLY?a.addWeekly(h,d):c===t.DAILY?a.addDaily(h):c===t.HOURLY?(a.addHours(h,A,k),x=D.call(j,a.hour,a.minute,a.second)):c===t.MINUTELY?(a.addMinutes(h,A,k,g)&&(A=!1),x=D.call(j,a.hour,a.minute,a.second)):c===t.SECONDLY&&(a.addSeconds(h,A,k,g,E)&&(A=!1),x=D.call(j,a.hour,a.minute,a.second)),a.year>s.MAXYEAR)return this.emitResult(e);j.rebuild(a.year,a.month)}},t.prototype.emitResult=function(t){return this._len=t.total,t.getValue()},t.prototype.rezoneIfNeeded=function(t){return new I(t,this.options.tzid).rezonedDate()},t.FREQUENCIES=["YEARLY","MONTHLY","WEEKLY","DAILY","HOURLY","MINUTELY","SECONDLY"],t.YEARLY=a.YEARLY,t.MONTHLY=a.MONTHLY,t.WEEKLY=a.WEEKLY,t.DAILY=a.DAILY,t.HOURLY=a.HOURLY,t.MINUTELY=a.MINUTELY,t.SECONDLY=a.SECONDLY,t.MO=F.MO,t.TU=F.TU,t.WE=F.WE,t.TH=F.TH,t.FR=F.FR,t.SA=F.SA,t.SU=F.SU,t.parseString=M,t.optionsToString=W,t}();function Z(t,e,n,r,o,a,s,u,c){return Object(i.g)(t)&&!Object(i.c)(t,e.mmask[n])||Object(i.g)(r)&&!e.wnomask[n]||Object(i.g)(o)&&!Object(i.c)(o,e.wdaymask[n])||Object(i.g)(e.nwdaymask)&&!e.nwdaymask[n]||null!==a&&!Object(i.c)(e.eastermask,n)||(Object(i.g)(s)||Object(i.g)(u))&&!Object(i.c)(s,e.mdaymask[n])&&!Object(i.c)(u,e.nmdaymask[n])||Object(i.g)(c)&&(n<e.yearlen&&!Object(i.c)(c,n+1)&&!Object(i.c)(c,-e.yearlen+n)||n>=e.yearlen&&!Object(i.c)(c,n+1-e.yearlen)&&!Object(i.c)(c,-e.nextyearlen+n-e.yearlen))}var X=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),G=function(t){function e(e){void 0===e&&(e=!1);var n=t.call(this,{},e)||this;return n._rrule=[],n._rdate=[],n._exrule=[],n._exdate=[],n}return X(e,t),e.prototype.tzid=function(t){if(void 0!==t&&(this._tzid=t),void 0!==this._tzid)return this._tzid;for(var e=0;e<this._rrule.length;e++){var n=this._rrule[e].origOptions.tzid;if(n)return n}},e.prototype.rrule=function(t){if(!(t instanceof B))throw new TypeError(String(t)+" is not RRule instance");Object(i.c)(this._rrule.map(String),String(t))||this._rrule.push(t)},e.prototype.rdate=function(t){if(!(t instanceof Date))throw new TypeError(String(t)+" is not Date instance");Object(i.c)(this._rdate.map(Number),Number(t))||(this._rdate.push(t),s.sort(this._rdate))},e.prototype.exrule=function(t){if(!(t instanceof B))throw new TypeError(String(t)+" is not RRule instance");Object(i.c)(this._exrule.map(String),String(t))||this._exrule.push(t)},e.prototype.exdate=function(t){if(!(t instanceof Date))throw new TypeError(String(t)+" is not Date instance");Object(i.c)(this._exdate.map(Number),Number(t))||(this._exdate.push(t),s.sort(this._exdate))},e.prototype.rdatesToString=function(t,e){var n=this.tzid();return""+(n?t+";TZID="+n+":":t+":")+e.map(function(t){return s.timeToUntilString(t.valueOf(),!n)}).join(",")},e.prototype.valueOf=function(){var t=[];return this._rrule.forEach(function(e){t=t.concat(e.toString().split("\n"))}),this._rdate.length&&t.push(this.rdatesToString("RDATE",this._rdate)),this._exrule.forEach(function(e){t=t.concat(e.toString().split("\n").map(function(t){return t.replace(/^RRULE:/,"EXRULE:")}).filter(function(t){return!/^DTSTART/.test(t)}))}),this._exdate.length&&t.push(this.rdatesToString("EXDATE",this._exdate)),t},e.prototype.toString=function(){return this.valueOf().join("\n")},e.prototype._iter=function(t){var e={},n=this._exrule,r=t.accept,i=this.tzid();function o(t,r){n.forEach(function(n){n.between(t,r,!0).forEach(function(t){e[Number(t)]=!0})})}this._exdate.forEach(function(t){var n=new I(t,i).rezonedDate();e[Number(n)]=!0}),t.accept=function(t){var n=Number(t);return!(!e[n]&&(o(new Date(n-1),new Date(n+1)),!e[n]))||(e[n]=!0,r.call(this,t))},"between"===t.method&&(o(t.args.after,t.args.before),t.accept=function(t){var n=Number(t);return!!e[n]||(e[n]=!0,r.call(this,t))});for(var a=0;a<this._rdate.length;a++){var u=new I(this._rdate[a],i).rezonedDate();if(!t.accept(new Date(u.getTime())))break}this._rrule.forEach(function(e){e._iter(t)});var c=t._result;switch(s.sort(c),t.method){case"all":case"between":return c;case"before":return c.length&&c[c.length-1]||null;case"after":return c.length&&c[0]||null;default:return null}},e.prototype.clone=function(){var t,n=new e(!!this._cache);for(t=0;t<this._rrule.length;t++)n.rrule(this._rrule[t].clone());for(t=0;t<this._rdate.length;t++)n.rdate(new Date(this._rdate[t].getTime()));for(t=0;t<this._exrule.length;t++)n.exrule(this._exrule[t].clone());for(t=0;t<this._exdate.length;t++)n.exdate(new Date(this._exdate[t].getTime()));return n},e}(B),J=function(){return(J=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)},$={dtstart:null,cache:!1,unfold:!1,forceset:!1,compatible:!1,tzid:null};function Q(t,e){var n=[],r=[],o=[],a=[],s=R(t),u=s.dtstart,c=s.tzid;return function(t,e){void 0===e&&(e=!1);if(!(t=t&&t.trim()))throw new Error("Invalid empty string");if(!e)return t.split(/\s/);var n=t.split("\n"),r=0;for(;r<n.length;){var i=n[r]=n[r].replace(/\s+$/g,"");i?r>0&&" "===i[0]?(n[r-1]+=i.slice(1),n.splice(r,1)):r+=1:n.splice(r,1)}return n}(t,e.unfold).forEach(function(t){if(t){var e=function(t){var e=function(t){if(-1===t.indexOf(":"))return{name:"RRULE",value:t};var e=Object(i.l)(t,":",1),n=e[0],r=e[1];return{name:n,value:r}}(t),n=e.name,r=e.value,o=n.split(";");if(!o)throw new Error("empty property name");return{name:o[0].toUpperCase(),parms:o.slice(1),value:r}}(t),s=e.name,u=e.parms,h=e.value;switch(s.toUpperCase()){case"RRULE":if(u.length)throw new Error("unsupported RRULE parm: "+u.join(","));n.push(M(t));break;case"RDATE":var d=/RDATE(?:;TZID=([^:=]+))?/i.exec(t),l=(d[0],d[1]);l&&!c&&(c=l),r=r.concat(et(h,u));break;case"EXRULE":if(u.length)throw new Error("unsupported EXRULE parm: "+u.join(","));o.push(M(h));break;case"EXDATE":a=a.concat(et(h,u));break;case"DTSTART":break;default:throw new Error("unsupported property: "+s)}}}),{dtstart:u,tzid:c,rrulevals:n,rdatevals:r,exrulevals:o,exdatevals:a}}function V(t,e){return void 0===e&&(e={}),function(t,e){var n=Q(t,e),r=n.rrulevals,i=n.rdatevals,o=n.exrulevals,a=n.exdatevals,s=n.dtstart,u=n.tzid,c=!1===e.cache;if(e.compatible&&(e.forceset=!0,e.unfold=!0),e.forceset||r.length>1||i.length||o.length||a.length){var h=new G(c);return h.tzid(u||void 0),r.forEach(function(t){h.rrule(new B(tt(t,s,u),c))}),i.forEach(function(t){h.rdate(t)}),o.forEach(function(t){h.exrule(new B(tt(t,s,u),c))}),a.forEach(function(t){h.exdate(t)}),e.compatible&&e.dtstart&&h.rdate(s),h}var d=r[0];return new B(tt(d,d.dtstart||e.dtstart||s,d.tzid||e.tzid||u),c)}(t,function(t){var e=[],n=Object.keys(t),r=Object.keys($);if(n.forEach(function(t){Object(i.c)(r,t)||e.push(t)}),e.length)throw new Error("Invalid options: "+e.join(", "));var o=J({},t);return r.forEach(function(t){Object(i.c)(n,t)||(o[t]=$[t])}),o}(e))}function tt(t,e,n){return J({},t,{dtstart:e,tzid:n})}function et(t,e){return function(t){t.forEach(function(t){if(!/(VALUE=DATE(-TIME)?)|(TZID=)/.test(t))throw new Error("unsupported RDATE/EXDATE parm: "+t)})}(e),t.split(",").map(function(t){return s.untilStringToDate(t)})}n.d(e,"Frequency",function(){return a}),n.d(e,"Weekday",function(){return U}),n.d(e,"RRule",function(){return B}),n.d(e,"RRuleSet",function(){return G}),n.d(e,"rrulestr",function(){return V}); | ||
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("luxon")):"function"==typeof define&&define.amd?define(["luxon"],e):"object"==typeof exports?exports.rrule=e(require("luxon")):t.rrule=e(t.luxon)}("undefined"!=typeof self?self:this,function(t){return function(t){var e={};function n(r){if(e[r])return e[r].exports;var i=e[r]={i:r,l:!1,exports:{}};return t[r].call(i.exports,i,i.exports,n),i.l=!0,i.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var i in t)n.d(r,i,function(e){return t[e]}.bind(null,i));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=1)}([function(t,e,n){"use strict";n.d(e,"f",function(){return r}),n.d(e,"e",function(){return i}),n.d(e,"d",function(){return o}),n.d(e,"j",function(){return a}),n.d(e,"k",function(){return s}),n.d(e,"m",function(){return u}),n.d(e,"h",function(){return c}),n.d(e,"l",function(){return h}),n.d(e,"i",function(){return d}),n.d(e,"a",function(){return l}),n.d(e,"b",function(){return y}),n.d(e,"g",function(){return f}),n.d(e,"c",function(){return b});var r=function(t){return null!==t&&void 0!==t},i=function(t){return"number"==typeof t},o=Array.isArray,a=function(t,e){void 0===e&&(e=t),1===arguments.length&&(e=t,t=0);for(var n=[],r=t;r<e;r++)n.push(r);return n},s=function(t,e){var n=0,r=[];if(o(t))for(;n<e;n++)r[n]=[].concat(t);else for(;n<e;n++)r[n]=t;return r},u=function(t){return o(t)?t:[t]};function c(t,e,n){void 0===n&&(n=" ");var r=String(t);return e>>=0,r.length>e?String(r):((e-=r.length)>n.length&&(n+=s(n,e/n.length)),n.slice(0,e)+String(r))}var h=function(t,e,n){var r=t.split(e);return n?r.slice(0,n).concat([r.slice(n).join(e)]):r},d=function(t,e){var n=t%e;return n*e<0?n+e:n},l=function(t,e){return{div:Math.floor(t/e),mod:d(t,e)}},y=function(t){return!r(t)||0===t.length},f=function(t){return!y(t)},b=function(t,e){return f(t)&&-1!==t.indexOf(e)}},function(t,e,n){"use strict";n.r(e);var r,i=n(0),o=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}();!function(t){t.MONTH_DAYS=[31,28,31,30,31,30,31,31,30,31,30,31],t.ONE_DAY=864e5,t.MAXYEAR=9999,t.ORDINAL_BASE=new Date(Date.UTC(1970,0,1)),t.PY_WEEKDAYS=[6,0,1,2,3,4,5],t.getYearDay=function(e){var n=new Date(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate());return Math.ceil((n.valueOf()-new Date(e.getUTCFullYear(),0,1).valueOf())/t.ONE_DAY)+1},t.isLeapYear=function(t){return t%4==0&&t%100!=0||t%400==0},t.tzOffset=function(t){return 60*t.getTimezoneOffset()*1e3},t.daysBetween=function(e,n){var r=e.getTime()-t.tzOffset(e)-(n.getTime()-t.tzOffset(n));return Math.round(r/t.ONE_DAY)},t.toOrdinal=function(e){return t.daysBetween(e,t.ORDINAL_BASE)},t.fromOrdinal=function(e){return new Date(t.ORDINAL_BASE.getTime()+e*t.ONE_DAY)},t.getMonthDays=function(e){var n=e.getUTCMonth();return 1===n&&t.isLeapYear(e.getUTCFullYear())?29:t.MONTH_DAYS[n]},t.getWeekday=function(e){return t.PY_WEEKDAYS[e.getUTCDay()]},t.monthRange=function(e,n){var r=new Date(Date.UTC(e,n,1));return[t.getWeekday(r),t.getMonthDays(r)]},t.combine=function(t,e){return e=e||t,new Date(Date.UTC(t.getUTCFullYear(),t.getUTCMonth(),t.getUTCDate(),e.getHours(),e.getMinutes(),e.getSeconds(),e.getMilliseconds()))},t.clone=function(t){return new Date(t.getTime())},t.cloneDates=function(e){for(var n=[],r=0;r<e.length;r++)n.push(t.clone(e[r]));return n},t.sort=function(t){t.sort(function(t,e){return t.getTime()-e.getTime()})},t.timeToUntilString=function(t,e){void 0===e&&(e=!0);var n=new Date(t);return[Object(i.h)(n.getUTCFullYear().toString(),4,"0"),Object(i.h)(n.getUTCMonth()+1,2,"0"),Object(i.h)(n.getUTCDate(),2,"0"),"T",Object(i.h)(n.getUTCHours(),2,"0"),Object(i.h)(n.getUTCMinutes(),2,"0"),Object(i.h)(n.getUTCSeconds(),2,"0"),e?"Z":""].join("")},t.untilStringToDate=function(t){var e=/^(\d{4})(\d{2})(\d{2})(T(\d{2})(\d{2})(\d{2})Z?)?$/.exec(t);if(!e)throw new Error("Invalid UNTIL value: "+t);return new Date(Date.UTC(parseInt(e[1],10),parseInt(e[2],10)-1,parseInt(e[3],10),parseInt(e[5],10)||0,parseInt(e[6],10)||0,parseInt(e[7],10)||0))};var e=function(){function t(t,e,n,r){this.hour=t,this.minute=e,this.second=n,this.millisecond=r||0}return t.prototype.getHours=function(){return this.hour},t.prototype.getMinutes=function(){return this.minute},t.prototype.getSeconds=function(){return this.second},t.prototype.getMilliseconds=function(){return this.millisecond},t.prototype.getTime=function(){return 1e3*(60*this.hour*60+60*this.minute+this.second)+this.millisecond},t}();t.Time=e;var n=function(e){function n(t,n,r,i,o,a,s){var u=e.call(this,i,o,a,s)||this;return u.year=t,u.month=n,u.day=r,u}return o(n,e),n.prototype.getWeekday=function(){return t.getWeekday(new Date(this.getTime()))},n.prototype.getTime=function(){return new Date(Date.UTC(this.year,this.month-1,this.day,this.hour,this.minute,this.second,this.millisecond)).getTime()},n.prototype.getDay=function(){return this.day},n.prototype.getMonth=function(){return this.month},n.prototype.getYear=function(){return this.year},n.prototype.addYears=function(t){this.year+=t},n.prototype.addMonths=function(t){if(this.month+=t,this.month>12){var e=Math.floor(this.month/12),n=Object(i.i)(this.month,12);this.month=n,this.year+=e,0===this.month&&(this.month=12,--this.year)}},n.prototype.addWeekly=function(t,e){e>this.getWeekday()?this.day+=-(this.getWeekday()+1+(6-e))+7*t:this.day+=-(this.getWeekday()-e)+7*t,this.fixDay()},n.prototype.addDaily=function(t){this.day+=t,this.fixDay()},n.prototype.addHours=function(t,e,n){var r=!1;for(e&&(this.hour+=Math.floor((23-this.hour)/t)*t);;){this.hour+=t;var o=Object(i.a)(this.hour,24),a=o.div,s=o.mod;if(a&&(this.hour=s,this.addDaily(a),r=!0),Object(i.b)(n)||Object(i.c)(n,this.hour))break}return r},n.prototype.addMinutes=function(t,e,n,r){var o=!1;for(e&&(this.minute+=Math.floor((1439-(60*this.hour+this.minute))/t)*t);;){this.minute+=t;var a=Object(i.a)(this.minute,60),s=a.div,u=a.mod;if(s&&(this.minute=u,o=this.addHours(s,!1,n)),(Object(i.b)(n)||Object(i.c)(n,this.hour))&&(Object(i.b)(r)||Object(i.c)(r,this.minute)))break}return o},n.prototype.addSeconds=function(t,e,n,r,o){var a=!1;for(e&&(this.second+=Math.floor((86399-(3600*this.hour+60*this.minute+this.second))/t)*t);;){this.second+=t;var s=Object(i.a)(this.second,60),u=s.div,c=s.mod;if(u&&(this.second=c,a=this.addMinutes(u,!1,n,r)),(Object(i.b)(n)||Object(i.c)(n,this.hour))&&(Object(i.b)(r)||Object(i.c)(r,this.minute))&&(Object(i.b)(o)||Object(i.c)(o,this.second)))break}return a},n.prototype.fixDay=function(){if(!(this.day<=28)){var e=t.monthRange(this.year,this.month-1)[1];if(!(this.day<=e))for(;this.day>e;){if(this.day-=e,++this.month,13===this.month&&(this.month=1,++this.year,this.year>t.MAXYEAR))return;e=t.monthRange(this.year,this.month-1)[1]}}},n}(e);t.DateTime=n}(r||(r={}));var a,s=r,u=Object(i.k)(1,31).concat(Object(i.k)(2,28),Object(i.k)(3,31),Object(i.k)(4,30),Object(i.k)(5,31),Object(i.k)(6,30),Object(i.k)(7,31),Object(i.k)(8,31),Object(i.k)(9,30),Object(i.k)(10,31),Object(i.k)(11,30),Object(i.k)(12,31),Object(i.k)(1,7)),c=Object(i.k)(1,31).concat(Object(i.k)(2,29),Object(i.k)(3,31),Object(i.k)(4,30),Object(i.k)(5,31),Object(i.k)(6,30),Object(i.k)(7,31),Object(i.k)(8,31),Object(i.k)(9,30),Object(i.k)(10,31),Object(i.k)(11,30),Object(i.k)(12,31),Object(i.k)(1,7)),h=Object(i.j)(1,29),d=Object(i.j)(1,30),l=Object(i.j)(1,31),y=Object(i.j)(1,32),f=y.concat(d,y,l,y,l,y,y,l,y,l,y,y.slice(0,7)),b=y.concat(h,y,l,y,l,y,y,l,y,l,y,y.slice(0,7)),p=Object(i.j)(-28,0),m=Object(i.j)(-29,0),w=Object(i.j)(-30,0),O=Object(i.j)(-31,0),v=O.concat(m,O,w,O,w,O,O,w,O,w,O,O.slice(0,7)),k=O.concat(p,O,w,O,w,O,O,w,O,w,O,O.slice(0,7)),g=[0,31,60,91,121,152,182,213,244,274,305,335,366],j=[0,31,59,90,120,151,181,212,243,273,304,334,365],E=function(){for(var t=[],e=0;e<55;e++)t=t.concat(Object(i.j)(7));return t}(),T=function(){function t(t){this.yearlen=365,this.nextyearlen=365,this.rrule=t,this.mmask=null,this.mrange=null,this.mdaymask=null,this.nmdaymask=null,this.wdaymask=null,this.wnomask=null,this.nwdaymask=null,this.eastermask=null}return t.prototype.easter=function(t,e){void 0===e&&(e=0);var n=t%19,r=Math.floor(t/100),i=t%100,o=Math.floor(r/4),a=r%4,s=Math.floor((r+8)/25),u=Math.floor((r-s+1)/3),c=Math.floor(19*n+r-o-u+15)%30,h=Math.floor(i/4),d=i%4,l=Math.floor(32+2*a+2*h-c-d)%7,y=Math.floor((n+11*c+22*l)/451),f=Math.floor((c+l-7*y+114)/31),b=(c+l-7*y+114)%31+1,p=Date.UTC(t,f-1,b+e),m=Date.UTC(t,0,1);return[Math.ceil((p-m)/864e5)]},t.prototype.rebuild=function(t,e){var n=this.rrule;t!==this.lastyear&&this.rebuildYear(t),!Object(i.g)(n.options.bynweekday)||e===this.lastmonth&&t===this.lastyear||this.rebuildMonth(t,e),Object(i.f)(n.options.byeaster)&&(this.eastermask=this.easter(t,n.options.byeaster))},t.prototype.rebuildYear=function(t){var e=this.rrule;this.yearlen=s.isLeapYear(t)?366:365,this.nextyearlen=s.isLeapYear(t+1)?366:365;var n=new Date(Date.UTC(t,0,1));this.yearordinal=s.toOrdinal(n),this.yearweekday=s.getWeekday(n);var r=s.getWeekday(n);if(365===this.yearlen?(this.mmask=u,this.mdaymask=b,this.nmdaymask=k,this.wdaymask=E.slice(r),this.mrange=j):(this.mmask=c,this.mdaymask=f,this.nmdaymask=v,this.wdaymask=E.slice(r),this.mrange=g),Object(i.b)(e.options.byweekno))this.wnomask=null;else{this.wnomask=Object(i.k)(0,this.yearlen+7);var o,a=void 0,h=void 0;(a=o=Object(i.i)(7-this.yearweekday+e.options.wkst,7))>=4?(a=0,h=this.yearlen+Object(i.i)(this.yearweekday-e.options.wkst,7)):h=this.yearlen-a;for(var d=Math.floor(h/7),l=Object(i.i)(h,7),y=Math.floor(d+l/4),p=0;p<e.options.byweekno.length;p++){var m=void 0,w=e.options.byweekno[p];if(w<0&&(w+=y+1),w>0&&w<=y){w>1?(m=a+7*(w-1),a!==o&&(m-=7-o)):m=a;for(var O=0;O<7&&(this.wnomask[m]=1,m++,this.wdaymask[m]!==e.options.wkst);O++);}}if(Object(i.c)(e.options.byweekno,1)){m=a+7*y;if(a!==o&&(m-=7-o),m<this.yearlen)for(p=0;p<7&&(this.wnomask[m]=1,m+=1,this.wdaymask[m]!==e.options.wkst);p++);}if(a){var T=void 0;if(Object(i.c)(e.options.byweekno,-1))T=-1;else{var x=s.getWeekday(new Date(Date.UTC(t-1,0,1))),D=Object(i.i)(7-x.valueOf()+e.options.wkst,7),Y=s.isLeapYear(t-1)?366:365;D>=4?(D=0,T=Math.floor(52+Object(i.i)(Y+Object(i.i)(x-e.options.wkst,7),7)/4)):T=Math.floor(52+Object(i.i)(this.yearlen-a,7)/4)}if(Object(i.c)(e.options.byweekno,T))for(m=0;m<a;m++)this.wnomask[m]=1}}},t.prototype.rebuildMonth=function(t,e){var n=this.rrule,r=[];if(n.options.freq===B.YEARLY)if(Object(i.g)(n.options.bymonth))for(var o=0;o<n.options.bymonth.length;o++)e=n.options.bymonth[o],r.push(this.mrange.slice(e-1,e+1));else r=[[0,this.yearlen]];else n.options.freq===B.MONTHLY&&(r=[this.mrange.slice(e-1,e+1)]);if(Object(i.g)(r)){this.nwdaymask=Object(i.k)(0,this.yearlen);for(o=0;o<r.length;o++){var a=r[o],s=a[0],u=a[1];u-=1;for(var c=0;c<n.options.bynweekday.length;c++){var h=void 0,d=n.options.bynweekday[c][0],l=n.options.bynweekday[c][1];l<0?(h=u+7*(l+1),h-=Object(i.i)(this.wdaymask[h]-d,7)):(h=s+7*(l-1),h+=Object(i.i)(7-this.wdaymask[h]+d,7)),s<=h&&h<=u&&(this.nwdaymask[h]=1)}}}this.lastyear=t,this.lastmonth=e},t.prototype.ydayset=function(){return[Object(i.j)(this.yearlen),0,this.yearlen]},t.prototype.mdayset=function(t,e,n){for(var r=this.mrange[e-1],o=this.mrange[e],a=Object(i.k)(null,this.yearlen),s=r;s<o;s++)a[s]=s;return[a,r,o]},t.prototype.wdayset=function(t,e,n){for(var r=Object(i.k)(null,this.yearlen+7),o=s.toOrdinal(new Date(Date.UTC(t,e-1,n)))-this.yearordinal,a=o,u=0;u<7&&(r[o]=o,++o,this.wdaymask[o]!==this.rrule.options.wkst);u++);return[r,a,o]},t.prototype.ddayset=function(t,e,n){var r=Object(i.k)(null,this.yearlen),o=s.toOrdinal(new Date(Date.UTC(t,e-1,n)))-this.yearordinal;return r[o]=o,[r,o,o+1]},t.prototype.htimeset=function(t,e,n,r){for(var i=[],o=this.rrule,a=0;a<o.options.byminute.length;a++){e=o.options.byminute[a];for(var u=0;u<o.options.bysecond.length;u++)n=o.options.bysecond[u],i.push(new s.Time(t,e,n,r))}return s.sort(i),i},t.prototype.mtimeset=function(t,e,n,r){for(var i=[],o=this.rrule,a=0;a<o.options.bysecond.length;a++)n=o.options.bysecond[a],i.push(new s.Time(t,e,n,r));return s.sort(i),i},t.prototype.stimeset=function(t,e,n,r){return[new s.Time(t,e,n,r)]},t}(),x=function(){function t(t,e){this.minDate=null,this.maxDate=null,this._result=[],this.total=0,this.method=t,this.args=e,"between"===t?(this.maxDate=e.inc?e.before:new Date(e.before.getTime()-1),this.minDate=e.inc?e.after:new Date(e.after.getTime()+1)):"before"===t?this.maxDate=e.inc?e.dt:new Date(e.dt.getTime()-1):"after"===t&&(this.minDate=e.inc?e.dt:new Date(e.dt.getTime()+1))}return t.prototype.accept=function(t){++this.total;var e=this.minDate&&t<this.minDate,n=this.maxDate&&t>this.maxDate;if("between"===this.method){if(e)return!0;if(n)return!1}else if("before"===this.method){if(n)return!1}else if("after"===this.method)return!!e||(this.add(t),!1);return this.add(t)},t.prototype.add=function(t){return this._result.push(t),!0},t.prototype.getValue=function(){var t=this._result;switch(this.method){case"all":case"between":return t;case"before":case"after":return t.length?t[t.length-1]:null}},t.prototype.clone=function(){return new t(this.method,this.args)},t}(),D=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),Y=function(t){function e(e,n,r){var i=t.call(this,e,n)||this;return i.iterator=r,i}return D(e,t),e.prototype.add=function(t){return!!this.iterator(t,this._result.length)&&(this._result.push(t),!0)},e}(x);!function(t){t[t.YEARLY=0]="YEARLY",t[t.MONTHLY=1]="MONTHLY",t[t.WEEKLY=2]="WEEKLY",t[t.DAILY=3]="DAILY",t[t.HOURLY=4]="HOURLY",t[t.MINUTELY=5]="MINUTELY",t[t.SECONDLY=6]="SECONDLY"}(a||(a={}));var S=["MO","TU","WE","TH","FR","SA","SU"],U=function(){function t(t,e){if(0===e)throw new Error("Can't create weekday with n == 0");this.weekday=t,this.n=e}return t.prototype.nth=function(e){return this.n===e?this:new t(this.weekday,e)},t.prototype.equals=function(t){return this.weekday===t.weekday&&this.n===t.n},t.prototype.toString=function(){var t=S[this.weekday];return this.n&&(t=(this.n>0?"+":"")+String(this.n)+t),t},t.prototype.getJsWeekday=function(){return 6===this.weekday?0:this.weekday+1},t}();function _(t){var e=[],n={};if(Object.keys(t).forEach(function(r){n[r]=t[r],Object(i.c)(K,r)||e.push(r)}),e.length)throw new Error("Invalid options: "+e.join(", "));return n}var L=function(){return(L=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)};function M(t){var e=t.split("\n").map(N).filter(function(t){return null!==t});return L({},e[0],e[1])}function R(t){var e={},n=/DTSTART(?:;TZID=([^:=]+?))?(?::|=)([^;\s]+)/i.exec(t);if(!n)return e;n[0];var r=n[1],i=n[2];return r&&(e.tzid=r),e.dtstart=s.untilStringToDate(i),e}function N(t){if(!(t=t.replace(/^\s+|\s+$/,"")).length)return null;var e=/^([A-Z]+?)[:;]/.exec(t.toUpperCase());if(!e)return A(t);e[0];var n=e[1];switch(n.toUpperCase()){case"RRULE":case"EXRULE":return A(t);case"DTSTART":return R(t);default:throw new Error("Unsupported RFC prop "+n+" in "+t)}}function A(t){var e=R(t.replace(/^RRULE:/i,""));return t.replace(/^(?:RRULE|EXRULE):/i,"").split(";").forEach(function(n){var r=n.split("="),i=r[0],o=r[1];switch(i.toUpperCase()){case"FREQ":e.freq=a[o.toUpperCase()];break;case"WKST":e.wkst=F[o.toUpperCase()];break;case"COUNT":case"INTERVAL":case"BYSETPOS":case"BYMONTH":case"BYMONTHDAY":case"BYYEARDAY":case"BYWEEKNO":case"BYHOUR":case"BYMINUTE":case"BYSECOND":var u=function(t){if(-1!==t.indexOf(",")){var e=t.split(",");return e.map(function(t){return/^[+-]?\d+$/.test(t.toString())?Number(t):t})}if(/^[+-]?\d+$/.test(t))return Number(t);return t}(o),c=i.toLowerCase();e[c]=u;break;case"BYWEEKDAY":case"BYDAY":e.byweekday=function(t){return t.split(",").map(function(t){if(2===t.length)return F[t];var e=t.match(/^([+-]?\d)([A-Z]{2})$/),n=Number(e[1]),r=e[2],i=F[r].weekday;return new U(i,n)})}(o);break;case"DTSTART":case"TZID":var h=R(t);e.tzid=h.tzid,e.dtstart=h.dtstart;break;case"UNTIL":e.until=s.untilStringToDate(o);break;case"BYEASTER":e.byeaster=Number(o);break;default:throw new Error("Unknown RRULE property '"+i+"'")}}),e}var C=n(2),I=function(){function t(t,e){this.date=t,this.tzid=e}return Object.defineProperty(t.prototype,"isUTC",{get:function(){return!this.tzid||"UTC"===this.tzid.toUpperCase()},enumerable:!0,configurable:!0}),t.prototype.toString=function(){var t=s.timeToUntilString(this.date.getTime(),this.isUTC);return this.isUTC?":"+t:";TZID="+this.tzid+":"+t},t.prototype.getTime=function(){return this.date.getTime()},t.prototype.rezonedDate=function(){if(this.isUTC)return this.date;try{return C.DateTime.fromJSDate(this.date).setZone(this.tzid,{keepLocalTime:!0}).toJSDate()}catch(t){return t instanceof TypeError&&console.error("Using TZID without Luxon available is unsupported. Returned times are in UTC, not the requested time zone"),this.date}},t}();function W(t){for(var e=[],n="",r=Object.keys(t),o=Object.keys(P),a=0;a<r.length;a++)if("tzid"!==r[a]&&Object(i.c)(o,r[a])){var u=r[a].toUpperCase(),c=t[r[a]],h="";if(Object(i.f)(c)&&(!Object(i.d)(c)||c.length)){switch(u){case"FREQ":h=B.FREQUENCIES[t.freq];break;case"WKST":h=Object(i.e)(c)?new U(c).toString():c.toString();break;case"BYWEEKDAY":u="BYDAY",h=Object(i.m)(c).map(function(t){return t instanceof U?t:Object(i.d)(t)?new U(t[0],t[1]):new U(t)}).toString();break;case"DTSTART":n=H(c,t.tzid);break;case"UNTIL":h=s.timeToUntilString(c,!t.tzid);break;default:if(Object(i.d)(c)){for(var d=[],l=0;l<c.length;l++)d[l]=String(c[l]);h=d.toString()}else h=String(c)}h&&e.push([u,h])}}var y=e.map(function(t){return t[0]+"="+t[1].toString()}).join(";"),f="";return""!==y&&(f="RRULE:"+y),[n,f].filter(function(t){return!!t}).join("\n")}function H(t,e){return t?"DTSTART"+new I(new Date(t),e).toString():""}var z=function(){function t(){this.all=!1,this.before=[],this.after=[],this.between=[]}return t.prototype._cacheAdd=function(t,e,n){e&&(e=e instanceof Date?s.clone(e):s.cloneDates(e)),"all"===t?this.all=e:(n._value=e,this[t].push(n))},t.prototype._cacheGet=function(t,e){var n=!1,r=e?Object.keys(e):[],o=function(t){for(var n=0;n<r.length;n++){var i=r[n];if(String(e[i])!==String(t[i]))return!0}return!1},a=this[t];if("all"===t)n=this.all;else if(Object(i.d)(a))for(var u=0;u<a.length;u++){var c=a[u];if(!r.length||!o(c)){n=c._value;break}}if(!n&&this.all){var h=new x(t,e);for(u=0;u<this.all.length&&h.accept(this.all[u]);u++);n=h.getValue(),this._cacheAdd(t,n,e)}return Object(i.d)(n)?s.cloneDates(n):n instanceof Date?s.clone(n):n},t}(),q=function(){return q._nlp||(q._nlp=n(3)),q._nlp},F={MO:new U(0),TU:new U(1),WE:new U(2),TH:new U(3),FR:new U(4),SA:new U(5),SU:new U(6)},P={freq:a.YEARLY,dtstart:null,interval:1,wkst:F.MO,count:null,until:null,tzid:null,bysetpos:null,bymonth:null,bymonthday:null,bynmonthday:null,byyearday:null,byweekno:null,byweekday:null,bynweekday:null,byhour:null,byminute:null,bysecond:null,byeaster:null},K=Object.keys(P),B=function(){function t(t,e){void 0===t&&(t={}),void 0===e&&(e=!1),this._string=null,this._cache=e?null:new z,this.origOptions=_(t);var n=function(t){var e=_(t),n=Object.keys(t);if(K.forEach(function(t){Object(i.c)(n,t)&&Object(i.f)(e[t])||(e[t]=P[t])}),Object(i.f)(e.byeaster)&&(e.freq=B.YEARLY),!Object(i.f)(e.freq)||!B.FREQUENCIES[e.freq])throw new Error("Invalid frequency: "+e.freq+" "+t.freq);e.dtstart||(e.dtstart=new Date((new Date).setMilliseconds(0)));var r,o=e.dtstart.getTime()%1e3;if(Object(i.f)(e.wkst)?Object(i.e)(e.wkst)||(e.wkst=e.wkst.weekday):e.wkst=B.MO.weekday,Object(i.f)(e.bysetpos)){Object(i.e)(e.bysetpos)&&(e.bysetpos=[e.bysetpos]);for(var a=0;a<e.bysetpos.length;a++)if(0===(h=e.bysetpos[a])||!(h>=-366&&h<=366))throw new Error("bysetpos must be between 1 and 366, or between -366 and -1")}if(!(Boolean(e.byweekno)||Object(i.g)(e.byweekno)||Object(i.g)(e.byyearday)||Boolean(e.bymonthday)||Object(i.g)(e.bymonthday)||Object(i.f)(e.byweekday)||Object(i.f)(e.byeaster)))switch(e.freq){case B.YEARLY:e.bymonth||(e.bymonth=e.dtstart.getUTCMonth()+1),e.bymonthday=e.dtstart.getUTCDate();break;case B.MONTHLY:e.bymonthday=e.dtstart.getUTCDate();break;case B.WEEKLY:e.byweekday=[s.getWeekday(e.dtstart)]}if(Object(i.f)(e.bymonth)&&!Object(i.d)(e.bymonth)&&(e.bymonth=[e.bymonth]),Object(i.f)(e.byyearday)&&!Object(i.d)(e.byyearday)&&Object(i.e)(e.byyearday)&&(e.byyearday=[e.byyearday]),Object(i.f)(e.bymonthday))if(Object(i.d)(e.bymonthday)){var u=[],c=[];for(a=0;a<e.bymonthday.length;a++){var h;(h=e.bymonthday[a])>0?u.push(h):h<0&&c.push(h)}e.bymonthday=u,e.bynmonthday=c}else e.bymonthday<0?(e.bynmonthday=[e.bymonthday],e.bymonthday=[]):(e.bynmonthday=[],e.bymonthday=[e.bymonthday]);else e.bymonthday=[],e.bynmonthday=[];if(Object(i.f)(e.byweekno)&&!Object(i.d)(e.byweekno)&&(e.byweekno=[e.byweekno]),Object(i.f)(e.byweekday))if(Object(i.e)(e.byweekday))e.byweekday=[e.byweekday],e.bynweekday=null;else if(e.byweekday instanceof U)!e.byweekday.n||e.freq>B.MONTHLY?(e.byweekday=[e.byweekday.weekday],e.bynweekday=null):(e.bynweekday=[[e.byweekday.weekday,e.byweekday.n]],e.byweekday=null);else{var d=[],l=[];for(a=0;a<e.byweekday.length;a++){var y=e.byweekday[a];if(Object(i.e)(y))d.push(y);else{var f=y;!f.n||e.freq>B.MONTHLY?d.push(f.weekday):l.push([f.weekday,f.n])}}e.byweekday=Object(i.g)(d)?d:null,e.bynweekday=Object(i.g)(l)?l:null}else e.bynweekday=null;if(Object(i.f)(e.byhour)?Object(i.e)(e.byhour)&&(e.byhour=[e.byhour]):e.byhour=e.freq<B.HOURLY?[e.dtstart.getUTCHours()]:null,Object(i.f)(e.byminute)?Object(i.e)(e.byminute)&&(e.byminute=[e.byminute]):e.byminute=e.freq<B.MINUTELY?[e.dtstart.getUTCMinutes()]:null,Object(i.f)(e.bysecond)?Object(i.e)(e.bysecond)&&(e.bysecond=[e.bysecond]):e.bysecond=e.freq<B.SECONDLY?[e.dtstart.getUTCSeconds()]:null,e.freq>=B.HOURLY)r=null;else{for(r=[],a=0;a<e.byhour.length;a++)for(var b=e.byhour[a],p=0;p<e.byminute.length;p++)for(var m=e.byminute[p],w=0;w<e.bysecond.length;w++){var O=e.bysecond[w];r.push(new s.Time(b,m,O,o))}s.sort(r)}return{parsedOptions:e,timeset:r}}(t),r=n.parsedOptions,o=n.timeset;this.options=r,this.timeset=o}return t.parseText=function(t,e){return q().parseText(t,e)},t.fromText=function(t,e){return q().fromText(t,e)},t.fromString=function(e){return new t(t.parseString(e)||void 0)},t.prototype._cacheGet=function(t,e){return!!this._cache&&this._cache._cacheGet(t,e)},t.prototype._cacheAdd=function(t,e,n){if(this._cache)return this._cache._cacheAdd(t,e,n)},t.prototype.all=function(t){if(t)return this._iter(new Y("all",{},t));var e=this._cacheGet("all");return!1===e&&(e=this._iter(new x("all",{})),this._cacheAdd("all",e)),e},t.prototype.between=function(t,e,n,r){void 0===n&&(n=!1);var i={before:e,after:t,inc:n};if(r)return this._iter(new Y("between",i,r));var o=this._cacheGet("between",i);return!1===o&&(o=this._iter(new x("between",i)),this._cacheAdd("between",o,i)),o},t.prototype.before=function(t,e){void 0===e&&(e=!1);var n={dt:t,inc:e},r=this._cacheGet("before",n);return!1===r&&(r=this._iter(new x("before",n)),this._cacheAdd("before",r,n)),r},t.prototype.after=function(t,e){void 0===e&&(e=!1);var n={dt:t,inc:e},r=this._cacheGet("after",n);return!1===r&&(r=this._iter(new x("after",n)),this._cacheAdd("after",r,n)),r},t.prototype.count=function(){return this.all().length},t.prototype.toString=function(){return W(this.origOptions)},t.prototype.toText=function(t,e){return q().toText(this,t,e)},t.prototype.isFullyConvertibleToText=function(){return q().isFullyConvertible(this)},t.prototype.clone=function(){return new t(this.origOptions)},t.prototype._iter=function(e){var n,r,o=this.options.dtstart,a=new s.DateTime(o.getUTCFullYear(),o.getUTCMonth()+1,o.getUTCDate(),o.getUTCHours(),o.getUTCMinutes(),o.getUTCSeconds(),o.valueOf()%1e3),u=this.options,c=u.freq,h=u.interval,d=u.wkst,l=u.until,y=u.bymonth,f=u.byweekno,b=u.byyearday,p=u.byweekday,m=u.byeaster,w=u.bymonthday,O=u.bynmonthday,v=u.bysetpos,k=u.byhour,g=u.byminute,j=u.bysecond,E=new T(this);E.rebuild(a.year,a.month);var x,D,Y,S=(n={},n[t.YEARLY]=E.ydayset,n[t.MONTHLY]=E.mdayset,n[t.WEEKLY]=E.wdayset,n[t.DAILY]=E.ddayset,n[t.HOURLY]=E.ddayset,n[t.MINUTELY]=E.ddayset,n[t.SECONDLY]=E.ddayset,n)[c];c<t.HOURLY?x=this.timeset:(D=(r={},r[t.HOURLY]=E.htimeset,r[t.MINUTELY]=E.mtimeset,r[t.SECONDLY]=E.stimeset,r)[c],x=c>=t.HOURLY&&Object(i.g)(k)&&!Object(i.c)(k,a.hour)||c>=t.MINUTELY&&Object(i.g)(g)&&!Object(i.c)(g,a.minute)||c>=t.SECONDLY&&Object(i.g)(j)&&!Object(i.c)(j,a.second)?[]:D.call(E,a.hour,a.minute,a.second,a.millisecond));for(var U,_=this.options.count;;){for(var L=S.call(E,a.year,a.month,a.day),M=L[0],R=L[1],N=L[2],A=!1,C=R;C<N;C++)(A=Z(y,E,Y=M[C],f,p,m,w,O,b))&&(M[Y]=null);if(Object(i.g)(v)&&Object(i.g)(x)){for(var I=void 0,W=void 0,H=[],z=0;z<v.length;z++){(U=v[z])<0?(I=Math.floor(U/x.length),W=Object(i.i)(U,x.length)):(I=Math.floor((U-1)/x.length),W=Object(i.i)(U-1,x.length));for(var q=[],F=R;F<N;F++){var P=M[F];Object(i.f)(P)&&q.push(P)}var K=void 0;K=I<0?q.slice(I)[0]:q[I];var B=x[W],X=s.fromOrdinal(E.yearordinal+K),G=s.combine(X,B);Object(i.c)(H,G)||H.push(G)}s.sort(H);for(z=0;z<H.length;z++){G=H[z];if(l&&G>l)return this.emitResult(e);if(G>=o){var J=this.rezoneIfNeeded(G);if(!e.accept(J))return this.emitResult(e);if(_&&!--_)return this.emitResult(e)}}}else for(z=R;z<N;z++)if(Y=M[z],Object(i.f)(Y)){var $=s.fromOrdinal(E.yearordinal+Y);for(F=0;F<x.length;F++){B=x[F],G=s.combine($,B);if(l&&G>l)return this.emitResult(e);if(G>=o){J=this.rezoneIfNeeded(G);if(!e.accept(J))return this.emitResult(e);if(_&&!--_)return this.emitResult(e)}}}if(c===t.YEARLY?a.addYears(h):c===t.MONTHLY?a.addMonths(h):c===t.WEEKLY?a.addWeekly(h,d):c===t.DAILY?a.addDaily(h):c===t.HOURLY?(a.addHours(h,A,k),x=D.call(E,a.hour,a.minute,a.second)):c===t.MINUTELY?(a.addMinutes(h,A,k,g)&&(A=!1),x=D.call(E,a.hour,a.minute,a.second)):c===t.SECONDLY&&(a.addSeconds(h,A,k,g,j)&&(A=!1),x=D.call(E,a.hour,a.minute,a.second)),a.year>s.MAXYEAR)return this.emitResult(e);E.rebuild(a.year,a.month)}},t.prototype.emitResult=function(t){return this._len=t.total,t.getValue()},t.prototype.rezoneIfNeeded=function(t){return new I(t,this.options.tzid).rezonedDate()},t.FREQUENCIES=["YEARLY","MONTHLY","WEEKLY","DAILY","HOURLY","MINUTELY","SECONDLY"],t.YEARLY=a.YEARLY,t.MONTHLY=a.MONTHLY,t.WEEKLY=a.WEEKLY,t.DAILY=a.DAILY,t.HOURLY=a.HOURLY,t.MINUTELY=a.MINUTELY,t.SECONDLY=a.SECONDLY,t.MO=F.MO,t.TU=F.TU,t.WE=F.WE,t.TH=F.TH,t.FR=F.FR,t.SA=F.SA,t.SU=F.SU,t.parseString=M,t.optionsToString=W,t}();function Z(t,e,n,r,o,a,s,u,c){return Object(i.g)(t)&&!Object(i.c)(t,e.mmask[n])||Object(i.g)(r)&&!e.wnomask[n]||Object(i.g)(o)&&!Object(i.c)(o,e.wdaymask[n])||Object(i.g)(e.nwdaymask)&&!e.nwdaymask[n]||null!==a&&!Object(i.c)(e.eastermask,n)||(Object(i.g)(s)||Object(i.g)(u))&&!Object(i.c)(s,e.mdaymask[n])&&!Object(i.c)(u,e.nmdaymask[n])||Object(i.g)(c)&&(n<e.yearlen&&!Object(i.c)(c,n+1)&&!Object(i.c)(c,-e.yearlen+n)||n>=e.yearlen&&!Object(i.c)(c,n+1-e.yearlen)&&!Object(i.c)(c,-e.nextyearlen+n-e.yearlen))}var X=function(){var t=function(e,n){return(t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var n in e)e.hasOwnProperty(n)&&(t[n]=e[n])})(e,n)};return function(e,n){function r(){this.constructor=e}t(e,n),e.prototype=null===n?Object.create(n):(r.prototype=n.prototype,new r)}}(),G=function(t){function e(e){void 0===e&&(e=!1);var n=t.call(this,{},e)||this;return n._rrule=[],n._rdate=[],n._exrule=[],n._exdate=[],n}return X(e,t),e.prototype.tzid=function(t){if(void 0!==t&&(this._tzid=t),void 0!==this._tzid)return this._tzid;for(var e=0;e<this._rrule.length;e++){var n=this._rrule[e].origOptions.tzid;if(n)return n}},e.prototype.rrule=function(t){if(!(t instanceof B))throw new TypeError(String(t)+" is not RRule instance");Object(i.c)(this._rrule.map(String),String(t))||this._rrule.push(t)},e.prototype.rdate=function(t){if(!(t instanceof Date))throw new TypeError(String(t)+" is not Date instance");Object(i.c)(this._rdate.map(Number),Number(t))||(this._rdate.push(t),s.sort(this._rdate))},e.prototype.exrule=function(t){if(!(t instanceof B))throw new TypeError(String(t)+" is not RRule instance");Object(i.c)(this._exrule.map(String),String(t))||this._exrule.push(t)},e.prototype.exdate=function(t){if(!(t instanceof Date))throw new TypeError(String(t)+" is not Date instance");Object(i.c)(this._exdate.map(Number),Number(t))||(this._exdate.push(t),s.sort(this._exdate))},e.prototype.rdatesToString=function(t,e){var n=this.tzid();return""+(n?t+";TZID="+n+":":t+":")+e.map(function(t){return s.timeToUntilString(t.valueOf(),!n)}).join(",")},e.prototype.valueOf=function(){var t=[];return this._rrule.forEach(function(e){t=t.concat(e.toString().split("\n"))}),this._rdate.length&&t.push(this.rdatesToString("RDATE",this._rdate)),this._exrule.forEach(function(e){t=t.concat(e.toString().split("\n").map(function(t){return t.replace(/^RRULE:/,"EXRULE:")}).filter(function(t){return!/^DTSTART/.test(t)}))}),this._exdate.length&&t.push(this.rdatesToString("EXDATE",this._exdate)),t},e.prototype.toString=function(){return this.valueOf().join("\n")},e.prototype._iter=function(t){var e={},n=this._exrule,r=t.accept,i=this.tzid();function o(t,r){n.forEach(function(n){n.between(t,r,!0).forEach(function(t){e[Number(t)]=!0})})}this._exdate.forEach(function(t){var n=new I(t,i).rezonedDate();e[Number(n)]=!0}),t.accept=function(t){var n=Number(t);return!(!e[n]&&(o(new Date(n-1),new Date(n+1)),!e[n]))||(e[n]=!0,r.call(this,t))},"between"===t.method&&(o(t.args.after,t.args.before),t.accept=function(t){var n=Number(t);return!!e[n]||(e[n]=!0,r.call(this,t))});for(var a=0;a<this._rdate.length;a++){var u=new I(this._rdate[a],i).rezonedDate();if(!t.accept(new Date(u.getTime())))break}this._rrule.forEach(function(e){e._iter(t)});var c=t._result;switch(s.sort(c),t.method){case"all":case"between":return c;case"before":return c.length&&c[c.length-1]||null;case"after":return c.length&&c[0]||null;default:return null}},e.prototype.clone=function(){var t,n=new e(!!this._cache);for(t=0;t<this._rrule.length;t++)n.rrule(this._rrule[t].clone());for(t=0;t<this._rdate.length;t++)n.rdate(new Date(this._rdate[t].getTime()));for(t=0;t<this._exrule.length;t++)n.exrule(this._exrule[t].clone());for(t=0;t<this._exdate.length;t++)n.exdate(new Date(this._exdate[t].getTime()));return n},e}(B),J=function(){return(J=Object.assign||function(t){for(var e,n=1,r=arguments.length;n<r;n++)for(var i in e=arguments[n])Object.prototype.hasOwnProperty.call(e,i)&&(t[i]=e[i]);return t}).apply(this,arguments)},$={dtstart:null,cache:!1,unfold:!1,forceset:!1,compatible:!1,tzid:null};function Q(t,e){var n=[],r=[],o=[],a=[],s=R(t),u=s.dtstart,c=s.tzid;return function(t,e){void 0===e&&(e=!1);if(!(t=t&&t.trim()))throw new Error("Invalid empty string");if(!e)return t.split(/\s/);var n=t.split("\n"),r=0;for(;r<n.length;){var i=n[r]=n[r].replace(/\s+$/g,"");i?r>0&&" "===i[0]?(n[r-1]+=i.slice(1),n.splice(r,1)):r+=1:n.splice(r,1)}return n}(t,e.unfold).forEach(function(t){if(t){var e=function(t){var e=function(t){if(-1===t.indexOf(":"))return{name:"RRULE",value:t};var e=Object(i.l)(t,":",1),n=e[0],r=e[1];return{name:n,value:r}}(t),n=e.name,r=e.value,o=n.split(";");if(!o)throw new Error("empty property name");return{name:o[0].toUpperCase(),parms:o.slice(1),value:r}}(t),s=e.name,u=e.parms,h=e.value;switch(s.toUpperCase()){case"RRULE":if(u.length)throw new Error("unsupported RRULE parm: "+u.join(","));n.push(M(t));break;case"RDATE":var d=/RDATE(?:;TZID=([^:=]+))?/i.exec(t),l=(d[0],d[1]);l&&!c&&(c=l),r=r.concat(et(h,u));break;case"EXRULE":if(u.length)throw new Error("unsupported EXRULE parm: "+u.join(","));o.push(M(h));break;case"EXDATE":a=a.concat(et(h,u));break;case"DTSTART":break;default:throw new Error("unsupported property: "+s)}}}),{dtstart:u,tzid:c,rrulevals:n,rdatevals:r,exrulevals:o,exdatevals:a}}function V(t,e){return void 0===e&&(e={}),function(t,e){var n=Q(t,e),r=n.rrulevals,i=n.rdatevals,o=n.exrulevals,a=n.exdatevals,s=n.dtstart,u=n.tzid,c=!1===e.cache;if(e.compatible&&(e.forceset=!0,e.unfold=!0),e.forceset||r.length>1||i.length||o.length||a.length){var h=new G(c);return h.tzid(u||void 0),r.forEach(function(t){h.rrule(new B(tt(t,s,u),c))}),i.forEach(function(t){h.rdate(t)}),o.forEach(function(t){h.exrule(new B(tt(t,s,u),c))}),a.forEach(function(t){h.exdate(t)}),e.compatible&&e.dtstart&&h.rdate(s),h}var d=r[0];return new B(tt(d,d.dtstart||e.dtstart||s,d.tzid||e.tzid||u),c)}(t,function(t){var e=[],n=Object.keys(t),r=Object.keys($);if(n.forEach(function(t){Object(i.c)(r,t)||e.push(t)}),e.length)throw new Error("Invalid options: "+e.join(", "));var o=J({},t);return r.forEach(function(t){Object(i.c)(n,t)||(o[t]=$[t])}),o}(e))}function tt(t,e,n){return J({},t,{dtstart:e,tzid:n})}function et(t,e){return function(t){t.forEach(function(t){if(!/(VALUE=DATE(-TIME)?)|(TZID=)/.test(t))throw new Error("unsupported RDATE/EXDATE parm: "+t)})}(e),t.split(",").map(function(t){return s.untilStringToDate(t)})}n.d(e,"Frequency",function(){return a}),n.d(e,"Weekday",function(){return U}),n.d(e,"RRule",function(){return B}),n.d(e,"RRuleSet",function(){return G}),n.d(e,"rrulestr",function(){return V}); | ||
/*! | ||
@@ -3,0 +3,0 @@ * rrule.js - Library for working with recurrence rules for calendar dates. |
@@ -5,2 +5,3 @@ export declare class DateWithZone { | ||
constructor(date: Date, tzid?: string | null); | ||
private readonly isUTC; | ||
toString(): string; | ||
@@ -7,0 +8,0 @@ getTime(): number; |
@@ -8,5 +8,12 @@ import dateutil from './dateutil'; | ||
} | ||
Object.defineProperty(DateWithZone.prototype, "isUTC", { | ||
get: function () { | ||
return !this.tzid || this.tzid.toUpperCase() === 'UTC'; | ||
}, | ||
enumerable: true, | ||
configurable: true | ||
}); | ||
DateWithZone.prototype.toString = function () { | ||
var datestr = dateutil.timeToUntilString(this.date.getTime(), !this.tzid); | ||
if (this.tzid) { | ||
var datestr = dateutil.timeToUntilString(this.date.getTime(), this.isUTC); | ||
if (!this.isUTC) { | ||
return ";TZID=" + this.tzid + ":" + datestr; | ||
@@ -20,3 +27,3 @@ } | ||
DateWithZone.prototype.rezonedDate = function () { | ||
if (!this.tzid) { | ||
if (this.isUTC) { | ||
return this.date; | ||
@@ -23,0 +30,0 @@ } |
{ | ||
"name": "rrule", | ||
"version": "2.5.2", | ||
"version": "2.5.3", | ||
"description": "JavaScript library for working with recurrence rules for calendar dates.", | ||
@@ -5,0 +5,0 @@ "homepage": "http://jakubroztocil.github.io/rrule/", |
@@ -14,3 +14,3 @@ rrule.js | ||
rrule.js supports recurrence rules as defined in the [iCalendar | ||
RFC](http://www.ietf.org/rfc/rfc2445.txt), with a few important | ||
RFC](https://tools.ietf.org/html/rfc5545), with a few important | ||
[differences](#differences-from-icalendar-rfc). It is a partial port of the | ||
@@ -90,3 +90,3 @@ `rrule` module from the excellent | ||
rule.toString() | ||
"FREQ=WEEKLY;DTSTART=20120201T093000Z;INTERVAL=5;UNTIL=20130130T230000Z;BYDAY=MO,FR" | ||
"DTSTART:20120201T093000Z\nRRULE:FREQ=WEEKLY;INTERVAL=5;UNTIL=20130130T230000Z;BYDAY=MO,FR" | ||
@@ -140,5 +140,6 @@ // Get a human-friendly text representation: | ||
rruleSet.valueOf() | ||
['RRULE:FREQ=MONTHLY;COUNT=5;DTSTART=20120201T023000Z', | ||
['DTSTART:20120201T023000Z', | ||
'RRULE:FREQ=MONTHLY;COUNT=5', | ||
'RDATE:20120701T023000Z,20120702T023000Z', | ||
'EXRULE:FREQ=MONTHLY;COUNT=2;DTSTART=20120301T023000Z', | ||
'EXRULE:FREQ=MONTHLY;COUNT=2', | ||
'EXDATE:20120601T023000Z'] | ||
@@ -154,9 +155,9 @@ | ||
// Parse a RRule string, return a RRule object | ||
rrulestr('RRULE:FREQ=MONTHLY;COUNT=5;DTSTART=20120201T023000Z') | ||
rrulestr('DTSTART:20120201T023000Z\nRRULE:FREQ=MONTHLY;COUNT=5') | ||
// Parse a RRule string, return a RRuleSet object | ||
rrulestr('RRULE:FREQ=MONTHLY;COUNT=5;DTSTART=20120201T023000Z', {forceset: true}) | ||
rrulestr('DTSTART:20120201T023000Z\nRRULE:FREQ=MONTHLY;COUNT=5', {forceset: true}) | ||
// Parse a RRuleSet string, return a RRuleSet object | ||
rrulestr('DTSTART:20120201T023000Z\nRRULE:FREQ=MONTHLY;COUNT=5\nRDATE:20120701T023000Z,20120702T023000Z\nEXRULE:FREQ=MONTHLY;COUNT=2;DTSTART=20120301T023000Z\nEXDATE:20120601T023000Z') | ||
rrulestr('DTSTART:20120201T023000Z\nRRULE:FREQ=MONTHLY;COUNT=5\nRDATE:20120701T023000Z,20120702T023000Z\nEXRULE:FREQ=MONTHLY;COUNT=2\nEXDATE:20120601T023000Z') | ||
@@ -173,5 +174,5 @@ ``` | ||
By default, `RRule` only correctly supports | ||
["floating" times or UTC timezones](https://tools.ietf.org/html/rfc2445#section-4.2.19). | ||
["floating" times or UTC timezones](https://tools.ietf.org/html/rfc5545#section-3.2.19). | ||
Optionally, it also supports use of the `TZID` parameter in the | ||
[RFC](https://tools.ietf.org/html/rfc2445#section-4.2.19) | ||
[RFC](https://tools.ietf.org/html/rfc5545#section-3.2.19) | ||
when the [Luxon](https://github.com/moment/luxon) library is provided. The | ||
@@ -492,3 +493,3 @@ [specification](https://moment.github.io/luxon/docs/manual/zones.html#specifying-a-zone) | ||
rule.toString() | ||
"FREQ=WEEKLY;DTSTART=20120201T093000Z;INTERVAL=5;UNTIL=20130130T230000Z;BYDAY=MO,FR" | ||
"DTSTART:20120201T093000Z\nFREQ=WEEKLY;INTERVAL=5;UNTIL=20130130T230000Z;BYDAY=MO,FR" | ||
@@ -507,3 +508,3 @@ rule.toString() == RRule.optionsToString(rule.origOptions) | ||
RRule.optionsToString(rule.options) | ||
"FREQ=WEEKLY;DTSTART=20120201T093000Z;INTERVAL=5;WKST=0;UNTIL=20130130T230000Z;BYDAY=MO,FR;BYHOUR=10;BYMINUTE=30;BYSECOND=0" | ||
"DTSTART:20120201T093000Z\nRRULE:FREQ=WEEKLY;INTERVAL=5;WKST=0;UNTIL=20130130T230000Z;BYDAY=MO,FR;BYHOUR=10;BYMINUTE=30;BYSECOND=0" | ||
@@ -515,3 +516,3 @@ // Cherry-pick only some options from an rrule: | ||
}) | ||
"FREQ=WEEKLY;DTSTART=20120201T093000Z" | ||
"DTSTART:20120201T093000Z\nRRULE:FREQ=WEEKLY;" | ||
``` | ||
@@ -524,6 +525,6 @@ | ||
```javascript | ||
var rule = RRule.fromString("FREQ=WEEKLY;DTSTART=20120201T093000Z") | ||
var rule = RRule.fromString("DTSTART:20120201T093000Z\nRRULE:FREQ=WEEKLY;") | ||
// This is equivalent | ||
var rule = new RRule(RRule.parseString("FREQ=WEEKLY;DTSTART=20120201T093000Z")) | ||
var rule = new RRule(RRule.parseString("DTSTART:20120201T093000Z\nRRULE:FREQ=WEEKLY")) | ||
``` | ||
@@ -614,3 +615,5 @@ | ||
which are part of the given recurrence rules will not be generated, even if | ||
some inclusive rrule or rdate matches them. | ||
some inclusive rrule or rdate matches them. NOTE: EXRULE has been (deprecated | ||
in RFC 5545)[https://icalendar.org/iCalendar-RFC-5545/a-3-deprecated-features.html] | ||
and does not support a DTSTART property. | ||
@@ -617,0 +620,0 @@ ##### `RRuleSet.prototype.exdate(dt)` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2105286
18739
757