Skip to content

Commit cc1b9e3

Browse files
committed
Add noUiSlider
1 parent fdcf5f0 commit cc1b9e3

File tree

6 files changed

+60
-0
lines changed

6 files changed

+60
-0
lines changed

nouislider_10.1.0/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://github.com/leongersen/noUiSlider/releases">noUiSlider changelog</a></p>

nouislider_10.1.0/LICENSE.htm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<p>noUiSlider is licensed under the <a href="https://github.com/leongersen/noUiSlider/blob/10.1.0/LICENSE">Do What The F*ck You Want To Public License</a>.</p>

nouislider_10.1.0/dnn-library.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"files": ["node_modules/nouislider/distribute/nouislider.min.js"],
3+
"resources": [
4+
"node_modules/nouislider/distribute/**",
5+
"!node_modules/nouislider/distribute/nouislider.min.js"
6+
]
7+
}

nouislider_10.1.0/nouislider.dnn

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
<dotnetnuke type="Package" version="5.0">
2+
<packages>
3+
<package name="nouislider" type="JavaScript_Library" version="10.1.0">
4+
<friendlyName>noUiSlider</friendlyName>
5+
<description><![CDATA[
6+
<p>noUiSlider is a lightweight JavaScript range slider library. It offers a wide selection of options and settings, and is compatible with a ton of (touch) devices, including those running iOS, Android, Windows 8/8.1/10, Windows Phone 8.1 and Windows Mobile 10.</p>
7+
]]></description>
8+
<owner>
9+
<name>Engage Software</name>
10+
<organization>Engage Software</organization>
11+
<url>http://www.engagesoftware.com</url>
12+
<email>support@engagesoftware.com</email>
13+
</owner>
14+
<license src="LICENSE.htm" />
15+
<releaseNotes src="CHANGES.htm" />
16+
<azureCompatible>true</azureCompatible>
17+
<components>
18+
<component type="JavaScript_Library">
19+
<javaScriptLibrary>
20+
<libraryName>nouislider</libraryName>
21+
<fileName>nouislider.min.js</fileName>
22+
<preferredScriptLocation>BodyBottom</preferredScriptLocation>
23+
<CDNPath>https://cdn.jsdelivr.net/npm/nouislider@10.1.0/distribute/nouislider.min.js</CDNPath>
24+
<objectName>noUiSlider</objectName>
25+
</javaScriptLibrary>
26+
</component>
27+
<component type="JavaScriptFile">
28+
<jsfiles>
29+
<libraryFolderName>nouislider</libraryFolderName>
30+
<jsfile>
31+
<name>nouislider.min.js</name>
32+
</jsfile>
33+
</jsfiles>
34+
</component>
35+
<component type="ResourceFile">
36+
<resourceFiles>
37+
<basePath>Resources\Libraries\nouislider\10_01_00</basePath>
38+
<resourceFile>
39+
<name>Resources.zip</name>
40+
</resourceFile>
41+
</resourceFiles>
42+
</component>
43+
</components>
44+
</package>
45+
</packages>
46+
</dotnetnuke>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"dependencies": {
99
"jquery.tipsy": "^1.0.3",
1010
"jszip": "^3.1.5",
11+
"nouislider": "^10.1.0",
1112
"quill": "^1.3.4",
1213
"spectrum-colorpicker": "^1.8.0",
1314
"swiper": "^4.0.5",

yarn.lock

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -899,6 +899,10 @@ normalize-path@^2.0.1:
899899
dependencies:
900900
remove-trailing-separator "^1.0.1"
901901

902+
nouislider@^10.1.0:
903+
version "10.1.0"
904+
resolved "https://registry.yarnpkg.com/nouislider/-/nouislider-10.1.0.tgz#7bdd0411fd62d4584bfe88cb92bb8d06e64c6b47"
905+
902906
object-assign@^3.0.0:
903907
version "3.0.0"
904908
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-3.0.0.tgz#9bedd5ca0897949bca47e7ff408062d549f587f2"

0 commit comments

Comments
 (0)