bootstrap-table-reorder-rows.js 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635
  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 ($$3) { 'use strict';
  6. function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
  7. var $__default = /*#__PURE__*/_interopDefaultLegacy($$3);
  8. function _classCallCheck(instance, Constructor) {
  9. if (!(instance instanceof Constructor)) {
  10. throw new TypeError("Cannot call a class as a function");
  11. }
  12. }
  13. function _defineProperties(target, props) {
  14. for (var i = 0; i < props.length; i++) {
  15. var descriptor = props[i];
  16. descriptor.enumerable = descriptor.enumerable || false;
  17. descriptor.configurable = true;
  18. if ("value" in descriptor) descriptor.writable = true;
  19. Object.defineProperty(target, descriptor.key, descriptor);
  20. }
  21. }
  22. function _createClass(Constructor, protoProps, staticProps) {
  23. if (protoProps) _defineProperties(Constructor.prototype, protoProps);
  24. if (staticProps) _defineProperties(Constructor, staticProps);
  25. Object.defineProperty(Constructor, "prototype", {
  26. writable: false
  27. });
  28. return Constructor;
  29. }
  30. function _inherits(subClass, superClass) {
  31. if (typeof superClass !== "function" && superClass !== null) {
  32. throw new TypeError("Super expression must either be null or a function");
  33. }
  34. subClass.prototype = Object.create(superClass && superClass.prototype, {
  35. constructor: {
  36. value: subClass,
  37. writable: true,
  38. configurable: true
  39. }
  40. });
  41. Object.defineProperty(subClass, "prototype", {
  42. writable: false
  43. });
  44. if (superClass) _setPrototypeOf(subClass, superClass);
  45. }
  46. function _getPrototypeOf(o) {
  47. _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
  48. return o.__proto__ || Object.getPrototypeOf(o);
  49. };
  50. return _getPrototypeOf(o);
  51. }
  52. function _setPrototypeOf(o, p) {
  53. _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
  54. o.__proto__ = p;
  55. return o;
  56. };
  57. return _setPrototypeOf(o, p);
  58. }
  59. function _isNativeReflectConstruct() {
  60. if (typeof Reflect === "undefined" || !Reflect.construct) return false;
  61. if (Reflect.construct.sham) return false;
  62. if (typeof Proxy === "function") return true;
  63. try {
  64. Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
  65. return true;
  66. } catch (e) {
  67. return false;
  68. }
  69. }
  70. function _assertThisInitialized(self) {
  71. if (self === void 0) {
  72. throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
  73. }
  74. return self;
  75. }
  76. function _possibleConstructorReturn(self, call) {
  77. if (call && (typeof call === "object" || typeof call === "function")) {
  78. return call;
  79. } else if (call !== void 0) {
  80. throw new TypeError("Derived constructors may only return object or undefined");
  81. }
  82. return _assertThisInitialized(self);
  83. }
  84. function _createSuper(Derived) {
  85. var hasNativeReflectConstruct = _isNativeReflectConstruct();
  86. return function _createSuperInternal() {
  87. var Super = _getPrototypeOf(Derived),
  88. result;
  89. if (hasNativeReflectConstruct) {
  90. var NewTarget = _getPrototypeOf(this).constructor;
  91. result = Reflect.construct(Super, arguments, NewTarget);
  92. } else {
  93. result = Super.apply(this, arguments);
  94. }
  95. return _possibleConstructorReturn(this, result);
  96. };
  97. }
  98. function _superPropBase(object, property) {
  99. while (!Object.prototype.hasOwnProperty.call(object, property)) {
  100. object = _getPrototypeOf(object);
  101. if (object === null) break;
  102. }
  103. return object;
  104. }
  105. function _get() {
  106. if (typeof Reflect !== "undefined" && Reflect.get) {
  107. _get = Reflect.get.bind();
  108. } else {
  109. _get = function _get(target, property, receiver) {
  110. var base = _superPropBase(target, property);
  111. if (!base) return;
  112. var desc = Object.getOwnPropertyDescriptor(base, property);
  113. if (desc.get) {
  114. return desc.get.call(arguments.length < 3 ? target : receiver);
  115. }
  116. return desc.value;
  117. };
  118. }
  119. return _get.apply(this, arguments);
  120. }
  121. var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
  122. var check = function (it) {
  123. return it && it.Math == Math && it;
  124. };
  125. // https://github.com/zloirock/core-js/issues/86#issuecomment-115759028
  126. var global$a =
  127. // eslint-disable-next-line es-x/no-global-this -- safe
  128. check(typeof globalThis == 'object' && globalThis) ||
  129. check(typeof window == 'object' && window) ||
  130. // eslint-disable-next-line no-restricted-globals -- safe
  131. check(typeof self == 'object' && self) ||
  132. check(typeof commonjsGlobal == 'object' && commonjsGlobal) ||
  133. // eslint-disable-next-line no-new-func -- fallback
  134. (function () { return this; })() || Function('return this')();
  135. var objectGetOwnPropertyDescriptor = {};
  136. var fails$c = function (exec) {
  137. try {
  138. return !!exec();
  139. } catch (error) {
  140. return true;
  141. }
  142. };
  143. var fails$b = fails$c;
  144. // Detect IE8's incomplete defineProperty implementation
  145. var descriptors = !fails$b(function () {
  146. // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
  147. return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;
  148. });
  149. var fails$a = fails$c;
  150. var functionBindNative = !fails$a(function () {
  151. // eslint-disable-next-line es-x/no-function-prototype-bind -- safe
  152. var test = (function () { /* empty */ }).bind();
  153. // eslint-disable-next-line no-prototype-builtins -- safe
  154. return typeof test != 'function' || test.hasOwnProperty('prototype');
  155. });
  156. var NATIVE_BIND$1 = functionBindNative;
  157. var call$4 = Function.prototype.call;
  158. var functionCall = NATIVE_BIND$1 ? call$4.bind(call$4) : function () {
  159. return call$4.apply(call$4, arguments);
  160. };
  161. var objectPropertyIsEnumerable = {};
  162. var $propertyIsEnumerable = {}.propertyIsEnumerable;
  163. // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
  164. var getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
  165. // Nashorn ~ JDK8 bug
  166. var NASHORN_BUG = getOwnPropertyDescriptor$1 && !$propertyIsEnumerable.call({ 1: 2 }, 1);
  167. // `Object.prototype.propertyIsEnumerable` method implementation
  168. // https://tc39.es/ecma262/#sec-object.prototype.propertyisenumerable
  169. objectPropertyIsEnumerable.f = NASHORN_BUG ? function propertyIsEnumerable(V) {
  170. var descriptor = getOwnPropertyDescriptor$1(this, V);
  171. return !!descriptor && descriptor.enumerable;
  172. } : $propertyIsEnumerable;
  173. var createPropertyDescriptor$3 = function (bitmap, value) {
  174. return {
  175. enumerable: !(bitmap & 1),
  176. configurable: !(bitmap & 2),
  177. writable: !(bitmap & 4),
  178. value: value
  179. };
  180. };
  181. var NATIVE_BIND = functionBindNative;
  182. var FunctionPrototype$1 = Function.prototype;
  183. var bind = FunctionPrototype$1.bind;
  184. var call$3 = FunctionPrototype$1.call;
  185. var uncurryThis$b = NATIVE_BIND && bind.bind(call$3, call$3);
  186. var functionUncurryThis = NATIVE_BIND ? function (fn) {
  187. return fn && uncurryThis$b(fn);
  188. } : function (fn) {
  189. return fn && function () {
  190. return call$3.apply(fn, arguments);
  191. };
  192. };
  193. var uncurryThis$a = functionUncurryThis;
  194. var toString$1 = uncurryThis$a({}.toString);
  195. var stringSlice = uncurryThis$a(''.slice);
  196. var classofRaw$1 = function (it) {
  197. return stringSlice(toString$1(it), 8, -1);
  198. };
  199. var uncurryThis$9 = functionUncurryThis;
  200. var fails$9 = fails$c;
  201. var classof$3 = classofRaw$1;
  202. var $Object$3 = Object;
  203. var split = uncurryThis$9(''.split);
  204. // fallback for non-array-like ES3 and non-enumerable old V8 strings
  205. var indexedObject = fails$9(function () {
  206. // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346
  207. // eslint-disable-next-line no-prototype-builtins -- safe
  208. return !$Object$3('z').propertyIsEnumerable(0);
  209. }) ? function (it) {
  210. return classof$3(it) == 'String' ? split(it, '') : $Object$3(it);
  211. } : $Object$3;
  212. var $TypeError$7 = TypeError;
  213. // `RequireObjectCoercible` abstract operation
  214. // https://tc39.es/ecma262/#sec-requireobjectcoercible
  215. var requireObjectCoercible$2 = function (it) {
  216. if (it == undefined) throw $TypeError$7("Can't call method on " + it);
  217. return it;
  218. };
  219. // toObject with fallback for non-array-like ES3 strings
  220. var IndexedObject = indexedObject;
  221. var requireObjectCoercible$1 = requireObjectCoercible$2;
  222. var toIndexedObject$3 = function (it) {
  223. return IndexedObject(requireObjectCoercible$1(it));
  224. };
  225. // `IsCallable` abstract operation
  226. // https://tc39.es/ecma262/#sec-iscallable
  227. var isCallable$c = function (argument) {
  228. return typeof argument == 'function';
  229. };
  230. var isCallable$b = isCallable$c;
  231. var isObject$7 = function (it) {
  232. return typeof it == 'object' ? it !== null : isCallable$b(it);
  233. };
  234. var global$9 = global$a;
  235. var isCallable$a = isCallable$c;
  236. var aFunction = function (argument) {
  237. return isCallable$a(argument) ? argument : undefined;
  238. };
  239. var getBuiltIn$4 = function (namespace, method) {
  240. return arguments.length < 2 ? aFunction(global$9[namespace]) : global$9[namespace] && global$9[namespace][method];
  241. };
  242. var uncurryThis$8 = functionUncurryThis;
  243. var objectIsPrototypeOf = uncurryThis$8({}.isPrototypeOf);
  244. var getBuiltIn$3 = getBuiltIn$4;
  245. var engineUserAgent = getBuiltIn$3('navigator', 'userAgent') || '';
  246. var global$8 = global$a;
  247. var userAgent = engineUserAgent;
  248. var process = global$8.process;
  249. var Deno = global$8.Deno;
  250. var versions = process && process.versions || Deno && Deno.version;
  251. var v8 = versions && versions.v8;
  252. var match, version;
  253. if (v8) {
  254. match = v8.split('.');
  255. // in old Chrome, versions of V8 isn't V8 = Chrome / 10
  256. // but their correct versions are not interesting for us
  257. version = match[0] > 0 && match[0] < 4 ? 1 : +(match[0] + match[1]);
  258. }
  259. // BrowserFS NodeJS `process` polyfill incorrectly set `.v8` to `0.0`
  260. // so check `userAgent` even if `.v8` exists, but 0
  261. if (!version && userAgent) {
  262. match = userAgent.match(/Edge\/(\d+)/);
  263. if (!match || match[1] >= 74) {
  264. match = userAgent.match(/Chrome\/(\d+)/);
  265. if (match) version = +match[1];
  266. }
  267. }
  268. var engineV8Version = version;
  269. /* eslint-disable es-x/no-symbol -- required for testing */
  270. var V8_VERSION$2 = engineV8Version;
  271. var fails$8 = fails$c;
  272. // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- required for testing
  273. var nativeSymbol = !!Object.getOwnPropertySymbols && !fails$8(function () {
  274. var symbol = Symbol();
  275. // Chrome 38 Symbol has incorrect toString conversion
  276. // `get-own-property-symbols` polyfill symbols converted to object are not Symbol instances
  277. return !String(symbol) || !(Object(symbol) instanceof Symbol) ||
  278. // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
  279. !Symbol.sham && V8_VERSION$2 && V8_VERSION$2 < 41;
  280. });
  281. /* eslint-disable es-x/no-symbol -- required for testing */
  282. var NATIVE_SYMBOL$1 = nativeSymbol;
  283. var useSymbolAsUid = NATIVE_SYMBOL$1
  284. && !Symbol.sham
  285. && typeof Symbol.iterator == 'symbol';
  286. var getBuiltIn$2 = getBuiltIn$4;
  287. var isCallable$9 = isCallable$c;
  288. var isPrototypeOf = objectIsPrototypeOf;
  289. var USE_SYMBOL_AS_UID$1 = useSymbolAsUid;
  290. var $Object$2 = Object;
  291. var isSymbol$2 = USE_SYMBOL_AS_UID$1 ? function (it) {
  292. return typeof it == 'symbol';
  293. } : function (it) {
  294. var $Symbol = getBuiltIn$2('Symbol');
  295. return isCallable$9($Symbol) && isPrototypeOf($Symbol.prototype, $Object$2(it));
  296. };
  297. var $String$1 = String;
  298. var tryToString$2 = function (argument) {
  299. try {
  300. return $String$1(argument);
  301. } catch (error) {
  302. return 'Object';
  303. }
  304. };
  305. var isCallable$8 = isCallable$c;
  306. var tryToString$1 = tryToString$2;
  307. var $TypeError$6 = TypeError;
  308. // `Assert: IsCallable(argument) is true`
  309. var aCallable$1 = function (argument) {
  310. if (isCallable$8(argument)) return argument;
  311. throw $TypeError$6(tryToString$1(argument) + ' is not a function');
  312. };
  313. var aCallable = aCallable$1;
  314. // `GetMethod` abstract operation
  315. // https://tc39.es/ecma262/#sec-getmethod
  316. var getMethod$1 = function (V, P) {
  317. var func = V[P];
  318. return func == null ? undefined : aCallable(func);
  319. };
  320. var call$2 = functionCall;
  321. var isCallable$7 = isCallable$c;
  322. var isObject$6 = isObject$7;
  323. var $TypeError$5 = TypeError;
  324. // `OrdinaryToPrimitive` abstract operation
  325. // https://tc39.es/ecma262/#sec-ordinarytoprimitive
  326. var ordinaryToPrimitive$1 = function (input, pref) {
  327. var fn, val;
  328. if (pref === 'string' && isCallable$7(fn = input.toString) && !isObject$6(val = call$2(fn, input))) return val;
  329. if (isCallable$7(fn = input.valueOf) && !isObject$6(val = call$2(fn, input))) return val;
  330. if (pref !== 'string' && isCallable$7(fn = input.toString) && !isObject$6(val = call$2(fn, input))) return val;
  331. throw $TypeError$5("Can't convert object to primitive value");
  332. };
  333. var shared$3 = {exports: {}};
  334. var global$7 = global$a;
  335. // eslint-disable-next-line es-x/no-object-defineproperty -- safe
  336. var defineProperty$1 = Object.defineProperty;
  337. var defineGlobalProperty$3 = function (key, value) {
  338. try {
  339. defineProperty$1(global$7, key, { value: value, configurable: true, writable: true });
  340. } catch (error) {
  341. global$7[key] = value;
  342. } return value;
  343. };
  344. var global$6 = global$a;
  345. var defineGlobalProperty$2 = defineGlobalProperty$3;
  346. var SHARED = '__core-js_shared__';
  347. var store$3 = global$6[SHARED] || defineGlobalProperty$2(SHARED, {});
  348. var sharedStore = store$3;
  349. var store$2 = sharedStore;
  350. (shared$3.exports = function (key, value) {
  351. return store$2[key] || (store$2[key] = value !== undefined ? value : {});
  352. })('versions', []).push({
  353. version: '3.22.8',
  354. mode: 'global',
  355. copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)',
  356. license: 'https://github.com/zloirock/core-js/blob/v3.22.8/LICENSE',
  357. source: 'https://github.com/zloirock/core-js'
  358. });
  359. var requireObjectCoercible = requireObjectCoercible$2;
  360. var $Object$1 = Object;
  361. // `ToObject` abstract operation
  362. // https://tc39.es/ecma262/#sec-toobject
  363. var toObject$3 = function (argument) {
  364. return $Object$1(requireObjectCoercible(argument));
  365. };
  366. var uncurryThis$7 = functionUncurryThis;
  367. var toObject$2 = toObject$3;
  368. var hasOwnProperty = uncurryThis$7({}.hasOwnProperty);
  369. // `HasOwnProperty` abstract operation
  370. // https://tc39.es/ecma262/#sec-hasownproperty
  371. // eslint-disable-next-line es-x/no-object-hasown -- safe
  372. var hasOwnProperty_1 = Object.hasOwn || function hasOwn(it, key) {
  373. return hasOwnProperty(toObject$2(it), key);
  374. };
  375. var uncurryThis$6 = functionUncurryThis;
  376. var id = 0;
  377. var postfix = Math.random();
  378. var toString = uncurryThis$6(1.0.toString);
  379. var uid$2 = function (key) {
  380. return 'Symbol(' + (key === undefined ? '' : key) + ')_' + toString(++id + postfix, 36);
  381. };
  382. var global$5 = global$a;
  383. var shared$2 = shared$3.exports;
  384. var hasOwn$6 = hasOwnProperty_1;
  385. var uid$1 = uid$2;
  386. var NATIVE_SYMBOL = nativeSymbol;
  387. var USE_SYMBOL_AS_UID = useSymbolAsUid;
  388. var WellKnownSymbolsStore = shared$2('wks');
  389. var Symbol$1 = global$5.Symbol;
  390. var symbolFor = Symbol$1 && Symbol$1['for'];
  391. var createWellKnownSymbol = USE_SYMBOL_AS_UID ? Symbol$1 : Symbol$1 && Symbol$1.withoutSetter || uid$1;
  392. var wellKnownSymbol$6 = function (name) {
  393. if (!hasOwn$6(WellKnownSymbolsStore, name) || !(NATIVE_SYMBOL || typeof WellKnownSymbolsStore[name] == 'string')) {
  394. var description = 'Symbol.' + name;
  395. if (NATIVE_SYMBOL && hasOwn$6(Symbol$1, name)) {
  396. WellKnownSymbolsStore[name] = Symbol$1[name];
  397. } else if (USE_SYMBOL_AS_UID && symbolFor) {
  398. WellKnownSymbolsStore[name] = symbolFor(description);
  399. } else {
  400. WellKnownSymbolsStore[name] = createWellKnownSymbol(description);
  401. }
  402. } return WellKnownSymbolsStore[name];
  403. };
  404. var call$1 = functionCall;
  405. var isObject$5 = isObject$7;
  406. var isSymbol$1 = isSymbol$2;
  407. var getMethod = getMethod$1;
  408. var ordinaryToPrimitive = ordinaryToPrimitive$1;
  409. var wellKnownSymbol$5 = wellKnownSymbol$6;
  410. var $TypeError$4 = TypeError;
  411. var TO_PRIMITIVE = wellKnownSymbol$5('toPrimitive');
  412. // `ToPrimitive` abstract operation
  413. // https://tc39.es/ecma262/#sec-toprimitive
  414. var toPrimitive$1 = function (input, pref) {
  415. if (!isObject$5(input) || isSymbol$1(input)) return input;
  416. var exoticToPrim = getMethod(input, TO_PRIMITIVE);
  417. var result;
  418. if (exoticToPrim) {
  419. if (pref === undefined) pref = 'default';
  420. result = call$1(exoticToPrim, input, pref);
  421. if (!isObject$5(result) || isSymbol$1(result)) return result;
  422. throw $TypeError$4("Can't convert object to primitive value");
  423. }
  424. if (pref === undefined) pref = 'number';
  425. return ordinaryToPrimitive(input, pref);
  426. };
  427. var toPrimitive = toPrimitive$1;
  428. var isSymbol = isSymbol$2;
  429. // `ToPropertyKey` abstract operation
  430. // https://tc39.es/ecma262/#sec-topropertykey
  431. var toPropertyKey$3 = function (argument) {
  432. var key = toPrimitive(argument, 'string');
  433. return isSymbol(key) ? key : key + '';
  434. };
  435. var global$4 = global$a;
  436. var isObject$4 = isObject$7;
  437. var document = global$4.document;
  438. // typeof document.createElement is 'object' in old IE
  439. var EXISTS$1 = isObject$4(document) && isObject$4(document.createElement);
  440. var documentCreateElement = function (it) {
  441. return EXISTS$1 ? document.createElement(it) : {};
  442. };
  443. var DESCRIPTORS$6 = descriptors;
  444. var fails$7 = fails$c;
  445. var createElement = documentCreateElement;
  446. // Thanks to IE8 for its funny defineProperty
  447. var ie8DomDefine = !DESCRIPTORS$6 && !fails$7(function () {
  448. // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
  449. return Object.defineProperty(createElement('div'), 'a', {
  450. get: function () { return 7; }
  451. }).a != 7;
  452. });
  453. var DESCRIPTORS$5 = descriptors;
  454. var call = functionCall;
  455. var propertyIsEnumerableModule = objectPropertyIsEnumerable;
  456. var createPropertyDescriptor$2 = createPropertyDescriptor$3;
  457. var toIndexedObject$2 = toIndexedObject$3;
  458. var toPropertyKey$2 = toPropertyKey$3;
  459. var hasOwn$5 = hasOwnProperty_1;
  460. var IE8_DOM_DEFINE$1 = ie8DomDefine;
  461. // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
  462. var $getOwnPropertyDescriptor$1 = Object.getOwnPropertyDescriptor;
  463. // `Object.getOwnPropertyDescriptor` method
  464. // https://tc39.es/ecma262/#sec-object.getownpropertydescriptor
  465. objectGetOwnPropertyDescriptor.f = DESCRIPTORS$5 ? $getOwnPropertyDescriptor$1 : function getOwnPropertyDescriptor(O, P) {
  466. O = toIndexedObject$2(O);
  467. P = toPropertyKey$2(P);
  468. if (IE8_DOM_DEFINE$1) try {
  469. return $getOwnPropertyDescriptor$1(O, P);
  470. } catch (error) { /* empty */ }
  471. if (hasOwn$5(O, P)) return createPropertyDescriptor$2(!call(propertyIsEnumerableModule.f, O, P), O[P]);
  472. };
  473. var objectDefineProperty = {};
  474. var DESCRIPTORS$4 = descriptors;
  475. var fails$6 = fails$c;
  476. // V8 ~ Chrome 36-
  477. // https://bugs.chromium.org/p/v8/issues/detail?id=3334
  478. var v8PrototypeDefineBug = DESCRIPTORS$4 && fails$6(function () {
  479. // eslint-disable-next-line es-x/no-object-defineproperty -- required for testing
  480. return Object.defineProperty(function () { /* empty */ }, 'prototype', {
  481. value: 42,
  482. writable: false
  483. }).prototype != 42;
  484. });
  485. var isObject$3 = isObject$7;
  486. var $String = String;
  487. var $TypeError$3 = TypeError;
  488. // `Assert: Type(argument) is Object`
  489. var anObject$2 = function (argument) {
  490. if (isObject$3(argument)) return argument;
  491. throw $TypeError$3($String(argument) + ' is not an object');
  492. };
  493. var DESCRIPTORS$3 = descriptors;
  494. var IE8_DOM_DEFINE = ie8DomDefine;
  495. var V8_PROTOTYPE_DEFINE_BUG = v8PrototypeDefineBug;
  496. var anObject$1 = anObject$2;
  497. var toPropertyKey$1 = toPropertyKey$3;
  498. var $TypeError$2 = TypeError;
  499. // eslint-disable-next-line es-x/no-object-defineproperty -- safe
  500. var $defineProperty = Object.defineProperty;
  501. // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
  502. var $getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;
  503. var ENUMERABLE = 'enumerable';
  504. var CONFIGURABLE$1 = 'configurable';
  505. var WRITABLE = 'writable';
  506. // `Object.defineProperty` method
  507. // https://tc39.es/ecma262/#sec-object.defineproperty
  508. objectDefineProperty.f = DESCRIPTORS$3 ? V8_PROTOTYPE_DEFINE_BUG ? function defineProperty(O, P, Attributes) {
  509. anObject$1(O);
  510. P = toPropertyKey$1(P);
  511. anObject$1(Attributes);
  512. if (typeof O === 'function' && P === 'prototype' && 'value' in Attributes && WRITABLE in Attributes && !Attributes[WRITABLE]) {
  513. var current = $getOwnPropertyDescriptor(O, P);
  514. if (current && current[WRITABLE]) {
  515. O[P] = Attributes.value;
  516. Attributes = {
  517. configurable: CONFIGURABLE$1 in Attributes ? Attributes[CONFIGURABLE$1] : current[CONFIGURABLE$1],
  518. enumerable: ENUMERABLE in Attributes ? Attributes[ENUMERABLE] : current[ENUMERABLE],
  519. writable: false
  520. };
  521. }
  522. } return $defineProperty(O, P, Attributes);
  523. } : $defineProperty : function defineProperty(O, P, Attributes) {
  524. anObject$1(O);
  525. P = toPropertyKey$1(P);
  526. anObject$1(Attributes);
  527. if (IE8_DOM_DEFINE) try {
  528. return $defineProperty(O, P, Attributes);
  529. } catch (error) { /* empty */ }
  530. if ('get' in Attributes || 'set' in Attributes) throw $TypeError$2('Accessors not supported');
  531. if ('value' in Attributes) O[P] = Attributes.value;
  532. return O;
  533. };
  534. var DESCRIPTORS$2 = descriptors;
  535. var definePropertyModule$2 = objectDefineProperty;
  536. var createPropertyDescriptor$1 = createPropertyDescriptor$3;
  537. var createNonEnumerableProperty$3 = DESCRIPTORS$2 ? function (object, key, value) {
  538. return definePropertyModule$2.f(object, key, createPropertyDescriptor$1(1, value));
  539. } : function (object, key, value) {
  540. object[key] = value;
  541. return object;
  542. };
  543. var makeBuiltIn$2 = {exports: {}};
  544. var DESCRIPTORS$1 = descriptors;
  545. var hasOwn$4 = hasOwnProperty_1;
  546. var FunctionPrototype = Function.prototype;
  547. // eslint-disable-next-line es-x/no-object-getownpropertydescriptor -- safe
  548. var getDescriptor = DESCRIPTORS$1 && Object.getOwnPropertyDescriptor;
  549. var EXISTS = hasOwn$4(FunctionPrototype, 'name');
  550. // additional protection from minified / mangled / dropped function names
  551. var PROPER = EXISTS && (function something() { /* empty */ }).name === 'something';
  552. var CONFIGURABLE = EXISTS && (!DESCRIPTORS$1 || (DESCRIPTORS$1 && getDescriptor(FunctionPrototype, 'name').configurable));
  553. var functionName = {
  554. EXISTS: EXISTS,
  555. PROPER: PROPER,
  556. CONFIGURABLE: CONFIGURABLE
  557. };
  558. var uncurryThis$5 = functionUncurryThis;
  559. var isCallable$6 = isCallable$c;
  560. var store$1 = sharedStore;
  561. var functionToString = uncurryThis$5(Function.toString);
  562. // this helper broken in `core-js@3.4.1-3.4.4`, so we can't use `shared` helper
  563. if (!isCallable$6(store$1.inspectSource)) {
  564. store$1.inspectSource = function (it) {
  565. return functionToString(it);
  566. };
  567. }
  568. var inspectSource$3 = store$1.inspectSource;
  569. var global$3 = global$a;
  570. var isCallable$5 = isCallable$c;
  571. var inspectSource$2 = inspectSource$3;
  572. var WeakMap$1 = global$3.WeakMap;
  573. var nativeWeakMap = isCallable$5(WeakMap$1) && /native code/.test(inspectSource$2(WeakMap$1));
  574. var shared$1 = shared$3.exports;
  575. var uid = uid$2;
  576. var keys = shared$1('keys');
  577. var sharedKey$1 = function (key) {
  578. return keys[key] || (keys[key] = uid(key));
  579. };
  580. var hiddenKeys$3 = {};
  581. var NATIVE_WEAK_MAP = nativeWeakMap;
  582. var global$2 = global$a;
  583. var uncurryThis$4 = functionUncurryThis;
  584. var isObject$2 = isObject$7;
  585. var createNonEnumerableProperty$2 = createNonEnumerableProperty$3;
  586. var hasOwn$3 = hasOwnProperty_1;
  587. var shared = sharedStore;
  588. var sharedKey = sharedKey$1;
  589. var hiddenKeys$2 = hiddenKeys$3;
  590. var OBJECT_ALREADY_INITIALIZED = 'Object already initialized';
  591. var TypeError$1 = global$2.TypeError;
  592. var WeakMap = global$2.WeakMap;
  593. var set, get, has;
  594. var enforce = function (it) {
  595. return has(it) ? get(it) : set(it, {});
  596. };
  597. var getterFor = function (TYPE) {
  598. return function (it) {
  599. var state;
  600. if (!isObject$2(it) || (state = get(it)).type !== TYPE) {
  601. throw TypeError$1('Incompatible receiver, ' + TYPE + ' required');
  602. } return state;
  603. };
  604. };
  605. if (NATIVE_WEAK_MAP || shared.state) {
  606. var store = shared.state || (shared.state = new WeakMap());
  607. var wmget = uncurryThis$4(store.get);
  608. var wmhas = uncurryThis$4(store.has);
  609. var wmset = uncurryThis$4(store.set);
  610. set = function (it, metadata) {
  611. if (wmhas(store, it)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
  612. metadata.facade = it;
  613. wmset(store, it, metadata);
  614. return metadata;
  615. };
  616. get = function (it) {
  617. return wmget(store, it) || {};
  618. };
  619. has = function (it) {
  620. return wmhas(store, it);
  621. };
  622. } else {
  623. var STATE = sharedKey('state');
  624. hiddenKeys$2[STATE] = true;
  625. set = function (it, metadata) {
  626. if (hasOwn$3(it, STATE)) throw new TypeError$1(OBJECT_ALREADY_INITIALIZED);
  627. metadata.facade = it;
  628. createNonEnumerableProperty$2(it, STATE, metadata);
  629. return metadata;
  630. };
  631. get = function (it) {
  632. return hasOwn$3(it, STATE) ? it[STATE] : {};
  633. };
  634. has = function (it) {
  635. return hasOwn$3(it, STATE);
  636. };
  637. }
  638. var internalState = {
  639. set: set,
  640. get: get,
  641. has: has,
  642. enforce: enforce,
  643. getterFor: getterFor
  644. };
  645. var fails$5 = fails$c;
  646. var isCallable$4 = isCallable$c;
  647. var hasOwn$2 = hasOwnProperty_1;
  648. var DESCRIPTORS = descriptors;
  649. var CONFIGURABLE_FUNCTION_NAME = functionName.CONFIGURABLE;
  650. var inspectSource$1 = inspectSource$3;
  651. var InternalStateModule = internalState;
  652. var enforceInternalState = InternalStateModule.enforce;
  653. var getInternalState = InternalStateModule.get;
  654. // eslint-disable-next-line es-x/no-object-defineproperty -- safe
  655. var defineProperty = Object.defineProperty;
  656. var CONFIGURABLE_LENGTH = DESCRIPTORS && !fails$5(function () {
  657. return defineProperty(function () { /* empty */ }, 'length', { value: 8 }).length !== 8;
  658. });
  659. var TEMPLATE = String(String).split('String');
  660. var makeBuiltIn$1 = makeBuiltIn$2.exports = function (value, name, options) {
  661. if (String(name).slice(0, 7) === 'Symbol(') {
  662. name = '[' + String(name).replace(/^Symbol\(([^)]*)\)/, '$1') + ']';
  663. }
  664. if (options && options.getter) name = 'get ' + name;
  665. if (options && options.setter) name = 'set ' + name;
  666. if (!hasOwn$2(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) {
  667. defineProperty(value, 'name', { value: name, configurable: true });
  668. }
  669. if (CONFIGURABLE_LENGTH && options && hasOwn$2(options, 'arity') && value.length !== options.arity) {
  670. defineProperty(value, 'length', { value: options.arity });
  671. }
  672. try {
  673. if (options && hasOwn$2(options, 'constructor') && options.constructor) {
  674. if (DESCRIPTORS) defineProperty(value, 'prototype', { writable: false });
  675. // in V8 ~ Chrome 53, prototypes of some methods, like `Array.prototype.values`, are non-writable
  676. } else if (value.prototype) value.prototype = undefined;
  677. } catch (error) { /* empty */ }
  678. var state = enforceInternalState(value);
  679. if (!hasOwn$2(state, 'source')) {
  680. state.source = TEMPLATE.join(typeof name == 'string' ? name : '');
  681. } return value;
  682. };
  683. // add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative
  684. // eslint-disable-next-line no-extend-native -- required
  685. Function.prototype.toString = makeBuiltIn$1(function toString() {
  686. return isCallable$4(this) && getInternalState(this).source || inspectSource$1(this);
  687. }, 'toString');
  688. var isCallable$3 = isCallable$c;
  689. var createNonEnumerableProperty$1 = createNonEnumerableProperty$3;
  690. var makeBuiltIn = makeBuiltIn$2.exports;
  691. var defineGlobalProperty$1 = defineGlobalProperty$3;
  692. var defineBuiltIn$1 = function (O, key, value, options) {
  693. if (!options) options = {};
  694. var simple = options.enumerable;
  695. var name = options.name !== undefined ? options.name : key;
  696. if (isCallable$3(value)) makeBuiltIn(value, name, options);
  697. if (options.global) {
  698. if (simple) O[key] = value;
  699. else defineGlobalProperty$1(key, value);
  700. } else {
  701. if (!options.unsafe) delete O[key];
  702. else if (O[key]) simple = true;
  703. if (simple) O[key] = value;
  704. else createNonEnumerableProperty$1(O, key, value);
  705. } return O;
  706. };
  707. var objectGetOwnPropertyNames = {};
  708. var ceil = Math.ceil;
  709. var floor = Math.floor;
  710. // `Math.trunc` method
  711. // https://tc39.es/ecma262/#sec-math.trunc
  712. // eslint-disable-next-line es-x/no-math-trunc -- safe
  713. var mathTrunc = Math.trunc || function trunc(x) {
  714. var n = +x;
  715. return (n > 0 ? floor : ceil)(n);
  716. };
  717. var trunc = mathTrunc;
  718. // `ToIntegerOrInfinity` abstract operation
  719. // https://tc39.es/ecma262/#sec-tointegerorinfinity
  720. var toIntegerOrInfinity$3 = function (argument) {
  721. var number = +argument;
  722. // eslint-disable-next-line no-self-compare -- NaN check
  723. return number !== number || number === 0 ? 0 : trunc(number);
  724. };
  725. var toIntegerOrInfinity$2 = toIntegerOrInfinity$3;
  726. var max$1 = Math.max;
  727. var min$2 = Math.min;
  728. // Helper for a popular repeating case of the spec:
  729. // Let integer be ? ToInteger(index).
  730. // If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).
  731. var toAbsoluteIndex$2 = function (index, length) {
  732. var integer = toIntegerOrInfinity$2(index);
  733. return integer < 0 ? max$1(integer + length, 0) : min$2(integer, length);
  734. };
  735. var toIntegerOrInfinity$1 = toIntegerOrInfinity$3;
  736. var min$1 = Math.min;
  737. // `ToLength` abstract operation
  738. // https://tc39.es/ecma262/#sec-tolength
  739. var toLength$1 = function (argument) {
  740. return argument > 0 ? min$1(toIntegerOrInfinity$1(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991
  741. };
  742. var toLength = toLength$1;
  743. // `LengthOfArrayLike` abstract operation
  744. // https://tc39.es/ecma262/#sec-lengthofarraylike
  745. var lengthOfArrayLike$3 = function (obj) {
  746. return toLength(obj.length);
  747. };
  748. var toIndexedObject$1 = toIndexedObject$3;
  749. var toAbsoluteIndex$1 = toAbsoluteIndex$2;
  750. var lengthOfArrayLike$2 = lengthOfArrayLike$3;
  751. // `Array.prototype.{ indexOf, includes }` methods implementation
  752. var createMethod = function (IS_INCLUDES) {
  753. return function ($this, el, fromIndex) {
  754. var O = toIndexedObject$1($this);
  755. var length = lengthOfArrayLike$2(O);
  756. var index = toAbsoluteIndex$1(fromIndex, length);
  757. var value;
  758. // Array#includes uses SameValueZero equality algorithm
  759. // eslint-disable-next-line no-self-compare -- NaN check
  760. if (IS_INCLUDES && el != el) while (length > index) {
  761. value = O[index++];
  762. // eslint-disable-next-line no-self-compare -- NaN check
  763. if (value != value) return true;
  764. // Array#indexOf ignores holes, Array#includes - not
  765. } else for (;length > index; index++) {
  766. if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;
  767. } return !IS_INCLUDES && -1;
  768. };
  769. };
  770. var arrayIncludes = {
  771. // `Array.prototype.includes` method
  772. // https://tc39.es/ecma262/#sec-array.prototype.includes
  773. includes: createMethod(true),
  774. // `Array.prototype.indexOf` method
  775. // https://tc39.es/ecma262/#sec-array.prototype.indexof
  776. indexOf: createMethod(false)
  777. };
  778. var uncurryThis$3 = functionUncurryThis;
  779. var hasOwn$1 = hasOwnProperty_1;
  780. var toIndexedObject = toIndexedObject$3;
  781. var indexOf = arrayIncludes.indexOf;
  782. var hiddenKeys$1 = hiddenKeys$3;
  783. var push = uncurryThis$3([].push);
  784. var objectKeysInternal = function (object, names) {
  785. var O = toIndexedObject(object);
  786. var i = 0;
  787. var result = [];
  788. var key;
  789. for (key in O) !hasOwn$1(hiddenKeys$1, key) && hasOwn$1(O, key) && push(result, key);
  790. // Don't enum bug & hidden keys
  791. while (names.length > i) if (hasOwn$1(O, key = names[i++])) {
  792. ~indexOf(result, key) || push(result, key);
  793. }
  794. return result;
  795. };
  796. // IE8- don't enum bug keys
  797. var enumBugKeys$1 = [
  798. 'constructor',
  799. 'hasOwnProperty',
  800. 'isPrototypeOf',
  801. 'propertyIsEnumerable',
  802. 'toLocaleString',
  803. 'toString',
  804. 'valueOf'
  805. ];
  806. var internalObjectKeys = objectKeysInternal;
  807. var enumBugKeys = enumBugKeys$1;
  808. var hiddenKeys = enumBugKeys.concat('length', 'prototype');
  809. // `Object.getOwnPropertyNames` method
  810. // https://tc39.es/ecma262/#sec-object.getownpropertynames
  811. // eslint-disable-next-line es-x/no-object-getownpropertynames -- safe
  812. objectGetOwnPropertyNames.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {
  813. return internalObjectKeys(O, hiddenKeys);
  814. };
  815. var objectGetOwnPropertySymbols = {};
  816. // eslint-disable-next-line es-x/no-object-getownpropertysymbols -- safe
  817. objectGetOwnPropertySymbols.f = Object.getOwnPropertySymbols;
  818. var getBuiltIn$1 = getBuiltIn$4;
  819. var uncurryThis$2 = functionUncurryThis;
  820. var getOwnPropertyNamesModule = objectGetOwnPropertyNames;
  821. var getOwnPropertySymbolsModule = objectGetOwnPropertySymbols;
  822. var anObject = anObject$2;
  823. var concat = uncurryThis$2([].concat);
  824. // all object keys, includes non-enumerable and symbols
  825. var ownKeys$1 = getBuiltIn$1('Reflect', 'ownKeys') || function ownKeys(it) {
  826. var keys = getOwnPropertyNamesModule.f(anObject(it));
  827. var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;
  828. return getOwnPropertySymbols ? concat(keys, getOwnPropertySymbols(it)) : keys;
  829. };
  830. var hasOwn = hasOwnProperty_1;
  831. var ownKeys = ownKeys$1;
  832. var getOwnPropertyDescriptorModule = objectGetOwnPropertyDescriptor;
  833. var definePropertyModule$1 = objectDefineProperty;
  834. var copyConstructorProperties$1 = function (target, source, exceptions) {
  835. var keys = ownKeys(source);
  836. var defineProperty = definePropertyModule$1.f;
  837. var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;
  838. for (var i = 0; i < keys.length; i++) {
  839. var key = keys[i];
  840. if (!hasOwn(target, key) && !(exceptions && hasOwn(exceptions, key))) {
  841. defineProperty(target, key, getOwnPropertyDescriptor(source, key));
  842. }
  843. }
  844. };
  845. var fails$4 = fails$c;
  846. var isCallable$2 = isCallable$c;
  847. var replacement = /#|\.prototype\./;
  848. var isForced$1 = function (feature, detection) {
  849. var value = data[normalize(feature)];
  850. return value == POLYFILL ? true
  851. : value == NATIVE ? false
  852. : isCallable$2(detection) ? fails$4(detection)
  853. : !!detection;
  854. };
  855. var normalize = isForced$1.normalize = function (string) {
  856. return String(string).replace(replacement, '.').toLowerCase();
  857. };
  858. var data = isForced$1.data = {};
  859. var NATIVE = isForced$1.NATIVE = 'N';
  860. var POLYFILL = isForced$1.POLYFILL = 'P';
  861. var isForced_1 = isForced$1;
  862. var global$1 = global$a;
  863. var getOwnPropertyDescriptor = objectGetOwnPropertyDescriptor.f;
  864. var createNonEnumerableProperty = createNonEnumerableProperty$3;
  865. var defineBuiltIn = defineBuiltIn$1;
  866. var defineGlobalProperty = defineGlobalProperty$3;
  867. var copyConstructorProperties = copyConstructorProperties$1;
  868. var isForced = isForced_1;
  869. /*
  870. options.target - name of the target object
  871. options.global - target is the global object
  872. options.stat - export as static methods of target
  873. options.proto - export as prototype methods of target
  874. options.real - real prototype method for the `pure` version
  875. options.forced - export even if the native feature is available
  876. options.bind - bind methods to the target, required for the `pure` version
  877. options.wrap - wrap constructors to preventing global pollution, required for the `pure` version
  878. options.unsafe - use the simple assignment of property instead of delete + defineProperty
  879. options.sham - add a flag to not completely full polyfills
  880. options.enumerable - export as enumerable property
  881. options.dontCallGetSet - prevent calling a getter on target
  882. options.name - the .name of the function if it does not match the key
  883. */
  884. var _export = function (options, source) {
  885. var TARGET = options.target;
  886. var GLOBAL = options.global;
  887. var STATIC = options.stat;
  888. var FORCED, target, key, targetProperty, sourceProperty, descriptor;
  889. if (GLOBAL) {
  890. target = global$1;
  891. } else if (STATIC) {
  892. target = global$1[TARGET] || defineGlobalProperty(TARGET, {});
  893. } else {
  894. target = (global$1[TARGET] || {}).prototype;
  895. }
  896. if (target) for (key in source) {
  897. sourceProperty = source[key];
  898. if (options.dontCallGetSet) {
  899. descriptor = getOwnPropertyDescriptor(target, key);
  900. targetProperty = descriptor && descriptor.value;
  901. } else targetProperty = target[key];
  902. FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);
  903. // contained in target
  904. if (!FORCED && targetProperty !== undefined) {
  905. if (typeof sourceProperty == typeof targetProperty) continue;
  906. copyConstructorProperties(sourceProperty, targetProperty);
  907. }
  908. // add a flag to not completely full polyfills
  909. if (options.sham || (targetProperty && targetProperty.sham)) {
  910. createNonEnumerableProperty(sourceProperty, 'sham', true);
  911. }
  912. defineBuiltIn(target, key, sourceProperty, options);
  913. }
  914. };
  915. var classof$2 = classofRaw$1;
  916. // `IsArray` abstract operation
  917. // https://tc39.es/ecma262/#sec-isarray
  918. // eslint-disable-next-line es-x/no-array-isarray -- safe
  919. var isArray$2 = Array.isArray || function isArray(argument) {
  920. return classof$2(argument) == 'Array';
  921. };
  922. var $TypeError$1 = TypeError;
  923. var MAX_SAFE_INTEGER = 0x1FFFFFFFFFFFFF; // 2 ** 53 - 1 == 9007199254740991
  924. var doesNotExceedSafeInteger$2 = function (it) {
  925. if (it > MAX_SAFE_INTEGER) throw $TypeError$1('Maximum allowed index exceeded');
  926. return it;
  927. };
  928. var toPropertyKey = toPropertyKey$3;
  929. var definePropertyModule = objectDefineProperty;
  930. var createPropertyDescriptor = createPropertyDescriptor$3;
  931. var createProperty$2 = function (object, key, value) {
  932. var propertyKey = toPropertyKey(key);
  933. if (propertyKey in object) definePropertyModule.f(object, propertyKey, createPropertyDescriptor(0, value));
  934. else object[propertyKey] = value;
  935. };
  936. var wellKnownSymbol$4 = wellKnownSymbol$6;
  937. var TO_STRING_TAG$1 = wellKnownSymbol$4('toStringTag');
  938. var test = {};
  939. test[TO_STRING_TAG$1] = 'z';
  940. var toStringTagSupport = String(test) === '[object z]';
  941. var TO_STRING_TAG_SUPPORT = toStringTagSupport;
  942. var isCallable$1 = isCallable$c;
  943. var classofRaw = classofRaw$1;
  944. var wellKnownSymbol$3 = wellKnownSymbol$6;
  945. var TO_STRING_TAG = wellKnownSymbol$3('toStringTag');
  946. var $Object = Object;
  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$1 = TO_STRING_TAG_SUPPORT ? 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)) == 'string' ? tag
  961. // builtinTag case
  962. : CORRECT_ARGUMENTS ? classofRaw(O)
  963. // ES3 arguments fallback
  964. : (result = classofRaw(O)) == 'Object' && isCallable$1(O.callee) ? 'Arguments' : result;
  965. };
  966. var uncurryThis$1 = functionUncurryThis;
  967. var fails$3 = fails$c;
  968. var isCallable = isCallable$c;
  969. var classof = classof$1;
  970. var getBuiltIn = getBuiltIn$4;
  971. var inspectSource = inspectSource$3;
  972. var noop = function () { /* empty */ };
  973. var empty = [];
  974. var construct = getBuiltIn('Reflect', 'construct');
  975. var constructorRegExp = /^\s*(?:class|function)\b/;
  976. var exec = uncurryThis$1(constructorRegExp.exec);
  977. var INCORRECT_TO_STRING = !constructorRegExp.exec(noop);
  978. var isConstructorModern = function isConstructor(argument) {
  979. if (!isCallable(argument)) return false;
  980. try {
  981. construct(noop, empty, argument);
  982. return true;
  983. } catch (error) {
  984. return false;
  985. }
  986. };
  987. var isConstructorLegacy = function isConstructor(argument) {
  988. if (!isCallable(argument)) return false;
  989. switch (classof(argument)) {
  990. case 'AsyncFunction':
  991. case 'GeneratorFunction':
  992. case 'AsyncGeneratorFunction': return false;
  993. }
  994. try {
  995. // we can't check .prototype since constructors produced by .bind haven't it
  996. // `Function#toString` throws on some built-it function in some legacy engines
  997. // (for example, `DOMQuad` and similar in FF41-)
  998. return INCORRECT_TO_STRING || !!exec(constructorRegExp, inspectSource(argument));
  999. } catch (error) {
  1000. return true;
  1001. }
  1002. };
  1003. isConstructorLegacy.sham = true;
  1004. // `IsConstructor` abstract operation
  1005. // https://tc39.es/ecma262/#sec-isconstructor
  1006. var isConstructor$1 = !construct || fails$3(function () {
  1007. var called;
  1008. return isConstructorModern(isConstructorModern.call)
  1009. || !isConstructorModern(Object)
  1010. || !isConstructorModern(function () { called = true; })
  1011. || called;
  1012. }) ? isConstructorLegacy : isConstructorModern;
  1013. var isArray$1 = isArray$2;
  1014. var isConstructor = isConstructor$1;
  1015. var isObject$1 = isObject$7;
  1016. var wellKnownSymbol$2 = wellKnownSymbol$6;
  1017. var SPECIES$1 = wellKnownSymbol$2('species');
  1018. var $Array = Array;
  1019. // a part of `ArraySpeciesCreate` abstract operation
  1020. // https://tc39.es/ecma262/#sec-arrayspeciescreate
  1021. var arraySpeciesConstructor$1 = function (originalArray) {
  1022. var C;
  1023. if (isArray$1(originalArray)) {
  1024. C = originalArray.constructor;
  1025. // cross-realm fallback
  1026. if (isConstructor(C) && (C === $Array || isArray$1(C.prototype))) C = undefined;
  1027. else if (isObject$1(C)) {
  1028. C = C[SPECIES$1];
  1029. if (C === null) C = undefined;
  1030. }
  1031. } return C === undefined ? $Array : C;
  1032. };
  1033. var arraySpeciesConstructor = arraySpeciesConstructor$1;
  1034. // `ArraySpeciesCreate` abstract operation
  1035. // https://tc39.es/ecma262/#sec-arrayspeciescreate
  1036. var arraySpeciesCreate$2 = function (originalArray, length) {
  1037. return new (arraySpeciesConstructor(originalArray))(length === 0 ? 0 : length);
  1038. };
  1039. var fails$2 = fails$c;
  1040. var wellKnownSymbol$1 = wellKnownSymbol$6;
  1041. var V8_VERSION$1 = engineV8Version;
  1042. var SPECIES = wellKnownSymbol$1('species');
  1043. var arrayMethodHasSpeciesSupport$2 = function (METHOD_NAME) {
  1044. // We can't use this feature detection in V8 since it causes
  1045. // deoptimization and serious performance degradation
  1046. // https://github.com/zloirock/core-js/issues/677
  1047. return V8_VERSION$1 >= 51 || !fails$2(function () {
  1048. var array = [];
  1049. var constructor = array.constructor = {};
  1050. constructor[SPECIES] = function () {
  1051. return { foo: 1 };
  1052. };
  1053. return array[METHOD_NAME](Boolean).foo !== 1;
  1054. });
  1055. };
  1056. var $$2 = _export;
  1057. var fails$1 = fails$c;
  1058. var isArray = isArray$2;
  1059. var isObject = isObject$7;
  1060. var toObject$1 = toObject$3;
  1061. var lengthOfArrayLike$1 = lengthOfArrayLike$3;
  1062. var doesNotExceedSafeInteger$1 = doesNotExceedSafeInteger$2;
  1063. var createProperty$1 = createProperty$2;
  1064. var arraySpeciesCreate$1 = arraySpeciesCreate$2;
  1065. var arrayMethodHasSpeciesSupport$1 = arrayMethodHasSpeciesSupport$2;
  1066. var wellKnownSymbol = wellKnownSymbol$6;
  1067. var V8_VERSION = engineV8Version;
  1068. var IS_CONCAT_SPREADABLE = wellKnownSymbol('isConcatSpreadable');
  1069. // We can't use this feature detection in V8 since it causes
  1070. // deoptimization and serious performance degradation
  1071. // https://github.com/zloirock/core-js/issues/679
  1072. var IS_CONCAT_SPREADABLE_SUPPORT = V8_VERSION >= 51 || !fails$1(function () {
  1073. var array = [];
  1074. array[IS_CONCAT_SPREADABLE] = false;
  1075. return array.concat()[0] !== array;
  1076. });
  1077. var SPECIES_SUPPORT = arrayMethodHasSpeciesSupport$1('concat');
  1078. var isConcatSpreadable = function (O) {
  1079. if (!isObject(O)) return false;
  1080. var spreadable = O[IS_CONCAT_SPREADABLE];
  1081. return spreadable !== undefined ? !!spreadable : isArray(O);
  1082. };
  1083. var FORCED = !IS_CONCAT_SPREADABLE_SUPPORT || !SPECIES_SUPPORT;
  1084. // `Array.prototype.concat` method
  1085. // https://tc39.es/ecma262/#sec-array.prototype.concat
  1086. // with adding support of @@isConcatSpreadable and @@species
  1087. $$2({ target: 'Array', proto: true, arity: 1, forced: FORCED }, {
  1088. // eslint-disable-next-line no-unused-vars -- required for `.length`
  1089. concat: function concat(arg) {
  1090. var O = toObject$1(this);
  1091. var A = arraySpeciesCreate$1(O, 0);
  1092. var n = 0;
  1093. var i, k, length, len, E;
  1094. for (i = -1, length = arguments.length; i < length; i++) {
  1095. E = i === -1 ? O : arguments[i];
  1096. if (isConcatSpreadable(E)) {
  1097. len = lengthOfArrayLike$1(E);
  1098. doesNotExceedSafeInteger$1(n + len);
  1099. for (k = 0; k < len; k++, n++) if (k in E) createProperty$1(A, n, E[k]);
  1100. } else {
  1101. doesNotExceedSafeInteger$1(n + 1);
  1102. createProperty$1(A, n++, E);
  1103. }
  1104. }
  1105. A.length = n;
  1106. return A;
  1107. }
  1108. });
  1109. var fails = fails$c;
  1110. var arrayMethodIsStrict$1 = function (METHOD_NAME, argument) {
  1111. var method = [][METHOD_NAME];
  1112. return !!method && fails(function () {
  1113. // eslint-disable-next-line no-useless-call -- required for testing
  1114. method.call(null, argument || function () { return 1; }, 1);
  1115. });
  1116. };
  1117. /* eslint-disable es-x/no-array-prototype-indexof -- required for testing */
  1118. var $$1 = _export;
  1119. var uncurryThis = functionUncurryThis;
  1120. var $IndexOf = arrayIncludes.indexOf;
  1121. var arrayMethodIsStrict = arrayMethodIsStrict$1;
  1122. var un$IndexOf = uncurryThis([].indexOf);
  1123. var NEGATIVE_ZERO = !!un$IndexOf && 1 / un$IndexOf([1], 1, -0) < 0;
  1124. var STRICT_METHOD = arrayMethodIsStrict('indexOf');
  1125. // `Array.prototype.indexOf` method
  1126. // https://tc39.es/ecma262/#sec-array.prototype.indexof
  1127. $$1({ target: 'Array', proto: true, forced: NEGATIVE_ZERO || !STRICT_METHOD }, {
  1128. indexOf: function indexOf(searchElement /* , fromIndex = 0 */) {
  1129. var fromIndex = arguments.length > 1 ? arguments[1] : undefined;
  1130. return NEGATIVE_ZERO
  1131. // convert -0 to +0
  1132. ? un$IndexOf(this, searchElement, fromIndex) || 0
  1133. : $IndexOf(this, searchElement, fromIndex);
  1134. }
  1135. });
  1136. var tryToString = tryToString$2;
  1137. var $TypeError = TypeError;
  1138. var deletePropertyOrThrow$1 = function (O, P) {
  1139. if (!delete O[P]) throw $TypeError('Cannot delete property ' + tryToString(P) + ' of ' + tryToString(O));
  1140. };
  1141. var $ = _export;
  1142. var toObject = toObject$3;
  1143. var toAbsoluteIndex = toAbsoluteIndex$2;
  1144. var toIntegerOrInfinity = toIntegerOrInfinity$3;
  1145. var lengthOfArrayLike = lengthOfArrayLike$3;
  1146. var doesNotExceedSafeInteger = doesNotExceedSafeInteger$2;
  1147. var arraySpeciesCreate = arraySpeciesCreate$2;
  1148. var createProperty = createProperty$2;
  1149. var deletePropertyOrThrow = deletePropertyOrThrow$1;
  1150. var arrayMethodHasSpeciesSupport = arrayMethodHasSpeciesSupport$2;
  1151. var HAS_SPECIES_SUPPORT = arrayMethodHasSpeciesSupport('splice');
  1152. var max = Math.max;
  1153. var min = Math.min;
  1154. // `Array.prototype.splice` method
  1155. // https://tc39.es/ecma262/#sec-array.prototype.splice
  1156. // with adding support of @@species
  1157. $({ target: 'Array', proto: true, forced: !HAS_SPECIES_SUPPORT }, {
  1158. splice: function splice(start, deleteCount /* , ...items */) {
  1159. var O = toObject(this);
  1160. var len = lengthOfArrayLike(O);
  1161. var actualStart = toAbsoluteIndex(start, len);
  1162. var argumentsLength = arguments.length;
  1163. var insertCount, actualDeleteCount, A, k, from, to;
  1164. if (argumentsLength === 0) {
  1165. insertCount = actualDeleteCount = 0;
  1166. } else if (argumentsLength === 1) {
  1167. insertCount = 0;
  1168. actualDeleteCount = len - actualStart;
  1169. } else {
  1170. insertCount = argumentsLength - 2;
  1171. actualDeleteCount = min(max(toIntegerOrInfinity(deleteCount), 0), len - actualStart);
  1172. }
  1173. doesNotExceedSafeInteger(len + insertCount - actualDeleteCount);
  1174. A = arraySpeciesCreate(O, actualDeleteCount);
  1175. for (k = 0; k < actualDeleteCount; k++) {
  1176. from = actualStart + k;
  1177. if (from in O) createProperty(A, k, O[from]);
  1178. }
  1179. A.length = actualDeleteCount;
  1180. if (insertCount < actualDeleteCount) {
  1181. for (k = actualStart; k < len - actualDeleteCount; k++) {
  1182. from = k + actualDeleteCount;
  1183. to = k + insertCount;
  1184. if (from in O) O[to] = O[from];
  1185. else deletePropertyOrThrow(O, to);
  1186. }
  1187. for (k = len; k > len - actualDeleteCount + insertCount; k--) deletePropertyOrThrow(O, k - 1);
  1188. } else if (insertCount > actualDeleteCount) {
  1189. for (k = len - actualDeleteCount; k > actualStart; k--) {
  1190. from = k + actualDeleteCount - 1;
  1191. to = k + insertCount - 1;
  1192. if (from in O) O[to] = O[from];
  1193. else deletePropertyOrThrow(O, to);
  1194. }
  1195. }
  1196. for (k = 0; k < insertCount; k++) {
  1197. O[k + actualStart] = arguments[k + 2];
  1198. }
  1199. O.length = len - actualDeleteCount + insertCount;
  1200. return A;
  1201. }
  1202. });
  1203. /**
  1204. * @author: Dennis Hernández
  1205. * @update zhixin wen <wenzhixin2010@gmail.com>
  1206. */
  1207. var rowAttr = function rowAttr(row, index) {
  1208. return {
  1209. id: "customId_".concat(index)
  1210. };
  1211. };
  1212. $__default["default"].extend($__default["default"].fn.bootstrapTable.defaults, {
  1213. reorderableRows: false,
  1214. onDragStyle: null,
  1215. onDropStyle: null,
  1216. onDragClass: 'reorder_rows_onDragClass',
  1217. dragHandle: '>tbody>tr>td:not(.bs-checkbox)',
  1218. useRowAttrFunc: false,
  1219. // eslint-disable-next-line no-unused-vars
  1220. onReorderRowsDrag: function onReorderRowsDrag(row) {
  1221. return false;
  1222. },
  1223. // eslint-disable-next-line no-unused-vars
  1224. onReorderRowsDrop: function onReorderRowsDrop(row) {
  1225. return false;
  1226. },
  1227. // eslint-disable-next-line no-unused-vars
  1228. onReorderRow: function onReorderRow(newData) {
  1229. return false;
  1230. },
  1231. onDragStop: function onDragStop() {},
  1232. onAllowDrop: function onAllowDrop() {
  1233. return true;
  1234. }
  1235. });
  1236. $__default["default"].extend($__default["default"].fn.bootstrapTable.Constructor.EVENTS, {
  1237. 'reorder-row.bs.table': 'onReorderRow'
  1238. });
  1239. $__default["default"].BootstrapTable = /*#__PURE__*/function (_$$BootstrapTable) {
  1240. _inherits(_class, _$$BootstrapTable);
  1241. var _super = _createSuper(_class);
  1242. function _class() {
  1243. _classCallCheck(this, _class);
  1244. return _super.apply(this, arguments);
  1245. }
  1246. _createClass(_class, [{
  1247. key: "init",
  1248. value: function init() {
  1249. var _this = this,
  1250. _get3;
  1251. for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) {
  1252. args[_key] = arguments[_key];
  1253. }
  1254. if (!this.options.reorderableRows) {
  1255. var _get2;
  1256. (_get2 = _get(_getPrototypeOf(_class.prototype), "init", this)).call.apply(_get2, [this].concat(args));
  1257. return;
  1258. }
  1259. if (this.options.useRowAttrFunc) {
  1260. this.options.rowAttributes = rowAttr;
  1261. }
  1262. var onPostBody = this.options.onPostBody;
  1263. this.options.onPostBody = function () {
  1264. setTimeout(function () {
  1265. _this.makeRowsReorderable();
  1266. onPostBody.call(_this.options, _this.options.data);
  1267. }, 1);
  1268. };
  1269. (_get3 = _get(_getPrototypeOf(_class.prototype), "init", this)).call.apply(_get3, [this].concat(args));
  1270. }
  1271. }, {
  1272. key: "makeRowsReorderable",
  1273. value: function makeRowsReorderable() {
  1274. var _this2 = this;
  1275. this.$el.tableDnD({
  1276. onDragStyle: this.options.onDragStyle,
  1277. onDropStyle: this.options.onDropStyle,
  1278. onDragClass: this.options.onDragClass,
  1279. onAllowDrop: function onAllowDrop(hoveredRow, draggedRow) {
  1280. return _this2.onAllowDrop(hoveredRow, draggedRow);
  1281. },
  1282. onDragStop: function onDragStop(table, draggedRow) {
  1283. return _this2.onDragStop(table, draggedRow);
  1284. },
  1285. onDragStart: function onDragStart(table, droppedRow) {
  1286. return _this2.onDropStart(table, droppedRow);
  1287. },
  1288. onDrop: function onDrop(table, droppedRow) {
  1289. return _this2.onDrop(table, droppedRow);
  1290. },
  1291. dragHandle: this.options.dragHandle
  1292. });
  1293. }
  1294. }, {
  1295. key: "onDropStart",
  1296. value: function onDropStart(table, draggingTd) {
  1297. this.$draggingTd = $__default["default"](draggingTd).css('cursor', 'move');
  1298. this.draggingIndex = $__default["default"](this.$draggingTd.parent()).data('index'); // Call the user defined function
  1299. this.options.onReorderRowsDrag(this.data[this.draggingIndex]);
  1300. }
  1301. }, {
  1302. key: "onDragStop",
  1303. value: function onDragStop(table, draggedRow) {
  1304. var rowIndexDraggedRow = $__default["default"](draggedRow).data('index');
  1305. var draggedRowItem = this.data[rowIndexDraggedRow];
  1306. this.options.onDragStop(table, draggedRowItem, draggedRow);
  1307. }
  1308. }, {
  1309. key: "onAllowDrop",
  1310. value: function onAllowDrop(hoveredRow, draggedRow) {
  1311. var rowIndexDraggedRow = $__default["default"](draggedRow).data('index');
  1312. var rowIndexHoveredRow = $__default["default"](hoveredRow).data('index');
  1313. var draggedRowItem = this.data[rowIndexDraggedRow];
  1314. var hoveredRowItem = this.data[rowIndexHoveredRow];
  1315. return this.options.onAllowDrop(hoveredRowItem, draggedRowItem, hoveredRow, draggedRow);
  1316. }
  1317. }, {
  1318. key: "onDrop",
  1319. value: function onDrop(table) {
  1320. this.$draggingTd.css('cursor', '');
  1321. var newData = [];
  1322. for (var i = 0; i < table.tBodies[0].rows.length; i++) {
  1323. var $tr = $__default["default"](table.tBodies[0].rows[i]);
  1324. newData.push(this.data[$tr.data('index')]);
  1325. $tr.data('index', i);
  1326. }
  1327. var draggingRow = this.data[this.draggingIndex];
  1328. var droppedIndex = newData.indexOf(this.data[this.draggingIndex]);
  1329. var droppedRow = this.data[droppedIndex];
  1330. var index = this.options.data.indexOf(this.data[droppedIndex]);
  1331. this.options.data.splice(this.options.data.indexOf(draggingRow), 1);
  1332. this.options.data.splice(index, 0, draggingRow);
  1333. this.initSearch(); // Call the user defined function
  1334. this.options.onReorderRowsDrop(droppedRow); // Call the event reorder-row
  1335. this.trigger('reorder-row', newData, draggingRow, droppedRow);
  1336. }
  1337. }, {
  1338. key: "initSearch",
  1339. value: function initSearch() {
  1340. this.ignoreInitSort = true;
  1341. _get(_getPrototypeOf(_class.prototype), "initSearch", this).call(this);
  1342. }
  1343. }, {
  1344. key: "initSort",
  1345. value: function initSort() {
  1346. if (this.ignoreInitSort) {
  1347. this.ignoreInitSort = false;
  1348. return;
  1349. }
  1350. _get(_getPrototypeOf(_class.prototype), "initSort", this).call(this);
  1351. }
  1352. }]);
  1353. return _class;
  1354. }($__default["default"].BootstrapTable);
  1355. }));