|
1 | | -<dotnetnuke type="Package" version="5.0"> |
2 | | - <packages> |
3 | | - <package name="intl-tel-input" type="JavaScript_Library" version="<~=version~>"> |
4 | | - <friendlyName>International Telephone Input</friendlyName> |
5 | | - <description> |
6 | | - <![CDATA[A jQuery plugin for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.]]> |
7 | | - </description> |
8 | | - <owner> |
9 | | - <name>Engage Software</name> |
10 | | - <organization>Engage Software</organization> |
11 | | - <url>https://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 | | - <dependencies> |
18 | | - <dependency type="managedPackage" version="1.7.0">jQuery</dependency> |
19 | | - </dependencies> |
20 | | - <components> |
21 | | - <component type="JavaScript_Library"> |
22 | | - <javaScriptLibrary> |
23 | | - <libraryName>intl-tel-input</libraryName> |
24 | | - <fileName>intlTelInput.min.js</fileName> |
25 | | - <preferredScriptLocation>BodyBottom</preferredScriptLocation> |
26 | | - <CDNPath>https://cdn.jsdelivr.net/npm/intl-tel-input@<~=version~>/build/js/intlTelInput.min.js</CDNPath> |
27 | | - <objectName>jQuery.fn.intlTelInput</objectName> |
28 | | - </javaScriptLibrary> |
29 | | - </component> |
30 | | - <component type="JavaScriptFile"> |
31 | | - <jsfiles> |
32 | | - <libraryFolderName>intl-tel-input</libraryFolderName> |
33 | | - <jsfile> |
34 | | - <name>intlTelInput.min.js</name> |
35 | | - </jsfile> |
36 | | - </jsfiles> |
37 | | - </component> |
38 | | - <component type="ResourceFile"> |
39 | | - <resourceFiles> |
40 | | - <basePath>Resources\Libraries\intl-tel-input\<~=versionFolder~></basePath> |
41 | | - <resourceFile> |
42 | | - <name>Resources.zip</name> |
43 | | - </resourceFile> |
44 | | - </resourceFiles> |
45 | | - </component> |
46 | | - </components> |
47 | | - </package> |
48 | | - </packages> |
49 | | -</dotnetnuke> |
| 1 | +<dotnetnuke type="Package" version="5.0"> |
| 2 | + <packages> |
| 3 | + <package name="intl-tel-input" type="JavaScript_Library" version="<~=version~>"> |
| 4 | + <friendlyName>International Telephone Input</friendlyName> |
| 5 | + <description> |
| 6 | + <![CDATA[A jQuery plugin for entering and validating international telephone numbers. It adds a flag dropdown to any input, detects the user's country, displays a relevant placeholder and provides formatting/validation methods.]]> |
| 7 | + </description> |
| 8 | + <owner> |
| 9 | + <name>Engage Software</name> |
| 10 | + <organization>Engage Software</organization> |
| 11 | + <url>https://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>intl-tel-input</libraryName> |
| 21 | + <fileName>intlTelInput.min.js</fileName> |
| 22 | + <preferredScriptLocation>BodyBottom</preferredScriptLocation> |
| 23 | + <CDNPath>https://cdn.jsdelivr.net/npm/intl-tel-input@<~=version~>/build/js/intlTelInput.min.js</CDNPath> |
| 24 | + <objectName>intlTelInput</objectName> |
| 25 | + </javaScriptLibrary> |
| 26 | + </component> |
| 27 | + <component type="JavaScriptFile"> |
| 28 | + <jsfiles> |
| 29 | + <libraryFolderName>intl-tel-input</libraryFolderName> |
| 30 | + <jsfile> |
| 31 | + <name>intlTelInput.min.js</name> |
| 32 | + </jsfile> |
| 33 | + </jsfiles> |
| 34 | + </component> |
| 35 | + <component type="ResourceFile"> |
| 36 | + <resourceFiles> |
| 37 | + <basePath>Resources\Libraries\intl-tel-input\<~=versionFolder~></basePath> |
| 38 | + <resourceFile> |
| 39 | + <name>Resources.zip</name> |
| 40 | + </resourceFile> |
| 41 | + </resourceFiles> |
| 42 | + </component> |
| 43 | + </components> |
| 44 | + </package> |
| 45 | + </packages> |
| 46 | +</dotnetnuke> |
0 commit comments