bootstrap-table-multiple-sort.js 73 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744174517461747174817491750175117521753175417551756175717581759176017611762176317641765
  1. (function (global, factory) {
  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. $ = $ && Object.prototype.hasOwnProperty.call($, 'default') ? $['default'] : $;
  7. var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
  8. function createCommonjsModule(fn, module) {
  9. return module = { exports: {} }, fn(module, module.exports), module.exports;
  10. }
  11. var check = function (it) {
  12. return it && it.Math == Math && it;
  13. };
  14. // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
  15. var global_1 =
  16. // eslint-disable-next-line no-undef
  17. check(typeof globalThis == 'object' && globalThis) ||
  18. check(typeof window == 'object' && window) ||
  19. check(typeof self == 'object' && self) ||
  20. check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
  21. // eslint-disable-next-line no-new-func
  22. Function('return this')();
  23. var fails = function (exec) {
  24. try {
  25. return !!exec();
  26. } catch (error) {
  27. return true;
  28. }
  29. };
  30. // Thank's IE8 for his funny defineProperty
  31. var descriptors = !fails(function () {
  32. return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
  33. });
  34. var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
  35. var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
  36. // Nashorn ~ JDK8 bug
  37. var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
  38. // `Object.prototype.propertyIsEnumerable` method implementation
  39. // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
  40. var f = NASHORN_BUG ? function propertyIsEnumerable(V) {
  41. var descriptor = getOwnPropertyDescriptor(this, V);
  42. return !!descriptor && descriptor.enumerable;
  43. } : nativePropertyIsEnumerable;
  44. var objectPropertyIsEnumerable = {
  45. f: f
  46. };
  47. var createPropertyDescriptor = function (bitmap, value) {
  48. return {
  49. enumerable: !(bitmap & 1),
  50. configurable: !(bitmap & 2),
  51. writable: !(bitmap & 4),
  52. value: value
  53. };
  54. };
  55. var toString = {}.toString;
  56. var classofRaw = function (it) {
  57. return toString.call(it).slice(8, -1);
  58. };
  59. var split = ''.split;
  60. // fallback for non-array-like ES3 and non-enumerable old V8 strings
  61. var indexedObject = fails(function () {
  62. // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
  63. // eslint-disable-next-line no-prototype-builtins
  64. return !Object('z').propertyIsEnumerable(0);
  65. }) ? function (it) {
  66. return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
  67. } : Object;
  68. // `RequireObjectCoercible` abstract operation
  69. // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
  70. var requireObjectCoercible = function (it) {
  71. if (it == undefined) throw TypeError("Can't call method on " + it);
  72. return it;
  73. };
  74. // toObject with fallback for non-array-like ES3 strings
  75. var toIndexedObject = function (it) {
  76. return indexedObject(requireObjectCoercible(it));
  77. };
  78. var isObject = function (it) {
  79. return typeof it === 'object' ? it !== null : typeof it === 'function';
  80. };
  81. // `ToPrimitive` abstract operation
  82. // https://tc39.github.io/ecma262/#sec-toprimitive
  83. // instead of the ES6 spec version, we didn't implement @@toPrimitive case
  84. // and the second argument - flag - preferred type is a string
  85. var toPrimitive = function (input, PREFERRED_STRING) {
  86. if (!isObject(input)) return input;
  87. var fn, val;
  88. if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
  89. if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
  90. if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
  91. throw TypeError("Can't convert object to primitive value");
  92. };
  93. var hasOwnProperty = {}.hasOwnProperty;
  94. var has = function (it, key) {
  95. return hasOwnProperty.call(it, key);
  96. };
  97. var document$1 = global_1.document;
  98. // typeof document.createElement is 'object' in old IE
  99. var EXISTS = isObject(document$1) && isObject(document$1.createElement);
  100. var documentCreateElement = function (it) {
  101. return EXISTS ? document$1.createElement(it) : {};
  102. };
  103. // Thank's IE8 for his funny defineProperty
  104. var ie8DomDefine = !descriptors && !fails(function () {
  105. return Object.defineProperty(documentCreateElement('div'), 'a', {
  106. get: function () { return 7; }
  107. }).a != 7;
  108. });
  109. var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
  110. // `Object.getOwnPropertyDescriptor` method
  111. // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
  112. var f$1 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
  113. O = toIndexedObject(O);
  114. P = toPrimitive(P, true);
  115. if (ie8DomDefine) try {
  116. return nativeGetOwnPropertyDescriptor(O, P);
  117. } catch (error) { /* empty */ }
  118. if (has(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
  119. };
  120. var objectGetOwnPropertyDescriptor = {
  121. f: f$1
  122. };
  123. var anObject = function (it) {
  124. if (!isObject(it)) {
  125. throw TypeError(String(it) + ' is not an object');
  126. } return it;
  127. };
  128. var nativeDefineProperty = Object.defineProperty;
  129. // `Object.defineProperty` method
  130. // https://tc39.github.io/ecma262/#sec-object.defineproperty
  131. var f$2 = descriptors ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
  132. anObject(O);
  133. P = toPrimitive(P, true);
  134. anObject(Attributes);
  135. if (ie8DomDefine) try {
  136. return nativeDefineProperty(O, P, Attributes);
  137. } catch (error) { /* empty */ }
  138. if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
  139. if ('value' in Attributes) O[P] = Attributes.value;
  140. return O;
  141. };
  142. var objectDefineProperty = {
  143. f: f$2
  144. };
  145. var createNonEnumerableProperty = descriptors ? function (object, key, value) {
  146. return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
  147. } : function (object, key, value) {
  148. object[key] = value;
  149. return object;
  150. };
  151. var setGlobal = function (key, value) {
  152. try {
  153. createNonEnumerableProperty(global_1, key, value);
  154. } catch (error) {
  155. global_1[key] = value;
  156. } return value;
  157. };
  158. var SHARED = '__core-js_shared__';
  159. var store = global_1[SHARED] || setGlobal(SHARED, {});
  160. var sharedStore = store;
  161. var functionToString = Function.toString;
  162. // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
  163. if (typeof sharedStore.inspectSource != 'function') {
  164. sharedStore.inspectSource = function (it) {
  165. return functionToString.call(it);
  166. };
  167. }
  168. var inspectSource = sharedStore.inspectSource;
  169. var WeakMap = global_1.WeakMap;
  170. var nativeWeakMap = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
  171. var shared = createCommonjsModule(function (module) {
  172. (module.exports = function (key, value) {
  173. return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
  174. })('versions', []).push({
  175. version: '3.6.0',
  176. mode: 'global',
  177. copyright: '© 2019 Denis Pushkarev (zloirock.ru)'
  178. });
  179. });
  180. var id = 0;
  181. var postfix = Math.random();
  182. var uid = function (key) {
  183. return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
  184. };
  185. var keys = shared('keys');
  186. var sharedKey = function (key) {
  187. return keys[key] || (keys[key] = uid(key));
  188. };
  189. var hiddenKeys = {};
  190. var WeakMap$1 = global_1.WeakMap;
  191. var set, get, has$1;
  192. var enforce = function (it) {
  193. return has$1(it) ? get(it) : set(it, {});
  194. };
  195. var getterFor = function (TYPE) {
  196. return function (it) {
  197. var state;
  198. if (!isObject(it) || (state = get(it)).type !== TYPE) {
  199. throw TypeError('Incompatible receiver, ' + TYPE + ' required');
  200. } return state;
  201. };
  202. };
  203. if (nativeWeakMap) {
  204. var store$1 = new WeakMap$1();
  205. var wmget = store$1.get;
  206. var wmhas = store$1.has;
  207. var wmset = store$1.set;
  208. set = function (it, metadata) {
  209. wmset.call(store$1, it, metadata);
  210. return metadata;
  211. };
  212. get = function (it) {
  213. return wmget.call(store$1, it) || {};
  214. };
  215. has$1 = function (it) {
  216. return wmhas.call(store$1, it);
  217. };
  218. } else {
  219. var STATE = sharedKey('state');
  220. hiddenKeys[STATE] = true;
  221. set = function (it, metadata) {
  222. createNonEnumerableProperty(it, STATE, metadata);
  223. return metadata;
  224. };
  225. get = function (it) {
  226. return has(it, STATE) ? it[STATE] : {};
  227. };
  228. has$1 = function (it) {
  229. return has(it, STATE);
  230. };
  231. }
  232. var internalState = {
  233. set: set,
  234. get: get,
  235. has: has$1,
  236. enforce: enforce,
  237. getterFor: getterFor
  238. };
  239. var redefine = createCommonjsModule(function (module) {
  240. var getInternalState = internalState.get;
  241. var enforceInternalState = internalState.enforce;
  242. var TEMPLATE = String(String).split('String');
  243. (module.exports = function (O, key, value, options) {
  244. var unsafe = options ? !!options.unsafe : false;
  245. var simple = options ? !!options.enumerable : false;
  246. var noTargetGet = options ? !!options.noTargetGet : false;
  247. if (typeof value == 'function') {
  248. if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);
  249. enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');
  250. }
  251. if (O === global_1) {
  252. if (simple) O[key] = value;
  253. else setGlobal(key, value);
  254. return;
  255. } else if (!unsafe) {
  256. delete O[key];
  257. } else if (!noTargetGet && O[key]) {
  258. simple = true;
  259. }
  260. if (simple) O[key] = value;
  261. else createNonEnumerableProperty(O, key, value);
  262. // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
  263. })(Function.prototype, 'toString', function toString() {
  264. return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
  265. });
  266. });
  267. var path = global_1;
  268. var aFunction = function (variable) {
  269. return typeof variable == 'function' ? variable : undefined;
  270. };
  271. var getBuiltIn = function (namespace, method) {
  272. return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global_1[namespace])
  273. : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
  274. };
  275. var ceil = Math.ceil;
  276. var floor = Math.floor;
  277. // `ToInteger` abstract operation
  278. // https://tc39.github.io/ecma262/#sec-tointeger
  279. var toInteger = function (argument) {
  280. return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
  281. };
  282. var min = Math.min;
  283. // `ToLength` abstract operation
  284. // https://tc39.github.io/ecma262/#sec-tolength
  285. var toLength = function (argument) {
  286. return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
  287. };
  288. var max = Math.max;
  289. var min$1 = Math.min;
  290. // Helper for a popular repeating case of the spec:
  291. // Let integer be ? ToInteger(index).
  292. // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
  293. var toAbsoluteIndex = function (index, length) {
  294. var integer = toInteger(index);
  295. return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
  296. };
  297. // `Array.prototype.{ indexOf, includes }` methods implementation
  298. var createMethod = function (IS_INCLUDES) {
  299. return function ($this, el, fromIndex) {
  300. var O = toIndexedObject($this);
  301. var length = toLength(O.length);
  302. var index = toAbsoluteIndex(fromIndex, length);
  303. var value;
  304. // Array#includes uses SameValueZero equality algorithm
  305. // eslint-disable-next-line no-self-compare
  306. if (IS_INCLUDES && el != el) while (length > index) {
  307. value = O[index++];
  308. // eslint-disable-next-line no-self-compare
  309. if (value != value) return true;
  310. // Array#indexOf ignores holes, Array#includes - not
  311. } else for (;length > index; index++) {
  312. if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
  313. } return !IS_INCLUDES && -1;
  314. };
  315. };
  316. var arrayIncludes = {
  317. // `Array.prototype.includes` method
  318. // https://tc39.github.io/ecma262/#sec-array.prototype.includes
  319. includes: createMethod(true),
  320. // `Array.prototype.indexOf` method
  321. // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
  322. indexOf: createMethod(false)
  323. };
  324. var indexOf = arrayIncludes.indexOf;
  325. var objectKeysInternal = function (object, names) {
  326. var O = toIndexedObject(object);
  327. var i = 0;
  328. var result = [];
  329. var key;
  330. for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
  331. // Don't enum bug & hidden keys
  332. while (names.length > i) if (has(O, key = names[i++])) {
  333. ~indexOf(result, key) || result.push(key);
  334. }
  335. return result;
  336. };
  337. // IE8- don't enum bug keys
  338. var enumBugKeys = [
  339. 'constructor',
  340. 'hasOwnProperty',
  341. 'isPrototypeOf',
  342. 'propertyIsEnumerable',
  343. 'toLocaleString',
  344. 'toString',
  345. 'valueOf'
  346. ];
  347. var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
  348. // `Object.getOwnPropertyNames` method
  349. // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
  350. var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
  351. return objectKeysInternal(O, hiddenKeys$1);
  352. };
  353. var objectGetOwnPropertyNames = {
  354. f: f$3
  355. };
  356. var f$4 = Object.getOwnPropertySymbols;
  357. var objectGetOwnPropertySymbols = {
  358. f: f$4
  359. };
  360. // all object keys, includes non-enumerable and symbols
  361. var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
  362. var keys = objectGetOwnPropertyNames.f(anObject(it));
  363. var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
  364. return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
  365. };
  366. var copyConstructorProperties = function (target, source) {
  367. var keys = ownKeys(source);
  368. var defineProperty = objectDefineProperty.f;
  369. var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
  370. for (var i = 0; i < keys.length; i++) {
  371. var key = keys[i];
  372. if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
  373. }
  374. };
  375. var replacement = /#|\.prototype\./;
  376. var isForced = function (feature, detection) {
  377. var value = data[normalize(feature)];
  378. return value == POLYFILL ? true
  379. : value == NATIVE ? false
  380. : typeof detection == 'function' ? fails(detection)
  381. : !!detection;
  382. };
  383. var normalize = isForced.normalize = function (string) {
  384. return String(string).replace(replacement, '.').toLowerCase();
  385. };
  386. var data = isForced.data = {};
  387. var NATIVE = isForced.NATIVE = 'N';
  388. var POLYFILL = isForced.POLYFILL = 'P';
  389. var isForced_1 = isForced;
  390. var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
  391. /*
  392. options.target - name of the target object
  393. options.global - target is the global object
  394. options.stat - export as static methods of target
  395. options.proto - export as prototype methods of target
  396. options.real - real prototype method for the `pure` version
  397. options.forced - export even if the native feature is available
  398. options.bind - bind methods to the target, required for the `pure` version
  399. options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
  400. options.unsafe - use the simple assignment of property instead of delete + defineProperty
  401. options.sham - add a flag to not completely full polyfills
  402. options.enumerable - export as enumerable property
  403. options.noTargetGet - prevent calling a getter on target
  404. */
  405. var _export = function (options, source) {
  406. var TARGET = options.target;
  407. var GLOBAL = options.global;
  408. var STATIC = options.stat;
  409. var FORCED, target, key, targetProperty, sourceProperty, descriptor;
  410. if (GLOBAL) {
  411. target = global_1;
  412. } else if (STATIC) {
  413. target = global_1[TARGET] || setGlobal(TARGET, {});
  414. } else {
  415. target = (global_1[TARGET] || {}).prototype;
  416. }
  417. if (target) for (key in source) {
  418. sourceProperty = source[key];
  419. if (options.noTargetGet) {
  420. descriptor = getOwnPropertyDescriptor$1(target, key);
  421. targetProperty = descriptor && descriptor.value;
  422. } else targetProperty = target[key];
  423. FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
  424. // contained in target
  425. if (!FORCED && targetProperty !== undefined) {
  426. if (typeof sourceProperty === typeof targetProperty) continue;
  427. copyConstructorProperties(sourceProperty, targetProperty);
  428. }
  429. // add a flag to not completely full polyfills
  430. if (options.sham || (targetProperty && targetProperty.sham)) {
  431. createNonEnumerableProperty(sourceProperty, 'sham', true);
  432. }
  433. // extend global
  434. redefine(target, key, sourceProperty, options);
  435. }
  436. };
  437. // `IsArray` abstract operation
  438. // https://tc39.github.io/ecma262/#sec-isarray
  439. var isArray = Array.isArray || function isArray(arg) {
  440. return classofRaw(arg) == 'Array';
  441. };
  442. // `ToObject` abstract operation
  443. // https://tc39.github.io/ecma262/#sec-toobject
  444. var toObject = function (argument) {
  445. return Object(requireObjectCoercible(argument));
  446. };
  447. var createProperty = function (object, key, value) {
  448. var propertyKey = toPrimitive(key);
  449. if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
  450. else object[propertyKey] = value;
  451. };
  452. var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
  453. // Chrome 38 Symbol has incorrect toString conversion
  454. // eslint-disable-next-line no-undef
  455. return !String(Symbol());
  456. });
  457. var useSymbolAsUid = nativeSymbol
  458. // eslint-disable-next-line no-undef
  459. && !Symbol.sham
  460. // eslint-disable-next-line no-undef
  461. && typeof Symbol() == 'symbol';
  462. var WellKnownSymbolsStore = shared('wks');
  463. var Symbol$1 = global_1.Symbol;
  464. var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : uid;
  465. var wellKnownSymbol = function (name) {
  466. if (!has(WellKnownSymbolsStore, name)) {
  467. if (nativeSymbol && has(Symbol$1, name)) WellKnownSymbolsStore[name] = Symbol$1[name];
  468. else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
  469. } return WellKnownSymbolsStore[name];
  470. };
  471. var SPECIES = wellKnownSymbol('species');
  472. // `ArraySpeciesCreate` abstract operation
  473. // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
  474. var arraySpeciesCreate = function (originalArray, length) {
  475. var C;
  476. if (isArray(originalArray)) {
  477. C = originalArray.constructor;
  478. // cross-realm fallback
  479. if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
  480. else if (isObject(C)) {
  481. C = C[SPECIES];
  482. if (C === null) C = undefined;
  483. }
  484. } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
  485. };
  486. var userAgent = getBuiltIn('navigator', 'userAgent') || '';
  487. var process = global_1.process;
  488. var versions = process && process.versions;
  489. var v8 = versions && versions.v8;
  490. var match, version;
  491. if (v8) {
  492. match = v8.split('.');
  493. version = match[0] + match[1];
  494. } else if (userAgent) {
  495. match = userAgent.match(/Edge\/(\d+)/);
  496. if (!match || match[1] >= 74) {
  497. match = userAgent.match(/Chrome\/(\d+)/);
  498. if (match) version = match[1];
  499. }
  500. }
  501. var v8Version = version && +version;
  502. var SPECIES$1 = wellKnownSymbol('species');
  503. var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
  504. // We can't use this feature detection in V8 since it causes
  505. // deoptimization and serious performance degradation
  506. // https://github.com/zloirock/core-js/issues/677
  507. return v8Version >= 51 || !fails(function () {
  508. var array = [];
  509. var constructor = array.constructor = {};
  510. constructor[SPECIES$1] = function () {
  511. return { foo: 1 };
  512. };
  513. return array[METHOD_NAME](Boolean).foo !== 1;
  514. });
  515. };
  516. var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
  517. var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
  518. var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
  519. // We can't use this feature detection in V8 since it causes
  520. // deoptimization and serious performance degradation
  521. // https://github.com/zloirock/core-js/issues/679
  522. var IS_CONCAT_SPREADABLE_SUPPORT = v8Version >= 51 || !fails(function () {
  523. var array = [];
  524. array[IS_CONCAT_SPREADABLE] = false;
  525. return array.concat()[0] !== array;
  526. });
  527. var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
  528. var isConcatSpreadable = function (O) {
  529. if (!isObject(O)) return false;
  530. var spreadable = O[IS_CONCAT_SPREADABLE];
  531. return spreadable !== undefined ? !!spreadable : isArray(O);
  532. };
  533. var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
  534. // `Array.prototype.concat` method
  535. // https://tc39.github.io/ecma262/#sec-array.prototype.concat
  536. // with adding support of @@isConcatSpreadable and @@species
  537. _export({ target: 'Array', proto: true, forced: FORCED }, {
  538. concat: function concat(arg) { // eslint-disable-line no-unused-vars
  539. var O = toObject(this);
  540. var A = arraySpeciesCreate(O, 0);
  541. var n = 0;
  542. var i, k, length, len, E;
  543. for (i = -1, length = arguments.length; i < length; i++) {
  544. E = i === -1 ? O : arguments[i];
  545. if (isConcatSpreadable(E)) {
  546. len = toLength(E.length);
  547. if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
  548. for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
  549. } else {
  550. if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
  551. createProperty(A, n++, E);
  552. }
  553. }
  554. A.length = n;
  555. return A;
  556. }
  557. });
  558. var aFunction$1 = function (it) {
  559. if (typeof it != 'function') {
  560. throw TypeError(String(it) + ' is not a function');
  561. } return it;
  562. };
  563. // optional / simple context binding
  564. var bindContext = function (fn, that, length) {
  565. aFunction$1(fn);
  566. if (that === undefined) return fn;
  567. switch (length) {
  568. case 0: return function () {
  569. return fn.call(that);
  570. };
  571. case 1: return function (a) {
  572. return fn.call(that, a);
  573. };
  574. case 2: return function (a, b) {
  575. return fn.call(that, a, b);
  576. };
  577. case 3: return function (a, b, c) {
  578. return fn.call(that, a, b, c);
  579. };
  580. }
  581. return function (/* ...args */) {
  582. return fn.apply(that, arguments);
  583. };
  584. };
  585. var push = [].push;
  586. // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex }` methods implementation
  587. var createMethod$1 = function (TYPE) {
  588. var IS_MAP = TYPE == 1;
  589. var IS_FILTER = TYPE == 2;
  590. var IS_SOME = TYPE == 3;
  591. var IS_EVERY = TYPE == 4;
  592. var IS_FIND_INDEX = TYPE == 6;
  593. var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
  594. return function ($this, callbackfn, that, specificCreate) {
  595. var O = toObject($this);
  596. var self = indexedObject(O);
  597. var boundFunction = bindContext(callbackfn, that, 3);
  598. var length = toLength(self.length);
  599. var index = 0;
  600. var create = specificCreate || arraySpeciesCreate;
  601. var target = IS_MAP ? create($this, length) : IS_FILTER ? create($this, 0) : undefined;
  602. var value, result;
  603. for (;length > index; index++) if (NO_HOLES || index in self) {
  604. value = self[index];
  605. result = boundFunction(value, index, O);
  606. if (TYPE) {
  607. if (IS_MAP) target[index] = result; // map
  608. else if (result) switch (TYPE) {
  609. case 3: return true; // some
  610. case 5: return value; // find
  611. case 6: return index; // findIndex
  612. case 2: push.call(target, value); // filter
  613. } else if (IS_EVERY) return false; // every
  614. }
  615. }
  616. return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
  617. };
  618. };
  619. var arrayIteration = {
  620. // `Array.prototype.forEach` method
  621. // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
  622. forEach: createMethod$1(0),
  623. // `Array.prototype.map` method
  624. // https://tc39.github.io/ecma262/#sec-array.prototype.map
  625. map: createMethod$1(1),
  626. // `Array.prototype.filter` method
  627. // https://tc39.github.io/ecma262/#sec-array.prototype.filter
  628. filter: createMethod$1(2),
  629. // `Array.prototype.some` method
  630. // https://tc39.github.io/ecma262/#sec-array.prototype.some
  631. some: createMethod$1(3),
  632. // `Array.prototype.every` method
  633. // https://tc39.github.io/ecma262/#sec-array.prototype.every
  634. every: createMethod$1(4),
  635. // `Array.prototype.find` method
  636. // https://tc39.github.io/ecma262/#sec-array.prototype.find
  637. find: createMethod$1(5),
  638. // `Array.prototype.findIndex` method
  639. // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
  640. findIndex: createMethod$1(6)
  641. };
  642. // `Object.keys` method
  643. // https://tc39.github.io/ecma262/#sec-object.keys
  644. var objectKeys = Object.keys || function keys(O) {
  645. return objectKeysInternal(O, enumBugKeys);
  646. };
  647. // `Object.defineProperties` method
  648. // https://tc39.github.io/ecma262/#sec-object.defineproperties
  649. var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
  650. anObject(O);
  651. var keys = objectKeys(Properties);
  652. var length = keys.length;
  653. var index = 0;
  654. var key;
  655. while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
  656. return O;
  657. };
  658. var html = getBuiltIn('document', 'documentElement');
  659. var GT = '>';
  660. var LT = '<';
  661. var PROTOTYPE = 'prototype';
  662. var SCRIPT = 'script';
  663. var IE_PROTO = sharedKey('IE_PROTO');
  664. var EmptyConstructor = function () { /* empty */ };
  665. var scriptTag = function (content) {
  666. return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
  667. };
  668. // Create object with fake `null` prototype: use ActiveX Object with cleared prototype
  669. var NullProtoObjectViaActiveX = function (activeXDocument) {
  670. activeXDocument.write(scriptTag(''));
  671. activeXDocument.close();
  672. var temp = activeXDocument.parentWindow.Object;
  673. activeXDocument = null; // avoid memory leak
  674. return temp;
  675. };
  676. // Create object with fake `null` prototype: use iframe Object with cleared prototype
  677. var NullProtoObjectViaIFrame = function () {
  678. // Thrash, waste and sodomy: IE GC bug
  679. var iframe = documentCreateElement('iframe');
  680. var JS = 'java' + SCRIPT + ':';
  681. var iframeDocument;
  682. iframe.style.display = 'none';
  683. html.appendChild(iframe);
  684. // https://github.com/zloirock/core-js/issues/475
  685. iframe.src = String(JS);
  686. iframeDocument = iframe.contentWindow.document;
  687. iframeDocument.open();
  688. iframeDocument.write(scriptTag('document.F=Object'));
  689. iframeDocument.close();
  690. return iframeDocument.F;
  691. };
  692. // Check for document.domain and active x support
  693. // No need to use active x approach when document.domain is not set
  694. // see https://github.com/es-shims/es5-shim/issues/150
  695. // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
  696. // avoid IE GC bug
  697. var activeXDocument;
  698. var NullProtoObject = function () {
  699. try {
  700. /* global ActiveXObject */
  701. activeXDocument = document.domain && new ActiveXObject('htmlfile');
  702. } catch (error) { /* ignore */ }
  703. NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
  704. var length = enumBugKeys.length;
  705. while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
  706. return NullProtoObject();
  707. };
  708. hiddenKeys[IE_PROTO] = true;
  709. // `Object.create` method
  710. // https://tc39.github.io/ecma262/#sec-object.create
  711. var objectCreate = Object.create || function create(O, Properties) {
  712. var result;
  713. if (O !== null) {
  714. EmptyConstructor[PROTOTYPE] = anObject(O);
  715. result = new EmptyConstructor();
  716. EmptyConstructor[PROTOTYPE] = null;
  717. // add "__proto__" for Object.getPrototypeOf polyfill
  718. result[IE_PROTO] = O;
  719. } else result = NullProtoObject();
  720. return Properties === undefined ? result : objectDefineProperties(result, Properties);
  721. };
  722. var UNSCOPABLES = wellKnownSymbol('unscopables');
  723. var ArrayPrototype = Array.prototype;
  724. // Array.prototype[@@unscopables]
  725. // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
  726. if (ArrayPrototype[UNSCOPABLES] == undefined) {
  727. objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, {
  728. configurable: true,
  729. value: objectCreate(null)
  730. });
  731. }
  732. // add a key to Array.prototype[@@unscopables]
  733. var addToUnscopables = function (key) {
  734. ArrayPrototype[UNSCOPABLES][key] = true;
  735. };
  736. var $find = arrayIteration.find;
  737. var FIND = 'find';
  738. var SKIPS_HOLES = true;
  739. // Shouldn't skip holes
  740. if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
  741. // `Array.prototype.find` method
  742. // https://tc39.github.io/ecma262/#sec-array.prototype.find
  743. _export({ target: 'Array', proto: true, forced: SKIPS_HOLES }, {
  744. find: function find(callbackfn /* , that = undefined */) {
  745. return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
  746. }
  747. });
  748. // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
  749. addToUnscopables(FIND);
  750. var sloppyArrayMethod = function (METHOD_NAME, argument) {
  751. var method = [][METHOD_NAME];
  752. return !method || !fails(function () {
  753. // eslint-disable-next-line no-useless-call,no-throw-literal
  754. method.call(null, argument || function () { throw 1; }, 1);
  755. });
  756. };
  757. var $indexOf = arrayIncludes.indexOf;
  758. var nativeIndexOf = [].indexOf;
  759. var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
  760. var SLOPPY_METHOD = sloppyArrayMethod('indexOf');
  761. // `Array.prototype.indexOf` method
  762. // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
  763. _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || SLOPPY_METHOD }, {
  764. indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
  765. return NEGATIVE_ZERO
  766. // convert -0 to +0
  767. ? nativeIndexOf.apply(this, arguments) || 0
  768. : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
  769. }
  770. });
  771. var $map = arrayIteration.map;
  772. var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('map');
  773. // FF49- issue
  774. var USES_TO_LENGTH = HAS_SPECIES_SUPPORT && !fails(function () {
  775. [].map.call({ length: -1, 0: 1 }, function (it) { throw it; });
  776. });
  777. // `Array.prototype.map` method
  778. // https://tc39.github.io/ecma262/#sec-array.prototype.map
  779. // with adding support of @@species
  780. _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
  781. map: function map(callbackfn /* , thisArg */) {
  782. return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
  783. }
  784. });
  785. var SPECIES$2 = wellKnownSymbol('species');
  786. var nativeSlice = [].slice;
  787. var max$1 = Math.max;
  788. // `Array.prototype.slice` method
  789. // https://tc39.github.io/ecma262/#sec-array.prototype.slice
  790. // fallback for not array-like ES3 strings and DOM objects
  791. _export({ target: 'Array', proto: true, forced: !arrayMethodHasSpeciesSupport('slice') }, {
  792. slice: function slice(start, end) {
  793. var O = toIndexedObject(this);
  794. var length = toLength(O.length);
  795. var k = toAbsoluteIndex(start, length);
  796. var fin = toAbsoluteIndex(end === undefined ? length : end, length);
  797. // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible
  798. var Constructor, result, n;
  799. if (isArray(O)) {
  800. Constructor = O.constructor;
  801. // cross-realm fallback
  802. if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {
  803. Constructor = undefined;
  804. } else if (isObject(Constructor)) {
  805. Constructor = Constructor[SPECIES$2];
  806. if (Constructor === null) Constructor = undefined;
  807. }
  808. if (Constructor === Array || Constructor === undefined) {
  809. return nativeSlice.call(O, k, fin);
  810. }
  811. }
  812. result = new (Constructor === undefined ? Array : Constructor)(max$1(fin - k, 0));
  813. for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);
  814. result.length = n;
  815. return result;
  816. }
  817. });
  818. var test = [];
  819. var nativeSort = test.sort;
  820. // IE8-
  821. var FAILS_ON_UNDEFINED = fails(function () {
  822. test.sort(undefined);
  823. });
  824. // V8 bug
  825. var FAILS_ON_NULL = fails(function () {
  826. test.sort(null);
  827. });
  828. // Old WebKit
  829. var SLOPPY_METHOD$1 = sloppyArrayMethod('sort');
  830. var FORCED$1 = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || SLOPPY_METHOD$1;
  831. // `Array.prototype.sort` method
  832. // https://tc39.github.io/ecma262/#sec-array.prototype.sort
  833. _export({ target: 'Array', proto: true, forced: FORCED$1 }, {
  834. sort: function sort(comparefn) {
  835. return comparefn === undefined
  836. ? nativeSort.call(toObject(this))
  837. : nativeSort.call(toObject(this), aFunction$1(comparefn));
  838. }
  839. });
  840. var max$2 = Math.max;
  841. var min$2 = Math.min;
  842. var MAX_SAFE_INTEGER$1 = 0x1FFFFFFFFFFFFF;
  843. var MAXIMUM_ALLOWED_LENGTH_EXCEEDED = 'Maximum allowed length exceeded';
  844. // `Array.prototype.splice` method
  845. // https://tc39.github.io/ecma262/#sec-array.prototype.splice
  846. // with adding support of @@species
  847. _export({ target: 'Array', proto: true, forced: !arrayMethodHasSpeciesSupport('splice') }, {
  848. splice: function splice(start, deleteCount /* , ...items */) {
  849. var O = toObject(this);
  850. var len = toLength(O.length);
  851. var actualStart = toAbsoluteIndex(start, len);
  852. var argumentsLength = arguments.length;
  853. var insertCount, actualDeleteCount, A, k, from, to;
  854. if (argumentsLength === 0) {
  855. insertCount = actualDeleteCount = 0;
  856. } else if (argumentsLength === 1) {
  857. insertCount = 0;
  858. actualDeleteCount = len - actualStart;
  859. } else {
  860. insertCount = argumentsLength - 2;
  861. actualDeleteCount = min$2(max$2(toInteger(deleteCount), 0), len - actualStart);
  862. }
  863. if (len + insertCount - actualDeleteCount > MAX_SAFE_INTEGER$1) {
  864. throw TypeError(MAXIMUM_ALLOWED_LENGTH_EXCEEDED);
  865. }
  866. A = arraySpeciesCreate(O, actualDeleteCount);
  867. for (k = 0; k < actualDeleteCount; k++) {
  868. from = actualStart + k;
  869. if (from in O) createProperty(A, k, O[from]);
  870. }
  871. A.length = actualDeleteCount;
  872. if (insertCount < actualDeleteCount) {
  873. for (k = actualStart; k < len - actualDeleteCount; k++) {
  874. from = k + actualDeleteCount;
  875. to = k + insertCount;
  876. if (from in O) O[to] = O[from];
  877. else delete O[to];
  878. }
  879. for (k = len; k > len - actualDeleteCount + insertCount; k--) delete O[k - 1];
  880. } else if (insertCount > actualDeleteCount) {
  881. for (k = len - actualDeleteCount; k > actualStart; k--) {
  882. from = k + actualDeleteCount - 1;
  883. to = k + insertCount - 1;
  884. if (from in O) O[to] = O[from];
  885. else delete O[to];
  886. }
  887. }
  888. for (k = 0; k < insertCount; k++) {
  889. O[k + actualStart] = arguments[k + 2];
  890. }
  891. O.length = len - actualDeleteCount + insertCount;
  892. return A;
  893. }
  894. });
  895. var nativeAssign = Object.assign;
  896. var defineProperty = Object.defineProperty;
  897. // `Object.assign` method
  898. // https://tc39.github.io/ecma262/#sec-object.assign
  899. var objectAssign = !nativeAssign || fails(function () {
  900. // should have correct order of operations (Edge bug)
  901. if (descriptors && nativeAssign({ b: 1 }, nativeAssign(defineProperty({}, 'a', {
  902. enumerable: true,
  903. get: function () {
  904. defineProperty(this, 'b', {
  905. value: 3,
  906. enumerable: false
  907. });
  908. }
  909. }), { b: 2 })).b !== 1) return true;
  910. // should work with symbols and should have deterministic property order (V8 bug)
  911. var A = {};
  912. var B = {};
  913. // eslint-disable-next-line no-undef
  914. var symbol = Symbol();
  915. var alphabet = 'abcdefghijklmnopqrst';
  916. A[symbol] = 7;
  917. alphabet.split('').forEach(function (chr) { B[chr] = chr; });
  918. return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;
  919. }) ? function assign(target, source) { // eslint-disable-line no-unused-vars
  920. var T = toObject(target);
  921. var argumentsLength = arguments.length;
  922. var index = 1;
  923. var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
  924. var propertyIsEnumerable = objectPropertyIsEnumerable.f;
  925. while (argumentsLength > index) {
  926. var S = indexedObject(arguments[index++]);
  927. var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);
  928. var length = keys.length;
  929. var j = 0;
  930. var key;
  931. while (length > j) {
  932. key = keys[j++];
  933. if (!descriptors || propertyIsEnumerable.call(S, key)) T[key] = S[key];
  934. }
  935. } return T;
  936. } : nativeAssign;
  937. // `Object.assign` method
  938. // https://tc39.github.io/ecma262/#sec-object.assign
  939. _export({ target: 'Object', stat: true, forced: Object.assign !== objectAssign }, {
  940. assign: objectAssign
  941. });
  942. var TO_STRING_TAG = wellKnownSymbol('toStringTag');
  943. var test$1 = {};
  944. test$1[TO_STRING_TAG] = 'z';
  945. var toStringTagSupport = String(test$1) === '[object z]';
  946. var TO_STRING_TAG$1 = wellKnownSymbol('toStringTag');
  947. // ES3 wrong here
  948. var CORRECT_ARGUMENTS = classofRaw(function () { return arguments; }()) == 'Arguments';
  949. // fallback for IE11 Script Access Denied error
  950. var tryGet = function (it, key) {
  951. try {
  952. return it[key];
  953. } catch (error) { /* empty */ }
  954. };
  955. // getting tag from ES6+ `Object.prototype.toString`
  956. var classof = toStringTagSupport ? classofRaw : function (it) {
  957. var O, tag, result;
  958. return it === undefined ? 'Undefined' : it === null ? 'Null'
  959. // @@toStringTag case
  960. : typeof (tag = tryGet(O = Object(it), TO_STRING_TAG$1)) == 'string' ? tag
  961. // builtinTag case
  962. : CORRECT_ARGUMENTS ? classofRaw(O)
  963. // ES3 arguments fallback
  964. : (result = classofRaw(O)) == 'Object' && typeof O.callee == 'function' ? 'Arguments' : result;
  965. };
  966. // `Object.prototype.toString` method implementation
  967. // https://tc39.github.io/ecma262/#sec-object.prototype.tostring
  968. var objectToString = toStringTagSupport ? {}.toString : function toString() {
  969. return '[object ' + classof(this) + ']';
  970. };
  971. // `Object.prototype.toString` method
  972. // https://tc39.github.io/ecma262/#sec-object.prototype.tostring
  973. if (!toStringTagSupport) {
  974. redefine(Object.prototype, 'toString', objectToString, { unsafe: true });
  975. }
  976. // a string of all valid unicode whitespaces
  977. // eslint-disable-next-line max-len
  978. 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';
  979. var whitespace = '[' + whitespaces + ']';
  980. var ltrim = RegExp('^' + whitespace + whitespace + '*');
  981. var rtrim = RegExp(whitespace + whitespace + '*$');
  982. // `String.prototype.{ trim, trimStart, trimEnd, trimLeft, trimRight }` methods implementation
  983. var createMethod$2 = function (TYPE) {
  984. return function ($this) {
  985. var string = String(requireObjectCoercible($this));
  986. if (TYPE & 1) string = string.replace(ltrim, '');
  987. if (TYPE & 2) string = string.replace(rtrim, '');
  988. return string;
  989. };
  990. };
  991. var stringTrim = {
  992. // `String.prototype.{ trimLeft, trimStart }` methods
  993. // https://tc39.github.io/ecma262/#sec-string.prototype.trimstart
  994. start: createMethod$2(1),
  995. // `String.prototype.{ trimRight, trimEnd }` methods
  996. // https://tc39.github.io/ecma262/#sec-string.prototype.trimend
  997. end: createMethod$2(2),
  998. // `String.prototype.trim` method
  999. // https://tc39.github.io/ecma262/#sec-string.prototype.trim
  1000. trim: createMethod$2(3)
  1001. };
  1002. var trim = stringTrim.trim;
  1003. var nativeParseFloat = global_1.parseFloat;
  1004. var FORCED$2 = 1 / nativeParseFloat(whitespaces + '-0') !== -Infinity;
  1005. // `parseFloat` method
  1006. // https://tc39.github.io/ecma262/#sec-parsefloat-string
  1007. var _parseFloat = FORCED$2 ? function parseFloat(string) {
  1008. var trimmedString = trim(String(string));
  1009. var result = nativeParseFloat(trimmedString);
  1010. return result === 0 && trimmedString.charAt(0) == '-' ? -0 : result;
  1011. } : nativeParseFloat;
  1012. // `parseFloat` method
  1013. // https://tc39.github.io/ecma262/#sec-parsefloat-string
  1014. _export({ global: true, forced: parseFloat != _parseFloat }, {
  1015. parseFloat: _parseFloat
  1016. });
  1017. // `RegExp.prototype.flags` getter implementation
  1018. // https://tc39.github.io/ecma262/#sec-get-regexp.prototype.flags
  1019. var regexpFlags = function () {
  1020. var that = anObject(this);
  1021. var result = '';
  1022. if (that.global) result += 'g';
  1023. if (that.ignoreCase) result += 'i';
  1024. if (that.multiline) result += 'm';
  1025. if (that.dotAll) result += 's';
  1026. if (that.unicode) result += 'u';
  1027. if (that.sticky) result += 'y';
  1028. return result;
  1029. };
  1030. var TO_STRING = 'toString';
  1031. var RegExpPrototype = RegExp.prototype;
  1032. var nativeToString = RegExpPrototype[TO_STRING];
  1033. var NOT_GENERIC = fails(function () { return nativeToString.call({ source: 'a', flags: 'b' }) != '/a/b'; });
  1034. // FF44- RegExp#toString has a wrong name
  1035. var INCORRECT_NAME = nativeToString.name != TO_STRING;
  1036. // `RegExp.prototype.toString` method
  1037. // https://tc39.github.io/ecma262/#sec-regexp.prototype.tostring
  1038. if (NOT_GENERIC || INCORRECT_NAME) {
  1039. redefine(RegExp.prototype, TO_STRING, function toString() {
  1040. var R = anObject(this);
  1041. var p = String(R.source);
  1042. var rf = R.flags;
  1043. var f = String(rf === undefined && R instanceof RegExp && !('flags' in RegExpPrototype) ? regexpFlags.call(R) : rf);
  1044. return '/' + p + '/' + f;
  1045. }, { unsafe: true });
  1046. }
  1047. function _typeof(obj) {
  1048. if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") {
  1049. _typeof = function (obj) {
  1050. return typeof obj;
  1051. };
  1052. } else {
  1053. _typeof = function (obj) {
  1054. return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
  1055. };
  1056. }
  1057. return _typeof(obj);
  1058. }
  1059. /**
  1060. * @author Nadim Basalamah <dimbslmh@gmail.com>
  1061. * @version: v1.1.0
  1062. * https://github.com/dimbslmh/bootstrap-table/tree/master/src/extensions/multiple-sort/bootstrap-table-multiple-sort.js
  1063. * Modification: ErwannNevou <https://github.com/ErwannNevou>
  1064. */
  1065. var isSingleSort = false;
  1066. var Utils = $.fn.bootstrapTable.utils;
  1067. $.extend($.fn.bootstrapTable.defaults.icons, {
  1068. plus: {
  1069. bootstrap3: 'glyphicon-plus',
  1070. bootstrap4: 'fa-plus',
  1071. bootstrap5: 'fa-plus',
  1072. semantic: 'fa-plus',
  1073. materialize: 'plus',
  1074. foundation: 'fa-plus',
  1075. bulma: 'fa-plus',
  1076. 'bootstrap-table': 'icon-plus'
  1077. }[$.fn.bootstrapTable.theme] || 'fa-clock',
  1078. minus: {
  1079. bootstrap3: 'glyphicon-minus',
  1080. bootstrap4: 'fa-minus',
  1081. bootstrap5: 'fa-minus',
  1082. semantic: 'fa-minus',
  1083. materialize: 'minus',
  1084. foundation: 'fa-minus',
  1085. bulma: 'fa-minus',
  1086. 'bootstrap-table': 'icon-minus'
  1087. }[$.fn.bootstrapTable.theme] || 'fa-clock',
  1088. sort: {
  1089. bootstrap3: 'glyphicon-sort',
  1090. bootstrap4: 'fa-sort',
  1091. bootstrap5: 'fa-sort',
  1092. semantic: 'fa-sort',
  1093. materialize: 'sort',
  1094. foundation: 'fa-sort',
  1095. bulma: 'fa-sort',
  1096. 'bootstrap-table': 'icon-sort-amount-asc'
  1097. }[$.fn.bootstrapTable.theme] || 'fa-clock'
  1098. });
  1099. var theme = {
  1100. bootstrap3: {
  1101. html: {
  1102. multipleSortModal: "\n <div class=\"modal fade\" id=\"%s\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"%sLabel\" aria-hidden=\"true\">\n <div class=\"modal-dialog\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\"><span aria-hidden=\"true\">&times;</span></button>\n <h4 class=\"modal-title\" id=\"%sLabel\">%s</h4>\n </div>\n <div class=\"modal-body\">\n <div class=\"bootstrap-table\">\n <div class=\"fixed-table-toolbar\">\n <div class=\"bars\">\n <div id=\"toolbar\">\n <button id=\"add\" type=\"button\" class=\"btn btn-default\">%s %s</button>\n <button id=\"delete\" type=\"button\" class=\"btn btn-default\" disabled>%s %s</button>\n </div>\n </div>\n </div>\n <div class=\"fixed-table-container\">\n <table id=\"multi-sort\" class=\"table\">\n <thead>\n <tr>\n <th></th>\n <th><div class=\"th-inner\">%s</div></th>\n <th><div class=\"th-inner\">%s</div></th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n </div>\n </div>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-default\" data-dismiss=\"modal\">%s</button>\n <button type=\"button\" class=\"btn btn-primary multi-sort-order-button\">%s</button>\n </div>\n </div>\n </div>\n </div>\n ",
  1103. multipleSortButton: '<button class="multi-sort btn btn-default" type="button" data-toggle="modal" data-target="#%s" title="%s">%s</button>',
  1104. multipleSortSelect: '<select class="%s %s form-control">'
  1105. }
  1106. },
  1107. bootstrap4: {
  1108. html: {
  1109. multipleSortModal: "\n <div class=\"modal fade\" id=\"%s\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"%sLabel\" aria-hidden=\"true\">\n <div class=\"modal-dialog\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h5 class=\"modal-title\" id=\"%sLabel\">%s</h5>\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n </div>\n <div class=\"modal-body\">\n <div class=\"bootstrap-table\">\n <div class=\"fixed-table-toolbar\">\n <div class=\"bars\">\n <div id=\"toolbar\" class=\"pb-3\">\n <button id=\"add\" type=\"button\" class=\"btn btn-secondary\">%s %s</button>\n <button id=\"delete\" type=\"button\" class=\"btn btn-secondary\" disabled>%s %s</button>\n </div>\n </div>\n </div>\n <div class=\"fixed-table-container\">\n <table id=\"multi-sort\" class=\"table\">\n <thead>\n <tr>\n <th></th>\n <th><div class=\"th-inner\">%s</div></th>\n <th><div class=\"th-inner\">%s</div></th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n </div>\n </div>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">%s</button>\n <button type=\"button\" class=\"btn btn-primary multi-sort-order-button\">%s</button>\n </div>\n </div>\n </div>\n </div>\n ",
  1110. multipleSortButton: '<button class="multi-sort btn btn-secondary" type="button" data-toggle="modal" data-target="#%s" title="%s">%s</button>',
  1111. multipleSortSelect: '<select class="%s %s form-control">'
  1112. }
  1113. },
  1114. bootstrap5: {
  1115. html: {
  1116. multipleSortModal: "\n <div class=\"modal fade\" id=\"%s\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"%sLabel\" aria-hidden=\"true\">\n <div class=\"modal-dialog\" role=\"document\">\n <div class=\"modal-content\">\n <div class=\"modal-header\">\n <h5 class=\"modal-title\" id=\"%sLabel\">%s</h5>\n <button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">\n <span aria-hidden=\"true\">&times;</span>\n </button>\n </div>\n <div class=\"modal-body\">\n <div class=\"bootstrap-table\">\n <div class=\"fixed-table-toolbar\">\n <div class=\"bars\">\n <div id=\"toolbar\" class=\"pb-3\">\n <button id=\"add\" type=\"button\" class=\"btn btn-secondary\">%s %s</button>\n <button id=\"delete\" type=\"button\" class=\"btn btn-secondary\" disabled>%s %s</button>\n </div>\n </div>\n </div>\n <div class=\"fixed-table-container\">\n <table id=\"multi-sort\" class=\"table\">\n <thead>\n <tr>\n <th></th>\n <th><div class=\"th-inner\">%s</div></th>\n <th><div class=\"th-inner\">%s</div></th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n </div>\n </div>\n </div>\n <div class=\"modal-footer\">\n <button type=\"button\" class=\"btn btn-secondary\" data-dismiss=\"modal\">%s</button>\n <button type=\"button\" class=\"btn btn-primary multi-sort-order-button\">%s</button>\n </div>\n </div>\n </div>\n </div>\n ",
  1117. multipleSortButton: '<button class="multi-sort btn btn-secondary" type="button" data-toggle="modal" data-target="#%s" title="%s">%s</button>',
  1118. multipleSortSelect: '<select class="%s %s form-control">'
  1119. }
  1120. },
  1121. semantic: {
  1122. html: {
  1123. multipleSortModal: "\n <div class=\"ui modal tiny\" id=\"%s\" aria-labelledby=\"%sLabel\" aria-hidden=\"true\">\n <i class=\"close icon\"></i>\n <div class=\"header\" id=\"%sLabel\">\n %s\n </div>\n <div class=\"image content\">\n <div class=\"bootstrap-table\">\n <div class=\"fixed-table-toolbar\">\n <div class=\"bars\">\n <div id=\"toolbar\" class=\"pb-3\">\n <button id=\"add\" type=\"button\" class=\"ui button\">%s %s</button>\n <button id=\"delete\" type=\"button\" class=\"ui button\" disabled>%s %s</button>\n </div>\n </div>\n </div>\n <div class=\"fixed-table-container\">\n <table id=\"multi-sort\" class=\"table\">\n <thead>\n <tr>\n <th></th>\n <th><div class=\"th-inner\">%s</div></th>\n <th><div class=\"th-inner\">%s</div></th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n </div>\n </div>\n </div>\n <div class=\"actions\">\n <div class=\"ui button deny\">%s</div>\n <div class=\"ui button approve multi-sort-order-button\">%s</div>\n </div>\n </div>\n ",
  1124. multipleSortButton: '<button class="multi-sort ui button" type="button" data-toggle="modal" data-target="#%s" title="%s">%s</button>',
  1125. multipleSortSelect: '<select class="%s %s">'
  1126. }
  1127. },
  1128. materialize: {
  1129. html: {
  1130. multipleSortModal: "\n <div id=\"%s\" class=\"modal\" aria-labelledby=\"%sLabel\" aria-hidden=\"true\">\n <div class=\"modal-content\" id=\"%sLabel\">\n <h4>%s</h4>\n <div class=\"bootstrap-table\">\n <div class=\"fixed-table-toolbar\">\n <div class=\"bars\">\n <div id=\"toolbar\" class=\"pb-3\">\n <button id=\"add\" type=\"button\" class=\"waves-effect waves-light btn\">%s %s</button>\n <button id=\"delete\" type=\"button\" class=\"waves-effect waves-light btn\" disabled>%s %s</button>\n </div>\n </div>\n </div>\n <div class=\"fixed-table-container\">\n <table id=\"multi-sort\" class=\"table\">\n <thead>\n <tr>\n <th></th>\n <th><div class=\"th-inner\">%s</div></th>\n <th><div class=\"th-inner\">%s</div></th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n </div>\n </div>\n <div class=\"modal-footer\">\n <a href=\"javascript:void(0)\" class=\"modal-close waves-effect waves-light btn\">%s</a>\n <a href=\"javascript:void(0)\" class=\"modal-close waves-effect waves-light btn multi-sort-order-button\">%s</a>\n </div>\n </div>\n </div>\n ",
  1131. multipleSortButton: '<a href="#%s" class="multi-sort waves-effect waves-light btn modal-trigger" type="button" data-toggle="modal" title="%s">%s</a>',
  1132. multipleSortSelect: '<select class="%s %s browser-default">'
  1133. }
  1134. },
  1135. foundation: {
  1136. html: {
  1137. multipleSortModal: "\n <div class=\"reveal\" id=\"%s\" data-reveal aria-labelledby=\"%sLabel\" aria-hidden=\"true\">\n <div id=\"%sLabel\">\n <h1>%s</h1>\n <div class=\"bootstrap-table\">\n <div class=\"fixed-table-toolbar\">\n <div class=\"bars\">\n <div id=\"toolbar\" class=\"padding-bottom-2\">\n <button id=\"add\" type=\"button\" class=\"waves-effect waves-light button\">%s %s</button>\n <button id=\"delete\" type=\"button\" class=\"waves-effect waves-light button\" disabled>%s %s</button>\n </div>\n </div>\n </div>\n <div class=\"fixed-table-container\">\n <table id=\"multi-sort\" class=\"table\">\n <thead>\n <tr>\n <th></th>\n <th><div class=\"th-inner\">%s</div></th>\n <th><div class=\"th-inner\">%s</div></th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n </div>\n </div>\n\n <button class=\"waves-effect waves-light button\" data-close aria-label=\"Close modal\" type=\"button\">\n <span aria-hidden=\"true\">%s</span>\n </button>\n <button class=\"waves-effect waves-light button multi-sort-order-button\" data-close aria-label=\"Order\" type=\"button\">\n <span aria-hidden=\"true\">%s</span>\n </button>\n </div>\n </div>\n ",
  1138. multipleSortButton: '<button class="button multi-sort" data-open="%s" title="%s">%s</button>',
  1139. multipleSortSelect: '<select class="%s %s browser-default">'
  1140. }
  1141. },
  1142. bulma: {
  1143. html: {
  1144. multipleSortModal: "\n <div class=\"modal\" id=\"%s\" aria-labelledby=\"%sLabel\" aria-hidden=\"true\">\n <div class=\"modal-background\"></div>\n <div class=\"modal-content\" id=\"%sLabel\">\n <div class=\"box\">\n <h2>%s</h2>\n <div class=\"bootstrap-table\">\n <div class=\"fixed-table-toolbar\">\n <div class=\"bars\">\n <div id=\"toolbar\" class=\"padding-bottom-2\">\n <button id=\"add\" type=\"button\" class=\"waves-effect waves-light button\">%s %s</button>\n <button id=\"delete\" type=\"button\" class=\"waves-effect waves-light button\" disabled>%s %s</button>\n </div>\n </div>\n </div>\n <div class=\"fixed-table-container\">\n <table id=\"multi-sort\" class=\"table\">\n <thead>\n <tr>\n <th></th>\n <th><div class=\"th-inner\">%s</div></th>\n <th><div class=\"th-inner\">%s</div></th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n </div>\n </div>\n <button type=\"button\" class=\"waves-effect waves-light button\" data-close>%s</button>\n <button type=\"button\" class=\"waves-effect waves-light button multi-sort-order-button\" data-close>%s</button>\n </div>\n </div>\n </div>\n ",
  1145. multipleSortButton: '<button class="button multi-sort" data-target="%s" title="%s">%s</button>',
  1146. multipleSortSelect: '<select class="%s %s browser-default">'
  1147. }
  1148. },
  1149. 'bootstrap-table': {
  1150. html: {
  1151. multipleSortModal: "\n <div class=\"modal\" id=\"%s\" aria-labelledby=\"%sLabel\" aria-hidden=\"true\">\n <div class=\"modal-background\"></div>\n <div class=\"modal-content\" id=\"%sLabel\">\n <div class=\"box\">\n <h2>%s</h2>\n <div class=\"bootstrap-table\">\n <div class=\"fixed-table-toolbar\">\n <div class=\"bars\">\n <div id=\"toolbar\" class=\"padding-bottom-2\">\n <button id=\"add\" type=\"button\" class=\"btn\">%s %s</button>\n <button id=\"delete\" type=\"button\" class=\"btn\" disabled>%s %s</button>\n </div>\n </div>\n </div>\n <div class=\"fixed-table-container\">\n <table id=\"multi-sort\" class=\"table\">\n <thead>\n <tr>\n <th></th>\n <th><div class=\"th-inner\">%s</div></th>\n <th><div class=\"th-inner\">%s</div></th>\n </tr>\n </thead>\n <tbody></tbody>\n </table>\n </div>\n </div>\n <div class=\"mt-30\">\n <button type=\"button\" class=\"btn\" data-close>%s</button>\n <button type=\"button\" class=\"btn multi-sort-order-button\" data-close>%s</button>\n </div>\n </div>\n </div>\n </div>\n ",
  1152. multipleSortButton: '<button class="btn multi-sort" data-target="%s" title="%s">%s</button>',
  1153. multipleSortSelect: '<select class="%s %s browser-default">'
  1154. }
  1155. }
  1156. }[$.fn.bootstrapTable.theme];
  1157. var showSortModal = function showSortModal(that) {
  1158. var _selector = that.sortModalSelector;
  1159. var _id = "#".concat(_selector);
  1160. var o = that.options;
  1161. if (!$(_id).hasClass('modal')) {
  1162. var sModal = Utils.sprintf(theme.html.multipleSortModal, _selector, _selector, _selector, that.options.formatMultipleSort(), Utils.sprintf(that.constants.html.icon, o.iconsPrefix, o.icons.plus), that.options.formatAddLevel(), Utils.sprintf(that.constants.html.icon, o.iconsPrefix, o.icons.minus), that.options.formatDeleteLevel(), that.options.formatColumn(), that.options.formatOrder(), that.options.formatCancel(), that.options.formatSort());
  1163. $('body').append($(sModal));
  1164. that.$sortModal = $(_id);
  1165. var $rows = that.$sortModal.find('tbody > tr');
  1166. that.$sortModal.off('click', '#add').on('click', '#add', function () {
  1167. var total = that.$sortModal.find('.multi-sort-name:first option').length;
  1168. var current = that.$sortModal.find('tbody tr').length;
  1169. if (current < total) {
  1170. current++;
  1171. that.addLevel();
  1172. that.setButtonStates();
  1173. }
  1174. });
  1175. that.$sortModal.off('click', '#delete').on('click', '#delete', function () {
  1176. var total = that.$sortModal.find('.multi-sort-name:first option').length;
  1177. var current = that.$sortModal.find('tbody tr').length;
  1178. if (current > 1 && current <= total) {
  1179. current--;
  1180. that.$sortModal.find('tbody tr:last').remove();
  1181. that.setButtonStates();
  1182. }
  1183. });
  1184. that.$sortModal.off('click', '.multi-sort-order-button').on('click', '.multi-sort-order-button', function () {
  1185. var $rows = that.$sortModal.find('tbody > tr');
  1186. var $alert = that.$sortModal.find('div.alert');
  1187. var fields = [];
  1188. var results = [];
  1189. var sortPriority = $.map($rows, function (row) {
  1190. var $row = $(row);
  1191. var name = $row.find('.multi-sort-name').val();
  1192. var order = $row.find('.multi-sort-order').val();
  1193. fields.push(name);
  1194. return {
  1195. sortName: name,
  1196. sortOrder: order
  1197. };
  1198. });
  1199. var sorted_fields = fields.sort();
  1200. for (var i = 0; i < fields.length - 1; i++) {
  1201. if (sorted_fields[i + 1] === sorted_fields[i]) {
  1202. results.push(sorted_fields[i]);
  1203. }
  1204. }
  1205. if (results.length > 0) {
  1206. if ($alert.length === 0) {
  1207. $alert = "<div class=\"alert alert-danger\" role=\"alert\"><strong>".concat(that.options.formatDuplicateAlertTitle(), "</strong> ").concat(that.options.formatDuplicateAlertDescription(), "</div>");
  1208. $($alert).insertBefore(that.$sortModal.find('.bars'));
  1209. }
  1210. } else {
  1211. if ($alert.length === 1) {
  1212. $($alert).remove();
  1213. }
  1214. if ($.inArray($.fn.bootstrapTable.theme, ['bootstrap3', 'bootstrap4']) !== -1) {
  1215. that.$sortModal.modal('hide');
  1216. }
  1217. that.multiSort(sortPriority);
  1218. }
  1219. });
  1220. if (that.options.sortPriority === null || that.options.sortPriority.length === 0) {
  1221. if (that.options.sortName) {
  1222. that.options.sortPriority = [{
  1223. sortName: that.options.sortName,
  1224. sortOrder: that.options.sortOrder
  1225. }];
  1226. }
  1227. }
  1228. if (that.options.sortPriority !== null && that.options.sortPriority.length > 0) {
  1229. if ($rows.length < that.options.sortPriority.length && _typeof(that.options.sortPriority) === 'object') {
  1230. for (var i = 0; i < that.options.sortPriority.length; i++) {
  1231. that.addLevel(i, that.options.sortPriority[i]);
  1232. }
  1233. }
  1234. } else {
  1235. that.addLevel(0);
  1236. }
  1237. that.setButtonStates();
  1238. }
  1239. };
  1240. $.fn.bootstrapTable.methods.push('multipleSort');
  1241. $.fn.bootstrapTable.methods.push('multiSort');
  1242. $.extend($.fn.bootstrapTable.defaults, {
  1243. showMultiSort: false,
  1244. showMultiSortButton: true,
  1245. multiSortStrictSort: false,
  1246. sortPriority: null,
  1247. onMultipleSort: function onMultipleSort() {
  1248. return false;
  1249. }
  1250. });
  1251. $.extend($.fn.bootstrapTable.Constructor.EVENTS, {
  1252. 'multiple-sort.bs.table': 'onMultipleSort'
  1253. });
  1254. $.extend($.fn.bootstrapTable.locales, {
  1255. formatMultipleSort: function formatMultipleSort() {
  1256. return 'Multiple Sort';
  1257. },
  1258. formatAddLevel: function formatAddLevel() {
  1259. return 'Add Level';
  1260. },
  1261. formatDeleteLevel: function formatDeleteLevel() {
  1262. return 'Delete Level';
  1263. },
  1264. formatColumn: function formatColumn() {
  1265. return 'Column';
  1266. },
  1267. formatOrder: function formatOrder() {
  1268. return 'Order';
  1269. },
  1270. formatSortBy: function formatSortBy() {
  1271. return 'Sort by';
  1272. },
  1273. formatThenBy: function formatThenBy() {
  1274. return 'Then by';
  1275. },
  1276. formatSort: function formatSort() {
  1277. return 'Sort';
  1278. },
  1279. formatCancel: function formatCancel() {
  1280. return 'Cancel';
  1281. },
  1282. formatDuplicateAlertTitle: function formatDuplicateAlertTitle() {
  1283. return 'Duplicate(s) detected!';
  1284. },
  1285. formatDuplicateAlertDescription: function formatDuplicateAlertDescription() {
  1286. return 'Please remove or change any duplicate column.';
  1287. },
  1288. formatSortOrders: function formatSortOrders() {
  1289. return {
  1290. asc: 'Ascending',
  1291. desc: 'Descending'
  1292. };
  1293. }
  1294. });
  1295. $.extend($.fn.bootstrapTable.defaults, $.fn.bootstrapTable.locales);
  1296. var BootstrapTable = $.fn.bootstrapTable.Constructor;
  1297. var _initToolbar = BootstrapTable.prototype.initToolbar;
  1298. var _destroy = BootstrapTable.prototype.destroy;
  1299. BootstrapTable.prototype.initToolbar = function () {
  1300. var _this = this;
  1301. this.showToolbar = this.showToolbar || this.options.showMultiSort;
  1302. var that = this;
  1303. var sortModalSelector = "sortModal_".concat(this.$el.attr('id'));
  1304. var sortModalId = "#".concat(sortModalSelector);
  1305. var $multiSortBtn = this.$toolbar.find('div.multi-sort');
  1306. var o = this.options;
  1307. this.$sortModal = $(sortModalId);
  1308. this.sortModalSelector = sortModalSelector;
  1309. if (that.options.sortPriority !== null) {
  1310. that.onMultipleSort();
  1311. }
  1312. if (this.options.showMultiSortButton) {
  1313. this.buttons = Object.assign(this.buttons, {
  1314. multipleSort: {
  1315. html: Utils.sprintf(theme.html.multipleSortButton, that.sortModalSelector, this.options.formatMultipleSort(), Utils.sprintf(that.constants.html.icon, o.iconsPrefix, o.icons.sort))
  1316. }
  1317. });
  1318. }
  1319. for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
  1320. args[_key] = arguments[_key];
  1321. }
  1322. _initToolbar.apply(this, Array.prototype.slice.apply(args));
  1323. if (that.options.sidePagination === 'server' && !isSingleSort && that.options.sortPriority !== null) {
  1324. var t = that.options.queryParams;
  1325. that.options.queryParams = function (params) {
  1326. params.multiSort = that.options.sortPriority;
  1327. return t(params);
  1328. };
  1329. }
  1330. if (this.options.showMultiSort) {
  1331. if (!$multiSortBtn.length && this.options.showMultiSortButton) {
  1332. if ($.fn.bootstrapTable.theme === 'semantic') {
  1333. this.$toolbar.find('.multi-sort').on('click', function () {
  1334. $(sortModalId).modal('show');
  1335. });
  1336. } else if ($.fn.bootstrapTable.theme === 'materialize') {
  1337. this.$toolbar.find('.multi-sort').on('click', function () {
  1338. $(sortModalId).modal();
  1339. });
  1340. } else if ($.fn.bootstrapTable.theme === 'bootstrap-table') {
  1341. this.$toolbar.find('.multi-sort').on('click', function () {
  1342. $(sortModalId).addClass('show');
  1343. });
  1344. } else if ($.fn.bootstrapTable.theme === 'foundation') {
  1345. this.$toolbar.find('.multi-sort').on('click', function () {
  1346. if (!_this.foundationModal) {
  1347. // eslint-disable-next-line no-undef
  1348. _this.foundationModal = new Foundation.Reveal($(sortModalId));
  1349. }
  1350. _this.foundationModal.open();
  1351. });
  1352. } else if ($.fn.bootstrapTable.theme === 'bulma') {
  1353. this.$toolbar.find('.multi-sort').on('click', function () {
  1354. $('html').toggleClass('is-clipped');
  1355. $(sortModalId).toggleClass('is-active');
  1356. $('button[data-close]').one('click', function () {
  1357. $('html').toggleClass('is-clipped');
  1358. $(sortModalId).toggleClass('is-active');
  1359. });
  1360. });
  1361. }
  1362. showSortModal(that);
  1363. }
  1364. this.$el.on('sort.bs.table', function () {
  1365. isSingleSort = true;
  1366. });
  1367. this.$el.on('multiple-sort.bs.table', function () {
  1368. isSingleSort = false;
  1369. });
  1370. this.$el.on('load-success.bs.table', function () {
  1371. if (!isSingleSort && that.options.sortPriority !== null && _typeof(that.options.sortPriority) === 'object' && that.options.sidePagination !== 'server') {
  1372. that.onMultipleSort();
  1373. }
  1374. });
  1375. this.$el.on('column-switch.bs.table', function (field, checked) {
  1376. for (var i = 0; i < that.options.sortPriority.length; i++) {
  1377. if (that.options.sortPriority[i].sortName === checked) {
  1378. that.options.sortPriority.splice(i, 1);
  1379. }
  1380. }
  1381. that.assignSortableArrows();
  1382. that.$sortModal.remove();
  1383. showSortModal(that);
  1384. });
  1385. this.$el.on('reset-view.bs.table', function () {
  1386. if (!isSingleSort && that.options.sortPriority !== null && _typeof(that.options.sortPriority) === 'object') {
  1387. that.assignSortableArrows();
  1388. }
  1389. });
  1390. }
  1391. };
  1392. BootstrapTable.prototype.destroy = function () {
  1393. for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
  1394. args[_key2] = arguments[_key2];
  1395. }
  1396. _destroy.apply(this, Array.prototype.slice.apply(args));
  1397. if (this.options.showMultiSort) {
  1398. this.$sortModal.remove();
  1399. }
  1400. };
  1401. BootstrapTable.prototype.multipleSort = function () {
  1402. var that = this;
  1403. if (!isSingleSort && that.options.sortPriority !== null && _typeof(that.options.sortPriority) === 'object' && that.options.sidePagination !== 'server') {
  1404. that.onMultipleSort();
  1405. }
  1406. };
  1407. BootstrapTable.prototype.onMultipleSort = function () {
  1408. var that = this;
  1409. var cmp = function cmp(x, y) {
  1410. return x > y ? 1 : x < y ? -1 : 0;
  1411. };
  1412. var arrayCmp = function arrayCmp(a, b) {
  1413. var arr1 = [];
  1414. var arr2 = [];
  1415. for (var i = 0; i < that.options.sortPriority.length; i++) {
  1416. var fieldName = that.options.sortPriority[i].sortName;
  1417. var fieldIndex = that.header.fields.indexOf(fieldName);
  1418. var sorterName = that.header.sorters[that.header.fields.indexOf(fieldName)];
  1419. if (that.header.sortNames[fieldIndex]) {
  1420. fieldName = that.header.sortNames[fieldIndex];
  1421. }
  1422. var order = that.options.sortPriority[i].sortOrder === 'desc' ? -1 : 1;
  1423. var aa = Utils.getItemField(a, fieldName);
  1424. var bb = Utils.getItemField(b, fieldName);
  1425. var value1 = $.fn.bootstrapTable.utils.calculateObjectValue(that.header, sorterName, [aa, bb]);
  1426. var value2 = $.fn.bootstrapTable.utils.calculateObjectValue(that.header, sorterName, [bb, aa]);
  1427. if (value1 !== undefined && value2 !== undefined) {
  1428. arr1.push(order * value1);
  1429. arr2.push(order * value2);
  1430. continue;
  1431. }
  1432. if (aa === undefined || aa === null) aa = '';
  1433. if (bb === undefined || bb === null) bb = '';
  1434. if ($.isNumeric(aa) && $.isNumeric(bb)) {
  1435. aa = parseFloat(aa);
  1436. bb = parseFloat(bb);
  1437. } else {
  1438. aa = aa.toString();
  1439. bb = bb.toString();
  1440. if (that.options.multiSortStrictSort) {
  1441. aa = aa.toLowerCase();
  1442. bb = bb.toLowerCase();
  1443. }
  1444. }
  1445. arr1.push(order * cmp(aa, bb));
  1446. arr2.push(order * cmp(bb, aa));
  1447. }
  1448. return cmp(arr1, arr2);
  1449. };
  1450. this.data.sort(function (a, b) {
  1451. return arrayCmp(a, b);
  1452. });
  1453. this.initBody();
  1454. this.assignSortableArrows();
  1455. this.trigger('multiple-sort');
  1456. };
  1457. BootstrapTable.prototype.addLevel = function (index, sortPriority) {
  1458. var text = index === 0 ? this.options.formatSortBy() : this.options.formatThenBy();
  1459. this.$sortModal.find('tbody').append($('<tr>').append($('<td>').text(text)).append($('<td>').append($(Utils.sprintf(theme.html.multipleSortSelect, this.constants.classes.paginationDropdown, 'multi-sort-name')))).append($('<td>').append($(Utils.sprintf(theme.html.multipleSortSelect, this.constants.classes.paginationDropdown, 'multi-sort-order')))));
  1460. var $multiSortName = this.$sortModal.find('.multi-sort-name').last();
  1461. var $multiSortOrder = this.$sortModal.find('.multi-sort-order').last();
  1462. $.each(this.columns, function (i, column) {
  1463. if (column.sortable === false || column.visible === false) {
  1464. return true;
  1465. }
  1466. $multiSortName.append("<option value=\"".concat(column.field, "\">").concat(column.title, "</option>"));
  1467. });
  1468. $.each(this.options.formatSortOrders(), function (value, order) {
  1469. $multiSortOrder.append("<option value=\"".concat(value, "\">").concat(order, "</option>"));
  1470. });
  1471. if (sortPriority !== undefined) {
  1472. $multiSortName.find("option[value=\"".concat(sortPriority.sortName, "\"]")).attr('selected', true);
  1473. $multiSortOrder.find("option[value=\"".concat(sortPriority.sortOrder, "\"]")).attr('selected', true);
  1474. }
  1475. };
  1476. BootstrapTable.prototype.assignSortableArrows = function () {
  1477. var that = this;
  1478. var headers = that.$header.find('th');
  1479. for (var i = 0; i < headers.length; i++) {
  1480. for (var c = 0; c < that.options.sortPriority.length; c++) {
  1481. if ($(headers[i]).data('field') === that.options.sortPriority[c].sortName) {
  1482. $(headers[i]).find('.sortable').removeClass('desc asc').addClass(that.options.sortPriority[c].sortOrder);
  1483. }
  1484. }
  1485. }
  1486. };
  1487. BootstrapTable.prototype.setButtonStates = function () {
  1488. var total = this.$sortModal.find('.multi-sort-name:first option').length;
  1489. var current = this.$sortModal.find('tbody tr').length;
  1490. if (current === total) {
  1491. this.$sortModal.find('#add').attr('disabled', 'disabled');
  1492. }
  1493. if (current > 1) {
  1494. this.$sortModal.find('#delete').removeAttr('disabled');
  1495. }
  1496. if (current < total) {
  1497. this.$sortModal.find('#add').removeAttr('disabled');
  1498. }
  1499. if (current === 1) {
  1500. this.$sortModal.find('#delete').attr('disabled', 'disabled');
  1501. }
  1502. };
  1503. BootstrapTable.prototype.multiSort = function (sortPriority) {
  1504. var _this2 = this;
  1505. this.options.sortPriority = sortPriority;
  1506. this.options.sortName = undefined;
  1507. if (this.options.sidePagination === 'server') {
  1508. var queryParams = this.options.queryParams;
  1509. this.options.queryParams = function (params) {
  1510. params.multiSort = _this2.options.sortPriority;
  1511. return $.fn.bootstrapTable.utils.calculateObjectValue(_this2.options, queryParams, [params]);
  1512. };
  1513. isSingleSort = false;
  1514. this.initServer(this.options.silentSort);
  1515. return;
  1516. }
  1517. this.onMultipleSort();
  1518. };
  1519. })));