更新前端文件
This commit is contained in:
@@ -0,0 +1,95 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{% if page_description %}<meta name="description" content="{{ page_description }}">{% endif %}
|
||||
{% if site_author %}<meta name="author" content="{{ site_author }}">{% endif %}
|
||||
{% if canonical_url %}<link rel="canonical" href="{{ canonical_url }}">{% endif %}
|
||||
{% if favicon %}<link rel="shortcut icon" href="{{ favicon }}">
|
||||
{% else %}<link rel="shortcut icon" href="{{ base_url }}/img/favicon.ico">{% endif %}
|
||||
|
||||
<title>{% if page_title %}{{ page_title }} - {% endif %}{{ site_name }}</title>
|
||||
|
||||
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
|
||||
<link href="{{ base_url }}/css/highlight.css" rel="stylesheet">
|
||||
<link href="{{ base_url }}/css/base.css" rel="stylesheet">
|
||||
{%- for path in extra_css %}
|
||||
<link href="{{ path }}" rel="stylesheet">
|
||||
{%- endfor %}
|
||||
|
||||
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{% include "nav.html" %}
|
||||
|
||||
{% if current_page and current_page.is_homepage %}
|
||||
<div class="jumbotron bs-docs-header">
|
||||
<div class="container text-center">
|
||||
<h1>bootstrap-select</h1>
|
||||
<p class="lead">Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.</p>
|
||||
<a class="btn btn-outline-inverse btn-lg" href="//github.com/silviomoreto/bootstrap-select/archive/v{{ config.extra.version }}.zip" role="button">
|
||||
<i class="fa fa-download"></i> Download (v{{ config.extra.version }})
|
||||
</a>
|
||||
<div class="carbonad">
|
||||
<div class="carbonad-inner">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=silviomoretogithubiobootstrapsel" id="_carbonads_js"></script>
|
||||
</div>
|
||||
<div class="charity">Ad revenue is donated to <a href="http://www.projetocana.org/" target="_blank" rel="nofollow">Projecto Cana</a>.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
{% include "content.html" %}
|
||||
</div>
|
||||
{% else %}
|
||||
<section class="jumbotron">
|
||||
<div class="container">
|
||||
<h1>{{ page_title }}</h1>
|
||||
</div>
|
||||
</section>
|
||||
<div class="container">
|
||||
<div class="col-md-3">{% include "toc.html" %}</div>
|
||||
<div class="col-md-9" role="main">{% include "content.html" %}</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="footer">
|
||||
<div class="container text-center">
|
||||
<p class="text-muted">Bootstrap-select is maintained by <a href="https://github.com/caseyjhol">caseyjhol</a>,
|
||||
<a href="https://github.com/t0xicCode">t0xicCode</a>, and the community.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
||||
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
|
||||
<script src="{{ base_url }}/js/highlight.pack.js"></script>
|
||||
<script src="{{ base_url }}/js/base.js"></script>
|
||||
{%- for path in extra_javascript %}
|
||||
<script src="{{ path }}"></script>
|
||||
{%- endfor %}
|
||||
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-35848102-1']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
|
||||
(function () {
|
||||
var ga = document.createElement('script');
|
||||
ga.type = 'text/javascript';
|
||||
ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,117 @@
|
||||
body {
|
||||
padding-top: 70px;
|
||||
}
|
||||
|
||||
h1[id]:before, h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before, h6[id]:before {
|
||||
content: "";
|
||||
display: block;
|
||||
margin-top: -75px;
|
||||
height: 75px;
|
||||
}
|
||||
|
||||
h2 code, h3 code, h4 code {
|
||||
background-color: inherit;
|
||||
}
|
||||
|
||||
ul.nav li.main {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.container > div.col-md-3 {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.container > div.col-md-9 {
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
|
||||
div.source-links {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/*
|
||||
* Side navigation
|
||||
*
|
||||
* Scrollspy and affixed enhanced navigation to highlight sections and secondary
|
||||
* sections of docs content.
|
||||
*/
|
||||
|
||||
/* By default it's not affixed in mobile views, so undo that */
|
||||
.bs-sidebar.affix {
|
||||
position: static;
|
||||
}
|
||||
|
||||
.bs-sidebar.well {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* First level of nav */
|
||||
.bs-sidenav {
|
||||
margin-top: 30px;
|
||||
margin-bottom: 30px;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
/* All levels of nav */
|
||||
.bs-sidebar .nav > li > a {
|
||||
display: block;
|
||||
padding: 5px 20px;
|
||||
z-index: 1;
|
||||
}
|
||||
.bs-sidebar .nav > li > a:hover,
|
||||
.bs-sidebar .nav > li > a:focus {
|
||||
text-decoration: none;
|
||||
border-right: 1px solid;
|
||||
}
|
||||
.bs-sidebar .nav > .active > a,
|
||||
.bs-sidebar .nav > .active:hover > a,
|
||||
.bs-sidebar .nav > .active:focus > a {
|
||||
font-weight: bold;
|
||||
background-color: transparent;
|
||||
border-right: 1px solid;
|
||||
}
|
||||
|
||||
/* Nav: second level (shown on .active) */
|
||||
.bs-sidebar .nav .nav {
|
||||
display: none; /* Hide by default, but at >768px, show it */
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.bs-sidebar .nav .nav > li > a {
|
||||
padding-top: 3px;
|
||||
padding-bottom: 3px;
|
||||
padding-left: 30px;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
/* Show and affix the side nav when space allows it */
|
||||
@media (min-width: 992px) {
|
||||
.bs-sidebar .nav > .active > ul {
|
||||
display: block;
|
||||
}
|
||||
/* Widen the fixed sidebar */
|
||||
.bs-sidebar.affix,
|
||||
.bs-sidebar.affix-bottom {
|
||||
width: 213px;
|
||||
}
|
||||
.bs-sidebar.affix {
|
||||
position: fixed; /* Undo the static from mobile first approach */
|
||||
top: 80px;
|
||||
}
|
||||
.bs-sidebar.affix-bottom {
|
||||
position: absolute; /* Undo the static from mobile first approach */
|
||||
}
|
||||
.bs-sidebar.affix-bottom .bs-sidenav,
|
||||
.bs-sidebar.affix .bs-sidenav {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
/* Widen the fixed sidebar again */
|
||||
.bs-sidebar.affix-bottom,
|
||||
.bs-sidebar.affix {
|
||||
width: 263px;
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
@@ -0,0 +1,21 @@
|
||||
/* Highlight */
|
||||
$( document ).ready(function() {
|
||||
hljs.initHighlightingOnLoad();
|
||||
$('table').addClass('table table-striped table-hover');
|
||||
$('pre').addClass('highlight');
|
||||
});
|
||||
|
||||
$('body').scrollspy({
|
||||
target: '.bs-sidebar',
|
||||
});
|
||||
|
||||
$('.bs-sidebar').affix({
|
||||
offset: {
|
||||
top: 210
|
||||
}
|
||||
});
|
||||
|
||||
/* Prevent disabled links from causing a page reload */
|
||||
$("li.disabled a").click(function() {
|
||||
event.preventDefault();
|
||||
});
|
||||
@@ -0,0 +1,60 @@
|
||||
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
|
||||
<div class="container">
|
||||
|
||||
<!-- Collapsed navigation -->
|
||||
<div class="navbar-header">
|
||||
{% if include_nav or include_next_prev or repo_url %}
|
||||
<!-- Expander button -->
|
||||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
{% endif %}
|
||||
|
||||
<!-- Main title -->
|
||||
<a class="navbar-brand" href="{{ homepage_url }}">{{ site_name }}</a>
|
||||
</div>
|
||||
|
||||
<!-- Expanded navigation -->
|
||||
<div class="navbar-collapse collapse">
|
||||
{% if include_nav %}
|
||||
<!-- Main navigation -->
|
||||
<ul class="nav navbar-nav">
|
||||
{% for nav_item in nav %}
|
||||
{% if nav_item.children %}
|
||||
<li class="dropdown{% if nav_item.active %} active{% endif %}">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ nav_item.title }} <b class="caret"></b></a>
|
||||
<ul class="dropdown-menu">
|
||||
{% for nav_item in nav_item.children %}
|
||||
{% include "nav-sub.html" %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</li>
|
||||
{% else %}
|
||||
<li {% if nav_item.active %}class="active"{% endif %}>
|
||||
<a href="{{ nav_item.url }}">{{ nav_item.title }}</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
{% if repo_url %}
|
||||
<li>
|
||||
<a href="{{ repo_url }}">
|
||||
{% if repo_name == 'GitHub' %}
|
||||
<i class="fa fa-github"></i>
|
||||
{% elif repo_name == 'Bitbucket' %}
|
||||
<i class="fa fa-bitbucket"></i>
|
||||
{% endif %}
|
||||
{{ repo_name }}
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,14 @@
|
||||
<div class="bs-sidebar hidden-print affix-top" role="complementary">
|
||||
<ul class="nav bs-sidenav">
|
||||
{% for toc_item in toc %}
|
||||
<li class="main {% if toc_item.active %}active{% endif %}">
|
||||
<a href="{{ toc_item.url }}">{{ toc_item.title }}</a>
|
||||
<ul class="nav">
|
||||
{% for toc_item in toc_item.children %}
|
||||
<li><a href="{{ toc_item.url }}">{{ toc_item.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
304
public/static/libs/bootstrap-select/docs/docs/css/custom.css
Normal file
304
public/static/libs/bootstrap-select/docs/docs/css/custom.css
Normal file
@@ -0,0 +1,304 @@
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
body {
|
||||
padding-top: 51px;
|
||||
/* Margin bottom by footer height */
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
label {
|
||||
display: block;
|
||||
}
|
||||
/* hide "Home" in navbar */
|
||||
.nav.navbar-nav:first-child > li:first-child {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ul.nav li.main {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
/* Set the fixed height of the footer here */
|
||||
height: 60px;
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
.footer .container .text-muted {
|
||||
margin: 20px 0;
|
||||
}
|
||||
|
||||
.footer .container {
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
/* Outline button for use within the docs */
|
||||
.btn-outline {
|
||||
color: #337ab7;
|
||||
background-color: transparent;
|
||||
border-color: #337ab7;
|
||||
}
|
||||
.btn-outline:hover,
|
||||
.btn-outline:focus,
|
||||
.btn-outline:active {
|
||||
color: #fff;
|
||||
background-color: #337ab7;
|
||||
border-color: #337ab7;
|
||||
}
|
||||
|
||||
/* Inverted outline button (white on dark) */
|
||||
.btn-outline-inverse {
|
||||
color: #fff;
|
||||
background-color: transparent;
|
||||
border-color: #fff;
|
||||
}
|
||||
.btn-outline-inverse:hover,
|
||||
.btn-outline-inverse:focus,
|
||||
.btn-outline-inverse:active {
|
||||
color: #337ab7;
|
||||
text-shadow: none;
|
||||
background-color: #fff;
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
.bs-docs-header {
|
||||
margin-bottom: 0;
|
||||
background: #337ab7;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.bs-docs-header .btn {
|
||||
padding: 15px 30px;
|
||||
font-size: 20px
|
||||
}
|
||||
|
||||
.bs-docs-header h1 {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.bs-docs-header .lead {
|
||||
margin: 0 auto 30px;
|
||||
}
|
||||
|
||||
.bs-docs-sub-header {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.content h1:first-of-type,
|
||||
.content h1:first-of-type + p:first-of-type {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.bs-docs-example > p {
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.bs-docs-example > p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.bs-docs-example .table,
|
||||
.bs-docs-example .progress,
|
||||
.bs-docs-example .well,
|
||||
.bs-docs-example .alert,
|
||||
.bs-docs-example .hero-unit,
|
||||
.bs-docs-example .pagination,
|
||||
.bs-docs-example .navbar,
|
||||
.bs-docs-example > .nav,
|
||||
.bs-docs-example blockquote {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.bs-docs-example .pagination {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.special {
|
||||
font-weight: bold !important;
|
||||
color: #fff !important;
|
||||
background: #bc0000 !important;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.bs-docs-example {
|
||||
position: relative;
|
||||
padding: 45px 15px 15px;
|
||||
margin: 0 -15px 15px;
|
||||
border-color: #e5e5e5 #eee #eee;
|
||||
border-style: solid;
|
||||
border-width: 1px 0;
|
||||
-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
|
||||
box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
|
||||
}
|
||||
|
||||
/* Echo out a label for the example */
|
||||
.bs-docs-example:after {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 15px;
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
color: #959595;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 1px;
|
||||
content: "Example";
|
||||
}
|
||||
|
||||
.highlight {
|
||||
padding: 9px 14px;
|
||||
margin-bottom: 14px;
|
||||
background-color: #f7f7f9;
|
||||
border: 1px solid #e1e1e8;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.bs-docs-example + .highlight {
|
||||
margin: -15px -15px 15px;
|
||||
border-width: 0 0 1px;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.carbonad-inner {
|
||||
width: auto!important;
|
||||
height: auto!important;
|
||||
padding: 20px!important;
|
||||
margin: 30px -15px 0!important;
|
||||
overflow: hidden;
|
||||
font-size: 13px!important;
|
||||
line-height: 16px!important;
|
||||
text-align: left;
|
||||
background: 0 0!important;
|
||||
border: solid rgba(255, 255, 255, 0.50) !important;
|
||||
border-width: 1px 0!important;
|
||||
}
|
||||
|
||||
.carbon-poweredby,
|
||||
.carbon-text {
|
||||
display: block!important;
|
||||
float: none!important;
|
||||
width: auto!important;
|
||||
height: auto!important;
|
||||
margin-left: 145px!important;
|
||||
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
|
||||
color: #fff!important;
|
||||
}
|
||||
|
||||
.carbon-poweredby {
|
||||
float: left;
|
||||
margin-top: 9px;
|
||||
text-align: left;
|
||||
width: 142px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.charity {
|
||||
opacity: 0.5;
|
||||
padding: 4px;
|
||||
margin-bottom: -31px;
|
||||
}
|
||||
|
||||
.charity a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.carbon-img img {
|
||||
border: none;
|
||||
display: inline;
|
||||
float: left;
|
||||
height: 100px;
|
||||
margin: 0 !important;
|
||||
width: 130px;
|
||||
}
|
||||
|
||||
.logo-block a {
|
||||
display: block;
|
||||
padding: 5px;
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
.logo-block img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-height: 40px;
|
||||
}
|
||||
|
||||
.logo-container {
|
||||
float: left;
|
||||
max-width: 25%;
|
||||
margin: 0 15px;
|
||||
}
|
||||
|
||||
.logo-block + div {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
@media (min-width: 480px){
|
||||
.carbonad-inner {
|
||||
width: 330px!important;
|
||||
margin: 50px auto 0 !important;
|
||||
border-width: 1px!important;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.charity {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.logo-container {
|
||||
max-width: 60%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.bs-docs-example {
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
background-color: #fff;
|
||||
border-color: #ddd;
|
||||
border-width: 1px;
|
||||
border-radius: 4px 4px 0 0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.bs-docs-example.no-code {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
|
||||
.bs-docs-example + .highlight {
|
||||
margin-top: -16px;
|
||||
margin-right: 0;
|
||||
margin-left: 0;
|
||||
border-width: 1px;
|
||||
border-bottom-right-radius: 4px;
|
||||
border-bottom-left-radius: 4px;
|
||||
}
|
||||
|
||||
.logo-container {
|
||||
max-width: 33.3333%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 992px){
|
||||
.bs-docs-header .lead {
|
||||
width: 80%;
|
||||
}
|
||||
|
||||
.carbonad-inner {
|
||||
top: 0;
|
||||
right: 15px;
|
||||
width: 330px!important;
|
||||
padding: 15px!important;
|
||||
}
|
||||
|
||||
.logo-container {
|
||||
max-width: 25%;
|
||||
}
|
||||
}
|
||||
293
public/static/libs/bootstrap-select/docs/docs/dist/css/bootstrap-select.css
vendored
Normal file
293
public/static/libs/bootstrap-select/docs/docs/dist/css/bootstrap-select.css
vendored
Normal file
@@ -0,0 +1,293 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
select.bs-select-hidden,
|
||||
select.selectpicker {
|
||||
display: none !important;
|
||||
}
|
||||
.bootstrap-select {
|
||||
width: 220px \0;
|
||||
/*IE9 and below*/
|
||||
}
|
||||
.bootstrap-select > .dropdown-toggle {
|
||||
width: 100%;
|
||||
padding-right: 25px;
|
||||
z-index: 1;
|
||||
}
|
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder,
|
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
|
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
|
||||
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
|
||||
color: #999;
|
||||
}
|
||||
.bootstrap-select > select {
|
||||
position: absolute !important;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
display: block !important;
|
||||
width: 0.5px !important;
|
||||
height: 100% !important;
|
||||
padding: 0 !important;
|
||||
opacity: 0 !important;
|
||||
border: none;
|
||||
}
|
||||
.bootstrap-select > select.mobile-device {
|
||||
top: 0;
|
||||
left: 0;
|
||||
display: block !important;
|
||||
width: 100% !important;
|
||||
z-index: 2;
|
||||
}
|
||||
.has-error .bootstrap-select .dropdown-toggle,
|
||||
.error .bootstrap-select .dropdown-toggle {
|
||||
border-color: #b94a48;
|
||||
}
|
||||
.bootstrap-select.fit-width {
|
||||
width: auto !important;
|
||||
}
|
||||
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
|
||||
width: 220px;
|
||||
}
|
||||
.bootstrap-select .dropdown-toggle:focus {
|
||||
outline: thin dotted #333333 !important;
|
||||
outline: 5px auto -webkit-focus-ring-color !important;
|
||||
outline-offset: -2px;
|
||||
}
|
||||
.bootstrap-select.form-control {
|
||||
margin-bottom: 0;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
.bootstrap-select.form-control:not([class*="col-"]) {
|
||||
width: 100%;
|
||||
}
|
||||
.bootstrap-select.form-control.input-group-btn {
|
||||
z-index: auto;
|
||||
}
|
||||
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
|
||||
border-radius: 0;
|
||||
}
|
||||
.bootstrap-select.btn-group:not(.input-group-btn),
|
||||
.bootstrap-select.btn-group[class*="col-"] {
|
||||
float: none;
|
||||
display: inline-block;
|
||||
margin-left: 0;
|
||||
}
|
||||
.bootstrap-select.btn-group.dropdown-menu-right,
|
||||
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
|
||||
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
|
||||
float: right;
|
||||
}
|
||||
.form-inline .bootstrap-select.btn-group,
|
||||
.form-horizontal .bootstrap-select.btn-group,
|
||||
.form-group .bootstrap-select.btn-group {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.form-group-lg .bootstrap-select.btn-group.form-control,
|
||||
.form-group-sm .bootstrap-select.btn-group.form-control {
|
||||
padding: 0;
|
||||
}
|
||||
.form-inline .bootstrap-select.btn-group .form-control {
|
||||
width: 100%;
|
||||
}
|
||||
.bootstrap-select.btn-group.disabled,
|
||||
.bootstrap-select.btn-group > .disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.bootstrap-select.btn-group.disabled:focus,
|
||||
.bootstrap-select.btn-group > .disabled:focus {
|
||||
outline: none !important;
|
||||
}
|
||||
.bootstrap-select.btn-group.bs-container {
|
||||
position: absolute;
|
||||
height: 0 !important;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.bootstrap-select.btn-group.bs-container .dropdown-menu {
|
||||
z-index: 1060;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-toggle .caret {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 12px;
|
||||
margin-top: -2px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
|
||||
width: 100%;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu {
|
||||
min-width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu.inner {
|
||||
position: static;
|
||||
float: none;
|
||||
border: 0;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border-radius: 0;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu li {
|
||||
position: relative;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu li.active small {
|
||||
color: #fff;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu li a {
|
||||
cursor: pointer;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu li a.opt {
|
||||
position: relative;
|
||||
padding-left: 2.25em;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
|
||||
display: none;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu li a span.text {
|
||||
display: inline-block;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu li small {
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
.bootstrap-select.btn-group .dropdown-menu .notify {
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
width: 96%;
|
||||
margin: 0 2%;
|
||||
min-height: 26px;
|
||||
padding: 3px 5px;
|
||||
background: #f5f5f5;
|
||||
border: 1px solid #e3e3e3;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
||||
pointer-events: none;
|
||||
opacity: 0.9;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.bootstrap-select.btn-group .no-results {
|
||||
padding: 3px;
|
||||
background: #f5f5f5;
|
||||
margin: 0 5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
|
||||
position: static;
|
||||
}
|
||||
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
|
||||
position: static;
|
||||
top: auto;
|
||||
margin-top: -1px;
|
||||
}
|
||||
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
right: 15px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
|
||||
margin-right: 34px;
|
||||
}
|
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
|
||||
z-index: 1061;
|
||||
}
|
||||
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
|
||||
content: '';
|
||||
border-left: 7px solid transparent;
|
||||
border-right: 7px solid transparent;
|
||||
border-bottom: 7px solid rgba(204, 204, 204, 0.2);
|
||||
position: absolute;
|
||||
bottom: -4px;
|
||||
left: 9px;
|
||||
display: none;
|
||||
}
|
||||
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
|
||||
content: '';
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid white;
|
||||
position: absolute;
|
||||
bottom: -4px;
|
||||
left: 10px;
|
||||
display: none;
|
||||
}
|
||||
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
|
||||
bottom: auto;
|
||||
top: -3px;
|
||||
border-top: 7px solid rgba(204, 204, 204, 0.2);
|
||||
border-bottom: 0;
|
||||
}
|
||||
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
|
||||
bottom: auto;
|
||||
top: -3px;
|
||||
border-top: 6px solid white;
|
||||
border-bottom: 0;
|
||||
}
|
||||
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
|
||||
right: 12px;
|
||||
left: auto;
|
||||
}
|
||||
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
|
||||
right: 13px;
|
||||
left: auto;
|
||||
}
|
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
|
||||
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
|
||||
display: block;
|
||||
}
|
||||
.bs-searchbox,
|
||||
.bs-actionsbox,
|
||||
.bs-donebutton {
|
||||
padding: 4px 8px;
|
||||
}
|
||||
.bs-actionsbox {
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.bs-actionsbox .btn-group button {
|
||||
width: 50%;
|
||||
}
|
||||
.bs-donebutton {
|
||||
float: left;
|
||||
width: 100%;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.bs-donebutton .btn-group button {
|
||||
width: 100%;
|
||||
}
|
||||
.bs-searchbox + .bs-actionsbox {
|
||||
padding: 0 8px 4px;
|
||||
}
|
||||
.bs-searchbox .form-control {
|
||||
margin-bottom: 0;
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
/*# sourceMappingURL=bootstrap-select.css.map */
|
||||
1
public/static/libs/bootstrap-select/docs/docs/dist/css/bootstrap-select.css.map
vendored
Normal file
1
public/static/libs/bootstrap-select/docs/docs/dist/css/bootstrap-select.css.map
vendored
Normal file
File diff suppressed because one or more lines are too long
6
public/static/libs/bootstrap-select/docs/docs/dist/css/bootstrap-select.min.css
vendored
Normal file
6
public/static/libs/bootstrap-select/docs/docs/dist/css/bootstrap-select.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1888
public/static/libs/bootstrap-select/docs/docs/dist/js/bootstrap-select.js
vendored
Normal file
1888
public/static/libs/bootstrap-select/docs/docs/dist/js/bootstrap-select.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
public/static/libs/bootstrap-select/docs/docs/dist/js/bootstrap-select.js.map
vendored
Normal file
1
public/static/libs/bootstrap-select/docs/docs/dist/js/bootstrap-select.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
9
public/static/libs/bootstrap-select/docs/docs/dist/js/bootstrap-select.min.js
vendored
Normal file
9
public/static/libs/bootstrap-select/docs/docs/dist/js/bootstrap-select.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
49
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ar_AR.js
vendored
Normal file
49
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ar_AR.js
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
/*!
|
||||
* Translated default messages for bootstrap-select.
|
||||
* Locale: AR (Arabic)
|
||||
* Author: Yasser Lotfy <y_l@alive.com>
|
||||
*/
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'لم يتم إختيار شئ',
|
||||
noneResultsText: 'لا توجد نتائج مطابقة لـ {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} خيار تم إختياره" : "{0} خيارات تمت إختيارها";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'تخطى الحد المسموح ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح ({n} خيارات بحد أقصى)',
|
||||
(numGroup == 1) ? 'تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)' : 'تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'إختيار الجميع',
|
||||
deselectAllText: 'إلغاء إختيار الجميع',
|
||||
multipleSeparator: '، '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
12
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ar_AR.min.js
vendored
Normal file
12
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ar_AR.min.js
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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){/*!
|
||||
* Translated default messages for bootstrap-select.
|
||||
* Locale: AR (Arabic)
|
||||
* Author: Yasser Lotfy <y_l@alive.com>
|
||||
*/
|
||||
!function(a){a.fn.selectpicker.defaults={noneSelectedText:"لم يتم إختيار شئ",noneResultsText:"لا توجد نتائج مطابقة لـ {0}",countSelectedText:function(a,b){return 1==a?"{0} خيار تم إختياره":"{0} خيارات تمت إختيارها"},maxOptionsText:function(a,b){return[1==a?"تخطى الحد المسموح ({n} خيار بحد أقصى)":"تخطى الحد المسموح ({n} خيارات بحد أقصى)",1==b?"تخطى الحد المسموح للمجموعة ({n} خيار بحد أقصى)":"تخطى الحد المسموح للمجموعة ({n} خيارات بحد أقصى)"]},selectAllText:"إختيار الجميع",deselectAllText:"إلغاء إختيار الجميع",multipleSeparator:"، "}}(a)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-bg_BG.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-bg_BG.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Нищо избрано',
|
||||
noneResultsText: 'Няма резултат за {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} избран елемент" : "{0} избрани елемента";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Лимита е достигнат ({n} елемент максимум)' : 'Лимита е достигнат ({n} елемента максимум)',
|
||||
(numGroup == 1) ? 'Груповия лимит е достигнат ({n} елемент максимум)' : 'Груповия лимит е достигнат ({n} елемента максимум)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Избери всички',
|
||||
deselectAllText: 'Размаркирай всички',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-bg_BG.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-bg_BG.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:function(a,b){return 1==a?"{0} избран елемент":"{0} избрани елемента"},maxOptionsText:function(a,b){return[1==a?"Лимита е достигнат ({n} елемент максимум)":"Лимита е достигнат ({n} елемента максимум)",1==b?"Груповия лимит е достигнат ({n} елемент максимум)":"Груповия лимит е достигнат ({n} елемента максимум)"]},selectAllText:"Избери всички",deselectAllText:"Размаркирай всички",multipleSeparator:", "}}(a)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-cro_CRO.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-cro_CRO.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Odaberite stavku',
|
||||
noneResultsText: 'Nema rezultata pretrage {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} stavka selektirana" : "{0} stavke selektirane";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Limit je postignut ({n} stvar maximalno)' : 'Limit je postignut ({n} stavke maksimalno)',
|
||||
(numGroup == 1) ? 'Grupni limit je postignut ({n} stvar maksimalno)' : 'Grupni limit je postignut ({n} stavke maksimalno)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Selektiraj sve',
|
||||
deselectAllText: 'Deselektiraj sve',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-cro_CRO.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-cro_CRO.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"Odaberite stavku",noneResultsText:"Nema rezultata pretrage {0}",countSelectedText:function(a,b){return 1==a?"{0} stavka selektirana":"{0} stavke selektirane"},maxOptionsText:function(a,b){return[1==a?"Limit je postignut ({n} stvar maximalno)":"Limit je postignut ({n} stavke maksimalno)",1==b?"Grupni limit je postignut ({n} stvar maksimalno)":"Grupni limit je postignut ({n} stavke maksimalno)"]},selectAllText:"Selektiraj sve",deselectAllText:"Deselektiraj sve",multipleSeparator:", "}}(a)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-cs_CZ.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-cs_CZ.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Nic není vybráno',
|
||||
noneResultsText: 'Žádné výsledky {0}',
|
||||
countSelectedText: 'Označeno {0} z {1}',
|
||||
maxOptionsText: ['Limit překročen ({n} {var} max)', 'Limit skupiny překročen ({n} {var} max)', ['položek', 'položka']],
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-cs_CZ.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-cs_CZ.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"Nic není vybráno",noneResultsText:"Žádné výsledky {0}",countSelectedText:"Označeno {0} z {1}",maxOptionsText:["Limit překročen ({n} {var} max)","Limit skupiny překročen ({n} {var} max)",["položek","položka"]],multipleSeparator:", "}}(a)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-da_DK.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-da_DK.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Intet valgt',
|
||||
noneResultsText: 'Ingen resultater fundet {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} valgt" : "{0} valgt";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Begrænsning nået (max {n} valgt)' : 'Begrænsning nået (max {n} valgte)',
|
||||
(numGroup == 1) ? 'Gruppe-begrænsning nået (max {n} valgt)' : 'Gruppe-begrænsning nået (max {n} valgte)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Markér alle',
|
||||
deselectAllText: 'Afmarkér alle',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-da_DK.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-da_DK.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"Intet valgt",noneResultsText:"Ingen resultater fundet {0}",countSelectedText:function(a,b){return"{0} valgt"},maxOptionsText:function(a,b){return[1==a?"Begrænsning nået (max {n} valgt)":"Begrænsning nået (max {n} valgte)",1==b?"Gruppe-begrænsning nået (max {n} valgt)":"Gruppe-begrænsning nået (max {n} valgte)"]},selectAllText:"Markér alle",deselectAllText:"Afmarkér alle",multipleSeparator:", "}}(a)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-de_DE.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-de_DE.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Bitte wählen...',
|
||||
noneResultsText: 'Keine Ergebnisse für {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} Element ausgewählt" : "{0} Elemente ausgewählt";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Limit erreicht ({n} Element max.)' : 'Limit erreicht ({n} Elemente max.)',
|
||||
(numGroup == 1) ? 'Gruppen-Limit erreicht ({n} Element max.)' : 'Gruppen-Limit erreicht ({n} Elemente max.)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Alles auswählen',
|
||||
deselectAllText: 'Nichts auswählen',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-de_DE.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-de_DE.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"Bitte wählen...",noneResultsText:"Keine Ergebnisse für {0}",countSelectedText:function(a,b){return 1==a?"{0} Element ausgewählt":"{0} Elemente ausgewählt"},maxOptionsText:function(a,b){return[1==a?"Limit erreicht ({n} Element max.)":"Limit erreicht ({n} Elemente max.)",1==b?"Gruppen-Limit erreicht ({n} Element max.)":"Gruppen-Limit erreicht ({n} Elemente max.)"]},selectAllText:"Alles auswählen",deselectAllText:"Nichts auswählen",multipleSeparator:", "}}(a)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-en_US.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-en_US.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Nothing selected',
|
||||
noneResultsText: 'No results match {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} item selected" : "{0} items selected";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Limit reached ({n} item max)' : 'Limit reached ({n} items max)',
|
||||
(numGroup == 1) ? 'Group limit reached ({n} item max)' : 'Group limit reached ({n} items max)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Select All',
|
||||
deselectAllText: 'Deselect All',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-en_US.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-en_US.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"Nothing selected",noneResultsText:"No results match {0}",countSelectedText:function(a,b){return 1==a?"{0} item selected":"{0} items selected"},maxOptionsText:function(a,b){return[1==a?"Limit reached ({n} item max)":"Limit reached ({n} items max)",1==b?"Group limit reached ({n} item max)":"Group limit reached ({n} items max)"]},selectAllText:"Select All",deselectAllText:"Deselect All",multipleSeparator:", "}}(a)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_CL.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_CL.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_CL.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-es_CL.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-eu.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-eu.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-eu.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-eu.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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)});
|
||||
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fa_IR.js
vendored
Normal file
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fa_IR.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'چیزی انتخاب نشده است',
|
||||
noneResultsText: 'هیج مشابهی برای {0} پیدا نشد',
|
||||
countSelectedText: "{0} از {1} مورد انتخاب شده",
|
||||
maxOptionsText: ['بیشتر ممکن نیست {حداکثر {n} عدد}', 'بیشتر ممکن نیست {حداکثر {n} عدد}'],
|
||||
selectAllText: 'انتخاب همه',
|
||||
deselectAllText: 'انتخاب هیچ کدام',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fa_IR.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fa_IR.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fi_FI.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fi_FI.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Ei valintoja',
|
||||
noneResultsText: 'Ei hakutuloksia {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} valittu" : "{0} valitut";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Valintojen maksimimäärä ({n} saavutettu)' : 'Valintojen maksimimäärä ({n} saavutettu)',
|
||||
(numGroup == 1) ? 'Ryhmän maksimimäärä ({n} saavutettu)' : 'Ryhmän maksimimäärä ({n} saavutettu)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Valitse kaikki',
|
||||
deselectAllText: 'Poista kaikki',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fi_FI.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fi_FI.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fr_FR.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fr_FR.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Aucune sélection',
|
||||
noneResultsText: 'Aucun résultat pour {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected > 1) ? "{0} éléments sélectionnés" : "{0} élément sélectionné";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll > 1) ? 'Limite atteinte ({n} éléments max)' : 'Limite atteinte ({n} élément max)',
|
||||
(numGroup > 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',
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fr_FR.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-fr_FR.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-hu_HU.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-hu_HU.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Válasszon!',
|
||||
noneResultsText: 'Nincs találat {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return '{0} elem kiválasztva';
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
'Legfeljebb {n} elem választható',
|
||||
'A csoportban legfeljebb {n} elem választható'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Mind',
|
||||
deselectAllText: 'Egyik sem',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-hu_HU.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-hu_HU.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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)});
|
||||
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-id_ID.js
vendored
Normal file
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-id_ID.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-id_ID.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-id_ID.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-it_IT.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-it_IT.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Nessuna selezione',
|
||||
noneResultsText: 'Nessun risultato per {0}',
|
||||
countSelectedText: 'Selezionati {0} di {1}',
|
||||
maxOptionsText: ['Limite raggiunto ({n} {var} max)', 'Limite del gruppo raggiunto ({n} {var} max)', ['elementi', 'elemento']],
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-it_IT.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-it_IT.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"Nessuna selezione",noneResultsText:"Nessun risultato per {0}",countSelectedText:"Selezionati {0} di {1}",maxOptionsText:["Limite raggiunto ({n} {var} max)","Limite del gruppo raggiunto ({n} {var} max)",["elementi","elemento"]],multipleSeparator:", "}}(a)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ko_KR.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ko_KR.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: '항목을 선택해주세요',
|
||||
noneResultsText: '{0} 검색 결과가 없습니다',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return "{0}개를 선택하였습니다";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
'{n}개까지 선택 가능합니다',
|
||||
'해당 그룹은 {n}개까지 선택 가능합니다'
|
||||
];
|
||||
},
|
||||
selectAllText: '전체선택',
|
||||
deselectAllText: '전체해제',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ko_KR.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ko_KR.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:function(a,b){return"{0}개를 선택하였습니다"},maxOptionsText:function(a,b){return["{n}개까지 선택 가능합니다","해당 그룹은 {n}개까지 선택 가능합니다"]},selectAllText:"전체선택",deselectAllText:"전체해제",multipleSeparator:", "}}(a)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-lt_LT.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-lt_LT.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Niekas nepasirinkta',
|
||||
noneResultsText: 'Niekas nesutapo su {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} elementas pasirinktas" : "{0} elementai(-ų) pasirinkta";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Pasiekta riba ({n} elementas daugiausiai)' : 'Riba pasiekta ({n} elementai(-ų) daugiausiai)',
|
||||
(numGroup == 1) ? 'Grupės riba pasiekta ({n} elementas daugiausiai)' : 'Grupės riba pasiekta ({n} elementai(-ų) daugiausiai)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Pasirinkti visus',
|
||||
deselectAllText: 'Atmesti visus',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-lt_LT.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-lt_LT.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-nb_NO.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-nb_NO.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Ingen valgt',
|
||||
noneResultsText: 'Søket gir ingen treff {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} alternativ valgt" : "{0} alternativer valgt";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Grense nådd (maks {n} valg)' : 'Grense nådd (maks {n} valg)',
|
||||
(numGroup == 1) ? 'Grense for grupper nådd (maks {n} grupper)' : 'Grense for grupper nådd (maks {n} grupper)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Merk alle',
|
||||
deselectAllText: 'Fjern alle',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-nb_NO.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-nb_NO.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-nl_NL.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-nl_NL.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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']],
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-nl_NL.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-nl_NL.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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"]],multipleSeparator:", "}}(a)});
|
||||
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pl_PL.js
vendored
Normal file
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pl_PL.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pl_PL.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pl_PL.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_BR.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_BR.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_BR.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_BR.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_PT.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_PT.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_PT.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-pt_PT.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ro_RO.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ro_RO.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ro_RO.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ro_RO.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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)});
|
||||
36
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ru_RU.js
vendored
Normal file
36
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ru_RU.js
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Ничего не выбрано',
|
||||
noneResultsText: 'Совпадений не найдено {0}',
|
||||
countSelectedText: 'Выбрано {0} из {1}',
|
||||
maxOptionsText: ['Достигнут предел ({n} {var} максимум)', 'Достигнут предел в группе ({n} {var} максимум)', ['items', 'item']],
|
||||
doneButtonText: 'Закрыть',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ru_RU.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ru_RU.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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} {var} максимум)","Достигнут предел в группе ({n} {var} максимум)",["items","item"]],doneButtonText:"Закрыть",multipleSeparator:", "}}(a)});
|
||||
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sk_SK.js
vendored
Normal file
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sk_SK.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.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: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sk_SK.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sk_SK.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sl_SI.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sl_SI.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Nič izbranega',
|
||||
noneResultsText: 'Ni zadetkov za {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
"Število izbranih: {0}";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
'Omejitev dosežena (max. izbranih: {n})',
|
||||
'Omejitev skupine dosežena (max. izbranih: {n})'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Izberi vse',
|
||||
deselectAllText: 'Počisti izbor',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sl_SI.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sl_SI.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"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)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sv_SE.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sv_SE.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Inget valt',
|
||||
noneResultsText: 'Inget sökresultat matchar {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected === 1) ? "{0} alternativ valt" : "{0} alternativ valda";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
'Gräns uppnåd (max {n} alternativ)',
|
||||
'Gräns uppnåd (max {n} gruppalternativ)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Markera alla',
|
||||
deselectAllText: 'Avmarkera alla',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sv_SE.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-sv_SE.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"Inget valt",noneResultsText:"Inget sökresultat matchar {0}",countSelectedText:function(a,b){return 1===a?"{0} alternativ valt":"{0} alternativ valda"},maxOptionsText:function(a,b){return["Gräns uppnåd (max {n} alternativ)","Gräns uppnåd (max {n} gruppalternativ)"]},selectAllText:"Markera alla",deselectAllText:"Avmarkera alla",multipleSeparator:", "}}(a)});
|
||||
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-tr_TR.js
vendored
Normal file
44
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-tr_TR.js
vendored
Normal file
@@ -0,0 +1,44 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Hiçbiri seçilmedi',
|
||||
noneResultsText: 'Hiçbir sonuç bulunamadı {0}',
|
||||
countSelectedText: function (numSelected, numTotal) {
|
||||
return (numSelected == 1) ? "{0} öğe seçildi" : "{0} öğe seçildi";
|
||||
},
|
||||
maxOptionsText: function (numAll, numGroup) {
|
||||
return [
|
||||
(numAll == 1) ? 'Limit aşıldı (maksimum {n} sayıda öğe )' : 'Limit aşıldı (maksimum {n} sayıda öğe)',
|
||||
(numGroup == 1) ? 'Grup limiti aşıldı (maksimum {n} sayıda öğe)' : 'Grup limiti aşıldı (maksimum {n} sayıda öğe)'
|
||||
];
|
||||
},
|
||||
selectAllText: 'Tümünü Seç',
|
||||
deselectAllText: 'Seçiniz',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-tr_TR.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-tr_TR.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"Hiçbiri seçilmedi",noneResultsText:"Hiçbir sonuç bulunamadı {0}",countSelectedText:function(a,b){return"{0} öğe seçildi"},maxOptionsText:function(a,b){return[1==a?"Limit aşıldı (maksimum {n} sayıda öğe )":"Limit aşıldı (maksimum {n} sayıda öğe)","Grup limiti aşıldı (maksimum {n} sayıda öğe)"]},selectAllText:"Tümünü Seç",deselectAllText:"Seçiniz",multipleSeparator:", "}}(a)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ua_UA.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ua_UA.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: 'Нічого не вибрано',
|
||||
noneResultsText: 'Збігів не знайдено {0}',
|
||||
countSelectedText: 'Вибрано {0} із {1}',
|
||||
maxOptionsText: ['Досягнута межа ({n} {var} максимум)', 'Досягнута межа в групі ({n} {var} максимум)', ['items', 'item']],
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ua_UA.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-ua_UA.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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} {var} максимум)","Досягнута межа в групі ({n} {var} максимум)",["items","item"]],multipleSeparator:", "}}(a)});
|
||||
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_CN.js
vendored
Normal file
35
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_CN.js
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: '没有选中任何项',
|
||||
noneResultsText: '没有找到匹配项',
|
||||
countSelectedText: '选中{1}中的{0}项',
|
||||
maxOptionsText: ['超出限制 (最多选择{n}项)', '组选择超出限制(最多选择{n}组)'],
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_CN.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_CN.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"没有找到匹配项",countSelectedText:"选中{1}中的{0}项",maxOptionsText:["超出限制 (最多选择{n}项)","组选择超出限制(最多选择{n}组)"],multipleSeparator:", "}}(a)});
|
||||
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_TW.js
vendored
Normal file
37
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_TW.js
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
|
||||
(function (root, factory) {
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
// AMD. Register as an anonymous module unless amdModuleId is set
|
||||
define(["jquery"], function (a0) {
|
||||
return (factory(a0));
|
||||
});
|
||||
} else if (typeof exports === 'object') {
|
||||
// Node. Does not work with strict CommonJS, but
|
||||
// only CommonJS-like environments that support module.exports,
|
||||
// like Node.
|
||||
module.exports = factory(require("jquery"));
|
||||
} else {
|
||||
factory(jQuery);
|
||||
}
|
||||
}(this, function (jQuery) {
|
||||
|
||||
(function ($) {
|
||||
$.fn.selectpicker.defaults = {
|
||||
noneSelectedText: '沒有選取任何項目',
|
||||
noneResultsText: '沒有找到符合的結果',
|
||||
countSelectedText: '已經選取{0}個項目',
|
||||
maxOptionsText: ['超過限制 (最多選擇{n}項)', '超過限制(最多選擇{n}組)'],
|
||||
selectAllText: '選取全部',
|
||||
deselectAllText: '全部取消',
|
||||
multipleSeparator: ', '
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
|
||||
}));
|
||||
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_TW.min.js
vendored
Normal file
7
public/static/libs/bootstrap-select/docs/docs/dist/js/i18n/defaults-zh_TW.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap-select v1.11.2 (http://silviomoreto.github.io/bootstrap-select)
|
||||
*
|
||||
* Copyright 2013-2016 bootstrap-select
|
||||
* Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
|
||||
*/
|
||||
!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:"沒有找到符合的結果",countSelectedText:"已經選取{0}個項目",maxOptionsText:["超過限制 (最多選擇{n}項)","超過限制(最多選擇{n}組)"],selectAllText:"選取全部",deselectAllText:"全部取消",multipleSeparator:", "}}(a)});
|
||||
903
public/static/libs/bootstrap-select/docs/docs/examples.md
Normal file
903
public/static/libs/bootstrap-select/docs/docs/examples.md
Normal file
@@ -0,0 +1,903 @@
|
||||
# Basic examples
|
||||
|
||||
---
|
||||
## Standard select boxes
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<p>Make this:</p>
|
||||
|
||||
<select>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
|
||||
<p>Become this:</p>
|
||||
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
<div id="optgroup"></div>
|
||||
## Select boxes with optgroups
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker">
|
||||
<optgroup label="Picnic">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</optgroup>
|
||||
<optgroup label="Camping">
|
||||
<option>Tent</option>
|
||||
<option>Flashlight</option>
|
||||
<option>Toilet Paper</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker">
|
||||
<optgroup label="Picnic">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</optgroup>
|
||||
<optgroup label="Camping">
|
||||
<option>Tent</option>
|
||||
<option>Flashlight</option>
|
||||
<option>Toilet Paper</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Multiple select boxes
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker" multiple>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" multiple>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
# Live search
|
||||
|
||||
---
|
||||
|
||||
## Live search
|
||||
|
||||
You can add a search input by passing `data-live-search="true"` attribute:
|
||||
|
||||
<div class="bs-docs-example no-code">
|
||||
<select class="selectpicker" data-live-search="true">
|
||||
<option>Hot Dog, Fries and a Soda</option>
|
||||
<option>Burger, Shake and a Smile</option>
|
||||
<option>Sugar, Spice and all things nice</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
## Key words
|
||||
|
||||
Add key words to options to improve their searchability using `data-tokens`.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker" data-live-search="true">
|
||||
<option data-tokens="ketchup mustard">Hot Dog, Fries and a Soda</option>
|
||||
<option data-tokens="mustard">Burger, Shake and a Smile</option>
|
||||
<option data-tokens="frosting">Sugar, Spice and all things nice</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" data-live-search="true">
|
||||
<option data-tokens="ketchup mustard">Hot Dog, Fries and a Soda</option>
|
||||
<option data-tokens="mustard">Burger, Shake and a Smile</option>
|
||||
<option data-tokens="frosting">Sugar, Spice and all things nice</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
# Limit the number of selections
|
||||
|
||||
Limit the number of options that can be selected via the `data-max-options` attribute. It also works for option groups. Customize the message displayed when the limit is reached with `maxOptionsText`.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker" multiple data-max-options="2">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
|
||||
<select class="selectpicker" multiple>
|
||||
<optgroup label="Condiments" data-max-options="2">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</optgroup>
|
||||
<optgroup label="Breads" data-max-options="2">
|
||||
<option>Plain</option>
|
||||
<option>Steamed</option>
|
||||
<option>Toasted</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" multiple data-max-options="2">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
|
||||
<select class="selectpicker" multiple>
|
||||
<optgroup label="Condiments" data-max-options="2">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</optgroup>
|
||||
<optgroup label="Breads" data-max-options="2">
|
||||
<option>Plain</option>
|
||||
<option>Steamed</option>
|
||||
<option>Toasted</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
```
|
||||
|
||||
# Custom button text
|
||||
|
||||
---
|
||||
|
||||
## Placeholder
|
||||
<p id="titleMultiples"></p>
|
||||
Using the `title` attribute will set the default placeholder text when nothing is selected. This works for both multiple and standard select boxes:
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<div class="form-group">
|
||||
<label>Multiple</label>
|
||||
<select class="selectpicker" multiple title="Choose one of the following...">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label>Standard</label>
|
||||
<select class="selectpicker" title="Choose one of the following...">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" multiple title="Choose one of the following...">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Selected text
|
||||
|
||||
<p id="title"></p>
|
||||
Set the `title` attribute on individual options to display alternative text when the option is selected:
|
||||
|
||||
<div class="bs-docs-example no-code">
|
||||
<select class="selectpicker">
|
||||
<option title="Combo 1">Hot Dog, Fries and a Soda</option>
|
||||
<option title="Combo 2">Burger, Shake and a Smile</option>
|
||||
<option title="Combo 3">Sugar, Spice and all things nice</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker">
|
||||
<option title="Combo 1">Hot Dog, Fries and a Soda</option>
|
||||
<option title="Combo 2">Burger, Shake and a Smile</option>
|
||||
<option title="Combo 3">Sugar, Spice and all things nice</option>
|
||||
</select>
|
||||
```
|
||||
## Selected text format
|
||||
|
||||
<p id="titleMultiplesFormat"></p>
|
||||
Specify how the selection is displayed with the `data-selected-text-format` attribute on a multiple select.
|
||||
|
||||
The supported values are:
|
||||
|
||||
* `values`: A comma delimited list of selected values (default)
|
||||
* `count`: If one item is selected, then the option value is shown. If more than one is selected then the number of selected items is displayed, e.g. `2 of 6 selected`
|
||||
* `count > x`: Where `x` is the number of items selected when the display format changes from `values` to `count`
|
||||
* `static`: Always show the select title (placeholder), regardless of selection
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker" multiple data-selected-text-format="count">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" multiple data-selected-text-format="count">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker" multiple data-selected-text-format="count > 3">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>Onions</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" multiple data-selected-text-format="count > 3">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>Onions</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
# Styling
|
||||
|
||||
---
|
||||
|
||||
## Button classes
|
||||
|
||||
You can set the button classes via the `data-style` attribute:
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker" data-style="btn-primary">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="selectpicker" data-style="btn-info">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="selectpicker" data-style="btn-success">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="selectpicker" data-style="btn-warning">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<select class="selectpicker" data-style="btn-danger">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" data-style="btn-primary">
|
||||
...
|
||||
</select>
|
||||
|
||||
<select class="selectpicker" data-style="btn-info">
|
||||
...
|
||||
</select>
|
||||
|
||||
<select class="selectpicker" data-style="btn-success">
|
||||
...
|
||||
</select>
|
||||
|
||||
<select class="selectpicker" data-style="btn-warning">
|
||||
...
|
||||
</select>
|
||||
|
||||
<select class="selectpicker" data-style="btn-danger">
|
||||
...
|
||||
</select>
|
||||
```
|
||||
|
||||
## Checkmark on selected option
|
||||
|
||||
You can also show the checkmark icon on standard select boxes with the `show-tick` class:
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker show-tick">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker show-tick">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Menu arrow
|
||||
|
||||
The Bootstrap menu arrow can be added with the `show-menu-arrow` class:
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker show-menu-arrow">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker show-menu-arrow">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Style individual options
|
||||
|
||||
<p id="classes"></p>
|
||||
Classes and styles added to options are transferred to the select box:
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option class="special">Ketchup</option>
|
||||
<option style="background: #5cb85c; color: #fff;">Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option class="special">Ketchup</option>
|
||||
<option style="background: #5cb85c; color: #fff;">Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
```css
|
||||
.special {
|
||||
font-weight: bold !important;
|
||||
color: #fff !important;
|
||||
background: #bc0000 !important;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
```
|
||||
|
||||
## Width
|
||||
|
||||
<p id="grid"></p>
|
||||
Wrap selects in grid columns, or any custom parent element, to easily enforce desired widths.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<div class="row">
|
||||
<div class="col-xs-3">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker form-control">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-9">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker form-control">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-4">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker form-control">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-8">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker form-control">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-5">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker form-control">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-7">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker form-control">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<div class="row">
|
||||
<div class="col-xs-3">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker form-control">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
```
|
||||
|
||||
<div id="data-width"></div>
|
||||
|
||||
Alternatively, use the `data-width` attribute to set the width of the select. Set `data-width` to `'auto'` to automatically adjust the width of the select to its widest option. `'fit'` automatically adjusts the width of the select to the width of its currently selected option. An exact value can also be specified, e.g., `300px` or `50%`.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="form-group">
|
||||
<label>width: 'auto'</label>
|
||||
<select class="selectpicker form-control" data-width="auto">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>All of the above (and much, much more!)</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="form-group">
|
||||
<label>width: 'fit'</label>
|
||||
<select class="selectpicker form-control" data-width="fit">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>All of the above (and much, much more!)</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="form-group">
|
||||
<label>width: '100px'</label>
|
||||
<select class="selectpicker form-control" data-width="100px">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>All of the above (and much, much more!)</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="form-group">
|
||||
<label>width: '75%'</label>
|
||||
<select class="selectpicker form-control" data-width="75%">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>All of the above (and much, much more!)</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" data-width="auto">
|
||||
...
|
||||
</select>
|
||||
<select class="selectpicker" data-width="fit">
|
||||
...
|
||||
</select>
|
||||
<select class="selectpicker" data-width="100px">
|
||||
...
|
||||
</select>
|
||||
<select class="selectpicker" data-width="75%">
|
||||
...
|
||||
</select>
|
||||
```
|
||||
|
||||
# Customize options
|
||||
|
||||
---
|
||||
|
||||
## Icons
|
||||
|
||||
Add an icon to an option or optgroup with the `data-icon` attribute:
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker">
|
||||
<option data-icon="glyphicon-glass">Mustard</option>
|
||||
<option data-icon="glyphicon-heart">Ketchup</option>
|
||||
<option data-icon="glyphicon-film">Relish</option>
|
||||
<option data-icon="glyphicon-home">Mayonnaise</option>
|
||||
<option data-icon="glyphicon-print">Barbecue Sauce</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker">
|
||||
<option data-icon="glyphicon-heart">Ketchup</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Custom content
|
||||
|
||||
Insert custom HTML into the option with the `data-content` attribute:
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker">
|
||||
<option data-content="<span class='label label-warning'>Mustard</span>">Mustard</option>
|
||||
<option data-content="<span class='label label-danger label-important'>Ketchup</span>">Ketchup</option>
|
||||
<option data-content="<span class='label label-success'>Relish</span>">Relish</option>
|
||||
<option data-content="<span class='label label-info'>Mayonnaise</span>">Mayonnaise</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker">
|
||||
<option data-content="<span class='label label-success'>Relish</span>">Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Subtext
|
||||
Add subtext to an option or optgroup with the `data-subtext` attribute:
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker">
|
||||
<option data-subtext="French's">Mustard</option>
|
||||
<option data-subtext="Heinz">Ketchup</option>
|
||||
<option data-subtext="Sweet">Relish</option>
|
||||
<option data-subtext="Miracle Whip">Mayonnaise</option>
|
||||
<option data-divider="true"></option>
|
||||
<option data-subtext="Honey">Barbecue Sauce</option>
|
||||
<option data-subtext="Ranch">Salad Dressing</option>
|
||||
<option data-subtext="Sweet & Spicy">Tabasco</option>
|
||||
<option data-subtext="Chunky">Salsa</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<select class="selectpicker" data-show-subtext="true">
|
||||
<option data-subtext="French's">Mustard</option>
|
||||
<option data-subtext="Heinz">Ketchup</option>
|
||||
<option data-subtext="Sweet">Relish</option>
|
||||
<option data-subtext="Miracle Whip">Mayonnaise</option>
|
||||
<option data-divider="true"></option>
|
||||
<option data-subtext="Honey">Barbecue Sauce</option>
|
||||
<option data-subtext="Ranch">Salad Dressing</option>
|
||||
<option data-subtext="Sweet & Spicy">Tabasco</option>
|
||||
<option data-subtext="Chunky">Salsa</option>
|
||||
</select>
|
||||
<span class="help-block">With <code>showSubtext</code> set to true.</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" data-size="5">
|
||||
<option data-subtext="Heinz">Ketchup</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
# Customize menu
|
||||
|
||||
---
|
||||
|
||||
## Menu size
|
||||
|
||||
The `size` option is set to `'auto'` by default. When `size` is set to `'auto'`, the menu always opens up to show as many items as the window will allow without being cut off. Set `size` to `false` to always show all items. The size of the menu can also be specifed using the `data-size` attribute.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>Mayonnaise</option>
|
||||
<option>Barbecue Sauce</option>
|
||||
<option>Salad Dressing</option>
|
||||
<option>Tabasco</option>
|
||||
<option>Salsa</option>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>Mayonnaise</option>
|
||||
<option>Barbecue Sauce</option>
|
||||
<option>Salad Dressing</option>
|
||||
<option>Tabasco</option>
|
||||
<option>Salsa</option>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>Mayonnaise</option>
|
||||
<option>Barbecue Sauce</option>
|
||||
<option>Salad Dressing</option>
|
||||
<option>Tabasco</option>
|
||||
<option>Salsa</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<p id="data-size"></p>
|
||||
Specify a number for `data-size` to choose the maximum number of items to show in the menu.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker" data-size="5">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>Mayonnaise</option>
|
||||
<option>Barbecue Sauce</option>
|
||||
<option>Salad Dressing</option>
|
||||
<option>Tabasco</option>
|
||||
<option>Salsa</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" data-size="5">
|
||||
...
|
||||
</select>
|
||||
```
|
||||
|
||||
## Select/deselect all options
|
||||
|
||||
Adds two buttons to the top of the menu - **Select All** & **Deselect All** with `data-actions-box="true"`.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker" multiple data-actions-box="true">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" multiple data-actions-box="true">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Divider
|
||||
|
||||
Add `data-divider="true"` to an option to turn it into a divider.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
<option>Mayonnaise</option>
|
||||
<option data-divider="true"></option>
|
||||
<option>Barbecue Sauce</option>
|
||||
<option>Salad Dressing</option>
|
||||
<option>Tabasco</option>
|
||||
<option>Salsa</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" data-size="5">
|
||||
<option data-divider="true"></option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Menu header
|
||||
|
||||
Add a header to the dropdown menu, e.g. `header: 'Select a condiment'` or `data-header="Select a condiment"`
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<div class="row-fluid">
|
||||
<select class="selectpicker" data-header="Select a condiment">
|
||||
<option data-subtext="French's">Mustard</option>
|
||||
<option data-subtext="Heinz">Ketchup</option>
|
||||
<option data-subtext="Sweet">Relish</option>
|
||||
<option data-subtext="Miracle Whip">Mayonnaise</option>
|
||||
<option data-divider="true"></option>
|
||||
<option data-subtext="Honey">Barbecue Sauce</option>
|
||||
<option data-subtext="Ranch">Salad Dressing</option>
|
||||
<option data-subtext="Sweet & Spicy">Tabasco</option>
|
||||
<option data-subtext="Chunky">Salsa</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" data-header="Select a condiment">
|
||||
...
|
||||
</select>
|
||||
```
|
||||
|
||||
## Container
|
||||
|
||||
Append the select to a specific element, e.g. `container: 'body'` or `data-container=".main-content"`
|
||||
|
||||
<div class="bs-docs-example" style="overflow:hidden;">
|
||||
<div class="row-fluid">
|
||||
<select class="selectpicker">
|
||||
<option data-subtext="French's">Mustard</option>
|
||||
<option data-subtext="Heinz">Ketchup</option>
|
||||
<option data-subtext="Sweet">Relish</option>
|
||||
<option data-subtext="Miracle Whip">Mayonnaise</option>
|
||||
<option data-divider="true"></option>
|
||||
<option data-subtext="Honey">Barbecue Sauce</option>
|
||||
<option data-subtext="Ranch">Salad Dressing</option>
|
||||
<option data-subtext="Sweet & Spicy">Tabasco</option>
|
||||
<option data-subtext="Chunky">Salsa</option>
|
||||
</select>
|
||||
<select class="selectpicker" data-container="body">
|
||||
<option data-subtext="French's">Mustard</option>
|
||||
<option data-subtext="Heinz">Ketchup</option>
|
||||
<option data-subtext="Sweet">Relish</option>
|
||||
<option data-subtext="Miracle Whip">Mayonnaise</option>
|
||||
<option data-divider="true"></option>
|
||||
<option data-subtext="Honey">Barbecue Sauce</option>
|
||||
<option data-subtext="Ranch">Salad Dressing</option>
|
||||
<option data-subtext="Sweet & Spicy">Tabasco</option>
|
||||
<option data-subtext="Chunky">Salsa</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<div style="overflow:hidden;">
|
||||
<select class="selectpicker">
|
||||
...
|
||||
</select>
|
||||
<select class="selectpicker" data-container="body">
|
||||
...
|
||||
</select>
|
||||
</div>
|
||||
```
|
||||
|
||||
## Dropup menu
|
||||
|
||||
`dropupAuto` is set to true by default, which automatically determines whether or not the menu should display above or below the select box. If `dropupAuto` is set to false, manually make the select a dropup menu by adding the `.dropup` class to the select.
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker dropup">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker dropup">
|
||||
...
|
||||
</select>
|
||||
```
|
||||
|
||||
# Disabled
|
||||
|
||||
---
|
||||
|
||||
## Disabled select box
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker" disabled>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker" disabled>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Disabled options
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option disabled>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option disabled>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
## Disabled option groups
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<select class="selectpicker test">
|
||||
<optgroup label="Picnic" disabled>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</optgroup>
|
||||
<optgroup label="Camping">
|
||||
<option>Tent</option>
|
||||
<option>Flashlight</option>
|
||||
<option>Toilet Paper</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker test">
|
||||
<optgroup label="Picnic" disabled>
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</optgroup>
|
||||
<optgroup label="Camping">
|
||||
<option>Tent</option>
|
||||
<option>Flashlight</option>
|
||||
<option>Toilet Paper</option>
|
||||
</optgroup>
|
||||
</select>
|
||||
```
|
||||
92
public/static/libs/bootstrap-select/docs/docs/index.md
Normal file
92
public/static/libs/bootstrap-select/docs/docs/index.md
Normal file
@@ -0,0 +1,92 @@
|
||||
# Getting Started
|
||||
|
||||
---
|
||||
|
||||
## Dependencies
|
||||
|
||||
Requires jQuery v1.8.0+, Bootstrap’s dropdown.js component, and Bootstrap's CSS. If you're not already using Bootstrap in your project, a precompiled version of the minimum requirements can be downloaded [here](http://getbootstrap.com/customize/?id=7830063837006f6fc84f).
|
||||
|
||||
## CDNJS
|
||||
|
||||
The folks at CDNJS host a copy of the library. The CDN is updated after the release is made public, which means there is a delay between the publishing of a release and its availability on the CDN, so keep that in mind. Just use these links:
|
||||
|
||||
```html
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.11.2/css/bootstrap-select.min.css">
|
||||
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.11.2/js/bootstrap-select.min.js"></script>
|
||||
|
||||
<!-- (Optional) Latest compiled and minified JavaScript translation files -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.11.2/js/i18n/defaults-*.min.js"></script>
|
||||
```
|
||||
|
||||
## Install with Bower
|
||||
|
||||
You can also install bootstrap-select using [Bower](http://bower.io):
|
||||
|
||||
```elixir
|
||||
$ bower install bootstrap-select
|
||||
```
|
||||
|
||||
## Install with npm
|
||||
|
||||
You can also install bootstrap-select using [npm](https://www.npmjs.com/package/bootstrap-select):
|
||||
|
||||
```elixir
|
||||
$ npm install bootstrap-select
|
||||
```
|
||||
|
||||
## Install with NuGet
|
||||
|
||||
You can also install bootstrap-select using [NuGet](https://www.nuget.org/packages/bootstrap-select):
|
||||
|
||||
```elixir
|
||||
$ Install-Package bootstrap-select
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
---
|
||||
|
||||
Create your `<select>` with the `.selectpicker` class. The data-api will automatically theme these elements.
|
||||
|
||||
```html
|
||||
<select class="selectpicker">
|
||||
<option>Mustard</option>
|
||||
<option>Ketchup</option>
|
||||
<option>Relish</option>
|
||||
</select>
|
||||
```
|
||||
|
||||
Options can be passed via data attributes or JavaScript.
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker({
|
||||
style: 'btn-info',
|
||||
size: 4
|
||||
});
|
||||
```
|
||||
|
||||
# Used by
|
||||
|
||||
---
|
||||
|
||||
<div class="row logo-block">
|
||||
<div class="logo-container">
|
||||
<a href="https://snapappointments.com" target="_blank"><img src="img/logos/snapappointments.png" alt="SnapAppointments"></a>
|
||||
</div>
|
||||
<div class="logo-container">
|
||||
<a href="https://www.thermofisher.com" target="_blank"><img src="img/logos/thermofisher.png" alt="Thermo Fisher Scientific Inc."></a>
|
||||
</div>
|
||||
<div class="logo-container">
|
||||
<a href="https://www.membermeister.com" target="_blank"><img src="img/logos/membermeister.png" alt="membermeister"></a>
|
||||
</div>
|
||||
<div class="logo-container">
|
||||
<a href="https://solveforall.com" target="_blank"><img src="img/logos/solveforall.png" alt="Solve for All"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="text-muted">Does your organization use bootstrap-select? Open an issue, and include a link and logo, and you'll be added to the list.</div>
|
||||
|
||||
|
||||
231
public/static/libs/bootstrap-select/docs/docs/methods.md
Normal file
231
public/static/libs/bootstrap-select/docs/docs/methods.md
Normal file
@@ -0,0 +1,231 @@
|
||||
# Methods
|
||||
|
||||
Interface with bootstrap-select.
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('val')`
|
||||
|
||||
You can set the selected value by calling the `val` method on the element.
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('val', 'Mustard');
|
||||
$('.selectpicker').selectpicker('val', ['Mustard','Relish']);
|
||||
```
|
||||
|
||||
This is different to calling `val()` directly on the `select` element. If you call `val()` on the element directly, the bootstrap-select ui will not refresh (as the change event only fires from user interaction). You will have to call the ui refresh method yourself.
|
||||
|
||||
```js
|
||||
$('.selectpicker').val('Mustard');
|
||||
$('.selectpicker').selectpicker('render');
|
||||
|
||||
// this is the equivalent of the above
|
||||
$('.selectpicker').selectpicker('val', 'Mustard');
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('selectAll')`
|
||||
|
||||
This will select all items in a multi-select.
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('selectAll');
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('deselectAll')`
|
||||
|
||||
This will deselect all items in a multi-select.
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('deselectAll');
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('render')`
|
||||
|
||||
You can force a re-render of the bootstrap-select ui with the `render` method. This is useful if you programatically change any underlying values that affect the layout of the element.
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('render');
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('mobile')`
|
||||
|
||||
Enable mobile scrolling by calling `$('.selectpicker').selectpicker('mobile')`. This enables the device's native menu for select menus.
|
||||
|
||||
The method for detecting the browser is left up to the user.
|
||||
|
||||
```js
|
||||
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry/i.test(navigator.userAgent) ) {
|
||||
$('.selectpicker').selectpicker('mobile');
|
||||
}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('setStyle')`
|
||||
|
||||
Modify the class(es) associated with either the button itself or its container.
|
||||
|
||||
If changing the class on the container:
|
||||
|
||||
```js
|
||||
$('.selectpicker').addClass('col-lg-12').selectpicker('setStyle');
|
||||
```
|
||||
|
||||
If changing the class(es) on the button (altering data-style):
|
||||
|
||||
```js
|
||||
// Replace Class
|
||||
$('.selectpicker').selectpicker('setStyle', 'btn-danger');
|
||||
|
||||
// Add Class
|
||||
$('.selectpicker').selectpicker('setStyle', 'btn-large', 'add');
|
||||
|
||||
// Remove Class
|
||||
$('.selectpicker').selectpicker('setStyle', 'btn-large', 'remove');
|
||||
```
|
||||
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('refresh')`
|
||||
|
||||
To programmatically update a select with JavaScript, first manipulate the select, then use the `refresh` method to
|
||||
update the UI to match the new state. This is necessary when removing or adding options, or when disabling/enabling a
|
||||
select via JavaScript.
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('refresh');
|
||||
```
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker remove-example">
|
||||
<option value="Mustard">Mustard</option>
|
||||
<option value="Ketchup">Ketchup</option>
|
||||
<option value="Relish">Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-warning rm-mustard">Remove Mustard</button>
|
||||
<button class="btn btn-danger rm-ketchup">Remove Ketchup</button>
|
||||
<button class="btn btn-success rm-relish">Remove Relish</button>
|
||||
</div>
|
||||
|
||||
```html
|
||||
<select class="selectpicker remove-example">
|
||||
<option value="Mustard">Mustard</option>
|
||||
<option value="Ketchup">Ketchup</option>
|
||||
<option value="Relish">Relish</option>
|
||||
</select>
|
||||
|
||||
<button class="btn btn-warning rm-mustard">Remove Mustard</button>
|
||||
<button class="btn btn-danger rm-ketchup">Remove Ketchup</button>
|
||||
<button class="btn btn-success rm-relish">Remove Relish</button>
|
||||
```
|
||||
```js
|
||||
$('.rm-mustard').click(function () {
|
||||
$('.remove-example').find('[value=Mustard]').remove();
|
||||
$('.remove-example').selectpicker('refresh');
|
||||
});
|
||||
```
|
||||
|
||||
<div class="bs-docs-example">
|
||||
<div class="form-group">
|
||||
<select class="selectpicker disable-example">
|
||||
<option value="Mustard">Mustard</option>
|
||||
<option value="Ketchup">Ketchup</option>
|
||||
<option value="Relish">Relish</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<button class="btn btn-default ex-disable"><i class="icon-remove"></i> Disable</button>
|
||||
<button class="btn btn-default ex-enable"><i class="icon-ok"></i> Enable</button>
|
||||
</div>
|
||||
|
||||
```js
|
||||
$('.ex-disable').click(function () {
|
||||
$('.disable-example').prop('disabled', true);
|
||||
$('.disable-example').selectpicker('refresh');
|
||||
});
|
||||
|
||||
$('.ex-enable').click(function () {
|
||||
$('.disable-example').prop('disabled', false);
|
||||
$('.disable-example').selectpicker('refresh');
|
||||
});
|
||||
```
|
||||
|
||||
<script type="text/javascript">
|
||||
window.onload = function () {
|
||||
var $re = $('.remove-example'),
|
||||
$de = $('.disable-example');
|
||||
|
||||
$('.rm-mustard').click(function () {
|
||||
$re.find('[value=Mustard]').remove();
|
||||
$re.selectpicker('refresh');
|
||||
});
|
||||
$('.rm-ketchup').click(function () {
|
||||
$re.find('[value=Ketchup]').remove();
|
||||
$re.selectpicker('refresh');
|
||||
});
|
||||
$('.rm-relish').click(function () {
|
||||
$re.find('[value=Relish]').remove();
|
||||
$re.selectpicker('refresh');
|
||||
});
|
||||
$('.ex-disable').click(function () {
|
||||
$de.prop('disabled', true);
|
||||
$de.selectpicker('refresh');
|
||||
});
|
||||
$('.ex-enable').click(function () {
|
||||
$de.prop('disabled', false);
|
||||
$de.selectpicker('refresh');
|
||||
});
|
||||
};
|
||||
</script>
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('toggle')`
|
||||
|
||||
Programmatically toggles the bootstrap-select menu open/closed.
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('toggle');
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('hide')`
|
||||
|
||||
To programmatically hide the bootstrap-select use the `hide` method (this only affects the visibility of the bootstrap-select itself).
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('hide');
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('show')`
|
||||
|
||||
To programmatically show the bootstrap-select use the `show` method (this only affects the visibility of the bootstrap-select itself).
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('show');
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
#### `.selectpicker('destroy')`
|
||||
|
||||
To programmatically destroy the bootstrap-select, use the `destroy` method.
|
||||
|
||||
```js
|
||||
$('.selectpicker').selectpicker('destroy');
|
||||
```
|
||||
334
public/static/libs/bootstrap-select/docs/docs/options.md
Normal file
334
public/static/libs/bootstrap-select/docs/docs/options.md
Normal file
@@ -0,0 +1,334 @@
|
||||
# Core options
|
||||
|
||||
---
|
||||
|
||||
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to `data-`, as in
|
||||
`data-style=""` or `data-selected-text-format="count"`.
|
||||
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="width: 15%;">Name</th>
|
||||
<th style="width: 32%;">Type</th>
|
||||
<th style="width: 10%;">Default</th>
|
||||
<th style="width: 43%;">Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>actionsBox</td>
|
||||
<td>boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>When set to <code>true</code>, adds two buttons to the top of the dropdown menu (<strong>Select All</strong> & <strong>Deselect All</strong>).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>container</td>
|
||||
<td>string | false</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>When set to a string, appends the select to a specific element or selector, e.g.,
|
||||
<code>container: 'body' | '.main-body'</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>countSelectedText</td>
|
||||
<td>string | function</td>
|
||||
<td><code>function</code></td>
|
||||
<td>
|
||||
<p>Sets the format for the text displayed when selectedTextFormat is <code>count</code> or <code>count >
|
||||
#</code>. {0} is the selected amount. {1} is total available for selection.</p>
|
||||
<p>When set to a function, the first parameter is the number of selected options, and the second is the total number of
|
||||
options. The function must return a string.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>deselectAllText</td>
|
||||
<td>string</td>
|
||||
<td><code>'Deselect All'</code></td>
|
||||
<td>
|
||||
<p>The text on the button that deselects all options when <code>actionsBox</code> is enabled.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dropdownAlignRight</td>
|
||||
<td>boolean | 'auto'</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>Align the menu to the right instead of the left. If set to <code>'auto'</code>, the menu will automatically align right if there isn't room for the menu's full width when aligned to the left.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>dropupAuto</td>
|
||||
<td>boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>
|
||||
<p>checks to see which has more room, above or below. If the dropup has enough room to fully open normally, but
|
||||
there is more room above, the dropup still opens normally. Otherwise, it becomes a dropup. If dropupAuto is
|
||||
set to false, dropups must be called manually.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>header</td>
|
||||
<td>string</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>adds a header to the top of the menu; includes a close button by default</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hideDisabled</td>
|
||||
<td>boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>removes disabled options and optgroups from the menu <code>data-hide-disabled: true</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>iconBase</td>
|
||||
<td>string</td>
|
||||
<td><code>'glyphicon'</code></td>
|
||||
<td>
|
||||
<p>Set the base to use a different icon font instead of Glyphicons. If changing iconBase, you might also want to change <code>tickIcon</code>, in case the new icon font uses a different naming scheme.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>liveSearch</td>
|
||||
<td>boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>When set to <code>true</code>, adds a search box to the top of the selectpicker dropdown.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>liveSearchNormalize</td>
|
||||
<td>boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>Setting liveSearchNormalize to <code>true</code> allows for accent-insensitive searching.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>liveSearchPlaceholder</td>
|
||||
<td>string</td>
|
||||
<td><code>null</code></td>
|
||||
<td>
|
||||
<p>When set to a string, a placeholder attribute equal to the string will be added to the liveSearch input.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>liveSearchStyle</td>
|
||||
<td>string</td>
|
||||
<td><code>'contains'</code></td>
|
||||
<td>
|
||||
<p>When set to <code>'contains'</code>, searching will reveal options that contain the searched text. For example, searching for pl with return both Ap<b>pl</b>e, <b>Pl</b>um, and <b>Pl</b>antain. When set to <code>'startsWith'</code>, searching for pl will return only <b>Pl</b>um and <b>Pl</b>antain.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maxOptions</td>
|
||||
<td>integer | false</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>When set to an integer and in a multi-select, the number of selected options cannot exceed the given value.</p>
|
||||
<p>This option can also exist as a data-attribute for an <code><optgroup></code>, in which case it only
|
||||
applies to that <code><optgroup></code>.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>maxOptionsText</td>
|
||||
<td>string | array | function</td>
|
||||
<td><code>function</code></td>
|
||||
<td>
|
||||
<p>The text that is displayed when maxOptions is enabled and the maximum number of options for the given scenario have been selected.</p>
|
||||
<p>If a function is used, it must return an array. array[0] is the text used when maxOptions is applied to the entire select element. array[1] is the text used when maxOptions is used on an optgroup. If a string is used, the same text is used for both the element and the optgroup.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>mobile</td>
|
||||
<td>boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>When set to <code>true</code>, enables the device's native menu for select menus.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>multipleSeparator</td>
|
||||
<td>string</td>
|
||||
<td><code>', '</code></td>
|
||||
<td>
|
||||
<p>Set the character displayed in the button that separates selected options.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>noneSelectedText</td>
|
||||
<td>string</td>
|
||||
<td><code>'Nothing selected'</code></td>
|
||||
<td>
|
||||
<p>The text that is displayed when a multiple select has no selected options.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>selectAllText</td>
|
||||
<td>string</td>
|
||||
<td><code>'Select All'</code></td>
|
||||
<td>
|
||||
<p>The text on the button that selects all options when <code>actionsBox</code> is enabled.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>selectedTextFormat</td>
|
||||
<td><code>'values'</code> | <code>'static'</code> | <code>'count'</code> | <code>'count > x'</code> (where x is an integer)</td>
|
||||
<td><code>'values'</code></td>
|
||||
<td>
|
||||
<p>Specifies how the selection is displayed with a multiple select.</p>
|
||||
<p><code>'values'</code> displays a list of the selected options (separated by <code>multipleSeparator</code>. <code>'static'</code> simply displays the select element's title. <code>'count'</code> displays the total number of selected options. <code>'count > x'</code> behaves like <code>'values'</code> until the number of selected options is greater than x; after that, it behaves like <code>'count'</code>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>selectOnTab</td>
|
||||
<td>boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>When set to <code>true</code>, treats the tab character like the enter or space characters within the
|
||||
selectpicker dropdown.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>showContent</td>
|
||||
<td>boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>
|
||||
<p>When set to <code>true</code>, display custom HTML associated with selected option(s) in the button. When set
|
||||
to <code>false</code>, the option value will be displayed instead.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>showIcon</td>
|
||||
<td>boolean</td>
|
||||
<td><code>true</code></td>
|
||||
<td>
|
||||
<p>When set to <code>true</code>, display icon(s) associated with selected option(s) in the button.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>showSubtext</td>
|
||||
<td>boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>When set to <code>true</code>, display subtext associated with a selected option in the button.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>showTick</td>
|
||||
<td>boolean</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>Show checkmark on selected option (for items without <code>multiple</code> attribute).</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>size</td>
|
||||
<td><code>'auto'</code> | integer | false</td>
|
||||
<td><code>'auto'</code></td>
|
||||
<td>
|
||||
<p>When set to <code>'auto'</code>, the menu always opens up to show as many items as the window will allow
|
||||
without being cut off.</p>
|
||||
<p>When set to an integer, the menu will show the given number of items, even if the dropdown is cut off.</p>
|
||||
<p>When set to <code>false</code>, the menu will always show all items.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>style</td>
|
||||
<td>string | null</td>
|
||||
<td><code>null</code></td>
|
||||
<td>
|
||||
<p>When set to a string, add the value to the button's style.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>tickIcon</td>
|
||||
<td>string</td>
|
||||
<td><code>'glyphicon-ok'</code></td>
|
||||
<td>
|
||||
<p>Set which icon to use to display as the "tick" next to selected options.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>title</td>
|
||||
<td>string | null</td>
|
||||
<td><code>null</code></td>
|
||||
<td>
|
||||
<p>The default title for the selectpicker.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>width</td>
|
||||
<td><code>'auto'</code> | <code>'fit'</code> | css-width | false (where <code>css-width</code> is a CSS width with units, e.g. <code>100px</code>)</td>
|
||||
<td><code>false</code></td>
|
||||
<td>
|
||||
<p>When set to <code>auto</code>, the width of the selectpicker is automatically adjusted to accommodate the
|
||||
widest option.</p>
|
||||
<p>When set to a css-width, the width of the selectpicker is forced inline to the given value.</p>
|
||||
<p>When set to <code>false</code>, all width information is removed.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
# Events
|
||||
|
||||
---
|
||||
|
||||
Bootstrap-select exposes a few events for hooking into select functionality.
|
||||
|
||||
hide.bs.select, hidden.bs.select, show.bs.select, and shown.bs.select all have a `relatedTarget` property, whose value is the toggling anchor element.
|
||||
|
||||
<table class="table table-bordered table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Event Type</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>show.bs.select</td>
|
||||
<td>This event fires immediately when the show instance method is called.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>shown.bs.select</td>
|
||||
<td>This event is fired when the dropdown has been made visible to the user (will wait for CSS transitions, to complete).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hide.bs.select</td>
|
||||
<td>This event is fired immediately when the hide instance method has been called.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hidden.bs.select</td>
|
||||
<td>This event is fired when the dropdown has finished being hidden from the user (will wait for CSS transitions, to complete).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>loaded.bs.select</td>
|
||||
<td>This event fires after the select has been initialized.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>rendered.bs.select</td>
|
||||
<td>This event fires after the render instance has been called.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>refreshed.bs.select</td>
|
||||
<td>This event fires after the refresh instance has been called.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>changed.bs.select</td>
|
||||
<td>This event fires after the select's value has been changed. It passes through event, clickedIndex, newValue, oldValue.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
```js
|
||||
$('#mySelect').on('hidden.bs.select', function (e) {
|
||||
// do something...
|
||||
});
|
||||
```
|
||||
17
public/static/libs/bootstrap-select/docs/mkdocs.yml
Normal file
17
public/static/libs/bootstrap-select/docs/mkdocs.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
site_name: bootstrap-select
|
||||
site_description: Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.
|
||||
repo_url: https://github.com/silviomoreto/bootstrap-select
|
||||
theme: bootstrap
|
||||
theme_dir: custom_theme
|
||||
extra_css:
|
||||
- css/custom.css
|
||||
- dist/css/bootstrap-select.min.css
|
||||
extra_javascript:
|
||||
- dist/js/bootstrap-select.min.js
|
||||
pages:
|
||||
- Bootstrap-select: index.md
|
||||
- Examples: examples.md
|
||||
- Options: options.md
|
||||
- Methods: methods.md
|
||||
extra:
|
||||
version: 1.11.2
|
||||
Reference in New Issue
Block a user