bootstrap-table-rails 1.13.4 → 1.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (119) hide show
  1. checksums.yaml +5 -5
  2. data/README.md +208 -91
  3. data/lib/bootstrap-table-rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-locale-all.js +5988 -2758
  5. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.esm.js +2281 -0
  6. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table-vue.js +2289 -0
  7. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.css +172 -58
  8. data/vendor/assets/javascripts/bootstrap-table/bootstrap-table.js +7429 -3853
  9. data/vendor/assets/javascripts/bootstrap-table/extensions/accent-neutralise/bootstrap-table-accent-neutralise.js +2667 -276
  10. data/vendor/assets/javascripts/bootstrap-table/extensions/addrbar/bootstrap-table-addrbar.js +1650 -270
  11. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.js +1092 -92
  12. data/vendor/assets/javascripts/bootstrap-table/extensions/cookie/bootstrap-table-cookie.js +2984 -549
  13. data/vendor/assets/javascripts/bootstrap-table/extensions/copy-rows/bootstrap-table-copy-rows.js +1114 -120
  14. data/vendor/assets/javascripts/bootstrap-table/extensions/custom-view/bootstrap-table-custom-view.js +1587 -0
  15. data/vendor/assets/javascripts/bootstrap-table/extensions/defer-url/bootstrap-table-defer-url.js +819 -48
  16. data/vendor/assets/javascripts/bootstrap-table/extensions/editable/bootstrap-table-editable.js +2461 -259
  17. data/vendor/assets/javascripts/bootstrap-table/extensions/export/bootstrap-table-export.js +2692 -335
  18. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.css +4 -4
  19. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/bootstrap-table-filter-control.js +2956 -910
  20. data/vendor/assets/javascripts/bootstrap-table/extensions/filter-control/utils.js +2361 -0
  21. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.css +25 -0
  22. data/vendor/assets/javascripts/bootstrap-table/extensions/fixed-columns/bootstrap-table-fixed-columns.js +1544 -0
  23. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.css +2 -6
  24. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by-v2/bootstrap-table-group-by.js +1864 -233
  25. data/vendor/assets/javascripts/bootstrap-table/extensions/i18n-enhance/bootstrap-table-i18n-enhance.js +112 -37
  26. data/vendor/assets/javascripts/bootstrap-table/extensions/key-events/bootstrap-table-key-events.js +1386 -101
  27. data/vendor/assets/javascripts/bootstrap-table/extensions/mobile/bootstrap-table-mobile.js +1238 -151
  28. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-sort/bootstrap-table-multiple-sort.js +2140 -424
  29. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.css +11 -8
  30. data/vendor/assets/javascripts/bootstrap-table/extensions/page-jump-to/bootstrap-table-page-jump-to.js +1042 -57
  31. data/vendor/assets/javascripts/bootstrap-table/extensions/pipeline/bootstrap-table-pipeline.js +1172 -340
  32. data/vendor/assets/javascripts/bootstrap-table/extensions/print/bootstrap-table-print.js +2199 -144
  33. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-columns/bootstrap-table-reorder-columns.js +1402 -196
  34. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.css +10 -10
  35. data/vendor/assets/javascripts/bootstrap-table/extensions/reorder-rows/bootstrap-table-reorder-rows.js +985 -131
  36. data/vendor/assets/javascripts/bootstrap-table/extensions/resizable/bootstrap-table-resizable.js +715 -85
  37. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.css +1 -2
  38. data/vendor/assets/javascripts/bootstrap-table/extensions/sticky-header/bootstrap-table-sticky-header.js +1151 -193
  39. data/vendor/assets/javascripts/bootstrap-table/extensions/toolbar/bootstrap-table-toolbar.js +2584 -372
  40. data/vendor/assets/javascripts/bootstrap-table/extensions/treegrid/bootstrap-table-treegrid.js +1922 -118
  41. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-af-ZA.js +770 -52
  42. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ar-SA.js +771 -53
  43. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-bg-BG.js +771 -0
  44. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ca-ES.js +771 -56
  45. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-cs-CZ.js +771 -56
  46. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-da-DK.js +770 -64
  47. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-de-DE.js +770 -64
  48. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-el-GR.js +770 -40
  49. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-en-US.js +770 -61
  50. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-AR.js +771 -43
  51. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CL.js +771 -56
  52. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-CR.js +770 -52
  53. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-ES.js +770 -107
  54. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-MX.js +772 -63
  55. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-NI.js +770 -52
  56. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-es-SP.js +770 -52
  57. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-et-EE.js +770 -55
  58. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-eu-EU.js +770 -55
  59. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fa-IR.js +770 -55
  60. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fi-FI.js +770 -61
  61. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-BE.js +771 -40
  62. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-CH.js +771 -0
  63. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-FR.js +772 -107
  64. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-fr-LU.js +771 -0
  65. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-he-IL.js +770 -55
  66. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hr-HR.js +771 -56
  67. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-hu-HU.js +770 -55
  68. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-id-ID.js +770 -61
  69. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-it-IT.js +772 -63
  70. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ja-JP.js +770 -55
  71. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ka-GE.js +770 -52
  72. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ko-KR.js +770 -49
  73. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ms-MY.js +770 -55
  74. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nb-NO.js +770 -49
  75. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-BE.js +771 -0
  76. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-nl-NL.js +771 -64
  77. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pl-PL.js +770 -49
  78. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-BR.js +773 -53
  79. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-pt-PT.js +770 -55
  80. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ro-RO.js +770 -55
  81. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ru-RU.js +770 -85
  82. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sk-SK.js +770 -61
  83. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Cyrl-RS.js +771 -0
  84. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sr-Latn-RS.js +771 -0
  85. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-sv-SE.js +770 -49
  86. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-th-TH.js +770 -49
  87. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-tr-TR.js +771 -53
  88. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uk-UA.js +770 -85
  89. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-ur-PK.js +770 -49
  90. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-uz-Latn-UZ.js +770 -61
  91. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-vi-VN.js +770 -40
  92. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-CN.js +770 -58
  93. data/vendor/assets/javascripts/bootstrap-table/locale/bootstrap-table-zh-TW.js +770 -52
  94. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.css +768 -0
  95. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/bootstrap-table.js +1049 -0
  96. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.eot +0 -0
  97. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.svg +28 -0
  98. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.ttf +0 -0
  99. data/vendor/assets/javascripts/bootstrap-table/themes/bootstrap-table/fonts/bootstrap-table.woff +0 -0
  100. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.css +420 -0
  101. data/vendor/assets/javascripts/bootstrap-table/themes/bulma/bootstrap-table-bulma.js +1041 -0
  102. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.css +394 -0
  103. data/vendor/assets/javascripts/bootstrap-table/themes/foundation/bootstrap-table-foundation.js +1051 -0
  104. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.css +390 -0
  105. data/vendor/assets/javascripts/bootstrap-table/themes/materialize/bootstrap-table-materialize.js +1044 -0
  106. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.css +402 -0
  107. data/vendor/assets/javascripts/bootstrap-table/themes/semantic/bootstrap-table-semantic.js +1018 -0
  108. metadata +32 -18
  109. data/vendor/assets/javascripts/bootstrap-table/extensions/auto-refresh/bootstrap-table-auto-refresh.css +0 -3
  110. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.css +0 -53
  111. data/vendor/assets/javascripts/bootstrap-table/extensions/group-by/bootstrap-table-group-by.js +0 -257
  112. data/vendor/assets/javascripts/bootstrap-table/extensions/multi-column-toggle/bootstrap-table-multi-toggle.js +0 -105
  113. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-search/bootstrap-table-multiple-search.js +0 -85
  114. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.css +0 -17
  115. data/vendor/assets/javascripts/bootstrap-table/extensions/multiple-selection-row/bootstrap-table-multiple-selection-row.js +0 -143
  116. data/vendor/assets/javascripts/bootstrap-table/extensions/natural-sorting/bootstrap-table-natural-sorting.js +0 -83
  117. data/vendor/assets/javascripts/bootstrap-table/extensions/select2-filter/bootstrap-table-select2-filter.js +0 -341
  118. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.css +0 -1
  119. data/vendor/assets/javascripts/bootstrap-table/extensions/tree-column/bootstrap-table-tree-column.js +0 -142
