Skip to content

Commit 0c1129b

Browse files
authored
Merge pull request #492 from wenzhixin/develop
1.4.3
2 parents fa934ca + 5baffc8 commit 0c1129b

File tree

110 files changed

+7661
-2337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

110 files changed

+7661
-2337
lines changed

.eslintignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ site
44
docs_
55
_gh_pages
66
vue-starter
7+
vue-examples

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## Changelog
22

3+
### 1.4.3
4+
5+
- **New:** Added `object` support for `data` option.
6+
- **Update:** Updated vue-es build filename.
7+
- **Update:** Updated event name to lowercase hyphen format of vue component.
8+
- **Update:** Fixed `defaultValue` error without `v-model`.
9+
- **Update:** Fixed uncheck all cannot trigger `change` bug.
10+
- **Update:** Fixed `v-model` not work bug when `props` changed.
11+
- **Update:** Fixed min version throw cannot convert object to primitive value error.
12+
- **Update:** Removed label spaces of customFilter params.
13+
- **Update:** Removed text spaces of the option label.
14+
315
### 1.4.2
416

517
- **New:** Added `string/number` array support for `data` option.

deploy.sh

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ SOURCE_BRANCH="master"
55
TARGET_BRANCH="gh-pages"
66

77
function doCompile {
8+
cd vue-examples
9+
npm install
10+
npm run build
11+
cd ..
812
npm run docs
913
cp -r site/website/build/multiple-select/* build
1014
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
33
*
4-
* @version v1.4.2
4+
* @version v1.4.3
55
* @homepage http://multiple-select.wenzhixin.net.cn
66
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
77
* @license MIT
88
*/
99

10-
(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"])});
10+
!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"])}));
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
33
*
4-
* @version v1.4.2
4+
* @version v1.4.3
55
* @homepage http://multiple-select.wenzhixin.net.cn
66
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
77
* @license MIT
88
*/
99

10-
(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"])});
10+
!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"])}));
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
33
*
4-
* @version v1.4.2
4+
* @version v1.4.3
55
* @homepage http://multiple-select.wenzhixin.net.cn
66
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
77
* @license MIT
88
*/
99

10-
(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"])});
10+
!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"])}));
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
/**
22
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
33
*
4-
* @version v1.4.2
4+
* @version v1.4.3
55
* @homepage http://multiple-select.wenzhixin.net.cn
66
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
77
* @license MIT
88
*/
99

10-
(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"])});
10+
!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"])}));

0 commit comments

Comments
 (0)