-
-
Notifications
You must be signed in to change notification settings - Fork 652
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 #492 from wenzhixin/develop
1.4.3
- Loading branch information
Showing
110 changed files
with
7,661 additions
and
2,337 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ site | |
docs_ | ||
_gh_pages | ||
vue-starter | ||
vue-examples |
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
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :). | ||
* | ||
* @version v1.4.2 | ||
* @version v1.4.3 | ||
* @homepage http://multiple-select.wenzhixin.net.cn | ||
* @author wenzhixin <[email protected]> (http://wenzhixin.net.cn/) | ||
* @license MIT | ||
*/ | ||
|
||
(function(a,b){"object"==typeof exports&&"undefined"!=typeof module?b(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],b):(a=a||self,b(a.jQuery))})(this,function(a){'use strict';a=a&&a.hasOwnProperty("default")?a["default"]:a,a.fn.multipleSelect.locales["en-US"]={formatSelectAll:function(){return"[Select all]"},formatAllSelected:function(){return"All selected"},formatCountSelected:function(a,b){return a+" of "+b+" selected"},formatNoMatchesFound:function(){return"No matches found"}},a.extend(a.fn.multipleSelect.defaults,a.fn.multipleSelect.locales["en-US"])}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e=e||self).jQuery)}(this,(function(e){"use strict";(e=e&&e.hasOwnProperty("default")?e.default:e).fn.multipleSelect.locales["en-US"]={formatSelectAll:function(){return"[Select all]"},formatAllSelected:function(){return"All selected"},formatCountSelected:function(e,t){return e+" of "+t+" selected"},formatNoMatchesFound:function(){return"No matches found"}},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["en-US"])})); |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :). | ||
* | ||
* @version v1.4.2 | ||
* @version v1.4.3 | ||
* @homepage http://multiple-select.wenzhixin.net.cn | ||
* @author wenzhixin <[email protected]> (http://wenzhixin.net.cn/) | ||
* @license MIT | ||
*/ | ||
|
||
(function(a,b){"object"==typeof exports&&"undefined"!=typeof module?b(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],b):(a=a||self,b(a.jQuery))})(this,function(a){'use strict';a=a&&a.hasOwnProperty("default")?a["default"]:a,a.fn.multipleSelect.locales["es-ES"]={formatSelectAll:function(){return"[Seleccionar todo]"},formatAllSelected:function(){return"Todos seleccionados"},formatCountSelected:function(a,b){return a+" de "+b+" seleccionado"},formatNoMatchesFound:function(){return"No se encontraron coincidencias"}},a.extend(a.fn.multipleSelect.defaults,a.fn.multipleSelect.locales["es-ES"])}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e=e||self).jQuery)}(this,(function(e){"use strict";(e=e&&e.hasOwnProperty("default")?e.default:e).fn.multipleSelect.locales["es-ES"]={formatSelectAll:function(){return"[Seleccionar todo]"},formatAllSelected:function(){return"Todos seleccionados"},formatCountSelected:function(e,t){return e+" de "+t+" seleccionado"},formatNoMatchesFound:function(){return"No se encontraron coincidencias"}},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["es-ES"])})); |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :). | ||
* | ||
* @version v1.4.2 | ||
* @version v1.4.3 | ||
* @homepage http://multiple-select.wenzhixin.net.cn | ||
* @author wenzhixin <[email protected]> (http://wenzhixin.net.cn/) | ||
* @license MIT | ||
*/ | ||
|
||
(function(a,b){"object"==typeof exports&&"undefined"!=typeof module?b(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],b):(a=a||self,b(a.jQuery))})(this,function(a){'use strict';a=a&&a.hasOwnProperty("default")?a["default"]:a,a.fn.multipleSelect.locales["zh-CN"]={formatSelectAll:function(){return"[\u5168\u9009]"},formatAllSelected:function(){return"\u5DF2\u9009\u62E9\u6240\u6709\u8BB0\u5F55"},formatCountSelected:function(a,b){return"\u5DF2\u4ECE"+b+"\u6761\u8BB0\u5F55\u4E2D\u9009\u62E9"+a+"\u6761"},formatNoMatchesFound:function(){return"\u6CA1\u6709\u627E\u5230\u8BB0\u5F55"}},a.extend(a.fn.multipleSelect.defaults,a.fn.multipleSelect.locales["zh-CN"])}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e=e||self).jQuery)}(this,(function(e){"use strict";(e=e&&e.hasOwnProperty("default")?e.default:e).fn.multipleSelect.locales["zh-CN"]={formatSelectAll:function(){return"[全选]"},formatAllSelected:function(){return"已选择所有记录"},formatCountSelected:function(e,t){return"已从"+t+"条记录中选择"+e+"条"},formatNoMatchesFound:function(){return"没有找到记录"}},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["zh-CN"])})); |
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/** | ||
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :). | ||
* | ||
* @version v1.4.2 | ||
* @version v1.4.3 | ||
* @homepage http://multiple-select.wenzhixin.net.cn | ||
* @author wenzhixin <[email protected]> (http://wenzhixin.net.cn/) | ||
* @license MIT | ||
*/ | ||
|
||
(function(a,b){"object"==typeof exports&&"undefined"!=typeof module?b(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],b):(a=a||self,b(a.jQuery))})(this,function(a){'use strict';a=a&&a.hasOwnProperty("default")?a["default"]:a,a.fn.multipleSelect.locales["zh-TW"]={formatSelectAll:function(){return"[\u5168\u9078]"},formatAllSelected:function(){return"\u5DF2\u9078\u64C7\u6240\u6709\u8A18\u9304"},formatCountSelected:function(a,b){return"\u5DF2\u5F9E"+b+"\u689D\u8A18\u9304\u4E2D\u9078\u64C7"+a+"\u689D"},formatNoMatchesFound:function(){return"\u6C92\u6709\u627E\u5230\u8A18\u9304"}},a.extend(a.fn.multipleSelect.defaults,a.fn.multipleSelect.locales["zh-TW"])}); | ||
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e=e||self).jQuery)}(this,(function(e){"use strict";(e=e&&e.hasOwnProperty("default")?e.default:e).fn.multipleSelect.locales["zh-TW"]={formatSelectAll:function(){return"[全選]"},formatAllSelected:function(){return"已選擇所有記錄"},formatCountSelected:function(e,t){return"已從"+t+"條記錄中選擇"+e+"條"},formatNoMatchesFound:function(){return"沒有找到記錄"}},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["zh-TW"])})); |
Oops, something went wrong.