Skip to content

Commit 6975b13

Browse files
committed
jQuery-UI 1.12.1
1 parent f149899 commit 6975b13

File tree

5 files changed

+56
-1
lines changed

5 files changed

+56
-1
lines changed

bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"Blob": "*",
6161
"tableexport.js": "4.0.1",
6262
"tinymce": "4.6.4",
63-
"jquery": "3.2.1"
63+
"jquery": "3.2.1",
64+
"jquery-ui": "^1.12.1"
6465
}
6566
}

jquery-ui_1.12.1/CHANGES.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>See the <a href="https://jqueryui.com/changelog/">jQuery UI changelog</a></p>

jquery-ui_1.12.1/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>jQuery UI is licensed under the <a href="https://github.com/jquery/jquery-ui/blob/1.12.1/LICENSE.txt">MIT License</a>.</p>

jquery-ui_1.12.1/jquery-ui.dnn

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="jQuery-UI" type="JavaScript_Library" version="1.12.1">
4+
<friendlyName>jQuery UI</friendlyName>
5+
<description><![CDATA[jQuery UI is a curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library. Whether you're building highly interactive web applications or you just need to add a date picker to a form control, jQuery UI is the perfect choice.]]></description>
6+
<owner>
7+
<name>Engage Software</name>
8+
<organization>Engage Software</organization>
9+
<url>http://www.engagesoftware.com</url>
10+
<email>[email protected]</email>
11+
</owner>
12+
<license src="LICENSE.htm" />
13+
<releaseNotes src="CHANGES.htm" />
14+
<azureCompatible>true</azureCompatible>
15+
<dependencies>
16+
<dependency type="managedPackage" version="1.6.0">jQuery</dependency>
17+
</dependencies>
18+
<components>
19+
<component type="JavaScript_Library">
20+
<javaScriptLibrary>
21+
<libraryName>jQuery-UI</libraryName>
22+
<fileName>jquery-ui.min.js</fileName>
23+
<preferredScriptLocation>PageHead</preferredScriptLocation>
24+
<CDNPath>https://code.jquery.com/ui/1.12.1/jquery-ui.min.js</CDNPath>
25+
<objectName>jQuery.ui</objectName>
26+
</javaScriptLibrary>
27+
</component>
28+
<component type="JavaScriptFile">
29+
<jsfiles>
30+
<libraryFolderName>jQuery-UI</libraryFolderName>
31+
<jsfile>
32+
<name>jquery-ui.min.js</name>
33+
</jsfile>
34+
</jsfiles>
35+
</component>
36+
</components>
37+
</package>
38+
</packages>
39+
</dotnetnuke>

jquery-ui_1.12.1/jquery-ui.min.js

Lines changed: 13 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)