Project updated to VS2013

This commit is contained in:
Gary Sharp
2015-02-02 18:43:01 +11:00
parent 76318d8d00
commit a7b3f045d6
137 changed files with 1002 additions and 155 deletions
+4 -1
View File
@@ -40,6 +40,9 @@
<Reference Include="BitMiracle.LibTiff.NET"> <Reference Include="BitMiracle.LibTiff.NET">
<HintPath>..\Resources\Libraries\LibTiff.NET\BitMiracle.LibTiff.NET.dll</HintPath> <HintPath>..\Resources\Libraries\LibTiff.NET\BitMiracle.LibTiff.NET.dll</HintPath>
</Reference> </Reference>
<Reference Include="DellWarrantyPlugin">
<HintPath>..\..\..\..\Disco Instance\DiscoDataStore\Plugins\DellWarrantyPlugin\DellWarrantyPlugin.dll</HintPath>
</Reference>
<Reference Include="EntityFramework"> <Reference Include="EntityFramework">
<HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath> <HintPath>..\packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll</HintPath>
</Reference> </Reference>
@@ -222,7 +225,7 @@
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<ProjectExtensions> <ProjectExtensions>
<VisualStudio> <VisualStudio>
<UserProperties BuildVersion_UpdateFileVersion="True" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_BuildVersioningStyle="None.DeltaBaseYear.MonthAndDayStamp.TimeStamp" BuildVersion_UseGlobalSettings="False" BuildVersion_DetectChanges="False" BuildVersion_BuildAction="Both" BuildVersion_StartDate="2014/6/1" /> <UserProperties BuildVersion_StartDate="2014/6/1" BuildVersion_BuildAction="Both" BuildVersion_DetectChanges="False" BuildVersion_UseGlobalSettings="False" BuildVersion_BuildVersioningStyle="None.DeltaBaseYear.MonthAndDayStamp.TimeStamp" BuildVersion_UpdateAssemblyVersion="True" BuildVersion_UpdateFileVersion="True" />
</VisualStudio> </VisualStudio>
</ProjectExtensions> </ProjectExtensions>
<Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" /> <Import Project="..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
+1 -1
View File
@@ -30,7 +30,7 @@
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" /> <assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" /> <assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
+2 -2
View File
@@ -30,11 +30,11 @@
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" /> <assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" /> <assemblyIdentity name="System.Web.WebPages.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" /> <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly> </dependentAssembly>
<dependentAssembly> <dependentAssembly>
<assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" /> <assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" />
+14
View File
@@ -1,3 +1,4 @@
///#source 1 1 Core/modernizr-2.7.2.js
/*! /*!
* Modernizr v2.7.2 * Modernizr v2.7.2
* www.modernizr.com * www.modernizr.com
@@ -1405,6 +1406,7 @@ window.Modernizr = (function( window, document, undefined ) {
})(this, this.document); })(this, this.document);
///#source 1 1 Core/jquery-2.1.1.js
/*! /*!
* jQuery JavaScript Library v2.1.1 * jQuery JavaScript Library v2.1.1
* http://jquery.com/ * http://jquery.com/
@@ -10596,6 +10598,7 @@ return jQuery;
})); }));
///#source 1 1 Core/jquery.validate.js
/*! /*!
* jQuery Validation Plugin v1.12.0 * jQuery Validation Plugin v1.12.0
* *
@@ -11890,6 +11893,7 @@ $.format = function deprecated() {
}); });
}(jQuery)); }(jQuery));
///#source 1 1 Core/jquery.validate.unobtrusive.js
/* NUGET: BEGIN LICENSE TEXT /* NUGET: BEGIN LICENSE TEXT
* *
* Microsoft grants you the right to use these script files for the sole * Microsoft grants you the right to use these script files for the sole
@@ -12284,6 +12288,7 @@ $.format = function deprecated() {
$jQval.unobtrusive.parse(document); $jQval.unobtrusive.parse(document);
}); });
}(jQuery)); }(jQuery));
///#source 1 1 Core/disco.unobtrusiveValidation.extensions.js
// Adapted from: http://xhalent.wordpress.com/2011/01/24/applying-unobtrusive-validation-to-dynamic-content/ // Adapted from: http://xhalent.wordpress.com/2011/01/24/applying-unobtrusive-validation-to-dynamic-content/
(function ($) { (function ($) {
$.validator.unobtrusive.reparse = function (selector) { $.validator.unobtrusive.reparse = function (selector) {
@@ -12319,6 +12324,7 @@ $.format = function deprecated() {
}); });
} }
})($); })($);
///#source 1 1 Core/jquery-ui-1.10.4.js
/*! jQuery UI - v1.10.4 - 2014-01-17 /*! jQuery UI - v1.10.4 - 2014-01-17
* http://jqueryui.com * http://jqueryui.com
* Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.effect.js, jquery.ui.effect-blind.js, jquery.ui.effect-bounce.js, jquery.ui.effect-clip.js, jquery.ui.effect-drop.js, jquery.ui.effect-explode.js, jquery.ui.effect-fade.js, jquery.ui.effect-fold.js, jquery.ui.effect-highlight.js, jquery.ui.effect-pulsate.js, jquery.ui.effect-scale.js, jquery.ui.effect-shake.js, jquery.ui.effect-slide.js, jquery.ui.effect-transfer.js, jquery.ui.menu.js, jquery.ui.progressbar.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.slider.js, jquery.ui.sortable.js, jquery.ui.spinner.js, jquery.ui.tabs.js, jquery.ui.tooltip.js * Includes: jquery.ui.core.js, jquery.ui.widget.js, jquery.ui.mouse.js, jquery.ui.position.js, jquery.ui.accordion.js, jquery.ui.autocomplete.js, jquery.ui.button.js, jquery.ui.datepicker.js, jquery.ui.dialog.js, jquery.ui.draggable.js, jquery.ui.droppable.js, jquery.ui.effect.js, jquery.ui.effect-blind.js, jquery.ui.effect-bounce.js, jquery.ui.effect-clip.js, jquery.ui.effect-drop.js, jquery.ui.effect-explode.js, jquery.ui.effect-fade.js, jquery.ui.effect-fold.js, jquery.ui.effect-highlight.js, jquery.ui.effect-pulsate.js, jquery.ui.effect-scale.js, jquery.ui.effect-shake.js, jquery.ui.effect-slide.js, jquery.ui.effect-transfer.js, jquery.ui.menu.js, jquery.ui.progressbar.js, jquery.ui.resizable.js, jquery.ui.selectable.js, jquery.ui.slider.js, jquery.ui.sortable.js, jquery.ui.spinner.js, jquery.ui.tabs.js, jquery.ui.tooltip.js
@@ -27328,6 +27334,7 @@ $.widget( "ui.tooltip", {
}( jQuery ) ); }( jQuery ) );
///#source 1 1 Core/jquery.watermark.js
/* /*
Watermark plugin for jQuery Watermark plugin for jQuery
Version: 3.1.4 Version: 3.1.4
@@ -27927,6 +27934,7 @@ if ( $.watermark.runOnce ) {
})( jQuery, window ); })( jQuery, window );
///#source 1 1 Core/jquery.dataTables.js
/** /**
* @summary DataTables * @summary DataTables
* @description Paginate, search and sort HTML tables * @description Paginate, search and sort HTML tables
@@ -40020,6 +40028,7 @@ if ( $.watermark.runOnce ) {
*/ */
}(jQuery, window, document, undefined)); }(jQuery, window, document, undefined));
///#source 1 1 Core/moment.js
//! moment.js //! moment.js
//! version : 2.6.0 //! version : 2.6.0
//! authors : Tim Wood, Iskren Chernev, Moment.js contributors //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
@@ -42510,6 +42519,7 @@ if ( $.watermark.runOnce ) {
} }
}).call(this); }).call(this);
///#source 1 1 Core/moment.en-au.js
// moment.js language configuration // moment.js language configuration
// language : australian english (en-au) // language : australian english (en-au)
@@ -42573,7 +42583,9 @@ if ( $.watermark.runOnce ) {
}); });
})); }));
///#source 1 1 Core/disco.moment.extensions.js
moment.lang('en-au'); moment.lang('en-au');
///#source 1 1 Core/livestamp.js
// Livestamp.js / v1.1.2 / (c) 2012 Matt Bradley / MIT License // Livestamp.js / v1.1.2 / (c) 2012 Matt Bradley / MIT License
(function (plugin) { (function (plugin) {
if (typeof define === 'function' && define.amd) { if (typeof define === 'function' && define.amd) {
@@ -42717,6 +42729,7 @@ moment.lang('en-au');
return livestampLocal[method](this, options); return livestampLocal[method](this, options);
}; };
})); }));
///#source 1 1 Core/disco.dataTables.extensions.js
jQuery.fn.dataTableExt.afnSortData['text'] = function (oSettings, iColumn) { jQuery.fn.dataTableExt.afnSortData['text'] = function (oSettings, iColumn) {
var aData = []; var aData = [];
$('td:eq(' + iColumn + ')', oSettings.oApi._fnGetTrNodes(oSettings)).each(function () { $('td:eq(' + iColumn + ')', oSettings.oApi._fnGetTrNodes(oSettings)).each(function () {
@@ -42763,6 +42776,7 @@ jQuery.fn.dataTableExt.oSort['disco_datetime-desc'] = function (a, b) {
// Change Default Menu Lengths // Change Default Menu Lengths
jQuery.fn.DataTable.defaults.aLengthMenu = [[10, 20, 50, -1], [10, 20, 50, "All"]]; jQuery.fn.DataTable.defaults.aLengthMenu = [[10, 20, 50, -1], [10, 20, 50, "All"]];
///#source 1 1 Core/disco.uicore.js
(function ($, window, document, Modernizr) { (function ($, window, document, Modernizr) {
// Document Ready // Document Ready
+27 -16
View File
@@ -1,17 +1,28 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Core/modernizr-2.7.2.js</file> <settings>
<file>/ClientSource/Scripts/Core/jquery-2.1.1.js</file> <!--Determines if the bundle file should be automatically optimized after creation/update.-->
<file>/ClientSource/Scripts/Core/jquery.validate.js</file> <minify>true</minify>
<file>/ClientSource/Scripts/Core/jquery.validate.unobtrusive.js</file> <!--Determin whether to generate/re-generate this bundle on building the solution.-->
<file>/ClientSource/Scripts/Core/disco.unobtrusiveValidation.extensions.js</file> <runOnBuild>true</runOnBuild>
<file>/ClientSource/Scripts/Core/jquery-ui-1.10.4.js</file> <!--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.-->
<file>/ClientSource/Scripts/Core/jquery.watermark.js</file> <outputDirectory />
<file>/ClientSource/Scripts/Core/jquery.dataTables.js</file> </settings>
<file>/ClientSource/Scripts/Core/moment.js</file> <!--The order of the <file> elements determines the order of the files in the bundle.-->
<file>/ClientSource/Scripts/Core/moment.en-au.js</file> <files>
<file>/ClientSource/Scripts/Core/disco.moment.extensions.js</file> <file>Core/modernizr-2.7.2.js</file>
<file>/ClientSource/Scripts/Core/livestamp.js</file> <file>Core/jquery-2.1.1.js</file>
<file>/ClientSource/Scripts/Core/disco.dataTables.extensions.js</file> <file>Core/jquery.validate.js</file>
<file>/ClientSource/Scripts/Core/disco.uicore.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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 Disco-AjaxHelperIcons/disco.ajaxhelpericons.js
$(function () { $(function () {
$('.ajaxLoading:not(.showInitially)').hide(); $('.ajaxLoading:not(.showInitially)').hide();
}) })
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Disco-AjaxHelperIcons/disco.ajaxhelpericons.js</file> <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> </bundle>
@@ -1 +1,2 @@
$(function(){$(".ajaxLoading:not(.showInitially)").hide()}); $(function(){$(".ajaxLoading:not(.showInitially)").hide()});
//# sourceMappingURL=Disco-AjaxHelperIcons.min.js.map
@@ -0,0 +1,8 @@
{
"version":3,
"file":"Disco-AjaxHelperIcons.min.js",
"lineCount":1,
"mappings":"AAAAA,CAAC,CAAC,QAAS,CAAA,CAAG,CACVA,CAAC,CAAC,kCAAD,CAAoCC,KAAK,CAAA,CADhC,CAAb,C",
"sources":["C:/WINDOWS/system32/Disco-AjaxHelperIcons/disco.ajaxhelpericons.js"],
"names":["$","hide"]
}
@@ -1,3 +1,4 @@
///#source 1 1 Disco-AttachmentUploader/webcam.js
// WebcamJS v1.0 // WebcamJS v1.0
// Webcam library for capturing JPEG/PNG images in JavaScript // Webcam library for capturing JPEG/PNG images in JavaScript
// Attempts getUserMedia, falls back to Flash // Attempts getUserMedia, falls back to Flash
@@ -397,6 +398,7 @@ var Webcam = {
Webcam.init(); Webcam.init();
///#source 1 1 Disco-AttachmentUploader/disco-attachmentuploader.js
/// <reference path="webcam.js" /> /// <reference path="webcam.js" />
; (function (window, document, $, Webcam) { ; (function (window, document, $, Webcam) {
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true" output="Disco-AttachmentUploader.js"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Disco-AttachmentUploader/webcam.js</file> <settings>
<file>/ClientSource/Scripts/Modules/Disco-AttachmentUploader/disco-attachmentuploader.js</file> <!--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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 Disco-CreateJob/disco.createjob.js
(function ($, window, document) { (function ($, window, document) {
$(function () { $(function () {
var createJobDialog = null; var createJobDialog = null;
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Disco-CreateJob/disco.createjob.js</file> <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> </bundle>
@@ -1 +1,2 @@
(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);
//# sourceMappingURL=Disco-CreateJob.min.js.map
@@ -0,0 +1,8 @@
{
"version":3,
"file":"Disco-CreateJob.min.js",
"lineCount":1,
"mappings":"CAAC,QAAS,CAACA,CAAC,CAAEC,CAAM,CAAEC,CAAZ,CAAsB,CAC5BF,CAAC,CAAC,QAAS,CAAA,CAAG,CACV,IAAIG,EAAkB,KAClBC,EAAgB,CAChB,KAAK,CAAEC,QAAS,CAAA,CAAG,CACfF,CAAeG,OAAO,CAAC,OAAD,CADP,CAElB,CACD,UAAU,CAAEC,QAAS,CAACC,CAAD,CAAU,CACvBL,C,EACAA,CAAeG,OAAO,CAAC,QAAQ,CAAE,SAAS,CAAEE,CAAtB,CAFC,CAJf,CADM,CAWrBN,CAAQO,e,GACTP,CAAQO,eAAgB,CAAE,CAAA,EAAE,CAEhCP,CAAQO,eAAeC,oBAAqB,CAAEC,QAAS,CAACC,CAAD,CAAM,CACzDT,CAAgB,CAAEH,CAAC,CAAC,OAAD,CAASa,KAAK,CAAC,IAAI,CAAE,iBAAP,CAAyBC,IAAI,CAAC,CAAE,UAAU,CAAE,GAAd,CAAD,CAAqBC,SAAS,CAACb,CAAQc,KAAT,CAAe,CAE3Gb,CAAeG,OAAO,CAAC,CACnB,SAAS,CAAE,CAAA,CAAK,CAChB,SAAS,CAAE,CAAA,CAAK,CAChB,KAAK,CAAE,CAAA,CAAI,CACX,QAAQ,CAAE,CAAA,CAAK,CACf,KAAK,CAAE,YAAY,CACnB,KAAK,CAAE,GAAG,CACV,MAAM,CAAEW,IAAIC,IAAI,CAAC,GAAG,CAAElB,CAAC,CAACC,CAAD,CAAQkB,OAAO,CAAA,CAAG,CAAE,EAA3B,CAA8B,CAC9C,KAAK,CAAEd,QAAS,CAAA,CAAG,CACfF,CAAeiB,KAAK,CAAC,QAAD,CAAUP,KAAK,CAAC,KAAK,CAAE,aAAR,CAAsB,CACzDV,CAAeG,OAAO,CAAC,SAAD,CAAWe,OAAO,CAAA,CAAE,CAC1ClB,CAAgB,CAAE,IAHH,CAIlB,CACD,OAAO,CAAE,CAAA,CAbU,CAAD,CAcpB,CAEF,IAAImB,EAAStB,CAAC,CAAC,UAAD,CACVa,KAAK,CAAC,CAAE,GAAK,CAAED,CAAT,CAAD,CACLE,IAAI,CAAC,CACD,MAAQ,CAAE,MAAM,CAChB,MAAQ,CAAE,MAAM,CAChB,KAAO,CAAE,MAHR,CAAD,CAKJC,SAAS,CAACZ,CAAD,CAAiB,CAE9BA,CAAgB,CAAA,CAAA,CAAEoB,mBAAoB,CAAEnB,CAAa,CAErDH,CAAMuB,WAAW,CAAC,QAAS,CAAA,CAAG,CAC1BrB,CAAeG,OAAO,CAAC,MAAD,CADI,CAE7B,CAAE,CAFc,CA9BwC,C,CAoC7DN,CAAC,CAAC,kBAAD,CAAoByB,MAAM,CAAC,QAAS,CAAA,CAAG,CACpC,IAAIC,EAAQ1B,CAAC,CAAC,IAAD,EACT2B,EAAOD,CAAKb,KAAK,CAAC,MAAD,CADF,CAKnB,OAFAX,CAAQO,eAAeC,oBAAoB,CAACiB,CAAD,CAAM,CAE1C,CAAA,CAN6B,CAAb,CAnDjB,CAAb,CAD2B,EA6D9B,CAAC3B,CAAC,CAAEC,MAAM,CAAEC,QAAZ,CAAqB",
"sources":["C:/WINDOWS/system32/Disco-CreateJob/disco.createjob.js"],
"names":["$","window","document","createJobDialog","dialogMethods","close","dialog","setButtons","buttons","DiscoFunctions","CreateOpenJobDialog","document.DiscoFunctions.CreateOpenJobDialog","url","attr","css","appendTo","body","Math","min","height","find","remove","iframe","discoDialogMethods","setTimeout","click","$this","href"]
}
@@ -1,3 +1,4 @@
///#source 1 1 Disco-DataTableHelpers/disco.datatablehelpers.js
(function (window, document, $) { (function (window, document, $) {
var dataTables = []; var dataTables = [];
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Disco-DataTableHelpers/disco.datatablehelpers.js</file> <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> </bundle>
@@ -1 +1,2 @@
(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,$);
//# sourceMappingURL=Disco-DataTableHelpers.min.js.map
@@ -0,0 +1,8 @@
{
"version":3,
"file":"Disco-DataTableHelpers.min.js",
"lineCount":1,
"mappings":"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",
"sources":["C:/WINDOWS/system32/Disco-DataTableHelpers/disco.datatablehelpers.js"],
"names":["window","document","$","dataTables","scrollCheck","wrapper","closest","length","setTimeout","$window","wrapperHeight","height","wrapperOffset","offset","windowScrollTop","scrollTop","windowHeight","wrapperTopNotShown","top","wrapperBottomNotShown","animate","each","$table","tableDrawn","enablePaging","hasClass","enableFilter","dataTableOptionsPagination","find","dataTableOptions","fnDrawCallback","apply","$dataTable","dataTable","$tbody","$closedJobs","wrapperContext","wrapperPrev","allClosedContainer","children","parent","prev","is","data","html","text","hide","appendTo","on","show","removeClass","remove","push"]
}
@@ -1,3 +1,4 @@
///#source 1 1 Disco-ExpressionEditor/disco.expressioneditor.js
/// <reference path="../../Core/jquery-1.7.1.js" /> /// <reference path="../../Core/jquery-1.7.1.js" />
function DiscoExpressionEditor(host, validateUrl, expression) { function DiscoExpressionEditor(host, validateUrl, expression) {
this.host = host; this.host = host;
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Disco-ExpressionEditor/disco.expressioneditor.js</file> <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> </bundle>
@@ -1 +1,2 @@
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">&nbsp;<\/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">&nbsp;<\/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,"")};
//# sourceMappingURL=Disco-ExpressionEditor.min.js.map
@@ -0,0 +1,8 @@
{
"version":3,
"file":"Disco-ExpressionEditor.min.js",
"lineCount":1,
"mappings":"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",
"sources":["C:/WINDOWS/system32/Disco-ExpressionEditor/disco.expressioneditor.js"],
"names":["DiscoExpressionEditor","host","validateUrl","expression","hostDocument","hostContainer","expressionHtml","expressionException","hostInited","expressionValidated","expressionExceptionChanged","prototype","hostInit","that","contents","find","focus","setException","renderExpression","bind","setTimeout","setExpression","text","designModeInit","unbind","load","contentWindow","document","designMode","parseExpression","exception","lineSrc","line","expressionLines","split","i","length","PositionRow","trim","PositionColumn","substr","join","getExpression","e","$","each","html","validateExpression","getJSON","response","ExpressionValid","String","String.prototype.trim","replace"]
}
@@ -1,3 +1,4 @@
///#source 1 1 Disco-PropertyChangeHelpers/disco.propertychangehelpers.js
if (!document.DiscoFunctions) { if (!document.DiscoFunctions) {
document.DiscoFunctions = {}; document.DiscoFunctions = {};
} }
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Disco-PropertyChangeHelpers/disco.propertychangehelpers.js</file> <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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 Disco-jQueryExtensions/disco.jQueryExtensions.js
/// <reference path="../../Core/jquery-1.7.1.js" /> /// <reference path="../../Core/jquery-1.7.1.js" />
(function ($) { (function ($) {
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Disco-jQueryExtensions/disco.jQueryExtensions.js</file> <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> </bundle>
@@ -1 +1,2 @@
(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);
//# sourceMappingURL=Disco-jQueryExtensions.min.js.map
@@ -0,0 +1,8 @@
{
"version":3,
"file":"Disco-jQueryExtensions.min.js",
"lineCount":1,
"mappings":"CACC,QAAS,CAACA,CAAD,CAAI,CAEV,IAAIC,EAA4B,CAC5B,IAAI,CAAEC,QAAS,CAACC,CAAD,CAAU,CAIrB,OAFAA,CAAQ,CAAEH,CAACI,OAAO,CAAC,CAAE,cAAc,CAAE,IAAlB,CAAwB,CAAED,CAA3B,CAAmC,CAE9C,IAAIE,KAAK,CAAC,QAAS,CAAA,CAAG,CACzB,IAAIC,EAAQN,CAAC,CAAC,IAAD,EAETO,EAGIC,EAAYC,CALD,CAInB,GAHAH,CAAKI,KAAK,CAAC,mCAAmC,CAAEP,CAAOQ,eAA7C,CAA6D,CACnEJ,CAAY,CAAED,CAAKM,QAAQ,CAACT,CAAOQ,eAAR,CAAwBE,KAAK,CAAC,wBAAD,C,CAExDN,CAAWO,OAAQ,CAAE,EAAG,CAGxBC,SAASA,CAAS,CAAA,CAAG,CAGjB,OAFAR,CAAWS,KAAK,CAAC,SAAS,CAAE,CAAA,CAAZ,CAAiB,CACjCC,CAAM,CAAA,CAAE,CACD,CAAA,CAHU,CAKrBC,SAASA,CAAU,CAAA,CAAG,CAGlB,OAFAX,CAAWS,KAAK,CAAC,SAAS,CAAE,CAAA,CAAZ,CAAkB,CAClCC,CAAM,CAAA,CAAE,CACD,CAAA,CAHW,CAKtBA,SAASA,CAAM,CAAA,CAAG,CACdhB,CAAyBgB,OAAOE,MAAM,CAACb,CAAK,CAAE,CAACC,CAAW,CAAEJ,CAAOQ,eAAe,CAAEH,CAAU,CAAEC,CAAlD,CAAR,CADxB,CAIlBD,CAAW,CAAER,CAAC,CAAC,KAAD,CAAOoB,SAAS,CAAC,WAAD,CAAaC,KAAK,CAAC,MAAM,CAAE,GAAT,CAAaC,KAAK,CAAC,KAAD,CAAOC,MAAM,CAACR,CAAD,CAAW,CAC1FN,CAAY,CAAET,CAAC,CAAC,KAAD,CAAOoB,SAAS,CAAC,YAAD,CAAcC,KAAK,CAAC,MAAM,CAAE,GAAT,CAAaC,KAAK,CAAC,MAAD,CAAQC,MAAM,CAACL,CAAD,CAAY,CAE9FZ,CAAKkB,OAAO,CAACxB,CAAC,CAAC,QAAD,CAAUsB,KAAK,CAAC,UAAD,CAAY,CAAEd,CAAU,CAAER,CAAC,CAAC,QAAD,CAAUsB,KAAK,CAAC,KAAD,CAAO,CAAEb,CAApE,CAAgF,CAC5FF,CAAWgB,MAAM,CAACN,CAAD,CAAQ,CAEzBA,CAAM,CAAA,CAvBkB,CALH,CAAb,CAJK,CAmCxB,CACD,MAAM,CAAEA,QAAS,CAACV,CAAW,CAAEI,CAAc,CAAEH,CAAU,CAAEC,CAA1C,CAAuD,CACpE,OAAO,IAAIJ,KAAK,CAAC,QAAS,CAAA,CAAG,CACzBC,KAAM,CAAEN,CAAC,CAAC,IAAD,CAAM,CACVW,C,GACDA,CAAe,CAAEL,KAAKI,KAAK,CAAC,mCAAD,EAAqC,CAC/DH,C,GACDA,CAAY,CAAED,KAAKM,QAAQ,CAACD,CAAD,CAAgBE,KAAK,CAAC,wBAAD,EAA0B,CACzEL,C,GACDA,CAAW,CAAEF,KAAKO,KAAK,CAAC,aAAD,CAAeY,MAAM,CAAA,EAAE,CAC7ChB,C,GACDA,CAAY,CAAEH,KAAKO,KAAK,CAAC,cAAD,CAAgBY,MAAM,CAAA,EAAE,CACpD,IAAIC,EAAsBnB,CAAWoB,OAAO,CAAC,UAAD,CAAY,CAEpDpB,CAAWO,OAAQ,EAAGY,CAAmBZ,OAA7C,EAEIN,CAAUQ,KAAK,CAAC,UAAU,CAAE,CAAA,CAAb,CAAkB,CACjCP,CAAWO,KAAK,CAAC,UAAU,CAAE,CAAA,CAAb,EAHpB,CAKQU,CAAmBZ,OAAQ,EAAG,CAAlC,EAEIL,CAAWO,KAAK,CAAC,UAAU,CAAE,CAAA,CAAb,CAAkB,CAClCR,CAAUQ,KAAK,CAAC,UAAU,CAAE,CAAA,CAAb,EAHnB,EAMIR,CAAUQ,KAAK,CAAC,UAAU,CAAE,CAAA,CAAb,CAAmB,CAClCP,CAAWO,KAAK,CAAC,UAAU,CAAE,CAAA,CAAb,EAxBC,CAAb,CADoD,CArC5C,C,CAqEhChB,CAAC4B,GAAGC,mBAAoB,CAAEC,QAAS,CAACC,CAAD,CAAS,CACxC,GAAI9B,CAA0B,CAAA8B,CAAA,EAC1B,OAAO9B,CAA0B,CAAA8B,CAAA,CAAOZ,MAAM,CAAC,IAAI,CAAEa,KAAKC,UAAUC,MAAM,CAACC,SAAS,CAAE,CAAZ,CAA5B,CAClD,CAAO,GAAI,OAAOJ,CAAO,EAAI,QAAS,EAAIA,EAGtC/B,CAACoC,MAAM,CAAC,SAAU,CAAEL,CAAO,CAAE,8CAAtB,CAAqE,CAD9E,KADE,OAAO9B,CAAyBC,KAAKiB,MAAM,CAAC,IAAI,CAAEgB,SAAP,CAJP,CAvElC,EAgFZ,CAACE,MAAD,CAAQ",
"sources":["C:/WINDOWS/system32/Disco-jQueryExtensions/disco.jQueryExtensions.js"],
"names":["$","checkboxBulkSelectMethods","init","options","extend","each","$this","$checkboxes","$selectAll","$selectNone","data","parentSelector","closest","find","length","selectAll","prop","update","selectNone","apply","addClass","attr","text","click","append","first","$selectedCheckboxes","filter","fn","checkboxBulkSelect","$.fn.checkboxBulkSelect","method","Array","prototype","slice","arguments","error","jQuery"]
}
@@ -1,3 +1,4 @@
///#source 1 1 Highcharts/highcharts.src.js
// ==ClosureCompiler== // ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS // @compilation_level SIMPLE_OPTIMIZATIONS
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Highcharts/highcharts.src.js</file> <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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 Knockout/knockout-3.1.0.js
// Knockout JavaScript library v3.1.0 // Knockout JavaScript library v3.1.0
// (c) Steven Sanderson - http://knockoutjs.com/ // (c) Steven Sanderson - http://knockoutjs.com/
// License: MIT (http://www.opensource.org/licenses/mit-license.php) // License: MIT (http://www.opensource.org/licenses/mit-license.php)
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Knockout/knockout-3.1.0.js</file> <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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 Shadowbox/shadowbox.js
/* /*
* Shadowbox.js, version 3.0.3 * Shadowbox.js, version 3.0.3
* http://shadowbox-js.com/ * http://shadowbox-js.com/
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Shadowbox/shadowbox.js</file> <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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,9 +1,20 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/Timeline/disco.simileajaxextensions.js</file> <settings>
<file>/ClientSource/Scripts/Modules/Timeline/simile-ajax-bundle-DiscoMod.js</file> <!--Determines if the bundle file should be automatically optimized after creation/update.-->
<file>/ClientSource/Scripts/Modules/Timeline/disco.timelineextensions.js</file> <minify>true</minify>
<file>/ClientSource/Scripts/Modules/Timeline/timeline-bundle.js</file> <!--Determin whether to generate/re-generate this bundle on building the solution.-->
<file>/ClientSource/Scripts/Modules/Timeline/timeline.js</file> <runOnBuild>true</runOnBuild>
<file>/ClientSource/Scripts/Modules/Timeline/labellers.js</file> <!--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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 jQuery-Fancytree/jquery.fancytree-all.js
/*! /*!
* jquery.fancytree.js * jquery.fancytree.js
* Dynamic tree view control, with support for lazy loading of branches. * Dynamic tree view control, with support for lazy loading of branches.
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/jQuery-Fancytree/jquery.fancytree-all.js</file> <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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 jQuery-Isotope/jquery.isotope.js
/** /**
* Isotope v1.5.25 * Isotope v1.5.25
* An exquisite jQuery plugin for magical layouts * An exquisite jQuery plugin for magical layouts
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/jQuery-Isotope/jquery.isotope.js</file> <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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 jQuery-NumberFormatter/jshashtable-2.1.js
/** /**
* Copyright 2010 Tim Down. * Copyright 2010 Tim Down.
* *
@@ -14,6 +15,7 @@
* limitations under the License. * limitations under the License.
*/ */
var Hashtable=(function(){var p="function";var n=(typeof Array.prototype.splice==p)?function(s,r){s.splice(r,1)}:function(u,t){var s,v,r;if(t===u.length-1){u.length=t}else{s=u.slice(t+1);u.length=t;for(v=0,r=s.length;v<r;++v){u[t+v]=s[v]}}};function a(t){var r;if(typeof t=="string"){return t}else{if(typeof t.hashCode==p){r=t.hashCode();return(typeof r=="string")?r:a(r)}else{if(typeof t.toString==p){return t.toString()}else{try{return String(t)}catch(s){return Object.prototype.toString.call(t)}}}}}function g(r,s){return r.equals(s)}function e(r,s){return(typeof s.equals==p)?s.equals(r):(r===s)}function c(r){return function(s){if(s===null){throw new Error("null is not a valid "+r)}else{if(typeof s=="undefined"){throw new Error(r+" must not be undefined")}}}}var q=c("key"),l=c("value");function d(u,s,t,r){this[0]=u;this.entries=[];this.addEntry(s,t);if(r!==null){this.getEqualityFunction=function(){return r}}}var h=0,j=1,f=2;function o(r){return function(t){var s=this.entries.length,v,u=this.getEqualityFunction(t);while(s--){v=this.entries[s];if(u(t,v[0])){switch(r){case h:return true;case j:return v;case f:return[s,v[1]]}}}return false}}function k(r){return function(u){var v=u.length;for(var t=0,s=this.entries.length;t<s;++t){u[v+t]=this.entries[t][r]}}}d.prototype={getEqualityFunction:function(r){return(typeof r.equals==p)?g:e},getEntryForKey:o(j),getEntryAndIndexForKey:o(f),removeEntryForKey:function(s){var r=this.getEntryAndIndexForKey(s);if(r){n(this.entries,r[0]);return r[1]}return null},addEntry:function(r,s){this.entries[this.entries.length]=[r,s]},keys:k(0),values:k(1),getEntries:function(s){var u=s.length;for(var t=0,r=this.entries.length;t<r;++t){s[u+t]=this.entries[t].slice(0)}},containsKey:o(h),containsValue:function(s){var r=this.entries.length;while(r--){if(s===this.entries[r][1]){return true}}return false}};function m(s,t){var r=s.length,u;while(r--){u=s[r];if(t===u[0]){return r}}return null}function i(r,s){var t=r[s];return(t&&(t instanceof d))?t:null}function b(t,r){var w=this;var v=[];var u={};var x=(typeof t==p)?t:a;var s=(typeof r==p)?r:null;this.put=function(B,C){q(B);l(C);var D=x(B),E,A,z=null;E=i(u,D);if(E){A=E.getEntryForKey(B);if(A){z=A[1];A[1]=C}else{E.addEntry(B,C)}}else{E=new d(D,B,C,s);v[v.length]=E;u[D]=E}return z};this.get=function(A){q(A);var B=x(A);var C=i(u,B);if(C){var z=C.getEntryForKey(A);if(z){return z[1]}}return null};this.containsKey=function(A){q(A);var z=x(A);var B=i(u,z);return B?B.containsKey(A):false};this.containsValue=function(A){l(A);var z=v.length;while(z--){if(v[z].containsValue(A)){return true}}return false};this.clear=function(){v.length=0;u={}};this.isEmpty=function(){return !v.length};var y=function(z){return function(){var A=[],B=v.length;while(B--){v[B][z](A)}return A}};this.keys=y("keys");this.values=y("values");this.entries=y("getEntries");this.remove=function(B){q(B);var C=x(B),z,A=null;var D=i(u,C);if(D){A=D.removeEntryForKey(B);if(A!==null){if(!D.entries.length){z=m(v,C);n(v,z);delete u[C]}}}return A};this.size=function(){var A=0,z=v.length;while(z--){A+=v[z].entries.length}return A};this.each=function(C){var z=w.entries(),A=z.length,B;while(A--){B=z[A];C(B[0],B[1])}};this.putAll=function(H,C){var B=H.entries();var E,F,D,z,A=B.length;var G=(typeof C==p);while(A--){E=B[A];F=E[0];D=E[1];if(G&&(z=w.get(F))){D=C(F,z,D)}w.put(F,D)}};this.clone=function(){var z=new b(t,r);z.putAll(w);return z}}return b})(); var Hashtable=(function(){var p="function";var n=(typeof Array.prototype.splice==p)?function(s,r){s.splice(r,1)}:function(u,t){var s,v,r;if(t===u.length-1){u.length=t}else{s=u.slice(t+1);u.length=t;for(v=0,r=s.length;v<r;++v){u[t+v]=s[v]}}};function a(t){var r;if(typeof t=="string"){return t}else{if(typeof t.hashCode==p){r=t.hashCode();return(typeof r=="string")?r:a(r)}else{if(typeof t.toString==p){return t.toString()}else{try{return String(t)}catch(s){return Object.prototype.toString.call(t)}}}}}function g(r,s){return r.equals(s)}function e(r,s){return(typeof s.equals==p)?s.equals(r):(r===s)}function c(r){return function(s){if(s===null){throw new Error("null is not a valid "+r)}else{if(typeof s=="undefined"){throw new Error(r+" must not be undefined")}}}}var q=c("key"),l=c("value");function d(u,s,t,r){this[0]=u;this.entries=[];this.addEntry(s,t);if(r!==null){this.getEqualityFunction=function(){return r}}}var h=0,j=1,f=2;function o(r){return function(t){var s=this.entries.length,v,u=this.getEqualityFunction(t);while(s--){v=this.entries[s];if(u(t,v[0])){switch(r){case h:return true;case j:return v;case f:return[s,v[1]]}}}return false}}function k(r){return function(u){var v=u.length;for(var t=0,s=this.entries.length;t<s;++t){u[v+t]=this.entries[t][r]}}}d.prototype={getEqualityFunction:function(r){return(typeof r.equals==p)?g:e},getEntryForKey:o(j),getEntryAndIndexForKey:o(f),removeEntryForKey:function(s){var r=this.getEntryAndIndexForKey(s);if(r){n(this.entries,r[0]);return r[1]}return null},addEntry:function(r,s){this.entries[this.entries.length]=[r,s]},keys:k(0),values:k(1),getEntries:function(s){var u=s.length;for(var t=0,r=this.entries.length;t<r;++t){s[u+t]=this.entries[t].slice(0)}},containsKey:o(h),containsValue:function(s){var r=this.entries.length;while(r--){if(s===this.entries[r][1]){return true}}return false}};function m(s,t){var r=s.length,u;while(r--){u=s[r];if(t===u[0]){return r}}return null}function i(r,s){var t=r[s];return(t&&(t instanceof d))?t:null}function b(t,r){var w=this;var v=[];var u={};var x=(typeof t==p)?t:a;var s=(typeof r==p)?r:null;this.put=function(B,C){q(B);l(C);var D=x(B),E,A,z=null;E=i(u,D);if(E){A=E.getEntryForKey(B);if(A){z=A[1];A[1]=C}else{E.addEntry(B,C)}}else{E=new d(D,B,C,s);v[v.length]=E;u[D]=E}return z};this.get=function(A){q(A);var B=x(A);var C=i(u,B);if(C){var z=C.getEntryForKey(A);if(z){return z[1]}}return null};this.containsKey=function(A){q(A);var z=x(A);var B=i(u,z);return B?B.containsKey(A):false};this.containsValue=function(A){l(A);var z=v.length;while(z--){if(v[z].containsValue(A)){return true}}return false};this.clear=function(){v.length=0;u={}};this.isEmpty=function(){return !v.length};var y=function(z){return function(){var A=[],B=v.length;while(B--){v[B][z](A)}return A}};this.keys=y("keys");this.values=y("values");this.entries=y("getEntries");this.remove=function(B){q(B);var C=x(B),z,A=null;var D=i(u,C);if(D){A=D.removeEntryForKey(B);if(A!==null){if(!D.entries.length){z=m(v,C);n(v,z);delete u[C]}}}return A};this.size=function(){var A=0,z=v.length;while(z--){A+=v[z].entries.length}return A};this.each=function(C){var z=w.entries(),A=z.length,B;while(A--){B=z[A];C(B[0],B[1])}};this.putAll=function(H,C){var B=H.entries();var E,F,D,z,A=B.length;var G=(typeof C==p);while(A--){E=B[A];F=E[0];D=E[1];if(G&&(z=w.get(F))){D=C(F,z,D)}w.put(F,D)}};this.clone=function(){var z=new b(t,r);z.putAll(w);return z}}return b})();
///#source 1 1 jQuery-NumberFormatter/jquery.numberformatter.js
/** /**
* jquery.numberformatter - Formatting/Parsing Numbers in jQuery * jquery.numberformatter - Formatting/Parsing Numbers in jQuery
* *
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/jQuery-NumberFormatter/jshashtable-2.1.js</file> <settings>
<file>/ClientSource/Scripts/Modules/jQuery-NumberFormatter/jquery.numberformatter.js</file> <!--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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 jQuery-SignalR/jquery.signalR-2.1.1.js
/* jquery.signalR.core.js */ /* jquery.signalR.core.js */
/*global window:false */ /*global window:false */
/*! /*!
@@ -2827,6 +2828,7 @@
$.signalR.version = "2.1.1"; $.signalR.version = "2.1.1";
}(window.jQuery)); }(window.jQuery));
///#source 1 1 jQuery-SignalR/disco-hubs.js
/*! /*!
* ASP.NET SignalR JavaScript Library v2.1.1 * ASP.NET SignalR JavaScript Library v2.1.1
* http://signalr.net/ * http://signalr.net/
@@ -1,5 +1,16 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/jQuery-SignalR/jquery.signalR-2.1.1.js</file> <settings>
<file>/ClientSource/Scripts/Modules/jQuery-SignalR/disco-hubs.js</file> <!--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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 jQueryUI-DynaTree/jquery.dynatree.js
/************************************************************************* /*************************************************************************
jquery.dynatree.js jquery.dynatree.js
Dynamic tree view control, with support for lazy loading of branches. Dynamic tree view control, with support for lazy loading of branches.
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/jQueryUI-DynaTree/jquery.dynatree.js</file> <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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 jQueryUI-TimePicker/jquery-ui-timepicker-addon.js
/*! jQuery Timepicker Addon - v1.4.3 - 2013-11-30 /*! jQuery Timepicker Addon - v1.4.3 - 2013-11-30
* http://trentrichardson.com/examples/timepicker * http://trentrichardson.com/examples/timepicker
* Copyright (c) 2013 Trent Richardson; Licensed MIT */ * Copyright (c) 2013 Trent Richardson; Licensed MIT */
@@ -1,4 +1,15 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/jQueryUI-TimePicker/jquery-ui-timepicker-addon.js</file> <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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,3 +1,4 @@
///#source 1 1 Timeline/disco.simileajaxextensions.js
window.SimileAjax = { window.SimileAjax = {
loaded: true, loaded: true,
loadingScriptsCount: 0, loadingScriptsCount: 0,
@@ -5,6 +6,7 @@ window.SimileAjax = {
params: { bundle: "true" }, params: { bundle: "true" },
Platform: new Object() Platform: new Object()
}; };
///#source 1 1 Timeline/simile-ajax-bundle-DiscoMod.js
/* jquery-1.2.6.min.js */ /* jquery-1.2.6.min.js */
@@ -1567,12 +1569,14 @@ SimileAjax.XmlHttp._forceXML=function(A){try{A.overrideMimeType("text/xml");
}catch(B){A.setrequestheader("Content-Type","text/xml"); }catch(B){A.setrequestheader("Content-Type","text/xml");
}}; }};
///#source 1 1 Timeline/disco.timelineextensions.js
window.Timeline = new Object(); window.Timeline = new Object();
window.Timeline.DateTime = window.SimileAjax.DateTime; // for backward compatibility window.Timeline.DateTime = window.SimileAjax.DateTime; // for backward compatibility
window.Timeline.urlPrefix = '/ClientSource/Style/Timeline/'; window.Timeline.urlPrefix = '/ClientSource/Style/Timeline/';
window.Timeline.serverLocale = 'en'; window.Timeline.serverLocale = 'en';
window.Timeline.clientLocale = 'en'; window.Timeline.clientLocale = 'en';
window.Timeline.timeZone = 10; window.Timeline.timeZone = 10;
///#source 1 1 Timeline/timeline-bundle.js
/* band.js */ /* band.js */
@@ -4409,6 +4413,7 @@ Timeline.NativeDateUnit.later=function(B,A){return Timeline.NativeDateUnit.compa
Timeline.NativeDateUnit.change=function(A,B){return new Date(A.getTime()+B); Timeline.NativeDateUnit.change=function(A,B){return new Date(A.getTime()+B);
}; };
///#source 1 1 Timeline/timeline.js
/*================================================== /*==================================================
* Common localization strings * Common localization strings
*================================================== *==================================================
@@ -4419,6 +4424,7 @@ Timeline.strings["en"] = {
}; };
///#source 1 1 Timeline/labellers.js
/*================================================== /*==================================================
* Localization of labellers.js * Localization of labellers.js
*================================================== *==================================================
@@ -1,8 +1,10 @@
///#source 1 1 tinymce/disco.tinymceextensions.js
tinyMCEPreInit = { tinyMCEPreInit = {
suffix: '', suffix: '',
base: '/ClientSource/Scripts/Modules/tinymce', base: '/ClientSource/Scripts/Modules/tinymce',
query: '' query: ''
}; };
///#source 1 1 tinymce/tinymce.js
// 4.1.2 (2014-07-15) // 4.1.2 (2014-07-15)
/** /**
@@ -37321,6 +37323,7 @@ define("tinymce/ui/Throbber", [
expose(["tinymce/dom/EventUtils","tinymce/dom/Sizzle","tinymce/util/Tools","tinymce/Env","tinymce/dom/DomQuery","tinymce/html/Styles","tinymce/dom/TreeWalker","tinymce/dom/Range","tinymce/html/Entities","tinymce/dom/DOMUtils","tinymce/dom/ScriptLoader","tinymce/AddOnManager","tinymce/html/Node","tinymce/html/Schema","tinymce/html/SaxParser","tinymce/html/DomParser","tinymce/html/Writer","tinymce/html/Serializer","tinymce/dom/Serializer","tinymce/dom/TridentSelection","tinymce/util/VK","tinymce/dom/ControlSelection","tinymce/dom/BookmarkManager","tinymce/dom/Selection","tinymce/dom/ElementUtils","tinymce/Formatter","tinymce/UndoManager","tinymce/EnterKey","tinymce/ForceBlocks","tinymce/EditorCommands","tinymce/util/URI","tinymce/util/Class","tinymce/util/EventDispatcher","tinymce/ui/Selector","tinymce/ui/Collection","tinymce/ui/DomUtils","tinymce/ui/Control","tinymce/ui/Factory","tinymce/ui/KeyboardNavigation","tinymce/ui/Container","tinymce/ui/DragHelper","tinymce/ui/Scrollable","tinymce/ui/Panel","tinymce/ui/Movable","tinymce/ui/Resizable","tinymce/ui/FloatPanel","tinymce/ui/Window","tinymce/ui/MessageBox","tinymce/WindowManager","tinymce/util/Quirks","tinymce/util/Observable","tinymce/EditorObservable","tinymce/Shortcuts","tinymce/Editor","tinymce/util/I18n","tinymce/FocusManager","tinymce/EditorManager","tinymce/LegacyInput","tinymce/util/XHR","tinymce/util/JSON","tinymce/util/JSONRequest","tinymce/util/JSONP","tinymce/util/LocalStorage","tinymce/Compat","tinymce/ui/Layout","tinymce/ui/AbsoluteLayout","tinymce/ui/Tooltip","tinymce/ui/Widget","tinymce/ui/Button","tinymce/ui/ButtonGroup","tinymce/ui/Checkbox","tinymce/ui/ComboBox","tinymce/ui/ColorBox","tinymce/ui/PanelButton","tinymce/ui/ColorButton","tinymce/util/Color","tinymce/ui/ColorPicker","tinymce/ui/Path","tinymce/ui/ElementPath","tinymce/ui/FormItem","tinymce/ui/Form","tinymce/ui/FieldSet","tinymce/ui/FilePicker","tinymce/ui/FitLayout","tinymce/ui/FlexLayout","tinymce/ui/FlowLayout","tinymce/ui/FormatControls","tinymce/ui/GridLayout","tinymce/ui/Iframe","tinymce/ui/Label","tinymce/ui/Toolbar","tinymce/ui/MenuBar","tinymce/ui/MenuButton","tinymce/ui/ListBox","tinymce/ui/MenuItem","tinymce/ui/Menu","tinymce/ui/Radio","tinymce/ui/ResizeHandle","tinymce/ui/Spacer","tinymce/ui/SplitButton","tinymce/ui/StackLayout","tinymce/ui/TabPanel","tinymce/ui/TextBox","tinymce/ui/Throbber"]); expose(["tinymce/dom/EventUtils","tinymce/dom/Sizzle","tinymce/util/Tools","tinymce/Env","tinymce/dom/DomQuery","tinymce/html/Styles","tinymce/dom/TreeWalker","tinymce/dom/Range","tinymce/html/Entities","tinymce/dom/DOMUtils","tinymce/dom/ScriptLoader","tinymce/AddOnManager","tinymce/html/Node","tinymce/html/Schema","tinymce/html/SaxParser","tinymce/html/DomParser","tinymce/html/Writer","tinymce/html/Serializer","tinymce/dom/Serializer","tinymce/dom/TridentSelection","tinymce/util/VK","tinymce/dom/ControlSelection","tinymce/dom/BookmarkManager","tinymce/dom/Selection","tinymce/dom/ElementUtils","tinymce/Formatter","tinymce/UndoManager","tinymce/EnterKey","tinymce/ForceBlocks","tinymce/EditorCommands","tinymce/util/URI","tinymce/util/Class","tinymce/util/EventDispatcher","tinymce/ui/Selector","tinymce/ui/Collection","tinymce/ui/DomUtils","tinymce/ui/Control","tinymce/ui/Factory","tinymce/ui/KeyboardNavigation","tinymce/ui/Container","tinymce/ui/DragHelper","tinymce/ui/Scrollable","tinymce/ui/Panel","tinymce/ui/Movable","tinymce/ui/Resizable","tinymce/ui/FloatPanel","tinymce/ui/Window","tinymce/ui/MessageBox","tinymce/WindowManager","tinymce/util/Quirks","tinymce/util/Observable","tinymce/EditorObservable","tinymce/Shortcuts","tinymce/Editor","tinymce/util/I18n","tinymce/FocusManager","tinymce/EditorManager","tinymce/LegacyInput","tinymce/util/XHR","tinymce/util/JSON","tinymce/util/JSONRequest","tinymce/util/JSONP","tinymce/util/LocalStorage","tinymce/Compat","tinymce/ui/Layout","tinymce/ui/AbsoluteLayout","tinymce/ui/Tooltip","tinymce/ui/Widget","tinymce/ui/Button","tinymce/ui/ButtonGroup","tinymce/ui/Checkbox","tinymce/ui/ComboBox","tinymce/ui/ColorBox","tinymce/ui/PanelButton","tinymce/ui/ColorButton","tinymce/util/Color","tinymce/ui/ColorPicker","tinymce/ui/Path","tinymce/ui/ElementPath","tinymce/ui/FormItem","tinymce/ui/Form","tinymce/ui/FieldSet","tinymce/ui/FilePicker","tinymce/ui/FitLayout","tinymce/ui/FlexLayout","tinymce/ui/FlowLayout","tinymce/ui/FormatControls","tinymce/ui/GridLayout","tinymce/ui/Iframe","tinymce/ui/Label","tinymce/ui/Toolbar","tinymce/ui/MenuBar","tinymce/ui/MenuButton","tinymce/ui/ListBox","tinymce/ui/MenuItem","tinymce/ui/Menu","tinymce/ui/Radio","tinymce/ui/ResizeHandle","tinymce/ui/Spacer","tinymce/ui/SplitButton","tinymce/ui/StackLayout","tinymce/ui/TabPanel","tinymce/ui/TextBox","tinymce/ui/Throbber"]);
})(this); })(this);
///#source 1 1 tinymce/themes/simple/theme.js
/** /**
* theme.js * theme.js
* *
@@ -37866,4 +37869,5 @@ tinymce.ThemeManager.add('simple', function(editor) {
self.resizeBy = resizeBy; self.resizeBy = resizeBy;
}); });
///#source 1 1 tinymce/jquery.tinymce.min.js
!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,7 +1,18 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<bundle minify="true" runOnBuild="true"> <bundle xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://vswebessentials.com/schemas/v1/bundle.xsd">
<file>/ClientSource/Scripts/Modules/tinymce/disco.tinymceextensions.js</file> <settings>
<file>/ClientSource/Scripts/Modules/tinymce/tinymce.js</file> <!--Determines if the bundle file should be automatically optimized after creation/update.-->
<file>/ClientSource/Scripts/Modules/tinymce/themes/simple/theme.js</file> <minify>true</minify>
<file>/ClientSource/Scripts/Modules/tinymce/jquery.tinymce.min.js</file> <!--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> </bundle>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
header #heading, header #heading,
#header #heading { #header #heading {
display: none; display: none;
} }
@@ -117,3 +117,4 @@ div.form > table {
margin-top: 10px; margin-top: 10px;
padding: 6px; padding: 6px;
} }
/*# sourceMappingURL=AppMaintenance.css.map */
@@ -0,0 +1 @@
{"version":3,"sources":["AppMaintenance.less"],"names":[],"mappings":"AAEA,MAEI;AAFI,OAEJ;EACI,aAAA;;AAIR;EACI,iBAAA;;AADJ,WAGI;EACI,kBAAA;;AAJR,WAOI;EACI,kBAAA;;AAIR;EACI,gBAAgB,qugBAAhB;;AAEA,YAAE,GAAE;EACA,eAAA;EACA,sCAAA;EACA,+OAAA;EACA,gBAAA;;AAIR,GAAG;EACC,2BAAA;EACA,0CAAA;;AAGJ,GAAG,KAAM;EACL,sBAAA;;;AAIJ,sBACI,IAAG;EACC,gBAAA;;AAFR,sBAKI;EACI,gBAAA;EACA,YAAA;EACA,gBAAA;EACA,kBAAA;EACA,YAAA;;;AAKR,wBACI,gBAAgB;EACZ,aAAA;EACA,gBAAA;EACA,kBAAA;;AAJR,wBAOI;EACI,oBAAA;EACA,iBAAA;;AAIR,sBACI;EACI,gBAAA;EACA,YAAA;EACA,gBAAA;EACA,kBAAA;;;AAKR,6BAEI;EACI,gBAAA;;AAHR,6BAMI,2BACI;AAPR,6BAMgC,8CACxB;EACI,sBAAA;;AARZ,6BAMI,2BACI,GAGI,EAAC;AAVb,6BAMgC,8CACxB,GAGI,EAAC;AAVb,6BAMI,2BACI,GAGe,EAAC;AAVxB,6BAMgC,8CACxB,GAGe,EAAC;EACR,eAAA;;AAXhB,6BAgBI;EACI,aAAA;EACA,gBAAA;EACA,yBAAA;EACA,yBAAA;;AApBR,6BAuBI;EACI,iBAAA;EACA,cAAA;EACA,kBAAA;;AA1BR,6BA6BI;EACI,iBAAA;EACA,kBAAA;;AA/BR,6BAkCI,8CACI;EACI,eAAA;;AAEA,6BAJR,8CACI,GAGK;EACG,yBAAA;;AADJ,6BAJR,8CACI,GAGK,MAGG;EACI,WAAA;;AA1CpB,6BAkCI,8CACI,GAWI;EACI,eAAA;EACA,kBAAA;EACA,YAAA;EACA,eAAA;EACA,UAAA;EACA,cAAA;EACA,gBAAA;;AAEA,6BArBZ,8CACI,GAWI,QASK;EACG,UAAA;;;AAQpB,uBACI,KAAI;EACA,iBAAA;;AAFR,uBAKI;EACI,kBAAA;;AANR,uBASI;EACI,0BAAA;EACA,yBAAA;EACA,gBAAA;EACA,YAAA","file":"AppMaintenance.css"}
File diff suppressed because one or more lines are too long
+3 -2
View File
@@ -1,4 +1,4 @@
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */ /*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** /**
* 1. Set default font family to sans-serif. * 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling * 2. Prevent iOS text size adjust after orientation change, without disabling
@@ -1990,7 +1990,7 @@ input:-moz-placeholder {
color: #888888; color: #888888;
} }
.ui-autocomplete-loading { .ui-autocomplete-loading {
background: #ffffff url(data:image/gif;base64,R0lGODlhEAALAPQAAP///zNah+Hm7dng6O7x9DddiTNah1d3nJqtw3+Xs8fS3k5vlm6JqaGzx4KatcrU4FFymDZciHGMq+ru8t/l7Pb3+V9+oeLo7vT2+MTP3LLB0dTc5fHz9gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) /*Images/Status/loading.gif*/ right center no-repeat; background: white url(data:image/gif;base64,R0lGODlhEAALAPQAAP///zNah+Hm7dng6O7x9DddiTNah1d3nJqtw3+Xs8fS3k5vlm6JqaGzx4KatcrU4FFymDZciHGMq+ru8t/l7Pb3+V9+oeLo7vT2+MTP3LLB0dTc5fHz9gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) /*Images/Status/loading.gif*/ right center no-repeat;
} }
.ui-autocomplete { .ui-autocomplete {
max-height: 150px; max-height: 150px;
@@ -5251,3 +5251,4 @@ textarea.block {
#licence li { #licence li {
font-size: 0.9em; font-size: 0.9em;
} }
/*# sourceMappingURL=BundleSite.css.map */
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -1,4 +1,4 @@
.tableData { .tableData {
border: solid 1px #f4f4f4; border: solid 1px #f4f4f4;
border-collapse: collapse; border-collapse: collapse;
} }
@@ -1581,3 +1581,4 @@ div.logEventsViewport table.logEventsViewport > tbody > tr > td.eventType {
#Config_UserFlags_BulkAssign_AssignDialog.loading > form { #Config_UserFlags_BulkAssign_AssignDialog.loading > form {
display: none; display: none;
} }
/*# sourceMappingURL=Config.css.map */
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -1,4 +1,4 @@
#organisationCredits span.message { #organisationCredits span.message {
color: #888; color: #888;
} }
#organisationCredits a { #organisationCredits a {
@@ -142,3 +142,4 @@
#pageMenu .pageMenuArea.SpringNET { #pageMenu .pageMenuArea.SpringNET {
background-image: url(data:image/png;base64,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) /*Credits/SpringNET.png*/; background-image: url(data:image/png;base64,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) /*Credits/SpringNET.png*/;
} }
/*# sourceMappingURL=Credits.css.map */
@@ -0,0 +1 @@
{"version":3,"sources":["Credits.less"],"names":[],"mappings":"AAAA,oBACC,KAAI;EACH,WAAA;;AAFF,oBAIC;EACC,qBAAA;;AAIF,SACC;EACC,mBAAA;EACA,gBAAA;EACA,4BAAA;EACA,gCAAA;;AAEA,SAND,cAME;EACA,0BAAA;EACA,iCAAA;EACA,WAAA;;AACA,SAVF,cAME,IAIC;EACA,iCAAA;;AAGF,SAdD,cAcE;EACA,gBAAA;EACA,gBAAA;EACA,YAAA;EACA,kBAAA;EACA,WAAA;;AACA,SApBF,cAcE,WAMC;EACA,SAAS,GAAT;;AAED,SAvBF,cAcE,WASC;EACA,SAAS,GAAT;;AAED,SA1BF,cAcE,WAYC;EACA,WAAA;;AAIF,SA/BD,cA+BE;EACA,WAAA;;AAIA,SApCF,cAmCC,iBACE;EACA,cAAA;;AAED,SAvCF,cAmCC,iBAIE;EACA,gBAAA;EACA,WAAA;EACA,mBAAA;;AAEA,SA5CH,cAmCC,iBAIE,MAKC;EACA,qBAAA;;AANF,SAvCF,cAmCC,iBAIE,MAQA;EACC,kBAAA;;AACA,SAjDJ,cAmCC,iBAIE,MAQA,SAEE;EACA,SAAS,GAAT;;AAED,SApDJ,cAmCC,iBAIE,MAQA,SAKE;EACA,SAAS,GAAT;;AAED,SAvDJ,cAmCC,iBAIE,MAQA,SAQE;EACA,WAAA;;AAMJ,SA9DD,cA8DE;EACA,8iOAAA;;AAED,SAjED,cAiEE;EACA,qxFAAA;EACA,8BAAA;;AAED,SArED,cAqEE;EACA,4mNAAA;EACA,gBAAA;;AAED,SAzED,cAyEE;EACA,0kJAAA;EACA,gCAAA;EACA,gBAAA;;AAED,SA9ED,cA8EE;EACA,6hMAAA;EACA,gBAAA;;AAED,SAlFD,cAkFE;EACA,gvKAAA;EACA,gBAAA;EACA,8BAAA;;AAED,SAvFD,cAuFE;EACA,kxIAAA;EACA,gBAAA;EACA,8BAAA;;AAED,SA5FD,cA4FE;EACA,yrHAAA;;AAED,SA/FD,cA+FE;EACA,o5LAAA;;AAED,SAlGD,cAkGE;EACA,unBAAA;EACA,gCAAA;;AAED,SAtGD,cAsGE;EACA,ykKAAA;EACA,gBAAA;;AAED,SA1GD,cA0GE;EACA,6oQAAA;EACA,gBAAA;;AAED,SA9GD,cA8GE;EACA,ioFAAA;;AAED,SAjHD,cAiHE;EACA,04UAAA;EACA,gBAAA;;AAED,SArHD,cAqHE;EACA,0ukBAAA;EACA,iBAAA;;AAED,SAzHD,cAyHE;EACA,+/JAAA;;AAED,SA5HD,cA4HE;EACA,6vTAAA;EACA,gBAAA;EACA,gCAAA;;AAED,SAjID,cAiIE;EACA,w0KAAA;EACA,gBAAA;EACA,gCAAA;;AAED,SAtID,cAsIE;EACA,4lGAAA;;AAED,SAzID,cAyIE;EACA,u5NAAA;EACA,gCAAA;;AAED,SA7ID,cA6IE;EACA,unHAAA","file":"Credits.css"}
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -1,4 +1,4 @@
.tableData { .tableData {
border: solid 1px #f4f4f4; border: solid 1px #f4f4f4;
border-collapse: collapse; border-collapse: collapse;
} }
@@ -567,3 +567,4 @@
#Devices_Import_Review #Devices_Import_Review_TableContainer table > tbody span.smallMessage { #Devices_Import_Review #Devices_Import_Review_TableContainer table > tbody span.smallMessage {
color: inherit; color: inherit;
} }
/*# sourceMappingURL=Device.css.map */
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+2 -1
View File
@@ -1,4 +1,4 @@
.tableData { .tableData {
border: solid 1px #f4f4f4; border: solid 1px #f4f4f4;
border-collapse: collapse; border-collapse: collapse;
} }
@@ -89,3 +89,4 @@ body {
-webkit-border-radius: 0 0 6px 6px; -webkit-border-radius: 0 0 6px 6px;
border-radius: 0 0 6px 6px; border-radius: 0 0 6px 6px;
} }
/*# sourceMappingURL=Dialog.css.map */
@@ -0,0 +1 @@
{"version":3,"sources":["Shared.less","Dialog.less","Declarations.less"],"names":[],"mappings":"AAGA;EACI,yBAAA;EACA,yBAAA;;AAEA,UAAE,QAAQ,KAAK;EACX,yBAAA;EACA,yBAAA;;AAGJ,UAAE,QAAQ,KAAI,UAAU,KAAM;EAC1B,yBAAA;;AAGJ,UAAE,QAAQ,KAAK;AAAM,UAAE,QAAQ,KAAK;EAChC,yBAAA;EACA,yBAAA;;AAIA,UADF,QAAQ,KAAI,MACR;EACE,yBAAA;;AAEJ,UAJF,QAAQ,KAAI,MAIT,UAAU,KAAM;EACb,yBAAA;;AAIR,UAAE,QAAQ,KAAK;AAAM,UAAE,QAAQ,KAAK;EAChC,yBAAA;;AAIR;EAEI,yBAAA;EACA,yBAAA;;AAHJ,cAKI;EAEI,yBAAA;EACA,yBAAA;;AARR,cAWI;EAEI,yBAAA;EACA,yBAAA;;AAIR;EAEI,yBAAA;;AAGJ;EAEI,yBAAA;EACA,yBAAA;;AAEA,kBAAC,QAAO,KAAI,UAAU;EAElB,yBAAA;EACA,SAAA;EACA,UAAA;;AAGJ,kBAAC,QAAO,KAAK,KAAI;EAEb,YAAA;EACA,iBAAA;;AASQ,kBANZ,MAAK,IAEA,QAEI,KAAG,IAAI,cAEH;AAAK,kBANlB,MAAK,IAEA,QAEI,KAAG,IAAI,cAEG;EAEH,2BAAA;;AAMJ,kBAdZ,MAAK,IAEA,QAUI,KAEI;EAEG,mBAAA;EACA,iBAAA;;AAGA,kBApBhB,MAAK,IAEA,QAUI,KAQQ,KAAG;EAEA,iBAAA;;AAOxB;EAEI,qBAAA;EACA,YAAA;EACA,WAAA;EACA,gBAAA;EACA,eAAA;;AAGJ;EAEI,iBAAA;EACA,YAAA;;AAEA,iBAAC;EAEG,eAAA;EACA,UAAA;;ACxHR;EAEI,UAAA;;AAEJ;EACI,sBAAA;EACA,cAAA;EACA,UAAA;EC8FF,+BAAA;EACA,kCAAA;EACA,0BAAA","file":"Dialog.css"}
@@ -1,4 +1,4 @@
/* /*
* Fancytree Win8 styles * Fancytree Win8 styles
Borders have NO radius and NO gradients are used! Borders have NO radius and NO gradients are used!
@@ -505,3 +505,4 @@ span.fancytree-node.fancytree-selected {
font-style: normal; font-style: normal;
background: none; background: none;
} }
/*# sourceMappingURL=disco.fancytree.css.map */
@@ -0,0 +1 @@
{"version":3,"sources":["ui.fancytree.less","disco.fancytree.less"],"names":[],"mappings":"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","file":"disco.fancytree.css"}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More