bootstrap-select-wrapper-rails 1.5.7 → 1.6.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/lib/bootstrap/select/wrapper/rails.rb +12 -12
  3. data/lib/bootstrap/select/wrapper/rails/version.rb +9 -9
  4. data/vendor/README.md +61 -61
  5. data/vendor/assets/javascripts/bootstrap-select.js +1215 -972
  6. data/vendor/assets/javascripts/bootstrap-select.min.js +8 -8
  7. data/vendor/assets/javascripts/i18n/defaults-cs_CZ.js +15 -0
  8. data/vendor/assets/javascripts/i18n/defaults-cs_CZ.min.js +7 -0
  9. data/vendor/assets/javascripts/i18n/defaults-de_DE.js +15 -0
  10. data/vendor/assets/javascripts/i18n/defaults-de_DE.min.js +7 -0
  11. data/vendor/assets/javascripts/i18n/defaults-en_US.js +26 -0
  12. data/vendor/assets/javascripts/i18n/defaults-en_US.min.js +7 -0
  13. data/vendor/assets/javascripts/i18n/defaults-es_CL.js +15 -0
  14. data/vendor/assets/javascripts/i18n/defaults-es_CL.min.js +7 -0
  15. data/vendor/assets/javascripts/i18n/defaults-eu.js +15 -0
  16. data/vendor/assets/javascripts/i18n/defaults-eu.min.js +7 -0
  17. data/vendor/assets/javascripts/i18n/defaults-fr_FR.js +24 -0
  18. data/vendor/assets/javascripts/i18n/defaults-fr_FR.min.js +7 -0
  19. data/vendor/assets/javascripts/i18n/defaults-it_IT.js +15 -0
  20. data/vendor/assets/javascripts/i18n/defaults-it_IT.min.js +7 -0
  21. data/vendor/assets/javascripts/i18n/defaults-nl_NL.js +15 -0
  22. data/vendor/assets/javascripts/i18n/defaults-nl_NL.min.js +7 -0
  23. data/vendor/assets/javascripts/i18n/defaults-pl_PL.js +17 -0
  24. data/vendor/assets/javascripts/i18n/defaults-pl_PL.min.js +7 -0
  25. data/vendor/assets/javascripts/i18n/defaults-pt_BR.js +15 -0
  26. data/vendor/assets/javascripts/i18n/defaults-pt_BR.min.js +7 -0
  27. data/vendor/assets/javascripts/i18n/defaults-ro_RO.js +15 -0
  28. data/vendor/assets/javascripts/i18n/defaults-ro_RO.min.js +7 -0
  29. data/vendor/assets/javascripts/i18n/defaults-ru_RU.js +15 -0
  30. data/vendor/assets/javascripts/i18n/defaults-ru_RU.min.js +7 -0
  31. data/vendor/assets/javascripts/i18n/defaults-ua_UA.js +15 -0
  32. data/vendor/assets/javascripts/i18n/defaults-ua_UA.min.js +7 -0
  33. data/vendor/assets/javascripts/i18n/defaults-zh_CN.js +15 -0
  34. data/vendor/assets/javascripts/i18n/defaults-zh_CN.min.js +7 -0
  35. data/vendor/assets/javascripts/i18n/defaults-zh_TW.js +17 -0
  36. data/vendor/assets/javascripts/i18n/defaults-zh_TW.min.js +7 -0
  37. data/vendor/assets/stylesheets/bootstrap-select.css +260 -309
  38. data/vendor/assets/stylesheets/bootstrap-select.min.css +6 -7
  39. metadata +33 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88f9b7a41f05736f8219df2eaf0afd1b7e2a3c23
4
- data.tar.gz: 803a5b7c14fdb7ce75c502c594f5bf189c07cb5d
3
+ metadata.gz: de36659724f64cd38b3d7cd9a61b8cf1440d53e6
4
+ data.tar.gz: d9463f2079aaef7c236019caa934da74e19bf900
5
5
  SHA512:
