selectize-rails 0.7.7 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -0
- data/lib/selectize-rails/version.rb +1 -1
- data/vendor/assets/javascripts/selectize.js +435 -183
- data/vendor/assets/stylesheets/selectize.bootstrap2.css +24 -6
- data/vendor/assets/stylesheets/selectize.bootstrap3.css +21 -4
- data/vendor/assets/stylesheets/selectize.css +21 -4
- data/vendor/assets/stylesheets/selectize.default.css +30 -5
- data/vendor/assets/stylesheets/selectize.legacy.css +21 -4
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* selectize.bootstrap2.css (v0.
|
2
|
+
* selectize.bootstrap2.css (v0.8.0) - Bootstrap 2 Theme
|
3
3
|
* Copyright (c) 2013 Brian Reavis & contributors
|
4
4
|
*
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
@@ -115,6 +115,14 @@
|
|
115
115
|
border-left-color: #0077b3;
|
116
116
|
}
|
117
117
|
|
118
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
119
|
+
background: none;
|
120
|
+
}
|
121
|
+
|
122
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
123
|
+
border-left-color: #e0e0e0;
|
124
|
+
}
|
125
|
+
|
118
126
|
.selectize-control {
|
119
127
|
position: relative;
|
120
128
|
}
|
@@ -130,7 +138,7 @@
|
|
130
138
|
}
|
131
139
|
|
132
140
|
.selectize-input,
|
133
|
-
.selectize-control.single .selectize-input.
|
141
|
+
.selectize-control.single .selectize-input.input-active {
|
134
142
|
display: inline-block;
|
135
143
|
cursor: text;
|
136
144
|
background: #ffffff;
|
@@ -312,8 +320,8 @@
|
|
312
320
|
cursor: pointer;
|
313
321
|
}
|
314
322
|
|
315
|
-
.selectize-control.single .selectize-input.
|
316
|
-
.selectize-control.single .selectize-input.
|
323
|
+
.selectize-control.single .selectize-input.input-active,
|
324
|
+
.selectize-control.single .selectize-input.input-active input {
|
317
325
|
cursor: text;
|
318
326
|
}
|
319
327
|
|
@@ -337,6 +345,15 @@
|
|
337
345
|
border-width: 0 5px 5px 5px;
|
338
346
|
}
|
339
347
|
|
348
|
+
.selectize-control.rtl.single .selectize-input:after {
|
349
|
+
right: auto;
|
350
|
+
left: 15px;
|
351
|
+
}
|
352
|
+
|
353
|
+
.selectize-control.rtl .selectize-input > input {
|
354
|
+
margin: 0 4px 0 -2px !important;
|
355
|
+
}
|
356
|
+
|
340
357
|
.selectize-control .selectize-input.disabled {
|
341
358
|
background-color: #ffffff;
|
342
359
|
opacity: 0.5;
|
@@ -413,8 +430,9 @@
|
|
413
430
|
display: none;
|
414
431
|
}
|
415
432
|
|
416
|
-
.selectize-input.
|
417
|
-
.selectize-input.
|
433
|
+
.selectize-input.input-active,
|
434
|
+
.selectize-input.input-active:hover,
|
435
|
+
.selectize-control.multi .selectize-input.focus {
|
418
436
|
background: #ffffff !important;
|
419
437
|
border-color: rgba(82, 168, 236, 0.8) !important;
|
420
438
|
outline: 0 !important;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* selectize.bootstrap3.css (v0.
|
2
|
+
* selectize.bootstrap3.css (v0.8.0) - Bootstrap 3 Theme
|
3
3
|
* Copyright (c) 2013 Brian Reavis & contributors
|
4
4
|
*
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
@@ -115,6 +115,14 @@
|
|
115
115
|
border-left-color: rgba(0, 0, 0, 0);
|
116
116
|
}
|
117
117
|
|
118
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
119
|
+
background: none;
|
120
|
+
}
|
121
|
+
|
122
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
123
|
+
border-left-color: rgba(77, 77, 77, 0);
|
124
|
+
}
|
125
|
+
|
118
126
|
.selectize-control {
|
119
127
|
position: relative;
|
120
128
|
}
|
@@ -130,7 +138,7 @@
|
|
130
138
|
}
|
131
139
|
|
132
140
|
.selectize-input,
|
133
|
-
.selectize-control.single .selectize-input.
|
141
|
+
.selectize-control.single .selectize-input.input-active {
|
134
142
|
display: inline-block;
|
135
143
|
cursor: text;
|
136
144
|
background: #ffffff;
|
@@ -312,8 +320,8 @@
|
|
312
320
|
cursor: pointer;
|
313
321
|
}
|
314
322
|
|
315
|
-
.selectize-control.single .selectize-input.
|
316
|
-
.selectize-control.single .selectize-input.
|
323
|
+
.selectize-control.single .selectize-input.input-active,
|
324
|
+
.selectize-control.single .selectize-input.input-active input {
|
317
325
|
cursor: text;
|
318
326
|
}
|
319
327
|
|
@@ -337,6 +345,15 @@
|
|
337
345
|
border-width: 0 5px 5px 5px;
|
338
346
|
}
|
339
347
|
|
348
|
+
.selectize-control.rtl.single .selectize-input:after {
|
349
|
+
right: auto;
|
350
|
+
left: 17px;
|
351
|
+
}
|
352
|
+
|
353
|
+
.selectize-control.rtl .selectize-input > input {
|
354
|
+
margin: 0 4px 0 -2px !important;
|
355
|
+
}
|
356
|
+
|
340
357
|
.selectize-control .selectize-input.disabled {
|
341
358
|
background-color: #ffffff;
|
342
359
|
opacity: 0.5;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* selectize.css (v0.
|
2
|
+
* selectize.css (v0.8.0)
|
3
3
|
* Copyright (c) 2013 Brian Reavis & contributors
|
4
4
|
*
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
@@ -115,6 +115,14 @@
|
|
115
115
|
border-left-color: #cacaca;
|
116
116
|
}
|
117
117
|
|
118
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
119
|
+
background: none;
|
120
|
+
}
|
121
|
+
|
122
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
123
|
+
border-left-color: #ffffff;
|
124
|
+
}
|
125
|
+
|
118
126
|
.selectize-control {
|
119
127
|
position: relative;
|
120
128
|
}
|
@@ -130,7 +138,7 @@
|
|
130
138
|
}
|
131
139
|
|
132
140
|
.selectize-input,
|
133
|
-
.selectize-control.single .selectize-input.
|
141
|
+
.selectize-control.single .selectize-input.input-active {
|
134
142
|
display: inline-block;
|
135
143
|
cursor: text;
|
136
144
|
background: #ffffff;
|
@@ -312,8 +320,8 @@
|
|
312
320
|
cursor: pointer;
|
313
321
|
}
|
314
322
|
|
315
|
-
.selectize-control.single .selectize-input.
|
316
|
-
.selectize-control.single .selectize-input.
|
323
|
+
.selectize-control.single .selectize-input.input-active,
|
324
|
+
.selectize-control.single .selectize-input.input-active input {
|
317
325
|
cursor: text;
|
318
326
|
}
|
319
327
|
|
@@ -337,6 +345,15 @@
|
|
337
345
|
border-width: 0 5px 5px 5px;
|
338
346
|
}
|
339
347
|
|
348
|
+
.selectize-control.rtl.single .selectize-input:after {
|
349
|
+
right: auto;
|
350
|
+
left: 15px;
|
351
|
+
}
|
352
|
+
|
353
|
+
.selectize-control.rtl .selectize-input > input {
|
354
|
+
margin: 0 4px 0 -2px !important;
|
355
|
+
}
|
356
|
+
|
340
357
|
.selectize-control .selectize-input.disabled {
|
341
358
|
background-color: #fafafa;
|
342
359
|
opacity: 0.5;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* selectize.default.css (v0.
|
2
|
+
* selectize.default.css (v0.8.0) - Default Theme
|
3
3
|
* Copyright (c) 2013 Brian Reavis & contributors
|
4
4
|
*
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
@@ -115,6 +115,14 @@
|
|
115
115
|
border-left-color: #00578d;
|
116
116
|
}
|
117
117
|
|
118
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
119
|
+
background: none;
|
120
|
+
}
|
121
|
+
|
122
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
123
|
+
border-left-color: #aaaaaa;
|
124
|
+
}
|
125
|
+
|
118
126
|
.selectize-control {
|
119
127
|
position: relative;
|
120
128
|
}
|
@@ -130,7 +138,7 @@
|
|
130
138
|
}
|
131
139
|
|
132
140
|
.selectize-input,
|
133
|
-
.selectize-control.single .selectize-input.
|
141
|
+
.selectize-control.single .selectize-input.input-active {
|
134
142
|
display: inline-block;
|
135
143
|
cursor: text;
|
136
144
|
background: #ffffff;
|
@@ -312,8 +320,8 @@
|
|
312
320
|
cursor: pointer;
|
313
321
|
}
|
314
322
|
|
315
|
-
.selectize-control.single .selectize-input.
|
316
|
-
.selectize-control.single .selectize-input.
|
323
|
+
.selectize-control.single .selectize-input.input-active,
|
324
|
+
.selectize-control.single .selectize-input.input-active input {
|
317
325
|
cursor: text;
|
318
326
|
}
|
319
327
|
|
@@ -337,6 +345,15 @@
|
|
337
345
|
border-width: 0 5px 5px 5px;
|
338
346
|
}
|
339
347
|
|
348
|
+
.selectize-control.rtl.single .selectize-input:after {
|
349
|
+
right: auto;
|
350
|
+
left: 15px;
|
351
|
+
}
|
352
|
+
|
353
|
+
.selectize-control.rtl .selectize-input > input {
|
354
|
+
margin: 0 4px 0 -2px !important;
|
355
|
+
}
|
356
|
+
|
340
357
|
.selectize-control .selectize-input.disabled {
|
341
358
|
background-color: #fafafa;
|
342
359
|
opacity: 0.5;
|
@@ -351,11 +368,19 @@
|
|
351
368
|
color: #999;
|
352
369
|
text-shadow: none;
|
353
370
|
background: none;
|
354
|
-
border-color: #e6e6e6;
|
355
371
|
-webkit-box-shadow: none;
|
356
372
|
box-shadow: none;
|
357
373
|
}
|
358
374
|
|
375
|
+
.selectize-control.multi .selectize-input.disabled [data-value],
|
376
|
+
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
|
377
|
+
border-color: #e6e6e6;
|
378
|
+
}
|
379
|
+
|
380
|
+
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
|
381
|
+
background: none;
|
382
|
+
}
|
383
|
+
|
359
384
|
.selectize-control.multi .selectize-input [data-value] {
|
360
385
|
text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
|
361
386
|
background-color: #1b9dec;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/**
|
2
|
-
* selectize.legacy.css (v0.
|
2
|
+
* selectize.legacy.css (v0.8.0) - Default Theme
|
3
3
|
* Copyright (c) 2013 Brian Reavis & contributors
|
4
4
|
*
|
5
5
|
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
|
@@ -115,6 +115,14 @@
|
|
115
115
|
border-left-color: #6f9839;
|
116
116
|
}
|
117
117
|
|
118
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
|
119
|
+
background: none;
|
120
|
+
}
|
121
|
+
|
122
|
+
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
|
123
|
+
border-left-color: #b4b4b4;
|
124
|
+
}
|
125
|
+
|
118
126
|
.selectize-control {
|
119
127
|
position: relative;
|
120
128
|
}
|
@@ -130,7 +138,7 @@
|
|
130
138
|
}
|
131
139
|
|
132
140
|
.selectize-input,
|
133
|
-
.selectize-control.single .selectize-input.
|
141
|
+
.selectize-control.single .selectize-input.input-active {
|
134
142
|
display: inline-block;
|
135
143
|
cursor: text;
|
136
144
|
background: #ffffff;
|
@@ -312,8 +320,8 @@
|
|
312
320
|
cursor: pointer;
|
313
321
|
}
|
314
322
|
|
315
|
-
.selectize-control.single .selectize-input.
|
316
|
-
.selectize-control.single .selectize-input.
|
323
|
+
.selectize-control.single .selectize-input.input-active,
|
324
|
+
.selectize-control.single .selectize-input.input-active input {
|
317
325
|
cursor: text;
|
318
326
|
}
|
319
327
|
|
@@ -337,6 +345,15 @@
|
|
337
345
|
border-width: 0 5px 5px 5px;
|
338
346
|
}
|
339
347
|
|
348
|
+
.selectize-control.rtl.single .selectize-input:after {
|
349
|
+
right: auto;
|
350
|
+
left: 15px;
|
351
|
+
}
|
352
|
+
|
353
|
+
.selectize-control.rtl .selectize-input > input {
|
354
|
+
margin: 0 4px 0 -2px !important;
|
355
|
+
}
|
356
|
+
|
340
357
|
.selectize-control .selectize-input.disabled {
|
341
358
|
background-color: #fafafa;
|
342
359
|
opacity: 0.5;
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: selectize-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-10-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|