This repository has been archived by the owner on Nov 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #339 from sjardine/master
Updated select to version 1.12.4.
- Loading branch information
Showing
81 changed files
with
1,591 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
...org/gwtbootstrap3/extras/select/client/resource/css/bootstrap-select-1.12.0.min.cache.css
This file was deleted.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
...org/gwtbootstrap3/extras/select/client/resource/css/bootstrap-select-1.12.4.min.cache.css
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...s/org/gwtbootstrap3/extras/select/client/resource/js/bootstrap-select-1.12.0.min.cache.js
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
...g/gwtbootstrap3/extras/select/client/resource/js/bootstrap-select-1.12.0.min.cache.js.map
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
...s/org/gwtbootstrap3/extras/select/client/resource/js/bootstrap-select-1.12.4.min.cache.js
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...g/gwtbootstrap3/extras/select/client/resource/js/bootstrap-select-1.12.4.min.cache.js.map
Large diffs are not rendered by default.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
...rg/gwtbootstrap3/extras/select/client/resource/js/i18n.cache.1.12.0/defaults-ro_RO.min.js
This file was deleted.
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
...es/org/gwtbootstrap3/extras/select/client/resource/js/i18n.cache.1.12.4/defaults-ar_AR.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
/*! | ||
* Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select) | ||
* | ||
* Copyright 2013-2017 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 module === 'object' && module.exports) { | ||
// 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(root["jQuery"]); | ||
} | ||
}(this, function (jQuery) { | ||
|
||
/*! | ||
* Translated default messages for bootstrap-select. | ||
* Locale: AR (Arabic) | ||
* Author: Yasser Lotfy <[email protected]> | ||
*/ | ||
(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); | ||
|
||
|
||
})); |
4 changes: 2 additions & 2 deletions
4
...s/i18n.cache.1.12.0/defaults-ar_AR.min.js → ...s/i18n.cache.1.12.4/defaults-ar_AR.min.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 44 additions & 0 deletions
44
...es/org/gwtbootstrap3/extras/select/client/resource/js/i18n.cache.1.12.4/defaults-bg_BG.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/*! | ||
* Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select) | ||
* | ||
* Copyright 2013-2017 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 module === 'object' && module.exports) { | ||
// 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(root["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); | ||
|
||
|
||
})); |
4 changes: 2 additions & 2 deletions
4
...s/i18n.cache.1.12.0/defaults-bg_BG.min.js → ...s/i18n.cache.1.12.4/defaults-bg_BG.min.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.