bootstrap-select-wrapper-rails 1.6.3 → 1.9.4
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.
- checksums.yaml +4 -4
- data/lib/bootstrap/select/wrapper/rails/version.rb +1 -1
- data/vendor/assets/javascripts/bootstrap-select.js +1715 -1213
- data/vendor/assets/javascripts/bootstrap-select.js.map +1 -0
- data/vendor/assets/javascripts/bootstrap-select.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-ar_AR.js +49 -0
- data/vendor/assets/javascripts/i18n/defaults-ar_AR.min.js +12 -0
- data/vendor/assets/javascripts/i18n/defaults-bg_BG.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-bg_BG.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-cro_CRO.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-cro_CRO.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-cs_CZ.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-cs_CZ.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-da_DK.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-da_DK.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-de_DE.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-de_DE.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-en_US.js +42 -24
- data/vendor/assets/javascripts/i18n/defaults-en_US.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-es_CL.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-es_CL.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-eu.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-eu.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-fa_IR.js +37 -0
- data/vendor/assets/javascripts/i18n/defaults-fa_IR.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-fi_FI.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-fi_FI.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-fr_FR.js +42 -22
- data/vendor/assets/javascripts/i18n/defaults-fr_FR.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-hu_HU.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-hu_HU.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-id_ID.js +37 -0
- data/vendor/assets/javascripts/i18n/defaults-id_ID.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-it_IT.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-it_IT.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-ko_KR.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-ko_KR.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-nb_NO.js +70 -0
- data/vendor/assets/javascripts/i18n/defaults-nb_NO.min.js +13 -0
- data/vendor/assets/javascripts/i18n/defaults-nl_NL.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-nl_NL.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-pl_PL.js +37 -17
- data/vendor/assets/javascripts/i18n/defaults-pl_PL.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-pt_BR.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-pt_BR.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-pt_PT.js +35 -0
- data/vendor/assets/javascripts/i18n/defaults-pt_PT.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-ro_RO.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-ro_RO.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-ru_RU.js +36 -15
- data/vendor/assets/javascripts/i18n/defaults-ru_RU.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-sk_SK.js +37 -0
- data/vendor/assets/javascripts/i18n/defaults-sk_SK.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-sl_SI.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-sl_SI.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-sv_SE.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-sv_SE.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-tr_TR.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-tr_TR.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-ua_UA.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-ua_UA.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-zh_CN.js +35 -15
- data/vendor/assets/javascripts/i18n/defaults-zh_CN.min.js +6 -6
- data/vendor/assets/javascripts/i18n/defaults-zh_TW.js +37 -17
- data/vendor/assets/javascripts/i18n/defaults-zh_TW.min.js +6 -6
- data/vendor/assets/stylesheets/bootstrap-select.css +71 -54
- data/vendor/assets/stylesheets/bootstrap-select.css.map +1 -0
- data/vendor/assets/stylesheets/bootstrap-select.min.css +6 -6
- metadata +35 -3
|
@@ -1,15 +1,35 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap-select v1.
|
|
3
|
-
*
|
|
4
|
-
* Copyright 2013-
|
|
5
|
-
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
(function (root, factory) {
|
|
9
|
+
if (typeof define === 'function' && define.amd) {
|
|
10
|
+
// AMD. Register as an anonymous module unless amdModuleId is set
|
|
11
|
+
define(["jquery"], function (a0) {
|
|
12
|
+
return (factory(a0));
|
|
13
|
+
});
|
|
14
|
+
} else if (typeof exports === 'object') {
|
|
15
|
+
// Node. Does not work with strict CommonJS, but
|
|
16
|
+
// only CommonJS-like environments that support module.exports,
|
|
17
|
+
// like Node.
|
|
18
|
+
module.exports = factory(require("jquery"));
|
|
19
|
+
} else {
|
|
20
|
+
factory(jQuery);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'No hay selección',
|
|
27
|
+
noneResultsText: 'No hay resultados {0}',
|
|
28
|
+
countSelectedText: 'Seleccionados {0} de {1}',
|
|
29
|
+
maxOptionsText: ['Límite alcanzado ({n} {var} max)', 'Límite del grupo alcanzado({n} {var} max)', ['elementos', 'element']],
|
|
30
|
+
multipleSeparator: ', '
|
|
31
|
+
};
|
|
32
|
+
})(jQuery);
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap-select v1.
|
|
3
|
-
*
|
|
4
|
-
* Copyright 2013-
|
|
5
|
-
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
6
|
*/
|
|
7
|
-
!function(a){a.fn.selectpicker.defaults={noneSelectedText:"No hay selección",noneResultsText:"No hay resultados",countSelectedText:"Seleccionados {0} de {1}",maxOptionsText:["Límite alcanzado ({n} {var} max)","Límite del grupo alcanzado({n} {var} max)",["elementos","element"]],multipleSeparator:", "}}(
|
|
7
|
+
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"No hay selección",noneResultsText:"No hay resultados {0}",countSelectedText:"Seleccionados {0} de {1}",maxOptionsText:["Límite alcanzado ({n} {var} max)","Límite del grupo alcanzado({n} {var} max)",["elementos","element"]],multipleSeparator:", "}}(a)});
|
|
@@ -1,15 +1,35 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap-select v1.
|
|
3
|
-
*
|
|
4
|
-
* Copyright 2013-
|
|
5
|
-
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
(function (root, factory) {
|
|
9
|
+
if (typeof define === 'function' && define.amd) {
|
|
10
|
+
// AMD. Register as an anonymous module unless amdModuleId is set
|
|
11
|
+
define(["jquery"], function (a0) {
|
|
12
|
+
return (factory(a0));
|
|
13
|
+
});
|
|
14
|
+
} else if (typeof exports === 'object') {
|
|
15
|
+
// Node. Does not work with strict CommonJS, but
|
|
16
|
+
// only CommonJS-like environments that support module.exports,
|
|
17
|
+
// like Node.
|
|
18
|
+
module.exports = factory(require("jquery"));
|
|
19
|
+
} else {
|
|
20
|
+
factory(jQuery);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Hautapenik ez',
|
|
27
|
+
noneResultsText: 'Emaitzarik ez {0}',
|
|
28
|
+
countSelectedText: '{1}(e)tik {0} hautatuta',
|
|
29
|
+
maxOptionsText: ['Mugara iritsita ({n} {var} gehienez)', 'Taldearen mugara iritsita ({n} {var} gehienez)', ['elementu', 'elementu']],
|
|
30
|
+
multipleSeparator: ', '
|
|
31
|
+
};
|
|
32
|
+
})(jQuery);
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap-select v1.
|
|
3
|
-
*
|
|
4
|
-
* Copyright 2013-
|
|
5
|
-
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
6
|
*/
|
|
7
|
-
!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Hautapenik ez",noneResultsText:"Emaitzarik ez",countSelectedText:"{1}(e)tik {0} hautatuta",maxOptionsText:["Mugara iritsita ({n} {var} gehienez)","Taldearen mugara iritsita ({n} {var} gehienez)",["elementu","elementu"]],multipleSeparator:", "}}(
|
|
7
|
+
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Hautapenik ez",noneResultsText:"Emaitzarik ez {0}",countSelectedText:"{1}(e)tik {0} hautatuta",maxOptionsText:["Mugara iritsita ({n} {var} gehienez)","Taldearen mugara iritsita ({n} {var} gehienez)",["elementu","elementu"]],multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
(function (root, factory) {
|
|
9
|
+
if (typeof define === 'function' && define.amd) {
|
|
10
|
+
// AMD. Register as an anonymous module unless amdModuleId is set
|
|
11
|
+
define(["jquery"], function (a0) {
|
|
12
|
+
return (factory(a0));
|
|
13
|
+
});
|
|
14
|
+
} else if (typeof exports === 'object') {
|
|
15
|
+
// Node. Does not work with strict CommonJS, but
|
|
16
|
+
// only CommonJS-like environments that support module.exports,
|
|
17
|
+
// like Node.
|
|
18
|
+
module.exports = factory(require("jquery"));
|
|
19
|
+
} else {
|
|
20
|
+
factory(jQuery);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'چیزی انتخاب نشده است',
|
|
27
|
+
noneResultsText: 'هیج مشابهی برای {0} پیدا نشد',
|
|
28
|
+
countSelectedText: "{0} از {1} مورد انتخاب شده",
|
|
29
|
+
maxOptionsText: ['بیشتر ممکن نیست {حداکثر {n} عدد}', 'بیشتر ممکن نیست {حداکثر {n} عدد}'],
|
|
30
|
+
selectAllText: 'انتخاب همه',
|
|
31
|
+
deselectAllText: 'انتخاب هیچ کدام',
|
|
32
|
+
multipleSeparator: ', '
|
|
33
|
+
};
|
|
34
|
+
})(jQuery);
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"چیزی انتخاب نشده است",noneResultsText:"هیج مشابهی برای {0} پیدا نشد",countSelectedText:"{0} از {1} مورد انتخاب شده",maxOptionsText:["بیشتر ممکن نیست {حداکثر {n} عدد}","بیشتر ممکن نیست {حداکثر {n} عدد}"],selectAllText:"انتخاب همه",deselectAllText:"انتخاب هیچ کدام",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
(function (root, factory) {
|
|
9
|
+
if (typeof define === 'function' && define.amd) {
|
|
10
|
+
// AMD. Register as an anonymous module unless amdModuleId is set
|
|
11
|
+
define(["jquery"], function (a0) {
|
|
12
|
+
return (factory(a0));
|
|
13
|
+
});
|
|
14
|
+
} else if (typeof exports === 'object') {
|
|
15
|
+
// Node. Does not work with strict CommonJS, but
|
|
16
|
+
// only CommonJS-like environments that support module.exports,
|
|
17
|
+
// like Node.
|
|
18
|
+
module.exports = factory(require("jquery"));
|
|
19
|
+
} else {
|
|
20
|
+
factory(jQuery);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Ei valintoja',
|
|
27
|
+
noneResultsText: 'Ei hakutuloksia {0}',
|
|
28
|
+
countSelectedText: function (numSelected, numTotal) {
|
|
29
|
+
return (numSelected == 1) ? "{0} valittu" : "{0} valitut";
|
|
30
|
+
},
|
|
31
|
+
maxOptionsText: function (numAll, numGroup) {
|
|
32
|
+
return [
|
|
33
|
+
(numAll == 1) ? 'Valintojen maksimimäärä ({n} saavutettu)' : 'Valintojen maksimimäärä ({n} saavutettu)',
|
|
34
|
+
(numGroup == 1) ? 'Ryhmän maksimimäärä ({n} saavutettu)' : 'Ryhmän maksimimäärä ({n} saavutettu)'
|
|
35
|
+
];
|
|
36
|
+
},
|
|
37
|
+
selectAllText: 'Valitse kaikki',
|
|
38
|
+
deselectAllText: 'Poista kaikki',
|
|
39
|
+
multipleSeparator: ', '
|
|
40
|
+
};
|
|
41
|
+
})(jQuery);
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ei valintoja",noneResultsText:"Ei hakutuloksia {0}",countSelectedText:function(a,b){return 1==a?"{0} valittu":"{0} valitut"},maxOptionsText:function(a,b){return["Valintojen maksimimäärä ({n} saavutettu)","Ryhmän maksimimäärä ({n} saavutettu)"]},selectAllText:"Valitse kaikki",deselectAllText:"Poista kaikki",multipleSeparator:", "}}(a)});
|
|
@@ -1,24 +1,44 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap-select v1.
|
|
3
|
-
*
|
|
4
|
-
* Copyright 2013-
|
|
5
|
-
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
return (
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
(function (root, factory) {
|
|
9
|
+
if (typeof define === 'function' && define.amd) {
|
|
10
|
+
// AMD. Register as an anonymous module unless amdModuleId is set
|
|
11
|
+
define(["jquery"], function (a0) {
|
|
12
|
+
return (factory(a0));
|
|
13
|
+
});
|
|
14
|
+
} else if (typeof exports === 'object') {
|
|
15
|
+
// Node. Does not work with strict CommonJS, but
|
|
16
|
+
// only CommonJS-like environments that support module.exports,
|
|
17
|
+
// like Node.
|
|
18
|
+
module.exports = factory(require("jquery"));
|
|
19
|
+
} else {
|
|
20
|
+
factory(jQuery);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
16
23
|
|
|
17
|
-
|
|
18
|
-
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Aucune sélection',
|
|
27
|
+
noneResultsText: 'Aucun résultat pour {0}',
|
|
28
|
+
countSelectedText: function (numSelected, numTotal) {
|
|
29
|
+
return (numSelected > 1) ? "{0} éléments sélectionnés" : "{0} élément sélectionné";
|
|
30
|
+
},
|
|
31
|
+
maxOptionsText: function (numAll, numGroup) {
|
|
32
|
+
return [
|
|
33
|
+
(numAll > 1) ? 'Limite atteinte ({n} éléments max)' : 'Limite atteinte ({n} élément max)',
|
|
34
|
+
(numGroup > 1) ? 'Limite du groupe atteinte ({n} éléments max)' : 'Limite du groupe atteinte ({n} élément max)'
|
|
35
|
+
];
|
|
36
|
+
},
|
|
37
|
+
multipleSeparator: ', ',
|
|
38
|
+
selectAllText: 'Tout Sélectionner',
|
|
39
|
+
deselectAllText: 'Tout Dé-selectionner',
|
|
40
|
+
};
|
|
41
|
+
})(jQuery);
|
|
19
42
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
multipleSeparator: ', '
|
|
23
|
-
};
|
|
24
|
-
}(jQuery));
|
|
43
|
+
|
|
44
|
+
}));
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap-select v1.
|
|
3
|
-
*
|
|
4
|
-
* Copyright 2013-
|
|
5
|
-
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
6
|
*/
|
|
7
|
-
!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Aucune
|
|
7
|
+
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Aucune sélection",noneResultsText:"Aucun résultat pour {0}",countSelectedText:function(a,b){return a>1?"{0} éléments sélectionnés":"{0} élément sélectionné"},maxOptionsText:function(a,b){return[a>1?"Limite atteinte ({n} éléments max)":"Limite atteinte ({n} élément max)",b>1?"Limite du groupe atteinte ({n} éléments max)":"Limite du groupe atteinte ({n} élément max)"]},multipleSeparator:", ",selectAllText:"Tout Sélectionner",deselectAllText:"Tout Dé-selectionner"}}(a)});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
(function (root, factory) {
|
|
9
|
+
if (typeof define === 'function' && define.amd) {
|
|
10
|
+
// AMD. Register as an anonymous module unless amdModuleId is set
|
|
11
|
+
define(["jquery"], function (a0) {
|
|
12
|
+
return (factory(a0));
|
|
13
|
+
});
|
|
14
|
+
} else if (typeof exports === 'object') {
|
|
15
|
+
// Node. Does not work with strict CommonJS, but
|
|
16
|
+
// only CommonJS-like environments that support module.exports,
|
|
17
|
+
// like Node.
|
|
18
|
+
module.exports = factory(require("jquery"));
|
|
19
|
+
} else {
|
|
20
|
+
factory(jQuery);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Válasszon!',
|
|
27
|
+
noneResultsText: 'Nincs találat {0}',
|
|
28
|
+
countSelectedText: function (numSelected, numTotal) {
|
|
29
|
+
return '{0} elem kiválasztva';
|
|
30
|
+
},
|
|
31
|
+
maxOptionsText: function (numAll, numGroup) {
|
|
32
|
+
return [
|
|
33
|
+
'Legfeljebb {n} elem választható',
|
|
34
|
+
'A csoportban legfeljebb {n} elem választható'
|
|
35
|
+
];
|
|
36
|
+
},
|
|
37
|
+
selectAllText: 'Mind',
|
|
38
|
+
deselectAllText: 'Egyik sem',
|
|
39
|
+
multipleSeparator: ', '
|
|
40
|
+
};
|
|
41
|
+
})(jQuery);
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Válasszon!",noneResultsText:"Nincs találat {0}",countSelectedText:function(a,b){return"{0} elem kiválasztva"},maxOptionsText:function(a,b){return["Legfeljebb {n} elem választható","A csoportban legfeljebb {n} elem választható"]},selectAllText:"Mind",deselectAllText:"Egyik sem",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
(function (root, factory) {
|
|
9
|
+
if (typeof define === 'function' && define.amd) {
|
|
10
|
+
// AMD. Register as an anonymous module unless amdModuleId is set
|
|
11
|
+
define(["jquery"], function (a0) {
|
|
12
|
+
return (factory(a0));
|
|
13
|
+
});
|
|
14
|
+
} else if (typeof exports === 'object') {
|
|
15
|
+
// Node. Does not work with strict CommonJS, but
|
|
16
|
+
// only CommonJS-like environments that support module.exports,
|
|
17
|
+
// like Node.
|
|
18
|
+
module.exports = factory(require("jquery"));
|
|
19
|
+
} else {
|
|
20
|
+
factory(jQuery);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Tidak ada yang dipilih',
|
|
27
|
+
noneResultsText: 'Tidak ada yang cocok {0}',
|
|
28
|
+
countSelectedText: '{0} terpilih',
|
|
29
|
+
maxOptionsText: ['Mencapai batas (maksimum {n})', 'Mencapai batas grup (maksimum {n})'],
|
|
30
|
+
selectAllText: 'Pilih Semua',
|
|
31
|
+
deselectAllText: 'Hapus Semua',
|
|
32
|
+
multipleSeparator: ', '
|
|
33
|
+
};
|
|
34
|
+
})(jQuery);
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
!function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"object"==typeof exports?module.exports=b(require("jquery")):b(jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Tidak ada yang dipilih",noneResultsText:"Tidak ada yang cocok {0}",countSelectedText:"{0} terpilih",maxOptionsText:["Mencapai batas (maksimum {n})","Mencapai batas grup (maksimum {n})"],selectAllText:"Pilih Semua",deselectAllText:"Hapus Semua",multipleSeparator:", "}}(a)});
|
|
@@ -1,15 +1,35 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Bootstrap-select v1.
|
|
3
|
-
*
|
|
4
|
-
* Copyright 2013-
|
|
5
|
-
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
}
|
|
15
|
-
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.9.4 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2016 bootstrap-select
|
|
5
|
+
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
(function (root, factory) {
|
|
9
|
+
if (typeof define === 'function' && define.amd) {
|
|
10
|
+
// AMD. Register as an anonymous module unless amdModuleId is set
|
|
11
|
+
define(["jquery"], function (a0) {
|
|
12
|
+
return (factory(a0));
|
|
13
|
+
});
|
|
14
|
+
} else if (typeof exports === 'object') {
|
|
15
|
+
// Node. Does not work with strict CommonJS, but
|
|
16
|
+
// only CommonJS-like environments that support module.exports,
|
|
17
|
+
// like Node.
|
|
18
|
+
module.exports = factory(require("jquery"));
|
|
19
|
+
} else {
|
|
20
|
+
factory(jQuery);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Nessuna selezione',
|
|
27
|
+
noneResultsText: 'Nessun risultato per {0}',
|
|
28
|
+
countSelectedText: 'Selezionati {0} di {1}',
|
|
29
|
+
maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']],
|
|
30
|
+
multipleSeparator: ', '
|
|
31
|
+
};
|
|
32
|
+
})(jQuery);
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
}));
|