@@ -1,911 +1,2957 @@
1
1
  (function (global, factory) {
2
- if (typeof define === "function" && define.amd) {
3
- define([], factory);
4
- } else if (typeof exports !== "undefined") {
5
- factory();
6
- } else {
7
- var mod = {
8
- exports: {}
9
- };
10
- factory();
11
- global.bootstrapTableFilterControl = mod.exports;
12
- }
13
- })(this, function () {
14
- 'use strict';
15
-
16
- function _classCallCheck(instance, Constructor) {
17
- if (!(instance instanceof Constructor)) {
18
- throw new TypeError("Cannot call a class as a function");
19
- }
20
- }
21
-
22
- var _createClass = function () {
23
- function defineProperties(target, props) {
24
- for (var i = 0; i < props.length; i++) {
25
- var descriptor = props[i];
26
- descriptor.enumerable = descriptor.enumerable || false;
27
- descriptor.configurable = true;
28
- if ("value" in descriptor) descriptor.writable = true;
29
- Object.defineProperty(target, descriptor.key, descriptor);
30
- }
31
- }
32
-
33
- return function (Constructor, protoProps, staticProps) {
34
- if (protoProps) defineProperties(Constructor.prototype, protoProps);
35
- if (staticProps) defineProperties(Constructor, staticProps);
36
- return Constructor;
37
- };
38
- }();
39
-
40
- function _possibleConstructorReturn(self, call) {
41
- if (!self) {
42
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
43
- }
44
-
45
- return call && (typeof call === "object" || typeof call === "function") ? call : self;
46
- }
47
-
48
- var _get = function get(object, property, receiver) {
49
- if (object === null) object = Function.prototype;
50
- var desc = Object.getOwnPropertyDescriptor(object, property);
51
-
52
- if (desc === undefined) {
53
- var parent = Object.getPrototypeOf(object);
54
-
55
- if (parent === null) {
56
- return undefined;
57
- } else {
58
- return get(parent, property, receiver);
59
- }
60
- } else if ("value" in desc) {
61
- return desc.value;
62
- } else {
63
- var getter = desc.get;
64
-
65
- if (getter === undefined) {
66
- return undefined;
67
- }
68
-
69
- return getter.call(receiver);
70
- }
71
- };
72
-
73
- function _inherits(subClass, superClass) {
74
- if (typeof superClass !== "function" && superClass !== null) {
75
- throw new TypeError("Super expression must either be null or a function, not " + typeof superClass);
76
- }
77
-
78
- subClass.prototype = Object.create(superClass && superClass.prototype, {
79
- constructor: {
80
- value: subClass,
81
- enumerable: false,
82
- writable: true,
83
- configurable: true
84
- }
85
- });
86
- if (superClass) Object.setPrototypeOf ? Object.setPrototypeOf(subClass, superClass) : subClass.__proto__ = superClass;
87
- }
88
-
89
- /**
90
- * @author: Dennis Hernández
91
- * @webSite: http://djhvscf.github.io/Blog
92
- * @version: v2.2.0
93
- */
94
-
95
- (function ($) {
96
- var Utils = $.fn.bootstrapTable.utils;
97
- var UtilsFilterControl = {
98
- getOptionsFromSelectControl: function getOptionsFromSelectControl(selectControl) {
99
- return selectControl.get(selectControl.length - 1).options;
100
- },
101
- hideUnusedSelectOptions: function hideUnusedSelectOptions(selectControl, uniqueValues) {
102
- var options = UtilsFilterControl.getOptionsFromSelectControl(selectControl);
103
-
104
- for (var i = 0; i < options.length; i++) {
105
- if (options[i].value !== '') {
106
- if (!uniqueValues.hasOwnProperty(options[i].value)) {
107
- selectControl.find(Utils.sprintf('option[value=\'%s\']', options[i].value)).hide();
108
- } else {
109
- selectControl.find(Utils.sprintf('option[value=\'%s\']', options[i].value)).show();
110
- }
111
- }
112
- }
113
- },
114
- addOptionToSelectControl: function addOptionToSelectControl(selectControl, _value, text) {
115
- var value = $.trim(_value);
116
- var $selectControl = $(selectControl.get(selectControl.length - 1));
117
- if (!UtilsFilterControl.existOptionInSelectControl(selectControl, value)) {
118
- $selectControl.append($('<option></option>').attr('value', value).text($('<div />').html(text).text()));
119
- }
120
- },
121
- sortSelectControl: function sortSelectControl(selectControl) {
122
- var $selectControl = $(selectControl.get(selectControl.length - 1));
123
- var $opts = $selectControl.find('option:gt(0)');
124
-
125
- $opts.sort(function (a, b) {
126
- var aa = $(a).text().toLowerCase();
127
- var bb = $(b).text().toLowerCase();
128
- if ($.isNumeric(a) && $.isNumeric(b)) {
129
- // Convert numerical values from string to float.
130
- aa = parseFloat(aa);
131
- bb = parseFloat(bb);
132
- }
133
- return aa > bb ? 1 : aa < bb ? -1 : 0;
134
- });
135
-
136
- $selectControl.find('option:gt(0)').remove();
137
- $selectControl.append($opts);
138
- },
139
- existOptionInSelectControl: function existOptionInSelectControl(selectControl, value) {
140
- var options = UtilsFilterControl.getOptionsFromSelectControl(selectControl);
141
- for (var i = 0; i < options.length; i++) {
142
- if (options[i].value === value.toString()) {
143
- // The value is not valid to add
144
- return true;
145
- }
146
- }
147
-
148
- // If we get here, the value is valid to add
149
- return false;
150
- },
151
- fixHeaderCSS: function fixHeaderCSS(_ref) {
152
- var $tableHeader = _ref.$tableHeader;
153
-
154
- $tableHeader.css('height', '77px');
155
- },
156
- getCurrentHeader: function getCurrentHeader(_ref2) {
157
- var $header = _ref2.$header,
158
- options = _ref2.options,
159
- $tableHeader = _ref2.$tableHeader;
160
-
161
- var header = $header;
162
- if (options.height) {
163
- header = $tableHeader;
164
- }
165
-
166
- return header;
167
- },
168
- getCurrentSearchControls: function getCurrentSearchControls(_ref3) {
169
- var options = _ref3.options;
170
-
171
- var searchControls = 'select, input';
172
- if (options.height) {
173
- searchControls = 'table select, table input';
174
- }
175
-
176
- return searchControls;
177
- },
178
- getCursorPosition: function getCursorPosition(el) {
179
- if (Utils.isIEBrowser()) {
180
- if ($(el).is('input[type=text]')) {
181
- var pos = 0;
182
- if ('selectionStart' in el) {
183
- pos = el.selectionStart;
184
- } else if ('selection' in document) {
185
- el.focus();
186
- var Sel = document.selection.createRange();
187
- var SelLength = document.selection.createRange().text.length;
188
- Sel.moveStart('character', -el.value.length);
189
- pos = Sel.text.length - SelLength;
190
- }
191
- return pos;
192
- }
193
- return -1;
194
- }
195
- return -1;
196
- },
197
- setCursorPosition: function setCursorPosition(el) {
198
- $(el).val(el.value);
199
- },
200
- copyValues: function copyValues(that) {
201
- var header = UtilsFilterControl.getCurrentHeader(that);
202
- var searchControls = UtilsFilterControl.getCurrentSearchControls(that);
203
-
204
- that.options.valuesFilterControl = [];
205
-
206
- header.find(searchControls).each(function () {
207
- that.options.valuesFilterControl.push({
208
- field: $(this).closest('[data-field]').data('field'),
209
- value: $(this).val(),
210
- position: UtilsFilterControl.getCursorPosition($(this).get(0)),
211
- hasFocus: $(this).is(':focus')
212
- });
213
- });
214
- },
215
- setValues: function setValues(that) {
216
- var field = null;
217
- var result = [];
218
- var header = UtilsFilterControl.getCurrentHeader(that);
219
- var searchControls = UtilsFilterControl.getCurrentSearchControls(that);
220
-
221
- if (that.options.valuesFilterControl.length > 0) {
222
- // Callback to apply after settings fields values
223
- var fieldToFocusCallback = null;
224
- header.find(searchControls).each(function (index, ele) {
225
- field = $(this).closest('[data-field]').data('field');
226
- result = that.options.valuesFilterControl.filter(function (valueObj) {
227
- return valueObj.field === field;
228
- });
229
-
230
- if (result.length > 0) {
231
- $(this).val(result[0].value);
232
- if (result[0].hasFocus) {
233
- // set callback if the field had the focus.
234
- fieldToFocusCallback = function (fieldToFocus, carretPosition) {
235
- // Closure here to capture the field and cursor position
236
- var closedCallback = function closedCallback() {
237
- fieldToFocus.focus();
238
- UtilsFilterControl.setCursorPosition(fieldToFocus, carretPosition);
239
- };
240
- return closedCallback;
241
- }($(this).get(0), result[0].position);
242
- }
243
- }
244
- });
245
-
246
- // Callback call.
247
- if (fieldToFocusCallback !== null) {
248
- fieldToFocusCallback();
249
- }
250
- }
251
- },
252
- collectBootstrapCookies: function collectBootstrapCookies() {
253
- var cookies = [];
254
- var foundCookies = document.cookie.match(/(?:bs.table.)(\w*)/g);
255
-
256
- if (foundCookies) {
257
- $.each(foundCookies, function (i, _cookie) {
258
- var cookie = _cookie;
259
- if (/./.test(cookie)) {
260
- cookie = cookie.split('.').pop();
261
- }
262
-
263
- if ($.inArray(cookie, cookies) === -1) {
264
- cookies.push(cookie);
265
- }
266
- });
267
- return cookies;
268
- }
269
- },
270
- escapeID: function escapeID(id) {
271
- return String(id).replace(/(:|\.|\[|\]|,)/g, '\\$1');
272
- },
273
- isColumnSearchableViaSelect: function isColumnSearchableViaSelect(_ref4) {
274
- var filterControl = _ref4.filterControl,
275
- searchable = _ref4.searchable;
276
-
277
- return filterControl && filterControl.toLowerCase() === 'select' && searchable;
278
- },
279
- isFilterDataNotGiven: function isFilterDataNotGiven(_ref5) {
280
- var filterData = _ref5.filterData;
281
-
282
- return filterData === undefined || filterData.toLowerCase() === 'column';
283
- },
284
- hasSelectControlElement: function hasSelectControlElement(selectControl) {
285
- return selectControl && selectControl.length > 0;
286
- },
287
- initFilterSelectControls: function initFilterSelectControls(that) {
288
- var data = that.data;
289
- var itemsPerPage = that.pageTo < that.options.data.length ? that.options.data.length : that.pageTo;
290
- var z = that.options.pagination ? that.options.sidePagination === 'server' ? that.pageTo : that.options.totalRows : that.pageTo;
291
-
292
- $.each(that.header.fields, function (j, field) {
293
- var column = that.columns[that.fieldsColumnsIndex[field]];
294
- var selectControl = $('.bootstrap-table-filter-control-' + UtilsFilterControl.escapeID(column.field));
295
-
296
- if (UtilsFilterControl.isColumnSearchableViaSelect(column) && UtilsFilterControl.isFilterDataNotGiven(column) && UtilsFilterControl.hasSelectControlElement(selectControl)) {
297
- if (selectControl.get(selectControl.length - 1).options.length === 0) {
298
- // Added the default option
299
- UtilsFilterControl.addOptionToSelectControl(selectControl, '', column.filterControlPlaceholder);
300
- }
301
-
302
- var uniqueValues = {};
303
- for (var i = 0; i < z; i++) {
304
- // Added a new value
305
- var fieldValue = data[i][field];
306
- var formattedValue = Utils.calculateObjectValue(that.header, that.header.formatters[j], [fieldValue, data[i], i], fieldValue);
307
-
308
- uniqueValues[formattedValue] = fieldValue;
309
- }
310
-
311
- // eslint-disable-next-line guard-for-in
312
- for (var key in uniqueValues) {
313
- UtilsFilterControl.addOptionToSelectControl(selectControl, uniqueValues[key], key);
314
- }
315
-
316
- UtilsFilterControl.sortSelectControl(selectControl);
317
-
318
- if (that.options.hideUnusedSelectOptions) {
319
- UtilsFilterControl.hideUnusedSelectOptions(selectControl, uniqueValues);
320
- }
321
- }
322
- });
323
-
324
- that.trigger('created-controls');
325
- },
326
- getFilterDataMethod: function getFilterDataMethod(objFilterDataMethod, searchTerm) {
327
- var keys = Object.keys(objFilterDataMethod);
328
- for (var i = 0; i < keys.length; i++) {
329
- if (keys[i] === searchTerm) {
330
- return objFilterDataMethod[searchTerm];
331
- }
332
- }
333
- return null;
334
- },
335
- createControls: function createControls(that, header) {
336
- var addedFilterControl = false;
337
- var isVisible = void 0;
338
- var html = void 0;
339
-
340
- $.each(that.columns, function (i, column) {
341
- isVisible = 'hidden';
342
- html = [];
343
-
344
- if (!column.visible) {
345
- return;
346
- }
347
-
348
- if (!column.filterControl) {
349
- html.push('<div class="no-filter-control"></div>');
350
- } else {
351
- html.push('<div class="filter-control">');
352
-
353
- var nameControl = column.filterControl.toLowerCase();
354
- if (column.searchable && that.options.filterTemplate[nameControl]) {
355
- addedFilterControl = true;
356
- isVisible = 'visible';
357
- html.push(that.options.filterTemplate[nameControl](that, column.field, isVisible, column.filterControlPlaceholder ? column.filterControlPlaceholder : '', 'filter-control-' + i));
358
- }
359
- }
360
-
361
- $.each(header.children().children(), function (i, tr) {
362
- var $tr = $(tr);
363
- if ($tr.data('field') === column.field) {
364
- $tr.find('.fht-cell').append(html.join(''));
365
- return false;
366
- }
367
- });
368
-
369
- if (column.filterData !== undefined && column.filterData.toLowerCase() !== 'column') {
370
- var filterDataType = UtilsFilterControl.getFilterDataMethod(
371
- /* eslint-disable no-use-before-define */
372
- filterDataMethods, column.filterData.substring(0, column.filterData.indexOf(':')));
373
- var filterDataSource = void 0;
374
- var selectControl = void 0;
375
-
376
- if (filterDataType !== null) {
377
- filterDataSource = column.filterData.substring(column.filterData.indexOf(':') + 1, column.filterData.length);
378
- selectControl = $('.bootstrap-table-filter-control-' + UtilsFilterControl.escapeID(column.field));
379
-
380
- UtilsFilterControl.addOptionToSelectControl(selectControl, '', column.filterControlPlaceholder);
381
- filterDataType(filterDataSource, selectControl);
382
- } else {
383
- throw new SyntaxError('Error. You should use any of these allowed filter data methods: var, json, url.' + ' Use like this: var: {key: "value"}');
384
- }
385
-
386
- var variableValues = void 0;
387
- var key = void 0;
388
- // eslint-disable-next-line default-case
389
- switch (filterDataType) {
390
- case 'url':
391
- $.ajax({
392
- url: filterDataSource,
393
- dataType: 'json',
394
- success: function success(data) {
395
- // eslint-disable-next-line guard-for-in
396
- for (var _key in data) {
397
- UtilsFilterControl.addOptionToSelectControl(selectControl, _key, data[_key]);
398
- }
399
- UtilsFilterControl.sortSelectControl(selectControl);
400
- }
401
- });
402
- break;
403
- case 'var':
404
- variableValues = window[filterDataSource];
405
- // eslint-disable-next-line guard-for-in
406
- for (key in variableValues) {
407
- UtilsFilterControl.addOptionToSelectControl(selectControl, key, variableValues[key]);
408
- }
409
- UtilsFilterControl.sortSelectControl(selectControl);
410
- break;
411
- case 'jso':
412
- variableValues = JSON.parse(filterDataSource);
413
- // eslint-disable-next-line guard-for-in
414
- for (key in variableValues) {
415
- UtilsFilterControl.addOptionToSelectControl(selectControl, key, variableValues[key]);
416
- }
417
- UtilsFilterControl.sortSelectControl(selectControl);
418
- break;
419
- }
420
- }
421
- });
422
-
423
- if (addedFilterControl) {
424
- header.off('keyup', 'input').on('keyup', 'input', function (event, obj) {
425
- // Simulate enter key action from clear button
426
- event.keyCode = obj ? obj.keyCode : event.keyCode;
427
-
428
- if (that.options.searchOnEnterKey && event.keyCode !== 13) {
429
- return;
430
- }
431
-
432
- if ($.inArray(event.keyCode, [37, 38, 39, 40]) > -1) {
433
- return;
434
- }
435
-
436
- var $currentTarget = $(event.currentTarget);
437
-
438
- if ($currentTarget.is(':checkbox') || $currentTarget.is(':radio')) {
439
- return;
440
- }
441
-
442
- clearTimeout(event.currentTarget.timeoutId || 0);
443
- event.currentTarget.timeoutId = setTimeout(function () {
444
- that.onColumnSearch(event);
445
- }, that.options.searchTimeOut);
446
- });
447
-
448
- header.off('change', 'select').on('change', 'select', function (event) {
449
- if (that.options.searchOnEnterKey && event.keyCode !== 13) {
450
- return;
451
- }
452
-
453
- if ($.inArray(event.keyCode, [37, 38, 39, 40]) > -1) {
454
- return;
455
- }
456
-
457
- clearTimeout(event.currentTarget.timeoutId || 0);
458
- event.currentTarget.timeoutId = setTimeout(function () {
459
- that.onColumnSearch(event);
460
- }, that.options.searchTimeOut);
461
- });
462
-
463
- header.off('mouseup', 'input').on('mouseup', 'input', function (event) {
464
- var $input = $(this);
465
- var oldValue = $input.val();
466
-
467
- if (oldValue === '') {
468
- return;
469
- }
470
-
471
- setTimeout(function () {
472
- var newValue = $input.val();
473
-
474
- if (newValue === '') {
475
- clearTimeout(event.currentTarget.timeoutId || 0);
476
- event.currentTarget.timeoutId = setTimeout(function () {
477
- that.onColumnSearch(event);
478
- }, that.options.searchTimeOut);
479
- }
480
- }, 1);
481
- });
482
-
483
- if (header.find('.date-filter-control').length > 0) {
484
- $.each(that.columns, function (i, _ref6) {
485
- var filterControl = _ref6.filterControl,
486
- field = _ref6.field,
487
- filterDatepickerOptions = _ref6.filterDatepickerOptions;
488
-
489
- if (filterControl !== undefined && filterControl.toLowerCase() === 'datepicker') {
490
- header.find('.date-filter-control.bootstrap-table-filter-control-' + field).datepicker(filterDatepickerOptions).on('changeDate', function (_ref7) {
491
- var currentTarget = _ref7.currentTarget;
492
-
493
- $(currentTarget).val(currentTarget.value);
494
- // Fired the keyup event
495
- $(currentTarget).keyup();
496
- });
497
- }
498
- });
499
- }
500
- } else {
501
- header.find('.filterControl').hide();
502
- }
503
- },
504
- getDirectionOfSelectOptions: function getDirectionOfSelectOptions(_alignment) {
505
- var alignment = _alignment === undefined ? 'left' : _alignment.toLowerCase();
506
-
507
- switch (alignment) {
508
- case 'left':
509
- return 'ltr';
510
- case 'right':
511
- return 'rtl';
512
- case 'auto':
513
- return 'auto';
514
- default:
515
- return 'ltr';
516
- }
517
- }
518
- };
519
- var filterDataMethods = {
520
- var: function _var(filterDataSource, selectControl) {
521
- var variableValues = window[filterDataSource];
522
- // eslint-disable-next-line guard-for-in
523
- for (var key in variableValues) {
524
- UtilsFilterControl.addOptionToSelectControl(selectControl, key, variableValues[key]);
525
- }
526
- UtilsFilterControl.sortSelectControl(selectControl);
527
- },
528
- url: function url(filterDataSource, selectControl) {
529
- $.ajax({
530
- url: filterDataSource,
531
- dataType: 'json',
532
- success: function success(data) {
533
- // eslint-disable-next-line guard-for-in
534
- for (var key in data) {
535
- UtilsFilterControl.addOptionToSelectControl(selectControl, key, data[key]);
536
- }
537
- UtilsFilterControl.sortSelectControl(selectControl);
538
- }
539
- });
540
- },
541
- json: function json(filterDataSource, selectControl) {
542
- var variableValues = JSON.parse(filterDataSource);
543
- // eslint-disable-next-line guard-for-in
544
- for (var key in variableValues) {
545
- UtilsFilterControl.addOptionToSelectControl(selectControl, key, variableValues[key]);
546
- }
547
- UtilsFilterControl.sortSelectControl(selectControl);
548
- }
549
- };
550
-
551
- var bootstrap = {
552
- 3: {
553
- icons: {
554
- clear: 'glyphicon-trash icon-clear'
555
- }
556
- },
557
- 4: {
558
- icons: {
559
- clear: 'fa-trash icon-clear'
560
- }
561
- }
562
- }[Utils.bootstrapVersion];
563
-
564
- $.extend($.fn.bootstrapTable.defaults, {
565
- filterControl: false,
566
- onColumnSearch: function onColumnSearch(field, text) {
567
- return false;
568
- },
569
- onCreatedControls: function onCreatedControls() {
570
- return true;
571
- },
572
-
573
- filterShowClear: false,
574
- alignmentSelectControlOptions: undefined,
575
- filterTemplate: {
576
- input: function input(that, field, isVisible, placeholder) {
577
- return Utils.sprintf('<input type="text" class="form-control bootstrap-table-filter-control-%s" style="width: 100%; visibility: %s" placeholder="%s">', field, isVisible, placeholder);
578
- },
579
- select: function select(_ref8, field, isVisible) {
580
- var options = _ref8.options;
581
-
582
- return Utils.sprintf('<select class="form-control bootstrap-table-filter-control-%s" style="width: 100%; visibility: %s" dir="%s"></select>', field, isVisible, UtilsFilterControl.getDirectionOfSelectOptions(options.alignmentSelectControlOptions));
583
- },
584
- datepicker: function datepicker(that, field, isVisible) {
585
- return Utils.sprintf('<input type="text" class="form-control date-filter-control bootstrap-table-filter-control-%s" style="width: 100%; visibility: %s">', field, isVisible);
586
- }
587
- },
588
- disableControlWhenSearch: false,
589
- searchOnEnterKey: false,
590
- // internal variables
591
- valuesFilterControl: []
592
- });
593
-
594
- $.extend($.fn.bootstrapTable.columnDefaults, {
595
- filterControl: undefined,
596
- filterData: undefined,
597
- filterDatepickerOptions: undefined,
598
- filterStrictSearch: false,
599
- filterStartsWithSearch: false,
600
- filterControlPlaceholder: ''
601
- });
602
-
603
- $.extend($.fn.bootstrapTable.Constructor.EVENTS, {
604
- 'column-search.bs.table': 'onColumnSearch',
605
- 'created-controls.bs.table': 'onCreatedControls'
606
- });
607
-
608
- $.extend($.fn.bootstrapTable.defaults.icons, {
609
- clear: bootstrap.icons.clear
610
- });
611
-
612
- $.extend($.fn.bootstrapTable.locales, {
613
- formatClearFilters: function formatClearFilters() {
614
- return 'Clear Filters';
615
- }
616
- });
617
-
618
- $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales);
619
-
620
- $.fn.bootstrapTable.methods.push('triggerSearch');
621
- $.fn.bootstrapTable.methods.push('clearFilterControl');
622
-
623
- $.BootstrapTable = function (_$$BootstrapTable) {
624
- _inherits(_class, _$$BootstrapTable);
625
-
626
- function _class() {
627
- _classCallCheck(this, _class);
628
-
629
- return _possibleConstructorReturn(this, (_class.__proto__ || Object.getPrototypeOf(_class)).apply(this, arguments));
630
- }
631
-
632
- _createClass(_class, [{
633
- key: 'init',
634
- value: function init() {
635
- // Make sure that the filterControl option is set
636
- if (this.options.filterControl) {
637
- var that = this;
638
-
639
- // Make sure that the internal variables are set correctly
640
- this.options.valuesFilterControl = [];
641
-
642
- this.$el.on('reset-view.bs.table', function () {
643
- // Create controls on $tableHeader if the height is set
644
- if (!that.options.height) {
645
- return;
646
- }
647
-
648
- // Avoid recreate the controls
649
- if (that.$tableHeader.find('select').length > 0 || that.$tableHeader.find('input').length > 0) {
650
- return;
651
- }
652
-
653
- UtilsFilterControl.createControls(that, that.$tableHeader);
654
- }).on('post-header.bs.table', function () {
655
- UtilsFilterControl.setValues(that);
656
- }).on('post-body.bs.table', function () {
657
- if (that.options.height) {
658
- UtilsFilterControl.fixHeaderCSS(that);
659
- }
660
- }).on('column-switch.bs.table', function () {
661
- UtilsFilterControl.setValues(that);
662
- }).on('load-success.bs.table', function () {
663
- that.EnableControls(true);
664
- }).on('load-error.bs.table', function () {
665
- that.EnableControls(true);
666
- });
667
- }
668
-
669
- _get(_class.prototype.__proto__ || Object.getPrototypeOf(_class.prototype), 'init', this).call(this);
670
- }
671
- }, {
672
- key: 'initToolbar',
673
- value: function initToolbar() {
674
- this.showToolbar = this.showToolbar || this.options.filterControl && this.options.filterShowClear;
675
-
676
- _get(_class.prototype.__proto__ || Object.getPrototypeOf(_class.prototype), 'initToolbar', this).call(this);
677
-
678
- if (this.options.filterControl && this.options.filterShowClear) {
679
- var $btnGroup = this.$toolbar.find('>.btn-group');
680
- var $btnClear = $btnGroup.find('.filter-show-clear');
681
-
682
- if (!$btnClear.length) {
683
- $btnClear = $([Utils.sprintf('<button class="btn btn-%s filter-show-clear" ', this.options.buttonsClass), Utils.sprintf('type="button" title="%s">', this.options.formatClearFilters()), Utils.sprintf('<i class="%s %s"></i> ', this.options.iconsPrefix, this.options.icons.clear), '</button>'].join('')).appendTo($btnGroup);
684
-
685
- $btnClear.off('click').on('click', $.proxy(this.clearFilterControl, this));
686
- }
687
- }
688
- }
689
- }, {
690
- key: 'initHeader',
691
- value: function initHeader() {
692
- _get(_class.prototype.__proto__ || Object.getPrototypeOf(_class.prototype), 'initHeader', this).call(this);
693
-
694
- if (!this.options.filterControl) {
695
- return;
696
- }
697
- UtilsFilterControl.createControls(this, this.$header);
698
- }
699
- }, {
700
- key: 'initBody',
701
- value: function initBody() {
702
- _get(_class.prototype.__proto__ || Object.getPrototypeOf(_class.prototype), 'initBody', this).call(this);
703
-
704
- UtilsFilterControl.initFilterSelectControls(this);
705
- }
706
- }, {
707
- key: 'initSearch',
708
- value: function initSearch() {
709
- var that = this;
710
- var fp = $.isEmptyObject(that.filterColumnsPartial) ? null : that.filterColumnsPartial;
711
-
712
- if (fp === null || Object.keys(fp).length <= 1) {
713
- _get(_class.prototype.__proto__ || Object.getPrototypeOf(_class.prototype), 'initSearch', this).call(this);
714
- }
715
-
716
- if (this.options.sidePagination === 'server') {
717
- return;
718
- }
719
-
720
- if (fp === null) {
721
- return;
722
- }
723
-
724
- // Check partial column filter
725
- that.data = fp ? that.options.data.filter(function (item, i) {
726
- var itemIsExpected = [];
727
- Object.keys(item).forEach(function (key, index) {
728
- var thisColumn = that.columns[that.fieldsColumnsIndex[key]];
729
- var fval = (fp[key] || '').toLowerCase();
730
- var value = item[key];
731
-
732
- if (fval === '') {
733
- itemIsExpected.push(true);
734
- } else {
735
- // Fix #142: search use formated data
736
- if (thisColumn && thisColumn.searchFormatter) {
737
- value = $.fn.bootstrapTable.utils.calculateObjectValue(that.header, that.header.formatters[$.inArray(key, that.header.fields)], [value, item, i], value);
738
- }
739
-
740
- if ($.inArray(key, that.header.fields) !== -1) {
741
- if (typeof value === 'string' || typeof value === 'number') {
742
- if (thisColumn.filterStrictSearch) {
743
- if (value.toString().toLowerCase() === fval.toString().toLowerCase()) {
744
- itemIsExpected.push(true);
745
- } else {
746
- itemIsExpected.push(false);
747
- }
748
- } else if (thisColumn.filterStartsWithSearch) {
749
- if (('' + value).toLowerCase().indexOf(fval) === 0) {
750
- itemIsExpected.push(true);
751
- } else {
752
- itemIsExpected.push(false);
753
- }
754
- } else {
755
- if (('' + value).toLowerCase().includes(fval)) {
756
- itemIsExpected.push(true);
757
- } else {
758
- itemIsExpected.push(false);
759
- }
760
- }
761
- }
762
- }
763
- }
764
- });
765
-
766
- return !itemIsExpected.includes(false);
767
- }) : that.data;
768
- }
769
- }, {
770
- key: 'initColumnSearch',
771
- value: function initColumnSearch(filterColumnsDefaults) {
772
- UtilsFilterControl.copyValues(this);
773
-
774
- if (filterColumnsDefaults) {
775
- this.filterColumnsPartial = filterColumnsDefaults;
776
- this.updatePagination();
777
-
778
- // eslint-disable-next-line guard-for-in
779
- for (var filter in filterColumnsDefaults) {
780
- this.trigger('column-search', filter, filterColumnsDefaults[filter]);
781
- }
782
- }
783
- }
784
- }, {
785
- key: 'onColumnSearch',
786
- value: function onColumnSearch(event) {
787
- if ($.inArray(event.keyCode, [37, 38, 39, 40]) > -1) {
788
- return;
789
- }
790
-
791
- UtilsFilterControl.copyValues(this);
792
- var text = $.trim($(event.currentTarget).val());
793
- var $field = $(event.currentTarget).closest('[data-field]').data('field');
794
-
795
- if ($.isEmptyObject(this.filterColumnsPartial)) {
796
- this.filterColumnsPartial = {};
797
- }
798
- if (text) {
799
- this.filterColumnsPartial[$field] = text;
800
- } else {
801
- delete this.filterColumnsPartial[$field];
802
- }
803
-
804
- // if the searchText is the same as the previously selected column value,
805
- // bootstrapTable will not try searching again (even though the selected column
806
- // may be different from the previous search). As a work around
807
- // we're manually appending some text to bootrap's searchText field
808
- // to guarantee that it will perform a search again when we call this.onSearch(event)
809
- this.searchText += 'randomText';
810
-
811
- this.options.pageNumber = 1;
812
- this.EnableControls(false);
813
- this.onSearch(event);
814
- this.trigger('column-search', $field, text);
815
- }
816
- }, {
817
- key: 'clearFilterControl',
818
- value: function clearFilterControl() {
819
- if (this.options.filterControl && this.options.filterShowClear) {
820
- var that = this;
821
- var cookies = UtilsFilterControl.collectBootstrapCookies();
822
- var header = UtilsFilterControl.getCurrentHeader(that);
823
- var table = header.closest('table');
824
- var controls = header.find(UtilsFilterControl.getCurrentSearchControls(that));
825
- var search = that.$toolbar.find('.search input');
826
- var hasValues = false;
827
- var timeoutId = 0;
828
-
829
- $.each(that.options.valuesFilterControl, function (i, item) {
830
- hasValues = hasValues ? true : item.value !== '';
831
- item.value = '';
832
- });
833
-
834
- UtilsFilterControl.setValues(that);
835
-
836
- // clear cookies once the filters are clean
837
- clearTimeout(timeoutId);
838
- timeoutId = setTimeout(function () {
839
- if (cookies && cookies.length > 0) {
840
- $.each(cookies, function (i, item) {
841
- if (that.deleteCookie !== undefined) {
842
- that.deleteCookie(item);
843
- }
844
- });
845
- }
846
- }, that.options.searchTimeOut);
847
-
848
- // If there is not any value in the controls exit this method
849
- if (!hasValues) {
850
- return;
851
- }
852
-
853
- // Clear each type of filter if it exists.
854
- // Requires the body to reload each time a type of filter is found because we never know
855
- // which ones are going to be present.
856
- if (controls.length > 0) {
857
- this.filterColumnsPartial = {};
858
- $(controls[0]).trigger(controls[0].tagName === 'INPUT' ? 'keyup' : 'change', { keyCode: 13 });
859
- } else {
860
- return;
861
- }
862
-
863
- if (search.length > 0) {
864
- that.resetSearch();
865
- }
866
-
867
- // use the default sort order if it exists. do nothing if it does not
868
- if (that.options.sortName !== table.data('sortName') || that.options.sortOrder !== table.data('sortOrder')) {
869
- var sorter = header.find(Utils.sprintf('[data-field="%s"]', $(controls[0]).closest('table').data('sortName')));
870
- if (sorter.length > 0) {
871
- that.onSort({ type: 'keypress', currentTarget: sorter });
872
- $(sorter).find('.sortable').trigger('click');
873
- }
874
- }
875
- }
876
- }
877
- }, {
878
- key: 'triggerSearch',
879
- value: function triggerSearch() {
880
- var header = UtilsFilterControl.getCurrentHeader(this);
881
- var searchControls = UtilsFilterControl.getCurrentSearchControls(this);
882
-
883
- header.find(searchControls).each(function () {
884
- var el = $(this);
885
- if (el.is('select')) {
886
- el.change();
887
- } else {
888
- el.keyup();
889
- }
890
- });
891
- }
892
- }, {
893
- key: 'EnableControls',
894
- value: function EnableControls(enable) {
895
- if (this.options.disableControlWhenSearch && this.options.sidePagination === 'server') {
896
- var header = UtilsFilterControl.getCurrentHeader(this);
897
- var searchControls = UtilsFilterControl.getCurrentSearchControls(this);
898
-
899
- if (!enable) {
900
- header.find(searchControls).prop('disabled', 'disabled');
901
- } else {
902
- header.find(searchControls).removeProp('disabled');
903
- }
904
- }
905
- }
906
- }]);
907
-
908
- return _class;
909
- }($.BootstrapTable);
910
- })(jQuery);
911
- });
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('jquery')) :
3
+ typeof define === 'function' && define.amd ? define(['jquery'], factory) :
4
+ (global = global || self, factory(global.jQuery));
5
+ }(this, (function ($) { 'use strict';
6
+
7
+ $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
8
+
9
+ var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
10
+
11
+ function createCommonjsModule(fn, module) {
12
+ return module = { exports: {} }, fn(module, module.exports), module.exports;
13
+ }
14
+
15
+ var check = function (it) {
16
+ return it && it.Math == Math && it;
17
+ };
18
+
19
+ // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
20
+ var global_1 =
21
+ // eslint-disable-next-line no-undef
22
+ check(typeof globalThis == 'object' && globalThis) ||
23
+ check(typeof window == 'object' && window) ||
24
+ check(typeof self == 'object' && self) ||
25
+ check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
26
+ // eslint-disable-next-line no-new-func
27
+ Function('return this')();
28
+
29
+ var fails = function (exec) {
30
+ try {
31
+ return !!exec();
32
+ } catch (error) {
33
+ return true;
34
+ }
35
+ };
36
+
37
+ // Thank's IE8 for his funny defineProperty
38
+ var descriptors = !fails(function () {
39
+ return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
40
+ });
41
+
42
+ var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
43
+ var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
44
+
45
+ // Nashorn ~ JDK8 bug
46
+ var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
47
+
48
+ // `Object.prototype.propertyIsEnumerable` method implementation
49
+ // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
50
+ var f = NASHORN_BUG ? function propertyIsEnumerable(V) {
51
+ var descriptor = getOwnPropertyDescriptor(this, V);
52
+ return !!descriptor && descriptor.enumerable;
53
+ } : nativePropertyIsEnumerable;
54
+
55
+ var objectPropertyIsEnumerable = {
56
+ f: f
57
+ };
58
+
59
+ var createPropertyDescriptor = function (bitmap, value) {
60
+ return {
61
+ enumerable: !(bitmap & 1),
62
+ configurable: !(bitmap & 2),
63
+ writable: !(bitmap & 4),
64
+ value: value
65
+ };
66
+ };
67
+
68
+ var toString = {}.toString;
69
+
70
+ var classofRaw = function (it) {
71
+ return toString.call(it).slice(8, -1);
72
+ };
73
+
74
+ var split = ''.split;
75
+
76
+ // fallback for non-array-like ES3 and non-enumerable old V8 strings
77
+ var indexedObject = fails(function () {
78
+ // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
79
+ // eslint-disable-next-line no-prototype-builtins
80
+ return !Object('z').propertyIsEnumerable(0);
81
+ }) ? function (it) {
82
+ return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
83
+ } : Object;
84
+
85
+ // `RequireObjectCoercible` abstract operation
86
+ // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
87
+ var requireObjectCoercible = function (it) {
88
+ if (it == undefined) throw TypeError("Can't call method on " + it);
89
+ return it;
90
+ };
91
+
92
+ // toObject with fallback for non-array-like ES3 strings
93
+
94
+
95
+
96
+ var toIndexedObject = function (it) {
97
+ return indexedObject(requireObjectCoercible(it));
98
+ };
99
+
100
+ var isObject = function (it) {
101
+ return typeof it === 'object' ? it !== null : typeof it === 'function';
102
+ };
103
+
104
+ // `ToPrimitive` abstract operation
105
+ // https://tc39.github.io/ecma262/#sec-toprimitive
106
+ // instead of the ES6 spec version, we didn't implement @@toPrimitive case
107
+ // and the second argument - flag - preferred type is a string
108
+ var toPrimitive = function (input, PREFERRED_STRING) {
109
+ if (!isObject(input)) return input;
110
+ var fn, val;
111
+ if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
112
+ if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
113
+ if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
114
+ throw TypeError("Can't convert object to primitive value");
115
+ };
116
+
117
+ var hasOwnProperty = {}.hasOwnProperty;
118
+
119
+ var has = function (it, key) {
120
+ return hasOwnProperty.call(it, key);
121
+ };
122
+
123
+ var document$1 = global_1.document;
124
+ // typeof document.createElement is 'object' in old IE
125
+ var EXISTS = isObject(document$1) && isObject(document$1.createElement);
126
+
127
+ var documentCreateElement = function (it) {
128
+ return EXISTS ? document$1.createElement(it) : {};
129
+ };
130
+
131
+ // Thank's IE8 for his funny defineProperty
132
+ var ie8DomDefine = !descriptors && !fails(function () {
133
+ return Object.defineProperty(documentCreateElement('div'), 'a', {
134
+ get: function () { return 7; }
135
+ }).a != 7;
136
+ });
137
+
138
+ var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
139
+
140
+ // `Object.getOwnPropertyDescriptor` method
141
+ // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
142
+ var f$1 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
143
+ O = toIndexedObject(O);
144
+ P = toPrimitive(P, true);
145
+ if (ie8DomDefine) try {
146
+ return nativeGetOwnPropertyDescriptor(O, P);
147
+ } catch (error) { /* empty */ }
148
+ if (has(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
149
+ };
150
+
151
+ var objectGetOwnPropertyDescriptor = {
152
+ f: f$1
153
+ };
154
+
155
+ var anObject = function (it) {
156
+ if (!isObject(it)) {
157
+ throw TypeError(String(it) + ' is not an object');
158
+ } return it;
159
+ };
160
+
161
+ var nativeDefineProperty = Object.defineProperty;
162
+
163
+ // `Object.defineProperty` method
164
+ // https://tc39.github.io/ecma262/#sec-object.defineproperty
165
+ var f$2 = descriptors ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
166
+ anObject(O);
167
+ P = toPrimitive(P, true);
168
+ anObject(Attributes);
169
+ if (ie8DomDefine) try {
170
+ return nativeDefineProperty(O, P, Attributes);
171
+ } catch (error) { /* empty */ }
172
+ if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
173
+ if ('value' in Attributes) O[P] = Attributes.value;
174
+ return O;
175
+ };
176
+
177
+ var objectDefineProperty = {
178
+ f: f$2
179
+ };
180
+
181
+ var createNonEnumerableProperty = descriptors ? function (object, key, value) {
182
+ return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
183
+ } : function (object, key, value) {
184
+ object[key] = value;
185
+ return object;
186
+ };
187
+
188
+ var setGlobal = function (key, value) {
189
+ try {
190
+ createNonEnumerableProperty(global_1, key, value);
191
+ } catch (error) {
192
+ global_1[key] = value;
193
+ } return value;
194
+ };
195
+
196
+ var SHARED = '__core-js_shared__';
197
+ var store = global_1[SHARED] || setGlobal(SHARED, {});
198
+
199
+ var sharedStore = store;
200
+
201
+ var functionToString = Function.toString;
202
+
203
+ // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
204
+ if (typeof sharedStore.inspectSource != 'function') {
205
+ sharedStore.inspectSource = function (it) {
206
+ return functionToString.call(it);
207
+ };
208
+ }
209
+
210
+ var inspectSource = sharedStore.inspectSource;
211
+
212
+ var WeakMap = global_1.WeakMap;
213
+
214
+ var nativeWeakMap = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
215
+
216
+ var shared = createCommonjsModule(function (module) {
217
+ (module.exports = function (key, value) {
218
+ return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
219
+ })('versions', []).push({
220
+ version: '3.6.0',
221
+ mode: 'global',
222
+ copyright: 2019 Denis Pushkarev (zloirock.ru)'
223
+ });
224
+ });
225
+
226
+ var id = 0;
227
+ var postfix = Math.random();
228
+
229
+ var uid = function (key) {
230
+ return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
231
+ };
232
+
233
+ var keys = shared('keys');
234
+
235
+ var sharedKey = function (key) {
236
+ return keys[key] || (keys[key] = uid(key));
237
+ };
238
+
239
+ var hiddenKeys = {};
240
+
241
+ var WeakMap$1 = global_1.WeakMap;
242
+ var set, get, has$1;
243
+
244
+ var enforce = function (it) {
245
+ return has$1(it) ? get(it) : set(it, {});
246
+ };
247
+
248
+ var getterFor = function (TYPE) {
249
+ return function (it) {
250
+ var state;
251
+ if (!isObject(it) || (state = get(it)).type !== TYPE) {
252
+ throw TypeError('Incompatible receiver, ' + TYPE + ' required');
253
+ } return state;
254
+ };
255
+ };
256
+
257
+ if (nativeWeakMap) {
258
+ var store$1 = new WeakMap$1();
259
+ var wmget = store$1.get;
260
+ var wmhas = store$1.has;
261
+ var wmset = store$1.set;
262
+ set = function (it, metadata) {
263
+ wmset.call(store$1, it, metadata);
264
+ return metadata;
265
+ };
266
+ get = function (it) {
267
+ return wmget.call(store$1, it) || {};
268
+ };
269
+ has$1 = function (it) {
270
+ return wmhas.call(store$1, it);
271
+ };
272
+ } else {
273
+ var STATE = sharedKey('state');
274
+ hiddenKeys[STATE] = true;
275
+ set = function (it, metadata) {
276
+ createNonEnumerableProperty(it, STATE, metadata);
277
+ return metadata;
278
+ };
279
+ get = function (it) {
280
+ return has(it, STATE) ? it[STATE] : {};
281
+ };
282
+ has$1 = function (it) {
283
+ return has(it, STATE);
284
+ };
285
+ }
286
+
287
+ var internalState = {
288
+ set: set,
289
+ get: get,
290
+ has: has$1,
291
+ enforce: enforce,
292
+ getterFor: getterFor
293
+ };
294
+
295
+ var redefine = createCommonjsModule(function (module) {
296
+ var getInternalState = internalState.get;
297
+ var enforceInternalState = internalState.enforce;
298
+ var TEMPLATE = String(String).split('String');
299
+
300
+ (module.exports = function (O, key, value, options) {
301
+ var unsafe = options ? !!options.unsafe : false;
302
+ var simple = options ? !!options.enumerable : false;
303
+ var noTargetGet = options ? !!options.noTargetGet : false;
304
+ if (typeof value == 'function') {
305
+ if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);
306
+ enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
307
+ }
308
+ if (O === global_1) {
309
+ if (simple) O[key] = value;
310
+ else setGlobal(key, value);
311
+ return;
312
+ } else if (!unsafe) {
313
+ delete O[key];
314
+ } else if (!noTargetGet && O[key]) {
315
+ simple = true;
316
+ }
317
+ if (simple) O[key] = value;
318
+ else createNonEnumerableProperty(O, key, value);
319
+ // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
320
+ })(Function.prototype, 'toString', function toString() {
321
+ return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
322
+ });
323
+ });
324
+
325
+ var path = global_1;
326
+
327
+ var aFunction = function (variable) {
328
+ return typeof variable == 'function' ? variable : undefined;
329
+ };
330
+
331
+ var getBuiltIn = function (namespace, method) {
332
+ return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global_1[namespace])
333
+ : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
334
+ };
335
+
336
+ var ceil = Math.ceil;
337
+ var floor = Math.floor;
338
+
339
+ // `ToInteger` abstract operation
340
+ // https://tc39.github.io/ecma262/#sec-tointeger
341
+ var toInteger = function (argument) {
342
+ return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
343
+ };
344
+
345
+ var min = Math.min;
346
+
347
+ // `ToLength` abstract operation
348
+ // https://tc39.github.io/ecma262/#sec-tolength
349
+ var toLength = function (argument) {
350
+ return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
351
+ };
352
+
353
+ var max = Math.max;
354
+ var min$1 = Math.min;
355
+
356
+ // Helper for a popular repeating case of the spec:
357
+ // Let integer be ? ToInteger(index).
358
+ // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
359
+ var toAbsoluteIndex = function (index, length) {
360
+ var integer = toInteger(index);
361
+ return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
362
+ };
363
+
364
+ // `Array.prototype.{ indexOf, includes }` methods implementation
365
+ var createMethod = function (IS_INCLUDES) {
366
+ return function ($this, el, fromIndex) {
367
+ var O = toIndexedObject($this);
368
+ var length = toLength(O.length);
369
+ var index = toAbsoluteIndex(fromIndex, length);
370
+ var value;
371
+ // Array#includes uses SameValueZero equality algorithm
372
+ // eslint-disable-next-line no-self-compare
373
+ if (IS_INCLUDES && el != el) while (length > index) {
374
+ value = O[index++];
375
+ // eslint-disable-next-line no-self-compare
376
+ if (value != value) return true;
377
+ // Array#indexOf ignores holes, Array#includes - not
378
+ } else for (;length > index; index++) {
379
+ if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
380
+ } return !IS_INCLUDES && -1;
381
+ };
382
+ };
383
+
384
+ var arrayIncludes = {
385
+ // `Array.prototype.includes` method
386
+ // https://tc39.github.io/ecma262/#sec-array.prototype.includes
387
+ includes: createMethod(true),
388
+ // `Array.prototype.indexOf` method
389
+ // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
390
+ indexOf: createMethod(false)
391
+ };
392
+
393
+ var indexOf = arrayIncludes.indexOf;
394
+
395
+
396
+ var objectKeysInternal = function (object, names) {
397
+ var O = toIndexedObject(object);
398
+ var i = 0;
399
+ var result = [];
400
+ var key;
401
+ for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
402
+ // Don't enum bug & hidden keys
403
+ while (names.length > i) if (has(O, key = names[i++])) {
404
+ ~indexOf(result, key) || result.push(key);
405
+ }
406
+ return result;
407
+ };
408
+
409
+ // IE8- don't enum bug keys
410
+ var enumBugKeys = [
411
+ 'constructor',
412
+ 'hasOwnProperty',
413
+ 'isPrototypeOf',
414
+ 'propertyIsEnumerable',
415
+ 'toLocaleString',
416
+ 'toString',
417
+ 'valueOf'
418
+ ];
419
+
420
+ var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
421
+
422
+ // `Object.getOwnPropertyNames` method
423
+ // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
424
+ var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
425
+ return objectKeysInternal(O, hiddenKeys$1);
426
+ };
427
+
428
+ var objectGetOwnPropertyNames = {
429
+ f: f$3
430
+ };
431
+
432
+ var f$4 = Object.getOwnPropertySymbols;
433
+
434
+ var objectGetOwnPropertySymbols = {
435
+ f: f$4
436
+ };
437
+
438
+ // all object keys, includes non-enumerable and symbols
439
+ var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
440
+ var keys = objectGetOwnPropertyNames.f(anObject(it));
441
+ var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
442
+ return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
443
+ };
444
+
445
+ var copyConstructorProperties = function (target, source) {
446
+ var keys = ownKeys(source);
447
+ var defineProperty = objectDefineProperty.f;
448
+ var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
449
+ for (var i = 0; i < keys.length; i++) {
450
+ var key = keys[i];
451
+ if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
452
+ }
453
+ };
454
+
455
+ var replacement = /#|\.prototype\./;
456
+
457
+ var isForced = function (feature, detection) {
458
+ var value = data[normalize(feature)];
459
+ return value == POLYFILL ? true
460
+ : value == NATIVE ? false
461
+ : typeof detection == 'function' ? fails(detection)
462
+ : !!detection;
463
+ };
464
+
465
+ var normalize = isForced.normalize = function (string) {
466
+ return String(string).replace(replacement, '.').toLowerCase();
467
+ };
468
+
469
+ var data = isForced.data = {};
470
+ var NATIVE = isForced.NATIVE = 'N';
471
+ var POLYFILL = isForced.POLYFILL = 'P';
472
+
473
+ var isForced_1 = isForced;
474
+
475
+ var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
476
+
477
+
478
+
479
+
480
+
481
+
482
+ /*
483
+ options.target - name of the target object
484
+ options.global - target is the global object
485
+ options.stat - export as static methods of target
486
+ options.proto - export as prototype methods of target
487
+ options.real - real prototype method for the `pure` version
488
+ options.forced - export even if the native feature is available
489
+ options.bind - bind methods to the target, required for the `pure` version
490
+ options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
491
+ options.unsafe - use the simple assignment of property instead of delete + defineProperty
492
+ options.sham - add a flag to not completely full polyfills
493
+ options.enumerable - export as enumerable property
494
+ options.noTargetGet - prevent calling a getter on target
495
+ */
496
+ var _export = function (options, source) {
497
+ var TARGET = options.target;
498
+ var GLOBAL = options.global;
499
+ var STATIC = options.stat;
500
+ var FORCED, target, key, targetProperty, sourceProperty, descriptor;
501
+ if (GLOBAL) {
502
+ target = global_1;
503
+ } else if (STATIC) {
504
+ target = global_1[TARGET] || setGlobal(TARGET, {});
505
+ } else {
506
+ target = (global_1[TARGET] || {}).prototype;
507
+ }
508
+ if (target) for (key in source) {
509
+ sourceProperty = source[key];
510
+ if (options.noTargetGet) {
511
+ descriptor = getOwnPropertyDescriptor$1(target, key);
512
+ targetProperty = descriptor && descriptor.value;
513
+ } else targetProperty = target[key];
514
+ FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
515
+ // contained in target
516
+ if (!FORCED && targetProperty !== undefined) {
517
+ if (typeof sourceProperty === typeof targetProperty) continue;
518
+ copyConstructorProperties(sourceProperty, targetProperty);
519
+ }
520
+ // add a flag to not completely full polyfills
521
+ if (options.sham || (targetProperty && targetProperty.sham)) {
522
+ createNonEnumerableProperty(sourceProperty, 'sham', true);
523
+ }
524
+ // extend global
525
+ redefine(target, key, sourceProperty, options);
526
+ }
527
+ };
528
+
529
+ // `IsArray` abstract operation
530
+ // https://tc39.github.io/ecma262/#sec-isarray
531
+ var isArray = Array.isArray || function isArray(arg) {
532
+ return classofRaw(arg) == 'Array';
533
+ };
534
+
535
+ // `ToObject` abstract operation
536
+ // https://tc39.github.io/ecma262/#sec-toobject
537
+ var toObject = function (argument) {
538
+ return Object(requireObjectCoercible(argument));
539
+ };
540
+
541
+ var createProperty = function (object, key, value) {
542
+ var propertyKey = toPrimitive(key);
543
+ if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
544
+ else object[propertyKey] = value;
545
+ };
546
+
547
+ var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
548
+ // Chrome 38 Symbol has incorrect toString conversion
549
+ // eslint-disable-next-line no-undef
550
+ return !String(Symbol());
551
+ });
552
+
553
+ var useSymbolAsUid = nativeSymbol
554
+ // eslint-disable-next-line no-undef
555
+ && !Symbol.sham
556
+ // eslint-disable-next-line no-undef
557
+ && typeof Symbol() == 'symbol';
558
+
559
+ var WellKnownSymbolsStore = shared('wks');
560
+ var Symbol$1 = global_1.Symbol;
561
+ var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
562
+
563
+ var wellKnownSymbol = function (name) {
564
+ if (!has(WellKnownSymbolsStore, name)) {
565
+ if (nativeSymbol && has(Symbol$1, name)) WellKnownSymbolsStore[name] = Symbol$1[name];
566
+ else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
567
+ } return WellKnownSymbolsStore[name];
568
+ };
569
+
570
+ var SPECIES = wellKnownSymbol('species');
571
+
572
+ // `ArraySpeciesCreate` abstract operation
573
+ // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
574
+ var arraySpeciesCreate = function (originalArray, length) {
575
+ var C;
576
+ if (isArray(originalArray)) {
577
+ C = originalArray.constructor;
578
+ // cross-realm fallback
579
+ if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
580
+ else if (isObject(C)) {
581
+ C = C[SPECIES];
582
+ if (C === null) C = undefined;
583
+ }
584
+ } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
585
+ };
586
+
587
+ var userAgent = getBuiltIn('navigator', 'userAgent') || '';
588
+
589
+ var process = global_1.process;
590
+ var versions = process && process.versions;
591
+ var v8 = versions && versions.v8;
592
+ var match, version;
593
+
594
+ if (v8) {
595
+ match = v8.split('.');
596
+ version = match[0] + match[1];
597
+ } else if (userAgent) {
598
+ match = userAgent.match(/Edge\/(\d+)/);
599
+ if (!match || match[1] >= 74) {
600
+ match = userAgent.match(/Chrome\/(\d+)/);
601
+ if (match) version = match[1];
602
+ }
603
+ }
604
+
605
+ var v8Version = version && +version;
606
+
607
+ var SPECIES$1 = wellKnownSymbol('species');
608
+
609
+ var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
610
+ // We can't use this feature detection in V8 since it causes
611
+ // deoptimization and serious performance degradation
612
+ // https://github.com/zloirock/core-js/issues/677
613
+ return v8Version >= 51 || !fails(function () {
614
+ var array = [];
615
+ var constructor = array.constructor = {};
616
+ constructor[SPECIES$1] = function () {
617
+ return { foo: 1 };
618
+ };
619
+ return array[METHOD_NAME](Boolean).foo !== 1;
620
+ });
621
+ };
622
+
623
+ var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
624
+ var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
625
+ var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
626
+
627
+ // We can't use this feature detection in V8 since it causes
628
+ // deoptimization and serious performance degradation
629
+ // https://github.com/zloirock/core-js/issues/679
630
+ var IS_CONCAT_SPREADABLE_SUPPORT = v8Version >= 51 || !fails(function () {
631
+ var array = [];
632
+ array[IS_CONCAT_SPREADABLE] = false;
633
+ return array.concat()[0] !== array;
634
+ });
635
+
636
+ var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
637
+
638
+ var isConcatSpreadable = function (O) {
639
+ if (!isObject(O)) return false;
640
+ var spreadable = O[IS_CONCAT_SPREADABLE];
641
+ return spreadable !== undefined ? !!spreadable : isArray(O);
642
+ };
643
+
644
+ var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
645
+
646
+ // `Array.prototype.concat` method
647
+ // https://tc39.github.io/ecma262/#sec-array.prototype.concat
648
+ // with adding support of @@isConcatSpreadable and @@species
649
+ _export({ target: 'Array', proto: true, forced: FORCED }, {
650
+ concat: function concat(arg) { // eslint-disable-line no-unused-vars
651
+ var O = toObject(this);
652
+ var A = arraySpeciesCreate(O, 0);
653
+ var n = 0;
654
+ var i, k, length, len, E;
655
+ for (i = -1, length = arguments.length; i < length; i++) {
656
+ E = i === -1 ? O : arguments[i];
657
+ if (isConcatSpreadable(E)) {
658
+ len = toLength(E.length);
659
+ if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
660
+ for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
661
+ } else {
662
+ if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
663
+ createProperty(A, n++, E);
664
+ }
665
+ }
666
+ A.length = n;
667
+ return A;
668
+ }
669
+ });
670
+
671
+ var aFunction$1 = function (it) {
672
+ if (typeof it != 'function') {
673
+ throw TypeError(String(it) + ' is not a function');
674
+ } return it;
675
+ };
676
+
677
+ // optional / simple context binding
678
+ var bindContext = function (fn, that, length) {
679
+ aFunction$1(fn);
680
+ if (that === undefined) return fn;
681
+ switch (length) {
682
+ case 0: return function () {
683
+ return fn.call(that);
684
+ };
685
+ case 1: return function (a) {
686
+ return fn.call(that, a);
687
+ };
688
+ case 2: return function (a, b) {
689
+ return fn.call(that, a, b);
690
+ };
691
+ case 3: return function (a, b, c) {
692
+ return fn.call(that, a, b, c);
693
+ };
694
+ }
695
+ return function (/* ...args */) {
696
+ return fn.apply(that, arguments);
697
+ };
698
+ };
699
+
700
+ var push = [].push;
701
+
702
+ // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation
703
+ var createMethod$1 = function (TYPE) {
704
+ var IS_MAP = TYPE == 1;
705
+ var IS_FILTER = TYPE == 2;
706
+ var IS_SOME = TYPE == 3;
707
+ var IS_EVERY = TYPE == 4;
708
+ var IS_FIND_INDEX = TYPE == 6;
709
+ var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
710
+ return function ($this, callbackfn, that, specificCreate) {
711
+ var O = toObject($this);
712
+ var self = indexedObject(O);
713
+ var boundFunction = bindContext(callbackfn, that, 3);
714
+ var length = toLength(self.length);
715
+ var index = 0;
716
+ var create = specificCreate || arraySpeciesCreate;
717
+ var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
718
+ var value, result;
719
+ for (;length > index; index++) if (NO_HOLES || index in self) {
720
+ value = self[index];
721
+ result = boundFunction(value, index, O);
722
+ if (TYPE) {
723
+ if (IS_MAP) target[index] = result; // map
724
+ else if (result) switch (TYPE) {
725
+ case 3: return true; // some
726
+ case 5: return value; // find
727
+ case 6: return index; // findIndex
728
+ case 2: push.call(target, value); // filter
729
+ } else if (IS_EVERY) return false; // every
730
+ }
731
+ }
732
+ return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
733
+ };
734
+ };
735
+
736
+ var arrayIteration = {
737
+ // `Array.prototype.forEach` method
738
+ // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
739
+ forEach: createMethod$1(0),
740
+ // `Array.prototype.map` method
741
+ // https://tc39.github.io/ecma262/#sec-array.prototype.map
742
+ map: createMethod$1(1),
743
+ // `Array.prototype.filter` method
744
+ // https://tc39.github.io/ecma262/#sec-array.prototype.filter
745
+ filter: createMethod$1(2),
746
+ // `Array.prototype.some` method
747
+ // https://tc39.github.io/ecma262/#sec-array.prototype.some
748
+ some: createMethod$1(3),
749
+ // `Array.prototype.every` method
750
+ // https://tc39.github.io/ecma262/#sec-array.prototype.every
751
+ every: createMethod$1(4),
752
+ // `Array.prototype.find` method
753
+ // https://tc39.github.io/ecma262/#sec-array.prototype.find
754
+ find: createMethod$1(5),
755
+ // `Array.prototype.findIndex` method
756
+ // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
757
+ findIndex: createMethod$1(6)
758
+ };
759
+
760
+ var $filter = arrayIteration.filter;
761
+
762
+
763
+
764
+ var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
765
+ // Edge 14- issue
766
+ var USES_TO_LENGTH = HAS_SPECIES_SUPPORT && !fails(function () {
767
+ [].filter.call({ length: -1, 0: 1 }, function (it) { throw it; });
768
+ });
769
+
770
+ // `Array.prototype.filter` method
771
+ // https://tc39.github.io/ecma262/#sec-array.prototype.filter
772
+ // with adding support of @@species
773
+ _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
774
+ filter: function filter(callbackfn /* , thisArg */) {
775
+ return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
776
+ }
777
+ });
778
+
779
+ // `Object.keys` method
780
+ // https://tc39.github.io/ecma262/#sec-object.keys
781
+ var objectKeys = Object.keys || function keys(O) {
782
+ return objectKeysInternal(O, enumBugKeys);
783
+ };
784
+
785
+ // `Object.defineProperties` method
786
+ // https://tc39.github.io/ecma262/#sec-object.defineproperties
787
+ var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
788
+ anObject(O);
789
+ var keys = objectKeys(Properties);
790
+ var length = keys.length;
791
+ var index = 0;
792
+ var key;
793
+ while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
794
+ return O;
795
+ };
796
+
797
+ var html = getBuiltIn('document', 'documentElement');
798
+
799
+ var GT = '>';
800
+ var LT = '<';
801
+ var PROTOTYPE = 'prototype';
802
+ var SCRIPT = 'script';
803
+ var IE_PROTO = sharedKey('IE_PROTO');
804
+
805
+ var EmptyConstructor = function () { /* empty */ };
806
+
807
+ var scriptTag = function (content) {
808
+ return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
809
+ };
810
+
811
+ // Create object with fake `null` prototype: use ActiveX Object with cleared prototype
812
+ var NullProtoObjectViaActiveX = function (activeXDocument) {
813
+ activeXDocument.write(scriptTag(''));
814
+ activeXDocument.close();
815
+ var temp = activeXDocument.parentWindow.Object;
816
+ activeXDocument = null; // avoid memory leak
817
+ return temp;
818
+ };
819
+
820
+ // Create object with fake `null` prototype: use iframe Object with cleared prototype
821
+ var NullProtoObjectViaIFrame = function () {
822
+ // Thrash, waste and sodomy: IE GC bug
823
+ var iframe = documentCreateElement('iframe');
824
+ var JS = 'java' + SCRIPT + ':';
825
+ var iframeDocument;
826
+ iframe.style.display = 'none';
827
+ html.appendChild(iframe);
828
+ // https://github.com/zloirock/core-js/issues/475
829
+ iframe.src = String(JS);
830
+ iframeDocument = iframe.contentWindow.document;
831
+ iframeDocument.open();
832
+ iframeDocument.write(scriptTag('document.F=Object'));
833
+ iframeDocument.close();
834
+ return iframeDocument.F;
835
+ };
836
+
837
+ // Check for document.domain and active x support
838
+ // No need to use active x approach when document.domain is not set
839
+ // see https://github.com/es-shims/es5-shim/issues/150
840
+ // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
841
+ // avoid IE GC bug
842
+ var activeXDocument;
843
+ var NullProtoObject = function () {
844
+ try {
845
+ /* global ActiveXObject */
846
+ activeXDocument = document.domain && new ActiveXObject('htmlfile');
847
+ } catch (error) { /* ignore */ }
848
+ NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
849
+ var length = enumBugKeys.length;
850
+ while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
851
+ return NullProtoObject();
852
+ };
853
+
854
+ hiddenKeys[IE_PROTO] = true;
855
+
856
+ // `Object.create` method
857
+ // https://tc39.github.io/ecma262/#sec-object.create
858
+ var objectCreate = Object.create || function create(O, Properties) {
859
+ var result;
860
+ if (O !== null) {
861
+ EmptyConstructor[PROTOTYPE] = anObject(O);
862
+ result = new EmptyConstructor();
863
+ EmptyConstructor[PROTOTYPE] = null;
864
+ // add "__proto__" for Object.getPrototypeOf polyfill
865
+ result[IE_PROTO] = O;
866
+ } else result = NullProtoObject();
867
+ return Properties === undefined ? result : objectDefineProperties(result, Properties);
868
+ };
869
+
870
+ var UNSCOPABLES = wellKnownSymbol('unscopables');
871
+ var ArrayPrototype = Array.prototype;
872
+
873
+ // Array.prototype[@@unscopables]
874
+ // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
875
+ if (ArrayPrototype[UNSCOPABLES] == undefined) {
876
+ objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, {
877
+ configurable: true,
878
+ value: objectCreate(null)
879
+ });
880
+ }
881
+
882
+ // add a key to Array.prototype[@@unscopables]
883
+ var addToUnscopables = function (key) {
884
+ ArrayPrototype[UNSCOPABLES][key] = true;
885
+ };
886
+
887
+ var $find = arrayIteration.find;
888
+
889
+
890
+ var FIND = 'find';
891
+ var SKIPS_HOLES = true;
892
+
893
+ // Shouldn't skip holes
894
+ if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
895
+
896
+ // `Array.prototype.find` method
897
+ // https://tc39.github.io/ecma262/#sec-array.prototype.find
898
+ _export({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
899
+ find: function find(callbackfn /* , that = undefined */) {
900
+ return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
901
+ }
902
+ });
903
+
904
+ // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
905
+ addToUnscopables(FIND);
906
+
907
+ var $includes = arrayIncludes.includes;
908
+
909
+
910
+ // `Array.prototype.includes` method
911
+ // https://tc39.github.io/ecma262/#sec-array.prototype.includes
912
+ _export({ target: 'Array', proto: true }, {
913
+ includes: function includes(el /* , fromIndex = 0 */) {
914
+ return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
915
+ }
916
+ });
917
+
918
+ // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
919
+ addToUnscopables('includes');
920
+
921
+ var sloppyArrayMethod = function (METHOD_NAME, argument) {
922
+ var method = [][METHOD_NAME];
923
+ return !method || !fails(function () {
924
+ // eslint-disable-next-line no-useless-call,no-throw-literal
925
+ method.call(null, argument || function () { throw 1; }, 1);
926
+ });
927
+ };
928
+
929
+ var $indexOf = arrayIncludes.indexOf;
930
+
931
+
932
+ var nativeIndexOf = [].indexOf;
933
+
934
+ var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
935
+ var SLOPPY_METHOD = sloppyArrayMethod('indexOf');
936
+
937
+ // `Array.prototype.indexOf` method
938
+ // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
939
+ _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || SLOPPY_METHOD }, {
940
+ indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
941
+ return NEGATIVE_ZERO
942
+ // convert -0 to +0
943
+ ? nativeIndexOf.apply(this, arguments) || 0
944
+ : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
945
+ }
946
+ });
947
+
948
+ var FAILS_ON_PRIMITIVES = fails(function () { objectKeys(1); });
949
+
950
+ // `Object.keys` method
951
+ // https://tc39.github.io/ecma262/#sec-object.keys
952
+ _export({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES }, {
953
+ keys: function keys(it) {
954
+ return objectKeys(toObject(it));
955
+ }
956
+ });
957
+
958
+ var TO_STRING_TAG = wellKnownSymbol('toStringTag');
959
+ var test = {};
960
+
961
+ test[TO_STRING_TAG] = 'z';
962
+
963
+ var toStringTagSupport = String(test) === '[object z]';
964
+
965
+ var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
966
+ // ES3 wrong here
967
+ var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
968
+
969
+ // fallback for IE11 Script Access Denied error
970
+ var tryGet = function (it, key) {
971
+ try {
972
+ return it[key];
973
+ } catch (error) { /* empty */ }
974
+ };
975
+
976
+ // getting tag from ES6+ `Object.prototype.toString`
977
+ var classof = toStringTagSupport ? classofRaw : function (it) {
978
+ var O, tag, result;
979
+ return it === undefined ? 'Undefined' : it === null ? 'Null'
980
+ // @@toStringTag case
981
+ : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG$1)) == 'string' ? tag
982
+ // builtinTag case
983
+ : CORRECT_ARGUMENTS ? classofRaw(O)
984
+ // ES3 arguments fallback
985
+ : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
986
+ };
987
+
988
+ // `Object.prototype.toString` method implementation
989
+ // https://tc39.github.io/ecma262/#sec-object.prototype.tostring
990
+ var objectToString = toStringTagSupport ? {}.toString : function toString() {
991
+ return '[object ' + classof(this) + ']';
992
+ };
993
+
994
+ // `Object.prototype.toString` method
995
+ // https://tc39.github.io/ecma262/#sec-object.prototype.tostring
996
+ if (!toStringTagSupport) {
997
+ redefine(Object.prototype, 'toString', objectToString, { unsafe: true });
998
+ }
999
+
1000
+ // a string of all valid unicode whitespaces
1001
+ // eslint-disable-next-line max-len
1002
+ var whitespaces = '\u0009\u000A\u000B\u000C\u000D\u0020\u00A0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF';
1003
+
1004
+ var whitespace = '[' + whitespaces + ']';
1005
+ var ltrim = RegExp('^' + whitespace + whitespace + '*');
1006
+ var rtrim = RegExp(whitespace + whitespace + '*$');
1007
+
1008
+ // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
1009
+ var createMethod$2 = function (TYPE) {
1010
+ return function ($this) {
1011
+ var string = String(requireObjectCoercible($this));
1012
+ if (TYPE & 1) string = string.replace(ltrim, '');
1013
+ if (TYPE & 2) string = string.replace(rtrim, '');
1014
+ return string;
1015
+ };
1016
+ };
1017
+
1018
+ var stringTrim = {
1019
+ // `String.prototype.{ trimLeft, trimStart }` methods
1020
+ // https://tc39.github.io/ecma262/#sec-string.prototype.trimstart
1021
+ start: createMethod$2(1),
1022
+ // `String.prototype.{ trimRight, trimEnd }` methods
1023
+ // https://tc39.github.io/ecma262/#sec-string.prototype.trimend
1024
+ end: createMethod$2(2),
1025
+ // `String.prototype.trim` method
1026
+ // https://tc39.github.io/ecma262/#sec-string.prototype.trim
1027
+ trim: createMethod$2(3)
1028
+ };
1029
+
1030
+ var trim = stringTrim.trim;
1031
+
1032
+
1033
+ var nativeParseInt = global_1.parseInt;
1034
+ var hex = /^[+-]?0[Xx]/;
1035
+ var FORCED$1 = nativeParseInt(whitespaces + '08') !== 8 || nativeParseInt(whitespaces + '0x16') !== 22;
1036
+
1037
+ // `parseInt` method
1038
+ // https://tc39.github.io/ecma262/#sec-parseint-string-radix
1039
+ var _parseInt = FORCED$1 ? function parseInt(string, radix) {
1040
+ var S = trim(String(string));
1041
+ return nativeParseInt(S, (radix >>> 0) || (hex.test(S) ? 16 : 10));
1042
+ } : nativeParseInt;
1043
+
1044
+ // `parseInt` method
1045
+ // https://tc39.github.io/ecma262/#sec-parseint-string-radix
1046
+ _export({ global: true, forced: parseInt != _parseInt }, {
1047
+ parseInt: _parseInt
1048
+ });
1049
+
1050
+ // `RegExp.prototype.flags` getter implementation
1051
+ // https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
1052
+ var regexpFlags = function () {
1053
+ var that = anObject(this);
1054
+ var result = '';
1055
+ if (that.global) result += 'g';
1056
+ if (that.ignoreCase) result += 'i';
1057
+ if (that.multiline) result += 'm';
1058
+ if (that.dotAll) result += 's';
1059
+ if (that.unicode) result += 'u';
1060
+ if (that.sticky) result += 'y';
1061
+ return result;
1062
+ };
1063
+
1064
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError,
1065
+ // so we use an intermediate function.
1066
+ function RE(s, f) {
1067
+ return RegExp(s, f);
1068
+ }
1069
+
1070
+ var UNSUPPORTED_Y = fails(function () {
1071
+ // babel-minify transpiles RegExp('a', 'y') -> /a/y and it causes SyntaxError
1072
+ var re = RE('a', 'y');
1073
+ re.lastIndex = 2;
1074
+ return re.exec('abcd') != null;
1075
+ });
1076
+
1077
+ var BROKEN_CARET = fails(function () {
1078
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=773687
1079
+ var re = RE('^r', 'gy');
1080
+ re.lastIndex = 2;
1081
+ return re.exec('str') != null;
1082
+ });
1083
+
1084
+ var regexpStickyHelpers = {
1085
+ UNSUPPORTED_Y: UNSUPPORTED_Y,
1086
+ BROKEN_CARET: BROKEN_CARET
1087
+ };
1088
+
1089
+ var nativeExec = RegExp.prototype.exec;
1090
+ // This always refers to the native implementation, because the
1091
+ // String#replace polyfill uses ./fix-regexp-well-known-symbol-logic.js,
1092
+ // which loads this file before patching the method.
1093
+ var nativeReplace = String.prototype.replace;
1094
+
1095
+ var patchedExec = nativeExec;
1096
+
1097
+ var UPDATES_LAST_INDEX_WRONG = (function () {
1098
+ var re1 = /a/;
1099
+ var re2 = /b*/g;
1100
+ nativeExec.call(re1, 'a');
1101
+ nativeExec.call(re2, 'a');
1102
+ return re1.lastIndex !== 0 || re2.lastIndex !== 0;
1103
+ })();
1104
+
1105
+ var UNSUPPORTED_Y$1 = regexpStickyHelpers.UNSUPPORTED_Y || regexpStickyHelpers.BROKEN_CARET;
1106
+
1107
+ // nonparticipating capturing group, copied from es5-shim's String#split patch.
1108
+ var NPCG_INCLUDED = /()??/.exec('')[1] !== undefined;
1109
+
1110
+ var PATCH = UPDATES_LAST_INDEX_WRONG || NPCG_INCLUDED || UNSUPPORTED_Y$1;
1111
+
1112
+ if (PATCH) {
1113
+ patchedExec = function exec(str) {
1114
+ var re = this;
1115
+ var lastIndex, reCopy, match, i;
1116
+ var sticky = UNSUPPORTED_Y$1 && re.sticky;
1117
+ var flags = regexpFlags.call(re);
1118
+ var source = re.source;
1119
+ var charsAdded = 0;
1120
+ var strCopy = str;
1121
+
1122
+ if (sticky) {
1123
+ flags = flags.replace('y', '');
1124
+ if (flags.indexOf('g') === -1) {
1125
+ flags += 'g';
1126
+ }
1127
+
1128
+ strCopy = String(str).slice(re.lastIndex);
1129
+ // Support anchored sticky behavior.
1130
+ if (re.lastIndex > 0 && (!re.multiline || re.multiline && str[re.lastIndex - 1] !== '\n')) {
1131
+ source = '(?: ' + source + ')';
1132
+ strCopy = ' ' + strCopy;
1133
+ charsAdded++;
1134
+ }
1135
+ // ^(? + rx + ) is needed, in combination with some str slicing, to
1136
+ // simulate the 'y' flag.
1137
+ reCopy = new RegExp('^(?:' + source + ')', flags);
1138
+ }
1139
+
1140
+ if (NPCG_INCLUDED) {
1141
+ reCopy = new RegExp('^' + source + '$(?!\\s)', flags);
1142
+ }
1143
+ if (UPDATES_LAST_INDEX_WRONG) lastIndex = re.lastIndex;
1144
+
1145
+ match = nativeExec.call(sticky ? reCopy : re, strCopy);
1146
+
1147
+ if (sticky) {
1148
+ if (match) {
1149
+ match.input = match.input.slice(charsAdded);
1150
+ match[0] = match[0].slice(charsAdded);
1151
+ match.index = re.lastIndex;
1152
+ re.lastIndex += match[0].length;
1153
+ } else re.lastIndex = 0;
1154
+ } else if (UPDATES_LAST_INDEX_WRONG && match) {
1155
+ re.lastIndex = re.global ? match.index + match[0].length : lastIndex;
1156
+ }
1157
+ if (NPCG_INCLUDED && match && match.length > 1) {
1158
+ // Fix browsers whose `exec` methods don't consistently return `undefined`
1159
+ // for NPCG, like IE8. NOTE: This doesn' work for /(.?)?/
1160
+ nativeReplace.call(match[0], reCopy, function () {
1161
+ for (i = 1; i < arguments.length - 2; i++) {
1162
+ if (arguments[i] === undefined) match[i] = undefined;
1163
+ }
1164
+ });
1165
+ }
1166
+
1167
+ return match;
1168
+ };
1169
+ }
1170
+
1171
+ var regexpExec = patchedExec;
1172
+
1173
+ _export({ target: 'RegExp', proto: true, forced: /./.exec !== regexpExec }, {
1174
+ exec: regexpExec
1175
+ });
1176
+
1177
+ var TO_STRING = 'toString';
1178
+ var RegExpPrototype = RegExp.prototype;
1179
+ var nativeToString = RegExpPrototype[TO_STRING];
1180
+
1181
+ var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
1182
+ // FF44- RegExp#toString has a wrong name
1183
+ var INCORRECT_NAME = nativeToString.name != TO_STRING;
1184
+
1185
+ // `RegExp.prototype.toString` method
1186
+ // https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring
1187
+ if (NOT_GENERIC || INCORRECT_NAME) {
1188
+ redefine(RegExp.prototype, TO_STRING, function toString() {
1189
+ var R = anObject(this);
1190
+ var p = String(R.source);
1191
+ var rf = R.flags;
1192
+ var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? regexpFlags.call(R) : rf);
1193
+ return '/' + p + '/' + f;
1194
+ }, { unsafe: true });
1195
+ }
1196
+
1197
+ var MATCH = wellKnownSymbol('match');
1198
+
1199
+ // `IsRegExp` abstract operation
1200
+ // https://tc39.github.io/ecma262/#sec-isregexp
1201
+ var isRegexp = function (it) {
1202
+ var isRegExp;
1203
+ return isObject(it) && ((isRegExp = it[MATCH]) !== undefined ? !!isRegExp : classofRaw(it) == 'RegExp');
1204
+ };
1205
+
1206
+ var notARegexp = function (it) {
1207
+ if (isRegexp(it)) {
1208
+ throw TypeError("The method doesn't accept regular expressions");
1209
+ } return it;
1210
+ };
1211
+
1212
+ var MATCH$1 = wellKnownSymbol('match');
1213
+
1214
+ var correctIsRegexpLogic = function (METHOD_NAME) {
1215
+ var regexp = /./;
1216
+ try {
1217
+ '/./'[METHOD_NAME](regexp);
1218
+ } catch (e) {
1219
+ try {
1220
+ regexp[MATCH$1] = false;
1221
+ return '/./'[METHOD_NAME](regexp);
1222
+ } catch (f) { /* empty */ }
1223
+ } return false;
1224
+ };
1225
+
1226
+ // `String.prototype.includes` method
1227
+ // https://tc39.github.io/ecma262/#sec-string.prototype.includes
1228
+ _export({ target: 'String', proto: true, forced: !correctIsRegexpLogic('includes') }, {
1229
+ includes: function includes(searchString /* , position = 0 */) {
1230
+ return !!~String(requireObjectCoercible(this))
1231
+ .indexOf(notARegexp(searchString), arguments.length > 1 ? arguments[1] : undefined);
1232
+ }
1233
+ });
1234
+
1235
+ var non = '\u200B\u0085\u180E';
1236
+
1237
+ // check that a method works with the correct list
1238
+ // of whitespaces and has a correct name
1239
+ var forcedStringTrimMethod = function (METHOD_NAME) {
1240
+ return fails(function () {
1241
+ return !!whitespaces[METHOD_NAME]() || non[METHOD_NAME]() != non || whitespaces[METHOD_NAME].name !== METHOD_NAME;
1242
+ });
1243
+ };
1244
+
1245
+ var $trim = stringTrim.trim;
1246
+
1247
+
1248
+ // `String.prototype.trim` method
1249
+ // https://tc39.github.io/ecma262/#sec-string.prototype.trim
1250
+ _export({ target: 'String', proto: true, forced: forcedStringTrimMethod('trim') }, {
1251
+ trim: function trim() {
1252
+ return $trim(this);
1253
+ }
1254
+ });
1255
+
1256
+ // iterable DOM collections
1257
+ // flag - `iterable` interface - 'entries', 'keys', 'values', 'forEach' methods
1258
+ var domIterables = {
1259
+ CSSRuleList: 0,
1260
+ CSSStyleDeclaration: 0,
1261
+ CSSValueList: 0,
1262
+ ClientRectList: 0,
1263
+ DOMRectList: 0,
1264
+ DOMStringList: 0,
1265
+ DOMTokenList: 1,
1266
+ DataTransferItemList: 0,
1267
+ FileList: 0,
1268
+ HTMLAllCollection: 0,
1269
+ HTMLCollection: 0,
1270
+ HTMLFormElement: 0,
1271
+ HTMLSelectElement: 0,
1272
+ MediaList: 0,
1273
+ MimeTypeArray: 0,
1274
+ NamedNodeMap: 0,
1275
+ NodeList: 1,
1276
+ PaintRequestList: 0,
1277
+ Plugin: 0,
1278
+ PluginArray: 0,
1279
+ SVGLengthList: 0,
1280
+ SVGNumberList: 0,
1281
+ SVGPathSegList: 0,
1282
+ SVGPointList: 0,
1283
+ SVGStringList: 0,
1284
+ SVGTransformList: 0,
1285
+ SourceBufferList: 0,
1286
+ StyleSheetList: 0,
1287
+ TextTrackCueList: 0,
1288
+ TextTrackList: 0,
1289
+ TouchList: 0
1290
+ };
1291
+
1292
+ var $forEach = arrayIteration.forEach;
1293
+
1294
+
1295
+ // `Array.prototype.forEach` method implementation
1296
+ // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
1297
+ var arrayForEach = sloppyArrayMethod('forEach') ? function forEach(callbackfn /* , thisArg */) {
1298
+ return $forEach(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
1299
+ } : [].forEach;
1300
+
1301
+ for (var COLLECTION_NAME in domIterables) {
1302
+ var Collection = global_1[COLLECTION_NAME];
1303
+ var CollectionPrototype = Collection && Collection.prototype;
1304
+ // some Chrome versions have non-configurable methods on DOMTokenList
1305
+ if (CollectionPrototype && CollectionPrototype.forEach !== arrayForEach) try {
1306
+ createNonEnumerableProperty(CollectionPrototype, 'forEach', arrayForEach);
1307
+ } catch (error) {
1308
+ CollectionPrototype.forEach = arrayForEach;
1309
+ }
1310
+ }
1311
+
1312
+ function _typeof(obj) {
1313
+ if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
1314
+ _typeof = function (obj) {
1315
+ return typeof obj;
1316
+ };
1317
+ } else {
1318
+ _typeof = function (obj) {
1319
+ return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
1320
+ };
1321
+ }
1322
+
1323
+ return _typeof(obj);
1324
+ }
1325
+
1326
+ function _classCallCheck(instance, Constructor) {
1327
+ if (!(instance instanceof Constructor)) {
1328
+ throw new TypeError("Cannot call a class as a function");
1329
+ }
1330
+ }
1331
+
1332
+ function _defineProperties(target, props) {
1333
+ for (var i = 0; i < props.length; i++) {
1334
+ var descriptor = props[i];
1335
+ descriptor.enumerable = descriptor.enumerable || false;
1336
+ descriptor.configurable = true;
1337
+ if ("value" in descriptor) descriptor.writable = true;
1338
+ Object.defineProperty(target, descriptor.key, descriptor);
1339
+ }
1340
+ }
1341
+
1342
+ function _createClass(Constructor, protoProps, staticProps) {
1343
+ if (protoProps) _defineProperties(Constructor.prototype, protoProps);
1344
+ if (staticProps) _defineProperties(Constructor, staticProps);
1345
+ return Constructor;
1346
+ }
1347
+
1348
+ function _inherits(subClass, superClass) {
1349
+ if (typeof superClass !== "function" && superClass !== null) {
1350
+ throw new TypeError("Super expression must either be null or a function");
1351
+ }
1352
+
1353
+ subClass.prototype = Object.create(superClass && superClass.prototype, {
1354
+ constructor: {
1355
+ value: subClass,
1356
+ writable: true,
1357
+ configurable: true
1358
+ }
1359
+ });
1360
+ if (superClass) _setPrototypeOf(subClass, superClass);
1361
+ }
1362
+
1363
+ function _getPrototypeOf(o) {
1364
+ _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
1365
+ return o.__proto__ || Object.getPrototypeOf(o);
1366
+ };
1367
+ return _getPrototypeOf(o);
1368
+ }
1369
+
1370
+ function _setPrototypeOf(o, p) {
1371
+ _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
1372
+ o.__proto__ = p;
1373
+ return o;
1374
+ };
1375
+
1376
+ return _setPrototypeOf(o, p);
1377
+ }
1378
+
1379
+ function _assertThisInitialized(self) {
1380
+ if (self === void 0) {
1381
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
1382
+ }
1383
+
1384
+ return self;
1385
+ }
1386
+
1387
+ function _possibleConstructorReturn(self, call) {
1388
+ if (call && (typeof call === "object" || typeof call === "function")) {
1389
+ return call;
1390
+ }
1391
+
1392
+ return _assertThisInitialized(self);
1393
+ }
1394
+
1395
+ function _superPropBase(object, property) {
1396
+ while (!Object.prototype.hasOwnProperty.call(object, property)) {
1397
+ object = _getPrototypeOf(object);
1398
+ if (object === null) break;
1399
+ }
1400
+
1401
+ return object;
1402
+ }
1403
+
1404
+ function _get(target, property, receiver) {
1405
+ if (typeof Reflect !== "undefined" && Reflect.get) {
1406
+ _get = Reflect.get;
1407
+ } else {
1408
+ _get = function _get(target, property, receiver) {
1409
+ var base = _superPropBase(target, property);
1410
+
1411
+ if (!base) return;
1412
+ var desc = Object.getOwnPropertyDescriptor(base, property);
1413
+
1414
+ if (desc.get) {
1415
+ return desc.get.call(receiver);
1416
+ }
1417
+
1418
+ return desc.value;
1419
+ };
1420
+ }
1421
+
1422
+ return _get(target, property, receiver || target);
1423
+ }
1424
+
1425
+ function _toConsumableArray(arr) {
1426
+ return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _nonIterableSpread();
1427
+ }
1428
+
1429
+ function _arrayWithoutHoles(arr) {
1430
+ if (Array.isArray(arr)) {
1431
+ for (var i = 0, arr2 = new Array(arr.length); i < arr.length; i++) arr2[i] = arr[i];
1432
+
1433
+ return arr2;
1434
+ }
1435
+ }
1436
+
1437
+ function _iterableToArray(iter) {
1438
+ if (Symbol.iterator in Object(iter) || Object.prototype.toString.call(iter) === "[object Arguments]") return Array.from(iter);
1439
+ }
1440
+
1441
+ function _nonIterableSpread() {
1442
+ throw new TypeError("Invalid attempt to spread non-iterable instance");
1443
+ }
1444
+
1445
+ var nativeJoin = [].join;
1446
+
1447
+ var ES3_STRINGS = indexedObject != Object;
1448
+ var SLOPPY_METHOD$1 = sloppyArrayMethod('join', ',');
1449
+
1450
+ // `Array.prototype.join` method
1451
+ // https://tc39.github.io/ecma262/#sec-array.prototype.join
1452
+ _export({ target: 'Array', proto: true, forced: ES3_STRINGS || SLOPPY_METHOD$1 }, {
1453
+ join: function join(separator) {
1454
+ return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);
1455
+ }
1456
+ });
1457
+
1458
+ var test$1 = [];
1459
+ var nativeSort = test$1.sort;
1460
+
1461
+ // IE8-
1462
+ var FAILS_ON_UNDEFINED = fails(function () {
1463
+ test$1.sort(undefined);
1464
+ });
1465
+ // V8 bug
1466
+ var FAILS_ON_NULL = fails(function () {
1467
+ test$1.sort(null);
1468
+ });
1469
+ // Old WebKit
1470
+ var SLOPPY_METHOD$2 = sloppyArrayMethod('sort');
1471
+
1472
+ var FORCED$2 = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || SLOPPY_METHOD$2;
1473
+
1474
+ // `Array.prototype.sort` method
1475
+ // https://tc39.github.io/ecma262/#sec-array.prototype.sort
1476
+ _export({ target: 'Array', proto: true, forced: FORCED$2 }, {
1477
+ sort: function sort(comparefn) {
1478
+ return comparefn === undefined
1479
+ ? nativeSort.call(toObject(this))
1480
+ : nativeSort.call(toObject(this), aFunction$1(comparefn));
1481
+ }
1482
+ });
1483
+
1484
+ var SPECIES$2 = wellKnownSymbol('species');
1485
+
1486
+ var REPLACE_SUPPORTS_NAMED_GROUPS = !fails(function () {
1487
+ // #replace needs built-in support for named groups.
1488
+ // #match works fine because it just return the exec results, even if it has
1489
+ // a "grops" property.
1490
+ var re = /./;
1491
+ re.exec = function () {
1492
+ var result = [];
1493
+ result.groups = { a: '7' };
1494
+ return result;
1495
+ };
1496
+ return ''.replace(re, '$<a>') !== '7';
1497
+ });
1498
+
1499
+ // IE <= 11 replaces $0 with the whole match, as if it was $&
1500
+ // https://stackoverflow.com/questions/6024666/getting-ie-to-replace-a-regex-with-the-literal-string-0
1501
+ var REPLACE_KEEPS_$0 = (function () {
1502
+ return 'a'.replace(/./, '$0') === '$0';
1503
+ })();
1504
+
1505
+ // Chrome 51 has a buggy "split" implementation when RegExp#exec !== nativeExec
1506
+ // Weex JS has frozen built-in prototypes, so use try / catch wrapper
1507
+ var SPLIT_WORKS_WITH_OVERWRITTEN_EXEC = !fails(function () {
1508
+ var re = /(?:)/;
1509
+ var originalExec = re.exec;
1510
+ re.exec = function () { return originalExec.apply(this, arguments); };
1511
+ var result = 'ab'.split(re);
1512
+ return result.length !== 2 || result[0] !== 'a' || result[1] !== 'b';
1513
+ });
1514
+
1515
+ var fixRegexpWellKnownSymbolLogic = function (KEY, length, exec, sham) {
1516
+ var SYMBOL = wellKnownSymbol(KEY);
1517
+
1518
+ var DELEGATES_TO_SYMBOL = !fails(function () {
1519
+ // String methods call symbol-named RegEp methods
1520
+ var O = {};
1521
+ O[SYMBOL] = function () { return 7; };
1522
+ return ''[KEY](O) != 7;
1523
+ });
1524
+
1525
+ var DELEGATES_TO_EXEC = DELEGATES_TO_SYMBOL && !fails(function () {
1526
+ // Symbol-named RegExp methods call .exec
1527
+ var execCalled = false;
1528
+ var re = /a/;
1529
+
1530
+ if (KEY === 'split') {
1531
+ // We can't use real regex here since it causes deoptimization
1532
+ // and serious performance degradation in V8
1533
+ // https://github.com/zloirock/core-js/issues/306
1534
+ re = {};
1535
+ // RegExp[@@split] doesn't call the regex's exec method, but first creates
1536
+ // a new one. We need to return the patched regex when creating the new one.
1537
+ re.constructor = {};
1538
+ re.constructor[SPECIES$2] = function () { return re; };
1539
+ re.flags = '';
1540
+ re[SYMBOL] = /./[SYMBOL];
1541
+ }
1542
+
1543
+ re.exec = function () { execCalled = true; return null; };
1544
+
1545
+ re[SYMBOL]('');
1546
+ return !execCalled;
1547
+ });
1548
+
1549
+ if (
1550
+ !DELEGATES_TO_SYMBOL ||
1551
+ !DELEGATES_TO_EXEC ||
1552
+ (KEY === 'replace' && !(REPLACE_SUPPORTS_NAMED_GROUPS && REPLACE_KEEPS_$0)) ||
1553
+ (KEY === 'split' && !SPLIT_WORKS_WITH_OVERWRITTEN_EXEC)
1554
+ ) {
1555
+ var nativeRegExpMethod = /./[SYMBOL];
1556
+ var methods = exec(SYMBOL, ''[KEY], function (nativeMethod, regexp, str, arg2, forceStringMethod) {
1557
+ if (regexp.exec === regexpExec) {
1558
+ if (DELEGATES_TO_SYMBOL && !forceStringMethod) {
1559
+ // The native String method already delegates to @@method (this
1560
+ // polyfilled function), leasing to infinite recursion.
1561
+ // We avoid it by directly calling the native @@method method.
1562
+ return { done: true, value: nativeRegExpMethod.call(regexp, str, arg2) };
1563
+ }
1564
+ return { done: true, value: nativeMethod.call(str, regexp, arg2) };
1565
+ }
1566
+ return { done: false };
1567
+ }, { REPLACE_KEEPS_$0: REPLACE_KEEPS_$0 });
1568
+ var stringMethod = methods[0];
1569
+ var regexMethod = methods[1];
1570
+
1571
+ redefine(String.prototype, KEY, stringMethod);
1572
+ redefine(RegExp.prototype, SYMBOL, length == 2
1573
+ // 21.2.5.8 RegExp.prototype[@@replace](string, replaceValue)
1574
+ // 21.2.5.11 RegExp.prototype[@@split](string, limit)
1575
+ ? function (string, arg) { return regexMethod.call(string, this, arg); }
1576
+ // 21.2.5.6 RegExp.prototype[@@match](string)
1577
+ // 21.2.5.9 RegExp.prototype[@@search](string)
1578
+ : function (string) { return regexMethod.call(string, this); }
1579
+ );
1580
+ }
1581
+
1582
+ if (sham) createNonEnumerableProperty(RegExp.prototype[SYMBOL], 'sham', true);
1583
+ };
1584
+
1585
+ // `String.prototype.{ codePointAt, at }` methods implementation
1586
+ var createMethod$3 = function (CONVERT_TO_STRING) {
1587
+ return function ($this, pos) {
1588
+ var S = String(requireObjectCoercible($this));
1589
+ var position = toInteger(pos);
1590
+ var size = S.length;
1591
+ var first, second;
1592
+ if (position < 0 || position >= size) return CONVERT_TO_STRING ? '' : undefined;
1593
+ first = S.charCodeAt(position);
1594
+ return first < 0xD800 || first > 0xDBFF || position + 1 === size
1595
+ || (second = S.charCodeAt(position + 1)) < 0xDC00 || second > 0xDFFF
1596
+ ? CONVERT_TO_STRING ? S.charAt(position) : first
1597
+ : CONVERT_TO_STRING ? S.slice(position, position + 2) : (first - 0xD800 << 10) + (second - 0xDC00) + 0x10000;
1598
+ };
1599
+ };
1600
+
1601
+ var stringMultibyte = {
1602
+ // `String.prototype.codePointAt` method
1603
+ // https://tc39.github.io/ecma262/#sec-string.prototype.codepointat
1604
+ codeAt: createMethod$3(false),
1605
+ // `String.prototype.at` method
1606
+ // https://github.com/mathiasbynens/String.prototype.at
1607
+ charAt: createMethod$3(true)
1608
+ };
1609
+
1610
+ var charAt = stringMultibyte.charAt;
1611
+
1612
+ // `AdvanceStringIndex` abstract operation
1613
+ // https://tc39.github.io/ecma262/#sec-advancestringindex
1614
+ var advanceStringIndex = function (S, index, unicode) {
1615
+ return index + (unicode ? charAt(S, index).length : 1);
1616
+ };
1617
+
1618
+ // `RegExpExec` abstract operation
1619
+ // https://tc39.github.io/ecma262/#sec-regexpexec
1620
+ var regexpExecAbstract = function (R, S) {
1621
+ var exec = R.exec;
1622
+ if (typeof exec === 'function') {
1623
+ var result = exec.call(R, S);
1624
+ if (typeof result !== 'object') {
1625
+ throw TypeError('RegExp exec method returned something other than an Object or null');
1626
+ }
1627
+ return result;
1628
+ }
1629
+
1630
+ if (classofRaw(R) !== 'RegExp') {
1631
+ throw TypeError('RegExp#exec called on incompatible receiver');
1632
+ }
1633
+
1634
+ return regexpExec.call(R, S);
1635
+ };
1636
+
1637
+ // @@match logic
1638
+ fixRegexpWellKnownSymbolLogic('match', 1, function (MATCH, nativeMatch, maybeCallNative) {
1639
+ return [
1640
+ // `String.prototype.match` method
1641
+ // https://tc39.github.io/ecma262/#sec-string.prototype.match
1642
+ function match(regexp) {
1643
+ var O = requireObjectCoercible(this);
1644
+ var matcher = regexp == undefined ? undefined : regexp[MATCH];
1645
+ return matcher !== undefined ? matcher.call(regexp, O) : new RegExp(regexp)[MATCH](String(O));
1646
+ },
1647
+ // `RegExp.prototype[@@match]` method
1648
+ // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@match
1649
+ function (regexp) {
1650
+ var res = maybeCallNative(nativeMatch, regexp, this);
1651
+ if (res.done) return res.value;
1652
+
1653
+ var rx = anObject(regexp);
1654
+ var S = String(this);
1655
+
1656
+ if (!rx.global) return regexpExecAbstract(rx, S);
1657
+
1658
+ var fullUnicode = rx.unicode;
1659
+ rx.lastIndex = 0;
1660
+ var A = [];
1661
+ var n = 0;
1662
+ var result;
1663
+ while ((result = regexpExecAbstract(rx, S)) !== null) {
1664
+ var matchStr = String(result[0]);
1665
+ A[n] = matchStr;
1666
+ if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
1667
+ n++;
1668
+ }
1669
+ return n === 0 ? null : A;
1670
+ }
1671
+ ];
1672
+ });
1673
+
1674
+ var max$1 = Math.max;
1675
+ var min$2 = Math.min;
1676
+ var floor$1 = Math.floor;
1677
+ var SUBSTITUTION_SYMBOLS = /\$([$&'`]|\d\d?|<[^>]*>)/g;
1678
+ var SUBSTITUTION_SYMBOLS_NO_NAMED = /\$([$&'`]|\d\d?)/g;
1679
+
1680
+ var maybeToString = function (it) {
1681
+ return it === undefined ? it : String(it);
1682
+ };
1683
+
1684
+ // @@replace logic
1685
+ fixRegexpWellKnownSymbolLogic('replace', 2, function (REPLACE, nativeReplace, maybeCallNative, reason) {
1686
+ return [
1687
+ // `String.prototype.replace` method
1688
+ // https://tc39.github.io/ecma262/#sec-string.prototype.replace
1689
+ function replace(searchValue, replaceValue) {
1690
+ var O = requireObjectCoercible(this);
1691
+ var replacer = searchValue == undefined ? undefined : searchValue[REPLACE];
1692
+ return replacer !== undefined
1693
+ ? replacer.call(searchValue, O, replaceValue)
1694
+ : nativeReplace.call(String(O), searchValue, replaceValue);
1695
+ },
1696
+ // `RegExp.prototype[@@replace]` method
1697
+ // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@replace
1698
+ function (regexp, replaceValue) {
1699
+ if (reason.REPLACE_KEEPS_$0 || (typeof replaceValue === 'string' && replaceValue.indexOf('$0') === -1)) {
1700
+ var res = maybeCallNative(nativeReplace, regexp, this, replaceValue);
1701
+ if (res.done) return res.value;
1702
+ }
1703
+
1704
+ var rx = anObject(regexp);
1705
+ var S = String(this);
1706
+
1707
+ var functionalReplace = typeof replaceValue === 'function';
1708
+ if (!functionalReplace) replaceValue = String(replaceValue);
1709
+
1710
+ var global = rx.global;
1711
+ if (global) {
1712
+ var fullUnicode = rx.unicode;
1713
+ rx.lastIndex = 0;
1714
+ }
1715
+ var results = [];
1716
+ while (true) {
1717
+ var result = regexpExecAbstract(rx, S);
1718
+ if (result === null) break;
1719
+
1720
+ results.push(result);
1721
+ if (!global) break;
1722
+
1723
+ var matchStr = String(result[0]);
1724
+ if (matchStr === '') rx.lastIndex = advanceStringIndex(S, toLength(rx.lastIndex), fullUnicode);
1725
+ }
1726
+
1727
+ var accumulatedResult = '';
1728
+ var nextSourcePosition = 0;
1729
+ for (var i = 0; i < results.length; i++) {
1730
+ result = results[i];
1731
+
1732
+ var matched = String(result[0]);
1733
+ var position = max$1(min$2(toInteger(result.index), S.length), 0);
1734
+ var captures = [];
1735
+ // NOTE: This is equivalent to
1736
+ // captures = result.slice(1).map(maybeToString)
1737
+ // but for some reason `nativeSlice.call(result, 1, result.length)` (called in
1738
+ // the slice polyfill when slicing native arrays) "doesn't work" in safari 9 and
1739
+ // causes a crash (https://pastebin.com/N21QzeQA) when trying to debug it.
1740
+ for (var j = 1; j < result.length; j++) captures.push(maybeToString(result[j]));
1741
+ var namedCaptures = result.groups;
1742
+ if (functionalReplace) {
1743
+ var replacerArgs = [matched].concat(captures, position, S);
1744
+ if (namedCaptures !== undefined) replacerArgs.push(namedCaptures);
1745
+ var replacement = String(replaceValue.apply(undefined, replacerArgs));
1746
+ } else {
1747
+ replacement = getSubstitution(matched, S, position, captures, namedCaptures, replaceValue);
1748
+ }
1749
+ if (position >= nextSourcePosition) {
1750
+ accumulatedResult += S.slice(nextSourcePosition, position) + replacement;
1751
+ nextSourcePosition = position + matched.length;
1752
+ }
1753
+ }
1754
+ return accumulatedResult + S.slice(nextSourcePosition);
1755
+ }
1756
+ ];
1757
+
1758
+ // https://tc39.github.io/ecma262/#sec-getsubstitution
1759
+ function getSubstitution(matched, str, position, captures, namedCaptures, replacement) {
1760
+ var tailPos = position + matched.length;
1761
+ var m = captures.length;
1762
+ var symbols = SUBSTITUTION_SYMBOLS_NO_NAMED;
1763
+ if (namedCaptures !== undefined) {
1764
+ namedCaptures = toObject(namedCaptures);
1765
+ symbols = SUBSTITUTION_SYMBOLS;
1766
+ }
1767
+ return nativeReplace.call(replacement, symbols, function (match, ch) {
1768
+ var capture;
1769
+ switch (ch.charAt(0)) {
1770
+ case '$': return '$';
1771
+ case '&': return matched;
1772
+ case '`': return str.slice(0, position);
1773
+ case "'": return str.slice(tailPos);
1774
+ case '<':
1775
+ capture = namedCaptures[ch.slice(1, -1)];
1776
+ break;
1777
+ default: // \d\d?
1778
+ var n = +ch;
1779
+ if (n === 0) return match;
1780
+ if (n > m) {
1781
+ var f = floor$1(n / 10);
1782
+ if (f === 0) return match;
1783
+ if (f <= m) return captures[f - 1] === undefined ? ch.charAt(1) : captures[f - 1] + ch.charAt(1);
1784
+ return match;
1785
+ }
1786
+ capture = captures[n - 1];
1787
+ }
1788
+ return capture === undefined ? '' : capture;
1789
+ });
1790
+ }
1791
+ });
1792
+
1793
+ var SPECIES$3 = wellKnownSymbol('species');
1794
+
1795
+ // `SpeciesConstructor` abstract operation
1796
+ // https://tc39.github.io/ecma262/#sec-speciesconstructor
1797
+ var speciesConstructor = function (O, defaultConstructor) {
1798
+ var C = anObject(O).constructor;
1799
+ var S;
1800
+ return C === undefined || (S = anObject(C)[SPECIES$3]) == undefined ? defaultConstructor : aFunction$1(S);
1801
+ };
1802
+
1803
+ var arrayPush = [].push;
1804
+ var min$3 = Math.min;
1805
+ var MAX_UINT32 = 0xFFFFFFFF;
1806
+
1807
+ // babel-minify transpiles RegExp('x', 'y') -> /x/y and it causes SyntaxError
1808
+ var SUPPORTS_Y = !fails(function () { return !RegExp(MAX_UINT32, 'y'); });
1809
+
1810
+ // @@split logic
1811
+ fixRegexpWellKnownSymbolLogic('split', 2, function (SPLIT, nativeSplit, maybeCallNative) {
1812
+ var internalSplit;
1813
+ if (
1814
+ 'abbc'.split(/(b)*/)[1] == 'c' ||
1815
+ 'test'.split(/(?:)/, -1).length != 4 ||
1816
+ 'ab'.split(/(?:ab)*/).length != 2 ||
1817
+ '.'.split(/(.?)(.?)/).length != 4 ||
1818
+ '.'.split(/()()/).length > 1 ||
1819
+ ''.split(/.?/).length
1820
+ ) {
1821
+ // based on es5-shim implementation, need to rework it
1822
+ internalSplit = function (separator, limit) {
1823
+ var string = String(requireObjectCoercible(this));
1824
+ var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1825
+ if (lim === 0) return [];
1826
+ if (separator === undefined) return [string];
1827
+ // If `separator` is not a regex, use native split
1828
+ if (!isRegexp(separator)) {
1829
+ return nativeSplit.call(string, separator, lim);
1830
+ }
1831
+ var output = [];
1832
+ var flags = (separator.ignoreCase ? 'i' : '') +
1833
+ (separator.multiline ? 'm' : '') +
1834
+ (separator.unicode ? 'u' : '') +
1835
+ (separator.sticky ? 'y' : '');
1836
+ var lastLastIndex = 0;
1837
+ // Make `global` and avoid `lastIndex` issues by working with a copy
1838
+ var separatorCopy = new RegExp(separator.source, flags + 'g');
1839
+ var match, lastIndex, lastLength;
1840
+ while (match = regexpExec.call(separatorCopy, string)) {
1841
+ lastIndex = separatorCopy.lastIndex;
1842
+ if (lastIndex > lastLastIndex) {
1843
+ output.push(string.slice(lastLastIndex, match.index));
1844
+ if (match.length > 1 && match.index < string.length) arrayPush.apply(output, match.slice(1));
1845
+ lastLength = match[0].length;
1846
+ lastLastIndex = lastIndex;
1847
+ if (output.length >= lim) break;
1848
+ }
1849
+ if (separatorCopy.lastIndex === match.index) separatorCopy.lastIndex++; // Avoid an infinite loop
1850
+ }
1851
+ if (lastLastIndex === string.length) {
1852
+ if (lastLength || !separatorCopy.test('')) output.push('');
1853
+ } else output.push(string.slice(lastLastIndex));
1854
+ return output.length > lim ? output.slice(0, lim) : output;
1855
+ };
1856
+ // Chakra, V8
1857
+ } else if ('0'.split(undefined, 0).length) {
1858
+ internalSplit = function (separator, limit) {
1859
+ return separator === undefined && limit === 0 ? [] : nativeSplit.call(this, separator, limit);
1860
+ };
1861
+ } else internalSplit = nativeSplit;
1862
+
1863
+ return [
1864
+ // `String.prototype.split` method
1865
+ // https://tc39.github.io/ecma262/#sec-string.prototype.split
1866
+ function split(separator, limit) {
1867
+ var O = requireObjectCoercible(this);
1868
+ var splitter = separator == undefined ? undefined : separator[SPLIT];
1869
+ return splitter !== undefined
1870
+ ? splitter.call(separator, O, limit)
1871
+ : internalSplit.call(String(O), separator, limit);
1872
+ },
1873
+ // `RegExp.prototype[@@split]` method
1874
+ // https://tc39.github.io/ecma262/#sec-regexp.prototype-@@split
1875
+ //
1876
+ // NOTE: This cannot be properly polyfilled in engines that don't support
1877
+ // the 'y' flag.
1878
+ function (regexp, limit) {
1879
+ var res = maybeCallNative(internalSplit, regexp, this, limit, internalSplit !== nativeSplit);
1880
+ if (res.done) return res.value;
1881
+
1882
+ var rx = anObject(regexp);
1883
+ var S = String(this);
1884
+ var C = speciesConstructor(rx, RegExp);
1885
+
1886
+ var unicodeMatching = rx.unicode;
1887
+ var flags = (rx.ignoreCase ? 'i' : '') +
1888
+ (rx.multiline ? 'm' : '') +
1889
+ (rx.unicode ? 'u' : '') +
1890
+ (SUPPORTS_Y ? 'y' : 'g');
1891
+
1892
+ // ^(? + rx + ) is needed, in combination with some S slicing, to
1893
+ // simulate the 'y' flag.
1894
+ var splitter = new C(SUPPORTS_Y ? rx : '^(?:' + rx.source + ')', flags);
1895
+ var lim = limit === undefined ? MAX_UINT32 : limit >>> 0;
1896
+ if (lim === 0) return [];
1897
+ if (S.length === 0) return regexpExecAbstract(splitter, S) === null ? [S] : [];
1898
+ var p = 0;
1899
+ var q = 0;
1900
+ var A = [];
1901
+ while (q < S.length) {
1902
+ splitter.lastIndex = SUPPORTS_Y ? q : 0;
1903
+ var z = regexpExecAbstract(splitter, SUPPORTS_Y ? S : S.slice(q));
1904
+ var e;
1905
+ if (
1906
+ z === null ||
1907
+ (e = min$3(toLength(splitter.lastIndex + (SUPPORTS_Y ? 0 : q)), S.length)) === p
1908
+ ) {
1909
+ q = advanceStringIndex(S, q, unicodeMatching);
1910
+ } else {
1911
+ A.push(S.slice(p, q));
1912
+ if (A.length === lim) return A;
1913
+ for (var i = 1; i <= z.length - 1; i++) {
1914
+ A.push(z[i]);
1915
+ if (A.length === lim) return A;
1916
+ }
1917
+ q = p = e;
1918
+ }
1919
+ }
1920
+ A.push(S.slice(p));
1921
+ return A;
1922
+ }
1923
+ ];
1924
+ }, !SUPPORTS_Y);
1925
+
1926
+ var Utils = $.fn.bootstrapTable.utils;
1927
+ var searchControls = 'select, input:not([type="checkbox"]):not([type="radio"])';
1928
+ function getOptionsFromSelectControl(selectControl) {
1929
+ return selectControl.get(selectControl.length - 1).options;
1930
+ }
1931
+ function getControlContainer(that) {
1932
+ if (that.options.filterControlContainer) {
1933
+ return $("".concat(that.options.filterControlContainer));
1934
+ }
1935
+
1936
+ return that.$header;
1937
+ }
1938
+ function getSearchControls(that) {
1939
+ return getControlContainer(that).find(searchControls);
1940
+ }
1941
+ function hideUnusedSelectOptions(selectControl, uniqueValues) {
1942
+ var options = getOptionsFromSelectControl(selectControl);
1943
+
1944
+ for (var i = 0; i < options.length; i++) {
1945
+ if (options[i].value !== '') {
1946
+ if (!uniqueValues.hasOwnProperty(options[i].value)) {
1947
+ selectControl.find(Utils.sprintf('option[value=\'%s\']', options[i].value)).hide();
1948
+ } else {
1949
+ selectControl.find(Utils.sprintf('option[value=\'%s\']', options[i].value)).show();
1950
+ }
1951
+ }
1952
+ }
1953
+ }
1954
+ function existOptionInSelectControl(selectControl, value) {
1955
+ var options = getOptionsFromSelectControl(selectControl);
1956
+
1957
+ for (var i = 0; i < options.length; i++) {
1958
+ if (options[i].value === value.toString()) {
1959
+ // The value is not valid to add
1960
+ return true;
1961
+ }
1962
+ } // If we get here, the value is valid to add
1963
+
1964
+
1965
+ return false;
1966
+ }
1967
+ function addOptionToSelectControl(selectControl, _value, text, selected) {
1968
+ var value = _value === undefined || _value === null ? '' : _value.toString().trim();
1969
+ var $selectControl = $(selectControl.get(selectControl.length - 1));
1970
+
1971
+ if (!existOptionInSelectControl(selectControl, value)) {
1972
+ var option = $("<option value=\"".concat(value, "\">").concat(text, "</option>"));
1973
+
1974
+ if (value === selected) {
1975
+ option.attr('selected', true);
1976
+ }
1977
+
1978
+ $selectControl.append(option);
1979
+ }
1980
+ }
1981
+ function sortSelectControl(selectControl, orderBy) {
1982
+ var $selectControl = $(selectControl.get(selectControl.length - 1));
1983
+ var $opts = $selectControl.find('option:gt(0)');
1984
+
1985
+ if (orderBy !== 'server') {
1986
+ $opts.sort(function (a, b) {
1987
+ return Utils.sort(a.textContent, b.textContent, orderBy === 'desc' ? -1 : 1);
1988
+ });
1989
+ }
1990
+
1991
+ $selectControl.find('option:gt(0)').remove();
1992
+ $selectControl.append($opts);
1993
+ }
1994
+ function fixHeaderCSS(_ref) {
1995
+ var $tableHeader = _ref.$tableHeader;
1996
+ $tableHeader.css('height', '89px');
1997
+ }
1998
+ function getElementClass($element) {
1999
+ return $element.attr('class').replace('form-control', '').replace('focus-temp', '').replace('search-input', '').trim();
2000
+ }
2001
+ function getCursorPosition(el) {
2002
+ if (Utils.isIEBrowser()) {
2003
+ if ($(el).is('input[type=text]')) {
2004
+ var pos = 0;
2005
+
2006
+ if ('selectionStart' in el) {
2007
+ pos = el.selectionStart;
2008
+ } else if ('selection' in document) {
2009
+ el.focus();
2010
+ var Sel = document.selection.createRange();
2011
+ var SelLength = document.selection.createRange().text.length;
2012
+ Sel.moveStart('character', -el.value.length);
2013
+ pos = Sel.text.length - SelLength;
2014
+ }
2015
+
2016
+ return pos;
2017
+ }
2018
+
2019
+ return -1;
2020
+ }
2021
+
2022
+ return -1;
2023
+ }
2024
+ function setCursorPosition(el) {
2025
+ $(el).val(el.value);
2026
+ }
2027
+ function copyValues(that) {
2028
+ var searchControls = getSearchControls(that);
2029
+ that.options.valuesFilterControl = [];
2030
+ searchControls.each(function () {
2031
+ var $field = $(this);
2032
+
2033
+ if (that.options.height) {
2034
+ var fieldClass = getElementClass($field);
2035
+ $field = $(".fixed-table-header .".concat(fieldClass));
2036
+ }
2037
+
2038
+ that.options.valuesFilterControl.push({
2039
+ field: $field.closest('[data-field]').data('field'),
2040
+ value: $field.val(),
2041
+ position: getCursorPosition($field.get(0)),
2042
+ hasFocus: $field.is(':focus')
2043
+ });
2044
+ });
2045
+ }
2046
+ function setValues(that) {
2047
+ var field = null;
2048
+ var result = [];
2049
+ var searchControls = getSearchControls(that);
2050
+
2051
+ if (that.options.valuesFilterControl.length > 0) {
2052
+ // Callback to apply after settings fields values
2053
+ var fieldToFocusCallback = null;
2054
+ searchControls.each(function (index, ele) {
2055
+ var $this = $(this);
2056
+ field = $this.closest('[data-field]').data('field');
2057
+ result = that.options.valuesFilterControl.filter(function (valueObj) {
2058
+ return valueObj.field === field;
2059
+ });
2060
+
2061
+ if (result.length > 0) {
2062
+ if ($this.is('[type=radio]')) {
2063
+ return;
2064
+ }
2065
+
2066
+ $this.val(result[0].value);
2067
+
2068
+ if (result[0].hasFocus && result[0].value !== '') {
2069
+ // set callback if the field had the focus.
2070
+ fieldToFocusCallback = function (fieldToFocus, carretPosition) {
2071
+ // Closure here to capture the field and cursor position
2072
+ var closedCallback = function closedCallback() {
2073
+ fieldToFocus.focus();
2074
+ setCursorPosition(fieldToFocus);
2075
+ };
2076
+
2077
+ return closedCallback;
2078
+ }($this.get(0), result[0].position);
2079
+ }
2080
+ }
2081
+ }); // Callback call.
2082
+
2083
+ if (fieldToFocusCallback !== null) {
2084
+ fieldToFocusCallback();
2085
+ }
2086
+ }
2087
+ }
2088
+ function collectBootstrapCookies() {
2089
+ var cookies = [];
2090
+ var foundCookies = document.cookie.match(/(?:bs.table.)(\w*)/g);
2091
+ var foundLocalStorage = localStorage;
2092
+
2093
+ if (foundCookies) {
2094
+ $.each(foundCookies, function (i, _cookie) {
2095
+ var cookie = _cookie;
2096
+
2097
+ if (/./.test(cookie)) {
2098
+ cookie = cookie.split('.').pop();
2099
+ }
2100
+
2101
+ if ($.inArray(cookie, cookies) === -1) {
2102
+ cookies.push(cookie);
2103
+ }
2104
+ });
2105
+ }
2106
+
2107
+ if (foundLocalStorage) {
2108
+ for (var i = 0; i < foundLocalStorage.length; i++) {
2109
+ var cookie = foundLocalStorage.key(i);
2110
+
2111
+ if (/./.test(cookie)) {
2112
+ cookie = cookie.split('.').pop();
2113
+ }
2114
+
2115
+ if (!cookies.includes(cookie)) {
2116
+ cookies.push(cookie);
2117
+ }
2118
+ }
2119
+ }
2120
+
2121
+ return cookies;
2122
+ }
2123
+ function escapeID(id) {
2124
+ // eslint-disable-next-line no-useless-escape
2125
+ return String(id).replace(/([:.\[\],])/g, '\\$1');
2126
+ }
2127
+ function isColumnSearchableViaSelect(_ref2) {
2128
+ var filterControl = _ref2.filterControl,
2129
+ searchable = _ref2.searchable;
2130
+ return filterControl && filterControl.toLowerCase() === 'select' && searchable;
2131
+ }
2132
+ function isFilterDataNotGiven(_ref3) {
2133
+ var filterData = _ref3.filterData;
2134
+ return filterData === undefined || filterData.toLowerCase() === 'column';
2135
+ }
2136
+ function hasSelectControlElement(selectControl) {
2137
+ return selectControl && selectControl.length > 0;
2138
+ }
2139
+ function initFilterSelectControls(that) {
2140
+ var data = that.data;
2141
+ var z = that.options.pagination ? that.options.sidePagination === 'server' ? that.pageTo : that.options.totalRows : that.pageTo;
2142
+ $.each(that.header.fields, function (j, field) {
2143
+ var column = that.columns[that.fieldsColumnsIndex[field]];
2144
+ var selectControl = getControlContainer(that).find("select.bootstrap-table-filter-control-".concat(escapeID(column.field)));
2145
+
2146
+ if (isColumnSearchableViaSelect(column) && isFilterDataNotGiven(column) && hasSelectControlElement(selectControl)) {
2147
+ if (selectControl.get(selectControl.length - 1).options.length === 0) {
2148
+ // Added the default option
2149
+ addOptionToSelectControl(selectControl, '', column.filterControlPlaceholder, column.filterDefault);
2150
+ }
2151
+
2152
+ var uniqueValues = {};
2153
+
2154
+ for (var i = 0; i < z; i++) {
2155
+ // Added a new value
2156
+ var fieldValue = data[i][field];
2157
+ var formatter = that.options.editable && column.editable ? column._formatter : that.header.formatters[j];
2158
+ var formattedValue = Utils.calculateObjectValue(that.header, formatter, [fieldValue, data[i], i], fieldValue);
2159
+
2160
+ if (column.filterDataCollector) {
2161
+ formattedValue = Utils.calculateObjectValue(that.header, column.filterDataCollector, [fieldValue, data[i], formattedValue], formattedValue);
2162
+ }
2163
+
2164
+ if (column.searchFormatter) {
2165
+ fieldValue = formattedValue;
2166
+ }
2167
+
2168
+ uniqueValues[formattedValue] = fieldValue;
2169
+
2170
+ if (_typeof(formattedValue) === 'object' && formattedValue !== null) {
2171
+ formattedValue.forEach(function (value) {
2172
+ addOptionToSelectControl(selectControl, value, value, column.filterDefault);
2173
+ });
2174
+ continue;
2175
+ }
2176
+
2177
+ for (var key in uniqueValues) {
2178
+ addOptionToSelectControl(selectControl, uniqueValues[key], key, column.filterDefault);
2179
+ }
2180
+ }
2181
+
2182
+ sortSelectControl(selectControl, column.filterOrderBy);
2183
+
2184
+ if (that.options.hideUnusedSelectOptions) {
2185
+ hideUnusedSelectOptions(selectControl, uniqueValues);
2186
+ }
2187
+ }
2188
+ });
2189
+ }
2190
+ function getFilterDataMethod(objFilterDataMethod, searchTerm) {
2191
+ var keys = Object.keys(objFilterDataMethod);
2192
+
2193
+ for (var i = 0; i < keys.length; i++) {
2194
+ if (keys[i] === searchTerm) {
2195
+ return objFilterDataMethod[searchTerm];
2196
+ }
2197
+ }
2198
+
2199
+ return null;
2200
+ }
2201
+ function createControls(that, header) {
2202
+ var addedFilterControl = false;
2203
+ var html;
2204
+ $.each(that.columns, function (_, column) {
2205
+ html = [];
2206
+
2207
+ if (!column.visible) {
2208
+ return;
2209
+ }
2210
+
2211
+ if (!column.filterControl && !that.options.filterControlContainer) {
2212
+ html.push('<div class="no-filter-control"></div>');
2213
+ } else if (that.options.filterControlContainer) {
2214
+ var $filterControls = $(".bootstrap-table-filter-control-".concat(column.field));
2215
+ $.each($filterControls, function (_, filterControl) {
2216
+ var $filterControl = $(filterControl);
2217
+
2218
+ if (!$filterControl.is('[type=radio]')) {
2219
+ var placeholder = column.filterControlPlaceholder ? column.filterControlPlaceholder : '';
2220
+ $filterControl.attr('placeholder', placeholder).val(column.filterDefault);
2221
+ }
2222
+
2223
+ $filterControl.attr('data-field', column.field);
2224
+ });
2225
+ addedFilterControl = true;
2226
+ } else {
2227
+ var nameControl = column.filterControl.toLowerCase();
2228
+ html.push('<div class="filter-control">');
2229
+ addedFilterControl = true;
2230
+
2231
+ if (column.searchable && that.options.filterTemplate[nameControl]) {
2232
+ html.push(that.options.filterTemplate[nameControl](that, column.field, column.filterControlPlaceholder ? column.filterControlPlaceholder : '', column.filterDefault));
2233
+ }
2234
+ }
2235
+
2236
+ if (!column.filterControl && '' !== column.filterDefault && 'undefined' !== typeof column.filterDefault) {
2237
+ if ($.isEmptyObject(that.filterColumnsPartial)) {
2238
+ that.filterColumnsPartial = {};
2239
+ }
2240
+
2241
+ that.filterColumnsPartial[column.field] = column.filterDefault;
2242
+ }
2243
+
2244
+ $.each(header.find('th'), function (i, th) {
2245
+ var $th = $(th);
2246
+
2247
+ if ($th.data('field') === column.field) {
2248
+ $th.find('.fht-cell').append(html.join(''));
2249
+ return false;
2250
+ }
2251
+ });
2252
+
2253
+ if (column.filterData && column.filterData.toLowerCase() !== 'column') {
2254
+ var filterDataType = getFilterDataMethod(
2255
+ /* eslint-disable no-use-before-define */
2256
+ filterDataMethods, column.filterData.substring(0, column.filterData.indexOf(':')));
2257
+ var filterDataSource;
2258
+ var selectControl;
2259
+
2260
+ if (filterDataType) {
2261
+ filterDataSource = column.filterData.substring(column.filterData.indexOf(':') + 1, column.filterData.length);
2262
+ selectControl = header.find(".bootstrap-table-filter-control-".concat(escapeID(column.field)));
2263
+ addOptionToSelectControl(selectControl, '', column.filterControlPlaceholder, column.filterDefault);
2264
+ filterDataType(filterDataSource, selectControl, that.options.filterOrderBy, column.filterDefault);
2265
+ } else {
2266
+ throw new SyntaxError('Error. You should use any of these allowed filter data methods: var, obj, json, url, func.' + ' Use like this: var: {key: "value"}');
2267
+ }
2268
+ }
2269
+ });
2270
+
2271
+ if (addedFilterControl) {
2272
+ header.off('keyup', 'input').on('keyup', 'input', function (_ref4, obj) {
2273
+ var currentTarget = _ref4.currentTarget,
2274
+ keyCode = _ref4.keyCode;
2275
+ syncControls(that); // Simulate enter key action from clear button
2276
+
2277
+ keyCode = obj ? obj.keyCode : keyCode;
2278
+
2279
+ if (that.options.searchOnEnterKey && keyCode !== 13) {
2280
+ return;
2281
+ }
2282
+
2283
+ if ($.inArray(keyCode, [37, 38, 39, 40]) > -1) {
2284
+ return;
2285
+ }
2286
+
2287
+ var $currentTarget = $(currentTarget);
2288
+
2289
+ if ($currentTarget.is(':checkbox') || $currentTarget.is(':radio')) {
2290
+ return;
2291
+ }
2292
+
2293
+ clearTimeout(currentTarget.timeoutId || 0);
2294
+ currentTarget.timeoutId = setTimeout(function () {
2295
+ that.onColumnSearch({
2296
+ currentTarget: currentTarget,
2297
+ keyCode: keyCode
2298
+ });
2299
+ }, that.options.searchTimeOut);
2300
+ });
2301
+ header.off('change', 'select:not(".ms-offscreen")').on('change', 'select:not(".ms-offscreen")', function (_ref5) {
2302
+ var currentTarget = _ref5.currentTarget,
2303
+ keyCode = _ref5.keyCode;
2304
+ syncControls(that);
2305
+ var $select = $(currentTarget);
2306
+ var value = $select.val();
2307
+
2308
+ if (value && value.length > 0 && value.trim()) {
2309
+ $select.find('option[selected]').removeAttr('selected');
2310
+ $select.find('option[value="' + value + '"]').attr('selected', true);
2311
+ } else {
2312
+ $select.find('option[selected]').removeAttr('selected');
2313
+ }
2314
+
2315
+ clearTimeout(currentTarget.timeoutId || 0);
2316
+ currentTarget.timeoutId = setTimeout(function () {
2317
+ that.onColumnSearch({
2318
+ currentTarget: currentTarget,
2319
+ keyCode: keyCode
2320
+ });
2321
+ }, that.options.searchTimeOut);
2322
+ });
2323
+ header.off('mouseup', 'input:not([type=radio])').on('mouseup', 'input:not([type=radio])', function (_ref6) {
2324
+ var currentTarget = _ref6.currentTarget,
2325
+ keyCode = _ref6.keyCode;
2326
+ var $input = $(currentTarget);
2327
+ var oldValue = $input.val();
2328
+
2329
+ if (oldValue === '') {
2330
+ return;
2331
+ }
2332
+
2333
+ setTimeout(function () {
2334
+ syncControls(that);
2335
+ var newValue = $input.val();
2336
+
2337
+ if (newValue === '') {
2338
+ clearTimeout(currentTarget.timeoutId || 0);
2339
+ currentTarget.timeoutId = setTimeout(function () {
2340
+ that.onColumnSearch({
2341
+ currentTarget: currentTarget,
2342
+ keyCode: keyCode
2343
+ });
2344
+ }, that.options.searchTimeOut);
2345
+ }
2346
+ }, 1);
2347
+ });
2348
+ header.off('change', 'input[type=radio]').on('change', 'input[type=radio]', function (_ref7) {
2349
+ var currentTarget = _ref7.currentTarget,
2350
+ keyCode = _ref7.keyCode;
2351
+ clearTimeout(currentTarget.timeoutId || 0);
2352
+ currentTarget.timeoutId = setTimeout(function () {
2353
+ syncControls(that);
2354
+ that.onColumnSearch({
2355
+ currentTarget: currentTarget,
2356
+ keyCode: keyCode
2357
+ });
2358
+ }, that.options.searchTimeOut);
2359
+ });
2360
+
2361
+ if (header.find('.date-filter-control').length > 0) {
2362
+ $.each(that.columns, function (i, _ref8) {
2363
+ var filterControl = _ref8.filterControl,
2364
+ field = _ref8.field,
2365
+ filterDatepickerOptions = _ref8.filterDatepickerOptions;
2366
+
2367
+ if (filterControl !== undefined && filterControl.toLowerCase() === 'datepicker') {
2368
+ header.find(".date-filter-control.bootstrap-table-filter-control-".concat(field)).datepicker(filterDatepickerOptions).on('changeDate', function (_ref9) {
2369
+ var currentTarget = _ref9.currentTarget,
2370
+ keyCode = _ref9.keyCode;
2371
+ clearTimeout(currentTarget.timeoutId || 0);
2372
+ currentTarget.timeoutId = setTimeout(function () {
2373
+ syncControls(that);
2374
+ that.onColumnSearch({
2375
+ currentTarget: currentTarget,
2376
+ keyCode: keyCode
2377
+ });
2378
+ }, that.options.searchTimeOut);
2379
+ });
2380
+ }
2381
+ });
2382
+ }
2383
+
2384
+ if (that.options.sidePagination !== 'server' && !that.options.height) {
2385
+ that.triggerSearch();
2386
+ }
2387
+
2388
+ if (!that.options.filterControlVisible) {
2389
+ header.find('.filter-control, .no-filter-control').hide();
2390
+ }
2391
+ } else {
2392
+ header.find('.filter-control, .no-filter-control').hide();
2393
+ }
2394
+
2395
+ that.trigger('created-controls');
2396
+ }
2397
+ function getDirectionOfSelectOptions(_alignment) {
2398
+ var alignment = _alignment === undefined ? 'left' : _alignment.toLowerCase();
2399
+
2400
+ switch (alignment) {
2401
+ case 'left':
2402
+ return 'ltr';
2403
+
2404
+ case 'right':
2405
+ return 'rtl';
2406
+
2407
+ case 'auto':
2408
+ return 'auto';
2409
+
2410
+ default:
2411
+ return 'ltr';
2412
+ }
2413
+ }
2414
+ function syncControls(that) {
2415
+ if (that.options.height) {
2416
+ var controlsTableHeader = that.$tableHeader.find(searchControls);
2417
+ that.$header.find(searchControls).each(function (_, control) {
2418
+ var $control = $(control);
2419
+ var controlClass = getElementClass($control);
2420
+ var foundControl = controlsTableHeader.filter(function (_, ele) {
2421
+ var eleClass = getElementClass($(ele));
2422
+ return controlClass === eleClass;
2423
+ });
2424
+
2425
+ if (foundControl.length === 0) {
2426
+ return;
2427
+ }
2428
+
2429
+ if ($control.is('select')) {
2430
+ $control.find('option:selected').removeAttr('selected');
2431
+ $control.find("option[value='".concat(foundControl.val(), "']")).attr('selected', true);
2432
+ } else {
2433
+ $control.val(foundControl.val());
2434
+ }
2435
+ });
2436
+ }
2437
+ }
2438
+ var filterDataMethods = {
2439
+ func: function func(filterDataSource, selectControl, filterOrderBy, selected) {
2440
+ var variableValues = window[filterDataSource].apply();
2441
+
2442
+ for (var key in variableValues) {
2443
+ addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2444
+ }
2445
+
2446
+ sortSelectControl(selectControl, filterOrderBy);
2447
+ },
2448
+ obj: function obj(filterDataSource, selectControl, filterOrderBy, selected) {
2449
+ var objectKeys = filterDataSource.split('.');
2450
+ var variableName = objectKeys.shift();
2451
+ var variableValues = window[variableName];
2452
+
2453
+ if (objectKeys.length > 0) {
2454
+ objectKeys.forEach(function (key) {
2455
+ variableValues = variableValues[key];
2456
+ });
2457
+ }
2458
+
2459
+ for (var key in variableValues) {
2460
+ addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2461
+ }
2462
+
2463
+ sortSelectControl(selectControl, filterOrderBy);
2464
+ },
2465
+ var: function _var(filterDataSource, selectControl, filterOrderBy, selected) {
2466
+ var variableValues = window[filterDataSource];
2467
+ var isArray = Array.isArray(variableValues);
2468
+
2469
+ for (var key in variableValues) {
2470
+ if (isArray) {
2471
+ addOptionToSelectControl(selectControl, variableValues[key], variableValues[key], selected);
2472
+ } else {
2473
+ addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2474
+ }
2475
+ }
2476
+
2477
+ sortSelectControl(selectControl, filterOrderBy);
2478
+ },
2479
+ url: function url(filterDataSource, selectControl, filterOrderBy, selected) {
2480
+ $.ajax({
2481
+ url: filterDataSource,
2482
+ dataType: 'json',
2483
+ success: function success(data) {
2484
+ for (var key in data) {
2485
+ addOptionToSelectControl(selectControl, key, data[key], selected);
2486
+ }
2487
+
2488
+ sortSelectControl(selectControl, filterOrderBy);
2489
+ }
2490
+ });
2491
+ },
2492
+ json: function json(filterDataSource, selectControl, filterOrderBy, selected) {
2493
+ var variableValues = JSON.parse(filterDataSource);
2494
+
2495
+ for (var key in variableValues) {
2496
+ addOptionToSelectControl(selectControl, key, variableValues[key], selected);
2497
+ }
2498
+
2499
+ sortSelectControl(selectControl, filterOrderBy);
2500
+ }
2501
+ };
2502
+
2503
+ var Utils$1 = $.fn.bootstrapTable.utils;
2504
+ $.extend($.fn.bootstrapTable.defaults, {
2505
+ filterControl: false,
2506
+ filterControlVisible: true,
2507
+ onColumnSearch: function onColumnSearch(field, text) {
2508
+ return false;
2509
+ },
2510
+ onCreatedControls: function onCreatedControls() {
2511
+ return false;
2512
+ },
2513
+ alignmentSelectControlOptions: undefined,
2514
+ filterTemplate: {
2515
+ input: function input(that, field, placeholder, value) {
2516
+ return Utils$1.sprintf('<input type="text" class="form-control bootstrap-table-filter-control-%s search-input" style="width: 100%;" placeholder="%s" value="%s">', field, 'undefined' === typeof placeholder ? '' : placeholder, 'undefined' === typeof value ? '' : value);
2517
+ },
2518
+ select: function select(_ref, field) {
2519
+ var options = _ref.options;
2520
+ return Utils$1.sprintf('<select class="form-control bootstrap-table-filter-control-%s" style="width: 100%;" dir="%s"></select>', field, getDirectionOfSelectOptions(options.alignmentSelectControlOptions));
2521
+ },
2522
+ datepicker: function datepicker(that, field, value) {
2523
+ return Utils$1.sprintf('<input type="text" class="form-control date-filter-control bootstrap-table-filter-control-%s" style="width: 100%;" value="%s">', field, 'undefined' === typeof value ? '' : value);
2524
+ }
2525
+ },
2526
+ disableControlWhenSearch: false,
2527
+ searchOnEnterKey: false,
2528
+ showFilterControlSwitch: false,
2529
+ // internal variables
2530
+ valuesFilterControl: []
2531
+ });
2532
+ $.extend($.fn.bootstrapTable.columnDefaults, {
2533
+ filterControl: undefined,
2534
+ // input, select, datepicker
2535
+ filterDataCollector: undefined,
2536
+ filterData: undefined,
2537
+ filterDatepickerOptions: undefined,
2538
+ filterStrictSearch: false,
2539
+ filterStartsWithSearch: false,
2540
+ filterControlPlaceholder: '',
2541
+ filterDefault: '',
2542
+ filterOrderBy: 'asc' // asc || desc
2543
+
2544
+ });
2545
+ $.extend($.fn.bootstrapTable.Constructor.EVENTS, {
2546
+ 'column-search.bs.table': 'onColumnSearch',
2547
+ 'created-controls.bs.table': 'onCreatedControls'
2548
+ });
2549
+ $.extend($.fn.bootstrapTable.defaults.icons, {
2550
+ clear: {
2551
+ bootstrap3: 'glyphicon-trash icon-clear'
2552
+ }[$.fn.bootstrapTable.theme] || 'fa-trash',
2553
+ filterControlSwitchHide: {
2554
+ bootstrap3: 'glyphicon-zoom-out icon-zoom-out',
2555
+ materialize: 'zoom_out'
2556
+ }[$.fn.bootstrapTable.theme] || 'fa-search-minus',
2557
+ filterControlSwitchShow: {
2558
+ bootstrap3: 'glyphicon-zoom-in icon-zoom-in',
2559
+ materialize: 'zoom_in'
2560
+ }[$.fn.bootstrapTable.theme] || 'fa-search-plus'
2561
+ });
2562
+ $.extend($.fn.bootstrapTable.locales, {
2563
+ formatFilterControlSwitch: function formatFilterControlSwitch() {
2564
+ return 'Hide/Show controls';
2565
+ },
2566
+ formatFilterControlSwitchHide: function formatFilterControlSwitchHide() {
2567
+ return 'Hide controls';
2568
+ },
2569
+ formatFilterControlSwitchShow: function formatFilterControlSwitchShow() {
2570
+ return 'Show controls';
2571
+ }
2572
+ });
2573
+ $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales);
2574
+ $.extend($.fn.bootstrapTable.defaults, {
2575
+ formatClearSearch: function formatClearSearch() {
2576
+ return 'Clear filters';
2577
+ }
2578
+ });
2579
+ $.fn.bootstrapTable.methods.push('triggerSearch');
2580
+ $.fn.bootstrapTable.methods.push('clearFilterControl');
2581
+ $.fn.bootstrapTable.methods.push('toggleFilterControl');
2582
+
2583
+ $.BootstrapTable =
2584
+ /*#__PURE__*/
2585
+ function (_$$BootstrapTable) {
2586
+ _inherits(_class, _$$BootstrapTable);
2587
+
2588
+ function _class() {
2589
+ _classCallCheck(this, _class);
2590
+
2591
+ return _possibleConstructorReturn(this, _getPrototypeOf(_class).apply(this, arguments));
2592
+ }
2593
+
2594
+ _createClass(_class, [{
2595
+ key: "init",
2596
+ value: function init() {
2597
+ var _this = this;
2598
+
2599
+ // Make sure that the filterControl option is set
2600
+ if (this.options.filterControl) {
2601
+ // Make sure that the internal variables are set correctly
2602
+ this.options.valuesFilterControl = [];
2603
+ this.$el.on('reset-view.bs.table', function () {
2604
+ // Create controls on $tableHeader if the height is set
2605
+ if (!_this.options.height) {
2606
+ return;
2607
+ } // Avoid recreate the controls
2608
+
2609
+
2610
+ var $controlContainer = getControlContainer(_this);
2611
+
2612
+ if ($controlContainer.find('select').length > 0 || $controlContainer.find('input:not([type="checkbox"]):not([type="radio"])').length > 0) {
2613
+ return;
2614
+ }
2615
+
2616
+ createControls(_this, $controlContainer);
2617
+ }).on('post-header.bs.table', function () {
2618
+ setValues(_this);
2619
+ }).on('post-body.bs.table', function () {
2620
+ if (_this.options.height && !_this.options.filterControlContainer) {
2621
+ fixHeaderCSS(_this);
2622
+ }
2623
+
2624
+ _this.$tableLoading.css('top', _this.$header.outerHeight() + 1);
2625
+ }).on('column-switch.bs.table', function () {
2626
+ setValues(_this);
2627
+ }).on('load-success.bs.table', function () {
2628
+ _this.enableControls(true);
2629
+ }).on('load-error.bs.table', function () {
2630
+ _this.enableControls(true);
2631
+ });
2632
+ }
2633
+
2634
+ _get(_getPrototypeOf(_class.prototype), "init", this).call(this);
2635
+ }
2636
+ }, {
2637
+ key: "initHeader",
2638
+ value: function initHeader() {
2639
+ _get(_getPrototypeOf(_class.prototype), "initHeader", this).call(this);
2640
+
2641
+ if (!this.options.filterControl || this.options.height) {
2642
+ return;
2643
+ }
2644
+
2645
+ createControls(this, getControlContainer(this));
2646
+ }
2647
+ }, {
2648
+ key: "initBody",
2649
+ value: function initBody() {
2650
+ _get(_getPrototypeOf(_class.prototype), "initBody", this).call(this);
2651
+
2652
+ syncControls(this);
2653
+ initFilterSelectControls(this);
2654
+ }
2655
+ }, {
2656
+ key: "initSearch",
2657
+ value: function initSearch() {
2658
+ var that = this;
2659
+ var fp = $.isEmptyObject(that.filterColumnsPartial) ? null : that.filterColumnsPartial;
2660
+
2661
+ _get(_getPrototypeOf(_class.prototype), "initSearch", this).call(this);
2662
+
2663
+ if (this.options.sidePagination === 'server' || fp === null) {
2664
+ return;
2665
+ } // Check partial column filter
2666
+
2667
+
2668
+ that.data = fp ? that.data.filter(function (item, i) {
2669
+ var itemIsExpected = [];
2670
+ var keys1 = Object.keys(item);
2671
+ var keys2 = Object.keys(fp);
2672
+ var keys = keys1.concat(keys2.filter(function (item) {
2673
+ return !keys1.includes(item);
2674
+ }));
2675
+ keys.forEach(function (key) {
2676
+ var thisColumn = that.columns[that.fieldsColumnsIndex[key]];
2677
+ var fval = (fp[key] || '').toLowerCase();
2678
+ var value = Utils$1.getItemField(item, key, false);
2679
+ var tmpItemIsExpected;
2680
+
2681
+ if (fval === '') {
2682
+ tmpItemIsExpected = true;
2683
+ } else {
2684
+ // Fix #142: search use formatted data
2685
+ if (thisColumn && thisColumn.searchFormatter) {
2686
+ value = $.fn.bootstrapTable.utils.calculateObjectValue(that.header, that.header.formatters[$.inArray(key, that.header.fields)], [value, item, i], value);
2687
+ }
2688
+
2689
+ if ($.inArray(key, that.header.fields) !== -1) {
2690
+ if (value === undefined || value === null) {
2691
+ tmpItemIsExpected = false;
2692
+ } else if (_typeof(value) === 'object') {
2693
+ value.forEach(function (objectValue) {
2694
+ if (tmpItemIsExpected) {
2695
+ return;
2696
+ }
2697
+
2698
+ tmpItemIsExpected = that.isValueExpected(fval, objectValue, thisColumn, key);
2699
+ });
2700
+ } else if (typeof value === 'string' || typeof value === 'number' || typeof value === 'boolean') {
2701
+ tmpItemIsExpected = that.isValueExpected(fval, value, thisColumn, key);
2702
+ }
2703
+ }
2704
+ }
2705
+
2706
+ itemIsExpected.push(tmpItemIsExpected);
2707
+ });
2708
+ return !itemIsExpected.includes(false);
2709
+ }) : that.data;
2710
+ that.unsortedData = _toConsumableArray(that.data);
2711
+ }
2712
+ }, {
2713
+ key: "isValueExpected",
2714
+ value: function isValueExpected(searchValue, value, column, key) {
2715
+ var tmpItemIsExpected = false;
2716
+
2717
+ if (column.filterStrictSearch) {
2718
+ tmpItemIsExpected = value.toString().toLowerCase() === searchValue.toString().toLowerCase();
2719
+ } else if (column.filterStartsWithSearch) {
2720
+ tmpItemIsExpected = "".concat(value).toLowerCase().indexOf(searchValue) === 0;
2721
+ } else {
2722
+ tmpItemIsExpected = "".concat(value).toLowerCase().includes(searchValue);
2723
+ }
2724
+
2725
+ var largerSmallerEqualsRegex = /(?:(<=|=>|=<|>=|>|<)(?:\s+)?(\d+)?|(\d+)?(\s+)?(<=|=>|=<|>=|>|<))/gm;
2726
+ var matches = largerSmallerEqualsRegex.exec(searchValue);
2727
+
2728
+ if (matches) {
2729
+ var operator = matches[1] || "".concat(matches[5], "l");
2730
+ var comparisonValue = matches[2] || matches[3];
2731
+ var int = parseInt(value, 10);
2732
+ var comparisonInt = parseInt(comparisonValue, 10);
2733
+
2734
+ switch (operator) {
2735
+ case '>':
2736
+ case '<l':
2737
+ tmpItemIsExpected = int > comparisonInt;
2738
+ break;
2739
+
2740
+ case '<':
2741
+ case '>l':
2742
+ tmpItemIsExpected = int < comparisonInt;
2743
+ break;
2744
+
2745
+ case '<=':
2746
+ case '=<':
2747
+ case '>=l':
2748
+ case '=>l':
2749
+ tmpItemIsExpected = int <= comparisonInt;
2750
+ break;
2751
+
2752
+ case '>=':
2753
+ case '=>':
2754
+ case '<=l':
2755
+ case '=<l':
2756
+ tmpItemIsExpected = int >= comparisonInt;
2757
+ break;
2758
+ }
2759
+ }
2760
+
2761
+ if (column.filterCustomSearch) {
2762
+ var customSearchResult = Utils$1.calculateObjectValue(this, column.filterCustomSearch, [searchValue, value, key, this.options.data], true);
2763
+
2764
+ if (customSearchResult !== null) {
2765
+ tmpItemIsExpected = customSearchResult;
2766
+ }
2767
+ }
2768
+
2769
+ return tmpItemIsExpected;
2770
+ }
2771
+ }, {
2772
+ key: "initColumnSearch",
2773
+ value: function initColumnSearch(filterColumnsDefaults) {
2774
+ copyValues(this);
2775
+
2776
+ if (filterColumnsDefaults) {
2777
+ this.filterColumnsPartial = filterColumnsDefaults;
2778
+ this.updatePagination();
2779
+
2780
+ for (var filter in filterColumnsDefaults) {
2781
+ this.trigger('column-search', filter, filterColumnsDefaults[filter]);
2782
+ }
2783
+ }
2784
+ }
2785
+ }, {
2786
+ key: "onColumnSearch",
2787
+ value: function onColumnSearch(_ref2) {
2788
+ var currentTarget = _ref2.currentTarget,
2789
+ keyCode = _ref2.keyCode;
2790
+
2791
+ if ($.inArray(keyCode, [37, 38, 39, 40]) > -1) {
2792
+ return;
2793
+ }
2794
+
2795
+ copyValues(this);
2796
+ var text = $.trim($(currentTarget).val());
2797
+ var $field = $(currentTarget).closest('[data-field]').data('field');
2798
+ this.trigger('column-search', $field, text);
2799
+
2800
+ if ($.isEmptyObject(this.filterColumnsPartial)) {
2801
+ this.filterColumnsPartial = {};
2802
+ }
2803
+
2804
+ if (text) {
2805
+ this.filterColumnsPartial[$field] = text;
2806
+ } else {
2807
+ delete this.filterColumnsPartial[$field];
2808
+ }
2809
+
2810
+ this.options.pageNumber = 1;
2811
+ this.enableControls(false);
2812
+ this.onSearch({
2813
+ currentTarget: currentTarget
2814
+ }, false);
2815
+ }
2816
+ }, {
2817
+ key: "initToolbar",
2818
+ value: function initToolbar() {
2819
+ this.showToolbar = this.showToolbar || this.options.showFilterControlSwitch;
2820
+ this.showSearchClearButton = this.options.filterControl && this.options.showSearchClearButton;
2821
+
2822
+ _get(_getPrototypeOf(_class.prototype), "initToolbar", this).call(this);
2823
+
2824
+ if (this.options.showFilterControlSwitch) {
2825
+ var $btnGroup = this.$toolbar.find('>.columns');
2826
+ var $btnFilterControlSwitch = $btnGroup.find('.filter-control-switch');
2827
+
2828
+ if (!$btnFilterControlSwitch.length) {
2829
+ $btnFilterControlSwitch = $("\n <button class=\"filter-control-switch ".concat(this.constants.buttonsClass, "\"\n type=\"button\" title=\"").concat(this.options.formatFilterControlSwitch(), "\">\n ").concat(this.options.showButtonIcons ? Utils$1.sprintf(this.constants.html.icon, this.options.iconsPrefix, this.options.filterControlVisible ? this.options.icons.filterControlSwitchHide : this.options.icons.filterControlSwitchShow) : '', "\n ").concat(this.options.showButtonText ? this.options.filterControlVisible ? this.options.formatFilterControlSwitchHide() : this.options.formatFilterControlSwitchShow() : '', "\n </button>\n ")).appendTo($btnGroup);
2830
+ $btnFilterControlSwitch.on('click', $.proxy(this.toggleFilterControl, this));
2831
+ }
2832
+ }
2833
+ }
2834
+ }, {
2835
+ key: "resetSearch",
2836
+ value: function resetSearch(text) {
2837
+ if (this.options.filterControl && this.options.showSearchClearButton) {
2838
+ this.clearFilterControl();
2839
+ }
2840
+
2841
+ _get(_getPrototypeOf(_class.prototype), "resetSearch", this).call(this, text);
2842
+ }
2843
+ }, {
2844
+ key: "clearFilterControl",
2845
+ value: function clearFilterControl() {
2846
+ if (this.options.filterControl) {
2847
+ var that = this;
2848
+ var cookies = collectBootstrapCookies();
2849
+ var table = this.$el.closest('table');
2850
+ var controls = getSearchControls(that);
2851
+ var search = that.$toolbar.find('.search input');
2852
+ var hasValues = false;
2853
+ var timeoutId = 0;
2854
+ $.each(that.options.valuesFilterControl, function (i, item) {
2855
+ hasValues = hasValues ? true : item.value !== '';
2856
+ item.value = '';
2857
+ });
2858
+ $.each(that.options.filterControls, function (i, item) {
2859
+ item.text = '';
2860
+ });
2861
+ setValues(that); // clear cookies once the filters are clean
2862
+
2863
+ clearTimeout(timeoutId);
2864
+ timeoutId = setTimeout(function () {
2865
+ if (cookies && cookies.length > 0) {
2866
+ $.each(cookies, function (i, item) {
2867
+ if (that.deleteCookie !== undefined) {
2868
+ that.deleteCookie(item);
2869
+ }
2870
+ });
2871
+ }
2872
+ }, that.options.searchTimeOut); // If there is not any value in the controls exit this method
2873
+
2874
+ if (!hasValues) {
2875
+ return;
2876
+ } // Clear each type of filter if it exists.
2877
+ // Requires the body to reload each time a type of filter is found because we never know
2878
+ // which ones are going to be present.
2879
+
2880
+
2881
+ if (controls.length > 0) {
2882
+ this.filterColumnsPartial = {};
2883
+ $(controls[0]).trigger(controls[0].tagName === 'INPUT' ? 'keyup' : 'change', {
2884
+ keyCode: 13
2885
+ });
2886
+ } else {
2887
+ return;
2888
+ }
2889
+
2890
+ if (search.length > 0) {
2891
+ that.resetSearch();
2892
+ } // use the default sort order if it exists. do nothing if it does not
2893
+
2894
+
2895
+ if (that.options.sortName !== table.data('sortName') || that.options.sortOrder !== table.data('sortOrder')) {
2896
+ var sorter = this.$header.find(Utils$1.sprintf('[data-field="%s"]', $(controls[0]).closest('table').data('sortName')));
2897
+
2898
+ if (sorter.length > 0) {
2899
+ that.onSort({
2900
+ type: 'keypress',
2901
+ currentTarget: sorter
2902
+ });
2903
+ $(sorter).find('.sortable').trigger('click');
2904
+ }
2905
+ }
2906
+ }
2907
+ }
2908
+ }, {
2909
+ key: "triggerSearch",
2910
+ value: function triggerSearch() {
2911
+ var searchControls = getSearchControls(this);
2912
+ searchControls.each(function () {
2913
+ var el = $(this);
2914
+
2915
+ if (el.is('select')) {
2916
+ el.change();
2917
+ } else {
2918
+ el.keyup();
2919
+ }
2920
+ });
2921
+ }
2922
+ }, {
2923
+ key: "enableControls",
2924
+ value: function enableControls(enable) {
2925
+ if (this.options.disableControlWhenSearch && this.options.sidePagination === 'server') {
2926
+ var searchControls = getSearchControls(this);
2927
+
2928
+ if (!enable) {
2929
+ searchControls.prop('disabled', 'disabled');
2930
+ } else {
2931
+ searchControls.removeProp('disabled');
2932
+ }
2933
+ }
2934
+ }
2935
+ }, {
2936
+ key: "toggleFilterControl",
2937
+ value: function toggleFilterControl() {
2938
+ this.options.filterControlVisible = !this.options.filterControlVisible;
2939
+ var $filterControls = getControlContainer(this).find('.filter-control, .no-filter-control');
2940
+
2941
+ if (this.options.filterControlVisible) {
2942
+ $filterControls.show();
2943
+ } else {
2944
+ $filterControls.hide();
2945
+ this.clearFilterControl();
2946
+ }
2947
+
2948
+ var icon = this.options.showButtonIcons ? this.options.filterControlVisible ? this.options.icons.filterControlSwitchHide : this.options.icons.filterControlSwitchShow : '';
2949
+ var text = this.options.showButtonText ? this.options.filterControlVisible ? this.options.formatFilterControlSwitchHide() : this.options.formatFilterControlSwitchShow() : '';
2950
+ this.$toolbar.find('>.columns').find('.filter-control-switch').html(Utils$1.sprintf(this.constants.html.icon, this.options.iconsPrefix, icon) + ' ' + text);
2951
+ }
2952
+ }]);
2953
+
2954
+ return _class;
2955
+ }($.BootstrapTable);
2956
+
2957
+ })));