bootstrap-table-print.js 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684
  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 = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global.jQuery));
  5. }(this, (function ($) { 'use strict';
  6. function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
  7. var $__default = /*#__PURE__*/_interopDefaultLegacy($);
  8. var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
  9. function createCommonjsModule(fn, module) {
  10. return module = { exports: {} }, fn(module, module.exports), module.exports;
  11. }
  12. var check = function (it) {
  13. return it && it.Math == Math && it;
  14. };
  15. // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
  16. var global_1 =
  17. // eslint-disable-next-line no-undef
  18. check(typeof globalThis == 'object' && globalThis) ||
  19. check(typeof window == 'object' && window) ||
  20. check(typeof self == 'object' && self) ||
  21. check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
  22. // eslint-disable-next-line no-new-func
  23. (function () { return this; })() || Function('return this')();
  24. var fails = function (exec) {
  25. try {
  26. return !!exec();
  27. } catch (error) {
  28. return true;
  29. }
  30. };
  31. // Thank's IE8 for his funny defineProperty
  32. var descriptors = !fails(function () {
  33. return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
  34. });
  35. var nativePropertyIsEnumerable = {}.propertyIsEnumerable;
  36. var getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
  37. // Nashorn ~ JDK8 bug
  38. var NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);
  39. // `Object.prototype.propertyIsEnumerable` method implementation
  40. // https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable
  41. var f = NASHORN_BUG ? function propertyIsEnumerable(V) {
  42. var descriptor = getOwnPropertyDescriptor(this, V);
  43. return !!descriptor && descriptor.enumerable;
  44. } : nativePropertyIsEnumerable;
  45. var objectPropertyIsEnumerable = {
  46. f: f
  47. };
  48. var createPropertyDescriptor = function (bitmap, value) {
  49. return {
  50. enumerable: !(bitmap & 1),
  51. configurable: !(bitmap & 2),
  52. writable: !(bitmap & 4),
  53. value: value
  54. };
  55. };
  56. var toString = {}.toString;
  57. var classofRaw = function (it) {
  58. return toString.call(it).slice(8, -1);
  59. };
  60. var split = ''.split;
  61. // fallback for non-array-like ES3 and non-enumerable old V8 strings
  62. var indexedObject = fails(function () {
  63. // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
  64. // eslint-disable-next-line no-prototype-builtins
  65. return !Object('z').propertyIsEnumerable(0);
  66. }) ? function (it) {
  67. return classofRaw(it) == 'String' ? split.call(it, '') : Object(it);
  68. } : Object;
  69. // `RequireObjectCoercible` abstract operation
  70. // https://tc39.github.io/ecma262/#sec-requireobjectcoercible
  71. var requireObjectCoercible = function (it) {
  72. if (it == undefined) throw TypeError("Can't call method on " + it);
  73. return it;
  74. };
  75. // toObject with fallback for non-array-like ES3 strings
  76. var toIndexedObject = function (it) {
  77. return indexedObject(requireObjectCoercible(it));
  78. };
  79. var isObject = function (it) {
  80. return typeof it === 'object' ? it !== null : typeof it === 'function';
  81. };
  82. // `ToPrimitive` abstract operation
  83. // https://tc39.github.io/ecma262/#sec-toprimitive
  84. // instead of the ES6 spec version, we didn't implement @@toPrimitive case
  85. // and the second argument - flag - preferred type is a string
  86. var toPrimitive = function (input, PREFERRED_STRING) {
  87. if (!isObject(input)) return input;
  88. var fn, val;
  89. if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
  90. if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;
  91. if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;
  92. throw TypeError("Can't convert object to primitive value");
  93. };
  94. var hasOwnProperty = {}.hasOwnProperty;
  95. var has = function (it, key) {
  96. return hasOwnProperty.call(it, key);
  97. };
  98. var document$1 = global_1.document;
  99. // typeof document.createElement is 'object' in old IE
  100. var EXISTS = isObject(document$1) && isObject(document$1.createElement);
  101. var documentCreateElement = function (it) {
  102. return EXISTS ? document$1.createElement(it) : {};
  103. };
  104. // Thank's IE8 for his funny defineProperty
  105. var ie8DomDefine = !descriptors && !fails(function () {
  106. return Object.defineProperty(documentCreateElement('div'), 'a', {
  107. get: function () { return 7; }
  108. }).a != 7;
  109. });
  110. var nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
  111. // `Object.getOwnPropertyDescriptor` method
  112. // https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor
  113. var f$1 = descriptors ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {
  114. O = toIndexedObject(O);
  115. P = toPrimitive(P, true);
  116. if (ie8DomDefine) try {
  117. return nativeGetOwnPropertyDescriptor(O, P);
  118. } catch (error) { /* empty */ }
  119. if (has(O, P)) return createPropertyDescriptor(!objectPropertyIsEnumerable.f.call(O, P), O[P]);
  120. };
  121. var objectGetOwnPropertyDescriptor = {
  122. f: f$1
  123. };
  124. var anObject = function (it) {
  125. if (!isObject(it)) {
  126. throw TypeError(String(it) + ' is not an object');
  127. } return it;
  128. };
  129. var nativeDefineProperty = Object.defineProperty;
  130. // `Object.defineProperty` method
  131. // https://tc39.github.io/ecma262/#sec-object.defineproperty
  132. var f$2 = descriptors ? nativeDefineProperty : function defineProperty(O, P, Attributes) {
  133. anObject(O);
  134. P = toPrimitive(P, true);
  135. anObject(Attributes);
  136. if (ie8DomDefine) try {
  137. return nativeDefineProperty(O, P, Attributes);
  138. } catch (error) { /* empty */ }
  139. if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');
  140. if ('value' in Attributes) O[P] = Attributes.value;
  141. return O;
  142. };
  143. var objectDefineProperty = {
  144. f: f$2
  145. };
  146. var createNonEnumerableProperty = descriptors ? function (object, key, value) {
  147. return objectDefineProperty.f(object, key, createPropertyDescriptor(1, value));
  148. } : function (object, key, value) {
  149. object[key] = value;
  150. return object;
  151. };
  152. var setGlobal = function (key, value) {
  153. try {
  154. createNonEnumerableProperty(global_1, key, value);
  155. } catch (error) {
  156. global_1[key] = value;
  157. } return value;
  158. };
  159. var SHARED = '__core-js_shared__';
  160. var store = global_1[SHARED] || setGlobal(SHARED, {});
  161. var sharedStore = store;
  162. var functionToString = Function.toString;
  163. // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper
  164. if (typeof sharedStore.inspectSource != 'function') {
  165. sharedStore.inspectSource = function (it) {
  166. return functionToString.call(it);
  167. };
  168. }
  169. var inspectSource = sharedStore.inspectSource;
  170. var WeakMap = global_1.WeakMap;
  171. var nativeWeakMap = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));
  172. var shared = createCommonjsModule(function (module) {
  173. (module.exports = function (key, value) {
  174. return sharedStore[key] || (sharedStore[key] = value !== undefined ? value : {});
  175. })('versions', []).push({
  176. version: '3.8.1',
  177. mode: 'global',
  178. copyright: '© 2020 Denis Pushkarev (zloirock.ru)'
  179. });
  180. });
  181. var id = 0;
  182. var postfix = Math.random();
  183. var uid = function (key) {
  184. return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);
  185. };
  186. var keys = shared('keys');
  187. var sharedKey = function (key) {
  188. return keys[key] || (keys[key] = uid(key));
  189. };
  190. var hiddenKeys = {};
  191. var WeakMap$1 = global_1.WeakMap;
  192. var set, get, has$1;
  193. var enforce = function (it) {
  194. return has$1(it) ? get(it) : set(it, {});
  195. };
  196. var getterFor = function (TYPE) {
  197. return function (it) {
  198. var state;
  199. if (!isObject(it) || (state = get(it)).type !== TYPE) {
  200. throw TypeError('Incompatible receiver, ' + TYPE + ' required');
  201. } return state;
  202. };
  203. };
  204. if (nativeWeakMap) {
  205. var store$1 = sharedStore.state || (sharedStore.state = new WeakMap$1());
  206. var wmget = store$1.get;
  207. var wmhas = store$1.has;
  208. var wmset = store$1.set;
  209. set = function (it, metadata) {
  210. metadata.facade = it;
  211. wmset.call(store$1, it, metadata);
  212. return metadata;
  213. };
  214. get = function (it) {
  215. return wmget.call(store$1, it) || {};
  216. };
  217. has$1 = function (it) {
  218. return wmhas.call(store$1, it);
  219. };
  220. } else {
  221. var STATE = sharedKey('state');
  222. hiddenKeys[STATE] = true;
  223. set = function (it, metadata) {
  224. metadata.facade = it;
  225. createNonEnumerableProperty(it, STATE, metadata);
  226. return metadata;
  227. };
  228. get = function (it) {
  229. return has(it, STATE) ? it[STATE] : {};
  230. };
  231. has$1 = function (it) {
  232. return has(it, STATE);
  233. };
  234. }
  235. var internalState = {
  236. set: set,
  237. get: get,
  238. has: has$1,
  239. enforce: enforce,
  240. getterFor: getterFor
  241. };
  242. var redefine = createCommonjsModule(function (module) {
  243. var getInternalState = internalState.get;
  244. var enforceInternalState = internalState.enforce;
  245. var TEMPLATE = String(String).split('String');
  246. (module.exports = function (O, key, value, options) {
  247. var unsafe = options ? !!options.unsafe : false;
  248. var simple = options ? !!options.enumerable : false;
  249. var noTargetGet = options ? !!options.noTargetGet : false;
  250. var state;
  251. if (typeof value == 'function') {
  252. if (typeof key == 'string' && !has(value, 'name')) {
  253. createNonEnumerableProperty(value, 'name', key);
  254. }
  255. state = enforceInternalState(value);
  256. if (!state.source) {
  257. state.source = TEMPLATE.join(typeof key == 'string' ? key : '');
  258. }
  259. }
  260. if (O === global_1) {
  261. if (simple) O[key] = value;
  262. else setGlobal(key, value);
  263. return;
  264. } else if (!unsafe) {
  265. delete O[key];
  266. } else if (!noTargetGet && O[key]) {
  267. simple = true;
  268. }
  269. if (simple) O[key] = value;
  270. else createNonEnumerableProperty(O, key, value);
  271. // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
  272. })(Function.prototype, 'toString', function toString() {
  273. return typeof this == 'function' && getInternalState(this).source || inspectSource(this);
  274. });
  275. });
  276. var path = global_1;
  277. var aFunction = function (variable) {
  278. return typeof variable == 'function' ? variable : undefined;
  279. };
  280. var getBuiltIn = function (namespace, method) {
  281. return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global_1[namespace])
  282. : path[namespace] && path[namespace][method] || global_1[namespace] && global_1[namespace][method];
  283. };
  284. var ceil = Math.ceil;
  285. var floor = Math.floor;
  286. // `ToInteger` abstract operation
  287. // https://tc39.github.io/ecma262/#sec-tointeger
  288. var toInteger = function (argument) {
  289. return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);
  290. };
  291. var min = Math.min;
  292. // `ToLength` abstract operation
  293. // https://tc39.github.io/ecma262/#sec-tolength
  294. var toLength = function (argument) {
  295. return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
  296. };
  297. var max = Math.max;
  298. var min$1 = Math.min;
  299. // Helper for a popular repeating case of the spec:
  300. // Let integer be ? ToInteger(index).
  301. // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
  302. var toAbsoluteIndex = function (index, length) {
  303. var integer = toInteger(index);
  304. return integer < 0 ? max(integer + length, 0) : min$1(integer, length);
  305. };
  306. // `Array.prototype.{ indexOf, includes }` methods implementation
  307. var createMethod = function (IS_INCLUDES) {
  308. return function ($this, el, fromIndex) {
  309. var O = toIndexedObject($this);
  310. var length = toLength(O.length);
  311. var index = toAbsoluteIndex(fromIndex, length);
  312. var value;
  313. // Array#includes uses SameValueZero equality algorithm
  314. // eslint-disable-next-line no-self-compare
  315. if (IS_INCLUDES && el != el) while (length > index) {
  316. value = O[index++];
  317. // eslint-disable-next-line no-self-compare
  318. if (value != value) return true;
  319. // Array#indexOf ignores holes, Array#includes - not
  320. } else for (;length > index; index++) {
  321. if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
  322. } return !IS_INCLUDES && -1;
  323. };
  324. };
  325. var arrayIncludes = {
  326. // `Array.prototype.includes` method
  327. // https://tc39.github.io/ecma262/#sec-array.prototype.includes
  328. includes: createMethod(true),
  329. // `Array.prototype.indexOf` method
  330. // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
  331. indexOf: createMethod(false)
  332. };
  333. var indexOf = arrayIncludes.indexOf;
  334. var objectKeysInternal = function (object, names) {
  335. var O = toIndexedObject(object);
  336. var i = 0;
  337. var result = [];
  338. var key;
  339. for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);
  340. // Don't enum bug & hidden keys
  341. while (names.length > i) if (has(O, key = names[i++])) {
  342. ~indexOf(result, key) || result.push(key);
  343. }
  344. return result;
  345. };
  346. // IE8- don't enum bug keys
  347. var enumBugKeys = [
  348. 'constructor',
  349. 'hasOwnProperty',
  350. 'isPrototypeOf',
  351. 'propertyIsEnumerable',
  352. 'toLocaleString',
  353. 'toString',
  354. 'valueOf'
  355. ];
  356. var hiddenKeys$1 = enumBugKeys.concat('length', 'prototype');
  357. // `Object.getOwnPropertyNames` method
  358. // https://tc39.github.io/ecma262/#sec-object.getownpropertynames
  359. var f$3 = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
  360. return objectKeysInternal(O, hiddenKeys$1);
  361. };
  362. var objectGetOwnPropertyNames = {
  363. f: f$3
  364. };
  365. var f$4 = Object.getOwnPropertySymbols;
  366. var objectGetOwnPropertySymbols = {
  367. f: f$4
  368. };
  369. // all object keys, includes non-enumerable and symbols
  370. var ownKeys = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {
  371. var keys = objectGetOwnPropertyNames.f(anObject(it));
  372. var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
  373. return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;
  374. };
  375. var copyConstructorProperties = function (target, source) {
  376. var keys = ownKeys(source);
  377. var defineProperty = objectDefineProperty.f;
  378. var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
  379. for (var i = 0; i < keys.length; i++) {
  380. var key = keys[i];
  381. if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));
  382. }
  383. };
  384. var replacement = /#|\.prototype\./;
  385. var isForced = function (feature, detection) {
  386. var value = data[normalize(feature)];
  387. return value == POLYFILL ? true
  388. : value == NATIVE ? false
  389. : typeof detection == 'function' ? fails(detection)
  390. : !!detection;
  391. };
  392. var normalize = isForced.normalize = function (string) {
  393. return String(string).replace(replacement, '.').toLowerCase();
  394. };
  395. var data = isForced.data = {};
  396. var NATIVE = isForced.NATIVE = 'N';
  397. var POLYFILL = isForced.POLYFILL = 'P';
  398. var isForced_1 = isForced;
  399. var getOwnPropertyDescriptor$1 = objectGetOwnPropertyDescriptor.f;
  400. /*
  401. options.target - name of the target object
  402. options.global - target is the global object
  403. options.stat - export as static methods of target
  404. options.proto - export as prototype methods of target
  405. options.real - real prototype method for the `pure` version
  406. options.forced - export even if the native feature is available
  407. options.bind - bind methods to the target, required for the `pure` version
  408. options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
  409. options.unsafe - use the simple assignment of property instead of delete + defineProperty
  410. options.sham - add a flag to not completely full polyfills
  411. options.enumerable - export as enumerable property
  412. options.noTargetGet - prevent calling a getter on target
  413. */
  414. var _export = function (options, source) {
  415. var TARGET = options.target;
  416. var GLOBAL = options.global;
  417. var STATIC = options.stat;
  418. var FORCED, target, key, targetProperty, sourceProperty, descriptor;
  419. if (GLOBAL) {
  420. target = global_1;
  421. } else if (STATIC) {
  422. target = global_1[TARGET] || setGlobal(TARGET, {});
  423. } else {
  424. target = (global_1[TARGET] || {}).prototype;
  425. }
  426. if (target) for (key in source) {
  427. sourceProperty = source[key];
  428. if (options.noTargetGet) {
  429. descriptor = getOwnPropertyDescriptor$1(target, key);
  430. targetProperty = descriptor && descriptor.value;
  431. } else targetProperty = target[key];
  432. FORCED = isForced_1(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
  433. // contained in target
  434. if (!FORCED && targetProperty !== undefined) {
  435. if (typeof sourceProperty === typeof targetProperty) continue;
  436. copyConstructorProperties(sourceProperty, targetProperty);
  437. }
  438. // add a flag to not completely full polyfills
  439. if (options.sham || (targetProperty && targetProperty.sham)) {
  440. createNonEnumerableProperty(sourceProperty, 'sham', true);
  441. }
  442. // extend global
  443. redefine(target, key, sourceProperty, options);
  444. }
  445. };
  446. // `IsArray` abstract operation
  447. // https://tc39.github.io/ecma262/#sec-isarray
  448. var isArray = Array.isArray || function isArray(arg) {
  449. return classofRaw(arg) == 'Array';
  450. };
  451. // `ToObject` abstract operation
  452. // https://tc39.github.io/ecma262/#sec-toobject
  453. var toObject = function (argument) {
  454. return Object(requireObjectCoercible(argument));
  455. };
  456. var createProperty = function (object, key, value) {
  457. var propertyKey = toPrimitive(key);
  458. if (propertyKey in object) objectDefineProperty.f(object, propertyKey, createPropertyDescriptor(0, value));
  459. else object[propertyKey] = value;
  460. };
  461. var nativeSymbol = !!Object.getOwnPropertySymbols && !fails(function () {
  462. // Chrome 38 Symbol has incorrect toString conversion
  463. // eslint-disable-next-line no-undef
  464. return !String(Symbol());
  465. });
  466. var useSymbolAsUid = nativeSymbol
  467. // eslint-disable-next-line no-undef
  468. && !Symbol.sham
  469. // eslint-disable-next-line no-undef
  470. && typeof Symbol.iterator == 'symbol';
  471. var WellKnownSymbolsStore = shared('wks');
  472. var Symbol$1 = global_1.Symbol;
  473. var createWellKnownSymbol = useSymbolAsUid ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid;
  474. var wellKnownSymbol = function (name) {
  475. if (!has(WellKnownSymbolsStore, name)) {
  476. if (nativeSymbol && has(Symbol$1, name)) WellKnownSymbolsStore[name] = Symbol$1[name];
  477. else WellKnownSymbolsStore[name] = createWellKnownSymbol('Symbol.' + name);
  478. } return WellKnownSymbolsStore[name];
  479. };
  480. var SPECIES = wellKnownSymbol('species');
  481. // `ArraySpeciesCreate` abstract operation
  482. // https://tc39.github.io/ecma262/#sec-arrayspeciescreate
  483. var arraySpeciesCreate = function (originalArray, length) {
  484. var C;
  485. if (isArray(originalArray)) {
  486. C = originalArray.constructor;
  487. // cross-realm fallback
  488. if (typeof C == 'function' && (C === Array || isArray(C.prototype))) C = undefined;
  489. else if (isObject(C)) {
  490. C = C[SPECIES];
  491. if (C === null) C = undefined;
  492. }
  493. } return new (C === undefined ? Array : C)(length === 0 ? 0 : length);
  494. };
  495. var engineUserAgent = getBuiltIn('navigator', 'userAgent') || '';
  496. var process = global_1.process;
  497. var versions = process && process.versions;
  498. var v8 = versions && versions.v8;
  499. var match, version;
  500. if (v8) {
  501. match = v8.split('.');
  502. version = match[0] + match[1];
  503. } else if (engineUserAgent) {
  504. match = engineUserAgent.match(/Edge\/(\d+)/);
  505. if (!match || match[1] >= 74) {
  506. match = engineUserAgent.match(/Chrome\/(\d+)/);
  507. if (match) version = match[1];
  508. }
  509. }
  510. var engineV8Version = version && +version;
  511. var SPECIES$1 = wellKnownSymbol('species');
  512. var arrayMethodHasSpeciesSupport = function (METHOD_NAME) {
  513. // We can't use this feature detection in V8 since it causes
  514. // deoptimization and serious performance degradation
  515. // https://github.com/zloirock/core-js/issues/677
  516. return engineV8Version >= 51 || !fails(function () {
  517. var array = [];
  518. var constructor = array.constructor = {};
  519. constructor[SPECIES$1] = function () {
  520. return { foo: 1 };
  521. };
  522. return array[METHOD_NAME](Boolean).foo !== 1;
  523. });
  524. };
  525. var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
  526. var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF;
  527. var MAXIMUM_ALLOWED_INDEX_EXCEEDED = 'Maximum allowed index exceeded';
  528. // We can't use this feature detection in V8 since it causes
  529. // deoptimization and serious performance degradation
  530. // https://github.com/zloirock/core-js/issues/679
  531. var IS_CONCAT_SPREADABLE_SUPPORT = engineV8Version >= 51 || !fails(function () {
  532. var array = [];
  533. array[IS_CONCAT_SPREADABLE] = false;
  534. return array.concat()[0] !== array;
  535. });
  536. var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('concat');
  537. var isConcatSpreadable = function (O) {
  538. if (!isObject(O)) return false;
  539. var spreadable = O[IS_CONCAT_SPREADABLE];
  540. return spreadable !== undefined ? !!spreadable : isArray(O);
  541. };
  542. var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
  543. // `Array.prototype.concat` method
  544. // https://tc39.github.io/ecma262/#sec-array.prototype.concat
  545. // with adding support of @@isConcatSpreadable and @@species
  546. _export({ target: 'Array', proto: true, forced: FORCED }, {
  547. concat: function concat(arg) { // eslint-disable-line no-unused-vars
  548. var O = toObject(this);
  549. var A = arraySpeciesCreate(O, 0);
  550. var n = 0;
  551. var i, k, length, len, E;
  552. for (i = -1, length = arguments.length; i < length; i++) {
  553. E = i === -1 ? O : arguments[i];
  554. if (isConcatSpreadable(E)) {
  555. len = toLength(E.length);
  556. if (n + len > MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
  557. for (k = 0; k < len; k++, n++) if (k in E) createProperty(A, n, E[k]);
  558. } else {
  559. if (n >= MAX_SAFE_INTEGER) throw TypeError(MAXIMUM_ALLOWED_INDEX_EXCEEDED);
  560. createProperty(A, n++, E);
  561. }
  562. }
  563. A.length = n;
  564. return A;
  565. }
  566. });
  567. var aFunction$1 = function (it) {
  568. if (typeof it != 'function') {
  569. throw TypeError(String(it) + ' is not a function');
  570. } return it;
  571. };
  572. // optional / simple context binding
  573. var functionBindContext = function (fn, that, length) {
  574. aFunction$1(fn);
  575. if (that === undefined) return fn;
  576. switch (length) {
  577. case 0: return function () {
  578. return fn.call(that);
  579. };
  580. case 1: return function (a) {
  581. return fn.call(that, a);
  582. };
  583. case 2: return function (a, b) {
  584. return fn.call(that, a, b);
  585. };
  586. case 3: return function (a, b, c) {
  587. return fn.call(that, a, b, c);
  588. };
  589. }
  590. return function (/* ...args */) {
  591. return fn.apply(that, arguments);
  592. };
  593. };
  594. var push = [].push;
  595. // `Array.prototype.{ forEach, map, filter, some, every, find, findIndex, filterOut }` methods implementation
  596. var createMethod$1 = function (TYPE) {
  597. var IS_MAP = TYPE == 1;
  598. var IS_FILTER = TYPE == 2;
  599. var IS_SOME = TYPE == 3;
  600. var IS_EVERY = TYPE == 4;
  601. var IS_FIND_INDEX = TYPE == 6;
  602. var IS_FILTER_OUT = TYPE == 7;
  603. var NO_HOLES = TYPE == 5 || IS_FIND_INDEX;
  604. return function ($this, callbackfn, that, specificCreate) {
  605. var O = toObject($this);
  606. var self = indexedObject(O);
  607. var boundFunction = functionBindContext(callbackfn, that, 3);
  608. var length = toLength(self.length);
  609. var index = 0;
  610. var create = specificCreate || arraySpeciesCreate;
  611. var target = IS_MAP ? create($this, length) : IS_FILTER || IS_FILTER_OUT ? create($this, 0) : undefined;
  612. var value, result;
  613. for (;length > index; index++) if (NO_HOLES || index in self) {
  614. value = self[index];
  615. result = boundFunction(value, index, O);
  616. if (TYPE) {
  617. if (IS_MAP) target[index] = result; // map
  618. else if (result) switch (TYPE) {
  619. case 3: return true; // some
  620. case 5: return value; // find
  621. case 6: return index; // findIndex
  622. case 2: push.call(target, value); // filter
  623. } else switch (TYPE) {
  624. case 4: return false; // every
  625. case 7: push.call(target, value); // filterOut
  626. }
  627. }
  628. }
  629. return IS_FIND_INDEX ? -1 : IS_SOME || IS_EVERY ? IS_EVERY : target;
  630. };
  631. };
  632. var arrayIteration = {
  633. // `Array.prototype.forEach` method
  634. // https://tc39.github.io/ecma262/#sec-array.prototype.foreach
  635. forEach: createMethod$1(0),
  636. // `Array.prototype.map` method
  637. // https://tc39.github.io/ecma262/#sec-array.prototype.map
  638. map: createMethod$1(1),
  639. // `Array.prototype.filter` method
  640. // https://tc39.github.io/ecma262/#sec-array.prototype.filter
  641. filter: createMethod$1(2),
  642. // `Array.prototype.some` method
  643. // https://tc39.github.io/ecma262/#sec-array.prototype.some
  644. some: createMethod$1(3),
  645. // `Array.prototype.every` method
  646. // https://tc39.github.io/ecma262/#sec-array.prototype.every
  647. every: createMethod$1(4),
  648. // `Array.prototype.find` method
  649. // https://tc39.github.io/ecma262/#sec-array.prototype.find
  650. find: createMethod$1(5),
  651. // `Array.prototype.findIndex` method
  652. // https://tc39.github.io/ecma262/#sec-array.prototype.findIndex
  653. findIndex: createMethod$1(6),
  654. // `Array.prototype.filterOut` method
  655. // https://github.com/tc39/proposal-array-filtering
  656. filterOut: createMethod$1(7)
  657. };
  658. var defineProperty = Object.defineProperty;
  659. var cache = {};
  660. var thrower = function (it) { throw it; };
  661. var arrayMethodUsesToLength = function (METHOD_NAME, options) {
  662. if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];
  663. if (!options) options = {};
  664. var method = [][METHOD_NAME];
  665. var ACCESSORS = has(options, 'ACCESSORS') ? options.ACCESSORS : false;
  666. var argument0 = has(options, 0) ? options[0] : thrower;
  667. var argument1 = has(options, 1) ? options[1] : undefined;
  668. return cache[METHOD_NAME] = !!method && !fails(function () {
  669. if (ACCESSORS && !descriptors) return true;
  670. var O = { length: -1 };
  671. if (ACCESSORS) defineProperty(O, 1, { enumerable: true, get: thrower });
  672. else O[1] = 1;
  673. method.call(O, argument0, argument1);
  674. });
  675. };
  676. var $filter = arrayIteration.filter;
  677. var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('filter');
  678. // Edge 14- issue
  679. var USES_TO_LENGTH = arrayMethodUsesToLength('filter');
  680. // `Array.prototype.filter` method
  681. // https://tc39.github.io/ecma262/#sec-array.prototype.filter
  682. // with adding support of @@species
  683. _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT || !USES_TO_LENGTH }, {
  684. filter: function filter(callbackfn /* , thisArg */) {
  685. return $filter(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
  686. }
  687. });
  688. // `Object.keys` method
  689. // https://tc39.github.io/ecma262/#sec-object.keys
  690. var objectKeys = Object.keys || function keys(O) {
  691. return objectKeysInternal(O, enumBugKeys);
  692. };
  693. // `Object.defineProperties` method
  694. // https://tc39.github.io/ecma262/#sec-object.defineproperties
  695. var objectDefineProperties = descriptors ? Object.defineProperties : function defineProperties(O, Properties) {
  696. anObject(O);
  697. var keys = objectKeys(Properties);
  698. var length = keys.length;
  699. var index = 0;
  700. var key;
  701. while (length > index) objectDefineProperty.f(O, key = keys[index++], Properties[key]);
  702. return O;
  703. };
  704. var html = getBuiltIn('document', 'documentElement');
  705. var GT = '>';
  706. var LT = '<';
  707. var PROTOTYPE = 'prototype';
  708. var SCRIPT = 'script';
  709. var IE_PROTO = sharedKey('IE_PROTO');
  710. var EmptyConstructor = function () { /* empty */ };
  711. var scriptTag = function (content) {
  712. return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;
  713. };
  714. // Create object with fake `null` prototype: use ActiveX Object with cleared prototype
  715. var NullProtoObjectViaActiveX = function (activeXDocument) {
  716. activeXDocument.write(scriptTag(''));
  717. activeXDocument.close();
  718. var temp = activeXDocument.parentWindow.Object;
  719. activeXDocument = null; // avoid memory leak
  720. return temp;
  721. };
  722. // Create object with fake `null` prototype: use iframe Object with cleared prototype
  723. var NullProtoObjectViaIFrame = function () {
  724. // Thrash, waste and sodomy: IE GC bug
  725. var iframe = documentCreateElement('iframe');
  726. var JS = 'java' + SCRIPT + ':';
  727. var iframeDocument;
  728. iframe.style.display = 'none';
  729. html.appendChild(iframe);
  730. // https://github.com/zloirock/core-js/issues/475
  731. iframe.src = String(JS);
  732. iframeDocument = iframe.contentWindow.document;
  733. iframeDocument.open();
  734. iframeDocument.write(scriptTag('document.F=Object'));
  735. iframeDocument.close();
  736. return iframeDocument.F;
  737. };
  738. // Check for document.domain and active x support
  739. // No need to use active x approach when document.domain is not set
  740. // see https://github.com/es-shims/es5-shim/issues/150
  741. // variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346
  742. // avoid IE GC bug
  743. var activeXDocument;
  744. var NullProtoObject = function () {
  745. try {
  746. /* global ActiveXObject */
  747. activeXDocument = document.domain && new ActiveXObject('htmlfile');
  748. } catch (error) { /* ignore */ }
  749. NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();
  750. var length = enumBugKeys.length;
  751. while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];
  752. return NullProtoObject();
  753. };
  754. hiddenKeys[IE_PROTO] = true;
  755. // `Object.create` method
  756. // https://tc39.github.io/ecma262/#sec-object.create
  757. var objectCreate = Object.create || function create(O, Properties) {
  758. var result;
  759. if (O !== null) {
  760. EmptyConstructor[PROTOTYPE] = anObject(O);
  761. result = new EmptyConstructor();
  762. EmptyConstructor[PROTOTYPE] = null;
  763. // add "__proto__" for Object.getPrototypeOf polyfill
  764. result[IE_PROTO] = O;
  765. } else result = NullProtoObject();
  766. return Properties === undefined ? result : objectDefineProperties(result, Properties);
  767. };
  768. var UNSCOPABLES = wellKnownSymbol('unscopables');
  769. var ArrayPrototype = Array.prototype;
  770. // Array.prototype[@@unscopables]
  771. // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
  772. if (ArrayPrototype[UNSCOPABLES] == undefined) {
  773. objectDefineProperty.f(ArrayPrototype, UNSCOPABLES, {
  774. configurable: true,
  775. value: objectCreate(null)
  776. });
  777. }
  778. // add a key to Array.prototype[@@unscopables]
  779. var addToUnscopables = function (key) {
  780. ArrayPrototype[UNSCOPABLES][key] = true;
  781. };
  782. var $find = arrayIteration.find;
  783. var FIND = 'find';
  784. var SKIPS_HOLES = true;
  785. var USES_TO_LENGTH$1 = arrayMethodUsesToLength(FIND);
  786. // Shouldn't skip holes
  787. if (FIND in []) Array(1)[FIND](function () { SKIPS_HOLES = false; });
  788. // `Array.prototype.find` method
  789. // https://tc39.github.io/ecma262/#sec-array.prototype.find
  790. _export({ target: 'Array', proto: true, forced: SKIPS_HOLES || !USES_TO_LENGTH$1 }, {
  791. find: function find(callbackfn /* , that = undefined */) {
  792. return $find(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
  793. }
  794. });
  795. // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
  796. addToUnscopables(FIND);
  797. // `FlattenIntoArray` abstract operation
  798. // https://tc39.github.io/proposal-flatMap/#sec-FlattenIntoArray
  799. var flattenIntoArray = function (target, original, source, sourceLen, start, depth, mapper, thisArg) {
  800. var targetIndex = start;
  801. var sourceIndex = 0;
  802. var mapFn = mapper ? functionBindContext(mapper, thisArg, 3) : false;
  803. var element;
  804. while (sourceIndex < sourceLen) {
  805. if (sourceIndex in source) {
  806. element = mapFn ? mapFn(source[sourceIndex], sourceIndex, original) : source[sourceIndex];
  807. if (depth > 0 && isArray(element)) {
  808. targetIndex = flattenIntoArray(target, original, element, toLength(element.length), targetIndex, depth - 1) - 1;
  809. } else {
  810. if (targetIndex >= 0x1FFFFFFFFFFFFF) throw TypeError('Exceed the acceptable array length');
  811. target[targetIndex] = element;
  812. }
  813. targetIndex++;
  814. }
  815. sourceIndex++;
  816. }
  817. return targetIndex;
  818. };
  819. var flattenIntoArray_1 = flattenIntoArray;
  820. // `Array.prototype.flat` method
  821. // https://github.com/tc39/proposal-flatMap
  822. _export({ target: 'Array', proto: true }, {
  823. flat: function flat(/* depthArg = 1 */) {
  824. var depthArg = arguments.length ? arguments[0] : undefined;
  825. var O = toObject(this);
  826. var sourceLen = toLength(O.length);
  827. var A = arraySpeciesCreate(O, 0);
  828. A.length = flattenIntoArray_1(A, O, O, sourceLen, 0, depthArg === undefined ? 1 : toInteger(depthArg));
  829. return A;
  830. }
  831. });
  832. var $includes = arrayIncludes.includes;
  833. var USES_TO_LENGTH$2 = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });
  834. // `Array.prototype.includes` method
  835. // https://tc39.github.io/ecma262/#sec-array.prototype.includes
  836. _export({ target: 'Array', proto: true, forced: !USES_TO_LENGTH$2 }, {
  837. includes: function includes(el /* , fromIndex = 0 */) {
  838. return $includes(this, el, arguments.length > 1 ? arguments[1] : undefined);
  839. }
  840. });
  841. // https://tc39.github.io/ecma262/#sec-array.prototype-@@unscopables
  842. addToUnscopables('includes');
  843. var arrayMethodIsStrict = function (METHOD_NAME, argument) {
  844. var method = [][METHOD_NAME];
  845. return !!method && fails(function () {
  846. // eslint-disable-next-line no-useless-call,no-throw-literal
  847. method.call(null, argument || function () { throw 1; }, 1);
  848. });
  849. };
  850. var $indexOf = arrayIncludes.indexOf;
  851. var nativeIndexOf = [].indexOf;
  852. var NEGATIVE_ZERO = !!nativeIndexOf && 1 / [1].indexOf(1, -0) < 0;
  853. var STRICT_METHOD = arrayMethodIsStrict('indexOf');
  854. var USES_TO_LENGTH$3 = arrayMethodUsesToLength('indexOf', { ACCESSORS: true, 1: 0 });
  855. // `Array.prototype.indexOf` method
  856. // https://tc39.github.io/ecma262/#sec-array.prototype.indexof
  857. _export({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD || !USES_TO_LENGTH$3 }, {
  858. indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
  859. return NEGATIVE_ZERO
  860. // convert -0 to +0
  861. ? nativeIndexOf.apply(this, arguments) || 0
  862. : $indexOf(this, searchElement, arguments.length > 1 ? arguments[1] : undefined);
  863. }
  864. });
  865. var nativeJoin = [].join;
  866. var ES3_STRINGS = indexedObject != Object;
  867. var STRICT_METHOD$1 = arrayMethodIsStrict('join', ',');
  868. // `Array.prototype.join` method
  869. // https://tc39.github.io/ecma262/#sec-array.prototype.join
  870. _export({ target: 'Array', proto: true, forced: ES3_STRINGS || !STRICT_METHOD$1 }, {
  871. join: function join(separator) {
  872. return nativeJoin.call(toIndexedObject(this), separator === undefined ? ',' : separator);
  873. }
  874. });
  875. var $map = arrayIteration.map;
  876. var HAS_SPECIES_SUPPORT$1 = arrayMethodHasSpeciesSupport('map');
  877. // FF49- issue
  878. var USES_TO_LENGTH$4 = arrayMethodUsesToLength('map');
  879. // `Array.prototype.map` method
  880. // https://tc39.github.io/ecma262/#sec-array.prototype.map
  881. // with adding support of @@species
  882. _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$1 || !USES_TO_LENGTH$4 }, {
  883. map: function map(callbackfn /* , thisArg */) {
  884. return $map(this, callbackfn, arguments.length > 1 ? arguments[1] : undefined);
  885. }
  886. });
  887. var HAS_SPECIES_SUPPORT$2 = arrayMethodHasSpeciesSupport('slice');
  888. var USES_TO_LENGTH$5 = arrayMethodUsesToLength('slice', { ACCESSORS: true, 0: 0, 1: 2 });
  889. var SPECIES$2 = wellKnownSymbol('species');
  890. var nativeSlice = [].slice;
  891. var max$1 = Math.max;
  892. // `Array.prototype.slice` method
  893. // https://tc39.github.io/ecma262/#sec-array.prototype.slice
  894. // fallback for not array-like ES3 strings and DOM objects
  895. _export({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT$2 || !USES_TO_LENGTH$5 }, {
  896. slice: function slice(start, end) {
  897. var O = toIndexedObject(this);
  898. var length = toLength(O.length);
  899. var k = toAbsoluteIndex(start, length);
  900. var fin = toAbsoluteIndex(end === undefined ? length : end, length);
  901. // inline `ArraySpeciesCreate` for usage native `Array#slice` where it's possible
  902. var Constructor, result, n;
  903. if (isArray(O)) {
  904. Constructor = O.constructor;
  905. // cross-realm fallback
  906. if (typeof Constructor == 'function' && (Constructor === Array || isArray(Constructor.prototype))) {
  907. Constructor = undefined;
  908. } else if (isObject(Constructor)) {
  909. Constructor = Constructor[SPECIES$2];
  910. if (Constructor === null) Constructor = undefined;
  911. }
  912. if (Constructor === Array || Constructor === undefined) {
  913. return nativeSlice.call(O, k, fin);
  914. }
  915. }
  916. result = new (Constructor === undefined ? Array : Constructor)(max$1(fin - k, 0));
  917. for (n = 0; k < fin; k++, n++) if (k in O) createProperty(result, n, O[k]);
  918. result.length = n;
  919. return result;
  920. }
  921. });
  922. var test = [];
  923. var nativeSort = test.sort;
  924. // IE8-
  925. var FAILS_ON_UNDEFINED = fails(function () {
  926. test.sort(undefined);
  927. });
  928. // V8 bug
  929. var FAILS_ON_NULL = fails(function () {
  930. test.sort(null);
  931. });
  932. // Old WebKit
  933. var STRICT_METHOD$2 = arrayMethodIsStrict('sort');
  934. var FORCED$1 = FAILS_ON_UNDEFINED || !FAILS_ON_NULL || !STRICT_METHOD$2;
  935. // `Array.prototype.sort` method
  936. // https://tc39.github.io/ecma262/#sec-array.prototype.sort
  937. _export({ target: 'Array', proto: true, forced: FORCED$1 }, {
  938. sort: function sort(comparefn) {
  939. return comparefn === undefined
  940. ? nativeSort.call(toObject(this))
  941. : nativeSort.call(toObject(this), aFunction$1(comparefn));
  942. }
  943. });
  944. // this method was added to unscopables after implementation
  945. // in popular engines, so it's moved to a separate module
  946. addToUnscopables('flat');
  947. var nativeAssign = Object.assign;
  948. var defineProperty$1 = Object.defineProperty;
  949. // `Object.assign` method
  950. // https://tc39.github.io/ecma262/#sec-object.assign
  951. var objectAssign = !nativeAssign || fails(function () {
  952. // should have correct order of operations (Edge bug)
  953. if (descriptors && nativeAssign({ b: 1 }, nativeAssign(defineProperty$1({}, 'a', {
  954. enumerable: true,
  955. get: function () {
  956. defineProperty$1(this, 'b', {
  957. value: 3,
  958. enumerable: false
  959. });
  960. }
  961. }), { b: 2 })).b !== 1) return true;
  962. // should work with symbols and should have deterministic property order (V8 bug)
  963. var A = {};
  964. var B = {};
  965. // eslint-disable-next-line no-undef
  966. var symbol = Symbol();
  967. var alphabet = 'abcdefghijklmnopqrst';
  968. A[symbol] = 7;
  969. alphabet.split('').forEach(function (chr) { B[chr] = chr; });
  970. return nativeAssign({}, A)[symbol] != 7 || objectKeys(nativeAssign({}, B)).join('') != alphabet;
  971. }) ? function assign(target, source) { // eslint-disable-line no-unused-vars
  972. var T = toObject(target);
  973. var argumentsLength = arguments.length;
  974. var index = 1;
  975. var getOwnPropertySymbols = objectGetOwnPropertySymbols.f;
  976. var propertyIsEnumerable = objectPropertyIsEnumerable.f;
  977. while (argumentsLength > index) {
  978. var S = indexedObject(arguments[index++]);
  979. var keys = getOwnPropertySymbols ? objectKeys(S).concat(getOwnPropertySymbols(S)) : objectKeys(S);
  980. var length = keys.length;
  981. var j = 0;
  982. var key;
  983. while (length > j) {
  984. key = keys[j++];
  985. if (!descriptors || propertyIsEnumerable.call(S, key)) T[key] = S[key];
  986. }
  987. } return T;
  988. } : nativeAssign;
  989. // `Object.assign` method
  990. // https://tc39.github.io/ecma262/#sec-object.assign
  991. _export({ target: 'Object', stat: true, forced: Object.assign !== objectAssign }, {
  992. assign: objectAssign
  993. });
  994. function _classCallCheck(instance, Constructor) {
  995. if (!(instance instanceof Constructor)) {
  996. throw new TypeError("Cannot call a class as a function");
  997. }
  998. }
  999. function _defineProperties(target, props) {
  1000. for (var i = 0; i < props.length; i++) {
  1001. var descriptor = props[i];
  1002. descriptor.enumerable = descriptor.enumerable || false;
  1003. descriptor.configurable = true;
  1004. if ("value" in descriptor) descriptor.writable = true;
  1005. Object.defineProperty(target, descriptor.key, descriptor);
  1006. }
  1007. }
  1008. function _createClass(Constructor, protoProps, staticProps) {
  1009. if (protoProps) _defineProperties(Constructor.prototype, protoProps);
  1010. if (staticProps) _defineProperties(Constructor, staticProps);
  1011. return Constructor;
  1012. }
  1013. function _inherits(subClass, superClass) {
  1014. if (typeof superClass !== "function" && superClass !== null) {
  1015. throw new TypeError("Super expression must either be null or a function");
  1016. }
  1017. subClass.prototype = Object.create(superClass && superClass.prototype, {
  1018. constructor: {
  1019. value: subClass,
  1020. writable: true,
  1021. configurable: true
  1022. }
  1023. });
  1024. if (superClass) _setPrototypeOf(subClass, superClass);
  1025. }
  1026. function _getPrototypeOf(o) {
  1027. _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
  1028. return o.__proto__ || Object.getPrototypeOf(o);
  1029. };
  1030. return _getPrototypeOf(o);
  1031. }
  1032. function _setPrototypeOf(o, p) {
  1033. _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) {
  1034. o.__proto__ = p;
  1035. return o;
  1036. };
  1037. return _setPrototypeOf(o, p);
  1038. }
  1039. function _isNativeReflectConstruct() {
  1040. if (typeof Reflect === "undefined" || !Reflect.construct) return false;
  1041. if (Reflect.construct.sham) return false;
  1042. if (typeof Proxy === "function") return true;
  1043. try {
  1044. Date.prototype.toString.call(Reflect.construct(Date, [], function () {}));
  1045. return true;
  1046. } catch (e) {
  1047. return false;
  1048. }
  1049. }
  1050. function _assertThisInitialized(self) {
  1051. if (self === void 0) {
  1052. throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
  1053. }
  1054. return self;
  1055. }
  1056. function _possibleConstructorReturn(self, call) {
  1057. if (call && (typeof call === "object" || typeof call === "function")) {
  1058. return call;
  1059. }
  1060. return _assertThisInitialized(self);
  1061. }
  1062. function _createSuper(Derived) {
  1063. var hasNativeReflectConstruct = _isNativeReflectConstruct();
  1064. return function _createSuperInternal() {
  1065. var Super = _getPrototypeOf(Derived),
  1066. result;
  1067. if (hasNativeReflectConstruct) {
  1068. var NewTarget = _getPrototypeOf(this).constructor;
  1069. result = Reflect.construct(Super, arguments, NewTarget);
  1070. } else {
  1071. result = Super.apply(this, arguments);
  1072. }
  1073. return _possibleConstructorReturn(this, result);
  1074. };
  1075. }
  1076. function _superPropBase(object, property) {
  1077. while (!Object.prototype.hasOwnProperty.call(object, property)) {
  1078. object = _getPrototypeOf(object);
  1079. if (object === null) break;
  1080. }
  1081. return object;
  1082. }
  1083. function _get(target, property, receiver) {
  1084. if (typeof Reflect !== "undefined" && Reflect.get) {
  1085. _get = Reflect.get;
  1086. } else {
  1087. _get = function _get(target, property, receiver) {
  1088. var base = _superPropBase(target, property);
  1089. if (!base) return;
  1090. var desc = Object.getOwnPropertyDescriptor(base, property);
  1091. if (desc.get) {
  1092. return desc.get.call(receiver);
  1093. }
  1094. return desc.value;
  1095. };
  1096. }
  1097. return _get(target, property, receiver || target);
  1098. }
  1099. function _unsupportedIterableToArray(o, minLen) {
  1100. if (!o) return;
  1101. if (typeof o === "string") return _arrayLikeToArray(o, minLen);
  1102. var n = Object.prototype.toString.call(o).slice(8, -1);
  1103. if (n === "Object" && o.constructor) n = o.constructor.name;
  1104. if (n === "Map" || n === "Set") return Array.from(o);
  1105. if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen);
  1106. }
  1107. function _arrayLikeToArray(arr, len) {
  1108. if (len == null || len > arr.length) len = arr.length;
  1109. for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];
  1110. return arr2;
  1111. }
  1112. function _createForOfIteratorHelper(o, allowArrayLike) {
  1113. var it;
  1114. if (typeof Symbol === "undefined" || o[Symbol.iterator] == null) {
  1115. if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") {
  1116. if (it) o = it;
  1117. var i = 0;
  1118. var F = function () {};
  1119. return {
  1120. s: F,
  1121. n: function () {
  1122. if (i >= o.length) return {
  1123. done: true
  1124. };
  1125. return {
  1126. done: false,
  1127. value: o[i++]
  1128. };
  1129. },
  1130. e: function (e) {
  1131. throw e;
  1132. },
  1133. f: F
  1134. };
  1135. }
  1136. throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
  1137. }
  1138. var normalCompletion = true,
  1139. didErr = false,
  1140. err;
  1141. return {
  1142. s: function () {
  1143. it = o[Symbol.iterator]();
  1144. },
  1145. n: function () {
  1146. var step = it.next();
  1147. normalCompletion = step.done;
  1148. return step;
  1149. },
  1150. e: function (e) {
  1151. didErr = true;
  1152. err = e;
  1153. },
  1154. f: function () {
  1155. try {
  1156. if (!normalCompletion && it.return != null) it.return();
  1157. } finally {
  1158. if (didErr) throw err;
  1159. }
  1160. }
  1161. };
  1162. }
  1163. /**
  1164. * @update zhixin wen <wenzhixin2010@gmail.com>
  1165. */
  1166. var Utils = $__default['default'].fn.bootstrapTable.utils;
  1167. function printPageBuilderDefault(table) {
  1168. return "\n <html>\n <head>\n <style type=\"text/css\" media=\"print\">\n @page {\n size: auto;\n margin: 25px 0 25px 0;\n }\n </style>\n <style type=\"text/css\" media=\"all\">\n table {\n border-collapse: collapse;\n font-size: 12px;\n }\n table, th, td {\n border: 1px solid grey;\n }\n th, td {\n text-align: center;\n vertical-align: middle;\n }\n p {\n font-weight: bold;\n margin-left:20px;\n }\n table {\n width:94%;\n margin-left:3%;\n margin-right:3%;\n }\n div.bs-table-print {\n text-align:center;\n }\n </style>\n </head>\n <title>Print Table</title>\n <body>\n <p>Printed on: ".concat(new Date(), " </p>\n <div class=\"bs-table-print\">").concat(table, "</div>\n </body>\n </html>");
  1169. }
  1170. $__default['default'].extend($__default['default'].fn.bootstrapTable.locales, {
  1171. formatPrint: function formatPrint() {
  1172. return 'Print';
  1173. }
  1174. });
  1175. $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, $__default['default'].fn.bootstrapTable.locales);
  1176. $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults, {
  1177. showPrint: false,
  1178. printAsFilteredAndSortedOnUI: true,
  1179. printSortColumn: undefined,
  1180. printSortOrder: 'asc',
  1181. printPageBuilder: function printPageBuilder(table) {
  1182. return printPageBuilderDefault(table);
  1183. }
  1184. });
  1185. $__default['default'].extend($__default['default'].fn.bootstrapTable.COLUMN_DEFAULTS, {
  1186. printFilter: undefined,
  1187. printIgnore: false,
  1188. printFormatter: undefined
  1189. });
  1190. $__default['default'].extend($__default['default'].fn.bootstrapTable.defaults.icons, {
  1191. print: {
  1192. bootstrap3: 'glyphicon-print icon-share',
  1193. 'bootstrap-table': 'icon-printer'
  1194. }[$__default['default'].fn.bootstrapTable.theme] || 'fa-print'
  1195. });
  1196. $__default['default'].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
  1197. _inherits(_class, _$$BootstrapTable);
  1198. var _super = _createSuper(_class);
  1199. function _class() {
  1200. _classCallCheck(this, _class);
  1201. return _super.apply(this, arguments);
  1202. }
  1203. _createClass(_class, [{
  1204. key: "init",
  1205. value: function init() {
  1206. var _get2;
  1207. for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
  1208. args[_key] = arguments[_key];
  1209. }
  1210. (_get2 = _get(_getPrototypeOf(_class.prototype), "init", this)).call.apply(_get2, [this].concat(args));
  1211. if (!this.options.showPrint) {
  1212. return;
  1213. }
  1214. this.mergedCells = [];
  1215. }
  1216. }, {
  1217. key: "initToolbar",
  1218. value: function initToolbar() {
  1219. var _this = this,
  1220. _get3;
  1221. this.showToolbar = this.showToolbar || this.options.showPrint;
  1222. if (this.options.showPrint) {
  1223. this.buttons = Object.assign(this.buttons, {
  1224. print: {
  1225. text: this.options.formatPrint(),
  1226. icon: this.options.icons.print,
  1227. event: function event() {
  1228. _this.doPrint(_this.options.printAsFilteredAndSortedOnUI ? _this.getData() : _this.options.data.slice(0));
  1229. },
  1230. attributes: {
  1231. 'aria-label': this.options.formatPrint(),
  1232. title: this.options.formatPrint()
  1233. }
  1234. }
  1235. });
  1236. }
  1237. for (var _len2 = arguments.length, args = new Array(_len2), _key2 = 0; _key2 < _len2; _key2++) {
  1238. args[_key2] = arguments[_key2];
  1239. }
  1240. (_get3 = _get(_getPrototypeOf(_class.prototype), "initToolbar", this)).call.apply(_get3, [this].concat(args));
  1241. }
  1242. }, {
  1243. key: "mergeCells",
  1244. value: function mergeCells(options) {
  1245. _get(_getPrototypeOf(_class.prototype), "mergeCells", this).call(this, options);
  1246. if (!this.options.showPrint) {
  1247. return;
  1248. }
  1249. var col = this.getVisibleFields().indexOf(options.field);
  1250. if (Utils.hasDetailViewIcon(this.options)) {
  1251. col += 1;
  1252. }
  1253. this.mergedCells.push({
  1254. row: options.index,
  1255. col: col,
  1256. rowspan: options.rowspan || 1,
  1257. colspan: options.colspan || 1
  1258. });
  1259. }
  1260. }, {
  1261. key: "doPrint",
  1262. value: function doPrint(data) {
  1263. var _this2 = this;
  1264. var formatValue = function formatValue(row, i, column) {
  1265. var value = Utils.calculateObjectValue(column, column.printFormatter, [row[column.field], row, i], row[column.field]);
  1266. return typeof value === 'undefined' || value === null ? _this2.options.undefinedText : value;
  1267. };
  1268. var buildTable = function buildTable(data, columnsArray) {
  1269. var dir = _this2.$el.attr('dir') || 'ltr';
  1270. var html = ["<table dir=\"".concat(dir, "\"><thead>")];
  1271. var _iterator = _createForOfIteratorHelper(columnsArray),
  1272. _step;
  1273. try {
  1274. for (_iterator.s(); !(_step = _iterator.n()).done;) {
  1275. var _columns2 = _step.value;
  1276. html.push('<tr>');
  1277. for (var _h = 0; _h < _columns2.length; _h++) {
  1278. if (!_columns2[_h].printIgnore) {
  1279. html.push("<th\n ".concat(Utils.sprintf(' rowspan="%s"', _columns2[_h].rowspan), "\n ").concat(Utils.sprintf(' colspan="%s"', _columns2[_h].colspan), "\n >").concat(_columns2[_h].title, "</th>"));
  1280. }
  1281. }
  1282. html.push('</tr>');
  1283. }
  1284. } catch (err) {
  1285. _iterator.e(err);
  1286. } finally {
  1287. _iterator.f();
  1288. }
  1289. html.push('</thead><tbody>');
  1290. var dontRender = [];
  1291. if (_this2.mergedCells) {
  1292. for (var mc = 0; mc < _this2.mergedCells.length; mc++) {
  1293. var currentMergedCell = _this2.mergedCells[mc];
  1294. for (var rs = 0; rs < currentMergedCell.rowspan; rs++) {
  1295. var row = currentMergedCell.row + rs;
  1296. for (var cs = 0; cs < currentMergedCell.colspan; cs++) {
  1297. var col = currentMergedCell.col + cs;
  1298. dontRender.push("".concat(row, ",").concat(col));
  1299. }
  1300. }
  1301. }
  1302. }
  1303. for (var i = 0; i < data.length; i++) {
  1304. html.push('<tr>');
  1305. var columns = columnsArray.flat(1);
  1306. columns.sort(function (c1, c2) {
  1307. return c1.colspanIndex - c2.colspanIndex;
  1308. });
  1309. for (var j = 0; j < columns.length; j++) {
  1310. if (columns[j].colspanGroup > 0) continue;
  1311. var rowspan = 0;
  1312. var colspan = 0;
  1313. if (_this2.mergedCells) {
  1314. for (var _mc = 0; _mc < _this2.mergedCells.length; _mc++) {
  1315. var _currentMergedCell = _this2.mergedCells[_mc];
  1316. if (_currentMergedCell.col === j && _currentMergedCell.row === i) {
  1317. rowspan = _currentMergedCell.rowspan;
  1318. colspan = _currentMergedCell.colspan;
  1319. }
  1320. }
  1321. }
  1322. if (!columns[j].printIgnore && columns[j].field && (!dontRender.includes("".concat(i, ",").concat(j)) || rowspan > 0 && colspan > 0)) {
  1323. if (rowspan > 0 && colspan > 0) {
  1324. html.push("<td ".concat(Utils.sprintf(' rowspan="%s"', rowspan), " ").concat(Utils.sprintf(' colspan="%s"', colspan), ">"), formatValue(data[i], i, columns[j]), '</td>');
  1325. } else {
  1326. html.push('<td>', formatValue(data[i], i, columns[j]), '</td>');
  1327. }
  1328. }
  1329. }
  1330. html.push('</tr>');
  1331. }
  1332. html.push('</tbody>');
  1333. if (_this2.options.showFooter) {
  1334. html.push('<footer><tr>');
  1335. var _iterator2 = _createForOfIteratorHelper(columnsArray),
  1336. _step2;
  1337. try {
  1338. for (_iterator2.s(); !(_step2 = _iterator2.n()).done;) {
  1339. var _columns = _step2.value;
  1340. for (var h = 0; h < _columns.length; h++) {
  1341. if (!_columns[h].printIgnore) {
  1342. var footerData = Utils.trToData(_columns, _this2.$el.find('>tfoot>tr'));
  1343. var footerValue = Utils.calculateObjectValue(_columns[h], _columns[h].footerFormatter, [data], footerData[0] && footerData[0][_columns[h].field] || '');
  1344. html.push("<th>".concat(footerValue, "</th>"));
  1345. }
  1346. }
  1347. }
  1348. } catch (err) {
  1349. _iterator2.e(err);
  1350. } finally {
  1351. _iterator2.f();
  1352. }
  1353. html.push('</tr></footer>');
  1354. }
  1355. html.push('</table>');
  1356. return html.join('');
  1357. };
  1358. var sortRows = function sortRows(data, colName, sortOrder) {
  1359. if (!colName) {
  1360. return data;
  1361. }
  1362. var reverse = sortOrder !== 'asc';
  1363. reverse = -(+reverse || -1);
  1364. return data.sort(function (a, b) {
  1365. return reverse * a[colName].localeCompare(b[colName]);
  1366. });
  1367. };
  1368. var filterRow = function filterRow(row, filters) {
  1369. for (var index = 0; index < filters.length; ++index) {
  1370. if (row[filters[index].colName] !== filters[index].value) {
  1371. return false;
  1372. }
  1373. }
  1374. return true;
  1375. };
  1376. var filterRows = function filterRows(data, filters) {
  1377. return data.filter(function (row) {
  1378. return filterRow(row, filters);
  1379. });
  1380. };
  1381. var getColumnFilters = function getColumnFilters(columns) {
  1382. return !columns || !columns[0] ? [] : columns[0].filter(function (col) {
  1383. return col.printFilter;
  1384. }).map(function (col) {
  1385. return {
  1386. colName: col.field,
  1387. value: col.printFilter
  1388. };
  1389. });
  1390. };
  1391. data = filterRows(data, getColumnFilters(this.options.columns));
  1392. data = sortRows(data, this.options.printSortColumn, this.options.printSortOrder);
  1393. var table = buildTable(data, this.options.columns);
  1394. var newWin = window.open('');
  1395. newWin.document.write(this.options.printPageBuilder.call(this, table));
  1396. newWin.document.close();
  1397. newWin.focus();
  1398. newWin.print();
  1399. newWin.close();
  1400. }
  1401. }]);
  1402. return _class;
  1403. }($__default['default'].BootstrapTable);
  1404. })));