|
|
|
@ -5,6 +5,7 @@ using Volo.Abp.AspNetCore.Mvc.UI.Packages.JQuery; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.JQueryForm; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.JQueryValidationUnobtrusive; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.Lodash; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.MalihuCustomScrollbar; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.Select2; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.SweetAlert; |
|
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Packages.Timeago; |
|
|
|
@ -23,6 +24,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Bundling |
|
|
|
typeof(DatatablesNetBs4ScriptContributor), |
|
|
|
typeof(SweetalertScriptContributor), |
|
|
|
typeof(ToastrScriptBundleContributor), |
|
|
|
typeof(MalihuCustomScrollbarPluginScriptBundleContributor), |
|
|
|
typeof(TimeagoScriptContributor) |
|
|
|
)] |
|
|
|
public class SharedThemeGlobalScriptContributor : BundleContributor |
|
|
|
@ -37,7 +39,8 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Theme.Shared.Bundling |
|
|
|
"/libs/abp/aspnetcore-mvc-ui-theme-shared/bootstrap/modal-manager.js", |
|
|
|
"/libs/abp/aspnetcore-mvc-ui-theme-shared/datatables/datatables-extensions.js", |
|
|
|
"/libs/abp/aspnetcore-mvc-ui-theme-shared/sweetalert/abp-sweetalert.js", |
|
|
|
"/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js" |
|
|
|
"/libs/abp/aspnetcore-mvc-ui-theme-shared/toastr/abp-toastr.js", |
|
|
|
"/libs/abp/aspnetcore-mvc-ui-theme-shared/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.concat.min.js" |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
|