Skip to content

Commit

Permalink
bring in qtip 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Mar 19, 2018
1 parent 665db34 commit 0199b9f
Show file tree
Hide file tree
Showing 23 changed files with 6,729 additions and 0 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"numeral-1-5-3": "numeral#1.5.3",
"pure-0-5-0": "pure#0.5.0",
"qtip2-2-2-1": "qtip2#v2.2.1",
"qtip2-3-0-3": "https://github.com/qTip2/qTip2.git#v3.0.3",
"select2-4-0": "select2#4.0.3",
"select2-bootstrap-theme-0-1-0": "select2-bootstrap-theme#0.1.0-beta.10",
"react-15-1-0": "react#15.1.0",
Expand Down
2 changes: 2 additions & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@
<delete dir="${dir.assets}/jszip-3-1-5/documentation" verbose="true"/>
<delete dir="${dir.assets}/modernizr-3-5-0/test" verbose="true"/>
<delete dir="${dir.assets}/numeral-1-5-3/tests" verbose="true"/>
<delete dir="${dir.assets}/qtip2-3-0-3/grunt" verbose="true"/>
<delete dir="${dir.assets}/qtip2-3-0-3/src" verbose="true"/>
<delete dir="${dir.assets}/select2-4-0/docs" verbose="true"/>
<delete dir="${dir.assets}/select2-4-0/tests" verbose="true"/>
<delete dir="${dir.assets}/summernote-0-8-2/examples" verbose="true"/>
Expand Down
4 changes: 4 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@ assets:
pure:
basePath: %assets_static_relative%/pure-0-5-0/
link: pure-min.css
qtip2:
basePath: %assets_static_relative%/qtip2-3-0-3/dist/
script: jquery.qtip.min.js
link: jquery.qtip.min.css
44 changes: 44 additions & 0 deletions public/assets/qtip2-3-0-3/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"name": "qtip2",
"description": "Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.",
"version": "3.0.3",
"homepage": "http:https://qtip2.com",
"repository": {
"type": "git",
"url": "git:https://github.com/qTip2/qTip2.git"
},
"author": "Craig Michael Thompson <[email protected]> (http:https://craigsworks.com/)",
"license": [
"MIT"
],
"keywords": [
"tooltip",
"tooltips",
"jquery",
"jquery-plugin",
"qtip",
"qtip2",
"simpletip",
"craig thompson",
"craig michael thompson",
"craigsworks",
"craga89"
],
"main": [
"./dist/jquery.qtip.js",
"./dist/jquery.qtip.css"
],
"dependencies": {
"jquery": ">=1.6.0",
"imagesloaded": ">=3.0.0"
},
"_release": "3.0.3",
"_resolution": {
"type": "version",
"tag": "v3.0.3",
"commit": "db75a9a3587157cc7c9808bdb7e4161018b1ea5f"
},
"_source": "https://github.com/qTip2/qTip2.git",
"_target": "v3.0.3",
"_originalSource": "https://github.com/qTip2/qTip2.git"
}
106 changes: 106 additions & 0 deletions public/assets/qtip2-3-0-3/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
{
"env": {
"node": true,
"browser": true,
"builtin": true
},
"globals": {
"jQuery": true,
"$": true,
"QTip": true,
"TRUE": true,
"FALSE": true,
"NULL": true,
"WIDTH": true,
"HEIGHT": true,
"TOP": true,
"LEFT": true,
"BOTTOM": true,
"RIGHT": true,
"X": true,
"Y": true,
"CENTER": true,
"FLIP": true,
"FLIPINVERT": true,
"SHIFT": true,
"QTIP": true,
"PROTOTYPE": true,
"CORNER": true,
"CHECKS": true,
"PLUGINS": true,
"NAMESPACE": true,
"ATTR_HAS": true,
"ATTR_ID": true,
"WIDGET": true,
"SELECTOR": true,
"INACTIVE_EVENTS": true,
"CLASS_FIXED": true,
"CLASS_DEFAULT": true,
"CLASS_FOCUS": true,
"CLASS_HOVER": true,
"CLASS_DISABLED": true,
"BROWSER": true,
"replaceSuffix": true,
"oldtitle": true,
"trackingBound": true,
"createWidgetClass": true,
"sanitizeOptions": true,
"cloneEvent": true
},
"rules": {
"block-scoped-var": 2,
"camelcase": 2,
"curly": [
2,
"all"
],
"dot-notation": [
2,
{
"allowKeywords": true
}
],
"eqeqeq": [
2,
"allow-null"
],
"strict": [
2,
"never"
],
"guard-for-in": 2,
"new-cap": 2,
"no-bitwise": 2,
"no-caller": 2,
"no-debugger": 2,
"no-empty": 2,
"no-eval": 2,
"no-extend-native": 2,
"no-extra-parens": 2,
"no-irregular-whitespace": 2,
"no-iterator": 2,
"no-loop-func": 2,
"no-multi-str": 2,
"no-new": 2,
"no-proto": 2,
"no-script-url": 2,
"no-sequences": 2,
"no-shadow": 2,
"no-undef": 2,
"no-unused-vars": 2,
"no-with": 2,
"quotes": [
2,
"single"
],
"semi": [
0,
"never"
],
"valid-typeof": 2,
"wrap-iife": [
2,
"inside"
]
}
}
1 change: 1 addition & 0 deletions public/assets/qtip2-3-0-3/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
11 changes: 11 additions & 0 deletions public/assets/qtip2-3-0-3/.travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4"
- "5"
- "6"
before_script:
- npm install -g grunt-cli
85 changes: 85 additions & 0 deletions public/assets/qtip2-3-0-3/Gruntfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
/*global module:false*/
module.exports = function(grunt) {
// Load external tasks
grunt.loadTasks('grunt/tasks');

// Auto load grunt config/ tasks
require('load-grunt-config')(grunt, {
data: {
// Package properties
pkg: grunt.file.readJSON('package.json'),

// So meta...
meta: {
banners: {
full: '/*\n * <%= pkg.title || pkg.name %> - @@vVERSION\n' +
' * <%=pkg.homepage%>\n' +
' *\n' +
' * Copyright (c) <%= grunt.template.today("yyyy") %> <%= pkg.author.name %>\n' +
' * Released under the <%= _.pluck(pkg.licenses, "type").join(", ") %> licenses\n' +
' * http:https://jquery.org/license\n' +
' *\n' +
' * Date: <%= grunt.template.today("ddd mmm d yyyy hh:MM Zo", true) %>\n' +
'@@BUILDPROPS */\n',

minified:'/* <%= pkg.name %> @@vVERSION | Plugins: @@PLUGINS | Styles: @@STYLES | <%= pkg.homepage.replace("http:https://","") %> | '+
'Licensed <%= _.pluck(pkg.licenses, "type").join(", ") %> | <%=grunt.template.today() %> */\n'
}
},

// Directories (dist changed in init())
dirs: {
src: 'src',
dist: 'dist',
libs: 'libs',
modules: 'node_modules'
},

// Wrapper files for final built dist files
wrappers: {
js: {
intro: '<%=dirs.src%>/core/intro.js',
outro: '<%=dirs.src%>/core/outro.js'
}
},

// Core files in order
core: {
js: [
'<%=dirs.src%>/core/constants.js',
'<%=dirs.src%>/core/class.js',

'<%=dirs.src%>/core/options.js',
'<%=dirs.src%>/core/content.js',
'<%=dirs.src%>/core/position.js',
'<%=dirs.src%>/core/toggle.js',
'<%=dirs.src%>/core/focus.js',
'<%=dirs.src%>/core/disable.js',
'<%=dirs.src%>/core/button.js',
'<%=dirs.src%>/core/style.js',
'<%=dirs.src%>/core/events.js',

'<%=dirs.src%>/core/jquery_methods.js',
'<%=dirs.src%>/core/jquery_overrides.js',

'<%=dirs.src%>/core/defaults.js'
],
css: ['<%=dirs.src%>/core.css']
},

// Styles and plugins map
styles: {
basic: '<%=dirs.src%>/basic.css',
css3: '<%=dirs.src%>/css3.css'
},
plugins: {
tips: { js: '<%=dirs.src%>/tips/tips.js', css: '<%=dirs.src%>/tips/tips.css' },
modal: { js: '<%=dirs.src%>/modal/modal.js', css: '<%=dirs.src%>/modal/modal.css' },
viewport: { js: '<%=dirs.src%>/position/viewport.js' },
svg: { js: [ '<%=dirs.src%>/position/polys.js', '<%=dirs.src%>/position/svg.js' ] },
imagemap: { js: [ '<%=dirs.src%>/position/polys.js', '<%=dirs.src%>/position/imagemap.js' ] },
ie6: { js: '<%=dirs.src%>/ie6/ie6.js', css: '<%=dirs.src%>/ie6/ie6.css' }
}
}
});
};
22 changes: 22 additions & 0 deletions public/assets/qtip2-3-0-3/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright (c) 2012 Craig Michael Thompson

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
73 changes: 73 additions & 0 deletions public/assets/qtip2-3-0-3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
[![Build Status](https://travis-ci.org/qTip2/qTip2.svg)](https://travis-ci.org/qTip2/qTip2)
[![devDependency Status](https://david-dm.org/qTip2/qTip2/dev-status.svg?theme=shields.io)](https://david-dm.org/qTip2/qTip2#info=devDependencies)
[![Join the chat at https://gitter.im/qTip2/qTip2](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/qTip2/qTip2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

[qTip<sup>2</sup>][site] - Pretty powerful tooltips
================================

Introducing&hellip; qTip<sup>2</sup>. The second generation of the advanced qTip plugin for the ever popular jQuery framework.

Building on 1.0's user friendly, yet feature rich base, qTip<sup>2</sup> provides you with tonnes of features like
[speech bubble tips][tips] and [imagemap support][imgmap], and best of all... **it's completely free under the MIT license!**

More documentation and information is available at the [official site][site].

## Browser support
<div style="text-transform: sub; text-align: center;">
<img src="http:https://media1.juggledesign.com/qtip2/images/browsers/64-chrome.png" title="Chrome 8+" /> 8+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="http:https://media1.juggledesign.com/qtip2/images/browsers/64-firefox.png" title="Firefox 3+" /> 3+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="http:https://media1.juggledesign.com/qtip2/images/browsers/64-ie.png" title="Internet Explorer 6+" /> 6+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="http:https://media1.juggledesign.com/qtip2/images/browsers/64-opera.png" title="Opera 9+" /> 9+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<img src="http:https://media1.juggledesign.com/qtip2/images/browsers/64-safari.png" title="Safari 2+, iOS 4+" /> 2+, iOS 4+
</div>

## Getting qTip<sup>2</sup>

### Stable releases
Grab the latest releases of qTip<sup>2</sup> from the [cdnjs][cdnjs] or [jsDelivr][jsdelivr] [CDN][wikipedia-cdn]s.

You can also customize the [plugins][plugins] included using the [download page][download] of the [official site][site].

### Nightly (and older) releases
You can checkout the various releases of qTip<sup>2</sup> (including the latest nightly builds) at the [release archive][archive].

### Roll your own
You can also build your own qTip<sup>2</sup> script that includes select [plugins][plugins] and [styles][style] to reduce the overall file size and remove features
you don't plan on using. Find more information about this [here][build]

## Documentation
Take a look at the [documentation][docs] for extensive docs and guides.

## Release History
See the official [Changelog][changelog]

## Questions or problems?
If you have any questions, please feel free to post on the [support forums][forums], but before you do make sure to
check out the [thorough documentation][docs] both here in the repo and on the [official site][site].

## License
Copyright (c) 2011-2016 Craig Michael Thompson. Licensed under the MIT license. *See [here][license] for more details.*

## Special thanks
Big shout-out to ["Cowboy" Ben Alman][cowboy] for providing the [grunt][grunt] build system used by qTip<sup>2</sup>

[site]: http:https://qtip2.com/
[archive]: http:https://qtip2.com/v/
[docs]: http:https://qtip2.com/guides/
[download]: http:https://qtip2.com/download
[changelog]: http:https://qtip2.com/changelog
[build]: http:https://qtip2.com/guides#custom-build
[style]: http:https://qtip2.com/demos#styling
[plugins]: http:https://qtip2.com/plugins
[tips]: http:https://qtip2.com/plugins#tips
[imgmap]: http:https://qtip2.com/plugins#imagemap

[forums]: http:https://craigsworks.com/projects/forums/forum-qtip2
[license]: http:https://jquery.org/license

[cowboy]: http:https://github.com/cowboy
[grunt]: http:https://github.com/gruntjs/grunt

[wikipedia-cdn]: http:https://en.wikipedia.org/wiki/Content_delivery_network "Content Delivery Network"
[cdnjs]: http:https://cdnjs.com/libraries/qtip2/
[jsdelivr]: http:https://www.jsdelivr.com/#!qtip2
Loading

0 comments on commit 0199b9f

Please sign in to comment.