@atlassian/aui 9.12.2 → 9.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/aui/aui-prototyping-design-tokens-api-full.js +1 -1
- package/dist/aui/aui-prototyping-design-tokens-api.js +1 -1
- package/dist/aui/aui-prototyping-design-tokens-base-themes-css.css +1 -1
- package/dist/aui/aui-prototyping-design-tokens-base-themes-css.js +1 -1
- package/dist/aui/aui-prototyping-design-tokens-base-themes.js +1 -1
- package/dist/aui/aui-prototyping.css +1 -1
- package/dist/aui/aui-prototyping.js +2 -2
- package/dist/aui/aui-prototyping.js.map +1 -1
- package/dist/aui/aui-prototyping.nodeps.css +1 -1
- package/dist/aui/aui-prototyping.nodeps.js +2 -2
- package/dist/aui/aui-prototyping.nodeps.js.map +1 -1
- package/package.json +3 -8
- package/src/js/aui/flag.js +7 -5
- package/src/js/aui/internal/alignment.js +1 -1
- package/src/js-vendor-effective/jquery-aop/LICENSE +21 -0
- package/src/js-vendor-effective/jquery-aop/README.md +54 -0
- package/src/js-vendor-effective/jquery-aop/aop.js +395 -0
- package/src/js-vendor-effective/jquery-aop/jquery-aop.txt +5 -0
- package/src/js-vendor-effective/jquery-aop/package.json +16 -0
- package/src/js-vendor-effective/jquery-form/jquery.form.js +819 -0
- package/src/js-vendor-effective/jquery-form/package.json +15 -0
- package/src/js-vendor-effective/jquery.hotkeys/jquery.hotkeys.js +176 -0
- package/src/js-vendor-effective/jquery.hotkeys/package.json +14 -0
- package/src/js-vendor-effective/select2/CONTRIBUTING.md +107 -0
- package/src/js-vendor-effective/select2/LICENSE +18 -0
- package/src/js-vendor-effective/select2/README.md +115 -0
- package/src/js-vendor-effective/select2/bower.json +8 -0
- package/src/js-vendor-effective/select2/component.json +66 -0
- package/src/js-vendor-effective/select2/composer.json +29 -0
- package/src/js-vendor-effective/select2/package.json +20 -0
- package/src/js-vendor-effective/select2/release.sh +79 -0
- package/src/js-vendor-effective/select2/select2-bootstrap.css +87 -0
- package/src/js-vendor-effective/select2/select2-spinner.gif +0 -0
- package/src/js-vendor-effective/select2/select2.css +692 -0
- package/src/js-vendor-effective/select2/select2.jquery.json +36 -0
- package/src/js-vendor-effective/select2/select2.js +3729 -0
- package/src/js-vendor-effective/select2/select2.min.js +23 -0
- package/src/js-vendor-effective/select2/select2.png +0 -0
- package/src/js-vendor-effective/select2/select2_locale_ar.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_az.js +20 -0
- package/src/js-vendor-effective/select2/select2_locale_bg.js +20 -0
- package/src/js-vendor-effective/select2/select2_locale_ca.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_cs.js +51 -0
- package/src/js-vendor-effective/select2/select2_locale_da.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_de.js +18 -0
- package/src/js-vendor-effective/select2/select2_locale_el.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_en.js.template +20 -0
- package/src/js-vendor-effective/select2/select2_locale_es.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_et.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_eu.js +45 -0
- package/src/js-vendor-effective/select2/select2_locale_fa.js +21 -0
- package/src/js-vendor-effective/select2/select2_locale_fi.js +30 -0
- package/src/js-vendor-effective/select2/select2_locale_fr.js +18 -0
- package/src/js-vendor-effective/select2/select2_locale_gl.js +45 -0
- package/src/js-vendor-effective/select2/select2_locale_he.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_hr.js +24 -0
- package/src/js-vendor-effective/select2/select2_locale_hu.js +17 -0
- package/src/js-vendor-effective/select2/select2_locale_id.js +21 -0
- package/src/js-vendor-effective/select2/select2_locale_is.js +17 -0
- package/src/js-vendor-effective/select2/select2_locale_it.js +17 -0
- package/src/js-vendor-effective/select2/select2_locale_ja.js +17 -0
- package/src/js-vendor-effective/select2/select2_locale_ka.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_ko.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_lt.js +26 -0
- package/src/js-vendor-effective/select2/select2_locale_lv.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_mk.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_ms.js +21 -0
- package/src/js-vendor-effective/select2/select2_locale_nb.js +22 -0
- package/src/js-vendor-effective/select2/select2_locale_nl.js +17 -0
- package/src/js-vendor-effective/select2/select2_locale_pl.js +54 -0
- package/src/js-vendor-effective/select2/select2_locale_pt-BR.js +18 -0
- package/src/js-vendor-effective/select2/select2_locale_pt-PT.js +17 -0
- package/src/js-vendor-effective/select2/select2_locale_ro.js +17 -0
- package/src/js-vendor-effective/select2/select2_locale_rs.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_ru.js +23 -0
- package/src/js-vendor-effective/select2/select2_locale_sk.js +50 -0
- package/src/js-vendor-effective/select2/select2_locale_sv.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_th.js +19 -0
- package/src/js-vendor-effective/select2/select2_locale_tr.js +20 -0
- package/src/js-vendor-effective/select2/select2_locale_ug-CN.js +16 -0
- package/src/js-vendor-effective/select2/select2_locale_uk.js +25 -0
- package/src/js-vendor-effective/select2/select2_locale_vi.js +20 -0
- package/src/js-vendor-effective/select2/select2_locale_zh-CN.js +16 -0
- package/src/js-vendor-effective/select2/select2_locale_zh-TW.js +16 -0
- package/src/js-vendor-effective/select2/select2x2.png +0 -0
- package/src/js-vendor-effective/tablesorter/README.md +158 -0
- package/src/js-vendor-effective/tablesorter/jquery.tablesorter.js +1925 -0
- package/src/js-vendor-effective/tablesorter/package.json +43 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Select2 Uyghur translation
|
|
3
|
+
*/
|
|
4
|
+
(function ($) {
|
|
5
|
+
"use strict";
|
|
6
|
+
$.fn.select2.locales['ug-CN'] = {
|
|
7
|
+
formatNoMatches: function () { return "ماس كېلىدىغان ئۇچۇر تېپىلمىدى"; },
|
|
8
|
+
formatInputTooShort: function (input, min) { var n = min - input.length; return "يەنە " + n + " ھەرپ كىرگۈزۈڭ";},
|
|
9
|
+
formatInputTooLong: function (input, max) { var n = input.length - max; return "" + n + "ھەرپ ئۆچۈرۈڭ";},
|
|
10
|
+
formatSelectionTooBig: function (limit) { return "ئەڭ كۆپ بولغاندا" + limit + " تال ئۇچۇر تاللىيالايسىز"; },
|
|
11
|
+
formatLoadMore: function (pageNumber) { return "ئۇچۇرلار ئوقۇلىۋاتىدۇ…"; },
|
|
12
|
+
formatSearching: function () { return "ئىزدەۋاتىدۇ…"; }
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
$.extend($.fn.select2.defaults, $.fn.select2.locales['ug-CN']);
|
|
16
|
+
})(jQuery);
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Select2 Ukrainian translation.
|
|
3
|
+
*
|
|
4
|
+
* @author bigmihail <bigmihail@bigmir.net>
|
|
5
|
+
* @author Uriy Efremochkin <efremochkin@uriy.me>
|
|
6
|
+
*/
|
|
7
|
+
(function ($) {
|
|
8
|
+
"use strict";
|
|
9
|
+
|
|
10
|
+
$.fn.select2.locales['uk'] = {
|
|
11
|
+
formatMatches: function (matches) { return character(matches, "результат") + " знайдено, використовуйте клавіші зі стрілками вверх та вниз для навігації."; },
|
|
12
|
+
formatNoMatches: function () { return "Нічого не знайдено"; },
|
|
13
|
+
formatInputTooShort: function (input, min) { return "Введіть буль ласка ще " + character(min - input.length, "символ"); },
|
|
14
|
+
formatInputTooLong: function (input, max) { return "Введіть буль ласка на " + character(input.length - max, "символ") + " менше"; },
|
|
15
|
+
formatSelectionTooBig: function (limit) { return "Ви можете вибрати лише " + character(limit, "елемент"); },
|
|
16
|
+
formatLoadMore: function (pageNumber) { return "Завантаження даних…"; },
|
|
17
|
+
formatSearching: function () { return "Пошук…"; }
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
$.extend($.fn.select2.defaults, $.fn.select2.locales['uk']);
|
|
21
|
+
|
|
22
|
+
function character (n, word) {
|
|
23
|
+
return n + " " + word + (n%10 < 5 && n%10 > 0 && (n%100 < 5 || n%100 > 19) ? n%10 > 1 ? "и" : "" : "ів");
|
|
24
|
+
}
|
|
25
|
+
})(jQuery);
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Select2 Vietnamese translation.
|
|
3
|
+
*
|
|
4
|
+
* Author: Long Nguyen <olragon@gmail.com>, Nguyen Chien Cong
|
|
5
|
+
*/
|
|
6
|
+
(function ($) {
|
|
7
|
+
"use strict";
|
|
8
|
+
|
|
9
|
+
$.fn.select2.locales['vi'] = {
|
|
10
|
+
formatNoMatches: function () { return "Không tìm thấy kết quả"; },
|
|
11
|
+
formatInputTooShort: function (input, min) { var n = min - input.length; return "Vui lòng nhập nhiều hơn " + n + " ký tự"; },
|
|
12
|
+
formatInputTooLong: function (input, max) { var n = input.length - max; return "Vui lòng nhập ít hơn " + n + " ký tự"; },
|
|
13
|
+
formatSelectionTooBig: function (limit) { return "Chỉ có thể chọn được " + limit + " lựa chọn"; },
|
|
14
|
+
formatLoadMore: function (pageNumber) { return "Đang lấy thêm kết quả…"; },
|
|
15
|
+
formatSearching: function () { return "Đang tìm…"; }
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
$.extend($.fn.select2.defaults, $.fn.select2.locales['vi']);
|
|
19
|
+
})(jQuery);
|
|
20
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Select2 Chinese translation
|
|
3
|
+
*/
|
|
4
|
+
(function ($) {
|
|
5
|
+
"use strict";
|
|
6
|
+
$.fn.select2.locales['zh-CN'] = {
|
|
7
|
+
formatNoMatches: function () { return "没有找到匹配项"; },
|
|
8
|
+
formatInputTooShort: function (input, min) { var n = min - input.length; return "请再输入" + n + "个字符";},
|
|
9
|
+
formatInputTooLong: function (input, max) { var n = input.length - max; return "请删掉" + n + "个字符";},
|
|
10
|
+
formatSelectionTooBig: function (limit) { return "你只能选择最多" + limit + "项"; },
|
|
11
|
+
formatLoadMore: function (pageNumber) { return "加载结果中…"; },
|
|
12
|
+
formatSearching: function () { return "搜索中…"; }
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
$.extend($.fn.select2.defaults, $.fn.select2.locales['zh-CN']);
|
|
16
|
+
})(jQuery);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Select2 Traditional Chinese translation
|
|
3
|
+
*/
|
|
4
|
+
(function ($) {
|
|
5
|
+
"use strict";
|
|
6
|
+
$.fn.select2.locales['zh-TW'] = {
|
|
7
|
+
formatNoMatches: function () { return "沒有找到相符的項目"; },
|
|
8
|
+
formatInputTooShort: function (input, min) { var n = min - input.length; return "請再輸入" + n + "個字元";},
|
|
9
|
+
formatInputTooLong: function (input, max) { var n = input.length - max; return "請刪掉" + n + "個字元";},
|
|
10
|
+
formatSelectionTooBig: function (limit) { return "你只能選擇最多" + limit + "項"; },
|
|
11
|
+
formatLoadMore: function (pageNumber) { return "載入中…"; },
|
|
12
|
+
formatSearching: function () { return "搜尋中…"; }
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
$.extend($.fn.select2.defaults, $.fn.select2.locales['zh-TW']);
|
|
16
|
+
})(jQuery);
|
|
Binary file
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes.
|
|
2
|
+
tablesorter can successfully parse and sort many types of data including linked data in a cell.
|
|
3
|
+
|
|
4
|
+
### Notice!
|
|
5
|
+
|
|
6
|
+
* Because of the change to the internal cache, the tablesorter v2.16+ core, filter widget and pager (both plugin & widget) will only work with the same version or newer files.
|
|
7
|
+
|
|
8
|
+
### [Documentation](//mottie.github.io/tablesorter/docs/)
|
|
9
|
+
|
|
10
|
+
* See the [full documentation](//mottie.github.io/tablesorter/docs/).
|
|
11
|
+
* All of the [original document pages](//tablesorter.com/docs/) have been included.
|
|
12
|
+
* Information from my blog post on [undocumented options](//wowmotty.blogspot.com/2011/06/jquery-tablesorter-missing-docs.html) and lots of new demos have also been included.
|
|
13
|
+
* Change log moved from included text file into the [wiki documentation](//github.com/Mottie/tablesorter/wiki/Changes).
|
|
14
|
+
|
|
15
|
+
### Demos
|
|
16
|
+
|
|
17
|
+
* [Basic alpha-numeric sort Demo](//mottie.github.com/tablesorter/).
|
|
18
|
+
* Links to demo pages can be found within the main [documentation](//mottie.github.io/tablesorter/docs/).
|
|
19
|
+
* More demos & playgrounds - updated in the [wiki pages](//github.com/Mottie/tablesorter/wiki).
|
|
20
|
+
|
|
21
|
+
### Features
|
|
22
|
+
|
|
23
|
+
* Multi-column alphanumeric sorting and filtering.
|
|
24
|
+
* Multi-tbody sorting - see the [options](//mottie.github.io/tablesorter/docs/index.html#options) table on the main document page.
|
|
25
|
+
* Supports [Bootstrap v2 and 3](//mottie.github.io/tablesorter/docs/example-widget-bootstrap-theme.html)
|
|
26
|
+
* Parsers for sorting text, alphanumeric text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats) & time. [Add your own easily](//mottie.github.io/tablesorter/docs/example-parsers.html).
|
|
27
|
+
* Inline editing - see [demo](//mottie.github.io/tablesorter/docs/example-widget-editable.html)
|
|
28
|
+
* Support for ROWSPAN and COLSPAN on TH elements.
|
|
29
|
+
* Support secondary "hidden" sorting (e.g., maintain alphabetical sort when sorting on other criteria).
|
|
30
|
+
* Extensibility via [widget system](//mottie.github.io/tablesorter/docs/example-widgets.html).
|
|
31
|
+
* Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+, Chrome 5.0+.
|
|
32
|
+
* Small code size, starting at 25K minified
|
|
33
|
+
* Works with jQuery 1.2.6+ (jQuery 1.4.1+ needed with some widgets).
|
|
34
|
+
* Works with jQuery 1.9+ ($.browser.msie was removed; needed in the original version).
|
|
35
|
+
|
|
36
|
+
### Licensing
|
|
37
|
+
|
|
38
|
+
* Copyright (c) 2007 Christian Bach.
|
|
39
|
+
* Original examples and docs at: [http://tablesorter.com](//tablesorter.com).
|
|
40
|
+
* Dual licensed under the [MIT](//www.opensource.org/licenses/mit-license.php) and [GPL](//www.gnu.org/licenses/gpl.html) licenses.
|
|
41
|
+
|
|
42
|
+
### Related Projects
|
|
43
|
+
|
|
44
|
+
* [Plugin for Rails](//github.com/themilkman/jquery-tablesorter-rails). Maintained by [themilkman](//github.com/themilkman).
|
|
45
|
+
* [PHP templating engine for tablesorter](//github.com/alexweissman/bootsole) by [alexweissman](//github.com/alexweissman).
|
|
46
|
+
|
|
47
|
+
### Special Thanks
|
|
48
|
+
|
|
49
|
+
* Big shout-out to [Nick Craver](//github.com/NickCraver) for getting rid of the `eval()` function that was previously needed for multi-column sorting.
|
|
50
|
+
* Big thanks to [thezoggy](//github.com/thezoggy) for helping with code, themes and providing valuable feedback.
|
|
51
|
+
* Big thanks to [ThsSin-](//github.com/TheSin-) for taking over for a while and also providing valuable feedback.
|
|
52
|
+
* Also extra thanks to [christhomas](//github.com/christhomas) and [Lynesth](//github.com/Lynesth) for help with code.
|
|
53
|
+
* And, of course thanks to everyone else that has contributed, and continues to contribute to this forked project!
|
|
54
|
+
|
|
55
|
+
### Questions?
|
|
56
|
+
|
|
57
|
+
* Check the [FAQ](//github.com/Mottie/tablesorter/wiki/FAQ) page.
|
|
58
|
+
* Search the [main documentation](//mottie.github.io/tablesorter/docs/) (click the menu button in the upper left corner).
|
|
59
|
+
* Search the [issues](//github.com/Mottie/tablesorter/issues) to see if the question or problem has been brought up before, and hopefully resolved.
|
|
60
|
+
* If someone is available, ask your question in the `#tablesorter` IRC channel at freenode.net.
|
|
61
|
+
* Ask your question at [Stackoverflow](//stackoverflow.com/questions/tagged/tablesorter) using a tablesorter tag.
|
|
62
|
+
* Please don't open a [new issue](//github.com/Mottie/tablesorter/issues) unless it really is an issue with the plugin, or a feature request. Thanks!
|
|
63
|
+
|
|
64
|
+
### Change Log
|
|
65
|
+
|
|
66
|
+
View the [complete listing here](//github.com/Mottie/tablesorter/wiki/Changes).
|
|
67
|
+
|
|
68
|
+
#### <a name="v2.17.8">Version 2.17.8</a> (9/15/2014)
|
|
69
|
+
|
|
70
|
+
* Core
|
|
71
|
+
* Fix `widthFixed` option to ignore info block tbodies.
|
|
72
|
+
* Make `emptyTo` & `stringTo` settings case insensitive.
|
|
73
|
+
* An empty string `headerTemplate` option will now prevent adding an inner div to the header.
|
|
74
|
+
* Docs
|
|
75
|
+
* Fix setting active accordion from hash script.
|
|
76
|
+
* Add `emptyTo` clarification.
|
|
77
|
+
* Main readme: Add related projects section.
|
|
78
|
+
* Editable
|
|
79
|
+
* Autoresort true no longer breaks the table.
|
|
80
|
+
* Update demo to use row id instead of index.
|
|
81
|
+
* Update validate function to allow setting it per column.
|
|
82
|
+
* Add `editable_focus`, `editable_blur` and `editable_selectAll` options. See [issue #708](//github.com/Mottie/tablesorter/issues/708).
|
|
83
|
+
* Add `editable_wrapContent` option.
|
|
84
|
+
* Add `editable_trimContent` option.
|
|
85
|
+
* Validate function now includes a contenteditable element parameter.
|
|
86
|
+
* All text callback parameters are now trimmed.
|
|
87
|
+
* Trim everything & revert widget changes.
|
|
88
|
+
* Refocus edited element after resort only.
|
|
89
|
+
* Switch form focus to focusout.
|
|
90
|
+
* Filter
|
|
91
|
+
* Add `filter_defaultFilter` option.
|
|
92
|
+
* fix issue with using class selectors.
|
|
93
|
+
* Make happy with spaces within the query.
|
|
94
|
+
* Will override exact/partial select filters. Fixes [issue #721](//github.com/Mottie/tablesorter/issues/721).
|
|
95
|
+
* Fixes [issue #704](//github.com/Mottie/tablesorter/issues/704).
|
|
96
|
+
* Add `filter_excludeFilter` option; add multiple exclusions separated by spaces, not commas.
|
|
97
|
+
* Prevent multiple searches during initialization.
|
|
98
|
+
* Ensure initial filter settings get applied.
|
|
99
|
+
* Selects will exactly match the selected option unless "filter-match" class is set. Fixes [issue #721](//github.com/Mottie/tablesorter/issues/721).
|
|
100
|
+
* Pager
|
|
101
|
+
* Update cache & rows copy. Fixes [issue #703](//github.com/Mottie/tablesorter/issues/703).
|
|
102
|
+
* Use native javascript to populate & set the goto select. Fixes [issue #711](//github.com/Mottie/tablesorter/issues/711).
|
|
103
|
+
* Custom pager controls. Fix control updates for multiple tables.
|
|
104
|
+
* Fix pager widget to be properly applied after a page move.
|
|
105
|
+
* StickyHeaders: Fix issue so it works with jQuery v1.2.6 again.
|
|
106
|
+
* Zebra: Apply style to one row. Fixes [issue #715](//github.com/Mottie/tablesorter/issues/715).
|
|
107
|
+
* Parser
|
|
108
|
+
* Duration parser - added with [demo](//mottie.github.io/tablesorter/docs/example-parsers-duration.html).
|
|
109
|
+
* Select parser - Fix for IE10+ not allowing select options to be clicked.
|
|
110
|
+
* IgnoreArticles parser - Added `ignoreArticlesExcept` option.
|
|
111
|
+
* url parser - ensure it is used by the filter widget.
|
|
112
|
+
|
|
113
|
+
#### <a name="v2.17.7">Version 2.17.7</a> (8/9/2014)
|
|
114
|
+
|
|
115
|
+
* Core: Do not detach rows before appending to prevent ajax rows from disappearing. Fixes [issue #701](//github.com/Mottie/tablesorter/issues/701).
|
|
116
|
+
* Docs: Fix change log links.
|
|
117
|
+
* Filter: attached external select causing javascript errors. Fixes [issue #702](//github.com/Mottie/tablesorter/issues/702)
|
|
118
|
+
|
|
119
|
+
#### <a name="v2.17.6">Version 2.17.6</a> (8/1/2014)
|
|
120
|
+
|
|
121
|
+
* Core
|
|
122
|
+
* Adding a class name of `parser-false` to a column will now automatically set `sorter-false` and `filter-false` behavior.
|
|
123
|
+
* Add extractor type which allows giving a column two parsers, one to extract content from an input/select and the second to parse the extracted text. Thanks to [TheSin-](//github.com/TheSin-)!
|
|
124
|
+
* Ensure custom parsed data adheres to the `ignoreCase` option.
|
|
125
|
+
* Add a delay to any sort if there is an update in progress. This prevents issues with a sort being applied causing duplicate rows to be added to the table, hopefully.
|
|
126
|
+
* The `widthFixed` option now finds both visible `th` and `td` cells within the first row of the tbody to set column width percentages.
|
|
127
|
+
* Ensure all rows have a set role for screen readers (`role="row"`). Fixes [issue #690](//github.com/Mottie/tablesorter/issues/690).
|
|
128
|
+
* Redefine `c.$headers` when building headers for new/replaced header cells (not just content). Fixes [issue #683](//github.com/Mottie/tablesorter/issues/683).
|
|
129
|
+
* Docs
|
|
130
|
+
* Fixed lots of minor HTML issues (e.g. missing closing `</li>` & `<p>` tags)
|
|
131
|
+
* Parsers
|
|
132
|
+
* Add parser for textareas within the `parser-input-select.js` file.
|
|
133
|
+
* Modify input & textarea parser to only update the table cache when:
|
|
134
|
+
* The user presses enter (input) or alt + enter (textarea) within the element.
|
|
135
|
+
* When the element is blurred.
|
|
136
|
+
* Or, when the mouse leaves the tbody.
|
|
137
|
+
* Editable
|
|
138
|
+
* Add two new options:
|
|
139
|
+
* `editable_autoAccept`: accepts any changes made to the table cell automatically (`true` by default)
|
|
140
|
+
* `editable_validate`: a function used to validate the changes; return a valid string (`null` by default)
|
|
141
|
+
* Modify `editable_columns` type check to prevent javascript errors. See [pull #688](//github.com/Mottie/tablesorter/issues/688). Thanks [scratcher28](//github.com/scratcher28)!
|
|
142
|
+
* Limit the `editable_columns` array value to columns within the table.
|
|
143
|
+
* Filter
|
|
144
|
+
* Make all options show within the current select when the `filter-onlyAvail` class is set on a column.
|
|
145
|
+
* Updated & added docs for `$.tablesorter.filter.buildSelect` function to allow external calls to modify filter select options.
|
|
146
|
+
* Update `filter_selectSource` to accept arrays instead of a function. This was documented as working, but it wasn't coded until now. Sorry!
|
|
147
|
+
* Add `filter_selectSourceSeparator` option:
|
|
148
|
+
* Include a separator within the `filter_selectSource` array (e.g. "a-z|A through Z").
|
|
149
|
+
* The text that is left of the separator is added to the option value, the the text on the right is added to the option text.
|
|
150
|
+
* So `"a-z|A through Z"` becomes `<option value="a-z">A through Z</option>`.
|
|
151
|
+
* Fixes [issue #692](//github.com/Mottie/tablesorter/issues/692).
|
|
152
|
+
* Add `role="row"` to the filter row. Fixes [issue #697](//github.com/Mottie/tablesorter/issues/697).
|
|
153
|
+
* Any match inputs now follow the `filter_startsWith` setting. See [this Stackoverflow](//stackoverflow.com/q/25070448/145346) question.
|
|
154
|
+
* Pager
|
|
155
|
+
* The `ouput` option can now include user modifiable `startRow` (`{startRow:input}`) or `page` (`{page:input}`) inputs within the output.
|
|
156
|
+
* Remove selected attribute from page selector options. Fixes [issue #700](//github.com/Mottie/tablesorter/issues/700).
|
|
157
|
+
* Resizable
|
|
158
|
+
* Update `$.tablesorter.addHeaderResizeEvent` function's first parameter `table` to accept table DOM elements as well as jQuery objects. Fixes [issue #687](//github.com/Mottie/tablesorter/issues/687).
|