Current File : /home/bmofiscom/public_html/wp-content/plugins/gutenberg/build/date/index.js |
this.wp=this.wp||{},this.wp.date=function(t){var n={};function e(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}return e.m=t,e.c=n,e.d=function(t,n,r){e.o(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:r})},e.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},e.t=function(t,n){if(1&n&&(t=e(t)),8&n)return t;if(4&n&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(e.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&n&&"string"!=typeof t)for(var o in t)e.d(r,o,function(n){return t[n]}.bind(null,o));return r},e.n=function(t){var n=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(n,"a",n),n},e.o=function(t,n){return Object.prototype.hasOwnProperty.call(t,n)},e.p="",e(e.s=275)}({275:function(t,n,e){"use strict";e.r(n),e.d(n,"setSettings",(function(){return s})),e.d(n,"__experimentalGetSettings",(function(){return u})),e.d(n,"format",(function(){return h})),e.d(n,"date",(function(){return d})),e.d(n,"gmdate",(function(){return m})),e.d(n,"dateI18n",(function(){return p})),e.d(n,"isInTheFuture",(function(){return v})),e.d(n,"getDate",(function(){return b}));var r=e(29),o=e.n(r),i=(e(276),e(277),"WP"),a={l10n:{locale:"en",months:["January","February","March","April","May","June","July","August","September","October","November","December"],monthsShort:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],weekdays:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],weekdaysShort:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],meridiem:{am:"am",pm:"pm",AM:"AM",PM:"PM"},relative:{future:"%s from now",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",M:"a month",MM:"%d months",y:"a year",yy:"%d years"}},formats:{time:"g: i a",date:"F j, Y",datetime:"F j, Y g: i a",datetimeAbbreviated:"M j, Y g: i a"},timezone:{offset:"0",string:""}};function s(t){a=t;var n=o.a.locale();o.a.updateLocale(t.l10n.locale,{parentLocale:n,months:t.l10n.months,monthsShort:t.l10n.monthsShort,weekdays:t.l10n.weekdays,weekdaysShort:t.l10n.weekdaysShort,meridiem:function(n,e,r){return n<12?r?t.l10n.meridiem.am:t.l10n.meridiem.AM:r?t.l10n.meridiem.pm:t.l10n.meridiem.PM},longDateFormat:{LT:t.formats.time,LTS:null,L:null,LL:t.formats.date,LLL:t.formats.datetime,LLLL:null},relativeTime:t.l10n.relative}),o.a.locale(n),f()}function u(){return a}function f(){o.a.tz.add(o.a.tz.pack({name:i,abbrs:[i],untils:[null],offsets:[60*-a.timezone.offset||0]}))}var l=60,c={d:"DD",D:"ddd",j:"D",l:"dddd",N:"E",S:function(t){var n=t.format("D");return t.format("Do").replace(n,"")},w:"d",z:function(t){return""+parseInt(t.format("DDD"),10)-1},W:"W",F:"MMMM",m:"MM",M:"MMM",n:"M",t:function(t){return t.daysInMonth()},L:function(t){return t.isLeapYear()?"1":"0"},o:"GGGG",Y:"YYYY",y:"YY",a:"a",A:"A",B:function(t){var n=o()(t).utcOffset(60),e=parseInt(n.format("s"),10),r=parseInt(n.format("m"),10),i=parseInt(n.format("H"),10);return parseInt((e+60*r+3600*i)/86.4,10)},g:"h",G:"H",h:"hh",H:"HH",i:"mm",s:"ss",u:"SSSSSS",v:"SSS",e:"zz",I:function(t){return t.isDST()?"1":"0"},O:"ZZ",P:"Z",T:"z",Z:function(t){var n=t.format("Z"),e="-"===n[0]?-1:1,r=n.substring(1).split(":");return e*(r[0]*l+r[1])*60},c:"YYYY-MM-DDTHH:mm:ssZ",r:"ddd, D MMM YYYY HH:mm:ss ZZ",U:"X"};function h(t){var n,e,r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Date,i=[],a=o()(r);for(n=0;n<t.length;n++)"\\"!==(e=t[n])?e in c?"string"!=typeof c[e]?i.push("["+c[e](a)+"]"):i.push(c[e]):i.push("["+e+"]"):(n++,i.push("["+t[n]+"]"));return i=i.join("[]"),a.format(i)}function d(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Date,e=a.timezone.offset*l;return h(t,o()(n).utcOffset(e,!0))}function m(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Date;return h(t,o()(n).utc())}function p(t){var n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:new Date,e=arguments.length>2&&void 0!==arguments[2]&&arguments[2]?0:a.timezone.offset*l,r=o()(n).utcOffset(e,!0);return r.locale(a.l10n.locale),h(t,r)}function v(t){var n=o.a.tz(i);return o.a.tz(t,i).isAfter(n)}function b(t){return t?o.a.tz(t,i).toDate():o.a.tz(i).toDate()}f()},276:function(t,n,e){var r,o,i;//! moment-timezone.js
//! version : 0.5.16
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
!function(a,s){"use strict";o=[e(29)],void 0===(i="function"==typeof(r=function(t){var n,e={},r={},o={},i={},a=t.version.split("."),s=+a[0],u=+a[1];(s<2||2===s&&u<6)&&j("Moment Timezone requires Moment.js >= 2.6.0. You are using Moment.js "+t.version+". See momentjs.com");function f(t){return t>96?t-87:t>64?t-29:t-48}function l(t){var n=0,e=t.split("."),r=e[0],o=e[1]||"",i=1,a=0,s=1;for(45===t.charCodeAt(0)&&(n=1,s=-1);n<r.length;n++)a=60*a+f(r.charCodeAt(n));for(n=0;n<o.length;n++)i/=60,a+=f(o.charCodeAt(n))*i;return a*s}function c(t){for(var n=0;n<t.length;n++)t[n]=l(t[n])}function h(t,n){var e,r=[];for(e=0;e<n.length;e++)r[e]=t[n[e]];return r}function d(t){var n=t.split("|"),e=n[2].split(" "),r=n[3].split(""),o=n[4].split(" ");return c(e),c(r),c(o),function(t,n){for(var e=0;e<n;e++)t[e]=Math.round((t[e-1]||0)+6e4*t[e]);t[n-1]=1/0}(o,r.length),{name:n[0],abbrs:h(n[1].split(" "),r),offsets:h(e,r),untils:o,population:0|n[5]}}function m(t){t&&this._set(d(t))}function p(t){var n=t.toTimeString(),e=n.match(/\([a-z ]+\)/i);"GMT"===(e=e&&e[0]?(e=e[0].match(/[A-Z]/g))?e.join(""):void 0:(e=n.match(/[A-Z]{3,5}/g))?e[0]:void 0)&&(e=void 0),this.at=+t,this.abbr=e,this.offset=t.getTimezoneOffset()}function v(t){this.zone=t,this.offsetScore=0,this.abbrScore=0}function b(t,n){for(var e,r;r=6e4*((n.at-t.at)/12e4|0);)(e=new p(new Date(t.at+r))).offset===t.offset?t=e:n=e;return t}function g(t,n){return t.offsetScore!==n.offsetScore?t.offsetScore-n.offsetScore:t.abbrScore!==n.abbrScore?t.abbrScore-n.abbrScore:n.zone.population-t.zone.population}function z(t,n){var e,r;for(c(n),e=0;e<n.length;e++)r=n[e],i[r]=i[r]||{},i[r][t]=!0}function y(t){var n,e,r,a=t.length,s={},u=[];for(n=0;n<a;n++)for(e in r=i[t[n].offset]||{})r.hasOwnProperty(e)&&(s[e]=!0);for(n in s)s.hasOwnProperty(n)&&u.push(o[n]);return u}function M(){try{var t=Intl.DateTimeFormat().resolvedOptions().timeZone;if(t&&t.length>3){var n=o[w(t)];if(n)return n;j("Moment Timezone found "+t+" from the Intl api, but did not have that data loaded.")}}catch(t){}var e,r,i,a=function(){var t,n,e,r=(new Date).getFullYear()-2,o=new p(new Date(r,0,1)),i=[o];for(e=1;e<48;e++)(n=new p(new Date(r,e,1))).offset!==o.offset&&(t=b(o,n),i.push(t),i.push(new p(new Date(t.at+6e4)))),o=n;for(e=0;e<4;e++)i.push(new p(new Date(r+e,0,1))),i.push(new p(new Date(r+e,6,1)));return i}(),s=a.length,u=y(a),f=[];for(r=0;r<u.length;r++){for(e=new v(_(u[r]),s),i=0;i<s;i++)e.scoreOffsetAt(a[i]);f.push(e)}return f.sort(g),f.length>0?f[0].zone.name:void 0}function w(t){return(t||"").toLowerCase().replace(/\//g,"_")}function S(t){var n,r,i,a;for("string"==typeof t&&(t=[t]),n=0;n<t.length;n++)a=w(r=(i=t[n].split("|"))[0]),e[a]=t[n],o[a]=r,z(a,i[2].split(" "))}function _(t,n){t=w(t);var i,a=e[t];return a instanceof m?a:"string"==typeof a?(a=new m(a),e[t]=a,a):r[t]&&n!==_&&(i=_(r[t],_))?((a=e[t]=new m)._set(i),a.name=o[t],a):null}function D(t){var n,e,i,a;for("string"==typeof t&&(t=[t]),n=0;n<t.length;n++)i=w((e=t[n].split("|"))[0]),a=w(e[1]),r[i]=a,o[i]=e[0],r[a]=i,o[a]=e[1]}function O(t){var n="X"===t._f||"x"===t._f;return!(!t._a||void 0!==t._tzm||n)}function j(t){"undefined"!=typeof console&&"function"==typeof console.error&&console.error(t)}function A(n){var e=Array.prototype.slice.call(arguments,0,-1),r=arguments[arguments.length-1],o=_(r),i=t.utc.apply(null,e);return o&&!t.isMoment(n)&&O(i)&&i.add(o.parse(i),"minutes"),i.tz(r),i}m.prototype={_set:function(t){this.name=t.name,this.abbrs=t.abbrs,this.untils=t.untils,this.offsets=t.offsets,this.population=t.population},_index:function(t){var n,e=+t,r=this.untils;for(n=0;n<r.length;n++)if(e<r[n])return n},parse:function(t){var n,e,r,o,i=+t,a=this.offsets,s=this.untils,u=s.length-1;for(o=0;o<u;o++)if(n=a[o],e=a[o+1],r=a[o?o-1:o],n<e&&A.moveAmbiguousForward?n=e:n>r&&A.moveInvalidForward&&(n=r),i<s[o]-6e4*n)return a[o];return a[u]},abbr:function(t){return this.abbrs[this._index(t)]},offset:function(t){return j("zone.offset has been deprecated in favor of zone.utcOffset"),this.offsets[this._index(t)]},utcOffset:function(t){return this.offsets[this._index(t)]}},v.prototype.scoreOffsetAt=function(t){this.offsetScore+=Math.abs(this.zone.utcOffset(t.at)-t.offset),this.zone.abbr(t.at).replace(/[^A-Z]/g,"")!==t.abbr&&this.abbrScore++},A.version="0.5.16",A.dataVersion="",A._zones=e,A._links=r,A._names=o,A.add=S,A.link=D,A.load=function(t){S(t.zones),D(t.links),A.dataVersion=t.version},A.zone=_,A.zoneExists=function t(n){return t.didShowError||(t.didShowError=!0,j("moment.tz.zoneExists('"+n+"') has been deprecated in favor of !moment.tz.zone('"+n+"')")),!!_(n)},A.guess=function(t){return n&&!t||(n=M()),n},A.names=function(){var t,n=[];for(t in o)o.hasOwnProperty(t)&&(e[t]||e[r[t]])&&o[t]&&n.push(o[t]);return n.sort()},A.Zone=m,A.unpack=d,A.unpackBase60=l,A.needsOffset=O,A.moveInvalidForward=!0,A.moveAmbiguousForward=!1;var T=t.fn;function Y(t){return function(){return this._z?this._z.abbr(this):t.call(this)}}t.tz=A,t.defaultZone=null,t.updateOffset=function(n,e){var r,o=t.defaultZone;void 0===n._z&&(o&&O(n)&&!n._isUTC&&(n._d=t.utc(n._a)._d,n.utc().add(o.parse(n),"minutes")),n._z=o),n._z&&(r=n._z.utcOffset(n),Math.abs(r)<16&&(r/=60),void 0!==n.utcOffset?n.utcOffset(-r,e):n.zone(r,e))},T.tz=function(n,e){return n?(this._z=_(n),this._z?t.updateOffset(this,e):j("Moment Timezone has no data for "+n+". See http://momentjs.com/timezone/docs/#/data-loading/."),this):this._z?this._z.name:void 0},T.zoneName=Y(T.zoneName),T.zoneAbbr=Y(T.zoneAbbr),T.utc=(k=T.utc,function(){return this._z=null,k.apply(this,arguments)}),t.tz.setDefault=function(n){return(s<2||2===s&&u<9)&&j("Moment Timezone setDefault() requires Moment.js >= 2.9.0. You are using Moment.js "+t.version+"."),t.defaultZone=n?_(n):null,t};var k;var L=t.momentProperties;"[object Array]"===Object.prototype.toString.call(L)?(L.push("_z"),L.push("_a")):L&&(L._z=null);return t})?r.apply(n,o):r)||(t.exports=i)}()},277:function(t,n,e){var r,o,i;//! moment-timezone-utils.js
//! version : 0.5.16
//! Copyright (c) JS Foundation and other contributors
//! license : MIT
//! github.com/moment/moment-timezone
!function(a,s){"use strict";o=[e(29)],void 0===(i="function"==typeof(r=function(t){if(!t.tz)throw new Error("moment-timezone-utils.js must be loaded after moment-timezone.js");var n="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWX",e=1e-6;function r(t,r){for(var o="",i=Math.abs(t),a=Math.floor(i),s=function(t,r){for(var o,i=".",a="";r>0;)r-=1,t*=60,o=Math.floor(t+e),i+=n[o],t-=o,o&&(a+=i,i="");return a}(i-a,Math.min(~~r,10));a>0;)o=n[a%60]+o,a=Math.floor(a/60);return t<0&&(o="-"+o),o&&s?o+s:(s||"-"!==o)&&(o||s)||"0"}function o(t){var n,e=[],o=0;for(n=0;n<t.length-1;n++)e[n]=r(Math.round((t[n]-o)/1e3)/60,1),o=t[n];return e.join(" ")}function i(t){var n,e,o=0,i=[],a=[],s=[],u={};for(n=0;n<t.abbrs.length;n++)void 0===u[e=t.abbrs[n]+"|"+t.offsets[n]]&&(u[e]=o,i[o]=t.abbrs[n],a[o]=r(Math.round(60*t.offsets[n])/60,1),o++),s[n]=r(u[e],0);return i.join(" ")+"|"+a.join(" ")+"|"+s.join("")}function a(t){if(!t)return"";if(t<1e3)return"|"+t;var n=String(0|t).length-2;return"|"+Math.round(t/Math.pow(10,n))+"e"+n}function s(t){return function(t){if(!t.name)throw new Error("Missing name");if(!t.abbrs)throw new Error("Missing abbrs");if(!t.untils)throw new Error("Missing untils");if(!t.offsets)throw new Error("Missing offsets");if(t.offsets.length!==t.untils.length||t.offsets.length!==t.abbrs.length)throw new Error("Mismatched array lengths")}(t),[t.name,i(t),o(t.untils)+a(t.population)].join("|")}function u(t,n){var e;if(t.length!==n.length)return!1;for(e=0;e<t.length;e++)if(t[e]!==n[e])return!1;return!0}function f(t,n){return u(t.offsets,n.offsets)&&u(t.abbrs,n.abbrs)&&u(t.untils,n.untils)}function l(t,n){var e=[],r=[];return t.links&&(r=t.links.slice()),function(t,n,e,r){var o,i,a,s,u,l,c=[];for(o=0;o<t.length;o++){for(l=!1,a=t[o],i=0;i<c.length;i++)f(a,s=(u=c[i])[0])&&(a.population>s.population?u.unshift(a):a.population===s.population&&r&&r[a.name]?u.unshift(a):u.push(a),l=!0);l||c.push([a])}for(o=0;o<c.length;o++)for(u=c[o],n.push(u[0]),i=1;i<u.length;i++)e.push(u[0].name+"|"+u[i].name)}(t.zones,e,r,n),{version:t.version,zones:e,links:r.sort()}}function c(t,n,e){var r=Array.prototype.slice,o=function(t,n,e){var r,o,i=0,a=t.length+1;for(e||(e=n),n>e&&(o=n,n=e,e=o),o=0;o<t.length;o++)null!=t[o]&&((r=new Date(t[o]).getUTCFullYear())<n&&(i=o+1),r>e&&(a=Math.min(a,o+1)));return[i,a]}(t.untils,n,e),i=r.apply(t.untils,o);return i[i.length-1]=null,{name:t.name,abbrs:r.apply(t.abbrs,o),untils:i,offsets:r.apply(t.offsets,o),population:t.population}}return t.tz.pack=s,t.tz.packBase60=r,t.tz.createLinks=l,t.tz.filterYears=c,t.tz.filterLinkPack=function(t,n,e,r){var o,i,a=t.zones,u=[];for(o=0;o<a.length;o++)u[o]=c(a[o],n,e);for(i=l({zones:u,links:t.links.slice(),version:t.version},r),o=0;o<i.zones.length;o++)i.zones[o]=s(i.zones[o]);return i},t})?r.apply(n,o):r)||(t.exports=i)}()},29:function(t,n){!function(){t.exports=this.moment}()}});