6
- metadata.gz: 321100cc8e92390399a047d85ae0a1d9a6591f6baf44258a62e43a1799c6a369413712bcb72fafa3f3ef41f0ff16e7444f77c4317aefe9c14ed1fc81ef8609e5
7
- data.tar.gz: 8d6ab643360c3cc9a3abca9aeb1744d869ec47b142ba5594c23a19c59fca9e494843f93a62f4d1c1b5f3be579fc0d2c8632544166c8946e0f8b09e570c4c18eb
6
+ metadata.gz: 519aa5aa0f2f8b01037f4897a08622ee6fe6110a7c099f70ff06c454c0baf2369c44f1e6c0331465c52967ffe78d5557891c4c89869cfc7eb03e3139170d19e9
7
+ data.tar.gz: 037ba8f1108bbd2b9673a3d7a713d3cb72778764d3326dbb1dbdc574929d97e0f7fbff95d8500036048639b74e334293c9f7001a531856bd99cbd9f72fa15f32
@@ -1,12 +1,12 @@
1
- require "bootstrap/select/wrapper/rails/version"
2
-
3
- module Bootstrap
4
- module Select
5
- module Wrapper
6
- module Rails
7
- class Engine < ::Rails::Engine
8
- end
9
- end
10
- end
11
- end
12
- end
1
+ require "bootstrap/select/wrapper/rails/version"
2
+
3
+ module Bootstrap
4
+ module Select
5
+ module Wrapper
6
+ module Rails
7
+ class Engine < ::Rails::Engine
8
+ end
9
+ end
10
+ end
11
+ end
12
+ end
@@ -1,9 +1,9 @@
1
- module Bootstrap
2
- module Select
3
- module Wrapper
4
- module Rails
5
- VERSION = "1.5.7"
6
- end
7
- end
8
- end
9
- end
1
+ module Bootstrap
2
+ module Select
3
+ module Wrapper
4
+ module Rails
5
+ VERSION = "1.6.3"
6
+ end
7
+ end
8
+ end
9
+ end
@@ -1,61 +1,61 @@
1
- bootstrap-select
2
- ================
3
-
4
- A custom select / multiselect for Bootstrap using button dropdown, designed to behave like regular Bootstrap selects;
5
-
6
- ## Demo and Documentation
7
-
8
- See a Bootstrap 2.3.2 example [here](http://silviomoreto.github.com/bootstrap-select/). <br/>
9
- See a Bootstrap 3.0.2 example [here](http://silviomoreto.github.com/bootstrap-select/3) (work-in-progress).
10
-
11
- ## Authors
12
-
13
- [Silvio Moreto](http://github.com/silviomoreto),
14
- [Ana Carolina](http://github.com/anacarolinats),
15
- [caseyjhol](https://github.com/caseyjhol), and
16
- [Matt Bryson](https://github.com/mattbryson).
17
-
18
- ## Usage
19
-
20
- Create your `<select>` with the `.selectpicker` class.
21
-
22
- <select class="selectpicker">
23
- <option>Mustard</option>
24
- <option>Ketchup</option>
25
- <option>Barbecue</option>
26
- </select>
27
-
28
- Enable Bootstrap-Select via JavaScript:
29
-
30
- $('.selectpicker').selectpicker();
31
-
32
- Or just
33
-
34
- $('select').selectpicker();
35
-
36
- Checkout the [documentation](http://silviomoreto.github.com/bootstrap-select/) for further information.
37
-
38
- ## CDN
39
-
40
- * https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.3.5/bootstrap-select.min.js
41
- * https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.3.5/bootstrap-select.min.css
42
-
43
- ## Bugs and feature requests
44
-
45
- Anyone and everyone is welcome to contribute. Please take a moment to
46
- review the [guidelines for contributing](CONTRIBUTING.md). Make sure you're using the latest version of bootstrap-select before submitting an issue.
47
-
48
- * [Bug reports](CONTRIBUTING.md#bugs)
49
- * [Feature requests](CONTRIBUTING.md#features)
50
-
51
- ## Copyright and license
52
-
53
- Copyright (C) 2013 bootstrap-select
54
-
55
- Licensed under the MIT license.
56
-
57
- 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:
58
-
59
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
60
-
61
- 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.
1
+ bootstrap-select
2
+ ================
3
+
4
+ A custom select / multiselect for Bootstrap using button dropdown, designed to behave like regular Bootstrap selects;
5
+
6
+ ## Demo and Documentation
7
+
8
+ See a Bootstrap 2.3.2 example [here](http://silviomoreto.github.com/bootstrap-select/). <br/>
9
+ See a Bootstrap 3.0.2 example [here](http://silviomoreto.github.com/bootstrap-select/3) (work-in-progress).
10
+
11
+ ## Authors
12
+
13
+ [Silvio Moreto](http://github.com/silviomoreto),
14
+ [Ana Carolina](http://github.com/anacarolinats),
15
+ [caseyjhol](https://github.com/caseyjhol), and
16
+ [Matt Bryson](https://github.com/mattbryson).
17
+
18
+ ## Usage
19
+
20
+ Create your `<select>` with the `.selectpicker` class.
21
+
22
+ <select class="selectpicker">
23
+ <option>Mustard</option>
24
+ <option>Ketchup</option>
25
+ <option>Barbecue</option>
26
+ </select>
27
+
28
+ Enable Bootstrap-Select via JavaScript:
29
+
30
+ $('.selectpicker').selectpicker();
31
+
32
+ Or just
33
+
34
+ $('select').selectpicker();
35
+
36
+ Checkout the [documentation](http://silviomoreto.github.com/bootstrap-select/) for further information.
37
+
38
+ ## CDN
39
+
40
+ * https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.3.5/bootstrap-select.min.js
41
+ * https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.3.5/bootstrap-select.min.css
42
+
43
+ ## Bugs and feature requests
44
+
45
+ Anyone and everyone is welcome to contribute. Please take a moment to
46
+ review the [guidelines for contributing](CONTRIBUTING.md). Make sure you're using the latest version of bootstrap-select before submitting an issue.
47
+
48
+ * [Bug reports](CONTRIBUTING.md#bugs)
49
+ * [Feature requests](CONTRIBUTING.md#features)
50
+
51
+ ## Copyright and license
52
+
53
+ Copyright (C) 2013 bootstrap-select
54
+
55
+ Licensed under the MIT license.
56
+
57
+ 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:
58
+
59
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
60
+
61
+ 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.
@@ -1,972 +1,1215 @@
1
- /*!
2
- * bootstrap-select v1.5.4
3
- * http://silviomoreto.github.io/bootstrap-select/
4
- *
5
- * Copyright 2013 bootstrap-select
6
- * Licensed under the MIT license
7
- */
8
-
9
- !function($) {
10
-
11
- 'use strict';
12
-
13
- $.expr[':'].icontains = function(obj, index, meta) {
14
- return $(obj).text().toUpperCase().indexOf(meta[3].toUpperCase()) >= 0;
15
- };
16
-
17
- var Selectpicker = function(element, options, e) {
18
- if (e) {
19
- e.stopPropagation();
20
- e.preventDefault();
21
- }
22
- this.$element = $(element);
23
- this.$newElement = null;
24
- this.$button = null;
25
- this.$menu = null;
26
- this.$lis = null;
27
-
28
- //Merge defaults, options and data-attributes to make our options
29
- this.options = $.extend({}, $.fn.selectpicker.defaults, this.$element.data(), typeof options == 'object' && options);
30
-
31
- //If we have no title yet, check the attribute 'title' (this is missed by jq as its not a data-attribute
32
- if (this.options.title === null) {
33
- this.options.title = this.$element.attr('title');
34
- }
35
-
36
- //Expose public methods
37
- this.val = Selectpicker.prototype.val;
38
- this.render = Selectpicker.prototype.render;
39
- this.refresh = Selectpicker.prototype.refresh;
40
- this.setStyle = Selectpicker.prototype.setStyle;
41
- this.selectAll = Selectpicker.prototype.selectAll;
42
- this.deselectAll = Selectpicker.prototype.deselectAll;
43
- this.init();
44
- };
45
-
46
- Selectpicker.prototype = {
47
-
48
- constructor: Selectpicker,
49
-
50
- init: function() {
51
- var that = this,
52
- id = this.$element.attr('id');
53
-
54
- this.$element.hide();
55
- this.multiple = this.$element.prop('multiple');
56
- this.autofocus = this.$element.prop('autofocus');
57
- this.$newElement = this.createView();
58
- this.$element.after(this.$newElement);
59
- this.$menu = this.$newElement.find('> .dropdown-menu');
60
- this.$button = this.$newElement.find('> button');
61
- this.$searchbox = this.$newElement.find('input');
62
-
63
- if (id !== undefined) {
64
- this.$button.attr('data-id', id);
65
- $('label[for="' + id + '"]').click(function(e) {
66
- e.preventDefault();
67
- that.$button.focus();
68
- });
69
- }
70
-
71
- this.checkDisabled();
72
- this.clickListener();
73
- if (this.options.liveSearch) this.liveSearchListener();
74
- this.render();
75
- this.liHeight();
76
- this.setStyle();
77
- this.setWidth();
78
- if (this.options.container) this.selectPosition();
79
- this.$menu.data('this', this);
80
- this.$newElement.data('this', this);
81
- },
82
-
83
- createDropdown: function() {
84
- //If we are multiple, then add the show-tick class by default
85
- var multiple = this.multiple ? ' show-tick' : '';
86
- var inputGroup = this.$element.parent().hasClass('input-group') ? ' input-group-btn' : '';
87
- var autofocus = this.autofocus ? ' autofocus' : '';
88
- var header = this.options.header ? '<div class="popover-title"><button type="button" class="close" aria-hidden="true">&times;</button>' + this.options.header + '</div>' : '';
89
- var searchbox = this.options.liveSearch ? '<div class="bootstrap-select-searchbox"><input type="text" class="input-block-level form-control" autocomplete="off" /></div>' : '';
90
- var actionsbox = this.options.actionsBox ? '<div class="bs-actionsbox">' +
91
- '<div class="btn-group btn-block">' +
92
- '<button class="actions-btn bs-select-all btn btn-sm btn-default">' +
93
- 'Select All' +
94
- '</button>' +
95
- '<button class="actions-btn bs-deselect-all btn btn-sm btn-default">' +
96
- 'Deselect All' +
97
- '</button>' +
98
- '</div>' +
99
- '</div>' : '';
100
- var drop =
101
- '<div class="btn-group bootstrap-select' + multiple + inputGroup + '">' +
102
- '<button type="button" class="btn dropdown-toggle selectpicker" data-toggle="dropdown"'+ autofocus +'>' +
103
- '<span class="filter-option pull-left"></span>&nbsp;' +
104
- '<span class="caret"></span>' +
105
- '</button>' +
106
- '<div class="dropdown-menu open">' +
107
- header +
108
- searchbox +
109
- actionsbox +
110
- '<ul class="dropdown-menu inner selectpicker" role="menu">' +
111
- '</ul>' +
112
- '</div>' +
113
- '</div>';
114
-
115
- return $(drop);
116
- },
117
-
118
- createView: function() {
119
- var $drop = this.createDropdown();
120
- var $li = this.createLi();
121
- $drop.find('ul').append($li);
122
- return $drop;
123
- },
124
-
125
- reloadLi: function() {
126
- //Remove all children.
127
- this.destroyLi();
128
- //Re build
129
- var $li = this.createLi();
130
- this.$menu.find('ul').append( $li );
131
- },
132
-
133
- destroyLi: function() {
134
- this.$menu.find('li').remove();
135
- },
136
-
137
- createLi: function() {
138
- var that = this,
139
- _liA = [],
140
- _liHtml = '';
141
-
142
- this.$element.find('option').each(function() {
143
- var $this = $(this);
144
-
145
- //Get the class and text for the option
146
- var optionClass = $this.attr('class') || '';
147
- var inline = $this.attr('style') || '';
148
- var text = $this.data('content') ? $this.data('content') : $this.html();
149
- var subtext = $this.data('subtext') !== undefined ? '<small class="muted text-muted">' + $this.data('subtext') + '</small>' : '';
150
- var icon = $this.data('icon') !== undefined ? '<i class="' + that.options.iconBase + ' ' + $this.data('icon') + '"></i> ' : '';
151
- if (icon !== '' && ($this.is(':disabled') || $this.parent().is(':disabled'))) {
152
- icon = '<span>'+icon+'</span>';
153
- }
154
-
155
- if (!$this.data('content')) {
156
- //Prepend any icon and append any subtext to the main text.
157
- text = icon + '<span class="text">' + text + subtext + '</span>';
158
- }
159
-
160
- if (that.options.hideDisabled && ($this.is(':disabled') || $this.parent().is(':disabled'))) {
161
- _liA.push('<a style="min-height: 0; padding: 0"></a>');
162
- } else if ($this.parent().is('optgroup') && $this.data('divider') !== true) {
163
- if ($this.index() === 0) {
164
- //Get the opt group label
165
- var label = $this.parent().attr('label');
166
- var labelSubtext = $this.parent().data('subtext') !== undefined ? '<small class="muted text-muted">'+$this.parent().data('subtext')+'</small>' : '';
167
- var labelIcon = $this.parent().data('icon') ? '<i class="'+$this.parent().data('icon')+'"></i> ' : '';
168
- label = labelIcon + '<span class="text">' + label + labelSubtext + '</span>';
169
-
170
- if ($this[0].index !== 0) {
171
- _liA.push(
172
- '<div class="div-contain"><div class="divider"></div></div>'+
173
- '<dt>'+label+'</dt>'+
174
- that.createA(text, 'opt ' + optionClass, inline )
175
- );
176
- } else {
177
- _liA.push(
178
- '<dt>'+label+'</dt>'+
179
- that.createA(text, 'opt ' + optionClass, inline ));
180
- }
181
- } else {
182
- _liA.push(that.createA(text, 'opt ' + optionClass, inline ));
183
- }
184
- } else if ($this.data('divider') === true) {
185
- _liA.push('<div class="div-contain"><div class="divider"></div></div>');
186
- } else if ($(this).data('hidden') === true) {
187
- _liA.push('<a></a>');
188
- } else {
189
- _liA.push(that.createA(text, optionClass, inline ));
190
- }
191
- });
192
-
193
- $.each(_liA, function(i, item) {
194
- var hide = item === '<a></a>' ? 'class="hide is-hidden"' : '';
195
- _liHtml += '<li rel="' + i + '"' + hide + '>' + item + '</li>';
196
- });
197
-
198
- //If we are not multiple, and we dont have a selected item, and we dont have a title, select the first element so something is set in the button
199
- if (!this.multiple && this.$element.find('option:selected').length===0 && !this.options.title) {
200
- this.$element.find('option').eq(0).prop('selected', true).attr('selected', 'selected');
201
- }
202
-
203
- return $(_liHtml);
204
- },
205
-
206
- createA: function(text, classes, inline) {
207
- return '<a tabindex="0" class="'+classes+'" style="'+inline+'">' +
208
- text +
209
- '<i class="' + this.options.iconBase + ' ' + this.options.tickIcon + ' icon-ok check-mark"></i>' +
210
- '</a>';
211
- },
212
-
213
- render: function(updateLi) {
214
- var that = this;
215
-
216
- //Update the LI to match the SELECT
217
- if (updateLi !== false) {
218
- this.$element.find('option').each(function(index) {
219
- that.setDisabled(index, $(this).is(':disabled') || $(this).parent().is(':disabled') );
220
- that.setSelected(index, $(this).is(':selected') );
221
- });
222
- }
223
-
224
- this.tabIndex();
225
-
226
- var selectedItems = this.$element.find('option:selected').map(function() {
227
- var $this = $(this);
228
- var icon = $this.data('icon') && that.options.showIcon ? '<i class="' + that.options.iconBase + ' ' + $this.data('icon') + '"></i> ' : '';
229
- var subtext;
230
- if (that.options.showSubtext && $this.attr('data-subtext') && !that.multiple) {
231
- subtext = ' <small class="muted text-muted">'+$this.data('subtext') +'</small>';
232
- } else {
233
- subtext = '';
234
- }
235
- if ($this.data('content') && that.options.showContent) {
236
- return $this.data('content');
237
- } else if ($this.attr('title') !== undefined) {
238
- return $this.attr('title');
239
- } else {
240
- return icon + $this.html() + subtext;
241
- }
242
- }).toArray();
243
-
244
- //Fixes issue in IE10 occurring when no default option is selected and at least one option is disabled
245
- //Convert all the values into a comma delimited string
246
- var title = !this.multiple ? selectedItems[0] : selectedItems.join(this.options.multipleSeparator);
247
-
248
- //If this is multi select, and the selectText type is count, the show 1 of 2 selected etc..
249
- if (this.multiple && this.options.selectedTextFormat.indexOf('count') > -1) {
250
- var max = this.options.selectedTextFormat.split('>');
251
- var notDisabled = this.options.hideDisabled ? ':not([disabled])' : '';
252
- if ( (max.length>1 && selectedItems.length > max[1]) || (max.length==1 && selectedItems.length>=2)) {
253
- title = this.options.countSelectedText.replace('{0}', selectedItems.length).replace('{1}', this.$element.find('option:not([data-divider="true"]):not([data-hidden="true"])'+notDisabled).length);
254
- }
255
- }
256
-
257
- this.options.title = this.$element.attr('title');
258
-
259
- //If we dont have a title, then use the default, or if nothing is set at all, use the not selected text
260
- if (!title) {
261
- title = this.options.title !== undefined ? this.options.title : this.options.noneSelectedText;
262
- }
263
-
264
- this.$button.attr('title', $.trim(title));
265
- this.$newElement.find('.filter-option').html(title);
266
- },
267
-
268
- setStyle: function(style, status) {
269
- if (this.$element.attr('class')) {
270
- this.$newElement.addClass(this.$element.attr('class').replace(/selectpicker|mobile-device|validate\[.*\]/gi, ''));
271
- }
272
-
273
- var buttonClass = style ? style : this.options.style;
274
-
275
- if (status == 'add') {
276
- this.$button.addClass(buttonClass);
277
- } else if (status == 'remove') {
278
- this.$button.removeClass(buttonClass);
279
- } else {
280
- this.$button.removeClass(this.options.style);
281
- this.$button.addClass(buttonClass);
282
- }
283
- },
284
-
285
- liHeight: function() {
286
- if (this.options.size === false) return;
287
-
288
- var $selectClone = this.$menu.parent().clone().find('> .dropdown-toggle').prop('autofocus', false).end().appendTo('body'),
289
- $menuClone = $selectClone.addClass('open').find('> .dropdown-menu'),
290
- liHeight = $menuClone.find('li > a').outerHeight(),
291
- headerHeight = this.options.header ? $menuClone.find('.popover-title').outerHeight() : 0,
292
- searchHeight = this.options.liveSearch ? $menuClone.find('.bootstrap-select-searchbox').outerHeight() : 0,
293
- actionsHeight = this.options.actionsBox ? $menuClone.find('.bs-actionsbox').outerHeight() : 0;
294
-
295
- $selectClone.remove();
296
-
297
- this.$newElement
298
- .data('liHeight', liHeight)
299
- .data('headerHeight', headerHeight)
300
- .data('searchHeight', searchHeight)
301
- .data('actionsHeight', actionsHeight);
302
- },
303
-
304
- setSize: function() {
305
- var that = this,
306
- menu = this.$menu,
307
- menuInner = menu.find('.inner'),
308
- selectHeight = this.$newElement.outerHeight(),
309
- liHeight = this.$newElement.data('liHeight'),
310
- headerHeight = this.$newElement.data('headerHeight'),
311
- searchHeight = this.$newElement.data('searchHeight'),
312
- actionsHeight = this.$newElement.data('actionsHeight'),
313
- divHeight = menu.find('li .divider').outerHeight(true),
314
- menuPadding = parseInt(menu.css('padding-top')) +
315
- parseInt(menu.css('padding-bottom')) +
316
- parseInt(menu.css('border-top-width')) +
317
- parseInt(menu.css('border-bottom-width')),
318
- notDisabled = this.options.hideDisabled ? ':not(.disabled)' : '',
319
- $window = $(window),
320
- menuExtras = menuPadding + parseInt(menu.css('margin-top')) + parseInt(menu.css('margin-bottom')) + 2,
321
- menuHeight,
322
- selectOffsetTop,
323
- selectOffsetBot,
324
- posVert = function() {
325
- selectOffsetTop = that.$newElement.offset().top - $window.scrollTop();
326
- selectOffsetBot = $window.height() - selectOffsetTop - selectHeight;
327
- };
328
- posVert();
329
- if (this.options.header) menu.css('padding-top', 0);
330
-
331
- if (this.options.size == 'auto') {
332
- var getSize = function() {
333
- var minHeight,
334
- lisVis = that.$lis.not('.hide');
335
-
336
- posVert();
337
- menuHeight = selectOffsetBot - menuExtras;
338
-
339
- if (that.options.dropupAuto) {
340
- that.$newElement.toggleClass('dropup', (selectOffsetTop > selectOffsetBot) && ((menuHeight - menuExtras) < menu.height()));
341
- }
342
- if (that.$newElement.hasClass('dropup')) {
343
- menuHeight = selectOffsetTop - menuExtras;
344
- }
345
-
346
- if ((lisVis.length + lisVis.find('dt').length) > 3) {
347
- minHeight = liHeight*3 + menuExtras - 2;
348
- } else {
349
- minHeight = 0;
350
- }
351
-
352
- menu.css({'max-height' : menuHeight + 'px', 'overflow' : 'hidden', 'min-height' : minHeight + headerHeight + searchHeight + actionsHeight + 'px'});
353
- menuInner.css({'max-height' : menuHeight - headerHeight - searchHeight - actionsHeight - menuPadding + 'px', 'overflow-y' : 'auto', 'min-height' : Math.max(minHeight - menuPadding, 0) + 'px'});
354
- };
355
- getSize();
356
- this.$searchbox.off('input.getSize propertychange.getSize').on('input.getSize propertychange.getSize', getSize);
357
- $(window).off('resize.getSize').on('resize.getSize', getSize);
358
- $(window).off('scroll.getSize').on('scroll.getSize', getSize);
359
- } else if (this.options.size && this.options.size != 'auto' && menu.find('li'+notDisabled).length > this.options.size) {
360
- var optIndex = menu.find('li'+notDisabled+' > *').filter(':not(.div-contain)').slice(0,this.options.size).last().parent().index();
361
- var divLength = menu.find('li').slice(0,optIndex + 1).find('.div-contain').length;
362
- menuHeight = liHeight*this.options.size + divLength*divHeight + menuPadding;
363
- if (that.options.dropupAuto) {
364
- this.$newElement.toggleClass('dropup', (selectOffsetTop > selectOffsetBot) && (menuHeight < menu.height()));
365
- }
366
- menu.css({'max-height' : menuHeight + headerHeight + searchHeight + actionsHeight + 'px', 'overflow' : 'hidden'});
367
- menuInner.css({'max-height' : menuHeight - menuPadding + 'px', 'overflow-y' : 'auto'});
368
- }
369
- },
370
-
371
- setWidth: function() {
372
- if (this.options.width == 'auto') {
373
- this.$menu.css('min-width', '0');
374
-
375
- // Get correct width if element hidden
376
- var selectClone = this.$newElement.clone().appendTo('body');
377
- var ulWidth = selectClone.find('> .dropdown-menu').css('width');
378
- var btnWidth = selectClone.css('width', 'auto').find('> button').css('width');
379
- selectClone.remove();
380
-
381
- // Set width to whatever's larger, button title or longest option
382
- this.$newElement.css('width', Math.max(parseInt(ulWidth), parseInt(btnWidth)) + 'px');
383
- } else if (this.options.width == 'fit') {
384
- // Remove inline min-width so width can be changed from 'auto'
385
- this.$menu.css('min-width', '');
386
- this.$newElement.css('width', '').addClass('fit-width');
387
- } else if (this.options.width) {
388
- // Remove inline min-width so width can be changed from 'auto'
389
- this.$menu.css('min-width', '');
390
- this.$newElement.css('width', this.options.width);
391
- } else {
392
- // Remove inline min-width/width so width can be changed
393
- this.$menu.css('min-width', '');
394
- this.$newElement.css('width', '');
395
- }
396
- // Remove fit-width class if width is changed programmatically
397
- if (this.$newElement.hasClass('fit-width') && this.options.width !== 'fit') {
398
- this.$newElement.removeClass('fit-width');
399
- }
400
- },
401
-
402
- selectPosition: function() {
403
- var that = this,
404
- drop = '<div />',
405
- $drop = $(drop),
406
- pos,
407
- actualHeight,
408
- getPlacement = function($element) {
409
- $drop.addClass($element.attr('class').replace(/form-control/gi, '')).toggleClass('dropup', $element.hasClass('dropup'));
410
- pos = $element.offset();
411
- actualHeight = $element.hasClass('dropup') ? 0 : $element[0].offsetHeight;
412
- $drop.css({'top' : pos.top + actualHeight, 'left' : pos.left, 'width' : $element[0].offsetWidth, 'position' : 'absolute'});
413
- };
414
- this.$newElement.on('click', function() {
415
- if (that.isDisabled()) {
416
- return;
417
- }
418
- getPlacement($(this));
419
- $drop.appendTo(that.options.container);
420
- $drop.toggleClass('open', !$(this).hasClass('open'));
421
- $drop.append(that.$menu);
422
- });
423
- $(window).resize(function() {
424
- getPlacement(that.$newElement);
425
- });
426
- $(window).on('scroll', function() {
427
- getPlacement(that.$newElement);
428
- });
429
- $('html').on('click', function(e) {
430
- if ($(e.target).closest(that.$newElement).length < 1) {
431
- $drop.removeClass('open');
432
- }
433
- });
434
- },
435
-
436
- mobile: function() {
437
- this.$element.addClass('mobile-device').appendTo(this.$newElement);
438
- if (this.options.container) this.$menu.hide();
439
- },
440
-
441
- refresh: function() {
442
- this.$lis = null;
443
- this.reloadLi();
444
- this.render();
445
- this.setWidth();
446
- this.setStyle();
447
- this.checkDisabled();
448
- this.liHeight();
449
- },
450
-
451
- update: function() {
452
- this.reloadLi();
453
- this.setWidth();
454
- this.setStyle();
455
- this.checkDisabled();
456
- this.liHeight();
457
- },
458
-
459
- setSelected: function(index, selected) {
460
- if (this.$lis == null) this.$lis = this.$menu.find('li');
461
- $(this.$lis[index]).toggleClass('selected', selected);
462
- },
463
-
464
- setDisabled: function(index, disabled) {
465
- if (this.$lis == null) this.$lis = this.$menu.find('li');
466
- if (disabled) {
467
- $(this.$lis[index]).addClass('disabled').find('a').attr('href', '#').attr('tabindex', -1);
468
- } else {
469
- $(this.$lis[index]).removeClass('disabled').find('a').removeAttr('href').attr('tabindex', 0);
470
- }
471
- },
472
-
473
- isDisabled: function() {
474
- return this.$element.is(':disabled');
475
- },
476
-
477
- checkDisabled: function() {
478
- var that = this;
479
-
480
- if (this.isDisabled()) {
481
- this.$button.addClass('disabled').attr('tabindex', -1);
482
- } else {
483
- if (this.$button.hasClass('disabled')) {
484
- this.$button.removeClass('disabled');
485
- }
486
-
487
- if (this.$button.attr('tabindex') == -1) {
488
- if (!this.$element.data('tabindex')) this.$button.removeAttr('tabindex');
489
- }
490
- }
491
-
492
- this.$button.click(function() {
493
- return !that.isDisabled();
494
- });
495
- },
496
-
497
- tabIndex: function() {
498
- if (this.$element.is('[tabindex]')) {
499
- this.$element.data('tabindex', this.$element.attr('tabindex'));
500
- this.$button.attr('tabindex', this.$element.data('tabindex'));
501
- }
502
- },
503
-
504
- clickListener: function() {
505
- var that = this;
506
-
507
- $('body').on('touchstart.dropdown', '.dropdown-menu', function(e) {
508
- e.stopPropagation();
509
- });
510
-
511
- this.$newElement.on('click', function() {
512
- that.setSize();
513
- if (!that.options.liveSearch && !that.multiple) {
514
- setTimeout(function() {
515
- that.$menu.find('.selected a').focus();
516
- }, 10);
517
- }
518
- });
519
-
520
- this.$menu.on('click', 'li a', function(e) {
521
- var clickedIndex = $(this).parent().index(),
522
- prevValue = that.$element.val(),
523
- prevIndex = that.$element.prop('selectedIndex');
524
-
525
- //Dont close on multi choice menu
526
- if (that.multiple) {
527
- e.stopPropagation();
528
- }
529
-
530
- e.preventDefault();
531
-
532
- //Dont run if we have been disabled
533
- if (!that.isDisabled() && !$(this).parent().hasClass('disabled')) {
534
- var $options = that.$element.find('option'),
535
- $option = $options.eq(clickedIndex),
536
- state = $option.prop('selected'),
537
- $optgroup = $option.parent('optgroup'),
538
- maxOptions = that.options.maxOptions,
539
- maxOptionsGrp = $optgroup.data('maxOptions') || false;
540
-
541
- //Deselect all others if not multi select box
542
- if (!that.multiple) {
543
- $options.prop('selected', false);
544
- $option.prop('selected', true);
545
- that.$menu.find('.selected').removeClass('selected');
546
- that.setSelected(clickedIndex, true);
547
- }
548
- //Else toggle the one we have chosen if we are multi select.
549
- else {
550
- $option.prop('selected', !state);
551
- that.setSelected(clickedIndex, !state);
552
-
553
- if ((maxOptions !== false) || (maxOptionsGrp !== false)) {
554
- var maxReached = maxOptions < $options.filter(':selected').length,
555
- maxReachedGrp = maxOptionsGrp < $optgroup.find('option:selected').length,
556
- maxOptionsArr = that.options.maxOptionsText,
557
- maxTxt = maxOptionsArr[0].replace('{n}', maxOptions),
558
- maxTxtGrp = maxOptionsArr[1].replace('{n}', maxOptionsGrp),
559
- $notify = $('<div class="notify"></div>');
560
-
561
- if ((maxOptions && maxReached) || (maxOptionsGrp && maxReachedGrp)) {
562
- // If {var} is set in array, replace it
563
- if (maxOptionsArr[2]) {
564
- maxTxt = maxTxt.replace('{var}', maxOptionsArr[2][maxOptions > 1 ? 0 : 1]);
565
- maxTxtGrp = maxTxtGrp.replace('{var}', maxOptionsArr[2][maxOptionsGrp > 1 ? 0 : 1]);
566
- }
567
-
568
- $option.prop('selected', false);
569
-
570
- that.$menu.append($notify);
571
-
572
- if (maxOptions && maxReached) {
573
- $notify.append($('<div>' + maxTxt + '</div>'));
574
- that.$element.trigger('maxReached.bs.select');
575
- }
576
-
577
- if (maxOptionsGrp && maxReachedGrp) {
578
- $notify.append($('<div>' + maxTxtGrp + '</div>'));
579
- that.$element.trigger('maxReachedGrp.bs.select');
580
- }
581
-
582
- setTimeout(function() {
583
- that.setSelected(clickedIndex, false);
584
- }, 10);
585
-
586
- $notify.delay(750).fadeOut(300, function() { $(this).remove(); });
587
- }
588
- }
589
- }
590
-
591
- if (!that.multiple) {
592
- that.$button.focus();
593
- } else if (that.options.liveSearch) {
594
- that.$searchbox.focus();
595
- }
596
-
597
- // Trigger select 'change'
598
- if ((prevValue != that.$element.val() && that.multiple) || (prevIndex != that.$element.prop('selectedIndex') && !that.multiple)) {
599
- that.$element.change();
600
- }
601
- }
602
- });
603
-
604
- this.$menu.on('click', 'li.disabled a, li dt, li .div-contain, .popover-title, .popover-title :not(.close)', function(e) {
605
- if (e.target == this) {
606
- e.preventDefault();
607
- e.stopPropagation();
608
- if (!that.options.liveSearch) {
609
- that.$button.focus();
610
- } else {
611
- that.$searchbox.focus();
612
- }
613
- }
614
- });
615
-
616
- this.$menu.on('click', '.popover-title .close', function() {
617
- that.$button.focus();
618
- });
619
-
620
- this.$searchbox.on('click', function(e) {
621
- e.stopPropagation();
622
- });
623
-
624
-
625
- this.$menu.on('click', '.actions-btn', function(e) {
626
- if (that.options.liveSearch) {
627
- that.$searchbox.focus();
628
- } else {
629
- that.$button.focus();
630
- }
631
-
632
- e.preventDefault();
633
- e.stopPropagation();
634
-
635
- if ($(this).is('.bs-select-all')) {
636
- that.selectAll();
637
- } else {
638
- that.deselectAll();
639
- }
640
- that.$element.change();
641
- });
642
-
643
- this.$element.change(function() {
644
- that.render(false);
645
- });
646
- },
647
-
648
- liveSearchListener: function() {
649
- var that = this,
650
- no_results = $('<li class="no-results"></li>');
651
-
652
- this.$newElement.on('click.dropdown.data-api', function() {
653
- that.$menu.find('.active').removeClass('active');
654
- if (!!that.$searchbox.val()) {
655
- that.$searchbox.val('');
656
- that.$lis.not('.is-hidden').removeClass('hide');
657
- if (!!no_results.parent().length) no_results.remove();
658
- }
659
- if (!that.multiple) that.$menu.find('.selected').addClass('active');
660
- setTimeout(function() {
661
- that.$searchbox.focus();
662
- }, 10);
663
- });
664
-
665
- this.$searchbox.on('input propertychange', function() {
666
- if (that.$searchbox.val()) {
667
- that.$lis.not('.is-hidden').removeClass('hide').find('a').not(':icontains(' + that.$searchbox.val() + ')').parent().addClass('hide');
668
-
669
- if (!that.$menu.find('li').filter(':visible:not(.no-results)').length) {
670
- if (!!no_results.parent().length) no_results.remove();
671
- no_results.html(that.options.noneResultsText + ' "'+ that.$searchbox.val() + '"').show();
672
- that.$menu.find('li').last().after(no_results);
673
- } else if (!!no_results.parent().length) {
674
- no_results.remove();
675
- }
676
-
677
- } else {
678
- that.$lis.not('.is-hidden').removeClass('hide');
679
- if (!!no_results.parent().length) no_results.remove();
680
- }
681
-
682
- that.$menu.find('li.active').removeClass('active');
683
- that.$menu.find('li').filter(':visible:not(.divider)').eq(0).addClass('active').find('a').focus();
684
- $(this).focus();
685
- });
686
-
687
- this.$menu.on('mouseenter', 'a', function(e) {
688
- that.$menu.find('.active').removeClass('active');
689
- $(e.currentTarget).parent().not('.disabled').addClass('active');
690
- });
691
-
692
- this.$menu.on('mouseleave', 'a', function() {
693
- that.$menu.find('.active').removeClass('active');
694
- });
695
- },
696
-
697
- val: function(value) {
698
-
699
- if (value !== undefined) {
700
- this.$element.val( value );
701
-
702
- this.$element.change();
703
- return this.$element;
704
- } else {
705
- return this.$element.val();
706
- }
707
- },
708
-
709
- selectAll: function() {
710
- if (this.$lis == null) this.$lis = this.$menu.find('li');
711
- this.$element.find('option:enabled').prop('selected', true);
712
- $(this.$lis).filter(':not(.disabled)').addClass('selected');
713
- this.render(false);
714
- },
715
-
716
- deselectAll: function() {
717
- if (this.$lis == null) this.$lis = this.$menu.find('li');
718
- this.$element.find('option:enabled').prop('selected', false);
719
- $(this.$lis).filter(':not(.disabled)').removeClass('selected');
720
- this.render(false);
721
- },
722
-
723
- keydown: function(e) {
724
- var $this,
725
- $items,
726
- $parent,
727
- index,
728
- next,
729
- first,
730
- last,
731
- prev,
732
- nextPrev,
733
- that,
734
- prevIndex,
735
- isActive,
736
- keyCodeMap = {
737
- 32:' ', 48:'0', 49:'1', 50:'2', 51:'3', 52:'4', 53:'5', 54:'6', 55:'7', 56:'8', 57:'9', 59:';',
738
- 65:'a', 66:'b', 67:'c', 68:'d', 69:'e', 70:'f', 71:'g', 72:'h', 73:'i', 74:'j', 75:'k', 76:'l',
739
- 77:'m', 78:'n', 79:'o', 80:'p', 81:'q', 82:'r', 83:'s', 84:'t', 85:'u', 86:'v', 87:'w', 88:'x',
740
- 89:'y', 90:'z', 96:'0', 97:'1', 98:'2', 99:'3', 100:'4', 101:'5', 102:'6', 103:'7', 104:'8', 105:'9'
741
- };
742
-
743
- $this = $(this);
744
-
745
- $parent = $this.parent();
746
-
747
- if ($this.is('input')) $parent = $this.parent().parent();
748
-
749
- that = $parent.data('this');
750
-
751
- if (that.options.liveSearch) $parent = $this.parent().parent();
752
-
753
- if (that.options.container) $parent = that.$menu;
754
-
755
- $items = $('[role=menu] li:not(.divider) a', $parent);
756
-
757
- isActive = that.$menu.parent().hasClass('open');
758
-
759
- if (!isActive && /([0-9]|[A-z])/.test(String.fromCharCode(e.keyCode))) {
760
- if (!that.options.container) {
761
- that.setSize();
762
- that.$menu.parent().addClass('open');
763
- isActive = that.$menu.parent().hasClass('open');
764
- } else {
765
- that.$newElement.trigger('click');
766
- }
767
- that.$searchbox.focus();
768
- }
769
-
770
- if (that.options.liveSearch) {
771
- if (/(^9$|27)/.test(e.keyCode) && isActive && that.$menu.find('.active').length === 0) {
772
- e.preventDefault();
773
- that.$menu.parent().removeClass('open');
774
- that.$button.focus();
775
- }
776
- $items = $('[role=menu] li:not(.divider):visible', $parent);
777
- if (!$this.val() && !/(38|40)/.test(e.keyCode)) {
778
- if ($items.filter('.active').length === 0) {
779
- $items = that.$newElement.find('li').filter(':icontains(' + keyCodeMap[e.keyCode] + ')');
780
- }
781
- }
782
- }
783
-
784
- if (!$items.length) return;
785
-
786
- if (/(38|40)/.test(e.keyCode)) {
787
-
788
- index = $items.index($items.filter(':focus'));
789
- first = $items.parent(':not(.disabled):visible').first().index();
790
- last = $items.parent(':not(.disabled):visible').last().index();
791
- next = $items.eq(index).parent().nextAll(':not(.disabled):visible').eq(0).index();
792
- prev = $items.eq(index).parent().prevAll(':not(.disabled):visible').eq(0).index();
793
- nextPrev = $items.eq(next).parent().prevAll(':not(.disabled):visible').eq(0).index();
794
-
795
- if (that.options.liveSearch) {
796
- $items.each(function(i) {
797
- if ($(this).is(':not(.disabled)')) {
798
- $(this).data('index', i);
799
- }
800
- });
801
- index = $items.index($items.filter('.active'));
802
- first = $items.filter(':not(.disabled):visible').first().data('index');
803
- last = $items.filter(':not(.disabled):visible').last().data('index');
804
- next = $items.eq(index).nextAll(':not(.disabled):visible').eq(0).data('index');
805
- prev = $items.eq(index).prevAll(':not(.disabled):visible').eq(0).data('index');
806
- nextPrev = $items.eq(next).prevAll(':not(.disabled):visible').eq(0).data('index');
807
- }
808
-
809
- prevIndex = $this.data('prevIndex');
810
-
811
- if (e.keyCode == 38) {
812
- if (that.options.liveSearch) index -= 1;
813
- if (index != nextPrev && index > prev) index = prev;
814
- if (index < first) index = first;
815
- if (index == prevIndex) index = last;
816
- }
817
-
818
- if (e.keyCode == 40) {
819
- if (that.options.liveSearch) index += 1;
820
- if (index == -1) index = 0;
821
- if (index != nextPrev && index < next) index = next;
822
- if (index > last) index = last;
823
- if (index == prevIndex) index = first;
824
- }
825
-
826
- $this.data('prevIndex', index);
827
-
828
- if (!that.options.liveSearch) {
829
- $items.eq(index).focus();
830
- } else {
831
- e.preventDefault();
832
- if (!$this.is('.dropdown-toggle')) {
833
- $items.removeClass('active');
834
- $items.eq(index).addClass('active').find('a').focus();
835
- $this.focus();
836
- }
837
- }
838
-
839
- } else if (!$this.is('input')) {
840
-
841
- var keyIndex = [],
842
- count,
843
- prevKey;
844
-
845
- $items.each(function() {
846
- if ($(this).parent().is(':not(.disabled)')) {
847
- if ($.trim($(this).text().toLowerCase()).substring(0,1) == keyCodeMap[e.keyCode]) {
848
- keyIndex.push($(this).parent().index());
849
- }
850
- }
851
- });
852
-
853
- count = $(document).data('keycount');
854
- count++;
855
- $(document).data('keycount',count);
856
-
857
- prevKey = $.trim($(':focus').text().toLowerCase()).substring(0,1);
858
-
859
- if (prevKey != keyCodeMap[e.keyCode]) {
860
- count = 1;
861
- $(document).data('keycount', count);
862
- } else if (count >= keyIndex.length) {
863
- $(document).data('keycount', 0);
864
- if (count > keyIndex.length) count = 1;
865
- }
866
-
867
- $items.eq(keyIndex[count - 1]).focus();
868
- }
869
-
870
- // Select focused option if "Enter", "Spacebar", "Tab" are pressed inside the menu.
871
- if (/(13|32|^9$)/.test(e.keyCode) && isActive) {
872
- if (!/(32)/.test(e.keyCode)) e.preventDefault();
873
- if (!that.options.liveSearch) {
874
- $(':focus').click();
875
- } else if (!/(32)/.test(e.keyCode)) {
876
- that.$menu.find('.active a').click();
877
- $this.focus();
878
- }
879
- $(document).data('keycount',0);
880
- }
881
-
882
- if ((/(^9$|27)/.test(e.keyCode) && isActive && (that.multiple || that.options.liveSearch)) || (/(27)/.test(e.keyCode) && !isActive)) {
883
- that.$menu.parent().removeClass('open');
884
- that.$button.focus();
885
- }
886
-
887
- },
888
-
889
- hide: function() {
890
- this.$newElement.hide();
891
- },
892
-
893
- show: function() {
894
- this.$newElement.show();
895
- },
896
-
897
- destroy: function() {
898
- this.$newElement.remove();
899
- this.$element.remove();
900
- }
901
- };
902
-
903
- $.fn.selectpicker = function(option, event) {
904
- //get the args of the outer function..
905
- var args = arguments;
906
- var value;
907
- var chain = this.each(function() {
908
- if ($(this).is('select')) {
909
- var $this = $(this),
910
- data = $this.data('selectpicker'),
911
- options = typeof option == 'object' && option;
912
-
913
- if (!data) {
914
- $this.data('selectpicker', (data = new Selectpicker(this, options, event)));
915
- } else if (options) {
916
- for(var i in options) {
917
- data.options[i] = options[i];
918
- }
919
- }
920
-
921
- if (typeof option == 'string') {
922
- //Copy the value of option, as once we shift the arguments
923
- //it also shifts the value of option.
924
- var property = option;
925
- if (data[property] instanceof Function) {
926
- [].shift.apply(args);
927
- value = data[property].apply(data, args);
928
- } else {
929
- value = data.options[property];
930
- }
931
- }
932
- }
933
- });
934
-
935
- if (value !== undefined) {
936
- return value;
937
- } else {
938
- return chain;
939
- }
940
- };
941
-
942
- $.fn.selectpicker.defaults = {
943
- style: 'btn-default',
944
- size: 'auto',
945
- title: null,
946
- selectedTextFormat : 'values',
947
- noneSelectedText : 'Nothing selected',
948
- noneResultsText : 'No results match',
949
- countSelectedText: '{0} of {1} selected',
950
- maxOptionsText: ['Limit reached ({n} {var} max)', 'Group limit reached ({n} {var} max)', ['items','item']],
951
- width: false,
952
- container: false,
953
- hideDisabled: false,
954
- showSubtext: false,
955
- showIcon: true,
956
- showContent: true,
957
- dropupAuto: true,
958
- header: false,
959
- liveSearch: false,
960
- actionsBox: false,
961
- multipleSeparator: ', ',
962
- iconBase: 'glyphicon',
963
- tickIcon: 'glyphicon-ok',
964
- maxOptions: false
965
- };
966
-
967
- $(document)
968
- .data('keycount', 0)
969
- .on('keydown', '.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bootstrap-select-searchbox input', Selectpicker.prototype.keydown)
970
- .on('focusin.modal', '.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bootstrap-select-searchbox input', function (e) { e.stopPropagation(); });
971
-
972
- }(window.jQuery);
1
+ /*!
2
+ * Bootstrap-select v1.6.3 (http://silviomoreto.github.io/bootstrap-select/)
3
+ *
4
+ * Copyright 2013-2014 bootstrap-select
5
+ * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
6
+ */
7
+ (function ($) {
8
+ 'use strict';
9
+
10
+ // Case insensitive search
11
+ $.expr[':'].icontains = function (obj, index, meta) {
12
+ return icontains($(obj).text(), meta[3]);
13
+ };
14
+
15
+ // Case and accent insensitive search
16
+ $.expr[':'].aicontains = function (obj, index, meta) {
17
+ return icontains($(obj).data('normalizedText') || $(obj).text(), meta[3]);
18
+ };
19
+
20
+ /**
21
+ * Actual implementation of the case insensitive search.
22
+ * @access private
23
+ * @param {String} haystack
24
+ * @param {String} needle
25
+ * @returns {boolean}
26
+ */
27
+ function icontains(haystack, needle) {
28
+ return haystack.toUpperCase().indexOf(needle.toUpperCase()) > -1;
29
+ }
30
+
31
+ /**
32
+ * Remove all diatrics from the given text.
33
+ * @access private
34
+ * @param {String} text
35
+ * @returns {String}
36
+ */
37
+ function normalizeToBase(text) {
38
+ var rExps = [
39
+ {re: /[\xC0-\xC6]/g, ch: "A"},
40
+ {re: /[\xE0-\xE6]/g, ch: "a"},
41
+ {re: /[\xC8-\xCB]/g, ch: "E"},
42
+ {re: /[\xE8-\xEB]/g, ch: "e"},
43
+ {re: /[\xCC-\xCF]/g, ch: "I"},
44
+ {re: /[\xEC-\xEF]/g, ch: "i"},
45
+ {re: /[\xD2-\xD6]/g, ch: "O"},
46
+ {re: /[\xF2-\xF6]/g, ch: "o"},
47
+ {re: /[\xD9-\xDC]/g, ch: "U"},
48
+ {re: /[\xF9-\xFC]/g, ch: "u"},
49
+ {re: /[\xC7-\xE7]/g, ch: "c"},
50
+ {re: /[\xD1]/g, ch: "N"},
51
+ {re: /[\xF1]/g, ch: "n"}
52
+ ];
53
+ $.each(rExps, function () {
54
+ text = text.replace(this.re, this.ch);
55
+ });
56
+ return text;
57
+ }
58
+
59
+
60
+ function htmlEscape(html) {
61
+ var escapeMap = {
62
+ '&': '&amp;',
63
+ '<': '&lt;',
64
+ '>': '&gt;',
65
+ '"': '&quot;',
66
+ "'": '&#x27;',
67
+ '`': '&#x60;'
68
+ };
69
+ var source = '(?:' + Object.keys(escapeMap).join('|') + ')',
70
+ testRegexp = new RegExp(source),
71
+ replaceRegexp = new RegExp(source, 'g'),
72
+ string = html == null ? '' : '' + html;
73
+ return testRegexp.test(string) ? string.replace(replaceRegexp, function (match) {
74
+ return escapeMap[match];
75
+ }) : string;
76
+ }
77
+
78
+ var Selectpicker = function (element, options, e) {
79
+ if (e) {
80
+ e.stopPropagation();
81
+ e.preventDefault();
82
+ }
83
+
84
+ this.$element = $(element);
85
+ this.$newElement = null;
86
+ this.$button = null;
87
+ this.$menu = null;
88
+ this.$lis = null;
89
+ this.options = options;
90
+
91
+ // If we have no title yet, try to pull it from the html title attribute (jQuery doesnt' pick it up as it's not a
92
+ // data-attribute)
93
+ if (this.options.title === null) {
94
+ this.options.title = this.$element.attr('title');
95
+ }
96
+
97
+ //Expose public methods
98
+ this.val = Selectpicker.prototype.val;
99
+ this.render = Selectpicker.prototype.render;
100
+ this.refresh = Selectpicker.prototype.refresh;
101
+ this.setStyle = Selectpicker.prototype.setStyle;
102
+ this.selectAll = Selectpicker.prototype.selectAll;
103
+ this.deselectAll = Selectpicker.prototype.deselectAll;
104
+ this.destroy = Selectpicker.prototype.remove;
105
+ this.remove = Selectpicker.prototype.remove;
106
+ this.show = Selectpicker.prototype.show;
107
+ this.hide = Selectpicker.prototype.hide;
108
+
109
+ this.init();
110
+ };
111
+
112
+ Selectpicker.VERSION = '1.6.3';
113
+
114
+ // part of this is duplicated in i18n/defaults-en_US.js. Make sure to update both.
115
+ Selectpicker.DEFAULTS = {
116
+ noneSelectedText: 'Nothing selected',
117
+ noneResultsText: 'No results match',
118
+ countSelectedText: function (numSelected, numTotal) {
119
+ return (numSelected == 1) ? "{0} item selected" : "{0} items selected";
120
+ },
121
+ maxOptionsText: function (numAll, numGroup) {
122
+ var arr = [];
123
+
124
+ arr[0] = (numAll == 1) ? 'Limit reached ({n} item max)' : 'Limit reached ({n} items max)';
125
+ arr[1] = (numGroup == 1) ? 'Group limit reached ({n} item max)' : 'Group limit reached ({n} items max)';
126
+
127
+ return arr;
128
+ },
129
+ selectAllText: 'Select All',
130
+ deselectAllText: 'Deselect All',
131
+ multipleSeparator: ', ',
132
+ style: 'btn-default',
133
+ size: 'auto',
134
+ title: null,
135
+ selectedTextFormat: 'values',
136
+ width: false,
137
+ container: false,
138
+ hideDisabled: false,
139
+ showSubtext: false,
140
+ showIcon: true,
141
+ showContent: true,
142
+ dropupAuto: true,
143
+ header: false,
144
+ liveSearch: false,
145
+ actionsBox: false,
146
+ iconBase: 'glyphicon',
147
+ tickIcon: 'glyphicon-ok',
148
+ maxOptions: false,
149
+ mobile: false,
150
+ selectOnTab: false,
151
+ dropdownAlignRight: false,
152
+ searchAccentInsensitive: false
153
+ };
154
+
155
+ Selectpicker.prototype = {
156
+
157
+ constructor: Selectpicker,
158
+
159
+ init: function () {
160
+ var that = this,
161
+ id = this.$element.attr('id');
162
+
163
+ this.$element.hide();
164
+ this.multiple = this.$element.prop('multiple');
165
+ this.autofocus = this.$element.prop('autofocus');
166
+ this.$newElement = this.createView();
167
+ this.$element.after(this.$newElement);
168
+ this.$menu = this.$newElement.find('> .dropdown-menu');
169
+ this.$button = this.$newElement.find('> button');
170
+ this.$searchbox = this.$newElement.find('input');
171
+
172
+ if (this.options.dropdownAlignRight)
173
+ this.$menu.addClass('dropdown-menu-right');
174
+
175
+ if (typeof id !== 'undefined') {
176
+ this.$button.attr('data-id', id);
177
+ $('label[for="' + id + '"]').click(function (e) {
178
+ e.preventDefault();
179
+ that.$button.focus();
180
+ });
181
+ }
182
+
183
+ this.checkDisabled();
184
+ this.clickListener();
185
+ if (this.options.liveSearch) this.liveSearchListener();
186
+ this.render();
187
+ this.liHeight();
188
+ this.setStyle();
189
+ this.setWidth();
190
+ if (this.options.container) this.selectPosition();
191
+ this.$menu.data('this', this);
192
+ this.$newElement.data('this', this);
193
+ if (this.options.mobile) this.mobile();
194
+ },
195
+
196
+ createDropdown: function () {
197
+ // Options
198
+ // If we are multiple, then add the show-tick class by default
199
+ var multiple = this.multiple ? ' show-tick' : '',
200
+ inputGroup = this.$element.parent().hasClass('input-group') ? ' input-group-btn' : '',
201
+ autofocus = this.autofocus ? ' autofocus' : '',
202
+ btnSize = this.$element.parents().hasClass('form-group-lg') ? ' btn-lg' : (this.$element.parents().hasClass('form-group-sm') ? ' btn-sm' : '');
203
+ // Elements
204
+ var header = this.options.header ? '<div class="popover-title"><button type="button" class="close" aria-hidden="true">&times;</button>' + this.options.header + '</div>' : '';
205
+ var searchbox = this.options.liveSearch ? '<div class="bs-searchbox"><input type="text" class="input-block-level form-control" autocomplete="off" /></div>' : '';
206
+ var actionsbox = this.options.actionsBox ? '<div class="bs-actionsbox">' +
207
+ '<div class="btn-group btn-block">' +
208
+ '<button class="actions-btn bs-select-all btn btn-sm btn-default">' +
209
+ this.options.selectAllText +
210
+ '</button>' +
211
+ '<button class="actions-btn bs-deselect-all btn btn-sm btn-default">' +
212
+ this.options.deselectAllText +
213
+ '</button>' +
214
+ '</div>' +
215
+ '</div>' : '';
216
+ var drop =
217
+ '<div class="btn-group bootstrap-select' + multiple + inputGroup + '">' +
218
+ '<button type="button" class="btn dropdown-toggle selectpicker' + btnSize + '" data-toggle="dropdown"' + autofocus + '>' +
219
+ '<span class="filter-option pull-left"></span>&nbsp;' +
220
+ '<span class="caret"></span>' +
221
+ '</button>' +
222
+ '<div class="dropdown-menu open">' +
223
+ header +
224
+ searchbox +
225
+ actionsbox +
226
+ '<ul class="dropdown-menu inner selectpicker" role="menu">' +
227
+ '</ul>' +
228
+ '</div>' +
229
+ '</div>';
230
+
231
+ return $(drop);
232
+ },
233
+
234
+ createView: function () {
235
+ var $drop = this.createDropdown();
236
+ var $li = this.createLi();
237
+ $drop.find('ul').append($li);
238
+ return $drop;
239
+ },
240
+
241
+ reloadLi: function () {
242
+ //Remove all children.
243
+ this.destroyLi();
244
+ //Re build
245
+ var $li = this.createLi();
246
+ this.$menu.find('ul').append($li);
247
+ },
248
+
249
+ destroyLi: function () {
250
+ this.$menu.find('li').remove();
251
+ },
252
+
253
+ createLi: function () {
254
+ var that = this,
255
+ _li = [],
256
+ optID = 0;
257
+
258
+ // Helper functions
259
+ /**
260
+ * @param content
261
+ * @param [index]
262
+ * @param [classes]
263
+ * @returns {string}
264
+ */
265
+ var generateLI = function (content, index, classes) {
266
+ return '<li' +
267
+ (typeof classes !== 'undefined' ? ' class="' + classes + '"' : '') +
268
+ (typeof index !== 'undefined' | null === index ? ' data-original-index="' + index + '"' : '') +
269
+ '>' + content + '</li>';
270
+ };
271
+
272
+ /**
273
+ * @param text
274
+ * @param [classes]
275
+ * @param [inline]
276
+ * @param [optgroup]
277
+ * @returns {string}
278
+ */
279
+ var generateA = function (text, classes, inline, optgroup) {
280
+ var normText = normalizeToBase(htmlEscape(text));
281
+ return '<a tabindex="0"' +
282
+ (typeof classes !== 'undefined' ? ' class="' + classes + '"' : '') +
283
+ (typeof inline !== 'undefined' ? ' style="' + inline + '"' : '') +
284
+ (typeof optgroup !== 'undefined' ? 'data-optgroup="' + optgroup + '"' : '') +
285
+ ' data-normalized-text="' + normText + '"' +
286
+ '>' + text +
287
+ '<span class="' + that.options.iconBase + ' ' + that.options.tickIcon + ' check-mark"></span>' +
288
+ '</a>';
289
+ };
290
+
291
+ this.$element.find('option').each(function () {
292
+ var $this = $(this);
293
+
294
+ // Get the class and text for the option
295
+ var optionClass = $this.attr('class') || '',
296
+ inline = $this.attr('style'),
297
+ text = $this.data('content') ? $this.data('content') : $this.html(),
298
+ subtext = typeof $this.data('subtext') !== 'undefined' ? '<small class="muted text-muted">' + $this.data('subtext') + '</small>' : '',
299
+ icon = typeof $this.data('icon') !== 'undefined' ? '<span class="' + that.options.iconBase + ' ' + $this.data('icon') + '"></span> ' : '',
300
+ isDisabled = $this.is(':disabled') || $this.parent().is(':disabled'),
301
+ index = $this[0].index;
302
+ if (icon !== '' && isDisabled) {
303
+ icon = '<span>' + icon + '</span>';
304
+ }
305
+
306
+ if (!$this.data('content')) {
307
+ // Prepend any icon and append any subtext to the main text.
308
+ text = icon + '<span class="text">' + text + subtext + '</span>';
309
+ }
310
+
311
+ if (that.options.hideDisabled && isDisabled) {
312
+ return;
313
+ }
314
+
315
+ if ($this.parent().is('optgroup') && $this.data('divider') !== true) {
316
+ if ($this.index() === 0) { // Is it the first option of the optgroup?
317
+ optID += 1;
318
+
319
+ // Get the opt group label
320
+ var label = $this.parent().attr('label');
321
+ var labelSubtext = typeof $this.parent().data('subtext') !== 'undefined' ? '<small class="muted text-muted">' + $this.parent().data('subtext') + '</small>' : '';
322
+ var labelIcon = $this.parent().data('icon') ? '<span class="' + that.options.iconBase + ' ' + $this.parent().data('icon') + '"></span> ' : '';
323
+ label = labelIcon + '<span class="text">' + label + labelSubtext + '</span>';
324
+
325
+ if (index !== 0 && _li.length > 0) { // Is it NOT the first option of the select && are there elements in the dropdown?
326
+ _li.push(generateLI('', null, 'divider'));
327
+ }
328
+
329
+ _li.push(generateLI(label, null, 'dropdown-header'));
330
+ }
331
+
332
+ _li.push(generateLI(generateA(text, 'opt ' + optionClass, inline, optID), index));
333
+ } else if ($this.data('divider') === true) {
334
+ _li.push(generateLI('', index, 'divider'));
335
+ } else if ($this.data('hidden') === true) {
336
+ _li.push(generateLI(generateA(text, optionClass, inline), index, 'hide is-hidden'));
337
+ } else {
338
+ _li.push(generateLI(generateA(text, optionClass, inline), index));
339
+ }
340
+ });
341
+
342
+ //If we are not multiple, we don't have a selected item, and we don't have a title, select the first element so something is set in the button
343
+ if (!this.multiple && this.$element.find('option:selected').length === 0 && !this.options.title) {
344
+ this.$element.find('option').eq(0).prop('selected', true).attr('selected', 'selected');
345
+ }
346
+
347
+ return $(_li.join(''));
348
+ },
349
+
350
+ findLis: function () {
351
+ if (this.$lis == null) this.$lis = this.$menu.find('li');
352
+ return this.$lis;
353
+ },
354
+
355
+ /**
356
+ * @param [updateLi] defaults to true
357
+ */
358
+ render: function (updateLi) {
359
+ var that = this;
360
+
361
+ //Update the LI to match the SELECT
362
+ if (updateLi !== false) {
363
+ this.$element.find('option').each(function (index) {
364
+ that.setDisabled(index, $(this).is(':disabled') || $(this).parent().is(':disabled'));
365
+ that.setSelected(index, $(this).is(':selected'));
366
+ });
367
+ }
368
+
369
+ this.tabIndex();
370
+ var notDisabled = this.options.hideDisabled ? ':not([disabled])' : '';
371
+ var selectedItems = this.$element.find('option:selected' + notDisabled).map(function () {
372
+ var $this = $(this);
373
+ var icon = $this.data('icon') && that.options.showIcon ? '<i class="' + that.options.iconBase + ' ' + $this.data('icon') + '"></i> ' : '';
374
+ var subtext;
375
+ if (that.options.showSubtext && $this.attr('data-subtext') && !that.multiple) {
376
+ subtext = ' <small class="muted text-muted">' + $this.data('subtext') + '</small>';
377
+ } else {
378
+ subtext = '';
379
+ }
380
+ if ($this.data('content') && that.options.showContent) {
381
+ return $this.data('content');
382
+ } else if (typeof $this.attr('title') !== 'undefined') {
383
+ return $this.attr('title');
384
+ } else {
385
+ return icon + $this.html() + subtext;
386
+ }
387
+ }).toArray();
388
+
389
+ //Fixes issue in IE10 occurring when no default option is selected and at least one option is disabled
390
+ //Convert all the values into a comma delimited string
391
+ var title = !this.multiple ? selectedItems[0] : selectedItems.join(this.options.multipleSeparator);
392
+
393
+ //If this is multi select, and the selectText type is count, the show 1 of 2 selected etc..
394
+ if (this.multiple && this.options.selectedTextFormat.indexOf('count') > -1) {
395
+ var max = this.options.selectedTextFormat.split('>');
396
+ if ((max.length > 1 && selectedItems.length > max[1]) || (max.length == 1 && selectedItems.length >= 2)) {
397
+ notDisabled = this.options.hideDisabled ? ', [disabled]' : '';
398
+ var totalCount = this.$element.find('option').not('[data-divider="true"], [data-hidden="true"]' + notDisabled).length,
399
+ tr8nText = (typeof this.options.countSelectedText === 'function') ? this.options.countSelectedText(selectedItems.length, totalCount) : this.options.countSelectedText;
400
+ title = tr8nText.replace('{0}', selectedItems.length.toString()).replace('{1}', totalCount.toString());
401
+ }
402
+ }
403
+
404
+ this.options.title = this.$element.attr('title');
405
+
406
+ if (this.options.selectedTextFormat == 'static') {
407
+ title = this.options.title;
408
+ }
409
+
410
+ //If we dont have a title, then use the default, or if nothing is set at all, use the not selected text
411
+ if (!title) {
412
+ title = typeof this.options.title !== 'undefined' ? this.options.title : this.options.noneSelectedText;
413
+ }
414
+
415
+ this.$button.attr('title', htmlEscape(title));
416
+ this.$newElement.find('.filter-option').html(title);
417
+ },
418
+
419
+ /**
420
+ * @param [style]
421
+ * @param [status]
422
+ */
423
+ setStyle: function (style, status) {
424
+ if (this.$element.attr('class')) {
425
+ this.$newElement.addClass(this.$element.attr('class').replace(/selectpicker|mobile-device|validate\[.*\]/gi, ''));
426
+ }
427
+
428
+ var buttonClass = style ? style : this.options.style;
429
+
430
+ if (status == 'add') {
431
+ this.$button.addClass(buttonClass);
432
+ } else if (status == 'remove') {
433
+ this.$button.removeClass(buttonClass);
434
+ } else {
435
+ this.$button.removeClass(this.options.style);
436
+ this.$button.addClass(buttonClass);
437
+ }
438
+ },
439
+
440
+ liHeight: function () {
441
+ if (this.options.size === false) return;
442
+
443
+ var $selectClone = this.$menu.parent().clone().find('> .dropdown-toggle').prop('autofocus', false).end().appendTo('body'),
444
+ $menuClone = $selectClone.addClass('open').find('> .dropdown-menu'),
445
+ liHeight = $menuClone.find('li').not('.divider').not('.dropdown-header').filter(':visible').children('a').outerHeight(),
446
+ headerHeight = this.options.header ? $menuClone.find('.popover-title').outerHeight() : 0,
447
+ searchHeight = this.options.liveSearch ? $menuClone.find('.bs-searchbox').outerHeight() : 0,
448
+ actionsHeight = this.options.actionsBox ? $menuClone.find('.bs-actionsbox').outerHeight() : 0;
449
+
450
+ $selectClone.remove();
451
+
452
+ this.$newElement
453
+ .data('liHeight', liHeight)
454
+ .data('headerHeight', headerHeight)
455
+ .data('searchHeight', searchHeight)
456
+ .data('actionsHeight', actionsHeight);
457
+ },
458
+
459
+ setSize: function () {
460
+ this.findLis();
461
+ var that = this,
462
+ menu = this.$menu,
463
+ menuInner = menu.find('.inner'),
464
+ selectHeight = this.$newElement.outerHeight(),
465
+ liHeight = this.$newElement.data('liHeight'),
466
+ headerHeight = this.$newElement.data('headerHeight'),
467
+ searchHeight = this.$newElement.data('searchHeight'),
468
+ actionsHeight = this.$newElement.data('actionsHeight'),
469
+ divHeight = this.$lis.filter('.divider').outerHeight(true),
470
+ menuPadding = parseInt(menu.css('padding-top')) +
471
+ parseInt(menu.css('padding-bottom')) +
472
+ parseInt(menu.css('border-top-width')) +
473
+ parseInt(menu.css('border-bottom-width')),
474
+ notDisabled = this.options.hideDisabled ? ', .disabled' : '',
475
+ $window = $(window),
476
+ menuExtras = menuPadding + parseInt(menu.css('margin-top')) + parseInt(menu.css('margin-bottom')) + 2,
477
+ menuHeight,
478
+ selectOffsetTop,
479
+ selectOffsetBot,
480
+ posVert = function () {
481
+ // JQuery defines a scrollTop function, but in pure JS it's a property
482
+ //noinspection JSValidateTypes
483
+ selectOffsetTop = that.$newElement.offset().top - $window.scrollTop();
484
+ selectOffsetBot = $window.height() - selectOffsetTop - selectHeight;
485
+ };
486
+ posVert();
487
+ if (this.options.header) menu.css('padding-top', 0);
488
+
489
+ if (this.options.size == 'auto') {
490
+ var getSize = function () {
491
+ var minHeight,
492
+ lisVis = that.$lis.not('.hide');
493
+
494
+ posVert();
495
+ menuHeight = selectOffsetBot - menuExtras;
496
+
497
+ if (that.options.dropupAuto) {
498
+ that.$newElement.toggleClass('dropup', (selectOffsetTop > selectOffsetBot) && ((menuHeight - menuExtras) < menu.height()));
499
+ }
500
+ if (that.$newElement.hasClass('dropup')) {
501
+ menuHeight = selectOffsetTop - menuExtras;
502
+ }
503
+
504
+ if ((lisVis.length + lisVis.filter('.dropdown-header').length) > 3) {
505
+ minHeight = liHeight * 3 + menuExtras - 2;
506
+ } else {
507
+ minHeight = 0;
508
+ }
509
+
510
+ menu.css({
511
+ 'max-height': menuHeight + 'px',
512
+ 'overflow': 'hidden',
513
+ 'min-height': minHeight + headerHeight + searchHeight + actionsHeight + 'px'
514
+ });
515
+ menuInner.css({
516
+ 'max-height': menuHeight - headerHeight - searchHeight - actionsHeight - menuPadding + 'px',
517
+ 'overflow-y': 'auto',
518
+ 'min-height': Math.max(minHeight - menuPadding, 0) + 'px'
519
+ });
520
+ };
521
+ getSize();
522
+ this.$searchbox.off('input.getSize propertychange.getSize').on('input.getSize propertychange.getSize', getSize);
523
+ $(window).off('resize.getSize').on('resize.getSize', getSize);
524
+ $(window).off('scroll.getSize').on('scroll.getSize', getSize);
525
+ } else if (this.options.size && this.options.size != 'auto' && menu.find('li' + notDisabled).length > this.options.size) {
526
+ var optIndex = this.$lis.not('.divider' + notDisabled).find(' > *').slice(0, this.options.size).last().parent().index();
527
+ var divLength = this.$lis.slice(0, optIndex + 1).filter('.divider').length;
528
+ menuHeight = liHeight * this.options.size + divLength * divHeight + menuPadding;
529
+ if (that.options.dropupAuto) {
530
+ //noinspection JSUnusedAssignment
531
+ this.$newElement.toggleClass('dropup', (selectOffsetTop > selectOffsetBot) && (menuHeight < menu.height()));
532
+ }
533
+ menu.css({'max-height': menuHeight + headerHeight + searchHeight + actionsHeight + 'px', 'overflow': 'hidden'});
534
+ menuInner.css({'max-height': menuHeight - menuPadding + 'px', 'overflow-y': 'auto'});
535
+ }
536
+ },
537
+
538
+ setWidth: function () {
539
+ if (this.options.width == 'auto') {
540
+ this.$menu.css('min-width', '0');
541
+
542
+ // Get correct width if element hidden
543
+ var selectClone = this.$newElement.clone().appendTo('body');
544
+ var ulWidth = selectClone.find('> .dropdown-menu').css('width');
545
+ var btnWidth = selectClone.css('width', 'auto').find('> button').css('width');
546
+ selectClone.remove();
547
+
548
+ // Set width to whatever's larger, button title or longest option
549
+ this.$newElement.css('width', Math.max(parseInt(ulWidth), parseInt(btnWidth)) + 'px');
550
+ } else if (this.options.width == 'fit') {
551
+ // Remove inline min-width so width can be changed from 'auto'
552
+ this.$menu.css('min-width', '');
553
+ this.$newElement.css('width', '').addClass('fit-width');
554
+ } else if (this.options.width) {
555
+ // Remove inline min-width so width can be changed from 'auto'
556
+ this.$menu.css('min-width', '');
557
+ this.$newElement.css('width', this.options.width);
558
+ } else {
559
+ // Remove inline min-width/width so width can be changed
560
+ this.$menu.css('min-width', '');
561
+ this.$newElement.css('width', '');
562
+ }
563
+ // Remove fit-width class if width is changed programmatically
564
+ if (this.$newElement.hasClass('fit-width') && this.options.width !== 'fit') {
565
+ this.$newElement.removeClass('fit-width');
566
+ }
567
+ },
568
+
569
+ selectPosition: function () {
570
+ var that = this,
571
+ drop = '<div />',
572
+ $drop = $(drop),
573
+ pos,
574
+ actualHeight,
575
+ getPlacement = function ($element) {
576
+ $drop.addClass($element.attr('class').replace(/form-control/gi, '')).toggleClass('dropup', $element.hasClass('dropup'));
577
+ pos = $element.offset();
578
+ actualHeight = $element.hasClass('dropup') ? 0 : $element[0].offsetHeight;
579
+ $drop.css({
580
+ 'top': pos.top + actualHeight,
581
+ 'left': pos.left,
582
+ 'width': $element[0].offsetWidth,
583
+ 'position': 'absolute'
584
+ });
585
+ };
586
+ this.$newElement.on('click', function () {
587
+ if (that.isDisabled()) {
588
+ return;
589
+ }
590
+ getPlacement($(this));
591
+ $drop.appendTo(that.options.container);
592
+ $drop.toggleClass('open', !$(this).hasClass('open'));
593
+ $drop.append(that.$menu);
594
+ });
595
+ $(window).resize(function () {
596
+ getPlacement(that.$newElement);
597
+ });
598
+ $(window).on('scroll', function () {
599
+ getPlacement(that.$newElement);
600
+ });
601
+ $('html').on('click', function (e) {
602
+ if ($(e.target).closest(that.$newElement).length < 1) {
603
+ $drop.removeClass('open');
604
+ }
605
+ });
606
+ },
607
+
608
+ setSelected: function (index, selected) {
609
+ this.findLis();
610
+ this.$lis.filter('[data-original-index="' + index + '"]').toggleClass('selected', selected);
611
+ },
612
+
613
+ setDisabled: function (index, disabled) {
614
+ this.findLis();
615
+ if (disabled) {
616
+ this.$lis.filter('[data-original-index="' + index + '"]').addClass('disabled').find('a').attr('href', '#').attr('tabindex', -1);
617
+ } else {
618
+ this.$lis.filter('[data-original-index="' + index + '"]').removeClass('disabled').find('a').removeAttr('href').attr('tabindex', 0);
619
+ }
620
+ },
621
+
622
+ isDisabled: function () {
623
+ return this.$element.is(':disabled');
624
+ },
625
+
626
+ checkDisabled: function () {
627
+ var that = this;
628
+
629
+ if (this.isDisabled()) {
630
+ this.$button.addClass('disabled').attr('tabindex', -1);
631
+ } else {
632
+ if (this.$button.hasClass('disabled')) {
633
+ this.$button.removeClass('disabled');
634
+ }
635
+
636
+ if (this.$button.attr('tabindex') == -1) {
637
+ if (!this.$element.data('tabindex')) this.$button.removeAttr('tabindex');
638
+ }
639
+ }
640
+
641
+ this.$button.click(function () {
642
+ return !that.isDisabled();
643
+ });
644
+ },
645
+
646
+ tabIndex: function () {
647
+ if (this.$element.is('[tabindex]')) {
648
+ this.$element.data('tabindex', this.$element.attr('tabindex'));
649
+ this.$button.attr('tabindex', this.$element.data('tabindex'));
650
+ }
651
+ },
652
+
653
+ clickListener: function () {
654
+ var that = this;
655
+
656
+ this.$newElement.on('touchstart.dropdown', '.dropdown-menu', function (e) {
657
+ e.stopPropagation();
658
+ });
659
+
660
+ this.$newElement.on('click', function () {
661
+ that.setSize();
662
+ if (!that.options.liveSearch && !that.multiple) {
663
+ setTimeout(function () {
664
+ that.$menu.find('.selected a').focus();
665
+ }, 10);
666
+ }
667
+ });
668
+
669
+ this.$menu.on('click', 'li a', function (e) {
670
+ var $this = $(this),
671
+ clickedIndex = $this.parent().data('originalIndex'),
672
+ prevValue = that.$element.val(),
673
+ prevIndex = that.$element.prop('selectedIndex');
674
+
675
+ // Don't close on multi choice menu
676
+ if (that.multiple) {
677
+ e.stopPropagation();
678
+ }
679
+
680
+ e.preventDefault();
681
+
682
+ //Don't run if we have been disabled
683
+ if (!that.isDisabled() && !$this.parent().hasClass('disabled')) {
684
+ var $options = that.$element.find('option'),
685
+ $option = $options.eq(clickedIndex),
686
+ state = $option.prop('selected'),
687
+ $optgroup = $option.parent('optgroup'),
688
+ maxOptions = that.options.maxOptions,
689
+ maxOptionsGrp = $optgroup.data('maxOptions') || false;
690
+
691
+ if (!that.multiple) { // Deselect all others if not multi select box
692
+ $options.prop('selected', false);
693
+ $option.prop('selected', true);
694
+ that.$menu.find('.selected').removeClass('selected');
695
+ that.setSelected(clickedIndex, true);
696
+ } else { // Toggle the one we have chosen if we are multi select.
697
+ $option.prop('selected', !state);
698
+ that.setSelected(clickedIndex, !state);
699
+ $this.blur();
700
+
701
+ if ((maxOptions !== false) || (maxOptionsGrp !== false)) {
702
+ var maxReached = maxOptions < $options.filter(':selected').length,
703
+ maxReachedGrp = maxOptionsGrp < $optgroup.find('option:selected').length;
704
+
705
+ if ((maxOptions && maxReached) || (maxOptionsGrp && maxReachedGrp)) {
706
+ if (maxOptions && maxOptions == 1) {
707
+ $options.prop('selected', false);
708
+ $option.prop('selected', true);
709
+ that.$menu.find('.selected').removeClass('selected');
710
+ that.setSelected(clickedIndex, true);
711
+ } else if (maxOptionsGrp && maxOptionsGrp == 1) {
712
+ $optgroup.find('option:selected').prop('selected', false);
713
+ $option.prop('selected', true);
714
+ var optgroupID = $this.data('optgroup');
715
+
716
+ that.$menu.find('.selected').has('a[data-optgroup="' + optgroupID + '"]').removeClass('selected');
717
+
718
+ that.setSelected(clickedIndex, true);
719
+ } else {
720
+ var maxOptionsArr = (typeof that.options.maxOptionsText === 'function') ?
721
+ that.options.maxOptionsText(maxOptions, maxOptionsGrp) : that.options.maxOptionsText,
722
+ maxTxt = maxOptionsArr[0].replace('{n}', maxOptions),
723
+ maxTxtGrp = maxOptionsArr[1].replace('{n}', maxOptionsGrp),
724
+ $notify = $('<div class="notify"></div>');
725
+ // If {var} is set in array, replace it
726
+ /** @deprecated */
727
+ if (maxOptionsArr[2]) {
728
+ maxTxt = maxTxt.replace('{var}', maxOptionsArr[2][maxOptions > 1 ? 0 : 1]);
729
+ maxTxtGrp = maxTxtGrp.replace('{var}', maxOptionsArr[2][maxOptionsGrp > 1 ? 0 : 1]);
730
+ }
731
+
732
+ $option.prop('selected', false);
733
+
734
+ that.$menu.append($notify);
735
+
736
+ if (maxOptions && maxReached) {
737
+ $notify.append($('<div>' + maxTxt + '</div>'));
738
+ that.$element.trigger('maxReached.bs.select');
739
+ }
740
+
741
+ if (maxOptionsGrp && maxReachedGrp) {
742
+ $notify.append($('<div>' + maxTxtGrp + '</div>'));
743
+ that.$element.trigger('maxReachedGrp.bs.select');
744
+ }
745
+
746
+ setTimeout(function () {
747
+ that.setSelected(clickedIndex, false);
748
+ }, 10);
749
+
750
+ $notify.delay(750).fadeOut(300, function () {
751
+ $(this).remove();
752
+ });
753
+ }
754
+ }
755
+ }
756
+ }
757
+
758
+ if (!that.multiple) {
759
+ that.$button.focus();
760
+ } else if (that.options.liveSearch) {
761
+ that.$searchbox.focus();
762
+ }
763
+
764
+ // Trigger select 'change'
765
+ if ((prevValue != that.$element.val() && that.multiple) || (prevIndex != that.$element.prop('selectedIndex') && !that.multiple)) {
766
+ that.$element.change();
767
+ }
768
+ }
769
+ });
770
+
771
+ this.$menu.on('click', 'li.disabled a, .popover-title, .popover-title :not(.close)', function (e) {
772
+ if (e.target == this) {
773
+ e.preventDefault();
774
+ e.stopPropagation();
775
+ if (!that.options.liveSearch) {
776
+ that.$button.focus();
777
+ } else {
778
+ that.$searchbox.focus();
779
+ }
780
+ }
781
+ });
782
+
783
+ this.$menu.on('click', 'li.divider, li.dropdown-header', function (e) {
784
+ e.preventDefault();
785
+ e.stopPropagation();
786
+ if (!that.options.liveSearch) {
787
+ that.$button.focus();
788
+ } else {
789
+ that.$searchbox.focus();
790
+ }
791
+ });
792
+
793
+ this.$menu.on('click', '.popover-title .close', function () {
794
+ that.$button.focus();
795
+ });
796
+
797
+ this.$searchbox.on('click', function (e) {
798
+ e.stopPropagation();
799
+ });
800
+
801
+
802
+ this.$menu.on('click', '.actions-btn', function (e) {
803
+ if (that.options.liveSearch) {
804
+ that.$searchbox.focus();
805
+ } else {
806
+ that.$button.focus();
807
+ }
808
+
809
+ e.preventDefault();
810
+ e.stopPropagation();
811
+
812
+ if ($(this).is('.bs-select-all')) {
813
+ that.selectAll();
814
+ } else {
815
+ that.deselectAll();
816
+ }
817
+ that.$element.change();
818
+ });
819
+
820
+ this.$element.change(function () {
821
+ that.render(false);
822
+ });
823
+ },
824
+
825
+ liveSearchListener: function () {
826
+ var that = this,
827
+ no_results = $('<li class="no-results"></li>');
828
+
829
+ this.$newElement.on('click.dropdown.data-api touchstart.dropdown.data-api', function () {
830
+ that.$menu.find('.active').removeClass('active');
831
+ if (!!that.$searchbox.val()) {
832
+ that.$searchbox.val('');
833
+ that.$lis.not('.is-hidden').removeClass('hide');
834
+ if (!!no_results.parent().length) no_results.remove();
835
+ }
836
+ if (!that.multiple) that.$menu.find('.selected').addClass('active');
837
+ setTimeout(function () {
838
+ that.$searchbox.focus();
839
+ }, 10);
840
+ });
841
+
842
+ this.$searchbox.on('click.dropdown.data-api focus.dropdown.data-api touchend.dropdown.data-api', function (e) {
843
+ e.stopPropagation();
844
+ });
845
+
846
+ this.$searchbox.on('input propertychange', function () {
847
+ if (that.$searchbox.val()) {
848
+
849
+ if (that.options.searchAccentInsensitive) {
850
+ that.$lis.not('.is-hidden').removeClass('hide').find('a').not(':aicontains(' + normalizeToBase(that.$searchbox.val()) + ')').parent().addClass('hide');
851
+ } else {
852
+ that.$lis.not('.is-hidden').removeClass('hide').find('a').not(':icontains(' + that.$searchbox.val() + ')').parent().addClass('hide');
853
+ }
854
+
855
+ if (!that.$menu.find('li').filter(':visible:not(.no-results)').length) {
856
+ if (!!no_results.parent().length) no_results.remove();
857
+ no_results.html(that.options.noneResultsText + ' "' + htmlEscape(that.$searchbox.val()) + '"').show();
858
+ that.$menu.find('li').last().after(no_results);
859
+ } else if (!!no_results.parent().length) {
860
+ no_results.remove();
861
+ }
862
+
863
+ } else {
864
+ that.$lis.not('.is-hidden').removeClass('hide');
865
+ if (!!no_results.parent().length) no_results.remove();
866
+ }
867
+
868
+ that.$menu.find('li.active').removeClass('active');
869
+ that.$menu.find('li').filter(':visible:not(.divider)').eq(0).addClass('active').find('a').focus();
870
+ $(this).focus();
871
+ });
872
+ },
873
+
874
+ val: function (value) {
875
+ if (typeof value !== 'undefined') {
876
+ this.$element.val(value);
877
+ this.render();
878
+
879
+ return this.$element;
880
+ } else {
881
+ return this.$element.val();
882
+ }
883
+ },
884
+
885
+ selectAll: function () {
886
+ this.findLis();
887
+ this.$lis.not('.divider').not('.disabled').not('.selected').filter(':visible').find('a').click();
888
+ },
889
+
890
+ deselectAll: function () {
891
+ this.findLis();
892
+ this.$lis.not('.divider').not('.disabled').filter('.selected').filter(':visible').find('a').click();
893
+ },
894
+
895
+ keydown: function (e) {
896
+ var $this = $(this),
897
+ $parent = ($this.is('input')) ? $this.parent().parent() : $this.parent(),
898
+ $items,
899
+ that = $parent.data('this'),
900
+ index,
901
+ next,
902
+ first,
903
+ last,
904
+ prev,
905
+ nextPrev,
906
+ prevIndex,
907
+ isActive,
908
+ keyCodeMap = {
909
+ 32: ' ',
910
+ 48: '0',
911
+ 49: '1',
912
+ 50: '2',
913
+ 51: '3',
914
+ 52: '4',
915
+ 53: '5',
916
+ 54: '6',
917
+ 55: '7',
918
+ 56: '8',
919
+ 57: '9',
920
+ 59: ';',
921
+ 65: 'a',
922
+ 66: 'b',
923
+ 67: 'c',
924
+ 68: 'd',
925
+ 69: 'e',
926
+ 70: 'f',
927
+ 71: 'g',
928
+ 72: 'h',
929
+ 73: 'i',
930
+ 74: 'j',
931
+ 75: 'k',
932
+ 76: 'l',
933
+ 77: 'm',
934
+ 78: 'n',
935
+ 79: 'o',
936
+ 80: 'p',
937
+ 81: 'q',
938
+ 82: 'r',
939
+ 83: 's',
940
+ 84: 't',
941
+ 85: 'u',
942
+ 86: 'v',
943
+ 87: 'w',
944
+ 88: 'x',
945
+ 89: 'y',
946
+ 90: 'z',
947
+ 96: '0',
948
+ 97: '1',
949
+ 98: '2',
950
+ 99: '3',
951
+ 100: '4',
952
+ 101: '5',
953
+ 102: '6',
954
+ 103: '7',
955
+ 104: '8',
956
+ 105: '9'
957
+ };
958
+
959
+ if (that.options.liveSearch) $parent = $this.parent().parent();
960
+
961
+ if (that.options.container) $parent = that.$menu;
962
+
963
+ $items = $('[role=menu] li a', $parent);
964
+
965
+ isActive = that.$menu.parent().hasClass('open');
966
+
967
+ if (!isActive && /([0-9]|[A-z])/.test(String.fromCharCode(e.keyCode))) {
968
+ if (!that.options.container) {
969
+ that.setSize();
970
+ that.$menu.parent().addClass('open');
971
+ isActive = true;
972
+ } else {
973
+ that.$newElement.trigger('click');
974
+ }
975
+ that.$searchbox.focus();
976
+ }
977
+
978
+ if (that.options.liveSearch) {
979
+ if (/(^9$|27)/.test(e.keyCode.toString(10)) && isActive && that.$menu.find('.active').length === 0) {
980
+ e.preventDefault();
981
+ that.$menu.parent().removeClass('open');
982
+ that.$button.focus();
983
+ }
984
+ $items = $('[role=menu] li:not(.divider):not(.dropdown-header):visible', $parent);
985
+ if (!$this.val() && !/(38|40)/.test(e.keyCode.toString(10))) {
986
+ if ($items.filter('.active').length === 0) {
987
+ if (that.options.searchAccentInsensitive) {
988
+ $items = that.$newElement.find('li').filter(':aicontains(' + normalizeToBase(keyCodeMap[e.keyCode]) + ')');
989
+ } else {
990
+ $items = that.$newElement.find('li').filter(':icontains(' + keyCodeMap[e.keyCode] + ')');
991
+ }
992
+ }
993
+ }
994
+ }
995
+
996
+ if (!$items.length) return;
997
+
998
+ if (/(38|40)/.test(e.keyCode.toString(10))) {
999
+ index = $items.index($items.filter(':focus'));
1000
+ first = $items.parent(':not(.disabled):visible').first().index();
1001
+ last = $items.parent(':not(.disabled):visible').last().index();
1002
+ next = $items.eq(index).parent().nextAll(':not(.disabled):visible').eq(0).index();
1003
+ prev = $items.eq(index).parent().prevAll(':not(.disabled):visible').eq(0).index();
1004
+ nextPrev = $items.eq(next).parent().prevAll(':not(.disabled):visible').eq(0).index();
1005
+
1006
+ if (that.options.liveSearch) {
1007
+ $items.each(function (i) {
1008
+ if ($(this).is(':not(.disabled)')) {
1009
+ $(this).data('index', i);
1010
+ }
1011
+ });
1012
+ index = $items.index($items.filter('.active'));
1013
+ first = $items.filter(':not(.disabled):visible').first().data('index');
1014
+ last = $items.filter(':not(.disabled):visible').last().data('index');
1015
+ next = $items.eq(index).nextAll(':not(.disabled):visible').eq(0).data('index');
1016
+ prev = $items.eq(index).prevAll(':not(.disabled):visible').eq(0).data('index');
1017
+ nextPrev = $items.eq(next).prevAll(':not(.disabled):visible').eq(0).data('index');
1018
+ }
1019
+
1020
+ prevIndex = $this.data('prevIndex');
1021
+
1022
+ if (e.keyCode == 38) {
1023
+ if (that.options.liveSearch) index -= 1;
1024
+ if (index != nextPrev && index > prev) index = prev;
1025
+ if (index < first) index = first;
1026
+ if (index == prevIndex) index = last;
1027
+ }
1028
+
1029
+ if (e.keyCode == 40) {
1030
+ if (that.options.liveSearch) index += 1;
1031
+ if (index == -1) index = 0;
1032
+ if (index != nextPrev && index < next) index = next;
1033
+ if (index > last) index = last;
1034
+ if (index == prevIndex) index = first;
1035
+ }
1036
+
1037
+ $this.data('prevIndex', index);
1038
+
1039
+ if (!that.options.liveSearch) {
1040
+ $items.eq(index).focus();
1041
+ } else {
1042
+ e.preventDefault();
1043
+ if (!$this.is('.dropdown-toggle')) {
1044
+ $items.removeClass('active');
1045
+ $items.eq(index).addClass('active').find('a').focus();
1046
+ $this.focus();
1047
+ }
1048
+ }
1049
+
1050
+ } else if (!$this.is('input')) {
1051
+ var keyIndex = [],
1052
+ count,
1053
+ prevKey;
1054
+
1055
+ $items.each(function () {
1056
+ if ($(this).parent().is(':not(.disabled)')) {
1057
+ if ($.trim($(this).text().toLowerCase()).substring(0, 1) == keyCodeMap[e.keyCode]) {
1058
+ keyIndex.push($(this).parent().index());
1059
+ }
1060
+ }
1061
+ });
1062
+
1063
+ count = $(document).data('keycount');
1064
+ count++;
1065
+ $(document).data('keycount', count);
1066
+
1067
+ prevKey = $.trim($(':focus').text().toLowerCase()).substring(0, 1);
1068
+
1069
+ if (prevKey != keyCodeMap[e.keyCode]) {
1070
+ count = 1;
1071
+ $(document).data('keycount', count);
1072
+ } else if (count >= keyIndex.length) {
1073
+ $(document).data('keycount', 0);
1074
+ if (count > keyIndex.length) count = 1;
1075
+ }
1076
+
1077
+ $items.eq(keyIndex[count - 1]).focus();
1078
+ }
1079
+
1080
+ // Select focused option if "Enter", "Spacebar" or "Tab" (when selectOnTab is true) are pressed inside the menu.
1081
+ if ((/(13|32)/.test(e.keyCode.toString(10)) || (/(^9$)/.test(e.keyCode.toString(10)) && that.options.selectOnTab)) && isActive) {
1082
+ if (!/(32)/.test(e.keyCode.toString(10))) e.preventDefault();
1083
+ if (!that.options.liveSearch) {
1084
+ $(':focus').click();
1085
+ } else if (!/(32)/.test(e.keyCode.toString(10))) {
1086
+ that.$menu.find('.active a').click();
1087
+ $this.focus();
1088
+ }
1089
+ $(document).data('keycount', 0);
1090
+ }
1091
+
1092
+ if ((/(^9$|27)/.test(e.keyCode.toString(10)) && isActive && (that.multiple || that.options.liveSearch)) || (/(27)/.test(e.keyCode.toString(10)) && !isActive)) {
1093
+ that.$menu.parent().removeClass('open');
1094
+ that.$button.focus();
1095
+ }
1096
+ },
1097
+
1098
+ mobile: function () {
1099
+ this.$element.addClass('mobile-device').appendTo(this.$newElement);
1100
+ if (this.options.container) this.$menu.hide();
1101
+ },
1102
+
1103
+ refresh: function () {
1104
+ this.$lis = null;
1105
+ this.reloadLi();
1106
+ this.render();
1107
+ this.setWidth();
1108
+ this.setStyle();
1109
+ this.checkDisabled();
1110
+ this.liHeight();
1111
+ },
1112
+
1113
+ update: function () {
1114
+ this.reloadLi();
1115
+ this.setWidth();
1116
+ this.setStyle();
1117
+ this.checkDisabled();
1118
+ this.liHeight();
1119
+ },
1120
+
1121
+ hide: function () {
1122
+ this.$newElement.hide();
1123
+ },
1124
+
1125
+ show: function () {
1126
+ this.$newElement.show();
1127
+ },
1128
+
1129
+ remove: function () {
1130
+ this.$newElement.remove();
1131
+ this.$element.remove();
1132
+ }
1133
+ };
1134
+
1135
+ // SELECTPICKER PLUGIN DEFINITION
1136
+ // ==============================
1137
+ function Plugin(option, event) {
1138
+ // get the args of the outer function..
1139
+ var args = arguments;
1140
+ // The arguments of the function are explicitly re-defined from the argument list, because the shift causes them
1141
+ // to get lost
1142
+ //noinspection JSDuplicatedDeclaration
1143
+ var _option = option,
1144
+ option = args[0],
1145
+ event = args[1];
1146
+ [].shift.apply(args);
1147
+
1148
+ // This fixes a bug in the js implementation on android 2.3 #715
1149
+ if (typeof option == 'undefined') {
1150
+ option = _option;
1151
+ }
1152
+
1153
+ var value;
1154
+ var chain = this.each(function () {
1155
+ var $this = $(this);
1156
+ if ($this.is('select')) {
1157
+ var data = $this.data('selectpicker'),
1158
+ options = typeof option == 'object' && option;
1159
+
1160
+ if (!data) {
1161
+ var config = $.extend({}, Selectpicker.DEFAULTS, $.fn.selectpicker.defaults || {}, $this.data(), options);
1162
+ $this.data('selectpicker', (data = new Selectpicker(this, config, event)));
1163
+ } else if (options) {
1164
+ for (var i in options) {
1165
+ if (options.hasOwnProperty(i)) {
1166
+ data.options[i] = options[i];
1167
+ }
1168
+ }
1169
+ }
1170
+
1171
+ if (typeof option == 'string') {
1172
+ if (data[option] instanceof Function) {
1173
+ value = data[option].apply(data, args);
1174
+ } else {
1175
+ value = data.options[option];
1176
+ }
1177
+ }
1178
+ }
1179
+ });
1180
+
1181
+ if (typeof value !== 'undefined') {
1182
+ //noinspection JSUnusedAssignment
1183
+ return value;
1184
+ } else {
1185
+ return chain;
1186
+ }
1187
+ }
1188
+
1189
+ var old = $.fn.selectpicker;
1190
+ $.fn.selectpicker = Plugin;
1191
+ $.fn.selectpicker.Constructor = Selectpicker;
1192
+
1193
+ // SELECTPICKER NO CONFLICT
1194
+ // ========================
1195
+ $.fn.selectpicker.noConflict = function () {
1196
+ $.fn.selectpicker = old;
1197
+ return this;
1198
+ };
1199
+
1200
+ $(document)
1201
+ .data('keycount', 0)
1202
+ .on('keydown', '.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bs-searchbox input', Selectpicker.prototype.keydown)
1203
+ .on('focusin.modal', '.bootstrap-select [data-toggle=dropdown], .bootstrap-select [role=menu], .bs-searchbox input', function (e) {
1204
+ e.stopPropagation();
1205
+ });
1206
+
1207
+ // SELECTPICKER DATA-API
1208
+ // =====================
1209
+ $(window).on('load.bs.select.data-api', function () {
1210
+ $('.selectpicker').each(function () {
1211
+ var $selectpicker = $(this);
1212
+ Plugin.call($selectpicker, $selectpicker.data());
1213
+ })
1214
+ });
1215
+ })(jQuery);