bootstrap4-select-rails 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +17 -0
- data/CHANGELOG.md +9 -0
- data/Gemfile +4 -0
- data/LICENSE +46 -0
- data/README.md +40 -0
- data/Rakefile +32 -0
- data/bootstrap4-select-rails.gemspec +23 -0
- data/lib/bootstrap4-select-rails.rb +14 -0
- data/lib/bootstrap4-select-rails/engine.rb +8 -0
- data/lib/bootstrap4-select-rails/railtie.rb +7 -0
- data/lib/bootstrap4-select-rails/version.rb +7 -0
- data/vendor/assets/javascripts/.jshintrc +15 -0
- data/vendor/assets/javascripts/bootstrap-select.js +1860 -0
- data/vendor/assets/javascripts/bootstrap-select.min.js +7 -0
- 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 -0
- data/vendor/assets/javascripts/i18n/defaults-cs_CZ.min.js +7 -0
- 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 +44 -0
- data/vendor/assets/javascripts/i18n/defaults-de_DE.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-en_US.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-en_US.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-es_CL.js +37 -0
- data/vendor/assets/javascripts/i18n/defaults-es_CL.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-es_ES.js +37 -0
- data/vendor/assets/javascripts/i18n/defaults-es_ES.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-et_EE.js +23 -0
- data/vendor/assets/javascripts/i18n/defaults-eu.js +35 -0
- data/vendor/assets/javascripts/i18n/defaults-eu.min.js +7 -0
- 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 +44 -0
- data/vendor/assets/javascripts/i18n/defaults-fr_FR.min.js +7 -0
- 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 +39 -0
- data/vendor/assets/javascripts/i18n/defaults-it_IT.min.js +7 -0
- 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-lt_LT.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-lt_LT.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-nb_NO.js +44 -0
- data/vendor/assets/javascripts/i18n/defaults-nb_NO.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-nl_NL.js +37 -0
- data/vendor/assets/javascripts/i18n/defaults-nl_NL.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-pl_PL.js +37 -0
- data/vendor/assets/javascripts/i18n/defaults-pl_PL.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-pt_BR.js +35 -0
- data/vendor/assets/javascripts/i18n/defaults-pt_BR.min.js +7 -0
- 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 -0
- data/vendor/assets/javascripts/i18n/defaults-ro_RO.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-ru_RU.js +38 -0
- data/vendor/assets/javascripts/i18n/defaults-ru_RU.min.js +7 -0
- 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 -0
- data/vendor/assets/javascripts/i18n/defaults-ua_UA.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-zh_CN.js +35 -0
- data/vendor/assets/javascripts/i18n/defaults-zh_CN.min.js +7 -0
- data/vendor/assets/javascripts/i18n/defaults-zh_TW.js +37 -0
- data/vendor/assets/javascripts/i18n/defaults-zh_TW.min.js +7 -0
- data/vendor/assets/stylesheets/bootstrap-select.css.map +7 -0
- data/vendor/assets/stylesheets/bootstrap-select.scss +421 -0
- data/vendor/assets/stylesheets/variables.scss +9 -0
- data/version.txt +1 -0
- metadata +155 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Niekas nepasirinkta",noneResultsText:"Niekas nesutapo su {0}",countSelectedText:function(a,b){return 1==a?"{0} elementas pasirinktas":"{0} elementai(-ų) pasirinkta"},maxOptionsText:function(a,b){return[1==a?"Pasiekta riba ({n} elementas daugiausiai)":"Riba pasiekta ({n} elementai(-ų) daugiausiai)",1==b?"Grupės riba pasiekta ({n} elementas daugiausiai)":"Grupės riba pasiekta ({n} elementai(-ų) daugiausiai)"]},selectAllText:"Pasirinkti visus",deselectAllText:"Atmesti visus",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Ingen valgt',
|
|
27
|
+
noneResultsText: 'Søket gir ingen treff {0}',
|
|
28
|
+
countSelectedText: function (numSelected, numTotal) {
|
|
29
|
+
return (numSelected == 1) ? "{0} alternativ valgt" : "{0} alternativer valgt";
|
|
30
|
+
},
|
|
31
|
+
maxOptionsText: function (numAll, numGroup) {
|
|
32
|
+
return [
|
|
33
|
+
(numAll == 1) ? 'Grense nådd (maks {n} valg)' : 'Grense nådd (maks {n} valg)',
|
|
34
|
+
(numGroup == 1) ? 'Grense for grupper nådd (maks {n} grupper)' : 'Grense for grupper nådd (maks {n} grupper)'
|
|
35
|
+
];
|
|
36
|
+
},
|
|
37
|
+
selectAllText: 'Merk alle',
|
|
38
|
+
deselectAllText: 'Fjern alle',
|
|
39
|
+
multipleSeparator: ', '
|
|
40
|
+
};
|
|
41
|
+
})(jQuery);
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ingen valgt",noneResultsText:"Søket gir ingen treff {0}",countSelectedText:function(a,b){return 1==a?"{0} alternativ valgt":"{0} alternativer valgt"},maxOptionsText:function(a,b){return["Grense nådd (maks {n} valg)","Grense for grupper nådd (maks {n} grupper)"]},selectAllText:"Merk alle",deselectAllText:"Fjern alle",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Niets geselecteerd',
|
|
27
|
+
noneResultsText: 'Geen resultaten gevonden voor {0}',
|
|
28
|
+
countSelectedText: '{0} van {1} geselecteerd',
|
|
29
|
+
maxOptionsText: ['Limiet bereikt ({n} {var} max)', 'Groep limiet bereikt ({n} {var} max)', ['items', 'item']],
|
|
30
|
+
selectAllText: 'Alles selecteren',
|
|
31
|
+
deselectAllText: 'Alles deselecteren',
|
|
32
|
+
multipleSeparator: ', '
|
|
33
|
+
};
|
|
34
|
+
})(jQuery);
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Niets geselecteerd",noneResultsText:"Geen resultaten gevonden voor {0}",countSelectedText:"{0} van {1} geselecteerd",maxOptionsText:["Limiet bereikt ({n} {var} max)","Groep limiet bereikt ({n} {var} max)",["items","item"]],selectAllText:"Alles selecteren",deselectAllText:"Alles deselecteren",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Nic nie zaznaczono',
|
|
27
|
+
noneResultsText: 'Brak wyników wyszukiwania {0}',
|
|
28
|
+
countSelectedText: 'Zaznaczono {0} z {1}',
|
|
29
|
+
maxOptionsText: ['Osiągnięto limit ({n} {var} max)', 'Limit grupy osiągnięty ({n} {var} max)', ['elementy', 'element']],
|
|
30
|
+
selectAllText: 'Zaznacz wszystkie',
|
|
31
|
+
deselectAllText: 'Odznacz wszystkie',
|
|
32
|
+
multipleSeparator: ', '
|
|
33
|
+
};
|
|
34
|
+
})(jQuery);
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nic nie zaznaczono",noneResultsText:"Brak wyników wyszukiwania {0}",countSelectedText:"Zaznaczono {0} z {1}",maxOptionsText:["Osiągnięto limit ({n} {var} max)","Limit grupy osiągnięty ({n} {var} max)",["elementy","element"]],selectAll:"Zaznacz wszystkie",deselectAll:"Odznacz wszystkie",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Nada selecionado',
|
|
27
|
+
noneResultsText: 'Nada encontrado contendo {0}',
|
|
28
|
+
countSelectedText: 'Selecionado {0} de {1}',
|
|
29
|
+
maxOptionsText: ['Limite excedido (máx. {n} {var})', 'Limite do grupo excedido (máx. {n} {var})', ['itens', 'item']],
|
|
30
|
+
multipleSeparator: ', '
|
|
31
|
+
};
|
|
32
|
+
})(jQuery);
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nada selecionado",noneResultsText:"Nada encontrado contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite excedido (máx. {n} {var})","Limite do grupo excedido (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Nenhum seleccionado',
|
|
27
|
+
noneResultsText: 'Sem resultados contendo {0}',
|
|
28
|
+
countSelectedText: 'Selecionado {0} de {1}',
|
|
29
|
+
maxOptionsText: ['Limite ultrapassado (máx. {n} {var})', 'Limite de seleções ultrapassado (máx. {n} {var})', ['itens', 'item']],
|
|
30
|
+
multipleSeparator: ', '
|
|
31
|
+
};
|
|
32
|
+
})(jQuery);
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nenhum seleccionado",noneResultsText:"Sem resultados contendo {0}",countSelectedText:"Selecionado {0} de {1}",maxOptionsText:["Limite ultrapassado (máx. {n} {var})","Limite de seleções ultrapassado (máx. {n} {var})",["itens","item"]],multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Nu a fost selectat nimic',
|
|
27
|
+
noneResultsText: 'Nu exista niciun rezultat {0}',
|
|
28
|
+
countSelectedText: '{0} din {1} selectat(e)',
|
|
29
|
+
maxOptionsText: ['Limita a fost atinsa ({n} {var} max)', 'Limita de grup a fost atinsa ({n} {var} max)', ['iteme', 'item']],
|
|
30
|
+
multipleSeparator: ', '
|
|
31
|
+
};
|
|
32
|
+
})(jQuery);
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nu a fost selectat nimic",noneResultsText:"Nu exista niciun rezultat {0}",countSelectedText:"{0} din {1} selectat(e)",maxOptionsText:["Limita a fost atinsa ({n} {var} max)","Limita de grup a fost atinsa ({n} {var} max)",["iteme","item"]],multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["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} {var} максимум)', 'Достигнут предел в группе ({n} {var} максимум)', ['шт.', 'шт.']],
|
|
30
|
+
doneButtonText: 'Закрыть',
|
|
31
|
+
selectAllText: 'Выбрать все',
|
|
32
|
+
deselectAllText: 'Отменить все',
|
|
33
|
+
multipleSeparator: ', '
|
|
34
|
+
};
|
|
35
|
+
})(jQuery);
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Ничего не выбрано",noneResultsText:"Совпадений не найдено {0}",countSelectedText:"Выбрано {0} из {1}",maxOptionsText:["Достигнут предел ({n} {var} максимум)","Достигнут предел в группе ({n} {var} максимум)",["шт.","шт."]],doneButtonText:"Закрыть",selectAllText:"Выбрать все",deselectAllText:"Отменить все",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Vyberte zo zoznamu',
|
|
27
|
+
noneResultsText: 'Pre výraz {0} neboli nájdené žiadne výsledky',
|
|
28
|
+
countSelectedText: 'Vybrané {0} z {1}',
|
|
29
|
+
maxOptionsText: ['Limit prekročený ({n} {var} max)', 'Limit skupiny prekročený ({n} {var} max)', ['položiek', 'položka']],
|
|
30
|
+
selectAllText: 'Vybrať všetky',
|
|
31
|
+
deselectAllText: 'Zrušiť výber',
|
|
32
|
+
multipleSeparator: ', '
|
|
33
|
+
};
|
|
34
|
+
})(jQuery);
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Vyberte zo zoznamu",noneResultsText:"Pre výraz {0} neboli nájdené žiadne výsledky",countSelectedText:"Vybrané {0} z {1}",maxOptionsText:["Limit prekročený ({n} {var} max)","Limit skupiny prekročený ({n} {var} max)",["položiek","položka"]],selectAllText:"Vybrať všetky",deselectAllText:"Zrušiť výber",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Nič izbranega',
|
|
27
|
+
noneResultsText: 'Ni zadetkov za {0}',
|
|
28
|
+
countSelectedText: function (numSelected, numTotal) {
|
|
29
|
+
"Število izbranih: {0}";
|
|
30
|
+
},
|
|
31
|
+
maxOptionsText: function (numAll, numGroup) {
|
|
32
|
+
return [
|
|
33
|
+
'Omejitev dosežena (max. izbranih: {n})',
|
|
34
|
+
'Omejitev skupine dosežena (max. izbranih: {n})'
|
|
35
|
+
];
|
|
36
|
+
},
|
|
37
|
+
selectAllText: 'Izberi vse',
|
|
38
|
+
deselectAllText: 'Počisti izbor',
|
|
39
|
+
multipleSeparator: ', '
|
|
40
|
+
};
|
|
41
|
+
})(jQuery);
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
}));
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module&&module.exports?module.exports=b(require("jquery")):b(a.jQuery)}(this,function(a){!function(a){a.fn.selectpicker.defaults={noneSelectedText:"Nič izbranega",noneResultsText:"Ni zadetkov za {0}",countSelectedText:function(a,b){"Število izbranih: {0}"},maxOptionsText:function(a,b){return["Omejitev dosežena (max. izbranih: {n})","Omejitev skupine dosežena (max. izbranih: {n})"]},selectAllText:"Izberi vse",deselectAllText:"Počisti izbor",multipleSeparator:", "}}(a)});
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
|
|
3
|
+
*
|
|
4
|
+
* Copyright 2013-2017 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 module === 'object' && module.exports) {
|
|
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(root["jQuery"]);
|
|
21
|
+
}
|
|
22
|
+
}(this, function (jQuery) {
|
|
23
|
+
|
|
24
|
+
(function ($) {
|
|
25
|
+
$.fn.selectpicker.defaults = {
|
|
26
|
+
noneSelectedText: 'Inget valt',
|
|
27
|
+
noneResultsText: 'Inget sökresultat matchar {0}',
|
|
28
|
+
countSelectedText: function (numSelected, numTotal) {
|
|
29
|
+
return (numSelected === 1) ? "{0} alternativ valt" : "{0} alternativ valda";
|
|
30
|
+
},
|
|
31
|
+
maxOptionsText: function (numAll, numGroup) {
|
|
32
|
+
return [
|
|
33
|
+
'Gräns uppnåd (max {n} alternativ)',
|
|
34
|
+
'Gräns uppnåd (max {n} gruppalternativ)'
|
|
35
|
+
];
|
|
36
|
+
},
|
|
37
|
+
selectAllText: 'Markera alla',
|
|
38
|
+
deselectAllText: 'Avmarkera alla',
|
|
39
|
+
multipleSeparator: ', '
|
|
40
|
+
};
|
|
41
|
+
})(jQuery);
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
}));
|