Javascript bundling updated
Using VS extension: 'Bundler & Minifier'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*!
|
||||
/*!
|
||||
* Modernizr v2.7.2
|
||||
* www.modernizr.com
|
||||
*
|
||||
@@ -42961,4 +42961,4 @@ jQuery.fn.DataTable.defaults.aLengthMenu = [[10, 20, 50, -1], [10, 20, 50, "All"
|
||||
$('.ui-dialog-content').filter(':visible').dialog('option', 'position', 'center');
|
||||
});
|
||||
});
|
||||
})(jQuery, window, document, Modernizr);
|
||||
})(jQuery, window, document, Modernizr);
|
||||
@@ -1,28 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Core/modernizr-2.7.2.js</file>
|
||||
<file>Core/jquery-2.1.1.js</file>
|
||||
<file>Core/jquery.validate.js</file>
|
||||
<file>Core/jquery.validate.unobtrusive.js</file>
|
||||
<file>Core/disco.unobtrusiveValidation.extensions.js</file>
|
||||
<file>Core/jquery-ui-1.10.4.js</file>
|
||||
<file>Core/jquery.watermark.js</file>
|
||||
<file>Core/jquery.dataTables.js</file>
|
||||
<file>Core/moment.js</file>
|
||||
<file>Core/moment.en-au.js</file>
|
||||
<file>Core/disco.moment.extensions.js</file>
|
||||
<file>Core/livestamp.js</file>
|
||||
<file>Core/disco.dataTables.extensions.js</file>
|
||||
<file>Core/disco.uicore.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
+2
-2
File diff suppressed because one or more lines are too long
@@ -1,3 +1,3 @@
|
||||
$(function () {
|
||||
$(function () {
|
||||
$('.ajaxLoading:not(.showInitially)').hide();
|
||||
})
|
||||
})
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Disco-AjaxHelperIcons/disco.ajaxhelpericons.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1 +1 @@
|
||||
$(function(){$(".ajaxLoading:not(.showInitially)").hide()});
|
||||
$(function(){$(".ajaxLoading:not(.showInitially)").hide()});
|
||||
@@ -1,4 +1,4 @@
|
||||
// WebcamJS v1.0
|
||||
// WebcamJS v1.0
|
||||
// Webcam library for capturing JPEG/PNG images in JavaScript
|
||||
// Attempts getUserMedia, falls back to Flash
|
||||
// Author: Joseph Huckaby: http://github.com/jhuckaby
|
||||
@@ -561,8 +561,10 @@ Webcam.init();
|
||||
var comments = dialog.find('input.comments')
|
||||
.keypress(function (e) {
|
||||
if (e.which === 13) {
|
||||
result = true;
|
||||
dialog.dialog("close");
|
||||
if (!!comments.val()) {
|
||||
result = true;
|
||||
dialog.dialog("close");
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
@@ -573,8 +575,15 @@ Webcam.init();
|
||||
autoOpen: true,
|
||||
buttons: {
|
||||
"Upload": function () {
|
||||
result = true;
|
||||
dialog.dialog("close");
|
||||
if (!!comments.val()) {
|
||||
result = true;
|
||||
dialog.dialog("close");
|
||||
window.setTimeout(function () {
|
||||
comments.focus();
|
||||
}, 1);
|
||||
} else {
|
||||
alert('Please provide a comment for this attachment.');
|
||||
}
|
||||
},
|
||||
Cancel: function () {
|
||||
dialog.dialog("close");
|
||||
@@ -694,4 +703,4 @@ Webcam.init();
|
||||
}
|
||||
document.Disco.AttachmentUploader = attachmentUploader;
|
||||
|
||||
}(this, document, $, Webcam));
|
||||
}(this, document, $, Webcam));
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Disco-AttachmentUploader/webcam.js</file>
|
||||
<file>Disco-AttachmentUploader/disco-attachmentuploader.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
(function ($, window, document) {
|
||||
(function ($, window, document) {
|
||||
$(function () {
|
||||
var createJobDialog = null;
|
||||
var dialogMethods = {
|
||||
@@ -59,4 +59,4 @@
|
||||
return false;
|
||||
});
|
||||
})
|
||||
})($, window, document);
|
||||
})($, window, document);
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Disco-CreateJob/disco.createjob.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1 +1 @@
|
||||
(function(n,t,i){n(function(){var r=null,u={close:function(){r.dialog("close")},setButtons:function(n){r&&r.dialog("option","buttons",n)}};i.DiscoFunctions||(i.DiscoFunctions={});i.DiscoFunctions.CreateOpenJobDialog=function(f){r=n("<div>").attr("id","createJobDialog").css({paddingTop:"0"}).appendTo(i.body);r.dialog({resizable:!1,draggable:!1,modal:!0,autoOpen:!1,title:"Create Job",width:850,height:Math.min(670,n(t).height()-50),close:function(){r.find("iframe").attr("src","about:blank");r.dialog("destroy").remove();r=null},buttons:{}});var e=n("<iframe>").attr({src:f}).css({border:"none",height:"100%",width:"100%"}).appendTo(r);r[0].discoDialogMethods=u;t.setTimeout(function(){r.dialog("open")},1)};n("#buttonCreateJob").click(function(){var t=n(this),r=t.attr("href");return i.DiscoFunctions.CreateOpenJobDialog(r),!1})})})($,window,document);
|
||||
(function(n,t,i){n(function(){var r=null,u={close:function(){r.dialog("close")},setButtons:function(n){r&&r.dialog("option","buttons",n)}};i.DiscoFunctions||(i.DiscoFunctions={});i.DiscoFunctions.CreateOpenJobDialog=function(f){r=n("<div>").attr("id","createJobDialog").css({paddingTop:"0"}).appendTo(i.body);r.dialog({resizable:!1,draggable:!1,modal:!0,autoOpen:!1,title:"Create Job",width:850,height:Math.min(670,n(t).height()-50),close:function(){r.find("iframe").attr("src","about:blank");r.dialog("destroy").remove();r=null},buttons:{}});var e=n("<iframe>").attr({src:f}).css({border:"none",height:"100%",width:"100%"}).appendTo(r);r[0].discoDialogMethods=u;t.setTimeout(function(){r.dialog("open")},1)};n("#buttonCreateJob").click(function(){var t=n(this),r=t.attr("href");return i.DiscoFunctions.CreateOpenJobDialog(r),!1})})})($,window,document);
|
||||
@@ -1,4 +1,4 @@
|
||||
(function (window, document, $) {
|
||||
(function (window, document, $) {
|
||||
var dataTables = [];
|
||||
|
||||
$(function () {
|
||||
@@ -158,4 +158,4 @@
|
||||
//$(dataTables).bind('filter', scrollCheck);
|
||||
//$(dataTables).bind('sort', scrollCheck);
|
||||
});
|
||||
})(window, document, $);
|
||||
})(window, document, $);
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Disco-DataTableHelpers/disco.datatablehelpers.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1 +1 @@
|
||||
(function(n,t,i){var r=[];i(function(){function t(){var t=i(this).closest(".dataTables_wrapper");t.length>0&&n.setTimeout(function(){var e=i(n),o=t.height(),r=t.offset(),u=e.scrollTop(),s=e.height(),h=u-r.top,f;h>0?i("html").animate({scrollTop:r.top},125):(f=(u+s-(o+r.top))*-1,f>0&&(o>s?i("html").animate({scrollTop:r.top},125):i("html").animate({scrollTop:u+f},125)))},1)}i("table.jobTable").each(function(){var u=i(this),h=!1,l=u.hasClass("enablePaging"),a=u.hasClass("enableFilter"),v=u.find("tr").length>20,y={bPaginate:l,sPaginationType:"full_numbers",bLengthChange:v,iDisplayLength:20,bFilter:a,bSort:!0,bInfo:!1,bAutoWidth:!1,aoColumnDefs:[{aTargets:["dates"],sSortDataType:"disco_datetime",sType:"disco_datetime"}],aaSorting:[],oLanguage:{sSearch:"Filter:"},fnDrawCallback:function(){h?t.apply(u):h=!0}},p=u.dataTable(y),c,o,f,e,n,s;if(u.hasClass("hideStatusClosed")&&(c=u.children("tbody"),o=c.children('tr[data-status="Closed"]'),o.length>0)){f=i(this).closest(".dataTables_wrapper");e=f;f.parent(".jobTable").length>0&&(e=f.parent());n=e.prev();n.length>0&&(n.is("h1")||n.is("h2")||n.is("h3"))?n.data("dataTable_originalContent",n.html()).text("Active "+n.text()):n=null;s=e.find("div.allClosed_container");s.length>0?(u.hide(),f.find(".dataTables_filter").hide()):i('<a class="dataTables_showStatusClosed button small" href="#">').text("Show Closed Jobs ("+o.length+")").appendTo(e);e.on("click","a.dataTables_showStatusClosed",function(){return u.show(),f.find(".dataTables_filter").show(),u.removeClass("hideStatusClosed"),s.remove(),i(this).remove(),n&&n.html(n.data("dataTable_originalContent")),t.apply(u[0]),!1})}r.push(this)});i("table.deviceTable").each(function(){var n=i(this),t=n.find("tr").length>20,u={bPaginate:t,sPaginationType:"full_numbers",bLengthChange:t,iDisplayLength:20,bFilter:!0,bSort:!0,bInfo:!1,bAutoWidth:!1,aaSorting:[],oLanguage:{sSearch:"Filter:"}};n.dataTable(u);r.push(this)});i("table.userTable").each(function(){var n=i(this),t=n.find("tr").length>20,u={bPaginate:t,sPaginationType:"full_numbers",bLengthChange:t,iDisplayLength:20,bFilter:!0,bSort:!0,bInfo:!1,bAutoWidth:!1,aaSorting:[],oLanguage:{sSearch:"Filter:"}};n.dataTable(u);r.push(this)})})})(window,document,$);
|
||||
(function(n,t,i){var r=[];i(function(){function t(){var t=i(this).closest(".dataTables_wrapper");t.length>0&&n.setTimeout(function(){var e=i(n),o=t.height(),r=t.offset(),u=e.scrollTop(),s=e.height(),h=u-r.top,f;h>0?i("html").animate({scrollTop:r.top},125):(f=(u+s-(o+r.top))*-1,f>0&&(o>s?i("html").animate({scrollTop:r.top},125):i("html").animate({scrollTop:u+f},125)))},1)}i("table.jobTable").each(function(){var u=i(this),h=!1,l=u.hasClass("enablePaging"),a=u.hasClass("enableFilter"),v=u.find("tr").length>20,y={bPaginate:l,sPaginationType:"full_numbers",bLengthChange:v,iDisplayLength:20,bFilter:a,bSort:!0,bInfo:!1,bAutoWidth:!1,aoColumnDefs:[{aTargets:["dates"],sSortDataType:"disco_datetime",sType:"disco_datetime"}],aaSorting:[],oLanguage:{sSearch:"Filter:"},fnDrawCallback:function(){h?t.apply(u):h=!0}},p=u.dataTable(y),c,o,f,e,n,s;if(u.hasClass("hideStatusClosed")&&(c=u.children("tbody"),o=c.children('tr[data-status="Closed"]'),o.length>0)){f=i(this).closest(".dataTables_wrapper");e=f;f.parent(".jobTable").length>0&&(e=f.parent());n=e.prev();n.length>0&&(n.is("h1")||n.is("h2")||n.is("h3"))?n.data("dataTable_originalContent",n.html()).text("Active "+n.text()):n=null;s=e.find("div.allClosed_container");s.length>0?(u.hide(),f.find(".dataTables_filter").hide()):i('<a class="dataTables_showStatusClosed button small" href="#">').text("Show Closed Jobs ("+o.length+")").appendTo(e);e.on("click","a.dataTables_showStatusClosed",function(){return u.show(),f.find(".dataTables_filter").show(),u.removeClass("hideStatusClosed"),s.remove(),i(this).remove(),n&&n.html(n.data("dataTable_originalContent")),t.apply(u[0]),!1})}r.push(this)});i("table.deviceTable").each(function(){var n=i(this),t=n.find("tr").length>20,u={bPaginate:t,sPaginationType:"full_numbers",bLengthChange:t,iDisplayLength:20,bFilter:!0,bSort:!0,bInfo:!1,bAutoWidth:!1,aaSorting:[],oLanguage:{sSearch:"Filter:"}};n.dataTable(u);r.push(this)});i("table.userTable").each(function(){var n=i(this),t=n.find("tr").length>20,u={bPaginate:t,sPaginationType:"full_numbers",bLengthChange:t,iDisplayLength:20,bFilter:!0,bSort:!0,bInfo:!1,bAutoWidth:!1,aaSorting:[],oLanguage:{sSearch:"Filter:"}};n.dataTable(u);r.push(this)})})})(window,document,$);
|
||||
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../../Core/jquery-1.7.1.js" />
|
||||
/// <reference path="../../Core/jquery-1.7.1.js" />
|
||||
function DiscoExpressionEditor(host, validateUrl, expression) {
|
||||
this.host = host;
|
||||
this.hostDocument = null;
|
||||
@@ -109,4 +109,4 @@ DiscoExpressionEditor.prototype = {
|
||||
}
|
||||
String.prototype.trim = function () {
|
||||
return this.replace(/^\s+|\s+$/g, "");
|
||||
}
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Disco-ExpressionEditor/disco.expressioneditor.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1 +1 @@
|
||||
function DiscoExpressionEditor(n,t,i){this.host=n;this.hostDocument=null;this.hostContainer=null;this.validateUrl=t;this.expression=i?i:"";this.expressionHtml="";this.expressionException=null;this.hostInited=null;this.expressionValidated=null;this.expressionExceptionChanged=null}DiscoExpressionEditor.prototype={hostInit:function(){var n=this,i=function(){n.hostDocument=n.host.contents();n.hostContainer=n.hostDocument.find("body");n.host.focus(function(){n.setException(null);n.renderExpression()});n.hostContainer.bind("paste",function(){setTimeout(function(){n.setExpression(n.hostContainer.text())},50)});n.expression&&n.setExpression(n.expression);n.hostInited&&n.hostInited()},t=function(){n.host.unbind("load",t);n.host.load(i);n.host[0].contentWindow.document.designMode="on"};n.host.load(t)},parseExpression:function(n,t){for(var f,r,u=n.split("\n"),i=0;i<u.length;i++)t&&t.PositionRow==i+1?(f=u[i].trim(),r='<p id="line'+i+'" class="line lineError">',f.length>=t.PositionColumn?(r+=f.substr(0,t.PositionColumn-1),r+='<span class="error">'+f.substr(t.PositionColumn-1,1)+"<\/span>",r+=f.substr(t.PositionColumn)):(r+=f,r+='<span class="error"> <\/span>'),r+="<\/p>",u[i]=r):u[i]='<p id="line'+i+'" class="line">'+u[i].trim()+"<\/p>";return u.join("")},setExpression:function(n){this.expression=n;this.setException(null);this.renderExpression()},getExpression:function(){var n=null;return $("p",this.hostContainer).each(function(){n==null?n=$(this).text():n+="\n"+$(this).text()}),this.expression=n,n},setException:function(n){this.expressionException!==n&&(this.expressionException=n,this.expressionExceptionChanged&&this.expressionExceptionChanged(n))},renderExpression:function(){this.expressionHtml=this.parseExpression(this.expression,this.expressionException);this.hostContainer.html(this.expressionHtml)},validateExpression:function(){var n=this,t=n.getExpression();$.getJSON(n.validateUrl,{Expression:t},function(t){n.setException(t);n.renderExpression();n.expressionValidated&&n.expressionValidated(t.ExpressionValid,t)})}};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};
|
||||
function DiscoExpressionEditor(n,t,i){this.host=n;this.hostDocument=null;this.hostContainer=null;this.validateUrl=t;this.expression=i?i:"";this.expressionHtml="";this.expressionException=null;this.hostInited=null;this.expressionValidated=null;this.expressionExceptionChanged=null}DiscoExpressionEditor.prototype={hostInit:function(){var n=this,i=function(){n.hostDocument=n.host.contents();n.hostContainer=n.hostDocument.find("body");n.host.focus(function(){n.setException(null);n.renderExpression()});n.hostContainer.bind("paste",function(){setTimeout(function(){n.setExpression(n.hostContainer.text())},50)});n.expression&&n.setExpression(n.expression);n.hostInited&&n.hostInited()},t=function(){n.host.unbind("load",t);n.host.load(i);n.host[0].contentWindow.document.designMode="on"};n.host.load(t)},parseExpression:function(n,t){for(var f,r,u=n.split("\n"),i=0;i<u.length;i++)t&&t.PositionRow==i+1?(f=u[i].trim(),r='<p id="line'+i+'" class="line lineError">',f.length>=t.PositionColumn?(r+=f.substr(0,t.PositionColumn-1),r+='<span class="error">'+f.substr(t.PositionColumn-1,1)+"<\/span>",r+=f.substr(t.PositionColumn)):(r+=f,r+='<span class="error"> <\/span>'),r+="<\/p>",u[i]=r):u[i]='<p id="line'+i+'" class="line">'+u[i].trim()+"<\/p>";return u.join("")},setExpression:function(n){this.expression=n;this.setException(null);this.renderExpression()},getExpression:function(){var n=null;return $("p",this.hostContainer).each(function(){n==null?n=$(this).text():n+="\n"+$(this).text()}),this.expression=n,n},setException:function(n){this.expressionException!==n&&(this.expressionException=n,this.expressionExceptionChanged&&this.expressionExceptionChanged(n))},renderExpression:function(){this.expressionHtml=this.parseExpression(this.expression,this.expressionException);this.hostContainer.html(this.expressionHtml)},validateExpression:function(){var n=this,t=n.getExpression();$.getJSON(n.validateUrl,{Expression:t},function(t){n.setException(t);n.renderExpression();n.expressionValidated&&n.expressionValidated(t.ExpressionValid,t)})}};String.prototype.trim=function(){return this.replace(/^\s+|\s+$/g,"")};
|
||||
@@ -1,4 +1,4 @@
|
||||
if (!document.DiscoFunctions) {
|
||||
if (!document.DiscoFunctions) {
|
||||
document.DiscoFunctions = {};
|
||||
}
|
||||
if (!document.DiscoFunctions.PropertyChangeHelper) {
|
||||
@@ -325,4 +325,4 @@ if (!document.DiscoFunctions.DateDialogCreateUpdater)
|
||||
}
|
||||
|
||||
document.DiscoFunctions.DateDialogCreateUpdater = dateDialogCreateUpdater;
|
||||
}
|
||||
}
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Disco-PropertyChangeHelpers/disco.propertychangehelpers.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../../Core/jquery-1.7.1.js" />
|
||||
/// <reference path="../../Core/jquery-1.7.1.js" />
|
||||
(function ($) {
|
||||
|
||||
var checkboxBulkSelectMethods = {
|
||||
@@ -79,4 +79,4 @@
|
||||
$.error('Method ' + method + ' does not exist on jQuery.checkboxBulkSelect');
|
||||
}
|
||||
}
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Disco-jQueryExtensions/disco.jQueryExtensions.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1 +1 @@
|
||||
(function(n){var t={init:function(i){return i=n.extend({parentSelector:"tr"},i),this.each(function(){var u=n(this),r,e,o;if(u.data("checkboxBulkSelect_parentSelector",i.parentSelector),r=u.closest(i.parentSelector).find('input[type="checkbox"]'),r.length>0){function s(){return r.prop("checked",!0),f(),!1}function h(){return r.prop("checked",!1),f(),!1}function f(){t.update.apply(u,[r,i.parentSelector,e,o])}e=n("<a>").addClass("selectAll").attr("href","#").text("ALL").click(s);o=n("<a>").addClass("selectNone").attr("href","#").text("NONE").click(h);u.append(n("<span>").text("Select: "),e,n("<span>").text(" | "),o);r.click(f);f()}})},update:function(t,i,r,u){return this.each(function(){$this=n(this);i||(i=$this.data("checkboxBulkSelect_parentSelector"));t||(t=$this.closest(i).find('input[type="checkbox"]'));r||(r=$this.find("a.selectAll").first());u||(u=$this.find("a.selectNone").first());var f=t.filter(":checked");t.length==f.length?(r.prop("disabled",!0),u.prop("disabled",!1)):f.length==0?(u.prop("disabled",!0),r.prop("disabled",!1)):(r.prop("disabled",!1),u.prop("disabled",!1))})}};n.fn.checkboxBulkSelect=function(i){if(t[i])return t[i].apply(this,Array.prototype.slice(arguments,1));if(typeof i!="object"&&i)n.error("Method "+i+" does not exist on jQuery.checkboxBulkSelect");else return t.init.apply(this,arguments)}})(jQuery);
|
||||
(function(n){var t={init:function(i){return i=n.extend({parentSelector:"tr"},i),this.each(function(){var u=n(this),r,e,o;if(u.data("checkboxBulkSelect_parentSelector",i.parentSelector),r=u.closest(i.parentSelector).find('input[type="checkbox"]'),r.length>0){function s(){return r.prop("checked",!0),f(),!1}function h(){return r.prop("checked",!1),f(),!1}function f(){t.update.apply(u,[r,i.parentSelector,e,o])}e=n("<a>").addClass("selectAll").attr("href","#").text("ALL").click(s);o=n("<a>").addClass("selectNone").attr("href","#").text("NONE").click(h);u.append(n("<span>").text("Select: "),e,n("<span>").text(" | "),o);r.click(f);f()}})},update:function(t,i,r,u){return this.each(function(){$this=n(this);i||(i=$this.data("checkboxBulkSelect_parentSelector"));t||(t=$this.closest(i).find('input[type="checkbox"]'));r||(r=$this.find("a.selectAll").first());u||(u=$this.find("a.selectNone").first());var f=t.filter(":checked");t.length==f.length?(r.prop("disabled",!0),u.prop("disabled",!1)):f.length==0?(u.prop("disabled",!0),r.prop("disabled",!1)):(r.prop("disabled",!1),u.prop("disabled",!1))})}};n.fn.checkboxBulkSelect=function(i){if(t[i])return t[i].apply(this,Array.prototype.slice(arguments,1));if(typeof i!="object"&&i)n.error("Method "+i+" does not exist on jQuery.checkboxBulkSelect");else return t.init.apply(this,arguments)}})(jQuery);
|
||||
@@ -1,4 +1,4 @@
|
||||
// ==ClosureCompiler==
|
||||
// ==ClosureCompiler==
|
||||
// @compilation_level SIMPLE_OPTIMIZATIONS
|
||||
|
||||
/**
|
||||
@@ -17669,5 +17669,4 @@ extend(Highcharts, {
|
||||
version: VERSION
|
||||
});
|
||||
|
||||
}());
|
||||
|
||||
}());
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Highcharts/highcharts.src.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* @license Highcharts JS v4.0.1 (2014-04-24)
|
||||
*
|
||||
* (c) 2009-2014 Torstein Honsi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Knockout JavaScript library v3.1.0
|
||||
// Knockout JavaScript library v3.1.0
|
||||
// (c) Steven Sanderson - http://knockoutjs.com/
|
||||
// License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
||||
|
||||
@@ -93,5 +93,4 @@ l,g]));k.length=0;a.a.$(k,l)},null,{G:b,Da:function(){return!a.a.eb(k)}});return
|
||||
v,x=0,A,C;A=q[x];x++)switch(C=A.moved,A.status){case "deleted":C===p&&(v=r[t],v.h&&v.h.F(),w.push.apply(w,a.a.ea(v.S,d)),h.beforeRemove&&(e[x]=v,y.push(v)));t++;break;case "retained":k(x,t++);break;case "added":C!==p?k(x,C):(v={ka:A.value,Ia:a.m(u++)},s.push(v),y.push(v),n||(m[x]=v))}l(h.beforeMove,z);a.a.r(w,h.beforeRemove?a.M:a.removeNode);for(var x=0,n=a.e.firstChild(d),E;v=y[x];x++){v.S||a.a.extend(v,b(d,f,v.ka,g,v.Ia));for(t=0;q=v.S[t];n=q.nextSibling,E=q,t++)q!==n&&a.e.rb(d,q,E);!v.Zb&&g&&(g(v.ka,
|
||||
v.S,v.Ia),v.Zb=!0)}l(h.beforeRemove,e);l(h.afterMove,z);l(h.afterAdd,m);a.a.f.set(d,c,s)}})();a.b("utils.setDomNodeChildrenFromArrayMapping",a.a.Ua);a.K=function(){this.allowTemplateRewriting=!1};a.K.prototype=new a.C;a.K.prototype.renderTemplateSource=function(b){var c=(9>a.a.oa?0:b.nodes)?b.nodes():null;if(c)return a.a.R(c.cloneNode(!0).childNodes);b=b.text();return a.a.Qa(b)};a.K.Ja=new a.K;a.Wa(a.K.Ja);a.b("nativeTemplateEngine",a.K);(function(){a.La=function(){var a=this.ac=function(){if(!t||
|
||||
!t.tmpl)return 0;try{if(0<=t.tmpl.tag.tmpl.open.toString().indexOf("__"))return 2}catch(a){}return 1}();this.renderTemplateSource=function(b,e,f){f=f||{};if(2>a)throw Error("Your version of jQuery.tmpl is too old. Please upgrade to jQuery.tmpl 1.0.0pre or later.");var h=b.data("precompiled");h||(h=b.text()||"",h=t.template(null,"{{ko_with $item.koBindingContext}}"+h+"{{/ko_with}}"),b.data("precompiled",h));b=[e.$data];e=t.extend({koBindingContext:e},f.templateOptions);e=t.tmpl(h,b,e);e.appendTo(w.createElement("div"));
|
||||
t.fragments={};return e};this.createJavaScriptEvaluatorBlock=function(a){return"{{ko_code ((function() { return "+a+" })()) }}"};this.addTemplate=function(a,b){w.write("<script type='text/html' id='"+a+"'>"+b+"\x3c/script>")};0<a&&(t.tmpl.tag.ko_code={open:"__.push($1 || '');"},t.tmpl.tag.ko_with={open:"with($1) {",close:"} "})};a.La.prototype=new a.C;var b=new a.La;0<b.ac&&a.Wa(b);a.b("jqueryTmplTemplateEngine",a.La)})()})})();})();
|
||||
|
||||
t.fragments={};return e};this.createJavaScriptEvaluatorBlock=function(a){return"{{ko_code ((function() { return "+a+" })()) }}"};this.addTemplate=function(a,b){w.write("<script type='text/html' id='"+a+"'>"+b+"\x3c/script>")};0<a&&(t.tmpl.tag.ko_code={open:"__.push($1 || '');"},t.tmpl.tag.ko_with={open:"with($1) {",close:"} "})};a.La.prototype=new a.C;var b=new a.La;0<b.ac&&a.Wa(b);a.b("jqueryTmplTemplateEngine",a.La)})()})})();})();
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Knockout/knockout-3.1.0.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Shadowbox/shadowbox.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,20 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>Timeline/disco.simileajaxextensions.js</file>
|
||||
<file>Timeline/simile-ajax-bundle-DiscoMod.js</file>
|
||||
<file>Timeline/disco.timelineextensions.js</file>
|
||||
<file>Timeline/timeline-bundle.js</file>
|
||||
<file>Timeline/timeline.js</file>
|
||||
<file>Timeline/labellers.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
/*!
|
||||
/*!
|
||||
* jquery.fancytree.js
|
||||
* Dynamic tree view control, with support for lazy loading of branches.
|
||||
* https://github.com/mar10/fancytree/
|
||||
@@ -5279,5 +5279,4 @@ $.ui.fancytree.registerExtension("themeroller", {
|
||||
// node.debug("ext-themeroller.nodeRenderStatus: ", node.span.className);
|
||||
}
|
||||
});
|
||||
}(jQuery, window, document));
|
||||
|
||||
}(jQuery, window, document));
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>jQuery-Fancytree/jquery.fancytree-all.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1,4 +1,4 @@
|
||||
/*!
|
||||
/*!
|
||||
* jquery.fancytree.js
|
||||
* Dynamic tree view control, with support for lazy loading of branches.
|
||||
* https://github.com/mar10/fancytree/
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* Isotope v1.5.25
|
||||
* An exquisite jQuery plugin for magical layouts
|
||||
* http://isotope.metafizzy.co
|
||||
@@ -1404,4 +1404,4 @@
|
||||
return this;
|
||||
};
|
||||
|
||||
})(window, jQuery);
|
||||
})(window, jQuery);
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>jQuery-Isotope/jquery.isotope.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1,4 +1,4 @@
|
||||
(function(n,t){"use strict";var tt=n.document,i=n.Modernizr,o=function(n){return n.charAt(0).toUpperCase()+n.slice(1)},p="Moz Webkit O Ms".split(" "),e=function(n){var r=tt.documentElement.style,i,t,u;if(typeof r[n]=="string")return n;for(n=o(n),t=0,u=p.length;t<u;t++)if(i=p[t]+n,typeof r[i]=="string")return i},s=e("transform"),w=e("transitionProperty"),u,r,h,c,b,l,k,d,f,g,a,nt,v,y;
|
||||
(function(n,t){"use strict";var tt=n.document,i=n.Modernizr,o=function(n){return n.charAt(0).toUpperCase()+n.slice(1)},p="Moz Webkit O Ms".split(" "),e=function(n){var r=tt.documentElement.style,i,t,u;if(typeof r[n]=="string")return n;for(n=o(n),t=0,u=p.length;t<u;t++)if(i=p[t]+n,typeof r[i]=="string")return i},s=e("transform"),w=e("transitionProperty"),u,r,h,c,b,l,k,d,f,g,a,nt,v,y;
|
||||
/*!
|
||||
* Modernizr v1.6ish: miniModernizr for Isotope
|
||||
* http://www.modernizr.com
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/**
|
||||
/**
|
||||
* Copyright 2010 Tim Down.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@@ -523,4 +523,4 @@ var Hashtable=(function(){var p="function";var n=(typeof Array.prototype.splice=
|
||||
return value;
|
||||
};
|
||||
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>jQuery-NumberFormatter/jshashtable-2.1.js</file>
|
||||
<file>jQuery-NumberFormatter/jquery.numberformatter.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
/* jquery.signalR.core.js */
|
||||
/* jquery.signalR.core.js */
|
||||
/*global window:false */
|
||||
/*!
|
||||
* ASP.NET SignalR JavaScript Library v2.1.1
|
||||
@@ -2947,4 +2947,4 @@
|
||||
signalR.hub = $.hubConnection("/API/Signalling", { useDefaultPath: false });
|
||||
$.extend(signalR, signalR.hub.createHubProxies());
|
||||
|
||||
}(window.jQuery, window));
|
||||
}(window.jQuery, window));
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>jQuery-SignalR/jquery.signalR-2.1.1.js</file>
|
||||
<file>jQuery-SignalR/disco-hubs.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
@@ -1,4 +1,4 @@
|
||||
/*!
|
||||
/*!
|
||||
* ASP.NET SignalR JavaScript Library v2.1.1
|
||||
* http://signalr.net/
|
||||
*
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
/*************************************************************************
|
||||
/*************************************************************************
|
||||
jquery.dynatree.js
|
||||
Dynamic tree view control, with support for lazy loading of branches.
|
||||
|
||||
@@ -3334,5 +3334,4 @@ var _registerDnd = function() {
|
||||
};
|
||||
|
||||
// ---------------------------------------------------------------------------
|
||||
}(jQuery));
|
||||
|
||||
}(jQuery));
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>jQueryUI-DynaTree/jquery.dynatree.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
/*! jQuery Timepicker Addon - v1.4.3 - 2013-11-30
|
||||
/*! jQuery Timepicker Addon - v1.4.3 - 2013-11-30
|
||||
* http://trentrichardson.com/examples/timepicker
|
||||
* Copyright (c) 2013 Trent Richardson; Licensed MIT */
|
||||
(function ($) {
|
||||
@@ -2142,4 +2142,4 @@
|
||||
*/
|
||||
$.timepicker.version = "1.4.3";
|
||||
|
||||
})(jQuery);
|
||||
})(jQuery);
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>jQueryUI-TimePicker/jquery-ui-timepicker-addon.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
window.SimileAjax = {
|
||||
window.SimileAjax = {
|
||||
loaded: true,
|
||||
loadingScriptsCount: 0,
|
||||
error: null,
|
||||
@@ -4430,5 +4430,4 @@ Timeline.GregorianDateLabeller.monthNames["en"] = [
|
||||
|
||||
Timeline.GregorianDateLabeller.dayNames["en"] = [
|
||||
"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
|
||||
];
|
||||
|
||||
];
|
||||
@@ -1,4 +1,4 @@
|
||||
tinyMCEPreInit = {
|
||||
tinyMCEPreInit = {
|
||||
suffix: '',
|
||||
base: '/ClientSource/Scripts/Modules/tinymce',
|
||||
query: ''
|
||||
@@ -37866,4 +37866,4 @@ tinymce.ThemeManager.add('simple', function(editor) {
|
||||
self.resizeBy = resizeBy;
|
||||
});
|
||||
|
||||
!function(e){function t(){function t(e){"remove"===e&&this.each(function(e,t){var n=r(t);n&&n.remove()}),this.find("span.mceEditor,div.mceEditor").each(function(e,t){var n=tinymce.get(t.id.replace(/_parent$/,""));n&&n.remove()})}function i(e){var n,i=this;if(null!=e)t.call(i),i.each(function(t,n){var i;(i=tinymce.get(n.id))&&i.setContent(e)});else if(i.length>0&&(n=tinymce.get(i[0].id)))return n.getContent()}function r(e){var t=null;return e&&e.id&&a.tinymce&&(t=tinymce.get(e.id)),t}function c(e){return!!(e&&e.length&&a.tinymce&&e.is(":tinymce"))}var o={};e.each(["text","html","val"],function(t,a){var u=o[a]=e.fn[a],s="text"===a;e.fn[a]=function(t){var a=this;if(!c(a))return u.apply(a,arguments);if(t!==n)return i.call(a.filter(":tinymce"),t),u.apply(a.not(":tinymce"),arguments),a;var o="",l=arguments;return(s?a:a.eq(0)).each(function(t,n){var i=r(n);o+=i?s?i.getContent().replace(/<(?:"[^"]*"|'[^']*'|[^'">])*>/g,""):i.getContent({save:!0}):u.apply(e(n),l)}),o}}),e.each(["append","prepend"],function(t,i){var a=o[i]=e.fn[i],u="prepend"===i;e.fn[i]=function(e){var t=this;return c(t)?e!==n?(t.filter(":tinymce").each(function(t,n){var i=r(n);i&&i.setContent(u?e+i.getContent():i.getContent()+e)}),a.apply(t.not(":tinymce"),arguments),t):void 0:a.apply(t,arguments)}}),e.each(["remove","replaceWith","replaceAll","empty"],function(n,i){var r=o[i]=e.fn[i];e.fn[i]=function(){return t.call(this,i),r.apply(this,arguments)}}),o.attr=e.fn.attr,e.fn.attr=function(t,a){var u=this,s=arguments;if(!t||"value"!==t||!c(u))return a!==n?o.attr.apply(u,s):o.attr.apply(u,s);if(a!==n)return i.call(u.filter(":tinymce"),a),o.attr.apply(u.not(":tinymce"),s),u;var l=u[0],m=r(l);return m?m.getContent({save:!0}):o.attr.apply(e(l),s)}}var n,i,r=[],a=window;e.fn.tinymce=function(n){function c(){var i=[],r=0;l||(t(),l=!0),m.each(function(e,t){var a,c=t.id,o=n.oninit;c||(t.id=c=tinymce.DOM.uniqueId()),tinymce.get(c)||(a=new tinymce.Editor(c,n,tinymce.EditorManager),i.push(a),a.on("init",function(){var e,t=o;m.css("visibility",""),o&&++r==i.length&&("string"==typeof t&&(e=-1===t.indexOf(".")?null:tinymce.resolve(t.replace(/\.\w+$/,"")),t=tinymce.resolve(t)),t.apply(e||tinymce,i))}))}),e.each(i,function(e,t){t.render()})}var o,u,s,l,m=this,p="";if(!m.length)return m;if(!n)return window.tinymce?tinymce.get(m[0].id):null;if(m.css("visibility","hidden"),a.tinymce||i||!(o=n.script_url))1===i?r.push(c):c();else{i=1,u=o.substring(0,o.lastIndexOf("/")),-1!=o.indexOf(".min")&&(p=".min"),a.tinymce=a.tinyMCEPreInit||{base:u,suffix:p},-1!=o.indexOf("gzip")&&(s=n.language||"en",o=o+(/\?/.test(o)?"&":"?")+"js=true&core=true&suffix="+escape(p)+"&themes="+escape(n.theme||"modern")+"&plugins="+escape(n.plugins||"")+"&languages="+(s||""),a.tinyMCE_GZ||(a.tinyMCE_GZ={start:function(){function t(e){tinymce.ScriptLoader.markDone(tinymce.baseURI.toAbsolute(e))}t("langs/"+s+".js"),t("themes/"+n.theme+"/theme"+p+".js"),t("themes/"+n.theme+"/langs/"+s+".js"),e.each(n.plugins.split(","),function(e,n){n&&(t("plugins/"+n+"/plugin"+p+".js"),t("plugins/"+n+"/langs/"+s+".js"))})},end:function(){}}));var f=document.createElement("script");f.type="text/javascript",f.onload=f.onreadystatechange=function(t){t=t||window.event,2===i||"load"!=t.type&&!/complete|loaded/.test(f.readyState)||(tinymce.dom.Event.domLoaded=1,i=2,n.script_loaded&&n.script_loaded(),c(),e.each(r,function(e,t){t()}))},f.src=o,document.body.appendChild(f)}return m},e.extend(e.expr[":"],{tinymce:function(e){return!!(e.id&&"tinymce"in window&&tinymce.get(e.id))}})}(jQuery);
|
||||
!function(e){function t(){function t(e){"remove"===e&&this.each(function(e,t){var n=r(t);n&&n.remove()}),this.find("span.mceEditor,div.mceEditor").each(function(e,t){var n=tinymce.get(t.id.replace(/_parent$/,""));n&&n.remove()})}function i(e){var n,i=this;if(null!=e)t.call(i),i.each(function(t,n){var i;(i=tinymce.get(n.id))&&i.setContent(e)});else if(i.length>0&&(n=tinymce.get(i[0].id)))return n.getContent()}function r(e){var t=null;return e&&e.id&&a.tinymce&&(t=tinymce.get(e.id)),t}function c(e){return!!(e&&e.length&&a.tinymce&&e.is(":tinymce"))}var o={};e.each(["text","html","val"],function(t,a){var u=o[a]=e.fn[a],s="text"===a;e.fn[a]=function(t){var a=this;if(!c(a))return u.apply(a,arguments);if(t!==n)return i.call(a.filter(":tinymce"),t),u.apply(a.not(":tinymce"),arguments),a;var o="",l=arguments;return(s?a:a.eq(0)).each(function(t,n){var i=r(n);o+=i?s?i.getContent().replace(/<(?:"[^"]*"|'[^']*'|[^'">])*>/g,""):i.getContent({save:!0}):u.apply(e(n),l)}),o}}),e.each(["append","prepend"],function(t,i){var a=o[i]=e.fn[i],u="prepend"===i;e.fn[i]=function(e){var t=this;return c(t)?e!==n?(t.filter(":tinymce").each(function(t,n){var i=r(n);i&&i.setContent(u?e+i.getContent():i.getContent()+e)}),a.apply(t.not(":tinymce"),arguments),t):void 0:a.apply(t,arguments)}}),e.each(["remove","replaceWith","replaceAll","empty"],function(n,i){var r=o[i]=e.fn[i];e.fn[i]=function(){return t.call(this,i),r.apply(this,arguments)}}),o.attr=e.fn.attr,e.fn.attr=function(t,a){var u=this,s=arguments;if(!t||"value"!==t||!c(u))return a!==n?o.attr.apply(u,s):o.attr.apply(u,s);if(a!==n)return i.call(u.filter(":tinymce"),a),o.attr.apply(u.not(":tinymce"),s),u;var l=u[0],m=r(l);return m?m.getContent({save:!0}):o.attr.apply(e(l),s)}}var n,i,r=[],a=window;e.fn.tinymce=function(n){function c(){var i=[],r=0;l||(t(),l=!0),m.each(function(e,t){var a,c=t.id,o=n.oninit;c||(t.id=c=tinymce.DOM.uniqueId()),tinymce.get(c)||(a=new tinymce.Editor(c,n,tinymce.EditorManager),i.push(a),a.on("init",function(){var e,t=o;m.css("visibility",""),o&&++r==i.length&&("string"==typeof t&&(e=-1===t.indexOf(".")?null:tinymce.resolve(t.replace(/\.\w+$/,"")),t=tinymce.resolve(t)),t.apply(e||tinymce,i))}))}),e.each(i,function(e,t){t.render()})}var o,u,s,l,m=this,p="";if(!m.length)return m;if(!n)return window.tinymce?tinymce.get(m[0].id):null;if(m.css("visibility","hidden"),a.tinymce||i||!(o=n.script_url))1===i?r.push(c):c();else{i=1,u=o.substring(0,o.lastIndexOf("/")),-1!=o.indexOf(".min")&&(p=".min"),a.tinymce=a.tinyMCEPreInit||{base:u,suffix:p},-1!=o.indexOf("gzip")&&(s=n.language||"en",o=o+(/\?/.test(o)?"&":"?")+"js=true&core=true&suffix="+escape(p)+"&themes="+escape(n.theme||"modern")+"&plugins="+escape(n.plugins||"")+"&languages="+(s||""),a.tinyMCE_GZ||(a.tinyMCE_GZ={start:function(){function t(e){tinymce.ScriptLoader.markDone(tinymce.baseURI.toAbsolute(e))}t("langs/"+s+".js"),t("themes/"+n.theme+"/theme"+p+".js"),t("themes/"+n.theme+"/langs/"+s+".js"),e.each(n.plugins.split(","),function(e,n){n&&(t("plugins/"+n+"/plugin"+p+".js"),t("plugins/"+n+"/langs/"+s+".js"))})},end:function(){}}));var f=document.createElement("script");f.type="text/javascript",f.onload=f.onreadystatechange=function(t){t=t||window.event,2===i||"load"!=t.type&&!/complete|loaded/.test(f.readyState)||(tinymce.dom.Event.domLoaded=1,i=2,n.script_loaded&&n.script_loaded(),c(),e.each(r,function(e,t){t()}))},f.src=o,document.body.appendChild(f)}return m},e.extend(e.expr[":"],{tinymce:function(e){return!!(e.id&&"tinymce"in window&&tinymce.get(e.id))}})}(jQuery);
|
||||
@@ -1,18 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
|
||||
<settings>
|
||||
<!--Determines if the bundle file should be automatically optimized after creation/update.-->
|
||||
<minify>true</minify>
|
||||
<!--Determin whether to generate/re-generate this bundle on building the solution.-->
|
||||
<runOnBuild>true</runOnBuild>
|
||||
<!--Specifies a custom subfolder to save files to. By default, compiled output will be placed in the same folder and nested under the original file.-->
|
||||
<outputDirectory />
|
||||
</settings>
|
||||
<!--The order of the <file> elements determines the order of the files in the bundle.-->
|
||||
<files>
|
||||
<file>tinymce/disco.tinymceextensions.js</file>
|
||||
<file>tinymce/tinymce.js</file>
|
||||
<file>tinymce/themes/simple/theme.js</file>
|
||||
<file>tinymce/jquery.tinymce.min.js</file>
|
||||
</files>
|
||||
</bundle>
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user