ad2games-ui_components 2.0.14 → 2.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/cells/checkbox_list/checkbox_list_cell.rb +1 -3
- data/app/cells/date_range/date_range.coffee +1 -0
- data/app/cells/date_range/date_range_cell.rb +2 -1
- data/app/cells/markdown_textarea/markdown_textarea_cell.rb +1 -0
- data/lib/ui_components/version.rb +1 -1
- data/vendor/assets/bower_components/chosen/bower.json +17 -11
- data/vendor/assets/bower_components/chosen/chosen.css +3 -2
- data/vendor/assets/bower_components/chosen/chosen.jquery.js +23 -8
- data/vendor/assets/bower_components/jquery/dist/jquery.js +37 -9
- data/vendor/assets/bower_components/jquery/dist/jquery.min.js +4 -4
- data/vendor/assets/bower_components/jquery/dist/jquery.min.map +1 -1
- data/vendor/assets/bower_components/jquery/dist/jquery.slim.js +7877 -0
- data/vendor/assets/bower_components/jquery/dist/jquery.slim.min.js +4 -0
- data/vendor/assets/bower_components/jquery/dist/jquery.slim.min.map +1 -0
- data/vendor/assets/bower_components/jquery/{external/sizzle → sizzle}/LICENSE.txt +0 -0
- data/vendor/assets/bower_components/jquery/{external/sizzle → sizzle}/dist/sizzle.js +0 -0
- data/vendor/assets/bower_components/jquery/{external/sizzle → sizzle}/dist/sizzle.min.js +0 -0
- data/vendor/assets/bower_components/jquery/{external/sizzle → sizzle}/dist/sizzle.min.map +0 -0
- data/vendor/assets/bower_components/jquery/src/ajax/load.js +1 -1
- data/vendor/assets/bower_components/jquery/src/core/DOMEval.js +14 -0
- data/vendor/assets/bower_components/jquery/src/core/support.js +18 -0
- data/vendor/assets/bower_components/jquery/src/css.js +13 -0
- data/vendor/assets/bower_components/jquery/src/data/accepts.js +20 -0
- data/vendor/assets/bower_components/jquery/src/data/support.js +23 -0
- data/vendor/assets/bower_components/jquery/src/deferred/exceptionHook.js +19 -0
- data/vendor/assets/bower_components/jquery/src/effects/support.js +58 -0
- data/vendor/assets/bower_components/jquery/src/event.js +3 -4
- data/vendor/assets/bower_components/jquery/src/event/trigger.js +17 -1
- data/vendor/assets/bower_components/jquery/src/manipulation/createSafeFragment.js +20 -0
- data/vendor/assets/bower_components/jquery/src/manipulation/var/nodeNames.js +5 -0
- data/vendor/assets/bower_components/jquery/src/manipulation/var/rleadingWhitespace.js +3 -0
- data/vendor/assets/bower_components/jquery/src/support.js +63 -0
- data/vendor/assets/bower_components/jquery/src/var/deletedIds.js +3 -0
- metadata +20 -8
- data/vendor/assets/bower_components/chosen/README.md +0 -35
- data/vendor/assets/bower_components/chosen/package.json +0 -46
@@ -1,35 +0,0 @@
|
|
1
|
-
# Chosen
|
2
|
-
|
3
|
-
Chosen is a library for making long, unwieldy select boxes more user friendly.
|
4
|
-
|
5
|
-
- jQuery support: 1.4+
|
6
|
-
- Prototype support: 1.7+
|
7
|
-
|
8
|
-
For **documentation**, usage, and examples, see:
|
9
|
-
http://harvesthq.github.io/chosen/
|
10
|
-
|
11
|
-
For **downloads**, see:
|
12
|
-
https://github.com/harvesthq/chosen/releases/
|
13
|
-
|
14
|
-
### Bower Installation
|
15
|
-
|
16
|
-
Chosen is available for Bower installation:
|
17
|
-
`bower install chosen`
|
18
|
-
|
19
|
-
The compiled files for the Bower package are automatically generated and stored in a [2nd Chosen repository](https://github.com/harvesthq/bower-chosen). No pull requests will be accepted to that repository.
|
20
|
-
|
21
|
-
### Contributing to this project
|
22
|
-
|
23
|
-
We welcome all to participate in making Chosen the best software it can be. The repository is maintained by only a few people, but has accepted contributions from over 50 authors after reviewing hundreds of pull requests related to thousands of issues. You can help reduce the maintainers' workload (and increase your chance of having an accepted contribution to Chosen) by following the
|
24
|
-
[guidelines for contributing](contributing.md).
|
25
|
-
|
26
|
-
* [Bug reports](contributing.md#bugs)
|
27
|
-
* [Feature requests](contributing.md#features)
|
28
|
-
* [Pull requests](contributing.md#pull-requests)
|
29
|
-
|
30
|
-
### Chosen Credits
|
31
|
-
|
32
|
-
- Concept and development by [Patrick Filler](http://patrickfiller.com) for [Harvest](http://getharvest.com/).
|
33
|
-
- Design and CSS by [Matthew Lettini](http://matthewlettini.com/)
|
34
|
-
- Repository maintained by [@pfiller](http://github.com/pfiller), [@kenearley](http://github.com/kenearley), [@stof](http://github.com/stof), [@koenpunt](http://github.com/koenpunt), and [@tjschuck](http://github.com/tjschuck).
|
35
|
-
- Chosen includes [contributions by many fine folks](https://github.com/harvesthq/chosen/contributors).
|
@@ -1,46 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"name": "chosen-js",
|
3
|
-
"version": "1.6.1",
|
4
|
-
"description": "Chosen is a JavaScript plugin that makes select boxes user-friendly. It is currently available in both jQuery and Prototype flavors.",
|
5
|
-
"keywords": [
|
6
|
-
"select",
|
7
|
-
"multiselect",
|
8
|
-
"dropdown",
|
9
|
-
"form",
|
10
|
-
"input",
|
11
|
-
"ui"
|
12
|
-
],
|
13
|
-
"homepage": "https://harvesthq.github.io/chosen/",
|
14
|
-
"bugs": "https://github.com/harvesthq/chosen/issues",
|
15
|
-
"license": "MIT",
|
16
|
-
"contributors": [
|
17
|
-
{
|
18
|
-
"name": "Patrick Filler",
|
19
|
-
"url": "https://github.com/pfiller"
|
20
|
-
},
|
21
|
-
{
|
22
|
-
"name": "Christophe Coevoet",
|
23
|
-
"url": "https://github.com/stof"
|
24
|
-
},
|
25
|
-
{
|
26
|
-
"name": "Ken Earley",
|
27
|
-
"url": "https://github.com/kenearley"
|
28
|
-
},
|
29
|
-
{
|
30
|
-
"name": "Koen Punt",
|
31
|
-
"url": "https://github.com/koenpunt"
|
32
|
-
}
|
33
|
-
],
|
34
|
-
"dependencies": {
|
35
|
-
"jquery": ">=1.4.4"
|
36
|
-
},
|
37
|
-
"files": [
|
38
|
-
"chosen.jquery.js",
|
39
|
-
"chosen.css"
|
40
|
-
],
|
41
|
-
"main": "chosen.jquery.js",
|
42
|
-
"repository": {
|
43
|
-
"type": "git",
|
44
|
-
"url": "https://github.com/harvesthq/chosen.git"
|
45
|
-
}
|
46
|
-
}
|