span.white--text Local Version #[em.indigo--text.text--lighten-4 (editable)]
v-divider(vertical)
v-col.pa-4
v-icon.mr-3(color='white') mdi-alpha-r-box
span.white--text Remote Version #[em.indigo--text.text--lighten-4 (read-only)]
v-row.grey.lighten-2.body-2(no-gutters)
v-col.px-4.py-2
em.grey--text.text--darken-2 Your current edit, based on page version from #[span(:title='$options.filters.moment(checkoutDateActive, `LLL`)') {{checkoutDateActive|moment('from')}}]
v-divider(vertical)
v-col.px-4.py-2
em.grey--text.text--darken-2 Last edited by #[strong {{latest.authorName}}], #[span(:title='$options.filters.moment(latest.updatedAt, `LLL`)') {{latest.updatedAt|moment('from')}}]
diff_match_patch.prototype.diff_fromDelta=function(a,b){for(varc=[],d=0,e=0,f=b.split(/\t/g),g=0;g<f.length;g++){varh=f[g].substring(1);switch(f[g].charAt(0)){case"+":try{c[d++]=newdiff_match_patch.Diff(DIFF_INSERT,decodeURI(h))}catch(k){throwError("Illegal escape in diff_fromDelta: "+h);}break;case"-":case"=":varl=parseInt(h,10);if(isNaN(l)||0>l)throwError("Invalid number in diff_fromDelta: "+h);h=a.substring(e,e+=l);"="==f[g].charAt(0)?c[d++]=newdiff_match_patch.Diff(DIFF_EQUAL,h):c[d++]=
newdiff_match_patch.Diff(DIFF_DELETE,h);break;default:if(f[g])throwError("Invalid diff operation in diff_fromDelta: "+f[g]);}}if(e!=a.length)throwError("Delta length ("+e+") does not equal source text length ("+a.length+").");returnc};diff_match_patch.prototype.match_main=function(a,b,c){if(null==a||null==b||null==c)throwError("Null input. (match_main)");c=Math.max(0,Math.min(c,a.length));returna==b?0:a.length?a.substring(c,c+b.length)==b?c:this.match_bitap_(a,b,c):-1};
diff_match_patch.prototype.match_bitap_=function(a,b,c){functiond(a,d){vare=a/b.length,g=Math.abs(c-d);returnf.Match_Distance?e+g/f.Match_Distance:g?1:e}if(b.length>this.Match_MaxBits)throwError("Pattern too long for this browser.");vare=this.match_alphabet_(b),f=this,g=this.Match_Threshold,h=a.indexOf(b,c);-1!=h&&(g=Math.min(d(0,h),g),h=a.lastIndexOf(b,c+b.length),-1!=h&&(g=Math.min(d(0,h),g)));varl=1<<b.length-1;h=-1;for(vark,m,p=b.length+a.length,x,w=0;w<b.length;w++){k=0;for(m=p;k<m;)d(w,
diff_match_patch.prototype.patch_addContext_=function(a,b){if(0!=b.length){if(null===a.start2)throwError("patch not initialized");for(varc=b.substring(a.start2,a.start2+a.length1),d=0;b.indexOf(c)!=b.lastIndexOf(c)&&c.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)d+=this.Patch_Margin,c=b.substring(a.start2-d,a.start2+a.length1+d);d+=this.Patch_Margin;(c=b.substring(a.start2-d,a.start2))&&a.diffs.unshift(newdiff_match_patch.Diff(DIFF_EQUAL,c));(d=b.substring(a.start2+a.length1,
diff_match_patch.prototype.patch_make=function(a,b,c){if("string"==typeofa&&"string"==typeofb&&"undefined"==typeofc){vard=a;b=this.diff_main(d,b,!0);2<b.length&&(this.diff_cleanupSemantic(b),this.diff_cleanupEfficiency(b))}elseif(a&&"object"==typeofa&&"undefined"==typeofb&&"undefined"==typeofc)b=a,d=this.diff_text1(b);elseif("string"==typeofa&&b&&"object"==typeofb&&"undefined"==typeofc)d=a;elseif("string"==typeofa&&"string"==typeofb&&c&&"object"==typeofc)d=a,b=c;elsethrowError("Unknown call format to patch_make.");