mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-11-24 08:46:48 +08:00
Upgrading jQueryUI from 1.13.2 to 1.14.1
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
Layout.Title = T("Navigation").ToString();
|
||||
Style.Include("navigation-admin.css");
|
||||
|
||||
Script.Require("jQueryUI_Sortable").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Script.Include("jquery.mjs.nestedSortable.js").AtFoot();
|
||||
Script.Include("navigation-admin.js").AtFoot();
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
Script.Require("jQuery");
|
||||
Script.Require("jQueryUI");
|
||||
Script.Require("jQueryUI_Tabs");
|
||||
Script.Require("jQueryUI");
|
||||
Script.Include("cloudmedia-admin-common.js", "cloudmedia-admin-common.min.js");
|
||||
Script.Include("cloudmedia-edit-asset.js", "cloudmedia-edit-asset.min.js");
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
Script.Require("jQuery");
|
||||
Script.Require("jQueryUI");
|
||||
Script.Require("jQueryUI_Tabs");
|
||||
Script.Require("jQueryUI");
|
||||
Script.Require("ShapesBase");
|
||||
Script.Require("BlockUI");
|
||||
Script.Require("jQueryFileUpload");
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Script.Require("jQueryUI_Tabs").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Script.Require("Knockout").AtFoot();
|
||||
Script.Include("cloudmedia-admin-settings.js", "cloudmedia-admin-settings.min.js").AtFoot();
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
@using Orchard.Environment.Configuration
|
||||
@{
|
||||
Script.Require("ContentPicker").AtFoot();
|
||||
Script.Require("jQueryUI_Sortable").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Style.Include("content-picker-admin.css");
|
||||
|
||||
var required = ((bool?)Model.Required) ?? false;
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// these need to be in the head because MediaBrowser.js defines a callback that the thumbnail images call when they load,
|
||||
// which could happen as soon as they render.
|
||||
Style.Require("jQueryUI_Orchard").AtHead();
|
||||
Script.Require("jQueryUI_Tabs").AtHead();
|
||||
Script.Require("jQueryUI").AtHead();
|
||||
|
||||
SetMeta("IE=edge,chrome=1", httpEquiv: "X-UA-Compatible");
|
||||
Style.Include("~/themes/theadmin/styles/site.css");
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
@{
|
||||
Script.Require("ContentPicker").AtFoot();
|
||||
Script.Require("jQueryUI_Sortable").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Style.Include("content-picker-admin.css");
|
||||
|
||||
var settings = Model.Field.PartFieldDefinition.Settings.GetModel<ContentPickerFieldSettings>();
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace Orchard.ContentTypes {
|
||||
|
||||
builder.Add().DefineScript("PlacementEditor")
|
||||
.SetUrl("admin-placementeditor.js")
|
||||
.SetDependencies("jQueryUI_Sortable");
|
||||
.SetDependencies("jQueryUI");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
Style.Include("common-admin.css", "common-admin.min.css");
|
||||
Style.Include("list-admin.css", "list-admin.min.css");
|
||||
Script.Require("ContentPicker").AtFoot();
|
||||
Script.Require("jQueryUI_Sortable").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Script.Require("jQueryColorBox");
|
||||
Script.Include("nprogress.js", "nprogress.min.js").AtFoot();
|
||||
Script.Include("orchard-lists-admin.js", "orchard-lists-admin.min.js").AtFoot();
|
||||
|
||||
@@ -5,8 +5,7 @@
|
||||
|
||||
Script.Require("ShapesBase").AtFoot();
|
||||
Style.Require("MediaManagerAdmin");
|
||||
Script.Require("jQuery").AtFoot();
|
||||
Script.Require("jQueryUI_Droppable").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Script.Require("Knockout").AtFoot();
|
||||
Script.Require("History").AtFoot();
|
||||
Script.Include("media-library.js").AtFoot();
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
@{
|
||||
Style.Include("media-library-picker-admin.css");
|
||||
Style.Require("jQueryColorBox");
|
||||
Script.Require("jQueryUI_Sortable").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Script.Require("jQueryColorBox").AtFoot();
|
||||
Script.Include("media-library-picker.js").AtFoot();
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
// these need to be in the head because MediaBrowser.js defines a callback that the thumbnail images call when they load,
|
||||
// which could happen as soon as they render.
|
||||
Style.Require("jQueryUI_Orchard").AtHead();
|
||||
Script.Require("jQueryUI_Tabs").AtHead();
|
||||
Script.Require("jQueryUI").AtHead();
|
||||
Script.Include("MediaBrowser.js").AtHead();
|
||||
|
||||
SetMeta("IE=edge,chrome=1", httpEquiv: "X-UA-Compatible");
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
@{
|
||||
Style.Include("media-gallery-admin");
|
||||
Script.Require("jQueryUI_Sortable").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
|
||||
var settings = Model.Field.PartFieldDefinition.Settings.GetModel<MediaGalleryFieldSettings>();
|
||||
var descriminator = Html.FieldIdFor(m => m.Field.Items);
|
||||
|
||||
@@ -1,16 +1,4 @@
|
||||
[
|
||||
{
|
||||
"inputs": [
|
||||
"Assets/Css/jQueryUI/jquery-ui.css",
|
||||
"Assets/Css/jQueryUI/jquery-ui.structure.css",
|
||||
"Assets/Css/jQueryUI/jquery-ui.theme.css"
|
||||
],
|
||||
"output": "Styles/jquery-ui.css"
|
||||
},
|
||||
{
|
||||
"inputs": [ "Assets/Js/jQueryUI/jquery-ui.js" ],
|
||||
"output": "Scripts/jquery-ui.js"
|
||||
},
|
||||
{
|
||||
"inputs": [ "Assets/Js/jQuery/jquery.utils.js" ],
|
||||
"output": "Scripts/jquery.utils.js"
|
||||
|
||||
@@ -96,9 +96,6 @@
|
||||
<Content Include="Assets\Css\Calendars\ui.calendars.picker.css" />
|
||||
<Content Include="Assets\Css\Colorbox\colorbox.css" />
|
||||
<Content Include="Assets\Css\DateTimeEditor\jquery-datetime-editor.css" />
|
||||
<Content Include="Assets\Css\jQueryUI\jquery-ui.css" />
|
||||
<Content Include="Assets\Css\jQueryUI\jquery-ui.structure.css" />
|
||||
<Content Include="Assets\Css\jQueryUI\jquery-ui.theme.css" />
|
||||
<Content Include="Assets\Css\TimeEntry\jquery.timeentry.css" />
|
||||
<Content Include="Assets\Js\Angular\angular-resource.js" />
|
||||
<Content Include="Assets\Js\Angular\angular-sanitize.js" />
|
||||
@@ -337,7 +334,6 @@
|
||||
<Content Include="Assets\Js\FileUpload\jquery.fileupload-validate.js" />
|
||||
<Content Include="Assets\Js\FileUpload\jquery.fileupload.js" />
|
||||
<Content Include="Assets\Js\History\history.js" />
|
||||
<Content Include="Assets\Js\jQueryUI\jquery-ui.js" />
|
||||
<Content Include="Assets\Js\jQuery\jquery.cookie.js" />
|
||||
<Content Include="Assets\Js\FileUpload\jquery.iframe-transport.js" />
|
||||
<Content Include="Assets\Js\jQuery\jquery.plugin.js" />
|
||||
@@ -739,8 +735,8 @@
|
||||
<Content Include="Scripts\Calendars\jquery.calendars.validation.min.js" />
|
||||
<Content Include="Scripts\history.js" />
|
||||
<Content Include="Scripts\history.min.js" />
|
||||
<Content Include="Scripts\jquery-ui.js" />
|
||||
<Content Include="Scripts\jquery-ui.min.js" />
|
||||
<Content Include="Scripts\jQueryUI\jquery-ui.js" />
|
||||
<Content Include="Scripts\jQueryUI\jquery-ui.min.js" />
|
||||
<Content Include="Scripts\jquery.blockui.js" />
|
||||
<Content Include="Scripts\jquery.blockui.min.js" />
|
||||
<Content Include="Scripts\jquery.colorbox.js" />
|
||||
@@ -823,10 +819,20 @@
|
||||
<Content Include="Styles\Images\ui-icons_ffffff_256x240.png" />
|
||||
<Content Include="Styles\jquery-datetime-editor.css" />
|
||||
<Content Include="Styles\jquery-datetime-editor.min.css" />
|
||||
<Content Include="Styles\jquery-ui.css" />
|
||||
<Content Include="Styles\jquery-ui.min.css" />
|
||||
<Content Include="Styles\jQueryUI\images\ui-icons_444444_256x240.png" />
|
||||
<Content Include="Styles\jQueryUI\images\ui-icons_555555_256x240.png" />
|
||||
<Content Include="Styles\jQueryUI\images\ui-icons_777620_256x240.png" />
|
||||
<Content Include="Styles\jQueryUI\images\ui-icons_777777_256x240.png" />
|
||||
<Content Include="Styles\jQueryUI\images\ui-icons_cc0000_256x240.png" />
|
||||
<Content Include="Styles\jQueryUI\images\ui-icons_ffffff_256x240.png" />
|
||||
<Content Include="Styles\jQueryUI\jquery-ui.css" />
|
||||
<Content Include="Styles\jQueryUI\jquery-ui.min.css" />
|
||||
<Content Include="Styles\jquery.colorbox.css" />
|
||||
<Content Include="Styles\jquery.colorbox.min.css" />
|
||||
<Content Include="Styles\jQueryUI\jquery-ui.structure.css" />
|
||||
<Content Include="Styles\jQueryUI\jquery-ui.structure.min.css" />
|
||||
<Content Include="Styles\jQueryUI\jquery-ui.theme.css" />
|
||||
<Content Include="Styles\jQueryUI\jquery-ui.theme.min.css" />
|
||||
<Content Include="Styles\TimeEntry\jquery.timeentry.css" />
|
||||
<Content Include="Styles\TimeEntry\jquery.timeentry.min.css" />
|
||||
<Content Include="Web.config" />
|
||||
@@ -941,6 +947,7 @@
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="ResourceManifests\jQueryUI.cs" />
|
||||
<Compile Include="ResourceManifests\Uri.cs" />
|
||||
<Compile Include="ResourceManifests\BlockUI.cs" />
|
||||
<Compile Include="ResourceManifests\Moment.cs" />
|
||||
|
||||
@@ -17,7 +17,7 @@ namespace Orchard.Resources.ResourceManifests {
|
||||
.SetDependencies("AngularJs");
|
||||
manifest.DefineScript("AngularJs_Sortable")
|
||||
.SetUrl("Angular/angular-sortable.min.js", "Angular/angular-sortable.js")
|
||||
.SetDependencies("AngularJs", "jQueryUI_Sortable");
|
||||
.SetDependencies("AngularJs", "jQueryUI");
|
||||
|
||||
manifest.DefineScript("AngularJs_Full")
|
||||
.SetDependencies("AngularJs", "AngularJs_Sanitize", "AngularJs_Resource", "AngularJs_Sortable");
|
||||
|
||||
@@ -5,109 +5,10 @@ namespace Orchard.Resources.ResourceManifests {
|
||||
public void BuildManifests(ResourceManifestBuilder builder) {
|
||||
var manifest = builder.Add();
|
||||
|
||||
// jQuery.
|
||||
manifest.DefineScript("jQuery")
|
||||
.SetUrl("jQuery/jquery.min.js", "jQuery/jquery.js")
|
||||
.SetCdn("//code.jquery.com/jquery-3.7.1.min.js", "//code.jquery.com/jquery-3.7.1.js")
|
||||
.SetVersion("3.7.1");
|
||||
|
||||
// jQuery UI (full package).
|
||||
manifest.DefineScript("jQueryUI")
|
||||
.SetUrl("jquery-ui.min.js", "jquery-ui.js")
|
||||
.SetVersion("1.13.2")
|
||||
.SetDependencies("jQuery")
|
||||
.SetCdn(
|
||||
"//ajax.aspnetcdn.com/ajax/jquery.ui/1.13.2/jquery-ui.min.js",
|
||||
"//ajax.aspnetcdn.com/ajax/jquery.ui/1.13.2/jquery-ui.js");
|
||||
manifest.DefineStyle("jQueryUI").SetUrl("jquery-ui.min.css", "jquery-ui.css").SetVersion("1.13.2");
|
||||
// Right now no customization in the styles, but the resource might be used later.
|
||||
manifest.DefineStyle("jQueryUI_Orchard").SetDependencies("jQueryUI");
|
||||
|
||||
// DEPRECATED for 1.10: Resources for jQuery UI individual components. This now only
|
||||
// defer to the full jQueryUI resources. In some cases where modules depend on these,
|
||||
// they will now get the full package instead of just the expected individual resource,
|
||||
// which could be considered breaking, but was deemed acceptable in the weekly
|
||||
// meeting 2016-02-09.
|
||||
manifest.DefineScript("jQueryUI_Core").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Widget").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Mouse").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Position").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Draggable").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Droppable").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Resizable").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Selectable").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Sortable").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Accordion").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Autocomplete").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Button").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Dialog").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Slider").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Tabs").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_DatePicker").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Progressbar").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_SelectMenu").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Spinner").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Tooltip").SetDependencies("jQueryUI");
|
||||
manifest.DefineScript("jQueryUI_Menu").SetDependencies("jQueryUI");
|
||||
manifest.DefineStyle("jQueryUI_Structure").SetDependencies("jQueryUI");
|
||||
manifest.DefineStyle("jQueryUI_Theme").SetDependencies("jQueryUI");
|
||||
|
||||
// Additional utilities and plugins.
|
||||
manifest.DefineScript("jQueryUtils")
|
||||
.SetUrl("jquery.utils.min.js", "jquery.utils.js")
|
||||
.SetDependencies("jQuery");
|
||||
manifest.DefineScript("jQueryPlugin")
|
||||
.SetUrl("jquery.plugin.min.js", "jquery.plugin.js")
|
||||
.SetDependencies("jQuery");
|
||||
|
||||
// jQuery Calendars.
|
||||
manifest.DefineScript("jQueryCalendars")
|
||||
.SetUrl("Calendars/jquery.calendars.all.min.js", "Calendars/jquery.calendars.all.js")
|
||||
.SetDependencies("jQueryPlugin")
|
||||
.SetVersion("2.0.1");
|
||||
manifest.DefineScript("jQueryCalendars_Picker")
|
||||
.SetUrl("Calendars/jquery.calendars.picker.full.min.js", "Calendars/jquery.calendars.picker.full.js")
|
||||
.SetDependencies("jQueryCalendars")
|
||||
.SetVersion("2.0.1");
|
||||
manifest.DefineStyle("jQueryCalendars_Picker")
|
||||
.SetUrl("Calendars/jquery.calendars.picker.full.min.css", "Calendars/jquery.calendars.picker.full.css")
|
||||
.SetDependencies("jQueryUI_Orchard")
|
||||
.SetVersion("2.0.1");
|
||||
|
||||
// jQuery Time Entry.
|
||||
manifest.DefineScript("jQueryTimeEntry")
|
||||
.SetUrl("TimeEntry/jquery.timeentry.min.js", "TimeEntry/jquery.timeentry.js")
|
||||
.SetDependencies("jQueryPlugin")
|
||||
.SetVersion("2.0.1");
|
||||
manifest.DefineStyle("jQueryTimeEntry")
|
||||
.SetUrl("TimeEntry/jquery.timeentry.min.css", "TimeEntry/jquery.timeentry.css")
|
||||
.SetVersion("2.0.1");
|
||||
|
||||
// jQuery Date/Time Editor Enhancements.
|
||||
manifest.DefineStyle("jQueryDateTimeEditor")
|
||||
.SetUrl("jquery-datetime-editor.min.css", "jquery-datetime-editor.css")
|
||||
.SetDependencies("DateTimeEditor");
|
||||
|
||||
// jQuery File Upload.
|
||||
manifest.DefineScript("jQueryFileUpload")
|
||||
.SetUrl("jquery.fileupload-full.min.js", "jquery.fileupload-full.js")
|
||||
.SetVersion("9.11.2")
|
||||
.SetDependencies("jQueryUI_Widget");
|
||||
|
||||
// jQuery Color Box.
|
||||
manifest.DefineScript("jQueryColorBox")
|
||||
.SetUrl("jquery.colorbox.min.js", "jquery.colorbox.js")
|
||||
.SetVersion("1.6.3")
|
||||
.SetDependencies("jQuery");
|
||||
manifest.DefineStyle("jQueryColorBox")
|
||||
.SetUrl("jquery.colorbox.min.css", "jquery.colorbox.css")
|
||||
.SetVersion("1.6.3");
|
||||
|
||||
// jQuery Cookie.
|
||||
manifest.DefineScript("jQueryCookie")
|
||||
.SetUrl("jquery.cookie.min.js", "jquery.cookie.js")
|
||||
.SetVersion("1.4.1")
|
||||
.SetDependencies("jQuery");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,94 @@
|
||||
using Orchard.UI.Resources;
|
||||
|
||||
namespace Orchard.Resources.ResourceManifests {
|
||||
public class jQueryUI : IResourceManifestProvider {
|
||||
public void BuildManifests(ResourceManifestBuilder builder) {
|
||||
var manifest = builder.Add();
|
||||
|
||||
// jQuery UI Core.
|
||||
manifest.DefineScript("jQueryUI")
|
||||
.SetUrl("jQueryUI/jquery-ui.min.js", "jQueryUI/jquery-ui.js")
|
||||
.SetVersion("1.14.1")
|
||||
.SetDependencies("jQuery")
|
||||
.SetCdn(
|
||||
"//code.jquery.com/ui/1.14.1/jquery-ui.min.js",
|
||||
"//code.jquery.com/ui/1.14.1/jquery-ui.js");
|
||||
|
||||
manifest.DefineStyle("jQueryUI")
|
||||
.SetUrl("jQueryUI/jquery-ui.min.css", "jQueryUI/jquery-ui.css")
|
||||
.SetVersion("1.14.1");
|
||||
|
||||
// jQuery UI Structure.
|
||||
manifest.DefineStyle("jQueryUI.Structure")
|
||||
.SetUrl("jQueryUI/jquery-ui.structure.min.css", "jQueryUI/jquery-ui.structure.css")
|
||||
.SetVersion("1.14.1");
|
||||
|
||||
// jQuery UI Theme.
|
||||
manifest.DefineStyle("jQueryUI.Theme")
|
||||
.SetUrl("jQueryUI/jquery-ui.theme.min.css", "jQueryUI/jquery-ui.theme.css")
|
||||
.SetVersion("1.14.1");
|
||||
|
||||
// jQuery UI Full (Core + Structure + Theme).
|
||||
manifest.DefineStyle("jQueryUI_Full")
|
||||
.SetDependencies("jQueryUI", "jQueryUI.Structure", "jQueryUI.Theme");
|
||||
|
||||
// Right now no customization in the styles, but the resource might be used later.
|
||||
manifest.DefineStyle("jQueryUI_Orchard").SetDependencies("jQueryUI_Full");
|
||||
|
||||
// Additional utilities and plugins.
|
||||
manifest.DefineScript("jQueryUtils")
|
||||
.SetUrl("jquery.utils.min.js", "jquery.utils.js")
|
||||
.SetDependencies("jQuery");
|
||||
manifest.DefineScript("jQueryPlugin")
|
||||
.SetUrl("jquery.plugin.min.js", "jquery.plugin.js")
|
||||
.SetDependencies("jQuery");
|
||||
manifest.DefineScript("jQueryCookie") // jQuery Cookie.
|
||||
.SetUrl("jquery.cookie.min.js", "jquery.cookie.js")
|
||||
.SetVersion("1.4.1")
|
||||
.SetDependencies("jQuery");
|
||||
|
||||
// jQuery Calendars.
|
||||
manifest.DefineScript("jQueryCalendars")
|
||||
.SetUrl("Calendars/jquery.calendars.all.min.js", "Calendars/jquery.calendars.all.js")
|
||||
.SetDependencies("jQueryPlugin")
|
||||
.SetVersion("2.0.1");
|
||||
manifest.DefineScript("jQueryCalendars_Picker")
|
||||
.SetUrl("Calendars/jquery.calendars.picker.full.min.js", "Calendars/jquery.calendars.picker.full.js")
|
||||
.SetDependencies("jQueryCalendars")
|
||||
.SetVersion("2.0.1");
|
||||
manifest.DefineStyle("jQueryCalendars_Picker")
|
||||
.SetUrl("Calendars/jquery.calendars.picker.full.min.css", "Calendars/jquery.calendars.picker.full.css")
|
||||
.SetDependencies("jQueryUI_Orchard")
|
||||
.SetVersion("2.0.1");
|
||||
|
||||
// jQuery Time Entry.
|
||||
manifest.DefineScript("jQueryTimeEntry")
|
||||
.SetUrl("TimeEntry/jquery.timeentry.min.js", "TimeEntry/jquery.timeentry.js")
|
||||
.SetDependencies("jQueryPlugin")
|
||||
.SetVersion("2.0.1");
|
||||
manifest.DefineStyle("jQueryTimeEntry")
|
||||
.SetUrl("TimeEntry/jquery.timeentry.min.css", "TimeEntry/jquery.timeentry.css")
|
||||
.SetVersion("2.0.1");
|
||||
|
||||
// jQuery Date/Time Editor Enhancements.
|
||||
manifest.DefineStyle("jQueryDateTimeEditor")
|
||||
.SetUrl("jquery-datetime-editor.min.css", "jquery-datetime-editor.css")
|
||||
.SetDependencies("DateTimeEditor");
|
||||
|
||||
// jQuery File Upload.
|
||||
manifest.DefineScript("jQueryFileUpload")
|
||||
.SetUrl("jquery.fileupload-full.min.js", "jquery.fileupload-full.js")
|
||||
.SetVersion("9.11.2")
|
||||
.SetDependencies("jQueryUI");
|
||||
|
||||
// jQuery Color Box.
|
||||
manifest.DefineScript("jQueryColorBox")
|
||||
.SetUrl("jquery.colorbox.min.js", "jquery.colorbox.js")
|
||||
.SetVersion("1.6.3")
|
||||
.SetDependencies("jQuery");
|
||||
manifest.DefineStyle("jQueryColorBox")
|
||||
.SetUrl("jquery.colorbox.min.css", "jquery.colorbox.css")
|
||||
.SetVersion("1.6.3");
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
6
src/Orchard.Web/Modules/Orchard.Resources/Scripts/jQueryUI/jquery-ui.min.js
vendored
Normal file
6
src/Orchard.Web/Modules/Orchard.Resources/Scripts/jQueryUI/jquery-ui.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
@@ -1,11 +1,10 @@
|
||||
/*! jQuery UI - v1.13.2 - 2024-03-09
|
||||
* http://jqueryui.com
|
||||
/*! jQuery UI - v1.14.1 - 2025-10-01
|
||||
* https://jqueryui.com
|
||||
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
|
||||
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
|
||||
* Copyright OpenJS Foundation and other contributors; Licensed MIT */
|
||||
|
||||
.ui-draggable-handle {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
/* Layout helpers
|
||||
@@ -49,7 +48,6 @@
|
||||
left: 0;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
|
||||
}
|
||||
|
||||
.ui-front {
|
||||
@@ -101,7 +99,6 @@
|
||||
position: absolute;
|
||||
font-size: 0.1px;
|
||||
display: block;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-resizable-disabled .ui-resizable-handle,
|
||||
@@ -165,7 +162,6 @@
|
||||
top: -5px;
|
||||
}
|
||||
.ui-selectable {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-selectable-helper {
|
||||
@@ -174,7 +170,6 @@
|
||||
border: 1px dotted black;
|
||||
}
|
||||
.ui-sortable-handle {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-accordion .ui-accordion-header {
|
||||
@@ -209,8 +204,6 @@
|
||||
.ui-menu .ui-menu-item {
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
/* support: IE10, see #8844 */
|
||||
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
}
|
||||
.ui-menu .ui-menu-item-wrapper {
|
||||
position: relative;
|
||||
@@ -260,12 +253,7 @@
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
/* Support: IE <= 11 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.ui-button,
|
||||
@@ -316,7 +304,7 @@ input.ui-button.ui-icon-notext .ui-icon {
|
||||
}
|
||||
|
||||
/* workarounds */
|
||||
/* Support: Firefox 5 - 40 */
|
||||
/* Support: Firefox 5 - 125+ */
|
||||
input.ui-button::-moz-focus-inner,
|
||||
button.ui-button::-moz-focus-inner {
|
||||
border: 0;
|
||||
@@ -367,9 +355,6 @@ button.ui-button::-moz-focus-inner {
|
||||
|
||||
/* Spinner specific style fixes */
|
||||
.ui-controlgroup-vertical .ui-spinner-input {
|
||||
|
||||
/* Support: IE8 only, Android < 4.4 only */
|
||||
width: 75%;
|
||||
width: calc( 100% - 2.4em );
|
||||
}
|
||||
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
||||
@@ -677,7 +662,6 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-progressbar .ui-progressbar-overlay {
|
||||
background: url("data:image/gif;base64,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");
|
||||
height: 100%;
|
||||
-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
|
||||
opacity: 0.25;
|
||||
}
|
||||
.ui-progressbar-indeterminate .ui-progressbar-value {
|
||||
@@ -733,7 +717,6 @@ button.ui-button::-moz-focus-inner {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
cursor: pointer;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-slider .ui-slider-range {
|
||||
@@ -745,12 +728,6 @@ button.ui-button::-moz-focus-inner {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
/* support: IE8 - See #6727 */
|
||||
.ui-slider.ui-state-disabled .ui-slider-handle,
|
||||
.ui-slider.ui-state-disabled .ui-slider-range {
|
||||
filter: inherit;
|
||||
}
|
||||
|
||||
.ui-slider-horizontal {
|
||||
height: .8em;
|
||||
}
|
||||
@@ -1041,19 +1018,14 @@ a.ui-button:active,
|
||||
.ui-widget-content .ui-priority-secondary,
|
||||
.ui-widget-header .ui-priority-secondary {
|
||||
opacity: .7;
|
||||
-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled,
|
||||
.ui-widget-header .ui-state-disabled {
|
||||
opacity: .35;
|
||||
-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
|
||||
background-image: none;
|
||||
}
|
||||
.ui-state-disabled .ui-icon {
|
||||
-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
|
||||
}
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
@@ -1307,9 +1279,7 @@ a.ui-button:active,
|
||||
.ui-widget-overlay {
|
||||
background: #aaaaaa;
|
||||
opacity: .3;
|
||||
-ms-filter: Alpha(Opacity=30); /* support: IE8 */
|
||||
}
|
||||
.ui-widget-shadow {
|
||||
-webkit-box-shadow: 0px 0px 5px #666666;
|
||||
box-shadow: 0px 0px 5px #666666;
|
||||
}
|
||||
7
src/Orchard.Web/Modules/Orchard.Resources/Styles/jQueryUI/jquery-ui.min.css
vendored
Normal file
7
src/Orchard.Web/Modules/Orchard.Resources/Styles/jQueryUI/jquery-ui.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -1,15 +1,14 @@
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.13.2
|
||||
* http://jqueryui.com
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* http://api.jqueryui.com/category/theming/
|
||||
* https://api.jqueryui.com/category/theming/
|
||||
*/
|
||||
.ui-draggable-handle {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
/* Layout helpers
|
||||
@@ -53,7 +52,6 @@
|
||||
left: 0;
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
-ms-filter: "alpha(opacity=0)"; /* support: IE8 */
|
||||
}
|
||||
|
||||
.ui-front {
|
||||
@@ -105,7 +103,6 @@
|
||||
position: absolute;
|
||||
font-size: 0.1px;
|
||||
display: block;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-resizable-disabled .ui-resizable-handle,
|
||||
@@ -169,7 +166,6 @@
|
||||
top: -5px;
|
||||
}
|
||||
.ui-selectable {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-selectable-helper {
|
||||
@@ -178,7 +174,6 @@
|
||||
border: 1px dotted black;
|
||||
}
|
||||
.ui-sortable-handle {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-accordion .ui-accordion-header {
|
||||
@@ -213,8 +208,6 @@
|
||||
.ui-menu .ui-menu-item {
|
||||
margin: 0;
|
||||
cursor: pointer;
|
||||
/* support: IE10, see #8844 */
|
||||
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
||||
}
|
||||
.ui-menu .ui-menu-item-wrapper {
|
||||
position: relative;
|
||||
@@ -264,12 +257,7 @@
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
/* Support: IE <= 11 */
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.ui-button,
|
||||
@@ -320,7 +308,7 @@ input.ui-button.ui-icon-notext .ui-icon {
|
||||
}
|
||||
|
||||
/* workarounds */
|
||||
/* Support: Firefox 5 - 40 */
|
||||
/* Support: Firefox 5 - 125+ */
|
||||
input.ui-button::-moz-focus-inner,
|
||||
button.ui-button::-moz-focus-inner {
|
||||
border: 0;
|
||||
@@ -371,9 +359,6 @@ button.ui-button::-moz-focus-inner {
|
||||
|
||||
/* Spinner specific style fixes */
|
||||
.ui-controlgroup-vertical .ui-spinner-input {
|
||||
|
||||
/* Support: IE8 only, Android < 4.4 only */
|
||||
width: 75%;
|
||||
width: calc( 100% - 2.4em );
|
||||
}
|
||||
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
|
||||
@@ -681,7 +666,6 @@ button.ui-button::-moz-focus-inner {
|
||||
.ui-progressbar .ui-progressbar-overlay {
|
||||
background: url("data:image/gif;base64,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");
|
||||
height: 100%;
|
||||
-ms-filter: "alpha(opacity=25)"; /* support: IE8 */
|
||||
opacity: 0.25;
|
||||
}
|
||||
.ui-progressbar-indeterminate .ui-progressbar-value {
|
||||
@@ -737,7 +721,6 @@ button.ui-button::-moz-focus-inner {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
cursor: pointer;
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
.ui-slider .ui-slider-range {
|
||||
@@ -749,12 +732,6 @@ button.ui-button::-moz-focus-inner {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
/* support: IE8 - See #6727 */
|
||||
.ui-slider.ui-state-disabled .ui-slider-handle,
|
||||
.ui-slider.ui-state-disabled .ui-slider-range {
|
||||
filter: inherit;
|
||||
}
|
||||
|
||||
.ui-slider-horizontal {
|
||||
height: .8em;
|
||||
}
|
||||
5
src/Orchard.Web/Modules/Orchard.Resources/Styles/jQueryUI/jquery-ui.structure.min.css
vendored
Normal file
5
src/Orchard.Web/Modules/Orchard.Resources/Styles/jQueryUI/jquery-ui.structure.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -1,14 +1,14 @@
|
||||
/*!
|
||||
* jQuery UI CSS Framework 1.13.2
|
||||
* http://jqueryui.com
|
||||
* jQuery UI CSS Framework 1.14.1
|
||||
* https://jqueryui.com
|
||||
*
|
||||
* Copyright jQuery Foundation and other contributors
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
* Released under the MIT license.
|
||||
* http://jquery.org/license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
* http://api.jqueryui.com/category/theming/
|
||||
* https://api.jqueryui.com/category/theming/
|
||||
*
|
||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
|
||||
* To view and modify this theme, visit https://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
|
||||
*/
|
||||
|
||||
|
||||
@@ -172,19 +172,14 @@ a.ui-button:active,
|
||||
.ui-widget-content .ui-priority-secondary,
|
||||
.ui-widget-header .ui-priority-secondary {
|
||||
opacity: .7;
|
||||
-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
|
||||
font-weight: normal;
|
||||
}
|
||||
.ui-state-disabled,
|
||||
.ui-widget-content .ui-state-disabled,
|
||||
.ui-widget-header .ui-state-disabled {
|
||||
opacity: .35;
|
||||
-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
|
||||
background-image: none;
|
||||
}
|
||||
.ui-state-disabled .ui-icon {
|
||||
-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
|
||||
}
|
||||
|
||||
/* Icons
|
||||
----------------------------------*/
|
||||
@@ -438,9 +433,7 @@ a.ui-button:active,
|
||||
.ui-widget-overlay {
|
||||
background: #aaaaaa;
|
||||
opacity: .3;
|
||||
-ms-filter: Alpha(Opacity=30); /* support: IE8 */
|
||||
}
|
||||
.ui-widget-shadow {
|
||||
-webkit-box-shadow: 0px 0px 5px #666666;
|
||||
box-shadow: 0px 0px 5px #666666;
|
||||
}
|
||||
5
src/Orchard.Web/Modules/Orchard.Resources/Styles/jQueryUI/jquery-ui.theme.min.css
vendored
Normal file
5
src/Orchard.Web/Modules/Orchard.Resources/Styles/jQueryUI/jquery-ui.theme.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -7,7 +7,7 @@
|
||||
Style.Require("WorkflowsAdmin");
|
||||
Style.Require("WorkflowsActivities");
|
||||
Style.Require("jQueryUI_Orchard");
|
||||
Script.Require("jQueryUI_Dialog").AtFoot();
|
||||
Script.Require("jQueryUI").AtFoot();
|
||||
Script.Require("jsPlumb").AtFoot();
|
||||
Script.Include("orchard-workflows-serialize.js").AtFoot();
|
||||
Script.Include("orchard-workflows.js").AtFoot();
|
||||
|
||||
Reference in New Issue
Block a user